@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700;900&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: "Zen Maru Gothic", "ヒラギノ角ゴ 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;}
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: #056b42;
}
ul li{list-style: none;line-height: 1.4;}
th,td{font-weight: normal; box-sizing: border-box;}
small{font-size: 0.8em;}
h1, h2, h3, h4, h5, h6{
  margin: 0 0 0.6em;
  padding: 0;
  line-height: 1.4;
  font-weight: 500;
}
h1{font-size: 1.6em;}
h2{font-size: 1.4em;}
h3{font-size: 1.2em;}
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;
}
.no_syle{list-style: none!important;}
.no_list::before{content: none!important;}
.a_uline a{text-decoration: underline;}
.u_line span{background: linear-gradient(transparent 60%, #ffc000 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;
}
.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;}
.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%;}
.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{
  margin-left: 5%;
  margin-right: 5%;
}
.sec_ml{
  margin-left: calc((100% - 1200px)/2);
  position: relative;
  z-index: 2;
}
.row{margin: 4em 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;
}
.btn_next{
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  background-color: #5dad6c;
  max-width: 240px;
  width: 100%;
  z-index: 1;
  border-radius: 2em;
  transition-duration: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  background-image: url(images/icon-arrow_w.svg);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 1.4em;
  display: inline-block;
}
.btn_next a{
  display: block;
  color: #fff;
  padding: 0.6em 0;
}
.btn_next:hover{
  opacity: 0.6;
  background-position: 100% 50%;
}
.btn_more{
  cursor: pointer;
  display: block;
  color: #fff;
  padding: 0.6em 0;
  margin-top: 2em;
  z-index: 2;
}
.btn_next_auto{
  max-width: 100%!important;
}
.btn_arrow{
  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_w{
  background-image: url(images/icon-arrow_w.svg);
  background-position: 98%;
}
.ol_policy{margin-left: 2em;}
.ol_policy>li{margin-bottom: 3em;}
.ul_policy{margin-left: 2em;}
.ul_policy li{
  font-size: 1em;
  font-weight: normal!important;
  list-style: disc;
  line-height: 1.2;
}
.ttl_policy{
  font-weight: 600;
  margin-bottom: 1em;
}
@media(min-width:1024px){
  .gototop{width: 60px;}
}

/* ////////////////////////////////////////////////////////////////////// */
/*  ヘッダー
/* ////////////////////////////////////////////////////////////////////// */
header{
  position: fixed;
  z-index: 99;
  width: 100%;
  padding: 0 0 0;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
.ttl_name{
  width: 14em;
  font-size: 1.4em;
  font-weight: 700;
  margin: 0;
  line-height: 1;
}
.ttl_name a{
  display: block;
}

/* ////////////////////////////////////////////////////////////////////// */
/*  グローバルメニュー
/* ////////////////////////////////////////////////////////////////////// */
.main_nav{
  width: 100%;
  padding: 0 4%;
}
nav ul.nav_h>li{
  font-weight: 700;
  text-align: center;
}
nav ul.nav_h>li a{
  position: relative;
  display: inline-block;
  padding: 0.4em 2em;
  text-decoration:none;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
}
nav ul li:hover a{
  text-decoration:none;
}
nav ul li:last-of-type::after{
  height: auto;
  width: auto;
}
nav li.has-child{
  position: static;
  padding: 0.4em 2em;
}
.has_child_box{
  background-color: #fcf9f5;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: all .2s;
  width: 96%;
  padding: 0 2em;
  position: absolute;
  left: 2%;
  top: 3em;
  border-radius: 2em;
  z-index: -9999;
  pointer-events: none;
}
.has-child:hover > .has_child_box,
.has-child:active > .has_child_box{
  visibility: visible;
  opacity: 1;
  z-index: 9999;
  pointer-events: all;
}
.pc_nav{
  position: relative;
  padding: 2em 0 1em;
}
.nav_h .has-child li a::after{content: none;}
.nav_h .has-child li a{
  padding: 1em 0;
  display: block;
  text-align: left;
}
.h-btn{
  cursor: pointer;
  position: relative;
  background-color: #ffa800;
  padding: 2em 3.2em 3em 3.2em;
  border-radius: 0 0 3em 3em;
  z-index: 99;
}
.h-btn span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 35%;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  width: 33%;
}
.h-btn span:nth-of-type(1) {top:25%;}
.h-btn span:nth-of-type(2) {top:40%;}
.h-btn span:nth-of-type(3) {top:55%;}
.h-btn.active span:nth-of-type(1) {
  top: 40%;
  left: 35%;
  transform: translateY(0) rotate(-45deg);
  width: 33%;
}
.h-btn.active span:nth-of-type(2) {opacity: 0;}
.h-btn.active span:nth-of-type(3){
  top: 40%;
  left: 35%;
  transform: translateY(0) rotate(45deg);
  width: 33%;
}
#g-nav{
  position:fixed;
  z-index: 98;
  top:0;
  right: -120%;
  width: 100%;
  height: 100vh;
  background:#fcf9f5;
  transition: all 0.6s;
  padding: 120px 60px;
  overflow: scroll;
  -ms-overflow-style: none;    /* IE, Edge 対応 */
  scrollbar-width: none;       /* Firefox 対応 */

  background-image: url(images/img_navi.jpg);
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: 30%;
}
#g-nav.panelactive{right: 0;}
#g-nav li:hover>a{opacity: .5;}
#g-nav li a:after{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #00a656 0%, #81cb42 80%, #bcdf76 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;}
.h_nav_main>li{margin-bottom: 1em;}
.h_nav_children li a{
  display: inline-flex;
  align-items: center;
  letter-spacing: 1px;
  line-height: 1;
  font-size: 0.9em;
}
.h_nav_children li a:before{
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #df8f41;
  margin-right: 15px;
}
.h_nav_sub{
  border-top: solid 1px #df8f41;
  border-bottom: solid 1px #df8f41;
  padding: 40px 0;
  margin: 40px;
}
.h_nav_sub li{font-size: 1.2rem;}
.h_nav_jp{
  font-size: 1.0em;
  margin-right: 0;
  letter-spacing: 0;
  text-transform: none;
}
.h_nav_en{
  color: #df8f41;
  font-size: 0.8em;
  font-weight: bold;
  display: block;
  text-align: center;
}
@media(max-width:768px){
  .nav_h{display: none!important;}
  #g-nav{
    max-width: 100%;
    padding: 6em 0 6em;
    background-image: none;
  }

  .h_nav_sub {margin: 35px 0 0;}
  #g-nav .h_nav_sub li a{display: block;}
  .h_nav_main li:first-child{
    border-top: solid 1px #ddd;
  }
  .m_nav_main li{
    width: 50%;
  }
  .m_nav_main li:nth-of-type(odd) {
    border-right: solid 1px #ddd;
  }
}

