* {
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body,
main {
    width: 100%;
    height: fit-content;
    box-sizing: border-box;
    font-family: "noto-sans";
    margin: 0px;
    padding: 0px;
    position: relative;
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    position: relative;
    overflow-x: hidden;
}

h1,
h3,
p {
    margin: 0;
}

.section-1 {
    background-image: url('../img/bg-2\ 1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 772px;
    width: 100%;
    z-index: 1;
}

.section-1 .triangle-bg {
    background: white;
    clip-path: polygon(0 0, 100% 0%, 0 100%);
    width: 40%;
    /* adjust */
    height: 180px;
    /* adjust */
    position: absolute;
    float: left;
}

.section-1 .triangle-bg .logo-img {
    margin-left: 15%;
    margin-top: 30px;
}

.section-1 .comment-box {
    display: flex;
    flex-direction: column;
    gap: 6px;
    color: white;
    max-width: 583px;
    width: fit-content;
    float: right;
    margin-right: 20%;
    margin-top: 340px;
}

.section-1 .comment-box br {
    display: none;
}

.section-1 h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 32px;
    width: fit-content;
    text-align: center;
}

.section-1 h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 112px;
    text-align: center;
    height: fit-content;
    width: fit-content;
    margin: -21px 0px;
}

.section-1 p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    width: fit-content;
}

@media (max-width: 768px) {
    .section-1 {
        background-image: url('../img/sp-bg\ 1.png');
        height: 607px;
    }

    .section-1 .triangle-bg {
        width: 270px;
        height: 125px;
    }

    .section-1 .triangle-bg .logo-img {
        margin-left: 23px;
        margin-top: 5px;
    }

    .section-1 .comment-box {
        max-width: 267px;
        margin-top: 355px;
    }

    .section-1 .comment-box br {
        display: block;
    }

    .section-1 h3 {
        font-size: 16px;
    }

    .section-1 h1 {
        font-size: 58px;
        text-align: center;
        margin: -21px 0px;
    }

    .section-1 p {
        font-size: 14px;
    }
}

@media (max-width: 425px) {
    .section-1 .comment-box {
        margin-right: 10%;
        max-width: 267px;
    }
}

.section-2 {
    height: 613px;
    width: 100%;
    background-image: url('../img/sc2-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-2 .comment-box {
    display: flex;
    flex-direction: column;
    max-width: 940px;
    gap: 50px;
    text-align: center;
}

.section-2 .comment-box br {
    display: none;
}

.section-2 p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
}

.section-2 h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 30px;
    margin-top: 32px;
}

@media (max-width: 768px) {
    .section-2 {
        height: 300px;
    }

    .section-2 .comment-box {
        max-width: 297px;
        gap: 20px;
    }

    .section-2 .comment-box br {
        display: block;
    }

    .section-2 p {
        font-size: 14px;
    }

    .section-2 h3 {
        font-size: 16px;
        margin-top: 8px;
    }
}

.section-3 {
    position: relative;
    width: 100%;
    height: calc(100vw * 1.05);
    /* adjust */
    background-image: url('../img/sc3-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    justify-content: center;
    align-items: center;
}

.section-3 .comment-box {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: auto;
    gap: calc(100vw * 0.02);
    top: calc(100vw * 0.38);
    /* margin-left: calc(100vw * 0.138);; */
    left: calc(100vw * 0.138);
    justify-content: center;
    align-items: center;
}

.section-3 .comment-box .rect-bg {
    background: lightyellow;
    width: fit-content;
    padding: calc(100vw * 0.007) calc(100vw * 0.032);
    transform: skew(-45deg);
    display: inline-block;
}

.section-3 .comment-box .rect-bg p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: medium;
    transform: skew(45deg);
}

@media (max-width: 1024px) {
    .section-3 .comment-box {
        gap: calc(100vw * 0.02);
        top: calc(100vw * 0.35);
    }

    .section-3 .comment-box .rect-bg p {
        font-size: 16px;
    }

}

@media (max-width: 768px) {
    .section-3 .comment-box {
        gap: calc(100vw * 0.02);
        top: calc(100vw * 0.35);
        left: 50px;
        justify-self: auto;
    }

    .section-3 .comment-box .rect-bg p {
        font-size: 12px;
    }

}


@media (max-width: 500px) {
    .section-3 .comment-box {
        left: 40px;
    }
}

@media (max-width: 440px) {
    .section-3 .comment-box {
        left: 20px;
    }
}

@media (max-width: 390px) {
    .section-3 .comment-box {
        left: 10px;
    }

    .section-3 .comment-box .rect-bg p {
        font-size: 10px;
    }
}

.section-3 .triangle-bg:nth-of-type(1) {
    background: #EDBB81;
    clip-path: polygon(0 0, 100% 0%, 0 100%);
    width: 90%;
    /* adjust */
    height: calc(100vw * 0.42);
    /* adjust */
    position: relative;
    padding-left: calc(100vw * 0.09);
    padding-top: calc(100vw * 0.15);
    /* top: 0%;
    left: 0; */
    z-index: 1;
}

.section-3 h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: calc(100vw * 0.0222);
}

.section-3 .triangle-bg:nth-of-type(1) h3 {
    width: 303px;
    height: 150px;
}

.section-3 .triangle-bg:nth-of-type(2) {
    background: #0F223A;
    clip-path: polygon(100% 100%, 0 0, 100% 0);
    width: 90%;
    /* adjust */
    height: calc(100vw * 0.42);
    /* adjust */
    position: relative;
    padding-right: calc(100vw * 0.08);
    padding-top: calc(100vw * 0.12);
    float: right;
    top: calc(100vw * -0.42);
    z-index: 2;
}

.section-3 .triangle-bg:nth-of-type(2) h3 {
    float: right;
    color: white;
    /* width: 38%; */
    height: 76px;

}

.section-3 .triangle-bg:nth-of-type(3) {
    background: #0F223A;
    clip-path: polygon(0 100%, 0 0, 100% 100%);
    width: 100%;
    /* adjust */
    height: calc(100vw * 0.423);
    /* adjust */
    position: relative;
    top: calc(100vw * 0.18);
    z-index: 1;
}

