


.page_heading {
	width: 100%;
	// aspect-ratio: 128 / 39;
	background: url(../images/page_heading_bg.svg) top center no-repeat;
	background-size: 100% auto;
}
.page_heading .h_inner {
	height: 100%;
	display: flex;
	align-items: center;
}
.page_heading .h_inner .eyecatch {
	width: 49%;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page_heading .h_inner .h_content {
	width: 49%;
	color: #fff;
	text-align: left;
}
.page_heading .h_content .page_slug {
	font-family: "Inter", sans-serif;
	font-size: 56px;
	font-weight: 800;
	font-style: italic;
	line-height: 0.7;
	letter-spacing: 0;
	position: relative;
	padding-bottom: 21px;
	margin-bottom: 16px;
}
.page-faq .page_heading .h_content .page_slug {
	text-transform: uppercase;
}
.page_heading .h_content .page_slug:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 64px;
	height: 3px;
	content: '';
	background: #fff;
}
.page_heading .h_content .page_title {
	font-weight: 800;
	line-height: 1.4;
	font-size: 20px;
}

#page-title-wrapper #page-title .title-background-02 {
	padding-left: 19%;
	box-sizing: border-box;
	justify-content: flex-start;
}
#page-title-wrapper #page-title .section-title-wrapper {
	box-sizing: border-box;
	width: 100%;
	max-width: 600px;
}
#page-title-wrapper #page-title .section-title-wrapper .section-title:after {
	height: 2px;
}
#page-title-wrapper #page-title .section-title-wrapper .section-title {
	font-size: 1.8rem;
}
#page-title-wrapper #page-title .section-title-wrapper .title {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	padding: 0;
}
#page-title-wrapper #page-title .section-title-wrapper .meta {
	line-height: 1.2;
	font-size: 14px;
}
#page-title-wrapper #page-title .section-title-wrapper .name {
	font-size: 1.8rem;
	font-weight: 500;
}
#page-title-wrapper #page-title .section-title-wrapper .grade {
	font-size: 1.5rem;
	font-weight: 500;
}
#page-title-wrapper #page-title .section-title-wrapper .div {
	margin: 8px 0;
}
@media screen and (max-width: 1694px) {
	.page_heading {
		width: 100%;
		aspect-ratio: 128 / 39;
		background: url(../images/page_heading_bg.svg) top center no-repeat;
		background-size: auto 100%;
		max-height: none;
	}
}

@media screen and (max-width: 768px) {
	.page_heading {
		aspect-ratio: auto;
		background: url(../images/page_heading_bg.svg) right 18% center no-repeat;
		background-size: auto 100%;
	}
	.page_heading .h_inner {
		flex-direction: column;
		text-align: center;
	}
	.page_heading .h_inner .eyecatch,
	.page_heading .h_inner .h_content {
		width: 100%;  /* 全幅へ */
		margin: 0 0 20px 0;
	}
	.page_heading .h_inner .eyecatch {
		order: 1;
	}
	.page_heading .h_inner .h_content {
		order: 2;
	}
	.page_heading .h_content .page_slug {
		font-size: 40px;
	}
	#page-title-wrapper #page-title {
		height: auto;
		position: relative;
	}
	#page-title-wrapper #page-title .title-background-01 {
		height: auto;
		aspect-ratio: 4 / 3;
		position: relative;
	}
	#page-title-wrapper #page-title .title-background-02 {
		position: static;
		padding: 16px;
		height: auto;
		background-image: none;
		background: #0183a5;
	}
	#page-title-wrapper #page-title .title-background-02:after {
		content: '';
		width: 100%;
		aspect-ratio: 4 / 3;
		position: absolute;
		background-image: url(../images/baclground-page-title-03.png);
	}
	#page-title-wrapper #page-title .section-title-wrapper {
		position: relative;
		background-image: none;
		padding: 32px 16px;
	}
	#page-title-wrapper #page-title .section-title-wrapper .title {
		font-size: 18px;
	}
}

