@charset "UTF-8";
.contentpage .m_img_area{
	background-image: url(../images/recruit/m_img@2x.jpg);}



/* ank_list
---------------------------------------------------------*/
.ank_list {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.ank_list li{
	max-width: 12.95em;
	width: 20%;
	padding: 0 0.5em;
	box-sizing: border-box;
	border-right: 1px solid #ccc;
	margin: 0.5em 0;
}
.ank_list li:last-child{
	border-right: none;
}
.ank_list li a{
	display: block;
	position: relative;
	padding: 0.25em 1.35em;
}
.ank_list li a i{
	position: absolute;
	right: 1.35em;
	top:50%;
	transform: translateY(-50%) rotate(90deg);
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 959px) {
.ank_list li a{
	padding: 0.25em 0.8em;
}
.ank_list li a i{
	right:  0.8em;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.ank_list{
	max-width: 39em;
	margin-left: auto;
	margin-right: auto;
}
.ank_list li{
	width: 12.95em;
}
}
/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.ank_list li{
	max-width: 33.3333%;
	width: 33.3333%;
	border-right: 1px solid #ccc!important;
	text-align: center;
	margin: 0.6em 0;
}
.ank_list li:nth-child(4n),
.ank_list li:first-child{	
	border-left: 1px solid #ccc;
}
.ank_list li a{
	display: block;
	position: relative;
	padding: 0em 0.5em 1.9em 0.5em;
}
.ank_list li a i{
	right: 0;
	left: 0;
	margin: auto;
	top: auto;
	bottom: 0;
	transform: translateY(0) rotate(90deg);
	height: 2.9em;
	width: 2.9em;
	line-height: 1em;
	letter-spacing: 0;
	
}
}


/* rec_tit
---------------------------------------------------------*/
.rec_tit{
	text-align: center;
	line-height: 1.5em;
}
.rec_tit p{
	font-size: 393%;
	letter-spacing: 0.1em;
	line-height: 1em;
	margin-bottom: 0.1em;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
}
/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.rec_tit p{
	font-size: 285%;
}
}


/* txt_bosyu
---------------------------------------------------------*/
.txt_bosyu{
	color: #ba4a31;
}


