@charset "UTF-8";


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	
}
html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	min-width: 320px;
	height: 100%;
	font-size: 14px;
	
	/*font-family: -apple-system, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', 'メイリオ', meiryo, sans-serif;*/
    font-family: 'ShinGoPro';
	text-align: left;
	color: #000;
	background: #f2eee8;
}
#photo {
	text-align: center;
}
#photo li {
	display: inline-block;
	margin: 0 5px;
}
#photo a {
	color:#000;
	text-decoration: none;
	font-size:12px;
}

#tooltip {
	display: none;
	position: absolute;
	border: 1px solid #ccc;
	background: #ffffff;
	padding: 6px;
	z-index:9999;
}
#tooltip .caption {
	display: block;
	padding-top: 5px;
	text-align: center;
}

.midashi {
  position: relative;
  padding: 0.6em;
  background:#0064CA;
  color:#FFFCFD; 
  width: 95%;
	margin: auto;
}

.midashi:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #0064CA;
  width: 0;
  height: 0;
}


.sp_only {
	display: none;
}

.pc_only {
	display:block;
}

.layer_board_bg,
.layer_board {
	position: absolute;
}

.layer_board_bg {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1000;
	top: 0;
	left: 0;
	display: none;
	cursor: pointer;
	background: #000;
	
}

.layer_board {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #fff;
	text-align: center;
	z-index: 2000;
	padding: 50px;
	opacity: 0.8;

}
.layer_board p {
	margin-bottom: 50px
}
.btn_close {
	display: block;
	text-decoration: none;
	color: #fff;
	text-align: center;
	padding: 5px 40px;
	width: 200px;
	margin: 0 auto;
	border-radius: 0px;
	border: 2px solid #FFFFFF;
}


.btn_close_b {
	display: block;
	text-decoration: none;
	color: #1C1C1C;
	text-align: center;
	padding: 5px 40px;
	width: 200px;
	margin: 0 auto;
	border-radius: 0px;
	border: 2px solid #1C1C1C;
}

img {
	border: none;
	vertical-align: bottom;
}
a {
	color:#09F;
	text-decoration: none;
}

a:hover {
	text-decoration:none;
}

table {
	border-collapse: collapse;
}
h1, h2, h3 {
	font-weight: normal;
	line-height: 1;
}
ul, li {
	list-style: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.bold {
	font-weight: 900;
	color: #EB0031;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  font-size:1.3rem;
  font-weight: 700;
  line-height: 1.8;
  position:absolute;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
	width: 90%;
	top: 20%;
	left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);

}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color:#0051BE;
}

.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background:#0069D0;
}

a.btn--radius {
   border-radius: 100vh;
}








.btn2,
a.btn2,
button.btn2 {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.8;
  position:absolute;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
	width: 42%;
	top: 36%;
	left: 26.13%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);

}

.btn--blue,
a.btn--blue {
  color: #0069D0;
  background-color:#fff;
	background:#fff;border: 4px solid #0069D0;
}

.btn--blue:hover,
a.btn--blue:hover {
  color:#FFFFFF;
  background:#0069D0;border: 4px solid #fff;
}

a.btn--radius2 {
   border-radius: 100vh;
}


.btn3,
a.btn3,
button.btn3 {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.8;
  position:absolute;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
	width: 42%;
	top: 36%;
	left: 73.87%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);

}

.btn--red,
a.btn--red {
  color: #FFFFFF;
  background-color:#fff;
	background:#ee007b;border: 4px solid #fff;
}

.btn--red:hover,
a.btn--red:hover {
  color:#ee007b;
  background:#fff ;
	border: 4px solid #ee007b;
}

a.btn--radius3 {
   border-radius: 100vh;
}


.banner {
	padding: 0px 0 0 0;
}



#wrap {
    width: 100%;
    margin: auto;
    background: #f2eee8;
    overflow: hidden;
}

.box_img {
	width: 23.0%;
	float: left;
	margin: 1% 1%;
}

.contents {
	width: 98%;
	margin: auto;
}

.member {
	width: 85%;
	margin: 40px auto;
	text-align: center;
	padding: 20px 0;
	font-size: 21px;
	font-weight: 900;
	background-color: #E3004E;
	color: #FFFFFF;
	border-radius: 20px;
}

.big {
	font-size: 36px;
}

.mark {
	text-align: center;
	padding: 20px 0 10px 0;
	color: #FFFFFF;
	font-size: 12px;
}

.mark a {
	color: #FFFFFF;
	text-decoration: underline;
}




.main_contents {
	width: 100%;
	max-width: 1024px;
	margin: auto;
	padding: 40px 0 0 0;
}

.main_contents p {
	display: block;
	padding: 10px 5px;
	width: 94%;
	margin:10px auto 0 auto;
}

.g_box {
	width: 19%;
	float: left;
	margin: 1% 0.5%;
}

.eachTextAnime span{opacity: 0;}
.eachTextAnime.appeartext span{ animation:text_anime_on 1s ease-out forwards; }

.title {
	font-size: 28px;
	font-weight: 600;
	border-bottom: 5px solid #000000;

	text-align: center;
	padding: 0 0 5px 0;
	margin: 0 0 20px 0;
}


.invisible {
  visibility: hidden;
}

.banner_area {
	width: 100%;
	max-width: 680px;
	margin: auto;
	padding: 40px 0 40px 0;
}


.banner_area2 {
	width: 100%;
	max-width: 500px;
	margin: auto;
	padding: 40px 0 40px 0;
}

.banner_area2 img {
	width: 48%;
	margin: 0 1%;
	float: left;
}


.banner_area4 {
	width:97%; 
	margin: auto !important; 
	max-width: 1024px;
	display: flex;
 
	gap: 0px 2px; /* 余白 */
}	

.sub_box4 {
	margin: 0.5% 0% !important;
	text-align: center !important;
	width: calc(100% / 10);
		}


@media only screen and (max-width: 670px) {
	
	.banner_area4 {
	width:97%; 
	margin: auto !important; 
	max-width: 1024px;
	display: flex;
	flex-wrap: wrap;
	gap: 0px 0px; /* 余白 */
}	
	
	.sub_box4 {　width: 24%!important;
	margin: 1% 0% !important;
	text-align: center !important;
		width: calc(100% / 5);
		}
}



@keyframes text_anime_on {
  0% {opacity:0;}
  100% {opacity:1;}
}


@media only screen and (max-width: 780px) {
	
#wrap {
    width: 100%;
    max-width: 780px;
    margin: auto;
   
    background: #f2eee8;
    overflow: hidden;
		
}
	
	.main_contents {
	width: 95%;
	padding: 40px 0 0 0;
	margin: auto;
}
	
}
	
@media only screen and (max-width: 480px) {
	
		.sp_only {
	display: block;
}
	

.pc_only {
	display:none;
}
	
	.g_box {
	width: 31.333%;
	float: left;
	margin: 1% 1%;
}
	
	.btn,
a.btn,
button.btn {
 
	width: 90%;
	top: 20%;
	left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}
	
	
	.btn3,
a.btn3,
button.btn3 {
 
	width: 90%;
	top: 26%;
	left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}
	
		.btn2,
a.btn2,
button.btn2 {
 
	width: 90%;
	top: 31%;
	left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}
	
	.banner {
	position:absolute;
    z-index: 9999;
	padding: 0px 0 0 0;
	top: 37%;
}
	
}
	
