@charset "UTF-8";
:root {
	/*使用しない場合も必ず設定*/
	--i_bg_color: #fff; /*背景色*/
	--i_txt_color: #383838; /*テキスト*/
	--i_main_color: #5aa84f; /*メイン*/
	--i_sub_color: #E84128; /*アクセント*/
	--i_sub2_color: #f4f7f4; /*薄い色*/
	--i_btn_color: #5aa84f; /*ボタン*/
	--i_btn_hover_color: #e2d349; /*ボタンhover*/
	--i_btn_txt_color: #fff; /*ボタンテキスト*/
	--i_btn_hover_txt_color: #fff; /*ボタンテキスト*/
	--i_shadow_color: rgba(0, 0, 0, 0.05); /*シャドウ*/
	--i_border_color: rgba(0, 0, 0, 0.13); /*ボーダー*/
	--i_noimg_bg_color: #5aa84f; /*画像無し*/
	--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 {
	background: var(--i_bg_color);
}
.index main {
	background: none !important;
}
@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 #ececec !important;
	}
}
.no_img {
	background: var(--i_noimg_bg_color, rgba(200, 200, 200, 0.3));
}
/*----------------------------loader----------------------------*/
#load div:nth-of-type(1) {
	background: var(--i_bg_color);
}
#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: #1b3190 !important;
}
#load .loader::before, 
#load .loader::after, 
.popup .loader::before,
.popup .loader::after {
	/*★*-1*/
	left: -1px;
	top: -1px;
}
#load img {
	max-width: 350px;
	max-height: 350px;
}
@media screen and (max-width: 650px) {
	#load img {
		max-width: 210px;
	}
}
/*----------------------------header----------------------------*/
header {
	font-size: 1.5rem;
	color: var(--i_bg_color);
}
body.scrolled header {
	background: rgb(42 63 43 / 90%);
}
header h1 {
	line-height: 1.5;
	font-size: 1.3rem;
	font-weight: normal;
	opacity: 0.7;
}
body.scrolled header .logo {
	padding: 10px 0 !important;
	min-height: auto !important;
}
header .logo, 
header .logo a {
	max-width: 350px;
}
body.scrolled header .logo a img {
	max-height: 130px;
}
header .header_contents .header_col1 {
	/* ▼水平方向レイアウト */
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
}
header .header_contents .header_col1 .tel {
	position: relative;
	font-size: 26px;
	line-height: 1;
	padding-left: 26px;
	font-weight: bold;
	text-align: center;
}
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: #fff !important;
}
header .sp_menu a div span,
header .sp_menu a div:before,
header .sp_menu a div:after {
	background: var(--i_bg_color);
}
header .header_contents .header_col1 .tel svg {
	width: 22px;
	height: 22px;
	top: calc(50% - 11px);
	left: 28px;
	fill: #fff !important;
}
header .header_contents .header_col1 .btn > a {
	display: inline-block;
	text-align: center;
	background: var(--i_btn_color);
	border: 2px solid var(--i_btn_color);
	color: var(--i_bg_color);
	padding: 9px 10px 10px;
	transition: 0.4s ease-in-out;
	font-weight: 600;
	border-radius: 6px;
}
header .header_contents .header_col1 .btn > a:hover {
	opacity: 1;
	background: var(--i_btn_hover_color);
	border: 2px solid var(--i_btn_hover_color);
}
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: var(--i_bg_color);
	left: 0;
}
header .header_contents .header_col1 .btn .translate a:hover {
	opacity: 0.8;
}
header nav * {
	color: var(--i_bg_color);
}
header#pattern2.width_full nav {
	padding-right: 0 !important;
}
header nav ul.nav_1st {
	max-width: 1500px !important;
	/*任意*/
}
body.scrolled header nav ul.nav_1st {
	border-bottom: 0;
}
header#pattern2:not(.width_full) nav {
	max-width: 1600px;
}
header nav ul.nav_1st > li {
	box-sizing: border-box;
	position: relative;
}
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::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: bold;
	position: relative;
	padding-left: 1vw;
	padding-right: 1vw;
	overflow: visible;
}
header nav ul.nav_1st > li > a span {
	/*ナビの高さはline-heightで調整*/
	line-height: 3.5;
	/* マージン普通選択時 */
	letter-spacing: 0.1rem;
	font-weight: bold;
	font-size: 1.5rem;
	transition: 0.4s ease-in-out;
}
body.scrolled header:not(.nofixed) nav ul.nav_1st > li > a span {
	line-height: 2.5;
}
header nav ul.nav_1st > li > a:hover span {
	opacity: 0.65;
}
header#pattern2 nav ul.nav_1st > li > a span {
	line-height: 3;
}
body.scrolled header#pattern2 nav ul.nav_1st > li > a span {
	line-height: 2.5;
}
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: rgb(5 19 58 / 90%);
	border-bottom: 1px solid rgba(0, 0, 0, 0.03);
	border-top: 1px solid rgba(255, 255, 255, 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: 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_bg_color);
	border-bottom: 1px solid var(--i_bg_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_bg_color);
	top: calc(50% - 0.5px);
	left: 5px;
}
@media screen and (max-width: 900px) {
	body.scrolled header .logo {
		padding: 10px 0 !important;
	}
	header.open:after,
	header .header_contents {
		background: rgb(38 80 22 / 90%);
	}
	header .burger li.sp_translate a svg {
		height: 28px;
		width: 28px;
		margin: 10% auto;
	}
	header .header_sns,
	header .header_contents .header_col1,
	header .header_contents .header_col2 {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}
	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_col1 .tel{
		margin-right:35px !important; 
	}
	header .header_contents .header_col2 {
		display: block !important;
	}
	header nav ul.nav_1st {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}
	header nav ul.nav_1st li {
		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: #fff;
	}
	header nav ul.nav_2nd > li {
		box-shadow: none;
	}
	header nav ul.nav_3rd > li:nth-last-of-type(1) {
		border-bottom: none;
	}
	header .logo a img {
		max-width: 210px;
		max-height: 80px !important;
	}
	header nav ul.nav_1st {
		width: auto !important;
	}
	header#pattern1 nav, header#pattern3 nav {
		border: none;
	}
	header nav ul.nav_1st > li span {
		padding-bottom: 0;
	}
	header nav ul.nav_1st > li span:after {
		display: none;
	}
	header nav ul.nav_1st {
		padding-right: 0;
	}
	header .wraper > .inner {
		min-height: 45px !important;
	}
	header .header_contents .header_col1 .btn > a {
		padding: 6px 10px 7px;
	}
	header nav ul.nav_1st > li a:hover {
		opacity: 1;
	}
	header nav ul.nav_1st {
		background: none;
	}
	header nav ul.nav_2nd > li {
		box-shadow: none;
	}
}
/*----------------------------余白設定----------------------------*/
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-size: 3.8rem !important;
	line-height: 1.4;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 10px;
	color: var(--i_txt_color);
	font-weight: 600;
	letter-spacing: 0.2rem;
}
.heading.block_header_1 p:after,
.heading.block_header_6 .h:after {
	position: absolute;
	display: block;
	content: "";
	width: 80px;
	height: 4px;
	bottom: 0;
	left: calc(50% - 40px);
	background: var(--i_main_color);
	pointer-events: none;
}
.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:after,
.heading.block_header_6.align-right .h:after {
	right: 0;
	left: auto;
}
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: #fff;
}
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;
	color: var(--i_txt_color);
	font-weight: 600;
	letter-spacing: 0.2rem;
}
@media screen and (max-width: 900px) {
	.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.4rem !important;
	}
	.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: bold;
	font-size: 1.9rem;
	line-height: 1.5;
	position: relative;
	color: var(--i_main_color);
}
.heading.block_header_2 p {
	font-size: 1.4rem;
	font-weight: bold;
	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;
	}
	.heading.block_header_2 .h::before {
		top: 12px !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 10px 10px 10px;
	margin-bottom: 30px;
}
.heading.block_header_3 .h {
	font-weight: bold;
	font-size: 1.9rem;
	line-height: 1.5;
	color: var(--i_main_color);
}
.heading.block_header_3 p {
	font-size: 1.4rem;
	font-weight: bold;
	color: var(--i_main_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:before {
	display: none;
}
.heading.block_header_4 .h {
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 5px;
	color: var(--i_btn_color);
}
.heading.block_header_4 p {
	font-size: 1.4rem;
	font-weight: bold;
}
/*--*/
.heading.block_header_5 {
	margin-bottom: 15px;
}
.heading.block_header_5 .h {
	display: inline;
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 10px;
}
.heading.block_header_5 p {
	display: inline;
	font-weight: bold;
	font-size: 1.4rem;
}
.heading.block_header_5 p:before {
	content: "　/　";
}
#sidebar .heading.block_header_5 {
	background: var(--i_sub2_color);
	color: var(--i_main_color);
	padding: 5px 15px;
}
/*----------------------------背景パララックス----------------------------*/
.parallax {
	box-shadow: 0 0 5px var(--i_shadow_color) inset;
}
/*----------------------------ボタン----------------------------*/
.contents_btn01 a, 
main form .submit span input, 
.glossary_archive .content_wrapper .heading.block_header_2 a:after {
	background: var(--i_btn_color);
	color: #fff !important;
	padding: 0 10px !important;
	position: relative;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	transition: 0.4s ease-in-out;
	letter-spacing: 0.2rem;
	font-weight: 600;
	border-radius: 6px;
}
.contents_btn01 a:hover,
main form .submit input:hover, 
main form .submit:hover{
	background: var(--i_btn_hover_color);
}
.glossary_archive .content_wrapper .heading.block_header_2 a:after {
	padding: 5px 10px !important;
}
.glossary_archive .content_wrapper .heading.block_header_2 a:hover:after {
	opacity: 0.8;
}
main form .submit {
	overflow: hidden;
	background: var(--i_btn_color);
	border-radius: 6px;
}
.contents_btn01 a span {
	transition: 0.4s ease-in-out;
}
.contents_btn01 a:hover span,
main form .submit span input:hover {
	transform: translateX(-10px);
}
main form .submit span {
	position: relative;
}
.contents_btn01 a:before, 
main form .submit span:before {
	position: absolute;
	display: inline-block;
	content: "\00BB";
	font-size: 20px;
	top: calc(50% - 20px);
	right: -20px;
	color: #fff;
	opacity: 0;
	transition: 0.4s;
	z-index: 1;
}
.contents_btn01 a:hover:before,
main form .submit span:hover:before {
	opacity: 1;
	right: 10px;
}
.contents_btn01 a[target=_blank] span:before, 
.contents_btn01 a[target=_blank] span:after {
	border: 1px solid var(--i_btn_txt_color);
}
main form .submit span input, 
.contents_btn01 a span {
	text-align: center;
	line-height: 1.5;
	font-size: 1.5rem;
	padding: 14px 10px 14px !important;
	transform: translateX(0);
	font-weight: 600;
}
input[type="button"], 
input[type="text"],
input[type="submit"], 
input[type="image"], 
textarea {
	-webkit-appearance: none;
	border-radius: 0;
}
#fixbtn .contents_btn01 a:nth-of-type(2):nth-last-of-type(1){
	background:var(--i_sub_color);
}
#fixbtn .contents_btn01 a:hover:nth-of-type(2):nth-last-of-type(1){
	background:var(--i_btn_hover_color);
}
/*--------------------------------MV--------------------------------*/
#mv_outer {
	/*mvに背景とかはここを利用する*/
	position: relative;
	box-sizing: border-box;
}
#mv {
	width: 100%;
	height: 100vh;
	min-height: 500px;
	max-height: 900px !important;
}
#mv:after {
	/*スライドに重ねる色*/
	pointer-events: none;
	background: rgba(0, 0, 0, 0.3);
}
#mv:after, 
#mv .mv_img {
	height: 100vh;
}
#mv .mv_text {
	height: 80%;
	align-items: flex-end;
	/*垂直方向中央*/
	width: 100% !important;
	left: 0% !important;
	bottom: 20% !important;
}
#mv .mv_text > div {
	box-sizing: border-box;
	width: 90%;
	color: var(--i_bg_color);
}
#mv .mv_text h2 {
	font-size: 60px;
	/* ←max-font-size的意味合いで使用する。動作はjs。*/
	line-height: 1.5;
	font-weight: bold;
	letter-spacing: 0.2rem;
	font-size: 3.5rem !important;
	position: relative;
}
#mv #conv {
    font-weight: 600;
}
#mv .mv_text p {
	padding-top: 10px;
	font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: 0.2rem;
}
#mv .mv_scroll {
	width: 3%;
	height: auto;
	position: absolute;
	left: 0%;
	bottom: 0%;
	z-index: 55;
}
#mv .mv_scroll a {
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	font-weight: 600;
	letter-spacing: 0.2rem;
	font-size: 10px;
	position: relative;
	padding-bottom: 100px;
	height: auto;
	width: 100%;
	text-indent: 0;
	transition: all .3s ease-in-out;
	text-align: center;
	color: #fff;
	display: flex;
	align-items: center;
	font-family: 'Noto Serif JP';
}
#mv .mv_scroll a::before {
	width: 1px;
	height: 70px;
	transform: none;
	position: absolute;
	bottom: 0;
	left: calc(50% - 0.5px);
	top: auto;
	background: #fff;
	transition: all .3s ease-in-out;
}
#mv .mv_scroll a:hover {
	padding-bottom: 80px;
}
#mv .mv_scroll a:hover::before {
	height: 50px;
}
#mv .mv_scroll a:hover::after {
	height: 25px;
}
#mv .mv_pointer,
#mv .mv_arrow {
	display: none;
}
@media screen and (max-width: 100vh) {
	#mv {
		height: 70vh;
	}
}
@media screen and (max-width: 1360px) {
	#mv .mv_scroll {
		bottom: 20%;
	}
}
@media screen and (max-width: 700px) {
	#mv .mv_text {
		height: 70%;
	}
	#mv .mv_text > div {
		width: 95%;
	}
	#mv .mv_scroll {
		left: auto;
		right: 1%;
		bottom: 10%;
	}
	#mv .mv_text h2 {
		font-size: 4.8vw !important;
	}
	#mv .mv_text h2 span {
		font-size: 5.5vw !important;
	}
	#mv .mv_text p {
		font-size: 1.5rem !important;
		padding-top: 5px;
	}
	#mv .mv_scroll a {
		font-size: 1rem;
	}
}
/*--------------------------------IV--------------------------------*/
#lv {
	background: #333;
	height: 450px;
	padding-bottom: 0;
	width: 100%;
}
#lv_outer {
	/*mvに背景とかはここを利用する*/
	position: relative;
}
header.over + #lv_outer #lv {
	min-height: 250px;
}
#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: bold;
	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 {
		height: 200px;
	}
	#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, 