/* our_clinic
---------------------------------------------------------*/
#our_clinic .bg{
	padding: 120px 0 130px;
	background: linear-gradient(45deg,  rgba(236,236,233,1) 50%,rgba(242,249,208,1) 100%);
}
#our_clinic h3{
	max-width: 671px;
	width: 65vw;
	margin: 0 auto 80px;
	text-align: center;
}
#our_clinic .our_clinic_list1 li{
	margin-top: 100px;
}
#our_clinic .our_clinic_list1 li:first-child{
	margin-top: 0;
}
#our_clinic .our_clinic_list1 li .flex_box{
    display: flex;
    justify-content: space-between;
	align-items: center;
}
#our_clinic .our_clinic_list1 li:nth-child(even) .flex_box{
	 flex-direction: row-reverse;
}
#our_clinic .our_clinic_list1 li .flex_box .img{
	max-width: 560px;
	width: 46%;
}
#our_clinic .our_clinic_list1 li .flex_box .txt{
	max-width: 560px;
	width: 50%;
}
#our_clinic .our_clinic_list1 li .flex_box .txt dl{
	max-width: 500px;
}
#our_clinic .our_clinic_list2{
    display: flex;
    justify-content: space-between;
}
#our_clinic .our_clinic_list2 li{
	max-width: 410px;
	width: 32%;
}
#our_clinic .our_clinic_list2 li .img{
	max-width: 410px;
	margin: 0 auto 40px;
	text-align: center;
}
#our_clinic .our_clinic_style{
	padding-left: 3em;
	box-sizing: border-box;
	position: relative;
}
#our_clinic .our_clinic_style::before{
	position: absolute;
	content: "";
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: "wdth" 100;
	font-size: 134%;
	letter-spacing: 0.1em;
	line-height: 1em;
	color: #91ad2c;
	left: 0.1em;
	top:0.5em;
}
#our_clinic .our_clinic_style.no1::before{
	content: "01";
}
#our_clinic .our_clinic_style.no2::before{
	content: "02";
}
#our_clinic .our_clinic_style.no3::before{
	content: "03";
}
#our_clinic .our_clinic_style.no4::before{
	content: "04";
}
#our_clinic .our_clinic_style.no5::before{
	content: "05";
}
#our_clinic .our_clinic_style.no6::before{
	content: "06";
}
#our_clinic .our_clinic_style.no7::before{
	content: "07";
}
#our_clinic .our_clinic_style::after{
	position: absolute;
	content: "";
	font-size: 134%;
	letter-spacing: 0.1em;
	line-height: 1em;
	background: #91ad2c;
	width: 1.2em;
	height: 1px;
	left: 0;
	top:1.7em;
}
#our_clinic .our_clinic_style dt{
	margin-bottom: 1em;
}
#our_clinic .our_clinic_style.no7 dd{
	position: relative;
	z-index: 1;
}
#our_clinic .our_clinic_style.no7 dd p{
	max-width: 692px;
	width: 67%;
}
#our_clinic .our_clinic_style.no7 dd div{
	position: absolute;
	max-width: 308px;
	width: 30%;
	right: 0;
	top:50%;
	transform: translateY(-50%);
	z-index: 2;
}
#our_clinic .com_slide li {
    width: 52vw;
    max-width: 780px;
    margin-right: 10px;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1500px) {
#our_clinic .com_slide li {
    margin-right: 0.67vw;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#our_clinic .bg{
	padding: 10% 0 11%;
}
#our_clinic h3{
	margin: 0 auto 8%;
}
#our_clinic .our_clinic_list1 li{
	margin-top:10%;
}
#our_clinic .our_clinic_list1 li .flex_box{
     align-items:flex-start;
}
#our_clinic .our_clinic_list2 li .img{
	margin: 0 auto 4%;
}
#our_clinic .our_clinic_style{
	padding-left: 2.6em;
}
}
/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) {
#our_clinic .bg{
	padding: 14% 0;
}
#our_clinic h3{
	width: 100%;
	margin: 0 auto 12%;
}
#our_clinic .our_clinic_list1{
	margin-bottom: 12%;
}
#our_clinic .our_clinic_list1 li{
	margin-top: 12%;
}
#our_clinic .our_clinic_list1 li .flex_box{
    display: block;
}

#our_clinic .our_clinic_list1 li .flex_box .img{
	width: 100%;
	margin: 0 auto 6%;
}
#our_clinic .our_clinic_list1 li .flex_box .txt{
	max-width: 100%;
	width: 100%;
}
#our_clinic .our_clinic_list1 li .flex_box .txt dl{
	max-width:100%;
}
#our_clinic .our_clinic_list2{
    display: block;;
}
#our_clinic .our_clinic_list2 li{
	max-width: 100%;
	width: 100%;
	margin-top: 12%;
}
#our_clinic .our_clinic_list2 li:first-child{
	margin-top: 0;
}
#our_clinic .our_clinic_list2 li .img{
	width: 80%;
	margin: 0 auto 5%;
}
#our_clinic .our_clinic_style{
	padding-left: 2.5em;
}
#our_clinic .our_clinic_style::before{
	top:0.3em;
}
#our_clinic .our_clinic_style::after{
	top:1.5em;
}
#our_clinic .our_clinic_style dt{
	margin-bottom: 0.5em;
}
#our_clinic .our_clinic_style.no7 {
	margin-top: 12%;
}
#our_clinic .our_clinic_style.no7 dd p{
	max-width: 100%;
	width:100%;
}
#our_clinic .our_clinic_style.no7 dd div{
	width: 65%;
	right: 0;
	top:0;
	transform: translateY(-155%);
}
#our_clinic .com_slide li {
    width: 69vw;
    margin-right: 0.9vw;
}
}



