@charset "UTF-8";
/* CSS Document */
/* ヘッダー　================================================== */

header{
	position: relative;
	width: 100%;
	z-index: 999;
}
.site-header{
	background:rgba(255,255,255,0.0);
    display: flex;
    position: fixed;
    justify-content: space-between;
	align-items:flex-start;
    width: 100%;
	transition: .5s;
}
.site-header h1{
	vertical-align: middle;
	position: relative;
	transition: .5s;
	margin-left: 30px;
	margin-top: 15px;
}
.site-header h1 img{
	width: auto;
	height: 100px;
	vertical-align: middle;
	transition: .5s;
}
.site-header h1 a{
	color: #fff;
	transition: .5s;
}
.site-header.transform h1 img{
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
}
.site-header .top_nav{
	background-color: rgba(255,255,255,0);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
	
}
.site-header .top_nav nav{
	padding: 15px 30px;
	background-color: rgba(255,255,255,1);
	border-radius: 0 0 0 50px;
	border-left: solid 1px #f5f5f5;
	border-bottom: solid 1px #f5f5f5;
	transition: .5s;
	position: relative;
	z-index: 1;
}
.site-header.transform .top_nav nav{
	background-color: rgba(255,255,255,1);
}

.header_phone{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 15px 30px;
	background-color: #f8f4e6;
	width: fit-content;
	border-bottom-left-radius: 30px;
	border-left: solid 1px #f5f5f5;
	border-bottom: solid 1px #f5f5f5;
	gap:30px;
	position: relative;
	z-index: 2;
}
.site-header .h_mail a{
	display: block;
	font-size: 1.1rem;
	text-align: center;
	color: #333;
	transition: .5s;
}
.site-header .h_mail a i{
	color: #f29718;
	padding-right: 3px;
}
.site-header .h_mail a:hover{
	color: #f29718;
}
.site-header .h_insta a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 46px;
	width: 46px;
	text-align: center;
	color: #fff;
	background:linear-gradient(to right,
        rgba(247, 207, 0, 0.7),
        rgba(246, 37, 2, 0.7) 45%,
        rgba(182, 47, 82, 0.7) 75%,
        rgba(113, 58, 166, 0.7));
	border:solid 1px #fff;
	background-size: 200%;
	background-position: left;
	border-radius: 50%;
	transition: .5s;
}
.site-header .h_insta a i{
	display: block;
	line-height: 1;
	font-size: 1.3rem;
	text-align: center;
}
.site-header .h_insta a:hover{
	background-position: right;
}

.site-header nav ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
	gap:30px;
}
.site-header nav ul li{
	margin: auto;
	font-size:1rem;
	text-align: center;
	position: relative;
	z-index: 1;
}
.site-header nav ul li::before{
	content: "";
	position: absolute;
	right: -15px;
	bottom: 0;
	height: 70px;
	border-right: dashed 1px #ccc;
}
.site-header nav ul li:last-child:before{
	content: none;
}
.site-header nav ul li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #333;
	-webkit-text-stroke: 4px #fff;
	paint-order: stroke;
	transition: 0.5s;
}
.site-header nav ul li img{
	height: 45px;
	width: auto;
	vertical-align: middle;
	transform: scale(1);
	transition: .5s;
}
.site-header.transform nav ul li a{
	color: #333;
}
.site-header nav ul li::after{
	content: "";
	position: absolute;
	z-index: -1;
	top:50%;
	left: 50%;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: rgba(242,203,5,1);
	transform: translate(-50% , -50%) scale(0);
	transition: .5s;
}
.site-header nav ul li:hover::after{
	transform: translate(-50% , -50%) scale(1);
}
.site-header nav ul li:hover img{
	transform: scale(1.2);
}
@media (max-width: 1366px){
	.site-header h1 img{
		height: 90px;
		width: auto;
	}
}
@media (max-width: 1280px){
	.site-header h1 img{
		height: 85px;
		width: auto;
	}
}
@media (max-width: 1200px){
	.site-header{
		height: 90px;
	}
	.site-header h1 img{
		height: 80px;
		width: auto;
	}
	.site-header .top_nav nav,
	.site-header .h_mail{
		display: none;
	}
	.header_phone{
		padding: 15px 80px 15px 15px;
	}
}
@media (max-width: 960px){
	.site-header h1{
		margin-left: 10px;
	}
}
@media (max-width: 750px){
	.site-header{
		height: auto;
	}
	.site-header h1{
		margin-top: 8px;
	}
	.site-header h1 img{
		height: 60px;
	}
}
/* FV　================================================== */
.slide_wrap{
	width: 100%;
	aspect-ratio: 16 / 9;
	max-height: 1280px;
	min-height: 750px;
	position: relative;
	overflow: hidden;
	background-image: url(../img/bg_tx_t2.webp),url(../img/bg_tx_b2.webp);
	background-repeat: no-repeat;
	background-position: top, bottom;
	background-size: 100%;
	clip-path: ellipse(100% 60% at 50% 40%);
}
.slider{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% ,-50%);
	overflow: hidden;
	width: 66%;
	aspect-ratio: 3 / 2;
	-webkit-mask-origin: padding-box;
	-webkit-mask-image: url("../img/mask01.svg");
	-webkit-mask-size: 100%;
	-webkit-mask-position: top right;
	-webkit-mask-repeat: no-repeat;
	mask-origin: padding-box;
	mask-image: url("../img/mask01.svg");
	mask-size: 100%;
	mask-position: top right;
	mask-repeat: no-repeat;
	z-index: 5;
}

