@charset "UTF-8";
/* ==================================================
[Style]
    1. setting
	2. foundation
	3. Layout
	4. object

================================================== */
/* --------------------------------------------------
	1. setting
-------------------------------------------------- */
/* --------------------------------------------------
	2. foundation
-------------------------------------------------- */
/* reset */
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  min-width: 0;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3 */
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  margin: 0;
  overflow: visible; /* 2 */
  clear: both;
  color: inherit;
  border-top-width: 1px;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border-radius: 0;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  font: inherit; /* 2 */
  -webkit-appearance: button;
          appearance: button; /* 1 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-collapse: collapse;
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

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

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

/* base */
:root {
  --main-brand-color: #e59f00;
  --main-text-color: #e7a100;
}

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

body {
  overflow-x: hidden;
  font-family: "游ゴシック", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  word-break: normal;
  word-wrap: normal;
  overflow-wrap: normal;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  font-style: italic;
  vertical-align: middle;
}

iframe {
  max-width: 100%;
}

input,
button,
select,
textarea {
  font: inherit;
  font-size: 1rem;
  color: #000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* font */
/* --------------------------------------------------
	3. Layout
-------------------------------------------------- */
/* header */
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
.l-header__inner {
  width: 82.5rem;
  max-width: 100%;
  height: inherit;
  padding: 0 1.25rem;
  margin: 0 auto;
}
.l-header__logo {
  margin-top: 5.2083333333vw;
  text-align: center;
}
.l-header__logo img {
  height: 9.4791666667vw;
}

@media only screen and (max-width: 767px) {
  .l-header__logo {
    margin-top: 6.5104166667vw;
    text-align: center;
  }
  .l-header__logo img {
    height: 18.1818181818vw;
  }
}
/* footer */
.l-footer {
  padding: 3.75rem 0 4.375rem;
  margin-top: 12.5rem;
  background-color: #fe0;
}
.l-footer__container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem 1.25rem;
  align-items: center;
  justify-content: center;
}
.l-footer__logo {
  width: 12.5rem;
  text-align: center;
}
.l-footer__text {
  font-size: 1.5625rem;
  font-weight: bold;
  letter-spacing: -0.06em;
}
.l-footer__contact {
  font-size: 0.8125rem;
  font-weight: bold;
  letter-spacing: -0.04em;
}

@media only screen and (max-width: 767px) {
  .l-footer__logo {
    width: 9.375rem;
  }
  .l-footer__text {
    font-size: 1.125rem;
  }
}
/* main */
.l-inner {
  width: 82.5rem;
  max-width: 100%;
  height: inherit;
  padding: 0 1.25rem;
  margin: 0 auto;
}
.l-inner.--wide {
  width: 90rem;
}
.l-inner.--narrow {
  width: 65rem;
}

.l-section-first {
  margin-top: 1rem;
}

