@charset "UTF-8";
/* webfont 変数　*/
/* ofi */
/*====================================================================

lv2.css

=====================================================================*/
/*--------------------------------------------------------------------/
	about
/--------------------------------------------------------------------*/
.about-intro {
  position: relative;
  padding-bottom: clamp(80px, 12vw, 192px);
  padding-bottom: clamp(5rem, 12vw, 12rem);
}
.about-intro::before {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  border-top: #E1F6DF solid;
  border-width: 1em;
  background: url(../img/lv2/about_bg_sp.jpg) center center/cover no-repeat;
  content: "";
}
.about-intro__inner {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .05);
  z-index: 2;
  position: relative;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding: clamp(1.5em, 3vw, 3em) clamp(5%, 8vw, 7em) clamp(1.5em, 4.5vw, 4.5em);
  border: 1px solid #E5E9EC;
  border-radius: clamp(4px, 2vw, 16px);
  background: #fff;
          box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}
.about-intro__tit {
  margin-bottom: clamp(0.75em, 1.5vw, 1em);
  color: #00B900;
  font-weight: 800;
  font-size: calc(1.14rem + 1.17647vw - 3.29412px);
  text-align: center;
}

.about-btnlist {
  padding: clamp(3em, 6vw, 96px) 0 clamp(6em, 9vw, 9em);
  padding: clamp(3em, 6vw, 6rem) 0 clamp(6em, 9vw, 9em);
}
.about-btnlist__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-btnlist__list li.is-use a {
  border-color: #00B900;
}
.about-btnlist__list li.is-use a::after {
  color: #00B900;
}
.about-btnlist__list li.is-use a span:before {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.about-btnlist__list li.is-use a span::before {
  -webkit-transition: all 0.3s ease 0s;
  display: inline-block;
  margin-right: 0.4em;
  padding-top: 0.2em;
  color: #00B900;
  transition: all 0.3s ease 0s;
}
.about-btnlist__list li.is-use a:hover {
  border-color: #00B900;
  background-color: #00B900;
}
.about-btnlist__list li.is-entry a::after {
  color: #FFAA17;
}
.about-btnlist__list li.is-entry a span:before {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.about-btnlist__list li.is-entry a span::before {
  -webkit-transition: all 0.3s ease 0s;
  display: inline-block;
  margin-right: 0.4em;
  padding-top: -0.2em;
  color: #FFAA17;
  font-size: 1.2em;
  line-height: 1;
  transition: all 0.3s ease 0s;
}
.about-btnlist__list li.is-entry a:hover {
  border-color: #FFAA17;
  background-color: #FFAA17;
}
.about-btnlist__list li a {
  -webkit-transition: all 0.3s ease 0s;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: block;
  display: grid;
  position: relative;
  grid-template-columns: 1fr auto 1fr;
          column-gap: 0.5em;
          align-items: center;
  width: 100%;
  padding: 24px 4%;
  padding: 1.5rem 4%;
  border: 1px solid;
  border-radius: 999px;
  border-color: #FFAA17;
  background-color: #fff;
  color: #333333;
  font-weight: 700;
  font-size: calc(1.14rem + 0.58824vw - 1.64706px);
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.about-btnlist__list li a:after {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e914";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.about-btnlist__list li a::before {
  justify-self: start;
  content: "";
}
.about-btnlist__list li a::after {
  -webkit-transition: all 0.3s ease 0s;
  justify-self: end;
  color: #FFAA17;
  font-size: 1.5em;
  transition: all 0.3s ease 0s;
}
.about-btnlist__list li a:hover {
  color: #fff;
}
.about-btnlist__list li a:hover::after {
  color: #fff;
}
.about-btnlist__list li a:hover span::before {
  color: #fff;
}

.about-use {
  position: relative;
  margin-bottom: clamp(3em, 6vw, 6em);
  padding-bottom: clamp(3em, 9vw, 9em);
}
.about-use::before {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 1.75em);
  background: #F4FFF2;
  content: "";
}
.about-use__inner {
  z-index: 2;
  position: relative;
}
.about-use__tit {
  max-width: 600px;
  margin-right: auto;
  margin-bottom: clamp(3em, 4vw, 4em);
  margin-left: auto;
  text-align: center;
}
.about-use__tit span {
  display: block;
  padding: 1em;
  border: 1px solid #00B900;
  border-radius: 999px;
  background: #fff;
  font-weight: 700;
  font-size: calc(1.14rem + 1.17647vw - 3.29412px);
  text-align: center;
}
.about-use__tit span:before {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.about-use__tit span::before {
  -webkit-transition: all 0.3s ease 0s;
  display: inline-block;
  margin-right: 0.4em;
  padding-top: 0.2em;
  color: #00B900;
  transition: all 0.3s ease 0s;
}

.about-service__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(3em, 6vw, 6em);
          flex-direction: column;
  padding-top: 2em;
}
.about-service__box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-service__box__txt__tit {
  position: relative;
  margin-bottom: 0.75em;
  padding-left: 1.25em;
  font-weight: 700;
  font-size: calc(1.14rem + 0.78431vw - 2.19608px);
}
.about-service__box__txt__tit::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 1em;
  height: 3px;
  border-radius: 99px;
  background: #00B900;
  content: "";
}
.about-service__box__txt__txt ul {
  text-align: left;
}
.about-service__box__txt__txt ul li {
  position: relative;
  padding-left: 24px;
  padding-left: 1.5rem;
  line-height: 1.4;
}
.about-service__box__txt__txt ul li::before {
  position: absolute;
  top: 0.2em;
  left: 0;
  content: "●";
  color: #89D992;
  font-size: 0.8em;
}
.about-service__box__txt__txt ul li:not(:last-child) {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
.about-service__box__img__inner {
  z-index: 4;
  position: relative;
  width: 100%;
}
.about-service__box__img__inner::before {
  display: block;
  position: relative;
  padding-top: 66.66%;
  content: "";
}
.about-service__box__img__inner > div,
.about-service__box__img__inner figure,
.about-service__box__img__inner a,
.about-service__box__img__inner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about-entry {
  position: relative;
  margin-bottom: clamp(3em, 6vw, 6em);
  padding-bottom: clamp(3em, 9vw, 9em);
}
.about-entry::before {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 1.75em);
  background: #FFF9F1;
  content: "";
}
.about-entry__inner {
  z-index: 2;
  position: relative;
}
.about-entry__tit {
  max-width: 600px;
  margin-right: auto;
  margin-bottom: clamp(3em, 4vw, 4em);
  margin-left: auto;
  text-align: center;
}
.about-entry__tit span {
  display: block;
  padding: 1em;
  border: 1px solid #FFAA17;
  border-radius: 999px;
  background: #fff;
  font-weight: 700;
  font-size: calc(1.14rem + 1.17647vw - 3.29412px);
  text-align: center;
}
.about-entry__tit span:before {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.about-entry__tit span::before {
  -webkit-transition: all 0.3s ease 0s;
  display: inline-block;
  margin-right: 0.4em;
  padding-top: 0.2em;
  color: #FFAA17;
  transition: all 0.3s ease 0s;
}

.about-fee {
  padding-top: clamp(3em, 6vw, 6em);
}
.about-fee__campaign {
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-bottom: clamp(1.5em, 3vw, 2.5em);
  margin-inline: auto;
  padding: clamp(1.5em, 2vw, 2em) 5%;
  border: 1px solid #FFAA17;
  border-radius: clamp(4px, 1vw, 8px);
  background: #fff;
}
.about-fee__campaign__txt {
  font-size: calc(0.85rem + 0.88235vw - 2.47059px);
}
.about-fee__campaign__txt strong {
  font-weight: 800;
}

.about-fee {
  padding-top: clamp(3em, 6vw, 6em);
}
.about-fee__cost {
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
}
.about-fee__cost__dl {
  border: 1px solid #00B900;
  text-align: center;
}
.about-fee__cost__dl dt {
  padding: 0.5em 5%;
  border: 1px solid #00B900;
  background: #00B900;
  background: linear-gradient(135deg, #00B900 10%, #00AA00 90%);
  color: #fff;
  font-weight: 700;
  font-size: calc(1.25rem + 0.39216vw - 1.09804px);
  line-height: 1.2;
}
.about-fee__cost__dl dd {
  background: #fff;
  color: #F24949;
  font-weight: 900;
  font-size: calc(1.75rem + 1.96078vw - 5.4902px);
}
.about-fee__cost__dl dd small {
  font-size: 0.6em;
}
.about-fee__cost__notes {
  margin-top: 1em;
}

.about-flow {
  padding-top: clamp(3em, 6vw, 6em);
}
.about-flow__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(1.5em, 2vw, 2.5em);
          flex-direction: column;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  counter-reset: about-flow;
}
.about-flow__box {
  position: relative;
  padding: 1.5em 5%;
  border: 1px solid #89D992;
  border-radius: clamp(4px, 1vw, 8px);
  background: #fff;
}
.about-flow__box:not(:last-of-type)::before {
  z-index: 2;
  position: absolute;
  top: calc(1.5em + 14px);
  left: calc(5% + 18px);
  width: 2px;
  height: calc(100% + 1.5em);
  background-image: linear-gradient(to bottom, #00B900 4px, transparent 4px);
  background-position: left bottom;
  background-size: 2px 8px;
  background-repeat: repeat-y;
  content: "";
}
.about-flow__box__inner {
  -webkit-column-gap: 1.25em;
     -moz-column-gap: 1.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          column-gap: 1.25em;
}
.about-flow__box__num {
  -ms-flex-negative: 0;
  z-index: 3;
  position: relative;
      flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #00B900;
  content: "";
}
.about-flow__box__num::after {
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 14px);
  content: counter(about-flow, decimal-leading-zero);
  color: #fff;
  font-weight: 700;
  font-size: 22.88px;
  font-size: 1.43rem;
  line-height: 1;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0;
  counter-increment: about-flow;
}
.about-flow__box__item {
  padding-top: 0.35em;
  font-weight: 700;
  font-size: calc(1rem + 0.98039vw - 2.7451px);
}
.about-flow__box__detail {
  padding-top: clamp(0.5em, 1.5vw, 1em);
  font-weight: 500;
}

/*--------------------------------------------------------------------/
	support
/--------------------------------------------------------------------*/
.support-intro {
  margin-bottom: clamp(3em, 4vw, 4em);
}
.support-intro .btn-wrap {
  max-width: 480px;
  margin-top: clamp(1em, 2vw, 2em);
  margin-right: auto;
  margin-left: auto;
}

.support-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(1.5em, 3vw, 3em) clamp(1.5em, 3.2%, 4em);
}

.support-box__inner {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
  height: 100%;
  overflow: hidden;
  border-radius: clamp(4px, 1vw, 8px);
          box-shadow: 0 0 8px rgba(0, 0, 0, .1);
}
.support-box__img {
  z-index: 4;
  position: relative;
  width: 100%;
}
.support-box__img::before {
  display: block;
  position: relative;
  padding-top: 66.66%;
  content: "";
}
.support-box__img > div,
.support-box__img figure,
.support-box__img a,
.support-box__img picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.support-box__txt {
  padding: clamp(1em, 1vw, 16px) 5% clamp(1.5em, 1.5vw, 32px);
  padding: clamp(1em, 1vw, 1rem) 5% clamp(1.5em, 1.5vw, 2rem);
}
.support-box__tit {
  position: relative;
  margin-bottom: 0.75em;
  padding-bottom: clamp(0.7em, 0.75vw, 0.75em);
  font-size: calc(1rem + 0.39216vw - 1.09804px);
}
.support-box__tit::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #00B900;
  content: "";
}
.support-box__industry {
  margin-bottom: 0.5em;
  color: #4B4D4E;
  font-weight: 700;
}
.support-box__url {
  margin-top: 0.75em;
}
.support-box__url a {
  -webkit-transition: all 0.3s ease 0s;
  color: #868686;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.support-box__url a:hover {
  color: #13C513;
}

