@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');

:root{
	/*使用しない場合も必ず設定*/
	--i_bg_color: #fff;	/*背景色*/
	--i_txt_color: #333;	/*テキスト*/
	--i_main_color: #0f3675;	/*メイン*/
	--i_sub_color: #e61118;	/*アクセント*/
	--i_sub2_color: #e8f2f7;	/*薄い色*/
	--i_btn_color: #e61118;	/*ボタン*/
	--i_btn_hover_color: #91080f;	/*ボタンhover*/
	--i_btn_txt_color: #fff;	/*ボタンテキスト*/
	--i_btn_hover_txt_color: #fff;	/*ボタンテキスト*/
	--i_shadow_color: rgba(34, 43, 47, 0.08);	/*シャドウ*/
	--i_border_color: rgba(0, 0, 0, 0.13);	/*ボーダー*/
	--i_noimg_bg_color: #e8f2f7; /*画像無し*/
	--i_padding: 20px;	/*左右余白*/
}
@media screen and (max-width: 500px){
	:root{
		--i_padding: 20px;	/*左右余白*/
	}
}

/*------------------------------------------------------------------*/
/*-----------------------------base---------------------------------*/
/*------------------------------------------------------------------*/

html{
	font-size: 62.5%;
}
body{
	font-size: 1.65rem;
	line-height: 1.9;
	letter-spacing: 0.02rem;
	-webkit-text-size-adjust: 100%;
	color: var(--i_txt_color);
	font-weight: 500;
}
body,
main{
	background: var(--i_bg_color);
}

/*font*/
header nav ul.nav_1st > li > a,
header .header_contents .header_col1 .btn > a,
#mv .mv_text h2,
#mv .mv_text p,
#lv p span,
.heading .h,
.heading p,
.contents_btn01 a,
.glossary_archive .content_wrapper .heading.block_header_2 a::after,
main form .submit span input,
footer nav li a,
header .header_contents .header_col1 .tel a,
header .header_contents .header_col1 .tel span,
#fixbtn .fixbtntel a,
#fixbtn .fixbtntel span{
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
}

@media screen and (max-width: 850px){
	html{
		font-size: 60.606%;
	}
	body{
		letter-spacing: 0px;
	}
}
a{
	outline: 0;
	text-decoration: none;
	color: var(--i_txt_color);
}
section[style*=" color:"]:not([style*=" color: inherit"]) a,
div[style*=" color:"]:not([style*=" color: inherit"]) a{
	color: inherit;
}
/*composite_boxの最大高さとトリミングの起点*/
/*基本はjsにより各カラム中から最大の画角に設定*/
.composite_box01 .inner_item_img img{
	object-position: 50% 50%;
	font-family: 'object-position: 50% 50%;';
}

@media screen and (max-width: 850px){
	#sidebar{
		border: 5px solid #e8f2f7 !important;
		border-radius: 8px;
	}
}
.no_img{
	background: var(--i_noimg_bg_color, rgba(200,200,200,0.3));
	border-radius: 10px;
}

/*----------------------------loader----------------------------*/

#load div:nth-of-type(1){
	background: #fff;
}
#load .loader,
.popup .loader{
	border: 1px solid var(--i_main_color);/*★*/
}
#load .loader,
#load .loader::before,
.popup .loader,
.popup .loader::before{
	border-top-color: var(--i_main_color);
}
#load .loader::before,
#load .loader::after,
.popup .loader::before,
.popup .loader::after{/*★*-1*/
	left: -1px;
	top: -1px;
}
#load .loader,
.popup .loader{
	border: 1px solid var(--i_main_color);/*★*/
}
#load .loader,
#load .loader::before,
.popup .loader,
.popup .loader::before{
	border-top-color: #0f3675 !important;
}
#load .loader::before,
#load .loader::after,
.popup .loader::before,
.popup .loader::after{/*★*-1*/
	left: -1px;
	top: -1px;
}
#load img{
	max-width: 210px;
}
@media screen and (max-width: 650px){
	#load img{
		max-width: 180px;
	}
}

/*----------------------------header----------------------------*/

header{
	font-size: 1.4rem;
	color: #fff;
	/*! background: #fff; */
}
body.scrolled header{
	padding-top: 0;
}
header .wraper{
	max-width: 1300px;
}
body.scrolled header{
	background: #fff;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.03);
}
header h1{
	line-height: 1.5;
	font-size: 1.2rem;
	font-weight: normal;
	opacity: 0.7;
	top: 13px !important;
}
body.scrolled header .header_contents header h1{
	color: #333333;
}
body.scrolled header .logo{
	padding: 10px 0 !important;
}
header .logo,
header .logo a{
	max-width: 315px;
}
@media all and (-ms-high-contrast: none) {
  	*::-ms-backdrop, header .logo{
		/* IE11 にのみ適用される */
		min-height:139px;
  	}
  	*::-ms-backdrop, body.scrolled header .logo a img{
		/* IE11 にのみ適用される */
	top: 0 !important;
  	}
  	*::-ms-backdrop, header#pattern2 .logo{
		/* IE11 にのみ適用される */
	  	padding-top: 35px;
  	}
  	*::-ms-backdrop, body.scrolled header#pattern2 .logo{
		/* IE11 にのみ適用される */
	  	top: 20px;
  	}
	*::-ms-backdrop, header#pattern2 nav ul.nav_1st{
		/* IE11 にのみ適用される */
	  	min-height: 45px !important;
  	}
}
body.scrolled header .logo a img{
	max-height: 85px;
}
header .header_contents .header_col1{
	/* ▼水平方向レイアウト */
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	/* ▼垂直方向レイアウト */
	/*flex-direction: column;
	align-items: flex-end;*/
}
header .header_contents .header_col1 .tel{
	position: relative;
	font-size: 26px;
	line-height: 1;
	padding-left: 26px;
	font-weight: bold;
}
header .header_contents .header_col1 .tel svg,
header .header_contents .header_col1 .btn .translate a svg,
header .header_contents .header_sns li svg{
	fill:#fff !important;
}
body.scrolled header .header_contents .header_col1 .tel svg,
body.scrolled header .header_contents .header_col1 .btn .translate a svg,
body.scrolled header .header_contents .header_sns li svg{
	fill:var(--i_txt_color) !important;
}
header .sp_menu a div span,
header .sp_menu a div:before,
header .sp_menu a div:after{
	background: #fff;
}
body.scrolled header .sp_menu a div span,
body.scrolled header .sp_menu a div:before,
body.scrolled header .sp_menu a div:after{
	background: #222;
}
body.scrolled header.open .sp_menu a div span,
body.scrolled header.open .sp_menu a div:before,
body.scrolled header.open .sp_menu a div:after{
	background: var(--i_txt_color);
}
header.open .sp_menu a div span,
header.open .sp_menu a div:before,
header.open .sp_menu a div:after{
	background: var(--i_txt_color);
}
body.scrolled header .burger li.sp_translate a svg{
	fill: #222;
}
header .burger li.sp_translate a svg{
	fill: #fff;
}
header.open .burger li.sp_translate a svg{
	fill: var(--i_txt_color);
}
body.scrolled header .burger li.sp_translate a svg{
}
body.scrolled header.open .burger li.sp_translate a svg{
	fill: var(--i_txt_color);
}
header .header_contents .header_col1 .tel svg{
	width: 22px;
	height: 22px;
	top: calc(50% - 11px);
	left: 0;
	fill:#fff !important;
}
body.scrolled header .header_contents .header_col1 .tel svg{
	fill:#fff;
}
header .header_contents .header_col1 .btn>a{
	display: inline-block;
	text-align: center;
	width: auto;
	background: var(--i_btn_color);
	color: #fff;
	padding: 12px 15px;
	transition: 0.4s ease-in-out;
	letter-spacing: 0.2rem;
	font-weight: 600;
	font-size: 1.4rem;
	border-radius: 100px;
	min-width: 250px;
}
header .header_contents .header_col1 .btn>a:hover{
	opacity: 0.6;
}
header .header_contents .header_col1 .btn .translate a svg{
	max-width: 74%;
	max-height: 74%;
	margin: 13% auto 0;
}
header .header_contents .header_col1 .tel a, 
header .header_contents .header_col1 .tel span{
	color: #fff;
}
body.scrolled header .header_contents .header_col1 .tel a,
body.scrolled header .header_contents .header_col1 .tel span{
	color: var(--i_txt_color);
}
header .header_contents .header_col1 .btn .translate a:hover{
	opacity: 0.8;
}
header#pattern1 nav,
header#pattern3 nav{
}
header nav *{
	color: var(--i_txt_color);
}
header#pattern2.width_full nav {
	padding-right: 0 !important;
}
body.scrolled header#pattern2 nav ul.nav_1st{
	border-bottom: none;
}
header nav ul.nav_1st{
	width: 80% !important;
	max-width: 1450px !important;/*任意*/
	padding-right: 25px;
}
body.scrolled header nav ul.nav_1st{
	border-bottom: 0;
}
header#pattern2:not(.width_full) nav {
	max-width: 1300px;
}
header nav ul.nav_1st>li{
	box-sizing: border-box;
	position: relative;
	padding:0 0.5rem
}
header nav ul.nav_1st>li span{
	position: relative;
}
body.scrolled header nav ul.nav_1st>li span:after{
	display: none;
}
header nav ul.nav_1st>li:last-child:before{/*罫線*/
	content: "";
	width: 1px;
	height: 50%;
	position: absolute;
	top: 25%;
	right: 0;
}
header nav ul.nav_1st>li>a{
	font-size: 1.4rem;
	font-weight: bold;
	position: relative;
	padding-left: 1vw;
	padding-right: 1vw;
	overflow: visible;
}
body.scrolled header nav ul.nav_1st>li>a:before{
	display: none;
}
header nav ul.nav_1st>li>a span{
	/*ナビの高さはline-heightで調整*/
	line-height: 3.5;/* マージン普通選択時 */
	letter-spacing: 0.4rem;
	font-weight: 600;
	transition: 0.4s ease-in-out;
	color: #fff;
	font-size: 1.5rem;
}
header nav ul.nav_1st>li>a:hover span{
}
header#pattern2 nav ul.nav_1st>li>a span{
	line-height: 3.5;
}
body.scrolled header#pattern2 nav ul.nav_1st>li>a span{
	line-height: 3;
	color: #222;;
}
body.margin header nav ul.nav_1st>li>a span{
	line-height: 4;/* マージン広い選択時 */
}

