@charset "utf-8";
/* @import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Roboto:wdth,wght@75..100,100..900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Roboto:wdth,wght@75..100,100..900&display=swap');

/**********************************************************/
/*  共通
/**********************************************************/
*{margin:0px;padding:0px;margin:0px;}
*, :after, :before {box-sizing: border-box;}
html{overflow-y:scroll;font-size:62.5%;}
@media screen and ( min-width:1400px) and ( max-width:1599px) {
  html {font-size: 54.5%;}
}
@media screen and ( min-width:1200px) and ( max-width:1399px) {
  html {font-size: 46.5%;}
}
@media screen and ( min-width:1000px) and ( max-width:1199px) {
  html {font-size: 38.5%;}
}
@media screen and ( min-width:768px) and ( max-width:999px) {
  html {font-size: 29.5%;}
}
body{
  counter-reset: number 0;
  background-color:#fff;
  font-size: 1.6rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 200;
  letter-spacing: .1em;
  line-height: 2;
  color: #111;
  word-break: break-word;
  -webkit-text-size-adjust: 100%;
}
dl, ol, ul{margin: 0;}
dl dt{width: 30%;}
dl dd{width: 70%;}
dl dt, dl dd{padding: 0.4em;}
p, dt, dd, li, th, td{font-size: 1em;}
p{margin-bottom: 2em;}
a{
  text-decoration: none;
  color: #111;
  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: #797979;
}
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: 600;
}
h1{font-size: 1.8em;}
h2{font-size: 1.8em;}
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;}
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;} */
section{
  position: relative;
  /* margin: 10em 0; */
  margin: 8em 0;
}
.section{margin: 0;padding: 10em 0;}
.section_top{margin-top: 6em;}
.no_syle{list-style: none!important;}
.no_list::before{content: none!important;}
.a_uline a{text-decoration: underline;}
.u_line span{background: linear-gradient(transparent 60%, #ffc000 60%);}
.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;
}
.container1100{
  position: relative;
  width: calc((1100 / 1920)* 100%);
  max-width: 1100px;
  margin: 0 auto;
}
.container1000{
  position: relative;
  width: calc((1000 / 1920)* 100%);
  max-width: 1000px;
  margin: 0 auto;
}
.container800{
  position: relative;
  width: calc((800 / 1920)* 100%);
  max-width: 800px;
  margin: 0 auto;
}
.container{
  margin-left: 5%;
  margin-right: 5%;
}
.sec_ml{
  margin-left: calc((100% - 1200px)/2);
  position: relative;
  z-index: 2;
}
.row{margin: 6em 0 0; position: relative;}
.row:first-of-type{margin-top: 0;}
.wrapper{
  position: relative;
  margin: 6em 0;
}
.inner{
  position: relative;
  padding: 6em;
}
.uptop{
  position: absolute;
  z-index: 999;
  bottom: 20%;
  right: 5%;
  width: 3.6em;
}
.cp_arrows {
  position: relative;
  display: flex;
  height: 18em; /*画面いっぱいにする場合100vh*/
  justify-content: center;
  align-items: center;
}
.cp_arrows .cp_arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 10px;
  opacity: 0;
}
.cp_arrows .cp_arrow:first-child {
  animation: arrow-move08 2s ease-in-out infinite;
}
.cp_arrows .cp_arrow:nth-child(2)  {
  animation: arrow-move08 2s 1s ease-in-out infinite;
}
.cp_arrows .cp_arrow:before,
.cp_arrows .cp_arrow:after {
  position: absolute;
  content: '';
  top: 0;
  width: 30px;
  height: 2px;
  background: #ae9940;
}
.cp_arrows .cp_arrow:before {
  left: 2px;
  transform: rotate(30deg);
}
.cp_arrows .cp_arrow:after {
  right: 2px;
  transform: rotate(-30deg);
}
@keyframes arrow-move08 {
  0% { opacity: 0; top: 40%;}
  70% { opacity: 1;}
  100% { opacity: 0;}
}
.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;
  line-height: 1;
  font-size: 0.8em;
  font-weight: 600;
  overflow: hidden;
  /* max-width: 220px; */
  max-width: 17em;
  border: solid 1px #000;
  width: 100%;
  z-index: 1;
}
.btn_next_c{
  margin: 0 auto;
}
.btn_next a{
  display: block;
  padding: 1.6em 1em;
  background-image: url(images/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: 96% 50%;
}
.btn_next a::before{
  content: '';
  display: block;
  width: 0.8em;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #555;
  opacity: 0;
  transition: cubic-bezier(0.32, 0, 0.67, 0);
}
.btn_next:hover a::before{
  animation: twinkleAnime 0.5s linear;
}
@keyframes twinkleAnime{
  0% {
      transform: scale(2) rotate(45deg);
      opacity: 0;
  }
  20% {
      transform: scale(20) rotate(45deg);
      opacity: 0.6;
  }
  40% {
      transform: scale(30) rotate(45deg);
      opacity: 0.4;
  }
  80% {
      transform: scale(45) rotate(45deg);
      opacity: 0.2;
  }
  100% {
      transform: scale(50) rotate(45deg);
      opacity: 0;
  }
}
.btn_small{
  position: relative;
  font-size: 0.94em;
  font-weight: 600;
  margin-right: 3em;
}
.btn_small::after{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.8em;
  height: 1px;
  margin-left: 1em;
  background-color: #f17a75;
  transition-duration: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.btn_small:hover::after{
  transform: translateX(1em);
}
.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{
  position: relative;
  z-index: 99;
}
.ttl_name{
  width: 8em;
  font-size: 1em;
  position: fixed;
  top: 1.4em;
  left: 5%;
  z-index: 99;
  margin-bottom: 0;
}
.ttl_name a{
  display: block;
}
.sp_nav{
  position: fixed;
  top: 1.4em;
  right: 5%;
  z-index: 99;
}
/* ////////////////////////////////////////////////////////////////////// */
/*  グローバルメニュー
/* ////////////////////////////////////////////////////////////////////// */
/* .main_nav{
  position: relative;
} */
nav{
  position: relative;
  z-index: 10;
  margin-bottom: 1em;
  margin-top: 2em;
}
.nav_h li a{
  position: relative;
  font-weight: 400;
  display: inline-block;
  padding-right: 2em;
  text-align: center;
  text-decoration:none;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
}
.nav_h li:hover a{
  text-decoration:none;
}
.nav_h li:last-of-type::after{
  margin-right: 0;
}
.nav_sns{
  margin-right: 1em;
}
.pc_nav .nav_sns li{
  width: 100%;
}
.nav_sns li a{
  padding-left: 1em;
  display: block;
}
nav li.has-child{
  position: relative;
}
nav li.has-child ul li a:hover, nav li.has-child ul li a:active {
  background: #555;
  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;
  margin-left: 14%;
  margin-right: 2%;
}
.pc_nav_ttl{
  width: 24%;
  margin-right: 1em;
  line-height: 1.2;
}
.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: 3em;
  position: relative;
  border: solid 1px;
  border-radius: 10em;
  z-index: 99;
}
.h-btn span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 10px;
  height: 1px;
  background-color: #111;
  width: 1.6em;
}
.h-btn span:nth-of-type(1) {top:30%;}
.h-btn span:nth-of-type(2) {top:50%;}
.h-btn span:nth-of-type(3) {top:70%;}

