@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Sumana:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&display=swap");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: unset;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* Setting & mixin
   ----------------------------------------------------------------- */
:root {
  --gap-n: 26.4px;
  --gap-harf: 13.2px;
  --gap-hharf: 6.6px;
  --gap-2x: 52.8px;
  --gap-3x: 79.2px;
  --gap-4x: 105.6px;
  --gap-5x: 132px;
  --gap-6x: 158.4px;
  --gap-h3x: 39.6px;
  --gap-h4x: 52.8px;
  --gap-h5x: 66px;
  --gap-h6x: 79.2px;
}
@media only screen and (max-width: 1199px) {
  :root {
    --gap-n: 2.2vw;
    --gap-harf: 1.1vw;
    --gap-hharf: 0.55vw;
    --gap-x2: 4.4vw;
    --gap-x3: 6.6vw;
    --gap-x4: 8.8vw;
    --gap-x5: 11vw;
    --gap-x6: 13.2vw;
    --gap-h3x: 3.3vw;
    --gap-h4x: 4.4vw;
    --gap-h5x: 5.5vw;
    --gap-h6x: 6.6vw;
  }
}

:root {
  --gap-n: 26.4px;
  --gap-harf: 13.2px;
  --gap-hharf: 6.6px;
  --gap-2x: 52.8px;
  --gap-3x: 79.2px;
  --gap-4x: 105.6px;
  --gap-5x: 132px;
  --gap-6x: 158.4px;
  --gap-h3x: 39.6px;
  --gap-h4x: 52.8px;
  --gap-h5x: 66px;
  --gap-h6x: 79.2px;
}
@media only screen and (max-width: 1199px) {
  :root {
    --gap-n: 2.2vw;
    --gap-harf: 1.1vw;
    --gap-hharf: 0.55vw;
    --gap-x2: 4.4vw;
    --gap-x3: 6.6vw;
    --gap-x4: 8.8vw;
    --gap-x5: 11vw;
    --gap-x6: 13.2vw;
    --gap-h3x: 3.3vw;
    --gap-h4x: 4.4vw;
    --gap-h5x: 5.5vw;
    --gap-h6x: 6.6vw;
  }
}