header nav ul.nav_2nd{
	padding-top: 20px;
}
header nav ul.nav_1st>li:hover ul.nav_2nd{
	padding-top: 10px;
}
header nav ul.nav_2nd>li{
	background: rgba(255, 255, 255, 0.95);
	border-bottom: 1px solid rgba(0, 0, 0, 0.13);
	box-shadow: 2px 2px 5px var(--i_shadow_color);
}
header nav ul.nav_2nd>li:nth-last-of-type(1){
	border-bottom: none;
}
header nav ul.nav_2nd li a{
	padding: 10px 20px;
	font-weight:  600;
	font-size: 1.4rem;
}
header nav ul.nav_2nd>li>a{
	padding-right: 30px;
}
header nav ul.nav_2nd>li>a:after{
	height: 5px;
	width: 5px;
	transform: rotate(-45deg);
	border-right: 1px solid var(--i_sub_color);
	border-bottom: 1px solid var(--i_sub_color);
	top: calc(50% - 2.5px);
	right: 20px;
}
header nav ul.nav_3rd{
	padding-left: 20px;
}
header nav ul.nav_3nd li a{
	padding: 5px 20px;
}
header nav ul.nav_3rd>li>a:after{
	height: 1px;
	width: 4px;
	background: var(--i_sub_color);
	top: calc(50% - 0.5px);
	left: 5px;
}
@media screen and (max-width: 900px){
	header nav{
		width: 95%;
	}
	header .header_contents .header_col1 .tel svg,
	header .header_contents .header_col1 .btn .translate a svg,
	header .header_contents .header_sns li svg {
		fill: var(--i_btn_color) !important;
	}	
	header .header_contents .header_col1 .tel a, header .header_contents .header_col1 .tel span {
		color: var(--i_txt_color);
	}	
	header .logo a img{
		max-height: 85px !important;
	}
	header#pattern2.width_full h1{
		color: var(--i_txt_color);
	}
body.scrolled header#pattern2 nav ul.nav_1st>li>a span{
	line-height: 3;
	color: var(--i_txt_color);
}	
	header .burger{
		padding-right: 25px;
	}
	header.width_full .wraper {
	padding: 0 15px 0 0;
	width: 100%;
	}
	header#pattern2.width_full .logo{
		padding: 10px 20px!important;
	}
	header .header_contents .header_col1 .tel svg{
		fill: var(--i_txt_color) !important;
	}
	.header_contents .header_col1 .tel a,
	.header_contents .header_col1 .tel span {
	color: var(--i_txt_color);
	}
	header nav ul.nav_1st>li>a span{
		color: var(--i_txt_color);
	}
	header{
		padding-top: 10px;
	}
	header,
	header *,
	header nav ul.nav_2nd li a{
	}
	body.scrolled header .logo{
		padding: 10px 0 !important;
	}
	header.open:after,
	header .header_contents{
		background: rgba(255, 255, 255,0.9);
		overflow-x: hidden;
	}
	header .burger li.sp_translate a svg{
		height: 28px;
		width: 28px;
		margin: 10% auto;
	}
	header .header_sns{
		border-bottom: none;
	}
	header .header_sns:empty,
	header .header_contents .header_col1:empty,
	header .header_contents .header_col2:empty{

		border: none;
	}
	header .header_contents .header_col1 .tel,
	header .header_contents .header_col1 .btn{
		float: none;
	}
	header .header_contents .header_col2{
		display: block !important;
	}
	header nav{
		border-bottom: 1px solid var(--i_border_color);
	}
	header nav ul.nav_1st{
		/*border-top: 1px solid var(--i_border_color);*/
		width: 105% !important;
	}
	header nav ul.nav_1st li{
		border-bottom: 1px solid var(--i_border_color);
	}
	header nav ul.nav_1st>li:before,
	header nav ul.nav_1st>li:after{
		display: none !important;
	}
	header nav ul.nav_1st>li i:before,
	header nav ul.nav_1st>li i:after{
		background: var(--i_main_color);
	}



	header nav ul.nav_2nd{
		border-top: 1px solid var(--i_border_color);
	}
	header nav ul.nav_2nd>li{
		box-shadow: none;
	}
	header nav ul.nav_2nd>li *{
		color: var(--i_txt_color);
	}
	header nav ul.nav_3rd{
		border-top: 1px solid var(--i_border_color);
	}
	header nav ul.nav_3rd>li:nth-last-of-type(1){
		border-bottom: none;
	}
	header#pattern4 .logo{
		margin: 0 !important;
	}
	header#pattern4 .burger{
		right: 0;
		position: absolute;
		margin: 0 10px;
	}
	header .logo a img{
		max-width: 130px;
		transition: 0.8s ease-in-out;
	}
	body.scrolled header .logo a img{
	}	
}

/*----------------------------余白設定----------------------------*/

main>section:first-child:not([class*="pt"]),
main>div:first-child:not([class*="pt"]),
div[class*='pb']+.contents_related,
section[class*='pb']+.contents_related,
div[class*='pb']+.contents_related_tags,

section[class*='pb']+.contents_related_tags{
	padding-top: 60px;
}
main>section:not([class*="pt"]),
main>div:not([class*="pt"]),
aside>section:not([class*="pt"]),
aside>div:not([class*="pt"]){
	padding-bottom: 60px;
}
@media screen and (max-width: 800px){
	main>section:first-child:not([class*="pt"]),
	main>div:first-child:not([class*="pt"]),
	div[class*='pb']+.contents_related,
	section[class*='pb']+.contents_related,
	div[class*='pb']+.contents_related_tags,
	section[class*='pb']+.contents_related_tags{
		padding-top: 40px;
	}
	main>section:not([class*="pt"]),
	main>div:not([class*="pt"]),
	aside>section:not([class*="pt"]),
	aside>div:not([class*="pt"]){
		padding-bottom: 40px;
	}
}

/*----------------------------見出し----------------------------*/

section .content_wrapper>.heading:first-child:last-child{
	margin-bottom: 0;
}

/*--*/

section:not([class*="pt"]) .content_wrapper>.heading:first-child:last-child{
	margin-bottom: 0;
}
.heading.block_header_1,
.heading.block_header_6{
	margin-bottom: 30px;
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	justify-content: center;
}
.heading.block_header_1 p,
.heading.block_header_6 .h{
	font-weight: 600;
	font-size: 3.8rem;
	line-height: 1.4;
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 10px;
	color: var(--i_txt_color);
}
.heading.block_header_1 p:before,
.heading.block_header_6 .h:before{
	position: absolute;
	display: block;
	content: "";
	background: var(--i_main_color);
	width: 50px;
	bottom: 0px;
	height: 4px;
	left: calc(50% - 25px);
	pointer-events: none;
	z-index: 9;
}
.heading.block_header_1 p:after,
.heading.block_header_6 .h:after{
	position: absolute;
	display: block;
	content: "";
	width: 80px;
	height: 1px;
	bottom: 0;
	left: calc(50% - 40px);
	background: rgba(0, 0, 0, 0.13);
	pointer-events: none;
}
.heading.block_header_1.align-left p:before,
.heading.block_header_6.align-left .h:before,
.heading.block_header_1.align-left p:after,
.heading.block_header_6.align-left .h:after{
	left: 0;
}
.heading.block_header_1.align-right p:before,
.heading.block_header_6.align-right .h:before,
.heading.block_header_1.align-right p:after,
.heading.block_header_6.align-right .h:after{
	right: 0;
	left: auto;
}
section[style*="color: #ffffff;"] .heading.block_header_1 p:before,
section[style*="color: #ffffff;"] .heading.block_header_6 .h:before,
div[style*="color: #ffffff;"] .heading.block_header_1 p:before,
div[style*="color: #ffffff;"] .heading.block_header_6 .h:before,
section[style*="color: rgb(255, 255, 255);"] .heading.block_header_1 p:before,
section[style*="color: rgb(255, 255, 255);"] .heading.block_header_6 .h:before,
div[style*="color: rgb(255, 255, 255);"] .heading.block_header_1 p:before,
div[style*="color: rgb(255, 255, 255);"] .heading.block_header_6 .h:before{
	background: #fff;
}
section[style*="color: #ffffff;"] .heading.block_header_1 p:after,
section[style*="color: #ffffff;"] .heading.block_header_6 .h:after,
div[style*="color: #ffffff;"] .heading.block_header_1 p:after,
div[style*="color: #ffffff;"] .heading.block_header_6 .h:after,
section[style*="color: rgb(255, 255, 255);"] .heading.block_header_1 p:after,
section[style*="color: rgb(255, 255, 255);"] .heading.block_header_6 .h:after,
div[style*="color: rgb(255, 255, 255);"] .heading.block_header_1 p:after,
div[style*="color: rgb(255, 255, 255);"] .heading.block_header_6 .h:after{
	background: rgba(255, 255, 255, 0.75);
}
section[style*="color: rgb(255, 255, 255);"] .heading.block_header_1 p,
section[style*="color: rgb(255, 255, 255);"] .heading.block_header_6 .h,
div[style*="color: rgb(255, 255, 255);"] .heading.block_header_1 p,
div[style*="color: rgb(255, 255, 255);"] .heading.block_header_6 .h{
	color: #fff !important;
}
.heading.block_header_1 .h,
.heading.block_header_6 p{
	font-size: 1.7rem;
	font-weight: 600;
}
@media screen and (max-width: 800px){
	.heading.block_header_1,
	.heading.block_header_6{
		margin-bottom: 20px;
		padding-bottom: 12px;
	}
	.heading.block_header_1 p,
	.heading.block_header_6 .h{
		font-size: 2.8rem;
	}
	.heading.block_header_1 .h,
	.heading.block_header_6 p{
		font-size: 1.5rem;
	}
}

/*--*/

.heading.block_header_2{
	margin-bottom: 30px;
}
section[style*="color: rgb(255, 255, 255);"] .heading.block_header_2,
div[style*="color: rgb(255, 255, 255);"] .heading.block_header_2{
	border-bottom-color: #fff;
}
.heading.block_header_2 .h{
	display: inline-block;
	font-weight: 600;
	font-size: 2.1rem;
	line-height: 1.5;
	position: relative;
	color: var(--i_main_color);
}
.heading.block_header_2 p{
	font-size: 1.4rem;
	font-weight: 600;
	color: var(--i_main_color);
}
.news_archive .heading.block_header_2,
.glossary_archive .heading.block_header_2,
.widget_gallery01 .heading.block_header_2,
.gallery_archive .heading.block_header_2{
	border: none;
}
.widget_gallery01.add_design4 .inner_item .heading.block_header_2{
	padding-left: 2em!important;
}
@media screen and (max-width: 800px){
	.heading.block_header_2{
		margin-bottom: 20px;
	}
	.heading.block_header_2 .h{
		font-size: 2.1rem;
	}
}
/*用語一覧*/
.glossary_archive .content_wrapper .heading.block_header_2 .h{
	padding-left: 0 !important;
	border-bottom: 0 !important;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;;
}
.glossary_archive .content_wrapper .heading.block_header_2 .h a{
	color: var(--i_main_color);
}
.glossary_archive .content_wrapper .heading.block_header_2 .h:before,
.glossary_archive .content_wrapper .heading.block_header_2 .h:after,
.glossary_archive .content_wrapper .heading.block_header_2:before,
.glossary_archive .content_wrapper .heading.block_header_2:after{
	display: none !important;
}

/*--*/

.heading.block_header_3{
	overflow: hidden;
	background: var(--i_sub2_color);
	padding: 10px 10px 10px 10px;
	margin-bottom: 30px;
	border-radius: 10px;
}
.heading.block_header_3 .h{
	font-weight: 600;
	font-size: 1.9rem;
	line-height: 1.5;
	color: var(--i_txt_color);
}
.heading.block_header_3 p{
	font-size: 1.4rem;
	font-weight: 600;
	color: var(--i_txt_color);
}
@media screen and (max-width: 800px){
	.heading.block_header_3{
		padding: 5px 5px 5px 5px;
		margin-bottom: 20px;
	}
	.heading.block_header_3 .h{
		font-size: 2.0rem;
	}
	.heading.block_header_3 p{
		font-size: 1.3rem;



	}
}