@media only screen and (max-width: 320px) {
}


/** recruit **/
@charset "UTF-8";
/* CSS Document */


.orange {
	color: #EA5504;
}
.red {color: #BA0003;
font-weight: 900;}

.blue {color: #005A88;
font-weight: 900;}

.recruit_title {
	font-size:16px;
	font-weight:100;
}


.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;
}

.footer_text {
	font-size: 14px;
	text-align: center;
	padding: 10px 0 40px 0;
}

.footer_text2 {
	font-size: 14px;
	text-align: center;
}

@media screen and (max-width: 640px) {
	
		.footer_text {
	font-size: 12px !important;
	text-align: left !important;
	padding: 10px 10px 40px 10px;
}
	
	.footer_text2 {
	font-size: 12px !important;
	text-align: center !important;
}
	
	.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; }
 
/*----------------------------------------------------
  .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%;
    display: block;
    border-top: none;
    }
  .recruit tr:first-child th { border-top: 1px solid #ddd; }
  
  
  .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;
}





.pageRectuit .content { padding-top: 0; }
.pageRectuit .content .sec1 { width: 1024px; margin: 0 auto; }
.pageRectuit .content .sec1 h1 img { width: 200px; }
.pageRectuit .content .sec1 #sec1-1 { width: 100%; padding: 45px 0 0 50%; background: url('../../recruit/img_rec1.jpg') no-repeat; background-size: cover; margin-top: 30px; }
.pageRectuit .content .sec1 #sec1-1 .sec_inner { width: 100%; background-color: #fff; text-align: center; padding: 40px 40px 10px 20px; }
.pageRectuit .content .sec1 #sec1-1 .sec_inner img { margin-bottom: 40px; width: 80%; }
.pageRectuit .content .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: -38px; }
.pageRectuit .content .sec1 #sec1-1 .sec_inner .sec_p2 { padding: 0 0 0 10px; }
.pageRectuit .content .sec1 #sec1-1 .sec_inner table { width: 100%; position: relative; top: -36px; }
.pageRectuit .content .sec1 #sec1-1 .sec_inner table td { width: 33%; border: none; padding: 0 5px; }
.pageRectuit .content .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;  }


.pageRectuit .content .sec1 #sec11-1 { width: 100%; padding: 45px 0 0 50%; background: url('../../recruit/img_rec11.jpg') no-repeat; background-size: cover; margin-top: 30px; }
.pageRectuit .content .sec1 #sec11-1 .sec_inner { width: 100%; background-color: #fff; text-align: center; padding: 40px 40px 10px 20px; }
.pageRectuit .content .sec1 #sec11-1 .sec_inner img { margin-bottom: 40px; width: 80%; }
.pageRectuit .content .sec1 #sec11-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: -38px; }
.pageRectuit .content .sec1 #sec11-1 .sec_inner .sec_p2 { padding: 0 0 0 10px; }
.pageRectuit .content .sec1 #sec11-1 .sec_inner table { width: 100%; position: relative; top: -36px; }
.pageRectuit .content .sec1 #sec11-1 .sec_inner table td { width: 33%; border: none; padding: 0 5px; }
.pageRectuit .content .sec1 #sec11-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;  }


.pageRectuit .content .sec1 #sec1-2 { width: 100%; height: 430px; padding: 45px 50% 0 0; background: url('../../recruit/img_rec2.jpg') no-repeat; background-size: cover; margin-top: 80px; }
.pageRectuit .content .sec1 #sec1-2 .sec_inner { width: 100%; background-color: #fff; text-align: center; padding: 40px 20px 10px 40px; }
.pageRectuit .content .sec1 #sec1-2 .sec_inner img { margin-bottom: 40px; width: 80%; }
.pageRectuit .content .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; }
.pageRectuit .content .sec1 #sec1-2 .sec_inner .sec_p3 { padding: 0 0 0 10px; position: relative; top: -38px; }
.pageRectuit .content .sec1 #sec1-2 .sec_inner .sec_p4 { font-size: 16px; color: #fd5157; padding-left: 10px; position: relative; top: -38px; }

.pageRectuit .content .sec1 #sec12-2 { width: 100%; height: 430px; padding: 45px 50% 0 0; background: url('../../recruit/img_rec12.jpg') no-repeat; background-size: cover; margin-top: 80px; }
.pageRectuit .content .sec1 #sec12-2 .sec_inner { width: 100%; background-color: #fff; text-align: center; padding: 40px 20px 10px 40px; }
.pageRectuit .content .sec1 #sec12-2 .sec_inner img { margin-bottom: 40px; width: 80%; }
.pageRectuit .content .sec1 #sec12-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; }
.pageRectuit .content .sec1 #sec12-2 .sec_inner .sec_p3 { padding: 0 0 0 10px; position: relative; top: -38px; }
.pageRectuit .content .sec1 #sec12-2 .sec_inner .sec_p4 { font-size: 16px; color: #fd5157; padding-left: 10px; position: relative; top: -38px; }


.pageRectuit .content .sec1 h2 { width: 100%; text-align: center; margin: 100px 0 30px 0; }
.pageRectuit .content .sec1 h2 img { width: 160px; }
.pageRectuit .content .sec1 h3 { width: 100%; text-align: center; margin-bottom: 30px; }
.pageRectuit .content .sec1 #foryou_wrap { width: 100%; }
.pageRectuit .content .sec1 #foryou_wrap .foryou_box { position: relative; width: 25%; float: left; }
.pageRectuit .content .sec1 #foryou_wrap .foryou_box:before {
    content:"";
    display: block;
    padding-top: 100%; }
.pageRectuit .content .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; }
.pageRectuit td { border: none; }
.pageRectuit .content .sec1 #foryou_wrap .foryou_box #foryou1 { background: url('../../recruit/foryou1.jpg') no-repeat; }
.pageRectuit .content .sec1 #foryou_wrap .foryou_box #foryou2 { background: url('../../recruit/foryou2.jpg') no-repeat; }
.pageRectuit .content .sec1 #foryou_wrap .foryou_box #foryou3 { background: url('../../recruit/foryou3.jpg') no-repeat; }
.pageRectuit .content .sec1 #foryou_wrap .foryou_box #foryou4 { background: url('../../recruit/foryou4.jpg') no-repeat; }
.pageRectuit .content .sec1 #others { width: 100%; text-align: center; padding-top: 40px; }
.pageRectuit .content .sec1 #other-merit { width: 800px; margin: 20px auto; text-align: center; }
.pageRectuit .content .sec1 #other-merit span { padding: 10px 20px; font-size: 14px; border: 1px solid #ffc2c4; border-radius: 3px; line-height: 3.5em; }
.pageRectuit .content .sec2 { width: 1024px; margin: 100px auto 0 auto; }
.pageRectuit .content .sec2 #sec2-1 { width: 100%; }
.pageRectuit .content .sec2 #sec2-1 .sec2-title { width: ; margin: 0 auto; }
.pageRectuit .content .sec2 #sec2-1 .sec2-title td { border: none; }
.pageRectuit .content .sec2 #sec2-1 .sec2-title .td-text { text-align: center; font-size: 28px; padding: 0 20px; }
.pageRectuit .content .sec2 #sec2-1 .sec2-inner { width: 100%; margin-top: 20px; }
.pageRectuit .content .sec2 #sec2-1 .sec2-inner .sec2-box { width: 50%; float: left; }]
.pageRectuit .content .sec2 #sec2-1 .sec2-inner .sec2-box table { width: 100%; }
.pageRectuit .content .sec2 #sec2-1 .sec2-inner .sec2-box table td { vertical-align: top; border: none; }
.pageRectuit .content .sec2 #sec2-1 .sec2-inner .sec2-box table .td-img { width: 50%; padding-left: 20px; padding-bottom: 30px; }
.pageRectuit .content .sec2 #sec2-1 .sec2-inner .sec2-box table .td-text { width: 50%; padding-top: 35px; text-align: left; padding-right: 20px; font-size: 14px; }
.pageRectuit .content .sec2 #sec2-1 .sec2-inner .sec2-box table .td-mg-left { font-size: 14px; vertical-align: middle; background-color: #f1f1f9; width: 45%; padding: 20px; }
.pageRectuit .content .sec2 #sec2-1 .sec2-inner .sec2-box table .td-mg-right { width: 55%; padding: 0; }
.pageRectuit .content .sec2 #sec2-1 .sec2-inner .sec2-box table .td-mg-right img { width: 100%; }
.pageRectuit .content .sec2 #sec2-2 { clear: both; margin-top: 50px; }
.pageRectuit .content .sec2 #sec2-2 .sec2-title { width: ; margin: 0 auto; }
.pageRectuit .content .sec2 #sec2-2 .sec2-title td { border: none; }
.pageRectuit .content .sec2 #sec2-2 .sec2-title .td-text { text-align: center; font-size: 28px; padding: 0 20px; vertical-align: middle; }
.pageRectuit .content .sec2 #sec2-2 .sec2-2-inner { width: 100%; padding: 45px 0 0 50%; background: url('../../recruit/img_sec2-2.jpg') no-repeat; background-size: cover; margin-top: 30px; }
.pageRectuit .content .sec2 #sec2-2 .sec2-2-inner .sec_p2 { width: 100%; background-color: #fff; text-align: left; padding: 40px 40px 40px 20px; }
.pageRectuit .content .sec2 #sec2-3 { clear: both; margin-top: 80px; }
.pageRectuit .content .sec2 #sec2-3 .sec2-title { width: ; margin: 0 auto; }
.pageRectuit .content .sec2 #sec2-3 .sec2-title .td-text { text-align: center; font-size: 28px; padding: 0 20px; }
.pageRectuit .content .sec2 #sec2-3 .sec3-inner { width: 800px; margin: 30px auto; }
.pageRectuit .content .sec2 #sec2-3 .sec3-inner table { width: 100%; margin: 20px 0; }
.pageRectuit .content .sec2 #sec2-3 .sec3-inner table th,
.pageRectuit .content .sec2 #sec2-3 .sec3-inner table td { width: 33%; text-align: center; border: 1px solid #ffc2c4; padding: 10px 0; }
.pageRectuit .content .sec2 #sec2-3 .sec3-inner table.table01-2 th,
.pageRectuit .content .sec2 #sec2-3 .sec3-inner table.table01-2 td { width: 20%; }

.pageRectuit .content .sec2 #sec2-3 .sec3-inner table th { background-color: #ffedee; font-weight: normal; }
.pageRectuit .content .sec2 #sec2-3 .sec3-inner table .weight-bold { font-weight: bold; }
.pageRectuit .content .sec2 #sec2-4 { clear: both; margin-top: 50px; }
.pageRectuit .content .sec2 #sec2-4 .sec2-title { width: ; margin: 0 auto; }
.pageRectuit .content .sec2 #sec2-4 .sec2-title td { border: none; }
.pageRectuit .content .sec2 #sec2-4 .sec2-title .td-text { text-align: center; font-size: 28px; padding: 0 20px; vertical-align: middle; }
.pageRectuit .content .sec2 #sec2-4 .sec2-4-inner { width: 100%; padding: 45px 50% 0 0; background: url('../../recruit/img2-4.jpg') no-repeat; background-size: cover; margin-top: 30px; }
.pageRectuit .content .sec2 #sec2-4 .sec2-4-inner .sec_p2 { width: 100%; background-color: #fff; text-align: left; padding: 40px 20px 40px 40px; }
.pageRectuit .content .sec2 #sec2-5 { clear: both; margin-top: 50px; }
.pageRectuit .content .sec2 #sec2-5 .sec2-title { width: ; margin: 0 auto; }
.pageRectuit .content .sec2 #sec2-5 .sec2-title td { border: none; }
.pageRectuit .content .sec2 #sec2-5 .sec2-title .td-text { text-align: center; font-size: 28px; padding: 0 20px; vertical-align: middle; }
.pageRectuit .content .sec2 #sec2-5 .sec2-5-inner { width: 100%; padding: 45px 0 0 50%; background: url('../../recruit/img2-5.jpg') no-repeat; background-size: cover; margin-top: 30px; }
.pageRectuit .content .sec2 #sec2-5 .sec2-5-inner .sec_p2 { width: 100%; background-color: #fff; text-align: left; padding: 40px 40px 60px 20px; }
.pageRectuit .content .sec2 #sec2-6 { clear: both; margin-top: 50px; }
.pageRectuit .content .sec2 #sec2-6 .sec2-title { width: ; margin: 0 auto; }
.pageRectuit .content .sec2 #sec2-6 .sec2-title td { border: none; }
.pageRectuit .content .sec2 #sec2-6 .sec2-title .td-text { text-align: center; font-size: 28px; padding: 0 20px; vertical-align: middle; }
.pageRectuit .content .sec2 #sec2-6 .sec2-6-inner { width: 100%; height: 390px; padding: 45px 0 0 0; background: url('../../recruit/img2-6.jpg') no-repeat; background-size: cover; margin-top: 30px; }
.pageRectuit .content .sec2 #sec2-6 .sec2-6-inner.sec2-11 { background: url('../../recruit/img2-11.jpg') no-repeat; }
.pageRectuit .content .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; }
.pageRectuit .content .sec2 #sec2-6 .sec2-6-inner #mv-pre { width: 450px; float: left; }
.pageRectuit .content .sec2 #sec2-6 #img-pre { width: 95%; height: 430px; margin: 80px auto 0 auto; text-align: center; background-color: #efefef; padding: 30px; }
.pageRectuit .content .sec2 #sec2-6 #img-pre .fp-wrap { width: 100%; margin-top: 20px; }
.pageRectuit .content .sec2 #sec2-6 #img-pre .fp-wrap .fp-left { width: 50%; float: left; padding: 30px 30px 30px 0; font-size: 14px; text-align: left; }
.pageRectuit .content .sec2 #sec2-6 #img-pre .fp-wrap .fp-right { width: 50%; float: left; padding:0; }
.pageRectuit .content .sec2 #sec2-6 #img-pre .fp-wrap .fp-right img { width: 100%; }
.pageRectuit .content .sec2 #sec2-7 { clear: both; margin-top: 50px; }
.pageRectuit .content .sec2 #sec2-7 .sec2-title { width: ; margin: 0 auto; }
.pageRectuit .content .sec2 #sec2-7 .sec2-title td { border: none; }
.pageRectuit .content .sec2 #sec2-7 .sec2-title .td-text { text-align: center; font-size: 28px; padding: 0 20px; vertical-align: middle; }
.pageRectuit .content .sec2 #sec2-7 .sec2-7-inner { width: 100%; padding: 45px 0 0 50%; background: url('../../recruit/img2-7.jpg') no-repeat; background-size: cover; margin-top: 30px; }
.pageRectuit .content .sec2 #sec2-7 .sec2-7-inner .sec_p2 { width: 100%; background-color: #fff; text-align: left; padding: 40px 40px 100px 20px; }
.pageRectuit .content .sec2 #sec2-7 .sec2-7-inner.chat { width: 100%; padding: 45px 0 0 50%; background: url('../../recruit/img2-7-2.jpg') no-repeat; background-size: cover; margin-top: 30px; }
.pageRectuit .content .sec2 #sec2-7 .sec2-7-inner.chat .sec_p2 { width: 100%; background-color: #fff; text-align: left; padding: 40px 40px 180px 20px; }

.pageRectuit .content .sec2 #sec2-8 { clear: both; margin-top: 50px; }
.pageRectuit .content .sec2 #sec2-8 .sec2-title { width: ; margin: 0 auto; }
.pageRectuit .content .sec2 #sec2-8 .sec2-title td { border: none; }
.pageRectuit .content .sec2 #sec2-8 .sec2-title .td-text { text-align: center; font-size: 28px; padding: 0 20px; vertical-align: middle; }
.pageRectuit .content .sec2 #sec2-8 .sec2-8-inner { width: 100%; padding: 45px 0 0 0; background: url('../../recruit/img2-8.jpg') no-repeat; background-size: cover; margin-top: 30px; }
.pageRectuit .content .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; }

.pageRectuit .content .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; }


.pageRectuit .content .sec2 #sec2-8 .sec2-8-inner #mv-pre { width: 50%; padding: 0 30px; float: left; }

.pageRectuit .content .sec2 #sec2-6 #img-pre { width: 95%; height: 430px; margin: 80px auto 0 auto; text-align: center; background-color: #efefef; padding: 30px; }
.pageRectuit .content .sec2 #sec2-6 #img-pre .fp-wrap { width: 100%; margin-top: 20px; }
.pageRectuit .content .sec2 #sec2-6 #img-pre .fp-wrap .fp-left { width: 50%; float: left; padding: 30px 30px 30px 0; font-size: 14px; text-align: left; }
.pageRectuit .content .sec2 #sec2-6 #img-pre .fp-wrap .fp-right { width: 50%; float: left; padding:0; }
.pageRectuit .content .sec2 #sec2-6 #img-pre .fp-wrap .fp-right img { width: 100%; }


.pageRectuit .content .sec2 #sec2-9 { clear: both; margin-top: 50px; }
.pageRectuit .content .sec2 #sec2-9 .sec2-title { width: ; margin: 0 auto; }
.pageRectuit .content .sec2 #sec2-9 .sec2-title td { border: none; }
.pageRectuit .content .sec2 #sec2-9 .sec2-title .td-text { text-align: center; font-size: 28px; padding: 0 20px; vertical-align: middle; }
.pageRectuit .content .sec2 #sec2-9 .sec2-9-inner { width: 100%; padding: 45px 0 0 50%; background: url('../../recruit/img2-9.jpg') no-repeat; background-size: cover; margin-top: 30px; }
.pageRectuit .content .sec2 #sec2-9 .sec2-9-inner.photo { width: 100%; padding: 45px 0 0 50%; background: url('../../recruit/img2-9-2.jpg') no-repeat; background-size: cover; margin-top: 30px; }

.pageRectuit .content .sec2 #sec2-9 .sec2-9-inner .sec_p2 { width: 100%; background-color: #fff; text-align: left; padding: 40px 40px 40px 20px; }
.pageRectuit .content .sec2 #sec2-10 { clear: both; margin-top: 50px; }
.pageRectuit .content .sec2 #sec2-10 .sec2-title { width: ; margin: 0 auto; }
.pageRectuit .content .sec2 #sec2-10 .sec2-title td { border: none; }
.pageRectuit .content .sec2 #sec2-10 .sec2-title .td-text { text-align: center; font-size: 28px; padding: 0 20px; vertical-align: middle; }
.pageRectuit .content .sec2 #sec2-10 .sec2-10-inner { width: 100%; padding: 45px 50% 0 0; background: url('../../recruit/img2-10.jpg') no-repeat; background-size: cover; margin-top: 30px; }
.pageRectuit .content .sec2 #sec2-10 .sec2-10-inner .sec_p2 { width: 100%; background-color: #fff; text-align: left; padding: 40px 20px 40px 40px; }

.pageRectuit .content .sec2 #sec2-12 { clear: both; margin-top: 50px; }
.pageRectuit .content .sec2 #sec2-12 .sec2-title { width: ; margin: 0 auto; }
.pageRectuit .content .sec2 #sec2-12 .sec2-title td { border: none; }
.pageRectuit .content .sec2 #sec2-12 .sec2-title .td-text { text-align: center; font-size: 28px; padding: 0 20px; vertical-align: middle; }
.pageRectuit .content .sec2 #sec2-12 .sec2-7-inner { width: 100%; padding: 45px 0 0 50%; background: url('../../recruit/img2-12.jpg') no-repeat; background-size: cover; margin-top: 30px; }
.pageRectuit .content .sec2 #sec2-12 .sec2-7-inner .sec_p2 { width: 100%; background-color: #fff; text-align: left; padding: 40px 40px 100px 20px; }
.pageRectuit .content .sec2 #sec2-12 .sec2-7-inner.chat { width: 100%; padding: 45px 0 0 50%; background: url('../../recruit/img2-12.jpg') no-repeat; background-size: cover; margin-top: 30px; height: 332px; overflow: hidden; }
.pageRectuit .content .sec2 #sec2-12 .sec2-7-inner.chat .sec_p2 { width: 100%; background-color: #fff; text-align: left; padding: 40px 40px 100px 20px; }
.pageRectuit .content .sec2 #sec2-12 .sec2-7-inner #mv-pre { width: 450px; float: left; }

.pageRectuit .content .sec2 #sec2-13 { clear: both; margin-top: 50px; }
.pageRectuit .content .sec2 #sec2-13 .sec2-title { width: ; margin: 0 auto; }
.pageRectuit .content .sec2 #sec2-13 .sec2-title td { border: none; }
.pageRectuit .content .sec2 #sec2-13 .sec2-title .td-text { text-align: center; font-size: 28px; padding: 0 20px; vertical-align: middle; }
.pageRectuit .content .sec2 #sec2-13 .sec2-6-inner { width: 100%; height: 390px; padding: 45px 0 0 0; background: url('../../recruit/img2-6.jpg') no-repeat; background-size: cover; margin-top: 30px; }
.pageRectuit .content .sec2 #sec2-13 .sec2-6-inner.sec2-11 { background: url('../../recruit/img2-11.jpg') no-repeat; }
.pageRectuit .content .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; }
.pageRectuit .content .sec2 #sec2-13 .sec2-6-inner #mv-pre { width: 450px; float: left; }

.pageRectuit .content .sec2 #sec2-14 { clear: both; margin-top: 50px; }
.pageRectuit .content .sec2 #sec2-14 .sec2-title { width: ; margin: 0 auto; }
.pageRectuit .content .sec2 #sec2-14 .sec2-title td { border: none; }
.pageRectuit .content .sec2 #sec2-14 .sec2-title .td-text { text-align: center; font-size: 28px; padding: 0 20px; vertical-align: middle; }
.pageRectuit .content .sec2 #sec2-14 .sec2-7-inner { width: 100%; padding: 45px 0 0 50%; background: url('../../recruit/img2-14.jpg') no-repeat; background-size: cover; margin-top: 30px; }
.pageRectuit .content .sec2 #sec2-14 .sec2-7-inner .sec_p2 { width: 100%; background-color: #fff; text-align: left; padding: 40px 40px 100px 20px; }
.pageRectuit .content .sec2 #sec2-14 .sec2-7-inner.chat { width: 100%; padding: 45px 0 0 50%; background: url('../../recruit/img2-14.jpg') no-repeat; background-size: cover; margin-top: 30px; }
.pageRectuit .content .sec2 #sec2-14 .sec2-7-inner.chat .sec_p2 { width: 100%; background-color: #fff; text-align: left; padding: 40px 40px 40px 20px; }


.pageRectuit .content .sec3 { width: 1024px; margin: 100px auto 0 auto; }
.pageRectuit .content .sec3 #step { width: 100%; border: 3px solid #ffc2c4; padding: 30px 0; }
.pageRectuit .content .sec3 #step h3 { width: 100%; text-align: center; font-size: 28px; }
.pageRectuit .content .sec3 #step .step_wrap { width: 100%; margin-top: 40px; }
.pageRectuit .content .sec3 #step .step_wrap .step-inner { width: 23%; float: left; text-align: center; }
.pageRectuit .content .sec3 #step .step_wrap .step-inner h4 { width: 100%; text-align: center; color: #fd888c; padding-top: 10px; font-size: 20px; }
.pageRectuit .content .sec3 #step .step_wrap .step-inner p { width: 100%; text-align: left; padding: 30px 20px 20px 20px; }
.pageRectuit .content .sec3 #step .step_wrap .step-inner p.step2 { padding-top: 0; }
.pageRectuit .content .sec3 #step .step_wrap .step-inner p.hotel { width: 100%; text-align: center; color: #fd888c; padding: 0 0 10px 0; }
.pageRectuit .content .sec3 #step .step_wrap .step-arrow { width: 2.6%; float: left; padding-top: 80px; }
.pageRectuit .content .sec3 #step .img-wrap { clear: both; }
.pageRectuit .content .sec3 #step .img-wrap .img-inner { width: 25%; float: left; }
.pageRectuit .content .sec3 #step .img-wrap .img-inner img { width: 100%; }
.pageRectuit .content .sec3 #step .text-wrap { clear: both; }
.pageRectuit .content .sec3 #step .text-wrap .text-inner { width: 33%; float: left; padding: 50px 20px 0 20px; }
.pageRectuit .content .sec3 #step .text-wrap .text-inner h5 { font-size: 20px; font-weight: normal; }
.pageRectuit .content .sec3 #step .text-wrap .text-inner h5 img { margin-right: 10px; }
.pageRectuit .content .sec3 #step .step-merit { clear: both; font-size: 28px; color: #fd888c; padding-top: 30px; text-align: center; }
.pageRectuit .content .sec4 { width: 1024px; margin: 100px auto 100px auto; }
.pageRectuit .content .sec4 h3 { width: 100%; text-align: center; font-size: 28px; }
.pageRectuit .content .sec4 #sec-qa .sec-qa-inner { width: 100%; padding: 45px;  margin-top: 30px; background-color: #edf7f5; }
.pageRectuit .content .sec4 #sec-qa .sec-qa-inner .sec_p2 { width: 100%; background-color: #fff; text-align: left; padding: 20px; border-radius: 10px; margin-bottom: 20px; }
.pageRectuit .content .sec4 #sec-qa .sec-qa-inner .sec_p2 .que { padding: 0; font-weight: bold; }
.pageRectuit .content .sec4 #sec-qa .sec-qa-inner .sec_p2 .que span { color: #fd888c; }
.pageRectuit .content .sec4 #sec-qa .sec-qa-inner .sec_p2 .ans span { color: #58bedf; }
.pageRectuit .content .sec4 #sec-qa .sec-qa-inner .sec_p2 .ans { }
.pageRectuit .content .sec4 #sec-qa .sec-qa-inner .sec_p2 .date { font-size: 12px; width: 100%; text-align: ; padding: 0 0 5px 0; }
.pageRectuit .content .sec5 .title-info { width: 100%; text-align: center; }
.pageRectuit .content .sec5 .title-info img { width: 300px; }
.pageRectuit .content .sec5 h3 { width: 100%; text-align: center; font-size: 28px; margin: 30px 0; }
.pageRectuit .job-set { margin-top: 40px; }
.pageRectuit .job-set .price_titile { font-size: 26px; font-weight: normal; border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.pageRectuit .job-set .set .img_set { width: 50%; float: left; }
.pageRectuit .job-set .set .text_set { width: 50%; float: left; text-align: left; padding-left: 20px; }
.pageRectuit .job-set .set .text_set p { padding-top: 0; }

.low_page 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;
}

.pageRectuit .qa-p { text-align: center; color: #fd888c; }
.pageRectuit .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; }
.low_page #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; }
.low_page #fade2 p { font-size: 18px; color: #e87373; padding: 0; text-align: center; } 


/************************************
** トグル表示ボタン カスタマイズ
************************************/
.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:30px auto 15px 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-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:30px auto 15px 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:30px auto 15px 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;
}
    
