@charset "UTF-8";
/* CSS Document */
/*--------------------
01.共通
02.ヘッダー
03.メインビジュアル
04.セクション1
05.セクション2
06.セクション3
07.FAQ
08.CTA
09.フッター
10.フリーダイヤル
--------------------*/

/*----------
01.共通
----------*/
body {
-webkit-font-smoothing: antialiased;
background: #fff;
font-family: "Noto Sans JP", sans-serif;
font-optical-sizing: auto;
font-weight: 600;
font-style: normal;
color: #333333;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
*:focus {
    outline: none;
}
:focus-visible {
    outline: 2px solid #333;
    outline-offset: 1px;
}
a,
a img {
    transition: .4s transform ease;
}
a:hover,
a:hover img {
    transform: translateY(-5px);
}
img {
    max-width: 100%;
    height: auto;
}
.pc {
display: block;
}
.sp {
display: none;
}
.wrap {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
h2 {
    font-weight: 700;
    font-size: 64px;
    color: #fff;
    text-align: center;
    padding-top: 10px;
}
.sec_title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url(../img/sec_backgraund.jpg);
    background-size: cover;
    width: 100%;
    height: 250px;
}
.sec_title p {
    font-size: min(3.9vw, 45px);
    font-weight: 700;
    color: #fff;
}
.sec_title img {
    margin-bottom: 20px;
}
/*----------
02.ヘッダー
----------*/
header {
    display: flex;
    justify-content: space-between;
    padding: 15px 100px;
    background-color: #fff;
}
h1 .logo {
    width: 500px;
}
.tel_nav {
    width: 300px;
}
header a:hover,
header a:hover img {
    transform: none !important;
}

/*----------
03.メインビジュアル
----------*/
/* .mv{
    display: grid;
    grid-template-areas: "stack";
    background: #023A21 url(../img/mv_background.jpg) center center no-repeat; background-size: cover;
    height: clamp(800px, calc(100vh - 105px), 1100px);
}

.mv_label_wrap{
    position: relative;
    width: 100%;
    overflow: hidden;
    grid-area: stack;
}
.mv_label{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: clamp(100%, 150%, 1800px);
}
.mv_label img{
    max-width: 75%;
}

.mv_column{
    grid-area: stack;
    display: grid;
    grid-template-columns: auto min(29.16%, 350px);
    justify-content: center;
    align-items: end;
    width: min(92%, 1200px);
    margin-inline: auto;
}
.mv_main{
    margin-right: -8.2%;
} */
.mv_stretched{
    height: var(--mv_bottom);
    /* background-image: linear-gradient(to right, #1b6526, #054223); */
    background-color: #023A21;
}

.mv_cta_wrap {
    position: relative;
    height: 100%;
}
.mv_cta {
    position: absolute;
    top: 10px;
    z-index: 1;
    padding: min(1vw, 13px);
    background-color: #47A134;
}
.mv_cta_wrap .mv_cta {
    box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.20);
}
.cta_wrap {
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    text-align: left;
}
.form dl {
    width: 100%;
    margin: 0 auto;
}
.form dl dt {
    width: auto;
    padding: 10px 0 5px;
    font-size: 13px;
}
.form dl dt i {
    position: relative;
    top: -2px;
    font-size: 10px;
    color: #B51622;
    padding-left: 5px;
}
.form dl:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.form dl dd {
    width: auto;
    padding: 0;
}
.form input[type="text"],
.form input[type="email"],
.form input[type="tel"] {
    width: 100%;
    padding: 7px 2%;
    border: 1px solid #cccccc;
    background: #FFFFE4;
    -webkit-appearance: none;
    font-size: 16px;
    font-family: inherit;
    line-height: normal;
}
.form dl dd span .error_blank,
.form dl dd span .error_format,
.form dl dd span .error_match {
    display: block;
    color: #B51622;
    margin-top: 5px;
}
.form #tuika {
    font-size: 0.8rem;
    background-color: #FFFFE4;
    border: 1px solid #cccccc;
    display: inline-block;
    padding: 8px 10px;
    border-radius: 3px;
    margin: 10px 0 0 0;
    cursor: pointer;
}
.mv_cta .check_label {
    font-size: 11px;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    gap: 0.7em;
    line-height: normal;
}
.mv_cta .check_input_wrap {
    margin-top: 3px;
}
.mv_cta input[type="checkbox"] {
    width: 13px;
    height: 13px;
}
#agreement {
    padding: 7px 0 12px 0;
}
#from_submit1_button {
    width: 100%;
    height: auto;
}
.mailform_annotation {
    font-size: 10px;
    font-weight: 400;
    margin-bottom: 10px;
}
.cta_img2, .form {
    margin-top: -10px;
}
.form {
    margin-top: -20px;
}
/*----------
04.セクション1
----------*/
#sec1 {
    background-image: linear-gradient(181deg, #47a134, #15602c);
}
#sec1 .wrap {
    background-image: url(../img/sec1_backgraund2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 90vw;
    max-width: 1440px;
    height: auto;
    padding: 50px;
}
.wrap_inner {
    width: 90%;
    margin: 25px 0;
}
.inner_title {
    display: flex;
    align-items: center;
}
.inner_title img {
    width: 83px;
    height: auto;
}
h3 {
    font-size: 46px;
    font-weight: 700;
    color: #15602C;
    padding-left: 46px;
    padding-bottom: 6px;
    line-height: 0.8;
}
hr {
    height: 3px;
    width: 100%;
    margin: -3px 0 55px 10px;
    background-color: #15602C;
}
.inner_content {
    display: flex;
    justify-content: space-between;
}
.inner_txt {
    width: 50%;
    margin-right: 48px;
}
.inner_content img {
    width: 48%;
    object-fit: cover;
}
.inner_content .inner_txt .content_title {
    width: 100%;
    margin-bottom: 40px;
}
.inner_txt p {
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    text-align: justify;
}
h3 small {
    font-family: "Belleza", sans-serif;
    font-weight: 400;
    font-size: 32px;
}
.content {
    flex-direction: row-reverse;
}
.content .inner_txt {
    margin: 0 0 0 48px;
}
.inner_txt .txt_point {
    color: #15602C;
    font-weight: 600;
    margin-bottom: 20px;
}
/*----------
05.セクション2
----------*/
#sec2 {
    background-image: url(../img/sec2_backgraund.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    padding-bottom: 4vw;
}
.sec2_title {
    position: relative;
}
.sec2_title img {
    position: absolute;
    top: 10px;
    object-fit: cover;
}
#sec2 .wrap {
    width: 90vw;
    max-width: 1440px;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 150px;
    border: 4px solid #15602c;
    position: relative;
    padding: 60px 110px 60px 110px;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.35);
}
ul {
    list-style: none;
}
li {
    display: flex;
    align-items: center;
    font-size: 28px;
    margin-bottom: 20px;
}
li img {
    width: 51px;
    margin-right: 20px;
}
.sec2_ul_img {
    width: 35%;
    position: absolute;
    right: 70px;
    bottom: 70px;
}
.sec2_arrow {
    position: absolute;
    bottom: -110px;
    z-index: 1;
}
#sec2 .wrap2 {
    margin-top: 35px;
    padding: 70px 100px 60px 100px;
}
.wrap2 .wrap_inner {
    display: flex;
    justify-content: center;
    width: 100%;
}
.wrap2 li img {
    width: 70px;
    margin-right: 30px;
}
.wrap2 li {
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    text-align: justify;
    align-items: flex-start;
}
.wrap2 li strong {
    font-size: 32px;
    font-weight: 600;
    color: #2F9C33;
}
.wrap2 hr {
    margin: 35px 0;
    background-color: #50ad32;
}
.sec2_btn {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 50px;
}
.sec2_btn a {
    width: 45%;
}
.sec2_btn img {
    object-fit: contain; 
}
/*----------
06.セクション3
----------*/
#sec3 {
    background-image: linear-gradient(181deg, #15602c, #47a134 );
    overflow: hidden;
}
#sec3 .wrap {
    width: 90vw;
    max-width: 1440px;
    height: auto;
    padding: 80px;
    background-color: #fff;
    margin-bottom: 50px;
}
#sec3 .inner_title img {
    width: 520px;
}
.wrap_inner_pc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 92%;
}
.wrap_inner_pc img {
    margin-top: 22px;
}
.wrap_inner_sp {
    display: none;
}
#sec3 .inner_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}
#sec3 .inner_title p {
    font-size: 28px;
    color: #023A21;
}
#sec3 .inner_title h3 {
    font-size: 39px;
    color: #023A21;
    padding-left: 0;
    line-height: normal;
}
.flow_top, .flow_bottom {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 15px 0;
}
.flow_top img, .flow_bottom img {
    width: 25%;
}
img.sec3_arrow {
    width: 45px;
    margin: 0 15px;
}
.flow_top {
    justify-content: flex-start;
}
.flow_bottom {
    justify-content: flex-end;
}
/*----------
07.FAQ
----------*/
#fag {
    width: 100%;
    background-color: #fff;
    height: auto;
}
#faq .wrap {
    width: 90vw;
    max-width: 1440px;
    padding: 80px;
}
.faq_title h3 {
    font-size: 40px;
    color: #023A21;
    padding: 0;
    text-align: center;
    line-height: normal;
    margin-bottom: 20px;
}
.faq_title p {
    font-size: 24px;
    color: #023A21;
    text-align: center;
}
.faq_inner {
    width: 90%;
    margin-top: 80px;
}
.question, .answer {
    display: flex;
}
.question .icon {
    width: 80px;
    height: 80px;
    background-color: #15602C;
    display: flex;
    justify-content: center;
    align-items: center;
}
.question .icon p {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
}
.question .txt {
    width: 100%;
    height: 80px;
    background-color: #F1F1E8;
    border: solid #A6A6A6;
    border-width: 1px 1px 1px 0;
    display: flex;
    align-items: center;
}
.question .txt p {
    font-size: 26px;
    font-weight: 500;
    color: #023A21;
    margin-left: 30px;
}
.answer {
    padding: 30px 0;
    align-items: flex-start;
}
.answer p.icon {
    font-size: 32px;
    color: #D41826;
    font-weight: 700;
    width: 80px;
    text-align: center;
}
.answer p.txt {
    font-size: 22px;
    font-weight: 400;
    width: fit-content;
    text-align: justify;
    line-height: normal;
}
.faq_inner {
    width: 100%;
}
/*----------
08.CTA
----------*/
#cta .mailform_annotation,
#cta  #form_submit_button2 {
    display: none;
}
#cta {
    background-color: #15602C;
    padding: 60px;
    display: flex;
    justify-content: center;
}
#cta .cta {
    width: 90vw;
    max-width: 1440px;
    background-color: #fff;
    padding: 80px 0;
    border-radius: 0;
    text-align: left;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
