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

lv2.css

=====================================================================*/
/*--------------------------------------------------------------------/
	breadcrumb
/--------------------------------------------------------------------*/
.breadcrumb {
  z-index: 3;
  position: absolute;
  bottom: 10px;
  left: 5%;
}
.breadcrumb__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  font-size: 0.73em;
}
.breadcrumb__list .item-home {
  font-size: 1.1em;
}
.breadcrumb__list li {
  position: relative;
  color: #979DA4;
}
.breadcrumb__list li:not(:last-child) {
  padding-right: 1.5rem;
}
.breadcrumb__list li:not(:last-child):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;
}
.breadcrumb__list li:not(:last-child)::after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0.3rem;
          transform: translateY(-50%);
}
.breadcrumb__list a {
  -webkit-transition: all 0.3s ease 0s;
  vertical-align: top;
  transition: all 0.3s ease 0s;
}
.breadcrumb__list a:first-child {
  text-decoration: none !important;
}
.breadcrumb__list a:hover {
  color: #EA5168;
}

/*--------------------------------------------------------------------/
	free01
/--------------------------------------------------------------------*/
.free01-intro {
  margin-bottom: clamp(3rem, 5vw, 5rem);
}
.free01-intro__ttl {
  position: relative;
  margin-bottom: clamp(2rem, 2vw, 2rem);
}
.free01-intro__ttl__inner {
  font-weight: 700;
}
.free01-intro__ttl__inner small {
  display: block;
  padding-left: 0.5em;
  font-size: calc(1rem + 1.17647vw - 3.29412px);
  letter-spacing: 0.02em;
}
.free01-intro__ttl__inner strong {
  display: block;
  position: relative;
  font-weight: 700;
  font-size: calc(1.5rem + 1.17647vw - 3.29412px);
}
.free01-intro__ttl__inner strong b {
  color: #F6A2A2;
  font-size: 1.5em;
}
.free01-intro__ttl__inner strong::after {
  position: absolute;
  top: calc(50% + 2px);
  right: calc(100% + 0.5em);
  width: 100%;
  height: 2px;
  background: #F9DFDF;
  content: "";
}
.free01-intro__txt .txt {
  font-weight: 500;
  font-size: calc(0.94rem + 0.44118vw - 1.23529px);
}

.free01-nav {
  margin-bottom: clamp(5rem, 10vw, 10rem);
}
.free01-nav__ttl {
  position: relative;
  margin-bottom: 1rem;
  padding-left: 1.5em;
  color: #202020;
  font-weight: 400;
  font-family: 'Montserrat', serif;
  letter-spacing: 0;
}
.free01-nav__ttl::before {
  -webkit-transform-origin: bottom left;
  -webkit-transform: rotate(-45deg);
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 2em;
  height: 1px;
          transform: rotate(-45deg);
          transform-origin: bottom left;
  background: #202020;
  content: "";
}
.free01-nav__list {
  counter-reset: free01-navnum;
}

.free01-nav__item a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  position: relative;
  padding: 1.25em 3.5rem 1.25em 1.5em;
  border: 1px solid #C9CED2;
  border-radius: 999px;
  background-color: #ffffff;
  color: #202020;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.free01-nav__item a:hover {
  border-color: #F6A2A2;
  background-color: #F6A2A2;
  color: #ffffff;
}
.free01-nav__item a:hover .free01-nav__item__ttl::before {
  color: #ffffff;
}
.free01-nav__item a:hover .free01-nav__item__arrow {
  background: #ffffff;
}
.free01-nav__item a:hover .free01-nav__item__arrow i {
  color: #F6A2A2;
}
.free01-nav__item__ttl {
  position: relative;
  padding-left: 2.5em;
  font-weight: 500;
  font-size: 1.1em;
}
.free01-nav__item__ttl::before {
  -webkit-transition: all 0.3s ease 0s;
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
          transform: translateY(-50%);
  content: counter(free01-navnum, decimal-leading-zero);
  color: #F6A2A2;
  font-weight: 400;
  font-size: 1.4em;
  line-height: 1;
  font-family: 'Montserrat', serif;
  letter-spacing: 0;
  counter-increment: free01-navnum;
  transition: all 0.3s ease 0s;
}
.free01-nav__item__arrow {
  -webkit-transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  top: 50%;
  right: 1em;
  width: 36px;
  height: 36px;
          transform: translateY(-50%);
  border-radius: 50%;
  background: #F6A2A2;
  transition: all 0.3s ease 0s;
}
.free01-nav__item__arrow i {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #ffffff;
}
.free01-nav__item__arrow i::before {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
          transform: translate(-50%, -50%);
  font-size: 1.5rem;
}

.free01-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(5rem, 16vw, 16rem);
          flex-direction: column;
  counter-reset: free01-num;
}

.free01-box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.free01-box:nth-of-type(odd) .free01-box__img::before {
  background: #FDF7F6;
}
.free01-box:nth-of-type(even) .free01-box__img::before {
  background: #FDE7C1;
}

.free01-box__txt {
  z-index: 3;
  position: relative;
}
.free01-box__txt__ttl {
  position: relative;
  margin-bottom: clamp(1.5rem, 3vw, 3rem);
  padding-top: 1.5rem;
  padding-left: 2.5rem;
  overflow: hidden;
}
.free01-box__txt__ttl::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(free01-num, decimal-leading-zero);
  color: #F9DFDF;
  font-weight: 400;
  font-size: calc(1.75rem + 2.35294vw - 6.58824px);
  line-height: 0.9;
  font-family: 'Montserrat', serif;
  letter-spacing: 0.01em;
  counter-increment: free01-num;
}
.free01-box__txt__ttl::after {
  -webkit-transform-origin: bottom left;
  -webkit-transform: rotate(-45deg);
  position: absolute;
  top: 3rem;
  left: 0.5rem;
  width: 4rem;
  height: 1px;
          transform: rotate(-45deg);
          transform-origin: bottom left;
  background: #F9DFDF;
  content: "";
}
.free01-box__txt__ttl span {
  position: relative;
  font-weight: 700;
  font-size: calc(1.14rem + 1.32353vw - 3.70588px);
}
.free01-box__txt .btn-wrap {
  margin-top: 2rem;
}

.free01-box__img {
  z-index: 3;
  position: relative;
}
.free01-box__img::before {
  z-index: -1;
  position: absolute;
  content: "";
}

/*--------------------------------------------------------------------/
	company
/--------------------------------------------------------------------*/
.company-message {
  position: relative;
  margin-bottom: clamp(4rem, 8vw, 8rem);
  padding-top: clamp(2rem, 8vw, 8rem);
  padding-bottom: clamp(6rem, 12vw, 12rem);
  overflow: hidden;
  background-image: url(../img/common/img-mugi.svg);
  background-position: 0 0;
  background-size: 12%;
  background-repeat: no-repeat;
  background-color: #ffffff;
}
.company-message .l-cont {
  z-index: 2;
  position: relative;
}
.company-message__inner {
  position: relative;
}
.company-message__txt__txt p:not(:last-child) {
  margin-bottom: 2em;
}
.company-message__txt__name {
  margin-top: clamp(1.5em, 2vw, 2em);
  font-weight: 700;
  font-size: 1.14em;
  text-align: right;
}
.company-message__pic__inner > * {
  border-radius: 6px;
}
.company-message__pic__cap {
  margin-top: 1rem;
  margin-right: auto;
  margin-bottom: 1rem;
  margin-left: auto;
  text-align: center;
}
.company-message__pic__cap .is-img {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding: 0.5em 1em;
  background: #ffffff;
}
.company-message__pic__cap .is-txt {
  padding: 0.5em 1em;
  border-radius: 3px;
  background: #ffffff;
  font-weight: 700;
  font-size: 1.25em;
}

.company-message__bg {
  display: block;
  z-index: 1;
  position: absolute;
  overflow: hidden;
  content: "";
}
.company-message__bg__inner {
  position: relative;
  height: 100%;
}
.company-message__bg__inner::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(253, 247, 246, .5);
  content: "";
}
.company-message__bg__inner > * {
  height: 100%;
}

.company-philosophy {
  position: relative;
  margin-bottom: clamp(6rem, 12vw, 12rem);
  padding-top: clamp(5rem, 10vw, 12rem);
  padding-bottom: clamp(6rem, 12vw, 12rem);
  overflow: hidden;
}
.company-philosophy .l-cont {
  z-index: 2;
  position: relative;
}
.company-philosophy__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.company-philosophy__ttl__inner {
  color: #ffffff;
}
.company-philosophy__ttl__inner b {
  display: block;
  position: relative;
  margin-bottom: 0.2em;
  padding-right: clamp(3rem, 6vw, 6rem);
  font-weight: 400;
  font-size: calc(2.25rem + 1.76471vw - 4.94118px);
  line-height: 1;
  font-family: 'Montserrat', serif;
}
.company-philosophy__ttl__inner small {
  display: block;
  font-size: calc(1rem + 0.88235vw - 2.47059px);
  font-family: 'Zen Kaku Gothic New', serif;
}

.company-philosophy__txt {
  line-height: 2;
}
.company-philosophy__txt__inner {
  padding: clamp(1.5rem, 4vw, 4rem) 5%;
  background: #ffffff;
}
.company-philosophy__txt__inner .txt {
  font-size: calc(0.94rem + 0.29412vw - 0.82353px);
}
.company-philosophy__txt__inner .txt p:not(:last-child) {
  margin-bottom: 1.5em;
}
.company-philosophy__txt__inner .txt strong {
  font-size: 1.14em;
}

.company-philosophy__bg {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #F9DFDF;
}
.company-philosophy__bg__inner {
  z-index: 2;
  position: relative;
  width: 100%;
  height: 100%;
}
.company-philosophy__bg__inner:before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .36);
  content: "";
}

.company-table {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(6rem, 9vw, 9rem);
          flex-direction: column;
  margin-bottom: clamp(6rem, 12vw, 12rem);
  padding-top: clamp(3rem, 9vw, 9rem);
}
.company-table__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.company-access__ttl {
  margin-bottom: clamp(2rem, 3vw, 3rem);
  text-align: center;
}
.company-access__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(2em, 6vw, 6em);
      flex-wrap: wrap;
}
.company-access__list > * {
  width: 100%;
}

.company-access__box__inner {
  container: access-box/inline-size;
}
.company-access__box__ttl {
  margin-bottom: 0.75rem;
  font-weight: 700;
  font-size: calc(1rem + 0.15823vw - 0.59494px);
}
.company-access__box__map {
  position: relative;
  height: 0;
  padding: 0;
  padding-bottom: 360px;
  overflow: hidden;
  background-color: #ffffff;
}
@container access-box (min-width:480px) {
  .company-access__box__map {
    padding-bottom: 40%;
  }
}
.company-access__box__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.company-access__box__txt {
  margin-top: 1em;
}

/*--------------------------------------------------------------------/
	recruit
/--------------------------------------------------------------------*/
.recruit-upper {
  position: relative;
  width: 100%;
  margin-bottom: clamp(6rem, 9vw, 9rem);
}
.recruit-upper::before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: clamp(160px, 38.54vw, 740px);
  height: clamp(160px, 38.54vw, 740px);
  background: #FDF7F6;
  content: "";
}
.recruit-upper .l-cont_full {
  z-index: 2;
  position: relative;
}
.recruit-upper__inner {
  position: relative;
}

.recruit-upper__ttl {
  position: relative;
  margin-bottom: clamp(2rem, 3vw, 3rem);
  padding-left: 10%;
}
.recruit-upper__ttl__inner {
  font-weight: 700;
}
.recruit-upper__ttl__inner small {
  display: block;
  padding-left: 0.5em;
  font-size: calc(1rem + 1.17647vw - 3.29412px);
  letter-spacing: 0.02em;
}
.recruit-upper__ttl__inner strong {
  display: block;
  position: relative;
  font-weight: 700;
  font-size: calc(2.5rem + 2.94118vw - 8.23529px);
  line-height: 1;
}
.recruit-upper__ttl__inner strong b {
  color: #F9DFDF;
  font-size: 1.5em;
}
.recruit-upper__ttl__inner strong::after {
  position: absolute;
  top: calc(50% + 2px);
  right: calc(100% + 0.2em);
  width: 100%;
  height: 2px;
  background: #F9DFDF;
  content: "";
}

.recruit-upper__txt {
  margin-bottom: clamp(2rem, 3vw, 3rem);
  padding-left: 10%;
}
.recruit-upper__txt__inner {
  width: 90%;
}
.recruit-upper__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-reset: merit-num;
}
.recruit-upper__box__inner {
  position: relative;
}
.recruit-upper__box__img {
  z-index: 1;
  position: relative;
  width: 100%;
}
.recruit-upper__box__img__inner {
  z-index: 1;
  position: relative;
  width: 100%;
  margin: 0;
}
.recruit-upper__box__img__inner::before {
  display: block;
  position: relative;
  padding-top: 56.25%;
  content: "";
}
.recruit-upper__box__img__inner > div,
.recruit-upper__box__img__inner figure,
.recruit-upper__box__img__inner a,
.recruit-upper__box__img__inner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.recruit-upper__box__txt {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
          justify-content: flex-end;
}
.recruit-upper__box__txt__inner {
  position: relative;
  width: 100%;
  padding: 0 5% clamp(1.5rem, 3vw, 3rem);
  background: #ffffff;
}
.recruit-upper__box__txt__inner::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 2em;
  background: #F9DFDF;
  content: "";
}
.recruit-upper__box__txt__inner::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2em;
  height: 1px;
  background: #F9DFDF;
  content: "";
}
.recruit-upper__box__txt__ttl {
  position: relative;
  margin-bottom: clamp(1rem, 1.5vw, 1.5rem);
  font-weight: 700;
}
.recruit-upper__box__txt__ttl span {
  display: block;
  padding: clamp(1.5rem, 2vw, 2rem) 5% 0.5em 4rem;
  font-size: calc(1.14rem + 1.02941vw - 2.88235px);
}
.recruit-upper__box__txt__ttl span::after {
  -webkit-transform-origin: bottom left;
  -webkit-transform: rotate(40deg);
  position: absolute;
  top: -1em;
  left: 1.25em;
  width: clamp(4rem, 7vw, 7rem);
  width: 1px;
  height: 3.5em;
          transform: rotate(40deg);
          transform-origin: bottom left;
  background: #F9DFDF;
  content: "";
}
.recruit-upper__box__txt__ttl::before {
  position: absolute;
  bottom: calc(100% - 0.4em);
  left: 0;
  content: counter(merit-num, decimal-leading-zero);
  color: #F9DFDF;
  font-weight: 400;
  font-size: calc(3rem + 2.35294vw - 6.58824px);
  line-height: 1;
  font-family: 'Montserrat', serif;
  letter-spacing: 0;
  counter-increment: merit-num;
}
/*.recruit-remarks */
.recruit-remarks {
  position: relative;
  margin-bottom: clamp(6rem, 9vw, 9rem);
}
.recruit-remarks__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(2rem, 3vw, 3rem);
          flex-direction: column;
}

.recruit-remarks__box {
  padding: clamp(1.5em, 2vw, 2rem) 5%;
  border: 1px solid #C9CED2;
}

/*.recruit-introduction */
.recruit-introduction {
  position: relative;
  margin-bottom: clamp(6rem, 9vw, 9rem);
}
.recruit-introduction__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(3rem, 6vw, 6rem);
          flex-direction: column;
}

