@charset 'UTF-8';

/* ================================================================================
	Layout
================================================================================ */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap');

html{
	/* scroll-behavior: smooth; */
}

body {
	color: #111;
	font-family: 'Noto Serif JP', '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
	font-size: 14px;
	font-weight: 600;
}

a {
	color: #273c7f;
}
a:active, a:hover, a:focus {
	color: #273c7f;
}

.l-container {
	overflow: hidden;
}


/* ---------------------------------------------------------
	header / global menu
----------------------------------------------------------*/
.l-header {
	position: relative;
	z-index: 1000;
	background: #fff;
}
.l-header_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	width: 100%;
	height: 74px;
	margin: 0 auto;
	padding: 0 33px;
}

.header_main {
	display: flex;
	align-items: center;
	min-width: 0;
}

.header_logo {
	margin: 0 28px 0 0;
	line-height: 1;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.08em;
	white-space: nowrap;
}
.header_logo a {
	display: block;
	color: #111;
	text-decoration: none;
}
.header_logo a:hover,
.header_logo a:focus {
	color: #111;
	opacity: 0.7;
}

.header_nav {
	min-width: 0;
}
.header_nav_list {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	margin: 0;
	padding: 0;
	list-style: none;
}
.header_nav_list_item {
	position: relative;
	margin: 0 28px 0 0;
	line-height: 1;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.04em;
	white-space: nowrap;
	word-break: keep-all;
}
.header_nav_list_item:last-child {
	margin-right: 0;
}
.header_nav_list_item a {
	display: block;
	color: #111;
	text-decoration: none;
}
.header_nav_list_item a:hover,
.header_nav_list_item a:focus {
	color: #111;
	opacity: 0.7;
}
.header_nav_list_item.-active::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -8px;
	width: 100%;
	height: 2px;
	background: #71582d;
}

.header_utility {
	flex-shrink: 0;
	margin-left: 24px;
}
.header_utility_list {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
	gap: 22px;
}
.header_utility_list_item {
	margin: 0;
	line-height: 1;
}
.header_utility_list_item a {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-width: 150px;
	height: 40px;
	padding: 0 18px;
	border: 1px solid #111;
	color: #111;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-decoration: none;
	white-space: nowrap;
}
.header_utility_list_item a:hover,
.header_utility_list_item a:focus {
	color: #111;
	background: #f7f7f7;
}

@media screen and (max-width: 1200px) {
	.l-header_inner {
		padding: 0 20px;
	}

	.header_logo {
		margin-right: 20px;
		font-size: 14px;
	}

	.header_nav_list_item {
		margin-right: 18px;
		font-size: 12px;
	}

	.header_utility_list {
		gap: 12px;
	}

	.header_utility_list_item a {
		min-width: 132px;
		height: 36px;
		padding: 0 12px;
		font-size: 12px;
	}
}


/* ---------------------------------------------------------
	mainvisual
----------------------------------------------------------*/
.l-mainvisual {
	height: 860px;
	margin-bottom: 130px;
	padding-left: 350px;
}
.l-mainvisual_inner {
	position: relative;
}

.mv_ttl {
	position: absolute;
	top: 120px;
	left: 140px;
	z-index: 200;
}

.mv_slider {
}
.mv_slider_list_item {
	height: 860px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}


/* ---------------------------------------------------------
	content
----------------------------------------------------------*/
.l-content_inner {
	width: 1080px;
	margin: 0 auto;
	padding-bottom: 120px;
}
.home .l-content_inner {
	width: auto;
	padding-bottom: 130px;
}


/* ---------------------------------------------------------
	main
----------------------------------------------------------*/
.l-main {
}
.home .l-main {
}



/* ---------------------------------------------------------
	sidebar
----------------------------------------------------------*/
.l-sidebar {
	padding-top: 100px;
}

