@charset "utf-8";


@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	src: url('../font/NotoSansJP-Regular.woff2') format('woff2'),
		url('../font/NotoSansJP-Regular.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 500;
	src: url('../font/NotoSansJP-Medium.woff2') format('woff2'),
		url('../font/NotoSansJP-Medium.woff') format('woff');
	font-display: swap;

}

@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	src: url('../font/NotoSansJP-Bold.woff2') format('woff2'),
		url('../font/NotoSansJP-Bold.woff') format('woff');
	font-display: swap;
}

body {
	-webkit-text-size-adjust: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-feature-settings: "palt";
}

input,
button,
select {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-feature-settings: "palt";
}

textarea {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-feature-settings: "palt";
	resize: vertical;
}

:root {
	--global_nav_height: 85px;

	--logo_height: 58px;

	--column_max_width: 1200px;
}

@media screen and (max-width: 960px) {
	:root {
		--global_nav_height: 60px;

		--logo_height: 40px;
	}
}

/* ================================================================================ */
/*		文字色・背景色指定																*/
/* ================================================================================ */

body {
	font-size: 18px;
	line-height: 1.8;
	background-color: #FFF;
}

button {
	line-height: 1.8;
}

@media screen and (max-width: 896px) {
	body {
		font-size: 16px;
	}
}

@media screen and (max-width: 480px) {
	body {
		font-size: 14px;
	}
}

body,
a {
	color: #000;
}

/* ================================================================================ */
/*		TEXT link & hover																*/
/* ================================================================================ */
a:hover {
	opacity: 0.75;
}

.text_link_wrap {
	margin-right: -1em;
}

.text_link {
	text-decoration: underline;
	color: #0000ee;
	position: relative;
	display: inline-block;
}

.dispInBl>.text_link {
	display: inline;
}


.text_link_wrap .text_link {
	margin-right: 1em;
}

.external_link::before {
	content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%232241A9" d="M96,0V416H512V0H96ZM472,376H136V40H472V376ZM40,472V96H0V512H416V472H40ZM232.812,312.829l117.859-117.86v84.8h40V126.688H237.594v40h84.8L204.531,284.547Z"></path></svg>');
	width: 1em;
	height: 1em;
	display: inline-block;
	position: relative;
	top: .2em;
	margin-right: .25em;
}

.arrow_link::before {
	content: '';
	background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 18.75"><path fill="%232241A9" d="M9.375,0,18.75,11H0Z" transform="translate(11) rotate(90)" /></svg>');
	width: 1em;
	height: 1em;
	display: inline-block;
	position: relative;
	top: .1em;
	margin-right: 0;
	background-repeat: no-repeat;
	background-size: contain;
}

.at_mark {
	width: .8em;
	margin: 0 .05em;
	height: auto;
}

/* ================================================================================ */
/*		slick-slide																	*/
/* ================================================================================ */

.slide_img_wrap .slide {
	background-color: #FFF;
}

.slide_img_wrap img.slick-slide {
	margin: 0 1em;
	border-radius: 999px;
}

.slide_img_wrap2 {
	overflow: hidden;
	position: relative;
}

.slide_img_wrap2 .slick-slide {
	padding: 0 .8em;
}

.slide_img_wrap2 .slick-slide>a {
	display: block;
	width: min(560px, 100vw);
	overflow: hidden;
	color: inherit;
	text-decoration: none;
}

.slide_img_wrap2 .slick-slide a>div:first-of-type {
	width: 100%;
	aspect-ratio: 4 / 3;
	overflow: hidden;
}

.slide_img_wrap2 .slick-slide picture {
	display: block;
	width: 100%;
	height: 100%;
}

.slide_img_wrap2 .slick-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .4s ease;
}

.slide_img_wrap2 .slick-slide a:hover img {
	transform: scale(1.1);
}

.slide_img_wrap2 .slick-slide .news_title {
	width: 100%;
	max-width: 100%;
	contain: inline-size;
}

@media screen and (max-width: 560px) {

	.slide_img_wrap2 .slick-slide .news_body {
		padding: 0 var(--column_padding_LR);
	}

}

.slick-slider .slick-arrow {
	width: 40px;
	height: 40px;
	z-index: 5;
	position: absolute;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
	top: 50%;
	transform: translateY(-50%);
	background-color: transparent;
}

.slick-slider .slick-arrow:hover {
	cursor: pointer;
}

.slick-slider .slick-arrow.slick-prev {
	left: 50px;
}

.slick-slider .slick-arrow.slick-next {
	right: 50px;
}

.slick-slider .slick-arrow::before {
	content: "";
	display: block;
	background-color: #0F2D5A;
	width: 100%;
	height: 100%;
	border-radius: 100%;
}

.slick-slider .slick-arrow::after {
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 2px);
	right: 10px;
	transform: rotate(-45deg) translateY(-50%);
	width: 15px;
	height: 15px;
	border: 3px solid #fff;
	border-top-width: 0;
	border-left-width: 0;
}

.slick-slider .slick-arrow.slick-prev::after {
	transform: rotate(135deg);
	top: calc(50% - 7px);
}

.slick-dots li button::before {
	line-height: 32px !important;
	font-size: 16px !important;
}

@media screen and (max-width: 896px) {

	.slick-prev,
	.slick-next {}

	.slick-prev::before,
	.slick-next::before {}

	.slick-prev {
		left: 8px !important;
	}

	.slick-next {
		right: 8px !important;
	}

	.slick-dots li {
		margin: 0 3px !important;
	}

	.slick-dots li button::before {
		line-height: 24px !important;
		font-size: 12px !important;
	}
}

@media screen and (max-width: 480px) {

	.slick-prev,
	.slick-next {
		width: 30px !important;
		height: 30px !important;
	}

	.slick-prev::before,
	.slick-next::before {
		font-size: 30px !important;
	}

	.slick-prev {
		left: 6px !important;
	}

	.slick-slider .slick-arrow::after {
		top: calc(50% - 1px);
		right: 8px;
		width: 11px;
		height: 11px;
		border-width: 2px;
		border-top-width: 0;
		border-left-width: 0;
	}

	.slick-slider .slick-arrow.slick-prev::after {
		top: calc(50% - 5px);
		transform: rotate(135deg);
	}

	.slick-next {
		right: 6px !important;
	}

	.slick-dots li {
		margin: 0 !important;
	}

	.slick-dots li button::before {
		line-height: 20px !important;
		font-size: 10px !important;
	}

}

.detail_slide {
	border: 1px solid #CCC;
	padding: .5em;
}

.detail_slide .slick-track {
	display: flex !important;
	height: 100%;
}

.detail_slide .slick-slide {
	float: none !important;
	display: block !important;
}

.detail_slide .slick-list {
	overflow: hidden;
	aspect-ratio: 4/3;
}

.detail_slide .item {
	width: 100%;
	height: 100%;
}

.detail_slide .item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* サムネイルナビ全体を flex 折り返しに */
.detail_slideNavi {
	display: flex;
	flex-wrap: wrap;
	margin-top: 1em;
	gap: 0.5em;
}

.detail_slideNavi .item {
	box-sizing: border-box;
	flex: 0 0 calc((100% - .5em * 4) / 5);
	aspect-ratio: 4 / 3;
	cursor: pointer;
	overflow: hidden;
	background: #EEE;
	padding: .25em;
	border: 1px solid transparent;
	transition: border-color .2s;
}

.detail_slideNavi .item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.detail_slideNavi .item.current {
	border-color: #BBB;
}

/* ================================================================================ */
/*		レイアウト																	*/
/* ================================================================================ */
:root {
	--wrapper_padding_top: 2.5em;
	--wrapper_padding_bottom: 2.5em;
}

.wrapper {
	position: relative;
	width: 100%;
	padding-top: var(--wrapper_padding_top);
	padding-bottom: var(--wrapper_padding_bottom);
	background-color: #fff;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}

:root {
	--column_padding_TB: 2em;
	--column_padding_LR: 1.5em;
}

.column {
	width: 100%;
	max-width: var(--column_max_width);
	margin: 0 auto;
	padding: var(--column_padding_TB) var(--column_padding_LR);
	text-align: center;
}

.column_padding_LR {
	padding-left: var(--column_padding_LR);
	padding-right: var(--column_padding_LR);
}

@media screen and (max-width: 480px) {
	:root {
		--column_padding_TB: 1.5em;
		--column_padding_LR: 1em;
	}
}

/* ================================================================================ */
/*		caution																	*/
/* ================================================================================ */
.js_caution {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #FFF;
	padding: 2em;
	width: 80%;
	z-index: 2;
	border: 2px solid #c5243a;
}

.js_caution h2 {
	color: #c5243a;
	font-weight: bold;
	text-align: center;
	margin-bottom: .5em;
}

/* ================================================================================ */
/*		loading																	*/
/* ================================================================================ */
#loader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #2241A9;
	;
	z-index: 9999;
}

/* RecruitPage loading */
#loader.recruitLoader {
	background-color: #F9703C;
}

#loader .ring {
	height: 60px;
	width: 60px;
	vertical-align: middle;
	transform-origin: center;
	animation: loading_rotate 2s linear infinite;
	position: relative;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
}

#loader .ring circle {
	fill: none;
	stroke: #FFF;
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	stroke-linecap: round;
	animation: loading_stretch calc(2s * 0.75) ease-in-out infinite;
}

@keyframes loading_rotate {
	100% {
		transform: rotate(360deg);
	}
}

@keyframes loading_stretch {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}

	50% {
		stroke-dasharray: 90, 200;
		stroke-dashoffset: -35px;
	}

	100% {
		stroke-dashoffset: -124px;
	}
}

#loader span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-top: 3em;
	color: #FFF;
	font-family: arial, sans-serif;
}

/* ================================================================================ */
/*		縦横比維持 高さ揃え																	*/
/* ================================================================================ */
.aspect_img_wrap {
	width: 100%;
	/*
	padding-bottom: calc(250 / 360 * 100%);
	*/
	padding-bottom: calc(1 / 1 * 100%);
	height: 0;
	position: relative;
	overflow: hidden;
}

.aspect_img_wrap.aspect4x3 {
	padding-bottom: calc(4 / 3 * 100%);
}

.aspect_img_wrap.aspect3x4 {
	padding-bottom: calc(3 / 4 * 100%);
}

.aspect_img_wrap.aspectDisc {
	border-radius: 999px;
}

.aspect_img {
	overflow: hidden;
	display: block;
}

.aspect {
	position: static;
	display: block;
	overflow: hidden;
}

.aspect img {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	object-fit: cover;
	top: 0;
	left: 0;
}

.aspect img.object_fit_contain {
	object-fit: contain;
}

.aspect_img:hover a.aspect img {
	opacity: 0.75;
}

/* ================================================================================ */
/*		ヘッダー																	*/
/* ================================================================================ */
.inner {
	width: 100%;
	/*
	max-width: 1400px;
	*/
	margin: 0 auto;
	padding: 0 0 0 1em;
	height: var(--global_nav_height);
}

.inner:after {
	content: "";
	clear: both;
	display: block;
}

/* header */
#top_head {
	top: 0;
	position: fixed;
	width: 100%;
	margin: 0 auto 0;
	padding: 0;
	line-height: 1;
	z-index: 999;
	background: #FFF;
	transition: all .3s ease-out;
}

#top_head.boxShadow {
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}

#top_head a,
#top_head {
	text-decoration: none;
	font-weight: bold;
	display: block;
}

#top_head .inner {
	background: #FFF;
}

#top_head .logo {
	float: left;
	height: var(--global_nav_height);
}

#top_head .logo a {
	top: 50%;
	position: relative;
	transform: translateY(-50%);
}

#top_head .logo img {
	height: var(--logo_height);
	width: auto;
}

#global_nav {
	height: 100%;
}

#global_nav>ul {
	list-style: none;
	display: flex;
	justify-content: flex-end;
	height: 100%;
	align-items: stretch;
}

#global_nav>ul>li {
	text-align: center;
	position: relative;
}

#global_nav>ul>li>div,
#global_nav>ul>li:not(.global_nav_tel)>a {
	padding: 0 1.5em;
	font-weight: bold;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

#global_nav>ul>li>div {
	color: transparent;
	text-shadow: 0 var(--global_nav_height) 0 #2241A9, 0 0 0 #000;
	transition: text-shadow .3s;
}

#global_nav>ul>li>a>span {
	display: inline-block;
	height: auto;
	line-height: 1;
	color: transparent;
	text-shadow: 0 1.25em 0 #2241A9, 0 0 0 #000;
	transition: text-shadow .3s;
	overflow: hidden;
}

#global_nav>ul>li>a>img {
	width: 3em;
	height: 3em;
	object-fit: contain;
}

#global_nav>ul>li.head_contact {}

#global_nav>ul>li.head_contact>a {
	padding: 0 2em;
	background: #F9703C;
}

#global_nav>ul>li.head_contact>a>span {
	text-shadow: 0 1.25em 0 #FFF, 0 0 0 #FFF;
}

#global_nav>ul>li.head_contact>a>img {
	width: auto;
	height: 20px;
}

#global_nav>ul>li.instagram_link>a {
	padding: 0 .75em;
}

#global_nav>ul>li.line_link>a {
	padding: 0 1.5em 0 .75em;
}

#global_nav>ul>li:not(.active)>div:hover,
#global_nav>ul>li:not(.active):not(.global_nav_tel):not(.head_contact)>a:hover>span {
	opacity: 1;
	text-shadow: 0 0 0 #2241A9, 0 -1.25em 0 #000;
}

