@charset "utf-8";
@import url("../font/load.css");


/* CSS Document */

body {
	min-width: 375px;
	font-size: 1.5rem;
	line-height: 1.8;
}

/*========================================
entranceの設定
==========================================*/

.entrance_hd{
	position: relative;
	border-top: 2px solid #ff8997;
}

.entrance_hd_warp{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	align-items: center;
	z-index: 10;
}

.entrance_logo{
	display: flex;
	width: 170px;
}

.entrance_hd_block{
	text-align: right;
	padding-top: 5px;
}

.entrance_hd_block h1{
	font-size: 1.2rem;
	line-height: 1;
	margin-bottom: 10px;
}

.entrance_hd_ads{
	margin-bottom: 10px;
}

.entrance_hd_info{
	align-items: center;
	justify-content: flex-end;
}

.entrance_hd_info .tel_num{
	margin-right: 20px;
}

.entrance_hd_info .tel_num::before{
	background-image: url(../images/entrance/tel_num_icon.png);
}

.entrance_ct_link{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #fff;
	background: #ff6216;
}

.entrance_hd_info a:not(:last-child){
	margin-right: 15px;
}

.entrance_intro{
	display: block;
}

.entrance_intro_block{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: 100%;
	height: 350px;
	padding-bottom: 40px;
	z-index: 0;
	overflow: hidden;
}

.entrance_intro_block::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: .5s;
	background: url(../images/entrance/entrance_intro_block_bg01.jpg) no-repeat center / cover;
	z-index: -1;
}

.entrance_intro_block:nth-child(2)::before{
	background-image: url(../images/entrance/entrance_intro_block_bg02.jpg);
}

.entrance_intro_catch{
	display: block;
	width: 300px;
	transition: .5s;
}

.entrance_intro_catch:hover{
	transform: translateY(-15px);
}

.entrance_ft{
	border: none!important;
	background: none!important;
}

.entrance_copyright{
	text-align: center;
	font-size: 1.4rem;
	padding: 5px 0;
	background: #ffa8ae;
}

/*========================================
headerの設定
==========================================*/



/*========================================
footerの設定
==========================================*/


footer{
	border-top: 5px solid #f9d3cd;
	background: #f5f5f5;
}

.f_boxs{
	padding-bottom: 30px;
}

.f_block{
	flex-direction: column;
	align-items: center;
}

.f_logo{
	margin-top: -6px;
	width: 230px;
	margin: -5px auto 20px;
}

.f_info{
	padding-top: 10px;
}

#copyright{
	padding: 13px 0;
	line-height: 1;
	text-align: center;
	font-size: 1.1rem;
	background: #f9d3cd;
}

/*========================================
メインビジュアルの設定
==========================================*/

.main_visual {
	position: relative;
	overflow: hidden;
	z-index: 0;
}

.main_visual::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 23px;
	background: url(../images/top/main_visual_bg.png) no-repeat center top / 850px;
	z-index: 10;
}

#mv {
	width: 100%;
	z-index: 0;
	position: relative;
}

#mv .bx-wrapper,
#mv ul {
	height: 100%;
}

#mv li {
	min-height: 350px;
	height: 85vw;
	background: url(../images/top/slide01.jpg) no-repeat center / cover;
}

#mv li:nth-child(2) {
	background-image: url(../images/top/slide02.jpg);
}

#mv li:nth-child(3) {
	background-image: url(../images/top/slide03.jpg);
}

#mv li:nth-child(4) {
	background-image: url(../images/top/slide04.jpg);
}

.catch {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	text-align: center;
	transform: translate(-50%,-50%);
	z-index: 100;
}

/*========================================
TOPページ
==========================================*/

/*---------------------
top_message
----------------------*/

.top_message{
	position: relative;
	z-index: 0;
	background: #fef7ef;
}

.top_message::before{
	content: '';
	position: absolute;
	bottom: -35px;
	left: 0;
	width: 100%;
	height: 35px;
	background: url(../images/top/top_message_deco.png) no-repeat center bottom / 850px auto;
}

.top_message_boxs{
	padding: 90px 0 20px;
}

.top_message_deco{
	position: relative;
}

/*
.top_message_deco::before{
	content: '';
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 50px;
	background: url(../images/top/top_message_inner_deco_sp01.png) repeat-x center / contain;
	z-index: -1;
}
*/