/*--*/

.heading.block_header_4{
	margin-bottom: 15px;
}
.heading.block_header_4 .h{
	font-size: 2.0rem;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 5px;
	color: var(--i_txt_color);
}
.heading.block_header_4 p{
	font-size: 1.4rem;
	font-weight: 600;
	color: var(--i_main_color);
}

/*--*/

.heading.block_header_5{
	margin-bottom: 15px;
}
.heading.block_header_5 .h{
	display: inline;
	font-weight: 600;
	font-size: 1.8rem;
	margin-bottom: 10px;
}
.heading.block_header_5 p{
	display: inline;
	font-size: 1.4rem;
}
.heading.block_header_5 p:before{
	content: "　/　";
}
#sidebar .heading.block_header_5{
	background: var(--i_sub2_color);
	padding: 5px 15px;
	color: var(--i_txt_color);
	border-radius: 8px;
}

/*----------------------------背景パララックス----------------------------*/

.parallax{
	box-shadow: 0 0 5px var(--i_shadow_color) inset;
}

/*----------------------------ボタン----------------------------*/

.contents_btn01 a,
.glossary_archive .content_wrapper .heading.block_header_2 a:after{
	border: 2px solid var(--i_btn_color);
	background: var(--i_btn_color);
	color: var(--i_bg_color);
	position: relative;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	transition: .4s ease-in-out;
	/*font-family: inherit;*/
	font-weight: 600;
	border-radius: 100px;
	text-decoration: none;
}
main form .submit span input{
	background: var(--i_btn_color);
	border: 2px solid var(--i_btn_color);
	color: var(--i_bg_color);
	position: relative;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	transition: .4s ease-in-out;
	/*font-family: inherit;*/
	font-weight: 600;
	border-radius: 100px;
}
main form .submit{
	position: relative;
}
.contents_btn01 a:before,
main form .submit span:before{
	position: absolute;
	content: " ";
	width: 5px;
	height: 5px;
	top: calc(50% - 4px);
	left: 5px;
	border-top: 2px solid var(--i_bg_color);
	border-right: 2px solid var(--i_bg_color);
	transform: rotate(45deg);
	transition: all 0.3s ease;
	z-index: 10;
}
main form .submit span:before {
	left: 15px;
}
.contents_btn01 a:hover:before,
main form .submit span:hover:before{
	border-top: 2px solid var(--i_txt_color);
	border-right: 2px solid var(--i_txt_color);
}
.contents_btn01 a:hover,
.glossary_archive .content_wrapper .heading.block_header_2 a:hover:after,
main form .submit span input:hover{
	border: 2px solid var(--i_txt_color);
	background: none;
	color: var(--i_txt_color);
}
.contents_btn01 a[target=_blank] span:before,
.contents_btn01 a[target=_blank] span:after{
	border: 1px solid var(--i_bg_color);
}
.contents_btn01 a:hover[target=_blank] span:before,
.contents_btn01 a:hover[target=_blank] span:after{
	border: 1px solid var(--i_txt_color);
}
.contents_btn01 a span{
	text-align: center;
	line-height: 1.6;
	font-size: 1.5rem;
	padding: 12px 25px 13px;
}
input[type="button"],input[type="text"],input[type="submit"],input[type="image"],textarea{
   -webkit-appearance: none;
   border-radius: 0;
}
section[style*="color: #ffffff;"] .contents_btn01 a:hover,
div[style*="color: #ffffff;"] .contents_btn01 a:hover,
section[style*="color: rgb(255, 255, 255);"] .contents_btn01 a:hover,
div[style*="color: rgb(255, 255, 255);"] .contents_btn01 a:hover{
	border: 2px solid var(--i_bg_color);
	color: var(--i_bg_color);
}
section[style*="color: #ffffff;"] .contents_btn01 a:hover:before,
div[style*="color: #ffffff;"] .contents_btn01 a:hover:before,
section[style*="color: rgb(255, 255, 255);"] .contents_btn01 a:hover:before,
div[style*="color: rgb(255, 255, 255);"] .contents_btn01 a:hover:before{
	border-top: 2px solid var(--i_bg_color);
	border-right: 2px solid var(--i_bg_color);
}
section[style*="color: rgb(255, 255, 255);"] .contents_btn01 a:hover[target=_blank] span:before,
section[style*="color: rgb(255, 255, 255);"] .contents_btn01 a:hover[target=_blank] span:after,
div[style*="color: rgb(255, 255, 255);"] .contents_btn01 a:hover[target=_blank] span:before,
div[style*="color: rgb(255, 255, 255);"] .contents_btn01 a:hover[target=_blank] span:after{
	border: 1px solid var(--i_bg_color);

}
.contents_faq01.accordion .mymore a{
	padding: 0 0 3px;
}

/*--------------------------------MV--------------------------------*/

#mv_outer{
	/*mvに背景とかはここを利用する*/
	position: relative;
}
#mv{
	width: 100%;
	height: 82vh;
	min-height: 500px;
}
#mv:after{
	/*スライドに重ねる色*/
	pointer-events: none;
	background: rgba(0, 0, 0, 0.1);
}
#mv:before{
	position: absolute;
	display: block;
	content: "";
	border: 1px solid rgba(255, 255, 255, 0.95);
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	top: 10px;
	left: 10px;
	z-index: 8;
	pointer-events: none;
	border-radius: 20px;
}
#mv .mv_text{
	height: 85%;
	align-items: center;/*垂直方向中央*/
	width: 100% !important;
	left: 0 !important;
	bottom: 0 !important;
}
#mv .mv_text>div {
	max-width: none !important;
	box-sizing: border-box;
	width: auto;
	position: relative;
	padding: 60px;
	/*background: rgba(255, 255, 255, 0.85);*/
	border-radius: 0 120px 120px 0;
	margin-left: 0;
}
#mv .mv_text h2{
	font-size: 60px;/* ←max-font-size的意味合いで使用する。動作はjs。*/
	line-height: 1.1;
	font-weight: 700;
	font-size: 3.8rem !important;
}
#mv .mv_text p{
	padding-top: 15px;
	font-size: 2.8rem;
	font-weight: 700;
}
#mv .mv_scroll,
#mv .mv_pointer,
#mv .mv_arrow{
	display: none;
}
@media screen and (max-width: 100vh){
	#mv{
		height: 68vh;
	}
}
@media screen and (max-width: 900px){
	#mv .mv_text>div {
		padding: 30px;
	}
	#mv .mv_text h2 {
		font-size: 2.8rem !important;
	}
	#mv .mv_text p {
		font-size: 2rem;
	}
}
@media screen and (max-width: 650px){
	#mv .mv_text p{
		padding-top: 10px;
		font-size: 1.65rem;
	}
	#mv .mv_text h2{
		font-size: 5vw !important;
	}
}
@media screen and (max-width: 450px){
	#mv .mv_text p{
		padding-top: 5px;
	}
}

/*--------------------------------IV--------------------------------*/

#lv{
	background: #333;
	height: 400px!important;
	padding-bottom: 0;
	width: 100%;
}
#lv_outer{
	/*mvに背景とかはここを利用する*/
	position: relative;
}
header.over+#lv_outer #lv{
	min-height: 400px;
}
#lv div{
	opacity: 0.3;
}
#lv p{
	left: 0;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px 0
}
#lv p span{
	display: inline-block;
	font-size: 4.0rem;
	font-weight: 600;
	text-align: center;
	position: relative;
	word-break: break-all;
	line-height: 1.2;
	letter-spacing: 0.2rem;
	color: #fff;
}
@media screen and (max-width: 800px){
	#lv{
		min-height: 200px !important;
        height: 200px !important;
	}
	#lv p span{
		font-size: 2.8rem;
	}
}

/*----------------------------パンくず----------------------------*/

#pan{
	padding: 0;
	border-bottom: 1px solid var(--i_border_color);
}
#pan li{
	font-size: 1.2rem;
	padding: 5px 0 3px 30px;
}
#pan li:before{
	border-top: 1px solid var(--i_border_color);
	border-right: 1px solid var(--i_border_color);
}
#pan ul li:after{
}

/*----------------------------other parts----------------------------*/

/*--リスト--*/

.default_ul li:before{
	border-top: 1px solid var(--i_sub_color);
	border-right: 1px solid var(--i_sub_color);
	height: 5px;
	width: 5px;
	transform: rotate(45deg);
	top: 8px;
	left: 0;
}

/*--アーカイブページ カテゴリー--*/

.category1 li a{
	border: 1px solid var(--i_sub_color);
	border-radius: 50px;
	font-size: 1.4rem;
	color: var(--i_sub_color);
}
.category1 li a:hover,
.category1 li a.current{
	background: var(--i_sub_color);
	color: #fff;
}

/*--sidebar--*/

#sidebar section,
#sidebar>div{
	border-bottom: 1px solid var(--i_border_color);
}
#sidebar h2{
	text-align: left;
	font-size: 2.2rem;
}
#sidebar .sidebar_tag li{
	border: 1px solid var(--i_border_color);
	background: var(--i_sub2_color);
	border-radius: 8px;
}
#sidebar .sidebar_list a{
	position: relative;
	padding-left: 15px;
}
#sidebar .sidebar_list a:before{
	content: "";
	display: block;
	position: absolute;
	border-top: 1px solid var(--i_sub_color);
	border-right: 1px solid var(--i_sub_color);
	height: 5px;
	width: 5px;
	transform: rotate(45deg);
	top: calc(50% - 3px);
	left: 0;
}

/*----------------------------pager----------------------------*/

/*アーカイブページページャー*/

.pager li a{
	height: 45px;
	width: 45px;
	line-height: 45px;
	border: 1px solid var(--i_sub_color);
	font-size: 1.4rem;
	color: var(--i_sub_color);
}
.pager li:not(.arrow) a:hover,
.pager li:not(.arrow).current a{
	background: var(--i_sub_color);
	color: #fff;
}
.pager li.arrow a{
	background: none;
}

/*----------------------------pager2----------------------------*/

/*シングルページページャー*/
.pager2 li a{
	border: 1px solid var(--i_sub_color);
	line-height: 45px;
	padding: 0 15px;
	font-size: 1.4rem;
	color: var(--i_sub_color);
	border-radius: 10px;
}
.pager2 li a:hover{
	background: var(--i_sub_color);
	color: #fff;
}

/*----------------------------popup----------------------------*/

/*画像ポップアップ拡大表示*/
.popup{
	background: rgba(255,255,255,0.7);
}
.poptxt{
	font-size: 1.2rem;
}

/*----------------------------footer----------------------------*/