.recruit-introduction__box {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.recruit-introduction__box__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.recruit-introduction__box__img {
  position: relative;
}
.recruit-introduction__box__img::before {
  z-index: -1;
  position: absolute;
  bottom: 0;
  background: #F9F5EF;
  content: "";
}
.recruit-introduction__box__txt__ttl {
  margin-bottom: clamp(1rem, 2vw, 2rem);
  font-weight: 700;
  font-size: calc(1.14rem + 0.88235vw - 2.47059px);
  line-height: 1.4;
}

/* recruit-gallery */
.recruit-gallery {
  margin-bottom: clamp(6rem, 9vw, 9rem);
  padding-top: clamp(3rem, 6vw, 6rem);
  padding-bottom: clamp(3rem, 6vw, 6rem);
  overflow: hidden;
}
.recruit-gallery__ttl {
  position: relative;
  margin-bottom: clamp(2rem, 5vw, 5rem);
  font-weight: 400;
  line-height: 1.4;
}
.recruit-gallery__ttl__inner {
  position: relative;
  height: 100%;
  padding-right: 1em;
}
.recruit-gallery__ttl__inner::after {
  position: absolute;
  top: 30%;
  left: 100%;
  width: 100vw;
  height: 2px;
  background: #F9DFDF;
  content: "";
}
.recruit-gallery__ttl b {
  display: inline-block;
  padding-right: 0.2em;
  font-weight: 400;
  font-size: calc(2.5rem + 3.38235vw - 9.47059px);
  font-family: 'Montserrat', serif;
  letter-spacing: 0.03em;
}
.recruit-gallery__ttl small {
  display: inline-block;
  color: #F9DFDF;
  font-weight: 700;
  font-size: calc(0.85rem + 0.88235vw - 2.47059px);
}

.recruit-gallery__box__inner {
  z-index: 1;
  position: relative;
  width: 100%;
}
.recruit-gallery__box__inner::before {
  display: block;
  position: relative;
  padding-top: 66.66%;
  content: "";
}
.recruit-gallery__box__inner > div,
.recruit-gallery__box__inner figure,
.recruit-gallery__box__inner a,
.recruit-gallery__box__inner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.recruit-gallery__box figcaption {
  margin-top: 0.5em;
}

.recruit-gallery {
  position: relative;
}
.recruit-gallery .swiper {
  position: relative;
  width: 100%;
  padding-bottom: clamp(4rem, 8vw, 8rem);
  overflow: visible;
}
.recruit-gallery .swiper-control {
  -webkit-column-gap: 1.5em;
     -moz-column-gap: 1.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
          column-gap: 1.5em;
          align-items: center;
  width: 100%;
  max-width: 1440px;
}
.recruit-gallery .swiper-next_prev {
  -ms-flex-negative: 0;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          column-gap: 6px;
      flex-shrink: 0;
  width: 102px;
  height: 48px;
}
.recruit-gallery .swiper-button-prev,
.recruit-gallery .swiper-button-next {
  display: block;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 48px;
  height: 48px;
  margin: 0;
  float: none;
  background-image: none;
}
.recruit-gallery .swiper-button-prev::before,
.recruit-gallery .swiper-button-next::before {
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #EA5168;
  border-radius: 50%;
  background: transparent;
  content: "";
  transition: all 0.3s ease 0s;
}
.recruit-gallery .swiper-button-prev::after,
.recruit-gallery .swiper-button-next::after {
  -webkit-transition: all 0.3s ease 0s;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #EA5168;
  font-size: 1.5em;
  transition: all 0.3s ease 0s;
}
.recruit-gallery .swiper-button-prev:hover::before,
.recruit-gallery .swiper-button-next:hover::before {
  border-color: #F9DFDF;
  background: #F9DFDF;
}
.recruit-gallery .swiper-button-prev:hover::after,
.recruit-gallery .swiper-button-next:hover::after {
  color: #ffffff;
}
.recruit-gallery .swiper-button-prev: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: "\e902";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.recruit-gallery .swiper-button-prev::after {
  -webkit-transform: translate(-60%, -50%);
          transform: translate(-60%, -50%);
}
.recruit-gallery .swiper-button-next: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: "\e901";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.recruit-gallery .swiper-button-next::after {
  -webkit-transform: translate(-40%, -50%);
          transform: translate(-40%, -50%);
}
.recruit-gallery .swiper-scrollbar {
  -ms-flex-negative: 1;
  z-index: 1;
      flex-shrink: 1;
  width: 100%;
  height: 6px;
  background: #f6f6f6;
}
.recruit-gallery .swiper-scrollbar-drag {
  -webkit-transition: all 0.3s ease 0s;
  height: 6px;
  background: #C9CED2;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.recruit-gallery .swiper-scrollbar-drag:hover {
  background-color: #F9DFDF;
}

/* recruit-table */
.recruit-table {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(6rem, 9vw, 9rem);
          flex-direction: column;
  margin-bottom: clamp(6rem, 12vw, 12rem);
}
.recruit-table__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.recruit-table__ttl {
  margin-bottom: clamp(2rem, 3vw, 3rem);
}
.recruit-table__ttl b {
  display: block;
  position: relative;
  margin-bottom: 0.2em;
  color: #000000;
  font-weight: 400;
  font-size: calc(2rem + 1.76471vw - 4.94118px);
  line-height: 1;
  font-family: 'Montserrat', serif;
}
.recruit-table__ttl small {
  display: block;
  color: #F9DFDF;
  font-size: calc(1rem + 0.88235vw - 2.47059px);
  font-family: 'Zen Kaku Gothic New', serif;
}

/* recruit-form */
.recruit-form__ttl {
  margin-bottom: clamp(2rem, 3vw, 3rem);
  text-align: center;
}
.recruit-form__ttl b {
  display: block;
  margin-bottom: 0.2em;
  font-weight: 400;
  font-size: calc(2rem + 2.05882vw - 5.76471px);
  line-height: 1;
  font-family: 'Montserrat', serif;
}
.recruit-form__ttl small {
  display: block;
  color: #F9DFDF;
  font-size: calc(1rem + 0.88235vw - 2.47059px);
  font-family: 'Zen Kaku Gothic New', serif;
}

/* 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";
}
/* Arrows */
.slick-prev,
.slick-next {
  -webkit-transform: translate(0, -50%);
  display: block;
  z-index: 1;
  position: absolute;
  padding: 0;
  transform: translate(0, -50%);
  border: none;
  outline: none;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

/* 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
/--------------------------------------------------------------------*/
.works-intro {
  margin-bottom: clamp(3rem, 6vw, 6rem);
  padding: clamp(1.5rem, 2vw, 2rem) 5%;
  background: #f6f6f6;
}

.works-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(6em, 12vw, 12em);
          flex-direction: column;
}
.works-content.is-reverse .works-post {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.works-content.is-reverse .works-contentfield {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

/* works-slider */
.works-slider {
  position: relative;
  margin-bottom: clamp(3rem, 9vw, 9rem);
}
.works-slider.is-thumbnailslider {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(1.5rem, 3vw, 3rem);
          flex-direction: column;
}
.works-slider.is-thumbnailslider .works-slider__top__inner {
  max-width: 800px;
}
.works-slider.is-thumbnailcolumn .works-slider__top__inner {
  max-width: 780px;
}
.works-slider.is-thumbnailcolumn .works-slider__thumbs__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}

.works-slider__top {
  position: relative;
}
.works-slider__top__inner {
  position: relative;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.works-slider__top .slick-nav-arrows .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;
  line-height: 1;
  transition: all 0.3s ease 0s;
}
.works-slider__top .slick-nav-arrows .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;
  font-size: 3rem;
}
.works-slider__top .slick-nav-arrows .slick-arrow i::before {
  -webkit-transition: all 0.3s ease 0s;
  color: #E5E9EC;
  transition: all 0.3s ease 0s;
}
.works-slider__top .slick-nav-arrows .slick-arrow:hover i::before {
  color: #FFC9C9;
}
.works-slider__top .slick-nav-arrows .slick-prev {
  top: calc(26.93vw - 0.5em);
}
.works-slider__top .slick-nav-arrows .slick-prev:before {
  display: none;
  content: "←";
}
.works-slider__top .slick-nav-arrows .slick-next {
  top: calc(26.93vw - 0.5em);
}
.works-slider__top .slick-nav-arrows .slick-next:before {
  display: none;
  content: "→";
}
.works-slider__top .sp-slide {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
.works-slider__top .sp-slide__inner {
  z-index: 1;
  position: relative;
  width: 100%;
}
.works-slider__top .sp-slide__inner::before {
  display: block;
  position: relative;
  padding-top: 66.66%;
  content: "";
}
.works-slider__top .sp-slide__inner > div,
.works-slider__top .sp-slide__inner figure,
.works-slider__top .sp-slide__inner a,
.works-slider__top .sp-slide__inner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.works-slider__top .sp-slide figcaption {
  position: relative;
  margin-top: clamp(0.5rem, 1vw, 1rem);
  padding-left: 1.5em;
  color: #000000;
  font-size: 0.9em;
  line-height: 1.4;
}
.works-slider__top .sp-slide figcaption::before {
  position: absolute;
  top: 0.1em;
  left: 0;
  content: "●";
  color: #F9DFDF;
  font-size: 0.8em;
}

.works-slider__thumbs {
  position: relative;
  width: 100%;
  max-width: 890px;
  margin-right: auto;
  margin-left: auto;
}
.works-slider__thumbs__inner {
  position: relative;
  width: 100%;
}
.works-slider__thumbs__list {
  width: 100%;
  overflow: hidden;
}
.works-slider__thumbs .sp-thumbnail {
  -webkit-transition: all 0.3s ease 0s;
  width: 14.16vw;
  border: 1px solid transparent;
  transition: all 0.3s ease 0s;
}
.works-slider__thumbs .sp-thumbnail:hover {
  border-color: #F9DFDF;
}
.works-slider__thumbs .sp-thumbnail__inner {
  z-index: 1;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.works-slider__thumbs .sp-thumbnail__inner::before {
  display: block;
  position: relative;
  padding-top: 100%;
  content: "";
}
.works-slider__thumbs .sp-thumbnail__inner > div,
.works-slider__thumbs .sp-thumbnail__inner figure,
.works-slider__thumbs .sp-thumbnail__inner a,
.works-slider__thumbs .sp-thumbnail__inner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.works-slider__thumbs .slick-nav-arrows .slick-arrow {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  line-height: 1;
}
.works-slider__thumbs .slick-nav-arrows .slick-arrow i {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -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;
          justify-content: center;
  width: 24px;
  height: 24px;
  border: 1px solid #C9CED2;
  border-radius: 50%;
  font-size: 1rem;
  transition: all 0.3s ease 0s;
}
.works-slider__thumbs .slick-nav-arrows .slick-arrow i::before {
  -webkit-transition: all 0.3s ease 0s;
  color: #C9CED2;
  transition: all 0.3s ease 0s;
}
.works-slider__thumbs .slick-nav-arrows .slick-arrow:hover i {
  border-color: transparent;
  background: rgba(255, 201, 201, .6);
}
.works-slider__thumbs .slick-nav-arrows .slick-arrow:hover i::before {
  color: #ffffff;
}
.works-slider__thumbs .slick-nav-arrows .slick-prev {
  -webkit-transform: translateY(-50%);
  top: 50%;
  right: calc(100% - 10px);
          transform: translateY(-50%);
}
.works-slider__thumbs .slick-nav-arrows .slick-prev:before {
  display: none;
  content: "←";
}
.works-slider__thumbs .slick-nav-arrows .slick-next {
  -webkit-transform: translateY(-50%);
  top: 50%;
  left: calc(100% - 10px);
          transform: translateY(-50%);
}
.works-slider__thumbs .slick-nav-arrows .slick-next:before {
  display: none;
  content: "→";
}
.works-slider__thumbs .slider-nav {
  background: #E5E9EC;
}
.works-slider__thumbs .slick-list {
  padding: 0 !important;
}
.works-slider__thumbs .slick-track {
  left: 0 !important;
  width: 100%;
  opacity: 1;
}
.works-slider__thumbs .slick-slide {
  -webkit-transition: all 0.3s ease 0s;
  opacity: 1;
  transition: all 0.3s ease 0s;
}

/* スライダーを使用しない場合の一枚画像　*/
.works-singleimg__img {
  position: relative;
  max-width: 1080px;
  margin: auto;
  margin-bottom: clamp(2rem, 4vw, 4rem);
}
.works-singleimg__img__inner {
  z-index: 1;
  position: relative;
  width: 100%;
}
.works-singleimg__img__inner::before {
  display: block;
  position: relative;
  padding-top: 66.66%;
  content: "";
}
.works-singleimg__img__inner > div,
.works-singleimg__img__inner figure,
.works-singleimg__img__inner a,
.works-singleimg__img__inner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.works-singleimg__img figcaption {
  margin-top: 0.75em;
  font-size: 0.9em;
  line-height: 1.4;
}

/* works-singlecont*/
.works-singlecont {
  position: relative;
  margin-bottom: clamp(3rem, 9vw, 9rem);
  padding: clamp(1.5rem, 2.5vw, 2.5rem) 5%;
  background: #ffffff;
}
.works-singlecont::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #F9DFDF;
  content: "";
}

.works-pdf {
  margin-bottom: clamp(3rem, 9vw, 9rem);
}
.works-pdf__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.works-pdf__list li a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 1.25em 4% 1.25em 4.5em;
  border: 1px solid #C9CED2;
  border-radius: 999px;
  color: #202020;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.works-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: "\e903";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.works-pdf__list li a::before {
  position: absolute;
  top: 0.8em;
  left: 1.25em;
  color: #C9CED2;
  font-size: 1.6em;
}
.works-pdf__list li a:hover {
  border-color: #979DA4;
  background: #979DA4;
  color: #ffffff;
}

.works-interview {
  margin-bottom: clamp(4rem, 9vw, 9rem);
}
.works-interview__list > *:not(:last-child) {
  margin-bottom: clamp(3rem, 8vw, 8rem);
}
.works-interview__box__catch {
  position: relative;
  margin-bottom: calc(0.5rem + 0.5em);
  padding-left: 1.5em;
  font-weight: 700;
  font-size: calc(1rem + 0.29412vw - 0.82353px);
  line-height: 1.5;
}
.works-interview__box__catch::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #F9DFDF;
  content: "";
}
.works-interview__box__img__inner {
  z-index: 1;
  position: relative;
  width: 100%;
}
.works-interview__box__img__inner::before {
  display: block;
  position: relative;
  padding-top: 66.66%;
  content: "";
}
.works-interview__box__img__inner > div,
.works-interview__box__img__inner figure,
.works-interview__box__img__inner a,
.works-interview__box__img__inner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.works-interview__box__img figcaption {
  z-index: 1;
  position: relative;
  margin-top: 0.5rem;
  padding-left: 1.5rem;
  line-height: 1.4;
}
.works-interview__box__img figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
  color: #729ee0;
}

/* works-video */
.works-video {
  -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;
  margin-top: clamp(6em, 12vw, 12em);
}
.works-video__box__ttl {
  font-weight: 700;
  font-size: calc(1.14rem + 1.17647vw - 3.29412px);
  line-height: 1.4;
}
.works-video__box__video__inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.works-video__box__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* works-table */
.works-table {
  margin-top: clamp(3rem, 9vw, 9rem);
}
.works-table__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(2em, 4vw, 4em);
          flex-direction: column;
}

.works-table__box__inner {
  padding: clamp(1.5em, 2vw, 2rem) 5% clamp(1em, 1.5vw, 2rem);
  border: 1px solid #C9CED2;
}
.works-table__box__ttl {
  margin-bottom: clamp(2rem, 3vw, 3rem);
  font-weight: 700;
  font-size: calc(1.25rem + 0.58824vw - 1.64706px);
  text-align: center;
}
.works-table__box__table {
  width: 100%;
  margin-bottom: 2rem;
  line-height: 1.5;
}
.works-table__box__table tr {
  border-bottom: 1px solid #C9CED2;
}
.works-table__box__table tr:first-child {
  border-top: 1px solid #C9CED2;
}
.works-table__box__table th {
  padding: 1rem 0;
  font-weight: 700;
  text-align: left;
}

.works-access {
  margin-top: clamp(3rem, 9vw, 9rem);
}
.works-access__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(2em, 4vw, 4em);
          flex-direction: column;
}
.works-access__box__ttl {
  margin-bottom: 0.5em;
  font-weight: 700;
  font-size: calc(1.25rem + 0.58824vw - 1.64706px);
}
.works-access__box__map__inner {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding: 0;
  overflow: hidden;
  background-color: #ffffff;
}
.works-access__box__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.works-single__foot {
  margin-top: clamp(4em, 8vw, 8em);
}

/*--------------------------------------------------------------------/
	contact
/--------------------------------------------------------------------*/
.contact-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}
.contact-flex__aside {
  position: relative;
}

.contact-textarea {
  padding-bottom: clamp(3rem, 4vw, 4rem);
}

.contact-intro {
  position: relative;
  margin-bottom: clamp(3rem, 6vw, 6rem);
}
.contact-intro__ttl {
  position: relative;
  margin-bottom: clamp(1rem, 1.5vw, 1.5rem);
  font-weight: 700;
  font-size: calc(1.14rem + 0.44118vw - 1.23529px);
}

