@charset "utf-8";
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&family=Noto+Serif+JP:wght@500&display=swap'); */
@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%;}
body{
  background-color:#fff;
  font-size: 1.5rem;
  /* font-family: 'M PLUS Rounded 1c', "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 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;
  background-repeat: repeat;
  background-position: center;
  -webkit-text-size-adjust: 100%;
}
dl, ol, ul{margin: 0;}
dl dt{width: 30%;}
dl dd{width: 70%;}
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: #ff883a;
}
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: 6em 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;}
.section{margin: 0;padding: 6em 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: 49%;}
.col3s{width: 32.3333%;}
.col4s{width: 24%;}
.sec_m{
  position: relative;
  margin-left: 10%;
  margin-right: 10%;
}
.sec_ml{
  /* margin-left: calc((100% - 80%)/2);
  position: relative;
  z-index: 2; */

  margin-left: calc((100% - 1200px) / 2);
  position: relative;
  z-index: 2;
}
.sec_mr{
  margin-right: calc((100% - 80%)/2);
  position: relative;
  z-index: 2;
}
.container1600{
  position: relative;
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}
.container1400{
  position: relative;
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.container1200{
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.container1000{
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.container800{
  position: relative;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.container{
  margin-left: 5%;
  margin-right: 5%;
}
.row{margin: 4em 0 0; position: relative;}
.row:first-of-type{margin-top: 0;}
.wrapper{
  position: relative;
  margin: 4em 0;
}
.inner{
  position: relative;
  padding: 4em;
}
.border_r{border-radius: 1em;}
.border_r_br{border-bottom-right-radius: 1em;}
.border_r_bl{border-bottom-left-radius: 1em;}
.border_r_tr {border-top-right-radius: 1em;}
.border_r_tl {border-top-left-radius: 1em;}
.ttl_vertical{
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
}
.gototop{
  position: fixed;
  bottom: 2%;
  right: 4%;
  display: none;
  z-index: 999;
  width: 35px;
}
.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: #59b86b;
  max-width: 200px;
  width: 100%;
  z-index: 1;
  transition-duration: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  border-radius: 4em;
}
.btn_next a{
  display: block;
  padding: 1em 0;
  color: #fff;
}
.btn_next:hover{
  opacity: 0.6;
}
.btn_next-s{
  font-size: 1.2rem;
  max-width: 180px;
}
.btn_next_auto{
  max-width: 100%!important;
}
.btn_next a.icon_mail{
  font-size: 0.6em;
  color: #fff;
}
.btn_arrow{
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition-duration: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
}
.btn_arrow::after{
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border: 2px solid;
  border-color:  transparent transparent #fff #fff;
  transform: rotate(225deg);
}
.txt_privacy a{
  color: red;
  text-decoration: underline;
}
.txt_policy{
  height: 250px;
  overflow-y: scroll;
  background-color: #fff;
  border: solid 1px #dddddd;
  border-radius: 3px;
  padding: 15px 15px;
  margin: 30px auto 30px;
}
.txt_policy ol li{margin-left: 20px;}
.txt_policy p, .txt_policy li{font-size: 1.2rem; margin-bottom: 0;}
.txt_policy p span{font-weight: bold;}
.ol_policy{margin-left: 2em;}
.ol_policy>li{margin-bottom: 2em;}
.ul_policy{margin-left: 2em;}
.ul_policy li{
  font-size: 1em;
  font-weight: normal!important;
  list-style: disc;
  line-height: 1.2;
}

/* ////////////////////////////////////////////////////////////////////// */
/*  ヘッダー
/* ////////////////////////////////////////////////////////////////////// */
header{
  z-index: 99;
  width: 100%;
  position: fixed;
}
header figure{margin: 0;}
.ttl_name{
  font-size: 1em;
  margin: 0 0 0 1em;
  line-height: 1;
  text-align: center;
}
.ttl_name a{
}
.ttl_name img{
  margin-bottom: 15px;
}
.ttl_tel{
  font-size: 1.4em;
  margin: 6px;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  margin: 0 0 0;
}
.ttl_tel::before{
  content: '';
  display: inline-block;
  padding: 0.4em;
  margin-right: 0.4em;
  background-image: url(images/icon-tel.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.ttl_line{
  font-size: 1em;
  margin: 6px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  margin: 0 0 0;
}
.ttl_line::before{
  content: '';
  display: inline-block;
  padding: 1.6em;
  margin-right: 0.8em;
  background-image: url(images/icon-line.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.btn_line{
  display: inline-flex;
  align-items: center;
}
.btn_line a{
  margin-right: 1em;
}
.btn_line img{
  width: 3em;
}
/* ////////////////////////////////////////////////////////////////////// */
/*  グローバルメニュー
/* ////////////////////////////////////////////////////////////////////// */
.pc_nav ul li a span{
  display: block;
  font-size: 0.8em;
  color: #069566;
}
.pc_nav ul li a{
  position: relative;
  display: inline-block;
  padding: 0.4em 0.6em;
  font-weight: 700;
  font-size: 0.9em;
  text-align: center;
  text-decoration:none;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
}
.pc_nav ul li:last-of-type{
  background-color: #ffd200;
  border-radius: 2em;
  padding: 0.4em 0;
  margin-left: 0.6em;
}
.pc_nav ul li:hover a{
  text-decoration:none;
}

.pc_nav ul li:last-of-type::after{
  height: auto;
  width: auto;
}
.pc_nav li.has-child{
  position: relative;
}
.pc_nav li.has-child ul li a:hover, .pc_nav li.has-child ul li a:active {
  background: #df8f41;
  color: #fff;
}
/*下の階層を持っているulの指定*/
.pc_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;
}
.pc_nav li.has-child:hover > ul,
.pc_nav li.has-child ul li:hover > ul,
.pc_nav li.has-child:active > ul,
.pc_nav li.has-child ul li:active > ul{
  visibility: visible;
  opacity: 1;
}
.nav_h{
  padding: 0 1em;
}

.sp_nav{display: none;}
.pc_nav{
  position: relative;
  padding: 1em 0 1em;
}
.h-btn{
  cursor: pointer;
  width: 45px;
  height: 45px;
  background: linear-gradient(45deg, #c1ea92 0%, #17a444 100%);
  position: relative;
  border-radius: 6px;
  z-index: 99;
}
.h-btn span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 30%;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  width: 40%;
}
.h-btn span:nth-of-type(1) {top:33%;}
.h-btn span:nth-of-type(2) {top:48%;}
.h-btn span:nth-of-type(3) {top:63%;}
.h-btn.active span:nth-of-type(1) {
  top: 50%;
  left: 25%;
  transform: translateY(0) rotate(-45deg);
  width: 50%;
}
.h-btn.active span:nth-of-type(2) {opacity: 0;}
.h-btn.active span:nth-of-type(3){
  top: 50%;
  left: 25%;
  transform: translateY(0) rotate(45deg);
  width: 50%;
}
#g-nav{
  position:fixed;
  z-index: 98;
  top:0;
  right: -120%;
  max-width: 600px;
  width: 100%;
  height: 100vh;
  background-color: #fcf9f5;
  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 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;}
#g-nav .btn_next a{
  font-size: 1.2em;
  letter-spacing: 0.4em;
}
.h_nav_main>li{
  list-style: none;
  border-bottom: solid 2px #fcf9f5;
  background-color: #efefef;
  margin-bottom: 0;
}
.h_nav_main>li:first-child{
  border-top: solid 2px #fcf9f5;
}
.h_nav_main>li a{
  color: #333;
  text-align: left;
  text-decoration: none;
  padding:1.2em 1em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: block;
  font-weight: 500;
}
.h_nav_main li a:hover{opacity: .5;}
.m_nav_main li{
  width: 50%;
}
.m_nav_main li:nth-of-type(odd) {
  border-right: solid 1px #ddd;
}
.h_nav_children{
  margin: 0 1em 1em;
  background-color: #fcf9f5;
}
.h_nav_children li{
  display: inline-flex;
  align-items: center;
  letter-spacing: 1px;
  line-height: 1;
  font-size: 0.9em;
  border-bottom: solid 3px #efefef;
  width: 100%;
}
.h_nav_children li:last-of-type{
  border-bottom: 0;
}
.h_nav_children li:before{
  content: '';
  display: inline-block;
  width: 20px;
  height: 3px;
  background-color: #efefef;
  margin-right: 0px;
}
.h_nav_children li a{
  display: block;
  width: 100%;
}
.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;
}
.h_nav_tel{
  font-size: 1em;
}
/* @media(max-width:768px){ */
@media(max-width:940px){
  .pc_nav{display: none!important;}
  .sp_nav{display: block;}
  .main_nav{
    width: 100% !important;
    margin: 0 !important;
    border-radius: 0 !important;
    padding: 0.6em 0;
  }
  #g-nav{
    max-width: 100%;
    padding: 6em 2em 6em;
  }
  .h_nav_sub {margin: 35px 0 0;}
  #g-nav .h_nav_sub li a{display: block;}
  #g-nav .btn_next{
    max-width:none;
  }
}



/* ////////////////////////////////////////////////////////////////////// */
/*  mv
/* ////////////////////////////////////////////////////////////////////// */
.mainimg{
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #fcf9f5;
  /* padding-left: 30%;
  padding-right: 5%; */
}

.mv_slick .slick-slide{
  outline: none;
}
.mv_slick .slick-next{
  right: 1085px;
}
.mv_slick .slick-prev{
  left: 965px;
}
.mv_slick .slick-list {
  /* 左右どちらかにスペースを入れると画像が一部隠れる */
  /* padding: 0 10px 0!important; */
}
.mv_slick_li{
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 80vh;
  width: 100%;
  z-index: 1;
  /* margin-left: 30em;
  margin-right: 5em; */
  border-bottom-left-radius: 15em;
  border-top-right-radius: 0;
}
.mv01{background-image: url(images/mv01.jpg);}
.mv02{background-image: url(images/mv02.jpg);}
.mv03{background-image: url(images/mv03.jpg);}
.mv04{background-image: url(images/mv04.jpg);}

.mv_ttl{
  font-size: 3.2vw;
  font-weight: 400;
  text-shadow: 0 0 15px #ffffff;
  margin: 0;
  line-height: 1.3;
  position: absolute;
  top: 75%;
  left: 10%;
  letter-spacing: 0.1em;
}
.mv_ttl span{
  display: inline-block;
  /* background-color: #fff2e1; */
  background-color: #f9f3eb;
  margin-bottom: 0.2em;
  border-radius: 6px;
  padding: 0 0.2em;
}
/* .mv_ttl span:nth-of-type(2){
  margin-left: 1em;
}
.mv_ttl span:nth-of-type(3){
  margin-left: 2em;
} */
.subimg{
  position: relative;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(images/mv_page.jpg);
}
.subimg_ttl{
  padding: 14em 0 6em;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.subimg_ttl_jp{
  font-size: 1.8em;
  font-weight: 700;
  padding-bottom: 0;
  margin: 0;
  line-height: 1.4;
}
.subimg_ttl_en{
  color: #2c89c2;
  font-size: 2.1rem;
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
}
@media(max-width:768px){
  .subimg_ttl{
    padding: 2em 0.2em;
  }
  .subimg_ttl_en{font-size: 2.8rem;}
  .subimg_ttl_jp {font-size: 5.0vw;}
  .subimg_ttl_en {font-size: 1.8rem;}
  .mv01::before{
    background-image: url(images/mv_bk-sp.png);

  }
}

/* ////////////////////////////////////////////////////////////////////// */
/*  フッター
/* ////////////////////////////////////////////////////////////////////// */
footer{
  position: relative;
  padding: 8em 0 0;
}
footer a{
  color: #333;
}
footer .nav_logo{
  max-width: 300px;
  width: 100%;
  padding-bottom: 10px;
  margin: auto;
}
.ttl_footer{
  font-size: 1.0em;
  text-align: center;
  margin: 0;
}
address{
  font-size: 1rem;
}
.footer_copy{
  text-align: center;
  margin-top: 2em;
  background-color: #fff;
  padding: 0.4em 0;
}

.footer_navi{
  margin-left: 5%;
}
.footer_navi a{
  font-size: 0.9em;
  /* color: #fff; */
}
.footer_navi li>ul{
  position: relative;
  font-size: 0.9em;
  margin-left: 0;
  padding-left: 1em;
}
.footer_navi li>ul::before{
  content: '';
  display: block;
  width: 1px;
  position: absolute;
  top: 0;
  left: 1px;
  bottom: 0;
  background-color: #fff;
}
.footer_navi_li{
  margin-bottom: 8px;
}
.footer_navi_ttl{
  position: relative;
  margin-left: 2em;
  padding-left: 0.8em;
}
.footer_navi_ttl:first-child{
  margin-left: 0;
}
.footer_navi_ttl::before{
  content: '';
  position: absolute;
  top: 0.6em;
  left: 0;
  height: 0.4em;
  width: 0.4em;
  border-radius: 10px;
  background-color: #fff;
}
.footer_btn{
  margin-top: 1em;
}
.footer_btn li{
  position: relative;
  width: 24%;
  line-height: 2;
  display: block;
  text-align: center;
}
.footer_btn li a{
  color: #fff;
  padding: 0.6em 1.6em;
  margin: 0;
  background-color: #dacb76;
  border: 0;
  border-radius: 10px;
}
.footer_btn li:nth-of-type(2) a{background-color: #f1685a;}
.footer_btn li:nth-of-type(3) a{background-color: #68b9b2;}
.footer_btn li:nth-of-type(4) a{background-color: #ce9fcd;}



.page_area{
  position: relative;
  background-color: #fcf9f5;
  padding: 2em;
  border-radius: 20px;
}
.page_area p:last-of-type{
  margin-bottom: 0;
}
.single_area{
  background-color: #fcf9f5;
  padding: 4em;
  border-radius: 1em;
}
@media(max-width:768px){
  .footer_info {padding: 6% 0 0;}
  .single_area{
    padding: 1em;
  }
}

/* ////////////////////////////////////////////////////////////////////// */
/*  投稿記事
/* ////////////////////////////////////////////////////////////////////// */
.page_main{width: 68%;}
.page_sub{width: 28%;}
.page_main_contant ul, .page_main_contant ol, #single_page ul, #single_page ol{margin-left: 30px;}
.page_main_contant ul li, #single_page ul li{list-style: disc;margin-bottom: 0.8em;}
/* #single_page h2{
  font-size: 1.3em;
  margin-bottom: 1em;
} */
#single_page ul li:last-of-type{
  margin-bottom: 2em;
}
#single_page h2, .page_h2{
  position: relative;
  display: inline-block;
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 2em;
  padding-bottom: 0.6em;
  border-bottom: solid 1px #81d5af;
  color: #606060;
}
#single_page h2::before, .page_h2::before{
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 2em;
  height: 3px;
  background-color: #5dad6c;
}

#single_page h3, #fixed_page h3{
  /* position: relative;
  padding: 0.6em 0;
  border-bottom: 2px solid #5dad6c;
  margin-bottom: 0.8em;
  font-size: 1.1em; */

  font-size: 1.0em;
  background-color: #fff;
  padding: 0.4em;
  margin-bottom: 1em;
  border-left: solid 4px #5dad6c;
}
#single_page p{
  /* margin-bottom: 1em; */
  margin-bottom: 2em;
  line-height: 2;
}
#single_page p:last-child{
  margin-bottom: 0;
}
#single_page .btn_next{
  margin: 4em auto 0;
}
.single_ttl{
  margin-bottom: 1em;
}
.single_pic{
  padding-top: 60%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.arcchive_ttl{
  text-align: center;
  font-size: 1.8vw;
  line-height: 1.2;
  border-bottom: dotted 4px;
  padding-bottom: 6%;
  margin-bottom: 6%;
  display: block;
}
.cat-menu{padding-bottom: 2em;}
.ttl_side_cate{
  text-align: left;
  font-size: 1.4rem;
  font-weight: 700;
  background-color: #fff;
  padding: 0.4em 1em;
  margin: 0;
  border-radius: 20px;
  width: 100%;
  display: inline-flex;
  align-items: center;
}
.ttl_side_cate::before{
  content: '';
  background-image: url(images/icon01.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 1.4em;
  display: inline-block;
}
.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;
}
.cat-menu .current-cat > a{
  /* background-color: rgba(0, 105, 183, 0.3);
  color: #fff;
  border-bottom: 0; */
}
.u_line span{background: linear-gradient(transparent 60%, #ffc000 60%);}
.page_sub .cat-menu:last-of-type{border-bottom: 0;}
/*イエローマーカー*/
.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: "\f10d";
  font-family: FontAwesome; */
  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){
  blockquote p {
    margin: 1em 3em;
  }
  blockquote:before{font-size: 3rem;}
  blockquote:after{font-size: 3rem;}
}

/*  */
.post_area{
  position: relative;
  padding: 2em 0;
}
.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;
}
.single_day{margin-bottom: 0;}
.ul_info {
  padding: 0 0 0;
}
.ul_info a{
  display: block;
}
.cat_ttl{
  margin: 0 0 0 0;
  margin-left: 2em;
}
.cat_time{
  font-size: 0.8em;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
}
.cat_info{
  font-size: 0.6em;
  background-color: #a1bbf3;
  margin: 0 0 0 1em;
  padding: 0.2em 2em;
  border-radius: 6px;
}
.cat{
  border-radius: 2px;
  background-color: #ddd;
  text-align: center;
  font-size: 0.6em;
  padding: 0.4em 1em;
  margin-right: 2em;
}

@media(max-width:768px){
  .page_main, .page_sub{width: 100%;}
  .page_sub {margin-top: 4em;}
  .cat-menu{margin: 0; padding-bottom: 2em;}
  /* single */
  .page_main_contant p, .page_main_contant ul li, .page_main_contant ol li{font-size: 1em;}
}

/* ////////////////////////////////////////////////////////////////////// */
/*  ページャー
/* ////////////////////////////////////////////////////////////////////// */
.pagenavi {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 4em;
  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){
  .page_main, .page_sub {border-top: 0;}
  .pagenavi {margin-bottom: 4em;}

}


/* ////////////////////////////////////////////////////////////////////// */
/*  slick slider
/* ////////////////////////////////////////////////////////////////////// */
.slide_slick .slick-list {
  /* 左右どちらかにスペースを入れると画像が一部隠れる */
  /* padding: 0 10% 0!important; */
  padding-right: 5%!important;
}
.slide_slick_li{
  margin-right: 40px;
  box-shadow: 8px 8px 10px #cbcbcb;
  margin-bottom: 1em;
}
.slide_slick_li_none{
  box-shadow: none;
}
.slick-dots{
  position: static;
  margin-top: 1em;
  padding-bottom: 1em;
}
.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_li{
    margin-right: 20px;
  }
}