.page_content {
	margin: 40px 0 80px;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	.page_content {
		margin: 32px 0;
		overflow: hidden;
	}
}

/*****  _single interview  ******/
.page_content._single_interview {
	margin: 40px auto 80px;
}
.page_content._single_interview h2.wp-block-heading {
	background: linear-gradient(90deg, #007CAB 0%, #0186A1 50.48%, #0079AE 98.08%);
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3;
	padding: 8px 12px;
	margin-bottom: 16px;
	display: inline-block;
}
.page_content._single_interview .heading_q {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
	gap: 8px;
	color: #27A0C6; 
	font-size: 20px; 
}
.page_content._single_interview .heading_q:before {
	content: 'Q';
	width: 39px;
	height: 39px; 
	font-size: 24px;
	line-height: 1;
	font-style: italic;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: 100% 100%;
	background-position: right center;
	background-image: url(../images/icon_interview_01.svg);
}
.page_content._single_interview p {
	font-size: 15px;
	line-height: 170%;
	margin-bottom: 16px;
}
.page_content._single_interview .is-layout-flex {
	gap: 40px;
	align-items: flex-start;
}
.page_content._single_interview .wp-block-group {
	margin-bottom: 40px;
}
.page_content._single_interview .is-layout-flex .wp-block-group {
	width: calc(100% - 360px);
	margin-bottom: 0;
}
.page_content._single_interview .is-layout-flex .wp-block-image {
	position: relative;
	display: inline-block;
	width: 360px;
}
.page_content._single_interview .wp-block-image img {
	max-width: 100%;
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1;
	object-fit: cover;
}
.page_content._single_interview .wp-block-image::after {
	content: "";
	position: absolute;
	right: -8px;   /* 外側にずらす量 */
	bottom: -8px;  /* 外側にずらす量 */
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	border-right: 8px solid #0077b6;  /* 青色の帯（右） */
	border-bottom: 8px solid #0077b6; /* 青色の帯（下） */
	z-index: -1; /* 画像の後ろに配置 */
}
.schedule-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 15px;
	line-height: 1.6;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

.schedule-table th,
.schedule-table td {
	border-bottom: 1px solid #e5e5e5;
	vertical-align: top;
	padding: 16px 12px;
	vertical-align: middle;
}

/* 左側の時間カラム */
.schedule-table .time {
	width: 110px;
	background: #0a66a3; /* 青 */
	color: #fff;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}

/* 中央のタイトルカラム */
.schedule-table .title {
	width: 150px;
text-align:center;
}

/* 右側の説明カラム */
.schedule-table .desc {
	background: #ffffff;
}

/* スマホ対応 */
@media (max-width: 768px) {
	.page_content._single_interview .is-layout-flex {
		display: block;
	}
	.page_content._single_interview .is-layout-flex .wp-block-group {
		width: 100%;
	}
	.page_content._single_interview .is-layout-flex .wp-block-image {
		width: 100%;
		margin-bottom: 16px;
	}
	.schedule-table th,
	.schedule-table td {
		display: block;
		width: 100%;
	}

	.schedule-table .time,
	.schedule-table .title {
		text-align: left;
	}

	.schedule-table tr {
		margin-bottom: 20px;
		display: block;
	}
}

/*****  tab panel  ******/
.tab-menu {
	margin: 16px auto 0;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
}
.tab-menu li {
	background: #f5f5f5;
	width: 25%;
	text-align: center;
	padding: 12px 4px;
	box-sizing: border-box;
	border-right: 3px solid #fff;
	cursor: pointer;
	
}
.tab-menu li:last-child {
		border-right: none;
	}
.tab-menu li.select {
	background: #85c5e2;
	font-weight: bold;
}
.tab-contents {
	border: 2px solid #85c5e2;
	padding: 16px 24px 0px;
	margin-bottom: 40px;
}
.tab-contents .each {
	display: none;
}

.tab-contents .each.select {
	display: block;
}


/*****  contact  ******/
.privacy_notice_box {
	border: 1px solid #ccc;
	padding: 24px;
	height: 200px;
	overflow-y: scroll;
	margin: 32px auto;
	font-size: 13px;
	color: #333;
}
.privacy_notice_box p {
	margin: 8px 0 0;
}

/*****  page  ******/
.page_content .content {
	margin: 80px 0 80px;
}
.inner {
	width: 100%;
	max-width: 1000px;
	max-width: 1080px;
	margin: auto;
	box-sizing: border-box;
	padding: 0 16px;
}
.inner._w800 {
	max-width: 800px;
}
.inner._w1280 {
	max-width: 1280px;
}
.page_content .heading {
	text-align: center;
	margin: 40px 0;
}
.page_content .heading .heading_slug {
	position: relative;
	font-size: 40px;
	font-family: "Inter", sans-serif;
	font-style: italic;
	font-weight: 900;
	line-height: 1;
	letter-spacing: -1px;
	padding-bottom: 12px;
}
.page_content .heading .heading_slug._jp {
	font-size: 18px;
}
.page_content .heading .heading_slug:after {
	content: '';
	display: block;
	width: 40px;
	height: 2px;
	position: absolute;
	left: calc(50% - 20px);
	bottom: 0;
	background: #3957A2;
}
.page_content .heading .desc {
	margin-top: 12px;
	font-size: 18px;
	font-weight: bold;
}
.page_content .content .thumb_list {
}
.page_content .content .thumb_list .item {
	text-align: center;
}
.page_content .content .thumb_list .item .item_title {
	font-weight: 600;
	font-size: 24px;
	margin-top: 8px;
}
.page_content .content .txt-bg-gradation {
	margin-bottom: 0.5em;
	text-align: center;
}
.page_content .content .t-center {
	font-size: 1.1875em;
	text-align: center;
}
.page_content .content .system-image {
	margin: 5em auto;
}
.page_content p {
	margin: 16px 0;
	line-height: 1.7;
}
@media screen and (max-width: 768px) {
	.page_content .content {
		margin: 32px 0;
	}
}



.text_area01 {
	
}
.text_area01 h3 {
	font-weight: bold;
	font-size: 18px;
}
.text_area01 .lead {
	margin-bottom: 24px;
}
.job_list01 {
	display: flex;
	flex-wrap: wrap;
	font-size: 18px;
	border: 1px solid #D9D9D9;
}
.job_list01 .list_title {
	width: 30%;
	padding: 12px 24px;
	text-align: center;
	box-sizing: border-box;
	color: #fff;
	background: #1D71B8;
	display: flex;
	align-items: center;
	justify-content: center;
}
.job_list01 .list_content {
	width: 70%;
	padding: 12px 24px;
	box-sizing: border-box;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}
.job_list01 .list_title:not(first-child),
.job_list01 .list_content:not(first-child) {
	border-bottom: 1px solid #D9D9D9;
}

.gradation-01 {
	// background: -moz-linear-gradient(left, #003891, #450091);
	// background: -webkit-linear-gradient(left, #003891, #450091);
	// background: linear-gradient(to right, #003891, #450091);
}

.entry_cta a.cta_btn {
	max-width: 600px;
	margin: auto;
	border: 1px solid #fff;
	color: #fff;
	display: block;
	padding: 1.5em 0.5em;
	position: relative;
	font-size: 24px;
	text-align: center;
	text-decoration: none;
	background: -moz-linear-gradient(left, #003891, #450091);
	background: -webkit-linear-gradient(left, #003891, #450091);
	background: linear-gradient(to right, #003891, #450091);
}
.entry_cta a.cta_btn:after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		box-sizing: border-box;
		width: 50px;
		height: 1px;
		vertical-align: middle;
		background-color: #fff;
		right: -18px;
}
@media (max-width: 768px) {
	.job_list01 {
		display: block;
		font-size: 16px;
	}
	.job_list01 .list_title {
		width: 100%;
	}
	.job_list01 .list_content {
		width: 100%;
	}
}



/*****  entry-page  ******/

.wpcf7 {
	margin: 40px 0;
	padding: 32px 60px 32px 32px;
	border: 1px solid #ddd;
	background: #fafafa;
}
.c-form {
	display: grid;
	grid-template-columns: 260px 1fr;
	column-gap: 20px;
	row-gap: 20px;
	margin: 0;
}

/* dt（左ラベルエリア） */
.c-form__head {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 15px;
	line-height: 1.4;
}

/* 必須・任意バッジ共通 */
.c-form__badge {
	display: inline-block;
	min-width: 44px;
	padding: 4px 6px;
	font-size: 12px;
	text-align: center;
	color: #fff;
	border-radius: 2px;
}

/* 必須 */
.c-form__badge--required {
	background: #1f4c7a;
}

/* 任意 */
.c-form__badge--optional {
	background: #bfbfbf;
}

/* ラベル文字 */
.c-form__label {
	color: #222;
}

/* dd（入力欄エリア） */
.c-form__body {
	margin: 0;
}

/* =========================================================
	 input / textarea 共通
========================================================= */

.c-form__body input[type="text"],
.c-form__body input[type="email"],
.c-form__body input[type="tel"],
.c-form__body select,
.c-form__body textarea {
	width: 100%;
	padding: 14px 16px;
	font-size: 15px;
	border: 1px solid #dcdcdc;
	border-radius: 3px;
	box-sizing: border-box;
	background: #fff;
}

.c-form__body textarea {
	min-height: 200px;
	resize: vertical;
}

/* プレースホルダー */
::placeholder {
	color: #b5b5b5;
}

/* フォーカス */
.c-form__body input:focus,
.c-form__body textarea:focus {
	outline: none;
	border-color: #1f4c7a;
}
.c-form__body .note {
	font-size: 12px;
	color: #666;
}

/* =========================================================
	 ラジオボタン
========================================================= */

.c-form__body .wpcf7-list-item {
	display: block;
	margin: 0 0 10px 0;
}

.c-form__body .wpcf7-list-item-label {
	font-size: 14px;
	color: #333;
}

/* =========================================================
	 同意チェック
========================================================= */

.c-form__agreement {
	margin: 30px 0;
	font-size: 14px;
}

.c-form__agreement input[type="checkbox"] {
	margin-right: 6px;
}

/* =========================================================
	 送信ボタン
========================================================= */

.c-form__submit {
	margin-top: 30px;
	text-align: center;
}

.c-form__submit input[type="submit"] {
	width: 200px;
	padding: 14px 0;
	font-size: 15px;
	color: #fff;
	background: #2b2b2b;
	border: none;
	cursor: pointer;
}

.c-form__submit input[type="submit"]:hover {
	opacity: 0.9;
}

/* =========================================================
	 レスポンシブ
========================================================= */

@media (max-width: 768px) {
	.c-form {
		grid-template-columns: 1fr;
	}

	.c-form__head {
		margin-bottom: 6px;
	}
}

/*****  message-page  ******/

.page_content .content .interview_list {
	display: flex;
	flex-wrap: wrap;
	gap: 60px 60px;
}
.page_content .content .interview_list .item {
	width: calc(50% - 30px);
	text-align: center;
}
.page_content .content .interview_list .item a {
	position: relative;
	color: #fff;
	text-decoration: none;
	transition: .4s;
}
.page_content .content .interview_list .item a:hover {
	opacity: 0.8;
}
.page_content .content .interview_list .item .item_image {
	aspect-ratio: 52 / 33;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
}
.page_content .content .interview_list .item .item_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.page_content .content .interview_list .item .item_meta {
	margin-left: 20px;
	width: 100%;
	margin-top: -20px;
	padding: 24px 24px 16px 24px;
	position: relative;
	background: linear-gradient(90deg, #007CAB 0%, #0186A1 50.48%, #0079AE 98.08%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	color: #fff;
	gap:12px;
}
.page_content .content .interview_list .item .item_meta .item_title {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	line-height: 1.5;
	margin: 0 0 8px;
}
.page_content .content .interview_list .item .item_meta .name {
	width: 100%;
	text-align: right;
	font-weight: bold;
	font-size: 22px;
}
.page_content .content .interview_list .item .item_meta .profile {
	width: 100%;
	text-align: right;
	font-size: 16px;
}
.page_content .content .interview_list .item .item_meta .more {
	display: flex;
	align-items: center;
	position: relative;
	gap: 4px;
	font-style: italic;
	margin-left: -24px;
}
.page_content .content .interview_list .item .item_meta .more:before {
	content: '';
	width: 120px;
	height: 2px;
	background: #fff;
}

/* Slick有効時は、元のflexレイアウトを無効化してスライダーに任せる */
.page_content .content .interview_list.slick-initialized {
	display: block;      /* flex を解除 */
	flex-wrap: initial;  /* 念のため */
	gap: 0;              /* gap を解除（Slickでは使わない） */
}

/* Slick有効時は、スライド幅はSlickが管理するのでwidth計算を解除 */
.page_content .content .interview_list.slick-initialized .item {
	width: auto;
	text-align: center;
	box-sizing: border-box;
}

/* 既存の gap:60px 相当の余白をスライドのpaddingで再現（左右30pxずつ） */
.page_content .content .interview_list.slick-initialized .slick-slide {
	padding: 0 30px;
	box-sizing: border-box;
}

/* 外側だけ余白が増えるのを相殺（gapと同じ見た目にする） */
.page_content .content .interview_list.slick-initialized {
	margin: 0 -30px;
}
/* slick-theme のデフォルト矢印（疑似要素）を無効化 */
.page_content .content .interview_list .slick-prev:before,
.page_content .content .interview_list .slick-next:before {
	content: none;
}

/* 矢印ボタンの基本 */
.page_content .content .interview_list .my-slick-arrow {
	width: 44px;
	height: 44px;
	z-index: 5;
}

.page_content .content .interview_list .my-slick-arrow img {
	width: 100%;
	height: 100%;
	display: block;
}

/* 位置（必要なら数値調整） */
.page_content .content .interview_list .slick-prev {
	left: -22px;
}
.page_content .content .interview_list .slick-next {
	right: -22px;
}

/* SPで外にはみ出すなら内側へ */
@media (max-width: 767px) {
	.page_content .content .interview_list .slick-prev {
		left: 6px;
	}
	.page_content .content .interview_list .slick-next {
		right: 6px;
	}
}


/*****  wanted-page  ******/
.wanted_list {
	
}
.wanted_lead {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	margin: 40px auto;
}
.wanted_list_item {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
}
.wanted_list_item._reverse {
	flex-direction: row-reverse;
}
.wanted_list_item .image,
.wanted_list_item .text {
	width: 50%;
}
.wanted_list_item .text .title {
	font-size: 56px;
	font-weight: 900;
	font-style: italic;
	font-family: "Inter", sans-serif;
}
.wanted_list_item .text .title._sky {
	color: #27A0C6;
}
.wanted_list_item .text .title._yellow {
	color: #FFBF00;
}
.wanted_list_item .text .title._red {
	color: #F40004;
}
.wanted_list_item .text .title._blue {
	color: #1D71B8;
}
.wanted_list_item .text .subtitle {
	margin-top: 24px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
	
}
@media screen and (max-width: 768px) {
	.wanted_list_item {
		display: block;
	}
	.wanted_list_item .image,
	.wanted_list_item .text {
		width: 100%;
	}
	.wanted_list_item .text .title {
		font-size: 40px;
	}
	.wanted_list_item .text .subtitle {
		margin-top: 24px;
		font-size: 24px;
	}
}

/*****  voice-page  ******/
/* 全体ラッパー */
.balloon-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	justify-content: center;
	max-width: 1200px;
	margin: 0 auto;
}

/* 吹き出し本体 */
.balloon {
	position: relative;
	box-sizing: border-box;
	width: calc(30% - 24px);
	// max-width: 369px;
	// min-width: 260px;
	padding: 12px 4px;
	background: #27A0C6;
	color: #fff;
	border-radius: 4px;
	line-height: 1.5;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	&:nth-child(4n),
	&:nth-child(5n) {
		width: calc(35% - 24px);
	}
}

/* 吹き出しの三角部分（下向き） */
.balloon::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -16px;                 /* 三角の位置 */
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 12px 0 12px;           /* 高さ・幅 */
	border-color: #27A0C6 transparent transparent transparent;
}

/* スマホ向けレイアウト調整 */
@media (max-width: 768px) {
	.balloon-wrap {
		gap: 16px;
	}
	.balloon {
		width: 100% !important;
	}
	.balloon&:nth-child(4n),
	.balloon&:nth-child(5n) {
		width: 100%;
	}
}

/*****  front-page  ******/
.section._intro {
	padding: 48px 0 72px;
	text-align: center;
}

.section._intro .sec_title {
	margin: 16px 0;
}

.section._intro .sec_title .en {
	display: block;
	font-family: "Inter", sans-serif;
	font-size: 40px;
	font-weight: 800;
	font-style: italic;
	line-height: 0.7;
	color: #035caa;
	position: relative;
	padding-bottom: 16px;
}
.section._intro .sec_title .en:after {
	content: '';
	display: block;
	width: 40px;
	height: 2px;
	position: absolute;
	left: calc(50% - 20px);
	bottom: 0;
	background: #000;
}
.section._intro .sec_title .jp {
	display: block;
	margin-top: 16px;
	margin-bottom: 24px;
	font-weight: 600;
	font-weight: bold;
	font-size: 32px;
}
.section._intro p {
	font-size: 18px;
	line-height: 2em;
}
.section._intro .sphere {
	text-align: center;
	margin: 32px auto 0;
}

.section._aboutus p {
	// font-size: 18px;
	line-height: 1.6;
}
.c_text .sec_title .jp {
	margin-bottom: 12px;
}
.c_text .page_slug {
	font-family: "Inter", sans-serif;
	font-size: 40px;
	font-weight: 800;
	font-style: italic;
	line-height: 0.7;
}
.c_text .page_slug .capital {
	font-size: 66px;
}
.c_text .page_slug._sky {
	color: #28a0c6;
}
.c_text .page_slug._yellow {
	color: #FFBF00;
}
.c_text .page_slug._red {
	color: #f40305;
}
.c_text .page_slug._blue {
	color: #035caa;
}
.c_text .page_slug._blue2 {
	color: #1D71B8;
}
@media (max-width: 768px) {
	.section._intro {
		padding-top: 0;
	}
	.section._intro .sec_title .jp {
		font-size: 28px;
	}
	.c_text .page_slug {
		font-size: 30px;
	}
	.c_text .page_slug .capital {
		font-size: 46px;
	}
	.home .c_text .sec_title .jp {
		font-size: 23px;
	}
	.c_text .btn_box {
		text-align: center;
	}
}


._desc {
	margin-top: 80px;
}
._desc .c_text .sec_title .jp:before {
	background: #1D71B8;
}
._desc .c_text .btn_box .text_btn {
	background: #1D71B8 url(../images/icon_arrow01_white.svg) center center no-repeat;
	background-position: center right 16px;
}
._desc .c_text .btn_box .text_btn:hover {
	background: #1D71B8 url(../images/icon_arrow01_white.svg) center center no-repeat;
	background-position: center right 16px;
}

._bg_white {
	background: #fff;
	padding: 40px 0;
	margin-top: 0;
}
._bg_baige {
	background: #FAFAFA;
	padding: 40px 0;
	margin-top: 0;
}

.recruit_navi {
	padding: 40px 2%;
}
.recruit_navi .inner {
	display: flex;
	max-width: 1600px;
	margin: auto;
	justify-content: center;
	align-items: center;
}
.recruit_navi .inner .item {
	width: 50%;
}

@media (max-width: 767px) {
	.recruit_navi {
		padding: 16px;
	}
	.recruit_navi .inner {
		display: block;
	}
	.recruit_navi .inner .item {
		width: 100%;
	}
}
