@charset "utf-8";
/* 共通 */
*{
    box-sizing: border-box;
}
#container {
    line-height: 1.4;
    font-family: 'Noto sans JP', sans-serif;
    color: #000;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    overflow-x: hidden;
}
section{
    padding: 80px 0;
}
.sp-br {
    display: none;
}
.title-wrapper{
    margin-bottom: 50px;
}
.title {
    font-weight: 700;
    font-size: 44px;
    color: #123468;
    margin-bottom: 10px;
}.desc {
    font-weight: 400;
    font-size: 20px;
}
.em_red {
    color: #B11E2F;
}
.em_marker {
    background: linear-gradient(transparent 80%, #FFF502 0%);
    color: inherit;
    font-style: normal;
}
.list-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.list-image img{
    width: 100%;
}
.list-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 14px;
}
.list-text {
    font-size: 18px;
}
.list-image {
    margin-right: 30px;
}
@media screen and (max-width: 750px){
    section{
        padding: 48px 20px 50px;
    }
    .sp-br {
        display: block;
    }
    .title-wrapper{
        margin-bottom: 30px;
    }
    .title {
        font-size: 28px;
        margin-bottom: 4px;
    }
    .desc {
        font-size: 16px;
    }
    .list-title {
        font-size: 26px;
        margin-bottom: 8px;
    }
    .list-text {
        font-size: 14px;
        line-height: 1.7;
    }
    .list-image {
        margin-right: 25px;
    }
}

/* header */
.header__inner {
    height: 80px;
    padding: 15px 35px;
    text-align: left;
    display: flex;
    align-items: center;
}
.header__heading {
    display: inline-block;
    width: 210px;
}
.header__heading a {
    display: block;
    width: 100%;
}
.header__heading a img {
    width: 100%;
}
@media screen and(max-width: 750px){
    .header__inner {
        padding: 15px 20px;
        text-align: left;
        display: flex;
        align-items: center;
    }
    .header__heading {
        display: inline-block;
        width: 210px;
    }
}