.h-btn.active span:nth-of-type(1) {
  top: 50%;
  transform: translateY(0) rotate(-45deg);
}
.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);
}
#g-nav{
  position:fixed;
  z-index: 98;
  top:0;
  right: -120%;
  width: 100%;
  height: 100vh;
  background:#fff;
  transition: all 0.6s;
  /* padding: 120px 60px; */
  /* padding: 2em 5%; */
  /* padding: 2em 5% 6em; */
  overflow: scroll;
  -ms-overflow-style: none;    /* IE, Edge 対応 */
  scrollbar-width: none;       /* Firefox 対応 */
}
/* #g-nav{
  max-width: 100%;
  padding: 6em 5% 6em;
} */
#g-nav.panelactive{right: 0;}
#g-nav .sp_nav_wrapper{
  background: #000000;
  padding: 2em 5% 6em;
}
/* #g-nav .ttl_name{
  margin: 5%!important;
} */
#g-nav .ul_sp_nav li{
  list-style: none;
  /* border-bottom: solid 1px #fff; */
  border-bottom: solid 1px rgba(255,255,255,0.5);
  margin-bottom: 1.4em;
  padding-bottom: 1.4em;
  max-width: 298px;
}
#g-nav li>a{
  color: #fff;
  text-decoration: none;
  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, #00a656 0%, #81cb42 80%, #bcdf76 100%); */
  background: linear-gradient(270deg, #ffffff 0%, #f2f1f1 80%, #ffffff 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 .footer_contact{
  margin-top: 2em;
  margin-bottom: 2em;
}
.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: #f7f6f0;
  margin-right: 15px;
}
.h_nav_sub{
  border-top: solid 1px #f7f6f0;
  border-bottom: solid 1px #f7f6f0;
  padding: 40px 0;
  margin: 40px;
}
.h_nav_sub li{font-size: 1.2rem;}
.h_nav_jp{
  font-size: 0.9em;
  margin: 0.4em 0 0 1.2em;
  letter-spacing: 0;
  text-transform: none;
  display: block;
}
.h_nav_en{
  position: relative;
  display: block;
  font-size: 1.8em;
  /* font-family: "Cormorant Garamond", serif; */
  font-family: "EB Garamond", serif;
  padding-left: 0.6em;
}
.h_nav_en::before{
  content: '';
  position: absolute;
  top: 0.5em;
  left: 0;
  height: 0.3em;
  width: 0.3em;
  background-color: #f17a75;
  border-radius: 1em;
}
@media(max-width:768px){
  .nav_h{display: none!important;}
  .sp_nav{display: block;}
  .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;
}
address{
  position: relative;
  font-size: 1rem;
  text-align: right;
  padding: 4em 4em 2em 0;
}
.footer_copy{
  text-align: center;
  margin-top: 2em;
  background-color: #d1e9fc;
  padding: 0.4em 0;
}
.footer_navi{
  width: 100%;
  margin-bottom: 6em;
}
.footer_navi li a{
  display: block;
  padding: 0 1em 0;
}

