@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100..900&display=swap");
*, ::before, ::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

body {
	margin: 0;
}

main {
	display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

dt {
	font-weight: 700;
}

dd {
	margin-left: 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit;
}

pre {
	font-family: monospace,monospace;
	font-size: inherit;
}

address {
	font-style: inherit;
}

a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}

abbr[title] {
	text-decoration: underline dotted;
}

b, strong {
	font-weight: bolder;
}

code, kbd, samp {
	font-family: monospace,monospace;
	font-size: inherit;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

svg, img, embed, object, iframe {
	vertical-align: bottom;
}

button, input, optgroup, select, textarea {
	-webkit-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	border-radius: 0;
	text-align: inherit;
	text-transform: inherit;
}

button, [type="button"], [type="reset"], [type="submit"] {
	cursor: pointer;
}

button:disabled, [type="button"]:disabled, [type="reset"]:disabled, [type="submit"]:disabled {
	cursor: default;
}

:-moz-focusring {
	outline: auto;
}

select:disabled {
	opacity: inherit;
}

option {
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	min-width: 0;
}

legend {
	padding: 0;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

[type="number"] {
	-moz-appearance: textfield;
}

label[for] {
	cursor: pointer;
}

details {
	display: block;
}

summary {
	display: list-item;
}

[contenteditable]:focus {
	outline: auto;
}

table {
	border-color: inherit;
	border-collapse: collapse;
}

caption {
	text-align: left;
}

td, th {
	vertical-align: top;
	padding: 0;
}

th {
	text-align: left;
	font-weight: 700;
}

html {
	font-size: 16px;
	overflow-y: scroll;
}
html * {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
}

body {
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
	font-feature-settings: "palt";
	margin: 0px auto;
	color: #000;
	overflow: hidden;
	background: #fff;
	font-size: clamp(0.875rem, 0.82979rem + 0.21277vw, 1rem);
	line-height: 1.5;
	font-weight: 500;
	padding-top: 120px;
}
@media (max-width: 800px) {
  body {
		padding-top: 50px;
  }
}
body img {
	border: 0px;
}
body a {
	text-decoration: none;
	color: #000;
	-webkit-transition: opacity 0.2s, background 0.2s;
	transition: opacity 0.2s, background 0.2s;
	cursor: pointer;
}
body a:hover {
	opacity: 0.7;
}
body dl, body ul, body ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
body p {
	margin: 0px;
	line-height: 1.7;
}
body input, body select {
	outline: none;
}
@media (max-width: 560px) {
  body .view_pc {
		display: none !important;
  }
}
body .view_sp {
	display: none !important;
}
@media (max-width: 560px) {
  body .view_sp {
		display: block !important;
  }
}

.stack {
	margin-top: 0 !important;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	width: 100%;
	height: 120px;
	background: #fff;
	z-index: 1000;
	border-bottom: 1px solid #E0E0E0;
}
@media (max-width: 800px) {
  header {
		height: 50px;
  }
}
header > div {
	position: relative;
	width: 100%;
	max-width: 1320px;
	margin: auto;
	padding: 0px 20px;
	margin-top: 0;
	margin-bottom: 0;
}
@media (max-width: 560px) {
  header > div {
		padding: 0px 10px;
  }
}
header .top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 80px;
}
@media (max-width: 800px) {
  header .top {
		height: 50px;
  }
}
@media (max-width: 800px) {
  header .top .logo img {
		width: 279px;
  }
}
@media (max-width: 800px) {
  header .top .contact {
		display: none;
  }
}
header .top .contact a {
	display: inline-block;
	position: relative;
	text-decoration: underline;
	font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
	line-height: 1.5;
	font-weight: 500;
	padding-left: 15px;
}
header .top .contact a::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
	border-top: 4px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 7px solid #253494;
}
header .top .contact a:hover {
	text-decoration: none;
}
header .top #spmenu_btn {
	display: none;
}
@media (max-width: 800px) {
  header .top #spmenu_btn {
		display: block;
		padding-right: 0px;
  }
}
header .top #spmenu_btn button {
	position: relative;
	width: 30px;
	height: 24px;
	cursor: pointer;
}
header .top #spmenu_btn button span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #253494;
	display: inline-block;
	transition: 0.5s;
}
header .top #spmenu_btn button span:nth-of-type(1) {
	top: 2px;
}
header .top #spmenu_btn button span:nth-of-type(2) {
	top: 11px;
}
header .top #spmenu_btn button span:nth-of-type(3) {
	bottom: 2px;
}
header .top #spmenu_btn button.open span:nth-of-type(1) {
	transform: translateY(9px) rotate(315deg);
}
header .top #spmenu_btn button.open span:nth-of-type(2) {
	opacity: 0;
}
header .top #spmenu_btn button.open span:nth-of-type(3) {
	transform: translateY(-9px) rotate(-315deg);
}
header #globalnavi {
	display: flex;
	height: 40px;
	border-right: 1px solid #E0E0E0;
}
@media (max-width: 800px) {
  header #globalnavi {
		display: none;
  }
}
header #globalnavi > li {
	width: 25%;
	border-left: 1px solid #E0E0E0;
}
header #globalnavi > li > a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	font-weight: bold;
	transition: 0.3s;
}
header #globalnavi > li > a.ac {
	background: #253494;
	color: #fff;
}
header #globalnavi > li:hover > a {
	background: #253494;
	color: #fff;
	opacity: 1;
}
header #globalnavi > li:hover > .megamenu {
	z-index: 20;
}
header #globalnavi > li > .megamenu {
	position: fixed;
	width: 100%;
	background: #fff;
	left: 0;
	top: 120px;
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
	display: none;
	z-index: 10;
}
header #globalnavi > li > .megamenu.recruit {
	padding-bottom: 40px;
}
header #globalnavi > li > .megamenu > ul {
	position: relative;
	width: 100%;
	max-width: 1320px;
	margin: auto;
	padding: 60px 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
@media (max-width: 560px) {
  header #globalnavi > li > .megamenu > ul {
		padding: 30px 10px;
  }
}
header #globalnavi > li > .megamenu > ul li {
	width: calc((100% - 90px) / 4);
	font-size: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem);
	line-height: 1.5;
	font-weight: 500;
	border-bottom: 1px solid #E0E0E0;
	display: flex;
	align-items: flex-end;
}
header #globalnavi > li > .megamenu > ul li.sub {
	font-weight: bold;
}
header #globalnavi > li > .megamenu > ul li a {
	display: block;
	width: 100%;
	padding-bottom: 5px;
}
header #globalnavi > li > .megamenu > ul.wide {
	flex-wrap: nowrap;
	flex: 1;
	justify-content: space-between;
	gap: 30px 0;
	padding-bottom: 40px;
}
@media (max-width: 1060px) {
  header #globalnavi > li > .megamenu > ul.wide {
		flex-wrap: wrap;
  }
}
header #globalnavi > li > .megamenu > ul.wide li {
	border-bottom: none;
	white-space: nowrap;
	width: auto;
}
header #globalnavi > li > .megamenu > ul.wide li span {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #E0E0E0;
	padding-right: 40px;
}
@media (max-width: 1060px) {
  header #globalnavi > li > .megamenu > ul.wide li:first-child {
		width: 100%;
  }
}
header #globalnavi > li > .megamenu > ul.wide li:first-child span {
	padding-right: 80px;
}
@media (max-width: 1060px) {
  header #globalnavi > li > .megamenu > ul.wide li:first-child span {
		max-width: 200px;
  }
}
header #globalnavi > li > .megamenu > .btn_list {
	position: relative;
	width: 100%;
	max-width: 1320px;
	margin: auto;
	padding: 0px 20px 0px;
	display: flex;
	gap: 7px;
}
@media (max-width: 560px) {
  header #globalnavi > li > .megamenu > .btn_list {
		padding: 0px 10px 0px;
  }
}
header #globalnavi > li > .megamenu > .btn_list button {
	position: relative;
	width: calc((100% - 21px) / 4);
	border: 1px solid #E0E0E0;
	padding: 20px;
	font-weight: bold;
}
header #globalnavi > li > .megamenu > .btn_list button::before, header #globalnavi > li > .megamenu > .btn_list button::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 8px solid #253494;
}
header #globalnavi > li > .megamenu > .btn_list button::after {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: none;
	border-bottom: 8px solid #253494;
	opacity: 0;
}
header #globalnavi > li > .megamenu > .btn_list button.open {
	background: #F3F7FF;
}
header #globalnavi > li > .megamenu > .btn_list button.open::before {
	opacity: 0;
}
header #globalnavi > li > .megamenu > .btn_list button.open::after {
	opacity: 1;
}
header #globalnavi > li > .megamenu > .btn_list button:hover {
	background: #F3F7FF;
}
header #globalnavi > li > .megamenu > .accordion {
	background: #F3F7FF;
}
header #globalnavi > li > .megamenu > .accordion > div {
	display: none;
}
header #globalnavi > li > .megamenu > .accordion > div ul {
	position: relative;
	width: 100%;
	max-width: 1320px;
	margin: auto;
	padding: 40px 20px 60px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
@media (max-width: 560px) {
  header #globalnavi > li > .megamenu > .accordion > div ul {
		padding: 20px 10px 30px;
  }
}
header #globalnavi > li > .megamenu > .accordion > div ul li {
	width: calc((100% - 80px) / 5);
}
@media (max-width: 1200px) {
  header #globalnavi > li > .megamenu > .accordion > div ul li {
		width: calc((100% - 60px) / 4);
  }
}
@media (max-width: 1060px) {
  header #globalnavi > li > .megamenu > .accordion > div ul li {
		width: calc((100% - 40px) / 3);
  }
}
header #globalnavi > li > .megamenu > .accordion > div ul.col3 li {
	width: calc((100% - 60px) / 4);
}
@media (max-width: 1200px) {
  header #globalnavi > li > .megamenu > .accordion > div ul.col3 li {
		width: calc((100% - 40px) / 3);
  }
}

#spmenu {
	display: none;
	position: fixed;
	width: 100%;
	max-height: calc(100vh - 50px);
	background: #253494;
	z-index: 1000;
	overflow-y: auto;
	top: 50px;
	left: 0;
}
#spmenu > ul > li + li {
	border-top: 1px solid #ccc;
}
#spmenu > ul > li > a {
	display: block;
	padding: 15px;
	font-size: clamp(1.0625rem, 1.0625rem + 0vw, 1.0625rem);
	line-height: 1.5;
	font-weight: 500;
}
#spmenu > ul > li > a.btn span {
	position: relative;
	display: inline-block;
	padding-right: 20px;
}
#spmenu > ul > li > a.btn span::after {
	content: "";
	position: absolute;
	top: 10px;
	right: 0;
	border-top: 8px solid #fff;
	border-right: 5px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 5px solid transparent;
	transition: 0.3s;
	transform-origin: 5px 5px;
}
#spmenu > ul > li > a.btn.open span::after {
	top: 7px;
	transform: rotate(180deg);
}
#spmenu > ul > li > ul {
	display: none;
	padding-left: 30px;
}
#spmenu > ul > li > ul > li > a {
	position: relative;
	display: block;
	padding: 10px 40px 10px 10px;
	font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
	line-height: 1.5;
	font-weight: 500;
}
#spmenu > ul > li > ul > li > a::after {
	content: ">";
	position: absolute;
	color: #fff;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 11px;
	font-family: "メイリオ", sans-serif;
}
#spmenu > ul > li > ul > li:last-child > a {
	padding-bottom: 20px;
}
#spmenu a {
	color: #fff;
}

.mainvisual {
	position: relative;
	height: 570px;
	overflow: hidden;
}
@media (max-width: 800px) {
  .mainvisual {
		height: auto;
		aspect-ratio: 1203 / 570;
  }
}
@media (max-width: 560px) {
  .mainvisual {
		aspect-ratio: 375 / 242;
  }
}
.mainvisual .bg_video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
	background: #253494;
}
.mainvisual::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #253494;
	opacity: 0.45;
	z-index: 10;
}
.mainvisual .catch {
	position: absolute;
	width: 50%;
	left: 50px;
	bottom: -50px;
	z-index: 30;
	opacity: 0;
	transition: 0.8s;
}
@media (max-width: 1060px) {
  .mainvisual .catch {
		width: 65%;
		left: 30px;
  }
}
@media (max-width: 560px) {
  .mainvisual .catch {
		width: 85%;
		left: 10px;
  }
}
.mainvisual .catch.show {
	bottom: 50px;
	opacity: 1;
}
@media (max-width: 1060px) {
  .mainvisual .catch.show {
		bottom: 30px;
  }
}
@media (max-width: 560px) {
  .mainvisual .catch.show {
		bottom: 10px;
  }
}
.mainvisual .catch img {
	width: 100%;
	max-width: 840px;
	filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.4));
}
.mainvisual .img {
	position: relative;
	z-index: 20;
	right: 0;
	top: 0;
	height: 100%;
}
.mainvisual .img img {
	height: 100%;
	width: auto;
}
@media (max-width: 560px) {
  .mainvisual .img img.pc {
		display: none;
  }
}
.mainvisual .img img.sp {
	display: none;
}
@media (max-width: 560px) {
  .mainvisual .img img.sp {
		display: inline;
  }
}
.mainvisual .img .slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	text-align: right;
}
.mainvisual .img .slide.active {
	opacity: 1;
	z-index: 2;
}
.mainvisual .img .slide.animating {
	opacity: 1;
	z-index: 3;
	animation: sweep-diagonal 1.2s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}