.side_blog {
	overflow: hidden;
	margin: 0 -15px;
}
.side_nav {
	float: left;
	width: 25%;
	padding: 0 15px;
}
.side_nav.-recent {
	width: 50%;
}
.side_nav {
	margin-bottom: 55px;
}
.side_nav_ttl {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-size: 19px;
	font-weight: bold;
}
.side_nav_ttl::after {
	/* edit */
	background: #555;

	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 20px;
	height: 3px;
}
.side_nav_scroll {
	height: 285px;
	padding-right: 15px;
}
.side_nav .simplebar-scrollbar {
	right: 0;
	width: 1px;
}
.side_nav .simplebar-scrollbar::before {
	background: rgba(0,0,0,0.3);
}
.side_nav li a {
	/* edit */
	border-bottom: 1px solid #eee;

	display: block;
	position: relative;
	padding: 17px 20px 17px 0;
	color: inherit;
}
.side_nav li a::after {
	/* edit */
	color: #666;
	content: '›';
	position: absolute;
	top: 50%;
	right: 5px;
	line-height: 1;
	font-size: 14px;
	font-weight: 400;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.side_nav li li a {
	padding-left: 1em;
}
.side_nav li li li a {
	padding-left: 2em;
}
.side_nav li a span {
	margin-right: 15px;
}


/* ---------------------------------------------------------
	footer
----------------------------------------------------------*/
/*
.scroll_top {
	position: fixed;
	right: 30px;
	bottom: 87px;
	z-index: 200;
}
.scroll_top_btn {
	display: block;
}
*/

.site_contact {
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 1000;
	display: none;
}

.l-footer {
	background: #111b3a;
}
.l-footer_inner {
}

.footer_contact {
	background: #eee;
	text-align: center;
}
.footer_contact_inner {
	position: relative;
	width: 1080px;
	margin: 0 auto;
	padding: 80px 0 190px;
}
.footer_contact_ttl {
	margin-bottom: 42px;
}
.footer_contact_ttl_jp {
	margin-bottom: 17px;
	line-height: 1;
}
.footer_contact_ttl_en {
	line-height: 1;
	font-family: inherit;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.06em;
}
.footer_contact_txt {
	line-height: 2.285;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.footer_contact_btn {
	position: absolute;
	bottom: -55px;
	width: 100%;
	background: #fff;
	text-align: left;
}
.footer_contact_btn a {
	display: block;
	height: 190px;
	padding: 88px 0 0 65px;
	background: url(../images/footer_contact_btn_bg.webp) no-repeat center right 70px;
	color: inherit;
}
.footer_contact_btn_jp {
	display: inline;
	margin-right: 14px;
}
.footer_contact_btn_en {
	display: inline;
	position: relative;
	top: 3px;
	font-family: inherit;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.06em;
}

.footer_detail {
	position: relative;
	width: 1080px;
	margin: 0 auto;
	padding: 117px 0 158px;
	color: #fff;
}

.footer_nav {
}
.footer_nav_list {
	float: left;
	margin-right: 100px;
}
.footer_nav_list_item {
	margin-bottom: 16px;
	font-size: 13px;
	letter-spacing: 0.03em;
}
.footer_nav_list_item:last-child {
	margin: 0;
}
.footer_nav_list_item a {
	color: inherit;
}

.footer_sns {
	position: absolute;
	right: 0;
	bottom: 35px;
}
.footer_sns_list {
}
.footer_sns_list_item {
	float: left;
	margin-right: 15px;
	font-size: 22px;
}
.footer_sns_list_item:last-child {
	margin: 0;
}
.footer_sns_list_item a {
	color: inherit;
}

.footer_copyright {
	position: absolute;
	bottom: 50px;
	left: 0;
	line-height: 1;
	font-size: 12px;
	letter-spacing: 0.03em;
}


/* ================================================================================
	Content
================================================================================ */

/* ---------------------------------------------------------
	Top
----------------------------------------------------------*/
.top_concept {
	position: relative;
	margin-bottom: 110px;
}
.top_concept_inner {
	width: 1080px;
	margin: 0 auto;
}
.top_concept_detail {
	float: right;
	width: 470px;
	min-height: 480px;
	padding: 40px 10px 0 0;
}
.top_concept_ttl {
	margin-bottom: 40px;
}
.top_concept_txt {
	line-height: 2.5;
}
.top_concept_img {
	position: absolute;
	top: 0;
	left: 0;
	right: calc(50% + 60px);
	height: 480px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.top_reason {
	margin-bottom: 103px;
	text-align: center;
}
.top_reason_inner {
	position: relative;
	width: 1080px;
	margin: 0 auto;
	padding-top: 70px;
}
.top_reason_inner::before {
	content: '';
	position: absolute;
	top: 0;
	right: -200%;
	left: -120px;
	z-index: -100;
	height: 360px;
	background: #111b3a;
}
.top_reason_ttl {
	margin-bottom: 45px;
}
.top_reason_ttl_jp {
	margin-bottom: 17px;
	line-height: 1;
}
.top_reason_ttl_en {
	line-height: 1;
	color: #fff;
	font-family: inherit;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.06em;
}
.top_reason_detail {
	padding: 70px 90px 57px;
	-webkit-box-shadow: 0 0 40px rgba(0,0,0,0.08);
	box-shadow: 0 0 40px rgba(0,0,0,0.08);
	background: #fff;
}
.top_reason_list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	margin: 0 -15px;
}
.top_reason_list_item {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	width: 33.333333%;

	padding: 0 10px 45px;
}
.top_reason_list_img {
	margin-bottom: 25px;
}
.top_reason_list_txt {
	padding: 0 10px;
	line-height: 1.642;
	letter-spacing: 0.05em;
}
.top_reason_btn {
	margin-top: -6px;
}
.top_reason_btn a {
	display: inline-block;
	width: 190px;
	height: 46px;
	border: 1px solid #111;
	line-height: 44px;
	color: inherit;
	font-family: inherit;
	font-size: 12px;
	font-weight: 600;
	vertical-align: top;
	letter-spacing: 0.06em;
}

.top_voice {
	width: 1080px;
	margin: 0 auto 130px;
}
.top_voice_ttl {
	margin-bottom: 55px;
	text-align: center;
}
.top_voice_ttl_jp {
	margin-bottom: 14px;
	line-height: 1;
}
.top_voice_ttl_en {
	line-height: 1;
	font-family: inherit;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.06em;
}
.top_voice_inner {
}
.top_voice_list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	margin: 0 -10px 45px;
}
.top_voice_list_item {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	width: 25%;

	padding: 0 10px;
}
.top_voice_list_img {
	margin-bottom: 18px;
}
.top_voice_list_ttl {
	margin-bottom: 6px;
	letter-spacing: 0.09em;
}
.top_voice_list_date {
	display: block;
	color: #888;
	font-size: 13px;
	letter-spacing: 0.09em;
}
.top_voice_list_ttl a {
	color: inherit;
}
.top_voice_btn {
	text-align: center;
}
.top_voice_btn a {
	display: inline-block;
	width: 190px;
	height: 46px;
	border: 1px solid #111;
	line-height: 44px;
	color: inherit;
	font-family: inherit;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	vertical-align: top;
	letter-spacing: 0.06em;
}

.top_service {
	width: 1080px;
	margin: 0 auto 60px;
}
.top_service_ttl {
	margin-bottom: 70px;
	text-align: center;
}
.top_service_ttl_jp {
	margin-bottom: 19px;
	line-height: 1;
}
.top_service_ttl_en {
	line-height: 1;
	font-family: inherit;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.06em;
}
.top_service_inner {
}
.top_service_list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	margin: 0 -20px;
}
.top_service_list_item {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	width: 50%;

	padding: 0 20px 57px;
}
.top_service_list_img {
	margin-bottom: 25px;
}
.top_service_list_img a {
	display: block;
	position: relative;
	height: 220px;
	padding: 45px 0 0 40px;
	background: url(../images/top_service_list_item_bg01.jpg) no-repeat center center;
	color: #fff;
}
.top_service_list_item:nth-child(2) .top_service_list_img a { background-image: url(../images/top_service_list_item_bg02.jpg); }
.top_service_list_item:nth-child(3) .top_service_list_img a { background-image: url(../images/top_service_list_item_bg03.jpg); }
.top_service_list_item:nth-child(4) .top_service_list_img a { background-image: url(../images/top_service_list_item_bg04.jpg); }
.top_service_list_item a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
.top_service_list_ttl {
	position: relative;
	z-index: 100;
}
.top_service_list_ttl_jp {
	margin-bottom: 19px;
	line-height: 1;
}
.top_service_list_ttl_en {
	padding-left: 2px;
	line-height: 1;
	font-family: inherit;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 0.06em;
}
.top_service_list_btn {
	position: absolute;
	right: 30px;
	bottom: 25px;
	padding-right: 40px;
	background: url(../images/top_service_list_btn_bg.webp) no-repeat right 1px;
	line-height: 1;
	font-family: inherit;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 0.06em;
}
.top_service_list_txt {
	line-height: 1.786;
	letter-spacing: 0.05em;
}

