@charset "utf-8";
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
}

html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}

body {
	color: #616466;
	font-size: 1.6rem;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
	line-height: 1.5;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}
body a {
	color: #616466;
}
body a:link {
	text-decoration: none;
}
body a:visited {
	text-decoration: none;
}
body a:hover {
	text-decoration: none;
}
body a:active {
	text-decoration: none;
}
.bebas {
	font-family: BebasKai, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, sans-serif;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
#page {
	width: 100%;
	text-align: left;
}

@media only screen and (max-width: 768px) {
  #page {
	padding-top: 64px;
  }
}
/* -----------------------------------------------------------
	header
----------------------------------------------------------- */
@media only screen and (min-width: 769px)and (max-width: 1100px) {
	.header {
		min-width: unset;
	}
	.visual.visual-sp {
		min-width: unset;
	}
}
@media only screen and (max-width: 768px) {
  .header {
	display: none;
  }
}
.sp_header {
	display: none;
}

@media only screen and (max-width: 768px) {
  .sp_header {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	background: #fff;
  }
  .sp_header .con_sp_header {
	display: table;
	table-layout: fixed;
	width: 100%;
  }
  .sp_header .con_sp_header h1 {
	display: table-cell;
	vertical-align: middle;
  }
  .sp_header .con_sp_header h1 a {
	display: block;
	padding: 15px 10px;
	height: 64px;
  }
  .sp_header .con_sp_header h1 a img {
	display: block;
	width: 200px;
  }
  .sp_header .con_sp_header p {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 70px;
  }
  .sp_header .con_sp_header p.btn_contact a {
	background: #1b4a9e;
  }
  .sp_header .con_sp_header p.btn_contact a img {
	display: block;
	width: 25px;
	margin: 0 auto;
  }
  .sp_header .con_sp_header p.btn_menu a {
	background: #323435;
  }
  .sp_header .con_sp_header p.btn_menu a .icon {
	position: relative;
  }
  .sp_header .con_sp_header p.btn_menu a .icon .bar {
	display: block;
	width: 25px;
	height: 3px;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -12px;
	-webkit-transition: -webkit-transform,top,opacity 400ms linear 0;
	-o-transition: -o-transform,top,opacity 400ms linear 0;
	-ms-transition: -ms-transform,top,opacity 400ms linear 0;
	transition-property: transform,top,opacity;
	transition-duration: 400ms;
	transition-timing-function: linear;
	transition-delay: 0;
  }
  .sp_header .con_sp_header p.btn_menu a .icon .bar.bar1 {
	top: 2px;
  }
  .mm-opened .sp_header .con_sp_header p.btn_menu a .icon .bar.bar1 {
	top: 9px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
  }
  .sp_header .con_sp_header p.btn_menu a .icon .bar.bar2 {
	top: 9px;
  }
  .mm-opened .sp_header .con_sp_header p.btn_menu a .icon .bar.bar2 {
	top: 4px;
	opacity: 0;
  }
  .sp_header .con_sp_header p.btn_menu a .icon .bar.bar3 {
	top: 16px;
  }
  .mm-opened .sp_header .con_sp_header p.btn_menu a .icon .bar.bar3 {
	top: 9px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
  }
  .sp_header .con_sp_header p a {
	height: 64px;
	padding: 15px 0 0;
	display: block;
  }
  .sp_header .con_sp_header p a .icon {
	display: block;
	margin: 0 auto;
	width: 25px;
	height: 20px;
  }
  .sp_header .con_sp_header p a .txt {
	margin-top: 2px;
	display: block;
	text-align: center;
	font-size: 1.1rem;
	color: #fff;
  }
}
/*	#visual
----------------------------------------------------------- */
.visual__img-pc {
	vertical-align: bottom;
}
.visual__img-sp {
	display: none;
}
@media only screen and (max-width: 768px) {
	.visual-sp {
		width: 100%;
		min-width: 100%;
	}
	.visual__img-pc {
		display: none;
	}
	.visual__img-sp {
		display: block;
		width: 100%;
		max-width: none;
		height: auto;
		vertical-align: bottom;
	}
	.visual-sp .visual__headline-en,
	.visual__headline-jp {
		text-align: center;
	}
}
/*	#pankuzu
----------------------------------------------------------- */
#pankuzu {
	margin: 0 auto;
	width: 100%;
	min-width: 1200px;
	padding: 10px 50px;
	background: #e5e9f1;
}
#pankuzu ul {
	width: 1100px;
	margin: 0 auto;
	line-height: 1;
}
#pankuzu ul li {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.4rem;
	line-height: 1;
	margin-right: 20px;
}
#pankuzu ul li a {
	display: inline-block;
	line-height: 1;
	color: #1b4a9e;
}
#pankuzu ul li i {
	font-size: 1.0rem;
	font-weight: bolder;
	color: #1b4a9e;
	margin-right: 20px;
	line-height: 1;
	vertical-align: 2px;
}
#pankuzu ul li span {
	vertical-align: middle;
	line-height: 1;
}
#pankuzu ul li.hom a {
	padding-bottom: 2px;
}
#pankuzu ul li.hom a img {
	display: block;
	width: 16px;
}