@keyframes sweep-diagonal {
	0% {
		clip-path: polygon(100% 0, 100% 0, 100% 0, 100% 0);
	}
	100% {
		clip-path: polygon(100% 0, 100% 300%, -200% 0, 0% 0);
	}
}
main.home h2 {
	color: #253494;
	font-size: clamp(1.4375rem, 1.23404rem + 0.95745vw, 2rem);
	line-height: 1.5;
	font-weight: 700;
}
main.home h2::before {
	content: attr(data-en);
	display: block;
	font-size: clamp(0.875rem, 0.78457rem + 0.42553vw, 1.125rem);
	line-height: 1;
	font-weight: 700;
	color: #3EA6FF;
	margin-bottom: 15px;
}
main.home * + p {
	margin-top: 20px;
}
main.home .news_area > div {
	position: relative;
	width: 100%;
	max-width: 1320px;
	margin: auto;
	padding: 60px 20px;
	display: flex;
}
@media (max-width: 560px) {
  main.home .news_area > div {
		padding: 30px 10px;
  }
}
@media (max-width: 800px) {
  main.home .news_area > div {
		flex-direction: column;
  }
}
main.home .news_area > div .label {
	width: 35%;
}
@media (max-width: 800px) {
  main.home .news_area > div .label {
		width: auto;
  }
}
main.home .news_area > div .content {
	width: 65%;
	padding-top: 40px;
}
@media (max-width: 800px) {
  main.home .news_area > div .content {
		width: auto;
		padding-top: 20px;
  }
}
main.home .bg_circle {
	background-color: #EBF6FF;
	background-image: radial-gradient(circle at center, #9FC8FF, transparent 50%), radial-gradient(circle at center, #9FC8FF, transparent 50%), radial-gradient(circle at center, #9FC8FF, transparent 50%), radial-gradient(circle at center, #9FC8FF, transparent 50%);
	background-size: 60% 60%;
	background-repeat: no-repeat;
	background-position: -30% -40%, 130% 26.5%, -30% 90.5%, 130% 160.5%;
}
@media (max-width: 1060px) {
  main.home .bg_circle {
		background-size: auto 40%;
		background-position: left -300px top -20%, right -300px top 26.5%, left -300px top 72.5%, right -300px top 120.5%;
  }
}
@media (max-width: 560px) {
  main.home .bg_circle {
		background-size: auto 30%;
		background-position: left -150px top -10%, right -150px top 26.5%, left -150px top 72.5%, right -150px top 110.5%;
  }
}
main.home .bg_circle > div {
	position: relative;
	width: 100%;
	max-width: 1120px;
	margin: auto;
	padding: 60px 20px 100px;
}
@media (max-width: 560px) {
  main.home .bg_circle > div {
		padding: 30px 10px 50px;
  }
}
main.home .bg_circle > div > p {
	font-size: clamp(0.9375rem, 0.86968rem + 0.31915vw, 1.125rem);
	line-height: 1.5;
	font-weight: 500;
}
main.home .bg_circle .card {
	background: #fff;
	border-radius: 10px;
	padding: 40px;
	margin-top: 30px;
	display: flex;
	box-shadow: 0 0 20px 10px rgba(37, 52, 148, 0.15);
}
@media (max-width: 800px) {
  main.home .bg_circle .card {
		flex-direction: column;
		gap: 20px;
		padding: 30px;
  }
}
@media (max-width: 560px) {
  main.home .bg_circle .card {
		padding: 20px;
  }
}
main.home .bg_circle .card .img {
	width: 50%;
}
@media (max-width: 800px) {
  main.home .bg_circle .card .img {
		width: 100%;
  }
}
main.home .bg_circle .card .img img {
	width: 100%;
}
main.home .bg_circle .card .tx {
	width: 50%;
	padding-left: 120px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 20px;
}
@media (max-width: 1060px) {
  main.home .bg_circle .card .tx {
		padding-left: 40px;
  }
}
@media (max-width: 800px) {
  main.home .bg_circle .card .tx {
		width: 100%;
		padding-left: 0;
  }
}
main.home .bg_circle .card .tx .ttl {
	color: #253494;
	font-size: clamp(1.25rem, 1.13697rem + 0.53191vw, 1.5625rem);
	line-height: 1.5;
	font-weight: 700;
}
main.home .bg_blue {
	background: linear-gradient(to left, #3C4AA2, #6E7FEB);
}
main.home .bg_blue > div {
	position: relative;
	width: 100%;
	max-width: 1320px;
	margin: auto;
	padding: 60px 20px;
}
@media (max-width: 560px) {
  main.home .bg_blue > div {
		padding: 30px 10px;
  }
}
main.home .bg_blue h2, main.home .bg_blue h2::before, main.home .bg_blue p {
	color: #fff;
}
main.home .bg_blue h2 span {
	font-size: clamp(1rem, 0.81915rem + 0.85106vw, 1.5rem);
	line-height: 1.5;
	font-weight: 500;
}
main.home .bg_blue p {
	font-size: clamp(0.9375rem, 0.86968rem + 0.31915vw, 1.125rem);
	line-height: 1.5;
	font-weight: 500;
}
main.home .bg_blue .column_line {
	display: flex;
	gap: 23px;
	margin-top: 50px;
}
@media (max-width: 800px) {
  main.home .bg_blue .column_line {
		flex-direction: column;
		margin-top: 30px;
  }
}
@media (max-width: 560px) {
  main.home .bg_blue .column_line {
		gap: 15px;
  }
}
main.home .bg_blue .column_line > a {
	position: relative;
	width: 30%;
	display: flex;
	gap: 30px;
	flex-direction: column;
	justify-content: space-between;
	background: #fff;
	border-radius: 10px;
	padding: 30px;
	font-size: clamp(1.0625rem, 0.99468rem + 0.31915vw, 1.25rem);
	line-height: 1.7;
	font-weight: 700;
}
@media (max-width: 800px) {
  main.home .bg_blue .column_line > a {
		width: 100%;
  }
}
@media (max-width: 560px) {
  main.home .bg_blue .column_line > a {
		padding: 15px;
  }
}
main.home .bg_blue .column_line > a:first-child {
	width: calc((100% - 60%) - 46px);
}
@media (max-width: 800px) {
  main.home .bg_blue .column_line > a:first-child {
		width: 100%;
  }
}
main.home .bg_blue .column_line > a::after {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	right: 30px;
	bottom: 30px;
	background: url(../images/arrow02.svg) no-repeat center/cover;
	transition: 0.3s;
}
main.home .bg_blue .column_line > a:hover {
	background: #E6F7FF;
	opacity: 1;
}
main.home .bg_blue .column_line > a:hover::after {
	right: 25px;
	background: url(../images/arrow02_b.svg) no-repeat center/cover;
}
main.home .bg_blue .column_line > a img {
	width: auto;
}
main.home .bg_yellow {
	position: relative;
	display: flex;
	justify-content: flex-end;
	padding: 150px 0 55px 20px;
}
@media (max-width: 800px) {
  main.home .bg_yellow {
		padding: 50px 0px 50px 0px;
		justify-content: flex-start;
  }
}
main.home .bg_yellow::before {
	content: "";
	position: absolute;
	width: 85%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(to top, #FFFBCB, #ffffff);
	z-index: 0;
}
@media (max-width: 800px) {
  main.home .bg_yellow::before {
		width: 100%;
  }
}
@media (max-width: 800px) {
  main.home .bg_yellow h2 {
		padding-left: 20px;
  }
}
main.home .bg_yellow .left {
	position: relative;
	z-index: 1;
	width: 400px;
}
@media (max-width: 1060px) {
  main.home .bg_yellow .left {
		width: 300px;
  }
}
@media (max-width: 800px) {
  main.home .bg_yellow .left {
		width: 100%;
  }
}
main.home .bg_yellow .left .img {
	display: none;
}
@media (max-width: 800px) {
  main.home .bg_yellow .left .img {
		position: relative;
		z-index: 2;
		display: block;
		padding-left: 100px;
		margin-top: 30px;
  }
  main.home .bg_yellow .left .img img {
		width: 100%;
  }
}
@media (max-width: 560px) {
  main.home .bg_yellow .left .img {
		padding-left: 40px;
  }
}
main.home .bg_yellow .left .bg {
	margin-top: 90px;
	background: #253494;
	padding: 70px 45px;
	width: 120%;
}
@media (max-width: 1060px) {
  main.home .bg_yellow .left .bg {
		padding: 70px 25px 70px 25px;
  }
}
@media (max-width: 800px) {
  main.home .bg_yellow .left .bg {
		position: relative;
		z-index: 1;
		margin-top: -40px;
		padding: 90px 25px 40px 100px;
  }
}
@media (max-width: 560px) {
  main.home .bg_yellow .left .bg {
		padding: 90px 25px 40px 40px;
  }
}
main.home .bg_yellow .left .bg ul li {
	padding-right: calc(45px + 20%);
}
@media (max-width: 1060px) {
  main.home .bg_yellow .left .bg ul li {
		padding-right: calc(25px + 20%);
  }
}
@media (max-width: 800px) {
  main.home .bg_yellow .left .bg ul li {
		padding-right: 0;
		width: 240px;
  }
}
main.home .bg_yellow .left .bg ul li + li {
	margin-top: 30px;
}
main.home .bg_yellow .left .bg ul li a {
	position: relative;
	display: block;
	font-size: clamp(0.9375rem, 0.86968rem + 0.31915vw, 1.125rem);
	line-height: 1;
	font-weight: 700;
	color: #fff;
}
main.home .bg_yellow .left .bg ul li a::after {
	content: "";
	position: absolute;
	width: 9.832px;
	height: 9.832px;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/arrow01_w.svg) no-repeat center/cover;
	transition: 0.3s;
}
main.home .bg_yellow .left .bg ul li a:hover::after {
	right: 0px;
}
main.home .bg_yellow .right {
	position: relative;
	z-index: 2;
	width: 55%;
}
@media (max-width: 1060px) {
  main.home .bg_yellow .right {
		width: calc(100% - 300px);
  }
}
@media (max-width: 800px) {
  main.home .bg_yellow .right {
		display: none;
  }
}
main.home .bg_yellow .right .img {
	height: 420px;
}
main.home .bg_yellow .right .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left center;
}

.news {
	border-bottom: 1px solid #EBEBEB;
}
.news a {
	display: flex;
	align-items: center;
	border-top: 1px solid #EBEBEB;
	padding: 15px 0;
}
@media (max-width: 800px) {
  .news a {
		flex-wrap: wrap;
		gap: 15px 0;
  }
}
.news a .date {
	width: 150px;
}
@media (max-width: 800px) {
  .news a .date {
		width: 130px;
  }
}
.news a .cat {
	width: 150px;
}
.news a .cat span {
	display: inline-block;
	padding: 3px 20px;
	background: #253494;
	color: #fff;
}
@media (max-width: 800px) {
  .news a .cat span {
		padding: 3px 15px;
  }
}
.news a .cat span.info {
	background: #253494;
}
.news a .cat span.recruit {
	background: #DE2121;
}
.news a .tx {
	width: calc(100% - 150px - 150px);
}
@media (max-width: 800px) {
  .news a .tx {
		width: 100%;
  }
}

.button {
	margin-top: 30px;
}
.button.center {
	text-align: center;
}
.button.right {
	text-align: right;
}
.button > a {
	position: relative;
	display: inline-block;
	text-align: left;
	border: 1px solid #253494;
	color: #253494;
	background: #fff;
	min-width: 240px;
	border-radius: 30px;
	padding: 10px 30px 10px 25px;
}
.button > a::after {
	content: "";
	position: absolute;
	width: 9.832px;
	height: 9.832px;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/arrow01.svg) no-repeat center/cover;
	transition: 0.3s;
}
.button > a:hover {
	background: #253494;
	color: #fff;
	opacity: 1;
}
.button > a:hover::after {
	right: 15px;
	background: url(../images/arrow01_w.svg) no-repeat center/cover;
}

