@CHARSET "UTF-8";
/*
Theme Name: kakehashi
date: 2026.03.19
*** basic setting on css/destyle.css ***
*/


/* = common setting
-------------------------------------------------------------- */ 

:root {
  --yellow: #CCAF53;
	--blue: #231F88;
  --bk: #121212;
	--bg: #EFEDE1;
	--header_height: 5.5rem;
}


*{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html{
	font-size: 62.5%;
	scroll-behavior: smooth;
	scroll-padding-top: 5rem;
}
body {
	margin: 0;
	font-size: 1.4rem;
	font-family: "Lato", "Noto Sans JP", sans-serif;
  font-weight: 400;
	color: var(--bk);
	line-height: 1.7;
	letter-spacing: 1px;
}

.font_en{
	font-family: "Lato", sans-serif;
	font-weight: 500;
}

.font_mincho{
	font-family: "Noto Serif JP", serif;
}



/* =layouts
-------------------------------------------------------------- */

body,
#page{
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#site_footer{
  margin-top: auto;
}

table{
	width: 100%;
	border-collapse: collapse;
  border-spacing: 0;
}
table th{
	padding: 1rem;
	text-align: left;
  width: 30%;
	font-weight: 400;
}
table td{
	padding: 1rem;
}

.txt_right{
	text-align: right;
}

h1,h2,h3,h4,h5,h6{
	margin: 0;
	font-weight: 600;
}
ul,dl,dt,dd{
	margin: 0;
	padding: 0;
	font-weight: 400;
}
li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
p{
	margin: 0;
}
.pc_only{
	display: none;
}

.wrapper{
	width: 90%;
	max-width: 1120px;
	margin: 0 auto;
}
.wide_wrap{
	max-width: 1200px;
}
.hidden{
	overflow: hidden;
}

/* Clearing floats */
.clear:after{
	clear: both;
}
.clear:before,
.clear:after{
	display: table;
	content: "";
}

.txt_right{
	text-align: right;
}
.txt_vertical{
	writing-mode: vertical-rl;
}
.txt_small{
	font-size: 70%;
}
.txt_large{
	font-size: 150%;
}

.underline{
	background: linear-gradient(to bottom , rgba(255,255,255,0) 50%, #ffff00 51%);
	font-weight: 700;
}



/* =link
-------------------------------------------------------------- */


a{
	outline: none;
	color: var(--bk);
	text-decoration: none;
	transition: .3s;
}
*:focus {
  outline: none;
}

.link_none{
  pointer-events: none !important;
  cursor: default !important;
  opacity: .3;
}

input[type="submit"]{
	outline: 0;
	box-shadow: none;
	cursor: pointer;
}
label{
	cursor: pointer;
}




.sns_links{
	display: flex;
	justify-content: center;
}
.sns_links li{
	margin: 0 .5rem;
}
.btn_sns{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
}
.sns_icon{
	fill: #fff;
	width: 2.5rem;
	height: 2.5rem;
	object-fit: contain;
}
.icon_stroke{
	fill: none;
	stroke: #fff;
}
.sns_line{
	background: #06c755;
}
.sns_instagram{
	background: linear-gradient(135deg,#741AFA,#FF30C4,#FF5D21,#FFD735);
}
.sns_youtube{
	background: #ff0000;
}
.sns_facebook{
	background: #1877f2;
}
.sns_x{
	background: #000;
}



/* =media
-------------------------------------------------------------- */

img,
svg{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	transition: .3s;
}
iframe{
	max-width: 100%;
}
.img_clip{
	position: relative;
	overflow: hidden;
}
.img_clip::before{
	content: '';
	padding-top: 60%;
	display: block;
	background: #ccc;
}
.img_clip img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 1s;
}

.wp-block-embed-youtube .wp-block-embed__wrapper,
.youtube_wrap{
  position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.wp-block-embed-youtube .wp-block-embed__wrapper iframe,
.youtube_wrap iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}




/* =tub
-------------------------------------------------------------- */

summary{
	cursor: pointer;
}
summary::marker{
  content: none;
}
summary::-webkit-details-marker{
  display: none;
}

.accordion dd{
	display: none;
}

.tub{
	display: flex;
}
.tub_cont{
	display: none;
}
.cont_current{
	display: block;
}



/* =slide base
-------------------------------------------------------------- */

.swiper img{
	width: 100%;
}
.swiper-wrapper{
	transition-timing-function:linear; 
}
.swiper-button-next,
.swiper-button-prev{
	color: #fff;
	width: 4rem;
	height: 4rem;
	background: rgba(255,255,255,.7);
	border-radius: 50%;
}
.swiper-button-prev{
	left: -1rem;
}
.swiper-button-next{
	right: -1rem;
}
.swiper-button-next:after, 
.swiper-button-prev:after{
	color: var(--blue);
	font-size: 1.2rem;
	font-weight: 700;
}
.swiper-pagination-bullet{
	background: #fff;
	border: var(--blue) solid 1px;
	opacity: 1;
}
.swiper-pagination-bullet-active{
	background: var(--blue);
}





/* =site basic
-------------------------------------------------------------- */

.btn_link{
	background: var(--yellow);
	color: #fff;
	display: block;
	padding: 1.5rem;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	text-align: center;
  position: relative;
	clip-path: polygon(2rem 0,100% 0,calc(100% - 2rem) 100%,0 100%);
	font-size: 1.6rem;
}

#page{
	padding-top: var(--header_height);
}
.page_container{
	background: #fff;
}