@media only screen and (max-width: 767px) {
  .l-inner {
    padding: 0 1.5rem;
  }
}
/* margin */
.l-margin p {
  margin-top: 1rem;
}
.l-margin p:first-child {
  margin-top: 0;
}
.l-margin ul,
.l-margin ol,
.l-margin dl {
  margin-top: 1.5rem;
}
.l-margin ul:first-child,
.l-margin ol:first-child,
.l-margin dl:first-child {
  margin-top: 0;
}
.l-margin .p-table-conteiner,
.l-margin table {
  margin-top: 2rem;
}
.l-margin .p-table-conteiner:first-child,
.l-margin table:first-child {
  margin-top: 0;
}
.l-margin img {
  margin-top: 1.5rem;
}
.l-margin img:first-child {
  margin-top: 0;
}
.l-margin blockquote {
  margin-top: 1.5rem;
}
.l-margin blockquote:first-child {
  margin-top: 0;
}
.l-margin .c-button,
.l-margin .e-button {
  margin-top: 1.5rem;
}
.l-margin .c-button:first-child,
.l-margin .e-button:first-child {
  margin-top: 0;
}
.l-margin .p-box,
.l-margin .e-box {
  margin-top: 1.5rem;
}
.l-margin .p-box:first-child,
.l-margin .e-box:first-child {
  margin-top: 0;
}
.l-margin .p-grid,
.l-margin .e-grid {
  margin-top: 5rem;
}
.l-margin .p-grid:first-child,
.l-margin .e-grid:first-child {
  margin-top: 0;
}
.l-margin .p-grid + .l-margin .p-grid,
.l-margin .p-grid + .l-margin .e-grid,
.l-margin .e-grid + .l-margin .p-grid,
.l-margin .e-grid + .l-margin .e-grid {
  margin-top: 2.5rem;
}
.l-margin .p-grid p,
.l-margin .e-grid p {
  margin-top: 0.5rem;
}
.l-margin h2:not(:first-child) {
  margin-top: 6rem;
}
.l-margin h2 + p {
  margin-top: 3rem;
}
.l-margin h2 + ul {
  margin-top: 3rem;
}
.l-margin h2 + ol {
  margin-top: 3rem;
}
.l-margin h2 + dl {
  margin-top: 3rem;
}
.l-margin h2 + img {
  margin-top: 3rem;
}
.l-margin h2 + table {
  margin-top: 3rem;
}
.l-margin h2 + blockquote {
  margin-top: 3rem;
}
.l-margin h2 + .c-button, .l-margin h2 + .e-button {
  margin-top: 3rem;
}
.l-margin h2 + .p-box, .l-margin h2 + .e-box {
  margin-top: 3rem;
}
.l-margin h2 + .p-grid, .l-margin h2 + .e-grid {
  margin-top: 3rem;
}
.l-margin h3:not(:first-child) {
  margin-top: 5rem;
}
.l-margin h3 + p {
  margin-top: 2rem;
}
.l-margin h3 + ul {
  margin-top: 2rem;
}
.l-margin h3 + ol {
  margin-top: 2rem;
}
.l-margin h3 + dl {
  margin-top: 2rem;
}
.l-margin h3 + img {
  margin-top: 2rem;
}
.l-margin h3 + table {
  margin-top: 2rem;
}
.l-margin h3 + blockquote {
  margin-top: 2rem;
}
.l-margin h3 + .c-button, .l-margin h3 + .e-button {
  margin-top: 2rem;
}
.l-margin h3 + .p-box, .l-margin h3 + .e-box {
  margin-top: 2rem;
}
.l-margin h3 + .p-grid, .l-margin h3 + .e-grid {
  margin-top: 2rem;
}
.l-margin h4:not(:first-child) {
  margin-top: 3.5rem;
}
.l-margin h4 + p {
  margin-top: 1.75rem;
}
.l-margin h4 + ul {
  margin-top: 1.75rem;
}
.l-margin h4 + ol {
  margin-top: 1.75rem;
}
.l-margin h4 + dl {
  margin-top: 1.75rem;
}
.l-margin h4 + img {
  margin-top: 1.75rem;
}
.l-margin h4 + table {
  margin-top: 1.75rem;
}
.l-margin h4 + blockquote {
  margin-top: 1.75rem;
}
.l-margin h4 + .c-button, .l-margin h4 + .e-button {
  margin-top: 1.75rem;
}
.l-margin h4 + .p-box, .l-margin h4 + .e-box {
  margin-top: 1.75rem;
}
.l-margin h4 + .p-grid, .l-margin h4 + .e-grid {
  margin-top: 1.75rem;
}
.l-margin h5:not(:first-child) {
  margin-top: 2.5rem;
}
.l-margin h5 + p {
  margin-top: 1.25rem;
}
.l-margin h5 + ul {
  margin-top: 1.25rem;
}
.l-margin h5 + ol {
  margin-top: 1.25rem;
}
.l-margin h5 + dl {
  margin-top: 1.25rem;
}
.l-margin h5 + img {
  margin-top: 1.25rem;
}
.l-margin h5 + table {
  margin-top: 1.25rem;
}
.l-margin h5 + blockquote {
  margin-top: 1.25rem;
}
.l-margin h5 + .c-button, .l-margin h5 + .e-button {
  margin-top: 1.25rem;
}
.l-margin h5 + .p-box, .l-margin h5 + .e-box {
  margin-top: 1.25rem;
}
.l-margin h5 + .p-grid, .l-margin h5 + .e-grid {
  margin-top: 1.25rem;
}
.l-margin h6:not(:first-child) {
  margin-top: 1.5rem;
}
.l-margin h6 + p {
  margin-top: 1.125rem;
}
.l-margin h6 + ul {
  margin-top: 1.125rem;
}
.l-margin h6 + ol {
  margin-top: 1.125rem;
}
.l-margin h6 + dl {
  margin-top: 1.125rem;
}
.l-margin h6 + img {
  margin-top: 1.125rem;
}
.l-margin h6 + table {
  margin-top: 1.125rem;
}
.l-margin h6 + blockquote {
  margin-top: 1.125rem;
}
.l-margin h6 + .c-button, .l-margin h6 + .e-button {
  margin-top: 1.125rem;
}
.l-margin h6 + .p-box, .l-margin h6 + .e-box {
  margin-top: 1.125rem;
}
.l-margin h6 + .p-grid, .l-margin h6 + .e-grid {
  margin-top: 1.125rem;
}