.section-3 .triangle-bg:nth-of-type(4) {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #EDBB81;
    clip-path: polygon(0% 80%, 100% 0, 100% 100%, 0% 100%);
    width: 100%;
    height: calc(100vw * 0.486);
    position: relative;
    top: calc(100vw * -0.25);
    z-index: 2;
}

.section-3 .triangle-bg:nth-of-type(4) p {
    /* bottom: 0; */
    top: calc(100vw * 0.311);
    position: absolute;
    text-align: center;
    font-size: calc(100vw * 0.02);
    line-height: 1.5;
    /* width: 747px; */
    height: 192px;
    z-index: 3;
}

.section-3 br.sp {
    display: none;
}

@media (max-width: 768px) {
    .section-3 br.pc {
        display: none;
    }

    .section-3 br.sp {
        display: block;
    }

    .section-3 h3 {
        font-size: calc(100vw * 0.025);
    }

    .section-3 .triangle-bg:nth-of-type(4) p {
        top: calc(100vw * 0.3);
        font-size: calc(100vw * 0.03);
    }

    .section-3 .triangle-bg:nth-of-type(3) {
        top: calc(100vw * 0.25);
    }

    .section-3 .triangle-bg:nth-of-type(4) {
        top: calc(100vw * -0.15);
    }
}

.section-4 {
    height: 922px;
    width: 100%;
    background-image: url('../img/sc4-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    padding-top: 164px;
}

.section-4 .comment-box {
    position: absolute;
    display: flex;
    right: 128px;
    flex-direction: column;
    width: 611px;
    height: 682px;
    gap: 28px;
    padding-top: 136px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 115px;
    align-items: center;
    background: white;
    ;
}

.section-4 .comment-box h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    display: flex;
    align-items: center;
    gap: 3px;
}

.section-4 .comment-box p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    margin-top: 36px;
}

.section-4 .comment-box br.sp {
    display: none;
}

.section-4 .comment-box .triangle-bg:nth-of-type(1) {
    background: #0F223A;
    clip-path: polygon(0 0, 100% 0%, 0 100%);
    width: 40px;
    /* adjust */
    height: 40px;
    /* adjust */
    position: absolute;
    top: 0;
    left: 0;
}

.section-4 .comment-box .triangle-bg:nth-of-type(2) {
    background: #EDBB81;
    clip-path: polygon(100% 100%, 0 100%, 100% 0);
    width: 40px;
    /* adjust */
    height: 40px;
    /* adjust */
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (max-width: 768px) {
    .section-4 {
        height: calc(100vw * 1.35);
        justify-content: center;
        padding-top: 10%;
        position: unset;
    }



    .section-4 .comment-box {
        width: 80%;
        height: calc(100vw * 0.92);
        position: unset;
        position: relative;
        margin: auto;
        padding-top: 15%;
        right: 0px;
        gap: 15%;
    }

    .section-4 .comment-box h3 {
        font-size: 20px;
    }

    .section-4 .comment-box p {
        font-family: "Noto Sans JP", sans-serif;
        font-size: 14px;
    }

    .section-4 .comment-box br.pc {
        display: none;
    }

    .section-4 .comment-box br.sp {
        display: block;
    }

    .section-4 .comment-box .triangle-bg:nth-of-type(1) {
        width: 20px;
        height: 20px;
    }

    .section-4 .comment-box .triangle-bg:nth-of-type(2) {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 485px) {
    .section-4 .comment-box h3 {
        font-size: 18px;
    }
}

@media (max-width: 440px) {
    .section-4 .comment-box h3 {
        font-size: 16px;
    }
}

@media (max-width: 400px) {
    .section-4 .comment-box h3 {
        font-size: 14px;
    }
}

@media (max-width: 360px) {
    .section-4 .comment-box h3 {
        font-size: 12px;
    }

    .section-4 .comment-box p {
        font-size: 12px;
    }
}

.section-5 {
    height: 939px;
    width: 100%;
    background-image: url('../img/sc5-bg.png');
    background-color: #EFF6FF;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    gap: calc(100vw * 0.03);
    padding-top: 122px;
    padding-left: calc(100vw * 0.08);
    padding-right: calc(100vw * 0.02);
}

.section-5 .comment-box {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 522px;
    height: 682px;
    background-color: rgba(0, 0, 0, 0.1);
    padding-top: calc(100vw * 0.1);
    padding-left: 10px;
    padding-right: 10px;
}

.section-5 .comment-box img {
    position: absolute;
    top: 16px;
    left: 16px;
    width: calc(100vw * 0.066);
    height: calc(100vw * 0.066);
}

.section-5 .comment-box h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    margin-bottom: 44px;
}

.section-5 .comment-box p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
}


@media (max-width:768px) {
    .section-5 .comment-box h3 {
        margin-bottom: 20px;
    }
}

@media (max-width:380px) {
    .section-5 .comment-box h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .section-5 .comment-box p {
        font-size: 14px;
    }
}

.section-5 .comment-box span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 500;
}

.section-5 .comment-box br.sp {
    display: none;
}

.section-5 .comment-box .triangle-bg {
    position: absolute;
    width: 40px;
    height: 40px;
}

.section-5 .comment-box .triangle-bg:nth-of-type(1) {
    background: #0F223A;
    clip-path: polygon(0 0, 100% 0%, 0 100%);
    top: 0;
    left: 0;
}

.section-5 .comment-box .triangle-bg:nth-of-type(2) {
    background: #EDBB81;
    clip-path: polygon(0 0, 100% 0%, 100% 100%);
    top: 0;
    right: 0;
}

.section-5 .comment-box .triangle-bg:nth-of-type(3) {
    background: #EDBB81;
    clip-path: polygon(0 0, 100% 100%, 0 100%);
    bottom: 0;
    left: 0;
}

.section-5 .comment-box .triangle-bg:nth-of-type(4) {
    background: #0F223A;
    clip-path: polygon(0 100%, 100% 0%, 100% 100%);
    bottom: 0;
    right: 0;
}

.section-5 .comment-box .text-box {
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
    color: #0F223A;
}

.section-5 .blog-box {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: calc(100vw * 0.046);
    color: #0F223A;
    width: calc(100vw * 0.435);
    height: calc(100vw * 0.208);
    top: 165px;
    right: 0;
}