#global_nav>ul>li.head_contact>a:hover>span {
	text-shadow: 0 0 0 #FFF, 0 -1.25em 0 #FFF;
}

#global_nav>ul>li:not(.head_contact).active>a {
	/*
	pointer-events: none;
	cursor: default;
	*/
}

#global_nav>ul>li:not(.head_contact).active>a>span {
	color: #2241A9;
	text-shadow: none;
}

#global_nav>ul>li.head_contact.active>a {
	/*
	pointer-events: none;
	cursor: default;
	*/
}

#global_nav>ul>li.head_contact.active>a>span {
	color: #FFF;
	text-shadow: none;
}

@media screen and (max-width: 1250px) {

	#global_nav>ul>li>div,
	#global_nav>ul>li:not(.global_nav_tel)>a {
		padding: 0 1.5em;
	}

	#global_nav>ul>li.instagram_link>a {
		padding: 0 .75em;
	}

	#global_nav>ul>li.line_link>a {
		padding: 0 1.5em 0 .75em;
	}

	#global_nav>ul>li.head_contact>a {
		padding: 0 2em;
	}
}

@media screen and (max-width: 1210px) {

	#global_nav>ul>li>div,
	#global_nav>ul>li:not(.global_nav_tel)>a {
		padding: 0 1.25em;
	}

	#global_nav>ul>li.instagram_link>a {
		padding: 0 .5em;
	}

	#global_nav>ul>li.line_link>a {
		padding: 0 1.25em 0 .5em;
	}

	#global_nav>ul>li.head_contact>a {
		padding: 0 1.75em;
	}
}

@media screen and (max-width: 1110px) {

	#global_nav>ul>li>div,
	#global_nav>ul>li:not(.global_nav_tel)>a {
		padding: 0 1em;
	}

	#global_nav>ul>li.instagram_link>a {
		padding: 0 .25em;
	}

	#global_nav>ul>li.line_link>a {
		padding: 0 1em 0 .25em;
	}

	#global_nav>ul>li.head_contact>a {
		padding: 0 1.5em;
	}

	#global_nav>ul>li.active::after {
		left: 1em;
		width: calc(100% - (1em * 2));
	}

	#global_nav>ul>li>div::after,
	#global_nav>ul>li:not(.global_nav_tel)>a::after {
		left: 1em;
		width: calc(100% - (1em * 2));
	}

	#global_nav>ul>li.head_contact>a::after {
		left: 1.5em;
		width: calc(100% - (1.5em * 2));
	}
}

@media screen and (max-width: 1080px) {

	#global_nav>ul>li>div,
	#global_nav>ul>li:not(.global_nav_tel)>a {
		padding: 0 1em;
	}

	#global_nav>ul>li.instagram_link>a {
		padding: 0 .25em;
	}

	#global_nav>ul>li.line_link>a {
		padding: 0 1em 0 .25em;
	}

	#global_nav>ul>li.head_contact>a {
		padding: 0 1.25em;
	}

	#global_nav>ul>li.head_contact>a::after {
		left: 1.25em;
		width: calc(100% - (1.25em * 2));
	}
}

@media screen and (max-width: 1040px) {

	#global_nav>ul>li>div,
	#global_nav>ul>li:not(.global_nav_tel)>a {
		padding: 0 .75em;
	}

	#global_nav>ul>li.instagram_link>a {
		padding: 0 .25em;
	}

	#global_nav>ul>li.line_link>a {
		padding: 0 .75em 0 .25em;
	}

	#global_nav>ul>li.head_contact>a {
		padding: 0 1em;
	}

	#global_nav>ul>li.active::after {
		left: .75em;
		width: calc(100% - (.75em * 2));
	}

	#global_nav>ul>li>div::after,
	#global_nav>ul>li:not(.global_nav_tel)>a::after {
		left: .75em;
		width: calc(100% - (.75em * 2));
	}

	#global_nav>ul>li.head_contact>a::after {
		left: 1em;
		width: calc(100% - (1em * 2));
	}
}

@media screen and (max-width: 1030px) {

	#global_nav>ul>li>div,
	#global_nav>ul>li:not(.global_nav_tel)>a {}
}

@media screen and (max-width: 1020px) {

	#global_nav>ul>li>div,
	#global_nav>ul>li:not(.global_nav_tel)>a {}
}

@media screen and (max-width: 1010px) {

	#global_nav>ul>li>div,
	#global_nav>ul>li:not(.global_nav_tel)>a {}
}

@media screen and (max-width: 1000px) {

	#global_nav>ul>li>div,
	#global_nav>ul>li:not(.global_nav_tel)>a {}
}

@media screen and (max-width: 990px) {

	#global_nav>ul>li>div,
	#global_nav>ul>li:not(.global_nav_tel)>a {
		padding: 0 .5em;
	}

	#global_nav>ul>li.instagram_link>a {
		padding: 0 .25em;
	}

	#global_nav>ul>li.line_link>a {
		padding: 0 .5em 0 .25em;
	}

	#global_nav>ul>li.head_contact>a {
		padding: 0 .75em;
	}

	#global_nav>ul>li.active::after {
		left: .5em;
		width: calc(100% - (.5em * 2));
	}

	#global_nav>ul>li>div::after,
	#global_nav>ul>li:not(.global_nav_tel)>a::after {
		left: .5em;
		width: calc(100% - (.5em * 2));
	}

	#global_nav>ul>li.head_contact>a::after {
		left: .75em;
		width: calc(100% - (.75em * 2));
	}
}

@media screen and (max-width: 975px) {

	#global_nav>ul>li>div,
	#global_nav>ul>li:not(.global_nav_tel)>a {}
}

.global_nav_none {
	display: none !important;
}


/* Toggle Button */
#nav_toggle {
	display: none;
	position: absolute;
	right: 16px;
	top: 19px;
	width: 26px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}

#nav_toggle div {
	position: relative;
}

#nav_toggle span {
	display: block;
	position: absolute;
	height: 1px;
	width: 100%;
	background: #000;
	left: 0;
	transition: .35s ease-in-out;
}

#nav_toggle span:nth-child(1) {
	top: 0;
}

#nav_toggle span:nth-child(2) {
	top: 10px;
	left: -10px;
}

#nav_toggle span:nth-child(3) {
	top: 20px;
}

/* ================================================================================ */
/*		パンくずリスト																	*/
/* ================================================================================ */
/* breadcrumb */
.breadcrumb_wrap {
	margin-top: var(--global_nav_height);
}

.breadcrumb {
	max-width: var(--column_max_width);
	width: 100%;
	margin: 0 auto 0;
	padding: 1em 1.5em 1em;
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-width: thin;
	scrollbar-color: #999 #eee;
}

/* スクロールバー */
.breadcrumb::-webkit-scrollbar {
	height: 5px;
}

.breadcrumb::-webkit-scrollbar-track {
	border-radius: 5px;
	background: #eee;
}

.breadcrumb::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #999;
}

.breadcrumb ul {
	display: table;
	font-size: 0.9em;
	margin-left: -0.5em;
}

.breadcrumb ul li {
	font-size: 0.9em;
	display: table-cell;
	white-space: nowrap;
	padding-right: 1.5em;
	position: relative;
	line-height: 1;
	min-width: 3em;
}

.breadcrumb ul li a span,
.breadcrumb ul li span {
	padding: 0 .5em;
	line-height: 1;
	color: inherit;
}

.breadcrumb ul li img {
	height: 1.2em;
	vertical-align: -0.2em;
}

.breadcrumb ul li .home_icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	padding: 0 .5em;
	line-height: 1;
	background-color: currentColor;
	vertical-align: -0.12em;

	-webkit-mask: url("../img/icon-home.svg") no-repeat center center;
	-webkit-mask-size: 1em 1em;
	mask: url("../img/icon-home.svg") no-repeat center center;
	mask-size: 1em 1em;
}

.breadcrumb ul li:last-child {
	padding-right: 0;
}

.breadcrumb ul li:last-child:after {
	display: none;
}

.breadcrumb ul li::after {
	position: absolute;
	display: block;
	content: "";
	top: 50%;
	right: .25em;
	height: 1em;
	width: 1em;
	background-color: currentColor;
	transform: translateY(-50%);

	-webkit-mask: url(../img/separator.svg) no-repeat center center;
	-webkit-mask-size: contain;
	mask: url(../img/separator.svg) no-repeat center center;
	mask-size: contain;
}

/* スクロール設定解除 */

.breadcrumb.no-scroll ul {
	display: block;
}

.breadcrumb.no-scroll ul li {
	display: inline-block;
	margin-bottom: 12px;
	white-space: normal;
}

.breadcrumb.no-scroll ul li:after {
	top: -4px;
}

@media screen and (max-width: 480px) {

	.breadcrumb ul li {
		padding-right: 1em;
	}

	.breadcrumb ul li:after {
		right: 0;
	}
}

/* ================================================================================ */
/*		ヘッダー　メインビジュアル													*/
/* ================================================================================ */
#top_header_wrap {
	margin-top: var(--global_nav_height);
}

