@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&family=Zen+Kaku+Gothic+New:wght@400;700&family=Zen+Old+Mincho:wght@500&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: 0px;
	border: 0;
	border-bottom: 1px solid #707070;
	margin: 0;
	padding: 0;
}
input, select { vertical-align: middle;}
img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: top;
	-webkit-backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
}
*, *:before, *:after { box-sizing: border-box;}


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

	グローバル

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

body {
	font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	color: #242A33;
	font-size: 1em;
	line-height: 1.8;
	position: relative;
	min-width: 1030px;
}

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

a { color: #242A33; text-decoration: none;}
a:hover, a:active { color: #AF1F24;}

/* 文字装飾 */
.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;}
.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;}
.lh23 { line-height: 2.3;}

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

.fo_zen, .fo_zen * { font-family: "Zen Kaku Gothic New", sans-serif; font-weight: 400;}
.fo_zen.bold, .fo_zen .bold, .fo_zen.bold *, .fo_mont.bold, .fo_mont .bold, .fo_mont.bold * { font-weight: 700;}
.fo_mincho { font-family: "Zen Old Mincho", serif;}
.fo_mont { font-family: "Montserrat", sans-serif; font-weight: 500;}

.fo_white { color: #FFFFFF !important;}
.fo_red { color: #AF1F24 !important;}

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

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

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

.bold { font-weight: bold;}

.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;}
.back_red { background-color: #AF1F24 !important;}
.back_gray { background-color: #F5F5F5 !important;}

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

@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;}

.mt80-40 { margin-top: 80px !important;}

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

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

body { padding-top: 85px;}

.header { position: fixed; width: 100%; left: 0px; top: 0px; z-index: 9999; min-width: 1030px; display: flex; justify-content: space-between; align-items: center; padding: 0px 2em; height: 85px; font-size: clamp(0.8em,1.25vw,1em);}
.header h1 img { vertical-align: top;}
.header h1 span { font-size: 1.25em; letter-spacing: 0.05em; margin-left: 1em; line-height: 1;}

.gn { display: flex; align-items: center;}
.gn li { margin-left: 2em;}
.gn .btn_area01 a:after, .gn .btn_area02 a:after { content: ""; display: inline-block; background-repeat: no-repeat; background-position: center center; background-size: 100% auto; width: 1.05em; height: 0.9em; margin-left: 0.4em;}
.gn .btn_area01 a:after { background-image: url("../images/recruit/common/ico_link_black.svg");}
.gn .btn_area01 a:hover:after { background-image: url("../images/recruit/common/ico_link_red.svg");}
.gn .btn_area02 a:after { background-image: url("../images/recruit/common/ico_link_white.svg");}
.gn .btn_area02 a { display: block; background: #AF1F24; color: #fff; border-radius: 60px; padding: 0.55em 2.2em; transition: 0.3s;}
.gn .btn_area02 a:hover { background: #1D8ACB;}


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

.my_box { padding: 0px 15px 100px; position: relative;}
.my_box:before { content: ""; position: absolute; z-index: -1; width: 100%; left: 0px; bottom: -80px; height: 100%; background: #fff;}
.my_box figure { padding: 0px 7%;}
.my_box .btn_area a { display: inline-block; position: relative; background: #419EE4; color: #fff; text-decoration: none; font-size: min(5vw,1.25em); border-radius: 60px; width: 16.5em; padding: 0.9em 0.5em;}
.my_box .btn_area a:after { content: ""; position: absolute; background: url("../images/recruit/common/ico_link_white.svg") no-repeat center center; background-size: 100% auto; width: 1.15em; height: 1.1em; right: 2em; top: 50%; transform: translateY(-50%);}

.footer { background: #242A33; border-top-left-radius: 3em; border-top-right-radius: 3em; padding: 60px 0px 40px; z-index: 500;}
.footer a { color: #fff; transition: 0.3s;}
.footer a:hover { opacity: 0.7;}

.footer .box01 { display: flex; justify-content: space-between; align-items: center;}
.footer .list01 { display: flex; align-items: center; justify-content: center;}
.footer .list01 li:first-child { margin-right: 2.5em;}
.footer .btn01 a:before { content: ""; display: inline-block; background: url("../images/recruit/common/more_btn_red.svg") no-repeat center center; background-size: 100% auto; width: 0.7em; height: 1.3em; vertical-align: middle; margin-right: 0.5em; transition: 0.3s;}
.footer .btn01 a:hover:before { transform: translateX(0.2em);}

.footer .list02 { display: flex; justify-content: space-between; gap: 3em; align-items: center;}
.footer .copy { color: #707070;}


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

	トップページ

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

.yt_wrap { position: fixed; top: 86px; width: 100%; height: calc(100vh - 86px); z-index: -2;}
.yt_wrap > figure { width: 100%; height: 100%; padding: 0px 4%;}
.yt_wrap video { object-fit: cover; width: 100%; height: 100%; border-radius: 2.5em;}

.re_main { height: calc(100vh - 86px);}
.re_main .space01, .re_main .space02 { height: 6%;}
.re_main .text01 { margin: -3px auto; display: flex; width: 100%; height: 90%;}
.re_main .text01 img { width: auto; height: 100%; object-fit: cover;}
.re_main .text01:before, .re_main .text01:after { content: ""; background: #fff; width: 100vh;}
.re_main .text01:before { margin-right: -5px;}
.re_main .text01:after { margin-left: -5px;}

.yt_btn_area { display: flex; width: 100%; height: 100vh; justify-content: center; align-items: center;}

.re_wrap { padding: 40px 0px 1px;}

.top_sec01 .sec_bg01 { background: url("../images/recruit/top/top_sec01_bg01.png") no-repeat right calc(100% + 2px) #AF1F24; background-size: 1440px auto; font-size: 1.45em; padding: 120px 0px 280px; margin-bottom: -60px;}
.top_sec01 .sec_bg01 .box01 { line-height: 2.2; margin-bottom: 200px;}
.top_sec01 .sec_bg01 .box01 .img01 { right: -33%; top: -50px;}
.top_sec01 .sec_bg01 .box02 { display: flex; justify-content: flex-end;}
.top_sec01 .sec_bg01 .box02 dl { display: flex; align-items: center;}
.top_sec01 .sec_bg01 .box02 dt { margin-right: 1.5em;}
.top_sec01 .sec_bg01 .box02 .img01 { left: -20%; top: -150px;}

@media only screen and (min-width: 1600px) {
  .top_sec01 .sec_bg01 { background-size: 90% auto; background-position: right 700px;}
}

@media only screen and (min-width: 2240px) {
  .top_sec01 .sec_bg01 { background-size: 90% auto; background-position: right 200%;}
}

.top_head_dot { background: url("../images/recruit/common/heading_dot.svg") no-repeat left bottom; background-size: 32px auto; font-size: 2.5em; padding-bottom: 0.6em;}
.top_head_dot span { font-size: 0.6em;}

.top_sec01 .sec_wrap section { display: flex; justify-content: space-between;}
.top_sec01 .sec_wrap section:nth-of-type(even) { flex-flow: row-reverse;}
.top_sec01 .sec_wrap section .box_inner { width: 47%;}
.top_sec01 .sec_wrap section > figure:not(.bg01) { width: 69%; margin-right: -25%;}
.top_sec01 .sec_wrap section:nth-of-type(even) > figure:not(.bg01) { margin: 0px 0px 0px -25%;}

.top_sec01 .list01 { display: flex; gap: 30px; margin-top: -6%;}
.top_sec01 .list01 li { width: 32%;}

.top_sec01 figcaption { writing-mode: vertical-rl; top: -1em; font-size: 1.8em; line-height: 2;}
.top_sec01 section:nth-of-type(odd) figcaption { left: -0.8em;}
.top_sec01 section:nth-of-type(even) figcaption { right: -0.8em;}
.top_sec01 section:nth-of-type(odd) > figure:not(.bg01) img { border-top-left-radius: 2.5em; border-bottom-left-radius: 2.5em;}
.top_sec01 section:nth-of-type(even) > figure:not(.bg01) img { border-top-right-radius: 2.5em; border-bottom-right-radius: 2.5em;}
.top_sec01 figcaption > span:first-child:after { content: "、"; letter-spacing: -0.5em;}
.top_sec01 figcaption > span:last-child:after { content: "。"; letter-spacing: -0.5em;}
.top_sec01 figcaption .eng { display: inline-block; transform: rotate(-90deg);}

.top_sec01 .box03 { width: 380px;}

.top_sec01 .sec01 > figure:not(.bg01):before { content: ""; position: absolute; background: url("../images/recruit/top/top_sec01_bg04.svg") no-repeat center center; background-size: 100% auto; width: 654px; height: 598px; z-index: -2; bottom: -140px; left: 30%;}
.top_sec01 .sec01 .bg01 { bottom: -120%; left: -95%;}
.top_sec01 .sec02 > figure:not(.bg01):before { content: ""; position: absolute; background: url("../images/recruit/top/top_sec01_bg05.svg") no-repeat center center; background-size: 100% auto; width: 723px; height: 614px; z-index: -1; bottom: -200px; left: -250px;}
.top_sec01 .sec02 .bg01 { top: 0px; right: -500px;}
.top_sec01 .sec04 .bg01 { bottom: -320px; left: -450px; transform: scale(-1,1);}

.top_sec01 .sec_bg02 { background: url("../images/recruit/top/top_sec01_bg06.svg") no-repeat center center #F5F5F5; background-size: auto 100%; padding: 110px 0px;}
.top_sec01 .sec_bg02 figure { max-width: 800px; margin: auto;}
.top_sec01 .sec_bg02 figcaption { right: -1em;}
.top_sec01 .sec_bg02 figcaption span { background: #242A33; padding-top: 0.1em;}
.top_sec01 .sec_bg02 a { display: block; width: 100%; left: 0px; top: 0px; height: 100%; background: url("../images/recruit/top/top_sec01_btn.svg") no-repeat center center; background-size: 97px auto;}

.top_sec02 .sec01 { max-width: 1360px; margin: auto; padding: 80px 1% 20px;}
.top_sec02 .sec01 h2 { font-size: 2.5em;}
.top_sec02 .list01 { display: flex; justify-content: center; flex-wrap: wrap; gap: 5%; font-size: clamp(0.85em,1.2vw,1em)}
.top_sec02 .list01 li { width: 28.3333%; margin-bottom: 5%;}
.top_sec02 .list01 a { display: flex; transition: 0.3s;}
.top_sec02 .list01 a figure { width: 60%;}
.top_sec02 .list01 a img { transition: 0.3s;}
.top_sec02 .list01 a:hover img { filter: grayscale(1);}
.top_sec02 .list01 .box_inner { width: 40%; display: flex; flex-direction: column; justify-content: space-between; align-items: center; padding: 1.4em 0px 1em;}
.top_sec02 .list01 h3 { writing-mode: vertical-rl;}
.top_sec02 .list01 h3 span { transform: rotate(-90deg); display: inline-block; letter-spacing: 0px;}
.top_sec02 .list01 .box01 { background: url("../images/recruit/top/top_sec02_dot.svg") no-repeat center top; background-size: 1.6em auto; padding-top: 1.3em; color: #242A33;}

.top_sec02 .bx-wrapper { margin: auto;}

.top_sec02 .sec02 { display: flex; justify-content: space-between; align-items: center;}
.top_sec02 .sec02 > figure { width: 45%;}
.top_sec02 .sec02 > figure:before { content: ""; position: absolute; z-index: -1; background: url("../images/recruit/top/top_sec02_bg01.svg") no-repeat center center; background-size: 100% auto; width: 868px; height: 949px; top: 50%; left: 50%; transform: translate(-50%,-50%);}

.top_sec02 .sec03 { max-width: 1360px; margin: auto; background: url("../images/recruit/top/top_sec02_il02.svg") no-repeat calc(100% - 2em) calc(100% + 5px) #69C2EF; background-size: 140px auto; display: flex; justify-content: space-between; align-items: center; padding: 4% 3%;}
.top_sec02 .sec03 figure { width: 35%;}
.top_sec02 .sec03 .box_inner { width: 60%;}
.top_sec02 .sec03 h2 { font-size: clamp(1.3em,2vw,1.75em); margin: 0px -1em;}
.top_sec02 .sec03 .text01 { padding-right: 3em;}

.top_sec03 { padding: 90px 0px;}
.top_sec03 h2 { background: url("../images/recruit/common/heading_dot.svg") no-repeat center bottom; padding-bottom: 0.8em; background-size: 0.8em auto; font-size: 2.5em;}
.top_sec03 tr { border-bottom: solid 2px #F5F5F5;}
.top_sec03 th, .top_sec03 td { padding: 2em 1.3em; text-align: left; vertical-align: middle;}
.top_sec03 th { width: 15em;}


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

	下層ページ

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

/* 共通 */
.show_sp { display: none;}
.over_hidden, .img_hover { overflow: hidden;}
.link_pad { padding-top: 100px; margin-top: -100px;}

.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);}

.more_btn a {
	display: inline-block;
	max-width: 240px;
	width: 100%;
	text-align: center;
	text-decoration: none;
	position: relative;
	color: #fff;
	line-height: 1.6;
	padding: 0.75em 1.5em 0.75em 1em;
	letter-spacing: 0.05em;
	border-radius: 60px;
	background: url("../images/recruit/common/more_btn_red.svg") no-repeat calc(100% - 1.5em) center #242A33;
  background-size: 0.7em auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
  font-size: 1.2em;
  transition: 0.3s;
}
.more_btn a:hover { background-color: #AF1F24; background-image: url("../images/recruit/common/more_btn_white.svg");}

.iframe_wrap { position: relative; width: 100%; padding-top: 56.25%;/* 高さ÷幅 */ border-radius: 2em; overflow: hidden;}
.iframe_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.radius02 { border-radius: 2em;}
.radius025 { border-radius: 2.5em;}
.radius03 { border-radius: 3em;}

.pagettl { padding-top: 80px;}
.pagettl .box01 { background: url("../images/recruit/common/pagettl_bg01.svg") no-repeat left center; background-size: auto 100%; font-size: 1.2em; padding-left: 1.8em;}
.pagettl h2 { font-size: 2.5em;}
.pagettl:before { content: ""; position: absolute; z-index: -1; background: url("../images/recruit/top/top_sec01_bg03.svg") no-repeat right top; background-size: 100% auto; width: 1288px; height: 643px; top: 10px; left: -112%;}
.pagettl .fo_mont { text-transform: uppercase;}

.heading_dot { font-size: clamp(1.9em,2.3vw,2em); line-height: 1.7; background: url("../images/recruit/common/heading_dot.svg") no-repeat left bottom; background-size: 1em auto; padding-bottom: 0.8em;}


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

.int_main { max-width: 1440px; margin: auto; padding-left: 3%; font-size: clamp(0.8em,1vw,1em);}
.int_main .back_red, .int_main img { border-top-left-radius: 3em; border-bottom-left-radius: 3em;}
.int_main .back_red { display: flex; justify-content: space-between; align-items: flex-end; flex-flow: row-reverse;}
.int_main .box_inner { padding: 0px 0px 4% 5%; width: 32%;}
.int_main figure { width: 68%;}
.int_main figcaption { writing-mode: vertical-rl; top: 1em; font-size: 2.4em; line-height: 2; right: calc(100% - 1em);}
.int_main figcaption span { padding-top: 0.1em;}
.int_main figcaption > span:first-child:after { content: "、"; letter-spacing: -0.5em;}
.int_main figcaption > span:last-child:after { content: "。"; letter-spacing: -0.5em;}
.int_main h2 { font-size: 2.2em;}

.int_sec section { display: flex; justify-content: space-between; max-width: 1100px;}
.int_sec section:nth-of-type(odd) { flex-flow: row-reverse; margin-left: auto;}
.int_sec section > figure { width: 40%;}
.int_sec section .box_inner { width: 50%;}
.int_sec section .box_inner:before { content: ""; position: absolute; z-index: -1; background: url("../images/recruit/interview/int_bg_gray01.svg") no-repeat center center; background-size: 100% 100%; width: 704px; height: 598px; left: 50%; top: 50%; transform: translate(-50%,-57%);}
.int_sec section:nth-of-type(even) .box_inner:before { background-image: url("../images/recruit/interview/int_bg_gray02.svg");}
.int_sec section:nth-of-type(3) .box_inner:before { transform: translate(-50%,-53%);}

.int_sec section:nth-of-type(odd) .box_inner { padding-left: 4%;}
.int_sec section:nth-of-type(even) .box_inner { padding-right: 4%;}
.int_sec.back_gray section .box_inner:before { background-image: url("../images/recruit/interview/int_bg_white01.svg");}
.int_sec.back_gray section:nth-of-type(even) .box_inner:before { background-image: url("../images/recruit/interview/int_bg_white02.svg");}

.int_sec.back_gray { padding: 50px 0px 1px;}


/* ------------------------
	know
------------------------ */

.know_main { max-width: 1390px; margin: auto; padding: 0px 15px;}
.know_main .img01 { width: 65%; max-width: 752px; margin: -4% auto -7%;}
.know_main .text_box { width: 100%; left: 0px; top: 50%; transform: translateY(-50%);}
.know_main figcaption { writing-mode: vertical-rl; top: 1em; right: 1.5em; font-size: 2.5em; line-height: 1; text-orientation: upright;}
.know_main figcaption span { background: #242A33; padding: 0.15em 0px;}

.know_sec01 { padding: 140px 0px 100px;}

.know_sec01 .list01 { display: flex; gap: 8px; flex-wrap: wrap;}
.know_sec01 .list01 li { width: calc(33.3333% - 8px); display: flex; flex-direction: column; padding: 2em 0.5em 1em;}
.know_sec01 .list01 figure { flex-grow: 1; display: flex; align-items: center; justify-content: center;}
.know_sec01 .list01 img { vertical-align: middle;}



