@font-face {
    font-family: "ShinMGoPr6NMedium";
    src: url("../font/A-OTF-ShinMGoPr6N-Medium.otf") format("opentype"), url("../font/A-OTF-ShinMGoPr6N-Medium.eot?#iefix") format("embedded-opentype"), url("../font/A-OTF-ShinMGoPr6N-Medium.woff2") format("woff2"), url("../font/A-OTF-ShinMGoPr6N-Medium.woff") format("woff"), url("../font/A-OTF-ShinMGoPr6N-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "ShinMGoPr6NRegular";
    src: url("../font/A-OTF-ShinMGoPr6N-Regular.otf") format("opentype"), url("../font/A-OTF-ShinMGoPr6N-Regular.eot?#iefix") format("embedded-opentype"), url("../font/A-OTF-ShinMGoPr6N-Regular.woff2") format("woff2"), url("../font/A-OTF-ShinMGoPr6N-Regular.woff") format("woff"), url("../font/A-OTF-ShinMGoPr6N-Regular.ttf") format("truetype");
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
    font: inherit;
}

img,
picture,
svg,
video {
    display: block;
    max-width: 100%;
}

input,
select,
textarea {
    background-color: transparent;
    outline: none;
}

button {
    cursor: pointer;
    background-color: transparent;
    outline: none;
    border: 0;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

a {
    display: inline-block;
    color: #4682b4;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

/* @media (min-width: 751px) and (max-width: 1140px) {
    html {
        font-size: calc(100vw / 114);
    }
} */

@media (max-width: 750px) {
    html {
        font-size: calc(100vw / 75);
    }
}

body {
    font-family: "ShinMGoPr6NMedium", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana;
    min-height: 100vh;
    word-wrap: break-word;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    color: #454545;
}

.txt_center {
    text-align: center;
}

.clr-orange {
    color: #fc6b00;
}

.bg-orange {
    background-color: #fc6b00;
}

.clr-yellow {
    color: #f6ff00;
}

.clr-white {
    color: #fff;
}

.yellow_line {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #fff600 0%) repeat scroll 0 0;
}

.onlySP {
    display: none !important;
}

@media (max-width: 750px) {
    .onlyPC {
        display: none !important;
    }

    .onlySP {
        display: block !important;
    }
}

#wrapper {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    background-color: #f5f4ec;
}

.container {
    max-width: 100%;
    padding: 0 4.2rem;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    width: 100%;
}

.header {
    height: 9.2rem;
    position: fixed;
    width: 100%;
    max-width: 750px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    background-color: #fff;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    padding-left: 3rem;
    position: relative;
    height: 100%;
}

.header-logo {
    max-width: 17.6rem;
    display: flex;
    align-items: center;
    z-index: 999;
}

.header-btn {
    position: relative;
    display: block;
    top: 0;
    right: 0;
    z-index: 1;
}

.header-btn__line {
    max-width: 100%;
    width: 61.5rem;
    margin: 0 auto;
    height: 12.8rem;
}

.header-btn__line>a {
    border-radius: 0;
    box-shadow: none;
}

.header-btn__contact {
    max-width: 100%;
    width: 61.5rem;
    margin: 5rem auto 0;
    height: 12.8rem;
}

.header-btn__contact>a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fc8e00;
    padding: 1rem;
    color: #fff;
    font-size: 4rem;
    border-radius: 6.4rem;
    position: relative;
    font-weight: 500;
    text-decoration: none;
}

@media (min-width: 751px) {
    .header-btn__contact>a:hover::before {
        right: 7%;
    }
}

.header-btn__contact>a::before {
    content: "";
    position: absolute;
    top: 46%;
    right: 9%;
    border: solid #fff;
    border-width: 0 0.6rem 0.6rem 0;
    display: inline-block;
    padding: 1.2rem;
    transform: rotate(-45deg) translateY(-50%);
    transition: right .3s ease;
}

/* fv */

.fv {
    height: 130rem;
    padding-top: 8rem;
    position: relative;
}

.fv .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
    padding-bottom: 2.75rem;
    height: 100%;
}

.fv::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/251027_bg_fv.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top 3rem center;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.fv-text {
    margin: 4.5rem auto 0;
    width: 70.9rem;
    height: auto;
}

.fv-titSub {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: auto;
    margin: 0 auto;
}

.fv-deco {
    position: absolute;
    width: 27.3rem;
    height: 32.5rem;
    right: auto;
    left: 47%;
    transform: translateX(-50%);
    bottom: -11rem;
}

.fv-btn {
    background-color: #bff65a;
    padding: 5rem 0 4.25rem;
    margin-top: -2rem;
    position: relative;
    z-index: 1;
}

.fv-btn .head {
    text-align: center;
}

.fv-btn .head img {
    width: 60.1rem;
}