/* ////////////////////////////////////////////////////////////////////// */
/*  機能
/* ////////////////////////////////////////////////////////////////////// */
/* 拡大 */
.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;
}
/* アコーディオン */
.accordion-area{
  list-style: none;
  width: 100%;
  /* max-width: 1000px; */
  margin:0 auto;
}
.accordion-area li{
  margin: 0 0 1em;
}
.accordion-area li:last-of-type{margin-bottom: 0;}
.accordion-area section {
	border: 1px solid #ccc;
  position: relative;
  overflow: hidden;
  margin: 1em 0 0;
  border-radius: 1em;
}
/*アコーディオンタイトル*/
.title{
  position: relative;
  cursor: pointer;
  font-weight: normal;
  transition: all .5s ease;
  margin-bottom: 0;
}
.title p span{
  display: inline-block;
  padding: 1% 6%;
  margin-right: 6%;
  background-color: #4292cb;
  color: #fff;
}
.title::before,
.title::after{
  position: absolute;
  content:'';
  width: 15px;
  height: 2px;
  background-color: #333;
}
.title::before{
  top:48%;
  right: 15px;
  transform: rotate(0deg);
}
.title::after{
  top:48%;
  right: 15px;
  transform: rotate(90deg);
}
.title.close::before{transform: rotate(45deg);}
.title.close::after{transform: rotate(-45deg);}
.box {
  display: none;
  /* background: #f9f9f9; */
  margin: 0 0 0;
  padding: 2em;
}
.box h3, .box h4{
  font-size: 2.1rem;
  margin-bottom: 15px;
}
@media(max-width:767px){
  .title {
    font-size: 1em;
  }
  .title::before, .title::after {width: 10px;}
  .box h3, .box h4{font-size: 1.6rem;}
  .box p {
    font-size: 1.4rem;
    letter-spacing: 1.6px;
  }
}

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


