@charset "UTF-8";
*, ::before, ::after {
  min-width: 0;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font: inherit;
}

html {
  scroll-behavior: smooth;
  color: #333;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 62.5%;
  font-weight: normal;
  font-style: normal;
  -webkit-font-feature-settings: "palt", "tnum";
          font-feature-settings: "palt", "tnum";
  font-variant-numeric: tabular-nums;
  line-height: 1;
  text-align: justify;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body {
  min-width: 375px;
  min-height: 100vh;
  line-height: 1.5;
}

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

hr {
  border: none;
  border-bottom: 1px solid #dcdcdc;
}

/*==================================================================================================
/***    @ Text
==================================================================================================*/
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  overflow-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
em,
strong {
  font-weight: bold;
}

small {
  font-size: 0.875em;
}

sup,
sub {
  font-size: 0.625em;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: baseline;
}

s,
del {
  text-decoration: line-through;
}

ins {
  text-decoration: underline;
}

u {
  text-decoration: underline;
}

mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, mark));
  background: linear-gradient(transparent 60%, mark 0%);
  background: transparent;
  color: inherit;
}

blockquote,
q {
  quotes: none;
}

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

abbr,
dfn {
  cursor: help;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

code,
kbd {
  padding-inline: 4px;
  background-color: #f5f5f5;
  border-radius: 3px;
}

ruby :where(rp, rt) {
  font-size: 0.5em;
}

/*==================================================================================================
/***    @ Lists
==================================================================================================*/
ul,
ol,
menu {
  list-style: none;
}

dt {
  font-weight: bold;
}

/*==================================================================================================
/***    @ Links
==================================================================================================*/
a {
  cursor: pointer;
  background-color: transparent;
  vertical-align: baseline;
  color: inherit;
  text-decoration: none;
}

/*==================================================================================================
/***    @ Tables
==================================================================================================*/
table {
  border-color: #dcdcdc;
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

th {
  font-weight: bold;
}

/*==================================================================================================
/***    @ Forms
==================================================================================================*/
::-webkit-file-upload-button {
  -webkit-appearance: none;
          appearance: none;
  padding: 4px;
  vertical-align: middle;
  background: transparent;
  border: 1px solid #dcdcdc;
  border-radius: 0;
  line-height: 1.2;
}
input,
textarea,
select,
optgroup,
button,
::file-selector-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 4px;
  vertical-align: middle;
  background: transparent;
  border: 1px solid #dcdcdc;
  border-radius: 0;
  line-height: 1.2;
}

:focus {
  outline: none;
}

:disabled {
  cursor: default;
  color: #c0c0c0;
}

fieldset {
  border-width: 1px;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=search],
input[type=url],
input[type=date],
textarea {
  width: 100%;
}

input[type=checkbox],
input[type=radio],
select,
optgroup {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

[type=checkbox],
[type=radio] {
  position: relative;
  top: -0.1em;
  width: 1em;
  height: 1em;
}

[type=color] {
  padding-inline: 2px;
}

[type=file] {
  border: none;
}

::-webkit-file-upload-button {
  padding: 0;
  color: inherit;
  font: inherit;
  line-height: 1;
}

::file-selector-button {
  padding: 0;
  color: inherit;
  font: inherit;
  line-height: 1;
}

[type=range] {
  all: revert;
  margin: 0;
  vertical-align: middle;
}

select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

select:disabled {
  opacity: inherit;
  color: #c0c0c0;
}

textarea {
  field-sizing: content;
}

::-webkit-file-upload-button {
  cursor: pointer;
}

button,
[type=button],
[type=submit],
[type=reset],
[type=image],
::file-selector-button {
  cursor: pointer;
}

::-webkit-file-upload-button:disabled {
  cursor: default;
}

button:disabled,
[type=button]:disabled,
[type=submit]:disabled,
[type=reset]:disabled,
[type=image]:disabled,
::file-selector-button:disabled {
  cursor: default;
}

label {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: default;
}

::-webkit-input-placeholder {
  color: #c0c0c0;
}

::-moz-placeholder {
  color: #c0c0c0;
}

:-ms-input-placeholder {
  color: #c0c0c0;
}

::-ms-input-placeholder {
  color: #c0c0c0;
}

::placeholder {
  color: #c0c0c0;
}

/*==================================================================================================
/***    @ Media
==================================================================================================*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}

/*==================================================================================================
/***    @ Elements
==================================================================================================*/
details,
summary {
  cursor: default;
}

details ::marker,
::-webkit-details-marker {
  display: none;
  content: "";
  content: none;
}

dialog {
  all: revert;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

iframe {
  all: unset;
}

meter {
  -webkit-appearance: revert;
     -moz-appearance: revert;
          appearance: revert;
}

progress {
  vertical-align: middle;
}

.container {
  margin-top: -60px !important;
  padding-top: 60px !important;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .container {
    margin-top: 0;
    padding-top: 0;
  }
}

.outer {
  display: grid;
  grid-template-columns: 1fr min(100%, 1280px) 1fr;
  padding-block: 80px;
}

.inner {
  grid-column: 2/-2;
  padding-inline: 16px;
}
@media screen and (min-width: 768px) {
  .inner {
    padding-inline: 40px;
  }
}
.inner.wide-full {
  grid-column: 1/-1;
}
.inner.wide-left {
  grid-column: 1/-2;
}
.inner.wide-right {
  grid-column: 2/-1;
}

.of-hide {
  overflow: hidden;
}

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

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

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

/***    Azeret Mono
--------------------------------------------------*/
.azeret-mono {
  font-family: "Azeret Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 400; /* 100-900 */
  font-style: normal;
}

/***    Caveat
--------------------------------------------------*/
.caveat {
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 400; /* 400-700 */
  font-style: normal;
}

/***    Comfortaa
--------------------------------------------------*/
.comfortaa {
  font-family: "Comfortaa", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400; /* 300-700 */
  font-style: normal;
}

/***    Dosis
--------------------------------------------------*/
.dosis {
  font-family: "Dosis", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400; /* 200-800 */
  font-style: normal;
}

/***    Josefin Slab
--------------------------------------------------*/
.josefin-slab {
  font-family: "Josefin Slab", serif;
  font-optical-sizing: auto;
  font-weight: 400; /* 100-700 */
  font-style: normal;
}

/***    Jura
--------------------------------------------------*/
.jura {
  font-family: "Jura", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400; /* 300-700 */
  font-style: normal;
}

/***    Lora
--------------------------------------------------*/
.lora {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400; /* 400-700 */
  font-style: normal;
}

/***    Smooch Sans
--------------------------------------------------*/
.smooch-sans {
  font-family: "Smooch Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400; /* 100-900 */
  font-style: normal;
}

/***    Teko
--------------------------------------------------*/
.teko {
  font-family: "Teko", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400; /* 300-700 */
  font-style: normal;
}

/***    Zen Maru Gothic
--------------------------------------------------*/
.zen-maru-gothic {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400; /* 300-900 */
  font-style: normal;
}

#gnavi {
  margin-left: auto;
  margin-right: -16px;
}
@media screen and (min-width: 992px) {
  #gnavi {
    margin-top: auto;
    margin-right: 0;
  }
}
#gnavi .navi-toggle {
  position: relative;
  width: 60px;
  height: 60px;
  padding: 8px;
  z-index: 9999;
  cursor: pointer;
  border: none;
  color: #808080;
}
#gnavi .navi-toggle .navi-hamburger {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#gnavi .navi-toggle .navi-hamburger span {
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: #808080;
  border-radius: 2px;
}
#gnavi .navi-toggle .navi-hamburger span:first-of-type {
  top: 0;
}
#gnavi .navi-toggle .navi-hamburger span:nth-of-type(2) {
  top: 50%;
  height: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: transparent;
}
#gnavi .navi-toggle .navi-hamburger span:nth-of-type(2)::before {
  content: "MENU";
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: #808080;
  font-size: 0.75em;
  line-height: 1;
}
#gnavi .navi-toggle .navi-hamburger span:last-of-type {
  bottom: 0;
}
@media screen and (min-width: 992px) {
  #gnavi .navi-toggle {
    display: none;
  }
}
#gnavi .navi-modal {
  position: fixed;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  #gnavi .navi-modal {
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  #gnavi .navi-modal {
    position: relative;
    width: 100%;
    padding: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    background-color: transparent;
  }
}
#gnavi .navi-modal .navi-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-block: 1px dotted #dcdcdc;
}
@media screen and (min-width: 992px) {
  #gnavi .navi-modal .navi-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 24px;
    border: none;
  }
}
#gnavi .navi-modal .navi-menu li + li {
  border-top: 1px dotted #dcdcdc;
}
@media screen and (min-width: 992px) {
  #gnavi .navi-modal .navi-menu li + li {
    border: none;
  }
}
#gnavi .navi-modal .navi-menu a {
  display: block;
  padding: 16px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  #gnavi .navi-modal .navi-menu a {
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  #gnavi .navi-modal .sns-link {
    display: none;
  }
}