.top_ig {
	position: relative;
	margin-bottom: 80px;
}
.top_ig::before {
	content: '';
	position: absolute;
	top: 0;
	right: calc(50% + 540px);
	left: 0;
	z-index: 100;
	height: 430px;
	background: #eee;
}
.top_ig::after {
	content: '';
	position: absolute;
	top: 430px;
	right: calc(50% + 540px);
	bottom: 0;
	left: 0;
	z-index: 100;
	background: #fff;
}
.top_ig_inner {
	position: relative;
	width: 1080px;
	margin: 0 auto;
	padding-top: 93px;
}
.top_ig_inner::before {
	content: '';
	position: absolute;
	top: 0;
	right: 190px;
	left: 0;
	z-index: -100;
	height: 430px;
	background: #eee;
}
.top_ig_head {
	position: relative;
	margin-bottom: 45px;
}
.top_ig_ttl {
}
.top_ig_ttl_jp {
	margin-bottom: 21px;
	line-height: 1;
}
.top_ig_ttl_en {
	line-height: 1;
	font-family: inherit;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.06em;
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
}
.top_ig_btn {
	position: absolute;
	top: 15px;
	right: 0;
}
.top_ig_btn a {
	display: block;
	width: 120px;
	height: 36px;
	border: 1px solid #111;
	line-height: 35px;
	color: inherit;
	font-family: inherit;
	font-size: 10px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.06em;
}
.top_ig_list {
	height: 340px;
	margin: 0 -15px 32px;
}
.top_ig_list_item {
	padding: 0 15px;
}
.top_ig_txt {
	line-height: 2.286;
	letter-spacing: 0.09em;
}
.top_ig_txt a {
	color: inherit;
}
/* slick */
.top_ig .slick-list {
	overflow: visible;
}
/* slick-arrow */
.top_ig .slick-arrow {
	top: auto;
	right: 15px;
	bottom: -67px;
	width: 11px;
	height: 18px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	transform: none;
}
.top_ig .slick-arrow:hover {
	opacity: 0.7;
}
.top_ig .slick-arrow::before {
	display: none;
}
.top_ig .slick-arrow.slick-prev {
	right: 48px;
	left: auto;
	background: url(../images/top_ig_slide_prev.webp) no-repeat 0 0;
}
.top_ig .slick-arrow.slick-next { background-image: url(../images/top_ig_slide_next.webp); }