/* @media(min-width:1024px){ */
@media(min-width:1250px){
  body{font-size: 1.1vw;}
  .gototop{width: 60px;}
  .ul_info_cat{width: 30%;}
}
@media(min-width:1366px){
  body{font-size: 0.9vw;}
}

@media(max-width:1366px) {


}


@media(max-width:1024px) {}
@media(max-width:992px) {}
@media(min-width:769px){}
@media(max-width:768px){
  ul li, ol li{font-size: 1em;}
  th,td {margin: 0;border: 0;}
  /* dt,dd,th,td{line-height: 1.4;} */
  th {width: 100%;}
  .pc{display: none!important;}
  .sp{display: block!important;}
  .flex{display: block;}
  .main_nav .flex{display:flex;}
  .table_overflow {
    display: block;
    overflow-x: scroll;
    /* white-space: nowrap; */
    -webkit-overflow-scrolling: touch;
  }
  .table_overflow table{
    /* width: 100%; */
    table-layout: fixed;
    width: 820px;
  }
  .table_overflow table th, .table_overflow table td{
    display: table-cell;
  }
  .colsp{width: 100%!important;}
  .col2sp{width: 48%!important;}
  .container{
    margin-left: 4%;
    margin-right: 4%;
  }
  .container_over{
    width: 104%;
    margin-left: -4%;
  }
  .container_add{
    width: 92%;
    margin: 0 auto;
  }
  .container_reset{width: 100%;}
  address{
    line-height: 1.2;
    padding: 10px 0 10px;
    margin-top: 15px;
  }
  .gmap{height: 300px;}
}