#gnavi.open .navi-toggle .navi-hamburger {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
#gnavi.open .navi-toggle .navi-hamburger span:first-of-type {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
#gnavi.open .navi-toggle .navi-hamburger span:nth-of-type(2) {
  opacity: 0;
}
#gnavi.open .navi-toggle .navi-hamburger span:last-of-type {
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(45deg);
          transform: translateY(50%) rotate(45deg);
}
#gnavi.open .navi-modal {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.sns-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sns-link a {
  display: block;
  font-size: 2em;
}

.button-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .button-set {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.button {
  padding: 24px 40px;
  background-color: #000000;
  border-radius: 5px;
  color: #fff;
  font-size: clamp(2rem, 2.5vw, 2em);
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1;
  text-align: center;
}

form {
  width: 100%;
  max-width: 768px;
  margin-inline: auto;
}
form fieldset {
  border: none;
}
form input, form textarea, form select, form optgroup, form button {
  padding: 8px;
  background-color: #fff;
  border-radius: 5px;
}
form textarea {
  min-height: 11lh;
}
form li {
  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 (min-width: 768px) {
  form li {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
}
form li + li {
  margin-top: 24px;
}
form li .span1 {
  grid-column: span 1;
}
form li .span2 {
  grid-column: span 2;
}
form li .span3 {
  grid-column: span 3;
}
form li .span4 {
  grid-column: span 4;
}
form li .span5 {
  grid-column: span 5;
}
form li .span6 {
  grid-column: span 6;
}
form li .span7 {
  grid-column: span 7;
}
form li .span8 {
  grid-column: span 8;
}
form li .span9 {
  grid-column: span 9;
}
form li .span10 {
  grid-column: span 10;
}
form li .span11 {
  grid-column: span 11;
}
form li .span12 {
  grid-column: span 12;
}
form li .form-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  margin-bottom: 8px;
  font-weight: bold;
}
form li .form-label::after {
  display: inline-block;
  padding: 4px;
  background-color: #808080;
  border-radius: 4px;
  content: "任意";
  color: #fff;
  font-size: 0.625em;
  font-weight: normal;
  line-height: 1;
}
form li .form-label.required::after {
  background-color: #f30;
  content: "必須";
}
form li fieldset label {
  display: block;
}
form li fieldset label input {
  margin-right: 8px;
}
form li fieldset.opt-inline label {
  display: inline-block;
}
form li fieldset.opt-inline label + label {
  margin-left: 24px;
}
@media screen and (min-width: 768px) {
  form li .form-item {
    margin-top: 0 !important;
  }
}
form li .form-item:not(label) + .form-item:not(label) {
  margin-top: 8px;
}
form li .form-note {
  display: block;
  margin-top: 8px;
  color: #808080;
  line-height: 1.2;
}
form li span.form-error {
  color: #f30;
  font-size: 0.875em;
}
form li span.form-error:first-of-type {
  margin-top: 8px;
}
form li span.form-error::before {
  content: "\f06a";
  margin-right: 0.5em;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
}
form .form-submit {
  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;
  row-gap: 16px;
  margin-top: 80px;
}
form .form-submit .button-set {
  margin-top: 0;
}
form .form-submit a {
  display: inline-block;
  margin-inline: 8px;
}
form .form-submit #submit {
  width: 100%;
  padding: 16px 24px;
  font-size: 1.125em;
}
@media screen and (min-width: 768px) {
  form .form-submit #submit {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    min-width: 250px;
  }
}
form .form-result {
  display: none;
  margin: 40px auto 0;
  padding: 8px 16px;
  border: 2px solid #dcdcdc;
  text-align: center;
}
form .form-result.success {
  border-color: #6c3;
}
form .form-result.error {
  border-color: #f30;
}

