/* 共通 */
/* =================================== */
body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #000;
    overflow-X: hidden;
}

.montserrat {
    font-family: 'Montserrat', sans-serif;
}

.main {
    display: block;
    padding-top: 115.17px;
    position: relative;
    z-index: 0;
}

.ly-inner {
    max-width: 1100px;
    padding: 0 50px;
    margin: 0 auto;
}

.ly-max-inner {
    width: 100%;
    padding: 0 50px;
    margin: 0 auto;
}

.cta1__inner, .cta2__inner {
    max-width: 1100px;
    padding: 0 50px;
    margin: 0 auto;
}

.lv2-heading {
    font-size: 42px;
    font-weight: 600;
    letter-spacing: .05em;
    text-align: center;
}

.lv2-heading--important {
    font-size: 50px;
    color: #0984bc;
}

.lv3-heading__inner {
    border-bottom: 4px solid #edb61a;
    padding-bottom: 10px;
    display: inline-block;
    margin-top: 25px;
}

.lv3-heading__wrap {
    display: flex;
    align-items: flex-start;
}

.lv3-heading {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: .05em;
    color: #0984bc;
}

.lv3-heading--number {
    background-color: #0984bc;
    color: #fff;
    padding: 2px;
    border-radius: 90px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .05em;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 13px;
    line-height: 1;
    margin-top: 6px;
}

.lv2-bracket-heading__inner3 {
    text-align: center;
    padding-top: 18px;
    padding-bottom: 18px;
    display: block;
}

.lv2-bracket-heading__wrap3 {
    display: inline-block;
    position: relative;
}

.lv2-bracket-heading__wrap3::before {
    position: absolute;
    content: "";
    border-top: #fbca35 3px solid;
    border-left: #fbca35 3px solid;
    top: -18px;
    left: -62px;
    width: 41px;
    height: 41px;
}

.lv2-bracket-heading__wrap3::after {
    position: absolute;
    content: "";
    border-right: #fbca35 3px solid;
    border-bottom: #fbca35 3px solid;
    bottom: -18px;
    right: -75px;
    width: 41px;
    height: 41px;
}

.sp-br {
    display: none;
}

.pc-none {
    display: none;
}

.sp-none {
    display: block;
}

.feature, .voice, .instructor, .faq {
    padding-top: 115.17px;
    margin-top: -115.17px;
}

@media(max-width: 1279px) {
    .main {
        padding-top: 103.05px;
    }

    .feature, .voice, .instructor, .faq {
        padding-top: 103.05px;
        margin-top: -103.05px;
    }
}

@media(max-width: 1024px) {
    .main {
        padding-top: 79.05px;
    }

    .lv2-heading {
        font-size: 38px;
    }

    .lv2-heading--important {
        font-size: 46px;
    }

    .lv3-heading {
        font-size: 26px;
    }

    .feature, .voice, .instructor, .faq {
        padding-top: 79.05px;
        margin-top: -79.05px;
    }
}

@media(max-width: 959px) {
    .ly-inner {
        padding: 0 30px;
    }
    .lv2-heading {
        font-size: 32px;
    }

    .lv2-heading--important {
        font-size: 43px;
    }

    .lv3-heading {
        font-size: 21px;
    }

    .lv3-heading--number {
        width: 43px;
        margin-right: 8px;
    }
}

@media(max-width:743px) {
    .main {
        padding-top: 65.81px;
    }

    .ly-inner {
        padding: 0 18px;
    }

    .cta2__inner {
        padding: 0 17px;
    }

    .cta1__inner {
        padding: 0 14px;
    }

    .pc-br {
        display: none;
    }

    .sp-br {
        display: block;
    }

    .pc-none {
        display: block;
    }

    .sp-none {
        display: none;
    }

    .lv2-heading {
        font-size: 22px;
    }

    .lv2-heading--important {
        font-size: 25px;
    }

    .lv3-heading__wrap {
        display: block;
    }

    .lv3-heading__inner {
        margin-top: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

    .lv3-heading {
        border-bottom: 2px solid #edb61a;
        display: inline;
        line-height: 1.8;
        padding-bottom: 2px;
    }

    .lv2-bracket-heading__wrap3::before {
        border-top: #fbca35 2px solid;
        border-left: #fbca35 2px solid;
        top: -13px;
        left: -30px;
        width: 20px;
        height: 20px;
    }

    .lv2-bracket-heading__wrap3::after {
        border-right: #fbca35 2px solid;
        border-bottom: #fbca35 2px solid;
        bottom: -13px;
        right: -31px;
        width: 20px;
        height: 20px;
    }

    .lv2-bracket-heading__inner3 {
        padding-top: 13px;
        padding-bottom: 13px;
    }

    .feature, .voice, .instructor, .faq {
        padding-top: 65px;
        margin-top: -65px;
    }
}

/* header */
/* =================================== */

.header-nav-wrap {
    background-color: #fff;
    position: fixed;
    z-index: 100;
    width: 100%;
    box-shadow: 2px 1px 13px rgba(0, 0, 0, 0.24);
    padding: 27px 0 23px;
}

.header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lv1-heading {
    width: 172px; 
}

.lv1-heading img {
    width: 100%;
}

.sp-nav {
    display: none;
}

.header-nav {
    display: flex;
    align-items: center;
    margin-right: -16px;
}

.header-nav__list {
    display: flex;
}

.header-nav__item {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .05em;
}

.header-nav__item a {
    padding: 10px 16px;
    transition: .15s;
}

@media(hover :hover) {
    .header-nav__item a:hover {
        color: #edb61a;
    }
}

.nav-btn {
    display: none;
}

@media(max-width: 1279px) {
    .lv1-heading {
        width: 140px;
    }
}

@media(max-width: 1024px) {
    .header-nav {
        display: none;
    }

    .header-nav-wrap {
        padding: 15px 0 11px;
    }

    .sp-nav{
        display: block;
        position: fixed;
        background-color: #fff7c8;
        width: 100%;
        top: 78px;
        left: 0;
        max-height: 400px;
        transition: .3s;
        z-index: 8;
        opacity: 0;
        pointer-events: none;
    }

    .sp-nav.is_active {
        opacity: 1;
        pointer-events:fill;
    }

    .header-nav__list {
        display: none;
        margin: 29px 19px;
    }

    .sp-nav.is_active .header-nav__list {
        display: block;
    }

    .header-nav__item {
        text-align: center;
    }

    .header-nav__item a {
        padding: 34px 16px 32px;
        display: block;
    }

    .header-nav__item + .header-nav__item {
        border-top: 2px solid #f3b70b;
    }

    .nav-btn {
        display: block;
        position: relative;
        width: 35px;
        height: 24px;
    }

    .nav-btn__bar {
        background: #333;
        display: block;
        width: 35px;
        height: 2px;
        border-radius: 90px;
        position: absolute;
        transition: .3s ease;
    }

    .nav-btn__bar:nth-child(1) {
        top: 0;
        right: 0;
    }

    .nav-btn__bar:nth-child(2) {
        top: 50%;
        transform: translateY(-50%);
        right: 0;
    }

    .nav-btn__bar:nth-child(3) {
        top: 100%;
        transform: translateY(-50%);
        right: 0;
    }

    .nav-btn.is_active .nav-btn__bar:nth-child(1) {
        transform: translateY(11px) rotate(33deg);
    }

    .nav-btn.is_active .nav-btn__bar:nth-child(2) {
        display: none;
    }

    .nav-btn.is_active .nav-btn__bar:nth-child(3) {
        transform: translateY(-13px) rotate(-33deg);
    }
}

@media(max-width: 743px) {
    .lv1-heading {
        width: 122px;
    }

    .header-nav-wrap {
        padding: 13px 0;
    }

    .sp-nav {
        top: 65px;
    }
}

/* mv */
/* =================================== */
.swiper {
    position: relative;
    z-index: 0;
}

.swiper::before {
    content: "";
    display: block;
    padding-top: 41.6%;
}

.mv-slider-list {
    position: absolute; 
    top: 0;
    left: 0;
}

.mv-slider-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 50% 50%;
        filter: brightness(0.7);
}

.mv-txt-wrap {
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 8;
    text-align: center;
    width: 100%;
    padding: 0 50px;
}

.mv-lead-txt {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .05em;
    color: #fff;
    position: relative;
    display: inline-block;
    line-height: 1;
    margin: 0 auto;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7), 0 0 20px rgba(0, 0, 0, 0.4);
}

