@charset "utf-8";
/* Author: c.nz */
/* ---------------------------------------------------
	common
------------------------------------------------------ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, a { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; -webkit-box-sizing: border-box; box-sizing: border-box;}
ol, ul { list-style: none; }
i, cite, em, var, address, dfn {font-style: normal;}


html {
	font-size: 62.5%;
  }
  
  @media screen and (min-width: 768px) and (max-width: 1600px) {
	html {
	  font-size: 0.625vw;
	}
  }

body {font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; font-display: swap; font-size: 100%; -webkit-appearance: none;}

.acms-container {max-width: 100%; padding-left: 0; padding-right: 0;}
.acms-container #adminBox {margin-bottom: 0;}
.slick-dots li.slick-active button {background: none;}
.js-edit_inplace-hovering{left:50% !important; transform:translateX(-50%);}

#container {width: 100%; margin: 0 auto; overflow: hidden; position: relative;}

.container {width: 100%; max-width: 1200px; margin: 0 auto;}
.container:after {content: ""; clear: both; display: block;}

@media screen and (max-width: 896px), (max-width: 844px) and (orientation:landscape) {
	#container {padding-top: 0;}
}
@media screen and (max-width: 844px) and (orientation:landscape) {
	.page-title-inner .page-title{padding: 0 40px;}
}

/*---------------------
変数
---------------------*/
@media screen and (max-width: 896px), (max-width: 844px) and (orientation:landscape) {
	.is-pc {
	  display: none !important;
	}
  }
  
  @media screen and (min-width: 768px) {
	.is-sp {
	  display: none !important;
	}
  }