.contact-box {
  position: relative;
  margin-bottom: clamp(2rem, 4vw, 4rem);
}
.contact-box__ttl {
  position: relative;
  margin-bottom: clamp(1.5rem, 1.5vw, 1.5rem);
  padding-top: clamp(1rem, 1vw, 1rem);
  padding-bottom: 1rem;
  padding-left: clamp(2rem, 2.4vw, 2.4rem);
  border-bottom: 1px solid #FBD4D4;
  background-image: url(../img/common/img-mugi_icon.svg);
  background-position: 0 0;
  background-size: clamp(2rem, 2vw, 3.5%);
  background-repeat: no-repeat;
  font-weight: 700;
  font-size: calc(1.14rem + 0.44118vw - 1.23529px);
}
.contact-box__tel__time {
  letter-spacing: 0.01em;
}
.contact-box__tel a {
  color: #202020;
}
.contact-box__tel__num {
  font-family: 'Montserrat', serif;
}
.contact-box__tel__num span {
  font-weight: 700;
  font-size: calc(0.8rem + 0.51471vw - 1.44118px);
}
.contact-box__tel__num .tel-link {
  font-weight: 700;
  font-size: calc(1.7rem + 1.17647vw - 3.29412px);
}
.contact-box__tel__txt {
  margin-top: 1em;
}
.contact-step ol {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  width: 100%;
}
.contact-step ol li {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
          align-items: center;
  width: 100%;
  padding: 1em 1.25em;
  border: 1px solid #C9CED2;
  border-radius: 999px;
  background: #ffffff;
  color: #202020;
  font-size: 1.07em;
}
.contact-step ol li:not(:last-child) {
  margin-bottom: clamp(0.75rem, 1vw, 1rem);
}
.contact-step ol li:not(:last-child)::before {
  z-index: 1;
  position: absolute;
  top: 100%;
  left: calc(1.25em + 8px);
  width: 1px;
  height: 100%;
  background: #C9CED2;
  content: "";
}
.contact-step ol li span {
  z-index: 3;
  position: relative;
  width: 2rem;
}
.contact-step ol li span::before {
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #979DA4;
  content: "";
}
.contact-step ol li b {
  width: auto;
  font-weight: 500;
}
.contact-step ol li.now span::before {
  background: #F9DFDF;
}

/*-------------------------------------------------
	contact form
-------------------------------------------------*/
/* variablea */
.contact-form__ttl {
  position: relative;
  margin-bottom: clamp(2rem, 3vw, 3rem);
  padding-bottom: clamp(1.3rem, 1.5vw, 1.5rem);
  font-weight: 600;
  font-size: calc(1.35rem + 0.73529vw - 2.05882px);
  letter-spacing: 0;
  text-align: center;
}
.contact-form__ttl::after {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 3rem;
  height: 3px;
          transform: translateX(-50%);
  border-radius: 3px;
  background-color: #FBD4D4;
  content: "";
}

.contact-mail {
  padding: 1.5rem 6%;
  border: 1px solid #979DA4;
}
.contact-mail__ttl {
  position: relative;
  margin-bottom: clamp(1rem, 2vw, 2rem);
  padding-bottom: clamp(1rem, 1.5vw, 1.5rem);
  font-weight: 700;
  font-size: calc(1.14rem + 0.14706vw - 0.41176px);
  text-align: center;
}
.contact-mail__ttl::before {
  position: absolute;
  bottom: 0;
  left: calc(50% - 2rem);
  width: 4rem;
  height: 3px;
  border-radius: 2px;
  background: #F9DFDF;
  content: "";
}

.contact-privacy {
  margin-top: 1.5rem;
  border: 1px solid #979DA4;
}
.contact-privacy__ttl {
  position: relative;
  padding-bottom: clamp(1rem, 1.5vw, 1.5rem);
  font-weight: 700;
  font-size: calc(1.14rem + 0.31646vw - 1.18987px);
  text-align: center;
}
.contact-privacy .txt {
  font-size: 0.94em;
}

.contact-table {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-bottom: 2rem;
  margin-left: auto;
  line-height: 1.2;
}
.contact-table th, .contact-table td {
  text-align: left;
}
.contact-table th {
  font-weight: 600;
  vertical-align: top;
}
.contact-table th span {
  margin-left: 0.3rem;
  padding: 0.2em 0.75em;
  color: #ffffff;
  font-size: 0.8125em;
}
.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: 100%;
}
input.mini,
select.mini {
  width: 10em;
}

[type=button],
[type=submit] {
  -webkit-appearance: none;
  font-family: inherit;
}

.form-btn input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  font-size: 1.13rem;
  letter-spacing: 0.1em;
  cursor: pointer;
}
.form-btn .chack-btn {
  position: relative;
}
.form-btn .chack-btn: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;
}
.form-btn .chack-btn::after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0.5em;
          transform: translateY(-50%);
  color: #F6A2A2;
  font-size: 2em;
}
.form-btn .chack-btn:hover::after {
  color: #F6A2A2;
}
.form-btn .chack-btn:hover input {
  background-color: #FFC9C9;
  color: #202020;
}
.form-btn .chack-btn input {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  position: relative;
  width: 100%;
  padding: 1.25em 4%;
  border-radius: 999px;
  background-color: #F9DFDF;
  color: #202020;
  font-weight: normal;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.form-btn .back-btn {
  position: relative;
}
.form-btn .back-btn:hover::after {
  width: 4em;
  background-color: #979DA4;
}
.form-btn .back-btn:hover input {
  background-color: #6F757B;
  color: #ffffff;
}
.form-btn .back-btn input {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  position: relative;
  width: 100%;
  padding: 1.25em 4%;
  border: 1px solid;
  border-radius: 999px;
  background-color: #979DA4;
  color: #ffffff;
  font-weight: normal;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.form-btn .sub-btn {
  position: relative;
}
.form-btn .sub-btn: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;
}
.form-btn .sub-btn::after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0.5em;
          transform: translateY(-50%);
  color: #F6A2A2;
  font-size: 2em;
}
.form-btn .sub-btn:hover::after {
  color: #F6A2A2;
}
.form-btn .sub-btn:hover input {
  background-color: #FFC9C9;
  color: #202020;
}
.form-btn .sub-btn input {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  position: relative;
  width: 100%;
  padding: 1.25em 4%;
  border-radius: 999px;
  background-color: #F9DFDF;
  color: #202020;
  font-weight: normal;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}

/* radio-btn */
.wpcf7-radio {
  -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;
}
.wpcf7-radio .wpcf7-list-item {
  display: block;
  margin: 0 !important;
}
.wpcf7-radio label {
  cursor: pointer;
}

input[type=radio] {
  position: absolute;
  opacity: 0;
}
input[type=radio] + .wpcf7-list-item-label {
  font-size: 1.07em;
  vertical-align: top;
}
input[type=radio] + .wpcf7-list-item-label:before {
  -webkit-transition: all 0.4s ease;
  display: inline-block;
  position: relative;
  top: -0.1em;
  width: 26px;
  height: 26px;
  margin-right: 1em;
  border: 1px solid #979DA4;
  border-radius: 100%;
  background: #fdfdfd;
  content: "";
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  transition: all 0.4s ease;
}
input[type=radio]:checked + .wpcf7-list-item-label:before {
  -webkit-box-shadow: inset 0 0 0 5px #f6f6f6;
  background-color: #F9DFDF;
          box-shadow: inset 0 0 0 5px #f6f6f6;
}
input[type=radio]:focus + .wpcf7-list-item-label:before {
  border-color: #F9DFDF;
  outline: none;
}
input[type=radio]:disabled + .wpcf7-list-item-label:before {
  -webkit-box-shadow: inset 0 0 0 4px #979DA4;
  border-color: #979DA4;
  background: #fdfdfd;
          box-shadow: inset 0 0 0 4px #979DA4;
}
input[type=radio] + .wpcf7-list-item-label:empty:before {
  margin-right: 0;
}

/* 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;
}

.wpcf7-checkbox {
  -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;
}
.wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin: 0 !important;
}
.wpcf7-checkbox label {
  cursor: pointer;
}

.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 #979DA4;
  background-color: transparent;
  content: "";
  transition: border-color ease 0.2s;
}
.check-box .wpcf7-list-item-label {
  display: block;
  padding-left: calc(26px + 1rem);
  font-size: 1.07em;
  vertical-align: top;
}
.check-box .wpcf7-list-item-label::before, .check-box .wpcf7-list-item-label::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: #F9DFDF;
  content: "";
  transition: opacity ease 0.5;
}
.check-box .wpcf7-list-item-label::before {
  -webkit-transform: rotate(-135deg);
  top: 22.36px;
  left: 10.4px;
          transform: rotate(-135deg);
}
.check-box .wpcf7-list-item-label::after {
  -webkit-transform: rotate(-45deg);
  top: 13px;
  left: 0.78px;
          transform: rotate(-45deg);
}

input[type=checkbox]:checked + .wpcf7-list-item-label,
.wpcf7-list-item-label.checked {
  border-color: #F9DFDF;
}
input[type=checkbox]:checked + .wpcf7-list-item-label::after,
.wpcf7-list-item-label.checked::after {
  -webkit-animation: dothabottomcheck 0.2s ease 0s forwards;
  height: 13px;
          animation: dothabottomcheck 0.2s ease 0s forwards;
}
input[type=checkbox]:checked + .wpcf7-list-item-label::before,
.wpcf7-list-item-label.checked::before {
  -webkit-animation: dothatopcheck 0.4s ease 0s forwards;
  -webkit-box-shadow: 0 0 0 1.3px #ffffff;
  height: 31.2px;
          box-shadow: 0 0 0 1.3px #ffffff;
          animation: dothatopcheck 0.4s ease 0s forwards;
}

.wpcf7-not-valid-tip {
  margin-top: 0.7em;
  font-size: 0.875em !important;
}

div.wpcf7 .wpcf7-spinner {
  display: none !important;
}

/* form-parts
----------------------------------------------------------------*/
select, textarea, input {
  padding: 1em;
  border: 1px solid #979DA4;
  background-color: #fdfdfd;
  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: #979DA4;
}

textarea {
  height: 10em;
}

/*--------------------------------------------------------------------/
	news
/--------------------------------------------------------------------*/
.news-intro {
  margin-bottom: clamp(3rem, 6vw, 6rem);
  padding: clamp(1.5rem, 2vw, 2rem) 5%;
  background: #f6f6f6;
}

.news-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(6em, 12vw, 12em);
          flex-direction: column;
}
.news-content.is-reverse .news-post {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.news-content.is-reverse .news-contentfield {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

/* news-slider */
.news-slider {
  position: relative;
  margin-bottom: clamp(3rem, 9vw, 9rem);
}
.news-slider.is-thumbnailslider {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(1.5rem, 3vw, 3rem);
          flex-direction: column;
}
.news-slider.is-thumbnailslider .news-slider__top__inner {
  max-width: 800px;
}
.news-slider.is-thumbnailcolumn .news-slider__top__inner {
  max-width: 780px;
}
.news-slider.is-thumbnailcolumn .news-slider__thumbs__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}

.news-slider__top {
  position: relative;
}
.news-slider__top__inner {
  position: relative;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.news-slider__top .slick-nav-arrows .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;
  line-height: 1;
  transition: all 0.3s ease 0s;
}
.news-slider__top .slick-nav-arrows .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;
  font-size: 3rem;
}
.news-slider__top .slick-nav-arrows .slick-arrow i::before {
  -webkit-transition: all 0.3s ease 0s;
  color: #E5E9EC;
  transition: all 0.3s ease 0s;
}
.news-slider__top .slick-nav-arrows .slick-arrow:hover i::before {
  color: #FFC9C9;
}
.news-slider__top .slick-nav-arrows .slick-prev {
  top: calc(26.93vw - 0.5em);
  right: 100%;
}
.news-slider__top .slick-nav-arrows .slick-prev:before {
  display: none;
  content: "←";
}
.news-slider__top .slick-nav-arrows .slick-next {
  top: calc(26.93vw - 0.5em);
  left: 100%;
}
.news-slider__top .slick-nav-arrows .slick-next:before {
  display: none;
  content: "→";
}
.news-slider__top .sp-slide {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
.news-slider__top .sp-slide__inner {
  z-index: 1;
  position: relative;
  width: 100%;
}
.news-slider__top .sp-slide__inner::before {
  display: block;
  position: relative;
  padding-top: 66.66%;
  content: "";
}
.news-slider__top .sp-slide__inner > div,
.news-slider__top .sp-slide__inner figure,
.news-slider__top .sp-slide__inner a,
.news-slider__top .sp-slide__inner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-slider__top .sp-slide figcaption {
  position: relative;
  margin-top: clamp(0.5rem, 1vw, 1rem);
  padding-left: 1.5em;
  color: #000000;
  font-size: 0.9em;
  line-height: 1.4;
}
.news-slider__top .sp-slide figcaption::before {
  position: absolute;
  top: 0.1em;
  left: 0;
  content: "●";
  color: #F9DFDF;
  font-size: 0.8em;
}

.news-slider__thumbs {
  position: relative;
  width: 100%;
  max-width: 890px;
  margin-right: auto;
  margin-left: auto;
}
.news-slider__thumbs__inner {
  position: relative;
  width: 100%;
}
.news-slider__thumbs__list {
  width: 100%;
  overflow: hidden;
}
.news-slider__thumbs .sp-thumbnail {
  -webkit-transition: all 0.3s ease 0s;
  width: 14.16vw;
  border: 1px solid transparent;
  transition: all 0.3s ease 0s;
}
.news-slider__thumbs .sp-thumbnail:hover {
  border-color: #F9DFDF;
}
.news-slider__thumbs .sp-thumbnail__inner {
  z-index: 1;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.news-slider__thumbs .sp-thumbnail__inner::before {
  display: block;
  position: relative;
  padding-top: 100%;
  content: "";
}
.news-slider__thumbs .sp-thumbnail__inner > div,
.news-slider__thumbs .sp-thumbnail__inner figure,
.news-slider__thumbs .sp-thumbnail__inner a,
.news-slider__thumbs .sp-thumbnail__inner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-slider__thumbs .slick-nav-arrows .slick-arrow {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  line-height: 1;
}
.news-slider__thumbs .slick-nav-arrows .slick-arrow i {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -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;
          justify-content: center;
  width: 24px;
  height: 24px;
  border: 1px solid #C9CED2;
  border-radius: 50%;
  font-size: 1rem;
  transition: all 0.3s ease 0s;
}
.news-slider__thumbs .slick-nav-arrows .slick-arrow i::before {
  -webkit-transition: all 0.3s ease 0s;
  color: #C9CED2;
  transition: all 0.3s ease 0s;
}
.news-slider__thumbs .slick-nav-arrows .slick-arrow:hover i {
  border-color: transparent;
  background: rgba(255, 201, 201, .6);
}
.news-slider__thumbs .slick-nav-arrows .slick-arrow:hover i::before {
  color: #ffffff;
}
.news-slider__thumbs .slick-nav-arrows .slick-prev {
  -webkit-transform: translateY(-50%);
  top: 50%;
  right: calc(100% - 10px);
          transform: translateY(-50%);
}
.news-slider__thumbs .slick-nav-arrows .slick-prev:before {
  display: none;
  content: "←";
}
.news-slider__thumbs .slick-nav-arrows .slick-next {
  -webkit-transform: translateY(-50%);
  top: 50%;
  left: calc(100% - 10px);
          transform: translateY(-50%);
}
.news-slider__thumbs .slick-nav-arrows .slick-next:before {
  display: none;
  content: "→";
}
.news-slider__thumbs .slider-nav {
  background: #E5E9EC;
}
.news-slider__thumbs .slick-list {
  padding: 0 !important;
}
.news-slider__thumbs .slick-track {
  left: 0 !important;
  width: 100%;
  opacity: 1;
}
.news-slider__thumbs .slick-slide {
  -webkit-transition: all 0.3s ease 0s;
  opacity: 1;
  transition: all 0.3s ease 0s;
}

/* スライダーを使用しない場合の一枚画像　*/
.news-singleimg__img {
  position: relative;
  max-width: 1080px;
  margin: auto;
  margin-bottom: clamp(2rem, 4vw, 4rem);
}
.news-singleimg__img__inner {
  z-index: 1;
  position: relative;
  width: 100%;
}
.news-singleimg__img__inner::before {
  display: block;
  position: relative;
  padding-top: 66.66%;
  content: "";
}
.news-singleimg__img__inner > div,
.news-singleimg__img__inner figure,
.news-singleimg__img__inner a,
.news-singleimg__img__inner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-singleimg__img figcaption {
  margin-top: 0.75em;
  font-size: 0.9em;
  line-height: 1.4;
}

/* news-singlecont*/
.news-singlecont {
  position: relative;
  margin-bottom: clamp(3rem, 9vw, 9rem);
  padding: clamp(1.5rem, 2.5vw, 2.5rem) 5%;
  background: #ffffff;
}
.news-singlecont::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #F9DFDF;
  content: "";
}

.news-pdf {
  margin-bottom: clamp(3rem, 9vw, 9rem);
}
.news-pdf__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-pdf__list li a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 1.25em 4% 1.25em 4.5em;
  border: 1px solid #C9CED2;
  border-radius: 999px;
  color: #202020;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.news-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: "\e903";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.news-pdf__list li a::before {
  position: absolute;
  top: 0.8em;
  left: 1.25em;
  color: #C9CED2;
  font-size: 1.6em;
}
.news-pdf__list li a:hover {
  border-color: #979DA4;
  background: #979DA4;
  color: #ffffff;
}

