@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    overflow: auto;
}

body {
    font-family: "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

table,
pre,
code,
select,
input,
textarea,
kbd,
var,
ins,
del,
samp,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

br {
    vertical-align: middle;
    /* FFで改行あるなしで高さが微妙に変わるのを回避 */
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

img {
    border: none;
    vertical-align: bottom;
    line-height: 1;
    -ms-interpolation-mode: bicubic;
    width: auto;
    max-width: 100%;
    height: auto;
    /* 大きい画像縮小してもキレイ */
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

ul,
ol,
li {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

form label {
    cursor: pointer;
}

select option {
    padding: 0 5px;
}

input,
textarea {
    margin: 1px;
    padding: 2px;
    line-height: 1;
}

textarea {
    overflow: auto;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

a {
    cursor: pointer;
}

.cf:after {
    content: "";
    clear: both;
    display: block;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

@media screen and (max-width: 768px) {

    /* iphone用inputタグの初期化 */
    input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        -webkit-appearance: none;
        margin-bottom: 10px;
    }
}


/*-----------------------------------------------------------
#cover
-----------------------------------------------------------*/

#cover {
    width: 95%;
    padding: clamp(180px, 22vw, 311px) 0 clamp(80px, 22vw, 143px);
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
}


#cover:before {
    position: absolute;
    content: "";
    width: 49.375vw;
    height: 42.153vw;
    background: url(../img/lp/mv1.png)no-repeat;
    background-size: contain;
    top: 7.272%;
    left: 5.9%;
    z-index: -1;
    max-width: 701px;
}

.cov-div {
    padding-bottom: 13.125%;
    text-align: center;
    position: relative;
}

.cov-div .logo {
    position: absolute;
    right: 5.55%;
    top: 0;
    max-width: 154.5px;
    width: 15%;
}


.cov-div .title {
    font-size: 5.6rem;
    line-height: 1.446;
    font-weight: 400;
    font-size: clamp(3rem, 4vw, 5.6rem);
    text-align: center;
    letter-spacing: 40%;
    color: #6F5E4E;
}

.cov-div .title span {
    display: block;
    margin-top: 9px;
    font-size: 3.6rem;
    line-height: 1.25;
    font-weight: 400;
    font-size: clamp(2rem, 3vw, 3.6rem);
}

#cover .text1 {
    font-size: 2.4rem;
    line-height: 2.08;
    font-weight: 400;
    font-size: clamp(1.8rem, 2.4vw, 2.4rem);
    text-align: center;
    letter-spacing: 20%;
    color: #6F5E4E;
    font-size: 1.6rem !important;
}


/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

body {
    width: 100% !important;
    overflow: hidden;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background: #FBF7F3;
    font-family: "Noto Serif JP", serif;
    font-size: 2.4rem;
    line-height: 1.5834;
    font-weight: 500;
    font-size: clamp(1.3rem, 2.4vw, 2.4rem);
    letter-spacing: 10%;
    color: #39302D;
}

.zen {
    font-family: "Zen Kaku Gothic Antique", sans-serif !important;
}

/* color */
.white {
    color: #ffffff !important;
}

.black {
    color: #6F5E4E;
}

.bgwh {
    background: #ffffff;
}

.bgbla {
    background: #6F5E4E;
}

/*リンク表示方法*/

a {
    text-decoration: none;
}

a:link {
    color: #6F5E4E;
}

a:visited {
    color: #6F5E4E;
}

a:active {
    color: #6F5E4E;
}

a:hover {
    opacity: 0.7;
}

a:hover img {
    opacity: 1;
}

a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

/*-----------------------------------------------------------
PCサイズ
-----------------------------------------------------------*/

.pc {
    display: block;
}

.sp {
    display: none;
}


/*-----------------------------------------------------------
 #main
-----------------------------------------------------------*/

#main {
    width: 100%;
    margin: 0px auto 0;
}

.flex {
    display: flex;
    justify-content: space-between;
}

.inner {
    width: 95%;
    max-width: 1024px;
    margin: 0 auto;
}

.mainTit {
    font-size: 4.8rem;
    line-height: 1.2;
    font-weight: 400;
    font-size: clamp(2.4rem, 3vw, 3.6rem);
    letter-spacing: 20%;
    color: #6F5E4E;
}

.mainTit2 {
    font-size: 4rem;
    line-height: 1.296875;
    font-weight: 400;
    font-size: clamp(2rem, 6vw, 2.8rem);
    text-align: center;
    letter-spacing: 20%;
    color: #6F5E4E;
}


.mainTit2 span.big {
    font-size: 4.8rem;
    line-height: 1.296875;
    font-weight: 400;
    font-size: clamp(3rem, 5vw, 4.8rem);
    letter-spacing: 20%;
    font-size: clamp(3rem, 5vw, 4.2rem);
}

.mainTit2 span.en_tit {
    font-size: 2.4rem;
    line-height: 1.208333;
    font-weight: 400;
    font-size: clamp(1.6rem, 3vw, 1.8rem);
    display: block;
    letter-spacing: 20%;
    margin-top: 12px;
}


.mainTit3 {
    font-size: 4.8rem;
    line-height: 1.2;
    font-weight: 700;
    font-size: clamp(2.4rem, 4vw, 4.8rem);
    letter-spacing: 10%;
    text-align: center;
    color: #6F5E4E;
    font-size: clamp(2.4rem, 3vw, 3.6rem);
}

.co1_div {
    padding: 56px 10.938% 66px;
    background: #fff;
}

.co1_div .mainTit {
    margin-top: 44px;
    text-align: center;
}

.co1_div .text1 {
    margin-top: 4%;
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.5834;
    font-weight: 500;
    font-size: clamp(1.3rem, 3vw, 2.4rem);
    letter-spacing: 10%;
    color: #6F5E4E;
    font-size: 1.6rem !important;
}

.content02 {
    /* margin: -5.625% auto -6.598%; */
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 20.973% 0 7.987%;
}

.content02:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/lp/bg2.png)no-repeat center;
    background-size: cover;
    top: 0;
    left: 0;
}


.content02 .co2_in {
    width: 95%;
    max-width: 1024px;
    margin: 0 auto;
}

.co2_div1 {
    margin-left: 6.563%;
}

.co2_div1 .title1 {
    text-indent: -0.6em;
}

.co2_div .title1 {
    font-size: clamp(2.4rem, 4vw, 3.8rem);
    line-height: 1.3421;
    color: #6F5E4E;
    font-weight: 400;
    letter-spacing: 20%;
    margin-bottom: 19px;
}