@media only screen and (max-width: 768px) {
  #pankuzu {
	min-width: 0;
	padding: 10px 16px;
  }
  #pankuzu ul {
	width: 100%;
  }
  #pankuzu ul li {
	font-size: 1.2rem;
	margin-right: 6px;
  }
  #pankuzu ul li i {
	margin-right: 6px;
  }
  #pankuzu ul li.hom a {
	padding-bottom: 0;
  }
}
/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
#contents {
	margin: 0 auto;
	width: 100%;
	/* min-width: 1200px; */
	padding: 70px 50px;
	position: relative;
	overflow: hidden;
}
@media only screen and (max-width: 1100px) {
	#contents {
		min-width: 0;
	}
}
@media only screen and (max-width: 768px) {
  #contents {
	min-width: 0;
	padding: 20px 0;
  }
}
/* -----------------------------------------------------------
	footer
----------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .footer {
	display: none;
  }
}
.sp_footer {
	display: none;
}

@media only screen and (max-width: 768px) {
  .sp_footer {
	display: block;
	line-height: 1;
  }
  .sp_footer a {
	display: block;
	padding: 18px 0;
	text-align: center;
  }
  .sp_footer a i {
	display: inline-block;
	width: 20px;
	vertical-align: middle;
  }
  .sp_footer a i img {
	display: block;
  }
  .sp_footer a span {
	display: inline-block;
	color: #fff;
	margin-left: 5px;
	vertical-align: middle;
  }
  .sp_footer .btn_home a {
	background: #2d3749;
	font-size: 1.2rem;
  }
  .sp_footer .btn_contact a {
	background: #1b4a9e;
	font-size: 1.6rem;
  }
  .sp_footer .sp_copyright {
	background: #222936;
	text-align: center;
	padding: 15px 0;
  }
  .sp_footer .sp_copyright small {
	font-size: 1.1rem;
	color: #a1a5a7;
  }
}
/*	#pagetop
----------------------------------------------------------- */
#recruit .pagetop {
	width: 92px;
	height: 92px;
	/* top: 0; */
	opacity: 0;
	display: block;
	-webkit-transition: opacity 200ms ease-in 0;
	-o-transition: opacity 200ms ease-in 0;
	-ms-transition: opacity 200ms ease-in 0;
	transition-property: opacity;
	transition-duration: 200ms;
	transition-timing-function: ease-in;
	transition-delay: 0;
}
#recruit .pagetop.active {
	opacity: 1;
	/* position: relative; */
	/* right: -12px; */
	margin-left: auto;
	bottom: 13px;
}
#recruit .pagetop.is-fixed {
	top: unset;
	bottom: 35px;
	right: 35px;
	position: fixed;
}

@media only screen and (max-width: 768px) {
  #recruit .pagetop {
	/* display: none; */
		width: 53px;
		height: 53px;
  }
	.pagetop a {
		width: 53px;
		height: 53px;
	}
	.pagetop a:before {
    width: 36px;
    height: 36px;
	}
	.pagetop a:after {
    width: 9px;
    height: 9px;
		border-top: 2px solid #fff;
    border-right: 2px solid #fff;
	}
	#recruit .pagetop.active {
		right: 15px;
		bottom: 10px;
	}
}
#btn_pagetop {
	display: none;
}