#pan li:after {
	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 var(--i_main_color);
	border-radius: 50px;
	font-size: 1.4rem;
	color: var(--i_main_color);
}
.category1 li a:hover,
.category1 li a.current {
	background: var(--i_main_color);
	color: var(--i_btn_txt_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;
}
/*----------------------------pager----------------------------*/
/*アーカイブページページャー*/
.pager li a {
	height: 45px;
	width: 45px;
	line-height: 45px;
	border: 1px solid var(--i_main_color);
	font-size: 1.4rem;
	color: var(--i_main_color);
}
.pager li:not(.arrow) a:hover,
.pager li:not(.arrow).current a {
	background: var(--i_main_color);
	color: var(--i_btn_txt_color);
}
.pager li.arrow a {
	background: none;
}
/*----------------------------pager2----------------------------*/
/*シングルページページャー*/
.pager2 li a {
	border: 1px solid var(--i_main_color);
	color: var(--i_main_color);
	line-height: 45px;
	padding: 0 15px;
	font-size: 1.4rem;
}
.pager2 li a:hover {
	background: var(--i_main_color);
	color: var(--i_btn_txt_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: rgba(255, 255, 255, 0.95);
	border-top: 1px solid var(--i_border_color);
	border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
}
/*▼ TEL、予約ボタンない = 追従フッター有効でない場合*/
#fixbtn.no .fixbtnwrap {
	background-color: transparent;
}
#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;
	letter-spacing: 0rem;
	font-weight: 600;
	color: var(--i_txt_color);
}
#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 span {
	text-align: center;
}
#fixbtn .contents_btn01 a:before,
#fixbtn .contents_btn01 a:after {
	display: none;
}
#fixbtn .contents_btn01 a:hover span {
	transform: none;
}
#fixbtn .contents_btn01 a:hover {
	background: var(--i_btn_hover_color);
}
/*▼ 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_sub_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.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: 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: 6px 8px 7px;
		font-size: 1.3rem !important;
	}
}
footer {
	background: var(--i_main_color);
	padding: 0;
	color: var(--i_txt_color);
	text-align: center;
	font-size: 1.35rem;
}
footer a {
	color: #fff;
}
footer nav li {
	padding: 5px 0;
}
footer nav li a {
	font-weight: 600 !important;
}
footer .logo {
	width: 350px;
}
@media screen and (min-width: 701px) {
    footer.add_design2 .logo, 
	footer.add_design3 .logo,
	footer.add_design4 .logo, 
	footer.add_design5 .logo {
        max-width: 380px;
	}
}
footer .sns {
	margin: 0 auto 30px;
}
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: 12px 0;
	font-size: 1.1rem;
	letter-spacing: 0.1rem;
	color: #fff;
}
@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: 230px;
	}
	#fixbtn .fixbtnwrap {
		border-bottom: none;
	}
	#fixbtn .inner {
		padding: 0;
	}
}
@media screen and (max-width: 600px) {
	#fixbtn[data-pattern="2"] .contents_btn01 span {
		font-size: 1.25rem !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.6rem;
	line-height: 1.3;
	box-sizing: border-box;
	font-weight: bold;
	color: #fff;
	background: var(--i_main_color);
	text-align: center;
}
.contents_faq01 dd:before {
	color: var(--i_main_color);
	background: none;
	border: 2px solid var(--i_main_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: 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: #333;
}
.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 a, 
main .gallery_archive .inner_item a,
main .gallery_single .inner_item a {
	overflow: hidden;
}
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);
}
.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;
}
@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: #1b3190;
}
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: #1b3190 !important;
	font-weight: bold;
}
/*----------------------------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 #eee !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_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 {
	box-shadow: none;
	border: 3px solid var(--i_txt_color);
}
/*------------------btn中央寄せ------------------*/
@media screen and (max-width: 950px) {
	.index .contents_box01 .inner_item_txt .contents_btn01 {
		text-align: center;
	}
}
/*------------------ft調整------------------*/
@media screen and (min-width: 701px) {
	footer .logo a {
		max-width: 80% !important;
	}
	footer nav:nth-last-child(2), footer .logo {
		margin-bottom: 30px !important;
	}
}