.top_banner {
	width: 1080px;
	margin: 0 auto 92px;
}
.top_banner_head {
	text-align: right;
}
.top_banner_ttl {
	margin-bottom: 40px;
}
.top_banner_ttl_jp {
	margin-bottom: 20px;
	line-height: 1;
}
.top_banner_ttl_en {
	line-height: 1;
	font-family: inherit;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.06em;
}
.top_banner_txt {
	line-height: 1;
	letter-spacing: 0.099em;
}
.top_banner_inner {
}
.top_banner_list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	margin: 0 -25px;
}
.top_banner_list_item {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	width: 50%;

	padding: 0 22px;
}
.top_banner_list_item:nth-child(even) {
	padding-top: 70px;
}
.top_banner_list_img {
	margin-bottom: 27px;
}
.top_banner_list_ttl {
	margin-bottom: 15px;
	line-height: 1;
}
.top_banner_list_txt {
	letter-spacing: 0.09em;
	line-height: 1;
}

.top_gallery {
	width: 1080px;
	margin: 0 auto 74px;
}
.top_gallery_inner {
}
.top_gallery_head {
	position: relative;
	margin-bottom: 54px;
}
.top_gallery_ttl {
}
.top_gallery_ttl_jp {
	margin-bottom: 18px;
	line-height: 1;
}
.top_gallery_ttl_en {
	line-height: 1;
	font-family: inherit;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.06em;
}
.top_gallery_btn {
	position: absolute;
	top: 20px;
	right: 0;
}
.top_gallery_btn a {
	display: block;
	width: 120px;
	height: 36px;
	border: 1px solid #111;
	line-height: 35px;
	color: inherit;
	font-family: inherit;
	font-size: 10px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.06em;
}
.top_gallery_inner {
}
.top_gallery_list {
	margin: 0 -15px 35px;
}
.top_gallery_list_item {
	padding: 0 15px;
}
.top_gallery_list_item a {
	display: block;
}
.top_gallery_list_img {
	position: relative;
	margin-bottom: 22px;
}
.top_gallery_list_cat {
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
}
.top_gallery_list_cat a {
	display: block;
	min-width: 110px;
	max-width: 180px;
	height: 35px;
	padding: 0 10px;
	background: #111b3a;
	line-height: 34px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	letter-spacing: 0.09em;
}
.top_gallery_list_ttl {
	letter-spacing: 0.09em;
}
.top_gallery_list_ttl a {
	color: inherit;
}
/* slick */
.top_gallery .slick-list {
	overflow: visible;
}

.top_message {
	margin-bottom: 117px;
	background: url(../images/top_message_bg.jpg) no-repeat center 0;
	background-size: cover;
	text-align: center;
}
.top_message_inner {
	width: 1080px;
	margin: 0 auto;
	padding: 102px 0 90px;
	min-height: 530px;
}
.top_message_ttl {
	margin-bottom: 41px;
}
.top_message_ttl_jp {
	margin-bottom: 26px;
	line-height: 1;
}
.top_message_ttl_en {
	line-height: 1;
	font-family: inherit;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.06em;
}
.top_message_txt {
	line-height: 2.6;
	font-size: 15px;
	letter-spacing: 0.01em;
}

.top_blog_group {
	width: 1080px;
	margin: 0 auto;
}

.top_blog {
	float: left;
	width: 510px;
}
.top_blog:last-child {
	float: right;
}
.top_blog_ttl {
	margin-bottom: 31px;
	line-height: 1;
}
.top_blog_ttl_jp {
	display: inline;
	margin-right: 16px;
}
.top_blog_ttl_en {
	display: inline;
	position: relative;
	top: -2px;
	font-family: inherit;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.06em;
}
.top_blog_inner {
}
.top_blog_list_wrap {
	margin-bottom: 40px;
	height: 396px;
}
.top_blog_list {
}
.top_blog_list_item {
	padding: 18px 0;
	border-bottom: 1px solid #ddd;
}
.top_blog_list_img {
	float: left;
	width: 95px;
	margin-right: 25px;
}
.top_blog_list_detail {
	overflow: hidden;
	padding-top: 6px;
}
.top_blog_list_date {
	display: block;
	margin-bottom: 10px;
	color: #888;
	font-size: 13px;
	letter-spacing: 0.09em;
}
.top_blog_list_ttl {
	line-height: 1.533;
	font-size: 15px;
	letter-spacing: 0.09em;
}
.top_blog_list_ttl a {
	color: inherit;
}
.top_blog_btn {
	text-align: right;
}
.top_blog_btn a {
	display: inline-block;
	width: 95px;
	height: 28px;
	border: 1px solid #111;
	line-height: 27px;
	color: inherit;
	font-family: inherit;
	font-size: 8px;
	font-weight: 600;
	text-align: center;
	vertical-align: top;
	letter-spacing: 0.06em;
}


/* ---------------------------------------------------------
	Lower
----------------------------------------------------------*/
.l-page_header_group {
	position: relative;
}

.header_sns {
	position: absolute;
	bottom: 17px;
	right: 0;
	width: 60px;
	z-index: 100;
}
@media screen and (max-width: 1400px) {

}
@media screen and (max-width: 1280px) {

}

.header_sns_list {
}
.header_sns_list_item {
	margin-bottom: 12px;
	line-height: 1;
	font-size: 22px;
	text-align: center;
}
.header_sns_list_item:last-child {
	margin: 0;
}
.header_sns_list_item a {
	color: inherit;
}
.header_sns_list_item i {
	vertical-align: top;
}

