@charset "utf-8";

/* ================================================================================
	Layout
================================================================================ */
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@700&family=Poppins:wght@700&family=Noto+Sans+JP:wght@500..900&display=swap');

@font-face {
	font-family: 'Yu Gothic';
	font-weight: 100;
	src: local('Yu Gothic Medium');
}
@font-face {
	font-family: 'Yu Gothic';
	font-weight: 200;
	src: local('Yu Gothic Medium');
}
@font-face {
	font-family: 'Yu Gothic';
	font-weight: 300;
	src: local('Yu Gothic Medium');
}
@font-face {
	font-family: 'Yu Gothic';
	font-weight: 400;
	src: local('Yu Gothic Medium');
}
@font-face {
	font-family: 'Yu Gothic';
	font-weight: bold;
	src: local('Yu Gothic Bold');
}

html {
	/* scroll-behavior: smooth; */
}

body {
	min-width: 1200px;
	color: #333;
	font-family: 'Noto Sans JP', 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;
	font-weight: 500;
}

a {
	color: #007cd2;
}
a:active, a:hover, a:focus {
	color: #007cd2;
}

.l-container {
	overflow: hidden;
	position: relative;
}


/* ---------------------------------------------------------
	header
---------------------------------------------------------- */
.l-header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
}
.l-header_inner {
	padding: 40px 30px 0 50px;
}

.header_logo {
	float: left;
}

.header_nav {
	float: right;
}
.header_nav_list {
}
.header_nav_list_item {
	float: left;
}
.header_nav_list_item a {
	display: block;
	padding: 0 20px;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.05em;
}


/* ---------------------------------------------------------
	mainvisual
---------------------------------------------------------- */
.l-mainvisual {
}
.l-mainvisual_inner {
	position: relative;
	height: 1150px;
}

.mv_detail {
	position: absolute;
	top: 403px;
	left: 105px;
	z-index: 100;
	color: #fff;
}
.mv_ttl {
	position: relative;
	margin-bottom: 25px;
}
.mv_ttl_jp {
	position: absolute;
	top: 40px;
	right: 125px;
}
.mv_ttl_en {
	display: block;
	line-height: 0.882;
	font-family: 'Heebo', sans-serif;
	font-size: 170px;
}
.mv_txt {
	padding-left: 5px;
	line-height: 1;
	font-size: 36px;
	font-weight: 700;
}

.mv_slider {
}
.mv_slider_list_item {
	position: relative;
	height: 1150px;
	background: no-repeat center center / cover;
}

.mv_news {
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
	width: 38.235vw;
	min-width: 650px;
	height: 85px;
	background: #fff;
}
.mv_news_list {
}
.mv_news_list_item {
}
.mv_news_list_ttl {
	padding: 0 30px;
	line-height: 85px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.05em;
}
.mv_news_list_date {
	margin-right: 20px;
	color: #888;
}
.mv_news_list_ttl a {
	color: inherit;
}


/* ---------------------------------------------------------
	content
---------------------------------------------------------- */
.l-content_inner {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 150px;
}
.home .l-content_inner {
	width: auto;
	padding: 0;
}


/* ---------------------------------------------------------
	main
---------------------------------------------------------- */
.l-main {
}
.home .l-main {
}


/* ---------------------------------------------------------
	sidebar
---------------------------------------------------------- */
.l-sidebar {
	padding-top: 80px;
}

.side_blog {
	overflow: hidden;
	margin: 0 -15px;
}
.side_nav {
	float: left;
	width: 25%;
	padding: 0 15px;
}
.side_nav.-recent {
	width: 50%;
}
.side_nav_ttl {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-size: 19px;
}
.side_nav_ttl::after {

	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 20px;
	height: 3px;
	/* edit */
	background: #555;
}
.side_nav_scroll {
	height: 285px;
	padding-right: 15px;
}
.side_nav .simplebar-scrollbar {
	right: 0;
	width: 1px;
}
.side_nav .simplebar-scrollbar::before {
	background: rgba(0, 0, 0, 0.3);
}
.side_nav li a {
	display: block;
	position: relative;
	padding: 17px 20px 17px 0;
	border-bottom: 1px solid #eee; /* edit */
	color: inherit;
}
.side_nav li a::after {
	content: '\f054';
	position: absolute;
	top: 50%;
	right: 5px;
	line-height: 1;
	color: #666; /* edit */
	font-family: 'Font Awesome 6 Pro';
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.side_nav li li a {
	padding-left: 1em;
}
.side_nav li li li a {
	padding-left: 2em;
}
.side_nav li a span {
	margin-right: 15px;
}

.side_banner {
}
.side_banner_list_item {
	margin-bottom: 30px;
}
.side_banner_list_item:last-child {
	margin-bottom: 0;
}

/* side_blog */
.side_blog {
}
.side_blog_inner {
}


/* ---------------------------------------------------------
	footer
---------------------------------------------------------- */
.scroll_top {
	position: fixed;
	right: 40px;
	bottom: 120px;
	z-index: 1000;
	mix-blend-mode: multiply;
}
.scroll_top a {
	display: block;
	position: relative;
	width: 146px;
	height: 146px;
	line-height: 146px;
	color: #007cd2;
	font-size: 28px;
	font-weight: 400;
	text-align: center;
}
.scroll_top span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-animation: rotate 12s infinite linear;
	animation: rotate 12s infinite linear;
}

@-webkit-keyframes rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.site_btn {
	position: fixed;
	top: 50%;
	right: 40px;
	z-index: 1000;
	margin-top: -190px;
}
.site_btn_list {
}
.site_btn_list_item {
	position: relative;
	margin-bottom: 20px;
}
.site_btn_list_item:last-child {
	margin: 0;
}
.site_btn_list_item::before {
	content: '';
	position: absolute;
	inset: 1px;
	z-index: -100;
	border-radius: 50%;
	background: #fff;
}
.site_btn_list_item a {
	display: block;
	width: 160px;
	height: 160px;
	padding-top: 32px;
	border-radius: 50%;
	background: #007cd2;
	line-height: 1.428;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.05em;
}
.site_btn_list_item:last-child a {
	background: #4db864;
}
.site_btn_list_item i {
	display: block;
	margin-bottom: 6px;
	line-height: 1;
	font-size: 35px;
}