#fixbtn{
	margin-bottom: 30px;
	font-size: 1.55rem;
}
#fixbtn .fixbtnwrap{
	background: var(--i_sub2_color);
}
/*▼ TEL、予約ボタンない = 追従フッター有効でない場合*/
#fixbtn.no .fixbtnwrap{
	background-color: transparent;
}
#fixbtn .fixbtntel,
#fixbtn .fixbtntel a,
#fixbtn .fixbtntel span{
}
#fixbtn .fixbtntel{
	border-right: 1px solid var(--i_border_color);
}
#fixbtn .fixbtntel:nth-last-of-type(2){
	border-right: none;
}
#fixbtn .fixbtntel a,
#fixbtn .fixbtntel span{
	font-size: 3.4rem;
	line-height: 1;
	margin-right: 10px;
	color: var(--i_txt_color);
	font-weight: bold;
}
#fixbtn .contents_btn01 a:hover{
	transform: none;
}
#fixbtn .fixbtntel a:last-child,
#fixbtn .fixbtntel span:last-child{
	margin-right: 0;
}
#fixbtn .fixbtntel svg{
	width: 22px;
	height: 22px;
	margin-right: 5px;
	fill: var(--i_txt_color);
}
#fixbtn .contents_btn01{
	border-left: 1px solid rgba(255,255,255,0.1);
}
#fixbtn .contents_btn01:nth-of-type(1){
	border-left: none;
}
#fixbtn .contents_btn01:nth-of-type(1){
	/*▼ TELない場合中央揃え*/
	margin-left: auto;
	margin-right: auto;
}
#fixbtn .contents_btn01 a{
	padding: 0;
}
#fixbtn .contents_btn01 a:hover{
	opacity: .6;
	background: var(--i_btn_color);
	border-color: var(--i_btn_color);
	color: var(--i_btn_txt_color);
}
#fixbtn .contents_btn01 a:hover[target=_blank] span:before,
#fixbtn .contents_btn01 a:hover[target=_blank] span:after{
	border-color: var(--i_btn_txt_color);
}
#fixbtn .contents_btn01 span{
	text-align: center;
	padding: 12px 15px 14px;
	line-height: 1.6;
}
#fixbtn .contents_btn01 a[href^="/estimate/"] span{
	padding-left: 47px;
	background: url(/common/upload_data/hayano-hikkoshijp/image/quotation.png) no-repeat left 2rem center/2.1rem;
}
#fixbtn .contents_btn01 a[href^="https://page.line.me/"] span{
	padding-left: 55px;
	background: url(/common/upload_data/hayano-hikkoshijp/image/LINE_APP_Android.png) no-repeat left 1rem center/3.5rem;
}
#fixbtn .contents_btn01 a:before,
#fixbtn .contents_btn01 a:after{
	display: none;
}
/*▼ TEL、予約ボタンない = 追従フッター有効でない場合*/
#fixbtn #scrolltop:nth-of-type(1){
	margin-left: auto;
	/*▼ 右揃え*/
	margin-right: 0;
	/*▼ 中央揃え*/
	margin-right: auto;
}
#fixbtn #scrolltop a{
	height: 40px;
	width: 40px;
}
#fixbtn #scrolltop a:before{
	top: 17px;
	left: 3px;
	transform: rotate(45deg);
	transition: 0.2s ease-in-out;
	border-left: 2px solid var(--i_txt_color);
	border-top: 2px solid var(--i_txt_color);
	width: 30px;
	height: 30px;
}
#fixbtn #scrolltop a:hover:before{
	opacity: 0.7;
}
/*▼ TEL、予約ボタンない = 追従フッター有効でない場合*/
#fixbtn.no #scrolltop a:before{
	border-color: rgba(120,120,120,0.6) ;
}
#fixbtn.no #scrolltop a:hover:before{
	border-left: 2px solid rgba(120,120,120,1);

	border-top: 2px solid rgba(120,120,120,1);
}
@media screen and (max-width: 700px){
	#fixbtn .contents_btn01 a[href^="/estimate/"],
	#fixbtn .contents_btn01 a[href^="https://page.line.me/"]{
		width: auto!important;
	}
	#fixbtn .contents_btn01 a[href^="/estimate/"]:nth-last-child(2):not([target="_blank"]) span{
		padding-left: 35px!important;
		background-position: left 1rem center;
	}
	#fixbtn .contents_btn01 a[href^="https://page.line.me/"]:nth-of-type(2):nth-last-of-type(1) span{
		padding-left: 48px!important;
	}
}
@media screen and (max-width: 600px){
	#fixbtn{
		margin-bottom: 0;
	}
	#fixbtn,
	#fixbtn .fixbtntel a,
	#fixbtn .fixbtntel span{
		font-size: 1.7rem;
	}
	#fixbtn .fixbtntel a,
	#fixbtn .fixbtntel span{
		font-size: 2rem;
	}
	#fixbtn .fixbtntel svg{
		width: 18px;
		height: 18px;
	}
	#fixbtn .contents_btn01 a{
		padding: 0;
		letter-spacing: 0;
	}
	#fixbtn .contents_btn01 a:before{
		display: none;
	}
	#fixbtn .contents_btn01 a span{
		padding: 8px 6px 9px;
	}
}

footer{
	background: var(--i_sub2_color);
	padding: 0;
	color: var(--i_txt_color);
	text-align: center;
	font-size: 1.35rem;
}
footer a{
	color: var(--i_txt_color);
}
footer nav li{
	letter-spacing: 0.2rem;
	padding: 5px 0;
}
footer nav li a{
	font-weight: 600 !important;
	letter-spacing: 0.3rem;
}
footer .logo{
	width: 200px;
}
footer .sns{
	margin: 0 auto 30px;
	border-radius: 20px 0 0 20px;
}
footer .sns svg{
	width: 40px;
	height: 40px;
	padding: 10px 10px;
	fill: var(--i_txt_color);
	transition: 0.2s ease-in-out;
}
footer .sns a:hover svg{
	opacity: 0.8;
}
#cp{
	padding: 10px 0;
	font-size: 1.1rem;
	letter-spacing: 0.1rem;
}
@media screen and (max-width: 600px){
	footer{
		padding: 0 0 20px;
	}
}
@media screen and (max-width: 600px){
	footer{
		background-position: center;
	}
	footer nav ul{
		border-bottom: 1px solid rgba(0, 0, 0,0.13);
	}
	footer nav ul li{
		border-top: 1px solid rgba(255,255,255,0.1);
		border-bottom: 1px solid rgba(0, 0, 0,0.13);
	}
	footer nav ul li:nth-last-of-type(2n){
		border-right: 1px solid rgba(0, 0, 0,0.13);
	}
	footer nav ul li:nth-last-of-type(2n+1){
		border-left: 1px solid rgba(255,255,255,0.1);
	}
	footer nav ul li:nth-of-type(1),
	footer nav ul li:nth-of-type(1),
	footer nav ul li:nth-of-type(2),
	footer nav ul li:nth-of-type(3):nth-last-of-type(2n-1){
		border-top: 1px solid rgba(0, 0, 0,0.13);
	}
	footer nav ul li:nth-last-of-type(1),
	footer nav ul li:nth-last-of-type(2){
		border-bottom: 1px solid rgba(255,255,255,0.1);
	}
	footer .logo{
		width: 150px;
	}
	#fixbtn .fixbtnwrap{
		border-bottom: none;
	}
	#fixbtn .inner{
		padding: 0;
	}
}

/*------------------------------------------------------------------*/
/*----------------------------widget--------------------------------*/
/*------------------------------------------------------------------*/

/*----------------------------contents_faq01----------------------------*/

.contents_faq01 dt{
	padding-left: 5rem;
	margin-bottom: 25px;
	min-height: 35px;
	width: 100%;
	padding-right: 15px;
	box-sizing: border-box;
}
.contents_faq01 dd{
	padding-left: 7.3rem;
	margin-bottom: 15px;
	width: 100%;
	padding-right: 15px;
	box-sizing: border-box;
}
.contents_faq01 dt:before,
.contents_faq01 dd:before{
	width: 4rem;
	height: 4rem;
	font-size: 2.6rem;
	line-height: 1.25;
	box-sizing: border-box;
	font-weight: 600;
	background: var(--i_main_color);
	color: #fff;
	text-align: center;
	border-radius: 100px;
}
.contents_faq01 dd:before{
	line-height: 1.3;
	padding-left: 2px;
	border: 2px solid var(--i_btn_color);
	color: var(--i_btn_color);
	background: #fff;
}
.contents_faq01 dl{
	padding: 15px 10px;
	border-width: 2px;
}
.contents_faq01 dl:nth-of-type(1) {
    border-width: 2px;
}
.contents_faq01 dl:nth-of-type(2n+1){
	background: var(--i_sub2_color);
}

/*----------------------------contents_related_tags----------------------------*/

.contents_related_tags .inner_item{
	border: 1px solid var(--i_border_color);
	border-radius: 8px;
}
.contents_related_tags .inner_item:hover{
	background: var(--i_sub2_color);
}
.contents_related .inner_item a:hover{
	background: var(--i_sub2_color);
	opacity: 0.8;
}
.contents_related .inner_item,
.contents_related .inner_item_img {
    border-radius: 20px;
    overflow: hidden;
}

/*----------------------------block_table_1----------------------------*/

.block_table_1 table thead{
	background: var(--i_sub2_color);
}
.block_table_1 table thead th,
.block_table_1 table thead td{
	background-color: var(--i_sub2_color);
}
.block_table_1 table th{
	background-color: var(--i_sub2_color);
	border: 1px solid var(--i_border_color);
	text-align: center;
	vertical-align: middle;
}
.block_table_1 table td{
	background-color: #fff;
	border: 1px solid var(--i_border_color);
	vertical-align: middle;
}
.block_table_1 table thead td{
	text-align: center;
	font-weight: bold;
}

/*----------------------------block_table_2,5,6----------------------------*/

.block_table_2 table thead,
.block_table_2 table thead th,
.block_table_2 table thead td,
.block_table_5 table thead,
.block_table_5 table thead th,
.block_table_5 table thead td,
.block_table_6 table thead,
.block_table_6 table thead th,
.block_table_6 table thead td{
	background-color: var(--i_sub2_color);
}
.block_table_2 table th,
.block_table_5 table th,
.block_table_6 table th{
	background-color: var(--i_sub2_color);
	border: 1px solid var(--i_border_color);
	text-align: center;
	vertical-align: middle;
}
.block_table_2 table td,
.block_table_5 table td,
.block_table_6 table td{
	background-color: var(--i_bg_color);
	border: 1px solid var(--i_border_color);
	vertical-align: middle;
}
.block_table_2 table thead td,
.block_table_5 table thead td,
.block_table_6 table thead td{
	text-align: center;
	font-weight: bold;
}
@media screen and (max-width: 500px){
	.block_table_2 table{
		border-bottom: 1px solid var(--i_border_color);
	}
	.block_table_2 table th{
		border-top: 1px solid var(--i_border_color);
	}
	.block_table_2 table td{
		border-top: 1px dotted var(--i_border_color);
	}
}

/*----------------------------block_table_3----------------------------*/

.block_table_3 table thead,

.block_table_3 table thead th,
.block_table_3 table thead td,
.block_table_7 table thead,
.block_table_7 table thead th,
.block_table_7 table thead td{
	background-color: var(--i_sub2_color);
}
.block_table_3 table th,
.block_table_7 table th{
	background-color: var(--i_sub2_color);
	border: 1px solid var(--i_border_color);
	text-align: center;
	vertical-align: middle;
}
.block_table_3 table td,
.block_table_7 table td{
	background-color: var(--i_bg_color);
	border: 1px solid var(--i_border_color);
	vertical-align: middle;
}
@media screen and (max-width: 500px){
	.block_table_3 table{
		border-bottom: 1px solid var(--i_border_color);
	}
	.block_table_3 table th{
		border-top: 1px solid var(--i_border_color);
	}
	.block_table_3 table td{
		border-top: 1px dotted var(--i_border_color);
	}
}
.block_table_3_item li{
	vertical-align: middle;
}

