@charset "UTF-8";
/*-----------------------------------------
	ヘッダー
-----------------------------------------*/
header { z-index: 8500; position: fixed; top: 0; background: #FFF; /* border-bottom: 1px solid #cccccc; */ width: 100%; }

#head_menu_wrap { overflow: hidden; }

#head_menu { margin: 0 auto; width: 100%; height: 110px; background: #fff; }
#head_menu img { backface-visibility: hidden; -webkit-backface-visibility: hidden; }
#head_menu .pc_no { display: none; }
#head_menu #hm_wrap { margin: 0 auto; padding: 0 10px; display: flex; display: -webkit-flex; height: 110px; max-width: 1220px; align-items: center; -webkit-box-align: center; /*#hm_left*/ /*#hm_right*/ }
#head_menu #hm_wrap #hm_left { display: flex; display: -webkit-flex; line-height: 1.4; max-width: 700px; }
#head_menu #hm_wrap #hm_left > p, #head_menu #hm_wrap #hm_left > h1 { display: inline-block; line-height: 1; }
#head_menu #hm_wrap #hm_left > p img, #head_menu #hm_wrap #hm_left > h1 img { display: inline-block; vertical-align: top; line-height: 1; }
#head_menu #hm_wrap #hm_left > p img.logo, #head_menu #hm_wrap #hm_left > h1 img.logo { margin: 0 20px 0 0; max-width: 36px; }
#head_menu #hm_wrap #hm_left > p img.name, #head_menu #hm_wrap #hm_left > h1 img.name { margin: 5px 20px 0 0; max-width: 280px; }
#head_menu #hm_wrap #hm_left > p a, #head_menu #hm_wrap #hm_left > h1 a { display: block; width: 100%; }
#head_menu #hm_wrap #hm_left > p a:link, #head_menu #hm_wrap #hm_left > p a:visited, #head_menu #hm_wrap #hm_left > h1 a:link, #head_menu #hm_wrap #hm_left > h1 a:visited { color: #000; }
#head_menu #hm_wrap #hm_left > p a:active, #head_menu #hm_wrap #hm_left > p a:hover, #head_menu #hm_wrap #hm_left > h1 a:active, #head_menu #hm_wrap #hm_left > h1 a:hover { color: #101f5e; }
#head_menu #hm_wrap #hm_left .disc { margin: 1px 0 0 0; font-size: 11px; }
#head_menu #hm_wrap #hm_right { text-align: right; flex: 1; -webkit-flex: 1; }
#head_menu #hm_wrap #hm_right #hm_r_box ul { display: flex; -webkit-flex: 1; color: #fff; align-items: center; -webkit-box-align: center; justify-content: flex-end; -webkit-box-pack: end; }
#head_menu #hm_wrap #hm_right #hm_r_box ul li a { display: block; }
#head_menu #hm_wrap #hm_right #hm_r_box ul li a:hover { text-decoration: none; }
#head_menu #hm_wrap #hm_right #hm_r_box ul li.graduates a, #head_menu #hm_wrap #hm_right #hm_r_box ul li.career a { width: 140px; line-height: 50px; font-size: 16px; text-align: center; }
#head_menu #hm_wrap #hm_right #hm_r_box ul li.graduates a:link, #head_menu #hm_wrap #hm_right #hm_r_box ul li.graduates a:visited { color: #fff; background: #0271bd; }
#head_menu #hm_wrap #hm_right #hm_r_box ul li.graduates a:hover, #head_menu #hm_wrap #hm_right #hm_r_box ul li.graduates a:hover { color: #0271bd; background: #e0eef7; }
#head_menu #hm_wrap #hm_right #hm_r_box ul li.career { margin: 0 0 0 4px; }
#head_menu #hm_wrap #hm_right #hm_r_box ul li.career a:link, #head_menu #hm_wrap #hm_right #hm_r_box ul li.career a:visited { color: #fff; background: #003eba; }
#head_menu #hm_wrap #hm_right #hm_r_box ul li.career a:hover, #head_menu #hm_wrap #hm_right #hm_r_box ul li.career a:hover { color: #0271bd; background: #e0eef7; }
#head_menu #hm_wrap #hm_right #hm_r_box ul li.corp { margin: 0 0 0 4px; }
#head_menu #hm_wrap #hm_right #hm_r_box ul li.corp a:hover, #head_menu #hm_wrap #hm_right #hm_r_box ul li.corp a:hover { opacity: 0.75; }
#head_menu #hm_wrap #hm_right #hm_r_box ul li.corp a img { max-width: 140px; }
#head_menu #hm_wrap #hm_right #hm_r_box ul li.sp_btn { width: 60px; height: 60px; margin-left: 40px; position: relative; cursor: pointer; }
#head_menu #hm_wrap #hm_right #hm_r_box ul li.sp_btn span { border-top: 4px solid #0271bd; display: inline-block; font-size: 0; line-height: 0; position: absolute; left: 0; width: 50px; top: 50%; margin: -23px 0 0; transition: all 0.2s ease 0s; }
#head_menu #hm_wrap #hm_right #hm_r_box ul li.sp_btn span::before, #head_menu #hm_wrap #hm_right #hm_r_box ul li.sp_btn span::after { border-top: 4px solid #0271bd; content: ""; display: inline-block; position: absolute; left: 0; width: 50px; transition: all 0.2s ease 0s; }
#head_menu #hm_wrap #hm_right #hm_r_box ul li.sp_btn span::before { margin: 38px 0 0 0; }
#head_menu #hm_wrap #hm_right #hm_r_box ul li.sp_btn span::after { margin: 18px 0 0 0; }
#head_menu #hm_wrap #hm_right #hm_r_box ul li.sp_btn:hover, #head_menu #hm_wrap #hm_right #hm_r_box ul li.sp_btn:active { opacity: 0.8; }
#head_menu #hm_wrap #hm_right #hm_r_box ul li.sp_btn.opened span { -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); margin: 0px 0 0 0; }
#head_menu #hm_wrap #hm_right #hm_r_box ul li.sp_btn.opened span::before, #head_menu #hm_wrap #hm_right #hm_r_box ul li.sp_btn.opened span::after { content: ""; display: inline-block; position: absolute; }
#head_menu #hm_wrap #hm_right #hm_r_box ul li.sp_btn.opened span::before { -moz-transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -o-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); margin: -4px 0 0 0px; }
#head_menu #hm_wrap #hm_right #hm_r_box ul li.sp_btn.opened span::after { opacity: 0; -moz-transform: none; -webkit-transform: none; -o-transform: none; -ms-transform: none; transform: none; }

/*-----------------------------------------
　フッター
-----------------------------------------*/
#ft_recruit { margin: 0 auto; text-align: center; }
#ft_recruit .intro { padding: 0 10px; line-height: 2.4; font-size: 17px; }
#ft_recruit .entry_cap { margin: 60px auto 10px auto; height: 70px; }
#ft_recruit .entry_cap p { position: relative; font-size: 22px; font-weight: 500; letter-spacing: 0.24em; }
#ft_recruit .entry_cap p::before { position: absolute; top: -65px; left: 50%; color: rgba(221, 221, 221, 0.8); font-size: 90px; font-weight: 500; z-index: -1; transform: translateX(-50%); text-transform: uppercase; content: 'RECRUIT&ENTRY'; letter-spacing: 0.1em; }
#ft_recruit .entry h2 { margin: 0 0 50px 0; font-size: 32px; font-weight: 500; letter-spacing: 0.2em; }
#ft_recruit .entry .entry_open { margin: 0 auto 150px auto; background: #dfe4ea; }
#ft_recruit .entry .entry_open ul { display: flex; display: -webkit-flex; margin: 0 auto; height: 320px; max-width: 1920px; }
#ft_recruit .entry .entry_open ul li { display: flex; display: -webkit-flex; width: 50%; font-size: 32px; font-weight: 500; }
#ft_recruit .entry .entry_open ul li a { display: flex; display: -webkit-flex; width: 100%; color: #fff; flex-direction: column; -webkit-box-orient: vertical; -webkit-box-direction: normal; justify-content: center; -webkit-box-pack: center; letter-spacing: 0.14em; }
#ft_recruit .entry .entry_open ul li a span:nth-of-type(2) { margin: 10px auto 0 auto; padding: 10px 0 0 0; border-top: 2px solid #fff; width: 100%; display: inline-block; font-size: 24px; max-width: 160px; letter-spacing: 0.2em; }
#ft_recruit .entry .entry_open ul li a:active span:nth-of-type(2), #ft_recruit .entry .entry_open ul li a:hover span:nth-of-type(2) { border-top: 2px solid #0271bd; }
#ft_recruit .entry .entry_open ul li.graduates a:link, #ft_recruit .entry .entry_open ul li.graduates a:visited { color: #fff; background: #0070bc; }
#ft_recruit .entry .entry_open ul li.graduates a:active, #ft_recruit .entry .entry_open ul li.graduates a:hover { color: #0271bd; background: #e0eef7; }
#ft_recruit .entry .entry_open ul li.career a:link, #ft_recruit .entry .entry_open ul li.career a:visited { color: #fff; background: #003eba; }
#ft_recruit .entry .entry_open ul li.career a:active, #ft_recruit .entry .entry_open ul li.career a:hover { color: #0271bd; background: #e0eef7; }

footer { /*FIXナビ*/ /*ページトップへ*/ }
footer #ft_menu { padding: 0 10px 20px 10px; border-bottom: 1px solid #0070bc; text-align: center; }
footer #ft_menu > ul li { display: inline-block; }
footer #ft_menu > ul li::before { content: '／'; }
footer #ft_menu > ul li:first-of-type { margin: 0; }
footer #ft_menu > ul li:first-of-type::before { content: none; }
footer #ft_menu > ul li a { font-size: 15px; color: #222; }
footer #ft_menu > ul li a:hover { color: #999; }
footer #ft_codata { margin: 0 auto; padding: 60px 10px 70px; width: 100%; max-width: 920px; }
footer #ft_codata > p { margin: 0 0 15px 0; font-size: 22px; font-weight: 600; text-align: center; letter-spacing: 0.2em; }
footer #ft_codata .office { margin: 0 auto; max-width: 480px; font-size: 13px; }
footer #ft_codata .office dl { display: table; width: 100%; table-layout: fixed; }
footer #ft_codata .office dl dt, footer #ft_codata .office dl dd { display: table-cell; vertical-align: top; }
footer #ft_codata .office dl dt { width: 100px; }
footer #ft_codata .office dl dd span { display: inline-block; }
footer #ft_codata .office dl dd span:first-of-type { margin: 0 10px; }
footer #ft_codata .tel_fax { margin: 35px 0 0 0; padding: 20px 0 0 0; border-top: 1px solid #0070bc; text-align: center; }
footer #ft_codata .tel_fax ul li { padding: 0 10px; display: inline-block; font-size: 18px; font-weight: 500; letter-spacing: 0.2em; }
footer #copyright { width: 100%; padding: 5px 10px; line-height: 1.4; color: #fff; background: #222; font-size: 12px; font-weight: 400; text-align: center; }
footer #side_fix { width: 160px; position: fixed; top: 200px; right: 0; z-index: 6000; }
footer #side_fix ul { display: flex; display: -webkit-flex; width: 100%; flex-direction: column; -webkit-box-orient: vertical; -webkit-box-direction: normal; }
footer #side_fix ul li { margin: 0 0 20px 0; display: flex; display: -webkit-flex; text-align: center; }
footer #side_fix ul li:nth-of-type(n+3) { display: none; }
footer #side_fix ul li a { padding: 10px 5px; display: flex; display: -webkit-flex; width: 100%; height: 100px; line-height: 1.4; color: #fff; background: rgba(0, 0, 0, 0.8); font-size: 16px; flex-direction: column; -webkit-box-orient: vertical; -webkit-box-direction: normal; justify-content: center; -webkit-box-pack: center; border-radius: 5px 0 0 5px; }
footer #side_fix ul li a:hover { background: black; }
footer #side_fix ul li a span.eng { margin: 5px 0 0 0; display: inline-block; font-size: 12px; }
footer #pagetop { position: fixed; display: none; background: url("../img/re_arrow01_t.png") no-repeat #fff center center; background-size: 30px auto; right: 20px; bottom: 50px; padding: 0; width: 70px; height: 70px; border: 1px solid #0271bd; font-size: 32px; text-align: center; cursor: pointer; z-index: 8000; }
footer #pagetop:hover { border: 1px solid #fff; background: url("../img/re_arrow02_t.png") no-repeat #0271bd center center; background-size: 30px auto; }
footer #pagetop.pagetop_active { display: block; }

/*# sourceMappingURL=hf_block_r.css.map */