.top_header {
	width: 100vw;
	height: 100vh;
	background-position: center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

/* Before: Static In-flow Mainvisual
.mainvisual {
	position: relative;
	width: 100%;
	height: calc(100vh - var(--global_nav_height));
	height: calc(100dvh - var(--global_nav_height));
	margin-top: var(--global_nav_height);
	overflow: hidden;
}*/

/* After: Fixed Fullscreen Mainvisual */
.mainvisual {
	position: fixed;
	top: var(--global_nav_height);
	left: 0;
	width: 100%;
	height: calc(100vh - var(--global_nav_height));
	height: calc(100dvh - var(--global_nav_height));
	margin-top: 0;
	overflow: hidden;
	z-index: 0;
}

.mainvisual_overlay {
	/*
	background: url(../img/mv_layer_black.png);
	background-size: 5px 5px;
	*/
	position: static;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.mainvisual_video {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.slick-img>img {
	width: 100%;
	height: calc(100vh - var(--global_nav_height));
	object-fit: cover;
}

.mainvisual_video>video {
	display: block;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@keyframes zoomUp {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.15);
	}
}

.add-animation {
	animation: zoomUp 10s linear 0s normal both;
}

.animated {
	animation-duration: 2s;
	animation-fill-mode: both;
}

.animated2 {
	animation-duration: 1s;
	animation-fill-mode: both;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.fadeIn {
	animation-name: fadeIn;
}

.mv_logo {
	position: absolute;
	margin: auto;
	user-select: none;
	width: 100%;
	max-width: var(--column_max_width);
	padding-left: var(--column_padding_LR);
	padding-right: var(--column_padding_LR);
	left: 0;
	right: 0;
	z-index: 2;
	height: 100%;
	top: 0;
}

.mv_logo img {
	position: relative;
	top: calc(100% - 5.5em);
	transform: translateY(-100%);
	display: block;
	width: 67.5%;
	max-width: 535px;
	height: auto;
	filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
}

#from_scrolldown {
	position: relative;
	z-index: 2;
	margin-top: 100vh;
	margin-top: 100dvh;
	overflow: visible;
}

#from_scrolldown .wrapper {}

@media screen and (max-width: 960px) {

	.mv_logo {
		bottom: 4.25em;
	}

}

@media screen and (max-width: 640px) {

	.mv_logo {
		bottom: 5em;
	}
}

@media screen and (max-width: 480px) {
	.mainvisual {
		height: 50vh;
		height: 50dvh;
	}

	.slick-img>img {
		height: 50vh;
		height: 50dvh;
	}

	#from_scrolldown {
		margin-top: 50vh;
		margin-top: 50dvh;
	}

	.mv_logo img {
		top: calc(100% - 3.5em);
	}
}

/* ================================================================================ */
/*		リンクボタン																	*/
/* ================================================================================ */
.linkbtn_wrap {
	text-align: center;
	display: block;
	width: 100%;
}

.linkbtn {
	position: relative;
	display: inline-block;
	padding: .75em 1.5em .95em;
	margin: 1em auto;
	min-width: 270px;
	max-width: 400px;
	width: 100%;
	border: 2px solid #0F2D5A;
	background-color: #0F2D5A;
	border-radius: 999px;
	font-weight: bold;
	color: #FFF;
	overflow: hidden;
	text-align: left;
	-webkit-transition: 0.25s ease;
	transition: 0.25s ease;
}

.linkbtn.is-disabled {
	border-color: #707070;
	background-color: #707070;
}

.linkbtn.minW400 {
	min-width: 400px;
}

@media screen and (max-width: 480px) {
	.linkbtn_wrap {
		padding: 0 1em;
	}

	.linkbtn {
		min-width: auto !important;
		width: 100%;
		max-width: none;
	}
}

.linkbtn>span {
	z-index: 2;
	position: relative;
}

.linkbtn.img_linkbtn {
	padding: .676em 1.5em .876em;
}

.linkbtn.img_linkbtn>span>img {
	width: auto;
	height: auto;
	max-height: 1.75em;
}

.linkbtn::before {
	content: "";
	width: 2.5em;
	height: 2.5em;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	right: .75em;
	-webkit-transition: .2s ease 0s;
	transition: .2s ease 0s;
	background-color: #FFF;
	border: 1px solid #FFF;
	border-radius: 999px;
}

.linkbtn::after {
	content: "";
	width: .8em;
	height: .8em;
	background: url("../img/icon_arrow.svg") center center no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	right: 1.52em;
	-webkit-transition: .2s ease 0s;
	transition: .2s ease 0s;
}

.linkbtn.is-disabled::after {
	background: url("../img/icon_arrowGray.svg") center center no-repeat;
	background-size: contain;
}

a:hover .linkbtn:not([disabled])::before,
.linkbtn:not([disabled]):hover::before {
	background-color: #0F2D5A;
	border: 2px solid #0F2D5A;
}

a:hover .linkbtn:not([disabled])::after,
.linkbtn:not([disabled]):hover::after {
	background: url("../img/icon_arrowWhite.svg") center center no-repeat;
	background-size: contain;
	right: 1em;
}

/*
.linkbtn::after {
	content: "";
	width: 2.5em;
	height: 2.5em;
	background: url("../img/linkbtn-arrow_2.svg") center center no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	right: .75em;
	-webkit-transition: .2s ease 0s;
	transition: .2s ease 0s;
}
*/

a:hover .linkbtn:not([disabled]),
.linkbtn:not([disabled]):hover {
	opacity: 1;
	background-color: #FFF;
	text-decoration: none;
}

a:hover .linkbtn[disabled],
.linkbtn[disabled]:hover {
	opacity: 1;
	text-decoration: none;
	cursor: not-allowed;
}

a:hover .linkbtn:not([disabled])>span,
.linkbtn:not([disabled]):hover>span {
	color: #0F2D5A;
}

.linkbtn.confirmLinkbtn {
	border-color: #c5243a;
	background: #c5243a;
	color: #FFF;
}

.linkbtn.confirmLinkbtn::before {
	background-color: #c5243a;
}

.linkbtn.confirmLinkbtn::after {
	background-image: url("../img/linkbtn-arrowWhite.svg");
}

.linkbtn.confirmLinkbtn:not([disabled]):hover>span {
	color: #c5243a;
}

.linkbtn.reverse {
	text-align: right;
	background: #FF415E;
	color: #FFF !important;
	border-color: #FF415E;
}

.linkbtn.reverse::before {
	left: .75em;
	border-color: #FF415E;
	background-color: #FFF;
}

.linkbtn.reverse:not([disabled]):hover::before {
	border-color: #FF415E;
	background-color: #FF415E;
}

.linkbtn.reverse::after {
	right: auto;
	left: 1.62em;
	background-image: url("../img/linkbtn-arrow-reverse.svg");
}

.linkbtn.reverse:not([disabled]):hover::after {
	right: auto;
	left: 1em;
	background-image: url("../img/linkbtn-arrowWhite-reverse.svg");
}

a:hover .linkbtn.reverse:not([disabled])>span,
.linkbtn.reverse:not([disabled]):hover>span {
	color: #FF415E;
}

.linkbtn.wideLinkbtn {
	width: 100%;
	max-width: 450px;
}

.linkbtn.notLink {
	text-align: center;
	padding: 0;
	height: calc(.75em + .95em + 1em * 2.13);
	position: relative;
}

.linkbtn.notLink>span {
	display: block;
	height: 100%;
}

a:hover .linkbtn.notLink, .linkbtn.notLink:hover {
	opacity: 1;
	background-color: #FF415E;
}

.linkbtn.notLink img.tel {
	max-width: 295px;
	width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media screen and (max-width: 480px) {
	.linkbtn.notLink {
		height: calc(.75em + .95em + 1em * 2.23);
	}
}


.linkbtn.notLink:hover {}

.linkbtn.notLink::before {
	content: none;
}

.linkbtn.notLink::after {
	content: none;
}

.linkbtn.externalbtn {
	background-color: #FFF;
	padding: 1em 1.5em;
	line-height: 1;
}

.linkbtn.externalbtn::before,
.linkbtn.externalbtn::after {
	content: none;
}

.linkbtn.externalbtn img {
	max-height: 1.5em;
}

.linkbtn.externalbtn:hover {
	background-color: rgba(255, 158, 109, 0.15);
}

.linkbtn.externalbtn:hover img {
	opacity: .75;
}

.linkbtn.LineLinkbtn {
	border-color: #06C755;
	background: #06C755;
	color: #FFF;
}

a:hover .linkbtn.LineLinkbtn:not([disabled])>span,
.linkbtn.LineLinkbtn:not([disabled]):hover>span {
	color: #06C755;
}

.linkbtn.LineLinkbtn::before {}

.linkbtn.LineLinkbtn::after {
	background-image: url("../img/icon_arrowGreen.svg");
}

a:hover .linkbtn.LineLinkbtn:not([disabled])::before,
.linkbtn.LineLinkbtn:not([disabled]):hover::before {
	background-color: #06C755;
	border: 1px solid #06C755;
}

.recruit_wrap .linkbtn {
	border-color: #F9703C;
	background: #F9703C;
	color: #FFF;
}

.recruit_wrap .linkbtn::after {
	background-image: url("../img/linkbtn-arrowOrange.svg");
}

.recruit_wrap a:hover .linkbtn:not([disabled])>span,
.recruit_wrap .linkbtn:not([disabled]):hover>span {
	color: #F9703C;
}

.recruit_wrap a:hover .linkbtn:not([disabled])::before,
.recruit_wrap .linkbtn:not([disabled]):hover::before {
	background-color: #F9703C;
	border: 1px solid #F9703C;
}

.linkbtn.detailLinkbtn {
	border-color: #0F2D5A;
	background: #0F2D5A;
	color: #FFF;
}

a:hover .linkbtn.detailLinkbtn:not([disabled])>span,
.linkbtn.detailLinkbtn:not([disabled]):hover>span {
	color: #0F2D5A;
}

.linkbtn.detailLinkbtn::before {}

.linkbtn.detailLinkbtn::after {
	background-image: url("../img/icon_arrow.svg");
}

a:hover .linkbtn.detailLinkbtn:not([disabled])::before,
.linkbtn.detailLinkbtn:not([disabled]):hover::before {
	background-color: #0F2D5A;
	border: 1px solid #0F2D5A;
}

.linkbtn.recruitLinkbtn {
	border-color: #F9703C;
	background: #FFF;
	color: #F9703C;
}

a:hover .linkbtn.recruitLinkbtn:not([disabled]),
.linkbtn.recruitLinkbtn:not([disabled]):hover {
	background-color: #F9703C;
}

a:hover .linkbtn.recruitLinkbtn:not([disabled])>span,
.linkbtn.recruitLinkbtn:not([disabled]):hover>span {
	color: #FFF;
}

.linkbtn.recruitLinkbtn::before {
	background-color: #F9703C;
	border-color: #F9703C;
}

.linkbtn.recruitLinkbtn::after {
	background-image: url("../img/linkbtn-arrowWhite.svg");
}

a:hover .linkbtn.recruitLinkbtn:not([disabled])::before,
.linkbtn.recruitLinkbtn:not([disabled]):hover::before {
	background-color: #FFF;
	border-color: #FFF;
}

a:hover .linkbtn.recruitLinkbtn:not([disabled])::after,
.linkbtn.recruitLinkbtn:not([disabled]):hover::after {
	background-image: url("../img/linkbtn-arrowOrange.svg");
}

/* ================================================================================ */
/*		フッター																	*/
/* ================================================================================ */
.footer_link .footer_recruit,
.footer_link .footer_contact {
	position: relative;
	height: 27.7777em;
	/* 500px */
	overflow: hidden;
	background-image: none;
}

@media screen and (max-width: 768px) {

	.footer_link .footer_recruit,
	.footer_link .footer_contact {
		height: 23.5em;
	}
}

@media screen and (max-width: 480px) {

	.footer_link .footer_recruit,
	.footer_link .footer_contact {
		height: 18em;
	}
}

.footer_link .footer_recruit::before,
.footer_link .footer_contact::before {
	content: "";
	position: absolute;
	inset: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: transform .4s ease;
	z-index: 0;
}

.footer_link .footer_recruit::after,
.footer_link .footer_contact::after {
	content: "";
	position: absolute;
	inset: 0;
	background-color: rgba(0, 0, 0, .5);
	transition: background-color .4s ease;
	z-index: 1;
	pointer-events: none;
}

.footer_link .footer_recruit::before {
	background-image: url("../img/footer_recruit.jpg");
}

.footer_link .footer_contact::before {
	background-image: url("../img/footer_contact.jpg");
}

.footer_link .footer_recruit>a,
.footer_link .footer_contact>a {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.footer_link .footer_recruit h3,
.footer_link .footer_contact h3 {
	width: 55%;
}

.footer_link .footer_recruit h3 img,
.footer_link .footer_contact h3 img {
	display: block;
	width: 100%;
	height: auto;
}

.footer_link .footer_recruit:hover::before,
.footer_link .footer_contact:hover::before {
	transform: scale(1.1);
}

.footer_link .footer_recruit:hover::after,
.footer_link .footer_contact:hover::after {
	background-color: rgba(0, 0, 0, 0);
}

footer {
	text-align: center;
	padding: 5em 0 0;
	position: relative;
	background-color: #0F2D5A;
	color: #FFF;
}

footer a {
	color: #FFF;
}

footer .active>a {
	/*
	pointer-events: none;
	cursor: default;
	*/
}

footer .footer_inner {
	position: relative;
	padding-bottom: 2em;
}

footer .logo {
	width: 75%;
	max-width: 310px;
	margin: 1em auto .5em;
}

footer .logo img {
	width: 100%;
}

footer .snsLink .instagram_icon,
footer .snsLink .line_icon {
	width: 4.25em;
	height: auto;
}

.foot_nav {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1em 2.5em;
}

.foot_nav>li {
	text-align: left;
}

.foot_nav>li a {
	text-decoration: underline;
}

#copyright {
	background: #000;
	color: #fff;
	padding: 1em .5em;
}

#copyright a {
	color: #fff;
}

@media screen and (max-width: 768px) {
	footer .logo {
		margin-top: 2em;
	}

	.footer_inner>div>ul>li>ul {
		margin-top: 4em !important;
	}

	.footer_inner>div>ul>li>ul:first-child>li {
		width: calc(100% / 2) !important;
	}
}

@media screen and (max-width: 480px) {
	footer .logo {
		margin-top: 3em;
	}
}

#topBtn {
	/*	display: none; */
	width: 62px;
	height: 62px;
	position: fixed;
	right: 12px;
	bottom: 24px;
	opacity: 0.5;
	z-index: 10;
	transition: all 0.3s ease;
}

#topBtn svg,
#topBtn img {
	width: 100%;
	height: auto;
}

#topBtn:hover {
	opacity: 1;
}

#topBtn .ipagetop_inner {
	fill: #2241A9;
	stroke: #FFF;
	stroke-width: 10;
}

#topBtn .ipagetop_arrow {
	fill: #fff;
}

#topBtn:hover .ipagetop_inner {}

#topBtn:hover .ipagetop_arrow {}

@media screen and (max-width: 480px) {
	#topBtn {
		width: 50px;
		height: 50px;
		right: .5em;
		bottom: 1em;
	}
}

.recruit_fixed_btn {
	display: block;
	width: 180px;
	height: 180px;
	position: fixed;
	right: 12px;
	bottom: 20px;
	z-index: 10;
	transition: all 0.3s ease;
}

.recruit_fixed_btn img {
	display: block;
	width: 100%;
	height: auto;
}

.recruit_fixed_btn:hover {
	transform: scale(1.05);
}

@media screen and (max-width: 960px) {
	.recruit_fixed_btn {
		top: -100px;
	}
}

@media screen and (max-width: 480px) {
	.recruit_fixed_btn {
		width: 150px;
		height: 150px;
		right: .5em;
		top: -2em;
	}
}

/* ================================================================================ */
/*		タイトル																	*/
/* ================================================================================ */
.page_title {
	width: 100%;
	overflow: hidden;
}

.page_title h2 {
	padding: 3.5em 0 5.5em;
}

.page_title h2>img {
	width: 100%;
	max-width: 535px;
	height: auto;
}

@media screen and (max-width: 768px) {
	.page_title h2 {
		padding: 2.75em 0 3.75em;
	}

}

@media screen and (max-width: 480px) {
	.page_title h2 {
		padding: 2em 0 2em;
	}

}

.page_title2 {
	width: 100%;
	overflow: hidden;
}

.page_title2 h2 {}

.page_title2 h2>img {
	width: 100%;
	max-width: 700px;
	height: auto;
}

/* ================================================================================ */
/*		タイトル																	*/
/* ================================================================================ */

.ttl_serif_jp {
	font-family: 'Noto Serif JP', serif;
	font-size: 2em;
}

.ttl_01 {
	font-weight: bold;
	font-size: 1.5em;
	text-align: center;
	padding: .75em;
}

/* ================================================================================ */
/*		背景																	*/
/* ================================================================================ */

.bg_01 {
	background: #F0F7FC;
}

.border_01 {
	border: 1px solid #B4B4B4;
}

.bg_01 a {}

.bg_02 {
	background: #0F2D5A;
	color: #FFF;
}

.bg_02 a {
	color: #FFF;
}

.bg_03 {
	background: #F9703C;
	color: #FFF;
}

.bg_03 a {
	color: #FFF;
}

.bg_04 {
	background: #2241A9;
	color: #FFF;
}

.bg_04 a {
	color: #FFF;
}

.bg_05 {
	background: #003288;
	color: #FFF;
}

.bg_05 a {
	color: #FFF;
}

.bg_06 {
	background: #FDEC7C;
	color: #000;
}

.bg_07 {
	background: #FFF4D5;
}

.bg_08 {
	background: #62B452;
	color: #FFF;
}

.bg_08 a {
	color: #FFF;
}

.bg_09 {
	background: #079DB9;
	color: #FFF;
}

.bg_09 a {
	color: #FFF;
}

.bg_10 {
	background: #F3F3F3;
}

.bg_11 {
	background: #FFF;
}

.bg_12 {
	background: #06C755;
	color: #FFF;
}

