@charset "UTF-8";

:root {
	/*使用しない場合も必ず設定*/
	--i_bg_color: #ffffff;
	/*背景色*/
	--i_txt_color: #333333;
	/*テキスト*/
	--i_main_color: #fe6c17;
	/*メイン*/
	--i_sub_color: #0e1a4a;
	/*アクセント*/
	--i_sub2_color: #fff7f0;
	/*アクセント2*/
	--i_sub3_color: #f0edeb;
	/*アクセント3*/
	--i_btn_color: #fe6c17;
	/*ボタン*/
	--i_btn_hover_color: #f58630;
	/*ボタンhover*/
	--i_btn_txt_color: #ffffff;
	/*ボタンテキスト*/
	--i_btn_hover_txt_color: #ffffff;
	/*ボタンテキスト*/
	--i_shadow_color: rgba(51, 51, 51, 0.05);
	/*シャドウ*/
	--i_border_color: rgba(51, 51, 51, 0.15);
	/*ボーダー*/
	--i_noimg_bg_color: #f0edeb;
	/*画像無し*/
	--i_padding: 20px;
	/*左右余白*/
	--i_google_font: "Poppins", 'Noto Sans JP', "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*読み込みフォント*/
}



/*------------------------------------------------------------------*/
/*-----------------------------base---------------------------------*/
/*------------------------------------------------------------------*/

html {
	font-size: 62.5%;
}

body {
	font-size: 1.6rem;
	line-height: 1.9;
	letter-spacing: 0.02rem;
	-webkit-text-size-adjust: 100%;
	color: var(--i_txt_color);
	font-weight: 500;
	overflow-x: hidden;
	background-size: cover;
}

main {
	background: transparent;
}

@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 var(--i_sub2_color);
	}
}

.no_img {
	background: var(--i_noimg_bg_color);
}

/*------------------パララックス画像------------------------*/

main .parallax .parallax_img {
	filter: blur(0);
	background-position: 100% 100% !important;
}

/*----------------------------loader----------------------------*/

#load div:nth-of-type(1) {
	background: var(--i_main_color);
}

#load .loader,
.popup .loader {
	border: 1px solid var(--i_bg_color);
	/*★*/
}

#load .loader,
#load .loader::before,
.popup .loader,
.popup .loader::before {
	border-top-color: var(--i_bg_color) !important;
}

#load .loader::before,
#load .loader::after,
.popup .loader::before,
.popup .loader::after {
	/*★*-1*/
	left: -1px;
	top: -1px;
}

#load img {
	max-width: 150px;
}

@media screen and (max-width: 650px) {
	#load img {
		max-width: 110px;
	}
}

/*---*/

#load.load8 {
	background-color: var(--i_bg_color);
}

#load.load8 .loader {
	background-color: var(--i_main_color);

}

#load.load8 div:nth-of-type(1) {
	background-color: var(--i_main_color);
	box-shadow: 0 30px 0 0 var(--i_main_color), 0 -30px 0 0 var(--i_main_color), 30px 0 0 0 var(--i_main_color), -30px 0 0 0 var(--i_main_color), 30px 30px 0 0 var(--i_main_color), -30px -30px 0 0 var(--i_main_color), 30px -30px 0 0 var(--i_main_color), -30px 30px 0 0 var(--i_main_color);
	animation: load8 3s infinite cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@keyframes load8 {
	0% {
		transform: rotate(0deg);
		box-shadow: 0 30px 0 0 var(--i_main_color), 0 -30px 0 0 var(--i_main_color), 30px 0 0 0 var(--i_main_color), -30px 0 0 0 var(--i_main_color), 30px 30px 0 0 var(--i_main_color), -30px -30px 0 0 var(--i_main_color), 30px -30px 0 0 var(--i_main_color), -30px 30px 0 0 var(--i_main_color);
	}

	25% {
		transform: rotate(90deg);
		box-shadow: 0 30px 0 0 var(--i_main_color), 0 -30px 0 0 var(--i_main_color), 30px 0 0 0 var(--i_main_color), -30px 0 0 0 var(--i_main_color), -30px -30px 0 0 var(--i_main_color), 30px 30px 0 0 var(--i_main_color), -30px 30px 0 0 var(--i_main_color), 30px -30px 0 0 var(--i_main_color);
	}

	50% {
		transform: rotate(180deg);
		box-shadow: 0 -30px 0 0 var(--i_main_color), 0 30px 0 0 var(--i_main_color), -30px 0 0 0 var(--i_main_color), 30px 0 0 0 var(--i_main_color), -30px -30px 0 0 var(--i_main_color), 30px 30px 0 0 var(--i_main_color), -30px 30px 0 0 var(--i_main_color), 30px -30px 0 0 var(--i_main_color);
	}

	75% {
		transform: rotate(270deg);
		box-shadow: 0 0 0 0 var(--i_main_color), 0 0 0 0 var(--i_main_color), 0 0 0 0 var(--i_main_color), 0 0 0 0 var(--i_main_color), 0 0 0 0 var(--i_main_color), 0 0 0 0 var(--i_main_color), 0 0 0 0 var(--i_main_color), 0 0 0 0 var(--i_main_color);
	}

	100% {
		transform: rotate(360deg);
		box-shadow: 0 30px 0 0 var(--i_main_color), 0 -30px 0 0 var(--i_main_color), 30px 0 0 0 var(--i_main_color), -30px 0 0 0 var(--i_main_color), 30px 30px 0 0 var(--i_main_color), -30px -30px 0 0 var(--i_main_color), 30px -30px 0 0 var(--i_main_color), -30px 30px 0 0 var(--i_main_color);
	}
}

/*---*/

/*----------------------------header----------------------------*/

header {
	font-size: 1.4rem;
	color: var(--i_txt_color);
}

header#pattern2:not(.width_full) nav {
	max-width: 1830px !important;
}

header h1 {
	line-height: 1.5;
	font-size: 1.3rem;
	font-weight: normal;
	opacity: 0.7;
	fill: var(--i_txt_color);
}

header .logo,
header .logo a {
	max-width: 100px;
}

header#pattern2 nav ul.nav_1st {
	width: 77%;
}

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: 500;
	fill: var(--i_txt_color);
}

body.ft10 header .header_contents .header_col1 .tel,
body.ft10 footer {
	font-family: var(--i_google_font);
}

header .header_contents .header_col1 .tel svg,
header .header_contents .header_col1 .btn .translate a svg,
header .burger li.sp_translate a svg,
header .header_contents .header_sns li svg {
	fill: var(--i_txt_color);
}

header .sp_menu a div span,
header .sp_menu a div:before,
header .sp_menu a div:after {
	background: var(--i_txt_color);
}