/*--------------------------------------------------------------------/
	qa
/--------------------------------------------------------------------*/
.qa-category {
  margin-bottom: clamp(1em, 2vw, 32px);
  margin-bottom: clamp(1em, 2vw, 2rem);
  font-size: calc(0.8rem + 0.19608vw - 0.54902px);
}
.qa-category__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  gap: 0.5em;
}
.qa-category__item {
  display: inline-block;
  position: relative;
  padding: 0.4em 0.75em;
  border: 2px solid #C9CED2;
  background: #fff;
  font-weight: 500;
  letter-spacing: 0;
  cursor: pointer;
}
.qa-category__item.is-active {
  border-color: #00B900;
}
.qa-category__item.is-active span::before {
  color: #00B900;
}
.qa-category__item span {
  -webkit-column-gap: 0.3em;
     -moz-column-gap: 0.3em;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: grid;
  grid-template-columns: 1.25em 1fr;
          column-gap: 0.3em;
          align-items: center;
  width: 100%;
}
.qa-category__item span:before {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e913";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.qa-category__item span::before {
  -webkit-transition: all 0.3s ease 0s;
  justify-self: start;
  font-size: 1.25em;
  transition: all 0.3s ease 0s;
}

.qa-list {
  display: none;
}
.qa-list.is-active {
  display: block;
}
.qa-list__items {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 1em;
          flex-direction: column;
}

.qa-list__box summary {
  display: block;
  position: relative;
  padding: 1em 2em 1.14em 44px;
  padding: 1em 2em 1.14em 2.75rem;
  border: 1px solid #00B900;
  background: #F4FFF2;
  color: #333333;
  font-weight: 700;
  font-size: calc(0.94rem + 0.29412vw - 0.82353px);
  line-height: 1.4;
  cursor: pointer;
}
.qa-list__box summary:after {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e313";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.qa-list__box summary::before {
  position: absolute;
  top: 0.5em;
  left: 16px;
  left: 1rem;
  content: "Q";
  color: #00B900;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  font-family: 'Poppins', sans-serif;
}
.qa-list__box summary::after {
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  top: 53%;
  right: 0.5em;
  translate: 0 -50%;
  color: #00B900;
  font-size: 1.25em;
  transition: all 0.3s ease 0s;
}
.qa-list__box summary::-webkit-details-marker {
  display: none;
}
.qa-list__box details[open] summary::after {
  rotate: 180deg;
}
.qa-list__box .details-content {
  position: relative;
  padding: 1em 1em 1.25em 44px;
  padding: 1em 1em 1.25em 2.75rem;
  overflow: hidden;
  background: #FBFBFB;
  font-size: calc(0.9rem + 0.19608vw - 0.54902px);
}
.qa-list__box .details-content::before {
  position: absolute;
  top: 0.5em;
  left: 16px;
  left: 1rem;
  content: "A";
  color: #FF3131;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  font-family: 'Poppins', sans-serif;
}

/*--------------------------------------------------------------------/
	facility
/--------------------------------------------------------------------*/
/* webfont 変数　*/
/* ofi */
/* Slider */
.slick-slider {
  -webkit-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -ms-touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
          box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}

.slick-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  height: 100%;
  min-height: 1px;
  float: left;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/common/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-family: "slick";
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  display: block;
  position: absolute;
  bottom: -25px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  border: 0;
  outline: none;
  background: transparent;
  color: transparent;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  color: black;
  font-size: 6px;
  line-height: 20px;
  font-family: "slick";
  text-align: center;
  opacity: 0.25;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/** works-slider **/
.gallery-top {
  position: relative;
}
.gallery-top__inner {
  position: relative;
  width: 100%;
}
.gallery-top .slick-arrow {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  border: 1px solid #C9CED2;
  border-radius: 50%;
  background: rgba(255, 255, 255, .8);
  transition: all 0.3s ease 0s;
}
.gallery-top .slick-arrow:hover {
  background: rgba(0, 0, 0, .8);
}
.gallery-top .slick-arrow i {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 22.88px;
  font-size: 1.43rem;
}
.gallery-top .slick-arrow i::before {
  color: #C9CED2;
}
.gallery-top .slick-prev::before {
  display: none;
}
.gallery-top .slick-next::before {
  display: none;
}
.gallery-top .sp-slide {
  position: relative;
  overflow: hidden;
}
.gallery-top .sp-slide img {
  height: 60.31vw;
}
.gallery-top .sp-slide figcaption {
  display: inline-block;
  z-index: 1;
  position: absolute;
  right: 8px;
  right: 0.5rem;
  bottom: 0;
  padding: 3.2px 6.4px;
  padding: 0.2rem 0.4rem;
  background: #000;
  color: #fff;
  font-size: 0.8em;
  line-height: 1.4;
}

