/*
Theme Name: kawashima-gulp
Description: kawashima-gulp
Version: 1.0
Author: TakedaT
Author URI:
Version: 1.0
License: TakedaT
License URI:

create date: 2020/01/14
*/

/*****************************************************
Foundation
*****************************************************/

/*****************************************************
サイトの幅
*****************************************************/

/*****************************************************
ブレークポイント
*****************************************************/

/*****************************************************
色 : キーカラー
*****************************************************/

/*****************************************************
色 : 共通パーツ
*****************************************************/

/*****************************************************
フォント: サイズ
*****************************************************/

/*****************************************************
フォント: ファミリー
*****************************************************/

/*****************************************************
media screen
*****************************************************/

/*****************************************************
font
*****************************************************/

/*****************************************************
font size
*****************************************************/

/*****************************************************
text
*****************************************************/

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,
sub,
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%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul,
li {
	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;
	text-decoration: none;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

img {
	border: 0;
	vertical-align: top;
}

em {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 0;
	padding: 0;
}

input,
select,
textarea {
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

input:focus,
textarea:focus,
select:focus {
	outline: none;
}

/*****************************************************
base
*****************************************************/

* {
	box-sizing: border-box;
}

html {
	height: 100%;
	font-size: 62.5%;
}

body {
	min-width: 320px;
	width: 100%;
	height: 100%;
	overflow: auto;
	font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	line-height: 1.8;
	font-size: 10px;
	color: #333;
	background: #fff;
}

a {
	color: #083190;
	cursor: pointer;
	transition: .3s;
}

a:hover {
	text-decoration: none;
	opacity: 0.7;
	color: inherit;
}

a:active {
	text-decoration: none;
}

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

li {
	list-style: none;
}

p {
	font-size: 1.6rem;
	line-height: 1.6;
}

/*****************************************************
Layout
*****************************************************/

.bl_desc {
	margin-top: 80px;
	margin-bottom: 60px;
	padding: 0 40px;
}

.bl_desc_txt {
	font-size: 18px;
	line-height: 1.6;
}

.bl_content_title {
	font-size: 44px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.06em;
	border-bottom: 9px solid #333;
	padding-bottom: 12px;
	display: inline-block;
}

.bl_content_title_wrap {
	display: flex;
	justify-content: center;
	margin-bottom: 60px;
}

.bl_content_title__2row {
	margin-left: 80px;
	margin-bottom: 60px;
}

.bl_content_lead {
	font-size: 18px;
	line-height: 2;
}

.bl_content_subTitle {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.06em;
	line-height: 2;
}

.bl_sec_business {
	padding: 60px 80px;
}

.bl_sec_business__01 {
	padding: 75px 0 75px;
}

.bl_sec_business__02 {
	margin-bottom: 100px;
}

.bl_sec_business__02 .bl_content_lead {
	margin: 0 0 50px;
}

.bl_sec_business__03 {
	padding: 95px 0 95px;
}

.bl_sec_business__03 .bl_content_lead {
	margin: 0 0 55px;
}

.bl_sec_business__04 {
	margin-bottom: 80px;
}

.bl_sec_business__04 .bl_content_lead {
	margin: 0 0 20px;
}

.bl_sec_business_inner {
	padding: 60px 80px;
}

.bl_sec_business_wrap {
	padding: 80px 0;
}

.bl_tryangle_box {
	background-color: #fff;
	border: 3px solid #083190;
	padding: 35px 40px 40px;
	margin-bottom: 50px;
	position: relative;
}

.bl_tryangle_box::before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 42px 42px 0 0;
	border-color: #083190 transparent transparent transparent;
}

.bl_tryangle_box::after {
	position: absolute;
	content: '';
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 42px 42px;
	border-color: transparent transparent #AA2027 transparent;
}

.bl_tryangle_box:last-of-type {
	margin-bottom: 0;
}

.bl_tryangle_box_ttl {
	font-size: 28px;
	font-weight: bold;
	color: #083190;
	letter-spacing: 0.04em;
	line-height: 1.28;
	margin-bottom: 25px;
}

.bl_tryangle_box_txt {
	font-size: 16px;
	line-height: 1.75;
}

.bl_tryangle_box_img {
	width: 95%;
	margin-left: 30px;
	margin-right: auto;
}

.bl_tryangle_box__case1 .bl_tryangle_box_txt {
	margin-bottom: 10px;
}

.bl_tryangle_box__case2 .bl_tryangle_box_txt {
	margin-bottom: 30px;
}

.bl_tryangle_box__case3 .bl_tryangle_box_txt {
	margin-bottom: 30px;
}

.bl_dispenser {
	display: flex;
	justify-content: space-between;
}

.bl_dispenser_item {
	width: calc(100% / 3);
}

.bl_dispenser_item > div:first-of-type {
	margin-bottom: 20px;
}

.bl_dispenser_item02 {
	margin: 0 20px;
}

.bl_emotion_in {
	display: flex;
	position: relative;
}

.bl_emotion_body {
	width: 56%;
}

.bl_emotion_img {
	position: absolute;
	top: 0;
	right: calc(50% - 663px);
	width: 551px;
	height: 400px;
}

.bl_emotion_img figure {
	box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.3);
}

.bl_emotion_linkBtn {
	position: absolute;
	bottom: 40px;
	right: 5%;
}

.el_emotion {
	font-size: 20px;
	line-height: 2;
	font-family: 'Noto Serif JP';
	margin-bottom: 25px;
}

.el_signe {
	font-size: 20px;
	line-height: 2;
}

.el_name {
	font-size: 27px;
	line-height: 1.35;
	font-family: 'Noto Serif JP';
	font-weight: bold;
	margin-left: 1rem;
}

.bl_exImg_area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.bl_exImg_item {
	width: 48%;
}

.bl_exImg_item:nth-of-type(n + 3) {
	margin-top: 40px;
}

.img_tryangle {
	position: relative;
}

.img_tryangle::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-top: 28px solid #AA2027;
	border-left: 28px solid transparent;
}

.img_tryangle::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	border-left: 28px solid #AA2027;
	border-top: 28px solid transparent;
}

.img_tryangle.p_02::before {
	content: "";
	border-top: 45px solid #AA2027;
	border-left: 45px solid transparent;
}

.img_tryangle.p_02::after {
	display: none;
}

.bg_blue {
	background-color: #a8d2f4;
}

.bg_white {
	background-color: #fff;
}

.bg_gray {
	background-color: #E8ECEF;
}

.bg_blue-gray {
	background-color: #e8ecff;
}

.bg_gradation {
	background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 400px, #E8ECEF 400px, #E8ECEF 100%);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.bl_entry__space {
	padding: 120px 0 114px;
}

.bl_entry__inner {
	position: relative;
	padding: 120px 40px 80px;
	background: #fff;
}

.bl_entry__inner figure {
	margin: 0 18% 0 32%;
	max-width: 510px;
}

.bl_entry__title {
	display: inline-block;
	padding-bottom: 15px;
	font-size: 4.4rem;
	border-bottom: solid 10px #333;
}

.bl_entry__title--wrap {
	position: absolute;
	top: -40px;
	left: 0;
	width: 100%;
	text-align: center;
}

.l-footer {
	width: 100%;
}

.footer_menu {
	display: block;
}

.footer_menu_wrap {
	padding: 75px 0 100px;
	background-color: #FFFFFF;
}

.footer_menu_area {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.footer_menu_item {
	position: relative;
	margin-bottom: 20px;
	padding-left: 15px;
}

.footer_menu_item:last-child {
	margin-bottom: 0px;
}

.footer_menu_item a {
	display: block;
	font-size: 1.7rem;
	letter-spacing: -0.02em;
	font-weight: bold;
	line-height: 1.5;
	color: #333333;
}

.footer_menu_item a::before {
	content: '';
	display: inline-block;
	background: url("../image/recruit_footer_arrow_icon.png") no-repeat center center;
	background-size: contain;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translate(0px, -50%);
}

.footer_menu_item_child {
	margin-top: 16px;
	margin-left: 12px;
}

.footer_menu_item_child li {
	position: relative;
	margin-bottom: 7px;
	padding-left: 12px;
}

.footer_menu_item_child li:last-child {
	margin-bottom: 0px;
}

.footer_menu_item_child li a {
	display: block;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: -0.02em;
	line-height: 1.8;
	color: #333333;
}

.footer_menu_item_child li a::before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	border-right: 1px solid #083190;
	border-bottom: 1px solid #083190;
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translate(0px, -50%) rotate(-45deg);
}

.footer_menu_img {
	max-width: 253px;
	width: 100%;
	max-height: 60px;
}

.footer_menu_img a {
	display: block;
}

.footer_menu_img a img {
	width: 100%;
	height: auto;
}

.footer_sub_menu {
	display: flex;
}

.footer_sub_menu li {
	padding-left: 15px;
	margin-left: 15px;
	position: relative;
}

.footer_sub_menu li a {
	font-size: 1.4rem;
	line-height: 1.8;
	font-family: 500;
	color: #FFFFFF;
}

.footer_sub_menu li:first-child {
	padding-left: 0px;
	margin-left: 0px;
}

.footer_sub_menu li:first-child::before {
	display: none;
}

.footer_sub_menu li::before {
	content: '';
	background-color: #FFFFFF;
	width: 1px;
	height: 50%;
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translate(0, -50%);
}

.footer_sub_menu_wrap {
	padding: 30px 0;
	background-color: #041745;
}

.footer_sub_menu_area {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer_copy_right small {
	font-size: 1.4rem;
	line-height: 1.8;
	font-weight: 500;
	color: #FFFFFF;
}

.sp_footer_img_wrap {
	display: none;
}

/* TOPリンク */

.top_link {
	position: fixed;
	bottom: 100px;
	right: 30px;
	z-index: 500;
}

.top_link_btn {
	width: 56px;
	height: 56px;
	position: relative;
}

.top_link_btn a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(51, 51, 51, 0.3);
}

.top_link_btn a::before {
	content: '';
	position: absolute;
	top: 55%;
	left: 50%;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	transform: translate(-50%, -50%) rotate(-45deg);
	font-size: 1.6rem;
}

.l-header {
	width: 100%;
}

#header_area {
	position: fixed;
	z-index: 9999;
	height: 80px;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 0 80px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.-dcmsadm .dcms_editor #header_area {
	position: absolute;
	top: 195px;
}

.-dcmsadm #header_area {
	position: absolute;
	top: 95px;
}

.header_logo {
	display: flex;
	align-items: center;
	margin: 5px 0;
	max-width: 351px;
	width: auto;
	height: 70px;
	padding-right: 5px;
	z-index: 1000;
}

.header_logo img {
	width: 100%;
	height: auto;
}

.humberger_area {
	display: none;
}

.gnavi_area {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-left: auto;
}

.gnavi_area nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.gnavi_area ul {
	display: flex;
	flex-wrap: wrap;
	margin-right: 56px;
	gap: 4.4rem;
}

.gnavi_area ul li {
	padding: 8px 0;
}

.gnavi_area ul li a {
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.03em;
	color: #333333;
	line-height: 2;
}

.gnavi_area ul li#globalnav01 {
	position: relative;
}

.gnavi_area ul li#globalnav01 a {
	color: #083190;
}

.gnavi_area ul li#globalnav01 a::after {
	content: "";
	background-color: #083190;
	height: 4px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.gnavi_area ul li#globalnav01.main_current {
	position: static;
}

.gnavi_area ul li#globalnav01.main_current a {
	color: #333333;
}

.gnavi_area ul li#globalnav01.main_current a::after {
	display: none;
}

.gnavi_area ul li#globalnav01.main_current .txt {
	display: block;
	position: relative;
}

.gnavi_area ul li#globalnav01.main_current .txt::after {
	content: "";
	background-color: #083190;
	height: 4px;
	width: 100%;
	position: absolute;
	bottom: -8px;
	left: 0px;
}

.gnavi_area ul li.main_current a {
	color: #083190;
}

.gnavi_area ul li.main_current a::after {
	content: "";
	background-color: #083190;
	height: 4px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.gnavi_entry a {
	padding: 15px 0px;
	background-color: #DC000C;
	transition: .4s;
	border-radius: 4px;
	height: 56px;
	width: 140px;
	display: block;
	color: #FFFFFF;
	transition: .4s;
	font-size: 1.6rem;
	line-height: 1.7;
	font-weight: bold;
	letter-spacing: 0.03em;
	text-align: center;
}

.gnavi_entry a:hover {
	background-color: #FFF;
	cursor: pointer;
	color: #DC000C;
}

.gnavi_entry_wrap {
	display: flex;
}

.gnavi_entry.no2 a {
	margin-left: 16px;
	background-color: #083190;
	padding: 5px 0px;
	line-height: 1.4;
}

.gnavi_entry.no2 a:hover {
	background-color: #FFF;
	cursor: pointer;
	color: #083190;
}

.bl_info__recruit-list {
	display: flex;
	flex-wrap: wrap;
	border-top: solid 1px #dde1e3;
}

.bl_info__recruit-list dt {
	padding: 20px 0;
	width: 25%;
	color: #083190;
	font-size: 2rem;
	font-weight: 700;
	border-bottom: solid 1px #dde1e3;
}

.bl_info__recruit-list dd {
	padding: 20px 0;
	width: 75%;
	border-bottom: solid 1px #dde1e3;
}

.bl_info__target {
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 10px;
	padding: 5px 8px;
	color: #fff;
	font-size: 1.4rem;
	background: #DC000C;
	border-radius: 4px;
}

.bl_info__intern {
	display: inline-block;
	margin-right: 30px;
	padding: 5px 8px;
	color: #fff;
	font-size: 1.4rem;
	background: #48abff;
	border-radius: 4px;
}

.bl_info__table-type {
	margin-bottom: 16px;
	width: 100%;
	font-size: 1.6rem;
	border-right: solid 1px #e8ecef;
}

.bl_info__table-type th {
	padding: 12px;
	background: #e8ecef;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	vertical-align: middle;
}

.bl_info__table-type td {
	padding: 12px 20px;
	text-align: center;
	border-bottom: solid 1px #e8ecef;
	border-left: solid 1px #e8ecef;
	vertical-align: middle;
}

.bl_info__table-type .table_head {
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
	background: #083190;
}

.bl_info__table-type .type-work {
	width: 20%;
}

.bl_info__table-type .table_left {
	text-align: left;
}

.bl_info__table-salary {
	margin-bottom: 16px;
	width: 100%;
	font-size: 1.6rem;
	border-right: solid 1px #e8ecef;
}

.bl_info__table-salary th {
	padding: 12px;
	background: #e8ecef;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	vertical-align: middle;
}

.bl_info__table-salary td {
	padding: 12px 20px;
	text-align: center;
	border-bottom: solid 1px #e8ecef;
	border-left: solid 1px #e8ecef;
	vertical-align: middle;
}

.bl_info__table-salary .table_head {
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
	background: #083190;
}

.bl_info__table-salary .type-course {
	width: 30%;
}

.bl_info__table-salary .table_left {
	text-align: left;
}

.bl_info__wrap {
	margin: 0 auto;
	padding: 40px;
	width: 94%;
	max-width: 1870px;
	border: solid 40px #a8d2f4;
}

.bl_info__step {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 80px;
}

.bl_info__step li {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 2%;
	padding: 10px;
	width: 15%;
	max-width: 232px;
	min-height: 256px;
	color: #083190;
	border: solid 3px #083190;
}

.bl_info__step li::after {
	position: absolute;
	top: 38%;
	right: -22px;
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 20.8px;
	border-color: transparent transparent transparent #083190;
}

.bl_info__step li:last-child {
	margin-right: 0;
	color: #AA2027;
	background: rgba(237, 127, 133, 0.3);
	border: solid 3px #AA2027;
}

.bl_info__step li:last-child::after {
	display: none;
}

.bl_info__step--wrap {
	position: absolute;
	top: -50px;
	left: 0;
	width: 100%;
	text-align: center;
}

.bl_info__step--title {
	display: inline-block;
	padding: 0 10px;
	font-size: 5.5rem;
	line-height: 1;
	font-family: 'Rubik';
	text-align: center;
	background: #fff;
}

.bl_info__step--title .step-title__item {
	display: block;
	font-size: 2.5rem;
}

.bl_info__step--title-last {
	display: inline-block;
	padding: 20px;
	color: #fff;
	font-size: 5.5rem;
	line-height: 1;
	font-family: 'Rubik';
	text-align: center;
	background: #AA2027;
	border-radius: 50%;
}

.bl_info__step--title-last .step-title__item {
	display: block;
	font-size: 2.5rem;
}

.bl_info__step--name {
	font-size: 3.1rem;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
}

.bl_info__step--name .name_note {
	display: block;
	font-size: 1.6rem;
	line-height: 1.4;
}

.bl_info__step--name-last {
	color: #AA2027;
	font-size: 3.1rem;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
}

.bl_info__step--name-last .name_note {
	display: block;
	font-size: 1.6rem;
	line-height: 1.4;
}

.bl_process {
	margin-bottom: 10px;
	font-size: 2.8rem;
}

.bl_process__space {
	padding: 80px 0 110px;
}

.bl_process__space--bottom-none {
	padding-bottom: 0px;
}

.bl_process__space#career-entry {
	margin-bottom: 80px;
}

