@charset "utf-8";
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&family=Oswald&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400..700&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');

/**********************************************************/
/*  共通
/**********************************************************/
*{margin:0px;padding:0px;margin:0px;}
*, :after, :before {box-sizing: border-box;}
html{overflow-y:scroll;font-size:62.5%;}
@media screen and ( min-width:1400px) and ( max-width:1599px) {
  html {font-size: 54.5%;}
}
@media screen and ( min-width:1200px) and ( max-width:1399px) {
  html {font-size: 46.5%;}
}
@media screen and ( min-width:1000px) and ( max-width:1199px) {
  html {font-size: 38.5%;}
}
@media screen and ( min-width:768px) and ( max-width:999px) {
  html {font-size: 29.5%;}
}
body{
  background-color:#fff;
  font-size: 1.8rem;
  font-family: "Libre Baskerville", "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  /* font-family: "EB Garamond", "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif; */
  /* font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; */
  /* font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif; */
  letter-spacing: .1em;
  line-height: 2;
  color: #333;
  word-break: break-word;
  -webkit-text-size-adjust: 100%;
}
dl, ol, ul{margin: 0;}
dl dt{width: 30%;}
dl dd{width: 70%;}
dl dt, dl dd{padding: 0.4em;}
p, dt, dd, li, th, td{font-size: 1em;}
p{margin-bottom: 2em;}
em{font-style: normal;}
a{
  text-decoration: none;
  color: #333;
  transition-duration: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
a:active, a:focus {outline: 0;}
a:hover{
  color: #0b6251;
}
ul li{list-style: none;line-height: 1.4;}
ul li:last-of-type{margin-bottom: 0!important;}
th,td{font-weight: normal; box-sizing: border-box;}
small{font-size: 0.8em;}
h1, h2, h3, h4, h5, h6{
  margin: 0 0 1em;
  padding: 0;
  line-height: 1.4;
  font-weight: bold;
}
h1{font-size: 1.6em;}
h2{font-size: 1.4em;}
h3{font-size: 1.1em;}
img{
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
}
figure{
  margin: 0; line-height: 0;
vertical-align: top;
}
select{position: relative;}
section{position: relative; margin: 8em 0;}
table{width: 100%; border-collapse: collapse;}
table tr th, table tr td{
  padding: 0.4em;
  border-bottom: solid 1px #f8f5ee;
  border-right: solid 1px #f8f5ee;
}
table tr{
  border-left: solid 1px #f8f5ee;
}
table tr:nth-of-type(1) td{border-top: solid 1px #f8f5ee;}
.no_syle{list-style: none!important;}
.no_list::before{content: none!important;}
.a_uline{text-decoration: underline;}
.u_line span{background: linear-gradient(transparent 60%, #ffee00 60%);}
.section{margin: 0;padding: 8em 0;}
.aligncenter{
  display: block;
  text-align: center;
  margin: auto;
}
.alignleft{
  display: block;
  text-align: left;
  margin-right: auto;
}
.alignright{
  display: block;
  text-align: right;
  margin-left: auto;
}
.objectfit{
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
}
.clearfix::after{
  content: '';
  display: block;
  clear: both;
}
/* map */
.gmap{height: 450px;line-height: 0;}
/* 拡大 */
.imgWrap{overflow: hidden; display: block;}
.imgWrap figure{overflow: hidden;}
.imgWrap img {
  transition-duration: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
}
.imgWrap:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transition-duration: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
/* ホバー */
.btn_hover{
  transition-duration: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
}
.btn_hover:hover::before{transform: none!important;}
.btn_hover::before{content: none!important;}
.btn_hover:hover{opacity: 0.6;}
.btn_hover_r:hover{border-radius: 50px;}
.btn_hover_r:hover .btn_arrow {right: 5px;}
.link_txt{
  position: relative;
  padding-bottom: 4px;
}
.link_txt:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  transition: 0.5s;
}
.link_txt:hover:after {
  background: #b1ebd6;
}
.flex {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.flex-w {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.f-sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.f-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.f-aic {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.f-ais {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.f-e {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end;
}
.f-r {
  -webkit-box-orient:horizontal;
  -webkit-box-direction:reverse;
  -ms-flex-direction:row-reverse;
  flex-direction:row-reverse;
}
.f-1{
  flex: 1;
}
.sp{display: none!important;}
.m0{margin: 0!important;}
.mt0{margin-top: 0!important;}
.mt1{margin-top: 1em!important;}
.mt2{margin-top: 2em!important;}
.mt4{margin-top: 4em!important;}
.mt6{margin-top: 6em!important;}
.mb0{margin-bottom: 0!important;}
.mb1{margin-bottom: 1em!important;}
.mb2{margin-bottom: 2em!important;}
.mb3{margin-bottom: 3em!important;}
.mb4{margin-bottom: 4em!important;}
.mb6{margin-bottom: 6em!important;}
.bb0{border-bottom: 0!important;}
.bt0{border-top: 0!important;}
.p0{padding: 0!important;}
.pt0{padding-top: 0!important;}
.pt1{padding-top: 1em!important;}
.pt2{padding-top: 2em!important;}
.pt4{padding-top: 4em!important;}
.pt6{padding-top: 6em!important;}
.pb0{padding-bottom: 0!important;}
.pb1{padding-bottom: 1!important;}
.pb2{padding-bottom: 2em!important;}
.pb4{padding-bottom: 4em!important;}
.pb6{padding-bottom: 6em!important;}
.col{width: 100%;}
.col2{width: 50%;}
.col3{width: 33.3333%;}
.col4{width: 25%;}
.col2s{width: 48%;}
.col3s{width: 32.3333%;}
.col4s{width: 24%;}
/*イエローマーカー*/
.markerYellow{background: linear-gradient(transparent 60%, #ffffbc 60%);}
/*ピンクマーカー*/
.markerPink{background: linear-gradient(transparent 60%, #FFDFEF 60%);}
/*ブルーマーカー*/
.markerBlue{background: linear-gradient(transparent 60%, #cce5ff 60%);}
/*注釈*/
.asterisk{
	display: block;
  font-size: 1.2rem;
  color: #7F7F7F;
  margin-bottom: 0;
}
/* 引用 */
blockquote {
  position: relative;
  padding: 1em;
  box-sizing: border-box;
  font-style: italic;
  color: #777;
  background: #fff;
}
blockquote:before{
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 10px;
  content: " ” ";
  color: #d2e6ff;
  font-size: 2.4em;
  line-height: 1;
  font-weight: 500;
}
blockquote:after{
  display: inline-block;
  position: absolute;
  bottom: -10px;
  right: 15px;
  text-align: center;
  content: " ” ";
  color: #d2e6ff;
  font-size: 2.4em;
  line-height: 1;
  font-weight: 500;
}
blockquote p {
  position: relative;
  font-size: 0.8em;
  padding: 0;
  margin: 1em 4em;
  z-index: 3;
  line-height: 1.7;
}
blockquote cite {
  position: relative;
  z-index: 3;
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}
.container1600{
  position: relative;
  width: calc((1600 / 1920)* 100%);
  max-width: 1600px;
  margin: 0 auto;
}
.container1400{
  position: relative;
  width: calc((1400 / 1920)* 100%);
  max-width: 1400px;
  margin: 0 auto;
}
.container1200{
  position: relative;
  width: calc((1200 / 1920)* 100%);
  max-width: 1200px;
  margin: 0 auto;
}
.container1000{
  position: relative;
  width: calc((1000 / 1920)* 100%);
  max-width: 1000px;
  margin: 0 auto;
}
.container800{
  position: relative;
  width: calc((800 / 1920)* 100%);
  max-width: 800px;
  margin: 0 auto;
}
.container{
  position: relative;
  margin-left: calc((100% - ((1200 / 1920)* 100%)) / 2);
  margin-right: calc((100% - ((1600 / 1920)* 100%)) / 2);
}
.sec_ml{
  margin-left: calc((100% - 1200px)/2);
  position: relative;
  z-index: 2;
}
.sec_mr{
  margin-right: calc((100% - 1200px)/2);
  position: relative;
  z-index: 2;
}
.row{margin: 6em 0 0; position: relative;}
.row:first-of-type{margin-top: 0;}
.wrapper{
  position: relative;
  margin: 2em 0;
}
.inner{
  position: relative;
  padding: 2em;
}
.gototop{
  position: fixed;
  bottom: 2%;
  right: 4%;
  display: none;
  z-index: 999;
  width: 35px;
}
.ttl_vertical{
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
}
.ttl_center{
  position: absolute;
  text-align: center;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}
.ttl_center_top50{
  top: 50%;
}
.ttl_center_bottom{
  top: initial;
  bottom: 0;
  transform: translateX(-50%) translateY(0);
}
.ttl_middle{
  display: inline-flex;
  align-items: center;
}
.ttl_midashi, #single_page h2{
  position: relative;
  font-size: 1.1em;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  margin: 0 0 0;
}
.ttl_midashi::before, #single_page h2::before{
  content: '';
  display: inline-block;
  background: linear-gradient(180deg, #89c475 00%, #4cb48f 100%);
  width: 0.4em;
  height: 1.4em;
  margin-right: 0.4em;
}
.ttl_h3{
  color: #28b472;
  font-size: 1.1em;
  font-weight: 500;
  margin: 1em 0 0.6em;
}
.btn_next{
  position: relative;
  font-size: 0.8em;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  background-color: #111111b5;
  max-width: 200px;
  width: 90%;
  z-index: 1;
  border-radius: 6px;
  transition-duration: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
}
.btn_next a{
  position: relative;
  display: block;
  color: #fff;
  padding: 0.6em 0;
}
.btn_next:hover{
  opacity: 0.6;
}
.btn_next:hover i{
    transform: translateX(1em);
}
.btn_next_auto{
  max-width: 100%!important;
}
.btn_arrow{
  position: absolute;
  background-image: url(images/icon-arrow.svg);
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 1em;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn_arrow_g{
  background-image: url(images/icon-arrow-g.svg);
  background-position: 98%;
}
.btn_small{
  font-size: 0.7em;
  margin: 0;
  max-width: 120px;
  background-color: initial;
}
.btn_next.btn_small a{
  color: #28b472;
}
.ul_attention li{
  position: relative;
  font-size: 0.8em;
  margin-bottom: 1em;
  line-height: 1.2em;
  padding-left: 1em;
}
.ul_attention li::before{
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}
.ul_point li{
  position: relative;
  font-size: 1em;
  margin-bottom: 1em;
  line-height: 1.2em;
  padding-left: 1em;
}
.ul_point li::before{
  content: '';
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 0.2em;
  height: 0.2em;
  border-radius: 1em;
  background-color: #333;
}
.ol_policy{margin-left: 2em;}
.ol_policy>li{
  margin-bottom: 2em;
  padding-top: 2em;
}
.ul_policy{margin-left: 2em;}
.ul_policy li{
  font-size: 1em;
  font-weight: normal!important;
  list-style: disc;
  line-height: 1.2;
}
.ttl_policy{
  margin-bottom: 0.4em;
  font-weight: 700;
}
.box_movie{
  width: 100%;
  aspect-ratio: 16 / 9;
  line-height: 0;
}
.box_movie iframe{
  width: 100%;
  height: 100%;
}
.page_area{
  position: relative;
  /* background-color: #f1f4f3; */
  background-color: #f9f9f9;
  padding: 2em;
  border-radius: 0em;
}
.table_company{
  z-index: 1;
}
.table_company tr{
  border-top: solid 4px #f9f9f9;
  border-left: 0;
}
.table_company tr:last-of-type{
  border-bottom: solid 4px #f9f9f9;
}
.table_company th{
  position: relative;
  width: auto;
  border: 0;
  padding: 1.4em 1em;
  text-align: center;
  color: #555;
  font-weight: bold;
  width: 16em;
  background-color: #f1f4f3;
}
.table_company td{
  background-color: #fff;
  width: calc(100% - 16em);
  padding: 1em 1em 1em 2em;
  border: 0;
}
.table_company tr:nth-of-type(1) td{
  border: 0;
}
/* パンくずリスト */
div.breadcrumbs{
  color: #333;
  padding: 2em 4em 0;
  font-size: 0.8em;
  letter-spacing: 1px;
  text-align: right;
  position: relative;
  z-index: 2;
}
div.breadcrumbs a{
  color: #333;
  text-decoration: underline;
}
header{
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
}
.ttl_name{
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  line-height: 1;
  text-align: center;
}
.ttl_name i{
  width: 2.6em;
  margin-right: 0.4em;
}
.ttl_name small{margin-right: 0.4em;}
.ttl_name a{
  color: #005148;
  display: block;
  display: flex;
  align-items: center;
}

/*  グローバルメニュー  */
.main_nav{
  width: 100%;
  padding: 0 0 0 4%;
}
.flat_nav{
  padding: 1em;
}
.nav_box{
  width: 46%;
  margin-bottom: 4em;
}
.nav_ttl{
  font-weight: bold;
}
.sp_nav{display: none;}
.pc_nav{
  position: relative;
  padding: 1em 0 1em;
}
.pc_nav>ul>li{
  position: relative;
  margin-right: 1.4em;
  font-weight: 500;
  letter-spacing: 2px;
  color: #111;
}
.pc_nav>ul>li>a{
  position: relative;
  color: #111;
  display: inline-block;
  padding: 0.4em 0;
  font-size: 1.0em;
  text-decoration:none;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
}
.pc_nav>ul>li:hover a{
  text-decoration:none;
}
.pc_nav>ul>li:hover:before{
  width: 100%;
}
.pc_nav>ul>li:before{
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  border-bottom: 2px solid #28b472;
  transition: all .5s ease-out;
}
.pc_nav>ul>li.has-child:before{
  content: none;
}
.pc_nav li:last-of-type::after{
  /* height: auto;
  width: auto; */
}
li.has-child{
  position: relative;
}
li.has-child ul li a{
  padding: 0.4em;
  display: block;
  border-bottom: solid 1px #ddd;
}
li.has-child ul li a:hover, li.has-child ul li a:active {
  background: #39c7ac;
  color: #fff;
}
li.has-child ul{
	position: absolute;
	left:-10px;
	top:2.6em;
	z-index: 4;
	background:#fff;
	width:12em;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
}
li.has-child:hover > ul,
li.has-child ul li:hover > ul,
li.has-child:active > ul,
li.has-child ul li:active > ul{
  visibility: visible;
  opacity: 1;
}
.h-btn{
  cursor: pointer;
  width: 3em;
  height: 2em;
  position: relative;
  border-radius: 6px;
  z-index: 99;
}
.h-btn span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background-color: #111;
  width: 100%;
}
.h-btn span:nth-of-type(1) {top:0%;}
.h-btn span:nth-of-type(2) {
  top:50%;
  width: 75%;
}
.h-btn span:nth-of-type(3) {
  top:100%;
  width: 50%;
}
.h-btn.active span:nth-of-type(1) {
  top: 50%;
  transform: translateY(0) rotate(-45deg);
  width: 100%;
}
.h-btn.active span:nth-of-type(2) {opacity: 0;}
.h-btn.active span:nth-of-type(3){
  top: 50%;
  transform: translateY(0) rotate(45deg);
  width: 100%;
}
#g-nav{
  background-color: #41c2a7;
  width: 100%;
  position:fixed;
  z-index: 98;
  top:0;
  right: -120%;
  height: 100vh;
  transition: all 0.6s;
  padding: 120px 60px;
  overflow: scroll;
  -ms-overflow-style: none;    /* IE, Edge 対応 */
  scrollbar-width: none;       /* Firefox 対応 */
}
#g-nav.panelactive{right: 0;}
#g-nav li{
  list-style: none;
  margin-bottom: 0;
}
#g-nav li a{
  color: #333;
  text-decoration: none;
  /* padding: 1em 0 0 1em; */
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: block;
}
#g-nav li:hover>a{opacity: .5;}
#g-nav li a:after{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #0b6251 0%, #28b472 100%);
  position: absolute;
  top: 0;
  right: auto;
  left: 0;
  transition: width 360ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
#g-nav.panelactive li a:after{
  width: 0;
  right: 0;
  left: auto;
  transition-delay: 430ms;
}
#g-nav .nav_logo{text-align: center;}
.nav_list_ttl{
  position: relative;
  margin: 0;
  background-color: #41c2a7;
  border-top: solid 1px #fff;
}
.nav_list_ttl:last-of-type{
  border-bottom: solid 1px #fff;
}
.nav_list_ttl::after{
  content: '';
  background: #fff;
  height: calc(tan(60deg) * 0.8em / 2);
  width: 0.4em;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  display: block;
  position: absolute;
  top: 1.4em;
  right: 1em;
}
.nav_list_ttl a{
  display: block;
  padding: 0.8em 0.4em;
  font-weight: 700;
  color: #fff;
}
.nav_list{
  padding-left: 0;
}
.nav_list li a{
  position: relative;
  padding: 0.6em 0.6em 0.6em 1.2em;
  background-color: #d1e5da;
  margin-bottom: 1px;
}
.nav_list li a::before{
  content: '';
  position: absolute;
  top: 1.1em;
  left: 0.4em;
  height: 0.4em;
  width: 0.4em;
  background-color: #5e6967;
}
.nav_list li:first-of-type{
  margin-top: 1px;
}



footer{
  position: relative;
  background-color: #fff;
  padding-top: 2em;
  padding-bottom: 2em;
}
address{
  margin-top: 7em;
  font-size: 1rem;
  font-style: normal;
  text-align: center;
}
.ttl_footer{
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 1em;
}
.footer_navi_li_policy{
  position: relative;
  font-size: 0.8em;
}
/* .footer_navi_li_policy a{
  color: #fff;
} */
.footer_navi{
  margin-left: 5%;
}
.footer_navi a{
  font-size: 0.9em;
  /* color: #fff; */
}
.footer_navi li>ul{
  position: relative;
  font-size: 0.9em;
  margin-left: 0;
  padding-left: 1em;
}
.footer_navi li>ul::before{
  content: '';
  display: block;
  width: 1px;
  position: absolute;
  top: 0;
  left: 1px;
  bottom: 0;
  background-color: #c1c1c1;
}
.footer_navi_li{
  margin-bottom: 8px;
}
.footer_navi_ttl{
  position: relative;
  margin-left: 2em;
  padding-left: 0.8em;
  font-size: 0.9em;
}
.footer_navi_ttl:first-child{
  margin-left: 0;
}
.footer_navi_ttl::before{
  content: '';
  position: absolute;
  top: 0.6em;
  left: 0;
  height: 0.3em;
  width: 0.3em;
  border-radius: 10px;
  background-color: #111;
}
/*  mv  */
.mainimg{
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
  background-color: #fff;
  /* background-image: linear-gradient(rgba(225, 225, 225, .3), rgba(225, 225, 225, .3)), url(images/mv01.jpg); */
  /* height: 200vh; */
  overflow: hidden;
}
.mv_catch{
  position: absolute;
  text-shadow: 1px 1px 6px #606060;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1;
  color: #fff;
}
.mv_catch span{
  display: block;
}
.mv_h2{
  z-index: 9;
  position: absolute;
  display: flex;
}
.mv_h2 p{
  font-size: 1.7em;
  line-height: 1.2;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
}
.mv_h2 p span{
  display: inline-block;
  background-color: #fff;
  padding: 0.4em 0.4em 0.4em 0.3em;
  margin-right: 1em;
}
.subimg{
  position: relative;
  background-color: #f9f9f9;
  padding: 34em 0 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(images/mv_page-news.webp);
}
.subimg_company{background-image: url(images/mv_page-company.webp);}
.subimg_construction{background-image: url(images/mv_page-joblist01.webp);}
.subimg_profile{background-image: url(images/mv_page-profile.webp);}
.subimg_philosophy{background-image: url(images/mv_page-philosophy.webp);}
.subimg_message{background-image: url(images/mv_page-message.webp);}
.subimg_history{background-image: url(images/mv_page-history.webp);}
.subimg_service{background-image: url(images/mv_page-service.webp);}
.subimg_service01{background-image: url(images/mv_page-service01.webp);}
.subimg_service02{background-image: url(images/mv_page-service02.webp);}
.subimg_service03{background-image: url(images/mv_page-service03.webp);}
.subimg_service04{background-image: url(images/mv_page-service04.webp);}
.subimg_service05{background-image: url(images/mv_page-service05.webp);}
.subimg_{background-image: url(images/mv_page.webp);}
.subimg_recruit{background-image: url(images/mv_page-recruit.webp);}
.subimg_environment{background-image: url(images/mv_page-environment.webp);}
.subimg_training{background-image: url(images/mv_page-training.webp);}
.subimg_career{background-image: url(images/mv_page-career.webp);}
.subimg_welfare{background-image: url(images/mv_page-welfare.webp);}
.subimg_recruitment{background-image: url(images/mv_page-recruitment.webp);}
.subimg_joblist01{background-image: url(images/mv_page-joblist01.webp);}
.subimg_joblist02{background-image: url(images/mv_page-joblist01.webp);}
.subimg_joblist03{background-image: url(images/mv_page-joblist01.webp);}
.subimg_interview{background-image: url(images/mv_page-interview.webp);}
.subimg_interview01, .subimg_interview02, .subimg_interview03, .subimg_interview04, .subimg_interview05{background-image: url(images/mv_page-interview01.webp);}
.subimg_order{background-image: url(images/mv_page-order.webp);}
.subimg_contact, .subimg_contact-chk, .subimg_contact-thk{background-image: url(images/mv_page-order.webp);}
.subimg_privacypolicy, .subimg_iso9001{background-image: url(images/mv_page-privacypolicy.webp);}

.subimg_box{
  position: relative;
  position: absolute;
  width: 100%;
  overflow: hidden;
  /* height: 25%; */
  height: 27%;
}
.subimg_box::before{
  content: '';
  width: 0%;
  height: 30%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  /* bottom: 0;
  transform: skewY(-5deg); */
  transform: skewY(-5deg);
  transition: all .4s ease-out .6s;
}
.subimg_box_top{
  top: 0;
}
.subimg_box_top::before{
  top: 0;
  transform-origin: left top;
  /* background: #003b8f9c; */
  background-color: rgb(0 59 143 / 0.5);
  background-color: rgb(0 143 105 / 0.5);
  background-color: rgb(255 255 255 / 1);
}
.subimg_box_bottom{
  bottom: 0;
}
.subimg_box_bottom::before{
  bottom: 0;
  transform-origin: right top;
  background: #fff;
}
.subimg_wrapper{
  background-color: #fff;
  padding: 0.6em 2em;
  display: inline-block;
  position: absolute;
  top: -3em;
}
.subimg_wrapper em{
  font-size: 3.0em;
  font-weight: 400;
  text-transform: uppercase;
  color: #005148;
  line-height: 1;
}
.subimg_wrapper h1{
  font-size: 1.4em;
  font-weight: 400;
  margin-left: 0.4em;
  color: #A5A692;
}

/*  投稿一覧  */
.ul_info {
  /* background-color: #fff; */
  padding: 0 0 2em;
}
.li_info{
  background-color: #ffffff80;
  margin-bottom: 0.4em;
  padding-top: 1em;
  padding-bottom: 1em;
}
.li_info a{
  display: block;
  padding-left: 1em;
  padding-right: 1em;
}
.li_info a:hover{
  text-decoration: underline;
}
.li_info:last-child{
  border-bottom: solid 1px #ddd;
  margin-bottom: 0;
}
.li_info_ttl{
  font-size: 0.9em;
}
.cat_time{
  display: block;
  font-size: 0.8em;
  letter-spacing: 0;
  margin: 0 1em 0.4em 0;
}

/*  投稿記事 */
.page_main{width: 68%;}
.page_sub{width: 28%;}
#single_page ul, #single_page ol{
  margin-left: 30px;
  margin-bottom: 1em;
}
#single_page ul li{list-style: disc;margin-bottom: 0.8em;}
#single_page h2{
  /* background-color: #f1f5f4; */
  padding: 1em 1em 1em 0;
  margin-bottom: 1em !important;
  font-size: 1.2em;
  font-weight: 600;
}
#single_page h3 {
  font-size: 1em;
  font-weight: 600;
  color: #0b8f60;
  margin-bottom: 1em !important;
}
#single_page p:last-child{
  margin-bottom: 0;
}
#single_page .page_area a{
  text-decoration: underline;
  color: #ff0000;
}
#single_category .ul_info{
  padding: 0;
}
.single_area{
  position: relative;
  background-color: #fff;
  padding: 6em 2em;
  margin: 4em auto 6em;
  border-top: solid 2px #555;
  border-bottom: solid 2px #555;
}
.single_area::before {
  content: '';
  width: 6em;
  position: absolute;
  top: -2px;
  left: 0;
  height: 2px;
  background-color: #28b472;
  z-index: 1;
}
.wp-block-image{
  margin-bottom: 2em;
}
.ttl_single{
  font-size: 1.4em;
}
.ttl_single_date{
  font-size: 0.8em;
}
.cat-menu{padding-bottom: 2em;}
.page_sub .cat-menu:last-of-type{border-bottom: 0;}
.ttl_side_cate{
  color: #5dad6c;
  text-align: left;
  font-size: 0.9em;
  font-weight: 700;
  background-color: #ebebeb;
  padding: 0.4em 1em;
  margin: 0;
  border-radius: 20px;
  width: 100%;
  display: inline-flex;
  align-items: center;
}
.ttl_side_cate::before{
  content: '';
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0.6em;
  display: inline-block;
  background-color: #5dad6c;
  margin-right: 0.6em;
}
.cat-menu ul li a{
  font-size: 1.4rem;
  margin-bottom: 0;
  padding: 10px 0 10px 10px;
  padding: 1em 0 1em 1em;
  display: block;
  line-height: 1.4;
}
.cat-menu ul li a:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 5px solid transparent;
  border-left: 5px solid #5dad6c;
}

.next_post {text-align: right;}
.next_post a, .previous_post a {
  display: block;
  margin: 0;
  display: inline-flex;
  align-items: center;
  letter-spacing: 1px;
  line-height: 1;
}
.next_post a::after, .previous_post a::before {
  position: relative;
  background-color: #4cc79a;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 2em;
  line-height: 1.2em;
  height: 1.4em;
  width: 1.4em;
}
.previous_post a::before {
  content: '<';
  margin-right: 6px;
}
.next_post a::after {
  content: '>';
  margin-left: 6px;
}
/*  ページャー  */
.pagenavi {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 2em;
  text-align: center;
}
.pagenavi .page-numbers {
  padding: 10px 10px;
  margin-left: 15px;
  display: inline-block;
  line-height: 1;
}
.pagenavi .current {
  background-color: #5dad6c;
  color: #fff;
  border-radius: 6px;
}
.pagenavi a{color: #5dad6c;}


/* ////////////////////////////////////////////////////////////////////// */
/*  フォーム */
.wpcf7-form input, .wpcf7-form textarea{
  padding: 0.6em;
  font-size: 1em;
  width: 100%;
  border-radius: 6px;
  border: solid 1px #ddd;
}
.wpcf7-form input:focus-visible, .wpcf7-form textarea:focus-visible{
  outline: solid 1px #6fce46;
}
.wpcf7-form input[type='submit']{
  max-width: 350px;
  margin: 4em auto 0;
  text-align: center;
  width: 100%;
  display: block;
  cursor: pointer;
  background-color: #5dad6c;
  color: #fff;
}
.wpcf7-form th span{
  margin-left: 1em;
  font-size: 0.6em;
  background-color: #ff9d9d;
  border-radius: 6px;
  padding: 0.1em 0.6em;
  color: #000;
}
.wpcf7-form th span.nini{
  background-color: #9ddaff;
}
/* ////////////////////////////////////////////////////////////////////// */
/*  slick slider */
/* .slick-list {padding: 0 0 0!important;} /* 左右どちらかにスペースを入れると画像が一部隠れる */ */
.slide_slick_li{
  margin-right: 4em;
  box-shadow: 15px 15px 0 #e9cfbc;
  margin-bottom: 15px;
}
.slick-dots{
  position: static;
  margin-top: 0;
  padding-bottom: 0;
}
.slick-dots li button {
  width: 15px;
  height: 15px;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:before {
  width: 1.4em;
  height: 1.4em;
  content: '';
  border-radius: 50%;
  border: solid 1px #0d8b50;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #0d8b50;
}
/* .slick-dotted.slick-slider{
  margin: 0;
} */
.slick-prev, .slick-next{
  z-index: 9;
  width: auto;
  height: auto;
}
.slick-prev:before, .slick-next:before{
  font-size: 1.6vw;
  color: #111;
  opacity: 1;
}
/* ////////////////////////////////////////////////////////////////////// */
/*  MW WP Form
/* ////////////////////////////////////////////////////////////////////// */
/*必須マーク*/
.mw_wp_form dt .check{
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  background-color: #F44336;
  padding: 0 8px;
  margin-left: 2em;
  border-radius: 6px;
}
.mw_wp_form{
  margin-top: 2em;
  padding: 2em;
  background-color: #f1f4f3;
}
.mw_wp_form dt .check-none{
  background-color: #555;
}
.mw_wp_form dt, .mw_wp_form dd{
  width: 100%;
}
.mw_wp_form dt{
  box-sizing: border-box;
  padding: 2em 0 0.4em;
  font-weight: 600;
}
.mw_wp_form dd{
  margin-bottom: 0;
  padding: 0;
  box-sizing: border-box;
}
.mw_wp_form dl{margin-bottom: 10%;}
.mw_wp_form #submit-button{text-align: center;}
.mw_wp_form #submit-button input {
  padding: 15px 60px;
  border: none;
  background-color: #111;
  color: #fff;
  cursor: pointer;
  font-size: 1.8rem;
}
.mw_wp_form dd input,
.mw_wp_form dd select,
.mw_wp_form dd textarea{
  width: 100%;
  border: solid 1px #ddd;
  border-radius: 6px;
  font-family: initial;
  font-size: 1em;
  padding: 0.4em;
}
.mw_wp_form dd input[type=checkbox],
.mw_wp_form dd input[type=radio] {
  width: 1.8rem;
  height: 1.8rem;
  vertical-align: middle;
}
input::placeholder {color: #b6b9b9;}
/* IE */
input:-ms-input-placeholder {color: #b6b9b9;}
/* Edge */
input::-ms-input-placeholder {color: #b6b9b9;}
input[type="submit" i] {
  align-items: flex-start;
  text-align: center;
  cursor: default;
  color: buttontext;
  background-color: buttonface;
  box-sizing: border-box;
  padding: 0;
  border-width: 0;
  border-style: outset;
  border-image: initial;
  border-color: inherit;
}
/* ////////////////////////////////////////////////////////////////////// */
/*
/* ////////////////////////////////////////////////////////////////////// */
.nav_sns{
  position: relative;
}
.nav_sns li{
  padding: 0.6em;
  text-align: center;
}
.nav_sns li:nth-child(1){background-color: #e55959;}
.nav_sns li:nth-child(2){background-color: #111;}
.nav_sns li:nth-child(3){background-color: #28b472;}
.nav_sns li i{
  width: 1.4em;
  display: block;
  text-align: center;
  margin: 0 auto 0.4em;
}
.nav_sns li em{
  display: block;
  font-size: 10px;
  line-height: 1.2;
}
.nav_sns li a{
  color: #fff;
}
.bk01{
  z-index: 2;
  position: relative;
  margin-top: -64em;
  margin-bottom: 0;
  padding-top: 40em;
  /* padding-bottom: 20em; */
  padding-bottom: 26em;
  background-image: url(images/bk01.webp);
  /* background-size: contain; */
  background-size: cover;
  background-repeat: no-repeat;
}
.bk02{
  z-index: 2;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  background-image: url(images/bk02-w.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.bk03{
  z-index: 2;
  position: relative;
  margin-bottom: 0;
  padding-top: 8em;
  padding-bottom: 8em;
  background-image: url(images/bk03.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
}
.bk_footer{
  z-index: 2;
  position: relative;
  background-color: #fff;
  margin-bottom: 0;
}
.bk_footer_ttl{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.top_mr{
  margin-right: 40em;
}
.bk_fixed{
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  min-height: 800px;
  width: 100%;
  transition: opacity 1s;
  /* opacity: 0; */
}
.bk_fixed img{
  width: 100%;
  height: 100vh;
  min-height: 800px;
  -o-object-fit: cover;
  object-fit: cover;
}
.bk_fff{
  position: relative;
  background-color: #fff;
}
.color_fff{color: #fff;}
.ttl_en{
  /* font-size: 3.5em; */
  font-size: 3.0em;
  font-weight: 900;
  line-height: 1.2;
}
.ttl_en span{
  color: #28b472;
}
h2.ttl_en{
  margin-bottom: 0;
}
.ttl_en_small{
  font-size: 2.4em;
}
.ttl_jp{
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 3em;
  margin-left: 0.4em;
}
.sec_infomation{
  margin-top: -8em;
  margin-right: 5%;
  margin-left: auto;
  width: 50%;
}
.sec_top_service{
  padding-top: 8em;
  padding-bottom: 12em;
  background-size: cover;
}
.sec_top_service_btn{
  position: absolute;
  top: 20em;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.sec_top_service_btn .btn_next{
  background-color: #d76009;
  max-width: 430px;
  width: 430px;
  font-size: 1.1em;
}
.sec_top_service_box{
  position: relative;
  /* display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; */
}
.sec_top_service_box p{

}

.sec_top_service_box .mv_h2{
  position: static;
  margin-top: -4em;
  margin-right: 3em;
  justify-content: end;
}

.sec_top_service_box .mv_h2 p span{
  position: relative;
}
.sec_top_service_box .mv_h2 p span img{
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(2em);
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}
.sec_top_service_box .mv_h2 p span:hover img{
  transform: translateY(2.4em);
}

.sec_top_recruit{
  position: relative;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 6em;
}
.sec_top_recruit_box{
  position: relative;
  margin-top: -10em;
  z-index: 2;
}
.sec_top_recruit_box .btn_next{
  margin-top: 6em;
}
.sec_top_recruit .mv_catch{
  position: relative;
  z-index: 2;
  font-size: 2.6em;
  font-weight: 400;
  text-shadow: 0px 0px 1px #fff;
  margin: -0.3em auto 0.4em;
  text-align: center;
  color: #002c27;
}

.footer_contact{
  z-index: 2;
  position: relative;
  max-width: 1000px;
  width: 90%;
  margin: -12em auto 5em;
  /* display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; */
}
.footer_contact>div{
  background-color: #252525;
  color: #fff;
  padding: 2em;
  text-align: center;
}
/* .footer_contact>div>p{
  margin-bottom: 0;
} */
.footer_contact i{
  width: 1.4em;
  margin-right: 0.4em;
}
.footer_contact .ttl_middle{
  font-size: 1.2em;
  font-weight: 500;
  margin-bottom: 1em;
  line-height: 1;
}
.footer_box{
  background-color: #f1f4f3;
  margin: 0 2em 0;
  padding: 2em 0 1em;
}
.footer_tel{
  font-size: 2em;
  line-height: 1.6;
  margin-bottom: 0.4em;
}
.footer_mail{
  background-color: #28b472;
  max-width: 100%;
  width: 90%;
  margin: 0.6em auto 0.6em;
}
.fadeImg{opacity: 0;}
.fadeImg_img{
  height: 60vh;
  content: '';
  background-image: linear-gradient(rgba(225, 225, 225, .2), rgba(225, 225, 225, .2)), url(images/mv01.webp);
  filter: brightness(0.8);
  transform: scale(1.1);
  background-position: 50%;
  background-size: cover;
}
.animate__animated .fadeImg_img{
  animation: animationZoom1 1s ease-in-out forwards;
}
@keyframes animationZoom1 {
  100% { transform:scale(1.0)}
}
.row_company{
  margin-bottom: 2em;
  width: calc(50% - 0.2em);
  background-color: #f8fbff;
  border-bottom: solid 2px #d1d1d1;
}
.ttl_company{
  position: relative;
  padding: 1em;
}
.ttl_company h2{
  font-size: 1.3em;
  font-weight: 700;
  margin: 0;
  line-height: 1.8;
}
.ttl_company em{
  color: #28b472;
  font-size: 0.6em;
  line-height: 1;
  display: block;
  margin-left: 0.4em;
}

.ttl_company_txt{
  margin-top: 2em;
  margin-bottom: 0;
  font-size: 0.9em;
  line-height: 1.2;
}
.head_message{
  position: relative;
}
.head_message::before{
  content: '';
  display: block;
  padding-top: 10em;
  background-color: #f8fbff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.head_message h2{
  position: relative;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 3;
  margin: 0 auto 4em;
  padding-top: 4em;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
}
.box_signature em{
  margin-left: 0.4em;
  font-weight: 500;
}
.box_signature p{
  width: 10em;
}
.nav_company{

}
.nav_company_bk{
  background-color: #f8fbff;
  padding: 4em 0;
}
.btn_company{
  width: 24%;
  max-width: 100%;
  background-color: initial;
  border-bottom: 1px solid #d1d1d1;
  border-radius: 0;
}
.btn_company a{
  padding: 0;
  color: #333;
}
.btn_company_txt{
  text-align: left;
  padding: 0.6em 0.2em;
}
.ul_philosophy li{
  position: relative;
  background-color: #f1f4f3;
  padding: 2em 2em 2em 4em;
  margin-bottom: 1.4em;
  text-decoration: underline;
  font-weight: 500;
}
.ul_philosophy li:last-of-type{
  margin-bottom: 0;
}
.ul_philosophy li i{
  position: absolute;
  top: 1.4em;
  left: 1em;
  font-size: 1.4em;
}
.text_block{
  position: relative;
  padding: 1.4em 0
}
.text_block::before, .text_block::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #ddd;
}
.text_block::after{
  width: 7em;
  background-color: #111;
}
.text_block p{
  margin-bottom: 0;
}
.text_block_dt{
  font-weight: 700;
  letter-spacing: 0.2em;
  /* padding: 0 1em;
  width: 14em; */
}
.text_block_dt a{
  display: inline-flex;
  align-items: center;
}

.text_block_dd ul li{
  position: relative;
  margin-bottom: 1em;
  padding-left: 1em;
}
.text_block_dd ul li::before{
  content: '';
  position: absolute;
  top: 0.5em;
  left: 0;
  padding: 0.14em;
  border-radius: 1em;
  background-color: #333;
}
.text_block dl dt, .text_block dl dd{
  padding: 0;
}
.text_block dl dt{
  width: 100%;
}
.text_block dl dd{
  width: 100%;
  margin-left: 1em;
  margin-bottom: 1em;
}
.text_block dl dd:last-of-type{
  margin-bottom: 0;
}
.table_history{
  position: relative;
}

.history_row{
  position: relative;
  display: flex;
  align-items: baseline;
  padding-top: 0.07rem;
}
.history_row_ttl{
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.4;
  width: 160px;
  margin-left: 1em;
}
.history_row_ttl span{
  display: block;
  font-size: 0.6em;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: italic;
  font-weight: normal;
  letter-spacing: 1px;
  color: #333;
}
.history_row_txt{
  flex: 1;
  position: relative;
  padding-left: 4em;
}
.history_row_txt li{
  position: relative;
  padding-left: 0.8em;
  margin-bottom: 0.8em;
}
.history_row_txt li::before{
  content: '';
  display: block;
  position: absolute;
  top: 0.4em;
  left: 0;
  height: 0.3em;
  width: 0.3em;
  border-radius: 1em;
  background-color: #555;
}
.row_service{
  width: 42%;
  margin-bottom: 1em;
}
.row_service:nth-of-type(1){
  margin-top: 4em;
}
.row_service:nth-of-type(3){
  margin-top: 4em;
}
.row_service a{
  position: relative;
}
.ttl_service{
  position: relative;
  border-bottom: solid 2px #d1d1d1;
  margin-top: 2em;
}
.ttl_service::after{
  content: '';
  background-color: #d1d1d1;
  width: 100%;
  display: block;
  position: absolute;
  top: 0.8em;
  left: 0;
  height: 2px;
}
.ttl_service h2{
  position: relative;
  z-index: 1;
  font-size: 1.2em;
  display: inline-block;
  background-color: #fff;
  padding-right: 1em;
}
.ttl_service p, .ttl_service_img{
  margin: 0;
  padding: 1em 0;
}
.ttl_service .btn_small{
  margin-left: auto;
}
.row_haisetsu{
  margin-top: 6em;
}
.row_haisetsu p{
  margin-left: 2em;
  margin-bottom: 1em;
}
.row_haisetsu .ul_attention{
  margin-left: 2em;
  margin-bottom: 2em;
}
.row_service_skew{
  position: absolute;
  overflow: hidden;
  width: 101%;
  height: 10%;
}
.row_service_skew::before {
  content: '';
  width: 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  transform: skewY(-5deg);
  transition: all .4s ease-out .6s;
}
.row_service_skew_top{
  top: 0;
}
.row_service_skew_top::before{
  top: 0;
  transform-origin: left top;
  background: #fff;
}
.row_service_skew_bottom {
  bottom: 0;
}
.row_service_skew_bottom::before{
  bottom: 0;
  transform-origin: right top;
  background: #fff;
}
.ul_nav_service{
  display: flex;
  margin: 4em 0 4em;
}
.ul_nav_service li{
  position: relative;
  margin-right: 1em;
  font-size: 0.9em;
}
.ul_nav_service li a{
  padding: 0.2em 1.6em 0.2em 1em;
  background-color: #28b472;
  color: #fff;
  text-align: center;
  border-radius: 1em;
  background-image: url(images/icon-arrow02.svg);
  background-position: right center;
  background-repeat: no-repeat;
}
.row_service_detail{
  border-top: solid 1px #f3f3f3;
  padding-top: 2em;
}
.row_service_detail_more{
  border-top: 0;
  padding-top: 4em;
}
.row_service_detail .ttl_service{
  border-bottom: 0;
}
.row_service_detail_box{
  position: relative;
}
.wrapper_service_img{
  width: 46%;
  margin: 2em 0 0;
}
.wrapper_service_img img{
  border-radius: 1em;
}
.figure_service{
  margin-top: 2em;
}
.figure_service img{
  border-radius: 6px;
}
.figure_service_nav{
  margin-top: 1em;
}
.figure_service_nav .slick-slide{
  margin: 0 0.2em;
  border: solid 1px #ddd;
}
.figure_service_nav .slick-prev:before, .figure_service_nav .slick-next:before{
  font-size: 1.4vw;
  color: #b1bbcf;
}
.figure_service_nav .slick-prev, .figure_service_nav .slick-next{
  top: 42%;
}
.figure_service_nav.slick-dotted.slick-slider{
  margin-bottom: 3em;
}
.wrapper_service{
  margin: 2em 1em;
}
.container_detail .ul_point{
  /* width: calc(100% - 23em); */
  margin-top: 1em;
}
.container_detail .ul_point.w100{
  width: 100%;
  margin-right: 0;
}
/* .container_detail figure{
  width: 21em;
} */
.row_detail{
  width: 100%;
  margin: 4em 0 0em;
  /* padding-bottom: 4em;
  border-bottom: solid 1px #ddd; */
}
.row_detail_ttl{
  width: 100%;
  text-align: center;
  background-color: #fff;
  border: solid 1px #f3f3f3;
  padding: 1em 2em;
  align-self: start;
}
/* .row_detail_img{
  width: calc(100% - 22em);
} */
.row_detail_img p{
  margin-top: 1em;
  margin-bottom: 0;
}

.bk_jump{
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(images/bk_recruit_jump.webp);
  display: flex;
  justify-content: space-around;
  padding: 15em 0;
}
.bk_jump_box{
  width: 80%;
}
.bk_jump_box .btn_next{
  max-width: 100%;
  width: 48%;
  font-size: 1.2em;
  border-radius: 0;
}
.btn_jump {
  padding: 1em 0;
  clip-path: polygon(0 calc(0% + 2em), 100% 0, 100% calc(100% - 2em), 0 100%);
  background-color: #28b472cc;
}
.btn_jump_red{background-color: #b42828cc;}
.btn_jump_blue{background-color: #2880b4cc;}
.staff_slide{
  margin-bottom: 6em;
}
.staff_slide .splide__pagination{
  position: static;
  margin-top: 2em;
}
.staff_info{
  /* background-color: #e8f2ff; */
  background-color: #16725d;
  background-color: #444444;
  margin: 0 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  color: #fff;
}
.staff_info img{
  margin: 0 0 1em 1em;
}
.staff_box{
  margin-left: 1em;
  line-height: 1;
}
.staff_sub{
  font-size: 0.8em;
  font-weight: 500;
  margin-bottom: 1em;
}
.staff_nm{
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 0.8em;
}
.staff_yaku{
  color: #28b472;
  font-size: 0.8em;
  font-weight: 500;
  margin-bottom: 0;
}
.bk_recruit{
  position: relative;
  margin-top: -10em;
}
.bk_recruit figure{
  position: relative;
  clip-path: polygon(0% 15%, 100% 0%, 100% 85%, 0% 100%);
}
.bk_recruit figure::after{
  content: "";
  position: absolute; left: 0px; top: 0px;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(#20549d99, #20549d99); */
  background: linear-gradient(#c6d8f1c2, #c6d8f1c2);
}
.bk_recruit_wrapper{
  width: 66%;
  margin: 0 auto;
}
.bk_center{
  position: relative;
  z-index: 1;
  margin-top: -6em;
}
.bk_interview{
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(images/bk_interview01.webp);
  background-size: cover;
}
#id_interview::after{
  content: '';
  position: absolute;
  top: 30%;
  left: 0;
  width: 90%;
  /* background-color: #1b2a40; */
  background-color: #d0ede0;
  background-color: #7cb4c1;
  background-color: #efcca9;
  background-color: #fff1e2;
  height: 50%;
  z-index: -1;
}
#id_interview .list_staff{
  display: flex;
  flex-wrap: wrap;
}
#id_interview .list_staff li{
  width: 33%;
  margin-bottom: 2em;
}
.box_suji{
  background-color: #dce8fa;
  padding: 1em;
  border-radius: 6px;
  width: 20%;
}
.box_suji h3{
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 2em;
  padding-bottom: 0.2em;
  border-bottom: solid 1px #111;
}
.box_suji h3 small{
  display: block;
  font-size: 0.8em;
}
.box_suji em{
  font-size: 3em;
  font-weight: 700;
  color: #20539b;
  text-align: center;
  display: block;
  line-height: 1.2;
}
.box_suji small{
  font-size: 0.4em;
}
.box_suji p{
  font-size: 0.8em;
  text-align: right;
  margin-bottom: 0;
}
.nav_environment{
  margin: 4em 0;
}
.row_environment{
  width: 30%;
  margin-bottom: 1em;
}
.row_environment a{
  position: relative;
}
.row_environment .ttl_service{
  border-bottom: 0;
}
.row_environment .row_service_skew{
  height: 2em;
}
.row_service_inner{
  background-color: #f9f9f9;
  padding: 2em 4em;
  border-top: solid 2em #fff;
}
.row_service_inner_first{
  border-top: 0;
}
.row_career{
  background-color: #f8fbff;
  padding: 2em 4em;
}
.row_career .ttl_service{
  margin-top: 0;
  border-bottom: 0;
}
.row_career .ttl_service h2{
  background-color: #f8fbff;
}
.bk_haisetsu .ttl_service{
  border-bottom: 0;
}
.dl_list01 dt, .dl_list01 dd{
  width: 100%;
  padding: 0;
}
.dl_list01 dt{
  margin-bottom: 0.4em;
  font-weight: 700;
}
.dl_list01 dd{
  color: #6a6a6a;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: solid 1px #ddd;
}
.dl_list02{
  border-bottom: solid 1px #ddd;
  margin-bottom: 2em;
  padding-bottom: 2em;
}
.dl_list02 h2{
  font-size: 1.1em;
  font-weight: 700;
  color: #20539b;
  margin-bottom: 0.4em;
}
.dl_list02 p{
  margin-bottom: 0;
}
.dl_list02 p small{
  display: block;
}
.wrapper_contact{
  margin: 4em 2em;
}
.bk_intro{
  position: relative;
  margin-bottom: 0;
  padding-bottom: 4em;
}
.bk_intro::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70%;
  background-color: #f2f2f2;
  z-index: -1;
}
.wrapper_intro{
  padding: 2em 2em 0;
  background-color: #fff;
}
.box_intro{
  text-align: center;
  width: 100%;
  margin: 2em 0;
}
.box_intro em{
  position: relative;
  font-size: 1.8em;
  font-weight: 700;
  display: block;
  line-height: 1.6;
  margin-bottom: 1em;
}
.box_intro em::after{
  content: '';
  width: 1em;
  height: 2px;
  left: 50%;
  background-color: #28b472;
  display: inline-block;
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
}
.box_intro h2{
  color: #20539b;
  font-size: 1em;
  margin-bottom: 0;
}
.box_intro_txt{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3em 0 1em;
  font-size: 0.8em;
}
.box_intro_txt p{
  margin: 0 2em 0;
  width: 50%;
  text-align: left;
}
.box_intro_txt p:nth-of-type(1){
  position: relative;
  text-align: right;
}
.box_intro_txt p:nth-of-type(1)::before{
  content: '';
  height: 0.9em;
  width: 1px;
  top: 0.6em;
  right: -2em;
  background-color: #ddd;
  position: absolute;
  display: block;
}
.box_intro_area{
  font-size: 0.9em;
  margin-bottom: 0;
  margin-right: 2em;
}
.box_intro_area span{
  font-size: 0.9em;
  background-color: #111;
  text-align: center;
  padding: 0 1em;
  color: #fff;
  margin: 0 1em 0 0;
}

.dl_interview{
  margin: 4em 0 0;
}
.dl_interview dt{
  position: relative;
  width: 100%;
  font-weight: 700;
  padding: 0 0 0 1.2em;
}
.dl_interview dt::before{
  content: '';
  width: 0.8em;
  height: 0.8em;
  background-color: #555;
  position: absolute;
  top: 0.5em;
  left: 0;
}
.dl_interview dd{
  width: 100%;
  color: #6a6a6a;
  padding: 0em 1em 1em 1em;
  margin-bottom: 2em;
  border-bottom: solid 1px #111;
}
.box_oneday{}
.box_oneday_time{
  width: 100%;
  font-weight: 700;
  position: relative;
  padding-left: 1em;
}
.box_oneday_txt{
  width: 100%;
  /* background-color: #5e84bb40; */
  background-color: #e1edffb5;
  margin-bottom: 2em;
  padding: 1em;
}
.box_oneday_txt p{
  color: #6a6a6a;
  margin-bottom: 0;
}
.box_oneday_txt p b{
  color: #333;
}
.box_message{
  position: relative;
  background-color: #fffde8;
  padding: 1em 3em;
  margin: -5em auto 5em;
  max-width: 1000px;
  width: 80%;
}
.box_message p{
  line-height: 3;
  margin: 0;
}
.box_message p span{
  border-bottom: dotted 2px #555;
}
.box_message em{
  position: absolute;
  top: -2.8em;
  left: 0;
  background-color: #28b472;
  text-align: center;
  padding: 0.4em 2em;
  font-weight: 700;
}
.section_tab{
  position: relative;
}
.nav_tab{
  position: sticky;
  top: 0em;
  z-index: 998;
  display: flex;
  background-color: #fff;
  width: calc((1260 / 1920) * 100%);
  margin: 0 auto 0;
  padding-top: 4em;
  border-bottom: solid 2px #1d4f37;
}
.nav_tab li{
  padding: 1em 2em;
  cursor: pointer;
  font-size: 1.1em;
}
.nav_tab li.btn_active{
  position: relative;
  border-radius: 6px 6px 0 0;
  background-color: #1d4f37;
  color: #fff;
}
#id_tabmenu01, #id_tabmenu02, #id_tabmenu03, #id_tabmenu04, #id_tabmenu05, #id_tabmenu06 {
  display: none;
}
.tabmenu01 #id_tabmenu01{display: block;}
.tabmenu02 #id_tabmenu02{display: block;}
.tabmenu03 #id_tabmenu03{display: block;}
.tabmenu04 #id_tabmenu04{display: block;}
.tabmenu05 #id_tabmenu05{display: block;}
.tabmenu06 #id_tabmenu06{display: block;}
.sec_group{
  background-color: #f9f9f9;
  margin: 0;
  padding: 8em 0;
}
.row_group{
  padding: 2em;
  margin-bottom: 2em;
  background-color: #fff;
}
.row_group h3{
  font-size: 1.4em;
}
.row_group p{
  margin-bottom: 0.2em;
}
.icon_hp {
  margin-right: 1em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(images/icon_hp.svg);
  padding: 0.6em;
}
.wrapper_bk{
  background-color: #f9f9f9;
  padding: 1em;
}

@media(max-width:1366px){
}
@media(max-width:1350px){
  .sec_ml{margin-left: 5%;}
  .sec_mr{margin-right: 5%;}
}
@media(max-width:1250px){
}
@media(min-width:1024px){
  .gototop{width: 60px;}
}

@media(min-width:939px){
}

@media(max-width:940px){
}
@media(min-width:769px){
  .mv_catch{
    font-size: 4.6em;
    top: 33%;
    right: 2%;
  }
  .fadeImg_img{
    height: 200vh;
  }
  .mv_h2{
    top: 8em;
    left: 8em;
  }
  .sec_top_service_box{
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sec_top_service_box p{
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
  }
  .sec_top_service_box_txt{
    margin-right: 1em;
    width: 14em;
  }
  .sec_top_service_box .sec_top_service_box_txt p{
    margin: 0 auto 2em;
  }
  .sec_top_service_box figure{
    width: calc(100% - 15em);
  }
  .sec_top_service_box .mv_h2 p{
    font-size: 1.4em;
  }
  .sec_top_recruit .mv_catch{
    font-size: 6em;
    right: 0;
  }
  .footer_contact{
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer_contact>div{
    width: 48%;
  }
  .ttl_company .btn_small{
    position: absolute;
    top: 2em;
    right: 2em;
  }
  .row_service_detail .ttl_service, .figure_service_nav{
    width: 50%;
  }
  .row_service_detail.row_reset .ttl_service{
    width: 100%;
  }
  .row_service_detail_box{
    min-height: 19.5em;
  }
  .row_col2{
    width: 48%;
  }
  .figure_service {
    width: calc(50% - 5em);
    position: absolute;
    bottom: 2em;
    right: 0;
  }
  .bk_recruit{
    margin-top: -25em;
  }
  .dl_list02{
    width: 50%;
  }
  .dl_list02:nth-of-type(even){
    padding-left: 1em;
  }
  .dl_list02:nth-of-type(odd){
    padding-right: 1em;
  }
  .text_block_dt{
    padding: 0 1em;
    width: 14em;
  }
  .text_block_dd{
    width: calc(100% - 14em);
  }
  .table_history:after{
    content: '';
    position: absolute;
    z-index: 1;
    background: #009f4e;
    top: 2em;
    left: calc((160px + 1.2em) - 1px);
    width: 1px;
    height: 91%;
  }
  .history_row_txt::before{
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: -6px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #009f4e;
    z-index: 2;
  }
  .bk_haisetsu{
    padding: 2em 0;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: cover;
    background-image: url(images/bk_haisetsu.webp);
  }
  .mini_wrapper{
    max-width: 800px;
    margin: 0 auto;
  }
  .bk_center{
    margin-top: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
  }
  .wrapper_intro figure, .box_intro{
    width: 48%;
  }
  .box_oneday_time{
    width: 14em;
    text-align: right;
    padding: 1em 4em 1em 1em;
    border-right: solid 4px;
  }
  .box_oneday_time::after{
    content: '';
    width: 1em;
    height: 1em;
    border-radius: 1em;
    background-color: #000;
    position: absolute;
    top: 1.4em;
    right: calc(-0.5em - 2px);
  }
  .box_oneday_txt{
    width: calc(100% - 18em);
    padding: 1em 1em 1em 2em;
  }
  .container_detail .ul_point{
    width: calc(100% - 23em);
    margin-right: 2em;
  }
  .container_detail figure{
    width: 21em;
  }
  .row_detail_ttl{
    width: 18em;
    margin-right: 4em;
  }
  .row_detail_img{
    width: calc(100% - 22em);
  }
  p.row_group_tel{
    margin-right: 2em;
  }


}


@media(max-width:768px){
  .nav_sns{
    display: none;
  }
  .bk01{
    margin-top: -30em;
  }
  .bk01{
    padding-top: 30em;
    padding-bottom: 2em;
    margin-bottom: 10em;
  }
  .mv_catch{
    top: 30%;
    width: 100%;
    text-align: center;
  }
  .mv_h2{
    top: 20em;
    right: 2em;
  }
  .mv_h2 p{
    font-size: 1.2em;
  }
  body{font-size: 1.5rem;}
  ul li, ol li{font-size: 1em;}
  th,td {margin: 0;border: 0;}
  th {width: 100%;}
  div.breadcrumbs {
    letter-spacing: 0;
    padding: 2em 2% 0;
    font-size: 10px;
  }
  h2{font-size: 1.2em;}
  blockquote p{margin: 1em 3em;}
  blockquote:before{font-size: 3rem;}
  blockquote:after{font-size: 3rem;}
  section{
    margin: 4em 0;
  }
  .section{
    padding: 4em 0;
  }
  .flex{display: block;}
  .pc{display: none!important;}
  .sp{display: block!important;}
  .pc_nav{display: none;}
  .sp_nav{display: block;}
  #g-nav{
    max-width: 100%;
    padding: 4em 1em 4em;
  }
  .colsp{width: 100%!important;}
  .col2sp{width: 48%!important;}
  .container1600{width: 90%;}
  .container1400{width: 90%;}
  .container1200{width: 90%;}
  .container1000{width: 90%;}
  .container800{width: 90%;}
  .container{
    margin-left: 5%;
    margin-right: 5%;
  }
  .container_over{
    width: 105%;
    margin-left: -5%;
  }
  .container_add{
    width: 92%;
    margin: 0 auto;
  }
  .container_reset{width: 100%;}
  .table_overflow {
    display: block;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .table_overflow table{
    table-layout: fixed;
    width: 820px;
  }
  .table_overflow table th, .table_overflow table td{
    display: table-cell;
  }
  .table_company th, .table_company td{
    width: 100%;
    display: block;
    text-align: left;
  }
  .table_company th{
    padding: 0.4em 1em;
    background-color: #1b2a40;
    color: #fff;
  }
  .table_company td{padding: 1em 1em;}
  .footer_navi{display: none;}
  .page_main, .page_sub{width: 100%;}
  .page_sub{margin-top: 1em;}
  .cat-menu{margin: 0; padding-bottom: 2em;}
  .pagenavi {margin-bottom: 4em;}

  /* slide */
  .slick-next {right: 1em;}
  .slick-prev {left: 1em;}
  .slick-prev:before, .slick-next:before{font-size: 4rem;}
  .slick-dots{
    position: static;
    margin: 0 0 0;
    padding: 0;
  }
  .main_nav{
    padding: 2% 2%;
  }
  .subimg_box{
    height: 15%;
  }
  .subimg_wrapper{
    top: -2em;
  }
  .subimg_wrapper em{
    font-size: 2em;
  }
  .subimg_wrapper h1{
    font-size: 0.9em;
    margin-bottom: 0;
  }
  .bk03{
    padding-top: 4em;
    padding-bottom: 4em;
  }
  .sec_top_service{
    padding-bottom: 20em;
  }
  .sec_top_service_box_txt{
    margin-bottom: 2em;
  }
  .sec_top_recruit_box .btn_next {
    margin-top: 2em;
  }
  .sec_infomation {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
  }
  .bk_footer{
    padding-top: 3em;
  }
  footer{
    padding: 0;
  }
  .footer_contact{
    margin: -3em auto 3em;
  }
  .footer_contact>div:first-of-type{
    background-color: #1b2a40;
  }
  .footer_tel{
    margin-bottom: 0;
  }
  .footer_box{
    margin: 0 0 0;
    padding: 0 0 0;
  }
  .row_service{
    width: 48%;
  }
  .bk_jump_box .btn_next{
    font-size: 1.2em;
  }
  .row_environment{
    width: 100%;
    display: flex;
    padding: 0 2em;
  }
  .row_environment>a{
    width: 50%;
  }
  .row_environment .ttl_service{
    margin-top: 1em;
    margin-left: 1em;
    width: 50%;
  }
  .row_environment .ttl_service h2{
    font-size: 0.9em;
  }
  .row_environment .row_service_skew {
    height: 1.8em;
  }
  .row_career{
    padding: 2em 2em;
  }
  .bk_jump{
    padding: 10em 0;
  }
  .btn_company{
    width: 42%;
  }
  .nav_company_bk {
    padding: 2em 0;
  }
  .text_block_dt {
    font-size: 1.1em;
    margin-bottom: 0.6em;
  }
  .history_row{
    display: block;
  }
  .history_row_ttl{
    font-size: 1.1em;
    width: 100%;
    margin-left: 0;
  }
  .history_row_ttl span{
    display: inline-block;
    margin-left: 1em;
    font-size: 0.8em;
  }
  .history_row_txt{
    padding: 1em 0 0;
  }
  .row_haisetsu {
    margin-top: 2em;
    background-color: #f9f9f9;
    padding: 1em;
  }
  .row_haisetsu p {
    margin-left: 1em;
  }
  .row_haisetsu .ul_attention {
    margin-left: 1em;
  }
  .wrapper_contact {
    margin: 2em 0;
  }
  .mw_wp_form dd .mwform-radio-field{
    display: block;
  }
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0!important;
  }
  .bk_recruit_wrapper {
    width: 84%;
  }
  .box_suji {
    width: 48%;
    margin-top: 1em;
  }
  .box_suji em {
    font-size: 2em;
  }
  .box_message{
    padding: 1em 1em;
    margin: 0em auto 5em;
    width: 100%;
  }
  .nav_tab{
    width: 90%;
  }
  .nav_tab li{
    padding: 0.6em 1.8em;
    font-size: 1.0em;
  }
  .wrapper_service_img{
    width: 100%;
    margin: 2em 0 0;
  }
  .row_service_inner {
    padding: 2em 1em;
    border-top: solid 2em #fff;
  }
  .row_detail {
    margin: 2em 0 0em;
  }
  .container_detail figure{
    margin-top: 2em;
  }
  .ul_overflow{
    display: block;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .ul_overflow ul{
    width: 820px;
    margin: 2em 0;
  }
  .nav_ttl{
    font-size: 0.9em;
  }
  .sec_group{
    padding: 4em 0;
  }
  .row_group h3 {
    font-size: 1.2em;
  }

}

@media(max-width:500px){
  .ttl_name{
    font-size: 0.7em;
  }
  .subimg {
    padding: 12em 0 0;
  }
  .subimg_wrapper {
    position: static;
    padding: 0.2em 1em;
  }
  .subimg_wrapper em {
    font-size: 1.4em;
  }
  .mv_h2 {
    top: 14em;
  }
  .mv_h2 p{
    font-size: 0.8em;
  }
  .ttl_en{
    font-size: 2em;
  }
  .bk01 {
    padding-top: 24em;
    margin-top: -20em;
  }
  .sec_top_service_btn {
    top: 18em;
  }
  .sec_top_service_btn .btn_next {
    width: 50%;
    font-size: 1em;
  }
  .sec_top_service_box .mv_h2 {
    margin-right: 0em;
  }
  .row_company{
    width: 100%;
  }
  .ttl_company_txt{
    margin-bottom: 1em;
  }
  .ttl_company .btn_small{
    margin-left: auto;
  }
  .row_service{
    width: 100%;
  }
  .bk_jump_box .btn_next {
    width: 100%;
  }
  .bk_jump{
    padding: 10em 0 0;
    background-position: center top;
  }


}