#fixedlink {
  position: sticky;
  bottom: 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  width: 100%;
  height: 60px;
  margin: auto auto 0;
  padding: 8px;
  background-color: #f5f5f5;
}
@media screen and (min-width: 768px) {
  #fixedlink {
    margin-top: -60px;
    background-color: transparent;
    pointer-events: none;
  }
}
#fixedlink a {
  display: grid;
  place-content: center;
  height: 100%;
  pointer-events: all;
  background-color: #808080;
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #fixedlink a {
    background-color: transparent;
    color: #808080;
  }
}
@media screen and (min-width: 768px) {
  #fixedlink .call {
    display: none !important;
  }
}
#fixedlink .return {
  aspect-ratio: 1/1;
  width: 44px;
}

.modal-overlay {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: color-mix(in srgb, #000 50%, transparent);
  border: none;
}

.modal-window {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: min(1000px, 90vw);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding-block: 40px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px #000;
          box-shadow: 0 0 10px #000;
  border-radius: 20px;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  place-content: center;
  aspect-ratio: 1/1;
  width: 40px;
  -webkit-transform: translate(30%, -30%);
          transform: translate(30%, -30%);
  background-color: #fff;
  border: none;
  border-radius: 20px;
  font-size: 2em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .modal-close {
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}

.modal-content {
  aspect-ratio: 9/16;
  padding-inline: 40px;
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .modal-content {
    aspect-ratio: 16/9;
  }
}

.slick-slider {
  overflow: hidden;
}

.slider-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin-block: 8px;
  line-height: 1;
}
.slider-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  background-color: #f5f5f5;
  border: none;
  border-radius: 5px;
  font-size: 0;
}
.slider-dots .slick-active button {
  background-color: #808080;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.75;
}
@media screen and (min-width: 992px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
body p + p {
  margin-top: 1lh;
}

section.anchor .outer {
  padding-block: 0;
}
section.anchor ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.anchor ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 992px) {
  section.anchor ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}
