@charset "UTF-8";

:root {
	--i_bg_color: #ffffff;
	--i_txt_color: #252525;
	--i_main_color: #234052;
	--i_sub_color: #234052;
	--i_sub2_color: #f1f5f2;
	--i_btn_color: #f79a01;
	--i_btn_hover_color: #234052;
	--i_btn_txt_color: #ffffff;
	--i_btn_hover_txt_color: #ffffff;
	--i_shadow_color: rgba(0, 0, 0, 0.05);
	--i_border_color: rgba(0, 0, 0, 0.13);
	--i_noimg_bg_color: #ffffff;
	--i_padding: 20px;
}
html {
	font-size: 62.5%;
}
body {
	font-size: 1.65rem;
	line-height: 1.9;
	letter-spacing: 0.02rem;
	-webkit-text-size-adjust: 100%;
	color: var(--i_txt_color);
	font-weight: 500;
}
body,
main {
	background: var(--i_bg_color);
}
@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;
}

/*----------------------------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;
	color: var(--i_main_color);
	font-size: 1.4rem;
}
.category1 li a:hover,
.category1 li a.current {
	background: var(--i_main_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_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: #fff;
}
.pager li.arrow a {
	background: none;
}

/*シングルページページャー*/
.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: #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.4rem;
	line-height: 1.3;
	box-sizing: border-box;
	font-weight: 400;
	color: var(--i_btn_color);
	border: 1px solid var(--i_btn_color);
	text-align: center;
}
.contents_faq01 dd:before {
	line-height: 1.4;
	background: var(--i_btn_color);
	color: var(--i_bg_color);
}

/*----------------------------contents_related_tags----------------------------*/

.contents_related_tags .inner_item {
	border: 1px solid var(--i_border_color);
}
.contents_related_tags .inner_item:hover {
	background: var(--i_sub2_color);
}
.contents_related .inner_item a:hover {
	background: var(--i_sub2_color);
	opacity: 0.8;
}

/*----------------------------block_table_1----------------------------*/

.block_table_1 table thead {
	background: var(--i_sub2_color);
}
.block_table_1 table thead th,
.block_table_1 table thead td {
	background-color: var(--i_sub2_color);
}
.block_table_1 table th {
	background-color: var(--i_sub2_color);
	border: 1px solid var(--i_border_color);
	text-align: center;
	vertical-align: middle;
}
.block_table_1 table td {
	background-color: #fff;
	border: 1px solid var(--i_border_color);
	vertical-align: middle;
}
.block_table_1 table thead td {
	text-align: center;
	font-weight: 500;
}

/*----------------------------block_table_2,5,6----------------------------*/

.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: 500;
}
@media screen and (max-width: 500px) {
	.block_table_2 table {
		border-bottom: 1px solid var(--i_border_color);
	}
	.block_table_2 table th {
		border-top: 1px solid var(--i_border_color);
	}
	.block_table_2 table td {
		border-top: 1px dotted var(--i_border_color);
	}
}

/*----------------------------block_table_3----------------------------*/

.block_table_3 table thead,
.block_table_3 table thead th,
.block_table_3 table thead td,
.block_table_7 table thead,
.block_table_7 table thead th,
.block_table_7 table thead td {
	background-color: var(--i_sub2_color);
}
.block_table_3 table th,
.block_table_7 table th {
	background-color: var(--i_sub2_color);
	border: 1px solid var(--i_border_color);
	text-align: center;
	vertical-align: middle;
}
.block_table_3 table td,
.block_table_7 table td {
	background-color: var(--i_bg_color);
	border: 1px solid var(--i_border_color);
	vertical-align: middle;
}
@media screen and (max-width: 500px) {
	.block_table_3 table {
		border-bottom: 1px solid var(--i_border_color);
	}
	.block_table_3 table th {
		border-top: 1px solid var(--i_border_color);
	}
	.block_table_3 table td {
		border-top: 1px dotted var(--i_border_color);
	}
}
.block_table_3_item li {
	vertical-align: middle;
}

/*----------------------------gallery_archive / gallery_single----------------------------*/

.gallery_archive .inner_item a,
.gallery_single .inner_item a {
	transition: 0.2s ease-in-out;
	background-color: transparent;
}
.gallery_archive .inner_item a:hover,
.gallery_single .inner_item a:hover {
	background-color: #000;
}
.gallery_archive .inner_item a:hover img,
.gallery_single .inner_item a:hover img {
	opacity: 0.8;
}
.gallery_archive .inner_item a:after,
.gallery_single .inner_item a:after {
	color: #fff;
}
.gallery_archive .inner_item p span,
.gallery_single .inner_item p span {
	color: #fff;
}
.gallery_single_slider .slick-arrow::before {
	border-color: var(--i_btn_color);
}

/*----------------------------widget_gallery01----------------------------*/

.widget_gallery01 .slick-arrow {
	height: 40px;
	width: 30px;
	top: calc(50% - 20px);
	left: 0;
}
.widget_gallery01 .slick-next {
	left: auto;
	right: 0;
}

/*----------------------------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: 500;
}
@media screen and (max-width: 770px) {
	.widget_form form dt {
		border-bottom: 1px dotted var(--i_border_color);
	}
}
main form dl input,
main form textarea {
	background: var(--i_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_main_color);
}
main form input[type="radio"]:checked + label::after {
	border-radius: 100%;
}

/*----------------------------widget_link----------------------------*/

.widget_link .inner_item_txt {
	font-size: 2rem;
}
.widget_link .inner_item_url {
	color: var(--i_main_color);
	font-weight: 500;
}
.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: 500;
}

/*----------------------------widget_tel----------------------------*/

.widget_tel .inner_item_tel a,
.widget_tel .inner_item_tel span {
	font-size: 3.6rem;
	letter-spacing: 0.1rem;
	line-height: 1.1;
	padding: 20px;
	font-weight: 500;
}
@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: #fff;
}
#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.load10 div:nth-of-type(1) {
	background: var(--i_sub_color) !important;
}
#load img {
	max-width: 130px;
	max-height: 100%;
}
@media screen and (max-width: 650px) {
	#load img {
		max-width: 75px;
	}
}

/* ===== header ===== */