/*----------------------------gallery_archive / gallery_single----------------------------*/

.gallery_archive .inner_item a,
.gallery_single .inner_item a{
	transition: 0.2s ease-in-out;
	background-color: transparent;
}
.gallery_archive .inner_item a:hover,
.gallery_single .inner_item a:hover{
	background-color: #0f3675;
}
.gallery_archive .inner_item a:hover img,
.gallery_single .inner_item a:hover img{

	opacity: 0.8;
}
.gallery_archive .inner_item a:after,
.gallery_single .inner_item a:after{
	color: #fff;
}
.gallery_archive .inner_item p span,
.gallery_single .inner_item p span{
	color: #fff;
}
.gallery_single_slider .slick-arrow::before{
	border-color: var(--i_btn_color);
}

/*----------------------------widget_gallery01----------------------------*/

.widget_gallery01 .slick-arrow{
	height: 40px;
	width: 30px;
	top: calc(50% - 20px);
	left: 0;
}
.widget_gallery01 .slick-next{
	left: auto;
	right: 0;
}

/*----------------------------gallery hover効果----------------------------*/

main .widget_gallery01 .inner_item a,
main .gallery_archive .inner_item a,
main .gallery_single .inner_item a{
	overflow: hidden;
	border-radius: 20px;
}
main .widget_gallery01 a img,
main .gallery_archive .inner_item a img,
main .gallery_single .inner_item a img{
	/*▼ 位置調整 美容院などの人物の場合は50% 30%あたり*/
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%;';
	backface-visibility: visible;
	transition: 1s ease-out !important;
	transition-property: transform opacity !important;
	transform: scale(1.001,1.001);
}
main .widget_gallery01 a:hover img,
main .gallery_archive .inner_item a:hover img,
main .gallery_single .inner_item a:hover img{
	transform: scale(1.1,1.1);
	opacity: 0.8;
}

/*----------------------------news_archive----------------------------*/

.news_archive article .inner_item_img:hover{
	opacity: 0.8;
}
.news_archive article .entry_meta{
	font-size: 1.3rem;
}

.add_design5 #primary article .inner_item_img a i:nth-last-child(1){
	background-size: 50%!important;
}
#sidebar .widget_news02 li a div span i{
	background-size: 50%!important;
}

/*----------------------------widget_coupon----------------------------*/

.widget_coupon .content_wrapper{
	max-width: 900px !important;
}
.widget_coupon .inner_item>div,
.widget_coupon .inner_item>dl{
	font-size: 1.4rem;
	line-height: 1.7;
}

/*----------------------------widget_form----------------------------*/

.widget_form .privacypolicy{
	border: 1px solid var(--i_border_color);
	border-radius: 8px;
}
.widget_form form{
	border-top: 1px solid var(--i_border_color);
}
.widget_form form dl{
	border-bottom: 1px solid var(--i_border_color);
}
.widget_form form dt,
.widget_form form dd{
	vertical-align: middle;
}
.widget_form form dt span{
	color: var(--i_sub2_color);
	color: #D43B3B !important;
	font-size: 1.2rem;
	font-weight: bold;
}
.widget_form form dl input,
.widget_form form select,
.widget_form form textarea{
	border-radius: 8px;
}
@media screen and (max-width: 770px){
	.widget_form form dt{
		border-bottom: 1px dotted var(--i_border_color);
	}
}
main form dl input,
main form textarea{
	background: var(--i_sub2_color);
	border: 1px solid transparent;
	letter-spacing: 1px;
}
main form dl input:focus,
main form textarea:focus{
	background: #fff;
	border: 1px solid var(--i_border_color);
}
main form .submit input{
	letter-spacing: 3px;
	border: none;
}
main form select{
	background: var(--i_bg_color);
	border: 1px solid var(--i_border_color);
	letter-spacing: 1px;
}
main form input[type=radio] + label,
main form input[type=checkbox] + label{
	padding: 0 15px 0 22px;
}
main form input[type=radio] + label::before,
main form input[type=checkbox] + label::before{
	top: 50%;
	left: 0;
	width: 17px;
	height: 17px;
	margin-top: -9px;
	background: var(--i_sub2_color);
}
main form input[type=radio] + label::before{
	border-radius: 30px;
}
main form input[type=radio]:checked + label::after,
main form input[type=checkbox]:checked + label::after{
	left: 4px;
	width: 9px;
	height: 9px;
	margin-top: -5px;
	background: var(--i_sub_color);
}
main form input[type=radio]:checked + label::after{
	border-radius: 100%;
}

/*----------------------------widget_link----------------------------*/

.widget_link .inner_item_txt{
	font-size: 2rem;
}
.widget_link .inner_item_url{
	color: #0f3675 !important;
	font-weight: 600;
}
.widget_link.block_link_1 .wrapper_item a{
	border-left: 3px solid #0f3675 !important;
}

/*----------------------------widget_lp01----------------------------*/

.widget_lp01 li a:hover{
	opacity: 0.8;
}
.widget_lp01 li a div span{
	background-size: 60% auto;
}

/*----------------------------widget_menu01----------------------------*/

.widget_menu01 h3{
	vertical-align: central;
	font-size: 1.7rem;
	letter-spacing: 1px;
	margin-bottom: 15px;
}
.widget_menu01 li dd{
	font-size: 1.3rem;
	letter-spacing: 0;
}

/*----------------------------widget_menu02----------------------------*/

.widget_menu02 h3{
	vertical-align: central;
	font-size: 1.7rem;
	letter-spacing: 1px;
}
.widget_menu02 li>p{
	font-size: 1.3rem;
	letter-spacing: 0;
}

/*----------------------------widget_news02----------------------------*/

.block_news_2 li{
	box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.05) !important;
}
.block_news_2 li a{
	padding: 30px;
}
.block_news_2 li a:after{
	border: 0 solid #e8f2f7 !important;
}
.block_news_2 li a:hover:after{
	border-width: 10px !important;;
}
.block_news_2 li:nth-child(2n) {
	background: #fff !important;
}

/*----------------------------widget_shop01----------------------------*/

.widget_staff01 .inner_item a:hover *{
	opacity: 0.8;
}
.widget_staff01 .sub{
	font-size: 1.2rem;
	font-weight: bold;
}
.widget_staff01 .inner_item_img {
    border-radius: 20px;
}

/*----------------------------widget_tel----------------------------*/

.widget_tel .inner_item_tel a,
.widget_tel .inner_item_tel span{
	font-size: 3.6rem;
	letter-spacing: 0.1rem;
	line-height: 1.1;
	padding: 20px;
}
@media screen and (max-width: 450px){
	.widget_tel .inner_item_tel a,
	.widget_tel .inner_item_tel span{
		font-size: 2.6rem;
		padding: 15px 10px;
	}
	.widget_tel .inner_item_tel img{
		margin: 0 5px -2px 0;
	}
	.widget_tel .inner_item_tel svg{
		height: 16px;
		width: 16px;
	}
}

/*------------------glossary_archive------------------------*/

.glossary_archive .content_wrapper article{
	margin-bottom: 30px;
	padding-bottom: 30px;/*★1*/
}
.glossary_archive .content_wrapper .heading.block_header_2{
	margin-bottom: 10px;
}
.glossary_archive .content_wrapper .heading.block_header_2 .h{
	font-size: 1.8rem;
}
.glossary_archive .content_wrapper .heading.block_header_2 a:after{
	content: "View More";
	position: absolute;
	width: 150px;
	bottom: 32px;/*★1 + 数px*/
	right: 0;
	text-align: center;
	font-size: 1.5rem;
	font-weight: normal;
	padding: 3px 10px;
}
.glossary_archive .content_wrapper article .entry_body{
	padding-right: 180px;
}

@media screen and (max-width: 1224px){
	.glossary_archive .content_wrapper .heading.block_header_2 a:after{
		bottom: calc(32px + 1.8rem);/*★1 + 数px*/
	}
}
@media screen and (max-width: 650px){
	.glossary_archive .content_wrapper article{
		padding-bottom: 60px;
	}
	.glossary_archive .content_wrapper .heading.block_header_2 a:after{
		bottom: 30px;/*★1*/
	}
	.glossary_archive .content_wrapper article .entry_body{
		padding-right: 0;
	}
}

/*------------------recruit------------------------*/

.recruit_archive.add_design1 .recruitment_list .inner_item{
	background: rgba(255,255,255,.8);
}

.index main>section:first-child +div.composite_box01 .heading.block_header_4 .h,
.index main>section:first-child +div+div.composite_box01 .heading.block_header_4 .h{
	font-size: 2.5rem;
	letter-spacing: 0.1rem;
}
@media screen and (max-width: 800px){
	.index main>section:first-child +div.composite_box01 .heading.block_header_4 .h,
	.index main>section:first-child +div+div.composite_box01 .heading.block_header_4 .h{
		font-size: 2.1rem;
	}
}

/*------------------blog------------------------*/

.block_news_2 li{
	border: 1px solid var(--i_border_color);
	border-radius: 20px;
}
.block_news_2 li a:after{
	border-radius: 20px;
}

/*------------------btn中央寄せ------------------*/

@media screen and (max-width: 950px){
	.index .contents_box01 .inner_item_txt .contents_btn01{
		text-align: center;
	}
}

/*------------------para------------------*/
#para+section .parallax_img{
	filter: brightness(110%) blur(4px) contrast(110%) grayscale(30%);
	opacity: 0.5;
}
#para+section>.content_wrapper{
	background: #fff!important;
	padding: 60px 60px 60px;
}
@media screen and (max-width: 1200px){
	#para+section>.content_wrapper{
		padding: 60px 2% 60px;
	}
}
@media screen and (max-width: 850px){
	#para+section>.content_wrapper{
		width: calc(100% - 30px);
	}
}

/*------------------ft調整------------------*/

@media screen and (min-width: 701px){
	footer .logo a{
		max-width: 90% !important;
	}
	footer nav:nth-last-child(2),
	footer .logo{
		margin-bottom: 25px !important;
	}
}

/*------------------se------------------*/
#se+div .content_wrapper{
	padding: 60px 30px 40px;
}
#se+div .wrapper_item{
	overflow: visible;
}
#se+div .heading.block_header_4 .h{
	font-size: 2.9rem!important;
}
#se+div .inner_item .inner_item_img{
	position: relative;
}
#se+div .inner_item .inner_item_img::before{
	content: "";
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
	top: -3rem;
	left: -2rem;
	pointer-events: none;
	z-index: 1;
	background: url(/common/upload_data/hayano-hikkoshijp/image/01_3.png) no-repeat top left/contain;
}
#se+div .inner_item:nth-of-type(2) .inner_item_img::before{
	background: url(/common/upload_data/hayano-hikkoshijp/image/02_3.png) no-repeat top left/contain;
}
#se+div .inner_item:nth-of-type(3) .inner_item_img::before{
	background: url(/common/upload_data/hayano-hikkoshijp/image/03_3.png) no-repeat top left/contain;
}
#se+div .inner_item_img img{
	border-radius: 20px;
}
@media screen and (min-width: 701px) and (max-width: 1200px){
	#se+div .inner_item .inner_item_img::before {
		top: -4rem;
        width: 80px;
	}
}
@media screen and (min-width: 701px){
	#se+div .heading.block_header_1,
	#se+div .heading.block_header_6 {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 800px){
	#se+div .composite_box01.block_images_1 .heading.block_header_4 .h{
		font-size: 2.8rem!important;
	}
}
@media screen and (max-width: 700px){
	#se+div .inner_item .inner_item_img::before {
		width: 70px;
		top: -2rem;
		left: -1rem;
	}
}
a#se + div .heading.block_header_4 p {
    font-size: 2.4rem;
    font-weight: 500;
}
a#se + div .inner_item_txt p {
    font-weight: 600;
    color: #e61118;
    font-size: 2.8rem;
}
/*------------------テキスト アニメーション------------------*/

