@charset "UTF-8";
/* CSS Document */
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

ol, ul {
  list-style: none;
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

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

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/* --------------------------------
common
----------------------------------- */
html {
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
  font-size: 10px;
}
@media (min-width: 768px) and (max-width: 1140px) {
  html {
    font-size: 0.8771929825vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #222222;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
    line-height: 1.6923076923;
  }
}

#container {
  width: 100%;
  overflow: hidden;
}

.main:not(.top-main) {
  margin-top: 7.4rem;
}
@media (max-width: 767px) {
  .main:not(.top-main) {
    margin-top: 6rem;
  }
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
/*SVGスプライト用*/
.all_svg {
  display: none;
}

a {
  text-decoration: none;
  color: #222222;
  transition: all 0.4s;
}

.inner {
  width: 108rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .inner {
    width: 33.5rem;
  }
}

img {
  width: 100%;
  height: auto;
  display: block;
}

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

/* --------------------------------
animation
----------------------------------- */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.hinge {
  animation-duration: 2s;
}

@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* --------------------------------
header
----------------------------------- */
.l-header {
  width: 100%;
  height: 7.4rem;
  background: rgba(44, 62, 80, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: all 0.8s ease-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 2.4rem;
}
@media (max-width: 767px) {
  .l-header {
    padding-inline: 2rem;
    height: 6rem;
  }
}
.l-header__logo {
  position: relative;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 0.3rem;
}
@media (max-width: 767px) {
  .l-header__logo {
    row-gap: 0.2rem;
  }
}
.l-header__logo a {
  height: 7.4rem;
  display: flex;
  align-items: center;
  column-gap: 0.8rem;
}
.l-header__logo a .logo-img {
  display: block;
  width: 10.6rem;
}
@media (max-width: 767px) {
  .l-header__logo a .logo-img {
    width: 9rem;
  }
}
.l-header__logo a .logo-text {
  font-size: 1.8rem;
  line-height: 1.2;
  color: #fff;
}
@media (max-width: 767px) {
  .l-header__logo a .logo-text {
    font-size: 1.6rem;
  }
}
@media (any-hover: hover) {
  .l-header__logo a:hover {
    opacity: 0.7;
  }
}
.l-header__hb-btn {
  width: 4rem;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 100;
  cursor: pointer;
}
.l-header__hb-btn .hb-inner {
  width: 100%;
  height: 3rem;
  position: relative;
}
.l-header__hb-btn .hb-inner span {
  display: block;
  width: 100%;
  height: 0.2rem;
  background: #caa846;
  position: absolute;
  left: 0;
  transition: all 0.4s;
}
.l-header__hb-btn .hb-inner span:nth-of-type(1) {
  top: 0;
}
.l-header__hb-btn .hb-inner span:nth-of-type(2) {
  top: 1.4rem;
}
.l-header__hb-btn .hb-inner span:nth-of-type(3) {
  top: 2.8rem;
}
.l-header__hb-btn.is-open .hb-inner span:nth-of-type(1) {
  top: 1.4rem;
  transform: rotate(45deg);
}
.l-header__hb-btn.is-open .hb-inner span:nth-of-type(2) {
  display: none;
}
.l-header__hb-btn.is-open .hb-inner span:nth-of-type(3) {
  top: 1.4rem;
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .l-header__nav {
    width: 100%;
    height: 100vh;
    background: #2c3e50;
    position: fixed;
    top: 0;
    left: 120%;
    overflow: auto;
    transition: all 0.4s ease-out;
    overscroll-behavior: none;
    /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
    -ms-overflow-style: none;
    /*Firefoxへの対応*/
    scrollbar-width: none;
    /*Google Chrome、Safariへの対応*/
  }
  .l-header__nav::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 767px) {
  .l-header__nav.is-open {
    left: 0;
  }
}
@media (max-width: 767px) {
  .l-header__nav-inner {
    padding: 14rem 2rem 8rem;
    min-height: calc(100% + 1px);
  }
}
@media (min-width: 768px) {
  .l-header ul {
    display: flex;
    column-gap: 0.9rem;
  }
}
@media (max-width: 767px) {
  .l-header ul {
    border-top: 0.1rem solid #caa846;
  }
}
.l-header ul > li {
  position: relative;
}
@media (max-width: 767px) {
  .l-header ul > li {
    border-bottom: 0.1rem solid #caa846;
  }
}
.l-header ul > li > a {
  width: 8.4rem;
  height: 3.6rem;
  display: grid;
  place-content: center;
  background: #fff;
  color: #2c3e50;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: bold;
  position: relative;
}
@media (max-width: 767px) {
  .l-header ul > li > a {
    width: 100%;
    height: 4.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: #caa846;
    background: none;
  }
}
@media (min-width: 768px) {
  .l-header ul > li > a::after {
    content: "";
    width: 100%;
    height: 0.3rem;
    background: #caa846;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    clip-path: inset(0 100% 0 0);
    transition: all 0.6s;
  }
}
@media (any-hover: hover) {
  .l-header ul > li > a:hover::after {
    clip-path: inset(0);
  }
}
@media (min-width: 768px) {
  .l-header ul > li.special-link > a {
    width: 13.8rem;
    background: #caa846;
    border: 0.2rem solid #caa846;
    color: #fff;
  }
  .l-header ul > li.special-link > a::after {
    display: none;
  }
}
@media (any-hover: hover) {
  .l-header ul > li.special-link > a:hover {
    background: #fff;
    color: #caa846;
  }
}
@media (min-width: 768px) {
  .l-header ul > li.current-menu-item > a::after {
    clip-path: inset(0);
  }
}

/* --------------------------------
footer
----------------------------------- */
.l-footer {
  padding-block: 4.8rem 4rem;
  background: #61b0d1;
  color: #fff;
}
@media (max-width: 767px) {
  .l-footer {
    padding-block: 3.6rem 3rem;
  }
}
.l-footer__nav ul {
  display: flex;
  justify-content: center;
  column-gap: 0.9rem;
}
@media (max-width: 767px) {
  .l-footer__nav ul {
    flex-wrap: wrap;
    row-gap: 0.9rem;
  }
}
.l-footer__nav ul > li {
  position: relative;
}
.l-footer__nav ul > li > a {
  width: 8.4rem;
  height: 3.6rem;
  display: grid;
  place-content: center;
  background: rgba(255, 255, 255, 0.8);
  color: #2c3e50;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: bold;
  position: relative;
}
.l-footer__nav ul > li > a::after {
  content: "";
  width: 100%;
  height: 0.3rem;
  background: #caa846;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  clip-path: inset(0 100% 0 0);
  transition: all 0.6s;
}
@media (any-hover: hover) {
  .l-footer__nav ul > li > a:hover::after {
    clip-path: inset(0);
  }
}
.l-footer__nav ul > li.special-link > a {
  width: 13.8rem;
}
.l-footer__info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 3.6rem;
}
@media (max-width: 767px) {
  .l-footer__info {
    align-items: center;
    flex-direction: column;
    row-gap: 3rem;
    margin-top: 3rem;
  }
}
.l-footer__logo {
  position: relative;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 0.3rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .l-footer__logo {
    row-gap: 0.2rem;
    margin-bottom: 0;
  }
}
.l-footer__logo a {
  display: flex;
  align-items: center;
  column-gap: 0.8rem;
}
.l-footer__logo a .logo-img {
  display: block;
  width: 10.6rem;
}
@media (max-width: 767px) {
  .l-footer__logo a .logo-img {
    width: 12rem;
  }
}
.l-footer__logo a .logo-text {
  font-size: 1.8rem;
  line-height: 1.2;
  color: #fff;
}
@media (max-width: 767px) {
  .l-footer__logo a .logo-text {
    font-size: 1.6rem;
  }
}
@media (any-hover: hover) {
  .l-footer__logo a:hover {
    opacity: 0.7;
  }
}
.l-footer__sns ul {
  display: flex;
  align-items: center;
  column-gap: 2.8rem;
}
.l-footer__sns ul li a {
  display: block;
  width: 2.2rem;
  font-size: 0;
}
.l-footer__sns ul li a.facebook-icon {
  width: 1.4rem;
}
.l-footer__sns ul li a.x-icon {
  width: 2.37rem;
}
.l-footer__sns ul li a.instagram-icon {
  width: 2.12rem;
}
.l-footer__sns ul li a.youtube-icon {
  width: 2.37rem;
}
.l-footer__sns ul li a svg {
  fill: #fff;
  transition: all 0.4s;
}
@media (any-hover: hover) {
  .l-footer__sns ul li a:hover svg {
    fill: #caa846;
  }
}
.l-footer__copyright {
  text-align: center;
  margin-top: 2.2rem;
}
@media (max-width: 767px) {
  .l-footer__copyright {
    margin-top: 3rem;
  }
}
.l-footer__copyright p {
  font-size: 1.7rem;
}
@media (max-width: 767px) {
  .l-footer__copyright p {
    font-size: 1.2rem;
  }
}

/* --------------------------------
mv
----------------------------------- */
.l-top-mv {
  position: relative;
}
.l-top-mv__images .slick-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  column-gap: 1.2rem;
  position: absolute;
  bottom: -3rem;
  left: 0;
}
@media (max-width: 767px) {
  .l-top-mv__images .slick-dots {
    column-gap: 1rem;
    bottom: -2rem;
  }
}
.l-top-mv__images .slick-dots li button {
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  display: block;
  background: #acb7c1;
  text-indent: -9999px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .l-top-mv__images .slick-dots li button {
    width: 1rem;
    height: 1rem;
  }
}
.l-top-mv__images .slick-dots li.slick-active button {
  background: #2c3e50;
}
.l-top-mv__image img {
  aspect-ratio: 2/1;
  object-fit: cover;
}
@media (max-width: 767px) {
  .l-top-mv__image img {
    aspect-ratio: 375/550;
  }
}
.l-top-mv__contents {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 6.1666666667vw;
}
@media (max-width: 767px) {
  .l-top-mv__contents {
    padding-top: 6rem;
  }
}
.l-top-mv__logo {
  width: 23.5vw;
}
@media (max-width: 767px) {
  .l-top-mv__logo {
    width: 22rem;
  }
}
.l-top-mv .c-count-down {
  width: 15vw;
  height: 15vw;
  border-radius: 50%;
  border: 0.3333333333vw solid #caa846;
  background: #fff;
  position: absolute;
  bottom: 2vw;
  right: 6.1666666667vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .l-top-mv .c-count-down {
    width: 13rem;
    height: 13rem;
    border-width: 0.2rem;
    bottom: 1rem;
    right: 2rem;
  }
}
.l-top-mv .c-count-down::before {
  content: "";
  width: 8.6666666667vw;
  height: 8.6666666667vw;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -49%);
  border: 0.4rem dotted #caa846;
}
@media (max-width: 767px) {
  .l-top-mv .c-count-down::before {
    width: 8.3rem;
    height: 8.3rem;
  }
}
.l-top-mv .c-count-down__title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
}
.l-top-mv .c-count-down__title p {
  width: 100%;
  height: 100%;
  font-size: 1.5vw;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .l-top-mv .c-count-down__title p {
    font-size: 1.5rem;
  }
}
.l-top-mv .c-count-down__title p span {
  transform-origin: bottom center;
  display: inline-block;
  position: absolute;
  width: 1.6666666667vw;
  height: 50%;
  top: 0.3333333333vw;
  left: calc(50% - 0.8333333333vw);
}
@media (max-width: 767px) {
  .l-top-mv .c-count-down__title p span {
    top: -0.2rem;
  }
}
.l-top-mv .c-count-down__title p .char1 {
  transform: rotate(-60deg);
}
@media (max-width: 767px) {
  .l-top-mv .c-count-down__title p .char1 {
    transform: rotate(-68deg);
  }
}
.l-top-mv .c-count-down__title p .char2 {
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .l-top-mv .c-count-down__title p .char2 {
    transform: rotate(-51deg);
  }
}
.l-top-mv .c-count-down__title p .char3 {
  transform: rotate(-30deg);
}
@media (max-width: 767px) {
  .l-top-mv .c-count-down__title p .char3 {
    transform: rotate(-34deg);
  }
}
.l-top-mv .c-count-down__title p .char4 {
  transform: rotate(-17.4deg);
}
@media (max-width: 767px) {
  .l-top-mv .c-count-down__title p .char4 {
    transform: rotate(-19.4deg);
  }
}
.l-top-mv .c-count-down__title p .char5 {
  transform: rotate(0);
}
.l-top-mv .c-count-down__title p .char6 {
  transform: rotate(15deg);
}
@media (max-width: 767px) {
  .l-top-mv .c-count-down__title p .char6 {
    transform: rotate(17deg);
  }
}
.l-top-mv .c-count-down__title p .char7 {
  transform: rotate(30deg);
}
@media (max-width: 767px) {
  .l-top-mv .c-count-down__title p .char7 {
    transform: rotate(34deg);
  }
}
.l-top-mv .c-count-down__title p .char8 {
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .l-top-mv .c-count-down__title p .char8 {
    transform: rotate(51deg);
  }
}
.l-top-mv .c-count-down__title p .char9 {
  transform: rotate(60deg);
}
@media (max-width: 767px) {
  .l-top-mv .c-count-down__title p .char9 {
    transform: rotate(68deg);
  }
}
.l-top-mv .c-count-down__num {
  position: relative;
}
.l-top-mv .c-count-down__num p {
  font-size: 1.6666666667vw;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 767px) {
  .l-top-mv .c-count-down__num p {
    font-size: 1.5rem;
  }
}
.l-top-mv .c-count-down__num p span {
  font-size: 3.8333333333vw;
  min-height: 2em;
  min-width: 3ch;
}
@media (max-width: 767px) {
  .l-top-mv .c-count-down__num p span {
    font-size: 3.5rem;
  }
}