.l-page_header {
	margin: 0 60px 110px;
	background: url(../images/page_header_bg.jpg) no-repeat center center;
	background-size: cover;
	color: #fff;
	text-align: center;
}

@media screen and (max-width: 1400px) {
	.header_sns {
		width: 50px;
	}

	.l-page_header {
		margin-left: 50px;
		margin-right: 50px;
	}
}

@media screen and (max-width: 1280px) {
	.header_sns {
		right: 60px;
		bottom: 30px;
		width: auto;
		filter: brightness(0) invert(1);
	}

	.l-page_header {
		margin-left: 30px;
		margin-right: 30px;
	}
}

@media screen and (max-width: 1200px) {
	.header_sns {
		right: 30px;
		bottom: 30px;
	}

	.l-page_header {
		margin-left: 0;
		margin-right: 0;
	}
}

.l-page_header_inner {
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;

	width: 1080px;
	height: 500px;
	margin: 0 auto;
}

.page_ttl_group {
	padding-top: 45px;
}
.page_ttl_en {
}
.page_ttl {
	margin-bottom: 12px;
	line-height: 1.3;
	font-size: 35px;
}
.page_ttl span {
	margin-left: 15px;
	font-size: 20px;
}

.bread_wrap {
}
.bread {
}
.bread_item {
	position: relative;
	display: inline-block;
	/* float: left; */
	font-size: 13px;
	font-weight: 500;
}
.bread_item.-home {
}
.bread_item.-home:before {
}
.bread_item::after {
	content: '›';
	position: relative;
	margin: 0 10px;
	line-height: 1;
	font-size: 13px;
	font-weight: 400;
}
.bread_item a {
	color: inherit;
}
.bread_item:last-child::after {
	content: none;
}
.bread_item:last-child a {
	color: inherit;
	pointer-events: none;
}


/* ================================================================================
	Entry
================================================================================ */
.entry {
	margin-bottom: 50px;
}
.entry:last-of-type {
	margin: 0;
}

.entry_thumb {
	margin-bottom: 40px;
}

.no_entry_txt {
	padding: 60px 0;
	text-align: center;
}

.entry_meta {
	margin: 50px 0 0;
	padding: 15px 0;
	border-width: 1px 0;
	border-style: solid;
	border-color: #ddd;
	line-height: 20px;
	font-size: 11px;
	text-align: right;
}
.entry_share {
	float: left;
}
.entry_share_list {
}
.entry_share_list_item {
	float: left;
	margin-right: 4px;
}
.entry_share_list_item * {
	vertical-align: top;
}
.entry_meta_detail {
	float: right;
}
.entry_meta_date {
	color: #888;
}
.entry_meta_cat {
	margin-left: 10px;
}
.entry_meta_cat::before {
	content: '#';
	margin-right: 4px;
	font-weight: 700;
}

.entry_body, .mceContentBody {
	font-size: 15px;
	line-height: 2.2;
}

.entry_body h2, .mceContentBody h2,
.entry_body h3, .mceContentBody h3,
.entry_body h4, .mceContentBody h4,
.entry_body h5, .mceContentBody h5 {
	clear: both;
}
.entry_body h2 img, .mceContentBody h2 img,
.entry_body h3 img, .mceContentBody h3 img,
.entry_body h4 img, .mceContentBody h4 img,
.entry_body h5 img, .mceContentBody h5 img {
	vertical-align: middle;
}

/* entry_ttl */
.entry_ttl,
.entry_body h2,
.mceContentBody h2 {
	margin: 80px auto 65px;
	line-height: 1.6;
	font-size: 28px;
	text-align: center;
	width: fit-content;
	max-width: 100%;
	position: relative;
	padding: 0 0 17px 0;
}
.entry_ttl::after,
.entry_body h2::after,
.mceContentBody h2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #111b3a;
}
.entry_ttl a, .entry_body h2 a, .mceContentBody h2 a {
	color: inherit;
}

/* h3 */
.h3,
.entry_body h3,
.mceContentBody h3 {
	margin: 2.2em 0 1.2em;
	padding: 22px 35px 26px 35px;
	background: #111b3a;
	line-height: 1.6;
	color: #fff;
	font-size: 25px;
}

/* h4 */
.h4,
.entry_body h4,
.mceContentBody h4 {
	position: relative;
	margin: 1.8em 0 1.2em;
	padding: 0 0 0 30px;
	font-size: 23px;
}
.h4::before,
.entry_body h4::before,
.mceContentBody h4:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 12px;
	height: 12px;
	border: 2px solid #111b3a;
	border-radius: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* h5 */
.h5,
.entry_body h5,
.mceContentBody h5 {
	margin: 1.8em 0 1em;
	padding-bottom: 5px;
	border-bottom: 1px solid #c7c7c7;
	font-size: 18px;
}

.entry_body h2 + h3, .mceContentBody h2 + h3,
.entry_body h2 + h4, .mceContentBody h2 + h4,
.entry_body h2 + h5, .mceContentBody h2 + h5 {
	margin-top: 0;
}