.fv-btn .head>.txtMed {
    font-size: 4.8rem;
    color: #fc6b00;
}

.fv-btn__inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
}

.fv-btn__inner .fv-btn__link {
    width: 64rem;
    display: block;
    transition: opacity 0.3s ease;
}

.fv-btn__inner .fv-btn__link:hover {
    opacity: 0.8;
}


/* benefits */

.benefits {
    padding: 4rem 0 9rem;
}

.benefits .title img {
    width: 56.3rem;
}

.benefits .benefits__boxIn {
    border-radius: 2.5rem;
    background-color: #fff;
    margin-top: 4.5rem;
    padding: 3rem 2rem 2.5rem;
}

.benefits__boxIn>.head {
    font-weight: 500;
    text-align: center;
    font-size: 4.8rem;
    line-height: calc(76 / 48);
    letter-spacing: 0.05em;
}

.benefits__boxIn>.head .bg-orange {
    padding: 0 1rem;
    font-size: 5.8rem;
    line-height: 1.3;
    display: inline-block;
}

.generally {
    background-color: #f0f0f0;
    border-radius: 1.7rem;
    margin-top: 3rem;
    overflow: hidden;
    position: relative;
    padding-bottom: 5rem;
}

.generally>h5 {
    padding: 0.5rem;
    background-color: #424242;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 4rem;
}

.generally .generally_desc {
    font-weight: 500;
    font-size: 3rem;
    line-height: calc(50 / 30);
    letter-spacing: 0.1em;
    text-align: center;
    margin-top: 4rem;
}

.generally .generally_desc .clr-orange {
    font-size: 3.5rem;
}

.generally_chat {
    padding: 0 4.8rem;
}

.generally_chat>.inner {
    background-color: #424242;
    font-weight: 500;
    border-radius: 1.5rem;
    font-size: 2.4rem;
    line-height: calc(38 / 24);
    padding: 2rem 1rem;
    width: 100%;
    letter-spacing: 0.02em;
    text-align: center;
    color: #fff;
    display: inline-block;
    position: relative;
}

.generally_chat.--01>.inner::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 1.8rem solid transparent;
    border-right: 1.8rem solid transparent;
    border-top: 6rem solid #424242;
    left: 68%;
    top: 99%;
}

.generally_chat.--02>.inner::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 1.6rem solid transparent;
    border-right: 1.6rem solid transparent;
    border-bottom: 5.5rem solid #424242;
    left: 19%;
    bottom: 99%;
    transform: translateX(-50%);
}

.generally_chat .txtMed {
    font-size: 3.1rem;
    line-height: calc(32 / 25);
}

.generally_chat.--01 {
    text-align: right;
    margin: 4rem 0 3rem;
    padding: 0 2rem;
}

.generally_chat.--02 {
    margin-top: 3rem;
    padding: 0 2rem;
}

.generally_pic img {
    width: 59rem;
}

.generally_deco {
    position: relative;
    bottom: 0;
    right: auto;
    left: 47%;
    transform: translateX(-50%);
    margin-top: 3rem;
    width: 34.4rem;
    height: 19.1rem;
    z-index: 10;
}

.generally_deco>.text {
    position: absolute;
    top: 38%;
    left: 11%;
    text-align: center;
    font-size: 1.8rem;
    line-height: calc(25 / 18);
    font-weight: 500;
}

.onecell {
    background-color: #f8ffdc;
    border-radius: 1.7rem;
    margin-top: 3rem;
    overflow: hidden;
    position: relative;
    padding-bottom: 5rem;
}

.onecell>h5 {
    background-color: #bff65a;
    text-align: center;
    color: #097501;
    font-weight: 500;
    font-size: 4rem;
    padding: 0.5rem;
}

.onecell_desc {
    font-weight: 500;
    font-size: 3.3rem;
    line-height: calc(55 / 33);
    letter-spacing: 0.08em;
    text-align: center;
    margin-top: 4rem;
}

.onecell_desc .clr-orange {
    font-size: 4rem;
}

.onecell_pic {
    text-align: center;
    margin-top: 2rem;
}

.onecell_pic>img:nth-child(1) {
    width: 92.2rem;
}

.onecell_pic>img:nth-child(2) {
    width: 60.8rem;
    margin: 3rem auto 0;
}

.onecell_pic>img:nth-child(4) {
    width: 59.4rem;
    margin: 1rem auto 0;
}

/* CTA */

.cta {
    background-color: #bff65a;
    padding: 5.5rem 0 3rem;
}

.cta .bnr img {
    width: 67rem;
    margin: 0 auto;
}

.cta .title {
    width: 60.1rem;
    margin: 4rem auto 3rem;
}