.footer_contact {
	padding: 94px 0 65px;
	background: #007cd2;
	color: #fff;
	text-align: center;
}
.footer_contact_inner {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 58px;
}
.footer_contact_ttl {
	margin-bottom: 7px;
	line-height: 1;
	font-family: 'Heebo', sans-serif;
	font-size: 140px;
}
.footer_contact_txt {
	margin-bottom: 35px;
	line-height: 1.739;
	font-size: 23px;
	letter-spacing: 0.1em;
}
.footer_contact_btn {
}
.footer_contact_btn_list {
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.footer_contact_btn_list_item {
	margin: 0 15px;
}
.footer_contact_btn_list_item a {
	display: block;
	width: 360px;
	height: 75px;
	border-radius: 38px;
	background: #fff;
	line-height: 75px;
	color: #007cd2;
	font-size: 22px;
	font-weight: 900;
}
.footer_contact_btn_list_item:last-child a {
	color: #16a735;
}
.footer_contact_btn_list_item i {
	margin-right: 10px;
	font-size: 26px;
}

.footer_img {
	margin: 0 -100%;
}
.footer_img_list {
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.footer_img_list_item {
	margin: 0 20px;
}
.footer_img_list_item img {
	border-radius: 15px;
}

.footer_detail {
	padding: 70px 80px 50px;
}

.footer_about {
	float: left;
	width: 400px;
}
.footer_about_logo {
	margin-bottom: 33px;
}
.footer_about_txt {
	margin-bottom: 3px;
	line-height: 2;
	font-size: 17px;
	letter-spacing: 0.03em;
}
.footer_about_btn {
}
.footer_about_btn a {
	display: inline-block;
	color: inherit;
	font-size: 17px;
	letter-spacing: 0.03em;
}
.footer_about_btn a::after {
	content: '\f061';
	display: inline-block;
	position: relative;
	top: -2px;
	width: 22px;
	height: 22px;
	margin-left: 10px;
	border-radius: 50%;
	background: #007cd2;
	line-height: 20px;
	color: #fff;
	font-family: 'Font Awesome 6 Pro';
	font-size: 10px;
	font-style: normal;
	font-weight: 300;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	text-rendering: auto;
	vertical-align: middle;
}

.footer_nav {
	float: right;
	margin-top: -5px;
}
.footer_nav_list {
	float: left;
	margin-right: 60px;
}
.footer_nav_list:last-child {
	margin: 0;
}
.footer_nav_list_item {
	margin-bottom: 13px;
	line-height: 1.8;
	font-size: 18px;
	letter-spacing: 0.03em;
}
.footer_nav_list_item:last-child {
	margin: 0;
}
.footer_nav_list_item a {
	color: inherit;
}

.footer_bottom {
	display: -ms-flexbox;
	display: flex;
	clear: both;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 56px;
}

.footer_copyright {
	color: #666;
	font-size: 17px;
	letter-spacing: 0.03em;
}

.footer_sns {
	float: right;
}
.footer_sns_list {
	display: -ms-flexbox;
	display: flex;
}
.footer_sns_list_item {
	margin-right: 12px;
}
.footer_sns_list_item:last-child {
	margin: 0;
}
.footer_sns_list_item a {
	display: block;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #007cd2;
	text-align: center;
}
.footer_sns_list_item .fa-brands {
	line-height: 44px;
	color: #fff;
	font-size: 22px;
}
.footer_sns_list_item .fa-instagram {
	font-size: 24px;
}
.footer_sns_list_item .fa-line {
	font-size: 23px;
}


/* ================================================================================
	Content
================================================================================ */

/* ---------------------------------------------------------
	Top
---------------------------------------------------------- */
.js-sr_item,
.top_service,
.top_recruit,
.top_training,
.top_interview {
	visibility: hidden;
}

.top_btn {
	text-align: center;
}
.top_btn a {
	display: inline-block;
	position: relative;
	width: 360px;
	height: 70px;
	border-radius: 35px;
	background: #007cd2;
	line-height: 70px;
	color: #fff;
	font-size: 20px;
	font-weight: 900;
	letter-spacing: 0.06em;
}
.top_btn a::before {
	content: '\f061';
	position: absolute;
	top: 22px;
	right: 20px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #fff;
	line-height: 26px;
	color: #007cd2;
	font-family: 'Font Awesome 6 Pro';
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	text-rendering: auto;
}

.top_btn_s {
	text-align: right;
}
.top_btn_s a {
	display: inline-block;
	line-height: 60px;
	color: inherit;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.06em;
}
.top_btn_s a::after {
	content: '\f061';
	display: inline-block;
	width: 60px;
	height: 60px;
	margin-left: 18px;
	border-radius: 50%;
	background: #007cd2;
	line-height: 60px;
	color: #fff;
	font-family: 'Font Awesome 6 Pro';
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	text-rendering: auto;
	vertical-align: top;
}

.top_concept {
	width: 1200px;
	margin: 0 auto;
	padding: 197px 0 150px;
	text-align: center;
}
.top_concept_ttl {
	margin-bottom: 20px;
	line-height: 1;
}
.top_concept_ttl_en {
	display: block;
	margin-bottom: 16px;
	color: #008ad2;
	font-family: 'Heebo', sans-serif;
	font-size: 135px;
	letter-spacing: 0.03em;
}
.top_concept_ttl_jp {
}
.top_concept_txt {
	line-height: 2.352;
	font-size: 17px;
	letter-spacing: 0.08em;
}
.top_concept_txt h2 {
	color: #2e4e87;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.top_service {
	position: relative;
}
.top_service::before {
	content: '';
	position: absolute;
	inset: 0 0 -305px 0;
	z-index: -100;
	background: #ebf6fb;
}
.top_service_inner {
	width: 1200px;
	margin: 0 auto;
	padding: 100px 0 115px;
}
.top_service_head {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 73px;
	line-height: 1;
}
.top_service_ttl {
	margin-right: 26px;
	color: #007cd2;
	font-size: 55px;
	font-weight: 900;
	letter-spacing: 0.05em;
}
.top_service_lead {
	padding-top: 20px;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.top_service_list {
	display: -ms-flexbox;
	display: flex;
	margin: 0 -13px 50px;
}
.top_service_list_item {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	width: 25%;
	max-width: 25%;
	padding: 0 13px;
}
.top_service_list_img {
	margin-bottom: 30px;
}
.top_service_list_txt {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}
.top_service_btn {
}

.top_recruit {
	position: relative;
	margin-bottom: 120px;
	padding-top: 660px;
}
.top_recruit::before {
	content: '';
	position: absolute;
	top: 0;
	right: calc(50% - 600px);
	left: 0;
	height: 650px;
	background: url(/shared/img/pc/top_recruit_bg.jpg) no-repeat center center / cover;
}
.top_recruit::after {
	content: '';
	position: absolute;
	top: 565px;
	right: calc(50% - 350px);
	left: 0;
	height: 90px; /* 念のために5px追加 */
	background: #fff;
}
.top_recruit_inner {
	width: 1200px;
	margin: 0 auto;
}
.top_recruit_ttl {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
	line-height: 1;
}
.top_recruit_ttl_en {
	margin-right: 23px;
	color: #007cd2;
	font-family: 'Heebo', sans-serif;
	font-size: 90px;
	letter-spacing: 0.05em;
}
.top_recruit_ttl_jp {
	padding-top: 30px;
	color: #2e4e87;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0.01em;
}
.top_recruit_txt {
	margin-bottom: 56px;
	line-height: 1.8;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.08em;
}
.top_recruit_pn {
	margin-bottom: 50px;
}
.top_recruit_pn_head {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 44px;
	line-height: 1;
}
.top_recruit_pn_ttl {
	margin-right: 20px;
	color: #007cd2;
	font-size: 55px;
	font-weight: 900;
	letter-spacing: 0.05em;
}
.top_recruit_pn_lead {
	padding-top: 20px;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.top_recruit_pn_inner {
}
.top_recruit_pn_list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.top_recruit_pn_list_item {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	width: 50%;
	max-width: 50%;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #ddd;
}
.top_recruit_pn_list_item:nth-child(even) {
	border-right: none;
}
.top_recruit_pn_list_item:last-child,
.top_recruit_pn_list_item:nth-last-child(2):nth-child(odd) {
	border-bottom: none;
}
.top_recruit_pn_list_item .in {
	padding: 45px 55px 53px 0;
}
.top_recruit_pn_list_item:nth-child(odd) .in {
	margin-left: -10px;
}
.top_recruit_pn_list_item:nth-child(even) .in {
	padding: 45px 0 53px 40px;
}
.top_recruit_pn_list_item:nth-child(-n+2) .in {
	padding-top: 24px;
}
.top_recruit_pn_list_item:last-child .in,
.top_recruit_pn_list_item:nth-last-child(2):nth-child(odd) .in {
	padding-bottom: 40px;
}
.top_recruit_pn_list_num {
	display: block;
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 30px;
	border-radius: 50%;
	background: #007cd2;
	line-height: 108px;
	color: #fff;
	font-family: 'Heebo', sans-serif;
	font-size: 50px;
	text-align: center;
}
.top_recruit_pn_list_detail {
	overflow: hidden;
	padding-top: 6px;
}
.top_recruit_pn_list_ttl {
	margin-bottom: 7px;
	color: #007cd2;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: 0.03em;
}
.top_recruit_pn_list_txt {
	line-height: 2;
	font-size: 15px;
	letter-spacing: 0.05em;
}
.top_recruit_add {
	display: block;
	text-align: center;
}

.top_training {
	position: relative;
	padding-top: 510px;
	color: #fff;
}
.top_training::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: calc(50% - 600px);
	height: 510px;
	background: url(/shared/img/pc/top_training_bg.jpg) no-repeat center center / cover;
}
.top_training::after {
	content: '';
	position: absolute;
	inset: 330px 0 0 0;
	z-index: -100;
	background: #008ad2;
}
.top_training_inner {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding: 0 0 148px;
}
.top_training_add {
	position: absolute;
	top: -48px;
	right: -10px;
}
.top_training_ttl {
	position: relative;
	margin-bottom: 45px;
	line-height: 1;
}
.top_training_ttl::before {
	content: '';
	position: absolute;
	top: -65px;
	left: 0;
	width: 490px;
	height: 70px; /* 念のために5px追加 */
	background: #008ad2;
}
.top_training_ttl_jp {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.05em;
}
.top_training_ttl_en {
	display: block;
	font-family: 'Heebo', sans-serif;
	font-size: 90px;
	letter-spacing: 0.03em;
}
.top_training_txt {
	float: left;
	width: 580px;
	line-height: 2.352;
	font-size: 17px;
	letter-spacing: 0.03em;
}
.top_training_txt h3 {
	margin-bottom: 10px;
	line-height: 1.4;
	font-size: 22px;
	font-weight: 900;
}
.top_training_txt h3 span {
	letter-spacing: -0.01em;
}
.top_training_txt p {
	margin-bottom: 36px;
}
.top_training_txt :last-child {
	margin: 0;
}
.top_training_img {
	float: right;
	width: 550px;
}

.top_interview {
	background: #f7f7f7;
}
.top_interview_inner {
	width: 1200px;
	margin: 0 auto;
	padding: 118px 0 107px;
}
.top_interview_head {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 57px;
	line-height: 1;
}
.top_interview_ttl {
	margin-right: 28px;
}
.top_interview_ttl_jp {
	margin-bottom: 15px;
	color: #2e4e87;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.05em;
}
.top_interview_ttl_en {
	display: block;
	color: #007cd2;
	font-family: 'Heebo', sans-serif;
	font-size: 90px;
	letter-spacing: 0.03em;
}
.top_interview_lead {
	padding-top: 68px;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.top_interview_movie {
	position: relative;
	width: 100%;
	margin-bottom: 48px;
	padding: 56.25% 0 0 0;
}
.top_interview_movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.top_merit {
	width: 1200px;
	margin: 0 auto 132px;
	padding-top: 140px;
}
.top_merit_head {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 44px;
	line-height: 1;
}
.top_merit_ttl {
	margin-right: 24px;
}
.top_merit_ttl_jp {
	margin-bottom: 20px;
	color: #2e4e87;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.05em;
}
.top_merit_ttl_en {
	display: block;
	color: #007cd2;
	font-family: 'Heebo', sans-serif;
	font-size: 90px;
	letter-spacing: 0.03em;
}
.top_merit_lead {
	padding-top: 65px;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.top_merit_inner {
}
.top_merit_list {
}
.top_merit_list_item {
	overflow: hidden;
	height: 385px;
	margin-bottom: 75px;
	border-radius: 15px;
	background: #e5f3fa;
}
.top_merit_list_item:last-child {
	margin: 0;
}
.top_merit_list_img {
	float: left;
	width: 720px;
}
.top_merit_list_item:nth-child(even) .top_merit_list_img {
	float: right;
}
.top_merit_list_detail {
	float: left;
	width: 480px;
	padding: 52px 60px 0;
}
.top_merit_list_item:nth-child(even) .top_merit_list_detail {
	float: right;
}
.top_merit_list_ttl {
	margin-bottom: 24px;
	line-height: 1.276;
	color: #007cd2;
	font-size: 47px;
	font-weight: 900;
	letter-spacing: 0.05em;
}
.top_merit_list_txt {
	overflow: hidden;
	max-height: 6.528em;
	line-height: 2.176;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.top_benefit {
	width: 1200px;
	margin: 0 auto 70px;
}
.top_benefit_head {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 60px;
	line-height: 1;
}
.top_benefit_ttl {
	float: left;
	margin-right: 24px;
}
.top_benefit_ttl_jp {
	margin-bottom: 15px;
	color: #2e4e87;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.05em;
}
.top_benefit_ttl_en {
	display: block;
	color: #007cd2;
	font-family: 'Heebo', sans-serif;
	font-size: 90px;
	letter-spacing: 0.03em;
}
.top_benefit_lead {
	padding-top: 65px;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.top_benefit_inner {
}
.top_benefit_list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -25px;
}
.top_benefit_list_item {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	width: 50%;
	max-width: 50%;
	padding: 0 25px 68px;
}
.top_benefit_list_img {
	margin-bottom: 20px;
}
.top_benefit_list_ttl {
	margin-bottom: 4px;
	line-height: 1.8;
	color: #2e4e87;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.01em;
}
.top_benefit_list_txt {
	line-height: 2;
	font-size: 17px;
	letter-spacing: 0.05em;
}

.top_gallery {
	position: relative;
	z-index: 100;
	width: 760px;
	margin: 0 auto -255px;
}
.top_gallery_list {
	height: 520px;
	margin: 0 -20px;
}
.top_gallery .slick-list {
	overflow: visible;
}
.top_gallery_list_item {
	padding: 0 20px;
}

.top_schedule {
	position: relative;
	margin-bottom: 150px;
	padding-top: 135px;
	background: #008ad2;
	color: #fff;
}
.top_gallery + .top_schedule {
	padding-top: 345px;
}
.top_schedule_inner {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 135px;
}
.top_schedule_ttl {
	margin-bottom: 40px;
	line-height: 1;
}
.top_schedule_ttl_jp {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.05em;
}
.top_schedule_ttl_en {
	display: block;
	font-family: 'Heebo', sans-serif;
	font-size: 90px;
	letter-spacing: 0.03em;
}
.top_schedule_flow {
	float: left;
	width: 565px;
	height: 515px;
	padding-top: 44px;
	background: #33a1db;
}
.top_schedule_flow_ttl {
	margin-bottom: 45px;
	line-height: 1;
	font-size: 28px;
	font-weight: 900;
	text-align: center;
}
.top_schedule_flow_list {
	position: relative;
}
.top_schedule_flow_list::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 4px;
	height: 350px;
	margin-left: -2px;
	background: #e6f5fa;
}
.top_schedule_flow_list_item {
	position: relative;
	margin-bottom: 41px;
	padding-right: 315px;
	line-height: 1;
	font-size: 20px;
	font-weight: 700;
	text-align: right;
	letter-spacing: 0.01em;
}
.top_schedule_flow_list_item:nth-child(even) {
	padding: 0 0 0 315px;
	text-align: left;
}
.top_schedule_flow_list_item:last-child {
	margin-bottom: 0;
}
.top_schedule_flow_list_item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 16px;
	height: 16px;
	margin-left: -8px;
	border-radius: 50%;
	background: #e6f5fa;
	line-height: 20px;
}
.top_schedule_img {
	float: right;
	width: 585px;
}
.top_schedule_img_list {
	display: grid;
	grid-template-columns: repeat(2, 1fr); /* 2列 */
	gap: 25px; /* 縦横の余白を25pxに統一 */
}
.top_schedule_img_list_item {
}

.top_message {
	width: 1200px;
	margin: 0 auto 120px;
}
.top_message_detail {
	float: left;
	width: 530px;
}
.top_message_ttl {
	margin-bottom: 12px;
	line-height: 1;
}
.top_message_ttl_jp {
	margin-bottom: 23px;
	color: #2e4e87;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.05em;
}
.top_message_ttl_en {
	display: block;
	color: #007cd2;
	font-family: 'Heebo', sans-serif;
	font-size: 88px;
	letter-spacing: 0.03em;
}
.top_messaget_txt {
	line-height: 2.4;
	font-size: 15px;
	letter-spacing: 0.03em;
}
.top_messaget_txt h3 {
	margin-bottom: 12px;
	color: #f28900;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.08em;
}
.top_messaget_txt p {
	margin-bottom: 15px;
}
.top_messaget_txt :last-child {
	margin: 0;
}
.top_message_img {
	float: right;
	position: relative;
	width: 600px;
	padding-top: 5px;
}
.top_message_img_add {
	position: absolute;
	bottom: -50px;
	left: 50px;
}

.top_job {
	width: 1200px;
	margin: 0 auto 170px;
}
.top_job_ttl {
	margin-bottom: 50px;
	line-height: 1;
	color: #007cd2;
	font-size: 52px;
	font-weight: 900;
	letter-spacing: 0.05em;
}
.top_job_tbl {
	width: 100%;
	border-top: 1px solid #ddd;
}
.top_job_tbl th,
.top_job_tbl td {
	padding: 38px 0 39px;
	border-bottom: 1px solid #ddd;
	vertical-align: top;
}
.top_job_tbl th {
	width: 225px;
	color: #007cd2;
	font-size: 20px;
	font-weight: 700;
	text-align: left;
	letter-spacing: 0.05em;
}
.top_job_tbl td {
	line-height: 2;
	font-size: 16px;
	letter-spacing: 0.05em;
}

.top_os {
	position: relative;
	margin-bottom: 185px;
	padding-top: 565px;
}
.top_os::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: -100;
	height: 650px;
	background: url(/shared/img/pc/top_os_bg.jpg) no-repeat center center / cover;
}
.top_os_inner {
	width: 1200px;
	margin: 0 auto;
	padding-top: 93px;
	background: #fff;
	text-align: center;
}
.top_os_ttl {
	margin-bottom: 23px;
	line-height: 1;
}
.top_os_ttl_en {
	display: block;
	margin-bottom: 17px;
	color: #007cd2;
	font-family: 'Heebo', sans-serif;
	font-size: 90px;
	letter-spacing: 0.03em;
}
.top_os_ttl_jp {
	color: #2e4e87;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0.01em;
}
.top_os_txt {
	margin-bottom: 60px;
	line-height: 1.8;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.08em;
}
.top_os_btn {
}

.top_casual {
	width: 1200px;
	margin: 0 auto 153px;
}
.top_casual_detail {
	float: left;
	width: 580px;
}
.top_casual_ttl {
	margin-bottom: 16px;
	line-height: 1.166;
	color: #007cd2;
	font-size: 60px;
	font-weight: 900;
	letter-spacing: 0.05em;
}
.top_casual_txt {
	margin-bottom: 43px;
	line-height: 2.4;
	font-size: 15px;
	letter-spacing: 0.05em;
}
.top_casual_txt h3 {
	color: #f28900;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.05em;
}
.top_casual_btn_list {
}
.top_casual_btn_list_item {
	margin-bottom: 25px;
}
.top_casual_btn_list_item:last-child {
	margin: 0;
}
.top_casual_btn_list_item a {
	display: block;
	width: 350px;
	height: 74px;
	border-radius: 37px;
	background: #007cd2;
	line-height: 74px;
	color: #fff;
	font-size: 22px;
	font-weight: 900;
	text-align: center;
	letter-spacing: 0.01em;
}
.top_casual_btn_list_item:last-child a {
	background: #4db864;
}
.top_casual_btn_list_item i {
	margin-right: 10px;
	font-size: 26px;
}
.top_casual_img {
	float: right;
	position: relative;
	width: 570px;
}
.top_casual_img_add {
	position: absolute;
	right: -18px;
	bottom: -66px;
}

.top_blog {
	background: #f7f7f7;
}
.top_blog_inner {
	width: 1200px;
	margin: 0 auto;
	padding: 110px 0 95px;
}
.top_blog_ttl {
	margin-bottom: 44px;
	line-height: 1;
}
.top_blog_ttl_jp {
	margin-bottom: 12px;
	color: #2e4e87;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.05em;
}
.top_blog_ttl_en {
	color: #007cd2;
	font-family: 'Heebo', sans-serif;
	font-size: 90px;
}
.top_blog_list {
	margin-bottom: 55px;
	border-top: 1px solid #cad2d9;
}
.top_blog_list_item {
	border-bottom: 1px solid #cad2d9;
}
.top_blog_list_item a {
	display: block;
	padding: 38px 0 41px;
	line-height: 30px;
	color: inherit;
}
.top_blog_list_date {
	margin-right: 30px;
	color: #888;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.08em;
}
.top_blog_list_ttl {
	display: inline;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.08em;
}
.top_blog_btn {
}


/* ---------------------------------------------------------
	Lower
---------------------------------------------------------- */
.l-page_header {
	padding: 0 115px;
	background: url(/shared/img/pc/page_header_bg.jpg) no-repeat center center / cover;
	color: #fff;
}
.l-page_header_inner {
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;

	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;

	width: 1200px;
	height: 700px;
	margin: 0 auto;
	text-align: center;
}

.page_ttl_group {
	padding-top: 95px;
}
.page_ttl_en {
	margin-bottom: 15px;
	line-height: 1;
	font-family: 'Heebo', sans-serif;
	font-size: 90px;
	letter-spacing: 0.04em;
}
.page_ttl {
	line-height: 1.3;
	font-size: 26px;
	letter-spacing: 0.1em;
}
.page_ttl span {
	margin-left: 15px;
	font-size: 20px;
}


.bread_wrap {
	width: 1200px;
	margin: 14px auto 75px;
	text-align: right;
}
.bread {
}
.bread_item {
	display: inline-block;
	position: relative;
	/* float: left; */
	font-size: 15px;
	font-weight: 500;
}
.bread_item.-home {
}
.bread_item.-home::before {
}
.bread_item::after {
	content: '\f105';
	position: relative;
	margin: 0 10px;
	line-height: 1;
	font-family: 'Font Awesome 6 Pro';
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: auto;
}
.bread_item a {
	color: inherit;
}
.bread_item:last-child::after {
	content: none;
}
.bread_item:last-child a {
	color: inherit;
	pointer-events: none;
}


/* ================================================================================
	Entry
================================================================================ */
.entry {
	margin-bottom: 50px;
}
.entry:last-of-type {
	margin: 0;
}

.entry_thumb {
	margin-bottom: 40px;
}

.no_entry_txt {
	padding: 60px 0;
	text-align: center;
}

.entry_meta {
	margin: 50px 0 0;
	padding: 15px 0;
	border-width: 1px 0;
	border-style: solid;
	border-color: #ddd;
	line-height: 20px;
	font-size: 11px;
	text-align: right;
}
.entry_meta_detail {
	float: right;
}
.entry_meta_date {
	color: #888;
}
.entry_meta_cat {
	margin-left: 10px;
}
.entry_meta_cat::before {
	content: 'a';
	margin-right: 5px;
	font-family: 'CONDENSEicon';
}
.entry_share {
	float: left;
}
.entry_share_list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.entry_share_list_item {
	padding: 0 4px 0 0;
}
.entry_share_list_item * {
	vertical-align: top !important;
}
/* Facebook レイアウト崩れ対応 */
.entry_share_list_item .fb_iframe_widget span,
.entry_share_list_item .fb_iframe_widget iframe {
	display: block !important;
	min-width: 157px !important;
	height: 20px !important;
}

.entry_body, .mceContentBody {
	line-height: 2.2;
	font-size: 16px;
}

.entry_body h2, .mceContentBody h2,
.entry_body h3, .mceContentBody h3,
.entry_body h4, .mceContentBody h4,
.entry_body h5, .mceContentBody h5 {
	clear: both;
}
.entry_body h2 img, .mceContentBody h2 img,
.entry_body h3 img, .mceContentBody h3 img,
.entry_body h4 img, .mceContentBody h4 img,
.entry_body h5 img, .mceContentBody h5 img {
	vertical-align: middle;
}


/* entry_ttl */
.entry_ttl,
.entry_body h2,
.mceContentBody h2 {
	margin: 80px 0 30px;
	padding: 26px 30px;
	background: #007cd2;
	line-height: 1.6;
	color: #fff;
	font-size: 30px;
	font-weight: 900;
}
.entry_ttl a,
.entry_body h2 a,
.mceContentBody h2 a {
	color: inherit;
}

/* h3 */
.h3,
.entry_body h3,
.mceContentBody h3 {
	margin: 2.2em 0 1.2em;
	padding: 0 0 14px 0;
	border-bottom: 1px solid #ddd;
	color: #2e4e87;
	font-size: 24px;
	font-weight: 900;
}

/* h4 */
.h4,
.entry_body h4,
.mceContentBody h4 {
	position: relative;
	margin: 1.8em 0 0.8em;
	padding: 0 0 0 30px;
	color: #2e4e87;
	font-size: 22px;
	font-weight: 900;
}
.h4::before,
.entry_body h4::before,
.mceContentBody h4::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 18px;
	height: 18px;
	border: 5px solid #f28900;
	border-radius: 50%;
	-webkit-transform: translateY(-45%);
	-ms-transform: translateY(-45%);
	transform: translateY(-45%);
}

/* h5 */
.h5,
.entry_body h5,
.mceContentBody h5 {
	margin: 1.8em 0 1em;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	color: #2e4e87;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 0.05em;
}

.entry_body h2 + h3, .mceContentBody h2 + h3,
.entry_body h2 + h4, .mceContentBody h2 + h4,
.entry_body h2 + h5, .mceContentBody h2 + h5 {
	margin-top: 0;
}

.entry_body p, .entry_body hr, .entry_body table,
.mceContentBody p, .mceContentBody hr, .mceContentBody table {
	margin: 0 0 1em 0;
}
.entry_body hr,
.mceContentBody hr {
	height: 1px;
	margin: 30px 0;
	border-width: 1px 0 0;
	border-style: dashed;
	border-color: #ccc; /* edit */
}
.entry_body strong,
.mceContentBody strong {
}
.entry_body code,
.mceContentBody code {
	display: inline-block;
	padding: 4px 5px;
	border: 1px solid #d6d6d6;
	border-radius: 2px;
	background: #f8f8f8;
	font-family: inherit;
}
.entry_body * code,
.mceContentBody * code {
	margin: 0 5px;
}

.entry_body table,
.mceContentBody table {
	width: 100%;
}
.entry_body table th, .entry_body table td,
.mceContentBody table th, .mceContentBody table td {
	padding: 10px;
	border: 1px solid #ccc; /* edit */
	text-align: left;
	vertical-align: top;
}
.entry_body table th p, .entry_body table td p,
.mceContentBody table th p, .mceContentBody table td p {
	margin: 10px 0;
}
.entry_body table th,
.mceContentBody table th {
	background: #f7f7f7; /* edit */
}
.entry_body table thead th,
.mceContentBody table thead th {
	padding: 8px 10px;
	text-align: center;
}

.entry_body .tbl_std th, .mceContentBody .tbl_std th {
	width: 30%;
}

.entry_body .tbl_underline th, .entry_body .tbl_underline td,
.mceContentBody .tbl_underline th, .mceContentBody .tbl_underline td {
	border-width: 0 0 1px;
	background: none;
}

.entry_body .tbl_fixed,
.mceContentBody .tbl_fixed {
	table-layout: fixed;
}

.entry_body ul, .entry_body ol,
.mceContentBody ul, .mceContentBody ol {
	margin: 10px 0;
}
.entry_body ul ul, .entry_body ol ul,
.mceContentBody ul ul, .mceContentBody ol ul {
	margin: 5px 0 5px 2em !important;
}
.entry_body ul ol, .entry_body ol ol,
.mceContentBody ul ol, .mceContentBody ol ol {
	margin: 5px 0 !important;
}
.entry_body ol,
.mceContentBody ol {
	counter-reset: num;
	list-style: none;
}
.entry_body ol > li,
.mceContentBody ol > li {
	position: relative;
	padding-left: 2em;
}
.entry_body ol > li::before,
.mceContentBody ol > li::before {
	content: counter(num) '. ';
	counter-increment: num;
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 700;
}
.entry_body .list_disc li, .entry_body .list_check li,
.mceContentBody .list_disc li, .mceContentBody .list_check li {
	font-size: 14px;
}
.entry_body .list_disc li::before, .entry_body .list_check li::before,
.mceContentBody .list_disc li::before, .mceContentBody .list_check li::before {
	position: relative;
	top: 1px;
	left: 0;
	margin-right: 10px;
	line-height: 1;
	font-family: 'Font Awesome 6 Pro';
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: auto;
}
.entry_body .list_disc ul, .entry_body .list_check ul,
.mceContentBody .list_disc ul, .mceContentBody .list_check ul {
	margin: 5px 0 5px 25px !important;
}
.entry_body .list_disc li::before,
.mceContentBody .list_disc li::before {
	content: '\f111';
}
.entry_body .list_check li::before,
.mceContentBody .list_check li::before {
	content: '\f00c';
}
.entry_body .list_l li,
.mceContentBody .list_l li {
	margin-bottom: 15px;
}
.entry_body .list_l ul,
.mceContentBody .list_l ul {
	margin: 15px 0 15px 2em !important;
}
.entry_body img,
.mceContentBody img {
	max-width: 100%;
	height: auto;
}
.entry > .entry_ttl:first-child,
.entry_body .entry_ttl:first-child, .mceContentBody .entry_ttl:first-child,
.entry_body h2:first-child, .mceContentBody h2:first-child,
.entry_body h3:first-child, .mceContentBody h3:first-child,
.entry_body h4:first-child, .mceContentBody h4:first-child,
.entry_body h5:first-child, .mceContentBody h5:first-child,
.entry_body p:first-child, .mceContentBody p:first-child,
.entry_body ul:first-child, .mceContentBody ul:first-child,
.entry_body ol:first-child, .mceContentBody ol:first-child,
.entry_body dl:first-child, .mceContentBody dl:first-child,
.entry_body hr:first-child, .mceContentBody hr:first-child,
.entry_body table:first-child, .mceContentBody table:first-child,
.entry_body div:first-child, .mceContentBody div:first-child {
	margin-top: 0;
}
.entry_body .entry_ttl:last-child, .mceContentBody .entry_ttl:last-child,
.entry_body h2:last-child, .mceContentBody h2:last-child,
.entry_body h3:last-child, .mceContentBody h3:last-child,
.entry_body h4:last-child, .mceContentBody h4:last-child,
.entry_body h5:last-child, .mceContentBody h5:last-child,
.entry_body p:last-child, .mceContentBody p:last-child,
.entry_body ul:last-child, .mceContentBody ul:last-child,
.entry_body ol:last-child, .mceContentBody ol:last-child,
.entry_body dl:last-child, .mceContentBody dl:last-child,
.entry_body hr:last-child, .mceContentBody hr:last-child,
.entry_body table:last-child, .mceContentBody table:last-child,
.entry_body div:last-child, .mceContentBody div:last-child {
	margin-bottom: 0;
}


/* ---------------------------------------------------------
Wordpress editor style
---------------------------------------------------------- */
.entry_body .aligncenter, .entry_body div.aligncenter,
.mceContentBody .aligncenter, .mceContentBody div.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.entry_body .alignleft,
.mceContentBody .alignleft {
	float: left;
}
.entry_body .alignright,
.mceContentBody .alignright {
	float: right;
}
.entry_body .wp-caption,
.mceContentBody .wp-caption {
	margin: 10px;
	padding-top: 4px;
	border-top: 1px dotted #d1d1d1;
	border-radius: 3px;
	background-color: #f3f3f3;
	text-align: center;
}
.entry_body .wp-caption img,
.mceContentBody .wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.entry_body .wp-caption p.wp-caption-text,
.mceContentBody .wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0 4px 5px;
	line-height: 17px;
	font-size: 11px;
}
.entry_body dl.gallery-item dt.gallery-icon,
.mceContentBody dl.gallery-item dt.gallery-icon {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	font-size: 13px;
	font-weight: normal;
}
.entry_body dl.gallery-item dt.gallery-icon::after,
.mceContentBody dl.gallery-item dt.gallery-icon::after {
	display: none;
}
.entry_body dl.gallery-item dt.gallery-icon img,
.mceContentBody dl.gallery-item dt.gallery-icon img {
	margin-bottom: 0;
}
.entry_body dl.gallery-item dd.gallery-caption,
.mceContentBody dl.gallery-item dd.gallery-caption {
	margin: 4px 0;
}


/* ================================================================================
	Pager
================================================================================ */
/* pager */
.pager {
	margin-top: 50px;
	text-align: center;
}
.pager a, .pager span {
	display: inline-block;
	min-width: 32px;
	height: 32px;
	margin: 0 4px;
	padding: 0 7px;
	border: 1px #333 solid;
	background: #fff;
	line-height: 30px;
	color: #333;
	font-size: 12px;
}
.pager span.extend {
	padding: 0;
	border: none;
	background: none;
}
.pager a {
	color: inherit;
	text-decoration: none;
}
.pager a:hover {
	opacity: 1;
	background: #333;
	color: #fff;
}
.pager .current {
	background: #333;
	color: #fff;
}
.pager .first, .pager .last, .pager .previouspostslink, .pager .nextpostslink {
	padding: 0 10px;
}

/* single */
.single_pager {
	margin-top: 40px;
}
.single_pager_item.-prev {
	float: left;
}
.single_pager_item.-next {
	float: right;
}


/* ================================================================================
	Blog
================================================================================ */
.blog_list {
	margin-bottom: 30px;
}
.blog_list_item {
	margin-bottom: 60px;
}
.blog_list_body {
	position: relative;
}
.blog_list_ttl {
	margin-top: 0;
}
.list_blog_inner {
	overflow: hidden;
	position: relative;
}
.blog_list_img {
	float: left;
	width: 240px;
	margin-right: 30px;
}
.blog_list_img a {
	display: block;
	overflow: hidden;
	height: 180px;
}
.blog_list_img.-blank a {
	position: relative;
	background: #eee;
}
.blog_list_img.-blank a::before,
.blog_list_img.-blank a::after {
	position: absolute;
	top: 50%;
	left: 50%;
	line-height: 1;
	color: #ccc;
	font-family: 'Font Awesome 6 Pro';
	font-size: 35px;
	font-style: normal;
	font-weight: 300;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: auto;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.blog_list_img.-blank a::before {
	content: '\f03e';
}
.blog_list_img.-blank a::after {
	content: '\f715';
}

.blog_list_txt {
	overflow: hidden;
	margin-bottom: 15px;
	line-height: 2;
	font-size: 15px;
}
.blog_list_more {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 13px;
}
.blog_list_more a {
}
.blog_list_more i {
	margin-left: 10px;
}


/* ================================================================================
	Gallery
================================================================================ */
/* list */
.gallery_list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	margin: 0 -10px;
}
.gallery_list_item {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	width: 33.333333%;
	max-width: 33.333333%;

	padding: 0 10px 30px;
}
.gallery_list_img {
	margin-bottom: 10px;
}
.gallery_list_ttl {
	font-size: 14px;
	font-weight: 700;
}
.gallery_list_ttl a {
	color: inherit;
}

/* detail */
.gallery_detail {
	margin-bottom: 20px;
}

.gallery_detail_main {
	overflow: hidden;
	position: relative;
	height: 540px;
	margin-bottom: 10px;
	line-height: 0;
	text-align: center;
}

.gallery_detail_control .prev,
.gallery_detail_control .next {
	position: absolute;
	top: 50%;
	z-index: 1000;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.gallery_detail_control .prev {
	left: 15px;
}
.gallery_detail_control .next {
	right: 15px;
}
.gallery_detail_control .prev:hover,
.gallery_detail_control .next:hover {
	opacity: 0.7;
}
.gallery_detail_control .prev::before,
.gallery_detail_control .next::before {
	opacity: 0.75;
	line-height: 1;
	color: #333;
	font-family: 'Font Awesome 6 Pro';
	font-size: 40px;
	font-style: normal;
	font-weight: 300;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: auto;
}
.gallery_detail_control .prev::before {
	content: '\f053';
}
.gallery_detail_control .next::before {
	content: '\f054';
}

.gallery_detail_control .prev span,
.gallery_detail_control .next span {
	display: none;
}

.gallery_detail_loading {
	position: absolute;
	top: 50%;
	z-index: 100;
	width: 100%;
	margin-top: -7px;
}

.gallery_detail_screen {
	width: 100%;
	height: 100%;
}
.gallery_detail_screen a,
.gallery_detail_screen span {
	display: inline-block;
}
.gallery_detail_screen a {
	transition: all 0.3s ease;
}
.gallery_detail_screen a:hover {
	opacity: 0.85;
}
.gallery_detail_screen a img { /* chromeで画像左側に隙間が入るため */
	display: block;
}
.gallery_detail_main .image-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 0;
}
.gallery_detail_sub{
}
.gallery_detail_sub ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	margin: 0 -6px;
}
.gallery_detail_sub ul li {
	-ms-flex: 0 0 16.666666%;
	flex: 0 0 16.666666%;
	width: 16.666666%;
	max-width: 16.666666%;

	padding: 0 6px 12px;
}
.gallery_detail_sub ul li a {
	opacity: 0.6;
	transition: all 0.3s ease;
}
.gallery_detail_sub ul li a:hover { opacity: 0.8; }
.gallery_detail_sub ul li.selected a { opacity: 1; }
.gallery_detail_sub ul li img { image-rendering: high-quality; }


