@charset "UTF-8";
/* ================================
Reset
================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  word-break: break-all;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dd {
  margin-left: 0;
}

a {
  display: inline-block;
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  word-wrap: break-word;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

picture {
  display: block;
  width: 100%;
  height: 100%;
}

img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ================================
Base
================================ */
html {
  font-size: clamp(14px, 1.4vw, 20px);
  scroll-behavior: smooth;
  scroll-padding-top: 7.3rem;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 4vw;
    scroll-padding-top: 4.3rem;
  }
}

body {
  font-family: "Zen Maru Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #0C0C0C;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

* img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ================================
Container
================================ */
/* root container */
.l-wrapper {
  overflow-x: clip;
}

/* main container */
.l-content-container {
  position: relative;
}

/* container */
.l-container {
  width: calc(100% - 8vw);
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
}
.l-container.-sm {
  max-width: 1240px;
}
/* ================================
Header
================================ */
.l-header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - min(8.3vw, 160px));
  height: min(7.6vw, 145px);
  border-radius: 0 0 min(2.6vw, 50px) min(2.6vw, 50px);
  background-color: #FFFCF4;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.l-header__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 0 min(1vw, 20px);
  padding: 0 min(2.6vw, 50px);
}
.l-header__logo {
  position: relative;
  z-index: 1000;
  width: min(29.9vw, 575px);
  aspect-ratio: 576/41;
  margin: 0 auto 0 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.l-header__logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
.l-header__logo:hover {
  opacity: 0.7;
}
.l-header__toggle {
  display: none;
}
@media screen and (max-width: 1480px) {
  .l-header__logo {
    width: min(24vw, 575px);
  }
}
@media screen and (max-width: 1024px) {
  .l-header {
    width: calc(100% - 1rem);
    height: 4.3rem;
    border-radius: 0 0 1.7rem 1.7rem;
  }
  .l-header__inner {
    padding: 0 1.3rem;
  }
  .l-header__logo {
    width: 17.2rem;
  }
  .l-header__toggle {
    display: block;
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    z-index: 1000;
    width: 2.3rem;
    height: 100%;
    cursor: pointer;
  }
  .l-header__toggle span {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 0.2rem;
    background-color: #0C0C0C;
    border-radius: 0.1rem;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .l-header__toggle span:nth-of-type(1) {
    top: 1rem;
  }
  .l-header__toggle span:nth-of-type(2) {
    top: 2rem;
  }
  .l-header__toggle::after {
    content: "menu";
    position: absolute;
    bottom: 0.7rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
    white-space: nowrap;
  }
  .l-header__toggle.is-active span:nth-of-type(1) {
    -webkit-transform: translateY(0.5rem) rotate(30deg);
            transform: translateY(0.5rem) rotate(30deg);
  }
  .l-header__toggle.is-active span:nth-of-type(2) {
    -webkit-transform: translateY(-0.5rem) rotate(-30deg);
            transform: translateY(-0.5rem) rotate(-30deg);
  }
}

.l-header-drawer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.3rem 0;
}
.l-header-drawer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header-drawer__menu-item {
  position: relative;
  font-size: clamp(14px, 1.2vw, 23px);
}
.l-header-drawer__menu-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5em;
  padding: 0 1em;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.l-header-drawer__menu-item a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 1025px) {
  .l-header-drawer__menu-item a::before {
    content: "";
    display: inline-block;
    height: 1em;
    aspect-ratio: 1/1;
  }
  .l-header-drawer__menu-item:first-of-type a {
    padding-left: 0;
  }
  .l-header-drawer__menu-item:last-of-type a {
    padding-right: 0;
  }
  .l-header-drawer__menu-item:not(:last-of-type)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: inline-block;
    width: 1px;
    height: 1.5rem;
    background-color: #848484;
  }
  .l-header-drawer__menu-item.-about a::before {
    background: url(../img/cmn/about_ico_yl.svg) no-repeat center center/contain;
  }
  .l-header-drawer__menu-item.-news a::before {
    background: url(../img/cmn/news_ico_yl.svg) no-repeat center center/contain;
  }
  .l-header-drawer__menu-item.-facility a::before {
    background: url(../img/cmn/facility_ico_yl.svg) no-repeat center center/contain;
  }
  .l-header-drawer__menu-item.-people a::before {
    background: url(../img/cmn/people_ico_yl.svg) no-repeat center center/contain;
  }
  .l-header-drawer__cta.c-cta {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .l-header-drawer {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 500;
    top: 0;
    right: -0.5rem;
    width: calc(100% + 1rem);
    max-width: 768px;
    height: 100svh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #FFFCF4;
    padding: 7.3rem 1.3rem;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    container-type: inline-size;
  }
  .l-header-drawer.is-active {
    visibility: visible;
    opacity: 1;
  }
  .l-header-drawer__menu {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .l-header-drawer__menu-item {
    border-bottom: 0.1rem solid #d9ccb6;
  }
  .l-header-drawer__menu-item a {
    font-size: 1.3rem;
    padding: 2rem 0;
  }
}

/* ================================
Footer
================================ */
.l-footer {
  background-color: #FFC529;
  padding: 2.3rem 0;
}
.l-footer__body {
  max-width: 1640px;
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem 2rem;
  grid-template-areas: "office nav" "cta cta";
  grid-template-columns: 31% 1fr;
  container-type: inline-size;
}
@media screen and (max-width: 1024px) {
  .l-footer {
    padding: 4rem 0;
  }
  .l-footer__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 1.7rem 1rem 5.3rem;
  }
  .l-footer__body {
    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;
    gap: 3.3rem 0;
  }
}

.l-footer-office {
  grid-area: office;
}
.l-footer-office__logo {
  max-width: 25.5rem;
  width: 100%;
  aspect-ratio: 576/41;
}
.l-footer-office__logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .l-footer-office {
    display: none;
  }
}