.page_wrapper{
	padding-bottom: 7rem;
	position: relative;
	z-index: 5;
}
.page_wrapper::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 30rem;
	background: url('images/bg2.png') no-repeat center center / cover;
	z-index: -1;
	top: 0;
	left: 0;
}
.section{
	padding: 5rem 0;
	position: relative;
}
.hidden{
	overflow: hidden;
}
.border_left{
	color: var(--yellow);
	font-size: 80%;
	display: block;
	padding-left: 1.5rem;
	position: relative;
}
.border_left::before{
	content: '';
	background: var(--yellow);
	width: 2px;
	height: 1rem;
	position: absolute;
	left: 0;
	top: 50%;
	translate: 0 -50%;
	rotate: 20deg;
}

.page_header{
	padding: 6rem 0 0;
	border-bottom: var(--yellow) solid 1px;
	margin-bottom: 5rem;
}
.page_title__en{
	font-size: 4rem;
	color: var(--yellow);
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1;
}
.page_title{
	font-weight: 600;
	text-align: center;
	margin-top: .5rem;
}


#breadcrumb_wrap{
	overflow: hidden;
	margin: 5rem auto 1.5rem;
	white-space: nowrap;
}
#breadcrumb{
	display: flex;
	align-items: center;
	font-size: 1rem;
}
#breadcrumb li::after{
	content: '/';
	width: .5rem;
	height: .5rem;
	display: inline-block;
	margin: 0 .5rem;
	color: #707070;
}
#breadcrumb li:last-child{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 15rem;
	color: #707070;
}
#breadcrumb li:last-child::after{
	content: none;
}


#message_404 .btn_link{
	margin-top: 5rem;
}



/* =entry base
-------------------------------------------------------------- */

.entry_content h2{
	margin: 4rem 0 2rem;
	font-size: 1.8rem;
	line-height: 1.5;
	padding-left: 1.5rem;
	border-left: var(--blue) solid .4rem;
}
.entry_content h3{
	background: var(--blue);
	padding: 1rem;
	border-radius: .5rem;
	color: #fff;
	font-size: 1.6rem;
	margin: 3rem 0 1rem;
}
.entry_content h4{
	color: var(--blue);
	font-size: 1.6rem;
	margin: 2rem 0;
}
.entry_content p{
	margin: 2rem 0;
}
.entry_content a{
	text-decoration: underline;
	color: var(--blue);
}
.entry_content a:hover{
	text-decoration: none;
}
.entry_content table tr{
	border: 0;
}
.has-text-align-right{
	text-align: right;
}
.has-text-align-center{
	text-align: center;
}
.entry_content table th,
.entry_content table td{
	border: #999 solid 1px;
}

.entry_content ul,
.entry_content ol{
  padding: 2rem 5%;
  margin: 3rem 0;
  background: var(--bg);
}
.entry_content li{
  margin: .5rem 0;
  line-height: 1.5;
  position: relative;
  padding-left: 2rem;
}
.entry_content ul li::before{
  content: '・';
  position: absolute;
  top: 2px;
  left: 0;
}
.entry_content ol{
  counter-reset: number;
}
.entry_content ol li::before{
  counter-increment: number;
  content: counter(number)'.';
  top: 0;
  left: 0;
  position: absolute;
}

.wp-block-image{
	margin-bottom: 2rem;
	margin-top: 2rem;
}
.wp-block-image img{
	border-radius: 2rem;
	overflow: hidden;
}
.wp-block-image figcaption{
	font-size: 1.2rem;
	margin: .5rem 0 0;
	text-align: center;
}
.wp-block-gallery{
	display: flex;
	flex-wrap: wrap;
	gap: 0 !important;
}
.wp-block-gallery .wp-block-image{
	width: 50%;
	padding-right: 1rem;
	margin: .5rem 0;
}
.wp-block-embed{
	margin: 2rem 0;
}

div#toc_container{
  width: 100%;
  border: 0;
  border-top: #999 solid 1px;
  border-bottom: #999 solid 1px;
  margin: 3rem 0;
  padding: 3rem 0;
}
div#toc_container a{
  color: #000;
}
div#toc_container a:hover{
  color: var(--yellow_txt);
}
#toc_container p.toc_title{
  text-align: left;
  font-size: 1.8rem;
}
.toc_list > li{
  margin-bottom: 1rem !important;
}


/* =page nav
-------------------------------------------------------------- */

.page_links{
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 3rem 0;
}
.page_links a, 
.page_links span{
  text-decoration: none;
	font-size: 1.4rem;
	padding: 0 .5rem;
}
.page_links span.current{
	color: var(--orange);
}
.page_links a:hover{
	text-decoration: underline;
}
.page_links a.next{
  margin-left: 1rem;
}
.page_links a.prev{
  margin-right: 1rem;
}


.nav_single{
	clear: both;
	display: flex;
  justify-content: center;
  margin: 5rem 0;
  border-top: #ccc solid 1px;
  border-bottom: #ccc solid 1px;
}
.nav_single li{
	width: 33.33%;
	text-align: center;
}
.nav_single li a{
	display: block;
	padding: 1.5rem 0;
}
.nav_archive{
	border-left: #ccc solid 1px;
	border-right: #ccc solid 1px;
}







