@charset "utf-8";



.lpHero{
    padding: 80px 0;
    background: url(../images/top_hero_bg.jpg)no-repeat center;
    background-size: cover;
    position: relative;
}

.lpHero::before{
    content: '';
    width: 100%;
    height: 95%;
    border-top: 1px dashed #195d83;
    border-bottom: 1px dashed #195d83;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.lpHero .inner{
    text-align: center;
}

.lpHeroHeadTxt > span{
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    color: #16767f;
    text-shadow: 0 2px 0 rgba(255,255,255,1);
    margin-bottom: .5em;
}

.lpHeroHeadTxt > span::before{
    content: '＼';
}

.lpHeroHeadTxt > span::after{
    content: '／';
}

.lpHeroHeadTxt h1{
    font-size: 2.8rem;
    line-height: 1.25;
    text-shadow: 0 3px 0 rgba(255,255,255,1);
    margin-bottom: .5em;
}

.lpHeroHeadTxt h1 br{
    display: none;
}

.lpHeroHeadTxt h1 span{
    display: block;
    font-size: 4rem;
    color: #195d83;
    line-height: 1.5;
}

.lpHeroFootTxt p{
    display: inline-block;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    padding: .25em 1em;
    background-color: #fff;
}

.lpHeroFootTxt p strong{
    color: #195d83;
}

.lpHero .contactBtn{
    margin-top: 40px;
}

.lpHero .contactBtn a{
    display: inline-block;
    min-width: 400px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    padding: 1.5em;
    background: linear-gradient(to right, rgb(13, 95, 134), rgb(12, 119, 128));
    border-radius: 50px;
    position: relative;
}

.lpHero .contactBtn a::after{
    content: '';
    display: inline-block;
    width: 150px;
    height: 135px;
    background: url(../images/top_illust_01.png)no-repeat center;
    background-size: 100%;
    position: absolute;
    right: -100px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.pt{
    padding-top: 100px;
}

.pb{
    padding-bottom: 100px;
}

.bgOn{
    background-color: #f1f6f8;
}

.bt{
    border-top: 1px solid #eee;
}

.lpSec .w900{
    max-width: 900px;
}

.lpSec .w800{
    max-width: 800px;
}

.secHead{
    margin-bottom: 50px;
}

.secHead .h_basic{
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.5;
    color: #195d83;
}

.secHead .h_sub{
    display: block;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
}

.secHead .h_basic + .h_sub{
    margin-top: 5px;
}

.secHead .h_sub + .h_basic{
    margin-top: 5px;
}

.secTopTxt{
    text-align: center;
    margin-bottom: 2em;
}

.moreBtn{
    margin-top: 30px;
    text-align: center;
}

.moreBtn a{
    display: inline-block;
    width: 100%;
    max-width: 360px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
    color: #195d83;
    padding: 1em;
    border: 1px solid #195d83;
    border-radius: 50px;
    position: relative;
}

.moreBtn a:hover{
    color: #fff;
    background-color: #195d83;
    opacity: 1;
}

.moreBtn.borderNone a{
    border: none;
}

.moreBtn a::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 1px solid #195d83;
    border-right: 1px solid #195d83;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all .2s;
}

.moreBtn a:hover::after{
    border-color: #fff;
    right: 20px;
}

.aboutList{
    margin: 30px 0;
}

.aboutList > 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;
}

.aboutList > ul li figure{
    width: 60px;
    margin-right: 20px;
}

.aboutList > ul li .txtContents{
    flex: 1;
    width: 100%;
}

.aboutList > ul li .txtContents p{
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
}

.aboutList > ul li .txtContents p span.blue{
    color: #195d83;
}

.aboutList > ul li .txtContents p span.org{
    color: #ea5514;
}

.checkList{
    margin-top: 25px;
    text-align: center;
}

.checkList ul{
    display: inline-block;
}

.checkList ul li{
    text-align: left;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    color: #195d83;
    padding-left: 2.25em;
    margin: .75em 0;
    position: relative;
}

.checkList 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%;
    position: absolute;
    left: 0;
    top: -.15em;
}

.pointList{
    margin-top: 40px;
}

.pointList ul li{
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    margin-top: 35px;
    position: relative;
}

.pointList ul li > span{
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    padding: .5em 1em;
    background-color: #195d83;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.pointList ul li h3{
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    color: #195d83;
    margin: .75em 0 1em;
}

.pointList ul li dl{
    font-size: 1.5rem;
    line-height: 1.8;
    margin: 1.5em 0;
}

.pointList ul li dl:last-child{
    margin-bottom: 0;
}

.pointList ul li dl dt{
    font-weight: 700;
    color: #195d83;
}

.pointList ul li dl dd{
    padding-left: 2em;
    position: relative;
}

.pointList ul li dl dd::before{
    content: '';
    width: 1.5em;
    height: 1px;
    background-color: #195d83;
    position: absolute;
    left: 0;
    top: .85em;
}