.entry_body p, .entry_body hr, .entry_body table,
.mceContentBody p, .mceContentBody hr, .mceContentBody table {
	margin: 0 0 1em 0;
}
.entry_body hr,
.mceContentBody hr {
	/* edit */
	border-color: #ccc;

	height: 1px;
	margin: 30px 0;
	border-width: 1px 0 0;
	border-style: dashed;
}
.entry_body strong,
.mceContentBody strong {
}
.entry_body code,
.mceContentBody code {
	display: inline-block;
	padding: 4px 5px;
	border: 1px solid #d6d6d6;
	border-radius: 2px;
	background: #f8f8f8;
	font-family: inherit;
}
.entry_body * code,
.mceContentBody * code {
	margin: 0 5px;
}

.entry_body table,
.mceContentBody table {
	width: 100%;
}
.entry_body table th, .entry_body table td,
.mceContentBody table th, .mceContentBody table td {
	/* edit */
	border: 1px solid #ccc;

	padding: 10px;
	text-align: left;
	vertical-align: top;
}
.entry_body table th p, .entry_body table td p,
.mceContentBody table th p, .mceContentBody table td p {
	margin: 10px 0;
}
.entry_body table th,
.mceContentBody table th {
	/* edit */
	background: #f7f7f7;
}
.entry_body table thead th,
.mceContentBody table thead th {
	padding: 8px 10px;
	text-align: center;
}

.entry_body .tbl_std th, .mceContentBody .tbl_std th {
	width: 30%;
}

.entry_body .tbl_underline th, .entry_body .tbl_underline td,
.mceContentBody .tbl_underline th, .mceContentBody .tbl_underline td {
	border-width: 0 0 1px;
	background: none;
}

.entry_body .tbl_fixed,
.mceContentBody .tbl_fixed {
	table-layout: fixed;
}

.entry_body ul, .entry_body ol,
.mceContentBody ul, .mceContentBody ol {
	margin: 10px 0;
}
.entry_body ul ul, .entry_body ol ul,
.mceContentBody ul ul, .mceContentBody ol ul {
	margin: 5px 0 5px 2em !important;
}
.entry_body ul ol, .entry_body ol ol,
.mceContentBody ul ol, .mceContentBody ol ol {
	margin: 5px 0 !important;
}
.entry_body ol,
.mceContentBody ol {
	list-style: none;
	counter-reset: num;
}
.entry_body ol > li,
.mceContentBody ol > li {
	position: relative;
	padding-left: 2em;
}
.entry_body ol > li::before,
.mceContentBody ol > li::before {
	content: counter(num) '. ';
	counter-increment: num;
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
}
.entry_body .list_disc li, .entry_body .list_check li,
.mceContentBody .list_disc li, .mceContentBody .list_check li {
	font-size: 14px;
}
.entry_body .list_disc li::before, .entry_body .list_check li::before,
.mceContentBody .list_disc li::before, .mceContentBody .list_check li::before {
	position: relative;
	top: 0;
	left: 0;
	margin-right: 10px;
	line-height: 1;
	font-weight: 400;
}
.entry_body .list_disc ul, .entry_body .list_check ul,
.mceContentBody .list_disc ul, .mceContentBody .list_check ul {
	margin: 5px 0 5px 25px !important;
}
.entry_body .list_disc li::before,
.mceContentBody .list_disc li::before {
	content: '•';
}
.entry_body .list_check li::before,
.mceContentBody .list_check li::before {
	content: '✓';
}
.entry_body .list_l li,
.mceContentBody .list_l li {
	margin-bottom: 15px;
}
.entry_body .list_l ul,
.mceContentBody .list_l ul {
	margin: 15px 0 15px 2em !important;
}
.entry_body img,
.mceContentBody img {
	max-width: 100%;
	height: auto;
}
.entry > .entry_ttl:first-child,
.entry_body .entry_ttl:first-child, .mceContentBody .entry_ttl:first-child,
.entry_body h2:first-child, .mceContentBody h2:first-child,
.entry_body h3:first-child, .mceContentBody h3:first-child,
.entry_body h4:first-child, .mceContentBody h4:first-child,
.entry_body h5:first-child, .mceContentBody h5:first-child,
.entry_body p:first-child, .mceContentBody p:first-child,
.entry_body ul:first-child, .mceContentBody ul:first-child,
.entry_body ol:first-child, .mceContentBody ol:first-child,
.entry_body dl:first-child, .mceContentBody dl:first-child,
.entry_body hr:first-child, .mceContentBody hr:first-child,
.entry_body table:first-child, .mceContentBody table:first-child,
.entry_body div:first-child, .mceContentBody div:first-child {
	margin-top: 0;
}
.entry_body .entry_ttl:last-child, .mceContentBody .entry_ttl:last-child,
.entry_body h2:last-child, .mceContentBody h2:last-child,
.entry_body h3:last-child, .mceContentBody h3:last-child,
.entry_body h4:last-child, .mceContentBody h4:last-child,
.entry_body h5:last-child, .mceContentBody h5:last-child,
.entry_body p:last-child, .mceContentBody p:last-child,
.entry_body ul:last-child, .mceContentBody ul:last-child,
.entry_body ol:last-child, .mceContentBody ol:last-child,
.entry_body dl:last-child, .mceContentBody dl:last-child,
.entry_body hr:last-child, .mceContentBody hr:last-child,
.entry_body table:last-child, .mceContentBody table:last-child,
.entry_body div:last-child, .mceContentBody div:last-child {
	margin-bottom: 0;
}