/* ////////////////////////////////////////////////////////////////////// */
/*  footer
/* ////////////////////////////////////////////////////////////////////// */
footer{
  position: relative;
  background-color: #fcf9f5;
  color: #333;
  padding: 10em 0 0;
}


/* ////////////////////////////////////////////////////////////////////// */
/*  mv
/* ////////////////////////////////////////////////////////////////////// */
.mainimg{
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
  padding: 6em 0 10em;
}
.mainimg::after{
  content: '';
  position: absolute;
  background-position: bottom;
  background-repeat: no-repeat;
  background-image: url(images/bk00.png);
  background-size: contain;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: -1;
}
.mv_slick .slick-slide{
  padding: 0;
  margin: 0 0;
  outline: none;
  background-position: bottom;
  background-repeat: no-repeat;
  background-image: url(images/bk00.png);
  background-size: cover;
  border-radius: 2em;
  padding-top: 35em;
  width: 60em;

  transition-duration: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transform: scale(0.85);

}
.mv_slick .slick-slide.slick-center{
  transform: scale(1);
}
.mv_slick .slick-next{
  right: 1085px;
}
.mv_slick .slick-prev{
  left: 965px;
}
.subimg{
  position: relative;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fcf9f5;
  padding-top: 28em;
}
.head_ttl{
  position: absolute;
  bottom: 2em;
  right: 4%;
  z-index: 3;
}
.head_ttl_main{
  font-size: 4em;
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1.4;
  color: #4ba967;
}
.head_ttl_sub{
  font-size: 2em;
  margin: 0;
}

/* ////////////////////////////////////////////////////////////////////// */
/*  投稿一覧
/* ////////////////////////////////////////////////////////////////////// */
.ul_info{
  background-color: #fff;
  padding: 2em 0;
}
.ul_info a{
  display: block;
}
.li_info{
  border-bottom: solid 1px #ddd;
  padding: 2em 0 2em;
}
.li_info a{display: block;}
.li_info:last-child{margin: 0;}
.li_info:first-of-type{
  border-top: solid 1px #ddd;
}
.cat_ttl a{
  text-decoration: underline;
  display: block;
}
.cat_time{
  font-size: 0.9em;
  letter-spacing: 0;
  margin: 0;
}
.cat_info{
  font-size: 0.8em;
  margin: 0 4em 0;
}
.cat_info a{
  width: 10em;
  text-align: center;
  background-color: #1499b9;
  padding: 0.2em 1em;
  color: #fff;
  border-radius: 6px;
}
.cat{
  border-radius: 2px;
  background-color: #ddd;
  text-align: center;
  font-size: 0.6em;
  padding: 0.4em 1em;
  margin-right: 2em;
}
/* ////////////////////////////////////////////////////////////////////// */
/*  投稿記事
/* ////////////////////////////////////////////////////////////////////// */
.page_main{width: 68%;}
.page_sub{width: 28%;}
#single_page ul, #single_page ol{margin-left: 30px;}
#single_page ul li{list-style: disc;margin-bottom: 0.8em;}
#single_page a{
  text-decoration: underline;
}
#single_page .btn_next a{
  text-decoration: none;
  color: #fff;
}
#single_page h2{
  font-size: 1.2em;
  font-weight: 700;
  padding: 0.4em;
  background-color: #009944;
  margin-bottom: 1em;
  color: #fff;
}
#single_page h3 {
  font-size: 1.1em;
  font-weight: 700;
  border: none;
  position: relative;
  padding: 0 0.6em 0.6em 0;
  border-bottom: 2px solid #009944;;
  margin-bottom: 1em;
}
#single_page p{
  margin: 2em 0;
  line-height: 3;
}
#single_page p:first-child{
  margin-top: 0;
}
#single_page p:last-child{
  margin-bottom: 0;
}
.single_area{
  padding: 6em 2em;
  border-bottom: solid 1px #a9a9a9;
}
.single_ttl{
  position: relative;
  margin: 0 4em;
  padding: 2em 0;
}
.single_ttl_l{
  margin-left: 3em;
  border-top: solid 1px #a9a9a9;
}
.single_ttl_r{
  margin-right: 3em;
  border-bottom: solid 1px #a9a9a9;
}
.single_ttl::before, .single_ttl::after{
  content: '';
  position: absolute;
  background-image: url(images/icon01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 2em;
  width: 2em;
}
.single_ttl::before{
  top: -1em;
  left: -4em;
}
.single_ttl::after{
  bottom: -1em;
  right: -4em;
}
.single_ttl h1{
  font-size: 1.2em;
}
.ttl_single_date{
  font-size: 0.9em;
}
.cat-menu{
  margin-top: 4em;
}
.post_area{
  position: relative;
  padding: 4em 0 1em;
}
.post_area div{
  width: 30%;
}
.all_post{
  font-size: 2em;
  text-align: center;
  background-color: #78d980;
  border-radius: 50px;
  margin: 0;
}
.all_post a{
  color: #fff;
  display: block;
}
.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;
  text-decoration: none!important;
}
.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;
}
/*イエローマーカー*/
.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;
}
@media(max-width:768px){
  .page_main, .page_sub{width: 100%;}
  .page_sub{margin-top: 1em;}
  blockquote p {
    margin: 1em 3em;
  }
  blockquote:before{font-size: 3rem;}
  blockquote:after{font-size: 3rem;}
}

/* ////////////////////////////////////////////////////////////////////// */
/*  ページャー
/* ////////////////////////////////////////////////////////////////////// */
.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;}

@media(max-width:768px){
  .pagenavi {margin-bottom: 4em;}
}