@media only screen and (max-width:600px){
.pageRectuit .content .sec1 { width: 100%; margin: 0 auto; }
.pageRectuit .content .sec1 #sec1-1 { width: 100%; padding: 0; background: none; margin-top: 30px; }
.pageRectuit .content .sec1 #sec1-1 .sec_inner { width: 100%; padding: 40px 10px 10px 10px; }
.pageRectuit .content .sec1 #sec1-1 .sec_inner .sec_p1 { width: 200px; font-size: 16px; top: -35px; }
.pageRectuit .content .sec1 #sec1-1 .sec_inner .sec_p2 { padding: 0; position: relative; top: -15px; }
.pageRectuit .content .sec1 .sec_inner hr { width: 80%; margin: 0 auto; }
.pageRectuit .content .sec1 #sec1-1 .sec_inner table { width: 100%; position: relative; top: -36px; }
.pageRectuit .content .sec1 #sec1-1 .sec_inner table td { width: 33%; border: none; padding: 0 2px; }
.pageRectuit .content .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; }
.pageRectuit .content .sec1 #sec1-2 { width: 100%; height: auto; padding: 0; background: none; margin-top: 30px; }
	
	
	.pageRectuit .content .sec1 #sec11-1 { width: 100%; padding: 0; background: none; margin-top: 40px; }
