@charset "UTF-8";

/* m_img
---------------------------------------------------------*/
.contentpage .m_img_area .m_img{
    background-image: url("../images/recruit/m_img@2x.jpg");}
.contentpage .m_img_area .m_img::before{
    background-image: url("../images/recruit/m_deco@2x.png");}
.com_index1{	background: #FFA191!important;}

.point_slider2 .swiper-slide {
	width: 50vw;
	max-width: 630px;
}
.f_bnr{
	border-top:1px solid #DFE2E3;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.point_slider2 .swiper-slide {
	width: 40vw;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.point_slider2 .swiper-slide {
	width: 50vw;
}
.com_lead,
.com_lead_txt{
	text-align: left!important;
}
.com_lead_tit{
	text-align: center!important;
}
}





/*募集要項
--------------------------------------------------------------------*/
.recruit .txt_bosyu {
	text-align: center;
	color: #FF674D;
	font-size: min(2.5vw,190%);
	letter-spacing: .1em;
	line-height: 1.6;
	margin-top: 80px;
}
.recruit .tbl_bosyu {
	width: 100%;
	max-width: 1200px;
	border-top: solid 1px rgba(73,41,34,0.20);
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
 }
.recruit .tbl_bosyu th,
.recruit .tbl_bosyu td {
	border-bottom: solid 1px rgba(73,41,34,0.20);
	vertical-align: middle;
	box-sizing: border-box;
	padding: 2.5rem 4%;
}
.recruit .tbl_bosyu th {
	width: 22.5%;
	text-align: center;
	background: rgba(33,181,171,0.05);
	font-size: min(147%,2.1vw);
	letter-spacing: .1em;
	line-height: 1.5em;
}
.recruit .tbl_bosyu td p {
	margin-top: 1.5em;
}
.recruit .tbl_bosyu td p:first-of-type {
	margin-top: 0;
}
.tbl_bosyu .entry_mail,
.tbl_bosyu .entry_tel,
.tbl_bosyu .mobile_attention {
	margin-top: 1.0em;
}
.tbl_bosyu .entry_mail a,
.tbl_bosyu .entry_tel a {
	text-decoration: underline;
}
.tbl_bosyu .entry_mail a:hover,
.tbl_bosyu .entry_tel a:hover {
	text-decoration: none;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.recruit .txt_bosyu {
	letter-spacing: 0.01em;
	margin-top: 5%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.recruit .txt_bosyu {
	font-size: 110%;
	letter-spacing: normal;
	margin-top: 8%;
}
.recruit .tbl_bosyu{
	display: block;
}
.recruit .tbl_bosyu th,
.recruit .tbl_bosyu td {
	display: block;
}
.recruit .tbl_bosyu th {
	width: 100%;
	border-bottom: none;
	font-size:110%;
	padding: 4%;
}
.recruit .tbl_bosyu td{
	padding: 4% 0 10%;
}
.recruit .tbl_bosyu tr:last-child td{
	padding-bottom: 0;
	border-bottom: none;
}
.recruit .tbl_bosyu td p {
	margin-top: 1em;
}
}





/*message
---------------------------------------------------------*/
#message .me_index1{
	text-align: center;
}
#message .me_index1 .ft_ad{
	font-size: min(130%,2.2vw);
	letter-spacing: 0.1em;
	line-height: 1em;
	margin-bottom: .8em;
	color: #FFA191;
}
#message h2{
	font-size: min(200%,3.3vw);
	list-style-type: 0.1em;
	line-height: 1.6em;
	text-align: center;
	margin-bottom: 60px;
	
	font-family: "kinuta-maruminyoshino-stdn", serif;
    font-weight: 400!important;
    font-style: normal;
}
/*
#message dl{
	margin-bottom: 50px;
}
#message dl:last-of-type{
	margin-bottom: 0;
}*/
#message h3{
	color: #FF674D;
	font-size: min(140%,2.5vw);
	letter-spacing: 0.1em;
	line-height: 1.5em;
	padding: .5em 1.6em;
	box-sizing: border-box;
	background: rgba(255,161,145,0.20);
	margin-bottom: 20px;
	font-family: "kinuta-maruminyoshino-stdn", serif;
    font-weight: 400!important;
    font-style: normal;
}
#message p{
	display: inline-block;
	padding: 0 3.8%;
	box-sizing: border-box;
	/*max-width: 932px;*/
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/*#message .me_index1{
	margin-bottom: 4%;
}*/
#message .me_index1 .ft_ad{
	margin-bottom: .4em;
}
#message h2{
	margin-bottom: 5%;
}
	/*
#message dl{
	margin-bottom: 5%;
}*/
#message h3{
	letter-spacing: 0.05em;
	padding: .5em 1.1em;
	margin-bottom: 2%;
}
#message p{
	padding: 0;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/*#message .me_index1{
	margin-bottom: 7%;
}*/
#message .me_index1 .ft_ad{
	font-size: 100%;
	margin-bottom: .4em;
}
#message h2{
	font-size: 150%;
	margin-bottom: 6%;
}/*
#message dl{
	margin-bottom: 8%;
}*/
#message h3{
	color: #FF674D;
	font-size: 110%;
	padding: .5em 1em;
	margin-bottom: 2%;
}
#message p{
	padding: 0;
}
}





/* ドメイン設定
-----------------------------------------------------------------------------*/
.mobile_attention {
	background: rgba(255, 161, 145, 0.1);
	margin-top: 2.0em;
}
.mobile_attention dt {
	color: #FF674D;
	font-weight: bold;
    line-height: 1.5em;
	letter-spacing: .05em;
    text-align: center;
	padding: 30px 5%;
	cursor: pointer;
}
.mobile_attention dd {
    font-size: 88%;
	line-height: 1.6;
	box-sizing: border-box;
	padding: 0 5% 30px;
}
.mobile_attention dd .red{
	font-weight: bold;
}
.mobile_attention ul {
	margin-top: 1.0em;
}
.mobile_attention li {
	float: left;
	position: relative;
	margin-right: 1em;
}
.mobile_attention li a {
	padding-left: 15px;
	position: relative;
	vertical-align: middle;
	line-height: 1.0em;
}
.mobile_attention li a::before{
    position: absolute;
    content: "";
    left: 0;
	top: 50%;
    width: 4px;
    height: 4px;
    border-top: 1px solid #293F42;
    border-right: 1px solid #293F42;
    transform: rotate(45deg) translateY(-50%);
}
.mobile_attention a:hover {
	text-decoration: underline;
}
.mobile_attention .open_box{
	display: none;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.mobile_attention {
	width: 100%;
	margin-top: 1.5em;
}
.mobile_attention dt {
	padding: 3% 4%;
}
.mobile_attention dd {
	padding: 0 4% 3%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.mobile_attention {
	width: 100%;
	margin-top: 1em;
}
.mobile_attention dt {
	padding: 5% 4%;
}
.mobile_attention dd {
	padding: 0 4% 5%;
}
.mobile_attention .open_btn {
    padding: .7em 3%;
}
}