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


@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap');

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

.btn_next_auto{
  max-width: 100%!important;
}
.btn_arrow{
  background-image: url(images/icon-arrow.svg);
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 1em;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn_arrow_w{
  background-image: url(images/icon-arrow_w.svg);
  background-position: 98%;
}
.ol_policy{margin-left: 2em;}
.ol_policy>li{margin-bottom: 2em;}
.ul_policy{margin-left: 2em;}
.ul_policy li{
  font-size: 1em;
  font-weight: normal!important;
  list-style: disc;
  line-height: 1.2;
}
.ttl_policy{
  margin-bottom: 0.4em;
  font-weight: 700;
}
.box_movie{
  width: 100%;
  aspect-ratio: 16 / 9;
  line-height: 0;
}
.box_movie iframe{
  width: 100%;
  height: 100%;
}
.page_area{
  position: relative;
  padding: 4em 0 0;
}
.table_company{
  z-index: 1;
}
.table_company tr{
  border-top: solid 1px #a0a0a0;
  border-left: 0;
}
.table_company tr:last-of-type{
  border-bottom: solid 1px #a0a0a0;
}
.table_company th{
  position: relative;
  width: auto;
  border: 0;
  padding: 1.4em 1em;
  text-align: center;
  color: #555;
  font-weight: 500;
  width: 16em;
}
.table_company td{
  background-color: #fff;
  width: calc(100% - 16em);
  padding: 1em 1em 1em 2em;
  border: 0;
}
.table_company tr:nth-of-type(1) td{
  border: 0;
}
/* パンくずリスト */
div.breadcrumbs {
  color: #333;
  padding: 2em 0 0;
  font-size: 1.0rem;
  letter-spacing: 1px;
  text-align: left;
}
div.breadcrumbs a{
  color: #333;
  text-decoration: underline;
}
header{
  position: relative;
  position: fixed;
  width: 100%;
  z-index: 999;
}
.ttl_name{
  font-size: 1em;
  margin: 0;
  line-height: 1;
  text-align: center;
}
.ttl_name a{
  display: block;
}

/*  グローバルメニュー  */
.main_nav{
  width: 100%;
  padding: 0 0 0 4%;
}
.flat_nav{
  padding: 1em;
  width: 100%;
}

.nav_box{
  width: 100%;
}
.nav_ttl{
  font-weight: 500;
}
.nav_list li a{
  position: relative;
  padding: 1em 1em 1em 2.4em;
  display: block;
  background-color: #fff;
  margin-bottom: 4px;
  border-radius: 6px;
}
.btn_blog{

}
.sp_nav{
  padding: 0.4em 0.8em 0;
}
.pc_nav{
  position: relative;
  padding: 1em 0 1em;
}
.pc_nav>ul>li{
  position: relative;
  margin-right: 1.4em;
  font-weight: 700;
}
.pc_nav>ul>li>a{
  position: relative;
  display: inline-block;
  padding: 0.4em 0;
  font-size: 1.0em;
  text-decoration:none;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
}
.pc_nav>ul>li:hover a{
  text-decoration:none;
}
.pc_nav>ul>li:hover:before{
  width: 100%;
}
.pc_nav>ul>li:before{
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  border-bottom: 2px solid #39c7ac;
  transition: all .5s ease-out;
}
.pc_nav>ul>li.has-child:before{
  content: none;
}
.pc_nav li:last-of-type::after{
  /* height: auto;
  width: auto; */
}
li.has-child{
  position: relative;
}
li.has-child ul li a{
  padding: 0.4em;
  display: block;
  border-bottom: solid 1px #ddd;
}
li.has-child ul li a:hover, li.has-child ul li a:active {
  background: #39c7ac;
  color: #fff;
}
li.has-child ul{
	position: absolute;
	left:-10px;
	top:2.6em;
	z-index: 4;
	background:#fff;
	width:12em;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
}
li.has-child:hover > ul,
li.has-child ul li:hover > ul,
li.has-child:active > ul,
li.has-child ul li:active > ul{
  visibility: visible;
  opacity: 1;
}
.h-btn{
  cursor: pointer;
  width: 3em;
  height: 2em;
  position: relative;
  border-radius: 6px;
  z-index: 99;
}
.h-btn span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background-color: #111;
  width: 100%;
}
.h-btn span:nth-of-type(1) {top:0%;}
.h-btn span:nth-of-type(2) {
  top:50%;
  width: 75%;
}
.h-btn span:nth-of-type(3) {
  top:100%;
  width: 50%;
}
.h-btn.active span:nth-of-type(1) {
  top: 50%;
  transform: translateY(0) rotate(-45deg);
  width: 100%;
}
.h-btn.active span:nth-of-type(2) {opacity: 0;}
.h-btn.active span:nth-of-type(3){
  top: 50%;
  transform: translateY(0) rotate(45deg);
  width: 100%;
}
#g-nav{
  position:fixed;
  z-index: 98;
  top:0;
  width: 100%;
  right: -120%;
  height: 100vh;
  background: linear-gradient(180deg, #f1e726, #f2ce1b);
  transition: all 0.6s;
  padding: 120px 60px;
  overflow: scroll;
  -ms-overflow-style: none;    /* IE, Edge 対応 */
  scrollbar-width: none;       /* Firefox 対応 */
}
#g-nav.panelactive{right: 0;}
#g-nav li{
  list-style: none;
  margin-bottom: 0;
}
#g-nav li a{
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: block;
}
#g-nav li:hover>a{opacity: .5;}
#g-nav li a:after{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #f2d01c 0%, #f1e726 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;}
.ttl_footer{
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
}
.footer_navi_li_policy{
  position: relative;
  font-size: 0.8em;
}
.footer_navi_li_policy a{
  color: #fff;
}
.footer_navi{
  margin-left: 5%;
}
.footer_navi a{
  font-size: 0.9em;
  color: #fff;
}
.footer_navi li>ul{
  position: relative;
  font-size: 0.9em;
  margin-left: 0;
  padding-left: 1em;
}
.footer_navi li>ul::before{
  content: '';
  display: block;
  width: 1px;
  position: absolute;
  top: 0;
  left: 1px;
  bottom: 0;
  background-color: #fff;
}
.footer_navi_li{
  margin-bottom: 8px;
}
.footer_navi_ttl{
  position: relative;
  margin-left: 2em;
  padding-left: 0.8em;
  font-size: 0.9em;
}
.footer_navi_ttl:first-child{
  margin-left: 0;
}
.footer_navi_ttl::before{
  content: '';
  position: absolute;
  top: 0.6em;
  left: 0;
  height: 0.3em;
  width: 0.3em;
  border-radius: 10px;
  background-color: #fff;
}
/*  mv  */
.mainimg{
  padding-top: 8em;
  background: linear-gradient(0, #f1e726, #f2ce1b);
}
.mv_img{
  /* margin-left: 12em;
  margin-right: 48em; */
  margin-left: 18em;
  margin-right: 38em;
}
.mv_p{
  margin: -6em auto 0;
  padding: 0 4em;
}
.mv_bk{
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center 6em;
  background-image: url(images/bk.png);
  padding-bottom: 6em;
}
.mv_h2{
  z-index: 2;
  position: absolute;
  display: flex;
  right: 15em;
}
.mv_h2 p{
  font-size: 2.1em;
  line-height: 1.2;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
}
.mv_h2 p span{
  display: inline-block;
  background-color: #fff;
  padding: 0.4em 0.4em 0.4em 0.3em;
  margin-right: 1em;
}
.subimg{
  position: relative;
  background: linear-gradient(180deg, #f1e726, #f2ce1b);
  padding: 4em 2em 0;
  text-align: center;
}
/*  投稿一覧  */
.ul_info {
  background-color: #fff;
  padding: 4em 0;
}
.li_info{
  border-top: solid 1px #ddd;
  margin-bottom: 1.5em;
  padding-top: 1.5em;
}
.li_info a{
  padding-left: 1em;
  padding-right: 1em;
}
.li_info a:hover{
  text-decoration: underline;
}
.li_info:last-child{
  border-bottom: solid 1px #ddd;
  margin-bottom: 0;
  padding-bottom: 1.5em;
}
.cat_time{
  font-size: 0.8em;
  color: #929292;
  letter-spacing: 0;
  margin: 0;
}

/*  投稿記事 */
.page_main{width: 68%;}
.page_sub{width: 28%;}
#single_category .ul_info{padding: 0;}
#single_page ul, #single_page ol, #fixed_page ul, #fixed_page ol{
  margin-left: 1.5em;
  margin-bottom: 2em;
}
#single_page ul li, #fixed_page ul li{list-style: disc;margin-bottom: 0.8em;}
#single_page p:last-child, #fixed_page p:last-child{
  margin-bottom: 0;
}
#single_page a, #fixed_page a{
  text-decoration: underline;
  color: #28b472;
  font-size: 0.9em;
  font-weight: 500;
}
#single_page h2{
  position: relative;
  font-size: 1.4em;
  padding: 0 0.4em 1em;
  margin: 4em 0 2em;
}
#single_page h2::after {
  content: '';
  background: repeating-linear-gradient(-45deg, #28b472, #28b472 10px, #fff 10px, #fff 20px, #f2ce1b 20px, #f2ce1b 30px, #fff 30px, #fff 40px);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 6px;
}
#single_page h3 {
  font-size: 1.1em;
  font-weight: 500;
  margin: 2em 0 1em;
  /* font-size: 1.0em;
  font-weight: 700;
  margin: 0 0 1em;
  border-bottom: double;
  padding-bottom: 0.4em;
  display: inline-block; */
}

