@charset "UTF-8";
/* CSS Document */

/*===================================
    COMMON
===================================*/

body {
    color: #3e3a39;
    font-family: "M PLUS 1p", sans-serif;
    line-height: 1.89;
    font-weight: 400;
    font-size: 100%;
    color: #3e3a39;
    letter-spacing: 0.07em;
    -webkit-font-smoothing: subpixel-antialiased;
}
.br_pc_non {
	display: none;
}
.br_sp_non {
	display: block;
}

@media only screen and ( max-width : 896px ) {
.br_pc_non {
	display: block;
}
.br_sp_non {
	display: none;
}
}

/*===================================
    新卒採用フロー
===================================*/

#page_title_wrapp {
	background: linear-gradient(to right, #88a3d4, #3e4293);
	height: 300px;
	box-sizing: border-box;
	position: relative;
}
#page_title_wrapp h2 {
    font-size: 28px;
	font-weight: normal;
	color: #fff;
	position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
}
#btn_box_wrapp {
	background: url("../../requirements/images/bg_title_btm.gif") left top repeat-x;
	padding-top: 100px;
	position: relative;
}
#btn_box_in {
    width: 1000px;
	height: 350px;
	margin: 0 auto;
	padding-top: 50px;
	box-sizing: border-box;
	box-shadow: 0 0 20px #dee5f3;
	background-color: #fff;
}
#btn_box_txt {
    font-size: 22px;
	font-family: 'Montserrat';
	color: #e60012;
	text-align: center;
	margin-bottom: 40px;
}
#btn_box_txt span {
    display: block;
	font-size: 18px;
}
#entry_btn_wrapp {
    width: 700px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#entry_btn_wrapp p {
    width: 330px;
	height: 90px;
	border: 1px solid #005bac;
	box-sizing: border-box;
	position: relative;
	transition: all 0.3s ease;
}
#entry_btn_wrapp p img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
#entry_btn_wrapp p:hover {
	border: 1px solid #73a6d4;
}
#entry_btn_wrapp p a {
    display: block;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease;
}
#entry_btn_wrapp p a:hover {
    opacity: 0.7;
}

.contents_wrapp_01 {
    width: 910px;
	margin: 0 auto 80px;
}
.flow_h3_01 {
    font-size: 100px;
	font-weight: 300;
	line-height: 1em;
	color: #3e4293;
	text-align: center;
	padding: 90px 0 70px;
}
.flow_box_01 {
    border-left: 1px solid #3e4293;
	padding-left: 30px;
	box-sizing: border-box;
	font-size: 1.8rem;
}
.flow_box_01 ul {
    font-size: 32px;
	color: #3e4293;
	margin-bottom: 30px;
}
.flow_midashi {
    width: 270px;
    height: 80px;
	margin: 50px auto;
    background: url(../../requirements/images/sp01_bg.png) repeat;
    background-size: 10px 10px;
	font-family: 'Montserrat';
	font-size: 22px;
	text-align: center;
	line-height: 80px;
}
.flow_box_02 {
    width: 740px;
	margin: 0 auto;
    border: 3px solid #3e4293;
	box-sizing: border-box;
	padding: 20px;
	color: #3e4293;
}
.flow_number {
    font-family: 'Montserrat';
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.flow_txt {
    font-size: 18px;
	display: inline-block;
	vertical-align: middle;
}
.triangle {
    width: 30px;
    height: 0;
	box-sizing: border-box;
    border-style: solid;
    border-width: 30px 20px 0 20px;
    border-color: #3e4293 transparent transparent transparent;
	margin: 20px auto;
}
.flow_h3_02 {
    font-size: 50px;
	font-weight: 300;
	line-height: 1.2em;
	color: #3e4293;
	text-align: center;
	margin: 100px 0 50px;
}
.event_wrapp {
    width: 600px;
	margin: 30px auto 0;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.event_in {
    width: 260px;
	margin-bottom: 30px;
}
.event_txt {
    border-left: 1px solid #3e4293;
	padding-left: 15px;
	box-sizing: border-box;
	margin-top: 10px;
	font-size: 1.4rem;
}
.event_txt h4 {
    font-size: 18px;
	font-weight: 500;
	line-height: 1.6em;
	margin-bottom: 10px;
}

@media only screen and ( max-width : 896px ) {
#page_title_wrapp {
	height: 116px;
}
#page_title_wrapp h2 {
    font-size: 20px;
    bottom: 40px;
}
#btn_box_wrapp {
    background-size: 100% 300px;
	padding-top: 50px;
}
#btn_box_in {
    width: 90%;
	height: auto;
	padding: 20px 0;
}
#btn_box_txt {
    font-size: 20px;
	margin-bottom: 20px;
}
#btn_box_txt span {
	font-size: 16px;
}
#entry_btn_wrapp {
    width: 90%;
	display: block;
}
#entry_btn_wrapp p {
    width: 100%;
	height: 90px;
	margin-bottom: 20px;
}
#entry_btn_wrapp p img {
    width: 180px;
}