/* --------------------------------------------------
	4. object
-------------------------------------------------- */
/* component */
:root {
  --main-brand-color: #e59f00;
  --main-text-color: #e7a100;
}

:root {
  --main-brand-color: #e59f00;
  --main-text-color: #e7a100;
}

:root {
  --main-brand-color: #e59f00;
  --main-text-color: #e7a100;
}

:root {
  --main-brand-color: #e59f00;
  --main-text-color: #e7a100;
}

:root {
  --main-brand-color: #e59f00;
  --main-text-color: #e7a100;
}

:root {
  --main-brand-color: #e59f00;
  --main-text-color: #e7a100;
}

:root {
  --main-brand-color: #e59f00;
  --main-text-color: #e7a100;
}

.c-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20rem;
  min-height: 4.625rem;
  padding: 0 1.25rem;
  font-size: clamp(0.75rem, 1.1125vw, 1.335rem);
  font-family: "游ゴシック", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 0.0625rem solid #000;
}
.c-button.--blank::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  content: "BLANK";
}
.c-button.--pdf::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  content: "PDF";
}
@media (hover: hover) {
  .c-button {
    transition: 0.3s linear opacity;
  }
  .c-button:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 767px) {
  .c-button {
    width: 100%;
    min-width: inherit;
    min-height: 3.75rem;
    font-size: 0.875rem;
  }
}
.c-heading {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .c-heading {
    font-size: 1.5rem;
  }
}
.c-heading-h1 {
  font-size: 2rem;
}

.c-heading-h2 {
  font-size: 2rem;
}

.c-heading-h3 {
  font-size: 2.0625rem;
  font-weight: bold;
  color: var(--main-text-color);
}

@media only screen and (max-width: 767px) {
  .c-heading-h3 {
    font-size: 1.25rem;
  }
}
.c-heading-h4 {
  font-size: 1.5rem;
}

.c-heading-h5 {
  font-size: 1.25rem;
}

.c-heading-h6 {
  font-size: 1.125rem;
}

.c-list-dot__item {
  position: relative;
  padding-left: 1em;
  color: #000;
}
.c-list-dot__item + li {
  margin-top: 0.5rem;
}
.c-list-dot__item::before {
  position: absolute;
  top: 0.625em;
  left: 0.5em;
  display: block;
  width: 0.25em;
  height: 0.25em;
  content: "";
  background: #333;
  border-radius: 50%;
}

.c-list-ol {
  list-style: decimal;
  list-style-position: inside;
}
.c-list-ol__item + li {
  margin-top: 0.5rem;
}

.c-list-dl__dt {
  font-weight: bold;
}
.c-list-dl__dd {
  padding-left: 1em;
}

.c-text-link {
  position: relative;
  display: inline-block;
}
.c-text-link.--blank::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  content: "BLANK";
}
.c-text-link.--pdf::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  content: "PDF";
}
@media (hover: hover) {
  .c-text-link {
    transition: 0.3s linear opacity;
  }
  .c-text-link:hover {
    opacity: 0.7;
  }
}

.c-text {
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
}
.c-text.--lg {
  font-size: 1.125rem;
}
.c-text.--sm {
  font-size: 0.875rem;
}

/* project */
:root {
  --main-brand-color: #e59f00;
  --main-text-color: #e7a100;
}

.p-anchor-list {
  display: flex;
  gap: 1.25rem;
}
.p-anchor-list__link {
  display: block;
  padding: 0.5rem 1rem;
  color: #000;
  border: 0.0625rem solid #666;
  border-radius: 999rem;
}
.p-anchor-list__link.is-active {
  color: #fff;
  background-color: #333;
}
@media (hover: hover) {
  .p-anchor-list__link {
    transition: 0.3s linear background-color;
  }
  .p-anchor-list__link:hover {
    color: #fff;
    background-color: #333;
  }
}