/* #fixed_page h2{
  position: relative;
  font-size: 1.4em;
  padding: 0 0.4em 1em;
  margin: 2em 0 2em;
}
#fixed_page h2::after {
  content: '';
  background: repeating-linear-gradient(-45deg, #28b472, #28b472 10px, #fff 10px, #fff 20px, #f2ce1b 20px, #f2ce1b 30px, #fff 30px, #fff 40px);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 6px;
}
#fixed_page h3{
  font-weight: 500;
  text-align: center;
  background-color: #fbf7e7;
  border-top: 5px solid #eccb00;
  padding: 1em;
  margin-bottom: 1em;
  margin-top: 2em;
  display: inline-block;
} */
.midashi01{
	margin-bottom: 10px!important;
	font-weight: bold;
	background-color: #ffdb00;
	display: inline-block;
	padding: 0.2em 2em;
	border-radius: 6px;
}
.midashi02{
  font-weight: 700;
  margin: 0 0 1em;
  border-bottom: double;
  padding-bottom: 0.4em;
  display: inline-block;
}
.midashi03{
  position: relative;
  font-size: 1.2em;
  padding: 0 0.4em 1em;
  margin: 2em 0 2em;
  padding: 0 0 0 1.8em;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(135deg, #28b472 0%, #6ecb9f 100%);
  color: rgba(0, 0, 0, 0);
  display: inline-block;
}
.midashi03::after {
  content: '';
  background: repeating-linear-gradient(-45deg, #28b472, #28b472 10px, #fff 10px, #fff 20px, #f2ce1b 20px, #f2ce1b 30px, #fff 30px, #fff 40px);
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 1.4em;
  border-radius: 1em;
}
.midashi04{
  background-color: #fbf7e7;
  border-top: 5px solid #eccb00;
  padding: 1em;
  margin-bottom: 1em;
  margin-top: 2em;
  display: block;
}
.midashi05{
  background-color: #eaf5f3;
  border-top: 4px double #63c0ad;
  border-bottom: 4px double #63c0ad;
  padding: 0.4em 1em;
  margin-bottom: 1em;
}

.single_area{
  position: relative;
  padding: 2em 2em;
  border-top: solid 1px #9f9f9f;
}
.ttl_single{
  margin: 1em 0 2em;
}
.ttl_single h1{
  margin: 0;
  padding: 0;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.6;
  flex: 1;
}
.ttl_single .time_blog{
  margin-right: 2em;
  display: inline-block;
  width: auto;
}
.ttl_side_cate{
  font-weight: 500;
  border-top: 5px solid #eccb00;
  text-align: center;
  border-left: none;
  margin-bottom: 10px;
  padding-top: 8px;
}
.cat-menu{
  position: sticky;
  top: 1em;
}
.cat-menu ul li {
  background: #eee;
  padding-left: 1em;
  border-left: 3px solid #eccb00;
  font-size: 14px;
  margin-bottom: 6px;
}
.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; */
  display: block;
  padding: 10px 0;
  font-weight: 500;
}
/* .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{
  display: flex;
  justify-content: space-between;
  padding: 4em 2em 0;
}
/* .next_post {text-align: right;} */
.next_post, .previous_post{
  position: relative;
  width: 49%;
}
/* .next_post{
  border-radius: 3em 0 0 3em;
}
.previous_post{
  border-radius: 0 3em 3em 0;
} */
.all_post{
  width: 8%;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
}
.all_post a{
  line-height: 0;
  display: block;
}
.next_post a, .previous_post a {
  font-size: 0.7em;
  display: block;
  margin: 0;
  line-height: 1;
  padding: 1em;
  border: solid 1px;
  height: 100%;
  /* padding: 1em 2em 1em; */
}
.next_post a{
  padding-right: 3em;
}
.previous_post a{
  padding-left: 3em;
}
.next_post a::before, .previous_post a::before {
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 2em;
  line-height: 1;
  position: absolute;
  background-color: #111;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}
.previous_post a::before {
  content: '';
  background-image: url(images/icon-left.svg);
  left: 0;
}
.next_post a::before {
  content: '';
  background-image: url(images/icon-right.svg);
  right: 0;
}
/*  ページャー  */
.pagenavi {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 2em;
  text-align: center;
}
.pagenavi .page-numbers {
  padding: 10px 10px;
  margin-left: 15px;
  display: inline-block;
  line-height: 1;
}
.pagenavi .current {
  background-color: #5dad6c;
  color: #fff;
  border-radius: 6px;
}
.pagenavi a{color: #5dad6c;}


/* ////////////////////////////////////////////////////////////////////// */
/*  フォーム */
.wpcf7-form input, .wpcf7-form textarea{
  padding: 0.6em;
  font-size: 1em;
  width: 100%;
  border-radius: 6px;
  border: solid 1px #ddd;
}
.wpcf7-form input:focus-visible, .wpcf7-form textarea:focus-visible{
  outline: solid 1px #6fce46;
}
.wpcf7-form input[type='checkbox']{
  width: auto;
}
.wpcf7-form input[type='submit']{
  max-width: 350px;
  margin: 4em auto 0;
  text-align: center;
  width: 100%;
  display: block;
  cursor: pointer;
  background-color: #5dad6c;
  color: #fff;
}
.wpcf7-form th span{
  margin-left: 1em;
  font-size: 0.6em;
  background-color: #ff9d9d;
  border-radius: 6px;
  padding: 0.1em 0.6em;
  color: #000;
}
.wpcf7-form th span.nini{
  background-color: #9ddaff;
}
/* ////////////////////////////////////////////////////////////////////// */
/*  slick slider */
.slide_slick .slick-list {
  /* 左右どちらかにスペースを入れると画像が一部隠れる */
  padding: 0 10% 0!important;
}
.slide_slick_li{
  margin-right: 4em;
  box-shadow: 15px 15px 0 #e9cfbc;
  margin-bottom: 15px;
}
.slick-dots{
  position: static;
  margin-top: 1em;
  padding-bottom: 0;
}
.slick-dots li button {
  width: 15px;
  height: 15px;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:before {
  width: 2.4em;
  height: 2.4em;
  content: '';
  border-radius: 50%;
  border: solid 2px #df8f41;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #df8f41;
}
.slick-dotted.slick-slider{
  margin: 0;
}
.slick-prev, .slick-next{
  z-index: 9;
  width: auto;
  height: auto;
}
.slick-prev:before, .slick-next:before{
  font-size: 2.4vw;
  color: #44b141;
  opacity: 1;
}

/****** 無限ループスライド ******/
  .slide_container{
    position: relative;
    z-index: 1;
    margin: 6em 0 6em;
  }
  .slide_container__wrap {
    display: flex;
    overflow: hidden;
  }
  .slide_container__list {
    display: flex;
    list-style: none;
    padding: 0
  }
  .slide_container__list--left {
    animation: infinity-scroll-left 30s infinite linear 0.5s both;
  }
  .slide_container__item{
    width: calc(100vw / 7);
    margin: 0 0.5vw 0;
    font-size: 0.9em;
    text-align: center;
    background-color: #f1e625;
    border-radius: 6px;
    color: #b39800;
    /* box-shadow: 0 0 6px #cdc31b; */
  }
  .slide_container__item em{
    font-size: 0.8em;
  }
  .slide_container__item img {
    border-radius: 10px;
    box-shadow: 0 0 10px #a9a7a7;
  }
  @keyframes infinity-scroll-left {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  @media(max-width:768px){
    .slide_container {
      margin: 1em 0 3em;
    }
    .slide_container__item {
      width: calc(100vw / 2);
      margin: 1vw;
    }
  }

/* ////////////////////////////////////////////////////////////////////// */
/*
/* ////////////////////////////////////////////////////////////////////// */
.sub_p{
  color: #666;
  color: #5a5a5a;
}
.bk_orange01{
  /* background: linear-gradient(120deg, #f2ce1b, #f2be5c); */
  background: linear-gradient(180deg, #f2ce1b, #f2be5c);
  background: linear-gradient(180deg, #f1e726, #f2ce1b);
}
.bk_orange{
  background-color: #f2ce1b;
}
.img_bk{
  position: relative;
}
.img_bk::after{
  content: '';
  background-image: url(images/dott.png);
  background-color: #f9f9f9;
  position: absolute;
  top: 1em;
  bottom: -1em;
  left: 1em;
  right: -1em;
  display: block;
  z-index: 0;
}
.ttl_bk{
  background-repeat: repeat;
  background-position: center;
  background-size: auto;
  background-image: url(images/dott.png);
  background-color: #f9f9f9;
  padding: 2em 2.4em;
  display: flex;
  align-items: center;
}
.ttl_bk p{
  margin: 0 0 0 4em;
}
.ttl_main{
  font-weight: 900;
  text-align: center;
}
.ttl_main em{
  font-size: 3.2em;
  line-height: 1;
}
.ttl_main em span{
  color: #28b472;
  text-transform: uppercase;
}
.ttl_main h2{
  margin: 0;
  font-size: 0.9em;
}
.div_concept{
  position: relative;
}
#slider_mv{
  z-index: 1;
}
.div_voice{
  background-image: url(images/bk_voice.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10em 0 4em;
  margin-top: -4em;
  margin: -4em 2em 0;
  border-radius: 6em 0 6em 6em;
}
#slider_voice{
  /* width: calc((1200 / 1920) * (100% + 0)); */
  width: calc((1200 / 1920) * 100%);
  max-width: 1200px;
  margin: 0 auto 6em;
}
#slider_voice .splide__arrow{
  background: #fff;
  border-radius: 0;
  top: 40%;
  height: 3em;
  width: 3em;
}
#slider_voice .splide__arrow--prev{
  left: -4em;
}
#slider_voice .splide__arrow--next{
  right: -4em;
}
.splide__progress__bar{
  height: 3px;
  background: #28b472;
}
.img_voice{
  position: relative;
  overflow: hidden;
  padding-top: 16em;
  width: 100%;
  border-radius: 1em;
}
.img_voice img{
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.txt_voice{
  text-align: center;
  font-size: 0.8em;
  margin: 0.4em 0 0;
  color: #fff;
}

.div_voice li{
  padding: 0 1em;
}
.ul_voice{
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((1000 / 1920) * 100%);
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 8em;
  background-color: #f2ce1b;
  position: relative;
  z-index: 1;
  padding: 0 4em 2em;
  border-radius: 0 0 6em 6em;
}
.ul_voice li{
  position: relative;
  width: 30%;
  text-align: center;
  margin: -2em 0.6em 0;
}
.ul_voice li:nth-of-type(2)::before, .ul_voice li:nth-of-type(2)::after{
  content: '';
  position: absolute;
  top: 2em;
  height: 3em;
  width: 1px;
  background-color: #ffe678;
}
.ul_voice li:nth-of-type(2)::before{
  left: 0;
}
.ul_voice li:nth-of-type(2)::after{
  right: 0;
}
.ul_voice li i{
  display: block;
  width: 5em;
  margin: 0 auto;
}
.ul_voice li em{
  display: block;
  font-size: 2.6em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  margin: 0.3em 0 0.1em;
}
.ul_voice li small{
  font-size: 0.4em;
}
.ul_voice li small span{
  font-weight: 400;
  font-size: 0.9em;
}
.ul_voice li p{
  margin: 0;
  padding: 0.2em 1em;
  border-radius: 1em;
  text-align: center;
  background-color: #f1e626;
  font-size: 0.9em;
  font-family: Meiryo;
  display: inline-block;
  letter-spacing: 0.4em;
}
.ttl_page{
  font-size: 1.6em;
  margin: 0;
  line-height: 1;
}
.ttl_page_sub{
  font-weight: 700;
  background-color: #f1e248;
  padding: 0.2em 2em;
  display: inline-block;
  line-height: 1;
  border-radius: 6px;
}
.sec_page{
  margin: 0;
  padding: 1em 0 6em;
}
.sec_service{
  margin: 0;
  padding: 6em 0;
}
.div_service{
  background-color: #fff;
  margin-right: 2em;
  padding: 0 0 6em;
  border-top-right-radius: 6em;
  border-bottom-right-radius: 6em;
}
.ttl_main_box{
  margin: 4em 0;
}
.ttl_txt{
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 1.6em;
}
.bk_service{
  background-image: url(images/bk_service.jpg);
  background-position: 0 2em;
  background-repeat: no-repeat;
  background-size: 50%;
}
.ul_service{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5em;
}
.ul_service li{
  width: 48%;
  font-size: 0.9em;
  font-weight: 500;
  /* border-bottom: solid 2px #28b472; */
  border-bottom: dashed 1px #9f9f9f;
}
.ul_service li:nth-of-type(1){
  border-top: dashed 1px #9f9f9f;
}
.ul_service li a{
  position: relative;
  padding: 1em 1em 1em 2.6em;
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.ul_service li a::before, .nav_list li a::before{
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  right: calc(100% - 2.4em);
  width: 2.4em;
  height: 2.4em;
  transform: translateY(-50%) translateX(0);
  background-image: url(images/btn01-y.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.ul_service li:hover a{
  background-color: #f3e6103d;
}
.ul_service li:hover a::before, .nav_list li:hover a::before{
  right: 0;
}
#g-nav .nav_sns{
  margin: 0 auto 2em;
  width: 100%;
}
.nav_sns li {
  padding: 0.6em;
  text-align: center;
  min-width: 100px;
}
.nav_sns li:nth-child(1) {
  /* background-color: #e55959; */
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.nav_sns li:nth-child(2) {
  background-color: #111;
}
.nav_sns li:nth-child(3) {
  background-color: #28b472;
}
.nav_sns li a {
  color: #fff!important;
}
.nav_sns li i {
  width: 1.2em;
  display: block;
  text-align: center;
  margin: 0 auto 0.2em;
}
.nav_sns li em {
  display: block;
  font-size: 10px;
  line-height: 1.2;
}
.div_blog{
  background-color: #f2ce1b;
  margin-left: 2em;
  padding: 6em 0 6em;
  border-bottom-left-radius: 6em;
}

.cat_nm{
  color: #ff8c00;
  text-align: center;
  font-size: 0.8em;
  line-height: 0;
  padding: 0.4em;
}
.ul_blog{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 4em;
}
.li_blog{
  width: 22%;
  background-color: #fff;
  border-radius: 0 0 1em 1em;
}
.img_thumbnail{
  position: relative;
  border-bottom: 3px double #ccc;
  overflow: hidden;
  padding-top: 68%;
  width: 100%;
}
.img_thumbnail img{
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.box_blog{
  padding: 1em;
}
.txt_blog{
  line-height: 1.4;
  font-size: 0.8em;
}

.cat_blog{

}
.cat_blog li{
  display: flex;
}
.content_blog{
  width: calc(100% - 10em);
}
.time_blog{
  text-align: center;
  width: 10em;
  font-family: Arial, "Zen Maru Gothic", sans-serif;
  line-height: 1.0;
}
.dd_blog{
  font-size: 3em;
  font-weight: 500;
}
.mm_blog{

}
.yy_blog{

}
.img_blog{
  /* padding-top: 0; */
}
.img_blog img{
  /* position: static; */
  object-fit: contain;
}
.ttl_blog{
  font-size: 1.2em;
  margin: 1em 0 1em;
  font-weight: 500;
}
.p_blog{
  font-size: 0.8em;
}
.cat_blog li{
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ddd;
}
.footer_bnr{
  margin: 8em 0;
  display: flex;
  justify-content: space-between;
}
.footer_bnr li{
  width: 48.5%;
  text-align: center;
}
.footer_bnr li img{
  border-radius: 6px;
  border: solid 1px #dddada;
}
.div_contact{
  display: inline-block;
  text-align: left;
  padding-bottom: 1em;
}
.contact_txt{
  margin: 6em 0 6em;
}
footer{
  position: relative;
  background-repeat: no-repeat;
  background-size: 65%;
  background-position: right top;
  background-image: url(images/bk_footer.jpg);
  /* padding-bottom: 13em; */
}
address{
  margin-top: 23em;
  font-size: 1rem;
  padding: 0;
}


#company_profile table tr{
  border: 0;
}
#company_profile table tr th, #company_profile table tr td{
  padding: 2em 0;
  border: 0;
  width: 60%;
  border-bottom: dashed 1px #8f8f8f;
}
#company_profile table tr th{
  text-align: right;
  padding-right: 4em;
  width: 40%;
  font-weight: 500;
}
#company_profile table tr td{
  font-size: 0.9em;
}
#company_profile table tr td p{
  margin-bottom: 0;
}

.div_archive{
  display: flex;
  justify-content: space-between;
}
.div_archive .div_service{
  width: 60%;
}
.div_archive_img{
  width: 40%;
  /* background: repeating-linear-gradient(-45deg, #28b472, #28b472 10px, #fff 10px, #fff 20px, #f2ce1b 20px, #f2ce1b 30px, #fff 30px, #fff 40px); */
  background-color: #fbf7e7;
}
.bk_archive{
  /* padding: 5em 0 0; */
  /* background-image: url(images/bk02.jpg); */
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  position: sticky;
  top: 5em;
  text-align: center;
}
.bk_archive_img{
  padding: 2em 6em 2em;
}
.bk_archive_img img{
  border-radius: 1em;
}
.wrapper_archive{
  padding: 2em;
}
.archive_voice{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #fff;
}
.archive_voice li{
  width: 30%;
  margin-top: 2em;
}
.archive_voice_ttl{
  font-size: 0.9em;
  margin: 1em 0 0;
}
.ttl_voice{
  font-size: 1.1em;
  margin: 1em 0 0;
  text-align: left;
  border-bottom: solid 1px #555;
  padding-bottom: 1em;
}
.voice_area{
  position: relative;
  padding: 0 2em;
}


/* =====================================
継承
===================================== */
#faq dl{
  border-bottom: 1px dotted #555;
  margin-bottom: 2em;
  padding-bottom: 2em;
}
#faq dl dt, #faq dl dd{
  position: relative;
  width: auto;
  padding: 0.4em 0.4em 0.4em 2.4em;
}
#faq dl dt{
  font-weight: 700;
  font-size: 1.2em;
  margin-bottom: 1em;
}
#faq dl dd{
  margin-left: 2.4em;
}
#faq dl dt:before, #faq dl dd:before{
  height: 1.8em;
  width: 1.8em;
  line-height: 1.8em;
  text-align: center;
  border-radius: 1em;
  position: absolute;
  left: 0;
  top: 0.5em;
}
#faq dl dt:before{
  content: "Q";
  background: #eccb00;
  border-radius: 6px;
  font-weight: 400;
}
#faq dl dd:before {
  content: "A";
  color: #fff;
  background: #aaa;
}
.voice_wrap dl dt, .voice_wrap dl dd{
  width: 100%;
}
.voice_wrap dl dt {
  border-bottom: 3px solid #EFD122;
  font-size: 1.1em;
  margin-bottom: 0.6em;
  font-weight: 700;
}
.voice_wrap dl dd {
  font-size: 0.9em;
  margin-bottom: 2em;
}
#newmenu .ttl_type05{
  background-color: #eaf5f3;
  border-top: 4px double #63c0ad;
  border-bottom: 4px double #63c0ad;
  padding: 0.4em 1em;
  margin-bottom: 1em;
  font-weight: 500;
}
#newmenu .p-archive-voice__item{
  background: #fffff8;
  border: solid 1px #ddd;
  padding: 2em;
  margin-bottom: 4em;
}
#newmenu .p-archive-voice__item h3{
  text-align: center;
  margin: 0 0 2em;
}
#newmenu .small_ttl{
	border-radius: 60px;
	padding: 0.2em 0.6em;
	background-color: #ffdb00;
	font-size: 0.8em;
}
.price{
  margin-top: 2em;
  margin-bottom: 2em;
}
.price dl {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
.price dl dt, .price dl dd {
  display: table-cell;
  vertical-align: middle;
}
.price dl dt{
  width: 25%;
  padding: 0.5em 0.5em;
  text-align: center;
  background: #fff5b9;
}
.price dl dd {
  width: 75%;
  padding-left: 1em;
  background-color: #f9f9f9;
  font-size: 0.9em;
}
.ul_list ul{
	border: 1px solid #ddd;
	padding: 1em 1em;
  margin: 0 0 2em!important;
}
.ul_list li{
	list-style: none!important;
	position: relative;
	line-height: 1.4;
  border-bottom: 1px dotted #ccc;
  padding-left: 1.4em;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  margin-bottom: 0;
}
.ul_list li:last-child{
	border: none;
  margin-bottom: 0!important;
}
.ul_list li:before {
	content: '';
	background-color: darkorange;
	border-radius: 10px;
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.box-txt01{
  padding: 1em 2em;
  border: 2px dotted #ddd;
  max-width: 1000px;
  margin: 0 auto 2em;
}
.btn_type01{
  background-color: #ff852b;
  padding: 1em;
  display: block;
  color: #fff!important;
  text-align: center;
  text-decoration: none!important;
  border-radius: 6px;
  margin: 4em auto;
  max-width: 700px;
  width: 80%;
}
.wpcf7{
  width: 100%;
  padding: 1em 2em;
  background: #fafafa;
  max-width: 1000px;
  margin: 0 auto;
}
.wpcf7 p {
  margin-bottom: 1em;
}
.wpcf7 .wpcf7-list-item {
  display: block;
}
#contact dl dt, #contact dl dd{
  width: 100%;
}
#contact dl dt{
  font-weight: 700;
}
#contact dl dt strong {
  background: darkred;
  color: #fff;
  display: inline-block;
  line-height: 20px;
  padding: 0 0.5em;
  border-radius: 20px;
  margin-left: 1em;
  font-size: 12px;
  font-weight: 400;
}
#contact dl dd{
  margin-bottom: 2em;
}
.ttl_type03{
  font-weight: 500;
  text-align: center;
  background-color: #fbf7e7;
  border-top: 5px solid #eccb00;
  padding: 1em 0;
  margin-bottom: 2em!important;
}
.ul_service_menu ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  margin: 0 !important;
}
.ul_service_menu ul li{
  list-style: none!important;
  width: 30%;
  margin-bottom: 2em!important;
}
.ul_service_menu ul li a{
	display: block;
  text-decoration: none!important;
}
.ul_service_menu ul li a:hover {
	opacity: 0.4;
}
.ul_service_menu .ttl_type05{
	display: block;
	font-size: 15px!important;
	line-height: 1.2;
	color: #333;
	background: #f9f9f9;
}
.ul_service_menu_li{
	position: relative;
	display: block;
}
.ul_service_menu_ttl_center{
	top: 50%;
	width: 80%;
}
.ul_service_menu_ttl {
	background-color: rgba(99, 192, 173, 0.7);
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.2;
	padding: 0.2em;
	color: #fff;
	text-shadow: 0px 2px 2px #076854;
}
.ul_service_menu_p{
	color: #555;
	font-size: 0.9em;
	line-height: 3em;
	position: relative;
	display: block;
}
.btn_arrow {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}
.btn_arrow::after{
	content: '';
	display: block;
	width: 0.4em;
	height: 0.4em;
	border: 1px solid;
	border-color: transparent transparent #63c0ad #63c0ad;
	transform: rotate(225deg);
}

