@charset "utf-8";
/* CSS Document */

/*===========
wrapper
===========*/
.wrapper{
	background-color:#FDFDFD!important;
}

/*===========
margin
===========*/
.mg-top-80{
	margin-top: 80px!important;
}
.mg-top-120{
	margin-top: 120px!important;
}
.mg-bottom-120{
	margin-bottom: 120px!important;
}
.pad-top-100{
	padding-top: 100px;
}
.pad-bottom-100{
	padding-bottom: 100px;
}
.pad-top-120{
	padding-top: 120px;
}
.pad-bottom-120{
	padding-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
		.pad-top-100{
	padding-top: 60px;
}
	.pad-bottom-100{
	padding-bottom: 60px;
}
	.mg-bottom-120{
	margin-bottom: 60px!important;
}
}
@media only screen and (max-width: 767px) {
	.pad-top-100{
	padding-top: 40px;
}
.pad-bottom-100{
	padding-bottom: 40px;
}
	.mg-bottom-120{
	margin-bottom: 60px!important;
}
	.pad-top-120{
	padding-top: 60px;
}
	.pad-bottom-120{
	padding-bottom: 60px;
}
		.full_sp{
		padding: 0!important;
	}
	.full_sp .more-btn{
		padding: 0 15px;
	}
}



/*===========
main
===========*/
.top_main{
	background-image: url( "../images/main.png");
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 830px;
	margin-top: 117px;
}
.top_catchcopy{
	height: 100%;
	position: relative;
}
.top_catchcopy .inner{
	width: 100%;
	position: absolute;
	top: 68%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.top_catchcopy .inner img{
	width: 902px;
	height: auto;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
.top_main{
	height: 510px;
margin-top:92px;
}
	.top_catchcopy .inner{
	width: 95%;
}
}

@media only screen and (max-width: 767px) {
	.top_main{
	background-image: url( "../images/under/under_main.png");
	background-position: center;
	height: 279px;
		margin-top: 92px;
}
	.top_catchcopy .inner{
		top: 115%;
		padding-left: 15px;
		padding-right: 15px;
	}
.top_catchcopy .inner img{
	width: 322px;
	height: auto;
}

}


/*===========
top_01
===========*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.top_01 .more-btn a{
		 padding-left: 26px;
    padding-right: 86px;
	}
}

@media only screen and (max-width: 767px) {
	.top_01{
		padding-top: 200px;
	}
		.top_01 .more-btn a{
		padding-left: 26px;
	}
}


/*===========
top_02
===========*/

.reason_list{
	padding-bottom: 84px;
}
.reason_list ul{
	display: flex;
	justify-content: space-between;
}
.reason_list .reason_list_wrap{
	width: 375px;
	height: 100%;
	background-color: #fff;
	border-radius: 20px 20px 0 0; 
}

.reason_list .reason_list_wrap .img_area img{
	width: 100%;
	height: auto;
	border-radius: 20px 20px 0 0;
}

.reason_list .reason_list_wrap .inner{
	padding: 25px;
}
.reason_list .reason_list_wrap .inner .sub_ttl_wrap{
	margin-top: -45px;
}
.reason_list .reason_list_wrap .inner .sub_ttl{
background-color: #fff;
    padding: 8px 50px;
    display: inline-block;
    border-radius: 50px;
}


.reason_list .reason_list_wrap .inner h3{
	line-height: 1.6;
	margin-bottom: 16px;
}
.reason_list .reason_list_wrap .inner h3 img{
	vertical-align: text-top;
}



.reason_banner a{
	display: block;
	width: 1040px;
	height: 350px;
	margin: 0 auto;
	position: relative;
	background-image: url( "../images/banner_01.png");
	background-size: contain;
	background-repeat: no-repeat;
	border-radius: 20px;
}
.reason_banner_wrap{
	width: 100%;
}
.reason_banner_wrap::before{
	content: "";
	position: absolute;
	background-color: #F8F5EC;
	width: 100%;
	height: 188px;
}

 .reason_banner .inner{
	position: relative;
	width: 100%;
	height: 100%;
}
.reason_banner .inner .txt_area{
	position: absolute;
	top: 50%;
	left: 60px;
	transform: translateY(-50%);
}
.reason_banner .inner .inner_more{
	position: absolute;
	bottom: 60px;
	right: 60px;
}
.reason_banner .inner .inner_more p{
	position: relative;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	padding-right: 20px;
}

.reason_banner .inner .inner_more p::after{
	content: "";
	display: inline-block;
	background-image: url( "../images/icon/icon_arrow_w.svg");
	background-size: contain;
	background-repeat: no-repeat;
	width:10px;
	height: 13px;
    position: absolute;
    right:0;
    top: 50%;
	transform: translateY(-50%);
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.reason_list li{
		width: 32%;
	}
	.reason_list .reason_list_wrap{
		width: 100%;
	}
	.reason_list .reason_list_wrap .inner .sub_ttl{
		padding-left: 30px;
		padding-right: 30px;
	}
	.reason_list .reason_list_wrap .inner{
		padding-left: 15px;
		padding-right: 15px;
	}

	.reason_banner a {
    display: block;
    width: 94%;
    height: 295px;
    background-size: cover;
	}
}

@media only screen and (max-width: 767px) {
	.reason_list{
	padding-bottom: 64px;
}
	.reason_list ul{
	display: block;
}
		.reason_list ul li{
	margin-bottom: 30px;
}
	.reason_list ul li:last-child{
	margin-bottom: 0;
}
	.reason_list .reason_list_wrap{
		width: 100%;
	}
		.reason_list .reason_list_wrap .inner .sub_ttl{
		padding-left: 30px;
		padding-right: 30px;
	}
	.reason_list .reason_list_wrap .inner{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.reason_banner_wrap::before{
		height: 90px;
	}
	.reason_banner a {
    display: block;
    width: 94%;
    height: 306px;
    background-size: cover;
}
.reason_banner .inner .txt_area {
    top: 36%;
    left: 23px;
	}
	.reason_banner .inner .inner_more {
    bottom: 25px;
		right: 23px;
	}
	
}

/*===========
top_03
===========*/
.interview_ttl_wrap{
	position: relative;
}
.interview_ttl_wrap::before{
		content: "";
	display: inline-block;
	background-image: url( "../images/flower_01.png");
	background-size: contain;
	background-repeat: no-repeat;
	width:164px;
	height: 199px;
    position: absolute;
	left: 6%;
    top: 50%;
	transform: translateY(-50%);
}
.interview_ttl_wrap::after{
		content: "";
	display: inline-block;
	background-image: url( "../images/flower_02.png");
	background-size: contain;
	background-repeat: no-repeat;
	width:88px;
	height: 122px;
    position: absolute;
	right: 8%;
    top: 50%;
	transform: translateY(-50%);
}

.staff_swiper_wrap{
	    max-width: 1280px;
	margin: 0 auto;
	position: relative;
}

.staff_wrap{
	width: 1028px!important;
	margin: 0 auto;
	position: relative;
}


/*.staff_wrap .staff_list ul{
	display: flex;
	justify-content: space-between;
}*/
.staff_wrap .staff_list ul li{
	margin-bottom: 30px;
	width: 318px;
	height: auto!important;
    background-color: #F8F5EC;
    border-radius: 20px 20px 0 0;
	
}
.staff_wrap .staff_list ul .inner{
	width: 100%;
	height: 100%;
	
}
.staff_wrap .staff_list ul .inner .img_area img{
	border-radius: 20px 20px 0 0;
	width: 100%;
	height: 340px;
	object-fit: cover;
	object-position: top;
}

.staff_wrap .staff_list ul .inner .staff_data_area{
	padding: 30px 20px 15px;
	background-color: #F8F5EC;
	position: relative;
}

.staff_data_area .tag{
	position: absolute;
	top: -18px;
}
 .tag .tag_job{
	 display: inline-block;
	border-radius: 50px;
	padding: 3px 22px;
}
.staff_data_area .staff_copy{
	line-height: 1.5;
}


/*スライダーボタン*/
.my_swiper_btn_wrap{
    height: 60px;
    width: 1200px;
    margin: 0 auto;
	position: absolute;
    top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 9;
}
.my_swiper_btn{
	position: relative;
    width: 100%;
    height: 57px;
	z-index: 999;
}
.my_swiper_btn .swiper-button-prev,
.my_swiper_btn .swiper-button-next {
	background-image: none;
	width: 30px; 
	height: 57px; 
	background-size: 30px 57px;
	background-repeat: no-repeat;
	background-position: center;
}
.my_swiper_btn .swiper-button-next {
		right: 0;
	bottom: 0;
	background-image: url( "../images/icon/slider_arrow_right.svg")!important;
}
.my_swiper_btn .swiper-button-next::after {
		content: "";
}
.my_swiper_btn .swiper-button-prev {
		left: 0;
	bottom: 0;
	background-image: url( "../images/icon/slider_arrow_left.svg")!important;
}
.my_swiper_btn .swiper-button-prev::after {
		content: "";
}



@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.staff_swiper_wrap{
	    max-width: 100%;
}

.staff_wrap{
	width: 100%!important;
}
	
.interview_ttl_wrap::before {
    width: 132px;
    height: 156px;
    left: -16px;
	}
	.interview_ttl_wrap::after {
    width: 74px;
    height: 105px;
    right: 0%;
	}
/*	.staff_wrap .staff_list ul{
	display: flex;
	justify-content: center;
}*/
.staff_wrap .staff_list ul .inner{
		width: 290px;
		margin: 0 auto;
		 background-color: #F8F5EC;
}
	.staff_wrap .staff_list ul li{
		background-color: transparent;
	}
	
	.my_swiper_btn_wrap{
		width: 94%;
	}
}
	
@media only screen and (max-width: 767px) {
		.staff_swiper_wrap{
	    max-width: 100%;
}

.staff_wrap{
	width: 100%!important;
}
	.staff_wrap .staff_list ul .inner{
		width: 290px;
		margin: 0 auto;
		 background-color: #F8F5EC;
	}
	.staff_wrap .staff_list ul li{
		background-color: transparent;
	}
	.my_swiper_btn_wrap{
		width: 94%;
	}
	.my_swiper_btn .swiper-button-prev,
.my_swiper_btn .swiper-button-next {
	background-image: none;
	width: 20px; 
	height: 47px; 
	background-size: 20px 47px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -24px; 
}
.interview_ttl_wrap::before {
    width: 84px;
    height: 102px;
    left: -4%;
    top: 25%;
	}
	.interview_ttl_wrap::after {
    width: 47px;
    height: 67px;
    right: 0%;
    top: 36%;
	}
	
}


/*===========
top_04
===========*/
.person_lead{
	padding-bottom: 50px;
}
.person_keyword{
	display: flex;
	justify-content: center;
	align-items: center;
}
.person_keyword ul {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	align-items: center;
}
.person_keyword ul li{
	    padding: 16px 48px;
	margin-right: 20px;
	background-color: #FEFEF8;
	border: 1px solid #DBDBDB;
}
.person_keyword ul li:last-child{
	margin-right: 0;
}

 .person_banner a{
	 display: block;
	width: 1040px;
	height: 291px;
	margin: 0 auto;
	position: relative;
	background-image: url( "../images/banner_02.png");
	background-size: contain;
	background-repeat: no-repeat;
}
 .person_banner_wrap{
	width: 100%;
}
.person_banner_wrap::before{
	content: "";
	position: absolute;
	background-color: #F8F5EC;
	width: 100%;
	height: 188px;
}

.person_banner .inner{
	position: relative;
	width: 100%;
	height: 100%;
}
.person_banner .inner .txt_area{
	position: absolute;
	top: 50%;
	left: 60px;
	transform: translateY(-50%);
}



@media only screen and (min-width: 768px) and (max-width: 1024px) {
 .person_banner a{
	 display: block;
	width: 94%;
	height: 547px;
	margin: 0 auto;
	position: relative;
	background-image: url( "../images/banner_02_tb.png");
	background-size: contain;
	background-repeat: no-repeat;
	 background-position: center;
}

}
@media only screen and (max-width: 767px) {
	.person_lead{
	padding-bottom: 30px;
}
	
	.person_keyword ul{
	flex-wrap: nowrap;
}

	.person_keyword ul li {
    padding: 10px 18px;
		margin-right: 0;
}
	.person_keyword p{
		padding: 10px 24px;
	}
	
 .person_banner a{
	 display: block;
	width: 94%;
	height: 410px;
	margin: 0 auto;
	position: relative;
	background-image: url( "../images/banner_02_sp.png");
	background-size: contain;
	background-repeat: no-repeat;
	 background-position: center;
}
	.person_banner_wrap::before{
		height: 90px;
	}
	
}



/*===========
top_05
===========*/
.top_05{
	padding-top: 60px;
}
.content_area{
	padding-bottom: 80px;
}

.content_area .content_list ul{
	display: flex;
	justify-content: space-between;
}
.content_area .content_list li{
	width: 310px;
	margin-bottom: 30px;
}
.content_area .content_list li .txt_area{
background-color: #F8F5EC;
	padding: 20px 16px;
	position: relative;
}
.content_area .content_list li .txt_area::after{
	content: "";
	display: inline-block;
	background-image: url( "../images/icon/icon_arrow.svg");
	background-size: contain;
	background-repeat: no-repeat;
	width: 5px;
	height: 8px;
    position: absolute;
    right: 25px;
	top: 50%;
	transform: translateY(-50%);
}


.content_area_02{
	width: 100%;
}
.content_list_02 ul{
	display: flex;
	justify-content: center;
}
.content_list_02 ul li{
	width: 50%;
	min-height: 325px
}
.content_list_02 ul li .inner{
	position: relative;
}
.content_list_02 ul li .inner .inner_more{
	position: absolute;
	bottom: 30px;
	right: 60px;
}
.content_list_02 ul li .inner .inner_more p{
	position: relative;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	padding-right: 20px;
}
.content_list_02 ul li .inner .inner_more p::after{
	content: "";
	display: inline-block;
	background-image: url( "../images/icon/icon_arrow_w.svg");
	background-size: contain;
	background-repeat: no-repeat;
	width:10px;
	height: 13px;
    position: absolute;
    right:0;
    top: 50%;
	transform: translateY(-50%);
}

.content_list_02 ul li .inner .img_area img{
	width: 100%;
	min-height: 325px;
}
.content_list_02 ul li .inner .txt_area{
		position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.top_05{
	padding-top: 30px;
}
	.content_area{
	padding-bottom: 40px;
}
.content_area .content_list li{
	width: 32%;
}
	
	.content_list_02 ul{
	display: block;
}
.content_list_02 ul li{
	width: 100%;
}
	
}
@media only screen and (max-width: 767px) {
	.top_05{
	padding-top: 30px;
}
	.content_area{
	padding-bottom: 40px;
}
	
	.content_area .content_list ul{
	display: block;
}
	.content_area .content_list li{
	width: 100%;
	margin-bottom: 30px;
}
		.content_area .content_list li:last-child{
	margin-bottom: 0;
}
	.content_area .content_list li img{
		width: 100%;
		height: auto;
	}
	
		.content_list_02 ul{
	display: block;
}
.content_list_02 ul li{
	width: 100%;
	min-height: 280px
}
	.content_list_02 ul li .inner .txt_area{
		width: 94%;
	}
	.content_list_02 ul li .inner .inner_more {
    position: absolute;
    bottom: 24px;
		right: 24px;
	}
}

/*===========
recruit-共通
===========*/
.top_recruit{
	padding-bottom: 80px;
}

.recruit_list ul{
	display: flex;
	justify-content: space-between;
}
.recruit_list ul li{
	width: 460px;
}
.recruit_list ul li .img_area img{
	width: 100%;
	height: auto;
	border-radius: 20px 20px 0 0;
}
.recruit_list ul li .more{
	width: 100%;
	height: 90px;
	line-height: 90px;
	background-color: #F8F5EC;
	padding-left: 28px;
	border-radius: 0 0 6px 6px;
	position: relative;
}
.recruit_list ul li .more::after{
	content: "";
	display: inline-block;
	background-image: url( "../images/icon/icon_arrow.svg");
	background-size: contain;
	background-repeat: no-repeat;
	width: 8px;
	height: 12px;
    position: absolute;
    right: 28px;
	top: 50%;
	transform: translateY(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
.recruit_wrap{
	width:100%;
	margin: 0 auto;
	padding-top: 0;
}
	.recruit_list ul{
	display: block;
}
.recruit_list ul li{
	width: 100%;
}
	.recruit_list ul li:first-child{
		margin-bottom: 30px;
	}
	.recruit_list ul li .img_area img{
	width: 100%;
}
	.top_recruit .more-btn a{
		padding-left: 0;
		padding-right: 0;
	}
}
@media only screen and (max-width: 767px) {
.recruit_wrap{
	width:100%;
	margin: 0 auto;
	padding-top: 0;
}
	.recruit_list ul{
	display: block;
}
.recruit_list ul li{
	width: 100%;
}
	.recruit_list ul li:first-child{
		margin-bottom: 30px;
	}
	.recruit_list ul li .img_area img{
	width: 100%;
}
	.recruit_list ul li .more{
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding-left: 28px;
	border-radius: 0 0 6px 6px;
	position: relative;
}
}

/*===========
Q&A-共通
===========*/
.q_area .list_faq{
	margin-bottom: 30px;
	border-bottom: 1px solid #969696;
}

.list_faq dl{
	display: table;
    width: 100%;
	padding-bottom: 15px;
}
.list_faq dt {
    width: 60px;
}
.list_faq .faq_f dt p {
    background-color: #6CAA6C;
    border-radius: 50px;
    width: 44px;
    height: 44px;
    line-height: 42px;
}
.list_faq .faq_a dt p {
    background-color: #F8C317;
    border-radius: 50px;
    width: 44px;
    height: 44px;
    line-height: 42px;
}
.list_faq .faq_a{
	padding-bottom: 30px;
}

.list_faq dt, .list_faq dd {
    display: table-cell;
    vertical-align: top;
}
.list_faq .faq_a dd{
	font-weight: 400;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {}
@media only screen and (max-width: 767px) {
	.q_area .list_faq{
	margin-bottom: 20px;
}
	.list_faq dl{
    padding: 8px;
}
	.list_faq .faq_a{
	padding-bottom: 20px;
}
}

/*===========
下層次へボタン-共通
===========*/
.arrow_btn_area{
	padding-top: 80px!important;
	padding-bottom: 80px!important;
	display: flex;
}
.arrow_btn_area .more-btn a{
	width: 274px;
	text-align: left;
}
.arrow_btn_area .more-btn-arrow a{
	width: 310px;
font-size: 14px;
    font-weight: 500;
    color: #000;
	border: 2px solid #000;
    background-color: #FFE599;
    text-decoration: none;
    display: inline-block;
    transition: .5s ease;
    position: relative;
padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 54px;
	padding-right: 86px;
    border-radius: 50px;
	text-align: left;
}
.arrow_btn_area .more-btn-arrow  a::after {
	content: "";
	display: inline-block;
	background-image: url( "../images/icon/icon_arrow.svg");
	background-size: contain;
	background-repeat: no-repeat;
	width: 5px;
	height: 8px;
    position: absolute;
    left: 20px;
    top: 42%;
    transform: translateY(-50%);
	transition: .5s;
	transform: scale(-1, 1);
}
.arrow_btn_area .more-btn-arrow  a:hover{
	background-color: #EFAD29;
}

.more-btn-next a{
	display: inline-block;
	width: 310px;
	background-color: #FFE599;
	border: 2px solid #000;
	border-radius: 50px;
	color: #000;
	    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 26px;
    padding-right: 86px;
	font-size: 14px;
	font-weight: 500;
	transition: all .3s;
	position: relative;
}
.more-btn-next a::after{
    content: "";
	display: inline-block;
	background-image: url( "../images/icon/icon_arrow.svg");
	background-size: contain;
	background-repeat: no-repeat;
	width: 5px;
	height: 8px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
	transition: all .3s;
}
.more-btn-next a:hover{
	background-color: #EFAD29;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
		.arrow_btn_area{
	padding-top: 40px;
	padding-bottom: 40px;
}
		.arrow_btn_area .more-btn a{
	 padding-left: 0;
			text-align: center;	
}
	.arrow_btn_area .more-btn-arrow a{
		width: 100%;
		text-align: center;
	}
	.more-btn-next a{
		text-align: center;
		padding-left: 54px;
	}
}
@media only screen and (max-width: 767px) {
	.arrow_btn_area{
	padding-top: 30px;
	padding-bottom: 30px;
}

		.arrow_btn_area .more-btn-arrow a{
		width: 100%;
			 padding-left: 0;
			padding-right: 0;
			text-align: center;
	}
	.more-btn-next a{
		 padding-left: 0;
			padding-right: 0;
		text-align: center;
	}

}

/*======================
下層ここから-circle
======================*/
.circle_wrap{
	display: table;
}
.circle_wrap dt,
.circle_wrap dd{
	display: table-cell;
}
/*reason01のチェックマークだけ*/
.circle_wrap dt{
	width: 40px;
}
.circle{
	font-family:'Montserrat', sans-serif;
	background-color: #FCBB00;
	color: #fff;
	border-radius: 50px;
	display: inline-block;
	margin-right: 12px;
	text-align: center;
}

/*philosophy*/
.p_circle{
	width: 42px;
	height: 42px;
	line-height: 42px;
}
/*reason*/
.r_circle{
	display: block;
	width: 76px;
	height: 76px;
	line-height: 76px;
	margin-right: 12px;
}
/*matching,visitor*/
.m_circle{
	width: 38px;
	height: 38px;
	line-height: 38px;
}


.qa_circle{
	font-family:'Montserrat', sans-serif;
	text-align: center;
	color: #000;
	border-radius: 50px;
	display: inline-block;
	margin-right: 12px;
	border: 1px solid #000;
}
.q_circle{
	background-color: #FFB77A;
	width: 40px;
	height: 40px;
	line-height: 38px;
}
.a_circle{
	background-color: #FFE599;
	width: 40px;
	height: 40px;
	line-height: 40px;
}

@media only screen and (max-width: 767px) {
	
	.under_ttl{
	margin-bottom: 40px;
}
.under_ttl img{
	width: auto;
	height: 24px;
}
	.circle_wrap dt{
	width: 28px;
}
	
	.r_circle{
	width: 56px;
	height: 56px;
	line-height: 56px;
}
}

/*===========
under_top
===========*/
.under_top_back{
background-image:url( "../images/under/under_top.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 320px;
	position: relative;
	margin-top: 117px;
}
.under_top_ttl{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.under_top_back{
		height: 320px;
		margin-top: 92px;
	}
}
@media only screen and (max-width: 767px) {
.under_top_back{
background-image:url( "../images/under/under_top_sp.png");
	height:220px;
	margin-top: 92px;
}
	.under_top_ttl {
		width: 82%;
	}
	.under_top_ttl p{
		font-size: 16px!important;
}

}

/*===========
under-message
===========*/
.under_message .txt_area{
	width: 474px;
}

.under_profile .profile_area,
.under_profile .img_area{
	width: 46%;
}
.under_profile .profile_area dl{
    font-size: 16px;
	padding: 14px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #FCBB00;
}
.under_profile .profile_area dl dt {
    width: 40%;
		font-weight: 500;
}
.under_profile .profile_area dl dd {
    width: 60%;
		font-weight: 400;
}

.under_profile .q_area{
	margin-top:  60px;
	
}
.q_area_daihyo{
	padding-bottom: 30px;
}
.under_profile .q_area ul{
	padding: 30px 40px;
}

.under_profile .q_area .list_faq:last-child{
	margin-bottom: 0;
	border-bottom: none;
}
.under_profile .q_area .list_faq:nth-child(3) .faq_a{
	padding-bottom: 0;
}

.q_area .inner_message{
	padding: 15px 30px;
	width: 960px;
	margin: 0 auto 30px auto;
}

.under_philosophy{
	padding: 40px ;
	border-radius: 20px;
	border: 1px solid #DBDBDB;
}
.under_philosophy .txt_area{
	width: 430px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
.under_message .txt_area{
	width: 100%;
}
	.under_profile .profile_area,
.under_profile .img_area{
	width: 100%;
}
	.under_profile .q_area ul{
	padding: 30px;
}
	
	.under_philosophy .txt_area{
	width: 100%;
}

	.q_area .inner_message{
	width: 90%;
}
}
@media only screen and (max-width: 767px) {
.under_message .txt_area{
	width: 100%;
}
.under_profile .profile_area,
.under_profile .img_area{
	width: 100%;
}
	.under_profile .q_area{
	margin-top:  30px;
}
	.under_profile .q_area ul{
	padding: 15px;
}
	
.under_philosophy{
		padding: 25px;
	}
	.under_philosophy h4{
		margin-bottom: 20px!important;
		font-size: 20px!important;
	}
		.under_philosophy .txt_area{
	width: 100%;
}
	.q_area .inner_message{
	width: 90%;
}
	
}


/*===========
interview-single
===========*/
.staff_archive ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.staff_archive ul::after{
	content: "";
	display: block;
    width: 318px;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}


.under_interview_head{
	width: 100%;
	position: relative;
}

.interview_single_wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.interview_single_wrap .img_area{
	width: 380px;
	height: auto;
}
.interview_single_wrap .img_area img{
	width: 100%;
	height: auto;
	border-radius: 20px;
}
.interview_txt_area{
	width: 600px;
	padding-left: 30px;
}

.qa_head{
	margin-top: 30px;
	border-radius: 50px;
	background-color: #FFE599;
	padding: 6px 40px;
    display: inline-block;
}


.under_interview_faq .list_faq{
	border-bottom: 1px solid #969696;
	padding-bottom: 14px;
	margin-bottom: 14px;
}

.under_interview_faq .list_faq dl{
    padding: 10px;
}
.under_interview_faq .list_faq .faq_f dt p,
.under_interview_faq .list_faq .faq_a dt p{
    width: 40px;
    height: 40px;
    line-height: 38px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
			.staff_archive ul{
	justify-content: center!important;
}
.interview_single_wrap .img_area{
	width: 40%;
}
	.interview_txt_area{
	width: 60%;
}

}
@media only screen and (max-width: 767px) {
	.staff_archive ul{
	justify-content: center!important;
}
	.interview_single_wrap{
	display: block;
}
.interview_single_wrap .img_area{
	width: 100%;
	padding-bottom: 30px;
}
	.interview_txt_area{
	width: 100%;
		padding-left: 0;
}
	.interview_txt_area .tag .bottom-mg-30{
		margin-bottom: 15px!important;
	}
}

/*===========
under-reason
===========*/
.under_reason .reason_content .img_area{
	width: 46%;
}
.under_reason .reason_content .txt_area{
	width: 50%;
}
.under_reason .reason_content .txt_area li{
	/*padding-left: 40px;*/
	position: relative;
}
.under_reason .reason_content .txt_area li::before{
/*content: "";*/
	position: absolute;
	display: inline-block;
	background-image: url("../images/icon/icon_check.svg");
	background-repeat: no-repeat;
	background-size: contain;
	width: 26px;
	height: 26px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.reason_content .txt_area_btm{
	padding: 30px 40px;
	border-radius: 20px;
	border: 1px solid #DBDBDB;
}

.under_welfare .txt_area,
.under_welfare .img_area{
	width: 48%;
}
.under_welfare .txt_area{
	padding: 24px 46px;
	padding-top: 38px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
.under_reason .reason_content .img_area{
	width: 100%;
}
.under_reason .reason_content .txt_area{
	width: 100%;
}
	.under_welfare .txt_area,
.under_welfare .img_area{
	width: 100%;
}
	.under_welfare .txt_area{
		margin-bottom: 30px;
	}

}
@media only screen and (max-width: 767px) {
.under_reason .reason_content .img_area{
	width: 100%;
}
.under_reason .reason_content .txt_area{
	width: 100%;
}
	.under_reason .reason_content .txt_area .fo30{
	font-size: 20px!important;
}
	.under_reason .reason_content .txt_area h4 img{
		margin-top: -2px;
		margin-left: -2px;
	}
	.reason_content .txt_area_btm{
	padding: 17px 20px;
}
	
		.under_welfare .txt_area,
.under_welfare .img_area{
	width: 100%;
}
	.under_welfare .txt_area{
		padding: 24px 20px;
    padding-top: 20px;
		margin-bottom: 20px;
	}
}



/*===========
under-person
===========*/
.under_person_keyword ul{
		display: flex;
    justify-content: center;
	align-items: center;
}
.under_person_keyword li{
	margin-right: 20px;
}
.under_person_keyword li:last-child{
	margin-right: 0;
}
.under_person_keyword .lead{
		    padding: 10px 40px;
	background-color: #FFE599;
	border: 1px solid #000;
}

.person_content{
	padding: 36px 40px;
}
.person_content .txt_area{
	width: 46%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
.under_person_keyword ul{
	flex-wrap: wrap;
}
	.under_person_keyword li{
	margin-bottom: 20px;
}
	.person_content .txt_area{
	width: 100%;
}
}
@media only screen and (max-width: 767px) {
	.under_person_keyword ul{
	display: block;
}
	.under_person_keyword li{
		width: 60%;
		margin: 0 auto;
	margin-bottom: 12px;
		text-align: center;
}
	.under_person_keyword li:last-child{
width: 60%;
		margin: 0 auto;
	margin-bottom: 12px;
		text-align: center;
}
	.under_person_keyword .lead {
		padding: 10px 26px;
	}
		.person_content .txt_area{
	width: 100%;
}
	.person_content .txt_area .under_person_keyword{
		margin-bottom: 15px!important;
	}
	.person_content {
    padding: 20px 24px;
}
}

/*===========
under-match
===========*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.under_match img{
	width: 20px;
	height: 20px;
}
}
@media only screen and (max-width: 767px) {
		.under_match img{
	width: 20px;
	height: 20px;
}
}


/*===========
under-visitor
===========*/
.visitor_wrap .img_area{
	width: 50%;
}
.visitor_wrap .txt_area{
	width: 48%;
}
.visitor_wrap .txt_area .inner{
	padding: 32px 28px;
}

.under_visitor_content_wrap{
	position: relative;
}

.visitor_content_wrap{
	padding: 36px 42px;
}
.visitor_content_wrap .visitor_list,
.visitor_content_wrap .txt_area{
	width: 48%;
}

.visitor_schedule_select{
	width: 500px;
	margin: 0 auto;
	background-color: #FEFEF8;
	padding: 15px 20px;
}
.visitor_schedule_select dl {
	display: table;
	font-size: 16px;
	font-weight: 500;
	margin: 0 auto;
	margin-bottom: 10px;
}
.visitor_schedule_select dl:last-child{
	margin-bottom: 0;
}
.visitor_schedule_select dl dt{
	padding-left: 16px;
	padding-right: 16px;
	position: relative;
	display: table-cell;
	font-weight: 500;
}
.visitor_schedule_select dl dt::before{
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50px;
	background-color: #FCBB00;
	position: absolute;
	left: 0;
	top: 14px;
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
.visitor_wrap .img_area{
	width: 100%;
}
.visitor_wrap .txt_area{
	width: 100%;
}
	.visitor_content_wrap {
    padding: 28px 26px;
}
}
@media only screen and (max-width: 767px) {
.visitor_wrap .img_area{
	width: 100%;
}
.visitor_wrap .txt_area{
	width: 100%;
}
	.visitor_content_wrap .visitor_list,
.visitor_content_wrap .txt_area{
	width: 100%;
}
	.visitor_content_wrap .visitor_list{
		margin-bottom: 20px;
	}
		.visitor_content_wrap {
    padding: 20px 20px;
}
	.visitor_schedule_select{
	width: 100%;
}
}

/*===========
online
===========*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.web-disc .more-btn a{
	width: 100%!important;
	padding-left: 26px;
    padding-right: 86px;
}
}


/*===========
footer
===========*/
.footer{
	width: 100%;
	  padding: 50px 0;
}
.footer_wrap{
	width: 1040px;
	margin: 0 auto;
}

.footer .footer_logo a{
	display: inline-block;
}
.footer .footer_logo img{
	width: 350px;
	height: auto;
}

.footer_index .index_list{
	display: flex;
	align-items: baseline;
}
.footer_index .index_list li:first-child{
	margin-right: 170px;
}
.footer_tel{
			font-size: 24px;
	}

.footer_nav{
	display: flex;
	justify-content: space-between;
}
.footer_nav .footer_nav_area{
	width: 100%;
}
.footer_nav .footer_nav_list{
	display: flex;
	width: 100%;
}
.footer_nav .footer_nav_list > li{
	width: 33%;
}
.footer_nav .footer_nav_list > li .footer_inner_nav li{
	margin-bottom: 16px;
}
.footer_nav .footer_nav_list > li .footer_inner_nav li:last-child{
	margin-bottom: 0;
}

.site_btn a {
	display: inline-block;
	background-color: #FFE599;
	border: 2px solid #000;
	border-radius: 50px;
	color: #000;
	width: 300px;
	padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 26px;
    padding-right: 86px;
	font-size: 14px;
	font-weight: 500;
	transition: all .3s;
	position: relative;
}
.site_btn a:after {
	content: "";
	display: inline-block;
	background-image: url( "../images/icon/icon_arrow.svg");
	background-size: contain;
	background-repeat: no-repeat;
	width: 5px;
	height: 8px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
	transition: all .3s;
}
.site_btn a:hover{
	background-color: #EFAD29;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.footer_wrap{
		width: 410px;
		padding: 0 15px;
	}
	.footer_index .index_list{
	display: block;
}
	.footer_index .index_list li:first-child{
	margin-right: 0;
}
	.footer_tel{
		display: block;
		text-align: center;
	}
		.footer_nav{
	display: block;
}
		.site_btn a {
    width: 100%;
}
}
@media only screen and (max-width: 767px) {
	.footer_wrap{
		width: 86%;
	}
		.footer_index .index_list{
	display: block;
}
		.footer_index .index_list li:first-child{
	margin-right: 0;
}
.footer .footer_logo img{
	width: 100%;
	height: auto;
}
		.footer_tel{
		display: block;
		text-align: center;
	}
	
	.footer_nav{
	display: block;
}
	.site_btn a {
    width: 100%;
}
}




/*==================================
アコーディオン
===================================*/

/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 100%;
}
.accordion-area li{
	background-color:rgba(235,233,228,0.9);
		border: 1px solid rgba(235,233,228,0.9);/*消さない*/
	margin-bottom: 20px;
}
.accordion-area li:last-child{
	margin-bottom: 0;
}

/*アコーディオンタイトル*/
.title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:1rem;
    font-weight: normal;
    padding: 15px 30px;
    transition: all .5s ease;
}


/*アイコンの＋と×*/
.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #170C03;
    
}
.title::before{
    top:48%;
    right: 25px;
    transform: rotate(0deg);
    
}
.title::after{    
    top:48%;
    right: 25px;
    transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
.title.close::after{
display: none;
}

/*アコーディオンで現れるエリア*/
.accordion-inner {
    display: none;/*はじめは非表示*/
    background: #fff;
  margin:0 3% 3% 3%;
    padding: 3%;
	border-radius: 6px;
}

.accordion-inner-wrap{
	display: flex;
	justify-content: space-between;
}
.accordion-inner-wrap .inner_left{
	width: 54%;
}
.accordion-inner-wrap .inner_right{
	width: 40%;
	text-align: right;
}
.accordion-inner-wrap .inner_right img{
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 767px) {
	.title {
    padding: 15px 54px 15px 15px;
}
	.accordion-inner-wrap{
	display: block;
}
	.accordion-inner-wrap .inner_left{
	width: 100%;
		margin-bottom: 20px;
}
.accordion-inner-wrap .inner_right{
	width: 100%;
	text-align: center;
}
}



