@charset "utf-8";
body {
    font-family: 'Noto Sans JP', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'メイリオ', Meiryo, sans-serif;
    -webkit-text-size-adjust: 100%;
    background-color: #fff;
    color: #002846;
    letter-spacing: 0.08rem;
}

.clearfix:after {
    content: ' ';
    display: block;
    clear: both;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    display: block;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

small {
    font-size: 80%;
}


/* ------------------------------------------------------
GENERAL
------------------------------------------------------ */

.roboto {
    font-family: 'Roboto', sans-serif;
}

.grad__text {
    background: -webkit-linear-gradient(0deg, #00a0f0 0%, #001464 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.lblue__text {
    color: #005ab4;
}

.ora__text {
    color: #f05000;
}

.yel__text {
    color: #ffdc8c;
}

.container {
    max-width: 1240px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.sp {
    display: none !important;
}

.d-flex {
    display: flex;
}

.text-center {
    text-align: center;
}

.sec__sub {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.16rem;
    line-height: 1.7;
}

.sec__title {
    font-size: 43px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 23px;
}

@media screen and (max-width: 767px) {
    .sp {
        display: block !important;
    }
    .pc {
        display: none !important;
    }
    .container {
        padding: 0 15px;
    }
    .sec__title {
        font-size: 29px;
        line-height: 1.4;
        letter-spacing: 0.02rem;
    }
    .sec__sub {
        font-size: 16px;
        line-height: 1.3;
        letter-spacing: 0.04rem;
    }
}


/* ------------------------------------------------------
HEADER
------------------------------------------------------ */

#header {
    height: 70px;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 3;
}

#header .container {
    height: 100%;
}

#header .head__logo {
    width: 115px;
    top: 20px;
    left: 20px;
    position: absolute;
}

#header .head__infor {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 14px;
    gap: 13px;
}

#header .head__infor .phone {
    font-size: 31px;
    font-weight: 700;
    line-height: 1.3;
    padding-left: 32px;
    padding-top: 2px;
    position: relative;
    transition: all .3s ease;
}

#header .head__infor .phone::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/icon_phone.png) no-repeat center center / 100% auto;
}

#header .head__infor .add {
    font-size: 11px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.04rem;
}

@media screen and (min-width: 768px) {
    #header .head__infor .phone:hover {
        opacity: 0.8;
    }
}

@media screen and (max-width: 767px) {
    #header {
        background: #fff;
        box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
        height: 45px;
    }
    #header .head__infor {
        gap: 0;
        justify-content: space-between;
        padding-top: 0;
        height: 100%;
    }
    #header .head__logo {
        width: 145px;
        top: auto;
        bottom: -50px;
    }
    #header .head__infor .phone {
        font-size: 26px;
        font-feature-settings: "palt";
        padding-left: 26px;
    }
    #header .head__infor .phone::before {
        width: 20px;
        height: 20px;
    }
    #header .head__infor .add {
        font-size: 9px;
        font-feature-settings: "palt";
    }
}

@media screen and (max-width: 374px) {
    #header .head__infor .phone {
        font-size: 17px;
    }
}


/* ------------------------------------------------------
FOOTER
------------------------------------------------------ */

#footer {
    background: #002846;
    color: #fff;
    height: 80px;
}

#footer .container {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}

#footer .footer__link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 27px;
}

#footer .footer__link li {
    position: relative;
}

#footer .footer__link li:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -14px;
    top: 50%;
    width: 1px;
    height: 100%;
    background: #fff;
    transform: translateY(-45%);
}

#footer .footer__link li a {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.04rem;
    display: block;
    transition: all .3s ease;
}

#footer .copyright {
    font-size: 11px;
    color: #aab4be;
    text-align: center;
}

@media screen and (min-width: 768px) {
    #footer .footer__link li a:hover {
        opacity: 0.5;
    }
}

@media screen and (max-width: 767px) {
    #footer {
        padding: 27px 0 28px;
        height: auto;
    }
    #footer .container {
        justify-content: center;
    }
    #footer .footer__link {
        margin-bottom: 18px;
    }
}


/* ------------------------------------------------------
MAIN
------------------------------------------------------ */

#main {
    overflow: hidden;
}


/* kv */

.kv {
    background-image: linear-gradient( 90deg, rgb(0, 160, 240) 0%, rgb(0, 20, 100) 100%);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
}

.kv .kv__bg {
    background: url(../img/bg_kv.png) no-repeat center bottom / cover;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
    border-radius: 0 0 21px 21px;
    padding-top: 70px;
    overflow: hidden;
    position: relative;
}

.kv .kv__bg::after {
    content: '';
    position: absolute;
    width: 455px;
    height: 520px;
    right: 138px;
    bottom: -103px;
    background: url(../img/img_kv02.png) no-repeat center center / 100% auto;
}

.seiton__b .kv .kv__bg::after {
    width: 415px;
    height: 475px;
    right: 260px;
    top: 35px;
    bottom: auto;
    background: url(../img/img_kv02.png) no-repeat center center / 100% auto;
}

.kv .kv__bg .kv__inner {
    display: flex;
    justify-content: space-between;
    max-width: 1240px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}

.kv .kv__content {
    padding-bottom: 364px;
    position: relative;
    z-index: 1;
}

.kv .kv__content>* {
    position: relative;
    z-index: 2;
}

.kv .kv__content::after {
    content: '';
    position: absolute;
    bottom: -77px;
    left: 0;
    width: 686px;
    height: 420px;
    background: url(../img/img_kv01.png) no-repeat center center / 100% auto;
}

.seiton__b .kv .kv__content::before {
    content: '';
    position: absolute;
    left: 670px;
    bottom: 0;
    width: 540px;
    height: 689px;
    background: url(../img/img_kv03.png) no-repeat center center / 100% auto;
    transition: all .3s;
}

.kv .kv__content .kv__sub {
    font-size: 43px;
    font-weight: 600;
    letter-spacing: 0.16rem;
    margin-bottom: 4px;
}

.kv .kv__content .kv__title {
    font-size: 76px;
    font-weight: 700;
    font-feature-settings: "palt";
    margin-bottom: 21px;
    position: relative;
}

.seiton__b .kv .kv__content .kv__title {
    font-size: 41px;
}

.kv .kv__content .kv__title .grad__text {
    font-size: 86px;
}

.seiton__b .kv .kv__content .kv__title .grad__text {
    font-size: 47px;
}