.bl_process__inner-wide {
	margin: 0 auto;
	padding: 40px;
	width: 94%;
	max-width: 1570px;
	background: #fff;
	border: solid 40px #a8d2f4;
}

.bl_process__inner {
	padding: 50px 40px 40px;
	background: #fff;
	border: solid 40px #a8d2f4;
}

.bl_process__inner--space {
	margin-bottom: 120px !important;
}

.bl_process__inner .text__space {
	margin-bottom: 20px;
}

.bl_process__inner .text__space a {
	display: inline-block;
	margin-right: 10px;
	color: #083190;
	font-size: 2rem;
	font-weight: 700;
	text-decoration: underline;
}

.bl_process__inner .address__title {
	margin-bottom: 10px;
	font-size: 1.6rem;
	font-weight: 900;
}

.bl_process__step {
	display: flex;
	flex-wrap: wrap;
	margin-top: 80px;
}

.bl_process__step li {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 5%;
	padding: 10px;
	width: 16%;
	max-width: 232px;
	min-height: 256px;
	color: #083190;
	border: solid 3px #083190;
}

.bl_process__step li::after {
	position: absolute;
	top: 38%;
	right: -22px;
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 20.8px;
	border-color: transparent transparent transparent #083190;
}

.bl_process__step li:last-child {
	margin-right: 0;
	color: #AA2027;
	background: rgba(237, 127, 133, 0.3);
	border: solid 3px #AA2027;
}

.bl_process__step li:last-child::after {
	display: none;
}

.bl_process__step--wrap {
	position: absolute;
	top: -50px;
	left: 0;
	width: 100%;
	text-align: center;
}

.bl_process__step--title {
	display: inline-block;
	padding: 0 10px;
	font-size: 5.5rem;
	line-height: 1;
	font-family: 'Rubik';
	text-align: center;
	background: #fff;
}

.bl_process__step--title .step-title__item {
	display: block;
	font-size: 2.5rem;
}

.bl_process__step--title-last {
	display: inline-block;
	padding: 20px;
	color: #fff;
	font-size: 5.5rem;
	line-height: 1;
	font-family: 'Rubik';
	text-align: center;
	background: #AA2027;
	border-radius: 50%;
}

.bl_process__step--title-last .step-title__item {
	display: block;
	font-size: 2.5rem;
}

.bl_process__step--name {
	font-size: 3.1rem;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
}

.bl_process__step--name .name_note {
	display: block;
	font-size: 1.6rem;
	line-height: 1.4;
}

.bl_process__step--name-last {
	color: #AA2027;
	font-size: 3.1rem;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
}

.bl_process__step--name-last .name_note {
	display: block;
	font-size: 1.6rem;
	line-height: 1.4;
}

.acMenu {
	margin-bottom: 30px;
	font-size: 1.6rem;
}

.acMenu dt {
	position: relative;
	cursor: pointer;
	display: block;
	padding: 20px 20px 20px 80px;
	min-height: 60px;
	color: #fff;
	font-size: 1.8rem;
	line-height: 1.2;
	background: url(/dcms_media/image/recruit_ico_q.png) no-repeat #083190;
	background-position: 2% 50%;
	background-size: 22px 28px;
}

.acMenu dt::after {
	position: absolute;
	top: 40%;
	right: 2%;
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-right: solid 2px #fff;
	border-bottom: solid 2px #fff;
	transform: rotate(45deg);
}

.acMenu .active::after {
	position: absolute;
	top: 46%;
	right: 2%;
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-right: solid 2px #fff;
	border-bottom: solid 2px #fff;
	transform: rotate(-135deg);
}

.acMenu dd {
	display: none;
	padding: 30px 20px 35px;
	background: #e8ecef;
}

.-dcmsadm .dcms_editor .acMenu dd {
	display: block;
}

.acMenu dd p {
	padding-left: 60px;
	background: url(/dcms_media/image/recruit_ico_a.png) no-repeat;
	background-position: 2% 10%;
	background-size: 22px 23px;
}

.bl_interview__space {
	padding: 120px 0 0px;
}

.bl_interview__space.last-elem {
	padding-bottom: 120px;
}

.bl_interview__inner {
	padding: 40px;
	background: #fff;
}

.bl_interview__inner .text__space {
	margin-bottom: 40px;
}

.bl_interview__margin {
	margin-bottom: 120px;
}

.bl_interview__head-l {
	position: relative;
	margin-bottom: 130px;
}

.bl_interview__head-l figure {
	margin-left: auto;
	max-width: 800px;
}

.bl_interview__head-l--name {
	position: absolute;
	bottom: -46px;
	left: 13%;
	padding: 40px 50px;
	min-width: 320px;
	color: #fff;
	text-align: center;
	background: rgba(8, 49, 144, 0.8);
}

.bl_interview__head-l--name::after {
	position: absolute;
	bottom: 0;
	right: 0;
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 40px 40px;
	border-color: transparent transparent #AA2027 transparent;
}

.bl_interview__head-l--name h3 {
	margin-bottom: 10px;
	font-size: 2.4rem;
	line-height: 1.4;
}

.bl_interview__head-l--name p {
	font-size: 2rem;
}

.bl_interview__head-r {
	position: relative;
	margin-bottom: 130px;
}

.bl_interview__head-r figure {
	margin-right: auto;
	max-width: 800px;
}

.bl_interview__head-r--name {
	position: absolute;
	bottom: -40px;
	right: 13%;
	padding: 40px 50px;
	min-width: 320px;
	color: #fff;
	text-align: center;
	background: rgba(8, 49, 144, 0.8);
}

.bl_interview__head-r--name::after {
	position: absolute;
	bottom: 0;
	right: 0;
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 40px 40px;
	border-color: transparent transparent #AA2027 transparent;
}

.bl_interview__head-r--name h3 {
	margin-bottom: 10px;
	font-size: 2.4rem;
	line-height: 1.4;
}

.bl_interview__head-r--name p {
	font-size: 2rem;
}

.bl_interview__inner-title {
	position: relative;
	margin-bottom: 24px;
	padding-left: 30px;
	color: #083190;
	font-size: 2.4rem;
}

.bl_interview__inner-title::before {
	position: absolute;
	top: 50%;
	left: 0;
	content: '';
	display: block;
	width: 20px;
	height: 4px;
	background: #083190;
}

.bl_interview__inner-title-multiline {
	position: relative;
	margin-bottom: 24px;
	padding-left: 30px;
	color: #083190;
	font-size: 2.4rem;
}

.bl_interview__inner-title-multiline::before {
	position: absolute;
	top: 50%;
	left: 0;
	content: '';
	display: block;
	width: 20px;
	height: 4px;
	background: #083190;
}

.bl_interview__inner-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}

.bl_interview__inner-wrap figure {
	width: 40%;
	max-width: 440px;
}

.bl_interview__inner-item {
	width: 55%;
	max-width: 640px;
}

.bl_new-grad__space {
	margin: 150px 0 100px;
}

.bl_new-grad__inner {
	position: relative;
	padding: 100px 40px 40px;
}

.bl_new-grad__title {
	display: inline-block;
	padding-bottom: 10px;
	font-size: 4.4rem;
	border-bottom: solid 10px #333;
}

.bl_new-grad__title--wrap {
	position: absolute;
	top: -56px;
	left: 0;
	width: 100%;
	text-align: center;
}

.bl_new-grad__img {
	margin-bottom: 32px;
}

.bl_new-grad__img img {
	width: 100%;
}

.bl_new-grad__img--col-2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 32px;
}

.bl_new-grad__img--col-2 figure {
	width: 49%;
	max-width: 546px;
}

.bl_occupation_anchor-title {
	margin-bottom: 10px;
	font-size: 2.8rem;
}

.bl_occupation__space {
	padding: 45px 0 45px;
}

.bl_occupation__space.first-elem {
	padding-top: 120px;
}

.bl_occupation__space.last-elem {
	padding-bottom: 120px;
}

.bl_occupation__inner {
	padding: 40px 40px 50px;
	background: #fff;
}

.bl_occupation__inner--space {
	margin-bottom: 90px;
}

.bl_occupation__list {
	margin-bottom: 40px;
	width: 100%;
	border-right: solid 1px #e8ecff;
}

.bl_occupation__list th {
	padding: 30px 10px;
	width: 25%;
	min-width: 290px;
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
	background: #083190;
	border-bottom: solid 1px #fff;
	border-right: solid 2px #fff;
	vertical-align: middle;
	box-sizing: border-box;
}

.bl_occupation__list td {
	padding: 30px 25px;
	font-size: 1.6rem;
	border-top: solid 1px #e8ecff;
	border-bottom: solid 1px #e8ecff;
	border-left: solid 3px #e8ecff;
}

.bl_occupation__list td ul {
	margin-bottom: 10px;
}

.bl_occupation__list td ul li {
	margin-left: 20px;
	list-style-type: disc;
}

.bl_special_lower_mv {
	max-width: 1460px;
	width: 75%;
	height: auto;
	min-height: 200px;
	z-index: 2;
}

.bl_special_lower_mv img {
	width: 100%;
	height: auto;
}

.bl_special_lower_mv__wrap {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-end;
}

.bl_special_lower_mv__section {
	position: relative;
	width: 100%;
	margin-top: 32px;
}

.bl_special_lower_mv_card {
	width: 545px;
	height: 270px;
	position: relative;
	z-index: 3;
	transform: translate(0, -50%);
}

.bl_special_lower_mv_card__wrap {
	width: 100%;
}

.bl_special_lower_mv_card__inner {
	padding: 35px 58px 30px;
	width: 100%;
	background-color: #FFFFFF;
}

.bl_special_lower_mv_card__inner.bl_text_center {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.bl_special_lower_mv_card__inner.bl_conference_card_inner {
	padding: 40px 58px 45px;
}

.bl_special_lower_mv_card__ttl {
	font-size: 2.8rem;
	letter-spacing: 0.04em;
	line-height: 1.2;
	font-weight: bold;
	color: #083190;
	margin-bottom: 25px;
}

.bl_special_lower_mv_card__txt {
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 1.5;
}

.bl_special_lower_mv_card__txt_wrap {
	margin-top: 10px;
}

.bl_special_lower_mv_card__txt_wrap .bl_special_lower_mv_card__txt {
	font-size: 2.2rem;
	line-height: 1.7;
	color: #083190;
}

.bl_special_lower_mv__foot_bg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 350px 470px;
	width: 350px;
	height: 470px;
	position: absolute;
	top: 380px;
	left: 80px;
	z-index: 1;
}

.bl_special_lower_content {
	width: calc(100% - 430px - 130px);
	margin-right: 130px;
}

.bl_special_lower_content p {
	font-size: 1.6rem;
	margin-top: 30px;
}

.bl_special_lower_content p:first-child {
	margin-top: 0px;
}

.bl_special_lower_content__section {
	padding-top: 60px;
}

.bl_special_lower_content__section.bl_img_block_conference__section {
	padding-bottom: 120px;
	padding-top: 25px;
}

.bl_special_lower_content__wrap {
	background-color: #FFFFFF;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 90px 65px;
	margin-top: -20px;
}

.bl_special_lower_content__img {
	width: 430px;
	height: auto;
}

.bl_special_lower_content__img img {
	width: 100%;
	height: auto;
}

.bl_special_lower_content_ttl {
	font-size: 4.4rem;
	letter-spacing: 0.06em;
	line-height: 1.1;
	position: relative;
}

.bl_special_lower_content_ttl::after {
	content: '';
	width: 180px;
	height: 9px;
	display: inline-block;
	background-color: #333333;
	position: absolute;
	bottom: -25px;
	left: 0px;
}

.bl_special_lower_content_ttl__wrap {
	width: 100%;
	display: flex;
	align-items: center;
	padding-left: 40px;
}

.bl_img_block {
	margin-top: 30px;
	margin-bottom: 80px;
}

.bl_img_block:last-child {
	margin-bottom: 0px;
}

.bl_img_block__section {
	padding-top: 120px;
	padding-bottom: 40px;
}

.bl_img_block__wrap {
	width: 100%;
	padding: 80px 140px;
	background-color: #FFFFFF;
}

.bl_img_block__head {
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.4;
	color: #083190;
}

.bl_img_block__ttl {
	font-size: 24px;
	line-height: 1.5;
	font-weight: bold;
	padding-left: 15px;
	position: relative;
	margin-bottom: 20px;
}

.bl_img_block__ttl::before {
	content: "";
	display: inline-block;
	background-color: #083190;
	position: absolute;
	height: 100%;
	width: 5px;
	top: 50%;
	left: 0px;
	transform: translate(0, -50%);
}

.bl_img_block__txt {
	margin-bottom: 20px;
	font-size: 1.6rem;
}

.bl_img_block__img {
	width: 100%;
	height: auto;
}

.bl_img_block__img img {
	width: 100%;
	height: auto;
}

.bl_img_block_flex {
	width: 100%;
	display: flex;
	margin-bottom: 20px;
}

.bl_img_block_flex__wrap {
	margin-bottom: 60px;
}

.bl_img_block_flex__img {
	width: 300px;
	height: auto;
	margin-right: 32px;
}

.bl_img_block_flex__img img {
	width: 100%;
	height: auto;
}