/* ////////////////////////////////////////////////////////////////////// */
/*  mv
/* ////////////////////////////////////////////////////////////////////// */
.mainimg{
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left;
  width: 86%;
  margin-left: auto;

}
.mainimg_bk{
  position: relative;
}
.mainimg_bk::after{
  content: '';
  position: absolute;
  bottom: -10em;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(images/logo_main.svg);
  padding: 18em;
}
.mv_slick .slick-slide{
  padding: 0;
  margin: 0;
  outline: none;
}

.mv_slick_img a{
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* background-image: url(images/mv01.jpg); */
  padding-top: 55vh!important;
  width: 60vw;
  border-radius: 1em;
}
.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;
  padding-top: 18em;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* background-image: url(images/page-mv.jpg); */
  width: 86%;
  margin-left: auto;
  border-bottom-left-radius: 3em;
}
.page_mv01{ background-image: url(images/page-mv01.jpg);}
.page_mv02{ background-image: url(images/page-mv02.jpg);}
.page_mv03{ background-image: url(images/page-mv03.jpg);}
.page_mv04{ background-image: url(images/page-mv04.jpg);}
.page_mv05{ background-image: url(images/page-mv05.jpg);}
.page_mv06{ background-image: url(images/page-mv06.jpg);}

@media(max-width:768px){
  .subimg{
    padding-top: 12em;
    width: 95%;
    border-radius: 1.6em 0 0 1.6em;
  }
  .subimg_wrapper{
    padding: 2em 0.2em;
  }
}

/* ////////////////////////////////////////////////////////////////////// */
/*  投稿一覧
/* ////////////////////////////////////////////////////////////////////// */
.ul_info {
  padding: 2em 0 6em 10em;
}
.li_info a{
  display: inline-flex;
  align-items: center;
  border-bottom: solid 1px #ddd;
  padding-top: 3em;
  padding-bottom: 3em;
  width: 100%;
}
.li_info:first-child a{
  border-top: solid 1px #ddd;
}
.cat_ttl{
  margin: 0 0 0 2em;
  font-size: 1.12em;
  font-weight: 400;
}
.cat_time{
  font-size: 1.06em;
  letter-spacing: 0;
  margin: 0;
}