section.anchor ul li {
  border: 1px solid currentColor;
}
@media screen and (min-width: 992px) {
  section.anchor ul li {
    border: none;
  }
}
@media screen and (min-width: 992px) {
  section.anchor ul li + li {
    border-left: 1px solid currentColor;
  }
}
section.anchor ul a {
  display: block;
  padding: 8px 24px;
}
@media screen and (min-width: 992px) {
  section.anchor ul a {
    padding-block: 0;
  }
}
section .section-title {
  margin-bottom: 80px;
  font-size: clamp(2.8rem, 2.8125vw, 2.25em);
  letter-spacing: 4px;
  line-height: 1.2;
  text-align: center;
  text-indent: 4px;
  word-break: keep-all;
}
section .section-title.hl-underline {
  position: relative;
  padding-bottom: 24px;
}
section .section-title.hl-underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 50px);
  display: block;
  width: 100px;
  height: 4px;
  background-color: currentColor;
  border-radius: 2px;
}
section .section-title.hl-subtext p {
  display: block;
  margin-top: 8px;
  opacity: 0.5;
  color: currentColor;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: normal;
  text-transform: none;
}
section .section-lead {
  margin-block: 80px;
}
@media screen and (min-width: 768px) {
  section .section-lead {
    text-align: center;
  }
}

