@charset "utf-8";

/*MV*/
.indMv{
	width:100%;
	position: relative;
}

.indMv .txtwrap{
	width:90%;
	max-width: 1040px;
	margin:0 auto;
	position: relative;
	z-index:2;
	padding-top: 30px;
	padding-bottom: 50px;
	overflow: overflow: hidden;;
}
.indMv .txtwrap > .txt01{
	font-size: 37px;
	font-size: min(5vw,37px);
	font-weight: 700;
	text-align: left;
	margin-bottom: min(4vw,20px);
}
.indMv .txtwrap > .txt02{
	width:80%;
	max-width: 678px;
	margin:0 auto;
	margin-bottom: min(4vw,20px);
}
.indMv .txtwrap > .txt03{
	font-size: 88px;
	font-size: min(10vw,88px);
	font-weight: 900;
	letter-spacing: -0.05em;
	line-height: 1.1;
	margin-bottom: min(4vw,20px);
  text-shadow: 0px 0px 5px rgba(255,255,255,1),
  0px 0px 5px rgba(255,255,255,1),
  0px 0px 5px rgba(255,255,255,1),
  0px 0px 5px rgba(255,255,255,1),
  0px 0px 5px rgba(255,255,255,1),
  0px 0px 5px rgba(255,255,255,1),
  0px 0px 5px rgba(255,255,255,1),
  0px 0px 5px rgba(255,255,255,1),
  0px 0px 5px rgba(255,255,255,1),
  0px 0px 5px rgba(255,255,255,1);
}
.indMv .txtwrap > .txt04{
	font-size: 28px;
	font-size: min(4vw,28px);
	font-weight: 700;
	color: #e60012;
  text-shadow: 0px 0px 5px rgba(255,255,255,1),
  0px 0px 5px rgba(255,255,255,1),
  0px 0px 5px rgba(255,255,255,1),
  0px 0px 5px rgba(255,255,255,1),
  0px 0px 5px rgba(255,255,255,1),
  0px 0px 5px rgba(255,255,255,1),
  0px 0px 5px rgba(255,255,255,1),
  0px 0px 5px rgba(255,255,255,1),
  0px 0px 5px rgba(255,255,255,1),
  0px 0px 5px rgba(255,255,255,1);
	margin-bottom: min(1vw,10px);
}
.indMv .txtwrap > .txt05{
	font-size: 23px;
	font-size: min(3vw,23px);
	font-weight: 700;
  text-shadow: 0px 0px 5px rgba(255,255,255,1),
  0px 0px 5px rgba(255,255,255,1),
  0px 0px 5px rgba(255,255,255,1),
  0px 0px 5px rgba(255,255,255,1),
  0px 0px 5px rgba(255,255,255,1),
  0px 0px 5px rgba(255,255,255,1),
  0px 0px 5px rgba(255,255,255,1),
  0px 0px 5px rgba(255,255,255,1),
  0px 0px 5px rgba(255,255,255,1),
  0px 0px 5px rgba(255,255,255,1);
	margin-bottom: min(2vw,20px);
}
.indMv .merit{
	width:85%;
	max-width: 620px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 10px;
	margin:0 auto;
	margin-bottom: min(4vw,40px);
}
.indMv .merit .unit01{
	width:28%;
	max-width: 190px;
}
.indMv .merit .unit01 .txt01{
	width:100%;
	aspect-ratio: 1 / 1;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-color: #65aadd;
	color: #fff;
	font-weight: 500;
	font-size: min(4vw,33px);
	text-decoration: none;
	line-height: 1.2;
	border-radius:min(20vw,200px);
}
.indMv .merit .unit01 .txt02{
	font-size: min(2.4vw,16px);
	margin-top: 0.5em;
	font-weight: 600;
  text-shadow: 0px 0px 3px rgba(255,255,255,1),
  0px 0px 3px rgba(255,255,255,1),
  0px 0px 3px rgba(255,255,255,1),
  0px 0px 3px rgba(255,255,255,1),
  0px 0px 3px rgba(255,255,255,1);
}