/* ////////////////////////////////////////////////////////////////////// */
/*  投稿記事
/* ////////////////////////////////////////////////////////////////////// */
#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: 600;
  padding: 0.4em;
  background-color: #f7f5ee;
  margin-bottom: 0.8em;
}
#single_page h3 {
  font-size: 1.1em;
  font-weight: 600;
  border: none;
  position: relative;
  padding: 0 0.6em 0.6em 0;
  border-bottom: 2px solid #5dad6c;;
  margin-bottom: 0.8em;
}
#single_page p{
  /* margin-bottom: 1em; */
  margin: 2em 0;
}
#single_page p:first-of-type{
  margin-top: 0;
}
#single_page p:last-child{
  margin-bottom: 0;
}
.single_area{
  margin-top: 4em;
  margin-bottom: 8em;
  padding: 4em 0 8em;
  border-top: solid 1px #111;
  border-bottom: solid 1px #111;
}
.single_ttl{
  margin-bottom: 1em;
}
.ttl_single{
  font-size: 1.6em;
}
.ttl_single_date{
  font-size: 0.9em;
}
.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: 600;
  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-image: url(images/icon-arrow.svg); */
  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: 600;
}
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: 600;
}
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.06em;
  margin-top: 4em;
  text-align: center;
}
.pagenavi .page-numbers {
  padding: 10px 10px;
  margin-left: 15px;
  display: inline-block;
  line-height: 1;
}
.pagenavi .current{color: #000;}
.pagenavi a{color: #7e7e7e;}
.pagenavi a.next.page-numbers{color: #000;}
@media(max-width:768px){
  .pagenavi {margin-bottom: 4em;}
}

/* ////////////////////////////////////////////////////////////////////// */
/*  フォーム
/* ////////////////////////////////////////////////////////////////////// */
.wpcf7-form input, .wpcf7-form textarea{
  font-size: 1em;
  width: 100%;
  padding: 1.5em 1em;
  border-radius: 6px;
  border: solid 1px #f7f6f0;
  background-color: #f7f6f0;
}
.wpcf7-form input:focus-visible, .wpcf7-form textarea:focus-visible{
  outline: solid 1px #33377b;
}
.wpcf7-form input[type='checkbox']{
  width: auto;
}
span.wpcf7-list-item.first.last{
  margin: 0;
}
.wpcf7-form input[type='submit']{
  max-width: 370px;
  margin: 0 auto 0;
  border-radius: 4em;
  text-align: center;
  width: 100%;
  display: block;
  cursor: pointer;
  background-color: #33377b;
  color: #fff;
}
.wpcf7-form th span{
  font-size: 0.8em;
  background-color: #33377b;
  color: #fff;
  border-radius: 6px;
  padding: 0.4em 0.6em;
  margin-left: 1.6em;
}
.wpcf7-form table tr{
  display: block;
  margin-bottom: 3em;
}
.wpcf7-form table tr th{
  font-weight: 600;
}
.wpcf7-form table tr th, .wpcf7-form table tr td {
  font-size: 1.1em;
  padding: 0;
  display: block;
  text-align: left;
  border: 0;
  margin-bottom: 0.4em;
}
/* ////////////////////////////////////////////////////////////////////// */
/*  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: 1.4em;
  height: 1.4em;
  content: '';
  border-radius: 50%;
  border: solid 1px #111;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #111;
}

.slick-prev, .slick-next{
  z-index: 9;
  width: auto;
  height: auto;
}
.slick-prev:before, .slick-next:before{
  font-size: 1.4vw;
  color: #111;
  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: 6px;
    height: 6px;
  }
  .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;
}
.table_company{
  max-width: 780px;
  width: 90%;
  margin: 5em auto;
}
.table_company tr{
  border-top: solid 1px #ababab;
  border-left: 0;
}
.table_company tr:last-of-type{
  border-bottom: solid 1px #ababab;
}
.table_company th{
  position: relative;
  width: auto;
  border: 0;
  text-align: left;
  font-weight: 400;
  width: 8em;
}
.table_company td{
  width: calc(100% - 8em);
  border: 0;
}
.table_company th,.table_company td{
  padding: 2em 1em;
}
.table_company td ul li{
  margin-bottom: 1em;
}
.table_company td ul li:last-of-type{
  margin-bottom: 0!important;
}
.table_company td ul.table_company_adr li{
  margin-bottom: 2em;
}


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


@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;} */
  section{
    margin: 6em 0;
  }
  .section{
    padding: 6em 0;
  }
  .container1600{
    width: 90%;
  }
  .container1400{
    width: 90%;
  }
  .container1200{
    width: 90%;
  }
  .container1100{
    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;}
  div.breadcrumbs {letter-spacing: 0;}
  .table_overflow {
    display: block;
    overflow-x: scroll;
    /* white-space: nowrap; */
    -webkit-overflow-scrolling: touch;
  }
  .table_overflow table{
    table-layout: fixed;
    width: 820px;
  }
  .table_overflow table th, .table_overflow table td{
    display: table-cell;
  }
  .table_company th, .table_company td{
    font-size: 0.8em;
    letter-spacing: 0;
  }
  .table_company th{
    font-weight: 600;
  }
  .table_company td{
    padding-left: 0;
  }
  .colsp{width: 100%!important;}
  .col2sp{width: 48%!important;}

}

/* ////////////////////////////////////////////////////////////////////// */
/*
/* ////////////////////////////////////////////////////////////////////// */
.way__point-fadeInUp, .way__point-fadeIn, .way__point-fadeInRight{
  opacity: 0;
}
em{
  font-style: normal;
}
.p_m{
  font-size: 1.06em;
}
.p_head{
  font-size: 1.06em;
}
.font_garamond{
  /* font-family: "Cormorant Garamond", serif; */
  font-family: "EB Garamond", serif;
}
.font_robot{
  font-family: "Roboto", sans-serif;
}
.mv_ttl{
  font-size: 2.1em;
  font-weight: 200;
  margin: 0;
  position: absolute;
  left: -2em;
  padding-top: 0;
  z-index: 1;
}
.mv_ttl span{
  background-color: #fff;
  display: inline-block;
  margin-bottom: 0.6em;
}
.ttl_main{
  position: relative;
  font-weight: 600;
  display: inline-block;
  font-size: 1em;
  margin-bottom: 1em;
  padding-bottom: 0.2em;
  border-bottom: solid 1.5px #f17a75;
}
.ttl_main_ver{
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  font-size: 1.06em;
  padding-left: 0.2em;
  border-left: solid 1.5px #f17a75;
  position: absolute;
  top: 6em;
  right: 8%;
}
.ttl_big{
  font-size: 4em;
  font-weight: 400;
  /* font-family: "Cormorant Garamond", serif; */
  font-family: "EB Garamond", serif;
  line-height: 1;
  margin-bottom: 0.6em;
}
.ttl_page{
  font-size: 5.3em;
  font-weight: 400;
  /* font-family: "Cormorant Garamond", serif; */
  font-family: "EB Garamond", serif;
  line-height: 1;
  margin-bottom: 0.2em;
}
.ttl_page_sub{
  font-size: 1.12em;
  margin-bottom: 4em;
}
.footer_container{
  padding: 6em 0 8em;
  background-color: #f7f6f0;
}
.footer_infomation{
  padding: 4em 0 10em;
  background-color: #000;
  color: #fff;
}
.footer_infomation a{
  color: #fff;
}
.footer_infomation_box{
  margin: 1em;
  letter-spacing: 1px;
}
.footer_infomation_box h3{
  font-size: 1em;
  margin-bottom: 0;
}
.footer_infomation_box p{
  margin-bottom: 0;
  line-height: 1.6;
}
.footer_infomation_box .nav_sns{
  margin: 0 0 0 4em;
}
.footer_tel{
  margin-left: auto;
}
.footer_tel p{
  margin: 0;
}
.footer_tel a{
  font-size: 2em;
  color: #111;
}
.footer_tel span{
  margin-right: 0.6em;
  font-style: normal;
}
.footer_contact{
  position: relative;
  border: solid 1px #000;
  background-color: #fff;
  z-index: 1;
  transition-duration: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  overflow: hidden;
  display: inline-block;
}
.footer_contact:hover{
  transform: translate(1.6em, 1.6em);
}
.footer_contact a{
  display: inline-flex;
  align-items: center;
  z-index: 1;
  position: relative;
  background-color: #fff;
}
.footer_contact a::before{
  content: '';
  display: block;
  width: 0.8em;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #555;
  opacity: 0;
  transition: cubic-bezier(0.32, 0, 0.67, 0);
}
.footer_contact:hover a::before{
  animation: twinkleAnime 0.5s linear;
}
.footer_contact span{
  display: inline-block;
  transition-duration: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  border-right: solid 1px #000;
  padding: 2em 4.6em;
  font-size: 1.3em;
  font-weight: 600;
}
.footer_contact img{
  padding: 2em;
  width: 4.8em;
}

.ttl_icon{
  display: inline-flex;
  align-items: center;
  margin-top: 1em;
  margin-bottom: 0;
}
.ttl_icon img{
  margin-right: 0.4em;
}

.sec_about{
  position: relative;
  margin: 14em 12vw 0;
  margin-left: calc((100% - 1200px)/2);
}
.sec_about h2{
  font-weight: 600;
  font-size: 1.86em;
  margin-bottom: 1.4em;
}
.sec_about p{
  font-size: 1.06em;
  line-height: 2.5;
  margin-bottom: 3em;
}
.sec_about .ttl_main{
  font-size: 1.2em;
}
.img_dott{
  position: relative;
  line-height: 1;
}
.img_dott::after{
  content: '';
  background-image: url(images/dott.png);
  background-repeat: repeat;
  background-position: 50%;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 1.6em;
  right: -1.6em;
}
.img_dott img{
  /* padding-right: 2em; */
  position: relative;
  z-index: 1;
}

.sec_service{
  position: relative;
  padding-top: 6em;
  margin-top: 13em;
  margin-bottom: 0;
}
.sec_service::after{
  content: '';
  background-image: url(images/dott.png);
  background-repeat: repeat;
  background-position: 50%;
  width: 100%;
  padding-top: 25em;
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
}
.sec_service_box{
  position: relative;
  margin-top: 2em;
  margin-bottom: 6em;
}
.sec_service_box h3{
  font-size: 1.2em;
  font-weight: 600;
  margin: 1.6em 0 1em;
}
.sec_service_box i{
  position: absolute;
  top: -1.5em;
  left: -1em;
  width: 4em;
}
.sec_service_box p{
  font-size: 0.94em;
  letter-spacing: 0;
}
.sec_service_box .btn_small{
  text-align: right;
}
.sec_features{
  position: relative;
  padding-top: 6em;
  margin-top: 4em;
  margin-bottom: 0;
  background-color: #f7f6f0;
}
.sec_features_box{
  position: relative;
  padding-bottom: 5em;
}
.sec_features_box_l p,.sec_features_box_r p{
  font-size: 0.94em;
}
.ttl_features{
  position: relative;
  font-size: 1.2em;
  font-weight: 600;
  padding-bottom: 0.6em;
  margin-bottom: 2em;
  border-bottom: solid 1px #000;
  /* line-height: 3; */
}
.ttl_features em{
  font-size: 7em;
  /* font-family: "Cormorant Garamond", serif; */
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-weight: 400;
  line-height: 0.2;
  color: #fff;
}
.ttl_features span{
  position: absolute;
  top: 1em;
  left: 3em;
}
.sec_group{
  position: relative;
  margin-top: 0;
  padding-top: 6em;
}
.sec_group::after{
  content: '';
  background-color: #f7f6f0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 10vw;
}
.sec_group_box{
  position: relative;
  z-index: 1;
  color: #fff;
  margin-left: calc((100% - 1200px - 10em) / 2);
  padding: 6em 10% 6em 6em;
  background-color: #000;
  border-radius: 1em 0 0 1em;
}
.sec_group_box p{
  margin-bottom: 3em;
}
.sec_group_box .btn_next{
  border: solid 1px #fff;
}
.sec_group_box .btn_next a {
  color: #fff;
  background-image: url(images/icon_arrow-w.svg);
}
.sec_group .ttl_big{
  margin-bottom: 0.2em;
}
.sec_group .ttl_main{
  margin-bottom: 3em;
}
.sec_info{
  position: relative;
  margin-bottom: 8em;
}
.sec_info .ttl_main_ver{
  top: 0;
}
.sec_info .btn_next{
  margin-left: 12em;
}
.ul_address{
  color: #fff;
  font-size: 0.93em;
  margin-left: 5%;
}
#single_archive .ul_info{
  padding: 0;
}
#single_archive .ul_info .cat_ttl{
  margin: 0 0 0 4em;
}
.ul_service_nav{
  position: relative;
  margin: 6em 0;
}
.ul_service_nav li{
  position: relative;
  font-weight: 400;
  width: 13%;
  letter-spacing: 0;
}
.ul_service_nav li a{
  display: block;
  text-align: center;
  border-bottom: solid 1px #f17a75;
  padding-bottom: 1em;
}
.ul_service_nav li::after{
  content: '';
  position: absolute;
  bottom: -1em;
  left: 50%;
  transform: translateX(-50%);
  height: 1em;
  width: 1px;
  background-color: #f17a75;
}
.row_service{
  margin-bottom: 6em;
}
.row_service_l{
  margin-left: 5%;
  margin-right: 36px;
  padding-right: 5em;
}
.row_service_r{
  margin-right: 5%;
  margin-left: 36px;
  padding-left: 5em;
}
.row_service_ttl{
  margin-bottom: 1em;
}
.row_service_ttl .ttl_main{
  font-size: 1.4em;
  margin: 1em 2em 2em 0;
}
.row_service_ttl i{
  width: 4em;
  display: inline-block;
  vertical-align: top;
}
.row_service_ttl p{
  font-size: 1.2em;
  font-weight: 600;
}
.row_service_img figure{
  position: relative;
}
.row_service_img figure::after{
  content: '';
  background-image: url(images/dott.png);
  background-repeat: repeat;
  background-position: 50%;
  width: 70%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
}
.row_service_img figure img{
  position: relative;
  z-index: 1;
}
.row_service_img_l figure{
  padding: 3em 0 3em 3em;
}
.row_service_img_l figure::after{
  left: 0;
}
.row_service_img_r figure{
  padding: 3em 3em 3em 0;
}
.row_service_img_r figure::after{
  right: 0;
}
.row_group{
  padding: 6em 0;
}
.group_wrapper .row_group:nth-of-type(odd){
  background-color: #f7f6f0;
}
.row_group_img{
  width: 48%;
  max-width: 570px;
}
.row_group_img figure img{
  position: relative;
  z-index: 1;
}
.row_group_img figure{
  position: relative;
  padding: 2em 0 2em 0;
}
.row_group_img figure::after{
  content: '';
  background-image: url(images/dott.png);
  background-repeat: repeat;
  background-position: 50%;
  width: calc(57% + 2em);
  height: 80%;
  display: block;
  position: absolute;
  bottom: 0;
}
.group_wrapper .row_group:nth-of-type(odd) .row_group_img figure::after{
  right: -2em;
}
.group_wrapper .row_group:nth-of-type(even) .row_group_img figure::after{
  left: -2em;
}

