    @charset "utf-8";

    .clearfix {
        display: block;
    }

    .sp {
        display: none;
    }

    body {
        font-family: "Noto Sans JP", sans-serif;
        font-feature-settings: "palt";
        font-size: clamp(14px, 12.6087px + 0.4348vw, 18px);
        letter-spacing: 1px;
        line-height: 2;
    }

    #fv {
        background-color: #fafafa;
    }

    #fv .wrapper {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
        padding: 0 0 50px;
    }

    #fv .wrapper h1 {
        position: absolute;
        left: 0;
        top: 20px;
    }

    #fv .wrapper div {
        position: absolute;
        left: 60px;
        bottom: 40px;

    }

    .bound {
        animation: bound 3s infinite;
    }

    @keyframes bound {
        0% {
            transform: translateY(0)
        }

        5% {
            transform: translateY(0)
        }

        10% {
            transform: translateY(0)
        }

        20% {
            transform: translateY(-25px)
        }

        25% {
            transform: translateY(0)
        }

        30% {
            transform: translateY(-15px)
        }

        50% {
            transform: translateY(0)
        }

        100% {
            transform: translateY(0)
        }
    }

    /* box01 */
    #box01 {
        padding: 5em 0;
    }

    #box01_title {
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 1;
        margin: 0 0 3em;
    }

    #box01_title h2 {
        font-size: clamp(24px, 19.8261px + 1.3043vw, 36px);
        line-height: 1;
    }

    #box01_title figure {
        padding: 0 0 0 1em;
    }

    .box01_wrapper {
        display: flex;
        justify-content: center;
        gap: 2em;
        width: 90%;
        max-width: 1200px;
        margin: 0 auto;
    }

    .box01_wrapper article figure {
        margin: 0 0 1em;
        min-height: 280px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .blue {
        color: #4dabdb;
    }

    #box01_bottom {
        background-color: #85c1e0;
        text-align: center;
        color: #fff;
        font-size: clamp(24px, 19.8261px + 1.3043vw, 36px);
        padding: 1em 0;
        font-weight: 700;
    }

    /* box02 */
    #box02 {
        background-color: #eef7fd;
        padding: 0 0 5em;
    }

    #box02>figure {
        text-align: center;
        margin: 0 0 3em;
    }

    #box02>figure img {
        margin: 0 auto;
    }

    .title {
        text-align: center;
        margin: 0 0 2em;
    }

    .title p {
        margin: 0 0 1em;
        font-size: clamp(18px, 13.8261px + 1.3043vw, 30px);
        color: #fff;
        font-weight: 700;
        line-height: 1;
    }

    .title p span {
        padding: 0 1em .1em;
        background-color: #85c1e0;
    }

    .title h2 {
        font-size: clamp(24px, 19.8261px + 1.3043vw, 36px);
        line-height: 1.3;
    }

    #box02 .title p span,
    #box06 .title p span {
        background-color: #ffc05c;
    }

    .red {
        color: #f45e51;
    }

    .title h2 em {
        font-style: normal;
        font-size: clamp(30px, 19.5652px + 3.2609vw, 60px);
    }

    #box02>p {
        text-align: center;
        margin: 0 0 5em;
    }

    .box02_wrapper {
        width: 90%;
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }

    .box02_wrapper article {
        width: 48%;
        background-color: #fff;
        border-radius: 20px;
        position: relative;
        padding: 3em 2em 2em;
        box-sizing: border-box;
    }

    .merit {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -1em;
        font-size: clamp(48px, 39.6522px + 2.6087vw, 72px);
        color: #488fb8;
        font-family: "Arial", "Helvetica Neue", Helvetica, sans-serif;
    }

    .box02_wrapper article figure {
        min-height: 270px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 0 1em;
    }

    .box02_wrapper article h3 {
        font-size: clamp(18px, 15.913px + 0.6522vw, 24px);
    }

    .box02_wrapper article .text strong {
        color: #76bce2;
    }

    /* box03 */
    #box03 {
        padding: 5em 0;
        background-image: url(../../images/maikoma/box03_bg.webp);
        background-position: center;
        background-repeat: no-repeat;
    }

    #box03>p {
        text-align: center;
        margin: 0 0 3em;
    }

    #box03>p strong {
        font-size: clamp(18px, 15.913px + 0.6522vw, 24px);
    }

    #box03 article {
        width: 90%;
        max-width: 1200px;
        margin: 0 auto 3em;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #box03 article:last-of-type {
        margin: 0 auto;
    }

    #box03 article div {
        width: 65%;
    }

    #box03 article figure {
        width: 35%;
    }

    #box03 article figure img {
        margin: 0 auto;
    }

    .row {
        flex-direction: row-reverse;
    }

    .point_icon {
        color: #488fb8;
        font-size: clamp(48px, 39.6522px + 2.6087vw, 72px);
        line-height: 1;
        font-family: "Arial", "Helvetica Neue", Helvetica, sans-serif;
    }

    .point_icon span {
        display: block;
        font-size: clamp(14px, 12.6087px + 0.4348vw, 18px);
    }

    .point_icon p {
        text-align: center;
        display: inline-block;
    }

    #box03 article div h3 {
        color: #488fb8;
        font-size: clamp(18px, 15.913px + 0.6522vw, 24px);
    }

    /* cta */
    #cta {
        background-color: #85c1e0;
        padding: 2em 0;
        text-align: center;
    }

    #cta h2 {
        color: #fff;
        margin: 0 0 .5em;
        font-size: clamp(24px, 19.8261px + 1.3043vw, 36px);
    }

    #cta img {
        margin: 0 auto;
    }

    /* box04 */
    #box04 {
        background-color: #fafafa;
        padding: 5em 0;
    }

    #box04 .title p {
        margin: 0 0 1em;
    }

    #box04 p {
        text-align: center;
        font-size: clamp(18px, 15.913px + 0.6522vw, 24px);
        margin: 0 0 2em;
    }

    .box04_wrapper {
        width: 90%;
        max-width: 1200px;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
    }

    /* box05 */
    #box05 {
        width: 90%;
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
        padding: 5em 0;
    }

    #box05_img {
        position: absolute;
        left: 0;
        top: 3em;
    }

    #box05>p {
        text-align: center;
        margin: 0 0 3em;
    }

    .box05_icon {
        width: 90%;
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        gap: 1em;
        margin: 0 0 3em;
    }

    .box05_icon article {
        background-color: #488fb8;
        border-radius: 10px;
        padding: 2em 1em;
        text-align: center;
        color: #fff;
        width: calc(100%/6);
        ;
    }

    .box05_icon article figure {
        margin: 0 0 1em;
    }

    .box05_icon article figure img {
        margin: 0 auto;
    }

    .box05_icon article p {
        line-height: 1.3;
        font-weight: 700;
    }

    #box05_price {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: clamp(32px, 8vw, 127px);
        font-weight: 900;
        text-align: center;
    }

    #box05_price .vertical {
        writing-mode: vertical-rl;
        text-orientation: upright;
        font-size: clamp(18px, 3vw, 44px);
        margin-right: 0.2em;
    }

    #box05_price strong {
        color: #9d0c01;
        font-weight: bold;
    }

    #box05_price .big {
        font-size: clamp(80px, 15vw, 255px);
        line-height: 1;
    }

    #option {
        display: flex;
        justify-content: space-between;
    }

    #option div {
        background-color: #eef7fd;
        border-radius: 20px;
        padding: 1em 1.5em;
        box-sizing: border-box;
    }

    #option div:first-of-type {
        width: 35%;
    }

    #option div:last-of-type {
        width: 63%;
    }

    #option div h3 {
        font-size: clamp(18px, 15.913px + 0.6522vw, 24px);
        margin: 0 0 .5em;
    }

    #option div figure,
    #option div ul {
        margin: 0 0 1em;
    }

    #option div ul li {
        font-weight: 700;
    }

    #option div ul li span {
        color: #ffc05c;
        padding: 0 .5em 0 0;
    }

    #option div p {
        font-size: clamp(10px, 8.6087px + 0.4348vw, 14px);
    }


    /* box06 */
    #box06 {
        background-color: #eef7fd;
        padding: 5em 0;
    }

    #box06 article {
        position: relative;
        width: 90%;
        max-width: 1200px;
        margin: 0 auto 4em;
        padding: 2em 1em;
        background-color: #fff;
        border-radius: 10px;
        display: flex;
    }

    #box06 article::after {
        content: "";
        position: absolute;
        left: 30px;
        bottom: -50px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 60px 70px 0 70px;
        border-color: #fff transparent transparent transparent;
    }

    #box06 article:last-child::after {
        content: none;
        ;
    }

    #box06 article figure {
        position: absolute;
        bottom: 1em;
        right: 2em;
    }

    .step_icon {
        color: #488fb8;
        font-size: clamp(48px, 39.6522px + 2.6087vw, 72px);
        line-height: 1;
        font-family: "Arial", "Helvetica Neue", Helvetica, sans-serif;
        width: 10%;
        text-align: center;
    }

    .step_icon span {
        display: block;
        font-size: clamp(14px, 12.6087px + 0.4348vw, 18px);
    }

    .step_text {
        line-height: 1.5;
    }

    .step_text h3 {
        line-height: 1;
        margin: 0 0 .5em;
        font-size: clamp(18px, 15.913px + 0.6522vw, 24px);
        color: #488fb8;
    }

    .step_text ul li {
        display: inline-block;
        padding: 0 2em 0 0;
    }

    .step_text ul li span {
        color: #488fb8;
        padding: 0 0 0 0;
    }

    #box06 article:last-of-type p {
        line-height: 1;
    }

    #box06 article:last-of-type p strong {
        color: #9d0c01;
        font-size: clamp(48px, 39.6522px + 2.6087vw, 72px);
    }

    /* box07 */
    #box07 {
        padding: 5em 0;
        background-color: #fafafa;
    }

    #box07 .wrapper {
        width: 90%;
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
    }

    #box07 .wrapper figure {
        position: absolute;
        right: 0;
        top: -10em;
    }

    #box07 .wrapper article {
        background-color: #fff;
        border-radius: 10px;
        padding: 1em;
        margin: 0 0 1em;
    }

    #box07 .wrapper article .q {
        font-weight: 700;
        padding-left: 1em;
        text-indent: -1em;
        position: relative;
        cursor: pointer;
    }

    #box07 .wrapper article .q span {
        color: #85c1e0;
    }

    #box07 .wrapper article .a {
        padding: 1em 0 0;
        padding-left: 1em;
        text-indent: -1em;
        display: none;
    }

    #box07 .wrapper article .a span {
        color: #e94545;
    }

    #box07 .wrapper article .q i {
        position: absolute;
        right: 1em;
        top: 50%;
        transform: translateY(-50%);
        width: 1em;
        height: 1em;
        display: inline-block;
    }

    #box07 .wrapper article .q i span {
        position: absolute;
        background-color: #85c1e0;
        transition: all 0.3s;
    }

    #box07 .wrapper article .q i span:first-child {
        top: 50%;
        left: 0;
        width: 100%;
        height: 2px;
        transform: translateY(-50%);
    }


    #box07 .wrapper article .q i span:last-child {
        left: 50%;
        top: 0;
        width: 2px;
        height: 100%;
        transform: translateX(-50%);
    }


    #box07 .wrapper article.active .q i span:last-child {
        transform: scaleY(0);
    }

    /* contact */
    #contact {
        padding: 5em 0;
        width: 90%;
        max-width: 1200px;
        margin: 0 auto;
    }

    #contact_text {
        text-align: center;
        color: #488fb8;
        font-size: clamp(24px, 19.8261px + 1.3043vw, 36px);
        margin: 0 0 1em;
        font-weight: 700;
        line-height: 1.5;
    }

    #contact table {
        width: 100%;
        margin: 0 0 1em;
    }

    #contact table th {
        border-top: #ccc 1px solid;
        text-align: left;
        font-weight: 700;
        padding: 1em 0;

    }

    #contact table th span {
        color: #e94545;
    }

    #contact table td {
        padding: 0 0 1em;
    }

    #contact table td input[type="text"],
    #contact table td textarea {
        width: 100%;
    }

    #contact table td textarea {
        height: 250px;
    }

    #contact_btn {
        text-align: center;
            margin: 0 0 3em;
    }