.bg_12 a {
	color: #FFF;
}



:root {
	--triangle_height: 175px;
}

@media screen and (max-width: 960px) {
	:root {
		--triangle_height: 100px;
	}
}

@media screen and (max-width: 480px) {
	:root {
		--triangle_height: 50px;
	}
}

.triangle_top {
	position: relative;
	margin-top: calc(var(--triangle_height) * -1);
	overflow: hidden;
	background-color: transparent;
	transition: margin-top .3s ease;
}

#from_scrolldown.triangle_top {
	position: relative;
	z-index: 2;
	margin-top: calc(100vh - var(--triangle_height));
	margin-top: calc(100dvh - var(--triangle_height));
	padding-top: var(--triangle_height);
	transition: margin-top .3s ease, padding-top .3s ease;
}

@media screen and (max-width: 480px) {
	#from_scrolldown.triangle_top {
		margin-top: 50vh;
		margin-top: 50dvh;
	}
}

.triangle_top::before {
	content: "";
	position: absolute;
	height: calc(var(--triangle_height) + 1px);
	width: 100%;
	clip-path: polygon(0 100%, 100% 0, 100% 100%);
	background-color: #FFF;
	left: 0;
	top: 0;
	z-index: 1;
	transition: height .3s ease;
}

.triangle_top::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: var(--triangle_height);
	bottom: 0;
	background-color: #FFF;
	z-index: 1;
	transition: top .3s ease;
}

.triangle_top>div {
	position: relative;
	z-index: 3;
}

.ellipse_top {
	position: relative;
	margin-top: calc(var(--triangle_height) * -1);
	overflow: hidden;
	background-color: transparent;
	transition: margin-top .3s ease;
}

#from_scrolldown.ellipse_top {
	position: relative;
	z-index: 2;
	margin-top: calc(100vh - var(--triangle_height));
	margin-top: calc(100dvh - var(--triangle_height));
	padding-top: var(--triangle_height);
	transition: margin-top .3s ease, padding-top .3s ease;
}

@media screen and (max-width: 480px) {
	#from_scrolldown.ellipse_top {
		margin-top: 50vh;
		margin-top: 50dvh;
	}
}

.ellipse_top::before {
	content: "";
	position: absolute;
	height: calc(var(--triangle_height) + 1px);
	width: 100%;
	background-color: #ff6b3a;
	left: 0;
	top: 0;
	z-index: 1;
	transition: height .3s ease;

	-webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 25 C25 80 75 80 100 25 L100 100 L0 100 Z' fill='%23000'/%3E%3C/svg%3E");
	-webkit-mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;

	mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 25 C25 80 75 80 100 25 L100 100 L0 100 Z' fill='%23000'/%3E%3C/svg%3E");
	mask-size: 100% 100%;
	mask-repeat: no-repeat;
}

.ellipse_top::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: var(--triangle_height);
	bottom: 0;
	background-color: #ff6b3a;
	z-index: 1;
	transition: top .3s ease;
}

.ellipse_top>div {
	position: relative;
	z-index: 3;
}

.header_triangle_prev {
	padding-bottom: calc(var(--triangle_height) + 4em);
	transition: padding-bottom .3s ease;
}

.header_triangle {
	position: relative;
	margin-top: calc(var(--triangle_height) * -1);
	padding-top: var(--triangle_height);
	overflow: hidden;
	transition: margin-top .3s ease, padding-top .3s ease;
}

.header_triangle::before {
	content: "";
	position: absolute;
	height: calc(var(--triangle_height) + 1px);
	width: 100%;
	clip-path: polygon(0 100%, 100% 0, 100% 100%);
	background-color: #2241A9;
	left: 0;
	top: 0;
	z-index: 1;
	transition: height .3s ease;
}

.header_triangle:has(> .bg_01)::before {
	background-color: #F0F7FC;
}

.header_triangle_prev.bg_01+.header_triangle::before {
	clip-path: polygon(0 0, 100% 0, 0 100%);
	background-color: #F0F7FC;
	top: -1px;
}

.header_triangle.header_triangle_bottom {
	overflow: visible;
	z-index: 2;
}

.header_triangle_bottom {
	padding-bottom: var(--triangle_height);
	transition: margin-top .3s ease, padding-top .3s ease, padding-bottom .3s ease;
}

.header_triangle_bottom::after {
	content: "";
	position: absolute;
	height: calc(var(--triangle_height) + 1px);
	width: 100%;
	clip-path: polygon(0 100%, 100% 0, 100% 100%);
	background-color: #fff;
	left: 0;
	bottom: -1px;
	z-index: 2;
	transition: height .3s ease;
}

.header_triangle_bottom.bg_05 {
	background: #003288;
	background: linear-gradient(to top,
			#fff 0,
			#fff var(--triangle_height),
			#2241A9 var(--triangle_height),
			#2241A9 calc(var(--triangle_height) + var(--triangle_height)),
			#003288 calc(var(--triangle_height) + var(--triangle_height)),
			#003288 100%);
}

.header_triangle_bottom>.bg_04 {
	position: relative;
	overflow: visible;
}

.header_triangle_bottom>.bg_04::after {
	content: "";
	position: absolute;
	height: calc(var(--triangle_height) + 1px);
	width: 100%;
	clip-path: polygon(0 0, 0 100%, 100% 0);
	background-color: #2241A9;
	left: 0;
	bottom: calc(var(--triangle_height) * -1);
	z-index: 1;
	transition: height .3s ease, bottom .3s ease;
}

.header_triangle_bottom .paPattern01,
.header_triangle_bottom .paPattern02,
.header_triangle_bottom .paPattern03 {
	padding-top: 4em;
	padding-bottom: 4em;
}

@media screen and (max-width: 480px) {

	.header_triangle_bottom .paPattern01 {
		padding-bottom: 5.5em;
	}

}

.header_triangle_bottom>.bg_04>.column {
	position: relative;
	z-index: 3;
}

.header_ellipse_prev {
	padding-bottom: calc(var(--triangle_height) + 4em);
	transition: padding-bottom .3s ease;
}

.header_ellipse {
	position: relative;
	margin-top: calc(var(--triangle_height) * -1);
	padding-top: var(--triangle_height);
	overflow: hidden;
	transition: margin-top .3s ease, padding-top .3s ease;
}

.header_ellipse::before {
	content: "";
	position: absolute;
	left: 0;
	top: -1px;
	width: 100%;
	height: calc(var(--triangle_height) + 1px);
	background-color: #FFF4D5;
	z-index: 1;
	transition: height .3s ease;

	-webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0 L100 0 L100 25 C75 80 25 80 0 25 Z' fill='%23000'/%3E%3C/svg%3E");
	-webkit-mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;

	mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0 L100 0 L100 25 C75 80 25 80 0 25 Z' fill='%23000'/%3E%3C/svg%3E");
	mask-size: 100% 100%;
	mask-repeat: no-repeat;
}

.header_ellipse>div {
	position: relative;
	z-index: 2;
}

.header_ellipse.header_ellipse_reverse::before {
	background-color: #F9703C;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0 L100 0 L100 80 C75 25 25 25 0 80 Z' fill='%23000'/%3E%3C/svg%3E");
	-webkit-mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;

	mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0 L100 0 L100 80 C75 25 25 25 0 80 Z' fill='%23000'/%3E%3C/svg%3E");
	mask-size: 100% 100%;
	mask-repeat: no-repeat;
}

/* ================================================================================ */
/*		文字色																	*/
/* ================================================================================ */
.color_00 {
	color: #000;
}

.color_01 {
	color: #FFF;
}

.color_02 {
	color: #2241A9;
}

.color_03 {
	color: #BDE2FD;
}

.color_04 {
	color: #F9703C;
}

.color_05 {
	color: #62B452;
}

.color_06 {
	color: #079DB9;
}

.color_07 {
	color: #06C755;
}

/* ================================================================================ */
/*		border																	*/
/* ================================================================================ */
.border1 {
	border-width: 1px;
	border-style: solid;
	border-color: currentColor;
}

.border2 {
	border-width: 2px;
	border-style: solid;
	border-color: currentColor;
}

.border3 {
	border-width: 3px;
	border-style: solid;
	border-color: currentColor;
}

.borderBg_03 {
	border-color: #F9703C;
}

/* ================================================================================ */
/*		shift_card																	*/
/* ================================================================================ */
.shift_card {
	position: relative;
	width: 100%;
}

.shift_card::before {
	content: "";
	position: absolute;
	top: 1.5em;
	right: 0;
	bottom: 0;
	left: 1.5em;
	background-color: #ff6b3a;
	z-index: 0;
}

.shift_card_img {
	position: relative;
	z-index: 1;
	width: calc(100% - 1.5em);
}

.shift_card_img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 1/1;
}