/* =header
-------------------------------------------------------------- */

#site_header{
  padding: 0 1rem;
	position: fixed;
	width: 100%;
	height: var(--header_height);
	display: flex;
	align-items: center;
	z-index: 9999;
	background: #fff;
	transition: .5s;
}
#header_logo{
	display: block;
  margin: 0 auto 0 0;
}
#header_logo__wrap{
	position: relative;
	line-height: 1;
  display: block;
}
#header_logo img{
	width: 15rem;
	transition: .5s;
}
#header_logo__front{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	opacity: 0;
}
#header_logo .font_en{
	font-size: 1rem;
	color: var(--blue);
	display: block;
	text-align: right;
}
#header_nav__btn{
	position: fixed;
	top: 0;
	right: 0;
	width: var(--header_height);
	height: var(--header_height);
	text-align: center;
	z-index: 9999;
  cursor: pointer;
	background: var(--blue);
}
#header_nav__btn::before{
	content: '';
	width: 2rem;
	height: 100%;
	position: absolute;
	z-index: 99;
	background: var(--blue);
	clip-path: polygon(0 100%,100% 100%,100% 0);
	left: -2rem;
	top: 0;
}
#header_nav__btn .border_wrap{
  position: absolute;
	left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
	width: 50%;
}
#header_nav__btn .border{
	width: 100%;
	height: 1px;
	background: #fff;
  display: block;
  margin-bottom: .5rem;
  transition: all .4s;
	box-sizing: border-box;
}
#header_nav__btn .border:last-child{
  margin: 0;
}
.nav_active #header_nav__btn .border{
  background: #fff;
}
#header_nav__btn .nav_txt{
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  bottom: -1rem;
  left: 50%;
  translate: -50% 0;
}
.nav_active #header_nav__btn .border:nth-of-type(1) {
	transform: translateY(3px) rotate(-30deg);
}
.nav_active #header_nav__btn .border:nth-of-type(2) {
	transform: translateY(-3px) rotate(30deg);
}


#header_nav__inner{
	width: 80%;
	max-width: 40rem;
	height: 100%;
	background: var(--blue);
	z-index: 999;
	position: fixed;
	top: 0;
	right: -40rem;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.nav_active #header_nav__inner{
	opacity: 1;
	visibility: visible;
	right: 0;
}
.main_navigation{
	position: relative;
}
.main_navigation li a{
	display: block;
	position: relative;
	color: #fff;
}
#header_nav .main_navigation{
	padding-top: 6rem;
}
#header_nav .main_navigation li a{
	padding: 1.5rem 3rem;
}
#header_entry{
	position: fixed;
	top: 0;
	right: var(--header_height);
	width: 10rem;
	height: var(--header_height);
	font-size: 1.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
#nav_entry{
	width: 80%;
	margin-top: 3rem;
}

#nav_open__cover{
	position: fixed;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,.4);
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	cursor: pointer;
}
.nav_active #nav_open__cover{
	opacity: 1;
	visibility: visible;
	z-index: 99;
}
.nav_active #page{
	filter: blur(3px);
}






/* =footer
-------------------------------------------------------------- */

#site_footer{
	background: var(--blue);
	color: #fff;
	padding-top: 5rem;
	position: relative;
	z-index: 10;
}
#footer_logo{
	color: #fff;
	display: block;
	width: 80%;
	max-width: 25rem;
	margin-bottom: 2rem;
}
#footer_logo img{
	width: 100%;
}
#footer_logo .font_en{
	display: block;
	font-size: 1.2rem;
	margin-top: .5rem;
}
#link_corp{
	padding: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80%;
	max-width: 20rem;
	text-align: center;
	color: var(--blue);
	background: #fff;
	font-size: 1.2rem;
}
#link_corp img{
	width: 1.5rem;
	margin-left: .5rem;
}
#site_footer__right{
	margin: 0 0 5rem;
}
#site_footer__right .main_navigation li{
	margin-bottom: 2rem;
	font-size: 1.6rem;
}
#footer_copy{
	font-size: 1rem;
	padding: 3rem 0;
	text-align: center;
}






/* =TOP
-------------------------------------------------------------- */

#front_body #page{
	padding: 0;
}
#front_body #site_header{
	background: none;
}
#front_body.scroll #site_header{
	background: #fff;
}
#main_visual{
	position: relative;
	height: 100vh;
	overflow: hidden;
}
#main_visual__mov{
	height: 100vh;
	width: 100%;
	object-fit: cover;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}
#main_visual__catch{
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	z-index: 50;
	width: 80%;
	max-width: 1200px;
}
#main_visual__catch::before{
	content: '';
	width: 10rem;
	height: 20rem;
	background: url('images/line01.svg') no-repeat center center / contain;
	position: absolute;
	bottom: 50%;
	left: -5rem;
	z-index: 5;
}
#main_visual__catch::after{
	content: '';
	width: 10rem;
	height: 20rem;
	background: url('images/line02.svg') no-repeat center center / contain;
	position: absolute;
	top: 60%;
	right: -5rem;
	z-index: 5;
}

.section_header{
	margin-bottom: 3rem;
}
.section_header .font_en{
	color: var(--blue);
	font-size: 4rem;
	line-height: 1;
	text-transform: uppercase;
}
.section_header .section_title{
	font-weight: 600;
	font-size: 1.6rem;
	margin-top: .5rem;
}