.co2_div .text1 {
    font-weight: 400;
    font-size: 1.6rem;
    letter-spacing: 20%;
    line-height: 1.978;
}

.co2_div2 {
    margin-top: -2.188%;
    text-align: right;
    margin-bottom: 3.907%;
    margin-right: 7.735%;
}

.co2_div3 {
    margin-left: 17.344%;
}


.co3_div {
    padding: 81px 0 92px;
    background: url(../img/lp/bg3.jpg)no-repeat;
    background-size: cover;
    border-radius: 20px;
}

.co3_div1 {
    padding: 0 9.61%;
}

.co3_div1 .mainTit2 {
    color: #fff;
}

.co3_div1 .arrow {
    margin: 70px auto 50px;
    max-width: 90px;
    width: 100%;
}

.co3_div1>.text {
    color: #88F1E1;
    text-align: center;
    font-size: 4.8rem;
    line-height: 1.1875;
    font-weight: 400;
    font-size: clamp(2rem, 3vw, 3.6rem);
    letter-spacing: 20%;
    padding-bottom: 28px;
    border-bottom: 1px solid #fff;
    margin-bottom: 38px;
}

.co3_div1>.text1 {
    text-align: center;
    color: #fff;
    font-size: clamp(1.2rem, 3vw, 2.4rem);
    letter-spacing: 20%;
    font-weight: 400;
    line-height: 1.67;
    margin-bottom: 33px;
    font-size: 1.6rem !important;
}


.co3_div1 .flex {
    max-width: 800px;
    width: 100%;
    margin: 0 auto 64px;
    align-items: center;
}

.co3_div1 .flex .left {
    background: linear-gradient(135deg, #BDF9F0, #88F1E1);
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 10px 10px 7px 2px #00000040;
    flex-shrink: 0;
    margin-right: 4%;
}

.co3_div1 .flex .right {
    max-width: 564px;
    width: 74%;
}

.co3_list1 li {
    padding: 18px 0;
    border-bottom: 2px dashed #B1FFFA66;
    color: #fff;
    letter-spacing: 20%;
    font-weight: 400;
    font-size: 1.6rem !important;
}

.co3_div1 .flex .left .text {
    text-align: center;
    line-height: 1;
    font-weight: 400;
    font-size: clamp(2.4rem, 4vw, 4rem);
    letter-spacing: 20%;
    color: #484848;
}

.co3_div1 .flex .left .text span {
    display: block;
    line-height: 1.5;
    font-weight: 400;
    font-size: clamp(1.6rem, 3vw, 2rem);
    letter-spacing: 10%;
    margin-top: 10px;
}

.content04 {
    padding: 139px 0 0;
    background-size: contain;
}

.content04 .co4_list1 {
    max-width: 1105px;
    width: 100%;
    margin: -46px auto 0;
}

.content04 .co4_list1 li {
    display: flex;
    margin-top: 92px;
    align-items: center;
}


.content04 .co4_list1 li:last-child {
    margin-top: 33px;
}

.content04 .co4_list1 li .img {
    max-width: 513px;
    width: 48.144%;
    position: relative;
    z-index: 1;
    margin-right: -7%;
}


.content04 .co4_list1 li .text_area {
    max-width: 657px;
    width: 60%;
    background: #ffffffb3;
    padding: 4.616% 3.892% 3.62% 11.223%;
    border-radius: 20px;
    padding: 3.62% 3.892% 3.802% 10%;
    min-height: 372px;
    display: flex;
    flex-direction: column;
}

.content04 .co4_list1 li .text_area .title1 {
    font-size: 2.8rem;
    font-size: clamp(1.8rem, 2.8vw, 2.8rem);
    letter-spacing: 10%;
    font-weight: 500;
    line-height: 1.67;
}

.content04 .co4_list1 li .text_area .text1 {
    margin-top: 6.5%;
    line-height: 1.5;
    font-size: clamp(1.3rem, 3vw, 2rem);
    letter-spacing: 10%;
    max-width: 468px;
    width: 100%;
    font-size: 1.6rem !important;
}

.content04 .co4_list1 li .text_area .text2 {
    margin-top: 5.76%;
    line-height: 1.4;
    font-weight: 500;
    font-size: 1.4rem;
    letter-spacing: 10%;
    max-width: 468px;
    width: 100%;
    font-size: 1.6rem;
}

.content05 {
    padding: 9.554% 0 0;
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
}


.content05 .title {
    text-align: center;
    font-size: 3.6rem;
    line-height: 1.20833;
    font-weight: 400;
    font-size: clamp(2.4rem, 3vw, 3.6rem);
    letter-spacing: 20%;
    padding-bottom: 22px;
    border-bottom: 1px solid #6F5E4E;
    max-width: 1150px;
    margin: 0 auto 34px;
    width: 100%;
    color: #6F5E4E;
}

.content05 .title>span {
    display: block;
    margin-top: 14px;
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: 400;
    font-size: clamp(2rem, 3vw, 2.4rem);
    letter-spacing: 20%;
}

.content05 .title span.big {
    color: #2BB7B3;
    font-size: 8.6rem;
    line-height: 1.20833;
    font-weight: 400;
    font-size: clamp(2.4rem, 3vw, 4.8rem);
    letter-spacing: 20%;
}

.co5_div1 .mainTit3 {
    line-height: 1.271;
}

.co5_div1 .text1 {
    margin: 44px auto 61px;
    text-align: center;
    letter-spacing: 10%;
    font-weight: 500;
    line-height: 1.617;
    font-size: 1.6rem !important;
}

.co5_div1 .img2 {
    max-width: 1012px;
    margin: 22px auto 0;
    width: 100%;
    padding-right: 2.334%;
}

.co5_div2 {
    padding: 50px 0 0;
}

.co5_div2 .arrow1 {
    margin: 0 auto 47px;
    max-width: 29px;
    width: 100%;
}

.co52_list {
    display: flex;
    justify-content: space-between;
    margin: 45px auto 0;
}

.co52_list li {
    width: 32%;
    max-width: 369px;
}

.co52_list li .title1 {
    font-size: 3.2rem;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    letter-spacing: 10%;
    font-weight: 500;
    line-height: 1.1876;
    margin-bottom: 26px;
    text-align: center;
    background: linear-gradient(to right, #EDDEC8 8%, #d9b583 30%, #d9b583 8%);
    color: #fff;
    border-radius: 20px;
    padding: 22px 0;
}

.co52_list li .text1 {
    font-size: 2.2rem;
    font-size: clamp(1.5rem, 2.4vw, 2.2rem);
    letter-spacing: 3%;
    font-weight: 400;
    line-height: 1.67;
    color: #39302D;
    font-size: 1.6rem !important;
}

.co52_list li .text1 span {
    font-weight: 900;
}

.co5_div3 {
    padding: 70px 0 0;
}

.co5_div3 .img1 {
    margin: 6.875% auto 0;
}

.co5_div4 {
    padding: 80px 0 0;
}

.co5_div4 .img1 {
    margin: 44px auto 0;
}

.co5_div5 {
    padding: 9.767% 0 0;
}

.co5_div5 .img1 {
    margin: 40px auto 0;
}

.co5_div5 .text1 {
    margin: 100px auto 0;
    text-align: center;
    line-height: 1.6172;
    font-size: 1.6rem !important;
}


.co5_div6 {
    padding: 100px 0 0;
}

.co56_list1 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 23px;
}

.co56_list1 li {
    width: 30.86%;
    margin-right: 3.71%;
    margin-top: 17px;
}

.co56_list1 li:nth-child(3n+3),
.co56_list1 li:last-child {
    margin-right: 0;
}

.co5_div7 {
    padding: 100px 0 0;
}

.co5_div8 {
    padding: 92px 0 0;
}

.co58_list1 {
    max-width: 1162px;
    width: 100%;
    margin: 54px auto 0;
}

.co58_list1 li {
    display: flex;
    position: relative;
    justify-content: space-between;
    background: #fff;
    margin-top: 59px;
    border-radius: 15px;
    padding: 36px 47px 35px 100px;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
}


.co58_list1 li:last-child:before,
.co58_list1 li:last-child:after {
    display: none;
}

.co58_list1 li:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 65%;
    background: #6F5E4E;
    left: 26px;
    bottom: -55px;
    z-index: 1;
}

