@charset "UTF-8";
/*-----------------------------------

	共通

-----------------------------------*/
.tab {
	display: none;
}
@media screen and (max-width: 840px) {
	.pc {
		display: none !important;
	}
	.tab {
		display: block;
	}
}
/*--------------
induction_box
--------------*/
.induction_box p{
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 25px;
}
.induction_box a.entry_btn{
	font-size: 30px;
	margin: 0 auto;
}

@media screen and (max-width: 840px) {

	.induction_box p{
		font-size: 18px;
		margin-bottom: 15px;
	}
	.induction_box a.entry_btn{
		font-size: 20px;
	}
}

@media screen and (max-width: 500px) {

	.induction_box a.entry_btn{
		font-size: 4vw;
	}

}

/*--------------
ボタン
--------------*/
a.entry_btn{
	position: relative;
	display: block;
	max-width: 453px;
	padding: 24px 45px 28px 23px;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	line-height: 100%;
	letter-spacing: 0.1em;
	color: #fff;
	background: #eb6129;
	border-radius: 0.5vw;
	transition: 0.1s;
}
a.entry_btn:hover{
	background: #f39022;
}
a.entry_btn:after{
	content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg );
  transform: rotate(45deg);
  transition: 0.2s;
}
.line_btn {
	position: relative;
    max-width: 453px;
    padding: 24px 45px 28px 23px;
    font-size: 24px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.1em;
    color: #fff;
    background: #06C755;
    border-radius: 0.5vw;
    transition: 0.1s;
	margin-top: 20px;
}
.line_btn::after {
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg );
    transform: rotate(45deg);
    transition: 0.2s;
}
.line_btn .img_box {
	width: 29%;
}
.line_btn .text_box {
	width: 62%;
}
.line_btn .text_box p,
.web_btn{
	font-size: 20px;
    line-height: 140%;
	color: #fff;
}
.web_small{
	font-size: 16px;
	font-weight: 500;
	line-height: 200%;
	letter-spacing: 0.1em;
}



@media screen and (max-width: 640px) {
	.line_btn {
		position: relative;
		max-width: 453px;
		padding: 24px 25px 25px 23px;
		font-size: 24px;
		font-weight: 500;
		line-height: 100%;
		letter-spacing: 0.1em;
		color: #fff;
		background: #06C755;
		border-radius: 0.5vw;
		transition: 0.1s;
		margin-top: 20px;
		max-width: 100vw;
	}
	.line_btn .img_box {
		width: 23%;
	}
	.line_btn .text_box {
		width: 70%;
	}
	.line_btn .text_box p,
	.web_btn {
		font-size: 16px;
		line-height: 130%;
	}
}
@media screen and (max-width: 400px) {
	.line_btn .text_box p {
		font-size: 12px;
		line-height: 120%;
	}
	.line_btn::after {
		right: 20px;
	}
	.web_small{
		font-size: 12px;
		font-weight: 500;
		line-height: 120%;
		letter-spacing: 0.1em;
	}
}
/*--------------
タイトル
--------------*/
/*h2_title*/
h2.h2_title{
	position: relative;
	text-align: center;
	color: #f39022;
	font-size: 48px;
	line-height: 100%;
	letter-spacing: 0.05em;
	padding-top: 105px;
	margin-bottom: 70px;
}
h2.h2_title span{
	line-height: 160%;
	margin-top: 20px;
	display: block;
	font-size: 20px;
	color: #333333;
}
h2.h2_title::before{
	content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 2px;
  height: 65px;
  margin: auto;
  background-color: #eb6129;
}
h2.h2_title img{
	/*タイトル左右のイラスト*/
	margin: 0 20px;
	vertical-align: middle;
	/*width: 90px;*/
}
/*h2_title*/
h2.h2_title.white{
	color: #fff;
	padding-top: 0;
}
h2.h2_title.white::before{
	display: none;
}
h2.h2_title.white span{
	color: #fff;
}

@media screen and (max-width: 1000px) {

	h2.h2_title{
		font-size: 40px;
	}

}
@media screen and (max-width: 840px) {
	h2.h2_title{
		font-size: 32px;
		padding-top: 60px;
		margin-bottom: 60px;
	}
	h2.h2_title::before{
		height: 40px;
	}
	h2.h2_title span{
		margin-top: 10px;
		font-size: 16px;
	}

}
@media screen and (max-width: 640px) {

	h2.h2_title{
		font-size: 6vw;
		padding-top: 40px;
		margin-bottom: 40px;
	}
	h2.h2_title::before{
		height: 25px;
	}
	h2.h2_title img{
		/*タイトル左右のイラスト*/
		vertical-align: middle;
		transform: scale(0.8);
		margin: 0 2%;
	}

}