/*------------------テキスト中央------------------*/
@media screen and (max-width: 900px) {
	.heading.block_header_1.align-left, 
	.heading.block_header_6.align-left {
		align-items: center;
	}
	.index .heading.block_header_1.align-left p::after,
	.index .heading.block_header_6.align-left .h::after {
		left: calc(50% - 40px) !important;
	}
}
/*ボタン中央*/
@media screen and (max-width: 900px) {
	a[id*="top"] + section .inner_item_txt .heading,
	.index .contents_box01.block_text_2 .inner_item_txt .contents_btn01,
	.index .contents_box01.block_text_3 .inner_item_txt .contents_btn01 {
		text-align: center;
	}
}
/*ボタン調整*/
@media screen and (max-width: 700px) {
	#fixbtn .inner > div.contents_btn01 {
		flex-wrap: nowrap;
	}
}
/*ｰｰｰｰｰｰｰｰｰｰTOPコンテンツ追加CSSｰｰｰｰｰｰｰｰｰｰ*/
/* mission */
#mission+div > .content_wrapper {
	display: grid;
	grid-template-columns: 50% 45%;
	align-items: center;
	justify-content: space-between;
	max-width: none !important;
	width: 65%;
	/* margin-right: 0; */
}
#mission+div > .content_wrapper > .heading {
	grid-row: 1;
	grid-column: 1;
}
#mission+div > .content_wrapper > .add_text {
	grid-row: 2;
	grid-column: 1;
	font-size: 95%;
}
#mission+div > .content_wrapper > .wrapper_item {
	grid-row: 1/4;
	grid-column: 2;
	min-width: 0;
	width: 100%;
}
#mission+div.composite_box01 .inner_item_img{
	max-width: 250px;
}
#mission+div.composite_box01 .inner_item_img img{
	object-fit:contain;
}
@media screen and (max-width: 1400px) {
	#mission+div > .content_wrapper{
		width: 100%;
		margin-right: auto;
	}
}
@media screen and (max-width: 850px) {
	#mission+div > .content_wrapper {
		display: block;
	}
}
/* top */
a[id*="top"] + section > .content_wrapper {
	position: relative;
}
a[id*="top"] + section > .content_wrapper {
	padding: 80px 40px;
	width: 90%;
}
a[id*="top"] + section > .content_wrapper:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 70%;
	bottom: 0;
	right: 0;
	background: var(--i_main_color);
	border: 5px solid var(--i_bg_color);
	box-sizing: border-box;
	z-index: -1;
}
#top_right + section > .content_wrapper:before {
	background: var(--i_btn_hover_color);
}
@media screen and (max-width: 1360px) {
	a[id*="top"] + section > .content_wrapper:before {
		height: 80%;
	}
	a[id*="top"] + section > .content_wrapper {
		padding: 60px 20px;
		width: 95%;
	}
}
@media screen and (max-width: 1100px) {
	a[id*="top"] + section > .content_wrapper:before {
		height: 100%;
	}
}
@media screen and (max-width: 900px) {
	a[id*="top"] + section > .content_wrapper:before {
		height: 70%;
	}
}
@media screen and (min-width: 901px) {
	#top_right + section .inner_item_txt {
		padding-right: 3% !important;
	}
	#top_left + section .inner_item_txt {
		padding-left: 3% !important;
	}
}
a[id*="top"] + section .inner_item_txt .heading.block_header_2 .h {
	border: none;
	padding: 0px;
	font-size: 3.4rem !important;
	letter-spacing: 0.2rem !important;
}
a[id*="top"] + section .inner_item_txt .heading.block_header_2 p {
	font-size: 1.7rem !important;
	letter-spacing: 0.2rem !important;
}
a[id*="top"] + section .inner_item_txt .heading.block_header_2 .h::before, 
a[id*="top"] + section .inner_item_txt .heading.block_header_2 .h::after {
	display: none;
}
@media screen and (max-width: 900px) {
	a[id*="top"] + section .inner_item_txt .heading.block_header_2 .h {
		padding: 0px;
		font-size: 2.5rem !important;
	}
	a[id*="top"] + section .inner_item_txt .heading.block_header_2 p {
		text-align: center;
		font-size: 1.5rem !important;
		letter-spacing: 0.2rem !important;
	}
}
/* voice */
#voice + .block_news_2 > .content_wrapper {
	display: grid;
	grid-template-columns: 35% 60%;
	align-items: center;
	justify-content: space-between;
	max-width: none !important;
	width: 85%;
	margin-right: 0;
}
#voice + .block_news_2 .content_wrapper > .heading {
	grid-row: 1;
	grid-column: 1;
}
#voice + .block_news_2 .content_wrapper > .add_text {
	grid-row: 2;
	grid-column: 1;
	font-size: 95%;
}
#voice + .block_news_2 .content_wrapper > ul {
	grid-row: 1/4;
	grid-column: 2;
	min-width: 0;
	width: 100%;
}
#voice + .block_news_2 ul li::before {
	content: "";
	display: block;
	position: absolute;
	height: 5px;
	width: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	bottom: 28px;
	right: 24px;
	z-index: 1;
	transition: .3s ease-in-out;
}
#voice + .block_news_2 ul li::after {
	content: "";
	display: block;
	position: absolute;
	height: 20px;
	width: 20px;
	background: var(--i_sub_color);
	border: 1px solid var(--i_sub_color);
	border-radius: 50%;
	bottom: 20px;
	right: 15px;
	transition: .3s ease-in-out;
}
#voice + .block_news_2 .content_wrapper > .contents_btn01 {
	grid-row: 3;
	grid-column: 1;
	padding-top: 0;
	padding-left: 0;
}
#voice + .block_news_2 .content_wrapper li a p {
	font-size: 90%;
}
#voice + .block_news_2 li {
	width: 31%;
	position: relative;
}
#voice + .block_news_2 li a > p:nth-of-type(1)::before {
	display: none;
}
#voice + .block_news_2 li a > p {
	padding-left: 0;
}
@media screen and (min-width: 901px) {
	#voice + .block_news_2 .content_wrapper > .contents_btn01 > .content_wrapper {
		text-align: left;
		padding-left: 0;
	}
}
@media screen and (max-width: 1400px) {
	#voice + .block_news_2 > .content_wrapper {
		width: 100%;
		margin-right: auto;
	}
}
@media screen and (max-width: 768px) {
	#voice + .block_news_2 > .content_wrapper {
		display: block;
	}
	#voice + .block_news_2 .content_wrapper > .contents_btn01 {
		padding-top: 30px;
		padding-left: 8px;
	}
	#voice + .block_news_2 .content_wrapper > .contents_btn01 > .content_wrapper {
		text-align: center;
		padding-left: 20px;
	}
	#voice + .block_news_2 .content_wrapper > .contents_btn01 a {
		min-width: 200px;
	}
}
@media screen and (max-width: 700px) {
	#voice + .block_news_2 li {
		width: 47%;
	}
	#voice + .block_news_2 li:nth-of-type(3) {
		display: none;
	}
}
/*c2*/
#c2 + .composite_box01.block_images_9 .inner_item_txt .heading::before {
	background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
	opacity: 1;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	top: 4px;
	left: 4px;
	z-index: 2;
}
#c2 + .composite_box01.block_images_9 a:hover .inner_item_txt .heading::before,
#c2 + .composite_box01.block_images_9 a:hover + .inner_item_txt .heading::before {
	background: linear-gradient(to right, rgb(224 242 221) 0%, rgb(223 242 221 / 90%) 10%, rgb(224 242 221 / 60%) 70%, rgb(188 225 181 / 0%) 100%);
}
#c2 + .composite_box01.block_images_9 .inner_item_txt .heading .h {
	color: var(--i_txt_color) !important;
	font-size: 3rem !important;
	letter-spacing: 0.2rem !important;
}
#c2 + .composite_box01.block_images_9 .inner_item_txt .heading p {
	color: var(--i_main_color) !important;
	font-size: 1.7rem !important;
	letter-spacing: 0.2rem !important;
}
#c2 + .composite_box01.block_images_9 .inner_item_txt .heading, 
#c2 + .composite_box01.block_images_9 .inner_item_img {
	height: 200px !important;
}
@media screen and (max-width: 900px) {
	#c2 + .composite_box01.block_images_9 .inner_item_txt .heading .h {
		font-size: 2.5rem !important;
	}
	#c2 + .composite_box01.block_images_9 .inner_item_txt .heading p {
		font-size: 1.4rem !important;
	}
}
/*para*/
#gallery + div {
	/*padding-bottom: 250px;*/
}
#gallery + div .parallax_img {
	filter: brightness(100%) contrast(120%) blur(7px);
}
#seo_c + section {
	overflow: visible;
}
#seo_c + section > .content_wrapper {
	/*margin-top: -200px;*/
	background: var(--i_bg_color);
	border: 5px solid var(--i_txt_color);
}
#seo_c + section .contents_btn01 a, 
#top_left + section .contents_btn01 a {
	background: var(--i_sub_color);
}
#top_right + section .contents_btn01 a:hover {
	background: var(--i_btn_color);
}
@media screen and (max-width: 900px){
	#seo_c + section > .content_wrapper {
		width: 100%;
		padding: 50px 10px;
	}
	#seo_c + section .heading.block_header_1 .h{
		font-size:1.4rem;
	}
}
/*column*/
#column + .block_news_1 > .content_wrapper {
	display: grid;
	grid-template-columns: 35% 60%;
	align-items: center;
	justify-content: space-between;
}
#column + .block_news_1 .content_wrapper > .heading {
	grid-row: 1;
	grid-column: 1;
}
#column + .block_news_1 .content_wrapper > .add_text {
	grid-row: 2;
	grid-column: 1;
	font-size: 95%;
	text-align: left;
}
#column + .block_news_1 .content_wrapper > ul {
	grid-row: 1/4;
	grid-column: 2;
	min-width: 0;
	width: 100%;
}
#column + .block_news_1 .content_wrapper > .contents_btn01 {
	grid-row: 3;
	grid-column: 1;
	padding-top: 0;
	padding-left: 0;
}
#column + .block_news_1 li a {
	padding: 15px 0;
}
#column + .block_news_1 li > p:before, 
#column + .block_news_1 li a > p:before {
	border-top: 1px solid var(--i_bg_color);
	border-right: 1px solid var(--i_bg_color);
}
#column + .block_news_1 ul > li {
	border: 3px solid var(--i_bg_color) !important;
	background: var(--i_btn_color);
	padding: 5px 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