.gallery-thumbs {
  position: relative;
}
.gallery-thumbs__inner {
  position: relative;
  width: 100%;
}
.gallery-thumbs .slick-list {
  padding: 0 !important;
}
.gallery-thumbs .slick-track {
  left: 0 !important;
  width: 100%;
  opacity: 1;
}
.gallery-thumbs .slick-slide {
  -webkit-transition: all 0.3s ease 0s;
  opacity: 1;
  transition: all 0.3s ease 0s;
}

.facility-single {
  overflow: hidden;
}
.facility-single__foot {
  margin-top: clamp(3em, 6vw, 6em);
  padding-top: clamp(1em, 1.5vw, 1.5em);
  border-top: 1px solid #C9CED2;
}
.facility-single__tag {
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          column-gap: 0.5em;
  line-height: 1.5;
}
.facility-single__tag .is-tag {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #00B900;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0;
}
.facility-single__tag .is-tags {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  color: #868686;
}
.facility-single__tag .is-tags a {
  -webkit-transition: all 0.3s ease 0s;
  color: #868686;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.facility-single__tag .is-tags a:hover {
  color: #13C513;
}

.facility-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: clamp(3em, 5vw, 5em);
}

.facility-slider {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  row-gap: clamp(1.5em, 2vw, 2em);
          flex-direction: column;
  width: 100%;
}
.facility-slider .facility-slider__thumbs {
  width: 100%;
}
.facility-slider .facility-slider__thumbs__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}