header .header_contents .header_col1 .tel svg {
	width: 22px;
	height: 22px;
	top: calc(50% - 11px);
	left: 0;
}

header .header_contents .header_col1 .btn>a,
header#pattern4 .wraper>.inner>.btn>a {
	color: var(--i_btn_txt_color);
	background: var(--i_btn_color);
	position: relative;
	display: inline-block;
	text-align: center;
	font-family: inherit;
	font-weight: 500;
	padding: 10px 15px 10px !important;
	transition: 0.3s ease-in-out;
}

header .header_contents .header_col1 .btn>a span.inn,
header#pattern4 .wraper>.inner>.btn>a span.inn {
	color: var(--i_btn_txt_color) !important;
	padding: 10px 40px 10px 50px !important;
}

header .header_contents .header_col1 .btn .translate a svg {
	max-width: 74%;
	max-height: 74%;
	margin: 13% auto 0;
}

header .header_contents .header_col1 .btn .translate a:hover {
	opacity: 0.8;
}

header#pattern1 nav,
header#pattern3 nav {
	position: relative;
}

header nav * {
	color: var(--i_txt_color);
}

header nav ul.nav_1st {
	width: 100%;
	max-width: 1400px !important;
	/*任意*/
}

header nav ul.nav_1st>li {
	box-sizing: border-box;
	position: relative;
}

header nav ul.nav_1st>li:after {
	/*罫線*/
	content: "";
	width: 1px;
	height: 50%;
	position: absolute;
	top: 25%;
	left: 0;
}

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.5rem;
	font-weight: 500;
	position: relative;
	padding-left: 1vw;
	padding-right: 1vw;
	overflow: visible;
}

header nav ul.nav_1st>li>a span {
	/*ナビの高さはline-heightで調整*/
	line-height: 3;
	/* マージン普通選択時 */
	letter-spacing: 0rem;
	transition: 0.4s ease-in-out;
	font-size: 1.5rem;
}

header nav ul.nav_1st>li>a:hover span {
	color: var(--i_main_color);
}

header#pattern2 nav ul.nav_1st>li>a span {
	line-height: 3;
	font-weight: 600;
}

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: 15px;
	box-shadow: 2px 2px 5px var(--i_shadow_color);
}

header nav ul.nav_2nd>li {
	background: rgba(243, 241, 237, 0.9);
	border-bottom: 1px solid var(--i_border_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: normal;
	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_main_color);
	border-bottom: 1px solid var(--i_main_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_main_color);
	top: calc(50% - 0.5px);
	left: 5px;
}

header#pattern4 .wraper {
	max-width: none !important;
}

header#pattern4 .wraper>.inner>.btn>a span {
	text-align: center
}

header#pattern4 .tel {
	display: none;
}

header#pattern4 .burger {
	top: 0%;
	transform: translateY(0%);
}

@media screen and (min-width: 901px) {

	body.scrolled header .nav_1st,
	body.scrolled header .logo {
		background: var(--i_bg_color);
		box-shadow: 0px 3px 5px var(--i_shadow_color);
	}

	body.scrolled header .nav_1st {
		padding: 10px 25px;
		border-radius: 50px;
	}

	body.scrolled header .logo {
		padding: 10px;
		box-shadow: 0px 3px 5px var(--i_shadow_color);
		border-radius: 0 0 20px 0;
		left: 0 !important;
	}

	body.scrolled header .logo,
	body.scrolled header .logo a {
		max-width: 120px;
	}

	body.scrolled header .logo a img {
		max-height: 100px;
	}

	header#pattern4 .wraper>.inner {
		height: 130px;
		padding-top: 15px;
	}

	header nav ul.nav_1st>li>a::before {
		content: "";
		position: absolute;
		background: var(--i_main_color);
		width: 6px;
		height: 6px;
		border-radius: 50%;
		right: calc(100% - 2.5px);
		top: 48%;
		transform: translateY(-50%);
	}
}

@media screen and (max-width: 900px) {

	body.scrolled header .logo {
		padding: 10px 0 !important;
	}

	header.open:after,
	header .header_contents {
		background: rgba(255, 255, 255, 0.9);
	}

	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 ul.nav_1st {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		border-top: 1px solid var(--i_border_color);
	}

	header nav ul.nav_1st li {
		border-bottom: 1px solid var(--i_border_color);
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}

	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 .logo a {
		max-width: 200px;
	}

	body.scrolled header .logo a img {
		max-height: 44px !important;
	}

	header nav ul.nav_1st>li>a:hover:before {
		transform: scale(0, 0);
	}

	header#pattern1 nav,
	header#pattern3 nav {
		border-bottom: 0;
		border-top: 0;
	}

	header .header_contents .header_col1 .btn>a {
		padding: 7px 15px 7px;
	}

	header nav ul.nav_1st>li>a:hover {
		background: none;
	}

	header nav ul.nav_1st>li>a span {
		color: var(--i_txt_color);
	}

	header#pattern2 nav ul.nav_1st {
		border-bottom: 0px;
	}

	header nav ul.nav_1st>li:hover ul.nav_2nd {
		box-shadow: none;
	}

	header .wraper {
		background: var(--i_bg_color);
		box-shadow: 0px 3px 5px var(--i_shadow_color);
	}

	header .wraper>.inner {
		min-height: 60px !important;
	}

	header .logo a img {
		max-width: 180px;
	}

	header#pattern4 .logo {
		margin: auto 0;
		margin-right: auto;
	}

	header#pattern4 .header_contents,
	header#pattern4.open:after {
		width: 100% !important;
	}

	header#pattern4.open .header_contents {
		left: 0;
	}

	header#pattern4 .burger {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 9px;
	}
}

/*----------------------------余白設定----------------------------*/

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: calc(var(--i_padding) * 3);
}

main>section:not([class*="pt"]),
main>div:not([class*="pt"]),
aside>section:not([class*="pt"]),
aside>div:not([class*="pt"]) {
	padding-bottom: calc(var(--i_padding) * 3);
}

@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: calc(var(--i_padding) * 2);
	}

	main>section:not([class*="pt"]),
	main>div:not([class*="pt"]),
	aside>section:not([class*="pt"]),
	aside>div:not([class*="pt"]) {
		padding-bottom: calc(var(--i_padding) * 2);
	}
}

/*----------------------------見出し----------------------------*/

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.6rem;
	line-height: 1.4;
	position: relative;
	margin: 10px 0;
}

.index .heading.block_header_1 p,
.index .heading.block_header_6 .h {
	font-size: 4.2rem;
}

.heading.block_header_1.align-left p:before,
.heading.block_header_6.align-left .h:before {
	left: 0;
}