.news-interview {
  margin-bottom: clamp(4rem, 9vw, 9rem);
}
.news-interview__list > *:not(:last-child) {
  margin-bottom: clamp(3rem, 8vw, 8rem);
}
.news-interview__box__catch {
  position: relative;
  margin-bottom: calc(0.5rem + 0.5em);
  padding-left: 1.5em;
  font-weight: 700;
  font-size: calc(1rem + 0.29412vw - 0.82353px);
  line-height: 1.5;
}
.news-interview__box__catch::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #F9DFDF;
  content: "";
}
.news-interview__box__img__inner {
  z-index: 1;
  position: relative;
  width: 100%;
}
.news-interview__box__img__inner::before {
  display: block;
  position: relative;
  padding-top: 66.66%;
  content: "";
}
.news-interview__box__img__inner > div,
.news-interview__box__img__inner figure,
.news-interview__box__img__inner a,
.news-interview__box__img__inner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-interview__box__img figcaption {
  z-index: 1;
  position: relative;
  margin-top: 0.5rem;
  padding-left: 1.5rem;
  line-height: 1.4;
}
.news-interview__box__img figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
  color: #729ee0;
}

/* news-video */
.news-video {
  -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;
  margin-top: clamp(6em, 12vw, 12em);
}
.news-video__box__ttl {
  font-weight: 700;
  font-size: calc(1.14rem + 1.17647vw - 3.29412px);
  line-height: 1.4;
}
.news-video__box__video__inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.news-video__box__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* news-table */
.news-table {
  margin-top: clamp(3rem, 9vw, 9rem);
}
.news-table__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(2em, 4vw, 4em);
          flex-direction: column;
}

.news-table__box__inner {
  padding: clamp(1.5em, 2vw, 2rem) 5% clamp(1em, 1.5vw, 2rem);
  border: 1px solid #C9CED2;
}
.news-table__box__ttl {
  margin-bottom: clamp(2rem, 3vw, 3rem);
  font-weight: 700;
  font-size: calc(1.25rem + 0.58824vw - 1.64706px);
  text-align: center;
}
.news-table__box__table {
  width: 100%;
  margin-bottom: 2rem;
  line-height: 1.5;
}
.news-table__box__table tr {
  border-bottom: 1px solid #C9CED2;
}
.news-table__box__table tr:first-child {
  border-top: 1px solid #C9CED2;
}
.news-table__box__table th {
  padding: 1rem 0;
  font-weight: 700;
  text-align: left;
}

.news-access {
  margin-top: clamp(3rem, 9vw, 9rem);
}
.news-access__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(2em, 4vw, 4em);
          flex-direction: column;
}
.news-access__box__ttl {
  margin-bottom: 0.5em;
  font-weight: 700;
  font-size: calc(1.25rem + 0.58824vw - 1.64706px);
}
.news-access__box__map__inner {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding: 0;
  overflow: hidden;
  background-color: #ffffff;
}
.news-access__box__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.news-single__foot {
  margin-top: clamp(4em, 8vw, 8em);
}

/*--------------------------------------------------------------------/
	blog
/--------------------------------------------------------------------*/
.blog-intro {
  margin-bottom: clamp(3rem, 6vw, 6rem);
  padding: clamp(1.5rem, 2vw, 2rem) 5%;
  background: #f6f6f6;
}

.contents-left {
  width: 100%;
}

/*-------------------------------------------------------/
//Easy Table of Contents
--------------------------------------------------------*/
#ez-toc-container {
  margin-bottom: clamp(3em, 6vw, 6em) !important;
  border-width: 1px;
  border-radius: 0;
  border-color: #C9CED2 !important;
}

/* 目次タイトルの背景色と余白調整 */
#ez-toc-container .ez-toc-title-container,
#ez-toc-container {
  display: block;
  margin: 0;
  padding: 0.75em 2em 0.75em 1.5em;
  background: #F9DFDF;
}

/* 目次タイトルの余白とカラー */
div#ez-toc-container .ez-toc-title {
  display: block;
  color: #ffffff !important;
}

/* 目次内の上下余白調整 */
#ez-toc-container .ez-toc-list {
  padding: 1em 1.5em;
}

.ez-toc-js-icon-con {
  border: none !important;
}

/* 見出しの下線 */
#ez-toc-container .ez-toc-list li {
  display: block;
  border-bottom: 1px dashed #C9CED2;
}
#ez-toc-container .ez-toc-list li a {
  display: block;
  padding: 0.5em 0;
  line-height: 1.5;
}

#ez-toc-container .ez-toc-list li:last-child {
  border: 0;
}

/* 目次開閉ボタン位置調整 */
.ez-toc-title-toggle {
  position: absolute;
  top: 0.65em;
  right: 2.5%;
}

/* 目次開閉ボタンデザイン */
#ez-toc-container .ez-toc-js-icon-con {
  width: 33px;
  border: none;
  border-radius: 0;
  background: #f6f6f6;
}

/* スマホ向けのサイズと位置調整 */
.wp-block-heading .ez-toc-section {
  margin-top: calc(-1em - 64px);
  padding-top: calc(1em + 64px);
}

/*--------------------------------------------------------------------/
	aside
/--------------------------------------------------------------------*/
.aside-cont__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(2rem, 4vw, 4rem);
          flex-direction: column;
}

.aside-box__ttl {
  margin-bottom: 0.5rem;
  padding: 0.3rem 0 0.5rem;
  border-bottom: 1px solid #C9CED2;
  font-weight: 500;
  font-size: 1.25em;
}
.aside-box__list.is-category {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
}
.aside-box__list.is-category li {
  border-bottom: 1px solid #E5E9EC;
}
.aside-box__list.is-category li a {
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          column-gap: 0.5em;
  padding: 0.75em 0.5em 0.75em 0.2em;
  color: #202020;
  text-decoration: none !important;
}
.aside-box__list.is-category li a::before {
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #F9DFDF;
  content: "";
  transition: all 0.3s ease 0s;
}
.aside-box__list.is-category li a:hover::before {
  width: 100%;
}
.aside-box__list.is-category li a .is-circle {
  padding-top: 0.5em;
  font-size: 0.7em;
  text-decoration: none !important;
}
.aside-box__list.is-category li a .is-text {
  font-weight: 500;
}

.select-display {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
  margin-top: 1rem;
  padding: 1em;
  border: 1px solid #C9CED2;
}
.select-display__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;
}
.select-display__btn i {
  color: #979DA4;
  font-size: 2rem;
  line-height: 1;
}
.select-display.is-active .select-display__btn {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.select-display .is-text {
  display: block;
  width: 85%;
}

.select-list.is-active {
  z-index: 2;
  position: relative;
  top: -1px;
  width: 100%;
  padding: 0.75em 1em 1.25em;
  border: 1px solid #C9CED2;
  background: #ffffff;
}

.wp-block-categories-list li,
.wp-block-archives-list li,
.wp-block-latest-posts__list li {
  border-bottom: 1px solid #E5E9EC;
}
.wp-block-categories-list li a,
.wp-block-archives-list li a,
.wp-block-latest-posts__list li a {
  display: block;
  position: relative;
  padding: 0.75em 0.5em 0.75em 0;
  color: #202020;
  text-decoration: none !important;
}
.wp-block-categories-list li a::before,
.wp-block-archives-list li a::before,
.wp-block-latest-posts__list li a::before {
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #F9DFDF;
  content: "";
  transition: all 0.3s ease 0s;
}
.wp-block-categories-list li a:hover::before,
.wp-block-archives-list li a:hover::before,
.wp-block-latest-posts__list li a:hover::before {
  width: 100%;
}

.tag-cloud-link {
  -webkit-transition: all 0.3s ease 0s;
  position: relative;
  margin-right: 0.5rem;
  padding-bottom: 0.3em;
  padding-left: 1.5rem;
  color: #202020;
  font-size: 1rem !important;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.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 {
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  top: 0.6em;
  left: 0.2rem;
  color: #979DA4;
  font-size: 0.875em;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.tag-cloud-link::after {
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #F9DFDF;
  content: "";
  transition: all 0.3s ease 0s;
}
.tag-cloud-link:hover {
  color: #F9DFDF;
}
.tag-cloud-link:hover::before {
  color: #F9DFDF;
}
.tag-cloud-link:hover::after {
  width: 100%;
}

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

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

.wp-calendar-table {
  margin-bottom: 0.75rem;
}
.wp-calendar-table caption {
  padding: 0.3rem 2%;
  font-weight: 500;
}
.wp-calendar-table thead th {
  width: auto;
  padding: 6px;
  color: #979DA4;
  font-weight: 500;
  text-align: center;
}
.wp-calendar-table td {
  border: 2px solid #ffffff;
  background: #f6f6f6;
  font-size: 0.94em;
  line-height: 2;
  text-align: center;
}
.wp-calendar-table td a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  background-color: #F9DFDF;
  color: #ffffff;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.wp-calendar-table td a:hover {
  background-color: #F6A2A2;
}
.wp-calendar-table td.pad {
  background: transparent;
}
.wp-calendar-table td#today {
  background: #979DA4;
  color: #ffffff;
}
.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: 0.3rem;
}
.wp-calendar-nav a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  padding: 0.2em 1rem;
  background-color: #f6f6f6;
  color: #202020;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.wp-calendar-nav a:hover {
  background-color: #F9DFDF;
  color: #ffffff;
}

/*--------------------------------------------------------------------/
	search-form
/--------------------------------------------------------------------*/
.wp-block-search__inside-wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
          justify-content: space-between;
  width: 100%;
  padding: 0 !important;
  border: 1px solid #C9CED2 !important;
}

.wp-block-search__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: calc(100% - 50px);
  height: 44px;
  padding: 0 10px !important;
  border: none;
  outline: 0;
  background: #ffffff;
}

.wp-block-search__button {
  -webkit-transition: all 0.3s ease 0s;
  width: 50px !important;
  height: 44px !important;
  margin: 0;
  padding: 2px !important;
  border: none !important;
  background: #F9DFDF !important;
  color: #ffffff !important;
  font-size: 18px !important;
  text-align: center;
  vertical-align: bottom !important;
  cursor: pointer !important;
  transition: all 0.3s ease 0s;
}
.wp-block-search__button:hover {
  background-color: #FFC9C9 !important;
  color: #ffffff !important;
}

/*--------------------------------------------------------------------/
	archives
/--------------------------------------------------------------------*/
.wp-block-archives-dropdown {
  position: relative;
  margin-top: 1em;
}
.wp-block-archives-dropdown: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;
}
.wp-block-archives-dropdown::after {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  color: #979DA4;
  font-size: 1.31rem;
  line-height: 1;
}
.wp-block-archives-dropdown > label {
  display: none !important;
}
.wp-block-archives-dropdown select {
  position: relative;
  width: 100% !important;
  padding-right: 1.5em;
}

/*--------------------------------------------------------------------/
	facility
/--------------------------------------------------------------------*/
.facility-list {
  padding-top: clamp(4rem, 6vw, 6rem);
  padding-bottom: clamp(5rem, 8vw, 8rem);
}
.facility-list:nth-of-type(even) {
  background-color: #F9F5EF;
}
.facility-box__img__inner {
  z-index: 1;
  position: relative;
  width: 100%;
}
.facility-box__img__inner::before {
  display: block;
  position: relative;
  padding-top: 66.66%;
  content: "";
}
.facility-box__img__inner > div,
.facility-box__img__inner figure,
.facility-box__img__inner a,
.facility-box__img__inner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.facility-room-type {
  width: 80%;
  max-width: 260px;
  margin-top: clamp(2rem, 3vw, 3rem);
  padding: 1rem 0;
  border-radius: 5px;
  background-color: #FDE7C1;
  font-size: 1.07em;
  text-align: center;
}
.facility-room-type span {
  color: #EA5168;
  font-weight: 700;
  font-size: 1.24em;
}
.facility-room-type.full {
  background-color: #FBD4D4;
}

/* facility-gallery */
.facility-gallery {
  padding-top: clamp(3rem, 6vw, 6rem);
  padding-bottom: clamp(1rem, 2vw, 2rem);
  overflow: hidden;
}

.facility-gallery__box__inner {
  z-index: 1;
  position: relative;
  width: 100%;
}
.facility-gallery__box__inner::before {
  display: block;
  position: relative;
  padding-top: 66.66%;
  content: "";
}
.facility-gallery__box__inner > div,
.facility-gallery__box__inner figure,
.facility-gallery__box__inner a,
.facility-gallery__box__inner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.facility-gallery__box figcaption {
  margin-top: 0.5em;
}

.facility-gallery {
  position: relative;
}
.facility-gallery .swiper {
  position: relative;
  width: 100%;
  padding-bottom: clamp(4rem, 8vw, 8rem);
  overflow: visible;
}
.facility-gallery .swiper-control {
  -webkit-column-gap: 1.5em;
     -moz-column-gap: 1.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
          column-gap: 1.5em;
          align-items: center;
  width: 100%;
  max-width: 1440px;
}
.facility-gallery .swiper-next_prev {
  -ms-flex-negative: 0;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          column-gap: 6px;
      flex-shrink: 0;
  width: 102px;
  height: 48px;
}
.facility-gallery .swiper-button-prev,
.facility-gallery .swiper-button-next {
  display: block;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 48px;
  height: 48px;
  margin: 0;
  float: none;
  background-image: none;
}
.facility-gallery .swiper-button-prev::before,
.facility-gallery .swiper-button-next::before {
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #EA5168;
  border-radius: 50%;
  background: transparent;
  content: "";
  transition: all 0.3s ease 0s;
}
.facility-gallery .swiper-button-prev::after,
.facility-gallery .swiper-button-next::after {
  -webkit-transition: all 0.3s ease 0s;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #EA5168;
  font-size: 1.5em;
  transition: all 0.3s ease 0s;
}
.facility-gallery .swiper-button-prev:hover::before,
.facility-gallery .swiper-button-next:hover::before {
  border-color: #F9DFDF;
  background: #F9DFDF;
}
.facility-gallery .swiper-button-prev:hover::after,
.facility-gallery .swiper-button-next:hover::after {
  color: #ffffff;
}
.facility-gallery .swiper-button-prev: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: "\e902";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.facility-gallery .swiper-button-prev::after {
  -webkit-transform: translate(-60%, -50%);
          transform: translate(-60%, -50%);
}
.facility-gallery .swiper-button-next: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: "\e901";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.facility-gallery .swiper-button-next::after {
  -webkit-transform: translate(-40%, -50%);
          transform: translate(-40%, -50%);
}
.facility-gallery .swiper-scrollbar {
  -ms-flex-negative: 1;
  z-index: 1;
      flex-shrink: 1;
  width: 100%;
  height: 6px;
  background: #E5E9EC;
}
.facility-gallery .swiper-scrollbar-drag {
  -webkit-transition: all 0.3s ease 0s;
  height: 6px;
  background: #C9CED2;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.facility-gallery .swiper-scrollbar-drag:hover {
  background-color: #F9DFDF;
}