.mv-lead-txt--exaggerate::before {
    position: absolute;
    content: "";
    background-image: url(../img/mv/exaggerate-left.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 50%;
    left: -14px;
    transform: translateY(-50%);
    width: 17px;
    height: 23px;
}

.mv-lead-txt--exaggerate::after {
    position: absolute;
    content: "";
    background-image: url(../img/mv/exaggerate-right.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 50%;
    right: -23px;
    transform: translateY(-50%);
    width: 17px;
    height: 23px;
}

.mv-lead-txt--important {
    background-color: #f3b70b;
    padding: 8px 40px;
    font-size: 24px;
    font-weight: 700;
    border-radius: 6px;
    display: block;
    max-width: 593px;
    margin: 20px auto 0;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.3);
}

.mv-main-txt-wrap {
    margin-top: 27px;
}

.mv-main-txt {
    font-size: 63.51px;
    font-weight: 800;
    color: #fff;
    letter-spacing: .05em;
    text-shadow:
        0 2px 4px rgba(0, 0, 0, 0.8),
        0 4px 16px rgba(0, 0, 0, 0.5),
        0 0 30px rgba(0, 0, 0, 0.3) !important;
}

.mv-main-txt + .mv-main-txt {
    margin-top: 8px;
}

.mv-main-txt__img {
    display: inline-block;
    width: 130px;
    position: relative;
    top: 11px;
}

.mv-main-txt__img img {
    width: 100%;
}

.mv-main-txt--important {
    color: #ffd236;
    font-size: 71.04px;
    text-shadow:
        0 2px 4px rgba(0, 0, 0, 0.8),
        0 4px 16px rgba(0, 0, 0, 0.5),
        1px 1px 0 rgba(0, 0, 0, 0.3) !important;
}

.mv-main-txt--important-sm {
    font-size: 63.51px;
}

.mv-main-txt--sm {
    font-size: 51.67px;
}

.mv-list-ttl {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .05em;
    color: #fff;
    display: inline-block;
    position: relative;
    margin-top: 34px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7), 0 0 20px rgba(0, 0, 0, 0.4);
}

.mv-list-ttl::before {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 72px;
    height: 2px;
    top: 50%;
    left: -92px;
    transform: translateY(-50%);
}

.mv-list-ttl::after {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 72px;
    height: 2px;
    top: 50%;
    right: -77px;
    transform: translateY(-50%);
}

.mv__list-wrap {
    max-width: 744px;
    margin: 27px auto 0;
}

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

.mv__item {
    width: 164px;
    height: 164px;
    margin: 0 14px;
    background-color: #fff;
    border: 3px #f3b70b solid;
    border-radius: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mv__item:first-child {
    margin-left: 0;
}

.mv__item:last-child {
    margin-right: 0;
}

.mv__item-txt {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .01em;
    line-height: 1;
}

.mv__item-txt--important {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .05em;
    color: #0984bc;
    line-height: 1.36;
    display: block;
}

.mv__item:nth-of-type(1) .mv__item-txt--important,
.mv__item:nth-of-type(3) .mv__item-txt--important {
    padding-top: 8px;
    
}

.mv__item:nth-of-type(2) .mv__item-txt--important,
.mv__item:nth-of-type(4) .mv__item-txt--important {
    padding-bottom: 8px;
}

@media(max-width: 1439px) {
    .swiper {
        height: calc(100vh - 220px);
        min-height: 580px;
    }

    .swiper::before {
        display: none;
    }

    .mv-slider-item {
        width: 100%;
        object-fit: cover;
        object-position: 50% 50%;
    }

    .mv-slider-item img {
        height: 100%;
        object-fit: cover;
        object-position: 50% 50%;
    }
}

@media(max-width: 1279px) {
    .swiper {
        min-height: 512px;
    }

    .mv-lead-txt {
        font-size: 18px;
    }

    .mv-lead-txt--important {
        padding: 7px 52px;
        font-size: 22px;
        margin: 16px auto 0;
    }

    .mv-main-txt {
        font-size: 60px;
    }

    .mv-main-txt--important {
        font-size: 66px;
    }

    .mv-main-txt--important-sm {
        font-size: 59px;
    }

    .mv-main-txt--sm {
        font-size: 49px;
    }

    .mv-main-txt + .mv-main-txt {
        margin-top: 5px;
    }

    .mv-main-txt__img {
        width: 125px;
    }

    .mv-list-ttl {
        font-size: 22px;
        margin-top: 30px;
    }

    .mv__item-txt {
        font-size: 16px;
    }

    .mv__item-txt--important {
        font-size: 19px;
    }

    .mv__item {
        width: 140px;
        height: 140px;
    }

    .mv__list-wrap {
        margin: 14px auto 0;
    }
}

@media(max-width: 1024px) {
    .swiper {
        height: calc(100vh - 79.05px);
    }
}

@media(max-width: 959px) {
    .swiper {
        height: calc(100vh - 78px);
        min-height: 570px;
        max-height: 580px;
    }

    .mv-main-txt {
        font-size: 51px;
    }

    .mv-main-txt--sm {
        font-size: 44px;
        display: block;
        margin-top: 5px;
    }

    .mv-main-txt__img {
        width: 126px;
    }

    .mv-slider-item01 img {
        object-position: 77% 50%;
    }

    .mv-slider-item02 img {
        object-position: 38% 50%;
    }
    
    .mv-slider-item03 img {
        object-position: 77% 50%;
    }
}

@media(max-width: 743px) {
    .swiper {
        height: calc(62vh - 65px);
        min-height: 438px;
    }

    .mv-lead-txt {
        font-size: 13px;
        line-height: 1.53;
    }

    .mv-lead-txt--important {
        padding: 7px 10px;
        font-size: 15px;
        margin: 16px auto 0;
    }

    .mv-main-txt {
        font-size: 27px;
        margin-left: -10px;
    }

    .mv-main-txt--important {
        font-size: 38px;
        margin-left: -5px;
    }

    .mv-main-txt--important-sm {
        font-size: 31.75px;
    }

    .mv-main-txt__img {
        width: 76px;
        margin-right: 2px;
        margin-left: -5px;
    }

    .mv-main-txt--sm {
        font-size: 26px;
    }

    .mv-list-ttl {
        font-size: 13px;
        margin-top: 24px;
        letter-spacing: 0;
    }

    .mv__list {
        display: flex;
        flex-wrap: wrap;
        margin: -6.5px 0 0 -6.5px!important;
    }

    .mv__item:first-child {
        margin-left: 6.5px;
    }

    .mv__item:nth-of-type(2) .mv__item-txt--important,
    .mv__item:nth-of-type(4) .mv__item-txt--important {
        padding-bottom: 2px;
    }

    .mv__item {
        height: initial;
        border-radius: 6px;
        width: calc(100% / 2 - 6.5px);
        margin: 6.5px 0 0 6.5px;
        height: 52px;
        justify-content: space-evenly;
        border: 2px #f3b70b solid;
    }

    .mv__item-txt {
        font-size: 13px;
    }

    .mv__item-txt--important {
        font-size: 15px;
    }

    .mv__item:nth-of-type(1) .mv__item-txt--important,
    .mv__item:nth-of-type(3) .mv__item-txt--important {
        padding-top: 3px;
    }

    .mv-txt-wrap {
        top: 51.5%;
        padding: 0 18px;
    }

    .mv-list-ttl::before {
        width: 18.5px;
        height: 1px;
        top: 50%;
        left: -23px;
        transform: translateY(-50%);
    }
    
    .mv-list-ttl::after {
        width: 18.5px;
        height: 1px;
        top: 50%;
        right: -23px;
        transform: translateY(-50%);
    }

    .mv-main-txt + .mv-main-txt {
        margin-top: -1px;
    }

    .mv__item-icon img {
        width: 100%;
    }

    .mv__item-icon01 {
        width: 21px;
        margin-right: 2px;
    }

    .mv__item-icon02 {
        width: 27px;
        margin-right: 1.5px;
    }

    .mv__item-icon03 {
        width: 17px;
        margin-right: 0px;
        margin-left: 7px;
    }

    .mv__item-icon04 {
        width: 16.5px;
        margin-right: 0px;
        margin-left: 7px;
    }
}

@media(max-width: 374px) {
    .mv-lead-txt--important {
        font-size: 14px;
    }

    .mv-main-txt {
        font-size: 25px;
    }
    .mv-main-txt--important {
        font-size: 35px;
    }
}




/* cta1 */
/* =================================== */
.cta1 {
    background-color: #fbca35;
    padding: 20px 0;
    margin-top: -1px;
}

.cta1__wrap {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: relative;
}

.cta1__txt {
   font-size: 24px; 
   font-weight: 800;
   letter-spacing: .05em;
   line-height: 1;
   padding-left: 43px;
}

.cta1__txt--important {
    color: #f647a2;
    font-size: 30px;
}

.cta1__txt--sm {
    font-size: 12px;
    font-weight: 400;
    margin-top: 11px;
}

.cta1__col1 {
    text-align: center;
    flex: 0 0 auto;
    padding-right: 20px;
    position: relative;
}

.cta1__col1::after {
    position: absolute;
    content: "";
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 15px solid #fff;
    top: 50%;
    right: -5px;
    transform: translateY(-50%);
}

.cta1__col2,
.cta1__col3 {
    text-align: center;
    flex: 0 0 auto;
}

.cta1__col2 .line-btn,
.cta1__col3 .tel-btn {
    width: auto;
    margin: 0 auto 5px;
    padding: 14px 24px;
    box-sizing: border-box;
    min-height: 64px;
    white-space: nowrap;
}

.cta1__col3 .tel-btn .tel-icon {
    margin-left: 0;
}

.line-btn {
    background-color: #06c755;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    padding: 13px 9px 9px;
    margin-left: 51px;
    margin-bottom: 5px;
    box-shadow: 0 5px 0 #00913b;
    transition: .3s;
    width: 369px;
}

@media(hover :hover) {
    .line-btn:hover {
        box-shadow: 0 0 0 #00913b;
        transform: translateY(5px);
    }
}

.line-btn__txt {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: .05em;
    color: #fff;
}

.line-icon {
    display: inline-block;
    width: 36px;
    margin-right: 12px;
    margin-left: 0;
}

.line-icon img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

/* 電話ボタン */
.tel-btn {
    background-color: #f647a2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    padding: 13px 9px 9px;
    margin-left: 51px;
    margin-bottom: 5px;
    box-shadow: 0 5px 0 #c4357e;
    transition: .3s;
    width: 369px;
    text-decoration: none;
}

@media(hover: hover) {
    .tel-btn:hover {
        box-shadow: 0 0 0 #c4357e;
        transform: translateY(5px);
    }
}

.tel-btn__txt {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: .05em;
    color: #fff;
}

.tel-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    margin-right: 12px;
    font-size: 24px;
    color: #fff;
}

