@charset "utf-8";


@media all and (max-width: 380px){
    .ttl-pattern_2{
        font-size: 1.5rem;
    }
    .head-subttl{
        font-size: 1.5rem;
    }
}


/* remark-text */
.remark-text{
    line-height: 1.5;
    font-size:0.9rem;
}
@media all and (min-width: 576px) {

}
@media all and (min-width: 768px) {

}
@media all and (min-width: 992px) {
    .remark-text{
        font-size:1rem;
    }
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
}



.head-ttl-wrap{
    background: url(../images/activity/accelerator/accelerator-bg-1.jpg) no-repeat center center / cover;
}

/* section-heading */
.section-heading-en{
    color:#D6A91F;
    font-size: 1.125rem;
    font-weight: bold;
    line-height:1.1;
    text-align: center;
}
.section-heading{
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}
.section-heading-white{
    color:#fff;
}
.section-heading-wrapper{
    position: relative;
}
.section-heading-wrapper::after{
    content:"";
    display:block;
    width:60px;
    height:2px;
    background-color:#D6A91F;
    position:absolute;
    bottom:-25px;
    left:calc(50% - 30px);
}
@media all and (min-width: 576px) {

}
@media all and (min-width: 768px) {
}
@media all and (min-width: 992px) {
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
}
/* //section-heading */

/* media */
.media-text-lead{
    font-size: 1.15rem;
    font-weight: bold;
    line-height: 1.91;
    margin-top: 1rem;
    margin-bottom: 1.25rem;
}
.media-text-body{
    font-size: 1rem;
    line-height: 2.25;
}
.media .section-heading-wrapper{
    margin-bottom: 69px;
}

.media .section-heading-wrapper::after{
    left:0;
}
.media-image{
    width:100%;
}

@media all and (max-width: 380px) {
    .media-text-lead{
        font-size: 1.1rem;
    }
}

@media all and (min-width: 576px) {

}
@media all and (min-width: 768px) {
}
@media all and (min-width: 992px) {
    .media-text-lead{
        margin-top: 0;
        margin-bottom: 0.5rem;
    }
    .media-text-body{
    }
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
}
/* // */


/* media-card */

.media-card{
    padding:20px;
    background-color: #fff;
    border: 2px solid #0C0C31;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-direction: column-reverse;
}
.media-card.media-card-reverse{
    flex-direction: column;
}
.media-card:last-child{
    margin-bottom: 0;
}
.media-card-text-wrapper{
    display: flex;
    justify-content: center;
    flex-direction: column;

}

.media-card-text-heading{
    font-size:1.375rem;
    margin-top: 0;
    margin-bottom: 1.4rem;
    font-weight: bold;
    line-height: 1.91;
}

.media-card-text{
    line-height: 2.25;
    margin-bottom: 0;
}

.media-card.media-card-reverse .media-card-text-wrapper{
    padding-right: 0;
    padding-left: 0;
}