.section_intro{
	margin-bottom: 3rem;
}
.bg{
	background: var(--bg);
}

#about{
	padding-bottom: 0;
}
#abouot_list li{
	border-bottom: #ddd solid 1px;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
}
#abouot_list li:last-child{
	margin: 0;
}
#abouot_list li h3{
	display: flex;
	font-size: 1.8rem;
	line-height: 1.5;
	margin-bottom: 1rem;
}
#abouot_list li h3 span{
	flex: 1;
}
#abouot_list li h3 span.font_en{
	color: var(--yellow);
	font-size: 150%;
	flex: 0 0 5rem;
	margin-top: -.5rem;
}
#about_inner__photo{
	margin-left: -5%;
	margin-top: 3rem;
	width: 90%;
	position: relative;
	z-index: 50;
}
#values{
	z-index: 5;
}
#values::before{
	content: '';
	background: url('images/bg01.png') no-repeat top left / contain;
	width: 10rem;
	height: 20rem;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.values_box{
	border-top: #ddd solid 2px;
	position: relative;
	padding: 3rem 0 2rem;
}
.values_box::before{
	content: '';
	width: 5rem;
	height: 2px;
	background: var(--yellow);
	position: absolute;
	top: -2px;
	left: 0;
	z-index: 5;
}
.values_box__num{
	position: absolute;
	color: var(--yellow);
	top: .5rem;
	left: 0;
	font-size: 1.6rem;
}
.values_icon{
	display: block;
	width: 5rem;
	height: 5rem;
	margin: 0 auto 1rem;
}
.values_icon img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.values_box h3{
	text-align: center;
	font-size: 1.8rem;
	margin: 1rem 0;
}
.values_box p{
	text-align: center;
}

#between_photo{
	width: 100%;
	background: url('images/bg_photo.jpg') no-repeat center center / cover;
	height: 25rem;
}

.business_box{
	padding-bottom: 2rem;
	margin-bottom: 2rem;
	border-bottom: #ddd solid 1px;
}
.business_box__txt{
	margin-top: 2rem;
}
.business_box__txt .border_left{
	font-size: 1.4rem;
	text-transform: uppercase;
}
.business_box__txt h3{
	font-size: 1.8rem;
	margin-bottom: 2rem;
}

.business_facility{
	border: #ddd solid 1px;
	border-radius: .5rem;
	font-size: 1rem;
	display: inline-flex;
	padding: 1rem 0;
	margin-bottom: 2rem;
	letter-spacing: 0;
}
.business_facility li{
	padding: 0 1rem;
	line-height: 1;
}
.business_facility li:not(:last-child){
	border-right: var(--yellow) solid 2px;
}
#business01_bnrs{
	display: flex;
	margin: 0 -.5rem 3rem;
}
#business01_bnrs li{
	width: 33.33%;
	padding: 0 .5rem;
}
.business01_bnr__box{
	border: #ddd solid 1px;
	padding: .5rem;
	font-size: 1rem;
	text-align: center;
	letter-spacing: 0;
	height: 100%;
	white-space: nowrap;
}
.business01_bnr__box p{
	font-size: 80%;
	margin-top: .5rem;
}
.business01_bnr__box h4{
	font-weight: 400;
	white-space: nowrap;
}

#message{
	z-index: 5;
}
#message::before{
	content: '';
	width: .2rem;
	height: 20rem;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
	rotate: 20deg;
	background: var(--yellow);
	transform-origin: top right;
}
#message::after{
	content: '';
	background: url('images/bg01.png') no-repeat top left / contain;
	width: 10rem;
	height: 20rem;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
	rotate: 180deg;
}
#message_photo{
	width: 80%;
	margin: 0 auto 3rem;
	position: relative;
}
#message_photo::before{
	content: '';
	width: .2rem;
	height: 20rem;
	position: absolute;
	left: -2rem;
	bottom: -5rem;
	z-index: 5;
	rotate: 20deg;
	background: var(--yellow);
}
#messae_txt h3{
	font-size: 2rem;
	margin-bottom: 2rem;
}
#messae_txt p{
	margin-bottom: 2rem;
}
#message_name{
	margin-top: 3rem;
	font-weight: 600;
}
#message_name span{
	font-size: 150%;
	margin-left: 1rem;
}

#job_information .section_header{
	margin-top: -8rem;
}

#entry{
	background: url('images/bg.png') no-repeat center left / cover;
	color: #fff;
}
#entry .section_header .font_en{
	color: #fff;
}
#entry_txt p{
	font-size: 1.8rem;
	margin-bottom: 2rem;
	font-weight: 600;
}
.btn_entry{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.5rem 0;
	width: 70%;
	max-width: 20rem;
	position: relative;
	background: #fff;
	font-size: 1.6rem;
}
.btn_entry::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background: var(--blue);
	width: 100%;
	height: .2rem;
	z-index: 5;
}
.arrow{
	width: 2rem;
	height: 2rem;
	background: url('images/arrow.svg') no-repeat center center / contain;
	margin-left: 1rem;
}







/* =Contact
-------------------------------------------------------------- */

