@charset "UTF-8";


/*


    Template: swell


    Theme Name: SWELL CHILD


    Theme URI: https://swell-theme.com/


    Description: SWELLの子テーマ


    Version: 1.0.0


    Author: LOOS WEB STUDIO


    Author URI: https://loos-web-studio.com/





    License: GNU General Public License


    License URI: http://www.gnu.org/licenses/gpl.html


*/

/* トップページ */
/* 共通設定 */
.home {
	font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: 700;
}
.ff-gothic {
	font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    color: #353535;
}
.home {
    line-height: 1.5;
}
.home .l-content {
    margin-bottom: 0;
}
.home .l-container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}
.home .l-article {
    max-width: none;
}
.home .l-mainContent__inner>.post_content {
    padding-left: 0;
    padding-right: 0;
}
.home .post_content>* {
    margin-bottom: 0;
}
.home .post_content h3 {
    margin: 0;
}
.home .post_content ol, .home .post_content ul {
    padding-inline: 0;
}
.home .post_content li {
    margin: 0;
}
.home .post_content h2 {
    margin: 0;
}
.container {
    max-width: 1120px;
    padding-inline: 20px;
    margin-inline: auto;
}
.inner-container {
    max-width: 1000px;
    padding-inline: 20px;
    margin-inline: auto;
}
.home li {
    list-style: none;
}
.home h2 {
    font-size: 30px;
    text-align: center;
}
.home h2 .bigger {
    font-size: 40px;
}
img {
    object-fit: cover;
    max-width: 100%;
    width: 100%;
}
.balloon {
    text-align: center;
    margin-bottom: 40px;
}
.balloon h2, .balloon p {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    background: #48CCBE;
    padding: 32px 85px;
    position: relative;
    display: inline-block;
}
.balloon h2::after,  .balloon p::after {
    content: "";
    width: 14px;
    height: 12px;
    background: #48CCBE;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translate(-50%, 100%);
}
.balloon.yellow h2 {
    background: #FEFA8F;
    color: #685428;
}
.balloon.yellow h2::after {
    background: #FEFA8F;
}