.top_message_inner{
	position: relative;
	background: #fff;
	z-index: 10;
	padding: 25px 15px;
	border-radius: 16px;
	max-width: 915px;
	width: 100%;
	margin: 0 auto;
	box-shadow: 0px 6px 10px 0px rgba(62, 29, 16, 0.1);
}

.top_message_inner::after{
	content: '';
	position: absolute;
	top: -88px;
	right: 9px;
	width: 135px;
	height: 108px;
	background: url(../images/top/top_message_inner_bg.png) no-repeat center / contain;
	z-index: -1;
}

.top_message_ttl{
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 30px;
}

.top_message_txt{
	text-shadow:#fff 2px 0px 10px, #fff -2px 0px 10px,
		#fff 0px -2px 10px, #fff -2px 0px 10px,
		#fff 2px 2px 10px, #fff -2px 2px 10px,
		#fff 2px -2px 10px, #fff -2px -2px 10px,
		#fff 1px 2px 10px, #fff -1px 2px 10px,
		#fff 1px -2px 10px, #fff -1px -2px 10px,
		#fff 2px 1px 10px, #fff -2px 1px 10px,
		#fff 2px -1px 10px, #fff -2px -1px 10px,
		#fff 1px 1px 10px, #fff -1px 1px 10px,
		#fff 1px -1px 10px, #fff -1px -1px 10px;
}

/*---------------------
top_works
----------------------*/

.top_works{
	background: url(../images/top/top_works_bg01.png) no-repeat left 2% top -20px / 150px,url(../images/top/top_works_bg02.png) no-repeat right 3% top 20px / 150px,url(../images/top/top_works_bg03.png) no-repeat left -2% bottom 15px / 150px,url(../images/top/top_works_bg04.png) no-repeat right 4% bottom -10px / 150px;
}

.top_works_card{
	margin-bottom: 30px;
	justify-content: space-between;
}

.top_works_group{
	text-align: center;
	width: 48%;
}

.top_works_group_img{
	margin-bottom: 20px;
}

.top_works_group_txt{
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1;
}

/*---------------------
top_recruit
----------------------*/

.top_recruit{
	background: url(../images/top/top_recruit_bg.jpg) no-repeat left center / cover;
}

.top_recruit_ttl{
	margin-bottom: 25px;
}

.top_recruit_subttl{
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}

.top_recruit_txt{
	margin-bottom: 20px;
}

.top_recruit_link{
	margin-bottom: 20px;
}

.top_recruit_link .cmn_btn{
	margin: 0;
}

.top_recruit_link .cmn_btn:not(:last-child){
	margin-right: 15px;
}

.top_recruit_info{
	border-top: 2px dotted #dbc35a;
	padding-top: 30px;
}

.top_recruit_info_ttl{
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	margin-bottom: 15px;
}

.top_recruit_info_card{
	flex-direction: column;
	align-items: center;
}

.top_recruit_info_card .tel_num{
	margin-bottom: 10px;
}

.top_recruit_contact{
	display: inline-block;
	line-height: 1;
	padding: 13px 35px 13px 55px;
	border-radius: 20px;
	transition: .5s;
	font-weight: bold;
	font-size: 1.6rem;
	background: url(../images/top/top_recruit_contact_icon.png) no-repeat left 20px center,#7cc3c0;
}

.top_recruit_contact:hover{
	background: url(../images/top/top_recruit_contact_icon.png) no-repeat left 20px center,#f9d3cd;
}

/*---------------------
top_news
----------------------*/

.top_news{
	background: url(../images/top/top_news_bg.jpg) no-repeat center / cover;
}

.top_news_list{
	margin-bottom: 40px;
}

/*---------------------
top_contact
----------------------*/

.top_contact{
	background: url(../images/top/top_contact_bg.jpg) no-repeat center / cover;
}

.top_contact_info{
	justify-content: center;
}

.top_contact_group{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 20px 0;
	text-align: center;
}

.top_contact_group:first-child{
	padding-top: 0;
}

.top_contact_group:not(:last-child){
	border-bottom: 1px solid #13809e;
}

.top_contact_group_txt {
	font-size: 1.9rem;
	text-align: center;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 20px;
}

.top_contact_company p{
	text-align: right;
	line-height: 1.2;
}

.top_contact_tel{
	padding-left: 25px;
}

.top_contact_tel::before{
	width: 20px;
	height: 22px;
	background-image: url(../images/top/top_contact_tel.png);
}