.form_header{
	text-align: center;
}
.form_step ul{
	display: flex;
	justify-content: space-between;
	margin: 3rem 0 5rem;
}
.form_step ul li{
	width: calc(33.33% - 2rem);
	background: #DBD9CE;
	color: #fff;
	padding: 1rem;
	font-size: 1rem;
	position: relative;
}
.form_step ul li.current{
	background: var(--yellow);
}
.form_step ul li::after{
	content: '';
	width: 1.5rem;
	height: 2px;
	border-top: var(--yellow) dotted 2px;
	display: block;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	left: calc(100% + .5rem);
}
.form_step ul li:last-child::after{
	content: none;
}
.step02_message{
	display: none;
}
.required{
	border: #D63030 solid 1px;
	color: #D63030;
	font-size: 1.2rem;
	padding: 0 .5rem;
	display: block;
	width: 5rem;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
}
.input_box{
	width: 100%;
	padding: .5rem 1rem;
	margin-bottom: 3px;
  line-height: 1.7;
  border: #6F6F6F solid 1px;
	min-height: 4rem;
	display: block;
	border-radius: .3rem;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f4f4f4 inset;
}
.input_box.short_box{
	width: 150px;
	display: inline-block;
}
.form_wrap input[type="radio"],
.form_wrap input[type="checkbox"]{
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

input[type="date"]{
  position: relative;
}
input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
input[type="date"]::-webkit-inner-spin-button{
  -webkit-appearance: none;
}
input[type="date"]::-webkit-clear-button{
  -webkit-appearance: none;
}
.select_wrap{
	position: relative;
}
.select_wrap::after{
	content: '';
	position: absolute;
	top: 1.5rem;
	right: 1rem;
	width: 1.2rem;
	height: 1rem;
	clip-path: polygon(0 0,100% 0,50% 100%);
	background: var(--bk);
	pointer-events: none;
}
.form_wrap label{
	cursor: pointer;
}

.form_wrap th{
	display: block;
	width: 100%;
	padding: 0 0 1rem;
	position: relative;
	font-weight: 500;
}
.form_wrap td{
	display: block;
	padding: 0 0 2rem;
	border-bottom: #ccc solid 1px;
	margin-bottom: 2rem;
}
.form_wrap tr:last-child td{
	border: 0;
}
.form_wrap .attention{
	background: #efefef;
	padding: 1rem 5%;
	margin-top: .5rem;
	font-size: 1.2rem;
}
.form_wrap .attention p{
	margin: 1rem 0;
}
.form_policy{
	margin: 5rem 0 3rem;
	padding: 2rem 0;
	border-top: var(--yellow) solid 1px;
	border-bottom: var(--yellow) solid 1px;
}
.form_policy h3{
	text-align: center;
	margin-bottom: 1rem;
}
.form_policy p{
	font-size: 1.2rem;
}
.policy_check{
	text-align: center;
	margin: 3rem 0;
	font-size: 1.2rem;
}
.btn_submit{
	display: block;
	background: var(--blue);
	border: var(--blue) solid 1px;
	color: #fff;
	text-align: center;
	font-weight: 500;
	padding: 1.5rem 0;
	width: 80%;
	max-width: 20rem;
	margin: 1rem auto;
}
.btn_back{
	background: #AAAAAA;
	border-color: #AAAAAA;
}
.mw_wp_form_confirm .step01_message{
	display: none;
}
.mw_wp_form_confirm .step02_message{
	display: block;
}
.mw_wp_form_confirm .required{
	display: none;
}
.mw_wp_form_confirm .select_wrap::after{
	content: none;
}
.mw_wp_form_confirm .form_policy{
	display: none;
}
.wpcf7-turnstile{
	text-align: center;
	margin: 3rem 0;
}

#thanks_message h2{
	font-size: 1.6rem;
}



/* =recruit
-------------------------------------------------------------- */

.no_posts{
	text-align: center;
	background: #fff;
	padding: 2rem 0;
	border-radius: 1rem;
}
.recruit_box__wrap{
	padding: 1rem;
	height: 100%;
}
.recruit_box{
	border-radius: 1rem;
	overflow: hidden;
	box-shadow: 0 0 4px 1px rgba(0,0,0,.1);
	display: block;
	background: #fff;
	height: 100%;
}
.recruit_box__inner{
	padding: 1rem 1rem 2rem;
}
.job_cat{
	display: inline-block;
	padding: 0 1rem;
	border-radius: .5rem;
	background: #fff;
	border: var(--bk) solid 1px;
	margin-bottom: 1rem;
	color: var(--bk);
	font-size: 1.2rem;
}
.cat_fulltime{
	background: var(--blue);
	border: var(--blue) solid 1px;
	color: #fff;
}
.cat_parttime{
	border: var(--blue) solid 1px;
	color:  var(--blue);
}
.cat_outsourcing{
	border: var(--yellow) solid 1px;
	color:  var(--yellow);
}
.recruit_box__title{
	font-size: 1.8rem;
	line-height: 1.5;
}
.job_tags{
	margin-top: 2rem;
	display: flex;
	flex-wrap: wrap;
}
.job_tags li{
	margin: 0 .5rem .5rem 0;
	font-size: 1.2rem;
	background: var(--bg);
	padding: 0 .5rem;
	border-radius: .3rem;
	color: #5C5C5C;
}
.job_tags li span{
	color: var(--yellow);
	font-size: 120%;
	margin-right: .5rem;
}
#recruit_list{
	padding-bottom: 5rem;
}
#recruit_list__inner{
	overflow: visible;
}
#recruit_list .swiper-pagination{
	bottom: -3rem;
}
#recruit_list .swiper-slide{
	align-self: stretch;
	height: auto;
}