/*-----------------------------------

	main_image_block

-----------------------------------*/
#main_image_block{
	position: relative;
	width: 100vw;
	/*min-height: 630px;*/
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("../img/index/main_img.jpg");
}
#main_image_block::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("../img/index/main_wave.svg");
}
@media screen and (max-width: 840px) {

	#main_image_block a.entry_btn{
		max-width: 100vw;
	}
}

@media screen and (max-width: 640px) {

	#main_image_block{
		background-image: url("../img/index/sp/main_img.jpg");
	}

}

@media screen and (max-width: 400px) {

	#main_image_block a.entry_btn{
	font-size: 16px;
    padding: 20px 45px 20px 20px;
	}
	#main_image_block .main_title_box p.main_copy{
		font-size: 1em;
	}

}


/*main_title_box*/
#main_image_block .main_title_box{
	padding: 160px 0 130px;
}
#main_image_block .main_title_box h1 span{
	display: inline-block;
	font-size: 36px;
	line-height: 100%;
	letter-spacing: 0.05em;
	padding: 8px 10px 13px;
	margin-bottom: 20px;
	color: #fff;
	background: rgb(235,97,41);
	background: linear-gradient(90deg, rgba(235,97,41,1) 0%, rgba(243,144,34,1) 100%);
}
#main_image_block .main_title_box p.main_copy{
	font-size: 21px;
	letter-spacing: 0.1em;
	font-weight: bold;
	line-height: 200%;
	margin-bottom: 20px;
}

@media screen and (min-width: 1600px) {

	#main_image_block .main_title_box{
		padding: 20vh 0 25vh;
	}

}

@media screen and (max-width: 1000px) {

	#main_image_block .main_title_box h1 span{
		font-size: 1.2em;
	}

}

@media screen and (max-width: 840px) {

	#main_image_block .main_title_box h1 span{
		margin-bottom: 10px;
	}

	#main_image_block .main_title_box{
		padding: 15vw 0 25vw;
	}
	#main_image_block .main_title_box p.main_copy{
		font-size: 1.2em;
	}

}

@media screen and (max-width: 640px) {

	#main_image_block .main_title_box h1 span{
		font-size: 5.5vw;
	}
}

@media screen and (max-width:640px) {

	#main_image_block .main_title_box{
		padding: 65vw 0 20vw;
	}

}

/*-----------------------------------

	aboutus_block

-----------------------------------*/
#aboutus_block{
	padding: 130px 0 100px;
}
#aboutus_block .contents_inner{
	position: relative;
	background:
}
#aboutus_block h2.h2_title::before{
	display: none;
}
#aboutus_block h2.h2_title{
	text-align: left;
	padding-top: 0;
	margin-bottom: 40px;
}
#aboutus_block .left_box{
	width: 45%;
	padding-left: 7%;
}
#aboutus_block .right_box{
    width: 50%;
    margin-top: 5vw;
}

@media screen and (max-width: 840px) {

	#aboutus_block{
		padding: 60px 0 80px;
	}
	#aboutus_block h2.h2_title{
		text-align: center;
		padding-top: 60px;
	}
	#aboutus_block h2.h2_title::before{
		display: block;
	}

	#aboutus_block .left_box{
		width: 100%;
		padding-left: 0;
	}
	#aboutus_block .left_box p{
		text-align: center;
	}
	#aboutus_block .right_box{
		width: 100%;
	}
	#aboutus_block .right_box img{
		display: block;
		width: 80%;
		margin: 0 auto;
	}

}
@media screen and (max-width: 640px) {

	#aboutus_block{
		padding: 30px 0 60px;
	}
	#aboutus_block h2.h2_title{
		padding-top: 40px;
	}
	#aboutus_block .right_box img{
		width: 100%;
	}

}

@media screen and (max-width: 500px) {

	#aboutus_block .left_box p{
		text-align: left;
	}
	#aboutus_block .left_box p br.sp-500{
		display: none;
	}

}



/* illust */
#aboutus_block img.illust{
	position: absolute;
	z-index: -1;
	width: 83px;
}
#aboutus_block img.illust_01{
	left: -80px;
	top: 0;
}
#aboutus_block img.illust_02{
	left: -95px;
	top: 40%;
}
#aboutus_block img.illust_03{
	left: -80px;
	top: 80%;
}
#aboutus_block img.illust_04{
	right: -120px;
	top: 0;
}
#aboutus_block img.illust_05{
	right: -158px;
	top: 33%;
}
#aboutus_block img.illust_06{
	right: -115px;
	top: 70%;
}