.section-5 .blog-box h1 {
    font-family: "montserrat", sans-serif;
    text-align: right;
    font-size: calc(100vw * 0.08);
}

.section-5 .blog-box h2 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: calc(100vw * 0.04);
    text-align: right;
}

@media (max-width: 1024px) {
    .section-5 {
        flex-direction: column-reverse;
        height: auto;
        padding-top: 0px;
        padding-bottom: 100px;
        padding-left: 0;
        position: relative;
    }

    .section-5 .blog-box {
        position: absolute;
        top: calc(100vw * 0.122);
        right: 11%;
    }

    .section-5 .comment-box {
        width: 80%;
        height: auto;
        padding-bottom: calc(100vw * 0.1);
        margin: auto;
        margin-top: calc(100vw * 0.452);
    }

    .section-5 .comment-box br.pc {
        display: none;
    }

    .section-5 .comment-box br.sp {
        display: block;
    }
}

@media (max-width: 768px) {
    .section-5 .comment-box .triangle-bg {
        width: 20px;
        height: 20px;
    }
}

.section-6 {
    height: 1764px;
    width: 100%;
    display: flex;
    background-image: url('../img/sc6-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #EFF6FF;
    justify-content: right;
    /* padding-right: 5%; */
}

.section-6 .comment-box {
    background-color: rgba(0, 0, 0, 0.1);
    width: 900px;
    height: 1577px;
    margin-right: 5%;
    margin-bottom: 180px;
    position: relative;
}

.section-6 .comment-box .triangle-bg {
    position: absolute;
    width: 40px;
    height: 40px;
}

.section-6 .comment-box .triangle-bg:nth-of-type(1) {
    background: #0F223A;
    clip-path: polygon(0 0, 100% 0%, 0 100%);
    top: 0;
    left: 0;
}

.section-6 .comment-box .triangle-bg:nth-of-type(2) {
    background: #EDBB81;
    clip-path: polygon(0 0, 100% 0%, 100% 100%);
    top: 0;
    right: 0;
}

.section-6 .comment-box .triangle-bg:nth-of-type(3) {
    background: #EDBB81;
    clip-path: polygon(0 0, 100% 100%, 0 100%);
    bottom: 0;
    left: 0;
}

.section-6 .comment-box .triangle-bg:nth-of-type(4) {
    background: #0F223A;
    clip-path: polygon(0 100%, 100% 0%, 100% 100%);
    bottom: 0;
    right: 0;
}

.section-6 .comment-box .num-img {
    position: absolute;
    top: 30px;
    right: 30px;
    width: calc(100vw * 0.066);
    height: calc(100vw * 0.066);
}

.section-6 .comment-box .text-box {
    width: 520px;
    height: 140px;
    margin-top: 133px;
    margin-left: 70px;
}

.section-6 .comment-box .text-box h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    color: #0F223A;
}

.section-6 .comment-box .polygon-box {
    position: absolute;
    top: 330px;
    width: 560px;
    height: 520px;
    right: 110px;
}

.section-6 .comment-box .polygon-box .poly-bg {
    position: absolute;
    width: 230px;
    height: 198px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.section-6 .comment-box .polygon-box .poly-bg:nth-of-type(1) {
    background: #EDBB81;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    top: 19%;
    left: 0;
}

.section-6 .comment-box .polygon-box .poly-bg:nth-of-type(2) {
    background: #0F223A;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    top: 0;
    left: 31%;
    color: white;
}

.section-6 .comment-box .polygon-box .poly-bg:nth-of-type(3) {
    background: #1D3759;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    top: 38%;
    left: 31%;
    color: white;
}

.section-6 .comment-box .polygon-box .poly-bg:nth-of-type(4) {
    background: #EDBB81;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    top: 19%;
    left: 62%;
}

.section-6 .comment-box .polygon-box .poly-bg:nth-of-type(5) {
    background: #0F223A;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    top: 57%;
    left: 62%;
    color: white;
}

.section-6 .comment-box .polygon-box .poly-bg p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
}

.section-6 .comment-box .rect-bg-box {
    position: absolute;
    background-color: #22344A;
    clip-path: polygon(0% 46%, 50% 0%, 100% 46%, 100% 54%, 50% 100%, 0% 54%);
    width: 100%;
    height: 283px;
    display: flex;
    flex-direction: column;
    top: 828px;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    line-height: 35px;
    font-family: "Noto Sans JP", sans-serif;
}

.section-6 .comment-box br.sp {
    display: none;
}

.section-6 .blog-box {
    display: flex;
    gap: 30px;
    max-width: 787px;
    width: 100%;
    margin: auto;
    margin-top: 960px;
    margin-bottom: 50px;
    padding: 10px;
    align-items: center;
}

.section-6 .blog-box .left .img {
    margin-top: -30px;
    margin-left: 20px;
    width: 358px;
    height: auto;
    z-index: 1;
}

.section-6 .blog-box .left .badge-text {
    background-color: #EFF6FF;
    padding: 12px 18px;
    width: fit-content;
    position: absolute;
    margin-top: -68px;
    z-index: 2;
}


@media (max-width: 1024px) {
    .section-6 {
        justify-content: center;
        height: 1700px;
    }

    .section-6 .comment-box {
        width: 80%;
        height: fit-content;
        margin-right: 0;
    }

    .section-6 .comment-box .polygon-box {
        width: 470px;
        height: 437px;
        top: 370px;
        right: 83px;
    }

    .section-6 .comment-box .polygon-box .poly-bg {
        width: 193px;
        height: 167px;
    }

    .section-6 .blog-box {
        margin-top: 940px;
    }

}

@media (max-width: 768px) {
    .section-6 {
        height: 1780px;
    }

    .section-6 .comment-box .text-box {
        margin-top: 110px;
    }

    .section-6 .comment-box .polygon-box {
        width: 421px;
        height: 380px;
        right: 7%;
    }

    .section-6 .comment-box .polygon-box .poly-bg {
        width: 174px;
        height: 144px;
        font-size: 14px;
    }

    .section-6 .comment-box br.pc {
        display: none;
    }

    .section-6 .comment-box br.sp {
        display: block;
    }

    .section-6 .comment-box .rect-bg-box {
        clip-path: polygon(0% 33%, 50% 0%, 100% 33%, 100% 67%, 50% 100%, 0% 67%);
        top: 780px;
    }

    .section-6 .blog-box {
        display: flex;
        flex-direction: column;
        margin-top: 940px;
    }

}

