@charset "UTF-8";
/* reset */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body{
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    color: #333;
    background-color: #fff;
}
a{
    text-decoration: none;
}
ul{
    list-style: none;
}
img{
    max-width: 100%;
    height: auto;
    display: block;
}

/* 共通 */
.tokyo-archive .br-sp{
    display: none !important;
}
@media screen and (max-width: 640px) {
    .tokyo-archive .br-sp{
        display: block !important;
    }
}
.bg-gray {
    background-color: #f2f2f2;
}
.bg-white {
    background-color: #fff;
}
.section {
    padding: 3rem 0 3.5rem;
}
@media screen and (max-width: 640px) {
    .section {
        padding: 2.5rem 1.25rem 1.25rem;
    }
}
.section-title {
    font-size: 2rem;
    font-weight: 700;
    padding-bottom: 25px;
    margin-bottom: 2.5rem;
    position: relative;
    text-align: center;
}
@media screen and (max-width: 800px) {
    .section-title {
        font-size: 1.25rem;
        margin-bottom: 2rem !important;
        padding-bottom: .8rem;
    }
}
.section-title:after {
    background-color: #de0000;
    bottom: 0;
    content: "";
    display: block;
    height: 7px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1.5em;
}
@media (max-width: 767px) {
    .section-title:after {
        height: 4px;
    }
}
.section-sub {
    font-size: 0.9rem;
    margin: 0 auto 2.5rem;
    text-align: center;
    font-weight: 500;
}
.tokyo-archive .section-sub {
    margin: 0 auto 2.5rem!important;
}
.inner{
    max-width: 1040px;
    width: 100%;
    margin: 0 auto;
}
#header{
    margin-bottom: 0;
}

/* トップ */
.top{
    background-color: #FFF2F8;
    text-align: center;
    margin-bottom: 72px;
}
@media screen and (max-width: 640px) {
    .top {
        margin-bottom: 0;
    }
}
.main-visual{
    background-image: url(../img/area-tokyo/bg-top_pc.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding: 50px 0 140px;
    height: auto;
}
@media screen and (max-width: 640px) {
    .main-visual {
        background-image: url(../img/area-tokyo/bg-top_sp.png);
        padding: 20px 20px;
    }
}
.main-visual:after{
    content: none;
}
.main-visual .title-wrapper{
    display: block;
}
.title{
    margin-bottom: 20px;
}
.main-visual .title .main{
    display: block;
    font-size: 3rem;
    color: #AB1124;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
}
@media screen and (max-width: 640px) {
    .main-visual .title .main {
        font-size: 1.6rem;
    }
}
.main-visual .title .sub{
    display: block;
    font-size: 1.2rem;
    font-weight: 500;
    margin-top: 1.3rem;
    text-align: center;
    color: #333;
}
@media screen and (max-width: 640px) {
    .main-visual .title .sub {
        font-size: 1rem;
    }
}
.image-medal{
    width: 434px;
    margin: 0 auto;
}
@media screen and (max-width: 640px) {
    .image-medal {
        width: 280px;
    }
}
.to-school{
    background-color: #F1B5BD;
    padding: 40px 0;
}
@media screen and (max-width: 640px) {
    .to-school {
        padding: 20px 0;
    }
}
.bt_to-school{
    display: inline-block;
    width: 300px;
    height: 60px;
    background-color: #AB1124;
    border-radius: 10px;
}
.bt_to-school a{
    display: flex;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
}
.bt_to-school a::after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 27px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-2px) rotate(135deg);
}

/* 東京で韓国語を学ぶならK Village韓国語！あなたの近くで、あなたのペースで */
.catch-copy {
    font-size: 1rem;
    margin: 0 auto;
    width: 65rem;
}
@media screen and (max-width: 65rem) {
    .catch-copy {
        padding-top: 2.5rem;
        width: 90%;
    }
}
.catch-copy-headline {
    font-size: 1.6rem;
    margin: 0 auto 2.5rem;
    text-align: center;
}
@media screen and (max-width: 65rem) {
    .catch-copy-headline {
        font-size: 1.4rem;
        margin: 0 auto 1.8rem;
    }
}
.catch-copy>:first-child {
    margin-top: 2.5rem;
}
@media screen and (max-width: 65rem) {
    .catch-copy>:first-child {
        margin-top: 0;
    }
}
.image-map {
    max-width: 800px;
    margin: 0 auto;
}
.image-map img {
    margin: 0 auto;
}

