@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");

/*
ブレークポイント
sp ～ 600px
tab 601～1024px
pc 1025px～
*/



/*------------
全体の設定
-------------*/

html {
    font-family: 'Noto Sans JP';
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    background-color: #fff;

}

/*------------
汎用クラス
-------------*/
.inner {
    padding-left: 5.6%;
    padding-right: 5.6%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width:1025px) {

    .inner {
        padding-left: 0;
        padding-right: 0;
    }

    /*===========max-width:1025px===========*/
}


/*------------
ヘッダー
-------------*/


/*------------
fv
-------------*/

.menu-icon {
    display: none;
}

.top-btn a {
    max-width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    top: -80px;
}

.top-btn img {
    max-width: 100%;
    max-height: 100%;
}


@media screen and (max-width:1024px) {
    .top-btn img {
        max-width: 70%;
        height: auto;
        margin-top: 1%;
    }
}



@media screen and (max-width:768px) {

    .top-btn img {
        max-width: 70%;
        height: auto;
        margin-top: 3%;
    }
}

@media screen and (min-width: 551px) and (max-width: 650px) {

    .top-btn img {
        max-width: 70%;
        height: auto;
        margin-top: 5%;
    }

}

@media screen and (min-width: 451px) and (max-width: 550px) {

    .top-btn img {
        max-width: 60%;
        height: auto;
        margin-top: 9%;
    }

}

@media screen and (min-width: 350px) and (max-width: 450px) {

    .top-btn img {
        max-width: 65%;
        height: auto;
        margin-top: 13%;
    }

}

/*------------
second
-------------*/
.second-img {
    display: flex;
    justify-content: center;
    position: relative;
}

.second-text1 {
    max-width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    top: -210px;
    padding-right: 10%;
    font-size: 3rem;
    font-weight:900;
}

.secondt_text {
    color: #f57f17;
    margin-top: 5%;
    font-size: 3.2rem;
    text-align: center;
    font-weight: bold;
    line-height: 4.3rem;
}

@media screen and (min-width: 1700px) and (max-width: 1800px) {
    .second-text1 {
        top: -210px;
    }
}

@media screen and (min-width: 801px) and (max-width: 900px) {
    .second-text1 {
        top: -185px;
        padding-right: 15%;
    }

    .second-text1 p {
        font-size: 2.2rem;
    }

}

@media screen and (min-width: 701px) and (max-width: 800px) {
    .second-text1 {
        top: -175px;
        padding-right: 15%;
    }

    .second-text1 p {
        font-size: 2.2rem;
    }

}

@media screen and (max-width:768px) {

    .second-text1 {
        top: -160px;
        padding-right: 20%;
    }

    .second-text1 p {
        font-size: 2.2rem;
        line-height: 1.8;
    }
}

@media screen and (min-width: 601px) and (max-width: 660px) {

    .second-text1 {
        top: -145px;
        padding-right: 20%;
    }

    .second-text1 p {
        font-size: 2rem;
        line-height: 1.8;
    }

}

@media screen and (min-width: 501px) and (max-width: 600px) {

    .second-text1 {
        top: -115px;
        padding-right: 20%;
    }

    .second-text1 p {
        font-size: 1.6rem;
        line-height: 1.8;
    }

}

@media screen and (min-width: 401px) and (max-width: 500px) {

    .second-img {
        top: -60px;
    }

    .second-text1 {
        top: -165px;
        padding-right: 20%;
    }

    .second-text1 p {
        font-size: 1.4rem;
        line-height: 1.8;
    }

}

@media screen and (min-width: 301px) and (max-width: 400px) {
    .second-img {
        top: -60px;
    }

    .second-text1 {
        top: -155px;
        padding-right: 20%;
    }

    .second-text1 p {
        font-size: 1.2rem;
        line-height: 1.8;
    }

}

.second-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: -200px;
    z-index: 10;
}

.second-btn img {
    width: 100%;
    max-width: 800px;
    height: auto;
}


.cv-point-area {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 1;
}

.cv-point-img {
    max-width: 100%;
    height: auto;
    margin-top: -180px;
    pointer-events: none;
}


@media screen and (min-width: 1101px) and (max-width: 1200px) {
    .second-btn {
        margin-top: -180px;
    }

    .second-btn img {
        max-width: 600px;
    }

    .cv-point-img {
        margin-top: -180px;
    }

}