.heading.block_header_1.align-right p:before,
.heading.block_header_6.align-right .h:before {
	right: 0;
	left: auto;
}

*[style*=" color: #ffffff;"] .heading.block_header_1 p:before,
*[style*=" color: #ffffff;"] .heading.block_header_6 .h:before,
*[style*=" color: rgb(255, 255, 255);"] .heading.block_header_1 p:before,
*[style*=" color: rgb(255, 255, 255);"] .heading.block_header_6 .h:before {
	background: #fff;
}

*[style*=" color: rgb(255, 255, 255);"] .heading.block_header_1 p,
*[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: 2.1rem;
	font-weight: 500;
}

@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.5rem;
	}

	.heading.block_header_1 .h,
	.heading.block_header_6 p {
		font-size: 1.5rem;
	}

	.index .heading.block_header_1 p,
	.index .heading.block_header_6 .h {
		font-size: 2.8rem;
	}
}

/*--*/

.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: block;
	font-weight: 600;
	font-size: 2.4rem;
	line-height: 1.35;
	letter-spacing: 0.1rem;
	margin-bottom: 16px;
	padding-bottom: 16px;
	padding-top: 8px;
	position: relative;
}

.heading.block_header_2 .h:before,
.heading.block_header_2 .h:after {
	content: "";
	position: absolute;
	left: 0px;
	bottom: -2px;
	height: 2px;
}

.heading.block_header_2 .h:before {
	width: 100px;
	background-color: var(--i_main_color);
	z-index: 1;
}

.heading.block_header_2 .h:after {
	width: 100%;
	background-color: var(--i_sub3_color);
}

.heading.block_header_2 p {
	font-size: 1.9rem;
	font-weight: 500;
}

.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;
}

section[style*=" color: #ffffff;"] .heading.block_header_2 .h:before,
div[style*=" color: #ffffff;"] .heading.block_header_2 .h:before,
section[style*=" color: rgb(255, 255, 255);"] .heading.block_header_2 .h:before,
div[style*=" color: rgb(255, 255, 255);"] .heading.block_header_2 .h:before {
	border: 3px solid #fff;
}

@media screen and (max-width: 800px) {
	.heading.block_header_2 {
		margin-bottom: 20px;
	}

	.heading.block_header_2 .h {
		font-size: 1.9rem !important;
	}

}

/*用語一覧*/
.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 20px;
	margin-bottom: 30px;
}

.heading.block_header_3 .h {
	font-weight: 600;
	font-size: 2.0rem;
	line-height: 1.5;
	color: var(--i_txt_color);
}

.heading.block_header_3 p {
	font-weight: 500;
	font-size: 1.4rem;
}

@media screen and (max-width: 800px) {
	.heading.block_header_3 {
		padding: 5px 15px 5px 15px;
		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:before {
	display: none;
}

.heading.block_header_4 .h {
	font-size: 2.1rem;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 10px;
	border-bottom: none;
}

.heading.block_header_4 p {
	font-size: 1.6rem;
	font-weight: 500;
}

.composite_box01.block_images_11 .inner_item_txt .heading.block_header_4 .h,
.composite_box01.block_images_14 .inner_item_txt .heading.block_header_4 .h,
.composite_box01.block_images_17 .inner_item .heading.block_header_4 .h,
.composite_box01.block_images_15 .inner_item .heading.block_header_4 .h {
	font-size: 2.3rem !important;
	letter-spacing: 0.1rem;

}

@media screen and (max-width: 800px) {

	.composite_box01.block_images_11 .inner_item_txt .heading.block_header_4 .h,
	.composite_box01.block_images_14 .inner_item_txt .heading.block_header_4 .h,
	.composite_box01.block_images_17 .inner_item .heading.block_header_4 .h,
	.composite_box01.block_images_15 .inner_item .heading.block_header_4 .h {
		font-size: 2.1rem !important;
	}

	.index .heading.block_header_4 .h {
		font-size: 2.0rem !important;
	}

}

/*--*/

.heading.block_header_5 {
	margin-bottom: 15px;
}

.heading.block_header_5 .h {
	display: inline;
	font-weight: 600;
	font-size: 2rem;
	margin-bottom: 10px;
}

.heading.block_header_5 p {
	display: inline;
	font-size: 1.5rem;
	font-weight: 500;
}

.heading.block_header_5 p:before {
	content: "　/　";
	color: var(--i_txt_color)
}

#sidebar .heading.block_header_5 {
	background: var(--i_sub3_color);
	padding: 5px 15px;
}

/*--*/

.heading.block_header_7 .h {
	font-weight: 600;
}

/*----------------------------背景パララックス----------------------------*/

.parallax {
	box-shadow: 0 0 5px var(--i_shadow_color) inset;
}

/*----------------------------ボタン----------------------------*/
header .header_contents .header_col1 .btn>a,
.contents_btn01 a,
.glossary_archive .content_wrapper .heading.block_header_2 a:after,
main form .submit {
	color: var(--i_btn_txt_color) !important;
	background: var(--i_btn_color);
	position: relative;
	display: inline-block;
	text-align: center;
	font-weight: 600;
	border-radius: 50px;
	transition: 0.3s ease-in-out;
}

header .header_contents .header_col1 .btn>a:before,
.contents_btn01 a:before,
main form .submit span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 15px;
	width: 24px;
	height: 24px;
	transform: translateY(-50%);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='12' fill='white'/%3E%3Cpolyline points='10,7 15,12 10,17' stroke='%23fe6c17' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	transition: all 0.3s ease-in-out;
}

main form .submit span {
	display: block;
	position: relative;
}

header .header_contents .header_col1 .btn>a:hover,
.contents_btn01 a:hover,
main form .submit:hover {
	opacity: 0.8;
}

.contents_btn01 a[target=_blank] span:before,
.contents_btn01 a[target=_blank] span:after {
	border: 1px solid var(--i_btn_txt_color);
	transition: all 0.3s ease;
}

.contents_btn01 a[target=_blank] span:hover:before,
.contents_btn01 a[target=_blank] span:hover:after {
	border: 1px solid var(--i_btn_hover_txt_color);
}

.contents_btn01 a span {
	text-align: center;
	line-height: 1.5;
	padding: 15px 30px 16px 50px;
}

main form .submit {
	position: relative;
	display: inline;
	padding: 0px;
}

main .widget_gallery01 .contents_btn01 a,
main .gallery_archive .inner_item .contents_btn01 a,
main .gallery_single .inner_item .contents_btn01 a,
main * .contents_btn01 a {
	overflow: visible;
	margin-bottom: 10px;
}

main form .submit {
	position: relative;
}