.facility-slider__top {
  position: relative;
}
.facility-slider__top__inner {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.facility-slider__top .slick-slide > div {
  margin: 0 0.3em;
}
.facility-slider__top .sp-slide {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
.facility-slider__top .sp-slide__inner {
  z-index: 4;
  position: relative;
  width: 100%;
}
.facility-slider__top .sp-slide__inner::before {
  display: block;
  position: relative;
  padding-top: 66.66%;
  content: "";
}
.facility-slider__top .sp-slide__inner > div,
.facility-slider__top .sp-slide__inner figure,
.facility-slider__top .sp-slide__inner a,
.facility-slider__top .sp-slide__inner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.facility-slider__top .sp-slide figcaption {
  position: relative;
  margin-top: 0.75em;
  padding-left: 1.5em;
  color: #000;
  font-size: 0.9em;
  line-height: 1.4;
}
.facility-slider__top .sp-slide figcaption::before {
  position: absolute;
  top: 0.1em;
  left: 0;
  content: "●";
  color: #00B900;
  font-size: 0.8em;
}

/* Arrows */
.slick-nav-arrows .slick-prev,
.slick-nav-arrows .slick-next {
  -webkit-transition: all 0.3s ease 0s;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 4;
  position: absolute;
  top: calc(26.93vw - 0.5em);
          align-items: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  border: 1px solid #E5E9EC;
  border-radius: 50%;
  outline: none;
  background: rgba(255, 255, 255, .6);
  font-size: 0px;
  line-height: 1;
  line-height: 0px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.slick-nav-arrows .slick-prev i,
.slick-nav-arrows .slick-next i {
  color: #C9CED2;
  font-size: 27.36px;
  font-size: 1.71rem;
}
.slick-nav-arrows .slick-prev i::before,
.slick-nav-arrows .slick-next i::before {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.slick-nav-arrows .slick-prev:hover, .slick-nav-arrows .slick-prev:focus,
.slick-nav-arrows .slick-next:hover,
.slick-nav-arrows .slick-next:focus {
  border-color: #13C513;
  outline: none;
  background: rgba(19, 197, 19, .6);
}
.slick-nav-arrows .slick-prev:hover:before, .slick-nav-arrows .slick-prev:focus:before,
.slick-nav-arrows .slick-next:hover:before,
.slick-nav-arrows .slick-next:focus:before {
  opacity: 1;
}
.slick-nav-arrows .slick-prev:hover i, .slick-nav-arrows .slick-prev:focus i,
.slick-nav-arrows .slick-next:hover i,
.slick-nav-arrows .slick-next:focus i {
  color: #fff;
}
.slick-nav-arrows .slick-prev {
  right: calc(100% - 1rem);
}
.slick-nav-arrows .slick-prev:before {
  display: none;
  content: "←";
}
.slick-nav-arrows .slick-next {
  left: calc(100% - 1rem);
}
.slick-nav-arrows .slick-next:before {
  display: none;
  content: "→";
}

.facility-slider__thumbs {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.facility-slider__thumbs__inner {
  position: relative;
  width: 100%;
}
.facility-slider__thumbs__list {
  width: 100%;
  overflow: hidden;
}
.facility-slider__thumbs .sp-thumbnail {
  -webkit-transition: all 0.3s ease 0s;
  width: 17.85%;
  border: 1px solid transparent;
  transition: all 0.3s ease 0s;
}
.facility-slider__thumbs .sp-thumbnail:hover {
  border-color: #00B900;
}
.facility-slider__thumbs .sp-thumbnail__inner {
  z-index: 4;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.facility-slider__thumbs .sp-thumbnail__inner::before {
  display: block;
  position: relative;
  padding-top: 100%;
  content: "";
}
.facility-slider__thumbs .sp-thumbnail__inner > div,
.facility-slider__thumbs .sp-thumbnail__inner figure,
.facility-slider__thumbs .sp-thumbnail__inner a,
.facility-slider__thumbs .sp-thumbnail__inner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* スライダーを使用しない場合の一枚画像　*/
.facility-single__main {
  position: relative;
  max-width: 1000px;
  height: auto;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.facility-single__main__img {
  z-index: 4;
  position: relative;
  width: 100%;
}
.facility-single__main__img::before {
  display: block;
  position: relative;
  padding-top: 66.66%;
  content: "";
}
.facility-single__main__img > div,
.facility-single__main__img figure,
.facility-single__main__img a,
.facility-single__main__img picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.facility-single__main figcaption {
  display: inline-block;
  z-index: 1;
  position: absolute;
  right: 8px;
  right: 0.5rem;
  bottom: 0;
  padding: 3.2px 6.4px;
  padding: 0.2rem 0.4rem;
  background: #000;
  color: #fff;
  font-size: 0.8em;
  line-height: 1.4;
}

.facility_overview {
  width: 100%;
}
.facility_overview__table {
  width: 100%;
  border-right: 1px solid #D1EED4;
  border-left: 1px solid #D1EED4;
}
.facility_overview__table tr {
  border-bottom: 1px solid #D1EED4;
}
.facility_overview__table tr:first-child {
  border-top: 1px solid #D1EED4;
}
.facility_overview__table tr:nth-of-type(-n + 3) th {
  background: #E1F6DF;
}
.facility_overview__table th {
  padding: 1em 1.25em;
  background: #FBFBFB;
  font-weight: normal;
  text-align: left;
}
.facility_overview__table td {
  padding: 1em 1.25em;
}

.facility_overview__btn {
  margin-top: 1.5em;
}
.facility_overview__btn a {
  -webkit-transition: all 0.3s ease 0s;
  display: inline-block;
  position: relative;
  padding: 1em 6%;
  border: 1px solid #00B900;
  border-radius: 999px;
  color: #333333;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.facility_overview__btn a:hover {
  border-color: #13C513;
  background: #13C513;
  color: #fff;
}

/* facility-comments */
.facility-comment {
  margin-bottom: clamp(3em, 5vw, 5em);
}

.facility-pdf {
  margin-bottom: clamp(2em, 3vw, 3em);
}
.facility-pdf__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}
.facility-pdf__list li {
  width: 100%;
}
.facility-pdf__list li a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  position: relative;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 1em 4% 1em 64px;
  padding: 1em 4% 1em 4rem;
  border: 1px solid #00B900;
  border-radius: 999px;
  color: #333333;
  font-weight: 500;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.facility-pdf__list li a:before {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.facility-pdf__list li a::before {
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  top: 0.6em;
  left: 24px;
  left: 1.5rem;
  color: #00B900;
  font-size: 1.75em;
  transition: all 0.3s ease 0s;
}
.facility-pdf__list li a:hover {
  border-color: #00B900;
  background: #00B900;
  color: #fff;
}
.facility-pdf__list li a:hover::before {
  color: #fff;
}

.facility-imgtext {
  padding-top: clamp(3em, 5vw, 5em);
  padding-bottom: clamp(3em, 5vw, 5em);
}
.facility-imgtext__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(3em, 5vw, 5em);
          flex-direction: column;
}
.facility-imgtext__box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.facility-imgtext__box__catch {
  margin-bottom: 0.75em;
  font-weight: 700;
  font-size: calc(1rem + 0.78431vw - 2.19608px);
  line-height: 1.4;
}

.facility-video {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(1.5em, 2vw, 32px);
  row-gap: clamp(1.5em, 2vw, 2rem);
          flex-direction: column;
  margin-bottom: clamp(3em, 6vw, 6em);
}

.facility-video__box {
  padding: clamp(1.25em, 2vw, 2em) 5%;
  border: 1px solid #C9CED2;
}
.facility-video__box__tit {
  position: relative;
  margin-bottom: 0.75em;
  padding-left: 1.5em;
  font-size: calc(1rem + 0.78431vw - 2.19608px);
}
.facility-video__box__tit::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 1em;
  height: 3px;
  border-radius: 3px;
  background: #00B900;
  content: "";
}
.facility-video__box__video__inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.facility-video__box__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.facility-table {
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, .05);
  margin-bottom: clamp(3em, 6vw, 6em);
  padding: clamp(3em, 5vw, 5em) 0;
  background: #FBFBFB;
          box-shadow: inset 0 0 10px rgba(0, 0, 0, .05);
}
.facility-table__table {
  width: 100%;
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  margin-left: auto;
  font-size: 0.94em;
}
.facility-table__table tr {
  border-bottom: 1px solid #C9CED2;
}
.facility-table__table tr:first-child {
  border-top: 1px solid #C9CED2;
}
.facility-table__table th {
  padding: 1em 0;
  font-weight: 600;
  text-align: left;
}
.facility-table__table td {
  padding: 1em 0 1em 1.25em;
}
.facility-access__tit {
  position: relative;
  margin-bottom: 0.75em;
  padding-left: 1.5em;
  font-weight: 700;
  font-size: calc(1.14rem + 0.78431vw - 2.19608px);
}
.facility-access__tit::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 1em;
  height: 3px;
  border-radius: 3px;
  background: #00B900;
  content: "";
}
.facility-access__map {
  position: relative;
  height: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding: 0;
  overflow: hidden;
  background-color: #fff;
}
.facility-access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/*-------------------------------------------------
/* single-nextprev
-------------------------------------------------*/
.single-nextprev {
  display: grid;
  position: relative;
  grid-template-columns: 50% 50%;
  margin-top: clamp(1.5em, 2vw, 2em);
}
.single-nextprev::after {
  position: absolute;
  top: 1em;
  left: 50%;
  width: 1px;
  height: calc(100% - 2em);
  background: #E5E9EC;
  content: "";
}
.single-nextprev a {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
  -webkit-transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 1em 0;
  color: #333333;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}

.single-nextprev__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 70px;
  height: 70px;
  margin: 0;
}
.single-nextprev__img__inner {
  z-index: 4;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
}
.single-nextprev__img__inner::before {
  display: block;
  position: relative;
  padding-top: 50%;
  content: "";
}
.single-nextprev__img__inner > div,
.single-nextprev__img__inner figure,
.single-nextprev__img__inner a,
.single-nextprev__img__inner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-nextprev__txt {
  -ms-flex-negative: 1;
  position: relative;
      flex-shrink: 1;
  width: 100%;
  padding: 0.5em 0 28px;
  padding: 0.5em 0 1.75rem;
}
.single-nextprev__tit {
  margin-bottom: 0.5em;
  font-weight: 700;
  font-size: calc(0.8rem + 0.39216vw - 1.09804px);
}
.single-nextprev__category {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  gap: 0.4em;
  color: #333333;
  font-weight: 500;
  font-size: calc(0.6rem + 0.29412vw - 0.82353px);
}
.single-nextprev__category span {
  padding: 0.1em 0.75em 0.15em;
  border-radius: 99px;
  background: #E1F6DF;
  line-height: 1.4;
}
.single-nextprev__arrow {
  font-size: 14.88px;
  font-size: 0.93rem;
}
.single-nextprev .next_post {
  position: relative;
  grid-column: 1;
}
.single-nextprev .next_post a {
  padding-right: 1em;
}
.single-nextprev .next_post a:hover .single-nextprev__arrow {
  margin-left: -5px;
  color: #00B900;
}
.single-nextprev .next_post .single-nextprev__arrow {
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  bottom: 0;
  left: 0.5em;
  font-weight: 500;
  vertical-align: middle;
  transition: all 0.3s ease 0s;
}
.single-nextprev .next_post .single-nextprev__arrow:before {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e314";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.single-nextprev .next_post .single-nextprev__arrow::before {
  font-size: 22.88px;
  font-size: 1.43rem;
}
.single-nextprev .prev_post {
  position: relative;
  grid-column: 2;
}
.single-nextprev .prev_post a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 1em;
}
.single-nextprev .prev_post a:hover .single-nextprev__arrow {
  margin-right: -5px;
  color: #00B900;
}
.single-nextprev .prev_post .single-nextprev__txt {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: flex-end;
}
.single-nextprev .prev_post .single-nextprev__category {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: flex-end;
}
.single-nextprev .prev_post .single-nextprev__arrow {
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  right: 0.5em;
  bottom: 0;
  font-weight: 500;
  font-size: 0.9em;
  vertical-align: middle;
  transition: all 0.3s ease 0s;
}
.single-nextprev .prev_post .single-nextprev__arrow:after {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e315";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.single-nextprev .prev_post .single-nextprev__arrow::after {
  font-size: 22.88px;
  font-size: 1.43rem;
}

/*--------------------------------------------------------------------/
	contact_form
/--------------------------------------------------------------------*/
.contact-box {
  padding-bottom: clamp(3em, 6vw, 96px);
  padding-bottom: clamp(3em, 6vw, 6rem);
  text-align: center;
}
.contact-box ul.common-ul {
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
}

.contact-form {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.contact-form__tit {
  margin-bottom: clamp(16px, 2vw, 32px);
  margin-bottom: clamp(1rem, 2vw, 2rem);
  color: #00B900;
  font-weight: 700;
  font-size: calc(1.14rem + 1.56863vw - 4.39216px);
  font-family: 'Poppins', sans-serif;
  text-align: center;
}

.contact-step {
  margin-bottom: clamp(2em, 3vw, 3em);
}
.contact-step__list {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-column-gap: 1.5em;
     -moz-column-gap: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          column-gap: 1.5em;
          align-items: center;
          justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
.contact-step__list li {
  position: relative;
  width: clamp(80px, 30%, 200px);
  padding-top: 1.75em;
  color: #333333;
  text-align: center;
}
.contact-step__list li:not(:last-child)::before {
  position: absolute;
  top: 10px;
  left: 50%;
  width: calc(100% + 1.5em);
  height: 1px;
  background: #C9CED2;
  content: "";
}
.contact-step__list li span {
  display: block;
  font-weight: 700;
}
.contact-step__list li span::before {
  position: absolute;
  top: 0;
  left: calc(50% - 10px);
  width: 20px;
  height: 20px;
  border: 1px solid #C9CED2;
  border-radius: 50%;
  background: #fff;
  content: "";
}
.contact-step__list li.before {
  color: #868686;
}
.contact-step__list li.now span::after {
  position: absolute;
  top: 4px;
  left: calc(50% - 6px);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #00B900;
  content: "";
}

.contact-privacy {
  border: 1px solid #868686;
}
.contact-privacy__tit {
  position: relative;
  padding-bottom: clamp(16px, 1.5vw, 24px);
  padding-bottom: clamp(1rem, 1.5vw, 1.5rem);
  font-weight: 700;
  font-size: calc(1.14rem + 0.4329vw - 1.62771px);
  text-align: center;
}
.contact-privacy .txt {
  font-size: 1.07em;
}

.contact-table {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  margin-left: auto;
  line-height: 1.2;
}
.contact-table th, .contact-table td {
  text-align: left;
}
.contact-table th {
  font-weight: 500;
  vertical-align: top;
}
.contact-table th.required {
  margin-right: 0.5em;
  color: #fff;
}
.contact-table textarea {
  width: 100%;
}

input,
select {
  width: auto;
}
input.long,
select.long {
  width: 100%;
}
input.middle,
select.middle {
  width: 100%;
}
input.short,
select.short {
  width: 70%;
}
input.mini,
select.mini {
  width: 10em;
}

/* form-parts
----------------------------------------------------------------*/
select, textarea, input {
  padding: 0.7em 1em;
  border: 1px solid #C9CED2;
  background-color: #FBFBFB;
  line-height: 1.5;
}
select:focus, textarea:focus, input:focus {
  -webkit-box-shadow: rgba(58, 134, 232, .25) 0 0 4px 1px;
  background-color: #fff;
          box-shadow: rgba(58, 134, 232, .25) 0 0 4px 1px;
}

input:-ms-input-placeholder, input:-moz-placeholder, input::-webkit-input-placeholder {
  color: #868686;
}

textarea {
  height: 10em;
}

/* radio-box,check-box
----------------------------------------------------------------*/
/* variablea */
/* radio-btn */
.mwform-radio-field {
  cursor: pointer;
}
.mwform-radio-field:not(:last-child) {
  margin-right: 1em;
}

.mwform-radio-field-text {
  display: block;
  position: relative;
  padding-left: 34px;
  vertical-align: top;
}

input[type=radio] {
  position: absolute;
  opacity: 0;
}
input[type=radio] + .mwform-radio-field-text:before {
  -webkit-transition: all 0.4s ease;
  display: inline-block;
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #868686;
  border-radius: 100%;
  background: #FBFBFB;
  content: "";
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  transition: all 0.4s ease;
}
input[type=radio]:checked + .mwform-radio-field-text:before {
  -webkit-box-shadow: inset 0 0 0 5px #F3F3F3;
  background-color: #00B900;
          box-shadow: inset 0 0 0 5px #F3F3F3;
}
input[type=radio]:focus + .mwform-radio-field-text:before {
  border-color: #00B900;
  outline: none;
}
input[type=radio]:disabled + .mwform-radio-field-text:before {
  -webkit-box-shadow: inset 0 0 0 4px #868686;
  border-color: #868686;
  background: #FBFBFB;
          box-shadow: inset 0 0 0 4px #868686;
}
input[type=radio] + .mwform-radio-field-text:empty:before {
  margin-right: 0;
}

.vertical-item:not(:first-of-type) {
  margin-top: 16px !important;
  margin-top: 1rem !important;
}

/* chack-btn */
@-webkit-keyframes dothabottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 13px;
  }
}
@keyframes dothabottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 13px;
  }
}
@keyframes dothatopcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 31.2px;
  }
}
@-webkit-keyframes dothatopcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 31.2px;
  }
}
input[type=checkbox] {
  display: none;
}

