@charset "UTF-8";

section p {
	text-align: justify;
}
section h2 {
	font-size: clamp(2rem, 3vw, 5rem);
}
#worries .w1 h2 span,
section h2 span {
	font-size: clamp(1.6rem, 1.7vw, 2rem);
	font-family: var(--futura);
	display: block;
	font-weight: 300;
}
/**/
/**/
/**/
/**/
/*kv*/
#kv{
	background: url("../../common/img/kv1.png") no-repeat 0 0;
    background-size: cover;
    object-fit: cover;
    height: 700px;

}
#kv .kvtoptext{
    background: #3abef9;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    font-size: clamp(2rem,2.3vw,2.6rem);
    font-weight: bold;
    margin-bottom: 9px;
    letter-spacing: 0.1em;
    display: flow-root;
    width: auto;
    border-radius: 190px;
}
#kv .kvbox{
	position: relative;
	height: 100%;
}
#kv .kvbox .kvinner {
   
    height: 100%;
    position: absolute;
    top: -20%;
    bottom: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 5%;
	
}
#kv .kvbox .kvinner h1{
	margin: 0;
	background: #FCE952;
	font-weight: 600;
	font-size: clamp(1.6rem, 1.7vw, 2rem);
	display: inline-block;
	padding: 0 0.5em;
	border-radius: 5px;
	text-align: center;
}
#kv .kvbox .kvinner h2{
	text-align: left;
	font-size: clamp(3rem, 4.3vw, 5.7rem);
	font-weight: 700;
	line-height: 1.2;
	color: #4F3103;
	margin: 10px 0 0;
}
#kv .kvbox .kvinner p{
	text-align: left;
	font-size: clamp(1.6rem, 1.7vw, 2rem);
}
#kv .kvbox .kvimg2 {
    position: absolute;
    bottom: -15%;
    left: 4%;
    width: clamp(200px,20vw,300px);
}


/*lead*/
#lead{
	text-align: center;
	margin: 2em auto 4em;
}
#lead h3{
	font-size: clamp(1.6rem, 1.7vw, 2rem);
	font-weight: 600;
	}
#lead p{
	font-size: clamp(1.6rem, 1.7vw, 1.8rem);
	margin-bottom: 1em;
	line-height: 2;
	text-align: center;
}
/*support*/
#support{}
#support .flex{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 1em;
	margin-bottom: 2em;
}
#support .flex dl{
    background: #F5F5F5;
    padding: 2em 2em 1.5em;
    height: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
#support .flex dl:nth-child(1) img{
	width: 50%;
}
#support .flex dl:nth-child(2) img{}
#support .flex dl:nth-child(3) img{
	width: 70%;
}
#support .flex dl dt{
position: relative;
    display: block;
    width: 100%;
    height: 100%;
	margin-bottom: 1em;
}
#support .flex dl dt img{
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 40%;
    height: auto;
    display: block;
}
#support .flex dl dd{
	text-align: center;
	color: #1A7295;
	font-weight: 600;
	line-height: 1.3;
	font-size: clamp(1.6rem, 1.7vw, 2rem);
}



/*worries*/
/*w1*/

#worries .w1 .imgleft{
    position: absolute;
    left: 7%;
    bottom: 0px;
    width: 10%;
}
#worries .w1 .imgright{
	position: absolute;
	right: 7%;
    bottom: 0px;
    width: 15%;
}
#worries .w1{
	background: #FFF2DF;
	border-radius: 10px;
	position: relative;
	padding:2em 3em 5em;
}

#worries .w1::before {
    content: '';
    border-style: solid;
    border-color: #FCE952 transparent transparent transparent;
    border-width: 40px 220px 10px;
    position: absolute;
    left: 0;
    height: 0px;
    width: 0px;
    bottom: -50px;
    right: 0;
    margin: auto;
}
#worries .w1 h2{
	margin-top: 0;
	margin-bottom:0.5em;
}
#worries .w1 h2 span{

}
#worries .w1 .ballbox{
    margin: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
	
}
#worries .w1 .ball{
	background: #6E5555;
	position: relative;
	border-radius: 10px;
	display: inline-block;
	padding: 0;
	margin-bottom: 3em;
	margin-left: auto;
	margin-right: auto;
}
#worries .w1 .ball::before{
    position: absolute;
    content: '';
    background-color: #6E5555;
    width: 43px;
    height: 23px;
    clip-path: polygon(20% 0%, 0% 100%, 100% 0%);
    display: block;
    bottom: -20px;
    left: 60px;
}
#worries .w1 .ball h2{
	line-height: 1.3;
	font-size: clamp(2rem, 2.5vw, 3rem);
	color: #fff;
	margin: 0;
	padding: 0.3em 1em 0.5em;
}
#worries .w1 ul{
	max-width: 600px;
	margin: auto;
}
#worries .w1 ul li{
	padding-left:2.5em;
	position: relative;
	font-size: clamp(1.6rem, 1.8vw, 2rem);
	font-weight: 600;
	margin-bottom: 1em;
}
#worries .w1 ul li::before{
	content: '';
	background: url("/common/img/worriies3.png") no-repeat 0 0;
	position: absolute;
	left: 0;
	display: block;
	width: 33px;
	height: 26px;
	background-size: 100%;
	
}