.slider li{
	width: 100%;
	height: 100%;
	aspect-ratio: 3 / 2;
	overflow: hidden;
}
.slider li.top01{
	background:url("../img/img01.webp") no-repeat;
	background-size: cover;
	background-position: center;
}
.slider li.top02{
	background:url("../img/img02.webp") no-repeat;
	background-size: cover;
	background-position: center;
}
.slider li.top03{
	background:url("../img/img03.webp") no-repeat;
	background-size: cover;
	background-position: left;
}

@keyframes fadezoom{
	0%{
		transform: scale(1);
	}
	100%{
		transform: scale(1.1);
	}
}
.add-animation{
	animation: fadezoom 10s 0s forwards;
}
.slide_wrap .copy{
	position: absolute;
	bottom: 20%;
	left: 6%;
	z-index: 10;
}

.slide_wrap .copy h2{
	color:#f29718;
	font-size: clamp(1.8rem, 0.72rem + 3.84vw, 4.2rem);
	line-height: 1.8;
	font-weight: 500;
	-webkit-text-stroke: 5px #fff;
	paint-order: stroke;
	z-index: 11;
}
.slide_wrap .copy h2 span.s80{
	font-size: 80%;
}
.deco_copy{
	position: absolute;
	bottom: -20%;
	left: -8%;
	opacity: 0.7;
	z-index:-1;
	width: 250px;
}

.slide_wrap .deco01{
	position: absolute;
	bottom: 15%;
	right: 10%;
	width: 200px;
	
	z-index: 6;
}
.slide_wrap .deco02{
	position: absolute;
	top: 50px;
	right: 10%;
	width: 300px;
	z-index: 4;
}
.slide_wrap .cut01{
	position: absolute;
	bottom: 8%;
	right: 15%;
	width: 250px;
	z-index: 10;
}
.slide_wrap .cut02{
	position: absolute;
	top: 150px;
	left: 12%;
	width: 230px;
	z-index: 10;
}
.slide_wrap .cut03{
	position: absolute;
	bottom: 8%;
	right: calc(15% - 50px);
	width: 50px;
	z-index: 10;
}


@media (max-aspect-ratio: 16/9){
	.slide_wrap{
		aspect-ratio: 3 / 2;
	}
	.slider{
		width: 80%;
	}
}
@media (max-aspect-ratio: 16/9) and (max-width: 960px){
	.slide_wrap{
		aspect-ratio: 1 / 1;
		min-height: 0;
	}
	.slider{
		top: 150px;
		transform: translateX(-50%);
		width: 92%;
	}
}
@media (max-width: 1200px){
	.slide_wrap .cut01{
		right: 8%;
		width: 200px;
	}
	.slide_wrap .cut02{
		top: 100px;
		left: 30px;
		width: 180px;
	}
	.slide_wrap .cut03{
		right: calc(8% - 50px);
	}
	.deco_copy{
		width: 200px;
	}
}
@media (max-width: 750px){
	.slide_wrap{
		aspect-ratio: 4 / 5;
		min-height: 600px;
	}
	.slider{
		top: 120px;
		width: calc(100% - 30px);
	}
	.slide_wrap .copy{
		bottom: 16%;
	}
	.slide_wrap .deco01{
		right: 5%;
	}
	.slide_wrap .cut01{
		right: 10px;
		bottom: 50px;
		width: 160px;
	}
	.slide_wrap .cut02{
		top: 100px;
		left: 30px;
		width: 160px;
	}
	.slide_wrap .cut03{
		right: 160px;
		width: 40px;
		bottom: 50px;
	}
}
@media (max-width: 450px){
	.slide_wrap .copy{
		bottom: 21%;
	}
	.slide_wrap .cut01{
		width: 120px;
		bottom: 30px;
	}
	.slide_wrap .cut02{
		width: 120px;
		left: 5px;
	}
	.slide_wrap .cut03{
		right: 120px;
		width: 30px;
		bottom: 30px;
	}
	.deco_copy{
		bottom: 20px;
		width: 150px;
	}
}
/* 動くイラスト
   ========================================================================== */