#column + .block_news_1 ul > li:last-of-type {
	margin-bottom: 0;
}
@media screen and (min-width: 901px) {
	#column + .block_news_1 .content_wrapper {
		text-align: left;
	}
}
@media screen and (max-width: 650px) {
	#column + .block_news_1 > .content_wrapper {
		display: block;
	}
	#column + .block_news_1 .content_wrapper > .contents_btn01 {
		padding-top: 30px;
		padding-left: 8px;
	}
	#column + .block_news_1 .content_wrapper > .contents_btn01 > .content_wrapper {
		text-align: center;
	}
	#column + .block_news_1 .content_wrapper > .contents_btn01 a {
		min-width: 200px;
	}
}
/*MVパララックス＿main設定*/
body.index main {
	transform: translateY(100vh) !important;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
body.index #mv_outer.edit_outer + main {
	transform: translateY(0) !important;
	overflow: visible;
}
@media screen and (max-width: 100vh) {
	body.index main {
		transform: translateY(75vh) !important;
	}
}
@media screen\0 { /*ie8-11*/
	body.index main {
		transform: translateY(0) !important;
	}
}
/*MVパララックス＿ｍｖ設定*/
#mv_outer:not(.edit_outer) #mv {
	position: fixed;
	right: 0;
}
@media screen\0 { /*ie8-11*/
	#mv {
		position: static !important;
	}
}
/*MVパララックス_footer設定*/
body.index footer {
	margin-top: 100vh !important;
}
body.index #mv_outer.edit_outer + main + footer {
	margin-top: 0vh !important;
}
@media screen and (max-width: 100vh) {
	body.index.fixedmv main {
		transform: translateY(100vh) !important;
	}
	body.index footer {
		margin-top: 75vh !important;
	}
}
@media screen\0 { /*ie8-11*/
	body.index footer {
		margin-top: 0 !important;
	}
}
/* 左へフェードアウト */
.mv_text, 
.mv_scroll {
	transition: transform .5s ease-in-out, opacity .5s ease-in-out;
}
.mv_text.hidden, 
.mv_scroll.hidden {
	transform: translateX(-100%);
	opacity: 0;
}
/*headerバナー*/
ul.h_banner {
	display: flex;
	justify-content: flex-end;
	margin-top: 10px;
}
ul.h_banner li img {
}
ul.h_banner li {
	margin: 0 8px;
}
ul.h_banner li a {
	transition: 0.4s ease-in-out;
}
ul.h_banner li a:hover {
	opacity: 0.6;
	transition: 0.4s ease-in-out;
}
@media screen and (max-width: 900px) {
	ul.h_banner {
		justify-content:center;
		margin: 20px auto;
	}
	ul.h_banner li {
		margin: 0 5px;
	}
}