.indMv .btnContact{
	display: block;
	width:86%;
	padding: 20px;
	margin:0 auto ;
	color:#fff !important;
	text-decoration: none !important; 
	background-color: #ed9f4f;
	border-radius: 10px;
	border:2px solid #f3bd86;
	position: relative;
	line-height: 1.5;
	max-width:700px;
}
.indMv .btnContact::after {
  content:"";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right:2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right:15px;
  top: calc(50% - 4px);
}
.indMv .btnContact .txt01{
	font-size:min(5vw,40px);
	font-weight: 700;
  text-shadow: 2px 2px 0px rgba(0,0,0,0.3);
}
.indMv .btnContact .txt02{
	font-size:min(3.5vw,25px);
  text-shadow: 2px 2px 0px rgba(0,0,0,0.3);
}

.indMv .bg{
	width:100%;
	max-width: 1280px;
	left:50%;
	bottom:0;
	transform: translateX(-50%);
	position: absolute;
	z-index:1;
	display: flex;
	justify-content: space-between;
}
.indMv .bg .img01{
	width:30%;
}
.indMv .bg .img02{
	width:30%;
}
/**/

.floBnr01{
	position: fixed;
	right:3vw;
	bottom:3vw;
	z-index: 100;
}
.floBnr01 .btn01{
	display: block;
	background-color: #dc7784;
	color: #fff100;
	width: min(20vw,210px);
	height: min(20vw,210px);
	padding-top:2em;
	font-weight: 900;
	font-size: min(3.5vw,35px);
	text-decoration: none;
	line-height: 1.2;
	border-radius:min(10vw,105px);
}
/**/

/**/
.mvTel{
	padding: 20px;
}
.mvTel .txt01{
	font-size: min(4.5vw,30px);
}
.mvTel .txt02{
	color: #faee00;
	font-size: min(10vw,80px);
	margin:0 0 5px;
  text-shadow: 2px 2px 0px rgba(0,0,0,0.3);
}
.mvTel .txt03{
	font-size: min(3.6vw,24px);
}



.slide01{
	width:100%;
	overflow: hidden;
	padding:30px 0;
	background-color: #efefef;
}
.slide01 .swiper {
    transition-timing-function: linear !important;
}
.slide01 .swiper-slide img{
}

/**/
#indOnayami{
	padding-top: min(2vw,20px);
	padding-bottom: min(2vw,10px);
}
#indOnayami .wrap01{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 1100px;
	margin:0 auto 20px;
}
#indOnayami .wrap01 .img01{width: 15%;max-width: 158px;}
#indOnayami .wrap01 .img02{width: 16%;max-width: 169px;}
#indOnayami .wrap01 .txt01{
  font-size:min(5.3vw,65px);
  font-weight: 900;
}

#indOnayami .unit01{
	margin:0 auto 40px;
	width:100%;
	max-width: 1040px;
	text-align: left;
}
#indOnayami .unit01 .ttlwrap{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	color:#fff;
	margin-bottom: min(4vw,30px);
}
#indOnayami .unit01 .ttlwrap .num{
	font-size: min(6vw,50px);
	width:1.25em;
	height:1.25em;
	aspect-ratio: 1;
	border-radius: 1.2em;
	border:2px solid #fff;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom:0.1em;
	margin-right: 0.4em;
}
#indOnayami .unit01 .ttlwrap .txt01{
	font-size: min(4.8vw,40px);
	font-weight: 600;
	text-align: left;
}
#indOnayami .unit01 .txt02{
	display: inline-block;
	width: auto;
	font-size: min(3vw,20px);
	background-color: #fff;
	border-radius: 10px;
	color: #000;
	text-align: left;
	padding: .75em 1.5em;
	margin-left: min(8vw,100px);
	position: relative;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
}
#indOnayami .unit01 .txt02::before{
	content: "";
	width:19px;
	height:29px;
	position: absolute;
	left:-7px;
	top:-10px;
	background-image: url(../images/fukidashi01.svg);
	background-size: 100% 100%;
}