@media screen and (max-width: 1200px) {

	#aboutus_block img.illust_01{
		left: -6%;
	}
	#aboutus_block img.illust_02{
		left: -9%;
	}
	#aboutus_block img.illust_03{
		left: -3%;
	}
	#aboutus_block img.illust_04{
		right: -10%;
	}
	#aboutus_block img.illust_05{
		right: -9%;
	}
	#aboutus_block img.illust_06{
		right: -7%;
	}

}
@media screen and (max-width: 640px) {

	#aboutus_block img.illust_02,
	#aboutus_block img.illust_03,
	#aboutus_block img.illust_06{
		display: none;
	}
	#aboutus_block img.illust_04{
		top: -5%;
	}
	#aboutus_block img.illust_05{
		top: 15%;
	}
}


/*-----------------------------------

	merit_block

-----------------------------------*/
#merit_block{
	padding: 70px 0 100px;
	position: relative;
	z-index: 0;
	background: #f5f5f5;
}
#merit_block p.merit_number{
	font-weight: bold;
	font-size: 22px;
	margin-top: -10px;
}
#merit_block p.merit_number img{
	vertical-align: middle;
	margin-left: 15px;
	width: 70px;
}
#merit_block ul.merit_list li{
	margin-bottom: 105px;
}
#merit_block ul.merit_list li .img_box{
	position: relative;
	width: 47%;
	height: 300px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
#merit_block ul.merit_list li.merit_01 .img_box{
	background-image: url("../img/index/merit_01.jpg");
}
#merit_block ul.merit_list li.merit_02 .img_box{
	background-image: url("../img/index/merit_02.jpg");
}
#merit_block ul.merit_list li.merit_03 .img_box{
	background-image: url("../img/index/merit_03.jpg");
}
#merit_block ul.merit_list li .img_box::after{
	background-color: #f39022;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #fff), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #fff),color-stop(.75, #fff), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 10px 10px;
	position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 3%;
  top: 4%;
  z-index: -1;
}
#merit_block ul.merit_list li h3{
	font-size: 30px;
	letter-spacing: 0.05em;
	padding: 0.1em 0 0.8em;
	line-height: 180%;
}
#merit_block ul.merit_list li h4{
	font-weight: 400;
}
#merit_block ul.merit_list li .text_box{
	width: 45%;
}
#merit_block .line_btn {
    margin: 20px auto 0;
}
#merit_block .line_btn.row_box {
	align-items: center;
}
#merit_block .line_btn .text_box p {
	margin-bottom: 0;
}

@media screen and (max-width: 840px) {

	#merit_block ul.merit_list li h3{
		font-size: 24px;
	}
	#merit_block ul.merit_list li{
		margin-bottom: 80px;
	}
	#merit_block ul.merit_list li .img_box{
		height: 57vw;
	}
	#merit_block p.merit_number{
		font-size: 18px;
	}

}

@media screen and (max-width: 640px) {

	#merit_block{
		padding: 60px 0;
	}
	#merit_block ul.merit_list li h3{
		font-size: 18px;
	}
	#merit_block ul.merit_list li .img_box{
		width: 100%;
		margin-bottom: 60px;
	}
	#merit_block ul.merit_list li .text_box{
		width: 100%;
	}
	#merit_block p.merit_number{
		font-size: 14px;
	}
	#merit_block p.merit_number img{
		width: 50px;
	}

}

/*-----------------------------------

	view_box

-----------------------------------*/
.view_box{
	width: 100vw;
	height: 230px;
	background-image: url("../img/index/view_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center right;
}
@media screen and (max-width: 640px) {

	.view_box{
		height: 50vw;
		max-height: 200px;
	}

}

/*-----------------------------------

	recruit_block

-----------------------------------*/
#recruit_block{
	padding: 50px 0;
}
#recruit_block ul.recruit_list{
	width: 800px;
	max-width: 100%;
	margin: 0 auto;
}
#recruit_block ul.recruit_list li{
	line-height: 180%;
	width: 26%;
	margin-bottom: 35px;
}
#recruit_block ul.recruit_list li .circle_img img{
	width: 100%;
	border-radius: 50%;
}
#recruit_block ul.recruit_list li h3{
	font-weight: 500;
	text-align: center;
	margin-top: 15px;
	line-height: 160%;
	white-space: nowrap;
}

@media screen and (max-width: 840px) {

	#recruit_block ul.recruit_list li h3{
		white-space: normal;
	}

}

@media screen and (max-width: 640px) {

	#recruit_block ul.recruit_list li{
		width: 43%;
		margin-bottom: 40px;
	}

}

@media screen and (max-width: 500px) {

	#recruit_block ul.recruit_list li{
		width: 45%;
		margin-bottom: 20px;
	}

	#recruit_block ul.recruit_list li h3{
		font-size: 12px;
		margin-top: 10px;
	}

}