.ttl_page_menu{
  text-align: center;
  margin-top: 1em!important;
}
.box-group figure img{
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
}

	@media only screen and (max-width: 767px) {
		#menu_service.arrow_box dl dt {width: 30%;}
		.ul_service_menu ul li{
      width: 80%!important;
      margin: 0 auto 1em;
    }
		.ul_service_menu .ttl_type05{font-size: 12px!important;}
		.p-page-header__title{
			font-size: 24px!important;
			padding: 0 1em;
		}
		.box-gray01 h3 {font-size: 18px;}
		.box-group {margin-bottom: 1em;}
		.box-yellow_cross ul+div {margin-bottom: 1em;}
    #newmenu .p-archive-voice__item{padding: 2em 1em;}
    #faq dl dd{margin-left: 0;}
    #single_page h2{
      position: relative;
      font-size: 1.3em;
      margin: 3em 0 1em;
      text-align: left;
    }
    .box-txt01{
      padding: 1em 1em;
    }
    .wpcf7 {
      padding: 1em 1em;
    }
    #company_profile table tr th, #company_profile table tr td {
      display: block;
      padding: 1em 0;
      border: 0;
      width: 100%;
      border-bottom: 0;
    }
    #company_profile table tr th {
      text-align: left;
      padding: 0.2em 0.4em;
      background-color: #fbf7e7;
    }
    .price dl dt, .price dl dd {
      width: 100%;
      display: block;
    }

	}


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

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

