/* ========= FLEX ========== */
.flex {
    display: flex;
    flex-wrap: wrap;
}
.al_center {
    align-items: center;
}
/* ========= 2カラムレイアウト ========== */
.flex_2col {
    width: 48%;
    margin-right: 4%;
    padding: 0;
}
.flex_2col:nth-child(2n) {
    margin-right: 0%;
}
/* ========= 2カラム - 比率指定版 ========== */
.flex_2col_65 {
	width: 61%;
}
.flex_2col_65:nth-child(2) {
	margin-left: 4%;
}
.flex_2col_65 img {
	width: 100%;
}
.flex_2col_35 {
	width: 35%;
}
.flex_2col_35:nth-child(2) {
	margin-left: 4%;
}
.flex_2col_35 img {
	width: 100%;
}
.flex_2col_70 {
	width: 66%;
}
.flex_2col_70:nth-child(2) {
	margin-left: 4%;
}
.flex_2col_70 img {
	width: 100%;
}
.flex_2col_30 {
	width: 30%;
}
.flex_2col_30:nth-child(2) {
	margin-left: 4%;
}
.flex_2col_30 img {
	width: 100%;
}
/* ========= 3カラムレイアウト ========== */
.flex_3col {
    width: 32%;
    margin-right: 2%;
    padding: 0;
}
.flex_3col_sp4:nth-child(4) {
    display: none;
}
.flex_3col:nth-child(3n) {
    margin-right: 0%;
}
.flex_3col_nopadding {
    margin: 0;
    width: 33.333%;
}
/* ========= 4カラムレイアウト ========== */
.flex_4col {
    width: 23.5%;
    margin-right: 2%;
    padding: 0;
}
.flex_4col:nth-child(4n) {
    margin-right: 0%;
}

/* ========= WRAP ========== */
.wrap {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}
.wrap_1500 { max-width: 1540px; margin: 0 auto; padding: 0 20px; }
.wrap_1100 { max-width: 1120px; margin: 0 auto; padding: 0 20px; }
.wrap_1000 { max-width: 1040px; margin: 0 auto; padding: 0 20px; }
.wrap_800 { max-width: 840px; margin: 0 auto; padding: 0 20px; }
.wrap .wrap_1500 { padding: 0 0px; }
.wrap .wrap_1000 { padding: 0 0px; }
.wrap .wrap_800 { padding: 0 0px; }

/* ========= IMAGE ========== */
.img_res img {
    width: 100%;
    height: auto;
}
.img_wide {
    width: 100%;
    position: relative;
    overflow: hidden;
	height: fit-content;
}
.img_wide:before {
	content: "";
    display: block;
    padding-top: 65%;
}
.img_wide img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
	max-width: none;
	min-height: 100%;
    object-fit: cover;
}
a:hover .img_wide img {
    transform: translate(-50%, -50%) scale(1.1);
}
.img_sq {
    width: 100%;
    position: relative;
    overflow: hidden;
	height: fit-content;
}
.img_sq:before {
	content: "";
    display: block;
    padding-top: 100%;
}
.img_sq img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
	max-width: none;
	min-height: 100%;
    object-fit: cover;
}
a:hover .img_sq img {
    transform: translate(-50%, -50%) scale(1.1);
}

/* ========= TEXT SIZE ========== */
.text_xl {
    font-size: 1.25em; /* 20px → 1.25em */
}
.text_lg {
    font-size: 1.125em; /* 18px → 1.125em */
}
.text_md {
    font-size: 1em; /* 16px → 1em */
}
.text_sm {
    font-size: 0.7em; /* 14px → 0.875em */
}
.text_xs {
    font-size: 0.6em; /* 12px → 0.75em */
}

/* ========= TEXT ALIGN ========== */
.text_center {
    text-align: center;
}
.text_right {
    text-align: right;
}
.text_left {
    text-align: left;
}

/* ========= FONT WEIGHT ========== */
.text_bold {
    font-weight: 600;
}
.text_normal {
    font-weight: 400;
}
.text_light {
    font-weight: 300;
}

