@charset "UTF-8";
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;
}

/* Base
   ----------------------------------------------------------------- */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../font/NotoSansCJKjp-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../font/NotoSansCJKjp-Bold.woff") format("woff");
}
:root {
  --bgc:#000;
  --bgtc:#fff;
  --bgc-acc1:#48b1f3;
  --bgtc-acc1:#000;
  --bgc-acc2:#156292;
  --bgtc-acc2:#ffffff;
  --bgc-suf1:#dadada;
  --bgtc-suf1:#555;
  --bgc-suf2:#999;
  --bgtc-suf2:#000;
  --font-xl:clamp(1.8rem, calc(1.8rem + (1vw - 0.32rem) * (2.0454545455)), 3.6rem);
  --font-l:clamp(1.6rem, calc(1.6rem + (1vw - 0.32rem) * (0.6818181818)), 2.2rem);
  --font-m:clamp(1.4rem, calc(1.4rem + (1vw - 0.32rem) * (0.4545454545)), 1.8rem);
  --font-s:clamp(1.1rem, calc(1.1rem + (1vw - 0.32rem) * (0.5681818182)), 1.6rem);
  --font-xs:clamp(1rem, calc(1rem + (1vw - 0.32rem) * (0.4545454545)), 1.4rem);
  --gap: var(--font-m);
}

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

body {
  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*/
  font-family: "BIZ UDPGothic";
}