#contact_area {
	margin-top: 90px;
	background: url(../images/contact_area_bg.jpg) no-repeat center/cover;
	text-align: center;
}
@media (max-width: 560px) {
  #contact_area {
		margin-top: 50px;
  }
}
#contact_area > div {
	position: relative;
	width: 100%;
	max-width: 1320px;
	margin: auto;
	padding: 50px 20px 50px;
}
@media (max-width: 560px) {
  #contact_area > div {
		padding: 25px 10px 25px;
  }
}
#contact_area h2 {
	color: #fff;
	font-size: clamp(1.4375rem, 1.23404rem + 0.95745vw, 2rem);
	line-height: 1.5;
	font-weight: 700;
}
#contact_area h2::before {
	content: attr(data-en);
	display: block;
	font-size: clamp(0.875rem, 0.78457rem + 0.42553vw, 1.125rem);
	line-height: 1;
	font-weight: 700;
	color: #86C7FF;
	margin-bottom: 15px;
}
#contact_area p.lead {
	font-size: clamp(0.9375rem, 0.86968rem + 0.31915vw, 1.125rem);
	line-height: 1.7;
	font-weight: 500;
	color: #fff;
	margin-top: 20px;
}
@media (max-width: 560px) {
  #contact_area p.lead {
		text-align: left;
  }
}
#contact_area .col {
	margin-top: 30px;
	background: #fff;
	display: flex;
	transition: 0.3s;
	color: #253494;
}
@media (max-width: 560px) {
  #contact_area .col {
		flex-direction: column;
  }
}
#contact_area .col > a {
	display: block;
	width: 50%;
	color: #253494;
	padding: 30px;
}
@media (max-width: 560px) {
  #contact_area .col > a {
		width: 100%;
  }
}
#contact_area .col > a.left:hover {
	opacity: 1;
	background: #253494;
	color: #fff;
}
#contact_area .col > a.left:hover .img {
	background: url(../images/ico_contact_w.svg) no-repeat center/cover;
}
#contact_area .col > a.right {
	position: relative;
	pointer-events: none;
}
#contact_area .col > a.right::before {
	content: "";
	position: absolute;
	width: 1px;
	height: calc(100% - 60px);
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #98C5ED;
}
@media (max-width: 560px) {
  #contact_area .col > a.right {
		padding-top: 30px;
		pointer-events: auto;
  }
  #contact_area .col > a.right::before {
		content: "";
		position: absolute;
		width: calc(100% - 60px);
		height: 1px;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		background: #98C5ED;
  }
}
#contact_area .col > a.right:hover {
	opacity: 1;
}
@media (max-width: 560px) {
  #contact_area .col > a.right:hover {
		background: #253494;
		color: #fff;
  }
}
#contact_area .col .ttl {
	font-size: clamp(0.9375rem, 0.86968rem + 0.31915vw, 1.125rem);
	line-height: 1;
	font-weight: 700;
}
#contact_area .col .img {
	width: 60px;
	height: 60px;
	margin: 25px auto 0;
	background: url(../images/ico_contact.svg) no-repeat center/cover;
	transition: 0.3s;
}
#contact_area .col .tel {
	font-size: clamp(1.625rem, 1.30851rem + 1.48936vw, 2.5rem);
	line-height: 1;
	font-weight: 600;
	margin-top: 25px;
	font-family: "Roboto", sans-serif;
}
#contact_area .col .time {
	font-size: clamp(0.875rem, 0.85239rem + 0.10638vw, 0.9375rem);
	line-height: 1.7;
	font-weight: 500;
	margin-top: 10px;
}

footer {
	position: relative;
	background: #EFEFEF;
}
@media (max-width: 800px) {
  footer {
		display: none;
  }
}
footer > div {
	position: relative;
	width: 100%;
	max-width: 1320px;
	margin: auto;
	padding: 50px 20px 120px;
}
@media (max-width: 560px) {
  footer > div {
		padding: 25px 10px 60px;
  }
}
footer > div .inner {
	display: flex;
	gap: 20px;
}
footer > div .inner > ul:nth-of-type(1) {
	width: 28%;
}
footer > div .inner > ul:nth-of-type(2) {
	width: 28%;
}
footer > div .inner > ul:nth-of-type(3) {
	width: 28%;
}
footer > div .inner > ul:nth-of-type(4) {
	width: calc(16% - 60px);
}
footer > div .inner > ul li {
	font-size: clamp(0.875rem, 0.85239rem + 0.10638vw, 0.9375rem);
	line-height: 1.5;
	font-weight: 500;
}
footer > div .inner > ul li + li {
	margin-top: 8px;
}
footer > div .inner > ul li + li.ttl {
	margin-top: 40px;
}
footer > div .inner > ul li.ttl {
	font-size: clamp(1.125rem, 1.07979rem + 0.21277vw, 1.25rem);
	line-height: 1.5;
	font-weight: 700;
}
footer > div .inner > ul li.ttl + li {
	margin-top: 20px;
}
footer > div .inner > ul li.sub {
	font-size: clamp(0.9375rem, 0.91489rem + 0.10638vw, 1rem);
	line-height: 1.5;
	font-weight: 700;
}
footer > div .inner > ul li.sub + li {
	margin-top: 20px;
}
footer > div .inner > ul li.sub + li.sub {
	margin-top: 8px;
}
footer > div .privacy_mark {
	position: absolute;
	left: 20px;
	bottom: 20px;
}
footer > div .privacy_mark img {
	width: 130px;
}

.footer_bottom > div {
	position: relative;
	width: 100%;
	max-width: 1320px;
	margin: auto;
	padding: 20px 20px 20px;
	font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
	line-height: 1.5;
	font-weight: 500;
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
@media (max-width: 560px) {
  .footer_bottom > div {
		padding: 10px 10px 10px;
  }
}
@media (max-width: 800px) {
  .footer_bottom > div {
		flex-direction: column;
		justify-content: center;
		align-items: center;
  }
}
@media (max-width: 560px) {
  .footer_bottom > div {
		padding: 20px 10px;
  }
}
@media (max-width: 800px) {
  .footer_bottom > div .left {
		display: none;
  }
}
.footer_bottom > div .left ul {
	display: flex;
	border-right: 1px solid #333333;
}
.footer_bottom > div .left ul li {
	padding: 0 10px;
	border-left: 1px solid #333333;
}
.footer_bottom > div .logo {
	display: none;
}
@media (max-width: 800px) {
  .footer_bottom > div .logo {
		display: block;
  }
}
.footer_bottom > div .right {
	font-size: clamp(0.6875rem, 0.61968rem + 0.31915vw, 0.875rem);
	line-height: 1.5;
	font-weight: 500;
}

.popup {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.8s, transform 0.8s;
}
.popup.show {
	opacity: 1;
	transform: translateY(0);
}
@media (max-width: 560px) {
  .popup.popup_spshow {
		opacity: 1;
		transform: translateY(0);
  }
}

#to_top a {
	position: fixed;
	right: 20px;
	bottom: 20px;
	display: block;
	width: 60px;
	height: 60px;
	z-index: 100;
	opacity: 0;
	pointer-events: none;
	transition: 0.5s;
}
@media (max-width: 800px) {
  #to_top a {
		width: 50px;
		height: 50px;
  }
}
@media (max-width: 560px) {
  #to_top a {
		width: 40px;
		height: 40px;
		right: 10px;
		bottom: 10px;
  }
}
#to_top a.show {
	opacity: 1;
	pointer-events: auto;
}
#to_top a:hover {
	-webkit-transition: opacity 0.2s, background 0.2s;
	transition: opacity 0.2s, background 0.2s;
	cursor: pointer;
}
#to_top a:hover:hover {
	opacity: 0.7;
}
#to_top a img {
	width: 100%;
}

#bread_crumb {
	background: #F7F7F7;
}
@media (max-width: 800px) {
  #bread_crumb {
		display: none;
  }
}
#bread_crumb ul {
	position: relative;
	width: 100%;
	max-width: 1320px;
	margin: auto;
	padding: 5px 20px 5px;
	display: flex;
	gap: 40px;
}
@media (max-width: 560px) {
  #bread_crumb ul {
		padding: 2.5px 10px 2.5px;
  }
}
#bread_crumb ul li {
	position: relative;
	color: #000;
	font-weight: bold;
}
#bread_crumb ul li + li::before {
	content: ">";
	position: absolute;
	width: 15px;
	height: 100%;
	left: -1.6em;
	top: 0;
	color: #666666;
}
#bread_crumb ul li a {
	font-weight: normal;
	color: #666666;
}
#bread_crumb ul li a.nolink {
	pointer-events: none;
}