.pageRectuit .content .sec1 #sec11-1 .sec_inner { width: 100%; padding: 40px 10px 10px 10px; }
.pageRectuit .content .sec1 #sec11-1 .sec_inner .sec_p1 { width: 200px; font-size: 16px; top: -35px; }
.pageRectuit .content .sec1 #sec11-1 .sec_inner .sec_p2 { padding: 0; position: relative; top: -15px; }
.pageRectuit .content .sec1 .sec_inner hr { width: 80%; margin: 0 auto; }
.pageRectuit .content .sec1 #sec11-1 .sec_inner table { width: 100%; position: relative; top: -36px; }
.pageRectuit .content .sec1 #sec11-1 .sec_inner table td { width: 33%; border: none; padding: 0 2px; }
.pageRectuit .content .sec1 #sec11-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; }

	
.pageRectuit .content .sec1 #sec1-2 .sec_inner { width: 100%; padding: 40px 10px 10px 10px; }
.pageRectuit .content .sec1 #sec1-2 .sec_inner .sec_p1 { width: 200px; font-size: 16px; top: -35px; }
.pageRectuit .content .sec1 #sec1-2 .sec_inner .sec_p3 { padding: 0 0 0 10px; position: relative; top: -38px; }
.pageRectuit .content .sec1 #sec1-2 .sec_inner .sec_p4 { font-size: 14px; color: #fd5157; padding-left: 10px; position: relative; top: -38px; }
	
	
	.pageRectuit .content .sec1 #sec12-2 { width: 100%; height: auto; padding: 0; background: none; margin-top: 30px; }