/* message
---------------------------------------------------------*/
#message .bg{
	padding: 120px 0 140px;
	background: linear-gradient(45deg,  rgba(145,173,44,1) 1%,rgba(183,210,25,1) 100%);
}
#message .bg .max_1500{
	padding-left: 2%;
	padding-right: 2%;
	box-sizing: border-box;
	position: relative;
}
#message .bg .flt_box .txt_l{
	max-width: 595px;
	width: 49%;
	float: left;
	color: #fff;
}
#message .bg .flt_box .txt_l h3{
	padding-top: 3.5em;
	position: relative;
	z-index: 1;
}
#message .bg .flt_box .txt_l h3::before{
	position: absolute;
	content: "MESSAGE";
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: "wdth" 100;
	font-size:611%;
	letter-spacing: 0.1em;
	line-height: 1em;
	left: -0.35em;
	top:-0.125em;
	opacity: 0.2;
	z-index: -1;
}
#message .bg .flt_box .txt_l h3 span{
	padding-left: 3em;
	position: relative;
}
#message .bg .flt_box .txt_l h3 span::before{
	position: absolute;
	 font-family: "fontello";
	content: '\e805';
	font-size: 1.6em;
	left: 0;
	top:-0.1em;
}
#message .bg .flt_box .txt_l dt{
	margin-top: 1.4em;
	margin-bottom: 1.2em;
}
#message .bg .flt_box .img_r{
	max-width: 650px;
	width:47%;
	position: absolute;
	right: 0;
	top:0;
}
#message .bg .flt_box .img_r .name_btn{
	display: flex;
	align-items: center;
    flex-wrap: wrap;
	margin-top: 1em;
}
#message .bg .flt_box .img_r .name_btn .name{
	display: flex;
	align-items: center;
	color: #fff;
	margin-top: 1em;
}
#message .bg .flt_box .img_r .name_btn .name dt{
	letter-spacing: 0.2em;
	margin-right: 2em;
}
#message .bg .flt_box .img_r .name_btn .name dd{
	letter-spacing: 0.2em;
	margin-right: 1.5em;
}
#message .bg .flt_box .img_r .name_btn .com_btn1{
	width: 17em;
	display: block;
	margin-top:1em;
}
#message .bg .flt_box .img_r .name_btn .com_btn1 a{
	display: block;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1240px) { 
#message .bg .flt_box .txt_l h3{
	padding-top: 5vw;
}
#message .bg .flt_box .txt_l h3::before{
	font-size:min(611%,9.5vw);
	top:-0.125em;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#message .bg{
	padding:10% 0 12%;
}
#message .bg .max_1500{
	padding-left: 0;
	padding-right: 0;
}
#message .bg .w1220{
	width: 94%;
	padding-left: 6%;
	padding-right: 0;	
}
#message .bg .flt_box .txt_l{
	max-width: 100%;
	width: 100%;
	float: none;
}
#message .bg .flt_box .txt_l dt{
	margin-top: 1.4em;
	margin-bottom: 1.2em;
}
#message .bg .flt_box .img_r{
	position: static;
	float: right;
	margin-left: 4%;
	margin-bottom: 1.5em;
}
#message .bg .flt_box .img_r .name_btn{
	display: flex;
	align-items: center;
    flex-wrap: wrap;
	margin-top: 0.5em;
}
}
/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#message .bg{
	padding: 14% 0;
}
#message .bg .max_1500{
	padding-left: 2%;
	padding-right: 2%;
}
#message .bg .flt_box{
	display: flex;
	flex-direction: column-reverse;
    flex-wrap: wrap;
}
#message .bg .flt_box .txt_l{
	max-width:  100%;
	width: 100%;
	float: none;
}
#message .bg .flt_box .txt_l h3{
	padding-top: 2.2em;
}
#message .bg .flt_box .txt_l h3::before{
	font-size:430%;
	left: -0.3em;
}
#message .bg .flt_box .txt_l dt{
	margin-top: 0;
	margin-bottom: 0.5em;
}
#message .bg .flt_box .img_r{
	width:100%;
	position: static;
	margin: 10% auto;
}
#message .bg .flt_box .img_r .img{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#message .bg .flt_box .img_r .name_btn{
	display: block;
	margin-top: 0em;
}
#message .bg .flt_box .img_r .name_btn .name{
	justify-content: center;
}
#message .bg .flt_box .img_r .name_btn .name dd{
	margin-right: 0;
}
#message .bg .flt_box .img_r .name_btn .com_btn1{
	width: auto;
	margin: 1em auto 0;
}
#message .bg .flt_box .img_r .name_btn .com_btn1 a{
	margin: 0 auto;
}
}



