﻿@charset "UTF-8";

/*---------------------------
リセット
---------------------------*/
*,
*::before,
*::after {
box-sizing: border-box;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0; 
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
html{
font-family: 'Noto Sans JP', sans-serif;
}
body {
line-height:1;
color:#1E1E1E;
font-size:16px;
font-weight: 400;
}
html, body {
overflow-x: hidden;
}
footer address{
font-style:normal;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
display:block;
}
nav ul {
list-style:none;
}
blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}
a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
text-decoration: none;
}
li{
list-style:none;
}
ins {
background-color:#ff9;
color:#000;
text-decoration:none;
}
mark {
background-color:#ff9;
color:#000; 
font-style:italic;
font-weight:bold;
}
del {
text-decoration: line-through;
}
abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;
}
table {
border-collapse:collapse;
border-spacing:0;
}
hr {
display:block;
height:1px;
border:0;   
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}
input, select {
vertical-align:middle;
}
p{
line-height: 1.4;
margin-bottom: 20px;
}
img{
width: 100%;
max-width: 100%;
vertical-align: bottom;
}

/*---------------------------
PC
---------------------------*/
@media only screen and (orientation:landscape) and (min-width : 813px),(orientation:portrait) and (min-width : 753px){
a:hover{
opacity: 0.6;
transition:opacity 0.3s;
}
}

