/* =================================================================
    Reset
   ================================================================= */

@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/css/yakuhanjp.min.css");@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese");@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700;800&display=swap");@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700;800&display=swap");@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700;800&display=swap");@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700;800&display=swap");@import url("https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300&display=swap");@import url("https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300&display=swap");@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700;800&display=swap");@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700;800&display=swap");@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700;800&display=swap");
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,strong,sub,sup,var,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,menu,nav,section,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,picture {
    display: block
}

ol,ul {
    list-style: none
}

blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0
}

img {
    font-size: 0;
    line-height: 0
}

*,::before,::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    word-wrap: inherit
}

html {
    font-size: 62.5%;
    height: 100%
}

/* =================================================================
    Bese
   ================================================================= */

body {
    width: 100%;
    font-family: YakuHanJP, 'Noto Sans JP', san-serif, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: 400;
    color: #362e2b;
    letter-spacing: .1em;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    position: relative
}

*,*:before,*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
    font-size: inherit;
    font-weight: inherit
}

p {
    margin: 0
}

i,em {
    font-style: normal
}

strong {
    font-weight: inherit
}

a {
    text-decoration: none;
    color: inherit;
    -webkit-tap-highlight-color: transparent;
    transition: .25s;
}

a:active,a:focus,a:hover {
    text-decoration: none;
    opacity: .75;
}

a:focus {
    outline: none
}

img {
    width: 100%;
    height: auto;
    vertical-align: bottom
}

a[href^='tel:'] {
    cursor: default;
    pointer-events: none
}

@media only screen and (max-width: 599px) {
    a[href^='tel:'] {
        cursor:pointer;
        pointer-events: auto
    }
}

/* =================================================================
    Header
   ================================================================= */

.header {
    z-index: 5;
    width: 100%;
    background-color: #fff;
}

.header__inner {
    max-width: 1280px;
    margin: 0 auto;
    height: 75px;
    padding: 0 39px 0 46px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__logo {
    width: 303px;
    height: auto;
}

.header__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header__starts {
    width: 131px;
}

@media screen and (max-width: 1280px) {
    .header__inner {
        height: 5.20833vw;
        padding: 0 2.70833vw 0 3.19444vw;
    }

    .header__logo {
        width: 21.04167vw;
    }

    .header__starts {
        width: 9.09722vw;
    }
}

@media screen and (max-width: 800px) {
    .header__inner {
        height:13.33333vw;
        padding: 0 4.26667vw 0 3.46667vw
    }

    .header__logo {
        width: 45.2vw;
    }

    .header__starts {
        width: 22.13333vw;
    }

}

/* =================================================================
    FV
   ================================================================= */

.fv {
    background: url("../img/fv_bg.jpg") center center no-repeat;
    background-size: cover;
}

.fv__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding-top: 72px;
    padding-bottom: 91px;
    padding-left: 298px;
    position: relative;
}

.fv__headline_text {
    margin-top: 18px;
    width: 408px;
}

.fv__headline_sub_text {
    width: 390px;
}

.fv__headline_img_sp_only {
    display: none;
    position: absolute;
    top: 8.26666vw;
    left: 47vw;
    width: 10.13333vw;
    height: 10.13333vw;
}

.fv__appeals_wrapper {
    position: relative;
    margin-top: 15px;
}

.fv__appeals {
    display: flex;
    gap: 15.25px;
}

.fv__appeal {
    background-color: #fff;
    color: #71B837;
    width: 112.5px;
    height: 112.5px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2.25px;
}

.fv__appeal_01 {
    color: #362E2B;
    font-size: 15px;
}

.fv__appeal_02 {
    font-size: 37.5px;
    font-weight: 900;
}

.fv__appeal_02 > span {
    font-size: 30px;
}

.fv__appeal_03 {
    font-size: 16px;
    font-weight: 900;
}

.fv__appeal:nth-child(3) .fv__appeal_02 {
    letter-spacing: -0.04em;
}

.fv__appeal_caution {
    margin-top: 7px;
    font-size: 10.5px;
    letter-spacing: 0;
    color: #362E2B;
}

.fv__char_img {
    position: absolute;
    right: 303px;
    top: 43px;
    width: 337px;
    z-index: 1;
}

.fv__actions {
    position: absolute;
    bottom: 27px;
    right: 306px;
    z-index: 1;
}

.fv__cv_button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 330px;
    height: 80px;
    padding-right: 30px;
    box-shadow: 6px 6px 16px 0px rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    font-size: 21px;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    background-color: #FDAB2A;
}

.fv__cv_button:after {
    content: "";
    position: absolute;
    top: calc(50% + 1px);
    right: 32px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 12px;
    height: 21px;
    background: url("../img/ico_arrow_white.svg") top left no-repeat;
    background-size: 100% 100%;
}

.fv__one_minute_label_pc {
    position: absolute;
    top: -70px;
    right: -42px;
    width: 84px;
}

.fv__one_minute_label_sp {
    display: none;
}