.seiton__b .kv .kv__content .kv__title .grad__text .dot {
    /* position: relative; */
}

.seiton__b .kv .kv__content .kv__title .grad__text .dot::after {
    content: '';
    position: absolute;
    width: 290px;
    height: 7px;
    top: -5px;
    left: 0;
    background: url(../img/icon_dot.png) repeat-x center left / auto 100%;
}

.kv .kv__content .kv__list {
    display: flex;
    gap: 7px;
}

.kv .kv__content .d-flex {
    align-items: center;
    gap: 7px;
    margin-bottom: 10px;
}

.kv .kv__content .kv__list li {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.12rem;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    padding: 9px 22px 11px;
    text-shadow: 0.7px 0.7px 2px rgba(0, 0, 0, 0.2);
    background: linear-gradient( 90deg, rgb(130, 160, 200) 0%, rgb(40, 100, 160) 100%);
    box-shadow: 0.7px 0.7px 2px 0px rgba(0, 0, 0, 0.2);
}

.seiton__b .kv .kv__content .kv__list li {
    font-feature-settings: "palt";
}

.kv .kv__content .kv__subText {
    font-size: 15px;
    font-weight: 600;
    writing-mode: vertical-rl;
}

.kv .kv__content .kv__text {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.12rem;
}

.seiton__b .kv .kv__content .kv__logo {
    max-width: 650px;
    margin-top: 14px;
}

.kv .kv__form {
    padding-bottom: 70px;
}

.kv .kv__form .form__block {
    margin: 0 auto;
}

.kv .kv__block {
    display: flex;
    justify-content: center;
    padding: 12px 160px 17px;
    position: relative;
}

.seiton__b .kv .kv__block {
    justify-content: flex-start;
    padding: 12px 520px 17px 0;
}

.kv .kv__block .text {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    line-height: 1.6;
    letter-spacing: 0.16rem;
    text-align: center;
}

.kv .kv__conpaign {
    width: 160px;
    height: 160px;
    position: absolute;
    right: 0;
    top: -99px;
    transition: all .3s ease;
    z-index: 3;
}

.kv .kv__infor {
    background: #fff;
    border-radius: 4px;
    padding: 3px;
    width: 335px;
    height: 145px;
    position: absolute;
    right: 180px;
    top: -95px;
    z-index: 3;
}

.kv .kv__infor .infor__inner {
    border: 1px solid #005ab4;
    border-radius: 4px;
    padding: 10px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.kv .kv__infor .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.06rem;
    padding-bottom: 10px;
    margin-bottom: 3px;
    position: relative;
}

.kv .kv__infor .title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 1px;
    width: 130px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(0, 160, 240) 0%, rgb(0, 20, 100) 100%);
}

.kv .kv__infor .phone {
    font-size: 31px;
    font-weight: 700;
    line-height: 1.3;
    padding-left: 32px;
    padding-top: 2px;
    position: relative;
    transition: all .3s ease;
}

.kv .kv__infor .phone::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/icon_phone.png) no-repeat center center / 100% auto;
}

.kv .kv__infor .add {
    font-size: 11px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.04rem;
}

@media screen and (max-width: 1250px) {
    .kv .kv__content .kv__title {
        font-size: 50px;
    }
    .kv .kv__content .kv__title .grad__text {
        font-size: 70px;
    }
}