:root {
  --main-brand-color: #e59f00;
  --main-text-color: #e7a100;
}

.p-column {
  display: flex;
  flex-wrap: wrap;
  gap: 3.125rem;
}
.p-column__item {
  width: calc(50% - 1.5625rem);
}

.p-column-wide {
  display: flex;
  gap: 1.25rem 3rem;
}
.p-column-wide.--reverse {
  flex-direction: row-reverse;
}
.p-column-wide__img {
  width: calc(50% - 108px);
  margin-top: 0.625rem;
  text-align: center;
}
.p-column-wide__img img {
  width: 532px;
}
.p-column-wide__content {
  width: calc(50% + 60px);
}
.p-column-wide__content.--max {
  width: 100%;
}
.p-column-wide__title {
  margin-bottom: 0.625rem;
  line-height: 1.6;
}
.p-column-wide__text {
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: -0.04em;
}

@media only screen and (max-width: 1280px) {
  .p-column-wide {
    flex-wrap: wrap;
  }
  .p-column-wide__img {
    width: 100%;
    margin-top: 0.625rem;
  }
  .p-column-wide__content {
    width: 100%;
  }
  .p-column-wide__text {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-column__item {
    width: 100%;
  }
  .p-column-conteiner .p-column {
    flex-wrap: nowrap;
    gap: 0;
    padding-bottom: 2.5rem;
  }
  .p-column-conteiner .swiper-pagination span.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 0.375rem !important;
  }
  .p-column-conteiner .swiper-pagination span.swiper-pagination-bullet-active {
    background: var(--main-text-color) !important;
  }
}
:root {
  --main-brand-color: #e59f00;
  --main-text-color: #e7a100;
}

:root {
  --main-brand-color: #e59f00;
  --main-text-color: #e7a100;
}

:root {
  --main-brand-color: #e59f00;
  --main-text-color: #e7a100;
}

:root {
  --main-brand-color: #e59f00;
  --main-text-color: #e7a100;
}