.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-mas__wrap {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto auto auto;
  -ms-grid-columns: 1fr;
      grid-template: "siteheader" auto "main" auto "cta" auto "sitefooter" auto/1fr;
}
.l-mas__wrap--top {
  -ms-grid-rows: 10dvh auto auto auto;
  -ms-grid-columns: 1fr;
      grid-template: "siteheader" 10dvh "main" auto "cta" auto "sitefooter" auto/1fr;
}
.l-mas__siteheader {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: siteheader;
}
.l-mas__wrap--top > .l-mas__siteheader {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.l-mas__main {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: main;
}
.l-mas__wrap--top > .l-mas__main {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.l-mas__cta {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: cta;
}
.l-mas__wrap--top > .l-mas__cta {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.l-mas__sitefooter {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: sitefooter;
}
.l-mas__wrap--top > .l-mas__sitefooter {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}

.l-sitefooter__wrap {
  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;
}
.l-sitefooter__wrap::before, .l-sitefooter__wrap::after {
  content: "";
}
.l-sitefooter__wrap::before {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: before;
}
.c-unit__box > .l-sitefooter__wrap::before {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-cta__wrap > .l-sitefooter__wrap::before {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.l-sitefooter__wrap::after {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: after;
}
.c-unit__box > .l-sitefooter__wrap::after {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.p-cta__wrap > .l-sitefooter__wrap::after {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.l-sitefooter__box {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: content;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: var(--gap);
}
.c-unit__box > .l-sitefooter__box {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.p-cta__wrap > .l-sitefooter__box {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.l-sitefooter__info {
  grid-area: info;
}
.l-sitefooter__nav {
  grid-area: nav;
}
.l-sitefooter__address {
  grid-area: address;
}

/* ==========================================================================
   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: 5rem 2rem;
}
.c-text .c-unit__box {
  padding: 1.8rem 0rem;
}
.c-text .c-unit__box:first-of-type {
  padding-top: 0;
}
.c-text .c-unit__box: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;
}
.p-cta__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;
}
.p-cta__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;
}
.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 {
  padding-top: 0;
}
.c-unit__box--bg {
  background: #dadada;
  padding: 2rem !important;
  border-radius: 1rem;
  color: #555;
}
.c-unit__box--bd {
  border: #dadada 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.5;
  margin-bottom: var(--gap);
  font-size: var(--font-l);
  text-align: center;
}
.c-unit__title--mini {
  font-size: var(--font-l);
  margin-bottom: var(--gap);
}
.c-unit__title--petit {
  margin: 0 auto 0.6rem;
  line-height: 1.5;
  padding: 0 0 0.3em;
  color: #555;
  border-bottom: #dadada 1px solid;
}

.c-headline--h2-default {
  margin-bottom: 3rem;
  font-size: var(--font-xl);
  font-family: "Noto Serif JP", serif;
  text-align: center;
  line-height: 1.5;
}

.c-headline--h3-default {
  line-height: 1.5;
  margin-bottom: var(--gap);
  font-size: var(--font-l);
  text-align: center;
}

.c-headline--h4-default {
  font-size: var(--font-l);
  margin-bottom: var(--gap);
}

.c-headline--h5-default {
  margin: 0 auto 0.6rem;
  line-height: 1.5;
  padding: 0 0 0.3em;
  color: #555;
  border-bottom: #dadada 1px solid;
}

.c-separate__box {
  display: -ms-grid;
  display: grid;
  grid-gap: 2rem;
}
.c-separate__box--2columns {
  grid-template-columns: repeat(auto-fill, minmax(calc((1200px - 2rem) / 3 + 1px), 1fr));
}
.c-separate__box--3columns {
  grid-template-columns: repeat(auto-fill, minmax(calc((1200px - 3rem) / 4 + 1px), 1fr));
}
.c-separate__box--4columns {
  grid-template-columns: repeat(auto-fill, minmax(calc((1200px - 4rem) / 5 + 1px), 1fr));
}
.c-separate__box--5columns {
  grid-template-columns: repeat(auto-fill, minmax(calc((1200px - 5rem) / 6 + 1px), 1fr));
}
.c-separate__box--6columns {
  grid-template-columns: repeat(auto-fill, minmax(calc((1200px - 6rem) / 7 + 1px), 1fr));
}
.c-separate__box--7columns {
  grid-template-columns: repeat(auto-fill, minmax(calc((1200px - 7rem) / 8 + 1px), 1fr));
}
.c-separate__box--8columns {
  grid-template-columns: repeat(auto-fill, minmax(calc((1200px - 8rem) / 9 + 1px), 1fr));
}
.c-separate__box--9columns {
  grid-template-columns: repeat(auto-fill, minmax(calc((1200px - 9rem) / 10 + 1px), 1fr));
}
.c-separate__box--10columns {
  grid-template-columns: repeat(auto-fill, minmax(calc((1200px - 10rem) / 11 + 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;
}

.c-readbox__box .c-text {
  background: #dadada;
  color: #555;
  padding: 2em;
}
.c-readbox__title {
  color: #48b1f3;
}
.c-readbox__title {
  font-size: calc(1.6rem + (1vw - 0.32rem) * (0.9101251422));
}
@media only screen and (min-width: 1200px) {
  .c-readbox__title {
    font-size: 2.4rem;
  }
}

: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;
  max-width: 767px;
  margin-left: auto;
  margin-right: auto;
}
:where(.c-text) p.accent {
  text-align: center;
  font-weight: bold;
  color: #9a36ff;
}
:where(.c-text) p.accent {
  font-size: calc(1.6rem + (1vw - 0.32rem) * (0.9101251422));
}
@media only screen and (min-width: 1200px) {
  :where(.c-text) p.accent {
    font-size: 2.4rem;
  }
}
:where(.c-text) figure:not([class]) {
  margin-left: auto;
  margin-right: auto;
  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: #dadada;
  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;
  color: #555;
  border: 1px solid #a7a7a7;
}
:where(.c-text) figure img.dummyimg::after {
  font-size: calc(1.4rem + (1vw - 0.32rem) * (0.4550625711));
}
@media only screen and (min-width: 1200px) {
  :where(.c-text) figure img.dummyimg::after {
    font-size: 1.8rem;
  }
}
:where(.c-text) table:not([class]), :where(.c-text) table:where(.default) {
  width: 100%;
}
:where(.c-text) table:not([class]), :where(.c-text) table:where(.default) {
  font-size: calc(1.4rem + (1vw - 0.32rem) * (0.4550625711));
}
@media only screen and (min-width: 1200px) {
  :where(.c-text) table:not([class]), :where(.c-text) table:where(.default) {
    font-size: 1.8rem;
  }
}
:where(.c-text) table:not([class]) th,
:where(.c-text) table:not([class]) td, :where(.c-text) table:where(.default) th,
:where(.c-text) table:where(.default) td {
  padding: 0.2em 0.5em;
  line-height: 1.5;
}
:where(.c-text) table:not([class]) caption, :where(.c-text) table:where(.default) caption {
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #555;
}
: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: #555;
  color: #fff;
  border-bottom: rgba(218, 218, 218, 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: #dadada 1px solid;
}
:where(.c-text) table:not([class]) tbody tr:nth-child(2n), :where(.c-text) table:where(.default) tbody tr:nth-child(2n) {
  background: #dadada;
}
:where(.c-text) table:not([class]) tbody th, :where(.c-text) table:where(.default) tbody th {
  -webkit-text-emphasis: before;
          text-emphasis: before;
  text-align: left;
  white-space: nowrap;
}
: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: #fff;
}
: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: #555;
  color: #fff;
  border-bottom: rgba(218, 218, 218, 0.5) 1px dotted;
}
:where(.c-text) table.c-history-table thead th:not(:last-child) {
  border-right: #dadada 1px solid;
}
:where(.c-text) table.c-history-table tbody tr:nth-child(2n) {
  background: #dadada;
}
: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 {
  margin-left: auto;
  margin-right: auto;
}
:where(.c-text) ul {
  font-size: calc(1.4rem + (1vw - 0.32rem) * (0.4550625711));
}
@media only screen and (min-width: 1200px) {
  :where(.c-text) ul {
    font-size: 1.8rem;
  }
}
: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: 3em;
}
: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: #dadada;
}
:where(.c-text) ul.c-list-simple-2column {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(540px, 1fr));
  grid-gap: 1em;
}
:where(.c-text) ul.c-list-simple-3column {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  grid-gap: 1em;
}
:where(.c-text) ul.c-list-simple-4column {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  grid-gap: 1em;
}
:where(.c-text) ul.c-list-kome li {
  position: relative;
  list-style: none;
  padding-left: 1.5em;
}
:where(.c-text) ul.c-list-kome li {
  font-size: calc(1rem + (1vw - 0.32rem) * (0));
}
@media only screen and (min-width: 1200px) {
  :where(.c-text) ul.c-list-kome li {
    font-size: 1rem;
  }
}
: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: #48b1f3;
  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 {
  margin-left: auto;
  margin-right: auto;
}
:where(.c-text) ol {
  font-size: calc(1.4rem + (1vw - 0.32rem) * (0.4550625711));
}
@media only screen and (min-width: 1200px) {
  :where(.c-text) ol {
    font-size: 1.8rem;
  }
}
:where(.c-text) ol li {
  line-height: 1.8;
}
:where(.c-text) ol:not([class]), :where(.c-text) ol:where(.default) {
  padding-left: 3em;
}
: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: #999;
  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: #48b1f3;
  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;
  color: #000;
  line-height: 1;
}
:where(.c-text) ol.c-flow li:before {
  font-size: calc(1.6rem + (1vw - 0.32rem) * (0.9101251422));
}
@media only screen and (min-width: 1200px) {
  :where(.c-text) ol.c-flow li:before {
    font-size: 2.4rem;
  }
}
: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 {
  position: relative;
  list-style: none;
  padding-left: 2em;
}
:where(.c-text) ol.c-list-kome li {
  font-size: calc(1rem + (1vw - 0.32rem) * (0));
}
@media only screen and (min-width: 1200px) {
  :where(.c-text) ol.c-list-kome li {
    font-size: 1rem;
  }
}
: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 {
  position: relative;
  list-style: none;
  padding-left: 2em;
}
:where(.c-text) ol.c-list-chu li {
  font-size: calc(1rem + (1vw - 0.32rem) * (0));
}
@media only screen and (min-width: 1200px) {
  :where(.c-text) ol.c-list-chu li {
    font-size: 1rem;
  }
}
: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: 1.8rem;
}

.c-acc1__trigger, .c-acc1__closer {
  display: block;
  background: #999;
  width: 100%;
  padding: 0.5em;
  cursor: pointer;
  color: #000;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c-acc1__trigger:hover, .c-acc1__closer:hover {
  background: #666666;
}
.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: 1.8rem !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: #dadada;
  padding: 2rem !important;
  border-radius: 1rem;
  color: #555;
}
.c-acc1__checker:checked + .c-acc1__trigger + .c-acc1__box .c-unit__box--bd {
  border: #dadada 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.5;
  margin-bottom: var(--gap);
  font-size: var(--font-l);
  text-align: center;
}
.c-acc1__checker:checked + .c-acc1__trigger + .c-acc1__box .c-unit__title--mini {
  font-size: var(--font-l);
  margin-bottom: var(--gap);
}
.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: #555;
  border-bottom: #dadada 1px solid;
}
.c-acc1__checker:checked + .c-acc1__trigger + .c-acc1__box .c-text > *:not(:first-child) {
  margin-top: 1.8rem;
}
.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 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=tel] {
  font-size: var(--font-s);
  border: 1px solid #707070;
  padding: 1rem;
  border-radius: 10px;
  margin-bottom: calc(var(--gap) / 2);
}
.c-form input[type=button] {
  background: #48b1f3;
  color: #000;
  border: none;
  padding: 0.3rem 1.5rem;
  border-radius: 0.5em;
  cursor: pointer;
}
.c-form input[type=button]:hover {
  background: #156292;
}
.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-s);
  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-s);
  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: #fff;
  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 {
  color: #fff;
  line-height: 1;
  font-weight: normal;
}
.c_work_item__name {
  font-size: calc(1.6rem + (1vw - 0.32rem) * (0.9101251422));
}
@media only screen and (min-width: 1200px) {
  .c_work_item__name {
    font-size: 2.4rem;
  }
}
.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-contact-number__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-contact-number__list > * {
  width: 100%;
  list-style: none;
  text-align: center;
  margin-top: 0;
}
.c-contact-number__list > * {
  font-size: calc(1.6rem + (1vw - 0.32rem) * (0.9101251422));
}
@media only screen and (min-width: 1200px) {
  .c-contact-number__list > * {
    font-size: 2.4rem;
  }
}
.c-contact-number__number {
  font-size: var(--font-xl);
  font-weight: bold;
}

.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 {
  display: block;
}
.c-contact_table__notes {
  font-size: calc(1rem + (1vw - 0.32rem) * (0));
}
@media only screen and (min-width: 1200px) {
  .c-contact_table__notes {
    font-size: 1rem;
  }
}
.c-contact_table__button--submit {
  background: #48b1f3;
  color: #000;
  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__button--submit {
  font-size: calc(1.6rem + (1vw - 0.32rem) * (0.9101251422));
}
@media only screen and (min-width: 1200px) {
  .c-contact_table__button--submit {
    font-size: 2.4rem;
  }
}
.c-contact_table tbody tr:nth-child(2n) {
  background: #dadada;
}
.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: calc(1.6rem + (1vw - 0.32rem) * (0.9101251422));
}
@media only screen and (min-width: 1200px) {
  .fsa {
    font-size: 2.4rem;
  }
}

.fsr {
  font-size: calc(1.2rem + (1vw - 0.32rem) * (0.2275312856));
}
@media only screen and (min-width: 1200px) {
  .fsr {
    font-size: 1.4rem;
  }
}

.fss {
  font-size: calc(1rem + (1vw - 0.32rem) * (0));
}
@media only screen and (min-width: 1200px) {
  .fss {
    font-size: 1rem;
  }
}

.fs-xl {
  font-size: var(--font-xl);
}

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

.fs-m {
  font-size: var(--font-m);
}

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

.fs-xs {
  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));
}

.p-cta__wrap {
  padding: calc(var(--gap) * 4) calc(var(--gap) * 1);
  background: #f0e8d2 url("../img/bg_contact.png") 0 50% no-repeat;
  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;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}
.p-cta__wrap > div {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: content;
  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) * 1);
}
.p-cta__wrap::before, .p-cta__wrap::after {
  content: "";
}
.p-cta__wrap::before {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: before;
}
.c-unit__box > .p-cta__wrap::before {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-cta__wrap > .p-cta__wrap::before {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-cta__wrap::after {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: after;
}
.c-unit__box > .p-cta__wrap::after {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.p-cta__wrap > .p-cta__wrap::after {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.p-cta__tel {
  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) * 1);
}
.p-cta__teltitle {
  font-size: var(--font-xl);
}
.p-cta__teltext {
  font-size: clamp(1.8rem, calc(1.8rem + (1vw - 0.32rem) * (3.6363636364)), 5rem);
  font-weight: bold;
}
.p-cta__worktime {
  font-size: var(--font-m);
}
.p-cta__btn {
  display: block;
  padding: calc(var(--gap) * 1) calc(var(--gap) * 2);
  border: 1px solid #48b1f3;
  border-radius: calc(var(--gap) * 4);
  font-size: var(--font-l);
  text-decoration: none;
  background: #fff;
  color: #48b1f3;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  word-break: auto-phrase;
}
.p-cta__btn:hover {
  opacity: 0.6;
}

.c-contactbox__table {
  width: 100%;
  max-width: 767px;
  margin: 0 auto 2em;
}
.c-contactbox__th, .c-contactbox__td {
  font-size: var(--font-s);
  color: var(--c-text);
  text-align: left;
  vertical-align: top;
  padding: calc(1rem + 1px) var(--gap) calc(1rem + 1px) 0;
}
.c-contactbox__th {
  white-space: nowrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media only screen and (max-width: 766px) {
  .c-contactbox__th {
    white-space: unset;
  }
}
.c-contactbox__td {
  width: 100%;
}
.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%;
  }
}
.c-contactbox__required {
  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 {
  padding: 0.5em 2.5em;
  border-radius: 0.5em;
  border: none;
  display: block;
  margin: 0 1rem;
}
.c-contactbox__btn {
  font-size: calc(1.6rem + (1vw - 0.32rem) * (0.9101251422));
}
@media only screen and (min-width: 1200px) {
  .c-contactbox__btn {
    font-size: 2.4rem;
  }
}
.c-contactbox__btn--cancel {
  background: #999;
  color: #000;
  cursor: pointer;
}
.c-contactbox__btn--cancel:hover {
  background: #bbb;
}
.c-contactbox__btn--submit {
  background: #48b1f3;
  color: #000;
  cursor: pointer;
}
.c-contactbox__btn--submit:hover {
  opacity: 0.6;
}
.c-contactbox__btn--submit:disabled {
  background: #ddd;
  color: #666;
  cursor: default;
  pointer-events: none;
}
.c-contactbox__privacy--box {
  max-height: 33vh;
  border: #ddd 1px solid;
  padding: 1.6rem;
  margin-bottom: 1.6rem;
  overflow: auto;
}
.c-contactbox__privacy--box p, .c-contactbox__privacy--box li {
  font-size: calc(1.2rem + (1vw - 0.32rem) * (0.2275312856));
}
@media only screen and (min-width: 1200px) {
  .c-contactbox__privacy--box p, .c-contactbox__privacy--box li {
    font-size: 1.4rem;
  }
}
.c-contactbox__privacy--box > *:not(:last-child) {
  margin-bottom: 0.8rem;
}
.c-contactbox__privacy--box h2 {
  font-size: calc(1.4rem + (1vw - 0.32rem) * (0.4550625711));
}
@media only screen and (min-width: 1200px) {
  .c-contactbox__privacy--box h2 {
    font-size: 1.8rem;
  }
}
.c-contactbox__privacy--input {
  margin-right: 1em;
}
.c-contactbox__privacy--label {
  display: block !important;
  text-align: center !important;
  padding: 0 !important;
  margin: 0 !important;
}

.c-error__box {
  background: #dbdbdb;
  padding: 1.6rem;
}
.c-error__text {
  color: #C50202;
  line-height: 1.6;
}

.c-breadcrumbs__wrap {
  background: #dadada;
  padding: 1em;
}
.c-breadcrumbs__wrap {
  font-size: calc(1.2rem + (1vw - 0.32rem) * (0.2275312856));
}
@media only screen and (min-width: 1200px) {
  .c-breadcrumbs__wrap {
    font-size: 1.4rem;
  }
}
.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 1em;
}
.c-breadcrumbs__link {
  display: block;
  text-decoration: none;
  background: #48b1f3;
  color: #000;
  padding: 0.5em 1em;
  border-radius: 1em;
}
.c-breadcrumbs__link:hover {
  color: #000;
  opacity: 0.6;
}
.c-breadcrumbs__dummylink {
  display: block;
  padding: 0.5em 0;
}
.c-btn__link {
  text-decoration: none;
  display: block;
  margin: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 20dvw;
  max-width: 80%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  border: none;
  cursor: pointer;
}
.c-btn__fill {
  padding: var(--gap) calc(var(--gap) * 1.5);
  border-radius: 0.8em;
  background: var(--bgc-acc1);
  color: #000;
}
.c-btn__fill:hover {
  opacity: 0.6;
}
.c-btn__fill--cancel {
  background: var(--bgc-suf1);
  color: #555;
}
.c-btn__bd {
  border: var(--bgc-acc1) 1px solid;
  color: var(--bgc-acc1);
}
.c-btn__bs {
  -webkit-box-shadow: 0 calc(var(--gap) / 2) 0 var(--bgc-acc2);
          box-shadow: 0 calc(var(--gap) / 2) 0 var(--bgc-acc2);
  margin-bottom: calc(var(--gap) * 2);
  bottom: 0;
  position: relative;
}
.c-btn__bs--submit {
  -webkit-box-shadow: 0 calc(var(--gap) / 2) 0 var(--bgc-acc2);
          box-shadow: 0 calc(var(--gap) / 2) 0 var(--bgc-acc2);
}
.c-btn__bs--submit:hover {
  -webkit-box-shadow: 0 0 0 var(--bgc-acc2);
          box-shadow: 0 0 0 var(--bgc-acc2);
  bottom: calc(var(--gap) / -2);
}
.c-btn__bs--cancel {
  -webkit-box-shadow: 0 calc(var(--gap) / 2) 0 var(--bgc-suf2);
          box-shadow: 0 calc(var(--gap) / 2) 0 var(--bgc-suf2);
}
.c-btn__bs--cancel:hover {
  -webkit-box-shadow: 0 0 0 var(--bgc-suf2);
          box-shadow: 0 0 0 var(--bgc-suf2);
  bottom: calc(var(--gap) / -2);
}
.c-btn__arrow {
  padding-right: calc(var(--gap) * 4);
  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: #000 0.1em solid;
  border-bottom: none;
  border-left: none;
}
.c-btn__arrow2 {
  padding-right: calc(var(--gap) * 4);
  position: relative;
}
.c-btn__arrow2::before {
  display: block;
  position: absolute;
  right: var(--gap);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 0;
  height: 0;
  border-top: transparent calc(var(--gap) / 2) solid;
  border-right: none;
  border-bottom: transparent calc(var(--gap) / 2) solid;
  border-left: var(--bgtc-acc1) var(--gap) solid;
}

/* Project
   ----------------------------------------------------------------- */
.p-mainlogo__wrap {
  text-align: center;
  padding: calc(var(--gap) * 1);
}
.p-mainlogo__wrap--top {
  container-type: size;
  width: 100%;
  height: 100%;
}
.p-mainlogo__link {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  height: 100%;
}
.p-mainlogo__box {
  height: 100%;
}
.p-mainlogo__fig {
  height: 100%;
}
.p-mainlogo__img {
  height: 100%;
}

@media only screen and (max-width: 766px) {
  .p-gNav {
    pointer-events: all;
  }
  .p-gNav__box {
    width: 100%;
  }
  .p-gNav__box {
    font-size: calc(1.2rem + (1vw - 0.32rem) * (0.2275312856));
  }
}
@media only screen and (max-width: 766px) and (min-width: 1200px) {
  .p-gNav__box {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 766px) {
  .p-gNav__wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 580px;
    max-width: 90vw;
    height: 100vh;
    overflow: auto;
    background: #333;
    z-index: 1000;
    padding: calc(6em) 0 1em;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
  }
  .active .p-gNav__wrap {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .p-gNav__list {
    border-top: #fff 1px dotted;
  }
  .p-gNav__item {
    border-bottom: #fff 1px dotted;
  }
  .p-gNav__item {
    font-size: calc(1.2rem + (1vw - 0.32rem) * (0.2275312856));
  }
}
@media only screen and (max-width: 766px) and (min-width: 1200px) {
  .p-gNav__item {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 766px) {
  .p-gNav__link {
    display: block;
    padding: 1em;
    text-decoration: none;
    color: #fff;
  }
  .p-gNav__link:hover {
    background: #666;
  }
  .p-gNav__link.current {
    background: #48b1f3;
  }
  .p-gNav__title {
    font-size: 144%;
    line-height: 1.5;
    margin-bottom: 0.5rem;
    font-weight: normal;
  }
  .p-gNav__title--pc {
    display: none;
  }
  .p-gNav__description {
    line-height: 1.5;
  }
}
@media only screen and (min-width: 766px) {
  .p-gNav {
    margin: auto;
    max-width: 1800px;
  }
  .p-gNav__box {
    width: 100%;
  }
  .p-gNav__list {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: calc(var(--gap) * 2);
  }
  .p-gNav__item--nopc {
    display: none;
  }
  .p-gNav__item:not(:last-child) {
    -webkit-border-end: var(--bgc) 1px solid;
            border-inline-end: var(--bgc) 1px solid;
  }
  .p-gNav__link {
    display: block;
    padding: 1em 1em;
    text-decoration: none;
    text-align: center;
    color: var(--bgc);
  }
  .p-gNav__link {
    font-size: calc(1rem + (1vw - 0.32rem) * (0));
  }
}
@media only screen and (min-width: 766px) and (min-width: 1200px) {
  .p-gNav__link {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 766px) {
  .p-gNav__link:hover {
    background: #48b1f3;
    color: #000;
  }
  .p-gNav__link.current {
    background: #156292;
    color: #ffffff;
  }
  .p-gNav__title {
    font-size: 144%;
    line-height: 1.5;
    font-weight: normal;
  }
  .p-gNav__title--sp {
    display: none;
  }
  .p-gNav__description {
    display: none;
  }
}

.p-gNav__trigger__wrap {
  cursor: pointer;
  background: #48b1f3;
  padding: 1em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-right: 0;
  margin-left: 1rem;
  position: relative;
  z-index: 10000;
}
.p-gNav__trigger__wrap {
  font-size: calc(1.2rem + (1vw - 0.32rem) * (0.2275312856));
}
@media only screen and (min-width: 1200px) {
  .p-gNav__trigger__wrap {
    font-size: 1.4rem;
  }
}
.p-gNav__trigger__bars, .p-gNav__trigger__bar {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.p-gNav__trigger__bars {
  position: relative;
  width: 100%;
  height: calc(2em + 4px);
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.p-gNav__trigger__bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
}
.p-gNav__trigger__bar:nth-of-type(1) {
  top: 0;
  -webkit-animation: menu-bar01 0.75s forwards;
          animation: menu-bar01 0.75s forwards;
}
@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(1em) rotate(45deg);
            transform: translateY(1em) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(1em) rotate(0);
            transform: translateY(1em) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(1em) rotate(45deg);
            transform: translateY(1em) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(1em) rotate(0);
            transform: translateY(1em) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
.p-gNav__trigger__bar:nth-of-type(2) {
  top: 1em;
  -webkit-transition: all 0.25s 0.25s;
  transition: all 0.25s 0.25s;
  opacity: 1;
}
.p-gNav__trigger__bar:nth-of-type(3) {
  bottom: 0;
  -webkit-animation: menu-bar02 0.75s forwards;
          animation: menu-bar02 0.75s forwards;
}
@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-1em) rotate(-45deg);
            transform: translateY(-1em) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-1em) rotate(0);
            transform: translateY(-1em) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-1em) rotate(-45deg);
            transform: translateY(-1em) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-1em) rotate(0);
            transform: translateY(-1em) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
.p-gNav__trigger__text {
  display: block;
  width: 50px;
  text-align: center;
  margin-top: 0.5em;
  color: #000;
}
.active .p-gNav__trigger__bars .p-gNav__trigger__bar:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.75s forwards;
          animation: active-menu-bar01 0.75s forwards;
}
@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(1em) rotate(0);
            transform: translateY(1em) rotate(0);
  }
  100% {
    -webkit-transform: translateY(1em) rotate(45deg);
            transform: translateY(1em) rotate(45deg);
  }
}
@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(1em) rotate(0);
            transform: translateY(1em) rotate(0);
  }
  100% {
    -webkit-transform: translateY(1em) rotate(45deg);
            transform: translateY(1em) rotate(45deg);
  }
}
.active .p-gNav__trigger__bars .p-gNav__trigger__bar:nth-of-type(2) {
  opacity: 0;
}
.active .p-gNav__trigger__bars .p-gNav__trigger__bar:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 0.75s forwards;
          animation: active-menu-bar03 0.75s forwards;
}
@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-1em) rotate(0);
            transform: translateY(-1em) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-1em) rotate(-45deg);
            transform: translateY(-1em) rotate(-45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-1em) rotate(0);
            transform: translateY(-1em) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-1em) rotate(-45deg);
            transform: translateY(-1em) rotate(-45deg);
  }
}