.recruit_mainvisual {
	position: relative;
	height: 650px;
}
@media (max-width: 800px) {
  .recruit_mainvisual {
		height: 500px;
  }
}
.recruit_mainvisual::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #727272;
	opacity: 0.45;
	z-index: 10;
}
.recruit_mainvisual .mask {
	position: relative;
	z-index: 100;
	height: 650px;
	background: #4969E3;
	background: linear-gradient(216deg, #4969e3 0%, #102d9b 100%);
	-webkit-mask-image: radial-gradient(circle 800px at 30% -34%, transparent 100%, black 100%);
	mask-image: radial-gradient(circle 800px at 30% -34%, transparent 100%, black 100%);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}
@media (max-width: 800px) {
  .recruit_mainvisual .mask {
		height: 500px;
		-webkit-mask-image: radial-gradient(circle 500px at 20% -35%, transparent 100%, black 100%);
		mask-image: radial-gradient(circle 500px at 20% -35%, transparent 100%, black 100%);
  }
}
.recruit_mainvisual .mask .inner {
	position: relative;
	z-index: 100;
	height: 650px;
	background-color: #040476;
	background-image: radial-gradient(at 40% 20%, #2d56d2 0px, transparent 50%), radial-gradient(at 80% 0%, #3de8ff 0px, transparent 50%), radial-gradient(at 0% 50%, #0047a3 0px, transparent 50%), radial-gradient(at 80% 50%, #0038d1 0px, transparent 50%), radial-gradient(at 0% 100%, #9ee7ff 0px, transparent 50%), radial-gradient(at 80% 100%, #000085 0px, transparent 50%), radial-gradient(at 0% 0%, #00044d 0px, transparent 50%);
	-webkit-mask-image: radial-gradient(circle 840px at 29% -34%, transparent 100%, black 100%);
	mask-image: radial-gradient(circle 840px at 29% -34%, transparent 100%, black 100%);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}
@media (max-width: 800px) {
  .recruit_mainvisual .mask .inner {
		height: 500px;
		-webkit-mask-image: radial-gradient(circle 520px at 19% -35%, transparent 100%, black 100%);
		mask-image: radial-gradient(circle 520px at 19% -35%, transparent 100%, black 100%);
  }
}
.recruit_mainvisual .bg_video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
	background: #253494;
}
@media (max-width: 800px) {
  .recruit_mainvisual .bg_video {
		height: 70%;
  }
}
.recruit_mainvisual .catch {
	position: absolute;
	right: 100px;
	bottom: 50px;
	z-index: 100;
}
@media (max-width: 1060px) {
  .recruit_mainvisual .catch {
		right: 50px;
  }
}
@media (max-width: 800px) {
  .recruit_mainvisual .catch {
		width: calc(100% - 40px);
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		bottom: 70px;
  }
  .recruit_mainvisual .catch img {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
  }
}
@media (max-width: 800px) {
  .recruit_mainvisual .catch .pc {
		display: none;
  }
}
.recruit_mainvisual .catch .sp {
	display: none;
}
@media (max-width: 800px) {
  .recruit_mainvisual .catch .sp {
		display: block;
  }
}

.scroll {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.scroll .scroll_inner {
	display: flex;
	width: fit-content;
}
.scroll .scroll_inner img {
	display: block;
	height: 210px;
	width: auto;
}
@media (max-width: 800px) {
  .scroll .scroll_inner img {
		height: 124px;
  }
}

.anchor ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}
@media (max-width: 800px) {
  .anchor ul {
		gap: 10px;
		justify-content: center;
  }
}
.anchor ul li {
	width: calc((100% - 60px) / 4);
	max-width: 254px;
}
@media (max-width: 800px) {
  .anchor ul li {
		width: calc((100% - 10px) / 2);
		max-width: none;
  }
}
.anchor ul li a {
	position: relative;
	display: flex;
	align-items: center;
	border: 1px solid #DDDDDD;
	background: #FBFBFB;
	height: 56px;
	border-radius: 30px;
	padding-left: 25px;
}
@media (max-width: 560px) {
  .anchor ul li a {
		padding-left: 15px;
  }
}
.anchor ul li a::before {
	content: "";
	display: inline-block;
	margin-right: 12px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 6px solid #333333;
}

main.underlayer .anchor ul {
	justify-content: flex-start;
}
main.underlayer .anchor ul li a {
	border: 1px solid #253494;
	background: #fff;
	color: #253494;
}
main.underlayer .anchor ul li a::before {
	border-top: 6px solid #253494;
}
main.underlayer .anchor ul li a:hover {
	opacity: 1;
	background: #253494;
	color: #fff;
}
main.underlayer .anchor ul li a:hover::before {
	border-top: 6px solid #fff;
}

main.recruit_top {
	padding: 100px 0;
}
@media (max-width: 800px) {
  main.recruit_top {
		padding: 70px 0;
  }
}
main.recruit_top h2 {
	position: relative;
	color: #253494;
	font-size: clamp(1.4375rem, 1.27926rem + 0.74468vw, 1.875rem);
	line-height: 1.5;
	font-weight: 700;
	padding-bottom: 10px;
}
main.recruit_top h2::before {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 4px;
	left: 0;
	bottom: 0;
	background: #253494;
}
main.recruit_top h2::after {
	content: "";
	position: absolute;
	z-index: 2;
	width: 30%;
	height: 4px;
	right: 0;
	bottom: 0;
	background: #FDF051;
}
main.recruit_top .anchor {
	position: relative;
	width: 100%;
	max-width: 1320px;
	margin: auto;
	padding: 0px 20px;
}
@media (max-width: 560px) {
  main.recruit_top .anchor {
		padding: 0px 10px;
  }
}
main.recruit_top .section01 {
	position: relative;
	margin-top: 70px;
}
main.recruit_top .section01::before {
	content: "";
	position: absolute;
	z-index: -2;
	width: 50%;
	height: 100%;
	right: 0;
	top: 0;
	background: url(../../images/recruit/img01.jpg) no-repeat right top/cover;
}
@media (max-width: 560px) {
  main.recruit_top .section01::before {
		width: 100%;
		height: 180px;
  }
}
main.recruit_top .section01::after {
	content: "";
	position: absolute;
	z-index: -1;
	width: 100px;
	height: 100%;
	left: 50%;
	top: 0;
	background: linear-gradient(to right, #ffffff, transparent);
}
main.recruit_top .section01 > div {
	position: relative;
	width: 100%;
	max-width: 1320px;
	margin: auto;
	padding: 70px 20px 70px;
}
@media (max-width: 560px) {
  main.recruit_top .section01 > div {
		padding: 35px 10px 35px;
  }
}
main.recruit_top .section01 > div p {
	padding-left: 80px;
	line-height: 2.0;
}
@media (max-width: 800px) {
  main.recruit_top .section01 > div p {
		padding-left: 20px;
  }
}
@media (max-width: 560px) {
  main.recruit_top .section01 > div p {
		padding: 80px 60px 100px 20px;
  }
}
main.recruit_top .section02 {
	background: #F0F8FF;
	margin-top: 70px;
}
@media (max-width: 560px) {
  main.recruit_top .section02 {
		margin-top: 0px;
  }
}
main.recruit_top .section02 > div {
	position: relative;
	width: 100%;
	max-width: 1320px;
	margin: auto;
	padding: 70px 20px 100px;
}
@media (max-width: 560px) {
  main.recruit_top .section02 > div {
		padding: 35px 10px 50px;
  }
}
main.recruit_top .section02 .inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px 0;
}
main.recruit_top .section03 {
	position: relative;
	padding: 214px 20px 70px;
}
@media (max-width: 800px) {
  main.recruit_top .section03 {
		padding: 142px 20px 70px;
  }
}
main.recruit_top .section03::before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 343px;
	right: 0;
	top: 0;
	background: url(../../images/recruit/img02.jpg) no-repeat center/cover;
}
@media (max-width: 800px) {
  main.recruit_top .section03::before {
		height: 185px;
  }
}
main.recruit_top .section03 .inner {
	position: relative;
	display: flex;
	gap: 40px;
	justify-content: center;
}
@media (max-width: 800px) {
  main.recruit_top .section03 .inner {
		flex-direction: column;
  }
}
main.recruit_top .section03 .inner > div {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 10px;
	width: 50%;
	max-width: 500px;
	background-color: rgba(255, 255, 255, 0.95);
	border-radius: 15px;
	padding: 35px;
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.15);
}
@media (max-width: 800px) {
  main.recruit_top .section03 .inner > div {
		width: 100%;
		max-width: none;
		padding: 25px;
  }
}
main.recruit_top .section03 .inner > div .ttl {
	position: relative;
	padding-right: 100px;
	color: #253494;
}
@media (max-width: 560px) {
  main.recruit_top .section03 .inner > div .ttl {
		padding-right: 60px;
  }
}
main.recruit_top .section03 .inner > div .ttl img {
	position: absolute;
	right: 0;
	top: 0;
}
@media (max-width: 560px) {
  main.recruit_top .section03 .inner > div .ttl img {
		width: 56px;
		height: auto;
  }
}
@media (max-width: 560px) {
  main.recruit_top .section03 .inner > div .button {
		text-align: center;
  }
}
main.recruit_top .section03 .inner > div.left .ttl {
	font-size: clamp(0.9375rem, 0.82447rem + 0.53191vw, 1.25rem);
	line-height: 1.5;
	font-weight: 700;
}
main.recruit_top .section03 .inner > div.right .ttl {
	font-size: clamp(1.75rem, 1.56915rem + 0.85106vw, 2.25rem);
	line-height: 1.5;
	font-weight: 700;
}
main.recruit_top .section03 .inner > div.right .ttl span.s {
	font-size: clamp(1.1875rem, 1.07447rem + 0.53191vw, 1.5rem);
	line-height: 1.5;
	font-weight: 700;
}
main.recruit_top .section03 .inner > div.right .ttl span.b {
	display: block;
	font-size: clamp(1.125rem, 1.01197rem + 0.53191vw, 1.4375rem);
	line-height: 1.5;
	font-weight: 700;
	color: #000;
}
main.recruit_top .section03 .inner > div img {
	width: auto;
}
main.recruit_top .section_blue {
	background: #253494;
	color: #fff;
	border-radius: 80px;
}
main.recruit_top .section_blue > div {
	position: relative;
	width: 100%;
	max-width: 1320px;
	margin: auto;
	padding: 50px 20px 50px;
}
@media (max-width: 560px) {
  main.recruit_top .section_blue > div {
		padding: 25px 10px 25px;
  }
}
@media (max-width: 560px) {
  main.recruit_top .section_blue > div {
		padding: 80px 20px;
  }
}
main.recruit_top .section_blue + .section_blue {
	margin-top: 40px;
}
main.recruit_top .section_blue h2 {
	color: #fff;
	display: flex;
	align-items: center;
	gap: 35px;
}
@media (max-width: 560px) {
  main.recruit_top .section_blue h2 {
		flex-direction: column;
		gap: 5px;
		align-items: flex-start;
  }
}
main.recruit_top .section_blue h2 span.sub {
	font-size: clamp(0.875rem, 0.85239rem + 0.10638vw, 0.9375rem);
	line-height: 1.5;
	font-weight: 500;
}
main.recruit_top .section_blue h2::before {
	background: #fff;
}
main.recruit_top .section_blue h3 {
	font-size: clamp(1.375rem, 1.32979rem + 0.21277vw, 1.5rem);
	line-height: 1.5;
	font-weight: 700;
	color: #FDF051;
}
main.recruit_top .section_blue h3.center {
	text-align: center;
}
@media (max-width: 800px) {
  main.recruit_top .section_blue h3.center {
		text-align: left;
  }
}
main.recruit_top .section_blue * + h3 {
	margin-top: 50px;
}
main.recruit_top .section_blue .inner {
	margin-top: 50px;
	padding: 0 30px;
}
@media (max-width: 800px) {
  main.recruit_top .section_blue .inner {
		padding: 0 0;
  }
}
main.recruit_top .section_blue .linkbtn {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
@media (max-width: 800px) {
  main.recruit_top .section_blue .linkbtn {
		padding: 0 20px;
  }
}
main.recruit_top .section_blue .linkbtn > li {
	width: calc((100% - 60px) / 4);
	min-height: 90px;
}
@media (max-width: 800px) {
  main.recruit_top .section_blue .linkbtn > li {
		width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 560px) {
  main.recruit_top .section_blue .linkbtn > li {
		width: 100%;
  }
}
main.recruit_top .section_blue .linkbtn > li.w {
	width: 100%;
}
@media (max-width: 800px) {
  main.recruit_top .section_blue .linkbtn > li.w {
		width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 560px) {
  main.recruit_top .section_blue .linkbtn > li.w {
		width: 100%;
  }
}
main.recruit_top .section_blue .linkbtn > li a {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	padding-left: 20px;
	padding-right: 10px;
	border: 2px solid #fff;
	border-radius: 6px;
	background: #253494;
	color: #fff;
	font-size: clamp(1.125rem, 1.125rem + 0vw, 1.125rem);
	line-height: 1.5;
	font-weight: 700;
	transition: 0.3s;
}
main.recruit_top .section_blue .linkbtn > li a::before {
	content: "";
	display: inline-block;
	margin-right: 12px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 6px solid #fff;
	transition: 0.3s;
}
main.recruit_top .section_blue .linkbtn > li a:hover {
	opacity: 1;
	background: #fff;
	color: #253494;
}
main.recruit_top .section_blue .linkbtn > li a:hover::before {
	border-left: 6px solid #253494;
}
main.recruit_top .section_blue * + .linkbtn {
	margin-top: 50px;
}
main.recruit_top .section_blue .column {
	display: flex;
	margin-top: 50px;
	gap: 50px;
}
@media (max-width: 800px) {
  main.recruit_top .section_blue .column {
		flex-direction: column;
		gap: 30px;
		justify-content: center;
  }
}
main.recruit_top .section_blue .column.w700 {
	max-width: 700px;
}
@media (max-width: 800px) {
  main.recruit_top .section_blue .column.w700 {
		width: 100%;
  }
}
main.recruit_top .section_blue .column > .wcol1 {
	flex: 1;
}
main.recruit_top .section_blue .column > .wcol2 {
	flex: 2;
}
main.recruit_top .section_blue .column > .wcol3 {
	flex: 3;
}
main.recruit_top .section_blue .column3_1 {
	margin-top: 50px;
	display: flex;
	gap: 50px;
	justify-content: space-between;
}
@media (max-width: 800px) {
  main.recruit_top .section_blue .column3_1 {
		flex-direction: column;
		gap: 30px;
  }
}
main.recruit_top .section_blue .column3_1.gap20 {
	gap: 20px;
}
main.recruit_top .section_blue .column3_1 .left {
	width: calc(100% - ((100% - 60px) / 4));
}
@media (max-width: 800px) {
  main.recruit_top .section_blue .column3_1 .left {
		width: 100%;
  }
}
main.recruit_top .section_blue .column3_1 .left.mw700 {
	max-width: 700px;
}
@media (max-width: 800px) {
  main.recruit_top .section_blue .column3_1 .left.mw700 {
		width: 100%;
		max-width: none;
  }
}
main.recruit_top .section_blue .column3_1 .left .linkbtn {
	margin-top: 30px;
}
main.recruit_top .section_blue .column3_1 .left .linkbtn > li {
	width: calc((100% - 40px) / 3);
}
@media (max-width: 800px) {
  main.recruit_top .section_blue .column3_1 .left .linkbtn > li {
		width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 560px) {
  main.recruit_top .section_blue .column3_1 .left .linkbtn > li {
		width: 100%;
  }
}
main.recruit_top .section_blue .column3_1 .right {
	width: calc((100% - 60px) / 4);
}
@media (max-width: 800px) {
  main.recruit_top .section_blue .column3_1 .right {
		width: 100%;
  }
}
main.recruit_top .section_blue .column3_1 .right .linkbtn {
	margin-top: 30px;
}
main.recruit_top .section_blue .column3_1 .right p {
	margin-top: 50px;
}
@media (max-width: 800px) {
  main.recruit_top .section_blue .column3_1 .right p {
		padding: 0 20px;
  }
}
main.recruit_top .section_blue .column3_1 .right .img {
	margin-top: 10px;
	background: #fff;
}
@media (max-width: 800px) {
  main.recruit_top .section_blue .column3_1 .right .img {
		width: calc(100% - 40px);
		max-width: 340px;
		margin: 10px auto 0;
  }
}
main.recruit_top .section_blue .column3_1 .right .img img {
	width: 100%;
}
main.recruit_top .section_blue .column3_1 .column {
	margin-top: 30px;
}
main.recruit_top .section_blue .imglink {
	display: block;
	aspect-ratio: 325 / 362;
	width: 100%;
	max-width: 325px;
	border-radius: 15px;
	overflow: hidden;
	background: #fff;
}
@media (max-width: 800px) {
  main.recruit_top .section_blue .imglink {
		margin: 0 auto;
  }
}
main.recruit_top .section_blue .imglink.type2 {
	aspect-ratio: 410 / 362;
	max-width: 410px;
}
main.recruit_top .section_blue .imglink a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
main.recruit_top .section_blue .imglink a::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 60%;
	left: 0;
	bottom: 0;
	background: linear-gradient(to top, #ffffff, transparent);
	z-index: 1;
}
main.recruit_top .section_blue .imglink img {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
main.recruit_top .section_blue .imglink .tx {
	position: absolute;
	z-index: 10;
	bottom: 20px;
	left: 20px;
}
main.recruit_top .section_blue .imglink .tx .ttl {
	font-size: clamp(1rem, 1rem + 0vw, 1rem);
	line-height: 1.5;
	font-weight: 700;
	color: #000;
	padding-right: 20px;
}
main.recruit_top .section_blue .imglink .tx .arrow {
	margin-top: 15px;
	display: inline-block;
	padding: 3px 15px;
	background: #fff;
	border-radius: 30px;
	font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
	line-height: 1.5;
	font-weight: 500;
}
main.recruit_top .section_blue .imglink .tx .arrow::after {
	content: "";
	display: inline-block;
	margin-left: 12px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 6px solid #000;
	transform: translateY(-1px);
}
main.recruit_top .section_blue h3 + .imglink {
	margin-top: 10px;
}

.mt0 {
	margin-top: 0 !important;
}

.sp_disp {
	display: none;
}
@media (max-width: 560px) {
  .sp_disp {
		display: block;
  }
}

@media (max-width: 560px) {
  .sp_nodisp {
		display: none;
  }
}

#cat_label {
	position: relative;
	background: url(../images/cat_label.jpg) no-repeat center/cover;
}
#cat_label::before {
	content: "";
	position: absolute;
	aspect-ratio: 471 / 200;
	height: 100%;
	width: auto;
	right: 50px;
	top: 0;
	background: url(../images/cat_label_line.png) no-repeat center/contain;
	z-index: 1;
}
@media (max-width: 800px) {
  #cat_label::before {
		right: -50px;
  }
}
#cat_label > div {
	position: relative;
	z-index: 10;
	min-height: 200px;
	position: relative;
	width: 100%;
	max-width: 1240px;
	margin: auto;
	padding: 0px 20px 0px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-bottom: 30px;
	gap: 20px;
}
@media (max-width: 560px) {
  #cat_label > div {
		padding: 0px 10px 0px;
  }
}
#cat_label > div:has(.cat) {
	justify-content: center;
	padding-bottom: 0px;
}
@media (max-width: 560px) {
  #cat_label > div {
		min-height: 0px;
		padding: 60px 10px 20px;
		gap: 10px;
  }
}
#cat_label > div .cat {
	font-size: clamp(1rem, 0.95479rem + 0.21277vw, 1.125rem);
	line-height: 1.5;
	font-weight: 700;
}
#cat_label > div h1 {
	font-size: clamp(1.5rem, 1.27394rem + 1.06383vw, 2.125rem);
	line-height: 1.5;
	font-weight: 700;
	color: #253494;
}