.co58_list1 li:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 14px solid #6f5e4e;
    border-bottom: 0;
    left: 20px;
    bottom: -60px;
    z-index: 1;
}

.co58_list1 li .num {
    position: absolute;
    top: 40px;
    left: -19px;
    width: 90px;
    height: 90px;
    background: #6F5E4E;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4.5rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    padding-bottom: 6px;
}


.co58_list1 li .text_area {
    max-width: 475px;
    width: 47%;
    position: relative;
    z-index: 1;
    /* margin-right: -5%; */
    width: 54%;
    max-width: 415px;
}


.co58_list1 li .img {
    max-width: 554px;
    width: 55%;
    width: 44.6%;
    max-width: 391px;
}

.co58_list1 li .img img {
    width: 100%;
    margin-right: auto;
}



.co58_list1 li:nth-child(2) .img {
    max-width: 554px;
    width: 44.6%;
    max-width: 414px;
}



.co58_list1 li:nth-child(3) .img {
    max-width: 452px;
    width: 52%;
}

.co58_list1 li:nth-child(3) .text_area {
    max-width: 420px;
    width: 48%;
}



.co58_list1 li .text_area .title1 {
    font-size: 3.7rem;
    font-size: clamp(2rem, 2.8vw, 3.7rem);
    letter-spacing: 10%;
    font-weight: 400;
    line-height: 1.315;
    color: #6F5E4E;
    font-size: clamp(2rem, 2.8vw, 2.8rem);
}

.co58_list1 li .text_area .title1 span {
    display: block;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 3%;
    margin-top: 14px;
}

.co58_list1 li .text_area .text1 {
    margin-top: 14px;
    font-weight: 400;
    font-size: clamp(1.5rem, 2vw, 1.8rem);
    max-width: 420px;
    width: 95%;
    font-size: 1.6rem !important;
}


.co58_list1 li:nth-child(3) .text_area .text1 {
    width: 100%;
}

.co5_div9 {
    padding: 88px 0 0;
}

.co5_div9 .text1 {
    font-size: 3.6rem;
    font-size: clamp(2rem, 4vw, 3.6rem);
    letter-spacing: 10%;
    font-weight: 400;
    line-height: 1.19444;
    margin: 22px auto 40px;
    text-align: center;
    color: #6F5E4E;
    font-size: clamp(2rem, 3vw, 2.4rem);
}

.co5_div9 .img1 img {
    max-width: 1201px;
    width: 100%;
}

.co5_div9 .flex {
    margin: 45px auto 0;
    max-width: 1194px;
    width: 100%;
    margin-left: 1.173%;
    align-items: center;
}

.co5_div9 .flex .left {
    max-width: 785px;
    line-height: 1.5;
    font-weight: 400;
    font-size: clamp(1.6rem, 3vw, 2rem);
    letter-spacing: 10%;
    width: 67%;
    font-size: 1.6rem !important;
    width: 57.715%;
}

.co5_div9 .flex .right {
    max-width: 360px;
    width: 31%;
    max-width: 370px;
    width: 37%;
}

.co5_div10 {
    padding: 80px 0 109px;
}

.co5_div10 .img1 {
    margin: 55px auto 0;
}

.co6_div {
    background: url(../img/lp/bg6.jpg)no-repeat;
    background-size: cover;
    border-radius: 20px;
    padding: 60px 4.688% 67px;
    padding: 88px 7.813%;
}

.co6_div .mainTit2 span.en_tit {
    font-size: clamp(1.6rem, 3vw, 2.4rem);
}

.co6_div .m_img {
    margin: 81px auto 98px;
}

.co6_div .m_img img {
    max-width: 1112px;
    width: 100%;
    margin-right: 0;
}

.co6_div1 {
    margin-top: 69px;
    background: #fff;
    position: relative;
    border-radius: 20px;
    padding: 60px 5.173% 50px;
    padding: 80px 9.492% 60px;
}

.co6_div1 .title1 {
    position: absolute;
    top: -34px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 4rem;
    font-size: clamp(2.4rem, 4vw, 4rem);
    letter-spacing: 20%;
    font-weight: 400;
    line-height: 1.4;
    padding: 2px 8px;
    max-width: 770px;
    width: 90%;
    background: #6F5E4E;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(2.4rem, 4vw, 3.6rem);
}

.co6_div1 .text1 {
    text-align: center;
    font-weight: 400;
    line-height: 1.416667;
    letter-spacing: 20%;
    color: #6F5E4E;
    font-size: 1.6rem !important;
}

.co6_div1 .text2 {
    max-width: 758px;
    background: #D1A76A;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 45px auto 32px;
    color: #fff;
    border-radius: 53px;
    letter-spacing: 20%;
    line-height: 1.416667;
    padding: 11px 0;
    font-weight: 400;
    font-size: clamp(1.5rem, 2.4vw, 2.4rem);
    font-size: clamp(1.5rem, 2vw, 2.2rem);
    max-width: 700px;
}