.l-footer-nav {
  grid-area: nav;
}
.l-footer-nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footer-nav__menu-item {
  position: relative;
  font-size: clamp(14px, 1.2vw, 23px);
  line-height: 1.2;
}
.l-footer-nav__menu-item a {
  display: block;
  text-align: center;
  padding: 0 2em;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.l-footer-nav__menu-item a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 769px) {
  .l-footer-nav__menu-item:not(:last-of-type)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    width: 1px;
    height: 1.5rem;
    background-color: #0C0C0C;
  }
  .l-footer-nav__menu-item:first-of-type a {
    padding-left: 0;
  }
  .l-footer-nav__menu-item:last-of-type a {
    padding-right: 0;
  }
}
@media screen and (max-width: 1480px) {
  .l-footer-nav__menu-item a {
    padding: 0 1em;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-nav {
    width: 100%;
  }
  .l-footer-nav__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .l-footer-nav__menu-item {
    font-size: 1.3rem;
    border-bottom: 0.1rem solid #0C0C0C;
  }
  .l-footer-nav__menu-item a {
    padding: 1.7rem 0;
  }
}

.l-footer-cta {
  grid-area: cta;
}
.l-footer-cta__logo {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-footer-cta__logo {
    display: block;
    width: 100%;
    margin: 2.3rem 0 0.7rem;
  }
}

/* ================================
Common module
================================ */
/* heading */
.c-balloon-heading {
  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;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  margin: 0 0 3.2rem;
}
.c-balloon-heading::before {
  content: "";
  display: block;
  width: 3.5rem;
  aspect-ratio: 69/77;
}
.c-balloon-heading__text {
  position: relative;
  padding: 0 0 1.5rem;
}
.c-balloon-heading__text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 8rem;
  height: 0.3rem;
  background: url(../img/cmn/heading_border.png) no-repeat center center/contain;
}
.c-balloon-heading.-news::before {
  background: url(../img/cmn/news_balloon.png) no-repeat center center/contain;
}
.c-balloon-heading.-facility::before {
  background: url(../img/cmn/facility_balloon.png) no-repeat center center/contain;
}
.c-balloon-heading.-banner::before {
  background: url(../img/cmn/banner_balloon.png) no-repeat center center/contain;
}
.c-balloon-heading.-about::before {
  background: url(../img/cmn/about_balloon.png) no-repeat center center/contain;
}
.c-balloon-heading.-people::before {
  background: url(../img/cmn/people_balloon.png) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .c-balloon-heading {
    font-size: 1.7rem;
  }
  .c-balloon-heading::before {
    width: 4.8rem;
    margin: 0 0 0.3rem;
  }
  .c-balloon-heading__text {
    padding: 0 0 1.2rem;
  }
}

.c-bg-heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  border-radius: 9999px;
  text-align: center;
  background-color: #FFD668;
  padding: 0.25em 3.5em;
  margin: 0 auto 1em;
}
@media screen and (max-width: 768px) {
  .c-bg-heading {
    font-size: 1.3rem;
  }
}

.c-ico-heading {
  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;
  gap: 0 0.25em;
  font-size: 1.7rem;
  font-weight: 500;
}
.c-ico-heading::before {
  content: "";
  display: inline-block;
  height: 1em;
  aspect-ratio: 1/1;
}
.c-ico-heading.-pin::before {
  background: url(../img/cmn/pin_ico_yl.svg) no-repeat center center/contain;
}
.c-ico-heading.-heart::before {
  background: url(../img/cmn/heart_ico_yl.svg) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .c-ico-heading {
    font-size: 1.3rem;
  }
  .c-ico-heading::before {
    height: 1.5897435897em;
  }
}

.c-dot-heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5em;
  font-size: 1.1rem;
  font-weight: 500;
}
.c-dot-heading::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 0.8571428571em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 2px solid #FFC529;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .c-dot-heading {
    font-size: 1rem;
  }
  .c-dot-heading::before {
    border-width: 0.1rem;
  }
}

/*sentence*/
.c-sentence {
  line-height: 1.8;
}
.c-sentence + .c-sentence {
  margin-top: 1.8em;
}
.c-sentence + .c-btn__wrap {
  margin-top: 1.8rem;
}
@media screen and (max-width: 768px) {
  .c-sentence + .c-btn__wrap {
    margin-top: 1.3rem;
  }
}
.c-sentence.-center_only_desktop {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-sentence.-center_only_desktop {
    text-align: left;
  }
}

.c-underline-link {
  color: #0097F7;
  text-decoration: underline;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.c-underline-link:hover {
  opacity: 0.7;
}

/* button */
.c-btn {
  min-width: 12rem;
  min-height: 2.8rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5em;
  font-size: 1.1rem;
  line-height: 1.2;
  text-align: center;
  padding: 0.75em 2em;
  border-radius: 9999px;
  background-color: #fff;
  border: 1px solid #5F5F5F;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.c-btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .c-btn {
    min-width: initial;
    max-width: 21rem;
    width: 100%;
    min-height: 3.3rem;
    font-size: 1.3rem;
    padding: 0.5em 1em;
  }
}
.c-btn.-lg {
  font-size: 1.2rem;
  border: 2px solid #FFC529;
}
@media screen and (max-width: 768px) {
  .c-btn.-lg {
    font-size: 1.3rem;
    border-width: 0.1rem;
  }
}