header {
	font-size: 1.4rem;
	color: #fff;
	background: transparent;
}
header .wraper {
	max-width: 1400px;
}
header h1 {
	line-height: 1.5;
	font-size: 1.3rem;
	font-weight: normal;
	opacity: 0.7;
	fill: var(--i_txt_color);
}
body.scrolled header .logo {
	padding: 20px 0 !important;
}
header .logo {
	max-width: 200px;
}
body:not(.scrolled) header#pattern2 .logo {
    padding: 20px;
    max-width: 170px;
    background: #fff;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
    border-bottom-right-radius: 20px;
    left: 0 !important;
}
body header .logo a img {
	transition: 0.3s ease-in-out;
}
body.scrolled header .logo a img {
	max-height: 120px;
	/*! opacity: 0; */
}
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: 500;
	fill: var(--i_main_color);
}
header .burger li.sp_translate a svg,
header .header_contents .header_sns li svg {
	fill: #fff;
}
header .header_contents .header_col1 .tel svg {
	fill: #fff;
}
header .header_contents .header_col1 .tel a,
header .header_contents .header_col1 .tel span {
	color: #fff;
}
header .sp_menu a div span,
header .sp_menu a div:before,
header .sp_menu a div:after {
	background: #fff;
}
header .header_contents .header_col1 .tel svg {
	width: 20px;
	height: 20px;
	top: calc(50% - 9px);
	left: 0;
}
header#pattern1 nav,
header#pattern3 nav {
	position: relative;
}
header nav * {
	color: #fff;
}
body.scrolled header nav * {
	color: #fff;
}
header nav ul.nav_1st {
	width: 100%;
	max-width: 1300px !important;
	/*任意*/
	position: relative;
	margin-top: 5px;
}
header nav ul.nav_1st::before {
	content: "";
	display: block;
	width: 150%;
	height: 100%;
	background: var(--i_main_color);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	/* transform: skew(-15deg); */
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}
.scrolled header nav ul.nav_1st::before {
	box-shadow: none;
}
header nav ul.nav_1st > li {
	box-sizing: border-box;
	position: relative;
}
header nav ul.nav_1st > li:after {
	/*罫線*/
	content: "";
	width: 1px;
	height: 60%;
	position: absolute;
	top: 20%;
	left: 0;
	border-left: 0px solid var(--i_border_color);
}
header nav ul.nav_1st > li:last-child:before {
	/*罫線*/
	content: "";
	width: 1px;
	height: 60%;
	position: absolute;
	top: 20%;
	right: 0;
	border-left: 0px solid var(--i_border_color);
}
header nav ul.nav_1st > li > a {
	font-size: 1.5rem;
	font-weight: 500;
	position: relative;
	padding-left: 1vw;
	padding-right: 1vw;
}
header nav ul.nav_1st > li > a span {
	/*ナビの高さはline-heightで調整*/
	line-height: 3.5;
	/* マージン普通選択時 */
	letter-spacing: 0.1rem;
	transition: 0.4s ease-in-out;
	color: #fff;
}
header nav ul.nav_1st > li > a:hover span {
	color: var(--i_bg_color);
}
header#pattern2 nav ul.nav_1st > li > a span {
	line-height: 3.2;
}
body.margin header nav ul.nav_1st > li > a span {
	line-height: 4;
}
header nav ul.nav_2nd {
	padding-top: 20px;
}
header nav ul.nav_1st > li:hover ul.nav_2nd {
	padding-top: 15px;
	box-shadow: 2px 2px 5px var(--i_shadow_color);
}
header nav ul.nav_2nd > li {
	background: rgba(0, 0, 0, 0.8);
	border-bottom: 1px solid var(--i_border_color);
}
header nav ul.nav_2nd > li:nth-last-of-type(1) {
	border-bottom: none;
}
header nav ul.nav_2nd li a {
	padding: 10px 20px;
	font-weight: normal;
	font-size: 1.4rem;
}
header nav ul.nav_2nd > li > a {
	padding-right: 30px;
}
header nav ul.nav_2nd > li > a:after {
	height: 5px;
	width: 5px;
	transform: rotate(-45deg);
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	top: calc(50% - 2.5px);
	right: 20px;
}
header nav ul.nav_3rd {
	padding-left: 20px;
}
header nav ul.nav_3nd li a {
	padding: 5px 20px;
}
header nav ul.nav_3rd > li > a:after {
	height: 1px;
	width: 4px;
	background: var(--i_sub_color);
	top: calc(50% - 0.5px);
	left: 5px;
}
@media screen and (max-width: 900px) {
	body.scrolled header {
		background: rgba(35, 64, 82, 0.9);
	}
	body.scrolled header .logo {
		padding: 10px !important;
	}
	header.open:after,
	header .header_contents {
		background: rgba(35, 64, 82, 0.9);
	}
	body.scrolled header.open:after,
	body.scrolled header .header_contents {
		background: rgba(35, 64, 82, 0.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: #fff;
	}
	header nav ul.nav_2nd {
		border-top: 1px solid var(--i_border_color);
	}
	header nav ul.nav_2nd > li,
	header nav ul.nav_1st > li:hover ul.nav_2nd {
		box-shadow: none;
	}
	header nav ul.nav_2nd > li * {
		color: #fff;
	}
	header nav ul.nav_3rd {
		border-top: 1px solid var(--i_border_color);
	}
	header nav ul.nav_3rd > li:nth-last-of-type(1) {
		border-bottom: none;
	}
	header .logo {
		max-width: 200px !important;
		padding: 10px !important;
		transition: 0.3s ease-in-out;
	}
	header#pattern1 nav,
	header#pattern3 nav {
		border-bottom: 0;
		border-top: 0;
	}
	header#pattern1 nav::before,
	header#pattern3 nav::before {
		display: none;
	}
	header .wraper > .inner {
		min-height: 45px !important;
	}
	header nav ul.nav_1st::before {
		display: none;
	}
	header.width_full .wraper{
		width: 100%;
		padding: 0;
	}
	header .logo a img{
		max-height: 80px !important;
	}
}

/* ===== MV LV ===== */