#indOnayami02 .wrap02{
	width:100%;
	margin-top: -1px;
	padding:1px 5%;
	text-align: center;
	background-color: #649dc6;
	color: #fff;
	clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 50% 100%, 0% 75%);
	padding-bottom: 50px;
}
@media(min-width: 768px){
	#indOnayami02 .wrap02{
		clip-path: polygon(0 0, 100% 0, 100% 30%, 50% 100%, 50% 100%, 0%30%);
	padding-bottom: 100px;
	}
}
#indOnayami02 .wrap02 .txt01{
	width: 100%;
	max-width:638px;
	margin:0 auto 10px;
}
/**/


/**/
#indReason{}
#indReason .ttlwrap01{
	position: relative;
	width:100%;
	max-width: 1280px;
	margin:0 auto 40px;
}
#indReason .ttlwrap01 .txtwrap{
	width: 60%;
	margin:20px 0 0 10%;
}
#indReason .ttlwrap01 .img{
	position: absolute;
	width:28%;
	max-width:332px;
	right:0;
	top:40%;
	transform: translateY(-50%);
}
@media(min-width: 1200px){
	#indReason .ttlwrap01 .txtwrap{
		width: 60%;
		margin:30px auto 0;
	}
	#indReason .ttlwrap01 .img{
		position: absolute;
		width:28%;
		max-width:332px;
		top:-100px;
		transform: translateY(0);
	}
}
#indReason .ttlwrap01 .txtwrap .txt01{
	max-width:575px;
	margin:0 auto;
}
#indReason .ttlwrap01 .txtwrap .txt02{
	font-size: min(15vw,100px);
	font-weight: 900;
	line-height: 1.3;
}
/**/
#indReason .unit01{
	width: 90%;
	max-width: 1040px;
	margin: 0 auto 50px;
}
#indReason .unit01 .ttlwrap{
	border-bottom: 1px solid #000;
	display: flex;
	justify-content:flex-start;
	align-items: center;
	padding: 0 0 10px;
	margin-bottom: 10px;
}
#indReason .unit01 .ttlwrap .txt01{
	width: 20%;
	margin-right: 3%;
	max-width: 168px;
}
#indReason .unit01 .ttlwrap .txt02{
	width: 77%;
	color: #65aadd;
	text-align: left;
	font-size: min(5.5vw,38px);
	font-weight: 600;
	line-height: 1.3;
}
@media(min-width: 1000px){
	#indReason .unit01 .ttlwrap{
	}
	#indReason .unit01 .ttlwrap .txt01{
		width: 168px;
		margin-right:22px;
	}
	#indReason .unit01 .ttlwrap .txt02{
		width: calc(100% - 190px);
	}
}

#indReason .unit01 .txtwrap{
	text-align: left;
	padding-left: 18%;
}
#indReason .unit01 .txtwrap .txt01{
	font-size: min(4vw,28px);
	margin-bottom:5px;
}
#indReason .unit01 .txtwrap .txt02{
	font-size: min(3.6vw,20px);
}
/**/


/**/
#indVoice{}
#indVoice .txt01{
	width:80%;
	max-width: 546px;
	margin:0 auto 10px;
}
#indVoice .txt02{
	font-size: min(8vw,60px);
	color: #65aadd;
	margin-bottom: 20px;
	font-weight: 900;
}
#indVoice .unit01{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 10px 0;
}
#indVoice .unit01 p{
	width: 48%;
	background-color: #86bbe4;
	color: #fff;
	font-weight: 900;
	border: 3px solid #fff;
	border-radius: 20px;
	padding: .75em 0;
	font-size: min(4vw,30px);
}
#indVoice .unit01 p span{
	font-style: 75%;
}
@media(min-width: 800px){
	#indVoice .unit01{
		gap: 20px 0;
	}
	#indVoice .unit01 p{
		width: 32%;
	}
}
@media(min-width: 1100px){
	#indVoice .unit01 p{
		width: 24%;
	}
}