#header {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 60px;
  overflow: hidden;
  z-index: 9999;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  #header {
    max-height: none;
  }
  #header.down {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
#header .outer {
  padding-block: 0;
}
@media screen and (min-width: 992px) {
  #header .outer {
    padding-block: 16px;
  }
}
#header .inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 16px;
}
@media screen and (min-width: 992px) {
  #header .inner {
    padding-inline: 40px;
  }
}
#header .inner .site-description {
  display: none;
  grid-column: 1/-1;
}
@media screen and (min-width: 992px) {
  #header .inner .site-description {
    display: block;
  }
}

#footer {
  margin-top: auto;
  overflow: hidden;
  background-color: #808080;
  color: #fff;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  #footer {
    font-size: 0.875em;
  }
}
#footer .outer {
  padding-block: 40px;
}
#footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  #footer .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#footer address {
  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: 16px;
}
@media screen and (min-width: 768px) {
  #footer address {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#footer .address-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
#footer .utility-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 8px;
  line-height: 1;
}
#footer .utility-link li + li::before {
  content: "｜";
  padding-inline: 8px;
}
#footer .utility-link li > a {
  display: inline-block;
  border: none;
  border-bottom: 1px dotted currentColor;
}
#footer .utility-link button {
  padding: 0;
  vertical-align: baseline;
  border: none;
  border-radius: 0;
  color: inherit;
  line-height: 1;
}

dialog .policy h2 {
  margin-bottom: 40px;
  padding-bottom: 8px;
  border-bottom: 3px double #dcdcdc;
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
}
dialog .policy h3 {
  position: relative;
  margin: 40px 0 16px;
  padding-left: 1em;
  font-size: 1.125em;
  font-weight: bold;
}
dialog .policy h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 4px;
  height: 100%;
  background-color: #808080;
  border-radius: 2px;
}
dialog .policy p + p {
  margin-top: 1lh;
}
dialog .policy time {
  display: block;
  margin-bottom: 1lh;
}
dialog .policy address {
  margin-top: 24px;
  padding: 16px;
  background: repeating-linear-gradient(-45deg, #f5f5f5, #f5f5f5 25%, transparent 25%, transparent 50%, #f5f5f5 50%, #f5f5f5 75%, transparent 75%, transparent);
  background-clip: padding-box;
  background-size: 4px 4px;
  border: 1px solid #dcdcdc;
  line-height: 1.5;
}
dialog .policy address dt {
  margin-bottom: 4px;
}
dialog .policy address dd {
  margin-left: 1em;
}
@media screen and (min-width: 768px) {
  dialog .policy p,
  dialog .policy time,
  dialog .policy address {
    font-size: 0.875em;
  }
}

section.title .outer:has(.page-title) {
  background-color: #808080;
}
section.title .page-title {
  color: #fff;
  font-size: clamp(2.4rem, 2.5vw, 2em);
  letter-spacing: 0.5em;
  line-height: 1.5;
  text-align: center;
  text-indent: 0.5em;
  text-shadow: 0 0 5px #808080;
}
section.title .page-title p {
  font-size: 1.6rem;
  letter-spacing: 0.25em;
  text-indent: 0.25em;
  text-shadow: 0 0 2px #808080;
}
@media screen and (min-width: 768px) {
  section.title .lead {
    text-align: center;
  }
}

section.slider .slick-slide {
  width: 100%;
  max-width: 1000px;
  margin-inline: 8px;
}

section.message .message-wrap {
  text-align: left;
}
@media screen and (min-width: 768px) {
  section.message .message-wrap {
    text-align: center;
  }
}
section.message .message-wrap:has(.message-image) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 40px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  section.message .message-wrap:has(.message-image) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 992px) {
  section.message .message-wrap:has(.message-image) {
    gap: 80px;
  }
}
@media screen and (min-width: 768px) {
  section.message .message-wrap:not(:has(.message-image)) .from {
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  section.message .message-wrap:not(:has(.message-image)) .from small {
    margin-inline: auto;
  }
}
section.message .message-wrap .message-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
section.message .message-wrap .message-text .headline {
  font-size: clamp(1.6rem, 1.5625vw, 1.25em);
  font-weight: bold;
}
section.message .message-wrap .message-text .headline p {
  font-size: clamp(2.2rem, 2.5vw, 1.6em);
}
section.message .message-wrap .message-text .from {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: clamp(1.8rem, 1.5625vw, 1.25em);
  line-height: 1.5;
}
section.message .message-wrap .message-text .from small {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  font-size: clamp(1.2rem, 1.09375vw, 0.7em);
}
section.message .message-wrap .message-image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  section.message .message-wrap .message-image {
    max-width: min(29.296875vw, 375px);
  }
}
section.message .message-wrap .message-image img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
section.message .images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  section.message .images {
    grid-template-columns: repeat(4, 1fr);
  }
}