.contents_wrapp_01 {
    width: 90%;
	margin-bottom: 80px;
}
.flow_h3_01 {
    font-size: 40px;
	padding: 50px 0 40px;
}
.flow_box_01 {
	padding-left: 20px;
}
.flow_box_01 ul {
    font-size: 18px;
	margin-bottom: 20px;
}
.flow_midashi {
    width: 230px;
    height: 70px;
	line-height: 70px;
}
.flow_box_02 {
    width: 100%;
}
.flow_number {
	display: inline-block;
	width: 50px;
	margin-right: 0;
}
.flow_txt {
    font-size: 14px;
	display: inline-block;
	width: calc(100% - 60px);
}
.triangle {
    width: 20px;
    border-width: 20px 15px 0 15px;
	margin: 10px auto;
}
.flow_h3_02 {
    font-size: 35px;
	line-height: 1.4em;
	margin: 50px 0 30px;
}

.event_wrapp {
    width: 100%;
	margin: 20px auto 0;
    display: block;
}
.event_in {
    width: 100%;
	margin-bottom: 20px;
}
.event_in img {
    width: 100%;
}
}

/*===================================
    FAQ
===================================*/

#faq_btn_wrapp {
    width: 900px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#faq_btn_wrapp p {
    width: 290px;
	height: 80px;
	line-height: 80px;
	background-color: #3e4293;
	position: relative;
	text-align: center;
	transition: all 0.3s ease;
}
#faq_btn_wrapp p:hover {
	background-color: #4f54bc;
}
#faq_btn_wrapp p a {
    display: block;
	width: 100%;
	height: 100%;
    font-size: 18px;
    color: #fff;
	text-decoration: none;
}
.faq_arrow {
    display: block;
    width: 25px;
	height: 25px;
	border-radius: 50%;
    background-color: #fff;
	position: absolute;
	top: 27px;
	right: 20px;
}
.faq_arrow::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #3e4293;
    border-right: 2px solid #3e4293;
    transform: rotate(135deg);
    position: relative;
    left: 8px;
    top: 6px;
}
.faq_h3_01 {
    font-size: 36px;
	font-weight: 300;
	color: #3e4293;
	border-bottom: 1px solid #3e4293;
	margin: 50px 0 40px;;
}
.faq_h4_01 {
    font-size: 21px;
	font-weight: 500;
	color: #3e4293;
	margin-bottom: 20px;
}
.faq_h4_01 span {
    font-family: 'Montserrat';
	font-size: 14px;
	color: #e60012;
	margin-right: 20px;
}
.faq_box_01 {
    color: #3e4293;
    background-color: #f5f5f9;
	padding: 30px;
	margin-bottom: 30px;
	font-size: 1.4rem;
}

@media only screen and ( max-width : 896px ) {
#faq_btn_wrapp {
    width: 90%;
	display: block;
}
#faq_btn_wrapp p {
    width: 100%;
	height: 70px;
	line-height: 70px;
	margin-bottom: 20px;
}
#faq_btn_wrapp p a {
    font-size: 16px;
}
.faq_arrow {
	top: 23px;
}
.faq_h3_01 {
    font-size: 30px;
	margin: 40px 0 20px;;
}
.faq_h4_01 {
    font-size: 20px;
}
.faq_h4_01 span {
	margin-right: 0;
	display: block;
}
.faq_box_01 {
	padding: 20px;
	margin-bottom: 20px;
}
}