/**/
#indFlow{}
#indFlow .unit01{
	background: #fff;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 20px;
}
#indFlow .unit01.arrow{
  position: relative;
  margin-bottom: 80px;
}
#indFlow .unit01.arrow::before{
	content:"";
	position: absolute;
	display: block;
	width:60px;
	height:45px;
	background-image: url("../images/arrow01.svg");
	background-size: 100% 100%;
	left:calc(50% - 30px);
	bottom:-65px;
}
@media(min-width: 768px){
	#indFlow .unit01.arrow{
	  margin-bottom: 110px;
	}
	#indFlow .unit01.arrow::before{
		width:100px;
		height:75px;
		left:calc(50% - 50px);
		bottom:-95px;
	}
}

#indFlow .unit01 .num{
	background-color: #65aadd;
	color: #fff;
	font-size: min(4.5vw,30px);
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 5px;
}
#indFlow .unit01 .txtwrap{
	text-align: left;
}
#indFlow .unit01 .txtwrap .txt01{
	font-size: min(5.2vw,38px);
	color: #65aadd;
	margin-bottom: 0.25em;
	font-weight: 600;
}
#indFlow .unit01 .txtwrap .txt02{
	font-size: 16px;
	font-size: min(3.6vw,16px);
}
@media(min-width: 768px){
	#indFlow .unit01{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#indFlow .unit01 .num{
		width: 110px;
		height: 110px;
		aspect-ratio: 1;
		border-radius: 55px;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 0;
	}
	#indFlow .unit01 .txtwrap{
		width: calc(100% - 130px);
		text-align: left;
	}
	#indFlow .unit01 .txtwrap .txt01{
		margin-bottom: 0;
	}
}
/**/


/**/
#indQa{}
#indQa .ttlwrap01{
	width:100%;
	max-width: 700px;
	margin:0 auto 40px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
#indQa .ttlwrap01 .img{
	width:25%;
	margin-left: 5%;
}
#indQa .ttlwrap01 .txtwrap{
	width: 40%;
	margin:0;
}
#indQa .ttlwrap01 .txtwrap .txt01{
	font-size: min(15vw,100px);
	font-weight: 900;
	line-height: 1.5;
	color: #65aadd;
}
#indQa .ttlwrap01 .txtwrap .txt02{
	width: 80%;
	max-width:217px;
	margin:0 auto;
}
/**/
#indQa .qaList{
	text-align: left;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #65aadd;
}
#indQa .qaBtn{
	cursor: pointer;
	position: relative;
	padding-right: 50px;
	transition-duration: .3s;
}
#indQa .qaBtn:hover{
	opacity:0.6;
}
#indQa .qaBtn .txt01{
	font-size: min(4.8vw,24px);
	font-weight: 600;
	position: relative;
	padding-left:min(12vw,60px);
}
#indQa .qaBtn .txt01::before{
	content:"Q";
	font-size: min(11.2vw,56px);
	color: #65aadd;
	font-weight:900;
	position: absolute;
	left:0;
	top: 50%;
	transform: translateY(-60%);
	line-height: 1;
}
#indQa .qaBtn::before{
	content:"";
	position: absolute;
	top: calc(50% - 10px);
	right: 10px;
	width: 20px;
	height:20px;
	border-top: 3px solid #65aadd;
	border-right: 3px solid #65aadd;
	transform: rotate(135deg);
	transition-duration: 0.3s;
}
#indQa .qaBtn.open::before{
	top: 50%;
	transform: rotate(315deg);
}
@media(min-width: 768px){
	#indQa .qaBtn::before{
		right: 15px;
		width: 30px;
		height:30px;
	}
}
#indQa .qaBody{
	display: none;
	position: relative;
	padding-left:min(12vw,60px);
	margin-top: 40px;
}
#indQa .qaBody .txt01{
	font-weight: 600;
	font-size: min(4vw,20px);
	color: #dc7784;
	margin-bottom: 0.25em;
}
#indQa .qaBody .txt02{
	font-size: min(3.2vw,16px);
}
#indQa .qaBody::before{
	content:"A";
	font-size: min(11.2vw,56px);
	color: #dc7784;
	font-weight:900;
	position: absolute;
	left:0;
	top: 50%;
	transform: translateY(-60%);
	line-height: 1;
}