#cta .cta_wrap {
    width: 50%;
    padding: 0;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#cta .cta_img2,
#cta .foam {
    margin-top: 0;
}
#cta .form dl dt {
    padding: 20px 0 10px 0;
    font-size: 24px;
}
#cta .form dl dt i {
    font-size: 16px;
}
#cta .form input[type="text"],
#cta .form input[type="email"],
#cta .form input[type="tel"] {
    padding: 3%;
    font-size: 16px;
    height: 80px;
}
#cta .form #tuika {
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin: 20px 0;
    height: 60px;
    width: 50%;
}
#cta #agreement {
    padding: 20px 0 30px 0;
}
#cta label.check_label {
    font-size: 22px;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
}
#cta .check_txt {
    line-height: 1.5;
}
#cta .check_input_wrap {
    padding: 0 0.7em;
}
#cta input[type="checkbox"] {
    width: 35px;
    height: 35px;
}
#cta .form_submit_button {
    margin-top: 80px;
}
#cta .cta_img1,
#cta .form_submit_button img {
    width: 90%;
}
.cta_wrap1 {
    padding: 40px 40px 0 40px;
}
/*----------
09.フッター
----------*/
#footer {
    background-image: linear-gradient(181deg, #47a134, #15602c);
    height: auto;
    padding: 50px 80px;
}
#footer .wrap {
    width: 90vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin: 40px 0;
}
.footer_left {
    margin-right: 20px;
}
.footer_right {
    margin-left: 20px;
}
.footer_wrap {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}
.wrap_title {
    background-color: #fff;
    padding: 10px 0;
    width: 130px;
    height: 40px;
    font-size: 18px;
    color: #333333;
    text-align: center;
    margin-right: 20px;

}
.wrap_txt {
    font-size: 18px;
    color: #fff;
    line-height: normal;
    margin-top: 8px;
    width: -webkit-fill-available;
}
p.Copyright {
    font-size: 16px;
    color: #fff;
    text-align: center;
}
/*----------
10.フリーダイヤル
----------*/
#tel_nav {
    background-color: #15602C;
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
#tel_nav a {
    display: contents;
}
.tel_btn_wrap {
    width: 50%;
    max-width: 720px;
    height: 170px;
    background-image: linear-gradient(90deg, #47a134, #15602c);
    border-radius: 100px;
    border: 3px solid #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.tel_number {
    font-size: 39px;
    font-weight: 700;
    line-height: normal;
    color: #fff;
    letter-spacing: 2px;
}
.tel_txt {
    font-size: 16px;
    line-height: normal;
    color: #fff;
}
.tel_btn_wrap img {
    width: 60px;
    margin: -35px 20px 0 0;
}
a:hover, a:hover .tel_btn_wrap, a:hover img {
    transform: none !important;
}
.tel_btn_wrap {
    position: relative;
}
#tel_nav a .tel_btn_wrap::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100vmax;
    background-color: #fff;
    opacity: 0;
    transition: opacity 0.4s;
}
#tel_nav a:hover .tel_btn_wrap::before {
    opacity: 0.1;
}