@media screen and (max-width: 1230px) {
    .kv .kv__content,
    .kv .kv__form {
        width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .seiton__b .kv .kv__block {
        padding: 60px 0 17px;
    }
}

@media screen and (max-width: 1100px) {
    .kv .kv__bg .kv__inner {
        flex-wrap: wrap;
    }
    .kv .kv__form .form__block {
        width: 100%;
    }
}

@media screen and (max-width: 1050px) {
    .seiton__b .kv .kv__content::before {
        left: 52.381vw;
    }
}

@media screen and (max-width: 950px) {
    .seiton__b .kv .kv__content .kv__list {
        flex-direction: column;
        align-items: flex-start;
    }
    .seiton__b .kv .kv__content .kv__logo {
        max-width: 550px;
    }
}

@media screen and (min-width: 768px) {
    .kv .kv__conpaign:hover {
        opacity: 0.8;
    }
}

@media screen and (max-width: 767px) {
    .kv .kv__bg {
        padding-top: 45px;
        border-radius: 0 0 9px 9px;
        background-image: linear-gradient( 90deg, rgb(130, 160, 200) 0%, rgb(40, 100, 160) 100%);
    }
    .kv .kv__bg::after,
    .seiton__b .kv .kv__bg::after {
        width: 193px;
        height: 220px;
        bottom: auto;
        right: 0;
        top: 10px;
        z-index: 2;
    }
    .kv .kv__bg .kv__inner {
        padding: 0;
    }
    .kv .kv__content {
        padding: 70px 10px 348px;
        border-radius: 0 0 9px 9px;
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
        background: url(../img/bg_kv_sp.png) no-repeat center top / cover;
    }
    .seiton__b .kv .kv__content {
        text-align: center;
        padding: 29px 10px 271px;
        /* padding: 29px 10px 348px; */
        z-index: unset;
    }
    .kv .kv__content::after {
        width: 350px;
        height: 215px;
        left: 50%;
        bottom: 118px;
        transform: translateX(-50%);
    }
    .seiton__b .kv .kv__content::after {
        bottom: 42px;
    }
    .seiton__b .kv .kv__content::before {
        width: 129px;
        height: 164px;
        left: 50%;
        bottom: -17px;
        transform: translateX(36%);
        background: url(../img/img_kv03_sp.png) no-repeat center center / 100% auto;
        z-index: 2;
    }
    .kv .kv__content .content__inner {
        max-width: 480px;
        width: 100%;
        margin: 0 auto;
    }
    .kv .kv__content .kv__sub {
        font-size: 26px;
    }
    .kv .kv__content .kv__title {
        font-size: 41px;
        margin-bottom: 15px;
    }
    .seiton__b .kv .kv__content .kv__title {
        font-size: 24px;
        display: inline-block;
        text-align: center;
        margin-bottom: 9px;
    }
    .kv .kv__content .kv__title .grad__text {
        font-size: 49px;
    }
    .seiton__b .kv .kv__content .kv__title .grad__text {
        font-size: 32px;
    }
    .seiton__b .kv .kv__content .kv__title .grad__text .dot::after {
        width: 199px;
        height: 5px;
        top: -4px;
        background: url(../img/icon_dot.png) repeat-x center left / 34px 100%;
    }
    .kv .kv__content .d-flex {
        gap: 4px;
    }
    .seiton__b .kv .kv__content .d-flex {
        margin-bottom: 2px;
    }
    .kv .kv__content .kv__list {
        gap: 2px;
        flex-wrap: wrap;
    }
    .seiton__b .kv .kv__content .kv__list {
        justify-content: center;
        align-items: center;
        gap: 5px;
        max-width: 355px;
        width: 100%;
        margin: 0 auto;
    }
    .kv .kv__content .kv__list li {
        font-size: 14px;
        padding: 6px 11px 8px;
    }
    .kv .kv__content .kv__subText {
        font-size: 13px;
    }
    .kv .kv__content .kv__text {
        font-size: 15px;
    }
    .seiton__b .kv .kv__content .kv__text {
        font-size: 16px;
        font-feature-settings: "palt";
    }
    .seiton__b .kv .kv__content .kv__logo {
        max-width: 250px;
        width: 100%;
        margin: 6px auto 0;
    }
    .kv .kv__form {
        padding: 0 10px 10px;
        margin-top: -75px;
    }
    .kv .kv__block {
        padding: 11px 0 14px;
    }
    .kv .kv__block .text {
        font-size: 21px;
        line-height: 1.3;
    }
    .seiton__b .kv .kv__block {
        justify-content: center;
        padding: 12px 0 14px;
    }
    .kv .kv__conpaign {
        max-width: 306px;
        height: auto;
        width: 100%;
        bottom: 84px;
        top: auto;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
    .seiton__b .kv .kv__conpaign {
        bottom: 8px;
        max-width: 240px;
        transform: translateX(-71%);
        z-index: 1;
    }
}

@media screen and (max-width: 374px) {
    .seiton__b .kv .kv__content .kv__title .grad__text {
        font-size: 28px;
    }
    .seiton__b .kv .kv__content .kv__title .grad__text .dot::after {
        width: 176px;
        background: url(../img/icon_dot.png) repeat-x center left / 29px 100%;
    }
    .kv .kv__content .kv__list li {
        font-size: 12px;
        padding: 6px 9px 8px;
    }
    .seiton__b .kv .kv__content::before {
        transform: translateX(50%);
    }
    .seiton__b .kv .kv__conpaign {
        transform: translateX(-63%);
    }
}


/* form__block */

.form__block {
    width: 480px;
    background: rgba(255, 255, 255, 75%);
    box-shadow: 1.4px 1.4px 6px 0px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.form__list {
    display: flex;
    box-shadow: 0.7px 0.7px 3px 0px rgba(0, 0, 0, 0.2);
}

.form__list .form__link {
    font-size: 24px;
    font-weight: 600;
    background: linear-gradient(90deg, #82a0c8 0%, #2864a0 100%);
    background-size: 240% 100%;
    color: #fff;
    height: 60px;
    cursor: pointer;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all .3s ease;
    position: relative;
    z-index: 0;
}

.form__list .form__link::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background: linear-gradient(90deg, #00a0f0 0%, #001464 100%);
    transition: all .3s ease;
    z-index: -1;
}

.form__list .form__link.current::after {
    opacity: 1;
}

.form__content {
    padding: 8px 10px 20px;
    display: none;
}

.form__content.current {
    display: block;
}

.form__content .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: 0.12rem;
    text-align: center;
    margin-bottom: 10px;
}

.form__content .note {
    font-size: 11px;
    font-weight: 500;
    font-feature-settings: "palt";
    line-height: 2;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .form__list .form__link:hover::after {
        opacity: 1;
    }
}

@media screen and (max-width: 767px) {
    .form__block {
        max-width: 480px;
        margin: 0 auto;
        border-radius: 12px;
    }
    .form__list .form__link {
        font-size: 21px;
        height: 50px;
    }
    .form__content {
        background: #f2f6f8;
        padding: 5px 10px 18px;
        min-height: 405px;
    }
    .form__content .title {
        font-size: 19px;
        margin-bottom: 7px;
    }
}

@media screen and (max-width: 374px) {
    .form__list .form__link {
        font-size: 18px;
    }
}


/* problem */

.problem {
    padding: 79px 0 0;
}

.problem .container {
    position: relative;
    z-index: 2;
}

.problem .sec__sub,
.problem .sec__title {
    position: relative;
    z-index: 3;
}

.problem__frame {
    border-radius: 8px;
    padding: 30px 31px 49px;
    position: relative;
}

.problem__frame::before,
.problem__frame::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #002846 url(../img/bg_problem.png) no-repeat center bottom / cover;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.problem__frame::before {
    clip-path: inset(0px 0px 20px 0 round 8px);
}

.problem__frame::after {
    clip-path: polygon(calc(50% - 20px) calc(100% - 20px), calc(50% + 20px) calc(100% - 20px), 50% 100%);
    transform: translateY(-1px);
}

.problem__frame .frame__obj {
    position: absolute;
    width: 242px;
    height: 172px;
}

.problem__frame .obj01 {
    left: 10px;
    top: -134px;
    background: url(../img/img_problem01.png) no-repeat center center / 100% auto;
}

.problem__frame .obj02 {
    right: 30px;
    top: -152px;
    background: url(../img/img_problem02.png) no-repeat center center / 100% auto;
}

.problem__frame .frame__inner {
    position: relative;
    z-index: 2;
}

.problem__frame .frame__list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    position: relative;
    z-index: 2;
}

.problem__frame .frame__list .item {
    background: #fff;
    border-radius: 6px;
    width: calc((100% - 30px) / 3);
}

.problem__frame .frame__list .item .item__img {
    background: #ecf6ff;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.16);
    border-radius: 6px 6px 0 0;
    padding-bottom: 23px;
    text-align: center;
    position: relative;
}

.problem__frame .frame__list .item .item__img::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 10px;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/icon_arr_problem.png) no-repeat center center / 100% auto;
}

.problem__frame .frame__list .item .item__img img {
    width: 315px;
    margin: -11px 0 0;
}

.problem__frame .frame__list .item .item__cnt {
    text-align: center;
    padding: 21px 10px 23px;
}

.problem__frame .frame__list .item .item__cnt .text {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
}

.problem__frame .frame__text {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.12rem;
    color: #fff;
    margin: 23px 0 0;
}