.row_group_box{
  width: 42%;
}
.row_group_ttl{
  border-bottom: solid 1px #111;
  margin-bottom: 1em;
}
.row_group_ttl h2{
  text-align: center;
  margin-bottom: 2em;
  padding: 0;
}
.row_group_ttl p{
  margin-bottom: 1em;
}
.row_group_info em{
  color: #f17a75;
  font-style: normal;
  font-size: 0.84em;
}
.row_group_info p{
  font-size: 0.94em;
  letter-spacing: 0;
  margin-bottom: 0;
}
.box_group_nav{
  text-align: center;
  margin: 11em 0;
}
.box_group_nav_main{
  position: relative;
  background-color: #111;
  border-radius: 0.6em;
  /* padding: 2.3em 4.8em; */
  padding: 2.3em 1em;
  /* margin-bottom: 4em; */
  text-align: center;
  display: inline-block;
  max-width: 675px;
  width: 57%;
  margin: 0 auto 4em;

}
.box_group_nav_main::after{
  content: '';
  position: absolute;
  padding-top: 4em;
  border: solid 1px #111;
  border-bottom: 0;
  border-radius: 1em 1em 0 0;
  top: 3.3em;
  left: -16%;
  width: 134%;
  height: 7.3em;
  z-index: -1;
}
.ul_group_nav li{
  position: relative;
  max-width: 264px;
  width: 24%;
}
.ul_group_nav li a{
  /* padding: 2.6em 2.2em; */
  padding: 2.6em 0;
  background-color: #111;
  color: #fff;
  text-align: center;
  border-radius: 0.6em;
  display: block;
}
.ul_group_nav li:nth-of-type(2)::after, .ul_group_nav li:nth-of-type(3)::after{
  content: '';
  position: absolute;
  background-color: #111;
  width: 1px;
  padding-top: 4em;
  top: -4em;
  left: 50%;
  z-index: -1;
}
.ul_group_nav li a::after{
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(images/icon_arrow_bottom.svg);
  bottom: -3em;
  left: 44%;
  padding: 1em;
}

