/* -----------------------
汎用
----------------------- */

.sp {
    display: none;
}

a:hover {
    transition: 0.16s ease-in-out;
}

.link--green {
    color: #36B09A;
    text-decoration: none;
    font-weight: 700;
}

span.highlight {
    background: linear-gradient(transparent 60%, #fff1c7 60%);
    padding: 2px;
    margin: 0 2px;
    font-weight: bold;
    color: #505050;
}

.link--green:hover {
    text-decoration: underline;
}

.link-wrapper {
    margin: 0 auto;
    text-align: center;
}

.h2--without-lead {
    margin-bottom: 60px;
}

header {
    position: fixed;
    z-index: 99999;
    background: #fff;
    width: 100%;
    height: 70px;
    font-weight: 700;
    font-size: 15px;
    top: 0;
}

.header--border {
    box-shadow: 0px 1px 1px rgb(0 0 0 / 14%);
    background: rgba(255, 255, 255, 0.95);
    transition: 0.16s ease-in-out;
}

.hamburger-nav__toggle-btn {
    display: none;
}

header a {
    color: #424242;
    text-decoration: none;
}

header a:hover {
    color: #36B09A;
}

.header__wrapper {
    height: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
}

@media (min-width: 1500px) {
    .header__wrapper {
        max-width: 1440px;
        padding: 0;
    }
}

.header__wrapper .logo {
    width: 160px;
    margin-top: 22px;
}

nav {
    height: 100%;
}

.nav__list {
    display: flex;
    list-style: none;
}

.nav__list li {
    padding: 28px 24px 0 0;
}

.header__cta {
    text-align: center;
    font-size: 16px;
    padding: 0!important;
    height: 42px;
    margin-top: 14px;
    border-radius: 200px;
}

.header__cta:hover {
    transition: 0.16s ease-in-out;
}

.header__cta a {
    line-height: 42px;
    width: 190px;
    display: inline-block;
}

.header__cta--contact {
    background: #EBA121;
    margin-right: 10px;
    filter: drop-shadow( 2px 2px rgba(0, 0, 0, 0.15));
}

/*.header__cta--contact:hover, .cta--contact:hover {
    background: #f5ab2d;
}*/

.header__cta--contact a, .header__cta--contact a:hover {
    color: #fff;
}

.header__cta--tel {
    /* background: #36B09A; */
    border: 1px solid #36B09A;
    background: #fff;
    box-shadow: none;
    font-family: 'Roboto', sans-serif;
    position: relative;
}

.header__cta--tel a, .header__cta--tel a:hover {
    color: #36B09A;
    cursor: default;
    padding-left: 26px;
    font-size: 17px;
}

.header__cta--tel::before {
    content: url("https://tokyo-yagaku.jp/wp/wp-content/themes/tokyoyagaku/img/top/icon-tel.svg");
    position: absolute;
    top: 6px;
    left: 6px;
}

.header__cta--form {
    background: #36B09A;
    margin-right: 10px;
    filter: drop-shadow( 2px 2px rgba(0, 0, 0, 0.15));
}

.header__cta--form a, .header__cta--form a:hover {
    color: #fff;
}

.cta--sp {
    display: none;
}


/* -----------------------
トップ
----------------------- */

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: normal;
    overflow-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    color: #424242;
}

h1 {
    font-weight: 700;
    color: #fff;
    font-size: 37px;
}

h2 {
    color: #36B09A;
    font-size: 31px;
    margin: -120px auto 30px;
    padding-top: 120px;
    text-align: center;
    font-weight: 700;
    line-height: 120%;
    max-width: 90vw;
}

img {
    max-width: 100%;
}

.overview__h2 {
    position: relative;
    display: table;
}

.overview__h2::before {
    position: absolute;
    content: "（旧：東京家学・関西家学）";
    top: 90px;
    left: 0;
    font-size: 12.8px;
    background: #E9E9E2;
    color: #424242;
    border-radius: 4px;
    padding: 6px 2px;
    font-weight: 500;
    line-height: 100%;
}

h3 {
    font-size: 25px;
    font-weight: 500;
}

p {
    line-height: 160%;
    letter-spacing: .8px;
}

p a {
    color: #36B09A;
    font-weight: 700;
    text-decoration: none;
}

p a:hover {
    text-decoration: underline;
}

section {
    padding: 120px 0;
}

.bg--gray {
    background: #F8F8F5;
}

.bg--green {
    background: #EEFEF4;
}

.image--shadow {
    width: 100%;
    border-radius: 8px;
    box-shadow: 10px 10px 0 #c9eae4;
}

.wrapper {
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto;
}

.lead-sentence {
    font-size: 20px;
    margin: 0 auto 70px;
    text-align: center;
    font-weight: 500;
    line-height: 160%;
    width: 90vw;
    max-width: 800px;
}

.cta {
    background: #36B09A;
    padding: 40px 0;
}

.cta>p {
    color: #fff;
    font-size: 25px;
    text-align: center;
    max-width: 90vw;
    margin: 0 auto 20px;
    font-weight: 700;
}

.cta-wrapper {
    background: #fff;
    border-radius: 8px;
    text-align: center;
    padding: 30px 0;
    max-width: 900px;
    margin: 0 auto;
}

.cta-box--upper {
    display: flex;
    justify-content: center;
}

.cta a, .fv a, .counseling-box a {
    display: block;
    border-radius: 200px;
    width: 380px;
    height: 80px;
    line-height: 80px;
    text-decoration: none;
    font-weight: 700;
    text-align: center;
}