.cta__inner {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.cta__inner .cta__link {
    width: 64rem;
    transition: opacity 0.3s ease;
}

.cta__inner .cta__link:hover {
    opacity: 0.8;
}


/* company */

.company {
    margin: 4rem 0 0;
    padding-bottom: 8rem;
}

.company .title {
    width: 64.2rem;
    margin: 0 auto;
}

.company .company_boxIn {
    border-radius: 2.5rem;
    background-color: #fff;
    margin-top: 4rem;
    padding: 4rem 2rem;
}

.company .text01 {
    font-size: 3.6rem;
    line-height: 1.5;
    color: #2a812a;
    letter-spacing: 0.05em;
}

.company .text01>span {
    font-size: 4.5rem;
}

.company .text02 {
    font-size: 2.6rem;
    line-height: calc(36 / 26);
    margin-top: 2.5rem;
    letter-spacing: 0.05em;
    font-weight: 500;
}

.company_pic {
    margin-top: 3rem;
    position: relative;
}

.company_pic img {
    width: 63rem;
}

.company .company_pic .text {
    font-family: "ShinMGoPr6NRegular";
    position: absolute;
    z-index: 1;
    font-size: 1.8rem;
    line-height: calc(26 / 18);
    letter-spacing: 0.025em;
    color: #fff;
}

.company .company_pic .text06 {
    color: #454545;
}

.company .company_pic .text03 {
    top: 18.5%;
    left: 7%;
}

.company .company_pic .text03>span {
    color: #f6ff00;
    font-size: 2.3rem;
}

.company .company_pic .text04 {
    top: 45.5%;
    left: 38.3%;
}

.company .company_pic .text05 {
    top: 19.5%;
    left: 61.5%;
}

.company .company_pic .text06 {
    top: 78%;
    left: 12.7%;
    font-size: 1.6rem;
    line-height: calc(23 / 16);
}

.company .text07 {
    font-size: 3.6rem;
    margin-top: 4rem;
}

.company .text07 {
    color: #2a812a;
    font-size: 3.6rem;
    letter-spacing: 0.02em;
    line-height: 1.5;
}

.company .text07 .txtMed {
    font-size: 5.8rem;
}

/* sale */
.sale {
    padding: 6rem 0 5rem;
}

.sale .heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.sale .heading>span:nth-child(1) {
    font-size: 2.8rem;
    letter-spacing: 0;
    line-height: 1.8;
    font-weight: 500;
}

.sale .heading>span:nth-child(2) {
    font-size: 4rem;
    letter-spacing: 0.05em;
}

.sale .heading>span:nth-child(2) .txtLarg {
    font-size: 5rem;
    line-height: 1;
    color: #177c07;
}

.sale .sale_pic {
    position: relative;
}

.sale_price {
    margin-top: 0;
}

.sale .sale_pic .text {
    position: absolute;
    font-size: 2.5rem;
    line-height: calc(35 / 25);
    font-weight: 500;
    text-align: center;
}

.sale .sale_pic .text.text01 {
    top: 12.5%;
    left: 10.4%
}

.sale .sale_pic .text.text02 {
    top: 34.5%;
    left: 4%;
}

.sale .sale_pic .text.text03 {
    top: 10.6%;
    left: 56.5%;
}

.sale .sale_pic .text.text04 {
    top: 39.5%;
    left: 65%;
}

.sale .sale_pic {
    margin-top: 3rem;
}

.sale .sale_pic img {
    width: 109.9rem;
}

.sale .sale_price .heading {
    margin: 0 -4.2rem;
    max-width: unset;
}

.sale .sale_price .heading img {
    width: 100%;
}

.sale .sale_price-box {
    margin-top: 4.5rem;
}

.sale .sale_price-box>h4 {
    background-color: #097501;
    text-align: center;
    font-size: 3.2rem;
    color: #fff;
    font-weight: 500;
    line-height: 2;
    padding: 1rem;
}

.sale .sale_price-box>h4>span {
    font-size: 4.5rem;
    line-height: 1;
    color: #f6ff00;
}

.sale .sale_price-box .detail {
    background-color: #fff;
    text-align: center;
    padding: 2.8rem 2rem;
}

.sale .sale_price-box .detail img {
    width: 103.4rem;
    margin: 0 auto;
}

.sale .sale_process {
    margin-top: 6rem;
}

.sale .sale_process .head {
    text-align: center;
    font-size: 4rem;
    font-weight: 500;
}

.sale .sale_process .head>span {
    font-size: 5rem;
    line-height: 1;
    color: #177c07;
}

.sale .sale_process-step {
    margin-top: 4rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5.8rem;
    list-style: none;
}

.sale .sale_process-step>li {
    background-color: #fff;
    position: relative;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    padding: 2rem;
}

.sale .sale_process-step>li::before {
    content: "";
    position: absolute;
    width: 3.3rem;
    height: 2.9rem;
    background-image: url(../img/deco_triagle_sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    top: 106%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
}

.sale .sale_process-step>li:last-child::before {
    content: none;
}

.sale .sale_process-step>li:nth-child(1) .pic img {
    width: 26rem;
}

.sale .sale_process-step>li:nth-child(2) .pic img {
    width: 14.9rem;
}

.sale .sale_process-step>li:nth-child(3) .pic img {
    width: 27.4rem;
}

.sale .sale_process-step>li .content {
    width: 29.5rem;
}

.sale .sale_process-step>li .pic {
    text-align: center;
    width: 50%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
}

.sale .sale_process-step>li .num {
    font-family: "din-2014", sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 4.2rem;
    margin-top: 0;
    line-height: 1.2;
    color: #bff65a;
}

.sale .sale_process-step>li .tit {
    font-size: 3.2rem;
    line-height: 1.8;
    color: #177c07;
    letter-spacing: 0.05em;
    font-weight: 500;
}

.sale .sale_process-step>li .desc {
    font-size: 1.8rem;
    line-height: calc(25 / 18);
    font-weight: 500;
    margin-top: 0;
}

.sale .sale_process-deco {
    display: flex;
    justify-content: flex-start;
    gap: 0;
    padding-right: 0;
    margin-top: 1rem;
}

.sale .sale_process-deco>.item {
    position: relative;
}

.sale .sale_process-deco>.item:nth-child(1) {
    width: 32.1rem;
}

.sale .sale_process-deco>.item:nth-child(2) {
    width: 32.5rem;
    margin-top: 1rem;
}

.sale .sale_process-deco>.item .text {
    position: absolute;
    font-size: 1.6rem;
    line-height: calc(25 / 16);
    font-weight: 500;
    text-align: center;
}

.sale .sale_process-deco>.item.item01 .text {
    top: 16%;
    left: 12%;
}

.sale .sale_process-deco>.item.item02 .text {
    top: 16%;
    left: 6.2%;
}


/* FAQ */

.faq {
    padding: 8rem 0 12rem;
}

.faq .title {
    text-align: center;
    font-size: 4.8rem;
    color: #177c07;
    font-weight: 500;
    line-height: 1.7;
}

.faq .faq-list {
    margin-top: 3rem;
    list-style: none;
}

.faq .faq-list__item {
    background-color: #fff;
    padding: 2.5rem 2rem 3rem;
}

.faq .faq-list__item+.faq-list__item {
    margin-top: 4.2rem;
}

.faq .faq-list__item .question {
    font-size: 3.2rem;
    color: #177c07;
    font-weight: 500;
    line-height: 1.7;
    position: relative;
    padding-bottom: 2.2rem;
    text-indent: -6.5rem;
    padding-left: 6.5rem;
}

.faq .faq-list__item .question::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.6rem;
    background-image: url(../img/line_faq.png);
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.faq .faq-list__item .answer {
    font-size: 2rem;
    line-height: calc(28 / 20);
    margin-top: 2rem;
}


/* footer */

.footer {
    background-color: #454545;
    height: 12rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.footer .footer-copyright {
    text-align: center;
    font-size: 2rem;
    color: #fff;
}

.footer .footer-link {
    text-align: center;
    margin-top: 1rem;
}

.footer .footer-link>a {
    font-size: 1.8rem;
    color: #fff;
    text-decoration: none;
}

.footer .footer-link>a:hover {
    opacity: .7;
}


#gnavi {
    position: fixed;
    z-index: 998;
    width: 100%;
    max-width: 750px;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

#gnavi.open {
    opacity: 1;
    pointer-events: auto;
}

#gnavi .content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 22rem 6.2rem 9.4rem;
}

#gnavi .close>button {
    width: 61.5rem;
    height: 12.8rem;
    margin: 0 auto;
    border-radius: 6.4rem;
    background-color: #a2a2a2;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4.2rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #fff;
}

#menuBtn {
    position: absolute;
    width: 8rem;
    height: 8rem;
    top: 1rem;
    right: 3rem;
    z-index: 999;
    cursor: pointer;
}

#menuBtn>span {
    display: block;
    position: absolute;
    width: 6.8rem;
    height: 0.6rem;
    background-color: #a2a2a2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s ease;
    user-select: none;
}

#menuBtn>span:nth-child(1) {
    margin-top: -1.4rem;
}

#menuBtn>span:nth-child(3) {
    margin-top: 1.4rem;
    top: 49%;
}

#menuBtn.open>span:nth-child(2) {
    opacity: 0;
}

#menuBtn.open>span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
    top: 70%;
}

#menuBtn.open>span:nth-child(3) {
    transform: translate(-50%, -50%) rotate(-45deg);
    top: 36%;
}