.shift_card_txt {
	position: relative;
	z-index: 1;
	margin-left: 1.5em;
	padding: .6em .8em .7em;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

@media screen and (max-width: 768px) {
	.shift_card_img img {
		aspect-ratio: 19/16;
	}
}

/* ================================================================================ */
/*		Other																	*/
/* ================================================================================ */

.clickable:hover>a {
	opacity: 0.75;
}

.clickable:hover {
	cursor: pointer;
}

.videowrap {
	position: relative;
	padding-bottom: calc(9 / 16 * 100%);
	overflow: hidden;
}

.videowrap video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.videofile {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

video::-webkit-media-controls-enclosure {
	overflow: hidden;
}

video::-webkit-media-controls-panel {
	width: calc(100% + 30px);
	/* Adjust as needed */
}

.modaal-container iframe {
	width: 100%;
}

.video_file {
	width: 100%;
}

/* ================================================================================ */
/*		リスト																	*/
/* ================================================================================ */
.parts_list {
	display: flex;
	flex-wrap: wrap;
	padding: 0px;
	margin: 0 -1em 0;
	list-style: none;
	justify-content: center;
}

.parts_list.col_2.ma_0 {
	margin: 0;
}

.parts_list.list_reverse {
	flex-wrap: wrap-reverse;
}

.parts_list img {
	width: 100%;
	height: auto;
}

.parts_list>li {
	margin: .5em 1.25em 2em;
	width: calc(100% / 3 - 2.5em);
}

.parts_list.radius1>li {
	border-radius: 1em;
}

.parts_list.radius1_5>li {
	border-radius: 1.5em;
}

.parts_list.radius2>li {
	border-radius: 2em;
}

.parts_list.col_1>li {
	margin: .5em 1em 2em;
	width: calc(100% / 1 - 2em);
}

.parts_list.col_2>li {
	margin: .5em 1.25em 2em;
	width: calc(100% / 2 - 2.5em);
}

.parts_list.col_2.ma_0>li {
	margin: 0em 0 0;
	width: calc(100% / 2);
}

.parts_list.col_2.maTopBtm0>li {
	margin-top: 0;
	margin-bottom: 0;
}

.parts_list.col_4>li {
	margin: .5em 1em 2em;
	width: calc(100% / 4 - 2em);
}

.parts_list.col_5>li {
	margin: .5em 1em 1em;
	width: calc(100% / 5 - 2em);
}

.parts_list.col_6>li {
	margin: .5em 1em 1em;
	width: calc(100% / 6 - 2em);
}

.parts_list.col_7>li {
	margin: .5em 1em 1em;
	width: calc(100% / 7 - 2em);
}

.parts_list.col_8>li {
	margin: .5em 1em 1em;
	width: calc(100% / 8 - 2em);
}

.parts_list>li.col_3x1 {
	width: calc(100% / 3 * 1 - 2.5em);
}

.parts_list>li.col_3x2 {
	width: calc(100% / 3 * 2 - 2.5em);
}

.parts_list.ma0>li.col_3x1 {
	width: calc(100% / 3 * 1);
	margin: 0;
}

.parts_list.ma0>li.col_3x2 {
	width: calc(100% / 3 * 2);
	margin: 0;
}

.parts_list>li.col_4x3 {
	width: calc(100% / 4 * 3 - 2em);
}

.parts_list>li.col_5x2 {
	width: calc(100% / 5 * 2 - 2em);
}

.parts_list>li.col_5x3 {
	width: calc(100% / 5 * 3 - 2em);
}

.parts_list>li.col_5x4 {
	width: calc(100% / 5 * 4 - 2em);
}

.parts_list>li.col_7x2 {
	width: calc(100% / 7 * 2 - 2em);
}

.parts_list>li.col_7x3 {
	width: calc(100% / 7 * 3 - 2em);
}

.parts_list>li.col_7x4 {
	width: calc(100% / 7 * 4 - 2em);
}

.parts_list>li.col_7x5 {
	width: calc(100% / 7 * 5 - 2em);
}

.parts_list>li.col_7x6 {
	width: calc(100% / 7 * 6 - 2em);
}

.parts_list>li.col_7x3.ma0 {
	width: calc(100% / 7 * 3);
}

.parts_list>li.col_7x4.ma0 {
	width: calc(100% / 7 * 4);
}

.parts_list>li.col_8x3.ma0 {
	width: calc(100% / 8 * 3);
}

.parts_list>li.col_8x5.ma0 {
	width: calc(100% / 8 * 5);
}

@media screen and (max-width: 1025px) {
	.parts_list>li.col_5x3 {
		width: calc(100% / 2 - 2em);
	}

	.parts_list>li.col_5x2 {
		width: calc(100% / 2 - 2em);
	}

	.parts_list.col_5>li {
		width: calc(100% / 4 - 2em);
	}
}

@media screen and (max-width: 960px) {
	.parts_list>li {
		width: calc(100% / 2 - 2.5em);
	}

	.parts_list.col_8>li {
		width: calc(100% / 5 - 2em);
	}

	.parts_list.col_4>li {
		width: calc(100% / 3 - 2em);
	}

	.parts_list>li.col_4x3 {
		width: calc(100% / 3 * 2 - 2em);
	}

	.parts_list.shift_right {
		width: auto;
		margin-right: auto;
	}

}

@media screen and (max-width: 810px) {
	.parts_list.tab_col_1>li {
		width: calc(100% / 1 - 2.5em);
	}

	.parts_list>li.col_3x1 {
		width: calc(100% / 2 - 2em);
	}

	.parts_list>li.col_3x2 {
		width: calc(100% / 1 - 2em);
	}

	.parts_list>li.col_5x3 {
		width: calc(100% / 1 - 2em);
	}

	.parts_list>li.col_5x2 {
		width: calc(100% / 1 - 2em);
	}


}

@media screen and (max-width: 768px) {
	.parts_list>li {
		width: calc(100% - 2.5em);
	}

	.parts_list.col_2>li {
		width: calc(100% / 1 - 2.5em);
	}

	.parts_list.col_2.ma_0>li {
		width: calc(100% / 1);
	}

	.parts_list.col_2.ma_0>li.paRgt2 {
		padding-right: 0;
		padding-bottom: 2em;
	}

	.parts_list.col_2.ma_0>li.paLft2 {
		padding-left: 0;
		padding-top: 2em;
	}

	.parts_list>li.col_7x4.ma0 {
		width: calc(100% / 1);
	}

	.parts_list>li.col_7x3.ma0 {
		width: calc(100% / 1);
	}

	.parts_list.col_5>li {
		width: calc(100% / 3 - 2em);
	}
}

@media screen and (max-width: 701px) {
	.parts_list.col_2.ma_0>li {
		width: calc(100% / 1);
	}

	.parts_list.col_2>li.linkbtn_box_wrap {
		width: calc(100% / 1 - 2.5em);
	}
}

@media screen and (max-width: 640px) {
	.parts_list.col_4>li {
		width: calc(100% / 2 - 2em);
		margin: .5em 1em 1.5em;
	}

	.parts_list>li.col_3x1,
	.parts_list>li.col_3x2 {
		width: calc(100% / 1 - 2em);
	}

	.parts_list.sp_col_2>li {
		width: calc(100% / 2 - 2em);
		margin: .5em 1em 1em;
	}

	.parts_list.sp_col_3x2>li {
		width: calc(100% / 3 * 2 - 2em);
		margin: .5em 1em 1em;
	}
}

@media screen and (max-width: 559px) {
	.parts_list.col_2.col_ma0>li {
		margin: 0;
		width: calc(100% / 1);
	}
}

@media screen and (max-width: 480px) {
	.parts_list>li {
		width: calc(100% - .5em);
	}

	.parts_list.col_2.mW900 {
		margin-left: -1em !important;
		margin-right: -1em !important;
	}

	.parts_list.col_2>li {
		width: 100%;
	}

	.parts_list.sp_col_2>li {
		width: calc(100% / 2 - 2em);
	}

	.parts_list.col_4>li {
		width: 100%;
	}

	.parts_list.col_4.sp_col_2>li {
		width: calc(100% / 2 - 2em);
	}

	.parts_list.col_5>li {
		width: calc(100% / 2 - 2em);
	}

	.parts_list.col_8>li {
		width: calc(100% / 3 - 2em);
	}
}


.alternately {
	margin: 1em -1em;
}

.alternately>li {
	margin: 0 1em !important;
}

.alternately>li>.parts_list {
	margin: 0;
}

.alternately>li>.parts_list.col_2>li {
	margin: 0;
	width: calc(100% / 2);
}

.alternately>li>ul>li:nth-child(2) {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 1em;
}

.alternately>li>ul>li:nth-child(2)>p {
	max-width: 500px;
}

.alternately>li:nth-child(2n)>ul>li:nth-child(2) {
	order: -1;
}

@media screen and (max-width: 1025px) {
	.alternately>li>ul>li:nth-child(2) {
		padding: 1em 1em 1em;
	}

	.alternately>li:nth-child(2n)>ul>li:nth-child(2) {
		padding: 1em 1em 1em;
	}
}

@media screen and (max-width: 810px) {
	.parts_list.shift_right>li {
		width: calc(100% / 1 - 2.5em);
	}

	.alternately>li>.parts_list.col_2>li {
		width: calc(100% / 1);
	}

	.alternately>li:nth-child(2n)>ul>li:nth-child(2) {
		order: 0;
	}
}

@media screen and (max-width: 560px) {
	.alternately>li>ul>li:nth-child(2) {
		padding: 1.5em 1em 3em;
	}

	.alternately>li:nth-child(2n)>ul>li:nth-child(2) {
		order: 1;
		padding: 1.5em 1em 3em;
	}
}

.h350_coverImg {
	width: 100%;
	height: 19.4444em;
	/*350px*/
}

.h350_coverImg img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.h400_coverImg {
	width: 100%;
	height: 22.2222em;
	/*400px*/
}

.h400_coverImg img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.h450_coverImg {
	width: 100%;
	height: 25em;
	/*450px*/
}

.h450_coverImg img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.h500_coverImg {
	width: 100%;
	height: 27.75em;
	/*500px*/
}

.h500_coverImg img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.h525_coverImg {
	width: 100%;
	height: 29.15em;
	/*525px*/
}

.h525_coverImg img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.h550_coverImg {
	width: 100%;
	height: 30.55em;
	/*550px*/
}

.h550_coverImg img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.h600_coverImg {
	width: 100%;
	height: 33.3333em;
	/*600px*/
}

.h600_coverImg img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.h700_coverImg {
	width: 100%;
	height: 38.8888em;
	/*700px*/
}

.h700_coverImg img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.h900_coverImg {
	width: 100%;
	height: 50em;
	/*900px*/
}

.h900_coverImg img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

/* flow_list */
.flow_list li {
	position: relative;
	padding-bottom: 2.5em;
}

.flow_list li:last-child {
	padding-bottom: 0;
}

.flow_list li::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: .75em;
	width: 0;
	height: 0;
	border-left: .72em solid transparent;
	border-right: .72em solid transparent;
	border-top: 1.2em solid #5CAF54;
	transform: translateX(-50%);
}

.flow_list li:last-child::after {
	display: none;
}

/* position */
.posi_sticky_wrap {
	overflow: visible !important;
}

.posi_sticky {
	position: sticky;
	top: var(--global_nav_height);
	align-self: flex-start;
	min-height: calc(100vh - var(--global_nav_height));
	min-height: calc(100dvh - var(--global_nav_height));
}

@media screen and (max-width: 960px) {
	.parts_list.ma0>li.col_3x1.posi_sticky {
		width: calc(100% / 1 * 1);
		position: static;
		min-height: auto;
		padding-top: var(--wrapper_padding_top);
	}

	li.col_3x1.posi_sticky+li.col_3x2 {
		width: calc(100% / 1 * 1);
	}

	li.col_3x1.posi_sticky+li.col_3x2>.paTop0 {
		padding-top: 3em !important;
	}

	li.col_3x1.posi_sticky+li.col_3x2 .paLft1 {
		padding-left: 0;
	}

}

/* ================================================================================ */
/*		table and dl															*/
/* ================================================================================ */
.hyo {
	display: flex;
	flex-wrap: wrap;
	gap: 1em 0;
}

.hyo.pc_col4 dt,
.hyo.pc_col4 dd {
	width: calc(100% / 4);
}

.hyo.pc_col3 dt,
.hyo.pc_col3 dd {
	width: calc(100% / 3);
}

.hyo dt {
	background: #000;
	color: #FFF;
	font-weight: 700;
	border: 1px solid #000;
	padding: .75em;
}

.hyo dd {
	border: 1px solid #000;
	padding: .75em;
}

.hyo dt+dd+dd {
	border-left: 0;
}

@media screen and (max-width: 896px) {

	.hyo.tab_col2 dt,
	.hyo.tab_col2 dd {
		width: calc(100% / 2);
	}
}

.hyo_01 {
	width: 100%;
	border-top: 1px solid #B4B4B4;
	border-collapse: separate;
}

.hyo_01 th, .hyo_01 td {
	border-bottom: 1px solid #B4B4B4;
	vertical-align: top;
	text-align: left;
	padding: 1em 1em;
}

.hyo_01 th {
	/*
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
*/
	width: 9.5em;
	font-weight: bold;
}

.hyo_01 td {
	/*
	border-right: 1px solid #707070;
	*/
	text-align: left;
}

.hyo_01.tableFixed {
	table-layout: fixed;
	min-width: 40.625em;
}

.hyo_01.tableFixed th {
	width: 10.5em;
	height: 10.5em;
}

.hyo_01.tableFixed th,
.hyo_01.tableFixed td {
	padding: 0.45em 1em;
	text-align: center;
}

.hyo_01.tableFixed th img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hyo_01.tableFixed tr:first-child>td {
	height: 3em;
	vertical-align: middle;
	text-align: center;
}

.hyo_01.tableFixed tr:nth-child(2)>td {
	vertical-align: top;
	background-color: #FFF;
	padding: 1em;
}

.hyo_01.tableFixed2 {
	table-layout: fixed;
	min-width: 55.5555em;
}

.hyo_01.tableFixed2 th,
.hyo_01.tableFixed2 td {
	text-align: center;
}

.hyo_01.tableFixed2 th {
	width: auto;
}

.hyo_01.tableFixed2 th img {}

.hyo_01.tableFixed2 tr:first-child>td {}

.hyo_01.tableFixed2 tr:nth-child(2)>td {}

.hyo_01.tableFixed3 {
	table-layout: fixed;
	width: 100%;
}

.hyo_01.tableFixed3 th,
.hyo_01.tableFixed3 td {
	text-align: center;
	padding: 0.45em;
	width: auto;
}

.hyo_01.tableFixed4 {
	table-layout: fixed;
	min-width: 37em;
}

.parts_hyo.col_2>li {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

@media screen and (max-width: 640px) {
	.parts_hyo.col_2>li:nth-child(n+2) .hyo_01 {
		border-top: none;
	}
}

@media screen and (max-width: 480px) {

	.hyo_01 th,
	.hyo_01 td {
		width: 100% !important;
		display: block;
	}

	.hyo_01 th {
		border-bottom: none;
		padding-bottom: .5em;
	}

	.hyo_01 td {
		padding-top: 0;
	}
}

.hyo_02 {
	width: 100%;
	border-collapse: separate;
	border-top: 1px solid #B4B4B4;
}

.hyo_02.ta_fixed {
	table-layout: fixed;
}

.hyo_02 th,
.hyo_02 td {
	vertical-align: top;
	text-align: left;
	padding: 1.5em 1em;
	border-bottom: 1px solid #B4B4B4;
}

.hyo_02 th {}

.hyo_02 td {}

@media screen and (max-width: 760px) {
	.hyo_02 th.W15em {
		width: 9em;
	}
}

@media screen and (max-width: 480px) {
	.hyo_02 {
		font-size: 1em;
	}

	.hyo_02.access th,
	.hyo_02.access td {
		width: 100%;
		display: block;
	}

	.hyo_02.access th {
		border-bottom: none;
		padding-bottom: 0;
	}

	.hyo_02.access td {
		padding-top: .25em;
	}

	.hyo_02 th,
	.hyo_02 td {
		width: 100% !important;
		display: block;
	}

	.hyo_02 th {
		border-bottom: none;
		padding-bottom: .5em;
	}

	.hyo_02 td {
		padding-top: 0;
	}
}

/* ================================================================================ */
/*		iframe																	*/
/* ================================================================================ */
.map_iframe {
	position: relative;
	width: 100%;
	padding: calc(450 / 1100 * 100%) 0 0;
	margin: 0 auto;
}

.map_iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.virtualtour_iframe {
	padding: calc(650 / 1150 * 100%) 0 0;
}

@media screen and (max-width: 896px) {
	.virtualtour_iframe {
		padding: calc(1025 / 1075 * 100%) 0 0;
	}
}

@media screen and (max-width: 810px) {
	.map_iframe {
		padding: calc(850 / 1150 * 100%) 0 0;
	}
}

@media screen and (max-width: 480px) {
	.map_iframe {
		padding: calc(480 / 350 * 100%) 0 0;
	}

	.virtualtour_iframe {
		padding: calc(1400 / 1000 * 100%) 0 0;
	}
}

/* ================================================================================ */
/*		news																	*/
/* ================================================================================ */
.news_wrap>ul {
	display: flex;
	flex-wrap: wrap;
	margin-left: -1em;
	margin-right: -1em;
}

.news_wrap>ul li {
	padding: 1em;
	width: calc(100% / 3);
}

@media screen and (max-width: 768px) {
	.news_wrap>ul li {
		width: calc(100% / 2);
	}
}

@media screen and (max-width: 480px) {
	.news_wrap>ul li {
		width: calc(100% / 1);
	}
}

.news_wrap>ul li:first-child {}

.news_wrap>ul li a {
	display: block;
	position: relative;
	padding: 0;
}

.news_wrap>ul li a>div>img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 375/250;
}

/*
.news_wrap>ul li a:after {
	content: "";
	width: 1em;
	height: 1em;
	background: url("../img/separator.svg") center center no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

.newsPage ul li a:after {
	border-top: solid 2px #000 !important;
	border-right: solid 2px #000 !important;
}
*/

.news_wrap>ul li a:hover {
	text-decoration: none;
}

.news_ymd {
	display: inline-block;
}

.news_catName {
	padding: .1em .75em .2em;
	display: inline-block;
	text-align: center;
	border: 1px solid #707070;
	background: #FFF;
	border-radius: 999px;
	/*	margin-bottom: .5em;
	margin-left: .5em; */
	line-height: 1.6;
}

.dispFlex .news_catName {
	margin-bottom: 0;
	padding: .15em 1em .25em;
	border: 1px solid #707070;
	border-radius: 999px;
}

.cat_list>ul {
	margin: 0 0 0 0em;
}

.cat_list>ul>li>span,
.cat_list>ul>li>a {
	float: left;
	margin: 0 .5em 1em 0;
	font-size: 1em;
	background: #FFF;
	border: none;
	color: #000;
	display: inline-block;
	padding: .3em 1.5em .45em;
	border: 1px solid #707070;
	border-radius: 999px;
	transition-property: all;
	transition-duration: 0.2s;
}

.cat_list>ul>li>span {
	color: #CCC;
	border: 1px solid #CCC;
}

.cat_list>ul>li>a:hover {
	background: #707070;
	color: #FFF;
	text-decoration: none;
	opacity: 1;
}

.cat_list>ul>li>a.current {
	color: #FFF;
	background: #707070;
	pointer-events: none;
	text-decoration: none;
	cursor: text;
}

.newsDetail p {}

.newsDetail .news_ymd {
	vertical-align: middle;
}

.newsDetail .news_catName {
	vertical-align: middle;
}

.newsDetail a {
	text-decoration: underline;
	color: #0800FF;
}

.newsDetail a[href^="tel:"] {
	text-decoration: none;
	color: initial;
}

.news_title {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	padding: 0 0 0;
	flex: 1;
	font-weight: bold;
	font-size: 1.2em;
}

.news_title2 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	padding: .5em 0 0;
	flex: 1;
}

