@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700&family=Libre+Baskerville&display=swap');

/*------------------------------------------------------

	リセット

------------------------------------------------------*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-style: normal;
  font-weight: 500;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block;}
ul { list-style: none;}
blockquote, q { quotes: none;}
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none;}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
table { border-collapse: collapse; border-spacing: 0;}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-bottom: 1px dotted #464646;
	margin: 0;
	padding: 0;
}
input, select { vertical-align: middle;}
img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: top;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	image-rendering: auto;
}
*, *:before, *:after { box-sizing: border-box;}


/*------------------------------------------------------

	グローバル

------------------------------------------------------*/

body {
	font-family: "Zen Kaku Gothic New", sans-serif;
	color: #3e3a39;
	font-size: 1em;
	line-height: 1.75;
	position: relative;
}

.fo_roboto { font-family: "Roboto", sans-serif;}
.fo_libre { font-family: "Libre Baskerville", serif;}

.regular { font-weight: 400;}
.medium { font-weight: 500;}
.bold { font-weight: 700;}

p { margin-bottom: 30px;}
p:last-child { margin-bottom: 0px;}

a { color: #3e3a39; text-decoration: none;}
a:hover { color: #38a1db;}

.a_white a { color: #fff;}
.a_white a:hover { opacity: 0.7;}

/* 文字装飾 */
.fo06 { font-size: 0.6em !important;}
.fo065 { font-size: 0.65em !important;}
.fo07 { font-size: 0.7em !important;}
.fo075 { font-size: 0.75em !important;}
.fo08 { font-size: 0.8em !important;}
.fo085 { font-size: 0.85em !important;}
.fo09 { font-size: 0.9em !important;}
.fo095 { font-size: 0.95em !important;}
.fo105 { font-size: 1.05em !important;}
.fo11 { font-size: 1.1em !important;}
.fo115 { font-size: 1.15em !important;}
.fo12 { font-size: 1.2em !important;}
.fo125 { font-size: 1.25em !important;}
.fo13 { font-size: 1.3em !important;}
.fo14 { font-size: 1.4em !important;}
.fo15 { font-size: 1.5em !important;}
.fo16 { font-size: 1.6em !important;}
.fo17 { font-size: 1.7em !important;}
.fo18 { font-size: 1.8em !important;}
.fo19 { font-size: 1.9em !important;}
.fo20 { font-size: 2em !important;}

.lh12 { line-height: 1.2 !important;}
.lh14 { line-height: 1.4 !important;}
.lh16 { line-height: 1.6 !important;}
.lh18 { line-height: 1.8 !important;}
.lh20 { line-height: 2 !important;}
.lh23 { line-height: 2.3 !important;}
.lh25 { line-height: 2.5 !important;}

.fo_white { color: #FFFFFF !important;}
.fo_blue { color: #38a1db !important;}
.fo_blue02 { color: #16499c !important;}
.fo_gray { color: #B8B8B8 !important;}

.ls005 { letter-spacing: 0.05em;}
.ls01 { letter-spacing: 0.1em;}
.ls02 { letter-spacing: 0.2em;}

.break_keep { word-break: keep-all; overflow-wrap: break-word;}

/* ボックス */
.cont1000 { max-width: 1040px; padding: 0px 20px; margin: 0px auto;}
.cont1100 { max-width: 1140px; padding: 0px 20px; margin: 0px auto;}
.cont1200 { max-width: 1240px; padding: 0px 20px; margin: 0px auto;}
.cont1400 { max-width: 1440px; padding: 0px 20px; margin: 0px auto;}

.left { float: left;}
.right { float: right;}

.pos_rel { position: relative;}
.pos_ab { position: absolute;}

.z50 { z-index: 50;}
.z-1 { z-index: -1;}

.ta_center { text-align: center;}
.ta_right { text-align: right;}
.ta_left { text-align: left;}
.ta_right-s_center { text-align: right;}
.ta_left-s_center { text-align: left;}
.ta_center-s_left { text-align: center;}

.back_white { background-color: #fff !important;}

.over_hidden { overflow: clip;}
.show_sp { display: none;}

.link_pad { padding-top: 120px; margin-top: -120px;}

@media print,  (min-width: 769px) {
	.hidden_l { display: none !important;}
}

/* リスト */
ol { padding-left: 2em;}
ol li { list-style: outside decimal;}

.list_disc { padding-left: 1em;}
.list_disc li { list-style: outside disc;}

.list_indent { padding-left: 1em;}
.list_indent li { text-indent: -1em;}

/* margin */
.mb00 { margin-bottom: 0px !important;}
.mb05 { margin-bottom: 5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb50 { margin-bottom: 50px !important;}
.mb60 { margin-bottom: 60px !important;}
.mb80 { margin-bottom: 80px !important;}
.mb100 { margin-bottom: 100px !important;}

.mb40-20 { margin-bottom: 40px !important;}
.mb50-30 { margin-bottom: 50px !important;}
.mb60-30 { margin-bottom: 60px !important;}
.mb80-40 { margin-bottom: 80px !important;}
.mb100-60 { margin-bottom: 100px !important;}
.mb120-60 { margin-bottom: 120px !important;}
.mb120-80 { margin-bottom: 120px !important;}
.mb160-80 { margin-bottom: 160px !important;}
.mb250-100 { margin-bottom: 250px !important;}

.mt10 { margin-top: 10px !important;}
.mt20 { margin-top: 20px !important;}
.mt30 { margin-top: 30px !important;}
.mt40 { margin-top: 40px !important;}
.mt50 { margin-top: 50px !important;}
.mt60 { margin-top: 60px !important;}
.mt70 { margin-top: 70px !important;}
.mt80 { margin-top: 80px !important;}

.mt40-20 { margin-top: 40px !important;}

/* clearFix */
.clearFix { zoom: 100%;}
.clearFix:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}


/* ------------------------
	ヘッダー
------------------------ */

.rec_header { display: flex; justify-content: space-between; align-items: center; position: absolute; z-index: 9999; top: 0; left: 0; width: calc(100% - 70px); padding-left: 0.5em;}
.rec_header .box01 { display: flex; align-items: center; gap: 1em;}
.rec_header .list01 { display: flex;}
.rec_header .list01 a { display: flex; justify-content: center; align-items: center; flex-flow: column; background: #38a1db; color: #fff; line-height: 1.4; letter-spacing: 0.05em; height: 70px; width: 11.5em;}
.rec_header .list01 li:last-child a { background: #16499c;}
.rec_header .lang { display: flex; align-items: center; gap: 0.8em;}
.rec_header .lang a { color: #16499c;}

.clone-nav {
	position: fixed !important;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
  padding-right: 70px;
	transition: .3s;
	transform: translateY(calc(-100% - 1.5em));
  background: #fff;
}
.is-show { transform: translateY(0);}
.clone-nav .lang { display: none;}

/* ハンバーガーメニュー */
.humberger {
  background: #fff;
  border: solid 1px #16499c;
  cursor: pointer;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  z-index: 10001;
}
.humberger span {
  background: #38a1db;
  position: absolute;
  left: 16px;
  width: 36px;
  height: 2px;
  transition: 0.4s;
}
.humberger span:nth-of-type(1) { top: 15px;}
.humberger span:nth-of-type(2) { top: 25px;}
.humberger span:nth-of-type(3) { top: 35px;}
.humberger:after {
  color: #16499c;
  content: 'MENU';
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  transition: 0.4s;
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 100%;
}
.is-open .humberger:after { content: 'CLOSE';}
.is-open .humberger span { background: #16499c;}
.is-open .humberger span:nth-of-type(1) {transform: translateY(8px) rotate(-45deg);}
.is-open .humberger span:nth-of-type(2) { opacity: 0;}
.is-open .humberger span:nth-of-type(3) { transform: translateY(-12px) rotate(45deg);}

/* ナビ本体 */
.sp-navi { -webkit-text-size-adjust: 100%;}
.sp-navi.is-open .sp-navi-inner { opacity: 1; visibility: visible; z-index: 10000;}
.sp-navi .sp-navi-inner {
  background: url("../images/recruit/common/sp_nav_bg.png") no-repeat right 90% #38A1DB;
  background-size: 80% auto;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0px;
  height: 100%;
  width: 100%;
  transition: .5s;
  padding-bottom: 40px;
  font-size: min(1.4vw,1em);
}

.sp-navi .box01 { display: flex; justify-content: space-between; padding-top: 150px;}
.sp-navi .box_inner01 { margin-top: -30px;}
.sp-navi .box_inner01 p { margin-left: 70px;}
.sp-navi .footer_nav ul { gap: 2.5em;}
.sp-navi .footer_nav ul ul li { font-weight: 400;}

.sp-navi .list02 a { display: table; position: relative; padding-right: 1.2em;}
.sp-navi .list02 a:after {
	content: "";
	right: 0;
  top: 0.65em;
	position: absolute;
  width: 0.6em;
  height: 0.6em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.sp-navi .box_inner03 { width: 16em;}

.sp-navi .box_inner03 .list01 a { display: block; font-size: 0.85em; line-height: 1;}
.sp-navi .box_inner03 .list01 li:nth-child(1) .pos_ab { width: 100%; font-weight: bold; left: 0; bottom: 1em; text-align: center;}
.sp-navi .box_inner03 .list01 li:nth-child(2) .pos_ab { left: 1.7em; top: 50%; transform: translateY(-50%); font-size: 1.15em;}

@media only screen and (max-width: 1024px) {
  .rec_header .list01 .hidden_s { display: none;}
  .rec_header .list01 .hidden_l { display: block !important;}
  .rec_header .list01 a { width: auto; padding: 0 1em; font-size: 0.9em;}
  
  .sp-navi .sp-navi-inner { font-size: min(1.9vw,1em);}
  .sp-navi .box01 { justify-content: center; padding-top: 15%; gap: 8%;}
  .sp-navi .box_inner01 { display: none;}
}


/* ------------------------
	フッター
------------------------ */

.footer .btn_area a { display: block; border: solid 2px #16499c; border-radius: 10px; background: url("../images/recruit/common/cta_bg03.svg") no-repeat 67% 72%, url("../images/recruit/common/cta_bg01.png") no-repeat calc(100% + 1.8em) calc(100% - 2.7em), url("../images/recruit/common/cta_bg02.png") no-repeat -2.5em 100% #16499c; background-size: 10% auto, 28% auto, 28% auto; color: #fff; font-size: 2em; padding: 4em;}

.footer .box01 { display: flex; justify-content: space-between; gap: 2em;}
.footer .box_inner01 { width: 28%;}
.footer .box_inner03 { width: 21%;}

.footer .box_inner03 a { display: block; font-size: 0.85em; line-height: 1;}
.footer .box_inner03 li:nth-child(1) .pos_ab { width: 100%; font-weight: bold; left: 0; bottom: 1em; text-align: center;}
.footer .box_inner03 li:nth-child(2) .pos_ab { left: 1.7em; top: 50%; transform: translateY(-50%); font-size: 1.15em;}

.footer_nav { display: flex; gap: 3em;}
.footer_nav > ul { display: flex; flex-flow: column; gap: 1.3em;}
.footer_nav > ul > li { position: relative; padding-left: 1.2em;}
.footer_nav > ul > li:before { content: ""; position: absolute; width: 0.7em; height: 0.7em; background: #faff00; border-radius: 50%; left: 0; top: 0.6em;}
.footer_nav > ul > li li a { padding-top: 0.4em; display: block;}

.footer .list01 { display: flex; justify-content: center; gap: 5%;}
.footer .list01 a:after {
	content: "";
	display: inline-block;
  vertical-align: middle;
  margin: -0.3em 0 0 0.3em;
  width: 0.65em;
  height: 0.65em;
  border-top: 1px solid #3b98cc;
  border-right: 1px solid #3b98cc;
  transform: rotate(45deg);
}

.footer .copy { background: #38a1db; padding: 1em;}

.pagetop { position: fixed; right: 20px; bottom: 0px; padding-bottom: 70px; z-index: 9999; transform: translateY(120%); opacity: 0; transition: transform 200ms ease, opacity 200ms ease; display: flex; gap: 8px;}
.pagetop.is-show { transform: translateY(0); opacity: 1;}

.pagetop a { display: block; text-align: center; font-size: 0.7em; letter-spacing: 0.05em; line-height: 1;}
.pagetop li:nth-child(1) a { letter-spacing: -0.06em;}
.pagetop a .pos_ab { width: 100%; left: 0; bottom: 1em;}

@media only screen and (max-width: 1024px) {
  .footer .btn_area a { background-position: calc(50% + 4em) calc(50% + 1.8em), calc(100% + 1.8em) calc(100% - 2.7em), -2.5em 100%; background-size: 3em auto, 34% auto, 32% auto; padding: 3em 1em;}
  
  .footer .box01 { flex-wrap: wrap; justify-content: center;}
  .footer .box_inner01 { width: 100%; display: flex; justify-content: center; margin-bottom: 1em;}
  .footer .box_inner03 { width: auto; margin-left: 1em;}
}


/*------------------------------------------------------

	トップページ

------------------------------------------------------*/

.top_mainimage { background: linear-gradient(to bottom, #eaf6fd 0%, #fff 70%); padding-top: 100px;}
.top_mainimage .blur01 img { filter: blur(7px); opacity: 0.3; max-width: initial;}
.top_mainimage .scroll { z-index: 100; right: 2%; top: calc(100vh - 120px);}

.top_slide li { position: absolute; top: 0; left: 0; width: 100%;}

.slide01 { top: -16%; left: -13%; width: 391px;}
.slide01 .blur01 { top: -20px; right: 100px;}
.slide02 { top: -12%; right: -10%; width: 368px;}
.slide02 .blur01 { top: -30px; right: -30px;}
.slide02 .star01 { right: -30px; top: 30px;}
.slide03 { top: 27%; left: -12%; width: 332px;}
.slide03 .blur01 { top: 20px; right: 50%;}
.slide04 { top: 35%; right: -5%; width: 213px;}
.slide04 .blur01 { top: 30px; right: -60px;}
.slide04 .star01 { right: -50px; bottom: -230px;}

.top_mainimage .bg01 { background: url("../images/recruit/top/main_bg01.svg") no-repeat center top; background-size: 1697px auto; padding-top: 180px;}
.hand_box { display: flex; justify-content: center; margin-left: -10%; margin-top: 15px; z-index: 500;}
.hand_box figure:nth-child(1) { margin-top: 50px;}
.hand_box figure:nth-child(2) { margin: 100px -10% 0 -4%;}

.top_mainimage .dot_box { font-size: min(1.8vw,1em);}
.top_mainimage .dot { width: 0.8em; height: 0.8em; background: #ffe33f; border-radius: 100%; filter: blur(2px); z-index: 600;}
.top_mainimage .dot.middle { width: 1.2em; height: 1.2em;}
.top_mainimage .dot.large { width: 2.4em; height: 2.4em;}

.top_mainimage .dot:nth-child(1) { top: 62%; left: 47%;}
.top_mainimage .dot:nth-child(2) { top: 50%; left: 42%;}
.top_mainimage .dot:nth-child(3) { top: 51%; left: 60%;}
.top_mainimage .dot:nth-child(4) { top: 30%; left: 30%;}
.top_mainimage .dot:nth-child(5) { top: 34%; left: 44%;}
.top_mainimage .dot:nth-child(6) { top: 37%; left: 54%;}
.top_mainimage .dot:nth-child(7) { top: 27%; left: 68%;}
.top_mainimage .dot:nth-child(8) { top: -12%; left: 40%;}
.top_mainimage .dot:nth-child(9) { top: -6%; left: 50%;}
.top_mainimage .dot:nth-child(10) { top: -20%; left: 46%;}
.top_mainimage .dot:nth-child(11) { top: -15%; left: 54%;}

.top_mainimage .bg02 { background: url("../images/recruit/top/main_bg02.svg") no-repeat calc(50% + 150px) bottom; background-size: 1563px auto; margin-top: -140px; padding-bottom: 90px;}
.top_mainimage .bg02 .cont1000 { display: flex; justify-content: space-between; align-items: flex-end;}
.top_mainimage .bg02 .box01 { line-height: 4.5; z-index: 999;}
.top_mainimage .bg02 .star01 { top: -30px; right: 30px;}
.top_mainimage .bg02 .blur01 { left: 20%; top: 10%;}

.text01, .hand_box, .dot_box, .hand_box figure { opacity: 0;}

@media only screen and (max-width: 1024px) {
  .top_mainimage { padding-top: 5%;}
  .top_mainimage .bg01 { background-image: url("../images/recruit/top/main_bg01_tb.svg"); background-size: 170% auto; padding: 28% 0 0;}
  .top_mainimage .bg01 .text01 { padding: 0 17%;}
  
  .slide01 { top: -21%; left: 6%; width: 30%;}
  .slide01 .blur01 { right: auto; left: -30%;}
  .slide01 .blur01 img { width: 75%;}
  .slide02 { top: -19%; right: 8%; width: 31%;}
  .slide02 .star01 { display: none;}
  .slide03 { top: 27%; left: 6%; width: 27%;}
  .slide04 { top: 27%; right: 7%; width: 20%;}

  .top_mainimage .bg02 { background-size: 130% auto; margin-top: -15%; padding-bottom: 10%;}
  .top_mainimage .bg02 .cont1000 { align-items: center;}
  .top_mainimage .bg02 .box01 { line-height: 3;}
}

.top_heading { font-size: 2.5em; letter-spacing: 0.1em; line-height: 1.2;}
.top_heading:before { content: ""; display: inline-block; width: 0.5em; height: 0.5em; background: #faff00; border-radius: 50%; vertical-align: middle; margin: -0.2em 0.3em 0 0;}

.top_en { -webkit-background-clip: text; color: transparent; background-image: repeating-linear-gradient(150deg, rgba(29,152,204,0.3), rgba(29,152,204,0.3) 1px, transparent 1px, transparent 3px); font-size: 6.5em; line-height: 0.9; letter-spacing: 0.02em;}

.top_sec01:before { content: ""; position: absolute; z-index: -1; background: url("../images/recruit/top/top_sec01_bg01.svg") no-repeat left top; background-size: 100% auto; width: 1405px; height: 449px; top: calc(100% - 50px); left: 60%;}
.top_sec01 .box01 { background: rgba(249,248,248,0.7); border-radius: 30px; display: flex; justify-content: space-between; gap: 8%; padding: 8%;}
.top_sec01 .top_en { font-size: 5.7em;}
.top_sec01 .btn_area a { display: inline-block; color: #16499c; background: url("../images/recruit/common/btn_arrow.svg") no-repeat right center; background-size: 2.5em auto; padding: 0 3em 0 0.8em; position: relative; transition: 0.3s;}
.top_sec01 .btn_area a:before { content: ""; position: absolute; background: #16499c; border-radius: 50%; width: 0.5em; height: 0.5em; left: 0; top: 0.75em;}
.top_sec01 .btn_area a:hover { transform: translateX(0.3em);}

.top_sec01 .main_box { flex: 1;}
.top_sec01 article { display: flex; gap: 1em; align-items: center; }
.top_sec01 article:not(:last-of-type) { border-bottom: solid 1px #dcdcdc; padding-bottom: 1.5em; margin-bottom: 1.5em;}
.top_sec01 article .date_wrap { width: 9.5em; position: relative;}
.top_sec01 article .date_wrap.fix:before { content: ""; position: absolute; background: url("../images/recruit/common/ico_star01.svg") no-repeat center center; background-size: 100% auto; width: 1.1em; height: 1.1em; left: -1.5em; top: 0.2em;}
.top_sec01 article .box_inner { flex: 1;}

@media only screen and (max-width: 1024px) {
  .top_en { font-size: min(10vw,5em);}

  .top_sec01 .box01 { padding: 5%;}
  .top_sec01 .top_en { font-size: 4.7em;}

  .mb250-100 { margin-bottom: 150px !important;}
}

.table_bordered { width: 100%; border: solid 1px #16499c; background: #fff;}
.table_bordered th, .table_bordered td { border: solid 1px #16499c; padding: 1em; vertical-align: middle;}
.table_bordered th { background: #edf7ff;}
.table_bordered li { position: relative; padding-left: 1em;}
.table_bordered li:before { content: ""; position: absolute; width: 0.5em; height: 0.5em; background: #38a1db; transform: rotate(45deg); left: 0; top: 0.65em;}

.top_sec02:before { content: ""; position: absolute; z-index: -1; background: url("../images/recruit/top/top_sec02_bg01.svg") no-repeat right bottom; background-size: 100% auto; width: 630px; height: 665px; bottom: -150px; left: -30%;}
.top_sec02.oc:before { display: none;}
.top_sec02 table { max-width: 800px; margin-left: auto;}
.top_sec02 th { width: 12em;}

.top_heading.ta_center { margin-left: -0.8em;}

.oc_list { display: flex; flex-wrap: wrap; gap: 60px 5%;}
.oc_list li { width: calc(95% / 2);}
.oc_list a { display: block;}
.oc_list a:after { content: ""; position: absolute; background: url("../images/recruit/common/ico_circle_arrow.svg") no-repeat 60% 60% #fff; background-size: 2.3em auto; width: 5em; height: 5em; right: 0; bottom: 0; border-top-left-radius: 2.5em; z-index: 50;}
.oc_list figure { border-radius: 1em; overflow: hidden; position: relative;}
.oc_list figure:after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,15,50,1) 10%, rgba(8,15,50,0.5) 25%, rgba(8,15,50,0) 50%); background-blend-mode: multiply; opacity: 0.5;}
.oc_list .chuto { top: 1em; left: -0.4em;}
.oc_list .text_box { left: 1.5em; bottom: 1em;}
.oc_list .text_box h3 { font-size: 2.5em; line-height: 1.2; letter-spacing: 0.05em;}

.more_btn a { display: inline-block; background: url("../images/recruit/common/ico_circle_arrow_white.svg") no-repeat calc(100% - 0.9em) center #16499c; background-size: 2em auto; color: #fff; font-size: min(4.7vw,1.15em); border-radius: 60px; padding: 1em 5em 1em 2em; letter-spacing: 0.1em;}

.top_sec04:before { content: ""; position: absolute; z-index: -1; background: url("../images/recruit/top/top_sec04_bg01.svg") no-repeat left bottom; background-size: 100% auto; width: 1055px; height: 705px; left: calc(100% - 320px); top: -470px;}
.top_sec04 .list01 { display: flex; flex-wrap: wrap; gap: 70px 6%;}
.top_sec04 .list01 li { width: 44%;}
.top_sec04 .list01 li:nth-child(3) { margin-left: auto;}
.top_sec04 .list01 a { display: block; color: #3e3a39;}
.top_sec04 .list01 .text01 { display: flex; flex-flow: column; align-items: flex-start; gap: 0.25em; font-size: 1.9em; top: 1em; left: 0;}
.top_sec04 .list01 .text01 span { padding: 0.1em 0.8em; box-shadow: 1px 1px 4px rgba(0,0,0,0.3);}
.top_sec04 .list01 .text02 { border-left: solid 6px #38a1db; padding-left: 0.5em; left: 1.5em; bottom: 0;}
.top_sec04 .list01 figure img { -webkit-mask-image: linear-gradient(to bottom, black 60%, transparent 100%); mask-image: linear-gradient(to bottom, black 60%, transparent 100%);}

@media only screen and (max-width: 1024px) {
  .oc_list a:after { background-size: 1.6em auto; width: 3.5em; height: 3.5em; border-top-left-radius: 1.5em;}
  .oc_list .text_box h3 { font-size: min(4vw,2em);}

  .top_sec04:before { width: 90%; left: 65%; top: auto; bottom: calc(100% - 10em);}

  .top_sec04 .list01 { gap: 50px 4%;}
  .top_sec04 .list01 li { width: 45%;}
  .top_sec04 .list01 .text01 { font-size: 1.4em; top: 1em;}
}

.top_sec05 { height: 500vh; font-size: min(1.2vw,1em)}
.top_sec05 .snap_area { position: sticky; top: 0; height: 100vh;}

.top_sec05 section { padding-top: 70px; height: 100vh; position: absolute; inset: 0; opacity: 0;}
.top_sec05 .wrap { background-position: center center; background-size: 100% 100%; height: calc(100vh - 70px);}
.top_sec05 section:nth-of-type(1) .wrap { background-image: url("../images/recruit/top/top_sec05_bg01.jpg"); background-image: image-set(url("../images/recruit/top/top_sec05_bg01.webp") 1x, url("../images/recruit/top/top_sec05_bg01@2x.webp") 2x);}
.top_sec05 section:nth-of-type(2) .wrap { background-image: url("../images/recruit/top/top_sec05_bg02.jpg"); background-image: image-set(url("../images/recruit/top/top_sec05_bg02.webp") 1x, url("../images/recruit/top/top_sec05_bg02@2x.webp") 2x);}
.top_sec05 section:nth-of-type(3) .wrap { background-image: url("../images/recruit/top/top_sec05_bg03.jpg"); background-image: image-set(url("../images/recruit/top/top_sec05_bg03.webp") 1x, url("../images/recruit/top/top_sec05_bg03@2x.webp") 2x);}
.top_sec05 section:nth-of-type(4) .wrap { background-image: url("../images/recruit/top/top_sec05_bg04.jpg"); background-image: image-set(url("../images/recruit/top/top_sec05_bg04.webp") 1x, url("../images/recruit/top/top_sec05_bg04@2x.webp") 2x);}

.top_sec05 .ttl_box { position: absolute; z-index: 100; top: 50%; width: 100%; left: 0; transform: translateY(-8em); text-shadow: 0 0 0.4em rgba(0,31,160,0.75);}
.top_sec05 .ttl_box .num { font-size: 3em; line-height: 0.9;}
.top_sec05 .ttl_box h2 { display: table; min-width: 13em; margin: auto; font-size: 2.9em; line-height: 1.4; padding: 0 0.3em 0.3em;}
.top_sec05 .ttl_box h2:before { content: ""; position: absolute; width: 100%; left: 0; bottom: 0; background: #fff; height: 1px; box-shadow: 0 0 5px rgba(0,31,160,0.75);}
.top_sec05 .ttl_box h2:after { content: ""; position: absolute; background: url("../images/recruit/common/ico_star01_white.svg") no-repeat left center, url("../images/recruit/common/ico_star01_white.svg") no-repeat right center; background-size: auto 100%; width: calc(100% + 0.4em); height: 0.36em; bottom: -0.18em; left: -0.2em; filter: drop-shadow(0 0 4px rgba(0,31,160,0.75));}

.top_sec05 .sec02 .ttl_box { text-shadow: 0 0 0.4em rgba(0,93,214,0.75);}
.top_sec05 .sec02 .ttl_box h2:before { box-shadow: 0 0 5px rgba(0,93,214,0.75);}
.top_sec05 .sec02 .ttl_box h2:after { filter: drop-shadow(0 0 4px rgba(0,93,214,0.75));}
.top_sec05 .sec03 .ttl_box, .top_sec05 .sec04 .ttl_box { text-shadow: 0 0 0.4em rgba(0,157,213,0.75);}
.top_sec05 .sec03 .ttl_box h2:before, .top_sec05 .sec04 .ttl_box h2:before { box-shadow: 0 0 5px rgba(0,157,213,0.75);}
.top_sec05 .sec03 .ttl_box h2:after, .top_sec05 .sec04 .ttl_box h2:after { filter: drop-shadow(0 0 4px rgba(0,157,213,0.75));}

.top_sec05 .main_box .bold { background: linear-gradient(transparent calc(100% - 5px), #faff00 0%);}
.top_sec05 .main_box .large { font-size: 1.75em; line-height: 1.4;}
.top_sec05 .main_box .middle { font-size: 1.25em; line-height: 1.4;}

.top_sec05 .main_box { max-width: 1440px; margin: auto; height: 100%;}
.top_sec05 .main_box .sec { position: absolute; padding: 2.8em 2.8em;}
.top_sec05 .main_box .sec:before { content: ""; position: absolute; z-index: -1; inset: 0; background: #fff; filter: blur(10px); border-radius: 45%;}

.top_sec05 .hidden_l { display: none !important;}

.top_sec05 .sec01 .sec:nth-child(1) { left: 10%; top: 5%;}
.top_sec05 .sec01 .sec:nth-child(2) { left: 23%; top: 20%;}
.top_sec05 .sec01 .sec:nth-child(3) { left: 39%; top: 5%;}
.top_sec05 .sec01 .sec:nth-child(4) { right: 10%; top: 4%;}
.top_sec05 .sec01 .sec:nth-child(5) { right: 12%; top: 20%;}
.top_sec05 .sec01 .sec:nth-child(6) { right: 6%; top: 42%;}
.top_sec05 .sec01 .sec:nth-child(7) { right: 8%; bottom: 11%;}
.top_sec05 .sec01 .sec:nth-child(8) { left: 39%; bottom: 5%;}
.top_sec05 .sec01 .sec:nth-child(9) { left: 33%; bottom: 20%; padding-bottom: 3.5em;}
.top_sec05 .sec01 .sec:nth-child(10) { left: 9%; bottom: 20%;}
.top_sec05 .sec01 .sec:nth-child(11) { left: 14%; bottom: 9%; padding: 3em 2.5em;}
.top_sec05 .sec01 .sec:nth-child(12) { left: 3%; top: 37%; padding: 3em 2.5em;}

.top_sec05 .sec02 .sec { display: flex; flex-flow: column; align-items: flex-end; padding: 3em 5em; gap: 0.3em;}
.top_sec05 .sec02 .fo075 { line-height: 1.4;}

.top_sec05 .sec02 .sec:nth-child(1) { left: 7%; top: 5%;}
.top_sec05 .sec02 .sec:nth-child(2) { right: 5%; top: 24%;}
.top_sec05 .sec02 .sec:nth-child(3) { left: 51%; top: 4%;}
.top_sec05 .sec02 .sec:nth-child(3) .fo075 { margin-top: -1.3em;}
.top_sec05 .sec02 .sec:nth-child(4) { left: 2%; top: 37%; align-items: flex-start; padding: 3em;}
.top_sec05 .sec02 .sec:nth-child(5) { left: 7%; bottom: 6%;}
.top_sec05 .sec02 .sec:nth-child(5) .fo075, .top_sec05 .sec02 .sec:nth-child(6) .fo075 { margin-top: -1.3em;}
.top_sec05 .sec02 .sec:nth-child(6) { right: 5%; bottom: 5%;}

.top_sec05 .sec03 .sec:nth-child(1) { left: 8%; top: 10%;}
.top_sec05 .sec03 .sec:nth-child(2) { left: 40%; top: 7%;}
.top_sec05 .sec03 .sec:nth-child(3) { right: 8%; top: 13%;}
.top_sec05 .sec03 .sec:nth-child(4) { right: 6%; top: 47%;}
.top_sec05 .sec03 .sec:nth-child(5) { left: 1%; top: 38%;}
.top_sec05 .sec03 .sec:nth-child(6) { left: 6%; bottom: 14%;}
.top_sec05 .sec03 .sec:nth-child(7) { left: 33%; bottom: 7%; padding: 4em 3em;}
.top_sec05 .sec03 .sec:nth-child(8) { right: 10%; bottom: 6%; padding: 3em 5em;}

.top_sec05 .sec04 .ttl_box { transform: translateY(-6em);}

.top_sec05 .sec04 .sec:nth-child(1) { left: 10%; top: 7%; padding: 2em 4.5em 3em;}
.top_sec05 .sec04 .sec:nth-child(2) { left: 20%; top: 20%;}
.top_sec05 .sec04 .sec:nth-child(3) { left: 40%; top: 4%;}
.top_sec05 .sec04 .sec:nth-child(4) { right: 8%; top: 12%;}
.top_sec05 .sec04 .sec:nth-child(5) { left: 2%; top: 31%; padding-bottom: 4em;}
.top_sec05 .sec04 .sec:nth-child(6) { left: 4%; bottom: 25%;}
.top_sec05 .sec04 .sec:nth-child(7) { left: 16%; bottom: 10%;}
.top_sec05 .sec04 .sec:nth-child(8) { left: 47%; bottom: 23%;}
.top_sec05 .sec04 .sec:nth-child(9) { right: 10%; bottom: 7%;}
.top_sec05 .sec04 .sec:nth-child(10) { right: 6%; top: 45%;}

.top_sec05 .sec_counter { transform: translateY(calc(-50% + 35px)); top: 50%; right: 30px; z-index: 200; background: #16499c; border: solid 2px #fff; border-radius: 60px; text-align: center; display: flex; flex-flow: column; align-items: center; gap: 1em; color: #fff; padding: 2.5em 1.5em;}
.top_sec05 .sec_counter .num { position: relative;}
.top_sec05 .sec_counter .num:before { content: ""; position: absolute; width: 1em; height: 1em; border-radius: 50%; background: #faff00; left: 50%; top: 50%; transform: translate(-50%,-50%); opacity: 0;}
.top_sec05 .sec_counter .num.active { text-indent: -9999px;}
.top_sec05 .sec_counter .num.active:before { opacity: 1;}

@media only screen and (max-width: 1100px) {
  .top_sec05 { font-size: min(1.7vw,1em)}
  .top_sec05 .main_box .sec { padding: 2em 2.8em;}
  .top_sec05 .ttl_box { font-size: 0.8em;}
  .top_sec05 .show_sp { display: inline;}
  .top_sec05 .hide_sp { display: none;}

  .top_sec05 section:nth-of-type(1) .wrap { background-image: url("../images/recruit/top/top_sec05_bg01_tb.jpg"); background-image: image-set(url("../images/recruit/top/top_sec05_bg01_tb.webp") 1x, url("../images/recruit/top/top_sec05_bg01_tb@2x.webp") 2x);}
  .top_sec05 section:nth-of-type(2) .wrap { background-image: url("../images/recruit/top/top_sec05_bg02_tb.jpg"); background-image: image-set(url("../images/recruit/top/top_sec05_bg02_tb.webp") 1x, url("../images/recruit/top/top_sec05_bg02_tb@2x.webp") 2x);}
  .top_sec05 section:nth-of-type(3) .wrap { background-image: url("../images/recruit/top/top_sec05_bg03_tb.jpg"); background-image: image-set(url("../images/recruit/top/top_sec05_bg03_tb.webp") 1x, url("../images/recruit/top/top_sec05_bg03_tb@2x.webp") 2x);}
  .top_sec05 section:nth-of-type(4) .wrap { background-image: url("../images/recruit/top/top_sec05_bg04_tb.jpg"); background-image: image-set(url("../images/recruit/top/top_sec05_bg04_tb.webp") 1x, url("../images/recruit/top/top_sec05_bg04_tb@2x.webp") 2x);}

  .top_sec05 .sec01 .sec:nth-child(1) { left: 4%; top: 5%;}
  .top_sec05 .sec01 .sec:nth-child(2) { left: 20%; top: 18%;}
  .top_sec05 .sec01 .sec:nth-child(3) { left: 47%; top: 3%;}
  .top_sec05 .sec01 .sec:nth-child(4) { right: 3%; top: 11%;}
  .top_sec05 .sec01 .sec:nth-child(4) .middle { font-size: 1em;}
  .top_sec05 .sec01 .sec:nth-child(5) { right: 12%; top: 26%;}
  .top_sec05 .sec01 .sec:nth-child(6) { right: 6%; top: 56%;}
  .top_sec05 .sec01 .sec:nth-child(7) { right: 7%; bottom: 5%;}
  .top_sec05 .sec01 .sec:nth-child(8) { left: 36%; bottom: 22%;}
  .top_sec05 .sec01 .sec:nth-child(9) { left: 3%; bottom: 30%;}
  .top_sec05 .sec01 .sec:nth-child(10) { left: 9%; bottom: 15%;}
  .top_sec05 .sec01 .sec:nth-child(11) { left: 14%; bottom: 5%;}
  .top_sec05 .sec01 .sec:nth-child(12) { left: 3%; top: 30%; padding: 2em 2.5em;}

  .top_sec05 .sec02 .ttl_box { transform: translateY(-10em);}
  .top_sec05 .sec02 .sec p:first-child { align-self: flex-start; line-height: 1.6;}
  .top_sec05 .sec02 .sec:nth-child(1) { left: 3%; top: 2%; width: 72%; padding: 3em 3em 3em 6em;}
  .top_sec05 .sec02 .sec:nth-child(1) .fo075 { margin-top: -1.5em;}
  .top_sec05 .sec02 .sec:nth-child(2) { right: auto; left: 3%; top: 24%;}
  .top_sec05 .sec02 .sec:nth-child(3) { left: 49%; top: 21%; padding-top: 3em;}
  .top_sec05 .sec02 .sec:nth-child(3) .fo075 { margin-top: -1.3em;}
  .top_sec05 .sec02 .sec:nth-child(4) { left: 5%; top: 57%; padding: 2.5em 3em;}
  .top_sec05 .sec02 .sec:nth-child(5) { left: 5%; bottom: 3%; width: 65%; padding: 3em 4em;}
  .top_sec05 .sec02 .sec:nth-child(6) { right: 3%; bottom: 17%; width: 50%; padding: 3em 4em;}
  .top_sec05 .sec02 .sec:nth-child(6) .fo075 { margin-top: 0;}

  .top_sec05 .sec03 .sec:nth-child(1) { left: 4%; top: 8%;}
  .top_sec05 .sec03 .sec:nth-child(2) { left: 50%; top: 4%;}
  .top_sec05 .sec03 .sec:nth-child(3) { right: 8%; top: 22%;}
  .top_sec05 .sec03 .sec:nth-child(4) { right: 20%; top: 58%;}
  .top_sec05 .sec03 .sec:nth-child(5) { left: 8%; top: 28%;}
  .top_sec05 .sec03 .sec:nth-child(6) { left: 6%; bottom: 27%;}
  .top_sec05 .sec03 .sec:nth-child(7) { left: 4%; bottom: 7%; padding: 2.5em 3em;}
  .top_sec05 .sec03 .sec:nth-child(8) { right: 4%; bottom: 6%; padding: 3em 5em;}

  .top_sec05 .sec04 .sec:nth-child(1) { left: 7%; top: 5%;}
  .top_sec05 .sec04 .sec:nth-child(2) { left: 20%; top: 17%; padding: 4em 3em;}
  .top_sec05 .sec04 .sec:nth-child(3) { left: auto; right: 5%; top: 28%;}
  .top_sec05 .sec04 .sec:nth-child(4) { right: 4%; top: 2%; padding-bottom: 3.5em;}
  .top_sec05 .sec04 .sec:nth-child(5) { left: 2%; top: 33%; padding-bottom: 2.5em;}
  .top_sec05 .sec04 .sec:nth-child(6) { left: 4%; bottom: 31%;}
  .top_sec05 .sec04 .sec:nth-child(7) { left: 4%; bottom: 10%; padding: 3em 3em 3.5em;}
  .top_sec05 .sec04 .sec:nth-child(8) { left: 39%; bottom: 24%;}
  .top_sec05 .sec04 .sec:nth-child(9) { right: 3%; bottom: 4%; padding-bottom: 3em;}
  .top_sec05 .sec04 .sec:nth-child(10) { right: 6%; top: 56%;}
}

@media (max-width: 768px) {
  .top_sec05 section { padding-top: 50px;}
  .top_sec05 .wrap { height: calc(100vh - 50px);}
  .top_sec05 .hidden_l { display: none !important;}
  .top_sec05 .hidden_s { display: inline !important;}
}

@media (max-width: 640px),
  (max-height: 900px) and (min-aspect-ratio: 10/5) {
  .top_sec05 .hidden_l { display: inline !important;}
  .top_sec05 .hidden_s { display: none !important;}

  .top_sec05 { height: auto; font-size: 1em}
  .top_sec05 .snap_area { position: static; height: auto;}
  .top_sec05 .sec_counter { display: none;}
  .top_sec05 section { padding-top: 0; height: auto; position: static; opacity: 1;}
  .top_sec05 .wrap { height: auto; background-size: 100% calc(100% + 3px);}
  .top_sec05 section:nth-of-type(1) .wrap { background-image: url("../images/recruit/top/top_sec05_bg01_tb.jpg"); background-image: image-set(url("../images/recruit/top/top_sec05_bg01_tb.webp") 1x, url("../images/recruit/top/top_sec05_bg01_tb@2x.webp") 2x);}
  .top_sec05 section:nth-of-type(2) .wrap { background-image: url("../images/recruit/top/top_sec05_bg02_tb.jpg"); background-image: image-set(url("../images/recruit/top/top_sec05_bg02_tb.webp") 1x, url("../images/recruit/top/top_sec05_bg02_tb@2x.webp") 2x);}
  .top_sec05 section:nth-of-type(3) .wrap { background-image: url("../images/recruit/top/top_sec05_bg03_tb.jpg"); background-image: image-set(url("../images/recruit/top/top_sec05_bg03_tb.webp") 1x, url("../images/recruit/top/top_sec05_bg03_tb@2x.webp") 2x);}
  .top_sec05 section:nth-of-type(4) .wrap { background-image: url("../images/recruit/top/top_sec05_bg04_tb.jpg"); background-image: image-set(url("../images/recruit/top/top_sec05_bg04_tb.webp") 1x, url("../images/recruit/top/top_sec05_bg04_tb@2x.webp") 2x);}

  .top_sec05 .ttl_box { position: static; transform: none !important; padding: 1.5em;}
  .top_sec05 .ttl_box h2 { min-width: initial; display: block; font-size: min(6.7vw,2.5em); line-height: 1.4; margin-top: -10px; padding: 0 0 0.3em}
  .top_sec05 .ttl_box h2:after { height: 0.5em; bottom: -0.25em;}

  .top_sec05 .ttl_box { background: url("../images/recruit/top/top_sec05_bg01_tb.jpg") no-repeat center -1px; background-size: 100% auto; cursor: pointer; position: relative; transition: 0.2s; padding-bottom: 3em;}
  .top_sec05 .sec02 .ttl_box { background-image: url("../images/recruit/top/top_sec05_bg02_tb.jpg");}
  .top_sec05 .sec03 .ttl_box { background-image: url("../images/recruit/top/top_sec05_bg03_tb.jpg");}
  .top_sec05 .sec04 .ttl_box { background-image: url("../images/recruit/top/top_sec05_bg04_tb.jpg");}
  .top_sec05 .ttl_box.open { background: none !important; padding-bottom: 1.5em;}
  .top_sec05 .ttl_box:after { content: ""; position: absolute; background: url("../images/recruit/top/top_sec05_arrow.svg") no-repeat center center; background-size: auto 100%; width: 2em; height: 1em; left: 50%; transform: translateX(-50%); bottom: 1em;}
  .top_sec05 .ttl_box.open:after { display: none;}
  
  .top_sec05 .main_box { padding: 1em 0; font-size: 3.4vw; display: none;}
  .top_sec05 .main_box .sec { position: relative; width: auto !important; top: auto !important; right: auto !important; bottom: auto !important; left: auto !important; display: table; padding: 2em 3em 2.5em !important; line-height: 1.6;}
  .top_sec05 .main_box .sec:before { border-radius: 50%;}

  .top_sec05 .sec01 .sec:nth-child(1) { margin-left: 1em;}
  .top_sec05 .sec01 .sec:nth-child(2) { margin: -1.5em 4em 0 auto;}
  .top_sec05 .sec01 .sec:nth-child(3) { margin-left: -1em;}
  .top_sec05 .sec01 .sec:nth-child(4) { margin: -3em 0 0 auto;}
  .top_sec05 .sec01 .sec:nth-child(5) { margin: -1em 0 0 1em;}
  .top_sec05 .sec01 .sec:nth-child(6) { margin: 1em 0 -2em 0;}
  .top_sec05 .sec01 .sec:nth-child(7) { margin: -1em 0 0 auto;}
  .top_sec05 .sec01 .sec:nth-child(8) { margin: 0.5em 0 0 auto;}
  .top_sec05 .sec01 .sec:nth-child(9) { margin: -1.5em -0.5em 0 1em;}
  .top_sec05 .sec01 .sec:nth-child(10) { margin: 2em 0 -2em 0; padding-bottom: 2em !important;}
  .top_sec05 .sec01 .sec:nth-child(11) { margin: 0.7em 0 0 auto;}
  .top_sec05 .sec01 .sec:nth-child(12) { margin: -1.5em 0 2em 1.5em;}

  .top_sec05 .sec02 .fo075 { margin-top: 0.7em !important;}
  .top_sec05 .sec02 .main_box .large { font-size: 1.5em;}
  .top_sec05 .sec02 .main_box .sec { padding: 3em 5em !important;}
  
  .top_sec05 .sec02 .sec:nth-child(2) { margin: -1em -1em 1em auto;}
  .top_sec05 .sec02 .sec:nth-child(3) { margin: -1.5em 0 0 -1em;}
  .top_sec05 .sec02 .sec:nth-child(4) { margin: 0 -1em 0 auto;}
  .top_sec05 .sec02 .sec:nth-child(5) { margin: -2em 0 1em -4em;}
  .top_sec05 .sec02 .sec:nth-child(6) { margin: -0.5em -1em 2em 1em;}

  .top_sec05 .sec03 .sec:nth-child(1) { margin: 0 0 0 0.5em;}
  .top_sec05 .sec03 .sec:nth-child(2) { margin: -1em 0 0 auto;}
  .top_sec05 .sec03 .sec:nth-child(3) { margin: 0.3em 0 0 1em;}
  .top_sec05 .sec03 .sec:nth-child(4) { margin: -2em 0 0 auto;}
  .top_sec05 .sec03 .sec:nth-child(5) { margin: -3em 0 0 -0.5em;}
  .top_sec05 .sec03 .sec:nth-child(6) { margin: -1.5em 0.5em 0 auto;}
  .top_sec05 .sec03 .sec:nth-child(7) { margin: -2em 0 2em 0.5em;}
  .top_sec05 .sec03 .sec:nth-child(8) { margin: -3em 0 2em auto;}

  .top_sec05 .sec04 .sec:nth-child(1) { margin: 0 0 0 -0.5em;}
  .top_sec05 .sec04 .sec:nth-child(2) { margin: 1em -0.5em -1em auto;}
  .top_sec05 .sec04 .sec:nth-child(3) { margin: 0.5em 0 0 0.5em;}
  .top_sec05 .sec04 .sec:nth-child(4) { margin: -1.5em -0.5em 0 auto;}
  .top_sec05 .sec04 .sec:nth-child(5) { margin: -1.5em 0 0.5em 1em;}
  .top_sec05 .sec04 .sec:nth-child(6) { margin: -1.5em -1em 0 auto;}
  .top_sec05 .sec04 .sec:nth-child(7) { margin: -1em 0 0 0.5em;}
  .top_sec05 .sec04 .sec:nth-child(8) { margin: -1em 0 0 auto;}
  .top_sec05 .sec04 .sec:nth-child(9) { margin: -2em 0 0 -0.5em;}
  .top_sec05 .sec04 .sec:nth-child(10) { margin: -1.5em 1em 2em auto;}

  .translated-ltr .top_sec05 { font-size: 3.4vw;}
}

@media (max-height: 900px) and (min-aspect-ratio: 10/5) and (min-width: 769px) {
  .top_sec05 .main_box { font-size: clamp(1em,2vw,1.3em); max-width: 800px; margin: auto;}
}


/* english */
.translated-ltr .top_sec05 .main_box .sec { max-width: 25em;}
.translated-ltr .top_sec05 .sec01 .sec:nth-child(1) { left: 2%;}
.translated-ltr .top_sec05 .sec01 .sec:nth-child(2) { left: 18%;}
.translated-ltr .top_sec05 .sec01 .sec:nth-child(3) { left: 33%; top: -2%;}
.translated-ltr .top_sec05 .sec01 .sec:nth-child(4) { right: 5%;}
.translated-ltr .top_sec05 .sec01 .sec:nth-child(6) { max-width: 20em; right: 3%;}
.translated-ltr .top_sec05 .sec01 .sec:nth-child(7) { right: 5%;}
.translated-ltr .top_sec05 .sec01 .sec:nth-child(8) { left: 42%; bottom: 3%;}
.translated-ltr .top_sec05 .sec01 .sec:nth-child(10) { left: 4%;}
.translated-ltr .top_sec05 .sec01 .sec:nth-child(11) { bottom: 5%;}
.translated-ltr .top_sec05 .sec01 .sec:nth-child(12) { max-width: 20em; left: 1%;}

.translated-ltr .top_sec05 .sec02 .ttl_box h2 { max-width: 90%;}
.translated-ltr .top_sec05 .sec02 .main_box .sec { max-width: 40em;}

.translated-ltr .top_sec05 .sec02 .sec:nth-child(1) { left: 2%; top: 0;}
.translated-ltr .top_sec05 .sec02 .sec:nth-child(2) { right: -2%; top: 27%;}
.translated-ltr .top_sec05 .sec02 .sec:nth-child(3) { top: 1%;}
.translated-ltr .top_sec05 .sec02 .sec:nth-child(4) { left: 1%; top: 27%;}
.translated-ltr .top_sec05 .sec02 .sec:nth-child(4) .hide_sp { display: none;}
.translated-ltr .top_sec05 .sec02 .sec:nth-child(5) { left: 2%; bottom: 4%;}
.translated-ltr .top_sec05 .sec02 .sec:nth-child(5) .fo075, .top_sec05 .sec02 .sec:nth-child(6) .fo075 { margin-top: 0;}
.translated-ltr .top_sec05 .sec02 .sec:nth-child(6) { right: 2%; bottom: 1%;}

.translated-ltr .top_sec05 .sec03 .sec:nth-child(1) { left: 3%; top: -2%;}
.translated-ltr .top_sec05 .sec03 .sec:nth-child(2) { left: 35%; top: 5%;}
.translated-ltr .top_sec05 .sec03 .sec:nth-child(2) br:first-of-type { display: none;}
.translated-ltr .top_sec05 .sec03 .sec:nth-child(3) { right: 4%;}
.translated-ltr .top_sec05 .sec03 .sec:nth-child(4) { max-width: 20em; right: 3%; top: 51%;}
.translated-ltr .top_sec05 .sec03 .sec:nth-child(5) { left: 1%; top: 25%;}
.translated-ltr .top_sec05 .sec03 .sec:nth-child(6) { left: 2%;}
.translated-ltr .top_sec05 .sec03 .sec:nth-child(8) { max-width: 30em; right: 2%; bottom: 2%;}

.translated-ltr .top_sec05 .sec04 .sec:nth-child(1) { left: 3%; top: 2%;}
.translated-ltr .top_sec05 .sec04 .sec:nth-child(2) { left: 25%; top: 18%;}
.translated-ltr .top_sec05 .sec04 .sec:nth-child(3) { left: 45%; top: -1%;}
.translated-ltr .top_sec05 .sec04 .sec:nth-child(4) { right: 2%;}
.translated-ltr .top_sec05 .sec04 .sec:nth-child(6) { max-width: 20em; left: 1%; bottom: 22%;}
.translated-ltr .top_sec05 .sec04 .sec:nth-child(7) { left: 16%; bottom: 2%;}
.translated-ltr .top_sec05 .sec04 .sec:nth-child(8) { left: 38%; bottom: 18%;}
.translated-ltr .top_sec05 .sec04 .sec:nth-child(9) { right: 3%; bottom: 1%;}
.translated-ltr .top_sec05 .sec04 .sec:nth-child(10) { max-width: 20em; right: 3%;}

@media only screen and (max-width: 1100px) {
  .translated-ltr .top_sec05 { font-size: min(1.2vw,1em);}
  .translated-ltr .top_sec05 .sec02 .sec:nth-child(4) { left: auto; right: 1%;}
}


/* ------------------------
	occupation
------------------------ */

.oc_archive_pagettl { padding-top: 100px;}
.oc_archive_pagettl h1 { background: url("../images/recruit/oc_pagettl.png") no-repeat center center; background-size: auto 100%; display: flex; justify-content: center; align-items: center; height: 347px; font-size: 2.9em;}

.pagination { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 0.5em;}
.pagination span.current, .pagination a {
	display: block;
  text-align: center;
	text-decoration: none;
	min-width: 2em;
	color: #333;
  line-height: 2;
  font-size: 1.2em;
  font-weight: 500;
  background: #efefef;
  border-radius: 5px;
  position: relative;
}
.pagination span.current, .pagination a:hover { background: #153888; color: #fff;}

.breadcrumb { padding-left: calc(15px + 1.2em);}
.breadcrumb:before { content: ""; position: absolute; width: 0.7em; height: 0.7em; border-radius: 50%; background: #FAFF00; left: 15px; top: 0.6em;}

.oc_single_pagettl { max-width: 1440px; margin: auto; padding: 0 0 80px;}
.oc_single_pagettl .box01 { display: flex;}
.oc_single_pagettl .box01 figure { width: 55%;}
.oc_single_pagettl .box01 .box_inner { flex: 1; display: flex; align-items: center; justify-content: center;}
.oc_single_pagettl .box01 .box_inner:before { content: ""; position: absolute; z-index: -1; background: url("../images/recruit/oc_pagettl02.png") no-repeat right bottom; background-size: 100% auto; width: 600px; height: 317px; right: 40px; bottom: -80px;}

.oc_sec01 h2 { display: table; margin: auto; font-size: 2em; padding-bottom: 0.7em;}
.oc_sec01 h2:after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: linear-gradient(to right, #00B9EF 10%, #1D29CC 50%, #00B9EF 90%);}
.oc_sec01 .list01 { display: flex; justify-content: center; flex-wrap: wrap; gap: 1em;}
.oc_sec01 .list01 li { background: url("../images/recruit/oc_icon01.svg") no-repeat 1.3em center #fff; background-size: 1.3em auto; padding: 0.7em 1.5em 0.7em 3em; border-radius: 3em; border: solid 2px #38A1DB;}

.heading_back { background: #38A1DB; z-index: 50; font-size: 1.5em; padding: 0.4em 0.8em; line-height: 1.4;}
.heading_back:before { content: ""; position: absolute; z-index: -1; background: #16499C; right: 0; top: 0; height: 100%; width: 9em; clip-path: polygon(1em 0, 100% 0, 100% 100%, 0 100%);}
.heading_back:after { content: ""; position: absolute; background: #fff; top: 0; bottom: 0; right: -1px; width: 0.6em; clip-path: polygon(100% 0, 0 50%, 100% 100%); z-index: 100;}

.oc_sec02 th { width: 30%; min-width: 7.5em;}

.bal_box { display: flex; align-items: flex-start; gap: 3em;}
.bal_box figure { width: 150px;}
.bal_box figure div { background: #EDF7FF; border-radius: 50%; aspect-ratio: 1/1; display: flex; justify-content: center; align-items: center; padding: 1.8em; overflow: hidden;}
.bal_box figure div:after { content: ""; position: absolute; top: 5px; right: 5px; bottom: 5px; left: 5px; border-radius: inherit; border: dashed 1px #38A1DB;}
.bal_box figcaption { background: #38A1DB; padding: 0 1em; border-radius: 1em; display: table; margin: -1em auto 0;}
.bal_box .box_inner { flex: 1; background: #EDF7FF; border-radius: 1em; padding: 2.5em;}
.bal_box .box_inner:before { content: ""; position: absolute; width: 1.8em; height: 1.4em; background: #EDF7FF; left: -1.7em; top: 2.5em; clip-path: polygon(0 50%, 100% 0, 100% 100%);}

.bal_box:nth-of-type(even) { flex-flow: row-reverse;}
.bal_box:nth-of-type(even) .box_inner, .bal_box:nth-of-type(even) figure div { background: #F0F0F0;}
.bal_box:nth-of-type(even) figure div:after { border-color: #16499C;}
.bal_box:nth-of-type(even) figcaption { background: #16499C;}
.bal_box:nth-of-type(even) .box_inner:before { background: #F0F0F0; left: auto ;right: -1.7em; transform: scale(-1,1);}

.oc_single .bnr_area .text01 { display: table; margin: auto; font-size: 2.2em;}
.oc_single .bnr_area .text01:before, .oc_single .bnr_area .text01:after { content: ""; position: absolute; width: 2px; height: 1.6em; background: #38A1DB; bottom: 0;}
.oc_single .bnr_area .text01:before { transform: rotate(-30deg); left: -1.3em;}
.oc_single .bnr_area .text01:after { transform: rotate(30deg); right: -1.3em;}

@media only screen and (max-width: 1024px) {
  .oc_archive_pagettl { padding-top: 8%;}
  .oc_archive_pagettl h1 { height: auto; padding: 13% 0;}
}

.oc_single .page_nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 20px 15%;}
.oc_single .page_nav.more_btn a { background-image: url("../images/recruit/common/ico_down.svg");}


/* ------------------------
	interview
------------------------ */

.int_head { padding-top: 100px;}
.int_head h1 { left: 20px; bottom: 0; display: flex; flex-flow: column; align-items: flex-start; gap: 1.3em;}
.int_head h1 span { background: #38A1DB; color: #fff; font-size: min(5vw,3.1em); font-weight: bold; line-height: 1; letter-spacing: 0.05em; padding: 0.3em 0.7em 0.4em;}

.int_wrap { padding: 250px 20px;}
.int_wrap:before { content: ""; position: absolute; z-index: -1; background: url("../images/recruit/top/top_sec04_bg01.svg") no-repeat left bottom; background-size: 100% auto; width: 1056px; height: 705px; bottom: calc(100% - 420px); left: 70%;}
.int_wrap:after  { content: ""; position: absolute; z-index: -1; background: url("../images/recruit/top/top_sec01_bg01.svg") no-repeat left bottom; background-size: 100% auto; width: 1405px; height: 448px; bottom: 2%; right: 70%; transform: scale(-1,1);}

.int_wrap .heading_back { max-width: 450px;}
.int_wrap .heading_back:before { width: 4em;}

.int_wrap h3 { border-bottom: solid 1px #16499C; color: #16499C; font-size: 1.55em; line-height: 1.6; font-weight: 700; position: relative; padding: 0 0 0.35em 1.3em; margin-bottom: 25px;}
.int_wrap h3:before { content: ""; position: absolute; width: 0.8em; height: 0.8em; border-radius: 50%; background: #FAFF00; left: 0; top: 0.5em;}
.int_wrap h3:after { content: ""; position: absolute; z-index: -1; background: url("../images/recruit/interview/ico_q.svg") no-repeat left bottom; background-size: 100% auto; width: 4.7em; height: 4.5em; bottom: -1px; left: -2em;}

.int_wrap h4 { font-weight: bold; color: #16499C; font-size: 1.25em; position: relative; padding-left: 1.3em; margin-bottom: 25px;}
.int_wrap h4:before { content: ""; position: absolute; width: 0.85em; height: 2px; background: #16499C; left: 0; top: 0.9em;}

.int_wrap .head_text .wp-block-group__inner-container { display: flex; flex-flow: column; align-items: flex-start; gap: 0.8em;}
.int_wrap .head_text p { margin: 0; background: #38A1DB; color: #fff; font-size: min(3.1vw,2em); line-height: 1.4; padding: 0.2em 1em 0.3em;}
.int_wrap .head_text.text_right .wp-block-group__inner-container { align-items: flex-end;}

.int_wrap strong { font-weight: bold; font-size: 1.1em;}

.other_int_wrap .list01 { display: flex;}
.other_int_wrap .list01 li { width: 34.3333%; margin: 0 -0.5%;}
.other_int_wrap .list01 li:nth-child(2) { margin-top: 18%;}
.other_int_wrap .list01 a { display: block; color: #3e3a39;}
.other_int_wrap .list01 .text01 { display: flex; flex-flow: column; align-items: flex-start; gap: 0.25em; font-size: min(2.3vw,1.55em); top: 0.5em; left: 0;}
.other_int_wrap .list01 .text01 span { padding: 0.1em 0.8em; box-shadow: 1px 1px 4px rgba(0,0,0,0.3);}
.other_int_wrap .list01 .text02 { border-left: solid 6px #38a1db; padding-left: 0.5em; left: 2em; bottom: -1em;}
.other_int_wrap .list01 figure img { -webkit-mask-image: linear-gradient(to bottom, black 60%, transparent 100%); mask-image: linear-gradient(to bottom, black 60%, transparent 100%);}

@media only screen and (max-width: 1024px) {
  .int_wrap { padding: 100px 20px;}
}

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

.en_sec01 h3 { background: url("../images/recruit/common/ico_star02.svg") no-repeat left 0.4em; background-size: 0.65em auto; padding-left: 1.1em;}

.en_bnr { padding: 200px 20px;}
.en_bnr:before, .en_bnr:after { content: ""; position: absolute; z-index: -1; background: url("../images/recruit/en_bg01.png") no-repeat center center; background-size: 100% auto; width: 725px; height: 222px; top: 50%; transform: translateY(-50%);}
.en_bnr:before { right: calc(50% + 250px); top: 40%;}
.en_bnr:after { left: calc(50% + 400px); top: 60%;}

.en_sec02 { background: linear-gradient(to right, #EAF6FF 0%, #fff 50%, #EAF6FF 100%); padding: 100px 0;}
.en_sec02 .back_white { border-radius: 2em; padding: 8% 7%;}
.en_sec02 .back_white:before { content: ""; position: absolute; z-index: -2; top: -2px; right: -2px; bottom: -2px; left: -2px; border-radius: 2.1em; background: linear-gradient(to right, #00B9EF 10%, #1D29CC 50%, #00B9EF 90%);}
.en_sec02 h2 { border-bottom: solid 2px #16499C; padding-bottom: 0.4em;}

.contact_box .flex_wrap { display: flex; justify-content: space-between; gap: 40px 3em;}
.contact_box .flex_wrap > div { flex: 1;}

.contact_box .hissu { display: inline-block; vertical-align: middle; background-color: #38A1DB; font-size: 0.7rem; color: #fff; padding: 0.1em 0.6em; line-height: 1.4; margin-left: 1rem;}

.contact_box input[type="text"], .contact_box input[type="email"], .contact_box input[type="tel"], .contact_box textarea, .contact_box select { width: 100%; border: solid 1px #B8B8B8; border-radius: 0.4em; padding: 0.7em 1em; font-family: "Zen Kaku Gothic Antique", sans-serif; font-size: 16px;}
.contact_box .width_auto input[type="text"], .contact_box .width_auto input[type="tel"], .contact_box .width_auto select { width: auto;}
.contact_box textarea { width: 100% !important;}
.contact_box label { display: inline-block; margin: 0px 1em 0.3em 0px;}

.contact_box .btn_area input {
	display: inline-block;
	width: calc(100% - 2em);
	max-width: 320px;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
	font-size: 1em;
  letter-spacing: 0.05em;
	color: #fff;
	text-decoration: none;
	background: #153888;
	padding: 1.2em 1em;
  margin: 0px 1em 1em;
	border-radius: 60px;
	border: solid 1px #013895;
	outline: none;
	cursor: pointer;
	-webkit-appearance: none;
  transition: 0.3s;
}
.contact_box .btn_area input:hover, .contact_box .btn_area input:focus { opacity: 0.7;}

::placeholder { color: #B8B8B8; letter-spacing: 0.05em;}

.wpcf7-form-control.wpcf7-radio { display: flex; flex-wrap: wrap; gap: 0.5em 2em;}
input[type="radio"] { vertical-align: initial}
.wpcf7-spinner { display: block; margin: 20px auto;}
.wpcf7-list-item { margin: 0;}
.wpcf7-not-valid-tip { display: inline-block;}
.label_block .wpcf7-list-item { display: block; margin-left: 0px;}

a.ico_link { background: url("../images/blog/ico_link.svg") no-repeat right 0.35em; background-size: 0.95em auto; padding-right: 1.3em; text-decoration: underline;}

@media only screen and (min-width: 782px) {
  .wp_hidden_s { display: block;}
  .wp_hidden_l { display: none;}
}

@media only screen and (max-width: 781px) {
  .sp_reverse { flex-flow: column-reverse;}
  .wp_hidden_s { display: none;}
  .wp_hidden_l { display: block;}
}