/* schedule
---------------------------------------------------------*/
#schedule .schedule_bg{
	max-height: 490px;
	height: 33vw;
	background: url("../images/recruit/schedule_bg@2x.jpg") no-repeat center center;
	background-size:cover;
	position: relative;
	z-index: 1;
}
#schedule .schedule_bg .ft_ro{
	position: absolute;
	font-size:min(733%,9.5vw);
	letter-spacing: 0.1em;
	line-height: 1em;
	text-align: center;
	color: #fff;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -0.16em;
	z-index: 2;
}
#schedule .bg{
	padding: 50px 0 120px;
}
#schedule .tit{
	position: relative;
	z-index: 1;
}
#schedule .tit p{
	position: absolute;
	display: block;
	max-width: 193px;
	width: 20%;
	top:0;
}
#schedule .tit p.fukidashi_l{
	left: 0;
}
#schedule .tit p.fukidashi_r{
	right: 0;
}
#schedule .schedule_flex{
    display: flex;
    justify-content: space-between;	
}
#schedule .schedule_flex .schedule_box{
	max-width: 590px;
	width: 48.5%;
}
#schedule .schedule_flex .schedule_box > dt{
	font-size: 154%;
	letter-spacing: 0.2em;
	line-height: 1.5em;
	color: #fff;
	text-align: center;
	position: relative;
}
#schedule .schedule_flex .schedule_box > dt::before{
	position: absolute;
	content: "";
	background: #f4f4f4;
	width: 100%;
	height: 1.75em;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