#mv_outer {
	/*mvに背景とかはここを利用する*/
	position: relative;
}
#mv {
	width: 100%;
	height: 100vh;
	/*! min-height: 730px !important; */
}
#mv::after {
	background: rgba(37, 37, 37, 0.2);
}
@media screen and (min-width: 769px) {
	#mv.slide06 .mv_img li,
	#mv.slide07 .mv_img li {
		transform: skew(-15deg);
		width: 65%;
		left: auto;
		right: calc(50% - 1px);
	}
	#mv.slide06 .mv_img li img,
	#mv.slide07 .mv_img li img {
		transform: skew(15deg) !important;
		width: 120%;
	}
	#mv.slide06 .mv_img li.r img,
	#mv.slide07 .mv_img li.r img {
		transform: translateX(-10%) skew(15deg) !important;
	}
}
#mv .mv_text {
	height: calc(100% - 140px);
	align-items: center;
	/*垂直方向中央*/
	width: 100% !important;
	left: 0 !important;
	bottom: 0px !important;
}
#mv .mv_text > div {
	max-width: none !important;
	box-sizing: border-box;
	width: auto;
	color: #fff;
	position: relative;
	margin-left: 3%;
}
#mv .mv_text h2 {
	font-size: 6rem !important;
	/* ←max-font-size的意味合いで使用する。動作はjs。*/
	line-height: 1.3;
	font-weight: 900;
	position: relative;
}
#mv .mv_text p {
	padding-top: 15px;
	font-size: 2.5rem;
	font-weight: 700;
}
#mv .mv_scroll {
	width: 3px;
	height: auto;
	position: absolute;
	left: auto;
	left: 3vw;
	bottom: 100px;
}
#mv .mv_scroll a {
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	letter-spacing: 1rem;
	font-weight: 500;
	font-size: 1rem;
	position: relative;
	padding-bottom: 0;
	height: auto;
	width: auto;
	text-indent: 0;
	transition: all 0.3s ease-in-out;
	text-align: right;
	color: #fff !important;
}
#mv .mv_scroll a::before {
	width: 1px;
	height: 70px;
	transform: none;
	position: absolute;
	bottom: -100px;
	pointer-events: none;
	left: 0;
	top: auto;
	background: #fff;
	transition: all 0.3s ease-in-out;
}
#mv .mv_scroll a:hover {
	opacity: 0.7;
}
#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: 80vh;
	}
}
@media screen and (max-height: 500px) {
	#mv {
		min-height: 500px !important;
	}
}
@media screen and (max-width: 900px) {
	#mv .mv_text {
		height: calc(100% - 50px);
	}
	#mv .mv_text h2 {
		font-size: 6vw !important;
	}
	#mv .mv_text p {
		font-size: 2.2rem;
	}
}
@media screen and (max-width: 768px){
	#mv .mv_scroll {
		display: none;
	}
}
@media screen and (max-width: 650px) {
	#mv .mv_text p {
		font-size: 1.8rem;
		padding-top: 5px;
	}
}
#lv {
	background: var(--i_txt_color);
	height: 450px;
	padding-bottom: 0;
	width: 100%;
}
#lv_outer {
	/*mvに背景とかはここを利用する*/
	position: relative;
}
header.over + #lv_outer #lv {
	min-height: 450px;
}
#lv div {
	opacity: 0.4;
}
#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: 4rem;
	font-weight: 500;
	text-align: center;
	position: relative;
	word-break: break-all;
	line-height: 1.2;
	color: #fff;
}
@media screen and (max-width: 800px) {
	#lv {
		height: 300px;
	}
	header.over + #lv_outer #lv {
		min-height: 300px;
	}
	#lv p span {
		font-size: 2.8rem;
	}
}
@media screen and (max-width: 100vh) {
	#mv {
		height: 72vh;
	}
}
@media screen and (max-width: 900px) {
	#mv .mv_text > div {
		padding-left: 30px;
		padding-right: 30px;
	}
}

#mv .mv_textimg {
	padding: 2%;
	box-sizing: border-box;
}

#mv .mv_textimg img{
	width: clamp(300px, 60vw, 650px);
	max-height: 60vh !important;
	height: auto;
}

/* CV */
#mv .mv_textimg a {
    display: block;
    width: 28%;
    height: 38%;
    position: absolute;
    left: auto;
    right: 0;
}

@media screen and (max-width: 1360px) and (min-width: 769px){
	#mv .mv_textimg img{
		max-height: 250px !important;
		width: auto;
	}
}

/* ===== pan ===== */

#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);
}

/* ===== btn ===== */

header .header_contents .header_col1 .btn .translate a svg {
	fill: var(--i_bg_color);
}
header .header_contents .header_col1 .btn > a,
header#pattern4 .wraper > .inner > .btn > a {
	color: var(--i_btn_txt_color) !important;
	background: linear-gradient(
		-45deg,
		var(--i_btn_color) 45%,
		var(--i_btn_hover_color) 80%
	);
	background-size: 400% 400%;
	background-position: 100% 0;
	position: relative;
	display: inline-block;
	text-align: center;
	font-family: inherit;
	font-weight: 500;
	transition: 0.4s ease;
	min-width: 250px !important;
	overflow: hidden;
	border-radius: 99px;
}
header .header_contents .header_col1 .btn > a span.inn,
header#pattern4 .wraper > .inner > .btn > a span.inn {
	color: var(--i_btn_txt_color) !important;
	transition: 0.4s ease;
	display: inline-block;
	text-align: center;
	line-height: 1.5;
	font-size: 1.6rem;
	padding: 17px 50px 17px 25px !important;
	font-weight: 500;
}
header .wraper > .inner > .btn > a:before,
header .header_contents .header_col1 .btn > a:before {
	position: absolute;
	display: block;
	content: "";
	width: 5px;
	height: 5px;
	top: calc(50% - 2.5px);
	right: 20px;
	background: #fff;
	pointer-events: none;
	z-index: 9;
	border-radius: 99px;
	transition: transform 0.4s ease;
}
header .wraper > .inner > .btn > a:after,
header .header_contents .header_col1 .btn > a:after {
	display: inline-block;
	content: "\2192";
	color: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	transition: transform 0.4s 0.05s ease;
	transform: translateY(-50%) translateX(-40px);
}
header .wraper > .inner > .btn > a:hover,
header .header_contents .header_col1 .btn > a:hover,
header#pattern4 .wraper > .inner > .btn > a:hover {
	background-position: 0 0;
	opacity: 1;
}
body:not(.edit_view) header .wraper > .inner > .btn > a:hover span,
body:not(.edit_view) header .header_contents .header_col1 .btn > a:hover span {
	transform: translateX(30px);
}
body:not(.edit_view) header .wraper > .inner > .btn > a:hover:before,
body:not(.edit_view)
	header
	.header_contents
	.header_col1
	.btn
	> a:hover:before {
	transform: translateY(-50%) translateX(40px) scale(0);
}
body:not(.edit_view) header .wraper > .inner > .btn > a:hover:after,
body:not(.edit_view) header .header_contents .header_col1 .btn > a:hover:after {
	transform: translateY(-50%) translateX(20px);
}
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;
	padding-left: 0 !important;
}
@media screen and (max-width: 900px) {
	header .header_contents .header_col1 .btn > a span.inn,
	header#pattern4 .wraper > .inner > .btn > a span.inn {
		font-size: 1.4rem;
	}
}
header .header_contents .header_col1 .btn .translate a svg {
	max-width: 74%;
	max-height: 74%;
	margin: 13% auto 0;
}
body.scrolled header .header_contents .header_col1 .btn > a {
	border: 1px solid var(--i_btn_color);
}
@media screen and (max-width: 900px) {
	header .header_contents .header_col1 .btn > a {
		border: none;
	}
	header .header_contents .header_col1 .btn {
		float: none;
	}
	header .header_contents .header_col1 .btn > a {
		padding: 7px 15px 7px;
	}
}
@media screen and (min-width: 901px) {
	header#pattern4 .inner > .btn.hastrans {
		margin-right: 100px;
	}
}
.contents_btn01 a,
.widget_form form .submit span {
	background: linear-gradient(
		-45deg,
		var(--i_btn_color) 45%,
		var(--i_btn_hover_color) 80%
	);
	background-size: 400% 400%;
	background-position: 100% 0;
	position: relative;
	text-align: center;
	font-family: inherit;
	transition: 0.4s ease;
	border-radius: 100px;
}