.pageRectuit .content .sec1 #sec12-2 .sec_inner { width: 100%; padding: 40px 10px 10px 10px; }
.pageRectuit .content .sec1 #sec12-2 .sec_inner .sec_p1 { width: 200px; font-size: 16px; top: -35px; }
.pageRectuit .content .sec1 #sec12-2 .sec_inner .sec_p3 { padding: 0 0 0 10px; position: relative; top: -38px; }
.pageRectuit .content .sec1 #sec12-2 .sec_inner .sec_p4 { font-size: 14px; color: #fd5157; padding-left: 10px; position: relative; top: -38px; }
	
	
.pageRectuit .content .sec1 h2 { width: 100%; text-align: center; margin: 0 0 30px 0; }
.pageRectuit .content .sec1 h2 img { width: 160px; }
.pageRectuit .content .sec1 h3 { width: 100%; text-align: center; margin-bottom: 20px; font-size: 16px; }
.pageRectuit .content .sec1 #foryou_wrap { width: 95%; margin: 0 auto; }
.pageRectuit .content .sec1 #foryou_wrap .foryou_box { position: relative; width: 50%; float: left; }
.pageRectuit .content .sec1 #others { width: 100%; text-align: center; padding-top: 40px; }
.pageRectuit .content .sec1 #other-merit { width: 95%; margin: 15px auto; text-align: center; }
.pageRectuit .content .sec1 #other-merit span { padding: 5px 10px; font-size: 12px; border: 1px solid #ffc2c4; border-radius: 3px; line-height: 3em; }
.pageRectuit .content .sec2 { width: 100%; margin: 50px 0 0 0; }
.pageRectuit .content .sec2 #sec2-1 { width: 100%; }
.pageRectuit .content .sec2 .sec2-title,
.pageRectuit .content .sec2 .sec2-title tbody, 
.pageRectuit .content .sec2 .sec2-title tbody tr,
.pageRectuit .content .sec2 .sec2-title tbody td { display: block; }
.pageRectuit .content .sec2 .sec2-title td { width: 100%; text-align: center; }
.pageRectuit .content .sec2 .sec2-title .td-no img { height: 60px; }
.pageRectuit .content .sec2 #sec2-1 .sec2-title .td-text { text-align: center; font-size: 15px; padding: 10px; }
.pageRectuit .content .sec2 #sec2-2 .sec2-title .td-text.pc-only { display: none; }
.pageRectuit .content .sec2 #sec2-1 .sec2-inner { width: 100%; margin-top: 20px; }
.pageRectuit .content .sec2 #sec2-1 .sec2-inner .sec2-box { width: 100%;}
.pageRectuit .content .sec2 #sec2-1 .sec2-inner .sec2-box table .td-img { width: 50%; padding-left: 10px; padding-bottom: 20px; }
.pageRectuit .content .sec2 #sec2-1 .sec2-inner .sec2-box table .td-text { width: 50%; padding-top: 25px; padding-right: 10px; font-size: 14px; }
.pageRectuit .content .sec2 #sec2-1 .sec2-inner .sec2-box table .td-mg-left { font-size: 13px; vertical-align: middle; background-color: #f1f1f9; width: 50%; padding: 20px; }
.pageRectuit .content .sec2 #sec2-2 { clear: both; margin-top: 50px; }
.pageRectuit .content .sec2 #sec2-2 .sec2-title { width: ; margin: 0 auto; }
.pageRectuit .content .sec2 #sec2-2 .sec2-title .td-text { text-align: center; font-size: 15px; padding: 10px; }
.pageRectuit .content .sec2 #sec2-2 .sec2-2-inner { width: 100%; padding: 0; background:none; margin-top: 2px; }
.pageRectuit .content .sec2 #sec2-2 .sec2-2-inner .sec_p2 { width: 100%; background-color: #fff; text-align: left; padding: 10px 10px 10px 10px; }
.pageRectuit .content .sec2 #sec2-3 { margin-top: 30px; }
.pageRectuit .content .sec2 #sec2-3 .sec2-title { width: ; margin: 0 auto; }
.pageRectuit .content .sec2 #sec2-3 .sec2-title .td-text { text-align: center; font-size: 15px; padding: 10px; }
.pageRectuit .content .sec2 #sec2-3 .sec3-inner { width: 100%; margin: 0 auto; padding: 0 10px; }
.pageRectuit .content .sec2 #sec2-3 .sec3-inner table { width: 100%; margin: 10px 0; font-size: 12px; }