#ListPhp .news_title,
#ListPhp .news_title2 {
	text-overflow: clip;
	white-space: normal;
	line-height: 1.4;
}

.news_wrap>ul li a:hover .news_title {
	text-decoration: underline;
}

.news_title2 a:hover {
	text-decoration: underline;
}

.comment_teDnone:hover {
	text-decoration: none;
}

.comment_teDnone:hover .news_title2 {
	text-decoration: underline;
}

.news_comment {
	margin: 0 0 0 0;
	line-height: 1.8em;
	height: 3.6em;
	display: -webkit-box;
	overflow: hidden;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.business_category {
	border: 1px solid #ccc;
	font-size: 0.8em;
	padding: 0.2em 0.5em 0.2em;
	vertical-align: middle;
	position: relative;
	top: -0.1em;
}

.thumbNailWrap {
	width: 300px;
	height: 225px;
	float: left;
	margin: 0 1.5em 0 0;
}

.thumbNailWrap .object_fit_wrap {
	width: 100%;
	height: 100%;
}

.thumbNailWrap img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.pager {
	text-align: center !important;
	display: block;
	padding: 1em;
}

.pager a {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	transition-property: all;
	transition-duration: 0.2s;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.2s;
	display: inline-block;
	text-align: center;
	margin: .25em;
	font-weight: bold;
	font-size: 1em;
	background: #FFF;
	border: 1px solid #0F2D5A;
	width: calc(3em + 4px);
	height: calc(3em + 4px);
	border-radius: 999px;
	line-height: 3em;
	color: #0F2D5A;
}

.pager a img {
	width: 1.5em;
	margin-bottom: .4em;
}

.pager a:hover,
.pager a.hover,
.pager a:focus,
.pager a:active {
	color: #FFF;
	background: #0F2D5A;
	text-decoration: none;
	opacity: 1;
}

.pager a.current {
	color: #FFF;
	background: #0F2D5A;
	pointer-events: none;
	text-decoration: none;
	cursor: text;
}

.overPagerPattern {
	vertical-align: .4em;
	color: #0F2D5A;
}

.pager a svg {
	fill: #0F2D5A;
	width: 1em;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transition: .2s ease 0s;
	transition: .2s ease 0s;
}

.pager a:hover svg {
	fill: #FFF;
}

.pager a:hover .prev svg {
	left: 25%;
}

.pager a:hover .next svg {
	left: 75%;
}

/*	----	detail_text	----	*/
.detail_text p {
	margin-bottom: .75em;
}

.recruit_list .detail_text p {
	margin-bottom: 0;
}

.detail_text a {
	text-decoration: underline;
	color: #0800FF;
}

.detail_text ul {
	padding-left: 1em;
	margin-bottom: .75em;
}

.detail_text ul>li {
	list-style-type: disc;
	padding-left: .5em;
}

.detail_text ol {
	padding-left: 1em;
}

.detail_text ol>li {
	list-style-type: decimal;
	padding-left: .5em;
}

.detail_text table caption {
	padding: .25em;
}

.detail_text table th,
.detail_text table td {
	border: 1px solid;
	border-collapse: initial;
	padding: .25em;
	width: auto !important;
	display: table-cell;
}

.detail_text hr {
	border-top: 1px solid;
}

/* ================================================================================ */
/*			フォーム																		 */
/* ================================================================================ */
#mf_wrapper p.t-foot {
	max-width: 800px;
	padding: 32px;
	margin: 32px auto;
	border: solid 1px #ccc;
	font-size: 0.9em;
	line-height: 1.6;
	text-align: left;
	background: #fff;
}

form#mailform .privacylink {
	margin-top: 10px;
	display: inline-block;
	text-align: right;
	width: 100%;
}

input[type=checkbox],
input[type=radio] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	position: relative;
	right: 0;
	bottom: 0;
	left: 0;
	height: 20px;
	width: 20px;
	vertical-align: -0.8rem;
	transition: all .15s ease-out 0s;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin: .4rem;
	outline: none;
	border-radius: 10%;
}

@media all and (-ms-high-contrast: none) {

	input[type=checkbox],
	input[type=radio] {
		vertical-align: middle;
	}
}

/* Checkbox */
input[type=checkbox]:before,
input[type=checkbox]:after {
	position: absolute;
	content: "";
	background: #444;
	transition: all .2s ease-in-out;
}

input[type=checkbox]:before {
	left: 2px;
	top: 6px;
	width: 0;
	height: 2px;
	transform: rotate(45deg);
}

input[type=checkbox]:after {
	right: 9px;
	bottom: 3px;
	width: 2px;
	height: 0;
	transform: rotate(40deg);
	transition-delay: .2s;
}

input[type="checkbox"]:checked::before {
	left: 1px;
	top: 10.5px;
	width: 8px;
	height: 2px;
}

input[type="checkbox"]:checked::after {
	right: 5px;
	bottom: 2px;
	width: 2px;
	height: 14px;
}

input[type=checkbox]:indeterminate:before,
input[type=checkbox]:indeterminate:after {
	width: 7px;
	height: 2px;
	transform: rotate(0);
}

input[type=checkbox]:indeterminate:before {
	left: 1px;
	top: 7px;
}

input[type=checkbox]:indeterminate:after {
	right: 1px;
	bottom: 7px;
}

input[type="checkbox"]:disabled {
	cursor: not-allowed;
}

label.is_disabled {
	cursor: not-allowed !important;
}

/* Radio */
input[type=radio] {
	border-radius: 50%;
}

input[type=radio]:checked:before {
	transform: scale(1);
}

input[type=radio]:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 4px;
	transform: scale(0);
	transition: all ease-out 250ms;
}

/* 色は青色のみ */
input[type=checkbox],
input[type=radio] {
	border: 1px solid #ccc;
	background: #fafafa;
}

input[type=radio]:checked:before {
	background: #444;
}

input[type=checkbox]:checked,
input[type=checkbox]:indeterminate {
	background: #fafafa;
}

input[type=checkbox]:focus,
input[type=radio]:focus {
	box-shadow: 0px 0px 5px #55ccff;
	border: 1px solid #55ccff;
	background: #ffffff;
}

/* プレースホルダー文字色の共通設定 */
::placeholder {
	color: rgba(119, 119, 119, 0.5);
}

form#mailform select {
	padding-right: 3em !important;
}

span.required {
	background: #c5243a !important;
}

span.optional {
	background: #3d7eb6 !important;
}

table.mailform {
	max-width: 100% !important;
}

table.mailform tr th {
	padding-top: 2.5em !important;
}

table.mailform tr td {
	padding-bottom: 2.5em !important;
}

table.mailform tr:first-child th {
	border-top: none;
}

/*
table.mailform tr.additionalForm {
	display: none;
}
*/
/*
table.mailform tr:last-child td {
	border-bottom: none;
}
*/
.interest_product {
	background: #E9E9E9;
	border-radius: .5em;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: .95em;
}

.interest_product label {
	width: 50%;
	padding-top: .75em !important;
}

.caution {
	display: inline-block;
	margin: .5em auto;
	padding: 2.25em 2em .5em;
	border: 3px solid #c5243a;
	color: #c5243a;
	position: relative;
	font-weight: bold;
}

.caution::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "ご注意";
	background-color: #c5243a;
	background-image: url("../img/caution.svg");
	background-size: 1em;
	background-repeat: no-repeat;
	background-position: calc(50% - 2.5em) center;
	display: inline-block;
	width: 100%;
	height: 2em;
	color: #FFF;
}

/*Google reCAPTCHAの非表示*/
.grecaptcha-badge {
	visibility: hidden;
}

/*Google reCAPTCHAの表示*/
#reCAPTCHA_disp .grecaptcha-badge {
	visibility: visible;
}

#reCAPTCHA_disp #topBtn {
	bottom: 85px;
}

@media screen and (max-width: 650px) {
	.interest_product label {
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	#reCAPTCHA_disp .grecaptcha-badge {}

	#reCAPTCHA_disp #topBtn {}
}

#privacy_check label {
	padding-left: 0 !important;
}

table.mailform.documents tr th,
table.mailform.documents tr td {
	border: none;
}

.selectList select {
	font-size: 1em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border: 1px solid #ccc;
	border-radius: 10%;

	background: #fafafa;
	padding: .25em 1em .45em .5em;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath d='M4 2 L7 5 L4 8' stroke='%23666' stroke-width='1.5' fill='none' transform='rotate(90 5 5)'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right .25em center;
	background-size: .6em auto;
}

.selectList select:hover {
	border: 1px solid #55ccff;
	box-shadow: 0 0 5px #55ccff;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath d='M4 2 L7 5 L4 8' stroke='%2355ccff' stroke-width='1.5' fill='none' transform='rotate(-90 5 5)'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right .25em center;
	background-size: .6em auto;
}

/* ================================================================================ */
/*		PAGE																	*/
/* ================================================================================ */
.home_top_logo {
	width: 55%;
	max-width: 335px;
	margin-left: auto;
	margin-right: auto;
	padding: 1em 0 1em;
}

@media screen and (max-width: 480px) {
	.home_top_logo {}
}

.home_company {
	position: relative;
}

.home_company::before {
	position: absolute;
	display: block;
	content: '';
	top: 0;
	left: 0;
	width: 77%;
	height: 100%;
	background: #2241A9;
}

.home_company_body {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-start;
	padding-top: 4em;
	padding-right: 0;
	padding-bottom: 4em;
	padding-left: max(var(--column_padding_LR),
			calc((100% - var(--column_max_width)) / 2 + var(--column_padding_LR)));
}


.home_company_img {
	flex-shrink: 0;
	width: 44.8%;
	z-index: 1;
	aspect-ratio: 1/1;
}

.home_company_img>img {
	object-fit: cover;
	height: 100%;
}

.home_company_text {
	color: #ffffff;
	margin-right: min(7%, 4.5em);
	z-index: 1;
}

@media screen and (max-width: 768px) {
	.home_company::before {
		width: calc(100% - var(--column_padding_LR));
	}

	.home_company_body {
		flex-direction: column;
		padding-top: 3em;
		padding-bottom: 3em;
		padding-left: var(--column_padding_LR);
	}

	.home_company_img {
		width: 100%;
		aspect-ratio: 13/10;
	}
}

.home_service {
	position: relative;
}

.home_service::before {
	position: absolute;
	display: block;
	content: '';
}

.home_service::before {
	top: 0;
	left: 0;
	width: calc(100% - max(var(--column_padding_LR),
				calc((100% - var(--column_max_width)) / 2 + var(--column_padding_LR))));
	height: 100%;
	background: #FFF;
}

.home_service_body {
	display: grid;
	grid-template-columns: minmax(0, 1fr) calc(50% + 2.5em);
	grid-template-areas:
		"ttl img"
		"text img";
	column-gap: 2.75em;
	align-items: flex-start;
	padding-top: 4em;
	padding-right: 0;
	padding-bottom: 4em;
	padding-left: max(var(--column_padding_LR),
			calc((100% - var(--column_max_width)) / 2 + var(--column_padding_LR)));
}

.home_service_img {
	grid-area: img;
	width: 100%;
	z-index: 1;
	margin-top: 1.25em;
}

