@charset "UTF-8";

:root {
	--i_bg_color: #FFFFFF;
	--i_txt_color: #2c3338;
	--i_main_color: #2F4858;
	--i_sub_color: #D45641;
	--i_sub2_color: #F6F5F3;
	--i_btn_color: #2F4858;
	--i_btn_hover_color: #3D5D72;
	--i_btn_txt_color: #FFFFFF;
	--i_btn_hover_txt_color: #FFFFFF;
	--i_shadow_color: rgba(41, 51, 56, 0.05);
	--i_border_color: rgba(41, 51, 56, 0.13);
	--i_noimg_bg_color: #FFFFFF;

	--i_padding: 20px;
}

body.ft00:not(.edit_view),
body.ft00 #setting_modal .heading_design:not(.edit_view) * {
	font-family: "Asul", "Zen Kaku Gothic New", sans-serif;
}

html {
	font-size: 62.5%;
}
body {
	font-size: 1.7rem;
	line-height: 1.95;
	letter-spacing: 0.02rem;
	-webkit-text-size-adjust: 100%;
	color: var(--i_txt_color);
	font-weight: 500;
}
body,
main {
	background: var(--i_bg_color);
}
@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%;
}
.no_img {
	background: var(--i_noimg_bg_color, rgba(200, 200, 200, 0.3));
	border: solid 1px var(--i_border_color);
}

/*----------------------------余白設定----------------------------*/

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);
	}
}

/*----------------------------背景パララックス----------------------------*/

.parallax {
	box-shadow: 0 0 5px var(--i_shadow_color) inset;
}

/*----------------------------ボタン----------------------------*/

input[type="button"],
input[type="text"],
input[type="submit"],
input[type="image"],
textarea {
	appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
}
#fixbtn .contents_btn01 a:before {
	display: none;
}
input[type="button"],
input[type="text"],
input[type="submit"],
input[type="image"],
textarea {
	appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
}

/*----------------------------other parts----------------------------*/

/*--リスト--*/
.default_ul li:before {
	border-top: 1px solid var(--i_sub_color);
	border-right: 1px solid var(--i_sub_color);
	height: 5px;
	width: 5px;
	transform: rotate(45deg);
	top: 8px;
	left: 0;
}

/*--アーカイブページ カテゴリー--*/
.category1 li a {
	border: 1px solid var(--i_sub_color);
	border-radius: 50px;
	color: var(--i_sub_color);
	font-size: 1.4rem;
}
.category1 li a:hover,
.category1 li a.current {
	background: var(--i_sub_color);
	color: #fff;
}

/*--sidebar--*/
#sidebar section,
#sidebar > div {
	border-bottom: 1px solid var(--i_border_color);
}
#sidebar h2 {
	text-align: left;
	font-size: 2.2rem;
}
#sidebar .sidebar_tag li {
	border: 1px solid var(--i_border_color);
	background: var(--i_sub2_color);
}
#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;
}
@media screen and (max-width: 850px) {
	#sidebar {
		border: 5px solid var(--i_sub2_color);
	}
}

/*----------------------------pager----------------------------*/

/*アーカイブページページャー*/
.pager li a {
	height: 45px;
	width: 45px;
	line-height: 45px;
	border: 1px solid var(--i_sub_color);
	font-size: 1.4rem;
	color: var(--i_sub_color);
}
.pager li:not(.arrow) a:hover,
.pager li:not(.arrow).current a {
	background: var(--i_sub_color);
	color: #fff;
}
.pager li.arrow a {
	background: none;
}

/*シングルページページャー*/
.pager2 li a {
	border: 1px solid var(--i_sub_color);
	color: var(--i_sub_color);
	line-height: 45px;
	padding: 0 15px;
	font-size: 1.4rem;
}
.pager2 li a:hover {
	background: var(--i_sub_color);
	color: #fff;
}

/*----------------------------popup----------------------------*/

/*画像ポップアップ拡大表示*/
.popup {
	background: rgba(255, 255, 255, 0.7);
}
.popclose {
	color: var(--i_main_color);
}
.popnav li {
	background: var(--i_main_color);
}
.poptxt {
	font-size: 1.2rem;
}

/*------------------------------------------------------------------*/
/*----------------------------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.8rem;
	line-height: 1.35;
	box-sizing: border-box;
	font-weight: 400;
	color: var(--i_btn_txt_color);
	border-radius: 50px;
	background: var(--i_btn_color);
	text-align: center;
}
.contents_faq01 dd:before {
	line-height: 1.35;
	background: var(--i_sub_color);
	color: var(--i_bg_color);
	padding-left: 1px;
}
.contents_faq01 dt i.more {
	top: 50%;
	transform: translateY(-50%);
}
.contents_faq01 dt i.more::before,
.contents_faq01 dt i.more::after {
	position: absolute;
	display: block;
	content: "" !important;
	pointer-events: none;
	right: 0;
	width: 16px;
	height: 2px;
	background: var(--i_txt_color);
	top: 50%;
	transform: translateY(-50%);
}
.contents_faq01 dt i.more::after {
	transform: translateY(-50%) rotate(90deg);
	transition: .4s ease-in-out;
}
.contents_faq01 dt.open i.more::after {
	transform: translateY(-50%) rotate(180deg);
}
/*----------------------------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: #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;
}

/*----------------------------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%;
	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: var(--i_bg_color);
	color: var(--i_txt_color);
	border: 1px solid var(--i_border_color);
}
main form .submit input {
	letter-spacing: 3px;
	border: none;
}
main form select {
	background: var(--i_bg_color);
	border: 1px solid var(--i_border_color);
	letter-spacing: 1px;
}
main form input[type="radio"] + label,
main form input[type="checkbox"] + label {
	padding: 0 15px 0 22px;
}
main form input[type="radio"] + label::before,
main form input[type="checkbox"] + label::before {
	top: 50%;
	left: 0;
	width: 17px;
	height: 17px;
	margin-top: -9px;
	background: var(--i_sub2_color);
}
main form input[type="radio"] + label::before {
	border-radius: 30px;
}
main form input[type="radio"]:checked + label::after,
main form input[type="checkbox"]:checked + label::after {
	left: 4px;
	width: 9px;
	height: 9px;
	margin-top: -5px;
	background: var(--i_sub_color);
}
main form input[type="radio"]:checked + label::after {
	border-radius: 100%;
}

/*----------------------------widget_link----------------------------*/

.widget_link .inner_item_txt {
	font-size: 2rem;
}
.widget_link .inner_item_url {
	color: var(--i_main_color);
	font-weight: bold;
}
.widget_link.block_link_1 .wrapper_item a {
	border-left: 1px solid var(--i_main_color);
}

/*----------------------------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 var(--i_shadow_color);
}
.block_news_2 li a {
	padding: 30px;
}
.block_news_2 li a:after {
	border: 0 solid var(--i_sub2_color);
}
.block_news_2 li a:hover:after {
	border-width: 10px !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;
	font-weight: bold;
}
@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;
	}
}

/*------------------blog------------------------*/
.block_news_2 li {
	box-shadow: none;
	border: 1px solid var(--i_border_color);
}

/*------------------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, 0.8);
}

/*------------------------------------------------------------------*/
/*---------------------------Generated------------------------------*/
/*------------------------------------------------------------------*/

/* ===== load ===== */