.co6_list1 {
    display: flex;
    justify-content: space-between;
    max-width: 1016px;
    width: 100%;
    margin: 0 auto;
    padding-right: 3.463%;
}

.co6_list1 li {
    min-height: 128px;
    position: relative;
    text-align: center;
}

.co6_list1 li .img {
    width: 100%;
    margin: 0 auto;
}

.co6_list1 li:nth-child(1) {
    max-width: 335px;
    width: 35%;
}

.co6_list1 li:nth-child(2) {
    max-width: 158px;
    margin: 0 auto;
    width: 28%;
    padding-top: 17px;
}

.co6_list1 li:nth-child(3) {
    max-width: 258px;
    width: 28%;
}

.co6_list1 li:nth-child(1) .img {
    max-width: 280px;
}

.co6_list1 li:nth-child(2) .img {
    max-width: 152px;
}

.co6_list1 li:nth-child(3) .img {
    max-width: 258px;
}

.co6_list1 li .name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 1.375;
    font-weight: 400;
    font-size: clamp(1.3rem, 2vw, 1.6rem);
    letter-spacing: 20%;
    color: #6F5E4E;
    min-height: 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.co6_list2 {
    max-width: 1016px;
    width: 100%;
    margin: 0 auto;
}

.co6_list2 li {
    margin-bottom: 39px;
    font-weight: 400;
    letter-spacing: 20%;
    color: #6F5E4E;
    font-size: 1.6rem !important;
    margin-bottom: 10px;
    text-indent: -1em;
    padding-left: 1em;
}

.co6_list2 li:last-child {
    margin-bottom: 0px;
}

.content07 {
    padding: 150px 0 0;
}

.co7_div {
    max-width: 1226px;
    background: #FFFFFF;
    width: 100%;
    margin: 0 auto;
    padding: 7.032% 9.376%;
    padding: 7.032%;
}

.co7_div .mainTit2 {
    font-size: clamp(2rem, 6vw, 4.2rem);
}

.co7_list1 {
    padding: 11.36% 0 0;
    display: flex;
    justify-content: space-between;
    padding: 4.547% 0 0;
}

.co7_list1 li {
    width: 48%;
    max-width: 440px;
    max-width: 400px;
}

.co7_list1 li .img {
    margin-bottom: 7.5%;
}

.co7_list1 li .title_area {
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid #000000;
}

.co7_list1 li .title_area .date {
    font-size: 2rem;
    font-size: clamp(1.8rem, 3vw, 2rem);
    letter-spacing: 10%;
    font-weight: 500;
    line-height: 1.5;
    color: #6F5E4E;
}

.co7_list1 li .title_area .title {
    font-size: 2.4rem;
    line-height: 1.48717949;
    font-weight: 500;
    font-size: clamp(1.8rem, 2.4vw, 2.4rem);
    letter-spacing: 10%;
    color: #6F5E4E;
}

.co7_list1 li .text1 {
    font-size: 2.2rem;
    font-size: clamp(1.5rem, 2.4vw, 2.2rem);
    letter-spacing: 3%;
    font-weight: 400;
    line-height: 1.67;
    font-size: 1.6rem !important;
}

.content08 {
    padding: 14.445% 0 12.639%;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 150px 0;
}

.co8_div {
    max-width: 1068px;
    margin: 0 auto;
    width: 100%;
    max-width: 864px;
}

.co8_div .mainTit2 span.en_tit {
    font-size: clamp(1.6rem, 3vw, 2.4rem);
}

/*-----------------------------------------------------------
 footer
-----------------------------------------------------------*/

footer {
    margin: 0px auto 0;
    padding-bottom: 80px;
}


/*-----------------------------------------------------------
 Form utilities
-----------------------------------------------------------*/

input {
    vertical-align: middle;
}

.br_sp {
    display: none;

    @media screen and (max-width: 428px) {
        display: block;
    }
}

.el_caption {
    font-size: 12px;
    color: #39302d;
    margin-top: 3px;
}

.CF7_req {
    color: #c62828;
    margin-left: 0.15em;
    font-size: 14px;
}

.sub {
    display: inline;
    font-size: 0.85em;
    font-weight: 400;
    color: #6f5e4e;
}

.btn_area {
    margin-top: 48px;
    text-align: center;
}

.btn_area .wpcf7-submit,
.btn_area input[type="submit"].js-submit-btn {
    display: inline-block;
    min-width: 280px;
    padding: 18px 48px;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    color: #fff;
    background: #6f5e4e;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.btn_area .wpcf7-submit:hover,
.btn_area input[type="submit"].js-submit-btn:hover {
    opacity: 0.88;
}

.wpcf7-list-item {
    margin: 0;
}


.wpcf7-radio-2col .wpcf7-list-item {
    display: inline-block;
}

.wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 8px;
}

.message-100 textarea {
    min-height: 220px;
}

.date-input-wrap {
    position: relative;
}

.lp-birth-selects {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
}

.lp-birth-selects .wpcf7-form-control-wrap {
    display: inline-block;
    width: auto;
    max-width: none;
}

.lp-birth-selects select {
    width: auto;
    max-width: 100px;
}

.lp-birth-unit {
    font-size: 16px;
    color: #39302d;
    margin-left: 4px;
}

input[name="your-age"][readonly] {
    background: #fff;
    color: #39302d;
    cursor: default;
    width: 100px;
}

/*-----------------------------------------------------------
 CF7 table
-----------------------------------------------------------*/

.CF7_table {
    width: 100%;
    max-width: 864px;
    margin: 0 auto;
    margin-top: 88px;
    @media screen and (max-width: 768px) {
        margin-top: 13.699%;
    }
}

.CF7_table tbody {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 40px;
}

.CF7_table tbody .text-box {
    display: grid;
    grid-template-columns: 200px 1fr;
    width: 100%;
    gap: 70px;
    align-items: start;

    @media screen and (max-width: 768px) {
        grid-template-columns: 150px 1fr;
        gap: 10px;
    }

    @media screen and (max-width: 428px) {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}


.CF7_table tbody .wpcf7-radio,
.CF7_table tbody .wpcf7-checkbox {
    display: grid;
    gap: 22px 60px;
    grid-template-columns: repeat(3, 1fr);
    width: fit-content;
}

.CF7_table tbody .sexual .wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
}