@media(max-width:940px){
}
@media(min-width:769px){
  .ttl_main_box{
    text-align: center;
  }
  .div_concept_txt{
    width: 40%;
  }
  .div_concept_img{
    margin-left: 45%;
    width: 55%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .ul_service li:nth-of-type(2){
    border-top: dashed 1px #9f9f9f;
  }
  .container_service{
    padding: 4em 6em 6em 55%
  }
  .flat_nav{
    padding: 1em;
    width: 40%;
    margin-left: 62%;
  }
  .flat_img{
    background-image: url(images/img01-01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: calc(60% - 5vh);
    height: 90vh;
    position: absolute;
    top: 5vh;
    left: 5vh;
    border-radius: 6em;
  }
  .nav_box{
    width: 46%;
    margin-bottom: 2em;
  }
  .nav_box_l{
    width: 100%;
  }
  .container_ml{
    position: relative;
    margin-left: calc((100% - ((1200 / 1920)* 100%)) / 2);
  }
  .container_mr{
    position: relative;
    margin-right: calc((100% - ((1200 / 1920)* 100%)) / 2);
  }
  .container_ml .ttl_bk{
    border-radius: 2em 0 0 2em;
  }
  .container_mr .ttl_bk{
    border-radius: 0 2em 2em 0;
    padding-left: 25%;
  }
  .blog_h2{
    position: absolute;
    top: -4em;
    left: 0;
    width: 100%;
  }


}
@media(max-width:768px){
  body{font-size: 1.5rem;}
  ul li, ol li{font-size: 1em;}
  th,td {margin: 0;border: 0;}
  th {width: 100%;}
  div.breadcrumbs {letter-spacing: 0;}
  blockquote p{margin: 1em 3em;}
  blockquote:before{font-size: 3rem;}
  blockquote:after{font-size: 3rem;}
  section{
    margin: 6em 0;
  }
  .section{
    padding: 6em 0;
  }
  .flex{display: block;}
  .pc{display: none!important;}
  .sp{display: block!important;}
  .pc_nav{display: none;}
  .sp_nav{display: block;}
  #g-nav{
    max-width: 100%;
    padding: 4em 0 4em;
  }
  #g-nav .nav_sns{
    margin: 2em auto 2em;
  }
  .colsp{width: 100%!important;}
  .col2sp{width: 48%!important;}
  .container1600{width: 90%;}
  .container1400{width: 90%;}
  .container1200{width: 90%;}
  .container1000{width: 90%;}
  .container800{width: 90%;}
  .container{
    margin-left: 5%;
    margin-right: 5%;
  }
  .container_over{
    width: 105%;
    margin-left: -5%;
  }
  .container_add{
    width: 92%;
    margin: 0 auto;
  }
  .container_reset{width: 100%;}
  .table_overflow {
    display: block;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .table_overflow table{
    table-layout: fixed;
    width: 820px;
  }
  .table_overflow table th, .table_overflow table td{
    display: table-cell;
  }
  .table_company th, .table_company td{
    width: 100%;
    display: block;
    text-align: left;
  }
  .table_company th{padding-bottom: 0;}
  .table_company td{padding: 0 1em 1em;}
  .footer_navi{display: none;}
  .page_main, .page_sub{width: 100%;}
  .page_sub{margin-top: 1em;}
  .cat-menu{
    margin: 0;
    padding-bottom: 2em;
  }
  .mainimg {
    padding-top: 5em;
  }
  .mv_h2 {
    z-index: 2;
    right: 1em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .mv_h2 p{
    font-size: 1.2em;
  }
  .mv_img {
    margin-left: 2em;
    margin-right: 20em;
    margin-top: 4em;
  }
  .mv_bk {
    background-size: 180%;
    background-position: center 2em;
    padding-bottom: 12em;
  }
  .mv_p {
    margin: -2em auto 0;
    padding: 0 1em 4em;
  }
  .div_concept .ttl_txt{
    text-align: center;
    font-size: 1.3em;
    margin-bottom: 0.8em;
  }
  .div_concept_img {
    margin: 0 2em 3em 1em;
  }
  .bk_service{
    background-position: 0 0em;
    background-size: 95%;
    padding-top: 70%;
    margin-top: -2em;
  }
  .ul_service{
    margin-left: 2em;
    margin-right: 2em;
    margin-bottom: 3em;
  }
  .page_area{
    padding: 2em 0 0;
  }
  .div_service {
    margin-right: 2em;
    padding: 0 0 3em;
    border-top-right-radius: 3em;
    border-bottom-right-radius: 3em;
  }
  .single_area {
    padding: 0em 0em;
  }
  .ttl_single h1 {
    font-size: 1.2em;
    line-height: 1.3;
  }
  .ttl_single .time_blog{
    margin-right: 1em;
  }
  .time_blog {
    width: 4em;
  }
  .content_blog {
    width: calc(100% - 4em);
  }
  .img_blog {
    padding-top: 10em;
  }
  .ttl_blog {
    font-size: 1.0em;
  }
  .ttl_bk{
    display: block;
    padding: 2em 2em;
  }
  .ttl_bk p{
    margin: 2em 0 0;
  }
  .div_voice {
    margin-top: 2em;
    padding-bottom: 2em;
    border-radius: 1em;
  }
  #slider_voice {
    margin: 0 auto 1em;
    width: 90%;
  }
  #slider_voice .img_voice{
    padding-top: 20em;
  }
  #slider_voice .splide__arrow--next {
    right: -3em;
  }
  #slider_voice .splide__arrow--prev {
    left: -3em;
  }
  .ttl_main em {
    font-size: 2.1em;
  }
  .sec_service {
    padding: 4em 0 4em !important;
  }
  .ul_voice{
    margin: 0 auto 2em;
    padding: 0 0 2em;
    border-radius: 0 0 0 3em;
  }
  .ul_voice li em {
    font-size: 1.2em;
    letter-spacing: 0;
  }
  .ul_voice li small {
    font-size: 0.8em;
  }
  .ul_voice li i {
    width: 2em;
  }
  .ttl_main_box {
    margin: 2em 0;
  }
  .ttl_txt {
    font-size: 1.2em;
    margin-bottom: 1.2em;
  }
  .div_blog{
    padding: 0 0 4em;
    border-bottom-left-radius: 3em;
    margin-left: 0;
    background-color: #fbf7e7;
  }
  .ul_blog{
    margin-bottom: 2em;
  }
  .li_blog {
    width: 48%;
    margin-bottom: 2em;
  }
  .footer_bnr{
    margin: 4em auto;
    display: block;
  }
  .footer_bnr li {
    width: 80%;
    margin: 0 auto 1em;
  }
  footer {
    background-size: 100%;
    padding-top: 20em;
  }
  .contact_txt {
      margin: 2em 0 2em;
  }
  address {
    margin-top: 6em;
  }
  .ttl_name{
    width: 10em;
  }
  .div_archive {display: block;}
  .div_archive .div_service {width: auto;}
  .div_archive_img{width: 100%;}
  .archive_voice li {width: 100%;}
  .bk_archive_img {
      padding: 2em 1em;
  }
  .voice_area {
    padding: 0;
  }
  .ttl_voice {
    font-size: 1em;
  }
  .wrapper_archive {
    padding: 1em;
    margin-top: 2em;
  }
  .voice_wrap dl dt {
    font-size: 1.0em;
    font-weight: 500;
  }
  .post_area {
    display: block;
    padding: 4em 0em 0;
  }
  .next_post, .previous_post {
    width: 94%;
    margin-top: 1em;
  }
  .sec_page {
    padding: 1em 0 4em;
  }
  .ul_service li a {
    padding: 1.5em 1em 1.5em 2.6em;
  }
  .ul_service_menu_ttl_center{
    width: 95%;
  }
  .ul_service_menu_ttl {
    padding: 0.2em 1em;
  }


}

@media(min-width:501px){
  .ul_service li:nth-of-type(2){
    border-top: dashed 1px #333;
  }
}
@media(max-width:500px){
  .mv_img {
    margin-left: 2em;
    margin-right: 2em;
    margin-top: 6em;
  }
  .ul_service li {
    width: 100%;
  }
  .ul_voice li p{
    font-size: 10px;
    font-weight: 500;
  }



}