#schedule .schedule_flex .schedule_box > dt p{
	max-width: 510px;
	width: 90%;
	margin: 0 auto;
	padding: 1em;
	box-sizing: border-box;
	background-color: #6cabbe;
	border-radius: 0.44em;
}
#schedule .schedule_flex .schedule_box.mama > dt p{
	background-color: #e28557;
}
#schedule .schedule_flex .schedule_box > dd > div{
	background-color: #f4f4f4;
}
#schedule .schedule_flex .schedule_box:first-of-type > dd > div:first-child{
	display: flex;
	justify-content: center;
	align-items: flex-end;
    flex-wrap: wrap;
}
#schedule .schedule_flex .schedule_box > dd > div:first-child{
	padding-top: 60px;
}
#schedule .schedule_flex .schedule_box > dd > div:last-child{
	padding-bottom: 80px;
}
#schedule .schedule_flex .schedule_box > dd > div:nth-child(even){
	background-color: #e9e9e9;
}
#schedule .schedule_flex .schedule_box > dd > div ul li{
	padding: 1.6em 0;
	position: relative;
	z-index: 1;
}
#schedule .schedule_flex .schedule_box > dd > div ul li::before{
	position: absolute;
	content: "";
	background: #c7c7c7;
	width: 1px;
	height: 100%;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	z-index: -2;
}
#schedule .schedule_flex .schedule_box > dd > div:first-child ul li:first-child::before{
	height: 90%;
}
#schedule .schedule_flex .schedule_box > dd > div:last-child ul li:last-child::before{
	height: 90%;
	top:0;
	bottom: auto;
}
#schedule .schedule_flex .schedule_box > dd > div:first-child ul li:first-child{
	padding-top: 0;
}
#schedule .schedule_flex .schedule_box > dd > div:last-child ul li:last-child{
	padding-bottom: 0;
}
#schedule .schedule_flex .schedule_box > dd > div dl{
	display: flex;
	justify-content: center;
	font-size: 160%;
	letter-spacing: 0.2em;
	line-height: 1em;
	position: relative;
}
#schedule .schedule_flex .schedule_box > dd > div dl::before{
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	background-color: #6cabbe;
	width: 0.783em;
	height: 0.783em;
	border-radius: 0.783em;
	left: 0;
	right: 0;
	margin: auto;
	top:50%;
	transform: translateY(-50%);
}
#schedule .schedule_flex .schedule_box.mama > dd > div dl::before{
	background-color: #e28557;
}
#schedule .schedule_flex .schedule_box > dd > div dl dt,
#schedule .schedule_flex .schedule_box > dd > div dl dd{
	width: 50%;
}
#schedule .schedule_flex .schedule_box > dd > div dl dt{
	text-align: right;
	padding-right: 1.6em;
}	
#schedule .schedule_flex .schedule_box > dd > div dl dt span{
	font-size: 117%;
	letter-spacing: 0.1em;
	line-height: 1em;
	color: #6cabbe;
}
#schedule .schedule_flex .schedule_box.mama > dd > div dl dt span{
	color: #e28557;
}
#schedule .schedule_flex .schedule_box > dd > div dl dd{
	text-align: left;
	padding-left: 1.6em;
}
#schedule .schedule_flex .schedule_box > dd > div dl dd span{
	color: #6cabbe;
}
#schedule .schedule_flex .schedule_box.mama > dd > div dl dd span{
	color: #e28557;
}
#schedule .schedule_flex .schedule_box > dd > div p{
	font-size: 120%;
	letter-spacing: 0.2em;
	line-height: 1.5em;
	text-align: center;
	color: #6cabbe;
	padding: 0.5em 0;
	max-width: 18.5em;
	width: 90%;
	margin: 0 auto;
	border-radius: 1.25em;
	background-color: #fff;
	border: 1px solid #6cabbe;
}
#schedule .schedule_flex .schedule_box.mama > dd > div p{
	color: #e28557;
	border-color: #e28557;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#schedule .bg{
	padding: 4% 0 10%;
}
#schedule .schedule_flex{
    font-size: min(100%,1.6vw);
}
#schedule .schedule_flex .schedule_box > dd > div:first-child{
	padding-top: 6vw;
}
#schedule .schedule_flex .schedule_box > dd > div:last-child{
	padding-bottom:8vw;
}
}
/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#schedule .schedule_bg .ft_ro{
	font-size:430%;
}
#schedule .bg{
	padding: 6% 0 14%;
}
#schedule .tit{
	position: relative;
	z-index: 1;
	padding-top: 18vw;
}
#schedule .tit .zen28{
	margin-bottom: 8%;
}
#schedule .tit p{
	width: 32vw;
}
#schedule .tit p.fukidashi_l{
	left: 11vw;
}
#schedule .tit p.fukidashi_r{
	right:11vw;
}
#schedule .schedule_flex{
   /* display: block;
	font-size: 80%;*/
	font-size: 60%;
}
#schedule .schedule_flex .schedule_box{
	/*max-width: 100%;
	width: 100%;*/
	max-width: 49%;
	width: 49%;
}
/*#schedule .schedule_flex .schedule_box.mama{
	margin-top: 8%;
}*/
#schedule .schedule_flex .schedule_box > dt::before{
	height: 1.65em;
}
#schedule .schedule_flex .schedule_box > dt p{
	padding: 0.8em 0;
	letter-spacing: 0.1em;
}
#schedule .schedule_flex .schedule_box > dd > div:first-child{
	padding-top: 10%;
}
#schedule .schedule_flex .schedule_box > dd > div:last-child{
	padding-bottom: 12%;
}
#schedule .schedule_flex .schedule_box > dd > div ul li{
	padding: 1.4em 0;
}
#schedule .schedule_flex .schedule_box > dd > div dl{
	letter-spacing: 0.1em;
}
#schedule .schedule_flex .schedule_box > dd > div dl dt{
	padding-right: 1em;
}
#schedule .schedule_flex .schedule_box > dd > div dl dd{
	padding-left: 1em;
}
#schedule .schedule_flex .schedule_box > dd > div p{
	letter-spacing: 0.1em;
}
}