.contents_btn01 a span,
.widget_form form .submit input,
#fixbtn .contents_btn01 a img.icimg {
	color: var(--i_btn_txt_color) !important;
	transition: 0.4s ease;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.1rem;
}

.contents_btn01 a {
	padding-left: 20px;
	padding-right: 50px;
	overflow: hidden;
}

.contents_btn01 a span {
	position: relative;
	text-align: center;
	line-height: 1.5;
	padding: 17px 22px 17px 25px;
	font-weight: 500;
}

.widget_form form .submit {
	overflow: hidden;
}

.widget_form form .submit input {
	background: transparent;
	min-width: 0;
	padding: 14px 72px 14px 45px;
	transform: translateX(0);
}

.contents_btn01 a:before,
main form .submit span:before {
	position: absolute;
	display: block;
	content: "";
	width: 5px;
	height: 5px;
	top: calc(50% - 2.5px);
	right: 20px;
	background: #fff;
	pointer-events: none;
	z-index: 9;
	border-radius: 99px;
	transition: transform 0.4s ease;
}

.contents_btn01 a:after,
main form .submit span:after {
	display: inline-block;
	content: "\2192";
	color: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	transition: transform 0.4s 0.05s ease;
	transform: translateY(-50%) translateX(-40px);
}

.contents_btn01 a:hover,
main form .submit span:hover {
	background-position: 0 0;
}

body:not(.edit_view) .contents_btn01 a:hover span,
body:not(.edit_view) main form .submit span:hover input {
	transform: translateX(30px);
}

body:not(.edit_view) .contents_btn01 a:hover:before,
body:not(.edit_view) main form .submit span:hover:before {
	transform: translateY(-50%) translateX(40px) scale(0);
}

body:not(.edit_view) .contents_btn01 a:hover:after,
body:not(.edit_view) main form .submit span:hover:after {
	transform: translateY(-50%) translateX(20px);
}

.contents_btn01 a[target="_blank"] span:before,
.contents_btn01 a[target="_blank"] span:after {
	border: 1px solid var(--i_btn_txt_color);
	transition: 0.2s 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) !important;
}

input[id="form_submit"],
input[type="submit"],
textarea {
	appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
}

.contents_faq01.accordion .mymore a {
	padding: 0 0 3px;
}

.contents_box01[class*="block_image_text_"]
	.inner_item_txt
	.contents_btn01
	.content_wrapper {
	padding-left: 10px;
}
#fixbtn[data-pattern="1"] .contents_btn01 a {
	width: auto !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-weight: 500;
	font-size: 3.4rem;
	line-height: 1.5;
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 20px;
	padding-top: 0;
	letter-spacing: 0.1rem;
}
.index .heading.block_header_1 p,
.index .heading.block_header_6 .h {
	font-size: 4.5rem;
	letter-spacing: 0.3rem;
	line-height: 1.55;
	font-weight: 400;
}
.heading.block_header_1 p:before,
.heading.block_header_6 .h:before {
	display: block;
	content: "";
	border-top: 2px solid var(--i_main_color);
	width: 50px;
	height: 0px;
	position: absolute;
	bottom: 5px;
	left: calc(50% - 25px);
}
section[style*=" color: rgb(255, 255, 255);"] .heading.block_header_1 p:before,
section[style*=" color: rgb(255, 255, 255);"] .heading.block_header_6 .h:before,
div[style*=" color: rgb(255, 255, 255);"] .heading.block_header_1 p:before,
div[style*=" color: rgb(255, 255, 255);"] .heading.block_header_6 .h:before {
	border-top-color: #fff;
}
.align-left.heading.block_header_1 p:before,
.align-left.heading.block_header_6 .h:before {
	left: 0;
}
.align-right.heading.block_header_1 p:before,
.align-right.heading.block_header_6 .h:before {
	left: auto;
	right: 0;
}
.heading.block_header_1 .h,
.heading.block_header_6 p {
	font-size: 1.7rem;
	letter-spacing: 0.1rem;
	font-weight: 500;
}
@media screen and (max-width: 800px) {
	.heading.block_header_1,
	.heading.block_header_6 {
		margin-bottom: 20px;
	}
	.heading.block_header_1 p,
	.heading.block_header_6 .h {
		font-size: 3.2rem;
		margin-bottom: 10px;
	}
	.heading.block_header_1 .h,
	.heading.block_header_6 p {
		font-size: 1.6rem;
	}
	.index .heading.block_header_1 p,
	.index .heading.block_header_6 .h {
		font-size: 3.5rem;
	}
}
.heading.block_header_2 {
	margin-bottom: 30px;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.heading.block_header_2 .h {
	display: inline-block;
	font-weight: 500;
	font-size: 2.2rem;
	line-height: 1.3;
	position: relative;
	margin-bottom: 15px;
	padding-left: 22px;
	padding-right: 10px;
	letter-spacing: 0.15rem;
}
.heading.block_header_2 .h:before {
	position: absolute;
	left: 0;
	top: calc(1em * 1.3 / 2);
	transform: translateY(-50%);
	content: "";
	display: inline-block;
	width: 14px;
	height: 2px;
	background: var(--i_main_color);
}
.heading.block_header_2 p {
	font-size: 1.4rem;
	letter-spacing: 0.15rem;
}
@media screen and (max-width: 800px) {
	.heading.block_header_2 {
		margin-bottom: 20px;
	}
	.heading.block_header_2 .h {
		font-size: 2rem;
	}
	.heading.block_header_2 p {
		font-size: 1.3rem;
	}
}
.heading.block_header_3 {
	overflow: hidden;
	background: var(--i_main_color);
	padding: 10px 30px;
	margin-bottom: 30px;
}
.heading.block_header_3:before {
	display: block;
	content: "";
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	position: absolute;
	top: 3px;
	left: 3px;
	border: 1px solid rgba(255, 255, 255, 0.5);
}
.heading.block_header_3 .h {
	font-weight: 500;
	font-size: 1.9rem;
	line-height: 1.5;
	color: #fff;
}
.heading.block_header_3 p {
	font-size: 1.4rem;
	color: #fff;
}
@media screen and (max-width: 800px) {
	.heading.block_header_3 {
		padding: 5px 5px 5px 30px;
		margin-bottom: 20px;
	}
	.heading.block_header_3 .h {
		font-size: 2rem;
	}
	.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.5rem;
	font-weight: 500;
	line-height: 1.4;
}
.heading.block_header_4 p {
	font-size: 1.6rem;
}
.heading.block_header_5 {
	margin-bottom: 15px;
}
.heading.block_header_5 .h {
	display: inline;
	font-weight: 500;
	font-size: 1.8rem;
	margin-bottom: 10px;
	color: var(--i_txt_color);
}
.heading.block_header_5 p {
	display: inline;
	font-size: 1.4rem;
	color: var(--i_txt_color);
}
.heading.block_header_5 p:before {
	content: " / ";
}
#sidebar .heading.block_header_5 {
	background: var(--i_sub2_color);
	padding: 7px 10px;
}
.glossary_archive .content_wrapper .heading.block_header_2 .h::before {
	top: 0.65em;
}