/*===================================
    課題への取り組み
===================================*/

#page_title_addressing {
    height: 720px;
	background: url("../../career/images/main.jpg") center bottom no-repeat;
	background-size: cover;
	position: relative;
}
#page_title_addressing_in {
    width: 1000px;
	position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
}
#page_title_addressing h2 img {
    width: 340px;
}
#page_title_addressing h2 span {
    display: block;
	color: #fff;
	font-weight: 300;
	margin-top: 10px;
}
.addressing_box_01 {
    width: 1000px;
	margin: 100px auto;
    border-left: 1px solid #3e4293;
	padding-left: 30px;
	box-sizing: border-box;
}
.addressing_box_01 h3 {
    font-size: 74px;
	font-weight: 100;
	line-height: 1em;
	color: #3e4293;
	margin-bottom: 20px;
}
.addressing_box_01 p {
    font-size: 18px;
}
#before_after_01 {
    background: url("../../career/images/bg_01.gif") left 0 top 50px repeat-x;
	background-size: 100% 300px;
	color: #99395e;
	margin-bottom: 50px;
}
#before_after_02 {
    background: url("../../career/images/bg_02.gif") left 0 top 50px repeat-x;
	background-size: 100% 300px;
	color: #998c78;
	margin-bottom: 50px;
	min-height: 740px;
}
#before_after_03 {
    background: url("../../career/images/bg_03.gif") left 0 top 50px repeat-x;
	background-size: 100% 300px;
	color: #222878;
	margin-bottom: 100px;
}
#before_after_04 {
    background: url("../../career/images/bg_04.gif") left 0 top 50px repeat-x;
	background-size: 100% 300px;
	color: #348caa;
	margin-bottom: 50px;
	min-height: 740px;
}
#before_after_05 {
    background: url("../../career/images/bg_05.gif") left 0 top 50px repeat-x;
	background-size: 100% 300px;
	color: #e664a0;
	margin-bottom: 50px;
	min-height: 780px;
}
#before_after_06 {
    background: url("../../career/images/bg_06.gif") left 0 top 50px repeat-x;
	background-size: 100% 300px;
	color: #329682;
	margin-bottom: 50px;
	min-height: 780px;
}
.before_after_in {
    width: 900px;
	margin: 0 auto;
	position: relative;
}
.before_01 {
    font-size: 22px;
	font-family: 'Montserrat';
}
.before_02 {
    font-size: 22px;
	font-family: 'Montserrat';
	text-align: right;
}
.fukidashi_01 {
    position: relative;
	top: 40px;
	left: 0;
}
.fukidashi_02 {
    position: absolute;
	top: 80px;
	right: 0;
}
.after_img_01 {
    position: relative;
	top: 20px;
	left: 70px;
}
.after_img_02 {
    position: absolute;
	top: 300px;
	right: 70px;
}
.after_img_03 {
    position: relative;
	top: 20px;
	left: 120px;
}
.after_img_04 {
    position: absolute;
	top: 300px;
	right: 100px;
}
.after_img_05 {
    position: absolute;
	top: 280px;
	left: 40px;
}
.after_img_06 {
    position: absolute;
	top: 300px;
	right: 120px;
}

