@charset "UTF-8";
/* CSS Document */

.sp_only { display: none; }
.recruit_title {
	font-size:16px;
	font-weight:100;
}

.fixed_btn { display: none; }

.orange {
	color: #EA5504;
}
.red {color: #BA0003;
font-weight: 900;}

.blue {color: #005A88;
font-weight: 900;}

img {
    max-width: 100%;
    height: auto;
}
h3{ font-weight: normal; }
 p {
    font-size: 14px;
    padding: 10px 0;
    color: #333;
    line-height: 1.5em;
    }
    
span {  }
.recruit_box {
	width:100%;
	max-width:1024px;
	margin:auto;
	font-size:14px;
	
}

.recruit_box p {
	text-align:left !important;
}


.recruit_box2 {
	width:100%;
	max-width:1024px;
	margin:10px auto 0 auto;
	font-size:14px;
	padding:0 2%;
	
}

.recruit_left {
	float:left;
	width:50%;
	padding:2% 2% 0 0;
	text-align:left;
}

.recruit_right {
	width:50%;
	float:right;
	padding:2%;
}

.recruit_bold {
	font-size:18px;
	font-weight:100;
	padding-bottom:5px;
	border-bottom:1px dotted #e94a71;
	color:#e94a71;
}

.recruit_box_title {
	width:100%;
	padding:5px 0 5px 0;
	border-bottom:1px dotted #e94a71;
	border-top:1px dotted #e94a71;
	text-align:left;
	font-size:24px;
	font-weight:100;
	color:#e94a71;
	margin-bottom:20px;
}


.box2 {
    padding: 1em 1em;
    margin: 1em auto;
   

    background: #FFF;
    border: dotted 3px #e94a71;/*線*/
    border-radius: 10px;/*角の丸み*/
	width:70%;
}

.recruit_box2 {
	text-align:left !important;
}

.recruit_box2 p {
    margin: 0; 
    padding: 0;
	font-weight:100;
	text-align:center;
}

.box2_left {
	float:left;
	text-align:left !important;
	width:50%;
}

.box2_right {
	float:right;
	text-align:left !important;
	width:50%;
}

.recruit_box2_text p {
	text-align:left;
	
}



.box28 {
    position: relative;
    margin: 2em 0;
    padding: 25px 10px 7px;
    border: solid 2px #e94a71;
}
.box28 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 14px;
    background: #e94a71;
    color: #ffffff;
    font-weight: 100;
}
.box28 p {
    margin: 0; 
    padding: 0;
}




.recruit_left2 {
	float:left;
	width:40%;
	padding:2% 2% 0 0;
	text-align:center;
}

.recruit_right2 {
	width:60%;
	float:right;
	padding:2%;
	text-align:left !important;
}






.recruit_box2 table.table01 {
	width:70%;
	border-right:#e94a71 solid 1px;
	border-collapse: collapse;
	
	text-align:left;
}
.recruit_box2 table.table01 thead th {
	background:#e94a71;
	color:#FFF;
	padding:5px;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
}
.recruit_box2 table.table01 thead th:last-child {
	border-right:#e94a71 solid 1px;
}
.recruit_box2 table.table01 tbody th {
	background:#e94a71;
	color:#FFF;
	padding:5px;
	border-bottom:#FFF solid 1px;
	vertical-align:top;
}
.recruit_box2 table.table01 tbody tr:last-child th {
	border-bottom:#e94a71 solid 1px;
}
.recruit_box2 table.table01 tbody td {
	background:#FFF;
	padding:5px;
	border-left:#e94a71 solid 1px;
	border-bottom:#e94a71 solid 1px;
	vertical-align:top;
	text-align:left !important;
}

@media only screen and (max-width: 769px){
.pc_only {
    display: none;}
    }

@media screen and (max-width: 768px) {

.sp_only {
    display: block; }
    
	.recruit_box2 table.table01 {
	width:98%;
	margin:auto;
}
.recruit_box2 table.table01 thead {
	display:none;
}
.recruit_box2 table.table01 tbody th {
	display:block;
	width:100%;
	border:0;
	
}
.recruit_box2 table.table01 tbody td {
	display:block;
	
	border-left:#e94a71 solid 1px;
	border-bottom:#e94a71 solid 1px;
	border-top:#e94a71 solid 0px;
	border-right:#e94a71 solid 0px;
}
.recruit_box2 table.table01 tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:100;
	color:#e94a71;
}
.recruit_box2 table.table01 tbody td p {
	padding-left:6em;
}


.rec_box_left {
	width:100% !important;
	float:none;
}

.rec_box_right {
	width:100% !important;
	float:none;
}


.recruit_left {
	float:none;
	width:100%;
	padding:2% 0 0 0;
	text-align:center;
}

.recruit_right {
	width:100%;
	float:none;
	padding:2%;
}

}


.sup_title h2 {
  position: relative;
  padding: 0.6em;
  background: #e0edff;
  font-size:16px;
}

sup_title h2:after {
position: absolute;
content: '';
top: 100%;
left: 30px;
border: 15px solid transparent;
border-top: 15px solid #e0edff;
width: 0;
height: 0;
}

.rec_bold {
	font-weight:900;
	font-size:14px;
}

.rec_box_left {
	width:50%;
	float:left;
}

.rec_box_right {
	width:50%;
	float:right;
}


