
/***********************************************************************************************************************

recruit.css

***********************************************************************************************************************/
.recruit .wrapper{
	overflow: hidden;
}

.recruit .contents{
	/*padding-top: 0;*/
}



/* sec *************************************************************/
.sec_hd{
	position: relative;
}

.sec_rec_contents{
	position: relative;
	padding: 12% 0 0;
}
.sec_rec_contents.first{
	padding-top: 30px;
}

.sec_people{
	padding: 12% 0 0;
}

.ft_recruit{
	margin: 0 0 0; /*8% 0 0*/
	padding: 0 0;
	background: url("/recruit/img/ft_recruit.jpg") top center no-repeat;
	background-size: cover;
}
.sec_recruitment{
	width: 100%;
	max-width: 720px;
	padding: 8% 0;
	margin: 0 auto;
}


/* @2x Images (Pixel Ratio of 1.25+) */
@media only screen and (-o-min-device-pixel-ratio: 5/4),
only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and (min-device-pixel-ratio: 1.25),
only screen and (min-resolution: 1.25dppx) {
.ft_recruit{
	background-image: url("/recruit/img/ft_recruit@2x.jpg");
}
}

@media screen and (max-width: 767px) {
.sec_rec_contents{
	padding: 20% 0 0;
}
.sec_rec_contents.first{
	padding-top: 0;
}
.sec_people{
	padding: 24% 0 0;
}
}


@media screen and (max-width: 639px) {
.ft_recruit{
	/*margin:  12% 0 0;*/
}
.sec_recruitment{
	padding: 16% 0;
}
}




/* ani_wrap *********************************/
.ani_wrap{
	position: relative;
	width: 100%;
	padding-top: 41.6666667%;
	background-color: #eee; /*#000*/
	overflow: hidden;
}

.ani_wrap object{
	position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
}





/* h1〜 *************************************************************/
h1.h1_ttl{
	display: none;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 20px;
	font-size: clamp(12px, 3vw, 20px);
	color: #1a274d;
}

h2.h2_rec_contents{
	height: 70px;
	margin:-40px 0 0.8em -10px;
}
h2.h2_rec_contents img{
	height: 70px;
	width: inherit;
	max-width: inherit;
}
.business h2.h2_rec_contents{
	text-align: right;
	margin:-40px -10px 0.8em 0;
}

h2.h2_people{
	height: 70px;
	text-align: center;
	margin-bottom: 1.8em;
}
h2.h2_recruitment{
	height: 70px;
	text-align: center;
	margin-bottom: 0.5em;
}
h2.h2_people img,
h2.h2_recruitment img{
	height: 70px;
	width: inherit;
	max-width: inherit;
}

h3.h3_rec_contents{
	width: 105%;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 2.4vw;
	/*font-size: 36px;
	font-size: clamp(20px, 3vw, 36px);*/
	line-height: 1.6em;
	padding: 10px 20px 10px 0;
	background-color: #fff;
	box-shadow: 10px 10px 0 rgba(64,189,221,0.3);
}
.business h3.h3_rec_contents{
	position: relative;
	right: 50%;
	width: 150%;
	font-size: 2.2vw;
	padding: 10px 0 10px 20px;
	box-shadow: -10px 10px 0 rgba(64,189,221,0.3);
}

h3.h3_people{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 28px;
	font-size: clamp(18px, 3vw, 28px);
	line-height: 1.6em;
	text-align: center;
}
h3.h3_recruitment{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 28px;
	font-size: clamp(18px, 3vw, 28px);
	line-height: 1.6em;
	text-align: center;
	color: #fff;
	margin-bottom: 1em;
}


.sec_recruitment p{
	text-align: center;
	color: #fff;
}

.align_c_l{
	text-align: center;
}


@media screen and (max-width: 1023px) {
h2.h2_rec_contents,
h2.h2_people,
h2.h2_recruitment{
	height: 55px;
}
h2.h2_rec_contents img,
h2.h2_people img,
h2.h2_recruitment img{
	height: 55px;
}

h3.h3_rec_contents,
.business h3.h3_rec_contents{
	width: 110%;
	font-size: 30px;
	font-size: clamp(18px, 3vw, 30px);
}
.business h3.h3_rec_contents{
	width: 140%;
	right: 40%;
	font-size: 26px;
	font-size: clamp(16px, 3vw, 26px);
}
}