#load div:nth-of-type(1) {
	background: var(--i_sub2_color) !important;
}
#load .loader {
	border: 1px solid var(--i_main_color);
}
#load .loader,
#load .loader::before {
	border-top-color: var(--i_main_color);
}
#load .loader::before,
#load .loader::after {
	/*★*-1*/
	left: -1px;
	top: -1px;
}
#load .loader,
#load .loader::before {
	border-top-color: var(--i_main_color) !important;
}
#load img {
	max-width: 180px;
	max-height: 105px;
}
@media screen and (max-width: 650px) {
	#load img {
		max-width: 130px;
	}
}

/* ===== header ===== */

header {
	font-size: 1.4rem;
	color: var(--i_txt_color);
}

header .wraper {
	max-width: 1600px;
}
header#pattern2:not(.width_full) nav {
	max-width: 1630px;
}
header h1 {
	line-height: 1.5;
	font-size: 1.3rem;
	font-weight: normal;
	opacity: .7;
	fill: var(--i_txt_color);
}
body.scrolled header .logo {
	padding: 20px 0 !important;
}
header .logo,
header .logo a {
	max-width: 120px;
}
body.scrolled header .logo a img {
	max-height: 50px;
}
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: 400;
	fill: var(--i_txt_color);
}
header .header_contents .header_col1 .btn .translate a svg,
header .burger li.sp_translate a svg,
header .header_contents .header_sns li svg,
header .header_contents .header_col1 .tel 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% - 10px);
	left: 0;
}
header#pattern1 nav,
header#pattern3 nav {
	position: relative;
}
header nav * {
	color: var(--i_txt_color);
}
header nav ul.nav_1st {
	width: 100%;
	max-width: 1200px !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: bold;
	position: relative;
	padding-left: 1vw;
	padding-right: 1vw;
}
header nav ul.nav_1st > li > a span {
	/*ナビの高さはline-heightで調整*/
	line-height: 3;
	/* マージン普通選択時 */
	letter-spacing: .2rem;
	transition: .4s ease-in-out;
}
header nav ul.nav_1st > li > a:hover span {
	opacity: 1;
	color: var(--i_main_color);
}
header nav ul.nav_1st > li > a:hover {
	opacity: 1;
}
header#pattern2 nav ul.nav_1st > li > a span {
	line-height: 3;
}
.scrolled header#pattern2 nav ul.nav_1st > li > a span {
	line-height: 3;
}
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: var(--i_bg_color);
	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: bold;
	font-size: 1.4rem;
}
header nav ul.nav_2nd > li > a {
	padding-right: 30px;
}
header nav ul.nav_2nd > li > a:after {
	height: 5px;
	width: 5px;
	transform: rotate(-45deg);
	border-right: 1px solid var(--i_sub_color);
	border-bottom: 1px solid var(--i_sub_color);
	top: calc(50% - 2.5px);
	right: 20px;
}
header nav ul.nav_3rd {
	padding-left: 20px;
}
header nav ul.nav_3nd li a {
	padding: 5px 20px;
}
header nav ul.nav_3rd > li > a:after {
	height: 1px;
	width: 4px;
	background: var(--i_sub_color);
	top: calc(50% - .5px);
	left: 5px;
}
@media screen and (min-width: 901px) {
	body.scrolled header {
		width: 90%;
		max-width: 1600px;
		left: 50% !important;
		transform: translateX(-50%);
		margin-top: .5%;
		border-radius: 10px;
		background: rgba(255, 255, 255, 0.7);
		box-shadow: 0 3px 5px var(--i_shadow_color);
		backdrop-filter: blur(6px);
	}

	/* btn */
	header .header_contents .header_col1 .btn > a {
		display: none !important;
	}
	header nav ul.nav_1st > li:last-child > a[href="/contact/"] {
		display: block;
		text-align: center;
		background: var(--i_sub_color);
		color: var(--i_bg_color);
		font-weight: 600;
		position: relative;
		transition: all 0s cubic-bezier(.19, 1, .22, 1);
		transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
		transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
		transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	}
	header nav ul.nav_1st > li:last-child > a[href="/contact/"]:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: #db7261;
		opacity: 0;
		transition: all 1s cubic-bezier(.19, 1, .22, 1);
		transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
		transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
		transition-timing-function: cubic-bezier(.19, 1, .22, 1);
		transform: scale(.8);
	}
	header nav ul.nav_1st > li:last-child > a[href="/contact/"]:hover::before {
		opacity: 1;
		transform: scale(1);
	}
	header nav ul.nav_1st > li:last-child > a[href="/contact/"] span {
		color: var(--i_bg_color) !important;
		position: relative;
		z-index: 3;
	}
}
@media screen and (max-width: 900px) {
	header nav ul.nav_1st > li:last-child > a[href="/contact/"] {
		display: none !important;
	}
	body.scrolled header .logo {
		padding: 10px 0 !important;
	}
	header.open:after,
	header .header_contents {
		background: rgba(255, 255, 255, .9);
	}
	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);
		border-bottom: 1px solid var(--i_border_color);
	}
	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 {
		float: none;
	}
	header .header_contents .header_col2 {
		display: block !important;
	}
	header nav {
		border-bottom: 1px solid var(--i_border_color);
	}
	header nav ul.nav_1st {
		border-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_sub_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),
	header nav ul.nav_1st li:nth-last-child(1) {
		border-bottom: none;
	}
	header .logo a img {
		max-height: 50px !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 .wraper > .inner {
		min-height: 45px !important;
	}
	header nav ul.nav_1st > li:hover ul.nav_2nd {
		box-shadow: none;
	}

	body.scrolled header:not(.open) {
		width: 90%;
		left: 50% !important;
		transform: translateX(-50%);
		margin-top: 2%;
		border-radius: 10px;
		background: var(--i_bg_color);
		box-shadow: 0 3px 5px var(--i_shadow_color);
	}
}

/* ===== MV LV ===== */

#mv_outer {
	/*mvに背景とかはここを利用する*/
	padding-top: 10px;
}
#mv {
	width: 100%;
	height: 80vh;
}
#mv .mv_text {
	width: 60%;
	height: 85%;
	align-items: center;
	/*垂直方向中央*/
	top: auto;
	bottom: 5%;
	left: 5%;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
}
#mv .mv_text > div {
	max-width: none !important;
	box-sizing: border-box;
	width: 100%;
}
#mv .mv_text h2 {
	font-size: clamp(3.4rem, 4vw, 7rem) !important;
	line-height: 1.2;
	letter-spacing: .2rem;
	font-weight: 600;
	position: relative;
	display: inline-block;
	text-shadow: 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff;
}
#mv .mv_text h2 .num {
	font-size: clamp(8rem, 10vw, 15rem);
	font-weight: 400;
	color: var(--i_sub_color);
}
#mv .mv_text p {
	padding-top: 20px;
	font-size: clamp(1.55rem, 1.5vw, 2.8rem) !important;
	font-weight: 600;
	letter-spacing: .1rem;
	line-height: 1.5 !important;
	text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
}
#mv .mv_text p span {
	color: var(--i_sub_color);
}
#mv .mv_text .mv_team {
	max-width: none !important;
	box-sizing: border-box;
	width: 100%;
	font-size: clamp(1.8rem, 2vw, 3.2rem);
	padding-block: 20px;
	box-sizing: border-box;
	display: flex;
}
#mv .mv_text .mv_team span {
	padding: 25px;
	background: rgba(76, 106, 138, 0.95);
	color: var(--i_bg_color);
	max-width: 230px;
	width: 100%;
	line-height: 1.1;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1;
	box-sizing: border-box;
	font-weight: 500;
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	text-align: center;
}
#mv .mv_text .mv_team span:nth-child(2) {
	margin-left: -30px;
	background: rgba(121, 182, 216, 0.95);
}
#mv .mv_text .mv_team span:nth-child(3) {
	margin-left: -30px;
	background: rgba(221, 166, 160, 0.95);
}