/* ////////////////////////////////////////////////////////////////////// */
/*  フォーム
/* ////////////////////////////////////////////////////////////////////// */
.wpcf7-form input, .wpcf7-form textarea{
  padding: 2em 1em;
  font-size: 0.9em;
  width: 100%;
  border-radius: 6px;
  border: none;
  background-color: #fbfaf2;
}
.wpcf7-form input[type=checkbox]{
  padding: 0;
}
.wpcf7-form input::placeholder, .wpcf7-form textarea::placeholder{
  color: #ddd;
}
.wpcf7-form input:focus-visible, .wpcf7-form textarea:focus-visible{
  outline: none;
}
.wpcf7-form input[type='submit']{
  max-width: 350px;
  margin: 4em auto 0;
  text-align: center;
  width: 100%;
  display: block;
  cursor: pointer;
  background-color: #59b86b;
  color: #fff;
}
.wpcf7-form th span{
  margin-left: 2em;
  font-size: 0.6em;
  background-color: #ff0000;
  border-radius: 3px;
  padding: 0.1em 0.6em;
  color: #fff;
}
.wpcf7-form th span.nini{
  background-color: #9ddaff;
}
.wpcf7-form th p, .wpcf7-form td p{
  margin-bottom: 1em;
}
.wpcf7-form table tr th, .wpcf7-form table tr td{
  padding: 0;
  display: block;
  text-align: left;
  border: 0;
}
.wpcf7-form table tr th{
  font-weight: bold;
}
.wpcf7-form table tr td{
 margin-bottom: 2em;
}
.wpcf7-form table tr:nth-of-type(1) td {
  border-top: 0;
}
.wpcf7-form table tr{
  border: 0;
}
.wpcf7-form  .contact_footer span.wpcf7-list-item{
  margin: 0;
  text-align: center;
}

/* ////////////////////////////////////////////////////////////////////// */
/*  slick slider
/* ////////////////////////////////////////////////////////////////////// */
.slide_slick .slick-list {
  /* 左右どちらかにスペースを入れると画像が一部隠れる */
  padding: 0 10% 0!important;
}
.slide_slick_li{
  margin-right: 4em;
  box-shadow: 15px 15px 0 #e9cfbc;
  margin-bottom: 15px;
}
.slick-dots{
  position: static;
  margin-top: 1em;
  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: 2.4em;
  height: 2.4em;
  content: '';
  border-radius: 50%;
  border: solid 2px #df8f41;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #df8f41;
}
.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: 2.4vw;
  color: #44b141;
  opacity: 1;
}

@media(max-width:768px){
  /* slide */
  .slick-next {
    right: 10%;
  }
  .slick-prev {
    left: 10%;
  }
  .slick-prev:before, .slick-next:before{
    font-size: 4rem;
  }
  .slide_slick .slick-list {
    padding: 0 50px 0!important;
  }
  .slick-dots{
    position: static;
    margin: 0 0 0;
    padding: 0;
  }
  .slick-dots li button:before{
    width: 10px;
    height: 10px;
  }
  .slick-dots li button{
    width: 10px;
    height: 10px;
  }

}

/* ////////////////////////////////////////////////////////////////////// */
/*  機能
/* ////////////////////////////////////////////////////////////////////// */
/* map */
.gmap{
  width: 100%;
  aspect-ratio: 16 / 9;
  line-height: 0;
  margin: 0 auto 2em;
}
.gmap iframe{
  width: 100%;
  height: 100%;
}
/* 拡大 */
.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;
}

/* パンくずリスト */
div.breadcrumbs {
  text-align: right;
  color: #333;
  padding: 0 4% 0;
  font-size: 0.8em;
  letter-spacing: 1px;
}
div.breadcrumbs a{
  color: #333;
  text-decoration: underline;
}

/* table */
.table_company{
  z-index: 1;
}
.table_company tr{
  border-top: dotted 2px #a0a0a0;
  border-left: 0;
}
.table_company tr:first-of-type{
  border-top: 0;
}
.table_company th{
  position: relative;
  width: auto;
  border: 0;
  padding: 1em;
  text-align: left;
  color: #555;
  font-weight: 700;
  width: 16em;
}
.table_company td{
  width: calc(100% - 16em);
  padding: 1em 1em 1em 2em;
  border: 0;
}
.table_company tr:nth-of-type(1) td{
  border: 0;
}
@media(max-width:768px){
  div.breadcrumbs {letter-spacing: 0;}
  .table_company th, .table_company td{
    display: block;
    width: 100%;
  }
  .table_company td{
    padding: 0 0 1em 1em;
  }

}


@media(max-width:768px){
  ul li, ol li{font-size: 1em;}
  th,td {margin: 0;border: 0;}
  th {width: 100%;}
  .pc{display: none!important;}
  .sp{display: block!important;}
  .flex{display: block;}
  .main_nav .flex{display:flex;}
  section{
    margin: 4em 0;
  }
  .section{
    padding: 4em 0;
  }
  .mainimg{
    padding: 6em 0 18em;
  }
  .head_ttl {
    bottom: 6em;
  }
  .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%;}
  .gmap{height: 300px;}
  .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;
  }
  .colsp{width: 100%!important;}
  .col2sp{width: 48%!important;}

}


