@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=M+PLUS+Rounded+1c:wght@300;500;700;900&family=Oswald&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: "游ゴシック体", 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;}
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 a{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;
}
.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{
  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;
}
.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;
}
.btn_next{
  position: relative;
  font-size: 0.8em;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  background-color: #5dad6c;
  max-width: 200px;
  width: 100%;
  z-index: 1;
  border-radius: 10px;
  transition-duration: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
}
.btn_next a{
  display: block;
  color: #fff;
  padding: 1em 0;
}
.btn_next:hover{
  opacity: 0.6;
}
.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-top: 4em;
  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.4;
  margin-bottom: 1em;
}
.ttl_policy{
  margin-bottom: 0.6em;
  font-weight: bold;
}
.page_area{
  color: #fff;
  position: relative;
  background-color: #4f9791;
  padding: 2em;
  border-bottom-left-radius: 2em;
  border-bottom-right-radius: 2em;
}
@media(min-width:1024px){
  .gototop{width: 60px;}
}

/* ////////////////////////////////////////////////////////////////////// */
/*  ヘッダー
/* ////////////////////////////////////////////////////////////////////// */
header{
  position: fixed;
  z-index: 99;
  background-color: #fff;
}
.ttl_name{
  font-size: 1em;
  margin: 1em 1em;
  line-height: 1;
  text-align: center;
}
.ttl_name a{
  display: block;
}

/* ////////////////////////////////////////////////////////////////////// */
/*  グローバルメニュー
/* ////////////////////////////////////////////////////////////////////// */
.main_nav{
  width: 100%;
  padding: 0 4%;
  background-color: #fff;
}
.flat_nav{
  padding: 1em;
}
.nav_box{
  width: 46%;
  margin-bottom: 4em;
}
/* .nav_btn_line{
  margin-bottom: 4em;
  width: 100%;
} */
.nav_btn_line i{
  margin-right: 1em;
  width: 2em;
}
.nav_btn_insta i{
  margin-right: 1em;
  width: 2em;
}
.nav_ttl{
  font-weight: bold;
}
.nav_sns li{
  margin-bottom: 2em;
}
.nav_sns li a{
  display: block;
  text-align: center;
  margin: 0 auto;
}
.nav_sns li figure{
  width: 3em;
  margin: auto;
}
.nav_sns li i{
  /* background-color: #0b6251;
  border-radius: 2em;
  padding: 1em;
  line-height: 0;
  display: inline-block; */
  background-color: #0b6251;
  border-radius: 2em;
  line-height: 0;
  display: inline-block;
  height: 3em;
  width: 3em;
  position: relative;
}
.nav_sns li i img{
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1.6em;
}
.nav_sns li span{
  display: block;
  font-size: 0.6em;
  font-weight: bold;
}
nav{
  height: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}
nav ul li a{
  position: relative;
  display: inline-block;
  padding: 0.4em 2em;
  font-size: 1.0em;
  text-decoration:none;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
}
nav ul li a::before{
  content: '';
  display: block;
  position: absolute;
  top: 1.6em;
  left: 0;
  padding: 0.1em;
  border-radius: 1em;
  background-color: #333;
}
nav ul li:hover a{
  text-decoration:none;
}
nav ul li:last-of-type::after{
  height: auto;
  width: auto;
}
nav li.has-child{
  position: relative;
}
nav li.has-child ul li a:hover, nav li.has-child ul li a:active {
  background: #df8f41;
  color: #fff;
}
/*下の階層を持っているulの指定*/
nav li.has-child ul{
	position: absolute;
	left:-10px;
	top:40px;
	z-index: 4;
	background:#fff;
	width:180px;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
}
nav li.has-child:hover > ul,
nav li.has-child ul li:hover > ul,
nav li.has-child:active > ul,
nav li.has-child ul li:active > ul{
  visibility: visible;
  opacity: 1;
}
.pc_nav{
  position: relative;
  padding: 2em 0 1em;
}
.pc_nav::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 28px;
  background-image: url(images/mark01.svg);
  background-repeat: repeat;
  background-position: left center;
  background-size: auto;
}
.nav_h .has-child li a::after{content: none;}
.nav_h .has-child li a{
  padding: 1em 1em;
  display: block;
  text-align: left;
}
.sp_nav{display: none;}
.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{
  position:fixed;
  z-index: 98;
  top:0;
  right: -120%;
  height: 100vh;
  background:#fff;
  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 1em 0;
  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%, #40c2a6 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;}
  .sp_nav{display: block;}
  #g-nav{
    max-width: 100%;
    padding: 6em 0 6em;
  }
  .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;
  color: #fff;
  margin-top: 16em;
}
address{
  position: relative;
  font-size: 1rem;
  text-align: right;
  margin: 4em 4em 2em 0;
}
.ttl_footer{
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
}
.footer_copy{
  text-align: center;
  margin-top: 2em;
  background-color: #d1e9fc;
  padding: 0.4em 0;
}
.footer_navi{
  width: 100%;
  max-width: 660px;
  margin-left: 4%;
}
.footer_navi li{
  font-size: 1.4rem;
  width: 25%;
  display: inline-flex;
  line-height: 0.3;
}
.footer_navi li a{
  margin-bottom: 1em;
  padding-bottom: 0.6em;
  display: block;
  border-bottom: solid 1px #5dad6c;
}
.footer_navi li::before{
  content: '';
  display: inline-block;
  height: 6px;
  width: 6px;
  border-radius: 20px;
  background-color: #5dad6c;
  margin-right: 5px;
}