.p-facilities {
  position: relative;
  border-bottom: 0.625rem solid var(--main-brand-color);
}
.p-facilities__img {
  background-color: var(--main-brand-color);
}
.p-facilities__content {
  padding: 3.125rem 0rem 1.25rem 0.625rem;
}
.p-facilities__info {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3125rem 1.25rem;
  align-items: center;
  padding-right: 12.5rem;
  margin-top: 0.6875rem;
}
.p-facilities__title {
  line-height: 1.5;
}
.p-facilities__name {
  display: inline-flex;
  gap: 0.125rem;
  align-items: center;
  font-size: 1.150625rem;
  font-weight: bold;
  line-height: 1.3;
  color: #140700;
  letter-spacing: -0.06em;
}
.p-facilities__name span {
  display: inline-block;
  margin-left: 0.625rem;
  font-size: 1.866875rem;
  line-height: 2;
  letter-spacing: -0.02em;
}
.p-facilities__people {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 18.75rem;
}
.p-facilities.--kougi {
  --main-brand-color: #00a1ee;
  --main-text-color: #00a1ee;
}
.p-facilities.--saga-ls {
  --main-brand-color: #00a386;
  --main-text-color: #00a386;
}
.p-facilities.--saga-ls .p-facilities__content {
  padding-top: 2.1875rem;
}
.p-facilities + .p-facilities {
  margin-top: 6.125rem;
}
.p-facilities a:hover img {
  transition: 0.3s;
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .p-facilities {
    border-bottom-width: 0.3125rem;
  }
  .p-facilities__content {
    padding: 1.25rem 0rem 0.625rem;
  }
  .p-facilities__logo {
    max-width: 13.75rem;
  }
  .p-facilities__info {
    flex-direction: column;
    align-items: flex-start;
    padding-right: 3.75rem;
  }
  .p-facilities__name {
    font-size: 0.75rem;
  }
  .p-facilities__name span {
    margin-left: 0.3125rem;
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .p-facilities__people {
    max-width: 5rem;
  }
  .p-facilities.--saga-ls .p-facilities__content {
    padding-top: 1.25rem;
  }
  .p-facilities.--saga-ls .p-facilities__info {
    gap: 0.625rem 1.25rem;
  }
  .p-facilities + .p-facilities {
    margin-top: 5rem;
  }
}
:root {
  --main-brand-color: #e59f00;
  --main-text-color: #e7a100;
}

.p-box {
  padding: 3.75rem 2.5rem 1.875rem;
  text-align: center;
  background-color: #e5e5e5;
}
.p-box.--bg-blue {
  background-color: #edf6f9;
}
.p-box__logo {
  margin-top: 3.125rem;
}
.p-box__content {
  margin-top: 0.9375rem;
}
.p-box__link {
  font-size: 1.25rem;
  font-weight: bold;
}
.p-box__text {
  margin-top: 0.625rem;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: -0.04em;
}

@media only screen and (max-width: 767px) {
  .p-box {
    padding: 1.25rem;
  }
  .p-box__logo {
    margin-top: 1.875rem;
  }
  .p-box__link {
    font-size: 1rem;
  }
  .p-box__text {
    font-size: 1rem;
  }
}
.p-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
.p-grid.--repeat-2 {
  grid-template-columns: repeat(2, 1fr);
}
.p-grid.--repeat-3 {
  grid-template-columns: repeat(3, 1fr);
}
.p-grid__texts {
  margin-top: 1rem;
}
.p-table__th {
  padding: 0.75rem 1rem;
  font-weight: bold;
  vertical-align: middle;
  background-color: #ededed;
  border: 0.0625rem solid #ccc;
}
.p-table__td {
  padding: 0.75rem 1rem;
  border: 0.0625rem solid #ccc;
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  .p-table__th {
    padding: 0.5rem 0.75rem;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .p-table__td {
    padding: 0.5rem 0.75rem;
  }
}
:root {
  --main-brand-color: #e59f00;
  --main-text-color: #e7a100;
}

.p-mainvisual {
  position: relative;
  width: 100%;
  padding: 11.4583333333vw 1.25rem 0.8125rem;
  overflow: hidden;
  text-align: center;
}
.p-mainvisual::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1920px;
  height: 1050px;
  content: "";
  background: url("../images/common/bg.png") no-repeat center/contain;
  transform: translateX(-50%);
}
.p-mainvisual__img {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .p-mainvisual {
    padding: 28.6085825748vw 1.25rem 0.8125rem;
  }
}
:root {
  --main-brand-color: #e59f00;
  --main-text-color: #e7a100;
}

.p-nav {
  margin-bottom: 2.5rem;
}
.p-nav__list {
  display: flex;
  gap: 0.875rem;
}
.p-nav__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4.625rem;
  font-size: clamp(0.75rem, 1.1125vw, 1.335rem);
  font-weight: bold;
  color: #fff;
  letter-spacing: -0.1em;
  transition: 0.3s linear opacity;
}
.p-nav__link::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
}
.p-nav__link:hover {
  opacity: 0.4;
}
.p-nav__item {
  width: calc((100% - 1.75rem) / 3);
}
.p-nav__item:nth-child(1) .p-nav__link::before {
  background: #e59f00;
}
.p-nav__item:nth-child(2) .p-nav__link::before {
  background: #00a4ee;
}
.p-nav__item:nth-child(3) .p-nav__link::before {
  background: #00a385;
}
.p-nav__item.--is-active .p-nav__link::before {
  opacity: 0.44;
}

@media only screen and (max-width: 767px) {
  .p-nav__list {
    flex-wrap: wrap;
  }
  .p-nav__item {
    width: 100%;
  }
  .p-nav__link {
    min-height: 2.8125rem;
    font-size: 0.875rem;
  }
}
:root {
  --main-brand-color: #e59f00;
  --main-text-color: #e7a100;
}

.p-pagetitle {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  padding-top: 13.5416666667vw;
  overflow: hidden;
  text-align: center;
}
.p-pagetitle::after {
  position: absolute;
  bottom: 4.2708333333vw;
  left: 50%;
  width: 1920px;
  height: 1050px;
  content: "";
  background: url("../images/common/bg.png") no-repeat center/contain;
  transform: translateX(-50%);
}
.p-pagetitle__title {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 28.125vw;
  max-width: 360px;
  height: 300px;
  height: 23.4375vw;
  max-height: 300px;
  overflow: hidden;
  font-size: 0;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  background: transparent no-repeat center/contain;
}