@media (max-width: 600px) {
    .section-6 {
        height: 1600px;
    }

    .section-6 .comment-box .text-box {
        margin-left: 10%;
    }

    .section-6 .comment-box .polygon-box {
        width: 301px;
        height: 279px;
        right: 7%;
    }

    .section-6 .comment-box .polygon-box .poly-bg {
        width: 122px;
        height: 108px;
        font-size: 14px;
    }

    .section-6 .comment-box .rect-bg-box {
        top: 670px;
    }

    .section-6 .comment-box .rect-bg-box h3 {
        font-size: 14px !important;
    }

    .section-6 .blog-box {
        margin-top: 790px;
    }

    .section-6 .blog-box .left .img {
        width: 288px;
        height: auto;
    }

    .section-6 .comment-box .text-box h3 {
        font-size: 18px;
    }

    .section-6 .comment-box .polygon-box .poly-bg p {
        font-size: 12px;
    }
}

@media (max-width: 425px) {
    .section-6 .comment-box .polygon-box {
        width: 282px;
        height: 256px;
        right: 4%;
    }

    .section-6 .comment-box .polygon-box .poly-bg {
        width: 113px;
        height: 98px;
        font-size: 12px;
    }
}

@media (max-width: 410px) {
    .section-6 .blog-box .left .img {
        width: 90%;
    }
}

@media (max-width: 370px) {
    .section-6 .comment-box .polygon-box {
        width: 230px;
        height: 207px;
        right: 6%;
    }

    .section-6 .comment-box .polygon-box .poly-bg {
        width: 95px;
        height: 78px;
        font-size: 12px;
    }

    .section-6 .comment-box .polygon-box .poly-bg p {
        font-size: 11px;
    }

    .section-6 .rect-bg-box br.sp {
        display: none;
    }
}

.section-7 {
    /* height: 1267px; */
    width: 100%;
    background-image: url('../img/sc6-bg.png');
    background-color: #EFF6FF;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-left: 127px;
    padding-bottom: 190px;
    color: #0F223A;
}

.section-7 .comment-box {
    width: 900px;
    /* height: 1066px; */
    background-color: rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    display: flex;
    flex-direction: column;
    /* gap: 54px; */
    padding-top: 133px;
    padding-left: 33px;
    padding-right: 33px;
    padding-bottom: 93px;
    position: relative;
}

@media (max-width: 1155px) {
    .section-7 {
        padding-left: 0;
        padding-bottom: 140px;
        /* height: calc(100vw * 1.2); */
    }

    .section-7 .comment-box {
        width: 80%;
        /* height: calc(100vw * 1); */
        margin: auto;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 90px;
    }

    .section-7 .comment-box .header {
        padding-left: 23px;
    }

    .section-7 .comment-box .sec-1 {
        height: calc(100vw * 0.25) !important;
        min-height: 128px;
    }

    .section-7 .comment-box .poly-box {
        gap: calc(100vw * 0.058) !important;
        padding-right: 12px !important;
    }

    .section-7 .sec-1 .text-box p {
        font-size: 14px !important;
    }

    .section-7 .sec-2 {
        height: calc(100vw * 0.25) !important;
        gap: calc(100vw * 0.058) !important;
        margin-bottom: calc(100vw * 0.08) !important;
    }

    .section-7 .comment-box .poly-bg {
        width: calc(100vw * 0.18) !important;
        height: calc(100vw * 0.15) !important;
        min-width: 114px;
        min-height: 100px;
    }

    .section-7 .comment-box .poly-bg img {
        width: calc(100vw * 0.0416);
        height: auto;
    }

}

@media (max-width:800px) {
    .section-7 {
        padding-bottom: 100px;
    }

    .section-7 .sec-1 .text-box p {
        font-size: 13px !important;
    }
}

.section-7 .comment-box .num-img {
    position: absolute;
    top: 30px;
    left: 30px;
    width: calc(100vw * 0.066);
    height: calc(100vw * 0.066);
}

.section-7 .comment-box .triangle-bg {
    position: absolute;
    width: 40px;
    height: 40px;
}

.section-7 .comment-box .triangle-bg:nth-of-type(1) {
    background: #0F223A;
    clip-path: polygon(0 0, 100% 0%, 0 100%);
    top: 0;
    left: 0;
}

.section-7 .comment-box .triangle-bg:nth-of-type(2) {
    background: #EDBB81;
    clip-path: polygon(0 0, 100% 0%, 100% 100%);
    top: 0;
    right: 0;
}

.section-7 .comment-box .triangle-bg:nth-of-type(3) {
    background: #EDBB81;
    clip-path: polygon(0 0, 100% 100%, 0 100%);
    bottom: 0;
    left: 0;
}

.section-7 .comment-box .triangle-bg:nth-of-type(4) {
    background: #0F223A;
    clip-path: polygon(0 100%, 100% 0%, 100% 100%);
    bottom: 0;
    right: 0;
}

.section-7 .header {
    height: 18px;
    margin-bottom: 79px;
}

.section-7 .header h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
}

.section-7 .sec-1 {
    display: flex;
    height: 270px;
    gap: 8px;
    position: relative;
}

.section-7 .sec-1 .poly-box {
    /* padding-top: 54px; */
    display: flex;
    gap: 84px;
    align-items: center;
    text-align: center;
    padding-left: 36px;
    padding-right: 36px;
}

.section-7 .sec-1 .poly-box .poly-bg {
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    width: 198px;
    height: 174px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-7 .sec-1 .poly-box div:nth-of-type(1) .poly-bg {
    background: #EDBB81;
}

.section-7 .sec-1 .poly-box div:nth-of-type(2) .poly-bg {
    background: #0F223A;
    color: white;
}

.section-7 .sec-1 .poly-box div {
    display: flex;
    justify-content: center;
}

.section-7 .sec-1 .poly-box div p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    text-align: center;
    position: absolute;
    bottom: 0;
}