.head_about{
  position: relative;
  padding: 5em 0 10em;
  background-color: #f7f6f0;
}
.head_about::after{
  /* content: ''; */
  background-color: #f7f6f0;
  width: 100%;
  padding-top: 25em;
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
}
.ttl_about{
  font-size: 3em;
  font-weight: 400;
  /* font-family: "Cormorant Garamond", serif; */
  font-family: "EB Garamond", serif;
  line-height: 1;
  margin-bottom: 0.2em;
}
.about_message{
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 3;
  margin: -4em auto 2em;
  z-index: 1;
  position: relative;
  display: inline-block;
  text-align: left;
}
.about_signature{
  text-align: center;
  padding: 4em 0;
  margin: 0;
}.about_profile{
  padding: 0 1em;
}
.about_profile em{
  display: block;
  text-align: center;
  margin-bottom: 1em;
  font-weight: 400;
}
.about_philosophy figure{
  margin-top: -8em;
  width: 59%;
}
.about_philosophy_box h3{
  font-size: 1.4em;
  font-weight: 700;
  margin-bottom: 1em;
}
.about_map{
  max-width: 920px;
  width: 100%;
  aspect-ratio: 16 / 9;
  line-height: 0;
  margin: 5em auto;
}
.about_map iframe{
  width: 100%;
  height: 100%;
}
.about_map_box{
  padding: 2em 1em 0;
  line-height: 2;
  margin-bottom: 0;
}
.about_map_box a{
  position: relative;
  display: inline-flex;
  align-items: center;
}
.about_map_box a::after{
  content: '';
  margin-left: 0.4em;
  width: 3em;
  height: 1px;
  display: inline-block;
  background-color: #111;
}
.head_info{
  padding-bottom: 4em;
  margin-bottom: 4em;
  border-bottom: solid 1px #111;
}
.ul_point{
  margin-left: 1em;
}
.ul_point li{
  position: relative;
  padding-left: 1em;
  margin-bottom: 1em;
}
.ul_point li::before{
  content: '';
  height: 0.2em;
  width: 0.2em;
  border-radius: 1em;
  background-color: #111;
  position: absolute;
  top: 0.4em;
  left: 0;
}
.privacy_box p{
  margin-bottom: 3em;
}
.privacy_box .ul_point li:last-of-type{
  margin-bottom: 3em;
}
.txt_privacy a{
  text-decoration: underline;
}
.p_txt_privacy{
  text-align: center;
  margin: 4em 0;
  letter-spacing: 0;
}
.sec_modal{
  width: 100%;
  aspect-ratio: 16 / 9;
  line-height: 0;
}
.remodal{
  max-width: 1200px;
  margin: 0;
}
.btn_modal{
  margin-top: 3em;
  font-size: 0.94em;
}
.btn_modal a{
  position: relative;
  padding: 0.7em 9em 0.7em 2em;
  border: solid 1px;
  border-radius: 0 2em 2em 0;
  background-color: #fff;
  display: inline-block;
}
.btn_modal a::after{
  content: '';
  position: absolute;
  top: 1.4em;
  right: 1.5em;
  height: 0.4em;
  width: 0.4em;
  border-radius: 1em;
  background-color: #111;
}