/* ---------------------------------------------------------
Wordpress editor style
----------------------------------------------------------*/
.entry_body .aligncenter, .entry_body div.aligncenter,
.mceContentBody .aligncenter, .mceContentBody div.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.entry_body .alignleft,
.mceContentBody .alignleft {
	float: left;
	margin: 0 30px 16px 0;
}
.entry_body img.alignleft,
.mceContentBody img.alignleft {
	max-width: min(100%, 600px);
	height: auto;
}
@media screen and (max-width: 767px) {
	.entry_body .alignleft,
	.mceContentBody .alignleft {
		float: none;
		display: block;
		margin: 0 0 20px;
		max-width: 100%;
	}
}
.entry_body .alignright,
.mceContentBody .alignright {
	float: right;
}
.entry_body .wp-caption,
.mceContentBody .wp-caption {
	margin: 10px;
	padding-top: 4px;
	border-top: 1px dotted #d1d1d1;
	border-radius: 3px;
	background-color: #f3f3f3;
	text-align: center;
}
.entry_body .wp-caption img,
.mceContentBody .wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.entry_body .wp-caption p.wp-caption-text,
.mceContentBody .wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0 4px 5px;
	line-height: 17px;
	font-size: 11px;
}
.entry_body dl.gallery-item dt.gallery-icon,
.mceContentBody dl.gallery-item dt.gallery-icon {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	font-weight: normal;
	font-size: 13px;
}
.entry_body dl.gallery-item dt.gallery-icon::after,
.mceContentBody dl.gallery-item dt.gallery-icon::after {
	display: none;
}
.entry_body dl.gallery-item dt.gallery-icon img,
.mceContentBody dl.gallery-item dt.gallery-icon img {
	margin-bottom: 0;
}
.entry_body dl.gallery-item dd.gallery-caption,
.mceContentBody dl.gallery-item dd.gallery-caption {
	margin: 4px 0;
}


/* ================================================================================
	Pager
================================================================================ */
/* pager */
.pager {
	margin-top: 50px;
	text-align: center;
}
.pager a, .pager span {
	display: inline-block;
	min-width: 32px;
	height: 32px;
	margin: 0 4px;
	padding: 0 7px;
	border: 1px #333 solid;
	background: #fff;
	line-height: 30px;
	color: #333;
	font-size: 12px;
}
.pager span.extend {
	padding: 0;
	border: none;
	background: none;
}
.pager a {
	color: inherit;
	text-decoration: none;
}
.pager a:hover {
	opacity: 1;
	background: #333;
	color: #fff;
}
.pager .current {
	background: #333;
	color: #fff;
}
.pager .first, .pager .last, .pager .previouspostslink, .pager .nextpostslink {
	padding: 0 10px;
}

/* single */
.single_pager {
	margin-top: 40px;
}
.single_pager_item.-prev {
	float: left;
}
.single_pager_item.-next {
	float: right;
}


/* ================================================================================
	Blog
================================================================================ */
.blog_list {
	margin-bottom: 30px;
}
.blog_list_item {
	margin-bottom: 60px;
}
.blog_list_body {
	position: relative;
}
.blog_list_ttl {
	margin-top: 0;
}
.list_blog_inner {
	overflow: hidden;
	position: relative;
}
.blog_list_img {
	float: left;
	width: 240px;
	margin-right: 30px;
}
.blog_list_img a {
	display: block;
	overflow: hidden;
	height: 180px;
}
.blog_list_img.-blank a {
	position: relative;
	background: #eee;
}
.blog_list_img.-blank a::before,
.blog_list_img.-blank a::after {
	position: absolute;
	top: 50%;
	left: 50%;
	line-height: 1;
	color: #ccc;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.blog_list_img.-blank a::before {
	content: '';
	width: 42px;
	height: 32px;
	border: 2px solid #ccc;
	border-radius: 2px;
	box-sizing: border-box;
}
.blog_list_img.-blank a::after {
	content: none;
}

.blog_list_txt {
	overflow: hidden;
	margin-bottom: 15px;
	line-height: 2;
	font-size: 15px;
}
.blog_list_more {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 13px;
}
.blog_list_more a {
}
.blog_list_more i {
	margin-left: 10px;
}


/* ================================================================================
	Gallery
================================================================================ */
/* list */
.list_gallery_ttl {
	margin: 60px 0 70px !important;
}
.list_gallery_ttl:first-child {
	margin-top: 0 !important;
}

.list_gallery_btn {
	text-align: right;
}
.list_gallery_btn a {
	display: inline-block;
	padding-right: 37px;
	background: url(../images/list_gallery_btn_bg.webp) no-repeat right 6px;
	color: inherit;
	font-family: inherit;
	font-size: 16px;
	font-size: 12px;
	font-weight: bold;
	font-weight: 600;
	vertical-align: top;
	letter-spacing: 0.05em;
}

.gallery_list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	margin: 0 -10px;
}
.gallery_list_item {
	-ms-flex: 0 0 33.333%;
	flex: 0 0 33.333%;
	max-width: 33.333%;
	width: 33.333%;

	padding: 0 10px 40px;
}
.gallery_list_img {
	margin-bottom: 15px;
}
.gallery_list_ttl {
	font-size: 14px;
	font-weight: bold;
}
.gallery_list_ttl a {
	color: inherit;
}