main.underlayer > div {
	position: relative;
	width: 100%;
	max-width: 1240px;
	margin: auto;
	padding: 80px 20px 80px;
}
@media (max-width: 560px) {
  main.underlayer > div {
		padding: 40px 10px 40px;
  }
}
main.underlayer .narrow {
	max-width: 1100px;
	margin: 0 auto;
}
main.underlayer h2 {
	position: relative;
	color: #253494;
	font-size: clamp(1.4375rem, 1.27926rem + 0.74468vw, 1.875rem);
	line-height: 1.5;
	font-weight: 700;
	padding-bottom: 10px;
}
main.underlayer h2::before {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 4px;
	left: 0;
	bottom: 0;
	background: #253494;
}
main.underlayer h2::after {
	content: "";
	position: absolute;
	z-index: 2;
	width: 30%;
	height: 4px;
	right: 0;
	bottom: 0;
	background: #FDF051;
}
main.underlayer h2.classic {
	line-height: 1.3;
}
main.underlayer h2.classic::before {
	height: 2px;
}
main.underlayer h2.classic::after {
	display: none;
}
main.underlayer h2.classic span {
	display: inline-block;
	padding-left: 20px;
	position: relative;
}
main.underlayer h2.classic span::before, main.underlayer h2.classic span::after {
	content: "";
	position: absolute;
	left: 0;
	top: 10%;
	width: 4px;
	height: 40%;
	background: #253494;
}
main.underlayer h2.classic span::after {
	top: 50%;
	background: #FDF051;
}
main.underlayer * + h2 {
	margin-top: 90px;
}
@media (max-width: 800px) {
  main.underlayer * + h2 {
		margin-top: 60px;
  }
}
@media (max-width: 560px) {
  main.underlayer * + h2 {
		margin-top: 40px;
  }
}
main.underlayer h3.classic {
	font-size: clamp(1.125rem, 1.03457rem + 0.42553vw, 1.375rem);
	line-height: 1.5;
	font-weight: 700;
	background: #F2F3F5;
	padding: 15px;
	margin-top: 40px;
}
main.underlayer * + p, main.underlayer * + .image {
	margin-top: 30px;
}
main.underlayer p.right {
	text-align: right;
}
main.underlayer .image img {
	max-width: 100%;
	height: auto;
}
main.underlayer .num_list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
@media (max-width: 800px) {
  main.underlayer .num_list {
		gap: 20px;
  }
}
main.underlayer .num_list > .item {
	width: calc((100% - 60px) / 3);
	background: #F6F8FE;
	border-radius: 10px;
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 30px;
}
@media (max-width: 800px) {
  main.underlayer .num_list > .item {
		width: calc((100% - 30px) / 2);
		padding: 20px;
  }
}
@media (max-width: 560px) {
  main.underlayer .num_list > .item {
		width: 100%;
  }
}
main.underlayer .num_list > .item .tx .label {
	font-size: clamp(1.25rem, 1.15957rem + 0.42553vw, 1.5rem);
	line-height: 1.5;
	font-weight: 700;
	text-align: center;
}
main.underlayer .num_list > .item .tx .num {
	font-size: clamp(2.5rem, 2.27394rem + 1.06383vw, 3.125rem);
	line-height: 1.2;
	font-weight: 700;
	text-align: center;
	color: #0067C1;
	font-family: "Noto Sans", sans-serif;
}
main.underlayer .num_list > .item .tx .num span {
	font-size: clamp(1rem, 0.90957rem + 0.42553vw, 1.25rem);
	line-height: 1.5;
	font-weight: 700;
}
main.underlayer .num_list > .item .tx p {
	font-size: clamp(0.875rem, 0.85239rem + 0.10638vw, 0.9375rem);
	line-height: 1.5;
	font-weight: 500;
	color: #333333;
	margin-top: 5px;
}
main.underlayer .num_list > .item .tx p.center {
	text-align: center;
}
main.underlayer .num_list > .item .tx p.flex {
	display: flex;
	justify-content: center;
}
main.underlayer .num_list > .item .img {
	text-align: center;
}
main.underlayer .num_list > .item .img img {
	width: auto;
}
main.underlayer .num_list > .item.line {
	width: 100%;
}
main.underlayer .num_list > .item.line .tx {
	position: relative;
	width: calc(((100% - 60px) / 3) - 60px);
}
@media (max-width: 800px) {
  main.underlayer .num_list > .item.line .tx {
		width: calc(((100% - 30px) / 2) - 60px);
  }
}
@media (max-width: 560px) {
  main.underlayer .num_list > .item.line .tx {
		width: 100%;
  }
}
main.underlayer .num_list > .item.line .tx img {
	position: absolute;
	width: 128px;
	height: 107px;
	right: -100px;
	top: 50%;
	transform: translateY(-50%);
}
@media (max-width: 1060px) {
  main.underlayer .num_list > .item.line .tx img {
		right: -130px;
  }
}
@media (max-width: 800px) {
  main.underlayer .num_list > .item.line .tx img {
		right: -120px;
  }
}
@media (max-width: 560px) {
  main.underlayer .num_list > .item.line .tx img {
		position: static;
		display: block;
		width: 128px;
		margin: 20px auto 0;
		transform: translateY(0);
  }
}
main.underlayer .num_list > .item.line .num_table {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 10px;
}
@media (max-width: 560px) {
  main.underlayer .num_list > .item.line .num_table {
		gap: 20px;
  }
}
main.underlayer .num_list > .item.line .num_table > div {
	width: calc((100% - 60px) / 3);
	background: #fff;
	padding: 20px;
}
main.underlayer .num_list > .item.line .num_table > div:nth-of-type(3) {
	background: none;
	padding: 0px;
}
main.underlayer .num_list > .item.line .num_table > div:nth-of-type(3) .inner {
	background: #fff;
	padding: 20px;
}
@media (max-width: 800px) {
  main.underlayer .num_list > .item.line .num_table > div {
		width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 560px) {
  main.underlayer .num_list > .item.line .num_table > div {
		width: 100%;
  }
}
main.underlayer .num_list > .item.line .num_table > div .row {
	display: flex;
	gap: 10px;
	justify-content: space-between;
	font-size: clamp(0.8125rem, 0.78989rem + 0.10638vw, 0.875rem);
	line-height: 1.5;
	font-weight: 500;
	padding-bottom: 3px;
	border-bottom: 1px solid #DBDBDB;
}
main.underlayer .num_list > .item.line .num_table > div .row + .row {
	padding-top: 3px;
}
main.underlayer .num_list > .item.line .num_table > div .row:first-child {
	border-bottom: none;
}
main.underlayer .num_list > .item.line .num_table > div .row:first-child > div:first-child {
	font-weight: bold;
}
main.underlayer .col3_grey {
	background: #F7F7F7;
	padding: 40px;
	margin-top: 30px;
}
@media (max-width: 800px) {
  main.underlayer .col3_grey {
		padding: 30px;
  }
}
@media (max-width: 560px) {
  main.underlayer .col3_grey {
		padding: 20px;
  }
}
main.underlayer .col3_grey .label {
	font-size: clamp(1rem, 0.97739rem + 0.10638vw, 1.0625rem);
	line-height: 1.5;
	font-weight: 700;
}
main.underlayer .col3_grey .col {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 20px;
}
@media (max-width: 560px) {
  main.underlayer .col3_grey .col {
		gap: 20px;
  }
}
main.underlayer .col3_grey .col > div {
	width: 30%;
	background: #fff;
	padding: 20px;
}
@media (max-width: 800px) {
  main.underlayer .col3_grey .col > div {
		width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 560px) {
  main.underlayer .col3_grey .col > div {
		width: 100%;
  }
}
main.underlayer .col3_grey .col > div:last-child {
	width: calc(100% - 60% - 60px);
}
@media (max-width: 800px) {
  main.underlayer .col3_grey .col > div:last-child {
		width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 560px) {
  main.underlayer .col3_grey .col > div:last-child {
		width: 100%;
  }
}
main.underlayer .col3_grey .col > div ul li {
	font-size: clamp(0.875rem, 0.85239rem + 0.10638vw, 0.9375rem);
	line-height: 1.7;
	font-weight: 500;
}
main.underlayer .col3_grey .col > div ul li:first-child {
	font-size: clamp(1rem, 1rem + 0vw, 1rem);
	line-height: 1.7;
	font-weight: 700;
	border-bottom: 1px solid #DBDBDB;
}
main.underlayer .col3_grey .col > div ul li:first-child + li {
	margin-top: 7px;
}
main.underlayer .col2_lb {
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	gap: 25px 55px;
}
@media (max-width: 1060px) {
  main.underlayer .col2_lb {
		gap: 25px 30px;
  }
}
main.underlayer .col2_lb .item {
	width: calc((100% - 55px) / 2);
	background: #F6F8FE;
	border-radius: 10px;
	padding: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}
main.underlayer .col2_lb .item.fix {
	width: calc((100% - 55px) / 2);
	background: none;
	border-radius: 0px;
	padding: 0px;
	display: block;
}
@media (max-width: 1060px) {
  main.underlayer .col2_lb .item.fix {
		width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 800px) {
  main.underlayer .col2_lb .item.fix {
		flex-direction: column;
		align-items: flex-start;
  }
}
@media (max-width: 560px) {
  main.underlayer .col2_lb .item.fix {
		width: 100%;
  }
}
main.underlayer .col2_lb .item.fix .inner {
	background: #F6F8FE;
	border-radius: 10px;
	padding: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}
@media (max-width: 800px) {
  main.underlayer .col2_lb .item.fix .inner {
		padding: 30px;
		flex-direction: column;
		align-items: flex-start;
  }
}
@media (max-width: 560px) {
  main.underlayer .col2_lb .item.fix .inner {
		padding: 20px;
  }
}
@media (max-width: 800px) {
  main.underlayer .col2_lb .item.fix .inner .img {
		width: 100%;
		text-align: center;
  }
}
main.underlayer .col2_lb .item.top {
	position: relative;
	display: block;
}
@media (max-width: 800px) {
  main.underlayer .col2_lb .item.top {
		padding-bottom: 120px;
  }
}
main.underlayer .col2_lb .item.top .img {
	position: absolute;
	right: 40px;
	top: 20px;
}
@media (max-width: 800px) {
  main.underlayer .col2_lb .item.top .img {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		top: auto;
		bottom: 25px;
  }
}
main.underlayer .col2_lb .item.top table {
	width: 100%;
	margin-top: 30px;
}
main.underlayer .col2_lb .item.top table th {
	background: #0067C1;
	text-align: center;
	color: #fff;
	font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
	line-height: 1.5;
	font-weight: 700;
	padding: 5px 10px;
}
main.underlayer .col2_lb .item.top table td {
	font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
	line-height: 1.5;
	font-weight: 500;
	padding: 5px 10px;
	background: #fff;
	border-bottom: 1px solid #CECECE;
	vertical-align: middle;
}
main.underlayer .col2_lb .item.top table td:first-child {
	font-weight: bold;
}
main.underlayer .col2_lb .item.top table td + td {
	border-left: 1px solid #CECECE;
}
@media (max-width: 1060px) {
  main.underlayer .col2_lb .item {
		width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 800px) {
  main.underlayer .col2_lb .item {
		padding: 30px;
		flex-direction: column;
		align-items: flex-start;
  }
}
@media (max-width: 560px) {
  main.underlayer .col2_lb .item {
		width: 100%;
		padding: 20px;
  }
}
main.underlayer .col2_lb .item .label {
	font-size: clamp(1.25rem, 1.15957rem + 0.42553vw, 1.5rem);
	line-height: 1.5;
	font-weight: 700;
}
@media (max-width: 800px) {
  main.underlayer .col2_lb .item .label {
		text-align: center;
  }
}
@media (max-width: 800px) {
  main.underlayer .col2_lb .item .tx {
		width: 100%;
  }
}
main.underlayer .col2_lb .item .img img {
	width: auto;
}
@media (max-width: 800px) {
  main.underlayer .col2_lb .item .img {
		width: 100%;
		text-align: center;
  }
}
main.underlayer .center_anchor {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px 0px;
}
main.underlayer .center_anchor li {
	border-left: 1px solid #B5B5B5;
	border-right: 1px solid #B5B5B5;
	padding: 1px 20px;
	margin-left: -1px;
}
@media (max-width: 560px) {
  main.underlayer .center_anchor li {
		padding: 1px 10px;
  }
}
main.underlayer .center_anchor li a {
	font-size: clamp(0.875rem, 0.82979rem + 0.21277vw, 1rem);
	line-height: 1.5;
	font-weight: 700;
}
main.underlayer .faq_area {
	margin-top: 50px;
	background: #F2F9FF;
	padding: 40px 90px;
}
@media (max-width: 800px) {
  main.underlayer .faq_area {
		padding: 30px 30px;
  }
}
@media (max-width: 560px) {
  main.underlayer .faq_area {
		padding: 15px;
  }
}
main.underlayer .faq_area .title {
	font-size: clamp(1.125rem, 1.07979rem + 0.21277vw, 1.25rem);
	line-height: 1.5;
	font-weight: 700;
	color: #253494;
}
main.underlayer .faq_area .faq {
	position: relative;
	background: #fff;
	border-radius: 10px;
	padding: 15px;
	margin-top: 30px;
	-webkit-transition: opacity 0.2s, background 0.2s;
	transition: opacity 0.2s, background 0.2s;
	cursor: pointer;
}
main.underlayer .faq_area .faq:hover {
	opacity: 0.7;
}
@media (max-width: 560px) {
  main.underlayer .faq_area .faq {
		margin-top: 20px;
  }
}
main.underlayer .faq_area .faq + .faq {
	margin-top: 20px;
}
main.underlayer .faq_area .faq::after {
	content: "";
	position: absolute;
	display: inline-block;
	top: 25px;
	right: 20px;
	width: 15px;
	height: 15px;
	background: url(../images/ico_cross.svg) no-repeat center/contain;
	transition: 0.3s;
}
main.underlayer .faq_area .faq.open::after {
	transform: rotate(135deg);
}
main.underlayer .faq_area .faq .q {
	position: relative;
	font-size: clamp(1rem, 0.95479rem + 0.21277vw, 1.125rem);
	line-height: 1.5;
	font-weight: 700;
	color: #253494;
	padding: 5px 30px 0 45px;
}
main.underlayer .faq_area .faq .q::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 36px;
	height: 36px;
	vertical-align: middle;
	background: url(../images/faq_q.svg) no-repeat center/contain;
	margin-right: 15px;
}
main.underlayer .faq_area .faq .a {
	display: none;
	position: relative;
	font-size: clamp(0.875rem, 0.82979rem + 0.21277vw, 1rem);
	line-height: 1.5;
	font-weight: 500;
	padding: 27px 0px 0 45px;
}
main.underlayer .faq_area .faq .a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 20px;
	width: 36px;
	height: 36px;
	vertical-align: middle;
	background: url(../images/faq_a.svg) no-repeat center/contain;
	margin-right: 15px;
}
main.underlayer .form_alert {
	margin-top: 60px;
}
@media (max-width: 560px) {
  main.underlayer .form_alert {
		margin-top: 30px;
  }
}
main.underlayer span.red {
	color: #D90100;
}
main.underlayer .table {
	margin-top: 30px;
}
main.underlayer .table table {
	width: 100%;
	border-collapse: collapse;
}
main.underlayer .table table tr {
	border-top: 1px solid #D9D9D9;
}
main.underlayer .table table tr:last-child {
	border-bottom: 1px solid #D9D9D9;
}
main.underlayer .table table th {
	width: 280px;
	padding: 20px 30px;
	background: #F2F9FF;
	font-weight: bold;
	color: #253494;
	vertical-align: top;
}
@media (max-width: 800px) {
  main.underlayer .table table th {
		width: auto;
		white-space: nowrap;
		padding: 15px 20px;
  }
}
main.underlayer .table table th .req {
	display: inline-block;
	margin-left: 7px;
	color: #D90100;
	font-size: 0.6em;
	vertical-align: top;
}
main.underlayer .table table td {
	padding: 20px 30px;
	vertical-align: middle;
}
@media (max-width: 800px) {
  main.underlayer .table table td {
		padding: 15px 20px;
  }
}
main.underlayer .table table td input[type="text"], main.underlayer .table table td input[type="email"], main.underlayer .table table td textarea {
	background: #F8F8F8;
	border-radius: 6px;
	padding: 5px 10px;
	width: 100%;
}
main.underlayer .table table td input[type="text"].smallInput, main.underlayer .table table td input[type="email"].smallInput, main.underlayer .table table td textarea.smallInput {
	width: 200px;
}
@media (max-width: 560px) {
  main.underlayer .table table td input[type="text"].smallInput, main.underlayer .table table td input[type="email"].smallInput, main.underlayer .table table td textarea.smallInput {
		width: 100%;
  }
}
main.underlayer .table table td .td_indent {
	padding-left: 20px;
}
@media (max-width: 560px) {
  main.underlayer .table table td .td_indent {
		padding-left: 15px;
  }
}
@media (max-width: 800px) {
  main.underlayer .table.form table tr, main.underlayer .table.form table th, main.underlayer .table.form table td {
		border: none;
		display: block;
  }
}
@media (max-width: 800px) {
  main.underlayer .table.form table th {
		background: none;
		padding: 0px;
		margin-top: 20px;
  }
}
@media (max-width: 800px) {
  main.underlayer .table.form table td {
		padding: 0;
		margin-top: 5px;
  }
}
main.underlayer .privacy_area {
	margin-top: 45px;
	text-align: center;
}
main.underlayer .privacy_area label {
	display: inline-block;
}
main.underlayer .privacy_area label input {
	appearance: auto;
}
main.underlayer .privacy_area p {
	margin-top: 5px;
}
main.underlayer .submit_area {
	display: flex;
	justify-content: center;
	gap: 45px;
	margin-top: 40px;
}
@media (max-width: 800px) {
  main.underlayer .submit_area {
		flex-direction: column;
		align-items: center;
		gap: 30px;
  }
}
main.underlayer .submit_area input {
	display: inline-block;
	text-align: left;
	border: 1px solid #253494;
	color: #253494;
	background: #fff;
	width: 300px;
	border-radius: 60px;
	padding: 15px 0;
	transition: 0.3s;
	text-align: center;
	font-weight: bold;
}
main.underlayer .submit_area input:hover {
	background: #253494;
	color: #fff;
}
main.underlayer .recruit_flow {
	margin-top: 70px;
}
main.underlayer .recruit_flow .pc {
	width: 100%;
}
@media (max-width: 560px) {
  main.underlayer .recruit_flow .pc {
		display: none;
  }
}
main.underlayer .recruit_flow .sp {
	display: none;
}
@media (max-width: 560px) {
  main.underlayer .recruit_flow .sp {
		display: block;
		width: 60%;
		max-width: 380px;
		margin: 0 auto;
  }
}
main.underlayer .entry_area {
	margin-top: 120px;
}
@media (max-width: 800px) {
  main.underlayer .entry_area {
		margin-top: 80px;
  }
}
@media (max-width: 560px) {
  main.underlayer .entry_area {
		margin-top: 50px;
  }
}
main.underlayer .entry_area p {
	text-align: center;
	font-size: clamp(1rem, 0.95479rem + 0.21277vw, 1.125rem);
	line-height: 1.5;
	font-weight: 700;
}
main.underlayer .entry_area a {
	display: block;
	margin-top: 30px;
	background: #D90100;
	color: #fff;
	text-align: center;
	padding: 40px 0;
	font-size: clamp(1.25rem, 1.15957rem + 0.42553vw, 1.5rem);
	line-height: 1;
	font-weight: 700;
}
@media (max-width: 560px) {
  main.underlayer .entry_area a {
		margin-top: 20px;
  }
}
main.underlayer .entry_area a span {
	display: inline-block;
	padding-left: 75px;
}
main.underlayer .entry_area a span::after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 18px;
	background: url(../images/ico_blank.svg) no-repeat center/contain;
	margin-left: 60px;
}
main.underlayer .tel_area {
	margin-top: 60px;
}
@media (max-width: 560px) {
  main.underlayer .tel_area {
		margin-top: 40px;
  }
}
main.underlayer .tel_area p {
	text-align: center;
	font-size: clamp(1rem, 0.95479rem + 0.21277vw, 1.125rem);
	line-height: 1.5;
	font-weight: 700;
}
main.underlayer .tel_area .tel {
	text-align: center;
	margin-top: 10px;
}
main.underlayer .tel_area .tel a {
	color: #253494;
	font-size: clamp(1.875rem, 1.33245rem + 2.55319vw, 3.375rem);
	line-height: 1.5;
	font-weight: 700;
	pointer-events: none;
}
@media (max-width: 560px) {
  main.underlayer .tel_area .tel a {
		pointer-events: auto;
  }
}
main.underlayer .tel_area .tel a span {
	font-size: clamp(1rem, 0.95479rem + 0.21277vw, 1.125rem);
	line-height: 1.5;
	font-weight: 700;
}
main.underlayer .bg_blue {
	background: #EBF6FF;
	border-radius: 20px;
	margin-top: 30px;
	padding: 60px;
}
@media (max-width: 800px) {
  main.underlayer .bg_blue {
		padding: 30px;
  }
}
@media (max-width: 560px) {
  main.underlayer .bg_blue {
		padding: 20px;
  }
}
main.underlayer .bg_blue * + h2 {
	margin-top: 30px;
}
main.underlayer .col2 {
	display: flex;
	gap: 40px;
	margin-top: 50px;
}
@media (max-width: 560px) {
  main.underlayer .col2 {
		flex-direction: column;
		gap: 20px;
		margin-top: 20px;
  }
}
main.underlayer .col2 .tx {
	width: calc((100% - 40px) / 2);
}
@media (max-width: 560px) {
  main.underlayer .col2 .tx {
		width: 100%;
  }
}
main.underlayer .col2 .img {
	width: calc((100% - 40px) / 2);
	text-align: right;
}
@media (max-width: 560px) {
  main.underlayer .col2 .img {
		width: 100%;
		text-align: center;
  }
}
main.underlayer .col2 .img img {
	width: 100%;
}
main.underlayer .col2 .img img.small {
	max-width: 335px;
}
main.underlayer .mw1070 {
	max-width: 1070px;
}
main.underlayer .image_gray {
	padding: 50px 20px;
	background: #F7F7F7;
	margin-top: 40px;
}
main.underlayer .image_gray.narrow {
	padding: 50px 80px;
}
@media (max-width: 800px) {
  main.underlayer .image_gray.narrow {
		padding: 40px 40px;
  }
}
@media (max-width: 560px) {
  main.underlayer .image_gray.narrow {
		padding: 20px;
		margin-top: 30px;
  }
}
@media (max-width: 560px) {
  main.underlayer .image_gray {
		padding: 20px;
		margin-top: 30px;
  }
}
main.underlayer .image_gray p {
	text-align: center;
	font-size: clamp(1rem, 0.95479rem + 0.21277vw, 1.125rem);
	line-height: 1.5;
	font-weight: 700;
}
main.underlayer .image_gray .img {
	text-align: center;
	margin-top: 35px;
}
@media (max-width: 560px) {
  main.underlayer .image_gray .img {
		margin-top: 20px;
  }
}
main.underlayer .image_gray .img img.img01 {
	width: 100%;
	max-width: 524px;
}
main.underlayer .image_gray .img img.img02 {
	width: 100%;
	max-width: 782px;
}
main.underlayer p.strong {
	font-size: clamp(1.25rem, 1.15957rem + 0.42553vw, 1.5rem);
	line-height: 1.5;
	font-weight: 700;
}
main.underlayer .indent {
	padding-left: 50px;
	margin-top: 30px;
}
@media (max-width: 560px) {
  main.underlayer .indent {
		padding-left: 25px;
  }
}
main.underlayer p.dot {
	padding-left: 0.5em;
	text-indent: -0.5em;
}
main.underlayer p.dot + p.dot {
	margin-top: 0;
}
main.underlayer p.dot span {
	font-weight: bold;
}
main.underlayer .error_mes {
	margin-top: 30px;
	color: #d50000;
}
main.underlayer .error_mes .ttl {
	font-size: clamp(1.25rem, 1.20479rem + 0.21277vw, 1.375rem);
	line-height: 1.5;
	font-weight: 700;
}
main.underlayer .error_mes ul {
	font-weight: bold;
	margin-top: 10px;
}
main.underlayer .error_mes ul li + li {
	margin-top: 5px;
}
main.underlayer .error_div {
	color: #d50000;
	font-weight: bold;
}
main.underlayer .sitemap {
	display: flex;
	padding: 0px 0 50px;
	border-bottom: 1px solid #D1D1D1;
}
@media (max-width: 800px) {
  main.underlayer .sitemap {
		flex-direction: column;
		gap: 20px;
		padding: 0px 0 30px;
  }
}
main.underlayer .sitemap + .sitemap {
	padding: 50px 0;
}
@media (max-width: 800px) {
  main.underlayer .sitemap + .sitemap {
		padding: 30px 0;
  }
}
main.underlayer .sitemap .ttl {
	width: 350px;
	font-size: clamp(1.125rem, 1.07979rem + 0.21277vw, 1.25rem);
	line-height: 1.5;
	font-weight: 700;
	color: #253494;
}
@media (max-width: 1060px) {
  main.underlayer .sitemap .ttl {
		width: 280px;
  }
}
@media (max-width: 800px) {
  main.underlayer .sitemap .ttl {
		width: 100%;
  }
}
main.underlayer .sitemap ul {
	width: calc(100% - 350px);
	display: flex;
	flex-wrap: wrap;
	gap: 20px 100px;
}
@media (max-width: 1060px) {
  main.underlayer .sitemap ul {
		width: calc(100% - 280px);
		gap: 20px 70px;
  }
}
@media (max-width: 800px) {
  main.underlayer .sitemap ul {
		width: 100%;
		gap: 20px 40px;
  }
}
main.underlayer .sitemap_bottom {
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 90px;
}
@media (max-width: 800px) {
  main.underlayer .sitemap_bottom {
		margin-top: 40px;
		gap: 20px 40px;
  }
}
main.underlayer ol.deg {
	counter-reset: item;
	margin-top: 40px;
	padding-left: 2.5em;
}
main.underlayer ol.deg li {
	counter-increment: item;
	text-indent: -2.5em;
	line-height: 1.9;
}
main.underlayer ol.deg li + li {
	margin-top: 30px;
}
main.underlayer ol.deg li::before {
	content: counter(item) ".";
	display: inline-block;
	width: 2em;
	margin-right: 0.5em;
	text-align: right;
}
main.underlayer ol.deg li span.mark_indent {
	display: block;
	padding-left: 4.5em;
	text-indent: -1.3em;
	margin-left: -3.0em;
}
main.underlayer ol.deg li span.mark_indent.mt {
	margin-top: 10px;
}
main.underlayer ol.deg li span.mark_indent span.mark_indent {
	display: block;
	padding-left: 3.8em;
	text-indent: -1.0em;
	margin-left: -3.0em;
}
main.underlayer ol.deg li span.dot_indent {
	display: block;
	padding-left: 3.8em;
	text-indent: -0.8em;
	margin-left: -3.0em;
}
main.underlayer ol.deg li span.dot_indent.mt {
	margin-top: 10px;
}
main.underlayer .bg_gray {
	background: #F5F5F5;
	padding: 40px;
	margin-top: 40px;
}
@media (max-width: 560px) {
  main.underlayer .bg_gray {
		padding: 20px 20px 20px 0px;
  }
}
main.underlayer .bg_gray ol.deg {
	margin-top: 0;
}
main.underlayer .bg_gray ol.deg li + li {
	margin-top: 15px;
}
main.underlayer .news {
	max-width: 900px;
	margin: 0 auto;
}
main.underlayer .news_detail h1 {
	font-size: clamp(1.25rem, 1.15957rem + 0.42553vw, 1.5rem);
	line-height: 1.5;
	font-weight: 700;
}
main.underlayer .news_detail .head {
	padding: 50px 0;
	border-bottom: 1px solid #D1D1D1;
	display: flex;
	align-items: center;
}
@media (max-width: 560px) {
  main.underlayer .news_detail .head {
		padding: 30px 0;
  }
}
main.underlayer .news_detail .head .date {
	width: 150px;
}
@media (max-width: 800px) {
  main.underlayer .news_detail .head .date {
		width: 130px;
  }
}
main.underlayer .news_detail .head .cat {
	width: 150px;
}
main.underlayer .news_detail .head .cat span {
	display: inline-block;
	padding: 3px 20px;
	background: #253494;
	color: #fff;
}
@media (max-width: 800px) {
  main.underlayer .news_detail .head .cat span {
		padding: 3px 15px;
  }
}
main.underlayer .news_detail .head .cat span.info {
	background: #253494;
}
main.underlayer .news_detail .head .cat span.recruit {
	background: #DE2121;
}
main.underlayer .news_edit {
	padding-top: 50px;
}
@media (max-width: 560px) {
  main.underlayer .news_edit {
		top: 30px;
  }
}
main.underlayer .news_edit a {
	color: #3EA6FF;
	font-weight: bold;
}

/* main.underlayer */
main.recruit_message {
	position: relative;
	padding-bottom: 120px;
}
@media (max-width: 800px) {
  main.recruit_message {
		padding-bottom: 80px;
  }
}
@media (max-width: 560px) {
  main.recruit_message {
		padding-bottom: 50px;
  }
}
main.recruit_message::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 470px;
	left: 0;
	top: 0;
	background: #F2F9FF;
	z-index: 0;
}
main.recruit_message > div {
	position: relative;
	max-width: 1020px;
	margin: 0 auto;
	padding: 40px 0 0px;
	z-index: 1;
}
main.recruit_message > div .message {
	position: relative;
	font-size: clamp(1.625rem, 1.35372rem + 1.2766vw, 2.375rem);
	line-height: 1.7;
	font-weight: 700;
	padding: 55px 0 0 140px;
}
@media (max-width: 800px) {
  main.recruit_message > div .message {
		padding: 55px 0 0 20px;
  }
}
@media (max-width: 560px) {
  main.recruit_message > div .message {
		padding: 40px 0 0 20px;
  }
}
main.recruit_message > div .message::before {
	content: "";
	position: absolute;
	aspect-ratio: 168.7 / 74.3;
	width: 168.7px;
	background: url(../images/message.svg) no-repeat center/contain;
	top: 0;
	left: 0;
	z-index: 1;
}
@media (max-width: 800px) {
  main.recruit_message > div .message::before {
		top: -20px;
		left: 20px;
  }
}
@media (max-width: 560px) {
  main.recruit_message > div .message::before {
		top: -10px;
		width: 110px;
  }
}
main.recruit_message > div .image {
	margin-top: 30px;
}
main.recruit_message > div .image img {
	width: 100%;
	border-radius: 15px;
}
main.recruit_message > div .lead {
	position: relative;
	padding: 0 20px;
	margin-top: -50px;
	z-index: 10;
}
@media (max-width: 560px) {
  main.recruit_message > div .lead {
		margin-top: -20px;
  }
}
main.recruit_message > div .lead p {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	border-radius: 10px;
	background: #F2F9FF;
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
	padding: 40px 40px 60px 40px;
	font-size: clamp(0.9375rem, 0.89229rem + 0.21277vw, 1.0625rem);
	line-height: 2.1;
	font-weight: 500;
}
@media (max-width: 560px) {
  main.recruit_message > div .lead p {
		padding: 20px 20px 80px 20px;
  }
}

a.link {
	color: #3EA6FF;
	font-weight: bold;
}

a.blank {
	display: inline-block;
	font-weight: bold;
	color: #3EA6FF;
}
a.blank::after {
	content: "";
	display: inline-block;
	margin-left: 5px;
	width: 13px;
	height: 13px;
	vertical-align: 0px;
	background: url(../images/ico_blank_b.svg) no-repeat center/contain;
}

.securityfield {
	position: relative;
	margin-bottom: 120px;
}
@media (max-width: 800px) {
  .securityfield {
		margin-bottom: 80px;
  }
}
@media (max-width: 560px) {
  .securityfield {
		margin-bottom: 50px;
  }
}
.securityfield > img {
	display: block;
	width: 100%;
}
@media (max-width: 560px) {
  .securityfield > img.pc {
		display: none;
  }
}
.securityfield > img.sp {
	display: none;
}
@media (max-width: 560px) {
  .securityfield > img.sp {
		display: block;
  }
}
.securityfield button {
	position: absolute;
	width: 3.39%;
	z-index: 1;
	offset-path: path("M 0,0 m -10,0 a 10,10 0 1,0 20,0 a 10,10 0 1,0 -20,0");
	offset-rotate: 0deg;
	animation: orbit 4s linear infinite;
	transition: 0.3s;
}
@media (max-width: 560px) {
  .securityfield button {
		offset-path: path("M 0,0 m -5,0 a 5,5 0 1,0 10,0 a 5,5 0 1,0 -10,0");
		width: 10.0%;
  }
}
.securityfield button:hover {
	animation-play-state: paused;
	cursor: pointer;
	opacity: 0.7;
}
.securityfield button.lupe01 {
	left: 14.4%;
	top: 52.5%;
}
@media (max-width: 560px) {
  .securityfield button.lupe01 {
		left: 5.4%;
		top: 56.5%;
  }
}
.securityfield button.lupe02 {
	left: 92.2%;
	top: 63.8%;
	animation-delay: -2s;
	animation-direction: reverse;
}
@media (max-width: 560px) {
  .securityfield button.lupe02 {
		left: 92.2%;
		top: 67.8%;
  }
}
.securityfield button.lupe03 {
	left: 35.2%;
	top: 42.8%;
	animation-delay: -4s;
	animation-direction: reverse;
}
@media (max-width: 560px) {
  .securityfield button.lupe03 {
		left: 30.2%;
		top: 42.8%;
  }
}
.securityfield button.lupe04 {
	left: 35.9%;
	top: 26.7%;
	animation-delay: -3s;
}
@media (max-width: 560px) {
  .securityfield button.lupe04 {
		left: 28.9%;
		top: 27.7%;
  }
}
.securityfield button.lupe05 {
	left: 33.6%;
	top: 62.0%;
	animation-delay: -2s;
	animation-direction: reverse;
}
@media (max-width: 560px) {
  .securityfield button.lupe05 {
		left: 29.6%;
		top: 62.0%;
  }
}
.securityfield button.lupe06 {
	left: 48.5%;
	top: 76.4%;
	animation-delay: -3.5s;
}
@media (max-width: 560px) {
  .securityfield button.lupe06 {
		left: 48.5%;
		top: 76.4%;
  }
}
.securityfield button.lupe07 {
	left: 36.6%;
	top: 81.2%;
	animation-delay: -2s;
}
@media (max-width: 560px) {
  .securityfield button.lupe07 {
		left: 28.6%;
		top: 81.2%;
  }
}
.securityfield button.lupe08 {
	left: 52.8%;
	top: 26.5%;
	animation-delay: -2s;
	animation-direction: reverse;
}
@media (max-width: 560px) {
  .securityfield button.lupe08 {
		left: 52.8%;
		top: 26.5%;
  }
}
.securityfield button img {
	width: 100%;
}

.modal {
	position: relative;
	background: #FFF;
	width: auto;
	max-width: 680px;
	margin: 20px auto;
}
.modal .title {
	font-size: clamp(1.125rem, 0.89894rem + 1.06383vw, 1.75rem);
	line-height: 1;
	font-weight: 700;
	background: #253494;
	color: #fff;
	text-align: center;
	padding: 20px 10px;
}
.modal .inner {
	padding: 45px;
}
@media (max-width: 560px) {
  .modal .inner {
		padding: 20px;
  }
}
.modal .img {
	text-align: center;
}
.modal .img img {
	width: 100%;
	max-width: 60%;
}
@media (max-width: 560px) {
  .modal .img img {
		max-width: 100%;
  }
}
.modal .img + p {
	margin-top: 40px;
}
@media (max-width: 560px) {
  .modal .img + p {
		margin-top: 30px;
  }
}
.modal .btn {
	margin-top: 60px;
	text-align: center;
}
@media (max-width: 560px) {
  .modal .btn {
		margin-top: 30px;
  }
}
.modal .btn button {
	display: inline-block;
	width: 170px;
	padding: 10px 0;
	text-align: center;
	color: #253494;
	font-size: clamp(0.8125rem, 0.76729rem + 0.21277vw, 0.9375rem);
	line-height: 1;
	font-weight: 700;
	border: 1px solid #253494;
	border-radius: 30px;
	transition: 0.3s;
}
.modal .btn button:hover {
	background: #253494;
	color: #fff;
}

.my-fade-inline.mfp-bg,
.my-fade-inline.mfp-wrap .mfp-content {
	opacity: 0;
	transition: all 0.3s ease-out;
}

.my-fade-inline.mfp-ready.mfp-bg {
	opacity: 0.6;
}

.my-fade-inline.mfp-ready.mfp-wrap .mfp-content {
	opacity: 1;
}

.my-fade-inline.mfp-removing.mfp-bg,
.my-fade-inline.mfp-removing.mfp-wrap .mfp-content {
	opacity: 0;
}

@keyframes orbit {
	from {
		offset-distance: 0%;
	}
	to {
		offset-distance: 100%;
	}
}
main.recruit_interview {
	padding-bottom: 120px;
}
@media (max-width: 800px) {
  main.recruit_interview {
		padding-bottom: 80px;
  }
}
@media (max-width: 560px) {
  main.recruit_interview {
		padding-bottom: 50px;
  }
}
main.recruit_interview .head {
	position: relative;
}
main.recruit_interview .head::before {
	content: "";
	position: absolute;
	width: 55%;
	height: 100%;
	background: #F2F9FF;
	right: 0;
	top: 0;
	z-index: 0;
}
@media (max-width: 800px) {
  main.recruit_interview .head::before {
		width: 100%;
		height: calc(100% + 160px);
  }
}
main.recruit_interview .head > div {
	position: relative;
	width: 100%;
	max-width: 1320px;
	margin: auto;
	padding: 70px 20px 80px;
	display: flex;
	flex-wrap: wrap;
}
@media (max-width: 560px) {
  main.recruit_interview .head > div {
		padding: 35px 10px 40px;
  }
}
@media (max-width: 800px) {
  main.recruit_interview .head > div {
		padding: 0;
  }
}
main.recruit_interview .head > div .img {
	width: 60%;
}
@media (max-width: 1060px) {
  main.recruit_interview .head > div .img {
		width: 50%;
  }
}
@media (max-width: 800px) {
  main.recruit_interview .head > div .img {
		width: 100%;
  }
}
main.recruit_interview .head > div .img img {
	width: 100%;
	border-radius: 15px;
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}
main.recruit_interview .head > div .tx {
	width: 40%;
	padding-left: 60px;
}
@media (max-width: 1060px) {
  main.recruit_interview .head > div .tx {
		width: 50%;
  }
}
@media (max-width: 800px) {
  main.recruit_interview .head > div .tx {
		width: 100%;
		padding: 20px;
  }
}
main.recruit_interview .head > div .tx .interview {
	position: relative;
	font-size: clamp(1.625rem, 1.35372rem + 1.2766vw, 2.375rem);
	line-height: 1.7;
	font-weight: 700;
	padding: 55px 0 0 0;
}
@media (max-width: 800px) {
  main.recruit_interview .head > div .tx .interview {
		padding: 30px 0 0 30px;
  }
}
@media (max-width: 560px) {
  main.recruit_interview .head > div .tx .interview {
		padding: 10px 0 0 30px;
  }
}
main.recruit_interview .head > div .tx .interview::before {
	content: "";
	position: absolute;
	aspect-ratio: 190.7 / 69.6;
	width: 190.7px;
	background: url(../images/interview.svg) no-repeat center/contain;
	top: 0;
	left: -100px;
	z-index: 1;
}
@media (max-width: 800px) {
  main.recruit_interview .head > div .tx .interview::before {
		left: 0px;
		top: -50px;
  }
}
@media (max-width: 560px) {
  main.recruit_interview .head > div .tx .interview::before {
		top: -35px;
		width: 116px;
  }
}
main.recruit_interview .head > div .tx .title {
	margin-top: 130px;
	display: inline-block;
	background: #253494;
	color: #fff;
	font-size: clamp(1rem, 0.95479rem + 0.21277vw, 1.125rem);
	line-height: 1.7;
	font-weight: 700;
	padding: 1px 10px;
}
@media (max-width: 800px) {
  main.recruit_interview .head > div .tx .title {
		margin-top: 30px;
  }
}
main.recruit_interview .head > div .tx .title + p {
	margin-top: 20px;
}
main.recruit_interview .body {
	position: relative;
}
main.recruit_interview .body::before {
	content: "";
	position: absolute;
	width: 50%;
	height: calc(100% - 350px);
	background: #F2F9FF;
	left: 0;
	bottom: 0;
	z-index: 0;
}
@media (max-width: 800px) {
  main.recruit_interview .body::before {
		display: none;
  }
}
main.recruit_interview .body .content01 {
	position: relative;
}
main.recruit_interview .body .content01 > div {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 20px;
	display: flex;
	gap: 70px;
}
@media (max-width: 800px) {
  main.recruit_interview .body .content01 > div {
		flex-direction: column;
		padding-top: 40px;
  }
}
main.recruit_interview .body .content01 > div .img {
	width: 348px;
}
@media (max-width: 800px) {
  main.recruit_interview .body .content01 > div .img {
		width: 100%;
		text-align: center;
  }
}
main.recruit_interview .body .content01 > div .img img {
	width: 100%;
	max-width: 348px;
	border-radius: 15px;
}
main.recruit_interview .body .content01 > div .tx {
	width: calc(100% - 348px - 70px);
}
@media (max-width: 800px) {
  main.recruit_interview .body .content01 > div .tx {
		width: 100%;
  }
}
main.recruit_interview .body .content01 > div .tx img {
	width: auto;
}
main.recruit_interview .body .content01 > div .tx .ttl {
	font-size: clamp(1.375rem, 1.19415rem + 0.85106vw, 1.875rem);
	line-height: 1.7;
	font-weight: 700;
	color: #253494;
	margin-top: 20px;
}
main.recruit_interview .body .content01 > div .tx p {
	margin-top: 20px;
	line-height: 1.9;
}
main.recruit_interview .body .content02 {
	position: relative;
}
main.recruit_interview .body .content02::before {
	content: "";
	display: none;
	position: absolute;
	width: 100%;
	height: calc(100% - 500px);
	background: #F2F9FF;
	left: 0;
	bottom: 150px;
	z-index: 0;
}
@media (max-width: 800px) {
  main.recruit_interview .body .content02::before {
		display: block;
  }
}
main.recruit_interview .body .content02 > div {
	position: relative;
	width: 100%;
	padding: 80px 0px 80px 0px;
	padding-left: max(20px, calc((100% - 1200px) / 2 + 20px));
	display: flex;
	gap: 70px;
}
@media (max-width: 800px) {
  main.recruit_interview .body .content02 > div {
		flex-direction: column;
		padding: 40px 0px 0px 20px;
		gap: 40px;
  }
}
@media (max-width: 560px) {
  main.recruit_interview .body .content02 > div {
		padding-top: 0;
  }
}
main.recruit_interview .body .content02 > div .tx {
	width: calc(100% - 484px - 70px);
}
@media (max-width: 800px) {
  main.recruit_interview .body .content02 > div .tx {
		width: 100%;
		padding-right: 20px;
  }
}
main.recruit_interview .body .content02 > div .tx img {
	width: auto;
}
main.recruit_interview .body .content02 > div .tx .ttl {
	font-size: clamp(1.375rem, 1.19415rem + 0.85106vw, 1.875rem);
	line-height: 1.7;
	font-weight: 700;
	color: #253494;
	margin-top: 20px;
}
main.recruit_interview .body .content02 > div .tx p {
	margin-top: 20px;
	line-height: 1.9;
}
main.recruit_interview .body .content02 > div .img {
	width: 484px;
}
@media (max-width: 800px) {
  main.recruit_interview .body .content02 > div .img {
		width: 100%;
		text-align: right;
		padding-left: 80px;
  }
}
main.recruit_interview .body .content02 > div .img img {
	width: 100%;
	border-radius: 15px 0px 0px 15px;
}
@media (max-width: 800px) {
  main.recruit_interview .body .content02 > div .img img {
		max-width: 484px;
  }
}

.footer_link {
	position: relative;
	z-index: 20;
}
.footer_link ul {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 0;
	justify-content: center;
	position: relative;
	width: 100%;
	max-width: 1320px;
	margin: auto;
	padding: 0px 20px 100px;
}
@media (max-width: 560px) {
  .footer_link ul {
		padding: 0px 10px 50px;
  }
}
@media (max-width: 800px) {
  .footer_link ul {
		gap: 20px 0;
  }
}
@media (max-width: 560px) {
  .footer_link ul {
		gap: 15px 0;
  }
}
.footer_link ul li {
	border-left: 1px solid #B5B5B5;
	border-right: 1px solid #B5B5B5;
	padding: 1px 40px;
	margin-left: -1px;
}
@media (max-width: 800px) {
  .footer_link ul li {
		padding: 1px 30px;
  }
}
@media (max-width: 560px) {
  .footer_link ul li {
		padding: 1px 10px;
  }
}
.footer_link ul li a {
	font-size: clamp(0.75rem, 0.63697rem + 0.53191vw, 1.0625rem);
	line-height: 1.5;
	font-weight: 700;
	color: #253494;
	transition: 0.2s;
}
.footer_link ul li a:hover, .footer_link ul li a.ac {
	opacity: 1;
	color: #3EA6FF;
}

body:has(.recruit_about) {
	position: relative;
	background: #EBF6FF;
}
body:has(.recruit_about)::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.1;
	background: radial-gradient(circle, transparent 20%, #e5e5f7 20%, #e5e5f7 80%, transparent 80%, transparent), radial-gradient(circle, transparent 20%, #e5e5f7 20%, #e5e5f7 80%, transparent 80%, transparent) 25px 25px, linear-gradient(#444cf7 2px, transparent 2px) 0 -1px, linear-gradient(90deg, #444cf7 2px, #e5e5f7 2px) -1px 0;
	background-size: 50px 50px, 50px 50px, 25px 25px, 25px 25px;
	z-index: 1;
}
body:has(.recruit_about) #bread_crumb, body:has(.recruit_about) footer {
	position: relative;
	z-index: 10;
}