#mv .mv_scroll {
	width: 50px;
	height: auto;
	position: absolute;
	left: auto;
	right: 0;
	bottom: 5%;
}
#mv .mv_scroll a {
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	letter-spacing: .2em;
	font-weight: 400;
	font-size: 12px;
	position: relative;
	padding-bottom: 100px;
	height: auto;
	text-indent: 0;
	transition: all .3s ease-in-out;
	color: var(--i_main_color) !important;
	opacity: .7;
	display: flex;
	align-items: center;
}
#mv .mv_scroll a::before {
	width: 1px;
	height: 70px;
	transform: none;
	position: absolute;
	bottom: 0;
	left: calc(50% - .5px);
	top: auto;
	background: var(--i_main_color);
	transition: all .3s ease-in-out;
	opacity: .7;
}
#mv .mv_scroll a:hover {
	padding-bottom: 80px;
	padding-top: 20px;
}
#mv .mv_scroll a:hover::before {
	height: 50px;
}
#mv .mv_scroll a:hover::after {
	height: 25px;
}
#mv .mv_arrow,
#mv .mv_pointer {
	display: none;
}

@media screen and (max-width: 100vh) {
	#mv {
		height: 45vh;
		min-height: 350px !important;
		padding-bottom: 50vw;
	}
}

#mv.slide06 .mv_img li,
#mv.slide06 .mv_img li.r,
#mv.slide07 .mv_img li,
#mv.slide07 .mv_img li.r {
	left: auto;
	right: 0;
}
@media screen and (min-width: 901px) {
	#mv.slide06 .mv_img,
	#mv.slide07 .mv_img {
		width: 65%;
		margin-left: auto;
	}
	#mv.slide06 .mv_img li:not(.r),
	#mv.slide07 .mv_img li:not(.r) {
		width: 30%;
		left: 0;
		bottom: 0;
		height: 60%;
	}
	#mv.slide06 .mv_img li.r,
	#mv.slide07 .mv_img li.r {
		bottom: 5%;
		height: 95%;
		width: 70%;
		margin: 0 50px;
		z-index: -1 !important;
	}
}

@media screen and (min-width: 901px) and (max-height: 700px) {
	#mv .mv_text {
		width: 35%;
	}
}

@media screen and (max-width: 900px) {
	#mv_outer {
		padding-top: 0;
	}
	#mv.slide07 .mv_img li::after {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 6;
		pointer-events: none;
		background: linear-gradient(to top right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.2) 40%);
	}
	#mv .mv_text {
		align-items: flex-end;
		width: 90%;
		left: 5%;
		bottom: 0;
		height: 70%;
	}
	#mv .mv_text h2 {
		line-height: 1.1;
	}
	#mv .mv_text p {
		padding-top: 10px;
	}
	#mv .mv_text .mv_team {
		padding-block: 0;
		margin-top: 5px;
	}
	#mv .mv_scroll {
		display: none;
	}
	#mv .mv_text .mv_team span:nth-child(2),
	#mv .mv_text .mv_team span:nth-child(3) {
		margin-left: -20px;
	}
	#mv.slide06 .mv_img li:not(.r),
	#mv.slide07 .mv_img li:not(.r) {
		width: 40%;
		left: 8%;
		bottom: 0;
		height: 60%;
	}
	#mv.slide06 .mv_img li.r,
	#mv.slide07 .mv_img li.r {
		bottom: 5%;
		height: 95%;
		width: 60%;
		margin: 0;
		z-index: -1 !important;
	}
	/*----------MV画像位置調整-------------*/
	#mv .mv_img li img[src*="mv2.jpg"] {
		object-position: 37% 50%;
	}
}

/* ===== lv ===== */
#lv_outer {
	position: relative;
}
#lv {
	width: 100%;
	background: var(--i_txt_color);
	height: 300px;
}
header.over + #lv_outer #lv {
	min-height: 250px;
}
#lv div {
	opacity: 0.5;
}
#lv p {
	left: 0;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
}
#lv p span {
	display: inline-block;
	font-size: 4.0rem;
	color: var(--i_bg_color);
	font-weight: 600;
	text-align: center;
	letter-spacing: 0rem;
	position: relative;
	word-break: break-all;
	line-height: 1.2;
}

#lv .parallax_img {
	filter: blur(0px);
	height: 100% !important;
	transform: translateY(0) !important;
	top: 0;
}

@media screen and (min-width: 901px) {
	#lv_outer {
		padding-top: 10px;
	}
	#lv {
		margin-right: 0;
		background: transparent;
	}
	#lv div {
		opacity: 1;
		border-radius: 30px 0 0 30px;
	}
	#lv .parallax_img,
	#lv:not(.parallax).blur0 .parallax_img {
		width: 60% !important;
		right: 0;
		left: auto !important;
	}
	#lv p {
		width: 40%;
		left: 0;
		position: absolute;
	}
	#lv p span {
		color: var(--i_txt_color);
	}
}

@media screen and (max-width: 900px) {
	#lv {
		border-radius: 10px;
		width: calc(100% - 40px);
		height: 250px;
	}
	#lv p {
		padding: 0;
	}
	#lv p span {
		font-size: 2.7rem;
		padding: 0px 10px;
	}
}
@media screen and (max-width: 400px) {
	#lv {
		height: 170px;
	}
}

/* ===== pan ===== */

#pan {
	padding: 0;
}
#pan li {
	font-size: 1.2rem;
	padding: 5px 0 3px 30px;
}
#pan li:before,
#pan li:after {
	border-top: 1px solid var(--i_sub_color);
	border-right: 1px solid var(--i_sub_color);
	width: 7px;
	height: 7px;
	top: calc(50% - 3.5px);
	left: 9px;
}

/* ===== btn ===== */

header .header_contents .header_col1 .btn > a,
header#pattern4 .wraper > .inner > .btn > a {
	display: block;
	text-align: center;
	background: var(--i_sub_color);
	color: var(--i_btn_txt_color);
	font-weight: 600;
	margin-top: 10px;
	padding: 10px 15px;
	position: relative;
	transition: all 0s cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);

}
header .header_contents .header_col1 .btn > a:before,
header#pattern4 .wraper > .inner > .btn > a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #db7261;
	opacity: 0;
	transition: all 1s cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transform: scale(.8);
}

header .header_contents .header_col1 .btn > a:hover,
header#pattern4 .wraper > .inner > .btn > a:hover {
	opacity: 1;
}
header .header_contents .header_col1 .btn > a span.inn,
header#pattern4 .wraper > .inner > .btn > a span.inn {
	transition: all 1s cubic-bezier(.19, 1, .22, 1);
	position: relative;
}
header .header_contents .header_col1 .btn > a:hover span.inn,
header#pattern4 .wraper > .inner > .btn > a:hover span.inn {
	color: var(--i_btn_hover_txt_color);
}
header .header_contents .header_col1 .btn > a:hover:before,
header#pattern4 .wraper > .inner > .btn > a:hover:before {
	opacity: 1;
	transform: scale(1);
}