.c-btn__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
.c-btn__wrap + .c-sentence {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .c-btn__wrap {
    gap: 0.5rem 0.5rem;
  }
}
.c-btn__wrap.-left {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.c-btn__wrap.-right {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.c-btn__wrap.-vertical_only_desktop {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .c-btn__wrap.-vertical_only_desktop {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.c-btn__wrap.-right_only_desktop {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
@media screen and (max-width: 768px) {
  .c-btn__wrap.-right_only_desktop {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-btn__wrap.-left_only_desktop {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
@media screen and (max-width: 768px) {
  .c-btn__wrap.-left_only_desktop {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .c-btn__wrap.-left_only_mobile {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

/* table */
.c-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0.3rem 0.3rem;
}
.c-table thead th {
  height: 3rem;
  background-color: #FFC529;
  font-size: 1.1rem;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  border-radius: 0.5rem;
  padding: 0.5rem;
}
.c-table tbody td {
  height: 3rem;
  font-size: 1rem;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 0.5rem;
  border: 1px solid #FFC529;
  padding: 0.5rem;
}
.c-table tbody td a {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.c-table tbody td a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .c-table thead th {
    font-size: 1.1rem;
  }
  .c-table tbody td {
    font-size: 1rem;
  }
  .c-table__wrap {
    overflow-x: auto;
  }
}

/* pager */
.c-pager__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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
.c-pager__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3rem;
  height: 3rem;
  font-size: 1.2rem;
  text-align: center;
  border: 1px solid #5F5F5F;
  background-color: #fff;
  border-radius: 9999px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.c-pager__item.current {
  background-color: #FFC529;
}
.c-pager__item.prev::before {
  content: "＜";
  font-size: 0.6rem;
}
.c-pager__item.next::after {
  content: "＞";
  font-size: 0.6rem;
}
.c-pager__item:hover {
  opacity: 0.7;
}
.c-pager .screen-reader-text {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-pager__item {
    width: 3.3rem;
    height: 3.3rem;
  }
}

/* object */
.c-cloud-object01 {
  display: inline-block;
  width: 6.4rem;
  aspect-ratio: 128/82;
  background: url(../img/cmn/cloud_object01.png) no-repeat center center/contain;
}

.c-cloud-object02 {
  display: inline-block;
  width: 3.7rem;
  aspect-ratio: 75/58;
  background: url(../img/cmn/cloud_object02.png) no-repeat center center/contain;
}

/* breadcrumbs */
.c-breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: auto;
}
.c-breadcrumbs__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9rem;
  white-space: nowrap;
}
.c-breadcrumbs__item a {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.c-breadcrumbs__item a:hover {
  opacity: 0.7;
}
.c-breadcrumbs__item:not(:last-of-type)::after {
  content: "＞";
  display: inline-block;
  margin: 0 0.5em;
}
.c-breadcrumbs__item.-home::before {
  content: "";
  display: inline-block;
  width: 0.9rem;
  aspect-ratio: 1/1;
  background: url(../img/cmn/home_ico.svg) no-repeat center center/contain;
  margin: 0 0.5em 0 0;
}

/* form */
.c-search-box {
  position: relative;
}
.c-search-box::after {
  content: "＞";
  position: absolute;
  top: 50%;
  right: 1.8rem;
  font-size: 0.5454545455em;
  font-weight: 900;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.c-search-box__select {
  width: 100%;
  height: 100%;
  font-size: 1.1rem;
  background-color: #fff;
  border-radius: 9999px;
  border: 1px solid #5F5F5F;
  padding: 0.8rem 2.3rem;
}

/* people card */
.c-people-card {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.c-people-card__thumb-wrap {
  position: relative;
  aspect-ratio: 423/320;
  border: 0.3rem solid #fff;
  border-radius: 1rem;
  overflow: hidden;
}
.c-people-card__thumb {
  width: 100%;
  height: 100%;
}
.c-people-card__title-wrap {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: calc(100% - 2rem);
  height: 4.42rem;
  overflow: hidden;
}
.c-people-card__title {
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #FFC529;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.7;
  background-color: #fff;
  padding: 0 0.4rem;
}
.c-people-card__name {
  font-size: 1.3rem;
  text-align: right;
  padding: 0.5rem 1rem 0;
}
.c-people-card:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .c-people-card__thumb-wrap {
    border-width: 0.3rem;
    border-radius: 0.7rem;
  }
  .c-people-card__title-wrap {
    height: 3.74rem;
  }
  .c-people-card__title {
    font-size: 1.1rem;
  }
  .c-people-card__name {
    font-size: 1rem;
  }
}

.c-people-card__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 1rem;
}
.c-people-card__wrap .c-people-card {
  width: calc((100% - 2rem) / 3);
}
@media screen and (max-width: 768px) {
  .c-people-card__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem 0;
  }
  .c-people-card__wrap .c-people-card {
    width: 100%;
  }
}

/* facility card */
.c-facility-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem 1.5rem;
  border-radius: 1.5rem;
  background-color: #fff;
  padding: 1.8rem 1.5rem;
}
.c-facility-card__thumb {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 47.5%;
  border-radius: 1rem;
  overflow: hidden;
}
.c-facility-card__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-facility-card__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.25em;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  border-bottom: 2px solid #848484;
  padding: 0 0 0.5rem 0.25em;
  margin: 0 0 1.5rem 0;
}
.c-facility-card__title::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 2px solid #FFC529;
}
.c-facility-card__table-wrap {
  margin: -0.8rem -0.8rem;
}
.c-facility-card__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1.5rem 0.8rem;
}
.c-facility-card__table th {
  vertical-align: top;
}
.c-facility-card__table th .-label {
  display: inline-block;
  width: 100%;
  background-color: #ffe59e;
  border-radius: 9999px;
  text-align: center;
  font-weight: 500;
  white-space: nowrap;
  padding: 0 1rem;
}
.c-facility-card__table td .-category:not(:last-of-type)::after {
  content: "/";
  margin: 0 0 0 0.25em;
}
.c-facility-card:not(:last-of-type) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .c-facility-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 1rem;
    border-radius: 0.7rem;
  }
  .c-facility-card__title {
    font-size: 1.3rem;
    border-bottom-width: 0.1rem;
    margin: 0 0 1rem;
  }
  .c-facility-card__title::before {
    border-width: 0.1rem;
  }
  .c-facility-card__thumb {
    width: 100%;
    border-radius: 0.7rem;
  }
  .c-facility-card__table-wrap {
    margin: -0.5rem -0.5rem;
  }
  .c-facility-card__table {
    border-spacing: 1rem 0.5rem;
  }
}

/* news card */
.c-news-card {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.c-news-card__thumb {
  width: 100%;
  aspect-ratio: 360/273;
  border-radius: 1rem;
  overflow: hidden;
}
.c-news-card__content {
  padding: 0.7rem 1rem 0;
}
.c-news-card__date {
  display: block;
  font-size: 1rem;
}
.c-news-card__title {
  font-size: 1rem;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.c-news-card:hover {
  opacity: 0.7;
}

.c-news-card__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4.3rem 0.8rem;
}
.c-news-card__wrap .c-news-card {
  width: calc((100% - 2.4rem) / 4);
}
@media screen and (max-width: 768px) {
  .c-news-card__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem 0;
  }
  .c-news-card__wrap .c-news-card {
    width: 100%;
  }
}

/* facility map */
.c-facility-map {
  width: 100%;
  height: 100%;
}
.c-facility-map__link {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.c-facility-map__link:hover {
  opacity: 0.7;
}

/* banner area */
.c-banner-area {
  position: relative;
  background-color: #FFF3D2;
  padding: 2rem 0 7rem;
}
.c-banner-area__body {
  max-width: 1570px;
  background-color: #fff;
  border-radius: 3rem;
  padding: 0 3rem 3rem;
}
.c-banner-area__heading {
  -webkit-transform: translateY(-1.9rem);
          transform: translateY(-1.9rem);
  margin: 0 0 0.5rem;
}
.c-banner-area__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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem 2rem;
}
.c-banner-area__item {
  width: calc((100% - 4rem) / 3);
  border-radius: 1.5rem;
  border: 1px solid #5F5F5F;
  overflow: hidden;
}
.c-banner-area__item img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .c-banner-area {
    padding: 3rem 0 5.3rem;
  }
  .c-banner-area__body {
    border-radius: 1rem;
  }
  .c-banner-area__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-banner-area__item {
    width: 100%;
    border-radius: 0.7rem;
  }
}

/* CTA */
.c-cta {
  display: grid;
  grid-template-areas: "heading ." "body sns";
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 0.5rem 0;
}
.c-cta__heading {
  grid-area: heading;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(14px, 1.2vw, 23px);
  font-weight: 500;
  border-radius: 9999px;
  padding: 0 1.5rem;
  border: 2px solid #0C0C0C;
}
.c-cta__body {
  grid-area: body;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.8rem 0;
}
.c-cta__address {
  position: relative;
  font-size: clamp(14px, 1.2vw, 23px);
}
.c-cta__tel {
  position: relative;
  font-size: clamp(14px, 1.2vw, 23px);
}
.c-cta__sns {
  grid-area: sns;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
}
.c-cta__sns-item {
  width: 2.4rem;
  aspect-ratio: 1/1;
}
@container (min-width: 769px) {
  .c-cta__address {
    padding: 0 1.5rem 0 0;
    margin: 0 1.5rem 0 0;
  }
  .c-cta__address::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    width: 1px;
    height: 1.5rem;
    background-color: #0C0C0C;
  }
  .c-cta__tel {
    padding: 0 1.5rem 0 0;
    margin: 0 1.5rem 0 0;
  }
  .c-cta__tel::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    width: 1px;
    height: 1.5rem;
    background-color: #0C0C0C;
  }
}
@container (max-width: 768px) {
  .c-cta {
    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;
    gap: 1rem 0;
  }
  .c-cta__heading {
    font-size: 1.3rem;
    border-width: 0.1rem;
    padding: 0.3rem 2rem;
  }
  .c-cta__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .c-cta__address {
    font-size: 1rem;
  }
  .c-cta__tel {
    font-size: 1.7rem;
  }
  .c-cta__sns {
    gap: 0 4.7rem;
    margin: 0 0 2rem;
  }
  .c-cta__sns-item {
    width: 4.5rem;
  }
}