@media only screen and (max-width:1024px){
/*----------
01.共通
----------*/
h2{
    line-height: normal;
    font-size: 50px;
}
.sec_title p {
    font-size: 32px;
    margin-top: 10px;
}
.sec_title {
    height: 230px;
}
.wrap{
    padding: 0 20px;
    width: 90vw;
}
/*----------
02.ヘッダー
----------*/
header {
    padding: 15px 50px;
}
.logo, .tel_nav {
    width: 250px;
}

/*----------
03.メインビジュアル
----------*/
/* #mv_pc{
    background-color: #054223;
    background-position: -180px 0;
}
#mv_pc .mv_img_pc{
    width: 650px;
} */
.mv_cta {
    padding: 10px;
    /* margin-bottom: 10px; */
}
.cta_wrap {
    padding: 10px;
}
.form input[type="text"], 
.form input[type="email"], 
.form input[type="tel"] {
    padding: 2%;
    font-size: 13px;
}
.mailform_annotation {
    margin-bottom: 2px;
}
/*----------
04.セクション1
----------*/
#sec1 .wrap {
    width: 95vw;
}
.wrap_inner {
    width: 100%;
}
h3 {
    font-size: 40px;
}
.inner_content .inner_txt .content_title {
    margin-bottom: 20px;
}
.inner_txt p {
    font-size: 20px;
}
.inner_txt {
    margin-right: 32px;
}
.content .inner_txt {
    margin: 0 0 0 32px;
}
/*----------
05.セクション2
----------*/
.sec2_title img.pc {
    display: none;
}
.sec2_title {
    background-image: url(../img/sec2_img1.png);
    background-size: cover;
    background-position: bottom;
}
#sec2 .wrap {
    width: 95vw;
    padding: 50px;
    margin-top: 50px;
}
li {
    font-size: 28px;
}
.sec2_ul_img {
    width: 390px;
    right: 20px;
    bottom: 40px;
}
.sec2_arrow {
    width: 300px;
}
.sec2_btn a {
    width: 47%;
}
#sec2 .wrap_inner {
    margin: 5vw 0;
}
/*----------
06.セクション3
----------*/
#sec3 .wrap {
    padding: 50px;
}
.wrap_inner_pc {
    width: 100%;
}
.flow_top img, .flow_bottom img {
    width: 25%;
}
img.sec3_arrow {
    width: 35px;
    margin: 0 10px;
}
/*----------
07.FAQ
----------*/
#faq .wrap {
    padding: 80px 0;
}
/*----------
08.CTA
----------*/
#cta .cta_wrap {
    width: 70%;
}
#cta .check_label {
    font-size: 20px;
    line-height: normal;
}
#cta .form_submit_button {
    margin-top: 40px;
}
/*----------
09.フッター
----------*/
#footer {
    padding: 20px;
}
#footer .wrap {
    width: 100%;
    margin: 30px 0;
}
.wrap_title {
    width: 120px;
    height: 30px;
    padding: 6px 0;
    font-size: 16px;
}
.wrap_txt {
    font-size: 15px;
    margin-top: 5px;
}
/*----------
10.フリーダイヤル
----------*/
.tel_btn_wrap {
    width: 70%;
}
}