@media(min-width:1744px){
  .footer_tel{
    margin-left: 6em;
  }
}
@media(max-width:1599px){
  .sec_about{
    width: calc((1200 / 1920)* 100%);
    max-width: 1200px;
    margin: 14em auto 0;
  }
  .sec_group_box{
    margin-left: 10%;
  }
  .nav_h li a {
    padding-right: 1em;
  }
}
@media(min-width:1299px){
  .row_service_l{
    margin-left: calc((100% - 1200px) / 2);
  }
  .row_service_r{
    margin-right: calc((100% - 1200px) / 2);
  }

}

@media(min-width:769px){
  .container1600_r{
    margin-left: 0;
  }
  .mv_slick .mv_slick_li img{
    margin-left: auto;
    border-bottom-left-radius: 3em;
  }
  .mv_ttl{
    bottom: 5em;
  }
  .sec_about figure{
    margin-top: 2em;
  }
  .sec_service_box{
    /* width: 348px; */
    width: 29%;
  }
  .sec_features_box{
    margin-top: 4em;
    padding-bottom: 8em;
  }
  .sec_features_box_l figure, .sec_features_box_r figure{
    width: 45%;
    position: absolute;
    top: 0;
  }
  .sec_features_box_l figure{
    left: 0;
  }
  .sec_features_box_r figure{
    right: 0;
  }
  .sec_features_box_l h3, .sec_features_box_l p{
    margin-left: 53%;
  }
  .sec_features_box_r h3, .sec_features_box_r p{
    margin-right: 53%;
  }
  .sec_group_box .col2s{
    width: 46%;
  }
  .sec_group_box figure{
    position: absolute;
    left: 50%;
    top: 6em;
    bottom: 6em;
    right: 12em;
  }
  .footer_infomation_wrapper:nth-of-type(1){
    width: 25%;
  }
  .footer_infomation_wrapper:nth-of-type(2){
    width: 70%;
  }
  .footer_infomation_box:nth-of-type(3){
    border-right: solid 1px #fff;
  }
  .footer_infomation_box:nth-of-type(1){
    margin-top: 0;
  }
  .footer_infomation_box:nth-of-type(1), .footer_infomation_box:nth-of-type(3){
    width: calc(43% - 1em);
    margin-left: 0;
    margin-right: 0;
    padding-right: 1em;
  }
  .footer_infomation_box:nth-of-type(2), .footer_infomation_box:nth-of-type(4){
    width: calc(57% - 1em);
    margin-right: 0;
  }
  .footer_infomation_box:nth-of-type(3), .footer_infomation_box:nth-of-type(4){
    font-size: 0.93em;
  }
  .ul_address{
    position: absolute;
    bottom: 2%;
    right: 5%;
    color: #fff;
    font-size: 0.93em;
  }
  .ul_address li{
    padding: 0 2em;
  }
  .ul_address li a{
    color: #fff;
  }
  .ul_address li:nth-of-type(1){
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
    padding: 0 1em;
  }
  .row_service_img{
    width: calc((100% / 2) - 36px);
  }
  .about_philosophy_box{
    margin-top: 4em;
    width: 34%;
  }
  .about_philosophy_figure{
    margin-top: 10.6em;
    padding-bottom: 1em;
  }
  .box_marge p{
    margin-bottom: 4em;
  }

}