main.recruit_about {
	position: relative;
	background: #EBF6FF;
}
main.recruit_about .visual {
	position: relative;
	z-index: 10;
}
main.recruit_about .visual img {
	display: block;
	width: 100%;
}
@media (max-width: 560px) {
  main.recruit_about .visual img.pc {
		display: none;
  }
}
main.recruit_about .visual img.sp {
	display: none;
}
@media (max-width: 560px) {
  main.recruit_about .visual img.sp {
		display: block;
  }
}
main.recruit_about .inner {
	position: relative;
	z-index: 10;
	padding: 0 20px 80px;
}
@media (max-width: 560px) {
  main.recruit_about .inner {
		padding: 0 10px 40px;
  }
}
main.recruit_about .inner .section {
	position: relative;
	width: 100%;
	max-width: 1020px;
	margin: 25px auto 0;
	background: #fff;
	border-radius: 20px;
	padding: 70px 84px;
}
@media (max-width: 1060px) {
  main.recruit_about .inner .section {
		padding: 70px 50px;
  }
}
@media (max-width: 800px) {
  main.recruit_about .inner .section {
		margin-top: 50px;
		padding: 70px 30px;
  }
}
@media (max-width: 560px) {
  main.recruit_about .inner .section {
		padding: 50px 20px 30px;
  }
}
main.recruit_about .inner .section + .section {
	margin-top: 150px;
}
@media (max-width: 560px) {
  main.recruit_about .inner .section + .section {
		margin-top: 100px;
  }
}
main.recruit_about .inner .section .head {
	position: absolute;
	left: 50px;
	top: -90px;
}
@media (max-width: 800px) {
  main.recruit_about .inner .section .head {
		left: 30px;
  }
}
@media (max-width: 560px) {
  main.recruit_about .inner .section .head {
		width: 254px;
		left: 20px;
		top: -60px;
  }
  main.recruit_about .inner .section .head img {
		width: 100%;
  }
}
main.recruit_about .inner .section p {
	font-size: clamp(0.875rem, 0.78457rem + 0.42553vw, 1.125rem);
	line-height: 1.7;
	font-weight: 500;
}
main.recruit_about .inner .section .img {
	width: 100%;
	max-width: 635px;
	margin: 30px auto 0;
}
main.recruit_about .inner .section .img img {
	width: 100%;
}
main.recruit_about .inner .section .map {
	position: relative;
	max-width: 675px;
	margin: 30px auto 0;
	min-height: 420px;
	background: #EBF6FF;
	border-radius: 15px;
}
@media (max-width: 560px) {
  main.recruit_about .inner .section .map {
		min-height: 0;
  }
}
main.recruit_about .inner .section .map img {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	height: 80%;
	object-fit: contain;
	z-index: 0;
}
main.recruit_about .inner .section .map > div {
	position: absolute;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	width: 100%;
	padding: 0 50px;
}
@media (max-width: 560px) {
  main.recruit_about .inner .section .map > div {
		position: relative;
		padding: 20px 20px;
  }
  main.recruit_about .inner .section .map > div br {
		display: none;
  }
}
main.recruit_about .inner .section .map > div .ttl {
	font-size: clamp(0.875rem, 0.78457rem + 0.42553vw, 1.125rem);
	line-height: 1.7;
	font-weight: 700;
}