/*-----------------------------------

	reasons_block

-----------------------------------*/
#reasons_block{
	padding: 80px 0 100px;
	width: 100%;
	background-image: url("../img/index/reasons_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#reasons_block ul.reasons_list{
	width: 920px;
	max-width: 100%;
	margin: 0 auto;
}
#reasons_block ul.reasons_list li{
	width: 30%;
	background: #fff;
	padding: 25px 25px 40px;
	border-radius: 0.5vw;
	box-shadow: 0px 0px 7px 0px #6590b5;
}
#reasons_block ul.reasons_list p.reasons_number{
	align-items: center;
	justify-content: flex-start;
	color: #3fa9f5;
	font-weight: 700;
	font-size: 36px;
}
#reasons_block ul.reasons_list p.reasons_number span{
	font-size: 18px;
	margin-right: 10px;
}
#reasons_block ul.reasons_list img{
	display: block;
	margin: 0 auto;
	padding: 40px 0;
	width: 150px;
}
#reasons_block ul.reasons_list h3{
	font-size: 18px;
	text-align: center;
	margin-bottom: 30px;
}
#reasons_block ul.reasons_list h3 span{
	color: #3fa9f5;
}

@media screen and (max-width: 840px) {

	#reasons_block ul.reasons_list li{
		display: flex;
		justify-content: space-between;
		width: 100%;
		padding: 40px;
		margin-bottom: 40px;
	}
	#reasons_block ul.reasons_list li .sp-left{
		width: 38%;
	}
	#reasons_block ul.reasons_list li .sp-right{
		width: 60%;
	}
	#reasons_block ul.reasons_list h3{
		text-align: left;
	}
	#reasons_block ul.reasons_list img{
		padding: 20px 0 10px;
	}
	#reasons_block ul.reasons_list p.reasons_number{
		font-size: 24px;
	}

}

@media screen and (max-width: 640px) {

	#reasons_block{
		padding: 60px 0;
		background-position: right;
	}

	#reasons_block ul.reasons_list li{
		padding: 30px;
		margin-bottom: 20px;
	}
	#reasons_block ul.reasons_list li .sp-left{
		width: 25%;
	}
	#reasons_block ul.reasons_list li .sp-right{
		width: 65%;
	}

}


/*-----------------------------------

	support_block

-----------------------------------*/
#support_block{
	padding: 50px 0 100px;
}
#support_block img.support_illust{
	width: 110px;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}
#support_block h3{
	font-size: 24px;
	line-height: 180%;
	text-align: center;
}
#support_block h3 > span{
	position: relative;
	display: inline-block;
	padding: 0 60px;
}
#support_block h3 span::before{
	left: 0;
  transform: rotate( -20deg );
}
#support_block h3 span::before,
#support_block h3 span::after{
	content: "";
  position: absolute;
  top: 0px;
  display: block;
  width: 2px;
  height: 25px;
	bottom: 0;
	margin: auto 0;
  background: #f39022;
}
#support_block h3 span::after{
	right: 0;
  transform: rotate( 20deg );
}
/*support_welfare*/
#support_block .support_welfare{
	width: 845px;
	max-width: 100%;
	margin: 60px auto;
	border: solid 2px #f39022;
}
#support_block .support_welfare .img_box{
	width: 48%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url("../img/index/support_img.jpg");
}
#support_block .support_welfare .text_box{
	width: 52%;
	padding: 40px 40px 50px;
}
#support_block .support_welfare .text_box p.sub_title{
	font-weight: 700;
	font-size: 18px;
}
#support_block .support_welfare .text_box p{
	font-size: 1.2em;
	font-weight: 500;
}
#support_block .support_welfare .text_box h4{
	display: inline-block;
	font-size: 34px;
	line-height: 100%;
	letter-spacing: 0.1em;
	padding: 8px 10px 13px;
	margin : 15px 0 35px;
	color: #fff;
	background: rgb(235,97,41);
	background: linear-gradient(
	90deg, rgba(235,97,41,1) 0%, rgba(243,144,34,1) 100%);
}
/*---詳しくはこちらボタン---*/
#support_block .support_welfare .text_box .detail_btn{
	position: relative;
	display: block;
	max-width: 545px;
	padding: 15px 45px 16px 23px;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	line-height: 100%;
	letter-spacing: 0.1em;
	color: #fff;
	background: #eb6129;
	border-radius: 0.5vw;
	transition: 0.1s;
	margin-top: 36px;
}
#support_block .support_welfare .text_box .detail_btn:hover{
	background: #f39022;
}
#support_block .support_welfare .text_box .detail_btn:after{
	content: "";
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	right: 30px;
  	margin: auto 0;
  	width: 10px;
  	height: 10px;
  	border-top: 2px solid #fff;
  	border-right: 2px solid #fff;
  	-webkit-transform: rotate(45deg );
  	transform: rotate(45deg);
  	transition: 0.2s;
}