@media(max-width:768px){
  body{
    font-size: 1.5rem;
  }
  dl dt, dl dd{width: 100%;}
  .mainimg{
    width: 100%;
  }
  .mainimg_bk::after{
    /* bottom: -3.6em;
    padding: 6em; */
    bottom: -4.8em;
    padding: 8.1em 8em;
  }
  nav{
    margin-top: 0;
  }
  .ttl_name{
    position: static;
    width: 4em;
    margin: 5% 5% 5%;
  }
  .ttl_big{
    font-size: 2.8em;
  }
  .p_head{
    font-size: 0.8em;
    margin-right: 5em;
  }
  .sec_about{
    width: 90%;
    margin: 8em auto 0;
  }
  .section_top{
    margin-top: 3em;
  }
  .wrapper{
    margin: 4em 0;
  }
  .inner{
    padding: 4em;
  }
  .mv_ttl{
    font-size: 1.4em;
    top: 10%;
    left: 5%;
  }
  .ttl_main_ver{
    right: 5%;
    font-size: 0.8em;
  }
  .sec_about h2{
    font-size: 1.4em;
  }
  .sec_about .btn_next{
    margin-bottom: 6em;
  }
  .sec_group_box{
    padding: 4em 0 4em 3em;
  }
  .sec_group_box p{
    margin: 2em 2em 2em 0;
  }
  .sec_service{
    margin-top: 6em;
    padding-top: 4em;
  }
  .sec_service_box {
    margin-bottom: 2em;
  }
  .sec_service_box h3{
    margin: 0 0 1em;
  }
  .sec_features_box P{
    margin: 2em 0 0;
  }
  .sec_service_box figure{
    margin-right: 20%;
  }
  .sec_service_box i{
    left: -0.6em;
    width: 3em;
  }
  .sec_service_box_sp{
    position: relative;
    z-index: 1;
    margin-top: -4em;
    width: 80%;
    margin-left: auto;
    padding: 1em;
    background-color: rgba(255,255,255,0.9);
  }
  .sec_features{
    padding-top: 4em;
  }
  .sec_features_box{
    padding-bottom: 3em;
  }
  .ttl_features{
    border-bottom: 0;
  }
  .sec_group{
    padding-top: 3em;
  }
  .sec_group::after{
    padding: 58vw 0;
  }
  .li_info a{
    display: block;
    padding: 2em 0;
  }
  .cat_ttl {
    margin: 0.4em 0 0 0!important;
  }
  .footer_container{
    padding: 4em 0 4em;
  }
  .footer_container .ttl_main_ver{
    top: 4em;
  }
  .footer_container p{
    font-size: 0.8em;
    margin-right: 5em;
  }
  .footer_infomation{
    padding: 4em 0 6em;
  }
  .footer_infomation .nav_sns{
    margin: 6em 0 4em;
  }
  .footer_infomation .nav_sns li a{
    display: inline-flex;
    align-items: center;
    padding: 0;
  }
  .footer_infomation .nav_sns li span{
    margin: 0 3em 0 1em;
    font-size: 0.9em;
  }
  .footer_infomation_wrapper{
    width: 100%;
  }
  .footer_infomation_box{
    width: 100%;
    margin: 4em 0 0;
  }
  .footer_infomation_box:nth-of-type(2){
    margin-top: 0;
  }
  #g-nav .footer_infomation{
    padding: 4em 0 0;
  }
  #g-nav .footer_infomation .nav_sns{
    margin: 0;
  }
  .uptop{
    bottom: 8%;
    width: 2.6em;
  }
  .row_service_img{
    margin: 0 auto 2em;
    width: 90%;
  }
  .row_service_img figure::after {
    width: 100%;
  }
  .row_service_img_l figure, .row_service_img_r figure{
    padding: 1.4em;
  }
  .row_service_l, .row_service_r{
    width: 90%;
    margin: 0 auto;
    padding: 0 1.4em;
  }
  .footer_contact span{
    padding: 1em 2.4em;
    font-size: 1.0em;
  }
  .footer_contact img{
    padding: 1em;
    width: 2.8em;
  }
  ul.ul_address li{
    font-size: 0.9em;
  }
  .footer_tel{
    margin-top: 4em;
    width: 100%;
  }
  .footer_tel p{
    margin: 0;
  }
  .img_dott::after{
    top: 1em;
    right: -1em;
  }
  .box_marge{
    padding: 0 1em;
  }
  .about_philosophy figure{
    margin: -6em 1em 0;
    width: 100%;
  }
  .about_philosophy_box{
    margin: 4em 1em 1em;
    width: 100%;
  }
  .about_philosophy h3{
    text-align: center;
  }
  .about_map_box_map{
    margin-left: auto;
  }
  .wpcf7-form input[type='submit'] {
    max-width: 200px;
  }
  .wpcf7-form table tr th, .wpcf7-form table tr td{
    font-size: 1.0em;
  }
  .ul_info {
    font-size: 0.9em;
    padding: 2em 0 6em 0;
  }
  .sec_info .btn_next{
    margin-left: 0;
  }
  .ttl_page{
    font-size: 3em;
  }
  .ttl_page_sub{
    margin-bottom: 1em;
  }
  .row_service_ttl .ttl_main{
    font-size: 1.2em;
    letter-spacing: 0;
  }
  .row_service_ttl i{
    width: 3em;
  }
  .box_group_nav_sp{
    margin: 4em 0 6em;
  }
  .row_group{
    padding: 4em 0;
  }
  .row_group_img, .row_group_box{
    width: 80%;
    margin: 0 auto;
  }
  .row_group_ttl h2 {
    margin: 2em 0 1em;
  }
  .sec_modal{
    aspect-ratio: 3 / 4;
  }
  .remodal{
    max-width: auto;
    margin: 0;
  }


}