.cta__btn + .cta__btn {
    margin-top: 10px;
}

@media(max-width: 1279px) {
    .cta1__txt {
        font-size: 21px;
        padding-left: 20px;
    }

    .cta1__txt--sm {
        font-size: 10px;
    }

    .cta1__txt--important {
        font-size: 27px;
    }

    .line-icon {
        width: 42px;
    }

    .line-btn__txt {
        font-size: 21px;
    }

    .tel-icon {
        width: 42px;
        font-size: 26px;
    }

    .tel-btn__txt {
        font-size: 21px;
    }
}

@media(max-width: 959px) {
    .line-btn {
        margin-left: 38px;
        width: 90%;
        max-width: 369px;
    }

    .tel-btn {
        margin-left: 38px;
        width: 90%;
        max-width: 369px;
    }

    .cta1__txt {
        font-size: 16px;
        padding-left: 0px;
    }

    .cta1__txt--sm {
        font-size: 10px;
    }

    .cta1__txt--sm {
        margin-top: 8px;
    }

    .cta1 {
        padding: 20px 0;
    }
}

@media(max-width:743px) {
    .cta1__wrap {
        display: block;
    }

    .cta1__txt {
        font-size: 20px;
    }

    .cta1__txt--important {
        font-size: 24px;
    }

    .cta1__txt--sm {
        font-size: 13px;
    }

    .line-btn {
        margin: 0 auto;
        width: 252px;
        padding: 10px 9px 9px;
    }

    .line-btn__txt {
        font-size: 18px;
    }

    .line-icon {
        width: 32.5px;
        margin-right: 13.5px;
    }

    .tel-btn {
        margin: 0 auto;
        width: 252px;
        padding: 10px 9px 9px;
    }

    .tel-btn__txt {
        font-size: 18px;
    }

    .tel-icon {
        width: 32.5px;
        font-size: 22px;
        margin-right: 13.5px;
        margin-left: -13.5px;
    }

    .cta1__wrap {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px 10px;
    }

    .cta1__col1 {
        width: 100%;
        flex: none;
        padding-right: 0;
        padding-bottom: 30px;
    }

    .cta1__col1::after {
        border-top: 8.5px solid #fff;
        border-right: 7.5px solid transparent;
        border-left: 7.5px solid transparent;
        border-bottom: 0;
        border-left-color: transparent;
        top: auto;
        bottom: 0;
        right: 50%;
        transform: translateX(50%);
    }

    .cta1__col2,
    .cta1__col3 {
        margin-top: 10px;
    }
}

/* problem */
/* =================================== */
.problem {
    overflow: hidden;
}

.problem .ly-inner {
    padding-top: 76px;
}

.problem-list {
    display: flex;
    flex-wrap: wrap;
    margin: 262px 0 0 -36px;
}

.problem-item {
    width: calc(100% / 3 - 36px);
    margin: 0 0 0 36px;
    background-color: #fbca35;
    border-radius: 7px;
    display: flex;
    align-items: center;
}

.problem-item__txt {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .05em;
    line-height: 1.5;
    text-align: center;
    padding: 53px 9.1% 41px;
    width: 100%;
}

.problem-item {
    position: relative;
}