/* ================================
Top
================================ */
.p-top-news {
  position: relative;
  z-index: 0;
  padding: 0 0 calc(6.3vw + 4.8rem);
  margin: 6.8vw 0 0;
}
.p-top-news::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -6.8vw;
  left: 0;
  display: block;
  width: 100%;
  aspect-ratio: 1920/1090;
  background: url(../img/cmn/wave_bg.png) no-repeat top center/cover;
}
.p-top-news::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 46.9vw;
  left: 0;
  width: 100%;
  height: calc(100% - 44.3vw);
  background-color: #FFF3D2;
}
.p-top-news__tab-area {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.5rem;
  overflow-x: auto;
  padding: 0 4rem;
  border-bottom: 3px solid #FFC529;
  margin: 0 auto 3rem;
}
.p-top-news__tab {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.1rem;
  padding: 0.8rem 1.5rem;
  border-radius: 1.5rem 1.5rem 0 0;
}
.p-top-news__tab.is-active {
  background-color: #FFC529;
}
.p-top-news__list-area {
  margin: 0 0 4.3rem;
}
.p-top-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.8rem;
  opacity: 0;
  visibility: hidden;
  height: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.p-top-news__list.is-active {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.p-top-news__card {
  width: calc((100% - 2.1rem) / 4);
}
@media screen and (max-width: 768px) {
  .p-top-news {
    padding: 0 0 6.7rem;
  }
  .p-top-news::before {
    top: 0;
    background: url(../img/cmn/wave_bg_sp.png) no-repeat top center/cover;
  }
  .p-top-news::after {
    top: 42.7vw;
    height: calc(100% - 42.7vw);
  }
  .p-top-news__tab-area {
    gap: 0 0.5rem;
    padding: 0;
    margin: 0 0 2rem;
  }
  .p-top-news__tab {
    font-size: 1rem;
    padding: 0.5em 1em;
    border-radius: 1rem 1rem 0 0;
  }
  .p-top-news__list-area {
    margin: 0 0 2rem;
  }
  .p-top-news__list {
    width: calc(100% - 2rem);
    -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;
    gap: 1.5rem 0;
    margin: 0 auto;
  }
  .p-top-news__card {
    width: 100%;
  }
}

.p-top-about {
  position: relative;
  z-index: 1;
  background: url(../img/top/about_bg.png) no-repeat top center/cover;
  padding: 8rem 0 4rem;
  margin: -6.3vw 0 0;
}
.p-top-about__content {
  max-width: 740px;
  padding: 0 0 0 6.5rem;
  margin: 0 0 0 auto;
}
.p-top-about__illust {
  width: 26.4rem;
  margin: 0 auto 1.7rem;
}
.p-top-about__heading {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  margin: 0 0 1.2rem;
}
@media screen and (max-width: 1480px) {
  .p-top-about__content {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-top-about {
    background: url(../img/top/about_bg_sp.png) no-repeat top center/cover;
    padding: 13.5rem 0 6.7rem;
    margin: -2rem 0 0;
  }
  .p-top-about__content {
    width: 100%;
  }
  .p-top-about__illust {
    width: 100%;
    aspect-ratio: 687/360;
    margin: 0 0.5rem 0.8rem 0;
  }
  .p-top-about__heading {
    font-size: 1.6rem;
    margin: 0 0 0.7rem;
  }
}

.p-top-facility {
  position: relative;
  z-index: 1;
  padding: 8rem 0 0;
}
.p-top-facility::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffde7b;
}
.p-top-facility__header {
  position: relative;
  z-index: 1;
  margin: 0 0 -9rem;
}
.p-top-facility__object01 {
  position: absolute;
  top: -1rem;
  left: calc(50% - 7.9rem);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-top-facility__object02 {
  position: absolute;
  top: 1rem;
  left: calc(50% + 9.8rem);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-top-facility__body {
  position: relative;
  z-index: 0;
  width: calc(100% - min(8.3vw, 160px));
  background-color: #FFFCF4;
  border-radius: 4rem;
  padding: 10.8rem 0 4.5rem;
  margin: 0 auto;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .p-top-facility {
    padding: 0;
    margin: -2rem 0 0;
  }
  .p-top-facility::before {
    top: 2rem;
    height: calc(100% - 2rem);
  }
  .p-top-facility__header {
    margin: 0;
  }
  .p-top-facility__heading {
    margin: 0 0 1.7rem;
  }
  .p-top-facility__object01 {
    top: 0.7rem;
    left: 1.7rem;
    -webkit-transform: none;
            transform: none;
    width: 5.8rem;
  }
  .p-top-facility__object02 {
    top: 1.3rem;
    left: initial;
    right: 2.7rem;
    -webkit-transform: none;
            transform: none;
    width: 3rem;
  }
  .p-top-facility__body {
    border-radius: 1rem;
    padding: 1.7rem 0 3.7rem;
  }
}

.p-top-map {
  position: relative;
  z-index: 1;
  margin: 0 0 4.3rem;
}
.p-top-map::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -2.3rem;
  left: 0;
  display: block;
  width: 65.7vw;
  aspect-ratio: 1263/764;
  background: url(../img/top/map_bg.png) no-repeat center center/contain;
}
.p-top-map__map-wrap {
  position: relative;
  z-index: 0;
  max-width: 1130px;
  margin: -2.5rem 0 0 auto;
}
.p-top-map__map {
  width: 60.1063829787%;
  margin: 0 0 0 auto;
}
.p-top-map__state {
  position: absolute;
  z-index: -1;
  bottom: 4.1rem;
  left: 0;
  width: 69.5035460993%;
  font-size: 2rem;
  border-radius: 9999px;
  background-color: rgba(255, 214, 104, 0.9);
  padding: 1rem 4.5rem;
}
@media screen and (max-width: 768px) {
  .p-top-map {
    margin: 0 0 2.7rem;
  }
  .p-top-map::before {
    top: -1.7rem;
    width: 100%;
    aspect-ratio: 690/606;
    background: url(../img/top/map_bg_sp.png) no-repeat center center/contain;
  }
  .p-top-map__map-wrap {
    margin: 11.3rem auto 0;
  }
  .p-top-map__map {
    width: calc(100% + 1.7rem);
    margin: 0 -0.8rem;
  }
  .p-top-map__state {
    bottom: initial;
    top: 1rem;
    left: 0.5rem;
    width: 16rem;
    font-size: 1.3rem;
    padding: 0.7rem 3.3rem;
  }
}

.p-top-service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.7rem 1.5rem;
  margin: 2rem 0 0;
}
.p-top-service__item {
  position: relative;
  z-index: 0;
  width: calc((100% - 3rem) / 3);
  aspect-ratio: 423/320;
  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: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0.5rem solid #FFC529;
  border-radius: 1rem;
  overflow: hidden;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.p-top-service__item:hover {
  opacity: 0.7;
}
.p-top-service__img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-top-service__title {
  font-size: 1.2rem;
  font-weight: 500;
  white-space: nowrap;
  padding: 0.25em 1em;
  border-radius: 1rem 1rem 0 0;
  background-color: #FFC529;
}
@media screen and (max-width: 768px) {
  .p-top-service__list {
    max-width: 18.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 1.7rem auto 0;
  }
  .p-top-service__item {
    width: 100%;
    border: 0.3rem solid #FFC529;
    border-radius: 0.7rem;
  }
  .p-top-service__title {
    position: relative;
    width: 100%;
    font-size: 1.1rem;
    text-align: center;
    border-radius: 0;
  }
  .p-top-service__title::after {
    content: "＞";
    position: absolute;
    top: 50%;
    right: 1.3rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 0.8rem;
    padding: 0.5em 1em;
  }
}

.p-top-people {
  background-color: #ffde7b;
  padding: 4.5rem 0 3rem;
}
.p-top-people__heading.-people::before {
  width: 15.4rem;
  aspect-ratio: 308/246;
  background: url(../img/top/people_illust.png) no-repeat center center/contain;
  margin: 0 0 1rem;
}
.p-top-people__list {
  margin: 0 0 3rem;
}
@media screen and (max-width: 768px) {
  .p-top-people {
    padding: 4.3rem 0;
  }
  .p-top-people__list {
    width: calc(100% - 2rem);
    margin: 0 auto 3rem;
  }
}

/* ================================
Page
================================ */
.p-page-pagetop {
  position: absolute;
  z-index: 1;
  bottom: -0.4rem;
  right: min(9.1vw, 175px);
  width: 5.2rem;
  aspect-ratio: 1/1;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  outline: 1px solid #FFC529;
  outline-offset: -0.3rem;
}
.p-page-pagetop::before {
  content: "";
  display: inline-block;
  width: 2.1rem;
  aspect-ratio: 43/38;
  background: url(../img/cmn/pagetop_arrow.svg) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .p-page-pagetop {
    right: 1rem;
  }
}

.p-page-content {
  position: relative;
  z-index: 0;
  padding: 10.4vw 0 15rem;
}
.p-page-content::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -6.8vw;
  left: 0;
  display: block;
  width: 100%;
  aspect-ratio: 1920/1090;
  background: url(../img/cmn/wave_bg.png) no-repeat top center/cover;
}
.p-page-content::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 46.9vw;
  left: 0;
  width: 100%;
  height: calc(100% - 44.3vw);
  background-color: #FFF3D2;
}
@media screen and (max-width: 768px) {
  .p-page-content {
    padding: 5rem 0;
  }
  .p-page-content::before {
    background: url(../img/cmn/wave_bg_sp.png) no-repeat top center/cover;
  }
}