.fv__whole_img {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.fv__whole_img_1 {
    position: absolute;
    top: 38px;
    right: 77px;
    width: 264px;
}

.fv__whole_img_2 {
    position: absolute;
    top: 20px;
    right: 428px;
    width: 127px;
}

.fv__whole_img_3 {
    position: absolute;
    bottom: 0;
    left: 23px;
    width: 300px;
}

.fv__whole_img_4 {
    position: absolute;
    bottom: -35px;
    right: 188px;
    width: 101.25px;
}

@media screen and (max-width: 1920px) {
    .fv {
        background-size: 1920px 1037px;
    }
}

@media screen and (max-width: 1280px) {
    .fv {
        background-size: cover;
    }

    .fv__inner {
        padding-top: calc(72 /1280 * 100vw);
        padding-bottom: calc(91 /1280 * 100vw);
        padding-left: calc(298 /1280 * 100vw);
    }

    .fv__headline_text {
        margin-top: calc(18 /1280 * 100vw);
        width: calc(408 /1280 * 100vw);
    }

    .fv__headline_sub_text {
        width: calc(390 /1280 * 100vw);
    }

    .fv__appeals_wrapper {
        margin-top: calc(15 /1280 * 100vw);
    }

    .fv__appeals {
        gap: calc(15 /1280 * 100vw);
    }

    .fv__appeal {
        width: calc(112 /1280 * 100vw);
        height: calc(112 /1280 * 100vw);
        gap: calc(2 /1280 * 100vw);
    }

    .fv__appeal_01 {
        font-size: calc(15 /1280 * 100vw);
    }

    .fv__appeal_02 {
        font-size: calc(37 /1280 * 100vw);
    }

    .fv__appeal_02 > span {
        font-size: calc(30 /1280 * 100vw);
    }

    .fv__appeal_03 {
        font-size: calc(16 /1280 * 100vw);
    }

    .fv__appeal_caution {
        margin-top: calc(7 /1280 * 100vw);
        font-size: calc(11 /1280 * 100vw);
    }

    .fv__char_img {
        right: calc(303 /1280 * 100vw);
        top: calc(43 /1280 * 100vw);
        width: calc(337 /1280 * 100vw);
    }

    .fv__actions {
        bottom: calc(27 /1280 * 100vw);
        right: calc(306 /1280 * 100vw);
    }

    .fv__cv_button {
        width: calc(330 /1280 * 100vw);
        height: calc(80 /1280 * 100vw);
        padding-right: calc(30 /1280 * 100vw);
        border-radius: calc(16 /1280 * 100vw);
        font-size: calc(21 /1280 * 100vw);
    }

    .fv__cv_button:after {
        right: calc(32 /1280 * 100vw);
        width: calc(12 /1280 * 100vw);
        height: calc(21 /1280 * 100vw);
    }

    .fv__one_minute_label_pc {
        top: calc(-70 /1280 * 100vw);
        right: calc(-42 /1280 * 100vw);
        width: calc(84 /1280 * 100vw);
    }

    .fv__whole_img_1 {
        top: calc(38 /1280 * 100vw);
        right: calc(77 /1280 * 100vw);
        width: calc(264 /1280 * 100vw);
    }

    .fv__whole_img_2 {
        top: calc(20 /1280 * 100vw);
        right: calc(428 /1280 * 100vw);
        width: calc(127 /1280 * 100vw);
    }

    .fv__whole_img_3 {
        left: calc(23 /1280 * 100vw);
        width: calc(300 /1280 * 100vw);
    }

    .fv__whole_img_4 {
        bottom: calc(-35 /1280 * 100vw);
        right: calc(188 /1280 * 100vw);
        width: calc(100 /1280 * 100vw);
    }
}

@media screen and (max-width: 800px) {
    .fv {
        background: none;
    }

    .fv__inner {
        padding-top: 8vw;
        padding-bottom: 5.33333vw;
        padding-left: 5.33333vw;
        padding-right: 5.33333vw;
        background: url("../img/fv_bg_sp.png") center no-repeat;
        background-size: cover;
    }

    .fv__headline {
        position: relative;
        z-index: 1;
    }

    .fv__headline_sub_text {
        width: 42.13333vw;
    }

    .fv__headline_text {
        margin-top: 4.26666vw;
    }

    .fv__headline_text {
        width: 60.43733vw;
    }

    .fv__headline_img_sp_only {
        display: block;
    }

    .fv__appeals_wrapper {
        position: relative;
        margin-top: 24.9307vw;
        z-index: 2;
    }

    .fv__appeals {
        gap: 2.13333vw;
    }

    .fv__appeal {
        width: 21.33333vw;
        height: 21.33333vw;
        gap: 0.97067vw;
    }

    .fv__appeal_01 {
        color: #362E2B;
        font-size: 2.58666vw;
    }

    .fv__appeal_02 {
        font-size: 5.82133vw;
        font-weight: 900;
    }

    .fv__appeal_02 > span {
        font-size: 4.20266vw;
    }

    .fv__appeal_03 {
        font-size: 2.90933vw;
        font-weight: 900;    
    }

    .fv__appeal_caution {
        display: none;
    }

    .fv__actions {
        margin-top: 5.3333vw;
        position: relative;
        bottom: auto;
        right: auto;
    }

    .fv__cv_button {
        border-radius: 8px;
        font-size: 5.86666vw;
        width: 100%;
        height: 16.53333vw;
    }

    .fv__cv_button:after {
        width: 2.66666vw;
        height: 4.59733vw;
        right: 5.968vw;
    }

    .fv__one_minute_label_pc {
        display: none;
    }
    
    .fv__one_minute_label_sp {
        display: block;
        position: absolute;
        top: -16.5vw;
        right: 0.7vw;
        width: 20.46666vw;
    }

    .fv__char_img {
        top: 27.33333vw;
        right: 0;
        width: 72.6vw;
        height: 83.46666vw;
    }

    .fv__whole_img {
        height: 132.26666vw;
        top: 7.46666vw;
    }
        
    .fv__whole_img_1 {
        width: 83.2vw;
        height: 73.36vw;
        top: 0;
        right: 0;
    }

    .fv__whole_img_2 {
        display: none;
    }

    .fv__whole_img_3 {
        display: none;
    }

    .fv__whole_img_4 {
        display: none;
    }
}

/* =================================================================
    Recommend
   ================================================================= */

.recommend {
    padding: 80px 0 120px;
}

.recommend__inner {
    width: 900px;
    margin: 0 auto
}

.recommend__title {
    margin: 0 0 63px;
    font-size: 45px;
    color: #71B837;
    font-weight: 900;
    line-height: 1.25;
    text-align: center
}

.recommend__onayami_img {
    width: 100%;
}

.recommend__blockmid {
    position: relative;
    margin: 78px auto 27px;
    padding: 32px 0 30px 43px;
    border: 3px solid #6eb92a
}

.recommend__highlight {
    font-size: 36px;
    line-height: 1.4;
    letter-spacing: -0.05em;
    font-weight: 900;
    color: #71B837;
}

.recommend__highlight--small {
    font-size: 24px;
    font-weight: 900;
}

.recommend__img {
    position: absolute;
    right: 28px;
    bottom: 0;
    width: 239px;
}

.recommend__text {
    font-size: 21px;
    font-weight: 400;
    line-height: 2;
    text-align: justify;
    word-break: break-all
}

@media screen and (max-width: 1280px) {
    .recommend {
        padding: 5.55555vw 0 8.33333vw
    }

    .recommend__inner {
        width: 62.5vw;
    }

    .recommend__title {
        margin: 0 0 4.26667vw;
        font-size: 3.125vw;
    }

    .recommend__blockmid {
        margin: 5.40833vw auto 2.1625vw;
        padding: 2.34375vw 0 1.64375vw 3.02916vw;
        border-width: .20833vw;
    }

    .recommend__highlight {
        font-size: 2.5vw;
        line-height: 3.61979vw;
    }

    .recommend__highlight--small {
        font-size: 1.66666vw;
        line-height: 2.41354vw;
    }

    .recommend__img {
        right: 1.92708vw;
        bottom: -.05208vw;
        width: 16.5625vw;
    }

    .recommend__text {
        font-size: 1.45833vw;
    }
}

@media screen and (max-width: 800px) {
    .recommend {
        padding: 16vw 0 18.66667vw
    }

    .recommend__inner {
        width: 89.33333vw
    }

    .recommend__blockheader {
        margin: 0 0 10.66667vw;
        padding: 10.66667vw 5.33333vw 16vw;
        background: url("../img/recommend_blockheader_bg_sp.png") top left no-repeat;
        background-size: 100% 100%
    }

    .recommend__title {
        margin: 0 0 2.66667vw;
        font-size: 50px;
        font-size: 6.66667vw;
        line-height: 1.4
    }

    .recommend__onayami_img {
        margin-top: 8.53333vw;
        width: 89.33333vw;
    }

    .recommend__blockmid {
        width: 89.33333vw;
        margin: 8.53333vw auto 8vw;
        padding: 4vw 0 0;
        border: 1.06667vw solid #6eb92a
    }

    .recommend__highlight {
        width: 80vw;
        height: 34.13333vw;
        text-align: center;
        margin: 0 auto 1.6vw;
        font-size: 8.53333vw;
        line-height: 10.66666vw;
        font-weight: 900;
    }

    .recommend__highlight--small {
        font-size: 6vw;
        line-height: 9.26666vw;
    }

    .recommend__img {
        position: static;
        right: auto;
        bottom: auto;
        width: 52.66667vw;
        height: 41.2vw;
        margin: 0 auto
    }

    .recommend__text {
        width: 83.46667vw;
        font-size: 32px;
        font-size: 4.26667vw;
        line-height: 1.688
    }
}

/* =================================================================
    Testimonial
   ================================================================= */

.testimonial {
    padding: 102px 0 290px;
    background-color: #71B837;
    background-image: url('../img/testimonial__bg.png');
    background-size: 1440px 208px;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.testimonial__title {
    margin: 0 0 70px;
    font-size: 45px;
    color: #fff;
    font-weight: 900;
    text-align: center
}

.testimonial__inner {
    width: 900px;
    margin: 0 auto;
}

.testimonial__box {
    padding: 60px 60px 54px;
    background-color: #fff;
}

.testimonial__box:not(:last-of-type) {
    margin: 0 0 45px;
}

.testimonial__box ._blockheader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    margin: 0 0 36px;
}

.testimonial__box ._blockheader ._textBox ._company {
    margin: 13px 0 2px;
    font-size: 21px;
    line-height: 1.5;
    font-weight: 900;
}

.testimonial__box ._blockheader ._textBox ._title {
    margin: 0 0 18px;
    font-size: 40px;
    font-size: 33px;
    color: #6eb92a;
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: -0.01em;
}

.testimonial__box ._blockheader ._textBox ._name {
    font-size: 15px;
}

.testimonial__box ._blockheader ._img {
    width: 300px;
    margin-right: 45px;
}

.testimonial__box ._blockfooter ._textBox:first-of-type {
    margin: 0 0 23px;
}

.testimonial__question {
    display: flex;
    align-items: center;
    gap: 6px;
}

.testimonial__question_icon {
    width: 36.75px;
}

.testimonial__question_text {
    font-weight: 900;
    font-size: 24px;
    line-height: 1.5;
    color: #71B837;
}

.testimonial__answer {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 5px;
}

.testimonial__answer_icon {
    width: 36.75px;
}

.testimonial__answer_title {
    font-weight: 900;
    font-size: 24px;
    line-height: 1.5;
}

.testimonial__answer_description {
    font-size: 18px;
    line-height: 1.5;
    margin-left: 45px;
}

.testimonial__answer_description_omission_pc {
    display: block;
    font-size: 18px;
    line-height: 1.5;
    margin-left: 45px;
}

.testimonial__answer_description_omission_sp {
    display: none;
}

.testimonial__answer_description_hidden {
    display: none!important;
}

.testimonial__answer_description_succession {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    color: #71B837;
    border-bottom: 1px solid #71B837;
}

.testimonial__question_box.close:hover {
    cursor: pointer;
}

.testimonial__other_voices {
    margin-top: 71px;
}

.testimonial__other_voices_title {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.testimonial__other_voices_title_waku {
    margin: 16px auto 0;
    width: 585px;
    height: 30px;
}

.testimonial__other_voice_wrapper {
    margin-top: 1px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.testimonial__other_voice {
    margin: 35.25px auto 0;
    width: 900px;
    display: flex;
    align-items: flex-start;
}

.testimonial__other_voice_user {
    width: 147px;
}

.testimonial__other_voice_waku {
    position: relative;
    width: 708px;
    padding: 24px 30px;
    background-color: #fff;
    border-radius: 1.04166vw;
}

.testimonial__other_voice_waku_left {
    margin-left: 45px;
}

.testimonial__other_voice_waku_left:before {
    content: ""; /* 空の内容で疑似要素を作成 */
    position: absolute;
    top: 53px; /* 要素の中央に三角形を配置 */
    left: -32px; /* 三角形の幅分左に配置 */
    transform: translateY(-50%); /* 垂直方向の中央揃えの調整 */
    width: 0;
    height: 0;
    border-top: 21px solid transparent;  /* 半分の高さ */
    border-bottom: 21px solid transparent; /* 半分の高さ */
    border-right: 33.5px solid #fff;
}

.testimonial__other_voice_waku_right {
    margin-right: 45px;
}

.testimonial__other_voice_waku_right:before {
    content: ""; /* 空の内容で疑似要素を作成 */
    position: absolute;
    top: 53px; /* 要素の中央に三角形を配置 */
    right: -32px; /* 三角形の幅分左に配置 */
    transform: translateY(-50%); /* 垂直方向の中央揃えの調整 */
    width: 0;
    height: 0;
    border-top: 21px solid transparent;  /* 半分の高さ */
    border-bottom: 21px solid transparent; /* 半分の高さ */
    border-left: 33.5px solid #fff;
}

.testimonial__other_voice_waku_title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.02em;
    color: #71B837;
}

.testimonial__other_voice_waku_description {
    font-size: 21px;
    line-height: 1.45;
    letter-spacing: -0.02em;
    margin-top: 14px;
}

@media screen and (max-width: 1280px) {
    .testimonial {
        padding: 8.33333vw 0 20.10416vw;
        background-size: 100vw 14.44322vw;
        background-position: center bottom 0.20833vw;
    }

    .testimonial__title {
        margin: 0 0 4.16667vw;
        font-size: 3.125vw;
    }

    .testimonial__inner {
        width: 62.5vw;
    }

    .testimonial__box {
        padding: 3.125vw 4.16667vw;
    }

    .testimonial__box:not(:last-of-type) {
        margin: 0 0 3.125vw
    }

    .testimonial__box ._blockheader {
        margin: 0 0 3.125vw
    }

    .testimonial__box ._blockheader ._textBox ._company {
        margin: 0 0 .625vw;
        font-size: 1.45833vw;
    }

    .testimonial__box ._blockheader ._textBox ._title {
        margin: 0 0 1.04167vw;
        font-size: 2.25vw;
    }

    .testimonial__box ._blockheader ._textBox ._name {
        font-size: 1.04166vw
    }

    .testimonial__box ._blockheader ._img {
        width: 20.83333vw;
        height: 13.07292vw;
        margin: 0 3.125vw 0 0;
    }

    .testimonial__box ._blockfooter ._textBox:first-of-type {
        margin: 0 0 3.125vw;
    }

    .testimonial__question {
        gap: 0.41666vw;
    }

    .testimonial__question_icon {
        width: 2.55208vw;
    }

    .testimonial__question_text {
        font-size: 1.66666vw;
        line-height: 1.80989vw;
    }

    .testimonial__answer {
        gap: 0.41666vw;
        margin-top: 0.41666vw;
    }

    .testimonial__answer_icon {
        width: 2.55208vw;
    }

    .testimonial__answer_title {
        font-size: 1.66666vw;
        line-height: 1.80989vw;
    }

    .testimonial__answer_description {
        font-size: 1.25vw;
        line-height: 1.75416vw;
        margin-left: 3vw;
    }

    .testimonial__answer_description_omission_pc {
        font-size: 1.25vw;
        line-height: 1.35416vw;
        margin-left: 3vw;
    }

    .testimonial__answer_description_succession {
        font-size: 1.25vw;
        line-height: 1.35416vw;
        border-bottom: 0.05208vw solid #71B837;
    }

    .testimonial__other_voices {
        margin-top: 4.16666vw;
    }

    .testimonial__other_voices_title {
        font-size: 3.125vw;
        line-height: 3.01666vw;
    }

    .testimonial__other_voices_title_waku {
        margin: 0.82083vw auto 0;
        width: 40.625vw;
        height: 1.5625vw;
    }

    .testimonial__other_voice_wrapper {
        margin-top: 0.67708vw;
    }

    .testimonial__other_voice {
        margin: 60px auto 0;
        width: 62.5vw;
    }

    .testimonial__other_voice_user {
        width: 10.20833vw;
    }

    .testimonial__other_voice_waku {
        width: 49.21875vw;
        padding: 1.66666vw 2.08333vw;
        border-radius: 1.04166vw;
    }

    .testimonial__other_voice_waku_left {
        margin-left: 3.07291vw;
    }

    .testimonial__other_voice_waku_left:before {
        top: 38%; /* 要素の中央に三角形を配置 */
        left: -2.2vw; /* 三角形の幅分左に配置 */
        border-top: 1.43229vw solid transparent;  /* 半分の高さ */
        border-bottom: 1.43229vw solid transparent; /* 半分の高さ */
        border-right: 2.29166vw solid #fff;
    }

    .testimonial__other_voice_waku_right {
        margin-right: 3.07291vw;
    }

    .testimonial__other_voice_waku_right:before {
        top: 38%; /* 要素の中央に三角形を配置 */
        right: -2.2vw; /* 三角形の幅分左に配置 */
        border-top: 1.43229vw solid transparent;  /* 半分の高さ */
        border-bottom: 1.43229vw solid transparent; /* 半分の高さ */
        border-left: 2.29166vw solid #fff;
    }

    .testimonial__other_voice_waku_title {
        font-size: 1.56vw;
        line-height: 2.08333vw;
    }

    .testimonial__other_voice_waku_description {
        font-size: 1.45833vw;
        line-height: 1.80989vw;
        margin-top: 1.04166vw;
    }
}

@media screen and (max-width: 800px) {
    .testimonial {
        padding: 16vw 0 22.93333vw;
        background-color: #71B837;
        background-size: 100vw 14.4vw;
        background-repeat: no-repeat;
        background-position: center bottom 0.20833vw;
    
    }

    .testimonial__title {
        margin: 0 0 8vw;
        font-size: 50px;
        font-size: 6.66667vw
    }

    .testimonial__inner {
        width: 89.33333vw
    }

    .testimonial__box {
        padding: 10.66667vw 5.33333vw
    }

    .testimonial__box:not(:last-of-type) {
        margin: 0 0 10.66667vw
    }

    .testimonial__box ._blockheader {
        display: block;
        margin: 0 0 8vw
    }

    .testimonial__box ._blockheader ._textBox {
        margin: 0 0 8vw;
        text-align: center
    }

    .testimonial__box ._blockheader ._textBox ._company {
        margin: 0 0 2.66667vw;
        font-size: 32px;
        font-size: 4.26667vw
    }

    .testimonial__box ._blockheader ._textBox ._title {
        margin: 0 0 2.66667vw;
        font-size: 42px;
        font-size: 5.6vw;
        line-height: 1.524
    }

    .testimonial__box ._blockheader ._textBox ._name {
        font-size: 24px;
        font-size: 3.2vw
    }

    .testimonial__box ._blockheader ._img {
        width: 100%;
        height: 49.33333vw;
        margin: 0
    }

    .testimonial__box ._blockfooter {
        display: block
    }

    .testimonial__box ._blockfooter ._textBox {
        width: 100%
    }

    .testimonial__box ._blockfooter ._textBox:first-of-type {
        margin: 0 0 13.33333vw
    }

    .testimonial__box ._blockfooter ._textBox:last-of-type {
        padding: 0
    }

    .testimonial__box ._blockfooter ._textBox ._question {
        margin: 0 0 5.33333vw;
        font-size: 32px;
        font-size: 4.26667vw;
        line-height: 1.375;
        text-align: center
    }

    .testimonial__box ._blockfooter ._textBox ._answer {
        font-size: 32px;
        font-size: 4.26667vw
    }

    .testimonial__box ._blockfooter ._textBox ._answer>dt {
        margin: 0 0 1.33333vw;
        line-height: 1.688
    }

    .testimonial__box ._blockfooter ._textBox ._answer>dd {
        line-height: 1.688
    }

    .testimonial__box ._blockfooter ._textBox ._answer>dd ._adj {
        line-height: 1.688
    }

    .testimonial__box ._blockfooter ._textBox ._answer>dd ._adj:not(:last-of-type) {
        margin: 0 0 4vw
    }

    .testimonial__question {
        display: flex;
        align-items: center;
        gap: 2.13333vw;
    }
    
    .testimonial__question_icon {
        width: 8.53333vw;
    }
    
    .testimonial__question_text {
        font-weight: 900;
        font-size: 4.6vw;
        line-height: 6.93333vw;
        color: #71B837;
    }
    
    .testimonial__answer {
        display: flex;
        align-items: center;
        gap: 2.13333vw;
        margin-top: 2.13333vw;
    }
    
    .testimonial__answer_icon {
        width: 8.53333vw;
    }
    
    .testimonial__answer_title {
        font-weight: 900;
        font-size: 4.6vw;
        line-height: 6.93333vw;
    }
    
    .testimonial__answer_description {
        font-size: 4.26666vw;
        line-height: 6.13333vw;
        margin-left: 10vw;
        margin-top: 2.13333vw;
    }

    .testimonial__answer_description_omission_sp {
        display: block;
        font-size: 4.26666vw;
        line-height: 6.13333vw;
        margin-left: 10vw;
        margin-top: 2.13333vw;
    }

    .testimonial__answer_description_omission_pc {
        display: none;
    }

    .testimonial__answer_description_succession {
        font-size: 4.26666vw;
        border-width: 0.26666vw;
    }

    .testimonial__other_voices {
        margin-top: 8.53333vw;
    }
    
    .testimonial__other_voices_title {
        color: #fff;
        font-size: 5.33333vw;
        font-weight: 700;
        line-height: 7.72266vw;
        text-align: center;
    }
    
    .testimonial__other_voices_title_waku {
        margin: 2.66666vw auto 0;
        width: 70.4vw;
        height: 4vw;
    }
    
    .testimonial__other_voice_wrapper {
        margin-top: 3.2vw;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    
    .testimonial__other_voice {
        margin: 5.33333vw auto 0;
        width: 89.33333vw;
        display: flex;
        align-items: start;
    }
    
    .testimonial__other_voice_user {
        width: 13.86666vw;
    }
    
    .testimonial__other_voice_waku {
        position: relative;
        width: 70.13333vw;
        padding: 4.26666vw;
        background-color: #fff;
        border-radius: 5.33333vw;
    }
    
    .testimonial__other_voice_waku_left {
        margin-left: 3.07291vw;
    }
    
    .testimonial__other_voice_waku_left:before {
        content: ""; /* 空の内容で疑似要素を作成 */
        position: absolute;
        top: 7.46666vw; /* 要素の中央に三角形を配置 */
        left: -2.2vw; /* 三角形の幅分左に配置 */
        transform: translateY(-50%); /* 垂直方向の中央揃えの調整 */
        width: 0;
        height: 0;
        border-top: 2vw solid transparent;  /* 半分の高さ */
        border-bottom: 2vw solid transparent; /* 半分の高さ */
        border-right: 3.2vw solid #fff;
    }
    
    .testimonial__other_voice_waku_right {
        margin-right: 3.07291vw;
    }
    
    .testimonial__other_voice_waku_right:before {
        content: ""; /* 空の内容で疑似要素を作成 */
        position: absolute;
        top: 7.46666vw; /* 要素の中央に三角形を配置 */
        right: -2.2vw; /* 三角形の幅分左に配置 */
        transform: translateY(-50%); /* 垂直方向の中央揃えの調整 */
        width: 0;
        height: 0;
        border-top: 1.43229vw solid transparent;  /* 半分の高さ */
        border-bottom: 1.43229vw solid transparent; /* 半分の高さ */
        border-left: 2.29166vw solid #fff;
    }
    
    .testimonial__other_voice_waku_title {
        font-size: 4.26666vw;
        font-weight: 700;
        line-height: 6.13333vw;
        color: #71B837;
    }
    
    .testimonial__other_voice_waku_description {
        font-size: 4.26666vw;
        line-height: 6.13333vw;
        margin-top: 2.13333vw;
    }
}

/* =================================================================
    Reason
   ================================================================= */

.reason {
    padding: 100px 0 93px;
    background-color: #fff
}

.reason__title {
    font-size: 45px;
    color: #71B837;
    font-weight: 900;
    line-height: 1.05;
    text-align: center
}

.reason__title ._number {
    vertical-align: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 75px;
}

.reason__inner {
    width: 1050px;
    margin: 0 auto
}

.reason__box {
    position: relative;
    margin: 86px 0 0;
    padding: 57px 0 0 32px;
    display: flex;
    justify-content: space-between;
    height: 411px;
}

.reason__box ._titleBox {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 498px;
    height: 183px;
    background-color: #71B837;
    -webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.2);

}

.reason__box ._titleBox ._title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}

.reason__box ._titleBox ._title ._english {
    margin: 0 0 12px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 45px;
}

.reason__box ._titleBox ._title ._important {
    font-size: 37px;
    font-weight: 900
}

.reason__box ._text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: start;
    -ms-flex-pack: center;
    justify-content: start;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    width: 412px;
    margin: 157px 0 0 0;
    font-size: 21px;
    color: #362E2B;
    font-weight: 700;
    line-height: 2.15;
}