main form .submit span input {
	font-size: 1.5rem;
	font-weight: 500;
	color: var(--i_btn_txt_color);
	display: block !important;
	background: transparent;
	line-height: 1.7;
	padding: 10px 30px 10px 50px !important;
}

.widget_form form .submit input {
	font-family: inherit;
}

input[type="button"],
input[type="text"],
input[type="submit"],
input[type="image"],
textarea {
	appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
}

@media screen and (max-width: 1300px) {
	#fixbtn .contents_btn01 {
		flex-direction: row !important;
	}

	#fixbtn .contents_btn01 a:nth-of-type(2):nth-last-of-type(1) {
		margin-top: 0 !important;
		margin-left: 10px !important;
	}
}

@media screen and (max-width: 700px) {
	#fixbtn .contents_btn01 a {
		margin: 0 !important;
	}

	#fixbtn .inner>div.contents_btn01 {
		flex-wrap: nowrap !important;
	}

	#fixbtn .contents_btn01 a:nth-of-type(2):nth-last-of-type(1) {
		margin-left: 5px !important;
	}
}

@media screen and (max-width: 500px) {
	#fixbtn .inner>div {
		padding: 8px 1px !important;

	}

}

/*------------------btn中央寄せ------------------*/

@media screen and (max-width: 950px) {
	.index .contents_box01 .inner_item_txt .contents_btn01 {
		text-align: center;
	}
}

/*--------------------------------MV--------------------------------*/

#mv_outer {
	/*mvに背景とかはここを利用する*/
	position: relative;
	padding-bottom: 80px;
}

#mv_outer::before {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	pointer-events: none;
	background-image: repeating-linear-gradient(45deg, rgb(255, 247, 240), rgb(255, 247, 240) 10px, transparent 10px, transparent 20px);
	z-index: -1;
}

#mv {
	width: 100%;
	height: 80vh;
	max-height: none !important;
	overflow: visible;
}

#mv .mv_img {
	width: 100%;
	height: 80vh;
}

#mv .mv_img li img[src*="MV1.jpg"] {
	object-position: 40% 50%;
}

#mv .mv_img li.r img[src*="MV1.jpg"] {
	object-position: 20% 50%;
}

#mv .mv_img li img[src*="MV2.jpg"] {
	object-position: 40% 50%;
}

#mv:after {
	/*スライドに重ねる色*/
	pointer-events: none;
	/* background: rgba(55, 50, 40, 0.2); */
}

#mv .mv_text {
	height: 85%;
	align-items: flex-end;
	/*垂直方向中央*/
	/*text-shadow: 0 0 5px var(--i_shadow_color);*/
	width: 100% !important;
	left: 0 !important;
	top: 0% !important;
}

#mv .mv_text>div {
	max-width: none !important;
	box-sizing: border-box;
	width: 95%;
	color: #fff;
}

#mv .mv_text h2 {
	font-size: 60px;
	/* ←max-font-size的意味合いで使用する。動作はjs。*/
	line-height: 1.4;
	letter-spacing: 0.5rem;
	font-weight: 500;
	font-size: 4.0rem !important;
	position: relative;
}

#mv .mv_text h2 span {
	display: block;
}

#mv .mv_text p {
	padding-top: 5px;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.4rem;
}

#mv_outer #mv .mv_text div p.static {
	display: inline !important;
}

#mv .mv_scroll,
#mv .mv_pointer,
#mv .mv_arrow {
	display: none;
}

@media screen and (max-width: 100vh) {
	#mv {
		height: 80vh;
	}
}

@media screen and (max-width: 1360px) {
	#mv .mv_text {
		height: 85%;
	}
}

@media screen and (max-width: 768px) {
	#mv_outer {
		padding-bottom: 0;
	}

	#mv {
		height: 90vh;
	}

	#mv .mv_img {
		position: absolute;
		width: 100%;
		height: 50%;
		right: 0;
		top: 0;
	}
}

@media screen and (max-width: 600px) {
	#mv {
		height: 80vh;
	}

	#mv .mv_text {
		height: 90%;
	}

	#mv .mv_text h2 {
		line-height: 1.5;
		font-size: 5.6vw !important;
		letter-spacing: 0.1rem;
	}

	#mv .mv_text p {
		letter-spacing: 0.1rem;
		font-size: 1.55rem;
		padding-top: 0;
	}

	#mv .mv_text>div {
		width: 90%;
	}
}

/*--------------------MVテキスト画像--------------------*/

#mv .mv_textimg {
	width: 50%;
	height: 80vh;
	left: 50%;
	transform: translateX(-50%);
	justify-content: center !important;
}

#mv .mv_textimg a {
	width: 60%;
	aspect-ratio: 5 / 1;
	height: auto;
	top: auto;
	left: auto;
	bottom: 18%;
	right: 6%;
}

#mv .mv_textimg img {
	max-width: clamp(600px, 18vw + 355px, 700px);
	width: 90%;
	margin: 0 auto;
}

@media screen and (max-width: 100vh) {

	#mv .mv_textimg {
		height: 75vh;
	}
}

@media screen and (max-width: 768px) {
	#mv .mv_textimg {
		width: 75%;
		align-items: end !important;
	}
}

@media screen and (max-width: 600px) {
	#mv .mv_textimg {
		width: 100%;
		height: 75vh;
	}
}

/*--------------------------------IV--------------------------------*/

#lv {
	background: var(--i_txt_color);
	height: 300px;
	padding-bottom: 0;
}

#lv_outer {
	/*mvに背景とかはここを利用する*/
	position: relative;
}

header.over+#lv_outer #lv {
	min-height: 300px;
}

#lv div {
	opacity: 0.5;
	filter: blur(0);
}

#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;
	text-align: center;
	position: relative;
	word-break: break-all;
	line-height: 1.2;
	letter-spacing: 0.1rem;
	color: #fff;
}

@media screen and (max-width: 800px) {
	#lv {
		height: 250px;
	}

	#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);
}

/*----------------------------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 #ddd;
	font-size: 1.4rem;
	border-radius: 5px;
}

.category1 li a:hover,
.category1 li a.current {
	background: var(--i_btn_color);
	color: #fff;
	border: 1px solid var(--i_btn_color);
}

/*--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);
}

#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;
}

.block_news_2 li>p:nth-of-type(1):before,
.widget_news02 li>p:nth-of-type(1):before,
.block_news_2 li a>p:nth-of-type(1):before,
.widget_news02 li a>p:nth-of-type(1):before,
#sidebar .widget_news02 li a div p:nth-of-type(1):nth-last-of-type(2):before {
	border-top: 1px solid var(--i_main_color);
	border-right: 1px solid var(--i_main_color);
}

/*----------------------------pager----------------------------*/