.overlay{
display: none;
}
header{
height: 70px;
max-width: 1300px;
padding: 0 20px;
margin: 0 auto;
display: flex;
align-items: center;
}
header .logo{
width: 300px;
}
.logo img{
width: 100%;
}
.logo-r-t{
font-weight: 400;
margin-left: 20px;
}
.fv{
position: relative;
padding-left: 25%;
background: url(img/fv.webp) no-repeat left / contain;
}
.fv-main-visual img{
height: 760px;
object-fit: cover;
object-position: left;
}
.fv-main-visual img.sp{
display: none;
}
.fv-main-cont{
position: absolute;
left: 50%;
transform: translateX(-100%);
top: 0;
bottom: 0;
margin: auto;
height: fit-content;
}
.fv-text-main {
font-size: 53px;
font-weight: 700;
color: #D5363B;
line-height: 1.2;
margin: 0 0 20px;
}
.fv-text-sub{
font-size: 20px;
line-height: 1.6;
display: block;
margin-bottom: 50px;
}
.hexagon-wrap{
display: flex;
gap: 30px;
margin-bottom: 50px;
}
.hexagon-wrap img{
width: 140px;
}
.mc-btn-top,.sec-feature-h2 .yellow{
display: block;
width: fit-content;
position: relative;
font-weight: 700;
margin: 0 auto 12px;
color: #D5363B;
}
.mc-btn-top:before,.mc-btn-top:after,.sec-feature-h2 .yellow:before,.sec-feature-h2 .yellow:after{
content: '';
display: block;
width: 1px;
height: 20px;
background: #D5363B;
position: absolute;
bottom: -3px;
}
.mc-btn-top:before,.sec-feature-h2 .yellow:before{
left: -16px;
transform: rotate(-40deg);
}
.mc-btn-top:after,.sec-feature-h2 .yellow:after{
right: -16px;
transform: rotate(40deg);
}
.mc-btn-bottom {
display: block;
text-align: center;
margin-top: 16px;
font-size: 14px;
}
.btn-line{
display: block;
width: 500px;
line-height: 78px;
color: #fff;
font-weight: 700;
font-size: 32px;
border-radius: 100px;
position: relative;
overflow: hidden;
background: #22BA4F;
box-shadow: 0 6px 0 #1D502C;
text-align: center;
padding-left: 40px;
}
.btn-line:after{
font-family: 'Material Symbols Rounded';
content: "\e5e1";
font-size: 32px;
color: #fff;
font-variation-settings: 'FILL' 1, 'wght' 500,'GRAD' 0,'opsz' 24;
position: absolute;
right: 26px;
top: 0;
bottom: 0;
margin: auto;
height: fit-content;
}
.btn-line .free{
width: 90px;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
font-weight: 700;
font-size: 24px;
color: #fff;
position: absolute;
left: 0;
top: 0;
z-index: 1;
}
.btn-line .free:before{
content: '';
display: block;
width: calc(100% + 10px);
height: 100%;
background: #2C8D49;
position: absolute;
left: -14px;
top: 0;
z-index: -1;
transform: skewX(-12deg);
}
header .btn-line {
margin-left: auto;
width: 276px;
line-height: 42px;
font-size: 18px;
padding-left: 20px;
box-shadow: 0 3px 0 #1D502C;
margin-top: -2px;
}
header .btn-line:after{
font-size: 18px;
right: 14px;
}
header .btn-line .free{
font-size: 14px;
width: 54px;
}
h2:not([class]){
font-size: 45px;
font-weight: 700;
position: relative;
max-width: 940px;
text-align: center;
margin: 0 auto 80px;
line-height: 1.4;
padding-bottom: 20px;
}
h2:not([class]):before,h2:not([class]):after,.sec-feature h3:not([class]):before,.sec-feature h3:not([class]):after{
content: '';
display: block;
width: 100%;
height: 1px;
background: #CFCFCF;
position: absolute;
left: 0;
right: 0;
bottom: 0;
margin: auto;
}
h2:not([class]):after,.sec-feature h3:not([class]):after{
width: 344px;
background: #D5363B;
}
.sec-feature h3:not([class]):before,.sec-feature h3:not([class]):after{
bottom: 20px;
}
.sec-feature h3:not([class]):before{
width: calc(100% - 70px);
}
.sec-worry{
padding: 60px 0 110px;
}
.sec-worry h2:not([class]){
font-size: 36px;
}
.sec-worry ul{
display: grid;
grid-template-columns: repeat(2, 1fr);
max-width: 1012px;
margin: 0 auto 50px;
background:#CFCFCF ;
gap: 1px;
}
.sec-worry li{
background: #fff;
display: flex;
align-items: center;
height: 222px;
padding-left: 26px;
gap: 46px;
font-size: 20px;
font-weight: 700;
line-height: 1.4;
}
.red{
color: #D5363B;
}
.sec-worry li img{
width: 154px;
}
.sec-worry .bg-wrap{
padding: 100px 0 120px;
background: url(img/fv.webp) no-repeat center / cover;
margin-bottom: 120px;
}
.solution-text{
font-weight: 700;
font-size: 35px;
text-align: center;
width: fit-content;
margin: 0 auto 60px;
padding: 0 26px 56px;
background: url(img/img-line.svg) no-repeat center bottom / 100%;
}
.solution-text img{
width: 525px;
}
.solution-text .bottom{
font-size: 40px;
display: flex;
align-items: center;
justify-content: center;
margin-top: 20px;
}
.sec-worry .hexagon-wrap {
justify-content: center;
gap: 68px;
margin-bottom: 0;
}
.sec-worry .hexagon-wrap img {
width: 224px;
}
.img-btn-wrap{
max-width: 936px;
margin: 0 auto;
position: relative;
border-radius: 20px;
padding: 44px 0 44px 190px;
background-color: #fff;
background-image: radial-gradient(#f1f1f1 1px, transparent 1px);
background-size: 12px 12px;
}
.img-btn-wrap:before{
content: '';
display: block;
width: calc(100% - 20px);
height: calc(100% - 20px);
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
border: 3px solid #D5363B;
border-radius: 10px;
}
.img-btn-wrap:after{
content: '';
display: block;
width: 185px;
height: 227px;
position: absolute;
left: 38px;
bottom: 16px;
background: url(img/img-btn.svg) no-repeat center / contain;
}
.img-btn-wrap .mc-btn-top{
font-size: 18px;
}
.img-btn-wrap .mc-btn-top:before, .img-btn-wrap .mc-btn-top:after{
height: 24px;
}
.img-btn-wrap .mc-btn-bottom{
font-size: 16px;
}
.img-btn-wrap .btn-line{
margin: 0 auto;
width: 554px;
line-height: 86px;
font-size: 36px;
box-shadow: 0 7px 0 #1D502C;
}
.img-btn-wrap .btn-line:after{
font-size: 36px;
}
.img-btn-wrap .btn-line .free{
font-size: 26px;
width: 96px;
}
.sec-feature-h2{
font-size: 45px;
font-weight: 700;
color: #fff;
text-align: center;
background: url(img/hl-1.webp) no-repeat center / cover;
padding: 108px 0;
}
.sec-feature-h2 .yellow{
color: #fbff30;
font-size: 32px;
margin-bottom: 20px;
}
.sec-feature-h2 .yellow:before,.sec-feature-h2 .yellow:after{
background: #fbff30;
height: 32px;
width: 2px;
}
.bg-gray{
background: #F4F6F6;
}
.sec-feature div[class^="no"]{
padding: 100px 0;
}
.sec-feature h3:not([class]){
max-width: 1010px;
border-radius: 20px;
box-shadow: 0 0 0 1px #D5363B;
background: #fff;
position: relative;
height: 174px;
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto 40px;
font-size: 36px;
font-weight: 900;
line-height: 1.3;
}
.sec-feature h3:not([class]) .inner:before{
font-family: 'Inter', sans-serif;
color: #FF383C1A;
font-weight: 900;
font-size: 118px;
position: absolute;
left: 32px;
top: 0;
bottom: 0;
margin: auto;
height: fit-content;
}
.sec-feature .no01 h3:not([class]) .inner:before{
content: '01';
}
.sec-feature .no02 h3:not([class]) .inner:before{
content: '02';
}
.sec-feature .no03 h3:not([class]) .inner:before{
content: '03';
}
.sec-feature .no04 h3:not([class]) .inner:before{
content: '04';
}
.sec-feature h3:not([class]) br{
display: none;
}
.feature-img-wrap{
max-width: 940px;
margin: 0 auto;
display: flex;
align-items: flex-start;
gap: 30px;
}
.feature-img-wrap .img{
width: 388px;
min-width: 388px;
}
.feature-img-wrap .text > *:last-child{
margin-bottom: 0;
}
.feature-img-wrap .text p{
line-height: 1.5;
margin-bottom: 24px;
}
.feature-img-wrap .text .red{
font-weight: 700;
}
.feature-dl{
margin-top: 35px;
}
p + .feature-dl{
margin-top: 50px;
}
.feature-dl dt{
width: 88px;
line-height: 24px;
background: #D5363B;
color: #fff;
font-weight: 700;
font-size: 15px;
color: #fff;
text-align: center;
}
.feature-dl dd{
font-size: 15px;
line-height: 1.6;
background: #fff;
padding: 14px;
}
.feature-img-wrap .text{
padding-top: 40px;
}
.no01 .feature-img-wrap .text{
padding-top: 0;
}
.sec-feature .no02 h4 {
font-weight: 700;
font-size: 24px;
text-align: center;
margin: 50px 0 40px;
}
.agent-slide{
max-width: 940px;
margin: 0 auto;
}
.agent-slide .agent-cont{
width: 500px;
min-height: 554px;
border: 1px solid #D5363B;
border-radius: 20px;
margin: 0 50px;
padding: 34px;
}
.agent-slide .agent-cont img{
width: 225px;
margin: 0 auto 20px;
}
.agent-slide .agent-cont dl{
text-align: center;
line-height: 1.5;
}
.agent-slide .agent-cont dt{
font-weight: 700;
font-size: 20px;
color: #D5363B;
margin-bottom: 2px;
}
.agent-slide .agent-cont dd .tag {
background: #D5363B;
color: #fff;
font-size: 14px;
border-radius: 5px;
padding: 2px 7px;
margin-right: 6px;
}
.agent-slide .agent-cont dd:last-child{
margin-top: 20px;
text-align: left;
}
body .slick-arrow{
width: 44px;
height: 44px;
background: #D9D9D9!important;
border-radius: 50%;
cursor: pointer;
z-index: 2;
}
body .slick-prev{
left: calc(50% - 320px);
padding-left: 7px;
}
body .slick-next{
right: calc(50% - 320px);
padding-left: 4px;
}
body .slick-arrow:before{
font-family: 'Material Symbols Rounded';
font-variation-settings: 'FILL' 1, 'wght' 500,'GRAD' 0,'opsz' 24;
content: "\e5e1";
font-size: 20px;
opacity: 1;
}
body .slick-prev:before{
content: "\e5e0";
}
body .slick-dots{
bottom: -50px;;
}
body .slick-dots li{
margin: 0 15px;
}
body .slick-dots li button{
width: 100%;
height: 100%;
background: #D9D9D9;
border-radius: 50%;
}
body .slick-dots li.slick-active button{
background: #D5363B;
}
body .slick-dots li button:before{
display: none;
}
.sec-feature .diagnosis-cont{
max-width: 940px;
margin: 100px auto 84px;
display: flex;
gap: 66px;
}
.sec-feature .diagnosis-cont li{
flex: 1;
text-align: center;
}
.sec-feature .diagnosis-cont li .img-wrap{
background: #fff;
border-radius: 20px;
margin-bottom: 20px;
}
.sec-feature .diagnosis-cont li .img-wrap img{
width: 328px;
}
.sec-feature .no04 .img-btn-wrap{
margin-top: 90px;
}
.sec-voice,.sec-step,.sec-qa{
padding: 80px 0;
}
.sec-voice{
background: #F4F6F6;
}
.sec-qa{
background: #F5F5F5;
margin-bottom: 80px;
}
.sec-voice-in{
max-width: 1010px;
margin: 0 auto;
display: flex;
gap: 30px;
}
.voice-cont {
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
}
.voice-cont .speech-bubble{
background: #fff;
border-radius: 20px;
position: relative;
padding: 26px 20px;
flex: 1;
margin-bottom: 24px;
}
.voice-cont .speech-bubble:before{
content: '';
display: block;
width: 0;
height: 0;
border-style: solid;
border-right: 14px solid transparent;
border-left: 14px solid transparent;
border-top: 28px solid #ffffff;
border-bottom: 0;
position: absolute;
left: 0;
right: 0;
top: calc(100% - 5px);
margin: auto;
}
.voice-cont .speech-bubble h3{
font-size: 20px;
font-weight: 700;
line-height: 1.2;
color: #D5363B;
height: 74px;
}
.voice-cont .speech-bubble p,.voice-cont .speech-bubble li{
line-height: 1.5;
}
.voice-cont .speech-bubble p:last-child{
margin-bottom: 0;
}
.voice-cont .speech-bubble li{
text-indent: -1em;
line-height: 1.5;
font-size: 16px;
padding-left: 1em;
}
.voice-cont .speech-bubble li:before{
content: '・';
}
.voice-cont img{
width: 220px;
margin-bottom: 24px;
}
.voice-cont .name{
font-weight: 700;
color: #000;
}
.sec-step ol{
max-width: 722px;
margin: 0 auto;
counter-reset: list-item-counter;
}
.sec-step li{
padding-left: 70px;
padding-bottom: 60px;
position: relative;
counter-increment: list-item-counter;
}
.sec-step li:last-child{
padding-bottom: 0;
}
.sec-step li:before{
content: '';
display: block;
height: 100%;
border-left: 1px dashed #D5363B;
position: absolute;
left: 24px;
top: 0;
opacity: 0.3;
}
.sec-step li:last-child:before{
display: none;
}
.sec-step li h3{
font-weight: 700;
font-size: 24px;
color: #D5363B;
line-height: 1.2;
margin-bottom: 14px;
position: relative;
}
.sec-step li h3:before{
content: counter(list-item-counter);
display: block;
width: 48px;
line-height: 48px;
color: #fff;
background: #D5363B;
border-radius: 50%;
position: absolute;
left: -70px;
top: 50%;
transform: translateY(-50%);
text-align: center;
}
.sec-step li p{
line-height: 1.5;
}
.sec-step li p:last-child{
margin-bottom: 0;
}
.qa-cont{
max-width: 790px;
margin: 0 auto 46px;
background: #fff;
box-shadow: 0 0 0 1px #1E1E1E;
border-radius: 20px;
}
.qa-cont:last-child{
margin-bottom: 0;
}
.qa-cont label{
cursor: pointer;
display: block;
font-weight: 700;
padding: 24px 50px 24px 70px;
position: relative;
line-height: 1.5;
}
.qa-cont label:before,.qa-cont .answer:before{
content: 'Q';
display: block;
width: 32px;
height: 32px;
line-height: 28px;
background: #D5363B;
color: #fff;
font-weight: 700;
border-radius: 50%;
text-align: center;
position: absolute;
left: 25px;
top: 21px;
font-size: 16px;
}
.qa-cont .answer:before{
content: 'A';
background: #1E1E1E;
top: -3px;
opacity: 0;
}
.qa-cont .plus{
width: 14px;
height: 14px;
position: absolute;
top: 30px;
right: 30px;
}
.qa-cont .plus:before,.qa-cont .plus:after{
content: '';
display: block;
width: 100%;
height: 2px;
background: #D5363B;
position: absolute;
left: 0;
top: 0;
bottom: 0;
margin: auto;
}
.qa-cont .plus:after{
transform: rotate(90deg);
transition: transform 0.3s;
}
.qa-cont:has(input:checked) .plus:after{
transform: rotate(0deg);
}
.qa-cont input{
display: none;
}
.qa-cont .answer{
max-height: 0;
overflow: hidden;
transition: max-height 0.3s;
position: relative;
padding: 0 70px;
}
.qa-cont:has(input:checked) .answer{
max-height: 100vh;
overflow: visible;
}
.qa-cont:has(input:checked) .answer:before{
opacity: 1;
}
.qa-cont .answer:after{
content: '';
display: block;
width: calc(100% - 40px);
height: 1px;
background: #CFCFCF;
position: absolute;
top: -20px;
left: 0;
right: 0;
margin: auto;
}
.qa-cont .answer > *:first-child{
margin-top: 16px;
}
.qa-cont .answer > *:last-child{
margin-bottom: 0;
padding-bottom: 24px;
}
.qa-cont .answer p{
line-height: 1.5;
}
footer{
margin-top: 80px;
}
footer .img {
width: 837px;
margin: 0 auto;
display: block;
}
.footer-in{
background: #1E1E1E;
padding: 46px 0 50px;
}
.footer-link{
display: flex;
justify-content: center;
margin-bottom: 32px;
gap: 64px;
}
.footer-link a{
color: #fff;
font-weight: 700;
}
.tosyo{
max-width: 890px;
border-radius: 20px;
padding: 20px 10px 20px 0;
background: #fff;
display: flex;
align-items: center;
justify-content: center;
gap: 28px;
margin: 0 auto 34px;
}
.tosyo img{
width: 70px;
min-width: 70px;
}
.tosyo p{
margin: 0;
font-weight: 700;
line-height: 1.6;
}
.copyright{
text-align: center;
color: #fff;
font-weight: 700;
}

.img-list-wrap{
max-width: 800px;
margin: -60px auto 80px auto;
position: relative;
}

/*---------------------------
タブレット、SP
---------------------------*/
@media screen and (max-width : 1070px){
.fv{
padding-left: 20%;
}
.fv-main-cont{
left: 40px;
transform: none;
}
}

@media screen and (max-width : 1020px){
.sec-worry ul,.sec-feature h3:not([class]),.sec-voice-in{
margin-left: 20px;
margin-right: 20px;
}
.sec-feature h3:not([class]) .inner:before{
left: 20px;
}
}

@media screen and (max-width : 1000px){
.sec-worry li{
gap: 28px;
}
}

@media screen and (max-width : 960px){
h2:not([class]),.img-btn-wrap,.feature-img-wrap,.sec-feature .diagnosis-cont{
margin-left: 20px;
margin-right: 20px;
}
.sec-worry li img {
width: 140px;
}
.no04 .feature-img-wrap .text br{
display: none;
}
}

@media screen and (max-width : 920px){
.feature-dl dd br{
display: none;
}
.sec-worry li{
padding-left: 20px;
gap: 20px;
}
}

@media screen and (max-width : 900px){
.fv {
padding-left: 16%;
}
.sec-worry li img {
width: 120px;
}
.tosyo{
margin-left: 20px;
margin-right: 20px;
}
}

@media screen and (max-width : 850px){
.logo-r-t{
font-size: 14px;
margin-left: 10px;
}
header .btn-line{
width: 246px;
}
.fv {
padding-left: 12%;
}
.fv-main-visual img {
height: 720px;
}
.fv-main-cont {
left: 20px;
}
.sec-worry li {
padding-left: 18px;
gap: 18px;
font-size: 18px;
height: 190px;
}
.sec-worry li img {
width: 100px;
}
.img-btn-wrap:after{
width: 175px;
left: 32px;
}
.no01 .feature-img-wrap{
align-items: center;
}
.no04 .feature-img-wrap .text {
padding-top: 0px;
}
.feature-img-wrap .img {
width: 358px;
min-width: 358px;
}
.sec-feature h3:not([class]){
font-size: 32px;
}
.sec-feature .diagnosis-cont{
gap: 20px;
}
.sec-voice-in{
gap: 20px;
}
}

@media screen and (max-width : 830px){
.sec-worry .hexagon-wrap{
justify-content: space-between;
gap: 0;
padding: 0 20px;
}
.img-btn-wrap .btn-line{
width: 500px;
}
.qa-cont{
margin-left: 20px;
margin-right: 20px;
}
.qa-cont .answer{
padding-right: 50px;
}
.tosyo{
gap: 20px;
padding-right: 0;
}
}

@media screen and (max-width : 800px){
header .logo {
width: 280px;
}
.fv-main-visual img {
height: 680px;
}
.solution-text img {
width: 480px;
}
.no03 .feature-img-wrap .text {
padding-top: 0;
}
.feature-img-wrap .img {
width: 328px;
min-width: 328px;
}
.tosyo p{
font-size: 15px;
}
.fv-text-sub{
margin-bottom: 30px;
}
.hexagon-wrap{
margin-bottom: 30px;
}
}

@media screen and (max-width : 770px){
.logo-r-t {
font-size: 13px;
}
header .btn-line {
width: 240px;
}
.fv-main-visual img {
height: 650px;
}
.sec-worry li{
font-size: 17px;
}
.img-btn-wrap .btn-line {
width: 470px;
}
.sec-feature .diagnosis-cont li .img-wrap img {
width: 290px;
}
.voice-cont .speech-bubble h3{
font-size: 19px;
}
}

@media screen and (max-width : 750px){
.logo-r-t {
font-size: 12px;
}
.fv-main-visual img {
height: 600px;
}
.fv-text-main{
font-size: 44px;
}
.fv-text-sub{
font-size: 16px;
}
.hexagon-wrap{
gap: 20px;
}
.hexagon-wrap img {
width: 120px;
}
.btn-line{
width: 420px;
font-size: 30px;
}
.btn-line .free{
width: 84px;
}
h2:not([class]){
margin-bottom: 50px;
font-size: 38px;
}
.sec-worry h2:not([class]) {
font-size: 30px;
}
.sec-worry li {
font-size: 16px;
}
.solution-text{
font-size: 26px;
padding: 0 20px 46px;
}
.solution-text .bottom{
font-size: 32px;
margin-top: 14px;
}
.solution-text img {
width: 400px;
}
.sec-worry .hexagon-wrap img {
width: 210px;
}
.sec-worry .bg-wrap{
padding: 50px 0 70px;
margin-bottom: 80px;
}
.img-btn-wrap .btn-line {
width: 420px;
font-size: 30px;
}
.img-btn-wrap .btn-line .free {
font-size: 24px;
width: 86px;
}
.sec-feature-h2{
font-size: 36px;
padding: 88px 0;
}
.sec-feature-h2 .yellow {
font-size: 26px;
margin-bottom: 16px;
}
.sec-feature-h2 .yellow:before, .sec-feature-h2 .yellow:after {
height: 28px;
}
.feature-img-wrap .img {
width: 288px;
min-width: 288px;
}
.sec-feature h3:not([class]) {
font-size: 28px;
}
.no03 .feature-img-wrap,.no04 .feature-img-wrap{
align-items: center;
}
.sec-voice-in{
display: block;
margin: 0;
}
.voice-cont{
display: block;
margin-bottom: 40px;
}
.voice-cont:last-child{
margin-bottom: 0;
}
.voice-cont .speech-bubble{
width: 80%;
margin: 0 auto 24px;
}
.voice-cont .speech-bubble h3 {
font-size: 20px;
}
.voice-cont img{
display: block;
margin: 0 auto 24px;
}
.voice-cont .name{
display: block;
text-align: center;
}
.sec-step ol{
margin-left: 20px;
margin-right: 20px;
}
.tosyo p {
font-size: 14px;
}
}

@media screen and (max-width : 730px){
header .logo {
width: 270px;
}
header .btn-line {
width: 210px;
font-size: 16px;
}
header .btn-line .free {
width: 48px;
}
header .btn-line:after {
font-size: 16px;
right: 12px;
}
.sec-feature div[class^="no"] {
padding: 80px 0;
}
.sec-feature h3:not([class]){
height: 160px;
}
.sec-feature h3:not([class]) .inner:before{
font-size: 78px;
}
.tosyo img {
width: 60px;
min-width: 60px;
}
}

@media screen and (max-width : 700px){
header .logo {
width: 250px;
}
.sec-worry li {
padding-right: 14px;
}
.sec-worry .hexagon-wrap img {
width: 190px;
}
.agent-slide .agent-cont{
width: 420px;
margin: 0 35px;
}
body .slick-prev{
left: calc(50% - 268px);
}
body .slick-next {
right: calc(50% - 268px);
}
.tosyo p {
font-size: 13px;
}
.img-btn-wrap:after {
width: 165px;
left: 26px;
}
.sec-worry li img {
width: 70px;
}
}

@media screen and (max-width : 670px){
.logo-r-t {
font-size: 11px;
margin-left: 6px;
}
.img-btn-wrap{
padding-left: 170px;
}
.img-btn-wrap .btn-line {
width: 400px;
}
.sec-feature .diagnosis-cont li .img-wrap img {
width: 240px;
}
.qa-cont .answer {
padding-right: 40px;
}
}

@media screen and (max-width : 650px){
.tosyo p {
font-size: 12px;
}
.img-btn-wrap .btn-line {
width: 380px;
}
.img-btn-wrap .btn-line:after {
font-size: 34px;
right: 20px;
}
.logo-r-t {
font-size: 10px;
}
header .logo {
width: 240px;
}
}

@media screen and (max-width : 630px){
header .logo {
width: 220px;
}
header .btn-line {
width: 200px;
font-size: 15px;
}
header .btn-line .free{
font-size: 13px;
}
.fv-main-visual img {
height: 560px;
}
.sec-worry .hexagon-wrap img {
width: 170px;
}
.img-btn-wrap .mc-btn-top{
font-size: 16px;
}
.img-btn-wrap .mc-btn-bottom{
font-size: 14px;
}
.img-btn-wrap:after {
width: 155px;
left: 24px;
}
.img-btn-wrap .btn-line {
width: 350px;
font-size: 26px;
padding-left: 30px;
}
.img-btn-wrap .btn-line .free {
font-size: 22px;
width: 78px;
}
.img-btn-wrap .btn-line:after {
font-size: 28px;
}
.feature-img-wrap{
flex-direction: column-reverse;
}
.sec-feature h3:not([class]) {
text-align: center;
}
.sec-feature h3:not([class]) br{
display: block;
}
.sec-feature h3:not([class]) .inner:before{
bottom: auto;
top: 0;
}
.feature-img-wrap{
align-items: center;
}
.feature-img-wrap .text {
padding-top: 0;
}
.tosyo {
gap: 10px;
}
.solution-text {
font-size: 24px;
padding: 0 10px 34px;
margin-bottom: 30px;
}
.solution-text img {
width: 340px;
}
.solution-text .bottom {
font-size: 28px;
margin-top: 10px;
}
.sec-worry li .text br{
display: none;
}
}

@media screen and (max-width : 600px){
.fv-main-visual img.pc{
display: none;
}
.fv-main-visual img.sp{
display: block;
}
.fv {
padding-left: 0;
background: none;
}
.fv-main-visual img {
height: 1000px;
object-position: center top;
transform: translateY(-130px);
}
.fv-main-cont{
position: relative;
margin: -690px auto 0;
width: fit-content;
left: auto;
bottom: auto;
top: auto;
}
.fv-text-main {
font-size: 50px;
}
.fv-text-sub {
font-size: 18px;
}
.hexagon-wrap img {
width: 140px;
}
.btn-line {
width: 490px;
font-size: 32px;
}
header{
padding: 0 14px;
}
header .btn-line {
width: 180px;
font-size: 14px;
}
header .btn-line .free {
font-size: 12px;
width: 44px;
}
header .btn-line:after {
font-size: 14px;
right: 8px;
}
.tosyo{
align-items: flex-start;
padding: 20px;
}
.tosyo img {
width: 70px;
min-width: 70px;
}
.tosyo p {
font-size: 14px;
}
.tosyo p br.pc{
display: none;
}
.img-btn-wrap .btn-line {
width: 320px;
font-size: 24px;
padding-left: 24px;
}
.img-btn-wrap .btn-line .free {
font-size: 20px;
width: 68px;
}
.img-btn-wrap .btn-line:after {
font-size: 26px;
right: 18px;
}
.sec-worry{
padding-top: 70px;
}
}

@media screen and (max-width : 570px){
.logo-r-t {
margin-left: 3px;
}
header .btn-line {
width: 170px;
padding-left: 16px;
}
header .btn-line .free {
font-size: 11px;
width: 40px;
}
.img-btn-wrap .btn-line {
width: 300px;
}
.sec-worry .hexagon-wrap img {
width: 160px;
}
.sec-feature .diagnosis-cont li .img-wrap img {
width: 200px;
}
}

@media screen and (max-width : 550px){
header {
display: block;
padding: 3px 0 8px;
height: auto;
}
header .logo{
display: block;
margin: 0 auto;
width: 270px;
}
.logo-r-t{
margin: 0;
text-align: center;
}
header .btn-line{
display: none;
}
.sec-worry ul{
display: block;
background: none;
margin: 0 auto 50px;
width: fit-content;
}
.sec-worry li{
gap: 20px;
height: auto;
padding: 0;
margin-bottom: 28px;
}
.sec-worry li:last-child{
margin-bottom: 0;
}
.sec-worry .hexagon-wrap img {
width: 150px;
}
.agent-slide .agent-cont {
width: 360px;
}
body .slick-prev {
left: calc(50% - 238px);
}
body .slick-next {
right: calc(50% - 238px);
}
.img-btn-wrap{
padding: 44px 0;
}
.img-btn-wrap .mc-btn-top:before, .img-btn-wrap .mc-btn-top:after{
height: 20px;
}
.img-btn-wrap:after {
width: 120px;
left: -4px;
bottom: auto;
top: -100px;
}
.img-btn-wrap .btn-line {
width: 80%;
position: relative;
z-index: 2;
font-size: 30px;
}
.img-btn-wrap .mc-btn-top {
transform: translateX(20px);
}
.img-btn-wrap .btn-line:after {
font-size: 30px;
right: 20px;
}
.img-btn-wrap .btn-line .free {
font-size: 22px;
width: 74px;
}
.sec-feature .diagnosis-cont {
margin-bottom: 110px;
}
.sec-feature .no04 .img-btn-wrap {
margin-top: 110px;
}
.sec-qa {
margin-bottom: 100px;
}
h2:not([class]):after, .sec-feature h3:not([class]):after {
width: 200px;
}
}

@media screen and (max-width : 530px){
.img-btn-wrap:after {
width: 110px;
top: -94px;
}
}

@media screen and (max-width : 520px){
.btn-line {
width: 440px;
font-size: 30px;
}
.fv-text-main {
font-size: 46px;
}
.hexagon-wrap img {
width: 134px;
}
.fv-text-sub {
font-size: 17px;
}
.solution-text img {
width: 300px;
}
.solution-text .bottom {
font-size: 24px;
}
.solution-text {
font-size: 22px;
}
.sec-feature h3:not([class]) {
height: 150px;
font-size: 26px;
}
.sec-feature .diagnosis-cont {
display: block;
}
.sec-feature .diagnosis-cont li{
margin-bottom: 30px;
}
.sec-feature .diagnosis-cont li:last-child{
margin-bottom: 0;
}
.sec-feature .diagnosis-cont li .img-wrap img {
width: 300px;
}
.sec-feature .diagnosis-cont li .img-wrap {
padding: 14px 0 8px;
}
.qa-cont label,.qa-cont .answer{
padding-left: 56px;
}
.qa-cont label:before, .qa-cont .answer:before{
left: 14px;
}
.qa-cont .plus{
right: 20px;
}
.sec-worry .hexagon-wrap img {
width: 140px;
}
.img-btn-wrap .mc-btn-top {
transform: translateX(30px);
}
}

@media screen and (max-width : 500px){
.solution-text{
font-size: 18px;
padding: 0 10px 26px;
}
.solution-text img {
width: 270px;
}
.solution-text .bottom{
font-size: 20px;
margin-top: 10px;
}
.img-btn-wrap{
margin-left: 10px;
margin-right: 10px;
}
h2:not([class]) {
font-size: 34px;
}
.sec-feature-h2 {
font-size: 30px;
padding: 78px 0;
}
.sec-feature-h2 .yellow {
font-size: 18px;
margin-bottom: 12px;
}
.sec-feature-h2 .yellow:before, .sec-feature-h2 .yellow:after {
height: 22px;
}
.sec-feature-h2 .yellow:before{
left: -12px;
}
.sec-feature-h2 .yellow:after{
right: -12px;
}
.agent-slide .agent-cont {
width: 330px;
}
body .slick-prev {
left: calc(50% - 222px);
}
body .slick-next {
right: calc(50% - 222px);
}
.footer-link {
gap: 44px;
}
}

@media screen and (max-width : 480px){
.fv-text-main {
font-size: 44px;
}
.fv-main-cont{
width: auto;
padding: 0 14px;
}
.btn-line {
width: 100%;
}
.hexagon-wrap {
gap: 8px;
margin-bottom: 40px;
}
.hexagon-wrap img,.sec-worry .hexagon-wrap img {
flex: 1;
width: 10px;
}
.fv-text-sub {
margin-bottom: 26px;
}
.sec-worry li .text br {
display: block;
}
.sec-worry .hexagon-wrap{
gap: 8px;
padding: 0 14px;
}
.img-btn-wrap .mc-btn-top:before, .img-btn-wrap .mc-btn-top:after {
display: none;
}
.sec-worry{
padding-bottom: 70px;
}
.img-btn-wrap .btn-line{
line-height: 76px;
font-size: 28px;
}
}

@media screen and (max-width : 460px){
body,.fv-text-sub,.sec-worry li,.voice-cont .speech-bubble li{
font-size: 15px;
}
.fv-text-main {
font-size: 42px;
}
.agent-slide{
margin: 0 20px;
}
.agent-slide .agent-cont{
margin: 0 30px;
}
.agent-slide .agent-cont dd .tag{
font-size: 13px;
}
body .slick-next {
right: 8px;
}
body .slick-prev {
left: 8px;
}
.sec-feature h3:not([class]) {
height: 108px;
font-size: 24px;
margin-bottom: 30px;
}
.sec-feature .no02 h3:not([class]){
height: 122px;
}
.sec-feature h3:not([class]):before {
width: calc(100% - 50px);
}
h2:not([class]){
padding-bottom: 12px;
margin-bottom: 30px;
}
h2:not([class]):after{
width: 140px;
}
.sec-feature h3:not([class]):after {
width: 120px;
}
.sec-feature h3:not([class]):before, .sec-feature h3:not([class]):after {
bottom: 14px;
}
.sec-feature h3:not([class]) .inner:before {
font-size: 72px;
left: 2px;
top: -13px;
}
.sec-voice, .sec-step, .sec-qa {
padding: 40px 0;
}
h2:not([class]),.sec-feature h3:not([class]),.feature-img-wrap{
margin-left: 14px;
margin-right: 14px;
}
h2:not([class]){
font-size: 28px;
}
.sec-worry h2:not([class]) {
font-size: 28px;
}
.sec-worry ul{
margin-bottom: 40px;
}
.sec-worry .bg-wrap{
background: url(img/fv.webp) no-repeat center / 740px;
padding-bottom: 50px;
}
.sec-feature-h2 {
font-size: 26px;
padding: 68px 0;
}
.sec-feature div[class^="no"] {
padding: 40px 0;
}
.feature-img-wrap .img {
width: 276px;
min-width: 276px;
}
body .slick-dots li{
width: 15px;
height: 15px;
margin: 0 12px;
}
.slick-dotted.slick-slider.agent-slide{
margin-bottom: 60px;
}
.sec-feature .diagnosis-cont{
margin: 40px 14px 100px;
}
.img-btn-wrap {
padding: 22px 0 ;
}
.img-btn-wrap:before{
width: calc(100% - 12px);
height: calc(100% - 12px);
}
.img-btn-wrap:after {
width: 92px;
top: -100px;
}
.img-btn-wrap .btn-line {
line-height: 66px;
font-size: 24px;
box-shadow: 0 5px 0 #1D502C;
}
.img-btn-wrap .btn-line:after {
font-size: 26px;
right: 20px;
}
.img-btn-wrap .mc-btn-top {
transform: translateX(16px);
}
.voice-cont .speech-bubble {
width: auto;
margin: 0 14px 24px;
padding: 32px 22px;
}
.voice-cont img {
width: 200px;
margin-bottom: 20px;
}
.voice-cont {
margin-bottom: 36px;
}
.sec-step li h3:before{
width: 36px;
line-height: 36px;
font-size: 20px;
left: -50px;
}
.sec-step li{
padding-left: 50px;
padding-bottom: 40px;
}
.sec-step li:before{
left: 18px;
}
.sec-feature .no04 .img-btn-wrap {
margin-top: 90px;
}
.qa-cont label:before, .qa-cont .answer:before {
left: 10px;
}
.qa-cont label:before{
top: 17px;
}
.qa-cont .plus {
top: 26px;
right: 14px;
}
.qa-cont .answer:after{
width: calc(100% - 20px);
top: -18px;
}
.qa-cont label{
padding: 20px 40px 20px 52px;
}
.qa-cont .answer{
padding-left: 52px;
padding-right: 10px;
}
.qa-cont .answer > *:last-child {
padding-bottom: 20px;
}
.qa-cont .answer:before{
top: -4px;
}
footer .img{
width: calc(100% - 28px);
}
.footer-link a {
font-size: 14px;
}
.footer-link {
gap: 30px;
margin-bottom: 24px;
}
.footer-in {
padding: 24px 0;
}
.tosyo {
padding: 20px 12px;
margin-bottom: 50px;
}
footer {
margin-top: 50px;
padding-bottom: 100px;
}
.copyright {
font-size: 12px;
}
.overlay {
display: block;
width: 100%;
height: 100px;
background: rgba(30, 30, 30, 0.8);
position: fixed;
bottom: 0;
left: 0;
z-index: 100;
padding-top: 11px;
}
.overlay .mc-btn-top {
color: #fff;
font-size: 14px;
margin-bottom: 8px;
}
.overlay .mc-btn-top:before, .overlay .mc-btn-top:after{
background: #fff;
}
.overlay .btn-line{
width: 344px;
margin: 0 auto;
line-height: 55px;
font-size: 24px;
box-shadow: 0 4px 0 #1D502C;
padding-left: 18px;
padding-top: -10px;
}
.overlay .btn-line .free {
font-size: 16px;
width: 60px;
}
.overlay .btn-line:after{
font-size: 22px;
right: 16px;
}
.fv-main-visual img {
height: 800px;
transform: translateY(-70px);
}
.fv-main-cont{
margin-top: -482px;
}
.btn-line{
font-size: 26px;
padding-left: 36px;
}
.btn-line:after{
right: 18px;
}
}

@media screen and (max-width : 446px){
.fv-text-main {
font-size: 41px;
}
}

@media screen and (max-width : 434px){
.fv-text-main {
font-size: 40px;
}
.img-btn-wrap .mc-btn-top {
transform: translateX(26px);
}
}

@media screen and (max-width : 431px){
.fv-text-sub br{
display: none;
}
}

@media screen and (max-width : 425px){
.fv-text-main {
font-size: 39px;
}
}

@media screen and (max-width : 415px){
.fv-text-main {
font-size: 38px;
}
.sec-worry h2:not([class]) {
font-size: 26px;
}
.img-btn-wrap .mc-btn-top{
font-size: 15px;
}
.img-btn-wrap .mc-btn-bottom {
font-size: 13px;
margin-top: 14px;
}
.img-btn-wrap:after {
width: 90px;
}
}

@media screen and (max-width : 405px){
.fv-text-main {
font-size: 37px;
}
.solution-text img {
width: 250px;
}
.solution-text {
padding: 0 8px 26px;
}
.mc-btn-top:before{
left: -12px;
}
.mc-btn-top:after{
right: -12px;
}
.img-btn-wrap .btn-line{
width: 84%;
}
.sec-step li h3{
font-size: 22px;
}
}

@media screen and (max-width : 395px){
.fv-text-main {
font-size: 36px;
}
.sec-feature h3:not([class]){
font-size: 22px;
}
.agent-slide .agent-cont {
margin: 0 20px;
}
body .slick-next {
right: -2px;
}
body .slick-prev {
left: -2px;
}
}

@media screen and (max-width : 385px){
.fv-text-main {
font-size: 35px;
}
.sec-worry h2:not([class]) {
font-size: 24px;
}
.solution-text .bottom {
font-size: 18px;
}
.solution-text {
font-size: 17px;
}
.img-btn-wrap .btn-line{
font-size: 22px;
}
.img-btn-wrap:after {
width: 86px;
}
}

@media screen and (max-width : 376px){
.fv-text-main {
font-size: 34px;
}
.img-btn-wrap .mc-btn-top {
transform: translateX(26px);
font-size: 14px;
}
.img-btn-wrap .mc-btn-top {
transform: translateX(34px);
}
.sec-step li h3{
font-size: 21px;
}
.footer-link a {
font-size: 13px;
}
.footer-link {
gap: 24px;
}
}

@media screen and (max-width : 365px){
.fv-text-main {
font-size: 33px;
}
.btn-line .free {
width: 74px;
font-size: 22px;
}
.btn-line {
padding-left: 26px;
font-size: 24px;
}
.solution-text img {
width: 230px;
}
.img-btn-wrap:after {
width: 82px;
}
}
/*---------------------------
スライダー初期表示のチラつき防止
---------------------------*/
/*-.fv-main-visual:not(.slick-initialized) .cont {
    display: none;
}-*/

@media screen and (max-width : 460px){
.img-list-wrap{
margin: -60px auto 60px auto;
position: relative;
}
}