@media screen and (max-width: 767px) {
h2.h2_rec_contents,
h2.h2_people,
h2.h2_recruitment{
	height: 45px;
}
h2.h2_rec_contents img,
h2.h2_people img,
h2.h2_recruitment img{
	height: 45px;
}
h3.h3_rec_contents{
	width: 85%;
	padding: 10px 10px 10px 0;
	box-shadow: 5px 5px 0 rgba(64,189,221,0.3);
}
.business h3.h3_rec_contents{
	width: 85%;
	right: 0;
	padding: 10px 0 10px 10px;
	margin-left: auto;
	box-shadow: -5px 5px 0 rgba(64,189,221,0.3);
}
.align_c_l{
	text-align: justify;
}
.align_c_l .resp_autowrap{
	display: inline;
}
}



/* element *************************************************************/
.element_wrap{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}
.element_wrap.reverse{
	flex-direction: row-reverse;
}

.element_txt{
	position: relative;
	z-index: 2;
	order: 1;
	width: 36.1111111%;
	margin: 0 0 0 auto;
}
.reverse .element_txt{	
	margin: 0 auto 0 0;
}

.element_photo{
	order: 2;
	width: 55.5555556%;
}
.element_photo img{
	width: 100%;
	height: auto;
}


@media screen and (max-width: 1023px) {
.element_txt,
.reverse .element_txt{
	width: 36%;
	margin: 0 auto;
}
.element_photo{
	width: 54%;
}
}

@media screen and (max-width: 767px) {
.element_wrap{
	margin: 0 0 0;
}
.element_txt,
.reverse .element_txt{
	width: 90%;
	margin: 5% auto 0;
	order: 2;
}
.element_photo{
	width: 80%;
	margin: 0 0 0 auto;
	order: 1;
}
.reverse .element_photo{
	margin: 0 auto 0 0;
}
}



/* list_ft_recriit *************************************************************/
.list_btn_page{
	margin: 14% 0 0 10%;
}
.reverse .list_btn_page{
	margin: 14% 10% 0 0;
}

.list_btn_page li{
	width: 70%;
	max-width: 300px;
	position: relative;
	font-size: 12px;
	font-size: clamp(10px, 3vw, 12px);
	border: 1px solid #fff;
	margin: 15px 0 0;
	background-color: #40bddd;
	overflow: hidden;
	transition: all .3s linear;
}
.reverse .list_btn_page li{
	margin-left: auto;
}
.list_btn_page li:nth-child(2){
	margin-left: 15%;
}
.reverse .list_btn_page li:nth-child(2){
	margin-right: 15%;
	margin-left: auto;
}

.list_btn_page li .en{
	display: block;
	font-size: 150%;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	letter-spacing: 0.05em;
	margin-bottom: 5px;
}
.list_btn_page li a{
	position: relative;
	z-index: 1;
	display: block;
	padding: 10px 10px;
	color: #fff;
}
.list_btn_page li:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #40d3dd;
	transform: skewY(9.8deg);
	transform-origin: center center;
	transition: all .3s linear;
}

.list_btn_page li:hover{
	background-color: #dd7176;
}
.list_btn_page li:hover:after{
	background: #dd556d;
}


.subnav_business .list_btn_page{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	margin: 8% 0 0;
}
.subnav_business .list_btn_page li{
	width: 32%;
	max-width: inherit;
	margin: 0;
}



@media screen and (max-width: 1023px) {
.list_btn_page li{
	width: 80%;
}
}

@media screen and (max-width: 767px) {
.list_btn_page{
	margin: 8% 0 0 10%;
}
.subnav_business .list_btn_page{
	margin: 14% 0 0;
}
.subnav_business .list_btn_page li{
	width: 80%;
	margin: 10px auto 0;
}
}




/*****************************************************************************

下層ページ共通

******************************************************************************/

.sec_level2_ttl{

}

.level2_main{
	margin-bottom: 7%;
}
.level2_h4_block{
	padding: 7% 0 0;
}
.subnav_business .level2_h4_block,
.subnav_enviro .level2_h4_block{
	padding: 2% 0 0;
}


@media screen and (max-width: 767px) {
.level2_h4_block{
	padding: 10% 0 0;
}
}