/* ===== footer ===== */

#fixbtn {
	margin-bottom: 30px;
	font-size: 1.55rem;
}
#fixbtn .fixbtnwrap {
	background: var(--i_bg_color);
	z-index: 3;
}
#fixbtn.no .fixbtnwrap {
	background-color: transparent;
}
#fixbtn .fixbtntel:nth-last-of-type(2) {
	border-right: none;
}
#fixbtn .fixbtntel a,
#fixbtn .fixbtntel span {
	font-size: 2.8rem;
	letter-spacing: 0;
	line-height: 1;
	margin-right: 10px;
	color: var(--i_txt_color);
	font-weight: 500;
}
#fixbtn .fixbtntel a:last-child,
#fixbtn .fixbtntel span:last-child {
	margin-right: 0;
}
#fixbtn .fixbtntel svg {
	width: 19px;
	height: 19px;
	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 #scrolltop:nth-of-type(1) {
	margin-left: auto;
	/*▼ 右揃え*/
	margin-right: 0;
	/*▼ 中央揃え*/
	margin-right: auto;
}
#fixbtn #scrolltop a {
	height: 40px;
	width: 40px;
}
#fixbtn #scrolltop a:before {
	top: 17px;
	left: 3px;
	transform: rotate(45deg);
	transition: 0.2s ease-in-out;
	border-left: 2px solid var(--i_txt_color);
	border-top: 2px solid var(--i_txt_color);
	width: 30px;
	height: 30px;
}
#fixbtn #scrolltop a:hover:before {
	opacity: 0.7;
}
#fixbtn.no #scrolltop a:before {
	border-color: rgba(120, 120, 120, 0.6);
}
#fixbtn.no #scrolltop a:hover:before {
	border-left: 2px solid #787878;
	border-top: 2px solid #787878;
}
#fixbtn[data-pattern="2"] .fixbtntel p {
	padding: 5px 10px;
	color: var(--i_txt_color);
}
@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 !important;
	}
	.ft02 #fixbtn .fixbtntel span,
	.ft02 #fixbtn .fixbtntel a {
		font-size: 2rem !important;
	}
	#fixbtn .fixbtntel svg {
		width: 14px !important;
		height: 14px !important;
	}
	#fixbtn .contents_btn01 a {
		letter-spacing: 0;
		padding: 0;
		min-width: 165px !important;
	}
	#fixbtn .contents_btn01 a span {
		padding: 14px 5px;
		font-size: 1.3rem !important;
	}
	#fixbtn .contents_btn01 a:before,
	#fixbtn .contents_btn01 a:after {
		display: none;
	}
	#fixbtn .contents_btn01 a:hover span {
		transform: none;
	}
}
footer {
	background: var(--i_sub2_color);
	padding: 0;
	color: var(--i_txt_color);
	text-align: center;
	font-size: 1.4rem;
}
footer:before {
	position: absolute;
	display: block;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: repeating-linear-gradient(45deg,rgba(255,255,255,1) 0 2px,transparent 2px 18px);
	pointer-events: none;
	opacity: .9;
	z-index: -1;
}
footer a {
	color: var(--i_txt_color);
}
footer nav li {
	letter-spacing: 0.3rem;
	padding: 5px 0;
	font-weight: 500;
}
footer nav li a {
	letter-spacing: 0.1rem;
}
footer .logo {
	max-width: 180px !important;
}
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 {
	font-size: 1.1rem;
	letter-spacing: 0.1rem;
	color: var(--i_txt_color);
	text-align: left;
	padding: 0 12px;
}
@media screen and (max-width: 600px) {
	footer {
		padding: 0 0 20px;
	}
}
@media screen and (max-width: 600px) {
	footer nav {
		margin-bottom: 30px;
	}
	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-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: 100px !important;
	}
	#fixbtn .fixbtnwrap {
		border-bottom: none;
	}
	#fixbtn .inner {
		padding: 0;
	}
}
footer {
	display: flex;
	flex-direction: column;
}
#fixbtn {
	order: 1;
}
#fixbtn[style*="position: relative;"] .inner {
	max-width: 1600px !important;
	width: 100%;
	margin: auto;
}
#fixbtn[style*="position: relative;"] .fixbtnwrap {
	background: none;
}
#fixbtn[data-pattern="3"][style*="position: relative;"] .fixbtntel {
	background: none;
}
#cp {
	order: 2;
	max-width: 1600px;
	width: 96%;
	margin: auto;
	padding: 10px 10px 10px;
	background: #fff;
	margin-bottom: 30px;
}
footer .content_wrapper {
	padding: 80px 0 0 !important;
	border-bottom: 1px solid;
	margin-bottom: 30px;
	max-width: 1600px;
	width: 96%;
}
footer nav li a {
	position: relative;
	padding-left: 15px;
}
footer nav li a::before {
	position: absolute;
	left: 0;
	top: calc(1em * 1.7 / 2);
	transform: translateY(-50%);
	content: "";
	display: inline-block;
	width: 10px;
	height: 1px;
	background: var(--i_main_color);
}
@media screen and (max-width: 700px) {
	footer {
		font-size: 1.3rem;
	}
	footer .content_wrapper {
		padding: 40px 0 0 !important;
		width: 94%;
	}
	footer nav {
		padding-inline: 10px;
	}
	footer nav li {
		padding: 8px 0;
	}
	footer nav li a::before {
		position: absolute;
		left: 0;
		top: calc(1em * 3 / 2);
		transform: translateY(-50%);
		width: 8px;
	}
	footer nav li a {
		font-size: 1.3rem;
		justify-content: flex-start;
		padding-left: 14px;
		padding-right: 10px;
	}
	#cp {
		width: 88%;
		text-align: center;
		margin: 15px auto 30px;
	}
}
@media screen and (min-width: 701px) {
	footer.add_design5 .logo a {
		max-width: 100%;
	}
}