.top_contact_btn{
	display: inline-block;
	line-height: 1;
	padding: 13px 35px 13px 55px;
	border-radius: 22px;
	transition: .5s;
	font-weight: bold;
	font-size: 1.6rem;
	background: url(../images/top/top_recruit_contact_icon.png) no-repeat left 20px center,#7cc3c0;
}

.top_contact_btn:hover{
	background: url(../images/top/top_recruit_contact_icon.png) no-repeat left 20px center,#f9d3cd;
}

.top_contact_line{
	display: inline-block;
	line-height: 1;
	padding: 15px 35px 15px 55px;
	border-radius: 22px;
	transition: .5s;
	font-weight: bold;
	color: #fff;
	background: url(../images/top/top_contact_line.png) no-repeat left 10px center,#06c755;
}

/*========================================
下層メインビジュアルの設定
==========================================*/

.sub_visual{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 180px;
	padding-bottom: 23px;
}

.sub_visual::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 23px;
	background: url(../images/common/sub_visual_deco.png) no-repeat center top / 850px;
	z-index: 10;
}

.sub_visual h2 img{
	height: 28px;
}

/*========================================
works
==========================================*/

/*---------------------
works_sec
----------------------*/

.works_sec{
	background: #fef7ef;
}

.works_sec:nth-child(even){
	background: #fff;
}

.works_sec_img{
	width: 100%;
	text-align: center;
	margin-bottom: 25px;
}

.works_group{
	width: 100%;
}

.works_sec_txt{
	letter-spacing: -0.05em;
	margin-bottom: 30px;
}

.works_content{
	padding: 25px 15px;
	border-radius: 12px;
	border: 2px solid;
}

.works_content_ttl{
	text-align: center;
	font-size: 2.0rem;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 25px;
}

.works_content_list{
	display: block;
}

.works_content_list li{
	font-size: 1.7rem;
	line-height: 1.44;
	font-weight: bold;
	padding: 13px 0 5px 22px;
	border-bottom: 1px dotted;
	background: url(../images/works/works_content_list_icon.png) no-repeat left top 16px;
}


/*========================================
recruit
==========================================*/

/*---------------------
recruit_demand
----------------------*/

.recruit_demand{
	background: #fef7ef;
}

.recruit_demand_group{
	max-width: 680px;
	width: 100%;
	margin: 0 auto;
	padding: 30px 15px;
	background: url(../images/recruit/recruit_demand_deco01.png) no-repeat left 20px top 15px / 65px,url(../images/recruit/recruit_demand_deco02.png) no-repeat right 17px top 10px / 58px,url(../images/recruit/recruit_demand_bg01.png) no-repeat left -60px top -30px / 150px,url(../images/recruit/recruit_demand_bg02.png) no-repeat right -50px top -30px / 150px,url(../images/recruit/recruit_demand_bg03.png) no-repeat left -70px bottom -30px,url(../images/recruit/recruit_demand_bg04.png) no-repeat right -50px bottom / 120px,#fff;
	border-radius: 15px;
}

.recruit_demand_group_ttl{
	font-size: 2.0rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}

.recruit_demand_list li{
	position: relative;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 12px 0 5px 30px;
	border-bottom: 1px dotted #a6a6a6;
	counter-increment: recruit_demand_list;
}

.recruit_demand_list li::before{
	content: counter(recruit_demand_list, decimal-leading-zero)'.';
	position: absolute;
	bottom: 10px;
	left: 0;
	color: #7cc3c0;
	line-height: 1;
	font-size: 1.5rem;
}

/*---------------------
recruit_flow
----------------------*/

.recruit_flow_ttl{
	margin-bottom: 0;
}

.recruit_flow_point{
	text-align: center;
	line-height: 1;
	margin-bottom: 30px;
}

.recruit_flow_card{
	flex-direction: column;
	align-items: center;
}

.recruit_flow_img{
	margin: 0 auto 25px;
}

.recruit_flow_group{
	width: 100%;
}

.recruit_flow_group_ttl{
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 15px;
}

/*---------------------
recruit_salary
----------------------*/

.recruit_salary{
	background: #fef7ef;
}

.recruit_salary_list{
	flex-direction: column;
	align-items: center;
}

.recruit_salary_list li{
	display: flex;
	align-items: center;
	max-width: 340px;
	width: 100%;
	padding: 20px 10px 20px 25px;
	border-radius: 15px;
	background: #fff;
}