/* welcome
---------------------------------------------------------*/
#welcome .com_slide{
	position: relative;
}
#welcome .com_slide::before{
	position: absolute;
	content: "";
	background: #b7d219;
	width: 100%;
	max-height: 170px;
	height: 11.3334vw;
	z-index: -1;
	left: 0;
	bottom: 0;
}
#welcome .com_slide li {
    width: 31.334vw;
    max-width: 470px;
    margin-right: 10px;
}
#welcome .bg{
	background: #b7d219;
	padding-bottom: 120px;
}
#welcome h3{
	line-height: 1.5em;
	letter-spacing: 0.2em;
	text-align: center;
	padding: 0.5em 1em;
	background-color: #fff;
	max-width: 90%;
	width: 31.304347826em;
	box-sizing: border-box;
	border-radius: 0.2174em;
	position: relative;
	margin: -1.25em auto 2.8em;
	z-index: 2;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}
#welcome h3::before{
	position: absolute;
	content: "";
	background: url("../images/recruit/fukidashi_arrow.svg") no-repeat center top;
	background-size: 100% 100%;
	width: 0.783em;
	height:  0.783em;
	left: 0;
	right: 0;
	margin: auto;
	top:99.9%;
}
#welcome h3 span{
	color: #5a9e2c;
}
#welcome .welcome_list{
	display: flex;
	justify-content: space-between;
}
#welcome .welcome_list li{
	max-width: 345px;
	width: 32%;
	background-color: #dfeb97;
	padding: 2.5em 3% 2em;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
#welcome .welcome_list li::before{
	position: absolute;
	content: "";
	background: url("../images/recruit/icon_check.svg") no-repeat center top;
	background-size: 100% 100%;
	font-size: min(100%,1.9vw);
	width: 3em;
	height: 3em;
	left: 0;
	right: 0;
	margin: auto;
	top:0;
	transform: translateY(-50%);
	z-index: 2;
}
#welcome .welcome_list li dl{
	max-width: 250px;
	margin: 0 auto;
}
#welcome .welcome_list li dl dt{
	text-align: center;
	font-size: min(154%,2.4vw);
	letter-spacing: 0.2em;
	line-height: 1.48em;
	color: #5a9e2c;
    display: flex;
    justify-content: center;
    align-items: center;
	height: 3em;
	margin-bottom: 0.4em;
}
#welcome .ng_box{
	background-color: rgba(0,0,0,0.05);
	padding: 30px 3%;
	font-size: min(100%,1.4vw);
	position: relative;
	z-index: 1;
}
#welcome .ng_box::before{
	position: absolute;
	content: "NG";
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: "wdth" 100;
	font-size: 546%;
	letter-spacing: 0.1em;
	line-height: 1em;
	color: #91ad2c;
	left: 0.5em;
	top:0;
	transform: translateY(-25%);
	z-index: -1;
}
#welcome .ng_box dl{
	max-width: 980px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	text-align: center;
	color: #fff;
}
#welcome .ng_box dl dt{
	width: 31%;
	font-size: 153.4%;
	letter-spacing: 0.2em;
	line-height: 1.65em;
    display: flex;
    justify-content: center;
    align-items: center;
}
#welcome .ng_box dl dd{
	width: 33.6%;
	background-color: rgba(0,0,0,0.05);
	font-size: 120%;
	letter-spacing: 0.2em;
	line-height: 1.6em;
	padding: 1.4em 0;
	box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