.cta--contact {
    background: #36b09a;
    color: #fff;
    box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.15);
    font-size: 23px;
    margin-right: 10px;
    position: relative;
    padding-left: 20px;
}

.cta--contact::before, .cta--select::before, .cta--pamphlet::before, .cta--tel::before, .cta--line::before {
    /*content: url(https://tokyo-yagaku.jp/wp/wp-content/themes/tokyoyagaku/img/top/icon--free.svg);*/
    position: absolute;
    left: 10px;
    border-radius: 110px;
    height: 52px;
    width: 52px;
    font-size: 25px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 14px;
    font-family: "Font Awesome 5 Free";
}
.cta--contact::before {
    content: "\f044";
}

.cta--tel::before {
    content: "\f879";
}

.cta--select {
    background: #36B09A;
    border: none;
    color: #fff;
    box-shadow: 0px 4px 2px rgb(0 0 0 / 15%);
    font-size: 23px;
    margin-right: 10px;
    position: relative;
    margin: 0 0 0 10px;
    padding-left: 20px;
}

.cta--select::before {
    background: #36b09a;
    color: #fff;
    content: "\f073";
}

.cta--pamphlet {
    background: #EBA121;
    color: #fff;
    box-shadow: 0px 4px 2px rgb(0 0 0 / 15%);
    font-size: 23px;
    margin-right: 10px;
    position: relative;
    padding-left: 20px;
}

.cta--pamphlet::before {
    background: #eba022;
    color: #fff;
    content: "\f518";
    padding-top: 4px;
}

.cta--line {
    background: #3683b0;
    color: #fff;
    box-shadow: 0px 4px 2px rgb(0 0 0 / 15%);
    font-size: 23px;
    margin-right: 10px;
    position: relative;
    padding-left: 20px;
}

.cta--line::before {
    background: #3683b0;
    color: #fff;
    content: "\f4ad";
    padding-top: 4px;
}

.cta--tel {
    background: #b03636;
    color: #fff;
    font-size: 31px;
    line-height: 24px!important;
    padding-top: 19px!important;
    font-weight: 500!important;
    font-family: 'Roboto', sans-serif;
    position: relative;
    cursor: pointer;
    box-shadow: 0px 4px 2px rgb(0 0 0 / 15%);
}