a {-webkit-transition: all ease 0.2s; -moz-transition: all ease 0.2s; -o-transition: all ease 0.2s; transition: all ease 0.2s; box-sizing: border-box;}
a:link, a:visited {color: #333; text-decoration: none;}
a:hover, a:visited {color: #333; text-decoration: none;}
a:hover {opacity: .7;}
.entry-column a:visited {color: #333;}
a[href^="tel:"] {pointer-events: none;text-decoration: none;}

img {max-width: 100%; height: auto; line-height: 1; vertical-align: bottom;}
img.max {width: 100%;}

p {line-height: 1.8; margin: 0;}

.flexbox {display: -ms-flexbox; display: -webkit-box; display: flex; flex-wrap: wrap; align-items: top; justify-content: space-between;}
.flexbox.mid {align-items: center;}
.flexbox.center {justify-content: center;}
.flexbox.reverse {flex-direction: row-reverse;}

.flL {float: left;}
.flR {float: right;}

.taL {text-align: left;}
.taC {text-align: center;}
.taR {text-align: right;}

.rel {position: relative;}

.mincho {font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}
.gothic {font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

.w20 {width: 20%;}
.w30 {width: 30%;}
.w70 {width: 70%;}
.w80 {width: 80%;}
.w1200 {max-width: 1200px;}

.txt-lll {font-size: 1.375em;}
.txt-ll {font-size: 1.25em;}
.txt-l {font-size: 1.125em;}
.txt-s {font-size: 0.875em;}
.txt-ss {font-size: 0.75em;}
.txt-sss {font-size: 0.625em;}

.tcol-red {color: #F00;}
.tcol-blue {color: #00F;}

.pc-only {display: block;}
.sp-only {display: none;}
.pc-block {display: block;}
.sp-block {display: none;}
.pc-inline {display: inline;}
.sp-inline {display: none;}


@media screen and (max-width: 1366px) {
}

@media screen and (max-width: 1024px) {
}

/* IE用対応 */
/*
_:-ms-fullscreen . {}
*/

@media screen and (max-width: 896px), (max-width: 844px) and (orientation:landscape) {
/*背景固定する場合	html.is-fixed,
	html.is-fixed body {height: 100%;overflow: hidden;}*/
	body {}
	a:hover img {opacity: 1;}
	a[href^="tel:"] {pointer-events: auto;}
	.container {max-width: 100%;}
	p {line-height: 1.4;}
	.w1200 {width: auto;}
	.pc-only {display: none !important;}
	.sp-only {display: block;}
	.pc-block {display: none !important;}
	.sp-block {display: block;}
	.pc-inline {display: none !important;}
	.sp-inline {display: inline;}
	.pc-hidden {display: block;}
}

/* ---------------------------------------------------
	bg-change
------------------------------------------------------ */
/*.bg-change01 { background-color: #FFF;}
.bg-change02 { background-color: #000;}
.bg-change03 { background-color: #00F;}*/

/* ---------------------------------------------------
	font-size-change
------------------------------------------------------ */
/*.is-fs-m {font-size: 120%;}
.is-fs-l {font-size: 140%;}*/


/*---------------------
HEADER
---------------------*/
.header{height: 0;}
.header-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
	background: linear-gradient(180deg, rgba(0,0,0,0.4009978991596639) 0%, rgba(56,56,56,0.29735644257703087) 64%, rgba(255,255,255,0) 100%);
  }
  
  .header-company {
	color: #fff;
	background: transparent;
	padding-top: calc(14 / 1920 * 100vw);
	padding-left: calc(40 / 1920 * 100vw);
	position: absolute;
  }
  
  @media screen and (min-width: 768px) {
	.header-company {
	  margin-bottom: calc(40 / 1920 * 100vw);
	}
  }
  
  @media screen and (max-width: 959.8px) {
	.header-company {
	  width: 100%;
	  background: transparent;
	  z-index: 1000;
	  padding-top: 12px;
	  padding-bottom: 12px;
	  height: 60px;
	}
  }
  
  .header-content {
	width: calc(1192 / 1920 * 100vw);
	background: rgba(255, 255, 255, 0.95);
	padding-left: calc(37 / 1920 * 100vw);
	padding-bottom: calc(16 / 1920 * 100vw);
	position: absolute;
	right: 0;
  }
  
  @media screen and (min-width: 960px) {
	.header-content {
	  border-bottom-left-radius: calc(30 / 1920 * 100vw);
	  min-width: 640px;
	  margin-left: calc(30 / 1920 * 100vw);
	}
  }
  
  .fixed .header-content {
	padding-bottom: 0;
	height: calc(64 / 1920 * 100vw);
  }
  
  .header-detail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  }
  
  @media screen and (max-width: 959.8px) {
	.header-detail {
	  display: none;
	}
  }
  
  .header-explain {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: calc(13 / 1920 * 100vw);
	letter-spacing: 0.05em;
	line-height: calc(20.8 / 13);
	color: #777;
	-webkit-box-flex: 1;
		-ms-flex: 1;
			flex: 1;
  }
  
  @media screen and (min-width: 960px) {
	.header-explain {
	  margin-top: calc(10 / 1920 * 100vw);
	}
  }
  
  @media screen and (min-width: 960px) {
	*::-ms-backdrop, .header-explain {
	  line-height: 1.6;
	}
  }
  
  .header-contact-phone-number {
	font-family: "Zen Maru Gothic", sans-serif;
	display: block;
	font-weight: bold;
	font-size: calc(40 / 1920 * 100vw);
	letter-spacing: 0.03em;
	line-height: calc(43.2 / 40);
	color: #333;
	position: relative;
	padding-left: calc(25 / 1920 * 100vw);
	margin-left: calc(68.1 / 1920 * 100vw);
  }
  
  @media screen and (min-width: 960px) {
	.header-contact-phone-number {
	  height: calc(50 / 1920 * 100vw);
	  margin-top: calc(8 / 1920 * 100vw);
	}
  }
  
  .header-contact-phone-number::before {
	content: "";
	position: absolute;
	background: no-repeat url("../images/header/icon-phone-01.svg") center/contain;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
	width: calc(19.94 / 1920 * 100vw);
	height: calc(26 / 1920 * 100vw);
	z-index: 1000;
  }
  
  @media screen and (max-width: 959.8px) {
	.header-contact-phone-number::before {
	  width: 14px;
	  height: 20px;
	}
  }
  
  .header-contact-btn {
	margin-left: calc(20 / 1920 * 100vw);
  }
  
  .header-contact-btn-link {
	font-family: "Zen Maru Gothic", sans-serif;
	display: block;
	font-weight: 500;
	font-size: calc(20 / 1920 * 100vw);
	line-height: 1;
	color: #333;
	background: #E5BC1E;
	padding: calc(22 / 1920 * 100vw) calc(31 / 1920 * 100vw) calc(21.3 / 1920 * 100vw) calc(69 / 1920 * 100vw);
	border-bottom-left-radius: 1rem;
	position: relative;
	width: calc(220 / 1920 * 100vw);
	white-space: nowrap;
  }
  
  .header-contact-btn-link::before {
	content: "";
	position: absolute;
	background: no-repeat url("../images/common/icon-mail-01.svg") center/contain;
	top: 50%;
	left: calc(32 / 1920 * 100vw);
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
	width: calc(26 / 1920 * 100vw);
	height: calc(20 / 1920 * 100vw);
  }
  
  .header-nav {
	margin-top: calc(18 / 1920 * 100vw);
	margin-bottom: calc(2 / 1920 * 100vw);
	display: block;
	width:100%;
  }
  
  @media screen and (min-width: 960px) {
	.header-nav ul {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	}
  }
  
  @media screen and (max-width: 959.8px) {
	.header-nav ul {
	  margin-top: 100px;
	  margin-bottom: 30px;
	}
  }
  
  @media screen and (max-width: 959.8px) {
	.header-nav ul li {
	  text-align: center;
	}
  }
  
  @media screen and (min-width: 960px) {
	.header-nav ul li:not(:last-child) {
	  margin-right: calc(40 / 1920 * 100vw);
	}
  }
  
  @media screen and (max-width: 959.8px) {
	.header-nav ul li:not(:last-child) {
	  margin-bottom: 20px;
	}
  }
  
  .header-nav ul li > a {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	font-size: calc(18 / 1920 * 100vw);
	line-height: calc(21.6 / 18);
	color: #333;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
  }
  
  @media screen and (min-width: 960px) {
	.header-nav ul li > a:hover {
	  color: #589A16;
	  border-bottom: dotted calc(4 / 1920 * 100vw) #C9E7B1;
	}
  }
  
  @media screen and (max-width: 959.8px) {
	.header-nav ul li > a {
	  font-size: 18px;
	}
  }


.header .sns-wrap{margin-right: auto; margin-left:44rem; margin-top: 3rem;}
.header .sns-wrap img{width: 5rem}
.header.fixed .sns-wrap{display: none;}
.header .sns-wrap a:hover{opacity: 1;}
.header .sns-wrap a{margin-left: 1.5rem;}
.header .sns-wrap a:first-of-type{margin-left: 0;}

.share-wrapper .share-item .share-item-x::before{
  background-image: url(../images/common/icon-x.svg);
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 22px;
  height: 22px;
  margin-top: 1px;
}

@media screen and (max-width: 1900px) {
  .header .sns-wrap{margin-left: 40rem; margin-top: 2rem;}
  .header .sns-wrap a{margin-left: 1.0rem;}
}

@media screen and (max-width: 1700px) {
  .header .sns-wrap{margin-left: 37rem;}
  .header .sns-wrap img{width: 4rem;}
}

@media screen and (max-width: 896px), (max-width: 844px) and (orientation:landscape) {
	.header .sns-wrap{margin: auto; text-align: center;}
	.header .sns-wrap a{margin-left: 10px;}
}

  .container {
	max-width: 1600px;
	margin: 0 auto;
  }
  
  @media screen and (min-width: 768px) {
	.container {
	  padding: 0 4rem;
	}
  }
  
  @media screen and (max-width: 896px), (max-width: 844px) and (orientation:landscape) {
	.container {margin:auto; text-align: center;}
  }
  
  .container::after {
	display: none;
  }
  
  .container-small {
	max-width: 1200px;
	margin: 0 auto;
  }
  


/*---------------------
COMMON PARTS
---------------------*/
.more-btn-link {
	font-family: "Noto Sans JP", sans-serif;
	display: inline-block;
	font-weight: 500;
	font-size: 1.7rem;
	letter-spacing: 0.05em;
	line-height: calc(22 / 17);
	text-align: center;
	color: #333;
	background: #fff;
	padding-top: 1.4rem;
	padding-bottom: 1.4rem;
	border: solid 0.2rem #333;
	border-radius: 0.5rem;
	position: relative;
  }
  
  @media screen and (max-width: 896px), (max-width: 844px) and (orientation:landscape) {
	.more-btn-link {
	  font-size: 15px;
	}
  }
  
  .more-btn-link::before {
	content: "";
	background: no-repeat url("../images/common/icon-arrow-right.svg") center/contain;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
	width: 0.9rem;
	height: 1.2rem;
  }
  
  .section-heading-wrapper {
	text-align: center;
  }
  
  .section-heading {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: bold;
	font-size: 4.2rem;
	letter-spacing: 0.05em;
	text-align: center;
	color: #333;
	margin-top: 1.7rem;
	line-height: 1;
	margin: auto;
  }
  
  @media screen and (max-width: 896px), (max-width: 844px) and (orientation:landscape) {
	.section-heading {
	  font-size: 32px;
	}
  }
  
  .company-name-wrapper:hover {
	opacity: 1;
  }
  
  .company-name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
		-ms-flex-align: end;
			align-items: flex-end;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: bold;
	font-size: 5.4rem;
	letter-spacing: -0.1em;
	white-space: nowrap;
  }

  @media screen and (max-width: 1900px) {
    .company-name {
      font-size: 4.4rem;
    }
    .company-name .company-name-sub {
      font-size: 2.2rem;
    }
  }
  
  @media screen and (max-width: 1700px) {
    .company-name {
      font-size: 4.0rem;
    }
    .company-name .company-name-sub {
      font-size: 2.0rem;
    }
  }
  
  @media screen and (max-width: 896px), (max-width: 844px) and (orientation:landscape) {
	.company-name {
	  font-size: 34px;
	  z-index: 2;
	}
	header .company-name {
	  /*background: rgb(126,126,126);*/
	  background: linear-gradient(180deg, rgb(0 0 0 / 40%) 0%, rgba(255,255,255,0) 100%);
	}
  }
  
  @media screen and (max-width: 767.8px) and (max-width: 374px) {
	.company-name {
	  font-size: calc(34 / 375 * 100vw);
	}
  }
  
  .company-name .company-name-sub {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: bold;
	font-size: 2.4rem;
	letter-spacing: 0.05em;
	line-height: calc(28 / 24);
  }
  
  @media screen and (max-width: 896px), (max-width: 844px) and (orientation:landscape) {
	.company-name .company-name-sub {
	  font-size: 17px;
	}
  }
  
  @media screen and (max-width: 767.8px) and (max-width: 374px) {
	.company-name .company-name-sub {
	  font-size: calc(17 / 375 * 100vw);
	}
  }
  
  .company-name .company-name-sub > .company-name-sub-small {
	display: block;
	font-weight: 500;
	font-size: 1.6rem;
  }
  
  @media screen and (max-width: 896px), (max-width: 844px) and (orientation:landscape) {
	.company-name .company-name-sub > .company-name-sub-small {
	  font-size: 11px;
		text-align: left;
	}
  }
  
  @media screen and (max-width: 767.8px) and (max-width: 374px) {
	.company-name .company-name-sub > .company-name-sub-small {
	  font-size: calc(11 / 375 * 100vw);
	}
  }


  /*----- 一定量スクロールしたときのヘッダー ------*/
  .header-nav-to-top {
	display: none;
  }
  
  .fixed {
	position: fixed;
	z-index: 1000;
	width: 100%;
	top: 0;
	left: 0;
  }
  
  .fixed .header-company {
	display: none;
  }
  
  .fixed .header-content {
	margin-left: auto;
  }
  
  @media screen and (min-width: 960px) {
	.fixed .header-content {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-orient: horizontal;
	  -webkit-box-direction: reverse;
		  -ms-flex-direction: row-reverse;
			  flex-direction: row-reverse;
	  width: auto;
	}
  }
  
  @media screen and (max-width: 959.8px) {
	.fixed .header-content {
	  padding-top: 80px;
	}
  }
  
  .fixed .header-content .header-nav a {
	white-space: nowrap;
  }
  
  .fixed .header-explain {
	display: none;
  }
  .fixed .header-contact-phone-number {
	white-space: nowrap;
  }
  
  .fixed .header-nav-to-top {
	display: block;
  }
  
  /* --------------------
  ハンバーガーメニュー
  -------------------- */
  #hamburger-icon {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1000;
	cursor: pointer;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	background: #6AAE26;
	border-bottom-left-radius: 10px;
  }
  
  @media screen and (min-width: 960px) {
	#hamburger-icon {
	  display: none;
	}
  }
  
  #hamburger-icon::after {
	display: none;
  }
  
  .hamburger-element {
	position: relative;
	width: 60px;
	height: 60px;
	padding: 7px 7px 7px 7px;
	margin: 0 auto;
  }
  
  .hamburger-element span {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
	margin: 0 auto;
	display: inline-block;
	width: 30px;
	height: 2px;
	border-radius: 2px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	background: #fff;
  }
  
  .ham-top {
	top: 10px;
  }
  
  .ham-middle {
	top: 20px;
  }
  
  .ham-bottom {
	top: 30px;
  }
  
  .ham-text {
	font-family: "Zen Maru Gothic", sans-serif;
	position: absolute;
	top: 33px;
	left: 50%;
	-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
	font-weight: bold;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
	white-space: nowrap;
  }
  
  .hamburger-clicked .ham-top {
	-webkit-transform: translate(-50%, 10px) rotate(-45deg);
			transform: translate(-50%, 10px) rotate(-45deg);
  }
  
  .hamburger-clicked .ham-middle {
	opacity: 0;
  }
  
  .hamburger-clicked .ham-bottom {
	-webkit-transform: translate(-50%, -10px) rotate(45deg);
			transform: translate(-50%, -10px) rotate(45deg);
  }
  
  #hamburger-icon::after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: "";
	width: 30px;
	height: 30px;
	margin: -16px 0 0 -16px;
	border-radius: 50%;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
	opacity: 0;
  }
  
  /* ----------------------------
  ここまでハンバーガーメニュー
  ---------------------------- */
  /* --------------------
  スライドメニュー
  -------------------- */
  .header-logo-menu-open {
	display: none;
  }
  
  .menu-open .header .header-logo-menu-open {
	position: fixed;
	z-index: 1000;
	width: 160px;
  }
  
  @media screen and (max-width: 959.8px) {
	.menu-bar {
	  z-index: 999;
	  position: fixed;
	  top: -120%;
	  right: 0;
	  color: #fff;
	  background: #EDF4E1;
	  -webkit-box-sizing: border-box;
			  box-sizing: border-box;
	  width: 100vw;
	  height: calc(100vh - 42px);
	  -webkit-transition: 0.4s;
	  transition: 0.4s;
	  opacity: 1;
	  overflow-y: scroll;
	  -ms-overflow-style: none;
	  scrollbar-width: none;
	}
	.menu-bar::-webkit-scrollbar {
	  display: none;
	}
  }
  
  @media screen and (max-width: 959.8px) and (max-width: 374px) {
	.menu-bar {
	  height: calc(100vh - (42 / 375 * 100vw));
	}
  }
  
  body.menu-open #menu {
	top: 0;
  }
  
  body.menu-open {
	overflow: hidden;
  }
  
  @media screen and (max-width: 959.8px) {
	.header-company,
	#hamburger-icon {
	  top: 0;
	}
	#hamburger-icon {
	  position: fixed;
	  top: 0;
	}
  }
  
  .menu-open .header-nav-to-top {
	display: block;
  }
  