body.yougi .p-pagetitle__title {
  background-image: url("../images/yougi/h2_title.png");
}

body.kougi .p-pagetitle__title {
  background-image: url("../images/kougi/h2_title.png");
}

body.saga-ls .p-pagetitle__title {
  background-image: url("../images/saga-ls/h2_title.png");
}

@media only screen and (max-width: 767px) {
  .p-pagetitle {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    padding-top: 23.4070221066vw;
    overflow: hidden;
    text-align: center;
  }
  .p-pagetitle::after {
    position: absolute;
    bottom: 10.6631989597vw;
  }
  .p-pagetitle__title {
    width: 46.8140442133vw;
    height: 39.0117035111vw;
  }
}
:root {
  --main-brand-color: #e59f00;
  --main-text-color: #e7a100;
}

.p-pagination {
  margin-top: 2.5rem;
  text-align: center;
}
.p-pagination__list {
  display: inline-flex;
  gap: 0.75rem;
}
.p-pagination__item span,
.p-pagination__item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  color: #000;
  background-color: #f5f5f5;
  border: 0.0625rem solid #d3d3d3;
  border-radius: 50%;
}
@media (hover: hover) {
  .p-pagination__item a {
    transition: 0.3s linear all;
  }
  .p-pagination__item a:hover {
    color: #fff;
    background-color: #333;
  }
}
.p-pagination__item span {
  color: #fff;
  background-color: #333;
}

:root {
  --main-brand-color: #e59f00;
  --main-text-color: #e7a100;
}

.p-scroll-top {
  position: fixed;
  right: 2rem;
  bottom: 0.75rem;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.p-scroll-top.is-fixed {
  opacity: 1;
}
.p-scroll-top.is-footer {
  margin-left: auto;
  opacity: 1;
}
.p-scroll-top__button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #fff;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #fe0;
  transition: all 0.3s;
}
@media (hover: hover) {
  .p-scroll-top__button {
    transition: 0.3s linear opacity;
  }
  .p-scroll-top__button:hover {
    opacity: 0.7;
  }
}
.p-scroll-top__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  vertical-align: middle;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  color: #444;
}

@media only screen and (max-width: 767px) {
  .p-scroll-top {
    right: 0.5rem;
    bottom: 0.5rem;
  }
  .p-scroll-top__button {
    width: 3.75rem;
    height: 3.75rem;
  }
  .p-scroll-top__text {
    font-size: 0.6875rem;
  }
}
:root {
  --main-brand-color: #e59f00;
  --main-text-color: #e7a100;
}

.p-section-title-h1 {
  margin-bottom: 3.75rem;
  text-align: center;
}

.p-section-title-h2 {
  margin-bottom: 3.75rem;
  text-align: center;
}

.p-section-title-h3 {
  margin-bottom: 3.75rem;
  text-align: center;
}

/* pages */
:root {
  --main-brand-color: #e59f00;
  --main-text-color: #e7a100;
}

body.index .l-header__logo {
  padding-left: 1.9375rem;
  margin-top: 2.0833333333vw;
}
body.index .l-header__logo img {
  height: 11.4583333333vw;
}
body.index .index-main {
  margin-top: 1.625rem;
}
body.index .index-main__introduction {
  margin-bottom: 3.1875rem;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 2.2;
  text-align: center;
  letter-spacing: 0.06em;
}
body.index .index-main .p-nav {
  margin-bottom: 1.75rem;
}

@media only screen and (max-width: 767px) {
  body.index .l-header__logo {
    padding-left: 0;
    margin-top: 10.4031209363vw;
  }
  body.index .l-header__logo img {
    height: 18.1818181818vw;
  }
  body.index .index-main__introduction {
    font-size: 1rem;
  }
}
:root {
  --main-brand-color: #e59f00;
  --main-text-color: #e7a100;
}

body.kougi .kougi-main {
  --main-brand-color: #00a1ee;
  --main-text-color: #00a1ee;
}

:root {
  --main-brand-color: #e59f00;
  --main-text-color: #e7a100;
}

body.saga-ls .saga-ls-main {
  --main-brand-color: #00a386;
  --main-text-color: #00a386;
}

:root {
  --main-brand-color: #e59f00;
  --main-text-color: #e7a100;
}

/* utility */
.u-asterisk {
  padding-left: 1em;
  text-indent: -1em;
}