.cta-outer {
    text-align: center;
}
.cta {
    color: #fff;
    background: #FF9B42;
    box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    padding: 20px 100px;
    display: inline-block;
    line-height: 1.2;
    position: relative;
    transition: 0.1s;
}
.cta span {
    font-size: 30px;
    display: block;
}
.cta::after {
    content: "";
    width: 28px;
    height: 28px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: url(./img/down-arrow.svg) no-repeat center/contain;
}
.cta:hover {
    transform: translateY(3px);
    box-shadow: none;
}
.marker {
    background: linear-gradient(transparent 60%, #FBF40E 60%);
}
@media screen and (max-width: 768px) {
    .home h2 {
        font-size: 24px;
    }
    .home h2 .bigger {
        font-size: 34px;
    }
    .balloon {
        margin-bottom: 20px;
    }
    .balloon h2, .balloon p {
        font-size: 20px;
    }
    .cta {
        width: 100%;
        max-width: 400px;
        padding: 20px;
    }
    .cta span {
        font-size: 28px;
    }
}

/* ヘッダー */
.l-container:is(.l-fixHeader__inner, .l-header__inner) {
    padding-right: 20px;
    padding-left: 20px;
}
.c-gnav>.menu-item>a .ttl {
    font-size: 15px;
}
.c-gnav {
    align-items: center;
}
.c-gnav .nav-contact {
    height: auto;
}
:is(.c-gnav, .c-spnav) .nav-contact a {
    background: #FF9B42;
    color: #fff;
    box-shadow: 0 4px 8px rgb(0 0 0 / 15%);
    padding: 10px 30px;
    height: auto;
    position: relative;
    transition: 0.1s;
}
:is(.c-gnav, .c-spnav) .nav-contact a::before {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: url(./img/down-arrow.svg) no-repeat center/contain;
}
:is(.c-gnav, .c-spnav) .nav-contact a:hover {
    transform: translateY(3px);
    box-shadow: none;
}
.c-gnav>.menu-item>a:after {
    content: none;
}

@media not all and (min-width: 960px) {
    .l-container:is(.l-fixHeader__inner, .l-header__inner) {
        padding-right: 10px;
        padding-left: 10px;
        height: 50px;
    }
    .l-header__gnav {
        display: block;
    }
    .c-gnav>.menu-item:not(.nav-contact) {
        display: none;
    }
    .c-gnav .nav-contact a {
        padding: 5px 30px;
    }
    .c-gnav .nav-contact a::before {
        right: 5px;
    }
    .c-gnav>.menu-item>a .ttl {
        font-size: 14px;
    }
    .l-header__customBtn {
        display: none;
    }

}

/* ハンバーガーメニュー */
.p-spMenu__inner {
    width: 100%;
}
.-right .p-spMenu__inner {
    transform: translateX(100%);
}
[data-spmenu=opened] .-right .p-spMenu__inner {
    transform: translateX(0);
}
.c-widget__title.-spmenu {
    display: none;
}
.c-spnav {
    text-align: center;
    padding-top: 40px;
}
.c-spnav a {
    border: none;
}
.c-gnav .sub-menu a:before, .c-listMenu a:before {
    content: none;
}
.c-spnav.c-listMenu a {
    padding: 15px 10px;
}
.c-listMenu a:hover {
    padding-inline: 10px;
    background: none;
}
.c-listMenu .nav-contact a:hover {
    background: #FF9B42;
}
.c-spnav .nav-contact a {
    margin-top: 40px;
    margin-bottom: 30px;
    display: inline-block;
}
.c-spnav .nav-contact a {
    padding: 20px 55px;
}
.c-spnav .nav-contact a::before {
    width: 20px;
    height: 20px;
    left: auto;
}
.c-spnav .nav-contact a span {
    font-size: 20px;
}
.spmenu__logo a {
    width: 220px;
    pointer-events: none;
    padding: 0;
    margin-inline: auto;
}

/* お悩み */
.trouble {
    padding-top: 70px;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 0;
}
.trouble::after {
    content: "";
    width: 100%;
    height: 100px;
    background: #fff;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translate(-50%, 100%);
}
.trouble .cta-outer {
    padding-bottom: 60px;
}
.trouble1 {
    background: url(./img/trouble-bg.jpg) no-repeat center/contain;
    max-width: 870px;
    padding-bottom: 100px;
    margin-inline: auto;
}
.trouble1 .balloon h2 {
    padding: 20px;
}
.trouble__list {
    padding: 30px !important;
    background: rgb(255 255 255 / 80%);
    letter-spacing: 0.05em;
    max-width: 550px;
    margin-inline: auto;
}
.trouble__list li{
    display: flex;
    padding-bottom: 10px;
}
.trouble__list li::before {
    content: "";
    width: 22px;
    height: 22px;
    background: url(./img/check.svg) no-repeat center/contain;
    margin-right: 10px;
    flex-shrink: 0;
}

.trouble2 {
    margin-top: 40px;
    text-align: center;
}
.trouble2 .balloon h2 {
    padding: 10px 20px;
}
.trouble2 .balloon {
    margin-bottom: 40px;
}
.trouble2 p {
    padding-bottom: 30px;
}
.trouble2 .trouble-bigger {
    font-size: 24px;
    padding-bottom: 45px;
}
.trouble__img {
    max-width: 670px;
    margin-inline: auto;
}

@media screen and (max-width: 768px) {
    .trouble::after {
        height: 50px;
    }
    .trouble .cta-outer {
        padding-bottom: 40px;
    }
    .trouble1 {
        padding-bottom: 40px;
        background-image: url(./img/trouble-bg-sp.jpg);
    }
    .trouble1 .balloon h2 {
        font-size: 18px;
        padding: 20px 10px;
    }
    .trouble__list li::before {
        width: 16px;
        height: 16px;
        transform: translateY(4px);
    }
}
@media screen and (max-width: 450px) {
    .trouble1 {
        background-size: 100%;
    }
}

/* 解決ブロック */
.solution {
    padding-block: 180px;
    background: url(./img/solution-bg.jpg) no-repeat center/cover;
    text-align: center;
}
.solution__add {
    text-align: center;
    padding-bottom: 30px;
}
.solution h2 {
    padding-bottom: 60px;
}
.solution__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 60px;
}
.solution__list li {
    background: #fff;
    padding: 30px 10px;
    width: calc((100% - 10px)/2);
    font-size: clamp(18px, 2.5vw, 24px);
    line-height: 1.3;
    display: flex;
    align-items: center;
    justify-content: center;
}
.solution__list li span {
    font-size: clamp(24px, 3.1vw, 30px);
    color: #FF9B42;
}
.solution__message {
    padding-top: 30px;
    padding-bottom: 36px;
    font-size: 24px;
}
.solution__message span {
    font-size: 34px;
    color: #2EBEAF;
}
.solution__img {
    max-width: 600px;
    margin-inline: auto;
}
@media screen and (max-width: 768px) {
    .solution {
        padding-block: 100px;
    }
    .solution h2 {
        margin-top: 40px;
        font-size: 22px;
    }
    .solution__text {
        font-size: 14px;
    }
    .solution__list {
        flex-direction: column;
        padding-bottom: 40px;
    }
    .solution__list li {
        width: 100%;
        padding: 20px 10px;
    }
    .solution__message {
        font-size: 18px;
    }
    .solution__message span {
        font-size: 30px;
    }
}