@media screen and (max-width: 1240px) {
    .problem__frame .frame__obj {
        width: 19.516vw;
        height: 13.871vw;
    }
    .problem__frame .obj01 {
        top: -10.806vw;
    }
    .problem__frame .obj02 {
        top: -12.258vw;
    }
}

@media screen and (max-width: 1200px) {
    .problem .sec__title {
        margin: 0 0 90px;
    }
}

@media screen and (max-width: 1000px) {
    .problem__frame .frame__list .item .item__cnt .text {
        font-size: 15px;
    }
}

@media screen and (max-width: 767px) {
    .problem {
        padding: 36px 0 0;
    }
    .problem .sec__title {
        font-size: 21px;
        line-height: 1.2;
        margin: 0 0 18px;
    }
    .problem .sec__title span {
        font-size: 43px;
    }
    .problem .sec__title small {
        font-size: 31px;
    }
    .problem__frame .frame__obj {
        width: 82px;
        height: 59px;
    }
    .problem__frame .obj01 {
        top: -45px;
        left: -5px;
    }
    .problem__frame .obj02 {
        top: -51px;
        right: 0;
    }
    .problem__frame {
        padding: 15px 15px 45px;
    }
    .problem__frame .frame__list {
        gap: 10px;
    }
    .problem__frame .frame__list .item {
        width: 100%;
        display: flex;
    }
    .problem__frame .frame__list .item .item__img {
        width: 43%;
        padding: 3.733vw 0 4.8vw;
        display: flex;
        align-items: center;
    }
    .problem__frame .frame__list .item .item__img::after {
        right: -21px;
        top: 50%;
        left: auto;
        bottom: auto;
        transform: translate(-50%, 0) rotate(-90deg)
    }
    .problem__frame .frame__list .item .item__img img {
        width: 40vw;
        margin: 0 0 0 -5.067vw;
    }
    .problem__frame .frame__list .item .item__cnt {
        width: 57%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .problem__frame .frame__text {
        font-size: 18px;
        line-height: 1.3;
        margin: 16px 0 0;
    }
}

@media screen and (max-width: 374px) {
    .problem .sec__title {
        font-size: 19px;
    }
    .problem .sec__title span {
        font-size: 40px;
    }
    .problem .sec__title small {
        font-size: 28px;
    }
}


/* incorrect */

.incorrect {
    background: url(../img/bg_incorrect.png) no-repeat center center / cover;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    padding: 240px 0 50px;
    margin-top: -209px;
    position: relative;
}

.incorrect::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 22px;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/icon_arr_incorrect.png) no-repeat center center / 100% auto;
}

.incorrect .incorrect__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-bottom: 22px;
}

.incorrect .incorrect__list .item {
    font-size: 19px;
    font-weight: 600;
    line-height: 1.4;
    background: #fff;
    border-radius: 6px;
    box-shadow: 1.4px 1.4px 6px 0px rgba(0, 0, 0, 0.15);
    width: 390px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 60px;
    position: relative;
}

.incorrect .incorrect__list .item::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 20px;
    width: 45px;
    height: 45px;
    transform: translateY(-50%);
    background: url(../img/icon_check.png) no-repeat center center / 100% auto;
}

.incorrect .incorrect__text {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 17px;
}

.incorrect .incorrect__text:nth-of-type(2) {
    font-feature-settings: "palt";
}

.incorrect .incorrect__text span {
    font-size: 34px;
    line-height: 1;
    letter-spacing: 0.12rem;
}

@media screen and (max-width: 767px) {
    .incorrect {
        padding: 129px 0 42px;
        margin-top: -120px;
        background: url(../img/bg_incorrect_sp.png) no-repeat center center / cover;
    }
    .incorrect .sec__title {
        margin: 0 0 13px;
    }
    .incorrect .incorrect__list {
        gap: 5px;
        margin-bottom: 14px;
    }
    .incorrect .incorrect__list .item {
        font-size: 17px;
        line-height: 1.5;
        letter-spacing: 0.02rem;
        border-radius: 4px;
        width: 100%;
        height: auto;
        text-align: left;
        justify-content: flex-start;
        padding: 13px 5px 11px 48px;
    }
    .incorrect .incorrect__list .item::before {
        width: 30px;
        height: 30px;
        left: 10px;
    }
    .incorrect .incorrect__text {
        font-size: 19px;
        margin-bottom: 3px;
    }
    .incorrect .incorrect__text:nth-of-type(2) {
        font-size: 16px;
    }
    .incorrect .incorrect__text span {
        font-size: 31px;
    }
}


/* system */

.system {
    background: #f8fcff url(../img/bg_system.png) no-repeat top left / auto 100%;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    padding: 61px 0 146px;
}

.system .system__content {
    max-width: 528px;
    width: 100%;
    margin-left: auto;
    margin-right: -20px;
    padding: 20px;
    text-align: center;
    position: relative;
}

.system .system__content::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background: #f8fcff;
    filter: blur(30px);
    z-index: 0;
}

.system .system__content>* {
    position: relative;
    z-index: 1;
}

.system .system__tag {
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    border-radius: 25px;
    display: inline-block;
    letter-spacing: 0.12rem;
    padding: 9px 28px 11px;
    text-shadow: 0.7px 0.7px 2px rgba(0, 0, 0, 0.2);
    background: linear-gradient(90deg, rgb(130, 160, 200) 0%, rgb(40, 100, 160) 100%);
    box-shadow: 0.7px 0.7px 2px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 13px;
}

.system .system__title {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 6px;
}

.system .system__text {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.7;
    margin-top: 7px;
}

@media screen and (max-width: 1200px) {
    .system {
        background-position-x: -15vw;
    }
}

@media screen and (max-width: 900px) {
    .system {
        background-position-x: -32vw;
    }
}

@media screen and (max-width: 767px) {
    .system {
        background: #f8fcff url(../img/bg_system_sp.png) no-repeat top -46px left / 100% auto;
        padding: 81.867vw 0 97px;
    }
    .system .system__content {
        max-width: 100%;
        margin: 0;
        padding: 0;
    }
    .system .system__content::after {
        display: none;
    }
    .system .system__tag {
        font-size: 21px;
        letter-spacing: 0.08rem;
        padding: 7px 26px 9px;
        margin-bottom: 9px;
    }
    .system .system__title {
        font-size: 21px;
        margin-bottom: 9px;
    }
    .system .system__logo {
        width: 248px;
        margin: 0 auto;
    }
    .system .system__text {
        font-size: 14px;
        line-height: 1.5;
        margin-top: 9px;
    }
}


