@charset "utf-8";



.lpHero{
    padding: 40px 0 60px;
}

.lpHero .inner{
    display: flex;
    justify-content: center;
    align-items: center;
}

.lpHero .inner figure{
    width: 300px;
    margin-left: 30px;
}

.lpHeroHeadTxt h1{
    font-size: 3.6rem;
    line-height: 1.5;
    color: #16767f;
    margin-bottom: .25em;
}

.lpHeroHeadTxt h1 span{
    display: block;
    text-indent: -9999px;
    width: 280px;
    height: 34px;
    background: url(../images/txt_img_01.png)no-repeat center;
    background-size: 100%;
    margin-bottom: 5px;
}

.lpHeroBodyTxt p{
    font-size: 1.7rem;
    font-weight: 700;
    color: #195d83;
}

.lpHeroBodyTxt p strong{
    font-size: 2.2rem;
    line-height: 1.25;
    background: linear-gradient(transparent 65%, #fcdd7d 65%);
}

.lpHeroFootTxt p{
    display: inline-block;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    padding: .25em 1em;
    background-color: #195d83;
    border-radius: 50px;
    margin-top: 1em;
}

.lpHeroFootTxt p strong{
    color: #faee00;
}

#lpAbout{
    padding: 80px 0;
    background-color: #d1dee5;
    position: relative;
}

#lpAbout::after{
    content: '';
    width: 100%;
    height: 53px;
    background: url(../images/about_arrow.svg)no-repeat center;
    background-size: auto 100%;
    position: absolute;
    left: 0;
    bottom: -53px;
}

.lpAboutBx{
    max-width: 860px;
    padding: 40px;
    background: url("../images/box_parts_01.png") no-repeat top left,
        url("../images/box_parts_02.png") no-repeat top right,
        url("../images/box_parts_03.png") no-repeat bottom right,
        url("../images/box_parts_04.png") no-repeat bottom left #f7f8f8;
    background-size: auto, auto, auto, auto;
    background-size: 52px 52px;
    margin: 0 auto 50px;
}

.lpAboutBx > h2{
    text-align: center;
    font-size: 2.2rem;
    line-height: 1.5;
    margin-bottom: .75em;
}

.lpAboutBx > h2 span{
    font-size: 3rem;
    color: #195d83;
}

.lpAboutBx > h4{
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    color: #195d83;
    margin: 1em 0;
}

.lpAboutBx > h4 span{
    background: linear-gradient(transparent 65%, #fcdd7d 65%);
}

.lpAboutBx p.topTxt{
    text-align: center;
    font-size: 1.7rem;
    font-weight: 700;
}

.lpAboutBx p.topTxt span{
    text-decoration: wavy underline #e60012;
}

.lpAboutBx > ul li{
    display: flex;
    align-items: center;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    margin-top: 15px;
}

.lpAboutBx > ul li figure{
    width: 60px;
    margin-right: 20px;
}

.lpAboutBx > ul li .txtContents{
    flex: 1;
    width: 100%;
}

.lpAboutBx > ul li .txtContents p{
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
}

.lpAboutBx > ul li .txtContents p span.blue{
    color: #195d83;
}

.lpAboutBx > ul li .txtContents p span.org{
    color: #ea5514;
}

.lpAboutBx .secondSec{
    margin-top: 40px;
    border-top: 2px dotted #d1dee5;
    padding-top: 30px;
}

.lpAboutBx .secondSec .lpAboutCheck{
    margin-top: 25px;
}

.lpAboutBx .secondSec .lpAboutCheck ul li{
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    color: #195d83;
    margin: .75em 0;
}

.lpAboutBx .secondSec .lpAboutCheck ul li::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background: url(../images/icon_check.png)no-repeat center;
    background-size: 100%;
    margin-right: 8px;
    margin-top: -3px;
}

.lpAboutIllust{
    max-width: 471px;
    margin: 0 auto;
}

#lpMembers{
    padding: 120px 0 80px;
}

#lpMembers h2{
    text-align: center;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.5;
    color: #16767f;
    margin-bottom: 1em;
}

.lpMemberContents{
    position: relative;
    margin-bottom: 70px;
}

.lpMemberContents:last-of-type{
    margin: 0;
}

.lpMemberContents::before{
    content: '';
    display: inline-block;
    width: 360px;
    height: 180px;
    background: url(../images/bg_parts_01.gif);
    position: absolute;
    left: 0;
    top: 0;
}

.lpMemberContents .container{
    width: 90%;
    max-width: 860px;
    margin: 0 auto;
    position: relative;
}

.lpMemberContents .container h3{
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.5;
    padding-top: 1em;
    margin-bottom: .25em;
}

.lpMemberContents .container figure{
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    margin-bottom: 30px;
}

.lpMemberContents .container table th,
.lpMemberContents .container table td{
    font-size: 1.6rem;
    line-height: 1.5;
    color: #195d83;
    padding: 1em;
}