.check-box .vertical-item:not(:first-of-type) {
  margin-top: 24px !important;
  margin-top: 1.5rem !important;
}
.check-box label {
  position: relative;
  cursor: pointer;
}
.check-box label::before {
  -webkit-transition: border-color ease 0.2s;
  display: block;
  z-index: 1;
  position: absolute;
  top: -0.15em;
  left: 0;
  width: 26px;
  height: 26px;
  margin-right: 1em;
  border: 1px solid #868686;
  background-color: transparent;
  content: "";
  transition: border-color ease 0.2s;
}

.mwform-checkbox-field-text {
  display: block;
  padding-left: calc(26px + 1rem);
  vertical-align: top;
}
.mwform-checkbox-field-text::before, .mwform-checkbox-field-text::after {
  -webkit-transform-origin: left top;
  -webkit-transition: opacity ease 0.5;
  display: inline-block;
  z-index: 2;
  position: absolute;
  width: 5.2px;
  height: 0;
          transform-origin: left top;
  background-color: #00B900;
  content: "";
  transition: opacity ease 0.5;
}
.mwform-checkbox-field-text::before {
  -webkit-transform: rotate(-135deg);
  top: 22.36px;
  left: 10.4px;
          transform: rotate(-135deg);
}
.mwform-checkbox-field-text::after {
  -webkit-transform: rotate(-45deg);
  top: 13px;
  left: 0.78px;
          transform: rotate(-45deg);
}

input[type=checkbox]:checked + .mwform-checkbox-field-text,
.mwform-checkbox-field-text.checked {
  border-color: #00B900;
}
input[type=checkbox]:checked + .mwform-checkbox-field-text::after,
.mwform-checkbox-field-text.checked::after {
  -webkit-animation: dothabottomcheck 0.2s ease 0s forwards;
  height: 13px;
          animation: dothabottomcheck 0.2s ease 0s forwards;
}
input[type=checkbox]:checked + .mwform-checkbox-field-text::before,
.mwform-checkbox-field-text.checked::before {
  -webkit-animation: dothatopcheck 0.4s ease 0s forwards;
  -webkit-box-shadow: 0 0 0 1.3px #fff;
  height: 31.2px;
          box-shadow: 0 0 0 1.3px #fff;
          animation: dothatopcheck 0.4s ease 0s forwards;
}

.mw_wp_form .error {
  margin-top: 11.2px;
  margin-top: 0.7rem;
}

/*--------------------------------------------------------------------/
	aside
/--------------------------------------------------------------------*/

.widget-blog-aside:not(:last-child) {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.widget-blog-aside__tit {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  padding: 4.8px 0 8px;
  padding: 0.3rem 0 0.5rem;
  border-bottom: 1px solid #C9CED2;
  font-weight: 500;
  font-size: 1.28em;
}
.widget-blog-aside ul li a {
  padding-left: 1.3em;
  color: #333333;
  text-decoration: none !important;
  text-indent: -1.3em;
}
.widget-blog-aside ul li a::before {
  display: inline-block;
  padding-right: 0.2em;
  padding-bottom: 0.1em;
  content: "●";
  color: #868686;
  font-size: 1em;
  text-decoration: none !important;
  vertical-align: baseline;
}
.widget-blog-aside ul li a:hover {
  text-decoration: underline !important;
}

.tag-cloud-link {
  position: relative;
  margin-right: 8px;
  margin-right: 0.5rem;
  padding-left: 24px;
  padding-left: 1.5rem;
  color: #333333;
  font-size: 16px !important;
  font-size: 1rem !important;
  text-decoration: none !important;
}
.tag-cloud-link:before {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.tag-cloud-link::before {
  position: absolute;
  top: 0.5em;
  left: 3.2px;
  left: 0.2rem;
  color: #868686;
  font-size: 1em;
  text-decoration: none !important;
}
.tag-cloud-link:hover {
  text-decoration: underline !important;
}

/* calendar
------------------------------------*/
#wp-calendar {
  width: 100%;
  border-collapse: separate;
}

.calendar_wrap {
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
  border: 1px solid #C9CED2;
}

.wp-calendar-table {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
.wp-calendar-table caption {
  padding: 4.8px 2%;
  padding: 0.3rem 2%;
}
.wp-calendar-table thead th {
  width: auto;
  padding: 6px;
  color: #868686;
  font-weight: 500;
  text-align: center;
}
.wp-calendar-table td {
  border: 2px solid #fff;
  background: #F3F3F3;
  font-size: 1.07em;
  line-height: 2;
  text-align: center;
}
.wp-calendar-table td a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  background-color: #00B900;
  color: #fff;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.wp-calendar-table td a:hover {
  background-color: #00AA00;
}
.wp-calendar-table td.pad {
  background: transparent;
}
.wp-calendar-table td#today {
  background: #868686;
  color: #fff;
}
.wp-calendar-nav {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  width: 100%;
  padding-bottom: 4.8px;
  padding-bottom: 0.3rem;
}
.wp-calendar-nav a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  padding: 6.4px 16px;
  padding: 0.4rem 1rem;
  background-color: #F3F3F3;
  color: #333333;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.wp-calendar-nav a:hover {
  background-color: #868686;
  color: #fff;
}

[name=archive-dropdown] {
  width: 100% !important;
}