@media only screen and (max-width:768px){
/*----------
01.共通
----------*/
.wrap{
    width: 100%;
    margin: 0 auto;
}
.pc{
    display: none;
}
.sp {
    display: block;
}
h2{
    font-size: 9vw;
    line-height: 1.5;
    padding: 0 8px;
}
.sec_title p {
    font-size: 5vw;
    text-align: center;
    line-height: normal;
    margin-top: 0;
}
.sec_title {
    height: 36vw;
}
/*----------
02.ヘッダー
----------*/
header {
    width: 200px;
    padding: 10px 20px;
}
.tel_nav {
    display: none;
}
/*----------
03.メインビジュアル
----------*/
/* .mv{
    height: auto;
    background-image: none;
}
.mv_label{
    display: none;
}
.mv_column{
    display: block;
    width: auto;
}
.mv_main{
    margin-right: 0;
} */
.mv_stretched{
    display: none;
}
.mv_cta {
    position: static;
    padding: 4vw;
    width: 100%;
}
.cta_wrap {
    width: 100%;
    padding: 5vw;
}

.cta {
    background-color: #47A134;
    padding: 4vw;
    border-radius: 0;
    display: flex;
    justify-content: center;
}
.cta_wrapper {
    padding: 5vw 0;
    background-color: #fff;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
.cta_wrap {
    max-width: 700px;
    border-radius: 0;
    box-shadow: none;
}
.cta_img1,
.form_submit_button img {
    width: 100%;
}
.form dl dt {
    font-size: 4vw;
    padding: 3vw 0 1vw 0;
}
.form dl dt i {
    font-size: 3.5vw;
    top: 0;
}
.form input[type="text"],
.form input[type="email"],
.form input[type="tel"] {
    height: 12vw;
}
.form #tuika {
    font-size: 3.8vw;
    height: 11vw;
    width: 70%;
    margin: 4vw 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mv_cta .check_label {
    font-size: 3vw;
    text-align: left;
}
input[type="checkbox"] {
    width: 5vw;
    height: 5vw;
}
#agreement {
    padding: 0;
}
.form_submit_button {
    margin-top: 6vw;
}
.mailform_annotation,
#form_submit_button2 {
    display: block;
}
.mailform_annotation {
    font-size: 3vw;
    margin-bottom: 5vw;
}
/*----------
04.セクション1
----------*/
#sec1 .wrap {
    width: 90vw;
    padding: 0 5vw;
}
.inner_title img {
    width: 12vw;
}
h3 {
    font-size: 5vw;
    padding-left: 5vw;
}
hr {
    width: 96%;
    margin: -2px 0 20px 10px;
}
.inner_content {
    flex-direction: column;
}
.inner_txt {
    width: 100%;
}
.inner_txt p {
    font-size: 4vw;
    margin-bottom: 5vw;
}
.inner_content img {
    width: 100%;
    height: 50vw;
}
img.content_title {
    height: 12vw;
}
h3 small {
    font-size: 4vw;
    padding-left: 5px;
}
h3 {
    line-height: 5vw;
    padding-bottom: 3px;
}
.content .inner_txt {
    margin: 0 0 0 0;
}
.content .inner_txt img.content_title {
    height: 15vw;
}
/*----------
05.セクション2
----------*/
#sec2 {
    padding-bottom: 6vw;
}
.sec_title img {
    min-width: 320px;
    width: 100%;
    object-fit: contain;
    margin-top: -10px;
}
#sec2 .wrap {
    margin-top: 14vw;
    width: 90vw;
    padding: 5vw 5vw 7vw 5vw;
    border: 2px solid #15602C;
}
li {
    font-size: 3.8vw;
    margin-bottom: 5vw;
}
li img {
    width: 7vw;
    margin-right: 10px;
}
.sec2_ul_img {
    width: 40vw;
    right: 0px;
    bottom: 7vw;
}
.sec2_arrow {
    width: 40vw;
    bottom: -14vw;
}
#sec2 .wrap2 {
    margin-top: 6vw;
}
.wrap2 li img {
    width: 10vw;
    margin-right: 3vw;
}
.wrap2 li {
    font-size: 4vw;
    line-height: 1.2;
    margin-bottom: 0;
}
.wrap2 li strong {
    font-size: 4.5vw;
}
.wrap2 hr {
    width: 100%;
    margin: 4vw 0;
    height: 2px;
}
.sec2_btn {
    flex-direction: column;
    align-items: center;
    margin-top: 4vw;
}
.sec2_btn a {
    width: 100%;
    margin-top: 4vw;
}
/*----------
06.セクション3
----------*/
#sec3 .sec_title img {
    width: 70vw;
    margin-left: 10px;
    margin-top: 0;
}
#sec3 .wrap {
    padding: 7vw 5vw;
    margin-bottom: 6vw;
}
#sec3 .inner_title {
    margin-bottom: 0;
}
#sec3 .inner_title img {
    width: 63vw;
    padding-bottom: 4vw;
}
#sec3 .inner_title p {
    font-size: 5.5vw;
}
#sec3 .inner_title h3 {
    font-size: 7.5vw;
    margin-bottom: 7vw;
}
.wrap_inner_pc {
    display: none;
}
.wrap_inner_sp {
    display: block;
    margin-top: 4vw;
}
.wrap_inner_sp img {
    margin-top: 2vw;
}
.flow_top, .flow_bottom {
    flex-direction: column;
    justify-content: center;
    margin: 0;
}
.flow_top img, .flow_bottom img {
    width: 100%;
    margin-top: -2vw;
}
img.sec3_arrow {
    transform: rotate(90deg);
    width: 8vw;
    margin: -2vw 0 -5vw 0;
}
/*----------
07.FAQ
----------*/
#faq .wrap {
    padding: 10vw 0;
}
.faq_title h3 {
    font-size: 7vw;
    margin-bottom: 10px;
}
.faq_title p {
    font-size: 4vw;
    font-weight: 500;
}
.faq_inner {
    margin-top: 10vw;
}
.question .icon {
    width: 11vw;
    height: 11vw;
}
.question .txt {
    height: 11vw;
}
.question .icon p {
    font-size: 4.5vw;
}
.question .txt p {
    font-size: 4vw;
    margin-left: 10px;
}
.answer {
    padding: 20px 0;
}
.answer p.icon {
    font-size: 4.5vw;
    width: 11vw;
    margin-top: 2px;
}
.answer p.txt {
    font-size: 4vw;
}
.sec2_btn {
    display: none;
}
/*----------
08.CTA
----------*/
#cta {
    background-image: linear-gradient(181deg, #47a134, #15602c);
    padding: 4vw;
}
#cta .cta {
    padding: 5vw 0;
    /* width: 100vw; */
    width: 100%;
    border-radius: 3px;
    box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.20);
}
#cta .cta_wrap {
    width: 85%;
    max-width: 700px;
}
#cta .cta_img1,
#cta .form_submit_button img {
    width: 100%;
}
#cta .form dl dt {
    font-size: 4vw;
    padding: 3vw 0 1vw 0;
}
#cta .form dl dt i {
    font-size: 3.5vw;
    top: 0;
}
#cta .form input[type="text"],
#cta .form input[type="email"],
#cta .form input[type="tel"] {
    height: 12vw;
}
#cta .form #tuika {
    font-size: 3.8vw;
    height: 11vw;
    width: 70%;
    margin: 4vw 0;
}
#cta .check_input_wrap {
    padding-left: 0;
}
#cta label.check_label {
    font-size: 3vw;
}
#cta input[type="checkbox"] {
    width: 5vw;
    height: 5vw;
}
#cta #agreement {
    padding: 0;
}
#cta .form_submit_button {
    margin-top: 6vw;
}
#cta .mailform_annotation,
#cta #form_submit_button2 {
    display: block;
}
#cta .mailform_annotation {
    font-size: 3vw;
    margin-bottom: 5vw;
}
/*----------
09.フッター
----------*/
#footer {
    padding: 4vw;
}
#footer .logo {
    width: 50vw;
    margin-left: 2vw;
}
#footer .wrap {
    flex-direction: column;
    margin: 6vw 0;
}
.footer_left,
.footer_right {
    margin: 0;
}
.footer_wrap {
    margin-bottom: 2.5vw;
}
.wrap_title {
    width: 18vw;
    height: 4.5vw;
    padding: 1vw 0;
    font-size: 2.2vw;
    margin-right: 3vw;
}
.wrap_txt {
    font-size: 2.3vw;
    margin-top: 4px;
}
p.Copyright {
    font-size: 3vw;
}
/*----------
10.フリーダイヤル
----------*/
#tel_nav {
    position: sticky;
    bottom: 0;
    height: auto;
    padding: 4.1vw 0;
}
.tel_btn_wrap {
    width: 90%;
    height: 21vw;
    border-radius: 20vw;
    padding-bottom: 1vw;
}
.tel_btn_wrap img {
    width: 9vw;
    margin: -7vw 3vw 0 0;
}
.tel_number {
    font-size: 6vw;
}
.tel_txt {
    font-size: 2.8vw;
}
}