/*w2*/
#worries .w2 h2{
	font-size: clamp(1.8rem, 2vw, 2.5rem);
	margin: 2.5em 0 2em;
	line-height: 1.3;
}
#worries .w2 .w2grid{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 1em;
}
#worries .w2 .w2grid dl{
	line-height: 1;
}
#worries .w2 .w2grid dl dt {
    display: flex;
    background: #F6DD4F;
    height: auto;
	color: #fff;
    align-items: center;
	font-size: clamp(2rem, 3vw, 4rem);
}
#worries .w2 .w2grid dl dt span{
    background: #FCE952;
	font-family: var(--futura);
    width: 63px;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
	padding: 10px 0;
}
#worries .w2 .w2grid dl dt h3{
	line-height: 1;
	margin: 0;
	font-size: clamp(1.6rem, 1.8vw, 2rem);
	font-weight: 700;
	padding:0 1em;
	color: var(--base);
}
#worries .w2 .w2grid dl dd{
	line-height: 1.8;
	padding: 1em;
}


/*features*/
#features{}
#features .flexbox article .right{
	width: 45%;
}
#features .flexbox article .left{
	width: 60%;
}

#features .flexbox article{
	display: flex;
	grid-gap: 3em;
	margin-bottom: 3em;
}
#features .flexbox article:nth-child(even){
	flex-direction:row-reverse;
}
#features .flexbox article h3{
	text-align: left;
	line-height: 1.2;
}
#features .flexbox article .nunber{
	border-bottom: 1px solid var(--base);
	display: inline-block;
}


/*merit*/
#merit{
	background: #EDF8FF;
	padding:1em 0 5em;
}
#merit h2{
	line-height: 1.2;
	margin-bottom:1em;
}
#merit h2 span:first-child{
	display: block;
	margin-bottom: 1em;
}
#merit h2 span.fonts{
	font-size: clamp(1.3rem, 2.6vw, 2.8rem);
	line-height: 1;
	font-weight: bold;
}
#merit .gridbox{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 1em;
	justify-content: center;
}
#merit .gridbox dl{
	background: #fff;
	border-radius: 5px;
	padding:0 1em 1em;
}
#merit .gridbox dl dt{}
#merit .gridbox dl dt ul{
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
#merit .gridbox dl dt ul li:first-child{
	position: absolute;
	top: -20px;
}
#merit .gridbox dl dt ul li:last-child{
	margin: 3em 0 0em;
}
#merit .gridbox dl dt ul li:last-child img{
	height: 100px;
	
}
#merit .gridbox dl dd{}
#merit .gridbox dl dd h3{
	text-align: center;
	color: var(--action);
	font-size: clamp(1.6rem, 1.8vw, 2rem);
	margin: 1em 0 0;
}
#merit .gridbox dl dd p{}

/*staff*/
#staff{
	background: #F6F4EB;
	padding:1em 0 3em;
}
#user{
	background: #F9AD3A;
	padding:1em 0 3em;
}
.voiceblock .h2head{
	display: flex;
	justify-content: center;
	    margin-bottom: 2em;
}
.voiceblock h2{
	font-size: clamp(2rem, 2.2vw, 2.5rem);
	position: relative;
	background: #FFFAF3;
	display: inline-block;
	width: 295px;
	padding: 10px ;
	line-height: 1;
	color: var(--base);
}
.voiceblock h2::before{
	content: '';
	border: 1px solid #000;
	position: absolute;
	right: -5px;
	bottom: -5px;
	height: 100%;
	width: 100%;
	display: block;
}
.voiceblock article{
    max-width: 750px;
    background: #fff;
    margin: 4em auto 3em;
    padding: 2em 6em;
}
.voiceblock .voiceblock{}
.voiceblock .left{
	text-align: center;
	display: block;
	margin: auto;
}
.voiceblock .left p{
	text-align: center;
	margin: 0;
}
.voiceblock article h3{
	background: #FFF9E9;
	border-left: 8px solid #FCE952;
	font-size: clamp(1.6rem, 1.8vw, 2rem);
	text-align: left;
	padding: .5em 0 .5em 1em;
}
.voiceblock article h3+p{
	text-align: justify;
	line-height: 1.8;
    margin-bottom: 3em;
    padding: 0 1.7em;
}





/*flow*/
#flow {}
#flow article {
max-width: 560px;
    margin: auto auto 2em;
    position: relative;
    padding-bottom: 3em;
}
#flow article::before{
	content: '';
	background: url("/common/img/arrow.svg")no-repeat 0 0;
	display: block;
    width: 7px;
    height: 55px;
    bottom: 0;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;

}