#youtube iframe {
  display: block;
  aspect-ratio: 16/9;
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
}

section.outline1 .outer:not(:has(.inner > .button-set)) {
  padding-bottom: 0;
}
section.outline1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 992px) {
  section.outline1 ul {
    gap: 80px;
  }
}
section.outline1 li {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media screen and (min-width: 768px) {
  section.outline1 li {
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
  }
}
@media screen and (min-width: 768px) {
  section.outline1 li:nth-child(odd) {
    grid-template-columns: 3fr 2fr;
  }
  section.outline1 li:nth-child(odd) h3 {
    grid-column: 1/-1;
  }
  section.outline1 li:nth-child(odd) .block-text {
    grid-column: 1;
  }
  section.outline1 li:nth-child(odd) .block-image {
    grid-column: 2;
  }
}
@media screen and (min-width: 992px) {
  section.outline1 li:nth-child(odd) {
    grid-template-columns: 1fr auto;
  }
}
@media screen and (min-width: 768px) {
  section.outline1 li:nth-child(even) {
    grid-template-columns: 2fr 3fr;
  }
  section.outline1 li:nth-child(even) h3 {
    grid-column: 2/-1;
  }
  section.outline1 li:nth-child(even) .block-text {
    grid-column: 2;
  }
  section.outline1 li:nth-child(even) .block-image {
    grid-column: 1;
  }
}
@media screen and (min-width: 992px) {
  section.outline1 li:nth-child(even) {
    grid-template-columns: auto 1fr;
  }
}
section.outline1 li h3 {
  color: #f5f5f5;
  font-family: serif;
  font-size: 3em;
  line-height: 60px;
}
section.outline1 .block-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  padding-block: 40px;
}
@media screen and (min-width: 768px) {
  section.outline1 .block-wrap {
    grid-column: span 2;
    display: grid;
    grid-template-columns: subgrid;
    gap: inherit;
  }
}
section.outline1 .block-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc((100vw - min(100%, 100vw)) / 2 * -1);
  display: block;
  z-index: -1;
  width: 100vw;
  height: 100%;
  background-color: #f5f5f5;
}
section.outline1 .block-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
section.outline1 .block-text hgroup {
  margin-bottom: 24px;
  font-size: clamp(1.6rem, 1.40625vw, 1.125em);
  font-weight: bold;
  line-height: 1.5;
}
section.outline1 .block-text hgroup h4 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 24px;
  background-color: #000;
  color: #fff;
}
section.outline1 .block-text hgroup p {
  margin-top: 16px;
  font-size: clamp(2.2rem, 2.5vw, 1.6em);
}
section.outline1 .block-text .button-set {
  margin-top: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
section.outline1 .block-text .button-set .button {
  padding: 16px 24px;
  background-color: #fff;
  border-radius: 0;
  color: #333;
  font-size: clamp(1.6rem, 1.5625vw, 1.25em);
  font-weight: normal;
}
@media screen and (min-width: 992px) {
  section.outline1 .block-text .button-set .button {
    padding: 24px 48px;
  }
}
section.outline1 .block-image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  section.outline1 .block-image {
    grid-row: 1;
    max-width: 350px;
    margin-top: -100px;
  }
}
@media screen and (min-width: 1200px) {
  section.outline1 .block-image {
    max-width: 450px;
  }
}
section.outline1 .button-set {
  margin-top: 80px;
}