.p-mainvisual__wrap {
  height: 90dvh;
}
.p-mainvisual__list {
  width: 100vw;
  height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.p-mainvisual__item {
  position: relative;
  container-type: size;
  height: 100%;
  list-style: none;
}
@media only screen and (max-width: 766px) {
  .p-mainvisual__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 3fr 2fr;
    -ms-grid-columns: 1fr;
        grid-template: "textfig" 3fr "link" 2fr/1fr;
  }
}
.p-mainvisual__link {
  --_size: 33.3cqi;
  --_mxsize: 50cqb;
  position: absolute;
  display: block;
  inset: 0;
  margin: auto;
  background: #333;
  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;
  width: var(--_size);
  height: var(--_size);
  max-width: var(--_mxsize);
  max-height: var(--_mxsize);
  rotate: 45deg;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.p-mainvisual__link--support {
  background: rgba(115, 168, 96, 0.9490196078);
}
.p-mainvisual__link--translation {
  background: rgba(0, 0, 0, 0.7803921569);
}
.p-mainvisual__link:hover {
  --_size: 50cqi;
}
@media only screen and (max-width: 766px) {
  .p-mainvisual__link {
    --_size: 60cqi;
    --_mxsize: 60cqb;
    position: static;
    grid-area: link;
  }
}
.p-mainvisual__crossbgwrap, .p-mainvisual__bgwrap {
  position: absolute;
  inset: 0;
}
.p-mainvisual__crossbgwrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 419px) {
  .p-mainvisual__crossbgwrap {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-mainvisual__fig--crossbgfig {
  position: relative;
}
@media only screen and (max-width: 419px) {
  .p-mainvisual__fig--crossbgfig {
    display: none;
  }
}
.p-mainvisual__fig--crossbgfig, .p-mainvisual__fig--bgfig {
  height: 100%;
}
.p-mainvisual__fig--bgfig-support {
  display: none;
}
@media only screen and (max-width: 419px) {
  .p-mainvisual__fig--bgfig-support {
    display: block;
  }
}
.p-mainvisual__fig--iconfig {
  width: 80%;
}
@media only screen and (max-width: 766px) {
  .p-mainvisual__fig--iconfig {
    width: 100%;
  }
}
.p-mainvisual__fig--textfig {
  position: absolute;
  right: 10cqi;
  top: min(10cqi, 10cqb);
}
@media only screen and (max-width: 766px) {
  .p-mainvisual__fig--textfig {
    grid-area: textfig;
    position: static;
    display: -ms-grid;
    display: grid;
    place-content: center;
    container-type: size;
  }
}
@media only screen and (max-width: 766px){
  .p-mainvisual__link {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-mainvisual__fig--textfig {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.p-mainvisual__img--crossbgimg {
  position: absolute;
  inset: 0;
}
.p-mainvisual__img--crossbgimg, .p-mainvisual__img--bgimg {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 20%;
     object-position: 50% 20%;
}
@media only screen and (max-width: 419px) {
  .p-mainvisual__img--crossbgimg, .p-mainvisual__img--bgimg {
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}
.p-mainvisual__img--textimg {
  width: 10cqi;
  max-height: 80cqb;
}
@media only screen and (max-width: 766px) {
  .p-mainvisual__img--textimg {
    position: relative;
    z-index: 1000;
    width: 100%;
    max-height: 80cqb;
  }
}
.p-pageTitle__box {
  clear: both;
  background: rgba(0, 0, 0, 0.7);
  height: 25vh;
  padding: 2.5em 0;
  max-height: 8em;
  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__box {
  font-size: calc(1.6rem + (1vw - 0.32rem) * (0.9101251422));
}
@media only screen and (min-width: 1200px) {
  .p-pageTitle__box {
    font-size: 2.4rem;
  }
}
.p-pageTitle__title {
  text-align: center;
  font-size: 150%;
  line-height: 1.5;
  color: #fff;
  position: relative;
  z-index: 1;
}
.p-pageTitle__title--event {
  font-size: 100%;
}
.p-pageTitle__fig {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  z-index: -1;
}
.p-main__wrap--contact {
  -webkit-margin-before: calc(var(--gap) * 2);
          margin-block-start: calc(var(--gap) * 2);
  background: url("../img/bk_contact_pc.jpg") 50% 50% no-repeat;
  background-size: cover;
}

.p-mainmessage {
  padding: calc(var(--gap) * 4) calc(var(--gap) * 1);
  font-size: var(--font-l);
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  line-height: 2.2;
}

.p-pagetopanchor__box {
  position: sticky;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  bottom: -2em;
}
.p-pagetopanchor__box {
  font-size: calc(1.2rem + (1vw - 0.32rem) * (0.2275312856));
}
@media only screen and (min-width: 1200px) {
  .p-pagetopanchor__box {
    font-size: 1.4rem;
  }
}
.p-pagetopanchor__box.pcactive {
  bottom: 0;
}
.p-pagetopanchor__btn {
  display: block;
  background: #999;
  color: #000;
  padding: 0.5em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}
.p-pagetopanchor__btn:hover {
  opacity: 0.6;
}

.p-sitefooter__wrap {
  padding: calc(var(--gap) * 2) var(--gap);
}
.p-sitefooter__address {
  color: var(--bgc);
  opacity: 0.5;
  text-align: center;
  font-size: var(--font-xs);
}

.p-sitefooter_info__wrap {
  text-align: center;
}
.p-sitefooter_info__name {
  font-size: var(--font-m);
  line-height: 1.3;
  -webkit-margin-after: 0.5em;
          margin-block-end: 0.5em;
}
.p-sitefooter_info__name {
  font-size: calc(1.6rem + (1vw - 0.32rem) * (0.9101251422));
}
@media only screen and (min-width: 1200px) {
  .p-sitefooter_info__name {
    font-size: 2.4rem;
  }
}
.p-sitefooter_info__address {
  font-size: var(--font-xs);
  line-height: 1.5;
}
.p-sitefooter_info__address {
  font-size: calc(1.2rem + (1vw - 0.32rem) * (0.2275312856));
}
@media only screen and (min-width: 1200px) {
  .p-sitefooter_info__address {
    font-size: 1.4rem;
  }
}
.p-sitefooter_info__tel {
  text-decoration: none;
}
.p-sitefooter_info__tel:hover {
  text-decoration: underline;
}

.p-fNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-fNav__item:not(:last-child) {
  border-right: 1px solid var(--bgc);
}
.p-fNav__link {
  display: block;
  padding: 0 1em;
  font-size: var(--font-s);
  color: var(--bgc);
  text-decoration: none;
}
.p-fNav__link:hover {
  text-decoration: underline;
}
/* 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 .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: #fff !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: #fff !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: #48b1f3;
}