.reason__box ._text._small {
    font-size: 32px;
}

.reason__box ._img {
    width: 615px;
    height: 350px;
}

.reason__box._04 ._text,
.reason__box._05 ._text {
    font-size: 19px;
}

.reason__box._06 ._titleBox ._title ._important {
    font-size: 32px;
}

@media screen and (max-width: 1280px) {
    .reason {
        padding: 6.25vw 0 8.33333vw;
    }

    .reason__title {
        font-size: 3.125vw;
    }

    .reason__title ._number {
        vertical-align: -.20833vw;
        font-size: 4.16667vw
    }

    .reason__inner {
        width: 72.91666vw;
        margin: 0 auto
    }

    .reason__box {
        margin: 4.16667vw 0 0;
        padding: 3.90625vw 0 0 1.6vw;
        height: 28.22916vw;
    }

    .reason__box ._titleBox {
        width: 34.58333vw;
        height: 12.70833vw;
        -webkit-box-shadow: .33479vw .39896vw 1.04167vw 0 rgba(0,0,0,0.2);
        box-shadow: .33479vw .39896vw 1.04167vw 0 rgba(0,0,0,0.2)
    }

    .reason__box ._titleBox ._title ._english {
        margin: 0 0 .83333vw;
        font-size: 3.125vw
    }

    .reason__box ._titleBox ._title ._important {
        font-size: 2.5vw;
    }

    .reason__box ._text {
        width: 27.5vw;
        height: 9vw;
        margin: 10.4vw 0 0 0;
        font-size: 1.5vw;
        line-height: 1.667;
    }

    .reason__box ._text._small {
        font-size: 1.66667vw
    }

    .reason__box ._img {
        width: 42.70833vw;
        height: 21.35416vw
    }

    .reason__box._04 ._text,
    .reason__box._05 ._text {
        font-size: 1.3vw
    }

    .reason__box._06 ._titleBox ._title ._important {
        font-size: 1.66667vw
    }
}

@media screen and (max-width: 800px) {
    .reason {
        padding:10.66667vw 0 16vw
    }

    .reason__title {
        margin: 0 0 4vw;
        font-size: 50px;
        font-size: 6.66667vw;
        line-height: 1.4
    }

    .reason__title ._bottom {
        display: block;
        margin: -2.13333vw 0 0
    }

    .reason__title ._number {
        vertical-align: -.53333vw;
        font-size: 70px;
        font-size: 9.33333vw
    }

    .reason__inner {
        display: block;
        width: 89.33333vw;
        margin: 0 auto
    }

    .reason__box {
        width: 100%;
        height: auto;
        margin: 6.66667vw 0 0;
        padding: 0;
        flex-direction: column-reverse;
    }

    .reason__box ._titleBox {
        width: 62.4vw;
        height: 22.4vw;
        -webkit-box-shadow: .85707vw 1.02133vw 2.66667vw 0 rgba(0,0,0,0.2);
        box-shadow: .85707vw 1.02133vw 2.66667vw 0 rgba(0,0,0,0.2)
    }

    .reason__box ._titleBox ._title ._english {
        margin: 0 0 2.13333vw;
        font-size: 24px;
        font-size: 6.4vw
    }

    .reason__box ._titleBox ._title ._important {
        font-size: 20px;
        font-size: 5.33333vw
    }

    .reason__box ._text {
        width: 100%;
        height: 18.4vw;
        font-size: 16px;
        font-size: 4.26666vw;
        line-height: 1.5;
        margin-top: 4.26666vw;
    }

    .reason__box._04 ._text,
    .reason__box._05 ._text {
        font-size: 4.26666vw;
    }

    .reason__box._04 ._text {
        height: 24.53333vw;
    }

    .reason__box ._img {
        width: 84vw;
        height: 48vw;
        margin-top: 17vw;
        margin-left: 5.33333vw;
    }
}

/* =================================================================
    Comparison
   ================================================================= */

.comparison {
    background-color: #71B837;
}

.comparison__body {
    padding-top: 72px;
}

