@charset "utf-8";
@import url("../font/load.css");


/* CSS Document */

body {
	min-width: 1280px;
	font-size: 1.6rem;
	line-height: 1.73;
}

/*========================================
entranceの設定
==========================================*/

.entrance_hd{
	position: relative;
	border-top: 3px solid #ff8997;
}

.entrance_hd_warp{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	align-items: flex-start;
	z-index: 10;
}

.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_hd_info .ct_link{
	color: #fff;
	background: url(../images/entrance/ct_link_iocon.png) no-repeat left 25px center,#ff6216;
}

.entrance_intro{
	height: calc(100vh - 48px);
}

.entrance_intro_block{
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 50%;
	z-index: 0;
	padding: 0 70px;
	overflow: hidden;
}

.entrance_intro_block:nth-child(2){
	justify-content: flex-start;
}

.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{
	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: 10px 0;
	height: 45px;
	background: #ffa8ae;
}

/*========================================
headerの設定
==========================================*/

.h_wrap {
	height: 140px;
}

.h_description {
	background: #f9d3cd;
}

.h_description_boxs {
	position: relative;
}

.logo {
	position: absolute;
	top: 10px;
	left: 0;
}

.h_description h1 {
	text-align: right;
	font-size: 1.2rem;
}

.h_info {
	padding-top: 15px;
}

.h_info .cmn_info {
	justify-content: flex-end;
}

.h_nav_list {
	padding: 15px 0;
}

.h_nav_list li {
	flex: 1;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1;
	font-weight: bold;
	border-right: 3px dotted #cdb296;
}

.h_nav_list li:first-child {
	border-left: 3px dotted #cdb296;
}

.h_nav_list li a {
	display: block;
	padding: 8px 0;
	transition: .5s;
}

.h_nav_list li a:hover {
	color: #f9d3cd;
}

/*========================================
footerの設定
==========================================*/

footer {
	border-top: 9px solid #f9d3cd;
	background: #f5f5f5;
}

.f_boxs {
	padding-bottom: 30px;
}

.f_block {
	padding-bottom: 20px;
}

.f_logo {
	margin-top: -6px;
}

.f_info {
	padding-top: 10px;
}

.f_nav {
	padding: 15px 0;
	border-top: 1px solid;
	border-bottom: 1px solid;
}

.f_nav_list li {
	line-height: 1;
	font-size: 1.5rem;
}

.f_nav_list li:not(:last-child) {
	border-right: 1px solid;
}

.f_nav_list li a {
	line-height: 1;
	display: inline-block;
	padding: 0 10px;
}

.f_nav_list li:first-child{
	padding-left: 0;
}

.f_nav_list li:last-child{
	padding-right: 0;
}

#copyright {
	padding: 13px 0;
	line-height: 1;
	text-align: center;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	background: #f9d3cd;
}

/*========================================
メインビジュアルの設定
==========================================*/

.main_visual {
	position: relative;
	overflow: hidden;
	z-index: 0;
}

.main_visual::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 55px;
	background: url(../images/top/main_visual_bg.png) no-repeat center / 100% 100%;
	z-index: 10;
}

#mv {
	width: 100%;
	z-index: 0;
	position: relative;
}

#mv .bx-wrapper,
#mv ul {
	height: 100%;
}

#mv li {
	height: calc(100vh - (140px));
	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%;
	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: -60px;
	left: 0;
	width: 100%;
	height: 60px;
	background: url(../images/top/top_message_deco.png) no-repeat center bottom / 100% auto;
}

.top_message_deco {
	position: relative;
}

.top_message_deco::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 1131px;
	height: 576px;
	background: url(../images/top/top_message_inner_deco.png) no-repeat center / contain;
	z-index: -1;
}

.top_message_inner {
	position: relative;
	background: url(../images/top/top_message_inner_bg.png) no-repeat right 50px bottom 30px, #fff;
	z-index: 10;
	padding: 40px 55px;
	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_ttl {
	font-size: 3.0rem;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 30px;
}

/*---------------------
top_works
----------------------*/

.top_works {
	background: url(../images/top/top_works_bg01.png) no-repeat left 9% top, url(../images/top/top_works_bg02.png) no-repeat right 8% top 100px, url(../images/top/top_works_bg03.png) no-repeat left 11% bottom 45px, url(../images/top/top_works_bg04.png) no-repeat right 11% bottom -20px;
}

.top_works_card {
	margin-bottom: 40px;
}

.top_works_group {
	text-align: center;
}

.top_works_group:not(:last-child) {
	margin-right: 80px;
}

.top_works_group_img {
	margin-bottom: 20px;
}

.top_works_group_txt {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1;
}

/*---------------------
top_recruit
----------------------*/

.top_recruit {
	background: url(../images/top/top_recruit_bg.jpg) no-repeat center / cover;
}

.top_recruit_block {
	width: 50%;
}

.top_recruit_ttl {
	margin-bottom: 25px;
}

.top_recruit_subttl {
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}

.top_recruit_txt {
	text-align: center;
	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: 40px;
}

.top_recruit_info {
	border-top: 2px dotted #dbc35a;
	padding-top: 30px;
}

.top_recruit_info_ttl {
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	margin-bottom: 15px;
}

.top_recruit_info_card .tel_num {
	margin-right: 30px;
}

.top_recruit_contact {
	display: inline-block;
	line-height: 1;
	padding: 11px 35px 11px 55px;
	border-radius: 20px;
	transition: .5s;
	font-weight: bold;
	font-size: 1.8rem;
	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_boxs {
	padding: 80px 0;
}

.top_contact_info {
	justify-content: center;
}

.top_contact_group {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 33.333%;
	text-align: center;
}

.top_contact_group:not(:last-child) {
	border-right: 1px solid #13809e;
}

.top_contact_group_txt {
	font-size: 2.0rem;
	text-align: center;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 35px;
}

.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.8rem;
	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: 350px;
	padding-bottom: 62px;
}

.sub_visual::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 62px;
	background: url(../images/common/sub_visual_deco.png) no-repeat center / 100% 100%;
}