/* step */

.step {
    margin-top: -90px;
}

.step .step__frame {
    background-image: linear-gradient( 90deg, rgb(0, 160, 240) 0%, rgb(0, 20, 100) 100%);
    border-radius: 6px 6px 0 0;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.step .step__frame .frame__head {
    color: #fff;
    width: calc(100% - 850px);
    text-align: center;
    padding-right: 10px;
}

.step .step__frame .frame__head .sub__title {
    font-size: 26px;
    font-weight: 600;
    font-feature-settings: "palt";
    letter-spacing: 0.12rem;
}

.step .step__frame .frame__head .title {
    font-size: 56px;
    line-height: 1;
    font-weight: 900;
}

.step .step__frame .frame__head .title small {
    font-size: 70%;
}

.step .step__frame .frame__head .text {
    font-size: 19px;
    font-weight: 600;
    font-feature-settings: "palt";
    letter-spacing: 0.12rem;
    line-height: 1.4;
}

.step .step__frame .frame__head .text span {
    font-size: 9px;
    writing-mode: vertical-lr;
    vertical-align: sub;
}

.step .step__frame .frame__content {
    width: 850px;
}

.step .step__frame .frame__content .frame__list {
    display: flex;
}

.step .step__frame .frame__content .frame__list .item {
    width: calc((100% / 3) + 21px);
    min-height: 200px;
    margin-right: -31px;
    padding: 10px 40px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
    filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.2));
}

.step .step__frame .frame__content .frame__list .item>* {
    position: relative;
    z-index: 1;
}

.step .step__frame .frame__content .frame__list .item .item__step {
    font-family: "Roboto", sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.04rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    width: 160px;
    height: 50px;
    gap: 5px;
    position: absolute;
    top: -30px;
    left: 50%;
    text-shadow: 0.7px 0.7px 2px rgba(0, 0, 0, 0.2);
    background: linear-gradient(90deg, rgb(130, 160, 200) 0%, rgb(40, 100, 160) 100%);
    box-shadow: 0.7px 0.7px 2px 0px rgba(0, 0, 0, 0.2);
    transform: translateX(-50%);
}

.step .step__frame .frame__content .frame__list .item .item__step span {
    font-size: 34px;
}

.step .step__frame .frame__content .frame__list .item .title {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.06rem;
    line-height: 1;
    padding-bottom: 13px;
    margin-bottom: 7px;
    position: relative;
}

.step .step__frame .frame__content .frame__list .item .title::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 2px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: linear-gradient( 90deg, rgb(0, 160, 240) 0%, rgb(0, 20, 100) 100%);
}

.step .step__frame .frame__content .frame__list .item .text {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.06rem;
}

.step .step__block {
    background: url(../img/bg_incorrect.png) no-repeat bottom left / cover;
    box-shadow: 1px 0px 3px 0px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 6px 6px;
    padding: 35px 20px 44px;
    text-align: center;
}

.step .step__block .sub {
    display: inline-block;
    padding-left: 57px;
    margin-bottom: 8px;
    position: relative;
}

.step .step__block .sub::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 46px;
    height: 23px;
    transform: translateY(-50%);
    background: url(../img/icon_hand.png) no-repeat center center / 100% auto;
}

.step .step__block .sub span {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.04rem;
}

.step .step__block .title {
    font-size: 29px;
    font-weight: 600;
    font-feature-settings: "palt";
    line-height: 1.4;
    letter-spacing: 0.12rem;
    margin-bottom: 12px;
}

.step .step__block .text {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.9;
}

@media screen and (max-width: 1200px) {
    .step .step__frame .frame__head {
        width: 100%;
        padding: 0;
        margin-bottom: 60px;
    }
    .step .step__frame .frame__content {
        width: 100%;
    }
}

@media screen and (max-width: 900px) {
    .step .step__frame .frame__content .frame__list .item:nth-child(1)::after,
    .step .step__frame .frame__content .frame__list .item:nth-child(2)::after {
        width: 98%;
    }
}

@media screen and (min-width: 768px) {
    .step .step__frame .frame__content .frame__list .item::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
    }
    .step .step__frame .frame__content .frame__list .item:nth-child(1)::after {
        clip-path: polygon(87% 0, 100% 50%, 87% 100%, 0 100%, 0 0);
        border-radius: 4px 0 0 4px;
    }
    .step .step__frame .frame__content .frame__list .item:nth-child(2)::after {
        clip-path: polygon(0 0, 87% 0, 100% 50%, 87% 100%, 0 100%, 13% 50%);
    }
    .step .step__frame .frame__content .frame__list .item:nth-child(3)::after {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 13% 50%);
        border-radius: 0 4px 4px 0;
    }
}

@media screen and (max-width: 767px) {
    .step {
        margin-top: -75px;
    }
    .step .step__frame {
        padding: 16px 15px 15px;
    }
    .step .step__frame .frame__head {
        margin-bottom: 13px;
    }
    .step .step__frame .frame__head .head__group {
        margin-bottom: 2px;
    }
    .step .step__frame .frame__head .head__group>* {
        display: inline;
    }
    .step .step__frame .frame__head .sub__title {
        font-size: 24px;
    }
    .step .step__frame .frame__head .title {
        font-size: 41px;
    }
    .step .step__frame .frame__head .title small {
        font-size: 65%;
    }
    .step .step__frame .frame__content .frame__list {
        flex-wrap: wrap;
        padding-left: 25px;
        gap: 10px;
    }
    .step .step__frame .frame__content .frame__list .item {
        width: 100%;
        min-height: auto;
        background: #fff;
        border-radius: 4px;
        padding: 18px 20px;
    }
    .step .step__frame .frame__content .frame__list .item::before,
    .step .step__frame .frame__content .frame__list .item::after {
        content: '';
        position: absolute;
    }
    .step .step__frame .frame__content .frame__list .item:nth-child(3):before,
    .step .step__frame .frame__content .frame__list .item:nth-child(3):after {
        display: none;
    }
    .step .step__frame .frame__content .frame__list .item::before {
        height: 62%;
        width: 5px;
        background: #bee6ff;
        top: 60px;
        left: -22px;
    }
    .step .step__frame .frame__content .frame__list .item::after {
        width: 13px !important;
        height: 8px;
        bottom: -15px;
        left: -26px;
        background: url(../img/icon_arr.png) no-repeat center center / 100% auto;
    }
    .step .step__frame .frame__content .frame__list .item .item__step {
        font-size: 12px;
        width: 70px;
        height: 50px;
        gap: 0;
        top: 10px;
        left: -40px;
        transform: translate(0);
        flex-direction: column;
        border-radius: 0 25px 25px 0;
    }
    .step .step__frame .frame__content .frame__list .item .item__step span {
        font-size: 24px;
    }
    .step .step__frame .frame__content .frame__list .item .title {
        font-size: 21px;
    }
    .step .step__frame .frame__content .frame__list .item .text {
        font-size: 13px;
        line-height: 1.6;
    }
    .step .step__block {
        background: url(../img/bg_system_sp.png) no-repeatc bottom left / cover;
        padding: 21px 10px 25px;
    }
    .step .step__block .sub {
        padding-left: 44px;
        margin-bottom: 2px;
    }
    .step .step__block .sub::before {
        width: 32px;
        height: 16px;
    }
    .step .step__block .sub span {
        font-size: 21px;
    }
    .step .step__block .title {
        font-size: 23px;
    }
    .step .step__block .text {
        font-size: 14px;
        line-height: 1.5;
    }
}