.home_service_img>img {
	display: block;
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.home_service_text {
	grid-area: text;
	z-index: 1;
}

.home_service_ttl {
	grid-area: ttl;
	z-index: 2;
	margin-left: calc(-1 * max(var(--column_padding_LR),
				calc((100vw - var(--column_max_width)) / 2 + var(--column_padding_LR))));
	padding-left: max(var(--column_padding_LR),
			calc((100vw - var(--column_max_width)) / 2 + var(--column_padding_LR)));
	padding-top: .5em;
	padding-bottom: .5em;
	margin-right: -100%;
}

.home_service.home_service_rev::before {
	left: auto;
	right: 0;
}

.home_service.home_service_rev .home_service_body {
	grid-template-columns: calc(50% + 2.5em) minmax(0, 1fr);
	grid-template-areas:
		"img ttl"
		"img text";
	padding-left: 0;
	padding-right: max(var(--column_padding_LR),
			calc((100% - var(--column_max_width)) / 2 + var(--column_padding_LR)));
}

.home_service.home_service_rev .home_service_text {
	margin-right: 0;
	margin-left: 0;
}

.home_service.home_service_rev .home_service_ttl {
	margin-left: -100%;
	padding-left: 0;
	margin-right: calc(-1 * max(var(--column_padding_LR),
				calc((100vw - var(--column_max_width)) / 2 + var(--column_padding_LR))));
	padding-right: max(var(--column_padding_LR),
			calc((100vw - var(--column_max_width)) / 2 + var(--column_padding_LR)));
	text-align: right;
}

@media screen and (max-width: 768px) {
	.home_service_body {
		grid-template-columns: 1fr;
		grid-template-areas:
			"ttl"
			"img"
			"text";
		padding-bottom: 3em;
	}

	.home_service.home_service_rev .home_service_body {
		grid-template-columns: 1fr;
		grid-template-areas:
			"ttl"
			"img"
			"text";
	}

	.home_service_ttl {
		width: 80%;
		margin-right: 0;
	}

	.home_service.home_service_rev .home_service_ttl {
		width: 80%;
		margin-left: auto;
		margin-right: calc(-1 * max(var(--column_padding_LR),
					calc((100vw - var(--column_max_width)) / 2 + var(--column_padding_LR))));
		padding-left: 0;
		padding-right: max(var(--column_padding_LR),
				calc((100vw - var(--column_max_width)) / 2 + var(--column_padding_LR)));
		text-align: right;
	}

	.home_service_img {
		margin-top: -1.35em;
	}

	.home_service_text {
		padding-right: max(calc(var(--column_padding_LR) * 2),
				calc((100% - var(--column_max_width)) / 2 + var(--column_padding_LR) * 2));
	}

	.home_service.home_service_rev .home_service_text {
		padding-left: max(calc(var(--column_padding_LR) * 2),
				calc((100% - var(--column_max_width)) / 2 + var(--column_padding_LR) * 2));
		padding-right: 0;
	}
}

.home_partner {
	margin-bottom: 3.8em;
}

.home_partner li:nth-child(1) {
	margin-top: 3.8em !important;
	margin-bottom: -3.8em !important;
	z-index: 1;
	margin-right: -100px !important;
	width: calc(50% + 100px) !important;
}

.home_partner li:nth-child(2) {
	width: calc(50% + max(var(--column_padding_LR),
				calc((100vw - var(--column_max_width)) / 2 + var(--column_padding_LR)))) !important;
	margin-right: calc(-1 * max(var(--column_padding_LR),
				calc((100vw - var(--column_max_width)) / 2 + var(--column_padding_LR)))) !important;
	padding-left: 100px !important;
	padding-right: max(calc(var(--column_padding_LR)),
			calc((100vw - var(--column_max_width)) / 2 + var(--column_padding_LR))) !important;
}

.home_partner li:nth-child(2) .home_partner_body {
	height: 100%;
	padding: calc(3.8em + 1.5em) var(--column_padding_LR) 3em !important;
	position: relative;
}

.home_partner li:nth-child(2) .home_partner_ttl {
	margin-left: calc(-1 * (var(--column_max_width) / 2 + 100px));
	position: relative;
	z-index: 2;
	text-align: right;
}

.home_partner li:nth-child(2) .home_partner_ttl>img {
	height: 100px;
	width: auto;
}

.home_partner.home_partner_rev {
	display: flex;
	flex-direction: row-reverse;
}

.home_partner.home_partner_rev li:nth-child(1) {
	margin-right: 0 !important;
	margin-left: -100px !important;
}

.home_partner.home_partner_rev li:nth-child(2) {
	margin-right: 0 !important;
	margin-left: calc(-1 * max(var(--column_padding_LR),
				calc((100vw - var(--column_max_width)) / 2 + var(--column_padding_LR)))) !important;
	padding-left: max(calc(var(--column_padding_LR)),
			calc((100vw - var(--column_max_width)) / 2 + var(--column_padding_LR))) !important;
	padding-right: 100px !important;
}

.home_partner.home_partner_rev li:nth-child(2) .home_partner_ttl {
	margin-left: 0 !important;
	margin-right: calc(-1 * (var(--column_max_width) / 2 + 100px)) !important;
	text-align: left !important;
}

@media screen and (max-width: 768px) {

	.home_partner li:nth-child(1) {
		width: 100% !important;
		margin: 0 !important;
	}

	.home_partner.home_partner_rev li:nth-child(1) {
		margin: 0 !important;
	}

	.home_partner li:nth-child(2) {
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.home_partner.home_partner_rev li:nth-child(2) {
		margin: 0 !important;
		padding: 0 !important;
	}

	.home_partner li:nth-child(2) .home_partner_body {
		padding: 0 var(--column_padding_LR) 3em !important;
		margin-top: -1.25em;
	}

	.home_partner li:nth-child(2) .home_partner_ttl {
		margin: 0 !important;
		text-align: center !important;
	}

	.home_partner.home_partner_rev li:nth-child(2) .home_partner_ttl {
		margin: 0 !important;
		text-align: center !important;
	}

	.home_partner li:nth-child(2) .home_partner_ttl>img {
		height: 2.85em;
	}
}

.home_recruit .h600_coverImg {
	height: 33.3333em;
}

.home_recruit .h600_coverImg img {
	height: 100%;
}

.home_illust_offset_target {
	margin-left: -5em !important;

}

.home_ul_offset_target {
	margin-top: -7em !important;

}

.column_overflowL {
	margin-left: calc(-1 * max(var(--column_padding_LR), calc((100vw - var(--column_max_width)) / 2 + var(--column_padding_LR)))) !important;
}

.column_overflowR {
	margin-right: calc(-1 * max(var(--column_padding_LR), calc((100vw - var(--column_max_width)) / 2 + var(--column_padding_LR)))) !important;
}

.column_overflowLR {
	margin-left: calc(-1 * max(var(--column_padding_LR), calc((100vw - var(--column_max_width)) / 2 + var(--column_padding_LR)))) !important;
	margin-right: calc(-1 * max(var(--column_padding_LR), calc((100vw - var(--column_max_width)) / 2 + var(--column_padding_LR)))) !important;
}

@media screen and (max-width: 768px) {
	.home_recruit .column_overflowL {
		margin-left: calc(-1 * var(--column_padding_LR)) !important;
		margin-right: calc(-1 * var(--column_padding_LR)) !important;
	}

	.home_recruit .h600_coverImg {
		height: auto;
	}

	.home_recruit .h600_coverImg img {
		height: auto;
	}

	.home_illust_offset_target {
		margin-left: 0 !important;

	}

	.home_ul_offset_target {
		margin-top: 1em !important;

	}

}

.header_overlay {
	position: relative;
	overflow: hidden;
}

.header_overlay::after {
	content: "";
	position: absolute;
	inset: 0;
	background-color: rgba(34, 65, 169, .4);
	pointer-events: none;
	z-index: 1;
}

.header_overlay img {
	position: relative;
	z-index: 0;
}

@media screen and (max-width: 768px) {
	.header_overlay img {
		height: 23.5em;
	}
}

@media screen and (max-width: 480px) {
	.header_overlay img {
		height: 18em;
	}
}

.company_greeting {
	position: relative;
	z-index: 3;
	width: 65vw;
	margin-left: auto;
	margin-top: 4.5em;
	margin-bottom: -26em;
	aspect-ratio: 3/2;
}

.company_greeting img {
	display: block;
	width: 100%;
	height: 100%;
}

.company_greeting_after {
	padding-top: 7em;
}

.company_greeting_after .president_name {
	width: 60%;
	max-width: 350px;
}

@media screen and (max-width: 960px) {
	.company_greeting {
		margin-bottom: -22em;
	}
}

@media screen and (max-width: 768px) {
	.company_greeting {
		width: 73.5vw;
		aspect-ratio: 2/1.5;
	}
}

@media screen and (max-width: 480px) {
	.company_greeting {
		width: 82vw;
		aspect-ratio: 1/1;
	}

}

.contact_tel {
	border: 2px solid #FFF;
}

.contact_tel .logo {
	width: 80%;
	max-width: 360px;
	margin: .5em auto .5em;
}


/* recruit_page */
.recruit_link {}

.recruit_link>a {
	padding: 2em 0 !important;
}

.recruit_link>a>img {
	width: 170px !important;
	height: 170px !important;
}

#global_nav>ul.recruit_nav>li>a>span {
	text-shadow: 0 1.25em 0 #F9703C, 0 0 0 #000;
}

#global_nav>ul.recruit_nav>li:not(.active):not(.global_nav_tel):not(.head_contact)>a:hover>span {
	opacity: 1;
	text-shadow: 0 0 0 #F9703C, 0 -1.25em 0 #000;
}

#global_nav>ul.recruit_nav>li.head_contact>a>span {
	text-shadow: 0 1.25em 0 #FFF, 0 0 0 #FFF;
}

#global_nav>ul.recruit_nav>li.head_contact>a:hover>span {
	text-shadow: 0 0 0 #FFF, 0 -1.25em 0 #FFF;
}

#global_nav>ul.recruit_nav>li.active>a>span {
	color: #F9703C;
	text-shadow: none;
}

#global_nav>ul.recruit_nav>li.head_contact.active>a>span {
	color: #FFF;
	text-shadow: none;
}

#global_nav>ul>li>ul>li>a>img {
	width: 4em;
	height: 4em;
	object-fit: contain;
}

@media screen and (max-width: 960px) {
	#global_nav>ul.recruit_nav>li.head_contact>a {
		background: transparent;
	}

	#global_nav>ul.recruit_nav>li.head_contact>a>span {
		text-shadow: 0 1.25em 0 #F9703C, 0 0 0 #000;
	}

	#global_nav>ul.recruit_nav>li.head_contact>a:hover>span {
		opacity: 1;
		text-shadow: 0 0 0 #F9703C, 0 -1.25em 0 #000;
	}

	#global_nav>ul.recruit_nav>li.head_contact.active>a>span {
		color: #F9703C;
	}
}

.recruit_home_ttl {
	border: 5px solid #2241A9;
}

.recruit_home_imgs {
	position: absolute;
	top: var(--column_padding_TB);
	left: 50%;
	width: 100vw;
	transform: translateX(-50%);
}

.recruit_home_imgs>div {
	position: absolute;
	width: calc((100vw - 575px) / 2);
}

.recruit_home_imgs>div>div {
	position: absolute;
	width: 80%;
}

.recruit_home_imgs>div>div>img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: .3em;
	aspect-ratio: 1/1;
}

.recruit_home_imgs-01 {
	left: 0;
}

.recruit_home_imgs-01>div {
	top: 10em;
	right: 1em;
	max-width: 12.5em;
}

.recruit_home_imgs-02 {
	left: 0;
}

.recruit_home_imgs-02>div {
	top: 29em;
	left: 0;
	max-width: 16.5em;
}

.recruit_home_imgs-03 {
	right: 0;
}

.recruit_home_imgs-03>div {
	top: 4.5em;
	right: 0;
	max-width: 16.5em;
}

.recruit_home_imgs-04 {
	right: 0;
}

.recruit_home_imgs-04>div {
	top: 24em;
	left: 0;
	max-width: 12.5em;
}

@media screen and (max-width: 1000px) {
	.recruit_home_imgs {
		width: 100vw;
		transform: none;
		margin-top: 1.5em;
		left: auto;
		margin-left: calc(-1 * var(--column_padding_LR));
		margin-right: calc(-1 * var(--column_padding_LR));
	}

	.recruit_home_imgs>.slick-list {
		position: relative;
		width: 100%;
	}

	.recruit_home_imgs>.slick-list>.slick-track {
		position: relative;
	}

	.recruit_home_imgs .slick-slide>div {
		width: 100%;
		max-width: none;
		aspect-ratio: 4 / 3;
		overflow: hidden;
	}

	.recruit_home_imgs.slick-initialized .slick-slide {
		padding: 0 .8em;
	}

	.recruit_home_imgs .slick-slide img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

.rec_home_illust_offset01 {
	overflow: visible;
}

.rec_home_illust_offset01_target {
	position: absolute;
	bottom: -7.5em;
	z-index: 1;
	right: max(var(--column_padding_LR), calc((100vw - var(--column_max_width)) / 2 + var(--column_padding_LR)));
	left: auto;
}

@media screen and (max-width: 1000px) {
	.rec_home_illust_offset01_target {
		position: relative;
		bottom: auto;
		right: auto;
		left: auto;
		margin: -2em auto -7em;
		padding: 0 var(--column_padding_LR);
	}
}

@media screen and (max-width: 480px) {
	.rec_home_illust_offset01_target {
		margin: 0 auto -7em;
	}
}

.rec_home_illust_offset02 {
	position: relative;
	overflow: visible;
	padding-top: 11em;
}

.rec_home_illust_offset02>.column {
	margin-bottom: -4em;
}

.rec_home_illust_offset02_target {
	position: relative;
	margin-top: -32.5em;
	z-index: 1;
	left: 0;
	right: 0;
	margin-right: auto;
	margin-left: 0;
}

.rec_home_illust_offset03_target {
	margin-right: 0;
	margin-left: auto;
}

@media screen and (max-width: 480px) {

	.rec_home_illust_offset02>.column {
		margin-bottom: -3em;
	}

	.rec_home_illust_offset02_target {
		margin-top: -28.5em;
	}

	#work-environment .h500_coverImg {
		height: auto;
		/*250px*/
	}

	#work-environment .h400_coverImg {
		height: 17.85em;
		/*250px*/
	}
}

