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

/*----------
01.共通
----------*/
body {
-webkit-font-smoothing: antialiased;
background: #fff;
font-family: "Shippori Mincho B1", serif;
font-optical-sizing: auto;
font-weight: 400;
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;
}
li {
    list-style: none;
}
.cta_line {
    width: 100%;
    height: 200px;
    background: linear-gradient(to right, #15602C 0%, #ECF4E9 50%, #15602C 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
img.cta_top {
    margin-top: -2px;
}
img.cta_bottom {
    z-index: 2;
}
/*----------
02.メインビジュアル
----------*/
.mv{
    position: relative;
    width: 100%;
    height: 100vh;
    background: url(../img/mv_img_pc.jpg) center center no-repeat; background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo img {
    width: 130px;
    position: absolute;
    top: 5px;
    left: 5px;
}
.mv_inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.mv h2 {
    font-weight: 600;
    font-size: 34px;
    color: #fff;
    text-align: center;
    padding-bottom: 50px;
    letter-spacing: 5px;
    text-shadow: #333333 1px 0 10px;
}
.mv p {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding-bottom: 50px;
    letter-spacing: 1px;
    line-height: 40px;
    text-shadow: #333333 1px 0 5px;
}
.mv .company {
    font-family: "Belleza", sans-serif;
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 2px;
    padding-bottom: 0px;
}
.mv_btn {
    position: absolute;
    right: 100px;
    bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.mv_btn img {
    width: 230px;
    padding-bottom: 10px;
}
/*----------
03.セクション1
----------*/
#sec1 {
    width: 100%;
    background: url(../img/sec1_background.png) no-repeat center center,
                linear-gradient(90deg, #EAF1EC, #EBEBF0);
    background-size: cover;
    display: flex;
    justify-content: center;
    padding: 80px;
}
.sec1_inner {
    width: 1080px;
    background-color: #fff;
    box-shadow: 4px 4px 8px #C1C1C5;
    position: relative;
    padding: 40px 0;
}
.sec1_inner_img_top {
    position: absolute;
    width: 45px;
    top: -20px;
    left: -10px;
}
.sec1_inner_img_bottom {
    position: absolute;
    width: 45px;
    bottom: -20px;
    right: -10px;
}
.sec1_title {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sec1_title h2 img {
    width: 460px;
    margin: 0;
}
.wrap_top_inner {
    display: flex;
    gap: 20px;
    padding-right: 40px;
}
.wrap_top_inner img {
    width: 166px;
}
.sec1_txt {
    display: flex;
    justify-content: center;
    padding: 40px 0;
}
.sec1_txt_wrap {
    width: 60%;
}
.sec1_txt_wrap p {
    padding-bottom: 20px;
    font-size: 19px;
    font-weight: 500;
    line-height: 25px;
}
.sec1_inner .company {
    font-family: "Belleza", sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: #15602C;
    letter-spacing: 2px;
    text-align: right;
    padding: 0 100px 40px 0;
}
/*----------
04.セクション2
----------*/
#sec2 {
    background-color: #fff;
    display: flex;
    justify-content: center;
    padding: 80px;
}
.sec2_inner {
    width: 1080px;
    display: flex;
    gap: 70px;
    flex-direction: column;
    align-items: center;
}
.sec2_title {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sec2_title img {
    width: 348px;
    padding-bottom: 10px;
}
.sec2_title p {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}
.sec2_txt {
    display: flex;
    gap: 80px;
}
.sec2_txt .wrap {
    width: 50%;
}
.sec2_txt .wrap_title {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    gap: 40px;
    position: relative;
}
.sec2_txt .wrap_title .number {
    font-size: 38px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #15602C;
}
.sec2_txt .wrap_title hr {
    width: 90px;
    height: 1px;
    background-color: #15602C;
    border: none;
    transform: rotate(-45deg);
    transform-origin: left center;
    display: block;
    position: absolute;
    top: 97px;
    left: 17px;
}
.sec2_txt .wrap_title .number_title {
    font-size: 24px;
    font-weight: 600;
    color: #15602C;
    padding-top: 20px;
}
.sec2_txt .wrap_title .number_title small {
    font-size: 16px;
    font-weight: 500;
}
.sec2_txt .wrap img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    padding: 20px 0 30px 0;
}
.sec2_txt .wrap_txt1 {
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    text-align-last: left;
}
.sec2_txt .wrap_txt2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    color: #15602C;
    padding-bottom: 20px;
    text-align: justify;
    text-align-last: left;
}
/*----------
05.セクション3
----------*/
#sec3 {
    background: url(../img/sec3_background.jpg)no-repeat center center;
    background-size: cover;
    padding: 140px 80px 80px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 110px;
}
.sec3_inner_top {
    width: 100%;
    max-width: 1240px;
    background-color: #fff;
    box-shadow: 4px 4px 8px #C1C1C5;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 80px 40px;
}
.inner_top_title {
    position: absolute;
    width: 14%;
    top: -17%;
    left: 5%;
}
.inner_top_img {
    position: absolute;
    width: 32%;
    bottom: 5%;
    right: 3%;
}
.inner_top_txt {
    width: 78%;
    padding-top: 35px;
}
.inner_top_txt_wrap {
    display: flex;
    align-items: center;
    gap: 33px;
    padding-bottom: 35px;
}
.inner_top_txt_wrap img {
    width: 30px;
}
.inner_top_txt_wrap p {
    font-size: 22px;
}
.sec3_inner_bottom {
    width: 100%;
    max-width: 1240px;
    background-color: #fff;
    box-shadow: 4px 4px 8px #C1C1C5;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 40px;
}
.inner_bottom_title1 {
    width: 540px;
    margin-top: -140px;
    padding-bottom: 50px;
} 
.inner_bottom_title2 {
    width: 270px;
}
.inner_bottom_txt {
    width: 85%;
    margin: 20px 0;
}
.inner_bottom_txt li {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 50px 10px;
}
.inner_bottom_txt img {
    width: 100px;
}
.inner_bottom_txt p {
    font-size: 22px;
    line-height: normal;
}
.inner_bottom_txt strong {
    font-size: 26px;
    color: #15602C;
    font-weight: 600;
}
.inner_bottom_txt hr {
    border: none;
    margin: 0;
    width: 100%;
    height: 2px;
    background-color: #E8EFEA;
}
.sec_btn {
    display: flex;
    gap: 90px;
}
.sec_btn img {
    width: 330px;
}
/*----------
06.セクション4
----------*/
.cta_line .cta_txt1 {
    width: 460px;
}
.sec4_inner {
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px;
}
.sec4_inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/sec4_background.jpg'); 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.1;
    z-index: -1;
}
.sec4_title {
    width: 524px;
    padding-bottom: 80px;
}
.sec4_inner_wrap {
    width: 100%;
    max-width: 1080px;
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.sec4_inner_wrap img {
    width: 46%;
}
/*----------
07.セクション5
----------*/
#sec5 {
    position: relative;
    width: 100%;
    background: linear-gradient(180deg, #EAF1EC, #EBEBF0); /* 背景色だけ */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px;
    overflow: hidden;
    z-index: 0;
}
#sec5::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/mv_img_pc.jpg) no-repeat center center;
    background-size: cover;
    opacity: 0.2; /* ← 不透明度50% */
    z-index: -1;
}
.sec5_title {
    width: 377px;
    padding-bottom: 60px;
}
.sec5_inner_top,
.sec5_inner_bottom {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-end;
    padding: 60px 20px 40px;
    flex-wrap: wrap;
    z-index: 0;
    width: 100%;
    max-width: 1240px;
}
.img_wrap {
    position: relative;
    width: 25%;
    text-align: center;
    z-index: 2;
}
.img_wrap .number {
    position: absolute;
    top: -25px;
    left: -25px;
    width: 60px;
}
.arrow {
    width: 15px;
    text-align: center;
    z-index: 2;
    padding-bottom: 30px;
}
.white_band {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #fff;
    z-index: 1;
}
.img_wrap p {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    font-size: 20px;
    color: #15602C;
    font-weight: 600;
    margin-top: 20px;
}
/*----------
08.FAQ
----------*/
#faq {
    width: 100%;
    background-color: #fff;
    height: auto;
    padding: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.faq_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 80px;
}
.faq_title img {
    width: 275px;
    padding-bottom: 20px;
}
.faq_title p {
    font-size: 20px;
    font-weight: bold;
}
.faq_inner {
    width: 100%;
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding-bottom: 80px;
}
.faq_wrap {
    display: flex;
    flex-direction: column;
    gap: 26px;
    width: 100%;
}
.wrap_q, .wrap_a {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}
.wrap_q img {
    width: 22px;
    margin-top: -2px;
}
.wrap_a img {
    width: 24px;
    margin-top: 2px;
}
.wrap_q p {
    font-size: 20px;
    color: #15602C;
    font-weight: 600;
}
.wrap_a p{
    font-size: 18px;
    line-height: normal;
}
.faq_inner hr {
    border: none;
    margin: 0;
    width: 100%;
    height: 2px;
    background-color: #E8EFEA;
}
/*----------
09.CTA
----------*/
/* #cta .mailform_annotation,
#cta  #form_submit_button2 {
    display: none;
} */
#cta {
    width: 100%;
    background:linear-gradient(90deg, #EAF1EC, #EBEBF0);
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 90px;
    padding: 120px 0 80px 0;
}
#cta .cta {
    width: 100%;
    max-width: 1240px;
    background-color: #fff;
    box-shadow: 4px 4px 8px #C1C1C5;
    padding: 0px 40px 80px 40px;
    margin: 0 80px;
    text-align: left;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