/*アーカイブページページャー*/

.pager li a {
	height: 45px;
	width: 45px;
	line-height: 45px;
	border: 1px solid #ddd;
	font-size: 1.4rem;
}

.pager li:not(.arrow) a:hover,
.pager li:not(.arrow).current a {
	background: var(--i_btn_color);
	color: #fff;
	border: 1px solid var(--i_btn_color);
}

.pager li.arrow a {
	background: none;
}

/*----------------------------pager2----------------------------*/

/*シングルページページャー*/
.pager2 li a {
	border: 1px solid #ddd;
	color: var(--i_txt_color);
	line-height: 45px;
	padding: 0 15px;
	font-size: 1.4rem;
}

.pager2 li a:hover {
	background: var(--i_btn_color);
	color: #fff;
	border: 1px solid var(--i_btn_color);
}

/*----------------------------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-color: var(--i_sub_color);
	border-bottom: 1px solid rgba(44, 35, 77, 0.1);
}

/*▼ TEL、予約ボタンない = 追従フッター有効でない場合*/
#fixbtn.no .fixbtnwrap {
	background-color: rgba(245, 245, 245, 0.85);
	border-bottom: 1px solid rgba(44, 35, 77, 0.1);
	/*border-top: 1px solid rgba(0,0,0,0.1);*/
}

#fixbtn .fixbtntel,
#fixbtn .fixbtntel a,
#fixbtn .fixbtntel span {
	color: var(--i_bg_color);
}

#fixbtn .fixbtntel:nth-last-of-type(2) {
	border-right: none;
}

#fixbtn .fixbtntel a,
#fixbtn .fixbtntel span {
	font-size: 2.7rem;
	line-height: 1;
	margin: 0 10px;
	font-weight: 500;
}

#fixbtn .fixbtntel svg {
	width: 20px !important;
	height: 20px !important;
	margin-right: 5px;
	fill: var(--i_bg_color);
}

#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 {
	background: var(--i_btn_color);
}

#fixbtn .contents_btn01 span {
	text-align: center;
	padding: 15px 30px 15px 50px !important;
}

/*▼ 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 {
	transition: 0.2s ease-in-out;
	width: 40px;
	height: 40px;
	border: none !important;
	background: var(--i_main_color);
	mask-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2040%2040%22%20style%3D%22enable-background%3Anew%200%200%2040%2040%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%235F6368%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M29.6%2C28.3l-2%2C2l-7.9-7.9l-7.9%2C7.9l-2-2l9.9-9.9L29.6%2C28.3z%20M29.7%2C12.5h-20V9.7h20V12.5z%22%2F%3E%3C%2Fsvg%3E');
}

#fixbtn #scrolltop a:hover:before {
	opacity: 0.8;
}

/*▼ TEL、予約ボタンない = 追従フッター有効でない場合*/
#fixbtn.no #scrolltop a:before {
	border-color: #212121;
}

#fixbtn.no #scrolltop a:hover:before {
	border-left: 2px solid #616161;
	border-top: 2px solid #616161;
}

@media screen and (min-width: 701px) {

	footer.add_design2 .logo a,
	footer.add_design3 .logo a,
	footer.add_design4 .logo a,
	footer.add_design5 .logo a {
		max-width: 65%;
	}
}

@media screen and (max-width: 700px) {

	#fixbtn .contents_btn01 a:nth-last-child(2)[target="_blank"] span,
	#fixbtn .contents_btn01 a+a[target="_blank"] span {
		padding-left: 30px !important;
	}
}

@media screen and (min-width: 601px) {
	#fixbtn .contents_btn01 a {
		width: 180px !important;
	}
}

@media screen and (max-width: 600px) {
	#fixbtn {
		margin-bottom: 0;
	}

	body #fixbtn .fixbtntel a,
	body #fixbtn .fixbtntel span {
		font-size: 1.8rem !important;
	}

	.ft02 #fixbtn .fixbtntel [data-tel],
	.ft02 #fixbtn .fixbtntel>a {
		font-size: 1.8rem !important;
	}

	#fixbtn .fixbtntel svg {
		width: 16px !important;
		height: 16px !important;
	}

	#fixbtn .inner {
		padding: 3px 4px;
	}

	#fixbtn .inner>div {
		padding: 8px 0 !important;
	}

	#fixbtn .contents_btn01 a {
		min-width: 150px !important;
	}

	#fixbtn .contents_btn01 a:before {
		width: 18px;
		height: 18px;
		left: 8px;
	}

	#fixbtn .contents_btn01 a span {
		padding: 12px 25px 10px 30px !important;
		font-size: 1.4rem !important;
		letter-spacing: 0;
	}
}

footer {
	background-color: var(--i_sub_color);
	padding: 0;
	color: var(--i_bg_color);
	text-align: center;
	font-size: 1.35rem;
}

footer a {
	color: var(--i_bg_color);
}

footer nav li {
	letter-spacing: 0.1rem;
	padding: 5px 0;
	font-weight: 600;
}

footer .logo {
	width: 160px !important;
}

footer .sns {
	margin: 0 auto 30px;
}

footer .sns svg {
	width: 40px;
	height: 40px;
	padding: 10px 10px;
	fill: #fff;
	transition: 0.2s ease-in-out;
}

footer .sns a:hover svg {
	opacity: 0.6;
}

#cp {
	position: relative;
	padding: 10px 0;
	font-size: 1.1rem;
	letter-spacing: 0.1rem;
	color: var(--i_bg_color);
}

@media screen and (max-width: 600px) {
	footer {
		padding: 0 0 20px;
	}
}

@media screen and (max-width: 600px) {

	footer .logo {
		width: 80px !important;
	}
}

/*------------------------------------------------------------------*/
/*----------------------------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.4rem;
	font-weight: 600;
	line-height: 1.45;
	box-sizing: border-box;
	color: #fff;
	background: var(--i_main_color);
	border: 2px solid var(--i_main_color);
	border-radius: 4px;
	text-align: center;
}

body.ft10 .contents_faq01 dt:before,
body.ft10 .contents_faq01 dd:before {
	font-family: var(--i_google_font);
}

.contents_faq01 dd:before {
	font-size: 2.6rem;
	line-height: 1.35;
	background: none;
	color: var(--i_main_color);
}

body.ft10 .contents_faq01.accordion .mymore a {
	font-family: var(--i_google_font);
}

.contents_faq01 dt i.more:before {
	color: var(--i_btn_color);
}

/*----------------------------contents_related_tags----------------------------*/

.contents_related_tags .inner_item {
	border: 1px solid var(--i_border_color);
}