/* top */
.top{
    padding: 0;
}
.top_content {
    height: 657px;
    background-image: url(https://kvillage.jp/img/kvillage-teacher/main_visual_pc.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.top .title-wrapper {
    text-align: left;
    position: absolute;
    top: 14%;
    left: 14%;
}
.top .title {
    font-size: 71px;
    margin-bottom: 18px;
}
.top .title .small {
    font-size: 55px;
}
.top .desc {
    font-size: 26px;
    font-weight: 700;
}
@media screen and (max-width: 750px){
    .top_content {
        height: 526px;
        background-image: url(https://kvillage.jp/img/kvillage-teacher/main_visual_sp.png);
        position: static;
        background-size: cover;
        padding: 0 20px;
    }
    .top .title-wrapper {
        text-align: center;
        position: static;
        padding-top: 20px;
    }
    .top .title {
        font-size: 33px;
        margin-bottom: 5px;
    }
    .top .title .small,
    .top .title .sp-small{
        font-size: 26px;
    }
    .top .desc {
        font-size: 18px;
    }
}


/* about */
.about {
    background-color: #FFE5E9;
}
.about .boby {
    font-size: 18px;
    line-height: 2;
}
@media screen and (max-width: 750px){
    .about .boby {
        font-size: 14px;
        text-align: left;
    }
}

/* step */
.step {
    display: flex;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: space-around;
}
.step .title-wrapper,
.step .title {
    margin-bottom: 0;
}
.step .list-item {
    margin-bottom: 40px;
}
.step .list-item:last-child {
    margin-bottom: 0;
}
.step .list-body {
    text-align: left;
}
.step .list-title {
    font-size: 30px;
    color: #B11E2F;
    font-style: italic;
}
@media screen and (max-width: 750px){
    .step {
        display: flex;
        box-sizing: border-box;
        flex-direction: column;
        align-items: center;
    }
    .step .title-wrapper{
        margin-bottom: 30px;
    }
    .step .list-content{
        margin: 0 auto;
    }
    .step .list-item {
        margin-bottom: 20px;
    }
    .step .list-item:last-child {
        margin-bottom: 0;
    }
    .step .list-image{
        width: 30%;
    }
     .step .list-body {
        text-align: left;
        width: 70%;
    }
    .step .list-title {
        font-size: 26px;
    }
}

/* page-link */
.page-link_content {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    max-width: 1000px;
    width: 100%;
}
.page-link_btn {
    width: 33%;
    height: 60px;
    border-radius: 20px 20px 0 0;
    position: relative;
}
.page-link_btn.etc {
    background-color: #54A4E8;
}
.page-link_btn.scene {
    background-color: #E85498;
    margin: 0 10px;
}
.page-link_btn.feature {
    background-color: #44AA70;
}
.page-link_btn::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(https://kvillage.jp/img/kvillage-teacher/icon_down.png);
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: cover;
}
.page-link_btn a {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 2.5;
}
@media screen and (max-width: 750px){
    .page-link_btn {
        height: 87px;
    }
    .page-link_btn.scene {
        margin: 0;
    }
    .page-link_btn::after {
        width: 20px;
        height: 20px;
        background-image: url(https://kvillage.jp/img/kvillage-teacher/icon_down.png);
        position: absolute;
        right: 50%;
        top: auto;
        bottom: 10px;
        transform: translateX(50%);
    }
    .page-link_btn a {
        font-size: 15px;
        line-height: 1.2;
        padding-top: 15px;
        box-sizing: border-box;
    }
}

/* etc */
.etc, .feature{
    background-color: #FFF8CE;
}
.etc .title{
    color: #54A4E8;
}
.etc .list-content{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
}
.etc .list-item{
    flex-direction: column;
    width: 33%;
    margin-right: 74px;
}
.etc .list-item:last-child{
    margin-right: 0;
}
.etc .list-image{
    margin: 0 0 20px;
}
.etc .list-body {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.etc .list-no {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background-color: #54A4E8;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 750px){
    .etc .list-content{
        flex-direction: column;
    }
    .etc .list-item{
        flex-direction: row;
        width: 100%;
        margin: 0 0 20px;
    }
    .etc .list-item:nth-child(2){
         flex-direction: row-reverse;
    }
    .etc .list-item:last-child{
         margin-bottom: 0;
    }
    .etc .list-image{
        margin: 0 20px 0 0;
        width: 50%;
    }
    .etc .list-item:nth-child(2) .list-image{
        margin: 0 0 0 20px;
    }
    .etc .list-body{
        width: 50%;
    }
    .etc .list-no {
        margin-bottom: 10px;
    }
    .etc .list-text{
        text-align: left;
    }
}

/* scene */
.scene .title{
    color: #E85498;
}
.scene .content{
    display: flex;
    justify-content: center;
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
}
.scene .content-wrap{
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    width: 487px;
    height: 438px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-bottom: 160px;
}
.scene .content-wrap:nth-child(1){
    background-image: url(https://kvillage.jp/img/kvillage-teacher/bg_scene01.png);
}
.scene .content-wrap:nth-child(2){
    background-image: url(https://kvillage.jp/img/kvillage-teacher/bg_scene02.png);
    width: 499px;
    height: 457px;
    margin: 140px 0 0;
}
.scene .content-wrap:nth-child(3){
    background-image: url(https://kvillage.jp/img/kvillage-teacher/bg_scene03.png);
    margin-bottom: 0;
}
.scene .list-image{
    margin: 0;
    max-width: 280px;
    max-height: 280px;
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    position: absolute;
    right: 54px;
}
.scene .content-wrap:nth-child(2) .list-image{
    right: auto;
}
.scene .content-wrap:nth-child(3) .list-image{
    right: 33px;
}
.scene .list-body{
    text-align: left;
    position: absolute;
    bottom: 44px;
    left: 75px;
}
.scene .content-wrap:nth-child(2) .list-body{
    left: auto;
}
.scene .content-wrap:nth-child(3) .list-body{
    bottom: 68px;
    left: 143px;
}
.scene .list-title{
    color: #E85498;
    font-size: 26px;
}
@media screen and (max-width: 750px){
    section.scene{
        padding: 48px 0 50px;
    }
    .scene .content{
        flex-direction: column;
        align-items: center;
        position:relative;
    }
    .scene .content-wrap{
        background-position: bottom;
        width: 377px;
        height: 334px;
        margin-bottom: 10px;
    }
    .scene .content-wrap:nth-child(1),
    .scene .content-wrap:nth-child(3){
        right: 20px;
    }
    .scene .content-wrap:nth-child(2){
        width: 377px;
        height: 348px;
        margin: 0 0 10px;
        left: 20px;
    }
    .scene .list-image{
        max-width: 217px;
        max-height: 217px;
        right: 11%;
    }
    .scene .content-wrap:nth-child(2) .list-image{
        right: 69px;
    }
    .scene .content-wrap:nth-child(3) .list-image{
        right: 45px;
    }
    .scene .list-body{
        bottom: 36px;
        left: 73px;
    }
    .scene .content-wrap:nth-child(2) .list-body{
        left: 51px;
        bottom: 56px;
    }
    .scene .content-wrap:nth-child(3) .list-body{
        bottom: 50px;
        left: 93px;
    }
    .scene .list-title{
        font-size: 22px;
        margin-bottom: 10px;
    }
}

/*  feature */
.feature .title{
    color:#44AA70;
}
.feature .list-content{
    display: flex;
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
}
.feature .list-item{
    flex-direction: column;
    max-width: 480px;
    width: 100%;
    padding: 30px 0;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.16);
}
.feature .list-item:first-child{
    margin-right: 40px;
}
.feature .list-image{
    margin: 0 0 26px;
}
.feature .list-title{
    color: #44AA70;
    font-size: 26px;
}
@media screen and (max-width: 750px){
    .feature .list-content{
        flex-direction: column;
        align-items: center;
    }
    .feature .list-item{
        padding: 20px;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    }
    .feature .list-item:first-child{
        margin: 0 0 20px;
    }
    .feature .list-image{
        margin: 0 0 20px;
    }
    .feature .list-title{
        font-size: 22px;
        margin-bottom: 10px;
    }
}

/* faq */
.faq .title{
    margin-bottom: 0;
}
.faq .faq-content{
    text-align: left;
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
}
.faq .question{
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    background-color: #B11E2F;
    border-radius: 20px 20px 0 0;
    padding: 24px;
}
.faq .answer{
    font-size: 18px;
    border-radius: 0 0 20px 20px;
    border: 1px solid #CDCDCD;
    padding: 24px;
    margin-bottom: 30px;
}
.faq .answer:last-child{
    margin-bottom: 0;
}
@media screen and (max-width: 750px){
.faq .question{
    font-size: 20px;
    padding: 14px;
}
.faq .answer{
    font-size: 14px;
    padding: 14px;
    margin-bottom: 10px;
}
}

/* footer */
.footer{
    background-color: #DE0000;
    margin-bottom: 170px;
}
.footer__inner{
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: center;
    padding: 17px 0;
}
.footer_text{
    margin-right: 10px;
}
@media screen and (max-width: 750px){
    .footer{
        margin-bottom: 122px;
    }
    .footer__inner{
        font-size: 12px;
        display: block;
        padding: 12px 0;
    }
    .footer_text{
        margin-right: 0;
    }
}

/* floating */
.floating{
    width: 100%;
    background-color: #123468;
    padding: 20px 0;
    position: fixed;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    z-index: 1000;
    display: none;
}
.floating p{
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 14px;
    display: inline-block;
    position: relative;
}
.floating p::before,
.floating p::after{
    content: "";
    position: absolute;
    width: 2px;
    height: 30px;
    background-color: #fff;
}
.floating p::before{
    transform: rotate(-45deg);
    left: -20px;
    bottom: -2px;
}
.floating p::after{
    transform: rotate(45deg);
    right: -20px;
    bottom: -2px;
}
.floating__button{
    max-width: 720px;
    width: 90%;
    height:80px;
    margin: 0 auto;
    border-radius: 40px;
    background-color: #B11E2F;
}
.floating__button a{
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.floating__button a::before,
.floating__button a::after{
    content: "";
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 4px;
    background: #fff; 
    border-radius: 2px;
    right: 30px;
}
.floating__button a::before{
    transform: rotate(45deg);
    top: calc(50% - 6px);
}
.floating__button a::after{
    transform: rotate(-45deg);
    bottom: calc(50% - 6px);
}
@media screen and (max-width: 750px){
    .floating{
        padding: 20px;
        /* width: 300px; */
        box-sizing: border-box;
    }
    .floating p{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .floating p::before,
    .floating p::after{
        height: 20px;
    }
    .floating p::before{
        left: -15px;
    }
    .floating p::after{
        right: -15px;
    }
    .floating__button{
        height:50px;
    }
    .floating__button a{
        font-size: 20px;
    }
    .floating__button a::before,
    .floating__button a::after{
        right: 20px;
    } 
}