#cta .cta_wrap {
    width: 100%;
    padding: 0;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -55px;
}
.cta_img1 {
    width: 500px;
    margin-bottom: 50px;
}
.cta_img2 {
    width: 700px;
    margin-bottom: 50px;
}
.cta_wrap .title_txt {
    font-size: 20px;
    text-align: center;
    line-height: normal;
    margin-bottom: 50px;
}
#mail_form02 {
    width: 700px;
}
#cta .form dl dt {
    padding: 30px 0 10px 0;
    font-size: 20px;
}
/* #cta .form dl dt small {
    font-size: 16px;
    color: #821018;
    padding-left: 5px;
} */
#cta .form dl dt i {
    font-size: 16px;
    color: #821018;
    padding-left: 5px;
}
#cta .form input[type="text"],
#cta .form input[type="email"],
#cta .form input[type="tel"] {
    padding: 2%;
    font-size: 16px;
    height: 60px;
    width: 100%;
    background-color: #E8EFEA;
    border: 1px solid #C1C1C5;
}
#cta .form #tuika {
    font-family: "Shippori Mincho B1", serif;
    font-size: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    margin: 30px 0 60px 0;
    height: 60px;
    width: 60%;
    background-color: #E8EFEA;
    border: 1px solid #C1C1C5;
}
#cta #agreement {
    padding: 20px 0 30px 0;
}
#cta label.check_label {
    font-size: 20px;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
}
#cta .check_txt {
    line-height: 1.5;
}
#cta .check_input_wrap {
    padding-right: 20px;
}
#cta input[type="checkbox"] {
    width: 30px;
    height: 30px;
}
.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/sec_estimate-btn.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: 70px;
}
.cta_submit_button input {
    width: 330px;
    margin-inline: auto;
    transition: .4s transform ease;
}
.cta_submit_button input:hover {
    transform: translateY(-5px);
    opacity: 0.8;
}
#cta .cta_line {
    height: 340px;
}
.cta_txt2 {
    width: 238px;
    margin-bottom: -10px;
}
.cta_inner {
    width: 820px;
    height: 150px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: space-around;
}
.cta_inner_wrap {
    background-color: #fff;
    box-shadow: 4px 4px 6px #848484;
    width: 180px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cta_inner_wrap img {
    height: 27px;
}
/*----------
10.フッター
----------*/
#footer {
    background-image: linear-gradient(90deg, #15602C, #333333);
    height: auto;
    padding: 50px 80px 20px; 
}
#footer .logo {
    width: 340px;
}
#footer .wrap {
    width: 90vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin: 40px 0 20px 0; 
}
.footer_left {
    margin-right: 20px;
}
.footer_right {
    margin-left: 20px;
}
.footer_wrap {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}
#footer .wrap_title {
    background-color: #fff;
    padding: 10px 0;
    width: 130px;
    height: 38px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #333333;
    text-align: center;
    margin-right: 20px;

}
.wrap_txt {
    font-size: 16px;
    color: #fff;
    line-height: normal;
    margin-top: 8px;
    width: -webkit-fill-available;
}
p.Copyright {
    font-size: 16px;
    color: #fff;
    text-align: center;
}
/*----------
11.フリーダイヤル
----------*/
#tel_nav {
    background-image: linear-gradient(90deg, #15602C, #333333);
    width: 100%;
    height: 230px;
    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: 150px;
    background-image: linear-gradient(90deg, #15602c, #242159);
    border-radius: 100px;
    border: 2px 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: 6px;
}
.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.共通
----------*/


/*----------
02.メインビジュアル
----------*/
.mv_inner {
    padding: 0 20px;
}
.mv_btn {
    right: 20px;
    bottom: 20px;
}
.mv h2 {
    font-size: 30px;
}
.mv p {
    font-size: 18px;
    line-height: 30px;
}
.mv .company {
    font-size: 20px;
}
/*----------
03.セクション1
----------*/
#sec1 {
    padding: 60px;
}
.wrap_top_inner {
    margin: 20px auto 0;
    justify-content: center;
    padding: 0 20px;
}
.sec1_txt_wrap {
    width: 70%;
}
/*----------
04.セクション2
----------*/
#sec2 {
    padding: 60px 40px;
}
.sec2_inner {
    gap: 40px;
}
.sec2_txt {
    gap: 40px;
}
.sec2_txt .wrap_title .number_title {
    font-size: 22px;
}
.sec2_txt .wrap img {
    height: 350px;
}
/*----------
05.セクション3
----------*/
#sec3 {
    padding: 140px 40px 60px 40px;
}
.sec3_inner_top {
    padding: 80px 50px 80px 40px;
}
.inner_top_title {
    width: 140px;
    top: -15%;
    left: 4%;
}
.inner_top_txt {
    width: 76%;
}
.inner_top_img {
    bottom: 2%;
    right: 2%;
}
.inner_top_txt_wrap {
    gap: 25px;
}
.inner_top_txt_wrap img {
    width: 28px;
}
.inner_top_txt_wrap p {
    font-size: 20px;
}
.sec3_inner_bottom {
    padding: 80px 20px;
}
.inner_bottom_title1 {
    width: 480px;
    margin-top: -134px;
}
.inner_bottom_title2 {
    width: 250px;
}
.inner_bottom_txt {
    width: 90%;
}
.inner_bottom_txt li {
    padding: 40px 10px;
}
.inner_bottom_txt img {
    width: 90px;
}
.inner_bottom_txt p {
    font-size: 20px;
}
.inner_bottom_txt strong {
    font-size: 24px;
}
.sec_btn {
    gap: 5%;
}
/*----------
06.セクション4
----------*/
.sec4_inner {
    padding: 60px;
}
.sec4_title {
    width: 420px;
    padding-bottom: 60px;
}
.sec4_inner_wrap {
    gap: 40px;
}
/*----------
07.セクション5
----------*/
#sec5 {
    padding: 60px 40px;
}
.sec5_title {
    width: 320px;
    padding-bottom: 30px;
}
.img_wrap {
    width: 27%;
}
.img_wrap .number {
    width: 50px;
    top: -20px;
    left: -20px;
}
.img_wrap p {
    height: 70px;
    font-size: 18px;
}
/*----------
08.FAQ
----------*/
#faq {
    padding: 60px;
}
.faq_title img {
    width: 230px;
}
/*----------
09.CTA
----------*/
#cta {
    padding: 120px 0px 60px 0px;
}
.cta {
    margin: 0 40px;
}
#cta .cta_wrap {
    margin-top: -50px;
}
.cta_img1 {
    width: 480px;
}
.cta_img2 {
    width: 650px;
}
#mail_form02 {
    width: 100%;
    max-width: 650px;
}
#cta .cta_line {
    height: 300px;
}
.cta_txt2 {
    width: 200px;
}
.cta_inner {
    width: 680px;
    height: 130px;
    gap: 16px;
}
.cta_inner_wrap {
    width: 150px;
    height: 50px;
}
.cta_inner_wrap img {
    height: 22px;
}
/*----------
10.フッター
----------*/
#footer {
    padding: 20px;
}
#footer .logo {
    width: 300px;
}
#footer .wrap {
    width: 100%;
    margin: 30px 0;
}
#footer .wrap_title {
    width: 120px;
    height: 30px;
    padding: 6px 0;
    font-size: 16px;
}
#footer .wrap_txt {
    font-size: 15px;
    margin-top: 5px;
}
/*----------
11.フリーダイヤル
----------*/
#tel_nav {
    height: 210px;
}
.tel_btn_wrap {
    width: 70%;
    height: 140px;
}
}