@media only screen and (max-width: 768px) {
  #btn_pagetop {
	display: block;
	opacity: 0;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 2;
	-webkit-transition: all 200ms ease-in 0;
	-o-transition: all 200ms ease-in 0;
	-ms-transition: all 200ms ease-in 0;
	transition-property: all;
	transition-duration: 200ms;
	transition-timing-function: ease-in;
	transition-delay: 0;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
  }
  #btn_pagetop.active {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
  }
  #btn_pagetop a {
	display: block;
	width: 80px;
	height: 80px;
	position: relative;
  }
  #btn_pagetop a:after {
	content: "";
	width: 50px;
	height: 50px;
	display: block;
	background: #a1a5a7;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -25px 0 0 -25px;
  }
  #btn_pagetop a:before {
	content: "";
	width: 12px;
	height: 12px;
	display: block;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -6px 0 0 -6px;
	z-index: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  }
}
/* -----------------------------------------------------------
	Table
----------------------------------------------------------- */
table {
	border: 1px solid #eaedf1;
	border-bottom: none;
	font-size: 1.4rem;
	width: 100%;
	table-layout: fixed;
}

table th,
table td {
	padding: 12px 18px;
	border: 1px solid #eaedf1;
	border-top: none;
	text-align: left;
}
table th:first-child,
table td:first-child {
	width: 170px;
}

table th {
	background: #f9fafb;
	font-weight: normal;
}

table td {
	background: #fff;
}

table thead tr th {
	font-weight: bold;
}

@media only screen and (max-width: 768px) {
  table {
	font-size: 1.2rem;
  }

  table th,
  table td {
	padding: 10px 4px 10px 10px;
  }
  table th:first-child,
  table td:first-child {
	width: 34%;
  }
}
#mmenu .mm-title {
	font-family: bebaskai, sans-serif;
}
#mmenu span, #mmenu a {
	color: #616466;
}
#mmenu .submenu a {
	padding-left: 40px;
}
#mmenu .en {
	font-size: 1.8rem;
}
#mmenu .ja {
	font-size: 1.2rem;
	margin-left: 1ex;
}
#mmenu .mmenu_search {
	display: table;
	table-layout: fixed;
	width: 100%;
}
#mmenu .mmenu_search p {
	display: table-cell;
	background: #fff;
	vertical-align: middle;
}
#mmenu .mmenu_search p.button {
	width: 44px;
	height: 44px;
}
#mmenu input[type=text] {
	-moz-appearance: none;
	-webkit-appearance: none;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
	color: #616466;
	padding: 0.6ex 1ex;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	background: #fff;
	display: block;
	width: 100%;
}
#mmenu input[type="button"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	text-align: center;
	margin: 0 auto;
	background: #e3e7ea;
	color: #fff;
	padding: 0;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/btn_search.png) center center no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}

#recruit .main {
	padding: 0;
}
/*----------------------------------------------------
	.content_inner
----------------------------------------------------*/
.content_inner {
	max-width: 1366px;
	margin: auto;
}

.content_inner h3 {
	font-style: normal;
	font-weight: 700;
	font-size: 44px;
	line-height: 140%;
	text-align: center;
	color: #1B4A9E;
}
.content_inner h3::first-letter {
	color: #D93431;
}
.content_inner .h3_en {
	font-family: 'BebasKai';
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 100%;
	text-align: center;
	margin-top: 23px;
	text-transform:uppercase;
	display: block;
}
@media screen and (max-width: 768px) {
	.content_inner h3 {
		font-size: 24px;
	}
	.content_inner .h3_en {
		font-size: 18px;
		margin-top: 10px;
	}
}
/*----------------------------------------------------
	.lead
----------------------------------------------------*/
.lead {
	position: relative;
}
.lead_heading {
	font-weight: 700;
	font-size: 40px;
	line-height: 160%;
	text-align: center;
	letter-spacing: 1.28px;
}
.lead_heading span {
	color: #1B4A9E;
}
.lead p {
	font-weight: 700;
	font-size: 18px;
	line-height: 240%;
	text-align: center;
	color: #3F4142;
	max-width: 861px;
	margin: auto;
}
.lead p:first-of-type {
	margin-top: 70px;
}
.lead p:not(:first-of-type) {
	margin-top: 54px;
}
@media screen and (max-width: 768px) {
	.lead {
		padding-top: 94px;
	}
	.lead_heading {
		font-size: 18px;
	}
	.lead p {
		font-size: 13px;
		max-width: 89%;
	}
	.lead p:first-of-type {
		margin-top: 44px;
	}
	.lead p:not(:first-of-type) {
		margin-top: 24px;
	}
}