@media screen and (min-width: 1001px) and (max-width: 1100px) {

    .second-btn {
        margin-top: -190px;
    }

    .second-btn img {
        max-width: 500px;
    }

    .cv-point-img {
        margin-top: -160px;
    }

}

@media screen and (min-width: 901px) and (max-width: 1000px) {

    .second-btn {
        margin-top: -200px;
    }

    .second-btn img {
        max-width: 480px;
    }

    .cv-point-img {
        margin-top: -140px;
    }

}

@media screen and (min-width: 801px) and (max-width: 900px) {

    .second-btn {
        margin-top: -180px;
    }

    .second-btn img {
        max-width: 440px;
    }

    .cv-point-img {
        margin-top: -120px;
    }


}

@media screen and (min-width: 701px) and (max-width: 800px) {

    .second-btn {
        margin-top: -150px;
    }

    .second-btn img {
        max-width: 380px;
    }

    .cv-point-img {
        margin-top: -110px;
    }

}

@media screen and (min-width: 601px) and (max-width: 700px) {

    .second-btn {
        margin-top: -130px;
    }

    .second-btn img {
        max-width: 320px;
    }

    .cv-point-img {
        margin-top: -90px;
    }

}

@media screen and (min-width: 501px) and (max-width: 600px) {

    .second-btn {
        margin-top: -100px;
    }

    .second-btn img {
        max-width: 270px;
    }

    .cv-point-img {
        margin-top: -80px;
    }


}

@media screen and (min-width: 401px) and (max-width: 500px) {

    .second-btn {
        margin-top: -160px;
    }

    .second-btn img {
        max-width: 220px;
    }

    .cv-point-img {
        margin-top: -60px;
    }


}

@media screen and (min-width: 301px) and (max-width: 400px) {

    .second-btn {
        margin-top: -150px;
    }

    .second-btn img {
        max-width: 200px;
    }

    .cv-point-img {
        margin-top: -60px;
    }
}

.abtest-title {
    font-family: 'Noto Sans JP', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
}

.abtest-dotted-box {
    text-align: center;
    margin: 5% auto;
    width: 90%;
    max-width: 800px;
    margin-bottom: 5%;
}

.dotted-line {
    border-top: 4px dotted #f44336;
    height: 1px;
    width: 100%;
}

.top-line {
    margin-bottom: 1.5rem;
}

.bottom-line {
    margin-top: 1.5rem;
}

.dotted-text {
    font-size: 3rem;
    color: #ff5e00;
    font-weight: 900;
    line-height: 1.8;
    margin: 5% 0;
}

.abtest-main {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 4rem;
}

.abtest-left {
    font-family: 'Noto Sans JP', sans-serif;
    position: relative;
    z-index: 1;
    max-width: 600px;
    color: #004272;
    font-size: 3rem;
    line-height: 1.8;
    font-weight: bold;
    margin-left: 16.5%;
    padding: 0;
    text-align: left;
    letter-spacing: 0.1cap;
}

.abtest-left small {
    display: block;
    margin-top: 1rem;
    font-size: 1.2rem;
    font-weight: normal;
}

.abtest-right {
    position: absolute;
    right: 10%;
    top: 0;
}

.abtest-right img {
    max-width: 450px;
    height: auto;
    padding-right: 5%;
}


.abtest-bottom-text {
    font-size: 4rem;
    font-weight: 900;
    color: #f32713;
    text-align: center;
    margin-top: 3rem;
    line-height: 1.4;
    margin-top: 8%;
}

.bottom-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
}

.bottom-btn img {
    max-width: 80%;
    height: auto;
    margin: 0 auto;
}

@media screen and (min-width: 1101px) and (max-width: 1200px) {
    .abtest-left {
        font-size: 2.8rem;
        margin-left: 13.5%;
    }

    .abtest-right img {
        max-width: 400px;
        height: auto;
        padding-right: 0;
    }
}

@media screen and (min-width: 1001px) and (max-width: 1100px) {
    .abtest-left {
        font-size: 2.8rem;
        margin-left: 5%;
    }

    .abtest-right img {
        max-width: 400px;
        height: auto;
        padding-right: 0;
        margin-left: 15%;
    }
}