#flow article .flow-num {
	font-family: var(--futura);
	text-align: center;
	line-height: 1;
	font-weight: 400;
}
#flow article .flow-num span {
	font-size: clamp(1.6rem, 1.7vw, 1.8rem);
	display: block;
	left: 2px;
	position: relative;
}
#flow article .flow-num strong {
	font-size: clamp(2.5rem, 3vw, 5rem);
	font-weight: 500;
}
#flow article dl {
	background: #FFF9E9;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding:1em 2em;
}
#flow article img{
	width: 25%;
	display: block;
	margin:1em auto;
}
#flow article:nth-child(4) img{
	width: 17%;
}
#flow article:nth-child(5) img{
	width: 20%;
}
#flow article dl dt{
	color: #fff;
	border-radius: 2px;
	display: inline-block;
	padding: 0 5px;
	text-align: center;
	margin: auto;
}
#flow article dl dd p{
	line-height: 1.68;
}
#flow article dl dd h3{
	font-size: clamp(1.6rem, 1.8vw, 2rem);
	margin: 15px 0 10px;
}
.kigyou dt {
	background: var(--action);
}
.kyusoku dt {
	background: #F0AA8C;
}
.logo {
	    position: fixed;
    top: 10px;
    z-index: 10;
    left: 10px;

}
#floting-bnr {
   display: none;
}
@media(max-width:768px) {
	
	.logo {
		padding: 10px;
		width: 190px;
	}
	#kv .kvbox .kvimg2 {
    position: absolute;
    bottom: 10%;
    left: 4%;
    width: clamp(200px,20vw,300px);
}
	
	#kv .kvbox .kvinner {
   left: 0;
    margin: auto 1em;
}
	#kv .kvbox .kvinner h1 {
    
    padding: 0.5em;
    line-height: 1.2;
}
	#lead {
    text-align: center;
    margin: 2em;
}
	#support .flex{
		grid-template-columns: 1fr;
	}
	#support .flex dl:nth-child(1) img{
		width: 140px;
	}
	#support .flex dl:nth-child(2) img {
    width: 140px;
}
	#support .flex dl:nth-child(3) img {
    width: 200px;
}
	#support .flex dl dt{
		margin-bottom: 0;
	}
	#support .flex dl{
		padding-bottom: 1em;
		margin-bottom: 1em;
	}
	#worries .w1{
		padding: 1em;
	}
	#support .flex dl{
		padding: 1em;
	}
	#worries .w1::before {
    content: '';
    border-style: solid;
    border-color: #FCE952 transparent transparent transparent;
    border-width: 20px 80px 10px;
    position: absolute;
    left: 0;
    height: 0px;
    width: 0px;
    bottom: -30px;
    right: 0;
    margin: auto;
}
	#worries .w1 .imgleft{
		left: -4%;
	}
	#worries .w1 .imgright{
		right: -4%;
	}
	#worries .w2 .w2grid{
		grid-template-columns: 1fr;
	}
	#worries .w2 .w2grid dl dt h3{
		text-align: left;
		line-height: 1.5;
	}
	#worries .w2 .w2grid dl dt span{
		width: 40px;
	}
	#features {
    padding: 3em 0;
}
	#features .flexbox article:nth-child(even),
	#features .flexbox article {

    flex-direction: column;
}
	
	#features .flexbox article .right{
	width: 100%;
}
#features .flexbox article .left{
	width: 100%;
}
	
	#features .flexbox article h3 {
    text-align: left;
    line-height: 1.2;
    font-size: 2.5rem;
		margin-top: 0.5em;
}
	#features .flexbox article .right{
		display: none;
	}
	
	#merit h2{
		margin-bottom: 2em;
	}
	#merit .gridbox {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 3em;
    justify-content: center;
}
	.voiceblock article {
    max-width: 750px;
    background: #fff;
    padding: 1em 1em;
    margin: 2rem;
}
	#flow{
		padding: 3em 0 0;
	}
	#flow .flowlist{
		margin: 0 20px;
	}
	
	#flow article {
    max-width: 560px;
    margin: 2em auto;
    position: relative;
    padding-bottom: 3em;
}
	#floting-bnr {
        position: fixed;
        bottom: -10px; /* 初期状態は画面外に隠れる */
       
        color: #fff;
        padding: 10px 20px;
        border-radius: 5px;
        transform: translateY(100px); /* 画面下に隠す */
        opacity: 0; /* 透明にする */
        transition: transform 0.3s ease, opacity 0.3s ease; /* アニメーションを適用 */
        z-index: 1000;
        width: 100%;
			display: block;
    }

    #floting-bnr.show {
        transform: translateY(-10px); /* 元の位置にスライドイン */
        opacity: 1; /* 表示状態にする */
    }
    .btn-headcta {
        width: 100%;
        text-align: center;
    }
}
@media (max-width:480px) {
	#kv .kvbox .kvinner{
		width: 100%;
		margin: 2.3em 0 0;
		padding: 1em;
		
	}