/* フォーム用 */
.error_blank {
    display: inline-block;
    margin-top: 5px;
    color: red;
}
.error_check {
    display: none;
    color: red;
}
.submit_button input {
    display: block;
    appearance: none;
    -webkit-appearance: none;
    background: url(../img/button_free.png);
    background-size: cover;
    border: none;
    aspect-ratio: 101 / 24;
    cursor: pointer;
    overflow: hidden;
    text-indent: 105%;
    white-space: nowrap;
}
.mv_submit_button input {
    width: 100%;
    transition: .4s transform ease;
}
.mv_submit_button input:hover {
    transform: translateY(-5px);
    opacity: 0.8;
}
.cta_submit_button {
    margin-top: 80px;
}
.cta_submit_button input {
    width: 90%;
    margin-inline: auto;
    transition: .4s transform ease;
}
.cta_submit_button input:hover {
    transform: translateY(-5px);
    opacity: 0.8;
}
@media only screen and (max-width:768px){
    .mv_submit_button {
        margin-top: 6vw;
    }
    .cta_submit_button {
        margin-top: 6vw;
    }
    .cta_submit_button input {
        width: 100%;
    }
}

/* サンクスページ */
.lp-thanks_bg {
    width: 100%;
    background-color: #F6F6F6;
    overflow: hidden;
    padding: 100px 50px;
    margin: 0 auto;
}
.box1200 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.thanks-box {
    background-color: #FFF;
    padding: 50px 80px;
    border-radius: 7px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}