@media screen and (min-width: 901px) and (max-width: 1000px) {
    .abtest-left {
        font-size: 2.6rem;
        margin-left: 5%;
    }

    .abtest-left small {
        font-size: 1rem;
    }

    .abtest-right img {
        max-width: 400px;
        height: auto;
        padding-right: 0;
        margin-left: 15%;
    }
}

@media screen and (min-width: 801px) and (max-width: 900px) {
    .abtest-left {
        font-size: 2.4rem;
        margin-left: 5%;
    }

    .abtest-left small {
        font-size: 1rem;
    }

    .abtest-right img {
        max-width: 400px;
        height: auto;
        padding-right: 0;
        margin-left: 20%;
    }

    .dotted-text {
        font-size: 2.5rem;
    }

}

@media screen and (min-width: 701px) and (max-width: 800px) {
    .abtest-left {
        font-size: 2.2rem;
        margin-left: 5%;
    }

    .abtest-left small {
        font-size: 1rem;
    }

    .abtest-right img {
        max-width: 350px;
        height: auto;
        padding-right: 0;
        margin-left: 20%;
    }

    .abtest-bottom-text {
        font-size: 3.5rem;
    }

    .dotted-text {
        font-size: 2.3rem;
    }

}

@media screen and (min-width: 601px) and (max-width: 700px) {
    .abtest-left {
        font-size: 2rem;
        margin-left: 4%;
    }

    .abtest-left small {
        font-size: 1rem;
    }

    .abtest-right img {
        max-width: 300px;
        height: auto;
        padding-right: 0;
        margin-left: 30%;
    }

    .abtest-bottom-text {
        font-size: 3rem;
    }

    .dotted-text {
        font-size: 2rem;
    }

}

@media screen and (min-width: 501px) and (max-width: 600px) {
    .abtest-left {
        font-size: 1.8rem;
        margin-left: 2%;
    }

    .abtest-left small {
        font-size: 0.8rem;
    }

    .abtest-right img {
        max-width: 260px;
        height: auto;
        padding-right: 0;
        margin-left: 30%;
    }

    .abtest-bottom-text {
        font-size: 2.5rem;
    }

    .dotted-text {
        font-size: 1.6rem;
    }

}

@media screen and (min-width: 401px) and (max-width: 500px) {
    .abtest-left {
        font-size: 1.6rem;
        margin-left: -1%;
    }

    .abtest-left small {
        font-size: 0.8rem;
    }

    .abtest-right img {
        max-width: 220px;
        height: auto;
        padding-right: 0;
        margin-left: 38%;
    }

    .abtest-bottom-text {
        font-size: 2rem;
    }

    .dotted-text {
        font-size: 1.3rem;
    }

}

@media screen and (min-width: 301px) and (max-width: 400px) {
    .abtest-left {
        font-size: 1.4rem;
        margin-left: 0;
    }

    .abtest-left small {
        font-size: 0.8rem;
    }

    .abtest-right img {
        max-width: 200px;
        height: auto;
        padding-right: 0;
        margin-left: 38%;
    }

    .abtest-bottom-text {
        font-size: 1.8rem;
    }

    .dotted-text {
        font-size: 1.2rem;
    }

}

.jirei-section {
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
    border-radius: 30px;
    background-color: #f0efe7;
    padding: 2rem 2rem;
    padding-bottom: 0;
    position: relative;
}

.jirei-tag {
    position: absolute;
    top: -3rem;
    right: -3rem;
    background-color: #f9a825;
    color: #fff;
    font-weight: bold;
    font-size: 2.8rem;
    padding: 0;
    border-radius: 8px;
    z-index: 10;
    height: 60px;
    display: flex;
    align-items: flex-end;
    padding: 0 1.2rem 0.4rem;
}

.jirei-tag::after {
    content: '';
    position: absolute;
    top: 95%;
    left: 35px;
    width: 0;
    height: 0;
    border-left: 1px solid transparent;
    border-right: 20px solid transparent;
    border-top: 16px solid #f9a825;
}

.jirei-number {
    font-size: 3.5rem;
    position: relative;
    top: 2px;
    padding-left: 5px;
    padding-top: 0;
}