/*--------------------------------------------------------------------/
	main-view
/--------------------------------------------------------------------*/
.main-view {
  position: relative;
  background: url(../img/common/camouflage_bg.jpg) center center/cover no-repeat;
}
.main-view__inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
          justify-content: center;
  height: 100%;
  height: clamp(90px, 18vw, 180px);
}
.main-view__tit {
  text-align: center;
}
.main-view__tit b {
  color: #fff;
  font-weight: 900;
  font-size: calc(1.25rem + 1.56863vw - 4.39216px);
}
.main-view__tit b.is-404 {
  font-size: calc(1.34rem + 1.76471vw - 4.94118px);
  font-family: 'Poppins', sans-serif;
}
.main-view__tit span {
  display: block;
  color: #fff;
}
.main-view__tit span.is-qa {
  margin-top: 0.3em;
  font-weight: 700;
  font-size: calc(0.94rem + 0.29412vw - 0.82353px);
  letter-spacing: 0.02em;
}
.main-view__tit span.is-category {
  margin-top: 0.15em;
  font-weight: 800;
  font-size: calc(1rem + 1.17647vw - 3.29412px);
  letter-spacing: 0.02em;
}

/* contents */
.contents {
  padding-top: clamp(2em, 4vw, 50.24px);
  padding-top: clamp(2em, 4vw, 3.14rem);
  background: #fff;
}

/*--------------------------------------------------------------------/
	single-page
/--------------------------------------------------------------------*/
.single-cont__txt {
  margin-bottom: 64px;
  margin-bottom: 4rem;
}
.single-cont__txt::after {
  display: block;
  clear: both;
  content: "";
}
.single-cont__thumbnail {
  width: 50%;
  margin-bottom: 48px;
  margin-bottom: 3rem;
  margin-left: 6%;
  float: right;
}