.lpMemberContents .container table th{
    white-space: nowrap;
    font-weight: 700;
    background-color: #d1dee5;
    border-top: 1px solid #195d83;
}

.lpMemberContents .container table tr:last-child th{
    border-bottom: 1px solid #195d83;
}

.lpMemberContents .container table td{
    border-top: 1px solid #d1dee5;
}
.lpMemberContents .container table tr:last-child td{
    border-bottom: 1px solid #d1dee5;
}

#lpFlow{
    padding-top: 40px;
}

#lpFlow h2{
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.5;
    color: #195d83;
    position: relative;
    margin-bottom: 1.5em;
}

#lpFlow h2::after{
    content: '';
    width: 100%;
    height: 50%;
    background-color: #d0dee6;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

#lpFlow h2 span{
    display: inline-block;
    padding: 0 .5em;
    background-color: #fff;
}

.lpFlowContents ul li{
    padding-bottom: 70px;
    margin-bottom: 35px;
    position: relative;
}

.lpFlowContents ul li::after{
    content: '';
    width: 100%;
    height: 18px;
    background: url(../images/flow_arrow.svg)no-repeat center;
    background-size: auto 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.lpFlowContents ul li .container{
    display: flex;
    width: 90%;
    max-width: 860px;
    padding-left: 60px;
    margin: 0 auto;
    position: relative;
}

.lpFlowContents ul li .container > span{
    display: inline-block;
    text-indent: -9999px;
    width: 111px;
    height: 121px;
    background: url(../images/flow_txt_img_01.png)no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: -15px;
}

.lpFlowContents ul li:nth-child(2) .container > span{
    background-image: url(../images/flow_txt_img_02.png);
    width: 128px;
    height: 121px;
}

.lpFlowContents ul li:nth-child(3) .container > span{
    background-image: url(../images/flow_txt_img_03.png);
    width: 124px;
    height: 149px;
}

.lpFlowContents ul li:nth-child(4) .container > span{
    background-image: url(../images/flow_txt_img_04.png);
    width: 135px;
    height: 149px;
}

.lpFlowContents ul li:nth-child(5) .container > span{
    background-image: url(../images/flow_txt_img_05.png);
    width: 115px;
    height: 121px;
}

.lpFlowContents ul li .container figure{
    width: 365px;
}

.lpFlowContents ul li .container .txtContents{
    flex: 1;
    width: 100%;
    margin-left: 30px;
}

.lpFlowContents .flowLast{
    padding: 20px;
    background-color: #195d83;
}

.lpFlowContents .flowLast .container{
    display: flex;
    justify-content: flex-end;
    align-items: end;
    width: 90%;
    max-width: 860px;
    margin: 0 auto;
}

.lpFlowContents .flowLast .container > span{
    width: 299px;
    margin-right: 30px;
}

.lpFlowContents .flowLast .container p{
    flex: 1;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
}

#lpFaq{
    margin-bottom: 120px;
}

#lpFaq .inner{
    background-color: #d0dee6;
}

#lpFaq .container{
    width: 90%;
    max-width: 860px;
    padding: 80px 0;
    margin: 0 auto;
}

#lpFaq h2{
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.5;
    color: #195d83;
}

#lpFaq h2 span{
    display: block;
    line-height: 1;
    color: #fff;
    margin: .25em 0 1.5em;
}

.lpFaqList dl{
    color: #195d83;
    margin-bottom: 30px;
}

.lpFaqList dl dt,
.lpFaqList dl dd{
    display: flex;
    align-items: self-start;
    padding: 10px 20px;
}

.lpFaqList dl dt{
    background-color: #fff;
    border-radius: 5px;
}

.lpFaqList dl dt span,
.lpFaqList dl dd span{
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    margin-right: .75em;
}

.lpFaqList dl dt p,
.lpFaqList dl dd p{
    font-size: 1.6rem;
    font-weight: 600;
}

.lpContactBtn{
    text-align: center;
}

.lpContactBtn a{
    display: inline-block;
    width: 100%;
    max-width: 600px;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.8;
    padding: 2em 1em;
    color: rgb(255, 255, 255);
    background: linear-gradient(to right, rgb(13, 95, 134), rgb(12, 119, 128));
    margin: 0px auto;
    position: relative;
}

.lpContactBtn a::after{
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border-top: 1px solid rgb(255, 255, 255);
    border-right: 1px solid rgb(255, 255, 255);
    transform: rotate(45deg);
    vertical-align: middle;
    position: absolute;
    right: 30px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    transition: all .3s;
}