.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;
}

/*----------------------------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: 500;
}

/*----------------------------block_table_2,5,6----------------------------*/

:is(.block_table_2, .block_table_5, .block_table_6) table thead,
:is(.block_table_2, .block_table_5, .block_table_6) table thead th,
:is(.block_table_2, .block_table_5, .block_table_6) table thead td {
	background-color: var(--i_sub2_color);
}

:is(.block_table_2, .block_table_5, .block_table_6) table th {
	background-color: var(--i_sub2_color);
	border: 1px solid var(--i_border_color);
	text-align: center;
	vertical-align: middle;
}

:is(.block_table_2, .block_table_5, .block_table_6) table td {
	background-color: var(--i_bg_color);
	border: 1px solid var(--i_border_color);
	vertical-align: middle;
}

:is(.block_table_2, .block_table_5, .block_table_6) table thead td {
	text-align: center;
	font-weight: 500;
}

@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: #000;
}

.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;
}

.widget_gallery01 .heading.block_header_2 .h {
	font-size: 2.1rem !important;
	font-weight: 700 !important;
}

/*----------------------------gallery hover効果----------------------------*/

main .widget_gallery01 a,
main .gallery_archive1 .inner_item a,
main .gallery_single1 .inner_item a {
	overflow: hidden;
}

main .widget_gallery01 .inner_item a {
	border-radius: 10px;
}

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);

	/* height: auto !important; */
}

.gallery_archive.add_design .inner_item a,
.gallery_archive.add_design1 .inner_item a {
	background: var(--i_bg_color) !important;

}

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;
}

#sidebar .widget_news02 li a div span {
	border-radius: 5px;
}

.news_archive article a {
	border-radius: 10px;
}

/*----------------------------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);
}

.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: 500;

}

@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_sub3_color);
	border: 1px solid var(--i_border_color);
	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_sub3_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_main_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: var(--i_main_color) !important;
}

.widget_link.block_link_1 .wrapper_item a {
	border-left: 2px solid var(--i_main_color) !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_menu01 li dt:before {
	border-top: 1px solid var(--i_main_color);
	border-right: 1px solid var(--i_main_color);
}

/*----------------------------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(77, 88, 99, 0.05) !important;
}

.block_news_2 li a {
	padding: 30px;
}

.block_news_2 li a:hover:after {
	border-width: 10px !important;
	;
}

.block_news_2 li:nth-child(2n) {
	background: #fff !important;
}

@media screen and (max-width: 900px) {
	.block_news_2 li a {
		padding: 10px;
	}
}

/*----------------------------widget_shop01----------------------------*/

.widget_staff01 .inner_item a:hover * {
	opacity: 0.8;
}

.widget_staff01 .sub {
	font-size: 1.2rem;
	font-weight: 500;
}

/*----------------------------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 .h:after {
	top: 1em;
}

.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);
}

.recruitment_list .wrapper_item .inner_item .inner_item_txt .contents_btn01 a {
	max-width: 300px;
}

/*------------------sitemap------------------------*/
.widget_sitemap .content_wrapper>ul>li>a::before {
	background: var(--i_main_color) !important;
}

.widget_sitemap .content_wrapper>ul>li>a::after {
	border-top: 1px solid var(--i_btn_txt_color) !important;
	border-right: 1px solid var(--i_btn_txt_color) !important;
}

.widget_sitemap .content_wrapper>ul>li li>a::after {
	border-top: 1px solid var(--i_main_color) !important;
	border-right: 1px solid var(--i_main_color) !important;
}

/*------------------blog------------------------*/

/*------------------------追加CSS------------------------*/

/*------------------トップ・共通------------------------*/

#faq+div .wrapper_item,
#access_01+div .wrapper_item {
	background: var(--i_bg_color);
	padding: 20px;
	border-radius: 15px;
	margin-bottom: 0;
}

#faq+div dl:last-child,
#access_01+div dl:last-child {
	border-bottom: none;
}

#faq+div {
	border-radius: 50% 50% 0 0/10vw 10vw 0 0;
}

@media screen and (min-width: 769px) {

	#faq+div {
		border-radius: 50% 50% 0 0/20vw 20vw 0 0;
	}

	#seo_w+section,
	#faq+div {
		padding-top: 150px;
	}
}

/*------------------トップ・見出し------------------------*/

.index .heading.block_header_6 .h::before,
#concept+div .heading.block_header_4 .h::before,
#voice+div .heading.block_header_4 .h::before {
	content: "";
	display: block;
	position: absolute;
	top: 45%;
	left: 50%;
	font-size: 10rem;
	font-weight: 600;
	text-align: center;
	color: var(--i_sub2_color);
	background: transparent;
	z-index: -1;
	transform: translate(-50%, -50%);
	font-family: var(--i_google_font);
}

#constructed_01+section .heading.block_header_6 .h::before,
#staff+div .heading.block_header_6 .h::before,
#faq+div .heading.block_header_6 .h::before,
#access_01+div .heading.block_header_6 .h::before {
	color: var(--i_bg_color);
}

#constructed_01+section .heading.block_header_6 .h::before,
#staff+div .heading.block_header_6 .h::before,
#seo_c+section .heading.block_header_6 .h::before {
	opacity: 0.2;
}

#seo_w+section .heading.block_header_6 .h::before {
	content: "COMPANY";
}

#concept+div .heading.block_header_4 .h::before {
	content: "CONCEPT";
}

#service_01+div .heading.block_header_6 .h::before {
	content: "SERVICE";

}

#constructed_01+section .heading.block_header_6 .h::before {
	content: "CONSTRUCTED";
}

#staff+div .heading.block_header_6 .h::before {
	content: "STAFF";
}

#blog+div .heading.block_header_6 .h::before {
	content: "BLOG";
}

#seo_c+section .heading.block_header_6 .h::before {
	content: "FEATURE";
}

#voice+div .heading.block_header_4 .h::before {
	content: "VOICE";
}

#faq+div .heading.block_header_6 .h::before {
	content: "FAQ";
}

#column+div .heading.block_header_6 .h::before {
	content: "COLUMN";
}

#access_01+div .heading.block_header_6 .h::before {
	content: "ABOUT";
}

#concept+div .heading.block_header_4,
#voice+div .heading.block_header_4 {
	margin-bottom: 30px;
}

#concept+div .heading.block_header_4 .h,
#voice+div .heading.block_header_4 .h {
	font-weight: 600;
	font-size: 4.2rem !important;
	line-height: 1.4;
	position: relative;
	margin: 10px 0;
	padding-left: initial;
}

#concept+div .heading.block_header_4 p,
#voice+div .heading.block_header_4 p {
	font-size: 2.1rem;
	font-weight: 500;
}