/* point */

.point {
    padding: 88px 0 0;
}

.point .point__block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    position: relative;
    z-index: 3;
}

.point .point__block .block__head {
    width: 306px;
    text-align: center;
    padding-bottom: 225px;
    position: relative;
}

.point .point__block .block__head::after {
    content: "";
    position: absolute;
    width: 255px;
    height: 170px;
    left: 50%;
    top: 126px;
    transform: translateX(-50%);
    background: url(../img/img_point04.png) no-repeat center center / 100% auto;
}

.point .point__block .block__content {
    width: calc(100% - 330px);
}

.point .point__block .block__head .sub {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.7;
}

.point .point__block .block__head .title {
    font-size: 64px;
    font-weight: 600;
}

.point .point__block .block__content .point__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.point .point__block .block__content .point__list .item {
    width: calc((100% - 30px) / 3);
    max-width: 280px;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}

.point .point__block .block__content .point__list .item .item__img {
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.16));
}

.point .point__block .block__content .point__list .item .item__img figure {
    height: 189px;
    width: 100%;
    clip-path: polygon(100% 1%, 100% 95%, 53% 95%, 50% 100%, 47% 95%, 0 95%, 0 0);
}

.point .point__block .block__content .point__list .item .item__img figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.point .point__block .block__content .point__list .item .item__content {
    background: #eef4f8;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #e0e8ee;
    border-radius: 0 0 6px 6px;
    padding: 21px 10px 18px;
    margin-top: -10px;
    text-align: center;
}

.point .point__block .block__content .point__list .item .item__content .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.04rem;
    margin-bottom: 7px;
}

.point .point__block .block__content .point__list .item .item__content .text {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}

@media screen and (max-width: 1200px) {
    .point .point__block .block__head,
    .point .point__block .block__content {
        width: 100%;
    }
    .point .point__block .block__head {
        padding-bottom: 171px;
    }
}

@media screen and (max-width: 767px) {
    .point {
        padding: 35px 0 0;
    }
    .point .point__block .block__head .sub {
        font-size: 21px;
        line-height: 1.4;
    }
    .point .point__block {
        gap: 0;
    }
    .point .point__block .block__head {
        padding-bottom: 103px;
    }
    .point .point__block .block__head .title {
        margin-top: -4px;
    }
    .point .point__block .block__head::after {
        width: 150px;
        height: 100px;
        top: auto;
        bottom: 0;
    }
    .point .point__block .block__content .point__list {
        gap: 10px;
    }
    .point .point__block .block__content .point__list .item {
        width: 100%;
        max-width: 345px;
    }
    .point .point__block .block__content .point__list .item .item__img figure {
        height: 159px;
    }
    .point .point__block .block__content .point__list .item .item__content {
        padding: 22px 10px 21px;
    }
}

@media screen and (max-width: 374px) {
    .point .point__block .block__head .title {
        font-size: 50px;
    }
}


/* making */

.making {
    background: url(../img/bg_making.png) no-repeat center center / cover;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
    margin-top: -44px;
    padding: 140px 0 106px;
    position: relative;
    z-index: 2;
}

.making .making__group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.making .making__group .col_l {
    padding-right: 10px;
    width: calc(100% - 770px);
}

.making .making__group .col_r {
    width: 770px;
}

.making .making__group .col_l .title {
    font-size: 24px;
    font-weight: 700;
    font-feature-settings: "palt";
    line-height: 1.6;
    margin-bottom: 15px;
}

.making .making__group .col_l .text {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.04rem;
    line-height: 1.9;
    margin-bottom: 16px;
}

.making .making__group .making__frame {
    max-width: 770px;
    width: 100%;
    margin: 0 auto;
    border-radius: 12px;
    padding: 0 20px 10px 10px;
    display: flex;
    flex-wrap: wrap;
    background-image: linear-gradient( -90deg, rgb(240, 100, 0) 50%, rgb(255, 180, 0) 100%);
    box-shadow: 0.7px 0.7px 4px 0px rgba(0, 0, 0, 0.2);
}

.making .making__group .making__frame .col__l {
    width: 325px;
    position: relative;
}

.making .making__group .making__frame .col__r {
    width: calc(100% - 325px);
    padding: 14px 0 0 20px;
}

.making .making__group .making__frame .col__l .title {
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    color: #ed4100;
    margin: -8px 0 0 -12px;
}

.making .making__group .making__frame .col__l .text {
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 13px;
}

.making .making__group .making__frame .col__l .frame__tag {
    color: #500000;
    position: relative;
    text-align: center;
    padding: 9px 30px 24px 5px;
    filter: drop-shadow(0.7px 0.7px 2px rgba(0, 0, 0, 0.2));
}

.making .making__group .making__frame .col__l .frame__tag::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #e8e4d0;
    clip-path: polygon(91% 0, 100% 50%, 91% 100%, 0 100%, 0 0);
}

.making .making__group .making__frame .col__l .frame__tag>* {
    position: relative;
    z-index: 2;
}

.making .making__group .making__frame .col__l .frame__tag .tag__title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.12rem;
    line-height: 1.7;
    margin-bottom: 2px;
}