.jirei-title p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 4rem;
    font-weight: bold;
    color: #ff7700;
    display: block;
    margin: 0 auto 3rem;
    max-width: 600px;
    width: 100%;
    line-height: 1.2;
    font-weight: bold;
    letter-spacing: 0cap;
}

.jirei-box {
    background: #fff;
    border-radius: 20px;
    padding: 1rem;
    position: relative;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    margin-bottom: 5%;
}

.jirei-label {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -1%;
    background-color: #7f94df;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    display: inline-block;
    padding: 0.3rem 1rem;
    border-radius: 30px;
}

.jirei-desc {
    color: #6780df;
    font-size: 2.3rem;
    font-weight: bold;
    line-height: 1.8;
    margin-top: 5rem;
    margin-bottom: 2rem;
}

.jirei-flow-img img {
    width: 100%;
    max-width: 500px;
    display: block;
    margin: 0 auto;
}

.jirei-bottom {
    background-color: #f57f17;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0 0 20px 20px;
    padding: 2rem 1.5rem;
    text-align: center;
    width: calc(100% + 4rem);
    margin-left: -2rem;
    margin-right: -2rem;
}

.jirei-impact {
    font-weight: bold;
    font-size: 3.5rem;
    margin-bottom: 2rem;
    line-height: 1.3;
}