#job_header__img{
	margin-bottom: 2rem;
}
#job_header__img .img_clip::before{
	padding-top: 50%;
}
.job_title__en{
	text-transform: uppercase;
	font-size: 1.4rem;
	margin-bottom: .5rem;
}
.job_header__txt{
	padding: 2rem 5%;
	background: #fff;
	margin: 0 -5%;
}
.job_title{
	margin-bottom: 3rem;
	font-size: 2rem;
	line-height: 1.5;
}
#page_job #breadcrumb_wrap{
	margin-top: 2rem;
}

#job_schedule .section_header{
	margin-bottom: 1rem;
}
#job_schedule__inner{
	background: var(--yellow);
	position: relative;
	z-index: 10;
}
#job_schedule__img{
	position: absolute;
	top: 0;
	left: 50%;
	translate: -50% 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	max-width: 1200px;
	opacity: .5;
}
#job_schedule__img .img_clip{
	height: 100%;
	clip-path: polygon(20% 0,100% 0,80% 100%,0 100%);
}
#job_schedule__img .img_clip::before{
	content: none;
}
#job_schedule__list{
	padding-left: 3rem;
	position: relative;
}
#job_schedule__list li{
	margin: 1rem 0;
	position: relative;
}
.job_schedule__li{
	background: #fff;
	border-radius: 1rem;
	padding: 1rem;
	line-height: 1.5;
	display: flex;
	align-items: center;
}
#job_schedule__list li::before{
	content: '';
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	left: -3rem;
	width: 1rem;
	height: 1rem;
	background: #fff;
	border-radius: 50%;
}
#job_schedule__list li::after{
	content: '';
	background: #fff;
	width: 1px;
	height: calc(100% + 1rem);
	top: 0;
	left: -2.5rem;
	position: absolute;
}
#job_schedule__list li:first-child::after{
	height: calc(50% + 1rem);
	top: 50%;
}
#job_schedule__list li:last-child::after{
	height: 50%;
}
#job_schedule__list li .font_en{
	color: var(--yellow);
	font-size: 1.6rem;
	width: 6rem;
}
.job_schedule__txt{
	flex: 1;
}

#job_personality .section_header{
	text-align: center;
}
#job_wanted__list li{
	border-top: var(--yellow) solid 2px;
	padding: 2rem 0 2rem 4rem;
	position: relative;
	line-height: 1.5;
}
#job_wanted__list li::before{
	content: '';
	width: 2.5rem;
	height: 2.5rem;
	background: url('images/check.svg') no-repeat center center / contain;
	position: absolute;
	left: 0;
	top: 50%;
	translate: 0 -50%;
}

#job_gallery .img_clip::before{
	padding-top: 100%;
}

#job_table th{
	border-bottom: var(--yellow) solid 1px;
	padding: 1.5rem 1rem;
	width: 10rem;
}
#job_table td{
	border-bottom: #ddd solid 1px;
	padding: 1.5rem;
}
#job_table tr:first-child th{
	border-top: var(--yellow) solid 1px;
}
#job_table tr:first-child td{
	border-top: #ddd solid 1px;
}
.job_map{
	margin-top: 2rem;
	margin-left: -10rem;
}
.job_map iframe{
	width: 100%;
	height: 30rem;
}
#link_entry .btn_link{
	font-size: 2rem;
}





#confirmation{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	background: url('images/bg2.png') no-repeat center center / cover;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	transition: opacity 0.6s ease;
	opacity: 0;
  visibility: hidden;
	pointer-events: none;
}
#page_wrap{
	opacity: 0;
  visibility: hidden;
}
#page_wrap.is-show,
#confirmation.is-show{
	opacity: 1;
  visibility: visible;
	pointer-events: auto;
}
#confirmation_inner{
	text-align: center;
	max-width: 800px;
}
#confirmation_logo{
	width: 60%;
	max-width: 30rem;
	margin: 0 auto 2rem;
}
#confirmation_logo .font_en{
	color: var(--blue);
	margin-top: .5rem;
	display: block;
}
#confirmation_inner p{
	font-size: 1.8rem;
	margin: 3rem 0;
}
#confirmation_inner ul{
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}
#confirmation_inner ul li{
	width: 48%;
}
#confirmation_inner .btn_link{
	text-transform: uppercase;
}
#confirmation_inner ul li:last-child .btn_link{
	background: #5C5C5C;
}
.confirmation_img{
	position: absolute;
	z-index: -1;
	width: 50%;
}
.confirmation_img figure:first-child{
	margin-bottom: 5rem;
	translate: 3rem 0;
}
#confirmation_img01{
	top: 2rem;
	left: -8rem;
}
#confirmation_img02{
	bottom: 2rem;
	right: -8rem;
}




/* =RWD
-------------------------------------------------------------- */