.facility-access {
  margin-top: clamp(3rem, 4vw, 4rem);
}
.facility-access__box__inner {
  container: access-box/inline-size;
}
.facility-access__box__map {
  position: relative;
  height: 0;
  padding: 0;
  padding-bottom: 400px;
  overflow: hidden;
  background-color: #ffffff;
}
@container access-box (min-width:480px) {
  .facility-access__box__map {
    padding-bottom: 40%;
  }
}
.facility-access__box__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.facility-access__box__txt {
  margin-top: 1em;
}

/*--------------------------------------------------------------------/
	guide
/--------------------------------------------------------------------*/
.guide-list {
  margin-bottom: clamp(5rem, 8vw, 8rem);
}

.guide-box {
  margin-bottom: clamp(2.5rem, 3.5vw, 3.5rem);
}
.guide-box__inner {
  padding: clamp(2rem, 3vw, 3rem) clamp(1.5rem, 3vw, 3rem);
  background-color: #FcF8EF;
}
.guide-box__txt {
  position: relative;
}
.guide-box__txt__ps {
  margin-top: 2em;
  padding: clamp(1.5rem, 1.5vw, 1.5rem) clamp(1.5rem, 2vw, 2rem);
  background-color: #ffffff;
}
.guide-box__txt .btn-wrap {
  margin-top: 2rem;
}
.guide-box__img {
  position: relative;
}
.guide-box__img__inner {
  z-index: 1;
  position: relative;
  width: 100%;
}
.guide-box__img__inner::before {
  display: block;
  position: relative;
  padding-top: 66.66%;
  content: "";
}
.guide-box__img__inner > div,
.guide-box__img__inner figure,
.guide-box__img__inner a,
.guide-box__img__inner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.guide-box__img__use {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
}

/* trial-list */
.trial-list {
  margin-bottom: clamp(5rem, 8vw, 8rem);
  padding-top: clamp(4rem, 6vw, 6rem);
  padding-bottom: clamp(5rem, 8vw, 8rem);
  background-color: #FDF7F6;
}
.trial-list__inner {
  counter-reset: trial-navnum;
}

.trial-box {
  position: relative;
  padding-left: 55px;
}
.trial-box:not(:last-child) {
  padding-bottom: clamp(4rem, 6vw, 6rem);
}
.trial-box::after {
  -webkit-transition: all 0.3s ease 0s;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
          align-items: center;
          justify-content: center;
  aspect-ratio: 1/1;
  width: 40px;
  border-radius: 50%;
  background-color: #F6A2A2;
  content: counter(trial-navnum, decimal-leading-zero);
  color: #ffffff;
  font-weight: 400;
  font-size: 1.3em;
  line-height: 1;
  font-family: 'Montserrat', serif;
  letter-spacing: 0;
  counter-increment: trial-navnum;
  transition: all 0.3s ease 0s;
}
.trial-box::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 20px;
  background-image: linear-gradient(to bottom, #F6A2A2, #F6A2A2 3px, transparent 3px, transparent 8px);
  background-position: left top;
  background-size: 3px 8px;
  background-repeat: repeat-y;
  content: "";
  pointer-events: none;
}
.trial-box__ttl {
  position: relative;
  margin-bottom: 1.2rem;
  padding-top: 5px;
  padding-bottom: calc(0.5rem + 0.3em);
  border-bottom: 1px solid #C9CED2;
  font-weight: 700;
  font-size: calc(1.2rem + 0.44118vw - 1.23529px);
}
.trial-box__txt {
  position: relative;
}
.trial-box__img {
  position: relative;
}
.trial-box__img__inner {
  z-index: 1;
  position: relative;
  width: 100%;
}
.trial-box__img__inner::before {
  display: block;
  position: relative;
  padding-top: 66.66%;
  content: "";
}
.trial-box__img__inner > div,
.trial-box__img__inner figure,
.trial-box__img__inner a,
.trial-box__img__inner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.trial-box__img__use {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.fee-list {
  margin-bottom: clamp(5rem, 8vw, 8rem);
}
.fee-list__txt {
  margin-bottom: clamp(3rem, 4vw, 4rem);
}

.fee-box {
  margin-bottom: clamp(2.5rem, 3.5vw, 3.5rem);
}
.fee-box__txt {
  position: relative;
}

/* flow-list */
.flow-list {
  padding-top: clamp(4rem, 6vw, 6rem);
  padding-bottom: clamp(5rem, 8vw, 8rem);
  background-color: #F9F5EF;
}
.flow-list__inner {
  position: relative;
}
.flow-list__inner::after {
  position: absolute;
  top: 0;
  left: 10%;
  width: 3px;
  height: 100%;
  background-color: #F6A2A2;
  content: "";
}

.flow-box {
  z-index: 1;
  position: relative;
  padding: clamp(1rem, 2vw, 2rem) clamp(1.3rem, 3vw, 3rem);
  background-color: #ffffff;
}
.flow-box:not(:last-child) {
  margin-bottom: 1.5rem;
}
.flow-box__inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  width: 100%;
}
.flow-box__time {
  width: 80px;
  color: #F6A2A2;
  font-weight: 700;
  font-size: calc(1.2rem + 0.44118vw - 1.23529px);
  font-family: 'Montserrat', serif;
  letter-spacing: 0;
}
.flow-box__txt {
  position: relative;
  width: calc(100% - 80px);
}
.flow-box__txt h3 {
  position: relative;
  font-weight: 700;
  font-size: calc(1.2rem + 0.44118vw - 1.23529px);
}
.flow-box__txt .txt {
  margin-top: 10px;
  line-height: 1.6;
}
.flow-box__img {
  position: relative;
}
.flow-box__img__inner {
  z-index: 1;
  position: relative;
  width: 100%;
}
.flow-box__img__inner::before {
  display: block;
  position: relative;
  padding-top: 66.66%;
  content: "";
}
.flow-box__img__inner > div,
.flow-box__img__inner figure,
.flow-box__img__inner a,
.flow-box__img__inner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------------/
	meal
/--------------------------------------------------------------------*/
.meal-list {
  padding-top: clamp(3rem, 5vw, 5rem);
  padding-bottom: clamp(4rem, 6vw, 6rem);
}
.meal-list:nth-of-type(odd) {
  background-color: #FDF7F6;
}

/* meal-gallery */
.meal-gallery__box__inner {
  z-index: 1;
  position: relative;
  width: 100%;
}
.meal-gallery__box__inner::before {
  display: block;
  position: relative;
  padding-top: 66.66%;
  content: "";
}
.meal-gallery__box__inner > div,
.meal-gallery__box__inner figure,
.meal-gallery__box__inner a,
.meal-gallery__box__inner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.meal-gallery__box figcaption {
  position: relative;
  margin-top: 0.5em;
  padding-left: 1.5rem;
}
.meal-gallery__box figcaption::before {
  position: absolute;
  top: 0.35em;
  left: 0;
  content: "●";
  color: #F6A2A2;
  font-size: 0.7em;
}

/*--------------------------------------------------------------------/
	eventlist
/--------------------------------------------------------------------*/
.eventlist {
  padding-top: clamp(3rem, 5vw, 5rem);
  padding-bottom: clamp(4rem, 6vw, 6rem);
}
.eventlist:first-child {
  padding-top: 0;
}
.eventlist:nth-of-type(even) {
  background-color: #FcF8EF;
}

/* .eventlist-slider */
.eventlist-slider {
  position: relative;
  padding-top: clamp(0.5rem, 1vw, 1rem);
}
.eventlist-slider.is-thumbnailcolumn .eventlist-slider__top__inner {
  max-width: 780px;
}
.eventlist-slider.is-thumbnailcolumn .eventlist-slider__thumbs__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}