.pageRectuit .content .sec2 #sec2-4 { margin-top: 30px; }
.pageRectuit .content .sec2 #sec2-4 .sec2-title { width: ; margin: 0 auto; }
.pageRectuit .content .sec2 #sec2-4 .sec2-title .td-text { text-align: center; font-size: 15px; padding: 10px; vertical-align: middle; }
.pageRectuit .content .sec2 #sec2-4 .sec2-title .td-text.pc-only { display: none; }
.pageRectuit .content .sec2 #sec2-4 .sec2-4-inner { width: 100%; padding: 0; background: none; margin-top: 2px; }
.pageRectuit .content .sec2 #sec2-4 .sec2-4-inner .sec_p2 { width: 100%; background-color: #fff; text-align: left; padding: 10px; }

.pageRectuit .content .sec2 #sec2-5 {margin-top: 30px; }
.pageRectuit .content .sec2 #sec2-5 .sec2-title { width: ; margin: 0 auto; }
.pageRectuit .content .sec2 #sec2-5 .sec2-title .td-text { text-align: center; font-size: 15px; padding: 10px; vertical-align: middle; }
.pageRectuit .content .sec2 #sec2-5 .sec2-5-inner { width: 100%; padding: 0; background: none; margin-top: 2px; }
.pageRectuit .content .sec2 #sec2-5 .sec2-5-inner .sec_p2 { width: 100%; background-color: #fff; text-align: left; padding: 10px; }