.move_cut{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	pointer-events: none;
}
.move_cut .inner{
	position: absolute;
	top: -70px;
	height: 130px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 10px;
	animation: flow-animation 20s linear infinite;
}
.move_cut .inner img{
	width: auto;
	max-height: 120px;
	object-position: bottom;
}
.move_cut .inner .small img{
	max-height: 90px;
}
.move_cut .inner img.small02{
	height: 60px;
	width: 60px;
	display: block;
	margin-inline: auto;
	object-fit: contain;
}
@keyframes flow-animation {
    0% {
        transform: translateX(100vw); 
    }
    100% {
        transform: translateX(-100%); 
    }
}
@media (max-width: 960px){
	.move_cut .inner{
		height: 110px;
	}
	.move_cut .inner span{
		width: calc(100% /4);
	}
	.move_cut .inner span.small{
		width: calc(100% / 10);
	}
	.move_cut .inner span img,
	.move_cut .inner span.small img{
		width: 100%;
		height: auto;
		max-height: auto;
		object-fit: contain;
	}
	.move_cut .inner img.small02{
		height: 50px;
		width: 50px;
	}
}
@media (max-width: 450px){
	.move_cut .inner{
		gap:5px;
	}
	.move_cut .inner img.small02{
		height: 30px;
		width: 30px;
	}
}
/* コンテンツ
   ========================================================================== */
.card001{
	display: flex;
	align-content: flex-start;
	justify-content: flex-start;
	gap:30px;
}
.card001 .inner{
	width: 100%;
	padding: 30px;
	position: relative;
}
.card001 .inner img{
	width: 100%;
}

@media (max-width: 960px){
	.card001{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin: 0 auto 30px;
		max-width: 450px;
	}
}