body:has(.recruit_apply) {
	background: #E2F2FF;
}

main.recruit_apply {
	position: relative;
}
main.recruit_apply .bg {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 105%;
	max-width: 1441px;
	z-index: 0;
}
@media (max-width: 560px) {
  main.recruit_apply .bg {
		display: none;
  }
}
main.recruit_apply .bg img {
	width: 100%;
}
main.recruit_apply .visual {
	position: relative;
	z-index: 1;
	width: 100%;
	aspect-ratio: 16 / 9;
	max-height: 750px;
}
@media (max-width: 560px) {
  main.recruit_apply .visual {
		aspect-ratio: auto;
		max-height: none;
  }
}
main.recruit_apply .visual img {
	display: none;
	width: 100%;
}
main.recruit_apply .visual img.sp {
	display: none;
}
@media (max-width: 560px) {
  main.recruit_apply .visual img.sp {
		display: block;
  }
}
main.recruit_apply .inner {
	position: relative;
	z-index: 1;
	max-width: 712px;
	margin: 0 auto;
	padding: 20px 20px 80px;
	font-size: clamp(0.875rem, 0.78457rem + 0.42553vw, 1.125rem);
	line-height: 1.5;
	font-weight: 500;
}
@media (max-width: 560px) {
  main.recruit_apply .inner {
		padding: 40px 10px 40px;
  }
}
main.recruit_apply .inner h2 {
	text-align: center;
	color: #253494;
	font-size: clamp(1.5rem, 1.36436rem + 0.6383vw, 1.875rem);
	line-height: 1.5;
	font-weight: 700;
}
main.recruit_apply .inner .lead {
	margin-top: 30px;
}
main.recruit_apply .inner .contact {
	margin-top: 30px;
}
main.recruit_apply .inner .contact .ttl {
	font-weight: bold;
}

.w_auto {
	width: auto !important;
}