.l-child-mv {
  color: #fff;
  position: relative;
}
.l-child-mv__image img {
  aspect-ratio: 1200/320;
  object-fit: cover;
}
@media (max-width: 767px) {
  .l-child-mv__image img {
    aspect-ratio: 5/2;
  }
}
.l-child-mv__contents {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-content: center;
  background: rgba(0, 134, 205, 0.5);
}
.l-child-mv__title {
  text-align: center;
}
.l-child-mv__title h1 {
  font-size: 2vw;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .l-child-mv__title h1 {
    font-size: 1.6rem;
  }
}
.l-child-mv__title h1 span {
  display: block;
}
.l-child-mv__title h1 .en-title {
  font-size: 4.1666666667vw;
}
@media (max-width: 767px) {
  .l-child-mv__title h1 .en-title {
    font-size: 3rem;
  }
}

/* --------------------------------
loading
----------------------------------- */
.l-loading {
  width: 100%;
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  transition: opacity 2s ease, visibility 2s ease, transform 1.5s ease;
  transform-origin: top center;
  overflow: auto;
  overscroll-behavior: none;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
  /*Google Chrome、Safariへの対応*/
}
.l-loading::-webkit-scrollbar {
  display: none;
}
.l-loading.is-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.l-loading__contents {
  width: 100%;
  height: calc(100% + 1px);
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-loading__movie {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  position: relative;
}
.l-loading__movie::before {
  content: "";
  width: 100%;
  height: 130%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border: 4px solid #fff;
  z-index: 5;
}
@media (max-width: 767px) {
  .l-loading__movie::before {
    height: 150%;
  }
}
.l-loading__movie video {
  width: 130%;
  height: auto;
  aspect-ratio: 16/9;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .l-loading__movie video {
    width: 150%;
  }
}
.l-loading__movie.is-wide {
  width: auto;
  height: 100%;
}
.l-loading__movie.is-wide::before {
  height: 100%;
}
@media (max-width: 767px) {
  .l-loading__movie.is-wide::before {
    height: 100%;
  }
}
.l-loading__movie.is-wide video {
  width: auto;
  height: 100%;
}
.l-loading__movie.is-visible {
  opacity: 1;
  visibility: visible;
}

/* --------------------------------
grid
----------------------------------- */
/* --------------------------------
l-school-links
----------------------------------- */
.l-school-links {
  padding-block: 4rem;
  background: #f1f1f1;
}
@media (max-width: 767px) {
  .l-school-links {
    padding-block: 3rem 4rem;
  }
}
.l-school-links__title h2 {
  font-size: 2.4rem;
}
.l-school-links__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .l-school-links__items {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1rem;
    row-gap: 3rem;
  }
}
.l-school-links .l-school-links-item {
  display: block;
}
.l-school-links .l-school-links-item__image-area {
  background: #fff;
  padding: 0.4rem;
}
.l-school-links .l-school-links-item__image {
  overflow: hidden;
}
.l-school-links .l-school-links-item__image img {
  aspect-ratio: 245/90;
  object-fit: cover;
  transition: all 0.4s;
}
.l-school-links .l-school-links-item__text {
  font-size: 1.7rem;
  line-height: 1.6705882353;
  margin-top: 0.4rem;
  padding-inline: 0.4rem;
}
@media (max-width: 767px) {
  .l-school-links .l-school-links-item__text {
    font-size: 1.3rem;
  }
}
.l-school-links .l-school-links-item__name {
  transition: all 0.4s;
}
.l-school-links .l-school-links-item__name p {
  font-weight: 500;
  padding-left: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .l-school-links .l-school-links-item__name p {
    padding-left: 2.6rem;
  }
}
.l-school-links .l-school-links-item__name .surround-arrow-icon::before {
  content: "";
  width: 1.9rem;
  height: 1.9rem;
  background-image: url(../img/common/surround-arrow-icon.svg);
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (any-hover: hover) {
  .l-school-links .l-school-links-item:hover .l-school-links-item__image img {
    transform: scale(1.1);
  }
  .l-school-links .l-school-links-item:hover .l-school-links-item__name {
    color: #caa846;
  }
}

/* --------------------------------
l-donations
----------------------------------- */
.l-donations {
  position: relative;
}
.l-donations__images {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 767px) {
  .l-donations__images {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .l-donations__image:nth-of-type(6) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media (max-width: 767px) {
  .l-donations__image:nth-of-type(7) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
@media (max-width: 767px) {
  .l-donations__image:nth-of-type(11) {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
@media (max-width: 767px) {
  .l-donations__image:nth-of-type(12) {
    grid-column: 2/3;
    grid-row: 3/4;
  }
}
.l-donations__image img {
  aspect-ratio: 1;
  object-fit: cover;
}
.l-donations__contents {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-content: center;
}
.l-donations .l-donations-item {
  background: rgba(255, 255, 255, 0.9);
  padding: 3.6rem 2rem 4.6rem;
}
@media (max-width: 767px) {
  .l-donations .l-donations-item {
    width: 33.5rem;
    padding: 4rem 1rem 4rem;
  }
}
.l-donations .l-donations-item__title {
  text-align: center;
}
.l-donations .l-donations-item__title h2 {
  font-size: 3.6rem;
  line-height: 1.3055555556;
  color: #caa846;
}
@media (max-width: 767px) {
  .l-donations .l-donations-item__title h2 {
    font-size: 2.4rem;
  }
}
.l-donations .l-donations-item__text {
  text-align: center;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .l-donations .l-donations-item__text {
    margin-top: 3rem;
  }
}
.l-donations .l-donations-item__text p {
  font-size: 1.7rem;
  line-height: 1.6705882353;
}
@media (max-width: 767px) {
  .l-donations .l-donations-item__text p {
    font-size: 1.4rem;
    line-height: 2.2857142857;
  }
}
.l-donations .l-donations-item__text p:not(:first-of-type) {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .l-donations .l-donations-item__text p:not(:first-of-type) {
    margin-top: 3rem;
  }
}
.l-donations .l-donations-item__link {
  margin-top: 2.4rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .l-donations .l-donations-item__link {
    margin-top: 3.6rem;
  }
}

/* --------------------------------
breadcrumbs
----------------------------------- */
.l-breadcrumbs {
  padding-block: 4rem;
  color: #caa846;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .l-breadcrumbs {
    padding-block: 2rem;
    font-size: 1.4rem;
  }
}
.l-breadcrumbs a {
  color: #caa846;
  border-bottom: 0.2rem solid transparent;
  transition: all 0.4s;
}
@media (any-hover: hover) {
  .l-breadcrumbs a:hover {
    border-bottom-color: #caa846;
  }
}

/* --------------------------------
button
----------------------------------- */
.c-common-btn01 {
  width: 35.7rem;
  height: 7rem;
  display: grid;
  place-content: center;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  position: relative;
  color: #fff;
  border-radius: 4rem;
  border: 0.2rem solid #fff;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .c-common-btn01 {
    width: 28rem;
    height: 6rem;
    font-size: 2rem;
  }
}
@media (any-hover: hover) {
  .c-common-btn01:hover {
    background: #fff;
    color: #2c3e50;
  }
}
.c-common-btn01[data-mod=blue] {
  border-color: #0086cd;
  background: #0086cd;
}
@media (any-hover: hover) {
  .c-common-btn01[data-mod=blue]:hover {
    background: #fff;
    color: #0086cd;
  }
}

/* --------------------------------
title
----------------------------------- */
/* --------------------------------
item
----------------------------------- */
.c-news-item {
  padding: 3rem 4rem;
  display: flex;
  align-items: center;
  column-gap: 3rem;
  border-bottom: 0.1rem solid #caa846;
}
@media (max-width: 767px) {
  .c-news-item {
    padding: 1.4rem 0;
    column-gap: 1rem;
  }
}
.c-news-item:first-of-type {
  border-top: 0.1rem solid #caa846;
}
.c-news-item__image {
  width: 22.5rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-news-item__image {
    width: 10rem;
  }
}
.c-news-item__image img {
  aspect-ratio: 255/143;
  object-fit: cover;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .c-news-item__image img {
    aspect-ratio: 120/90;
  }
}
.c-news-item__textarea {
  flex: 1;
}
.c-news-item__info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 3rem;
}
@media (max-width: 767px) {
  .c-news-item__info {
    column-gap: 2rem;
  }
}
.c-news-item__time {
  font-size: 1.4rem;
  color: #caa846;
}
.c-news-item__category {
  flex: 1;
}
.c-news-item__title {
  margin-top: 0.4rem;
}
.c-news-item__title h3 {
  font-size: 2.4rem;
  line-height: 1.3;
  transition: all 0.4s;
  color: #caa846;
}
@media (max-width: 767px) {
  .c-news-item__title h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .c-news-item__text {
    margin-top: 0.6rem;
  }
}
.c-news-item__text p {
  font-size: 1.7rem;
  line-height: 1.6705882353;
}
@media (max-width: 767px) {
  .c-news-item__text p {
    font-size: 1rem;
  }
}
@media (any-hover: hover) {
  .c-news-item:hover .c-news-item__image img {
    transform: scale(1.1);
  }
  .c-news-item:hover .c-news-item__title h3 {
    color: #caa846;
  }
}

.c-history-anchor-item {
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  text-align: center;
  letter-spacing: 0.06em;
  padding-block: 1.4rem;
  border-radius: 2.6rem;
  border: 0.3rem solid #caa846;
  position: relative;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .c-history-anchor-item {
    border-radius: 1.6rem;
    padding-block: 0.6rem 0.4rem;
    border-width: 0.2rem;
  }
}
.c-history-anchor-item::before {
  content: "";
  width: calc(100% + 0.6rem);
  height: calc(100% + 0.6rem);
  border-radius: 2.6rem;
  background: #caa846;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  clip-path: inset(0);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .c-history-anchor-item::before {
    width: calc(100% + 0.4rem);
    height: calc(100% + 0.4rem);
    border-radius: 1.6rem;
  }
}
.c-history-anchor-item__age {
  font-size: 2rem;
  position: relative;
}
@media (max-width: 767px) {
  .c-history-anchor-item__age {
    font-size: 1.4rem;
  }
}
.c-history-anchor-item__age span {
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .c-history-anchor-item__age span {
    font-size: 2rem;
  }
}
.c-history-anchor-item__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.c-history-anchor-item__text p {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .c-history-anchor-item__text p {
    font-size: 1.1rem;
  }
}
@media (any-hover: hover) {
  .c-history-anchor-item:hover {
    color: #caa846;
  }
  .c-history-anchor-item:hover::before {
    clip-path: inset(0 0 0 100%);
  }
}

/* --------------------------------
parts
----------------------------------- */
.c-category-icon {
  display: inline-block;
  padding: 0.2rem 1.2rem;
  border-radius: 1.6rem;
  background: #caa846;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .c-category-icon {
    padding: 0.1rem 1rem;
    font-size: 1.1rem;
  }
}
.c-category-icon[data-mod=single-news] {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .c-category-icon[data-mod=single-news] {
    font-size: 1.2rem;
  }
}

/* --------------------------------
pagination
----------------------------------- */
.c-list-pagination .wp-pagenavi {
  display: flex;
  justify-content: center;
  column-gap: 1rem;
}
@media (max-width: 767px) {
  .c-list-pagination .wp-pagenavi {
    column-gap: 0.6rem;
  }
}
.c-list-pagination .wp-pagenavi span,
.c-list-pagination .wp-pagenavi a {
  margin: 0;
  padding: 0;
  width: 4.4rem;
  height: 4.4rem;
  display: grid;
  place-content: center;
  border: none;
  font-size: 1.6rem;
  line-height: 1;
  background: #e9e0bd;
  font-weight: bold;
  color: #444;
}
@media (max-width: 767px) {
  .c-list-pagination .wp-pagenavi span,
  .c-list-pagination .wp-pagenavi a {
    font-size: 2rem;
    width: 4rem;
    height: 4rem;
    font-size: 1.6rem;
  }
}
.c-list-pagination .wp-pagenavi span.previouspostslink, .c-list-pagination .wp-pagenavi span.nextpostslink,
.c-list-pagination .wp-pagenavi a.previouspostslink,
.c-list-pagination .wp-pagenavi a.nextpostslink {
  width: 6rem;
}
@media (max-width: 767px) {
  .c-list-pagination .wp-pagenavi span.previouspostslink, .c-list-pagination .wp-pagenavi span.nextpostslink,
  .c-list-pagination .wp-pagenavi a.previouspostslink,
  .c-list-pagination .wp-pagenavi a.nextpostslink {
    width: 5rem;
  }
}
.c-list-pagination .wp-pagenavi a {
  transition: all 0.4s;
}
@media (any-hover: hover) {
  .c-list-pagination .wp-pagenavi a:hover {
    color: #fff;
    background: #caa846;
  }
}
.c-list-pagination .wp-pagenavi .current {
  color: #fff;
  background: #caa846;
  border: none;
}

.c-single-pagination__items {
  display: grid;
  grid-template-columns: 30rem 30rem;
  column-gap: 3rem;
  justify-content: center;
}
@media (max-width: 767px) {
  .c-single-pagination__items {
    grid-template-columns: 1fr 1fr;
    column-gap: 1.5rem;
    row-gap: 1.5rem;
  }
}
.c-single-pagination__item a {
  width: 100%;
  height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 3rem;
  border: 0.2rem solid #caa846;
  background: #caa846;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1;
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-single-pagination__item a {
    font-size: 2rem;
    height: 6rem;
    column-gap: 2rem;
  }
}
.c-single-pagination__item a .arrow-icon {
  display: block;
  width: 3rem;
  height: 3rem;
  border: 0.1rem solid #fff;
  border-radius: 50%;
  display: grid;
  place-content: center;
  padding-top: 0.2rem;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .c-single-pagination__item a .arrow-icon {
    width: 3rem;
    height: 3rem;
  }
}
.c-single-pagination__item a .arrow-icon span {
  display: block;
  width: 2rem;
  height: 0.1rem;
  background: #fff;
  position: relative;
  transition: all 0.4s;
}
.c-single-pagination__item a .arrow-icon span::before {
  content: "";
  display: block;
  width: 0.9rem;
  height: 0.13rem;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-45deg);
  transform-origin: left center;
  transition: all 0.4s;
}
.c-single-pagination__item a .arrow-icon--next {
  transform: scale(-1, 1);
}
@media (any-hover: hover) {
  .c-single-pagination__item a:hover {
    background: #fff;
    color: #caa846;
  }
  .c-single-pagination__item a:hover .arrow-icon {
    border-color: #caa846;
  }
  .c-single-pagination__item a:hover .arrow-icon span {
    background: #caa846;
  }
  .c-single-pagination__item a:hover .arrow-icon span::before {
    background: #caa846;
  }
}
.c-single-pagination__top-link {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .c-single-pagination__top-link {
    margin-top: 2rem;
  }
}