/* ========= CUSTOM ========== */
body {
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #242424;
    padding-bottom: 90px;
}
body a , h1, h2, h3, h4, h5, h6 {
    color: #242424;
}
img {
    vertical-align: bottom;
}
.v2-container {
    overflow-x: hidden;
    width: 100%;
}
#languages40.toefl.ielts02 header h1 span {
    display: none;
}
footer .footer_btn {
    background: rgb(255 255 255 / 80%);
    padding: 10px 0 0;
}
footer .footer_btn a:hover {
    opacity: 0.8;
}
#languages40 .copy {
    height: fit-content;
}
.toefl .copy p {
    padding: 15px;
    font-size: 12px;
}
#page_top img {
    vertical-align: baseline;
}
.toefl header h1 {
    margin: 0 0 0px !important;
}
.v2-ielts__blue {
    color: #09316C;
}
.v2-score {
    background: #F6F8FF;
    padding: 60px 0;
}
.v2-score__ttl {
    text-align: center;
    font-size: 36px;
    position: relative;
    padding-bottom: 0.5em;
    margin-bottom: 30px;
    font-weight: 600;
}
.v2-score__ttl span {
    font-size: 26px;
}
.v2-score__ttl h2 {
    margin-bottom: 0;
}
.v2-score__ttl {
    text-align: center;
    font-size: 36px;
    position: relative;
    padding-bottom: 0.9em;
    margin-bottom: 40px;
    background: url(/lp/img/ielts_v2/score_ttl.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 20px;
}
.v2-score__list--item {
    border: solid 2px #09316C;
    border-radius: 5px;
    box-shadow: 0 0px 10px rgba(0,0,0,0.2);
    background: #FFFFFF;
}
.v2-score__list--ttl {
    background: #09316C;
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 0.8em 0;
}
.v2-score__list--description {
    text-align: center;
    padding: 1em 0;
}
.v2-score__list--text {
    font-size: 26px;
    font-weight: 500;
}
.v2-score__list--text span {
    margin-right: 0.2em;
    font-weight: 500;
}
.v2-score__list--icon {
    margin: 0.3em;
}
.v2-score__list--number {
    font-weight: 600;
    font-size: 33px;
    color: #D64226;
    background: url(/lp/img/ielts_v2/score_bk.svg);
    background-position-x: 63%;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: auto 74%;
}
.v2-score__list--number span {
    font-size: 50px;
    font-weight: 600;
}
.v2-score__list--number span.text_sm {
    font-size: 19px;
    font-weight: 500;
}
.v2-score__list--name {
    font-size: 18px;
    font-weight: 500;
}
.v2-score__list--img img {
    width: 100%;
    vertical-align: bottom;
    border-radius: 0 0 5px 5px;
}
.v2-reason {
    background: #09316C;
    padding-bottom: 60px;
}
.v2-reason__innner--topbk {
    text-align: center;
    margin-bottom: 40px;
}
.v2-reason__ttl {
    text-align: center;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 50px;
}
.v2-reason__ttl span {
    font-weight: 600;
}
.v2-reason__ttl--en {
    font-family: "Noto Serif JP", serif;
    display: block;
    color: #C4A33F;
    font-size: 22px;
    margin-bottom: 0.3em;
}
.v2-reason__ttl--ja {
    font-size: 26px;
    display: block;
    color: #fff;
}
.v2-reason__ttl span {
    font-weight: 600;
}
.v2-reason__ttl--ja_bk {
    background: #C4A33F;
    color: #fff;
    display: inline-block;
    margin-top: 10px;
    padding: 0 1em;
}
.v2-reason__bk_white {
    background: #fff;
    padding: 50px;
}
.v2-reason__content {
    margin-bottom: 40px;
}
.v2-reason__content:last-child {
    margin-bottom: 0px;
}
.v2-reason__content--text h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #242424;
    margin-bottom: 0.7em;
    padding: 0;
    font-size: 24px;
}
.v2-reason__content--text h3 img {
    height: 1.5em;
    width: auto;
}
.v2-reason__content--text p {
    font-size: 16px;
    line-height: 1.7;
}
.v2-feature {
    padding: 60px 0 0;
}
.v2-ielts__ttl {
    font-size: 36px;
    text-align: center;
    margin-bottom: 50px;
}
.v2-feature__innner .v2-ielts__ttl {
    margin-bottom: 70px;
}
.v2-ielts__ttl--en {
    font-family: "Noto Serif JP", serif;
    color: #09316C;
    font-weight: 600;
    font-size: 22px;
    display: block;
}
.v2-ielts__ttl--ja {
    font-weight: 600;
    font-size: 36px;
}
.v2-feature__list--content {
    position: relative;
    padding: 40px 0;
    margin-bottom: 60px;
}
.v2-feature__list--content:before {
    content: "";
    position: absolute;
    width: 100vw;
    background: #F6F8FF;
    height: 100%;
    z-index: -1;
    right: -50px;
}
.v2-feature__list--content:nth-child(2n)::before {
    right: unset;
    left: -50px;
}
.v2-feature__list--text {
    width: 51%;
}
.v2-feature__list--text h3 {
    text-align: left;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 0;
}
.v2-feature__list--img h3 {
    display: none;
}
.v2-feature__list--text h3 span {
    text-align: left;
    font-weight: bold;
}
.v2-feature__list--text p {
    line-height: 1.7;
}
.v2-feature__list--img {
    width: 45%;
}
.v2-feature__list--img img {
    width: 100%;
}
.v2-feature__list--point {
    position: absolute;
    top: -25px;
}
.v2-feature__list--content:nth-child(2n) .v2-feature__list--point {
    right: 0;
}
.v2-feature__list--point img {
    width: 90px;
}
.v2-teachers {
    background: #F7F9FB;
    padding: 60px 0;
}
.v2-teachers__list--content {
    background: #fff;
    padding: 20px;
}
.v2-teachers__list--detail {
    border-bottom: solid 3px #09316C;
}
.v2-teachers__list--img {
    width: 35%;
}
.v2-teachers__list--img img {
    width: 100%;
}
.v2-teachers__list--detail_text {
    width: 65%;
    padding-left: 1em;
}
.v2-teachers__list--detail_text_cat {
    background: #09316C;
    text-align: center;
    color: #fff;
    margin-bottom: 2em;
}
.v2-teachers__list--detail_text_name {
    font-size: 24px;
    font-weight: 600;
}
.v2-teachers__list--detail_text_name span {
    font-size: 14px;
}
.v2-teachers__list--description {
    padding-top: 1em;
}
.v2-teachers__list--description span {
    display: block;
    font-size: 0.9em;
}
.v2-voices {
    padding: 60px 0;
    background: #09316C;
}
.v2-voices .v2-ielts__ttl--en {
    color: #C4A33F;
}
.v2-voices .v2-ielts__ttl--ja {
    color: #fff;
}
.v2-voices__list--content {
    background: #fff;
    border-radius: 5px;
    width: 48%;
    margin-right: 0;
    min-height: 523px;
}
.v2-voices__list--content.swiper-slide {
    width: 48%;
    margin-right: 2%;
}
.v2-voices__list--img img {
    width: 100%;
    border-radius: 5px 5px 0 0;
}
.v2-voices__list--detail {
    justify-content: space-between;
}
.v2-voices__list--description {
    padding: 20px 20px 20px;
}
.v2-voices__list--number {
    font-size: 25px;
    align-items: center;
    gap: 10px;
}
.v2-voices__list--number span {
    font-weight: 600;
}
.v2-voices__list--name {
    text-align: right;
}
/* Voices スライダー - PC時は通常表示 */
.v2-voices__slider-wrap {
    position: relative;
}
.v2-voices__slider {
    overflow: visible;
}
.v2-voices__nav {
    display: none;
}
.v2-voices__pagination {
    display: none;
}
.v2-voices__list--text {
    font-size: 15px;
    line-height: 1.7;
    margin-top: 1em;
}
.v2-plan {
    padding: 60px 0 1px;
    background: #F7F7F7;
}
.v2-plan__table--img img {
    width: 100%;
}
.v2-plan__table--text {
    font-size: 14px;
    margin-top: 20px;
}
.v2-cta {
    text-align: center;
    margin-top: 50px;
}
.v2-cta__btn a:hover {
    opacity: 0.8;
}
.v2-cta02 {
    padding-bottom: 60px;
}
.v2-cta__text {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0.5em;
}
.v2-cta02 .v2-cta__text {
    margin-bottom: 1.5em;
    font-weight: 500;
}
.toefl .cashback h3 {
    position: absolute;
    top: -55px;
    left: 25%;
    line-height: 48px;
    padding: 12px 0 12px 1px;
    display: table;
    margin: 20px 0 50px;
    font-size: 34px;
}
.toefl .cashback h3 span {
    font-weight: bold;
    background: #ffffff;
    padding: 13px 16px;
    margin-right: 1px;
    border: 1px solid #707070;
    margin: 0;
    border-right: none;
}
.toefl .cashback h3 span:nth-child( -n + 4 ) {
    color: #E21E8A;
}
.toefl .cashback h3 span:last-child {
    border-right: 1px solid #707070;
}
.v2-comparison {
    padding: 60px 0;
}
.v2-flow {
    padding: 60px 0;
    background: #F7F8F9;
}
.v2-flow .swiper-wrapper {
    padding: 30px 0 50px;
    align-items: stretch;
}
.v2-flow .swiper-slide {
    overflow: unset;
    height: auto;
}
.v2-flow__slider-wrap {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}
.v2-flow__slider {
    flex: 1;
    overflow: hidden;
}
.v2-flow__slide--item {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.v2-flow__slide--step {
    position: absolute;
    top: -30px;
    left: 10px;
    z-index: 100;
}
.v2-flow__slide--step img {
    height: 60px;
    width: auto;
}
.v2-flow__slide--img img {
    width: 100%;
    border-radius: 5px 5px 0 0;
}
.v2-flow__slide--text {
    padding: 20px 20px 25px;
    flex-grow: 1;
}
.v2-flow__slide--text h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0.5em;
    padding: 0;
    text-align: left;
}
.v2-flow__slide--text p {
    font-size: 14px;
    line-height: 1.7;
}
.v2-flow__nav {
    cursor: pointer;
    flex-shrink: 0;
    z-index: 10;
    transition: opacity 0.3s, transform 0.3s;
}
.v2-flow__nav:hover {
    opacity: 0.8;
    transform: scale(1.05);
}
.v2-flow__nav img {
    width: 50px;
    height: 50px;
}
.v2-flow__pagination {
    margin-top: 25px;
    position: relative;
    text-align: center;
}
.v2-flow__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ccc;
    opacity: 1;
    margin: 0 5px;
}
.v2-flow__pagination .swiper-pagination-bullet-active {
    background: #09316C;
}