.section-7 .sec-1 .text-box {
    display: flex;
    align-items: center;
}

.section-7 .sec-1 .text-box p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
}

.section-7 .sec-2 {
    display: flex;
    height: 270px;
    min-height: 128px;
    gap: 84px;
    padding-left: 36px;
    padding-right: 36px;
    align-items: center;
    position: relative;
    margin-bottom: 116px;
}

.section-7 .sec-2 .poly-bg {
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    width: 198px;
    height: 174px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-7 .sec-2 div:nth-of-type(1) .poly-bg {
    background: #0F223A;
}

.section-7 .sec-2 div:nth-of-type(2) .poly-bg {
    background: #EDBB81;
}

.section-7 .sec-2 div:nth-of-type(3) .poly-bg {
    background: #0F223A;
}

.section-7 .sec-2 div {
    display: flex;
    justify-content: center;
}

.section-7 .sec-2 p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    text-align: center;
    position: absolute;
    bottom: 0;
}

.section-7 .sec-3 {
    position: relative;
    height: 80px;
}

.section-7 .sec-3 h3 {
    position: absolute;
    right: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    line-height: 40px;
    text-align: right;
}

.section-7 .comment-box .text-sp {
    display: none;
}

.section-7 br.sp {
    display: none;
}


@media (max-width: 768px) {
    .section-7 .comment-box {
        padding-top: 80px;
        padding-bottom: 50px;
    }

    .section-7 .header h3 {
        font-size: 19px;
    }

    .section-7 .comment-box .sec-1 .text-pc {
        display: none;
    }

    .section-7 .sec-1 .poly-box {
        align-items: normal;
        padding-top: 14px;
    }

    .section-7 .comment-box .sec-1 p {
        font-size: 14px !important;
    }

    .section-7 .comment-box .sec-2 {
        align-items: normal;
        padding-top: 14px;
    }

    .section-7 .comment-box .sec-2 p {
        font-size: 14px;
    }

    .section-7 .comment-box .text-sp {
        display: flex;
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
    }

    .section-7 .comment-box .text-sp p {
        margin: auto;
    }

    .section-7 br.sp {
        display: block;
    }
}

@media (max-width: 640px) {
    .section-7 .comment-box .sec-1 {
        height: calc(100vw * 0.28) !important;
    }

    .section-7 .comment-box .sec-2 {
        /* height: calc(100vw * 0.28) !important; */
        padding-left: 20px;
    }

    .section-7 .sec-1 .poly-box {
        padding-left: 20px;
    }

    .section-7 .comment-box .poly-bg {
        min-width: 94px;
        min-height: 82px;
    }

    .section-7 .comment-box .poly-bg img {
        min-height: 28px;
        min-width: 28px;
    }

    .section-7 .comment-box .sec-1 p {
        font-size: 12px !important;
    }

    .section-7 .comment-box .sec-2 p {
        font-size: 12px;
    }
}

@media (max-width: 500px) {
    .section-7 .sec-1 .poly-box {
        padding-left: 10px;
        gap: 10px !important;
    }

    .section-7 .sec-2 {
        padding-left: 10px !important;
        gap: 10px !important;
    }
}

@media (max-width: 423px) {
    .section-7 .comment-box .poly-bg {
        min-width: 82px;
        min-height: 73px;
    }
}

@media (max-width: 375px) {
    .section-7 .comment-box .sec-1 {
        justify-content: center;
    }

    .section-7 .comment-box .sec-2 {
        padding: 0 !important;
        padding-top: 14px !important;
        justify-content: center;
        gap: 0 !important;
    }

    .section-7 .sec-3 h3 {
        font-size: 16px;
    }
}

.section-8 {
    padding-top: 100px;
    padding-bottom: calc(100vw * 0.138);
    color: #0F223A;
    display: flex;
    flex-direction: column;
    gap: 58px;
}

.section-8 h3.title {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 36px;
    text-align: right;
    margin-bottom: 52px;
    margin-right: 13.8%;
}

.section-8 .blog-box {
    max-width: 1200px;
    margin: auto;
    display: flex;
    padding-inline: 10px;
    gap: 16px;
    position: relative;
}

.section-8 .blog-box:nth-of-type(2) {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: row-reverse;
    padding-inline: 10px;
    gap: 16px;
    position: relative;
}

.section-8 .blog-box .blog-text h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 32px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.section-8 .blog-box .blog-text h3 div {
    background-color: #EFF6FF;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    width: 100px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-8 .blog-box .blog-text h3 div span {
    font-family: "montserrat", sans-serif;
    font-size: 64px;
}

.section-8 .blog-box .blog-text p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    line-height: 2;
}

.section-8 .blog-img img {
    width: 100%;

}


@media (max-width: 1024px) {

    .section-8 .blog-img img {
        max-width: 500px;

    }
}