.jirei-voice {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.jirei-voice img {
    width: 30%;
    height: auto;
    margin-right: 2%;
}

.jirei-voice p {
    position: relative;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.4;
    color: #7a95e5;
    letter-spacing: 0cap;
    background-color: #fff;
    padding: 5%;
    border-radius: 10px;
}

.jirei-voice p::before {
    content: '';
    position: absolute;
    left: -18px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 1px solid transparent;
    border-right: 20px solid #fff;
}


.rate-before {
    font-size: 3.5rem;
}

.rate-after {
    color: #ff0000;
    font-size: 3.5rem;
}

.jirei-btn img {
    width: 100%;
    max-width: 400px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.jirei-section2 {
    width: 80%;
    max-width: 800px;
    margin: 10rem auto;
    border-radius: 30px;
    background-color: #f0efe7;
    padding: 4rem 2rem;
    padding-bottom: 3rem;
}

.jirei-title2 {
    position: relative;
}

.jirei-title2 p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 4rem;
    font-weight: bold;
    color: #ff7700;
    display: block;
    margin: 0 auto 3rem;
    max-width: 600px;
    width: 100%;
    line-height: 1.2;
    font-weight: bold;
    letter-spacing: 0cap;
}

.jirei-tag2 {
    position: absolute;
    top: -8rem;
    right: -5rem;
    background-color: #f9a825;
    color: #fff;
    font-weight: bold;
    font-size: 2.8rem;
    padding: 0 1.2rem 0.4rem;
    border-radius: 8px;
    z-index: 10;
    height: 60px;
    display: flex;
    align-items: flex-end;
}

.jirei-tag2::after {
    content: '';
    position: absolute;
    top: 95%;
    left: 35px;
    width: 0;
    height: 0;
    border-left: 1px solid transparent;
    border-right: 20px solid transparent;
    border-top: 16px solid #f9a825;
}

.jirei-tag2 .large {
    font-size: 3rem;
    position: relative;
    top: 0.1rem;
}

.jirei2-voice {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.jirei2-voice p {
    position: relative;
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.5;
    color: #7a95e5;
    letter-spacing: 0cap;
    background-color: #fff;
    padding: 3%;
    border-radius: 10px;
}

.jirei2-voice p::before {
    content: '';
    position: absolute;
    left: -18px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 1px solid transparent;
    border-right: 20px solid #fff;
}

.jirei-section2 .jirei-title {
    text-align: center;
    margin-bottom: 3rem;
}

.jirei-impact2 {
    font-weight: bold;
    font-size: 2.8rem;
    margin-bottom: 2rem;
    line-height: 1.8;
}

.rate-after2 {
    color: #ff0000;
    font-size: 2.5rem;
}

.jirei-bottom2 {
    background-color: #f57f17;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 20px;
    padding: 2rem 1.5rem;
    text-align: center;
}

.jirei2-voice img {
    width: 30%;
    height: auto;
    margin-right: 2%;
}


@media screen and (min-width: 1001px) and (max-width: 1100px) {

    .jirei-desc {
        font-size: 2.2rem;
    }

    .jirei-impact {
        font-size: 2.7rem;
    }

    .jirei-voice p {
        font-size: 2.3rem;
    }

    .rate-before {
        font-size: 3rem;
    }

    .rate-after {
        font-size: 3.8rem;
    }

    .jirei-impact2 {
        font-size: 2.5rem;
    }

    .jirei2-voice p {
        font-size: 2.5rem;
    }

    .jirei2-voice img {
        width: 27%;

    }

    .rate-after2 {
        font-size: 2.5rem;
    }

}

@media screen and (min-width: 901px) and (max-width: 1000px) {

    .jirei-desc {
        font-size: 2rem;
    }

    .jirei-impact {
        font-size: 2.8rem;
    }

    .jirei-voice img {
        width: 28%;
        margin-right: 2%;
    }

    .jirei-voice p {
        font-size: 2.8rem;
        line-height: 1.6;
    }

    .rate-before {
        font-size: 3.5rem;
    }

    .rate-after {
        font-size: 3.5rem;
    }

    .jirei-title2 p {
        font-size: 3.5rem;
    }

    .jirei-impact2 {
        font-size: 2.3rem;
    }

    .jirei2-voice p {
        font-size: 2.5rem;
    }

    .jirei2-voice img {
        width: 24%;

    }

    .rate-after2 {
        font-size: 2.8rem;
    }

}

@media screen and (min-width: 801px) and (max-width: 900px) {

    .jirei-desc {
        font-size: 1.7rem;
    }

    .jirei-label {
        font-size: 1.8rem;
    }

    .jirei-title p {
        font-size: 3.8rem;
    }

    .jirei-impact {
        font-size: 2.8rem;
    }

    .jirei-voice img {
        width: 25%;
        margin-right: 2%;
    }

    .jirei-voice p {
        font-size: 2.6rem;
    }

    .rate-before {
        font-size: 3.5rem;
    }

    .rate-after {
        font-size: 3.5rem;
    }

    .jirei-title2 p {
        font-size: 3.6rem;
    }

    .jirei-impact2 {
        font-size: 2.3rem;
    }

    .jirei2-voice p {
        font-size: 2.3rem;
    }

    .jirei2-voice img {
        width: 22%;

    }

    .rate-after2 {
        font-size: 2.3rem;
    }

}

@media screen and (min-width: 701px) and (max-width: 800px) {

    .jirei-desc {
        font-size: 1.4rem;
    }

    .jirei-label {
        font-size: 1.7rem;
    }

    .jirei-title p {
        font-size: 3.5rem;
    }

    .jirei-tag {
        font-size: 2.5rem;
    }

    .jirei-number {
        font-size: 3.2rem;
    }

    .jirei-impact {
        font-size: 2.6rem;
    }

    .jirei-voice img {
        width: 25%;
        margin-right: 2%;
    }

    .jirei-voice p {
        font-size: 2.5rem;
    }

    .rate-before {
        font-size: 3.2rem;
    }

    .rate-after {
        font-size: 3.6rem;
    }

    .jirei-title2 p {
        font-size: 3.2rem;
    }

    .jirei-impact2 {
        font-size: 2rem;
    }

    .jirei2-voice p {
        font-size: 2.3rem;
    }

    .jirei2-voice img {
        width: 22%;

    }

    .rate-after2 {
        font-size: 2.3rem;
    }

    .jirei-tag2 {
        font-size: 2.8rem;
    }

}


@media screen and (min-width: 601px) and (max-width: 700px) {

    .jirei-desc {
        font-size: 1.2rem;
        margin-bottom: 0.5rem;
    }

    .jirei-label {
        font-size: 1.5rem;
    }

    .jirei-title p {
        font-size: 3.5rem;
    }

    .jirei-tag {
        font-size: 2.1rem;
        height: 50px;
    }

    .jirei-number {
        font-size: 2.8rem;
    }

    .jirei-impact {
        font-size: 2.3rem;
    }

    .jirei-voice img {
        width: 22%;
        margin-right: 2%;
    }

    .jirei-voice p {
        font-size: 2.3rem;
    }

    .rate-before {
        font-size: 3rem;
    }

    .rate-after {
        font-size: 3rem;
    }

    .jirei-voice p::before {
        top: 45%;
    }

    .jirei-title2 p {
        font-size: 3rem;
        margin-bottom: 7%;
    }

    .jirei-impact2 {
        font-size: 1.7rem;
        margin-bottom: 1.5rem;
    }

    .jirei2-voice p {
        font-size: 1.8rem;
    }

    .jirei2-voice img {
        width: 20%;

    }

    .rate-after2 {
        font-size: 1.8rem;
    }

    .jirei2-voice p::before {
        left: -16px;
        top: 45%;
    }

    .jirei-tag2 {
        font-size: 2.4rem;
        height: 50px;
        top: -7rem;
    }

}

@media screen and (min-width: 501px) and (max-width: 600px) {

    .jirei-desc {
        font-size: 1rem;
        margin-top: 3rem;
        margin-bottom: 0.5rem;
    }

    .jirei-label {
        font-size: 1.2rem;
    }

    .jirei-title p {
        font-size: 2.3rem;
    }

    .jirei-tag {
        font-size: 2.1rem;
        height: 50px;
    }

    .jirei-number {
        font-size: 2.8rem;
    }


    .jirei-impact {
        font-size: 2rem;
    }

    .jirei-voice img {
        width: 20%;
        margin-right: 2%;
    }

    .jirei-voice p {
        font-size: 2rem;
    }

    .rate-before {
        font-size: 2.6rem;
    }

    .rate-after {
        font-size: 2.8rem;
    }

    .jirei-voice p::before {
        top: 45%;
        left: -14px;
    }

    .jirei-title2 p {
        font-size: 2.7rem;
        margin-bottom: 7%;
    }

    .jirei-impact2 {
        font-size: 1.4rem;
        margin-bottom: 1.5rem;
    }

    .jirei2-voice p {
        font-size: 1.5rem;
    }

    .jirei2-voice img {
        width: 20%;

    }

    .rate-after2 {
        font-size: 2rem;
    }

    .jirei2-voice p::before {
        left: -16px;
        top: 40%;
    }

    .jirei-tag2 {
        font-size: 2.1rem;
        height: 50px;
        top: -7rem;
    }

}

@media screen and (min-width: 401px) and (max-width: 500px) {

    .jirei-desc {
        font-size: 0.7rem;
        margin-top: 2.5rem;
        margin-bottom: 0.5rem;
    }

    .jirei-label {
        font-size: 0.9rem;
    }


    .jirei-title p {
        font-size: 2.3rem;
        margin-bottom: 2rem;
    }

    .jirei-tag {
        font-size: 1.8rem;
        height: 45px;
    }

    .jirei-number {
        font-size: 2.5rem;
    }

    .jirei-impact {
        font-size: 1.5rem;
    }

    .jirei-voice img {
        width: 18%;
        margin-right: 2%;
    }

    .jirei-voice p {
        font-size: 1.6rem;
    }

    .rate-before {
        font-size: 2.2rem;
    }

    .rate-after {
        font-size: 2.2rem;
    }

    .jirei-voice p::before {
        top: 40%;
        left: -14px;
    }

    .jirei-title2 p {
        font-size: 2.1rem;
        margin-bottom: 6%;
    }

    .jirei-impact2 {
        font-size: 1rem;
        margin-bottom: 1.2rem;
    }

    .jirei2-voice p {
        font-size: 1.1rem;
    }

    .jirei2-voice img {
        width: 18%;

    }

    .rate-after2 {
        font-size: 1.1rem;
    }

    .jirei2-voice p::before {
        left: -14px;
        top: 35%;
    }

    .jirei-tag2 {
        font-size: 2.1rem;
        height: 50px;
        top: -7rem;
    }

}

@media screen and (min-width: 301px) and (max-width: 400px) {

    .jirei-desc {
        font-size: 0.7rem;
        margin-top: 2.5rem;
        margin-bottom: 0.5rem;
    }

    .jirei-label {
        font-size: 0.8rem;
    }


    .jirei-title p {
        font-size: 2.3rem;
        margin-bottom: 2rem;
    }

    .jirei-tag {
        font-size: 1.8rem;
        height: 45px;
    }

    .jirei-number {
        font-size: 2.5rem;
    }

    .jirei-impact {
        font-size: 1.4rem;
    }

    .jirei-voice img {
        width: 16%;
        margin-right: 2%;
    }

    .jirei-voice p {
        font-size: 1.6rem;
    }

    .rate-before {
        font-size: 2rem;
    }

    .rate-after {
        font-size: 2rem;
    }

    .jirei-voice p::before {
        top: 40%;
        left: -14px;
    }

    .jirei-title2 p {
        font-size: 1.8rem;
        margin-bottom: 7%;
    }

    .jirei-impact2 {
        font-size: 0.9rem;
        margin-bottom: 1.2rem;
    }

    .jirei2-voice p {
        font-size: 1.1rem;
    }

    .jirei2-voice img {
        width: 16%;

    }

    .rate-after2 {
        font-size: 1.8rem;
    }

    .jirei2-voice p::before {
        left: -14px;
        top: 35%;
    }

    .jirei-tag2 {
        font-size: 1.8rem;
        height: 45px;
        top: -7rem;
    }


}


.text_color_r {
    color: #f44336;
}

.second_img {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 10px;
}

.second_img img {
    display: block;
    margin: 0 auto;
}

.secondt_text_containar {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 5% auto;
    width: 90%;
    max-width: 1200px;
    margin-top: 10%;
}

.second_text {
    font-size: 3rem;
    text-align: center;
    font-weight: bold;
    line-height: 4.3rem;
}

.secondt_text_containar img {
    max-width: 100%;
    height: auto;
    margin-top: 5%;
    margin-bottom: 10%;
}

.third_img {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 30px;
}

.third_img img {
    display: block;
    margin: 0 auto;
}

.third_text {
    margin-top: 0.5%;
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
    line-height: 3rem;
}

.text_color_b {
    color: #7a95e5;
}

.btn {
    text-align: center;
    margin-top: 8%;
    margin-bottom: 30px;
}

.btn img {
    display: block;
    margin: 0 auto;
}

.test_img {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #ffff00;
    clip-path: polygon(50% 15%, 100% 0, 100% 75%, 50% 100%, 0 75%, 0 0);
}

.test_img img {
    display: block;
    margin: 0 auto;
    padding-top: 180px;
    padding-bottom: 0px;
}

.test_img p {
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 20px;
}

.fourth_text {
    padding-bottom: 150px;
    font-size: 60px;
    color: #616161;
    font-weight: bold;
    line-height: 1.2;
}

.text_color_r_big {
    color: #f44336;
    font-size: 120px;
}

.test_content img {
    display: block;
    margin: 0 auto;
    padding-bottom: 0px;
}

.last_text p {
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 20px;
    color: #201816;
    line-height: 1.8;
}

.last_img {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.last_img img {
    display: block;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0px;
}

.last-btn {
    text-align: center;
    margin-top: -4%;
    margin-bottom: 60px;
}

.last-btn img {
    display: block;
    margin: 0 auto;
}


/*------------
フッター
-------------*/


.footer_img ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 30px;
}

.footer_img li {
    margin-right: 20px;
    /* リストアイテムの間に隙間を設定（お好みで調整） */
}

.footer_inner {
    padding-left: 5.6%;
    padding-right: 5.6%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}



@media screen and (min-width:901px) and (max-width:1400px) {
    header {
        height: auto;
    }

    .header_img {
        flex-direction: column;
        align-items: center;
    }

    .header_img li {
        position: static;
        margin-top: 10px;
    }

    .header_img img {
        max-width: 100%;
    }

    /* .header_img li:nth-child(1) {
        padding-left: 8%;
    }

    .header_img li:nth-child(2) {
        padding-left: 17%;
    }

    .header_img li:nth-child(3) {
        padding-left: 62%;
    }

    .header_img li:nth-child(4) {
        padding-left: 73%;
    }

    .last-btn {
        margin-top: -5%;
    } */

    .last-btn {
        margin-top: -5%;
    }

    .last_img p img {
        width: 500px;
    }

}



@media screen and (min-width:601px) and (max-width:900px) {
    header {
        height: auto;
    }

    .header_img {
        flex-direction: column;
        align-items: center;
    }

    .header_img li {
        position: static;
        margin-top: 10px;
    }

    .header_img img {
        max-width: 100%;
    }


    /* .header_img li:nth-child(1) {
        padding-left: 3%;
    }

    .header_img li:nth-child(2) {
        padding-left: 17%;
    }

    .header_img li:nth-child(3) {
        padding-left: 50%;
    }

    .header_img li:nth-child(4) {
        padding-left: 66%;
    } */

    #top_text img {
        max-width: 80%;
        height: auto;
        padding-top: 10px;
        padding-bottom: 120px;
    }

    #top_text {
        max-width: 100%;
        align-items: center;
        clip-path: polygon(0 1%, 100% 1%, 100% 60%, 50% 80%, 0% 60%);
    }

    .header_img li {
        max-width: 100%;
        height: auto;
        position: absolute;
    }

    .second_text {
        margin-top: 1%;
        font-size: 2rem;
        line-height: 3.5rem;
    }

    .secondt_text {
        margin-top: 1%;
        font-size: 2rem;
        line-height: 3.5rem;
    }

    .last-btn {
        margin-top: -6.5%;
    }

    .fourth_text {
        padding-bottom: 150px;
        font-size: 50px;
        color: #616161;
        font-weight: bold;
        line-height: 1.2;
    }

    .text_color_r_big {
        color: #f44336;
        font-size: 100px;
    }

    .last_img p img {
        width: 400px;
    }

    .last_text p {
        margin-top: 40px;
        margin-bottom: 40px;
        font-size: 18px;
        color: #201816;
        line-height: 1.8;
    }

    .footer_img ul {
        list-style: none;
        padding: 0;
        display: flex;
        justify-content: space-between;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .footer_img li {
        margin-right: 10px;
    }

}




@media screen and (max-width: 601px) {
    header {
        height: auto;
    }

    .header_img {
        flex-direction: column;
        align-items: center;
    }

    .header_img li {
        position: static;
        margin-top: 10px;
    }

    .header_img img {
        max-width: 100%;
    }


    /* header {
        height: 50px;
    }

    .header_img {
        max-width: 50%;
        justify-content: space-between;
    }

    .header_img li:nth-child(1) {
        padding-left: 1%;
    }

    .header_img li:nth-child(2) {
        padding-left: 15%;
    }

    .header_img li:nth-child(3) {
        padding-left: 48%;
    }

    .header_img li:nth-child(4) {
        padding-left: 70%;
        margin-top: 3px;
    } */

    .last-btn {
        margin-top: -5%;
    }

    .last_img p img {
        width: 200px;
    }

    .header_img img {
        max-width: 60%;
        justify-content: space-between;
    }

    #top_text img {
        max-width: 100%;
        height: auto;
    }

    #top_text {
        align-items: center;
        clip-path: polygon(0 1%, 100% 1%, 100% 60%, 50% 70%, 0% 60%);
    }

    .last-btn {
        margin-top: -10%;
    }

    .second_text {
        margin-top: 0;
        font-size: 1.4rem;
        text-align: center;
        font-weight: bold;
        line-height: 2.6rem;
    }

    .secondt_text {
        margin-top: 1%;
        font-size: 1.4rem;
        line-height: 2.6rem;
    }

    #top_text img {
        max-width: 100%;
        max-height: 100%;
        padding-top: 10px;
        padding-bottom: 120px;
        padding-left: 60px;
        padding-right: 60px;
    }

    .third_text {
        margin-top: 0.5%;
        font-size: 1rem;
        text-align: center;
        font-weight: bold;
        line-height: 2.3rem;
    }

    .fourth_text {
        padding-bottom: 150px;
        font-size: 40px;
        color: #616161;
        font-weight: bold;
        line-height: 1.2;
    }

    .text_color_r_big {
        color: #f44336;
        font-size: 80px;
    }

    .last_text p {
        margin-top: 40px;
        margin-bottom: 40px;
        font-size: 0.7rem;
        color: #201816;
        line-height: 1.8;
    }


    .menu-icon {
        display: block;
        padding-top: 25px;
        margin-left: 85%;
    }

    .footer_img ul {
        list-style: none;
        padding: 0;
        display: flex;
        justify-content: space-between;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .footer_img li {
        margin-right: 20px;
    }

}