/* 東京で通いやすい韓国語教室を探しているあなたへ */
.point .inner {
    max-width: none;
}
.carousel {
    width: 100%; 
    max-width: 1040px;
    margin: 0 auto;
    overflow: hidden;
}
.c-inner{
    display: flex;
    flex-direction: column;
    max-width: 492px;
    width: 25%;
    margin: 0 24px;
}
@media (max-width: 640px) {
    .c-inner {
        max-width: none;
        width: 100%;
        margin: 0;
    }
}
.c-text{
    background-color: #F2F2F2;
    padding: 20px;
    text-align: center;
    flex: 1;
}
.c-text h3{
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 20px;
}

/* 東京の校舎一覧 */
.school-list{
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}
@media (max-width: 640px) {
    .school-list {
        gap: 20px;
    }
}
.school-list-item{
    width: calc((100% - 64px) / 3);
    display: flex;
    flex-direction: column;
}
@media (max-width: 640px) {
    .school-list-item {
        width: calc((100% - 20px) / 2);
    }
}
.school-image{
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
}
.school-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.school-body{
    padding: 20px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    flex: 1;
}
.school-body-info{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    flex: 1;
}
@media (max-width: 640px) {
    .school-body {
        padding: 10px;
        gap: 12px;
    }
}
.school-name{
    font-size: 1.25rem;
    font-weight: 700;
}
@media (max-width: 640px) {
    .school-name {
        font-size: 0.875rem;
    }
}
.school-access{
    color: #DE0100;
    font-weight: 700;
}
.school-link{
    color: #AB1124;
    text-align: right;
    font-weight: 500;
    text-decoration: underline;
    padding-right: 28px;
    position: relative;
}
@media (max-width: 640px) {
    .school-address, .school-access,.school-link {
        font-size: 0.75rem;
    }
}
.school-link::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #AB1124;
    border-right: 2px solid #AB1124;
    transform: rotate(45deg);
}

/* レッスン形式と料金一覧　自分に合った学び方を選べます */
.lesson-list{
    display: flex;
    gap: 10px;
}
@media (max-width: 640px) {
    .lesson-list {
        flex-direction: column;
        gap: 20px;
    }
}
.lesson-list-item{
    width: calc((100% - 20px) / 3);
    background-color: #F2F2F2;
    padding: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
}
@media (max-width: 640px) {
    .lesson-list-item {
        width: 100%;
    }
}
.pre-name{
    color: #000;
    font-size: 1.125rem;
    margin-bottom: 16px;
    font-weight: 500;
    position: relative;
    display: inline-block;
}
@media (max-width: 640px) {
    .pre-name {
        font-size: 0.875rem;
    }
}
.pre-name::before, .pre-name::after{
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 26px;
    height: 2px;
    background-color: #000;
    
}
.pre-name::before{
    left: -25px;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}