.making .making__group .making__frame .col__l .frame__tag .tag__text {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 2px;
}

.making .making__group .making__frame .col__l .frame__tag .tag__price {
    font-size: 62px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
    margin-bottom: 1px;
}

.making .making__group .making__frame .col__l .frame__tag .tag__price span {
    font-weight: 500;
}

.making .making__group .making__frame .col__l .frame__tag .tag__price small {
    font-size: 60%;
}

.making .making__group .making__frame .col__l .frame__tag .tag__note {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
}

.making .making__group .making__frame .col__r .sub {
    font-size: 29px;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
}

.making .making__group .making__frame .col__r .text {
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0.04rem;
    color: #fff;
    margin-bottom: 2px;
}

.making .making__group .making__frame .col__r .price {
    font-size: 84px;
    font-weight: 900;
    line-height: 1;
    color: #fff000;
    margin-bottom: 2px;
}

.making .making__group .making__frame .col__r .price span {
    font-weight: 500;
}

.making .making__group .making__frame .col__r .price small {
    font-size: 60%;
}

.making .making__group .making__frame .col__r .list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.making .making__group .making__frame .col__r .list .item {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    font-feature-settings: "palt";
    width: calc((100% - 5px) / 2);
    background: #fff;
    border-radius: 2px;
    box-shadow: 1.414px 1.414px 6px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 5px 0 36px;
    position: relative;
}

.making .making__group .making__frame .col__r .list .item::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/icon_check.png) no-repeat center center / 100% auto;
}

.making .making__group .making__frame .col__r .list .item:nth-child(3) {
    width: 100%;
}

.making .making__group .making__frame .col__r .list .item .large {
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
}

.making .making__group .making__note {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0;
    margin-top: 12px;
    text-align: right;
}

@media screen and (max-width: 1200px) {
    .making .making__group .col {
        width: 100% !important;
    }
    .making .making__group .col_r {
        margin: 0 auto;
    }
}

@media screen and (max-width: 900px) {
    .making .making__group .making__frame .frame__col {
        width: 100% !important;
    }
}

@media screen and (max-width: 767px) {
    .making {
        padding: 101px 0 80px;
        margin-top: -70px;
    }
    .making .making__group .col_l {
        text-align: center;
        padding: 0;
        margin-bottom: 18px;
    }
    .making .making__group .col_l .title {
        font-size: 19px;
        line-height: 1.5;
    }
    .making .making__group .col_l .text {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 7px;
    }
    .making .making__group .col_r {
        width: 100%;
    }
    .making .making__group .making__frame {
        padding: 0 10px 10px;
    }
    .making .making__group .making__frame .col__l .title {
        font-size: 54px;
        margin: -6px 0 0 -12px;
    }
    .making .making__group .making__frame .col__l .text {
        text-align: center;
        margin-bottom: 14px;
    }
    .making .making__group .making__frame .col__l .frame__tag {
        background: #e8e4d0;
        border-radius: 4px;
        overflow: hidden;
        padding: 10px 10px 13px;
    }
    .making .making__group .making__frame .col__l .frame__tag .tag__title {
        font-size: 21px;
        line-height: 1.5;
    }
    .making .making__group .making__frame .col__l .frame__tag .tag__text {
        margin-bottom: 0;
    }
    .making .making__group .making__frame .col__l .frame__tag .tag__price {
        font-size: 54px;
        margin-bottom: 0;
    }
    .making .making__group .making__frame .col__r {
        padding: 7px 0 0;
    }
    .making .making__group .making__frame .col__r .sub {
        font-size: 24px;
    }
    .making .making__group .making__frame .col__r .text {
        font-size: 16px;
    }
    .making .making__group .making__frame .col__r .price {
        font-size: 71px;
    }
    .making .making__group .making__frame .col__r .list .item {
        height: 50px;
    }
    .making .making__group .making__frame .col__r .list .item:nth-child(1),
    .making .making__group .making__frame .col__r .list .item:nth-child(2) {
        font-size: 12px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
    .making .making__group .making__frame .col__r .list .item:nth-child(1) span,
    .making .making__group .making__frame .col__r .list .item:nth-child(2) span {
        font-size: 16px;
        font-weight: 700;
        color: #f05000;
        display: block;
    }
    .making .making__group .making__note {
        text-align: center;
        line-height: 1.5;
        margin-top: 9px;
    }
}


/* information */

.information {
    background: #faf4e4;
    padding: 0 0 90px;
}

.information .container {
    text-align: center;
}

.information .information__title {
    background: #002846;
    border-radius: 40px;
    box-shadow: 1px 0 6px 0 rgba(0, 0, 0, 0.3);
    color: #fff;
    display: inline-block;
    padding: 14px 54px 22px 127px;
    margin-bottom: 36px;
    margin-top: -40px;
    position: relative;
    z-index: 3;
}

.information .information__title::before,
.information .information__title::after {
    content: '';
    position: absolute;
}

.information .information__title::before {
    width: 86px;
    height: 108px;
    left: 26px;
    bottom: 10px;
    background: url(../img/img_information01.png) no-repeat center center / 100% auto;
}

.information .information__title::after {
    width: 30px;
    height: 15px;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/icon_arr_information.png) no-repeat center center / 100% auto;
}

.information .information__title h2 {
    font-size: 38px;
    font-weight: 700;
    font-feature-settings: "palt";
    letter-spacing: 0.12rem;
}

.information .information__block {
    display: flex;
}

.information .information__block .col__l {
    width: 57%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    padding-right: 40px;
}

.information .information__block .col__r {
    width: 40%;
    min-width: 480px;
    padding-top: 10px;
}

.information .information__block .col__l .detailed_info {
    margin-top: 5%;
    position: relative;
}

.information .information__block .col__l .detailed_info img {
    width: 98%;
    border-radius: 20px;
    box-shadow: 1px 2px 10px 0px rgba(168, 161, 139, 0.5);
}

.information .information__block .col__l .detailed_info p {
    color: #fff;
    background: linear-gradient(90deg, rgba(243,115,0,1) 0%, rgba(253,167,0,1) 100%);
    border-radius: 8px;
    padding: 1% 2%;
    font-size: 1.2em;
    font-weight: 600;
    width: 12em;
    position: absolute;
    top: -4%;
    left: 4%;
}

.information .information__block .col__l .information__img {
    max-width: 670px;
    width: 100%;
}