.eventlist-slider__top {
  position: relative;
}
.eventlist-slider__top__inner {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.eventlist-slider__top .sp-slide {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
.eventlist-slider__top .sp-slide__inner {
  z-index: 1;
  position: relative;
  width: 100%;
}
.eventlist-slider__top .sp-slide__inner::before {
  display: block;
  position: relative;
  padding-top: 66.66%;
  content: "";
}
.eventlist-slider__top .sp-slide__inner > div,
.eventlist-slider__top .sp-slide__inner figure,
.eventlist-slider__top .sp-slide__inner a,
.eventlist-slider__top .sp-slide__inner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.eventlist-slider__top .sp-slide figcaption {
  position: relative;
  margin-top: clamp(0.5rem, 1vw, 1rem);
  padding-left: 1.5em;
  color: #000000;
  font-size: 0.9em;
  line-height: 1.4;
}
.eventlist-slider__top .sp-slide figcaption::before {
  position: absolute;
  top: 0.1em;
  left: 0;
  content: "●";
  color: #F9DFDF;
  font-size: 0.8em;
}

.eventlist-slider__thumbs {
  position: relative;
  width: 100%;
  max-width: 890px;
  margin-right: auto;
  margin-left: auto;
}
.eventlist-slider__thumbs__inner {
  position: relative;
  width: 100%;
}
.eventlist-slider__thumbs__list {
  width: 100%;
  overflow: hidden;
}
.eventlist-slider__thumbs .sp-thumbnail {
  width: 14.16vw;
  border: 1px solid transparent;
  cursor: pointer;
}
.eventlist-slider__thumbs .sp-thumbnail:hover {
  border-color: #F9DFDF;
}
.eventlist-slider__thumbs .sp-thumbnail__inner {
  z-index: 1;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.eventlist-slider__thumbs .sp-thumbnail__inner::before {
  display: block;
  position: relative;
  padding-top: 100%;
  content: "";
}
.eventlist-slider__thumbs .sp-thumbnail__inner > div,
.eventlist-slider__thumbs .sp-thumbnail__inner figure,
.eventlist-slider__thumbs .sp-thumbnail__inner a,
.eventlist-slider__thumbs .sp-thumbnail__inner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.eventlist-slider__thumbs .slider-nav {
  background: #E5E9EC;
}
.eventlist-slider__thumbs .slick-list {
  padding: 0 !important;
}
.eventlist-slider__thumbs .slick-track {
  left: 0 !important;
  width: 100%;
  opacity: 1;
}
.eventlist-slider__thumbs .slick-slide {
  -webkit-transition: all 0.3s ease 0s;
  opacity: 1;
  transition: all 0.3s ease 0s;
}

/* スライダーを使用しない場合の一枚画像　*/
.eventlist-singleimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.eventlist-singleimg__img {
  width: 100%;
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
}
.eventlist-singleimg__img__inner > * {
  aspect-ratio: 3/2;
  overflow: hidden;
}
.eventlist-singleimg__img figcaption {
  position: relative;
  margin-top: 0.75em;
  padding-left: 1.5em;
  line-height: 1.4;
}
.eventlist-singleimg__img figcaption::before {
  position: absolute;
  top: 0.1em;
  left: 0;
  content: "●";
  color: #F9DFDF;
  font-size: 0.8em;
}

/*--------------------------------------------------------------------/
	main-view
/--------------------------------------------------------------------*/
.main-view {
  position: relative;
  overflow: hidden;
  background-color: #FDF7F6;
}
.main-view__inner {
  position: relative;
  padding-top: 40px;
}
.main-view__bg {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main-view__bg__img {
  position: relative;
  width: 100%;
  height: 100%;
}
.main-view__bg__img__inner {
  width: 100%;
  height: 100%;
}
.main-view__bg__img__inner img.ofi-contain {
  -o-object-position: 100% 100%;
     object-position: 100% 100%;
}
.main-view .l-cont {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
  max-width: 1736px;
  height: 100%;
}

.main-view__ttl {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
  position: relative;
          flex-direction: column;
  width: 100%;
  font-weight: 400;
  line-height: 1.4;
}
.main-view__ttl > em {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
  display: block;
          order: 2;
  color: #F6A2A2;
  font-style: normal;
  font-weight: 600;
  font-size: calc(1.1rem + 0.73529vw - 2.05882px);
  font-family: 'Montserrat', serif;
}
.main-view__ttl > em.is-404 {
  font-weight: 600;
  font-size: calc(2.25rem + 2.35294vw - 6.58824px);
  font-family: 'Montserrat', serif;
  letter-spacing: 0.02em;
}
.main-view__ttl > span {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
  display: block;
          order: 1;
  font-weight: 700;
  font-size: calc(1.5rem + 1.47059vw - 4.11765px);
}
.main-view__ttl > span.is-category {
  display: inline-block;
  margin-top: 0.1em;
  color: #202020;
  font-weight: 700;
  font-size: calc(1rem + 1.17647vw - 3.29412px);
  letter-spacing: 0;
}
.main-view__ttl > span.is-category b {
  display: inline-block;
  width: 0.6em;
  height: 0.1em;
  margin: 0 0.5em 0.2em;
  background: #202020;
  content: "";
  font-weight: 700;
  vertical-align: middle;
}
.main-view__ttl > span.is-category span {
  display: inline-block;
  color: #F9DFDF;
}
.main-view__ttl > span.is-archive {
  margin-top: 0.3em;
  color: #202020;
  font-weight: 700;
  font-size: calc(1.25rem + 1.47059vw - 4.11765px);
}

.main-view__txt {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
  row-gap: clamp(1em, 1vw, 1rem);
          flex-direction: column;
}
.main-view__txt__sub {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          flex-direction: column;
  width: 100%;
  font-weight: 400;
  line-height: 1.4;
}
.main-view__txt__sub em {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
  display: block;
          order: 2;
  margin-top: 0.5em;
  color: #F6A2A2;
  font-style: normal;
  font-weight: 600;
  font-size: calc(1.1rem + 0.73529vw - 2.05882px);
  font-family: 'Montserrat', serif;
}
.main-view__txt__sub span {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
  display: block;
          order: 1;
  padding-left: 0.2em;
  color: #F9DFDF;
  font-weight: 700;
  font-size: calc(0.9rem + 0.44118vw - 1.23529px);
}
.main-view__txt__ttl {
  position: relative;
  width: 100%;
  font-weight: 700;
  font-size: calc(1.14rem + 2.20588vw - 6.17647px);
  line-height: 1.4;
}
.main-view__txt__category li {
  display: inline-block;
  margin-right: 0.2em;
}

.contents {
  padding-top: clamp(5rem, 9vw, 9rem);
}

.common-column4 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(3rem, 5vw, 5rem);
          flex-direction: column;
}
.common-category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.common-category__list li a {
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
  -webkit-transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          column-gap: 0.5em;
  color: #202020;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.common-category__list li a .is-circle {
  padding-top: 0.5em;
  font-size: 0.7em;
  text-decoration: none !important;
}
.common-category__list li a .is-text {
  font-weight: 500;
}

.common-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}
.common-flex__aside {
  position: relative;
}

.common-flex__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.common-flex__list.is-col1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  row-gap: clamp(1.5rem, 3vw, 3rem);
          flex-direction: column;
}

/*--------------------------------------------------------------------/
	404 page
/--------------------------------------------------------------------*/
.cont-404__ttl {
  position: relative;
  margin-bottom: clamp(2rem, 3vw, 3rem);
  padding-top: clamp(1rem, 1vw, 1rem);
  padding-bottom: 1rem;
  padding-left: clamp(2rem, 2.4vw, 2.4rem);
  border-bottom: 2px solid #F9DFDF;
  background-image: url(../img/common/img-mugi_icon.svg);
  background-position: 0 0;
  background-size: clamp(2rem, 2vw, 3.5%);
  background-repeat: no-repeat;
  font-weight: 600;
  font-size: calc(1.4rem + 0.73529vw - 2.05882px);
  letter-spacing: 0;
}

/*--------------------------------------------------------------------/
	single-page
/--------------------------------------------------------------------*/
.single-cont__txt {
  margin-bottom: 4rem;
}
.single-cont__txt::after {
  display: block;
  clear: both;
  content: "";
}
.single-cont__thumbnail {
  width: 50%;
  margin-bottom: 3rem;
  margin-left: 6%;
  float: right;
}
.single-cont__foot {
  padding-top: clamp(3rem, 5vw, 5rem);
}

.single-cont__tag {
  margin-bottom: 1em;
}
.single-cont__tag a {
  -webkit-transition: all 0.3s ease 0s;
  position: relative;
  margin-right: 0.5rem;
  padding-bottom: 0.3em;
  padding-left: 1.5rem;
  color: #202020;
  font-size: 0.94em;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.single-cont__tag 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: "\e904";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.single-cont__tag a::before {
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  top: 0.5em;
  left: 0.2rem;
  color: #979DA4;
  font-size: 0.875em;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.single-cont__tag a::after {
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #F9DFDF;
  content: "";
  transition: all 0.3s ease 0s;
}
.single-cont__tag a:hover {
  color: #F9DFDF;
}
.single-cont__tag a:hover::before {
  color: #F9DFDF;
}
.single-cont__tag a:hover::after {
  width: 100%;
}

.addtoany_shortcode {
  padding-bottom: 1.5em;
}

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

.single-date {
  margin-right: 1rem;
  color: #979DA4;
  line-height: 1.4;
  font-family: 'Zen Kaku Gothic New', serif;
}

/* align */
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.alignright {
  margin-left: 1.5em;
  float: right;
}

.alignleft {
  margin-right: 1.5em;
  float: left;
}

@media (min-width: 376px) {
  /*====================================================================/
  /*--iPhone 以上--
  /====================================================================*/
  .free01-box__txt__ttl {
    padding-top: 7vw;
    padding-left: 10vw;
  }
  .free01-box__txt__ttl::before {
    font-size: calc(2.25rem + 2.37342vw - 8.92405px);
  }
  .free01-box__txt__ttl::after {
    top: 14vw;
    left: 0.4em;
    width: 16vw;
  }
}

@media (min-width: 576px) {
  /*====================================================================/
  /*--スマホ 以上--
  /====================================================================*/
  .breadcrumb {
    left: 3%;
  }
  .company-message__bg {
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    border-radius: 6px 0 0 6px;
  }
  .recruit-upper__box__txt__ttl span {
    padding: clamp(1.5rem, 2vw, 2rem) 5% 0.5em 12%;
  }
  .common-flex__list.is-col1 {
    row-gap: clamp(1.5rem, 2vw, 2rem);
  }
  .common-flex__list.is-col2 {
    -ms-flex-wrap: wrap;
    -webkit-column-gap: 3%;
       -moz-column-gap: 3%;
            column-gap: 3%;
    row-gap: clamp(2rem, 3vw, 3rem);
        flex-wrap: wrap;
  }
  .common-flex__list.is-col2 > * {
    -ms-flex-preferred-size: 48.5%;
        flex-basis: 48.5%;
  }
  .common-flex__list.is-col3 {
    -ms-flex-wrap: wrap;
    -webkit-column-gap: 3%;
       -moz-column-gap: 3%;
            column-gap: 3%;
    row-gap: clamp(2rem, 3vw, 3rem);
        flex-wrap: wrap;
  }
  .common-flex__list.is-col3 > * {
    -ms-flex-preferred-size: 48.5%;
        flex-basis: 48.5%;
  }
  .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未満--
  /====================================================================*/
}

@media (min-width: 576px) and (max-width: 1175px) {
  .company-message__bg__inner::after {
    background: rgba(255, 255, 255, .7);
  }
}

@media (min-width: 768px) {
  /*====================================================================/
  /*--タブレット　iPadmini 以上--
  /====================================================================*/
  .breadcrumb__list {
    font-size: 0.75em;
  }
  .free01-box__inner {
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            column-gap: 4%;
            justify-content: space-between;
    width: 100%;
  }
  .free01-box:nth-of-type(odd) .free01-box__inner {
    padding-left: 7%;
  }
  .free01-box:nth-of-type(odd) .free01-box__txt {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .free01-box:nth-of-type(odd) .free01-box__img::before {
    left: 2rem;
  }
  .free01-box:nth-of-type(even) .free01-box__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-right: 7%;
  }
  .free01-box:nth-of-type(even) .free01-box__img::before {
    right: 2rem;
  }
  .free01-box__txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 47.5%;
  }
  .free01-box__txt__inner {
    max-width: 620px;
  }
  .free01-box__txt__ttl {
    padding-top: 6vw;
    padding-left: 6.5vw;
  }
  .free01-box__txt__ttl::before {
    font-size: calc(2.25rem + 2.75229vw - 21.13761px);
  }
  .free01-box__txt__ttl::after {
    top: 9vw;
    left: 0.3em;
    width: 12vw;
  }
  .free01-box__txt__ttl span {
    font-size: calc(1.25rem + 1.83486vw - 14.09174px);
  }
  .free01-box__img {
    width: 48.75%;
    padding-bottom: clamp(3rem, 4vw, 4rem);
  }
  .free01-box__img::before {
    bottom: 0;
    width: 100%;
    height: 50%;
  }
  .free01-box__img__inner {
    height: 100%;
  }
  .free01-box__img__inner > div, .free01-box__img__inner > a {
    height: 100%;
  }
  .company-philosophy__txt__inner {
    padding: clamp(2rem, 4vw, 4rem) 8%;
  }
  .company-access__list.is-multiple {
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
  }
  .company-access__list.is-multiple > * {
    width: 48%;
  }
  .recruit-upper__txt__inner {
    width: 50%;
  }
  .recruit-upper__list {
    -ms-flex-wrap: wrap;
    -webkit-column-gap: 4.64%;
       -moz-column-gap: 4.64%;
            column-gap: 4.64%;
        flex-wrap: wrap;
  }
  .recruit-upper__box {
    width: 47.68%;
  }
  .recruit-upper__box__img {
    width: 94%;
  }
  .recruit-upper__box__txt {
    margin-top: -3rem;
  }
  .recruit-upper__box__txt__inner {
    width: 92%;
  }
  .recruit-upper__box__txt__ttl span {
    padding: 2rem 3% 0.5em 14%;
    font-size: calc(1.25rem + 1.37615vw - 10.56881px);
  }
  .recruit-upper__box__txt__ttl span::after {
    top: -1.5em;
    left: 0.2em;
    height: calc(3.5rem + 2em);
  }
  .recruit-upper__box__txt__ttl::before {
    left: -0.2em;
    font-size: calc(2.5rem + 3.44037vw - 26.42202px);
  }
  .recruit-introduction__box__flex {
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            column-gap: 5%;
            align-items: center;
  }
  .recruit-introduction__box__flex.is-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .recruit-introduction__box__flex.is-right .recruit-introduction__box__img::before {
    left: 10%;
  }
  .recruit-introduction__box__flex.is-right .recruit-introduction__box__txt {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: flex-end;
    padding-left: 5%;
  }
  .recruit-introduction__box__flex.is-left .recruit-introduction__box__img::before {
    right: 10%;
  }
  .recruit-introduction__box__flex.is-left .recruit-introduction__box__txt {
    padding-right: 5%;
  }
  .recruit-introduction__box__flex .recruit-introduction__box__txt {
    width: 60%;
  }
  .recruit-introduction__box__img {
    width: 45%;
    padding-bottom: clamp(2rem, 5vw, 5rem);
  }
  .recruit-introduction__box__img::before {
    width: 90%;
    height: 100%;
  }
  .recruit-introduction__box__txt__ttl {
    font-size: calc(1.25rem + 0.91743vw - 7.04587px);
  }
  .recruit-gallery .swiper-next_prev {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    width: 136px;
    height: 64px;
  }
  .recruit-gallery .swiper-button-prev,
  .recruit-gallery .swiper-button-next {
    width: 64px;
    height: 64px;
  }
  .recruit-gallery .swiper-scrollbar {
    height: 8px;
  }
  .recruit-gallery .swiper-scrollbar-drag {
    height: 8px;
  }
  .works-slider__thumbs .slick-nav-arrows .slick-arrow i {
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
  }
  .works-interview__box__flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: space-between;
  }
  .works-interview__box__flex.is-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .works-interview__box__flex.is-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .works-interview__box__flex .works-interview__box__txt {
    -ms-flex-preferred-size: 54%;
        flex-basis: 54%;
    padding-top: 1rem;
  }
  .works-interview__box__catch {
    font-size: calc(1rem + 0.68807vw - 5.2844px);
  }
  .works-interview__box__img {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
  .works-table__box__inner {
    padding: clamp(2em, 2.5vw, 3rem) 8% clamp(2em, 3vw, 3.5rem);
  }
  .works-access__box__inner {
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 46% 50%;
            column-gap: 4%;
  }
  .works-access__box__ttl {
    -ms-flex-item-align: end;
    grid-row: 1/2;
    grid-column: 1/2;
        align-self: end;
    font-size: calc(1.25rem + 1.6055vw - 12.33028px);
  }
  .works-access__box__map {
    grid-row: 1/3;
    grid-column: 2/3;
  }
  .works-access__box__map__inner {
    padding-bottom: 50%;
  }
  .works-access__box__txt {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  input.middle,
  select.middle {
    width: 70%;
  }
  input.short,
  select.short {
    width: 30%;
  }
  .news-slider__thumbs .slick-nav-arrows .slick-arrow i {
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
  }
  .news-interview__box__flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: space-between;
  }
  .news-interview__box__flex.is-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .news-interview__box__flex.is-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .news-interview__box__flex .news-interview__box__txt {
    -ms-flex-preferred-size: 54%;
        flex-basis: 54%;
    padding-top: 1rem;
  }
  .news-interview__box__catch {
    font-size: calc(1rem + 0.68807vw - 5.2844px);
  }
  .news-interview__box__img {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
  .news-table__box__inner {
    padding: clamp(2em, 2.5vw, 3rem) 8% clamp(2em, 3vw, 3.5rem);
  }
  .news-access__box__inner {
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 46% 50%;
            column-gap: 4%;
  }
  .news-access__box__ttl {
    -ms-flex-item-align: end;
    grid-row: 1/2;
    grid-column: 1/2;
        align-self: end;
    font-size: calc(1.25rem + 1.6055vw - 12.33028px);
  }
  .news-access__box__map {
    grid-row: 1/3;
    grid-column: 2/3;
  }
  .news-access__box__map__inner {
    padding-bottom: 50%;
  }
  .news-access__box__txt {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .facility-box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: space-between;
  }
  .facility-box__img {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
  .facility-box__txt {
    -ms-flex-preferred-size: 54%;
        flex-basis: 54%;
  }
  .facility-gallery .swiper-next_prev {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    width: 136px;
    height: 64px;
  }
  .facility-gallery .swiper-button-prev,
  .facility-gallery .swiper-button-next {
    width: 64px;
    height: 64px;
  }
  .facility-gallery .swiper-scrollbar {
    height: 8px;
  }
  .facility-gallery .swiper-scrollbar-drag {
    height: 8px;
  }
  .guide-box__img__use {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .guide-box__img__use .guide-box__txt {
    width: 60%;
  }
  .guide-box__img__use .guide-box__img {
    width: 35%;
  }
  .trial-box {
    padding-left: 100px;
  }
  .trial-box::after {
    width: 60px;
    font-size: 1.5em;
  }
  .trial-box::before {
    left: 30px;
  }
  .trial-box__img__use {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .trial-box__img__use .trial-box__txt {
    width: 64%;
  }
  .trial-box__img__use .trial-box__img {
    width: 30%;
  }
  .flow-list__inner::after {
    left: 5%;
  }
  .flow-box__time {
    width: 100px;
  }
  .flow-box__txt {
    width: calc(100% - 120px);
  }
  .flow-box__img {
    width: 24%;
  }
  .flow-box__img__use {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: space-between;
  }
  .flow-box__img__use .fee-box__txt__inner {
    width: 70%;
  }
  .main-view__inner {
    height: 320px;
  }
  .common-flex__list.is-col2 {
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
            column-gap: 2%;
  }
  .common-flex__list.is-col3 {
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
            column-gap: 2%;
  }
  .common-flex__list.is-col3 > * {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
  }
  .single-cont__txt {
    margin-bottom: 6rem;
  }
}

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

@media (min-width: 768px) and (min-width: 768px) {
  .recruit-upper__list > *:nth-of-type(even) {
    margin-top: 9vw;
  }
}

@media (min-width: 1176px) {
  /*====================================================================/
  /*--XGAサイズ　iPadPro 以上--
  /====================================================================*/
  .free01-nav__item a {
    padding: 1.5em 3.5rem 1.5em 1.2em;
  }
  .company-message__inner {
    -webkit-column-gap: 8.73%;
       -moz-column-gap: 8.73%;
    display: grid;
    grid-template-columns: 54.72% 27.55%;
            column-gap: 8.73%;
  }
  .company-message__ttl {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .company-message__txt {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .company-message__txt__txt {
    line-height: 2;
  }
  .company-message__pic {
    grid-row: 1/3;
    grid-column: 2/3;
    margin-top: clamp(2rem, 3vw, 3rem);
  }
  .company-message__bg {
    width: 34%;
  }
  .company-philosophy__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .company-philosophy__ttl {
    -ms-flex-preferred-size: 38%;
        flex-basis: 38%;
  }
  .company-philosophy__txt {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
  .company-philosophy__txt__inner .txt {
    font-size: calc(1rem + 0.35714vw - 3.85714px);
  }
  .company-table__inner {
    -webkit-column-gap: 3.55%;
       -moz-column-gap: 3.55%;
            column-gap: 3.55%;
  }
  .company-table__ttl {
    width: 30.9%;
  }
  .company-table__table {
    width: 65.55%;
  }
  .company-access__list.is-multiple .company-access__box__map {
    padding-bottom: 66.6%;
  }
  .recruit-upper__box__img {
    width: 87.37%;
  }
  .recruit-upper__box__txt {
    margin-top: -4rem;
  }
  .recruit-remarks__box {
    padding: clamp(2em, 3vw, 3rem) 7% clamp(2em, 3vw, 3rem);
  }
  .recruit-introduction__box__flex .recruit-introduction__box__txt__inner {
    max-width: 680px;
  }
  .recruit-gallery .swiper-next_prev {
    width: 188px;
    height: 90px;
  }
  .recruit-gallery .swiper-button-prev,
  .recruit-gallery .swiper-button-next {
    width: 90px;
    height: 90px;
  }
  .recruit-gallery .swiper-button-prev::after,
  .recruit-gallery .swiper-button-next::after {
    font-size: 3rem;
  }
  .recruit-table__inner {
    -webkit-column-gap: 3.55%;
       -moz-column-gap: 3.55%;
            column-gap: 3.55%;
  }
  .recruit-table__ttl {
    width: 30.9%;
  }
  .recruit-table__table {
    width: 65.55%;
  }
  .works-intro {
    padding: clamp(2rem, 3vw, 3rem) 8%;
    text-align: center;
  }
  .works-slider.is-thumbnailslider .works-slider__top .slick-arrow i {
    font-size: 6.25rem;
  }
  .works-slider.is-thumbnailslider .works-slider__top .slick-prev {
    top: calc(266px - 0.5em);
    right: calc(100% + 0.5em);
  }
  .works-slider.is-thumbnailslider .works-slider__top .slick-next {
    top: calc(266px - 0.5em);
    left: calc(100% + 0.5em);
  }
  .works-slider.is-thumbnailslider .sp-thumbnail {
    margin-right: 8px;
  }
  .works-slider.is-thumbnailcolumn {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: space-between;
  }
  .works-slider.is-thumbnailcolumn .works-slider__top {
    width: 65.55%;
  }
  .works-slider.is-thumbnailcolumn .works-slider__top .slick-arrow i {
    font-size: 2.5rem;
  }
  .works-slider.is-thumbnailcolumn .works-slider__top .slick-prev {
    top: calc(16.3vw - 0.5em);
    right: calc(100% + 0.2em);
    font-size: 1rem;
  }
  .works-slider.is-thumbnailcolumn .works-slider__top .slick-next {
    top: calc(16.3vw - 0.5em);
    left: calc(100% + 0.2em);
    font-size: 1rem;
  }
  .works-slider.is-thumbnailcolumn .works-slider__thumbs {
    width: 31.11%;
  }
  .works-slider.is-thumbnailcolumn .works-slider__thumbs__list {
    -webkit-column-gap: 3.125%;
       -moz-column-gap: 3.125%;
            column-gap: 3.125%;
    row-gap: 0.75vw;
  }
  .works-slider.is-thumbnailcolumn .works-slider__thumbs .sp-thumbnail {
    width: 31.25%;
  }
  .works-slider__top .slick-nav-arrows .slick-prev {
    right: 100%;
  }
  .works-slider__top .slick-nav-arrows .slick-next {
    left: 100%;
  }
  .works-slider__thumbs .slick-nav-arrows .slick-prev {
    right: 99%;
  }
  .works-slider__thumbs .slick-nav-arrows .slick-next {
    left: calc(99% - 5px);
  }
  .works-slider__thumbs .slick-list {
    padding: 0 0 !important;
  }
  .works-slider__thumbs .slick-track {
    left: 0 !important;
  }
  .works-pdf__list {
    -ms-flex-wrap: wrap;
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
            column-gap: 2%;
    row-gap: 1em;
        flex-wrap: wrap;
  }
  .works-pdf__list > * {
    width: 49%;
  }
  .works-interview__box__flex .works-interview__box__txt {
    -ms-flex-preferred-size: 44.44%;
        flex-basis: 44.44%;
  }
  .works-interview__box__img {
    -ms-flex-preferred-size: 48.33%;
        flex-basis: 48.33%;
  }
  .works-video__box__inner {
    -webkit-column-gap: 10%;
       -moz-column-gap: 10%;
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr 37.5%;
            column-gap: 10%;
    row-gap: clamp(1rem, 1.5vw, 2rem);
  }
  .works-video__box__ttl {
    grid-row: 1/2;
    grid-column: 1/2;
    font-size: calc(1.5rem + 1.42857vw - 15.42857px);
  }
  .works-video__box__video {
    grid-row: 1/3;
    grid-column: 2/3;
  }
  .works-video__box__txt {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .works-table__box__inner {
    padding: clamp(2em, 3.5vw, 4rem) 10% clamp(2em, 3vw, 3.5rem);
  }
  .works-table__box__table th {
    width: 25%;
    min-width: 180px;
    padding: 1.25rem 0;
  }
  .works-table__box__table td {
    padding: 1.25rem 1.25rem 1.25rem 0.5rem;
  }
  .contact-flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contact-flex__main {
    width: 75%;
  }
  .contact-flex__aside {
    width: 22%;
  }
  .contact-intro__ttl {
    font-size: calc(1.25rem + 0.71429vw - 7.71429px);
  }
  .contact-box__ttl {
    font-size: calc(1.25rem + 0.71429vw - 7.71429px);
  }
  .contact-box__tel__num span {
    font-size: calc(0.9rem + 1.07143vw - 11.57143px);
  }
  .contact-box__tel__num .tel-link {
    font-size: calc(1.75rem + 1.07143vw - 11.57143px);
  }
  .contact-step {
    position: sticky;
    top: 120px;
    left: 0;
  }
  .contact-step ol li {
    font-size: calc(0.94rem + 0.17857vw - 1.92857px);
  }
  .contact-form__ttl {
    font-size: calc(1.3rem + 1.78571vw - 19.28571px);
  }
  .contact-mail {
    padding: clamp(1.5rem, 3vw, 3rem) 10% clamp(2rem, 3.5vw, 3rem);
  }
  .contact-privacy {
    max-height: 300px;
    padding: clamp(1.5rem, 3vw, 3rem) 5% clamp(2rem, 3.5vw, 3rem);
    overflow-y: scroll;
    scrollbar-color: #C9CED2 #ffffff;
    scrollbar-width: thin;
  }
  .contact-privacy::-webkit-scrollbar {
    width: 8px;
  }
  .contact-privacy::-webkit-scrollbar-track {
    background: #f6f6f6;
  }
  .contact-privacy::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 0 1px #ffffff;
    border-radius: 8px;
    background: #C9CED2;
            box-shadow: inset 0 0 0 1px #ffffff;
  }
  .contact-privacy__inner {
    margin-top: 1.5rem;
    padding: 0 5%;
  }
  .contact-privacy__ttl {
    margin-bottom: clamp(1rem, 2vw, 2rem);
  }
  .contact-privacy__ttl::before {
    position: absolute;
    bottom: 0;
    left: calc(50% - 2rem);
    width: 4rem;
    height: 3px;
    border-radius: 2px;
    background: #F9DFDF;
    content: "";
  }
  .contact-privacy__ttl .privacy-btn {
    display: none;
  }
  .contact-table th, .contact-table td {
    display: table-cell;
    padding: 1rem 0 1.5rem;
  }
  .contact-table th {
    width: 30%;
    font-weight: 500;
    line-height: 1.5;
  }
  .contact-table td {
    width: auto;
  }
  .news-intro {
    padding: clamp(2rem, 3vw, 3rem) 8%;
    text-align: center;
  }
  .news-slider.is-thumbnailslider .news-slider__top .slick-arrow i {
    font-size: 6.25rem;
  }
  .news-slider.is-thumbnailslider .news-slider__top .slick-prev {
    top: calc(266px - 0.5em);
    right: calc(100% + 0.5em);
  }
  .news-slider.is-thumbnailslider .news-slider__top .slick-next {
    top: calc(266px - 0.5em);
    left: calc(100% + 0.5em);
  }
  .news-slider.is-thumbnailslider .sp-thumbnail {
    margin-right: 8px;
  }
  .news-slider.is-thumbnailcolumn {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: space-between;
  }
  .news-slider.is-thumbnailcolumn .news-slider__top {
    width: 65.55%;
  }
  .news-slider.is-thumbnailcolumn .news-slider__top .slick-arrow i {
    font-size: 2.5rem;
  }
  .news-slider.is-thumbnailcolumn .news-slider__top .slick-prev {
    top: calc(16.3vw - 0.5em);
    right: calc(100% + 0.2em);
    font-size: 1rem;
  }
  .news-slider.is-thumbnailcolumn .news-slider__top .slick-next {
    top: calc(16.3vw - 0.5em);
    left: calc(100% + 0.2em);
    font-size: 1rem;
  }
  .news-slider.is-thumbnailcolumn .news-slider__thumbs {
    width: 31.11%;
  }
  .news-slider.is-thumbnailcolumn .news-slider__thumbs__list {
    -webkit-column-gap: 3.125%;
       -moz-column-gap: 3.125%;
            column-gap: 3.125%;
    row-gap: 0.75vw;
  }
  .news-slider.is-thumbnailcolumn .news-slider__thumbs .sp-thumbnail {
    width: 31.25%;
  }
  .news-slider__thumbs .slick-nav-arrows .slick-prev {
    right: 99%;
  }
  .news-slider__thumbs .slick-nav-arrows .slick-next {
    left: calc(99% - 5px);
  }
  .news-slider__thumbs .slick-list {
    padding: 0 0 !important;
  }
  .news-slider__thumbs .slick-track {
    left: 0 !important;
  }
  .news-pdf__list {
    -ms-flex-wrap: wrap;
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
            column-gap: 2%;
    row-gap: 1em;
        flex-wrap: wrap;
  }
  .news-pdf__list > * {
    width: 49%;
  }
  .news-interview__box__flex .news-interview__box__txt {
    -ms-flex-preferred-size: 44.44%;
        flex-basis: 44.44%;
  }
  .news-interview__box__img {
    -ms-flex-preferred-size: 48.33%;
        flex-basis: 48.33%;
  }
  .news-video__box__inner {
    -webkit-column-gap: 10%;
       -moz-column-gap: 10%;
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr 37.5%;
            column-gap: 10%;
    row-gap: clamp(1rem, 1.5vw, 2rem);
  }
  .news-video__box__ttl {
    grid-row: 1/2;
    grid-column: 1/2;
    font-size: calc(1.5rem + 1.42857vw - 15.42857px);
  }
  .news-video__box__video {
    grid-row: 1/3;
    grid-column: 2/3;
  }
  .news-video__box__txt {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .news-table__box__inner {
    padding: clamp(2em, 3.5vw, 4rem) 10% clamp(2em, 3vw, 3.5rem);
  }
  .news-table__box__table th {
    width: 25%;
    min-width: 180px;
    padding: 1.25rem 0;
  }
  .news-table__box__table td {
    padding: 1.25rem 1.25rem 1.25rem 0.5rem;
  }
  .blog-intro {
    padding: clamp(2rem, 3vw, 3rem) 8%;
    text-align: center;
  }
  .contents-flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: space-between;
  }
  .contents-left {
    width: calc(96% - 320px);
  }
  .aside-cont.is-sticky {
    position: sticky;
    top: 120px;
    left: 0;
  }
  .aside-box__ttl {
    font-size: calc(1.14rem + 0.71429vw - 7.71429px);
  }
  .wp-block-categories-list li a,
  .wp-block-archives-list li a,
  .wp-block-latest-posts__list li a {
    font-size: 0.94em;
  }
  .facility-box__img {
    -ms-flex-preferred-size: 48.33%;
        flex-basis: 48.33%;
  }
  .facility-box__txt {
    -ms-flex-preferred-size: 44.44%;
        flex-basis: 44.44%;
  }
  .facility-gallery .swiper-next_prev {
    width: 188px;
    height: 90px;
  }
  .facility-gallery .swiper-button-prev,
  .facility-gallery .swiper-button-next {
    width: 90px;
    height: 90px;
  }
  .facility-gallery .swiper-button-prev::after,
  .facility-gallery .swiper-button-next::after {
    font-size: 3rem;
  }
  .trial-box__ttl {
    font-size: calc(1.25rem + 0.71429vw - 7.71429px);
  }
  .flow-box__time {
    font-size: calc(1.25rem + 0.71429vw - 7.71429px);
  }
  .flow-box__txt h3 {
    font-size: calc(1.25rem + 0.71429vw - 7.71429px);
  }
  .eventlist-slider.is-thumbnailcolumn {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            column-gap: 4%;
            justify-content: space-between;
  }
  .eventlist-slider.is-thumbnailcolumn .eventlist-slider__top {
    width: 50%;
  }
  .eventlist-slider.is-thumbnailcolumn .eventlist-slider__top .slick-arrow i {
    font-size: 2.5rem;
  }
  .eventlist-slider.is-thumbnailcolumn .eventlist-slider__top .slick-prev {
    top: calc(16.3vw - 0.5em);
    right: calc(100% + 0.2em);
    font-size: 1rem;
  }
  .eventlist-slider.is-thumbnailcolumn .eventlist-slider__top .slick-next {
    top: calc(16.3vw - 0.5em);
    left: calc(100% + 0.2em);
    font-size: 1rem;
  }
  .eventlist-slider.is-thumbnailcolumn .eventlist-slider__thumbs {
    width: 46%;
  }
  .eventlist-slider.is-thumbnailcolumn .eventlist-slider__thumbs__list {
    -webkit-column-gap: 3.125%;
       -moz-column-gap: 3.125%;
            column-gap: 3.125%;
    row-gap: 0.75vw;
  }
  .eventlist-slider.is-thumbnailcolumn .eventlist-slider__thumbs .sp-thumbnail {
    width: 17.25%;
  }
  .eventlist-slider__thumbs .slick-list {
    padding: 0 0 !important;
  }
  .eventlist-slider__thumbs .slick-track {
    left: 0 !important;
  }
  .eventlist-singleimg {
    -ms-flex-wrap: wrap;
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
        flex-wrap: wrap;
  }
  .eventlist-singleimg__box {
    width: 50%;
  }
  .eventlist-singleimg .eventlist-txt {
    width: 46%;
  }
  .main-view__inner {
    height: 34vw;
  }
  .common-category {
    -webkit-column-gap: 3%;
       -moz-column-gap: 3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            column-gap: 3%;
  }
  .common-category__ttl {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: clamp(130px, 10%, 144px);
    padding-top: 0.2em;
    font-size: calc(1.14rem + 0.71429vw - 7.71429px);
  }
  .common-category__list {
    -ms-flex-wrap: wrap;
    -ms-flex-negative: 1;
        flex-shrink: 1;
        flex-wrap: wrap;
    gap: 0.75em 0.5em;
  }
  .common-category__list li a {
    padding: 0.4em 1.25em 0.4em 1em;
    border: 1px solid #C9CED2;
    border-radius: 999px;
  }
  .common-category__list li a:hover {
    border-color: #FFC9C9;
    color: #FFC9C9;
  }
  .common-flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .common-flex.is-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .common-flex__main {
    width: 72%;
  }
  .common-flex__aside {
    width: 25%;
  }
  .common-flex__list.is-col2 {
    -webkit-column-gap: 4.5%;
       -moz-column-gap: 4.5%;
            column-gap: 4.5%;
  }
  .common-flex__list.is-col2 > * {
    -ms-flex-preferred-size: 47.75%;
        flex-basis: 47.75%;
  }
  .common-flex__list.is-col3 {
    -webkit-column-gap: 1.25%;
       -moz-column-gap: 1.25%;
            column-gap: 1.25%;
  }
  .common-flex__list.is-col3 > * {
    -ms-flex-preferred-size: 32.5%;
        flex-basis: 32.5%;
  }
  .cont-404__ttl {
    font-size: calc(1.5rem + 1.78571vw - 19.28571px);
  }
}

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

@media (min-width: 1553px) {
  /*====================================================================/
  /*---PC 以上--
  /====================================================================*/
  .breadcrumb {
    left: 48px;
  }
  .free01-intro__ttl__inner small {
    font-size: 2.25rem;
  }
  .free01-intro__txt .txt {
    font-size: 1.25rem;
  }
  .free01-nav__ttl {
    font-size: 1.5rem;
  }
  .free01-nav__item__ttl {
    font-size: 1.25rem;
  }
  .free01-box:nth-of-type(odd) .free01-box__img::before {
    left: 3rem;
  }
  .free01-box:nth-of-type(even) .free01-box__img::before {
    right: 3rem;
  }
  .free01-box__txt {
    width: calc(50% - 100px);
    padding-top: 2em;
  }
  .free01-box__txt__inner {
    width: 620px;
  }
  .free01-box__txt__ttl {
    padding-top: 4rem;
    padding-left: 6rem;
  }
  .free01-box__txt__ttl::before {
    font-size: 3.75rem;
  }
  .free01-box__txt__ttl::after {
    top: 7.5rem;
    left: 1rem;
    width: 9rem;
  }
  .free01-box__txt__ttl span {
    font-size: 2.25rem;
  }
  .free01-box__img {
    width: calc(50% - 24px);
    padding-bottom: 4rem;
  }
  .free01-box__img__inner {
    z-index: 1;
    position: relative;
    width: 100%;
  }
  .free01-box__img__inner::before {
    display: block;
    position: relative;
    padding-top: 66.66%;
    content: "";
  }
  .free01-box__img__inner > div,
  .free01-box__img__inner figure,
  .free01-box__img__inner a,
  .free01-box__img__inner picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .company-philosophy__ttl {
    -ms-flex-preferred-size: 31.25%;
        flex-basis: 31.25%;
  }
  .company-philosophy__ttl__inner b {
    font-size: 3.75rem;
  }
  .company-philosophy__ttl__inner small {
    font-size: 1.75rem;
  }
  .company-philosophy__txt {
    -ms-flex-preferred-size: 62.32%;
        flex-basis: 62.32%;
  }
  .company-philosophy__txt__inner {
    padding: clamp(2rem, 5vw, 5rem) 10%;
  }
  .company-philosophy__txt__inner .txt {
    font-size: 1.13rem;
  }
  .company-access__box__ttl {
    font-size: 1.13rem;
  }
  .recruit-upper__ttl__inner small {
    font-size: 2.25rem;
  }
  .recruit-upper__ttl__inner strong {
    font-size: 5rem;
  }
  .recruit-upper__box__txt__inner {
    width: 82.52%;
    padding: 0 10% clamp(1.5rem, 3vw, 3rem);
  }
  .recruit-upper__box__txt__ttl span {
    padding: 2rem 5% 0.5em 4.5rem;
    font-size: 2rem;
  }
  .recruit-upper__box__txt__ttl span::after {
    top: -2em;
    left: 0.2em;
    height: calc(4rem + 3em);
  }
  .recruit-upper__box__txt__ttl::before {
    left: -0.3em;
    font-size: 5rem;
  }
  .recruit-introduction__box__flex {
    -webkit-column-gap: 5.18%;
       -moz-column-gap: 5.18%;
            column-gap: 5.18%;
  }
  .recruit-introduction__box__flex .recruit-introduction__box__txt {
    width: 46.91%;
  }
  .recruit-introduction__box__img {
    width: 47.91%;
    height: 100%;
  }
  .recruit-introduction__box__txt__ttl {
    font-size: 1.88rem;
  }
  .recruit-gallery__ttl b {
    font-size: 6rem;
  }
  .recruit-gallery__ttl small {
    font-size: 1.75rem;
  }
  .recruit-table__ttl b {
    font-size: 3.38rem;
  }
  .recruit-table__ttl small {
    font-size: 1.75rem;
  }
  .recruit-form__ttl b {
    font-size: 3.75rem;
  }
  .recruit-form__ttl small {
    font-size: 1.75rem;
  }
  .works-slider.is-thumbnailslider .sp-thumbnail {
    margin-right: 10px;
  }
  .works-slider.is-thumbnailcolumn .works-slider__top .slick-prev {
    top: calc(260px - 0.5em);
    right: calc(100% + 0.5em);
  }
  .works-slider.is-thumbnailcolumn .works-slider__top .slick-next {
    top: calc(260px - 0.5em);
    left: calc(100% + 0.5em);
  }
  .works-slider.is-thumbnailcolumn .works-slider__thumbs__list {
    row-gap: 1rem;
  }
  .works-singlecont {
    padding: 3rem 8%;
  }
  .works-interview__box__catch {
    font-size: 1.5rem;
  }
  .works-video__box__ttl {
    font-size: 2rem;
  }
  .works-table__box__ttl {
    font-size: 1.75rem;
  }
  .works-table__box__table th {
    width: 225px;
  }
  .works-access__box__ttl {
    font-size: 2.25rem;
  }
  .works-access__box__map__inner {
    padding-bottom: 460px;
  }
  .contact-flex__main {
    width: 65.27%;
  }
  .contact-flex__aside {
    width: 22.5%;
  }
  .contact-intro__ttl {
    font-size: 1.5rem;
  }
  .contact-box__ttl {
    font-size: 1.5rem;
  }
  .contact-box__tel__num span {
    font-size: 1.25rem;
  }
  .contact-box__tel__num .tel-link {
    font-size: 2.25rem;
  }
  .contact-step ol li {
    font-size: 1.07em;
  }
  .contact-form__ttl {
    font-size: 1.88rem;
  }
  .contact-mail__ttl {
    font-size: 1.25rem;
  }
  .contact-privacy__ttl {
    font-size: 1.38rem;
  }
  .news-slider.is-thumbnailslider .sp-thumbnail {
    margin-right: 10px;
  }
  .news-slider.is-thumbnailcolumn .news-slider__top .slick-prev {
    top: calc(260px - 0.5em);
    right: calc(100% + 0.5em);
  }
  .news-slider.is-thumbnailcolumn .news-slider__top .slick-next {
    top: calc(260px - 0.5em);
    left: calc(100% + 0.5em);
  }
  .news-slider.is-thumbnailcolumn .news-slider__thumbs__list {
    row-gap: 1rem;
  }
  .news-singlecont {
    padding: 3rem 8%;
  }
  .news-interview__box__catch {
    font-size: 1.5rem;
  }
  .news-video__box__ttl {
    font-size: 2rem;
  }
  .news-table__box__ttl {
    font-size: 1.75rem;
  }
  .news-table__box__table th {
    width: 225px;
  }
  .news-access__box__ttl {
    font-size: 2.25rem;
  }
  .news-access__box__map__inner {
    padding-bottom: 460px;
  }
  .wp-block-heading .ez-toc-section {
    margin-top: -4em;
    padding-top: 4em;
  }
  .aside-box__ttl {
    font-size: 1.38rem;
  }
  .trial-box__ttl {
    font-size: 1.5rem;
  }
  .flow-box__time {
    font-size: 1.5rem;
  }
  .flow-box__txt h3 {
    font-size: 1.5rem;
  }
  .eventlist-slider.is-thumbnailcolumn .eventlist-slider__top .slick-prev {
    top: calc(260px - 0.5em);
    right: calc(100% + 0.5em);
  }
  .eventlist-slider.is-thumbnailcolumn .eventlist-slider__top .slick-next {
    top: calc(260px - 0.5em);
    left: calc(100% + 0.5em);
  }
  .eventlist-slider.is-thumbnailcolumn .eventlist-slider__thumbs__list {
    row-gap: 1rem;
  }
  .main-view__inner {
    height: 440px;
  }
  .main-view__ttl > em.is-404 {
    font-size: 4.5rem;
  }
  .main-view__ttl > span.is-category {
    font-size: 1.75rem;
  }
  .main-view__ttl > span.is-category b {
    font-size: 2.25rem;
  }
  .main-view__ttl > span.is-category span {
    font-size: 2.25rem;
  }
  .main-view__ttl > span.is-archive {
    font-size: 2.5rem;
  }
  .main-view__txt__sub span {
    font-size: 1.25rem;
  }
  .main-view__txt__ttl {
    font-size: 3rem;
  }
  .common-category__ttl {
    font-size: 1.38rem;
  }
  .common-flex__main {
    width: 74.16%;
  }
  .common-flex__aside {
    width: 20.83%;
  }
  .common-flex__list.is-col3 {
    -webkit-column-gap: 2.8%;
       -moz-column-gap: 2.8%;
            column-gap: 2.8%;
  }
  .common-flex__list.is-col3 > * {
    -ms-flex-preferred-size: 31.46%;
        flex-basis: 31.46%;
  }
  .cont-404__ttl {
    font-size: 2.13rem;
  }
  .cont-404__txt {
    font-size: 1.13rem;
  }
}

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

@media (min-width: 768px) and (min-width: 1553px) {
  .recruit-upper__list > *:nth-of-type(even) {
    margin-top: 134px;
  }
}

@media (min-width: 1753px) {
  /*====================================================================/
  /*--Large PC 以上--
  /====================================================================*/
  .free01-intro__ttl__inner strong {
    font-size: 2.88rem;
  }
  .free01-nav__item a {
    padding: 1.5em 3.5rem 1.5em 1.5em;
  }
  .company-message__txt__txt p {
    font-size: 1.13rem;
  }
  .facility-box__txt {
    font-size: 1.13rem;
  }
  .guide-box__txt__inner .txt {
    font-size: 1.13rem;
  }
  .trial-box__txt__inner .txt {
    font-size: 1.13rem;
  }
  .fee-list__txt {
    font-size: 1.13rem;
  }
  .fee-box__txt__inner .txt {
    font-size: 1.13rem;
  }
  .flow-box__txt .txt {
    font-size: 1.13rem;
  }
  .main-view__ttl > em {
    font-size: 1.81rem;
  }
  .main-view__ttl > span {
    font-size: 3.13rem;
  }
  .main-view__txt__sub em {
    font-size: 1.25rem;
  }
}

@media (min-width: 1921px) {
  .breadcrumb {
    left: 5vw;
  }
  .recruit-introduction__box__flex .recruit-introduction__box__txt__inner {
    max-width: 35.41vw;
  }
  .main-view__inner {
    height: 20.83vw;
  }
}

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

@media (max-width: 1552px) {
  /*====================================================================/
  /*--PC 未満--
  /====================================================================*/
  .recruit-introduction__box__flex .recruit-introduction__box__txt {
    padding-right: 5%;
  }
}

@media (max-width: 1175px) {
  /*====================================================================/
  /*--XGAサイズ iPadPro 未満--
  /====================================================================*/
  .free01-intro__inner {
    padding-left: 2%;
  }
  .company-message__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: column;
    width: 100%;
  }
  .company-message__pic {
    max-width: 300px;
    margin-bottom: 1em;
  }
  .company-message__pic__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: column;
            justify-content: center;
  }
  .company-philosophy__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: clamp(2rem, 3vw, 3rem);
            flex-direction: column;
  }
  .company-table__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: 0;
            flex-direction: column;
  }
  .recruit-table__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: clamp(2rem, 3vw, 3rem);
            flex-direction: column;
  }
  .works-slider.is-thumbnailslider .sp-thumbnail {
    margin-right: 4px;
  }
  .works-slider.is-thumbnailcolumn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: clamp(1.5rem, 3vw, 3rem);
            flex-direction: column;
  }
  .works-slider.is-thumbnailcolumn .works-slider__thumbs__list {
    -webkit-column-gap: 1%;
       -moz-column-gap: 1%;
            column-gap: 1%;
    row-gap: 1vw;
    margin-right: auto;
    margin-left: auto;
  }
  .works-slider__top {
    margin-bottom: 1.5rem;
  }
  .works-slider__top .slick-nav-arrows .slick-prev {
    left: 5%;
  }
  .works-slider__top .slick-nav-arrows .slick-next {
    right: 5%;
  }
  .works-slider__thumbs .sp-thumbnail {
    width: 15.83%;
  }
  .works-slider__thumbs .slick-slide {
    margin-right: 6px;
  }
  .works-pdf__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: 0.5em;
            flex-direction: column;
  }
  .works-video__box__ttl {
    margin-bottom: clamp(1rem, 1.5vw, 1.5rem);
  }
  .works-video__box__video {
    max-width: 480px;
    margin-right: auto;
    margin-bottom: 1rem;
    margin-left: auto;
  }
  .works-table__box__table th {
    display: block;
    padding-bottom: 0;
  }
  .works-table__box__table td {
    display: block;
    padding: 1rem 0;
    padding-top: 0;
    padding-left: 0;
  }
  .contact-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-flex__aside {
    display: none;
  }
  .contact-privacy__ttl {
    position: relative;
    padding: 1.5rem 6%;
  }
  .contact-privacy__ttl .privacy-btn {
    -webkit-transition: all 0.3s ease 0s;
    display: block;
    position: absolute;
    top: calc(50% - 16px);
    right: 1rem;
    width: 32px;
    height: 32px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
  }
  .contact-privacy__ttl .privacy-btn i {
    color: #979DA4;
    font-size: 2rem;
    line-height: 1;
  }
  .contact-privacy__ttl .privacy-btn.is-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: 1em 0 2em;
  }
  .news-slider.is-thumbnailslider .sp-thumbnail {
    margin-right: 4px;
  }
  .news-slider.is-thumbnailcolumn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: clamp(1.5rem, 3vw, 3rem);
            flex-direction: column;
  }
  .news-slider.is-thumbnailcolumn .news-slider__thumbs__list {
    -webkit-column-gap: 1%;
       -moz-column-gap: 1%;
            column-gap: 1%;
    row-gap: 1vw;
    margin-right: auto;
    margin-left: auto;
  }
  .news-slider__top {
    margin-bottom: 1.5rem;
  }
  .news-slider__thumbs .sp-thumbnail {
    width: 15.83%;
  }
  .news-slider__thumbs .slick-slide {
    margin-right: 6px;
  }
  .news-pdf__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: 0.5em;
            flex-direction: column;
  }
  .news-video__box__ttl {
    margin-bottom: clamp(1rem, 1.5vw, 1.5rem);
  }
  .news-video__box__video {
    max-width: 480px;
    margin-right: auto;
    margin-bottom: 1rem;
    margin-left: auto;
  }
  .news-table__box__table th {
    display: block;
    padding-bottom: 0;
  }
  .news-table__box__table td {
    display: block;
    padding: 1rem 0;
    padding-top: 0;
    padding-left: 0;
  }
  .eventlist-slider.is-thumbnailcolumn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: clamp(1.5rem, 3vw, 3rem);
            flex-direction: column;
  }
  .eventlist-slider.is-thumbnailcolumn .eventlist-slider__thumbs__list {
    -webkit-column-gap: 1%;
       -moz-column-gap: 1%;
            column-gap: 1%;
    row-gap: 1vw;
    margin-right: auto;
    margin-left: auto;
  }
  .eventlist-slider__top {
    margin-bottom: 0;
  }
  .eventlist-slider__thumbs .sp-thumbnail {
    width: 15.83%;
  }
  .eventlist-slider__thumbs .slick-slide {
    margin-right: 6px;
  }
  .eventlist-singleimg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: clamp(1.5rem, 3vw, 3rem);
            flex-direction: column;
  }
  .eventlist-singleimg > * {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .main-view__txt__category .category-item {
    font-size: 0.75em;
  }
  .common-category__ttl {
    margin-bottom: 0.5rem;
    padding: 0.3rem 0 0.5rem;
    border-bottom: 1px solid #C9CED2;
    font-weight: 500;
    font-size: 1.25em;
    font-family: 'Montserrat', serif;
  }
  .common-category__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .common-category__list li {
    border-bottom: 1px solid #E5E9EC;
  }
  .common-category__list li a {
    padding: 0.75em 0.5em 0.75em 0.2em;
  }
  .common-category__list li a::before {
    -webkit-transition: all 0.3s ease 0s;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background: #F9DFDF;
    content: "";
    transition: all 0.3s ease 0s;
  }
  .common-category__list li a:hover::before {
    width: 100%;
  }
  .common-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: clamp(3rem, 5vw, 5rem);
            flex-direction: column;
  }
  .common-flex__aside {
    width: 100%;
  }
}

