@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Shippori+Mincho&family=Shippori+Mincho+B1&family=Sulphur+Point:wght@300;400;700&family=Zen+Kaku+Gothic+New&display=swap');
a{
cursor: pointer;
}
*,
*::before,
*::after {
box-sizing: border-box;
}
@font-face {
font-family: 'Tirelessly Love You';
src: url('../font/Tirelessly-Love-You.woff') format('woff');
font-weight: normal;
font-style: normal;
}


.eng{
font-family: "Poppins", sans-serif;
}

.eng2{
font-family: 'Tirelessly Love You', sans-serif;
font-weight: 400;
}
.jp{
font-family: "Noto Sans JP", serif;
}
body{
font-family: "Noto Sans JP", serif;
margin: 0;
overflow-x: clip;
color: #1A1A1A;
font-weight: 500;
}

html{
color: #3d3e41;
font-family: "Noto Sans JP", serif;
}
.w-1200{
width: 100%;
margin: auto;
max-width: 1200px;
}


.w-1100{
width: 100%;
margin: auto;
max-width: 1100px;
}


.w-1000{
width: 100%;
margin: auto;
max-width: 1000px;
}

section.section-fv{
position: relative;
}

.section-fv__inner {
position: absolute;
left: 40px;
top: 55%;
transform: translateY(-50%);
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
width: max-content;
flex-direction: column;
}

picture.fv-text {
display: block;
width: 100%;
max-width: 500px;
}

picture.fv-text img{
width: 100%;
height: auto;
object-fit: contain;
}

picture.fv-emblem{
display: block;
width: 100%;
max-width: 600px;
}

picture.fv-emblem img{
width: 100%;
height: auto;
object-fit: contain;
}


picture.fv-pic {
width: 100%;
display: block;
}

picture.fv-pic img{
width: 100%;
height: auto;
object-fit: contain;
}

.first-cta {
position: relative;
overflow: hidden; /* はみ出し防止 */
z-index: 2;
margin-top: -150px;
}

.first-cta::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(to right, #FABC58 0%, #FF812A 100%);
clip-path: polygon(0% 150px, 100% 0%, 100% calc(100% - 150px), 0% 100%);
z-index: 0;
}

.first-cta::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 50%;
background: #FDEECC;
clip-path: polygon(0% 0%, 100% 150px, 100% 100%, 0% calc(100% - 150px));
z-index: -1; /* 背面へ */
}

.first-cta__inner.w-1200{
padding-top: 180px;
padding-bottom: 180px;
position: relative;
z-index: 2;
display: flex;
justify-content: space-between;
align-items: center;
}

.first-cta__inner__photo{
width: 40%;
max-width: 530px;
}

.first-cta__inner__btn__wrap{
width: calc(60% - 40px);
}

.first-cta__inner__photo img{
width: 100%;
height: auto;   
}

.first-cta__inner__btn__ttl {
display: block;
width: 360px;
position: relative;
}
picture.section-cta__inner__btn__wrap::before,
.first-cta__inner__btn__ttl::before {
    position: absolute;
    background-image: url(../../assets/images/lp/dot-line.png);
    width: 60px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    right: -50px;
    top: -50px;
    content: "";
}

.first-cta__inner__btn__ttl img{
width: 100%;
height: auto;   
}

picture.logo-accent-cta {
position: absolute;
left: 0;
bottom: 60px;
width: 500px;
left: 40px;
}

picture.logo-accent-cta img {
width: 100%;
height: auto;
object-fit: contain;
}

.first-cta__inner__btn__wrap h2 {
font-size: 40px;
font-weight: 700;
line-height: 1.5;
margin-bottom: 24px;
padding-bottom: 14px;
border-bottom: 1px solid;
}


.first-cta__inner__btn__wrap p {
font-size: 24px;
font-weight: 400;
line-height: 1.5;
margin-bottom: 24px;
}