@media screen and (max-width: 1000px) {
    .information .information__block {
        flex-wrap: wrap;
        gap: 60px;
    }
    .information .information__block .col__l,
    .information .information__block .col__r {
        width: 100%;
        padding: 0;
        display: flex;
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    .information .container {
        padding: 0 10px;
    }
    .information .information__block {
        gap: 20px;
    }
    .information .information__block .block__col {
        min-width: auto;
    }
    .information .information__title {
        max-width: 355px;
        width: 100%;
        padding: 10px 10px 16px 80px;
    }
    .information .information__title::before {
        width: 56px;
        height: 70px;
        left: 16px;
        bottom: 14px;
    }
    .information .information__title::after {
        width: 20px;
        height: 10px;
        bottom: -10px;
    }
    .information .information__title h2 {
        font-size: 29px;
        text-align: left;
    }
    .information .information__title .sub {
        font-size: 18px;
        display: block;
    }
    .information .information__block .col__l .information__img {
        margin: 0 auto;
    }
    .information .information__block .col__l .detailed_info {
        margin: 5% auto;
        position: relative;
    }
}

@media screen and (max-width: 374px) {
    .information .information__title h2 {
        font-size: 24px;
    }
}


/* sezax */

.sezax {
    background: url(../img/bg_sezax.png) no-repeat center center / cover;
    color: #fff;
    padding: 80px 0 90px;
}

.sezax .sezax__block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.sezax .sezax__block .col__l {
    width: calc(100% - 620px);
    padding: 0 20px;
}

.sezax .sezax__block .col__r {
    width: 620px;
}

.sezax .sezax__block .block__img {
    max-width: 346px;
    width: 100%;
    margin: 0 auto;
}

.sezax .sezax__block .block__title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.04rem;
    line-height: 1.7;
    margin-bottom: 16px;
}

.sezax .sezax__block .block__tbl {
    border-top: 1px solid rgba(255, 255, 255, 40%);
}

.sezax .sezax__block .block__tbl dl {
    border-bottom: 1px solid rgba(255, 255, 255, 40%);
    display: flex;
    letter-spacing: 0.04rem;
}

.sezax .sezax__block .block__tbl dt {
    font-size: 14px;
    width: 135px;
    padding: 16px 17px 18px;
}

.sezax .sezax__block .block__tbl dd {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.75;
    width: calc(100% - 135px);
    padding: 13px 5px 16px 0;
}

@media screen and (max-width: 900px) {
    .sezax .sezax__block .col__l,
    .sezax .sezax__block .col__r {
        width: 100%;
    }
    .sezax .sezax__block .col__l {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 767px) {
    .sezax {
        background: url(../img/bg_sezax_sp.png) no-repeat center center / cover;
        padding: 40px 0;
    }
    .sezax .sezax__block .col__l {
        margin-bottom: 10px;
    }
    .sezax .sezax__block .block__img {
        width: 145px;
    }
    .sezax .sezax__block .block__title {
        font-size: 19px;
    }
    .sezax .sezax__block .block__tbl dt {
        font-size: 13px;
        width: 75px;
        padding: 15px 6px 14px;
    }
    .sezax .sezax__block .block__tbl dd {
        width: calc(100% - 75px);
        padding: 10px 5px 14px 0;
    }
}

.case {
    color: #002846;
    background: url(../img/bg_case.png) no-repeat center center / cover;
    padding: 100px 0 150px;
    z-index: 2;
}

.case p {
    line-height: 1.5;
}

.case h2.head-2 span {
    font-size: 35px;
    font-weight: 700;
    border: 1px solid;
    border-color: #002846;
    border-radius: 50em;
    padding: 0.5em 2.5em;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}

.case h2.head-2.connec {
    margin-top: 70px;
}

.case .case_bg_whtite,
.case .case_block {
    margin-top: 60px;
    background-color: #FFFFFF;
    padding: 4%;
    border-radius: 10px;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.2);
}

.case .circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border: 2px solid #002846;
    border-radius: 50%;
    font-family: Arial, sans-serif;
    color: #002846;
    text-align: center;
    line-height: 1.2;
    margin-right: 30px;
}

.case .text {
    font-size: 13px;
}

.case .number {
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
}

.case .case_name {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.case .case_block h3.head-3 {
    font-weight: 700;
    font-size: 1.5em;
}

.case .case_block .case_theme {
    display: flex;
    justify-content: space-between;
}

.case .case_block .case_theme .left {
    width: 48.5%;
    margin-bottom: 30px;
}

.case .case_block .case_theme .right {
    width: 48%;
}

.case .case_block .head-4 {
    font-weight: 700;
    margin-bottom: 0.5em;
}

.case .text-bold {
    font-weight: 700;
}

.case table.comparison {
    width: 100%;
}

.case table.comparison .comparison-logo {
    max-width: 150px;
}

.case table.comparison thead th {
    border-top: 0;
    font-size: 1.3em;
    font-weight: 500;
}

.case .text-left {
    text-align: left;
}

.case table.comparison th,
.case table.comparison td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
    border-left: 0;
    border-right: 0;
    vertical-align: middle;
}

.case table.comparison tr td:first-child {
    text-align: left;
}

.case table.comparison th {
    background-color: #FFFFFF;
    color: #122A88;
}

.case table.comparison tr:nth-child(odd) {
    background-color: #EDEDED;
}

.js-scrollable {
    overflow: auto;
}

@media screen and (max-width: 767px) {
    .case {
        padding: 50px 0 110px;
    }
    .case h2.head-2 span {
        font-size: 25px;
    }
    .case .circle {
        width: 65px;
        height: 65px;
        margin-right: 10px;
    }
    .case .text {
        font-size: 10px;
    }
    .case .number {
        font-size: 30px;
        line-height: 30px;
    }
    .case .case_block,
    .case .case_bg_whtite {
        padding: 25px;
        margin-top: 35px;
    }
    .case .case_block h3.head-3 {
        font-size: 1.2em;
    }
    .case .case_block .case_theme {
        display: block;
    }
    .case .case_block .case_theme .left,
    .case .case_block .case_theme .right {
        width: 100%;
        margin-bottom: 15px;
    }
    .case table.comparison {
        width: 650px;
    }
    .js-scrollable {
        padding-bottom: 10px;
    }
    .js-scrollable .scroll-hint-icon {
        width: 170px;
        left: calc(50% - 100px);
    }
}