@media screen and (max-width: 1000px) {

	#support_block .support_welfare .text_box h4{
		font-size: 24px;
	}
	#support_block .support_welfare .img_box{
		width: 42%;
	}
	#support_block .support_welfare .text_box{
		width: 58%;
	}

}

@media screen and (max-width: 840px) {

	#support_block{
		padding: 50px 0 80px;
	}
	#support_block h3{
		font-size: 1.4em;
	}

}

@media screen and (max-width: 640px) {

	#support_block{
		padding: 50px 0 60px;
	}

	#support_block h3 > span{
		padding: 0 30px;
	}
	/*support_welfare*/
	#support_block .support_welfare{
		margin: 40px auto;
	}
	#support_block .support_welfare .text_box p.sub_title{
		font-size: 1.2em;
	}
	#support_block .support_welfare .img_box{
		width: 100%;
		height: 45vw;
	}
	#support_block .support_welfare .text_box{
		width: 100%;
		padding: 30px;
	}
	#support_block .support_welfare .text_box p{
		font-size: 1em;
	}

}
@media screen and (max-width: 500px) {



	#support_block .support_welfare .text_box h4{
		font-size: 20px;
		margin: 15px 0 20px;
	}
}

/*-----------------------------------

	lifestyle_block

-----------------------------------*/
#lifestyle_block{
	padding: 120px 0;
}
#lifestyle_block.dot_bg{
	/* ドット（水玉）模様のCSS */
	background-color   : #ffffff;
	background-image   : radial-gradient(#f39022 6%, transparent 8%),
	radial-gradient(#f39022 6%, transparent 8%);
	background-position: 0 0, 13px 13px;
	background-size    : 26px 26px;
}
#lifestyle_block ul li{
	font-size: 17px;
	background: #f39022;
	font-weight: 500;
	color: #fff;
	padding: 5px;
	line-height: 100%;
	display: inline-block;
	margin: 3px;
}
#lifestyle_block .text_box{
	position: relative;
	width: 50%;
	background: #fff;
	padding: 40px 30px;
	z-index: 1;
}
#lifestyle_block .text_box img.lifestyle_illust{
	position: absolute;
	right: 8%;
	top: 11%;
	z-index: -1;
}
#lifestyle_block .text_box h4{
	font-size: 34px;
	line-height: 160%;
	margin-bottom: 30px;
}
#lifestyle_block .text_box p{
	margin: 30px 0 40px;
}
#lifestyle_block .text_box a.entry_btn{
	font-size: 18px;
	max-width: 350px;
}
#lifestyle_block .img_box{
	width: 47%;
	position: relative;
}
#lifestyle_block .img_box .lifestyle_img_01{
	position: absolute;
	border-radius: 15px;
	left: 0;
	bottom: -5%;
	width: 65%;
	height: 72%;
	background-image: url("../img/index/lifestyle_02.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 2;
}
#lifestyle_block .img_box .lifestyle_img_02{
	position: absolute;
	border-radius: 15px;;
	right: -25%;
	top : -10%;
	width: 85%;
	height: 100%;
	background-image: url("../img/index/lifestyle_01.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}


@media screen and (max-width: 1200px) {

	#lifestyle_block .text_box h4{
		font-size: 24px;
	}
	#lifestyle_block ul li{
		font-size: 14px;
	}

	#lifestyle_block .img_box .lifestyle_img_01{
		width: 50%;
		height: 30vw;
		bottom: auto;
		top:50%;

	}

	#lifestyle_block .img_box .lifestyle_img_02{
		right: -10%;
		height: 50vw;
		top:-5%;
	}

}

@media screen and (max-width: 840px) {

	#lifestyle_block{
		padding: 80px 0;
	}
	#lifestyle_block .text_box{
		width: 100%;
	}
	#lifestyle_block .img_box{
		width: 100%;
		height: 50vh;
	}
	#lifestyle_block .img_box .lifestyle_img_02{
		right: auto;
		left: 0;
		top: 15%;
		height: 45vh;
	}
	#lifestyle_block .img_box .lifestyle_img_01{
		left: auto;
		right: 0;
		top: 5%;
		height: 30vh;
	}

}

@media screen and (max-width: 640px) {

	#lifestyle_block{
		padding: 60px 0;
	}
	#lifestyle_block .text_box{
		padding: 40px 20px;
	}
	#lifestyle_block .text_box h4{
		font-size: 20px;
	}
	#lifestyle_block .text_box img.lifestyle_illust{
		top: 15%;
	}

}

