@charset "UTF-8";
/* =============================================
 common
============================================= */
main.l-main{
    padding-top: 50px;
}
.section-ttl{
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
    line-height: 1.5;
}
.section-ttl span{
    display: block;    
    color: #d2c4af;
    font-size: 11px;
    margin: 5px 0;
}
@media screen and (min-width: 768px){
    .section-ttl{
        font-size: 30px;
    }
    .section-ttl span{
        font-size: 14px;
        margin-top: 10px;
    }
}
@media screen and (min-width: 1028px){
    .section-ttl{
        font-size: 40px;
        margin-bottom: 50px;
    }
    main.l-main{
        padding-top: 70px;
    }
}
/* =============================================
 main-page
============================================= */
.section-main-page{
    background: url('/img/topic/kiban-portal/page/main-page.jpg')no-repeat left/cover;
    width: 100%;
    padding-top: 30%;
    position: relative;
}
h1.main-ttl{
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    text-align: center;
    text-shadow: 0 0 25px rgb(0 0 0 / 13%);
}
h1.main-ttl span{
    display: block;
    font-size: 50%;
    margin-top: 5px;
}
section{
    padding: 50px 0;
}
@media screen and (min-width: 768px){
    .section-main-page{
        padding-top: 20.8%;
        background: url('/img/topic/kiban-portal/page/main-page.jpg')no-repeat center/cover;
    }
}
@media screen and (min-width: 1028px){
    h1.main-ttl{
        font-size: 40px;
    }
    section{
        padding: 90px 0;
    }
}
/* =============================================
 figure
============================================= */
.figure-txt{
    text-align: center;
    font-size: 1.1em;
    margin-bottom: 30px;
    line-height: 1.8;
}
.figure-txt span{
    font-weight: bold;
    text-decoration: underline;
}
.figure-wrapper{
    overflow: auto;
}
.figure-item{
    width: 150%;
}
@media screen and (min-width: 768px){
    .figure-txt{
        margin-bottom: 50px;
    }
    .figure-item{
        width: 100%;
    }
}
@media screen and (min-width: 1028px){
    .figure-txt{
        margin-bottom: 80px;
        font-size: 20px;
    }
}
/* =============================================
 point
============================================= */
.section-point{
    background: #fef0f7;
    padding-top: 80px;
}
.point-ttl{
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    position: relative;
}
.point-ttl span{
    position: absolute;
    background: #fff;
    display: inline-block;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 70%;
    padding: .5em 1em;
    box-sizing: border-box;
    white-space: nowrap;
}
.point-ttl span::before{
    content: '';
    display: inline-block;
    border: 12px solid transparent;
    border-top: 12px solid #fff;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.point-element{
    background: #fff;
    padding: 1em;
    box-sizing: border-box;
    margin: 40px 0;
    position: relative;
}
.point-element-num{
    position: absolute;
    top: -25px;
    left: 20px;
    font-weight: bold;
    color: #ffbe55;
    font-size: 40px;
    text-align: center;
    line-height: 1;
}
.point-element-num span{
    display: block;
    font-size: 40%;
}
.point-element-txt{
    line-height: 1.8;
}
.point-element-ttl{
    font-size: 1.2em;
    text-align: center;
    font-weight: bold;
    margin: 15px 0;
}

@media screen and (min-width: 768px){
    .point-inner{
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: stretch;
        width: calc(100% + 20px);
        margin: 0 -10px;
    }
    .point-element{
        max-width: calc(((100% / 12) * 4) - 20px);
        flex-basis: calc(((100% / 12) * 4) - 20px);
        margin: 0 10px 50px;
        padding: 1.5em 1em 1em;
    }
    .point-ttl{
        font-size: 24px;
        margin-bottom: 50px;
    }
    .point-ttl span{
        top: -55px;
    }
    .section-point{
        padding-top: 100px;
    }
    .point-element-ttl{
        font-size: 20px;
    }
    
}
@media screen and (min-width: 1028px){
    .point-inner{
        width: calc(100% + 30px);
        margin: 0 -15px;
    }
    .point-element{
        max-width: calc(((100% / 12) * 4) - 30px);
        flex-basis: calc(((100% / 12) * 4) - 30px);
        margin: 0 15px 65px;
        padding: 1.5em 1em 1em;
    }
    .point-ttl span{
        top: -75px;
    }
    .point-ttl{
        font-size: 34px;
        margin-bottom: 80px;
    }
    .section-point{
        padding-top: 160px;
    }
    .point-element{
        padding: 2em 1.5em 1.5em;
    }
    .point-element-num{
        font-size: 45px;
        left: 30px;
    }
    .point-element-ttl{
        font-size: 24px;
    }
    .point-element-txt{
        font-size: 18px;
    }
}