@media only screen and (max-width:768px){
/*----------
01.共通
----------*/
.pc{
    display: none;
}
.sp {
    display: block;
}
.cta_line {
    height: 140px;
}
.sec_btn {
    flex-direction: column;
    gap: 10px;
    width: 250px;
}
.sec_btn img {
    width: 100%;
}
.cta_line .cta_txt1 {
    padding: 0 20px;
    width: 80%;
    max-width: 400px;
}
img.cta_top {
    margin-top: -2px;
    height: 4px;
}
img.cta_bottom {
    height: 2px;
}
/*----------
02.メインビジュアル
----------*/
.mv{
    background: url(../img/mv_img_sp.jpg) center center no-repeat; background-size: cover;
    flex-direction: column;
    justify-content: space-around;
    height: auto;
}
.mv_btn {
    position: static;
    padding-bottom: 20px;
    margin-top: -30px;
}
.logo img {
    width: 20vw;
    max-width: 90px;
    top: 0;
    left: 0;
}
.mv h2 {
    font-size: clamp(24px, 4vw, 30px);
    line-height: normal;
    text-align: left;
    padding-bottom: 20px;
    text-shadow: #333333 1px 0 2px;
}
.mv p {
    font-size: clamp(14px, 4vw, 18px);
    text-align: justify;
    line-height: 1.7;
    padding-bottom: 20px;
    text-shadow: #333333 1px 0 2px;
}
.mv_inner {
    max-width: 600px;
    height: 80vh;
    max-height: 600px;
}
.sec1_txt_wrap {
    width: 90%;
}
.sec1_txt_wrap p {
    font-size: 16px;
}
.sec1_inner .company {
    font-size: 18px;
    padding: 0 20px 20px 0;
}
/*----------
03.セクション1
----------*/
#sec1 {
    padding: 40px 20px;
}
.sec1_inner {
    max-width: 650px;
}
.sec1_inner_img_top {
    width: 35px;
    top: -17px;
    left: -7px;
}
.sec1_inner_img_bottom {
    width: 35px;
    bottom: -17px;
    right: -7px;
}
.sec1_title h2 img {
    width: 84%;
    max-width: 500px;
}
.wrap_top_inner img {
    width: 45%;
    max-width: 200px;
}
.sec1_txt {
    text-align: justify;
    padding: 30px 0;
}
/*----------
04.セクション2
----------*/
#sec2 {
    padding: 40px 20px;
}
.sec2_inner {
    gap: 20px;
}
.sec2_title img {
    width: 70%;
    max-width: 350px;
}
.sec2_title p {
    font-size: 16px;
}
.sec2_txt {
    flex-direction: column;
    gap: 10px;
}
.sec2_txt .wrap_title {
    height: 80px;
    gap: 30px;
}
.sec2_txt .wrap_title .number {
    font-size: 28px;
}
.sec2_txt .wrap_title hr {
    width: 70px;
    top: 80px;
    left: 8px;
}
.sec2_txt .wrap_title .number_title {
    font-size: 17px;
    text-align: center;
}
.sec2_txt .wrap {
    width: 100%;
    max-width: 500px;
}
.sec2_txt .wrap_txt1 {
    font-size: 16px;
    line-height: 26px;
}
/*----------
05.セクション3
----------*/
#sec3 {
    padding: 100px 20px 60px 20px;
    gap: 80px;
}
.sec3_inner_top {
    max-width: 650px;
    padding: 26vh 1vh 3vh 2vh;
    justify-content: center;
}
.inner_top_title {
    width: 30%;
    max-width: 130px;
    top: -5em;
    left: 1em;
}
.inner_top_img {
    width: 54%;
    max-width: 280px;
    top: 1em;
    right: 2em;
}
.inner_top_txt {
    width: 100%;
    max-width: 380px;
}
.inner_top_txt_wrap {
    gap: 15px;
    align-items: flex-start;
    padding-bottom: 20px;
}
.inner_top_txt_wrap p {
    font-size: 16px;
}
.inner_top_txt_wrap img {
    width: 20px;
    padding-top: 2px;
}
.sec3_inner_bottom {
    max-width: 650px;
    padding: 40px 10px;
}
.inner_bottom_title1 {
    margin-top: -5em;
    padding-bottom: 30px;
}
.inner_bottom_title2 {
    width: 50%;
    min-width: 170px;
}
.inner_bottom_txt {
    width: 100%;
    max-width: 600px;
}
.inner_bottom_txt img {
    width: 16%;
    max-width: 60px;
}
.inner_bottom_txt p {
    font-size: 16px;
}
.inner_bottom_txt strong {
    font-size: 18px;
}
.inner_bottom_txt li {
    padding: 15px 10px;
    gap: 20px;
}
/*----------
06.セクション4
----------*/
.sec4_inner {
    padding: 40px 20px;
}
.sec4_title {
    width: 85%;
    max-width: 350px;
    padding-bottom: 40px;
}
.sec4_inner_wrap {
    gap: 20px;
}
.sec4_inner_wrap img {
    width: 350px;
}
/*----------
07.セクション5
----------*/
#sec5 {
    padding: 40px 20px;
}
.sec5_title {
    width: 65%;
    max-width: 280px;
    padding-bottom: 10px;
}
.sec5_inner_top,
.sec5_inner_bottom {
    flex-direction: column;
    width: 94%;
    max-width: 400px;
    align-items: center;
    position: relative;
}
.sec5_inner_top {
    padding: 30px 10px 0px 10px;
}
.sec5_inner_bottom {
    padding: 0px 10px 30px 10px;
}
.img_wrap {
    width: 100%;
    margin-bottom: 20px;
}
.arrow {
    transform: rotate(90deg);
}
.white_band {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 100%;
}
.sec5_inner_bottom .white_band {
    top: 50%;
}
.img_wrap p {
    height: auto;
    font-size: 16px;
}
.arrow {
    padding-bottom: 0px;
    margin-bottom: 30px;
}
/*----------
08.FAQ
----------*/
#faq {
    padding: 40px 20px;
}
.faq_title {
    padding-bottom: 50px;
}
.faq_title img {
    width: 45%;
    max-width: 200px;
    padding-bottom: 10px;
}
.faq_title p {
    font-size: 16px;
}
.faq_inner {
    max-width: 600px;
    gap: 20px;
    padding-bottom: 40px;
}
.faq_wrap {
    gap: 14px;
}
.wrap_q, .wrap_a {
    gap: 14px;
}
.wrap_q img {
    width: 18px;
    margin-top: 1px;
}
.wrap_a img {
    width: 20px;
}
.wrap_q p,
.wrap_a p {
    font-size: 16px;
    text-align: justify;
}
/*----------
09.CTA
----------*/
#cta {
    padding: 5em 0px 60px 0px;
    gap: 40px;
}
#cta .cta {
    padding: 0 20px 50px 20px;
    margin: 0 20px;
    width: 100%;
    max-width: 650px;
}
#cta .cta_wrap {
    max-width: 550px;
    margin-top: -2em;
}
#cta .cta_img1 {
    width: 100%;
    max-width: 450px;
    margin-bottom: 2em;
}
.cta_img2 {
    width: 450px;
    margin-bottom: 2em;
}
.cta_wrap .title_txt {
    font-size: 16px;
    text-align: justify;
    text-align-last: left;
    margin-bottom: 1.5em;
}
#cta .form dl dt {
    font-size: 16px;
    padding: 18px 0 8px 0;
}
#cta .form dl dt i {
    font-size: 14px;
}
#cta .form input[type="text"],
#cta .form input[type="email"],
#cta .form input[type="tel"] {
    height: 50px;
}
#cta .form #tuika {
    font-size: 16px;
    height: 50px;
    width: 70%;
    margin: 20px 0 35px 0;
}
#cta .check_input_wrap {
    padding-right: 10px;
    padding-top: 4px;
}
#cta label.check_label {
    font-size: 16px;
}
#cta input[type="checkbox"] {
    width: 20px;
    height: 20px;
}
/* #cta .mailform_annotation,
#cta #form_submit_button2 {
    display: block;
}
#cta .mailform_annotation {
    font-size: 3vw;
    margin-bottom: 5vw;
} */