/* 理由ブロック */
.reason {
    text-align: center;
}
.reason__top {
    padding: 80px 20px;
    background: url(./img/reason-bg.jpg) no-repeat center/cover;
}
.reason h2 {
    padding-bottom: 35px;
}
.reason__text {
    padding-bottom: 30px;
}
.reason__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 28px;
    line-height: 1.4;
    padding-bottom: 28px;
}
.reason__list:last-of-type {
    padding-bottom: 0;
}
.reason__list li {
    width: 210px;
    height: 210px;
    display: grid;
    align-content: center;
    background: url(./img/reason-circle.png) no-repeat center/contain;
    font-size: 18px;
}
.reason__list li span {
    font-size: 24px;
    color: #FF9B42;
}
.reason__img {
    display: flex;
}
.reason__img img {
    width: 50%;
}

@media screen and (max-width: 768px) {
    .reason__top {
        padding-block: 40px;
    }
    .reason__text {
        font-size: 14px;
    }
    .reason__list {
        gap: 10px;
        padding-bottom: 10px;
    }
    .reason__list li {
        width: 160px;
        height: 160px;
        font-size: 14px;
    }
    .reason__list li span {
        font-size: 20px;
    }
    .reason__img {
        flex-direction: column;
    }
    .reason__img img {
        width: 100%;
    }
}

/* stepブロック */
.step {
    text-align: center;
    padding: 80px 20px;
}
.step__content {
    width: 100%;
    max-width: 1200px;
    margin: 180px auto 0;
    padding: 0 20px 80px;
    background: url(./img/step-bg.jpg) no-repeat center/cover;
}
.step__items {
    display: flex;
    max-width: 1080px;
    gap: 40px 20px;
    padding-bottom: 50px;
    margin-inline: auto;
}
.step__items li {
    padding: 30px;
    background: #fff;
    position: relative;
    border: 1px solid #48CCBE;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 14px;
    flex: 1;
    margin-top: -100px;
}
.step__number {
    width: 66px;
    height: 66px;
    background: #FBF40E;
    border-radius: 50%;
    display: grid;
    align-content: center;
    justify-items: center;
    position: absolute;
    top: 0;
    left: 30px;
    transform: translateY(-50%);
    line-height: 1.1;
}
.step__number span {
    font-size: 24px;
}
.step h3 {
    font-size: 14px;
}
.step h3 span {
    font-size: 20px;
    color: #FF9B42;
}
.step__item-img {
    width: auto;
}
.step__items li p {
    text-align: left;
}
.step__img {
    max-width: 552px;
    padding-bottom: 40px;
}
.step__text {
    padding-bottom: 60px;
}
.step__text span {
    font-size: 24px;
    padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
    .step__content {
        margin-top: 80px;
    }
    .step__items {
        flex-direction: column;
    }
    .step__number {
        width: 50px;
        height: 50px;
        left: 20px;
    }
    .step__number span {
        font-size: 20px;
    }
    .step__item-img {
        width: 100px;
    }
    .step__items li {
        padding: 30px 20px 20px;
    }
    .step__items li p {
        font-size: 14px;
    }
    .step__items {
        padding-bottom: 30px;
    }
    .step__text {
        font-size: 14px;
    }
    .step__text span {
        font-size: 22px;
    }
}