.slick-slider {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list, .slick-slider {
  position: relative;
  display: block;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:after, .slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide img.slick-loading {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

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

@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  z-index: 100;
  top: 0;
  bottom: 0;
  cursor: pointer;
  background: transparent;
  font-size: 1%;
  width: 5vw;
  height: 100%;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  text-decoration: none;
  display: block;
  width: 0;
  height: 0;
  line-height: 1;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: transparent 50px solid;
  opacity: 0.3;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.slick-prev {
  left: -70px;
}

[dir=rtl] .slick-prev {
  right: -70px;
  left: auto;
}

.slick-prev:before {
  border-right: #7a858e 15px solid;
  border-left: none;
}

[dir=rtl] .slick-prev:before {
  border-left: #7a858e 15px solid;
  border-right: none;
}

.slick-next {
  right: -70px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -70px;
}

.slick-next:before {
  border-left: #7a858e 15px solid;
  border-right: none;
}

[dir=rtl] .slick-next:before {
  border-right: #7a858e 15px solid;
  border-left: none;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  display: block;
  width: auto;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 10px 5px 0;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.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 {
  font-family: "slick";
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  color: #8A8899;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #113956;
}

/** Copyright 2005 Google Inc. All rights reserved. */
/**
 * Default Theme, v4.
 *
 */
/* Selector for entire element. */
.gsc-control-cse {
  font-size: var(--font-m) !important;
  padding: 0 !important;
}

.gsc-input-box {
  border: none !important;
  background: none !important;
}

.gsc-search-box .gsc-input > input:focus,
.gsc-input-box-focus {
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.gsc-search-button-v2 {
  padding: 0.8rem 0.8rem !important;
  border: 1px solid #999 !important;
  border-left: none;
  border-radius: 0 0.4rem 0.4rem 0 !important;
  border-color: #999 !important;
  background-color: var(--bgc-acc1) !important;
  background-image: none;
}

.gsc-search-button-v2:hover {
  cursor: pointer;
}

.gsc-search-button-v2 svg {
  height: var(--font-m) !important;
}

form.gsc-search-box {
  font-size: var(--font-m) !important;
  margin-bottom: 0 !important;
}

table.gsc-search-box {
  margin-bottom: 0 !important;
}

table.gsc-search-box td.gsc-input {
  padding-right: 0 !important;
}

.gsc-search-button {
  width: auto !important;
}

.gsc-search-button {
  margin-left: 0 !important;
}

.gsib_a {
  padding: 0 !important;
  width: auto !important;
}

.gsib_b {
  display: none;
}

.gsc-input {
  font-size: inherit !important;
}

input.gsc-input {
  border: 1px solid #999 !important;
  border-right: none !important;
  border-radius: 0.4rem 0 0 0.4rem !important;
  padding: 0.8rem 0.8rem !important;
  height: var(--font-m) !important;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.gsc-search-box .gsc-input > input:hover,
.gsc-input-box-hover {
  border: none !important;
  border-top-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none;
}

/* Base
   ----------------------------------------------------------------- */
:root {
  --bgc:#ffffff;
  --bgtc:rgba(0, 0, 0, 0.6);
  --bgc-acc1:#0187B5;
  --bgtc-acc1:#fff;
  --bgc-acc2:#F29203;
  --bgtc-acc2:#ffffff;
  --bgc-suf1:#eeeeee;
  --bgtc-suf1:#555;
  --bgc-suf2:#9A9A9A;
  --bgtc-suf2:#fff;
  --font-xl:clamp(2rem, calc(2rem + (1vw - 0.32rem) * (1.8181818182)), 3.6rem);
  --font-l:clamp(1.6rem, calc(1.6rem + (1vw - 0.32rem) * (0.9090909091)), 2.4rem);
  --font-m:clamp(1.4rem, calc(1.4rem + (1vw - 0.32rem) * (0.2272727273)), 1.6rem);
  --font-xm:clamp(1.1rem, calc(1.1rem + (1vw - 0.32rem) * (0.5681818182)), 1.6rem);
  --font-s:clamp(1.1rem, calc(1.1rem + (1vw - 0.32rem) * (0.1136363636)), 1.2rem);
  --font-xs:clamp(1rem, calc(1rem + (1vw - 0.32rem) * (0)), 1rem);
  --gap: var(--font-m);
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-font-feature-settings: "palt", 1;
          font-feature-settings: "palt", 1;
  position: relative;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; /*Chrome,Safari*/
  -ms-text-size-adjust: 100%; /*EgdeMobile*/
  -moz-text-size-adjust: 100%; /*firefox*/
}
body.category--management {
  --bgc-acc:#0187B5;
  --bgtc-acc:#fff;
}
body.category--facility {
  --bgc-acc:#F29203;
  --bgtc-acc:#ffffff;
}
body.category--corp {
  --bgc-acc:#9A9A9A;
  --bgtc-acc:#fff;
}

.wrap {
  overflow: hidden;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a[href="#"]:after {
  content: "（リンク先未適用）";
  color: #f00;
  font-weight: bold;
}
a:where([href^="tel:"]) {
  pointer-events: none;
  color: inherit;
  text-decoration: none;
}
@media only screen and (max-width: 766px) {
  a:where([href^="tel:"]) {
    pointer-events: all;
    text-decoration: underline;
  }
}

.fixwidth {
  width: 100%;
  margin: auto;
  max-width: 1199px;
}
@media only screen and (max-width: 1199px) {
  .fixwidth {
    max-width: 1199px;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1199px) {
  .fixwidth {
    max-width: 979px;
  }
}

* sup {
  font-size: 75%;
  vertical-align: super;
}

* sub {
  font-size: 75%;
  vertical-align: baseline;
}

.current {
  cursor: default;
  pointer-events: none;
}

/* ==========================================================================
   Layout
   ========================================================================== */
.l-site__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-rows: max-content max-content max-content;
  -ms-grid-columns: 100% calc(100% - 72px);
      grid-template: "header nav" -webkit-max-content "main nav" -webkit-max-content "footer nav" max-content/100% calc(100% - 72px);
      grid-template: "header nav" max-content "main nav" max-content "footer nav" max-content/100% calc(100% - 72px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 0;
  margin-right: calc((100% - 72px) * -1);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.l-site__wrap.gnav_active {
  margin-left: calc((100% - 72px) * -1);
  margin-right: 0;
}

.l-site__header {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: header;
}
.l-site__main {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: main;
}
.l-site__nav {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  grid-area: nav;
}
.l-site__footer {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: footer;
}

.l-siteheader__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: -webkit-max-content;
  -ms-grid-rows: max-content;
  -ms-grid-columns: 1fr minmax(0, 1200px) 1fr;
      grid-template: "before content after" max-content/1fr minmax(0, 1200px) 1fr;
}
.l-siteheader__wrap::before, .l-siteheader__wrap::after {
  content: "";
}
.l-siteheader__wrap::before {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: before;
}
.c-unit__box > .l-siteheader__wrap::before {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.c-breadcrumbs__wrap > .l-siteheader__wrap::before {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.l-siteheader__wrap::after {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: after;
}
.c-unit__box > .l-siteheader__wrap::after {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.c-breadcrumbs__wrap > .l-siteheader__wrap::after {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.l-siteheader__box {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: content;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto;
  -ms-grid-columns: auto -webkit-max-content;
  -ms-grid-columns: auto max-content;
      grid-template: "logo tnavheader" auto "gnavheader gnavheader" auto/auto -webkit-max-content;
      grid-template: "logo tnavheader" auto "gnavheader gnavheader" auto/auto max-content;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-unit__box > .l-siteheader__box {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.c-breadcrumbs__wrap > .l-siteheader__box {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
@media only screen and (max-width: 766px) {
  .l-siteheader__box {
    -ms-grid-rows: auto;
    -ms-grid-columns: auto 72px;
        grid-template: "logo nav_trigger" auto/auto 72px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-siteheader__logo {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: logo;
}
.l-siteheader__nav_trigger {
  grid-area: nav_trigger;
  display: none;
  height: 100%;
}
@media only screen and (max-width: 766px) {
  .l-siteheader__nav_trigger {
    display: block;
  }
}
.l-siteheader__gnavheader {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: gnavheader;
}
@media only screen and (max-width: 766px) {
  .l-siteheader__gnavheader {
    display: none !important;
  }
}
.l-siteheader__tnavheader {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: tnavheader;
}
@media only screen and (max-width: 766px){
  .l-siteheader__logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .l-siteheader__nav_trigger {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media only screen and (max-width: 766px) {
  .l-siteheader__tnavheader {
    display: none !important;
  }
}

/* ==========================================================================
   Object
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
.c-unit__box {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr minmax(0, 1200px) 1fr;
      grid-template: "before content after" auto/1fr minmax(0, 1200px) 1fr;
  padding: 0 var(--gap) 6.4rem;
}
.c-text .c-unit__box:not(.c-unit__box--bg) {
  padding: var(--gap) 0rem;
}
.c-text .c-unit__box:not(.c-unit__box--bg):first-of-type {
  padding-top: 0;
}
.c-text .c-unit__box:not(.c-unit__box--bg):last-of-type {
  padding-bottom: 0;
}

.c-unit__box > div {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: content;
}
.c-unit__box::before, .c-unit__box::after {
  content: "";
}
.c-unit__box::before {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: before;
}
.c-unit__box > .c-unit__box::before {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.c-breadcrumbs__wrap > .c-unit__box::before {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.c-unit__box::after {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: after;
}
.c-unit__box > .c-unit__box::after {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.c-breadcrumbs__wrap > .c-unit__box::after {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.c-unit__box--full {
  display: block;
}
.c-unit__box--full::before, .c-unit__box--full::after {
  content: none;
}
.p-pageTitle__box + .c-unit__box, .c-breadcrumbs__wrap + .c-unit__box {
  padding-top: 6.4rem;
}
.c-unit__box .c-unit__box:first-child {
  margin-top: 0;
}
.c-unit__box .c-unit__box:last-child {
  margin-bottom: 0;
}
.c-unit__box + .c-unit__box:not(.c-unit__box--bg) {
  padding-top: 0;
}
.c-unit__box--bg {
  background: var(--bgc-suf1);
  padding: var(--gap);
  margin-bottom: 6.4rem;
  border-radius: 1rem;
  color: var(--bgtc-suf1);
}
.c-unit__box--bd {
  border: var(--bgc-suf1) 2px solid;
  padding: calc(2rem - 2px);
  border-radius: 1rem;
}
.c-unit__box--petit {
  padding: 0 1em;
  margin-bottom: 2.5rem;
}
.c-unit__title--sub {
  line-height: 1.2;
  margin-bottom: var(--gap);
  padding-bottom: 0.8rem;
  color: rgba(0, 0, 0, 0.6);
  font-weight: normal;
  border-bottom: 1px dotted var(--bgc-acc);
}
.c-unit__title--sub {
  font-size: calc(1.4rem + (1vw - 0.32rem) * (1.1376564278));
}
@media only screen and (min-width: 1200px) {
  .c-unit__title--sub {
    font-size: 2.4rem;
  }
}
.c-unit__title--mini {
  font-size: var(--font-l);
  line-height: 1.5;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.6);
}
.c-unit__title--petit {
  margin: 0 auto 0.6rem;
  line-height: 1.5;
  padding: 0 0 0.3em;
  color: var(--bgtc-suf1);
  border-bottom: var(--bgc-suf1) 1px solid;
}

.c-headline--h2-default {
  font-size: var(--font-xl);
  text-align: center;
  color: var(--bgtc);
  font-weight: normal;
  margin-bottom: calc(var(--gap) * 2);
  border-bottom: 2px solid var(--bgc-acc);
  padding: 0.8rem 1em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 0 auto 1em;
}
.c-headline--h2-default span {
  text-align: center;
  display: block;
  letter-spacing: 0;
  font-size: var(--font-m);
  margin-top: calc(var(--gap) / 2);
  margin-bottom: 0;
}

.c-headline--h3-default {
  line-height: 1.2;
  margin-bottom: var(--gap);
  padding-bottom: 0.8rem;
  color: rgba(0, 0, 0, 0.6);
  font-weight: normal;
  border-bottom: 1px dotted var(--bgc-acc);
}
.c-headline--h3-default {
  font-size: calc(1.4rem + (1vw - 0.32rem) * (1.1376564278));
}
@media only screen and (min-width: 1200px) {
  .c-headline--h3-default {
    font-size: 2.4rem;
  }
}

.c-headline--h4-default {
  font-size: var(--font-l);
  line-height: 1.5;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.6);
}

.c-headline--h5-default {
  margin: 0 auto 0.6rem;
  line-height: 1.5;
  padding: 0 0 0.3em;
  color: var(--bgtc-suf1);
  border-bottom: var(--bgc-suf1) 1px solid;
}

.c-separate__box {
  display: -ms-grid;
  display: grid;
  grid-gap: var(--gap);
}
.c-separate__box--2columns {
  grid-template-columns: repeat(auto-fill, minmax(calc(1200px / 3 + 1px), 1fr));
}
@media only screen and (max-width: 480px) {
  .c-separate__box--2columns {
    -ms-grid-rows: auto;
    -ms-grid-columns: auto;
        grid-template: auto/auto;
  }
}
.c-separate__box--3columns {
  grid-template-columns: repeat(auto-fill, minmax(calc(1200px / 4 + 1px), 1fr));
}
@media only screen and (max-width: 360px) {
  .c-separate__box--3columns {
    -ms-grid-rows: auto;
    -ms-grid-columns: auto;
        grid-template: auto/auto;
  }
}
.c-separate__box--4columns {
  grid-template-columns: repeat(auto-fill, minmax(calc(1200px / 5 + 1px), 1fr));
}
.c-separate__box--5columns {
  grid-template-columns: repeat(auto-fill, minmax(calc(1200px / 6 + 1px), 1fr));
}
.c-separate__box--6columns {
  grid-template-columns: repeat(auto-fill, minmax(calc(1200px / 7 + 1px), 1fr));
}
.c-separate__box--g {
  -ms-grid-columns: 1.61fr 1fr;
  grid-template-columns: 1.61fr 1fr;
}
.c-separate__box--gr {
  -ms-grid-columns: 1fr 1.61fr;
  grid-template-columns: 1fr 1.61fr;
}
@media only screen and (max-width: 766px) {
  .c-separate__box--g, .c-separate__box--gr {
    -ms-grid-rows: auto;
    -ms-grid-columns: auto;
        grid-template: auto/auto;
  }
}
.c-separate__box .c-unit__box--bg {
  padding-top: var(--gap);
  padding-bottom: var(--gap);
  margin-bottom: 0;
}

.c-readbox__box .c-text {
  background: var(--bgc-suf1);
  color: var(--bgtc-suf1);
  padding: 2em;
}
.c-readbox__title {
  font-size: var(--font-l);
  color: var(--bgtc-acc1);
  background: var(--bgc-acc1);
  padding: 0.5em 1em;
}

:where(.c-text) {
  color: var(--bgtc);
}
:where(.c-text) > *:not(:first-child) {
  margin-top: var(--gap);
}
:where(.c-text) p {
  font-size: var(--font-m);
}
:where(.c-text) p:not([class]), :where(.c-text) p:where(.default) {
  line-height: 1.8;
  margin-left: auto;
  margin-right: auto;
}
:where(.c-text) p.accent {
  font-size: var(--font-l);
  text-align: center;
  font-weight: bold;
  color: #ae5eff;
}
:where(.c-text) figure:not([class]) {
  max-width: 767px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
:where(.c-text) figure:not([class]) img {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}
:where(.c-text) figure.c-full {
  max-width: 100%;
  width: 100%;
}
:where(.c-text) figure.c-full img {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}
:where(.c-text) figure img[src=""] {
  width: 100%;
  height: 150px;
}
:where(.c-text) figure img[src$=svg] {
  width: 100%;
  height: 100%;
}
:where(.c-text) figure img.dummyimg {
  display: block;
  position: relative;
  width: 100%;
}
:where(.c-text) figure img.dummyimg::after {
  content: "No Image";
  position: absolute;
  inset: 0;
  background: var(--bgc-suf1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: var(--font-m);
  color: var(--bgtc-suf1);
  border: 1px solid #bbbbbb;
}
:where(.c-text) table {
  font-size: var(--font-m);
}
:where(.c-text) table th,
:where(.c-text) table td {
  padding: 0.2em 0.5em;
  line-height: 1.5;
}
:where(.c-text) table caption {
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: var(--bgtc-suf1);
}
:where(.c-text) table:not([class]), :where(.c-text) table:where(.default) {
  width: 100%;
  border-bottom: 1px solid #707070;
}
:where(.c-text) table:not([class]) thead tr:last-child th,
:where(.c-text) table:not([class]) thead tr th.last, :where(.c-text) table:where(.default) thead tr:last-child th,
:where(.c-text) table:where(.default) thead tr th.last {
  border-bottom: none;
}
:where(.c-text) table:not([class]) thead th, :where(.c-text) table:where(.default) thead th {
  background: var(--bgtc-suf1);
  color: #fff;
  border-bottom: rgba(238, 238, 238, 0.5) 1px dotted;
}
:where(.c-text) table:not([class]) thead th:not(:last-child), :where(.c-text) table:where(.default) thead th:not(:last-child) {
  border-right: #eeeeee 1px solid;
}
:where(.c-text) table:not([class]) tbody tr, :where(.c-text) table:where(.default) tbody tr {
  border-top: 1px solid #707070;
}
:where(.c-text) table:not([class]) tbody th, :where(.c-text) table:where(.default) tbody th {
  -webkit-text-emphasis: before;
          text-emphasis: before;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
:where(.c-text) table:not([class]) tbody th, :where(.c-text) table:not([class]) tbody td, :where(.c-text) table:where(.default) tbody th, :where(.c-text) table:where(.default) tbody td {
  padding: 1em;
}
:where(.c-text) table.nostyle thead tr,
:where(.c-text) table.nostyle thead th,
:where(.c-text) table.nostyle thead td,
:where(.c-text) table.nostyle tbody tr,
:where(.c-text) table.nostyle tbody th,
:where(.c-text) table.nostyle tbody td {
  font-weight: normal;
  padding: 0;
  border: none;
  background: none;
  color: rgba(0, 0, 0, 0.6);
}
:where(.c-text) table.thw20p tbody th {
  width: 20%;
}
:where(.c-text) table.zeb tbody tr:nth-child(2n) {
  background: rgba(255, 255, 255, 0.5);
}
:where(.c-text) table.zeb tbody th {
  background: rgba(255, 255, 255, 0.5);
}
:where(.c-text) table.c-history-table {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}
:where(.c-text) table.c-history-table thead tr:last-child th,
:where(.c-text) table.c-history-table thead tr th.last {
  border-bottom: none;
}
:where(.c-text) table.c-history-table thead th {
  background: var(--bgtc-suf1);
  color: #fff;
  border-bottom: rgba(238, 238, 238, 0.5) 1px dotted;
}
:where(.c-text) table.c-history-table thead th:not(:last-child) {
  border-right: #eeeeee 1px solid;
}
:where(.c-text) table.c-history-table tbody tr:nth-child(2n) {
  background: var(--bgc-suf1);
}
:where(.c-text) table.c-history-table tbody th {
  -webkit-text-emphasis: before;
          text-emphasis: before;
  white-space: nowrap;
  text-align: right;
  width: 20%;
}
:where(.c-text) table.c-history-table th,
:where(.c-text) table.c-history-table td {
  padding: 0.2em 0.5em;
}
:where(.c-text) ul {
  font-size: var(--font-m);
  margin-left: auto;
  margin-right: auto;
}
:where(.c-text) ul li:not([class]), :where(.c-text) ul:where(.default) {
  line-height: 1.5;
}
:where(.c-text) ul:not([class]), :where(.c-text) ul:where(.default) {
  padding-left: 1.5em;
}
:where(.c-text) ul.c-list-nowidthlimit {
  max-width: 100%;
}
:where(.c-text) ul.c-list-noicon li {
  list-style: none;
}
:where(.c-text) ul.c-list-bg__even li:nth-child(2n) {
  background: var(--bgc-suf1);
}
:where(.c-text) ul.c-list-simple-2columns {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(calc(1200px / 3 + 1px), 1fr));
}
@media only screen and (max-width: 480px) {
  :where(.c-text) ul.c-list-simple-2columns {
    -ms-grid-rows: auto;
    -ms-grid-columns: auto;
        grid-template: auto/auto;
  }
}
:where(.c-text) ul.c-list-simple-2columns > li {
  list-style: none;
}
:where(.c-text) ul.c-list-simple-3columns {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(calc(1200px / 4 + 1px), 1fr));
}
@media only screen and (max-width: 360px) {
  :where(.c-text) ul.c-list-simple-3columns {
    -ms-grid-rows: auto;
    -ms-grid-columns: auto;
        grid-template: auto/auto;
  }
}
:where(.c-text) ul.c-list-simple-3columns > li {
  list-style: none;
}
:where(.c-text) ul.c-list-simple-4columns {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(calc(1200px / 5 + 1px), 1fr));
}
:where(.c-text) ul.c-list-simple-4columns > li {
  list-style: none;
}
:where(.c-text) ul.c-list-simple-5columns {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(calc(1200px / 6 + 1px), 1fr));
}
:where(.c-text) ul.c-list-simple-5columns > li {
  list-style: none;
}
:where(.c-text) ul.c-list-simple-6columns {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(calc(1200px / 7 + 1px), 1fr));
}
:where(.c-text) ul.c-list-simple-6columns > li {
  list-style: none;
}
:where(.c-text) ul.c-list-kome li {
  font-size: var(--font-s);
  position: relative;
  list-style: none;
  padding-left: 1.5em;
}
:where(.c-text) ul.c-list-kome li:before {
  content: "※";
  position: absolute;
  left: 0;
}
:where(.c-text) ul.c-link li {
  list-style: none;
}
:where(.c-text) ul.c-link a {
  padding-left: 1.5em;
  position: relative;
}
:where(.c-text) ul.c-link a:before {
  content: "";
  position: absolute;
  left: 0.2em;
  top: 0.75em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: transparent 0.4em solid;
  border-right: none;
  border-left-color: var(--bgc-acc1);
  border-left-width: 0.6928em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
:where(.c-text) ul.c-link a:hover:before {
  left: 0.4em;
}
:where(.c-text) ul.c-side li {
  display: inline-block;
  margin-right: 0.5em;
}
:where(.c-text) ol {
  font-size: var(--font-m);
  margin-left: auto;
  margin-right: auto;
}
:where(.c-text) ol li:not([class]), :where(.c-text) ol li:where(.default) {
  line-height: 1.5;
}
:where(.c-text) ol:not([class]), :where(.c-text) ol:where(.default) {
  padding-left: 1.5em;
}
:where(.c-text) ol.c-flow {
  counter-reset: li;
}
:where(.c-text) ol.c-flow li:before {
  counter-increment: li;
  content: "" counter(li, decimal);
}
:where(.c-text) ol.c-flow li {
  position: relative;
  list-style: none;
  background: var(--bgc-suf2);
  padding: 1em 1em 1em 7rem;
  margin-bottom: 1rem;
  border-radius: 0.5em;
}
:where(.c-text) ol.c-flow li:before {
  position: absolute;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 5rem;
  width: 5rem;
  border-radius: 100%;
  background: var(--bgc-acc1);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: var(--font-l);
  color: var(--bgtc-acc1);
  line-height: 1;
}
:where(.c-text) ol.c-list-kome {
  counter-reset: li;
}
:where(.c-text) ol.c-list-kome li:before {
  counter-increment: li;
  content: "※" counter(li, decimal);
}
:where(.c-text) ol.c-list-kome li {
  font-size: var(--font-xs);
  position: relative;
  list-style: none;
  padding-left: 2em;
}
:where(.c-text) ol.c-list-kome li:before {
  position: absolute;
  left: 0;
}
:where(.c-text) ol.c-list-chu {
  counter-reset: li;
}
:where(.c-text) ol.c-list-chu li:before {
  counter-increment: li;
  content: "注" counter(li, decimal);
}
:where(.c-text) ol.c-list-chu li {
  font-size: var(--font-xs);
  position: relative;
  list-style: none;
  padding-left: 2em;
}
:where(.c-text) ol.c-list-chu li:before {
  position: absolute;
  left: 0;
}
:where(.c-text) dl:not([class]) {
  line-height: 1.8;
  margin-left: auto;
  margin-right: auto;
}
:where(.c-text) dl:not([class]) dt {
  font-weight: bold;
}
:where(.c-text) dl:not([class]) dd {
  padding-left: 1em;
}
:where(.c-text) dl:not([class]) dd + dt {
  margin-top: var(--gap);
}
:where(.c-text) code {
  background: var(--bgc-suf1);
  color: var(--bgtc-suf1);
  font-size: var(--font-m);
  padding: var(--gap);
  display: block;
  line-height: 1.5;
}

.c-acc1__trigger, .c-acc1__closer {
  display: block;
  background: var(--bgc-suf2);
  width: 100%;
  padding: 0.5em;
  cursor: pointer;
  color: var(--bgtc-suf2);
  overflow: hidden;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c-acc1__trigger:hover, .c-acc1__closer:hover {
  background: #676767;
}
.c-acc1__closer {
  opacity: 0;
  padding: 0 0.5em;
  line-height: 0;
  font-size: 0;
}
.c-acc1__checker {
  display: none;
}
.c-acc1__box {
  -webkit-transition: all 1s;
  transition: all 1s;
  margin-top: 0 !important;
}
.c-acc1__box * {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.c-acc1__checker:not(:checked) + .c-acc1__trigger + .c-acc1__box .c-unit {
  line-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  height: 0;
}
.c-acc1__checker:not(:checked) + .c-acc1__trigger + .c-acc1__box .c-unit:nth-last-child(2) {
  line-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  height: 0;
}
@media only screen and (max-width: 766px) {
  .c-acc1__checker:not(:checked) + .c-acc1__trigger + .c-acc1__box .c-unit:nth-last-child(2) {
    line-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    height: 0;
  }
}
.c-acc1__checker:not(:checked) + .c-acc1__trigger + .c-acc1__box .c-unit__box--bg, .c-acc1__checker:not(:checked) + .c-acc1__trigger + .c-acc1__box .c-unit__box--bd, .c-acc1__checker:not(:checked) + .c-acc1__trigger + .c-acc1__box .c-unit__box--petit {
  line-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  height: 0;
}
.c-acc1__checker:not(:checked) + .c-acc1__trigger + .c-acc1__box .c-unit__title--sub, .c-acc1__checker:not(:checked) + .c-acc1__trigger + .c-acc1__box .c-unit__title--mini, .c-acc1__checker:not(:checked) + .c-acc1__trigger + .c-acc1__box .c-unit__title--petit {
  line-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  height: 0;
}
.c-acc1__checker:not(:checked) + .c-acc1__trigger + .c-acc1__box .c-text > *:not(:first-child),
.c-acc1__checker:not(:checked) + .c-acc1__trigger + .c-acc1__box .c-text * {
  line-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  height: 0;
}
.c-acc1__checker:checked + .c-acc1__trigger + .c-acc1__box {
  margin-top: var(--gap) !important;
}
.c-acc1__checker:checked + .c-acc1__trigger + .c-acc1__box * {
  opacity: 1;
}
.c-acc1__checker:checked + .c-acc1__trigger + .c-acc1__box .c-unit {
  margin-top: 2.5rem;
  margin-bottom: 4.5rem;
}
.c-acc1__checker:checked + .c-acc1__trigger + .c-acc1__box .c-unit:last-child {
  margin-bottom: 7rem;
}
@media only screen and (max-width: 766px) {
  .c-acc1__checker:checked + .c-acc1__trigger + .c-acc1__box .c-unit:last-child {
    margin-bottom: 3rem;
  }
}
.c-acc1__checker:checked + .c-acc1__trigger + .c-acc1__box .c-unit__box--bg {
  background: var(--bgc-suf1);
  padding: var(--gap);
  margin-bottom: 6.4rem;
  border-radius: 1rem;
  color: var(--bgtc-suf1);
}
.c-acc1__checker:checked + .c-acc1__trigger + .c-acc1__box .c-unit__box--bd {
  border: var(--bgc-suf1) 2px solid;
  padding: calc(2rem - 2px);
  border-radius: 1rem;
}
.c-acc1__checker:checked + .c-acc1__trigger + .c-acc1__box .c-unit__box--petit {
  padding: 0 1em;
  margin-bottom: 2.5rem;
}
.c-acc1__checker:checked + .c-acc1__trigger + .c-acc1__box .c-unit__title--sub {
  line-height: 1.2;
  margin-bottom: var(--gap);
  padding-bottom: 0.8rem;
  color: rgba(0, 0, 0, 0.6);
  font-weight: normal;
  border-bottom: 1px dotted var(--bgc-acc);
}
.c-acc1__checker:checked + .c-acc1__trigger + .c-acc1__box .c-unit__title--sub {
  font-size: calc(1.4rem + (1vw - 0.32rem) * (1.1376564278));
}
@media only screen and (min-width: 1200px) {
  .c-acc1__checker:checked + .c-acc1__trigger + .c-acc1__box .c-unit__title--sub {
    font-size: 2.4rem;
  }
}
.c-acc1__checker:checked + .c-acc1__trigger + .c-acc1__box .c-unit__title--mini {
  font-size: var(--font-l);
  line-height: 1.5;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.6);
}
.c-acc1__checker:checked + .c-acc1__trigger + .c-acc1__box .c-unit__title--petit {
  margin: 0 auto 0.6rem;
  line-height: 1.5;
  padding: 0 0 0.3em;
  color: var(--bgtc-suf1);
  border-bottom: var(--bgc-suf1) 1px solid;
}
.c-acc1__checker:checked + .c-acc1__trigger + .c-acc1__box .c-text > *:not(:first-child) {
  margin-top: var(--gap);
}
.c-acc1__checker:checked + .c-acc1__trigger + .c-acc1__box .c-text p {
  line-height: 1.8;
}
.c-acc1__checker:checked + .c-acc1__trigger + .c-acc1__box .c-acc1__closer {
  opacity: 1;
  padding: 0.5em;
  line-height: 1.8;
}
.c-acc1__checker:checked + .c-acc1__trigger {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 0;
  opacity: 0;
}

.c-form .S {
  width: 50%;
}
.c-form .M {
  width: 66.6%;
}
.c-form .L {
  width: 100%;
}
@media only screen and (max-width: 766px) {
  .c-form .S,
  .c-form .M,
  .c-form .L {
    width: 100%;
  }
}
.c-form .s2em {
  width: 2em;
  max-width: 100%;
}
.c-form .s3em {
  width: 3em;
  max-width: 100%;
}
.c-form .s4em {
  width: 4em;
  max-width: 100%;
}
.c-form .s5em {
  width: 5em;
  max-width: 100%;
}
.c-form .s6em {
  width: 6em;
  max-width: 100%;
}
.c-form .s7em {
  width: 7em;
  max-width: 100%;
}
.c-form .s8em {
  width: 8em;
  max-width: 100%;
}
.c-form .s9em {
  width: 9em;
  max-width: 100%;
}
.c-form .s10em {
  width: 10em;
  max-width: 100%;
}
.c-form .s11em {
  width: 11em;
  max-width: 100%;
}
.c-form .s12em {
  width: 12em;
  max-width: 100%;
}
.c-form .s13em {
  width: 13em;
  max-width: 100%;
}
.c-form .s14em {
  width: 14em;
  max-width: 100%;
}
.c-form .s15em {
  width: 15em;
  max-width: 100%;
}
.c-form .s16em {
  width: 16em;
  max-width: 100%;
}
.c-form .s17em {
  width: 17em;
  max-width: 100%;
}
.c-form .s18em {
  width: 18em;
  max-width: 100%;
}
.c-form .s19em {
  width: 19em;
  max-width: 100%;
}
.c-form .s20em {
  width: 20em;
  max-width: 100%;
}
.c-form label {
  cursor: pointer;
  padding: 1rem 0;
  display: inline-block;
  margin-right: 1em;
}
.c-form label:last-child {
  margin-right: 0;
}
.c-form input[type=text], .c-form input[type=number], .c-form input[type=date], .c-form input[type=time], .c-form input[type=tel] {
  font-size: var(--font-m);
  border: 1px solid #707070;
  padding: 1rem;
  border-radius: 10px;
}
.c-form input[type=button] {
  background: var(--bgc-acc1);
  color: var(--bgtc-acc1);
  border: none;
  padding: 0.3rem 1.5rem;
  border-radius: 0.5em;
  cursor: pointer;
}
.c-form input[type=button]:hover {
  background: var(--bgc-acc2);
}
.c-form input[type=number] {
  -moz-appearance: textfield;
}
.c-form input[type=number]::-webkit-outer-spin-button, .c-form input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.c-form select {
  font-size: var(--font-m);
  border: 1px solid #707070;
  padding: 1rem;
  border-radius: 10px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 2em;
}
.c-form textarea {
  font-size: var(--font-m);
  border: 1px solid #707070;
  padding: 1rem;
  border-radius: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 7.5em;
}
.c-form .c-select__container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
}
.c-form .c-select__container:after {
  position: absolute;
  content: "";
  display: block;
  right: 0.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border: 0.3464em transparent solid;
  border-bottom: none;
  border-top-color: rgba(0, 0, 0, 0.6);
  border-top-width: 0.4em;
}
.c_work_item:not(:root) {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.c_work_item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c_work_item__item {
  list-style: none;
  width: calc((100% - 1em) / 2);
}
.c_work_item__item:not(:nth-child(1)):not(:nth-child(2)) {
  margin-top: 1em;
}
@media only screen and (max-width: 639px) {
  .c_work_item__item {
    width: 100%;
  }
  .c_work_item__item:not(:nth-child(1)):not(:root) {
    margin-top: 1em;
  }
}
.c_work_item__fig {
  position: relative;
}
.c_work_item__figc {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.66);
  padding: 1em;
}
.c_work_item__name {
  font-size: var(--font-l);
  color: #fff;
  line-height: 1;
  font-weight: normal;
}
.c_work_item__text {
  color: #b2c5fa;
  line-height: 1;
}

.c_reform_item:not(:root) {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  margin-top: 3rem;
}
.c_reform_item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c_reform_item__item {
  list-style: none;
  width: calc((100% - 1em) / 3);
}
.c_reform_item__item:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
  margin-top: 0.5em;
}
.c_reform_item__fig {
  position: relative;
}
.c_reform_item__figc {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.66);
  padding: 0.5em;
}
.c_reform_item__name {
  text-align: center;
  color: #fff;
  line-height: 1;
  font-weight: normal;
}

.c-error__box {
  border: 1px solid #ff2b2b;
  color: #fff;
  width: 767px;
  margin: auto;
  text-align: center;
  padding: 2.4rem;
}
.c-error__text {
  font-size: var(--font-m);
  line-height: 1.5;
  color: #ff2b2b !important;
}

.c-contact-number__list {
  display: -ms-grid;
  display: grid;
  grid-template: auto/repeat(auto-fit, minmax(10em, 1fr));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: var(--gap);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: auto;
  font-size: var(--font-l);
}
.c-contact-number__item {
  list-style: none;
  text-align: center;
  margin-top: 0;
}

.c-contact_table {
  width: 100%;
}
.c-contact_table__box {
  margin-bottom: 2rem;
}
.c-contact_table__title {
  width: 25%;
  min-width: 200px;
}
.c-contact_table__content input[type=text] {
  height: 1.5em;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 200px;
}
.c-contact_table__content input[type=text].S {
  width: 25%;
}
.c-contact_table__content input[type=text].M {
  width: 50%;
}
.c-contact_table__content input[type=text].L {
  width: 100%;
}
.c-contact_table__content textarea {
  width: 100%;
  height: 18em;
  line-height: 1.2;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-contact_table__notes {
  font-size: var(--font-xs);
  display: block;
}
.c-contact_table__button--submit {
  background: var(--bgc-acc1);
  color: var(--bgtc-acc1);
  font-size: var(--font-l);
  padding: 0.8em 2em;
  line-height: 1;
  border-radius: 0.5em;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-contact_table tbody tr:nth-child(2n) {
  background: var(--bgc-suf1);
}
.c-contact_table tbody th {
  -webkit-text-emphasis: before;
          text-emphasis: before;
  text-align: left;
  width: 20%;
}
.c-contact_table th,
.c-contact_table td {
  padding: 0.2em 0.5em;
}

.c-anctarget:not(:root) {
  padding-top: 110px !important;
  margin-top: -110px !important;
}

.c-flr {
  float: right;
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.fsa {
  font-size: var(--font-l);
}

.fsr {
  font-size: var(--font-s);
}

.fss {
  font-size: var(--font-xs);
}

.c-2columns {
  display: -ms-grid;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(calc((100% - 2rem) / 3 + 1px), 1fr));
}

.c-3columns {
  display: -ms-grid;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(calc((100% - 3rem) / 4 + 1px), 1fr));
}

.c-4columns {
  display: -ms-grid;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(calc((100% - 4rem) / 5 + 1px), 1fr));
}

.c-5columns {
  display: -ms-grid;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(calc((100% - 5rem) / 6 + 1px), 1fr));
}

.c-6columns {
  display: -ms-grid;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(calc((100% - 6rem) / 7 + 1px), 1fr));
}

.c-7columns {
  display: -ms-grid;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(calc((100% - 7rem) / 8 + 1px), 1fr));
}

.c-8columns {
  display: -ms-grid;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(calc((100% - 8rem) / 9 + 1px), 1fr));
}

.c-9columns {
  display: -ms-grid;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(calc((100% - 9rem) / 10 + 1px), 1fr));
}

.c-10columns {
  display: -ms-grid;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(calc((100% - 10rem) / 11 + 1px), 1fr));
}

.c-gallery__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr var(--gap) 1fr var(--gap) 1fr;
      grid-template: auto/repeat(3, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-gap: var(--gap);
}
.c-gallery__item {
  list-style: none;
}
.c-gallery__fig {
  text-align: center;
}
.c-gallery__img {
  width: 100%;
}

.c-shadow {
  -webkit-box-shadow: 0.8rem 0.8rem 0.8rem rgba(0, 0, 0, 0.6);
          box-shadow: 0.8rem 0.8rem 0.8rem rgba(0, 0, 0, 0.6);
}

.c-simplegrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: ;
  grid-template-columns: repeat(var(--columns), auto);
  gap: var(--gap-b) var(--gap-i);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-cta__wrap {
  padding: 5rem 0;
  text-align: center;
  background: var(--bgc-suf1);
}
@media only screen and (max-width: 766px) {
  .p-cta__wrap {
    padding: 5rem 3rem;
  }
}
.p-cta__title {
  font-size: var(--font-l);
  margin-bottom: 1rem;
}
.p-cta__lead {
  font-size: var(--font-m);
  margin-bottom: 1rem;
}
.p-cta__button {
  margin-bottom: 1rem;
}
.p-cta__link {
  font-size: var(--font-m);
  display: inline-block;
}
.p-cta__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 766px) {
  .p-cta__nav {
    display: block;
  }
}
.p-cta__tel {
  padding: 1rem 0;
}
.p-cta__teltext {
  font-size: var(--font-m);
  margin-bottom: 0.5rem;
}
.p-cta__tellink {
  font-size: var(--font-s);
}
.p-cta__worktime {
  font-size: var(--font-xs);
  margin-left: 0.5rem;
}
.p-cta__faq {
  margin-left: 2rem;
  border-left: #999 1px solid;
  padding: 1rem 0 1rem 2rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 766px) {
  .p-cta__faq {
    border: none;
    margin-left: 0;
    padding-left: 0;
  }
}
.p-cta__faqlink {
  font-size: var(--font-s);
  display: inline-block;
}

.c-contactbox__table {
  width: 100%;
  max-width: 767px;
  margin: 0 auto 2em;
}
.c-contactbox__th, .c-contactbox__td {
  font-size: var(--font-m);
  padding: 0.5em;
  color: rgba(0, 0, 0, 0.6);
  text-align: left;
  vertical-align: top;
}
.c-contactbox__th {
  color: #4d4d4d;
  white-space: nowrap;
}
.c-contactbox__td--noneBtn {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: auto 0.5em -webkit-max-content;
  -ms-grid-columns: auto 0.5em max-content;
      grid-template: auto/auto -webkit-max-content;
      grid-template: auto/auto max-content;
  grid-gap: 0.5em;
}
@media only screen and (max-width: 766px) {
  .c-contactbox__table, .c-contactbox__tbody {
    display: block;
    max-width: 100%;
    width: 100%;
    margin: auto;
  }
  .c-contactbox__tr, .c-contactbox__th, .c-contactbox__td {
    display: block;
    width: 100%;
    white-space: unset;
  }
}
.c-contactbox__required {
  background: #C50202;
  color: #fff;
  font-size: var(--font-s);
  padding: 0.2em 0.5em;
  margin-left: 0.5em;
  vertical-align: middle;
}
.c-contactbox__btnwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-contactbox__btn {
  font-size: var(--font-l);
  padding: 0.5em 2.5em;
  border-radius: 0.5em;
  border: none;
  display: block;
  margin: 0 1rem;
}
.c-contactbox__btn--cancel {
  background: var(--bgc-suf2);
  color: var(--bgtc-suf2);
  cursor: pointer;
}
.c-contactbox__btn--cancel:hover {
  background: #bbb;
}
.c-contactbox__btn--submit {
  background: var(--bgc-acc1);
  color: var(--bgtc-acc1);
  cursor: pointer;
}
.c-contactbox__btn--submit:hover {
  opacity: 0.6;
}
.c-contactbox__btn--submit:disabled {
  background: #ddd;
  color: #666;
  cursor: default;
}

.c-breadcrumbs__wrap {
  font-size: var(--font-s);
  padding: calc(var(--gap) / 2) 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr minmax(0, 1200px) 1fr;
      grid-template: "before content after" auto/1fr minmax(0, 1200px) 1fr;
}
.c-breadcrumbs__wrap::before, .c-breadcrumbs__wrap::after {
  content: "";
}
.c-breadcrumbs__wrap::before {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: before;
}
.c-unit__box > .c-breadcrumbs__wrap::before {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.c-breadcrumbs__wrap > .c-breadcrumbs__wrap::before {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.c-breadcrumbs__wrap::after {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: after;
}
.c-unit__box > .c-breadcrumbs__wrap::after {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.c-breadcrumbs__wrap > .c-breadcrumbs__wrap::after {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.c-breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-breadcrumbs__item {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-breadcrumbs__item:not(:last-child):after {
  content: ">";
  display: block;
  padding: 0 var(--gap);
}
.c-breadcrumbs__link {
  display: block;
  text-decoration: none;
  background: var(--bgc-acc1);
  color: var(--bgtc-acc1);
  padding: calc(var(--gap) / 2) var(--gap);
  border-radius: var(--gap);
}
.c-breadcrumbs__link:hover {
  color: var(--bgtc-acc1);
  opacity: 0.6;
}
.c-breadcrumbs__item:last-child .c-breadcrumbs__link {
  display: block;
  text-decoration: none;
  background: none;
  color: var(--bgtc);
  padding: calc(var(--gap) / 2) var(--gap);
  border-radius: 0;
  pointer-events: none;
}
.c-breadcrumbs__dummylink {
  display: block;
  padding: calc(var(--gap) / 2) 0;
}
.c-btn__wrap {
  margin-top: var(--gap);
}
.c-btn__link {
  padding: var(--gap) calc(var(--gap) * 2);
  border-radius: calc(var(--gap) / 2);
  line-height: 1.2;
  text-decoration: none;
  display: block;
  margin: auto;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 280px;
  max-width: 80%;
  font-size: var(--font-l);
  border: var(--bgc-acc) 2px transparent;
  cursor: pointer;
}
.c-btn__link:hover {
  opacity: 0.6;
}
.c-btn__link__small {
  margin-top: 10px;
  margin-right: 10px;
  padding: var(--gap) calc(var(--gap) * 2);
  border-radius: calc(var(--gap) / 2);
  line-height: 1.2;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 100px;
  max-width: 80%;
  font-size: var(--font-m);
  border: var(--bgc-acc) 2px transparent;
  cursor: pointer;
}
.c-btn__link__small:hover {
  opacity: 0.6;
}
.c-btn__fill {
  background: var(--bgc-acc);
  color: var(--bgtc-acc);
  border: var(--bgc-acc) 2px solid;
}
.c-btn__fill-r {
  background: var(--bgtc-acc);
  color: var(--bgc-acc);
  border: var(--bgc-acc) 2px solid;
}
.c-btn__bd {
  border: var(--bgc-acc) 2px solid;
  color: var(--bgc-acc);
}
.c-btn__small {
  padding: calc(var(--gap) / 2) var(--gap);
  font-size: var(--font-m);
}
.c-btn__arrow {
  padding-right: 1.5em;
  position: relative;
}
.c-btn__arrow::before {
  display: block;
  position: absolute;
  right: 0.8em;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  content: "";
  width: 0.5em;
  height: 0.5em;
  border: #333 0.1em solid;
  border-bottom: none;
  border-left: none;
}

/* Project
   ----------------------------------------------------------------- */
.p-siteheader__wrap {
  border-top: 0.5rem solid var(--bgc-acc);
}
.p-siteheader__logo {
  max-width: 100%;
  width: 220px;
  padding-left: 1.6rem;
}
.p-siteheader__homelink {
  padding: 2rem 0;
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.p-siteheader__homelink:hover {
  opacity: 0.6;
}

.p-siteheader_logo__wrap {
  padding: 1.6rem;
}
.p-tnav__box {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: auto auto;
      grid-template: auto/auto auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-tnav__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: auto 1em auto;
      grid-template: auto/auto auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  -webkit-margin-end: 2em;
          margin-inline-end: 2em;
}
.p-tnav__link {
  text-decoration: none;
  color: var(--bgtc);
}
.p-tnav__link:hover {
  opacity: 0.6;
}
.p-tnav__title {
  font-weight: normal;
  font-size: var(--font-s);
}
.p-tnav__typelist {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: auto 1em auto;
      grid-template: auto/auto auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
.p-tnav__typelink {
  padding: 0.5em 1em;
  display: block;
  font-size: var(--font-m);
  text-decoration: none;
}
.p-tnav__typelink--facility {
  background: #F29203;
  color: #ffffff;
}
.p-tnav__typelink--management {
  background: #0187B5;
  color: #fff;
}
.p-tnav__typelink:hover {
  opacity: 0.6;
}

.p-search__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: var(--font-m);
}
.p-search__input {
  border: 1px solid #999;
  border-right: none;
  border-radius: 0.4rem 0 0 0.4rem;
  padding: 0.8rem 0.8rem;
}
.p-search__button {
  padding: 0.8rem 0.8rem;
  border: 1px solid #999;
  border-left: none;
  border-radius: 0 0.4rem 0.4rem 0;
  background: var(--bgc-acc1);
  color: var(--bgtc-acc1);
}

.p-gNav__list {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 1em;
}
@media only screen and (max-width: 766px) {
  .p-gNav__list {
    display: block;
    height: 100%;
    background: var(--bgtc-acc1);
  }
}
.p-gNav__list + .p-gNav__list {
  border-top: 1px solid var(--bgtc);
  display: none;
}
@media only screen and (max-width: 766px) {
  .p-gNav__list + .p-gNav__list {
    display: block;
  }
}
.p-gNav__item {
  font-size: var(--font-m);
}
.p-gNav__link {
  display: block;
  text-align: center;
  padding: 1em;
  text-decoration: none;
  color: var(--bgtc);
}
.p-gNav__link:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 766px) {
  .p-gNav__link {
    padding: var(--gap) calc(var(--gap) / 2);
  }
}
.p-gNav__title {
  font-weight: normal;
}

.p-gNav__trigger {
  font-size: calc(1.2rem + (1vw - 0.32rem) * (0.4550625711));
}
@media only screen and (min-width: 1200px) {
  .p-gNav__trigger {
    font-size: 1.6rem;
  }
}
.p-gNav__trigger__wrap {
  padding: var(--gap);
  background: var(--bgc-acc1);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-gNav__trigger__bars {
  width: 4em;
  margin-bottom: 0.6em;
}
.p-gNav__trigger__bar {
  display: -ms-grid;
  display: grid;
  height: 0.4em;
  border-radius: 0.2em;
  margin-bottom: 0.6em;
  position: relative;
}
.p-gNav__trigger__bar::before {
  content: "";
  position: absolute;
  display: block;
  background: var(--bgtc-acc1);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.2em;
}
.s-gVav__trigger .p-gNav__trigger__bar--top::before {
  -webkit-animation: top-def 0.6s forwards;
          animation: top-def 0.6s forwards;
}
@-webkit-keyframes top-def {
  0% {
    -webkit-transform: translateY(calc(0.6em + 0.4em)) rotate(45deg);
            transform: translateY(calc(0.6em + 0.4em)) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(calc(0.6em + 0.4em)) rotate(0deg);
            transform: translateY(calc(0.6em + 0.4em)) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
}
@keyframes top-def {
  0% {
    -webkit-transform: translateY(calc(0.6em + 0.4em)) rotate(45deg);
            transform: translateY(calc(0.6em + 0.4em)) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(calc(0.6em + 0.4em)) rotate(0deg);
            transform: translateY(calc(0.6em + 0.4em)) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
}
.s-gVav__trigger .p-gNav__trigger__bar--mid::before {
  -webkit-animation: mid-def 0.6s forwards;
          animation: mid-def 0.6s forwards;
}
@-webkit-keyframes mid-def {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mid-def {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.s-gVav__trigger .p-gNav__trigger__bar--bot::before {
  -webkit-animation: bot-def 0.6s forwards;
          animation: bot-def 0.6s forwards;
}
@-webkit-keyframes bot-def {
  0% {
    -webkit-transform: translateY(calc(-0.6em - 0.4em)) rotate(-45deg);
            transform: translateY(calc(-0.6em - 0.4em)) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(calc(-0.6em - 0.4em)) rotate(0deg);
            transform: translateY(calc(-0.6em - 0.4em)) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
}
@keyframes bot-def {
  0% {
    -webkit-transform: translateY(calc(-0.6em - 0.4em)) rotate(-45deg);
            transform: translateY(calc(-0.6em - 0.4em)) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(calc(-0.6em - 0.4em)) rotate(0deg);
            transform: translateY(calc(-0.6em - 0.4em)) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
}

.s-gVav__trigger.active .p-gNav__trigger__bar--top::before {
  -webkit-animation: top 0.6s forwards;
          animation: top 0.6s forwards;
}
@-webkit-keyframes top {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(calc(0.6em + 0.4em)) rotate(0deg);
            transform: translateY(calc(0.6em + 0.4em)) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(calc(0.6em + 0.4em)) rotate(45deg);
            transform: translateY(calc(0.6em + 0.4em)) rotate(45deg);
  }
}
@keyframes top {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(calc(0.6em + 0.4em)) rotate(0deg);
            transform: translateY(calc(0.6em + 0.4em)) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(calc(0.6em + 0.4em)) rotate(45deg);
            transform: translateY(calc(0.6em + 0.4em)) rotate(45deg);
  }
}
.s-gVav__trigger.active .p-gNav__trigger__bar--mid::before {
  -webkit-animation: mid 0.6s forwards;
          animation: mid 0.6s forwards;
}
@-webkit-keyframes mid {
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes mid {
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.s-gVav__trigger.active .p-gNav__trigger__bar--bot::before {
  -webkit-animation: bot 0.6s forwards;
          animation: bot 0.6s forwards;
}
@-webkit-keyframes bot {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(calc(-0.6em - 0.4em)) rotate(0deg);
            transform: translateY(calc(-0.6em - 0.4em)) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(calc(-0.6em - 0.4em)) rotate(-45deg);
            transform: translateY(calc(-0.6em - 0.4em)) rotate(-45deg);
  }
}
@keyframes bot {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(calc(-0.6em - 0.4em)) rotate(0deg);
            transform: translateY(calc(-0.6em - 0.4em)) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(calc(-0.6em - 0.4em)) rotate(-45deg);
            transform: translateY(calc(-0.6em - 0.4em)) rotate(-45deg);
  }
}

.p-gNav__trigger__text {
  display: block;
  height: 1em;
  color: var(--bgtc-acc1);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.p-gNav__trigger__text::before, .p-gNav__trigger__text::after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  line-height: 1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.p-gNav__trigger__text::before {
  content: "メニュー";
  top: 0;
  opacity: 1;
}
.s-gVav__trigger.active .p-gNav__trigger__text::before {
  top: -100%;
  opacity: 0;
}

body#english .p-gNav__trigger__text::before {
  content: "MENU";
}

.p-gNav__trigger__text::after {
  content: "閉じる";
  bottom: -100%;
  opacity: 0;
}
.s-gVav__trigger.active .p-gNav__trigger__text::after {
  bottom: 0;
  opacity: 1;
}

.s-gVav__trigger {
  cursor: pointer;
}

.p-mainvisual__wrap {
  background: var(--bgc-suf1);
  margin-bottom: 6.4rem;
  max-width: 100vw;
  position: relative;
}
.p-mainvisual__wrap::before, .p-mainvisual__wrap::after {
  content: "";
}
.p-mainvisual__wrap::before {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: before;
}
.c-unit__box > .p-mainvisual__wrap::before {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.c-breadcrumbs__wrap > .p-mainvisual__wrap::before {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-mainvisual__wrap::after {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: after;
}
.c-unit__box > .p-mainvisual__wrap::after {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.c-breadcrumbs__wrap > .p-mainvisual__wrap::after {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.p-mainvisual__item {
  display: block;
  list-style: none;
  min-height: 50dvh;
  background-position: 50% 50%;
  background-size: cover;
}
.p-mainvisual__item--management {
  background-image: url(../../img/mainvisual/index.png);
}
.p-mainvisual__item--facility1 {
  background-image: url(../../img/mainvisual/entrance.jpg);
}
.p-mainvisual__item--facility2 {
  background-image: url(../../img/mainvisual/facility.png);
}
.p-mainvisual__item--facility3 {
  background-image: url(../../img/mainvisual/hall_01.jpg);
}
.p-mainvisual__item--facility4 {
  background-image: url(../../img/mainvisual/hall_02.jpg);
}
.p-mainvisual__item--facility5 {
  background-image: url(../../img/mainvisual/hall_03.jpg);
}
.p-mainvisual__item--catering1 {
  background-image: url(../../img/mainvisual/facility_3.png);
}
.p-mainvisual__item--catering2 {
  background-image: url(../../img/mainvisual/bento2.jpg);
}
.p-mainvisual__item--catering3 {
  background-image: url(../../img/mainvisual/facility_1.png);
}
.p-mainvisual__item--catering4 {
  background-image: url(../../img/mainvisual/coffee.jpg);
}
.p-mainvisual__item--corp {
  background-image: url(../../img/mainvisual/corp.png);
}
.p-mainvisual__message {
  position: absolute;
  pointer-events: none;
}
.p-mainvisual__message--management {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: calc(100% - 2em);
  padding: 1em;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.5rem, calc(1.5rem + (1vw - 0.32rem) * (1.7045454545)), 3rem);
  line-height: 2.2;
}
.p-mainvisual__message--facility {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  text-shadow: rgba(0, 0, 0, 0.3333333333) 0 0 0.5em, rgba(0, 0, 0, 0.3333333333) 0 0 1em, rgba(0, 0, 0, 0.3333333333) 0 0 1.5em, rgba(0, 0, 0, 0.3333333333) 0 0 2em;
  text-align: center;
  padding: 1em;
  color: #fff;
  font-size: clamp(2rem, calc(2rem + (1vw - 0.32rem) * (4.5454545455)), 6rem);
  line-height: 1.2;
  font-family: "Sumana", serif;
  font-weight: normal;
}
.p-mainvisual__message--corp {
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5333333333);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 1em;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: var(--font-l);
  line-height: 1.2;
}

.p-pageTitle__box {
  clear: both;
  margin-top: 1px;
  font-size: var(--font-l);
  margin-bottom: calc(var(--gap) * 2);
  height: 10vh;
  max-height: 8em;
  min-height: 2em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}
.p-pageTitle__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 144%;
  line-height: 1.5;
  background: var(--bgc-acc1);
  color: var(--bgtc-acc1);
  height: 100%;
  width: 1200px;
  font-weight: normal;
}
.category--management .p-pageTitle__title {
  background: var(--bgc-acc);
  color: var(--bgtc-acc);
}

.category--facility .p-pageTitle__title {
  background: var(--bgc-acc2);
  color: var(--bgtc-acc2);
}

.category--corp .p-pageTitle__title {
  background: var(--bgc-suf2);
  color: var(--bgtc-suf2);
}

.p-pageTitle__fig {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #000;
}
.p-pageTitle__img {
  width: 100%;
  height: 100%;
}

.p-website__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.p-website__item {
  list-style: none;
}
.p-website__link {
  display: block;
  padding: 1em;
  font-size: var(--font-m);
  background: var(--bgc-acc1);
  color: var(--bgtc-acc1);
  text-decoration: none;
  border-radius: 0.25em;
}
.p-website__link:hover {
  opacity: 0.6;
}

.p-ordersites__list {
  display: -ms-grid;
  display: grid;
  gap: calc(var(--gap) * 2);
}
.p-ordersites__link {
  display: block;
  text-decoration: none;
}
.p-ordersites__link:hover {
  opacity: 0.6;
}
.p-ordersites__img {
  width: 100%;
}
.p-service-facilitys__item {
  display: block;
  padding: calc(var(--gap) * 2);
}
.p-service-facilitys__item:not(.slick-current) {
  opacity: 0.5;
}
.p-service-facilitys__title {
  font-size: var(--font-l);
  font-weight: normal;
  text-align: center;
  color: var(--bgc-acc1);
  margin-bottom: var(--gap);
}
.p-service-facilitys__fig {
  margin-bottom: var(--gap);
}
.p-service-facilitys__img {
  margin-bottom: var(--gap);
}
.p-service-facilitys__figc {
  font-size: var(--font-m);
  line-height: 1.5;
}
.p-service-facilitys__link {
  display: block;
  background: var(--bgc-acc1);
  border-radius: 0.25em;
  padding: 1em;
  text-decoration: none;
  color: var(--bgtc-acc1);
  font-weight: bold;
  text-align: center;
}
.p-service-facilitys__link:hover {
  opacity: 0.6;
}

.p-jobflow__list {
  display: -ms-grid;
  display: grid;
  gap: calc(var(--gap) * 1);
}
.p-jobflow__item {
  list-style: none;
  border: 10px solid #eee;
  padding: 1em;
  border-radius: calc(var(--gap) * 1);
  line-height: 1.5;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: calc(var(--gap) * 0.5);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  position: relative;
}
.p-jobflow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  width: 0;
  height: 0;
  translate: -50% 0;
  border: transparent calc(var(--gap) * 1) solid;
  border-bottom: none;
  border-inline-width: 2em;
  border-top-color: var(--bgc-acc1);
}
.p-jobflow__title {
  font-size: var(--font-l);
  text-align: center;
}
.p-jobflow__description {
  font-size: var(--font-m);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.p-popup__bg {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: none;
}
.p-popup__box {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-popup__window {
  background: #fff;
  padding: calc(var(--gap) * 2);
  border-radius: var(--gap);
}

.p-snav__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr calc(var(--gap) * 2) 4fr;
      grid-template: "box article" auto/1fr 4fr;
  grid-gap: calc(var(--gap) * 2);
}
.p-snav__wrap > *:not(.p-snav__box) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: article;
}
.p-snav__box {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: box;
}
.p-snav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(var(--gap) / 2);
}
.p-snav__link {
  display: block;
  background: var(--bgc-acc);
  color: var(--bgtc-acc);
  font-size: var(--font-m);
  padding: 1em;
  text-decoration: none;
}
.p-snav__link:hover {
  opacity: 0.6;
}

.p-top_card__wrap .c-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--gap);
}
.p-top_card__title {
  text-align: center;
  color: var(--bgtc);
  font-size: var(--font-l);
  font-weight: normal;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.p-top_card__img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.p-top_card__text {
  margin: 0;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.p-top_content__title {
  border: none;
  padding: 0;
  color: var(--bgtc);
  font-size: var(--font-l);
  font-weight: normal;
}

.p-top_news__list {
  color: var(--bgtc);
  font-size: var(--font-m);
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: -webkit-max-content var(--gap) 1fr;
  -ms-grid-columns: max-content var(--gap) 1fr;
      grid-template: auto/max-content 1fr;
  gap: var(--gap);
  line-height: 1.5;
}
.p-top_news__date {
  font-weight: bold;
}
.p-top-facilitys__item {
  display: block;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.p-top-facilitys__item:not(.slick-current) {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.6;
}
.p-top-facilitys__link {
  display: block;
  position: relative;
}
@media only screen and (max-width: 639px) {
  .p-top-facilitys__img {
    opacity: 0.5;
  }
}
.p-top-facilitys__img--logo {
  position: absolute;
  top: 3rem;
  left: 3rem;
  width: 100%;
  max-width: min(320px, 100% - 6rem);
}
@media only screen and (max-width: 639px) {
  .p-top-facilitys__img--logo {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.p-top-facilitys-logo__list {
  margin-top: 0 !important;
}
.p-top-facilitys-logo__item {
  display: block;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-height: 180px;
  padding: var(--gap);
}
.p-top-facilitys-logo__item:not(.slick-current) {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.6;
}
@media only screen and (max-width: 639px) {
  .p-top-facilitys-logo__item {
    height: 36px;
    padding: calc(var(--gap) / 2);
  }
}
.p-top-facilitys-logo__img {
  display: block;
  cursor: pointer;
}

.p-top-teaserfacilitys__imgbox {
  position: relative;
}
.p-top-teaserfacilitys__logofig {
  position: absolute;
  top: 50%;
  left: 15%;
  right: 15%;
  width: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.5333333333);
  -webkit-backdrop-filter: blur(0.8rem);
          backdrop-filter: blur(0.8rem);
  aspect-ratio: 410/139;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: var(--gap);
}
.p-top-teaserfacilitys__logoimg {
  width: 100%;
  max-width: 280px;
  height: 100%;
  max-height: 70px;
}
.p-top-teaserfacilitys__text {
  font-size: var(--font-m);
  line-height: 1.5;
}
.p-sitefooter__wrap {
  background: var(--bgc-acc);
  color: var(--bgtc-acc);
  padding: 6.4rem 0;
}
.p-sitefooter__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-sitefooter__link {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  width: 100%;
  max-width: 640px;
  margin-bottom: 3.2rem;
}
.p-sitefooter__link:hover {
  opacity: 0.6;
}
.p-sitefooter__fig {
  padding: 1.6rem;
  text-align: center;
  background: #fff;
  font-size: var(--font-l);
}
.p-sitefooter__img {
  width: 100%;
  max-width: 220px;
}

.p-footerinfo__wrap {
  padding-bottom: calc(var(--gap) * 2);
}
.p-footerinfo__wrap > .c-text {
  width: 100%;
  max-width: 980px;
  margin: auto;
}
.p-footerinfo__wrap > .c-text > div {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 639px) {
  .p-footerinfo__wrap > .c-text {
    gap: var(--gap);
  }
}
.p-footerinfo__group {
  font-size: var(--font-l);
  font-weight: bold;
  margin-bottom: var(--gap);
  color: var(--bgtc-acc);
}
.p-footerinfo__list {
  padding-left: calc(var(--gap) * 1);
  display: -ms-grid;
  display: grid;
  gap: calc(var(--gap) * 1.5);
}
.p-footerinfo__item {
  list-style: none;
}
.p-footerinfo__item .c-text {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto calc(var(--gap) / 2) auto calc(var(--gap) / 2) auto;
  -ms-grid-columns: 3fr calc(var(--gap) / 2) 1fr;
      grid-template: "name map" "add map" "tel map" auto/3fr 1fr;
  gap: calc(var(--gap) / 2);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-footerinfo__corpname {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: name;
  font-size: var(--font-m);
  font-weight: bold;
  color: var(--bgtc-acc);
  margin: 0;
}
.p-footerinfo__corpadd {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: add;
  font-size: var(--font-m);
  line-height: 1.5;
  margin-bottom: 0;
  color: var(--bgtc-acc);
  margin: 0;
}
.p-footerinfo__corptel {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: tel;
  font-size: var(--font-m);
  color: var(--bgtc-acc);
  margin: 0;
}
.p-footerinfo__corpmap {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 3;
  grid-area: map;
  margin: 0;
}
.p-footerinfo__corpmaplink {
  color: var(--bgc-acc);
  background: var(--bgtc-acc);
  display: block;
  text-align: center;
  padding: calc(var(--gap) / 2);
  border-radius: calc(var(--gap) / 4);
  text-decoration: none;
  font-size: var(--font-m);
  font-weight: bold;
}
.p-footerinfo__corpmaplink:hover {
  opacity: 0.6;
}

.p-fnav__list {
  margin-bottom: var(--gap);
  text-align: center;
  line-height: 1.8;
}
.p-fnav__item {
  list-style: none;
  display: inline-block;
}
.p-fnav__link {
  text-decoration: none;
  color: var(--bgtc-acc);
  font-size: var(--font-s);
  padding: 0.5em;
}

.p-fNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: auto;
  border-left: 1px solid var(--bgtc-acc1);
  border-right: 1px solid var(--bgtc-acc1);
}
@media only screen and (max-width: 766px) {
  .p-fNav__list {
    display: -ms-grid;
    display: grid;
    grid-template: auto/repeat(auto-fill, minmax(8em, 12em));
  }
}
.p-fNav__item {
  list-style: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 0.4rem;
}
.p-fNav__item:not(:last-child) {
  border-right: 1px solid var(--bgtc-acc1);
}
@media only screen and (max-width: 766px) {
  .p-fNav__item {
    border-right: none !important;
    width: 100%;
  }
}
.p-fNav__link {
  color: var(--bgtc-acc1);
  text-decoration: none;
  display: block;
  padding: 0 0.4rem;
}
.p-fNav__link:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 766px) {
  .p-fNav__link {
    line-height: 1.6rem;
    padding: 0.4rem;
  }
}
.p-fNav__title {
  font-size: var(--font-m);
  font-weight: normal;
}

/* Utility
   ----------------------------------------------------------------- */
.ouxs {
  display: inherit !important;
}

td.ouxs, th.ouxs {
  display: table-cell !important;
}

.olxs {
  display: none !important;
}

@media only screen and (max-width: 419px) {
  .ouxs {
    display: none !important;
  }
  td.ouxs, th.ouxs {
    display: none !important;
  }
  .olxs {
    display: inherit !important;
  }
  td.olxs, th.olxs {
    display: table-cell !important;
  }
}
.ouxs-s {
  display: inherit !important;
}

td.ouxs-s, th.ouxs-s {
  display: table-cell !important;
}

.olxs-s {
  display: none !important;
}

@media only screen and (min-width: 420px) and (max-width: 639px) {
  .ouxs-s {
    display: none !important;
  }
  td.ouxs-s, th.ouxs-s {
    display: none !important;
  }
  .olxs-s {
    display: inherit !important;
  }
  td.olxs-s, th.olxs-s {
    display: table-cell !important;
  }
}
.ous {
  display: inherit !important;
}

td.ous, th.ous {
  display: table-cell !important;
}

.ols {
  display: none !important;
}

@media only screen and (max-width: 639px) {
  .ous {
    display: none !important;
  }
  td.ous, th.ous {
    display: none !important;
  }
  .ols {
    display: inherit !important;
  }
  td.ols, th.ols {
    display: table-cell !important;
  }
}
.ousmin {
  display: inherit !important;
}

td.ousmin, th.ousmin {
  display: table-cell !important;
}

.olsmin {
  display: none !important;
}

@media only screen and (min-width: 639px) {
  .ousmin {
    display: none !important;
  }
  td.ousmin, th.ousmin {
    display: none !important;
  }
  .olsmin {
    display: inherit !important;
  }
  td.olsmin, th.olsmin {
    display: table-cell !important;
  }
}
.ous-m {
  display: inherit !important;
}

td.ous-m, th.ous-m {
  display: table-cell !important;
}

.ols-m {
  display: none !important;
}

@media only screen and (min-width: 640px) and (max-width: 766px) {
  .ous-m {
    display: none !important;
  }
  td.ous-m, th.ous-m {
    display: none !important;
  }
  .ols-m {
    display: inherit !important;
  }
  td.ols-m, th.ols-m {
    display: table-cell !important;
  }
}
.oum {
  display: inherit !important;
}

td.oum, th.oum {
  display: table-cell !important;
}

.olm {
  display: none !important;
}

@media only screen and (max-width: 766px) {
  .oum {
    display: none !important;
  }
  td.oum, th.oum {
    display: none !important;
  }
  .olm {
    display: inherit !important;
  }
  td.olm, th.olm {
    display: table-cell !important;
  }
}
.oummin {
  display: inherit !important;
}

td.oummin, th.oummin {
  display: table-cell !important;
}

.olmmin {
  display: none !important;
}

@media only screen and (min-width: 766px) {
  .oummin {
    display: none !important;
  }
  td.oummin, th.oummin {
    display: none !important;
  }
  .olmmin {
    display: inherit !important;
  }
  td.olmmin, th.olmmin {
    display: table-cell !important;
  }
}
.oum-l {
  display: inherit !important;
}

td.oum-l, th.oum-l {
  display: table-cell !important;
}

.olm-l {
  display: none !important;
}

@media only screen and (min-width: 767px) and (max-width: 979px) {
  .oum-l {
    display: none !important;
  }
  td.oum-l, th.oum-l {
    display: none !important;
  }
  .olm-l {
    display: inherit !important;
  }
  td.olm-l, th.olm-l {
    display: table-cell !important;
  }
}
.oul {
  display: inherit !important;
}

td.oul, th.oul {
  display: table-cell !important;
}

.oll {
  display: none !important;
}

@media only screen and (max-width: 979px) {
  .oul {
    display: none !important;
  }
  td.oul, th.oul {
    display: none !important;
  }
  .oll {
    display: inherit !important;
  }
  td.oll, th.oll {
    display: table-cell !important;
  }
}
.oulmin {
  display: inherit !important;
}

td.oulmin, th.oulmin {
  display: table-cell !important;
}

.ollmin {
  display: none !important;
}

@media only screen and (min-width: 979px) {
  .oulmin {
    display: none !important;
  }
  td.oulmin, th.oulmin {
    display: none !important;
  }
  .ollmin {
    display: inherit !important;
  }
  td.ollmin, th.ollmin {
    display: table-cell !important;
  }
}
.oul-ul {
  display: inherit !important;
}

td.oul-ul, th.oul-ul {
  display: table-cell !important;
}

.oll-ul {
  display: none !important;
}

@media only screen and (min-width: 980px) and (max-width: 1199px) {
  .oul-ul {
    display: none !important;
  }
  td.oul-ul, th.oul-ul {
    display: none !important;
  }
  .oll-ul {
    display: inherit !important;
  }
  td.oll-ul, th.oll-ul {
    display: table-cell !important;
  }
}
.ouul {
  display: inherit !important;
}

td.ouul, th.ouul {
  display: table-cell !important;
}

.olul {
  display: none !important;
}

@media only screen and (max-width: 1199px) {
  .ouul {
    display: none !important;
  }
  td.ouul, th.ouul {
    display: none !important;
  }
  .olul {
    display: inherit !important;
  }
  td.olul, th.olul {
    display: table-cell !important;
  }
}
.ouulmin {
  display: inherit !important;
}

td.ouulmin, th.ouulmin {
  display: table-cell !important;
}

.olulmin {
  display: none !important;
}

@media only screen and (min-width: 1200px) {
  .ouulmin {
    display: none !important;
  }
  td.ouulmin, th.ouulmin {
    display: none !important;
  }
  .olulmin {
    display: inherit !important;
  }
  td.olulmin, th.olulmin {
    display: table-cell !important;
  }
}
.oud {
  display: inherit !important;
}

td.oud, th.oud {
  display: table-cell !important;
}

.old {
  display: none !important;
}

@media only screen and (min-width: 1200px) {
  .oud {
    display: none !important;
  }
  td.oud, th.oud {
    display: none !important;
  }
  .old {
    display: inherit !important;
  }
  td.old, th.old {
    display: table-cell !important;
  }
}
.ouh {
  display: inherit !important;
}

td.ouh, th.ouh {
  display: table-cell !important;
}

.olh {
  display: none !important;
}

@media (orientation: landscape) {
  .ouh {
    display: none !important;
  }
  td.ouh, th.ouh {
    display: none !important;
  }
  .olh {
    display: inherit !important;
  }
  td.olh, th.olh {
    display: table-cell !important;
  }
}
.ouv {
  display: inherit !important;
}

td.ouv, th.ouv {
  display: table-cell !important;
}

.olv {
  display: none !important;
}

@media (orientation: portrait) {
  .ouv {
    display: none !important;
  }
  td.ouv, th.ouv {
    display: none !important;
  }
  .olv {
    display: inherit !important;
  }
  td.olv, th.olv {
    display: table-cell !important;
  }
}
.oup {
  display: inherit !important;
}

td.oup, th.oup {
  display: table-cell !important;
}

.olp {
  display: none !important;
}

@media print {
  .oup {
    display: none !important;
  }
  td.oup, th.oup {
    display: none !important;
  }
  .olp {
    display: inherit !important;
  }
  td.olp, th.olp {
    display: table-cell !important;
  }
}
.ml0 {
  margin-left: 0 !important;
}

.dib {
  display: inline-block;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}

.displaynone {
  display: none;
}

.wating {
  color: #f00;
  font-weight: bold;
}

.mp {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mawmc {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}

.maw1 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.maw2 {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.maw3 {
  max-width: 767px;
  margin-left: auto;
  margin-right: auto;
}

.ggmap,
.youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
.ggmap iframe,
.ggmap object,
.ggmap embed,
.youtube iframe,
.youtube object,
.youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

.btnsHoverList > *,
.btnsHover {
  cursor: pointer !important;
}

#main {
  .fz-xl: var(--font-xl);
  .fz-l: var(--font-l);
  .fz-m: var(--font-m);
  .fz-s: var(--font-s);
  .fz-xs: var(--font-xs);
}
#main .px8 {
  font-size: 0.8rem;
}
#main .px9 {
  font-size: 0.9rem;
}
#main .px10 {
  font-size: 1rem;
}
#main .px11 {
  font-size: 1.1rem;
}
#main .px12 {
  font-size: 1.2rem;
}
#main .px13 {
  font-size: 1.3rem;
}
#main .px14 {
  font-size: 1.4rem;
}
#main .px15 {
  font-size: 1.5rem;
}
#main .px16 {
  font-size: 1.6rem;
}
#main .px17 {
  font-size: 1.7rem;
}
#main .px18 {
  font-size: 1.8rem;
}
#main .px19 {
  font-size: 1.9rem;
}
#main .px20 {
  font-size: 2rem;
}
#main .px21 {
  font-size: 2.1rem;
}
#main .px22 {
  font-size: 2.2rem;
}
#main .px23 {
  font-size: 2.3rem;
}
#main .px24 {
  font-size: 2.4rem;
}
#main .red {
  color: red;
}
#main .clear {
  clear: both;
}
#main .txtAlignC,
#main .allTxtAlignC th,
#main .allTxtAlignC td {
  text-align: center;
}
#main .txtAlignL {
  text-align: left;
}
#main .txtAlignR,
#main .tar {
  text-align: right;
}
#main .vAlignMiddle {
  vertical-align: middle;
  margin: 0 5px;
}
#main .flr {
  float: right;
  margin-left: 1.1vw;
}
#main .fll {
  float: left;
  margin-right: 1.1vw;
}
#main .flr,
#main .fll {
  margin-bottom: 2.2vw;
  max-width: 30%;
  max-width: calc(33.3% - 2.2vw);
}
#main .flr img,
#main .fll img {
  width: 100%;
}
@media only screen and (max-width: 979px) {
  #main .flr,
  #main .fll {
    max-width: 33%;
    max-width: calc(33.3% - 1.1vw);
  }
}
#main ol.zengokakko {
  counter-reset: li;
  padding-left: 0;
}
#main ol.zengokakko li:before {
  counter-increment: li;
  content: "（" counter(li, decimal) "）";
}
#main ol.zengokakko > li {
  list-style: none;
  position: relative;
  padding-left: 2.5em;
}
#main ol.zengokakko > li:before {
  position: absolute;
  left: 0;
  color: rgba(0, 0, 0, 0.6) !important;
}
#main ul.comelist {
  padding-left: 0;
  margin-top: 1.1vw;
}
#main ul.comelist > li {
  list-style: none;
  position: relative;
  padding-left: 1.5em;
}
#main ul.comelist > li:before {
  position: absolute;
  left: 0;
  color: rgba(0, 0, 0, 0.6) !important;
}
#main ul.comelist > li {
  margin-top: 0;
  font-size: 1rem;
}
#main ul.comelist > li:before {
  content: "※";
}
#main .tabledl {
  overflow: hidden;
}
#main .tabledl dt {
  float: left;
}
#main .tabledl dd {
  margin-bottom: 0.5em;
}
#main .tabledl.tdl1em dt {
  width: "1em";
}
#main .tabledl.tdl1em dd {
  margin-left: "1.5em";
}
#main .tabledl.tdl2em dt {
  width: "2em";
}
#main .tabledl.tdl2em dd {
  margin-left: "2.5em";
}
#main .tabledl.tdl3em dt {
  width: "3em";
}
#main .tabledl.tdl3em dd {
  margin-left: "3.5em";
}
#main .tabledl.tdl4em dt {
  width: "4em";
}
#main .tabledl.tdl4em dd {
  margin-left: "4.5em";
}
#main .tabledl.tdl5em dt {
  width: "5em";
}
#main .tabledl.tdl5em dd {
  margin-left: "5.5em";
}
#main .widthbox-1-harf {
  width: 50%;
  margin: auto;
}
#main .widthbox-3-quarter {
  width: 75%;
  margin: auto;
}
#main img[src=""] {
  background: #f00;
}
#main .icon i {
  margin-left: 5px;
}
#main .fa-file-pdf {
  color: #f21d1d;
}
#main .fa-file-word {
  color: #121b83;
}
#main .fa-file-excel {
  color: #0e9a2f;
}
#main .fa-file-powerpoint {
  color: #ff9300;
}
#main .fa-clone {
  color: var(--bgc-acc1);
}