.cta--contact::after, .cta--select::after, .cta--pamphlet::after, .cta--tel::after {
    content: url(https://tokyo-yagaku.jp/wp/wp-content/themes/tokyoyagaku/img/top/chevron.svg);
    position: absolute;
    right: 24px;
    top: 0;
    height: 100%;
    display: inline-grid;
    align-items: center;
}


.tel-note {
    font-family: 'Noto Sans JP', sans-serif;
}

.cta--tel span {
    font-size: 12.8px;
}

.cta__subcopy {
    margin: 8px 0 20px;
    font-weight: 500;
}

.cta-box--lower p {
    color: #36B09A;
    border: solid #36B09A 1px;
    text-align: center;
    font-weight: 700;
    padding: 8px 0;
    max-width: 780px;
    margin: 0 auto;
}


/* FV */

.fv {
    height: 740px;
    padding-top: 140px;
}

.fv-wrapper {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    padding-top: 36px;
}

.fv__text {
    z-index: 1;
    max-width: 1360px;
    margin: 0 auto;
}

.fv__maincopy {
    background: #36B09A;
    width: 500px;
    padding: 40px 30px;
    box-shadow: 0px 4px 4px rgb(224 224 41 / 25%);
    margin: 0 0 30px 80px;
}

.fv__maincopy span {
    display: block;
}

.fv__maincopy span {
    margin-bottom: 20px;
}

.fv__maincopy span:last-child {
    margin-bottom: 0;
}

.fv__subcopy {
    width: 440px;
    margin: 0 0 30px 80px;
}

.fv__text .cta--contact, .counseling__text .cta--contact {
    margin: 0 0 30px 80px;
    width: 380px;
    height: 80px;
    display: block;
    border-radius: 40px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.fv__text .cta--pamphlet, .counseling__text .cta--contact {
    margin-bottom: 20px!important;
}

.fv__text .cta--pamphlet, .fv__text .cta--select{
    margin-left: 80px;
}

.fv__image {
    background: #F8F8F5;
    width: 860px;
    height: 610px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.fv__image img {
    top: -28px;
    width: 662px;
    right: 58px;
    position: absolute;
}


/* 概要 */

.overview {
    padding-bottom: 0;
}

.overview__list {
    max-width: 800px;
    width: 90vw;
    margin: 0 auto 30px;
    font-size: 22px;
    font-weight: 700;
    color: #36B09A;
}

.overview__list li {
    line-height: 140%;
    background: #EEFEF4;
    margin-bottom: 16px;
    padding: 20px 16px;
    border-radius: 8px;
    position: relative;
}

.overview__list li:last-of-type {
    margin-bottom: 0;
}

.overview__list li::before {
    content: '';
    display: inline-block;
    background-image: url("https://tokyo-yagaku.jp/wp/wp-content/themes/tokyoyagaku/img/top/icon-check.svg");
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    margin-right: 16px;
    filter: drop-shadow(0px 0px 3px rgba(143, 188, 157, 0.22));
}

.arrow {
    text-align: center;
    margin: 40px auto;
}

.overview__message {
    background: #EEFEF4;
    text-align: center;
    color: #36B09A;
    font-size: 31px;
    font-weight: 700;
    padding: 30px 0;
    position: relative;
}

.overview__message::before {
    top: -16%;
    content: url(https://tokyo-yagaku.jp/wp/wp-content/themes/tokyoyagaku/img/top/bubble-overview.svg);
    position: absolute;
    left: 0;
    right: 0;
}

.overview__message p {
    line-height: 130%;
}

.overview__images {
    display: flex;
}

.overview__image {
    width: 25%;
    height: 240px;
    background: no-repeat center center;
    background-size: cover;
}

.overview__image--1 {
    background-image: url(https://tokyo-yagaku.jp/wp/wp-content/themes/tokyoyagaku/img/top/overview-1.jpg)
}

.overview__image--2 {
    background-image: url(https://tokyo-yagaku.jp/wp/wp-content/themes/tokyoyagaku/img/top/overview-2.jpg)
}

.overview__image--3 {
    background-image: url(https://tokyo-yagaku.jp/wp/wp-content/themes/tokyoyagaku/img/top/overview-3.jpg)
}

.overview__image--4 {
    background-image: url(https://tokyo-yagaku.jp/wp/wp-content/themes/tokyoyagaku/img/top/overview-4.jpg)
}


/* 特徴 */

.features-box__h3--01::before {
    content: "01";
}

.features-box__h3--02::before {
    content: "02";
}

.features-box__h3--03::before {
    content: "03";
}

.features-box {
    margin-bottom: 60px;
    display: flex;
}

.features-box:last-child {
    margin-bottom: 0;
}

.features-box__text, .counseling__text {
    width: 90vw;
    max-width: 490px;
    margin-right: 80px;
}

.features h3 {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    line-height: 120%;
    letter-spacing: 1px;
}

.features h3::before {
    color: #36B09A;
    font-size: 48px;
    font-weight: 700;
    margin-right: 12px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0px;
}

.features-box__image {
    max-width: 430px;
}

.features-box__image img {
    box-shadow: 10px 10px 0 #c9eae4;
    border-radius: 8px;
}

/* 塾 */

.juku {
    padding-bottom: 0;
}

.juku-link {
    text-decoration: none;
    width: 90vw;
    max-width: 900px;
    display: block;
    margin: 0 auto;
}

.juku-box {
    color: #fff;
    width: 90vw;
    max-width: 900px;
    margin: 0 auto;
    background: #36B09A;
    border-radius: 8px;
    filter: drop-shadow(0px 12px 24px rgba(54, 176, 154, 0.3));
    display: flex;
}

.juku-box:hover {
    opacity: .94;
}

.juku__image {
    border-radius: 8px 0 0 8px;
    width: 40%;
    background-image: url(https://tokyo-yagaku.jp/wp/wp-content/themes/tokyoyagaku/img/top/juku.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.juku__text {
    padding: 30px 20px;
}

.juku__text p:first-child {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
}

.juku__text span {
    margin-top: 14px;
    display: inline-block;
    background: #ffffffe8;
    width: auto;
    color: #36b09a;
    text-align: center;
    padding: 6px 8px;
    font-weight: 700;
    border-radius: 4px;
    font-size: 13px;
}


/* 体験談、スタッフ */

.staff {
    padding-top: 0;
}

.tab-items {
    max-width: 880px;
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between;
}

.tab-items__item {
    width: 290px;
    height: 98px;
    background: #F8F8F5;
    font-weight: 500;
    color: #36B09A;
    display: block;
    cursor: pointer;
    box-shadow: 0px 3px 4px #E0E1DD;
    border-radius: 4px;
}

input[name="tab-items__item--voice"], input[name="tab-items__item--staff"] {
    display: none;
}

.tab-items__item:hover, .tab-items input:checked+.tab-items__item, .tab-items__item:hover .tab-item-box__tag, .tab-items input:checked .tab-item-box__tag {
    background: #36B09A;
    color: #fff;
}

.tab-item-box {
    display: flex;
}

.tab-item-box__image {
    width: 100px;
}

.tab-item-box__image img {
    width: 100%;
    border-radius: 4px 0 0 4px;
}

.tab-item-box__text {
    width: calc(100% - 100px);
    height: 98px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tab-item-box__name {
    margin-bottom: 10px;
}

.tab-item-box__tag {
    font-size: 12.8px;
    color: #424242d6;
    line-height: 120%;
}

#voice--1:checked~#voice--1__content, #voice--2:checked~#voice--2__content, #voice--3:checked~#voice--3__content, #staff--1:checked~#staff--1__content, #staff--2:checked~#staff--2__content, #staff--3:checked~#staff--3__content {
    display: block;
}

#voice--1__content::before, #staff--1__content::before {
    content: "";
    background: url(https://tokyo-yagaku.jp/wp/wp-content/themes/tokyoyagaku/img/top/icon-arrow_interview.svg) no-repeat center center;
    position: absolute;
    top: -18px;
    left: 0;
    background-size: 16px;
    width: 290px;
    height: 34px;
}

#voice--2__content::before, #staff--2__content::before {
    content: "";
    background: url(https://tokyo-yagaku.jp/wp/wp-content/themes/tokyoyagaku/img/top/icon-arrow_interview.svg) no-repeat center center;
    position: absolute;
    top: -18px;
    left: 33.3%;
    background-size: 16px;
    width: 290px;
    height: 34px;
}

#voice--3__content::before, #staff--3__content::before {
    content: "";
    background: url(https://tokyo-yagaku.jp/wp/wp-content/themes/tokyoyagaku/img/top/icon-arrow_interview.svg) no-repeat center center;
    position: absolute;
    top: -18px;
    right: 0;
    background-size: 16px;
    width: 290px;
    height: 34px;
}

.tab-contants__content {
    display: none;
    max-width: 880px;
    margin: 0 auto;
    background: #F8F8F5;
    padding: 40px 120px;
    border-radius: 8px;
    position: relative;
}

.tab-contants__content h3 {
    font-size: 25px;
    color: #36B09A;
    margin-bottom: 30px;
    line-height: 120%;
}

.tab-contants__content img {
    margin-bottom: 30px;
    width: 100%;
}

.tab-contants__content p {
    margin-bottom: 1.8em;
}

.more {
    position: relative;
}

.more label {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    height: 140px;
    cursor: pointer;
    text-align: center;
    font-weight: 500;
    background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgb(248 248 244) 90%);
}

.more input:checked+label {
    background: inherit;
    /* 開いた時にグラデーションを消す */
}

.more label:after {
    line-height: 42px;
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 50%;
    width: 200px;
    content: '続きを読む';
    transform: translate(-50%, 0);
    color: #ffffff;
    border-radius: 20px;
    background: #424242;
}

.more input {
    display: none;
}

.more .more__content {
    overflow: hidden;
    height: 80px;
    /* 開く前に見えている部分の高さ */
    transition: all 0.16s;
}

.more input:checked+label {
    display: none;
    /* 閉じるボタンを消す場合解放 */
}

.more input:checked+label:after {
    content: '閉じる';
}

.more input:checked~.more__content {
    height: auto;
    transition: all 0.16s;
}

.voice-return {
    line-height: 42px;
    display: block;
    width: 200px;
    font-weight: 500;
    margin: 0 auto;
    text-decoration: none;
    text-align: center;
    color: rgb(255, 255, 255);
    border-radius: 20px;
    background: rgb(66, 66, 66);
}


/* コース */

.course {
    background: #36B09A;
}

.course h2 {
    color: #fff;
}

.course-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

input[name="course-input"] {
    display: none;
}

.courses-list {
    width: 49.78%;
    height: 300px;
    display: inline-block;
    background-color: #99d6cb;
    border-radius: 8px 8px 0 0;
    position: relative;
    cursor: pointer;
    opacity: .8;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.courses-list:hover, #course--1:checked~.courses-list--1, #course--2:checked~.courses-list--2, #course--3:checked~.courses-list--3 {
    opacity: 1;
}

.courses-list h3 {
    background: rgba(54, 176, 154, 0.8);
    text-align: center;
    padding: 18px 0px 32px;
    position: absolute;
    bottom: 0;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    width: 100%;
}

.courses-list h3::before {
    content: url("https://tokyo-yagaku.jp/wp/wp-content/themes/tokyoyagaku/img/top/arrow-course.svg");
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
}

.courses-list:hover h3, #course--1:checked~.courses-list--1 h3, #course--2:checked~.courses-list--2 h3, #course--3:checked~.courses-list--3 h3 {
    color: #36B09A;
    background: #fff;
}

.courses-list--1 {
    background-image: url("https://tokyo-yagaku.jp/wp/wp-content/themes/tokyoyagaku/img/top/course-partner.jpg");
}

.courses-list--2 {
    background-image: url("https://tokyo-yagaku.jp/wp/wp-content/themes/tokyoyagaku/img/top/course-counseling.jpg");
}

.courses-list--3 {
    background-image: url("https://tokyo-yagaku.jp/wp/wp-content/themes/tokyoyagaku/img/top/course-kizuki.jpg");
}

.course-text {
    max-width: 1200px;
    margin: -1px auto 0;
    font-weight: 500;
    padding: 30px 60px;
    background: #fff;
    border-radius: 0 0 8px 8px;
    display: none;
}

#course--1:checked~#course-text--1, #course--2:checked~#course-text--2, #course--3:checked~#course-text--3 {
    display: block;
}

.course-text__upper {
    margin-bottom: 30px;
}

.course-text__lower {
    display: flex;
    justify-content: space-between;
}

.course-text__lower--box {
    max-width: 500px;
}

.course-text__lower--box input {
    display: none;
}

.course-text__lower--box img {
    margin: 0 auto 20px;
    display: block;
}

.course-text__lower--box h4 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.course-text__lower--box p {
    font-size: 13px;
}

#course-text--3 .course-text__upper {
    margin-bottom: 0;
}

.course-option {
    color: #fff;
    text-align: center;
    margin: 60px auto 30px;
}

.course-option-wrapper {
    display: flex;
    justify-content: center;
}

.course-option-box {
    background: #fff;
    padding: 20px 48px;
    border-radius: 8px;
    max-width: 580px;
}

.course-option-box h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}

.course-option-box p {
    font-size: 13px;
    font-weight: 500;
}


/* 無料相談 */

.counseling-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.counseling-box {
    display: flex;
}

.counseling h3 {
    margin-bottom: 20px;
    line-height: 140%;
    font-weight: 500;
}

.counseling__image {
    max-width: 600px;
    border-radius: 8px;
    position: relative;
}

.counseling__image::before {
    content: url("https://tokyo-yagaku.jp/wp/wp-content/themes/tokyoyagaku/img/top/bubble-counseling.svg");
    position: absolute;
    top: -110px;
    right: -64px;
}

.counseling__text .cta--contact, .counseling__text .cta--select {
    margin: 50px 0 0 0;
    padding-left: 20px;
}


/* 入学の流れ */

.flow-wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
}

.flow-box {
    background: #F8F8F5;
    width: 240px;
    border-radius: 8px;
    padding: 30px 0;
}

.flow__step {
    background: #36B09A;
    width: 60px;
    height: 60px;
    border-radius: 200px;
    display: block;
    color: #fff;
    line-height: 60px;
    text-align: center;
    font-size: 31px;
    font-weight: 700;
    margin: 0 auto 20px;
    font-family: 'Roboto', sans-serif;
}

.flow-box h3 {
    color: #36B09A;
    font-size: 20px;
    margin: 0 auto 20px;
    text-align: center;
    max-width: 80%;
    line-height: 120%;
    font-weight: 700;
}

.flow-box h3 span {
    font-size: 12.8px;
}

.flow-box p {
    width: 80%;
    margin: 0 auto;
    font-size: 15px;
}


/* FAQ */

.faq__box {
    background: #36B09A;
    border-radius: 8px;
    padding: 20px;
    color: #fff;
    font-weight: 700;
    max-width: 800px;
    margin: 0 auto 20px;
}

.faq__box:last-child {
    margin-bottom: 0;
}

.faq__question {
    display: block;
    cursor: pointer;
    line-height: 25px;
    position: relative;
    padding-left: 46px;
}

.faq__question::before {
    content: "";
    background: url(https://tokyo-yagaku.jp/wp/wp-content/themes/tokyoyagaku/img/top/icon--to-open.png) no-repeat center center;
    background-size: 30px;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0px;
    top: -2px;
}

.faq__input:checked+.faq__question::after {
    content: "";
    background: url(https://tokyo-yagaku.jp/wp/wp-content/themes/tokyoyagaku/img/top/icon--to-close.png) no-repeat center center;
    background-size: 30px;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0px;
    top: -2px;
}

.faq__input {
    display: none;
}

.faq__answer {
    display: none;
    position: relative;
}

.faq__input:checked+.faq__question+.faq__answer {
    display: block;
    padding: 20px;
    margin-top: 20px;
    color: #424242;
    background: #fff;
    border-radius: 4px;
    font-weight: 400;
}


/* 新着情報 */

.news {
    padding-top: 0;
}

.news__lists {
    width: 90vw;
    max-width: 800px;
    margin: 0 auto 40px;
    list-style: none;
    padding: 0;
    font-weight: 700;
}

.news__list {
    margin-bottom: 30px;
}

.news__list a, .news__list a:visited {
    color: #424242;
    line-height: 160%;
    text-decoration: none;
    font-weight: 500;
    vertical-align: middle;
}

.news__list a:hover {
    text-decoration: underline;
}

.news__category {
    font-size: 10px;
    background: #E9E9E2;
    border-radius: 4px;
    padding: 1px 12px 3px;
    margin-right: 12px;
}

.news__link {
    display: flex;
    justify-content: center;
}

.news__link .link-wrapper {
    margin: 0;
    width: 200px;
}

/* フッター */
/* 
layout.cssをトップに当てたくない都合から、フッター部分のみ切り出してtop.cssに追記
*/

#gFooter {
    background: #36B09A;
    overflow: hidden;
}
#gFooter .fBox {
    margin: 0 auto;
    padding: 42px 0 57px;
    max-width: 980px;
    position: relative;
}
#gFooter .fBox a {
    text-decoration: none;
    font-weight: 500;
}
#gFooter .fBox ul {
    margin: 0 auto;
    width: 800px;
    font-size: 14px;
}
#gFooter .fBox .liStyle00 {
    width: 45px;
}
#gFooter .fBox .liStyle01 {
    width: 280px;
}
#gFooter .fBox .liStyle02 {
    width: 160px;
}
#gFooter .fBox .liStyle03 {
    width: 160px;
}
#gFooter .fBox .liStyle04 {
    padding: 0;
    width: 140px;
}
#gFooter .fBox li {
    padding-right: 10px;
    width: 58px;
    float: left;
    line-height: 1.2;
    margin-bottom: 8px;
}
#gFooter .fBox li ul {
    width: auto;
}
#gFooter .fBox li li {
    padding: 0;
    width: auto;
    float: none;
}
#gFooter .fBox li a {
    color: #FFF;
    font-size: 14px;
}
#gFooter .fBox li a span {
    font-size: 14px;
}
.clearfix:after {
    height: 0;
    visibility: hidden;
    content: ".";
    display: block;
    clear: both;
}
#gFooter .fBox .bnr_recruit {
    padding: 1em;
    font-weight: bold;
    text-align: right;
    position: absolute;
    right: 100px;
    top: 310px;
    background: #ffffffd6;
    font-family: FontAwesome;
    border-radius: 5px;
    line-height: 1.6;
    height: 100px;
}
#gFooter .fBox .bnr_recruit a {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    color: #424242d9;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#gFooter .spBox {
    display: none;
}
#gFooter .copyright {
    font-size: 14px;
    padding: 6px 0 60px;
    color: #FFF;
    line-height: 1.71;
    text-align: center;
    background-color: #148873!important;
}
@media (max-width: 1020px) {
    #footerbnrarea {
        margin: 0!important;
    }
}