.card002{
	display: flex;
	justify-content: center;
	align-items: center;
}
.card002 .img {
	width: 100%;
	padding: 10px;
	position: relative;
	z-index: 1;
}
.card002 .img img{
	width: 100%;
}
.card002 .txt{
	width: 100%;
	padding: 15px;
	align-self: center;
	position: relative;
	z-index: 5;
}
.card002 .txt p{
	margin-bottom: 1em;
}
.card002 .rec p{
	text-indent: 1em;
}
.card002 .video{
	width: 100%;
}
.card002 .video video{
	width: 100%;
	aspect-ratio: 16 / 9;
}
.card002 .video iframe{
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 15px;
}
.card002 .txt.map1{
	width: 40%;
	min-width: 350px;
	align-self: stretch;
	padding: 15px;
}
.card002 .txt.map1 iframe{
	width: 100%;
	height: 100%;
	border:0;
}
.card002 .txt.triangle{
	width: 100%;
	flex:1;
}
@media (max-width: 1200px){
	.card002.wide{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.card002.wide .txt,
	.card002.wide .txt.map1{
		width: 100%;
	}
	.card002.wide .txt.map1 iframe{
		height: 400px;
	}
}
@media (max-width: 960px){
	.card002{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.card002 .img{
		text-align: center;
	}
	.card002 .img img{
		max-width: 600px;
	}
	.card002 .txt{
		padding: 15px;
	}
	.card002 .txt.map1{
		width: 100%;
	}
	
}

.card003{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px 0;
}
.card003 .img{
	width: 300px;
	align-self: center;
	position: relative;
}
.card003 .img img{
	width: 100%;
}
.card003 .txt{
	flex: 1;
	padding: 10px 5%;
	align-self: center;
	position: relative;
	z-index: 5;
}
@media (max-width: 960px){
	.card003{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-bottom: 30px;
	}
	.card003 .txt{
		width: 100%;
	}
	
}


@media (max-width: 450px){
	.card003 .txt{
		padding: 10px;
	}
}

/* 写真横並び基本　*/
.photo_flex{
	display: flex;
	align-items:flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:15px;
}
.photo_flex .img{
	width: calc(50% - 8px);
	padding: 0;
}
.photo_flex img{
	width: 100%;
}


/* フッターコンタクト　================================================== */
.bg_contact{
	background: linear-gradient(rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.5) 100%),
		url("../img/img04.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 45% 80%;
	color: #fff;
	padding: 70px 15px 160px;
}


.footer_contact{
	display: flex;
	justify-content: center;
	text-align: center;
	max-width: 960px;
	margin-inline: auto;
}
.footer_contact .phone{
	color: #fff;
	font-weight: 400;
	display: block;
	width: calc(100% - 30px);
	margin: 15px;
	padding: 1.5rem;
	border: solid 1px #fff;
	border-radius: 100px;
	line-height: 100%;
	background: rgba(0,0,0,0.0);
	transition: .5s;
}
.footer_contact .phone .txt{
	font-size: 1rem;
	text-align: center;
	display: block;
	line-height: 120%;
}
.footer_contact .phone .nb{
	font-size: 1.6rem;
	line-height: 120%;
}
.footer_contact .phone:hover{
	background: rgba(0,0,0,0.3);
	color: #fff;
}

.f_comment{
	position: relative;
	width: 100%;
}
.f_comment img{
	position: absolute;
	bottom: 100%;
	left: 70%;
	width: 350px;
}
@media (max-width: 1200px){
	.f_comment img{
		left: auto;
		right: 10px;
	}

}
@media (max-width: 960px){
	.footer_contact{
		flex-direction: column;
	}
	.bg_contact{
		margin-top: 50px;
	}
	.f_comment img{
		left: auto;
		bottom: calc(100% + 140px);
		max-width: 100%;
	}
}
@media (max-width: 750px){
	.bg_contact{
		padding: 70px 15px 100px;
	}
	.f_comment img{
		width: 300px;
	}
}
@media (max-width: 450px){
	.bg_contact{
		padding: 70px 15px 110px;
	}
	.f_comment img{
		width: 270px;
	}
}

/* フッター部分　================================================== */
footer{
	margin-bottom: 0;
	padding: 70px 10px 0;
	background: #fff;
	color: #1a1a1a;
	background: url(../img/bg_tx_b2.webp) no-repeat;
	background-position: bottom;
	background-size: 100%;
}
footer h2{
	text-align: center;
	font-size: 1.6rem;
	margin-bottom: 30px;
	
}
footer h2 img{
	width: 350px;
}
.footer_wrap{
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-direction: column;
	max-width: 960px;
	padding: 0 10px;
	margin:auto;
}
.footer_in{
	width: 100%;
	max-width: 960px;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content:center;
	align-items: center;
}

.footer_in p{
	text-align: center;
}
.cut_footer{
	width: 150px;
	padding: 15px;
}

footer p.copyright{
	font-size: 0.9rem;
	text-align: center;
	padding: 15px;
}
@media (max-width: 960px){
	.footer_wrap{
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	
}
@media (max-width: 750px){
	footer h2{
		text-align: center;
	}
	footer h2 img{
		width: calc(100% - 60px);
	}
}



/* サブページタイトル 
   ========================================================================== */
.subtitle{
	display: block;
	position: relative;
	padding-bottom: 10px;
	
}
.subtitle .inner{
	width: 100%;
	height: 450px;
	background-size: cover;
	background: linear-gradient(rgba(255,255,255,0.6),rgba(255,255,255,0.6)) ,url(../img/bg_sky.webp);
	background-size: cover;
	background-position: bottom;
	clip-path: ellipse(90% 60% at 50% 40%);
}
.subtitle h2{
	color:#f29718;
	position: absolute;
	bottom: 130px;
	width: 100%;
	font-size: clamp(1.8rem, 1.035rem + 2.72vw, 3.5rem);
	text-transform: uppercase;
	padding-bottom: 10px;
	text-align: center;
	-webkit-text-stroke: 5px #fff;
	paint-order: stroke;
	z-index: 8;
	background-image: url(../img/line_dot01.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: auto 16px;
}
.subtitle .cut01{
	position: absolute;
	bottom: 0;
	left: 10px;
	width: 160px;
	z-index: 5;
}
.subtitle .cut02{
	position: absolute;
	bottom: 0;
	right:10px;
	width: 160px;
	z-index: 6;
}



@media (max-width: 960px){
	.subtitle .inner{
		height: 400px;
	}
	.subtitle h2{
		bottom: 160px;
	}
	.subtitle .cut01,
	.subtitle .cut02{
		width: 120px;
	}
}
@media (max-width: 450px){
	.subtitle .cut01,
	.subtitle .cut02{
		width: 80px;
	}
	.subtitle h2{
		bottom: 170px;
	}
}

/*パンくずリスト ================================================== */
.breadcrumb {
	list-style: none;
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	padding: 3px 5px;
	font-size: 0.9em;
	z-index: 10;
}

.breadcrumb li {
	display: inline;
	list-style: none;
	line-height: 100%;

}

.breadcrumb li:after {
	content: '|';
	padding-left: 0.5em;

}

.breadcrumb li:last-child:after {
	content: '';
}

.breadcrumb li a {
	text-decoration: none;
	
}

.breadcrumb li a:hover {
	text-decoration: underline;
}
@media (max-width: 960px){
	.breadcrumb {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: flex-start;
		gap: 8px;
		flex-wrap: wrap;
	}
}
@media (max-width: 450px){
	.breadcrumb {
		bottom: 90px;
	}
}


/* カルーセル============================================================ */
.carousel_wrap{
	width: 100%;
	margin: auto;
}
.carousel {
	width:100%;
	margin: 50px auto;
}
.carousel .inner {
	overflow: hidden;
	padding: 15px;
}
.carousel .inner img {
	display: block;
	aspect-ratio: 4 / 3;
	border-radius: 15px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Map ============================================================ */
.map{
	width: 100%;
}
.map iframe{
	width: 100%;
	vertical-align: middle;
	border:0;
}


/* QA ============================================================ */
.qa-list dl {
    position: relative;
    margin: 0;
    padding: 28px 80px 28px 30px;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
}
.qa-list dl:first-child {
    border-top: 1px solid #ccc;
}
.qa-list dl::before {
    position: absolute;
    top: 35px;
    right: 35px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #f29718;
    border-right: 2px solid #f29718;
}
.qa-list .open::before {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 50px;
    font-weight: bold;
    font-size: 1.2rem;
}
.qa-list dl dt::before {
    font-size: 30px;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: 'Q.';
    color:#f29718;
}
.qa-list dl dd::before {
    font-size: 30px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 2px;
    display: block;
    content: 'A.';
    color: #e65912;
}
.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0 0;
    padding: 0 0 0 50px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
@media (max-width: 750px){
	.qa-list dl{
		 padding: 28px 30px 28px 15px;
	}
	.qa-list dl::before{
		right: 15px;
	}
	.qa-list dl dt{
		padding: 0 0 0 40px;
	}
}
/* sticky ============================================================ */
/* 箱 */
.list_wrap{
	display: flex;
	justify-content: center;
	align-content: center;
	padding: 20px 0;
	position: relative;
}
.list_main{
	padding: 10px;
	flex: 1;
}
.list_main .scroll-point{
	width: 100%;
	margin: auto;
	margin-bottom: 50px;
}

.list_side .scrollwrap{
	position: sticky;
	top: 140px;
	width: 100%;
	min-width: fit-content;
	max-width: 250px;
	padding: 0 30px;
	height: auto;
	z-index: 10;
	
}
.list_side .scrollwrap::-webkit-scrollbar{
	background: #ccc;
	width: 2px;
	height: 2px;
}
.scrollwrap.wide{
	display: block;
}
.scrollwrap.mb{
	display: none;
}

.list_wrap .cut_bl{
	display: block;
	position: sticky;
	top: calc(100vh - 430px);
	left: 15px;
	width: 180px;
}
.list_wrap .cut_bl img{
	margin: 10px;
}
@media (max-width: 1366px){
	.list_side .scrollwrap{
		top: 120px;
	}
	.list_wrap .cut_bl{
		top: calc(100vh - 410px);
	}
}
@media (max-width: 960px){
	.list_wrap{
		flex-direction: column;
	}
	.scrollwrap.wide{
		display: none;
	}
	.scrollwrap.mb{
		display: block;
		position: relative;
		top: 0;
		width: 100%;
		z-index: 10;
	}
}
@media (max-width: 960px){
	.list_wrap{
		padding: 0;
	}
	.list_main{
		padding: 0;
	}
	.list_wrap .cut_bl{
		width: 100%;
		position: relative;
		top: auto;
		left: auto;
		display: flex;
		justify-content: center;
	}
	.list_wrap .cut_bl img{
		width: 150px;
	}
}
@media (max-width: 450px){
	.list_wrap .cut_bl img{
		width: 120px;
	}
}
/* 中身 */
.list_main .scroll-inner{
	width: 100%;
	margin: auto;
	margin-bottom: 50px;
	padding: 50px 15px;
	border-radius: 30px;
	background-color: #f8f4e6;
}
.list_main .scroll-inner p{
	margin-bottom: 1rem;
}
.list_main .scroll-inner:last-child{
	margin-bottom: 0;
}
/* 流れ==================== */
.flow_wrap ul{
	margin-left: 16px;
}
.flow_wrap ul li{
	padding: 0 1rem 2rem;
	position: relative;
}
.flow_wrap ul li::before{
	content: "";
	position: absolute;
	top: 8px;
	left:-9px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #f29718;
}
.flow_wrap ul li::after{
	content: "";
	position: absolute;
	top: 9px;
	bottom: -9px;
	left: -3px;
	width: 3px;
	background-color: #f29718;
}
.flow_wrap ul li:last-child::after{
	content: none;
}

.nb_list_wrap{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 15px;

}

.nb_list ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
}

.nb_list ul li{
	width: 100%;
	display: flex;
	padding: 20px 0;
	margin-inline: 8px;
	border-bottom: solid 1px #98d957;
}

.nb_list ul li span.flow_nb{
	font-size: 2em;
	line-height: 1;
	font-weight: 700;
	color: #f29718;
	position: relative;
	vertical-align: middle;
	margin-top: 0;
	padding-right: 0.5rem;
}
.nb_list ul li span.flow_nb::before{
	content: "STEP";
	font-size: 1rem;
	color: #f29718;
	padding-right: 3px;
}
@media (max-width: 1200px){
	.nb_list {
		padding: 15px;
	}
	.nb_list ul li{
		width: 100%;
	}
	.nb_list ul li:nth-child(n+2){
		margin-left: 0;
	}
}
@media (max-width: 960px){
	.nb_list_wrap{
		flex-direction: column;
		gap:0;
	}
	.nb_list ul li{
		margin-inline:0;
	}
}

/* メールフォーム==================== */
/* TEL FAX */
.phone_flex{
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-inline:auto;
	max-width: 960px;

}
.phone_flex .phone{
	position: relative;
	width: 100%;

}
.phone_flex .phone .inner{
	position: relative;
	color: #30332e;
	display: block;
	padding: 1.5rem;
	z-index: 2;
	border-bottom: dashed 1px #ccc;
	transition: .5s;
}

.phone_flex .phone .nb{
	font-weight: 700;
	font-size: clamp(1.6rem, 1.195rem + 1.44vw, 2.5rem);
	line-height: 52px;
	display: block;
	color:#81b350;
	white-space: nowrap;
	transition: .5s;
}
.phone_flex .phone .nb i{
	display: inline-block;
	text-align: center;
	color: #fff;
	background:#81b350;
	vertical-align: bottom;
	line-height: 52px;
	width: 52px;
	font-size: 1rem;
	border-radius: 50%;
	margin-right: 1rem;
	transition: .5s;
}
.phone_flex .phone .nb:hover{
	color: #f29718;
}
.phone_flex .phone .nb:hover i{
	background: #f29718;
}
.phone_flex .phone .txt01{
	font-size: 1.1rem;
	font-weight: 500;
	text-align: center;
	display: block;
	padding: 10px;
}
.phone_flex .phone .txt02{
	font-size: 1rem;
	text-align: center;
	display: block;
	margin-top: 1em;
	font-weight: 400;
	
}
.phone_flex .phone .txt03{
	font-size: 0.75rem;
	text-align: left;
	display: block;
	margin-top: 1em;
}
.phone_flex .phone ul{
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.phone_flex .phone ul li{
	font-size: 0.9em;
	font-weight: 500;
	padding: 1em 0.5em 0;
}
.phone_flex .phone ul li i{
	padding-right: 0.5em;
	color: #40e6b9;
}
.phone_flex .phone dl{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	font-weight: 500;
	margin-bottom: 0.5rem;
}
.phone_flex .phone dl dt{
	width: 5em;
	text-align: left;
	font-size: 0.9rem;
}
.phone_flex .phone dl dd{
	flex: 1;
	font-size: 0.9rem;
	text-align: left;
	text-indent: -1rem;
	margin-left: 1rem;
}
.phone_flex .phone dl dd::before{
	content: '｜'
}
.dl_wrap{
	margin-top: 15px;
	margin-left: 15px;
}
#mailformpro{
	width: 100%;
	padding: 20px;
}
#mailformpro table{
	width: 100%;
	font-size: 1rem;
	border-collapse: collapse;
	border-spacing: 0;
}
#mailformpro table tr{
	border-bottom: solid 1px #f29718;
}

#mailformpro table th{
	width: 250px;
	text-align: left;
	padding:1em 0.5em;
	vertical-align: middle;
	line-height: 120%;
	font-weight: 700;
}
#mailformpro table td{
	padding: 1em;
}
.flex_btn{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
}
#mailformpro .radio{
	margin-right: 2em;
	margin-bottom: 0.5rem;
	border-bottom: dashed 1px #ccc;
}
#mailformpro .checkbox{
	margin-right: 2em;
	margin-bottom: 0.5rem;
	border-bottom: dashed 1px #ccc;
}
#mailformpro .form_input,#mailformpro textarea{
	background:#f5f5f5;
	color: #666;
	width: 100% !important;
	padding: 15px 10px;
	border: none;
}
#mailformpro textarea{
	min-height: 10em !important;
}
#mailformpro .form_input.mini{
	width: 150px !important;
}
#mailformpro span.form_required{
	display: inline-block;
	font-size: 60%;
	font-weight: normal;
	color: #fff;
	background:#f29718;
	padding: 3px 8px;
	margin-left: 0.5rem;
	border-radius: 5px;
}
input[type='submit']{
	display: block;
	width: 100%;
	max-width: 300px;
	padding: 1em;
	font-weight: 400;
	background: #fff;
	border:solid 1px #ccc;
	color:#1a1a1a;
	border-radius: 50px;
	margin: 0 auto;
	transition: .5s;
}
input[type='submit']:hover{
	background:#f29718;
	color: #fff;
}
input[type='radio']{
	accent-color: #f29718;
	cursor:pointer
}