a[id^="txt"]+div>.content_wrapper{
	padding: 0;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500 !important;
}
a[id^="txt"]+div .inner_item_txt{
	font-size: 4rem !important;
	font-weight: 600;
	white-space: nowrap;
	letter-spacing: 0rem;
	padding: 0 30px;
	line-height: 1;
}
a[id^="txt"]+div .wrapper_item{
	flex-wrap: nowrap;
}
a[id^="txt"]+div .inner_item{
	margin: 0 !important;
	flex: 0 0 auto;
	overflow: hidden;
}
a[id^="txt"]+.composite_box01.block_images_1:not(.col2) .inner_item:nth-of-type(2n-1):nth-last-of-type(2){
	margin-bottom: 0 !important;
}
a[id^="txt"]+div .inner_item:nth-of-type(odd){
	animation: loop 80s -40s linear reverse infinite;
}
#txt2+div .inner_item:nth-of-type(odd){
	animation: loop 80s -40s linear infinite;
}
a[id^="txt"]+div .inner_item:nth-of-type(even){
	animation: loop2 80s linear reverse infinite;
}
#txt2+div .inner_item:nth-of-type(even){
	animation: loop2 80s linear infinite;
}

a[id^="txt"]+.composite_box01:not(.col2):not(.block_images_7):not(.block_images_8):not(.block_images_10):not(.block_images_11):not(.block_images_12):not(.block_images_13):not(.block_images_15):not(.block_images_17):not(.block_images_21) .inner_item{
	width: auto !important;
}
@keyframes loop{
	0%{
		transform: translateX(100%);
	}
	100%{
		transform: translateX(-100%);
	}
} 
@keyframes loop2{
	0%{
		transform: translateX(0);
	}
	100%{
		transform: translateX(-200%);
	}
}
@media screen and (max-width: 900px){
	a[id^="txt"]+div .inner_item_txt{
		font-size: 3rem !important;
		padding: 0 12px;
		margin-top: 8px !important;
	}
}

/*----------------------------top_recruit----------------------------*/
#top_recruit+section .wrapper_item{
}

/*------------------見出し中央寄せ------------------*/

@media screen and (max-width: 900px){
	.index .heading.block_header_1.align-left,
	.index .heading.block_header_6.align-left {
		align-items: center;
	}
	a[id^="hd"]+section .heading.block_header_2{
		text-align: center;
	}
}

/*------------------co------------------*/
a[id*="co"] + section .wrapper_item{
	position: relative;
	z-index: 1;
}
a[id*="co"] + section .inner_item_txt .heading h3{
	position: relative;
	font-size: 3.8rem!important;
	padding-left: 0;
	border-bottom:none;
	margin-bottom: 5px;
	color: var(--i_txt_color);
	background-image: linear-gradient(transparent 80%, #bcd2f5 80%);
}
a[id*="co"] + section .inner_item_txt .heading p{
	font-size: 2rem;
}
@media screen and (min-width: 1401px){
	a[id*="co"] + section .inner_item_txt {
		padding-left: 100px!important;
	}
	a[id*="co_2"] + section .inner_item_txt {
		padding-right: 100px!important;
		padding-left: 20px!important;
	}
}
@media screen and (max-width: 800px){
	a[id*="co"] + section .inner_item_txt .heading h3 {
		font-size: 2.8rem !important;
	}
	a[id*="co"] + section .inner_item_txt .heading p {
		font-size: 1.8rem;
	}
}
@media screen and (min-width: 901px) and (max-width: 1400px){
	a[id*="co"] + section .inner_item_txt{
		padding-left: 60px!important;
	}
	a[id*="co_2"] + section .inner_item_txt {
		padding-right: 60px!important;
		padding-left: 20px!important;
	}
}

/*実績*/
#co_achievements+section .inner_item_img{
	position: relative;
}
#co_achievements+section .inner_item_img::before {
    content: "";
    display: block;
    width: 145px;
    height: 160px;
    position: absolute;
    bottom: -22%;
    right: -4%;
    pointer-events: none;
    background: url(/common/upload_data/hayano-hikkoshijp/image/medal.png) no-repeat right bottom/145px;
	filter: drop-shadow(5px 5px 0px rgba(0, 0, 0, 0.12));
	z-index: 1;
}
@media screen and (max-width: 1000px){
	#co_achievements+section .inner_item_img::before {
		bottom: -5%;
		right: 2%;
		height: 20vw;
		background-size: contain;
		max-width: 110px;
		width: 20vw;
	}
}

/*ご挨拶・コンセプト*/
#co_2_greeting + section .inner_item_img,
#co_concept + section .inner_item_img{
	position: relative;
}
#co_2_greeting + section .inner_item_img::before,
#co_concept + section .inner_item_img::before{
	content: "";
	display: block;
	width: 150px;
	height: 100%;
	position: absolute;
	top: -1rem;
	right: 4rem;
	pointer-events: none;
	z-index: 2;
	background: url(/common/upload_data/hayano-hikkoshijp/image/5.png) no-repeat right top/contain;
}
#co_concept + section .inner_item_img::before {
	width: 120px;
	top: auto;
	right: auto;
	bottom: -1rem;
	left: 4rem;
	background: url(/common/upload_data/hayano-hikkoshijp/image/4.png) no-repeat left bottom/contain;
}
#co_2_greeting + section .inner_item_txt .heading h3,
#co_concept + section .inner_item_txt .heading h3 {
	padding-left: 65px;
}
#co_2_greeting + section .inner_item_txt .heading h3::before,
#co_concept + section .inner_item_txt .heading h3::before{
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	background: url(/common/upload_data/hayano-hikkoshijp/image/11.png) no-repeat top left/contain;
}
#co_concept + section .inner_item_txt .heading h3::before{
	background: url(/common/upload_data/hayano-hikkoshijp/image/12.png) no-repeat top left/contain;
}
@media screen and (max-width: 800px){
	#co_2_greeting + section .inner_item_txt .heading h3,
	#co_concept + section .inner_item_txt .heading h3 {
		padding-left: 42px;
	}
	#co_2_greeting + section .inner_item_txt .heading h3::before,
	#co_concept + section .inner_item_txt .heading h3::before {
		width: 35px;
	}
	#co_2_greeting + section .inner_item_img,
	#co_concept + section .inner_item_img {
		margin-bottom: 30px;
	}
}

/*------------------top_seo/price3背景------------------*/
#co_seo + section,
#price3+div{
	overflow: visible;
}
#co_seo + section::before,
#price3+div::before,
#price3+div::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	background: url(/common/upload_data/hayano-hikkoshijp/image/6.png) no-repeat top right/contain;
	z-index: 1;
	opacity: 0.6;
}
#price3+div::before{
	background: url(/common/upload_data/hayano-hikkoshijp/image/1_w.png) no-repeat bottom left /10vw;
	top: -85%;
}
#price3+div::after{
	background: url(/common/upload_data/hayano-hikkoshijp/image/1_w.png) no-repeat bottom right /10vw;
}
#co_seo + section .inner_item_img{
	position: relative;
}
#co_seo + section .inner_item_img::before {
	content: "";
	display: block;
	width: 80px;
	height: 62px;
	position: absolute;
	bottom: -3rem;
	right: 3%;
	pointer-events: none;
	background: url(/common/upload_data/hayano-hikkoshijp/image/truck.png) no-repeat center left/contain;
	animation: 1.5s fuwafuwa infinite;
	z-index: 1;
}
@keyframes fuwafuwa{
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-0.4rem);
	}
}
@media screen and (max-width: 1400px){
	#co_seo + section::before {
		width: 160px;
		top: 2%;
		right: 0;
		left: auto;
	}
}
@media screen and (max-width: 900px){
	#price3+div .inner_item:nth-of-type(3){
		margin-top: 130px;
	}
	#co_seo + section .inner_item_img::before {
		width: 65px;
	}
}
@media screen and (max-width: 920px){
	#price3+div::before {
		top: -95%;
		background-size: 100px;
	}
	#price3+div::after {
		background-position: bottom 3% right;
		background-size: 100px;
	}
}

/*------------------price3------------------*/
#price3+div{
	padding-top: 160px;
}
#price3+div .inner_item{
	position: relative;
	padding: 0 0 20px;
	border-radius: 15px;
}
#price3+div .inner_item_txt{
	margin-top: 0;
}
#price3+div a{
	text-decoration: none;
	min-width: 130px;
}
#price3+div a span {
	padding: 7px 20px 8px;
}
#price3+div .heading.block_header_4{
	margin-bottom: 0;
}
#price3+div .heading.block_header_4 .h,
#price3+div .heading.block_header_4 p{
	padding: 10px;
}
#price3+div .heading.block_header_4 .h{
	position: relative;
	background: #0f3675;
	color: #fff;
	font-size: 2.8rem !important;
	border-radius: 15px 15px 0 0;
}
#price3+div .inner_item .heading.block_header_4 .h::before {
	content: "";
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
	top: -12.5rem;
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none;
	background: url(/common/upload_data/hayano-hikkoshijp/image/price.png) no-repeat center/contain;
}
#price3+div .inner_item .heading.block_header_4 .h::after {
	content: "";
	display: block;
	width: 5px;
	height: 25px;
	position: absolute;
	bottom: 7rem;
	left: 51%;
	transform: translateX(-50%);
	pointer-events: none;
	border-left: 5px dotted var(--i_sub_color);
}
#price3+div .inner_item:nth-of-type(2) .heading.block_header_4 .h::before{
	background: url(/common/upload_data/hayano-hikkoshijp/image/20240913174203.png) no-repeat center/contain;
}
#price3+div .inner_item:nth-of-type(3) .heading.block_header_4 .h::before{
	background: url(/common/upload_data/hayano-hikkoshijp/image/aircon.png) no-repeat center/contain;
}
#price3+div .heading.block_header_4 p {
	font-size: 2.8rem;
	line-height: 1.4;
}
#price3+div .inner_item_txt>p{
	padding: 0 10px 20px 10px;
	font-size: 2.6rem;
	font-weight: 600;
	color: #e61118;
}
@media screen and (max-width: 800px){
	#price3+div .heading.block_header_4 .h {
		font-size: 2.4rem !important;
	}
	#price3+div .heading.block_header_4 p {
		font-size: 2.3rem;
	}
}
@media screen and (max-width: 480px){
	#price3+div .inner_item:not(:nth-of-type(1)){
		margin-top: 130px;
	}
	#price3+div .inner_item .heading.block_header_4 .h::after {
		height: 20px;
	}
}