/* styleブロック */
.style {
    padding: 80px 20px;
    background: linear-gradient(#E9FFFD 97%, transparent 97%);
    text-align: center;
}
.style h2 {
    padding-bottom: 40px;
}
.point__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 710px;
    width: 100%;
    margin-inline: auto;
    padding-bottom: 60px;
    gap: 20px;
}
.point__list li {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #fff;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    flex-shrink: 0;
    box-shadow: 0 0 10px 0 rgb(72 204 190 / 30%);
}
.point__number {
    font-size: 14px;
    background: #FBF40E;
    padding: 4px 10px;
    transform: rotate(-16deg);
    position: absolute;
    left: -2px;
    top: 16px;
}
.point__text {
    font-size: 18px;
}
.point__text span {
    font-size: 24px;
    color: #FF9B42;
}
.style .balloon h2 {
    padding-bottom: 32px;
}
.course__text {
    font-size: 20px;
    padding-bottom: 50px;
}
.course__text span {
    font-size: 30px;
}
.course__list {
    display: flex;
    gap: 30px;
    padding-bottom: 80px;
}
.course__list li {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.course__list li h3 {
    padding: 16px 10px;
    font-size: 24px;
    text-align: center;
    background: #FBF40E;
}
.course__list li p {
    padding: 30px;
    text-align: left;
    background: #fff;
    flex-grow: 1;
}
.course__list li:nth-of-type(2) h3 {
    background: #FFCF7C;
}
.course__list li:nth-of-type(3) h3 {
    background: #AAECE5;
}

.style__list {
    display: flex;
    flex-wrap: wrap;
    gap: 35px 30px;
}
.style__list > li {
    width: calc((100% - 30px)/2);
    position: relative;
    background: #fff;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    padding: 68px 30px 30px;
}
.style__number {
    background: #48CCBE;
    padding: 7px 19px;
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 30px;
    font-weight: 400;
    line-height: 1;
}
.style__number span {
    font-size: 24px;
}
.style__number.yellow {
    background: #FBF40E;
    color: #685428;
}
.style__list h3 {
    font-size: 26px;
    font-weight: 500;
    color: #2EBEAF;
    text-align: left;
}
.style__list h3 span {
    font-size: 16px;
}
.style__course {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.style__course li {
    font-size: 12px;
    font-weight: 500;
    color: #685428;
    padding: 4px 13px;
}
.style__course li.premium {
    background: #FBF40E;
}
.style__course li.gold {
    background: #FFCF7C;
}
.style__course li.basic {
    background: #AAECE5;
}
.style__text {
    font-weight: 500;
    text-align: left;
    flex: 1;
}
.style__list > li.row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    padding: 68px 30px 30px;
}
.style__bottom {
    display: flex;
    justify-content: space-between;
    row-gap: 20px;
}
.style__left {
    width: 52%;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.style__list > li.row img {
    width: 45%;
}
.style__more {
    font-size: 20px;
    padding-top: 80px;
    padding-bottom: 20px;
    text-align: center;
}
.style__more2 {
    font-size: 20px;
    padding-bottom: 40px;
    text-align: center;
}
.style__more2 span {
    font-size: 30px;
}

.limited {
    margin-top: 40px;
    max-width: 720px;
    width: 100%;
    margin-inline: auto;
    background: #FEFA8F;
    padding: 40px;
}
.limited h3 {
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 20px;
}
.limited__content {
    background: #fff;
    padding: 20px;
}
.limited__content p {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    padding-bottom: 50px;
}
.limited__content p span {
    font-size: 30px;
    font-weight: 700;
}
.limited__content img {
    padding-inline: 40px;
}

@media screen and (max-width: 768px) {
    .style {
        padding-block: 40px;
    }
    .point__list {
        flex-direction: column;
        padding-bottom: 20px;
    }
    .style .balloon h2 {
        padding: 20px;
    }
    .style .balloon {
        margin-bottom: 40px;
    }
    .course__list {
        flex-direction: column;
    }
    .course__list li p {
        padding: 20px;
    }
    .style__list {
        flex-direction: column;
    }
    .style__list > li {
        width: 100%;
        padding: 50px 20px 20px;
    }
    .style__number {
        font-size: 12px;
        left: 20px;
    }
    .style__number span {
        font-size: 20px;
    }
    .style__list h3 {
        font-size: 20px;
    }
    .style__bottom {
        flex-direction: column;
    }
    .style__left {
        width: 100%;
    }
    .style__list > li.row {
        padding: 50px 20px 20px;
    }
    .style__list > li.row img {
        width: 100%;
    }
    .style__more {
        padding-top: 40px;
        font-size: 18px;
    }
    .style__more2 {
        font-size: 18px;
    }
    .style__more2 span {
        font-size: 26px;
    }
    .limited {
        padding: 20px;
    }
    .limited  {
        font-size: 22px;
    }
    .limited__content p {
        font-size: 16px;
        padding-bottom: 20px;
    }
    .limited__content p span {
        font-size: 24px;
    }
    .limited__content img {
        padding: 0;
    }
}

/* 比較表ブロック */
.compare {
    padding-block: 80px;
}
.compare__table {
    width: 100%;
    max-width: 1024px;
    margin-inline: auto;
    padding-bottom: 80px;
}
.compare__list {
    display: flex;
    gap: 30px;
    padding-bottom: 120px;
}
.compare__list li {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.compare__list li h3 {
    padding: 16px 10px;
    font-size: 24px;
    text-align: center;
    background: #FBF40E;
}
.compare__price {
    padding: 20px 15px;
    text-align: left;
    background: #fff;
    flex-grow: 1;
    font-size: 16px;
    text-align: center;
    border: 1px solid #FBF40E;
}
.compare__all {
    font-weight: 400;
    padding-bottom: 10px;
}
.compare__all .price {
    font-size: 30px;
}
.compare__all .yen {
    font-size: 20px;
}
.compare__partial {
    font-weight: 700;
}
.compare__partial .price {
    font-size: 24px;
}
.compare__partial .yen {
    font-size: 18px;
}
.compare__list li:nth-of-type(2) h3 {
    background: #FFCF7C;
}
.compare__list li:nth-of-type(3) h3 {
    background: #AAECE5;
}
.compare__list li:nth-of-type(2) .compare__price {
    border: 1px solid #FFCF7C;
}
.compare__list li:nth-of-type(3) .compare__price {
    border: 1px solid #AAECE5;
}

@media screen and (max-width: 768px) {
    .compare {
        padding-block: 40px;
    }
    .compare__table {
        padding-bottom: 40px;
    }
    .compare__list {
        flex-direction: column;
        padding-bottom: 40px;
    }
}

/* お客様の声ブロック */
.voice {
    background: url(./img/voice-bg.jpg) no-repeat center/cover;
    padding-block: 80px;
    text-align: center;
}
.voice h2 {
    padding-bottom: 40px;
}
.voice__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 60px;
}
.voice__list li {
    background: #fff;
    padding: 30px 10px;
    width: calc((100% - 10px)/2);
    font-size: clamp(18px, 2.5vw, 24px);
    line-height: 1.3;
    display: flex;
    align-items: center;
    justify-content: center;
}
.voice__list li span {
    font-size: clamp(24px, 3.1vw, 30px);
    color: #FF9B42;
}
.voice__item {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}
.voice__item li {
    width: calc((100% - 30px)/2);
    position: relative;
    padding: 30px 30px 0;
    z-index: 1;
}
.voice__item li::before {
    content: "";
    background: #fff;
    width: 100%;
    height: 80%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.voice__video {
    width: 100%;
    aspect-ratio: 16 / 9;
}
.voice__video iframe {
    width: 100%;
    height: 100%;
}
.voice__name {
    font-size: 20px;
    padding-top: 16px;
    padding-bottom: 20px;
}
.voice__name span {
    font-size: 14px;
}
.voice__item li h3 {
    color: #2EBEAF;
    background: #EEF9F8;
    font-weight: 500;
    font-size: clamp(16px, 2vw, 24px);
    padding: 20px 5px;
}
.voice__item li h3 span {
    font-size: clamp(22px, 2.8vw, 28px);
}

@media screen and (max-width: 768px) {
    .voice {
        padding-block: 40px;
    }
    .voice__list {
        flex-direction: column;
        padding-bottom: 40px;
    }
    .voice__list li {
        width: 100%;
        padding: 20px 10px;
    }
    .voice__item {
        flex-direction: column;
    }
    .voice__item li {
        width: 100%;
    }
}

/* historyブロック */
.history {
    padding-top: 80px;
    text-align: center;
}
.history h2 {
    padding-bottom: 80px;
    font-size: 20px;
}
.history h2 .bigger {
    font-size: 30px;
}
.history__item {
    padding-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 20px 40px;
}
.history__item:nth-of-type(2n) {
    flex-direction: row-reverse;
}
.history__item:last-of-type {
    padding-bottom: 60px;
}
.history__item img {
    width: calc((100% - 40px)/2);
    box-shadow: 20px 20px 0 0 #EEF9F8;
    object-fit: contain;
}
.history__text {
    width: calc((100% - 40px)/2);
    text-align: left;
}
.history__text h3 {
    font-size: 24px;
    padding-bottom: 20px;
}
.history__message {
    background: url(./img/history-bg.jpg) no-repeat center/cover;
    max-width: 800px;
    margin-inline: auto;
    padding: 60px 20px;
}
.history__message .text1 {
    padding-bottom: 10px;
}
.history__message .text2 {
    font-size: 24px;
    padding-bottom: 40px;
}
.history__message2 {
    background: #fff;
    padding: 40px 20px 30px;
    box-shadow: 0 0 10px rgb(249 234 203 / 55%);
}
.history__message .text3 {
    font-size: 28px;
    padding-bottom: 10px;
}
.history__message .text4 {
    font-size: 26px;
    padding-bottom: 16px;
}
.history__message .text4 span{
    font-size: 30px;
    padding: 10px;
    background: linear-gradient(to right, rgb(254 246 77 / 100%), rgb(254 246 77 / 30%));
}
.history__message .text5 .bigger1 {
    font-size: 28px;
}
.history__message .text5 .bigger2 {
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    .history h2 {
        padding-bottom: 40px;
        font-size: 16px;
    }
    .history h2 .bigger {
        font-size: 24px;
    }
    .history__item {
        flex-direction: column-reverse !important;
    }
    .history__item img {
        width: 100%;
        box-shadow: 10px 10px 0 0 #EEF9F8;
    }
    .history__text {
        width: 100%;
    }
    .history__text h3 {
        font-size: 20px;
    }
    .history__message .text2 {
        font-size: 22px;
    }
    .history__message .text3 {
        font-size: 24px;
    }
    .history__message .text4 {
        font-size: 16px;
    }
    .history__message .text4 span {
        font-size: 22px;
    }
    .history__message2 {
        padding: 20px 10px;
    }
    .history__message .text5 .bigger1 {
        font-size: 26px;
    }
    .history__message .text5 .bigger2 {
        font-size: 18px;
    }
}

/* teacherブロック */
.teacher {
    padding-block: 80px;
    background: #EEF9F8;
    text-align: center;
}
.teacher h2 {
    padding-bottom: 100px;
}
.teacher__content {
    position: relative;
}
.teacher__img {
    position: absolute;
    width: 45%;
    top: -60px;
    left: 0;
    object-fit: contain;
}
.teacher__text {
    width: 56%;
    margin-left: auto;
    background: #fff;
    padding: 40px 60px;
    text-align: left;
}
.teacher__text .text1 {
    font-weight: 400;
    padding-bottom: 10px;
}
.teacher__text h3 {
    font-size: 24px;
    color: #353535;
    padding-bottom: 16px;
}
.teacher__text h3 span {
    font-size: 14px;
}
.teacher__text ul {
    padding-bottom: 16px;
}
.teacher__text li {
    border-left: 3px solid #48CCBE;
    padding: 2px 14px;
    color: #685428;
    font-weight: 500;
    margin-bottom: 10px !important;
}
.teacher__text li:last-of-type {
    padding-bottom: 0;
}

@media screen and (max-width: 768px) {
    .teacher {
        padding-block: 40px;
    }
    .teacher h2 {
        padding-bottom: 40px;
    }
    .teacher__img {
        position: static;
        width: 100%;
        display: block;
    }
    .teacher__text {
        width: 100%;
        padding: 20px 10px;
    }
    .teacher__text h3 {
        font-size: 22px;
    }
    .teacher__text li {
        font-size: 13px;
    }
}

/* よくある質問ブロック */
.faq {
    padding-block: 80px;
}
.faq h2 {
    padding-bottom: 40px;
}
.faq dt {
    padding: 40px 0 15px 50px;
    color: #685428;
    font-weight: 500;
    font-size: 18px;
    position: relative;
}
.faq dt::before {
    content: "";
    width: 30px;
    height: 27px;
    background: url(./img/Q.svg) no-repeat center/contain;
    position: absolute;
    top: 47px;
    left: 0;
}
.faq dt:first-of-type {
    border-top: 1px dashed #E6E6E6;
}
.faq dd {
    font-size: 14px;
    padding-left: 50px;
    padding-bottom: 40px;
    border-bottom: 1px dashed #E6E6E6;
}

@media screen and (max-width: 768px) {
    .faq {
        padding-block: 40px;
    }
    .faq dt {
        font-size: 16px;
        padding: 20px 0 10px 35px;
    }
    .faq dt::before {
        width: 22px;
        height: 20px;
        top: 27px;
    }
    .faq dd {
        padding-left: 35px;
        padding-bottom: 20px;
    }
}

/* お申し込みブロック */
.contact {
    text-align: center;
    background: linear-gradient(#CBF6F1, transparent 30%);
    padding-block: 80px 160px;
}
.contact h2 {
    padding-bottom: 40px;
}
.contact__present {
    background: #fff;
    max-width: 680px;
    margin-inline: auto;
    position: relative;
    padding: 50px 20px 40px;
    box-shadow: 0 0 15px rgb(207 247 243 / 70%);
}
.contact__present .text1 {
    font-size: 14px;
    padding: 10px;
    background: #FBF40E;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}
.contact__present .text1 span {
    font-size: 20px;
}
.contact__present h3 {
    font-size: 30px;
    padding-bottom: 20px;
}
.contact__present h3 span {
    font-size: 40px;
    background: #FEFA8F;
    width: 68px;
    height: 68px;
    margin-right: 4px;
    margin-bottom: 4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.contact__present .text2 {
    font-size: 14px;
    padding-bottom: 20px;
}
.contact__img {
    max-width: 330px;
}
.contact .balloon {
    padding-top: 80px;
    padding-bottom: 60px;
}
.contact .balloon p {
    background: #FF9B42;
    padding: 14px 40px;
}
.contact .balloon p::after {
    background: #FF9B42;
}

.contact__list {
    display: flex;
    gap: 20px 30px;
    padding-bottom: 160px;
    font-size: 24px;
}
.contact__list li {
    flex: 1;
}
.contact__list li a {
    padding: 20px;
    background: #FBF40E;
    position: relative;
    display: inline-block;
    line-height: 1;
    width: min(100%, 500px);
}
.contact__list li a::after {
    content: "";
    width: 28px;
    height: 28px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: url(./img/premium-arrow.svg) no-repeat center/contain;
    transition: .1s;
}
.contact__list li a:hover::after {
    transform: translate(3px, -50%);
}
.contact__list li:nth-of-type(2) a {
    background: #FFCF7C;
}
.contact__list li:nth-of-type(3) a {
    background: #AAECE5;
}
.contact__list li.gold a::after {
    background: url(./img/gold-arrow.svg) no-repeat center/contain;
}
.contact__list li.basic a::after {
    background: url(./img/basic-arrow.svg) no-repeat center/contain;
}
.contact__list span {
    font-size: 16px;
}
.contact__free {
    background: #fff;
    border: 3px solid #FBF40E;
    position: relative;
    max-width: 770px;
    margin-inline: auto;
    padding: 100px 20px 60px;
}
.contact__free-top {
    background: #FEFA8F;
    padding: 30px 60px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}
.contact__free-top p {
    padding-bottom: 16px;
    line-height: 1;
}
.contact__free-top h3 {
    font-size: 30px;
}
.contact__free-top h3 .bigger {
    font-size: 40px;
}
.contact__free-top h3 .marker {
    background: linear-gradient(transparent 60%, rgb(255 187 70 / 50%) 60%);
}
.contact__free > p {
    padding-bottom: 40px;
}
.free__img {
    max-width: 500px;
    margin-inline: auto;
    padding-bottom: 40px;
    display: block;
}
.contact .cta span {
    display: inline-block;
}
.contact .cta .free {
    color: #FF9B42;
    font-size: 14px;
    font-weight: 700;
    background: #fff;
    padding: 2px 8px;
    margin-bottom: 10px;
}
.contact__cta-outer .cta::after {
    background-image: url(./img/right-arrow.svg);
}

@media screen and (max-width: 959.9px) {
    .contact__list {
        flex-direction: column;
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 768px) {
    .contact {
        padding-block: 40px;
    }
    .contact__present {
        padding-bottom: 20px;
    }
    .contact__present .text1 {
        font-size: 12px;
    }
    .contact__present .text1 span {
        font-size: 18px;
    }
    .contact__present h3 {
        font-size: 26px;
    }
    .contact__present h3 span {
        font-size: 30px;
        width: 48px;
        height: 48px;
    }
    .contact .balloon {
        padding-bottom: 40px;
    }
    .contact .balloon p {
        padding: 14px 10px;
    }
    .contact__free {
        padding: 80px 20px 40px;
    }
    .contact__free-top {
        padding: 20px;
    }
    .contact__free-top p {
        padding-bottom: 10px;
    }
    .contact__free-top h3 {
        font-size: 26px;
    }
    .contact__free-top h3 .bigger {
        font-size: 36px;
    }
}

/* フッター */
.l-footer__inner {
    display: flex;
    justify-content: space-between;
    max-width: 1240px;
    padding-inline: 20px;
    margin-inline: auto;
}
.w-footer__box img {
    width: 220px;
}
.l-footer__foot {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 500;
}
.l-footer__nav {
    flex-direction: column;
    gap: 15px;
    text-align: right;
    padding-bottom: 70px;   
}
.l-footer__nav a {
    border: none !important;
}
.l-footer .copyright {
    text-align: right;
}

@media screen and (max-width: 768px) {
    .l-footer__inner {
        flex-direction: column;
        text-align: center;
    }
    .l-footer__nav {
        text-align: center;
        padding-bottom: 40px;
    }
    .l-footer .copyright {
        text-align: center;
    }
}