/*----------------------------------------------------
	.message
----------------------------------------------------*/
.message {
	margin-top: 64px;
}
.message_wrapper {
	max-width: 1266px;
	padding: 0 124px;
	margin: auto;
}
.message_item {
	display: flex;
	gap: 64px;
}
.message_item:last-child {
	margin-top: 78px;
}
.message_item img {
	width: 240px;
	height: 240px;
	object-fit: cover;
	filter: drop-shadow(-10px 14px 34px rgba(0, 0, 0, 0.1)) drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.1));
}
.message_item_text {
	margin-top: 80px;
	font-weight: 700;
	font-size: 18px;
	line-height: 220%;
}
.message_item_text .sign {
	font-weight: 700;
	color: #323232;
}
@media screen and (max-width: 768px) {
	.message {
		margin-top: 88px;
	}
	.message_wrapper {
		padding: 0 20px;
		margin-top: 40px;
	}
	.message_item {
		flex-direction: column;
		align-items: center;
		gap: 40px;
	}
	.message_item:last-child {
		flex-direction: column-reverse;
		margin-top: 40px;
	}
	.message_item img {
		width: 186px;
		height: 186px;
	}
	.message_item_text {
		margin-top: 0;
		font-size: 14px;
	}
	.message_item_text .sign {
		font-size: 16px;
	}
}

/*----------------------------------------------------
	.work
----------------------------------------------------*/
.work {
	margin-top: 150px;
}
.work_wrapper {
	max-width: 716px;
	margin: 80px auto 0;
}
.work_flow {
	width: 100%;
	display: block;
}
.work p {
	font-weight: 700;
	font-size: 16px;
	line-height: 240%;
	margin-top: 48px;
}
@media screen and (max-width: 768px) {
	.work {
		margin-top: 88px;
	}
	.work_wrapper {
		padding: 0 20px;
		margin-top: 40px;
	}
	.work p {
		font-size: 14px;
		margin-top: 32px;
	}
}

/*----------------------------------------------------
	.interview
----------------------------------------------------*/
.interview {
	margin-top: 118px;
}
.interview_wrapper {
	display: flex;
	gap: 109px 30px;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 80px;
	max-width: 1266px;
	margin: 80px auto 0;
}
.interview_item {
	width: calc(100% / 3);
	max-width: 402px;
	/* filter: drop-shadow(-10px 14px 34px rgba(0, 0, 0, 0.1)) drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.1)); */
}
.interview_item .interview_item_img {
	position: relative;
	width: 100%;
	height: auto;
	max-height: 402px;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	filter: drop-shadow(-10px 14px 34px rgba(0, 0, 0, 0.1)) drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.1));
}
.interview_item .interview_item_img::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 148px;
	background: linear-gradient(180deg, rgba(9, 36, 84, 0) 0%, #092454 100%);
	opacity: 0.7;
	border-radius: 0px 0px 2px 2px;
	z-index: 0;
	bottom: 0;
}
.interview_item .interview_item_img > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	filter: drop-shadow(-10px 14px 34px rgba(0, 0, 0, 0.1)) drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.1));
	transition: .3s;
}
.interview_item:hover .interview_item_img > img {
	transform: scale(1.1);
}
.interview_item .interview_item_img .linkIcon {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 32px;
	height: 32px;
	z-index: 1;
}
.interview_item span {
	position: absolute;
	bottom: 24px;
	left: 14px;
	color: #fff;
	display: flex;
	align-items: center;
	z-index: 1;
}
.interview_item span img {
	width: 24px;
	height: 24px;
	margin-right: 10px;
}
.interview_item_text {
	font-weight: 700;
	font-size: 20px;
	line-height: 140%;
	margin-top: 24px;
	color: #3E4041;
}
.modal{
  display: none;
}
.modal.is-open {
  display: block;
}
@media screen and (max-width: 768px) {
	.interview {
		margin-top: 88px;
	}
	.interview_wrapper {
		margin-top: 40px;
		padding: 0 20px;
		gap: 36px;
		justify-content: center;
	}
	.interview_item {
		width: 100%;
	}
	.interview_item span {
		font-size: 13px;
	}
	.interview_item_text {
		font-size: 18px;
	}
}