@media (max-width: 768px) {
    .section-8 {
        gap: 0;
        padding-bottom: 170px;
    }

    .section-8 h3.title {
        font-size: 24px;
        margin: auto;
        margin-bottom: 52px;
    }

    .section-8 .blog-box {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .section-8 .blog-box .blog-text h3 {
        font-size: 16px;
    }

    .section-8 .blog-box .blog-text .blog-title div {
        width: 60px;
        height: 72px;
    }

    .section-8 .blog-box .blog-text .blog-title span {
        font-size: 32px;
    }

    .section-8 .blog-text p {
        font-size: 14px !important;
        line-height: 1.5;
        position: absolute;
        top: 375px;
    }

    .section-8 .blog-box:nth-of-type(2) {
        max-width: 1200px;
        margin: auto;
        display: flex;
        flex-direction: column !important;
        padding-inline: 10px;
        gap: 16px;
        position: relative;
        margin-top: 160px !important;
    }

    .section-8 .blog-box:nth-of-type(3) {
        margin-top: 160px !important;
    }

}

@media (max-width: 500px) {
    .section-8 .blog-text p {
        position: absolute;
        top: 345px;
    }
}

@media (max-width: 450px) {
    .section-8 .blog-text p {
        position: absolute;
        top: 326px;
    }
}

@media (max-width: 400px) {
    .section-8 .blog-text p {
        position: absolute;
        top: 300px;
    }
}

@media (max-width: 375px) {
    .section-8 {
        gap: 25px;
    }

    .section-8 h3.title {
        font-size: 20px;
    }
}

.section-9 {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 48px 10px 248px 10px;
}

.section-9 .comment-box {
    width: 80%;
    background-color: #0F223A;
    /* clip-path: polygon(0% 95%, 5% 100%, 95% 100%, 100% 95%, 100% 5%, 95% 0%, 5% 0%, 0% 5%); */
    padding-top: 95px;
    padding-bottom: 190px;
    position: relative;
}

.section-9 .comment-box .triangle-bg {
    position: absolute;
    width: 100px;
    height: 100px;
    background: white;
}

@media (max-width: 1024px) {
    .section-9 .comment-box .triangle-bg {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 768px) {
    .section-9 .comment-box .triangle-bg {
        width: 40px;
        height: 40px;
    }
}

.section-9 .comment-box .triangle-bg:nth-of-type(1) {
    clip-path: polygon(0 0, 100% 0%, 0 100%);
    top: -1px;
    left: -1px;
}

.section-9 .comment-box .triangle-bg:nth-of-type(2) {
    clip-path: polygon(0 0, 100% 0%, 100% 100%);
    top: -1px;
    right: -2px;
}

.section-9 .comment-box .triangle-bg:nth-of-type(3) {
    clip-path: polygon(0 0, 100% 100%, 0 100%);
    bottom: -1px;
    left: -1px;
}

.section-9 .comment-box .triangle-bg:nth-of-type(4) {
    clip-path: polygon(0 100%, 100% 0%, 100% 100%);
    bottom: -1px;
    right: -2px;
}

.section-9 .comment-box .logo {
    margin-top: -123px;
    background-color: #EDBB81;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    width: 240px;
    height: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(-11deg);
    position: absolute;
    top: 95px;
    left: 120px;
}

.section-9 .comment-box .logo img {
    width: 60%;
    height: auto;
    transform: none;
}


@media (max-width: 1110px) {
    .section-9 .comment-box .logo {
        width: 185px;
        height: 158px;
        left: 80px;
    }

    .section-9 .comment-box .title-bar {
        width: 100%;
        padding-right: 0 !important;
        margin-top: 60px;
    }

    .section-9 .comment-box .title-bar h3 {
        margin: auto;
        font-size: 22px;
    }
}

.section-9 .comment-box .title-bar {
    display: flex;
    float: right;
    padding-right: 11.4%;
}

.section-9 .comment-box .title-bar h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    color: #EDBB81;
}

.section-9 .comment-box .outline-bar {
    width: 67.1%;
    height: 430px;
    display: flex;
    justify-content: space-between;
    margin: auto;
    position: relative;
}

.section-9 .comment-box .outline-bar .bg-shape {
    position: absolute;
    inset: 0;
    background-image: url('../img/Vector\ \(3\).png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80% auto;
    pointer-events: none;
}

.section-9 .comment-box .outline-bar .content {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.section-9 .comment-box .outline-bar .content p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 34px;
    color: white;
}

.section-9 .comment-box .outline-bar .content .divider {
    width: 1px;
    height: calc(100vw * 0.2);
    background-image: repeating-linear-gradient(to bottom,
            #7d8da8 0 4px,
            transparent 4px 8px);
    opacity: 0.6;
}

.section-9 .blog-bar {
    width: 100%;
    padding-left: 50px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    gap: 95px;
}

.section-9 .blog-content {
    display: flex;
    max-width: 834px;
    width: 100%;
    margin: auto;
    gap: 107px;
}

/* .section-9 .blog-content .blog-img {
    width: 100%;
    } */
.section-9 .blog-box {
    display: flex;
    flex-direction: column;
    gap: 95px;
}


.section-9 .blog-content .logo-badge {
    display: flex;
    gap: 14px;
    align-items: end;
    margin-left: -34px;
    margin-bottom: 38px;

}

.section-9 .blog-content .logo-badge p {
    color: white;
    font-size: 30px;


}

.section-9 .blog-content .blog-text h3 {
    font-family: "montserrat", sans-serif;
    color: #EDBB81;
    font-size: 48px;
    text-align: end;
    margin-bottom: 50px;
}

/* .section-9 .blog-content .blog-text {
    width: 100%; 
} */

.section-9 .blog-content .blog-text .blog-para {
    /* height: 100px; */
    display: flex;
    flex-direction: column;
    gap: 17px;
    font-family: "roboto", sans-serif;
    font-size: 18px;
    color: white;
    margin-bottom: 36px;
}

.section-9 .blog-content .blog-text .blog-para p:nth-of-type(1) {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    padding: 8px 22px;
    color: black;
    background-color: white;
    width: fit-content;
}

@media (max-width: 1200px) {
    .section-9 {
        padding-bottom: 180px;
    }

    .section-9 .blog-content {
        gap: 80px;
    }

    .section-9 .blog-content .blog-text .blog-para {
        gap: 12px;
        font-size: 16px;
        margin-bottom: 30px;
    }

    .section-9 .blog-content .blog-text .blog-para p:nth-of-type(1) {
        font-size: 18px;
    }
}

@media (max-width: 1000px) {
    .section-9 {
        padding-bottom: 120px;
    }

    .section-9 .comment-box .outline-bar {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section-9 .comment-box .outline-bar .content {
        width: 100%;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }

    .section-9 .comment-box .outline-bar .bg-shape {
        background-size: 100% auto;
    }

    .section-9 .comment-box .outline-bar .content .divider {
        width: calc(100vw * 0.6);
        height: 1px;
    }

    .section-9 .comment-box .outline-bar .content p {
        font-size: 14px;
    }

    .section-9 .comment-box .outline-bar .bg-shape {
        transform: rotate(90deg);
    }

    .section-9 .blog-content .blog-img .content-img {
        width: 320px;
    }
}

@media (max-width: 940px) {
    .section-9 .comment-box .outline-bar .content p {
        font-size: 14px;
    }

    .section-9 .blog-content {
        gap: 30px;
    }

    .section-9 .blog-content .blog-img .content-img {
        width: 280px;
    }
}

@media (max-width: 768px) {
    .section-9 {
        padding-bottom: 106px;
    }

    .section-9 .comment-box {
        padding-top: 30px;
    }

    .section-9 .comment-box .logo {
        width: 160px;
        height: 136px;
        top: 64px;
        left: 15%;
    }

    .section-9 .comment-box .title-bar h3 {
        font-size: 16px;
    }

    .section-9 .blog-content {
        display: flex;
        flex-direction: column;
        gap: unset;
        margin-top: 26px;
        position: relative;
    }

    .section-9 .blog-content .blog-img {
        margin-bottom: 26px;
    }

    .section-9 .blog-content .blog-img .content-img {
        width: 100%;
        padding-right: 30px;
    }

    .section-9 .blog-content .blog-text {
        padding-left: 10px;
    }

    .section-9 .blog-content .blog-text h3 {
        position: absolute;
        top: 70px;
        right: 0px;
        text-shadow: 1px 0 #000, -1px 0 #000, 0 1px #000, 0 -1px #000;
    }
}

@media (max-width: 640px) {
    .section-9 .comment-box .logo {
        width: 140px;
        height: 125px;
    }

}

@media (max-width: 500px) {
    .section-9 .comment-box {
        padding-top: 0;
    }

    .section-9 .comment-box .logo {
        width: 115px;
        height: 102px;
    }

    .section-9 .comment-box .outline-bar .content p {
        font-size: 12px;
    }
}

@media (max-width: 425px) {
    .section-9 .comment-box .title-bar {
        padding-left: 10px;
        padding-right: 10px !important;
    }

    .section-9 .comment-box .title-bar h3 {
        font-size: 12px;
    }

    .section-9 .comment-box .outline-bar .content p {
        font-size: 10px;
    }

    .section-9 .blog-content .blog-text h3 {
        font-size: 38px;
        top: 45px;
    }

    .section-9 .blog-content .logo-badge img {
        width: 40px;
    }

    .section-9 .blog-content .logo-badge p {
        font-size: 20px;
    }
    
}

.section-10 {
    width: 100%;
    background-color: #0F223A;
    background-image: url('../img/sc10-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    padding-top: 67px;
    padding-left: 126px;
    padding-right: 126px;
    padding-bottom: 100px;
}

.section-10 .text-left {
    width: 50%;
    color: white;
}

.section-10 .text-left h1 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 32px;
}

.section-10 .text-right {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.section-10 .text-right p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    background-color: white;
    width: fit-content;
    padding: 8px 22px;
    border: #000 0.5px solid;
}

.section-10 br.sp {
    display: none;
}

@media (max-width: 1224px) {
    .section-10 {
        padding-left: 80px;
        padding-right: 80px;
    }

    .section-10 .text-left h1 {
        font-size: 30px;
    }

    .section-10 .text-right p {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    .section-10 {
        padding-left: 70px;
        padding-right: 70px;
    }

    .section-10 .text-left h1 {
        font-size: 28px;
    }

    .section-10 .text-right p {
        font-size: 14px;
    }
}

@media (max-width: 930px) {
    .section-10 {
        flex-direction: column;
        gap: 85px;
        padding-left: 100px;
        padding-right: 100px;
    }

    .section-10 .text-left {
        width: 100%;
    }

    .section-10 .text-left h1 {
        font-size: 24px;
        float: right;
    }
}

@media (max-width: 650px) {
    .section-10 {
        padding-left: 50px;
        padding-right: 50px;
        background-image: url('../img/sc10-sp-bg.png');
        background-size: 100% auto;
        background-position: top;
    }
}

@media (max-width: 570px) {
    .section-10 {
        padding-left: 28px;
        padding-right: 28px;
    }

    .section-10 .text-left h1 {
        font-size: 20px;
    }

    .section-10 br.sp {
        display: block;
    }

}

@media (max-width: 425px) {
    .section-10 br.sp-ex {
        display: none;
    }
}

.section-11 {
    width: 100%;
    background-color: #0F223A;
    padding-top: 175px;
    padding-left: 193px;
    padding-right: 193px;
    padding-bottom: 110px;
    display: flex;
    position: relative;
    justify-content: center;
}

.section-11 h3 {
    position: absolute;
    top: 50px;
    right: 125px;
    color: white;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 32px;
}

.section-11 .card-box {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
}

.section-11 .card p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    color: white;
    text-align: center;
    margin-top: 33px;
}

@media (max-width: 1080px) {
    .section-11 {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 66px;
    }

    .section-11 .card-box {
        gap: 34px;
    }
}

@media (max-width: 690px) {
    .section-11 h3 {
        font-size: 20px;
        top: 53px;
        right: 25px;
    }
}

.section-12 {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
    justify-content: center;
    background-color: #EDBB81;
    text-align: center;
}

.section-12 p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 46px;
    color: #0F223A;
}

.section-12 br.sp {
    display: none;
}

@media (max-width: 768px) {
    .section-12 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .section-12 br.sp {
        display: block;
    }
}

@media (max-width: 425px) {
    .section-12 p {
        font-size: 14px;
        line-height: 30px;
    }
}

.section-13 {
    width: 100%;
    padding: 103px 158px 106px 130px;
    display: flex;
    flex-direction: column;
    background-color: #EFF6FF;
    background-image: url('../img/sc5-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.section-13 h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 32px;
    color: #0F223A;
}

.section-13 .poly-box {
    display: flex;
    gap: 28px;
    margin-top: 112px;
    align-items: center;
    padding-left: 70px;
    position: relative;
}

.section-13 .poly-badge {
    position: absolute;
    top: -30px;
    left: 14px;
    background-color: #EDBB81;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    width: 140px;
    height: 122px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-11deg);
    z-index: 2;
}

.section-13 .poly-badge h3 {
    transform: rotate(-8deg);
}

.section-13 .poly-bg {
    background: #0F223A;
    clip-path: polygon(0% 100%, 100% 50%, 0% 0%);
    width: 342px;
    height: 196px;
    min-width: 200px;
    display: flex;
    align-items: center;
    padding-left: 5%;
}

.section-13 .normal-bg {
    background: #0F223A;
    width: 342px;
    height: 196px;
    min-width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-13 p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    color: white;
}

.section-13 br.sp {
    display: none;
}

.section-13 .exp-btn {
    width: fit-content;
    background-color: #EDBB81;
    padding: 40px 95px;
    margin: auto;
    margin-top: 125px;
    border: none;
    position: relative;
}

.section-13 .exp-btn h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    color: #0F223A;
}

.section-13 .exp-btn .triangle-bg {
    background-color: #0F223A;
    clip-path: polygon(0% 100%, 100% 100%, 100% 0%);
    width: 48px;
    height: 32px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.section-13 .exp-btn:hover {
    background-color: #0F223A;
    cursor: pointer;
}

.section-13 .exp-btn:hover h3 {
    color: #EDBB81;
}

/* --------- 中間ブレークポイント（1245px） --------- */
@media (max-width:1245px) {
    .section-13 {
        padding-left: 100px;
        padding-right: 100px;
    }

    .section-13 .poly-box {
        padding-left: 0;
        gap: 20px;
    }

    .section-13 br.sp {
        display: block;
    }

    .section-13 .poly-badge {
        top: -63px !important;
        left: -25px !important;
    }
}

/* --------- 768px 以下でも縦並びにしない（横並び維持） --------- */
@media (max-width:768px) {

    .section-13 {
        padding: 60px 10px;
    }

    /* poly-box：横並びのまま縮む */
    .section-13 .poly-box {
        padding-left: 0;
        gap: 10px;
        margin-top: 80px;
        justify-content: space-between;
        width: 100%;
        box-sizing: border-box;
    }

    /* “無料”バッジ位置（縮んでも形を維持） */
    .section-13 .poly-badge {
        top: -45px !important;
        left: 0 !important;
        transform: scale(0.75) rotate(-11deg);
        transform-origin: left top;
    }

    /* ▼ ボックスは横並び維持したまま縮む */
    .section-13 .poly-bg,
    .section-13 .normal-bg {
        width: calc((100% - 20px - 20px) / 3);
        /* 100% − poly-badge の左側余白 − gap合計20px → 3分割 */
        min-width: 125px;
        height: 118px;
        padding: 15px 10px;
        box-sizing: border-box;
    }

    /* 内側テキスト */
    .section-13 p {
        font-size: 12px;
        line-height: 1.3;
    }

    /* SP改行は使用する */
    .section-13 br.sp {
        display: block;
    }
}

@media (max-width: 410px) {

    .section-13 .poly-bg,
    .section-13 .normal-bg {
        margin-left: -50px;
    }

    .section-13 .poly-box .initial-poly {
        margin-left: 0 !important;
    }
}

@media (max-width: 530px) {
    .section-13 .exp-btn {
        padding: 20px 46px;
    }

    .section-13 .exp-btn h3 {
        font-size: 16px;
    }

    .section-13 .exp-btn .triangle-bg {
        width: 27px;
        height: 18px;
    }
}

.section-14 {
    width: 100%;
    background-color: #C6CDD7;
    padding: 125px 260px;
}

.section-14 form {
    width: 100%;
    background-color: white;
    padding: 96px 82px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-14 .header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section-14 .header .logo-group {
    display: flex;
    align-items: center;
}

.section-14 .header .logo-group img {
    width: 100px;
    height: auto;
}

.section-14 .header .logo-group h1 {
    font-family: "montserrat", sans-serif;
    font-size: 48px;
    color: #0F223A;
}

.section-14 .header h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 28px;
    color: #0F223A;
    margin-top: 15px;
}

.section-14 form .form-body {
    margin-top: 78px;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.section-14 form .form-body .form-group {
    width: 100%;
}

.section-14 form .form-body .form-group label {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    color: #0F223A;
}

.section-14 form .form-body .form-group .form-input {
    width: 100%;
    background-color: #E6E6E6;
    height: 32px;
    border: none;
}

#content {
    height: 84px;
}

.section-14 form .submit-btn {
    width: fit-content;
    background-color: #0F223A;
    border: none;
    border-radius: 2px;
    padding: 14px 32px;
    color: white;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    margin: auto;
    margin-top: 78px;
}

@media (max-width: 1024px) {
    .section-14 .header .logo-group img {
        width: 70px;
    }

    .section-14 .header .logo-group h1 {
        font-size: 28px;
    }
}

@media (max-width: 1000px) {
    .section-14 {
        padding: 80px 50px;
    }

    .section-14 .header h3 {
        font-size: 20px;
    }

    .section-14 form .form-body {
        margin-top: 42px;
    }

}

@media (max-width: 768px) {
    .section-14 form {
        padding: 42px 26px
    }

    .section-14 .header h3 {
        font-size: 16px;
    }

    .section-14 form .form-body {
        gap: 40px;
    }

    .section-14 form .submit-btn {
        margin-top: 45px;
    }
}

.section-15 {
    width: 100%;
    background-color: #0F223A;
    padding: 148px 168px 90px 168px;
    display: flex;
    flex-direction: column;
    gap: 72px;
    justify-content: center;
}

.section-15 .privacy,
.section-15 .guide {
    width: 100%;
    background-color: #E1E1E1;
    height: fit-content;
    position: relative;
    line-height: 30px;
    padding: 20px 10px;
}

.section-15 .privacy h1,
.section-15 .guide h1{
    text-align: center;
    margin-bottom: 20px;
}

.section-15 .title {
    position: absolute;
    top: -40px;
    left: -40px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    color: #E1E1E1;
}

@media (max-width: 1024px) {
    .section-15 {
        padding-left: 85px;
        padding-right: 85px;
    }

}

@media (max-width: 768px) {
    .section-15 {
        padding-left: 85px;
        padding-right: 85px;
    }

    .section-15 .title {
        left: 0;
    }
}

@media (max-width: 425px) {
    .section-15 {
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 90px 25px 25px 90px;
    }
}

.section-16 {
    width: 100%;
    padding-top: 27px;
    padding-bottom: 27px;
    background-color: #EDBB81;
    color: #0F223A;
    text-align: center;
}

.section-16 p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: 500;
}

.section-16 br.sp {
    display: none;
}

@media (max-width:768px) {
    .section-16 p {
        font-size: 16px;
    }

    .section-16 br.sp {
        display: block;
    }
}