header .header_contents .header_col1 .btn > a[target="_blank"] span.inn,
header#pattern4 .wraper > .inner > .btn > a[target="_blank"] span.inn {
	padding-right: 25px !important;
}


.contents_btn01 a,
main form .submit span {
	background: var(--i_btn_color);
	color: var(--i_btn_txt_color);
	position: relative;
	display: inline-block;
	transition: 0.5s ease-in-out;
	transition: all 0s cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	border-radius: 0px;
}
main form .submit span {
	position: relative;
}
.contents_btn01 a::before,
main form .submit span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: var(--i_btn_hover_color);
	opacity: 0;
	transition: all 1s cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transform: scale(.8);
	border-radius: 0px;
	z-index: 1;
}
.widget_form form .submit input {
	z-index: 2;
	position: relative;
	background: transparent;
	font-family: inherit;
	color: var(--i_btn_txt_color) !important;
}

.contents_btn01 a:hover::before,
main form .submit:hover span::before {
	opacity: 1;
	transform: scale(1);
}
main form .submit span input a {
	transition: 0.5s ease-in-out;
}
main form .submit span input {
	letter-spacing: 0.2rem;
	font-weight: 500;
	color: var(--i_btn_hover_txt_color);
}

.contents_btn01 a[target=_blank] span:before,
.contents_btn01 a[target=_blank] span:after {
	border: 1px solid var(--i_btn_txt_color);
	transition: .3s ease-in-out;
}
.contents_btn01 a[target=_blank]:hover span:before,
.contents_btn01 a[target=_blank]:hover span:after {
	border: 1px solid var(--i_btn_hover_txt_color);
}
.contents_btn01 a[target="_blank"] span::before {
	right: 11px;
}
.contents_btn01 a[target="_blank"] span::after {
	right: 13px;
}
.contents_btn01 a span {
	text-align: center;
	line-height: 1.5;
	font-size: 1.5rem;
	letter-spacing: 0.2rem;
	padding: 12px 25px;
	position: relative;
	z-index: 2;
}
.contents_btn01 a[target="_blank"] span {
	padding-right: 25px !important;
}

.contents_faq01.accordion .mymore a {
	padding: 3px 5px !important;
	border-radius: 50px;
}

/*管理画面のボタン調整*/
span.admin_edit_link {
	z-index: 6 !important;
}

/* ===== heading ===== */

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.2rem;
	line-height: 1.4;
	position: relative;
	color: var(--i_txt_color);
	font-weight: bold;
}
.index .heading.block_header_1 p,
.index .heading.block_header_6 .h {
	font-size: 5rem;
	letter-spacing: 0.8rem;
	font-weight: 400;
}
section[style*=" color: #FFFFFF;"] .heading.block_header_1 p,
section[style*=" color: #FFFFFF;"] .heading.block_header_6 .h,
div[style*=" color: #FFFFFF;"] .heading.block_header_1 p,
div[style*=" color: #FFFFFF;"] .heading.block_header_6 .h {
	color: #fff !important;
}
.heading.block_header_1 .h,
.heading.block_header_6 p {
	font-size: 1.8rem;
	color: var(--i_main_color);
	font-weight: bold;
}
@media screen and (max-width: 800px) {
	.heading.block_header_1,
	.heading.block_header_6 {
		margin-bottom: 20px;
		background-size: 25px;
	}
	.heading.block_header_1 p,
	.heading.block_header_6 .h {
		font-size: 2.5rem;
	}

	.index .heading.block_header_1 p,
	.index .heading.block_header_6 .h {
		font-size: 3.5rem;
		letter-spacing: 0.4rem;
	}

	.heading.block_header_1 .h,
	.heading.block_header_6 p {
		font-size: 1.6rem;
	}
}
.heading.block_header_2 {
	margin-bottom: 30px;
}
.heading.block_header_2 .h {
	display: inline-block;
	font-size: 1.9rem;
	font-weight: bold;
	line-height: 1.5;
	position: relative;
	padding-left: 20px;
	color: var(--i_txt_color);
}
.heading.block_header_2 .h:before,
.heading.block_header_2 .h:after {
	display: block;
	content: '';
	position: absolute;
}
.heading.block_header_2 .h:before {
	top: calc(1.02em * 1.5 / 2);
	transform: translateY(-50%);
	left: 0;
	width: 6px;
	height: 6px;
	background: var(--i_main_color);
	border-radius: 50px;
}
.heading.block_header_2 p {
	font-size: 1.4rem;
	padding-left: 20px;
	font-weight: bold;
	color: var(--i_txt_color);
}
.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_3 {
	overflow: hidden;
	background: var(--i_sub2_color);
	padding: 10px;
	margin-bottom: 30px;
	color: var(--i_main_color);
}
.heading.block_header_3 .h {
	font-weight: bold;
	font-size: 1.9rem;
	line-height: 1.5;
}
.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;
		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.15rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 5px;
	color: var(--i_btn_color);
}
.heading.block_header_4 p {
	font-size: 1.65rem;
	font-weight: bold;
	color: var(--i_txt_color);
}
.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-size: 1.4rem;
	font-weight: bold;
}
.heading.block_header_5 p:before {
	content: " / ";
}
#sidebar .heading.block_header_5 {
	background: var(--i_sub2_color);
	color: var(--i_sub_color);
	padding: 5px 15px;
}
#sidebar .heading p {
	text-transform: uppercase !important;
}

.heading.block_header_7 p {
	font-size: 1.8rem;
}

/* ===== footer ===== */

#fixbtn {
	margin-bottom: 30px;
	font-size: 1.55rem;
}
#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.2rem;
	line-height: 1;
	margin-right: 10px;
	font-weight: normal;
	color: var(--i_bg_color);
}
#fixbtn .fixbtntel a:last-child,
#fixbtn .fixbtntel span:last-child {
	margin-right: 0;
}
#fixbtn .fixbtntel svg {
	width: 16px;
	height: 16px;
	margin-right: 5px;
	fill: var(--i_bg_color);
}
#fixbtn[data-pattern="2"] .fixbtntel svg {
	transform: translateY(1px);
}
#fixbtn .contents_btn01 {
	border-left: 1px solid rgba(255, 255, 255, .1);
}
#fixbtn .contents_btn01:nth-of-type(1) {
	border-left: none;
}
#fixbtn .contents_btn01:nth-of-type(1) {
	margin-left: auto;
	margin-right: auto;
}
#fixbtn .contents_btn01 a {
	padding: 0;
	background: var(--i_main_color);
}
#fixbtn .contents_btn01 a:hover {
	background: var(--i_btn_hover_color);
	transform: none;
}
#fixbtn .contents_btn01 span {
	text-align: center;
	padding: 10px 10px 9px;
	line-height: 1.6;
}
#fixbtn .contents_btn01 a:before,
#fixbtn .contents_btn01 a:after {
	display: none;
}
#fixbtn #scrolltop:nth-of-type(1) {
	margin-left: auto;
	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%22M30%2C11.9H10V9.2h20V11.9z%20M30%2C30.8H10l10-14.6L30%2C30.8z%20M24.7%2C28.1L20%2C21.1l-4.7%2C6.9%20C15.3%2C28.1%2C24.7%2C28.1%2C24.7%2C28.1z%22%2F%3E%3C%2Fsvg%3E');
}