/* ===== 追加 ===== */

/* ----- ブログ等サイドバー ----- */
#sidebar .heading p {
	text-transform: uppercase !important;
}
/*------------------パララックス------------------*/
#con2 + section .parallax_img,
#box + div .parallax_img,
a[id*="para"] + section .parallax_img,
a[id*="para"] + div .parallax_img{
	opacity: 0.3;
	filter: brightness(100%) contrast(100%) blur(4px);
}
/*------------------ライン・コンセプト------------------*/
#line + div:before {
	position: absolute;
	display: block;
	content: "";
	width: 35%;
	height: 100%;
	top: 0;
	right: 0;
	background: var(--i_sub2_color);
	pointer-events: none;
	z-index: -1;
}
#line + div .wrapper_item {
	align-items: center;
	justify-content: space-around;
}
#line + div > .content_wrapper > .heading.block_header_4 .h {
	font-size: 3rem !important;
	color: var(--i_txt_color);
	margin-top: 0;
}
#line + div .inner_item_img img {
	max-width: 350px;
	height: auto !important;
	object-fit: contain;
}
#line + div .heading.block_header_4 .h {
	font-size: 2.5rem !important;
	color: var(--i_main_color);
	margin-top: 15px;
}

#line + div .inner_item:nth-child(1) .contents_btn01 {
	border: 1px solid;
}
#line + div .inner_item:nth-child(1) .contents_btn01 a {
	background: none;
	background-size: 0;
	background-position: 0;
	padding: 0 50px 0 0;
	/* border-bottom: 1px solid; */
	border-radius: 0;
}
#line + div .inner_item:nth-child(1) .contents_btn01 a::before {
	content: "";
	display: block;
	position: absolute;
	height: 6px;
	width: 6px;
	border-top: 1px solid var(--i_txt_color);
	border-right: 1px solid var(--i_txt_color);
	transform: rotate(45deg);
	top: calc(50% - 3px);
	right: 19px;
	z-index: 1;
	transition: 0.3s ease-in-out;
	background: no-repeat;
	border-radius: 0;
}
#line + div .inner_item:nth-child(1) .contents_btn01 a::after {
	content: "";
	display: block;
	position: absolute;
	height: 24px;
	width: 24px;
	border: 1px solid var(--i_txt_color);
	top: calc(50% - 12px);
	right: 8px;
	transition: 0.3s ease-in-out;
	border-radius: 100px;
	left: auto;
	transform: none;
}
#line + div .inner_item:nth-child(1) .contents_btn01 a:hover::after {
	transform: scale(1.2);
}
#line + div .inner_item:nth-child(1) .contents_btn01 a span {
	color: var(--i_txt_color) !important;
	font-size: 1.8rem;
}
#line + div .inner_item:nth-child(1) .contents_btn01 a:hover span {
	transform: none;
}
#line
	+ div
	.inner_item:nth-child(1)
	.contents_btn01
	a[target="_blank"]
	span:before,
#line
	+ div
	.inner_item:nth-child(1)
	.contents_btn01
	a[target="_blank"]
	span:after {
	border: 1px solid var(--i_txt_color);
}
#line + div .contents_btn01 a[target="_blank"]:hover span:before,
#line + div .contents_btn01 a[target="_blank"]:hover span:after {
	border: 1px solid var(--i_txt_color) !important;
}

@media screen and (min-width: 901px) {
	#line + div .inner_item:nth-child(1) {
		width: 34%;
	}
}

@media screen and (max-width: 900px) {
	#line + div > .content_wrapper > .heading.block_header_4 .h {
		font-size: 2.8rem !important;
	}
	#line + div .inner_item:nth-child(1) .contents_btn01 a span {
		font-size: 1.6rem;
		padding: 15px 18px 15px 10px;
	}
}

#bg + div:before,
#gallery + div:before,
a[id^="grid"] + div:after,
#seo + div:after,
#line + div:after {
	position: absolute;
	content: "";
	background: repeating-linear-gradient(45deg,rgba(255,255,255,1) 0 2px,transparent 2px 18px);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
}
#seo + div:after {
	background-position: center top;
}
/*------------------SEO------------------*/
#seo + div:before {
	position: absolute;
	display: block;
	content: "";
	width: 35%;
	height: 100%;
	top: 0;
	right: 0;
	background: var(--i_sub2_color);
	pointer-events: none;
	z-index: -1;
}
#seo + div .inner_item .heading {
	margin-bottom: 25px;
}
#seo + div .heading.block_header_4 .h {
	font-size: 3.5rem !important;
	color: var(--i_main_color);
}

#seo + div .heading.block_header_4 p {
	font-size: 1.7rem !important;
	color: var(--i_txt_color);
}

#seo + div .wrapper_item {
	justify-content: space-between;
	align-items: center;
}

#seo + div .inner_item_img img {
	min-height: 450px;
}
#seo + div .inner_item:nth-child(1) {
	width: 40%;
}
#seo + div .inner_item:nth-child(3) {
	width: 22%;
	z-index: 1;
}
#seo + div .inner_item:nth-child(3) .inner_item_img img {
	min-height: 350px;
}
#seo + div .inner_item:last-of-type {
	margin-top: 200px;
	margin-left: -10% !important;
}
#seo + div .inner_item > a:hover * {
	opacity: 1;
}
@media screen and (max-width: 800px) {
	#seo + div .heading.block_header_4 .h {
		font-size: 3rem !important;
	}

	#seo + div .heading.block_header_4 p {
		font-size: 1.5rem !important;
	}
}
@media screen and (max-width: 900px) {
	#seo + div .wrapper_item {
		justify-content: center;
	}
	#seo + div .inner_item:nth-child(1) {
		width: 100%;
	}
	#seo + div .inner_item:nth-child(2) {
		width: 58% !important;
		margin-left: 0 !important;
	}
	#seo + div .inner_item:nth-child(3) {
		width: 44% !important;
		margin-top: 110px;
	}
	#seo + div .inner_item_img img,
	#seo + div .inner_item:nth-child(3) .inner_item_img img {
		min-height: auto;
		aspect-ratio: 7 / 9;
	}
}