.thanks-box h1 {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 500;
    text-align: center;
    padding: 0 0 50px 0;
    letter-spacing: -1px;
}
.thanks-box p {
    font-size: 18px;
    line-height: 1.75;
    padding: 0 0 50px 0;
    font-weight: 500;
}
.thanks-box .top_btn a {
    font-size: 18px;
    font-weight: bold;
    color: #10572C;
}
@media only screen and (max-width:768px){
    .lp-thanks_bg {
        padding: 10vw 5vw;
    }
    .thanks-box {
        padding: 8vw 5vw;
    }
    .thanks-box h1 {
        font-size: 5vw;
        padding: 0 0 7vw 0;
    }
    .thanks-box p {
        font-size: 3.5vw;
        padding: 0 0 7vw 0;
    }
    .thanks-box .top_btn a {
        font-size: 4vw;
    }
}


.mv {
    background: #15602C;
}
.mv_inner {
    position: relative;
    width: min(100%, 1800px);
    margin-inline: auto;
    background: url(../img/mv_background.jpg) no-repeat center;
    background-size: cover;
}
.mv_label {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 280px;
    transform: translateX(-50%);
    overflow: hidden;
}
.mv_label_inner {
    position: relative;
    left: clamp(-25%, calc((1800px - 100vw) / 2 *-1), 0px);
    width: min(150%, 1800px);
}
.mv_label img {
    width: min(60%, 984px);
}
.mv_container {
    width: min(100%, 1240px);
    height: 100%;
    margin-inline: auto;
    display: grid;
    grid-template-columns: auto minmax(250px, 29.25%);
    margin-inline: auto;
    padding-inline: 20px;
}
/* .mv_main {
    padding-top: 150px;
} */
.mv_main picture img {
    max-width: 110%;
}

@media only screen and (max-width:768px){
    .mv_inner {
        background: none;
    }
    .mv_label {
        display: none;
    }
    .mv_container {
        display: block;
        padding: 0;
    }
    .mv_main {
        padding: 0;
    }
    .mv_main picture img {
        max-width: 100%;
    }
}