/* .mv_submit_button {
    margin-top: 6vw;
} */
.cta_submit_button {
    margin-top: 6vw;
}
.cta_submit_button input {
    width: 85%;
    max-width: 300px;
}
.cta_txt2 {
    width: 36%;
    max-width: 180px;
}
.cta_inner {
    width: 90%;
    max-width: 450px;
    height: auto;
    justify-content: flex-start;
}
.cta_inner_wrap {
    width: 30%;
    height: 40px;
}
.cta_inner_wrap img {
    height: 17px;
}
/*----------
10.フッター
----------*/
#footer {
    padding: 4vw;
}
#footer .logo {
    width: 60vw;
    max-width: 300px;
}
#footer .wrap {
    flex-direction: column;
    margin: 20px 0;
}
.footer_left,
.footer_right {
    margin: 0;
}
.footer_wrap {
    margin-bottom: 2.5vw;
}
#footer .wrap_title {
    padding: 6px 0;
    font-size: 12px;
    margin-right: 10px;
    margin-top: 2px;
    width: 100px;
    height: 25px;
}
#footer .wrap_txt {
    font-size: 14px;
    margin-top: 4px;
}
p.Copyright {
    font-size: 14px;
}
/*----------
11.フリーダイヤル
----------*/

#tel_nav {
    /* position: sticky;
    bottom: 0; */
    height: auto;
    padding: 4.1vw 0;
}
.tel_btn_wrap {
    width: 90%;
    max-width: 600px;
    height: 21vw;
    max-height: 130px;
    border-radius: 20vw;
    padding-bottom: 1vw;
}
.tel_btn_wrap img {
    width: 10%;
    max-width: 50px;
    margin: -6.5vw 3vw 0 0;
}
.tel_number {
    font-size: clamp(20px, 6vw, 31px);
    letter-spacing: 1.3vw;
}
.tel_txt {
    font-size: clamp(11px, 2.8vw, 17px);
}
}

/* フォーム用 */
/* .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/sec_estimate-btn.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%;
        max-width: 300px;
    }
} */

/* サンクスページ */
.lp-thanks_bg {
    width: 100%;
    background-color: #F6F6F6;
    overflow: hidden;
    padding: 100px 50px;
    margin: 0 auto;
}
header {
    display: flex;
    justify-content: space-between;
    padding: 15px 100px;
    background-color: #fff;
}
.logo1 {
    width: 300px;
    padding-top: 10px;
}
.tel_nav {
    width: 300px;
}
.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:1024px){
    header {
        padding: 15px 50px;
    }
    .logo1 {
        width: 250px;
    }
    .tel_nav {
        width: 250px;
    }
}
@media only screen and (max-width:768px){
    .lp-thanks_bg {
        padding: 10vw 5vw;
    }
    header {
        width: 200px;
        padding: 10px 20px;
    }
    .tel_nav {
        display: none;
    }
    .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;
    }
}