.recruit_box2 table { width: 100%; }
.recruit_box2 table th, section td  { padding: 5px; border: 1px solid #FCF; }

.recruit_box2 table th  { background: #F9C; color:#FFF; }
.recruit_box2 table a { color: #04c; }
table.offices th, table.offices td  { border:none; }
#tag-about { position: relative; top: -60px; }
 
/*----------------------------------------------------
  .demo01
----------------------------------------------------*/
.recruit_box2 table th  { width: 30%; text-align: left; }
 
@media only screen and (max-width:480px){
    .recruit { margin: 0 auto; }
    .recruit th,
    .recruit td{
    width: 100% !important;
    display: block;
    border-top: none;
    }
  .recruit tr:first-child th { border-top: 1px solid #ddd; }
  .recruit_box2 table th, section td  { border: none; }

  
  .bottan {
	width:100%;
	float:none;
	text-align:center;
}
}


.recruit ul {

  padding: 0.5em 1em 0.5em 0.6em;
  position: relative;
}

.recruit ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}

.recruit ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  position: absolute;
  left : 0em; /*左端からのアイコンまで*/
  color: gray; /*アイコン色*/
}





.bottan {
	width:33.3333%;
	float:left;
	text-align:center;
}

.bottan img {
	max-width:95%;
}

.bottan a:hover{
	opacity:0.5;
}


{ padding-top: 0; }
.sec1 { width: 1024px; margin: 0 auto; padding-top: 30px; }
.sec1 h1 img { width: 200px; }
.sec1 #sec1-1 { width: 100%; padding: 45px 0 0 50%; background: url('../img2/recruit/img_rec1.jpg') no-repeat; background-size: cover; margin-top: 30px; }
.sec1 #sec1-1 .sec_inner { width: 100%; background-color: #fff; text-align: center; padding: 40px 40px 10px 20px; }
.sec1 #sec1-1 .sec_inner img { margin-bottom: 40px; width: 80%; }
.sec1 #sec1-1 .sec_inner .sec_p1 { width: 300px; text-align: center; background-color: #fff; line-height: 3em; font-size: 18px; margin: 0 auto; position: relative; top: -50px; }
.sec1 #sec1-1 .sec_inner .sec_p2 { padding: 0 0 0 10px; }
.sec1 #sec1-1 .sec_inner table { width: 100%; position: relative; top: -36px; }
.sec1 #sec1-1 .sec_inner table td { width: 33%; border: none; padding: 0 5px; }
.sec1 #sec1-1 .sec_inner table td p { width: 100%; height:140px; border: 3px solid #ffc2c4; text-align: center; display: flex; justify-content: center; align-items: center;  }
.sec1 #sec1-2 { width: 100%; height: 430px; padding: 45px 50% 0 0; background: url('../img2/recruit/img_rec2.jpg') no-repeat; background-size: cover; margin-top: 80px; }
.sec1 #sec1-2 .sec_inner { width: 100%; background-color: #fff; text-align: center; padding: 40px 20px 10px 40px; }
.sec1 #sec1-2 .sec_inner img { margin-bottom: 40px; width: 80%; }
.sec1 #sec1-2 .sec_inner .sec_p1 { width: 300px; text-align: center; background-color: #fff; line-height: 3em; font-size: 18px; margin: 0 auto; position: relative; top: -38px; }
.sec1 #sec1-2 .sec_inner .sec_p3 { padding: 0 0 0 10px; position: relative; top: -38px; }
.sec1 #sec1-2 .sec_inner .sec_p4 { font-size: 16px; color: #fd5157; padding-left: 10px; position: relative; top: -38px; }
.sec1 h2 { width: 100%; text-align: center; margin: 100px 0 30px 0; }
.sec1 h2 img { width: 160px; }
.sec1 h3 { width: 100%; text-align: center; margin-bottom: 30px; }
.sec1 #foryou_wrap { width: 100%; }
.sec1 #foryou_wrap .foryou_box { position: relative; width: 25%; float: left; }
.sec1 #foryou_wrap .foryou_box:before {
    content:"";
    display: block;
    padding-top: 100%; }
.sec1 #foryou_wrap .foryou_inner { display: flex; justify-content: center; align-items: center; text-align: center; line-height: 2em;
position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
td { border: none; }
.sec1 #foryou_wrap .foryou_box #foryou1 { background: url('../img2/recruit/foryou1.jpg') no-repeat; }
.sec1 #foryou_wrap .foryou_box #foryou2 { background: url('../img2/recruit/foryou2.jpg') no-repeat; }
.sec1 #foryou_wrap .foryou_box #foryou3 { background: url('../img2/recruit/foryou3.jpg') no-repeat; }
.sec1 #foryou_wrap .foryou_box #foryou4 { background: url('../img2/recruit/foryou4.jpg') no-repeat; }
.sec1 #others { width: 100%; text-align: center; padding-top: 40px; }
.sec1 #other-merit { width: 800px; margin: 20px auto; text-align: center; }
.sec1 #other-merit span { padding: 10px 20px; font-size: 14px; border: 1px solid #ffc2c4; border-radius: 3px; line-height: 3.5em; }
.sec2 { width: 1024px; margin:0 auto 0 auto; }
.sec2 #sec2-1 { width: 100%; }
.sec2 #sec2-1 .sec2-title { width: ; margin: 0 auto; }
.sec2 #sec2-1 .sec2-title td { border: none; }
.sec2 #sec2-1 .sec2-title .td-text { text-align: center; font-size: 28px; padding: 0 20px; vertical-align: middle; }
.sec2 #sec2-1 .sec2-inner { width: 100%; margin-top: 20px; }
.sec2 #sec2-1 .sec2-inner .sec2-box { width: 50%; float: left; }]
.sec2 #sec2-1 .sec2-inner .sec2-box table { width: 100%; }
.sec2 #sec2-1 .sec2-inner .sec2-box table td { vertical-align: top; border: none; }
.sec2 #sec2-1 .sec2-inner .sec2-box table .td-img { width: 50%; padding-left: 20px; padding-bottom: 30px; }
.sec2 #sec2-1 .sec2-inner .sec2-box table .td-text { width: 50%; padding-top: 35px; text-align: left; padding-right: 20px; font-size: 14px; }
.sec2 #sec2-1 .sec2-inner .sec2-box table .td-mg-left { font-size: 14px; vertical-align: middle; background-color: #f1f1f9; width: 45%; padding: 20px; }
.sec2 #sec2-1 .sec2-inner .sec2-box table .td-mg-right { width: 55%; padding: 0; }
.sec2 #sec2-1 .sec2-inner .sec2-box table .td-mg-right img { width: 100%; }
.sec2 #sec2-2 { clear: both; margin-top: 50px; }
.sec2 #sec2-2 .sec2-title { width: ; margin: 0 auto; }
.sec2 #sec2-2 .sec2-title td { border: none; }
.sec2 #sec2-2 .sec2-title .td-text { text-align: center; font-size: 28px; padding: 0 20px; vertical-align: middle; }
.sec2 #sec2-2 .sec2-2-inner { width: 100%; padding: 45px 0 0 50%; background: url('../img2/recruit/img_sec2-2.jpg') no-repeat; background-size: cover; margin-top: 30px; }
.sec2 #sec2-2 .sec2-2-inner .sec_p2 { width: 100%; background-color: #fff; text-align: left; padding: 40px 40px 40px 20px; }
.sec2 #sec2-3 { clear: both; margin-top: 80px; }
.sec2 #sec2-3 .sec2-title { width: ; margin: 0 auto; }
.sec2 #sec2-3 .sec2-title td { border: none; }
.sec2 #sec2-3 .sec2-title .td-text { text-align: center; font-size: 28px; padding: 0 20px; vertical-align: middle; }
.sec2 #sec2-3 .sec3-inner { width: 800px; margin: 30px auto; }
.sec2 #sec2-3 .sec3-inner table { width: 100%; margin: 20px 0; }
.sec2 #sec2-3 .sec3-inner table th,
.sec2 #sec2-3 .sec3-inner table td { width: 33%; text-align: center; border: 1px solid #ffc2c4; padding: 10px 0; }
.sec2 #sec2-3 .sec3-inner table.table01-2 th,
.sec2 #sec2-3 .sec3-inner table.table01-2 td { width: 20%; }

.sec2 #sec2-3 .sec3-inner .price table th { width: 40%; }
.sec2 #sec2-3 .sec3-inner .price table td { width: 60%; }

.sec2 #sec2-3 .sec3-inner table th { background-color: #ffedee; font-weight: normal; }
.sec2 #sec2-3 .sec3-inner table .weight-bold { font-weight: bold; }
.sec2 #sec2-4 { clear: both; margin-top: 50px; }
.sec2 #sec2-4 .sec2-title { width: ; margin: 0 auto; }
.sec2 #sec2-4 .sec2-title td { border: none; }
.sec2 #sec2-4 .sec2-title .td-text { text-align: center; font-size: 28px; padding: 0 20px; vertical-align: middle; }
.sec2 #sec2-4 .sec2-4-inner { width: 100%; padding: 45px 50% 0 0; background: url('../img2/recruit/img2-4.jpg') no-repeat; background-size: cover; margin-top: 30px; }
.sec2 #sec2-4 .sec2-4-inner .sec_p2 { width: 100%; background-color: #fff; text-align: left; padding: 40px 20px 40px 80px; }
.sec2 #sec2-5 { clear: both; margin-top: 50px; margin-bottom: 50px; }
.sec2 #sec2-5 .sec2-title { width: ; margin: 0 auto; }
.sec2 #sec2-5 .sec2-title td { border: none; }
.sec2 #sec2-5 .sec2-title .td-text { text-align: center; font-size: 28px; padding: 0 20px; vertical-align: middle; }
.sec2 #sec2-5 .sec2-5-inner { width: 100%; padding: 45px 0 0 50%; background: url('../img2/recruit/img2-5.jpg') no-repeat; background-size: cover; margin-top: 30px; }
.sec2 #sec2-5 .sec2-5-inner .sec_p2 { width: 100%; background-color: #fff; text-align: left; padding: 40px 40px 60px 20px; }
.sec2 #sec2-6 { clear: both; margin-top: 50px; }
.sec2 #sec2-6 .sec2-title { width: ; margin: 0 auto; }
.sec2 #sec2-6 .sec2-title td { border: none; }
.sec2 #sec2-6 .sec2-title .td-text { text-align: center; font-size: 28px; padding: 0 20px; vertical-align: middle; }
.sec2 #sec2-6 .sec2-6-inner { width: 100%; height: 390px; padding: 45px 0 0 0; background: url('../img2/recruit/img2-6.jpg') no-repeat; background-size: cover; margin-top: 30px; }
.sec2 #sec2-6 .sec2-6-inner.sec2-11 { background: url('../img2/recruit/img2-11.jpg') no-repeat; }
.sec2 #sec2-6 .sec2-6-inner .sec_p2 { width: 50%; float: left; background-color: #fff; text-align: left; padding: 40px 40px 10px 80px; margin-right: 30px; height: 345px; }
.sec2 #sec2-6 .sec2-6-inner #mv-pre { width: 450px; float: left; }
.sec2 #sec2-6 #img-pre { width: 95%; height: 430px; margin: 80px auto 0 auto; text-align: center; background-color: #efefef; padding: 30px; }
.sec2 #sec2-6 #img-pre .fp-wrap { width: 100%; margin-top: 20px; }
.sec2 #sec2-6 #img-pre .fp-wrap .fp-left { width: 50%; float: left; padding: 30px 30px 30px 0; font-size: 14px; text-align: left; }
.sec2 #sec2-6 #img-pre .fp-wrap .fp-right { width: 50%; float: left; padding:0; }
.sec2 #sec2-6 #img-pre .fp-wrap .fp-right img { width: 100%; }
.sec2 #sec2-7 { clear: both; margin-top: 50px; }
.sec2 #sec2-7 .sec2-title { width: ; margin: 0 auto; }
.sec2 #sec2-7 .sec2-title td { border: none; }
.sec2 #sec2-7 .sec2-title .td-text { text-align: center; font-size: 28px; padding: 0 20px; vertical-align: middle; }
.sec2 #sec2-7 .sec2-7-inner { width: 100%; padding: 45px 0 0 50%; background: url('../img2/recruit/img2-7.jpg') no-repeat; background-size: cover; margin-top: 30px; }
.sec2 #sec2-7 .sec2-7-inner .sec_p2 { width: 100%; background-color: #fff; text-align: left; padding: 40px 40px 100px 20px; }
.sec2 #sec2-7 .sec2-7-inner.chat { width: 100%; padding: 45px 0 0 50%; background: url('../img2/recruit/img2-7-3.jpg') no-repeat; background-size: cover; margin-top: 30px; }
.sec2 #sec2-7 .sec2-7-inner.chat .sec_p2 { width: 100%; background-color: #fff; text-align: left; padding: 40px 40px 180px 20px; }

.sec2 #sec2-8 { clear: both; margin-top: 50px; }
.sec2 #sec2-8 .sec2-title { width: ; margin: 0 auto; }
.sec2 #sec2-8 .sec2-title td { border: none; }
.sec2 #sec2-8 .sec2-title .td-text { text-align: center; font-size: 28px; padding: 0 20px; vertical-align: middle; }
.sec2 #sec2-8 .sec2-8-inner { width: 100%; padding: 45px 0 0 0; background: url('../img2/recruit/img2-8.jpg') no-repeat; background-size: cover; margin-top: 30px; }
.sec2 #sec2-8 .sec2-8-inner .sec_p2 { width: 50%; height: 350px; float: left; background-color: #fff; text-align: left; padding: 40px 20px 0 40px; font-size: 14px; }

.sec2 #sec2-6 .sec2-6-inner .sec_p2 { width: 50%; float: left; background-color: #fff; text-align: left; padding: 40px 40px 10px 80px; margin-right: 30px; height: 345px; }


.sec2 #sec2-8 .sec2-8-inner #mv-pre { width: 50%; padding: 0 30px; float: left; }

.sec2 #sec2-6 #img-pre { width: 95%; height: 430px; margin: 80px auto 0 auto; text-align: center; background-color: #efefef; padding: 30px; }
.sec2 #sec2-6 #img-pre .fp-wrap { width: 100%; margin-top: 20px; }
.sec2 #sec2-6 #img-pre .fp-wrap .fp-left { width: 50%; float: left; padding: 30px 30px 30px 0; font-size: 14px; text-align: left; }
.sec2 #sec2-6 #img-pre .fp-wrap .fp-right { width: 50%; float: left; padding:0; }
.sec2 #sec2-6 #img-pre .fp-wrap .fp-right img { width: 100%; }


.sec2 #sec2-9 { clear: both; margin-top: 50px; }
.sec2 #sec2-9 .sec2-title { width: ; margin: 0 auto; }
.sec2 #sec2-9 .sec2-title td { border: none; }
.sec2 #sec2-9 .sec2-title .td-text { text-align: center; font-size: 28px; padding: 0 20px; vertical-align: middle; }
.sec2 #sec2-9 .sec2-9-inner { width: 100%; padding: 45px 0 0 50%; background: url('../img2/recruit/img2-9.jpg') no-repeat; background-size: cover; margin-top: 30px; }
.sec2 #sec2-9 .sec2-9-inner.photo { width: 100%; padding: 45px 0 0 50%; background: url('../img2/recruit/img2-9-2.jpg') no-repeat; background-size: cover; margin-top: 30px; }

.sec2 #sec2-9 .sec2-9-inner .sec_p2 { width: 100%; background-color: #fff; text-align: left; padding: 40px 40px 40px 20px; }
.sec2 #sec2-10 { clear: both; margin-top: 50px; }
.sec2 #sec2-10 .sec2-title { width: ; margin: 0 auto; }
.sec2 #sec2-10 .sec2-title td { border: none; }
.sec2 #sec2-10 .sec2-title .td-text { text-align: center; font-size: 28px; padding: 0 20px; vertical-align: middle; }
.sec2 #sec2-10 .sec2-10-inner { width: 100%; padding: 45px 50% 0 0; background: url('../img2/recruit/img2-10.jpg') no-repeat; background-size: cover; margin-top: 30px; }
.sec2 #sec2-10 .sec2-10-inner .sec_p2 { width: 100%; background-color: #fff; text-align: left; padding: 40px 20px 40px 40px; }

.sec2 #sec2-12 { clear: both; margin-top: 50px; }
.sec2 #sec2-12 .sec2-title { width: ; margin: 0 auto; }
.sec2 #sec2-12 .sec2-title td { border: none; }
.sec2 #sec2-12 .sec2-title .td-text { text-align: center; font-size: 28px; padding: 0 20px; vertical-align: middle; }
.sec2 #sec2-12 .sec2-7-inner { width: 100%; padding: 45px 0 0 50%; background: url('../img2/recruit/img2-12.jpg') no-repeat; background-size: cover; margin-top: 30px; }
.sec2 #sec2-12 .sec2-7-inner .sec_p2 { width: 100%; background-color: #fff; text-align: left; padding: 40px 40px 100px 20px; }
.sec2 #sec2-12 .sec2-7-inner.chat { width: 100%; padding: 45px 0 0 50%; background: url('../img2/recruit/img2-12.jpg') no-repeat; background-size: cover; margin-top: 30px; height: 332px; overflow: hidden; }
.sec2 #sec2-12 .sec2-7-inner.chat .sec_p2 { width: 100%; background-color: #fff; text-align: left; padding: 40px 40px 100px 20px; }
.sec2 #sec2-12 .sec2-7-inner #mv-pre { width: 450px; float: left; }

.sec2 #sec2-13 { clear: both; margin-top: 50px; }
.sec2 #sec2-13 .sec2-title { width: ; margin: 0 auto; }
.sec2 #sec2-13 .sec2-title td { border: none; }
.sec2 #sec2-13 .sec2-title .td-text { text-align: center; font-size: 28px; padding: 0 20px; vertical-align: middle; }
.sec2 #sec2-13 .sec2-6-inner { width: 100%; height: 390px; padding: 45px 0 0 0; background: url('../img2/recruit/img2-6.jpg') no-repeat; background-size: cover; margin-top: 30px; }
.sec2 #sec2-13 .sec2-6-inner.sec2-11 { background: url('../img2/recruit/img2-11.jpg') no-repeat; }
.sec2 #sec2-13 .sec2-6-inner .sec_p2 { width: 50%; float: left; background-color: #fff; text-align: left; padding: 40px 40px 10px 80px; margin-right: 30px; height: 345px; }
.sec2 #sec2-13 .sec2-6-inner #mv-pre { width: 450px; float: left; }

.sec2 #sec2-14 { clear: both; margin-top: 50px; }
.sec2 #sec2-14 .sec2-title { width: ; margin: 0 auto; }
.sec2 #sec2-14 .sec2-title td { border: none; }
.sec2 #sec2-14 .sec2-title .td-text { text-align: center; font-size: 28px; padding: 0 20px; vertical-align: middle; }
.sec2 #sec2-14 .sec2-7-inner { width: 100%; padding: 45px 0 0 50%; background: url('../img2/recruit/img2-14.jpg') no-repeat; background-size: cover; margin-top: 30px; }
.sec2 #sec2-14 .sec2-7-inner .sec_p2 { width: 100%; background-color: #fff; text-align: left; padding: 40px 40px 100px 20px; }
.sec2 #sec2-14 .sec2-7-inner.chat { width: 100%; padding: 45px 0 0 50%; background: url('../img2/recruit/img2-14.jpg') no-repeat; background-size: cover; margin-top: 30px; }
.sec2 #sec2-14 .sec2-7-inner.chat .sec_p2 { width: 100%; background-color: #fff; text-align: left; padding: 40px 40px 40px 20px; }


.sidebar {position: relative;}


#content_wrap.pageRecruit { margin-top: 60px; }
.section02 {width: 1024px; margin: auto;}
.section02 .about { width: 760px; margin: auto; margin-top: 10px; border-radius: 10px; padding: 50px 100px; background: url(../img2/recruit/bg_about.png) no-repeat; background-size: cover; background-position-y: center; text-align: left; float: left;}
.section02 .about h2 { color: #fff; font-size: 36px; margin-bottom: 20px; }
.section02 .about h3 { color: #fff; font-size: 24px; border-left: 5px solid #fff; padding-left: 10px; margin-bottom: 10px; }

.section02 .good { width: 760px;; margin: 0 auto;  margin-top: 10px; border-radius: 10px; padding: 50px 100px; background: url(../img2/recruit/bg_good.jpg) no-repeat; background-size: cover; background-position-y: center; text-align: left; float: left; }
.section02 .good h2 { color: #fff; font-size: 36px; margin-bottom: 20px; }
.section02 .good h3 { color: #fff; font-size: 24px; border-left: 5px solid #fff; padding-left: 10px; margin-bottom: 10px; }

.section02 .type { width: 760px;; margin: 0 auto;  margin-top: 10px; border-radius: 10px; padding: 50px 100px; background: url(../img2/recruit/bg_type.png) no-repeat; background-size: cover; background-position-y: center; text-align: left; float: left; }
.section02 .type h2 { color: #fff; font-size: 36px; margin-bottom: 20px; }
.section02 .type .type-wrap img { margin-left: 15px; }
.section02 .type .type-img { position: relative; opacity: 0; }
.section02 .type #type01 { left: -800px; }
.section02 .type #type02 { left: -900px; }
.section02 .type #type03 { left: -1000px; }
.section02 .type #type04 { left: -850px; }
.section02 .type #type05 { left: -950px; }
.section02 .type #type06 { left: -1050px; }
.section02 .salary { width: 760px;; margin: 0 auto; margin-top: 10px; border-radius: 10px; padding: 50px 100px; background: url(../img2/recruit/bg_salary.png) no-repeat; background-size: cover; background-position-y: center; text-align: left; float: left; }
.section02 .salary h2 { color: #666; font-size: 36px; margin-bottom: 20px; }
.section02 .salary table { width: 100%; margin: 20px 0; }
.section02 .salary table th,
.section02 .salary table td { width: 33%; text-align: center; border: 1px solid #ffc2c4; padding: 10px 0; }
.section02 .salary table.table01-2 th,
.section02 .salary table.table01-2 td { width: 20%; }
.section02 .salary .price table th { width: 40%; }
.section02 .salary .price table td { width: 60%; background-color: #fff; }
.section02 .salary table th { background-color: #ffedee; font-weight: normal; }
.section02 .salary table .weight-bold { font-weight: bold; }
.type-img { cursor: pointer; }
.layer {
    display: none;  /* 初期表示は非表示 */
    position: fixed; 
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.7;
    z-index: 99999;
}
.popup_img {
    display: none;  /* 初期表示は非表示 */
    position: absolute; 
    top: 20px;
	left: 0;
	right: 0;
	margin: auto;
    width: 740px;
    height: auto;
    background-color: white;
    border-radius: 5px;
    text-align: left;
    z-index: 100000;
    padding: 0 50px 20px 50px;
}
.type-inner { width: 100%; text-align: center; }
.type-inner .type-box { width: 100%; text-align: left; clear: both; margin-top: 40px; margin-bottom: 40px; }
.type-inner .type-box h3 { font-size: 24px; border-left: 5px solid #666; padding-left: 20px; margin-bottom: 20px; }
.type-inner .type-box .box-left,.type-inner .type-box .box-left { float: left; }
.type-inner .type-box .type-text { width: 60%; font-size: 14px; }
.type-inner .type-box .type-img { width: 40%; cursor: auto; text-align: center; padding: 0 20px; }
.popup_img .btn_wrap { width: 100%; text-align: right;margin-top: 80px; }
.popup_img .btn_wrap img { cursor: pointer; }
.btn_close,.close-circle { cursor: pointer; }
.close-circle-wrap { position: absolute; right: 10px; }
.close-circle-wrap .close-circle { width: 40px; float: right; }
.close-circle-wrap .close-circle img { width: 100%; cursor: pointer; }

.h2-font1 { width: 400px; }
.h2-font2 { width: 410px; }
.h2-font3 { width: 400px; }
.h2-font4 { width: 294px; }
.h2-font5 { width: 250px; }
.h2-font6 { width: 480px; }

h2 img.emoji { position: relative; top: -4px; }

@media only screen and (max-width:600px){
.h2-font1 { width: 80%; }
.h2-font2 { width: 82%; }
.h2-font3 { width: 80%; }
.h2-font4 { width: 60%; }
.h2-font5 { width: 52%; }
.h2-font6 { width: 90%; }
.popup_img { width: 95%; padding: 0 20px 20px 20px; }
.close-circle-wrap .close-circle { width: 30px; }
.type-inner .type-box { margin-top: 20px; margin-bottom: 30px; }
.type-inner .type-box h3 { font-size: 20px; border-left: 5px solid #666; padding-left: 20px; margin-bottom: 20px; }
.type-inner .type-box .box-left,.type-inner .type-box .box-left { float: none; }
.type-inner .type-box .type-text { width: 100%; }
.type-inner .type-box .type-img { width: 100%; padding-bottom: 10px; }
.type-inner .type-box .type-img img { width: 70%; }
.popup_img .btn_wrap { margin-top: 60px; }
.popup_img .btn_wrap img { width: 80%; }
.close-circle-wrap { position: fixed; right: 18px; }

#tag-salary { position: relative; top: -10px; }
}

.btn_close { float: right; border-radius: 5px; border: 1px solid #666; padding: 5px 10px; cursor: pointer; }
.close-circle-wrap .close-circle { width: 30px; }
.sec2 { text-align: left; padding: 40px 0; margin-top: 10px; border-radius: 10px; background-color: #fff; }
.sec2 h2 { color: #666; font-size: 36px; margin-bottom: 20px; margin-left: 20px; }
.sec2 #sec2-1 .sec2-title { width: ; margin: 0; margin-left: 20px; }
.sec2 #sec2-1 .sec2-title td { padding-left: 0; }
.sec2 #sec2-1 .sec2-title .td-text { text-align: left; font-size: 24px; padding: 0 0; border-left: 5px solid #666; padding-left: 10px; margin-bottom: 10px; }
.sec2 #sec2-4 .sec2-title { width: ; margin: 0; margin-left: 20px; }
.sec2 #sec2-4 .sec2-title td { padding-left: 0; }
.sec2 #sec2-4 .sec2-title .td-text { text-align: left; font-size: 24px; padding: 0 0; border-left: 5px solid #666; padding-left: 10px; margin-bottom: 10px; }
.sec2 #sec2-5 .sec2-title { width: ; margin: 0; margin-left: 20px; }
.sec2 #sec2-5 .sec2-title td { padding-left: 0; }
.sec2 #sec2-5 .sec2-title .td-text { text-align: left; font-size: 24px; padding: 0 0; border-left: 5px solid #666; padding-left: 10px; margin-bottom: 10px; }

.sec2 #sec2-6 { margin-top: 20px; }
.sec2 #sec2-8 { margin-top: 100px; }
.sec2 #sec2-8 .sec2-title { width: ; margin: 0; }
.sec2 #sec2-8 .sec2-title td { padding-left: 0; }
.sec2 #sec2-8 .sec2-title .td-text { text-align: left; font-size: 24px; padding: 0 0; border-left: 5px solid #666; padding-left: 10px; margin-bottom: 10px; }
.sec2 #sec2-6.aribai { margin-top: 100px; }
.sec2 #sec2-6 .sec2-title { width: ; margin: 0;  margin-left: 20px; }
.sec2 #sec2-6 .sec2-title td { padding-left: 0; }
.sec2 #sec2-6 .sec2-title .td-text { text-align: left; font-size: 24px; padding: 0 0; border-left: 5px solid #666; padding-left: 10px; margin-bottom: 10px; }
.sec2 #sec2-7 .sec2-title { width: ; margin: 0;  margin-left: 20px; }
.sec2 #sec2-8 .sec2-title { width: ; margin: 0;  margin-left: 20px; }
.sec2 #sec2-7 .sec2-title td { padding-left: 0; }
.sec2 #sec2-7 .sec2-title .td-text { text-align: left; font-size: 24px; padding: 0 0; border-left: 5px solid #666; padding-left: 10px; margin-bottom: 10px; }
.sec2 #sec2-10 .sec2-title { width: ; margin: 0;  margin-left: 20px; }
.sec2 #sec2-10 .sec2-title td { padding-left: 0; }
.sec2 #sec2-10 .sec2-title .td-text { text-align: left; font-size: 24px; padding: 0 0; border-left: 5px solid #666; padding-left: 10px; margin-bottom: 10px; }


.sec2 #sec2-12 { margin-top: 100px; }
.sec2 #sec2-12 .sec2-title { width: ; margin: 0;  margin-left: 20px; }
.sec2 #sec2-12 .sec2-title td { padding-left: 0; }
.sec2 #sec2-12 .sec2-title .td-text { text-align: left; font-size: 24px; padding: 0 0; border-left: 5px solid #666; padding-left: 10px; margin-bottom: 10px; }
.sec2 #sec2-14 { margin-top: 100px; }
.sec2 #sec2-14 .sec2-title { width: ; margin: 0; margin-left: 20px; }
.sec2 #sec2-14 .sec2-title td { padding-left: 0; }
.sec2 #sec2-14 .sec2-title .td-text { text-align: left; font-size: 24px; padding: 0 0; border-left: 5px solid #666; padding-left: 10px; margin-bottom: 10px; }


@media only screen and (max-width:768px){
.sec2 #sec2-6 .sec2-title { margin-left: 0; }
.sec2 #sec2-7 .sec2-title { margin-left: 0; }
.sec2 #sec2-8 .sec2-title { margin-left: 0; }
.sec2 #sec2-10 .sec2-title { margin-left: 0; }

.sec2 #sec2-12 .sec2-title { margin-left: 0; }
.sec2 #sec2-14 .sec2-title { margin-left: 0; }

	.section02 {width: 98%; margin: auto;}

#content_wrap.pageRecruit { margin-top: 72px; }
.section02 .about { width: 100%; padding: 30px 20px; background: url(../img2/recruit/bg_about.png) no-repeat; background-size: cover; background-position-y: center; text-align: left; }
.section02 .about h2 { font-size: 26px; margin-bottom: 20px; line-height: 1.5em; }
.section02 .about h3 { font-size: 16px; border-left: 5px solid #fff; padding-left: 10px; margin-bottom: 10px; line-height: 1.8em; }
.section02 .good { width: 100%; padding: 30px 20px; background: url(../img2/recruit/bg_good.jpg) no-repeat; background-size: cover; background-position-y: center; text-align: left; }
.section02 .good h2 { font-size: 26px; margin-bottom: 20px; line-height: 1.5em; }
.section02 .good h3 { font-size: 16px; border-left: 5px solid #fff; padding-left: 10px; margin-bottom: 10px; line-height: 1.8em; }
.section02 .type { width: 100%; padding: 30px; text-align: left; }
.section02 .type h2 { font-size: 28px; margin-bottom: 20px; }
.section02 .type .type-wrap { width: 100%; }
.section02 .type .type-wrap img { width: 47%; margin-left: 0; float: left; margin-bottom: 7px; margin-left: 1%; }
.section02 .salary { width: 100%; padding: 30px 20px; }
.section02 .salary h2 { font-size: 28px; }
.popup_img { width: 95%; }
.close-circle-wrap .close-circle { width: 30px; }
.sec2 { margin-top: 0; }
.sec2 { text-align: left; padding: 30px 20px; }

.sec2 h2 { color: #666; font-size: 26px; margin-left: 0; }
.sec2 #sec2-1 .sec2-title { width: ; margin: 0; }
.sec2 #sec2-1 .sec2-title td { padding-left: 0; }
.sec2 #sec2-1 .sec2-title .td-text { text-align: left; font-size: 24px; padding: 0 0; border-left: 5px solid #666; padding-left: 10px; margin-bottom: 10px; }

}

.sec3 { width: 1024px; margin: 0 auto 0 auto; margin-top: 10px; border-radius: 10px; padding: 50px 0 0 0; background: url(../img2/recruit/bg_sec3.jpg) no-repeat; background-size: cover; background-position-y: center; }
.sec3 h2 { font-size: 36px; color: #666; text-align: left; margin-bottom: 20px; padding-left: 50px; }
.sec3 .img-wrap { width: 100%; text-align: center; margin-bottom: 30px; }
.sec3 .img-wrap .sec3-img1 { position: relative; left: 80px; }
.sec3 h3 { width: 100%; text-align: left; color: #666; font-size: 24px; margin-left: 50px; border-left: 5px solid #666; padding-left: 10px; margin-bottom: 10px;     line-height: 1.5em; }

.sec3 #step { width: 924px; border: 3px solid #ffc2c4; padding: 30px 0; background-color: #fff; margin:0 50px  50px 50px; }
.sec3 #step .step_wrap { width: 100%; padding: 0 10px; }
.sec3 #step .step_wrap .step-inner { width: 23%; float: left; text-align: center; }
.sec3 #step .step_wrap .step-inner h4 { width: 100%; text-align: center; color: #fd888c; line-height: 1.3em; font-size: 15px; height: 40px;
    margin-bottom: 5px; }
.sec3 #step .step_wrap .step-inner p { width: 100%; text-align: left; padding: 0 15px 0 15px; min-height: 160px; }
.sec3 #step .step_wrap .step-inner p.hotel { width: 100%; text-align: center; color: #fd888c; padding: 0 0 10px 0; }
.sec3 #step .step_wrap .step-arrow { width: 2.6%; float: left; padding-top: 75px; }
.sec3 #step .img-wrap { clear: both; }
.sec3 #step .img-wrap .img-inner { width: 25%; float: left; }
.sec3 #step .img-wrap .img-inner img { width: 100%; vertical-align: bottom; }
.sec3 #step .text-wrap { clear: both; }
.sec3 #step .text-wrap .text-inner { width: 33%; float: left; padding: 50px 20px 0 20px; }
.sec3 #step .text-wrap .text-inner h5 { font-size: 20px; font-weight: normal; }
.sec3 #step .text-wrap .text-inner h5 img { margin-right: 10px; }
.sec3 #step .step-merit { clear: both; font-size: 28px; color: #fd888c; padding-top: 30px; text-align: center; }
.sec3 .about-prof { width: 100%; }
.sec3 .about-prof .inner-prof { width: 100%; padding: 15px 50px 50px 50px; text-align: left; }
.sec3 .about-prof .inner-prof .img-prof { width: 28%; float: left; margin-right: 20px; }
.sec3 .about-prof .inner-prof .img-prof img { width: 100%; }
.sec3 .about-prof .inner-prof .text-prof { width: 72%; float: left; text-align: left; padding-left: 30px; }
.sec3 .go-entry { width: 100%; text-align: center; font-size: 30px; padding: 50px 0 30px 0; color: #44b481; background-color:  rgba(255,255,255,0.5); margin-top: 50px; }
.sec3 .go-entry img { margin-top: 20px; }

@media only screen and (max-width:768px){
.sec3 h2 { font-size: 28px;  padding-left: 0; }
.sec3 h3 { font-size: 16px; margin-left: 20px; }
.sec3 .about-prof { padding: 0 0px; }
.sec3 .about-prof.about_text { margin: 10px; }
.sec3 .about-prof h3 { margin-left: 0; }
.sec3 .about-prof .inner-prof { padding: 15px 0 30px 0; width: 90%; }
.sec3 .about-prof .inner-prof .text-prof { padding-left: 10px; }
.sec3 .go-entry { width: 100%; text-align: center; font-size: 18px; padding: 30px 0 15px 0; margin-top: 20px;     line-height: 1.5em; }
.sec3 .img-wrap { padding: 0 20px; }

}


.sec4 { width: 1024px; margin: 50px auto 100px auto; background-color: #fff; padding-top: 30px; }
.sec4 h3 { width: 100%; text-align: center; font-size: 28px; }
.sec4 #sec-qa .sec-qa-inner { width: 100%; padding: 45px;  margin-top: 30px; background-color: #edf7f5; }
.sec4 #sec-qa .sec-qa-inner .sec_p2 { width: 100%; background-color: #fff; text-align: left; padding: 20px; border-radius: 10px; margin-bottom: 20px; }
.sec4 #sec-qa .sec-qa-inner .sec_p2 .que { padding: 0; font-weight: bold; }
.sec4 #sec-qa .sec-qa-inner .sec_p2 .que span { color: #fd888c; }
.sec4 #sec-qa .sec-qa-inner .sec_p2 .ans span { color: #58bedf; }
.sec4 #sec-qa .sec-qa-inner .sec_p2 .ans { }
.sec4 #sec-qa .sec-qa-inner .sec_p2 .date { font-size: 12px; width: 100%; text-align: ; padding: 0 0 5px 0; }
.sec5 .title-info { width: 100%; text-align: center; }
.sec5 .title-info img { width: 300px; }
.sec5 h3 { width: 100%; text-align: center; font-size: 28px; margin: 30px 0; }
.job-set { margin-top: 40px; }
.job-set .price_titile { font-size: 26px; font-weight: normal; border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.job-set .set .img_set { width: 50%; float: left; }
.job-set .set .text_set { width: 50%; float: left; text-align: left; padding-left: 20px; }
.job-set .set .text_set p { padding-top: 0; }

p.rec1-title { 
	padding: 0;
    font-size: 30px;
    color: black;
    text-align: left;
    margin-bottom: 40px;
    margin-left: 60px; }
    
.underline1 {
    text-decoration: none;
    background: linear-gradient(transparent 60%, rgba(247, 211, 226, 0.69) 50%);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size 1.0s;
    vertical-align: bottom;
}

.qa-p { text-align: center; color: #fd888c; }
.btn-que {
    position: relative;
    z-index: 2;
    background-color: #0066b5;
    border: 2px solid #0066b5;
    color: #fff;
    line-height: 50px;
    display: block;
    width: 200px;
    margin: 30px auto 0 auto;
    text-align: center;
    line-height: 3em; }
    

    
.fade_off {
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.fade_on {
    opacity: 1;
}
#fade {
    position: relative;
    top: -265px;
    left: -550px; }
#fade p { font-size: 18px; color: #e87373; padding: 0; text-align: right; padding-right: 20px; } 

#fade2 {
    position: relative;
    top: -48px;
    left: -475px; background: rgba(255,255,255,0.8); width: 470px; }
#fade2 p { font-size: 18px; color: #e87373; padding: 0; text-align: center; } 

    
@media only screen and (max-width:768px){
.sec1 { width: 100%; margin: 0 auto; }
.sec1 #sec1-1 { width: 100%; padding: 0; background: none; margin-top: 30px; }
.sec1 #sec1-1 .sec_inner { width: 100%; padding: 40px 10px 10px 10px; }
.sec1 #sec1-1 .sec_inner .sec_p1 { width: 200px; font-size: 16px; top: -35px; }
.sec1 #sec1-1 .sec_inner .sec_p2 { padding: 0; position: relative; top: -15px; }
.sec1 .sec_inner hr { width: 80%; margin: 0 auto; }
.sec1 #sec1-1 .sec_inner table { width: 100%; position: relative; top: -36px; }
.sec1 #sec1-1 .sec_inner table td { width: 33%; border: none; padding: 0 2px; }
.sec1 #sec1-1 .sec_inner table td p { font-size: 11px; width: 100%; height:115px; border: 3px solid #ffc2c4; text-align: center; display: flex; justify-content: center; align-items: center; }
.sec1 #sec1-2 { width: 100%; height: auto; padding: 0; background: none; margin-top: 30px; }
.sec1 #sec1-2 .sec_inner { width: 100%; padding: 40px 10px 10px 10px; }
.sec1 #sec1-2 .sec_inner .sec_p1 { width: 200px; font-size: 16px; top: -35px; }
.sec1 #sec1-2 .sec_inner .sec_p3 { padding: 0 0 0 10px; position: relative; top: -38px; }
.sec1 #sec1-2 .sec_inner .sec_p4 { font-size: 14px; color: #fd5157; padding-left: 10px; position: relative; top: -38px; }
.sec1 h2 { width: 100%; text-align: center; margin: 0 0 30px 0; }
.sec1 h2 img { width: 160px; }
.sec1 h3 { width: 100%; text-align: center; margin-bottom: 20px; font-size: 16px; }
.sec1 #foryou_wrap { width: 95%; margin: 0 auto; }
.sec1 #foryou_wrap .foryou_box { position: relative; width: 50%; float: left; }
.sec1 #others { width: 100%; text-align: center; padding-top: 40px; }
.sec1 #other-merit { width: 95%; margin: 15px auto; text-align: center; }
.sec1 #other-merit span { padding: 5px 10px; font-size: 12px; border: 1px solid #ffc2c4; border-radius: 3px; line-height: 3em; }
.sec2 { width: 100%; margin: 10px 0 0 0; }
.sec2 #sec2-1 { width: 100%; }
.sec2 .sec2-title,
.sec2 .sec2-title tbody, 
.sec2 .sec2-title tbody tr,
.sec2 .sec2-title tbody td { display: block; }
.sec2 .sec2-title td { width: 100%; text-align: center; }
.sec2 .sec2-title .td-no img { height: 60px; }
.sec2 #sec2-1 .sec2-title .td-text { text-align: left; font-size: 16px; padding: 5px 10px; }
.sec2 #sec2-6.aribai {
    margin-top: 30px;}
.sec2 #sec2-2 .sec2-title .td-text.pc-only { display: none; }
.sec2 #sec2-1 .sec2-inner { width: 100%; margin-top: 20px; }
.sec2 #sec2-1 .sec2-inner .sec2-box { width: 100%;}
.sec2 #sec2-1 .sec2-inner .sec2-box table .td-img { width: 50%; padding-left: 10px; padding-bottom: 20px; }
.sec2 #sec2-1 .sec2-inner .sec2-box table .td-text { width: 50%; padding-top: 25px; padding-right: 10px; font-size: 14px; }
.sec2 #sec2-1 .sec2-inner .sec2-box table .td-mg-left { font-size: 13px; vertical-align: middle; background-color: #f1f1f9; width: 50%; padding: 20px; }
.sec2 #sec2-2 { clear: both; margin-top: 50px; }
.sec2 #sec2-2 .sec2-title { width: ; margin: 0 auto; }
.sec2 #sec2-2 .sec2-title .td-text { text-align: center; font-size: 15px; padding: 10px; }
.sec2 #sec2-2 .sec2-2-inner { width: 100%; padding: 0; background:none; margin-top: 2px; }
.sec2 #sec2-2 .sec2-2-inner .sec_p2 { width: 100%; background-color: #fff; text-align: left; padding: 10px 10px 10px 10px; }
.sec2 #sec2-3 { margin-top: 30px; }
.sec2 #sec2-3 .sec2-title { width: ; margin: 0 auto; }
.sec2 #sec2-3 .sec2-title .td-text { text-align: center; font-size: 15px; padding: 10px; }
.sec2 #sec2-3 .sec3-inner { width: 100%; margin: 0 auto; padding: 0 10px; }
.sec2 #sec2-3 .sec3-inner table { width: 100%; margin: 10px 0; font-size: 12px; }

.sec2 #sec2-4 { margin-top: 30px; }
.sec2 #sec2-4 .sec2-title { width: ; margin: 0 auto; }
.sec2 #sec2-4 .sec2-title .td-text { text-align: left; font-size: 15px; padding: 10px; vertical-align: middle; }
.sec2 #sec2-4 .sec2-title .td-text.pc-only { display: none; }
.sec2 #sec2-4 .sec2-4-inner { width: 100%; padding: 0; background: none; margin-top: 2px; }
.sec2 #sec2-4 .sec2-4-inner .sec_p2 { width: 100%; background-color: #fff; text-align: left; padding: 10px; }

.sec2 #sec2-5 {margin-top: 30px; }
.sec2 #sec2-5 .sec2-title { width: ; margin: 0 auto; }
.sec2 #sec2-5 .sec2-title .td-text { text-align: left; font-size: 15px; padding: 10px; vertical-align: middle; }
.sec2 #sec2-5 .sec2-5-inner { width: 100%; padding: 0; background: none; margin-top: 2px; }
.sec2 #sec2-5 .sec2-5-inner .sec_p2 { width: 100%; background-color: #fff; text-align: left; padding: 10px; }

.sec2 #sec2-6 { margin-top: 30px; }
.sec2 #sec2-6 .sec2-title .td-text { text-align: left; font-size: 16px; padding: 5px 10px ; vertical-align: middle; }
.sec2 #sec2-6 .sec2-title .td-text.pc-only { display: none; }
.sec2 #sec2-6 .sec2-6-inner { width: 100%; height: auto; padding: 0; background: none; margin-top: 2px; }
.sec2 #sec2-6 .sec2-6-inner .sec_p2 { width: 100%;  padding: 10px; margin-right: 0px; height: auto; }
.sec2 #sec2-6 .sec2-6-inner #mv-pre { width: 100%; float: left; }
.sec2 #sec2-6 #img-pre { width: 100%; height: auto; margin: 20px auto 0 auto; text-align: center; background-color: #efefef; padding: 20px 0; }
.sec2 #sec2-6 #img-pre .fp-wrap { width: 100%; margin-top: 20px; }
.sec2 #sec2-6 #img-pre .fp-wrap .fp-left { width: 100%; float: none; padding: 10px; font-size: 14px; text-align: left; }
.sec2 #sec2-6 #img-pre .fp-wrap .fp-right { width: 100%; float: none; padding:0; }

.sec2 #sec2-7 { margin-top: 30px; }
.sec2 #sec2-7 .sec2-title .td-text { text-align: center; font-size: 15px; padding: 10px; vertical-align: middle; }
.sec2 #sec2-7 .sec2-7-inner { width: 100%; padding: 0; background: none; margin-top: 2px; }
.sec2 #sec2-7 .sec2-7-inner.chat { width: 100%; padding: 0; background: none; margin-top: 2px; }
.sec2 #sec2-7 .sec2-7-inner .sec_p2,
.sec2 #sec2-7 .sec2-7-inner.chat .sec_p2 { width: 100%; background-color: #fff; text-align: left; padding: 10px; }
.sec2 #sec2-8 { margin-top: 30px; }
.sec2 #sec2-8 .sec2-title .td-text { text-align: left; font-size: 16px; padding: 5px 10px; vertical-align: middle; }
.sec2 #sec2-7 .sec2-title .td-text { text-align: left; font-size: 16px; padding: 5px 10px; vertical-align: middle; }

.sec2 #sec2-8 .sec2-title .td-text.pc-only { display: none; }
.sec2 #sec2-8 .sec2-8-inner { width: 100%; padding: 0; background: none; margin-top: 2px; }
.sec2 #sec2-8 .sec2-8-inner .sec_p2 { width: 100%; height: auto; background-color: #fff; text-align: left; padding: 10px; }
.sec2 #sec2-9 { margin-top: 30px; }
.sec2 #sec2-9 .sec2-title .td-text { text-align: center; font-size: 15px; padding: 10px; vertical-align: middle; }
.sec2 #sec2-9 .sec2-9-inner { width: 100%; padding: 0; background: none; margin-top: 2px; }
.sec2 #sec2-9 .sec2-9-inner.photo { width: 100%; padding: 0; background: none; margin-top: 2px; }
.sec2 #sec2-9 .sec2-9-inner .sec_p2 { width: 100%; background-color: #fff; text-align: left; padding: 10px; }
.sec2 #sec2-10 { margin-top: 30px; }
.sec2 #sec2-10 .sec2-title .td-text { text-align: left; font-size: 15px; padding: 10px; vertical-align: middle; }
.sec2 #sec2-10 .sec2-title .td-text.pc-only { display: none; }
.sec2 #sec2-10 .sec2-10-inner { width: 100%; padding: 0; background: none; margin-top: 2px; }
.sec2 #sec2-10 .sec2-10-inner .sec_p2 { width: 100%; background-color: #fff; text-align: left; padding: 10px; }

.sec2 #sec2-12 { margin-top: 30px; }
.sec2 #sec2-12 .sec2-title .td-text { text-align: left; font-size: 16px; padding: 5px 10px; vertical-align: middle; }
.sec2 #sec2-12 .sec2-7-inner { width: 100%; padding: 0; background: none; margin-top: 2px; }
.sec2 #sec2-12 .sec2-7-inner.chat { width: 100%; padding: 0; background: none; margin-top: 2px; height: auto; }
.sec2 #sec2-12 .sec2-7-inner .sec_p2,
.sec2 #sec2-12 .sec2-7-inner.chat .sec_p2 { width: 100%; background-color: #fff; text-align: left; padding: 10px; }

.sec2 #sec2-13 { margin-top: 30px; }
.sec2 #sec2-13 .sec2-title .td-text { text-align: center; font-size: 15px; padding: 10px; vertical-align: middle; }
.sec2 #sec2-13 .sec2-title .td-text.pc-only { display: none; }
.sec2 #sec2-13 .sec2-6-inner { width: 100%; height: auto; padding: 0; background: none; margin-top: 2px; }
.sec2 #sec2-13 .sec2-6-inner .sec_p2 { width: 100%;  padding: 10px; margin-right: 0px; height: auto; }
.sec2 #sec2-13 .sec2-6-inner #mv-pre { width: 100%; float: left; }
.sec2 #sec2-13 #img-pre { width: 100%; height: auto; margin: 20px auto 0 auto; text-align: center; background-color: #efefef; padding: 20px 0; }
.sec2 #sec2-13 #img-pre .fp-wrap { width: 100%; margin-top: 20px; }
.sec2 #sec2-13 #img-pre .fp-wrap .fp-left { width: 100%; float: none; padding: 10px; font-size: 14px; text-align: left; }
.sec2 #sec2-13 #img-pre .fp-wrap .fp-right { width: 100%; float: none; padding:0; }

.sec2 #sec2-14 { margin-top: 30px; }
.sec2 #sec2-14 .sec2-title .td-text { text-align: left; font-size: 16px; padding: 5px 10px; vertical-align: middle; }
.sec2 #sec2-14 .sec2-7-inner { width: 100%; padding: 0; background: none; margin-top: 2px; }
.sec2 #sec2-14 .sec2-7-inner.chat { width: 100%; padding: 0; background: none; margin-top: 2px; }
.sec2 #sec2-14 .sec2-7-inner .sec_p2,
.sec2 #sec2-14 .sec2-7-inner.chat .sec_p2 { width: 100%; background-color: #fff; text-align: left; padding: 10px; }

.sec3 #step .step_wrap .step-inner p { min-height: 0; }
.sec3 { width: 100%; margin: 10px auto 0 auto; padding: 30px 0 0 0; }
.sec3 h2 { font-size: 26px; margin-left: 20px;}
.sec3 #step { width: auto; border: 3px solid #ffc2c4; padding: 20px 10px; margin: 0 20px; margin-bottom: 40px; }
.sec3 #step h3 { width: 100%; text-align: center; font-size: 20px; }
.sec3 #step .step_wrap { width: 100%; margin-top: 0; }
.sec3 #step .step_wrap .step-inner { width: 100%; float: none; text-align: left; }
.sec3 #step .step_wrap .step-inner img { width: 50px; float: left; }
.sec3 #step .step_wrap .step-inner .icon-step { width: 100%; text-align: center; }
.sec3 #step .step_wrap .step-inner .icon-step img { width: 100px; float: none; }
.sec3 #step .step_wrap .step-inner h4 { width: 80%; text-align: left; margin-left: 60px; color: #fd888c; padding-top: 13px; font-size: 18px; }
.sec3 #step .step_wrap .step-inner h4.step1 { padding-top: 5px; }
.sec3 #step .step_wrap .step-inner p { width: 100%; text-align: left; padding: 20px 0 20px 0; }
.sec3 #step .step_wrap .step-inner p.hotel { width: 100%; text-align: left; color: #fd888c; padding: 0 0 0 60px; }
.sec3 #step .step_wrap .step-arrow { width: 100%; float: none; padding-top: 0px; text-align: center; margin: 20px 0; }
.sec3 #step .step_wrap .step-arrow img { margin: 0 auto 10px auto; }
.sec3 #step .img-wrap .img-inner { width: 50%; float: left; }
.sec3 #step .img-wrap .img-inner img { width: 100%; }
.sec3 #step .text-wrap { clear: both; }
.sec3 #step .text-wrap .text-inner { width: 100%; float: none; padding:20px 0 0 0; }
.sec3 #step .text-wrap .text-inner h5 { font-size: 20px; font-weight: normal; }
.sec3 #step .text-wrap .text-inner h5 img { margin-right: 10px; }
.sec3 #step .step-merit { clear: both; font-size: 18px; color: #fd888c; padding-top: 20px; text-align: left; }

.sec4 { width: 100%; margin: 60px auto 60px auto; padding-top: 30px; }
.sec4 h3 { width: 100%; text-align: center; font-size: 20px; }
.sec4 #sec-qa .sec-qa-inner { width: 100%; padding: 15px; margin-top: 20px; }
.sec4 #sec-qa .sec-qa-inner .sec_p2 { width: 100%; text-align: left; padding: 10px; margin-bottom: 15px; }
.sec4 #sec-qa .sec-qa-inner .sec_p2 .que { padding: 0; }
.sec4 #sec-qa .sec-qa-inner .sec_p2 .que span { color: #fd888c; }
.sec4 #sec-qa .sec-qa-inner .sec_p2 .ans span { color: #58bedf; }
.sec5 .title-info { width: 100%; text-align: center; }
.sec5 .title-info img { width: 300px; }
.sec5 h3 { width: 100%; text-align: center; font-size: 20px; margin: 20px 0; }

.job-set .price_titile { font-size: 20px; }

.job-set .set .img_set { width: 100%; }
.job-set .set .img_set img { width: 80%; }
.job-set .set .text_set { width: 100%; padding-left: 0px; padding-top: 15px; }

p.rec1-title { 
	padding: 0;
    font-size: 25px;
    text-align: center;
    margin-bottom: 40px;
    margin-left: 0px; }

.sp_2-12,.sp_2-14 { height: 250px; overflow: hidden; }

.fade_off {
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.fade_on {
    opacity: 1;
}

#fade-sp {     position: relative;
    top: -180px; left: auto; }
    
#fade-sp p { font-size: 16px; color: #e87373; padding: 0; text-align: right; padding-right: 5px; } 

#fade-sp2 {     position: relative;
    top: -59px; left: auto; padding: 5px 0; background: rgba(255,255,255,0.8); }
    
#fade-sp2 p { font-size: 18px; color: #e87373; padding: 0; text-align: center; } 

}

#content_wrap.pageRecruitform { padding-top: 60px; }
#content_wrap.pageRecruitform .contact { width: 600px; margin: 30px auto; }
#content_wrap.pageRecruitform .contact h1 { width: 100%; text-align: center; }
#content_wrap.pageRecruitform .contact h1 img { width: 156px; }
#content_wrap.pageRecruitform .contact .form_titile { font-size: 16px; font-weight: bold; width: 100%; color: #666; border-bottom: 1px solid #ccc; margin-top: 30px; }
#content_wrap.pageRecruitform .contact strong {font-weight: normal; color: #f19898;}
#content_wrap.pageRecruitform .contact .tel_btn strong {font-size: 20px; color: #1fcaba; }
#content_wrap.pageRecruitform .contact .required { padding: 2px 5px; border-radius: 5px; color: #fff; background: #ec8585; margin-right: 5px; }
#content_wrap.pageRecruitform .contact select,#content_wrap.pageRecruitform .contact input { width: 250px; height: 30px; margin-bottom: 20px; margin-top: 5px; font-size: 16px; }
#content_wrap.pageRecruitform .contact textarea { width: 100%; height: 120px;  margin-top: 5px; font-size: 16px; }
#content_wrap.pageRecruitform .contact .btn { width: 100%; margin: 20px auto; text-align: center; }
#content_wrap.pageRecruitform .contact .btn input { width: 200px; height: 40px; border: none; border-radius: 5px; color: #fff; background: #6fded4; }
#content_wrap.pageRecruitform .contact .btn input.check_btn { display: block; margin: 10px auto; }
#content_wrap.pageRecruitform .contact .btn input.back_btn { display: block; margin: 10px auto; background: #c5c5c5; }
#content_wrap.pageRecruitform .contact ul.check span { font-weight: bold; margin-right: 15px; }
#content_wrap.pageRecruitform .contact ul.check { padding: 10px;  background: #fdf7f7; }
#content_wrap.pageRecruitform .contact .error { margin-left: 10px; color: #ec8585; }
#content_wrap.pageRecruitform .contact .form_content { margin-top: 20px; }
#content_wrap.pageRecruitform .contact dt { font-size: 15px; }

.btn-line { width: 1024px; background-color: #f9b2b2; margin: 10px auto 0 auto; border-radius: 5px; padding: 10px;  }
.btn-line .btn-cv { width: 400px; margin: 10px auto 0 auto; padding: 10px; background-color: #f9f5d8; border-radius: 5px; box-shadow: 5px 5px 5px rgba(0,0,0,0.4); float: none;  }
.btn-line .btn-cv img { width: 100%; box-shadow: 3px 3px 3px rgba(0,0,0,0.3); }
#footer .footer_link.preparation { color: #fff; float: left; text-shadow: 0px 0px 3px #000; font-size: 13px; padding: 0 10px; font-weight: bold; letter-spacing: 0; }

@media only screen and (max-width:600px){
#content_wrap.pageRecruitform .contact { width: 100%; margin: 30px auto; padding: 0 10px; }
.btn-line { width: 100%; margin-top: 10px; border-radius: 5px; padding: 10px; }
.btn-line .btn-cv { width: 100%; margin: 5px 0; padding: 10px; background-color: #f9f5d8; border-radius: 5px; box-shadow: 5px 5px 5px rgba(0,0,0,0.4); }
.btn-line .btn-cv img { width: 100%; box-shadow: 3px 3px 3px rgba(0,0,0,0.3); }
#footer .footer_link.preparation { color: #fff; float: none; text-shadow: 0px 0px 3px #000; font-size: 15px; padding: 0 10px; font-weight: bold; letter-spacing: 0; }
}

/* フォーム */
.text14 {font-size: 14px; padding: 0px 0 0px 0 !important; color:#ec8585; margin: -10px 0 0 0 !important;}
.text15 {font-size: 14px; padding: 8px 0 0px 0 !important; color:#717171;}
.text17 {font-size: 14px; padding: 0px 0 10px 0 !important; color:#ec8585;}

hr {
  border-top: 1px dashed #bbb;
}

/*お仕事までの流れ*/
.step_wrap { width: 100%; margin-top: 40px; }
.step_wrap .step-inner { width: 23%; float: left; text-align: center; }
.step_wrap .step-inner h4 { width: 100%; text-align: center; color: #fd888c; padding-top: 10px; font-size: 20px; }
.step_wrap .step-inner p { width: 100%; text-align: left; padding: 30px 20px 20px 20px; }
.step_wrap .step-inner p.step2 { padding-top: 0; }
.step_wrap .step-inner p.hotel { width: 100%; text-align: center; color: #fd888c; padding: 0 0 10px 0; }
.step_wrap .step-arrow { width: 2.6%; float: left; padding-top: 80px; }

@media only screen and (max-width:768px){
.step_wrap { width: 100%; margin-top: 20px; }
.step_wrap .step-inner { width: 100%; float: none; text-align: left; }
.step_wrap .step-inner img { width: 50px; float: left; }
.step_wrap .step-inner h4 { width: 80%; text-align: left; margin-left: 60px; color: #fd888c; padding-top: 10px; font-size: 20px; }
.step_wrap .step-inner p { width: 100%; text-align: left; padding: 20px 0 20px 0; }
.step_wrap .step-inner p.step2 { padding-top: 0; width: 100%; text-align: left; }
.step_wrap .step-inner p.hotel { width: 100%; text-align: left; color: #fd888c; padding: 0 0 0 60px; }
.step_wrap .step-arrow { width: 100%; float: none; padding-top: 0px; text-align: center; }
.step_wrap .step-arrow img { margin: 0 auto 10px auto; }
}

.mendan {font-size:14px; text-align:left; margin 0 50px;}

.step00 {width: 95%; margin: 30px auto 0 auto;}
.step01 {width: 90%; margin: 30px auto 0 auto; text-align: left; border-radius: 20px; border: 3px solid #DFC0C1; padding: 10px;}
.step_left {float: left; text-align: center; width: 20%;}
.step_right {float: left; text-align: left; width: 78%; padding: 0 0 0 2%; margin: 5px 0 0 0; color:#696969;}

.circle{
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background:#006E9F;
	color: #FFFFFF;
	font-weight: 900;
  text-align:center;
  line-height: 80px;
	margin: auto;
}

.mensetu {padding: 10px 0 10px 0; color:#D24A4C; font-weight: 900;}

.pageRecruit #content { background-color: #FFF0F0; background-image: url("../img/recruit/back.jpg"); background-repeat: repeat-x;}

.right_area { float: right; width: 250px; margin: 10px 0 0 0; position: absolute; right: 0;}
.right_area img {width: 100%; }
.right_area.menu-bnr img { margin-bottom: 13px; }

.btn-cv a { background: none; border: none; padding: 0; display: inline; }
.btn-cv.entry { width: 49%; margin: 0 0.5%; }


.sec_p52 {margin: 0 0 0 35px;}

@media only screen and (max-width:768px){

.btn-cv.entry { width: 100%; }
.step_left {float: none; text-align: center; width: 100%;}
.step_right {float: none; text-align: left; width: 100%; padding: 0 0 0 0%; margin: 5px 0 0 0; color:#696969;}
	
.right_area { float: right; width: 90%; margin: 10px 0 10px 0; position: static;}
.right_area img {width: 31.333%; float: left; margin: 0 1% 0 1% 0;}
.right_area.menu-bnr { width: 100%; margin:0; padding: 5px; }
.right_area.menu-bnr img {width: 48%; float: left; margin: 1%;}
.pageRecruit #content { background-image: none; }
}


.cau_pc {font-size: 12px; width: 100%; margin:15px auto; text-align: center; max-width: 640px;}

@media only screen and (max-width: 768px) {
	.cau_pc {font-size: 12px; width: 100%; margin:15px auto; text-align: left !important; max-width: 640px; padding: 0 10px !important;}
	
	.sec_p52 {margin: 0 0 0 12px;}
}
/************************************
** トグル表示ボタン カスタマイズ
************************************/
.toggle-wrap .toggle-button {
display: block;
cursor: pointer;
padding: 20px 10px;
background-color:#26AB00;
	color: #FFFFFF;
border: 1px solid #ddd;
font-weight: bold;
text-align: center;
margin:10px auto 35px auto;
border-radius: 8px;
	width: 95%; max-width: 860px;
}

.toggle-wrap .toggle-button:hover {
border-color: #999;
background: #333;
}

.toggle-wrap .toggle-button:after {

}

/*中身を非表示にしておく*/
.toggle-wrap .toggle-content{
height: 0;
padding: 0;
overflow: hidden;
opacity: 0;
transition: 0.6s;
}

/*チェックは見えなくする*/
.toggle-wrap > input[type="checkbox"] {
display: none;
}

.toggle-wrap > input[type="checkbox"]:checked ~ .toggle-button:after {

}

/*クリックで中身表示*/
.toggle-wrap > input[type="checkbox"]:checked ~ .toggle-content {
display: block;
height: auto;
opacity: 1;
padding: 10px 0;
}



.toggle-content img { max-width: 640px; margin: auto;}

.toggle-content2 img { max-width: 640px; margin: auto;}

.toggle-content3 img { max-width: 640px; margin: auto;}
.toggle-content4 img { max-width: 640px; margin: auto;}


/************************************
** トグル表示ボタン カスタマイズ
************************************/
.toggle-wrap2 .toggle-button {
display: block;
cursor: pointer;
padding: 20px 10px;
background-color:#26AB00;
	color: #FFFFFF;
border: 1px solid #ddd;
font-weight: bold;
text-align: center;
margin:10px auto 35px auto;
border-radius: 8px;
	width: 95%; max-width: 860px;
}

.toggle-wrap2 .toggle-button:hover {
border-color: #999;
background: #333;
}

.toggle-wrap2 .toggle-button:after {

}

/*中身を非表示にしておく*/
.toggle-wrap2 .toggle-content2{
height: 0;
padding: 0;
overflow: hidden;
opacity: 0;
transition: 0.6s;
}

/*チェックは見えなくする*/
.toggle-wrap2 > input[type="checkbox"] {
display: none;
}

.toggle-wrap2 > input[type="checkbox"]:checked ~ .toggle-button:after {

}

/*クリックで中身表示*/
.toggle-wrap2 > input[type="checkbox"]:checked ~ .toggle-content2 {
display: block;
height: auto;
opacity: 1;
padding: 10px 0;
}


/************************************
** トグル表示ボタン カスタマイズ
************************************/
.toggle-wrap3 .toggle-button {
display: block;
cursor: pointer;
padding: 20px 10px;
background-color:#26AB00;
	color: #FFFFFF;
border: 1px solid #ddd;
font-weight: bold;
text-align: center;
margin:10px auto 35px auto;
border-radius: 8px;
	width: 95%; max-width: 860px;
}

.toggle-wrap3 .toggle-button:hover {
border-color: #999;
background: #333;
}

.toggle-wrap3 .toggle-button:after {

}

/*中身を非表示にしておく*/
.toggle-wrap3 .toggle-content3{
height: 0;
padding: 0;
overflow: hidden;
opacity: 0;
transition: 0.6s;
}

/*チェックは見えなくする*/
.toggle-wrap3 > input[type="checkbox"] {
display: none;
}

.toggle-wrap3 > input[type="checkbox"]:checked ~ .toggle-button:after {

}

/*クリックで中身表示*/
.toggle-wrap3 > input[type="checkbox"]:checked ~ .toggle-content3 {
display: block;
height: auto;
opacity: 1;
padding: 10px 0;
}



/************************************
** トグル表示ボタン カスタマイズ
************************************/
.toggle-wrap4 .toggle-button {
display: block;
cursor: pointer;
padding: 20px 10px;
background-color:#26AB00;
	color: #FFFFFF;
border: 1px solid #ddd;
font-weight: bold;
text-align: center;
margin:10px auto 35px auto;
border-radius: 8px;
	width: 95%; max-width: 860px;
}

.toggle-wrap4 .toggle-button:hover {
border-color: #999;
background: #333;
}

.toggle-wrap4 .toggle-button:after {

}

/*中身を非表示にしておく*/
.toggle-wrap4 .toggle-content4{
height: 0;
padding: 0;
overflow: hidden;
opacity: 0;
transition: 0.6s;
}

/*チェックは見えなくする*/
.toggle-wrap4 > input[type="checkbox"] {
display: none;
}

.toggle-wrap4 > input[type="checkbox"]:checked ~ .toggle-button:after {

}

/*クリックで中身表示*/
.toggle-wrap4 > input[type="checkbox"]:checked ~ .toggle-content4 {
display: block;
height: auto;
opacity: 1;
padding: 10px 0;
}