.lpIllust{
    max-width: 471px;
    margin: 70px auto 0;
}

.secOutroTxt{
    margin-top: 30px;
}

.secOutroTxt p{
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
}

.lpMemberList .container{
    margin-bottom: 100px;
}

.lpMemberList .container:last-of-type{
    margin: 0;
}

.lpMemberList .container h3{
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 1em;
}

.lpMemberList .container h3 span{
    font-family: 'Roboto Condensed', Arial, Helvetica, "sans-serif";
    color: #195d83;
    padding-right: .5em;
    position: relative;
}

.lpMemberList .container h3 span::before{
    content: '';
    display: inline-block;
    width: 3em;
    height: 3em;
    background-color: #f1f6f8;
    border-radius: 50%;
    position: absolute;
    left: -1.05em;
    top: -.9em;
    z-index: -1;
}

.lpMemberList .container figure{
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0,0,0,.15);
}

.memberDetail{
    margin-top: 30px;
}

.memberDetail table{
    width: 100%;
}

.memberDetail table th{
    white-space: nowrap;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.8;
    color: #195d83;
    padding: 1.5em;
    border-bottom: 1px solid #ccc;
}

.memberDetail table td{
    font-size: 1.5rem;
    line-height: 1.8;
    padding: 1.5em;
    border-bottom: 1px solid #ccc;
}

.memberDetail table td strong{
    background: linear-gradient(transparent 65%, hsl(45, 85%, 81%) 65%);
}

.areaList .container{
    display: flex;
    margin: 30px 0;
}

.areaList .container:last-of-type{
    margin-bottom: 0;
}

.areaList .container > span{
    width: 10em;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
}

.areaList .container .txtContents{
    flex: 1;
    width: 100%;
    padding-left: 20px;
    border-left: 1px solid #ccc;
}

.areaList .container .txtContents ul li{
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1.8;
    color: #195d83;
}

.areaList .container .txtContents ul li::after{
    content: ' ／ ';
}

.areaList .container .txtContents ul li:last-child:after{
    content: none;
}

.areaList .container .txtContents p{
    margin-top: .75em;
}

.lpFlowContents > ul > li{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 40px;
    background-color: #f1f6f8;
    border-radius: 10px;
    margin-bottom: 60px;
    position: relative;
}

.lpFlowContents > ul > li:last-child{
    background-color: #195d83;
    margin: 0;
}

.lpFlowContents > ul > li::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    border-top: 1px solid #195d83;
    border-right: 1px solid #195d83;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -34px;
    margin: auto;
}

.lpFlowContents > ul > li:last-child:after{
    content: none;
}

.lpFlowContents ul li .txtContents{
    width: 65%;
}

.lpFlowContents ul li:last-child .txtContents{
    width: 100%;
}

.lpFlowContents ul li figure{
    width: 31%;
}

.lpFlowContents ul li figure img{
    border-radius: 5px;
}

.lpFlowContents ul li .txtContents .num{
    font-family: 'Roboto Condensed', Arial, Helvetica, "sans-serif";
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    color: #195d83;
    padding-bottom: .5em;
    border-bottom: 1px dashed #ccc;
    position: relative;
}

.lpFlowContents ul li:last-child .txtContents .num{
    color: #fff;
    border-color: #fff;
}

.lpFlowContents ul li .txtContents .num::before{
    content: '';
    display: inline-block;
    width: 1em;
    height: 1px;
    background-color: #195d83;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.lpFlowContents ul li:last-child .txtContents .num::before{
    background-color: #fff;
}

.lpFlowContents ul li .txtContents .num span{
    font-size: 2.4rem;
    margin-left: .15em;
}

.lpFlowContents ul li .txtContents h4{
    font-size: 2.4rem;
    font-weight: 600;
    margin: 1em 0 .75em;
}

.lpFlowContents ul li:last-child .txtContents h4{
    color: #fff;
}

.lpFlowContents ul li .txtContents .bodyTxt p{
    margin-bottom: 1em;
}

.lpFlowContents ul li .txtContents .bodyTxt p:last-child{
    margin: 0;
}

.lpFlowContents ul li:last-child .txtContents .bodyTxt p{
    color: #fff;
}

.lpFaqList dl{
    padding: 30px 0 30px 20px;
    border-bottom: 1px dashed #ccc;
}

.lpFaqList dl:last-child{
    border: none;
}

.lpFaqList dl dt{
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    color: #195d83;
    padding-left: 2em;
    margin-bottom: 1.25em;
    position: relative;
}

.lpFaqList dl dt span{
    display: inline-block;
    width: 2em;
    height: 2em;
    text-align: center;
    font-family: 'Roboto Condensed', Arial, Helvetica, "sans-serif";
    font-size: 2rem;
    font-weight: 400;
    line-height: 2em;
    color: #195d83;
    background-color: #f1f6f8;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: -.3em;
}