/*------------------------box------------------------*/
#box + div .heading.block_header_4 .h {
	font-size: 4rem !important;
	color: var(--i_main_color) !important;
}
#box + div .inner_item_txt p:nth-last-of-type(1) {
	color: var(--i_txt_color) !important;
}
#box + div .wrapper_item {
	justify-content: center;
	padding: 8px;
}

#box + div .inner_item,
#box + div .inner_item:nth-of-type(2):nth-last-of-type(1) {
	margin: 0 !important;
	padding: 40px 40px;
}

#box + div .inner_item:nth-of-type(2):nth-last-of-type(1) {
	border-left: solid 1px;
}

#box + div .inner_item {
	position: relative;
	transition: all 0.3s ease;
}
#box + div .inner_item:hover {
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
}
#box + div .inner_item_txt {
	background: none;
	padding: 20px 0 80px;
}
#box + div .inner_item_txt::before {
	content: "";
	display: block;
	position: absolute;
	height: 7px;
	width: 7px;
	border-top: 1px solid var(--i_txt_color);
	border-right: 1px solid var(--i_txt_color);
	transform: rotate(45deg);
	bottom: 37px;
	right: 33px;
	z-index: 1;
	transition: 0.3s ease-in-out;
}
#box + div .inner_item_txt::after {
	content: "";
	display: block;
	position: absolute;
	height: 40px;
	width: 40px;
	border: 1px solid var(--i_txt_color);
	bottom: 20px;
	right: 15px;
	transition: 0.3s ease-in-out;
	border-radius: 100px;
}
#box + div .inner_item > a:hover + .inner_item_txt::after {
	transform: scale(1.2);
}

#box + div .inner_item > a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

@media screen and (max-width: 900px) {
	#box + div .inner_item,
	#box + div .inner_item:nth-of-type(2):nth-last-of-type(1) {
		width: 100% !important;
		padding: 40px 20px;
		margin-bottom: 30px !important;
		border-right: solid 1px;
		border-left: solid 1px;
	}
	#box + div .inner_item:nth-of-type(3) {
		margin-bottom: 0px !important;
	}
	#box + div .heading.block_header_4 .h {
		font-size: 3rem !important;
		letter-spacing: 0.3rem !important;
		margin: 0;
	}
	#box + div .heading.block_header_4 p {
		font-size: 1.5rem;
		letter-spacing: 0;
	}
	#box + div .inner_item_txt {
		padding: 20px 0 50px;
	}
	#box + div .inner_item_txt::before {
		bottom: 17px;
	}
	#box + div .inner_item_txt::after {
		bottom: 0;
	}
}

@media screen and (max-width: 768px) {
	#box + div .inner_item,
	#box + div .inner_item:nth-of-type(2):nth-last-of-type(1) {
		padding: 20px 20px;
	}
}

/*------------------ブログ------------------*/
a[id^="grid"] + div:before {
	position: absolute;
	display: block;
	content: "";
	bottom: 0;
	left: 0;
	width: 35%;
	height: 100%;
	background: var(--i_sub2_color);
	pointer-events: none;
}
a[id^="grid"] + div .heading.block_header_2 .h {
	font-size: 3.5rem !important;
	padding: 0;
	color: var(--i_main_color);
}

a[id^="grid"] + div .heading.block_header_2 .h:before {
	display: none;
}

a[id^="grid"] + div .heading.block_header_2 p {
	font-size: 1.7rem;
	padding: 0;
	letter-spacing: 0.2rem;
}
a[id^="grid"] + div > .content_wrapper {
	display: grid;
	grid-template-columns: 35% 60%;
	align-items: center;
	justify-content: space-between;
}
a[id^="grid"] + div > .content_wrapper > .heading {
	grid-row: 1;
	grid-column: 1;
}
a[id^="grid"] + div > .content_wrapper > .add_text {
	grid-row: 2;
	grid-column: 1;
	font-size: 95%;
	text-align: left;
}
a[id^="grid"] + div > .content_wrapper > ul {
	grid-row: 1/4;
	grid-column: 2;
	min-width: 0;
	width: 100%;
}
a[id^="grid"] + div > .content_wrapper > .contents_btn01 {
	grid-row: 3;
	grid-column: 1;
	padding-top: 0;
	padding-left: 0;
}
a[id^="grid"] + .block_news_1 li a {
	padding: 15px 0;
}
a[id^="grid"] + .block_news_1 ul > li {
	border: none !important;
}
#grid2 + .block_news_1 ul > li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
	padding: 20px 10px;
}
a[id^="grid"] + .block_news_1 ul > li:last-of-type {
	margin-bottom: 0;
}

/* hover時矢印move */
a[id^="grid"] + .block_news_1 li a > * {
	padding-left: 30px;
}
a[id^="grid"] + .block_news_1 li > p::before,
a[id^="grid"] + .block_news_1 li a > p::before {
	transition: 0.2s;
}
a[id^="grid"] + .block_news_1 li > a:hover p::before,
a[id^="grid"] + .block_news_1 li a:hover > p::before {
	left: 10px;
}

@media screen and (min-width: 651px) {
	a[id^="grid"] + div > .content_wrapper .content_wrapper {
		text-align: left !important;
	}
	#grid1 + div .content_wrapper ul > li {
		width: 31.5%;
	}
}

@media screen and (max-width: 900px) {
	a[id^="grid"] + div:before,
	a[id^="grid"] + div:after {
		width: 15%;
	}
}
@media screen and (max-width: 650px) {
	a[id^="grid"] + div > .content_wrapper {
		display: block;
	}
	a[id^="grid"] + div > .content_wrapper > .contents_btn01 {
		padding-top: 30px;
		padding-left: 8px;
	}
	a[id^="grid"] + div > .content_wrapper > .contents_btn01 a {
		min-width: 200px;
	}
	a[id^="grid"] + div .heading {
		align-items: center !important;
	}
	a[id^="grid"] + div .align-left.heading.block_header_1 p:before{
		left: calc(50% - 25px);
	}
	a[id^="grid"] + div .heading.block_header_2 .h {
		font-size: 3rem !important;
	}
	a[id^="grid"] + div .heading.block_header_2 .h:before {
		top: calc(1em * 1.7 / 2);
		width: 8px;
		height: 8px;
	}
	a[id^="grid"] + div .heading.block_header_2 p {
		font-size: 1.5rem;
		letter-spacing: 0;
	}
	a[id^="grid"] + .block_news_1 ul > li:last-child {
		display: none;
	}
	#grid2 + .block_news_1 ul > li {
		padding: 10px 10px;
	}
}