#fixbtn #scrolltop a:hover:before {
	opacity: .7;
}
#fixbtn.no #scrolltop a:before {
	border-color: rgba(120, 120, 120, .6);
}
#fixbtn.no #scrolltop a:hover:before {
	border-left: 2px solid #787878;
	border-top: 2px solid #787878;
}
@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: 15px;
		height: 15px;
	}
	#fixbtn .contents_btn01 a {
		padding: 0;
		letter-spacing: 0;
	}
	#fixbtn .contents_btn01 a:before {
		display: none;
	}
	#fixbtn .contents_btn01 a span {
		padding: 10px 10px 9px;
	}
}

footer {
	background: var(--i_sub2_color);
	padding: 80px 0 0 !important;
	color: var(--i_txt_color);
	text-align: center;
	font-size: 1.6rem;
}
footer:not(:has([style^="position: fixed"])) #fixsns {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}
footer a {
	color: var(--i_txt_color);
}
footer nav li {
	padding: 10px 0;
	box-sizing: border-box;
}
footer nav li a {
	font-weight: 600 !important;
	color: var(--i_txt_color);
	position: relative;
	padding-left: 22px;
}
footer nav li a::before,
footer nav li a::after {
	position: absolute;
	display: block;
	content: "";
	pointer-events: none;
	top: .6rem;
}
footer nav li a::before {
	width: 15px;
	height: 15px;
	left: 0;
	border-radius: 50%;
	background: var(--i_sub_color);
}
footer nav li a::after {
	width: 3px;
	height: 3px;
	left: 4.3px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	transform: rotate(45deg);
	top: 1.1rem;
}
footer .logo {
	width: 210px !important;
}
footer .sns {
	margin: 0 auto 30px;
}
footer .sns svg {
	width: 40px;
	height: 40px;
	padding: 10px 10px;
	fill: var(--i_bg_color);
	transition: .2s ease-in-out;
}
footer .sns a:hover svg {
	opacity: .8;
}
#cp {
	padding: 30px 20px;
	font-size: 1.1rem;
	letter-spacing: .1rem;
	color: var(--i_txt_color);
	text-align: right;
	max-width: 90%;
	margin: 0 auto;
}

@media screen and (max-width: 700px) {
	footer {
		padding-top: 0 !important;
	}
	footer .logo {
		width: 120px !important;
		margin-left: 20px;
	}
	footer nav ul {
		padding: 20px 20px;
		gap: 0 10px;
		justify-content: flex-start;
		box-sizing: border-box;
	}
	footer nav li {
		width: auto;
	}
	#fixbtn .fixbtnwrap {
		border-bottom: none;
	}
	#fixbtn .inner {
		padding: 0;
	}
	footer nav li a {
		justify-content: flex-start;
		align-items: flex-start;
		padding: 0 0 0 20px;
		text-align: left;
	}
	#cp {
		text-align: left;
	}
}

@media screen and (min-width: 701px) {
	footer.add_design5 > .content_wrapper {
		max-width: 90%;
	}
	footer.add_design5 nav li.flw20 {
		width: 25%;
	}
	footer.add_design5 .logo a {
		max-width: 65%;
	}
}
/* ===== 追従フッター ===== */

@media screen and (min-width: 901px) {
	#fixbtn[data-pattern="3"] {
		min-height: 0;
		margin-bottom: 0;
	}
	#fixbtn[data-pattern="3"] .fixbtnwrap {
		top: 50% !important;
		right: 0 !important;
		left: auto !important;
		bottom: auto !important;
		transform: translateY(-50%) !important;
	}
	#fixbtn[data-pattern="3"][style*="position: relative;"] {
		height: auto !important;
	}
	#fixbtn[data-pattern="3"][style*="position: relative;"] #scrolltop {
		display: block;
		pointer-events: auto;
	}
}

/* ---- 共通フッター表示の際、追従フッター非表示 ---- */
body:has(main > #common_footer) footer #fixbtn[data-pattern="3"][style*="position: relative;"] .fixbtntel,
body:has(main > #common_footer) footer #fixbtn[data-pattern="3"][style*="position: relative;"] .contents_btn01 {
	display: none !important;
}

#fixbtn[data-pattern="3"] .fixbtnwrap {
	background: transparent;
	border: none;
}
#fixbtn[data-pattern="3"] .inner {
	flex-direction: column;
	align-items: flex-end;
	gap: 10px 0;
}
#fixbtn[data-pattern="3"] .fixbtntel {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: flex-end;
	padding: 0 !important;
	background: transparent;
	box-shadow: none;
}
#fixbtn[data-pattern="3"] .contents_btn01 {
	flex-direction: column;
	gap: 10px;
	align-items: flex-end !important;
}
#fixbtn[data-pattern="3"] .fixbtntel span[data-tel],
#fixbtn[data-pattern="3"] .fixbtntel a,
#fixbtn[data-pattern="3"] .contents_btn01 a {
	height: 80px;
	cursor: pointer;
	background: var(--i_main_color);
	border-radius: 0;
	box-sizing: border-box;
	padding: 5px !important;
	transition: background .3s ease-in-out;
}
#fixbtn[data-pattern="3"] .contents_btn01 a {
	background: var(--i_btn_color);
}
#fixbtn[data-pattern="3"] .fixbtntel span[data-tel]:hover {
	background: var(--i_btn_hover_color);
}
#fixbtn[data-pattern="3"] .contents_btn01 a[style*="background-color:"]:hover {
	background: #db7261 !important;
	opacity: 1;
}
#fixbtn[data-pattern="3"] .fixbtntel span[data-tel],
#fixbtn[data-pattern="3"] .fixbtntel a {
	display: flex;
	align-items: center;
	cursor: pointer;
	pointer-events: auto;
	margin-right: 0;
	/* transform: translateX(calc(100% - 80px)); */
	transition: transform .5s ease-in-out;
}
#fixbtn[data-pattern="3"] .fixbtntel a:hover span[data-tel],
#fixbtn[data-pattern="3"] .fixbtntel a:hover {
	transform: translateX(0);
	background: var(--i_btn_hover_color);
}
#fixbtn[data-pattern="3"] .fixbtntel svg,
#fixbtn[data-pattern="3"] .contents_btn01 span[data-tel] .ic {
	fill: var(--i_btn_txt_color);
	margin: 7px 7px 2px;
	width: 25px;
	height: 25px;
}

#fixbtn[data-pattern="3"] .fixbtntel .icon {
	display: block;
	width: 60px;
	text-align: center;
	box-sizing: border-box;
	margin-right: 0;
}
#fixbtn[data-pattern="3"] .fixbtntel .icon i,
#fixbtn[data-pattern="3"] .fixbtntel .number,
#fixbtn[data-pattern="3"] .fixbtntel .number i {
	color: var(--i_btn_txt_color);
	font-style: normal;
}

#fixbtn[data-pattern="3"] .fixbtntel .icon i {
	font-size: 1.2rem;
	display: block;
	padding-top: 5px;
	font-weight: 500;
}
#fixbtn[data-pattern="3"] .fixbtntel .number {
	transform-origin: right;
	margin: 5px 0;
	overflow: hidden;
	text-align: center;
	max-height: 80px;
	max-width: 0;
	opacity: 0;
	white-space: nowrap;
	transition: max-width .5s ease, opacity .5s ease;
}
#fixbtn[data-pattern="3"] .fixbtntel span[data-tel]:hover .number,
#fixbtn[data-pattern="3"] .fixbtntel a:hover .number {
	max-width: 260px;
	opacity: 1;
	padding: 0 20px;
	border-left: 1px solid var(--i_btn_txt_color);
}