#after_box_01 {
    width: 450px;
	border: 3px solid #99395e;
	box-sizing: border-box;
	position: absolute;
	right: 0;
	top: 200px;
}
#after_box_01::before {
    content: '';
	display: block;
	width: 37px;
	height: 66px;
	background: url("../../career/images/hige_01.png") no-repeat;
	position: absolute;
	left: -40px;
	bottom: 80px;
}
#after_box_02 {
    width: 450px;
	border: 3px solid #998c78;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 200px;
}
#after_box_02::before {
    content: '';
	display: block;
	width: 37px;
	height: 66px;
	background: url("../../career/images/hige_02.png") no-repeat;
	position: absolute;
	right: -40px;
	bottom: 80px;
}
#after_box_03 {
    width: 450px;
	border: 3px solid #222878;
	box-sizing: border-box;
	position: absolute;
	right: 0;
	top: 200px;
}
#after_box_03::before {
    content: '';
	display: block;
	width: 37px;
	height: 66px;
	background: url("../../career/images/hige_03.png") no-repeat;
	position: absolute;
	left: -40px;
	bottom: 80px;
}
#after_box_04 {
    width: 450px;
	border: 3px solid #348caa;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 200px;
}
#after_box_04::before {
    content: '';
	display: block;
	width: 37px;
	height: 66px;
	background: url("../../career/images/hige_04.png") no-repeat;
	position: absolute;
	right: -40px;
	bottom: 80px;
}
#after_box_05 {
    width: 450px;
	border: 3px solid #e664a0;
	box-sizing: border-box;
	position: absolute;
	right: 0;
	top: 200px;
}
#after_box_05::before {
    content: '';
	display: block;
	width: 37px;
	height: 66px;
	background: url("../../career/images/hige_05.png") no-repeat;
	position: absolute;
	left: -40px;
	bottom: 80px;
}
#after_box_06 {
    width: 450px;
	border: 3px solid #329682;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 200px;
}
#after_box_06::before {
    content: '';
	display: block;
	width: 37px;
	height: 66px;
	background: url("../../career/images/hige_06.png") no-repeat;
	position: absolute;
	right: -40px;
	bottom: 80px;
}