/* ======================================= */
/* ======================================= */
em{font-style: normal;}
.container_ml{



}
.bk_main{
  background-color: #fcf9f5;
}
.bk_top{
  background-image: url(images/bk.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.main_nav{
  width: 80%;
  max-width: 1200px;
  margin: 2em auto 0;
  border-radius: 10em;
  background-color: #fff;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .2);
}
.li_info{
  margin-bottom: 2em;
}
.li_info a{
  display: inline-flex;
  align-items: center;
  padding: 1em 2em;
  background-color: #fbebd6;
  width: 100%;
  border-radius: 2em;
}
.li_info:last-child{
  margin: 0;
}
.ttl_under{
  border-bottom: dotted 2px;
  font-weight: 500;
  margin-bottom: 1em;
  padding-bottom: 0.2em;
}
.ttl_single{
  font-size: 1.4em;
  color: #333;
  background-color: #fff;
  padding: 0.4em;
  border-left: solid 4px #5dad6c;
  /* border-top-right-radius: 1em;
  border-bottom-right-radius: 1em; */
}
.ttl_single_date{
  font-style: italic;
  font-size: 0.8em;
  text-align: right;
}

#single_archive .date_info::after{
  background-color: #111;
}
.page_ttl{
  font-size: 1.4em;
  color: #069566;
  padding-bottom: 0.4em;
  margin-bottom: 1em;
  border-bottom: solid 1px #069566;
}
.wpcf7-form{
  margin-top: 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='radio'], .wpcf7-form input[type='checkbox']{
  width: auto;
}
.wpcf7-form input:focus-visible, .wpcf7-form textarea:focus-visible{
  outline: solid 1px #6fce46;
}
.wpcf7-form input[type='submit']{
  max-width: 350px;
  margin: 4em auto 0;
  text-align: center;
  width: 100%;
  display: block;
  cursor: pointer;
  background-color: #ffd200;
}
.wpcf7-form table tr{
  border: 0;
}
.wpcf7-form table tr th, .wpcf7-form table tr td {
  padding: 0;
  display: block;
  text-align: left;
  border: 0;
}
.wpcf7-form table tr:nth-of-type(1) td {
  border-top: 0;
}
.wpcf7-form table tr th{
  font-weight: 600;
}
.wpcf7-form table tr td{
  margin-bottom: 2em;
}
.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;
}
.txt_privacy{
  text-align: center;
}
.top_concept{
  background-image: url(images/img_top01.png);
  background-position: 0 50%;
  background-size: 65%;
  background-repeat: no-repeat;
  padding-bottom: 15%;
}
.top_infomation{
  padding: 2em 6em 3em;
  margin-top: 4em;
  background-color: #fff;
  border-radius: 3em;
}
.main_ttl{
  color: #333;
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 1.6em;
}
.main_ttl_s{
  color: #4ba967;
  font-size: 0.8em;
  line-height: 1.2em;
}
.info_banner{
  margin-top: 2em;
}
.info_banner_col{
  width: 46%;
  box-shadow: 8px 8px 10px #cbcbcb;
  border-radius: 1em;
}
.info_banner_col img{
  border-radius: 1em;
}
.bk_top_ttl{
  /* position: absolute; */
  display: flex;
  justify-content: center;
  background-color: #fcf9f5;
  max-width: 500px;
  margin: 0 auto;
  border-radius: 0 0 3em 3em;
}
.wrapper_data{
  padding: 2em 4em 4em;
}
.row_data{
  position: relative;
  background-color: #fff;
  width: 100%;
  border-radius: 2em;
  padding: 1em 2em;
  margin-top: 2em;
}
.row_data_ttl{
  display: flex;
  justify-content: space-between;
}
.row_data_ttl h3{
  font-size: 1.2em;
  margin-bottom: 0;
  color: #4ba967;
}
.row_data_ttl h3 small{
  display: block;
  font-size: 0.7em;
}
.row_data_ttl em{
  background-color: #4ba967;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  line-height: 1;
  font-size: 1.6em;
  padding: 0.4em;
  border-radius: 6px;
}
.row_data_txt{
  font-size: 0.7em;
  margin: 0;
  text-align: right;
}
.img_data{
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 50%;
  padding-top: 12em;
}
.img_data01{background-image: url(images/icon01-01.png);}
.img_data02{background-image: url(images/icon01-02.png);}
.img_data03{background-image: url(images/icon01-03.png);}
.img_data04{
  background-image: url(images/icon01-04.png);
  background-position: 15% 50%;
}
.img_data05{background-image: url(images/icon01-05.png);}
.img_data06{
  background-image: url(images/icon01-06.png);
  background-position: 15% 50%;
}
.img_data07{
  background-image: url(images/icon01-07.png);
  background-position: 15% 50%;
}
.img_data08{background-image: url(images/icon01-08.png);}
.box_data em{
  line-height: 1;
  display: block;
  text-align: center;
  /* margin-left: 1em; */
}
.txt_data{
  font-size: 4em;
  font-weight: 600;
  color: #9bd4ac;
  margin: 0;
  line-height: 1;
}
.txt_data small{
  font-size: 0.3em;
  font-weight: 400;
  color: #555;
}
.container_flow{
  position: relative;
  margin: 0 10em;
  padding: 4em 0 0;
}