/* ================================================================================
	Contact
================================================================================ */
.form_header {
	margin-bottom: 80px;
}

.form table th, .form table td {
	border-color: #e5e5e5; /* edit */
	border-right: none;
	border-left: none;
	vertical-align: middle;
}
.form table th {
	width: 30%;
	padding: 15px 20px;
	background: none !important;
	line-height: 1.5;
	text-align: left;
}
.form table td {
	padding: 20px 20px 20px 0;
}
.form table tr:first-child th, .form table tr:first-child td {
	padding-top: 0;
	border-top: none;
}

.form table th.va_top {
	padding-top: 15px;
	vertical-align: top;
}

.form input[type='text'], .form input[type='tel'], .form input[type='email'], .form select, .form textarea {
	display: block;
	height: 30px;
	padding: 3px 5px;
	border: 1px solid #ccc;
	border-radius: 1px;
	background: #fff;
	line-height: 1.42857;
	color: #474747;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.form input[type='text']:focus, .form input[type='tel']:focus, .form input[type='email']:focus, .form select:focus, .form textarea:focus {
	outline: 0;
	border-color: #333;
}
.form select {
	/* height: 30px; */
}
.form textarea {
	height: auto;
}
.form input[type='radio'], .form input[type='checkbox'] {
	position: relative;
	top: 2px;
	margin-right: 5px;
}
.form ul li {
	margin-bottom: 5px;
}
.form ul li label {
	cursor: pointer;
}
.form ul li:last-child {
	margin-bottom: 0;
}
.form .submessage {
	color: #707070;
	font-size: 10px;
}
.form .require {
	padding-left: 5px;
	color: #dc3545;
}
.form .error {
	padding-top: 5px;
	color: #dc3545;
}