/* ////////////////////////////////////////////////////////////////////// */
/*
/* ////////////////////////////////////////////////////////////////////// */
em{
  font-style: normal;
}
.main_bk{
  position: relative;
  background-color: #e3f8ff;
}
.main_bk::after{
  content: '';
  position: absolute;
  background-position: bottom;
  background-repeat: no-repeat;
  background-image: url(images/bk01-01.png);
  background-size: contain;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: 2;
}
.row_concept{
  position: relative;
  padding: 4em 0 8em;
}
.row_concept::after{
  content: '';
  position: absolute;
  background-position: bottom;
  background-repeat: no-repeat;
  background-image: url(images/bk01-02.png);
  background-size: contain;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: -1;
}
.row_concept_ttl h2{
  font-size: 2.4em;
  font-weight: 700;
  color: #4ba967;
}
.row_concept_ttl p{
  margin: 14em 2em 14em 0;
  line-height: 3;
}
.bk_concept01{
  background-position: 140% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(images/img_top01.png);
  padding-top: 68%;
}
.bk_concept02{
  position: absolute;
  bottom: -15em;
  left: -30em;
}
.bk_concept02 img{
  width: 30em;
}
.wrapper_service{
  background-color: #139f67;
  padding: 0 12% 2em;
}
.wrapper_service h2{
  font-size: 2.4em;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.wrapper_history{
  position: relative;
  padding: 0 12% 0 0;
  margin-bottom: 6em;
}
.wrapper_history_txt{
  margin: 2em 0;
}
.wrapper_history_txt p:last-child{
  margin-bottom: 0;
}
.wrapper_history_txt h3{
  position: relative;
  font-size: 1.2em;
  font-weight: 600;
  border-bottom: solid 2px #ffa800;
  padding: 0 0 0.8em 2.5em;
  margin-bottom: 0.6em;
}
.wrapper_history_txt h3::after{
  content: '';
  width: 1.4em;
  height: 1.4em;
  background-color: #fff;
  border-radius: 2em;
  border: solid 0.4em #ffa800;
  display: block;
  position: absolute;
  top: 1.6em;
  left: -0.8em;
}
.wrapper_history_year{
  position: relative;
  font-size: 1.2em;
  font-weight: 600;
  margin: 0 0 2em 2.5em;
}
.wrapper_history_year span{
  margin-left: 2em;
  font-size: 0.9em;
}
.row_service{
  margin: 4em 0;
  background-color: #fff;
  border-radius: 4em;
  overflow: hidden;
  transition-duration: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.row_service:hover{
  opacity: 0.9;
  outline-style: solid;
  outline-width: 5px;
  outline-color: #056b42;
}
.row_service_box{
  padding: 3em 3em 3em 4em;
  width: 100%;
}
.row_service_box p{
  margin: 2em 0 0;
}
.row_service_box h3{
  font-size: 1.8em;
  font-weight: 700;
  margin: 0;
  background-image: url(images/icon-arrow.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 0.8em;
  padding-right: 1.8em;
}
.row_service_box h3 small{
  display: block;
}
.row_service_ttl{
  position: relative;
}
.row_service_ttl ul{

}
.row_service_ttl ul li{
  font-size: 0.8em;
  background-color: #ff9347;
  color: #fff;
  border-radius: 2em;
  margin: 0 1em;
  padding: 0.4em 1em;
}
.row_company{
  position: relative;
  padding-bottom: 8em;
}
.row_company::after{
  content: '';
  position: absolute;
  background-position: top;
  background-repeat: no-repeat;
  background-image: url(images/bk03-01.png);
  background-size: contain;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: -1;
}
.row_company_figure{
  width: 45%;
  margin-left: 5%;
  margin-top: 8em;
}
.row_company_ttl{
  font-size: 3em;
  font-weight: 700;
  margin: 0 0 1.4em;
  color: #333;
}
.row_company_ttl span{
  position: relative;
}
.row_company_ttl span::before{
  content: '';
  position: absolute;
  top: -0.3em;
  left: 0.3em;
  height: 0.3em;
  width: 0.3em;
  background-color: #f4c944;
  border-radius: 1em;
}
.row_company_box{
  margin-left: calc((100% - 1400px) / 2);
  max-width: 700px;
  width: 90%;
}
.row_company_btn{
  width: 30%;
  margin: 6em auto 0;
  text-align: center;
}
.row_company_btn figure{
  border-radius: 2em;
}
.row_company_btn em{
  font-size: 1.2em;
  margin: 0.8em 0 0;
  background-image: url(images/icon-arrow.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 1.0em;
  padding-right: 1.8em;
  display: inline-block;
}
.row_recruit{
  position: relative;
}
.row_recruit_figure{
  position: relative;
  z-index: 1;
}
.row_recruit_p{
  z-index: 1;
  position: absolute;
  top: 32%;
  left: 50%;
  transform: translateX(-50%);
  width: 86%;
  font-size: 1.8em;
  color: #fff;
  text-align: center;
  margin: 0;
  text-shadow: 0 0 10px #000;
}
.row_recruit_box{
  position: relative;
  background-image: url(images/top_recruit.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 24em 0 14em;
  margin-top: -11em;
  overflow: hidden;
}
.row_recruit_box .btn_next{
  background-color: #f4c944;
  max-width: 340px;
  margin: 4em 0 0;
}
.row_recruit_box .btn_next a{
  color: #333;
}
.row_recruit_box figure:nth-of-type(1){
  position: absolute;
  top: 4em;
  right: -5em;
  z-index: 1;
  margin-left: 50%;
}
.row_recruit_box figure:nth-of-type(2){
  position: absolute;
  top: 0;
  left: 1em;
  z-index: 1;
  margin-right: 80%;
}

.row_recruit_box_container{
  margin-left: calc((100% - 1400px) / 2);
  color: #fff;
}
.row_recruit_box_container_p{
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 4em;
  line-height: 3;
  text-shadow: 0 0 10px #000;
}
.row_recruit .ttl_large{
  position: absolute;
  top: 5%;
  left: 12%;
}
.ttl_large{
  font-size: 4em;
  font-weight: 900;
  text-align: center;
}
.ttl_large span{
  display: block;
  font-size: 0.4em;
  font-weight: 400;
}
.footer_wrapper{
  margin: 0 5%;
}
.footer_ttl{
  width: 30%;
}
.footer_ttl h2{
  font-size: 2em;
  font-weight: 700;
}
.footer_contact{
  width: 60%;
  background-color: #fff;
  padding: 2em;
  border-radius: 2em;
  text-align: center;
}
.footer_contact p{
  font-size: 0.8em;
  margin: 0;
}
.footer_contact em{
  display: block;
  background-repeat: no-repeat;
  background-position: 0% 50%;
  background-size: 1.4em;
  padding-left: 2em;
  display: inline-block;
}
.footer_contact_mail, .footer_contact_tel{
  width: 50%;
  margin-bottom: 1em;
}
.footer_contact_mail{
  position: relative;
}
.footer_contact_mail::after{
  content: '';
  height: 6em;
  width: 2px;
  background-color: #cfcfcf;
  position: absolute;
  right: 0;
}
.footer_contact_mail em{
  background-image: url(images/icon-mail.svg);
}
.footer_contact_tel em{
  background-image: url(images/icon-tel.svg);
}
.footer_contact_mail .btn_next{
  margin-top: 2em;
  max-width: 300px;
}
.footer_contact_tel a{
  display: block;
  font-size: 2.4em;
  font-weight: 900;
  color: #27ba74;
}
.footer_menu{
  margin: 5% 5% 2%;
}
.footer_navi{
  flex: 1;
}

.footer_navi li{
  font-size: 0.9em;
  width: 100%;
  display: inline-flex;
  align-items: center;
  margin-bottom: 1em;
}
.footer_navi li a{
  display: block;
}
.footer_navi li.footer_navi_point::before{
  content: '';
  height: 6px;
  width: 6px;
  border-radius: 20px;
  background-color: #5dad6c;
  margin-right: 5px;
}
.footer_navi li.footer_navi_child{
  margin-left: 1em;
}
.footer_navi li.footer_navi_bar::before{
  content: '';
  height: 2px;
  width: 8px;
  background-color: #5dad6c;
  margin-right: 5px;
}
.footer_navi li.footer_navi_sub{
  background-color: #fff0da;
  padding: 0.2em 1em;
  border-radius: 5px;
}

.footer_bottom{
  position: relative;
}
address{
  position: absolute;
  top: 5em;
  right: 5%;
  font-size: 0.8em;
  font-style: normal;
}
.footer_addr{
  line-height: 1.4em;
}
.footer_addr span{
  margin-left: 2em;
  font-size: 0.7em;
}
.footer_addr span a{
  padding: 0.4em 1em;
  background-color: #000;
  color: #fff;
  border-radius: 1em;
}
.footer_pri a{
  color: #27ba74;
  border-bottom: solid 1px;
}
.top_news_btn{
  display: block;
  margin: 4em auto 0;
}
.ul_navi_service{
  position: relative;
}
.ul_navi_service li{
  width: 18%;
}
.ul_navi_service li figure{
  margin-bottom: 1em;
  border-radius: 1em;
}
.ul_navi_service li em{
  transition-duration: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  background-image: url(images/icon-arrow.svg);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 1.2em;
  display: inline-block;
  padding-right: 3em;
  margin: 0 1em;
}
.cat-menu li{
  position: relative;
  overflow: hidden;
  text-align: left;
  margin-right: 1em;
  background-color: #5dad6c;
  width: 15%;
  z-index: 1;
  border-radius: 2em;
  transition-duration: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  background-image: url(images/icon-arrow_w.svg);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 1.4em;
  display: inline-block;
}
.cat-menu li a{
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 0;
  padding: 1em 0 1em 1em;
  display: block;
  line-height: 1.4;
}
.cat-menu li:hover{
  opacity: 0.6;
  background-position: 100% 50%;
}
.page_ttl{
  display: block;
  text-align: center;
  margin-bottom: 2em;
}
.page_ttl span{
  position: relative;
  font-size: 1.2em;
  padding: 0 2em;
}
.page_ttl span::before, .page_ttl span::after{
  content: '';
  position: absolute;
  top: 0.3em;
  background-image: url(images/icon01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 1em;
  width: 1em;
}
.page_ttl span::before{
  left: 0;
}
.page_ttl span::after{
  right: 0;
}
.page_ttl_s{
  text-align: left;
  margin-bottom: 1em;
  font-weight: 600;
  color: #4ba967;
}
.page_ttl_s span{
  position: relative;
  font-size: 1.1em;
  padding: 0 1.6em;
}
.page_ttl_s span::after{
  content: none;
}
.btn_nav{
  position: relative;
  margin-left: 1em;
}
.btn_nav>a{
  padding: 1em 1em 2em;
  color: #fff;
  background-color: #4c6ec6;
  display: block;
  border-radius: 0 0 3em 3em;
}
#g-nav .footer_contact{
  width: 90%;
  margin: 2em auto 0;
}
#g-nav .footer_navi li.footer_navi_sub{
  display: inline-block;
  text-align: center;
  padding: 0.2em 0;
}

.sec_fff{background-color: #fff;}
.sec_yellow{background-color: #fefbe2;}
.sec_orange{background-color: #fef2e2;}
.page_head{
  position: relative;
}
.page_head::after{
  content: '';
  display: block;
  background-color: #fef2e2;
  height: 14em;
  width: 100%;
  margin-top: -6em;
}
.page_head_container{
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 1em 5em 4em;
  border-radius: 2em;
  width: calc((1400 / 1920) * 100%);
  max-width: 1400px;
  margin: 0 auto;
}
.page_head_container h2{
  display: inline-flex;
  align-items: center;
  font-size: 2em;
  margin-bottom: 1.4em;
  width: 100%;
}
.page_head_container h2 span{
  margin-left: 1em;
}
.page_head_container p{
  margin-bottom: 0;
}
.page_main_ttl{
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  font-size: 1.8em;
  padding-right: 0.2em;
  position: absolute;
  top: 0;
  left: 13%;
}
.page_main_ttl span{
  border-right: solid 1px #de765b;
}
.row_page{
  position: relative;
  margin-left: calc((100% - 1000px) / 2);
  margin-right: 5%;
}
.page_row_service{
  position: relative;
  padding: 4em 0;
}
.page_row_service_bk{
  margin-top: 4em;
}
.page_row_service_bk::after{
  content: '';
  background-color: #fefbe2;
  padding-top: 24em;
  width: 100%;
  display: block;
  position: absolute;
  top: -4em;
  z-index: -1;
}
.page_row_service_btn{
  margin-bottom: 4em;
}
.page_row_service_btn li{
  width: 45%;
  margin-top: 4em;
}
.page_row_service_btn.page_row_service_btn_three li{
  width: 30%;
}
.page_row_service_btn.page_ttl_center .page_ttl{
  text-align: center;
}
.page_row_service_btn .table_company th{
  width: 8em;
  display: table-cell;
}
.page_row_service_btn .table_company td{
  width: calc(100% - 8em);
  display: table-cell;
}
.page_row_service_btn figure{
  margin-bottom: 0.6em;
}
.page_row_service_btn figure img{
  border-radius: 2em;
}
.page_row_service_btn .table_company{
  background-color: #fff;
  padding: 1em;
  border-radius: 0.8em;
}
.page_row_service_btn .page_ttl{
  display: block;
  font-size: 1.0em;
  font-weight: 700;
  margin: 1em 0 1.4em;
  text-align: left;
}
.page_row_service_btn .btn_next{
  margin: 4em 0 0 auto;
  display: block;
}
.page_row_service_btn_ttl{
  font-size: 0.9em;
  color: #ff0000;
}
.li_flow h3{
  text-align: center;
  margin: 0 0 0.4em;
  padding: 0;
  font-size: 1.6em;
  font-weight: 700;
  color: #009944;
}
.li_flow_box{
  position: relative;
  padding: 2em 1em 1em;
  background-color: #fff;
}
.li_flow_box em{
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #009944;
  color: #fff;
  border-radius: 0 0 6em 6em;
  text-align: center;
  width: 4em;
  height: 2em;
}
.li_flow_box p{
  margin: 1em 0;
}
.li_qa{
  display: inline-flex;
  align-items: center;
  padding: 2em 2em;
  width: 100%;
}
.li_qa span{
  position: relative;
  margin-right: 2em;
  text-align: center;
  z-index: 1;
  font-weight: 700;
}
.li_qa span::after{
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: 3em;
  width: 3em;
  border-radius: 3em;
  z-index: -1;
}
.li_qa_q{
  font-weight: 700;
}
.li_qa_q span{
  color: #fff;
}
.li_qa_a{
  background-color: #fff;
  margin-bottom: 2em;
}
.li_qa_q span::after{
  background-color: #009944;
}
.li_qa_a span::after{
  background-color: #54d68e;
  color: #fff;
}
.page_footer_nav{
  position: relative;
  padding: 24em 0 0;
}
.page_footer_nav::before{
  content: '';
  position: absolute;
  background-position: top;
  background-repeat: no-repeat;
  background-image: url(images/bk01-02.png);
  background-size: cover;
  width: 100%;
  height: 24em;
  top: 0;
}
.page_footer_nav h2{
  position: absolute;
  top: 4em;
  right: 20%;
  font-size: 2.4em;
  color: #fff;
}
.page_footer_nav_wrapper{
  background-color: #139f67;
  padding: 0 5% 6em;
}
.page_footer_nav .ul_navi_service li em{
  background-image: url(images/icon-arrow-w.svg);
}
.page_footer_nav .ul_navi_service li a{
  color: #fff;
}
.page_sub_ttl{
  display: block;
  position: relative;
  text-align: center;
  margin-bottom: 2em;
}
.page_sub_ttl span{
  font-size: 1.4em;
  padding: 0 1em;
  background-color: #fff;
}
.page_sub_ttl span::after{
  content: '';
  z-index: -1;
  position: absolute;
  top: 0.8em;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #555;
}
.page_sub_figure{
  margin: 4em 0 6em;
}
.page_sub_figure img{
  border-radius: 4em;
}
.ul_hiritsu{
  margin-bottom: 6em;
}
.ul_hiritsu li{
  position: relative;
  width: 20%;
  text-align: center;
}
.ul_hiritsu li i{
  background-color: #58b8cf;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  display: inline-block;
  padding: 4em;
  border-radius: 6em;
}
.ul_hiritsu li:nth-of-type(1) i{background-image: url(images/icon_h01.svg);}
.ul_hiritsu li:nth-of-type(2) i{background-image: url(images/icon_h02.svg);}
.ul_hiritsu li em{
  display: block;
  color: #e8b057;
  margin-bottom: 1em;
  font-weight: 700;
}
.ul_hiritsu li span{
  position: relative;
  font-size: 2em;
  font-weight: 700;
}

.page_row_bk{
  position: relative;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 10em;
}
.page_row_bk01{background-image: url(images/bk02-01.png);}
.page_row_bk02{background-image: url(images/bk02-02.png);}
.page_row_bk03{background-image: url(images/bk02-03.png);}
.section_flow{
  position: relative;
}
.section_flow::after{
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  border-left: dotted 2px #a0a0a0;
}
.box_flow{
  margin-bottom: 4em;
}
.box_flow h3{
  position: relative;
  border-top: dotted 2px #a0a0a0;
  font-size: 1.2em;
  font-weight: 700;
  margin: 0.4em 0 0;
  padding-top: 0.6em;
}
.box_flow h3::before{
  content: '';
  display: block;
  position: absolute;
  top: -0.5em;
  height: 1em;
  width: 1em;
  border-radius: 1em;
  background-color: #1499b9;
  z-index: 1;
}
.box_flow_ttl_hour{
  font-size: 1.2em;
  font-weight: 700;
  color: #1499b9;
}
.box_flow_ttl_hour small{
  font-size: 0.8em;
  margin-right: 1em;
}
.box_flow.box_flow_l h3{
  text-align: right;
}
.box_flow.box_flow_l h3::before{
  left: -0.5em;
}
.box_flow.box_flow_l .box_flow_ttl_hour{
  text-align: right;
}
.box_flow.box_flow_r h3::before{
  right: -0.5em;
}
.box_flow_wrapper{
  margin: 2em 0;
}
.box_flow_wrapper figure{
  margin-bottom: 1em;
}
.box_flow_wrapper figure img{
  border-radius: 1em;
}
.box_flow_wrapper p{
  margin-bottom: 0;
  background: #fefbe2;
  border-radius: 6px;
  padding: 0.2em 0.6em;
}
.box_information{
  border: solid 4px #139f67;
  border-radius: 4em;
  padding: 2em 6em;
}
.box_history{
  position: relative;
}
.table_history{
  position: relative;
  overflow: hidden;
  height: 24em;
}
.table_history table::before{
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3em;
  backdrop-filter: blur(2px);
  z-index: 1;
}
.table_history.table_open{
  height:auto;
}
.table_history.table_open table::before{
  content: none;
}
.table_history_row{
  border-top: dotted 2px #de765b;
  padding: 1em 0;
}
.table_history_row:last-of-type{
  border-bottom: dotted 2px #de765b;
}
.table_history_year{
  margin: 1em 0;
  padding: 0;
  text-align: right;
}
.table_history_year table tr td{
  padding: 0;
  border: 0;
}
.table_history_year table tr:nth-of-type(1) td{
  border: 0;
}
.table_history_year{
  font-weight: 600;
  font-weight: 600;
}
.history_m{
  text-align: right;
}
.history_w{
  font-size: 0.9em;
  width: 6em;
  margin: 0 0.8em;
  color: #5dad6c;
}
.table_history_txt{
  width: 100%;
  margin: 0 0 1em;
  padding: 0 0.4em 0 0.8em;
  position: relative;
}
.table_history_txt::after{
  content: '';
  position: absolute;
  top: 1em;
  left: 0;
  height: 0.2em;
  width: 0.2em;
  border-radius: 1em;
  background-color: #111;
}
.row_history{
  position: relative;
  margin-top: 6em;
}
.row_history .page_main_ttl{
  left: 0;
}
.row_history_figure{
  margin-left: 34%;
}
.row_history_figure figure{
  margin-bottom: 0.6em;
}
.row_history_figure img{
  border-radius: 2em;
}
.box_profile{
  background-color: #fffbd3;
  padding: 4em 4em;
}
.box_rinen{
  background-color: #fffbd3;
  padding: 2em;
  border-radius: 1em;
  counter-reset: number 0;
}
.box_rinen h3{
  position: relative;
  padding-left: 2em;
  padding-bottom: 0.8em;
  margin: 4em 0 0;
  font-size: 1.1em;
  font-weight: 700;
  border-bottom: dotted 3px #de765b;
}
.box_rinen h3::before{
  counter-increment: number 1;
  content: counter(number) " ";
  position: absolute;
  top: 0;
  left: 0;
  color: #de765b;
  font-size: 1.4em;
  line-height: 1;
}
.box_rinen h3:first-of-type{
  margin-top: 0;
}
.row_rinen{
  margin: 2em 0 2em 2em;
}
.row_rinen p{
  margin: 0;
}
.row_rinen ul{
  padding-left: 1em;
}
.row_rinen ul li{
  position: relative;
  padding-left: 0.8em;
  margin-bottom: 1em;
}
.row_rinen ul li::before{
  content: '';
  position: absolute;
  top: 0.6em;
  left: 0;
  height: 0.2em;
  width: 0.2em;
  border-radius: 1em;
  background-color: #111;
}
.row_rinen_ttl{
  position: relative;
  padding-left: 1em;
  font-weight: 600;
  margin-bottom: 0.8em !important;
}
.row_rinen_ttl::before{
  content: '';
  position: absolute;
  top: 0.7em;
  left: 0;
  height: 0.6em;
  width: 0.6em;
  border-radius: 1em;
  border: solid 2px #111;
}
.row_rinen_ttl small{
  display: block;
}
.p_attention{
  position: relative;
  padding-left: 1.4em;
}
.p_attention::before{
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}
.p_red{
  color: #ff0000;
}
.p_phone{
  font-size: 1.1em;
  margin: 0 0 0 1em;
}
.p_phone span{
  margin-right: 2em;
}
.box_contact_policy{
  margin: 2em 0;
}
.nav_sns{
  position: relative;
}
.nav_sns li{
  width: 2em;
  margin: 0 1em;
}
@media(max-width:1539px){
  .row_company_box{
    margin-left: 10%;
    width: 40%;
  }
  .row_recruit_box_container{
    margin-left: 10%;
    width: 45%;
  }
  .row_page{
    margin-left: 10%;
  }
  .page_main_ttl{
    left: 5%;
  }

}
@media(min-width:769px){
  .pc_nav_l{
    width: 30%;
  }
  .pc_nav_r{
    width: 65%;
  }
  .footer_navi>ul{
    width: 25%;
  }
  #g-nav .footer_navi>ul.ul_shisetu{
    width: 23%;
    margin-top: 2em;
  }
  .p_center{
    text-align: center;
  }
  .row_concept_ttl{
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    z-index: 1;
    position: absolute;
    left: 16%;
    top: 30%;
    margin: 0;
  }
  .row_concept_ttl h2 span{
    display: block;
    margin: 4em 0.6em 0 0;
  }
  .row_service_icon{
    width: 20%;
    margin: 4em 0 0 auto;
    text-align: right;
  }
  .row_service_icon img{
    width: 6em;
  }
  .row_service_img{
    width: 45%;
  }
  .row_service_img img{
    border-radius: 0 4em 4em 0;
  }
  .row_company_figure img{
    border-radius: 4em 0 0 4em;
  }
  .section_flow::after{
    left: 50%;
  }
  .box_flow{
    width: 50%;
    position: absolute;
  }
  .box_flow_l{
    margin-left: 50%;
  }
  .box_flow_r{
    margin-right: 50%;
  }
  .box_flow_l .box_flow_wrapper{
    padding-left: 6em;
  }
  .box_flow_r .box_flow_wrapper{
    padding-right: 6em;
  }
  #id_s_step.section_flow{padding-top: 110em;}
  #id_s_step .box_flow:nth-of-type(1){top: 0;}
  #id_s_step .box_flow:nth-of-type(2){top: 10em;}
  #id_s_step .box_flow:nth-of-type(3){top: 45em;}
  #id_s_step .box_flow:nth-of-type(4){top: 55em;}
  #id_s_step .box_flow:nth-of-type(5){top: 90em;}

  #id_s_olive.section_flow{padding-top: 120em;}
  #id_s_olive .box_flow:nth-of-type(1){top: 0;}
  #id_s_olive .box_flow:nth-of-type(2){top: 10em;}
  #id_s_olive .box_flow:nth-of-type(3){top: 43em;}
  #id_s_olive .box_flow:nth-of-type(4){top: 62em;}
  #id_s_olive .box_flow:nth-of-type(5){top: 93em;}

  #id_s_lifenet.section_flow{padding-top: 150em;}
  #id_s_lifenet .box_flow:nth-of-type(1){top: 0;}
  #id_s_lifenet .box_flow:nth-of-type(2){top: 10em;}
  #id_s_lifenet .box_flow:nth-of-type(3){top: 20em;}
  #id_s_lifenet .box_flow:nth-of-type(4){top: 54em;}
  #id_s_lifenet .box_flow:nth-of-type(5){top: 64em;}
  #id_s_lifenet .box_flow:nth-of-type(6){top: 90em;}
  #id_s_lifenet .box_flow:nth-of-type(7){top: 100em;}
  #id_s_lifenet .box_flow:nth-of-type(8){top: 134em;}

  #id_j_syuro.section_flow{padding-top: 125em;}
  #id_j_syuro .box_flow:nth-of-type(1){top: 0;}
  #id_j_syuro .box_flow:nth-of-type(2){top: 10em;}
  #id_j_syuro .box_flow:nth-of-type(3){top: 40em;}
  #id_j_syuro .box_flow:nth-of-type(4){top: 52em;}
  #id_j_syuro .box_flow:nth-of-type(5){top: 85em;}

  .table_history_year{
    width: 14em;
    padding: 0 2.4em 0 0.4em;
  }
  .table_history_txt{
    width: calc(100% - 14em);
    margin: 1em 0;
  }
  .wrapper_history figure{
    width: 50%;
  }
  .wrapper_history_txt{
    width: 50%;
  }
  .wrapper_history_txt p{
    margin-left: 3em;
  }
  .box_contact_policy{
    text-align: center;
  }

}



@media(max-width:768px){
  body{
    font-size: 1.5rem;
  }
  .mv_slick .slick-slide {
    border-radius: 2em;
    padding-top: 18em;
    width: 18em;
  }
  .subimg {
    padding-top: 20.1em;
  }
  .main_nav{
    padding-right: 0;
  }
  .h-btn {
    padding: 2em;
  }
  .head_ttl {
    bottom: 9em;
  }
  .head_ttl_main{
    font-size: 1.8em;
  }
  .head_ttl_sub{
    font-size: 1.2em;
  }
  .page_row_service {
    padding: 2em 0;
  }
  .page_head_container {
    padding: 1em 2em 2em;
    width: 90%;
  }
  .page_head_container h2{
    display: block;
    font-size: 1.6em;
    text-align: center;
  }
  .page_head_container h2 span {
    margin: 0.4em 0 0 0;
    display: block;
  }
  .page_head_container h2 small{
    display: block;
  }
  .page_footer_nav h2{
    top: 2em;
    right: 15%;
    font-size: 1.2em;
  }
  .ul_navi_service li{
    width: 48%;
    margin-top: 2em;
  }
  .ul_navi_service li em{
    margin: 0;
    font-size: 0.9em;
    letter-spacing: 0;
    padding-right: 2.4em;
  }
  .footer_ttl, .footer_contact{
    width: 100%;
    margin-bottom: 2em;
  }
  .footer_contact em{
    font-weight: 700;
  }
  .footer_contact_mail, .footer_contact_tel{
    width: 100%;
    margin-bottom: 3em;
  }
  .footer_contact_mail::after{
    content: none;
  }
  .footer_menu{
    display: none;
  }
  .ttl_large{
    font-size: 2.4em;
  }
  .wrapper_service h2{
    font-size: 1.8em;
  }
  .bk_concept01{
    padding-top: 85%;
  }
  .bk_concept02{
    bottom: -30em;
    left: -7em;
  }
  .bk_concept02 img{
    width: 23em;
  }
  .row_concept_ttl h2{
    font-size: 1.6em;
    margin: 4em 0 1em;
    line-height: 2;
  }
  .row_concept_ttl h2 span{
    display: block;
  }
  .row_concept_ttl{
    margin: 0 5%;
  }
  .row_concept_ttl p{
    margin: 0;
    line-height: 2;
  }
  .wrapper_service {
    padding: 0 5% 2em;
  }
  .row_service{
    position: relative;
    margin-top: 2em;
    border-radius: 2em;
  }
  .row_service_icon{
    padding: 0;
    text-align: center;
    position: absolute;
    bottom: 2em;
    right: 2em;
  }
  .row_service_box {
    padding: 1em;
  }
  .row_service_box h3{
    font-size: 1.4em;
  }
  .row_service_ttl ul{
    margin: 1em 0 0 0;
    width: 100%;
  }
  .row_service_ttl ul li{
    margin: 0 0.2em;
    padding: 0.2em 0.4em;
  }
  .row_service_ttl ul li:first-of-type{
    margin-left: 0;
  }
  .row_service_box h2{
    width: 100%;
  }
  .row_company{
    padding-bottom: 4em;
  }
  .row_company_ttl{
    font-size: 2em;
  }
  .row_company_box{
    width: 100%;
    margin: 8em 5% 0;
  }
  .row_company_btn {
    width: 45%;
    margin: 0 auto 0;
  }
  .row_company_figure {
    width: 100%;
    margin-left: 0;
    margin-top: 4em;
  }
  .row_recruit .ttl_large{
    position: static;
  }
  .row_page{
    margin-left: 25%;
  }
  .page_row_service_btn{
    margin: 0;
  }
  .page_row_service_btn li{
    width: 100%;
    margin: 2em 0 4em;
  }
  .page_row_service_btn li:last-of-type{
    margin-bottom: 0;
  }
  .page_main_ttl{
    font-size: 1.1em;
  }
  .page_sub_ttl span{
    font-size: 1.2em;
  }
  .page_ttl span{
    font-size: 1em;
  }
  .page_row_service_btn .btn_next{
    margin: 0 auto;
    display: block;
    max-width: 180px;
    font-size: 0.9em;
  }
  .page_footer_nav {
    padding: 6em 0 0;
  }
  .page_footer_nav::before{
    height: 6em;
  }
  .row_recruit_box{
    margin-top: -4em;
    padding-bottom: 8em;
  }
  .row_recruit_box_container {
    margin: 0 5%;
    width: 90%;
  }
  .row_recruit_box_container_p{
    font-size: 1em;
    margin-bottom: 2em;
  }
  .page_sub_figure{
    width: 110%;
    margin: 0 -5% 4em;
  }
  .page_sub_figure img {
    border-radius: 0 0 3em 3em;
    border-radius: 0;
  }
  .page_row_service_btn.page_row_service_btn_three li {
    width: 100%;
    margin-bottom: 0;
  }
  .page_row_bk{
    padding-top: 3em;
  }
  .box_flow.box_flow_r h3{
    text-align: right;
  }
  .box_flow.box_flow_r h3::before{
    left: -0.5em;
  }
  .box_flow.box_flow_r .box_flow_ttl_hour{
    text-align: right;
  }
  .box_flow_wrapper{
    margin: 2em 0 2em 2em;
  }
  .page_row_service_bk::after {
    padding-top: 14em;
  }
  .box_information{
    border-radius: 2em;
    padding: 2em 1em;
  }
  .ul_hiritsu li{
    width: 50%;
  }
  .table_history_year{
    text-align: left;
  }
  .history_m{
    display: block;
    text-align: left;
  }
  #g-nav .footer_navi ul{
    width: 100%;
  }
  #g-nav .footer_navi ul:nth-of-type(2) li:last-of-type.footer_navi_point{
    border-bottom: solid 1px #959595;
  }
  #g-nav .footer_navi li{
    font-size: 1em;
    margin-bottom: 0;
    border-top: solid 1px #959595;
    text-align: center;
    display: inline-block;
  }
  #g-nav .footer_navi li a{
    padding: 1em 0;
    font-size: 0.9em;
  }
  #g-nav .footer_navi li.footer_navi_point::before{
    content: none;
  }
  #g-nav .footer_navi li.footer_navi_child {
    margin-left: 0;
  }
  #g-nav .footer_navi li.footer_navi_child ul{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  #g-nav .footer_navi li.footer_navi_bar{
    width: 50%;
    border-top: 0;
    border-bottom: solid 1px #959595;
  }
  #g-nav .footer_navi li.footer_navi_bar::before{
    content: none;
  }
  #g-nav .footer_navi li.footer_navi_sub{
    border-top: 0;
    border-radius: 0;
  }
  #g-nav .footer_navi li.footer_navi_child ul li:nth-of-type(odd){
    border-right: solid 1px #959595;
  }

  .cat-menu{
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .cat-menu ul{
    width: 900px;
  }
  .cat-menu li a{
    font-size: 0.8em;
  }
  .page_footer_nav_wrapper{
    padding: 0 5% 4em;
  }
  footer{
    padding: 4em 0 0;
  }
  .footer_navi{
    display: block;
  }
  .wrapper_history{
    padding: 0;
    margin-bottom: 2em;
  }
  .wrapper_history_txt{
    margin: 2em 5%;
  }
  .nav_sns{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

}