/* --------------------------------
wp-post-content
----------------------------------- */
.wp-post-content {
  font-size: 1.8rem;
  line-height: 1.6666666667;
}
@media (max-width: 767px) {
  .wp-post-content {
    font-size: 1.4rem;
  }
}
.wp-post-content h2 {
  font-size: 2.6rem;
  line-height: 1.25;
  font-weight: bold;
  margin-bottom: 3rem;
  position: relative;
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid #caa846;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .wp-post-content h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
    margin-top: 4rem;
  }
}
.wp-post-content h3 {
  font-size: 2.2rem;
  line-height: 1.5;
  color: #caa846;
  font-weight: bold;
  margin-block: 4rem 2rem;
  position: relative;
}
@media (max-width: 767px) {
  .wp-post-content h3 {
    font-size: 1.6rem;
    margin-block: 3rem 1rem;
  }
}
.wp-post-content p {
  text-align: justify;
}
@media (max-width: 767px) {
  .wp-post-content p {
    font-size: 1.4rem;
  }
}
.wp-post-content p:not(:first-of-type) {
  margin-top: 2.4rem;
}
.wp-post-content figure {
  overflow: hidden;
}
@media (min-width: 768px) {
  .wp-post-content img {
    width: 59.5rem;
  }
}
@media (max-width: 767px) {
  .wp-post-content img {
    width: 100% !important;
  }
}
.wp-post-content img.aligncenter {
  margin-inline: auto;
}
.wp-post-content .wp-block-buttons {
  margin-block: 4rem;
}
@media (max-width: 767px) {
  .wp-post-content .wp-block-buttons {
    margin-block: 3rem;
  }
}
.wp-post-content .wp-element-button {
  display: block;
}
.wp-post-content .has-text-align-center {
  text-align: center;
}
.wp-post-content .wp-block-image {
  margin-block: 2rem;
}
.wp-post-content .wp-block-image .aligncenter {
  text-align: center;
}
.wp-post-content .wp-block-image img {
  display: initial;
}
.wp-post-content ul {
  margin-block: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.4rem;
}
.wp-post-content ul li {
  padding-left: 1em;
  position: relative;
}
.wp-post-content ul li::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  background: #caa846;
  border-radius: 50%;
  position: absolute;
  top: 1.2rem;
  left: 0.3rem;
}
@media (max-width: 767px) {
  .wp-post-content ul li::before {
    top: 1rem;
  }
}
.wp-post-content ol {
  margin-block: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.4rem;
  list-style-type: decimal;
  list-style-position: inside;
}
.wp-post-content ol li {
  position: relative;
}
.wp-post-content ol li::marker {
  color: #caa846;
}
.wp-post-content .wp-block-quote {
  margin-block: 2rem;
  padding: 2rem;
  background: #ccc;
  border-left-color: #caa846;
}
.wp-post-content a:not(.wp-element-button) {
  color: #caa846;
  text-decoration: underline;
  transition: all 0.4s;
}
@media (any-hover: hover) {
  .wp-post-content a:not(.wp-element-button):hover {
    opacity: 0.7;
  }
}