.form .form_footer {
	margin: 0;
	padding-top: 20px;
	text-align: center;
}
.form .form_footer input {
	width: 100px;
	height: 35px;
	margin: 0 5px;
	background: #aaa;
	color: #fff;
}
.form .form_footer input.-primary {
	background: #333;
}
.form .form_footer input:hover, .form .form_footer input:active {
	opacity: 0.8;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.form .form_footer .ajax-loader {
	display: block;
	margin: 20px auto 0;
	line-height: 1;
}


/* ================================================================================
	Override
================================================================================ */
/* side_nav */
.side_nav_ttl {
	font-family: 'Heebo', sans-serif;
	font-size: 22px;
}
.side_nav_ttl::after {
	background: #007cd2;
}
.side_nav_list,
.side_nav_list li a {
	border-color: #eee;
}
.side_nav_list li a::after {
	color: #666;
}


/* entry */
.entry_body hr {
	border-color: #ccc;
}

.entry_body strong,
.mceContentBody strong {
	color: #f28900;
}

.entry_body table th, .entry_body table td,
.mceContentBody table th, .mceContentBody table td {
	border-color: #ccc;
}
.entry_body table th {
	background: #f7f7f7;
}

.entry_body ol > li::before,
.mceContentBody ol > li::before,
.entry_body .list_disc li::before, .entry_body .list_check li::before,
.mceContentBody .list_disc li::before, .mceContentBody .list_check li::before {
	color: #007cd2;
}


/* pager */
.pager a, .pager span {
	border-color: #007cd2;
	color: #007cd2;
}
.pager a:hover {
	background: #007cd2;
}
.pager .current {
	background: #007cd2;
}


/* form */
.form table th, .form table td {
	border-color: #e5e5e5;
}
.form table th {
	padding: 38px 20px 0;
	font-weight: 500;
	vertical-align: top;
}
.form table td {
	padding: 25px 25px 25px 0;
}

.form input[type='text'],
.form input[type='tel'],
.form input[type='email'],
.form select,
.form textarea {
	padding: 10px;
	border-color: #ccc;
	border-radius: 4px;
	background: #f7f7f8;
}
.form input[type='text'],
.form input[type='tel'],
.form input[type='email'],
.form select {
	height: 50px;
}
.form input[type='text']:focus,
.form input[type='tel']:focus,
.form input[type='email']:focus,
.form select:focus,
.form textarea:focus {
	border-color: #007cd2;
}

.form .note {
	color: #707070;
}

.form .form_footer {
	padding-top: 60px;
}
.form .form_footer input.-primary {
	width: 360px;
	height: 70px;
	border-radius: 35px;
	background: #007cd2;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.06em;
}

.form-inline {
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.form-inline .wpcf7-form-control-wrap {
	margin-right: 10px;
}

.form span.wpcf7-list-item {
	display: inline-block;
	margin: 0 20px 0 0;
}
.form span.wpcf7-list-item label {
	cursor: pointer;
}
.form span.wpcf7-list-item label:hover {
}