/* デフォルト（チェックが未入力＝送信不可） */
#contact_btn .wpcf7-submit:disabled {
  background-color: #ccc;
  color: #888;
  cursor: not-allowed;
  opacity: 0.7;
}

/* チェックが入ったとき（送信可） */
#contact_btn .wpcf7-submit:not(:disabled) {
  background-color: #0073e6;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  transition: 0.3s;
}

/* ホバー時（有効状態のときだけ） */
#contact_btn .wpcf7-submit:not(:disabled):hover {
  background-color: #005bb5;
}

    /* footer */
    footer {
        background-color: #85c1e0;
        padding: 3em 0;
        text-align: center;
        color: #fff;
    }

    footer h2 {
        margin: 0 0 1em;
    }

    footer img {
        margin: 0 auto;
    }

    footer a {
        color: #fff;
        text-decoration: none;
    }

    /*スマホ
------------------------------*/

    @media screen and (max-width: 750px) {
        .pc {
            display: none;
        }

        .sp {
            display: block;
        }

        /* fv */

        #fv .wrapper {
            padding: 0 0 2em;
        }

        #fv .wrapper h1 {
            position: absolute;
            left: 1em;
            top: 1em;
            width: 30%;
        }

        #fv .wrapper div {
            position: static;
            width: 90%;
            margin: 0 auto;
        }

        /* box01 */
        #box01 {
            padding: 3em 0;
        }

        #box01_title {
            margin: 0 0 1em;
        }

        #box01_title h2 {
            line-height: 1.5;
            text-align: center;
        }


        .box01_wrapper {
            flex-wrap: wrap;
            gap: 1em;
        }

        .box01_wrapper article {
            width: calc((100% - 1em) / 2);
        }

        .box01_wrapper article figure {
            min-height: 190px;
        }


        #box01_bottom {
            font-size: 20px;
            padding: 1em;
            box-sizing: border-box;
        }

        /* box02 */
        #box02 {
            padding: 0 1em 5em;
            box-sizing: border-box;
        }


        .box02_wrapper {
            flex-wrap: wrap;
            width: 100%;
        }

        .box02_wrapper article {
            width: 100%;
            margin: 0 0 3em;
        }

        .box02_wrapper article:last-of-type {
            margin: 0;
        }

        .merit {
            width: 100%;
            text-align: center;
        }

        /* box03 */
        #box03 {
            background-repeat: repeat-y;
            background-size: 250%;
        }

        #box03>p {
            margin: 0 auto 3em;
            width: 90%;
        }


        #box03 article {
            flex-direction: column;
        }

        #box03 article div {
            width: 100%;
        }

        #box03 article figure {
            width: 80%;
            padding: 3em 0 0;
        }

        /* cta */
        #cta {
            padding: 2em 1em;
        }

        #cta h2 {
            font-size: 22px;
            line-height: 1.5;
        }

        /* box04 */
        #box04 {
            padding: 5em 1em;
        }

        #box04 p {
            text-align: center;
            font-size: clamp(18px, 15.913px + 0.6522vw, 24px);
            margin: 0 0 2em;
        }

        .box04_wrapper {
            flex-wrap: wrap;
            width: 100%;
            gap: 1em;
            justify-content: center;
        }

        .box04_wrapper figure {
            width: calc((100% - 1em) / 2);
        }

        /* box05 */

        #box05_img {
            position: absolute;
            left: 0;
            top: -4em;
            width: 40%;
        }

        #box05>p {
            margin: 0 0 2em;
        }

        .box05_icon {
            flex-wrap: wrap;
            width: 100%;
            gap: .5em;
            margin: 0 0 1em;
        }

        .box05_icon article {
            width: calc((100% - 1em) / 3);
            box-sizing: border-box;
            padding: 1em;
        }

        .box05_icon article figure {
            width: 50%;
            margin: 0 auto 1em;
            height: 45px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .box05_icon article p {
            font-size: 11px;
        }

        #option {
            flex-direction: column;
        }


        #option div:first-of-type {
            width: 100%;
            margin: 0 0 1em;
        }

        #option div:last-of-type {
            width: 100%;
        }

        #option div h3 {
            margin: 0 0 .5em;
            line-height: 1.3;
            padding-left: 1em;
            text-indent: -1em;
        }

        #option div p {
            padding-left: 1em;
            text-indent: -1em;
        }

        /* box06 */
        #box06 {
            padding: 5em 1em;
        }

        #box06 article {
            width: 100%;
            display: flex;
            box-sizing: border-box;
            flex-wrap: wrap;
            text-align: center;
            margin: 0 0 3em;
        }

        #box06 article::after {
            left: 50%;
            transform: translateX(-50%);
            bottom: -30px;
            border-width: 30px 40px 0 40px;
        }

        .step_text ul li {
            display: inline-block;
            padding: 0;
            width: 100%;
            text-align: left;
        }

        #box06 article figure {
            position: static;
            padding: 2em 0 0;
            width: 100%;
        }

        #box06 article figure img {
            margin: 0 auto;
        }

        .step_icon {
            width: 100%;
        }

        .step_text {
            width: 100%;
        }

        /* box07 */
        #box07 {
            padding: 5em 1em;
        }

        #box07 .wrapper {
            width: 100%;
        }

        #box07 .wrapper figure {
            width: 20%;
        }


        #box07 .wrapper article .q {
            line-height: 1.5;

        }

        #box07 .wrapper article .q span {
            color: #85c1e0;
        }

        #box07 .wrapper article .a {
            line-height: 1.5;
        }

        /* contact */


        #contact_text {
            font-size: 22px;
        }

        /* footer */
        footer {
            padding: 3em 1em;
        }

        footer h2 {
            margin: 0 auto 1em;
            width: 50%;
        }

    }