/* --------------------------------
TOP
----------------------------------- */
#top .top-intro {
  padding-block: 12.8rem 8rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  #top .top-intro {
    padding-block: 20rem 6rem;
  }
}
#top .top-intro__title {
  text-align: center;
  position: relative;
  z-index: 5;
  letter-spacing: 0.16em;
}
#top .top-intro__title h2 {
  font-size: 2.4rem;
  line-height: 1.7;
  color: #caa846;
}
@media (max-width: 767px) {
  #top .top-intro__title h2 {
    font-size: 2rem;
  }
}
#top .top-intro__text {
  text-align: center;
  margin-top: 3rem;
  position: relative;
  z-index: 5;
}
#top .top-intro__text p {
  font-size: 1.7rem;
  line-height: 2.1411764706;
}
@media (max-width: 767px) {
  #top .top-intro__text p {
    font-size: 1.5rem;
  }
}
#top .top-intro__text p:not(:first-of-type) {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  #top .top-intro__text p:not(:first-of-type) {
    margin-top: 3rem;
  }
}
#top .top-intro__image-area {
  position: absolute;
}
#top .top-intro .top-intro-image-area01 {
  top: 11.4rem;
  left: 1rem;
}
@media (max-width: 767px) {
  #top .top-intro .top-intro-image-area01 {
    top: calc(100% + 1rem);
    left: 0;
  }
}
#top .top-intro .top-intro-image-area02 {
  top: -3.8rem;
  right: 4.4rem;
}
@media (max-width: 767px) {
  #top .top-intro .top-intro-image-area02 {
    top: initial;
    right: 0;
    bottom: calc(100% + 1rem);
  }
}
#top .top-intro__image-deco-box.image-deco-box01 {
  width: 37rem;
  height: 20.8rem;
  position: absolute;
  bottom: 18.7rem;
  left: -7rem;
}
@media (max-width: 767px) {
  #top .top-intro__image-deco-box.image-deco-box01 {
    width: 20.9rem;
    height: 14.7rem;
    left: 90%;
    bottom: initial;
    top: 0.4rem;
  }
}
#top .top-intro__image-deco-box.image-deco-box01 .deco-circle01 {
  top: 0;
  left: 6.8rem;
}
@media (max-width: 767px) {
  #top .top-intro__image-deco-box.image-deco-box01 .deco-circle01 {
    left: 5.2rem;
  }
}
#top .top-intro__image-deco-box.image-deco-box01 .deco-circle02 {
  top: 3.4rem;
  left: 0;
}
@media (max-width: 767px) {
  #top .top-intro__image-deco-box.image-deco-box01 .deco-circle02 {
    top: 2rem;
  }
}
#top .top-intro__image-deco-box.image-deco-box01 .deco-circle04 {
  bottom: 0;
  right: 0;
}
#top .top-intro__image-deco-box.image-deco-box02 {
  width: 37rem;
  height: 29.2rem;
  position: absolute;
  top: 11.8rem;
  left: 0;
}
@media (max-width: 767px) {
  #top .top-intro__image-deco-box.image-deco-box02 {
    width: 21.8rem;
    height: 15.4rem;
    left: initial;
    right: 90%;
    top: -2rem;
  }
}
#top .top-intro__image-deco-box.image-deco-box02 .deco-circle01 {
  bottom: 1.2rem;
  left: 18.5rem;
}
@media (max-width: 767px) {
  #top .top-intro__image-deco-box.image-deco-box02 .deco-circle01 {
    bottom: initial;
    top: 1.8rem;
    left: 5.8rem;
  }
}
#top .top-intro__image-deco-box.image-deco-box02 .deco-circle03 {
  bottom: 0;
  left: 0;
}
#top .top-intro__image-deco-box.image-deco-box02 .deco-circle04 {
  top: 0;
  right: 0;
}
#top .top-intro__image-deco-box .deco-circle {
  border-radius: 50%;
  display: block;
  border-width: 0.1rem;
  border-style: solid;
  position: absolute;
}
#top .top-intro__image-deco-box .deco-circle.deco-circle01 {
  width: 6.9rem;
  height: 6.9rem;
}
@media (max-width: 767px) {
  #top .top-intro__image-deco-box .deco-circle.deco-circle01 {
    width: 4rem;
    height: 4rem;
  }
}
#top .top-intro__image-deco-box .deco-circle.deco-circle02 {
  width: 12.4rem;
  height: 12.4rem;
}
@media (max-width: 767px) {
  #top .top-intro__image-deco-box .deco-circle.deco-circle02 {
    width: 7.4rem;
    height: 7.4rem;
  }
}
#top .top-intro__image-deco-box .deco-circle.deco-circle03 {
  width: 14.9rem;
  height: 14.9rem;
}
@media (max-width: 767px) {
  #top .top-intro__image-deco-box .deco-circle.deco-circle03 {
    width: 9rem;
    height: 9rem;
  }
}
#top .top-intro__image-deco-box .deco-circle.deco-circle04 {
  width: 18.3rem;
  height: 18.3rem;
}
@media (max-width: 767px) {
  #top .top-intro__image-deco-box .deco-circle.deco-circle04 {
    width: 10.9rem;
    height: 10.9rem;
  }
}
#top .top-intro__image-deco-box .deco-circle.deco-circle-red {
  border-color: #c81433;
}
#top .top-intro__image-deco-box .deco-circle.deco-circle-green {
  border-color: #00a273;
}
#top .top-intro__image-deco-box .deco-circle.deco-circle-blue {
  border-color: #0086cd;
}
#top .top-intro__image-deco-box .deco-circle.deco-circle-purple {
  border-color: #4d4398;
}
#top .top-intro__image {
  width: 25.5rem;
  position: relative;
}
@media (max-width: 767px) {
  #top .top-intro__image {
    width: 13rem;
  }
}
#top .top-intro__image img {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
}
#top .top-intro__items {
  margin-top: 12rem;
}
@media (max-width: 767px) {
  #top .top-intro__items {
    margin-top: 20rem;
  }
}
#top .top-intro__item {
  margin-inline: 1vw;
}
@media (max-width: 767px) {
  #top .top-intro__item {
    margin-inline: 1rem;
  }
}
#top .top-intro__item img {
  aspect-ratio: 1;
  object-fit: cover;
}
#top .top-intro__item:nth-of-type(even) {
  margin-top: 7.5vw;
}
@media (max-width: 767px) {
  #top .top-intro__item:nth-of-type(even) {
    margin-top: 5rem;
  }
}
#top .top-movie {
  padding-block: 7rem 7.6rem;
  background: #d3e9f2;
}
@media (max-width: 767px) {
  #top .top-movie {
    padding-block: 3rem 3.6rem;
  }
}
@media (max-width: 767px) {
  #top .top-movie .inner {
    width: 35.5rem;
  }
}
#top .top-movie .top-movie-item {
  display: flex;
  column-gap: 5.6rem;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  #top .top-movie .top-movie-item {
    flex-direction: column;
    align-items: initial;
    row-gap: 2rem;
  }
}
#top .top-movie .top-movie-item__text {
  width: 2.23rem;
}
@media (max-width: 767px) {
  #top .top-movie .top-movie-item__text {
    width: 22.9rem;
  }
}
@media (max-width: 767px) {
  #top .top-movie .top-movie-item__text.movie-text-bottom {
    align-self: flex-end;
  }
}
#top .top-movie .top-movie-item__movie {
  width: 76rem;
}
@media (max-width: 767px) {
  #top .top-movie .top-movie-item__movie {
    width: 100%;
  }
}
#top .top-movie .top-movie-item__movie video {
  width: 100%;
  height: auto;
  aspect-ratio: 76/43;
  object-fit: cover;
  border-radius: 3rem;
  display: block;
}
@media (max-width: 767px) {
  #top .top-movie .top-movie-item__movie video {
    border-radius: 1.4rem;
  }
}
#top .top-greeting {
  padding-block: 8rem 9rem;
  background: #caa846;
  color: #fff;
  overflow: hidden;
}
@media (max-width: 767px) {
  #top .top-greeting {
    padding-block: 6rem 7rem;
  }
}
@media (max-width: 767px) {
  #top .top-greeting .inner {
    width: 34rem;
  }
}
#top .top-greeting .top-greeting-item {
  padding-inline: 5.4rem;
  display: flex;
  column-gap: 3.6rem;
}
@media (max-width: 767px) {
  #top .top-greeting .top-greeting-item {
    flex-direction: column;
    row-gap: 2rem;
    padding-inline: 0;
  }
}
#top .top-greeting .top-greeting-item__head {
  display: flex;
  flex-direction: row-reverse;
  column-gap: 2.2rem;
}
@media (max-width: 767px) {
  #top .top-greeting .top-greeting-item__head {
    flex-direction: column;
    row-gap: 3rem;
  }
}
@media (max-width: 767px) {
  #top .top-greeting .top-greeting-item__title {
    text-align: center;
  }
}
@media (min-width: 768px) {
  #top .top-greeting .top-greeting-item__title h2 {
    width: 7.7rem;
  }
}
@media (max-width: 767px) {
  #top .top-greeting .top-greeting-item__title h2 {
    font-size: 2rem;
  }
}
#top .top-greeting .top-greeting-item__title h2 span {
  line-height: 1.1;
  display: block;
  letter-spacing: 0.02em;
}
#top .top-greeting .top-greeting-item__title h2 span.title-ja {
  font-size: 2.4rem;
}
#top .top-greeting .top-greeting-item__title h2 span.title-en {
  font-size: 5rem;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 0.6rem;
}
#top .top-greeting .top-greeting-item__image {
  width: 33.8rem;
}
@media (max-width: 767px) {
  #top .top-greeting .top-greeting-item__image {
    width: 100%;
  }
}
#top .top-greeting .top-greeting-item__image img {
  transform: scale(-1, 1);
}
#top .top-greeting .top-greeting-item__textarea {
  flex: 1;
  display: flex;
  flex-direction: column;
}
#top .top-greeting .top-greeting-item__info {
  padding: 0.4rem 1rem 2.4rem;
  position: relative;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  #top .top-greeting .top-greeting-item__info {
    padding-bottom: 2rem;
    text-align: center;
  }
}
#top .top-greeting .top-greeting-item__info::before {
  content: "";
  width: min(60vw, 600px);
  height: 0.2rem;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  #top .top-greeting .top-greeting-item__info::before {
    width: 100%;
  }
}
#top .top-greeting .top-greeting-item__info p {
  font-size: 1.9rem;
  line-height: 1.6210526316;
  letter-spacing: 0.04em;
}
#top .top-greeting .top-greeting-item__info p.name-text {
  font-size: 2.4rem;
  line-height: 1.375;
}
#top .top-greeting .top-greeting-item__text {
  margin-top: 2rem;
  padding-inline: 1rem;
  text-align: justify;
  flex: 1;
}
@media (max-width: 767px) {
  #top .top-greeting .top-greeting-item__text {
    margin-top: 2rem;
  }
}
#top .top-greeting .top-greeting-item__text p {
  font-size: 1.4rem;
  line-height: 2.3142857143;
}
#top .top-greeting .top-greeting-item__link {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}
#top .top-history {
  padding-block: 10rem 11rem;
  background: linear-gradient(90deg, #96cce8, #076d9e);
  color: #fff;
  overflow: hidden;
}
@media (max-width: 767px) {
  #top .top-history {
    padding-block: 6rem 7rem;
    background: linear-gradient(180deg, #96cce8, #076d9e);
  }
}
@media (max-width: 767px) {
  #top .top-history .inner {
    width: 34rem;
  }
}
#top .top-history .top-history-item {
  padding-left: 7.2rem;
  display: flex;
  column-gap: 6rem;
  position: relative;
}
@media (max-width: 767px) {
  #top .top-history .top-history-item {
    flex-direction: column;
    padding-left: 0;
  }
}
#top .top-history .top-history-item::before {
  content: "";
  width: 1.5rem;
  height: 100%;
  background: #caa846;
  position: absolute;
  top: 0;
  left: 2.6rem;
}
@media (max-width: 767px) {
  #top .top-history .top-history-item::before {
    width: 1rem;
    height: calc(100% - 9rem);
    left: 0;
  }
}
#top .top-history .top-history-item__textarea {
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  #top .top-history .top-history-item__textarea {
    display: contents;
  }
}
@media (max-width: 767px) {
  #top .top-history .top-history-item__title {
    text-align: center;
  }
}
#top .top-history .top-history-item__title h2 {
  letter-spacing: 0.04em;
}
#top .top-history .top-history-item__title h2 span {
  line-height: 1.3;
  display: block;
  letter-spacing: 0.02em;
}
#top .top-history .top-history-item__title h2 span.title-en {
  font-size: 5rem;
}
@media (max-width: 767px) {
  #top .top-history .top-history-item__title h2 span.title-en {
    font-size: 4rem;
  }
}
#top .top-history .top-history-item__title h2 span.title-ja {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  #top .top-history .top-history-item__title h2 span.title-ja {
    font-size: 2rem;
  }
}
#top .top-history .top-history-item__text {
  margin-top: 1rem;
  flex: 1;
  text-align: justify;
}
@media (max-width: 767px) {
  #top .top-history .top-history-item__text {
    order: 2;
    margin-top: 3rem;
    padding-inline: 1.5rem;
  }
}
#top .top-history .top-history-item__text p {
  font-size: 1.4rem;
  line-height: 2.3142857143;
}
#top .top-history .top-history-item__link {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  #top .top-history .top-history-item__link {
    order: 3;
    margin-top: 3rem;
  }
}
#top .top-history .top-history-item__image-area {
  width: 46rem;
  position: relative;
}
@media (max-width: 767px) {
  #top .top-history .top-history-item__image-area {
    width: 100%;
    order: 1;
    margin-top: 3rem;
  }
}
#top .top-history .top-history-item__image {
  width: min(100% + 50vw - 54rem, 518px);
}
@media (max-width: 1140px) {
  #top .top-history .top-history-item__image {
    width: calc(100% + 3rem);
  }
}
@media (max-width: 767px) {
  #top .top-history .top-history-item__image {
    width: 100%;
  }
}
#top .top-news {
  padding-block: 7rem 8rem;
}
@media (max-width: 767px) {
  #top .top-news {
    padding-block: 5rem;
  }
}
@media (min-width: 768px) {
  #top .top-news .inner {
    width: 79rem;
  }
}
#top .top-news__title {
  text-align: center;
}
#top .top-news__title h2 {
  position: relative;
  font-size: 4.8rem;
  color: #caa846;
}
@media (max-width: 767px) {
  #top .top-news__title h2 {
    font-size: 3.6rem;
  }
}
#top .top-news__title h2::before {
  content: "";
  width: 15.6rem;
  height: 0.2rem;
  background: #222222;
  position: absolute;
  top: calc(100% + 1rem);
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  #top .top-news__title h2::before {
    width: 10rem;
  }
}
#top .top-news__contents {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  #top .top-news__contents {
    margin-top: 6rem;
  }
}
#top .top-news__link {
  display: flex;
  justify-content: center;
  margin-top: 6.8rem;
}
@media (max-width: 767px) {
  #top .top-news__link {
    margin-top: 4rem;
  }
}