.comparison__title {
    margin-bottom: 2px;
    font-size: 45px;
    line-height: 1.45;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.comparison__sub-title {
    margin-bottom: 36px;
    font-size: 28.5px;
    line-height: 1.5;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.comparison__table {
    position: relative;
    background-color: #fff;
    border-radius: 6px;
    max-width: 900px;
    margin: 0 auto;
    z-index: 1;
    padding: 13.5px 18px 8px;
}

.comparison__table table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.comparison__table thead th {
    height: 60px;
    font-size: 18.75px;
    font-weight: 700;
    vertical-align: middle;
}

.comparison__table thead th:first-child {
    width: 25%;
}
.comparison__table thead th:nth-child(2) {
    width: 38%;
}
.comparison__table thead th:nth-child(3) {
    width: 37%;
}
.comparison__table thead th.highlight {
    border-top: 3px solid #70BA2C;
    border-left: 3px solid #70BA2C;
    border-right: 3px solid #70BA2C;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    box-shadow: 0px 3px 8px 0px #70BA2C80;
}

.comparison__table thead th > span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.comparison__table thead .logo {
    width: 93px;
    display: block;
    margin-right: 7.5px;
}

.comparison__table tbody th,
.comparison__table tbody td {
    text-align: center;
    border-top: 1px solid #D9D9D9;
    vertical-align: middle;
}

.comparison__table tbody th {
    font-size: 18.75px;
}

.comparison__table tbody th small {
    font-size: 13.5px;
}

.comparison__table tbody td {
    padding: 10px 0;
    color: #7F7F7F;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
}

.comparison__table tbody td.highlight {
    border-top: 1px solid #CFE1C5;
    font-size: 21px;
    line-height: 1.25;
    color: #70BA2C;
    border-left: 3px solid #70BA2C;
    border-right: 3px solid #70BA2C;
    background-color: #F5FAF2;
    box-shadow: 0px 3px 8px 0px #70BA2C80;
}

.comparison__table tbody tr:last-child td.highlight {
    border-bottom: 3px solid #70BA2C;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.comparison__table tbody .good,
.comparison__table tbody .not-so-good {
    display: block;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 5px;
}

.comparison__table tbody .good {
    font-size: 30px;
    color: #FF7A02;
}
.comparison__table tbody .not-so-good {
    color: #000;
    font-size: 22.5px;
}

.comparison__result {
    position: relative;
    margin-top: -58px;
    padding: 75px 0 72px;
    background-color: #F0F6EB;
}

.comparison__result::before {
    content: "";
    display: block;
    width: 88.5px;
    height: 52.5px;
    margin: 0 auto 16px;
    background-image: url("../img/ico_comparison_result_arrow.svg");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
}

.comparison__result-title {
    margin-bottom: 20px;
    color: #71B837;
    font-size: 26.25px;
    font-weight: 700;
    line-height: 1.45;
    text-align: center;
}

.comparison__result-title em {
    font-size: 37.5px;
}

.comparison__result-title .underline {
    position: relative;
}

.comparison__result-title .underline::after {
    position: absolute;
    content: "";
    display: block;
    bottom: 1px;
    left: 0;
    right: 0;
    height: 4px;
    width: 100%;
    background-color: #71B837;
}

.comparison__result-image-01 {
    position: absolute;
    display: block;
    left: calc(50% - 582px);
    bottom: -10px;
    width: 208px;
}

.comparison__result-image-02 {
    position: absolute;
    display: block;
    right: calc(50% - 533px);
    bottom: -10px;
    width: 198px;
}

.comparison__result-list {
    max-width: 772.5px;
    margin: 0 auto 28px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26.25px;
}

.comparison__result-list-item {
    background-color: #fff;
    border-radius: 6px;
    padding: 19px 0 26px;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
}

.comparison__result-list-item::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto 14px;
    background-image: url("../img/ico_comparison_result_check.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.comparison__result-list-item em {
    color: #FF7A02;
}

.comparison__result-text {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

.comparison__result-text em {
    background-color: #FFF763;
}

@media screen and (max-width: 1280px) {
    .comparison__body {
        padding-top: 5vw;
    }

    .comparison__title {
        margin-bottom: 0.13888vw;
        font-size: 3.125vw;
    }

    .comparison__sub-title {
        margin-bottom: 2.5vw;
        font-size: 1.97917vw;
    }

    .comparison__table {
        border-radius: 0.41666vw;
        max-width: 62.5vw;
        padding: 0.9375vw 1.25vw 0.55555vw;
    }

    .comparison__table thead th {
        height: 4.16666vw;
        font-size: 1.30208vw;
    }

    .comparison__table thead th.highlight {
        border-top: 0.20833vw solid #70BA2C;
        border-left: 0.20833vw solid #70BA2C;
        border-right: 0.20833vw solid #70BA2C;
        border-top-left-radius: 0.13888vw;
        border-top-right-radius: 0.13888vw;
        box-shadow: 0px 0.20833vw 0.55555vw 0px #70BA2C80;
    }

    .comparison__table thead .logo {
        width: 6.45833vw;
        margin-right: 0.52083vw;
    }

    .comparison__table tbody th {
        font-size: 1.30208vw;
    }

    .comparison__table tbody th small {
        font-size: 0.9375vw;
    }

    .comparison__table tbody td {
        padding: 0.69444vw 0;
        font-size: 1.25vw;
    }

    .comparison__table tbody td.highlight {
        font-size: 1.45833vw;
        border-left: 0.20833vw solid #70BA2C;
        border-right: 0.20833vw solid #70BA2C;
        box-shadow: 0px 0.20833vw 0.55555vw 0px #70BA2C80;
    }

    .comparison__table tbody tr:last-child td.highlight {
        border-bottom: 0.20833vw solid #70BA2C;
        border-bottom-left-radius: 0.13888vw;
        border-bottom-right-radius: 0.13888vw;
    }

    .comparison__table tbody .good,
    .comparison__table tbody .not-so-good {
        margin-bottom: 0.37222vw;
    }

    .comparison__table tbody .good {
        font-size: 2.08333vw;
    }
    .comparison__table tbody .not-so-good {
        font-size: 1.5625vw;
    }

    .comparison__result {
        margin-top: -4.02777vw;
        padding: 5.20833vw 0 5vw;
    }

    .comparison__result::before {
        width: 6.14583vw;
        height: 3.64583vw;
        margin: 0 auto 1.11111vw;
    }

    .comparison__result-title {
        margin-bottom: 1.3888vw;
        font-size: 1.82291vw;
    }

    .comparison__result-title em {
        font-size: 2.60417vw;
    }

    .comparison__result-title .underline::after {
        bottom: 0;
        height: 0.27777vw;
    }

    .comparison__result-image-01 {
        left: calc(50% - 40.41666vw);
        bottom: -0.69444vw;
        width: 14.44444vw;
    }

    .comparison__result-image-02 {
        right: calc(50% - 37.01388vw);
        bottom: -0.69444vw;
        width: 13.75vw;
    }

    .comparison__result-list {
        max-width: 53.64583vw;
        margin: 0 auto 1.94444vw;
        gap: 1.82291vw;
    }

    .comparison__result-list-item {
        border-radius: 0.41666vw;
        padding: 1.31944vw 0 1.80555vw;
        font-size: 1.45833vw;
    }

    .comparison__result-list-item::before {
        width: 2.77777vw;
        height: 2.77777vw;
        margin: 0 auto 0.97222vw;
    }

    .comparison__result-text {
        font-size: 1.66666vw;
    }
}

@media screen and (max-width: 800px) {
    .comparison__body {
        padding: 16vw 2.66666vw 2.66666vw;
    }

    .comparison__title {
        margin-bottom: 0.53333vw;
        font-size: 6.4vw;
    }

    .comparison__sub-title {
        margin-bottom: 5.6vw;
        font-size: 4.8vw;
    }

    .comparison__table {
        border-radius: 1.6vw;
        max-width: 100%;
        padding: 3.2vw 2.13333vw 2.13333vw;
    }

    .comparison__table thead th {
        height: 24.53333vw;
        font-size: 4.26666vw;
        line-height: 1.3;
    }

    .comparison__table thead th:first-child {
        width: 29%;
    }
    .comparison__table thead th:nth-child(2) {
        width: 42%;
    }
    .comparison__table thead th:nth-child(3) {
        width: 29%;
    }
    .comparison__table thead th.highlight {
        border-top: 0.8vw solid #70BA2C;
        border-left: 0.8vw solid #70BA2C;
        border-right: 0.8vw solid #70BA2C;
        border-top-left-radius: 0.8vw;
        border-top-right-radius: 0.8vw;
        box-shadow: 0px 0.8vw 2.13333vw 0px #70BA2C80;
    }

    .comparison__table thead th > span {
        flex-direction: column;
    }

    .comparison__table thead .logo {
        width: 25.06666vw;
        margin: 0 auto 1.33333vw;
    }

    .comparison__table tbody th {
        font-size: 4.26666vw;
        line-height: 1.3;
    }

    .comparison__table tbody th small {
        font-size: 3.73333vw;
    }

    .comparison__table tbody td {
        padding: 5.6vw 0;
        font-size: 2.93333vw;
    }

    .comparison__table tbody td.highlight {
        font-size: 3.75vw;
        border-left: 0.8vw solid #70BA2C;
        border-right: 0.8vw solid #70BA2C;
        box-shadow: 0px 0.8vw 2.13333vw 0px #70BA2C80;
    }

    .comparison__table tbody tr:last-child td.highlight {
        border-bottom: 0.8vw solid #70BA2C;
        border-bottom-left-radius: 0.8vw;
        border-bottom-right-radius: 0.8vw;
    }

    .comparison__table tbody .good,
    .comparison__table tbody .not-so-good {
        margin-bottom: 0.26666vw;
    }

    .comparison__table tbody .good {
        font-size: 10.66666vw;
    }
    .comparison__table tbody .not-so-good {
        font-size: 8vw;
    }

    .comparison__result {
        margin-top: 0;
        padding: 5.06666vw 2.66666vw 11.46666vw;
    }

    .comparison__result::before {
        width: 26.13333vw;
        height: 15.46666vw;
        margin: 0 auto 4.26666vw;
    }

    .comparison__result-title {
        margin-bottom: 8vw;
        font-size: 5.33333vw;
    }

    .comparison__result-title em {
        font-size: 6.93333vw;
    }

    .comparison__result-title .underline::after {
        content: none;
    }

    .comparison__result-images {
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

    .comparison__result-image-01 {
        position: static;
        width: 35.46666vw;
    }

    .comparison__result-image-02 {
        position: static;
        width: 33.784vw;
    }

    .comparison__result-list {
        max-width: 100%;
        margin: -1.5vw auto 8.26666vw;
        grid-template-columns: 1fr;
        gap: 2.66666vw;
    }

    .comparison__result-list-item {
        position: relative;
        border-radius: 2.13333vw;
        padding: 3.33333vw 0 3.33333vw 18.66666vw;
        font-size: 4.8vw;
        text-align: left;
    }

    .comparison__result-list-item::before {
        position: absolute;
        top: 50%;
        left: 5.33333vw;
        transform: translateY(-50%);
        width: 10.66666vw;
        height: 10.66666vw;
        margin: 0;
    }

    .comparison__result-text {
        font-size: 6.4vw;
    }

    .comparison__result-text em {
        line-height: 1.7;
    }
}

/* =================================================================
    Appeal
   ================================================================= */

.appeal {
    position: relative;
    background-color: #71B837;
    padding: 86px 0 297px;
    background-image: url('../img/testimonial__bg.png');
    background-size: 1440px 208px;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.appeal__header {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.9;
    text-align: center;
    text-decoration-line: underline;
    text-decoration-thickness: 5px;
    text-decoration-color: #fff;
    text-underline-offset: 8px;
}

.appeal__jisseki_wrapper {
    margin: 84px auto 0;
    width: 900px;
}

.appeal__jisseki {
    font-size: 45px;
    font-weight: 700;
    text-align: center;
    color: #fff;
}

.appeal__jisseki_blocks {
    margin: 38px auto 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
}

.appeal__jisseki_block {
    background-color: #fff;
    width: 288px;
    height: 330px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #362E2B;
    font-size: 24px;
}

.appeal__jisseki_block_label {
    margin-top: 30px;
}

.appeal__jisseki_block_body {
    margin-top: 16px;
}

.appeal__jisseki_block_body--strong {
    font-size: 67px;
    font-weight: 900;
    color: #71B837;
}

.appeal__jisseki_block_img {
    margin-top: 33px;
    height: 122.5px;
}

.appeal__jisseki_block_img._01 {
    width: 122.5px;
}

.appeal__jisseki_block_img._02 {
    width: 141px;
}

.appeal__jisseki_block_img._03 {
    width: 122.5px;
}

.appeal__jisseki_block_img._04 {
    width: 165px;
    height: 107px;
}

.appeal__jisseki_block_img._05 {
    width: 122.5px;
}

.appeal__jisseki_block_img._06 {
    width: 81px;
}

.appeal__jisseki_block_img._07 {
    width: 130px;
}

.appeal__jisseki_block_img._08 {
    width: 122.5px;
}

.appeal__jisseki_block_img._09 {
    width: 144px;
}

.appeal__jisseki_caution {
    margin-top: 20px;
    text-align: right;
    color: #fff;
    font-size: 12px;
}

.appeal__chevron_down_img {
    width: 234px;
    margin: 32px auto 0;
}

.appeal_sarani {
    font-size: 62px;
    font-weight: 700;
    text-align: center;
    margin-top: 45px;
    color: #fff;
}

.appeal__sarani_text {
    font-size: 38px;
    line-height: 1.4;
    font-weight: 700;
    text-align: center;
    margin-top: 28px;
    color: #fff;
}

.appeal__sarani_text--orange {
    color: #FDAB2A;
}

.appeal__support_contents {
    margin: 30px auto 0;
    width: 900px;
    display: flex;
    flex-direction: column;
    gap: 33px;
}

.appeal__support_content {
    width: 100%;
    background-color: #fff;
}

.appeal__support_content_title {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    color: #71B837;
    border-bottom: 2px solid #71B837;
    padding: 18px 0;
}

.appeal__support_content_description {
    display: flex;
    justify-content: center;
    font-size: 25px;
    padding: 28px 45px;
    line-height: 1.7;
    gap: 30px;
}

.appeal__support_content_img {
    max-width: 300px;
}

.appeal__message {
    margin: 47px auto 0;
    width: 900px;
    border: solid #fff 3px;
    position: relative;
    padding: 25px 61px;
}

.appeal__message_body {
    font-size: 32px;
    font-weight: 900;
    color: #fff;
    line-height: 1.35;
}

.appeal__message_body--large {
    font-size: 41px;
    color: #FDAB2A;
}

.appeal__message_body--small {
    font-size: 25px;
}

.appeal__message_img {
    width: 224px;
    position: absolute;
    bottom: 0;
    right: 43px;
}

@media screen and (max-width: 1280px) {
    .appeal {
        padding: 6.25vw 0 20.9vw;
        background-image: url('../img/testimonial__bg.png');
        background-size: 100vw 14.44322vw;
        background-position: center bottom 0.20833vw;
    }

    .appeal__header {
        font-size: 2.08333vw;
        line-height: 3.75vw;
        text-decoration-thickness: 5px;
        text-underline-offset: 8px;
    }

    .appeal__jisseki_wrapper {
        margin: 5.20833vw auto 0;
        width: 62.5vw;
    }

    .appeal__jisseki {
        font-size: 3.125vw;
    }

    .appeal__jisseki_blocks {
        margin: 2.08333vw auto 0;
        gap: 1.25vw;
    }

    .appeal__jisseki_block {
        width: 20vw;
        height: 22.91666vw;
        font-size: 1.66666vw;
    }

    .appeal__jisseki_block_label {
        margin-top: 2.08333vw;
    }

    .appeal__jisseki_block_body {
        margin-top: 1.14583vw;
    }

    .appeal__jisseki_block_body--strong {
        font-size: 4.58333vw;
    }

    .appeal__jisseki_block_img {
        margin-top: 2.76041vw;
        height: 8.33333vw;
    }

    .appeal__jisseki_block_img._01 {
        width: 8.33333vw;
    }

    .appeal__jisseki_block_img._02 {
        width: 9.63541vw;
    }

    .appeal__jisseki_block_img._03 {
        width: 8.33333vw;
    }

    .appeal__jisseki_block_img._04 {
        width: 11.19791vw;
        height: 7.29166vw;
    }

    .appeal__jisseki_block_img._05 {
        width: 8.33333vw;
    }

    .appeal__jisseki_block_img._06 {
        width: 5.51354vw;
    }

    .appeal__jisseki_block_img._07 {
        width: 8.88177vw;
    }

    .appeal__jisseki_block_img._08 {
        width: 8.33333vw;
    }

    .appeal__jisseki_block_img._09 {
        width: 9.79166vw;
    }

    .appeal__jisseki_caution {
        margin-top: 1.25vw;
        font-size: 0.83333vw;
    }

    .appeal__chevron_down_img {
        width: 16.14583vw;
        margin: 2.08333vw auto 0;
    }

    .appeal_sarani {
        font-size: 4.16666vw;
        margin-top: 2.08333vw;
    }

    .appeal__sarani_text {
        font-size: 2.60416vw;
        line-height: 3.01666vw;
        margin-top: 2.08333vw;
    }

    .appeal__support_contents {
        margin: 2.08333vw auto 0;
        width: 62.5vw;
        gap: 2.08333vw;
    }

    .appeal__support_content_title {
        font-size: 2.60416vw;
        line-height: 3.75vw;
        border-bottom: 2px solid #71B837;
        padding: 1.25vw 0;
    }

    .appeal__support_content_description {
        font-size: 1.66666vw;
        padding: 2.08333vw 3.125vw;
        line-height: 2.91666vw;
        gap: 2.08333vw;
    }

    .appeal__support_content_img {
        max-width: 20.83333vw;
    }

    .appeal__message {
        margin: 3.38541vw auto 0;
        width: 62.5vw;
        border: solid #fff 3px;
        padding: 1.71875vw 4.16666vw;
    }

    .appeal__message_body {
        font-size: 2.1875vw;
        font-weight: 900;
        line-height: 3.125vw;
    }

    .appeal__message_body--large {
        font-size: 2.8125vw;
    }

    .appeal__message_body--small {
        font-size: 1.66666vw;
    }

    .appeal__message_img {
        width: 15.46875vw;
        height: 16.71875vw;
        right: 3.17708vw;
    }
}

@media screen and (max-width: 800px) {
    .appeal {
        background-color: #71B837;
        padding: 16vw 0 30vw;
        background-size: 100vw 14.4vw;
        background-repeat: no-repeat;
        background-position: center bottom 0.20833vw;
    }

    .appeal__header {
        color: #fff;
        font-size: 40px;
        font-size: 5.33333vw;
        font-weight: 700;
        line-height: 9.6vw;
        text-align: center;
        text-decoration-line: underline;
        text-decoration-thickness: 2px;
        text-decoration-color: #fff;
        text-underline-offset: 6px;
    }

    .appeal__jisseki_wrapper {
        margin: 10.66666vw auto 0;
        width: 100%;
    }

    .appeal__jisseki {
        font-size: 6.66666vw;
        font-weight: 700;
        text-align: center;
        color: #fff;
    }

    .appeal__jisseki_blocks {
        margin: 8.53333vw auto 0;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 3.2vw;
    }

    .appeal__jisseki_block {
        background-color: #fff;
        width: 43.2vw;
        height: 49.06666vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #362E2B;
        font-size: 4.26666vw;
    }

    .appeal__jisseki_block._09 {
        width: 89.33333vw;
        height: 30.93333vw;
        flex-direction: row;
        justify-content: center;
        align-items: start;
        gap: 5.33333vw;
        color: #362E2B;
        font-size: 4.26666vw;
        padding: 7.46666vw 0;
    }

    .appeal__jisseki_block_inner._09 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .appeal__jisseki_block_label {
        margin-top: 5.33333vw;
    }

    .appeal__jisseki_block_label._09 {
        margin-top: 0;
    }

    .appeal__jisseki_block_body {
        margin-top: 2.13333vw;
    }

    .appeal__jisseki_block_body--strong {
        font-size: 9.6vw;
        font-weight: 900;
        color: #71B837;
    }

    .appeal__jisseki_block_img {
        margin-top: 4.26666vw;
    }

    .appeal__jisseki_block_img._01 {
        width: 18.13333vw;
    }

    .appeal__jisseki_block_img._02 {
        width: 21.06666vw;
    }

    .appeal__jisseki_block_img._03 {
        width: 21.06666vw;
    }

    .appeal__jisseki_block_img._04 {
        width: 28vw;
    }

    .appeal__jisseki_block_img._05 {
        width: 21.06666vw;
    }

    .appeal__jisseki_block_img._06 {
        width: 12.26666vw;
    }

    .appeal__jisseki_block_img._07 {
        width: 19.46666vw;
    }

    .appeal__jisseki_block_img._08 {
        width: 21.06666vw;
    }

    .appeal__jisseki_block_img._09 {
        margin-top: 0;
        width: 21.33333vw;
    }

    .appeal__jisseki_caution {
        margin-top: 3.2vw;
        text-align: left;
        color: #fff;
        font-size: 16px;
        font-size: 4.26666vw;
        line-height: 6.17866vw;
        padding: 0 5.33333vw;
    }

    .appeal__chevron_down_img {
        width: 40.8vw;
        margin: 5.33333vw auto 0;
    }

    .appeal_sarani {
        font-size: 7.34933vw;
        font-weight: 700;
        text-align: center;
        margin-top: 5.06666vw;
        color: #fff;
    }

    .appeal__sarani_text {
        font-size: 4.8vw;
        line-height: 6.93333vw;
        font-weight: 700;
        text-align: center;
        margin-top: 3.2vw;
        color: #fff;
    }

    .appeal__sarani_text--orange {
        color: #FDAB2A;
    }

    .appeal__support_contents {
        margin: 8.53333vw auto 0;
        width: 89.33333vw;
        display: flex;
        flex-direction: column;
        gap: 5.33333vw;
    }

    .appeal__support_content {
        width: 100%;
        background-color: #fff;
    }

    .appeal__support_content_title {
        font-size: 5.33333vw;
        font-weight: 700;
        text-align: center;
        color: #71B837;
        border-bottom: 2px solid #71B837;
        padding: 5.33333vw 0;
    }

    .appeal__support_content_description {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 4.26666vw;
        padding: 5.33333vw;
        line-height: 6.17866vw;
        gap: 5.33333vw;
    }

    .appeal__support_content_img {
        max-width: 78.66666vw;
    }

    .appeal__message {
        margin: 6.4vw auto 0;
        width: 89.33333vw;
        border: solid #fff 3px;
        position: relative;
        padding: 6.4vw 4.8vw 46.13333vw;
    }

    .appeal__message_body {
        font-size: 8.2vw;
        font-weight: 900;
        color: #fff;
        line-height: 12vw;
        text-align: center;
    }

    .appeal__message_body--large {
        font-size: 10vw;
        color: #FDAB2A;
    }

    .appeal__message_body--small {
        font-size: 6vw;
    }

    .appeal__message_img {
        width: 42.66666vw;
        height: 41.06666vw;
        position: absolute;
        bottom: 0;
        right: calc(50% - 42.66666vw / 2);
    }
}

/* =================================================================
    Jinzai
   ================================================================= */

.jinzai {
    background-color: #fff;
    padding: 90px 0;
}

.jinzai__wrapper {
    width: 900px;
    margin: 0 auto;
}

.jinzai__title {
    font-size: 30px;
    font-weight: 900;
    line-height: 1.4;
    color: #71B837;
    text-align: center;
}

.jinzai__title--large {
    font-size: 55px;
    line-height: 1.6;
}

.jinzai__description {
    width: 532px;
    margin-top: 72px;
    position: relative;
    font-size: 21px;
    line-height: 1.7;
    letter-spacing: -0.01em;
    text-align: justify;
    padding: 44px 154px 42px 56px;
    border: solid #71B837 4px;
}

.jinzai__description_img {
    position: absolute;
    top: 72px;
    left: 417px;
    width: 479px;
}

.jinzai__title_rinten {
    margin-top: 84px;
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    color: #71B837;
}

.jinzai__title_rinten_sub {
    margin-top: 27px;
    font-size: 21px;
    text-align: center;
}

.jinzai__title_rinten_figures_wrapper {
    margin-top: 50px;
    padding: 45px;
    background-color: #F8F5ED;
}

.jinzai__title_rinten_figures {
    display: flex;
    gap: 18px;
}

.jinzai__title_rinten_figures_sub_wrapper {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.jinzai__title_rinten_figure {
    position: relative;
}

.jinzai__title_rinten_figure_label {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #71B837;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.01em;
    padding: 9px 7px;
}

.jinzai__title_rinten_figure_main_img {
    width: 518px;
}

.jinzai__title_rinten_figure_sub_img {
    width: 274px;
}

.jinzai__title_rinten_description {
    margin-top: 45px;
    font-size: 21px;
    line-height: 1.7;
}

@media screen and (max-width: 1280px) {
    .jinzai {
        padding: 6.25vw 0;
    }

    .jinzai__wrapper {
        width: 62.5vw;
    }

    .jinzai__title {
        font-size: 2.08333vw;
        line-height: 3.01666vw;
    }

    .jinzai__title--large {
        font-size: 3.75vw;
        line-height: 5.20833vw;
    }

    .jinzai__description {
        width: 36.97916vw;
        margin-top: 5.20833vw;
        font-size: 1.45833vw;
        line-height: 2.5vw;
        padding: 3.125vw 9vw 3.125vw 4.16666vw;
        border: solid #71B837 4px;
    }

    .jinzai__description_img {
        top: 5.36458vw;
        left: 29.16666vw;
        width: 33.33333vw;
        height: 25.625vw;
    }

    .jinzai__title_rinten {
        margin-top: 8.33333vw;
        font-size: 2.60416vw;
    }

    .jinzai__title_rinten_sub {
        margin-top: 1.04166vw;
        font-size: 1.45833vw;
    }

    .jinzai__title_rinten_figures_wrapper {
        margin-top: 3.125vw;
        padding: 3.125vw;
    }

    .jinzai__title_rinten_figures {
        gap: 1.25vw;
    }

    .jinzai__title_rinten_figures_sub_wrapper {
        gap: 1.25vw;
    }

    .jinzai__title_rinten_figure_label {
        font-size: 1.25vw;
        padding: 0.625vw 0.52083vw;
    }

    .jinzai__title_rinten_figure_main_img {
        width: 35.9375vw;
        height: 24.89583vw;
    }

    .jinzai__title_rinten_figure_sub_img {
        width: 19.0625vw;
        height: 11.82291vw;
    }

    .jinzai__title_rinten_description {
        margin-top: 3.125vw;
        font-size: 1.45833vw;
        line-height: 2.5vw;
    }
}

@media screen and (max-width: 800px) {
    .jinzai {
        padding: 16vw 5.33333vw;
    }

    .jinzai__wrapper {
        width: 100%;
        margin: 0 auto;
    }

    .jinzai__title {
        font-size: 5.33333vw;
        line-height: 7.72266vw;
    }

    .jinzai__title--large {
        font-size: 10.66666vw;
        line-height: 15.44533vw;
    }

    .jinzai__description {
        width: 84vw;
        margin-top: 8.53333vw;
        font-size: 4.26666vw;
        line-height: 8.53333vw;
        padding: 8vw 6.4vw 21.33333vw 6.4vw;
        border: solid #71B837 4px;
    }

    .jinzai__description_img {
        position: absolute;
        top: 115.73333vw;
        left: 21.33333vw;
        width: 68vw;
        height: 52.26666vw;
    }

    .jinzai__title_rinten {
        margin-top: 54vw;
        font-size: 5.33333vw;
        font-weight: 700;
        text-align: center;
        color: #71B837;
    }

    .jinzai__title_rinten_sub {
        margin-top: 3.2vw;
        font-size: 4.26666vw;
        line-height: 6.17866vw;
        text-align: center;
    }

    .jinzai__title_rinten_figures_wrapper {
        margin-top: 5.33333vw;
        padding: 5.33333vw;
        background-color: #F8F5ED;

    }

    .jinzai__title_rinten_figures {
        display: flex;
        flex-direction: column-reverse;
        gap: 3.2vw;
    }

    .jinzai__title_rinten_figures_sub_wrapper {
        display: flex;
        flex-direction: row;
        gap: 3.2vw;
    }

    .jinzai__title_rinten_figure {
        position: relative;
    }

    .jinzai__title_rinten_figure_label {
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #71B837;
        color: #fff;
        font-size: 2.66666vw;
        font-weight: 700;
        padding: 1.25vw 2.13333vw;
    }

    .jinzai__title_rinten_figure_main_img {
        width: 78.66666vw;
        height: 54.4vw;
    }

    .jinzai__title_rinten_figure_sub_img {
        width: 37.6vw;
        height: 23.46666vw;
    }

    .jinzai__title_rinten_description {
        margin-top: 5.33333vw;
        font-size: 4.26666vw;
        line-height: 7.46666vw;
    }
}

/* =================================================================
    Store
   ================================================================= */

.store {
    padding: 90px 0;
    background-color: #6eb92a
}

.store__box {
    position: relative;
    width: 1050px;
    margin: 0 auto;
    background-color: #fff
}

.store__graph {
    padding: 75px;
}

.store__map {
    position: relative;
}

.store__map-total {
    position: absolute;
    top: 18px;
    left: 44px;
    border-radius: 999999px;
    width: 260px;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #71B837;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
}

.store__map-total em {
    font-size: 105px;
    line-height: 1;
}

.store__map-item {
    position: absolute;
}

.store__map-item.hokkaido {
    top: 68px;
    left: 458px;
}
.store__map-item.tohoku {
    top: 236px;
    left: 444px;
}
.store__map-item.hokuriku {
    top: 347px;
    left: 313px;
}
.store__map-item.kanto {
    bottom: 426px;
    right: 25px;
}
.store__map-item.tokai {
    bottom: 293px;
    right: 77px;
}
.store__map-item.kansai {
    bottom: 218px;
    right: 285px;
}
.store__map-item.chugoku {
    top: 554px;
    left: 115px;
}
.store__map-item.shikoku {
    bottom: 124px;
    right: 451px;
}
.store__map-item.kyusyu {
    bottom: 68px;
    left: 33px;
}
.store__map-item.okinawa {
    top: 316px;
    left: 46px;
}

.store__map-item a {
    position: relative;
    display: block;
    width: fit-content;
    background-color: #F0F6EB;
    border-radius: 9999px;
    font-size: 28.5px;
    font-weight: 700;
    padding: 16px 30px 16px;
    z-index: 1;
}

.store__map-item a::after {
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.store__map-item.hokkaido a::after {
    width: 31px;
    height: 41px;
    right: 40px;
    bottom: -18px;
    background-image: url("../img/store_map_arrow_hokkaido.svg");
    background-position: top left;
}
.store__map-item.tohoku a::after {
    width: 28px;
    height: 41px;
    right: 37px;
    bottom: -20px;
    background-image: url("../img/store_map_arrow_tohoku.svg");
    background-position: top left;
}
.store__map-item.hokuriku a::after {
    width: 41px;
    height: 41px;
    right: 50px;
    bottom: -20px;
    background-image: url("../img/store_map_arrow_hokuriku.svg");
    background-position: top left;
}
.store__map-item.kanto a::after {
    width: 36px;
    height: 39px;
    left: 31px;
    bottom: -18px;
    background-image: url("../img/store_map_arrow_kanto.svg");
    background-position: top left;
}
.store__map-item.tokai a::after {
    width: 32px;
    height: 40px;
    left: 28px;
    top: -19px;
    background-image: url("../img/store_map_arrow_tokai.svg");
    background-position: top left;
}
.store__map-item.kansai a::after {
    width: 32px;
    height: 40px;
    left: 27px;
    top: -19px;
    background-image: url("../img/store_map_arrow_kansai.svg");
    background-position: top left;
}
.store__map-item.chugoku a::after {
    width: 28px;
    height: 41px;
    right: 34px;
    bottom: -22px;
    background-image: url("../img/store_map_arrow_chugoku.svg");
    background-position: top left;
}
.store__map-item.shikoku a::after {
    width: 32px;
    height: 40px;
    left: 28px;
    top: -19px;
    background-image: url("../img/store_map_arrow_shikoku.svg");
    background-position: top left;
}
.store__map-item.kyusyu a::after {
    width: 32px;
    height: 40px;
    right: 28px;
    top: -19px;
    background-image: url("../img/store_map_arrow_kyusyu.svg");
    background-position: top left;
}
.store__map-item.okinawa a::after {
    width: 25px;
    height: 41px;
    right: 30px;
    bottom: -22px;
    background-image: url("../img/store_map_arrow_okinawa.svg");
    background-position: top left;
}

.store__map-item em {
    font-size: 45px;
    color: #71B837;
    background: linear-gradient(
        transparent 88%,
        #71B837 88%,
        #71B837 93%,
        transparent 93%
    );
}

@media screen and (max-width: 1280px) {
    .store {
        padding: 6.25vw 0;
    }

    .store__box {
        width: 72.91667vw;
    }

    .store__graph {
        padding: 5.20833vw;
    }

    .store__map-total {
        top: 1.25vw;
        left: 3.05555vw;
        width: 18.05555vw;
        height: 18.05555vw;
        font-size: 2.77777vw;
    }

    .store__map-total em {
        font-size: 7.29166vw;
    }

    .store__map-item.hokkaido {
        top: 4.72222vw;
        left: 31.80555vw;
    }
    .store__map-item.tohoku {
        top: 16.38888vw;
        left: 30.83333vw;
    }
    .store__map-item.hokuriku {
        top: 24.097222vw;
        left: 21.73611vw;
    }
    .store__map-item.kanto {
        bottom: 29.58333vw;
        right: 1.73611vw;
    }
    .store__map-item.tokai {
        bottom: 20.34722vw;
        right: 5.34722vw;
    }
    .store__map-item.kansai {
        bottom: 15.13888vw;
        right: 19.79166vw;
    }
    .store__map-item.chugoku {
        top: 38.47222vw;
        left: 7.98611vw;
    }
    .store__map-item.shikoku {
        bottom: 8.61111vw;
        right: 31.31944vw;
    }
    .store__map-item.kyusyu {
        bottom: 4.72222vw;
        left: 2.29166vw;
    }
    .store__map-item.okinawa {
        top: 21.94444vw;
        left: 3.19444vw;
    }

    .store__map-item a {
        font-size: 1.97916vw;
        padding: 1.11111vw 2.08333vw 1.11111vw;
    }

    .store__map-item.hokkaido a::after {
        width: 2.15277vw;
        height: 2.84722vw;
        right: 2.77777vw;
        bottom: -1.25vw;
    }
    .store__map-item.tohoku a::after {
        width: 1.94444vw;
        height: 2.84722vw;
        right: 2.56944vw;
        bottom: -1.38888vw;
    }
    .store__map-item.hokuriku a::after {
        width: 2.84722vw;
        height: 2.84722vw;
        right: 3.47222vw;
        bottom: -1.38888vw;
    }
    .store__map-item.kanto a::after {
        width: 2.5vw;
        height: 2.70833vw;
        left: 2.15277vw;
        bottom: -1.25vw;
    }
    .store__map-item.tokai a::after {
        width: 2.22222vw;
        height: 2.77777vw;
        left: 1.94444vw;
        top: -1.31944vw;
    }
    .store__map-item.kansai a::after {
        width: 2.22222vw;
        height: 2.77777vw;
        left: 1.875vw;
        top: -1.31944vw;
    }
    .store__map-item.chugoku a::after {
        width: 1.94444vw;
        height: 2.84722vw;
        right: 2.36111vw;
        bottom: -1.52777vw;
    }
    .store__map-item.shikoku a::after {
        width: 2.22222vw;
        height: 2.77777vw;
        left: 1.94444vw;
        top: -1.31944vw;
    }
    .store__map-item.kyusyu a::after {
        width: 2.22222vw;
        height: 2.77777vw;
        right: 1.94444vw;
        top: -1.31944vw;
    }
    .store__map-item.okinawa a::after {
        width: 1.73611vw;
        height: 2.84722vw;
        right: 2.08333vw;
        bottom: -1.52777vw;
    }

    .store__map-item em {
        font-size: 3.125vw;
    }
}

@media screen and (max-width: 800px) {
    .store {
        padding:10.66667vw 0;
    }

    .store__box {
        width: 89.33333vw;
    }

    .store__graph {
        padding: 6.4vw 6.4vw 2.66667vw;
    }

    .store__map {
        padding: 0 2.66667vw;
    }

    .store__map-total {
        top: 1.6vw;
        left: 6.5vw;
        width: 20.85066vw;
        height: 20.85066vw;
        font-size: 3.2vw;
    }

    .store__map-total em {
        font-size: 7.46666vw;
    }

    .store__map-item.hokkaido {
        top: 5.72222vw;
        left: 38.80555vw;
    }
    .store__map-item.tohoku {
        top: 19.38888vw;
        left: 37.83333vw;
    }
    .store__map-item.hokuriku {
        top: 27.997222vw;
        left: 27.73611vw;
    }
    .store__map-item.kanto {
        bottom: 34.58333vw;
        right: 3.73611vw;
    }
    .store__map-item.tokai {
        bottom: 23.84722vw;
        right: 8.34722vw;
    }
    .store__map-item.kansai {
        bottom: 18.13888vw;
        right: 24.79166vw;
    }
    .store__map-item.chugoku {
        top: 44.47222vw;
        left: 10.98611vw;
    }
    .store__map-item.shikoku {
        bottom: 10.61111vw;
        right: 38.31944vw;
    }
    .store__map-item.kyusyu {
        bottom: 5.72222vw;
        left: 4.29166vw;
    }
    .store__map-item.okinawa {
        top: 25.44444vw;
        left: 6.19444vw;
    }

    .store__map-item a {
        font-size: 2.66666vw;
        padding: 1vw 1.6vw;
    }

    .store__map-item.hokkaido a::after {
        width: 2.66666vw;
        height: 3.46666vw;
        right: 2.77777vw;
        bottom: -2.25vw;
    }
    .store__map-item.tohoku a::after {
        width: 2.4vw;
        height: 3.46666vw;
        right: 2.56944vw;
        bottom: -1.88888vw;
    }
    .store__map-item.hokuriku a::after {
        width: 3.73333vw;
        height: 3.46666vw;
        right: 3.47222vw;
        bottom: -1.88888vw;
    }
    .store__map-item.kanto a::after {
        width: 2.93333vw;
        height: 3.2vw;
        left: 2.15277vw;
        bottom: -1.75vw;
    }
    .store__map-item.tokai a::after {
        width: 2.66666vw;
        height: 3.46666vw;
        left: 1.94444vw;
        top: -1.31944vw;
    }
    .store__map-item.kansai a::after {
        width: 2.66666vw;
        height: 3.46666vw;
        left: 1.875vw;
        top: -1.31944vw;
    }
    .store__map-item.chugoku a::after {
        width: 2.4vw;
        height: 3.46666vw;
        right: 2.36111vw;
        bottom: -1.52777vw;
    }
    .store__map-item.shikoku a::after {
        width: 2.66666vw;
        height: 3.46666vw;
        left: 1.94444vw;
        top: -1.31944vw;
    }
    .store__map-item.kyusyu a::after {
        width: 2.66666vw;
        height: 3.2vw;
        right: 1.94444vw;
        top: -1.31944vw;
    }
    .store__map-item.okinawa a::after {
        width: 2.13333vw;
        height: 3.73333vw;
        right: 2.08333vw;
        bottom: -1.52777vw;
    }

    .store__map-item em {
        font-size: 3.73333vw;
    }
}

/* =================================================================
    Seminar
   ================================================================= */

.seminar {
    padding: 102px 0 92px;
}

.seminar__title {
    font-size: 45px;
    font-weight: 900;
    color: #71B837;
    text-align: center;
}

.seminar__description {
    margin-top: 40px;
    font-size: 21px;
    line-height: 1.7;
    font-weight: 700;
    text-align: center;
}

.seminar__description--green {
    color: #71B837;
}

.seminar__voices {
    margin: 30px auto 0;
    width: 900px;
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, 1fr);
}

.seminar__voice_message {
    position: relative;
    padding: 6px 0;
    border-radius: 6px;
    margin-bottom: 18px;
    font-size: 21px;
    line-height: 1.45;
    font-weight: 700;
    background-color: #71B837;
    color: #fff;
    text-align: center;
}

.seminar__voice_message::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #71B837;
}

.seminar__voice_image {
    display: block;
    width: 146.25px;
    margin: 0 auto;
}

@media screen and (max-width: 1280px) {
    .seminar {
        padding: 6.25vw 0;
    }

    .seminar__title {
        font-size: 3.125vw;
    }

    .seminar__description {
        margin-top: 2.08333vw;
        font-size: 1.45833vw;
        line-height: 2.5vw;
    }

    .seminar__voices {
        margin: 2.08333vw auto 0;
        width: 62.5vw;
        gap: 1.66667vw;
    }

    .seminar__voice_message {
        padding: 0.41667vw 0;
        border-radius: 0.41667vw;
        margin-bottom: 1.25vw;
        font-size: 1.45833vw;
    }

    .seminar__voice_message::after {
        bottom: -0.69444vw;
        border-left: 0.69444vw solid transparent;
        border-right: 0.69444vw solid transparent;
        border-top: 0.69444vw solid #71B837;
    }

    .seminar__voice_image {
        width: 10.15625vw;
    }
}

@media screen and (max-width: 800px) {
    .seminar {
        padding: 16vw 0 0;
    }

    .seminar__title {
        font-size: 6.66666vw;
        font-weight: 900;
        line-height: 1.4;
    }

    .seminar__description {
        padding: 0 5.33333vw 5.33333vw;
        margin-top: 5.83333vw;
        font-size: 4.26666vw;
        line-height: 1.6;
        font-weight: 700;
        text-align: left;
    }

    .seminar__voices {
        margin: 0 auto;
        width: 100%;
        padding: 0 5.33333vw;
        gap:  5.33333vw 2.66667vw;
        grid-template-columns: repeat(2, 1fr);
    }

    .seminar__voice_message {
        padding: 2.13333vw 0;
        border-radius: 2.13333vw;
        margin-bottom: 5.86666vw;
        font-size: 4.53333vw;
        line-height: 1.4;
    }

    .seminar__voice_message::after {
        bottom: -2.83333vw;
        border-left: 2.93333vw solid transparent;
        border-right: 2.93333vw solid transparent;
        border-top: 2.93333vw solid #71B837;
    }

    .seminar__voice_image {
        width: 37.6vw;
    }
}

/* =================================================================
    Contact
   ================================================================= */

.contact__box {
    width: 900px;
    margin: 60px auto 0;
    padding: 49.5px 0 36px;
    background-color: #F0F6EB;
}

.contact__head {
    position: relative;
    width: fit-content;
    font-size: 28.5px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    margin: 0 auto 24px;
}

.contact__head::before,
.contact__head::after {
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    width: 47.25px;
    height: 81px;
    bottom: 0;
}
.contact__head::before {
    background-image: url("../img/contact_left.svg");
    background-position: bottom right;
    left: -47.25px;
}
.contact__head::after {
    background-image: url("../img/contact_right.svg");
    background-position: bottom left;
    right:  -47.25px;
}

.contact__button {
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 671.25px;
    height: 111px;
    margin: 0 auto;
    background-color: #FDAB2A;
    color: #fff;
    font-size: 39px;
    font-weight: 700;
    border-radius: 15px;
    box-shadow: 6px 6px 15px 0px #00000033;
    padding-right: 20px;
}

.contact__button::after {
    content: "";
    position: absolute;
    right: 48px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 30.75px;
    background-image: url("../img/ico_arrow_white.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

@media screen and (max-width: 1280px) {
    .contact__box {
        width: 62.5vw;
        margin: 4.16666vw auto 0;
        padding: 3.4375vw 0 2.5vw;
    }

    .contact__head {
        font-size: 2vw;
        margin: 0 auto 1.66667vw;
    }

    .contact__head::before,
    .contact__head::after {
        width: 3.28125vw;
        height: 5.625vw;
    }
    .contact__head::before {
        left: -3.28125vw;
    }
    .contact__head::after {
        right:  -3.28125vw;
    }

    .contact__button {
        width: 46.61458vw;
        height: 7.70833vw;
        font-size: 2.70833vw;
        border-radius: 1.41667vw;
        padding-right: 1.38889vw;
    }

    .contact__button::after {
        right: 3.33333vw;
        width: 1.25vw;
        height: 2.13541vw;
    }
}

@media screen and (max-width: 800px) {
    .contact__box {
        width: 100%;
        margin: 7.46667vw auto 0;
        padding: 8vw 3.2vw;
    }

    .contact__head {
        font-size: 5.86667vw;
        margin: 0 auto 5.86667vw;
    }

    .contact__head::before,
    .contact__head::after {
        width: 10.03333vw;
        height: 18.66667vw;
    }
    .contact__head::before {
        left: -10.03333vw;
    }
    .contact__head::after {
        right:  -10.03333vw;
    }

    .contact__button {
        width: 100%;
        height: 24vw;
        font-size: 7.46667vw;
        border-radius: 5.33333vw;
        padding-right: 5.33333vw;
    }

    .contact__button::after {
        right: 5.33333vw;
        width: 4vw;
        height: 6.66667vw;
    }
}

/* =================================================================
    Flow
   ================================================================= */

.flow {
    padding: 102px 0 90px;
    background-color: #71B837;
}

.flow__title {
    margin: 0 0 68px;
    font-size: 45px;
    color: #fff;
    font-weight: 900;
    text-align: center
}

.flow__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1050px;
    margin: 0 auto;
    padding: 73px 75px 75px;
    background-color: #fff;
}

.flow__box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 247px;
}

.flow__box ._img {
    width: 193px;
    margin: 0 auto 15px;
}

.flow__box ._text {
    font-size: 18px;
    line-height: 1.7;
    text-align: justify;
    word-break: break-all
}

.flow__box._01:before {
    content: "";
    position: absolute;
    top: 89px;
    right: -66px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 20px 14px;
    border-color: transparent transparent transparent #6eb92a
}

.flow__box._02 {
    margin: 0 76.5px;
}

.flow__box._02:before {
    content: "";
    position: absolute;
    top: 89px;
    right: -66px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 20px 14px;
    border-color: transparent transparent transparent #6eb92a
}

.flow__box._04 {
    margin: 60px 76.5px 0 0
}

.flow__box._04:before {
    content: "";
    position: absolute;
    top: 89px;
    right: -66px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 20px 14px;
    border-color: transparent transparent transparent #6eb92a
}

.flow__box._05 {
    margin-top: 60px;
}

@media screen and (max-width: 1280px) {
    .flow {
        padding: 6.25vw 0 8.33333vw;
    }

    .flow__title {
        margin: 0 0 .78125vw;
        font-size: 3.125vw;
    }

    .flow__inner {
        width: 72.91666vw;
        margin: 4.16666vw auto 0;
        padding: 5.20833vw;
    }

    .flow__box {
        width: 17.29166vw;
        margin: 2.08333vw 0 0
    }

    .flow__box ._img {
        width: 13.125vw;
        height: 14.0625vw;
        margin: 0 auto 1.04167vw
    }

    .flow__box ._text {
        font-size: 18px;
        font-size: 1.22vw;
        line-height: 2.1875vw;
    }

    .flow__box._01:before {
        top: 6.875vw;
        right: -3.625vw;
        border-width: 1.04167vw 0 1.04167vw 1.5625vw;
    }

    .flow__box._02 {
        margin: 2.08333vw 5.3125vw 0;
    }

    .flow__box._02:before {
        top: 6.875vw;
        right: -3.625vw;
        border-width: 1.04167vw 0 1.04167vw 1.5625vw;
    }

    .flow__box._04 {
        margin: 2.08333vw 9.375vw 0 0;
    }

    .flow__box._04:before {
        top: 6.875vw;
        right: -5.625vw;
        border-width: 1.04167vw 0 1.04167vw 1.5625vw;
    }

    .flow__box._05 {
        margin-top: 2.08333vw;
    }
}

@media screen and (max-width: 800px) {
    .flow {
        padding:16vw 0 21.33333vw
    }

    .flow__title {
        margin: 0 0 10.66667vw;
        font-size: 50px;
        font-size: 6.66667vw;
        line-height: 1.4;
    }

    .flow__inner {
        display: block;
        width: 89.33333vw;
        padding: 10.66666vw 5.20833vw;
    }

    .flow__box {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 3.2vw;
        width: 100%;
        margin: 0
    }

    .flow__box ._img {
        min-width: 16vw;
        height: 17.33333vw;
    }

    .flow__box ._text {
        font-size: 32px;
        font-size: 4vw;
        line-height: 1.688
    }

    .flow__box ._text ._title {
        display: block;
        margin-bottom: 2.13333vw;
        line-height: 6.17866vw;
        font-weight: 700;
        color: #71B837;
    }

    .flow__box._01 {
        margin: 0 0 11.73333vw
    }

    .flow__box._01:before {
        top: auto;
        right: auto;
        left: 50%;
        bottom: -8.26666vw;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        border-width: 3.2vw 2.26666vw  0 2.26666vw;
        border-color: #6eb92a transparent transparent transparent
    }

    .flow__box._02 {
        margin: 0 0 11.73333vw
    }

    .flow__box._02:before {
        top: auto;
        right: auto;
        left: 50%;
        bottom: -8.26666vw;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        border-width: 3.2vw 2.26666vw  0 2.26666vw;
        border-color: #6eb92a transparent transparent transparent
    }

    .flow__box._03 {
        position: relative;
        margin: 0 0 11.73333vw
    }

    .flow__box._03:before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -8.26666vw;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 3.2vw 2.26666vw  0 2.26666vw;
        border-color: #6eb92a transparent transparent transparent
    }

    .flow__box._04 {
        margin: 0 0 11.73333vw
    }

    .flow__box._04:before {
        top: auto;
        left: 50%;
        right: auto;
        bottom: -8.26666vw;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        border-width: 3.2vw 2.26666vw  0 2.26666vw;
        border-color: #6eb92a transparent transparent transparent
    }

    .flow__box._04 {
        margin-top: 0;
    }
}

/* =================================================================
    Faq
   ================================================================= */

.faq {
    padding: 100px 0 104px;
}

.faq__title {
    margin: 0 0 55px;
    font-size: 45px;
    font-weight: 900;
    color: #6eb92a;
    text-align: center
}

.faq__inner {
    width: 900px;
    margin: 0 auto
}

.faq__box:not(:last-of-type) {
    margin: 0 0 59px;
}

.faq__question {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin: 0 0 15px;
    padding: 15px 0 15px 45px;
    background-color: #6eb92a;
}

.faq__question:before {
    content: "Q";
    margin: 0 15px 0 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #fff
}

.faq__question ._text {
    width: 765px;
    font-size: 20px;
    color: #fff;
    font-weight: 900;
    line-height: 1.7;
    white-space: nowrap;
}

.faq__answer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 0 45px;
}

.faq__answer:before {
    content: "A";
    margin: .3125vw 1.04167vw 0 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #ffac00
}

.faq__answer ._text {
    width: 54.01041vw;
    font-size: 18px;
    line-height: 2;
    text-align: justify;
    word-break: break-all
}

@media screen and (max-width: 1280px) {
    .faq {
        padding: 8.33333vw 0;
    }

    .faq__title {
        margin: 0 0 4.16667vw;
        font-size: 3.125vw;
    }

    .faq__inner {
        width: 62.5vw;
    }

    .faq__box:not(:last-of-type) {
        margin: 0 0 4.16666vw;
    }

    .faq__question {
        margin: 0 0 1.04166vw;
        padding: 1.1vw 0 1.1vw 3.125vw;
    }

    .faq__question:before {
        margin: 0 1.04167vw 0 0;
        font-size: 1.66666vw;
    }

    .faq__question ._text {
        padding: .20833vw 0 0;
        width: 52.08333vw;
        font-size: 1.42vw;
        line-height: 2.11145vw;
    }

    .faq__answer {
        padding: 0 0 0 3.125vw
    }

    .faq__answer:before {
        margin: .3125vw 1.04167vw 0 0;
        font-size: 1.66666vw;
    }

    .faq__answer ._text {
        width: 54.01041vw;
        font-size: 1.24vw;
        line-height: 2.5vw;
    }
}

@media screen and (max-width: 800px) {
    .faq {
        padding:16vw 0 21.33333vw
    }

    .faq__title {
        margin: 0 0 9.33333vw;
        font-size: 50px;
        font-size: 6.66667vw
    }

    .faq__inner {
        width: 89.33333vw
    }

    .faq__box:not(:last-of-type) {
        margin: 0 0 10.66667vw
    }

    .faq__question {
        align-items: flex-start;
        margin: 0 0 5.33333vw;
        padding: 5.33333vw
    }

    .faq__question:before {
        margin: 1.06667vw 2.66667vw 0 0;
        font-size: 42px;
        font-size: 5.6vw
    }

    .faq__question ._text {
        padding: 0;
        width: 73.86667vw;
        font-size: 32px;
        font-size: 4.26667vw;
        line-height: 1.688;
        white-space: normal;
    }

    .faq__answer {
        padding: 0 0 0 5.33333vw
    }

    .faq__answer:before {
        margin: 1.06667vw 2.66667vw 0 0;
        font-size: 42px;
        font-size: 5.6vw
    }

    .faq__answer ._text {
        width: 73.86667vw;
        font-size: 32px;
        font-size: 4.26667vw;
        line-height: 1.688
    }
}

/* =================================================================
    Company
   ================================================================= */

.company {
    background-color: #71B837;
    padding: 101px 0 90px;
}

.company__inner {
    background-color: #ffffff;
    width: 900px;
    padding: 45px;
    margin: 0 auto;
}

.company__title {
    margin: 0 0 70px;
    font-size: 45px;
    color: #fff;
    font-weight: 900;
    text-align: center;
}

.company__informations {
    width: 100%;
    text-align: left;
}

.company__information {
    display: block;
    margin-top: 27px;
    padding-bottom: 27px;
    border-bottom: 1px dashed #AAAAAA;
}

.company__information:first-child {
    margin-top: 0;
}

.company__information_header {
    width: 180px;
    font-size: 18px;
    font-weight: 700;
}

.company__information_body {
    font-size: 18px;
    line-height: 1.4;
}

.company__information_body a{
    color: #71B837;
    border-bottom: 1px solid #71B837;
}

@media screen and (max-width: 1280px) {
    .company {
        padding: 6.25vw 18.75vw;
    }

    .company__inner {
        padding: 3.125vw;
        width: 100%;
    }

    .company__title {
        margin: 0 0 4.16667vw;
        font-size: 2.60417vw;
    }

    .company__information {
        margin-top: 1.875vw;
        padding-bottom: 1.875vw;
        border-bottom: 0.05208vw dashed #AAAAAA
    }

    .company__information:first-child {
        margin-top: 0;
    }

    .company__information_header {
        width: 12.5vw;
        font-size: 1.25vw;
    }

    .company__information_body {
        font-size: 1.25vw;
        line-height: 1.875vw;
    }

    .company__information_body a{
        border-bottom: 0.05208vw solid #71B837;
    }
}

@media screen and (max-width: 800px) {
    .company {
        padding: 16vw 5.33333vw;
    }

    .company__inner {
        padding: 10.66666vw 5.33333vw;
    }

    .company__title {
        margin: 0 0 8.53333vw;
        font-size: 6.66667vw;
    }

    .company__information {
        margin-top: 5.33333vw;
        padding-bottom: 5.33333vw;
        border-width: 0.26666vw;
    }

    .company__information_header {
        display: block;
        width: 100%;
        font-size: 4.1vw;
    }

    .company__information_body {
        display: block;
        margin-top: 2.13333vw;
        font-size: 4.1vw;
        line-height: 6.17866vw;
    }
}

/* =================================================================
    Request doc
   ================================================================= */

.request_doc {
    background-color: #F0F6EB;
    padding: 100px 0 114px;
    border-bottom: solid 9px #71B837;
}
@media screen and (max-width: 1280px) {
    .request_doc {
        padding: 6.25vw 0 9.27083vw;
        border-bottom-width: 0.625vw;
    }
}
@media screen and (max-width: 800px) {
    .request_doc {
        padding: 9.06666vw 3.2vw 18.66666vw;
        border-bottom: solid 2.13333vw #71B837;
    }
}

.request_doc__title {
    width: fit-content;
    margin: 0 auto;
    font-size: 45px;
    font-weight: 900;
    letter-spacing: -0.005em;
    color: #71B837;
    padding-bottom: 0.3vw;
    border-bottom: solid 5px #71B837;
    text-align: center;
}
.request_doc__title br {
    display: none;
}
@media screen and (max-width: 1280px) {
    .request_doc__title {
        font-size: 3.125vw;
        padding-bottom: 0.3vw;
        border-bottom-width: 0.34722vw;
    }
}
@media screen and (max-width: 800px) {
    .request_doc__title {
        width: 75.73333vw;
        font-size: 5.33333vw;
        font-weight: 900;
        line-height: 9.6vw;
        color: #71B837;
        padding-bottom: 0.3vw;
        border-bottom: solid 2px #71B837;
    }
    .request_doc__title br {
        display: inline;
    }
}

.request_doc__body {
    margin: 71px auto 0;
    width: 1048px;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 1280px) {
    .request_doc__body {
        margin-top: 5.20833vw;
        width: 75vw;
    }
}
@media screen and (max-width: 800px) {
    .request_doc__body {
        flex-direction: column-reverse;
        align-items: center;
        width: 100%;
    }
}

.request_doc__desc {
    font-size: 28.5px;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #71B837;
}
@media screen and (max-width: 1280px) {
    .request_doc__desc {
        font-size: 2.08333vw;
    }
}
@media screen and (max-width: 800px) {
    .request_doc__desc {
        margin-top: 8.53333vw;
        font-size: 4.2vw;
        line-height: 7.73333vw;
        text-align: center;
    }
}

.request_doc__list {
    background-color: #fff;
    margin-top: 21px;
    padding: 27px 35px 24px 35px;
    width: 596px;
    font-size: 24px;
    line-height: 1.2;
    color: #362E2B;
    border-radius: 16px;
}
@media screen and (max-width: 1280px) {
    .request_doc__list {
        margin-top: 1.04166vw;
        padding: 2.08333vw;
        width: 41.45833vw;
        font-size: 1.66666vw;
        line-height: 2.5vw;
    }
}
@media screen and (max-width: 800px) {
    .request_doc__list {
        margin-top: 4.26666vw;
        padding: 4.26666vw;
        width: 100%;
        font-size: 4.26666vw;
        line-height: 6.4vw;
        color: #362E2B;
        border-radius: 16px;
    }
}

.request_doc div._button ._link {
    border-radius: 15px;
    -webkit-box-shadow: 6px 6px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 6px 6px 15px 0px rgba(0, 0, 0, 0.2);
    font-size: 39px;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    text-align: center
}
@media screen and (max-width: 1280px) {
    .request_doc div._button ._link {
        border-radius: 1.5vw;
        -webkit-box-shadow: .1674vw .19948vw .52083vw 0 rgba(0,0,0,0.2);
        box-shadow: .1674vw .19948vw .52083vw 0 rgba(0,0,0,0.2);
        font-size: 2.70833vw;
        line-height: 2.70833vw;
    }
}
@media screen and (max-width: 800px) {
    .request_doc div._button ._link {
        border-radius: 8px;
        font-size: 4.8vw;
    }
}

.request_doc div._button.o-button._orange {
    position: relative;
    margin-top: 76px;
    width: 597px;
    height: 111px;
    border-radius: 20px;
}
@media screen and (max-width: 1280px) {
    .request_doc div._button.o-button._orange {
        margin-top: 3.4375vw;
        width: 41.45833vw;
        height: 7.70833vw;
    }
}
@media screen and (max-width: 800px) {
    .request_doc div._button.o-button._orange {
        position: relative;
        margin-top: 13.06666vw;
        width: 100%;
        height: 12.8vw;
        border-radius: 20px;
    }
}

.request_doc div._button.o-button._orange:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 48px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 18px;
    height: 31px;
    background: url("../img/ico_arrow_white.svg") top left no-repeat;
    background-size: 100% 100%
}
@media screen and (max-width: 1280px) {
    .request_doc div._button.o-button._orange:after {
        right: 3.33333vw;
        width: 1.25vw;
        height: 2.13541vw;
    }
}
@media screen and (max-width: 800px) {
    .request_doc div._button.o-button._orange:after {
        right: 14vw;
        width: 2.13333vw;
        height: 3.8vw;
    }
}

.request_doc div._button.o-button._orange a {
    position: relative;
}

.request_doc__one_minute_label {
    position: absolute;
    top: -67px;
    left: -26px;
    width: 108px;
}
@media screen and (max-width: 1280px) {
    .request_doc__one_minute_label {
        top: -4.6vw;
        left: -1.8vw;
        width: 7.39583vw;
    }
}
@media screen and (max-width: 800px) {
    .request_doc__one_minute_label {
        position: absolute;
        top: -15vw;
        left: -0.6vw;
        width: 19.46666vw;
    }
}

.request_doc__sample_img {
    width: 400px;
}
@media screen and (max-width: 1280px) {
    .request_doc__sample_img {
        width: 25.52083vw;
    }
}
@media screen and (max-width: 800px) {
    .request_doc__sample_img {
        width: 64vw;
    }
}

/* =================================================================
    Inquiry
   ================================================================= */

.inquiry {
    background: #71B837BF;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 27px;
    padding: 22px 0;
}

.inquiry__seminar {
    display: block;
    width: 327px;
    height: 76px;
    color: #71B837;
    background-color: #fff;
    font-size: 26px;
    font-weight: 700;
    border-radius: 15px;
    box-shadow: 8px 8px 20px 0px #00000033;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inquiry__seminar_icon {
    display: inline-block;
    width: 42px;
}

.inquiry__seminar_text {
    margin-left: 15px;
}

.inquiry__document {
    display: block;
    width: 484px;
    height: 76px;
    color: #fff;
    background-color: #FDAB2A;
    font-size: 30px;
    font-weight: 700;
    border-radius: 15px;
    box-shadow: 8px 8px 20px 0px #00000033;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-left: 10px;
}

.inquiry__one_minute_label {
    position: absolute;
    top: -69.5px;
    left: -23px;
    width: 106.5px;
}

.inquiry__document_icon {
    display: inline-block;
    width: 12.75px;
    height: 21.75px;
    margin-left: 15px;
}

.inquiry__document_icon img {
    display: block;
}

@media screen and (max-width: 1280px) {
    .inquiry {
        gap: 1.875vw;
        padding: 1.52778vw 0;
    }

    .inquiry__seminar {
        width: 22.70833vw;
        height: 5.2778vw;
        font-size: 1.80556vw;
        border-radius: 1.04166vw;
        box-shadow: 8px 8px 20px 0px #00000033;
    }

    .inquiry__seminar_icon {
        width: 2.91667vw;
    }

    .inquiry__seminar_text {
        margin-left: 1.04167vw;
    }

    .inquiry__document {
        width: 33.61111vw;
        height:  5.2778vw;
        font-size: 2.08333vw;
        border-radius: 1.04166vw;
        box-shadow: 8px 8px 20px 0px #00000033;
    }

    .inquiry__one_minute_label {
        top: -4.82639vw;
        left: -1.59722vw;
        width: 7.39583vw;
    }

    .inquiry__document_icon {
        width: 0.88541vw;
        height: 1.51042vw;
        margin-left: 1.04166vw;
    }
}

@media screen and (max-width: 800px) {
    .inquiry {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 3.2vw 3.2vw calc(3.2vw + 10px);
    }

    .inquiry__document {
        width: 100%;
        height: 12.8vw;
        font-size: 4.8vw;
        line-height: 4.8vw;
        font-weight: 700;
        border-radius: 2.13333vw;
        display: flex;
        align-items: center;
    }

    .inquiry__one_minute_label {
        position: absolute;
        top: -13vw;
        left: -0.6vw;
        width: 19.46666vw;
    }

    .inquiry__document_icon {
        display: inline-block;
        width: 2.13333vw;
        height: 3.73333vw;
        margin-left: 2.13333vw;
        line-height: 3.73333vw;
    }

    .inquiry__document_icon img {
        vertical-align: baseline;
    }
    
    .inquiry__box {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 3vw;
        gap: 2.66666vw;
    }

    .inquiry__seminar {
        width: 100%;
        height: 10.66666vw;
        padding: 3.46666vw 4vw;
        border-radius: 2.4vw;
        font-size: 3.73333vw;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .inquiry__seminar_icon {
        display: inline-block;
        width: 5.33333vw;
        height: 4vw;
    }

    .inquiry__seminar_text {
        margin-left: 2vw;
    }
}

/* =================================================================
    Footer
   ================================================================= */

.footer {
    position: relative;
    padding: 45px 0 200px;
}

.footer__scroll {
    position: absolute;
    right: calc(50% - 624px);
    bottom: 200px;
    width: 73px;
    height: 73px;
}

.footer__scroll ._link {
    display: block;
    width: 100%;
    height: 100%
}

.footer__blockheader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 53px;
}

.footer__title {
    width: 360px;
}

.footer__logo {
    width: 310px;
    margin: 0 30px 0 0
}

.footer__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 14px;
}

.footer__info ._list:not(:last-of-type) {
    margin: 0 30px 0 0;
}

.footer__info ._list ._link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 10px;
}

.footer__info ._list ._link:after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    margin: 0 0 0 12px;
    background: url("../img/ico_arrow_black.svg") top left no-repeat;
    background-size: 100% 100%
}