.box_top_flow{
  background-color: #fbebd6;
  padding: 2em;
  width: 100%;
}
.sec_interview{
  position: relative;
  padding: 4em 0;
}
.sec_interview::after{
  content: '';
  width: 85%;
  height: 100%;
  background-color: #fcf9f5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.img_interview_box{
  background-color: #fff;
  padding: 0.4em 1em;
}
.nm_interview_box{
  color: #606060;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}
.memo_interview_box{
  font-size: 0.8em;
  margin: 0;
}
.footer_wrapper{
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
}
.footer_line{
  margin-top: 2em;
  text-align: center;
}
.footer_line_box{
  text-align: left;
  line-height: 1.6;
}
.footer_line_box strong{
  border-bottom: solid 1px;
}
.footer_contact{
  background-color: #d9ffff;
  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 em{
  background-image: url(images/icon-mail.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_contact_tel .btn_mynavi{
  margin-top: 1em;
}
.dl_flow{
  position: relative;
}
.dl_flow dt{
  width: 18em;
}
.dl_flow dd{
  width: calc(100% - 18em);
}
.dl_flow dt, .dl_flow dd{
  display: inline-flex;
  align-items: center;
  background-color: #fcf9f5;
  padding: 1em;
  margin-bottom: 4em;
}
.icon_step{
  position: relative;
  text-align: center;
  background-color: #fbebd6;
  padding: 0.6em;
  line-height: 1;
  font-weight: 600;
}

.icon_step span{
  display: block;
  font-size: 0.8em;
}
.icon_step em{
  display: block;
  font-size: 1.1em;
}
.txt_step{
  font-size: 1.1em;
  margin-left: 1em;
}
.wrapper_interview{
  position: relative;
}
.wrapper_interview .slide_slick_li{
  width: 30%;
  margin: 0 0 4em;
}
.wrapper_interview .slide_slick_li a{
  display: block;
}
.bk_interview{
  position: relative;
}
.bk_interview::after{
  content: '';
  position: absolute;
  top: 10%;
  bottom: 10%;
  width: 100%;
  background-color: #fcf9f5;
  z-index: -1;
}
.container_interview{
  position: relative;
  margin: 0 10em;
  padding: 0 0 10em;
}
.row_interview{
  margin: 4em 10em 0;
}
.row_interview_txt, .row_interview_img{
  max-width: 600px;
  width: calc(50% - 4em);
}
.row_interview_img_txt{
  line-height: 1.4;
  margin-top: 0.8em;
  display: block;
}
.box_interview{
  background-color: #fff;
  padding: 2em;
  width: 100%;
}
.dl_interview{
  position: relative;
  margin-bottom: 1em;
}
.dl_interview dt, .dl_interview dd{
  border-bottom: dotted 2px #ddd;
  padding: 0.4em 0;
}
.icon_saiyou{
  margin: 0;
  padding: 0.2em 1em;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  font-size: 0.8em;
  display: inline-block;
}
.icon_new{background-color: #ff9999;}
.icon_career{background-color: #4076ee;}
.icon_01{background-color: #42b186;}
.icon_02{background-color: #4456e1;}
.icon_03{background-color: #e1c844;}
.container_message {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding: 2em 4em;
  background-color: #f7fcf5;
}
.ul_entrylist{
  position: relative;
}
.ul_entrylist li{
  margin-bottom: 2em;
}
.ul_entrylist li a{
  padding: 1em;
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  width: 100%;
}
.ul_entrylist li span{
  margin-right: 2em;
  max-width: 120px;
  width: 20%;
}





@media(max-width:1366px) {

}

@media(min-width:1024px) {
  .btn_next_l{
    margin-left: 0;
  }
  .btn_next_r{
    margin-right: 0;
  }
  .cat_info{font-size: 1.2rem;}

}
@media(max-width:1366px) {
  nav ul li {line-height: 1.4;}
  .row_interview{margin: 4em 5% 0;}


}
@media(max-width:1300px) {
  .sec_ml{margin-left: 10%;}
  .container_flow {margin: 0 5%;}
  .container_interview{margin: 0 5%;}
}


@media(max-width:1024px) {}
@media(max-width:992px) {}
@media(min-width:1024px) {
  .mainimg{
    padding-left: 30%;
    padding-right: 5%;
  }
  .mv_slick_li{
    border-bottom-left-radius: 20em;
    border-top-right-radius: 20em;
  }
  .mv_ttl{
    top: 35%;
  }
  .mv_bk::before{
    content: '';
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
    /* bottom: 0; */
    height: 100vh;
    width: 100%;
    background-image: url(images/mv_bk.png);
    background-size: contain;
    background-repeat: no-repeat;
  }

}
@media(min-width:769px){
  .top_concept_txt{
    margin-left: 55%;
  }
  .row_data{
    width: 45%;
  }
  .top_flow{
    position: relative;
    margin-right: 35%;
  }
  .top_flow::after{
    content: '';
    width: 70%;
    height: 70%;
    background-color: #fcf9f5;
    position: absolute;
    top: -4em;
    left: 60%;
    z-index: -1;
  }
  .box_top_flow{
    position: absolute;
    top: 8em;
    right: 0;
    width: 50%;
  }
  .li_info a{
    padding: 1em 1em;
  }

  .footer_contact_mail, .footer_contact_tel{
    width: 50%;
    margin-bottom: 0;
  }
  .footer_contact_mail{
    position: relative;
  }
  .footer_contact_mail::after{
    content: '';
    height: 6em;
    width: 1px;
    background-color: #555;
    position: absolute;
    top: 1em;
    right: 0;
  }
  .icon_step::after{
    content: '';
    position: absolute;
    bottom: -3em;
    left: 6em;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 1em solid transparent;
    border-left: 1em solid transparent;
    border-top: 1em solid #ddd;
    border-bottom: 0;
  }
  .dl_flow dt:last-of-type .icon_step::after{
    content: none;
  }
  .mv_interview{
    position: relative;
    /* margin-right: 35%; */
    padding-right: 35%;
  }
  .mv_interview::after{
    content: '';
    width: 80%;
    height: 100%;
    background-color: #fcf9f5;
    position: absolute;
    top: 10em;
    right: 0;
    z-index: -1;
  }
  .box_interview{
    position: absolute;
    bottom: 6em;
    right: 10%;
    width: 40%;
  }
  .row_interview-l{
    margin-left: auto;
    margin-right: 4em;
  }
  .row_interview-r{
    margin-right: auto;
    margin-left: 4em;
  }
  .box_data{
    position: absolute;
    bottom: 3em;
    right: 2em;
  }
  .box_data_02{
    right: 10em;
  }
  .box_data_03{
    right: 10em;
    bottom: 9.4em;
  }
}


@media(max-width:768px){
  .mv_slick_li{
    padding-top: 50vh;
  }
  .mv_ttl {
    font-size: 2em;
  }
  h3{font-size: 1.1em;}
  section{
    margin: 3em 0;
  }
  .section {
    padding: 3em 0;
  }
  /* .row{margin: 4em 0 0;} */
  .ttl_menu{
    font-size: 5vw;
  }
  .subimg{
    background-size: 220%;
    padding-top: 12vw;
  }
  .main_nav{
    padding-top: 0.6em;
    padding-bottom: 0.6em;
  }
  .ttl_name{
    font-size: 12px;
  }
  .footer_contact_mail{
    margin-bottom: 3em;
  }
  .wrapper_data {
    padding: 2em 0 4em;
  }
  #id_staffdata{
    margin-bottom: 0;
  }
  #id_container_flow{
    margin-top: 0;
  }
  .container_flow {
    padding: 0 0 0;
    margin: 0;
  }
  .container_interview {
    padding: 0 0 0;
  }
  .sec_interview {
    padding: 2em 0;
  }
  .top_concept {
    /* background-position: bottom;
    background-size: 100%;
    padding-bottom: 100%; */
    background-position: top;
    background-size: 100%;
    padding-top: 100%;
    padding-bottom: 0;
  }
  .mv_slick .slick-slide{
    /* height: 300px; */
    height: 70vh;
  }
  .dl_flow dt, .dl_flow dd{
    width: 100%;
    margin-bottom: 1em;
  }
  .dl_flow dt{
    margin-bottom: 0;
    border-bottom: dotted 2px #fbebd6;
  }
  .wrapper_interview .slide_slick_li{
    width: 45%;
  }
  .row_interview_txt, .row_interview_img{
    width: 100%;
    max-width: 100%;
  }
  .box_interview{
    background-color: #fcf9f5;
  }
  .top_infomation{
    padding: 2em 1em 2em;
    margin-top: 0;
  }
  span.wpcf7-list-item {
    display: block!important;
    margin: 0 0 1em 1em!important;
  }
  .li_info a{
    border-radius: 1em;
  }
  .cat_time {
    display: block;
    width: 100%;
    margin-bottom: 0.6em;
  }
  .cat_ttl{
    margin-left: 0;
  }
  .info_banner_col{
    width: 80%;
    margin: 0 auto 2em;
  }
  .img_data{
    background-position: 50% 50%!important;
  }
  .box_data{
    margin-right: 1.1em;
  }
  .box_data em{
    text-align: left;
    font-size: 0.9em;
  }
  .box_data_warpper{
    display: flex;
    /* justify-content: flex-start;
    justify-content: space-between; */
    align-items: flex-end;
  }
  /* .row_data {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  } */
  .txt_data_small .txt_data {
    font-size: 3em;
  }
  .row_data_ttl h3{
    font-size: 1.4em;
  }
  .pc_center{
    text-align: center;
  }
  .footer_contact {
    border-radius: 0;
  }
  .footer_wrapper{
    width: 100%;
  }
  .footer_line{
    margin-left: 10%;
    margin-right: 10%;
  }
  .dl_interview dt, .dl_interview dd{
    font-size: 0.9em;
  }
  .icon_saiyou{
    font-size: 0.7em;
  }
}

@media(max-width:500px){
  .container_message{
    padding: 1em;
  }
  #fixed_page h2, .page_h2{
    font-size: 1.2em;
  }
  .nm_interview_box{
    font-size: 0.9em;
  }
  .memo_interview_box{
    font-size: 0.7em;
  }
  .bk_top_ttl {
    max-width: 270px;
  }
  .btn_line {
    display: block;
    text-align: center;
  }
  .btn_line a{
    display: block;
    margin: 0 auto 1em;
  }
  .icon_step em {
    font-size: 0.9em;
  }

}