:root {
  --main-brand-color: #e59f00;
  --main-text-color: #e7a100;
}

@media all and (min-width: 768px), print {
  .u-hidden-pc {
    display: none;
  }
  .u-tellink {
    pointer-events: none;
  }
}
@media only screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none;
  }
  .u-tellink {
    text-decoration: underline;
  }
}
:root {
  --main-brand-color: #e59f00;
  --main-text-color: #e7a100;
}

.u-mt-1 {
  margin-top: 0.5rem;
}

.u-mt-2 {
  margin-top: 1rem;
}

.u-mt-3 {
  margin-top: 1.5rem;
}

.u-mt-4 {
  margin-top: 2rem;
}

.u-mt-5 {
  margin-top: 2.5rem;
}

.u-mt-6 {
  margin-top: 3rem;
}

.u-mt-7 {
  margin-top: 3.5rem;
}

.u-mt-8 {
  margin-top: 4rem;
}

.u-mt-9 {
  margin-top: 4.5rem;
}

.u-mt-10 {
  margin-top: 5rem;
}

.u-mt-11 {
  margin-top: 5.5rem;
}

.u-mt-12 {
  margin-top: 6rem;
}

.u-mt-13 {
  margin-top: 6.5rem;
}

.u-mt-14 {
  margin-top: 7rem;
}

.u-mt-15 {
  margin-top: 7.5rem;
}

.u-mt-16 {
  margin-top: 8rem;
}

.u-mt-17 {
  margin-top: 8.5rem;
}

.u-mt-18 {
  margin-top: 9rem;
}

.u-mt-19 {
  margin-top: 9.5rem;
}

.u-mt-20 {
  margin-top: 10rem;
}

.u-mt-21 {
  margin-top: 10.5rem;
}

.u-mt-22 {
  margin-top: 11rem;
}

.u-mt-23 {
  margin-top: 11.5rem;
}

.u-mt-24 {
  margin-top: 12rem;
}

.u-mt-25 {
  margin-top: 12.5rem;
}

@media only screen and (max-width: 767px) {
  .u-mt-1-sp {
    margin-top: 0.5rem;
  }
  .u-mt-2-sp {
    margin-top: 1rem;
  }
  .u-mt-3-sp {
    margin-top: 1.5rem;
  }
  .u-mt-4-sp {
    margin-top: 2rem;
  }
  .u-mt-5-sp {
    margin-top: 2.5rem;
  }
  .u-mt-6-sp {
    margin-top: 3rem;
  }
  .u-mt-7-sp {
    margin-top: 3.5rem;
  }
  .u-mt-8-sp {
    margin-top: 4rem;
  }
  .u-mt-9-sp {
    margin-top: 4.5rem;
  }
  .u-mt-10-sp {
    margin-top: 5rem;
  }
  .u-mt-11-sp {
    margin-top: 5.5rem;
  }
  .u-mt-12-sp {
    margin-top: 6rem;
  }
  .u-mt-13-sp {
    margin-top: 6.5rem;
  }
  .u-mt-14-sp {
    margin-top: 7rem;
  }
  .u-mt-15-sp {
    margin-top: 7.5rem;
  }
  .u-mt-16-sp {
    margin-top: 8rem;
  }
  .u-mt-17-sp {
    margin-top: 8.5rem;
  }
  .u-mt-18-sp {
    margin-top: 9rem;
  }
  .u-mt-19-sp {
    margin-top: 9.5rem;
  }
  .u-mt-20-sp {
    margin-top: 10rem;
  }
  .u-mt-21-sp {
    margin-top: 10.5rem;
  }
  .u-mt-22-sp {
    margin-top: 11rem;
  }
  .u-mt-23-sp {
    margin-top: 11.5rem;
  }
  .u-mt-24-sp {
    margin-top: 12rem;
  }
  .u-mt-25-sp {
    margin-top: 12.5rem;
  }
}
:root {
  --main-brand-color: #e59f00;
  --main-text-color: #e7a100;
}

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

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

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

@media all and (min-width: 768px), print {
  .u-text-center-pc {
    text-align: center;
  }
  .u-text-left-pc {
    text-align: left;
  }
  .u-text-right-pc {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .u-text-center-sp {
    text-align: center;
  }
  .u-text-left-sp {
    text-align: left;
  }
  .u-text-right-sp {
    text-align: right;
  }
}