.footer__copyright {
    font-size: 10px;
    text-align: center
}

@media screen and (max-width: 1280px) {
    .footer {
        padding: 3.125vw 0 14.4vw;
    }

    .footer__scroll {
        right: 1.04167vw;
        bottom: 12.04167vw;
        width: 5.20833vw;
        height: 5.20833vw
    }

    .footer__scroll ._link {
        display: block;
        width: 100%;
        height: 100%
    }

    .footer__blockheader {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 0 3.64583vw
    }

    .footer__title {
        width: 25.15625vw;
        height: 3.54167vw
    }

    .footer__logo {
        width: 21.45833vw;
        height: 3.48958vw;
        margin: 0 2.08333vw 0 0
    }

    .footer__info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 0 .9375vw
    }

    .footer__info ._list:not(:last-of-type) {
        margin: 0 2.08333vw 0 0
    }

    .footer__info ._list ._link {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 14px;
        font-size: .72917vw
    }

    .footer__info ._list ._link:after {
        content: "";
        display: block;
        width: .3125vw;
        height: .72917vw;
        margin: 0 0 0 .83333vw;
        background: url("../img/ico_arrow_black.svg") top left no-repeat;
        background-size: 100% 100%
    }

    .footer__copyright {
        font-size: 14px;
        font-size: .72917vw;
        text-align: center
    }
}