.single-sub {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.single-date {
  margin-right: 16px;
  margin-right: 1rem;
  color: #868686;
  line-height: 1.4;
  font-family: 'Noto Sans JP', sans-serif;
}

@media (min-width: 376px) {
  /*====================================================================/
  /*--iPhone 以上--
  /====================================================================*/
  /*====================================================================/
  /*--iPhone 以上--
  /====================================================================*/
}

@media (min-width: 576px) {
  /*====================================================================/
  /*--スマホ 以上--
  /====================================================================*/
  .about-flow__box__num::after {
    font-size: 1.33rem;
  }
  .qa-category__item {
    padding: 0.5em 1em;
  }
  /*====================================================================/
  /*--スマホ 以上--
  /====================================================================*/
  .gallery-top .slick-arrow i {
    font-size: 1.33rem;
  }
  .slick-nav-arrows .slick-prev i,
  .slick-nav-arrows .slick-next i {
    font-size: 1.6rem;
  }
  .single-nextprev__img {
    width: 50px;
    height: 50px;
  }
  .single-nextprev__img__inner {
    z-index: 4;
    position: relative;
    width: 100%;
  }
  .single-nextprev__img__inner::before {
    display: block;
    position: relative;
    padding-top: 100%;
    content: "";
  }
  .single-nextprev__img__inner > div,
  .single-nextprev__img__inner figure,
  .single-nextprev__img__inner a,
  .single-nextprev__img__inner picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .single-nextprev__txt {
    width: calc(100% - 50px);
  }
  .single-nextprev__tit {
    font-size: calc(0.7rem + 0.27624vw - 1.59116px);
  }
  .single-nextprev__arrow {
    font-size: 0.87rem;
  }
  .single-nextprev .next_post a {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
            justify-content: flex-end;
  }
  .single-nextprev .next_post .single-nextprev__txt {
    padding-left: 1em;
  }
  .single-nextprev .next_post .single-nextprev__arrow::before {
    font-size: 1.33rem;
  }
  .single-nextprev .prev_post .single-nextprev__txt {
    padding-right: 1em;
  }
  .single-nextprev .prev_post .single-nextprev__arrow::after {
    font-size: 1.33rem;
  }
  .contact-privacy .txt {
    font-size: 1em;
  }
  .widget-blog-aside__tit {
    font-size: 1.2em;
  }
  .widget-blog-aside ul li a::before {
    font-size: 0.93em;
  }
  .tag-cloud-link::before {
    font-size: 0.93em;
  }
  .wp-calendar-table td {
    font-size: 1em;
  }
  [name=archive-dropdown] {
    width: 90% !important;
  }
  .single-sub {
    -webkit-box-align: start;
        -ms-flex-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: flex-start;
    margin-bottom: 2rem;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  /*====================================================================/
  /*--スマホ以上 タブレット iPadmini未満--
  /====================================================================*/
  /*====================================================================/
  /*--スマホ以上 タブレット iPadmini未満--
  /====================================================================*/
}

@media (max-width: 1023px) and (min-width: 576px) {
  .contact-privacy__tit .privacy-btn i {
    font-size: 2.13rem;
  }
}

@media (min-width: 768px) {
  /*====================================================================/
  /*--タブレット　iPadmini 以上--
  /====================================================================*/
  .about-intro::before {
    height: calc(100% - 5rem);
    background: url(../img/lv2/about_bg_pc.jpg) bottom center/cover no-repeat;
  }
  .about-service__list {
    row-gap: clamp(5em, 6vw, 6em);
  }
  .about-service__box:nth-of-type(even) .about-service__box__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .about-service__box__inner {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .about-service__box__txt {
    width: 50%;
  }
  .about-service__box__txt__tit {
    font-size: calc(1rem + 0.75188vw - 5.77444px);
  }
  .about-service__box__img {
    width: 40%;
  }
  .about-fee__cost__dl {
    min-width: 600px;
  }
  .about-flow__box {
    padding: 1.75em 2em;
  }
  .about-flow__box:not(:last-of-type)::before {
    top: calc(1.5em + 28px);
    left: calc(2em + 28px);
    width: 4px;
    height: calc(100% + 1.75em);
    background-image: linear-gradient(to bottom, #00B900 8px, transparent 8px);
    background-size: 4px 16px;
  }
  .about-flow__box__num {
    width: 60px;
    height: 60px;
  }
  .about-flow__box__num::after {
    top: calc(50% - 16px);
    left: calc(50% - 20px);
    font-size: 2.29rem;
  }
  .support-list {
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  }
  .qa-list__box summary {
    padding-left: 3.75rem;
  }
  .qa-list__box summary::before {
    top: 0.4em;
    font-size: 2.25rem;
  }
  .qa-list__box .details-content {
    padding-left: 3.75rem;
  }
  .qa-list__box .details-content::before {
    top: 0.4em;
    font-size: 2.25rem;
  }
  /*====================================================================/
  /*--タブレット　iPadmini 以上--
  /====================================================================*/
  .slick-nav-arrows .slick-prev,
  .slick-nav-arrows .slick-next {
    width: 30px;
    height: 30px;
  }
  .slick-nav-arrows .slick-prev i,
  .slick-nav-arrows .slick-next i {
    font-size: 2.29rem;
  }
  .facility-video__box__inner {
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: 50% 45%;
            column-gap: 5%;
  }
  .facility-video__box__tit {
    grid-row: 1/2;
    grid-column: 1/2;
    font-size: calc(1rem + 1.12782vw - 8.66165px);
  }
  .facility-video__box__video {
    grid-row: 1/3;
    grid-column: 2/3;
  }
  .facility-video__box__txt {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .facility-access__inner {
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: 45% 50%;
            column-gap: 5%;
  }
  .facility-access__tit {
    grid-row: 1/2;
    grid-column: 1/2;
    margin-top: 1em;
    font-size: calc(1.14rem + 1.12782vw - 8.66165px);
  }
  .facility-access__map {
    grid-row: 1/3;
    grid-column: 2/3;
  }
  .facility-access__txt {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .single-nextprev__img {
    width: 80px;
    height: 80px;
  }
  .single-nextprev__txt {
    width: calc(100% - 80px);
  }
  input.middle,
  select.middle {
    width: 70%;
  }
  input.short,
  select.short {
    width: 30%;
  }
  .single-cont__txt {
    margin-bottom: 6rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  /*====================================================================/
  /*--タブレット iPadmini以上 XGAサイズ iPadPro未満--
  /====================================================================*/
  /*====================================================================/
  /*--タブレット iPadmini以上 XGAサイズ iPadPro未満--
  /====================================================================*/
}

@media (min-width: 768px) and (min-width: 576px) {
  .about-flow__box__num::after {
    font-size: 2.13rem;
  }
  .slick-nav-arrows .slick-prev i,
  .slick-nav-arrows .slick-next i {
    font-size: 2.13rem;
  }
}

@media (min-width: 1024px) {
  /*====================================================================/
  /*--XGAサイズ　iPadPro 以上--
  /====================================================================*/
  .about-intro__txt {
    line-height: 2;
  }
  .about-btnlist__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1em 3.69%;
  }
  .about-btnlist__list li {
    width: 48.155%;
  }
  .about-btnlist__list li a {
    font-size: calc(1rem + 2vw - 20px);
  }
  .about-use::before {
    height: calc(100% - 2.6em);
  }
  .about-use__tit span {
    padding: 0.7em 1em;
  }
  .about-entry::before {
    height: calc(100% - 2.6em);
  }
  .about-entry__tit span {
    padding: 0.7em 1em;
  }
  .about-flow__box__num::after {
    font-size: 1.25rem;
  }
  /*====================================================================/
  /*--XGAサイズ　iPadPro 以上--
  /====================================================================*/
  .gallery-top {
    width: 720px;
  }
  .gallery-top .slick-arrow i {
    font-size: 1.25rem;
  }
  .gallery-top .slick-arrow i {
    width: 40px;
    height: 40px;
  }
  .gallery-top .sp-slide img {
    max-height: 480px;
  }
  .gallery-thumbs {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 0;
    width: 16%;
    min-width: 138px;
    padding: 0;
            transform: translateY(-50%);
  }
  .gallery-thumbs .slick-list {
    padding: 0 0 !important;
  }
  .gallery-thumbs .slick-track {
    left: 0 !important;
  }
  .gallery-thumbs .slick-slide {
    max-height: 92px;
    margin: 2px 0;
    padding: 0;
  }
  .facility-main {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
            justify-content: space-between;
  }
  .facility-slider {
    width: 43.07%;
  }
  .facility-slider .facility-slider__thumbs__list {
    -webkit-column-gap: 2.67%;
       -moz-column-gap: 2.67%;
            column-gap: 2.67%;
    row-gap: 0.75vw;
  }
  .slick-nav-arrows .slick-prev,
  .slick-nav-arrows .slick-next {
    top: 11.23vw;
  }
  .slick-nav-arrows .slick-prev i,
  .slick-nav-arrows .slick-next i {
    font-size: 1.5rem;
  }
  .facility_overview {
    width: 50%;
  }
  .facility_overview__table th {
    width: 25%;
    min-width: 180px;
    border-right: 1px solid #D1EED4;
  }
  .facility-pdf__list {
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
            column-gap: 2%;
    gap: 2em 1.25em;
  }
  .facility-pdf__list li {
    width: 49%;
  }
  .facility-imgtext__box:nth-of-type(even) .facility-imgtext__box__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .facility-imgtext__box__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .facility-imgtext__box__txt {
    width: 50%;
    padding-top: 1em;
  }
  .facility-imgtext__box__catch {
    font-size: calc(1.14rem + 2vw - 20px);
  }
  .facility-imgtext__box__img {
    width: 43.07%;
  }
  .facility-video__box {
    padding: clamp(1.5em, 2vw, 2em) 3em;
  }
  .facility-table__table th {
    width: 25%;
    min-width: 180px;
  }
  .facility-access__map {
    padding-bottom: 66%;
  }
  .single-nextprev__arrow {
    font-size: 0.81rem;
  }
  .single-nextprev .next_post .single-nextprev__arrow::before {
    font-size: 1.25rem;
  }
  .single-nextprev .prev_post .single-nextprev__arrow::after {
    font-size: 1.25rem;
  }
  .contact-privacy {
    max-height: 300px;
    margin-top: 1.5rem;
    padding: clamp(1.5rem, 3vw, 3rem) 5% clamp(2rem, 3.5vw, 3rem);
    overflow-y: scroll;
    scrollbar-color: #C9CED2 #fff;
    scrollbar-width: thin;
  }
  .contact-privacy::-webkit-scrollbar {
    width: 8px;
  }
  .contact-privacy::-webkit-scrollbar-track {
    background: transparent;
  }
  .contact-privacy::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    border-radius: 8px;
    background: #C9CED2;
            box-shadow: inset 0 0 0 1px #fff;
  }
  .contact-privacy__inner {
    margin-top: 1.5rem;
    padding: 0 5%;
  }
  .contact-privacy__tit {
    margin-bottom: clamp(1rem, 2vw, 2rem);
  }
  .contact-privacy__tit::before {
    position: absolute;
    bottom: 0;
    left: calc(50% - 2rem);
    width: 4rem;
    height: 3px;
    border-radius: 2px;
    background: #00B900;
    content: "";
  }
  .contact-privacy__tit .privacy-btn {
    display: none;
  }
  .contact-privacy .txt {
    font-size: 0.93em;
  }
  .contact-table th, .contact-table td {
    display: table-cell;
    padding: 1rem 0 1.5rem;
  }
  .contact-table th {
    width: 30%;
  }
  .contact-table td {
    width: auto;
  }
  .aside {
    width: 320px;
  }
  .widget-blog-aside__tit {
    font-size: 1.12em;
  }
  .widget-blog-aside ul li a::before {
    font-size: 0.87em;
  }
  .tag-cloud-link::before {
    font-size: 0.87em;
  }
  .wp-calendar-table td {
    font-size: 0.93em;
  }
  .main-view__inner {
    min-height: 180px;
  }
}

@media (min-width: 1024px) and (max-width: 1412px) {
  /*====================================================================/
  /*--XGAサイズ iPadPro以上 PC未満--
  /====================================================================*/
  /*====================================================================/
  /*--XGAサイズ iPadPro以上 PC未満--
  /====================================================================*/
}

@media (min-width: 768px) and (min-width: 1024px) {
  .about-flow__box__num::after {
    font-size: 2rem;
  }
  .slick-nav-arrows .slick-prev i,
  .slick-nav-arrows .slick-next i {
    font-size: 2rem;
  }
}

@media (max-width: 1023px) and (min-width: 1024px) {
  .contact-privacy__tit .privacy-btn i {
    font-size: 2rem;
  }
}

@media (min-width: 1413px) {
  /*====================================================================/
  /*---PC 以上--
  /====================================================================*/
  .about-intro::before {
    border-width: 24px;
  }
  .about-intro__tit {
    font-size: 2.29rem;
  }
  .about-intro__txt {
    font-size: 1.29rem;
  }
  .about-btnlist__list li a {
    font-size: 1.57rem;
  }
  .about-use__tit span {
    font-size: 2.14rem;
  }
  .about-service__box__txt {
    width: 48.15%;
  }
  .about-service__box__txt__tit {
    font-size: 1.57rem;
  }
  .about-service__box__img {
    width: 43.07%;
  }
  .about-entry__tit span {
    font-size: 2.14rem;
  }
  .about-fee__campaign__txt {
    font-size: 1.71rem;
  }
  .about-fee__cost__dl dt {
    font-size: 1.71rem;
  }
  .about-fee__cost__dl dd {
    font-size: 3.43rem;
  }
  .about-flow__box__item {
    font-size: 1.86rem;
  }
  .support-intro__txt {
    font-size: 1.29rem;
    text-align: center;
  }
  .support-box__tit {
    font-size: 1.43rem;
  }
  .qa-category {
    font-size: 1.14rem;
  }
  .qa-list__box summary {
    font-size: 1.36rem;
  }
  .qa-list__box .details-content {
    font-size: 1.21rem;
  }
  /*====================================================================/
  /*---PC 以上--
  /====================================================================*/
  .slick-nav-arrows .slick-prev,
  .slick-nav-arrows .slick-next {
    top: 168px;
  }
  .slick-nav-arrows .slick-prev {
    top: 168px;
  }
  .facility-imgtext__box__catch {
    font-size: 1.71rem;
  }
  .facility-video__box__tit {
    font-size: 1.57rem;
  }
  .facility-table__table th {
    width: 225px;
  }
  .facility-access__tit {
    font-size: 1.71rem;
  }
  .single-nextprev__img {
    width: 100px;
    height: 100px;
  }
  .single-nextprev__txt {
    width: calc(100% - 100px);
  }
  .single-nextprev__tit {
    font-size: 1.07rem;
  }
  .single-nextprev__category {
    font-size: 0.86rem;
  }
  .contact-form__tit {
    font-size: 2.57rem;
  }
  .contact-privacy__tit {
    font-size: 1.57rem;
  }
  .main-view__tit b {
    font-size: 2.57rem;
  }
  .main-view__tit b.is-404 {
    font-size: 2.86rem;
  }
  .main-view__tit span.is-qa {
    font-size: 1.29rem;
  }
  .main-view__tit span.is-category {
    font-size: 2rem;
  }
}

@media (min-width: 1413px) and (max-width: 1612px) {
  /*====================================================================/
  /*--px以上 Large PC未満--
  /====================================================================*/
  /*====================================================================/
  /*--px以上 Large PC未満--
  /====================================================================*/
}

@media (min-width: 1413px) and (min-width: 576px) {
  .about-intro__tit {
    font-size: 2.13rem;
  }
  .about-intro__txt {
    font-size: 1.2rem;
  }
  .about-btnlist__list li a {
    font-size: 1.47rem;
  }
  .about-use__tit span {
    font-size: 2rem;
  }
  .about-service__box__txt__tit {
    font-size: 1.47rem;
  }
  .about-entry__tit span {
    font-size: 2rem;
  }
  .about-fee__campaign__txt {
    font-size: 1.6rem;
  }
  .about-fee__cost__dl dt {
    font-size: 1.6rem;
  }
  .about-fee__cost__dl dd {
    font-size: 3.2rem;
  }
  .about-flow__box__item {
    font-size: 1.73rem;
  }
  .support-intro__txt {
    font-size: 1.2rem;
  }
  .support-box__tit {
    font-size: 1.33rem;
  }
  .qa-category {
    font-size: 1.07rem;
  }
  .qa-list__box summary {
    font-size: 1.27rem;
  }
  .qa-list__box .details-content {
    font-size: 1.13rem;
  }
  .facility-imgtext__box__catch {
    font-size: 1.6rem;
  }
  .facility-video__box__tit {
    font-size: 1.47rem;
  }
  .facility-access__tit {
    font-size: 1.6rem;
  }
  .single-nextprev__tit {
    font-size: 1rem;
  }
  .single-nextprev__category {
    font-size: 0.8rem;
  }
  .contact-form__tit {
    font-size: 2.4rem;
  }
  .contact-privacy__tit {
    font-size: 1.47rem;
  }
  .main-view__tit b {
    font-size: 2.4rem;
  }
  .main-view__tit b.is-404 {
    font-size: 2.67rem;
  }
  .main-view__tit span.is-qa {
    font-size: 1.2rem;
  }
  .main-view__tit span.is-category {
    font-size: 1.87rem;
  }
}

@media (min-width: 1413px) and (min-width: 1024px) {
  .about-intro__tit {
    font-size: 2rem;
  }
  .about-intro__txt {
    font-size: 1.13rem;
  }
  .about-btnlist__list li a {
    font-size: 1.38rem;
  }
  .about-use__tit span {
    font-size: 1.88rem;
  }
  .about-service__box__txt__tit {
    font-size: 1.38rem;
  }
  .about-entry__tit span {
    font-size: 1.88rem;
  }
  .about-fee__campaign__txt {
    font-size: 1.5rem;
  }
  .about-fee__cost__dl dt {
    font-size: 1.5rem;
  }
  .about-fee__cost__dl dd {
    font-size: 3rem;
  }
  .about-flow__box__item {
    font-size: 1.63rem;
  }
  .support-intro__txt {
    font-size: 1.13rem;
  }
  .support-box__tit {
    font-size: 1.25rem;
  }
  .qa-category {
    font-size: 1rem;
  }
  .qa-list__box summary {
    font-size: 1.19rem;
  }
  .qa-list__box .details-content {
    font-size: 1.06rem;
  }
  .facility-imgtext__box__catch {
    font-size: 1.5rem;
  }
  .facility-video__box__tit {
    font-size: 1.38rem;
  }
  .facility-access__tit {
    font-size: 1.5rem;
  }
  .single-nextprev__tit {
    font-size: 0.94rem;
  }
  .single-nextprev__category {
    font-size: 0.75rem;
  }
  .contact-form__tit {
    font-size: 2.25rem;
  }
  .contact-privacy__tit {
    font-size: 1.38rem;
  }
  .main-view__tit b {
    font-size: 2.25rem;
  }
  .main-view__tit b.is-404 {
    font-size: 2.5rem;
  }
  .main-view__tit span.is-qa {
    font-size: 1.13rem;
  }
  .main-view__tit span.is-category {
    font-size: 1.75rem;
  }
}

@media (min-width: 1613px) {
  /*====================================================================/
  /*--Large PC 以上--
  /====================================================================*/
  .support-list {
    grid-template-columns: repeat(3, 31.2%);
  }
  /*====================================================================/
  /*--Large PC 以上--
  /====================================================================*/
}

@media (max-width: 1612px) {
  /*====================================================================/
  /*--Large PC 未満--
  /====================================================================*/
  /*====================================================================/
  /*--Large PC 未満--
  /====================================================================*/
}

@media (max-width: 1412px) {
  /*====================================================================/
  /*--PC 未満--
  /====================================================================*/
  /*====================================================================/
  /*--PC 未満--
  /====================================================================*/
}

@media (max-width: 1023px) {
  /*====================================================================/
  /*--XGAサイズ iPadPro 未満--
  /====================================================================*/
  .about-btnlist__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: 1em;
            flex-direction: column;
  }
  .about-btnlist__list li {
    width: 100%;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
  /*====================================================================/
  /*--XGAサイズ iPadPro 未満--
  /====================================================================*/
  .gallery-top {
    margin-bottom: 1.5rem;
  }
  .gallery-thumbs .slick-slide {
    margin-right: 6px;
  }
  .facility-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: clamp(2em, 3vw, 3em);
            flex-direction: column;
  }
  .facility-slider {
    margin-right: auto;
    margin-left: auto;
  }
  .facility-slider .facility-slider__thumbs__list {
    -webkit-column-gap: 2.67%;
       -moz-column-gap: 2.67%;
            column-gap: 2.67%;
    row-gap: 2.67vw;
    margin-right: auto;
    margin-left: auto;
  }
  .facility_overview__table th {
    display: block;
    padding: 0.75em 1em;
  }
  .facility_overview__table td {
    display: block;
    padding: 0.75em 1em;
  }
  .facility-pdf__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: 1em;
            flex-direction: column;
  }
  .facility-imgtext__box__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: 1em;
            flex-direction: column;
  }
  .facility-table__table th {
    display: block;
    padding-bottom: 0.3em;
  }
  .facility-table__table td {
    display: block;
    padding-top: 0;
    padding-left: 0;
  }
  .facility-access__map {
    padding-bottom: 300px;
  }
  .contact-privacy__tit {
    position: relative;
    padding: 1.5rem 6%;
    cursor: pointer;
  }
  .contact-privacy__tit .privacy-btn {
    -webkit-transition: all 0.3s ease 0s;
    display: block;
    position: absolute;
    top: calc(50% - 16px);
    right: 1rem;
    width: 32px;
    height: 32px;
    transition: all 0.3s ease 0s;
  }
  .contact-privacy__tit .privacy-btn i {
    color: #868686;
    font-size: 2.29rem;
    line-height: 1;
  }
  .contact-privacy__tit .privacy-btn.active {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .contact-privacy__txt {
    padding: 2em 5% clamp(2rem, 3.5vw, 3.5rem);
  }
  .contact-table th, .contact-table td {
    display: block;
    padding: 0;
  }
  .contact-table td {
    padding: 1rem 0 2rem;
  }
}

@media (max-width: 767px) {
  /*====================================================================/
  /*--タブレット iPadmini 未満--
  /====================================================================*/
  .about-intro {
    padding-bottom: clamp(5rem, 36vw, 16rem);
  }
  .about-service__box__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: 1.5em;
            flex-direction: column;
  }
  .about-fee__cost__dl {
    width: 100%;
  }
  /*====================================================================/
  /*--タブレット iPadmini 未満--
  /====================================================================*/
  .facility_overview__btn {
    text-align: center;
  }
  .facility-video__box__video {
    max-width: 480px;
    margin-right: auto;
    margin-bottom: 1rem;
    margin-left: auto;
  }
}

@media (max-width: 575px) {
  /*====================================================================/
  /*--iPhone 以下--
  /====================================================================*/
  .qa-category__item {
    min-width: calc(50% - 0.25em);
  }
  /*====================================================================/
  /*--iPhone 以下--
  /====================================================================*/
  .single-nextprev a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
    -ms-flex-line-pack: end;
            flex-direction: column-reverse;
        align-content: flex-end;
  }
  .single-nextprev__img {
    width: 100%;
    height: auto;
  }
}