@media (max-width: 1370px) {
    .header__wrapper .logo {
        width: 140px;
        margin-top: 24px;
    }
    .nav__list li {
        padding: 28px 16px 0 0;
    }
    header a {
        font-size: 14px;
        letter-spacing: 0.1em;
    }
    .header__cta a {
        width: 170px;
    }
    .header__cta--tel a {
        font-size: 14px;
    }
    .course-option-box{
        max-width: 560px;
    }
}

@media (max-width: 1330px) {
    .fv__image {
        width: 800px;
        height: 554px;
    }
    .fv__image img {
        top: -18px;
        width: 520px;
        right: 48px;
    }
    .counseling-wrapper{
        padding: 0 40px;
    }
    .counseling__image::before {
        display: none;
    }
}

@media (max-width: 1199px) {
    header {
        height: 60px;
    }
    .cta--sp {
        display: block;
    }
    .cta--pc {
        display: none;
    }
    .header__wrapper {
        width: 100%;
        justify-content: unset;
    }
    .hamburger-nav__toggle-btn {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
        width: 60px;
        height: 60px;
        cursor: pointer;
        z-index: 3;
        text-align: center;
        background: rgba(255, 255, 255, 0.50);
        border: none;
    }
    nav {
        text-align: center;
    }
    .nav__list {
        display: none;
        margin: 0;
        padding: 0;
        background: #fff;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        border-top: 2px solid #d8d8d88c;
    }
    .nav__list li {
        padding: 0;
        font-weight: 500;
        margin: 0;
        border-bottom: 1px dashed #d6d6d6;
    }
    .header__cta {
        width: 100%;
        padding: 20px;
        margin: 10px auto 40px;
    }
    .header__wrapper .logo {
        width: 110px;
        margin-top: 20px;
    }
    header a {
        font-size: 15px;
    }
    .nav__list a {
        line-height: 58px;
        display: inline-block;
        width: 100%;
    }
    .header__cta-wrapper {
        display: flex;
        position: absolute;
        right: 62px;
    }
    .header__cta-wrapper a {
        width: 70px;
        height: 36px;
        margin-top: 12px;
        box-shadow: 0px 2px 2px rgb(0 0 0 / 15%);
        text-align: center;
        border-radius: 4px;
        line-height: 36px;
        font-size: 12.8px;
        color: #fff;
    }
    .header__cta--contact--sp {
        background: #eba022;
        margin-left: 6px;
    }
    .header__cta--tel--sp {
        border: solid 1px #36b09a;
        color: #36b09a!important;
        background: #fff;
        line-height: 33px!important;
    }
    .header__cta--form--sp {
        background: #36B09A;
    }

    .header__cta--form--sp a, .header__cta--form--sp a:hover {
        color: #fff;
    }
    .fv__image {
        width: 700px;
    }
    .fv__image img {
        width: 480px;
    }
    .courses-list {
        width: 48%;
        margin: 0 10px;
    }
    .courses-list:last-of-type{
        margin-right: 0;
    }
}