#indResult{}
#indResult .wrap01{}
#indResult .wrap01 .unit01{
	width: 100%;
	margin-bottom: 40px;
}
#indResult .wrap01 .unit01 figure{
	margin-bottom: 10px;
}
@media(min-width: 768px){
	#indResult .wrap01{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	#indResult .wrap01 .unit01{
		width: 48%;
	}
}
@media(min-width: 1000px){
	#indResult .wrap01 .unit01{
		width: 31%;
		max-width: 320px;
	}
}


#indSyokai{}
#indSyokai .txtwrap{
	font-weight: 900;
	width: 90%;
	margin:0 auto 10px;
}
#indSyokai .txtwrap .txt01{
	font-size: min(6vw,50px);
	color: #65aadd;
}
#indSyokai .txtwrap .txt02{
	font-size: min(4vw,35px);
	margin-top: 0.5em;
}
#indSyokai .imgwrap{
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
#indSyokai .imgwrap .img01{
	width:42%;
	max-width: 210px;
}
#indSyokai .imgwrap .img02{
	width:34%;
	max-width:170px;
}
@media(min-width: 1000px){
	#indSyokai{
		position: relative;
		width:100%;
		max-width: 1120px;
		margin:0 auto;
		height:37vw;
		max-height: 370px;
	}
	#indSyokai .txtwrap{
		padding-top: 100px;
	}
	#indSyokai .imgwrap{
		width: 100%;
		position: absolute;
		justify-content: space-between;
		left:-20px;
		bottom: 0;
	}
	#indSyokai .imgwrap .img01{
		width:21%;
	}
	#indSyokai .imgwrap .img02{
		width:17%;
	}
}


#contact01{
	position: relative;
}
#contact01 .txtwrap{
	text-align: center;
	padding: 10px 0 40px;
}
#contact01 .txtwrap .txt01{
	color:#fff;
	font-size: min(12vw,100px);
	font-weight: 900;
}
#contact01 .txtwrap .txt02{
	width: 50%;
	margin:0 auto;
	max-width: 537px;
}
#contact01 .img01{
	position: absolute;
	width: 100%;
	max-width: 1200px;
	top: 30%;
	left:50%;
	transform: translateX(-50%);
	text-align: right;
}
#contact01 .img01 img{
	width: 20%;
	max-width: 275px;
}
@media(min-width: 1000px){
	#contact01 .img01{
		top: 15%;
	}
	#contact01 .img01 img{
		width: 22%;
	}
}


#contact02{}
#contact02 .txt01{
	font-size: min(6vw,30px);
}
#contact02 .txt02{
	font-size: min(16vw,80px);
	font-weight: 900;
	line-height: 1.2;
	color: #dc7784;
}
#contact02 .txt03{
	font-size: min(12vw,60px);
	font-weight: 900;
	line-height: 1.2;
	color: #dc7784;
}
#contact02 .txt04{
	font-size: min(5vw,26px);
}



.cList01{
	width:100%;
	font-size: min(5vw,25px);
	border-top:1px solid #999;
	text-align: left;
}
.cList01 dt{
	width:100%;
	padding:1em 1em 0 1em;
	font-weight: bold;
}
.cList01 dd{
	width:100%;
	padding:.5em 1em 1em 1em;
	border-bottom:1px solid #999;
}
@media (min-width:768px) {
	.cList01{
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		flex-wrap: wrap;
	}
	.cList01 dt{
		width:20%;
		padding:1em;
		border-bottom:1px solid #999;
	font-weight: normal;
	}
	.cList01 dd{
		width:80%;
		padding:1em;
		border-bottom:1px solid #999;
	}
}
.cListNum > li{
	list-style-type: number;
	margin-left:1.5em;
}


#company .gmap {
  width: 100%;
  height: 50vw;
  overflow: hidden;
  margin: 0 auto;
}
#company .gmap iframe {
  width: 100%;
  height: 50vw;
}