@media screen and (max-width: 767px) {
    .v2-flow__slider-wrap {
        flex-direction: column;
        padding: 0;
    }
    .v2-flow__nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
    }
    .v2-flow__nav:hover {
        transform: translateY(-50%) scale(1.05);
    }
    .v2-flow__nav--prev {
        left: -20px;
        top: 43%;
    }
    .v2-flow__nav--next {
        right: -20px;
        top: 43%;
    }
    .v2-flow__nav img {
        width: 40px;
        height: 40px;
    }
    .v2-flow__slider {
        width: 100%;
        padding: 0 35px;
    }
    .v2-flow__slide--step img {
        height: 50px;
    }
    .v2-flow__slide--text h3 {
        font-size: 18px;
    }
}

.v2-kotsu {
    background: url(/lp/img/ielts_v2/kotsu_bk.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
    overflow-x: hidden;
}
.v2-kotsu__img img {
    width: 100%;
}
.v2-qa {
    padding: 60px 0;
}
.v2-qa__list {
    max-width: 900px;
    margin: 0 auto;
}
.v2-qa__item {
    border-bottom: 1px solid #C4A33F;
}
.v2-qa__item--question {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px 15px;
    background: #fff;
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: 16px;
    gap: 15px;
    transition: background 0.3s;
}
.v2-qa__item--q {
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    font-weight: 600;
    color: #C4A33F;
    flex-shrink: 0;
}
.v2-qa__item--ttl {
    flex: 1;
    font-size: 18px;
    font-weight: 600;
    color: #09316C;
}
.v2-qa__item--icon {
    position: relative;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}
.v2-qa__item--icon::before,
.v2-qa__item--icon::after {
    content: "";
    position: absolute;
    background: #C4A33F;
    transition: transform 0.3s;
}
.v2-qa__item--icon::before {
    width: 20px;
    height: 2px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.v2-qa__item--icon::after {
    width: 2px;
    height: 20px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.v2-qa__item.is-open .v2-qa__item--icon::after {
    transform: translateX(-50%) rotate(90deg);
}
.v2-qa__item--answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}
.v2-qa__item.is-open .v2-qa__item--answer {
    max-height: 500px;
}
.v2-qa__item--answer-inner {
    display: flex;
    gap: 15px;
    padding: 20px 15px 30px;
    background: #F7F7F7;
}
.v2-qa__item--a {
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    font-weight: 600;
    color: #C4A33F;
    flex-shrink: 0;
}
.v2-qa__item--text {
    font-size: 15px;
    line-height: 1.8;
}

@media screen and (max-width: 767px) {
    .v2-qa__item--question {
        padding: 15px 10px;
        gap: 10px;
    }
    .v2-qa__item--q {
        font-size: 20px;
    }
    .v2-qa__item--ttl {
        font-size: 16px;
    }
    .v2-qa__item--answer-inner {
        padding: 15px 10px 25px;
        gap: 10px;
    }
    .v2-qa__item--a {
        font-size: 18px;
    }
    .v2-qa__item--text {
        font-size: 14px;
    }
}
.v2-company {
    padding: 60px 0;
    background: #F7F7F7;
}
.v2-company__table table {
    border-top: 1px solid #AFAEAE;
}
.v2-company__table th {
    background: #EBEEF1;
    vertical-align: middle;
    min-width: 10em;
}
.v2-company__table td {
    font-size: 15px;
    line-height: 1.7;
    background: #fff;
}


@media screen and (max-width: 767px) {
    footer .footer_btn {
        padding: 10px 0;
    }
    #languages40.toefl #page_top {
        margin-bottom: 170px;
    }
    .v2-feature__innner {
        overflow-x: hidden;
    }
    .v2-cta__btn img {
        width: 90%;
    }
    .footer_btn img {
        width: 100%;
    }
    .v2-reason__innner--topbk img {
        height: 2em;
    }
    #languages40.toefl.ielts02 header h1 {
        margin-bottom: 0px!important;
    }
    .v2-score {
        padding: 40px 0;
    }
    .v2-score__ttl span {
        font-size: 16px;
        font-weight: 500;
    }
    .v2-score__ttl {
        font-size: 22px;
        padding-bottom: 1.2em;
        margin-bottom: 40px;
        background: url(/lp/img/ielts_v2/score_ttl.svg);
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: auto 12px;
    }
    .v2-score__ttl h2 {
        font-size: 22px;
    }
    .v2-score__scroll {
        overflow-x: scroll;
    }
    .v2-score__list {
        width: 270%;
    }
    .v2-score__list--ttl {
        font-size: 14px;
        letter-spacing: 0;
        padding: 0.8em 1em;
    }
    .v2-score__list--text {
        font-size: 18px;
    }
    .v2-score__list--icon {
        margin: 0;
    }
    .v2-score__list--icon img {
        height: 10px;
        margin: 0;
    }
    .v2-score__list--number {
        font-size: 25px;
    }
    .v2-score__list--number span {
        font-size: 38px;
    }
    .v2-score__list--name {
        font-size: 14px;
    }
    .v2-reason__ttl--en {
        font-size: 14px;
        letter-spacing: 0;
    }
    .v2-reason__ttl--ja {
        font-size: 15px;
    }
    .v2-reason__ttl--ja_bk {
        padding: 0 0.5em;
        font-size: 22px;
        letter-spacing: 0;
    }
    .v2-reason__ttl {
        margin-bottom: 30px;
    }
    .v2-reason__bk_white {
        padding: 20px;
    }
    .v2-reason__content--img {
        width: 100%;
        margin-bottom: 20px;
    }
    .v2-reason__content--text {
        width: 100%;
        margin-left: 0!important;
    }
    .v2-reason__content--text h3 {
        font-size: 18px;
        text-align: left;
    }
    .v2-reason__content--text p {
        font-size: 14px;
        letter-spacing: 0;
    }
    .v2-ielts__ttl--en {
        font-size: 14px;
    }
    .v2-ielts__ttl {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .v2-ielts__ttl--ja {
        font-size: 22px;
        margin-bottom: 0;
    }
    .v2-feature__innner .v2-ielts__ttl {
        margin-bottom: 50px;
    }
    .v2-feature__list--content:nth-child(2n) .v2-feature__list--point {
        right: unset;
    }
    .v2-feature__list--content:before {
        height: 180px;
        top: 0;
    }
    .v2-feature__list--content:nth-child(2n) .v2-feature__list--img {
        margin-right: 0;
        width: 100vw;
        margin-left: 0;
        right: -20px;
        position: relative;
    }
    .v2-feature__list--point img {
        width: 50px;
    }
    .v2-feature__list--img {
        width: 100%;
        order: -1;
        margin-bottom: 20px;
        margin-left: -20px;
    }
    .v2-feature__list--text {
        width: 100%;
        margin-right: 0;
    }
    .v2-feature__list--text h3 {
        display: none;
    }
    .v2-feature__list--img h3 {
        text-align: left;
        font-weight: bold;
        padding: 0;
        margin-bottom: 10px;
        font-size: 18px;
        display: block;
        padding: 0 0px 0 20px;
        white-space: nowrap
    }
    .v2-feature__list--content:nth-child(2n) .v2-feature__list--img h3 {
        padding: 0;
        margin-left: -20px;
    }
    .v2-feature__list--img h3 span {
        text-align: left;
        font-weight: bold;
    }
    .v2-feature__list--text p {
        font-size: 14px;
    }
    .v2-teachers__list--content {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .v2-teachers__list--content:last-child {
        margin-bottom: 0;
    }
    .v2-teachers__list--detail_text_cat {
        margin-bottom: 1em;
        font-size: 13px;
        width: fit-content;
        padding: 0 1em;
    }
    .v2-teachers__list--detail_text_name {
        font-size: 20px;
    }
    .v2-teachers__list--detail_text_name span {
        font-size: 12px;
    }
    .v2-teachers__list--img {
        width: 35%;
        position: relative;
        overflow: hidden;
        height: fit-content;
    }
    .v2-teachers__list--img:before {
        content: "";
        display: block;
        padding-top: 110%;
    }
    .v2-teachers__list--img img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        height: auto;
        max-width: none;
        min-height: 100%;
        object-fit: cover;
    }
    .v2-teachers__list--description {
        font-size: 14px;
        line-height: 1.4;
    }
    
    /* Voices スライダー - SP時 */
    .v2-voices__slider-wrap {
        display: flex;
        align-items: center;
        gap: 5px;
    }
    .v2-voices__slider {
        flex: 1;
        overflow: hidden;
        padding-bottom: 40px!important;
    }
    .v2-voices__list {
        flex-wrap: nowrap;
    }
    .v2-voices__list--content {
        width: 100%;
        flex-shrink: 0;
        margin-right: 0;
        min-height: unset;
    }
    .v2-voices__nav {
        display: block;
        cursor: pointer;
        flex-shrink: 0;
        z-index: 10;
    }
    .v2-voices__nav img {
        width: 30px;
        height: 30px;
    }
    .v2-voices__pagination {
        display: block;
        margin-top: 20px;
        text-align: center;
    }
    .v2-voices__pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        background: #EBEBEB;
        opacity: 1;
        margin: 0 4px;
    }
    .v2-voices__pagination .swiper-pagination-bullet-active {
        background: #C4A33F;
    }
    .v2-voices__list--description {
        padding: 15px;
    }
    .v2-voices__list--number {
        font-size: 20px;
        gap: 5px;
    }
    .v2-voices__list--name {
        font-size: 14px;
    }
    .v2-voices__list--text {
        font-size: 13px;
        line-height: 1.6;
    }
    .v2-plan {
        overflow-x: hidden;
    }
    .v2-plan__table {
        overflow-x: scroll;
    }
    .v2-plan__table--img {
        width: 180%;
    }
    .v2-plan__table--text {
        font-size: 13px;
        margin-top: 20px;
    }
    .v2-cta__text {
        font-size: 15px;
    }
    .v2-cta__btn {
        text-align: center;
    }
    .v2-kotsu__innner {
        padding: 0;
    }
    .v2-kotsu__img img {
        width: calc(100% + 40px);
        margin-left: -20px;
    }
    .v2-qa {
        padding: 60px 0 0;
    }
    .v2-cta02 .v2-cta__text {
        font-weight: unset;
        font-size: 13px;
        text-align: left;
        padding: 0 20px;
    }
    .toefl .cashback h3 {
        top: -40px;
        padding: 8px 0 8px 1px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: fit-content;
    }
    .toefl .cashback h3 span {
        padding: 8px 12px;
        font-size: 18px;
    }
    .v2-company__table th {
        min-width: 10em;
        width: 100%;
        display: block;
        font-size: 15px;
        font-weight: 600;
    }
    .v2-company__table td {
        font-size: 14px;
        line-height: 1.6;
        display: block;
        background: #fff;
    }
}