.sub_visual h2 {
	font-size: 4.2rem;
}

/*========================================
works
==========================================*/

/*---------------------
works_sec
----------------------*/

.works_sec {
	background: #fef7ef;
}

.works_sec:nth-child(even) {
	background: #fff;
}

.works_group {
	max-width: 520px;
	width: 100%;
}

.works_sec_txt {
	letter-spacing: -0.05em;
	margin-bottom: 40px;
}

.works_content {
	padding: 25px 30px;
	border-radius: 16px;
	border: 2px solid;
}

.works_content_ttl {
	text-align: center;
	font-size: 2.4rem;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 25px;
}

.works_content_list {
	align-items: flex-start;
}

.works_content_list li {
	width: 48%;
	font-size: 1.8rem;
	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 145px;
	background: url(../images/recruit/recruit_demand_deco01.png) no-repeat left 40px top 100px, url(../images/recruit/recruit_demand_deco02.png) no-repeat right 60px top 120px, url(../images/recruit/recruit_demand_bg01.png) no-repeat left -100px top -80px, url(../images/recruit/recruit_demand_bg02.png) no-repeat right -120px top -100px, url(../images/recruit/recruit_demand_bg03.png) no-repeat left -70px bottom -30px, url(../images/recruit/recruit_demand_bg04.png) no-repeat right -20px bottom, #fff;
	border-radius: 15px;
}

.recruit_demand_group_ttl {
	font-size: 2.4rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}

.recruit_demand_list li {
	position: relative;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 12px 0 5px 35px;
	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.8rem;
}

/*---------------------
recruit_flow
----------------------*/

.recruit_flow_ttl {
	margin-bottom: 0;
}

.recruit_flow_point {
	text-align: center;
	line-height: 1;
	margin-bottom: 15px;
}

.recruit_flow_card {
	align-items: center;
}

.recruit_flow_group {
	flex: 1;
	margin-left: 30px;
}

.recruit_flow_group_ttl {
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 15px;
}

/*---------------------
recruit_salary
----------------------*/

.recruit_salary {
	background: #fef7ef;
}

.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_img {
	margin-right: 15px;
}

.recruit_salary_group_ttl {
	font-size: 2.4rem;
	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: 25px 30px 35px;
	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.4rem;
	line-height: 1;
}

.faq_list_txt::before {
	content: 'A';
	top: 23px;
}

.faq_list_ttl {
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1.4;
	padding: 0 30px 15px;
}

.faq_list_txt {
	border-top: 1px solid;
	padding: 20px 30px;
}

/*========================================
company
==========================================*/

/*---------------------
company_philosophy
----------------------*/

.company_philosophy {
	background: #fef7ef;
}

.company_philosophy_block {
	border-radius: 16px;
	padding: 25px 30px 25px;
	background: url(../images/company/company_philosophy_bg01.png) no-repeat left -55px top -81px,url(../images/company/company_philosophy_bg02.png) no-repeat right -72px top -73px,url(../images/company/company_philosophy_bg03.png) no-repeat left -55px bottom -80px,url(../images/company/company_philosophy_bg04.png) no-repeat right -95px bottom -98px,#fff;
}

.company_philosophy_block:nth-child(even) {
	background: url(../images/company/company_philosophy_bg05.png) no-repeat left -55px top -81px,url(../images/company/company_philosophy_bg06.png) no-repeat right -72px top -73px,url(../images/company/company_philosophy_bg07.png) no-repeat left -75px bottom -80px,url(../images/company/company_philosophy_bg08.png) no-repeat right -95px bottom -98px,#fff;
}

.company_philosophy_block:not(:last-child) {
	margin-bottom: 30px;
}

.company_philosophy_subttl {
	font-size: 2.4rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}

/*---------------------
company_overview
----------------------*/

.company_overview_tb{
	margin-bottom: 40px;
}

.company_map{
	height: 300px;
}

.company_map iframe{
	width: 100%;
	height: 100%;
}




/*========================================
newsの設定
==========================================*/

/*.news_list li:not(:last-child) {
	margin-bottom: 30px;
}

.news_list li a {
	justify-content: flex-start;
	border: 1px solid;
	padding: 10px;
}

.news_list li time {
	display: inline-block;
	margin-right: 20px;
}

.news_txt {
	width: calc(100% - 150px);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}*/

.news_area_inner {
	padding: 30px 30px 50px 30px;
	border-radius: 8px;
	background: #fff;
}

.news_detail_ttl {
	font-size: 2.3rem;
	border-bottom: 1px solid;
	line-height: 1.6;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.news_area_txt img {
	max-width: 100%;
	height: auto;
}

.news_inner_time {
	font-size: 1.4rem;
	margin-bottom: 30px;
}

.news_area_txt {
	margin-bottom: 60px;
	min-height: 200px;
}

/*========================================
privacyの設定
==========================================*/

.privacy_sec_ttl {
	font-size: 2.3rem;
	font-weight: 500;
	margin-bottom: 15px;
}

.privacy_boxs section {
	border: 1px solid;
	background: #fff;
	padding: 30px;
	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: 0.4s;
}

.site_list a:hover::before {
	left: 20px;
}