/**************************\
  Basic Modal Styles
\**************************/

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
	z-index: 1;
}

.modal__container {
  background-color: #fff;
  /* padding: 98px; */
  max-width: 1266px;
  max-height: 94vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
	/* margin-top: 10%; */
	position: relative;
}

.modal__container::before {
	content: "";
	position: absolute;
	right: 51%;
	top: -8.5%;
	background: #F6FBFE;
	transform: rotate(45deg);
	width: 1016px;
	height: 1016px;
	aspect-ratio: 1 / 1;
	z-index: 0;
}

@media screen and (max-width: 768px) {
  .modal__container {
    max-height: 90vh;
    max-width: 90vw;
		margin-top: 64px;
		/* padding: 48px 24px; */
  }
}
div[role="document"] {
	padding: 24px 0 98px;
	position: inherit;
}
@media screen and (max-width: 768px) {
	div[role="document"] {
		padding: 48px 0 48px 0;
	}
}
.modal__header_wrapper {
	position: relative;
	padding: 0 98px;
	margin-top: 72px;
}
@media screen and (max-width: 768px) {
	.modal__header_wrapper {
		padding: 0 24px;
		margin-top: 0;
	}
}
.modal__header {
  /* display: flex; */
  justify-content: space-between;
  align-items: center;
	max-width: 478px;
	width: 45%;
}
@media screen and (max-width: 768px) {
	.modal__header {
		width: 100%;
	}
}