/* ---------------------------------------------------
	btn_menu
------------------------------------------------------ */
.btn_menu {display: none; position: fixed; right: 15px; top: 10px; width: 100px; height: 100px; padding: 20px 20px 15px; cursor: pointer; text-align: center; z-index: 9999; background: #0E2239;}
.btn_menu .menu-trigger {display: inline-block; position: relative; width: 40px; height: 32px; box-sizing: border-box; transition: all .4s;}
.btn_menu .menu-trigger span {display: inline-block; transition: all .4s; box-sizing: border-box; position: absolute; left: 0; width: 100%; height: 3px; background-color: #FFF;}
.btn_menu .menu-trigger span:nth-of-type(1) {top: 0;}
.btn_menu .menu-trigger.active span:nth-of-type(1) {top: 4px;}
.btn_menu .menu-trigger span:nth-of-type(2) {top: 14px;}
.btn_menu .menu-trigger span:nth-of-type(3) {bottom: 0;}
.btn_menu .menu-trigger.active {-webkit-transform: rotate(180deg); transform: rotate(180deg);}
.btn_menu .menu-trigger.active span {}
.btn_menu .menu-trigger.active span:nth-of-type(1) {-webkit-transform: translateY(10px) rotate(-35deg); transform: translateY(10px) rotate(-35deg);}
.btn_menu .menu-trigger.active span:nth-of-type(2) {-webkit-transform: translateY(0) rotate(35deg); transform: translateY(0) rotate(35deg);}
.btn_menu .menu-trigger.active span:nth-of-type(3) {opacity: 0;}
.btn_menu .txt {color: #FFF; font-size: 12px; font-family: Arial, Helvetica, "sans-serif"; font-weight: bold; margin-top: 4px;}

@media screen and (max-width: 896px), (max-width: 844px) and (orientation:landscape) {
.btn_menu {display: block; width: 60px; height: 60px; padding: 10px 10px 15px;}
.btn_menu .menu-trigger {width: 40px; height: 26px;}
.btn_menu .menu-trigger span {height: 2px;}
.btn_menu .menu-trigger span:nth-of-type(1) {top: 0;}
.btn_menu .menu-trigger.active span:nth-of-type(1) {top: 2px;}
.btn_menu .menu-trigger span:nth-of-type(2) {top: 12px;}
.btn_menu .menu-trigger span:nth-of-type(3) {bottom: 0;}
}

/* ---------------------------------------------------
	h-container
------------------------------------------------------ */
/*.h-container {display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: #002BA2; z-index: 1500;}
.menu-box {width: 100%; width: 1200px; margin: 37vh auto 0;}
.menu-box ul {display: flex; justify-content: center; text-align: center; margin-bottom: 13vh;}
.menu-box ul li {position: relative; color: #FFF;}
.menu-box ul li:before {content: "/"; display: inline-block;}
.menu-box ul li:first-child:before {content: ""; display: none;}
.menu-box ul li a {display: inline-block; color: #FFF; padding: 0 25px;}

.menu-contact {width: 50%; max-width: 600px; margin: 0 auto;}
.menu-contact table {width: 100%; border-top: 1px solid #FFF; border-left: 1px solid #FFF;}
.menu-contact table td { border-right: 1px solid #FFF; border-bottom: 1px solid #FFF; vertical-align: middle; text-align: center; padding: 20px 0;}
.menu-contact .f-tit { color: #FFF; font-weight: bold; padding: 10px 0;}
.menu-contact .f-tel {margin: 0px 50px;}
.menu-contact .f-tel a {display: block; color: #FFF; font-size: 2em; position: relative; padding-left: 26px; font-family: Arial, Helvetica, "sans-serif";}
.menu-contact .f-tel a:before {content: ""; display: block; position: absolute; top: 50%; left: 0; margin-top: -15px; width: 23px; height: 30px; background: url(../images/header/ico-header-tel2@2x.png) no-repeat top center; background-size: cover;}
.menu-contact .f-mail {margin: 0px 20px;}
.menu-contact .f-mail a {display: flex; justify-content: center; align-items: center; background-color: #E2E911; color: #002BA2; font-size: 1.111em; font-weight: bold; text-align: center; width: 200px; height: 80px; position: relative;}
.menu-contact .f-mail a:before {content: ""; display: block; width: 20px; height: 15px; background: url(../images/header/ico-header-mail@2x.png) no-repeat top center; background-size: cover; margin-right: 10px;}

@media screen and (max-width: 896px), (max-width: 844px) and (orientation:landscape) {
.h-container {}
.menu-box {width: 100%; width: 100%; margin: 120px auto 0;}
.menu-box ul {display: block; margin-bottom: 40px;}
.menu-box ul li {border-bottom: 1px solid #FFF;}
.menu-box ul li:before {content: ""; display: none;}
.menu-box ul li a {display: inline-block; color: #FFF; padding: 20px 0;}

.menu-contact {display: none;}
}*/

/* ---------------------------------------------------
	side-contact
------------------------------------------------------ */

@media screen and (max-width: 896px), (max-width: 844px) and (orientation:landscape) {
}

/* ---------------------------------------------------
	下層ページタイトル
------------------------------------------------------ */
.pagetit {width: 100%; height: calc(100vw * 400 / 1920); position: relative; background: url(../images/header/defoult-pagetit-img.png) no-repeat center/cover; text-align: center; }
.pagetit .page-title {margin: 0 auto; font-size: 30px; font-weight: bold; line-height: 1.2; color: #FFF; letter-spacing: 0.05em; padding-top: calc(100vw * 234 / 1920); font-family: 'Zen Maru Gothic',"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";}

@media screen and (max-width: 896px), (max-width: 844px) and (orientation:landscape) {
.pagetit {width: 100%; max-width: 100%; height: 160px;}
.pagetit .page-title {font-size: 20px; padding-top: 87px;}
}

/* ---------------------------------------------------
	パンくず
------------------------------------------------------ */
.topicpath { background: none; width: 100%; text-align: center; padding: 10px 0; margin-bottom: 0;}
.topicpath .acms-container {max-width: 1200px;}
.topicpath-list { width: 100%; padding: 0; text-align: left;}
.topicpath-item { float: none; display: inline-block; background: none; padding: 0; font-size: 15px; line-height: 1.2; font-weight: 400;}
.topicpath-item a {display: inline; color: #333;}
.topicpath-item:first-child { padding: 0;}
.topicpath-item:before { display: inline-block; content: "/"; padding: 0 10px;}
.topicpath-item:first-child:before { display: inline-block; content: ""; padding: 0;}
.topicpath-link { font-size: 15px; font-weight: 200;}

@media screen and (max-width: 896px), (max-width: 844px) and (orientation:landscape) {
}

@media screen and (max-width: 844px) and (orientation:landscape) {
	.topicpath{padding-left: 40px;}
}

/* ---------------------------------------------------
	pager
------------------------------------------------------ */
.pager {display: -ms-flexbox; display: -webkit-box; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 40px 0;}
.pager li,
.pager li > span, 
.pager li a {display: -ms-flexbox; display: -webkit-box; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
.pager li {width: 50px; height: 50px; border: 2px solid #333; border-radius: 5px; font-size: 20px; background: #FFF; font-weight: 500;}
.pager li.prev, .pager li.next {border: none; border-radius: 0; background: none;}
.pager li.cur {background: #6AAE26; color: #FFF; border-radius: 5px; border: 2px solid #6AAE26; line-height: 1;}
.pager li > span {width: 100%; height: 100%;}
.pager li a {width: 100%; height: 100%; color: #333; text-decoration: none; line-height:1;}
.pager-link {background: #FFF; padding: 10px;}
.pager-link:active, .pager-link:focus, .pager-link:visited { color: #333;}
.pager-link:hover {background: #6AAE26; color: #FFF; border-radius: 0; opacity: 1; border: 2px solid #6AAE26;}
.pager li.prev .pager-link, .pager li.next .pager-link,
.pager li.prev .pager-link:hover, .pager li.next .pager-link:hover {background: none; color: #333; }

.serial-nav {width: 100%; max-width: 1200px; margin: 0 auto 50px; display: flex; justify-content: space-between; align-items: center;}
.serial-nav .serial-nav-prev {text-align: left;}
.serial-nav .serial-nav-next { text-align: right;}
.serial-nav a {display: block; padding: 9px 62px 12px; color: #333; font-weight: 500; font-size: 20px; letter-spacing: 0; line-height: 1.2;}
.serial-nav a:active, .serial-nav a:focus, .serial-nav a:hover, .serial-nav a:visited {color: #333;}
.serial-nav a:hover {text-decoration: none; background: none; color: #FFF; background: #6AAE26; border: 2px solid #6AAE26;}
.serial-nav-item a { border: 2px solid #333; border-radius: 5px; background: #FFF;}
.serial-nav-item a span{font-family: "游ゴシック Medium", "Yu Gothic Medium","Noto Sans JP", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; font-weight: 500;}
.serial-nav .serial-nav-prev a span{margin-right: 10px;}
.serial-nav .serial-nav-next a span{margin-left: 10px;}



@media screen and (max-width: 896px), (max-width: 844px) and (orientation:landscape) {
	.pager {margin: 20px 0;}
	.pager li {margin-bottom: 10px;}
	
	.serial-nav { padding: 0 10px;}
	.serial-nav .serial-nav-item { width: 48%;}
	.serial-nav a {padding: 10px 20px;}
}

/* ---------------------------------------------------
	子ブログindex
------------------------------------------------------ */
.koblog {width: 100%; max-width: 1200px; margin: 0 auto; padding: 50px 0; }
.koblog .koblog-card-wrap { display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-pack: center; -webkit-box-pack: center; justify-content: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: 30px; }
.koblog .koblog-card { width: 22.5%; margin-right: 3.33%; margin-bottom: 40px;}
.koblog .koblog-card:nth-child(4n) { margin-right: 0; }
.koblog .koblog-card .image {max-width: 270px; height: 180px; overflow: hidden; position: relative;}
.koblog .koblog-card .image img {position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 100%; height: auto;}
.koblog .koblog-card .koblog-card-inner { display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-pack: justify; -webkit-box-pack: justify; justify-content: space-between; -ms-flex-align: center; -webkit-box-align: center; align-items: center; margin-top: 15px; }
.koblog .koblog-card .date { -webkit-box-flex: 0; -ms-flex: none; flex: none; margin-right: 10px; font-size: 1.4rem; line-height: 1; }
.koblog .koblog-card .category { -webkit-box-flex: 0; -ms-flex: none; flex: none; display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-pack: center; -webkit-box-pack: center; justify-content: center; -ms-flex-align: center; -webkit-box-align: center; align-items: center; height: 24px; min-width: 100px; padding: 0 10px; font-size: 1.4rem; color: #fff; background: #6AAE26; }
_:-ms-fullscreen, :root .koblog .koblog-card .category { padding-top: 4px; }
.koblog .koblog-card .text { margin-top: 10px; font-size: 1.6rem;}


@media screen and (max-width: 896px), (max-width: 844px) and (orientation:landscape) {
.koblog { padding: 0 15px 60px; }
.koblog .koblog-card-wrap { display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-pack: center; -webkit-box-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: 30px; }
.koblog .koblog-card { width: 100%; margin-bottom: 25px; margin-right: 0;}
.koblog .koblog-card:last-child { margin-right: 0; }
.koblog .koblog-card .koblog-card-inner { display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-pack: justify; -webkit-box-pack: justify; justify-content: space-between; -ms-flex-align: center; -webkit-box-align: center; align-items: center; margin-top: 15px; }
.koblog .koblog-card .image {max-width: 100%; max-height: 180px;}
.koblog .koblog-card img { width: 100%; }
.koblog .koblog-card .date { -webkit-box-flex: 0; -ms-flex: none; flex: none; margin-right: 10px; font-size: 18px; font-size: 1.125rem; font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif; line-height: 1; }

.koblog .koblog-card .category { -webkit-box-flex: 0; -ms-flex: none; flex: none; display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-pack: center; -webkit-box-pack: center; justify-content: center; -ms-flex-align: center; -webkit-box-align: center; align-items: center; height: 24px; min-width: 100px; padding: 0 10px; font-size: 14px; font-size: 0.875rem; color: #fff; background: #00469C; }

.koblog .koblog-card .text { margin-top: 10px; }

.koblog .c-btn1 { margin-top: 25px; }
}
@media screen and (max-width: 844px) and (orientation:landscape) {
.koblog .koblog-card { width: 49%; margin-right: 2%;}
.koblog .koblog-card:nth-child(2n) { margin-right: 0;}
}

/* ---------------------------------------------------
	子ブログindex - news用
------------------------------------------------------ */

.koblog-news {width: 100%; max-width: 1200px; margin: 0 auto 100px; padding: 50px 0; }
.koblog-news .koblog-card-wrap { display: block; margin-top: 30px; max-width: 960px; margin: auto;}
.koblog-news .koblog-card { width: 100%; display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-pack: center; -webkit-box-pack: center; justify-content: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 10px 0; border-bottom: 1px solid #CCC;}
.koblog-news .koblog-card .image {width: 100px; height: 100px; overflow: hidden; position: relative; margin-right: 20px;}
.koblog-news .koblog-card .image img {position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 100%; height: auto;}
.koblog-news .koblog-card .koblog-card-inner { display: block; width: calc(100% - 120px); }
.koblog-news .koblog-card .meta { display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-pack: start; -webkit-box-pack: start; justify-content: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%;}
.koblog-news .koblog-card .date { -webkit-box-flex: 0; -ms-flex: none; flex: none; font-size: 20px; font-size: 2rem; line-height: 1; }
.koblog-news .koblog-card .category {font-family: "Noto Sans JP", sans-serif;display: inline-block;font-weight: 500;font-size: 1.5rem;line-height: calc(18 / 15);color: #333;width: 11.8rem;min-width: 75px;text-align: center;padding-top: 0.4rem;padding-bottom: 0.4rem;border-radius: 0.5rem;background: #E1A020;margin-left: 1rem;}
.koblog-news .koblog-card .category.category-plaza {background: rgba(225, 160, 32, 0.5);}
.koblog-news .koblog-card .category.category-village {background: rgba(233, 168, 155, 0.5);}
.koblog-news .koblog-card .category.category-recruit {background: rgba(151, 212, 111, 0.5);}
.koblog-news .koblog-card .text { margin-top: 10px; font-size: 1.8rem;}


@media screen and (max-width: 896px), (max-width: 844px) and (orientation:landscape) {
	.koblog-news {width: 100%; max-width: 100%; margin: 0 auto 50px; padding: 0 10px; }
	.koblog-news .koblog-card-wrap { display: block; margin-top: 10px; }
	.koblog-news .koblog-card { width: 100%; display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-pack: center; -webkit-box-pack: center; justify-content: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 10px 0;}
	.koblog-news .koblog-card .image {width: 100px; height: 100px; overflow: hidden; position: relative; margin-right: 10px;}
	.koblog-news .koblog-card .image img {position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 100%; height: auto;}
	.koblog-news .koblog-card .koblog-card-inner { display: block; width: calc(100% - 110px); }
	.koblog-news .koblog-card .meta { display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-pack: start; -webkit-box-pack: start; justify-content: flex-start; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%;}
	.koblog-news .koblog-card .date {font-size: 16px; line-height: 1;}
	.koblog-news .koblog-card .category { width: 10rem;}
	.koblog-news .koblog-card .text { margin-top: 10px;}
}

@media screen and (max-width: 844px) and (orientation:landscape) {
	.container::after{content: none;}
}

/* ---------------------------------------------------
	子ブログ詳細
------------------------------------------------------ */
.entry > header {}
.entry > header h2 {border-bottom: 2px solid #6AAE26; margin-bottom: 40px; padding: 0 0 10px;}
.entry > header h2::before {content: none;}
.entry > header .entry-info {display: -ms-flexbox; display: flex; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-align: center; align-items: center; margin-bottom: 40px;}
.entry > header .entry-info .date { -webkit-box-flex: 0; -ms-flex: none; flex: none; margin-right: 10px; font-size: 20px; font-size: 2rem; line-height: 1; }
.entry > header .entry-info .category {font-family: "Noto Sans JP", sans-serif;display: inline-block;font-weight: 500;font-size: 1.5rem;line-height: calc(18 / 15);color: #333;width: 11.8rem;min-width: 75px;text-align: center;padding-top: 0.4rem;padding-bottom: 0.4rem;border-radius: 0.5rem;background: #E1A020;margin-left: 1rem;}
.entry > header .entry-info .category.category-plaza {background: rgba(225, 160, 32, 0.5);}
.entry > header .entry-info .category.category-village {background: rgba(233, 168, 155, 0.5);}
.entry > header .entry-info .category.category-recruit {background: rgba(151, 212, 111, 0.5);}
.entry > header .entry-info .category:hover {text-decoration: none;}

.entry > .entry-footer {max-width: 1200px; margin: 20px auto;}


@media screen and (max-width: 896px), (max-width: 844px) and (orientation:landscape) {
	.entry > header {}
	.entry > header h2 {margin-bottom: 20px;}
	.entry > header .entry-info {margin-bottom: 20px;}
	.entry > header .entry-info .date {font-size: 16px; line-height: 1;}
	.entry > header .entry-info .category {}
}

/* ---------------------------------------------------
	tag
------------------------------------------------------ */
.taglist {width: 100%; max-width: 1200px; margin: 40px auto; padding: 0; }
.taglist .tag {display: -ms-flexbox; display: flex; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.taglist .tag a {display: inline-block; padding: 5px 10px; border: 1px solid #999;}
.taglist .tag a:hover {display: inline-block; padding: 5px 10px; border: 1px solid #999; background: #999; color: #FFF;}

@media screen and (max-width: 896px), (max-width: 844px) and (orientation:landscape) {
	.taglist {width: 100%; max-width: 100%; margin: 20px auto; padding: 0 10px; }
	.taglist .tag {}
	.taglist .tag a {}
	.taglist .tag a:hover {}
}

/* ---------------------------------------------------
	404
------------------------------------------------------ */
#article-404 {}
#article-404.entry-title {text-align: center; margin: 50px 0;}

@media screen and (max-width: 896px), (max-width: 844px) and (orientation:landscape) {
}

/* ---------------------------------------------------
	お問い合わせ
------------------------------------------------------ */
.contact-box {width: 100%; max-width: 1200px; margin: 0 auto;}
.contact-box .tel-box {width: 680px; margin: 0 auto 40px; padding: 30px 0; border: 1px solid #000; text-align: center;}
.contact-box .tel-box h2 {margin-bottom: 0;}
.contact-box .tel-box h2::before {content: none;}
.entry-column .contact-box ul li {background: none; padding: 0;}
.contact-box .contact-no {font-size: 40px;}
.contact-box .contact-no + p {margin-bottom: 0;}

.contact-form, .contact-form-group {background: none;}
.contact-form-group {display: flex; justify-content: flex-start; align-items: stretch;}
.contact-form-label {border-bottom: 1px solid #ccc; width: calc(100% / 3); font-size: 1.6rem;}
.contact-form-control {border-bottom: 1px solid #ccc; width: calc((100% / 3 ) * 2);}
.contact-box input[type=date], .contact-box input[type=datetime-local], .contact-box input[type=datetime], .contact-box input[type=email], .contact-box input[type=month], .contact-box input[type=number], .contact-box input[type=password], .contact-box input[type=search], .contact-box input[type=tel], .contact-box input[type=text], .contact-box input[type=time], .contact-box input[type=url], .contact-box input[type=week] {padding: 5px;}
.contact-box select {min-height: 40px;}
.contact-box .acms-admin-form-radio {display: block; margin-bottom: 10px;}
.contact-box .radio-sub {display: inline-block; padding-left: 25px; margin-bottom: 10px;}
.form-btn-box {margin: 20px 10px;}
.contact-box .btn-attention-block-large { position: relative; display: block; width: 100%; padding: 25px 50px; border: none; color: #333; font-weight: bold; text-align: center; text-decoration: none; background: #E5BC1E; transition: all .25s ease; border-radius: 0; margin: auto;}
.contact-box .btn-attention-block-large:active, .contact-box .btn-attention-block-large:focus, .contact-box .btn-attention-block-large:hover {opacity: 0.8;}
.contact-box .btn-large { padding: 25px 30px; border-radius: 0;}
input, select { font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif; font-weight: 500;}

.contact-box .message-back-link a {color: #333;}

.label-any {margin: 0 10px; padding: 2px 8px; color: #fff; background: #666; border-radius: 3px; font-size: 12px; float: right;}
.label-required {float: right;}

@media screen and (max-width: 896px), (max-width: 844px) and (orientation:landscape) {
	.contact-form-group{flex-wrap:wrap;}
	.contact-form-control{width:100%;}
	.contact-form-label{width: 100%;}
	.contact-box .tel-box {width: 94%;}
	.contact-box .contact-no { font-size: 28px;}
	.contact-box .fax { font-size: 20px;}
}

/*---------------------
FOOTER
---------------------*/
.footer {
	padding-top: 2.8rem;
	padding-bottom: 2.9rem;
  }
  
  @media screen and (max-width: 959.8px) {
	.footer {
	  padding-bottom: calc(50px + 20px);
	}
  }
  
  @media screen and (max-width: 896px), (max-width: 844px) and (orientation:landscape) {
	.footer {
	  padding-bottom: calc(50px + 30px);
	}
  }
  
  @media screen and (max-width: 896px), (max-width: 844px) and (orientation:landscape) {
	.footer-container {
	  padding-left: 20px;
	  padding-right: 20px;
	}
  }
  
  @media screen and (max-width: 767px) and (max-width: 374px) {
	.footer-container {
	  padding-right: 20px;
	}
  }
  
  @media screen and (min-width: 768px) {
	.footer-nav .footer-list-wrapper {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	}
  }
  
  .footer-nav .footer-list-wrapper li {
	margin-top: 1.7rem;
  }
  
  .footer-nav .footer-list-wrapper li > a {
	font-family: "Noto Sans JP", sans-serif;
	display: inline-block;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: calc(25.2 / 18);
	text-align: left;
	color: #333;
	white-space: nowrap;
  }
  
  @media screen and (min-width: 768px) {
	*::-ms-backdrop, .footer-nav ul li > a {
	  line-height: 1.4;
	}
  }
  
  .footer-list-item-container {
	position: relative;
  }
  
  @media screen and (min-width: 768px) {
	.footer-list-item-container {
	  padding-right: 5.6rem;
	}
  }
  
  @media screen and (min-width: 768px) and (max-width: 888px) {
	.footer-list-item-container {
	  padding-right: calc(31 / 888 * 100vw);
	  padding-right: 21px;
	  padding-right: calc(20.5 / 768 * 100vw);
	}
  }
  
  @media screen and (min-width: 768px) {
	.footer-list-item-container:not(:first-child) {
	  padding-left: 5.6rem;
	}
	.footer-list-item-container:not(:first-child)::before {
	  content: "";
	  position: absolute;
	}
  }
  
  @media screen and (min-width: 768px) and (min-width: 768px) {
	.footer-list-item-container:not(:first-child)::before {
	  background: no-repeat url("../images/top/dot-line-gray-vartical.svg") center/0.3rem;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  width: 0.5rem;
	}
  }
  
  @media screen and (min-width: 768px) and (max-width: 888px) {
	.footer-list-item-container:not(:first-child) {
	  padding-left: calc(31 / 888 * 100vw);
	  padding-left: calc(20.5 / 768 * 100vw);
	}
  }
  
  @media screen and (min-width: 768px) {
	.footer-list-item-container:last-child {
	  padding-right: 0;
	}
  }
  
  @media screen and (max-width: 896px), (max-width: 844px) and (orientation:landscape) {
	.footer-list-item-container:not(:first-child) {
	  padding-top: 30px;
	}
  }
  @media screen and (max-width: 844px) and (orientation:landscape) {
	.footer-list-item-container:not(:first-child){
		padding-top: 0;
	}
  }
  
  @media screen and (min-width: 500px) {
	.footer-list-item-container:nth-of-type(2) {
	  display: -ms-grid;
	  display: grid;
	  grid-auto-flow: column;
	  -ms-grid-columns: 17.6rem 20.9rem;
		  grid-template-columns: 17.6rem 20.9rem;
	  -ms-grid-rows: auto auto auto auto;
		  grid-template-rows: auto auto auto auto;
	}
  }
  
  @media screen and (min-width: 768px) {
	*::-ms-backdrop, .footer-list-item-wrapper {
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex-pack: justify;
		  justify-content: space-between;
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
	}
  }
  
  @media screen and (max-width: 896px), (max-width: 844px) and (orientation:landscape) {
	*::-ms-backdrop, .footer-list-item-wrapper {
	  display: block;
	}
  }
  
  @media screen and (min-width: 768px) {
	*::-ms-backdrop, .footer-list-item-wrapper li {
	  width: 45%;
	}
  }
  
  .footer-info {
	margin-top: 6.7rem;
  }
  
  @media screen and (min-width: 768px) {
	.footer-info {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	  margin-left: calc(-20 / 1920 * 100vw);
	}
  }
  
  .footer-company {
	color: #333;
	margin-top: 0.5rem;
  }
  @media screen and (max-width: 896px), (max-width: 844px) and (orientation:landscape) {
  .footer-company {
	  justify-content: center;
  }
  }
  
  .footer-address {
	font-family: "Noto Sans JP", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: calc(32.4 / 18);
	color: #333;
  }
  
  @media screen and (min-width: 768px) {
	.footer-address {
	  margin-left: 4.5rem;
	}
  }
  
  @media screen and (max-width: 896px), (max-width: 844px) and (orientation:landscape) {
	.footer-address {
	  margin-top: 20px;
	  display: inline-block;
	}
  .footer-info {
	margin-top: 4.5rem;
  }
  }
  
  .copyright {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: calc(22.4 / 16);
	text-align: center;
	color: #333;
	margin-top: 6rem;
  }
  
  /* ------------------
  トップに戻るボタン
  ------------------- */
  #to-top {
	display: none;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 60px;
	height: 60px;
	z-index: 99;
	border-top-left-radius: 10px;
	background: #6AAE26;
  }
  
  @media screen and (max-width: 959.8px) {
	#to-top {
	  bottom: 42px;
	}
  }
  
  @media screen and (max-width: 896px), (max-width: 844px) and (orientation:landscape) {
	#to-top {
	  width: calc(55 / 375 * 100vw);
	  height: calc(55 / 375 * 100vw);
	  display: none !important;
	}
  }
  
  #to-top::before {
	content: '';
	position: absolute;
	width: 30px;
	height: 15px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	background: no-repeat url("../images/common/icon-arrow-top.svg") center/contain;
	-webkit-transition: 0.2s;
	transition: 0.2s;
  }
  
  @media screen and (max-width: 896px), (max-width: 844px) and (orientation:landscape) {
	#to-top::before {
	  width: calc(27 / 375 * 100vw);
	  height: calc(13 / 375 * 100vw);
	}
  }
  
  @media screen and (min-width: 768px) {
	#to-top:hover::before {
	  -webkit-transform: translate(-50%, -70%);
			  transform: translate(-50%, -70%);
	}
  }
  
  /* SP版のみ固定フッター */
  .footer-fixed {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 100;
  }
  
  @media screen and (min-width: 960px) {
	.footer-fixed {
	  display: none;
	}
  }
  
  .footer-fixed-btn {
	text-align: center;
  }
  
  .footer-fixed-btn-link {
	font-family: "Zen Maru Gothic", sans-serif;
	display: inline-block;
	text-align: center;
	font-size: 20px;
	line-height: calc(21.6 / 20);
	padding-top: 11px;
	padding-bottom: 10px;
	position: relative;
	width: calc(100vw / 2);
	background: transparent;
  }
  
  @media screen and (max-width: 374px) {
	.footer-fixed-btn-link {
	  font-size: calc(20 / 375 * 100vw);
	}
  }
  
  .footer-fixed-call {
	color: #ffffff;
	background: #6AAE26;
  }
  
  .footer-fixed-call > p {
	display: inline-block;
	position: relative;
	padding-left: 25px;
	color: #FFF;
  }
  
  .footer-fixed-call > p::before {
	content: "";
	position: absolute;
	background: no-repeat url("../images/common/icon-phone-02.svg") center/contain;
	width: 19.17px;
	height: 25px;
	top: 50%;
	left: 0px;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
  }
  
  .footer-fixed-contact {
	color: #333;
	background: #E5BC1E;
  }
  
  .footer-fixed-contact > p {
	display: inline-block;
	position: relative;
	padding-left: 30px;
  }
  
  .footer-fixed-contact > p::before {
	content: "";
	position: absolute;
	background: no-repeat url("../images/common/icon-mail-01.svg") center/cover;
	width: 26px;
	height: 20px;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
  }
  
.footer-nav{float: none; width:auto; margin: auto;}




/*---------------------
CONTACT
---------------------*/
.contact {
	background: #6AAE26;
	border-top: solid 0.4rem #548720;
	padding-top: 3.6rem;
	padding-bottom: 4rem;
  }
  
  @media screen and (max-width: 896px), (max-width: 844px) and (orientation:landscape) {
	.contact {
	  padding-top: 40px;
	  padding-bottom: 40px;
	}
  }
  
  .contact a{
	color: #FFF;
  }
  .contact .contact-btn-link{color: #548720;}
  
  @media screen and (min-width: 768px) {
	.contact-container {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: end;
		  -ms-flex-pack: end;
			  justify-content: flex-end;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	}
  }
  
  @media screen and (max-width: 896px), (max-width: 844px) and (orientation:landscape) {
	.contact-container {
		display: block;
	  text-align: center;
	}
  }
  
  .contact-announce {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	font-size: 2.8rem;
	letter-spacing: 0.05em;
	line-height: calc(39.2 / 28);
	color: #fff;
	position: relative;
  }
  
  @media screen and (min-width: 768px) {
	.contact-announce {
	  white-space: nowrap;
	  padding-right: 3.25rem;
	  padding-left: 10rem;
	}
  }
  
  @media screen and (max-width: 896px), (max-width: 844px) and (orientation:landscape) {
	.contact-announce {
	  font-size: 22px;
	  padding-left: 50px;
	  padding-bottom: 10px;
	  text-align: center;
	}
  }
  @media screen and (max-width: 844px) and (orientation:landscape) {
	.contact-announce {
		padding-left: 0;
	  font-size: 20px;
	}
  }
  
  .contact-announce::before {
	content: "";
	position: absolute;
	background: no-repeat url("../images/common/icon-person.svg") center/contain;
	bottom: -4.5rem;
	left: 0;
	width: 8.454rem;
	height: 11.039rem;
  }
  
  @media screen and (max-width: 896px), (max-width: 844px) and (orientation:landscape) {
	.contact-announce::before {
	  width: 55px;
	  bottom: -25.5px;
	  z-index: 1;
		height: 110px;
	}
  }
  @media screen and (max-width: 844px) and (orientation:landscape) {
	.contact-announce::before{top: 224%; left: 10%;}
  }
  
  .contact-announce::after {
	content: "";
	position: absolute;
  }
  
  @media screen and (min-width: 768px) {
	.contact-announce::after {
	  background: no-repeat url("../images/top/dot-line-white-vartical.svg") center/0.3rem;
	  top: 0;
	  bottom: 0;
	  right: 0;
	  width: 0.5rem;
	}
  }
  
  @media screen and (max-width: 896px), (max-width: 844px) and (orientation:landscape) {
	.contact-announce::after {
	  background: no-repeat url("../images/top/dot-line-white-horizontal.svg") center/auto 4px;
		top: auto;
	  bottom: -5px;
	  left: 0;
	  right: 0;
	  height: 5px;
		width: auto;
	}
  }
  
  @media screen and (min-width: 768px) {
	*::-ms-backdrop, .contact-announce {
	  line-height: 1.4;
	}
  }
  
  .contact-phone-number {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: bold;
	font-size: 6.2rem;
	letter-spacing: 0.05em;
	color: #fff;
	position: relative;
	white-space: nowrap;
  }
  
  @media screen and (min-width: 768px) {
	.contact-phone-number {
	  padding-left: 4.6rem;
	  margin-left: 3.2rem;
	}
  }

  
  @media screen and (max-width: 896px), (max-width: 844px) and (orientation:landscape) {
	.contact-phone-number {
		display: inline-block;
		font-size: 36px;
		padding-left: 30px;
		text-align: center;
		margin-top: 20px;
		white-space: nowrap;
	  }

  }

  @media screen and (max-width: 844px) and (orientation:landscape) {
	.contact-phone-number{font-size: 26px;}

  }
  
  .contact-phone-number::before {
	content: "";
	position: absolute;
	background: no-repeat url("../images/common/icon-phone-02.svg") center/contain;
	top: 58%;
	left: 0;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
	width: 3.717rem;
	height: 4.848rem;
  }
  
  @media screen and (max-width: 896px), (max-width: 844px) and (orientation:landscape) {
	.contact-phone-number::before {
	  width: 25px;
	}
  }
  @media screen and (max-width: 844px) and (orientation:landscape) {
  }
  
  .contact-fax-number {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: bold;
	font-size: 3.6rem;
	letter-spacing: 0.05em;
	line-height: calc(43.2 / 36);
	text-align: left;
	color: #fff;
	white-space: nowrap;
	position: relative;
  }
  
  @media screen and (min-width: 768px) {
	.contact-fax-number {
	  padding-left: 3.152rem;
	  margin-top: 1rem;
	  margin-left: 2.5rem;
	}
  }
  
  @media screen and (max-width: 896px), (max-width: 844px) and (orientation:landscape) {
	.contact-fax-number {
	  display: inline-block;
	  font-size: 30px;
	  padding-left: 30px;
	  margin-top: 15px;
	  margin-left: 35px;
	  white-space: nowrap;
	}
  }

  @media screen and (max-width: 844px) and (orientation:landscape) {
	.contact-fax-number {
	  font-size: 26px;
	  margin-top: 0;
	  margin-left: 15px;
	  white-space: nowrap;
	}
  }
  
  .contact-fax-number::before {
	content: "";
	position: absolute;
	background: no-repeat url("../images/common/icon-fax.svg") center/contain;
	top: 60%;
	left: 0;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
	width: 2.352rem;
	height: 2.4rem;
  }
  
  @media screen and (max-width: 896px), (max-width: 844px) and (orientation:landscape) {
	.contact-fax-number::before {
	  width: 24px;
	  left: -5px;
	}
  }
  
  .contact-phone-number-yellow,
  .contact-fax-number-yellow {
	color: #F8FF39;
  }
  
  @media screen and (min-width: 768px) {
	.contact-btn {
	  margin-left: 3.7rem;
	}
  }
  
  @media screen and (max-width: 896px), (max-width: 844px) and (orientation:landscape) {
	.contact-btn {
	  margin-top: 30px;
	}
  }
  @media screen and (max-width: 844px) and (orientation:landscape) {
  }
  
  .contact-btn-link {
	font-family: "Zen Maru Gothic", sans-serif;
	display: block;
	font-weight: 500;
	font-size: 2.4rem;
	line-height: calc(35 / 24);
	color: #548720;
	background: #fff;
	padding: 2.4rem 5.3rem 2.1rem 10.3rem;
	border-radius: 1rem;
	position: relative;
	white-space: nowrap;
  }
  
  @media screen and (max-width: 896px), (max-width: 844px) and (orientation:landscape) {
	.contact-btn-link {
	  width: 100%;
	  max-width: 330px;
	  font-size: 20px;
	  padding: 1.5rem 4rem 1.4rem 9rem;
	  margin: auto;
	}
  }
  @media screen and (max-width: 844px) and (orientation:landscape) {
	.contact-btn-link {
	  max-width: 240px;
	  font-size: 20px;
	  padding: 1rem 1rem 1rem 4rem;
	}
  }
  
  .contact-btn-link::before {
	content: "";
	position: absolute;
	background: no-repeat url("../images/common/icon-mail-02.svg") center/contain;
	top: 50%;
	left: 5.4rem;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
	width: 3.38rem;
	height: 2.6rem;
  }
  
  @media screen and (max-width: 896px), (max-width: 844px) and (orientation:landscape) {
	.contact-btn-link::before {
	  width: 28px;
	  left: 60px;
	}
  }
  @media screen and (max-width: 844px) and (orientation:landscape) {
	.contact-btn-link::before {
	  left: 30px;
	}
  }


.anim-item{opacity: 0; transform: translateY(12%); transition: 1s;}
.anim-item.is-active{opacity: 1; transform: translateY(0);}
.index-anim > *{opacity: 0; transform: translateY(12%); transition: 1s;}
.index-anim > .is-active{opacity: 1; transform: translateY(0);}
.index-anim .merit-item:nth-child(2n){transform: translateY(0rem);}
.index-anim .merit-item:nth-child(2n).is-active{transform: translateY(7rem);}
@media screen and (max-width: 896px), (max-width: 844px) and (orientation:landscape) {
	.index-anim .merit-item:nth-child(2n).is-active{transform: translateY(0rem);}
}