section.outline2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  section.outline2 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
section.outline2 li {
  padding: 24px;
  background-color: #f5f5f5;
}
section.outline2 li:has(.block-image) {
  grid-column: span 2;
}
@media screen and (min-width: 768px) {
  section.outline2 li {
    padding: 40px;
  }
}
@media screen and (min-width: 1200px) {
  section.outline2 li {
    padding: 64px 80px;
  }
}
section.outline2 .block-wrap:has(.block-image) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  section.outline2 .block-wrap:has(.block-image) {
    display: grid;
    grid-template-columns: 3fr 2fr;
  }
}
@media screen and (min-width: 992px) {
  section.outline2 .block-wrap:has(.block-image) {
    gap: 80px;
  }
}
section.outline2 .block-wrap .block-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
section.outline2 .block-wrap .block-text hgroup {
  font-size: clamp(1.6rem, 1.5625vw, 1.25em);
  font-weight: bold;
  line-height: 1.5;
}
section.outline2 .block-wrap .block-text hgroup p {
  font-size: clamp(2.2rem, 2.5vw, 1.6em);
}
section.outline2 .block-wrap .block-text .button-set {
  margin-top: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
section.outline2 .block-wrap .block-text .button-set .button {
  padding: 16px 24px;
  background-color: #fff;
  border-radius: 0;
  color: #333;
  font-size: clamp(1.6rem, 1.5625vw, 1.25em);
  font-weight: normal;
}
@media screen and (min-width: 992px) {
  section.outline2 .block-wrap .block-text .button-set .button {
    padding: 24px 48px;
  }
}
section.outline2 .block-wrap .block-image {
  -ms-flex-item-align: center;
      align-self: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  section.outline2 .block-wrap .block-image {
    max-width: 350px;
  }
}
@media screen and (min-width: 992px) {
  section.outline2 .block-wrap .block-image {
    max-width: 450px;
  }
}
section.outline2 .button-set {
  margin-top: 80px;
}

section.detail1 .block-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
section.detail1 .block-list h3 {
  padding: 16px;
  background-color: #f5f5f5;
  color: #fff;
  font-size: clamp(2em, 2.1875vw, 2.625em);
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  text-align: center;
  text-shadow: 0 0 5px #808080;
}
section.detail1 .block-list .block-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 40px 16px;
}
@media screen and (min-width: 768px) {
  section.detail1 .block-list .block-wrap {
    padding: 40px;
  }
}
@media screen and (min-width: 992px) {
  section.detail1 .block-list .block-wrap {
    grid-template-columns: 3fr 2fr;
  }
}
@media screen and (min-width: 1200px) {
  section.detail1 .block-list .block-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
    padding: 80px;
  }
}
section.detail1 .block-list .block-wrap .block-text {
  grid-row: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
@media screen and (min-width: 992px) {
  section.detail1 .block-list .block-wrap .block-text {
    grid-row: 1;
  }
}
section.detail1 .block-list .block-wrap .block-text hgroup {
  margin-bottom: 24px;
  font-size: clamp(1.6rem, 1.5625vw, 1.25em);
  font-weight: bold;
  line-height: 1.5;
}
section.detail1 .block-list .block-wrap .block-text hgroup p {
  font-size: clamp(2.2rem, 2.5vw, 1.6em);
}
section.detail1 .block-list .block-wrap .block-text .button-set {
  margin-top: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
section.detail1 .block-list .block-wrap .block-text .button-set .button {
  padding: 16px 24px;
  border-radius: 0;
  font-size: clamp(1.6rem, 1.5625vw, 1.25em);
  font-weight: normal;
}
@media screen and (min-width: 992px) {
  section.detail1 .block-list .block-wrap .block-text .button-set .button {
    padding: 24px 48px;
  }
}
section.detail1 .block-list .block-wrap .block-image {
  grid-row: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.detail1 .block-list .block-wrap .block-image img {
  width: 100%;
  max-width: 250px;
}
@media screen and (min-width: 992px) {
  section.detail1 .block-list .block-wrap .block-image img {
    max-width: none;
  }
}
section.detail1 .button-set {
  margin-top: 80px;
}

section.free .outer {
  background-color: #fff799;
}

section.table table {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  background-color: #fff;
}
section.table th,
section.table td {
  min-width: 150px;
  padding: 8px 16px;
  border: 1px solid #dcdcdc;
}
section.table th {
  background-color: #f5f5f5;
  text-align: center;
}
section.table tr:not(:has(td)) th {
  border-bottom: 3px solid #dcdcdc;
}
section.table tr:has(td) th:first-child {
  border-right: 3px solid #dcdcdc;
}

section.triple .outer {
  background-color: #fff799;
}
section.triple .triple-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 576px) {
  section.triple .triple-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
  }
}
@media screen and (min-width: 768px) {
  section.triple .triple-list {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 80px;
  }
}
section.triple .triple-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
section.triple .triple-list li .triple-image {
  display: block;
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 200px;
  margin-inline: auto;
  margin-bottom: 40px;
  border-radius: 100px;
}
section.triple .triple-list li .triple-text h3 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 1.875vw, 1.5em);
  line-height: 1.5;
  text-align: center;
}
section.triple .triple-list li .triple-text div {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
}

