@charset "utf-8";

/*---------- ビジュアル更新 ----------*/
body{
	color:#1F3170;
}
strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

blockquote {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 40px;
	-webkit-margin-end: 40px;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignright {
	text-align: right;
}

.alignleft {
	text-align: left;
}

img.alignright {
	margin-left: auto;
}

img.alignleft {
	margin-right: auto;
}

img[class*="wp-image-"],
img[class*="attachment-"] {
	max-width: 100%;
	height: auto;
}

.clearfix {
	overflow: hidden;
	zoom: 1;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

pre {
	white-space: pre-wrap;
}

.gallery-item img {
	width: 100%;
}

/*-------------------------------*/
img {
	display: block;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

p {
	display: block;
	margin-bottom: 25px;
	line-height: 1.6;
	letter-spacing: 0.05em;
	max-height: 100%;
}

ul,
ol {
	padding-left: 20px;
	margin: 10px 0;
}

li {
	line-height: 2.7rem;
	margin-bottom: 5px;
}

ul li {
	list-style: disc;
	max-height: 100%;
}

ol li {
	list-style: decimal;
	max-height: 100%;
}

ul li:last-child,
ol li:last-child {
	margin-bottom: 0;
}

a {
	color: #222;
	text-decoration: underline;
	/*max-height: 100%;*/
}

a:visited {
	color: #333;
}

a[target="_blank"] {
	padding-right: 25px;
	background: url(../img/popup.svg) no-repeat center right 5px;
}

a.non[target="_blank"] {
	padding-right: 0;
	background: none;
}

a[href$=".doc"],
a[href$=".docx"] {
	padding-right: 25px;
	background: url(../img/icon_word.svg) no-repeat center right 5px;
}

a[href$=".xls"],
a[href$=".xlsx"] {
	padding-right: 25px;
	background: url(../img/icon_excel.svg) no-repeat center right 5px;
}

a[href$=".pdf"] {
	padding-right: 25px;
	background: url(../img/icon_pdf.svg) no-repeat center right 5px;
}

a.none[href$=".pdf"] {
	padding-right: 0;
	background: none;
}

[href^="tel:"] {
	color: #333 !important;
	pointer-events: none;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}


.anchor {
	display: block;
	padding-top: 100px !important;
	margin-top: -100px !important;
	pointer-events: none;
}

.anchor>* {
	pointer-events: auto;
}

/* セクションタイトル
--------------------------------------------------------- */

.recruitSecTtl {
	margin: 0 0 35px;
	color: #2750DF;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: .05em;
}

.recruitSecLabel {
	position: relative;
	margin: 0;
	padding-left: 20px;
	color: #2750DF;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: .08em;
}

.recruitSecLabel::before {
	content: "";
	position: absolute;
	left: 0;
	top: -9px;
	width: 10px;
	height: 50px;
	background: #2750DF;
}

.recruitSecTitle {
/* 	margin: 0 0 28px;
	color: #14306f;
	font-size: clamp(24px, 3vw, 34px);
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .04em; */
}

/*-------------------------------------------------------------
	table
-------------------------------------------------------------*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}

table {
	width: 100%;
	margin: 30px auto;
}

table tr {
	border-bottom: 1px solid #CCCCCC;
}

table tr:first-child {
	border-top: 1px solid #CCCCCC;
}

table th {
	font-weight: 700;
	text-align: left;
	padding: 20px 25px;
	background: #F2F4FA;
	width: 25.45%;
	max-height: 100%;
	vertical-align: unset;
}

table td {
	padding: 20px;
	max-height: 100%;
}

table th>*:first-child,
table td>*:first-child {
	margin-top: 0 !important;
}

table th>*:last-child,
table td>*:last-child {
	margin-bottom: 0 !important;
}

table td ul {
	list-style: disc;
	padding-left: 20px;
	margin-bottom: 0;
}

table td li {
	max-height: 100% !important;
}

.content_area {
	/* max-width: 1240px; */
/* 	padding: 80px 0 0; */
	margin: 0 auto;
	position: relative;
	background:#DFE5EA;
}

.recruit_inner {
	max-width: 1240px;
	padding: 0 20px;
	margin: 0 auto 0;
	position: relative;
}

.content_area .recruit_inner>*:first-child {
	margin-top: 0;
}

.content_area .recruit_inner>*:last-child {
	margin-bottom: 0;
}

.link_btn a {
	position: relative;
	display: block;
	text-decoration: none;
	max-width: 300px;
	font-weight: bold;
	line-height: 1.2;
	color: #FFF;
	text-align: center;
	margin: 24px 0 0;
	padding: 13px 18px 14px 23px;
	background: rgb(255, 118, 0);
	background: linear-gradient(126deg, rgba(255, 118, 0, 1) 0%, rgba(252, 175, 27, 1) 100%);
	border-radius: 100px;
	overflow: hidden;
	z-index: 10;
	transition: color 0.3s;
}

.link_btn a::before {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background: #ffb918;
	z-index: 20;
	transition: width 0.3s;
}

.link_btn a:hover::before {
	width: 100%;
}

.link_btn a span {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	position: relative;
	z-index: 30;
}

.link_btn a span::after {
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	margin-left: 11px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}

.column_02,
.column_03 {
	display: flex;
	flex-wrap: wrap;
}

.column_02>div {
	width: calc((100% - 20px) / 2);
	margin-right: 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
}

.column_02>div:nth-child(2n) {
	margin-right: 0;
}

.column_03>div,
.column_03>ul {
	width: calc((100% - 42px) / 3);
	margin-right: 21px;
	box-sizing: border-box;
}

.column_03>div img {
	margin: 0;
}

.column_03>div:nth-child(3n),
.column_03>ul:nth-child(3n) {
	margin: 0;
}

.column_04 {
	display: flex;
	flex-wrap: wrap;
}

.column_04 ul {
	line-height: 1.85em;
	margin-right: 2%;
	width: 23.5%;
}

.column_04 ul:nth-child(4n) {
	margin-right: 0;
}

.txt_right {
	text-align: right;
	margin-bottom: 80px;
}

.txt_left {
	text-align: left;
}

.txt_center {
	text-align: center;
}


@media screen and (max-width:767px) {
	img {
		width: auto;
		height: auto;
		max-width: 100%;
	}

	.anchor {
		display: block;
		padding-top: 65px !important;
		margin-top: -65px !important;
	}
	
	.recruitSecTtl {
		margin-bottom: 24px;
		font-size: 24px;
	}

	p {
		margin-bottom: 15px;
		line-height: 1.8;
	}

	[href^="tel:"] {
		pointer-events: all;
		text-decoration: underline;
	}

	table th {
		padding: 15px 7px;
		width: 30%;
	}

	table td {
		padding: 15px 10px 15px 5px;
	}

	.link_btn a {
		max-width: 100%;
		padding: 12px 15px 14px;
	}

	.link_btn a span {
		font-size: 1.3rem;
	}

	.link_btn a span::after {
		margin-top: 1px;
		margin-left: 6px;
	}

	.column_02>div,
	.column_03>div {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.column_03>ul {
		width: 100%;
		margin-right: 0;
	}

	.column_04 ul {
		margin: 0;
		width: 100%;
	}

}


/* =========================================================
  採用下層 MV
========================================================= */

.recruitChildMv {
	position: relative;
	min-height: 687px;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.recruitChildMv::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgb(29 60 169 / 21%);
	z-index: 1;
}

.recruitChildMv__inner {
	position: relative;
	z-index: 2;
	max-width: 1240px;
	height: 687px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	align-items: center;
}

.recruitChildMv__head {
	
}

/*-------
  採用下層 MV 見出し
--------- */

.recruitChildHead {
	display: grid;
	gap: 10px;
}

.recruitChildHead--mv {
	margin-bottom: 0;
}

.recruitChildHead__ttlLine {
	display: flex;
}

.recruitChildHead__ttl {
	font-family: "Poppins", sans-serif;
	font-size: clamp(56px, 7.8vw, 111px);
	font-weight: 600;
	margin: 0;
	line-height: .74;
	letter-spacing: 0;
}

.recruitChildHead__ttlRed,
.recruitChildHead__ttlBlue,
.recruitChildHead__ttlWhite {
	display: block;
	font-weight: 600;
	font-size: clamp(48px, 8vw, 120px);
}

.recruitChildHead__ttlRed {
	color: #ED1C24;
}

.recruitChildHead__ttlBlue {
	color: #2750DF;
}

.recruitChildHead__ttlWhite {
	color: #fff;
}

.recruitChildHead__sub {
	margin: 0;
	font-weight: 700;
	font-size: clamp(14px, 1.4vw, 20px);
	color: #2750DF;
	letter-spacing: 0.1em;
}

.recruitChildHead__sub--white {
	color: #fff;
}

/* 各ページh2 */
h2 {
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.65;
	/* padding: 20px 0 0; */
	margin: 65px 0 20px;
	position: relative;
}

/* 各ページh3 */
h3 {
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin: 65px 0 25px;
}

/* 各ページh4 */
h4 {
	margin: 50px 0 15px;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 1.8px;
	line-height: 3.2rem;
	position: relative;
}

/* h4::before {
	content: '';
	position: absolute;
	top: 2px;
	bottom: 0;
	left: 0;
	width: 6px;
	height: 2px;
	margin: auto;
	background: #686868;
} */

/* 各ページh5 */
h5 {
	font-weight: 500;
	margin: 35px 0 10px;
	line-height: 2.9rem;
}

/* 共通：グラデーション背景 */
.bg-dark-gradation {
    background: linear-gradient(120deg, #0078c9 0%, #214ec8 48%, #82418d 100%);
}

.bg-light-gradation {
    background: linear-gradient(110deg, #cceff1 0%, #dbeef0 45%, #eee4e9 100%);
}

@media screen and (max-width:767px) {
	
	.recruitChildMv {
		min-height: 300px;
	}

	.recruitChildMv__inner {
		height: 300px;
	}
	
	.recruitChildHead__ttl {
		font-size: clamp(34px, 10vw, 48px);
	}

	/* 各ページh2 */
	h2 {
		font-size: 1.8rem;
		/* padding: 13px 0 0; */
		margin: 50px 0 20px;
	}

	.sec_ttl_h2 {
		font-size: 2rem;
		margin: 50px 0 20px;
	}

	.sec_ttl_h2::before {
		font-size: 1.4rem;
	}

	h3 {
		font-size: 1.8rem;
		margin: 40px 0 13px;
	}

	h4 {
		font-size: 1.6rem;
		margin: 20px 0 10px;
	}

	h5 {
		font-size: 1.3rem;
		margin: 20px 0 0;
	}

}