@media screen and (max-width: 800px) {
    .footer {
        padding:10.66667vw 0 48vw
    }

    .footer__scroll {
        position: static;
        right: auto;
        bottom: auto;
        width: 13.33333vw;
        height: 13.33333vw;
        margin: 0 auto 8vw
    }

    .footer__blockheader {
        display: block;
        margin: 0 0 8vw
    }

    .footer__title {
        width: 64.4vw;
        height: 9.06667vw;
        margin: 0 auto 4vw
    }

    .footer__logo {
        width: 54.26667vw;
        height: 8.4vw;
        margin: 0 auto
    }

    .footer__info {
        margin: 0 0 4vw
    }

    .footer__info ._list:not(:last-of-type) {
        margin: 0 4.8vw 0 0
    }

    .footer__info ._list ._link {
        font-size: 20px;
        font-size: 2.66667vw
    }

    .footer__info ._list ._link:after {
        width: 1.06667vw;
        height: 2.66667vw;
        margin: 0 0 0 2.13333vw
    }

    .footer__copyright {
        font-size: 20px;
        font-size: 2.66667vw
    }
}

.fixed_footer__pc {
    opacity: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    z-index: 1;
}

@media screen and (max-width: 800px) {
    .fixed_footer__pc {
        display: none !important
    }
}