body {
  min-height: 100dvh;
}

.d_caution__img--check, .d_caution__img--rewrite, .d_caution__img--stock, .d_caution__img--kaizoudo {
  position: relative;
}
.d_caution__img--check::after, .d_caution__img--rewrite::after, .d_caution__img--stock::after, .d_caution__img--kaizoudo::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  border: 1px solid red;
  color: red;
  font-size: var(--font-m);
  padding: 1em;
}

.d_block__wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5333333333);
  color: #fff;
  font-size: var(--font-m);
  padding: 1em 1em 1em 0;
}
.d_sitemap__list {
  padding-left: 1em;
}
.d_sitemap__link {
  color: #fff;
  text-decoration: none;
  line-height: 1.5;
}
.d_sitemap__link::before {
  content: "●";
  margin-right: 0.5em;
}
.d_sitemap__link--management::before {
  color: var(--bgc-acc1);
}
.d_sitemap__link--facility::before {
  color: var(--bgc-acc2);
}
.d_sitemap__link--corp::before {
  color: var(--bgc-acc3);
}
.d_sitemap__link:hover {
  text-decoration: underline;
}
.d_sitemap__link.current {
  font-weight: bold;
}
.d_sitemap__link.current::after {
  content: "←";
  margin-left: 1em;
  -webkit-animation: current 1s infinite ease-in-out;
          animation: current 1s infinite ease-in-out;
}
@-webkit-keyframes current {
  0% {
    margin-left: 1em;
  }
  50% {
    margin-left: 2em;
  }
  100% {
    margin-left: 1em;
  }
}
@keyframes current {
  0% {
    margin-left: 1em;
  }
  50% {
    margin-left: 2em;
  }
  100% {
    margin-left: 1em;
  }
}
.d_caution__img--kaizoudo::after {
  content: "解像度不足、ご手配";
}
.d_caution__img--stock::after {
  content: "入れ替えorご購入";
}
.d_caution__img--rewrite::after {
  content: "リライト";
}
.d_caution__img--check::after {
  content: "使用許可ご確認orご手配";
}