@media screen and (min-width: 768px){
  .mobile_only{
		display: none;
	}
	.pc_only{
		display: block;
	}
  a[href*="tel:"] {
    pointer-events: none !important;
    cursor: default !important;
    text-decoration: none !important;
  }
  table th{
		padding: 1rem;
	}
	table td{
		padding: 1rem;
	}
	.wp-block-gallery.columns-3 .wp-block-image{
		width: 33.33%;
	}
	.wp-block-gallery.columns-4 .wp-block-image{
		width: 25%;
	}
	.wp-block-gallery.columns-5 .wp-block-image{
		width: 20%;
	}
	.section{
		padding: 7rem 0;
	}
	#header_logo{
		display: flex;
		align-items: center;
	}
	#header_logo .font_en{
		margin-left: 1.5rem;
		font-size: 1.2rem;
		line-height: 1;
		padding-top: .5rem;
	}
	#header_logo img{
		width: 20rem;
	}
	#front_body #header_logo .font_en{
		color: #fff;
		transition: .5s;
	}
	#front_body #header_logo__img{
		opacity: 0;
	}
	#front_body #header_logo__front{
		opacity: 1;
	}
	#front_body.scroll #header_logo .font_en{
		color: var(--blue);
	}
	#front_body.scroll #header_logo__img{
		opacity: 1;
	}
	#front_body.scroll #header_logo__front{
		opacity: 0;
	}
	#site_footer{
		padding: 5rem 0 3rem;
	}
	#site_footer__inner{
		display: flex;
		position: relative;
		flex-direction: row-reverse;
	}
	#site_footer__left{
		width: 25rem;
		margin-bottom: 5rem;
	}
	#site_footer__right{
		flex: 1;
		margin: 0;
	}
	#site_footer__right .main_navigation{
		display: flex;
		flex-wrap: wrap;
	}
	#site_footer__right .main_navigation li{
		margin-left: 2rem;
		font-size: 1.4rem;
	}
	#footer_copy{
		position: absolute;
		text-align: left;
		padding: 0;
		left: 0;
		bottom: 0;
	}
	.section_header .font_en{
		font-size: 6rem;
	}
	#main_visual,
	#main_visual__mov{
		height: 50rem;
	}
	#main_visual__catch::before{
		translate: 0 40%;
		left: -10rem;
	}
	#main_visual__catch::after{
		translate: 0 -20%;
		right: -10rem;
	}
	#about_inner{
		display: flex;
		flex-direction: row-reverse;
	}
	#about_inner__photo{
		width: 45%;
		margin-right: 5rem;
		margin-top: 0;
	}
	#abouot_list{
		flex: 1;
	}
	#values_list{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.values_box{
		width: 48%;
	}
	.business_box{
		display: flex;
		flex-direction: row-reverse;
	}
	.business_box__img{
		width: 40%;
		margin-left: 3rem;
	}
	.business_box__txt{
		flex: 1;
		margin: 0;
	}
	#messgae_inner{
		display: flex;
		align-items: flex-start;
	}
	#message_photo{
		width: 45%;
		margin: 0 3rem 0 0;
	}
	#messae_txt{
		flex: 1;
	}
	#entry{
		display: flex;
		align-items: center;
	}
	#entry_photo{
		width: 60%;
		align-self: stretch;
	}
	#entry_photo .img_clip{
		height: 100%;
		clip-path: polygon(23% 0,100% 0,100% 100%,0 100%);
	}
	#entry_photo .img_clip::before{
		content: none;
	}
	#entry_inner{
		width: 50%;
		padding-left: 5%;
	}
	#recruit_list .swiper-pagination,
	#recruit_list .swiper-button-prev,
	#recruit_list .swiper-button-next{
		display: none;
	}
	#recruit_list .swiper-wrapper{
		margin: 0 -1rem;
		flex-wrap: wrap;
	}
	#recruit_list .swiper-slide{
		width: 50%;
		margin-bottom: 3rem;
	}
	.page_title__en{
		font-size: 5rem;
	}
	.page_title{
		font-size: 1.8rem;
	}
	#message_404 .btn_link{
		margin: 5rem 0 0;
	}
	.page_wrapper::before{
		height: 40rem;
	}
	.form_wrap tr{
		border-bottom: #ddd solid 1px;
	}
	.form_wrap th{
		display: table-cell;
		width: 30%;
		padding: 2.5rem 5rem 2rem 0;
	}
	.mw_wp_form_confirm .form_wrap th{
		padding: 1.5rem 0;
	}
	.form_wrap td{
		display: table-cell;
		padding: 1.5rem 2rem;
		border: 0;
		margin: 0;
	}
	.required{
		top: 2.5rem;
	}
	.form_policy{
		width: 90%;
		margin: 3rem auto;
		text-align: center;
		padding: 3rem 5%;
	}
	.submit_wrap{
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: row-reverse;
	}
	.submit_wrap .btn_submit{
		margin: 0 1rem;
	}
	#thanks_message .form_wrap{
		text-align: center;
	}
	#thanks_message h2{
		font-size: 2rem;
	}
	#job_header{
		position: relative;
		min-height: 30rem;
	}
	#job_header__img{
		width: 70%;
		margin: 0 0 0 auto;
	}
	#job_header__img .img_clip{
		clip-path: polygon(20% 0,100% 0,100% 100%,0 100%);
	}
	#job_header__inner{
		position: absolute;
		top: 50%;
		translate: 0 -50%;
		left: 5%;
		z-index: 10;
	}
	.job_header__txt{
		margin: 0;
		padding: 2rem;
		width: 50%;
		min-height: 20rem;
	}
	.job_schedule__li{
		display: inline-flex;
		padding: 1.5rem 3rem;
	}
	#job_wanted__list{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#job_wanted__list li{
		width: 48%;
	}
	#job_gallery .img_clip::before{
		padding-top: 70%;
	}
	.job_map{
		margin-left: 0;
	}
	.confirmation_img{
		width: 30%;
	}
	#confirmation_inner p{
		font-size: 3rem;
		margin: 4rem 0;
	}
}