.fixed_footer__sp {
    display: none !important
}

@media screen and (max-width: 800px) {
    .fixed_footer__sp {
        opacity: 0;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100vw;
        display:block !important;
        z-index: 1;
    }
}

/* =================================================================
    Modal
   ================================================================= */

body.is-modal-open {
    overflow: hidden;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9;
    overflow: 0;
    visibility: hidden;
    transition: 0.3s;
}

.modal {
    width: calc(100% - 60px);
    height: calc(100vh - 60px);
    max-width: 968px;
    max-height: 615px;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    border-radius: 6px;
    overflow: hidden;
    display: grid;
    grid-template-rows: 1fr auto;
    z-index: 10;
    overflow: 0;
    visibility: hidden;
    transition: 0.3s;
}

.modal-overlay.is-active,
.modal.is-active {
    opacity: 1;
    visibility: visible;
}

.modal.is-step-prefecture-select .modal__city-select-screen,
.modal.is-step-prefecture-select .modal__result-screen,
.modal.is-step-city-select .modal__result-screen,
.modal.is-step-prefecture-select .modal__contact-button,
.modal.is-step-city-select .modal__contact-button {
    display: none;
}

.modal.is-step-result .modal__prefecture-select-screen,
.modal.is-step-result .modal__city-select-screen,
.modal.is-step-result .modal__result-count,
.modal.is-step-result .modal__search-button {
    display: none;
}