.point-check{
    border: 4px solid #eb2a87;
    padding: 2em .5em 1.5em;
    background: #fff;
    text-align: center;
    position: relative;
    border-radius: 10px;
    margin-top: 20px;
}
.point-check-tag{
    background: #eb2a87;
    color: #fff;
    display: inline-block;
    position: absolute;
    top: -17px;
    left: 50%;
    transform: translateX(-50%);
    padding: .3em 1.5em;
    border-radius: 30px;
    font-weight: bold;
}
.point-check-txt{
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 5px;
}
.point-check-txt span{
    text-decoration: underline;
}
.point-check-txt02{
    font-size: .8em;
}
.point-check-txt02 a{
    text-decoration: underline;
    font-weight: bold;
}
@media screen and (min-width: 1023px){
    .point-check-txt{
        font-size: 22px;
    }
}
@media screen and (min-width: 1028px){
    .point-check-tag{
        font-size: 24px;
        top: -30px;
    }
    .point-check-txt{
        font-size: 28px;
    }
    .point-check-txt02{
        font-size: 20px;
    }
}
/* =============================================
 change
============================================= */
.change-inner{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
    width: calc(100% + 4px);
    margin: 0 -2px;
}
.change-element{
    max-width: calc(((100% / 12) * 6) - 4px);
    flex-basis: calc(((100% / 12) * 6) - 4px);
    margin: 0 2px 4px;
    background: #EEF3F7;
    padding: 1em 0.5em;
    box-sizing: border-box;
}
.change-list-item{
    font-size: 13px;
    line-height: 1.2;
    padding-left: 1.5em;
    text-indent: -1.5em;
}
.change-list-item::before{
    content: '・';
    font-weight: bold;
    font-size: 150%;
}
.change-ttl{
    font-weight: bold;
    text-align: center;
    position: relative;
    z-index: 0;
}
.change-ttl::before{
    content: '01';
    display: inline-block;
    position: absolute;
    left: 0;
    top: -10px;
    color: #fbfdfe;
    font-size: 40px;
    z-index: -1;
    font-family: "montserrat", sans-serif;
    font-weight: normal;
}
.change-ttl.ttl02::before{
    content: '02';
}
.change-ttl.ttl03::before{
    content: '03';
}
.change-ttl.ttl04::before{
    content: '04';
}
.change-img{
    margin: 15px 0;
}
@media screen and (min-width: 768px){
    .change-list-item{
        font-size: 1em;
    }
    .change-ttl{
        font-size: 1.1em;
        display: inline-block;
        left: 50%;
        transform: translateX(-50%);
    }
    .change-element{
        padding: 50px .5em 30px;
    }
    .change-list{
        width: 70%;
        margin: 0 auto;
    }
    .change-ttl::before{
        font-size: 50px;
        left: -47px;
        top: -30px;
    }
}
@media screen and (min-width: 1028px){
    .change-ttl::before{
        font-size: 80px;
        left: -50px;
        top: -50px;
    }
    .change-ttl.ttl03::before, .change-ttl.ttl04::before{
        left: -30px;
    }
    .change-inner{
        width: calc(100% + 6px);
        margin: 0 -3px;
    }
    .change-element{
        max-width: calc(((100% / 12) * 3) - 6px);
        flex-basis: calc(((100% / 12) * 3) - 6px);
        margin: 0 3px ;
        background: #EEF3F7;
        padding: 60px 0 50px;
    }
    .change-ttl{
        font-size: 20px;
    }
    .change-list-item{
        font-size: 17px;
    }
}
/* =============================================
 step
============================================= */
.section-step{
    padding-top: 0;
}
.step-ttl{
    font-weight: bold;
    font-size: 1.1em;
}
.step-ttl span{
    display: inline-block;
    background: #eb2a87;
    color: #fff;
    font-size: 25px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    font-family: 'montserrat', sans-serif;
    border-radius: 3px;
    margin-right: 5px;
}
.step-dotted{
    margin: 10px 0 10px 20px;
    border-left: 2px dotted #eb2a87;
    padding: 10px 0;
}
.step-wrapper{
    background: #f8f8f6;
    margin: 10px 0 10px 20px;
    padding: 1em;
}
.step-list-item{
    text-indent: -1em;
    padding-left: 1em;
}
.step-list-item span{
    font-size: 12px;
}
.step-coment{
    background: #eb2a87;
    padding: 1em .5em;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
    position: relative;
}
.step-coment::before{
    content: '';
    display: inline-block;
    border: 8px solid transparent;
    border-bottom: 12px solid #eb2a87;
    position: absolute;
    top: -20px;
    left: 48%;
}
.step-coment span{
    font-size: 12px;
    display: block;
}
.section-step .point-check{
    margin-top: 40px;
}
@media screen and (min-width: 768px){
    .step-ttl{
        font-size: 20px;
    }
    .step-inner{
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: stretch;
        width: calc(100% + 10px);
        margin: 0 -5px;
        position: relative;
    }
    .step-img{
        max-width: calc(((100% / 11) * 3) - 10px);
        flex-basis: calc(((100% / 11) * 3) - 10px);
        margin: 0 5px;
    }
    .step-txt{
        max-width: calc(((100% / 11) * 8) - 10px);
        flex-basis: calc(((100% / 11) * 8) - 10px);
        margin: 0 5px;
    }
    .step-coment{
        font-size: 14px;
        position: absolute;
        bottom: -40px;
        right: 10px;
        margin: 0;
    }
    .step-wrapper{
        padding-top: 1.5em;
    }
    .step-coment::before{
        left: -24px;
        transform: rotate(-65deg);
        top: 10px;
        border: 12px solid transparent;
        border-bottom: 25px solid #eb2a87;
    }
}
@media screen and (min-width: 1023px){
    .step-wrapper{
        font-size: 20px;
    }
    .step-coment{
        bottom: 0;
    }
}
@media screen and (min-width: 1028px){
    .section-step .point-check{
        margin-top: 50px;
    }
    .step-ttl{
        font-size: 26px;
    }
    .step-ttl span{
        font-size: 30px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin-right: 10px;
    }
    .step-dotted{
        margin-left: 25px;
    }
    .step-wrapper{
        margin-left: 25px;
    }
    .step-coment{
        font-size: 17px;
        padding: 1em;
        bottom: 10px;
    }
    .step-coment::before{
        top: 23%;
    }
}
/* =============================================
 schedule
============================================= */ 
.section-schedule{
    background: #F5F5F5;
}
.schedule-img{
    overflow: hidden;
}
.schedule-txt{
    font-weight: bold;
    text-align: right;
    margin-top: 15px;
}
.schedule-wrapper{
    box-shadow: 2px 2px 20px 0px rgb(0 0 0 / 13%);
    border-radius: 20px;
    overflow: auto;
}
.schedule-img{
    width: 250%;
}
.schedule-txt a{
    text-decoration: underline;
}
@media screen and (min-width: 768px){
    .schedule-img{
        width: 100%;
    }
}