a[id*="con"] + section .inner_item_txt .heading .h {
	font-size: 3.5rem !important;
	color: var(--i_main_color);
	border-bottom: none;
	margin-bottom: 10px;
	padding: 0;
	letter-spacing: 0.2rem !important;
}
#con2 + section .inner_item_txt .heading .h {
	color: #fff;
}

a[id*="con"] + section .inner_item_txt .heading .h:before,
a[id*="con"] + section .inner_item_txt .heading .h:after {
	display: none;
}
a[id*="con"] + section .inner_item_txt .heading p {
	font-size: 1.7rem;
	letter-spacing: 0.2rem;
	padding: 0;
}

@media screen and (min-width: 901px) {
	#con1 + section .inner_item_txt {
		padding-left: 5%;
	}
	#con2 + section .inner_item_txt {
		padding-right: 5%;
	}
}
@media screen and (max-width: 900px) {
	a[id*="con"] + section .inner_item_txt .heading {
		text-align: center;
	}
	a[id*="con"] + section .inner_item_txt .heading .h {
		font-size: 3rem !important;
	}
	a[id*="con"] + section > .content_wrapper,
	a[id*="con"] + div > .content_wrapper {
		max-width: 100% !important;
	}
	a[id*="con"] + section .inner_item_txt .heading:before {
		width: 25px;
		height: 25px;
		left: -8px;
	}
	a[id*="con"] + section .inner_item_txt .heading p {
		font-size: 1.5rem;
		letter-spacing: 0.1rem;
		margin: auto;
	}
	a[id*="con"] + section:before {
		height: 70%;
		bottom: 0;
		top: auto;
	}
}

/* ----- 下層⑤ ----- */
a[id*="pattern5"]+section  .wrapper_item{
	padding-top: 30px;
}

a[id*="pattern5"]+section .inner_item_img {
	position: relative;
}

a[id*="pattern5"]+section  .inner_item_img:before,
a[id*="pattern5"]+section .inner_item_img:after{
	position: absolute;
	display: block;
	content: "";
	pointer-events: none;
	width: 100%;
	height: 100%;
	top: -20px;
	left: 20px;
	background: var(--i_sub_color);
	z-index: -1;
}
a[id*="pattern5"]+section .inner_item_img:after{
	position: absolute;
    content: "";
    background: repeating-linear-gradient(45deg,rgba(255,255,255,1) 0 2px,transparent 2px 18px);
    pointer-events: none;
	opacity: 0.2;
}
#pattern5_2+section .inner_item_img:before {
	left: -20px;
}
@media screen and (min-width: 901px){
	#pattern5+section .inner_item_txt{
		padding-left: 60px;
	}
	#pattern5_2+section .inner_item_txt{
		padding-right: 60px;
	}
}

/* ----- フッターボタンホバー ----- */
@media screen and (min-width: 601px){
	#fixbtn .contents_btn01 a i.ic{
		margin-left: 25px;
	}
}

.header .header_contents .header_col1 {
    display: flex !important;
    align-items: flex-start !important;
    flex-wrap: nowrap !important;
    gap: 25px !important;
}

.header .header_contents .header_col1 .tel {
    position: relative !important;
    top: 0 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    white-space: nowrap !important;
}

/* 全体のコンテナ設定 */
.comparison-section {
  margin: 0 auto;
  width:100%;
  padding: 40px 20px;
  color: #333;
}

/* 見出し部分 */
.comparison-header {
  text-align: center;
  margin-bottom: 30px;
}

.comparison-title {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}

.comparison-subtitle {
  font-size: 15px;
  color: #555;
}

/* テーブル設定 */
.table-wrapper {
  overflow-x: auto; /* スマホ等ではみ出た際にスクロール可能に */
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
   /* PCレイアウトを保つための最小幅 */
}

/* ヘッダーセルの設定 */
.comparison-table th {
  padding: 18px 10px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  border: 1px solid #e0e0e0;
}

.col-feature {
  width: 20%;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}

.col-major {
  width: 40%;
  background-color: #959595;
  color: #fff;
}

.col-ours {
  width: 40%;
  background-color: #205596;
  color: #fff;
}

.col-ours span {
  font-size: 14px;
  font-weight: normal;
}

/* データセルの設定 */
.comparison-table td {
  padding: 20px 25px;
  border: 1px solid #e0e0e0;
  line-height: 1.6;
  vertical-align: middle;
}

/* 特徴（左列）のスタイル */
.cell-feature {
  font-weight: bold;
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 15px;
}

.cell-feature .icon {
  font-size: 24px; /* アイコンのサイズ調整 */
  display: inline-block;
  width: 30px;
  text-align: center;
}

/* 大手不動産会社（中央列）のスタイル */
.cell-major {
  color: #333;
}
.cell-major .note {
  font-size: 12px;
  color: #666;
}

/* 当社（右列）のスタイル */
.cell-ours {
  color: #1e4a87; /* 当社列の文字は少し青みがかった色味に */
  font-weight: bold;
}
.comparison-table td {

    min-height: 60px;

}
.comparison-table-wrap {
  width: 100%;
}

@media (max-width: 767px) {
  .comparison-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .comparison-table {
    width: 700px; /* スマホでも表の幅を確保 */
    min-width: 700px;
  }
}
.comparison-table td {
    min-height: 120px;
    min-width: 210px;
}
header .header_contents .header_col1 {
    flex-direction: row;
    align-items: baseline!important;
    justify-content: flex-end;
}


#fixbtn .contents_btn01 a:hover img.icimg {
    transform: translateX(30px);
}

#fixbtn .contents_btn01 a i.ic {
    display: block;
    width: 40px;
    height: 40px;
    margin: 20px !important;
    flex-shrink: 0;
}


@media screen and (max-width: 600px) {
    #fixbtn .contents_btn01 a:hover img.icimg {
        transform: none;
    }

    #fixbtn .contents_btn01 a {
        letter-spacing: 0;
        padding: 0;
        min-width: 200px !important;
    }
}