.pre-name::after{
    right: -25px;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
.lesson-name { 
    margin-bottom: 16px;
}
.lesson-name h3{
    width: 100%;
    padding: 10px 0;
    color: #DE0100;
    border: 1px solid #000;
    border-radius: 50px;
    line-height: 1.6;
    font-size: 20px;
}
@media (max-width: 640px) {
    .lesson-name h3 {
        font-size: 1rem;
    }
}
.lesson-price{
    margin-bottom: 24px;
}
.monthly{
    color: #000;
    font-weight: 700;
    font-size: 1.875rem;
}
.monthly .emphasis{
    color: #DE0100;
    font-size: 4.0625rem;
}
@media (max-width: 640px) {
    .monthly{
        font-size: 1.5rem;
    }
    .monthly .emphasis{
        font-size: 2.8125rem;
    }
}
.by{
    font-size: 1.25rem;
    font-weight: 500;
}
@media (max-width: 640px) {
    .by{
        font-size: 0.875rem;
    }
}
.plus{
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    margin: 10px auto;
}
.plus::before, .plus::after{
    content: "";
    position: absolute;
    display: block;
    background-color: #C3C3C3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.plus::before {
    width: 100%; /* 横棒 */
    height: 5px; /* 棒の太さ */
}

.plus::after {
    width: 5px; /* 棒の太さ */
    height: 100%; /* 縦棒 */
}
@media (max-width: 640px) {
    .plus{
        width: 25px;
        height: 25px;
    }
    .plus::before {
        height: 4px; /* 棒の太さ */
    }
    .plus::after {
        width: 4px; /* 棒の太さ */
    }
}
.basic{
    font-size: 1.25rem;
    font-weight: 700;
}
.lesson-recommended h4{
    background-color: #fff;
    color: #DE0100;
    font-weight: 700;
    margin-bottom: 16px;
}
.recommended-list{
    text-align: left;
    position: relative;
    font-size: 0.9375rem;
    font-weight: 500;
    padding-left: 1rem;
}
.recommended-list-item::before{
    content: "•";
    position: absolute;
    left: 0;
    color: #333;
}

/* 韓国語学習者が急増中！その理由とは？ */
.reason-box{
    display: flex;
    flex-direction: column;
    gap: 48px;
}
@media (max-width: 640px) {
    .reason-box{
        gap: 20px;
    }
}
.reason-box-item{
    width: 100%;
    display: flex;
    align-items: center;
    padding: 30px;
    gap: 40px;
    background-color: #fff;
}
@media (max-width: 640px) {
    .reason-box-item{
        flex-direction: column;
        padding: 20px;
        gap: 20px;
    }
}
.reason-body h3{
    color: #DE0100;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 30px;
}
@media (max-width: 640px) {
    .reason-body h3{
        font-size: 1rem;
        margin-bottom: 12px;
    }
}
.reason-body p{
    font-weight: 500;
}
@media (max-width: 640px) {
    .reason-body p{
        font-size: 0.875rem;
    }
}

/* FAQ */
.qa-list {
    margin: 3rem 0 0;
}
@media (max-width: 640px) {
    .qa-list {
        margin: 2.1875rem 0 0;
    }
}
.question-wrapper{
    background-color: #F2F2F2;
    margin: 0 auto;
    padding: 3rem;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
@media (max-width: 640px) {
    .question-wrapper {
        padding: 1.5rem;
    }
}
.question-wrapper+.question-wrapper {
    margin-top: 2rem;
}
@media (max-width: 640px) {
    .question-wrapper+.question-wrapper {
        padding: 1.25rem;
    }
}
.question-wrapper:before {
    background-color: #de0000;
    content: "";
    display: block;
    height: 5.5rem;
    left: 0;
    position: absolute;
    top: 2.3rem;
    width: 5px;
}
@media screen and (max-width: 640px) {
    .question-wrapper:before {
        height: 2.7rem;
        top: 1rem;
    }
}
.question-wrapper .question {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
@media (max-width: 640px) {
    .question-wrapper .question {
        font-size: 1rem;
    }
}
.question-wrapper .answer {
    font-size: 1rem;
    line-height: 1.5em;
}
@media (max-width: 640px) {
    .question-wrapper .answer {
        font-size: 0.875rem;
    }
}

/* 韓国語を東京で学びたい方に大人気の「K Village 韓国語」。 */
.closing{
    padding: 56px 0;
    text-align: center;
}
@media (max-width: 640px) {
    .closing {
        padding: 40px 20px;
    }
}
.closing p{
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 1.125rem;
}
@media (max-width: 640px) {
    .closing p{
        font-size: 0.875rem;
    }
}
.closing p:last-child{
    margin-bottom: 0;
}
.closing p.closing-head{
    font-weight: 700;
    margin-bottom: 0;
}

.custom-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px; /* ボタンとドット間の隙間 */
    margin-top: 20px; /* スライダーとナビの距離 */
}
.custom-nav .dots .slick-dots{
    display: flex;
    align-items: center;
    gap: 12px;
}
.custom-nav .dots li {
    display: flex;
    align-items: center;
}
.custom-nav .dots li button {
    border: none;
    background-color: #C3C3C3; /* 非選択時 */
    width: 10px;
    height: 10px;
    border-radius: 50%;
    padding: 0;
    font-size: 0;
}
.custom-nav .dots li button::before{
    content: "";
}
.custom-nav .dots li.slick-active button {
    background-color: #DE0100; /* 選択時 */
}
.custom-nav .prev, .custom-nav .next {
    width: 30px;
    height: 30px;
    border: none;
    background: none;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom-nav .prev::after, .custom-nav .next::after{
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-top: 3px solid #AB1124;
    border-left: 3px solid #AB1124;
}
.custom-nav .prev::after{
    transform: rotate(-45deg);
}
.custom-nav .next::after{
    transform: rotate(135deg);
}