.after_midashi_01, .after_midashi_02, .after_midashi_03, .after_midashi_04, .after_midashi_05, .after_midashi_06 {
    font-size: 22px;
	font-family: 'Montserrat';
	display: inline-block;
	width: 85%;
	height: 60px;
	line-height: 60px;
	box-sizing: border-box;
	padding-left: 20px;
}
.after_midashi_01 {border-bottom: 3px solid #99395e;}
.after_midashi_02 {border-bottom: 3px solid #998c78;}
.after_midashi_03 {border-bottom: 3px solid #222878;}
.after_midashi_04 {border-bottom: 3px solid #348caa;}
.after_midashi_05 {border-bottom: 3px solid #e664a0;}
.after_midashi_06 {border-bottom: 3px solid #329682;}

.after_number_01, .after_number_02, .after_number_03, .after_number_04, .after_number_05, .after_number_06 {
    font-size: 22px;
	font-family: 'Montserrat';
	color: #fff;
	text-align: center;
	display: inline-block;
	width: 15%;
	height: 60px;
	line-height: 60px;
}
.after_number_01 {background-color: #99395e;}
.after_number_02 {background-color: #998c78;}
.after_number_03 {background-color: #222878;}
.after_number_04 {background-color: #348caa;}
.after_number_05 {background-color: #e664a0;}
.after_number_06 {background-color: #329682;}
.after_h3_01 {
    font-size: 36px;
	font-weight: 500;
	line-height: 1.4em;
	padding: 30px;
}
.after_txt_01{
	font-size: 1.4rem;
	padding: 0 30px 30px;
}

@media only screen and ( max-width : 896px ) {
#page_title_addressing {
    height: 300px;
}
#page_title_addressing_in {
    width: 90%;
    bottom: 30px;
}
#page_title_addressing h2 img {
    width: 200px;
}
#page_title_addressing h2 span {
	margin-top: 0;
}
.addressing_box_01 {
    width: 90%;
	margin: 50px auto;
	padding-left: 20px;
}
.addressing_box_01 h3 {
    font-size: 40px;
	line-height: 1.4em;
}
.addressing_box_01 p {
    font-size: 16px;
}

#before_after_01 {
	margin-bottom: 30px;
}
#before_after_02 {
	margin-bottom: 30px;
	min-height: auto;
}
#before_after_03 {
	margin-bottom: 30px;
	min-height: auto;
}
#before_after_04 {
    margin-bottom: 30px;
	min-height: auto;
}
#before_after_05 {
    margin-bottom: 30px;
	min-height: auto;
}
#before_after_06 {
    margin-bottom: 30px;
	min-height: auto;
}

.before_after_in {
    width: 90%;
}
.before_01 {
    font-size: 20px;
}
.before_02 {
    font-size: 20px;
}
.fukidashi_01 {
	left: auto;
	text-align: center;
}
.fukidashi_02 {
    position: relative;
	top: 40px;
	right: auto;
	text-align: center;
}
.fukidashi_01 img, .fukidashi_02 img {
    width: 300px;
}

.after_img_01 {
	left: auto;
	text-align: center;
}
.after_img_01 img {
    width: 160px;
}
.after_img_02 {
    position: relative;
	top: auto;
	right: auto;
	text-align: center;
}
.after_img_02 img {
    width: 160px;
}
.after_img_03 {
	left: auto;
	text-align: center;
}
.after_img_03 img {
    width: 90px;
}
.after_img_04 {
    position: relative;
	top: auto;
	right: auto;
	text-align: center;
}
.after_img_04 img {
    width: 110px;
}
.after_img_05 {
    position: relative;
	top: auto;
	left: auto;
	text-align: center;
}
.after_img_05 img {
    width: 220px;
}
.after_img_06 {
    position: relative;
	top: auto;
	right: auto;
	text-align: center;
}
.after_img_06 img {
    width: 120px;
}

#after_box_01 {
    width: 100%;
	position: relative;
	right: auto;
	top: auto;
	margin-top: 30px;
}
#after_box_01::before {
	width: 40px;
	height: 22px;
	background: url("../../career/images/hige_01_sp.png") no-repeat;
	background-size: 40px 22px;
	left: 40px;
	bottom: auto;
	top: -22px;
}
#after_box_02 {
    width: 100%;
	position: relative;
	left: auto;
	top: auto;
	margin-top: 20px;
}
#after_box_02::before {
	width: 40px;
	height: 22px;
	background: url("../../career/images/hige_02_sp.png") no-repeat;
	background-size: 40px 22px;
	right: auto;
	bottom: auto;
	left: 40px;
	top: -22px;
}
#after_box_03 {
    width: 100%;
	position: relative;
	right: auto;
	top: auto;
	margin-top: 30px;
}
#after_box_03::before {
	width: 40px;
	height: 22px;
	background: url("../../career/images/hige_03_sp.png") no-repeat;
	background-size: 40px 22px;
	left: 40px;
	bottom: auto;
	top: -22px;
}
#after_box_04 {
    width: 100%;
	position: relative;
	left: auto;
	top: auto;
	margin-top: 20px;
}
#after_box_04::before {
	width: 40px;
	height: 22px;
	background: url("../../career/images/hige_04_sp.png") no-repeat;
	background-size: 40px 22px;
	right: auto;
	bottom: auto;
	left: 40px;
	top: -22px;
}
#after_box_05 {
    width: 100%;
	position: relative;
	right: auto;
	top: auto;
	margin-top: 20px;
}
#after_box_05::before {
    width: 40px;
	height: 22px;
	background: url("../../career/images/hige_05_sp.png") no-repeat;
	background-size: 40px 22px;
	left: 40px;
	bottom: auto;
	top: -22px;
}
#after_box_06 {
    width: 100%;
	position: relative;
	left: auto;
	top: auto;
	margin-top: 20px;
}
#after_box_06::before {
	width: 40px;
	height: 22px;
	background: url("../../career/images/hige_06_sp.png") no-repeat;
	background-size: 40px 22px;
	right: auto;
	bottom: auto;
	left: 40px;
	top: -22px;
}

.after_midashi_01, .after_midashi_02, .after_midashi_03, .after_midashi_04, .after_midashi_05, .after_midashi_06 {
    font-size: 20px;
	width: 80%;
	height: 50px;
	line-height: 50px;
}
.after_number_01, .after_number_02, .after_number_03, .after_number_04, .after_number_05, .after_number_06 {
    font-size: 20px;
	width: 20%;
	height: 50px;
	line-height: 50px;
}
.after_h3_01 {
    font-size: 25px;
	line-height: 1.6em;
	padding: 20px;
}
.after_txt_01{
	padding: 0 20px 20px;
}
}