.modal__title {
	font-weight: 700;
	font-size: 31px;
	line-height: 160%;
	color: #323232;
}
@media screen and (max-width: 768px) {
	.modal__title {
		font-size: 20px;
		line-height: 160%;
	}
}
.modal__img__01 {
	max-width: 512px;
	width: 42%;
	position: absolute;
	top: 0;
	right: 98px;
}
.modal__img__01 img {
	filter: drop-shadow(-10px 14px 34px rgba(0, 0, 0, 0.1)) drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 768px) {
	.modal__img__01 {
		position: initial;
		width: 100%;
		max-width: 295px;
	}
}
.biography {
	margin-top: 109px;
}
@media screen and (max-width: 768px) {
	.biography {
		margin-top: 24px;
	}
}
.biography div {
	display: flex;
}
.biography div:not(:first-child) {
	margin-top: 8px;
}
.biography div dt {
	background: #1B4A9E;
	border-radius: 60px;
	font-weight: 700;
	font-size: 16px;
	line-height: 110%;
	color: #fff;
	width: 105px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.biography div dd {
	font-weight: 700;
	font-size: 20px;
	line-height: 160%;
	color: #323232;
	margin-left: 16px;
	width: calc(100% - 105px);
}
.biography .name {
	align-items: baseline;
}
.biography .name dt {
	background: none;
	color: #616466;
	font-weight: 500;
	font-size: 24px;
	line-height: 160%;
	width: auto;
}
.biography .name dd {
	font-weight: 700;
	font-size: 36px;
	line-height: 57px;
	font-family: bebaskai, sans-serif;
}
@media screen and (max-width: 768px) {
	.biography div dt {
		width: 89px;
		font-weight: 700;
		font-size: 13px;
		line-height: 110%;
		height: 26px;
	}
	.biography div dd {
		font-size: 14px;
		line-height: 160%;
		width: calc(100% - 89px);
	}
	.biography .name dt {
		font-size: 15px;
		line-height: 24px;
	}
	.biography .name dd {
		font-size: 27px;
		line-height: 43px;
	}
}
.modal__close {
  border: 0;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: rgba(187, 197, 204, .2);
	position: absolute;
	top: 24px;
	right: 24px;
	z-index: 1;
	cursor: pointer;
	transition: .2s;
	position: sticky;
	left: 100%;
	margin-top: -72px;
	margin-right: 24px;
}
.modal__close:hover {
	background: rgba(97, 100, 102, .2);
}
@media screen and (max-width: 768px) {
	.modal__close {
		width: 40px;
		height: 40px;
		top: 4px;
		right: 4px;
		margin-right: 4px;
	}
}

.modal__header .modal__close:before {
  content: "\2715";
}

.modal__content {
  margin-top: 80px;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
	padding: 0 98px;
}
@media screen and (max-width: 768px) {
	.modal__content {
		margin-top: 24px;
		padding: 0 24px;
	}
}
.modal__content .faq {
	display: flex;
	gap: 56px;
}
.modal__content .faq.noimage {
	display: initial;
}
.modal__content .faq:not(:first-child) {
	margin-top: 89px;
}
.modal__content .faq .img_area {
	max-width: 387px;
	width: 36%;
}
.modal__content .faq .text_area {
	width: 64%;
}
.modal__content .faq .question {
	display: flex;
	align-items: center;
	font-weight: 700;
	font-size: 24px;
	color: #1B4A9E;
}
.modal__content .faq .num {
	font-family: 'BebasKai';
	font-style: normal;
	font-weight: 400;
	font-size: 138px;
	line-height: 110%;
	color: #1B4A9E;
	margin-right: 30px;
}
.modal__content .faq .answer {
	margin-left: 78px;
}

@media screen and (max-width: 768px) {
	.modal__content .faq {
		flex-direction: column;
		gap: 0;
	}
	.modal__content .faq:nth-child(3) {
		flex-direction: column-reverse;
	}
	.modal__content .faq .num {
		font-size: 78px;
		line-height: 110%;
	}
	.modal__content .faq:not(:first-child) {
		margin-top: 24px;
	}
	.modal__content .faq .img_area {
		width: 100%;
	}
	.modal__content .faq .text_area {
		width: 100%;
	}
	.modal__content .faq .question {
		font-size: 13px;
	}
	.modal__content .faq .answer {
		margin-left: 0;
	}
	.modal__content .faq .answer {
		font-size: 13px;
		line-height: 200%;
	}
}





.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.modal__btn:focus,
.modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: rgba(187, 197, 204, .2);
	cursor: pointer;
	transition: .2s;
}
.modal__btn-primary:hover {
	background: rgba(97, 100, 102, .2);
}
@media screen and (max-width: 768px) {
	.modal__btn-primary {
		width: 40px;
		height: 40px;
		top: 4px;
		right: 4px;
	}
}
.modal__footer {
	text-align: center;
}
.modal__footer .modal__btn + span {
	font-family: 'BebasKai';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 200%;
	display: block;
	color: #323232;
}
@media screen and (max-width: 768px) {
	.modal__footer .modal__btn + span {
		font-size: 20px;
		line-height: 100%;
	}
}

/*----------------------------------------------------
	.entry
----------------------------------------------------*/
.entry {
	margin-top: 144px;
	margin-bottom: 50px;
}
.entry_wrapper {
	display: flex;
	margin-top: 54px;
}
.entry_link {
	display: block;
	width: 50%;
	color: #fff;
}
.entry_img {
	width: 100%;
	height: 254px;
	aspect-ratio: 683 / 254;
	overflow: hidden;
}
.entry_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .3s;
}
.entry_link:hover .entry_img img {
	transform: scale(1.1);
}
.entry_text {
	font-weight: 700;
	font-size: 34px;
	line-height: 160%;
	text-align: center;
	position: relative;
	padding: 21px 0;
}
.entry_text > img {
	position: absolute;
	top: -50px;
	left: 3%;
	width: 100px;
	height: 100px;
	object-fit: contain;
}
.entry_link:first-of-type .entry_text {
	background: #D93431;
	transition: .3s;
}
.entry_link:first-of-type .entry_text span {
	color: #D93431;
}
.entry_link:last-of-type .entry_text {
	background: #1B4A9E;
	transition: .3s;
}
.entry_link:last-of-type .entry_text span {
	color: #1B4A9E;
}
.entry_link:first-of-type:hover .entry_text {
	background: #C02D2A;
}
.entry_link:last-of-type:hover .entry_text {
	background: #163E87;
}
@media screen and (max-width: 768px) {
	.entry {
		margin-top: 88px;
	}
	.entry_wrapper {
		flex-direction: column;
		margin-top: 40px;
	}
	.entry_link {
		width: 100%;
	}
	.entry_img {
		width: 100%;
		height: auto;
		aspect-ratio: 375 / 141;
	}
	.entry_text {
		font-size: 16px;
		padding: 15px 0;
		margin-top: -6px;
	}
	.entry_text > img {
		top: -58%;
		left: 1%;
		width: 64px;
		height: 64px;
	}
}