.CF7_table tbody .person .wpcf7-checkbox {
    max-width: 370px;
    margin-inline: auto;

    @media screen and (max-width: 768px) {
        grid-template-columns: repeat(2, 1fr);
        gap: 22px 40px;
    }
}



.CF7_table tbody .history .wpcf7-radio {
    grid-template-columns: 70px 70px;
    max-width: 195px;
    margin-inline: auto;
}

.CF7_table tbody .disease .wpcf7-checkbox {
    grid-template-columns: 120px 160px 90px;
    max-width: 510px;
    margin-inline: auto;

    @media screen and (max-width: 768px) {
        grid-template-columns: repeat(2, 1fr);
        gap: 22px 0;
    }
}

.CF7_table tbody .disease .wpcf7-checkbox .wpcf7-list-item.last {
    grid-column: span 3;

    @media screen and (max-width: 768px) {
        grid-column: span 2;
    }
}

.CF7_table tbody .text-box.textarea {
    margin-top: 20px;
}

.CF7_table tbody th {
    text-align: left;
    font-size: 2rem;
    font-weight: 500;
    color: #39302d;
    line-height: 1.5;
}

.CF7_table tbody th p {
    font-size: 20px;
    display: flex;
    align-items: flex-start;

    @media screen and (max-width: 768px) {
        font-size: 18px;
    }
}

.CF7_table tbody .text-box02 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 50px;
}


.CF7_table tbody .text-box02 th p {
    text-align: center;
    justify-content: center;
    position: relative;
    text-align: center;
    align-items: center;
    display: flex;

    @media screen and (max-width: 768px) {
        padding-bottom: 7px;
        border-bottom: 1px solid #6f5e4e;
    }
}

.CF7_table tbody .text-box02 th p::before,
.CF7_table tbody .text-box02 th p::after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background: #6f5e4e;
    top: 50%;
    transform: translateY(-50%);

    @media screen and (max-width: 768px) {
        display: none;
    }
}

.CF7_table tbody .text-box02 th p::before {
    left: 0;
    margin-right: 28px;

}

.CF7_table tbody .text-box02 th p::after {
    right: 0;
    margin-left: 28px;
}

.CF7_table tbody .text-box02 td p {
    text-align: center;
}

.CF7_table tbody .wpcf7-list-item-label {
    font-size: 16px;
    line-height: 1;
}



textarea {
    padding: 10px;
    height: 220px;
    width: 100%;
    background: #fff;
    resize: vertical;
}

input,
textarea,
button,
select,
option {
    outline: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select {
    height: 48px;
    padding: 10px;
    font-size: 16px;
    width: 100%;
    background: #fff;
}

::placeholder {
    color: #ccc;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
option,
select {
    border: none;
}

select {
    max-width: 340px;
}

button {
    border: none;
    outline: none;
    background: none;
}

input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #bbb;
    border-radius: 50%;
    background: #bbb;
    cursor: pointer;
    position: relative;
}

.CF7_table input[type="radio"]:checked::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    background: #4B4B4B;
    border-radius: 50%;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    margin: 0;
    border: 1px solid #bbb;
    background: #bbb;
    cursor: pointer;
    position: relative;
    border-radius: 4px;
}

input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    height: 85%;
    background-image: url(../img/lp/icon_check.svg);
    background-size: cover;
    background-repeat: no-repeat;
}


.ft_div {
    background: #fff;
    padding: 9.532% 0 11.094%;
    padding: 80px 0;
}

.ft_div .mainTit2 span.en_tit {
    font-size: clamp(1.6rem, 3vw, 2.4rem);
}

.ft_div .text {
    margin-top: 8.516%;
    color: #6F5E4E;
    font-size: clamp(1.5rem, 3vw, 2.8rem);
    line-height: 1.35714;
    font-weight: 400;
    margin-bottom: 3.829%;
    text-align: center;
    font-size: 1.6rem !important;
    margin-top: 5.86%;
    margin-bottom: 2.93%;
}


.ft_div .map {
    width: 100%;
    height: 500px;
}

.ft_div .map iframe {
    width: 100%;
    height: 100%;
}

.ft_list1 {
    margin: 60px auto 97px;
    margin: 80px auto;
}

.ft_list1 li {
    max-width: 436px;
    margin: 0 auto 39px;
    width: 100%;
}

.ft_list1 li:last-child {
    margin-bottom: 0px;
}


.ft_list1 li .text1 {
    background: #6F5E4E;
    color: #fff;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-weight: 400;
    font-size: clamp(1.4rem, 3vw, 2.8rem);
    line-height: 1;
    margin-bottom: 10px;
    font-size: clamp(1.4rem, 3vw, 2rem);
    margin-bottom: 20px;
}

.ft_list1 li .text2 {
    font-size: 3.6rem;
    font-size: clamp(2rem, 4vw, 3.6rem);
    letter-spacing: 20%;
    font-weight: 400;
    line-height: 1.19444;
    color: #6F5E4E;
    text-align: center;
    font-size: clamp(2rem, 4vw, 2.6rem);
}


.ft_list1 li .text2 span {
    line-height: 1.5834;
    font-weight: 500;
    font-size: clamp(1.4rem, 3vw, 2.4rem);
    letter-spacing: 20%;
    margin-right: 9px;
    font-size: clamp(1.4rem, 3vw, 1.8rem);
}

.ft_div1 {
    max-width: 1018px;
    margin: 73px auto 0;
    width: 95%;
    margin: 70px auto 0;
}


.ft_div1 .title_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 34px;
}

.ft_div1 .title_area .bar {
    width: 100%;
    height: 1px;
    background: #000000;
    position: relative;
    left: unset;
}

.ft_div1 .title_area .title {
    margin: 0 40px;
    flex-shrink: 0;
    color: #6F5E4E;
    font-size: 3.2rem;
    font-size: clamp(2.4rem, 4vw, 3.2rem);
    letter-spacing: 10%;
    font-weight: 400;
    line-height: 1.189;
    font-size: 2.4rem;
    margin: 0 80px;
}

.ft_div1 .text3 {
    text-align: center;
    color: #6F5E4E;
    font-size: 3.2rem;
    font-size: clamp(1.5rem, 3vw, 3.2rem);
    letter-spacing: 10%;
    font-weight: 400;
    line-height: 1.189;
    font-size: 2rem;
}

.ft_list2 li {
    display: flex;
    justify-content: center;
    margin-bottom: 19px;
    align-items: center;
}

.ft_list2 li:last-child {
    margin-bottom: 0px;
}