.rec_interview_illust_offset01 {
	position: relative;
	overflow: visible;
	margin-bottom: 14em;
	width: 100%;
	height: 36em;
}

.rec_interview_illust_offset01>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rec_interview_illust_offset01_target {
	position: relative;
	top: -10em;
	z-index: 1;
	left: 0;
	right: auto;
}

@media screen and (max-width: 480px) {
	.rec_interview_illust_offset01 {
		height: 28.5em;
		aspect-ratio: 39/40;
	}

	.rec_interview_illust_offset01_target {
		left: auto;
	}

}

.posi_sticky_wrap .col_3x2 .column {
	padding-right: max(var(--column_padding_LR), calc((100vw - var(--column_max_width)) / 2 + var(--column_padding_LR)));
}

.interview_link {
	display: block;
	text-decoration: none;
}

.interview_link:hover {
	opacity: 1;
	text-decoration: none;
}

.interview_img {
	overflow: hidden;
	aspect-ratio: 14/11;
}

.interview_img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .4s ease;
}

.interview_link:hover .interview_img img {
	transform: scale(1.1);
}

.interview_info {
	display: flex;
	align-items: center;
	column-gap: 1em;
	padding: 1.5em;
}

.interview_year {
	display: inline-block;
	padding: .45em .9em .5em;
	line-height: 1;
}

.interview_position,
.interview_name {}

.interview_arrow {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	margin-left: auto;
	border-radius: 50%;
	background-color: #FFF;
	flex: 0 0 auto;
}

.interview_arrow::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: .8em;
	height: .8em;
	background: url("../img/icon_arrow.svg") no-repeat center center;
	background-size: contain;
	transform: translate(-50%, -50%);
	transition: transform .3s ease;
}

.interview_link:hover .interview_arrow::before {
	transform: translate(-50%, -50%) translateX(.25em);
}


.header_ellipse.interview_lead {
	margin-top: 0;
}

.interview_lead {
	overflow: visible;
	z-index: 2;
}

.interview_page_title_img {
	position: absolute;
	top: -21.5em;
	right: var(--column_padding_LR);
	width: 60vw;
	height: 765px;
	z-index: -1;
	aspect-ratio: 39/32;
}

.interview_page_title_img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.interview_lead_text {
	position: relative;
	z-index: 2;
}

.interview_page_body {
	width: fit-content;
}

.interview_page_body a.linelink:hover {
	opacity: 1;
}

.interview_page_body a.linelink img {
	transition: transform 0.3s ease;
}

.interview_page_body a.linelink:hover img {
	transform: scale(1.03);
}

@media screen and (max-width: 1000px) {
	.header_ellipse.header_ellipse_reverse:has(.interview_page_title_img)::before {
		z-index: 3;
	}

	.interview_page_title_img {
		position: relative;
		right: 0;
		left: 0;
		width: 100vw;
		height: 30em;
		top: calc(-1 * var(--triangle_height));
		margin: 0 calc(-1 * var(--column_padding_LR));
		aspect-ratio: auto;
	}

	.interview_page_body {
		margin: -10em auto;
	}

	.header_ellipse.interview_lead.paBtm4 {
		padding-bottom: 12em !important;
	}
}

.work_schedule_list {
	display: grid;
	row-gap: 1.5em;
}

.work_schedule_item {
	display: grid;
	grid-template-columns: 3em 1em 1fr;
	column-gap: .25em;
}

.work_schedule_point {
	position: relative;
	width: 1em;
}

.work_schedule_point::before {
	content: "";
	position: absolute;
	top: .45em;
	left: 50%;
	width: 1px;
	height: calc(100% + 2em);
	transform: translateX(-50%);
	background-color: currentColor;
}

.work_schedule_point::after {
	content: "";
	position: absolute;
	top: .45em;
	left: 50%;
	width: 1em;
	height: 1em;
	border-radius: 100%;
	transform: translateX(-50%);
	background-color: currentColor;
}

.work_schedule_item:last-child .work_schedule_point::before {
	height: 0;
}

.work_schedule_text {
	padding-left: 1em;
}

/* ================================================================================ */
/*	 recruit																	*/
/* ================================================================================ */

.recruit_wrap {
	color: #000;
	text-align: left;
	width: 100%;
	padding: 2.5em 2.5em 1em;
	margin-bottom: 5em !important;
	background-color: #FFF;
	border: 3px solid #62B452;
}

.recruit_wrap.cat-1 {
	border: 3px solid #079DB9;
}

.recruit_list .aspect_img_wrap {
	position: relative;
	width: 100%;
	height: auto;
	background: #EFEFEF;
}

.recruit_list .aspect_img_wrap .aspect img {
	object-fit: contain;
}

.recruit_title {
	background: #62B452;
	color: #FFF;
}

.recruit_wrap.cat-1 .recruit_title {
	background: #079DB9;
}

.recruit_wrap .color_02 {
	color: #62B452;
}

.recruit_wrap.cat-1 .color_02 {
	color: #079DB9;
}

.recruit_wrap .hyo_01 th {
	color: #62B452;
}

.recruit_wrap.cat-1 .hyo_01 th {
	color: #079DB9;
}

.recruit_wrap .news_catName {
	margin-left: 1em;
}

.recruit_detail .slide {
	position: relative;
	width: 100%;
	height: auto;
	background: #EFEFEF;
}

.recruit_detail .slide::before {
	content: "";
	display: block;
	padding-top: calc(1 / 1 * 100%);
}

.slide-navigation {
	margin: 0 -0.5em;
	margin-top: 1em;
}

.slide-navigation .slick-slide {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 .5em;
}

.slide-navigation .slick-slide::before {
	content: "";
	display: block;
	padding-top: calc(1 / 1 * 100%);
}

.slide-navigation .slick-slide>.slide-nav-img {
	background: #EFEFEF;
}

.recruit_detail .slide>.slick-list,
.slide-navigation .slick-slide>.slide-nav-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.recruit_detail .slide>.slick-list {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.recruit_detail .slide>.slick-list>.slick-track {
	top: 0;
	height: 100%;
}

.slide-navigation>.slick-list>.slick-track {
	margin-left: 0;
}

.recruit_detail .slide>.slick-list>.slick-track>.slick-slide img,
.slide-navigation .slick-slide>.slide-nav-img img {
	position: relative;
	top: calc(50%) !important;
	transform: translateY(-50%);
}

.recruit_detail .slide>.slick-list>.slick-track>.slick-slide img {
	top: calc(50% - 1px) !important;
}

.slide-navigation .slick-slide:hover {
	opacity: .7;
	cursor: pointer;
}

.slide-navigation .slick-slide.slick-current>.slide-nav-img img {
	opacity: .7;
}

.recruit_logo {
	width: 112px !important;
	height: auto !important;
	margin-bottom: -.25em;
	display: block;
}

@media screen and (max-width: 810px) {
	.recruit_wrap {
		padding: 2em 1.5em 0;
	}

	.recruit_wrap ul.juEnd {
		align-items: center;
	}
}

@media screen and (max-width: 480px) {
	.recruit_logo {
		width: 60px !important;
		height: auto !important;
	}
}

/* ================================================================================ */
/*		media screen																	*/
/* ================================================================================ */

@media screen and (max-width: 1250px) {
	/*	----	PAGE	----	*/

}

@media screen and (max-width: 1150px) {
	/*	----	PAGE	----	*/
}

@media screen and (max-width: 960px) {
	.open_fixed {
		position: fixed;
	}

	/*	----	ヘッダー	----	*/
	#top_head,
	.inner {
		width: 100%;
		padding: 0;
	}

	#top_head {
		top: 0;
		position: fixed;
		margin-top: 0;
	}

	/* Fixed reset */
	#top_head.fixed {
		padding-top: 0;
		background: transparent;
	}

	#mobile_head {
		/*background: #000;*/
		width: 100%;
		height: var(--global_nav_height);
		z-index: 999;
		position: relative;
	}

	#top_head.fixed .logo,
	#top_head .logo {
		position: absolute;
		left: 10px;
	}

	#top_head .logo img {
		height: var(--logo_height);
	}

	#global_nav {
		top: var(--global_nav_height);
		left: -150%;
		height: calc(100% - var(--global_nav_height));
		background-color: rgba(255, 255, 255, .7);
		width: 100%;
		text-align: center;
		padding: 0;
		transition: left .2s ease-in-out, opacity 1s, visibility 1s;
		display: block;
		position: fixed;
		overflow-y: auto;
		overflow-x: hidden;
		scrollbar-width: thin;
		scrollbar-color: #909090 transparent;
		opacity: 0;
		visibility: hidden;
		box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
	}

	#global_nav>ul {
		max-width: 500px;
		list-style: none;
		position: static;
		height: auto;
		background-color: #FFF;
		transform: none;
		flex-wrap: wrap;
		margin-top: 0;
		justify-content: center;
		padding-top: 2em;
		padding-bottom: 2em;
	}

	#global_nav>ul>li {
		float: none;
		position: static;
		border: none;
		width: calc(100% - 2em);
		border-top: 1px solid #707070;
		text-align: center;
	}

	#global_nav>ul>li:last-child {
		/*
		border-bottom: 1px solid #707070;
		padding-top: 2em;
		*/
	}

	#global_nav>ul>li:not(.global_nav_tel)>a {
		width: 100%;
		display: block;
		padding: 1.5em 1em;
		position: relative;
		text-align: left;
	}

	#global_nav>ul>li.active:not(.head_contact)>a {
		color: #FF9017;
	}

	#global_nav>ul>li.global_nav_tel>a {
		padding: 1.5em 1em;
	}

	#global_nav>ul>li.global_nav_tel>a>img {
		max-width: 250px;
	}

	#global_nav>ul>li.global_nav_tel>span {
		padding-bottom: 1.75em;
	}

	#global_nav>ul>li.active>a::after {
		content: none;
	}

	#global_nav>ul>li.head_contact>a::before {
		background-color: #FFF;
		border: 1px solid #FFF;
		left: auto;
		right: 1em;
	}

	#global_nav>ul>li>div:not(.accordion_content) {
		padding: 1.5em 1em;
		justify-content: flex-start;
		height: auto;
	}

	.accordion.fadeIN::before {
		height: 0;
		visibility: hidden;
		display: none;
		opacity: 0;
	}

	.accordion>span::before {
		content: "";
		width: 2.5em;
		height: 2.5em;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		left: auto;
		right: 1em;
		background-color: #AA8B1F;
		border: 1px solid #AA8B1F;
		border-radius: 999px;
	}

	.accordion>span::after {
		background: url("../../common/img/separatorWhite.svg") no-repeat right top;
		background-size: contain;
		right: 1.75em;
	}

	.accordion_content {
		position: relative;
		width: 100%;
		top: auto;
		margin-bottom: 0;
		background: #F7F5F2;
		border-radius: 2em;
		box-shadow: none;
		-webkit-box-shadow: none;
		z-index: 1;
		height: 0;
		visibility: hidden;
		display: none;
		opacity: 0;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
	}

	.fadeIN+.accordion_content {
		margin-bottom: 1em;
		height: auto;
		visibility: visible;
		opacity: 1;
		top: 0;
		display: block;
	}

	.accordion_content>ul {
		flex-direction: column;
		padding: 0;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
	}

	.fadeIN+.accordion_content>ul {
		padding: 1em;
		gap: .5em;
	}

	.accordion_content>ul>li {
		width: calc(100% / 1);
		padding: 0 1em;
	}

	.accordion_content>ul>li>a {
		text-align: left;
		padding: .5em 0;
	}

	.accordion_content>ul>li>a>img {
		display: none;
	}

	.accordion_content>ul>li>a>span {
		margin: 0;
		font-size: 1em;
		color: #000;
	}

	.global_nav_none {
		display: block !important;
	}

	#global_nav::-webkit-scrollbar {
		width: 12px;
		background-color: transparent;
	}

	#global_nav::-webkit-scrollbar-thumb {
		border-radius: 10px;
		box-shadow: inset 0 0 10px 10px #909090;
		border: solid 1px transparent;
	}

	#nav_toggle_wrap {
		position: absolute;
		right: 0;
		top: 0;
		display: inline-block;
		width: var(--global_nav_height_);
		height: var(--global_nav_height);
	}

	#nav_toggle {
		display: block;
	}

	/* #nav_toggle 切り替えアニメーション */
	.open #nav_toggle span:nth-child(1) {
		top: 11px;
		transform: rotate(315deg);
	}

	.open #nav_toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}

	.open #nav_toggle span:nth-child(3) {
		top: 11px;
		transform: rotate(-315deg);
	}

	/* #global_nav スライドアニメーション */
	.open #global_nav {
		/* #global_nav top + #mobile_head height */
		opacity: 1;
		visibility: visible;
		left: 0;
		padding-bottom: 0;
	}
}

@media screen and (max-width: 910px) {
	/*	----	PAGE	----	*/
}

@media screen and (max-width: 896px) {
	/*	----	PAGE	----	*/
}

@media screen and (max-width: 830px) {
	/*	----	PAGE	----	*/
}

@media screen and (max-width: 768px) {
	/*	----	PAGE	----	*/
}

@media screen and (max-width: 701px) {
	/*	----	PAGE	----	*/
}

@media screen and (max-width: 640px) {
	/*	----	PAGE	----	*/
}

@media screen and (max-width: 559px) {
	/*	----	PAGE	----	*/
}

@media screen and (max-width: 480px) {
	/*	----	PAGE	----	*/

}