@media screen and (max-width: 1700px) {
	#fixbtn[data-pattern="2"]:has(.fixbtntel [data-tel]:nth-child(1)):has(.fixbtntel [data-tel]:nth-child(2)):has(.fixbtntel>p) .contents_btn01, 
	#fixbtn[data-pattern="2"]:has(.fixbtntel [data-tel]:nth-child(1):nth-last-child(2)):has(.fixbtntel>p):has(.contents_btn01>a:nth-child(2):nth-last-child(1)) .contents_btn01, 
	#fixbtn[data-pattern="2"]:has(.fixbtntel>a:nth-child(1)):has(.fixbtntel>a:nth-child(2)):has(.fixbtntel>p) .contents_btn01,
	#fixbtn[data-pattern="2"]:has(.fixbtntel>a:nth-child(1):nth-last-child(2)):has(.fixbtntel>p):has(.contents_btn01>a:nth-child(2):nth-last-child(1)) .contents_btn01,
	#fixbtn[data-pattern="2"]:has(.fixbtntel):has(.contents_btn01>a:nth-child(1):nth-last-child(1)) .contents_btn01 {
	    width: 100% !important;
	}
}

/* #staff_img+ .widget_staff01 .wrapper_item .inner_item .inner_item_img img{
    max-width: 150px;
} */