/* --------------------------------
沿革
----------------------------------- */
#history .history {
  padding-block: 2rem 0;
  letter-spacing: 0.06em;
  overflow: hidden;
}
@media (max-width: 767px) {
  #history .history .inner {
    width: 34.5rem;
  }
}
#history .history__title {
  text-align: center;
}
#history .history__title h2 {
  font-size: 4rem;
  line-height: 1;
  color: #7c6325;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  #history .history__title h2 {
    font-size: 2.8rem;
  }
}
#history .history .history-anchor {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  #history .history .history-anchor {
    margin-top: 3.5rem;
  }
}
#history .history .history-anchor__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 11.5rem;
  column-gap: 1.8rem;
  row-gap: 5.4rem;
}
@media (max-width: 767px) {
  #history .history .history-anchor__items {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 9rem;
    column-gap: 1rem;
    row-gap: 2.6rem;
  }
}
#history .history__contents {
  margin-top: 7.5rem;
}
#history .history__items {
  display: flex;
  flex-direction: column;
  padding-block: 8rem 10rem;
  position: relative;
}
@media (max-width: 767px) {
  #history .history__items {
    padding-left: 2rem;
    align-items: center;
    padding-block: 3rem 8rem;
  }
}
#history .history__items::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: linear-gradient(180deg, #f7f2e7 3.7%, #f2e8d1 3.7%, #f2e8d1 29.6%, #f7f2e7 29.6%, #f7f2e7 82.4%, #f2e8d1 82.4%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  #history .history__items::before {
    background: linear-gradient(180deg, #f7f2e7 5.2%, #f2e8d1 5.2%, #f2e8d1 35.8%, #f7f2e7 35.8%, #f7f2e7 86.7%, #f2e8d1 86.7%);
  }
}
#history .history__items .all-line {
  display: block;
  width: 0.6rem;
  height: calc(100% - 75rem);
  background: #caa846;
  position: absolute;
  top: 17rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  #history .history__items .all-line {
    height: calc(100% - 58.8rem);
    top: 11.2rem;
    left: 0.8rem;
  }
}
#history .history .history-item {
  position: relative;
}
@media (min-width: 768px) {
  #history .history .history-item {
    display: grid;
    grid-template-columns: 38rem 25.5rem 38rem;
    justify-content: space-between;
    align-items: center;
    height: 18.4rem;
  }
}
@media (max-width: 767px) {
  #history .history .history-item {
    width: 30rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    row-gap: 2rem;
    padding-top: 5rem;
  }
}
@media (max-width: 767px) {
  #history .history .history-item:has(.left-line) {
    flex-direction: column-reverse;
  }
}
#history .history .history-item__age {
  position: relative;
}
#history .history .history-item__age p {
  width: 100%;
  height: 6.4rem;
  background: #caa846;
  color: #fff;
  display: grid;
  place-content: center;
  border-radius: 2rem;
  font-size: 2.4rem;
  font-weight: 500;
  position: relative;
}
@media (max-width: 767px) {
  #history .history .history-item__age p {
    width: 25.5rem;
    height: 6.4rem;
    font-size: 2.4rem;
    border-radius: 1.4rem;
  }
}
#history .history .history-item__age .item-line {
  width: 38rem;
  height: 0.1rem;
  border-top: 0.4rem dotted #caa846;
  position: absolute;
  top: 50%;
  transform: translateY(-0.2rem);
  display: block;
}
@media (max-width: 767px) {
  #history .history .history-item__age .item-line {
    width: 8rem;
  }
}
#history .history .history-item__age .item-line::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: #caa846;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
}
#history .history .history-item__age .item-line.left-line {
  right: 100%;
}
@media (max-width: 767px) {
  #history .history .history-item__age .item-line.left-line {
    right: 100%;
  }
}
#history .history .history-item__age .item-line.left-line::before {
  left: 0;
}
#history .history .history-item__age .item-line.right-line {
  left: 100%;
}
@media (max-width: 767px) {
  #history .history .history-item__age .item-line.right-line {
    left: initial;
    right: 100%;
  }
}
#history .history .history-item__age .item-line.right-line::before {
  right: 0;
}
@media (max-width: 767px) {
  #history .history .history-item__age .item-line.right-line::before {
    right: initial;
    left: 0;
  }
}
#history .history .history-item__contents {
  position: relative;
}
@media (min-width: 768px) {
  #history .history .history-item__contents {
    min-height: 6.4rem;
  }
}
@media (max-width: 767px) {
  #history .history .history-item__contents {
    width: 100%;
  }
}
#history .history .history-item__card {
  width: 100%;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  #history .history .history-item__card {
    position: absolute;
    top: 100%;
    left: 0;
  }
}
#history .history .history-item__card:has(.history-item__image) {
  background: #fff;
  padding: 3.5rem 1rem;
  border: 0.3rem solid #caa846;
}
@media (min-width: 768px) {
  #history .history .history-item__card:has(.history-item__image) {
    top: -10rem;
  }
}
@media (max-width: 767px) {
  #history .history .history-item__card:has(.history-item__image) {
    padding-block: 3rem;
  }
}
#history .history .history-item__image {
  width: 30rem;
}
@media (max-width: 767px) {
  #history .history .history-item__image {
    width: 24.6rem;
  }
}
#history .history .history-item__image img {
  aspect-ratio: 290/195;
  object-fit: cover;
  margin-bottom: 0.8rem;
}
#history .history .history-item__text {
  text-align: center;
}
#history .history .history-item__text p {
  font-size: 2.2rem;
  line-height: 1.5333333333;
  font-weight: 500;
  letter-spacing: 0;
  white-space: nowrap;
}
@media (max-width: 767px) {
  #history .history .history-item__text p {
    font-size: 1.7rem;
  }
}
@media (min-width: 768px) {
  #history .history .history-item[data-age="1932"] {
    margin-top: 5rem;
  }
}
@media (max-width: 767px) {
  #history .history .history-item[data-age="1932"] {
    margin-top: 8rem;
  }
}
@media (min-width: 768px) {
  #history .history .history-item[data-age="1948"] {
    margin-top: 7rem;
  }
}
@media (min-width: 768px) {
  #history .history .history-item[data-age="1950"] {
    margin-top: 5.6rem;
  }
}
@media (min-width: 768px) {
  #history .history .history-item[data-age="1951"] {
    margin-top: 4.6rem;
  }
}
@media (min-width: 768px) {
  #history .history .history-item[data-age="1985-01"] {
    margin-top: 3rem;
  }
}
@media (min-width: 768px) {
  #history .history .history-item[data-age="1985-02"] {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  #history .history .history-item[data-age="1994"] {
    margin-top: 5rem;
  }
}
@media (max-width: 767px) {
  #history .history .history-item[data-age="1994"] {
    margin-top: 8rem;
  }
}
@media (min-width: 768px) {
  #history .history .history-item[data-age="1999"] {
    margin-top: 5rem;
  }
}
@media (min-width: 768px) {
  #history .history .history-item[data-age="2000"] {
    margin-top: 8rem;
  }
}
@media (min-width: 768px) {
  #history .history .history-item[data-age="2006"] {
    margin-top: 16rem;
  }
}
@media (min-width: 768px) {
  #history .history .history-item[data-age="2008"] {
    margin-top: 4rem;
  }
}
@media (min-width: 768px) {
  #history .history .history-item[data-age="2009"] {
    margin-top: 5.6rem;
  }
}
@media (min-width: 768px) {
  #history .history .history-item[data-age="2012"] {
    margin-top: 4rem;
  }
}
@media (min-width: 768px) {
  #history .history .history-item[data-age="2012-02"] {
    margin-top: 4rem;
  }
}
@media (min-width: 768px) {
  #history .history .history-item[data-age="2014-01"] {
    margin-top: 6rem;
  }
}
@media (min-width: 768px) {
  #history .history .history-item[data-age="2014-02"] {
    margin-top: 6rem;
  }
}
@media (min-width: 768px) {
  #history .history .history-item[data-age="2017-01"] {
    margin-top: 6rem;
  }
}
@media (min-width: 768px) {
  #history .history .history-item[data-age="2017-02"] {
    margin-top: 6rem;
  }
}
@media (min-width: 768px) {
  #history .history .history-item[data-age="2018-01"] {
    margin-top: 6rem;
  }
}
@media (min-width: 768px) {
  #history .history .history-item[data-age="2018-02"] {
    margin-top: 4rem;
  }
}
@media (min-width: 768px) {
  #history .history .history-item[data-age="2018-03"] {
    margin-top: 6rem;
  }
}
@media (min-width: 768px) {
  #history .history .history-item[data-age="2019"] {
    margin-top: 4rem;
  }
}
@media (min-width: 768px) {
  #history .history .history-item[data-age="2021"] {
    margin-top: 8rem;
  }
}
@media (max-width: 767px) {
  #history .history .history-item[data-age="2021"] {
    margin-top: 8rem;
  }
}
@media (min-width: 768px) {
  #history .history .history-item[data-age="2024"] {
    margin-top: 4rem;
  }
}
@media (min-width: 768px) {
  #history .history .history-item[data-age="2025"] {
    margin-top: 4rem;
  }
}
@media (min-width: 768px) {
  #history .history .history-item[data-age="2026"] {
    margin-top: 10rem;
  }
}
@media (max-width: 767px) {
  #history .history .history-item[data-age="2026"] {
    margin-top: 4rem;
  }
}
@media (min-width: 768px) {
  #history .history .history-item[data-age="2026"] .history-item__age .item-line {
    display: none;
  }
}
#history .history .history-anniversary {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  #history .history .history-anniversary {
    margin-top: 4rem;
  }
}
#history .history .history-anniversary__text {
  text-align: center;
}
#history .history .history-anniversary__text p {
  font-size: 4rem;
  font-weight: bold;
  color: #caa846;
}
@media (max-width: 767px) {
  #history .history .history-anniversary__text p {
    font-size: 2.8rem;
    line-height: 1.3;
  }
}
#history .history .history-anniversary__logo {
  width: 43.4rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  #history .history .history-anniversary__logo {
    width: 100%;
    margin-top: 3rem;
  }
}