#fixbtn[data-pattern="3"] .contents_btn01 {
	padding: 0;
}
#fixbtn[data-pattern="3"] .contents_btn01 a {
	width: 80px !important;
	height: 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-width: 0;
	transition: 0.2s ease-in-out;
}

#fixbtn[data-pattern="3"] .contents_btn01 a i.ic + span {
	padding: 5px 0 0 0;
	font-size: 1.1rem;
}

@media screen and (max-width: 900px) {
	#fixbtn[data-pattern="3"] .inner {
		flex-direction: row;
		align-items: stretch;
		gap: 0;
		min-height: 0;
	}
	#fixbtn[data-pattern="3"] .inner > div.fixbtntel {
		width: 100%;
		height: 100%;
	}
	#fixbtn[data-pattern="3"] .fixbtntel {
		flex-direction: row;
		gap: 0;
		align-items: stretch;
		padding: 0 !important;
		flex: 1;
		border-right: none;
	}
	#fixbtn[data-pattern="3"] .fixbtntel .number {
		display: none;
	}
	#fixbtn[data-pattern="3"] .fixbtntel span[data-tel],
	#fixbtn[data-pattern="3"] .fixbtntel a {
		flex: 1;
		transform: none;
		justify-content: center;
		height: 100%;
		padding: 0 !important;
	}
	#fixbtn[data-pattern="3"] .fixbtntel a {
		padding: 15px 10px !important;
	}
	#fixbtn[data-pattern="3"] .fixbtntel .icon {
		width: auto;
		font-size: 1.4rem;
	}
	#fixbtn[data-pattern="3"] .fixbtntel svg,
	#fixbtn[data-pattern="3"] .fixbtntel .icon svg,
	#fixbtn[data-pattern="3"] .contents_btn01 a i.ic {
		width: 16px !important;
		height: 16px !important;
		vertical-align: bottom;
		margin: 0 5px 0 0;
	}
	#fixbtn[data-pattern="3"] .fixbtntel .icon i {
		display: inline;
		font-size: 1.4rem;
		padding-top: 0;
	}

	#fixbtn[data-pattern="3"] .inner > div.contents_btn01 {
		flex-direction: row;
		gap: 0;
		align-items: stretch;
		flex: 1;
		border-left: none;
	}
	#fixbtn[data-pattern="3"] .contents_btn01 a {
		width: 100% !important;
		height: 100%;
		flex-direction: row;
		padding: 15px 10px !important;
	}
	#fixbtn[data-pattern="3"] .contents_btn01 a i.ic + span {
		padding: 0;
		font-size: 1.4rem;
	}
	footer #fixbtn[data-pattern="3"] .accordion_btn,
	#fixbtn[data-pattern="3"] .contents_btn01 a {
		margin-left: 0 !important;
	}
	#fixbtn[data-pattern="3"][style*="position: relative;"] {
		min-height: 0;
		margin-bottom: 0;
	}
}
@media screen and (max-width: 700px) {
	#fixbtn[data-pattern="3"] .inner {
		padding: 0;
	}

	#fixbtn[data-pattern="3"] .inner > div.contents_btn01 {
		flex-wrap: nowrap;
	}
	#fixbtn[data-pattern="3"] .fixbtntel [data-tel],
	#fixbtn[data-pattern="3"] .fixbtntel > a {
		margin-left: 0;
	}
	#fixbtn[data-pattern="3"] .contents_btn01 a {
		margin: 0 !important;
	}
}

@media screen and (max-width: 900px) {
	#fixbtn[data-pattern="3"] .inner > div.fixbtntel:has(a:first-child:last-child):has(+.contents_btn01 a:nth-of-type(2)),
	#fixbtn[data-pattern="3"] .inner > div.fixbtntel:has(a:nth-of-type(2)) + .contents_btn01:has(a:first-child:last-child) {
		flex-grow: 0.5;
	}
}
@media screen and (max-width: 600px) {
	#fixbtn[data-pattern="3"] .fixbtntel svg {
		transform: translateY(0px);
	}
	#fixbtn[data-pattern="3"] .inner:has(.fixbtntel>a:nth-of-type(2)):has(.contents_btn01>a:nth-of-type(2)) {
		flex-wrap: nowrap;
		flex-direction: column;
	}
}

/* ===== 追加 ===== */

@media screen and (max-width: 950px) {
	.index .contents_box01 .inner_item_txt .contents_btn01 {
		text-align: center;
	}
}

/* ===== ダミーページ ===== */
header .nav_1st a[href^="#"] {
	pointer-events: none;
}

/* ===== ABOUT ===== */
#about + section .wrapper_item {
	position: relative;
}
#about + section .wrapper_item::before {
	position: absolute;
	display: block;
	content: '';
	width: calc(100% - 180px);
	height: 100%;
	bottom: 0;
	right: 0;
	pointer-events: none;
	background: var(--i_main_color);
	border-radius: 30px;
	z-index: -1;
}
#about + section .wrapper_item::after {
	position: absolute;
	display: block;
	content: "";
	pointer-events: none;
	width: 100%;
	height: 22vw;
	min-height: 90px;
	max-height: 180px;
	right: -10px;
	bottom: -35px;
	background: url("/common/upload_data/aobagpjp/image/about_men.png.webp") no-repeat bottom right / contain;
	z-index: 3;
}
#about + section .inner_item_txt {
	color: #fff;
}
#about + section .inner_item_txt p {
	line-height: 2.5;
	font-size: 1.8rem;
}
#about + section .inner_item_img > a {
	pointer-events: none;
}

@media screen and (min-width: 901px) {
	#about + section .inner_item_txt {
		padding-right: 80px;
	}
	#about + section .inner_item_img {
		transform: translateY(30px);
	}
	#about + section .heading.block_header_1 {
		padding-left: 10%;
	}
	#about + section .wrapper_item::after {
		bottom: -80px;
	}
}

@media screen and (min-width: 1201px) {
	#about + section .inner_item_txt {
		padding: 10px 70px;
	}
	#about + section .wrapper_item::after {
		right: -60px;
		bottom: -10px;
	}
}

@media screen and (max-width: 900px) {
	#about + section .wrapper_item::before {
		width: 100%;
		height: 75%;
	}
	#about + section .inner_item_txt {
		padding: 20px 20px 40px !important;
	}
	#about + section .inner_item_img {
		width: 90%;
		margin: auto;
	}
}

/* ===== img ===== */
#img + div::before {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
	background: var(--i_bg_color);
	border-radius: 0 0 50% 50% / 0 0 10vw 10vw;
}
#img + div .inner_item {
	margin-left: 2% !important;
}
#img + div .inner_item_txt {
	display: none;
}

@media screen and (min-width: 901px) {
	#img + div > .content_wrapper {
		padding: 0;
	}
	#img + div .inner_item:nth-of-type(2n) {
		margin-top: 80px;
	}
	#img + div .inner_item:first-child {
		margin-left: 0 !important;
	}
	#img + div .inner_item:nth-child(1) {
		width: 17%;
	}
	#img + div .inner_item:nth-child(2) {
		width: 22%;
	}
	#img + div .inner_item:nth-child(3) {
		width: 15%;
	}
	#img + div .inner_item:nth-child(4) {
		width: 25%;
		margin-top: 50px;
	}
	#img + div .inner_item:nth-child(5) {
		width: 13%;
	}
	#img + div .inner_item img {
		height: 300px !important;
		object-fit: cover;
	}
}