/* =============================================
 reason
============================================= */ 
.shinko-txt{
    padding: 1em;
    background: #f6fcff;
    border: 4px solid #1b98db;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    border-radius: 10px;
    margin-top: 50px;
}
.reason-txt{
    text-align: center;
    font-size: 1.1em;
    line-height: 1.6;
    margin-bottom: 10px;
}
.reason-element{
    margin-bottom: 40px;
}
.reason-element-txt{
    color: #0065c4;
    text-align: center;
    font-weight: bold;
    margin: 15px 0;
    font-size: 1.2em;
}
span.ft-bg{
    font-weight: bold;
    text-decoration: underline;
}
.reason-ttl{
    text-align: center;
    font-weight: bold;
    font-size: 24px;
}
.reason-ttl span{
    display: block;
    color: #cfbfa8;
    font-size: 80%;
}
.reason-img{
    margin-bottom: 20px;
}
.reason-txt-main{
    font-size: 17px;
}
@media screen and (min-width: 768px){
    .reason-inner{
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: stretch;
        width: calc(100% + 20px);
        margin: 0 -10px;
    }
    .reason-element{
        max-width: calc(((100% / 12) * 4) - 20px);
        flex-basis: calc(((100% / 12) * 4) - 20px);
        margin: 0 10px 20px;
    }
}
@media screen and (min-width: 1028px){
    .shinko-txt{
        margin-top: 70px;
        font-size: 22px;
    }
    .reason-txt{
        font-size: 20px;
    }
    .reason-ttl{
        font-size: 26px;
    }
    .reason-element-txt{
        font-size: 20px;
    }
}