@media screen and (max-width: 500px) {

	#lifestyle_block .text_box a.entry_btn{
		font-size: 4vw;
	}

}


/*-----------------------------------

	interview_block

-----------------------------------*/
#interview_block{
	padding: 80px 0 140px;
}
#interview_block ul.interview_list{
	/*width: 900px;*/
	max-width: 100%;
	margin: 0 auto;
}
#interview_block ul.interview_list li{
	align-items: center;
	margin-top: 90px;
}
#interview_block ul.interview_list li:nth-child(even){
  flex-direction: row-reverse;
}
#interview_block ul.interview_list li .photo_box{
	position: relative;
	width: 20%;
}
#interview_block ul.interview_list li .photo_box::after{
	position: absolute;
	content: "";
	background-color: #f39022;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #fff), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #fff),color-stop(.75, #fff), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 10px 10px;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 3%;
	top: -3%;
	z-index: -1;
	border-radius: 50%;
}
#interview_block ul.interview_list li .photo_box img{
	border-radius: 50%;
}
#interview_block ul.interview_list li .comment_box{
	width: 70%;
}
#interview_block ul.interview_list li .comment_box h3{
	font-size: 34px;
	line-height: 140%;
}
#interview_block ul.interview_list li .comment_box h3 span{
	display: block;
	font-size: 20px;
	line-height: 120%;
	padding-top: 15px;
	margin: 10px 0 20px;
	border-top: solid 1px #eb6129;
}

@media screen and (max-width: 1000px) {

	#interview_block ul.interview_list li .comment_box h3{
		font-size: 24px;
	}
	#interview_block ul.interview_list li .comment_box h3 span{
		font-size: 16px;
	}

}

@media screen and (max-width: 840px) {


	#interview_block ul.interview_list li{
		align-items:flex-start;
	}

}

@media screen and (max-width: 640px) {

	#interview_block{
		padding: 60px 0;
	}
	#interview_block ul.interview_list li{
		margin-top: 60px;
	}
	#interview_block ul.interview_list li .comment_box h3{
		font-size: 18px;
	}
	#interview_block ul.interview_list li .comment_box h3 span{
		font-size: 14px;
		padding-top: 10px;
	}

}

@media screen and (max-width: 500px) {

	#interview_block ul.interview_list li .photo_box{
		width: 100%;
		max-width: 200px;
		margin: 0 auto;
	}
	#interview_block ul.interview_list li .photo_box img{

	}
	#interview_block ul.interview_list li .comment_box{
		width: 100%;
		margin-top: 30px;
	}


}
/*-----------------------------------

	flow_block

-----------------------------------*/
#flow_block{
	padding: 80px 0;
	background: rgb(243,144,34);
	background: linear-gradient(120deg, rgba(243,144,34,1) 0%, rgba(235,97,41,1) 100%);
}
#flow_block .flow_wrapper {
	width: 90%;
	margin: 0 auto;
}
#flow_block .row_box {
	align-items: center;
}
#flow_block .flow_wrapper ul {
	width: 47%;
}
#flow_block .flow_wrapper ul h3 {
	text-align: center;
	color: #fff;
	font-size: 20px;
	margin-bottom: 20px;
}
#flow_block .flow_wrapper ul h3 span {
	font-size: 34px;
    display: block;
    margin-bottom: -5px;
}
#flow_block ul li {
	color: #000;
	background: #fff;
    margin-bottom: 60px;
	padding: 20px;
    border-radius: 10px;
	height: 200px;
	position: relative;
}
#flow_block ul .hidden {
	position: relative;
	background: none;
}
/* #flow_block ul .hidden::before {
    content: '';
    background-color: #fff;
    width: 2px;
    height: 200px;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
} */
#flow_block ul .hidden::after {
	display: none;
}
#flow_block ul .hidden img {
    position: absolute;
    left: 0;
    right: 0;
    top: -10%;
    width: 80px;
}
/* #flow_block ul .s_02 {
	height: 180px;
} */
#flow_block ul li::after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 38px 45px 0 45px;
	border-color: #ffffff transparent transparent transparent;
}
#flow_block ul li p.flow_number {
    font-weight: 600;
	margin-bottom: 20px;
    font-size: 16px;
	text-align: center;
	background: linear-gradient(120deg, rgba(235,97,41,1) 0%, rgba(243,144,34,1) 100%);
	border-radius: 14px;
	color: #fff;
}
#flow_block ul li p{
	letter-spacing: 0.1em;
	text-align: justify;
}
#flow_block ul li .icon-left {
	width: 30%;
}
#flow_block ul li .icon-left.icon_03 img {
	width: 50px;
	margin: 20px auto;
}
#flow_block ul li .text-right {
	width: 65%;
}
#flow_block ul li .text-right h3{
    font-size: 15px;
    font-weight: 500;
    color: #000;
    text-align: left;
    margin-bottom: 10px;
}
#flow_block ul li .text-right p {
	color: #4D4D4D;
}
#flow_block ul li img{
    width: 60px;
    display: block;
    margin: 15px auto;
}
#flow_block .line li p.flow_number {
	background: linear-gradient(120deg, rgba(6,199,85,1) 0%, rgba(76,189,255,1) 100%);
}
#flow_block .flow_03, #flow_block .flow_04 {
	width: 100%;
	color: #000;
    background: #fff;
    margin-bottom: 60px;
    padding: 20px;
    border-radius: 10px;
    height: 200px;
    width: 100%;
    margin: 0 auto;
}
#flow_block .flow_03 {
    margin-bottom: 60px;
	position: relative;
}
#flow_block .flow_03:after {
	content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 38px 45px 0 45px;
    border-color: #ffffff transparent transparent transparent;
}
#flow_block .flow_03>p, #flow_block .flow_04>p {
	font-weight: 500;
    margin-bottom: 15px;
    font-size: 16px;
    text-align: center;
    /* background: linear-gradient(120deg, rgba(243,144,34,1) 0%, rgba(76,189,255,1) 100%); */
	background: linear-gradient(120deg, rgba(235,97,41,1) 0%, rgba(243,144,34,1) 100%);
    border-radius: 14px;
    color: #fff;
}
#flow_block .flow_03 h3, #flow_block .flow_04 h3 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 15px;
}
#flow_block .flow_03 .icon-left, #flow_block .flow_04 .icon-left {
	width: 30%;
}
#flow_block .flow_03 .icon-left img, #flow_block .flow_04 .icon-left img {
	width: 80px;
    display: block;
    margin: 10px 0 0 120px;
}
#flow_block .flow_03 .text-right, #flow_block .flow_04 .text-right {
	width: 65%;
}
@media screen and (max-width: 1050px){
	#flow_block .flow_wrapper {
		width: 100%;
	}
}
/* min-width ---------------*/
@media screen and (min-width: 840px){
	
}
/* ---------------/ min-width*/