.problem-item01::after {
    position: absolute;
    content: "";
    background-image: url(../img/problem/problem01.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 224px;
    top: -198px;
    left: 0;
}

.problem-item02::after {
    position: absolute;
    content: "";
    background-image: url(../img/problem/problem02.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 224px;
    top: -198px;
    left: 0;
}

.problem-item03::after {
    position: absolute;
    content: "";
    background-image: url(../img/problem/problem03.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 224px;
    top: -202px;
    left: 0;
}

@media(max-width: 1024px) {
    .problem .ly-inner {
        padding-top: 48px;
    }

    .problem-item__txt {
        font-size: 17px;
    }

    .problem-item01::after {
        top: -191px;
    }

    .problem-item02::after {
        top: -191px;
    }

    .problem-item03::after {
        top: -114.5%;
    }

    .problem-list {
        margin: 200px 0 0 -36px;
    }
}

@media(max-width: 959px) {
    .problem .ly-inner {
        padding-top: 36px;
    }

    .problem-item__txt {
        font-size: 14px;
    }

    .problem-item__txt {
        font-size: 15px;
        padding: 41px 4.1% 27px;
    }

    .problem-list {
        margin: 200px 0 0 -20px;
    }

    .problem-item {
        width: calc(100% / 3 - 20px);
        margin: 0 0 0 20px;
    }

    .problem-item01::after {
        top: -141%;
    }

    .problem-item02::after {
        top: -141%;
    }

    .problem-item03::after {
        top: -144%;
    }
}

@media(max-width: 900px) {
    .problem-item01::after {
        top: -128%;
        height: 199px;
    }

    .problem-item02::after {
        top: -128%;
        height: 200px;
    }

    .problem-item03::after {
        top: -124%;
        height: 192px;
    }
}

@media(max-width: 768px) {
    .problem-item01::after {
        top: -105%;
        height: 161px;
    }

    .problem-item02::after {
        top: -105%;
        height: 161px;
    }

    .problem-item03::after {
        top: -105%;
        height: 155px;
    }
}

@media(max-width: 743px) {
    .problem .ly-inner {
        padding-top: 36px;
        padding-bottom: 35px;
    }

    .problem-list {
        display: block;
    }

    .problem-item {
        width: 74.6%;
        margin: 0;
        display: block;
    }

    .problem-item01::after {
        position: absolute;
        content: "";
        background-image: url(../img/problem/sp-problem01.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        width: 100%;
        height: 142px;
        top: -14px;
        left: 139px;
    }
    
    .problem-item02::after {
        position: absolute;
        content: "";
        background-image: url(../img/problem/sp-problem02.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        width: 100%;
        height: 140px;
        top: -26px;
        left: -152px;
    }
    
    .problem-item03::after {
        position: absolute;
        content: "";
        background-image: url(../img/problem/sp-problem03.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        width: 100%;
        height: 124px;
        top: -19px;
        left: 158px;
    }

    .problem-list {
        margin: 39px auto 0;
        max-width: 443px;
    }

    .problem-item__txt {
        font-size: 15px;
        padding: 16px 14px;
        min-height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .problem-item:nth-child(2) {
        margin-right: 0;
        margin-left: auto;
    }

    .problem-item + .problem-item {
        margin-top: 41.5px;
    }
}

/* problem__solve */
/* =================================== */
.problem__solve {
    background-color: #fff7c8;
    padding-top: 183px;
    padding-bottom: 87px;
    margin-top: -92px;
    text-align: center;
}

.problem__solve .ly-inner {
    margin-top: 0;
    padding-top: 0;
}

.lv3-solve-heading {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: .05em;
}

.solve-ttl {
    display: block;
}

.solve-ttl:first-child {
    position: relative;
    margin-bottom: 44px;
}

.solve-ttl:first-child::after {
    position: absolute;
    content: "";
    border-top: 25px solid #0984bc;
    border-right: 20px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 20px solid transparent;
    top: -56px;
    left: 50%;
    transform: translateX(-50%);
}

.solve-logo {
    display: inline-block;
    width: 213px;
    margin-right: 7px;
}

.solve-logo img {
    width: 100%;
}

.solve-ttl--underscore {
    display: inline-block;
    padding: 0px 23px 16px;
    border-bottom: 4px solid #edb61a;
    margin-bottom: 25px;
}

.solve-txt {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .05em;
    line-height: 1.85;
}

.solve-txt + .solve-txt {
    margin-top: 15px;
}

.solve-txt--important {
    color: #0984bc;
}

@media(max-width: 1024px) {
    .lv3-solve-heading {
        font-size: 27px;
    }

    .solve-ttl:first-child {
        margin-bottom: 34px;
    }

    .solve-logo {
        width: 203px;
    }

    .solve-txt {
        font-size: 18px;
    }

    .problem__solve {
        padding-bottom: 60px;
    }
}

@media(max-width: 959px) {
    .problem__solve {
        padding-bottom: 44px;
    }

    .solve-logo {
        width: 180px;
    }

    .solve-ttl:first-child {
        margin-bottom: 25px;
    }

    .lv3-solve-heading {
        font-size: 25px;
    }

    .solve-txt {
        font-size: 16px;
    }
}

@media(max-width: 743px) {
    .problem__solve {
        padding-top: 0;
        margin-top: 0;
        padding-bottom: 0;
    }

    .problem__solve .ly-inner {
        padding-top: 56px;
    }

    .solve-ttl:first-child::after {
        border-top: 12px solid #0984bc;
        border-right: 10px solid transparent;
        border-bottom: 12px solid transparent;
        border-left: 10px solid transparent;
        top: -32px;
    }

    .solve-logo {
        width: 144px;
    }

    .solve-txt {
        color: #292525;
        font-size: 18px;
    }

    .lv3-solve-heading {
        font-size: 20px;
        margin-bottom: 22px;
    }

    .solve-ttl--underscore {
        display: inline;
        padding: 0px 23px 0px;
        border-bottom: 3px solid #edb61a;
        margin-bottom: 25px;
        line-height: 1.8;
    }

    .solve-ttl:first-child {
        margin-bottom: 20px;
    }
}

/* feature */
/* =================================== */
.feature .ly-inner {
    padding-top: 41px;
}

.lv2-bracket-heading__wrap1 {
    display: inline-block;
    position: relative;
}

.lv2-bracket-heading__wrap1::before {
    position: absolute;
    content: "";
    border-top: #fbca35 3px solid;
    border-left: #fbca35 3px solid;
    top: -10px;
    left: -102px;
    width: 41px;
    height: 41px;
}

.lv2-bracket-heading__wrap1::after {
    position: absolute;
    content: "";
    border-right: #fbca35 3px solid;
    border-bottom: #fbca35 3px solid;
    bottom: -23px;
    right: -102px;
    width: 41px;
    height: 41px;
}

.lv2-heading__logo {
    width: 94px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.lv2-heading__logo img {
    width: 100%;
}

.lv2-heading__logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.lv2-heading__logo-wrap .lv2-heading__logo {
    margin: 0;
}

.lv2-bracket-heading {
    font-size: 42px;
    font-weight: 700;
    letter-spacing: .05em;
    text-align: center;
}

.lv2-bracket-heading--important {
    font-size: 60px;
    color: #edb61a;
}

.lv2-bracket-heading__inner1 {
    text-align: center;
    margin-top: 11px;
    margin-bottom: 23px;
}

.feature-media {
    display: flex;
    flex-wrap: wrap;
}

.feature-media-col1 {
    width: 370px;
}

.feature-media-col1 img  {
   width: 100%;
}

.feature-media-col2 {
    width: calc(100% - 370px);
    padding-left: 38px;
}

.feature-list {
    margin-top: 50px;
}

.media-txt {
    margin-top: 13px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}

.feature-item:last-child .lv3-heading__inner {
    margin-top: 0;
}

.feature-item:nth-of-type(2) .feature-media,
.feature-item:nth-of-type(4) .feature-media {
    flex-direction: row-reverse;
}

.feature-item:nth-of-type(2) .feature-media-col2,
.feature-item:nth-of-type(4) .feature-media-col2 {
    padding-left: 0;
    padding-right: 38px;
}

.feature-item:nth-of-type(4) .feature-media-col2 {
    margin-top: -21px;
}

.feature-item + .feature-item {
    margin-top: 72px;
}

.feature-item:last-child {
    margin-top: 93px;
}

.media-txt--rec {
    border: 1px #7a7a7a solid;
    border-radius: 7px;
    padding: 14px 25px 14px 14px;
    display: inline-block;
}

@media(max-width: 1024px) {
    .feature-item + .feature-item {
        margin-top: 60px;
    }

    .lv2-heading__logo {
        width: 84px;
    }

    .lv2-bracket-heading {
       font-size: 38px;
    }

    .lv2-bracket-heading--important {
        font-size: 56px;
    }

    .media-txt {
        font-size: 15px;
    }
}

@media(max-width: 959px) {
    .lv2-heading__logo {
        width: 68px;
    }

    .lv2-bracket-heading {
        font-size: 32px;
    }

    .lv2-bracket-heading--important {
        font-size: 46px;
    }

    .feature-media-col1 {
        width: 286px;
    }

    .feature-media-col2 {
        width: calc(100% - 286px);
        padding-left: 23px;
    }

    .feature-item:nth-of-type(2) .feature-media-col2,
    .feature-item:nth-of-type(4) .feature-media-col2 {
        padding-left: 0;
        padding-right: 23px;
    }

    .lv3-heading__inner {
        margin-top: 8px;
    }

    .lv2-heading__logo-wrap {
        margin-bottom: 8px;
    }
}

@media(max-width: 743px) {
    .feature .ly-inner {
        padding-top: 37px;
    }
    .lv2-bracket-heading {
        font-size: 24px;
    }

    .lv2-bracket-heading--important {
        font-size: 35px;
    }

    .feature-media {
        display: block;
    }

    .feature-media-col2 {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }

    .feature-item:nth-of-type(2) .feature-media-col2,
    .feature-item:nth-of-type(4) .feature-media-col2 {
        padding-right: 0;
    }

    .lv2-heading__logo {
        width: 56px;
    }

    .lv2-bracket-heading__wrap1::before {
        border-top: #fbca35 2px solid;
        border-left: #fbca35 2px solid;
        top: -10px;
        left: -44px;
        width: 20px;
        height: 20px;
    }

    .lv2-bracket-heading__wrap1::after {
        border-right: #fbca35 2px solid;
        border-bottom: #fbca35 2px solid;
        bottom: -7px;
        right: -44px;
        width: 20px;
        height: 20px;
    }

    .feature-list {
        margin-top: 32px;
    }

    .lv3-heading--number {
        font-size: 15px;
        width: 36px;
        display: block;
        margin: 0 auto 3px;
    }

    .feature-media {
        display: flex;
        flex-direction: column-reverse;
    }

    .media-txt {
        text-align: left;
        line-height: 1.7;
    }

    .feature-media-col1 {
        width: 86.7%;
        margin: 17px auto 0;
        max-width: 350px;
    }

    .feature-item + .feature-item {
        margin-top: 43px;
    }

    .media-txt--rec {
        margin-top: 18px;
        border: 1px #7a7a7a solid;
        border-radius: 7px;
        padding: 9px 16px 10px 14px;
        display: inline-block;
    }

    .feature-item:nth-of-type(4) .feature-media-col2 {
        margin-top: 0;
    }
}

/* situations */
/* =================================== */
.situations .ly-inner {
    margin-top: 127px;
    margin-bottom: 78px
}

.lv2-heading__logo-txt {
    font-size: 25.33px;
    font-weight: 700;
    letter-spacing: .05em;
    margin-left: 10px;
}

.lv2-bracket-heading__inner2 {
    text-align: center;
    padding-top: 11px;
    padding-bottom: 17px;
    display: block;
}

.lv2-bracket-heading__wrap2 {
    display: inline-block;
    position: relative;
}

.lv2-bracket-heading__wrap2::before {
    position: absolute;
    content: "";
    border-top: #fbca35 3px solid;
    border-left: #fbca35 3px solid;
    top: -10px;
    left: -102px;
    width: 41px;
    height: 41px;
}

.lv2-bracket-heading__wrap2::after {
    position: absolute;
    content: "";
    border-right: #fbca35 3px solid;
    border-bottom: #fbca35 3px solid;
    bottom: -17px;
    right: -102px;
    width: 41px;
    height: 41px;
}

.situations-item-ttl {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: .05em;
}

.situations-item-txt {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    padding: 32px 40px 32px;
    border: #fbca35 solid 3px;
    border-radius: 0 0 6px 6px;
    margin-top: -3px;
}

.situations-item-txt--important {
    color: #0984bc;
}

.situations-item-ttl {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: .05em;
    background-color: #fbca35;
    border-radius: 6px 6px 0 0;
    padding: 25px;
    text-align: center;
    position: relative;
}

.situations-item + .situations-item {
    margin-top: 38px;
}

.situations-list {
    margin-top: 46px;
}

.situations-item-tag-wrap {
    position: relative;
    display: block;
}

.situations-item-tag {
    position: absolute;
    background-color: #fff;
    border: 3px solid #fbca35;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #edb61a;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .05em;
    border-radius: 5px 16.5px 16.5px 5px;
    padding: 7px 15px;
    line-height: 1;
    margin-left: -9px;
}

@media(max-width:1024px) {

    .situations .ly-inner {
        margin-top: 100px;
        margin-bottom: 60px;
    }
    
    .lv2-heading__logo-txt {
        font-size: 21px;
    }

    .situations-item-ttl {
        font-size: 27px;
    }

    .situations-item-tag {
        font-size: 18px;
    }

    .situations-item-txt {
        font-size: 15px;
        padding: 28px 36px 28px;
    }

    .situations-item + .situations-item {
        margin-top: 26px;
    }
}

@media(max-width: 959px) {
    .situations .ly-inner {
        margin-top: 70px;
        margin-bottom: 46px;
    }

    .situations-list {
        margin-top: 38px;
    }

    .situations-item-tag {
        font-size: 13px;
    }

    .situations-item-ttl {
        font-size: 20px;
        padding: 20px;
    }

    .situations-item-txt {
        font-size: 15px;
        padding: 22px 32px 22px;
    }

    .situations-item + .situations-item {
        margin-top: 25px;
    }
}

@media(max-width:743px) {
    .situations .ly-inner {
        margin-top: 64.5px;
        margin-bottom: 34px;
    }

    .lv2-heading__logo-txt {
        font-size: 15px;
        margin-left: 6px;
    }

    .lv2-bracket-heading__wrap2::before {
        border-top: #fbca35 2px solid;
        border-left: #fbca35 2px solid;
        left: -43px;
        width: 20px;
        height: 20px;
    }

    .lv2-bracket-heading__wrap2::after {
        border-right: #fbca35 2px solid;
        border-bottom: #fbca35 2px solid;
        bottom: -10px;
        right: -45px;
        width: 20px;
        height: 20px;
    }

    .lv2-bracket-heading__inner2 {
        padding-bottom: 11px;
    }

    .situations-list {
        margin-top: 23px;
    }

    .situations-item-tag {
        font-size: 12px;
        text-align: center;
        padding: 7px 3px;
        margin-left: -5px;
        display: block;
        width: 76px;
    }

    .situations-item-tag--lg {
        display: block;
        font-size: 15px;
    }

    .situations-item-ttl {
        padding: 13px 11px 13px 73px;
        line-height: 1.5;
    }

    .situations-item-txt {
        line-height: 1.6;
        padding: 14px;
    }
}

/* cta2 */
/* =================================== */
.cta2 {
    background-color: #fbca35;
    position: relative;
    z-index: 8;
}

.cta2__inner {
    padding-top: 59px;
    padding-bottom: 59px;
}

.cta2__ttl {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: .05em;
    text-align: center;
}

.cta2__ttl--sm {
    font-size: 24px;
    margin-bottom: 20px;
    display: inline-block;
}

.cta2__ttl--lg {
    font-size: 38px;
    color: #007aaf;
    margin-top: 16px;
    display: inline-block;
    position: relative;
}

.cta2__ttl--lg::before {
    position: absolute;
    content: "";
    background-image: url(../img/cta/cta-exaggerate-left.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0;
    left: -127px;
    width: 34px;
    height: 51px;
}

.cta2__ttl--lg:after {
    position: absolute;
    content: "";
    background-image: url(../img/cta/cta-exaggerate-right.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0;
    right: -127px;
    width: 34px;
    height: 51px;
}

.cta2__list-wrap {
    background-color: #fff;
    border: 3px solid #fbca35;
    padding: 31px;
    max-width: 858px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    border-radius: 6px;
    margin-top: 23px;
    position: relative;
}

.cta2__list-wrap::after {
    position: absolute;
    content: "\2b";
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    font-size: 42px;
    color: #fff;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
}

.cta2__item {
    font-size: 24px;
    font-weight: 800;
    padding-left: 66px;
    position: relative;
}

.cta2__item::after {
    position: absolute;
    content: "";
    background-image: url(../img/cta/checkbox-icon.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 35px;
    height: 28px;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

.cta2__item + .cta2__item{
    margin-top: 25px;
}

.cta2__extra-txt {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: .05em;
    text-align: center;
    line-height: 1;
}

.cta2__extra-txt--sm {
    font-size: 24px;
    display: inline-block;
    margin-bottom: 17px;
}

.cta2__extra-txt--important {
    color: #0984bc;
    display: inline-block;
    margin-top: 17px;
}

.cta2__extra-wrap {
    background-color: #fff7c8;
    border: 3px solid #fff7c8;
    border-radius: 6px;
    max-width: 650px;
    margin: 0 auto;
    padding: 24px 0 33px;
    position: relative;
    margin-top: 68px;
}

.cta2__extra-mark {
    background-color: #fff;
    border: 4px solid #fbca35;
    border-radius: 90px;
    width: 98px;
    height: 98px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fbca35;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: .05em;
    transform: rotate(-12deg);
    position: absolute;
    top: -23px;
    left: -23px;
}

.cta__btn-txt {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: .05em;
    position: relative;
    display: inline-block;
}

.cta__btn-txt::before {
    position: absolute;
    content: "";
    background-image: url(../img/cta/cta-bk-exaggerate-left.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    bottom: -3px;
    left: -30px;
    width: 21px;
    height: 27px;
}

.cta__btn-txt::after {
    position: absolute;
    content: "";
    background-image: url(../img/cta/cta-bk-exaggerate-right.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    bottom: -3px;
    right: -27px;
    width: 21px;
    height: 27px;
}

.cta__btn-txt--lg {
    font-size: 30px;
    color: #f647a2;
}

.cta__btn-wrap {
    text-align: center;
}

.cta__btn-wrap {
    margin-top: 56px;
}


.cta__btn {
    max-width: 371px;
    margin: 14px auto 11px;
}

.cta__btn a {
    opacity: 1;
    transition: .3s;
}

.cta__btn img {
    width: 100%;
}

.cta__btn .line-btn,
.cta__btn .tel-btn {
    margin: 0 auto;
    width: 100%;
    min-height: 64px;
}

.cta__btn-caution-txt {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .05em;
}

@media(max-width: 1024px) {
    .cta2__inner {
        padding-top: 44px;
        padding-bottom: 40px;
    }

    .cta2__ttl {
        font-size: 27px;
    }

    .cta2__ttl--sm {
        font-size: 21px;
        margin-bottom: 14px;
    }

    .cta2__ttl--lg {
        font-size: 34px;
        margin-top: 12px;
    }

    .cta2__item {
        font-size: 21px;
    }

    .cta2__list-wrap {
        padding: 30px;
        max-width: 780px;
        margin-top: 18px;
    }

    .cta2__item::after {
        width: 32px;
        height: 26px;
    }

    .cta2__extra-txt {
        font-size: 27px;
    }

    .cta2__extra-txt--sm {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .cta2__extra-txt--important {
        margin-top: 11px;
    }

    .cta2__extra-mark {
        width: 93px;
        height: 93px;
        font-size: 17px;
    }

    .cta__btn-wrap {
        margin-top: 46px;
    }

    .cta__btn-txt {
        font-size: 21px;
    }

    .cta__btn-txt--lg {
        font-size: 27px;
    }

    .cta__btn {
        margin: 14px auto 11px;
    }
}

@media(max-width: 959px) {
    .cta2__ttl--sm {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .cta2__ttl {
        font-size: 24px;
    }

    .cta2__ttl--lg {
        font-size: 31px;
        margin-top: 9px;
    }

    .cta2__ttl--lg::before {
        left: -109px;
    }

    .cta2__ttl--lg:after {
        right: -111px;
    }

    .cta2__item {
        font-size: 18px;
    }

    .cta2__list-wrap {
        padding: 24px;
        margin-top: 15px;
        max-width: 654px;
    }

    .cta2__item::after {
        width: 28px;
        height: 23px;
    }

    .cta2__extra-wrap {
        max-width: 556px;
    }

    .cta2__extra-txt {
        font-size: 24px;
    }

    .cta2__extra-txt--sm {
        font-size: 20px;
    }

    .cta__btn-wrap {
    margin-top: 36px;
}
}

@media(max-width: 743px) {
    .cta2 {
        overflow: hidden;
    }
    .cta2__inner {
        padding-top: 32px;
        padding-bottom: 45px;
    }

    .cta2__ttl {
        font-size: 18px;
        line-height: 1.53;
    }

    .cta2__ttl--lg::before {
        bottom: 0;
        left: -29px;
        width: 22px;
        height: 29px;
    }

    .cta2__ttl--lg:after {
        bottom: 0;
        right: -19.5px;
        width: 22px;
        height: 29px;
    }

    .cta2__ttl--sm {
        font-size: 15px;
        margin-bottom: 2px;
    }

    .cta2__ttl--lg {
        font-size: 22px;
        margin-top: 0;
    }

    .cta2__list-wrap {
        padding: 22px 24px;
        max-width: 450px;
    }

    .cta2__item--sm {
        font-size: 15px;
    }

    .cta2__item::after {
        width: 24px;
        height: 19px;
        margin-right: 9px;
        display: block;
        top: 16px;
        left: 0;
    }

    .cta2__item {
        padding-left: 35px;
        line-height: 1.6;
    }

    .cta2__item + .cta2__item {
        margin-top: 11px;
    }

    .cta2__list-wrap::after {
        font-size: 26px;
        bottom: -42px;
    }

    .cta2__extra-wrap {
        margin-top: 50px;
        padding: 8px 0 10px;
        max-width: 364px;
    }

    .cta2__extra-txt--sm {
        font-size: 15px;
        margin-bottom: 0;
    }

    .cta2__extra-txt {
        font-size: 18px;
        line-height: 1.53;
    }

    .cta2__extra-txt--important {
        margin-top: 0;
    }

    .cta2__extra-mark {
        width: 72px;
        height: 72px;
        font-size: 14px;
        left: -9px;
        border: 3px solid #fbca35;
    }

    .cta__btn-txt {
        font-size: 18px;
    }

    .cta__btn-txt--lg {
        font-size: 22px;
    }

    .cta__btn-txt::before {
        bottom: -3px;
        left: -16px;
        width: 13.5px;
        height: 18.5px;
    }

    .cta__btn-txt::after {
        bottom: -3px;
        right: -16px;
        width: 13.5px;
        height: 18.5px;
    }

    .cta__btn-txt--green::before {
        left: -18px;
        width: 15px;
        height: 20px;
    }

    .cta__btn-txt--green::after {
        right: -18px;
        width: 15px;
        height: 20px;
    }

    .cta__btn-caution-txt {
        margin-top: 14px;
        font-size: 13px;
        margin-right: -10px;
    }
}

/* voice */
/* =================================== */
.voice {
    background-color: #fff7c8;
}

.voice .ly-inner {
    padding-top: 44px;
    padding-bottom: 116px;
}

.voice .swiper-container {
    margin-top: 32px;
    position: relative;
}

.swiper2 {
    overflow: hidden;
}

.voice-list {
}

.voice-item-cont {
    background-color: #fff;
    box-shadow: 2px 1px 8px rgba(0, 0, 0, 0.24)!important;
    border-radius: 7px;
    border: 4px solid #fff;
    margin: 8px;
}

.voice-item-img {
    height: 168px;
}

.voice-item-img img {
    border-radius: 4px 4px 0 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.voice-item-name {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .05em;
    margin-top: 19px;
}

.voice-item-txt {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    margin-top: 9px;
}

.voice-item-txt--important {
    color: #2e8ec1;
}

.voice-item-txt-wrap {
    padding: 0 16px 14px;
}

.swiper-pagination {
    position: absolute;
}

.swiper-button-prev {
    position: absolute;
}

.swiper-button-next {
    position: absolute;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    width: 50px;
    height: 50px;
}

.swiper-button-next {
    right: -63px;
}

.swiper-button-prev {
    left: -63px;
}

.swiper-button-prev:after {
    content: '\f053';
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    color: #fff;
    font-size: 30px;
    background-color: #edb61a;
    width: 50px;
    height: 50px;
    border-radius: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-button-next:after {
    content: '\f054';
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    color: #fff;
    font-size: 30px;
    background-color: #edb61a;
    width: 50px;
    height: 50px;
    border-radius: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-pagination {
    bottom: -39px!important;
}

.swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    margin: 0 10px!important;
    background-color: #c8c7c1;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #0984bc;
}

@media(max-width: 1279px) {
    .swiper-button-next {
        right: -50px;
    }

    .swiper-button-prev {
        left: -50px;
    }

    .swiper-button-next:after {
        width: 40px;
        height: 40px;
        font-size: 24px;
    }

    .swiper-button-prev:after {
        width: 40px;
        height: 40px;
        font-size: 24px;
    }

    .voice-item-img {
        height: 200px;
    }

    .voice-item-cont {
    }
}

@media(max-width: 1024px) {
    .voice-item-name {
        font-size: 18px;
        margin-top: 15px;
    }

    .swiper-pagination {
        bottom: -30px!important;
    }

    .voice .ly-inner {
        padding-bottom: 90px;
    }
}

@media(max-width: 959px) {
    .voice-item-txt {
        font-size: 13px;
    }

    .voice .ly-inner {
        padding-bottom: 70px;
        padding: 30px 0 60px 0;
    }

    .swiper-pagination {
        bottom: -16px!important;
    }

    .swiper-button-next {
        right: 19.5%;
    }

    .swiper-button-prev {
        left: 19.5%;
    }
}

@media(max-width: 743px) {
    .voice .ly-inner {
        padding-top: 30px;
        padding-bottom: 63px;
    }

    .voice .swiper-container {
        margin-top: 21px;
    }

    .voice-item-cont {
    }

    .swiper-pagination {
        bottom: -33px!important;
    }

    .swiper-pagination-bullet {
        width: 9px;
        height: 9px;
        margin: 0 7px!important;
    }
}

@media(max-width: 480px) {
    .swiper-button-next {
        right: 2%;
    }

    .swiper-button-prev {
        left: 2%;
    }
}

@media(max-width: 374px) {
    .swiper {
        height: calc(68vh - 72.3px);
    }
}

/* trial */
/* =================================== */
.trial {
    background-color: #fbca35;
}

.trial .ly-inner {
    padding-top: 40px;
    padding-bottom: 40px;
}

.trial-ttl {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: .05em;
    color: #0984bc;
    border-bottom: 2px solid #fff7c8;
    padding: 0 0 13px 4px;
    display: inline-block;
}

.trial-ttl--importants {
    font-size: 30px;
}

.trial-txt {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    margin-top: 15px;
}

.trial-media {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.trial-txt-wrap {
    margin: 10px 30px 0;
}

.cta__btn-outer .cta__btn-wrap {
    margin-top: 76px;
    margin-bottom: 60px;
}

.cta__btn-outer {
    position: relative;
}

.cta__btn-outer::after {
    position: absolute;
    content: "";
    border-top: 25px solid #fbca35;
    border-right: 20px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 20px solid transparent;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.cta__btn-txt--green {
    color: #06c755;
}

.cta__btn-txt--green::before {
    position: absolute;
    content: "";
    background-image: url(../img/cta/cta-gr-exaggerate-left.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    bottom: -3px;
    left: -20px;
    width: 13px;
    height: 18px;
}

.cta__btn-txt--green::after {
    position: absolute;
    content: "";
    background-image: url(../img/cta/cta-gr-exaggerate-right.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    bottom: -3px;
    right: -20px;
    width: 13px;
    height: 18px;
}

.trial-media__img {
    box-shadow: 2px 7px 10px rgba(0, 0, 0, 0.24);
    border-radius: 7px;
}

@media(max-width:1024px) {
    .trial-ttl {
        font-size: 21px;
    }

    .trial-ttl--importants {
        font-size: 28px;
    }

    .trial-txt {
        font-size: 15px;
        margin-top: 12px;
    }
}

@media(max-width: 959px) {
    .trial-media__img {
        width: 276px;
    }

    .trial-media__img img {
        width: 100%;
    }

    .trial-txt-wrap {
        flex: 1;
    }

    .trial-txt-wrap {
        margin: 10px 20px 0 0px;
    }

    .trial-ttl {
        font-size: 18px;
    }

    .trial-ttl--importants {
        font-size: 22px;
    }

    .cta__btn-outer .cta__btn-wrap {
        margin-top: 76px;
        margin-bottom: 36px;
    }
}

@media(max-width:743px) {
    .trial .ly-inner {
        padding-top: 32px;
        padding-bottom: 26px;
    }

    .trial-media {
        display: block;
    }

    .trial-media__img {
        width: 91%;
        margin: 15px auto 0;
        max-width: 350px;
        box-shadow: none;
        border-radius: 0;
    }

    .trial-txt-wrap {
        margin: 0;
        text-align: center;
    }

    .trial-ttl {
        padding: 0 0 10px 4px;
    }

    .trial-txt {
        margin-top: 12px;
        line-height: 1.6;
        margin-top: 15px;
        text-align: left;
    }

    .cta__btn-outer::after {
        border-top: 13px solid #fbca35;
        border-right: 10px solid transparent;
        border-bottom: 13px solid transparent;
        border-left: 10px solid transparent;
        top: -32px;
        left: 50%;
        transform: translateX(-50%);
    }

    .cta__btn-outer .cta__btn-wrap {
        margin-top: 53px;
        margin-bottom: 8px;
    }
}

/* flow */
/* =================================== */
.flow {
    position: relative;
    z-index: 16;
}
.flow .ly-inner {
    padding-top: 58px;
    padding-bottom: 62px;
}

.flow-list {
    margin-top: 67px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 -36px;
    padding-top: 68px;
}

.flow-item {
    width: calc(100% / 4 - 36px);
    margin: 0 0 0 36px;
    position: relative;
}

.flow-card {
    background-color: #fff7c8;
    border: #bebebe solid 3px;
    border-radius: 7px;
    min-height: 273px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}

.flow-card-img img {
    width: 100%;
}

.flow-card::after {
    position: absolute;
    content: "";
    border-top: 9px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 11px solid #007aaf;
    top: 50%;
    right: -36px;
    transform: translateY(-50%);
}

.flow-item:last-child .flow-card::after {
    display: none;
}

.flow-item-txt {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .05em;
    text-align: center;
    line-height: 1.4;
    min-height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 5px;
}

.flow-step {
    background-color: #fbca35;
    width: 60px;
    height: 60px;
    border-radius: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 8;
}

.flow-number {
    font-size: 20px;
    font-weight: 600;
}

@media(max-width: 1024px) {
    .flow .ly-inner {
        padding-top: 44px;
        padding-bottom: 56px;
    }

    .flow-card {
        min-height: 243px;
    }

    .flow-item-txt {
        font-size: 18px;
    }
}

@media(max-width: 959px) {
    .flow-list {
        margin: 0 0 0 -26px;
    }

    .flow-item {
        width: calc(100% / 4 - 26px);
        margin: 0 0 0 26px;
    }

    .flow-card::after {
        right: -33px;
    }
}

@media(max-width: 743px) {
    .flow .ly-inner {
        padding-bottom: 32px;
    }

    .flow-card {
        min-height: 173px;
        padding: 25px 17px 5px;
    }

    .flow-list {
        display: block;
        margin: 0 auto;
        width: 293px;
        padding-top: 53px;
    }

    .flow-item {
        width: 100%;
        margin: 0;
    }

    .flow-item + .flow-item {
        margin-top: 66.5px;
    }

    .flow-card-img {
        width: 52%;
        margin: 0 auto;
    }

    .flow-item-txt {
        min-height: 35px;
    }

    .flow-card::after {
        border-top: 13px solid #007aaf;
        border-right: 10px solid transparent;
        border-bottom: 13px solid transparent;
        border-left: 10px solid transparent;
        top: auto;
        bottom: -42px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
}

/* instructor */
/* =================================== */
.instructor {
    background-color: #fff;
    position: relative;
    z-index: 8;
    overflow: hidden;
}

.instructor .ly-inner {
    padding-top: 58px;
    padding-bottom: 85px;
}

.instructor-occupation {
    font-size: 14px;
    font-weight: 400;
    margin-top: 13px;
    margin-left: 9px;
}

.instructor-name {
    font-size: 24px;
    font-weight: 600;
    margin-top: 7px;
    margin-left: 9px;
}

.instructor-ttl {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .05em;
    margin-bottom: 22px;
}

.instructor-txt {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
}

.instructor-txt + .instructor-txt  {
    margin-top: 27px;
}

.instructor-col-wrap {
    display: flex;
    margin-top: 60px;
}

.instructor-img {
    width: 324px;
}

.instructor-img img {
    width: 100%;
    border-radius: 7px;
}

.instructor-col2 {
    width: calc(100% - 324px);
    padding-left: 33px;
}

.achievement-ttl,
.achievement-item {
    font-size: 14px;
    font-weight: 400;
}

.achievement {
    margin-top: 25px;
}

.achievement-list {
    display: flex;
    flex-wrap: wrap;
    max-width: 490px;
}

.achievement-item {
    width: calc(100% / 2 - 20px);
    list-style-type: disc;
    margin-left: 20px;
    line-height: 1.6;
}

@media(max-width: 1024px) {
    .instructor .ly-inner {
        padding-top: 44px;
        padding-bottom: 60px;
    }

    .instructor-ttl {
        font-size: 21px;
    }

    .instructor-txt {
        font-size: 13px;
    }

    .achievement-ttl, .achievement-item {
        font-size: 13px;
    }

    .instructor-occupation {
        font-size: 13px;
    }

    .instructor-name {
        font-size: 21px;
        margin-top: 4px;
        margin-left: 7px;
    }

    .instructor-col-wrap {
        margin-top: 44px;
    }
}

@media(max-width: 959px) {
    .instructor-img {
        width: 290px;
    }

    .instructor-col2 {
        width: calc(100% - 290px);
        padding-left: 20px;
    }

    .instructor-ttl {
        font-size: 19px;
    }

    .instructor-name {
        font-size: 19px;
    }
}

@media(max-width:743px) {
    .instructor .ly-inner {
        padding-top: 30px;
    }

    .instructor-col-wrap {
        display: block;
        margin-top: 21px;
    }

    .instructor-col2 {
        width: 100%;
        padding-left: 0;
        margin-top: 18px;
    }

    .instructor-img,
    .instructor-occupation,
    .instructor-name {
        width: 67%;
        max-width: 350px;
        margin: 0 auto;
        text-align: right;
    }

    .instructor-occupation {
        margin-top: 5px;
    }

    .instructor-name {
        font-size: 15px;
        margin-top: 5px;
    }

    .instructor-ttl {
        font-size: 18px;
        margin-right: -10px;
        letter-spacing: .02em;
    }

    .achievement-list {
        display: block;
    }

    .achievement-item {
        width: 100%;
    }
}

/* faq */
/* =================================== */
.faq {
    background-color: #edece6
}

.faq .ly-inner {
    padding-top: 58px;
    padding-bottom: 68px;
}

.faq-list {
    margin-top: 37px;
}

.faq-question,
.faq-answer {
    display: flex;
    align-items: flex-start;
}

.faq-question {
    background-color: #fbca35;
    border-radius: 7px 7px 0 0 ;
    padding: 15px 0;
}

.faq-answer {
    background-color: #fff;
    border: 4px solid #fbca35;
    border-radius: 0 0 7px 7px;
    line-height: 1.6;
    margin-top: -4px;
    padding: 20px 33px 22px 0;
}

.faq-ttl {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .05em;
    display: flex;
    align-items: center;
    height: 47px;
}

.faq-txt {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .05em;
}

.faq-item + .faq-item {
    margin-top: 38px;
}

.faq-q {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    background-color: #0984bc;
    width: 47px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 90px;
    margin-left: 30px;
    margin-right: 11px;
    position: relative;
    flex-shrink: 0;
}

.faq-q::after {
    position: absolute;
    content: "";
    border-top: 3.5px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 3.5px solid transparent;
    border-left: 8px solid #0984bc;
    transform: rotate(45deg);
    bottom: -1px;
    right: -6px;
}

.faq-a {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: .05em;
    color: #edb61a;
    margin-left: 49px;
    margin-right: 19px;
    line-height: 1;
}

@media(max-width:1024px) {
    .faq .ly-inner {
        padding-top: 44px;
        padding-bottom: 50px;
    }

    .faq-q {
        font-size: 21px;
        width: 42px;
        height: 42px;
        margin-left: 25px;
    }

    .faq-a {
        font-size: 21px;
        margin-left: 40px;
    }

    .faq-txt {
        font-size: 15px;
    }

    .faq-question {
        padding: 12px 10px 12px 0;
    }

    .faq-answer {
        padding: 16px 30px 18px 0;
    }

    .faq-item + .faq-item {
        margin-top: 26px;
    }
}

@media(max-width: 959px) {
    .faq-ttl {
        font-size: 17px;
    }

    .faq-item + .faq-item {
        margin-top: 22.5px;
    }
}

@media(max-width: 743px) {
    .faq .ly-inner {
        padding-top: 33px;
        padding-bottom: 44px;
    }

    .faq-ttl {
        font-size: 15px;
        line-height: 1.6;
    }

    .faq-q {
        font-size: 15px;
        width: 26px;
        height: 26px;
        margin-left: 12px;
    }

    .faq-q::after {
        bottom: -2px;
        right: -8px;
    }

    .faq-a {
        font-size: 15px;
        margin-left: 21px;
        margin-top: 3px;
    }

    .faq-txt {
        line-height: 1.49;
    }

    .faq-answer {
        padding: 16px 15px 18px 0;
    }
}

/* c-profile */
/* =================================== */
.c-profile .ly-inner {
    padding-top: 44px;
    padding-bottom: 40px;
}

.lv2-c-profile-headihg {
    font-size: 34px;
    font-weight: 600;
    letter-spacing: .05em;
    text-align: center;
}

.c-profile__col-wrap {
    display: flex;
    align-items: center;
    margin-top: 60px;
}

.c-profile-logo {
    width: 256px;
}

.c-profile-logo img {
    width: 100%;
}

.c-profile__col2-col {
    display: flex;
    width: 467px;
    padding-bottom: 26px;
}

.c-profile__dt {
    font-size: 16px;
    font-weight: 600;
    width: 25%;
    padding-right: 16px;
}

.c-profile__dd {
    font-size: 16px;
    font-weight: 400;
    width: 75%;
}

.c-profile__col2-col + .c-profile__col2-col {
    border-top: #dcdcdc 2px solid;
    padding-top: 28px;
}

.c-profile__dd p + p {
    margin-top: 16px;
}

.c-profile__col1,
.c-profile__col2 {
    flex: 1;
}

.c-profile__col1 {
    display: flex;
    justify-content: center;
    margin-top: -53px;
}

.c-profile__col2 {
    margin-left: -16px;
}

@media(max-width: 1024px) {
    .c-profile .ly-inner {
        padding-top: 37px;
        padding-bottom: 32px;
    }

    .lv2-c-profile-headihg {
        font-size: 31px;
    }

    .c-profile__col-wrap {
        margin-top: 46px;
    }

    .c-profile-logo {
        width: 240px;
    }

    .c-profile__dt {
        font-size: 15px;
    }

    .c-profile__dd {
        font-size: 15px;
    }

    .c-profile__col2-col {
        width: 440px;
        padding-bottom: 21px;
    }

    .footer-item-link {
        padding: 18px 47px;
    }

    .footer-item {
        font-size: 13px;
    }
}

@media(max-width: 959px) {
    .c-profile-logo {
        width: 180px;
    }

    .c-profile__col2-col {
        width: 400px;
    }
}

@media(max-width: 743px) {
    .c-profile__col-wrap {
        display: block;
    }

    .c-profile__col2-col {
        width: 100%;
        padding-bottom: 11px;
    }

    .lv2-c-profile-headihg {
        font-size: 18px;
    }

    .c-profile-logo {
        width: 150px;
        margin-top: 35px;
    }

    .c-profile__col2 {
        width: 100%;
        margin: 0;
        margin-top: 30px;
    }

    .c-profile__dt {
        width: 28.6%;
        font-size: 13px;
    }

    .c-profile__dd {
        width: 71.4%;
        font-size: 13px;
    }
}


/* footer */
/* =================================== */
.footer {
    background-color: #fbca35;
}

.footer-list {
    display: flex;
    justify-content: center;
}

.footer-item {
    font-size: 14px;
    font-weight: 400;
    color: #a87703;
}

.footer-item-link {
    display: block;
    padding: 18px 50px;
    transition: .15s;
}

@media(hover :hover) {
    .footer-item-link:hover {
        color: #000;
    }
}

@media(max-width: 743px) {
    .footer-item {
        font-size: 12px;
    }

    .footer-item-link {
        padding: 21px 30px;
    }
}

/* ローディングアニメーション */
/* =================================== */
#loading {
    width: 100vw;
    height: 100vh;
    transition: all 1s;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8888;
    background-color: #fff;
  }

.sk-cube-grid {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
}
  
  .sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #333;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
            animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
  }
  .sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }
  .sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }
  .sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s; }
  .sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s; }
  .sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }
  .sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }
  .sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
            animation-delay: 0s; }
  .sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s; }
  .sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }
  
  @-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
      -webkit-transform: scale3D(1, 1, 1);
              transform: scale3D(1, 1, 1);
    } 35% {
      -webkit-transform: scale3D(0, 0, 1);
              transform: scale3D(0, 0, 1); 
    }
  }
  
  @keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
      -webkit-transform: scale3D(1, 1, 1);
              transform: scale3D(1, 1, 1);
    } 35% {
      -webkit-transform: scale3D(0, 0, 1);
              transform: scale3D(0, 0, 1);
    } 
  }

  #loading.loaded {
    opacity: 0;
    visibility: hidden;
  }





/* プライバシーポリシーページ */
/* =================================== */
.pp .ly-inner {
    padding-top: 84.74px;
    padding-bottom: 176px;
}

.pp-lv2-heading {
    font-size: 30px;
    font-weight: 700;
    color: #EDB61A;
    letter-spacing: .015em;
    text-align: center;
}

.pp-list {
    margin-top: 80.48px;
}

.pp-item + .pp-item {
    margin-top: 67px;
}

.pp-txt {
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    margin-top: 40.78px;
}

.pp-lv3-heading {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: .0125em;
    margin-bottom: 20px;
    padding-left: 47.5px;
    position: relative;
}

.pp-lv3-heading::after {
    position: absolute;
    content: "";
    background-color: #EDB61A;
    width: 30px;
    height: 3px;
    top: 13px;
    transform: translateY(-50%);
    left: 0;
}

.pp-item__txt {
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
}

.pp-item__txt + .pp-item__txt {
    margin-top: 32px;
}

@media(max-width: 743px) {
    .pp .ly-inner {
        padding-top: 65px;
        padding-bottom: 55px;
    }

    .pp-lv2-heading {
        font-size: 26px;
        letter-spacing: .013em;
    }

    .pp-list {
        margin-top: 38.48px;
    }

    .pp-item + .pp-item {
        margin-top: 38px;
    }

    .pp-txt {
        font-size: 14px;
        line-height: 1.4;
        letter-spacing: -.0042em;
        margin-top: 15.52px;
    }

    .pp-lv3-heading {
        font-size: 20px;
        letter-spacing: .1em;
        margin-bottom: 16px;
        padding-left: 25.5px;
    }

    .pp-lv3-heading::after {
        width: 15px;
    }

    .pp-item__txt {
        font-size: 14px;
        line-height: 1.428;
    }
    
    .pp-item__txt + .pp-item__txt {
        margin-top: 25px;
    }
}

/* セットプラン
=================================== */
.set-plan {
    padding: 80px 0 60px;
    background-color: #f8fbfe;
}

.set-plan__heading--accent {
    color: #0984bc;
}

.set-plan__lead {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 50px;
    line-height: 1.8;
}

.set-plan__lead--important {
    color: #f647a2;
    font-weight: 700;
    font-size: 22px;
}

.set-plan__card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,.08);
    margin-bottom: 40px;
}

.set-plan__hero {
    display: flex;
    gap: 0;
}

.set-plan__hero-item {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.set-plan__hero-item img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}

.set-plan__hero-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(9, 132, 188, .75);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding: 8px 0;
}

.set-plan__card-header--3set .set-plan__hero-label,
.set-plan__hero--green .set-plan__hero-label {
    background: rgba(42, 171, 108, .75);
}

.set-plan__card-header {
    padding: 30px 40px;
    text-align: center;
    position: relative;
    color: #fff;
}

.set-plan__card-header--5set {
    background: linear-gradient(135deg, #0984bc 0%, #06a3d4 100%);
}

.set-plan__card-header--3set {
    background: linear-gradient(135deg, #2aab6c 0%, #3cc47e 100%);
}

.set-plan__card-badge {
    display: inline-block;
    background: #edb61a;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 4px 20px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.set-plan__card-badge--sub {
    background: #fff;
    color: #2aab6c;
}

.set-plan__card-ttl {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: .05em;
}

.set-plan__card-ttl--lg {
    font-size: 48px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}

.set-plan__card-sub {
    font-size: 15px;
    margin-top: 6px;
    opacity: .9;
}

.set-plan__card-body {
    padding: 40px;
}

.set-plan__price-wrap {
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 2px dashed #e0e0e0;
    margin-bottom: 30px;
}

.set-plan__price-normal {
    font-size: 16px;
    color: #888;
}

.set-plan__price-strike {
    text-decoration: line-through;
    color: #aaa;
}

.set-plan__price-arrow {
    color: #f647a2;
    font-size: 24px;
    margin: 8px 0;
}

.set-plan__price-set {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.set-plan__price-amount {
    font-size: 48px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #f647a2;
    line-height: 1;
}

.set-plan__price-yen {
    font-size: 24px;
    font-weight: 700;
    color: #f647a2;
}

.set-plan__price-tax {
    font-size: 14px;
    color: #888;
}

.set-plan__price-save {
    display: inline-block;
    background: #fff0f5;
    color: #f647a2;
    font-size: 14px;
    font-weight: 700;
    padding: 4px 16px;
    border-radius: 20px;
    margin-top: 10px;
}

.set-plan__price-save--lg {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
}

.set-plan__items-ttl {
    font-size: 20px;
    font-weight: 700;
    color: #0984bc;
    margin-bottom: 20px;
    padding-left: 12px;
    border-left: 4px solid #0984bc;
}

.set-plan__items-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.set-plan__items-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #f8fbfe;
    border-radius: 12px;
    padding: 20px 12px 16px;
    flex: 1 1 calc(20% - 16px);
    min-width: 150px;
}

.set-plan__items-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    background: #e8f4fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0984bc;
    font-size: 24px;
    margin-bottom: 12px;
}

.set-plan__items-img {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 12px;
}

.set-plan__items-img img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    display: block;
}

.set-plan__items-name {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    margin-bottom: 6px;
}

.set-plan__items-scope {
    font-size: 11px;
    color: #888;
    line-height: 1.5;
}

.set-plan__items-price {
    font-size: 13px;
    color: #0984bc;
    font-weight: 600;
    margin-top: 6px;
}

.set-plan__option {
    background: #fff7e6;
    border-radius: 10px;
    padding: 20px 24px;
    margin-top: 24px;
}

.set-plan__option-ttl {
    font-size: 16px;
    font-weight: 700;
    color: #edb61a;
    margin-bottom: 8px;
}

.set-plan__option-ttl i {
    margin-right: 6px;
}

.set-plan__option-txt {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
}

.set-plan__option-price {
    font-size: 20px;
    font-weight: 800;
    color: #f647a2;
    font-family: 'Montserrat', sans-serif;
}

@media(max-width: 743px) {
    .set-plan {
        padding: 50px 0 40px;
    }

    .set-plan__lead {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .set-plan__lead--important {
        font-size: 18px;
    }

    .set-plan__hero-item img {
        height: 140px;
    }

    .set-plan__hero-label {
        font-size: 11px;
        padding: 5px 0;
    }

    .set-plan__card-header {
        padding: 20px;
    }

    .set-plan__card-ttl {
        font-size: 22px;
    }

    .set-plan__card-ttl--lg {
        font-size: 36px;
    }

    .set-plan__card-sub {
        font-size: 13px;
    }

    .set-plan__card-body {
        padding: 24px 20px;
    }

    .set-plan__price-amount {
        font-size: 38px;
    }

    .set-plan__price-yen {
        font-size: 20px;
    }

    .set-plan__items-ttl {
        font-size: 17px;
    }

    .set-plan__items-list {
        gap: 10px;
    }

    .set-plan__items-item {
        flex: 1 1 calc(50% - 10px);
        min-width: 0;
        padding: 14px 10px 12px;
    }

    .set-plan__items-icon {
        width: 48px;
        height: 48px;
        min-width: 48px;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .set-plan__items-img img {
        height: 80px;
    }

    .set-plan__items-name {
        font-size: 13px;
    }

    .set-plan__items-scope {
        font-size: 10px;
    }

    .set-plan__option {
        padding: 16px;
    }

    .set-plan__option-ttl {
        font-size: 14px;
    }

    .set-plan__option-txt {
        font-size: 13px;
    }

    .set-plan__option-price {
        font-size: 18px;
    }
}
