@charset "utf-8";

.pc {
    display: block;
}

.sp {
    display: none;
}

@media only screen and (max-width: 599px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
}

/* ----------------------------------------------------------
Common Setting
---------------------------------------------------------- */



/*body*/

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    color: #423F3E;
    font-family: "Inter", "Noto Sans JP", "メイリオ", "Meiryo",
        "ヒラギノ角ゴ ProN W3";
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.5;
}

.inner {
    width: 1000px;
    margin: 0 auto;
}

/*img*/

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

/*link*/

a:link,
a:visited,
a:active {
    color: #333333;
    text-decoration: none;
    transition: 0.5s;
}

a:hover {
    text-decoration: none;
    outline: 0;
    opacity: 0.8;
}

input:hover,
a:hover img {
    outline: 0;
    opacity: 0.8;
}

/* iOSでのデフォルトスタイルをリセット */

input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}

/* ----------------------------------------------------------
header
---------------------------------------------------------- */

.header {
    position: fixed;
    width: 100%;
    z-index: 10;
    background-color: rgba(255, 255, 255, .7);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .05);
}

.header .inner {
    padding: 20px 0;
}

.header .layout {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .logo {
    font-size: 2.5rem;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.header .logo img {
    margin-right: 10px;
}

.header .layout .menu {
    display: flex;
    align-items: center;
}

.header .layout .menu li {
    margin-right: 20px;
}

/* ----------------------------------------------------------
mv
---------------------------------------------------------- */

.mv {
    background-image: url(../images/mv_bg.webp);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.mv .inner {
    padding: 170px 0;
    position: relative;
}

.mv .img {
    position: absolute;
    bottom: 0;
    right: -30px;
}

.mv .title {
    font-size: 4.8rem;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.mv .title img {
    margin-right: 10px;
}

.mv .heading {
    font-size: 2.4rem;
    font-weight: 700;
    margin-top: 20px;
}

.mv .heading span {
    color: #7AA33B;
}


.mv .text {
    font-size: 1.8rem;
    margin-top: 20px;
}

.mv .btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    margin: 0 auto;
}

.btn {
    text-align: center;
}

.btn a:after {
    content: url(../images/allow.svg);
    display: inline-block;
    width: 10px;
    height: 17px;
    position: absolute;
    top: calc(50% - 8px);
    right: 20px;
}

.btn a {
    color: #fff;
    background-image: linear-gradient(90deg, #f68029, #ec6231);
    width: 620px;
    border-radius: 4px;
    padding: 20px 0;
    display: inline-block;
    position: relative;
}

.btn a .btn_text {
    font-size: 1.4rem;
    font-weight: 400;
    text-align: center;
}

.btn a .btn_title {
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
}

/* ----------------------------------------------------------
cta
---------------------------------------------------------- */

.cta.section {
    padding: 50px 0;
    background-color: #F7F7F7;
}

.cta .text {
    font-size: 1.8rem;
    font-weight: 400;
    text-align: center;
    line-height: 2;
}

.cta .btn {
    margin: 20px auto 0;
}

/* ----------------------------------------------------------
section
---------------------------------------------------------- */
.section {
    padding: 100px 0;
}

.section .section_title {
    text-align: center;
    font-size: 3.4rem;
    font-weight: 700;
    margin-bottom: 150px;
    position: relative;
}

.section .section_title:after {
    content: ' ';
    display: inline-block;
    width: 1px;
    height: 58px;
    background-color: #ADD571;
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    margin: 0 auto;
}

/* ----------------------------------------------------------
features
---------------------------------------------------------- */

.section.features {
    padding-top: 150px;
}

.features .features_heading {
    text-align: center;
    font-size: 3.4rem;
    font-weight: bold;
}

.features .features_text {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2;
    margin-top: 20px;
}


.features .layout {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.features .box {
    background-color: #F7F7F7;
    padding: 20px;
    width: 320px;
    box-sizing: border-box;
}

.features .box .img {
    text-align: center;
    line-height: 158px;
}


.features .box .heading {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 20px;
}

.features .box .text {
    font-size: 1.6rem;
    line-height: 2;
    margin-top: 20px;
}

/* ----------------------------------------------------------
price
---------------------------------------------------------- */

.price .box {
    width: 550px;
    border: 3px solid #7AA33B;
    border-radius: 20px;
    position: relative;
    padding: 60px 0;
    margin: 0 auto;
}

.price .box:after {
    content: ' ';
    display: inline-block;
    width: 160px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: -3px;
    margin: 0 auto;
}

.price .box .title {
    text-align: center;
    font-size: 3.4rem;
    font-weight: bold;
    display: inline;
    position: absolute;
    left: 0;
    right: 0;
    top: -27px;
    z-index: 10;
}

.price .box .price {
    text-align: center;
    font-size: 8rem;
    font-weight: bold;
}

.price .box .price span {
    font-size: 4.2rem;
    position: relative;
}

.price .box .price span:after {
    font-size: 1.4rem;
    content: '(税込)';
    display: inline-block;
    position: absolute;
    left: 1px;
    top: -18px;
    margin: 0 auto;
}

.price .text {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2;
    margin-top: 50px;
}

/* ----------------------------------------------------------
service
---------------------------------------------------------- */

.service .text {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2;
    margin-top: 75px;
}

.service .box {
    width: 900px;
    border: 3px solid #423F3E;
    border-radius: 20px;
    position: relative;
    padding: 50px 70px 40px;
    margin: 50px auto 0;
}

.service .box:after {
    content: ' ';
    display: inline-block;
    height: 3px;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: -3px;
    margin: 0 auto;
}

.service .box.box01:after {
    width: 150px;
}

.service .box.box02:after {
    width: 300px;
}

.service .box.box03:after {
    width: 330px;
}

.service .box .title {
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    display: inline;
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
    z-index: 10;
}

.service .box .sub_title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.service .box .sub_title li:nth-of-type(2) {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    white-space: nowrap;
    margin: 0 10px;
}

.service .box .sub_title li:first-of-type,
.service .box .sub_title li:last-of-type {
    width: 60px;
    height: 1px;
    background-color: #A4F02F;
}

.service .box .label {
    display: flex;
    flex-wrap: wrap;
}

.service .box .label li {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 400;
    border-radius: 4px;
    padding: 5px 20px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.service .box.box01 .label li,
.service .box.box02 .label li {
    background-color: #A4F02F;
}

.service .box.box03 .label li {
    background-color: #6F6F6F;
}

.service .box .label li span {
    font-size: 1.2rem;
}

/* ----------------------------------------------------------
flow
---------------------------------------------------------- */

.flow .flow_text {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2;
    margin-top: 75px;
}

.flow .flow_title {
    color: #1F5693;
    font-size: 2.9rem;
    font-weight: 500;
    text-align: center;
}

.flow .box {
    position: relative;
}

.flow .box .label {
    color: #fff;
    font-size: 2rem;
    position: absolute;
    top: -20px;
    left: 50px;
    background-color: #A4F02F;
    border-radius: 4px;
    padding: 2px 20px;
}

.flow .layout {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #F7F7F7;
    margin-top: 70px;
    padding: 30px;
}

.flow .layout .img {
    line-height: 152px;
    text-align: center;
    width: 193px;
}

.flow .layout .contents {
    width: calc(100% - 230px);
}

.flow .layout .heading {
    font-size: 2.4rem;
    font-weight: bold;
}

.flow .layout .text {
    font-size: 1.6rem;
    line-height: 2;
    margin-top: 10px;
}

/* ----------------------------------------------------------
faq
---------------------------------------------------------- */

.faq .box {
    border-top: 1px solid #DDDDDD;
    padding: 20px 0;
    cursor: pointer;
}

.faq .inner .box:last-of-type {
    border-bottom: 1px solid #DDDDDD;
}

.faq .box .q_box .q {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq .box .q_box .q li:nth-of-type(2) {
    font-size: 2rem;
    font-weight: bold;
    width: calc(100% - 102px);
}

.faq .box .q_box .q li:last-of-type {
    width: 31px;
    height: 31px;
    position: relative;
}

.faq .box .q_box .q li:last-of-type:before {
    content: ' ';
    display: inline-block;
    width: 31px;
    height: 1px;
    background-color: #ADD571;
    position: absolute;
    left: 0;
    top: 15px;
}

.faq .box .q_box .q li:last-of-type:after {
    content: ' ';
    display: inline-block;
    width: 31px;
    height: 1px;
    background-color: #ADD571;
    position: absolute;
    left: 0;
    top: 15px;
    transform: rotate(270deg);
    transition: 0.5s;
}

.faq .box.active .q_box .q li:last-of-type:after {
    transform: rotate(0);
}


.faq .box .a_box {
    padding-top: 10px;
    display: none;
}


/* ----------------------------------------------------------
contact
---------------------------------------------------------- */

.contact .box {
    margin: 0 auto;
}

.contact .box .layout {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.contact .box dt {
    font-size: 1.8rem;
    font-weight: 500;
    display: flex;
    align-items: flex-start;
    width: 260px;
    padding-top: 8px;
}

.contact .box dt .required {
    color: #fff;
    font-size: 1.2rem;
    background-color: #A4F02F;
    padding: 4px 10px 3px;
    margin-left: 10px;
    border-radius: 4px;
}

.contact .box dd {
    width: 390px;
}

.contact .box .company input,
.contact .box .name input,
.contact .box .email input,
.contact .box .tel input {
    font-size: 1.8rem;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: none;
    background-color: #F7F7F7;
}

.contact .box .details textarea {
    font-size: 1.9rem;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: none;
    background-color: #F7F7F7;
}

.contact .box .form_btn {
    text-align: center;
    margin-top: 100px;
}

.contact .box .form_btn input {
    color: #FFF;
    cursor: pointer;
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    width: 375px;
    padding: 10px 0;
    background: #A4F02F;
}

.contact .box .form_btn p {
    display: flex;
    justify-content: center;
    text-align: center;
}

.contact .box .form_btn p input:first-of-type {
    margin-right: 20px;
}

.contact .box .form_btn .wpcf7-spinner {
    display: none;
}

.contact .box .thanks_title {
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}

.contact .box .thanks_text {
    text-align: center;
}


/* ----------------------------------------------------------
float_box
---------------------------------------------------------- */

.float_box {
    position: fixed;
    right: -10px;
    bottom: 80px;
    border: 3px solid #7AA33B;
    border-radius: 10px;
    padding: 25px 35px;
    background-color: #fff;
}

.float_box .text {
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
}

.float_box .float_btn {
    position: relative;
    margin-top: 10px;
}

.float_box .float_btn:after {
    content: url(../images/allow.svg);
    display: inline-block;
    width: 10px;
    height: 17px;
    position: absolute;
    top: calc(50% - 8px);
    right: 20px;
}

.float_box .float_btn a {
    color: #fff;
    width: 320px;
    padding: 15px 0;
    background-image: linear-gradient(90deg, #f68029, #ec6231);
    border-radius: 4px;
    display: block;
}

.float_box .float_btn a .text {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
}

/* ----------------------------------------------------------
footer
---------------------------------------------------------- */

.footer {
    background-color: #000000;
    padding: 30px 0;
}

.footer .heading {
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
}

.footer .img {
    text-align: center;
    margin-top: 10px;
}

.footer .copyright {
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    margin-top: 30px;
}

@media only screen and (max-width: 1024px) {

    /* ----------------------------------------------------------
    Common Setting
    ---------------------------------------------------------- */

    .inner {
        width: 95%;
        margin: 0 auto;
    }

    /* ----------------------------------------------------------
header
---------------------------------------------------------- */

    .header .layout .menu li:last-of-type {
        margin-right: 0;
    }

    /* ----------------------------------------------------------
mv
---------------------------------------------------------- */

    .mv .inner {
        padding: 150px 0 0;
        position: relative;
    }

    .mv .img {
        text-align: center;
        position: relative;
        bottom: auto;
        right: auto;
        margin-top: 20px;
    }

    .mv .title {
        justify-content: center;
    }

    .mv .heading {
        text-align: center;
    }

    .mv .text {
        text-align: center;
    }

    .mv .btn {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -50px;
        margin: 0 auto;
    }

    /* ----------------------------------------------------------
features
---------------------------------------------------------- */

    .features .box {
        width: calc(33.33% - 10px);
    }

    /* ----------------------------------------------------------
service
---------------------------------------------------------- */

    .service .box {
        width: 100%;
        padding: 50px 30px 40px;
        box-sizing: border-box;
    }

    /* ----------------------------------------------------------
float_box
---------------------------------------------------------- */

    .float_box {
        bottom: 100px;
        padding: 15px 25px;
    }

    .float_box .float_btn a {
        width: 230px;
    }

    .float_box .float_btn a .text {
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 599px) {

    /* ----------------------------------------------------------
header
---------------------------------------------------------- */

    .header .inner {
        padding: 10px 0;
    }

    .header .logo {
        font-size: 1.8rem;
    }

    .header .logo img {
        width: 25px;
    }

    .header .layout .menu {
        display: none;
    }

    .header .btn a:after {
        display: none;
    }

    .header .btn a {
        width: 160px;
        padding: 7px 0;
    }

    .header .btn a .btn_title {
        font-size: 1.4rem;
    }

    /* ----------------------------------------------------------
mv
---------------------------------------------------------- */

    .mv .inner {
        padding: 100px 0 0;
    }

    .mv .img img {
        width: 90%;
    }

    .mv .title {
        font-size: 3.8rem;
        font-weight: bold;
        display: flex;
        align-items: center;
    }

    .mv .title img {
        width: 45px;
    }

    .mv .heading {
        font-size: 2rem;
    }


    .mv .text {
        font-size: 1.6rem;
    }

    .mv .btn {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -50px;
        margin: 0 auto;
    }

    .btn a {
        width: 90%;
        padding: 15px 0;
    }

    .btn a .btn_text {
        font-size: 1.4rem;
    }

    .btn a .btn_title {
        font-size: 2.6rem;
    }

    /* ----------------------------------------------------------
cta
---------------------------------------------------------- */

    .cta.section {
        padding: 30px 0;
    }

    .cta .text {
        font-size: 1.6rem;
    }

    /* ----------------------------------------------------------
section
---------------------------------------------------------- */
    .section {
        padding: 70px 0;
    }

    .section .section_title {
        font-size: 2.8rem;
        margin-bottom: 120px;
    }

    /* ----------------------------------------------------------
features
---------------------------------------------------------- */

    .section.features {
        padding-top: 100px;
    }

    .features .features_heading {
        font-size: 2.4rem;
    }

    .features .features_text {
        font-size: 1.4rem;
    }


    .features .layout {
        display: block;
        margin-top: 50px;
    }

    .features .box {
        width: 100%;
        margin-top: 30px;
    }

    .features .box .img {
        line-height: auto;
    }


    .features .box .heading {
        font-size: 1.6rem;
    }

    .features .box .text {
        font-size: 1.4rem;
    }

    /* ----------------------------------------------------------
price
---------------------------------------------------------- */

    .price .box {
        width: 100%;
        position: relative;
        padding: 60px 0;
    }

    .price .box:after {
        width: 140px;
    }

    .price .box .title {
        font-size: 2.8rem;
        top: -23px;
    }

    .price .box .price {
        font-size: 6.4rem;
    }

    .price .box .price span {
        font-size: 3.2rem;
    }

    .price .box .price span:after {
        font-size: 1.1rem;
        top: -15px;
    }

    .price .text {
        font-size: 1.6rem;
    }

    /* ----------------------------------------------------------
service
---------------------------------------------------------- */

    .service .text {
        font-size: 1.6rem;
        margin-top: 50px;
    }

    .service .box {
        width: 100%;
        border-radius: 20px;
        padding: 40px 20px 30px;
    }

    .service .box.box01:after {
        width: 130px;
    }

    .service .box.box02:after {
        width: 280px;
    }

    .service .box.box03:after {
        width: 310px;
    }

    .service .box .title {
        font-size: 2rem;
        top: -17px;
    }

    .service .box .sub_title li:nth-of-type(2) {
        font-size: 1.6rem;
    }

    .service .box .label li {
        font-size: 1.3rem;
        padding: 5px 10px;
    }

    .service .box .label li span {
        font-size: 1rem;
    }

    /* ----------------------------------------------------------
flow
---------------------------------------------------------- */

    .flow .flow_text {
        font-size: 1.6rem;
    }

    .flow .box {
        position: relative;
    }

    .flow .box .label {
        font-size: 1.6rem;
        text-align: center;
        top: -13px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 70px;
    }

    .flow .layout {
        display: block;
        padding: 50px 20px 20px;
    }

    .flow .layout .img {
        line-height: auto;
        text-align: center;
        width: auto;
    }

    .flow .layout .contents {
        width: 100%;
    }

    .flow .layout .heading {
        font-size: 2rem;
        text-align: center;
        margin-top: 30px;
    }

    .flow .layout .text {
        font-size: 1.4rem;
    }

    /* ----------------------------------------------------------
faq
---------------------------------------------------------- */

    .faq .box .q_box .q li:nth-of-type(2) {
        font-size: 1.8rem;
        width: calc(100% - 90px);
    }

    .faq .box .q_box .q li:first-of-type img {
        width: 25px;
    }

    .faq .box .q_box .q li:last-of-type {
        width: 25px;
        height: 25px;
    }

    .faq .box .q_box .q li:last-of-type:before {
        width: 25px;
        top: 12px;
    }

    .faq .box .q_box .q li:last-of-type:after {
        width: 25px;
        top: 12px;
    }

    .faq .box .a_box {
        font-size: 1.4rem;
    }


    /* ----------------------------------------------------------
contact
---------------------------------------------------------- */

    .contact .box .layout {
        display: block;
        margin-bottom: 30px;
    }

    .contact .box dt {
        font-size: 1.6rem;
        width: 100%;
        padding-top: 0;
    }

    .contact .box dt .required {
        font-size: 1rem;
    }

    .contact .box dd {
        width: 100%;
        margin-top: 10px;
    }

    .contact .box .company input,
    .contact .box .name input,
    .contact .box .email input,
    .contact .box .tel input {
        font-size: 1.6rem;
    }

    .contact .box .details textarea {
        font-size: 1.6rem;
    }

    .contact .box .form_btn {
        margin-top: 50px;
    }

    .contact .box .form_btn input {
        font-size: 1.6rem;
        width: 150px;
    }

    .contact .box .thanks_title {
        font-size: 1.6rem;
        margin-bottom: 5%;
    }

    .contact .box .thanks_text {
        font-size: 1.4rem;
    }

    /* ----------------------------------------------------------
float_box
---------------------------------------------------------- */

    .float_box {
        display: none !important;
    }

    /* ----------------------------------------------------------
footer
---------------------------------------------------------- */

    .footer {
        padding: 30px 0 20px;
    }
}

/* ----------------------------------------------------------
/* ----------------------------------------------------------
/* ----------------------------------------------------------
/* ----------------------------------------------------------
/* ----------------------------------------------------------
/* ----------------------------------------------------------
/* ----------------------------------------------------------
/* ----------------------------------------------------------
/* ----------------------------------------------------------
/* ----------------------------------------------------------
/* ----------------------------------------------------------
*/
}