@media (max-width: 767px) {
  /*====================================================================/
  /*--タブレット iPadmini 未満--
  /====================================================================*/
  .free01-box__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: clamp(1.5rem, 2.5vw, 2rem);
            flex-direction: column;
    margin-right: auto;
    margin-left: auto;
    padding-right: 5%;
    padding-left: 5%;
  }
  .free01-box__txt {
    width: 100%;
  }
  .free01-box__txt .btn-wrap {
    margin-right: auto;
    margin-left: auto;
  }
  .free01-box__img {
    width: 100%;
    padding-bottom: clamp(1.5rem, 3vw, 3rem);
  }
  .free01-box__img::before {
    bottom: 0;
    left: 1.5rem;
    width: 100vw;
    height: 85%;
  }
  .company-message {
    background-position: 34% 0;
    background-size: 18%;
  }
  .company-message__pic {
    margin-right: auto;
    margin-left: auto;
  }
  .company-message__pic__inner {
    width: clamp(120px, 80%, 200px);
    margin-right: auto;
    margin-left: auto;
  }
  .recruit-upper__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: clamp(2rem, 4vw, 4rem);
            flex-direction: column;
  }
  .recruit-upper__box {
    width: 100%;
  }
  .recruit-upper__box__txt {
    margin-top: -2rem;
  }
  .recruit-introduction__box__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: 1.2em;
            flex-direction: column;
  }
  .recruit-introduction__box__flex .recruit-introduction__box__txt {
    padding-right: 5%;
    padding-left: 5%;
  }
  .recruit-introduction__box__img {
    width: 90%;
    padding-bottom: 1.2rem;
  }
  .recruit-introduction__box__img::before {
    bottom: 0;
    left: 10%;
    width: 100vw;
    height: 90%;
    content: "";
  }
  .is-column .recruit-gallery__box figcaption {
    font-size: 0.71em;
  }
  .works-interview__box__flex .works-interview__box__txt {
    margin-bottom: 1rem;
  }
  .works-access__box__map__inner {
    padding-bottom: 360px;
  }
  .news-interview__box__flex .news-interview__box__txt {
    margin-bottom: 1rem;
  }
  .news-access__box__map__inner {
    padding-bottom: 360px;
  }
  .facility-box__txt {
    margin-bottom: 1.5rem;
  }
  .facility-room-type {
    margin-right: auto;
    margin-left: auto;
  }
  .is-column .facility-gallery__box figcaption {
    font-size: 0.71em;
  }
  .guide-box__txt .btn-wrap {
    margin-right: auto;
    margin-left: auto;
  }
  .guide-box__img__use {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: clamp(1.5rem, 2.5vw, 2rem);
            flex-direction: column;
    margin-right: auto;
    margin-left: auto;
  }
  .guide-box__img__use .guide-box__txt {
    width: 100%;
  }
  .guide-box__img__use .guide-box__img {
    width: 100%;
  }
  .trial-box__img__use {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: clamp(1.5rem, 2.5vw, 2rem);
            flex-direction: column;
    margin-right: auto;
    margin-left: auto;
  }
  .trial-box__img__use .trial-box__txt {
    width: 100%;
  }
  .trial-box__img__use .trial-box__img {
    width: 100%;
  }
  .flow-box__img {
    margin-top: 1em;
    margin-bottom: 0.5em;
  }
  .main-view__inner {
    height: 246px;
  }
}

@media (max-width: 575px) {
  /*====================================================================/
  /*--iPhone 以下--
  /====================================================================*/
  .company-message {
    padding-bottom: calc(4rem + 40vw);
  }
  .company-message__bg {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40vw;
  }
  .common-flex__list.is-col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: clamp(1.5rem, 3vw, 3rem);
            flex-direction: column;
  }
  .common-flex__list.is-col3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: clamp(1.5rem, 3vw, 3rem);
            flex-direction: column;
  }
}

@media (max-width: 500px) {
  /* 目次タイトル */
  div#ez-toc-container .ez-toc-title {
    padding: 5px 0;
    padding-left: 0;
    padding-left: initial;
    font-size: 15px;
    text-align: center;
  }
  /* 開閉ボタンの位置 */
}
/*# sourceMappingURL=map/lv2.css.map */