#welcome .ng_box dl dd p{
	max-width: 260px;
	margin: 0 auto;
}
#welcome .ng_box dl dd span{
	font-size: 83.4%;
	font-weight: 400!important;
	letter-spacing: 0.12em;
	line-height: 1.67em;
	text-align: left;
	display: block;
	max-width: 247px;
	margin: 0.5em auto 0;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1500px) {
#welcome .com_slide li {
    margin-right: 0.67vw;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#welcome .bg{
	padding-bottom: 10%;
}
#welcome .welcome_list li{
	padding: 2.25em 3% 1.5em;
}
#welcome .ng_box{
	padding: 3% 3%;
	font-size: min(100%,1.5vw);
}
#welcome .ng_box::before{
	font-size: 520%;
}
#welcome .ng_box dl dt{
	width: 30%;
	letter-spacing: 0.15em;
}
#welcome .ng_box dl dd{
	width: 34%;
	padding: 1.4em 1em;
	letter-spacing: 0.16em;
}
#welcome .ng_box dl dd span{
	letter-spacing: 0.1em;
}
}
/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#welcome .com_slide li {
    width: 42vw;
    margin-right: 0.9vw;
}
#welcome .com_slide::before{
	height: 15.19vw;
}
#welcome .bg{
	padding-bottom: 14%;
}
#welcome h3{
	letter-spacing: 0.15em;
	margin: -2em auto 2.8em;
}
#welcome .welcome_list{
	/*display: block;*/
    flex-wrap: wrap;
}
#welcome .welcome_list li{
	/*max-width: 100%;
	width: 100%;*/
	max-width: 49%;
	width: 49%;
	padding: 1.9em 5% 6%;
}
#welcome .welcome_list li:last-child{
	max-width: 100%;
	width: 100%;
	margin-top: 9%;
}
#welcome .welcome_list li::before{
	position: absolute;
	content: "";
	background: url("../images/recruit/icon_check.svg") no-repeat center top;
	background-size: 100% 100%;
	font-size: 90%;
	width: 3em;
	height: 3em;
	left: 0;
	right: 0;
	margin: auto;
	top:0;
	transform: translateY(-50%);
	z-index: 2;
}
#welcome .welcome_list li dl{
	max-width: 100%;
}
#welcome .welcome_list li dl dt{
	font-size: 140%;
	line-height: 1.4em;
	letter-spacing: 0.1em;
	margin-bottom: 0.25em;
	height: auto;
}
#welcome .ng_box{
	padding: 5%;
	font-size:100%;
}
#welcome .ng_box::before{
	font-size: 400%;
	left: 0.3em;
}
#welcome .ng_box dl{
	max-width: 100%;
	display: block;
}
#welcome .ng_box dl dt{
	width: 100%;
	letter-spacing: 0.1em;
	line-height: 1.65em;
    display: block;
	margin-bottom: 5%;
}
#welcome .ng_box dl dd{
	width: 100%;
	letter-spacing: 0.1em;
	padding: 1.4em 5%;
	display: block;
	margin-top: 2%;
}
#welcome .ng_box dl dd p{
	max-width: 100%;
}
#welcome .ng_box dl dd span{
	max-width: 100%;
	letter-spacing: 0.05em;
}
}