.pageRectuit .content .sec2 #sec2-6 { margin-top: 30px; }
.pageRectuit .content .sec2 #sec2-6 .sec2-title .td-text { text-align: center; font-size: 15px; padding: 10px; vertical-align: middle; }
.pageRectuit .content .sec2 #sec2-6 .sec2-title .td-text.pc-only { display: none; }
.pageRectuit .content .sec2 #sec2-6 .sec2-6-inner { width: 100%; height: auto; padding: 0; background: none; margin-top: 2px; }
.pageRectuit .content .sec2 #sec2-6 .sec2-6-inner .sec_p2 { width: 100%;  padding: 10px; margin-right: 0px; height: auto; }
.pageRectuit .content .sec2 #sec2-6 .sec2-6-inner #mv-pre { width: 100%; float: left; }
.pageRectuit .content .sec2 #sec2-6 #img-pre { width: 100%; height: auto; margin: 20px auto 0 auto; text-align: center; background-color: #efefef; padding: 20px 0; }
.pageRectuit .content .sec2 #sec2-6 #img-pre .fp-wrap { width: 100%; margin-top: 20px; }
.pageRectuit .content .sec2 #sec2-6 #img-pre .fp-wrap .fp-left { width: 100%; float: none; padding: 10px; font-size: 14px; text-align: left; }
.pageRectuit .content .sec2 #sec2-6 #img-pre .fp-wrap .fp-right { width: 100%; float: none; padding:0; }

.pageRectuit .content .sec2 #sec2-7 { margin-top: 30px; }
.pageRectuit .content .sec2 #sec2-7 .sec2-title .td-text { text-align: center; font-size: 15px; padding: 10px; vertical-align: middle; }
.pageRectuit .content .sec2 #sec2-7 .sec2-7-inner { width: 100%; padding: 0; background: none; margin-top: 2px; }
.pageRectuit .content .sec2 #sec2-7 .sec2-7-inner.chat { width: 100%; padding: 0; background: none; margin-top: 2px; }
.pageRectuit .content .sec2 #sec2-7 .sec2-7-inner .sec_p2,
.pageRectuit .content .sec2 #sec2-7 .sec2-7-inner.chat .sec_p2 { width: 100%; background-color: #fff; text-align: left; padding: 10px; }
.pageRectuit .content .sec2 #sec2-8 { margin-top: 30px; }
.pageRectuit .content .sec2 #sec2-8 .sec2-title .td-text { text-align: center; font-size: 15px; padding: 10px; vertical-align: middle; }
.pageRectuit .content .sec2 #sec2-8 .sec2-title .td-text.pc-only { display: none; }
.pageRectuit .content .sec2 #sec2-8 .sec2-8-inner { width: 100%; padding: 0; background: none; margin-top: 2px; }
.pageRectuit .content .sec2 #sec2-8 .sec2-8-inner .sec_p2 { width: 100%; height: auto; background-color: #fff; text-align: left; padding: 10px; }
.pageRectuit .content .sec2 #sec2-9 { margin-top: 30px; }
.pageRectuit .content .sec2 #sec2-9 .sec2-title .td-text { text-align: center; font-size: 15px; padding: 10px; vertical-align: middle; }
.pageRectuit .content .sec2 #sec2-9 .sec2-9-inner { width: 100%; padding: 0; background: none; margin-top: 2px; }
.pageRectuit .content .sec2 #sec2-9 .sec2-9-inner.photo { width: 100%; padding: 0; background: none; margin-top: 2px; }
.pageRectuit .content .sec2 #sec2-9 .sec2-9-inner .sec_p2 { width: 100%; background-color: #fff; text-align: left; padding: 10px; }
.pageRectuit .content .sec2 #sec2-10 { margin-top: 30px; }
.pageRectuit .content .sec2 #sec2-10 .sec2-title .td-text { text-align: center; font-size: 15px; padding: 10px; vertical-align: middle; }
.pageRectuit .content .sec2 #sec2-10 .sec2-title .td-text.pc-only { display: none; }
.pageRectuit .content .sec2 #sec2-10 .sec2-10-inner { width: 100%; padding: 0; background: none; margin-top: 2px; }
.pageRectuit .content .sec2 #sec2-10 .sec2-10-inner .sec_p2 { width: 100%; background-color: #fff; text-align: left; padding: 10px; }

.pageRectuit .content .sec2 #sec2-12 { margin-top: 30px; }
.pageRectuit .content .sec2 #sec2-12 .sec2-title .td-text { text-align: center; font-size: 15px; padding: 10px; vertical-align: middle; }
.pageRectuit .content .sec2 #sec2-12 .sec2-7-inner { width: 100%; padding: 0; background: none; margin-top: 2px; }
.pageRectuit .content .sec2 #sec2-12 .sec2-7-inner.chat { width: 100%; padding: 0; background: none; margin-top: 2px; height: auto; }
.pageRectuit .content .sec2 #sec2-12 .sec2-7-inner .sec_p2,
.pageRectuit .content .sec2 #sec2-12 .sec2-7-inner.chat .sec_p2 { width: 100%; background-color: #fff; text-align: left; padding: 10px; }

.pageRectuit .content .sec2 #sec2-13 { margin-top: 30px; }
.pageRectuit .content .sec2 #sec2-13 .sec2-title .td-text { text-align: center; font-size: 15px; padding: 10px; vertical-align: middle; }
.pageRectuit .content .sec2 #sec2-13 .sec2-title .td-text.pc-only { display: none; }
.pageRectuit .content .sec2 #sec2-13 .sec2-6-inner { width: 100%; height: auto; padding: 0; background: none; margin-top: 2px; }
.pageRectuit .content .sec2 #sec2-13 .sec2-6-inner .sec_p2 { width: 100%;  padding: 10px; margin-right: 0px; height: auto; }
.pageRectuit .content .sec2 #sec2-13 .sec2-6-inner #mv-pre { width: 100%; float: left; }
.pageRectuit .content .sec2 #sec2-13 #img-pre { width: 100%; height: auto; margin: 20px auto 0 auto; text-align: center; background-color: #efefef; padding: 20px 0; }
.pageRectuit .content .sec2 #sec2-13 #img-pre .fp-wrap { width: 100%; margin-top: 20px; }
.pageRectuit .content .sec2 #sec2-13 #img-pre .fp-wrap .fp-left { width: 100%; float: none; padding: 10px; font-size: 14px; text-align: left; }
.pageRectuit .content .sec2 #sec2-13 #img-pre .fp-wrap .fp-right { width: 100%; float: none; padding:0; }