@media screen and (max-width: 1200px) {

	#flow_block ul li p.flow_number{
		
	}

}

@media screen and (max-width: 1000px) {
	#flow_block .flow_wrapper ul h3 {
		font-size: 18px;
	}
	#flow_block ul li img{
		width: 60px;
	}

}

@media screen and (max-width: 840px) {

	#flow_block .flow_wrapper ul {
		width: 100%;
	}
	#flow_block .flow_wrapper .line {
		margin-top: 30px;
	}
	#flow_block ul li{
		height: auto;
	}
	#flow_block .flow_03 {
		height: auto;
	}
	#flow_block ul li .text-right {
		width: 70%;
	}
	
	#flow_block ul li:last-child::after {
		display: none;
	}
	#flow_block ul li h3{
		text-align: left;
	}
	#flow_block ul li h3{
		font-size: 16px;
		margin: 0 0 5px;
	}
	#flow_block ul li p.flow_number{
		margin-bottom: 10px;
	}
	#flow_block ul li .text-right h3 {
		font-size: 15px;
		font-weight: 500;
		color: #000;
		text-align: left;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	#flow_block .flow_03 .icon-left img, #flow_block .flow_04 .icon-left img {
		margin: 0 auto;
	}
}

@media screen and (max-width: 640px) {

	#flow_block{
		padding: 60px 0 40px;
	}
	#flow_block ul li p {
		line-height: 150%;
	}
	#flow_block .flow_wrapper ul h3 span {
		font-size: 26px;
		margin-bottom: -10px;
	}
}

@media screen and (max-width: 400px){

	#flow_block ul li .icon-left {
		width: 20%;
		margin-top: 10px;
	}
	#flow_block ul li p.flow_number{
		font-size: 16px;
		margin-bottom: 10px;
	}

}

/*-----------------------------------

	induction_block

-----------------------------------*/
#induction_block {
	background: #f5f5f5;
	padding: 55px 0 70px;
}
#induction_block .line_btn {
    margin: 20px auto 0;
}
#induction_block .line_btn.row_box {
	align-items: center;
}
#induction_block .line_btn .text_box p {
	margin-bottom: 0;
}
@media screen and (max-width: 640px) {

	#induction_block{
		padding: 40px 0;
	}

}

/*-----------------------------------

	faq_block

-----------------------------------*/
#faq_block{
	padding: 80px 0 140px;
}
#faq_block .faq_box {
	margin-bottom: 25px;
	background: #fff;
	box-shadow: 9.91px 9.91px 15px #f0f1f5, -9.91px -9.91px 15px #f9f9f9;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#faq_block .faq_box:hover {
	background-color: #fff;
	box-shadow: 9.91px 9.91px 15px #d5d7df, -9.91px -9.91px 15px #f9f9f9;
	opacity: 1;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