@media (max-width: 1130px) {
    .fv__image {
        height: 522px;
        width: 600px;
    }
    .fv__image img {
        width: 380px;
    }
    .overview__message::before {
        display: none;
    }
    .course-text__lower--box {
        max-width: 440px;
    }
    .course-option-wrapper {
        justify-content: space-evenly;
    }
    .course-option-box {
        max-width: 500px;
    }
}

@media (max-width: 1020px) {
    .fv__image {
        width: 100%;
    }
    .fv__image img {
        top: 280px;
        width: 340px;
    }
    .course-text__lower--box, .course-option-box {
        max-width: 390px;
    }
    .flow-wrapper {
        padding: 0 20px;
    }
    .flow-box {
        width: 220px;
    }
}

@media (max-width: 920px) {
    .fv {
        padding: 60px 0 0;
        height: auto;
    }
    .fv__maincopy, .fv__subcopy, .fv__text .cta--contact, .fv__text .cta--pamphlet, .fv__text .cta--select {
        margin: 0 auto 30px;
    }
    .fv__image {
        display: none;
    }
    .overview__image {
        height: 160px;
    }
    .course-text__lower--box, .course-option-box {
        max-width: 310px;
    }
    .courses-list {
        width: 47.5%;
        margin: 0 10px;
    }
    .flow-box {
        width: 180px;
    }
}