.bl_img_block_flex__ttl {
	font-size: 2.0rem;
	font-weight: bold;
	color: #083190;
	margin-bottom: 10px;
}

.bl_img_block_flex__txt {
	font-size: 1.6rem;
}

.bl_img_block_flex__content {
	width: calc(100% - 332px);
}

.bl_box_center {
	padding: 90px 140px;
}

.bl_box_center__section {
	padding: 80px 0;
}

.bl_box_center__ttl {
	font-size: 3.2rem;
	line-height: 1.1;
	color: #083190;
	margin-bottom: 32px;
}

.bl_box_center__txt {
	font-size: 1.4rem;
	line-height: 1.8;
}

.bl_img_block_conference {
	width: 100%;
	display: flex;
	margin-bottom: 24px;
}

.bl_img_block_conference dt {
	width: 65px;
	margin-right: 5px;
	font-size: 1.6rem;
	font-weight: bold;
}

.bl_img_block_conference dd {
	width: calc(100% - 70px);
	font-size: 1.6rem;
}

.bl_img_block_conference__wrap {
	padding: 70px 80px;
}

.bl_img_block_conference__block {
	margin-bottom: 80px;
}

.bl_img_block_conference__line {
	font-size: 1.8rem;
	line-height: 1.6;
	font-weight: bold;
	background: linear-gradient(transparent 40%, #FFCCD0 40%);
}

.bl_img_block_conference__ttl {
	font-size: 2.8rem;
	padding-left: 30px;
	margin-bottom: 40px;
	color: #083190;
	position: relative;
}

.bl_img_block_conference__ttl::before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 20px;
	height: 4px;
	background: #083190;
	content: '';
}

.bl_img_block_conference__flex_p-01 {
	margin-bottom: 60px;
}

.bl_img_block_conference__flex_p-02 {
	margin-bottom: 0px;
}

/*------------------------------
 スペシャルコンテンツ
------------------------------*/

.bl_special {
	width: 100%;
}

.bl_special__bg {
	width: 100%;
	padding: 90px 0 70px;
	background-color: #E8ECEF;
	position: relative;
	z-index: 0;
}

.bl_special__bg::after {
	content: "";
	background: #98cbf4 no-repeat center left;
	width: 72%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

/*------------------------------
 TOP
------------------------------*/

.l_top_mv {
	width: 100%;
	margin-bottom: 100px;
}

.grid_mv_list {
	width: 100%;
	display: grid;
	grid-template-columns: 50% 28% 22%;
	grid-template-rows: 50% 25% 25%;
}

.grid_mv_list_item {
	cursor: pointer;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: auto;
}

.grid_mv_list_item figure {
	width: 100%;
	height: auto;
}

.grid_mv_list_item figure img {
	width: 100%;
	height: auto;
	transition: transform .6s ease;
}

.grid_mv_list_item.p_01 {
	grid-row: 1 / 4;
}

.grid_mv_list_item.p_02 {
	grid-column: 2 / 4;
}

.grid_mv_list_item.p_03 {
	grid-row: 2 / 4;
}

.grid_mv_list_item:hover figure img {
	transform: scale(1.1);
}

.grid_mv_list_item:hover::before {
	opacity: 1;
}

.grid_mv_list_item::before {
	background: rgba(72, 171, 255, 0.5);
	bottom: 0;
	content: '';
	height: auto;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity .6s ease;
	width: 100%;
	z-index: 1;
}

.l_top_news {
	width: 100%;
	margin-top: 100px;
	margin-bottom: 100px;
}

.l_top_news dl {
	border-bottom: 1px solid #DDDDDD;
	padding: 35px 0;
	display: flex;
	align-items: center;
}

.l_top_news dl:first-of-type {
	padding-top: 15px;
}

.l_top_news dl .rss_date {
	font-size: 1.4rem;
	line-height: 2.5;
	letter-spacing: 0.08em;
	font-weight: 500;
	color: #999999;
}

.l_top_news dl .rss_title {
	margin-left: 24px;
}

.l_top_news dl .rss_title a {
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.6;
	color: #333333;
	display: flex;
	align-items: center;
	width: 100%;
}

.l_top_news dl .rss_title a .rss_new {
	color: #AA2027;
	border: 1px solid #AA2027;
	border-radius: 4px;
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: 0.02em;
	padding: 4px 15px;
	margin-right: 24px;
	min-width: 90px;
}

.l_top_news dl .rss_title a .rss_new.is-blue {
	color: #083190;
	border-color: #083190;
}

.l_top_special {
	width: 100%;
}

.l_top_special_bg {
	width: 100%;
	padding: 90px 0 70px;
	background-color: #E8ECEF;
	position: relative;
	z-index: 0;
}

.l_top_special_bg::after {
	content: "";
	background: #48ABFA no-repeat center left;
	width: 72%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.l_top_special .article_list_item {
	animation: fadeup 2s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

.bl_wel-edu__pickup {
	position: relative;
	padding: 50px 40px;
	width: 93.3%;
	min-height: 308px;
	background: #fff;
}

.bl_wel-edu__pickup p {
	width: 55%;
	max-width: 620px;
}

.bl_wel-edu__pickup--margin {
	margin-bottom: 145px;
}

.bl_wel-edu__pickup--space {
	padding: 80px 0 175px;
}

.bl_wel-edu__pickup--space.top {
	padding-top: 80px;
	padding-bottom: 0;
}

.bl_wel-edu__pickup--space.bottom {
	padding-top: 0;
	padding-bottom: 120px;
}

.bl_wel-edu__pickup--img {
	position: absolute;
	bottom: -90px;
	right: -80px;
	width: 45%;
}

.bl_wel-edu__pickup-wide {
	position: relative;
	padding: 0;
	width: 93.3%;
	min-height: 308px;
	background: #fff;
}

.bl_wel-edu__pickup-wide p {
	width: 55%;
	max-width: 620px;
}

.bl_wel-edu__pickup-wide--margin {
	margin-bottom: 140px;
}

.bl_wel-edu__pickup-wide--space {
	padding: 80px 0 120px;
}

.bl_wel-edu__pickup-wide--img {
	position: absolute;
	bottom: -60px;
	right: -80px;
	width: 45%;
}

.bl_wel-edu__space {
	padding: 80px 0;
}

.bl_wel-edu__inner {
	display: flex;
	flex-wrap: wrap;
	padding: 40px;
}

.bl_wel-edu__item {
	position: relative;
	margin-right: 2.5%;
	margin-bottom: 32px;
	padding: 40px 60px;
	width: 48.5%;
	background: #fff;
	border: solid 3px #083190;
	display: flex;
	flex-direction: column;
}

.bl_wel-edu__item figure {
	margin-top: auto;
}

.bl_wel-edu__item:nth-child(2n) {
	margin-right: 0;
}

.bl_wel-edu__item::before {
	position: absolute;
	top: 0px;
	left: 0px;
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 40px 0 0;
	border-color: #083190 transparent transparent transparent;
	z-index: 1;
}

.bl_wel-edu__item::after {
	position: absolute;
	bottom: 0px;
	right: 0px;
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 40px 40px;
	border-color: transparent transparent #AA2027 transparent;
}

.bl_wel-edu__item p {
	margin-bottom: 24px;
	letter-spacing: -0.05rem;
}

.bl_wel-edu__title {
	margin-bottom: 40px;
	color: #083190;
	font-size: 2.8rem;
}

.bl_wel-edu__flow-title {
	margin-bottom: 30px;
	color: #083190;
	font-size: 2.4rem;
}

.bl_wel-edu__flow-arrow {
	margin-top: 30px;
	margin-left: auto;
	padding-top: 80px;
	width: 1020px;
	max-width: 1020px;
	background: url(/dcms_media/image/recruit_education_arrow.png) no-repeat;
	background-position: 0 0;
	background-size: 1020px 72px;
}

.bl_wel-edu__flow-text {
	margin-left: auto;
	width: 1020px;
}

.bl_wel-edu__table {
	width: 100%;
}

.bl_wel-edu__table-warp {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	overflow-x: scroll;
}

.bl_wel-edu__table--wrap {
	overflow-x: hidden;
}

.bl_wel-edu__table--space {
	margin-top: 100px;
}

.bl_wel-edu__table--space02 {
	margin-top: 100px;
}

.bl_wel-edu__table .table_head {
	padding: 12px 10px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 900;
	text-align: center;
	background: #083190;
	border-right: solid 1px #ddd;
}

.bl_wel-edu__table .table_space {
	width: 10%;
	background: #fff;
}

.bl_wel-edu__table th {
	background: #e8ecef;
	font-size: 1.8rem;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}

.bl_wel-edu__table td {
	padding: 12px 10px;
	font-size: 1.4rem;
	text-align: center;
	vertical-align: middle;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}

.bl_wel-edu__table .table_left {
	text-align: left;
	font-size: 1.6rem;
}

.bl_wel-edu__inner-small {
	margin: 0 auto;
	padding: 40px 40px 100px;
	max-width: 1120px;
	background: #fff;
}

.bl_wel-edu__inner-space {
	margin-bottom: 80px;
}

/*****************************************************
Object/Component
*****************************************************/

#locator {
	margin: 20px auto 20px;
}

#locator ol {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 40px;
}

#locator ol li {
	margin-right: 10px;
	padding-right: 10px;
	font-size: 1.2rem;
	border-right: solid 1px #333;
}

#locator ol li:last-child {
	margin-right: 0;
	color: #48ABFF;
	border-right: none;
}

#locator ol li a {
	color: #333;
}

#locator ol li a:hover {
	color: #48ABFF;
	transition: all .3s ease;
}

.bl_under-navi__space {
	padding: 90px 0 80px;
}

.bl_under-navi__wrap {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 80px 40px 80px 65px;
	background: #fff;
}

.bl_under-navi__title {
	padding-bottom: 10px;
	font-size: 4.4rem;
	letter-spacing: 0.05em;
	border-bottom: solid 10px #333;
}

.bl_under-navi__title--wrap {
	position: absolute;
	top: -50px;
	left: 40px;
}

.bl_under-navi__title--wrap.center {
	left: 21%;
	top: -40px;
}

.bl_under-navi__contents {
	padding-top: 40px;
	width: 38%;
}

.bl_under-navi__contents p {
	margin-bottom: 30px;
	font-size: 1.6rem;
}

.bl_under-navi__list {
	display: flex;
	flex-wrap: wrap;
	width: 56.5%;
}

.bl_under-navi__list li {
	margin-right: 4%;
	margin-bottom: 24px;
	width: 47.5%;
	text-align: center;
}

.bl_under-navi__list li:nth-child(2n) {
	margin-right: 0;
}

.bl_under-navi__list li a {
	display: block;
	padding: 30px 10px 30px 70px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	background: url(/dcms_media/image/recruit_white_arrow_icon.png) no-repeat;
	background-position: 95% 50%;
	background-size: 20px 20px;
}

.bl_icon__introduction {
	background: url(/dcms_media/image/recruit_ico_introduction.png) no-repeat #083190;
	background-position: 10% 50%;
	background-size: 80px 50px;
	border-radius: 4px;
}

.bl_icon__introduction:hover {
	opacity: .7;
	transition: all .3s ease;
}

.bl_icon__recruiting {
	background: url(/dcms_media/image/recruit_ico_recruiting.png) no-repeat #083190;
	background-position: 10% 50%;
	background-size: 42px 58px;
	border-radius: 4px;
}

.bl_icon__recruiting:hover {
	opacity: .7;
	transition: all .3s ease;
}

.bl_icon__process {
	background: url(/dcms_media/image/recruit_ico_process.png) no-repeat #083190;
	background-position: 10% 50%;
	background-size: 58px 58px;
	border-radius: 4px;
}

.bl_icon__process:hover {
	opacity: .7;
	transition: all .3s ease;
}

.bl_icon__faq {
	background: url(/dcms_media/image/recruit_ico_faq.png) no-repeat #083190;
	background-position: 10% 50%;
	background-size: 80px 54px;
	border-radius: 4px;
}

.bl_icon__faq:hover {
	opacity: .7;
	transition: all .3s ease;
}

.bl_anchor__space {
	padding: 60px 0;
}

.bl_anchor__wrap {
	padding: 40px 40px 20px;
	background: #fff;
}

