@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:wght@500;600&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: 400;
	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: 0px;
	border: 0;
	border-bottom: 1px solid #CCCCCC;
	margin: 0;
	padding: 0;
}
input, select { vertical-align: middle;}
img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: top;
	image-rendering: auto;
  transform-origin: center center;
  will-change: transform;
}
*, *:before, *:after { box-sizing: border-box;}


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

	グローバル

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

body {
	font-family: "Noto Sans JP", sans-serif;
	color: #111 ;
	font-size: 1em;
	line-height: 1.8;
	position: relative;
	min-width: 1030px;
}

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

a { color: #111; text-decoration: none;}
a:hover, a:active { color: #28A9F3;}

a.fo_blue { text-decoration: underline;}
a.fo_blue:hover { text-decoration: none; opacity: 0.7;}

/* 文字装飾 */
.fo06 { font-size: 0.6em !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;}
.fo145 { font-size: 1.45em !important;}
.fo15 { font-size: 1.5em !important;}
.fo16 { font-size: 1.6em !important;}
.fo17 { font-size: 1.7em !important;}
.fo175 { font-size: 1.75em !important;}
.fo18 { font-size: 1.8em !important;}

.lh12 { line-height: 1.2;}
.lh14 { line-height: 1.4;}
.lh16 { line-height: 1.6;}
.lh18 { line-height: 1.8;}
.lh20 { line-height: 2;}

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

.fo_poppin { font-family: "Poppins", sans-serif; font-weight: 500;}
.fo_poppin.semi, .fo_poppin .semi { font-weight: 600;}

.fo_white { color: #FFFFFF !important;}
.fo_blue { color: #28A9F3 !important;}
.fo_blue02 { color: #1E3255 !important;}
.fo_yellow { color: #F8EE66 !important;}
.fo_gray { color: #7E7E7E !important;}
.fo_red { color: #FF2200 !important;}

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

.text_stroke { -webkit-text-stroke: 3px #28A9F3; text-stroke: 3px #28A9F3; paint-order: stroke;}

/* ボックス */
.cont1000 { max-width: 1030px; padding: 0px 15px; margin: 0px auto;}
.cont1100 { max-width: 1130px; padding: 0px 15px; margin: 0px auto;}
.cont1200 { max-width: 1230px; padding: 0px 15px; margin: 0px auto;}
.cont1300 { max-width: 1330px; padding: 0px 15px; margin: 0px auto;}

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

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

.bold { font-weight: bold;}
.black { font-weight: 800;}

.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;}
.ta_left-s_right { text-align: left;}

.back_white { background-color: #fff !important;}
.back_blue { background-color: #F0F8FF !important;}
.back_blue02 { background-color: #28A9F3 !important;}
.back_yellow { background-color: #F8EE66 !important;}

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

.radius05 { border-radius: 5em;}

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

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

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

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

/* 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;}

.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;}
.mb160-80 { margin-bottom: 160px !important;}

.mt05 { margin-top: 5px;}
.mt15 { margin-top: 15px;}
.mt40 { margin-top: 40px;}
.mt80-40 { margin-top: 80px !important;}
.mt100-40 { margin-top: 100px !important;}

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

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

body { padding-top: 85px;}

.header { display: flex; justify-content: space-between; align-items: center; padding: 0 1.5em; font-size: clamp(0.75em,1.2vw,1em); position: fixed; z-index: 9999; width: 100%; left: 0; top: 0; min-width: 1030px; height: 85px;}
.header .box01 { display: flex; align-items: center;}
.header h1 { width: 26em;}

.header .btn_area { margin-left: 2em;}
.header .btn_area a, .sp-navi .btn_area a {
  display: block;
  width: 9em;
  line-height: 3;
  border-radius: 45px;
  background: radial-gradient(116.65% 81.94% at 11.39% 13.33%,
              #FFF 5.27%, #00A0DE 28%, #0060AF 57%, #003893 85%, #003893 100%);
  color: #fff;
  font-weight: 600;
  font-size: 1.25em;
  letter-spacing: 0.05em;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.header .btn_area a::after, .sp-navi .btn_area a::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(116.65% 81.94% at 11.39% 13.33%,
              #ffffff 10%, 
              #20AAF9 30%, 
              #0094E0 60%, 
              #0060AF 85%, 
              #0050A0 100%);
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: -1;
}
.header .btn_area a:hover::after, .sp-navi .btn_area a:hover::after { opacity: 1;}

.gn { display: flex; align-items: center;}
.gn > li > a, .gn > li > span { display: block; line-height: 5.625; padding: 0px 1em; font-weight: bold; cursor: pointer;}
.gn > li > a:hover, .gn > li > span:hover { color: #20AAF9;}

a.link { background: url("../images/common/ico_link_blue02.svg") no-repeat right center; background-size: 0.9em auto; padding-right: 1.4em !important;}
a.link:hover { background-image: url("../images/common/ico_link_blue02.svg") !important;}

:root { --gn-offset: 0px; }
.dd_wrap {
  position: fixed;
  left: 0;
  right: 0;
  top: var(--gn-offset, 0px);
  z-index: 10001;
  display: none;
  background-size: auto auto;
  background-color: rgba(41, 169, 244, 1);
  background-image: repeating-linear-gradient(0deg, transparent, transparent 8px, rgba(20, 156, 232, 1) 8px, rgba(20, 156, 232, 1) 11px );
  max-height: calc(100vh - var(--gn-offset, 0px));
  overflow-y: auto;
  padding: 4em 0;
}
.dd_wrap .cont1300 { display: flex; gap: 6em; justify-content: space-between; max-width: 1380px; font-size: clamp(0.85em,1.1vw,1em);}
.dd_wrap .ttl_box { width: 13em;}
.dd_wrap .ttl_box h2 { font-size: 3em; line-height: 1;}
.dd_wrap .box_inner { flex: 1;}
.dd_wrap .list01 { display: flex; gap: 2em 1.7em; flex-wrap: wrap; line-height: 1.4;}
.dd_wrap .list01 li { width: calc((100% - 5.1em) / 4);}
.dd_wrap .list01 a { color: #fff;}
.dd_wrap .list01 a:hover { color: #F8EE66;}
.dd_wrap .list01 figure { border-radius: 2em;}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.5); /* 半透明黒 */
  backdrop-filter: blur(3px);
  z-index: 9998; /* dd_wrap より下、header より上になるように */
  display: none;
  transition: 0.2s;
  pointer-events: none;
}

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

.footer { display: flex; justify-content: space-between;}
.footer_nav { display: flex; gap: 1em 2.5em; flex-wrap: wrap;}


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

	トップページ

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

.top_slider_wrap:before { content: ""; position: absolute; z-index: -1; background: #fff; top: 0; bottom: 0; width: 2000px; left: 90%;}

.top_slider { aspect-ratio: 1340 / 700; margin: 0 4%; border-radius: 6em;}
.top_slider li { position: absolute; inset: 0; opacity: 0; transition: opacity .8s ease; pointer-events: none;}
.top_slider li img { display: block; width: 100%; height: auto;}
.top_slider li.is-active { opacity: 1; z-index: 1; pointer-events: auto;}
.top_slider:not(.is-ready) li:first-child { opacity: 1;}
@media (prefers-reduced-motion: reduce) {
  .top_slider li { transition: none; }
}

.top_slider02 {
  --duration: 30s;
  display: flex;
  flex-wrap: nowrap;
  gap: 1em;
  animation: flow var(--duration) linear infinite;
  will-change: transform;
  backface-visibility: hidden;
}
.top_slider02 > li { flex: 0 0 calc((100% - 5em) / 6); overflow: hidden; border-radius: 2em;}
.top_slider02 img { width: 100%; display: block;}

@keyframes flow {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .top_slider02 { animation: none; }
}

.grad_text {
  background: linear-gradient(135deg, #002868, #013993, #0080D9, #00B4ED, #0080D9, #013993); background-size: 300% 300%; animation: subtleGlow 12s ease-in-out infinite; padding: 0 0.2em 0.1em;}
@keyframes subtleGlow {
  0%   { background-position: 0% 50%; }
  25%  { background-position: 50% 100%; }
  50%  { background-position: 100% 50%; }
  75%  { background-position: 50% 0%; }
  100% { background-position: 0% 50%; }
}

.iframe_wrap { position: relative; width: 100%; padding-top: 56.25%;}
.iframe_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.top_youtube .iframe_wrap { border-radius: 3em;}

.top_ttl_box { display: flex; align-items: flex-end; gap: 2.5em;}
.top_ttl_box h2 { font-size: 2.6em; line-height: 1.6; letter-spacing: 0.05em;}
.top_ttl_box h2.fo_poppin { font-size: 5em; line-height: 1;}
.top_ttl_box > p { flex: 1; margin-bottom: 0.5em;}

.top_bg01 { background: url("../images/recruit/top/rec_bg01.svg") no-repeat 30% bottom; background-size: 130% 110%; padding-bottom: 100px;}

.top_sec01 .box01 { display: flex;}
.top_sec01 .box01 h2 { width: 75%; font-size: 2.05em;}
.top_sec01 .box01 figure { margin: -4em -25% 0 -10%;}
.top_sec01 .box01 figure img { mix-blend-mode: multiply;}
.top_sec01 .list01 { display: flex; justify-content: space-between; gap: 8px;}
.top_sec01 .list01 img { filter: drop-shadow(0 4px 1em rgba(0,0,0,0.25));}

.top_sec01 .img01 { left: -80px; bottom: 25%;}
.top_sec01 .img02 { left: -90px; bottom: 4%;}
.top_sec01 .img03 { left: -75px; bottom: -10%;}
.top_sec01 .img04 { right: -70px; top: 37%;}
.top_sec01 .img05 { right: -80px; bottom: -15%;}

.top_sec02:before { content: ""; position: absolute; z-index: -1; background: url("../images/recruit/top/rec_sec02_bg01.svg") no-repeat center bottom; background-size: auto 100%; width: 4659px; height: 1325px; bottom: 0; left: 50%; transform: translateX(-52%);}
.top_sec02 .img_box { display: flex;}
.top_sec02 .img_box figure:nth-child(2) { margin: 16% 0 0 -10%;}
.top_sec02 .box01 { display: flex; justify-content: center; align-items: center; gap: 10%;}
.top_sec02 .box01 .text01 { writing-mode: vertical-rl; font-size: 2.1em;}
.top_sec02 .slider_wrap { transform: translateY(50%); margin-top: -2%;}

.top_sec03 { padding: 11% 0 100px;}
.top_sec03:before { content: ""; position: absolute; z-index: -1; background: #28A9F3; top: 0; bottom: 0; right: 50px; left: 0; border-top-right-radius: 6em; border-bottom-right-radius: 6em;}
@media only screen and (max-width: 1200px) {
  .top_sec03:before { right: 0;}
}

.top_sec03 .box01 { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 30px;}
.top_sec03 .box01 section { width: calc((100% - 30px) / 2); background-repeat: no-repeat; background-position: right top; background-size: 37% auto; border-radius: 2.5em; padding: 45px 30px 30px; min-height: 280px;}
.top_sec03 .box01 section:nth-of-type(1) { background-image: url("../images/recruit/top/top_sec03_icon01.svg");}
.top_sec03 .box01 section:nth-of-type(2) { background-image: url("../images/recruit/top/top_sec03_icon02.svg");}
.top_sec03 .box01 section:nth-of-type(3) { background-image: url("../images/recruit/top/top_sec03_icon03.svg");}
.top_sec03 .box01 section:nth-of-type(4) { background-image: url("../images/recruit/top/top_sec03_icon04.svg");}
.top_sec03 .box01 section:nth-of-type(5) { background-image: url("../images/recruit/top/top_sec03_icon05.svg");}
.top_sec03 .box01 section h3 { font-size: 2.3em; max-width: 7em;}

.top_sec03 .box02 { display: flex; flex-flow: row-reverse; justify-content: space-between;}
.top_sec03 .box02 .text01 { writing-mode: vertical-rl; font-size: 2.1em; margin-top: -300px;}

.top_sec04:before { content: ""; position: absolute; z-index: -1; background: url("../images/recruit/top/top_sec04_bg01.svg") no-repeat right bottom; background-size: 100% auto; width: 2395px; height: 712px; top: -100px; right: 45%;}
.top_sec04 .img_box { display: flex;}
.top_sec04 .img_box:before { content: ""; position: absolute; width: 100vw; height: 72%; background: url("../images/recruit/top/rec_sec04_bg01.svg") repeat-x center center; background-size: auto 100%; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.top_sec04 .img_box figure:first-child img { border-top-left-radius: 3em; border-bottom-left-radius: 3em;}
.top_sec04 .img_box figure:last-child img { border-top-right-radius: 3em; border-bottom-right-radius: 3em;}
.top_sec04 .box01 { display: flex; gap: 4em;}
.top_sec04 section:nth-of-type(odd) .box01 { margin-left: 7%;}
.top_sec04 section:nth-of-type(even) .box01 { margin-right: 7%; flex-flow: row-reverse;}
.top_sec04 .box01:before { content: ""; position: absolute; z-index: -1; background: url("../images/recruit/top/top_sec04_bg02.svg") no-repeat left top; background-size: auto 100%; top: -160px; bottom: -60px; width: 500px; left: -10%;}
.top_sec04 section:nth-of-type(even) .box01:before { transform: scale(-1,1); left: auto; right: -10%;}

.top_sec04 .box01 .ttl_box { font-size: 2em; width: 6em;}
.top_sec04 .box01 .ttl_box h3 { font-size: 1.7em; padding-top: 0.5em;}
.top_sec04 .box01 .ttl_box h3:before { content: ""; position: absolute; background: url("../images/recruit/top/rec_sec04_bg02.svg") no-repeat center top; width: 1.3em; height: 1.2em; background-size: 100% auto; top: -60px; left: 50%; transform: translateX(-50%);}
.top_sec04 .box01 .box_inner { flex: 1;}
.top_sec04 section:nth-of-type(even) { padding: 60px 0;}

.top_sec05 { background: #F8EE66; border-radius: 6em; padding: 110px 0;}
.top_sec05 .box01 { display: flex; align-items: center; flex-flow: row-reverse; gap: 10%; margin: -180px 5% 0 0;}
.top_sec05 .box01 .text01 { writing-mode: vertical-rl; font-size: 2.6em;}
.top_sec05 .list01 { display: flex; justify-content: space-between; gap: 2.5%; font-size: clamp(0.85em,1.3vw,1.15em);}
.top_sec05 .list01 li:nth-child(1) { margin-top: -8%;}
.top_sec05 .list01 li:nth-child(2) { margin-top: -4%;}
.top_sec05 .list01 li:nth-child(4) { margin-top: 4%;}
.top_sec05 .list01 a { transition: 0.2s;}
.top_sec05 .list01 img { border-radius: 50%;}
.top_sec05 .list01 figure:before { content: ""; position: absolute; z-index: -1; background: url("../images/recruit/top/rec_sec05_bg01.svg") no-repeat center center; background-size: 100% 100%; width: 127%; height: 127%; left: 50%; top: 50%; transform: translate(-50%,-50%); opacity: 0; transition: 0.3s;}
.top_sec05 .list01 a:hover figure:before { opacity: 1;}
.top_sec05 .list01 .num { font-size: 4.3em; line-height: 1; right: 0.1em; bottom: -0.1em;}

.top_sec06 { padding: 100px 0 80px; border-bottom-left-radius: 6em; border-bottom-right-radius: 6em;}
.top_sec06:before { content: ""; position: absolute; z-index: -1; width: 100%; left: 0px; height: 8em; top: -7.9em; background: #F0F8FF;}
.top_sec06 .aco_sec h3 { border-radius: 3em; font-size: 3em; letter-spacing: 0.05em; line-height: 2; background: url("../images/recruit/common/ico_plus.svg") no-repeat calc(100% - 0.7em) center #28A9F3; background-size: 0.95em auto; cursor: pointer; transition: 0.2s;}
.top_sec06 .aco_sec h3:hover { background-color: #0054A7;}
.top_sec06 .aco_sec h3.open { background-image: url("../images/recruit/common/ico_minus.svg");}
.top_sec06 .aco_sec .box_inner { margin-top: -3em; padding: 4em 30px 30px; display: none;}
.top_sec06 table { width: 100%;}
.top_sec06 tr { border-bottom: solid 1px #ccc;}
.top_sec06 th, .top_sec06 td { padding: 2em 0; vertical-align: middle;}
.top_sec06 th { padding-left: 1.5em; width: 16em;}

.top_btn:before { content: ""; position: absolute; z-index: -1; width: 100%; left: 0px; height: 8em; top: -7.9em; background: #F8EE66;}
.top_btn { padding: 80px 0px 100px;}
.top_btn h2 { font-size: 2.55em;}

.hover_btn a { display: block; max-width: 800px; margin: auto;}
.hover_btn .pos_ab { left: 0; top: 0; width: 100%; opacity: 0; transition: 0.3s;}
.hover_btn a:hover .pos_ab { opacity: 1;}


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

	下層ページ

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

/* 共通 */
.show_sp { display: none;}
.over_hidden, .img_hover { overflow: hidden;}

.img_hover img { transition: 0.3s;}
a:hover .img_hover img, .img_hover a:hover img, a.img_hover:hover img { transform: scale(1.05);}

.box1000 { max-width: 1000px; margin: auto;}

/* animation */
.scroll_in { opacity: 0;}
.fadeIn { transform: translateY(2em);}
.fadeInRight { transform: translateX(-2em);}
.displayed { animation-duration: 1s; animation-fill-mode: both;}
.delay02s { animation-delay: 0.2s;}
.delay04s { animation-delay: 0.4s;}
.delay06s { animation-delay: 0.6s;}
.delay08s { animation-delay: 0.8s;}
.delay12s { animation-delay: 1.2s;}
.delay16s { animation-delay: 1.6s;}
.duration2s { animation-duration: 2s;}
.duration3s { animation-duration: 3s;}

@keyframes fadeIn {
  from { opacity: 0;}
  to { opacity: 1; transform: translateY(0)}
}
.fadeIn.displayed { animation-name: fadeIn;}
@keyframes fadeInRight {
  from { opacity: 0;}
  to { opacity: 1; transform: translateX(0)}
}
.fadeIn.displayed { animation-name: fadeIn;}
.fadeInRight.displayed { animation-name: fadeInRight;}


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

.under_btn { padding: 100px 0;}

.int_head .box01 { max-width: 1440px; margin: auto;}
.int_head figure:after { content: ""; position: absolute; width: 100%; top: 0; bottom: 0; left: 0; background: url("../images/recruit/common/int_head_bg.svg") no-repeat left top; background-size: auto 100%;}
.int_head figure .pos_ab { left: 8%; top: 25%;}
.int_head .num { font-size: 5em; line-height: 1;}
.int_head h2 { left: 0; bottom: 0; font-size: clamp(2.5em,3.2vw,3em); padding: 0.7em 1.2em 0.7em 0.5em; border-top-right-radius: 1.5em;}
.int_head h2:before { content: ""; position: absolute; background: #F8EE66; top: 0; bottom: 0; width: 100vw; right: 100%;}
.int_head .box03 { display: table; margin-left: auto; width: 16em; padding: 1em 0;}
.int_head .box03 .pos_ab { bottom: -4.5em;}

.int_bg { padding: 100px 0;}
.int_bg:before { content: ""; position: absolute; z-index: -1; right: 0; top: 0; bottom: -8em; background: url("../images/recruit/common/int_bg01.svg") repeat-y left top; background-size: 100% auto; width: 120px; opacity: 0.5;}
.int_bg:nth-of-type(even):before { right: auto; left: 0; bottom: 0;}

.int_box { display: flex; justify-content: space-between; align-items: flex-end; gap: 5%;}
.int_box.ag_center { align-items: center;}
.back_blue .int_box { flex-flow: row-reverse;}
.int_box .box_inner { width: 43%;}
.int_box > figure { flex: 1;}
.int_box h3 { font-size: clamp(2em,2.2vw,2.25em); margin-right: -2em;}

.int_sec04 { border-top-left-radius: 6em; border-top-right-radius: 6em; padding: 100px 0;}
.int_box02 { display: flex; flex-flow: row-reverse;}
.int_box02 .box_inner { width: 55%; margin: 230px 0 0 -25%; border-top-left-radius: 6em; padding: 3.5em 0 0 3.5em;}
.int_box02 > figure { width: 70%;}
.int_box02 h3 { font-size: 3em; line-height: 1; right: 0; top: -1.3em;}
.int_box02 h3:after { content: ""; position: absolute; background: url("../images/recruit/common/int_bg02.svg") no-repeat left top; background-size: 100% auto; width: 2em; height: 2em; right: -1.5em; top: -1.5em;}

.ret_btn a { display: inline-block; background: url("../images/common/ico_return_blue02.svg") no-repeat 3em center #fff; background-size: 1.2em auto; border: solid 2px #28A9F3; color: #28A9F3; border-radius: 60px; padding: 1.5em 3em 1.5em 5.5em; font-weight: bold; letter-spacing: 0.05em; transition: 0.3s;}
.ret_btn a:hover { color: #fff; background-color: #28A9F3; background-image: url("../images/common/ico_return_o.svg");}


/* ------------------------
	contact
------------------------ */

.pagettl { background: url("../images/recruit/con_bg.svg") no-repeat 60% center; background-size: auto 100%; font-size: 2em; padding: 80px 0;}
.pagettl .fo_poppin { font-size: 3.5em; line-height: 1;}

.con_sec01 { padding: 80px 0px;}
.con_sec01 .back_white { padding: 60px 10px;}

.contact_box { max-width: 800px; margin: auto;}

.contact_box .hissu { display: inline-block; vertical-align: middle; background-color: #FF2200; font-size: 0.7em; color: #fff; padding: 0.2em 0.4em; line-height: 1.4; margin-left: 0.5em;}

.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 #D9D9D9; border-radius: 0.6em; padding: 0.7em 1em; font-family: "Noto Sans JP", 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; height: 100px !important;}
.contact_box label { display: inline-block; margin: 0px 1em 0.3em 0px;}

.contact_box .btn_area input {
	display: inline-block;
	width: 100%;
	max-width: 280px;
	font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
	font-size: 1.1em;
	color: #013895;
	text-decoration: none;
	background: url("../images/common/cir_arw_grad_white.svg") no-repeat calc(100% - 1em) center #fff;
  background-size: 1.2em auto;
	padding: 1em;
  margin: 0px 1em 1em;
	border-radius: 60px;
	border: solid 1px #013895;
	outline: none;
	cursor: pointer;
	-webkit-appearance: none;
}
.contact_box .btn_area input:hover, .contact_box .btn_area input:focus { background: url("../images/common/cir_arw_grad_white_o.svg") no-repeat calc(100% - 1em) center, url("../images/common/submit_bg.svg") no-repeat center center; background-size: 1.2em auto, 100% 100%; color: #fff; border-color: #F0F8FF;}

.privacy_box { display: flex; gap: 0.5em 2em; flex-wrap: wrap;}

::placeholder { color: #999999;}

.wpcf7-radio .wpcf7-list-item { display: block; margin: 0px 0px 0.2em;}
.wpcf7-spinner { display: block; margin: 20px auto;}
.wpcf7-not-valid-tip { display: inline-block;}