.pageRectuit .content .sec2 #sec2-14 { margin-top: 30px; }
.pageRectuit .content .sec2 #sec2-14 .sec2-title .td-text { text-align: center; font-size: 15px; padding: 10px; vertical-align: middle; }
.pageRectuit .content .sec2 #sec2-14 .sec2-7-inner { width: 100%; padding: 0; background: none; margin-top: 2px; }
.pageRectuit .content .sec2 #sec2-14 .sec2-7-inner.chat { width: 100%; padding: 0; background: none; margin-top: 2px; }
.pageRectuit .content .sec2 #sec2-14 .sec2-7-inner .sec_p2,
.pageRectuit .content .sec2 #sec2-14 .sec2-7-inner.chat .sec_p2 { width: 100%; background-color: #fff; text-align: left; padding: 10px; }


.pageRectuit .content .sec3 { width: 100%; margin: 30px auto 0 auto; }
.pageRectuit .content .sec3 #step { width: 95%; border: 3px solid #ffc2c4; padding: 20px 10px; margin: 0 auto; }
.pageRectuit .content .sec3 #step h3 { width: 100%; text-align: center; font-size: 20px; }
.pageRectuit .content .sec3 #step .step_wrap { width: 100%; margin-top: 20px; }
.pageRectuit .content .sec3 #step .step_wrap .step-inner { width: 100%; float: none; text-align: left; }
.pageRectuit .content .sec3 #step .step_wrap .step-inner img { width: 50px; float: left; }
.pageRectuit .content .sec3 #step .step_wrap .step-inner h4 { width: 80%; text-align: left; margin-left: 60px; color: #fd888c; padding-top: 10px; font-size: 20px; }
.pageRectuit .content .sec3 #step .step_wrap .step-inner p { width: 100%; text-align: left; padding: 20px 0 20px 0; }
.pageRectuit .content .sec3 #step .step_wrap .step-inner p.step2 { padding-top: 0; width: 100%; text-align: left; }
.pageRectuit .content .sec3 #step .step_wrap .step-inner p.hotel { width: 100%; text-align: left; color: #fd888c; padding: 0 0 0 60px; }
.pageRectuit .content .sec3 #step .step_wrap .step-arrow { width: 100%; float: none; padding-top: 0px; text-align: center; }
.pageRectuit .content .sec3 #step .step_wrap .step-arrow img { margin: 0 auto 10px auto; }
.pageRectuit .content .sec3 #step .img-wrap .img-inner { width: 50%; float: left; }
.pageRectuit .content .sec3 #step .img-wrap .img-inner img { width: 100%; }
.pageRectuit .content .sec3 #step .text-wrap { clear: both; }
.pageRectuit .content .sec3 #step .text-wrap .text-inner { width: 100%; float: none; padding:20px 0 0 0; }
.pageRectuit .content .sec3 #step .text-wrap .text-inner h5 { font-size: 20px; font-weight: normal; }
.pageRectuit .content .sec3 #step .text-wrap .text-inner h5 img { margin-right: 10px; }
.pageRectuit .content .sec3 #step .step-merit { clear: both; font-size: 18px; color: #fd888c; padding-top: 20px; text-align: left; }

.pageRectuit .content .sec4 { width: 100%; margin: 60px auto 60px auto; }
.pageRectuit .content .sec4 h3 { width: 100%; text-align: center; font-size: 20px; }
.pageRectuit .content .sec4 #sec-qa .sec-qa-inner { width: 100%; padding: 15px; margin-top: 20px; }
.pageRectuit .content .sec4 #sec-qa .sec-qa-inner .sec_p2 { width: 100%; text-align: left; padding: 10px; margin-bottom: 15px; }
.pageRectuit .content .sec4 #sec-qa .sec-qa-inner .sec_p2 .que { padding: 0; }
.pageRectuit .content .sec4 #sec-qa .sec-qa-inner .sec_p2 .que span { color: #fd888c; }
.pageRectuit .content .sec4 #sec-qa .sec-qa-inner .sec_p2 .ans span { color: #58bedf; }
.pageRectuit .content .sec5 .title-info { width: 100%; text-align: center; }
.pageRectuit .content .sec5 .title-info img { width: 300px; }
.pageRectuit .content .sec5 h3 { width: 100%; text-align: center; font-size: 20px; margin: 20px 0; }

.pageRectuit .job-set .price_titile { font-size: 20px; }

.pageRectuit .job-set .set .img_set { width: 100%; }
.pageRectuit .job-set .set .img_set img { width: 80%; }
.pageRectuit .job-set .set .text_set { width: 100%; padding-left: 0px; padding-top: 15px; }

.low_page 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: -218px; left: auto; }
    
.low_page #fade-sp p { font-size: 18px; color: #e87373; padding: 0; text-align: right; padding-right: 20px; } 

#fade-sp2 {     position: relative;
    top: -59px; left: auto; padding: 5px 0; background: rgba(255,255,255,0.8); }
    
.low_page #fade-sp2 p { font-size: 18px; color: #e87373; padding: 0; text-align: center; } 



}

.about_bold {
	background-color:#005991;
	color: #FFFFFF;
	padding: 5px 0;
}



/** svg **/
svg {
	width: 100%;
	height: auto;
}
.cls-1,
.line02,
.line03,
.line04{    
stroke:#000;
	fill:#000;
	fill-opacity: 0;
	stroke-width:0.3;
	stroke-dasharray: 3000;
	stroke-dashoffset:3000;
	-webkit-animation: LINE 8s ease-in 0s forwards;
	animation: LINE 8s ease-in 0s forwards;
	
}
@keyframes LINE{
	0%{stroke-dashoffset:3000;fill-opacity: 0;}
	30% {fill-opacity: 0;}
	35% {fill-opacity: 1;}
	100%{stroke-dashoffset:0;fill-opacity: 1;}
}
@-webkit-keyframes LINE{
	0%{stroke-dashoffset:3000;fill-opacity: 0;}
	30% {fill-opacity: 0;}
	35% {fill-opacity: 1;}
	100%{stroke-dashoffset:0;fill-opacity: 1;}
}


.cls-2,
.line02,
.line03,
.line04{    
	stroke:#000;
	fill:#000;
	fill-opacity: 0;
	stroke-width:0.3;
	stroke-dasharray: 3000;
	stroke-dashoffset:3000;
	-webkit-animation: LINE 3s ease-in 0s forwards;
	animation: LINE 3s ease-in 0s forwards;
	animation-delay: 1.5s;
}
@keyframes LINE{
	0%{stroke-dashoffset:3000;fill-opacity: 0;}
	30% {fill-opacity: 0;}
	35% {fill-opacity: 1;}
	100%{stroke-dashoffset:0;fill-opacity: 1;}
}
@-webkit-keyframes LINE{
	0%{stroke-dashoffset:3000;fill-opacity: 0;}
	30% {fill-opacity: 0;}
	35% {fill-opacity: 1;}
	100%{stroke-dashoffset:0;fill-opacity: 1;}
}

.cau{font-weight: 500; color: #000; width: 100%; background:#DFDFDF; display: block; margin: 0 0 10px 0; text-align: center; font-size: 12px; max-width: 640px; margin: 10px auto 0 auto;}
.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;}
}