/* ----------------------------------------- */
/* 施工事例
/* ----------------------------------------- */
div[class*="parts"] {
	margin-bottom: 25px;
	word-break: break-all;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
}
.column1w div[class*="parts"] {
	width: 950px;
	margin: 0 auto 35px auto;
}
.column1s div[class*="parts"] {
	width: 820px;
	margin: 0 auto 35px auto;
}
@media only screen and (max-width: 900px) {
	div[class*="parts"], .column1w div[class*="parts"], 
	.column1s div[class*="parts"] {
		margin-bottom: 25px;
	}
	div[class*="parts19"], .column1w div[class*="parts19"], 
	.column1s div[class*="parts19"], div[class*="parts18"], 
	.column1w div[class*="parts18"], .column1s div[class*="parts18"] {
		margin-bottom: 15px;
	}
}
/* 区切り線の種類 */
hr {
	border-top: solid 1px #BFBFBF;
	margin-bottom: 25px;
}
.column1w hr {
	margin-bottom: 35px;
}
.column1s hr {
	margin-bottom: 35px;
}
@media only screen and (max-width: 900px) {
	hr {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
}
.parts01:after,
.parts02:after,
.parts03:after, 
.parts04:after, 
.parts05:after,
.parts06:after, 
.parts07:after,
.parts08:after,
.parts09:after,
.parts10:after,
.parts11:after,
.parts12:after,
.parts13:after,
.parts14:after,
.parts15:after, 
.parts16:after,
.parts17:after,
.parts18:after,
.parts19:after,
.parts20:after, 
.parts21:after,
.parts22:after,
.parts23:after,
.parts24:after,
.parts25:after,
.parts26:after, 
.parts27:after, 
.parts28:after,
.parts29:after,
.parts30:after,
.parts31:after, 
.parts32:after, 
.parts33:after, 
.parts34:after,
.parts35:after,
.parts36:after,
.parts37:after {
	content: "";
	display: block;
	clear: both;
}
div[class*="parts"] .heading {
	margin-bottom: 10px;
}
/* Smart Phone View */
@media only screen and (max-width: 950px) {
	div[class*="parts"] {
		max-width: 90%;
		margin-bottom: 25px;
		margin-left: auto;
		margin-right: auto;
	}
}
/* ----------------------------------------- */
/* Tableのセル幅指定
/* ----------------------------------------- */
.tablew_fixed {
	table-layout: fixed;
}
.tdw_5 {
	width: 5%;
}
.tdw_15 {
	width: 15%;
}
.tdw_25 {
	width: 25%;
}
.tdw_35 {
	width: 35%;
}
.tdw_45 {
	width: 45%;
}
.tdw_55 {
	width: 55%;
}
.tdw_65 {
	width: 65%;
}
.tdw_75 {
	width: 75%;
}
.tdw_85 {
	width: 85%;
}
.tdw_95 {
	width: 95%;
}
.tdw_10 {
	width: 10%;
}
.tdw_20 {
	width: 20%;
}
.tdw_30 {
	width: 30%;
}
.tdw_40 {
	width: 40%;
}
.tdw_50 {
	width: 50%;
}
.tdw_60 {
	width: 60%;
}
.tdw_70 {
	width: 70%;
}
.tdw_80 {
	width: 80%;
}
.tdw_90 {
	width: 90%;
}
.tdw_33 {
	width: 33%;
}
/* ------------------------------- */
/* parts05
/*
/* 枠あり ch_frame
/* 色つき ch_back_color
/* 
/* 類似 parts24
/* ------------------------------- */
.parts05 .child {
	width: 210px;
	float: left;
	margin-right: 30px;
}
.column1w .parts05 .child {
	width: 296px;
	float: left;
	margin-right: 31px;
}
.column1s .parts05 .child {
	width: 250px;
	float: left;
	margin-right: 35px;
}
.parts05.Lsize .child {
	width: 226px;
	float: left;
	margin-right: 6px;
}
.column1w .parts05.Lsize .child {
	width: 310px;
	float: left;
	margin-right: 10px;
}
.column1s .parts05.Lsize .child {
	width: 268px;
	float: left;
	margin-right: 8px;
}
.parts05 .child img {
	max-width: 100%;
	height: auto;
	margin-bottom: 0;
}
.parts05 .child {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	/* flex-wrap:wrap; */
	margin-bottom: 5px;
}
.parts05 .child + .child + .child,
.parts05.Lsize .child + .child + .child {
	margin-right: 0;
}
.parts05 .photo,
.parts05 .photo2,
.parts05 .txt3 {
	width: 100%;
	margin-bottom: 0px;
	text-align: center;
}
.parts05 .txt, 
.parts05 .txt2,
.parts05 .txt3 {
	width: 100%;
}
.parts05 .photo.photo0, 
.column1w .parts05 .photo.photo0,
.column1s .parts05 .photo.photo0 {
	margin-bottom: 10px;
}
.parts05 .photo.photo3,
.column1w .parts05 .photo.photo3,
.column1s .parts05 .photo.photo3 {
	margin-bottom: 0;
}
/* 旧ver対応*/
.parts05 .heading {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
}
.parts05 .photo {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
}
.parts05 .txt {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 3;
	-webkit-order: 3;
	order: 3;
}
/* 旧ver対応*/
.parts05 .photo1, 
.parts05 .heading2,
.parts05 .heading3 {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
}
.parts05 .heading1, 
.parts05 .photo2, 
.parts05 .txt3 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
}
.parts05 .txt1, 
.parts05 .txt2, 
.parts05 .photo3 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 3;
	-webkit-order: 3;
	order: 3;
}
.parts05 .photo.b_left, 
.parts05 .heading.b_left, 
.parts05 .txt.b_left {
	text-align: left;
}
.parts05 .photo.b_center, 
.parts05 .heading.b_center, 
.parts05 .txt.b_center {
	text-align: center;
}
.parts05 .photo.b_right, 
.parts05 .heading.b_right,
.parts05 .txt.b_right {
	text-align: right;
}
.parts05.ch_frame .child,
.parts05.ch_back_color .child {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.column1w .parts05.ch_frame .child,
.column1w .parts05.ch_back_color .child {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.column1s .parts05.ch_frame .child,
.column1s .parts05.ch_back_color .child {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
@media only screen and (max-width: 900px) {
	.parts05 .child, 
	.column1w .parts05 .child, 
	.column1s .parts05 .child {
		width: 30%;
		margin-right: 5%;
		align-content: flex-start;
	}
	.parts05.Lsize .child,
	.column1w .parts05.Lsize .child,
	.column1s .parts05.Lsize .child {
		width: 32%;
		margin-right: 2%;
	}
	.parts05.sp1column .child,
	.column1w .parts05.sp1column .child,
	.column1s .parts05.sp1column .child {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.parts05.sp1column2 .child, 
	.column1w .parts05.sp1column2 .child,
	.column1s .parts05.sp1column2 .child {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.parts05.sp1column2 .photo1, 
	.parts05.sp1column2 .photo2, 
	.parts05.sp1column2 .photo3 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
	}
	.parts05.sp1column2 .heading1,
	.parts05.sp1column2 .heading2, 
	.parts05.sp1column2 .heading3 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
	}
	.parts05.sp1column2 .txt1,
	.parts05.sp1column2 .txt2,
	.parts05.sp1column2 .txt3 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 3;
		-webkit-order: 3;
		order: 3;
	}
	.parts05.sp1column2 .child .heading,
	.column1w .parts05.sp1column2 .child .heading, 
	.column1s .parts05.sp1column2 .child .heading {
		float: left;
		width: 100%;
		margin-right: 0;
		clear: none;
	}
	.parts05.sp1column2 .child .photo,
	.column1w .parts05.sp1column2 .child .photo, 
	.column1s .parts05.sp1column2 .child .photo {
		float: left;
		width: 40%;
		margin-right: 3%;
	}
	.parts05.sp1column2 .child h3.heading,
	.column1w .parts05.sp1column2 .child h3.heading,
	.column1s .parts05.sp1column2 .child h3.heading {
		display: inline-block;
	}
	.parts05.sp1column2 .child .txt,
	.column1w .parts05.sp1column2 .child .txt, 
	.column1s .parts05.sp1column2 .child .txt {
		float: left;
		display: inline-block;
		width: 50%;
		margin-right: 0;
	}
	.parts05 .child .heading {
		text-align: center;
	}
	.parts05.ch_frame .child,
	.parts05.ch_back_color .child, 
	.column1w .parts05.ch_frame .child, 
	.column1w .parts05.ch_back_color .child, 
	.column1s .parts05.ch_frame .child, 
	.column1s .parts05.ch_back_color .child {
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: 10px;
	}
	.parts05 .child .photo, 
	.parts05 .child .heading {
		width: 100%;
	}
	.parts05 img {
		max-width: 100%;
	}
}
/* ------------------------------- */
/* parts07-10
/* ------------------------------- */
div[class^="parts"] table {
	margin-right: auto;
	margin-left: auto;
}
div[class^="parts"] table,
div[class^="parts"] th,
div[class^="parts"] td {
	font-weight: normal;
}
div[class^="parts"] th, 
div[class^="parts"] td {
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
table.txt_m th, table.txt_m td {
	vertical-align: middle;
}
table.txt_b th, table.txt_b td {
	vertical-align: bottom;
}
.col1_l tr :first-child,
.col2_l tr :nth-child(2),
.col3_l tr :nth-child(3), 
.col4_l tr :nth-child(4), 
.col5_l tr :nth-child(5),
.col5_l tr :nth-child(6), 
.col5_l tr :nth-child(7),
.col5_l tr :nth-child(8) {
	text-align: left;
}
.col1_c tr :first-child,
.col2_c tr :nth-child(2),
.col3_c tr :nth-child(3), 
.col4_c tr :nth-child(4), 
.col5_c tr :nth-child(5),
.col6_c tr :nth-child(6),
.col7_c tr :nth-child(7), 
.col8_c tr :nth-child(8) {
	text-align: center;
}
.col1_r tr :first-child,
.col2_r tr :nth-child(2),
.col3_r tr :nth-child(3),
.col4_r tr :nth-child(4), 
.col5_r tr :nth-child(5), 
.col5_r tr :nth-child(6), 
.col5_r tr :nth-child(7), .col5_r tr :nth-child(8) {
	text-align: right;
}
.no_frame table,
.no_frame tr, 
.no_frame th, 
.no_frame td {
	border: none;
}
div[class^="parts07"] table,
div[class^="parts08"] table,
div[class^="parts09"] table,
div[class^="parts10"] table,
div[class^="parts28"] table, 
div[class^="parts29"] table,
div[class^="parts30"] table {
	width: 690px;
}
.column1w div[class^="parts07"] table,
.column1w div[class^="parts08"] table, 
.column1w div[class^="parts09"] table, 
.column1w div[class^="parts10"] table, 
.column1w div[class^="parts28"] table, 
.column1w div[class^="parts29"] table, 
.column1w div[class^="parts30"] table {
	width: 950px;
}
.column1s div[class^="parts07"] table, 
.column1s div[class^="parts08"] table, 
.column1s div[class^="parts09"] table, 
.column1s div[class^="parts10"] table, 
.column1s div[class^="parts28"] table, 
.column1s div[class^="parts29"] table, 
.column1s div[class^="parts30"] table {
	width: 820px;
}
div[class^="parts"].no_frame table,
div[class^="parts"].no_frame tr, 
div[class^="parts"].no_frame th, 
div[class^="parts"].no_frame td {
	border: none;
}
div[class^="parts"].ch_frame .child.no_frame {
	border: none;
}
/* 表の線種設定 */
div[class^="parts"].frame, 
div[class^="parts"].ch_frame .child, 
div[class^="parts"] th, div[class^="parts"] td {
	border: solid 1px #000000;
}
div[class^="parts"] th, 
div[class^="parts"].frame_bold table { /* 見出し太枠 */
	border: solid 3px #000000;
}
div[class*="parts"].title_color th { /* 色付き見出し枠リセット*/
	border: solid 1px #000000;
}
div[class^="parts"].line_bottom_solid tr { /* 下線（実線） */
	border-bottom: solid 1px #000000;
}
div[class^="parts"].line_bottom_dashed tr { /* 下線（破線） */
	border-bottom: dashed 1px #000000;
}
/* ------------------------------- */
/* parts17
/* ------------------------------- */
.parts17 img {
	padding-top: 20px;
	margin-bottom: 10px;
	background-position: center top;
	background-repeat: no-repeat;
}
.parts17.top_bottom .before img,
.parts17.left_right .before img {
	/* 幅300px、高さ20px 以内 BEFOREの文字画像 */
	background-position: left top;
}
.parts17.top_bottom .after img, 
.parts17.left_right .after img {
	/* 幅300px、高さ20px 以内 AFTERの文字画像 */
	background-position: left top;
}
/* ---------- */
/* 横
/* ---------- */
.parts17.left_right .before {
	width: 370px;
}
.column1w .parts17.left_right .before {
	width: 520px;
}
.column1s .parts17.left_right .before {
	width: 455px;
}
.parts17.left_right .before {
	float: left;
	background-position: right center;
	background-repeat: no-repeat;
	/* 幅300px、高さ45px以内 */
	padding-right: 25px;
}
.parts17.left_right .after {
	width: 300px;
}
.parts17.left_right .photo {
	width: 300px;
}
.parts17.left_right .txt {
	width: 300px;
}
.column1w .parts17.left_right .after {
	width: 430px;
}
.column1w .parts17.left_right .photo {
	width: 430px;
}
.column1w .parts17.left_right .txt {
	width: 430px;
}
.column1s .parts17.left_right .after {
	width: 365px;
}
.column1s .parts17.left_right .photo {
	width: 365px;
}
.column1s .parts17.left_right .txt {
	width: 365px;
}
.parts17.left_right .after {
	float: left;
}
.parts17.left_right .photo {
	text-align: center;
}
/* Smart Phone View */
@media only screen and (max-width: 900px) {
	.parts17.left_right .before {
		margin-bottom: 0px;
	}
}
@media only screen and (max-width:900px) {
	.parts17.top_bottom .txt p {
		margin-top: 0;
	}
	.parts17.top_bottom .before {
		background-position: center bottom;
	}
	.parts17.top_bottom .photo, 
	.column1w .parts17.top_bottom .photo, 
	.column1s .parts17.top_bottom .photo {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.parts17.top_bottom .txt, 
	.column1w .parts17.top_bottom .txt, 
	.column1s .parts17.top_bottom .txt {
		width: 100%;
		float: none;
	}
	.parts17.left_right .before, 
	.column1w .parts17.left_right .before,
	.column1s .parts17.left_right .before {
		width: 100%;
		background-position: center bottom !important;
		/* 幅300px、高さ45px以内 */
		padding-right: 0;
		padding-bottom: 45px;
	}
	.parts17.left_right .after, 
	.column1w .parts17.left_right .after, 
	.column1s .parts17.left_right .after {
		width: 100%;
		float: none;
	}
	.parts17.left_right .photo, 
	.column1w .parts17.left_right .photo, 
	.column1s .parts17.left_right .photo {
		width: 100%;
		text-align: center;
	}
	.parts17.left_right .txt, 
	.column1w .parts17.left_right .txt, 
	.column1s .parts17.left_right .txt {
		width: 100%;
	}
}
/* ------------------------------- */
/* parts26
/* ------------------------------- */
.parts26.reverse {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.parts26.reverse .left {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
}
.parts26.reverse right {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
}
.parts26.reverse .child.left {
	margin-left: 18px;
	margin-right: 0;
}
.column1w .parts26.reverse .child.left {
	margin-left: 32px;
	margin-right: 0;
}
.column1s .parts26.reverse .child.left {
	margin-left: 20px;
	margin-right: 0;
}
/* 逆表示 Smart Phone View */
@media only screen and (max-width: 900px) {
	.parts26.reverse .heading.pc {
		display: block;
	}
	.parts26.reverse .heading.sp {
		display: none;
	}
	.parts26.reverse .child.right .ch_group {
		margin-bottom: 10px;
	}
}
.parts26 .child.left {
	margin-right: 18px;
}
.column1w .parts26 .child.left {
	margin-right: 32px;
}
.column1s .parts26 .child.left {
	margin-right: 20px;
}
.parts26 .child.left {
	float: left;
}
.parts26 .child.right {
	float: left;
}
.parts26 .mainimg {
	text-align: center;
	margin-bottom: 15px;
}
.parts26 .mainimg_txt {
	margin-top: -8px;
	margin-bottom: 15px;
}
.parts26 .text_head, .parts26 .text_foot {
	margin-bottom: 10px;
	overflow: hidden;
}
.parts26 .text_head img,
.parts26 .text_foot img {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}
/* Default */
.parts26 .right {
	width: 336px;
}
.parts26 .left {
	width: 336px;
}
/* Column1w */
.column1w .parts26 .right {
	width: 459px;
}
.column1w .parts26 .left {
	width: 459px;
}
/* Column1s */
.column1s .parts26 .right {
	width: 400px;
}
.column1s .parts26 .left {
	width: 400px;
}
/* Table */
.parts26 .child.right .table {
	width: 336px;
}
.column1w .parts26 .child.right .table {
	width: 459px;
}
.column1s .parts26 .child.right .table {
	width: 400px;
}
.parts26 table {
	width: 100%;
	margin-bottom: 15px;
	font-size: 90%;
	line-height: 1.2em;
}
.parts26.table {
	margin-bottom: 0;
}
/* grand child */
.parts26 .gr_child {
	margin-bottom: 0;
}
.parts26 .ch_group .gr_child {
	width: 159px;
	min-height: 1px;
	float: left;
	margin-right: 18px;
}
.column1w .parts26 .ch_group .gr_child {
	width: 214px;
	float: left;
	margin-right: 31px;
}
.column1s .parts26 .ch_group .gr_child {
	width: 190px;
	float: left;
	margin-right: 20px;
}
.parts26 .ch_group .gr_child + .gr_child {
	margin-right: 0;
}
.parts26 .gr_img {
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}
.parts26 .gr_txt {
	width: 100%;
	font-size: 90%;
}
/* Smart Phone View */
@media only screen and (max-width: 900px) {
	.parts26 .child.left, 
	.column1w .parts26 .child.left,
	.column1s .parts26 .child.left {
		float: none;
		margin-right: 0;
	}
	.parts26 .child.right, 
	.column1w .parts26 .child.right, 
	.column1s .parts26 .child.right {
		margin-bottom: 10px;
		float: none;
	}
	.parts26 .right,
	.column1w .parts26 .right, 
	.column1s .parts26 .right {
		width: 100%;
	}
	.parts26 .left, 
	.column1w .parts26 .left, 
	.column1s .parts26 .left {
		width: 100%;
	}
	.parts26 .left img, 
	.column1w .parts26 .left img, 
	.column1s .parts26 .left img {
		max-width: 100%;
	}
	/* Table */
	.parts26 .child.right .table, 
	.column1w .parts26 .child.right .table, 
	.column1s .parts26 .child.right .table {
		width: 100%;
	}
	/* grand child */
	.parts26 .ch_group {
		width: 100%;
	}
	.parts26 .ch_group .gr_child,
	.column1w .parts26 .ch_group .gr_child, 
	.column1s .parts26 .ch_group .gr_child {
		width: 47%;
		margin-right: 6%;
	}
	.parts26 .ch_group .gr_child .gr_img, 
	.parts26 .ch_group .gr_child .gr_txt {
		width: 100%;
	}
	.parts26 .ch_group .gr_child img {
		max-width: 100%;
	}
	.parts26 .ch_group .gr_child + .gr_child {
		margin-right: 0;
	}
	.parts26 .ch_group:after {
		content: "";
		display: block;
		clear: both;
	}
}
/* ----------------------------------------- */
/* 見出し背景色
/* ----------------------------------------- */
.h_back_color .heading {
	padding: 8px 20px;
	border-bottom: none;
}
.column1w .h_back_color .heading {
	padding: 13px 25px;
}
.column1s .h_back_color .heading {
	padding: 13px 25px;
}
/* Smart Phone View */
@media only screen and (max-width: 900px) {
	.column1w .h_back_color .heading, .column1w .h_back_color .heading {
		padding: 8px 20px;
	}
}
/* ------------------------------- */
/* Before & After 画像
/* ------------------------------- */
.parts17.top_bottom .before img, 
.parts17.left_right .before img {
	/* 幅300px、高さ20px 以内 BEFOREの文字画像 */
	background-image: url(/common/upload_data/hitomi-tosoucom/image/before.gif);
}
.parts17.top_bottom .after img,
.parts17.left_right .after img {
	/* 幅300px、高さ20px 以内 AFTERの文字画像 */
	background-image: url(/common/upload_data/hitomi-tosoucom/image/after.gif);
}
.parts17.top_bottom .before {
	/* 縦レイアウト用の矢印 幅300px、高さ45px以内 */
	background-image: url(/parts_theme_image/arrow_v.gif);
}
.parts17.left_right .before {
	/* 横レイアウト用の矢印 幅100px、高さ80px以内 */
	background-image: url(/common/upload_data/hitomi-tosoucom/image/arrow_h.gif);
}
/* Smart Phone View */
@media only screen and (max-width: 1044px) {
	.parts17.left_right .before {
		/* 縦レイアウト用の矢印 幅300px、高さ45px以内 */
		background-image: url(/common/upload_data/hitomi-tosoucom/image/arrow_v.gif);
		padding-bottom: 40px;
		background-position: left bottom;
	}
	.parts17.left_right .before, 
	.column1w .parts17.left_right .before,
	.column1s .parts17.left_right .before {
		background-position: left bottom;
	}
	.parts17.left_right .before, 
	.column1w .parts17.left_right .before, 
	.column1s .parts17.left_right .before {
		background-position: left bottom;
	}
}
/* ----------------------------------------- */
/* 背景色付き・見出し背景色・table
/* ----------------------------------------- */
.back_color, 
.ch_back_color .child,
.h_back_color h3 {
	background-color: #F2F2F2;
}
.title_color th,
.x_even_color tr:nth-child(even), 
.y_even_color td:nth-child(even) {
	background-color: #DCF6DD;
}
/* ----------------------------------------- */
/* テキスト装飾
/* ----------------------------------------- */
span.text_bold {
	font-weight: bold;
	color: #1C8BC1;
}
span.text_underline {
	text-decoration: underline;
}
span.text_bigger {
	font-size: 1.2em;
	line-height: 1.4em;
}
span.text_biggest {
	font-size: 1.4em;
	line-height: 1.4em;
	color: #C81163;
}
span.text_smaller {
	font-size: 0.9em;
	line-height: 1.3em;
}
span.text_smallest {
	font-size: 0.8em;
	line-height: 1.0em;
}
/* ----------------------------------------- */
/* テキスト見出し フォント指定 及び 背景画像
/* ----------------------------------------- */
section.news_single .heading.block_header_2 .h {
	background-image: url(/common/upload_data/hitomi-tosoucom/image/h1.gif);
	background-repeat: no-repeat;
	text-align: left;
	font-size: 3.0rem;
	line-height: 120%;
	color: #4D4D4D;
	padding: 0.3em 0.5em 0.3em 44px;
	text-shadow: 2px 2px 1px rgba(230, 230, 230, 1);
	border-bottom: 3px solid #FFE91E; /* 下線：太さ 線の種類 色 */
}
.parts18 h2 {
	padding: 0 0 0 24px;
	font-size: 2.4rem;
	line-height: 120%;
	font-weight: bold; /* フォント太さ */
	color: #4D4D4D; /* テキスト色 */
	background-image: url(/common/upload_data/hitomi-tosoucom/image/h2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
}
[class^="parts"] h3 {
	width: 100%;
	font-size: 1.6rem;
	background: #E84128;
	color: #FFF;
	border: none;
	border-radius: 3px;
	padding: 0.5em 1em 0.5em 1em;
}
/* 画像見出しとHTMLコードは装飾無し */
[class^="parts19"] h3,
[class^="parts20"] h3,
[class^="parts21"] h3 {
	width: 100%;
	font-size: 1.6rem;
	background: #E84128;
	color: #FFF;
	border: none;
	border-radius: 3px;
	padding: 0.5em 1em 0.5em 1em;
}
div[class^="parts"] h3 a,
div[class^="parts"] h3 a:visited {
	color: #FFF;
	text-decoration: none;
}
.parts18 h4 {
	color: #009944;
	font-size: 1.6rem;
}
article .entry_meta ul li a {
	background: #ccc;
	padding: 5px;
	transition: 0.4s ease-in-out;
}
article .entry_meta ul li a:hover {
	color: #fff;
	background: var(--i_main_color);
}
article .entry_meta ul li:after {
	display: none;
}
@media only screen and (max-width: 1350px) {
	section.news_single .heading.block_header_2 .h {
		background-size: 30px;
		padding-left: 34px;
	}
}

/*----- バーガーメニューラベルテキスト色変更 -----*/
header .sp_menu[class*="mm"]:not(.mm0) a:before {
    color: #fff;
}

.widget_shop01 dl:nth-of-type(3) dt {
   visibility: hidden;
}
.widget_shop01 dl:nth-of-type(3) dt:before {
    visibility: visible;
    content: '本社住所';
}