/*------------------co_recruit------------------*/
#co_recruit+section{
	padding-bottom: 130px;
	overflow: visible;
}
#co_recruit+section::before,
#co_recruit+section::after{
	content: "";
	display: block;
	width: 85%;
	height: 90%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	background: #fff;
	border-radius: 0 40rem 40rem 0;
}
#co_recruit+section::before{
	box-shadow: 10px 10px 20px var(--i_shadow_color);
}
#co_recruit+section::after{
	width: 180px;
	height: 180px;
	top: -10rem;
	left: auto;
	right: 3%;
	border-radius: 0;
	opacity: 0.6;
	background: url(/common/upload_data/hayano-hikkoshijp/image/1_w.png) no-repeat right top/contain;
}
#co_recruit+section>.content_wrapper::before {
	content: "";
	display: block;
	width: 220px;
	height: 415px;
	position: absolute;
	bottom: -10rem;
	right: 2rem;
	pointer-events: none;
	background: url(/common/upload_data/hayano-hikkoshijp/image/3.png) no-repeat right bottom/contain;
	z-index: 2;
}
@media screen and (max-width: 1100px){
	#co_recruit+section>.content_wrapper::before {
		content: "";
		display: block;
		width: 190px;
		height: 415px;
		position: absolute;
		bottom: -15rem;
		right: 2rem;
		pointer-events: none;
		background: url(/common/upload_data/hayano-hikkoshijp/image/3.png) no-repeat right bottom/contain;
		z-index: 2;
	}
}
@media screen and (max-width: 950px){
	#co_recruit+section>.content_wrapper::before {
		width: 150px;
	}
	#co_recruit+section .heading.block_header_2{
		text-align: center;
	}
}
@media screen and (max-width: 900px){
	#co_recruit+section::before{
		width: 115%;
	}
}
@media screen and (max-width: 600px){
	#co_recruit+section>.content_wrapper::before {
		width: 110px;
	}
}

/*------------------campaign------------------*/
#campaign+div{
	overflow: visible;
}
a[id*="campaign"]+div{
	padding-left: 20px;
	padding-right: 20px;
}
#campaign+div::after {
	left: auto;
	right: 10%;
	transform: rotate(45deg);
}
#campaign+div>.content_wrapper{
	border-radius: 20px 20px 0 0;
}
#campaign+div>.content_wrapper::before,
#campaign+div>.content_wrapper::after {
	content: "";
	display: block;
	width: 200px;
	height: 208px;
	position: absolute;
	top: -10rem;
	right: 12%;
	pointer-events: none;
	background: url(/common/upload_data/hayano-hikkoshijp/image/13.png) no-repeat center/contain;
	z-index: 1;
}
#campaign+div>.content_wrapper::after {
	top: -9rem;
	width: 110px;
	height: 124px;
	left: -15rem;
	background: url(/common/upload_data/hayano-hikkoshijp/image/dot.png) no-repeat center/contain;
}
a[id*="campaign"]+div>.content_wrapper{
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	padding: 0;
}
a[id*="campaign"]+div .heading.block_header_3{
	background: var(--i_main_color);
	border-radius: 20px 20px 0 0;
	padding: 15px 10px 20px 10px;
	margin-bottom: 0;
}
a[id*="campaign"]+div .heading.block_header_3 .h {
	position: relative;
	display: inline-block;
	font-size: 3.4rem;
	color: #fff;
	line-height: 1.3;
	background-image: linear-gradient(transparent 77%, rgba(255, 255, 255, 0.25) 77%);
	padding-top: .4em;
}
a[id*="campaign"]+div .heading.block_header_3 .h::before{
	content: "";
	display: block;
	width: 3em;
	height: 0.3em;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	background-image: radial-gradient(circle at center, #fff 20%, transparent 20%);
	background-position: top right;
	background-repeat: repeat-x;
	background-size: 1em 0.3em;
}
a[id*="campaign"]+div .inner_item{
	box-shadow: none!important;
	width: 50%!important;
	
}
a[id*="campaign"]+div.composite_box01.block_images_14 .inner_item:nth-of-type(2n){
	margin-left: 0!important;
}
#campaign_2+div .inner_item{
	border-top: 2px solid #e5e5e5;
}
a[id*="campaign"]+div .inner_item:nth-of-type(2n+1){
	border-right: 2px solid #e5e5e5;
}
a[id*="campaign"]+div .inner_item .heading.block_header_4{
	text-align: left;
}
a[id*="campaign"]+div .inner_item .heading.block_header_4 .h {
	position: relative;
	padding-left: 4rem;
	font-size: 2.6rem!important;
	font-weight: 500;
	margin-left: 0;
	margin-right: auto;
	display: inline-block;
}
a[id*="campaign"]+div .inner_item .heading.block_header_4 .h::before,
a[id*="campaign"]+div .inner_item .heading.block_header_4 .h::after{
	content: "";
	display: block;
	width: 2.5rem;
	height: 2.5rem;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	border: 1px solid rgba(0, 0, 0, 0.4);
	pointer-events: none;
}
a[id*="campaign"]+div .inner_item .heading.block_header_4 .h::after {
	width: 1rem;
	height: 2rem;
	border-width: 0 6px 6px 0;
	border-style: solid;
	border-color: transparent var(--i_main_color) var(--i_main_color) transparent;
	transform: rotate(45deg) translate(-45%,-70%);
}
#campaign_3+section>.content_wrapper{
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	border-radius: 0 0 20px 20px;
}
#campaign_3+section .inner_item_txt{
	background: url(/common/upload_data/hayano-hikkoshijp/image/20240919081638.png) no-repeat center/cover;
	padding: 80px 60px 80px;
	border: 1px solid var(--i_txt_color);
	border-radius: 20px;
}
#campaign_3+section>.content_wrapper {
	background: #fff;
	position: relative;
}
#campaign_3+section .wrapper_item::before{
	content: "";
	display: block;
	width: 61px;
	height: 61px;
	position: absolute;
	top: 1rem;
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none;
	background: url(/common/upload_data/hayano-hikkoshijp/image/plus_icon_1.png) no-repeat center/contain;
}
#campaign_3+section .inner_item_txt span{
	font-size: 4rem !important;
	font-family: "Zen Maru Gothic", serif;
}
@media screen and (min-width: 481px) and (max-width: 700px){
	a[id*="campaign"]+div .inner_item .heading.block_header_4 .h{
		font-size: 2rem !important;
		line-height: 1.3;
	}
}
@media screen and (max-width: 1600px){
	#campaign+div>.content_wrapper::after {
		width: 70px;
		left: -7rem;
		transform: rotate(13deg);
	}
}
@media screen and (max-width: 1400px){
	#campaign+div>.content_wrapper::after {
		width: 55px;
		left: 0rem;
		transform: rotate(15deg);
		top: -10rem;
	}
}
@media screen and (max-width: 1200px){
	#campaign_3+section .inner_item_txt{
		padding: 60px 2% 60px;
	}
}
@media screen and (max-width: 1000px){
	#campaign+div>.content_wrapper::before{
		width: 140px;
		height: 208px;
		top: -8rem;
		right: 7%;
	}
}
@media screen and (max-width: 900px){
	#campaign_3+section .inner_item_txt{
		padding: 50px 2% 60px !important;
	}
	#campaign_3+section .inner_item_txt span {
		font-size: 3.4rem !important;
	}
	#campaign_3+section .wrapper_item::before {
		width: 50px;
	}
}
@media screen and (max-width: 800px){
	#campaign+div>.content_wrapper::before {
		width: 120px;
		top: -14.5rem;
	}
	a[id*="campaign"]+div .heading.block_header_3 .h {
		font-size: 2.6rem;
	}
	#campaign_3+section>.content_wrapper {
		padding-top: 60px;
	}
	#campaign_3+section .wrapper_item::before {
		top: 3rem;
	}
}
@media screen and (max-width: 480px){
	a[id*="campaign"]+div .heading.block_header_3 .h {
		font-size: 2.4rem;
	}
	a[id*="campaign"]+div.composite_box01.block_images_14:not(.no_responsive) .inner_item {
		margin-bottom: 0 !important;
	}
	a[id*="campaign"]+div .inner_item:nth-of-type(2n+1) {
		border-right: none;
	}
	#campaign+div .inner_item:nth-of-type(1) {
		border-bottom: 2px solid #e5e5e5;
	}
	#campaign_3+section .inner_item_txt span {
		font-size: 2.8rem !important;
	}
	#campaign_3+section>.content_wrapper {
		padding-top: 30px;
	}
	#campaign_3+section .wrapper_item::before {
		top: 0.1rem;
	}
}

/*リユース品回収3点まで無料*/
#campaign+div .inner_item:first-of-type{
	background: url(/common/upload_data/hayano-hikkoshijp/image/20240911203834.png) no-repeat bottom -3% right/24rem, var(--i_bg_color);
}
#campaign+div .inner_item:first-of-type p[style*="text-align: right;"]{
	line-height: 1;
}
#campaign+div .inner_item:first-of-type span strong{
	font-size: 4.5rem;
}
@media screen and (max-width: 800px){
	#campaign+div .inner_item:first-of-type {
		background: url(/common/upload_data/hayano-hikkoshijp/image/20240911203834.png) no-repeat bottom -3% right/19rem, var(--i_bg_color);
	}
	#campaign+div .inner_item:first-of-type span strong{
		font-size: 3.8rem;
	}
}
@media screen and (min-width: 481px) and (max-width: 660px){
	#campaign+div .inner_item:first-of-type p[style*="text-align: right;"] {
		line-height: 1;
		margin-top: 4.5rem;
	}
}

/*------------------ブログ・コラム------------------*/
a[id*="bg"]+div{
	overflow: visible;
	padding-right: 20px;
	padding-left: 20px;
}
a[id*="bg"]+div>.content_wrapper{
	background: #fff!important;
	padding: 60px 60px 60px;
	border-radius: 20px;
	box-shadow: 10px 10px 20px var(--i_shadow_color);
}
.block_news_1.add_design4 .content_wrapper li a span,
.block_news_1.add_design4 .content_wrapper li a span {
	border-radius: 400px;
}
#bg+div::before,
#bg+div>.content_wrapper::before {
	content: "";
	display: block;
	width: 30vw;
	height: 100%;
	position: absolute;
	top: -50%;
	left: -13%;
	pointer-events: none;
	background: url(/common/upload_data/hayano-hikkoshijp/image/11_1.png) no-repeat center left/contain;
	z-index: 1;
	opacity: 0.6;
}
#bg+div>.content_wrapper::before{
	width: 100px;
	height: 100px;
	top: -4rem;
	left: 50%;
	transform: translateX(-50%);
	background: url(/common/upload_data/hayano-hikkoshijp/image/blog.png) no-repeat center/contain;
	opacity: 1;
}
@media screen and (max-width: 1200px){
	a[id*="bg"]+div>.content_wrapper{
		padding: 60px 2% 60px;
	}
	#bg+div::before{
		display: none;
	}
}