@media screen and (min-width: 901px) {
	#voice+div .heading.block_header_4 .h::before {
		left: 0;
		transform: translate(0, -50%);
	}
}

@media screen and (max-width: 800px) {

	.index .heading.block_header_6 .h::before,
	#concept+div .heading.block_header_4 .h::before,
	#voice+div .heading.block_header_4 .h::before {
		font-size: 7rem;
	}

	#concept+div .heading.block_header_4,
	#voice+div .heading.block_header_4 {
		margin-bottom: 20px;
	}

	#concept+div .heading.block_header_4 .h,
	#voice+div .heading.block_header_4 .h {
		font-size: 2.8rem !important;
	}

	#concept+div .heading.block_header_4 p,
	#voice+div .heading.block_header_4 p {
		font-size: 1.5rem !important;
	}
}

@media screen and (max-width: 600px) {

	.index .heading.block_header_6 .h::before,
	#concept+div .heading.block_header_4 .h::before,
	#voice+div .heading.block_header_4 .h::before {
		font-size: 5rem;
	}
}

/*------------------トップ・コラム(#column)------------------------*/

#column+div {
	overflow: visible;
	padding: 150px 0;
}

#column+div::before,
#column+div::after {
	content: "";
	width: 100%;
	height: 75px;
	background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 150" preserveAspectRatio="none"><path d="M -75 0 Q -37.5 0 0 75 Q 75 225 150 75 Q 187.5 0 225 0 Q 262.5 0 300 75 Q 375 225 450 75 Q 487.5 0 525 0 L 300 0 L 0 0 Z" fill="%23fff7f0"></path></svg>');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0px;
	z-index: 1;
	pointer-events: none;
}

#column+div::after {
	top: auto;
	bottom: 0;
	transform: scale(-1, -1);
}

@media screen and (max-width: 900px) {

	#column+div {
		padding: 100px 0;
	}

	#column+div::before,
	#column+div::after {
		height: 25px;
	}
}

#column+div li a>p:before {
	border-top: 2px solid var(--i_main_color);
	border-right: 2px solid var(--i_main_color);
}

#column+div li {
	box-shadow: none !important;
	border: solid 3px var(--i_main_color);
	border-radius: 10px;
}

#column+div ul li a:after {
	border: 0 solid var(--i_sub2_color);
	border-radius: 10px;
}

/*------------------トップ・ブログ(#blog)------------------------*/

#blog+div ul li span {
	border-radius: 10px;
}

/*------------------トップ・SEOライティング(#seo_w)------------------------*/
#seo_w+section::before,
#seo_w+section::after {
	position: absolute;
	display: block;
	content: "";
	top: 0px;
	left: -18px;
	width: calc(100% + 18px);
	height: 100%;
	background-image: repeating-linear-gradient(45deg, rgb(255, 247, 240), rgb(255, 247, 240) 10px, transparent 10px, transparent 20px);
	pointer-events: none;
}

#seo_w+section::after {
	background: var(--i_bg_color);
	border-radius: 50% 50% 0 0/20vw 20vw 0 0;
	width: 100%;
	left: 0;
	z-index: 1;
}

#seo_w+section>.content_wrapper {
	z-index: 2;
}

@media screen and (max-width: 768px) {
	#seo_w+section::before {
		left: -15px;
		width: calc(100% + 15px);
	}
}

@media screen and (max-width: 517px) {
	#seo_w+section::before {
		left: clamp(-12px, calc(-12px + (517px - 100vw) * 0.0318), -7px);
		width: calc(100% + clamp(7px, calc(12px - (517px - 100vw) * 0.0318), 12px));
	}
}

/*------------------トップ・コンセプト(#concept)------------------------*/

#concept+div,
#concept+div .wrapper_item {
	overflow: visible;
}

#concept+div .inner_item_img img {
	aspect-ratio: 4 / 3;
	height: auto !important;
	border-radius: 20px;
}

@media screen and (min-width: 769px) {
	#concept+div .wrapper_item {
		align-items: center;
	}

	#concept+div .inner_item:nth-of-type(2):nth-last-of-type(2) {
		flex: 0.5;
		margin: 0 2% !important;
	}

	#concept+div .inner_item:nth-of-type(1):nth-last-of-type(3),
	#concept+div .inner_item:nth-of-type(3):nth-last-of-type(1) {
		flex: 0.25;
	}

	#concept+div .inner_item:nth-of-type(1) {
		margin-top: 20vh;
	}

	#concept+div .inner_item:nth-of-type(3) {
		margin-bottom: 20vh;
	}
}

@media screen and (max-width: 768px) {

	#concept+div .wrapper_item {
		flex-direction: column;
	}

	#concept+div .inner_item:nth-of-type(1):nth-last-of-type(3),
	#concept+div .inner_item:nth-of-type(3):nth-last-of-type(1) {
		width: 60% !important;
	}

	#concept+div .inner_item:nth-of-type(1) {
		margin-left: auto !important;

	}

	#concept+div .inner_item:nth-of-type(2) {
		padding: 0 0 30px;
	}
}

@media screen and (max-width: 600px) {

	#concept+div .inner_item:nth-of-type(1):nth-last-of-type(3),
	#concept+div .inner_item:nth-of-type(3):nth-last-of-type(1) {
		width: 90% !important;
	}
}

/*------------------トップ・サービス(#service)------------------------*/
#service_01+div {
	overflow: visible;
}

#service_01+div .inner_item {
	background: var(--i_sub2_color);
	color: var(--i_main_color);
}

#service_01+div .wrapper_item {
	justify-content: center;
}

#service_01+div .inner_item_img {
	position: relative;
	width: 60%;
	margin: 0 auto;
	padding-top: 15%;
}

#service_01+div .inner_item_img::after {
	content: "";
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 50px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Ccircle cx='20' cy='20' r='20' fill='%23fe6c17'/%3E%3Cpolyline points='12,20 18,26 28,14' stroke='white' stroke-width='3' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
}

@media screen and (max-width: 768px) and (min-width: 651px) {
	#service_01+div .inner_item {
		width: 60% !important;
	}
}

/*------------------トップ・施工事例(#constructed_01)------------------------*/
#constructed_01+section {
	padding-bottom: 150px;
}

#constructed_01+section .parallax_img {
	mix-blend-mode: multiply;
}

#constructed_02+div {
	margin-top: -100px;
}

@media screen and (min-width: 769px) {
	#constructed_01+section .parallax_img {
		height: 900px !important;
	}

}