.media-card-image-wrapper{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.media-card-image{
    min-width: auto;
    width: 100%;
    margin-bottom: 1rem;
}

@media all and (max-width: 380px){
    .media-card-text-heading{
        font-size: 1.2rem;
        margin-bottom: 1.5rem;
    }
}

@media all and (min-width: 576px) {
}
@media all and (min-width: 768px) {
}
@media all and (min-width: 992px) {
    .media-card-image{
        min-width: 400px;
    }
    .media-card-text-heading{
        margin-top: 0;
        margin-bottom: 0.6rem;
    }

    .media-card,.media-card.media-card-reverse{
        flex-direction: row;
    }
    .media-card-text-wrapper{
        padding-right: 30px;
    }
    .media-card.media-card-reverse .media-card-text-wrapper{
        padding-right: 0;
        padding-left: 30px;
    }
    .media-card-image{
        margin-bottom: 0;
    }
    .media-card-text{
        line-height: 1.8;
    }
    
}
@media all and (min-width: 1200px) {
    .media-card-image{
        min-width: 550px;
    }
    .media-card{
        padding:38px;
    }

   
}
@media all and (min-width: 1400px) {
    .media-card-text{
        line-height: 2.25;
    }

}
/* //media-card */

/* requirements-circles */



.requirements-circles{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;

}
.requirements-circle{
    position:relative;
    border-radius: 50%;
    width: 410px;
    height: 410px;
    background-color: #0C0C31;
    color:#fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-top: 23px;
    padding-bottom: 34px;
    margin-bottom: 40px;
}
.requirements-circle:nth-last-child{
    margin-bottom: 0;
}

.requirements-circle-image{
    position: absolute;

    left: calc(50% - 35px);
    bottom: 15%;
}
.requirements-circle-number{
    font-size: 4rem;
    line-height: 1.8;
    margin-bottom: 0;
    font-weight: bold;
    position:absolute;
    top: 10%;
}
.requirements-circle-text{
    font-size: 1.25rem;
    line-height: 2;
    text-align: center;
    padding: 0;
    margin: 0;
}


@media all and (max-width: 435px) {
    .requirements-circle{
        width: 290px;
        height: 290px;
    }
    .requirements-circle-image{    
        left: calc(50% - 28px);
        width: 56px;
        bottom: 12%;
    }
    .requirements-circle-number{
        font-size: 3.5rem;
        top: 5%;
    }
    .requirements-circle-text{
        font-size: 1rem;
    }

}

@media all and (min-width: 576px) {
    /* .requirements-circle-number{
        top: 25px;
        font-size: 3.125rem;
    }
    .requirements-circle-image{
        left: calc(50% - 35px);
        bottom: 32px;
    }
    .requirements-circle-text{
        font-size:1rem;
        line-height: 1.75;
    } */
}
@media all and (min-width: 768px) {
    .requirements-circles{
        justify-content: space-around;
    }
    .requirements-circle{
        width: 300px;
        height: 300px;
    }
    .requirements-circle-number{
        top: 25px;
        font-size: 3.125rem;
    }
    .requirements-circle-image{
        left: calc(50% - 35px);
        bottom: 32px;
    }
    .requirements-circle-text{
        font-size:1rem;
        line-height: 1.75;
    }
}
@media all and (min-width: 992px) {

    .requirements-circle{
        width: 220px;
        height: 220px;
    }
    .requirements-circle-image{
        left: calc(50% - 17.5px);
        width: 35px;
        bottom: 15%;
    }
    .requirements-circle-number{
        font-size: 2rem;
        top: 10%;
    }
    .requirements-circle-text{
        font-size: 0.8rem;
    }
    
}
@media all and (min-width: 1200px) {
    .requirements-circle{
        width: 270px;
        height: 270px;
    }
    .requirements-circle-image{
        left: calc(50% - 29px);
        width: 58px;
        bottom: 15%;
    }
    .requirements-circle-number{
        font-size: 3rem;
        top: 7%;
    }
    .requirements-circle-text{
        font-size: 0.9rem;
    }

}
@media all and (min-width: 1400px) {
    .requirements-circles{
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .requirements-circle{
        justify-content: center;
        width: 300px;
        height: 300px;
    }
    .requirements-circle-number{
        top: 25px;
        font-size: 3.125rem;
    }
    .requirements-circle-image{
        left: calc(50% - 35px);
        width: auto;
        bottom: 32px;
    }
    .requirements-circle-text{
        font-size:1rem;
    }
}
/* // */

/* price-box */

.price-box-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
.price-box{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    border: 2px solid #0C0C31;
    padding: 0;
    width: 100%;
    height: 170px;
}
.price-box:nth-child(1){
    margin-bottom: 30px;
}
.price-box-text{
    font-size: 1.25rem;
    font-weight: bold;
}
.price-value{
    color:#DD0063;
    font-weight: bold;
    font-size: 1.875rem;
    line-height: 1.13;
    padding-left: 0.375rem;
    padding-right: 0.375rem;
}
.price-box-heading{
    font-weight: bold;
    font-size: 1.375rem;
    text-wrap: nowrap;
    line-height: 1.91;
    margin-bottom: 1.5rem;

}
.price-remark{
    color:#fff;
}

@media all and (max-width: 380px) {
    .price-box{
        width: 300px;
        height: 130px;
        margin-bottom: 0.5rem;
    }
    .price-box:nth-child(1){
        margin-bottom: 20px;
    }
    .price-box-wrapper{
        margin-bottom: 30px;
    }
    .price-box-heading{
        font-size: 1.1rem;
        margin-bottom: 0.5rem;
    }

}

@media all and (min-width: 576px) {
    .price-box{
        width: 500px;
        height: 170px;
    }
}
@media all and (min-width: 768px) {


}
@media all and (min-width: 992px) {
    .price-box-wrapper{
        flex-direction: row;
    }
    .price-box:nth-child(1){
        margin-bottom: 0;
    }

}
@media all and (min-width: 1200px) {

}
@media all and (min-width: 1400px) {

}
/* // */



/* セクション１の記述 */


.section{
    font-size:16px;
    padding-top:80px;
    padding-bottom:80px;

}
.section.section-first{
    padding-top:3.5rem;
    position: relative;
}
.section.section-first::after{
        content: "";
        position: absolute;
        bottom: 60px;
        right: -77px;
        width: 580px;
        height: 580px;
        background: url(../images/activity/activity-absolute-bg.png) no-repeat center center/contain;
        z-index: -1;
}
.section.section-bg-gray{
    background-color: #EAEAF0;
}
.section-lead-pattern-1{
    font-size: 1.15rem;
    font-weight: bold;
    line-height: 1.7;
}

@media all and (max-width: 380px){
    .section-lead-pattern-1{
        font-size: 1.1rem;
    }
}

@media all and (min-width: 576px) {
}
@media all and (min-width: 768px) {
}
@media all and (min-width: 992px) {
    .section{
        padding-top:100px;
        padding-bottom:100px;
    }

}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
}
/* //セクション１の記述 */

/* セクション２の記述 */
.section-requirements.lazyloaded{
    background: url(../images/activity/accelerator/accelerator-bg-2.jpg) no-repeat center center /cover;
}
@media all and (min-width: 576px) {

}
@media all and (min-width: 768px) {
}
@media all and (min-width: 992px) {

}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {

}
/* //セクション２の記述 */

/* セクション３の記述 */
.section-price.lazyloaded{
    background: url(../images/activity/accelerator/accelerator-bg-3.jpg) no-repeat center center /cover;
}

@media all and (min-width: 576px) {
}
@media all and (min-width: 768px) {
}
@media all and (min-width: 992px) {
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
}
/* //セクション３の記述 */


/*デスクトップ*/
@media all and (min-width: 992px) and (max-width: 1199px) {
}
/*中デバイス*/
@media all and (min-width: 768px) and (max-width: 991px) {
  
}
/*小デバイス*/
@media all and (min-width: 576px) and (max-width: 767px) {
}

@media all and (max-width: 400px) {
}
/*iPhone5:SE*/
@media all and (max-width: 320px) {

}