@media (max-width: 768px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    section {
        padding: 80px 0;
    }
    h2 {
        font-size: 25px;
    }
    .h2--without-lead {
        margin-bottom: 42px;
    }
    p {
        font-size: 15px;
        line-height: 150%;
    }
    .lead-sentence {
        font-size: 15px;
        margin-bottom: 40px;
    }
    .cta {
        padding: 20px 0 30px;
    }
    .cta--contact::before, .cta--select::before, .cta--pamphlet::before, .cta--tel::before  {
        font-size: 17px;
        width: 48px;
        height: 48px;
        top: 16px;
    }
    .cta>p {
        font-size: 20px;
    }
    .cta-wrapper {
        width: 90%;
        border-radius: 8px;
    }
    .cta-box--upper {
        display: block;
    }
    .cta a, .fv a, .counseling-box a {
        width: 92%;
        margin: 0 auto;
    }
    .cta--contact, .cta--select, .cta--pamphlet {
        font-size: 19px;
        padding-left: 20px;
    }
    .cta--contact {
        padding-left: 18px;
    }
    .cta--tel {
        font-size: 26px;
        box-shadow: 0px 4px 2px rgb(0 0 0 / 15%);
    }
    .cta-box--lower p {
        width: 92%;
        padding: 8px;
        font-size: 14px;
    }
    /* FV */
    .fv__maincopy, .fv__subcopy, .fv__text .cta--contact {
        width: 80vw;
        margin: 0 auto 26px;
    }
    .fv__text .cta--pamphlet, .fv__text .cta--select {
        margin: 0 auto;
    }
    .fv__text .cta--pamphlet {
        margin-bottom: 20px!important;
    }
    /* 概要 */
    .overview__list li {
        font-size: 16px;
        padding: 14px 14px 10px;
    }
    .overview__list li::before {
        width: 22px;
        height: 22px;
        margin-right: 10px;
    }
    .arrow {
        margin: 20px auto;
    }
    .arrow img {
        height: 44px;
    }
    .overview__message {
        padding: 18px 20px;
    }
    .overview__message::before {
        display: block;
        content: url(https://tokyo-yagaku.jp/wp/wp-content/themes/tokyoyagaku/img/top/bubble-overview-sp.svg);
        top: -48px;
    }
    .overview__message p {
        font-size: 18px;
        line-height: 150%;
    }
    .overview__image {
        height: 80px;
    }
    /* 特徴 */
    .features-box {
        margin: 0 auto 60px;
        flex-direction: column;
    }
    .features-box__image {
        order: 1;
        text-align: center;
        width: 98%;
        margin: 0 auto 30px;
    }
    .features-box__image img {
        box-shadow: 6px 6px 0 #c9eae4;
        margin-left: -1px;
    }
    .features-box__text {
        order: 2;
        margin: 0 auto;
    }
    .features h3 {
        font-size: 20px;
        margin-bottom: 20px;
        line-height: 30px;
        letter-spacing: .5px;
    }
    .features h3::before {
        font-size: 38px;
    }
    /* 塾 */
    .juku-box {
        flex-direction: column;
    }
    .juku__image {
        border-radius: 8px 8px 0 0;
        width: 100%;
        height: 250px;
    }
    .juku__text {
        padding: 20px;
    }
    .juku__text p:first-child {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .juku__text span {
        background: #fffffffa;
        width: 100%;
        padding: 10px;
    }
    /* 体験談・スタッフ紹介 */
    .tab-items {
        margin: 0 10px 30px;
    }
    .tab-items__item {
        width: 30vw;
        height: auto;
        box-shadow: 0px 2px 4px #e0e1dd;
    }
    .tab-item-box {
        display: block;
    }
    #voice--1__content::before, #staff--1__content::before {
        width: 30vw;
        left: 2%;
    }
    #voice--2__content::before, #staff--2__content::before {
        width: 30vw;  
        left: 35%; 
    }
    #voice--3__content::before, #staff--3__content::before {
        width: 30vw;
        right: 3%;
    }
    .tab-contants__content h3 {
        font-size: 20px;
    }
    .tab-item-box__image {
        width: 100%;
    }
    .tab-item-box__image img {
        border-radius: 4px 4px 0 0;
    }
    .tab-item-box__text {
        width: 100%;
        padding: 10px;
        height: auto;
    }
    .tab-item-box__name {
        font-size: 13px;
        font-weight: 700;
    }
    .tab-contants__content {
        padding: 30px 0;
    }
    .tab-contants__description {
        width: 90vw;
        margin: 0 auto;
    }
    /* コース紹介 */
    .courses-list {
        width: 47.5%;
        margin: 0;
        height: 142px;
        opacity: 1;
        background-size: contain;
        background-position: top center;
    }
    .courses-list h3 {
        height: 66px;
        border-radius: 0;
        font-size: 15px;
        line-height: 120%;
        padding: 6px 4px 0;
    }
    .courses-list h3::before {
        bottom: 6px;
    }
    .course-text {
        padding: 50px 20px 30px;
        border-radius: 0;
    }
    .course-text__upper p {
        padding: 28px 20px 20px;
        background: #eefdf4;
        border-radius: 4px;
        position: relative;
        font-size: 14px;
        color: #424242db;
        line-height: 160%;
    }
    .highlight--course {
        background: linear-gradient(transparent 60%, #fff1c7 60%);
        font-weight: 700;
    }
    .course-text__upper .bold{
        font-weight: 700;
    }
    .course-text__upper p::before {
        text-align: center;
        content: "コース概要";
        position: absolute;
        display: block;
        width: 80%;
        line-height: 28px;
        height: 30px;
        color: #36b09a;
        font-weight: 700;
        border: 2px solid #36b09a;
        border-radius: 100vh;
        background: #fff;
        top: -16px;
        left: 10%;
        font-size: 14px;
    }
    .course-text__lower {
        display: block;
    }
    .course-text__lower--box {
        max-width: none;
    }
    .course-text__lower--box:first-child {
        margin-bottom: 10px;
    }
    .course-option {
        font-size: 20px;
    }
    .course-option-wrapper {
        flex-direction: column;
        width: 90vw;
        margin: 0 auto;
    }
    .course-option-box {
        padding: 20px;
        max-width: 100%;
    }
    .course-option-box:first-child {
        margin-bottom: 20px;
    }
    .course-text__lower--box img {
        display: none;
    }
    .course-detail__heading {
        background: #fff;
        color: #eb9f22;
        border: solid 2px #eb9f22;
        display: block;
        padding: 16px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        position: relative;
    }
    .course-detail__heading::before, .course-text__lower--box input:checked+.course-detail__heading::before {
        content: "";
        background: url(https://tokyo-yagaku.jp/wp/wp-content/themes/tokyoyagaku/img/top/icon--to-open_course.png) no-repeat center center;
        background-size: 30px;
        width: 30px;
        height: 30px;
        position: absolute;
        left: 10px;
        top: 8px;
    }
    .course-text__lower--box input:checked+.course-detail__heading::before {
        background: url(https://tokyo-yagaku.jp/wp/wp-content/themes/tokyoyagaku/img/top/icon--to-close_course.png) no-repeat center center;
        background-size: 30px;
    }
    .course-detail__heading h4 {
        margin: 0;
    }
    .course-detail__description {
        height: 0;
        padding: 10px 0 0;
        overflow: hidden;
        opacity: 0;
        transition: 0.8s;
    }
    .course-detail__description p {
        margin-bottom: 20px;
    }
    .course-text__lower--box input:checked ~ .course-detail__description {
        height: auto;
        opacity: 1;
    }
    /* 無用相談 */
    .counseling-wrapper {
        padding: 0;
    }
    .counseling-box {
        flex-direction: column;
    }
    .counseling__text {
        margin: 30px auto 0;
        order: 2;
    }
    .counseling__text h3 {
        font-size: 18px;
        text-align: center;
        color: #36b09a;
        font-weight: 700;
    }
    .counseling__image {
        width: 84vw;
        margin: 0 auto 10px;
        order: 1;
    }
    .counseling__image::before {
        display: none;
    }
    .counseling__text .cta--contact, .counseling__text .cta--select {
        width: 100%;
        max-width: 100%;
        margin: 40px 0 0 0;
        padding-left: 30px;
    }
    /* 入学の流れ */
    .flow-wrapper {
        display: block;
    }
    .flow-box {
        width: 90vw;
        margin: 0 auto 20px;
        padding: 20px 0;
    }
    .flow-box:last-of-type {
        margin-bottom: 0;
    }
    .flow__step {
        margin-bottom: 14px;
        width: 48px;
        height: 48px;
        line-height: 48px;
        font-size: 25px;
    }
    .flow-box h3 {
        margin-bottom: 14px;
    }
    .flow-box p {
        font-size: 14px;
    }
    /* FAQ */
    .faq__box {
        padding: 14px 20px 14px 12px;
    }
}

@media (min-width: 0px) and (max-width: 736px) {
    #gFooter {
        margin: 60px 0 0;
    }
    #gFooter .fBox {
        display: block;
        padding-right: 14px;
        padding-left: 14px;
    }
    #gFooter .fBox .liStyle01, #gFooter .fBox .liStyle02, #gFooter .fBox .liStyle03, #gFooter .fBox .liStyle04 {
        width: 350px;
    }
    #gFooter .fBox li {
        float: unset;
        letter-spacing: .4px;
        line-height: 1.4!important;
        margin-bottom: 10px;
    }
    #gFooter .fBox .bnr_recruit {
        position: unset;
        max-width: 100%;
        margin: 20px 0 0;
        text-align: left;
        line-height: 1.4;
    }
}