input[type='checkbox']{
	accent-color: #f29718;
	cursor:pointer
}
input[type='file']{
	width: 100%;
	margin-bottom: 0.6em;
}
label {
  cursor: pointer;
}
::placeholder{
	color: #999;
}
.cp_ipselect {
	overflow: hidden;
	width: 100%;
}
.cp_ipselect select {
	color: #666;
	width: 100%;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}

.cp_ipselect.cp_sl01 {
	background-color: #f5f5f5;
	position: relative;
	padding: 0.5rem;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 50%;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}
.cp_ipselect select option{
	padding: 0.5rem;
}
.infobox{
	margin-bottom: 30px;
}
.infobox h4{
	text-align: center;
	font-size: 1em !important;
	padding-bottom: 1em;
	font-weight: 700;
}
.infobox h5{
	font-weight: 700;
	font-size: 0.9rem;
	margin-top: 1em;
}
.infobox h5 i{
	color: #f29718;
}
.infobox p{
	font-size: 0.8em !important;
	padding: 0.5em 0;
}
summary{
	cursor: pointer;
	display: block;
	list-style: none;
}
summary::-webkit-details-marker {
	color: transparent;
	display: none;
}
details::before{
	display: none;
}
details[open]{
	animation: fadeIn 1s ease;
}
@keyframes fadeIn {
  0% {
    opacity: 0; /* 透明 */
    transform: translateY(-10px); /* 上から表示 */
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
details summary h4::before{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f067';
	padding-right: 15px;
}
details[open] summary h4::before{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f068';
	padding-right: 15px;
}

@media (max-width: 960px){
	#mailformpro{
		padding: 10px 0;
	}
	#mailformpro table th,
	#mailformpro table td{
		display: block;
		width: 100%;
		padding: 1rem 0 0.5rem;
	}
	#mailformpro table td{
		padding-bottom: 1rem;
	}
	
	input[type='text'] ,input[type='date'] , textarea{
		width: 100% ;
	}
	#mailformpro .radio,#mailformpro .checkbox{
		margin: 0 0 0.5rem 1rem;
	}
}
@media (max-width: 960px){
	.reverse{
		flex-direction: column-reverse;
	}

}