/* h1〜 *************************************************************/
h1.h1_level2_ttl{
	width: 50%;
	max-width: 300px;
	text-align: center;
	margin: 0 auto 1.8em;
}
h2.h2_level2_ttl{
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 36px;
	font-size: clamp(20px, 4vw, 36px);
	text-align: center;
	line-height: 1.6em;
	margin-bottom: 0.8em;
}
h3.h3_level2_ttl{
	font-size: 14px;
	font-size: clamp(12px, 2.5vw, 14px);
	color: #40bddd;
	line-height: 1.6em;
	margin-bottom: 1.5em;
}
h3.h3_level2_ttl .en{
	display: block;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	font-size: 250%;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}
h4.h4_level2_ttl{
	font-weight: 600;
	font-size: 26px;
	font-size: clamp(18px, 2.7vw, 26px);
	margin-bottom: 0.7em;
}

@media screen and (max-width: 767px) {
h3.h3_level2_ttl .en{
	font-size: 190%;
	margin-bottom: 5px;
}
}




/*****************************************************************************

What's WST

******************************************************************************/
.sec_level2_message{
	padding: 6% 0 0;
}
.sec_level2_about{
	padding: 8% 0 0;
}
.icon_aword{
	float: right;
	width: 150px;
	margin-left: 50px;
}
.officeMap{
	float: right;
	width: 400px;
}


@media screen and (max-width: 767px) {
.sec_level2_message{
	padding: 10% 0 0;
}
.sec_level2_about{
	padding: 14% 0 0;
}
.icon_aword{
	width: 100px;
	margin-left: 15px;
}
.officeMap{
	float: none;
	width: 100%;
}
}



/* company_box *************************************************************/
.company_box{

}
.company_box dt{
	text-align: justify;
}
.company_box dd{
	float: right;
	width: 30%;
	margin: 0 0 0 50px;
}
p.ceo{
	font-size: 14px;
	font-size: clamp(12px, 3vw, 14px);
	text-align: right;
}
p.ceo .big{
	font-size: 150%;
	font-weight: 500;
}


@media screen and (max-width: 767px) {
.company_box dd{
	width: 38%;
	margin: 0 0 0 15px;
}
}



/*****************************************************************************

OUR BUSINESS

******************************************************************************/
.sec_level2_project,
.sec_level2_job{
	padding: 8% 0 0;
}

.img_project{
	float: right;
	width: 480px;
	margin: 0 0 30px 30px;
}

@media screen and (max-width: 850px) {
.img_project{
	float: none;
	width: 100%;
	max-width: 480px;
	margin: 10px auto 20px;
}
}


@media screen and (max-width: 767px) {
.sec_level2_project,
.sec_level2_job{
	padding: 14% 0 0;
}
}



/* list_job *************************************************************/
.list_job{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	align-items: center;
	margin-top: 5%;
}
.list_job .txt{
	width: calc(100% - 440px);
}
.list_job .ring{
	width: 400px;
}

.list_job .txt dl{
}

.list_job .txt dl dt{
	font-weight: 600;
	font-size: 18px;
	font-size: clamp(14px, 3vw, 18px);
	margin: 30px 0 10px;
}
.list_job .txt dl dt:first-child{
	margin-top: 0;
}
.list_job .txt dl dd{
	font-size: 14px;
	font-size: clamp(12px, 3vw, 14px);
}