@media (max-width: 430px) {
    .header__wrapper .logo {
        width: 140px;
        margin-top: 18px;
    }
    .header__cta-wrapper {
        margin-left: 0;
    }
    /* FV */
    h1 {
        font-size: 28px;
    }
    .fv {
        height: 670px;
    }
    .fv__text {
        top: 214px;
        position: absolute;
        width: 100%;
    }
    .fv__maincopy {
        padding: 24px 20px;
    }
    .fv__maincopy span {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .fv__subcopy {
        font-size: 14px;
        font-weight: 500;
    }
    .fv__text .cta--contact {
        margin: 0 auto;
    }
    .fv__image {
        height: 664px;
        display: block;
    }
    .fv__image img {
        top: 0;
        width: 100%;
        right: 0;
    }
    .features h3 {
        width: 92vw;
        font-size: 22px;
    }
    .juku__image {
        height: 200px;
    }
    .courses-list:first-of-type{
        margin-left: 10px;
    }
    #overview {
        padding-top: 160px;
    }
}

@media (max-width: 414px) {
    .header__wrapper .logo {
        width: 120px;
        margin-top: 20px;
    }
    .fv__maincopy, .fv__subcopy, .fv__text .cta--contact {
        width: 90vw;
    }
    .features h3 {
        font-size: 20px;
    }
    .courses-list:first-of-type{
        margin-left: 7px;
    }
}

/*------------------------------------------------------------
    追従CVバー
------------------------------------------------------------*/

.cv-banner {
    display: flex;
    justify-content: center;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 100;
}

@media only screen and (min-width: 641px) {
    .cv-banner {
        right: 0;
        margin: auto;
        width: 640px;
    }
}

.cv-banner button {
    padding: 0;
    background-color: transparent;
    border: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.cv-banner .btn {
    flex: 0 0 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    padding: 5px 0;
}

.cv-banner .line {
    background: #3683b0;
    color: #fff;
}

.cv-banner .form {
    background: #36b09a;
    color: #fff;
}

.cv-banner .pamphlet {
    background: #EBA121;
    color: #fff;
}

.cv-banner .tel {
    background: #b03636;
    color: #fff;
}



/* PRエリア */
.pr-area {
    width: 90%;
    max-width: 500px;
    margin-inline: auto;
    margin-top: 20px;
}

#gFooter .fBox .bnr_pr {
    width: 300px;
    margin: 0 auto;
}
@media (min-width: 0px) and (max-width: 736px) {
    #gFooter .fBox .bnr_pr {
        margin-top: 20px;
    }
}