/* guideline
---------------------------------------------------------*/
#guideline .bg{
	padding: 120px 0;
	background-color: #f3f4ef;
	position: relative;
	z-index: 1;
}
#guideline .bg::before{
	position: absolute;
	content: "";
	background: url("../images/recruit/shadow@2x.png") no-repeat center top;
	background-size: 100% auto;
	max-width: 1260px;
	width: 84%;
	height: 49px;
	left: 0;
	right: 0;
	margin: auto;
	top:0;
	z-index: -1;
}
#guideline .rec_tit p{
	color: #dee1d4;
}
#guideline .tbl_bosyu{
	width: 100%;
}
#guideline .tbl_bosyu tr:nth-child(odd){
	background-color: #fff;
}
#guideline .tbl_bosyu th{
	width: 20%;
	padding: 2em 0;
}
#guideline .tbl_bosyu td{
	width: 80%;
	padding: 2em 1em;
}
#guideline .tbl_bosyu td > div{
	max-width: 800px;
	margin: 0 auto;
}
#guideline .tbl_bosyu td > div ul li{
	padding-left: 1em;
	position: relative;
}
#guideline .tbl_bosyu td > div ul li::before{
	position: absolute;
	content: "";
	background: #000;
	width: 0.2em;
	height: 0.2em;
	border-radius: 0.2em;
	left: 0;
	top:0.9em;
}
#guideline .tbl_bosyu td > div ol li{
	padding-left: 2em;
	position: relative;
}
#guideline .tbl_bosyu td > div ol li::before{
	position: absolute;
	left: 0;
	top:0em;
}
#guideline .tbl_bosyu td > div ol li:nth-child(1)::before{
	content: "1";
}
#guideline .tbl_bosyu td > div ol li:nth-child(2)::before{
	content: "2";
}
#guideline .tbl_bosyu td > div ol li:nth-child(3)::before{
	content: "3";
}
#guideline .tbl_bosyu td > div ol li:nth-child(4)::before{
	content: "4";
}
#guideline .tbl_bosyu td > div ol li:nth-child(5)::before{
	content: "5";
}
#guideline .tbl_bosyu td > div ol li:nth-child(6)::before{
	content: "6";
}
#guideline .tbl_bosyu td > div ol li:nth-child(7)::before{
	content: "7";
}
#guideline .tbl_bosyu td > div ol li:nth-child(8)::before{
	content: "8";
}
#guideline .tbl_bosyu td > div ol li:nth-child(9)::before{
	content: "9";
}
#guideline .tbl_bosyu td > div ol li:nth-child(10)::before{
	content: "10";
}
#guideline .tbl_bosyu td > div ol li:nth-child(11)::before{
	content: "11";
}
#guideline .tbl_bosyu td > div ol li:nth-child(12)::before{
	content: "12";
}
#guideline .tbl_bosyu td > div ol li:nth-child(13)::before{
	content: "13";
}
#guideline .tbl_bosyu td > div ol li:nth-child(14)::before{
	content: "15";
}
#guideline .tbl_bosyu td > div ol li:nth-child(15)::before{
	content: "15";
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#guideline .bg{
	padding: 10% 0;
}
#guideline .tbl_bosyu td{
	width: 80%;
	padding: 2em 1em 2em 0;
}
}
/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#guideline .bg{
	padding: 14% 0;
}
#guideline .bg::before{
	width: 100%;
}
#guideline .tbl_bosyu,
#guideline .tbl_bosyu tbody,
#guideline .tbl_bosyu tr,
#guideline .tbl_bosyu th,
#guideline .tbl_bosyu td{
	width: 100%;
	display: block;
}
#guideline .tbl_bosyu th{
	padding: 5% 5% 3% 5%;
	box-sizing: border-box;
	text-align: left;
}
#guideline .tbl_bosyu td{
	padding:0 5% 5%;
	box-sizing: border-box;
}
#guideline .tbl_bosyu td > div{
	max-width: 100%;
}
}



/* entry
---------------------------------------------------------*/
#entry .bg{
	padding: 120px 0;
	background-color: #787d75;
}
#entry .rec_tit p{
	color: #939791;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#entry .bg{
	padding: 10% 0;
}
}
/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#entry .bg{
	padding: 14% 0;
}
}



body.end .f_bnr {
  border-top: 1px solid #bfbfbf;
}