/*---------------bg_faq----------------*/
#bg_faq+div{
	overflow: visible;
}
#bg_faq+div::before{
	content: "";
	display: block;
	width: 259px;
	height: 265px;
	position: absolute;
	top: -15%;
	right: 2%;
	pointer-events: none;
	background: url(/common/upload_data/hayano-hikkoshijp/image/20240617124928.png) no-repeat right bottom/contain;
	opacity: 0.6;
}
#bg_faq+div>.content_wrapper::before {
	content: "";
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
	top: -4rem;
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none;
	background: url(/common/upload_data/hayano-hikkoshijp/image/16.png) no-repeat center/contain;
	z-index: 2;
}
@media screen and (max-width: 900px){
	#bg_faq+div::before {
		right: -5%;
	}
}

/*---------------bg_top_column----------------*/
#bg_top_column+div{
	overflow: visible;
}
#bg_top_column+div>.content_wrapper::before {
	content: "";
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
	top: -4rem;
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none;
	background: url(/common/upload_data/hayano-hikkoshijp/image/column_1.png) no-repeat center/contain;
	z-index: 2;
}
#bg_top_column+div.block_news_1 ul {
	width: 100%;
}
#bg_top_column+div.block_news_1 ul>li {
	background: var(--i_sub2_color);
	border-radius: 100px;
	margin-bottom: 10px;
	border: none;
}
#bg_top_column+div.block_news_1.block_news_1 li a>p:before{
	display: none;
}
#bg_top_column+div.block_news_1 .content_wrapper li a{
	position: relative;
	padding: 2rem 8rem 2rem 0;
	box-sizing: border-box;
}
#bg_top_column+div.block_news_1 .content_wrapper li a::before,
#bg_top_column+div.block_news_1 .content_wrapper li a::after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
}
#bg_top_column+div.block_news_1 .content_wrapper li a::before{
	content: "";
	display: block;
	width: 4rem;
	height: 4rem;
	background: var(--i_main_color);
	border-radius: 50%;
	transform: translateY(-50%);
}
#bg_top_column+div.block_news_1 .content_wrapper li a::after{
	content: "";
	display: block;
	width: 1rem;
	height: 1rem;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg) translate(-1.6rem, 0.85rem);
}
@media screen and (max-width: 500px){
	#bg_top_column+div.block_news_1 li a>* {
		padding-left: 10px;
	}
	#bg_top_column+div.block_news_1 li a {
		width: 100%;
	}
	#bg_top_column+div.block_news_1 .content_wrapper li a {
		padding: 1.5rem 6rem 1.5rem 0;
	}
	#bg_top_column+div.block_news_1 .content_wrapper li a::before,
	#bg_top_column+div.block_news_1 .content_wrapper li a::after{
		right: 10px;
	}
}

/*------------------seo2------------------*/
#seo2+section .parallax_img {
	filter: brightness(120%) blur(5px);
	opacity: 0.3;
}
#seo2+section .content_wrapper,
#seo2+section .heading.block_header_3{
	padding: 0;
}
#seo2+section .content_wrapper{
	background: #fff!important;
	position: relative;
	overflow: visible;
}
#seo2+section .heading.block_header_3 p,
#seo2+section .wrapper_item{
	padding-left: 20px;
	padding-right: 20px;
}
#seo2+section>.content_wrapper::before {
	content: "";
	display: block;
	width: 80px;
	height: 62px;
	position: absolute;
	top: -4.5rem;
	left: 46%;
	pointer-events: none;
	background: url(/common/upload_data/hayano-hikkoshijp/image/truck.png) no-repeat top right/contain;
	animation: 1.5s fuwafuwa infinite;
	z-index: 1;
}
#seo2+section .heading.block_header_3{
	margin-bottom: 20px;
	border-radius: 15px 15px 0 0;
}
#seo2+section .heading.block_header_3 .h{
	position: relative;
	background: var(--i_main_color);
	color: #fff;
	font-size: 2.8rem !important;
	border-radius: 15px 15px 0 0;
	padding: 10px;
}
#seo2+section .heading.block_header_3 p {
	font-size: 2.4rem;
	line-height: 1.4;
	color: var(--i_main_color);
	background: #fff;
	padding-top: 50px;
}
#seo2+section .inner_item_txt .contents_btn01 {
	padding-bottom: 60px;
}
@media screen and (max-width: 900px){
	#seo2+section>.content_wrapper::before {
		width: 65px;
		top: -3.5rem;
		left: 5%;
	}
}
@media screen and (max-width: 800px){
	#seo2+section .heading.block_header_3 .h {
		font-size: 2.4rem !important;
	}
	#seo2+section .heading.block_header_3 p {
		padding-top: 30px;
	}
}

/*------------------見出しアイコン------------------*/

#f_sns+div .heading.block_header_1 p{
	position: relative;
}
#bg_review+div>.content_wrapper::after,
#f_sns+div .heading.block_header_1::before{
	content: "";
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
	top: -4rem;
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none;
	background: url(/common/upload_data/hayano-hikkoshijp/image/review.png) no-repeat center/contain;
	z-index: 2;
}
#f_sns+div .heading.block_header_1::before{
	top: -5rem;
	background: url(/common/upload_data/hayano-hikkoshijp/image/sns_1.png) no-repeat center/contain;
}
#f_sns+div .heading.block_header_1 p{
	padding-top: 5rem;
}

/*------------------bg_review------------------*/
#bg_review+div::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    pointer-events: none;
    background: url(/common/upload_data/hayano-hikkoshijp/image/1_w.png) no-repeat bottom left/10vw;
    opacity: 0.6;
}
@media screen and (max-width: 900px){
	#bg_review+div::before {
		right: -5%;
	}
}
@media screen and (max-width: 920px){
	#bg_review+div::before {
		background-size: 100px;
	}
}

/*------------------ヘッダーボタンアイコン------------------*/
header .header_contents .header_col1 .btn>a{
	position: relative;
	padding-left: 45px;
}
header .header_contents .header_col1 .btn>a[href^="/contact/"]{
	background: url(/common/upload_data/hayano-hikkoshijp/image/mail_icon.png) no-repeat left 2rem center/3rem, var(--i_btn_color);
}
header .header_contents .header_col1 .btn>a[href^="https://page.line.me/"]{
	background: url(/common/upload_data/hayano-hikkoshijp/image/LINE_APP_Android.png) no-repeat left 2rem center/3.5rem, var(--i_btn_color);
}
@media screen and (max-width: 900px){
	header .header_contents .header_col1 .btn>a{
		padding-top: 14px;
		padding-right: 14px;
	}
	header .header_contents .header_col1 .btn>a[href^="https://page.line.me/"]{
		background-size: 4rem;
	}
}

/*------------------コンテンツシャドウ------------------*/
.dec2_4:not(.composite_box01):not(.block_text_6) .wrapper_item,
.dec2_2.contents_box01.block_text_6 .inner_item_txt,
.dec2_4.composite_box01 .inner_item {
	box-shadow: 0px 0px 20px rgba(34, 43, 47, 0.05);
}

/*top調整*/
#se+div>.content_wrapper,
#bg_ac+div>.content_wrapper{
	box-shadow: 10px 10px 20px rgba(34, 43, 47, 0.15);
}

#bg_ac+div .contents_btn01{
	padding: 30px 8px 0;
}
#f_sns+div a{
	color: #fff!important;
	text-decoration: none!important;
}
#f_sns+div a:hover{
	color: var(--i_txt_color)!important;
}
@media screen and (max-width: 900px){
	.index .heading.block_header_2{
		text-align: center;
	}
}

/*角丸*/
.inner_item img,
.inner_item_img img{
	border-radius: 20px;
}
.widget_shop01 .map iframe{
	border-radius: 20px;
}
/*------------------se2------------------*/
#se2+div .content_wrapper{
	padding: 60px 30px 40px;
}
#se2+div .wrapper_item{
	overflow: visible;
}
#se2+div .heading.block_header_4 .h{
	font-size: 2.9rem!important;
}
#se2+div .inner_item .inner_item_img{
	position: relative;
}
#se2+div .inner_item .inner_item_img::before{
	content: "";
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
	top: -3rem;
	left: -2rem;
	pointer-events: none;
	z-index: 1;
	background: url(/common/upload_data/hayano-hikkoshijp/image/01_3.png) no-repeat top left/contain;
}
#se2+div .inner_item:nth-of-type(2) .inner_item_img::before{
	background: url(/common/upload_data/hayano-hikkoshijp/image/02_3.png) no-repeat top left/contain;
}
#se2+div .inner_item:nth-of-type(3) .inner_item_img::before{
	background: url(/common/upload_data/hayano-hikkoshijp/image/03_3.png) no-repeat top left/contain;
}
#se2+div .inner_item_img img{
	border-radius: 20px;
}
@media screen and (min-width: 701px) and (max-width: 1200px){
	#se2+div .inner_item .inner_item_img::before {
		top: -4rem;
        width: 80px;
	}
}
@media screen and (min-width: 701px){
	#se2+div .heading.block_header_1,
	#se2+div .heading.block_header_6 {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 800px){
	#se2+div .composite_box01.block_images_1 .heading.block_header_4 .h{
		font-size: 2.8rem!important;
	}
}
@media screen and (max-width: 700px){
	#se2+div .inner_item .inner_item_img::before {
		width: 70px;
		top: -2rem;
		left: -1rem;
	}
}
a#se2 + div .heading.block_header_4 p {
    font-size: 2.4rem;
    font-weight: 500;
}
a#se2 + div .inner_item_txt p {
    font-weight: 600;
    color: #e61118;
    font-size: 2.8rem;
}

/* リッチテキスト内ボタン */
.textin_btn {
  width: 100%;
  max-width: 1200px;
  padding: 30px 8px 0;
  margin: 0 auto;
  box-sizing: border-box;
}

.textin_btn a {
  min-width: 200px;
  border: 2px solid var(--i_btn_color);
  background: var(--i_btn_color);
  color: var(--i_bg_color);
  position: relative;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  transition: .4s ease-in-out;
  font-weight: 600;
  border-radius: 100px;
  text-decoration: none;
}

.textin_btn a:hover {
  border: 2px solid var(--i_txt_color);
  background: none;
  color: var(--i_txt_color);
}

.textin_btn a::before {
  position: absolute;
  content: " ";
  width: 5px;
  height: 5px;
  top: calc(50% - 4px);
  left: 5px;
  border-top: 2px solid var(--i_bg_color);
  border-right: 2px solid var(--i_bg_color);
  transform: rotate(45deg);
  transition: all 0.3s ease;
  z-index: 10;
}

.textin_btn a:hover::before {
  border-top: 2px solid var(--i_txt_color);
  border-right: 2px solid var(--i_txt_color);
}

.textin_btn a span {
  display: block;
  text-align: center;
  line-height: 1.6;
  font-size: 1.5rem;
  padding: 12px 25px 13px;
}

.textin_btn a[target=_blank] span:before,
.textin_btn a[target=_blank] span:after {
  border: 1px solid var(--i_bg_color);
}

.textin_btn a[target=_blank] span:before {
  content: "";
  display: block;
  width: 6px;
  height: 4px;
  position: absolute;
  right: 6px;
  top: calc(50% - 1px);
  transition: 0.4s ease-in-out;
}

.textin_btn a[target=_blank] span:after {
  content: "";
  display: block;
  width: 6px;
  height: 4px;
  position: absolute;
  right: 8px;
  top: calc(50% - 3px);
  transition: 0.4s ease-in-out;
}

.textin_btn a:hover[target=_blank] span:before,
.textin_btn a:hover[target=_blank] span:after {
  border: 1px solid var(--i_txt_color);
}