.lpFaqList dl dd{
    font-size: 1.5rem;
    line-height: 1.8;
    padding-left: 2.25em;
    position: relative;
}

.lpFaqList dl dd span{
    display: inline-block;
    width: 2em;
    height: 2em;
    text-align: center;
    font-family: 'Roboto Condensed', Arial, Helvetica, "sans-serif";
    font-size: 2rem;
    font-weight: 400;
    line-height: 2em;
    color: #fff;
    background-color: #195d83;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: -.3em;
}

.lpFaqList p{
    padding-left: 1em;
    margin-bottom: 1em;
}

.lpFaqList p:last-child{
    margin: 0;
}

.lpContactBtn{
    margin-top: 60px;
    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: 2.6rem;
    }

    .pt{
        padding-top: 80px;
    }

    .pb{
        padding-bottom: 80px;
    }

    .secHead{
        margin-bottom: 30px;
    }

    .secHead .h_basic{
        font-size: 2.6rem;
    }

    .secHead .h_sub{
        font-size: 1.6rem;
    }

    .lpMemberList .container h3{
        font-size: 2.4rem;
    }








}





@media(max-width:670px){
    .spNone{
        display: none;
    }

    .lpHero{
        padding: 50px 0;
    }

    .lpHero .inner{
        flex-wrap: wrap;
    }

    .lpHeroHeadTxt > span{
        font-size: 1.6rem;
    }

    .lpHeroHeadTxt h1{
        text-align: center;
        font-size: 2rem;
        line-height: 1.5;
    }

    .lpHeroHeadTxt h1 br{
        display: block;
    }

    .lpHeroHeadTxt h1 span{
        font-size: 3rem;
    }

    .lpHeroFootTxt p{
        font-size: 1.6rem;
        padding: .25em .5em;
    }

    .lpHero .contactBtn{
        margin-top: 20px;
        text-align: left;
    }

    .lpHero .contactBtn a{
        min-width: auto;
        width: 85%;
        font-size: 1.6rem;
        padding-left: 2em;
    }

    .lpHero .contactBtn a::after{
        width: 100px;
        height: 90px;
        right: -60px;
    }

    .lpHero .contactBtn a span::after{
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 6px;
        height: 6px;
        border-top: 1px solid rgb(255, 255, 255);
        border-right: 1px solid rgb(255, 255, 255);
        transform: rotate(45deg);
        margin-left: 8px;
        margin-top: -3px;
    }

    .pt{
        padding-top: 60px;
    }

    .pb{
        padding-bottom: 60px;
    }

    .secHead .h_basic{
        font-size: 2.2rem;
    }

    .secHead .h_sub{
        font-size: 1.5rem;
    }

    .secTopTxt{
        text-align: left;
    }

    .aboutList > ul li .txtContents p{
        font-size: 1.5rem;
    }

    .checkList ul li{
        font-size: 1.5rem;
    }

    .checkList ul li::before{
        width: 20px;
        height: 20px;
        top: 0;
    }

    .checkList ul li{
        padding-left: 1.75em;
    }

    .pointList ul li > span{
        font-size: 1.6rem;
    }

    .pointList ul li h3{
        font-size: 1.8rem;
    }

    .lpMemberList .container{
        margin-bottom: 80px;
    }

    .lpMemberList .container h3{
        font-size: 2.2rem;
    }

    .memberDetail{
        margin-top: 10px;
    }

    .memberDetail table th{
        display: block;
        text-align: left;
        padding: 1em .5em 0 .5em;
        border: none;
    }

    .memberDetail table td{
        display: block;
        padding: .25em .5em 1em 2em;
    }

    .areaList .container{
        flex-wrap: wrap;
    }

    .areaList .container > span{
        width: 100%;
    }

    .areaList .container .txtContents{
        padding: 5px 0 0 15px;
        margin-left: 8px;
    }

    .lpFlowContents > ul > li{
        padding: 20px;
    }

    .lpFlowContents ul li .txtContents{
        width: 100%;
    }

    .lpFlowContents ul li figure{
        width: 100%;
        margin-top: 20px;
    }

    .lpFlowContents ul li .txtContents .num{
        font-size: 1.4rem;
    }

    .lpFlowContents ul li .txtContents .num span{
        font-size: 2rem;
    }

    .lpFlowContents ul li .txtContents h4{
        font-size: 2rem;
    }

    .lpFaqList dl{
        padding: 30px 0;
    }

    .lpFaqList dl dt span,
    .lpFaqList dl dd span{
        font-size: 1.75rem;
        top: -.25em;
    }

    .lpFaqList p{
        padding-left: .75em;
    }

    .lpContactBtn{
        margin-top: 30px;
    }

    .lpContactBtn a{
        font-size: 1.6rem;
        padding: 1.5em 1em;
    }

    .lpContactBtn a::after{
        width: 8px;
        height: 8px;
        right: 20px;
    }


















}