@media screen and (max-width: 900px) {
	#img + div .wrapper_item {
		justify-content: space-between;
	}
	#img + div .inner_item:nth-child(3) {
		margin-left: 0 !important;
	}
	#img + div .inner_item:nth-child(1) {
		width: 35%;
	}
	#img + div .inner_item:nth-child(2) {
		width: 45%;
	}
	#img + div .inner_item:nth-child(3) {
		width: 33%;
	}
	#img + div .inner_item:nth-child(4) {
		width: 35%;
		margin-top: 50px;
	}
	#img + div .inner_item:nth-child(5) {
		width: 25%;
	}
}
@media screen and (max-width: 768px) {
	#img + div .inner_item:nth-child(1) {
		width: 40% !important;
	}
	#img + div .inner_item:nth-child(2) {
		width: 50% !important;
		margin-top: 30px;
	}
	#img + div .inner_item:nth-child(3) {
		width: 35% !important;
		order: 4;
		margin-top: 30px;
		margin-bottom: 0 !important;
	}
	#img + div .inner_item:nth-child(4) {
		width: 60% !important;
		margin-top: 0;
		margin-bottom: 0 !important;
	}
	#img + div .inner_item:nth-child(5) {
		display: none;
	}
}

/* ===== FEATURES ===== */
a[id^="hd"] + section .heading.block_header_2 .h {
	font-size: 1.8rem !important;
	line-height: 1.4;
	background: var(--i_main_color);
	padding: 0 10px;
	color: #fff;
	margin-bottom: 10px;
	margin-left: 40px;
	position: relative;
}
a[id^="hd"] + section .heading.block_header_2 .h::before {
	display: block !important;
	background: var(--i_main_color);
	width: 30px;
	left: -40px;
	height: 2px;
	border-radius: 0;
	pointer-events: none;
}
a[id^="hd"] + section .heading.block_header_2 p {
	padding-left: 0;
	font-size: 2.5rem;
	color: var(--i_main_color);
	border-bottom: 1px dotted rgba(41, 51, 56, 0.6);
	line-height: 1.5;
}
a[id^="hd"] + section .inner_item_txt p strong {
	font-size: 1.85rem;
}
a[id^="hd"] + section .heading.block_header_2 .h:after {
	display: none;
}
@media screen and (max-width: 800px) {
	a[id^="hd"] + section .heading.block_header_2 p {
		font-size: 1.8rem;
	}
}
@media screen and (min-width: 901px) {
	a[id^="hd"] + section .inner_item_img img {
		width: 75% !important;
	}
}

/* ===== SERVICE ===== */
#service + div .inner_item > a {
	border-bottom: 3px solid var(--i_sub_color);
	position: relative;
}
#service + div .inner_item {
	justify-content: space-between;
}
#service + div .heading.block_header_4 .h {
	color: var(--i_sub_color);
}
#service + div .heading.block_header_4 p {
	padding-bottom: 8px;
	font-size: 1.5rem;
}
#service + div .inner_item .heading::after {
	position: absolute;
	display: block;
	content: "";
	width: 95%;
	bottom: 0;
	left: 2.5%;
	pointer-events: none;
	background: var(--i_border_color);
	border-bottom: 1px dotted rgba(41, 51, 56, 0.2);
}
#service + div .inner_item > a::before {
	display: block;
	position: absolute;
	content: "";
	width: 100%;
	height: 0px;
	bottom: 0;
	left: 0;
	pointer-events: none;
	background: var(--i_sub_color);
	z-index: 1;
	clip-path: polygon(100% 15%, 100% 100%, 0% 100%);
	transition: opacity .1s, height .3s cubic-bezier(.165, .84, .44, 1) .3s;
}
#service + div .inner_item > a::after {
	display: block;
	position: absolute;
	content: "⇀";
	width: 30px;
	height: 0px;
	bottom: 8px;
	right: 5px;
	font-size: 3rem;
	pointer-events: none;
	color: #fff;
	z-index: 2;
	transition: opacity .1s, height .3s cubic-bezier(.165, .84, .44, 1) .3s;
}
#service + div .inner_item > a:hover::before,
#service + div .inner_item > a:hover::after {
	height: 30px;
}
@media screen and (min-width: 901px) {
	#service + div .inner_item:nth-child(-n+3) {
		margin-bottom: 60px;
	}
}

/* ===== bnr ===== */
a[id$="bnr"] + section {
	overflow: visible;
}
a[id$="bnr"] + section .inner_item_img a {
	transition: .3s ease-in-out;
}
a[id$="bnr"] + section .inner_item_img a:hover {
	opacity: .8;
}
a[id$="bnr"] + section > .content_wrapper {
	position: relative;
}
a[id$="bnr"] + section > .content_wrapper:before,
a[id$="bnr"] + section > .content_wrapper:after {
	position: absolute;
	display: block;
	content: "";
	pointer-events: none;
	width: 40vw;
	height: 100%;
	min-width: 160px;
	max-width: 240px;
	z-index: 1;
}
a[id$="bnr"] + section > .content_wrapper:before {
	left: -20%;
	bottom: 0px;
	background: url("/common/upload_data/aobagpjp/image/bg_nami.png.webp") no-repeat bottom left / contain;
}
a[id$="bnr"] + section > .content_wrapper:after {
	right: -20%;
	top: -40px;
	background: url("/common/upload_data/aobagpjp/image/bg_nami2.png.webp") no-repeat top right / contain;
}

@media screen and (min-width: 769px) {
	#sp_bnr + section {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	#pc_bnr + section {
		display: none;
	}
	a[id$="bnr"] + section > .content_wrapper:before {
		display: none;
	}
	a[id$="bnr"] + section > .content_wrapper::after {
		right: 0;
		top: -60px;
		z-index: -1;
	}
}

/* ===== Q&A ===== */
#qa1 + div {
	overflow: visible;
}
#qa1 + div > .content_wrapper {
	position: relative;
}
#qa1 + div > .content_wrapper::before {
	position: absolute;
	display: block;
	content: "";
	pointer-events: none;
	width: 100%;
	height: 25vw;
	min-height: 90px;
	max-height: 130px;
	right: 100px;
	top: -125px;
	background: url("/common/upload_data/aobagpjp/image/qa.png.webp") no-repeat top right / contain;
	z-index: 1;
}