/*----------------------------------------------------
	.system
----------------------------------------------------*/
.system {
	margin-top: 150px;
}
.system_wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 64px 42px;
	max-width: 1266px;
	margin: 91px auto 0;
	/* justify-content: center; */
}
.system_item {
	width: 47%;
	max-width: 612px;
}
.system_item img {
	width: 100%;
}
.system_item_title {
	font-weight: 700;
	font-size: 30px;
	line-height: 32px;
	text-align: center;
	letter-spacing: 0.8px;
	color: #1B4A9E;
	margin-top: 40px;
}
.system_item p {
	font-weight: 500;
	font-size: 16px;
	line-height: 200%;
	width: 87%;
	margin: 24px auto 0;
}
@media screen and (max-width: 768px) {
	.system {
		margin-top: 88px;
	}
	.system_wrapper {
		flex-wrap: wrap;
		gap: 24px;
		max-width: 710px;
		margin: 40px auto 0;
		/* padding: 0 10px; */
	}
	.system_item {
		width: 100%;
		max-width: 343px;
	}
	.system_item_title {
		margin-top: 24px;
		font-size: 20px;
	}
	.system_item p {
		width: 100%;
		font-size: 14px;
	}
}
@media screen and (max-width: 709px) {
	.system_wrapper {
		justify-content: center;
	}
}

/*----------------------------------------------------
	.bg
----------------------------------------------------*/
.bg_01 {
	position: absolute;
	/* left: 50%; */
	right: 29%;
	top: 2.5%;
	/* bottom: 29.3%; */
	background: #F6FBFE;
	transform: rotate(45deg);
	width: 2674px;
	height: 2674px;
	aspect-ratio: 1 / 1;
	z-index: -1;
}
.bg_02 {
	/* position: absolute;
	top: -61px;
	left: -22%;
	margin: auto;
	width: 675px;
	
	overflow: hidden;
	 */
	width: 50%;
	height: 674px;
	background-image: url(../images/recruit/bg_lead_01.png);
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right top;
	position: absolute;
	top: -61px;
	right: 76%;
	z-index: -1;
}
.bg_03 {
	position: absolute;
	top: -131px;
	left: 55%;
	margin: auto;
	width: 1107px;
	height: 879px;
	background-image: url(../images/recruit/bg_lead_02.png);
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
	overflow: hidden;
}
@media screen and (max-width: 1366px) {
	.bg_01 {
		top: -54%;
	}
	.bg_02 {
		right: 72%;
	}
}
@media screen and (max-width: 1276px) {
	.bg_02 {
		right: 76%;
	}
}
@media screen and (max-width: 768px) {
	.bg_01 {
		top: -120%;
	}
	.bg_02 {
		/* right: 72%; */
		top: -16px;
		height: 366px;
	}
	.bg_03 {
		height: 294px;
    width: 366px;
    top: -40px;
    left: 48%;
	}
}

/* ローディング */
.loading {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  background: #fdfdfd;
}
.loading.hide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 500ms;
}
.loading .circle {
  display: block;
  position: relative;
  top: calc( 50% - 20px );
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border: 4px solid #e0e0e0;
  border-top: 3px solid #D93431;
  border-radius: 50px;
  animation: loading 700ms ease-in-out 0ms infinite normal both;
}
@keyframes loading {
  0% { transform: rotate( 0deg ); }
  100% { transform: rotate( 360deg ); }
}

@keyframes fadeInUpMin {
	from {
			opacity: 0;
			/* transform: translate3d(0, 10%, 0); */
			transform: translateY(60px);
	}
	to {
			opacity: 1;
			transform: none;
	}
}
.fadeInUpMin {
	animation-name: fadeInUpMin;
}
.animated {
	animation-fill-mode: initial!important;
}