@media (max-width: 600px) {
	#constructed_02+div>.content_wrapper {
		overflow: hidden;
	}

	#constructed_02+div .wrapper_item.slick-slider {
		display: flex;
		flex-wrap: nowrap;
		gap: 20px;
		transition: transform 0.4s ease;
		touch-action: pan-y;
		will-change: transform;
		width: 100%;
	}

	#constructed_02+div .wrapper_item.slick-slider .inner_item {
		flex: 0 0 100%;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		box-sizing: border-box;
		float: none;
		position: relative;
		transform: none;
	}

	#constructed_02+div .wrapper_item.slick-slider .inner_item img {
		max-width: 100%;
		height: auto;
		display: block;
	}

	#constructed_02+div .slider-dots {
		display: flex;
		justify-content: center;
		gap: 8px;
		margin-bottom: 45px;
	}

	#constructed_02+div .slider-dot {
		width: 8px;
		height: 8px;
		padding: 0;
		border: none;
		border-radius: 50%;
		background: var(--i_sub3_color);
		cursor: pointer;
		transition: background 0.2s;
	}

	#constructed_02+div .slider-dot.is-active {
		background: var(--i_main_color);
	}
}

/*------------------トップ・スタッフ(#staff)------------------------*/

#staff+div {
	border-radius: 50px 0 0 50px;
	margin-left: 5%;
	padding-right: 2.5%;
}

#staff+div::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 40%;
	background: url("/common/upload_data/stage-1cojp/image/image_bg_staff_1.png.webp") center bottom / cover no-repeat;
	opacity: 0.2;
}

#staff+div .inner_item {
	background: var(--i_bg_color);
	color: var(--i_txt_color);
	border-radius: 15px;
	display: flex;
	align-items: center;
	padding: 20px;
}

#staff+div .inner_item_img {
	width: 30%;
	margin: 0;
	border: none;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	height: auto !important;
}

#staff+div .inner_item_img img {
	/* border-radius: 50%; */
	aspect-ratio: 1 / 1;
	height: auto;
	max-height: none;
	object-fit: contain;
}

#staff+div .inner_item_txt {
	width: 70%;
	padding: 0 0 10px 20px;
	box-sizing: border-box;
	text-align: left;
}

#staff+div .contents_btn01 a {
	color: var(--i_btn_color) !important;
	background: var(--i_btn_txt_color);
}

#staff+div .contents_btn01 a::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='12' fill='%23fe6c17'/%3E%3Cpolyline points='10,7 15,12 10,17' stroke='white' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

@media screen and (max-width: 900px) {
	#staff+div {
		border-radius: 30px 0 0 30px;
		margin-left: 20px;
		padding-right: 0;
	}

	#staff+div::before {
		height: 10%;
	}

	#staff+div .wrapper_item {
		flex-direction: column;
	}

	#staff+div .inner_item {
		width: 100%;
		margin-left: 0;
		margin: 0 0 20px;
	}
}

/*------------------トップ・SEOライティング(#seo_c)------------------------*/

#seo_c+section {
	border-radius: 50px;
	margin: 0 5%;
}

#seo_c+section .parallax_img {
	mix-blend-mode: multiply;
}

@media screen and (max-width: 900px) {
	#seo_c+section {
		border-radius: 30px;
		margin: 0 20px;
	}
}

/*------------------トップ・お客様の声(#voice_)------------------------*/

@media screen and (min-width: 901px) {
	#voice+div .wrapper_item {
		justify-content: space-between;
		overflow: visible;
		margin-bottom: 30px;
	}

	#voice+div .inner_item {
		justify-content: center;
	}

	#voice+div .inner_item:nth-child(1) {
		width: 30%;
		z-index: 2;
	}

	#voice+div .inner_item:nth-child(2) {
		margin-left: -8%;
		margin-top: 80px;
		width: 30%;
		z-index: 1;
	}

	#voice+div .inner_item:nth-child(3) {
		width: 35%;
	}

	#voice+div .inner_item_img img {
		box-shadow: 10px 10px 0 var(--i_sub2_color);
	}

	#voice+div .inner_item .contents_btn01 {
		text-align: left;
	}
}

@media screen and (max-width: 900px) {

	#voice+div .wrapper_item {
		overflow: visible;
	}

	#voice+div .inner_item {
		width: 100%;
		margin-left: 0 !important;
	}

	#voice+div .inner_item:not(:last-child) {
		margin-bottom: 0;
	}

	#voice+div>.content_wrapper:before {
		width: 300px;
		height: 140px;
	}

	#voice+div .inner_item .heading {
		text-align: center;
	}

	#voice+div .inner_item:nth-child(2) {
		margin-top: 90px;
		margin-left: -70px !important;
		z-index: -1;
	}

	#voice+div .inner_item:first-child,
	#voice+div .inner_item:nth-child(2) {
		width: 48%;
	}

	#voice+div .inner_item:first-child {
		margin-left: 70px !important;
	}

	#voice+div .inner_item_img img {
		box-shadow: 10px 10px 0 var(--i_sub2_color);
	}
}

@media screen and (max-width: 768px) {
	#voice+div .inner_item:nth-child(2) {
		margin-left: -12% !important;
	}

	#voice+div .inner_item:first-child,
	#voice+div .inner_item:nth-child(2) {
		width: 55% !important;
	}

	#voice+div .inner_item:first-child {
		margin-left: 0px !important;
	}
}

/*------------------トップ・よくある質問(#faq)------------------------*/

#faq+div dl {
	border-top: none;
}

/*------------------トップ・アクセス(#access)------------------------*/
#access_01+div .heading.block_header_4 .h {
	color: var(--i_main_color);
	margin-bottom: 0;
	padding-bottom: 0;
}

@media screen and (max-width: 700px) {
	.widget_shop01 .wrapper_item {
		width: auto !important;
	}
}

/*------------------下層ページ------------------------*/

body:not(.index) img {
	border-radius: 15px;
}

a[id*="ti"]+section::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -15px;
	transform: translateY(-50%);
	width: 60%;
	height: 90%;
	background: var(--i_sub2_color);
	border-radius: 15px;
}

#ti_l+section::before {
	right: -15px;
	left: auto;
}

body:not(.index) footer {
	margin-top: 50px;
}

@media screen and (max-width: 900px) {
	a[id*="ti"]+section::before {
		top: 20%;
		width: 90%;
		height: 80%;
		transform: translateY(0);
	}

	a[id*="ti"]+section .inner_item_img img {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 900px) and (min-width: 601px) {
	a[id*="ti"]+section .inner_item_img img {
		width: 60% !important;
	}
}



#staff + div.widget_staff01 .contents_btn01 {
padding: 30px 8px 0 !important;
}

#staff + div.widget_staff01.add_design3 .slick-list{
 border:none;
}