/* ////////////////////////////////////////////////////////////////////// */
/*  mv
/* ////////////////////////////////////////////////////////////////////// */
.mainimg{
  position: relative;
  /* background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
  background-image: url(images/mv01.jpg);
  height: 85vh;
  display: flex;
  align-items: center; */
}
.mainimg::after{
  content: '';
  background-image: url(images/mv_mark.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: -14em;
  right: 0em;
  padding: 19em;
}
.mv_ttl{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: calc(210px + 2%);
  z-index: 9;
}
.mv_ttl h2{
  font-size: 2.5em;
  font-weight: normal;
  margin-bottom: 0;
  line-height: 0;
}
.mv_ttl h2 span{
  display: inline-block;
  background-color: #fff;
  margin-bottom: 0.6em;
  line-height: 1;
}
/* .mv_slick .slick-slide{
  padding: 0;
  margin: 0 12px;
  outline: none;
} */
.mv_slick_li{
  height: 85vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.mv01{background-image: url(images/mv01.jpg);}
.mv02{background-image: url(images/mv02.jpg);}

.mv_slick_ttl{
  padding: 1em 1em;
  margin: 0;
  border-radius: 10px;
}
.mv_slick_ttl i{
  margin-left: 1em;
}
.mv_slick_ttl i.btn_arrow{
  padding: 0.8em;
}
.mv_slick .slick-next{
  right: 1085px;
}
.mv_slick .slick-prev{
  left: 965px;
}
.mv_slick .slick-list {
  /* 左右どちらかにスペースを入れると画像が一部隠れる */
  /* padding: 0 10px 0!important; */
}
.subimg{
  position: relative;
}
.subimg::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 75%;
  background-color: #f2fbfb;
  padding: 12.4em 0;
  display: block;
  border-bottom-right-radius: 10em;
}
.subimg_wrapper{
  position: relative;
  margin-left: 22%;
  z-index: 1;
  padding: 8em 0 10em;
}
.subimg_wrapper em{
  font-size: 4.0em;
  font-weight: 600;
  line-height: 1.2;
  text-transform: capitalize;
}
.subimg_wrapper h1{
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: normal;
}
@media(max-width:768px){
  .subimg_wrapper{
    padding: 6em 0 4em;
    margin: 0 10%;
  }
  .subimg_wrapper em{
    font-size: 2.4em;
  }
}

/* ////////////////////////////////////////////////////////////////////// */
/*  投稿一覧
/* ////////////////////////////////////////////////////////////////////// */
.ul_info {
  background-color: #fff;
  padding: 4em 0;
}
.li_info{
  border-top: solid 1px #ddd;
  margin-bottom: 1.5em;
  padding-top: 1.5em;
}
.li_info a{
  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;
  padding-bottom: 1.5em;
}

.cat_ttl{
  margin: 0 0 0 0;
}
.cat_time{
  font-size: 0.8em;
  letter-spacing: 0;
  margin: 0 1em 0 0;
}
.cat_info{
  font-size: 0.6em;
  background: linear-gradient(45deg, #c1ea92 0%, #f8f0b2 100%);
  margin: 0 2em 0;
  padding: 0.2em 1em;
  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 h2{
  font-size: 1.2em;
  font-weight: 500;
  padding: 0.4em;
  background-color: #f7f5ee;
  margin-bottom: 0.8em;
}
#single_page h3 {
  font-size: 1.1em;
  font-weight: 500;
  border: none;
  position: relative;
  padding: 0 0.6em 0.6em 0;
  border-bottom: 2px solid #5dad6c;;
  margin-bottom: 0.8em;
}
#single_page p:last-child{
  margin-bottom: 0;
}
#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: #40c2a6;
  z-index: 1;
}
.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;
}
.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;
}
.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;}
  .cat-menu{margin: 0; padding-bottom: 2em;}
  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: solid 1px #6fce46; */
  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: #40c2a6;
  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;
}
/* ////////////////////////////////////////////////////////////////////// */
/*  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{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;
}

/* パンくずリスト */
div.breadcrumbs {
  color: #333;
  padding: 10px 0 0;
  font-size: 1.4rem;
  letter-spacing: 3px;
}
div.breadcrumbs a{
  color: #333;
  text-decoration: underline;
}