@media screen and (min-width: 1024px){
  html{
    font-size: 75%;
  }
	#header_entry{
		width: 18rem;
		font-size: 1.6rem;
	}
	#site_footer__left{
		width: 30rem;
	}
	#site_footer__right .main_navigation li{
		width: 33.33%;
		margin-bottom: 3rem;
		margin-left: 0;
	}
	#main_visual,
	#main_visual__mov{
		height: 100vh;
	}
	#main_visual__catch::before{
		width: 20rem;
		height: 35rem;
		left: -15rem;
	}
	#main_visual__catch::after{
		width: 15rem;
		height: 30rem;
		right: -15rem;
	}
	.section_header .font_en{
		font-size: 7rem;
	}
	.section_header .section_title{
		font-size: 2rem;
	}
	.section_intro{
		margin-bottom: 5rem;
	}
	#abouot_list li h3{
		font-size: 2.4rem;
	}
	#abouot_list li h3 span.font_en{
		margin-top: -.8rem;
	}
	#values::before{
		width: 17%;
		height: 60rem;
		top: -15rem;
	}
	.section_header__wrap{
		margin-bottom: 5rem;
		display: flex;
		align-items: center;
	}
	.section_header__wrap .section_header{
		margin: 0 5rem 0 0;
	}
	.section_header__wrap .section_intro{
		margin: 0;
	}
	#between_photo{
		height: 35rem;
		background-attachment: fixed;
	}
	.values_box{
		padding: 5rem 0 3rem;
	}
	.values_box p br{
		display: none;
	}
	.business_box{
		padding-bottom: 5rem;
		margin-bottom: 5rem;
	}
	.business_box__img{
		width: 50%;
	}
	.business_box__txt .border_left{
		font-size: 1.6rem;
	}
	.business_box__txt .border_left::before{
		height: 1.5rem;
	}
	.business_box__txt h3{
		font-size: 2.4rem;
	}
	.business01_bnr__box{
		font-size: 1.2rem;
	}
	.business_facility{
		font-size: 1.2rem;
	}
	#message{
		padding-bottom: 15rem;
	}
	#messae_txt h3{
		font-size: 2.6rem;
		margin-bottom: 5rem;
	}
	#messgae_inner{
		padding: 0 3rem;
	}
	#message_name{
		margin-top: 5rem;
	}
	#message_photo{
		margin-right: 5rem;
	}
	#message::before{
		right: 50%;
		margin-right: -500px;
	}
	#message::after{
		width: 17%;
		height: 60rem;
	}
	#job_information .section_header{
		margin-top: -10rem;
	}
	#entry_photo{
		width: 65%;
	}
	#recruit_list .swiper-slide{
		width: 33.33%;
	}
	.page_title__en{
		font-size: 7rem;
	}
	.page_wrapper::before{
		height: 55rem;
	}
	.form_wrap{
		background: #fff;
		padding: 5rem 5%;
		border-radius: 2rem;
		box-shadow: 0 0 4px 2px rgba(0,0,0,.1);
	}
	.form_step{
		padding: 0 8rem;
	}
	.form_step ul li{
		font-size: 1.6rem;
		width: calc(33.33% - 3rem);
	}
	.form_step ul li::after{
		width: 3rem;
	}
	.form_policy h3{
		font-size: 1.6rem;
	}
	#job_schedule__list{
		width: 80%;
	}
	.job_header__txt{
		padding: 3rem;
		width: 45%;
	}
	.job_title{
		font-size: 2.6rem;
	}
	#job_schedule__list li .font_en{
		font-size: 2rem;
		width: 7rem;
	}
	#job_wanted__list{
		margin-top: 5rem;
	}
	#job_wanted__list li{
		padding: 3rem 3rem 3rem 7rem;
		font-size: 1.6rem;
		margin-bottom: 1rem;
	}
	#job_wanted__list li::before{
		left: 3rem;
	}
	#job_information__inner{
		padding: 0 5%;
	}
	#job_table th{
		width: 20%;
		vertical-align: middle;
		padding: 2rem 0;
		font-size: 1.6rem;
	}
	#job_table td{
		padding: 2rem;
		vertical-align: middle;
	}
	.confirmation_img{
		width: 25%;
	}
	#confirmation_img01{
		top: -3rem;
		left: 0;
	}
	#confirmation_img02{
		bottom: -3rem;
		right: 0;
	}
}


@media (hover: hover) {
	a:hover{
		opacity: .7;
	}
	a:hover .img_clip img{
		scale: 1.1;
	}
  .img_opacity:hover img{
  	opacity: .8;
  }
  .hover_up:hover{
  	transform: translateY(-5px);
  	box-shadow: 0 12px 10px -6px rgba(0,0,0,.3);
  }
  .hover_up__img:hover img{
  	transform: translateY(-5px);
  	box-shadow: 0 12px 10px -6px rgba(0,0,0,.3);
  }
}