a[id^="qa"] + div .wrapper_item {
	justify-content: space-between;
}
a[id^="qa"] + div .inner_item {
	margin: 0 !important;
	background: var(--i_sub2_color);
}
a[id^="qa"] + div .inner_item .inner_item_txt {
	margin-top: 0;
}
a[id^="qa"] + div .inner_item .inner_item_txt > p {
	display: none;
	padding: 0 20px 20px;
}
a[id^="qa"] + div .heading.block_header_4 {
	padding: 20px;
	margin-bottom: 0;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	align-items: center;
}
a[id^="qa"] + div .heading.block_header_4::before,
a[id^="qa"] + div .heading.block_header_4::after {
	position: absolute;
	display: block;
	content: "";
	pointer-events: none;
	right: 20px;
	top: 50%;
	width: 16px;
	height: 2px;
	background: var(--i_txt_color);
	transform: translateY(-50%);
}
a[id^="qa"] + div .heading.block_header_4::after {
	transform: translateY(-50%) rotate(90deg);
	transition: .4s ease-in-out;
}
a[id^="qa"] + div .heading.block_header_4.tgl::after {
	transform: translateY(-50%) rotate(180deg);
}
a[id^="qa"] + div .heading.block_header_4 .h {
	background: var(--i_main_color);
	color: var(--i_bg_color) !important;
	border-radius: 100%;
	overflow: hidden;
	width: 65px;
	height: 65px;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	font-weight: 400;
	text-align: center !important;
	line-height: 1.2;
	box-sizing: border-box;
}
a[id^="qa"] + div .heading.block_header_4 p {
	font-size: 1.8rem;
	line-height: 1.6;
	padding-left: 20px;
	max-width: calc(100% - 120px);
}
@media screen and (max-width: 768px) {
	#qa1 + div > .content_wrapper::before {
		right: 25px;
		top: -85px;
	}
	a[id^="qa"] + div .heading.block_header_4 .h {
		font-size: 1.8rem !important;
	}
}

/* =====  ===== */
.block_text_6 .wrapper_item .inner_item_txt {
	width: 95% !important;
	border-top: 1px solid var(--i_border_color);
	padding-top: 10px !important;
}
.block_text_6 .heading::after {
	font-size: 3rem;
}
.block_text_6 > .content_wrapper {
	background: var(--i_sub2_color);
	border: none;
}

/* ===== COMPANY ===== */
#company_ttl + section:before {
	position: absolute;
	display: block;
	content: "";
	width: 50%;
	height: 62%;
	top: 0;
	left: 0;
	left: 0;
	pointer-events: none;
	background: var(--i_main_color);
	z-index: -1;
	border-radius: 0 10rem 0 0;
}
#company_ttl + section > .content_wrapper {
	padding: 0;
}
#company_ttl + section .heading.block_header_1.align-left {
	max-width: 1200px;
	margin: auto;
	padding: 0 var(--i_padding, 20px);
}
#company_ttl + section .wrapper_item {
	width: 65%;
	max-width: 1600px;
	margin-right: 0;
	margin-left: auto;
}
#company_ttl + section .inner_item_img a {
	pointer-events: none;
}

/* -- */
#company + div.block_table_8 table tr {
	border-bottom: 1px solid var(--i_border_color);
}
#company + div.block_table_8 table tr:first-child {
	border-top: 1px solid var(--i_border_color);
}
#company + div.block_table_8 table th,
#company + div.block_table_8 table td {
	padding: 20px 6px;
}
@media screen and (max-width: 900px) {
	#company_ttl + section .wrapper_item {
		width: 85%;
	}
	#company + div.block_table_8 table th,
	#company + div.block_table_8 table td {
		padding: 15px 6px;
	}
	#company + div.block_table_8 table tr:nth-of-type(1) > th:first-child {
		width: 25%;
	}
}
@media screen and (max-width: 480px) {
	#company_ttl + section:before {
		width: 80%;
		height: 75%;
	}
}
/* ===== #common_footer ===== */
main .parallax .parallax_img {
	filter: brightness(120%) blur(8px) contrast(100%);
	opacity: 0.4;
}

#cta + div {
	padding-top: 200px;
	border-radius: 30px 30px 0 0;
}
#cta + div:before {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 40px;
	bottom: 0;
	left: 0;
	pointer-events: none;
	background: var(--i_sub2_color);
	border-radius: 30px 30px 0 0;
	z-index: 1;
}
#cta + div .heading + .add_text {
	margin-bottom: 100px;
}

#common_footer .contents_btn01 a:last-of-type {
	background: var(--i_sub_color);
}
#common_footer .contents_btn01 a:last-of-type::before {
	background-color: #db7261;
}
#common_footer .contents_btn01 a::after {
	content: "";
	position: absolute;
	display: block;
	left: 15px;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background: url("/common/upload_data/aobagpjp/image/tel_icon.png.webp") no-repeat left center / 35px;
	z-index: 3;
}
#common_footer .contents_btn01 a:last-of-type::after {
	background: url("/common/upload_data/aobagpjp/image/mail_icon.png.webp") no-repeat left center / 35px;
}
#common_footer .contents_btn01 a {
	min-width: clamp(0px, 100%, 260px);
}
#common_footer .contents_btn01 a span {
	padding: 25px 30px 25px 60px;
	font-size: 1.8rem;
}
#common_footer .heading.block_header_1 p,
#common_footer .heading.block_header_6 .h {
	font-size: 5rem;
	letter-spacing: 0.8rem;
	font-weight: 400;
}
@media screen and (min-width: 901px) {
	#common_footer .contents_btn01 a {
		margin: 0 30px auto;
	}
	#common_footer .contents_btn01 a {
		min-width: clamp(0px, 100%, 400px);
	}
	#common_footer .contents_btn01 a span {
		padding: 40px 30px 40px 60px;
		font-size: 2rem;
	}
}
@media screen and (max-width: 800px) {
	#cta + div {
		padding-top: 120px;
	}
	#cta + div .heading + .add_text {
		margin-bottom: 65px;
	}
	#common_footer .contents_btn01 a span {
		font-size: 1.55rem;
	}
	#common_footer .heading.block_header_1 p,
	#common_footer .heading.block_header_6 .h {
		font-size: 3.5rem;
		letter-spacing: 0.4rem;
	}
}

/* ===== 下層ページFAQコンテンツ ===== */
/* ---------- タブ ---------- */

.faq .tab {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 0;
	list-style: none;
}
.faq .tab li {
	padding: 10px 8px;
	text-align: center;
	background: var(--i_sub2_color);
	border-top: 1px solid var(--i_border_color);
	border-left: 1px solid var(--i_border_color);
	border-right: 1px solid var(--i_border_color);
	box-sizing: border-box;
	cursor: pointer;
	margin-right: 3px;
	transition: 0.3s ease-in-out;
	list-style-type: none;
	border-radius: 6px 6px 0 0;
}
.faq .tab li:hover {
	background: #ebc2be;
}
.faq .tab li.active {
	background: var(--i_sub_color);
	color: var(--i_btn_txt_color);
}

/* ---------- FAQ ---------- */

.faq .contents_faq01 .wrapper_item {
	display: none;
	margin-bottom: 0;
}
.faq .contents_faq01 .wrapper_item:first-child {
	display: block;
}
.faq .contents_faq01.block_question_1.add_design2 {
	border: 1px solid var(--i_border_color);
}
.faq .contents_faq01 dl:nth-of-type(1) {
	border-top: 0;
}
.faq .contents_faq01 dl {
	width: calc(100% - 40px);
	margin: auto;
	padding-block: 25px;
}
.faq .contents_faq01 dl:last-child {
	padding: 25px 0 !important;
	border-bottom: none !important;
}

@media screen and (max-width: 768px) {
	.faq ul.tab {
		display: block;
		margin: 0 auto 30px;
		text-align: center;
	}
	.faq ul.tab li {
		margin: 0 auto 10px;
		text-align: center;
		border-radius: 50px;
		display: inline-block;
		font-size: 85%;
		padding: 7px 20px;
		border: 1px solid var(--i_border_color);
	}
}