.ft_list2 li .text1 {
    background: #6F5E4E;
    color: #fff;
    width: 30%;
    margin-right: 2.8%;
    text-align: center;
    border-radius: 5px;
    line-height: 1.416667;
    max-width: 223px;
    font-weight: 400;
    max-width: 230px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

.ft_list2 li .text2 {
    color: #6F5E4E;
    font-size: 3.2rem;
    font-size: clamp(1.8rem, 3vw, 3.2rem);
    letter-spacing: 10%;
    font-weight: 400;
    line-height: 1.189;
    font-size: 2rem;
    line-height: 1;
}

.btn1 {
    font-size: 3.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #6F5E4E;
    color: #fff;
    border: none !important;
    max-width: 453px;
    width: 100%;
    height: 86px;
    border-radius: 10px;
    margin: 100px auto 0;
    cursor: pointer;
    transition: .4s;
    font-weight: 400;
    margin-bottom: 0 !important;
    margin-top: 20px;
    max-width: 300px;
    height: 50px;
    font-size: 2.4rem;
}

.btn1:hover {
    opacity: 0.7;
}

/*-----------------------------------------------------------
 Responsive
-----------------------------------------------------------*/

@media screen and (max-width: 768px) {


    #cover {
        padding: 61.2245vw 0 16.325vw;
        width: 87.28%;
    }

    .cov-div .title {
        font-size: clamp(2rem, 4vw, 5.6rem);
        text-align: left;
        max-width: max-content;
        margin-left: auto;
        line-height: 1.8;
    }

    .cov-div .logo {
        position: initial;
        width: 24.158%;
        margin: 16.62% auto 0;
    }

    #cover:before {
        width: 83.716vw;
        height: 71.505vw;
        background: url(../img/lp/mv1_sp.png) no-repeat;
        background-size: contain;
        left: 0;
        right: 0;
        margin: auto;
        top: 37px;
    }

    #cover .text1 {
        font-size: clamp(1.3rem, 2.4vw, 2.4rem);
        width: 96%;
        margin: 0 auto;
        line-height: 1.76;
        font-size: 1.5rem !important;
    }

    .inner {
        width: 92%;
    }

    .content08 {
        padding: 40px 0 56px;
    }

    .co8_div {
        margin-top: 40px;
    }

    .mainTit2 span.big {
        font-size: 24px;
        line-height: 1.2;
    }

    .mainTit2 {
        font-size: clamp(1.4rem, 3vw, 4rem);
    }

    .mainTit2 span.en_tit {
        font-size: clamp(0.8rem, 2.4vw, 2.4rem);
        margin-top: 9px;
    }

    .CF7_table tbody tr {
        grid-template-columns: 1fr;
        gap: 12px 0;
    }

    .CF7_table tbody th {
        font-size: 1.6rem;
    }

    .btn_area .wpcf7-submit,
    .btn_area input[type="submit"].js-submit-btn {
        min-width: 100%;
        max-width: 400px;
    }
}

@media screen and (max-width: 1024px) {
    /*-----------------------------------------------------------
    全体スタイル
    -----------------------------------------------------------*/

    img {
        width: auto;
        max-width: 100%;
        height: auto;
    }


    .co3_div1 .flex .left {
        width: 160px;
        height: 160px;
    }

    .co3_div1 {
        padding: 0 5%;
    }
}