#faq_block .accordion-container .accordion-title {
	position: relative;
	justify-content: flex-start;
	align-items: center;
	padding: 30px 60px 30px 25px;
	font-size: 17px;
	font-weight: 500;
	color: #303030;
	cursor: pointer;
}
#faq_block .accordion-container .accordion-title:hover {
	color: #333;
}
#faq_block .accordion-title:before,
#faq_block .accordion-title:after{
	position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #000000;
}
#faq_block .accordion-title:before {
  top: 30px;
  right: 30px;
  transform: rotate(0deg);
}
#faq_block .accordion-title:after {
	top: 30px;
	right: 30px;
	transform: rotate(
	90deg);
}
#faq_block .accordion-title.open:after {
	display: none;
}
#faq_block .accordion-container .accordion-title .icon_box{
	margin-right: 20px;
	width: 10%;
	max-width: 48px;
}
#faq_block .accordion-container .accordion-title .icon_box img{
	width: 100%;
}
#faq_block .accordion-title h4{
	font-size: 21px;
	line-height: 160%;
	width: calc(90% - 25px);
}
#faq_block .accordion-content {
	justify-content: flex-start;
	padding: 30px 60px 50px 25px;
	position: relative;
	border-top: 1px solid #efefef;
}
#faq_block .accordion-content .icon_box{
	width: 10%;
	max-width: 48px;
	margin-right: 20px;
}
#faq_block .accordion-content .text_box {
	font-size: 15px;
	line-height: 180%;
	width: 85%;
}
#faq_block .accordion-content .text_box h5{
	font-size: 21px;
	line-height: 160%;
	margin-bottom: 0.7em;
}
#faq_block .accordion-content .text_box p{
	text-align: justify;
}

@media screen and (max-width: 1000px) {

	#faq_block .accordion-title h4,
	#faq_block .accordion-content .text_box h5{
		font-size: 16px;
	}

}

@media screen and (max-width: 840px) {

	#faq_block{
		padding: 80px 0;
	}
	#faq_block .accordion-content .text_box {
		font-size: 1em;
	}

}

@media screen and (max-width: 640px) {

	#faq_block{
		padding: 60px 0;
	}
	#faq_block .accordion-container .accordion-title{
		padding: 20px 60px 20px 15px;
	}
	#faq_block .accordion-content{
		padding: 20px 30px 20px 15px;
	}
	#faq_block .accordion-content .icon_box{
		margin-right: 10px;
	}
	#faq_block .accordion-title h4,#faq_block .accordion-content .text_box h5{
		font-size: 14px;
	}

}

/*-----------------------------------

	contact_block

-----------------------------------*/
#contact_block{
	padding: 80px 0 80px;
	background-color: #f5f5f5;
}
#contact_block h2{
	text-align: center;
    color: #f39022;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0.05em;
    margin-bottom: 70px;
}
#contact_block h2 span {
    line-height: 160%;
    margin-top: 20px;
    display: block;
    font-size: 20px;
    color: #333333;
}


#contact_block .contact_btn{
	width: 80%;
	margin: 0 auto;
	background-color: #fff;
	padding: 75px;
}
#contact_block .contact_btn a{
	display: block;
	position: relative;
	max-width: 500px;
	padding: 24px 45px 28px 23px;
	margin: 0 auto;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 100%;
    letter-spacing: 0.1em;
    color: #fff;
    background: #eb6129;
    border-radius: 0.5vw;
    transition: 0.1s;

}
#contact_block .contact_btn a img{
	display: inline-block;
	width: 30px;
    vertical-align: -5px;
    margin-right: 15px;
}

#contact_block .contact_btn a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg );
    transform: rotate(45deg);
    transition: 0.2s;
}
#contact_block .contact_btn a:hover{
	background: #f39022;
}
@media screen and (max-width: 840px){
	#contact_block .contact_btn{
		width: 100%;
	}
	#contact_block .contact_btn a{
		font-size: 16px;
	}
}
@media screen and (max-width: 640px){
	#contact_block .contact_btn{
		padding: 30px;
	}
	#contact_block h2{
		margin-bottom: 40px;
	}
	#contact_block .contact_btn a{
		line-height: 160%;
		font-size: 11px;
	}
	#contact_block .contact_btn a img{
		display: block;
		margin: 0 auto 10px;
	}
	#contact_block h2{
		font-size: 6vw;
    	padding-top: 10px;
    	margin-bottom: 40px;
	}
	#contact_block h2 span{
		margin-top: 10px;
    	font-size: 16px;
	}
}