/* --------------------------------
理事長挨拶
----------------------------------- */
#greetings .greetings {
  padding-block: 0 2rem;
  background: #e9e0bd;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 767px) {
  #greetings .greetings {
    padding-block: 0 4rem;
  }
}
@media (max-width: 767px) {
  #greetings .greetings .inner {
    width: 34.5rem;
  }
}
#greetings .greetings__head {
  background: rgba(202, 168, 70, 0.5);
  padding-top: 3rem;
}
@media (max-width: 767px) {
  #greetings .greetings__head {
    padding-top: 0;
  }
}
#greetings .greetings__head .inner {
  display: flex;
  column-gap: 3.6rem;
}
@media (max-width: 767px) {
  #greetings .greetings__head .inner {
    width: 100%;
    flex-direction: column-reverse;
    align-items: center;
    row-gap: 3rem;
  }
}
#greetings .greetings__image {
  width: 54.6rem;
}
@media (max-width: 767px) {
  #greetings .greetings__image {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #greetings .greetings__image img {
    width: 115%;
    position: relative;
    left: -3%;
    aspect-ratio: 375/360;
    object-fit: cover;
    object-position: center top;
  }
}
#greetings .greetings__textarea {
  flex: 1;
  color: #2c3e50;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  #greetings .greetings__textarea {
    width: 34.5rem;
    text-align: center;
  }
}
#greetings .greetings__title {
  margin-top: 5rem;
  padding-left: 3.6rem;
  padding-bottom: 2.8rem;
  position: relative;
}
@media (max-width: 767px) {
  #greetings .greetings__title {
    padding-left: 0;
    padding-bottom: 2.4rem;
  }
}
#greetings .greetings__title::before {
  content: "";
  width: min(60vw, 660px);
  height: 0.2rem;
  background: #caa846;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  #greetings .greetings__title::before {
    width: 100%;
  }
}
#greetings .greetings__title h2 {
  font-size: 4rem;
  line-height: 1.555;
}
@media (max-width: 767px) {
  #greetings .greetings__title h2 {
    font-size: 3rem;
    line-height: 1.3;
  }
}
#greetings .greetings__info {
  margin-top: 4.4rem;
  padding-left: 3.6rem;
  position: relative;
}
@media (max-width: 767px) {
  #greetings .greetings__info {
    padding-left: 0;
    margin-top: 2rem;
  }
}
#greetings .greetings__info p {
  font-size: 1.9rem;
}
#greetings .greetings__info p.name-text {
  font-size: 2.4rem;
  line-height: 1.375;
}
#greetings .greetings__contents {
  padding: 9rem;
  background: #e9e0bd;
  margin-top: -5.6rem;
}
@media (max-width: 767px) {
  #greetings .greetings__contents {
    padding: 2rem 0 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -6rem;
  }
}
#greetings .greetings .greetings-philosophy {
  background: #ecf0f1;
  padding: 6.8rem;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  #greetings .greetings .greetings-philosophy {
    padding: 3rem 1.4rem;
    width: 30.5rem;
  }
}
#greetings .greetings .greetings-philosophy__title {
  text-align: center;
}
#greetings .greetings .greetings-philosophy__title h3 {
  font-size: 3rem;
  color: #2c3e50;
}
@media (max-width: 767px) {
  #greetings .greetings .greetings-philosophy__title h3 {
    font-size: 2.4rem;
  }
}
#greetings .greetings .greetings-philosophy__text {
  margin-top: 3rem;
  text-align: justify;
}
@media (max-width: 767px) {
  #greetings .greetings .greetings-philosophy__text {
    margin-top: 2rem;
  }
}
#greetings .greetings .greetings-philosophy__text p {
  font-size: 2.4rem;
  line-height: 1.4166666667;
}
@media (max-width: 767px) {
  #greetings .greetings .greetings-philosophy__text p {
    font-size: 1.5rem;
    line-height: 2.125;
  }
}
#greetings .greetings__contents-title {
  text-align: center;
  margin-top: 6.2rem;
}
@media (max-width: 767px) {
  #greetings .greetings__contents-title {
    margin-top: 4rem;
  }
}
#greetings .greetings__contents-title h3 {
  font-size: 3rem;
}
@media (max-width: 767px) {
  #greetings .greetings__contents-title h3 {
    font-size: 2rem;
  }
}
#greetings .greetings .greetings-item {
  display: flex;
  column-gap: 3.3rem;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  #greetings .greetings .greetings-item {
    flex-direction: column;
    row-gap: 4rem;
    margin-top: 3rem;
  }
}
#greetings .greetings .greetings-item__text {
  flex: 1;
  text-align: justify;
}
#greetings .greetings .greetings-item__text p {
  font-size: 1.6rem;
  line-height: 1.875;
}
@media (max-width: 767px) {
  #greetings .greetings .greetings-item__text p {
    font-size: 1.4rem;
    line-height: 2.1428571429;
  }
}
#greetings .greetings .greetings-item__text p:not(:first-of-type) {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  #greetings .greetings .greetings-item__text p:not(:first-of-type) {
    margin-top: 3rem;
  }
}
#greetings .greetings .greetings-item__text p span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
#greetings .greetings .greetings-item__image {
  width: 12.2rem;
}
@media (max-width: 767px) {
  #greetings .greetings .greetings-item__image {
    width: 100%;
  }
}
#greetings .greetings .greetings-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* --------------------------------
お知らせ一覧
----------------------------------- */
#news-list .news-list {
  padding-block: 10rem;
}
@media (max-width: 767px) {
  #news-list .news-list {
    padding-block: 2rem 8rem;
  }
}
@media (min-width: 768px) {
  #news-list .news-list .inner {
    width: 79rem;
  }
}
#news-list .news-list__pagination {
  margin-top: 6rem;
}