/* ------------------------------------------------------- tab/sp */
@media(max-width:810px){
    .lpHeroHeadTxt h1{
        font-size: 3rem;
    }

    .lpHeroBodyTxt p{
        font-size: 1.6rem;
    }

    .lpHeroBodyTxt p strong{
        font-size: 2rem;
    }

    .lpHeroFootTxt p{
        font-size: 1.6rem;
        padding: .5em 1.25em;
    }

    .lpHero .inner figure{
        margin: 0;
    }

    #lpAbout::after{
        height: 40px;
        bottom: -40px;
    }

    .lpAboutBx > h2{
        font-size: 1.8rem;
    }

    .lpAboutBx > h2 span{
        font-size: 2.4rem;
    }

    .lpAboutBx p.topTxt{
        font-size: 1.6rem;
    }

    .lpFlowContents ul li .container figure{
        width: 40%;
    }

    .lpFlowContents ul li .container > span{
        width: 91px;
        height: 100px;
    }

    .lpFlowContents ul li:nth-child(2) .container > span{
        width: 108px;
        height: 99px;
    }

    .lpFlowContents ul li:nth-child(3) .container > span{
        width: 104px;
        height: 123px;
    }

    .lpFlowContents ul li:nth-child(4) .container > span{
        width: 108px;
        height: 114px;
    }

    .lpFlowContents ul li:nth-child(5) .container > span{
        width: 105px;
        height: 111px;
    }

    .lpFlowContents .flowLast .container > span{
        width: 260px;
    }

    .lpFlowContents .flowLast .container p{
        font-size: 1.7rem;
    }

    #lpFaq .inner{
        background: none;
    }

    #lpFaq .container{
        width: 100%;
        padding: 80px 40px;
        background-color: #d0dee6;
    }

}





@media(max-width:670px){
    .lpHero{
        padding: 30px 0 40px;
    }

    .lpHero .inner{
        flex-wrap: wrap;
    }

    .lpHeroHeadTxt h1{
        text-align: center;
        font-size: 2.4rem;
    }

    .lpHeroHeadTxt h1 span{
        width: 250px;
        height: 31px;
        margin: 0 auto 5px;
    }

    .lpHeroBodyTxt p{
        text-align: center;
    }

    .lpHeroBodyTxt p strong{
        font-size: 1.8rem;
    }

    .lpHeroFootTxt p{
        text-align: center;
        padding: .75em 1.25em;
        margin-top: .5em;
    }

    .lpHero .inner figure{
        width: 75%;
        margin-top: 20px;
    }

    #lpAbout{
        padding: 50px 0;
    }

    .lpAboutBx{
        padding: 25px;
        background-size: 30px 30px;
    }

    .lpAboutBx > h2{
        font-size: 1.6rem;
    }

    .lpAboutBx > h2 span{
        font-size: 2rem;
    }

    .lpAboutBx p.topTxt{
        text-align: left;
        font-size: 1.5rem;
    }

    .lpAboutBx > ul li .txtContents p{
        font-size: 1.5rem;
    }

    .lpAboutBx .secondSec .lpAboutCheck ul li{
        font-size: 1.6rem;
    }

    .lpAboutBx .secondSec .lpAboutCheck ul li::before{
        width: 20px;
        height: 20px;
        margin-right: 5px;
    }

    .lpAboutBx > h4{
        font-size: 1.8rem;
    }

    #lpMembers{
        padding: 80px 0 50px;
    }

    #lpMembers h2{
        font-size: 2.4rem;
    }

    .lpMemberContents::before{
        width: 75%;
        height: 120px;
    }

    .lpMemberContents .container h3{
        font-size: 2.2rem;
    }

    .lpMemberContents .container table th,
    .lpMemberContents .container table td{
        display: block;
        font-size: 1.5rem;
        padding: .75em;
    }

    .lpMemberContents .container table tr:last-child th{
        border-bottom: none;
    }

    #lpFlow h2{
        font-size: 2.4rem;
    }

    .lpFlowContents ul li .container{
        flex-wrap: wrap;
        width: 100%;
        padding: 0;
    }

    .lpFlowContents ul li .container figure{
        width: 100%;
        padding-left: 50px;
        margin-bottom: 15px;
    }

    .lpFlowContents ul li .container .txtContents{
        margin: 0;
    }

    .lpFlowContents .flowLast .container{
        flex-wrap: wrap;
        justify-content: center;
    }

    .lpFlowContents .flowLast .container > span{
        margin: 0 0 15px;
    }

    .lpFlowContents .flowLast .container p{
        text-align: center;
        font-size: 1.6rem;
    }

    #lpFaq{
        margin-bottom: 100px;
    }

    #lpFaq .container{
        padding: 50px 20px 20px;
    }

    #lpFaq h2{
        font-size: 2.4rem;
    }

    #lpFaq h2 span{
        margin-bottom: 1em;
    }

    .lpFaqList dl{
        margin-bottom: 15px;
    }

    .lpFaqList dl dt,
    .lpFaqList dl dd{
        padding: 10px;
    }

    .lpFaqList dl dt span,
    .lpFaqList dl dd span{
        font-size: 2rem;
        line-height: 1.25;
        margin-right: .5em;
    }

    .lpFaqList dl dt p,
    .lpFaqList dl dd p{
        font-size: 1.5rem;
    }

    .lpContactBtn a{
        font-size: 1.6rem;
        padding: 1.5em 1em;
    }

    .lpContactBtn a::after{
        width: 8px;
        height: 8px;
        right: 20px;
    }












}