/* detail */
.gallery_detail {
	margin-bottom: 30px;
}
.gallery_detail img { image-rendering: high-quality; }

.single-gallery .entry_ttl {
	margin-bottom: 50px;
}

.gallery_detail_main {
	overflow: hidden;
	position: relative;
	margin-bottom: 12px;
	height: 720px;
	text-align: center;
	line-height: 0;
}

.gallery_detail_sub {
}
.gallery_detail_sub ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	margin: 0 -6px;
}
.gallery_detail_sub ul li {
	-ms-flex: 0 0 12.5%;
	flex: 0 0 12.5%;
	max-width: 12.5%;
	width: 12.5%;

	padding: 0 6px 12px;
}
.gallery_detail_sub ul li a {
	opacity: 0.6;
	transition: all 0.3s ease;
}
.gallery_detail_sub ul li a:hover { opacity: 0.8; }
.gallery_detail_sub ul li.selected a { opacity: 1; }

.gallery_detail_meta {
	margin-bottom: 60px;
}
.gallery_detail_meta th,
.gallery_detail_meta td {
	padding: 15px 10px 10px !important;
	/*border-top: none !important;*/
	border-right: none !important;
	border-left: none !important;
	background: none !important;
	font-size: 15px;
}
.gallery_detail_meta th {
	width: 20%;
	background: none !important;
}
.gallery_detail_meta td {
}


/* ================================================================================
	Contact
================================================================================ */
.form_header {
	margin-bottom: 80px;
}

.form table th, .form table td {
	/* edit */
	border-color: #e5e5e5;

	border-right: none;
	border-left: none;
	vertical-align: middle;
}
.form table th {
	width: 30%;
	padding: 15px 20px;
	background: none !important;
	line-height: 1.5;
	text-align: left;
}
.form table td {
	padding: 20px 20px 20px 0;
}
.form table tr:first-child th, .form table tr:first-child td {
	padding-top: 0;
	border-top: none;
}

.form table th.va_top {
	padding-top: 15px;
	vertical-align: top;
}

.form input[type='text'], .form input[type='tel'], .form input[type='email'], .form select, .form textarea {
	display: block;
	height: 30px;
	padding: 3px 5px;
	border: 1px solid #ccc;
	border-radius: 1px;
	line-height: 1.42857;
	color: #474747;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.form input[type='text']:focus, .form input[type='tel']:focus, .form input[type='email']:focus, .form select:focus, .form textarea:focus {
	border-color: #333;
	outline: 0;
}
.form select {
	/*height: 30px;*/
}
.form textarea {
	height: auto;
}
.form input[type='radio'], .form input[type='checkbox'] {
	position: relative;
	top: 2px;
	margin-right: 5px;
}
.form ul li {
	margin-bottom: 5px;
}
.form ul li label {
	cursor: pointer;
}
.form ul li:last-child {
	margin-bottom: 0;
}
.form .submessage {
	color: #707070;
	font-size: 10px;
}
.form .require {
	padding-left: 5px;
	color: #dc3545;
}
.form .error {
	padding-top: 5px;
	color: #dc3545;
}

.form .form_footer {
	margin: 0;
	padding-top: 20px;
	text-align: center;
}
.form .form_footer input {
	width: 100px;
	height: 35px;
	margin: 0 5px;
	background: #aaa;
	color: #fff;
}
.form .form_footer input.-primary {
	background: #333;
}
.form .form_footer input:hover, .form .form_footer input:active {
	opacity: .8;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.form .form_footer .ajax-loader {
	display: block;
	margin: 20px auto 0;
	line-height: 1;
}


/* ================================================================================
	Override
================================================================================ */
/* side_nav */
.side_nav_ttl {
	font-family: inherit;
	font-weight: 400;
}
.side_nav_ttl::after {
	background: #111b3a;
}
.side_nav_list,
.side_nav_list li a {
	border-color: #eee;
}
.side_nav_list li a:after {
	color: #666;
}


/* entry */
.entry_body hr {
	border-color: #ccc;
}

.entry_body strong,
.mceContentBody strong {
	color: inherit;
}

.entry_body table th, .entry_body table td,
.mceContentBody table th, .mceContentBody table td {
	border-color: #ddd;
}
.entry_body table th {
	background: #f6f6f6;
}

.entry_body ol > li::before,
.mceContentBody ol > li::before,
.entry_body .list_disc li::before, .entry_body .list_check li::before,
.mceContentBody .list_disc li::before, .mceContentBody .list_check li::before {
	color: #111b3a;
}


/* pager */
.pager a, .pager span {
	border-color: #111b3a;
	color: #111b3a;
}
.pager a:hover {
	background: #111b3a;
}
.pager .current {
	background: #111b3a;
}


/* form */
.form table th, .form table td {
	border-color: #e5e5e5;
}

.form input[type='text'], .form input[type='tel'], .form input[type='email'], .form select, .form textarea {
	border-color: #ccc;
}
.form input[type='text']:focus, .form input[type='tel']:focus, .form input[type='email']:focus, .form select:focus, .form textarea:focus {
	border-color: #111b3a;
}

.form .form_footer input.-primary {
	background: #111b3a;
}