section.accordion .outer {
  background-color: #fff799;
}
section.accordion details {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
section.accordion details + details {
  margin-top: 8px;
}
section.accordion details summary {
  position: relative;
  margin: 8px;
  padding: 8px 16px;
  cursor: pointer;
  font-weight: bold;
}
section.accordion details summary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 4px;
  height: 100%;
  background-color: #808080;
  border-radius: 2px;
}
section.accordion details div {
  margin: 8px;
  padding: 16px;
  background-color: #f5f5f5;
  border-radius: 5px;
}

section.gallery .outer {
  background-color: #fff799;
}
section.gallery .inner {
  padding-inline: 0;
}
section.gallery .slick-slide {
  width: 100%;
  max-width: 375px;
  margin-inline: 8px;
}

section.lists dl {
  display: grid;
  grid-template-columns: auto 1fr;
  width: 100%;
  max-width: 768px;
  margin-inline: auto;
  border-block: 1px solid #dcdcdc;
}
section.lists dt,
section.lists dd {
  padding: 8px 16px;
}
section.lists dt ~ dt,
section.lists dd ~ dd {
  border-top: 1px solid #dcdcdc;
}
section.lists dt {
  min-width: 120px;
}

section.map iframe {
  display: block;
  width: 100%;
  height: 400px;
}

section.access .outer {
  background-color: #fff799;
}
section.access .access-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  section.access .access-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
section.access .access-info {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
section.access .access-info dt {
  margin-bottom: 24px;
  font-size: clamp(1.8rem, 1.5625vw, 1.25em);
}
section.access .access-info dd + dd {
  margin-top: 8px;
}
section.access .access-map {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
section.access .access-map iframe {
  display: block;
  aspect-ratio: 16/9;
}

section.contact .outer:first-child {
  background-color: #f5f5f5;
}
section.contact .section-lead {
  margin: 0;
}
section.contact .button {
  padding-block: 16px;
}

main.free section:not(.title) .outer {
  background-color: transparent;
}
main.free section:not(.title):nth-child(odd) .outer {
  background-color: #fff799;
}/*# sourceMappingURL=style.css.map */