/* ================================
Post
================================ */
/* archive */
.p-post-archive__btn-wrap {
  margin: 6.5rem 0 0;
}
.p-post-archive__more-btn {
  width: 17rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-post-archive__more-btn::after {
  content: "＋";
  font-size: 1.2083333333em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-post-archive__btn-wrap {
    margin: 3.3rem 0 0;
  }
}

/* single */
.p-post-single__footer {
  margin: 4.5rem 0 0;
}
.p-post-single__btn {
  width: 17rem;
  height: 4rem;
  border: 2px solid #FFC529;
}
@media screen and (min-width: 769px) {
  .p-post-single__pager-list {
    gap: 0.5rem 4.5rem;
  }
  .p-post-single__btn.prev {
    position: relative;
  }
  .p-post-single__btn.prev::before {
    position: absolute;
    top: 50%;
    left: 1.5rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p-post-single__btn.next {
    position: relative;
  }
  .p-post-single__btn.next::after {
    position: absolute;
    top: 50%;
    right: 1.5rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .p-post-single__footer {
    margin: 4.3rem 0 0;
  }
  .p-post-single__btn {
    width: 10.7rem;
    height: 3.3rem;
    border-width: 0.1rem;
  }
  .p-post-single__btn.prev {
    width: 3.3rem;
  }
  .p-post-single__btn.next {
    width: 3.3rem;
  }
}

/* ================================
Facility
================================ */
.p-facility-search {
  width: calc(100% - 8vw);
  max-width: 1770px;
  padding: 0 0 4.5rem;
  margin: 0 auto 5.5rem;
  border-bottom: 3px solid #FFC529;
}
.p-facility-search__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem 6.5rem;
  margin: 2.8rem 0 0;
}
.p-facility-search__block {
  width: 22.8rem;
}
.p-facility-search__title {
  margin: 0 0 1.3rem;
}
.p-facility-search__action {
  margin: 2.5rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-facility-search {
    padding: 0 0 3.3rem;
    margin: 0 auto 3.3rem;
    border-bottom-width: 0.1rem;
  }
  .p-facility-search__body {
    margin: 2rem 0 0;
  }
  .p-facility-search__block {
    width: 100%;
  }
  .p-facility-search__title {
    margin: 0 0 0.5rem;
  }
}

.p-facility-side__block:not(:last-of-type) {
  margin-bottom: 2.5rem;
}
.p-facility-side__heading {
  width: 100%;
  font-size: 1.3rem;
  padding: 0.25em 1em;
}
.p-facility-side__terms {
  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;
  gap: 0.5rem 0;
}
.p-facility-side__term {
  position: relative;
  width: calc(100% - 2rem);
  min-height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.1rem;
  line-height: 1.2;
  border: 1px solid #5F5F5F;
  border-radius: 9999px;
  padding: 0.5em 1.5em 0.5em 2em;
  background-color: #fff;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.p-facility-side__term::after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "＞";
  font-size: 0.5454545455em;
  font-weight: 900;
}
.p-facility-side__term:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .p-facility-side__term {
    min-height: 3.3rem;
  }
}

.p-facility-archive__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.3rem 2.3rem;
}
.p-facility-archive__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-facility-archive__sub {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 18rem;
}
.p-facility-archive__heading {
  font-size: 1.1rem;
  font-weight: 500;
  border-radius: 9999px;
  background-color: #fff;
  border: 3px solid #FFC529;
  padding: 0.75em 2em;
  margin: 0 0 1.5rem;
}
.p-facility-archive__footer {
  margin: 5rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-facility-archive__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-facility-archive__sub {
    width: 100%;
  }
  .p-facility-archive__heading {
    font-size: 1.1rem;
    padding: 0.75em 1em;
    border-width: 0.1rem;
  }
  .p-facility-archive__footer {
    margin: 2rem 0 0;
  }
}