.modal__header {
    display: none;
}

.modal__body {
    padding: 40px 40px 0;
    overflow: scroll;
}

.modal__section-title {
    position: relative;
    padding-left: 14px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
}

.modal__section-title::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    display: block;
    background-color: #71B837;
}

.modal__back-button {
    margin-top: -20px;
    margin-left: -24px;
    margin-bottom: 12px;
    position: relative;
    display: block;
    width: fit-content;
    font-size: 12px;
    font-weight: 500;
    padding: 9px 0 9px 17px;
    transition: color 0.25s;
}

.modal__back-button:hover {
    color: #4B4B4B;
    opacity: 1;
}

.modal__back-button::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-image: url("../img/ico_modal_arrow_back.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}

.modal__prefecture-select-screen {
    margin-bottom: 40px;
}

.modal__prefectures {
    margin-top: 20px;
    padding-left: 14px;
    max-width: 740px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.modal__prefecture-radio input {
    display: none;
}

.modal__prefecture-radio input + span {
    display: block;
    border: 2px solid #F5F5F5;
    border-radius: 6px;
    background-color: #F5F5F5;
    padding: 15px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
}

.modal__prefecture-radio input:checked + span {
    border-color: #71B837;
    background-color: #F0F6EB;
}

.modal__area-title {
    margin-top: 9px;
    margin-bottom: 6px;
    padding-left: 14px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}

.modal__cities {
    margin-bottom: 30px;
    padding-left: 14px;
    max-width: 760px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px 10px;
}

.modal__city-checkbox input {
    display: none;
}

.modal__city-checkbox input + span {
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25;
    user-select: none;
}

.modal__city-checkbox input + span::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    border: 2px solid #EBEBEB;
    border-radius: 3px;
    background-color: #fff;
}

.modal__city-checkbox input:checked + span::before {
    border: 2px solid #71B837;
    background-color: #71B837;
}

.modal__city-checkbox input:checked + span::after {
    content: "";
    width: 12px;
    height: 12px;
    background-image: url("../img/ico_modal_check.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    position: absolute;
    left: 1px;
    top: 50%;
    transform: translateY(-50%);
}

.modal__city-checkbox input + span small {
    color: #71B837;
    font-size: 10px;
    margin-left: 10px;
    white-space: nowrap;
    flex-shrink: 0;
}

.modal__shops {
    margin-top: 36px;
    margin-bottom: 40px;
    max-width: 672px;
    padding-left: 14px;
    display: grid;
    gap: 25px;
}

.modal__shop-name {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 4px;
    border-bottom: 1px solid #CCCCCC;
}

.modal__shop-body {
    display: grid;
    grid-template-columns: 188px 1fr;
    gap: 24px;
}

.modal__shop-image-pc {
    aspect-ratio: 250 / 183;
    object-fit: cover;
}

.modal__shop-image-sp {
    display: none;
}

.modal__shop-address-data {
    margin-bottom: 9px;
    display: grid;
    grid-template-columns: 12px 1fr;
    gap: 4px 6px;
}

.modal__shop-address-data dt img {
    padding-top: 2px;
    width: 100%;
}

.modal__shop-address-data dd {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -0.01em;
}

.modal__shop-business-hour-data {
    margin-bottom: 9px;
    display: grid;
    grid-template-columns: 80px 1fr;
    align-items: start;
    gap: 5px 7px;
}

.modal__shop-business-hour-data dt {
    padding: 2px 11px;
    border: 2px solid #71B837;
    border-radius: 2px;
    color: #71B837;
    font-size: 11px;
    font-weight: 500;
    text-align: center;
}

.modal__shop-business-hour-data dd {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -0.01em;
}

.modal__shop-other-data {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 5px 7px;
}

.modal__shop-other-data dt {
    position: relative;
    padding-left: 10px;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: -0.01em;
}

.modal__shop-other-data dt::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    background-color: #71B837;
}

.modal__shop-operation-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 15px;
    padding-top: 3px;
}

.modal__shop-operation-list li {
    background-color: #F5F5F5;
    border-radius: 9999px;
    padding: 5px 14px;
    font-size: 12px;
    font-weight: 500;
    color: #538B21;
}

.modal__footer {
    min-height: 60px;
    padding: 12px 30px;
    background-color: #4B4B4B;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
}

.modal__result-count {
    font-size: 14px;
    font-weight: 700;
}
.modal__result-count em {
    font-size: 24px;
}

.modal__search-button {
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    border: none;
    border-radius: 6px;
    padding: 6px 46px;
    background-color: #71B837;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.25s;
}

.modal__search-button:hover {
    background-color: #73ad43;
}

.modal__search-button:disabled {
    background-color: #AAAAAA;
    cursor: not-allowed;
}

.modal__search-button img {
    width: 18px;
    height: 18px;
}

.modal__contact-button {
    position: relative;
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 6px;
    padding: 6px 68px 6px 59px;
    background-color: #FDAB2A;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    transition: background-color 0.25s;
}

.modal__contact-button:hover {
    opacity: 1;
    background-color: #FF7A02;
}

.modal__contact-button::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    width: 9px;
    height: 15px;
    background-image: url("../img/ico_arrow_white.svg");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
}

.modal__close-button {
    border: none;
    background-color: transparent;
    position: absolute;
    padding: 4px;
    right: 16px;
    top: 16px;
    cursor: pointer;
}

.modal__close-button img {
    width: 24px;
}

@media screen and (max-width: 800px) {
    body.is-modal-open {
        height: -webkit-fill-available;
    }

    .modal-overlay {
        background-color: #fff;
        height: 100%;
    }

    .modal {
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        max-width: unset;
        max-height: unset;
        position: fixed;
        transform: none;
        border-radius: 0;
        grid-template-rows: auto 1fr auto;
        padding-bottom: 90px;
    }

    .modal.is-step-prefecture-select .modal__footer {
        display: none;
    }

    .modal.is-step-city-select .modal__prefecture-select-screen {
        display: none;
    }

    .modal__header {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 60px;
        border-bottom: 1px solid #D9D9D9;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
    }

    .modal__body {
        padding: 0;
    }

    .modal__section-title {
        display: none;
    }

    .modal__back-button {
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 0;
        width: 100%;
        padding: 9px 0 9px 37px;
    }

    .modal__back-button::before {
        left: 20px;
    }

    .modal__prefecture-select-screen {
        margin-bottom: 0;
        padding: 50px 20px;
    }

    .modal__prefectures {
        margin-top: 0;
        padding-left: 0;
        max-width: unset;
        grid-template-columns: repeat(2, 1fr);
    }

    .modal__prefecture-radio input + span {
        border-radius: 8px;
        padding: 22px 8px;
        font-size: 16px;
    }

    .modal__area-title {
        margin-top: 0;
        margin-bottom: 0;
        padding: 8px 0 8px 20px;
        font-size: 16px;
        line-height: 1.5;
        background-color: #71B837;
        color: #fff;
    }

    .modal__cities {
        margin-bottom: 0;
        padding-left: 0;
        max-width: unset;
        display: block;
        gap: 0;
    }

    .modal__city-checkbox {
        position: relative;
        display: block;
    }

    .modal__city-checkbox::after {
        content: "";
        display: block;
        width: 5px;
        height: 9px;
        position: absolute;
        top: 50%;
        right: 30px;
        transform: translateY(-50%);
        background-image: url("../img/ico_modal_arrow_right.svg");
        background-repeat: no-repeat;
        background-position: center right;
        background-size: contain;
    }

    .modal__city-checkbox:not(:last-child) {
        border-bottom: 1px solid #D9D9D9;
    }

    .modal__city-checkbox input + span {
        padding: 17px 52px 17px 68px;
        font-size: 16px;
    }

    .modal__city-checkbox input + span::before {
        left: 20px;
        width: 20px;
        height: 20px;
    }

    .modal__city-checkbox input:checked + span {
        background-color: #F0F6EB;
    }

    .modal__city-checkbox input:checked + span::after {
        width: 15px;
        height: 15px;
        left: 22px;
    }

    .modal__city-checkbox input + span small {
        font-size: 14px;
        margin-left: auto;
    }

    .modal__shops {
        margin-top: 15px;
        margin-bottom: 30px;
        max-width: unset;
        padding: 0 20px;
        gap: 30px;
    }

    .modal__shop-name {
        margin-bottom: 10px;
        font-size: 16px;
        padding-bottom: 5px;
    }

    .modal__shop-body {
        display: block;
        gap: 0;
    }

    .modal__shop-image-pc {
        display: none;
    }

    .modal__shop-image-sp {
        display: block;
    }

    .modal__shop-contents {
        display: grid;
        grid-template-columns: 120px 1fr;
        gap: 15px 5px;
        align-items: start;
    }

    .modal__shop-address-data {
        margin-bottom: 0;
        display: grid;
        grid-template-columns: 12px 1fr;
        gap: 5px 9px;
        grid-column: 1 / 3;
    }

    .modal__shop-address-data dt img {
        padding-top: 1px;
    }

    .modal__shop-address-data dd {
        font-size: 12px;
    }

    .modal__shop-business-hour-data {
        margin-bottom: 0;
        display: block;
        grid-template-columns: 80px 1fr;
        gap: 0;
    }

    .modal__shop-business-hour-data dt {
        margin-bottom: 4px;
        padding: 2px 0;
        font-size: 12px;
        width: 5.5em;
    }

    .modal__shop-business-hour-data dd {
        font-size: 12px;
    }

    .modal__shop-business-hour-data dd:not(:last-child) {
        margin-bottom: 9px;
    }

    .modal__shop-other-data {
        display: none;
    }

    .modal__footer {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        min-height: 90px;
        padding: 15px 32px 25px;
    }

    .modal__result-count {
        display: none;
    }

    .modal__search-button {
        min-height: 50px;
        gap: 20px;
        border-radius: 8px;
        padding: 6px 18px;
        font-size: 18px;
        width: 100%;
    }

    .modal__search-button img {
        width: 23px;
        height: 23px;
    }

    .modal__contact-button {
        min-height: 50px;
        border-radius: 8px;
        padding: 6px 16px 6px 32px;
        font-size: 16px;
        line-height: 1.125;
        text-align: left;
        justify-content: flex-start;
        width: 100%;
    }

    .modal__contact-button::after {
        right: 20px;
        width: 12px;
        height: 20px;
    }
}

/* =================================================================
    other
   ================================================================= */

.l-wrapper {
    overflow: hidden
}

.link {
    width: 100%;
    height: 100%
}

.link--cmn {
    display: block
}

.link--flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.u-sp {
    display: none !important
}

@media screen and (max-width: 800px) {
    .u-sp {
        display:block !important;
    }
}

.u-pc {
    display: block !important
}

@media screen and (max-width: 800px) {
    .u-pc {
        display:none !important
    }
}

.fadein {
    animation: fadeIn .3s;
    animation-fill-mode: both;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.anime {
    -webkit-transition: all 0.6s;
    transition: all 0.6s
}

.o-bg {
    background: url("../img/pt.png") top left repeat #f2ebdc
}

.o-button ._link {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.6s;
    transition: all 0.6s
}

.o-button._orange ._link {
    background-color: #ffac00
}

.o-button._green ._link {
    background-color: #fff;
    border: 2px solid #6eb92a
}

@media screen and (max-width: 800px) {
    .o-button ._link {
        -webkit-transition:none 0;
        transition: none 0
    }

    .o-button._orange ._link:hover {
        background-color: #ffac00
    }

    .o-button._green ._link {
        background-color: #fff;
        border: .53333vw solid #6eb92a
    }

    .o-button._green ._link:hover {
        color: #6eb92a;
        background-color: #fff
    }
}

.o-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 29.42708vw
}

.o-video__embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media screen and (max-width: 1280px) {
    .o-video {
        padding-top:44.14062vw
    }
}

@media screen and (max-width: 800px) {
    .o-video {
        padding-top:50.66667vw
    }
}