.list_job .txt dl dt.pink{ color: #e1796b;}
.list_job .txt dl dt.orange{ color: #e99411;}
.list_job .txt dl dt.blue{ color: #005a9d;}
.list_job .txt dl dt.green{ color: #68b59b;}


@media screen and (max-width: 899px) {
.list_job .txt{
	width: 45%;
}
.list_job .ring{
	width: 50%;
}
}


@media screen and (max-width: 767px) {
.list_job .txt{
	width: 100%;
	order: 2;
}
.list_job .ring{
	width: 90%;
	max-width: 400px;
	margin: 0 auto 20px;
	order: 1;
}
}





/*****************************************************************************

ENVIRONMENT

******************************************************************************/
.sec_level2_carrer{
	padding: 8% 0 0;
}
.sec_level2_welfare{
	padding: 12% 0 0;
}

.img_career{
	width: 100%;
	max-width: 580px;
	margin: 30px auto 0;
}


@media screen and (max-width: 767px) {
.sec_level2_carrer{
	padding: 14% 0 0;
}
.sec_level2_welfare{
	padding: 24% 0 0;
}
}


/* schedule *************************************************************/
.bg_schedule{
	padding: 60px 0;
	margin: 30px 0 50px;
	background-color: rgba(64,189,221,0.07);
}
h4.h4_level2_schedule{
	font-weight: 600;
	font-size: 20px;
	font-size: clamp(17px, 2.5vw, 20px);
}
h5.h5_level2_schedule{
	font-weight: 600;
	font-size: 16px;
	font-size: clamp(14px, 2.5vw, 16px);
}

dl.year_schedule{
	position: relative;
	margin: 40px 0 0;
}
dl.year_schedule:after{
	content: "";
	position: absolute;
	top: 8px;
	left: 153px;
	width: 1px;
	height: 100%;
	background-color: #40bddd;
}

dl.year_schedule dt{
	position: relative;
	width: 130px;
	font-weight: 600;
	font-size: 18px;
	font-size: clamp(16px, 2.5vw, 18px);
	color: #40bddd;
	text-align: right;
	padding: 0 30px 0 0;
	margin: 50px 0 0;
}
dl.year_schedule dt:first-child{
	margin-top: 0;
}
dl.year_schedule dt:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -6.5px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: #40bddd;
}


dl.year_schedule dd{
	padding: 40px 0 0 200px;	
}
dl.year_schedule dd .inner{
	padding: 0 0 0 50px;
}
dl.year_schedule dd .inner p{
	font-size: 14px;
	font-size: clamp(12px, 3vw, 14px);
}
dl.year_schedule dd .inner ul{
	
}
dl.year_schedule dd .inner ul li{
	font-size: 14px;
	font-size: clamp(12px, 3vw, 14px);
	margin: 6px 0 0;
}

dl.year_schedule dd .inner ul.list_photo{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	margin: 20px 0 0;
}
dl.year_schedule dd .inner ul.list_photo li{
	width: 49.3333333%;
	margin: 0;
}



@media screen and (max-width: 767px) {
dl.year_schedule:after{
	top: 8px;
	left: 5px;
}

dl.year_schedule dt{
	width: auto;
	text-align: left;
	padding: 0 0 0 20px;
}
dl.year_schedule dt:after{
	right: auto;
	left: 0;
	margin-top: -5.5px;
	width: 11px;
	height: 11px;
}
dl.year_schedule dd{
	padding: 30px 0 0 40px;	
}
dl.year_schedule dd .inner{
	padding: 0 0 0 20px;
}
}




/* list_career *************************************************************/
.list_career{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	margin: 6% 0 0;
}
.list_career li{
	width: 46%;
}
.list_career li h5.h5_level2_career{
	font-weight: 600;
	font-size: 22px;
	font-size: clamp(17px, 2.5vw, 22px);
	color: #40bddd;
	text-align: center;
	margin-bottom: 0.8em;
}

.list_career li p{
	text-align: justify;
}


@media screen and (max-width: 767px) {
.list_career{
	margin: 2% 0 0;
}
.list_career li{
	width: 100%;
	margin-top: 5%;
}
}




/* list_welfare *************************************************************/
.list_welfare{
	display: flex;
	flex-flow: wrap;
}
.list_welfare li{
	width: 23%;
	font-size: 14px;
	font-size: clamp(12px, 3vw, 14px);
	text-align: justify;
	margin: 5% 0 0 2.6%;
}
.list_welfare li:nth-child(4n+1){
	margin-left: 0;
}
.list_welfare li h6.h6_level2_welfare{
	font-weight: 600;
	font-size: 16px;
	font-size: clamp(14px, 3vw, 16px);	
	margin: 8px 0;
}

.list_welfare li .photo img{
	width: 100%;
	height: auto;
}


@media screen and (max-width: 767px) {
.list_welfare{
	justify-content: space-between;
}
.list_welfare li{
	width: 47%;
	margin: 7% 0 0 0;
}
}





/*****************************************************************************

RECRUITMENT

******************************************************************************/

/* RECRUITMENTページのftだけ内容被るため非表示 */
.subnav_recruitment h2.h2_recruitment,
.subnav_recruitment h3.h3_recruitment,
.subnav_recruitment ul.list_ft_recriit,
.subnav_recruitment .sec_recruitment p,
.subnav_recruitment .btn_see_saiyo{
	display: none;
}
.subnav_recruitment .btn_ft_entry{
	margin-top: 0;
}


.sec_level2_recruitment{
	padding: 12% 0 0;	
}

h3.h3_level2_recruitment{
	font-weight: 500;
	font-size: 28px;
	font-size: clamp(18px, 3vw, 28px);
	color: #40bddd;
	margin: 2em 0 0.5em;
}
h4.h4_level2_recruitment{
	font-weight: 500;
	font-size: 22px;
	font-size: clamp(16px, 3vw, 22px);
	color: #40bddd;
	margin: 0 0 0.5em;
}
.qa h4.h4_level2_recruitment{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-align: center;
	font-size: 30px;
	font-size: clamp(24px, 3vw, 30px);
}

h6.h6_level2_recruitment{
	font-weight: 500;
	font-size: 22px;
	font-size: clamp(18px, 3vw, 22px);
	text-align: center;
	margin: 0 0 0.5em;
}

@media screen and (max-width: 767px) {
.sec_level2_recruitment{
	padding: 24% 0 0;	
}
}



/* list_nav_recruitment *************************************************************/
.list_nav_recruitment{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	align-items: flex-end;
	margin: 50px 0 0;
}
.list_nav_recruitment li{
	width: 19%;
	font-size: 14px;
	font-size: clamp(12px, 3vw, 14px);
	text-align: center;
	line-height: 1.7em;
}
.list_nav_recruitment li a{
	position: relative;
	display: block;
	color: #000;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}
.list_nav_recruitment li a:hover{
	color: #40bddd;
	border-bottom: 1px solid #40bddd;
}

.list_nav_recruitment li a:after{
	content: "";
	position: absolute;
	bottom: -14px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #40bddd;
	transition: all .3s linear;
}
.list_nav_recruitment li a:hover:after{
	bottom: -18px;
}


@media screen and (max-width: 639px) {
.list_nav_recruitment{
	margin: 30px 0 0;
}
.list_nav_recruitment li{
	width: 48%;
	margin-bottom: 25px;
}
}



/* float_recruitment *************************************************************/
.float_recruitment{
	font-size: 14px;
	line-height: 2em;
	border-top: 1px solid #ccc;
	margin: 20px 0 0;
}
.float_recruitment tr{
	border-bottom: 1px solid #ccc;
}
.float_recruitment th{
	width: 150px;
	font-weight: 600;
	padding: 24px 0;
	vertical-align: top;
}
.float_recruitment td{
	padding: 24px 0;
}
.float_recruitment td strong{
	color: #40bddd;
}


@media screen and (max-width: 767px) {
.float_recruitment{
	font-size: 13px;
}
.float_recruitment th{
	display: block;
	width: auto;
	padding: 20px 0 0;
}
.float_recruitment td{
	display: block;
	width: auto;
	padding: 5px 0 20px;
}
}




/* list_flow *************************************************************/
.list_flow{
	margin: 30px 0 0;
	border-top: 4px dotted rgba(64,189,221,0.3);
}
.list_flow li{
	padding: 25px 0;
	border-bottom: 4px dotted rgba(64,189,221,0.3);
}

.list_flow li dl{
	display:table;
	width: 100%;
}
.list_flow li dt{
	display: table-cell;
	width: 60px;
}
.list_flow li dd{
	display: table-cell;
	vertical-align:top;
	padding-top: 4px;
}

.list_flow li dt .num{
	display: inline-block;
	width: 40px;
	height: 40px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background-color: #40bddd;
	border-radius: 50%;
}

.list_flow li dd h5.h5_level2_flow{
	font-weight: 600;
	font-size: 20px;
	font-size: clamp(16px, 3vw, 20px);
	color: #1a274d;
}
.list_flow li dd p{
	font-size: 14px;
	font-size: clamp(12px, 3vw, 14px);
	margin: 1em 0 0;
	padding: 0;
}
.list_flow li dd p.bn_mynavi{
	float: right;
	margin-left: 20px;
}

.list_flow li.naitei dt .num{
	background-color: #dc0000;
}
.list_flow li.naitei dd h5.h5_level2_flow{
	color: #dc0000;
}



dl.flow_document{
	display: table;
	width: 100%;
	margin: 20px 0 0;
}
dl.flow_document dt{
	display: table-cell;
	width: 140px;
	vertical-align: middle;
	background-color: #40bddd;
	border-radius: 6px;
	font-size: 18px;
	font-size: clamp(14px, 3vw, 18px);
	color: #fff;
	text-align: center;
}
dl.flow_document dd{
	display: table-cell;
	font-size: 14px;
	font-size: clamp(12px, 3vw, 14px);
	line-height: 1.8em;
	padding: 0 0 0 20px;
}



@media screen and (max-width: 767px) {
.list_flow li dt{
	width: 45px;
}
.list_flow li dt .num{
	width: 30px;
	height: 30px;
	font-size: 15px;
	line-height: 30px;
}
.list_flow li dd{
	padding-top: 1px;
}
dl.flow_document dt{
	width: 75px;
}
dl.flow_document dd{
	padding: 0 0 0 10px;
}
}

@media screen and (max-width: 640px) {
.list_flow li dd p.bn_mynavi{
	float: none;
	text-align: center;
	margin: 20px auto;
}
}


/* list_recruitment_contact *************************************************************/
dl.list_recruitment_contact{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	width: 100%;
	max-width: 800px;
	margin: 20px auto 0;
}
dl.list_recruitment_contact dt{
	width: 50%;
	font-size: 14px;
	font-size: clamp(12px, 3vw, 14px);
	line-height: 1.8em;
}
dl.list_recruitment_contact dd{
	width: 43.75%;
}

@media screen and (max-width: 767px) {
dl.list_recruitment_contact dt{
	width: 100%;
}
dl.list_recruitment_contact dd{
	width: 80%;
	margin: 30px auto 0;
}
}



/* list_contact *************************************************************/
ul.list_contact{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	width: 100%;
	margin: 0 auto;
}
ul.list_contact li{
	position: relative;
	margin-left: auto;
	width: 100%;
	font-size: 14px;
	font-size: clamp(12px, 3vw, 14px);
	text-align: center;
	border: 2px solid #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	background: rgb(0,200,239);
	background: linear-gradient(90deg, rgba(0,200,239,1) 0%, rgba(26,39,77,1) 100%); 
	transition: all .3s linear;
}
ul.list_contact li:before{
	content: "";
	position: absolute;
	top: -2px;
	left: -2px;
	width: 100%;
	height: 100%;
	border: 2px solid #1a274d;
  border-image: linear-gradient(to right, #1a274d 0%, #00c8ef 100%);
  border-image-slice: 1;
	background: rgb(26,39,77);
	background: linear-gradient(90deg, rgba(26,39,77,1) 0%, rgba(0,200,239,1) 100%); 
	transition: all .3s linear;
}
ul.list_contact li:hover:before,
ul.list_contact li.active:before{
	opacity: 0;
}

ul.list_contact li a{
	display: block;
	position: relative;
	z-index: 1;	
	color: #fff;
	padding: 20px 10px;
}
ul.list_contact li a h6{
	font-size: 20px;
	font-size: clamp(15px, 3vw, 20px);
	font-weight: 600;
	color: #fff;
	margin-bottom: 0.3em;
	transition: all .3s linear;
}

/*ul.list_contact li a:hover,
ul.list_contact li a:hover h6,
ul.list_contact li.active a,
ul.list_contact li.active a h6{
	color: #fff;
}
*/


@media screen and (max-width: 360px) {
ul.list_contact{
	margin: 20px auto 0;
}
ul.list_contact li{
	width: 100%;
	margin-bottom: 15px;
}
}





/*****************************************************************************

ft_recruit ページ下部共通

******************************************************************************/

/* list_ft_recriit *************************************************************/
ul.list_ft_recriit{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	margin: 20px 0 0;
}
ul.list_ft_recriit li{
	width: 48%;
	font-size: 14px;
	font-size: clamp(12px, 3vw, 14px);
	color: #4d4d4d;
	text-align: center;
	margin: 0 0 2%;
}
ul.list_ft_recriit li .ttl{
	display: block;
	font-size: 130%;
	font-weight: 600;
	margin-bottom: 5px;
}
ul.list_ft_recriit li .inner{
	padding: 20px 0;
	background-color: rgba(255,255,255,0.7);
}


ul.list_ft_recriit li a .inner{
	position: relative;
	color: #000;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	transition: all .3s linear;
}
ul.list_ft_recriit li a:hover .inner{
	background-color: #40bddd;
	color: #fff;
}

ul.list_ft_recriit li a .inner:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	border: 3px solid #40bddd;
	transition: all .3s linear;
}
ul.list_ft_recriit li a:hover .inner:after{
	border: 3px solid #fff67f;
}

ul.list_ft_recriit li a .ttl{
	color: #40bddd;
	transition: all .3s linear;
}
ul.list_ft_recriit li a:hover .ttl{
	color: #fff;
}



/* btn_see_saiyo *************************************************************/
.btn_see_saiyo{
	font-size: 16px;
	font-size: clamp(14px, 3vw, 16px);
	letter-spacing: 0.05em;
	text-align: center;
	margin: 20px 0 0;
}
.btn_see_saiyo .big{
	font-size: 140%;
}
.btn_see_saiyo a{
	display: block;
	color: #fff;
	font-weight: 500;
	border: 1px solid #fff;
	padding: 20px 0;
}
.btn_see_saiyo a:hover{
	color: #40bddd;
	background-color: #1a274d;
}



/*btn_ft_entry *************************************************************/
.btn_ft_entry{
	position: relative;
	font-size: 14px;
	font-size: clamp(12px, 3vw, 14px);
	text-align: center;
	border: 1px solid #fff;
	margin: 30px 0 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	background-color: #40bddd;
	overflow: hidden;
	transition: all .3s linear;
}
.btn_ft_entry.end{
	box-shadow: none;
	opacity: 0.5;
}

.btn_ft_entry .en{
	display: block;
	font-size: 200%; /*280%*/
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	letter-spacing: 0.05em;
	margin-bottom: 0; /*5px*/
}
.btn_ft_entry a,
.btn_ft_entry .inner{
	position: relative;
	z-index: 1;
	display: block;
	padding: 10px 0; /*25px 0*/
	color: #fff;
}
.btn_ft_entry .inner{
	color: #4d4d4d;
}

.btn_ft_entry:before{
	content: "";
	position: absolute;
	top: 6px;
	right: 6px;
	width: 16px;
	height: 20px;
	background: url("/common/img/icon_blank_fff.svg") top right no-repeat;
	background-size: contain;
}
.btn_ft_entry:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #40d3dd;
	transform: skewY(5.8deg); /*skewY(9.8deg)*/
	transform-origin: center center;
	transition: all .3s linear;
}

.btn_ft_entry.end:before{
	background: none;
}

.btn_ft_entry:hover{
	background-color: #dd7176;
}
.btn_ft_entry:hover:after{
	background: #dd556d;
}

.btn_ft_entry.end:hover{
	background-color: #40bddd;
}
.btn_ft_entry.end:hover:after{
	background: #40d3dd;
}


@media screen and (max-width: 767px) {
/*.btn_ft_entry .en{
	font-size: 200%;
}
.btn_ft_entry a{
	padding: 20px 0;
}*/
}




/* btn_side_entry *************************************************************/
.btn_side_entry{
	position: fixed;
	z-index: 10;
	top: 50%;
	right: 0;
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	font-size: 16px;
	font-size: clamp(13px, 3vw, 16px);
	text-align: center;
	margin: -100px 0 0;
	background-color: #40bddd;
	overflow: hidden;
	transition: all .3s linear;
}
.btn_side_entry a{
	position: relative;
	z-index: 1;
	display: block;
	padding: 40px 10px;
	color: #fff;
}


.btn_side_entry:before{
	content: "";
	position: absolute;
	top: 15px;
	right: 0;
	left: 0;
	width: 12px;
	height: 10px;
	margin: 0 auto;
	background: url("/common/img/icon_blank_fff.svg") top right no-repeat;
	background-size: contain;
}
.btn_side_entry:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #40d3dd;
	transform: skewY(80deg);
	transform-origin: center center;
	transition: all .3s linear;
}
.btn_side_entry:hover{
	background-color: #dd7176;
}
.btn_side_entry:hover:after{
	background: #dd556d;
}


@media screen and (max-width: 767px) {
.btn_side_entry{
	top: auto;
	bottom: 20%;
}
}


/* list_bnr *************************************************************/
.list_bnr{
	display: flex;
	justify-content: center;
	flex-flow: wrap;
	margin-top: 40px;
}
.list_bnr li{
	width: 195px;
	margin: 0 5px;
}
.list_bnr li a:hover{
	opacity: 0.7;
}

@media screen and (max-width: 639px) {
.list_bnr{
	flex-direction: column;
}
.list_bnr li{
	margin: 0 auto 10px;
}
}