.first-cta__inner__btn{
display: block;
width: 440px;
background: linear-gradient(to bottom, #4CC746 0%, #4CC746 100%);
padding: 24px;
text-align: center;
border-radius: 10px;
position: relative;
color: #fff;
font-size: 24px;
overflow: hidden;
transition: .25s;
}
.first-cta__inner__btn:hover,
.section-cta__inner__btn:hover,
.section-header_inner ul li:hover a{
    background: linear-gradient(to bottom, #000 0%, #000 100%);
    transition: .25s;
}

.first-cta__inner__btn::before{
content: "";
width: 7px;
height: 14px;
background-image: url(../../assets/images/lp/arrows-cta.png);
background-size: contain;
background-position: center;
background-repeat: no-repeat;
position: absolute;
right: 24px;
top: 50%;
transform: translateY(-50%);
}


.main__ttl{
text-align: center;
display: flex;
justify-content: center;
flex-wrap: wrap;
align-items: center;
}


.main__ttl span.sub-text{
font-size: 24px;
margin-bottom: 24px;
text-align: center;
width: 100%;
display: block;
}

.main__ttl__eng{
font-size: 110px;
text-align: center;
font-weight: 700;
width: max-content;
margin: auto;
position: relative;
}

span.write-eng {
position: absolute;
left: -110px;
bottom: -40px;
color: #FC7A13;
z-index: -1;
font-weight: 400;
}

h3.section-works__inner__sub__ttl {
text-align: center;
margin-top: 24px;
display: flex;
align-items: center;
font-size: 40px;
justify-content: center;
font-weight: 700;
}
.gradient {
background: linear-gradient(to right, #FABC58 0%, #FF812A 100%);
color: #fff;
}


h3.section-works__inner__sub__ttl span.gradient {
background: linear-gradient(to right, #FABC58 0%, #FF812A 100%);
color: #fff;
display: block;
width: max-content;
padding: 4px 16px;
}

.section-works__inner__list {
display: flex;
justify-content: center;  /* スライダーが中央に表示されるように */
}

.section-works__inner__list li.section-works__inner__list__cont {
margin-left: 16px;  /* li 要素間のスペース */
margin-right: 16px;
padding: 80px 20px 48px;
position: relative;
border: 2px solid #000;background-color: #fff;
}


.section-works__inner__list picture,
.section-works__inner__list picture img{
width: 100%;
height: auto;
object-fit: contain;
}


span.works-tag.eng {
display: block;
width: 100%;
height: auto;
padding: 14px;
background: linear-gradient(to right, #FABC58 35%, #FF9000 100%);

color: #fff;
font-weight: 800;
text-align: center;
font-size: 18px;
border-bottom: 1px solid;
position: absolute;
top: 0;
left: 0;
border-bottom:1px solid #000;
}

p.section-works__inner__list__read-text {
text-align: center;
margin-bottom: 14px;
}

.section-works__inner__list li.section-works__inner__list__cont h3{
font-size: 40px;
text-align: center;
font-weight: 700;
color: #FEA800;
margin-bottom: 24px;
}

h3.section-works__inner__sub__ttl {
margin-bottom: 64px;
}
h3.section-works__inner__sub__ttl > span {
    display: flex;
    align-items: center;
}
ul.tab-list__works li .gradient {
width: 90px;
height: 30px;
display: flex;
justify-content: center;
align-items: center;
margin-right: 24px;
}
ul.tab-list__works{
margin-top: 24px;
}

ul.tab-list__works li {
display: flex;
align-items: center;
margin-bottom: 10px;
}

.section-works__inner__list__infomation {
padding: 20px;
min-height: 100px;
background: #FFEECC;
text-align: center;
line-height: 2;
}

.section-works__inner {
padding-bottom: 120px;
position: relative;
}

.section-works__inner::before {
width: 100%;
height: 50%;
background-color: #FDEECC;
content: "";
position: absolute;
display: block;
z-index: -1;
bottom: 0;
left: 0;
}

picture.section-worry__inner__ttl {
max-width: 360px;
width: 100%;
display: block;
margin: auto;
}

picture.section-worry__inner__ttl img{
max-width: 360px;
width: 100%;
}

.section-worry{
background-image: url(../../assets/images/lp/worry-bg.jpg);
background-size: cover;
background-position: center;
position: relative;
}

.section-worry__inner {
padding: 80px 0 120px;
}

ul.section-worry__inner__list {
display: flex;
align-items: center;
justify-content: space-between;
}

ul.section-worry__inner__list li{
width: calc((100% - 60px) / 3);
position: relative;
}

ul.section-worry__inner__list li picture {
width: 100%;
height: auto;
}

ul.section-worry__inner__list li img {
width: 100%;
height: auto;
object-fit: contain;
}

h2.section-worry__inner__ttl {
font-size: 32px;
text-align: center;
margin-bottom: 40px;
margin-top: 8px;
color: #fff;
}

h2.section-worry__inner__ttl span{
font-size: 40px;
}

ul.section-worry__inner__list li div {
position: absolute;
bottom: -18px;
left: 0;
}

ul.section-worry__inner__list li div span{
display: block;
background: linear-gradient(to right, #2971D6 0%, #155ABA 100%);
padding: 12px 14px;
color: #fff;
margin-top: 8px;
width: max-content;
font-family: "Noto Sans JP", serif;
}

.section-worry__inner.w-1000 > p {
margin-top: 40px;
text-align: center;
color: #fff;
font-size: 32px;
line-height: 1.5;
filter: drop-shadow(0px 0px 6px #00000036);
}

span.section-worry__inner__text.gradient {
padding: 12px 28px 14px;
display: block;
text-align: center;
width: max-content;
margin-left: auto;
margin-right: auto;
margin-top: 8px;
font-size: 40px;
max-width: 100%;
}

.section-worry {
clip-path: polygon(0% calc(100% - 150px), 50% 100%, 100% calc(100% - 150px), 100% 0%, 0% 0%);
}


.section-feature__inner.w-1200 {
padding-top: 120px;
padding-bottom: 120px;
}

.section-feature__inner.w-1200 > ul >li {
display: flex;
justify-content: space-between;
align-items: center;
}

picture.section-feature__inner__img {
width: 45%;
max-width: 530px;
}

picture.section-feature__inner__img img {
width: 100%;
height: auto;
}
.section-feature__inner__text-wrap{
width: 60%;
max-width: calc(100% - 550px);
}

.section-feature__inner__text-wrap h3{
margin-bottom: 24px;
}

.section-feature__inner__text-wrap h3 span{
display: block;
margin-top: 10px;
padding: 13px 18px;
width: max-content;
font-size: 32px;
font-family:"Noto Sans JP", sans-serif;
position: relative;
z-index: 2;

}

.section-feature__inner__text-wrap p{
line-height: 2;
color: #333333;
}

.section-feature__inner.w-1200 > ul >li{
margin-bottom: 24px;
}

.section-feature__inner.w-1200 > ul >li:last-of-type{
margin-bottom: 0;
}

.section-feature__inner.w-1200 > ul >li:nth-of-type(2) .section-feature__inner__text-wrap{
order: 1;
}

.section-feature__inner.w-1200 > ul >li:nth-of-type(2) .section-feature__inner__img{
order: 2;
}

.section-feature__inner.w-1200 > ul {
margin-top: 80px;
}
.section-feature{
position: relative;
}

.section-feature .section-feature__text{
position: absolute;
right: 24px;
top: -40px;
width: 110px;
height: auto;
display: block;
}

.section-feature .section-feature__text img{
width: 100%;
height: auto;
object-fit: contain;
}











.section-cta {
position: relative;
overflow: hidden; /* はみ出し防止 */
z-index: 2;
background: #FEF7E8;
}

.section-cta .section-cta-attention{
position: absolute;
right: 24px;
top: 30px;
width:250px;
height: auto;
display: block;
}
.section-cta .section-cta-attention img{
width: 100%;
height: auto;
object-fit: contain;
}



.section-cta::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(to right, #FABC58 0%, #FF812A 100%);
clip-path: polygon(0% 150px, 100% 0%, 100% calc(100% - 150px), 0% 100%);
z-index: 0;
}

.section-cta::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 50%;
background: #FDB878;
clip-path: polygon(0% 0%, 100% 150px, 100% 100%, 0% calc(100% - 150px));
z-index: -1;
}

.section-cta__inner.w-1200{
padding-top: 180px;
padding-bottom: 180px;
position: relative;
z-index: 2;
display: flex;
justify-content: space-between;
align-items: center;
}

.section-cta__inner__photo{
width: 40%;
max-width: 530px;
position: relative;
}

.section-cta__inner__photo div {
position: absolute; 
left: -10px;
bottom: -10px;
}

.section-cta__inner__photo div > span {
display: block;
position: relative;
font-size: 24px;
padding: 14px 20px;
width: max-content;
max-width: 100%;
margin-top: 10px;
background-color: #fff;
color: transparent;
}

.section-cta__inner__photo div > span >span{
position: relative;
z-index: 2; /* テキストを最前面に */
font-weight: 700;

background: linear-gradient(to right, #FABC58 0%, #FF812A 100%);
-webkit-background-clip: text;
background-clip: text;
}
.section-cta__inner__btn__wrap{
width: calc(60% - 40px);
}

.section-cta__inner__photo img{
width: 100%;
height: auto;   
}

.section-cta__inner__btn__ttl {
display: block;
width: 360px;
}

.section-cta__inner__btn__ttl img{
width: 100%;
height: auto;   
}

picture.logo-accent-cta {
position: absolute;
left: 0;
bottom: 60px;
width: 500px;
left: 40px;
}

picture.logo-accent-cta img {
width: 100%;
height: auto;
object-fit: contain;
}

.section-cta__inner__btn__wrap h2 {
font-size: 40px;
font-weight: 700;
line-height: 1.5;
margin-bottom: 24px;
padding-bottom: 14px;
border-bottom: 1px solid;
}

.section-cta__inner__btn{
display: block;
width: 440px;
background: linear-gradient(to bottom, #4CC764 0%, #4CC764 100%);
padding: 24px;
text-align: center;
border-radius: 10px;
position: relative;
color: #fff;
font-size: 24px;
}

.section-cta__inner__btn::before{
content: "";
width: 7px;
height: 14px;
background-image: url(../../assets/images/lp/arrows-cta.png);
background-size: contain;
background-position: center;
background-repeat: no-repeat;
position: absolute;
right: 24px;
top: 50%;
transform: translateY(-50%);
}

.section-cta__inner__btn__wrap p {
font-size: 40px;
font-weight: 700;
line-height: 1.5;
margin-bottom: 24px;
color: #fff;
}

.section-cta__inner__btn__wrap p span{
font-size: 32px;
}

picture.section-cta__inner__btn__wrap {
width: 100%;
max-width: 360px;
display: block;
margin-bottom: 4px;
position: relative;
}

picture.section-cta__inner__btn__wrap img {
width: 100%;
display: block;
}

section.section-modelcase {
background: #fef7e8;
padding-top: 120px;
padding-bottom: 80px;
}
.section-modelcase__inner__box {
padding: 98px 64px 56px;
background-color: #fff;
border: 4px solid #000;
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
}



.section-modelcase__inner__box-ttl {
position: absolute;
left: 50%;
top: -120px;
max-width: 800px;
width: 100%;
transform: translateX(-50%);
}

.section-modelcase__inner__box-ttl img{
width: 100%;
height: auto;
object-fit: contain;
}

.section-modelcase__inner__box__photo{
width: 45%;
}

.section-modelcase__inner__box__text h2,
.section-modelcase02__inner__box__text h2{
margin-bottom: 24px;
}
.section-modelcase__inner__box__text h2 > span,
.section-modelcase02__inner__box__text h2 > span{
display: block;
padding: 12px 18px;
font-size: 32px;
width: max-content;
font-weight: 700;
margin-top: 10px;
font-family: "Noto Sans JP", serif;
}

.section-modelcase__inner__box__text h2 > span > span,
.section-modelcas02__inner__box__text h2 > span > span{
font-size: 24px;

font-family: "Noto Sans JP", serif;
}

.section-modelcase__inner__box__text p,
.section-modelcase02__inner__box__text p {
line-height: 1.5;
}
.section-modelcase__inner__box__photo img,
.section-modelcase02__inner__box__photo img{
width: 100%;
height: auto;
}

.section-modelcase__inner__box__text,
.section-modelcase02__inner__box__text{
width: calc(55% - 20px);
}

.section-modelcase__inner__box__text p,
.section-modelcase02__inner__box__text p{
line-height: 1.5;
position: relative;
z-index: 2;
}

.section-modelcase__inner__box__text > span.eng2,
.section-modelcase02__inner__box__text > span.eng2{
position: absolute;
right: 20px;
bottom: 0;
color: #FC7A13;
font-size: 80px;
font-weight: 400;
}





.section-modelcase02 {
position: relative;
}

.section-modelcase02::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(to right, #FCDBA3 0%, #FED0A4 100%);
clip-path: polygon(0% 150px, 100% 0%, 100% calc(100% - 150px), 0% 100%);
z-index: 0;
}
.section-modelcase02::after {
content: "";
position: absolute;
bottom: 40px;
left: 0;
width: 100%;
height: 50%;
background: linear-gradient(to right, #FABC58 0%, #FF812A 100%);
clip-path: polygon(0% 150px, 100% 0%, 100% calc(100% - 150px), 0% 100%);
z-index: -1;
transform: scale(-1,1);
}

.section-modelcase02.w-1200{
padding-top: 180px;
padding-bottom: 180px;
position: relative;
z-index: 2;
display: flex;
justify-content: space-between;
align-items: center;
}
.section-modelcase02__inner__box{
display: flex;
align-items: center;
justify-content: space-between;
position: relative;
}

.section-modelcase02__inner__box__photo{
width: 45%;
}
.section-modelcase02__inner__box__photo img{
width: 100%;
height: auto;
}
.section-modelcase__inner__box__text{
width: calc(55% - 20px);
}

.section-modelcase02__inner {
display: flex;
align-items: center;
justify-content: space-between;
padding: 150px 0;
position: relative;
}


.section-modelcase02 {
position: relative;
margin-top: -150px;
}

.section-modelcase__inner.w-1200 {
position: relative;
z-index: 2;
}

.section-modelcase02__inner__box{
display: flex;
justify-content: space-between;
align-items: center;
}
.section-modelcase02__inner__box__text p{
line-height: 2;
}

.section-modelcase02__inner__box__text > span.eng2 {
position: absolute;
right: 0px;
bottom: -50px;
color: #FC7A13;
font-size: 80px;
font-weight: 400;
}


.section-voice__inner h3 {
text-align: center;
margin-top: 24px;
display: flex;
align-items: center;
font-size: 40px;
justify-content: center;
}

.section-voice__inner__box__ttl{
padding: 12px;
text-align: center;
font-size: 24px;
display: flex;
width: 100%;
justify-content: center;
color: #fff;
background: linear-gradient(to right, #FABC58 0%, #FF812A 100%);
align-items: flex-end;
font-weight: 700;
}

.section-voice__inner__box__ttl > span {
text-align: center;
font-size: 32px;
display: block;
width: max-content;
}

.section-voice__inner__box {
margin-top: 64px;
display: flex;
align-items: center;
justify-content: space-between;
}

.section-voice__inner__box__photo {
width: 50%;
}

.section-voice__inner__box img{
width: 100%;
}

.section-voice__inner__box ul {
width: calc(50% - 24px);
}

.section-voice__inner__box ul li{
width: 100%;
display: flex;
flex-wrap: wrap;
margin-bottom: 32px;
filter: drop-shadow(2px 2px 5px #00000035);
}

.section-voice__inner__box ul li > span:last-of-type{
display: block;
width: 100%;
background-color: #fff;
padding: 14px;
text-align: center;
}


.section-voice__inner__box ul li:last-of-type{
margin-bottom: 0;
}

.section-voice{
position: relative;
}
.section-voice__inner.w-1100 {
padding-bottom: 120px;
position: relative;
}
.section-voice__inner__logo{
position: absolute;
left: 20px;
bottom: 0;
z-index: -1;
width: 60%;
max-width: 900px;
height: auto;
}
.section-voice__inner__logo img{
width: 100%;
height: auto;
}

.section-cta-02 {
position: relative;
overflow: hidden;
z-index: 2;
background: transparent; 
}

.section-campaign__inner__logo{
margin-bottom: 64px;
width: 100%;
display: block;
}

.section-campaign{
background: linear-gradient(to right, #FCDBA3 0%, #FED0A4 100%);
position: relative;
}

section.section-campaign::before {
    width: 400px;
    height: 360px;
    background-image: url(../../assets/images/lp/border-02.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    left: 50px;
    top: 890px;
}

.section-campaign::after {
position: absolute;
bottom: 0;
height: 200px;
width: 100%;
display: block;
content: "";
background: #fff;
}

.section-campaign__inner__logo img{
width: 100%;
height: auto;
display: block;
}

.section-campaign__inner picture{
width: 100%;
display: block;
position: relative;
z-index: 2;
}

.section-campaign__inner picture img{
width: 100%;
height: auto;
}

.section-campaign__inner02 {
padding: 40px 70px;
background-color: #fff;
border: 5px solid #FC7A13;
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-top: 40px;
position: relative;
z-index: 2;
position: relative;
}

.section-campaign__inner__images{
width: 100%;
}

.section-campaign__inner__images img{
width: 100%;
}

.section-campaign__inner02 >span {
display: block;
width: 100%;
text-align: center;
margin-bottom: 14px;
}

.section-campaign__inner02 > h2 {
display: inline;
text-align: center;
margin-bottom: 32px;
font-size: 40px;
font-weight: 700;
background: linear-gradient(transparent 60%, #FCDBA3 60%);
}



section.section-message .main__ttl span.sub-text {
font-size: 24px;
margin-bottom: 24px;
text-align: left;
width: 100%;
display: block;
}
section.section-message span.write-eng {
position: absolute;
left: -40px;
bottom: -40px;
color: #FC7A13;
z-index: -1;
font-weight: 400;
}

section.section-message .main__ttl__eng {
margin-left: 0;
margin-bottom: 64px;
}

section.section-message {
padding-top: 120px;
}

section.section-faq {
padding-top: 120px;
}

section.section-message h3 span{
display: block;
padding: 6px 20px;
font-size: 34px;
margin-bottom: 18px;
width: max-content;
max-width: 100%;
}

section.section-message h3 span:last-of-type{
margin-bottom: 0px;
}

.section-message__inner__box {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 40px;
}
.section-message__inner__box__photo {
width: calc(50% - 20px);
}

.section-message__inner__box__photo img{
width: 100%;
}

.section-message__inner__box p {
width: calc(50% - 20px);
font-size: 18px;
line-height: 2;
font-weight: 400;
}

.section-faq__inner ul li{
width: 100%;
}
.section-faq__inner ul li .faq-ttl {
padding: 24px 30px;
display: flex;
align-items: center;
background-color: #FFEECE;
}

.section-faq__inner ul li .faq-ttl .faq-number {
display: block;
width: max-content;
margin-right: 10px;
color: #FC7A13;
font-size: 40px;
font-family: "Poppins", sans-serif;
font-weight: 400;
}

.section-faq__inner ul li .faq-ttl p {
display: block;
width: max-content;
font-size: 23px;
}




.section-faq__inner ul li .faq-text {
padding: 24px 30px;
display: flex;
align-items: center;
}

.section-faq__inner ul li .faq-text .faq-number {
display: block;
width: max-content;
margin-right: 14px;
color: #FC7A13;
font-size: 40px;
font-family: "Poppins", sans-serif;
font-weight: 400;
}

.section-faq__inner ul li .faq-text p {
display: block;
width: max-content;
font-size: 18px;
line-height: 1.5;
}

.section-faq__inner.w-1200 h2.main__ttl {
margin-bottom: 80px;
}

section.section-faq {
padding-top: 120px;
padding-bottom: 120px;
}

footer{
    background-color: #1A1A1A;
    color: #fff;
}
.footer__inner{
    padding: 80px 0;
}

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

.footer-logo{
    width: calc(50% - 40px);    
}

iframe{
    width: 50%;
    height: 340px;
}

.footer-logo p {
    font-size: 20px;
    line-height: 1.6;
    margin-top: 24px;
}

.footer-logo a{
    width: 80%;
    max-width: 300px;
    display: block;
}

.footer-logo a img{
    width: 100%;
    height: auto;
    object-fit: contain;
    
}
p.copy {
    margin-top: 60px;
    font-size: 10px;
}
.footer-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer__inner.w-1000 ul {
    display: flex;
    margin-top: 32px;
    font-size: 14px;
}

.footer__inner.w-1000 ul li{
    margin-right: 24px;
}

.footer__inner.w-1000 ul li a{
    font-size: 12px;
    font-weight: 400;
}

.slick-dots li {
    position: relative;
    display: inline-block;
 
    width: 40px !important;
    height: 6px !important;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;

    width: 40px !important;
    height: 6px !important;
    padding: 0px !important;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
}
.slick-dots li button:before {
    font-family: slick;
    line-height: 1 !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px !important;
    height: 6px !important;
    content: '' !important;
    text-align: center;
    opacity: 1 !important;
    background: #FFFFFF !important;
}

li.slick-active button:before {
    font-family: slick;
    line-height: 1 !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px !important;
    height: 6px !important;
    content: '' !important;
    text-align: center;
    opacity: 1 !important;
    background: #FC7A13 !important;
}

.slick-dots {
    position: absolute;
    bottom: -45px !important;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.section-works__inner__list .slick-slide {
    transition: .25s;
}

.section-works__inner__list .slick-slide.slick-center {
    margin-top: 40px; /* アクティブなスライド */
}

.section-works__inner__list .slick-slide.prev-slide {
    margin-top: 0; /* 一個前のスライド */
}

.section-works__inner__list .slick-slide:not(.slick-center):not(.prev-slide) {
    margin-top: 40px; /* それ以外のスライド */
}

@media screen and (max-width:1280px) {
.w-1200{
    width: 100%;
    margin: auto;
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
    }
    
    .w-1100{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
    padding-left: 20px;
    padding-right: 20px;
    }
    
    .w-1000{
    width: 100%;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1000px;
    }
    .section-campaign__inner02{
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        max-width: 1000px;
    }
}

.pc{
    display: block;
}

.sp{
    display: none;
}

picture.fv-emblem.sp,
span.section-worry__inner__text.gradient.sp{
    display: none;
}

header{
    padding: 15px 20px;
    background-color: #fff;
}

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


.section-header_inner ul{
    display: flex;
    align-items: center;
}

.section-header_inner ul li{
   margin-left: 24px;
   width: 270px;
   height: 65px;
}

.section-header_inner ul li:nth-of-type(1) a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    align-items: center;
    border-radius: 10000px;
    background: linear-gradient(to right, #FABC58 0%, #FF812A 100%);
}


.section-header_inner ul li:nth-of-type(1) a img{
    width: 24px;
    height: 24px;
    display: block;
    margin-right: 14px;
}
header {
    padding: 15px 20px;
    background-color: #fff;
    position: fixed;
    z-index: 99999;
    width: 100%;
}

.section-header_inner ul li:nth-of-type(2) a{
    width: 100%;
    height: 100%;
    font-size: 18px;
    display: flex;
    justify-content: center;
    color: #fff;
    align-items: center;
    border-radius: 10000px;
    background: linear-gradient(to bottom, #4CC746 0%, #06C755 100%);
}
.section-header_inner ul li:nth-of-type(2) a >span{
    display: flex;
    align-items: center;
}
.section-header__logo {
    width: 200px;
    height: auto;
}
.section-header__logo img {
    width: 100%;
    height: auto;
}
.section-header_inner ul li:nth-of-type(2) a img{
    width: 12px;
    height: 10px;
    display: block;
    margin-left: 14px;
}
.section-header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section.section-fv {
    position: relative;
    padding-top: 95px;
}

.page-contact-01__inner.w-800 table tr.contact-harf td.building {
    width: calc(50%);
    max-width: 320px;
    margin-right: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.page-contact-01__inner.w-800 table tr.contact-harf td
.page-contact-01__inner.w-800 table tr.contact-harf td.building input[type="text"]{
    width: auto;
    min-width: auto;
}
@media screen and (max-width:1000px){
    section.section-campaign::before{
        display: none;
    }
}
@media screen and (max-width:640px){
    .page-contact-01__inner.w-800 table tr.contact-harf td.building {
        width: calc(50% + 25px);
        margin-right: 0;
        display: flex;
        align-items: center;
        min-width: calc(50% + 25px);
        gap: 10px;
    }
	.building span {
		display: inline-block;
		min-width: auto;
	}
    section.section-campaign::before{
        display: none;
    }
    .section-voice__inner__logo {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: -1;
        width: 90%;
        max-width: 900px;
        height: auto;
        left: 50%;
        transform: translateX(-50%);
    }
    .main__ttl span.sub-text {
        font-size: 18px;
        margin-bottom: 14px;
        text-align: center;
        width: 100%;
        display: block;
    }
    .section-fv__inner {
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 100%;
    }
    .first-cta__inner__btn__wrap {
        width: 100%;
    }
    .first-cta__inner.w-1200 {
        padding-top: 180px;
        padding-bottom: 180px;
        position: relative;
        z-index: 2;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .first-cta__inner__photo {
        animation-fill-mode: backwards;
        display: none;
    }
    .first-cta::before {
        background: linear-gradient(to right, #FABC58 0%, #FF812A 100%);
        clip-path: polygon(0% 30px, 100% 0%, 100% calc(100% - 30px), 0% 100%);
        z-index: 0;
    }
    .first-cta::after {
         clip-path: polygon(0% 0%, 100% 30px, 100% 100%, 0% calc(100% - 30px));
        z-index: -1;
    }
    picture.logo-accent-cta {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        left: 0;
    }
    picture.fv-text {
        display: block;
        width: 100%;
        max-width: 500px;
        margin-bottom: 42vw;
        z-index: 9999;
        position: relative;
    }
    .first-cta__inner.w-1200 {
        padding-top: 160px;
        padding-bottom: 120px;
        position: relative;
        z-index: 2;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .first-cta__inner__btn {
        display: block;
        width: 100%;
        background: linear-gradient(to bottom, #4CC746 0%, #4CC746 100%);
        padding: 24px;
        text-align: center;
        border-radius: 10px;
        position: relative;
        color: #fff;
        font-size: 24px;
        overflow: hidden;
        transition: .25s;
    }
    .first-cta__inner__btn__wrap p {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
        margin-bottom: 24px;
        text-align: center;
    }
    .first-cta__inner__btn__wrap h2 {
        font-size: 32px;
        font-weight: 700;
        line-height: 1.5;
        margin-bottom: 24px;
        padding-bottom: 14px;
        border-bottom: 1px solid;
    }
    .pc{
        display: none;
    }
    
    .sp{
        display: block;
    }
    .first-cta__inner__btn__wrap h2 {
        font-size: 32px;
        font-weight: 700;
        line-height: 1.5;
        margin-bottom: 24px;
        padding-bottom: 18px;
        border-bottom: 1px solid;
        text-align: center;
    }
    .section-works__inner {
        padding-bottom: 80px;
        position: relative;
        padding-top: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .section-feature__inner.w-1200 > ul >li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    picture.section-feature__inner__img {
        width: 100%;
        max-width: 530px;
    }
    .section-feature__inner__text-wrap {
        width: 100%;
        max-width: 530px;
    }
    .section-feature__inner__text-wrap h3 span {
        display: block;
        margin-top: 10px;
        padding: 8px 12px;
        width: max-content;
        font-size: 20px;
        font-family: "Noto Sans JP", sans-serif;
    }
    .section-feature__inner__text-wrap p {
        line-height: 2;
        color: #333333;
        font-size: 14px;
    }
    .section-feature__inner__text-wrap h3 {
        margin-bottom: 12px;
    }
    .main__ttl__eng {
        font-size: 64px;
        text-align: center;
        font-weight: 700;
        width: 100%;
        margin: auto;
        position: relative;
    }
    span.write-eng {
        font-size: 40px;
        position: absolute;
        left: 0;
        bottom: -20px;
        color: #FC7A13;
        z-index: -1;
        font-weight: 400;
    }
    .section-feature__inner.w-1200 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .section-feature__inner.w-1200 > ul >li:nth-of-type(2) .section-feature__inner__img {
        order: 1;
    }
    .section-modelcase__inner__box {
        padding: 32px 24px 32px;
        background-color: #fff;
        border: 4px solid #000;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .section-modelcase__inner__box__photo {
        width: 100%;
    }
    .section-modelcase__inner__box__text {
        width: 100%;
        margin-top: 24px;
    }
    .section-modelcase__inner__box__text h2 > span, .section-modelcase02__inner__box__text h2 > span {
        display: block;
        padding: 12px 18px;
        font-size: 20px;
        width: max-content;
        font-weight: 700;
        margin-top: 10px;
    }
    .section-modelcase__inner__box {
        padding: 32px 24px 32px;
        background-color: #fff;
        border: 4px solid #000;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 320px;
    }
    .section-modelcase__inner__box-ttl {
        position: absolute;
        left: 50%;
        top: -320px;
        max-width: 800px;
        width: 100%;
        transform: translateX(-50%);
    }
    .section-cta::before {
         background: linear-gradient(to right, #FABC58 0%, #FF812A 100%);
        clip-path: polygon(0% 30px, 100% 0%, 100% calc(100% - 30px), 0% 100%);
        z-index: 0;
    }


    .section-cta::after {
        background: #FDB878;
        clip-path: polygon(0% 0%, 100% 30px, 100% 100%, 0% calc(100% - 30px));
        z-index: -1;
    }
    .section-cta__inner__photo {
        width: 100%;
        max-width: 530px;
        position: relative;
    }
    .section-cta__inner__btn__wrap {
        width: 100%;
    }
    .section-cta__inner.w-1200 {
        padding-top: 80px;
        padding-bottom: 80px;
        position: relative;
        z-index: 2;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .section-cta__inner__photo div > span {
        display: block;
        position: relative;
        font-size: 18px;
        padding: 14px 20px;
        width: max-content;
        max-width: 100%;
        margin-top: 10px;
        background-color: #fff;
        color: transparent;
    }
    .section-cta__inner__btn {
        display: block;
        width: 100%;
        background: linear-gradient(to bottom, #4CC746 0%, #4CC746 100%);
        padding: 24px;
        text-align: center;
        border-radius: 10px;
        position: relative;
        color: #fff;
        font-size: 24px;
    }
    .section-cta .section-cta-attention {
        position: absolute;
        right: 24px;
        top: 30px;
        width: 180px;
        height: 160px;
        display: block;
    }
    .section-cta__inner__btn__wrap p {
        font-size: 25px;
        font-weight: 700;
        line-height: 1.5;
        margin-bottom: 24px;
        color: #fff;
        text-align: center;
    }.section-cta__inner__btn__wrap p span {
        font-size: 20px;
    }
    .section-cta__inner__photo {
        width: 100%;
        max-width: 530px;
        position: relative;
        margin-bottom: 70px;
    }
    .section-cta__inner__photo div {
        position: absolute;
        left: -10px;
        bottom: -45px;
    }
    picture.section-cta__inner__btn__wrap {
        width: 100%;
        max-width: 240px;
        display: block;
        margin-bottom: 12px;
        margin-left: auto;
        margin-right: auto;
    }
    .section-feature__inner.w-1200 > ul {
    flex-wrap: wrap;
    }
    ul.section-worry__inner__list li {
        width: 100%;
        position: relative;
        margin-top: 32px;
    }
    .section-worry {
        clip-path: polygon(0% calc(100% - 30px), 50% 100%, 100% calc(100% - 30px), 100% 0%, 0% 0%);
    }
    .section-works__inner__list .slick-slide:not(.slick-center):not(.prev-slide) {
        margin-top: 0;
    }
    .section-works__inner__list li.section-works__inner__list__cont {
        margin-left: 0;
        margin-right: 0;
        padding: 80px 15px 40px;
        position: relative;
        border: 2px solid #000;
        background-color: #fff;
    }
    .section-works__inner__list__infomation {
        padding: 10px;
        min-height: auto;
        background: #FFEECC;
        text-align: center;
        line-height: 2;
    }
    .section-works__inner__list__infomation p {
       font-size: 14px;
    }
    .section-works__inner__list li.section-works__inner__list__cont h3 {
        font-size: 32px;
        text-align: center;
        font-weight: 700;
        color: #FEA800;
        margin-bottom: 24px;
    }
    ul.tab-list__works {
        margin-top: 24px;
        margin-bottom: 24px;
    }
    ul.tab-list__works li .gradient {
        width: 90px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 14px;
        font-size: 14px;
    }
    ul.tab-list__works li {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        font-size: 14px;
    }h3.section-works__inner__sub__ttl {
        text-align: center;
        margin-top: 24px;
        display: flex;
        align-items: center;
        font-size: 32px;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 40px;
        line-height: 1.5;
        font-weight: 700;
    }
    h3.section-works__inner__sub__ttl > span {
        display: flex;
        align-items: center;
    }
    h3.section-works__inner__sub__ttl span.gradient {
        background: linear-gradient(to right, #FABC58 0%, #FF812A 100%);
        color: #fff;
        display: block;
        width: max-content;
        padding: 4px 18px;
        line-height: 1;
    }
    ul.section-worry__inner__list {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .section-worry__inner.w-1000 > p {
        margin-top: 32px;
        text-align: center;
        color: #fff;
        font-size: 20px;
        line-height: 1.5;
        filter: drop-shadow(0px 0px 6px #00000036);
        margin-bottom: 16px;
    }
    span.section-worry__inner__text.gradient {
        margin-top: 8px;
        font-size: 32px;
    }
    span.section-worry__inner__text.gradient.pc {
        display: block;
        font-size: 21px;
        padding: 8px 18px;
    }
    section.section-modelcase {
        background: #fef7e8;
        padding-top: 40px;
        padding-bottom: 32px;
    }
    .section-modelcase02::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, #FCDBA3 0%, #FED0A4 100%);
        clip-path: polygon(0% 30px, 100% 0%, 100% calc(100% - 30px), 0% 100%);
        z-index: 0;
    }

    .section-header_inner ul li {
        margin-left: 8px;
        width: 100px;
        height: 32px;
    }
    .section-header_inner ul li:nth-of-type(1) a img {
        width: 15px;
        height: 15px;
        display: block;
        margin-right: 0;
    }

    .section-header_inner ul li:nth-of-type(1) {
        margin-left: 24px;
        width: 32px;
        height: 32px;
    }
    .section-header_inner ul li:nth-of-type(1) a{
        border-radius: 5px;
    }
    .section-header_inner ul li:nth-of-type(1) a span{
        display: none;
    }
    .section-header_inner ul li:nth-of-type(2) a span{
        font-size: 14px;
    }
    .section-modelcase02::after {
        content: "";
        position: absolute;
        bottom: 40px;
        left: 0;
        width: 100%;
        height: 50%;
        background: linear-gradient(to right, #FABC58 0%, #FF812A 100%);
        clip-path: polygon(0% 30px, 100% 0%, 100% calc(100% - 30px), 0% 100%);
        z-index: -1;
        transform: scale(-1,1);
    }
    .section-modelcase02__inner__box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .section-modelcase02__inner__box__photo {
        width: 100%;
    }
    .section-modelcase__inner__box__text, .section-modelcase02__inner__box__text {
        width: 100%;
    }
    .section-modelcase__inner__box__text > span.eng2, .section-modelcase02__inner__box__text > span.eng2 {
        position: absolute;
        right: 20px;
        bottom: 10px;
        color: #FC7A13;
        font-size: 56px;
        font-weight: 400;
    }
    .section-modelcase02__inner__box__text > span.eng2 {
        position: absolute;
        right: 20px;
        bottom: 00px;
        color: #FC7A13;
        font-size: 56px;
        font-weight: 400;
    }
    .section-modelcase__inner__box__text h2 > span, .section-modelcase02__inner__box__text h2 > span {
        display: block;
        padding: 12px 18px;
        font-size: 16px;
        width: max-content;
        font-weight: 700;
        margin-top: 10px;
    }
    .section-modelcase__inner__box__text h2 > span > span, .section-modelcas02__inner__box__text h2 > span > span {
        font-size: 14px;
    }
    .section-modelcase__inner__box {
        padding: 32px 24px 92px;
        background-color: #fff;
        border: 3px solid #000;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 320px;
    }
    .section-modelcase02__inner {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .section-modelcase02 {
        position: relative;
        margin-top: -80px;
    }
    h2.section-worry__inner__ttl {
        font-size: 24px;
        text-align: center;
        margin-bottom: 40px;
        margin-top: 8px;
        color: #fff;
    }
    h2.section-worry__inner__ttl {
        font-size: 24px;
        text-align: center;
        margin-bottom: 0px;
        margin-top: 8px;
        color: #fff;
        line-height: 1.5;
    }
    picture.section-worry__inner__ttl {
        max-width: 320px;
        width: 100%;
        display: block;
        margin: auto;
    }
    ul.section-worry__inner__list li:first-of-type{
        margin-top: 0;
    }
    ul.section-worry__inner__list{
        margin-top: 32px;
    }
    h2.section-worry__inner__ttl {
        filter: drop-shadow(0px 0px 6px #00000036);
    }
    .section-feature .section-feature__text {
        position: absolute;
        right: 24px;
        top: 0;
        width: 110px;
        height: auto;
        display: block;
        z-index: -1;
    }
    .section-voice {
        position: relative;
        padding-top: 80px;
    }
    .section-voice__inner__box {
        margin-top: 64px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .section-voice__inner__box__photo {
        width: 100%;
        margin-bottom: 24px;
    }
    .section-voice__inner__box ul {
        width: 100%;
        font-family: "Poppins", "Noto Sans JP", sans-serif;
    }
    .section-voice__inner__box__ttl {
        padding: 12px;
        text-align: center;
        font-size: 24px;
        display: flex;
        width: 100%;
        justify-content: center;
        color: #fff;
        background: linear-gradient(to right, #FABC58 0%, #FF812A 100%);
        align-items: flex-end;
    }
    .section-voice__inner__box__ttl > span {
        text-align: center;
        font-size: 32px;
        display: block;
        width: max-content;
        line-height: 1;
    }
    .section-voice__inner__box ul li {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 12px;
        filter: drop-shadow(2px 2px 5px #00000035);
    }
    .section-voice__inner__box ul li > span:last-of-type {
        display: block;
        width: 100%;
        background-color: #fff;
        padding: 18px 14px;
        text-align: center;
        font-size: 14px;
    }
    .section-voice__inner.w-1100 {
        padding-bottom: 80px;
        position: relative;
    }
    .section-voice__inner h3 {
        text-align: center;
        margin-top: 24px;
        display: flex;
        align-items: center;
        font-size: 24px;
        justify-content: center;
    }
    .section-voice__inner.w-1100 .main__ttl {
        width: max-content;
        margin-left: auto;
        margin-right: auto;
    }
    .section-voice__inner.w-1100 {
        padding-bottom: 120px;
        position: relative;
    }
    .section-campaign__inner02 {
        padding: 20px 20px;
        background-color: #fff;
        border: 5px solid #FC7A13;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 40px;
        position: relative;
        z-index: 2;
        margin-left: 20px;
        margin-right: 20px;
        width: calc(100% - 40px);
    }
    .section-campaign__inner02 > h2 {
        display: inline;
        text-align: center;
        margin-bottom: 20px;
        font-size: 18px;
        font-weight: 700;
        background: linear-gradient(transparent 60%, #FCDBA3 60%);
    }
    .section-campaign__inner02 >span {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 8px;
        font-size: 14px;
    }
    .section-campaign {
        background: linear-gradient(to right, #FCDBA3 0%, #FED0A4 100%);
        position: relative;
        margin-bottom: 80px;
    }
    section.section-message .main__ttl__eng {
        font-size: 64px;
        text-align: left;
        font-weight: 700;
        width: 100%;
        margin: auto;
        position: relative;
        margin-left: 0;
        margin-bottom: 32px;
    }
    section.section-message span.write-eng {
        position: absolute;
        left: -10px;
        bottom: -10px;
        color: #FC7A13;
        z-index: -1;
        font-weight: 400;
    }
    section.section-message h3.pc {
        display: none;
    }
    section.section-message h3.sp span {
        display: block;
        padding: 6px 10px;
        font-size: 4vw;
        margin-bottom: 8px;
        width: max-content;
        max-width: 100%;
    }
    .section-message__inner__box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 24px;
        flex-wrap: wrap;
    }
    .section-message__inner__box__photo {
        width: 100%;
        margin-bottom: 18px;
    }
    .section-message__inner__box p {
        width: 100%;
        font-size: 14px;
        line-height: 2;
        font-weight: 400;
    }
    section.section-faq {
        padding-top: 80px;
        padding-bottom: 120px;
    }
    .section-faq__inner.w-1200 .main__ttl__eng {
        font-size: 64px;
        text-align: center;
        font-weight: 700;
        width: max-content;
        margin: auto;
        position: relative;
        max-width: 100%;
    }
    .section-faq__inner.w-1200 span.write-eng {
        font-size: 40px;
        position: absolute;
        left: -40px;
        bottom: -20px;
        color: #FC7A13;
        z-index: -1;
        font-weight: 400;
    }
    .section-faq__inner.w-1200 h2.main__ttl {
        margin-bottom: 40px;
    }
    .section-faq__inner ul li .faq-ttl {
        padding: 15px 10px;
        display: flex;
        align-items: center;
        background-color: #FFEECE;
    }
    .section-faq__inner ul li .faq-ttl .faq-number,
    .section-faq__inner ul li .faq-text .faq-number {
        display: block;
        width: max-content;
        margin-right: 10px;
        color: #FC7A13;
        font-size: 32px;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
    }
    .section-faq__inner ul li .faq-ttl p {
        display: block;
        width: max-content;
        font-size: 16px;
    }
    .section-faq__inner ul li .faq-text {
        padding: 15px 10px;
        display: flex;
        align-items: center;
    }
    .section-faq__inner ul li{
        justify-content: space-between;
    }
    .section-faq__inner ul li .faq-text p {
        display: block;
        width: max-content;
        font-size: 14px;
        line-height: 2;
        width: calc(100% - 40px);
    }
    .section-faq__inner ul li .faq-text{
        align-items: flex-start;
    }
    .footer-info {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .footer-logo {
        width: 100%;
    }
    .footer-logo p {
        font-size: 14px;
        line-height: 1.6;
        margin-top: 24px;
    }
    .footer-logo a {
        width: 80%;
        max-width: 300px;
        display: block;
        margin: auto;
    }
    iframe {
        width: 100%;
        height: 60vw;
        margin-top: 32px;
    }
    .footer__inner.w-1000 ul{
        flex-wrap: wrap;
    }
    .footer__inner.w-1000 ul li{
        display: block;
        width: 100%;
        margin-bottom: 24px;
    }
    p.copy {
        font-size: 10px;
        margin-top: 60px;
    }
    picture.logo-accent-cta {
        position: absolute;
        left: 0;
        bottom: 30px;
        width: 90%;
        left: 50%;
        transform: translateX(-50%);
    }
    picture.fv-emblem.pc {
        display: none;
    }
    picture.fv-text {
        display: block;
        width: 100%;
        max-width: 500px;
        margin-bottom: 0;
        z-index: 9999;
        position: relative;
    }
    .section-fv__inner {
        left: 50%;
        top: 30px;
        transform: translate(-50%,0);
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .first-cta {
        position: relative;
        overflow: hidden;
        z-index: 2;
        margin-top: -30px;
    }
    picture.fv-emblem.sp {
        position: absolute;
        left: 0;
        top: -40px;
    }
    .first-cta {
        overflow: inherit; 
    }
    .first-cta__inner__btn__ttl {
        display: block;
        width: 260px;
        margin: auto;
    }
    .section-feature__inner.w-1200 > ul {
        margin-top: 56px;
    }
    ul.section-worry__inner__list li div span {
        font-size: 18px;
    }
    .section-modelcase02__inner__box__text > span.eng2 {
        position: absolute;
        right: 20px;
        bottom: -70px;
        color: #FC7A13;
        font-size: 56px;
        font-weight: 400;
    }
    .section-modelcase02::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50%;
        background: linear-gradient(to right, #FABC58 0%, #FF812A 100%);
        clip-path: polygon(0% 30px, 100% 0%, 100% calc(100% - 30px), 0% 100%);
        z-index: -1;
        transform: scale(-1,1);
    }
    section.section-fv {
        position: relative;
        padding-top: 60px;
    }
    .section-fv__inner {
        left: 50%;
        top: 92px;
        transform: translate(-50%,0);
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .section-header__logo {
        width: 150px;
        height: auto;
    }
    .section-header_inner ul li:nth-of-type(2) a img {
        width: 12px;
        height: 10px;
        display: block;
        margin-left: 14px;
        display: none;
    }
    picture.fv-emblem.sp {
        position: absolute;
        left: 0;
        top: -40px;
        display: block;
    }
    picture.section-cta__inner__btn__wrap::before,
    .first-cta__inner__btn__ttl::before {
        position: absolute;
        background-image: url(../../assets/images/lp/dot-line.png);
        width: 40px;
        height: 40px;
        background-size: contain;
        background-repeat: no-repeat;
        right: -35px;
        top: -35px;
        content: "";
    }
    .page-contact-01__inner.w-800 table tr.madori td {
        width: 100% !important;
        margin-bottom: 12px;
        max-width: 100% !important;
    }

    .contact-icon span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item:nth-of-type(4),
    .contact-icon span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item:nth-of-type(5),
    .contact-icon span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item:nth-of-type(6),
    .contact-icon span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item:nth-of-type(7),
    .contact-icon span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item:nth-of-type(8),
    .contact-icon span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item:nth-of-type(9){
        width: calc(50% - 5px);
    }
}





.page-contact-01{
    padding-top: 180px;
}

.page-contact-01 .main__ttl{
    margin-bottom: 80px;
}

.w-800{
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.gradient-intro{
    font-size: 24px;
    text-align: center;
    width: 330px;
    border-radius: 1000px;
    display: block;
    margin: auto;
    padding: 9px;
    margin-bottom: 24px;
}

.page-contact-01__inner.w-800 h3 {
    text-align: center;
    font-size: 24px;
    padding-bottom: 14px;
    margin-bottom: 32px;
    position: relative;
}

.page-contact-01__inner.w-800 h3::before {
    display: block;
    width: 100px;
    height: 1px;
    background-color: #000;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    content: "";
}

.page-contact-01__inner.w-800 table tr{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 32px;
    align-items: center;
}
.page-contact-01__inner.w-800 table tr th {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 24px;
    margin-bottom: 32px;
    width: 100%;
    min-width: 170px;
    justify-content: flex-start;
}
.page-contact-01__inner.w-800 table tr td{
    width: 100%;
}
.page-contact-01__inner.w-800 table tr th span{
    background-color: #1A1A1A;
    color: #fff;
}
.page-contact-01__inner.w-800 table tr th span{
    font-size: 14px;
    display: block;
    width: max-content;
    margin-left: 16px;
    padding: 6px 12px;
}

/* ラジオボタンを隠す */
.contact-icon .wpcf7-radio input[type="radio"] {
    display: none;
}

.contact-icon .wpcf7-radio input[type="radio"]:not(:checked) + span {
    background-color: #E8E8E8;
    padding: 37px 10px;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
}
/* ラジオボタンが選択された時の背景色 */
.contact-icon .wpcf7-radio input[type="radio"]:checked + span {
    background-color: #FEA800; /* 選択時の背景色 */
    padding: 37px 10px;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    color: #fff;
}

/* ラベルにマウスオーバー時のスタイル（オプション） */
.contact-icon .wpcf7-radio span:hover {
    background-color: #f4f4f4;
}

.contact-icon .wpcf7-radio input[type="radio"] {
    display: none;
}



.contact-icon span.wpcf7-form-control.wpcf7-radio {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 32px;
}

.contact-icon span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item{
    width: calc(100% / 3);
    margin-left: 0;
}
.contact-icon span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item {
    width: calc((100% - 70px) / 3);
    margin-left: 0;
}

.contact-icon span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item label{
    width: 100%;
    height: auto;
}

.contact-icon span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item label span{
    width: 100%;
    height: auto;
    text-align: center;
}

.contact-icon span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item:nth-of-type(1) label span::before {
    width: 84px;
    height: 84px;
    content: "";
    display: block;
    margin: auto;
    margin-bottom: 25px;
    background-image: url(../../assets/images/lp/icon01-form-bk.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.contact-icon span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item:nth-of-type(2) label span::before {
    width: 84px;
    height: 84px;
    content: "";
    display: block;
    margin: auto;
    margin-bottom: 25px;
    background-image: url(../../assets/images/lp/icon02-form-bk.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.contact-icon span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item:nth-of-type(3) label span::before {
    width: 84px;
    height: 84px;
    content: "";
    display: block;
    margin: auto;
    margin-bottom: 25px;
    background-image: url(../../assets/images/lp/icon03-form-bk.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.contact-icon .wpcf7-radio input[type="radio"]:checked + span::before {
    filter: invert(1); /* 色反転 */
}

select {
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../../assets/images/lp/down-arrow.png);
    background-repeat: no-repeat;
    background-size: 24px auto; /* 画像のサイズ（幅 高さ）*/
    background-position: right 18px center; /* 画像の位置 */
}

button, input, optgroup, select, textarea {
    font-size: 18px;
    padding: 18px 24px;
    border: 1px solid #707070;
    border-radius: 5px;
}
p.attention-gradient.gradient {
    padding: 32px;
    text-align: center;
    line-height: 1.5;
    font-size: 24px;
    max-width: 680px;
    margin: auto;
    margin-bottom: 40px;
    margin-top: 60px;
    border-radius: 5px;
}

.page-contact-01__inner.w-800 table tr th p {
    font-size: 14px;
    margin-left: 20px;
    color: #E95414;
    font-weight: 400;
}

.page-contact-01__inner.w-800 table tr.max td span,
.page-contact-01__inner.w-800 table tr.max td span input{
    width: 100%;
}

select, input[type="text"], input[type="email"], input[type="tel"], textarea {
    min-width: 320px;
    box-sizing: border-box;
    width: max-content;
    max-width: 100%;
}
.page-contact-01__inner.w-800 table tr.contact-harf td {
    width: calc(50%);
    max-width: 320px;
    margin-right: 24px;
}

section.page-contact-01 table, section.page-contact-01 table tbody {
    width: 100%;
}
h4.cl-infomation {
    text-align: center;
    font-size: 40px;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 32px;
    margin-top: 40px;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}
h4.cl-infomation::before{
    width: 80%;
    height: 2px;
    background-color: #000;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    content: "";
    display: block;
    position: absolute;
}

p.privacy-attention {
    text-align: center;
    margin-bottom: 24px;
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.5;
}
span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
    display: flex;
    justify-content: center;
    font-size: 24px;
}

.submit-wrapper {
    width: 100%;
    height: 100%;
    
    display: flex;
    justify-content: center;
    color: #fff;
    align-items: center;
    border-radius: 10px;
    background: linear-gradient(to bottom, #4CC746 0%, #4CC746 100%);
    text-align: center;
    margin-top: 40px;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

[type="submit"]{
    font-size: 26px;
    width: 100%;
    padding: 18px 24px;
    border: none;
    text-align: center;
}


.submit-wrapper::before {
    content: "";
    width: 7px;
    height: 14px;
    background-image: url(../../assets/images/lp/arrows-cta.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
}
.page-contact-01__inner.w-800 {
    margin-bottom: 120px;
    height: 100%;
}
.wpcf7-spinner{
    display: none !important;
}

@media screen and (max-width:1240px) {
    .page-contact-01__inner.w-800{
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width:640px) {
    .page-contact-01__inner.w-800{
        padding-left: 20px;
        padding-right: 20px;
    }
    .contact-icon span.wpcf7-form-control.wpcf7-radio {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }
    .contact-icon span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item {
        width: calc((100% - 10px) / 2);
        margin-left: 0;
    }
    .page-contact-01__inner.w-800 table tr th {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        font-size: 18px;
        margin-bottom: 10px;
        width: 100%;
        min-width: 170px;
        justify-content: flex-start;
    }
    p.attention-gradient.gradient {
        padding: 24px;
        text-align: center;
        line-height: 1.5;
        font-size: 16px;
        max-width: 680px;
        margin: auto;
        margin-bottom: 32px;
        margin-top: 32px;
        border-radius: 5px;
    }
    select, input[type="text"], input[type="email"], input[type="tel"], textarea {
        min-width: 100%;
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
    }
    .page-contact-01__inner.w-800 table tr.contact-harf td {
        width: calc(50% - 5px);
        max-width: 320px;
        margin-right: 0;
    }
    tr.contact-harf{
        justify-content: space-between;
    }
    .page-contact-01__inner.w-800 table tr th p {
        font-size: 14px;
        margin-left: 0;
        color: #E95414;
        font-weight: 400;
        margin-top: 4px;
        width: 100%;
    }
    h4.cl-infomation {
        text-align: center;
        font-size: 24px;
        position: relative;
        padding-bottom: 12px;
        margin-bottom: 16px;
        margin-top: 24px;
    }
    p.privacy-attention {
        text-align: center;
        margin-bottom: 14px;
        margin-top: 10px;
        font-size: 14px;
        line-height: 1.5;
    }
    span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
        display: flex;
        justify-content: center;
        font-size: 14px;
        margin-top: 24px;
    }
}
.page-contact-01 {
    background-image: url(../../assets/images/lp/border.png);
    background-size: 370px 500px; /* 画像のサイズを指定 */
    background-position: top right; /* 画像を右上に配置 */
    background-repeat: no-repeat; /* 画像が繰り返さ*/
}

p.text-thanks-ttl {
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    color: #FEA800;
    margin-bottom: 35px;
}

p.text-thanks {
    text-align: center;
    line-height: 2;
    margin-bottom: 64px;
}

.page-contact-01__inner div.linkgroup a{
    max-width: 470px;
    width: 100%;
    display: block;
    color: #fff;
    text-align: center;
    padding: 18px;
    border-radius: 10000px;
    margin: auto;
    font-size: 20px;
    font-weight: 700;
    text-shadow: 0px 4px 4px #00000042 ;
}

.page-contact-01__inner div.linkgroup a:first-of-type{
    display: block;
    background-color: #02C755;
}
p.privacy-attention a {
    text-decoration: underline;
}
.page-contact-01__inner div.linkgroup a:last-of-type{
    background-color: #EF8831;
    margin-top: 20px;
}
.page-contact-01__inne p.privacy-attention a {
    font-size: 18px;
    color: #000;
    background: transparent;
    padding: 0;
    display: inline-block;
    width: max-content;
    margin: 0;
    background: none;
}

@media screen and (max-width:640px) {   
p.text-thanks-ttl {
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    color: #FEA800;
    margin-bottom: 24px;
}
.page-contact-01 {
    background-image: url(../../assets/images/lp/border.png);
    background-size: 150px 210px;
    background-position: top right;
    background-repeat: no-repeat;
}
.main__ttl {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
p.text-thanks {
    text-align: left;
    line-height: 2;
    margin-bottom: 56px;
    font-size: 14px;
}
.page-contact-01 {
    padding-top: 120px;
}

.contact-icon .wpcf7-radio input[type="radio"]:not(:checked) + span {
    background-color: #E8E8E8;
    padding: 24px 10px;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
}
/* ラジオボタンが選択された時の背景色 */
.contact-icon .wpcf7-radio input[type="radio"]:checked + span {
    background-color: #FEA800; /* 選択時の背景色 */
    padding: 24px 10px;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    color: #fff;
}.contact-icon span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item label span {
  
    font-size: 14px;
}.contact-icon span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item:nth-of-type(1) label span::before,
.contact-icon span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item:nth-of-type(2) label span::before,
.contact-icon span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item:nth-of-type(3) label span::before {
    width: 44px;
    margin-bottom: 4px;
    height: 44px;
}
.contact-icon span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item {
    width: calc((100% - 20px) / 3);
    margin-left: 0;
}
button, input, optgroup, select, textarea {
    font-size: 14px;
    padding: 18px 14px;
    border: 1px solid #707070;
    border-radius: 5px;
}
select {
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../../assets/images/lp/down-arrow.png);
    background-repeat: no-repeat;
    background-size: 14px auto;
    background-position: right 18px center;
}
}