.bl_anchor__list--col-4 {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.bl_anchor__list--col-4 li {
	margin-right: 2%;
	width: 23.5%;
}

.bl_anchor__list--col-4 li:nth-child(4n) {
	margin-right: 0;
}

.bl_anchor__list--col-4 li:last-child {
	margin-right: 0;
}

.bl_anchor__list--col-4 li a {
	position: relative;
	display: block;
	padding: 16px 8px;
	width: 100%;
	min-height: 64px;
	color: #fff;
	font-size: 1.7rem;
	text-align: center;
	background: #083190;
	border-radius: 4px;
}

.bl_anchor__list--col-4 li a::after {
	position: absolute;
	top: 40%;
	right: 6%;
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-right: solid 2px #fff;
	border-bottom: solid 2px #fff;
	transform: rotate(45deg);
}

.bl_anchor__list--col-3 {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.bl_anchor__list--col-3 li {
	margin-right: 2%;
	width: 32%;
}

.bl_anchor__list--col-3 li:nth-child(3n) {
	margin-right: 0;
}

.bl_anchor__list--col-3 li:last-child {
	margin-right: 0;
}

.bl_anchor__list--col-3 li a {
	position: relative;
	display: block;
	padding: 16px 10px;
	width: 100%;
	min-height: 64px;
	color: #fff;
	font-size: 1.7rem;
	text-align: center;
	background: #083190;
	border-radius: 4px;
}

.bl_anchor__list--col-3 li a::after {
	position: absolute;
	top: 40%;
	right: 6%;
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-right: solid 2px #fff;
	border-bottom: solid 2px #fff;
	transform: rotate(45deg);
}

.bl_anchor__comment {
	display: block;
	margin-top: -8px;
	font-size: 1.2rem;
}

.bl_rec_foot-navi {
	margin: 80px auto;
	padding: 10px 40px;
	max-width: 1120px;
}

.bl_rec_foot-navi__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.bl_rec_foot-navi__list li {
	margin: 0 20px;
}

.bl_rec_foot-navi__list li:first-child {
	margin: 0 10px 0 0;
	padding: 0 30px 0 0;
	border-right: solid 1px #fff;
}

.bl_rec_foot-navi__list li a {
	display: flex;
	align-items: center;
	margin: 10px 0;
	height: 85px;
	background-color: #fff;
	padding-left: 35px;
	padding-right: 64px;
	color: #333;
	font-size: 1.6rem;
	font-weight: 600;
	background: url(/dcms_media/image/recruit_blue_arrow_icon.png) no-repeat #fff;
	background-position: right 24px center;
	background-size: 20px 20px;
}

.bl_mynavi {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.bl_mynavi__ttl {
	display: flex;
	justify-content: center;
	margin-bottom: 12px;
	position: relative;
}

.bl_mynavi__ttl a {
	display: block;
	font-size: 10.1rem;
	font-weight: bold;
	font-family: "Rubik";
	letter-spacing: 0.04em;
	line-height: 1.1;
	color: #333333;
	padding: 0 24px;
	background: linear-gradient(transparent 60%, #FFCCD0 60%);
}

.bl_mynavi__ttl .bl_mynavi__arrow {
	font-size: 1.6rem;
	line-height: 1.1;
	letter-spacing: 0.02em;
	align-self: flex-end;
	position: relative;
	top: -15%;
	right: -2px;
	transform: translate(0, -50%);
}

.bl_mynavi__ttl .bl_mynavi__arrow::before {
	content: "";
	position: absolute;
	bottom: -100%;
	left: 80%;
	transform: translate(-50%, -50%);
	width: 140px;
	height: 3px;
	background: #333333;
	z-index: 100;
	margin-left: 15px;
}

.bl_mynavi__ttl .bl_mynavi__arrow::after {
	content: "";
	position: absolute;
	bottom: -100%;
	left: 210%;
	transform: translate(50%, calc(-50% - 6px)) rotate(45deg);
	width: 20px;
	height: 3px;
	background: #333333;
	z-index: 100;
}

.bl_mynavi__logo {
	max-width: 156px;
	height: auto;
}

.bl_mynavi__logo img {
	width: 100%;
	height: auto;
}

.button_orange a {
	display: block;
	padding: 20px 24px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	background: url(/dcms_media/image/recruit_white_arrow_icon.png) no-repeat #ff9241;
	background-position: 92% 50%;
	background-size: 20px 20px;
	border-radius: 4px;
}

.button_red {
	padding: 10px;
}

.button_red a {
	display: block;
	padding: 20px 40px;
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
	background: url(/dcms_media/image/recruit_white_arrow_icon.png) no-repeat #DC000C;
	background-position: 90% 50%;
	background-size: 20px 20px;
	border-radius: 4px;
	box-shadow: 0 5px 0 #a9002e;
	font-weight: bold;
}

.button_red a:hover {
	box-shadow: none;
	position: relative;
	top: 5px;
	transition: .4s;
}

.bl_entry_button {
	max-width: 318px;
	width: 100%;
}

.bl_entry_button a {
	background-position: 95% 50%;
	padding-left: 5px;
	font-weight: bold;
}

.bl_carrer_button {
	margin-left: 14%;
	max-width: 212px;
}

.bl_carrer_button a {
	display: block;
	padding: 20px 40px;
	color: #fff;
	font-size: 1.8rem;
	background: url(/dcms_media/image/recruit_white_arrow_icon.png) no-repeat #DC000C;
	background-position: 80% 50%;
	background-size: 20px 20px;
	border-radius: 4px;
	box-shadow: 0 5px 0 #a9002e;
	font-weight: bold;
}

.bl_carrer_button a:hover {
	box-shadow: none;
	position: relative;
	top: 5px;
	transition: .4s;
}

.bl_occupation_button {
	margin: 0 auto;
	max-width: 284px;
}

.bl_faq_button {
	margin: 20px auto 0;
	max-width: 226px;
}

/* 矢印付きボタン */

.arrow_icon_btn {
	text-align: right;
}

.arrow_icon_btn a {
	position: relative;
	display: inline-block;
	padding-right: 50px;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.8;
	color: #083190;
}

.arrow_icon_btn a::after {
	content: "";
	background: url("../image/recruit_blue_arrow_icon.png") no-repeat center center;
	background-size: contain;
	width: 32px;
	height: 32px;
	margin-left: 16px;
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	top: 50%;
	right: 0px;
	transform: translate(0, -50%);
}

.arrow_icon_btn.mt_45 {
	margin-top: 45px;
}

.arrow_icon_btn.mt_40 {
	margin-top: 40px;
}

.l_cta {
	width: 100%;
}

.l_cta_inner {
	padding-top: 96px;
}

.l_cta_img {
	cursor: pointer;
	overflow: hidden;
	position: relative;
	width: 50%;
}

.l_cta_img::before {
	background: rgba(72, 171, 255, 0.5);
	bottom: 0;
	content: '';
	height: auto;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity .6s ease;
	width: 100%;
	z-index: 1;
}

.l_cta_img:hover::before {
	opacity: 1;
}

.l_cta_img:hover img {
	transform: scale(1.1);
}

.l_cta_img:hover .l_cta_img_inner a {
	color: #48abff;
	background-color: #FFFFFF;
}

.l_cta_img img {
	height: auto;
	transition: transform .6s ease;
}

.l_cta_img_inner {
	padding: 115px 0px 100px;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 80%;
	z-index: 2;
}

.l_cta_img_list {
	width: 100%;
	display: flex;
}

.l_cta_img_ttl {
	font-size: 4.8rem;
	line-height: 1.3;
	color: #FFFFFF;
	position: relative;
	display: inline-block;
	padding: 0 56px;
	margin-bottom: 32px;
}

.l_cta_img_ttl::before,
.l_cta_img_ttl::after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 32px;
	height: 2px;
	background-color: #FFFFFF;
}

.l_cta_img_ttl::before {
	left: 0px;
}

.l_cta_img_ttl::after {
	right: 0px;
}

.l_cta_img_txt {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	line-height: 2;
	margin-bottom: 40px;
}

.l_cta_img a {
	display: block;
	font-family: 'Rubik';
	font-size: 2.2rem;
	line-height: 1.6;
	color: #FFFFFF;
	font-weight: 500;
	padding: 18px 92px;
	border: 1px solid #FFFFFF;
	border-radius: 4px;
}

.bl_kv {
	height: 300px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding-top: 80px; /* スペシャル下層 */
}

.bl_kv_titleArea {
	margin-left: 12%;
	border-left: 16px solid #fff;
	padding-left: 32px;
	min-height: 119px;
}

.bl_kv_titleArea--special {
	border-color: #083190;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.bl_kv_title__en {
	color: #fff;
	font-size: 32px;
	line-height: 1.125;
	letter-spacing: 0.04em;
	font-weight: bold;
	font-family: 'Rubik';
	margin-top: 5px;
}

.bl_kv_title__en--small {
	color: #fff;
	font-size: 32px;
	line-height: 1.125;
	letter-spacing: 0.04em;
	font-weight: bold;
	font-family: 'Rubik';
}

.bl_kv_title__en--special {
	color: #083190;
}

.bl_kv_title__en--special02 {
	color: #083190;
}

.bl_kv_title__ja {
	color: #fff;
	font-size: 52px;
	font-weight: 900;
	font-family: 'Noto Serif JP';
}

.bl_kv_title__ja--small {
	color: #fff;
	font-size: 64px;
	font-weight: 900;
	font-family: 'Noto Serif JP';
}

.bl_kv_title__ja--special {
	color: #083190;
	line-height: 1.2;
}

.bl_kv__business {
	background-image: url(/dcms_media/image/recruit_kv_business.jpg);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.bl_kv__new-grad {
	background-image: url(/dcms_media/image/recruit_kv_new_graduates.jpg);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.bl_kv__new-grad-interview {
	background-image: url(/dcms_media/image/recruit_kv_new-grad_interview.jpg);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.bl_kv__new-grad-information {
	background-image: url(/dcms_media/image/recruit_kv_new-grad_information.jpg);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.bl_kv__career {
	background-image: url(/dcms_media/image/recruit_kv_career.jpg);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.bl_kv__career-interview {
	background-image: url(/dcms_media/image/recruit_kv_career_interview.jpg);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.bl_kv__career-occupation {
	background-image: url(/dcms_media/image/recruit_kv_career_occupation.jpg);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.bl_kv__career-information {
	background-image: url(/dcms_media/image/recruit_kv_career_information.jpg);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.bl_kv__welfare {
	background-image: url(/dcms_media/image/recruit_kv_welfare.jpg);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.bl_kv__education {
	background-image: url(/dcms_media/image/recruit_kv_education.jpg);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.bl_kv__special {
	background: url(/dcms_media/image/recruit_kv_special.jpg) no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.bl_kv__mitaka-kichijoji {
	height: 400px;
	justify-content: flex-end;
	position: relative;
	background: linear-gradient(180deg, #a8d2f4 0%, #a8d2f4 220px, #FFFFFF 220px, #FFFFFF 100%);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	margin-bottom: 32px;
}

.bl_kv__conference {
	height: 480px;
	justify-content: flex-end;
	position: relative;
	background: linear-gradient(180deg, #a8d2f4 0%, #a8d2f4 300px, #FFFFFF 300px, #FFFFFF 100%);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	margin-bottom: 32px;
}

.bl_kv__news {
	background-image: url(/dcms_media/image/recruit_kv_news.jpg);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.c-text-link {
	color: #083190;
}

.c-text-link:hover {
	text-decoration: underline;
}

.c-btn-link {
	display: inline-block;
	width: 100%;
	max-width: 280px;
	padding: 20px 10px;
	color: #fff;
	background: #083190;
	text-align: center;
	line-height: 20px;
}

.c-list__item {
	font-size: 1.6rem;
	line-height: 1.7;
	padding: 0 0 0 20px;
	position: relative;
}

.article_list {
	margin-top: 30px;
	width: 100%;
	display: flex;
	padding-bottom: 330px;
}

.article_list_item {
	position: relative;
	width: calc((100% - 45px) / 2);
	z-index: 1;
}

.article_list_item.p_02 {
	margin-left: 45px;
	margin-top: 60px;
}

.article_list figure {
	max-width: 577px;
	height: auto;
}

.article_list figure img {
	width: 100%;
	height: auto;
}

.article_list_card {
	width: 90%;
	height: auto;
	background-color: #FFFFFF;
	padding: 20px 30px;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, 50%);
}

.article_list_card.p_02 {
	top: 42%;
}

.article_list_card.p_02 .article_list_card_ttl {
	font-size: 5.7rem;
	line-height: 1.4;
	padding: 25px 0 35px;
}

.article_list_card_ttl {
	text-align: center;
	padding: 25px 0 15px;
	font-size: 4.6rem;
	line-height: 1.3;
	letter-spacing: 0.06em;
}

.article_list_card_ttl .s_ttl_inner {
	display: block;
	font-size: 3.8rem;
}

.article_list_border_head {
	font-size: 2.5rem;
	font-family: "Rubik";
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.04em;
	padding-left: 15px;
	color: #ED7F85;
	position: relative;
}

.article_list_border_head::before {
	content: "";
	position: absolute;
	top: -35%;
	left: 0px;
	transform: translate(0, -50%);
	background-color: #ED7F85;
	width: 5px;
	height: 88px;
	margin-right: 10px;
}

.article_list_btn {
	text-align: right;
}

.article_list_btn a {
	display: inline-block;
	padding: 0 85px 12px 15px;
	font-size: 1.6rem;
	letter-spacing: 0.02em;
	line-height: 1.1;
	color: #ED7F85;
	font-weight: normal;
	position: relative;
}

.article_list_btn a::before {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 41%;
	transform: translate(-50%, -50%);
	width: 140px;
	height: 3px;
	background: #ED7F85;
	z-index: 100;
	margin-left: 15px;
}

.article_list_btn a::after {
	content: "";
	position: absolute;
	bottom: 3px;
	right: 0px;
	transform: translate(0%, calc(-50% - 5px)) rotate(45deg);
	width: 20px;
	height: 3px;
	background: #ED7F85;
	z-index: 100;
}

.article_list_02 {
	width: 100%;
	padding: 30px 0 50px;
}

.article_list_02 .article_list_item {
	display: flex;
	justify-content: flex-end;
	height: 770px;
	width: 100%;
}

.article_list_02 .article_list_item figure {
	margin-right: 60px;
	padding-right: 20px;
	max-width: 800px;
	width: 100%;
	height: 460px;
}

.article_list_02 .article_list_item figure img {
	width: 100%;
	height: auto;
}

.article_list_02 .article_list_item .article_list_border_head {
	font-size: 2.5rem;
	font-family: "Rubik";
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.04em;
	padding-left: 15px;
	color: #ED7F85;
	position: relative;
}

.article_list_02 .article_list_item .article_list_border_head::before {
	content: "";
	position: absolute;
	top: -35%;
	left: 0px;
	transform: translate(0, -50%);
	background-color: #ED7F85;
	width: 5px;
	height: 88px;
	margin-right: 10px;
}

.article_list_02 .article_list_item.p_02 {
	justify-content: flex-start;
	margin-top: 70px;
	margin-left: -40px;
}

.article_list_02 .article_list_item.p_02 figure {
	margin-right: 0px;
	padding-left: 20px;
	max-width: 800px;
	width: 100%;
	height: 460px;
}

.article_list_02 .article_list_item.p_02 figure img {
	width: 100%;
	height: auto;
}

.article_list_02 .article_list_item.p_02 .article_list_card_ttl {
	font-size: 5.7rem;
	line-height: 1.4;
	letter-spacing: 0.06em;
	margin-bottom: 20px;
}

.article_list_02 .article_list_card {
	max-width: 600px;
	padding: 20px 12px;
	width: 90%;
	left: auto;
	right: -28%;
	top: 21%;
}

.article_list_02 .article_list_card_ttl {
	font-size: 4.2rem;
	line-height: 1.4;
	letter-spacing: 0.05em;
	padding: 0px;
	margin-bottom: 45px;
}

.article_list_02 .article_list_card_txt {
	font-size: 1.6rem;
}

.article_list_02 .article_list_card_txt_wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 35px 0 40px;
}

.article_list_02 .article_list_card.p_02 {
	right: 0%;
	top: 20%;
}

.article_list_02 .article_list_card.p_02 .article_list_card_ttl {
	padding: 0px;
}

/* 共通リンクエリア（dark） */

.bl_dir_link_list {
	width: 100%;
	display: flex;
}

.bl_dir_link_list__wrap {
	width: 100%;
	background-color: #596D80;
}

.bl_dir_link_list__item {
	width: calc(100% / 6);
	height: 115px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 0;
	padding: 0 10px;
}

.bl_dir_link_list__item:hover {
	opacity: .7;
	transition: .4s;
}

.bl_dir_link_list__item a {
	display: block;
	color: #FFFFFF;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: bold;
}

.bl_dir_link_list__item.p_01 {
	background: url("../image/recruit_other_dir_link01.jpg") no-repeat center center;
	background-size: cover;
}

.bl_dir_link_list__item.p_02 {
	background: url("../image/recruit_other_dir_link02.jpg") no-repeat center center;
	background-size: cover;
}

.bl_dir_link_list__item.p_03 {
	background: url("../image/recruit_other_dir_link03.jpg") no-repeat center center;
	background-size: cover;
}

.bl_dir_link_list__item.p_04 {
	background: url("../image/recruit_other_dir_link04.jpg") no-repeat center center;
	background-size: cover;
}

.bl_dir_link_list__item.p_05 {
	background: url("../image/recruit_other_dir_link05.jpg") no-repeat center center;
	background-size: cover;
}

.bl_dir_link_list__item.p_06 {
	background: url("../image/recruit_other_dir_link06.jpg") no-repeat center center;
	background-size: cover;
}

.c-section,
.c-section--gray {
	padding: 0 0 40px;
}

.c-section--gray {
	background: #f2fbff;
}

.bl_rec_section {
	width: 100%;
}

.bl_rec_inner {
	margin-right: auto;
	margin-left: auto;
	width: 94%;
	max-width: 1200px;
}

.c-slick-bnr .slick-dots li button,
.js-arcive-slider .slick-dots li button {
	display: inline-block;
	border: none;
	color: transparent;
	font-size: 8px;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	padding: 0;
	margin: 0;
	outline: none;
	cursor: pointer;
}

.c-slick-bnr {
	position: relative;
	padding: 0 0 40px;
}

.c-slick-bnr__inner {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.c-slick-bnr__item {
	float: left;
	outline: none;
}

.c-slick-bnr__item a {
	outline: none;
}

.c-slick-bnr__item img {
	padding: 0 10px;
}

.c-slick-bnr .slick-track {
	position: relative;
	top: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
}

.c-slick-bnr .slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.c-slick-bnr .slick-dots {
	text-align: center;
	letter-spacing: -.4em;
	height: 20px;
}

.c-slick-bnr .slick-dots li {
	display: inline-block;
	margin: 0 5px;
	line-height: 20px;
}

.c-slick-bnr .slick-dots li.slick-active button {
	background: #083190;
}

.c-slick-bnr .slick-arrow {
	display: inline-block;
	border: none;
	color: transparent;
	font-size: 8px;
	width: 20px;
	height: 30px;
	padding: 0;
	margin: 0;
	background: url(../images/common/ico_arw-dblue-bold.svg) center center no-repeat;
	background-size: contain;
	cursor: pointer;
	outline: none;
	position: absolute;
	top: calc(50% - 10px);
	z-index: 10;
}

.c-slick-bnr .slick-arrow.slick-prev {
	left: calc(50% - (960px / 2));
	transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 180deg);
}

.c-slick-bnr .slick-arrow.slick-next {
	right: calc(50% - (960px / 2));
	transform: translate3d(0, -50%, 0);
}

.js-arcive-slider {
	position: relative;
}

.js-arcive-slider__item {
	float: left;
	outline: none;
}

.js-arcive-slider__item a {
	outline: none;
}

.js-arcive-slider__item img {
	padding: 0 10px;
}

.js-arcive-slider .slick-track {
	position: relative;
	top: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
}

.js-arcive-slider .slick-list {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	clear: both;
}

.js-arcive-slider .slick-dots {
	text-align: center;
	letter-spacing: -.4em;
	height: 20px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate3d(-50%, 0, 0);
}

.js-arcive-slider .slick-dots li {
	display: inline-block;
	margin: 0 5px;
	line-height: 20px;
}

.js-arcive-slider .slick-dots li.slick-active button {
	background: #083190;
}

.js-arcive-slider .slick-arrow {
	display: inline-block;
	border: none;
	color: transparent;
	font-size: 8px;
	width: 20px;
	height: 30px;
	padding: 0;
	margin: 0;
	background: url(../images/common/ico_arw-dblue-bold.svg) center center no-repeat;
	background-size: contain;
	cursor: pointer;
	outline: none;
	position: absolute;
	top: calc(50% - 10px);
	z-index: 10;
}

.js-arcive-slider .slick-arrow.slick-prev {
	left: calc(50% - (960px / 2));
	transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 180deg);
}

.js-arcive-slider .slick-arrow.slick-next {
	right: calc(50% - (960px / 2));
	transform: translate3d(0, -50%, 0);
}

.c-text,
.c-text--center,
.c-text--right {
	font-size: 1.6rem;
	line-height: 1.7;
	text-align: justify;
	color: #333;
	margin: 0 0 20px;
}

.c-text--center {
	text-align: center;
}

.c-text--right {
	text-align: right;
}

.c-title {
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	padding: 20px 0;
	margin: 80px 0 70px;
	position: relative;
}

.top_ttl {
	font-family: 'Rubik';
	font-size: 5.6rem;
	line-height: 1.1;
	letter-spacing: 0.04em;
	border-bottom: solid 10px #333;
}

.top_ttl_wrap {
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	padding-bottom: 62px;
}

.top_ttl_desc {
	margin-bottom: 7px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #333333;
	letter-spacing: 0.06em;
}

.bl_content_shortline {
	font-size: 44px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.06em;
	border-bottom: 9px solid #333;
	padding-bottom: 12px;
	display: inline-block;
	margin-top: -32px;
}

.bl_content_shortline_wrap {
	display: flex;
	justify-content: center;
}

.bl_title__underline {
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 18px;
	color: #083190;
	font-size: 2.8rem;
}

.bl_title__underline::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	display: block;
	width: 134px;
	height: 6px;
	background: #083190;
}

.bl_title__underline.mb-30 {
	margin-bottom: 30px;
}

.bl_title__underline .text_head {
	display: block;
	font-size: 1.6rem;
}

.bl_title__underline-l {
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 18px;
	color: #083190;
	font-size: 2.8rem;
}

.bl_title__underline-l::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	display: block;
	width: 134px;
	height: 6px;
	background: #083190;
}

.bl_title__underline-l .text_head {
	display: block;
	font-size: 1.6rem;
}

.el_triangle_topRight::after {
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 32px 32px 0;
	border-color: transparent #AA2027 transparent transparent;
}

.el_triangle_bottomLeft::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 32px 32px 0;
	border-color: transparent transparent #AA2027 transparent;
}

/*****************************************************
Object/Project
*****************************************************/

/*****************************************************
Object/Utility
*****************************************************/

/*****************************************************
display point
*****************************************************/

.u-pc-hidden {
	display: none;
}

.u-sp-hidden {
	display: block;
}

.u-sub-block {
	display: none;
}

.u-sub-hidden {
	display: block;
}

.u-pc-hidden-lg {
	display: block;
}

.u-sp-hidden-lg {
	display: none;
}

/*****************************************************
font family
*****************************************************/

.u-font-mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media screen and (min-width: 981px) and (max-width: 1340px) {

.bl_emotion_body {
	width: 48%;
}

.bl_emotion_img {
	position: static;
	width: 50%;
	height: auto;
}

.bl_emotion_img img {
	width: 100%;
	height: auto;
}

}

@media screen and (min-width: 1024px) {

.js-nav-child {
	display: none;
	opacity: 0;
}

#header {
	position: relative;
}

.gnavi_area ul li {
	padding: 0;
}

.gnavi_area ul li a {
	display: block;
	position: relative;
	padding: 8px 0;
}

.globalnav-sub {
	position: absolute;
	top: 60px;
	padding-top: 20px;
	left: 0;
	width: 100%;
}

.globalnav-sub.is-hover {
	display: block;
	opacity: 1;
	animation: fadeIn .15s forwards;
}

.gnavi_area .js-nav-btn:after {
	content: "";
	display: none;
	opacity: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -21px;
	border-width: 0 19px 19px 19px;
	border-bottom-color: #48ABFF;
	z-index: 1;
}

.gnavi_area .js-nav-btn.is-hover:after {
	display: block;
	opacity: 1;
	animation: fadeIn .15s forwards;
}

.gnavi_area a:hover,
.gnavi_area a:hover {
	opacity: 1;
}

.gnavi_area > nav > ul > li > a > .txt {
	transition: opacity .3s;
}

.gnavi_area > nav > ul > li > a:hover > .txt,
.gnavi_area .js-nav-btn.is-hover > .txt {
	opacity: .7;
}

.globalnav-sub_inner {
	background: #48ABFF;
}

.globalnav-sub_list {
	margin-right: auto !important;
	margin-left: auto !important;
	width: 94%;
	max-width: 1200px;
	gap: inherit !important;
	color: #FFF;
	padding: 25px 0;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}

.globalnav-sub_list li {
	margin: 0 30px;
	position: relative;
}

.globalnav-sub_list li:before {
	position: absolute;
	left: -30px;
	top: .8em;
	content: "";
	width: 1px;
	height: 14px;
	background: #FFF;
	display: block;
}

.globalnav-sub_list li:first-child:before {
	display: none;
}

.globalnav-sub_list li:first-child {
	margin-left: 0;
}

.globalnav-sub_list li:last-child {
	margin-right: 0;
}

.globalnav-sub_list a {
	font-weight: normal !important;
	padding: 0 !important;
	height: auto!important;
	width: auto!important;
}

.globalnav-sub_list a {
	color: #fff !important;
}

.globalnav-sub_list a:hover {
	opacity: 1 !important;
	text-decoration: underline;
}

.gnavi_entry_wrap {
	z-index: 3;
}

.gnavi_entry .js-nav-btn {
	position: relative;
}

.gnavi_entry .js-nav-btn.is-hover {
	background: #fff;
	color: #DC000C;
}

.gnavi_entry .globalnav-sub a {
	background: transparent;
}

.gnavi_entry .globalnav-sub_list {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.gnavi_entry .js-nav-btn:before,
.gnavi_entry .js-nav-btn:after {
	bottom: -15px !important;
}

}

@media only screen and (min-width: 1024px) and (max-width: 1450px) {

.globalnav-sub {
	top: 58px !important;
	padding-top: 22px !important;
}

.gnavi_area .js-nav-btn:before,
.gnavi_area .js-nav-btn:after {
	bottom: -21px !important;
}

.gnavi_entry .js-nav-btn:before,
å .gnavi_entry .js-nav-btn:after {
	bottom: -18px !important;
}

.globalnav-sub_list li:before {
	top: .6em;
}

}

@media only screen and (max-width: 1700px) {

#header_area {
	padding: 0 15px;
}

.gnavi_area ul {
	gap: 2rem;
	margin-right: 30px;
}

}

@media only screen and (max-width: 1600px) {

.bl_special_lower_mv__foot_bg {
	top: 435px;
}

}

@media only screen and (max-width: 1500px) {

.bl_special_lower_mv_card {
	transform: translate(0, -35%);
}

.bl_special_lower_content__section.bl_img_block_conference__section {
	padding-top: 35px;
}

}

@media only screen and (max-width: 1450px) {

.gnavi_area ul {
	gap: 1rem;
	margin-right: 10px;
}

.gnavi_area ul li a {
	font-size: 1.2rem;
}

.gnavi_entry a {
	padding: 16px 0px;
	font-size: 1.4rem;
}

.gnavi_entry.no2 a {
	margin-left: 8px;
	padding: 10px 0;
}

}

@media only screen and (max-width: 1370px) {

.l_cta_img_inner {
	padding: 70px 0px 60px;
}

.l_cta_img_ttl {
	font-size: 3.5rem;
	margin-bottom: 15px;
	padding: 0 32px;
}

.l_cta_img_ttl::before,
.l_cta_img_ttl::after {
	width: 20px;
}

.l_cta_img_txt {
	font-size: 1.6rem;
	margin-bottom: 15px;
}

.l_cta_img a {
	padding: 14px 75px;
}

}

@media screen and (max-width: 1340px) {

.bl_emotion_in {
	justify-content: space-between;
}

}

@media only screen and (max-width: 1300px) {

.bl_wel-edu__table--space02 {
	margin-top: 60px;
	margin-bottom: 40px;
	width: 100%;
	overflow: hidden;
	overflow-x: auto;
}

}

@media only screen and (max-width: 1250px) {

.article_list_card {
	top: 35%;
}

.article_list_card.p_02 {
	top: 37%;
}

}

@media only screen and (max-width: 1245px) {

.bl_special_lower_mv_card.bl_conference_card {
	transform: translate(0, -20%);
}

}

@media only screen and (max-width: 1210px) {

.header_logo {
	max-width: 200px;
	width: auto;
	height: 70px;
}

.gnavi_area ul {
	gap: 0.5rem;
	margin-right: 6px;
}

.gnavi_entry.no2 a {
	margin-left: 4px;
}

}

@media only screen and (max-width: 1120px) {

.article_list_card .lg-hidden {
	display: none;
}

}

@media only screen and (max-width: 1100px) {

.article_list_card {
	top: 20%;
}

.article_list_card.p_02 {
	top: 30%;
}

}

@media screen and (max-width: 1024px) {

.header_logo {
	height: 38px;
	margin: auto 0;
}

.humberger_area {
	display: block;
	position: relative;
}

.humberger_area .humberger {
	position: absolute;
	top: 20px;
	right: 0px;
	width: 30px;
	height: 40px;
	cursor: pointer;
	z-index: 300;
}

.humberger_area .humberger_item {
	display: inline-block;
	transition: all .4s;
	position: absolute;
	right: 2px;
	height: 2px;
	background-color: #333333;
	width: 100%;
}

.humberger_area .humberger_item:nth-of-type(1) {
	top: 0px;
}

.humberger_area .humberger_item:nth-of-type(2) {
	top: 10px;
}

.humberger_area .humberger_item:nth-of-type(3) {
	top: 20px;
}

.humberger_area .humberger_text {
	position: absolute;
	top: 40px;
	right: 0px;
	font-size: 1rem;
	line-height: 2.6;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.humberger_area.active .humberger {
	right: 2px;
}

.humberger_area.active .humberger_item {
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 1px;
	height: 2px;
	background-color: #333333;
	width: 100%;
}

.humberger_area.active .humberger_item:nth-of-type(1) {
	top: 18px;
	transform: translateY(-9px) rotate(-45deg);
}

.humberger_area.active .humberger_item:nth-of-type(2) {
	opacity: 0;
}

.humberger_area.active .humberger_item:nth-of-type(3) {
	top: 0px;
	transform: translateY(9px) rotate(45deg);
}

.gnavi_area ul li#globalnav01 {
	position: static;
}

.gnavi_area ul li#globalnav01 a {
	color: #333333;
}

.gnavi_area ul li#globalnav01 a::after {
	display: none;
}

.gnavi_area ul li.main_current {
	position: static;
}

.gnavi_area ul li.main_current a {
	color: #333333;
}

.gnavi_area ul li.main_current a::after {
	display: none;
}

.gnavi_area {
	width: 100%;
	position: fixed;
	z-index: 100;
	top: -120%;
	left: 0;
	width: 100%;
	height: 550px;
	transition: all 0.4s;
}

.gnavi_area.panelactive {
	top: 0%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background: rgba(255, 255, 255, 0.8);
}

.gnavi_area.panelactive nav {
	margin-top: 100px;
	margin-left: 40px;
	flex-direction: column;
	align-items: flex-start;
}

.gnavi_area.panelactive ul {
	flex-direction: column;
	gap: 1rem;
}

.gnavi_area.panelactive ul li {
	padding: 5px 0;
}

.gnavi_area.panelactive ul li a {
	font-size: 1.8rem;
	line-height: 1.6;
	font-weight: bold;
	letter-spacing: 0.03em;
}

.gnavi_entry a {
	padding: 15px 0px;
	font-size: 1.6rem;
	width: 155px;
}

.gnavi_entry_wrap {
	margin-top: 10px;
	width: 320px;
	flex-wrap: wrap;
	gap: 10px;
}

.gnavi_entry.no2 {
	width: 100%;
}

.gnavi_entry.no2 a {
	width: 100%;
	padding: 15px 0;
	margin-left: 0;
}

.gnavi_entry.max {
	width: 100%;
}

.gnavi_entry.max a {
	background-color: #DC000C;
	line-height: 1.4;
	width: 100%;
	padding: 15px 0;
}

.gnavi_entry.max a:hover {
	background-color: #FFF;
	cursor: pointer;
	color: #DC000C;
}

.js-nav-child {
	display: none !important;
}

.gnavi_area ul li.main_current .txt::after {
	display: none;
}

.js-nav-item {
	display: none;
	opacity: 0;
}

.bl_special_lower_content {
	margin-right: 65px;
}

.l_top_mv {
	margin-bottom: 80px;
}

.grid_mv_list {
	max-height: auto;
	grid-template-columns: 1fr;
	grid-template-rows: auto;
}

.grid_mv_list_item.p_01 {
	grid-row: auto;
	grid-column: 1;
	max-height: auto;
}

.grid_mv_list_item.p_02 {
	grid-row: auto;
	grid-column: 1;
	max-height: auto;
}

.grid_mv_list_item.p_03 {
	grid-row: auto;
	grid-column: 1;
	max-height: auto;
}

.grid_mv_list_item.p_04 {
	grid-row: auto;
	grid-column: 1;
	max-height: auto;
}

.grid_mv_list_item.p_05 {
	grid-row: auto;
	grid-column: 1;
	max-height: auto;
}

.l_top_news {
	margin-top: 80px;
	margin-bottom: 80px;
}

.bl_wel-edu__pickup {
	width: 90%;
	min-height: initial;
}

.bl_kv_titleArea {
	margin-left: 5%;
	padding-left: 20px;
}

.article_list {
	flex-direction: column;
	align-items: center;
	margin-top: 15px;
}

.article_list_item {
	padding: 0 40px;
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 300px;
}

.article_list_item.p_02 {
	margin: 0;
}

.article_list_card {
	top: 45%;
	width: 75%;
	max-width: 520px;
	padding: 10px 15px;
}

.article_list_card.p_02 {
	top: 42%;
}

.u-pc-hidden-lg {
	display: none;
}

.u-sp-hidden-lg {
	display: block;
}

}

@media only screen and (max-width: 1024px) and (max-width: 370px) {

.gnavi_area.panelactive nav {
	margin-left: 15px;
}

}

@media screen and (max-width: 980px) {

.bl_sec_business__01 {
	padding: 75px 0 500px;
}

.bl_dispenser_item > div:first-of-type {
	margin-bottom: 5px;
}

.bl_dispenser {
	flex-wrap: wrap;
}

.bl_dispenser_item01 {
	order: 2;
	width: 49.6%;
}

.bl_dispenser_item01 img {
	width: 100%;
}

.bl_dispenser_item02 {
	order: 1;
	width: 100%;
	margin: 0 0 5px;
}

.bl_dispenser_item02 img {
	width: 100%;
}

.bl_dispenser_item03 {
	order: 3;
	width: 49.6%;
}

.bl_dispenser_item03 img {
	width: 100%;
}

.bl_emotion_body {
	width: 100%;
}

.bl_emotion_img {
	position: absolute;
	top: auto;
	right: auto;
	left: 50%;
	bottom: -450px;
	transform: translateX(-50%);
}

.bg_gradation {
	background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 200px, #E8ECEF 200px, #E8ECEF 100%);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.footer_menu {
	margin-bottom: 11px;
}

.footer_menu:last-child {
	margin-bottom: 0px;
}

.footer_menu_wrap {
	padding: 40px 0;
	background-color: #F5F5F5;
}

.footer_menu_area {
	flex-direction: column;
	padding-left: 20px;
}

.footer_menu_item {
	margin-bottom: 11px;
}

.footer_menu_item.sp_0-mb {
	margin-bottom: 0px;
}

.footer_menu_item_child {
	margin-top: 6px;
	margin-left: 18px;
}

.footer_menu_item_child li {
	margin-bottom: 5px;
}

.footer_menu_img {
	display: none;
}

.footer_sub_menu li a {
	font-size: 1.2rem;
	line-height: 2.1;
	font-weight: normal;
	letter-spacing: -0.02em;
}

.footer_sub_menu_area {
	flex-direction: column;
	align-items: center;
}

.footer_copy_right {
	margin-top: 8px;
}

.footer_copy_right small {
	font-size: 1rem;
	line-height: 2.6;
	font-weight: normal;
	letter-spacing: -0.02em;
}

.sp_footer_img_wrap {
	display: block;
	padding: 20px 0;
	background-color: #FFFFFF;
}

.sp_footer_img_wrap .sp_footer_img_area {
	margin-left: 40px;
	max-width: 132px;
	width: 100%;
	max-height: 32px;
}

.sp_footer_img_wrap .sp_footer_img_area a {
	display: block;
}

.sp_footer_img_wrap .sp_footer_img_area a img {
	width: 100%;
	height: auto;
}

.top_link {
	bottom: 140px;
	right: 15px;
}

.top_link_btn {
	width: 44px;
	height: 44px;
}

.bl_info__table-type td {
	padding: 8px;
}

.bl_info__table-salary td {
	padding: 8px;
}

.bl_info__step li {
	margin-right: 3%;
	margin-bottom: 60px;
	width: 28%;
}

.bl_info__step li:nth-child(3n) {
	margin-right: 0;
}

.bl_process__step li {
	margin-right: 3%;
	margin-bottom: 60px;
	width: 31%;
}

.bl_process__step li:nth-child(3n) {
	margin-right: 0;
}

.bl_special_lower_mv__section {
	margin-top: 5px;
}

.bl_special_lower_mv_card {
	transform: translate(-50%, -15%);
	left: 50%;
	width: 80%;
}

.bl_special_lower_mv_card.bl_conference_card {
	transform: translate(-50%, -20%);
	left: 50%;
	width: 80%;
}

.bl_special_lower_mv_card__inner {
	padding: 40px 35px;
}

.bl_special_lower_mv_card__inner.bl_conference_card_inner {
	padding: 40px 35px;
}

.bl_special_lower_mv__foot_bg {
	display: none;
}

.bl_special_lower_content {
	width: 100%;
	margin-right: 0px;
	margin-bottom: 35px;
}

.bl_special_lower_content__section.bl_img_block_conference__section {
	padding-bottom: 35px;
}

.bl_special_lower_content__wrap {
	flex-direction: column;
}

.bl_special_lower_content__img {
	width: 100%;
}

.bl_img_block__wrap {
	padding: 80px 40px;
}

.bl_special__bg {
	padding: 40px 0 0px;
}

.l_top_special_bg {
	padding: 40px 0 40px;
}

.bl_wel-edu__pickup {
	margin-bottom: 140px;
	padding: 40px 20px;
	width: 100%;
}

.bl_wel-edu__pickup p {
	max-width: initial;
}

.bl_wel-edu__pickup--margin {
	margin-bottom: 155px;
}

.bl_wel-edu__pickup--space.top {
	padding-top: 40px;
}

.bl_wel-edu__pickup--space.bottom {
	padding-bottom: 80px;
}

.bl_wel-edu__pickup--space {
	padding: 40px 0;
}

.bl_wel-edu__pickup--img {
	right: -16px;
}

.bl_wel-edu__pickup-wide {
	margin: 0 auto 140px;
	width: 90%;
	min-height: initial;
}

.bl_wel-edu__pickup-wide.p_02 {
	margin: 0 auto 250px;
	width: 90%;
}

.bl_wel-edu__pickup-wide p {
	max-width: initial;
}

.bl_wel-edu__pickup-wide--space {
	padding: 40px 0 140px;
}

.bl_wel-edu__pickup-wide--img {
	right: -16px;
}

.bl_wel-edu__inner {
	padding: 30px;
}

.bl_wel-edu__item {
	padding: 20px 30px;
}

.bl_wel-edu__flow-arrow {
	margin-left: 180px;
}

.bl_wel-edu__table {
	width: 1200px;
}

.bl_wel-edu__table--space {
	margin-top: 60px;
	margin-bottom: 40px;
	width: 100%;
	overflow-x: auto;
}

.bl_under-navi__title--wrap.center {
	left: 18%;
}

.bl_under-navi__title--wrap.center .bl_under-navi__title {
	font-size: 3.1rem;
}

.bl_under-navi__contents {
	margin-bottom: 30px;
	width: 100%;
}

.bl_under-navi__list {
	width: 100%;
}

.bl_anchor__list--col-4 {
	margin-bottom: 0;
}

.bl_anchor__list--col-4 li {
	margin-bottom: 20px;
	width: 49%;
}

.bl_anchor__list--col-4 li:nth-child(2n) {
	margin-right: 0;
}

.bl_rec_foot-navi__list li {
	margin: 0 10px;
}

.bl_rec_foot-navi__list li:first-child {
	margin: 0 5px 0 0;
	padding: 0 15px 0 0;
}

.bl_rec_foot-navi__list li a {
	font-size: 1.4rem;
	padding-left: 15px;
	padding-right: 50px;
	background-position: right 14px center;
}

.bl_carrer_button {
	margin-left: 0;
}

.l_cta_inner {
	padding-top: 40px;
}

.l_cta_img {
	width: 100%;
}

.l_cta_img img {
	height: auto;
	width: 100%;
}

.l_cta_img_inner {
	padding: 30px 0px 35px;
}

.l_cta_img_list {
	flex-direction: column;
}

.l_cta_img_ttl {
	font-size: 2rem;
	margin-bottom: 20px;
	padding: 0 44px;
}

.l_cta_img_txt {
	font-size: 1.4rem;
	margin-bottom: 30px;
}

.l_cta_img a {
	padding: 18px 92px;
}

.article_list {
	padding-bottom: 100px;
}

.article_list_item {
	margin-bottom: 150px;
}

.article_list_card.p_02 .article_list_card_ttl {
	font-size: 2.4rem;
	padding: 25px 0 35px;
	line-height: 1.4;
}

.article_list_card_ttl .s_ttl_inner {
	font-size: 1.6rem;
	line-height: 2.1;
}

.article_list_card_ttl {
	font-size: 2.4rem;
	padding: 25px 0 15px;
	line-height: 1.4;
}

.article_list_border_head {
	font-size: 1.2rem;
	padding-left: 10px;
}

.article_list_border_head::before {
	height: 45px;
	margin-right: 5px;
}

.article_list_btn a {
	font-size: 1.2rem;
	padding: 0 25px 10px 0;
}

.article_list_btn a::before {
	width: 65px;
	left: 55%;
	margin-left: 0px;
}

.article_list_btn a::after {
	width: 10px;
	right: -6px;
	bottom: -1px;
}

.article_list_02 .article_list_item {
	height: 720px;
	margin-bottom: 0px;
}

.article_list_02 .article_list_item figure {
	margin-right: 0;
	padding-right: 0;
}

.article_list_02 .article_list_item.p_02 {
	justify-content: center;
	margin-left: 0;
	margin-top: 50px;
}

.article_list_02 .article_list_item.p_02 figure {
	padding-left: 0;
}

.article_list_02 .article_list_card {
	right: auto;
	left: 50%;
	top: 18%;
}

.article_list_02 .article_list_card.p_02 {
	right: auto;
	left: 50%;
	top: 12%;
}

.top_ttl {
	font-size: 3.0rem;
	border-bottom: solid 5px #333;
}

.top_ttl_wrap {
	padding-bottom: 22px;
}

.top_ttl_desc {
	font-size: 1rem;
	margin-bottom: 5px;
}

.u-sub-block {
	display: block;
}

.u-sub-hidden {
	display: none;
}

}

@media screen and (max-width: 960px) {

.c-slick-bnr .slick-arrow.slick-prev {
	left: 10px;
}

.c-slick-bnr .slick-arrow.slick-next {
	right: 10px;
}

.js-arcive-slider .slick-arrow.slick-prev {
	left: 10px;
}

.js-arcive-slider .slick-arrow.slick-next {
	right: 10px;
}

}

@media only screen and (max-width: 710px) {

.article_list_02 .article_list_card {
	top: 10%;
	width: 85%;
}

.article_list_02 .article_list_card.p_02 {
	top: 10%;
}

}

@media screen and (max-width: 690px) {

.bl_desc {
	padding: 0;
	margin-top: 20px;
	margin-bottom: 45px;
}

.bl_desc_txt {
	font-size: 12px;
	line-height: 2;
}

.bl_content_title {
	font-size: 21px;
	padding-bottom: 1px;
	border-bottom: 4px solid #333;
}

.bl_content_title_wrap {
	margin-bottom: 20px;
}

.bl_content_title__2row {
	margin-left: 20px;
	margin-bottom: 20px;
}

.bl_content_lead {
	font-size: 12px;
	line-height: 2.5;
}

.bl_content_subTitle {
	font-size: 12px;
}

.bl_sec_business {
	padding: 20px 20px;
}

.bl_sec_business__01 {
	padding: 40px 0 270px;
	position: relative;
}

.bl_sec_business__01 .bl_sec_business_inner {
	padding-top: 20px;
	padding-bottom: 80px;
}

.bl_sec_business__02 {
	margin-bottom: 40px;
}

.bl_sec_business__02 .bl_content_lead {
	margin: 0 0 10px;
}

.bl_sec_business__03 {
	padding: 40px 0 40px;
}

.bl_sec_business__03 .bl_content_lead {
	margin: 0 0 20px;
}

.bl_sec_business__04 {
	margin-bottom: 30px;
}

.bl_sec_business__04 .bl_content_lead {
	margin: 0 0 20px;
}

.bl_sec_business_inner {
	padding: 20px 20px;
}

.bl_sec_business_wrap {
	padding: 40px 0;
}

.bl_tryangle_box {
	padding: 35px 10px 55px;
}

.bl_tryangle_box_ttl {
	font-size: 18px;
	line-height: 2;
	margin-bottom: 10px;
}

.bl_tryangle_box_txt {
	font-size: 12px;
	line-height: 2;
}

.bl_tryangle_box_img {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.bl_tryangle_box__case1 .bl_tryangle_box_txt {
	margin-bottom: 25px;
}

.bl_tryangle_box__case3 .bl_tryangle_box_txt {
	margin-bottom: 10px;
}

.bl_emotion_img {
	width: 295px;
	height: 230px;
	bottom: -270px;
}

.el_emotion {
	font-size: 15px;
}

.el_signe {
	text-align: right;
	font-size: 10px;
}

.el_name {
	font-size: 17px;
}

.bl_exImg_item {
	width: 49%;
}

.bl_exImg_item:nth-of-type(n + 3) {
	margin-top: 12px;
}

.img_tryangle::before {
	border-top: 8px solid #AA2027;
	border-left: 8px solid transparent;
}

.img_tryangle::after {
	border-left: 8px solid #AA2027;
	border-top: 8px solid transparent;
}

.img_tryangle.p_02::before {
	border-top: 20px solid #AA2027;
	border-left: 20px solid transparent;
}

.bg_gradation {
	background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100px, #E8ECEF 100px, #E8ECEF 100%);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.bl_entry__space {
	padding: 80px 0 40px;
}

.bl_entry__inner {
	padding: 40px 20px 50px;
}

.bl_entry__inner figure {
	margin: 0 3%;
	max-width: 510px;
}

.bl_entry__title {
	padding-bottom: 5px;
	font-size: 2.1rem;
	border-bottom: solid 4px #333;
}

.bl_entry__title--wrap {
	top: -20px;
}

.bl_info__recruit-list dt {
	width: 100%;
	padding: 10px 0;
	font-size: 1.6rem;
	border-bottom: none;
}

.bl_info__recruit-list dd {
	padding: 10px 0;
	width: 100%;
	font-size: 1.6rem;
}

.bl_info__recruit-list dd p {
	margin-bottom: 20px;
	font-size: 1.6rem;
	line-height: 1.4;
}

.bl_info__target {
	padding: 3px 5px;
}

.bl_info__intern {
	margin-bottom: 10px;
	padding: 3px 5px;
}

.bl_info__table-type {
	font-size: 1rem;
}

.bl_info__table-type th {
	padding: 6px;
}

.bl_info__table-type td {
	padding: 6px;
}

.bl_info__table-type .table_head {
	font-size: 1.2rem;
}

.bl_info__table-type .type-work {
	font-size: 1.2rem;
}

.bl_info__table-salary {
	font-size: 1rem;
}

.bl_info__table-salary th {
	padding: 6px;
}

.bl_info__table-salary td {
	padding: 6px;
}

.bl_info__table-salary .table_head {
	font-size: 1.2rem;
}

.bl_info__table-salary .type-course {
	font-size: 1.2rem;
}

.bl_info__wrap {
	padding: 20px;
	border: solid 20px #a8d2f4;
}

.bl_info__step {
	margin-top: 50px;
}

.bl_info__step li {
	margin-right: 6%;
	margin-bottom: 40px;
	width: 46%;
	min-height: 140px;
}

.bl_info__step li:nth-child(2n) {
	margin-right: 0;
}

.bl_info__step--wrap {
	top: -20px;
}

.bl_info__step--title {
	top: -20px;
	left: 30%;
	font-size: 2.4rem;
}

.bl_info__step--title .step-title__item {
	font-size: 1.2rem;
}

.bl_info__step--title-last {
	font-size: 1.7rem;
}

.bl_info__step--title-last .step-title__item {
	font-size: 1.2rem;
}

.bl_info__step--name {
	font-size: 1.4rem;
}

.bl_info__step--name .name_note {
	font-size: 1.4rem;
}

.bl_info__step--name-last {
	font-size: 1.6rem;
}

.bl_process {
	font-size: 2rem;
}

.bl_process__space {
	padding: 60px 0 56px;
}

.bl_process__space--bottom-none {
	padding-bottom: 0px;
}

.bl_process__space#career-entry {
	margin-bottom: 40px;
}

.bl_process__inner-wide {
	padding: 40px 20px;
	border: solid 20px #a8d2f4;
}

.bl_process__inner {
	padding: 40px 20px;
	border: solid 20px #a8d2f4;
}

.bl_process__inner p {
	font-size: 1.2rem;
	line-height: 2.2;
}

.bl_process__inner .text__space a {
	font-size: 1.8rem;
	line-height: 1.4;
}

.bl_process__step {
	margin-top: 50px;
}

.bl_process__step li {
	margin-right: 6%;
	margin-bottom: 40px;
	width: 46%;
	min-height: 140px;
}

.bl_process__step li:nth-child(3n) {
	margin-right: 6%;
}

.bl_process__step li:nth-child(2n) {
	margin-right: 0;
}

.bl_process__step--wrap {
	top: -20px;
}

.bl_process__step--title {
	font-size: 2.4rem;
}

.bl_process__step--title .step-title__item {
	font-size: 1.2rem;
}

.bl_process__step--title-last {
	font-size: 1.7rem;
}

.bl_process__step--title-last .step-title__item {
	font-size: 1.2rem;
}

.bl_process__step--name {
	font-size: 1.4rem;
}

.bl_process__step--name .name_note {
	font-size: 1.4rem;
}

.bl_process__step--name-last {
	font-size: 1.6rem;
}

.acMenu {
	margin-bottom: 20px;
	font-size: 1.4rem;
}

.acMenu dt {
	padding: 20px 30px 20px 40px;
	line-height: 1.4;
	background-position: 10px 20px;
}

.acMenu dt::after {
	right: 4%;
}

.acMenu .active::after {
	right: 4%;
}

.acMenu dd {
	padding: 30px 20px 30px 10px;
}

.acMenu dd p {
	padding-left: 40px;
	background-position: 10px 10px;
}

.bl_interview__space {
	padding: 40px 0 0px;
}

.bl_interview__space.last-elem {
	padding-bottom: 55px;
}

.bl_interview__inner {
	padding: 40px 20px;
}

.bl_interview__inner p {
	font-size: 1.2rem;
	line-height: 2.2;
}

.bl_interview__margin {
	margin-bottom: 60px;
}

.bl_interview__head-l {
	margin-bottom: 160px;
}

.bl_interview__head-l figure {
	margin-left: 0;
	max-width: initial;
}

.bl_interview__head-l--name {
	bottom: -136px;
	left: 6%;
	padding: 30px 10px;
	min-width: 256px;
}

.bl_interview__head-l--name h3 {
	font-size: 2rem;
}

.bl_interview__head-l--name p {
	font-size: 1.8rem;
}

.bl_interview__head-r {
	margin-bottom: 160px;
}

.bl_interview__head-r figure {
	max-width: initial;
}

.bl_interview__head-r--name {
	bottom: -136px;
	right: 8%;
	padding: 30px 10px;
	min-width: 256px;
}

.bl_interview__head-r--name p {
	font-size: 1.8rem;
}

.bl_interview__inner-title {
	margin-bottom: 20px;
	padding-left: 20px;
	font-size: 1.4rem;
}

.bl_interview__inner-title::before {
	width: 12px;
	height: 2px;
}

.bl_interview__inner-title-multiline {
	margin-bottom: 20px;
	padding-left: 20px;
	font-size: 1.4rem;
}

.bl_interview__inner-title-multiline::before {
	top: 24%;
	width: 12px;
	height: 2px;
}

.bl_interview__inner-wrap figure {
	width: 100%;
	max-width: initial;
}

.bl_interview__inner-item {
	width: 100%;
	max-width: initial;
}

.bl_interview__inner-item > p {
	margin-bottom: 30px;
}

.bl_new-grad__space {
	margin: 80px 0;
}

.bl_new-grad__inner {
	padding: 54px 20px 20px;
}

.bl_new-grad__title {
	font-size: 2.1rem;
	border-bottom: solid 4px #333;
}

.bl_new-grad__title--wrap {
	top: -22px;
}

.bl_new-grad__img--col-2 {
	margin-bottom: 0;
}

.bl_new-grad__img--col-2 figure {
	margin-bottom: 30px;
	width: 100%;
	max-width: initial;
}

.bl_occupation_anchor-title {
	margin-top: 20px;
	font-size: 2rem;
}

.bl_occupation__space {
	padding: 20px 0 20px;
}

.bl_occupation__space.first-elem {
	padding-top: 40px;
}

.bl_occupation__space.last-elem {
	padding-top: 55px;
}

.bl_occupation__inner {
	padding: 40px 20px;
}

.bl_occupation__inner p {
	font-size: 1.2rem;
	line-height: 2.2;
}

.bl_occupation__list th {
	padding: 12px 10px;
	display: block;
	width: 100%;
	font-size: 1.6rem;
}

.bl_occupation__list td {
	padding: 10px 10px 20px;
	display: block;
	width: 100%;
	font-size: 1.4rem;
	border-bottom: none;
	border-left: none;
}

.bl_special_lower_mv_card {
	top: 60%;
}

.bl_special_lower_mv_card.bl_conference_card {
	transform: translate(-50%, -10%);
}

.bl_special_lower_mv_card__ttl {
	font-size: 2rem;
	margin-bottom: 20px;
	line-height: 1.2;
}

.bl_special_lower_mv_card__txt {
	font-size: 1.2rem;
	line-height: 2.5;
}

.bl_special_lower_mv_card__txt_wrap .bl_special_lower_mv_card__txt {
	font-size: 1.2rem;
	line-height: 2.5;
}

.bl_special_lower_content p {
	font-size: 1.2rem;
	line-height: 2.5;
}

.bl_special_lower_content__section.bl_img_block_conference__section {
	padding-bottom: 35px;
	padding-top: 0px;
}

.bl_special_lower_content__wrap {
	margin-top: -10px;
	padding: 35px 20px;
}

.bl_special_lower_content_ttl {
	font-size: 2.1rem;
}

.bl_special_lower_content_ttl::after {
	bottom: -15px;
	height: 4px;
	width: 155px;
	transform: translate(-50%, 0);
	left: 50%;
}

.bl_special_lower_content_ttl__wrap {
	padding-left: 0px;
	justify-content: center;
}

.bl_img_block {
	margin-top: 10px;
	margin-bottom: 60px;
}

.bl_img_block__section {
	padding-top: 60px;
}

.bl_img_block__wrap {
	padding: 40px 20px;
}

.bl_img_block__head {
	font-size: 1.8rem;
	line-height: 2;
}

.bl_img_block__ttl {
	font-size: 1.4rem;
	margin-bottom: 10px;
}

.bl_img_block__ttl::before {
	width: 3px;
}

.bl_img_block__txt {
	font-size: 1.2rem;
	line-height: 2.5;
}

.bl_img_block_flex {
	flex-direction: column;
}

.bl_img_block_flex__wrap {
	margin-bottom: 40px;
}

.bl_img_block_flex__img {
	margin-right: 0px;
	width: 100%;
}

.bl_img_block_flex__ttl {
	margin-top: 20px;
	font-size: 1.8rem;
}

.bl_img_block_flex__txt {
	font-size: 1.2rem;
}

.bl_img_block_flex__content {
	width: 100%;
}

.bl_box_center {
	padding: 40px 20px;
}

.bl_box_center__section {
	padding: 40px 0;
}

.bl_box_center__ttl {
	text-align: center;
	font-size: 2.2rem;
	line-height: 1.6;
	font-weight: bold;
	margin-bottom: 20px;
}

.bl_box_center__txt {
	font-size: 1.2rem;
	line-height: 2.5;
}

.bl_img_block_conference {
	flex-direction: column;
	margin-bottom: 20px;
}

.bl_img_block_conference dt {
	width: 100%;
	margin-bottom: 10px;
	margin-right: 0px;
}

.bl_img_block_conference dd {
	width: 100%;
	font-size: 1.2rem;
	line-height: 2.5;
}

.bl_img_block_conference__wrap {
	padding: 0px 20px;
	background-color: #E8ECEF;
}

.bl_img_block_conference__block {
	margin-bottom: 60px;
}

.bl_img_block_conference__line {
	font-size: 1.4rem;
	line-height: 2.1;
}

.bl_img_block_conference__ttl {
	font-size: 1.8rem;
	letter-spacing: 0.04em;
	line-height: 2;
	margin-bottom: 20px;
	padding-left: 25px;
}

.bl_img_block_conference__flex_p-01 figure {
	margin-bottom: 20px;
}

.bl_img_block_conference__flex_p-02 figure {
	margin-bottom: 20px;
}

.bl_img_block_conference__flex_order01 {
	order: 1;
}

.bl_img_block_conference__flex_order02 {
	order: 0;
}

.l_top_mv {
	margin-bottom: 40px;
}

.l_top_news {
	margin-top: 40px;
	margin-bottom: 40px;
}

.l_top_news dl:first-of-type {
	padding-top: 0px;
}

.l_top_news dl {
	flex-direction: column;
	align-items: flex-start;
	padding: 20px 0;
}

.l_top_news dl .rss_date {
	margin-bottom: 10px;
	font-size: 1.1rem;
	font-weight: normal;
}

.l_top_news dl .rss_title a {
	font-size: 1.2rem;
}

.l_top_news dl .rss_title a .rss_new {
	margin-right: 10px;
	font-size: 1.2rem;
	padding: 4px 10px;
	font-weight: normal;
	min-width: 75px;
}

.l_top_news dl .rss_title {
	margin-left: 0;
}

.bl_wel-edu__pickup {
	margin: 0 auto 200px;
}

.bl_wel-edu__pickup p {
	width: 100%;
	font-size: 1.2rem;
	line-height: 2.4;
}

.bl_wel-edu__pickup--img {
	bottom: -200px;
	transform: translate(-50%, 0);
	left: 50%;
	width: 296px;
	height: auto;
}

.bl_wel-edu__pickup--img.p_03 {
	bottom: -60px;
}

.bl_wel-edu__pickup-wide {
	margin: 0 auto 240px;
}

.bl_wel-edu__pickup-wide.p_02 {
	margin: 0 auto 150px;
}

.bl_wel-edu__pickup-wide p {
	margin-top: -20px;
	width: 100%;
	max-width: initial;
	font-size: 1.2rem;
	line-height: 2.4;
}

.bl_wel-edu__pickup-wide--img {
	bottom: -230px;
	right: 6%;
	width: 295px;
	max-width: initial;
}

.bl_wel-edu__space {
	padding: 40px 0;
}

.bl_wel-edu__inner {
	padding: 40px 20px;
}

.bl_wel-edu__item {
	margin-right: 0;
	padding: 40px 20px;
	width: 100%;
}

.bl_wel-edu__item p {
	font-size: 1.2rem;
	line-height: 2.4;
	letter-spacing: 0;
}

.bl_wel-edu__title {
	margin-bottom: 20px;
	font-size: 1.8rem;
}

.bl_wel-edu__flow-title {
	margin-bottom: 20px;
	font-size: 1.8rem;
}

.bl_wel-edu__flow-arrow {
	margin-left: 100px;
	width: 920px;
	background-size: 920px 65px;
}

.bl_wel-edu__flow-text {
	margin-top: 10px;
	margin-left: 0;
	width: 100%;
	font-size: 1.2rem;
}

.bl_wel-edu__table {
	width: 1000px;
}

.bl_wel-edu__table th {
	font-size: 1.4rem;
}

.bl_wel-edu__table td {
	font-size: 1.2rem;
}

.bl_wel-edu__table .table_left {
	font-size: 1.2rem;
}

.bl_wel-edu__inner-small {
	margin-bottom: 40px;
	padding: 40px 20px;
}

.bl_wel-edu__inner-space {
	margin-bottom: 40px;
}

.bl_edu-pickup_adjust {
	padding-bottom: 100px !important;
}

.bl_wel-pickup_adjust {
	padding-bottom: 50px !important;
}

#locator {
	margin: 10px auto 20px;
}

#locator ol {
	padding: 0 20px;
}

#locator ol li {
	font-size: 1rem;
}

.bl_under-navi__space {
	padding: 40px 0 40px;
}

.bl_under-navi__wrap {
	padding: 30px 20px 30px;
}

.bl_under-navi__wrap.mynavi {
	padding: 30px 15px 30px;
}

.bl_under-navi__wrap.mynavi .bl_under-navi__contents {
	height: 20px;
}

.bl_under-navi__title {
	display: inline-block;
	padding-bottom: 0;
	font-size: 2.1rem;
	border-bottom: solid 4px #333;
}

.bl_under-navi__title--wrap {
	position: initial;
	margin-bottom: 20px;
	text-align: center;
}

.bl_under-navi__title--wrap.center {
	left: 18%;
	transform: translate(0, -120%);
}

.bl_under-navi__title--wrap.center .bl_under-navi__title {
	font-size: 2.1rem;
}

.bl_under-navi__contents {
	padding-top: 0;
}

.bl_under-navi__contents p {
	font-size: 1.2rem;
}

.bl_under-navi__list li {
	margin-right: 0;
	width: 100%;
}

.bl_anchor__space {
	padding: 40px 0;
}

.bl_anchor__wrap {
	padding: 30px;
}

.bl_anchor__list--col-4 li {
	margin-right: 0;
	margin-bottom: 20px;
	width: 100%;
}

.bl_anchor__list--col-3 {
	margin-bottom: 0;
}

.bl_anchor__list--col-3 li {
	margin-right: 0;
	margin-bottom: 20px;
	width: 100%;
}

.bl_anchor__list--col-3 li:last-child {
	margin-bottom: 0;
}

.bl_rec_foot-navi {
	margin: 40px auto;
	padding: 30px 20px;
	width: 94%;
	max-width: initial;
}

.bl_rec_foot-navi__list li {
	margin: 0 0 30px 0;
	width: 100%;
	text-align: center;
}

.bl_rec_foot-navi__list li:first-child {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	width: 100%;
	border-right: none;
	border-bottom: solid 1px #fff;
}

.bl_rec_foot-navi__list li:last-child {
	margin-bottom: 0;
}

.bl_rec_foot-navi__list li a {
	font-size: 1.6rem;
	margin: 0;
	padding: 24px 20px 24px 10px;
	width: 100%;
	background-position: right 20px center;
	justify-content: center;
}

.bl_mynavi {
	align-items: flex-start;
}

.bl_mynavi__ttl {
	justify-content: flex-start;
}

.bl_mynavi__ttl a {
	font-size: 5rem;
	list-style: 1.2;
	padding: 0 70px 0 0;
	background: linear-gradient(transparent 40%, #FFCCD0 40%);
}

.bl_mynavi__ttl .bl_mynavi__arrow {
	top: -35%;
	right: 50px;
}

.bl_mynavi__ttl .bl_mynavi__arrow::before {
	width: 100px;
	bottom: -40%;
	margin-left: 10px;
}

.bl_mynavi__ttl .bl_mynavi__arrow::after {
	width: 15px;
	bottom: -50%;
	left: 170%;
}

.bl_mynavi__logo {
	align-self: center;
}

.button_orange a {
	font-size: 1.6rem;
	background-position: 94% 50%;
}

.button_red a {
	font-size: 1.6rem;
}

.bl_entry_button {
	margin: 0 auto;
	width: 282px;
}

.bl_carrer_button {
	margin: 0 auto;
	width: 196px;
}

.bl_carrer_button a {
	font-size: 1.6rem;
}

.bl_occupation_button {
	margin: 0 auto;
	width: 196px;
}

.bl_faq_button {
	width: 196px;
}

.arrow_icon_btn a {
	font-size: 1.2rem;
	padding-right: 30px;
}

.arrow_icon_btn a::after {
	width: 20px;
	height: 20px;
	margin-left: 10px;
}

.arrow_icon_btn.mt_45 {
	margin-top: 20px;
}

.bl_kv {
	height: 230px;
}

.bl_kv_titleArea {
	margin-top: 60px;
	min-height: 80px;
	margin-left: 5%;
	padding-left: 20px;
	border-left: 5px solid #fff;
}

.bl_kv_titleArea--special {
	height: 150px;
	padding-left: 15px;
	border-left: 5px solid #083190;
}

.bl_kv_title__en {
	font-size: 20px;
}

.bl_kv_title__en--small {
	font-size: 1.3rem;
}

.bl_kv_title__en--special {
	font-size: 1.6rem;
	line-height: 2.2;
	margin-bottom: 12px;
}

.bl_kv_title__en--special02 {
	font-size: 1.5rem;
	line-height: 1.2;
	margin-bottom: 10px;
}

.bl_kv_title__ja {
	font-size: 30px;
}

.bl_kv_title__ja--small {
	font-size: 2.2rem;
}

.bl_kv_title__ja--special {
	font-size: 2.2rem;
}

.bl_kv__business {
	background-image: url(/dcms_media/image/recruit_kv_business_sp.jpg);
}

.bl_kv__new-grad {
	background-image: url(/dcms_media/image/recruit_kv_new_graduates_sp.jpg);
}

.bl_kv__new-grad-interview {
	background-image: url(/dcms_media/image/recruit_kv_new-grad_interview_sp.jpg);
}

.bl_kv__new-grad-information {
	background-image: url(/dcms_media/image/recruit_kv_new-grad_information_sp.jpg);
}

.bl_kv__new-grad-information .bl_kv_titleArea {
	margin-top: 80px;
}

.bl_kv__career {
	background-image: url(/dcms_media/image/recruit_kv_career_sp.jpg);
}

.bl_kv__career-interview {
	background-image: url(/dcms_media/image/recruit_kv_career_interview_sp.jpg);
}

.bl_kv__career-occupation {
	background-image: url(/dcms_media/image/recruit_kv_career_occupation_sp.jpg);
}

.bl_kv__career-information {
	background-image: url(/dcms_media/image/recruit_kv_career_information_sp.jpg);
}

.bl_kv__welfare {
	background-image: url(/dcms_media/image/recruit_kv_welfare_sp.jpg);
}

.bl_kv__education {
	background-image: url(/dcms_media/image/recruit_kv_education_sp.jpg);
}

.bl_kv__special {
	background: url(/dcms_media/image/recruit_kv_special_sp.jpg) no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.bl_kv__mitaka-kichijoji {
	height: 260px;
	background: linear-gradient(180deg, #a8d2f4 0%, #a8d2f4 150px, #FFFFFF 150px, #FFFFFF 100%);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	margin-bottom: 10px;
}

.bl_kv__conference {
	height: 260px;
	background: linear-gradient(180deg, #a8d2f4 0%, #a8d2f4 150px, #FFFFFF 150px, #FFFFFF 100%);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	margin-bottom: 5px;
}

.bl_kv__news {
	background-image: url(/dcms_media/image/recruit_kv_news_sp.jpg);
}
.article_list {
	margin-top: 0px;
	padding-bottom: 180px;
}

.article_list_item {
	margin-bottom: 250px;
}

.article_list_02 {
	padding: 30px 0 10px;
}

.article_list_02 .article_list_item {
	justify-content: center;
	margin-bottom: 0;
	height: 500px;
}

.article_list_02 .article_list_item .article_list_border_head {
	font-size: 1.2rem;
	padding-left: 10px;
}

.article_list_02 .article_list_item .article_list_border_head::before {
	height: 45px;
	margin-right: 5px;
}

.article_list_02 .article_list_item.p_02 {
	margin-top: 10px;
}

.article_list_02 .article_list_item.p_02 .article_list_card_ttl {
	font-size: 2.4rem;
	margin-bottom: 15px;
}

.article_list_02 .article_list_card {
	width: 75%;
	top: 19%;
	padding: 15px 10px;
}

.article_list_02 .article_list_card_ttl {
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: 25px;
	padding: 0px;
}

.article_list_02 .article_list_card_txt {
	font-size: 1.2rem;
	line-height: 2.3;
}

.article_list_02 .article_list_card_txt_wrap {
	margin: 25px 0 15px;
}

.article_list_02 .article_list_card.p_02 {
	top: 12%;
}

.article_list_02 .article_list_card.p_02 .article_list_card_ttl {
	padding: 0px;
}

.bl_dir_link_list {
	height: 350px;
	flex-wrap: wrap;
}

.bl_dir_link_list__wrap {
	background: none;
}

.bl_dir_link_list__wrap .bl_rec_inner {
	margin: 0;
	width: 100%;
}

.bl_dir_link_list__item {
	width: calc(100% / 2);
	height: calc(100% / 3);
}

.bl_dir_link_list__item.p_01 {
	background: url("../image/recruit_other_dir_link01_sp.jpg") no-repeat center center;
	background-size: cover;
}

.bl_dir_link_list__item.p_02 {
	background: url("../image/recruit_other_dir_link02_sp.jpg") no-repeat center center;
	background-size: cover;
}

.bl_dir_link_list__item.p_03 {
	background: url("../image/recruit_other_dir_link03_sp.jpg") no-repeat center center;
	background-size: cover;
}

.bl_dir_link_list__item.p_04 {
	background: url("../image/recruit_other_dir_link04_sp.jpg") no-repeat center center;
	background-size: cover;
}

.bl_dir_link_list__item.p_05 {
	background: url("../image/recruit_other_dir_link05_sp.jpg") no-repeat center center;
	background-size: cover;
}

.bl_dir_link_list__item.p_06 {
	background: url("../image/recruit_other_dir_link06_sp.jpg") no-repeat center center;
	background-size: cover;
}

.bl_rec_inner {
	max-width: initial;
}

.bl_title__underline {
	font-size: 1.8rem;
}

.bl_title__underline::after {
	width: 74px;
}

.bl_title__underline.mb-30 {
	margin-bottom: 20px;
}

.bl_title__underline .text_s {
	font-size: 1.4rem;
}

.bl_title__underline-l {
	font-size: 1.8rem;
}

.bl_title__underline-l .text_s {
	font-size: 1.4rem;
}

.u-pc-hidden {
	display: block;
}

.u-sp-hidden {
	display: none;
}

}

@media only screen and (max-width: 520px) {

.article_list_02 .article_list_card {
	width: 70%;
	top: 8%;
}

.article_list_02 .article_list_card.p_02 {
	top: 8%;
}

}

@media only screen and (max-width: 450px) {

.bl_wel-edu__pickup {
	margin: 0 auto 150px;
}

.bl_wel-edu__pickup--img.p_02 {
	bottom: -150px;
}

.bl_wel-edu__pickup--img.p_03 {
	bottom: -80px;
}

.bl_wel-edu__pickup-wide {
	margin: 0 auto 200px;
}

.bl_wel-edu__pickup-wide.p_02 {
	margin: 0 auto 120px;
}

}

@media only screen and (max-width: 430px) {

.article_list_card {
	width: 70%;
	top: 20%;
}

.article_list_card.p_02 {
	top: 25%;
}

}

@media only screen and (max-width: 420px) {

.article_list_02 .article_list_item {
	height: 460px;
}

.article_list_02 .article_list_card {
	top: 0%;
}

.article_list_02 .article_list_card.p_02 {
	top: 0%;
}

}

@media only screen and (max-width: 370px) {

.gnavi_entry a {
	padding: 12px 0px;
}

}

@media only screen and (max-width: 360px) {

.article_list_02 .article_list_card {
	top: -5%;
}

.article_list_02 .article_list_card.p_02 {
	top: -5%;
}

}

@media only screen and (max-width: 335px) {

.l_cta_img_ttl {
	padding: 0 32px;
}

.l_cta_img a {
	padding: 14px 75px;
}

}

@keyframes fadeIn {

0% {
	display: none;
	opacity: 0;
}

1% {
	display: block;
	opacity: 0;
}

100% {
	display: block;
	opacity: 1;
}

}

@keyframes fadeup {

0% {
	transform: translateY(80px);
	opacity: 0;
}

80% {
	opacity: 1;
}

100% {
	opacity: 1;
	transform: translateY(0);
}

}

/* 202204 */
.cta-recruit_area {
	background: url(/dcms_media/image/recruit_cta_bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 80px 12%;
}
.cta-recruit_inner {
	display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.cta-recruit_box {
	background: rgba(58,81,185,.7);
	background-clip: padding-box;
	border: rgba(112,112,112,.7) 1px solid;
	position: relative;
	color: #FFF;
	padding: 30px;
	transition: background .3s;
}
.cta-recruit_box.bl-hover {
	background: rgba(58,81,185,.9);
}

.cta-recruit_box:before,
.cta-recruit_box:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0;
	border-color: transparent;
}
.cta-recruit_box:before{
	border-width: 70px 70px 0 0;
	border-top-color: #FFF;
	top: -1px;
	left: -1px;
}
.cta-recruit_box:after {
	border-width: 0 0 30px 30px;
	border-bottom-color: #FFF;
	bottom: -1px;
	right: -1px;
}
.cta-recruit_title {
	font-size:min(2.5vw,4.8rem);
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	position: relative;
	padding-bottom: 18px;
}
.cta-recruit_title:before {
	content: "";
	width: 80%;
	height: 2px;
	position: absolute;
	left: 10%;
	bottom: 0;
	background: #FFF;
}
.cta-recruit_btn {
	margin-top: auto;
}
.cta-recruit_btn a {
	color: #FFF;
	display: block;
	width: 240px;
	border: #fff 1px solid;
	border-radius: 4px;
	margin: auto;
	text-align: center;
  font-family: 'Rubik';
  font-size: 2.6rem;
	line-height: 1;
	font-weight: bold;
	padding: 18px;
	transition:background .3s, color .3s;
}
.bl-hover .cta-recruit_btn a{
	background: #FFF;
	opacity: 1;
	color: #083190;
}
.cta-recruit_txtarea {
	margin-bottom: 30px;
	text-align: center;
	
}
.cta-recruit_txt {
	margin-bottom: 0!important;
	margin-top: 14px;
}
.cta-recruit_box._new-graduate:before{
	border-top-color: #E20505;
}
.cta-recruit_box._new-graduate:after {
	border-bottom-color: #E20505;
}
.cta-recruit_box._new-graduate .cta-recruit_title:before {
	background: #E20505;
}
.cta-recruit_box._new-graduate.bl-hover .cta-recruit_btn a{
	color: #E20505;
}
.cta-recruit_box._career:before{
	border-top-color: #29824A;
}
.cta-recruit_box._career:after {
	border-bottom-color: #29824A;
}
.cta-recruit_box._career .cta-recruit_title:before {
	background: #29824A;
}
.cta-recruit_box._career.bl-hover .cta-recruit_btn a{
	color: #29824A;
}
.cta-recruit_box._internship:before{
	border-top-color: #0505E2;
}
.cta-recruit_box._internship:after {
	border-bottom-color: #0505E2;
}
.cta-recruit_box._internship .cta-recruit_title:before {
	background: #0505E2;
}
@media only screen and (min-width: 680px) {
.cta-recruit_box {
	display: flex;
	flex-direction: column;
}
}
@media only screen and (min-width: 980px) {
.cta-recruit_area {
	padding: 80px 5%;
}
.cta-recruit_box {
	width: calc(50% - 10%);
	margin-left: 10%
	}.cta-recruit_area {
	width: 110%;
	margin-left: -10%;
}
.cta-recruit_box:nth-child(n+3) {
	margin-top: 75px;
}
}
@media only screen and (min-width: 680px) and (max-width: 980px) {
.cta-recruit_area {
	padding: 80px 3%;
}
.cta-recruit_box:nth-child(n+3) {
	margin-top: 30px;
}
.cta-recruit_area {
	width: 103%;
	margin-left: -3%;
}
.cta-recruit_box {
	width: calc(50% - 3%);
	margin-left: 3%
	}
.cta-recruit_title {
	font-size:max(2.8vw,2rem);
	}
}

@media only screen and (max-width: 860px) {
.cta-recruit_title {
	padding-bottom: 10px;
}
.cta-recruit_txt {
	margin-top: 15px;
	margin-bottom: 15px;
}
.cta-recruit_btn a {
  font-size: 2rem;
	padding: 16px;
}
.cta-recruit_box {
	padding: 15px 15px 20px;
}
.cta-recruit_box:before{
	border-width: 30px 30px 0 0;
}
.cta-recruit_box:after {
	border-width: 0 0 18px 18px;
}
}
@media only screen and (max-width: 680px) {
	.cta-recruit_box + .cta-recruit_box {
	margin-top: 20px;
}
.cta-recruit_title {
	font-size: 2.4rem;
}
.cta-recruit_area {
	padding: 40px 3%;
	}
.cta-recruit_box {
	width: 100%;
}
}