@charset "utf-8";
body{
    min-width: 1300px;
    position: relative;
    margin:0 auto;
	text-align: justify;
	text-justify: inter-ideograph;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-family: 'NotoSansJP';
	word-break: break-all;
}
@font-face{
	src:  url('../font/NotoSansJP.woff') format('woff');
	font-family: 'NotoSansJP';
	font-style: normal;
	font-display: swap;
}
@font-face{
	src:  url('../font/NotoSansJP-Bold.woff') format('woff');
	font-family: 'NotoSansJP-Bold';
	font-style: normal;
	font-display: swap;
}
@font-face{
	src:  url('../font/Outfit.woff') format('woff');
	font-family: 'Outfit';
	font-style: normal;
	font-display: swap;
}
::selection{
	color: #fff;
	background: #ef5a26;
}
a[href^="tel:"] {pointer-events: none!important;}
a{transition: all .3s ease;}

/* 共通 */
.mb10{margin-bottom: 10px!important;}
.mb20{margin-bottom: 20px!important;}
.mb30{margin-bottom: 30px!important;}
.mb40{margin-bottom: 40px!important;}
.mb50{margin-bottom: 50px!important;}
.mb75{margin-bottom: 75px!important;}
.mb120{margin-bottom: 120px!important;}
.fs18,.fs18 *{font-size: clamp(16px, 1.1vw, 18px)!important;}
.fs20,.fs20 *{font-size: clamp(16px, 1.3vw, 20px)!important;}
.fs22,.fs22 *{font-size: clamp(16px, 1.7vw, 22px)!important;}
.fs25,.fs25 *{font-size: clamp(18px, 2vw, 25px)!important;}
.fs28,.fs28 *{font-size: clamp(23px, 2.3vw, 28px)!important;}
.fs33,.fs33 *{font-size: clamp(26px, 3vw, 33px)!important;}
.fs40{font-size: clamp(35px, 5vw, 40px)!important;}
.wb,.wb *{
	font-family: 'NotoSansJP-Bold';
	font-weight: 500;
}
.fcw{color: #fff;}
.fco{color: #ef5a26;}
.center,.center_l{text-align: center;}
.lh{line-height: 1.8;}
.sp_on{display: none;}
.marker_red{background:linear-gradient(transparent 65%, #fc758b 65%);}

/* ファーストビュー
------------------------------------------------------------*/
.first_view{background-color: #fffbf5;}

/* ヘッダー
------------------------------------------------------------*/
header{
	width: 93%;
	margin: 0 auto;
	padding: 15px 0 20px;
	position: relative;
}
h1{
	font-size: clamp(12px, 1vw, 14px);
	color: #999;
	margin-bottom: 10px;
}
#header_wrap,.pc-nav ul{
	display: flex;
	align-items: center;
}
#header_wrap a.logo{
	max-width: 208px;
	width: 20%;
	margin-right: 40px;
}
#header_wrap a.logo img{
	display: block;
	width: 100%;
}
a.h_contact_btn{
	max-width: 260px;
	width: 20%;
	/*background: #ef5a26 url("../images/h_contact-icon.webp") no-repeat 95% center / 35px;*/
	background-color: #ef5a26;
	padding: 15px 15px 17px;
}
a.h_contact_btn span{
	font-size: clamp(16px, 1.5vw, 20px);
	letter-spacing: 0.1em;
}

.header_btn{
	width: 40%;
	position: absolute;
	top: 10px;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header_btn a{text-align: center;}
.header_btn a.h_contact_btn{width: 100%;}
.header_btn li:last-child{width: 35%;}
.header_btn li:nth-child(-n+2){
	width: 28%;
	padding-top: 5px;
}
.header_btn li:nth-child(-n+2) a{
	display: block;
	background-color: #ffde80;
	line-height: 1.3;
	padding: 10px 0;
	border-radius: 10px;
}
@media (any-hover: hover) {
	.header_btn li:nth-child(-n+2) a:hover{
		background-color: #ef5a26;
		color: #fff;
	}
}
.header_btn li:not(:last-child){margin-right: 10px;}

/* 追従ボタン
------------------------------------------------------------*/
#follow_btn{
	max-width: 700px;
	width: 100%;
	display: flex;
	justify-content: center;
	position: fixed;
	left: 50%;
	bottom: 5px;
	transform: translateX(-50%);
	z-index: 3;
}
#follow_btn > li:not(:last-child){margin-right: 5px;}
@media (any-hover: hover){#follow_btn a:hover{opacity: 0.8;}}

/* ナビゲーション
------------------------------------------------------------*/
.pc-nav ul{padding-top: 25px;}
.pc-nav ul li:not(:first-child){margin-left: 40px;}
.pc-nav ul li a{font-size: clamp(16px, 1.3vw, 20px);}
.pc-nav ul li:last-child{display: none;}

/* ついてくるnav */
.clone-nav{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 5;
	transition: .3s;
	transform: translateY(-150%);
	background: #fff;
	border-bottom: 1px #CCC solid;
	padding: 13px 0 20px;
}
.clone-nav ul{
	justify-content: center;
	padding-top: 0!important;
}
.clone-nav li:not(:nth-last-child(-n+2)){margin-right: 30px;}
.is-show{transform: translateY(0);}
@media (any-hover: hover){.pc-nav li a:hover{color: #EF5A26;}}

/* ドロワー */
.drawer-hamburger{display: none!important;}
.drawer-hamburger{
	width: 35px!important;
	height: 35px!important;
	padding: 5px 8px 8px!important;
	background-color: #EF5A26!important;
	border-radius: 0 0 0 8px;
	position: fixed!important;
	top: 0!important;
	right: 0!important;
	z-index: 99!important;
}
.drawer-hamburger-icon,.drawer-hamburger-icon:after,.drawer-hamburger-icon:before{
	width: 25px!important;
	height: 1px !important;
	background-color: #fff!important;
	border-radius: 30px;
	margin: 0 auto!important;
}
.drawer-hamburger-icon{top: 0px!important;}
.drawer-open .drawer-hamburger-icon{background-color: transparent !important;}
.drawer-hamburger-icon:after{top: 8px !important;}
.drawer-hamburger-icon:before{top: -8px !important;}
.drawer-open .drawer-hamburger-icon:after, .drawer-open .drawer-hamburger-icon:before{top: 0 !important;}
.drawer-nav{z-index: 10!important;width: 100% !important;background: #fff;height: 100%!important;}
.drawer--right.drawer-open .drawer-hamburger{right: 225px !important;}
.drawer-overlay{
	background: none !important;
	display: none!important;
}
.drawer--top .drawer-nav{
	opacity: 0!important;
	transition: opacity .3s linear!important;
	visibility: hidden;
}
.drawer--top .drawer-nav,.drawer--top.drawer-open .drawer-nav{top: 0!important;}
.drawer--top.drawer-open .drawer-nav a{pointer-events: auto!important;}
.drawer--top.drawer-open .drawer-nav{
	opacity: 1!important;
	visibility: visible;
}

/* この下でデザイン */
.drawer-nav{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%!important;
	border: 8px #ef5a26 solid;
}
.drawer-menu{
	width: 90%;
	margin: 0 auto;
}
.drawer-menu li{text-align: center;}
.drawer-menu li:not(:last-child){
	border-bottom: 1px #ef5a26 solid;
	padding-bottom: 20px;
}
.drawer-menu li:nth-last-child(2){margin-bottom: 35px;}
.drawer-menu li:not(:nth-last-child(-n+2)){margin-bottom: 20px;}
.drawer-menu a{
	font-family: 'NotoSansJP-Bold';
	font-weight: 500;
}
.drawer-menu a.h_contact_btn{
	width: 100%;
	position: inherit;
	margin: 0 auto;}


/* コンテンツ
------------------------------------------------------------*/
.content{padding: 120px 0;}
.inner_box01,.inner_box02{
	width: 90%;
	margin: 0 auto;
}
.inner_box01{max-width: 1300px;}
.inner_box02{max-width: 1600px;}
.bgy{background-color: rgba(255,222,128,0.4);}
.bgy_thin{background-color: #fff8e6;}
.bgo{background-color:#ef5a26;}
.bgw{background-color: #fff;}
.bb_y{border-bottom: 13px rgba(255,222,128,0.4) solid;}
.dot_bg{
	background-image: url("../images/dot_bg.webp");
	background-position: left top;
	background-size: 30px;
}
.stripe_b::before,.stripe_a::after{
	content: '';
	width: 100%;
	height: 40px;
	background: url("../images/stripe.webp") repeat-x left top / contain;
	display: block;
}

/* タイトル
-------------------------------------------*/
.title,.title span{
	font-family: 'NotoSansJP-Bold';
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.4;
}
.title{
	font-size: clamp(26px, 3vw, 33px);
	text-align: center;
	border-bottom: 1px #1a1a1a solid;
	padding-bottom: 50px;
}
.title span{
	font-size: clamp(40px, 6vw, 55px);
	color: #ef5a26;
}

/* .speech_title */
.speech_title_y > *{
	display: block;
	background-color: #ffde80;
	padding: 25px 20px 30px;
	border-radius: 15px;
}
.speech_title_y::after{
	content: '';
	width: 40px;
	height: 30px;
	display: block;
	background: url("../images/speech_y.webp") no-repeat center / contain;
	margin: 0 auto;
}

/* ボタン
-------------------------------------------*/
a.btn,a.h_contact_btn{
	display: block;
	border-radius: 10px;
	box-shadow: 0px 7px 0px #d33409;
	transition: .3s;
}
a.btn{
	max-width: 520px;
	width: 100%;
	background: #ef5a26 url("../images/arrow_w.webp") no-repeat 95% center / 18px;
	margin: 0 auto;
	padding: 20px 0 25px;
}
a.btn span,a.h_contact_btn span{
	font-family: 'NotoSansJP-Bold';
	font-weight: 500;
	color: #fff;
	letter-spacing: 0.1em;
}
a.btn span{
	display: block;
	font-size: clamp(23px, 2.3vw, 28px);
	text-align: center;
}
@media (any-hover: hover){
	a.btn:hover,a.h_contact_btn:hover{
		box-shadow: unset;
		transform: translateY(4px);
	}
}

/* フレックスボックス
-------------------------------------------*/
.flex_between{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.c3 > *{width: 31%;}

/* img_box
-------------------------------------------*/
.img_box{
	display: flex;
	align-items: center;
}
.img_box > img{
	display: block;
	flex-shrink: 0;
	margin-right: 60px;
}
.img_box > div{width: 100%;}

/* hover_img
-------------------------------------------*/
.hover_img{
	overflow: hidden;
	border-radius: 15px;
}
.hover_img > img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	transition: .5s;
}
@media (any-hover: hover){a:hover .hover_img img{transform: scale(1.1)!important;}}

/* フッター
------------------------------------------------------------*/
footer > div{position: relative;}
footer .inner_box01{padding: 60px 0 170px;}
a.f_logo{
	display: block;
	width: 280px;
	margin: 0 auto 30px;
}
#pagetop{
	height: fit-content!important;
	position: absolute;
	top: 40px;
	right: 0;
}
@media (any-hover: hover){#pagetop a:hover{opacity: 0.8;}}

/* 1025px以下から
------------------------------------------------------------*/
@media only screen and (max-width:1025px){
	body {min-width: 980px!important;}
	a[href^="tel:"]{pointer-events: auto!important;}
	
	/* 共通 */
	.mb20{margin-bottom: 15px!important;}
	.mb30{margin-bottom: 20px!important;}
	.mb40,.mb50{margin-bottom: 30px!important;}
	.mb75{margin-bottom: 45px!important;}
	.mb120{margin-bottom: 70px!important;}
	.fs18,.fs18 *,.fs20,.fs20 *{font-size: 15px!important;}
	.fs22,.fs22 *,.fs25,.fs25 *{font-size: 16px!important;}
	.fs28,.fs28 *{font-size: 18px!important;}
	.fs33,.fs33 *{font-size: 20px!important}
	.fs40{font-size: 26px!important;}
	
	/* ヘッダー
	--------------------------------------*/
	header{padding: 10px 0 50px;}
	h1{
		font-size: 12px;
		line-height: 1.4;
		padding-right: 55px;
		margin-bottom: 15px;
	}
	#header_wrap a.logo{
		max-width: inherit;
		width: 160px;
		display: block;
		margin: 0 auto 15px;
	}
	#header_wrap > a.h_contact_btn{display: none;}
	.header_btn{
		position: static;
		max-width: 450px;
		width: 100%;
		margin: 0 auto;
		justify-content: center;
	}
	.header_btn li br,.header_btn li:last-child{display: none;}
	.header_btn li:nth-child(-n+2){width: 50%;}
	.header_btn li:nth-child(-n+2) a{
		font-size: 14px;
		padding: 10px 13px 13px;
		border-radius: 5px;
	}
	
	/* 追従ボタン
	--------------------------------------*/
	#follow_btn{max-width: 550px;}

	/* ナビゲーション
	--------------------------------------*/
	.drawer-hamburger{display: block!important;}
	
	/* コンテンツ
	--------------------------------------*/
	.content{padding: 70px 0;}
	.dot_bg{background-size: 20px;}
	.stripe_b::before,.stripe_a::after{height: 25px;}

	/* タイトル
	----------------------------*/
	.title{
		font-size: 22px;
		padding-bottom: 30px;
	}
	.title span{font-size: 30px;}
	.title.mb75{margin-bottom: 40px!important;}
	
	/* .speech_title */
	.speech_title_y > *{
		padding: 17px 15px 23px;
		border-radius: 10px;
	}
	.speech_title_y::after{
		width: 25px;
		height: 18px;
	}

	/* ボタン
	----------------------------*/
	a.btn{
		max-width: 340px;
		background-size: 15px;
		padding: 13px 0 17px;
	}
	a.btn span{font-size: 16px;}
	
	/* img_box
	----------------------------*/
	.img_box > img{margin-right: 40px;}
	
	/* フッター
	--------------------------------------*/
	footer .inner_box01{padding: 40px 0 120px;}
	a.f_logo{
		width: 180px;
		margin-bottom: 20px;
	}
	#pagetop{top: 25px;}
	#pagetop img{width: 80px;}
}

/* 750px以下から
------------------------------------------------------------*/
@media only screen and (max-width:750px){
	body {min-width: 700px!important;}
	
	
	/* コンテンツ
	--------------------------------------*/
	/* フレックスボックス
	----------------------------*/
	.c3 > *{width: 48%;}
	.c3 > *:not(:last-child){margin-bottom: 40px;}
	
	/* img_box
	----------------------------*/
	.img_box{flex-wrap: wrap;}
	.img_box > img{margin: 0 auto 20px;}
}

/* 500px以下から
------------------------------------------------------------*/
@media only screen and (max-width:500px){
    body {
		min-width: inherit!important;
		width: 100%;
	}
	/* 共通 */
	.sp_on{display: block;}
	.sp_non{display: none;}
	.center_l{text-align: inherit;}
	
	/* ヘッダー
	--------------------------------------*/
	#header_wrap a.logo{width: 140px;}
	.header_btn li br{display: block;}
	
	/* 追従ボタン
	--------------------------------------*/
	#follow_btn > li:not(:last-child){margin-right: 0;}
	#follow_btn{bottom: 0;}
	
	/* コンテンツ
	--------------------------------------*/
	.content{padding: 60px 0;}
	
	/* タイトル
	----------------------------*/
	.title{
		font-size: 18px;
		padding-bottom: 25px;
	}
	
	/* コンテンツ
	--------------------------------------*/
	/* フレックスボックス
	----------------------------*/
	.c3 > *{width: 100%;}
	
	/* フッター
	--------------------------------------*/
	footer .inner_box01{padding-bottom: 100px;}
	a.f_logo{
		width: 140px;
		margin-bottom: 15px;
	}
	#pagetop img{width: 60px;}
	footer p.fs22{font-size: 14px!important;}
}