@media screen and (max-width: 767px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }



    a[href*="tel:"] {
        pointer-events: initial;
        cursor: pointer;
        text-decoration: none;
    }

    .inner {
        width: 87.28%;
    }

    .co1_div {
        padding: 4.096% 3.51% 9.65%;
    }

    .co1_div .text1 {
        line-height: 1.6923;
        margin-top: 7%;
        font-size: 1.5rem !important;
    }

    .co1_div .mainTit {
        margin-top: 10.69%;
    }

    .content02 {
        /* margin: 0% auto -25%; */
        padding: 15.523% 0 12.726%;
    }

    .co3_div {
        padding: 12.83% 0 15.746%;
        background: url(../img/lp/bg3_sp.jpg) no-repeat;
        background-size: cover;
        border-radius: 11px;
    }

    .mainTit2 span.big {
        font-size: clamp(1.7rem, 4vw, 6.4rem);
        line-height: 1.2;
    }

    .co3_div .mainTit2 span.big {
        font-size: clamp(2rem, 4vw, 6.4rem);
        line-height: 1.2;
    }

    .mainTit2 {
        font-size: clamp(1.4rem, 3vw, 4rem);
    }

    .mainTit2 span.en_tit {
        font-size: clamp(0.8rem, 2.4vw, 2.4rem);
        margin-top: 9px;
    }

    .co3_div .mainTit2 span.en_tit {
        font-size: clamp(1.2rem, 3vw, 2.4rem);
    }

    .co3_div1 .arrow {
        margin: 10.37% auto 7.455%;
        width: 14.58%;
    }

    .co3_div1>.text {
        font-size: clamp(1.9rem, 4vw, 4.8rem);
        padding-bottom: 3.24%;
        margin-bottom: 2.92%;
        position: relative;
        border: none;
    }

    .co3_div1>.text:before {
        position: absolute;
        content: "";
        width: 80.98%;
        height: 1px;
        background: #FFFFFF;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .co3_div1>.text1 {
        margin-bottom: 11.018%;
        line-height: 1.9414;
        font-size: 1.5rem !important;
    }

    .co3_div1 .flex {
        flex-direction: column;
        margin: 0 auto 22px;
    }

    .co3_div1 .flex .right {
        max-width: initial;
        width: 91.755%;
    }

    .co3_div2 {
        overflow: hidden;
        width: 100%;
    }

    .co3_div2 .img {
        width: 115.212%;
        margin-left: -7.606%;
    }

    .co3_div1 .flex .left {
        margin: 0 auto 9.398%;
        width: 140px;
        height: 140px;
        box-shadow: 5px 5px 3.5px 1px #00000040;
    }

    .co3_div1 .flex .left .text {
        font-size: 2.4rem;
        line-height: 1;
    }

    .co3_div1 .flex .left .text span {
        font-size: 1.6rem;
        margin-top: 5px;
    }

    .co3_list1 li {
        padding: 2.476% 0;
        border-bottom: 1px dashed #B1FFFA66;
        font-size: 1.5rem !important;
    }


    .content04 {
        padding: 15.525% 0 0;
        background-size: contain;
        background-position-y: 143px;
    }

    .content04 .co4_list1 {
        margin: 0px auto 0;
    }

    .content04 .co4_list1 li {
        flex-direction: column;
        margin-top: 27px;
    }

    .mainTit3 {
        font-size: clamp(1.7rem, 4vw, 4.8rem);
    }

    .content04 .co4_list1 li .img {
        max-width: initial;
        width: 67.934%;
        margin: 0 auto -77px;
    }

    .content04 .co4_list1 li .text_area {
        max-width: initial;
        width: 100%;
        padding: 99px 8.75% 37px;
        min-height: initial;
    }

    .content04 .co4_list1 li .text_area .title1 {
        font-size: 1.8rem;
        font-size: clamp(1.4rem, 4.6vw, 3.2rem);
        text-align: center;
    }

    .content04 .co4_list1 li .text_area .text1 {
        margin-top: 15px;
        width: 98%;
        margin: 15px auto 0;
        max-width: initial;
        font-size: 1.5rem !important;
    }

    .content04 .co4_list1 li .text_area .text2 {
        font-size: clamp(1rem, 2.4vw, 1.4rem);
        width: 98%;
        margin: 20px auto 0;
        max-width: initial;
    }

    .content05 .title {
        font-size: 1.5rem;
        font-size: clamp(1.5rem, 3.4vw, 4.8rem);
        margin-bottom: 3.5%;
        padding-bottom: 3%;
    }

    .content05 .title>span {
        margin-top: 7px;
        font-size: 1.6rem;
        font-size: clamp(1.3rem, 4vw, 5rem);
    }

    .content05 .title span.big {
        font-size: 2.6rem;
        font-size: clamp(2rem, 6.6vw, 8.6rem);
    }

    .co5_div1 .mainTit3 {
        line-height: 1.352;
        white-space: nowrap;
    }

    .co5_div1 .text1 {
        margin: 16px auto 55px;
        font-size: clamp(1.2rem, 2.4vw, 2.4rem);
        line-height: 1.8541;
        font-size: 1.5rem !important;
    }

    .co5_div1 .img2 {
        padding: 0;
        margin: 4px auto 0;
    }

    .co5_div2 {
        padding: 7.584% 0 0;
    }

    .co5_div2 .arrow1 {
        width: 20.24px;
        margin: 0 auto 17px;
    }

    .co5_div2 .mainTit3 {
        font-size: clamp(2rem, 5vw, 4.8rem);
    }

    .co52_list {
        flex-direction: column;
        margin: 5px auto 0;
    }

    .co52_list li {
        width: 100%;
        max-width: initial;
        margin: 8.75% auto 0;
    }

    .co52_list li .title1 {
        margin-bottom: 4.96%;
        font-size: clamp(1.8rem, 4vw, 3.2rem);
        line-height: 1.27777;
        padding: 12px 0 14px;
        border-radius: 10px;
    }

    .co52_list li .text1 {
        font-size: 2.2rem;
        font-size: clamp(1.3rem, 3vw, 2.2rem);
        line-height: 1.77;
        font-size: 1.5rem !important;
    }

    .co5_div3 {
        padding: 21.578% 0 0;
    }

    .mainTit3.bor_tit {
        width: 80.178%;
        margin: 0 auto;
        border: 1px solid #6F5E4E;
        border-radius: 7px;
        padding: 9px 0;
        line-height: 1.295;
        min-width: 250px;
    }

    .co5_div3 .img1 {
        margin: 9.33% auto 0;
    }

    .co5_div4 {
        padding: 14.29% 0 0;
    }

    .co5_div4 .img1 {
        margin: 4.96% auto 0;
        width: 84.989%;
    }

    .co5_div5 {
        padding: 22.745% 0 0;
    }

    .co5_div5 .img1 {
        margin: 11.666% auto 0;
    }

    .co5_div5 .text1 {
        margin: 7.584% auto 0;
        font-size: clamp(1rem, 2.6vw, 2.4rem);
        line-height: 1.925;
        font-size: 1.5rem !important;
    }

    .co5_div6 {
        padding: 23.91% 0 0;
    }

    .co56_list1 li {
        width: 100%;
        max-width: initial;
        margin: 5.54% auto 0;
    }

    .co5_div7 {
        padding: 12.248% 0 0;
    }

    .co58_list1 {
        margin-top: -14px;
    }

    .co58_list1 li {
        margin: 13.707% auto 0;
        border-radius: 8px;
        padding: 6.418% 6.25%;
        flex-direction: column;
        text-align: center;
        width: 87.467%;
    }

    .co58_list1 li:before,
    .co58_list1 li:after {
        display: none;
    }

    .co58_list1 li .num {
        width: 11vw;
        height: 11vw;
        font-size: clamp(2.2rem, 5vw, 4rem);
        padding-bottom: 4px;
        left: -3%;
        top: -5.176%;
        min-width: 45px;
        min-height: 45px;
    }

    .co58_list1 li .text_area {
        max-width: initial;
        width: 100%;
    }

    .co58_list1 li .text_area .title1 span {
        margin-top: 7px;
        font-size: 0.8rem;
        font-size: clamp(0.8rem, 2vw, 1.5rem);
    }

    .co58_list1 li .text_area .text1 {
        margin: 0 auto;
        margin-top: 6.25%;
        font-size: clamp(1rem, 2vw, 1.8rem);
        letter-spacing: 10%;
        margin-bottom: 6.25%;
        max-width: initial;
        font-size: 1.5rem !important;
    }

    .co58_list1 li .img {
        width: 85.124%;
        margin: 0 auto;
    }

    .co58_list1 li:nth-child(2) .text_area .text1 {
        margin: 8.684% auto 10%;
    }

    .co58_list1 li:nth-child(2) .img {
        width: 86.25%;
    }


    .co58_list1 li:nth-child(3) .text_area {
        max-width: initial;
        width: 100%;
    }

    .co58_list1 li:nth-child(3) .text_area .text1 {
        margin: 6% auto 7.296%;
    }

    .co58_list1 li:nth-child(3) .img {
        width: 87.74%;
    }

    .co58_list1 li .text_area .title1 {
        font-size: clamp(1.6rem, 4vw, 3.7rem);
    }

    .co5_div9 {
        padding: 12.83% 0 0;
    }

    .co5_div9 .text1 {
        font-size: 1.4rem;
        font-size: clamp(1.4rem, 4vw, 3.6rem);
        margin: 6.127% auto 1.75%;
    }

    .co5_div9 .flex {
        flex-direction: column;
        margin: 12.54% auto 0;
    }

    .co5_div9 .flex .left {
        max-width: initial;
        width: 100%;
        font-size: clamp(1.4rem, 3vw, 2rem);
        line-height: 1.992;
        font-size: 1.5rem !important;
    }

    .co5_div9 .flex .right {
        max-width: initial;
        width: 97.67%;
        margin: 6.71% auto 0;
    }

    .co5_div10 {
        padding: 24.785% 0 23.328%;
    }

    .co5_div10 .img1 {
        margin: 11.374% auto 0;
    }

    .co6_div {
        background: url(../img/lp/bg6_sp.jpg) no-repeat;
        background-size: cover;
        border-radius: 5px;
        padding: 9% 4.668% 7.29%;
    }

    .co6_div .m_img {
        margin: 5.4% auto 22.83%;
        width: 94.534%;
    }

    .co6_div1 {
        margin-top: 12.22%;
        padding: 12.545% 5.173% 8.683%;
    }

    .co6_div1 .title1 {
        font-size: clamp(1.6rem, 4vw, 4rem);
        padding: 0;
        min-height: initial;
        line-height: 1.8125;
        width: 100%;
        top: -2.5445vw;
        max-width: max-content;
        padding: 0 9px;
    }

    .co6_div1 .text1 {
        line-height: 1.3846;
        font-size: 1.5rem !important;
    }

    .co6_div1 .text2 {
        margin: 7.178% auto 4.667%;
        text-align: center;
        font-size: clamp(1.2rem, 2.4vw, 2.4rem);
        font-weight: 500;
        line-height: 1.7;
        padding: 7.62px 0;
        width: 87.15%;
        min-width: 220px;
    }

    .co6_list1 {
        flex-direction: column;
        padding-right: 0;
    }

    .co6_list1 li {
        margin: 0 auto 0;
        width: 100% !important;
        max-width: initial !important;
        min-height: initial;
    }

    .co6_list1 li:nth-child(2) {
        margin: 18.208% auto 0;
        padding: 0;
    }

    .co6_list1 li:nth-child(3) {
        margin: 13.75% auto 0;
    }

    .co6_list1 li .img {
        margin: 0 auto 0;
        width: 71.01%;
    }

    .co6_list1 li:nth-child(2) .img {
        margin: 0 auto 5.206%;
        width: 35.15%;
    }

    .co6_list1 li:nth-child(3) .img {
        margin: 0 auto 5.578%;
        width: 77.106%;
    }

    .co6_list1 li .name {
        position: initial;
        font-size: clamp(1.3rem, 2.4vw, 1.6rem);
        line-height: 1.384;
    }


    .co6_div1.co6_div2 {
        padding: 13.188% 7% 7.72%;
    }

    .co6_list2 li {
        margin-bottom: 7.89%;
        font-size: 1.5rem !important;
    }

    .content07 {
        padding: 13.998% 0 0;
    }

    .co7_div {
        padding: 13.706% 14.87%;
    }

    .co7_list1 {
        flex-direction: column;
        padding: 13.699% 0 0;
    }

    .co7_list1 li {
        width: 100%;
        max-width: initial;
        margin-bottom: 14.11%;
    }

    .co7_list1 li:last-child {
        margin-bottom: 0%;
    }


    .co7_list1 li .img {
        margin-bottom: 5.4%;
    }


    .co7_list1 li .title_area {
        padding-bottom: 4.15%;
        margin-bottom: 5.4%;
    }

    .co7_list1 li .title_area .date {
        font-size: clamp(1rem, 2.4vw, 2rem);
        line-height: 1.9;
    }

    .co7_list1 li .title_area .title {
        font-size: 1.6rem;
        line-height: 1.5;
        font-size: clamp(1.6rem, 2.4vw, 2.6rem);
    }

    .co7_list1 li .text1 {
        font-size: 2.2rem;
        font-size: clamp(1rem, 2.4vw, 2.2rem);
        font-size: 1.5rem !important;
    }

    .ft_div {
        padding: 9.917% 0 12.245%;
    }

    .ft_div .text {
        margin-top: 10.5%;
        font-size: clamp(1rem, 2.4vw, 2.8rem);
        line-height: 1.766667;
        margin-bottom: 3.21%;
        font-size: 1.5rem !important;
        padding: 0 20px;
    }

    .ft_div .map {
        min-height: 167px;
        height: 38vw;
    }

    .ft_list1 {
        margin: 8.459% auto 14.87%;
        width: 79.304%;
    }

    .ft_list1 li {
        margin: 0 auto 9.196%;
    }

    .ft_list1 li .text1 {
        margin-bottom: 4.78%;
        height: initial;
        line-height: 1.21428571;
        border-radius: 2px;
        padding: 1.5px 0;
    }

    .ft_list1 li .text2 {
        line-height: 1.2;
    }

    .ft_list1 li .text2 span {
        line-height: 1.21428571;
        margin-right: 6px;
    }

    .ft_div1 {
        width: 79.304%;
        margin: 10.79% auto 0;
    }

    .ft_div1 .title_area {
        margin-bottom: 5.528%;
    }

    .ft_div1 .title_area .title {
        font-size: clamp(1.6rem, 4vw, 3.2rem);
        margin: 0 10px;
    }

    .ft_list2 li {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-width: max-content;
        margin: 0 auto 3.31%;
        width: 100%;
    }

    .ft_list2 li .text1 {
        margin: 0 auto 2%;
        width: 100%;
        border-radius: 2px;
        max-width: initial;
        font-size: clamp(1.4rem, 2.4vw, 2.4rem);
        line-height: 1.42857;
        font-size: 1.5rem !important;
        height: initial;
    }

    .ft_list2 li .text2 {
        font-size: clamp(1.5rem, 3vw, 3.2rem);
        line-height: 1.4;
        font-size: 1.5rem !important;
    }

    .ft_div1 .text3 {
        line-height: 1.4;
        font-size: 1.5rem !important;
    }

    .co5_div8 {
        padding: 19.538% 0 0;
    }

    .content02 .co2_in {
        width: 100%;
        padding: 0;
    }

    .content02:before {
        background: url(../img/lp/bg2_sp.png) no-repeat center;
        background-size: cover;
    }

    .co2_div {
        position: relative;
        width: 100%;
        padding: 0 10.18%;
        margin-left: auto;
        margin-right: auto;
    }


    .co2_div1 {
        margin-bottom: 70px;
    }

    .co2_div2 {
        margin-bottom: 90px;
    }

    

    .co2_div .text1 {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 500px) {
    table {
        width: 100%;
    }

    .co3_div1 .flex .left {
        width: 100px;
        height: 100px;
    }

    .co3_div1 .flex .left .text {
        font-size: 2rem;
        line-height: 1;
    }

    .co3_div1 .flex .left .text span {
        font-size: 1rem;
        margin-top: 5px;
    }
}