/* table */
.table_company{
  z-index: 1;
}
.table_company tr{
  border-top: solid 1px #a0a0a0;
  border-left: 0;
}
.table_company tr:last-of-type{
  border-bottom: solid 1px #a0a0a0;
}
.table_company th{
  position: relative;
  width: auto;
  border: 0;
  padding: 1.4em 1em;
  text-align: center;
  color: #555;
  font-weight: bold;
  width: 16em;
}
.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;
}
@media(max-width:768px){
  div.breadcrumbs {letter-spacing: 0;}
  .table_company th, .table_company td{
    width: 100%;
    display: block;
    text-align: left;
  }
  .table_company th{
    padding-bottom: 0;
  }
  .table_company td{
    padding: 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: 6em 0;
  }
  .section{
    padding: 6em 0;
  }
  .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;}

}

/* ////////////////////////////////////////////////////////////////////// */
/*
/* ////////////////////////////////////////////////////////////////////// */
.icon_arrow{
  background-repeat: no-repeat;
  background-image: url(images/btn02.svg);
  background-size: contain;
  background-position: center;
  padding: 0.6em;
}
.border_r{
  border-radius: 3em!important;
}
.btn_small{
  display: inline-flex;
  align-items: center;
  color: #40c2a6;
  font-size: 0.8em;
}
.btn_small a{
  color: #40c2a6;
}
a.btn_small_poli{
 color: #40c2a6;
 text-decoration: underline;
}
 a.btn_small_poli:hover{
  color: #fff;
}
.btn_small img{
  margin-left: 1em;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.btn_small:hover img{
  transform: translateX(1em);
}
.btn_big a{
  display: inline-flex;
  align-items: center;
  color: #40c2a6;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}
.btn_big a img{
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}
.btn_big a:hover img{
  transform: translateX(7.8em);
}
.btn_big_l a:hover img{
  transform: translateX(9em);
}
.btn_big_s a:hover img{
  transform: translateX(6.4em);
}
.btn_big a:hover{
  background-color: #40c2a6;
  border-radius: 2em;
  padding-right: 2.4em;
  color: #fff;
}
.btn_big_txt{
  line-height: 1.4;
  margin-left: 0.6em;
}
.btn_big_txt em{
  font-size: 1.1em;
  font-weight: bold;
}
.btn_big_txt span{
  font-size: 0.9em;
  display: block;
}
.ttl_main{
  width: 14em;
}
.ttl_main em{
  font-size: 0.9em;
  font-weight: bold;
}
.ttl_main h2{
  font-size: 0.9em;
  margin: 0 0 0 0.6em;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
}
.color_pink_ttl{
  font-size: 1.2em;
  color: #ff9b9b;
}

.ttl_box{
  margin-top: 4em;
}
.ttl_box h3{
  font-size: 1.2em;
  color: #0b6251;
  margin-bottom: 2em;
}
.ttl_box .btn_big{
  margin-top: 3em;
}
.ttl_icon{
  position: relative;
  font-size: 1.2em;
  font-weight: bold;
}
.ttl_icon::before{
  content: '';
  position: absolute;
  top: -2.4em;
  left: 1em;
  padding: 1.4em;
  background-image: url(images/icon_service.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}
.bk_obi{
  margin-top: -4em;
}
.btn_service{
  position: relative;
}
.btn_service::after{
  content: '';
  background-color: #f2fbfb;
  position: absolute;
  bottom: -2em;
  left: 0;
  right: 0;
  top: 7.6em;
  z-index: -1;
}
.btn_service .ttl_icon{
  margin-top: 11em;
}
.btn_service_box{
  width: 34%;
  max-width: 470px;
}
.btn_service_box p{
  font-size: 1.2em;
  line-height: 1.3;
  letter-spacing: 0.2em;
  color: #0b6251;
  margin: 0 2em 0 0;
}
.btn_service_box_inner figure img{
  max-height: 400px;
  border-radius: 0.4em;
  border-top-left-radius: 10em;
}
.btn_service_box_inner .btn_big{
  margin-top: 2em;
}
.btn_service_y .btn_service::after{
  background-color: #fbfaf2;
  top: -4em;
  bottom: 9em;
}
.btn_service_y .btn_service_box p{
  color: #40c2a6;
}
.nav_service{
  margin-top: 5em;
}
.ttl_main.ttl_main_r{
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
}
.nav_service li{
  position: relative;
  width: 30%;
  margin-top: 4em;
}
.nav_service li i{
  position: absolute;
  top: -1em;
  left: -1em;
  z-index: 1;
}
.nav_service li em{
  display: block;
  font-size: 1.0em;
  font-weight: bold;
  margin: 1em 0 0.4em;
}
.nav_service li a img{
  border-radius: 1em;
}
.sec_bk_ttl{
  position: relative;
}
.sec_bk_ttl h2{
  font-size: 1em;
  font-weight: normal;
  margin: 0;
  line-height: 1;
}
.sec_bk_ttl em{
  font-size: 2em;
  font-weight: bold;
  line-height: 1.2;
}
.sec_bk_ttl_r{
  right: 0;
}
.sec_bk_ttl_l{
  left: 0;
}
.sec_bk_info{
  position: relative;
  padding: 6em 0 6em;
  z-index: 2;
}
.sec_bk_info::after{
  content: '';
  margin-right: calc((100% - ((1600 / 1920) * 100%)) / 2);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.sec_bk_info.bk_img01::after{
  background-image: url(images/bk02-01.jpg);
}
.sec_bk_info.bk_img02::after{
  background-image: url(images/bk02-02.jpg);
  margin-right: 0;
}
.sec_bk_info.bk_img03::after{
  background-image: url(images/bk02-03.jpg);
  margin-right: 0;
}
.sec_bk_info .sec_bk_ttl{
  position: absolute;
  top: -6em;
  text-align: center;
  background-color: #ffffff;
  border-bottom-left-radius: 3em;
  padding: 0 10em 1em 12em;
}
.sec_bk_info dl dt, .sec_bk_info dl dd{
  margin-top: 2em;
}
.sec_bk_info dl dt{
  width: 5em;
}
.sec_bk_info dl dt img{
  width: 3em;
}
.sec_bk_info dl dd{
  width: calc(100% - 5em);
}
.sec_bk_info dl p{
  margin-bottom: 0;
}
.sec_bk_info.bk_img02 ul li{
  text-align: center;
  margin-right: 3em;
}
.sec_bk_info.bk_img02 ul li em{
  display: block;
  margin-top: 0.8em;
  font-size: 0.8em;
  font-weight: bold;
  line-height: 1.2;
}
.sec_bk_info .btn_big{
  position: absolute;
  right: -4em;
  bottom: 0;
}
.sec_bk_info.bk_img02 .btn_big{
  position: static;
  margin-top: 6em;
}
.sec_bk_info.bk_img02 .sec_bk_ttl{
  border-bottom-right-radius: 3em;
  padding: 0 8em 1em 8em;
}
.sec_bk_info.bk_img02 p{
  margin-top: 2em;
}
.sec_bk_free{
  position: relative;
  margin-top: 4em;
  padding-bottom: 4em;
  text-align: center;
}
.sec_bk_free::after{
  content: '';
  background-color: #fbfaf2;
  margin-left: calc((100% - ((1200 / 1920) * 100%)) / 2);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-left-radius: 10em;
  position: absolute;
  top: -20em;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.sec_bk_free ul{
  padding: 4em 0 2em;
}
.sec_bk_free ul li{
  width: 27%;
  text-align: center;
}
.sec_bk_free_icon{
  position: relative;
  padding: 3em 1em;
  background-color: #fff;
  border: solid 1px #f3f091;
  border-radius: 2em;
  margin-bottom: 1em;
}
.sec_bk_free_icon_price{
  font-size: 3.3em;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
}
.sec_bk_free_icon_price small{
  font-size: 0.3em;
}
.sec_infomation{
  position: relative;
  margin-left: 50%;
  margin-right: calc((100% - ((1600 / 1920) * 100%)) / 2);
}
.footer_wrapper{
  position: relative;
  padding: 4em 0 1em;
}
.footer_wrapper::before{
  content: '';
  margin-right: calc((100% - ((1660 / 1920) * 100%)) / 2);
  background-color: #0b6251;
  border-top-right-radius: 10em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.footer_wrapper::after {
  content: '';
  margin-left: 50%;
  background-color: #f2fbfb;
  border-top-left-radius: 10em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -8em;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.footer_container{
  position: relative;
  margin-left: calc((100% - ((800 / 1920) * 100%)) / 2);
  margin-right: calc((100% - ((1660 / 1920) * 100%)) / 2);
}
.footer_infomation{
  margin: 4em 0;
  padding-bottom: 4em;
  border-bottom: solid 1px #fff;
}
.footer_tel span{
  position: relative;
  font-size: 2em;
  background-image: url(images/icon-tel.svg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 0.8em;
  padding-left: 1em;
}
.footer_tel span a{
  color: #fff;
}
.footer_tel dl dt, .footer_tel dl dd{
  font-size: 0.8em;
  padding: 0;
}
.footer_contact{
  margin-top: 0.4em;
}
.footer_contact a{
  display: inline-block;
  padding: 0.4em 1.2em;
  color: #fff;
  border: solid 1px;
  border-radius: 2em;
  transition-duration: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.footer_contact a:hover{
  border: solid 1px #40c2a6;
  background-color: #40c2a6;
}
.footer_contact span{
  position: relative;
  font-size: 1em;
  background-image: url(images/icon-mail.svg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 2em;
  padding-left: 2.4em;
}
.page_mv_ttl{
  color: #40c2a6;
  font-size: 1.2em;
  line-height: 1.4;
  margin-bottom: 3em;
}
.page_mv img{
  border-radius: 0.4em;
  border-top-left-radius: 14em;
}
.ttl_midashi{
  position: relative;
  font-size: 1.4em;
  padding: 0 0 1em;
  margin-bottom: 3em;
}
.ttl_midashi small{
  display:block;
}
.ttl_midashi::before{
  content: '';
  width: 5em;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #40c2a6;
  z-index: 1;
}
.ttl_midashi::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #555;
}
.ttl_midashi02{
  position: relative;
  font-size: 1.4em;
  padding: 0 0 1em;
  margin-bottom: 3em;
}
.ttl_midashi02::before{
  content: '';
  width: 4em;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #40c2a6;
  z-index: 1;
}
.ttl_midashi02 span{
  font-size: 0.8em;
  color: #b0b0b0;
  margin-left: 1em;
}
.ttl_midashi02_s{
  font-size: 1.1em;
  color: #666;
}
.ttl_tech{
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 0;
  display: inline-flex;
  align-items: center;
}
.ttl_tech i{
  width: 3em;
}
.box_tech{
  margin-top: 4em;
  padding-left: 5em;
  position: relative;
}
.box_tech p{
  margin-bottom: 0;
  padding-top: 1em;
}
.ttl_service{
  font-size: 1.1em;
  margin-bottom: 1em;
  display: inline-flex;
  align-items: center;
}
.ttl_service i{
  margin-right: 1.4em;
}
.service_box{
  position: relative;
  margin-top: 8em;
  padding-bottom: 8em;
}
.service_box_s{
  margin-top: 4em;
  padding-bottom: 4em;
}
.service_box_s::after{
  content: none!important;
}
.service_box_s:last-of-type{
  padding-bottom: 0;
}
.service_box img{
  border-radius: 0.4em;
}
.service_box_img_r img{
  border-top-right-radius: 6em;
}
.service_box_img_l img{
  border-top-left-radius: 6em;
}
.container .service_box:last-of-type::after{
  content: none;
}
.service_box_detail{
  margin-top: 4em;
}
.detail_img{
  width: 48%;
}
.detail_img img{
  border-radius: 0;
}
.detail_img:nth-child(1) img{
  border-top-left-radius: 3em;
}
.detail_img:nth-child(2) img{
  border-top-right-radius: 3em;
}
.detail_img:nth-child(3) img{
  border-bottom-left-radius: 3em;
}
.detail_img:nth-child(4) img{
  border-bottom-right-radius: 3em;
}
.detail_img p{
  font-size: 0.9em;
}
.detail_btn{
  margin: 0 auto;
  text-align: center;
}
.detail_btn a{
  display: inline-flex;
  align-items: center;
}
.detail_btn a i{
  margin-right: 1em;
  width: 3em;
}
.tech_box figure img{
  border-top-left-radius: 4em;
  border-bottom-left-radius: 4em;
}
.ul_qa li{
  position: relative;
  margin-bottom: 4em;
}
.li_q{
  margin: 0 0 2em 3.6em;
  padding-top: 0.4em;
  font-weight: bold;
}
.li_q span{
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  background-color: #111;
  color: #fff;
  height: 2.4em;
  width: 2.4em;
  border-radius: 3em;
  text-align: center;
  line-height: 2.2;
}
.li_a{
  padding: 1em 4em;
  background-color: #f9f9f9;
  align-items: self-start;
}
.box_a{
  background-color: #40c2a6;
  color: #fff;
  border-radius: 6px;
  padding: 0.2em 1em;
  font-size: 0.9em;
  margin-right: 2em;
}
.box_qa{
  flex: 1;
}
.box_qa p{
  margin-bottom: 1em;
  line-height: 2;
}
.box_qa p:last-child{
  margin: 0;
}
.box_qa ul{
  margin-left: 2em;
}
.box_qa ul li{
  margin-bottom: 0.8em;
  list-style: disc;
}
.box_qa ul li:last-of-type{
  margin-bottom: 0;
}
.ul_btn_service{
  margin: 0 0 4em;
}
.ul_btn_service li{
  width: 49%;
}
.ul_btn_service li a{
  width: 100%;
}
.ul_btn_service li a,.ul_btn_service li.active_btn{
  padding: 1em 1em;
  border: solid 1px #40c2a6;
  /* display: block; */
  display: inline-flex;
  align-items: center;
}
.ul_btn_service li.active_btn{
  background-color: #40c2a6;
  color: #fff;
}
.ul_btn_service li a:hover{
  background-color: #40c2a6;
  color: #fff;
}
.ul_btn_service li a:hover .icon_service01-b{background-image: url(images/icon_service01-w.svg);}
.ul_btn_service li a:hover .icon_service02-b{background-image: url(images/icon_service02-w.svg);}
.flow_box{
  position: relative;
  border: solid 1px #227d71;
  padding: 1em;
  width: 44%;
  margin-right: 5%;
  margin-top: 1em;
  margin-bottom: 5em;
}
.flow_box_s{
  width: 30%;
}
.flow_box_s:first-of-type{
  margin-right: 0;
}
.flow_box_s .flow_wrapper p{
  width: 100%;
  margin-bottom: 1em;
}
.flow_box_s .flow_wrapper figure{
  max-width: 100%;
  max-height: 200px;
  width: 100%;
}
.flow_box::after{
  content: '';
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1em;
  position: absolute;
}
.icon_flow-r::after{
  background-image:url(images/icon-flow.svg);
}
.icon_flow-d::after{
  background-image:url(images/icon-flow02.svg);
}
.icon_flow-l::after{
  background-image:url(images/icon-flow03.svg);
}
.icon_btn{
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2em;
  height: 2em;
  margin-right: 1em;
}
.icon_service01-w{background-image: url(images/icon_service01-w.svg);}
.icon_service01-b{background-image: url(images/icon_service01-b.svg);}
.icon_service02-w{background-image: url(images/icon_service02-w.svg);}
.icon_service02-b{background-image: url(images/icon_service02-b.svg);}
.flow_ttl{
  position: absolute;
  top: -1em;
  left: 1em;
  font-size: 1em;
  padding: 0 1em;
  margin: 0;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
}
.flow_nb{
  position: absolute;
  bottom: -0.1em;
  right: 0.2em;
  font-size: 6em;
  line-height: 0;
  padding: 0 0.2em;
  z-index: 1;
  font-family: '游明朝', YuMincho, serif;
  font-style: italic;
}
.flow_nb::before{
  content: '';
  background-color: #fff;
  position: absolute;
  top: -0.1em;
  right: 0.1em;
  width: 0.7em;
  height: 0.1em;
  z-index: -1;
}
.flow_wrapper {
  margin: 1em 0 0;
}
.flow_wrapper p{
  font-size: 0.9em;
  width: calc(95% - 180px);
  margin: 0 0 0 0;
}
.flow_wrapper figure{
  max-width: 180px;
  max-height: 180px;
}
.flow_wrapper figure img{
  border-radius: 0.4em;
  border-bottom-right-radius: 4em;
}
.flow_ttl i{
  width: 2em;
  margin-right: 0.6em;
}
.ul_list{
  margin: 0 4em 0 4em;
  max-width: 500px;
  width: 100%;
}
.ul_list li{
  position: relative;
  border-bottom: solid 1px #ddd;
  padding-left: 1em;
  margin-bottom: 0.6em;
  padding-bottom: 0.4em;
}
.ul_list li::before{
  content: '';
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 0.4em;
  height: 0.4em;
  border-radius: 1em;
  background-color: #333;
}
.ttl_line{
  font-size: 1em;
  margin-bottom: 1em;
  line-height: 1.6;
  display: inline-flex;
  align-items: center;
}
.ttl_line i {
  background-color: #0b6251;
  border-radius: 2em;
  padding: 1em;
  margin-right: 1em;
  line-height: 0;
  display: inline-block;
}
.ttl_line em{
  text-decoration: underline;
}
.bk_free{
  background-color: #fbfaf2;
  padding: 6em 0;
  margin-top: 0;
}
.h2_free{
  font-size: 1.2em;
  letter-spacing: 0.2em;
  margin: 0;
  text-align: center;
}
.h2_free b{
  font-size: 3.4em;
  color: #f6e667;
  text-shadow:
    2px 2px 0 #000,
    -2px 2px 0 #000,
    -2px -2px 0 #000,
    2px -2px 0 #000;
}
.h2_free em{
  font-size: 2em;
}
.dl_free{
  margin-top: 4em;
}
.dl_free h3{
  color: #40c2a6;
}
.name_box{
  margin-top: 4em;
  text-align: right;
}
.name_box em{
  font-size: 1.4em;
  font-weight: bold;
  font-family: '游明朝', YuMincho, serif;
  margin-left: 1em;
}
.table_history{
  position: relative;
}
.table_history:after{
  content: '';
  position: absolute;
  z-index: 1;
  background: #009f4e;
  top: 2em;
  left: calc((180px + 1em) - 1px);
  width: 1px;
  height: 73%;
}
.history_row{
  position: relative;
  display: flex;
  align-items: baseline;
  padding-top: 0.07rem;
}
.history_row_ttl{
  font-weight: 700;
  line-height: 1.4;
  width: 180px;
  margin-left: 1em;
}
.history_row_ttl span{
  display: block;
  font-size: 0.8em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: 1px;
  color: #333;
}
.history_row_txt{
  flex: 1;
  position: relative;
  padding-left: 4em;
}
.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;
}

.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: 200px;
  width: 14em;
}
.text_block_dd{
  width: calc(100% - 200px);
  width: calc(100% - 14em);
}
.text_block_dd ul li{
  margin-bottom: 0.4em;
}
.text_block_dd .text_block_dd_nm{
  width: 24em;
}
.text_block_dd .text_block_dd_info{
  width: calc(100% - 24em);
}
.text_block_dd_info dt{
  width: 5em;
  letter-spacing: 0.2em;
}
.text_block_dd_info dd{
  width: calc(100% - 5em);
}
.text_block_dd_info_dl{
  width: 100%;
}
.text_block_dd_info_dl span{
  display: inline-block;
  width: 3.4em;
  letter-spacing: 0.2em;
}
.text_block_dd_info_dl span.p_ml{
  margin-left: 3em;
}
.text_block_l .text_block_dt{
  letter-spacing: 0.1em;
  width: 25em;
}
.text_block_l .text_block_dd{
  width: calc(100% - 25em);
}
.text_block_dt a{
  display: inline-flex;
  align-items: center;
}
.box_line{
  background-color: #fbfaf2;
  padding: 1em;
}
.box_line figure{
  width: 8em;
  margin: 0 auto;
}
.box_line ol{
  margin-left: 2em;
}
.box_line ol li{
  margin-top: 1em;
}
.box_line ol li small{
  display: block;
}
.btn_line{
  width: 10em;
  margin: auto;
}
.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;
}
@media(max-width:1700px){

}
@media(min-width:769px){
  header{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 10em;
  }
  #g-nav{
    width: calc(100% - 10em);
  }
  .flat_nav{
    width: 50%;
  }
  .sec_bk_info dl{
    width: 60%;
  }
  .flat_img{
    background-image: url(images/mv02.jpg);
    background-position: center;
    background-size: cover;
    border-top-left-radius: 20em;
    width: 50%;
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
  }
  .sec_infomation .btn_big{
    position: absolute;
    bottom: 0;
    left: calc(((100% - ((960 / 1920) * 100%))) * -1);
  }
  .btn_service_box:last-of-type{
    margin-left: 6em;
  }
  .btn_service_y .btn_service .ttl_icon {
    margin-top: 3em;
  }
  .page_mv{
    margin-left: calc((100% - ((1200 / 1920) * 100%)) / 2);
  }
  .page_mv_box{
    margin-right: 5%;
    width: 45%;
  }
  .page_mv figure{
    max-width: 960px;
    width: calc(100% - (100% - ((1200 / 1920) * 100%)) / 2);
  }
  .service_box::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 20%;
    border: solid 1px #a0a0a0;
    width: 60%;
  }
  .service_box_l{
    margin-left: 3em;
  }
  .service_box_r{
    margin-right: 3em;
  }
  .service_box_l, .service_box_r{
    width: 50%;
  }
  .service_box figure{
    max-width: 600px;
    width: 50%;
  }
  .container .service_box:first-of-type{
    margin-top: 4em;
  }
  .tech_box figure{
    width: 50%;
    margin-left: 3em;
  }
  .flow_box::after{
    top: 50%;
    right: -3em;
  }
  .dl_free dt{
    width: 12em;
  }
  .dl_free dd{
    width: calc(100% - 14em);
    margin-left: 2em;
    padding: 2em 0;
  }
  .box_tech p{
    width: 50%;
    border-top: solid 1px;
  }
  .ttl_tech i{
    position: absolute;
    top: 0;
    left: 0;
  }
  .contact_footer{
    text-align: center;
  }

}

@media(max-width:768px){
  body{
    font-size: 1.5rem;
  }
  header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  nav {
    margin-right: 5%;
  }
  address {
    margin: 4em auto 0;
    text-align: center;
  }
  .bk_free {
    padding: 4em 0;
  }
  .cat_time{
    width: 100%;
    margin-bottom: 0.4em;
  }
  .ttl_name {
    margin: 0.4em 0 0.4em 5%;
    z-index: 999;
  }
  .mv_ttl {
    margin-left: 5%;
    margin-right: 5%;
  }
  .mv_ttl h2 {
    font-size: 1.6em;
  }
  .page_mv img{
    border-top-left-radius: 4em;
    border-bottom-right-radius: 4em;
  }
  .page_mv_box{
    margin: 0 10%;
  }
  .page_mv_ttl, .ttl_midashi, .ttl_midashi02, .ttl_midashi02_s{
    margin-bottom: 2em;
  }
  .mainimg {
    height: 55vh;
  }
  .mv_slick_li{
    height: 55vh;
  }
  .mainimg::after {
    bottom: -6em;
    padding: 7em;
  }
  .ttl_main h2 {
    font-size: 0.5em;
  }
  .ttl_main.ttl_main_r{
    position: static;
  }
  .flat_nav {
    padding: 3em;
  }
  .nav_box{
    width: 100%;
    margin-bottom: 3em;
  }
  .btn_big i{
    width: 2.6em;
  }
  .btn_big_txt em {
    font-size: 1em;
  }
  .btn_big_txt span {
    font-size: 0.8em;
  }
  .btn_small {
    font-size: 0.7em;
  }
  .btn_small img{
    width: 1.2em;
  }
  .bk_obi{
    height: 10em;
    margin-top: -2em;
  }
  .ttl_box .btn_big {
    margin-top: 3em;
    text-align: right;
  }
  .btn_service .ttl_icon {
    margin-top: 0;
    margin-bottom: 2em;
    text-align: center;
    flex: auto;
    width: 100%;
  }
  .btn_service .ttl_icon::before {
    position: static;
    display: block;
  }
  .btn_service_box {
    width: 100%;
    margin: 1em auto 2em;
    display: flex;
  }
  .btn_service_box p{
    margin: 0 auto;
    border-top: solid 2px;
    padding-top: 1em;
  }
  .btn_service_box_inner{
    width: 65%;
    margin-top: 2em;
    margin-left: auto;
  }
  .btn_service_box_inner figure img {
    border-top-left-radius: 0;
    border-top-right-radius: 6em;
  }
  .btn_service_box_inner .btn_big {
    margin-top: 1em;
  }
  .btn_service_y{
    padding-top: 1em;
  }
  .btn_service_y .btn_service .ttl_icon{
    margin-bottom: 1em;
  }
  .btn_service_y .btn_service::after {
    top: -3em;
  }
  .nav_service ul{
    margin-top: 1em;
  }
  .nav_service li {
    width: 47%;
    margin-top: 3em;
  }
  .nav_service li i {
    width: 2.2em;
    left: -0.4em;
  }
  .nav_service li em{
    font-size: 0.8em;
    margin-bottom: 0;
    min-height: 34px;
  }
  .nav_service li a img {
    border-radius: 0.6em;
  }
  .sec_bk_ttl em{
    font-size: 1.4em;
  }
  .sec_bk_ttl h2{
    font-size: 0.8em;
  }
  .sec_bk_info{
    padding: 0 0 6em;
  }
  .sec_bk_info::after{
    margin-right: 0;
  }
  .sec_bk_info dl{
    margin-top: 2em;
  }
  .sec_bk_info .sec_bk_ttl {
    position: static;
    padding: 0;
    border-bottom-right-radius: 3em;
  }
  .sec_bk_info.bk_img02 .sec_bk_ttl {
    padding: 0 1em 1em 1em;
  }
  .sec_bk_info.bk_img03{
    padding: 5em 0;
  }
  .sec_bk_info dl dt, .sec_bk_info dl dd {
      margin-top: 2em;
  }
  .sec_bk_info .btn_big{
    position: static;
    margin-top: 4em;
  }
  .sec_bk_free{
    text-align: left;
  }
  .sec_bk_free_icon{
    border-radius: 1em;
    padding: 1em 1em;
    margin-bottom: 2em;
  }
  .sec_bk_free_icon_price {
    font-size: 2.2em;
    bottom: -0.8em;
  }
  .sec_bk_free ul{
    padding-top: 2em;
  }
  .sec_bk_free ul li{
    width: 30%;
    margin-top: 2em;
  }
  .sec_bk_free ul li h3{
    font-size: 0.9em;
  }
  .sec_infomation {
    margin-left: 5%;
    margin-right: 5%;
  }
  .sec_infomation .btn_big{
    text-align: right;
  }
  .sec_infomation .ul_info{
    margin: 2em 0;
  }
  .ul_info .cat_ttl{
    margin-top: 1em;
    width: 100%;
  }
  .footer_container{
    margin-left: 5%;
    padding-right: 5%;
  }
  .footer_tel {
    margin-bottom: 3em;
  }
  .footer_infomation {
    margin: 2em 0 4em;
  }
  .service_box {
    margin-top: 2em;
    padding-bottom: 2em;
  }
  .service_box_s:last-child{
    padding-bottom: 0;
  }
  .ttl_service i {
    margin-right: 1.0em;
    width: 2.4em;
  }
  .sec_bk_info.bk_img02 ul{
    justify-content: space-between;
  }
  .sec_bk_info.bk_img02 ul li{
    margin: 0 0 2em;
    width: 30%;
  }
  .sec_bk_info.bk_img02 ul li i{
    width: 3em;
    display: inline-block;
  }
  .sec_bk_info.bk_img02 .btn_big {
    margin-top: 4em;
  }
  .icon_btn {
    width: 1em;
    height: 1em;
    margin-right: 0.4em;
  }
  .flow_box, .flow_box_s{
    width: 100%;
    margin-right: 0;
  }
  .flow_wrapper p{
    width: 100%;
    margin-bottom: 1em;
  }
  .flow_wrapper figure{
    max-width: 100%;
    max-height: 200px;
    width: 100%;
  }
  .flow_box::after{
      background-image: url(images/icon-flow02.svg);
      bottom: -3em;
      left: 46%;
  }
  .container .flow_box_s:last-of-type::after{
    content: none;
  }
  .container .flow_box_s:last-of-type{
    margin-bottom: 0;
  }
  .service_box_img_r img {
    border-top-right-radius: 4em;
  }
  .service_box_img_l img {
    border-top-left-radius: 4em;
  }
  .tech_box figure{
    margin: 0 -5%;
  }
  .tech_box figure img{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .li_a{
    padding: 1em;
  }
  .box_a {
    text-align: center;
    margin: 0 0 1em;
  }
  .ul_list{
    margin: 0;
    max-width: 100%;
  }
  .dl_free dl dt, .dl_free dl dd{
    margin-bottom: 2em;
  }
  .history_row_ttl{
    width: 7em;
  }
  .history_row_txt {
    padding-left: 2em;
  }
  .table_history:after {
    left: calc((7em + 1em) - 1px);
  }
  .box_tech {
    margin-top: 3em;
    padding-left: 0;
  }
  .box_tech p{
    font-size: 0.9em;
  }
  .ttl_tech span{
    padding-left: 1em;
  }
  .ttl_tech i{
    width: 1.4em;
  }
  .name_box{
    margin-bottom: 2em;
  }
}