.recruit_salary_list li:not(:last-child){
	margin-bottom: 20px;
}

.recruit_salary_img{
	margin-right: 15px;
}

.recruit_salary_group_ttl{
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.2;
}

.recruit_salary_group_txt{
	line-height: 1.3;
}

.recruit_salary_group_txt span{
	font-weight: bold;
}

/*========================================
faq
==========================================*/

/*---------------------
faq_area
----------------------*/

.faq_area{
	background: #fef7ef;
}

.faq_list li{
	padding: 15px 15px 20px;
	border-radius: 16px;
	background: #fff;
}

.faq_list li:not(:last-child){
	margin-bottom: 25px;
}

.faq_list_ttl,
.faq_list_txt{
	position: relative;
}

.faq_list_ttl::before,
.faq_list_txt::before{
	content: 'Q';
	position: absolute;
	top: 3px;
	left: 0;
	font-weight: bold;
	font-size: 2.0rem;
	line-height: 1;
}

.faq_list_txt::before{
	content: 'A';
	top: 15px;
}

.faq_list_ttl{
	font-weight: bold;
	font-size: 2.0rem;
	line-height: 1.4;
	padding: 0 30px 10px;
}

.faq_list_txt{
	border-top: 1px solid;
	padding: 10px 30px 0;
}

/*========================================
company
==========================================*/

/*---------------------
company_philosophy
----------------------*/

.company_philosophy {
	background: #fef7ef;
}

.company_philosophy_block {
	border-radius: 16px;
	padding: 25px 15px 25px;
	background: url(../images/company/company_philosophy_bg01.png) no-repeat left -30px top -30px,url(../images/company/company_philosophy_bg02.png) no-repeat right -30px top -30px,url(../images/company/company_philosophy_bg03.png) no-repeat left -20px bottom -20px,url(../images/company/company_philosophy_bg04.png) no-repeat right -20px bottom -30px,#fff;
	background-size: 130px;
}

.company_philosophy_block:nth-child(even) {
	background: url(../images/company/company_philosophy_bg05.png) no-repeat left -30px top -30px,url(../images/company/company_philosophy_bg06.png) no-repeat right -30px top -30px,url(../images/company/company_philosophy_bg07.png) no-repeat left -20px bottom -20px,url(../images/company/company_philosophy_bg08.png) no-repeat right -20px bottom -30px,#fff;
	background-size: 130px;
}

.company_philosophy_block:not(:last-child) {
	margin-bottom: 30px;
}

.company_philosophy_subttl {
	font-size: 2.0rem;
	line-height: 1.5;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}

/*---------------------
company_overview
----------------------*/

.company_overview_tb{
	margin-bottom: 40px;
}

.company_map{
	height: 55vw;
}

.company_map iframe{
	width: 100%;
	height: 100%;
}

/*========================================
newsの設定
==========================================*/

/*.news_list li:not(:last-child) {
	margin-bottom: 25px;
}

.news_list li a {
	border: 1px solid;
	justify-content: flex-start;
	padding: 2%;
}

.news_list li time {
	display: block;
	width: 100%;
}

.news_txt {
	width: calc(100% - 150px);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}*/

.news_area_inner {
	background: #fff;
	padding: 5% 5% 7%;
	border-radius: 8px;
}

.news_detail_ttl {
	border-bottom: 1px solid;
	line-height: 1.6;
	margin-bottom: 20px;
	font-size: 2.0rem;
	padding-bottom: 10px;
}

.news_inner_time {
	font-size: 1.4rem;
	margin-bottom: 30px;
}

.news_area_txt {
	margin-bottom: 40px;
	min-height: 200px;
}

/*========================================
privacyの設定
==========================================*/

.privacy_sec_ttl {
	font-weight: 500;
	font-size: 2.1rem;
	margin-bottom: 10px;
}

.privacy_boxs section {
	border: 1px solid;
	background: #fff;
	padding: 25px 15px;
	margin-bottom: 30px;
}

/*========================================
siteの設定
==========================================*/

.site_list a {
	position: relative;
	display: block;
	border-bottom: 1px solid;
	margin-bottom: 20px;
	padding: 7px 0 7px 30px;
}

.site_list a::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 10px;
	width: 5px;
	height: 5px;
	border-right: 2px solid;
	border-bottom: 2px solid;
	transform: translateY(-50%) rotate(-45deg);
	transition: All .5s;
}

.site_list a:hover::before {
	left: 20px;
}