/* ================================
People who support welfare
================================ */
.p-people-search {
  margin: 0 0 5rem;
}
.p-people-search__box {
  width: 28rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-people-search {
    margin: 0 0 3.3rem;
  }
  .p-people-search__box {
    width: 100%;
    max-width: 21rem;
  }
}

.p-people-article__header {
  display: grid;
  grid-template-areas: "catch-wrap thumb" "meta-wrap thumb";
  grid-template-columns: 1fr 25.8rem;
  gap: 1.3rem 2.5rem;
  margin: 0 0 4.5rem;
}
.p-people-article__catch-wrap {
  grid-area: catch-wrap;
  border-bottom: 2px solid #FFC529;
  padding: 0 0 1.3rem;
}
.p-people-article__catch {
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  background-color: #fff;
  padding: 0 0.3rem;
}
.p-people-article__catch .-yl {
  color: #FFC529;
}
.p-people-article__meta-wrap {
  grid-area: meta-wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-people-article__meta {
  position: relative;
  font-size: 1.3rem;
  line-height: 1;
  padding: 0 1em;
}
.p-people-article__meta:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 2px;
  height: 1em;
  background-color: #FFC529;
}
.p-people-article__meta:first-of-type {
  padding-left: 0;
}
.p-people-article__meta:last-of-type {
  padding-right: 0;
}
.p-people-article__thumb {
  grid-area: thumb;
  overflow: hidden;
  border-radius: 1rem;
}
.p-people-article__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.5rem 3.5rem;
}
.p-people-article__block.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-people-article__block:not(:last-of-type) {
  margin-bottom: 2.3rem;
}
.p-people-article__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-people-article__question {
  max-width: 100%;
  padding: 0.25em 3.3rem;
  margin: 0 0 1.3rem;
}
.p-people-article__answer {
  line-height: 1.8;
}
.p-people-article__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 33.8709677419%;
  border-radius: 1rem;
  overflow: hidden;
}
.p-people-article__btn-wrap {
  margin: 5.8rem 0 0;
}
.p-people-article__hp-btn::before {
  content: "";
  display: inline-block;
  height: 1em;
  aspect-ratio: 30/24;
  background: url(../img/cmn/facility_ico_yl.svg) no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .p-people-article__catch-wrap {
    -ms-flex-item-align: end;
        align-self: end;
  }
  .p-people-article__meta-wrap {
    -ms-flex-item-align: start;
        align-self: start;
  }
}
@media screen and (max-width: 768px) {
  .p-people-article__header {
    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: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 1rem 0;
    margin: 0 0 4.3rem;
  }
  .p-people-article__catch-wrap {
    padding: 0 0 1rem;
    border-bottom-width: 0.1rem;
  }
  .p-people-article__catch {
    font-size: 1.3rem;
  }
  .p-people-article__meta {
    font-size: 1rem;
  }
  .p-people-article__meta:not(:last-of-type)::after {
    width: 1px;
  }
  .p-people-article__block {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .p-people-article__question {
    width: 100%;
    text-align: left;
    padding: 0.25em 1em;
  }
  .p-people-article__img {
    width: 100%;
    border-radius: 0.7rem;
  }
  .p-people-article__btn-wrap {
    margin: 2rem 0 0;
  }
}

/* ================================
News
================================ */
.p-news-nav {
  margin: 0 0 5rem;
}
.p-news-nav__categories {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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;
  gap: 0 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
.p-news-nav__category {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.1rem;
  white-space: nowrap;
  border-radius: 9999px;
  padding: 0.9rem 1.9rem;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.p-news-nav__category:hover {
  opacity: 0.7;
}
.p-news-nav__category.is-active {
  background-color: #FFD668;
}
@media screen and (max-width: 768px) {
  .p-news-nav {
    margin: 0 0 4.3rem;
  }
  .p-news-nav__categories {
    gap: 0.5rem 0.5rem;
  }
  .p-news-nav__category {
    font-size: 1rem;
    padding: 0.5em 1em;
    border-radius: 1rem;
  }
}

.p-news-single__body {
  width: calc(100% - 8vw);
  max-width: 1570px;
  background-color: #fff;
  border-radius: 3rem;
  padding: 3.5rem 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-news-single__body {
    border-radius: 1rem;
    padding: 2rem 0;
  }
}

.p-news-article__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1.5rem;
  padding: 0 0 2.5rem;
  margin: 0 0 3.3rem;
  border-bottom: 3px solid #FFC529;
}
.p-news-article__title {
  font-size: 1.7rem;
  margin: 0 0 0 1rem;
}
.p-news-article__title::before {
  width: 0.5em;
}
.p-news-article__category {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #FFC529;
  font-size: 1.1rem;
  line-height: 1.2;
  border: 3px solid currentColor;
  border-radius: 9999px;
  padding: 0.5em 1em;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.p-news-article__category:hover {
  opacity: 0.7;
}
.p-news-article__date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.2rem;
  margin: 0 0 0 auto;
}
.p-news-article__body {
  max-width: 1140px;
  margin: 0 auto;
}
.p-news-article__thumb {
  max-width: 915px;
  border-radius: 1rem;
  overflow: hidden;
  margin: 0 auto 3.3rem;
}
.p-news-article__editable-area h2 {
  width: calc(100% + 3rem);
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 500;
  border: 3px solid #FFC529;
  border-radius: 9999px;
  padding: 0.75em 2em;
  margin: 1.5rem -1.5rem;
}
.p-news-article__editable-area h3 {
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: 500;
  background-color: #FFD668;
  border-radius: 9999px;
  padding: 0.5em 7.5rem;
  margin: 1.5rem 0;
}
.p-news-article__editable-area p {
  line-height: 1.8;
}
.p-news-article__editable-area p + p {
  margin-top: 1.8em;
}
@media screen and (max-width: 768px) {
  .p-news-article__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 0.5rem 0;
    border-bottom-width: 0.1rem;
    padding: 0 0 1.5rem;
    margin: 0 0 1.5rem;
  }
  .p-news-article__title {
    -ms-flex-item-align: start;
        align-self: flex-start;
    font-size: 1.3rem;
    margin: 0;
  }
  .p-news-article__category {
    font-size: 0.9rem;
    border-width: 0.1rem;
  }
  .p-news-article__date {
    font-size: 1rem;
  }
  .p-news-article__thumb {
    border-radius: 0.7rem;
  }
  .p-news-article__editable-area h2 {
    width: 100%;
    font-size: 1.1rem;
    padding: 0.75em 1em;
    border-width: 0.1rem;
    margin: 2em auto;
  }
  .p-news-article__editable-area h3 {
    width: 100%;
    font-size: 1rem;
    text-align: left;
    padding: 0.5em 1em;
    margin: 2em 0 1.5em;
  }
}

/* ================================
About
================================ */
.p-about-sec__heading {
  width: 100%;
  text-align: left;
  padding: 0.2rem 3.5rem;
  margin: 0 auto 3.3rem;
}
.p-about-sec__body {
  padding: 0 3.5rem;
}
.p-about-sec:not(:last-of-type) {
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .p-about-sec__heading {
    padding: 0.25em 1rem;
    margin: 0 0 1.5rem;
  }
  .p-about-sec__body {
    padding: 0 1rem;
  }
  .p-about-sec__body.-wide_only_mobile {
    padding: 0;
  }
  .p-about-sec:not(:last-of-type) {
    margin-bottom: 4.3rem;
  }
}

.p-about-greeting__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem 3rem;
}
.p-about-greeting__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-about-greeting__img-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 29.8648648649%;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-about-greeting__img {
  width: 100%;
  aspect-ratio: 442/610;
}
.p-about-greeting__name-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1em;
  font-size: 1.5rem;
  white-space: nowrap;
  margin: auto 0 0;
}
.p-about-greeting__name-wrap .-name {
  height: 1.2333333333em;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .p-about-greeting__body {
    -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-about-greeting__img-wrap {
    width: 70%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem 0;
  }
  .p-about-greeting__name-wrap {
    font-size: 1.3rem;
  }
}

.p-about-office__title {
  width: calc(100% + 3rem);
  border-bottom: 2px solid #FFC529;
  padding: 0 0 0.5rem;
  margin: 0 -1.5rem 0.8rem;
}
.p-about-office__title:not(:first-of-type) {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .p-about-office__title {
    width: 100%;
    border-bottom-width: 0.1rem;
    margin: 0 0 1rem;
  }
  .p-about-office__title:not(:first-of-type) {
    margin-top: 2rem;
  }
}

.p-about-rule__btn {
  font-size: 1.2rem;
  border: 2px solid #FFC529;
  margin: 0 -1.5rem;
}
.p-about-rule__btn::before {
  content: "";
  display: inline-block;
  height: 1.75em;
  aspect-ratio: 34/42;
  background: url(../img/cmn/pdf_ico_yl.svg) no-repeat center center/contain;
}
.p-about-rule__btn::after {
  content: "";
  display: inline-block;
  height: 1.2em;
  aspect-ratio: 42/35;
  background: url(../img/cmn/dl_ico_yl.svg) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .p-about-rule__btn {
    max-width: initial;
    width: 100%;
    font-size: 1rem;
    margin: 0;
    border-width: 0.1rem;
  }
}

.p-about-member__note {
  display: block;
  text-align: right;
  margin: 0 0 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-about-member__table {
    width: 46.7rem;
  }
  .p-about-member__note {
    font-size: 0.9rem;
  }
}

@media screen and (min-width: 769px) {
  .p-about-member01__table-wrap {
    margin: -2rem 0 0;
  }
}

.p-about-member02__table thead th:nth-child(2) {
  width: 32.0895522388%;
}
.p-about-member02__table thead th:nth-child(3) {
  width: 13.7313432836%;
}

/* ================================
Adjistment
================================ */
.u-fit--contain {
  text-align: center;
}
.u-fit--contain img,
.u-fit--contain source {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: middle;
}

.u-color--main {
  color: #FFC529;
}
.u-color--sub {
  color: green;
}
.u-color--wh {
  color: #fff;
}

.u-align--center {
  text-align: center;
}
.u-align--right {
  text-align: right;
}
.u-align--left {
  text-align: left;
}

.u-indent--01 {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}

.u-display_ib {
  display: inline-block;
}
.u-display_ib--sm {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-display_ib--sm {
    display: inline-block;
  }
}

.u-display--lg {
  display: none;
}
@media screen and (max-width: 1480px) {
  .u-display--lg {
    display: block;
  }
}
.u-display--md {
  display: none;
}
@media screen and (max-width: 1024px) {
  .u-display--md {
    display: block;
  }
}
.u-display--sm {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-display--sm {
    display: block;
  }
}

.u-display_flex--lg {
  display: none;
}
@media screen and (max-width: 1480px) {
  .u-display_flex--lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.u-display_flex--md {
  display: none;
}
@media screen and (max-width: 1024px) {
  .u-display_flex--md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.u-display_flex--sm {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-display_flex--sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 1480px) {
  .u-hidden--lg {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .u-hidden--md {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .u-hidden--sm {
    display: none;
  }
}