/* --------------------------------
お知らせ詳細
----------------------------------- */
#news-detail .news-detail {
  padding-block: 6rem 10rem;
}
@media (max-width: 767px) {
  #news-detail .news-detail {
    padding-block: 2rem 8rem;
  }
}
@media (min-width: 768px) {
  #news-detail .news-detail .inner {
    width: 90rem;
  }
}
#news-detail .news-detail__info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 1.6rem;
}
@media (max-width: 767px) {
  #news-detail .news-detail__info {
    column-gap: 1rem;
  }
}
#news-detail .news-detail__date time {
  font-size: 1.6rem;
  line-height: 1.7777777778;
  color: #caa846;
}
@media (max-width: 767px) {
  #news-detail .news-detail__date time {
    font-size: 1.2rem;
  }
}
#news-detail .news-detail__title {
  margin-top: 1.6rem;
}
@media (max-width: 767px) {
  #news-detail .news-detail__title {
    margin-top: 1rem;
  }
}
#news-detail .news-detail__title h2 {
  font-size: 3.6rem;
}
@media (max-width: 767px) {
  #news-detail .news-detail__title h2 {
    font-size: 2.2rem;
    line-height: 1.4;
  }
}
#news-detail .news-detail__image {
  margin-top: 3.6rem;
}
@media (max-width: 767px) {
  #news-detail .news-detail__image {
    margin-top: 2rem;
  }
}
#news-detail .news-detail__contents {
  margin-top: 7rem;
}
@media (max-width: 767px) {
  #news-detail .news-detail__contents {
    margin-top: 4rem;
  }
}
#news-detail .news-detail__pagination {
  margin-top: 8rem;
}

/* --------------------------------
404ページ
----------------------------------- */
#not-found .not-found {
  padding-block: 10rem;
  text-align: center;
}/*# sourceMappingURL=style.css.map */