@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Shippori+Mincho+B1:wght@500;600;700&display=swap");
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/*
var
 _________________________________________________________*/
:root {
  --spacer-1:16px;
  --spacer-2:32px;
  --spacer-3:48px;
  --spacer-4:64px;
  --spacer-5:80px;
  --spacer-6:100px;
}

@media screen and (max-width: 768px) {
  :root {
    --spacer-1:8px;
    --spacer-2:16px;
    --spacer-3:24px;
    --spacer-4:32px;
    --spacer-5:40px;
    --spacer-6:50px;
    --spacer-7:100px;
  }
}
/*
base
 _________________________________________________________*/
html {
  font-size: 62.5%;
  height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 64px;
  }
}

body {
  line-height: 1.6;
  font-family: "EB Garamond", "Shippori Mincho B1", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, serif;
  font-weight: 500;
  font-style: normal;
  color: #262626;
  background-color: #FFFFFF;
  letter-spacing: 0.1em;
  font-size: clamp(14px, 13.2957746479px + 0.1877934272vw, 16px);
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  height: 100%;
}

@media (max-width: 768px) {
  html, body {
    height: auto !important;
    overflow: auto !important;
  }
  .index-contents, .index-section {
    height: auto !important;
  }
}
/* 高さ800px以下はpagepiling無効＝通常スクロールに強制 */
@media (max-height: 800px) {
  html, body {
    height: auto !important;
    overflow: auto !important;
  }
  .index-contents,
  .index-section {
    height: auto !important;
    min-height: auto !important; /* 100vh指定の打ち消し用 */
  }
  /* もし親レイアウトで overflow:hidden が指定されている場合の保険 */
  .l-wrapper, .l-root { /* 該当のラッパークラスがあれば */
    overflow: visible !important;
    height: auto !important;
  }
}
body.is-nav-active {
  overflow: hidden;
}

main {
  overflow: clip;
}

input, textarea, select, button {
  font-family: "EB Garamond", "Shippori Mincho B1", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.5px;
}

em {
  font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
}

::selection {
  background-color: #ccc;
  color: #fff;
}

sub {
  bottom: 0;
}

/*
link color
 _________________________________________________________*/
a {
  color: #262626;
  text-decoration: underline;
}

a:hover {
  color: #AED3CF;
}

/*
base
 _________________________________________________________*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.9);
}
.l-header a {
  text-decoration: none;
  color: #262626;
  transition: 0.2s;
}
.l-header a:hover {
  color: #70c4bb;
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 80px;
  }
}

.header {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--spacer-4);
  position: relative;
  padding-left: 32px;
  padding-right: 124px;
}
@media screen and (max-width: 768px) {
  .header {
    padding-left: 16px;
    padding-right: 82px;
  }
}

.header-logo img {
  max-height: 50px;
  width: auto;
}

.header-menu-pickup {
  height: 100%;
  justify-self: flex-end;
  display: flex;
  align-items: center;
  gap: var(--spacer-2);
  margin-left: auto;
  flex-basis: auto;
  font-weight: 600;
}
@media screen and (max-width: 1000px) {
  .header-menu-pickup {
    display: none;
  }
}

.header-lang {
  height: 100%;
  display: flex;
  align-items: center;
  justify-self: flex-end;
  flex-basis: auto;
}
.header-lang li {
  opacity: 0.6;
}
.header-lang li:first-child:after {
  content: "/";
  margin: 0 calc(var(--spacer-1) / 2);
  display: inline-block;
}
.header-lang li.is_selected {
  opacity: 1;
}

.navmenu-button {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  cursor: pointer;
  position: fixed;
  top: 20px;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
}
@media screen and (max-width: 768px) {
  .navmenu-button {
    right: 16px;
    top: 15px;
    width: 50px;
    height: 50px;
  }
}
.navmenu-button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background: linear-gradient(136deg, #f8cac6 20%, #8cc9c8 100%);
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .navmenu-button:after {
    width: 50px;
    height: 50px;
  }
}

.navmenu-button__lines {
  width: 24px;
  height: 20px;
  border-radius: 30px;
  z-index: 2;
  cursor: pointer;
  position: relative;
}

.navmenu-button__lines span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
  border-radius: 1px;
}

.navmenu-button__lines, .navmenu-button__lines span {
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}

.navmenu-button__lines span:nth-of-type(1) {
  top: 0;
}

.navmenu-button__lines span:nth-of-type(2) {
  top: 9px;
}

.navmenu-button__lines span:nth-of-type(3) {
  bottom: 0;
}

.navmenu-button.is_active {
  background: #FFFFFF;
  border: 1px solid #F8C8C3;
}
.navmenu-button.is_active:after {
  width: 1px;
  height: 1px;
  top: 28px;
  left: 28px;
}

.navmenu-button.is_active .navmenu-button__lines span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
  background: linear-gradient(136deg, #f8cac6 20%, #8cc9c8 100%);
}

.navmenu-button.is_active .navmenu-button__lines span:nth-of-type(2) {
  opacity: 0;
}

.navmenu-button.is_active .navmenu-button__lines span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
  background: linear-gradient(136deg, #f8cac6 20%, #8cc9c8 100%);
}

.gnav {
  width: 100%;
  height: 100vh;
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  left: 3%;
  z-index: 1000;
  pointer-events: none;
  opacity: 0;
  transition: 0.8s;
}

.gnav-inner {
  max-width: 1220px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.gnav.is_active {
  opacity: 1;
  left: 0;
  pointer-events: all;
}

.gnav-photo {
  width: 40%;
  height: 100%;
  display: flex;
  overflow: hidden;
  justify-content: center;
  position: relative;
}
.gnav-photo:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
}

.gnav.is_active .gnav-photo:after {
  animation-name: gnav-photo-animation;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-direction: normal;
}

.gnav-photo__img {
  height: 100%;
  width: 100%;
  background: url("../images/gnav_photo.jpg") no-repeat center center;
  background-size: cover;
}

@keyframes gnav-photo-animation {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
.gnav-photo__logo {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 80px;
  left: 0;
}
.gnav-photo__logo img {
  width: 53%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .gnav-photo__logo img {
    width: 70%;
  }
}

.gnav-content {
  width: 49%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .gnav-content {
    width: 60%;
    padding: 0 var(--spacer-2);
  }
}

.gnav-content__menu {
  width: 100%;
  border-top: 1px solid #E4E3DA;
  font-weight: 600;
}
.gnav-content__menu a {
  text-decoration: none;
  transition: 0.2s;
}
.gnav-content__menu a:hover {
  color: #70c4bb;
}

.gnav-content__menu > li {
  width: 100%;
  border-bottom: 1px solid #E4E3DA;
  padding: var(--spacer-1) var(--spacer-2);
}

.gnav-content__menu > li > ul {
  margin-top: var(--spacer-1);
}

.gnav-content__menu > li > ul > li {
  padding-left: 1em;
  margin-top: 8px;
  display: flex;
  align-items: center;
}
.gnav-content__menu > li > ul > li:before {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #70c4bb;
  display: inline-block;
  margin-right: 8px;
}

.footer a {
  text-decoration: none;
}
.footer a:hover {
  color: #262626;
}

.footer-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--spacer-3);
  padding: var(--spacer-3) var(--spacer-2);
}

.footer-logo__img {
  max-width: 290px;
  width: 65%;
}
.footer-logo__img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .footer-logo__img {
    width: 50%;
    max-width: 250px;
  }
}

.sns-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--spacer-1);
}

.sns-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  text-indent: -10000px;
  background-position: center center;
  background-repeat: no-repeat;
  text-decoration: none;
  transition: 0.4s;
}
.sns-item a:hover {
  opacity: 0.7;
}

.sns-link--fb {
  background-image: url("../images/icon-facebook.svg"), linear-gradient(136deg, #f8cac6 20%, #8cc9c8 100%);
}

.sns-link--ig {
  background-image: url("../images/icon-instagram.svg"), linear-gradient(136deg, #f8cac6 20%, #8cc9c8 100%);
}

.sns-link--x {
  background-image: url("../images/icon-x.svg"), linear-gradient(136deg, #f8cac6 20%, #8cc9c8 100%);
}

.sns-link--tk {
  background-image: url("../images/icon-tiktok.svg"), linear-gradient(136deg, #f8cac6 20%, #8cc9c8 100%);
}

.footer-menu {
  background: linear-gradient(136deg, #FCEAE8 20%, #D1E9E9 100%);
  padding: var(--spacer-4) 0;
  position: relative;
}

.footer-menu__content {
  display: flex;
  justify-content: center;
  gap: var(--spacer-2);
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
}
@media screen and (max-width: 1284px) {
  .footer-menu__content {
    padding-left: var(--spacer-3);
    padding-right: var(--spacer-3);
  }
}
@media screen and (max-width: 768px) {
  .footer-menu__content {
    flex-direction: column;
    gap: 0;
  }
}

.footer-menu__about,
.footer-menu__link--1,
.footer-menu__link--2 {
  width: 33.333%;
}
@media screen and (max-width: 768px) {
  .footer-menu__about,
  .footer-menu__link--1,
  .footer-menu__link--2 {
    width: 100%;
    padding: 0 var(--spacer-2);
  }
}

@media screen and (max-width: 768px) {
  .footer-menu__about {
    text-align: center;
    margin-bottom: var(--spacer-5);
  }
}

@media screen and (max-width: 768px) {
  .footer-menu__about__link {
    margin-top: var(--spacer-2);
  }
  .footer-menu__about__link .m-link-icon-right {
    justify-content: center;
  }
}

.footer-menu__about__title {
  margin-bottom: var(--spacer-2);
}
.footer-menu__about__title img {
  max-width: 80%;
}
@media screen and (max-width: 1000px) {
  .footer-menu__about__title img {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .footer-menu__about__title img {
    max-width: 60%;
  }
}

.footer-menu__about__address p {
  line-height: 1.2;
  margin-bottom: var(--spacer-1);
}

.footer-menu__link__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-menu__link__list li a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.footer-menu__link__list li a:before {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #262626;
  display: inline-block;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .footer-menu__link__list {
    font-size: 12px;
  }
}

.footer-menu__link--2 {
  margin-top: var(--spacer-1);
}

.footer-copyright {
  padding: var(--spacer-2);
  text-align: center;
}

.footer-copyright__text {
  font-size: 0.8em;
}

.footer-pagetop {
  position: absolute;
  top: -160px;
  right: 30px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .footer-pagetop {
    top: auto;
    bottom: 10px;
    right: 20px;
  }
}

.footer-pagetop__link {
  display: block;
  width: 150px;
  height: 150px;
  background: url(../images/pagetop_img.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 130px 130px;
  transition: 0.4s;
}
.footer-pagetop__link:hover {
  background-position: left 40%;
  color: #AED3CF;
}
.footer-pagetop__link span {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer-pagetop__link {
    width: 100px;
    height: 100px;
    background-size: 80px 80px;
    transition: 0.4s;
  }
  .footer-pagetop__link span {
    font-size: 0.8em;
  }
}

.card-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .card-list {
    gap: var(--spacer-2);
    max-width: 600px;
    margin: 0 auto;
  }
}

.card-list--3 {
  gap: var(--spacer-2);
  justify-content: center;
}
.card-list--3 .card-item {
  width: calc(33.3333333333% - (var(--spacer-2)));
}
@media screen and (max-width: 768px) {
  .card-list--3 {
    gap: var(--spacer-3);
  }
  .card-list--3 .card-item {
    width: calc(50% - (var(--spacer-2)));
  }
}

.card-list--modal .card-item__text {
  text-align: left;
}
.card-list--modal .card-item__text p {
  width: 100%;
  padding: 0 var(--spacer-2);
}
.card-list--modal .card-item__text:after {
  content: "+";
  color: #FFFFFF;
  position: absolute;
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
  right: 12%;
  background: linear-gradient(136deg, #f8cac6 20%, #8cc9c8 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
}
@media screen and (max-width: 1000px) {
  .card-list--modal .card-item__text:after {
    width: 24px;
    height: 24px;
    right: 3%;
    top: calc(50% - 12px);
  }
}
@media screen and (max-width: 768px) {
  .card-list--modal .card-item__text:after {
    right: 0%;
    top: calc(50% - 12px);
  }
}

.card-item {
  position: relative;
  width: calc(25% - (var(--spacer-1)));
}
@media screen and (max-width: 768px) {
  .card-item {
    width: calc(50% - (var(--spacer-1)));
  }
}

.card-item > a {
  position: relative;
  display: block;
  width: 100%;
}
.card-item > a:hover {
  color: #262626;
}
.card-item > a:hover .card-item__img img {
  transform: scale(1.05);
  transition: 0.4s;
}

.card-item__img {
  width: 100%;
  border-radius: 200px;
  overflow: hidden;
}
.card-item__img img {
  transition: 0.3s;
}

.card-item__text {
  position: absolute;
  bottom: -3px;
  right: 0;
  background-color: #FFFFFF;
  width: 65%;
  border-radius: 10px 0 0 0;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .card-item__text {
    height: 90px;
    bottom: -10px;
    font-size: 0.9em;
    letter-spacing: 0;
  }
}

/* 背景レイヤー */
.modal {
  position: fixed;
  inset: 0;
  text-align: center;
  background: linear-gradient(140deg, rgba(235, 207, 204, 0.5), rgba(174, 211, 207, 0.5)), rgba(255, 255, 255, 0.5);
  padding: 40px 20px;
  overflow: auto;
  box-sizing: border-box;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

/* 擬似要素で中央揃え */
.modal:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.2em;
}

/* 表示中・退場中は可視にしておく（退場アニメのため） */
.modal.is-active,
.modal.is-leaving {
  visibility: visible;
}

/* 表示中は不透明 */
.modal.is-active {
  opacity: 1;
}

/* 退場アニメ中は不透明度0に */
.modal.is-leaving {
  opacity: 0;
}

/* 本体（フェードアップ） */
.modal-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 490px;
  width: 90%;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* 表示中は上へ/不透明 */
.modal.is-active .modal-container {
  transform: translateY(0);
  opacity: 1;
}

/* 退場中は下げる/透明に戻す */
.modal.is-leaving .modal-container {
  transform: translateY(20px);
  opacity: 0;
}

/* 閉じるボタン */
.modal-close {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(136deg, #f8cac6 20%, #8cc9c8 100%);
  border-radius: 50%;
  cursor: pointer;
  z-index: 10001; /* クリックを確実に拾う */
  user-select: none;
}

/* コンテンツ */
.modal-content {
  background: #fff;
  text-align: left;
  line-height: 1.8;
  padding: 20px;
  border-radius: 20px;
  max-height: 80vh;
  overflow: auto;
}

.modal-content p {
  margin: 1em 0;
}

.modal-content__img {
  text-align: center;
  overflow: hidden;
}
.modal-content__img img {
  border-radius: 10px 10px 0 0;
}

.modal-content__title {
  margin: var(--spacer-2) auto;
  text-align: center;
  font-size: clamp(16px, 13.8873239437px + 0.5633802817vw, 22px);
  font-family: "Shimanami JIS2004", "Shippori Mincho B1", "Hiragino Kaku Gothic ProN", "Hiragino Sans", serif;
}

.modal-content__text {
  font-size: clamp(12px, 11.2957746479px + 0.1877934272vw, 14px);
}

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

.credit {
  font-size: 10px;
  letter-spacing: 0;
}

.page-header {
  margin-top: 100px;
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  margin-bottom: var(--spacer-5);
}
@media screen and (max-width: 768px) {
  .page-header {
    min-height: 200px;
    height: 30vh;
    margin-top: 80px;
  }
}

.page-header__bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  animation: anm-pageheader-bg 5s forwards alternate;
}

@keyframes anm-pageheader-bg {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.about .page-header__bg {
  background-image: url("../images/page-title_about.jpg");
}

.gokitou .page-header__bg {
  background-image: url("../images/page-title_gokitou.jpg");
  background-position: left top;
}

.eitaikuyou .page-header__bg {
  background-image: url("../images/page-title_eitaikuyou.jpg");
  background-position: center top;
}

.dantai .page-header__bg {
  background-image: url("../images/page-title_dantai.jpg");
  background-position: center top;
}

.news .page-header__bg {
  background-image: url("../images/page-title_news.jpg");
  background-position: center top;
}

.access .page-header__bg {
  background-image: url("../images/page-title_access.jpg");
  background-position: center top;
}

.contact .page-header__bg {
  background-image: url("../images/page-title_contact.jpg");
  background-position: center top;
}

.donation .page-header__bg {
  background-image: url("../images/page-title_donation.jpg");
  background-position: center top;
}

.arukikata .page-header__bg {
  background-image: url("../images/page-title_arukikata.jpg");
  background-position: center top;
}

.page-header__title {
  background-color: #FFFFFF;
  border-radius: 0 0 10px 10px;
  position: absolute;
  top: 0;
  right: 10%;
  padding: var(--spacer-2);
  z-index: 2;
  writing-mode: vertical-rl;
  animation: anm-pageheader-title 1.5s forwards alternate;
}
.page-header__title p {
  font-size: clamp(16px, 11.0704225352px + 1.3145539906vw, 30px);
  font-family: "Shimanami JIS2004", "Shippori Mincho B1", "Hiragino Kaku Gothic ProN", "Hiragino Sans", serif;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .page-header__title {
    border-radius: 0 0 5px 5px;
    right: 5%;
  }
}

.lang-en .page-header__title {
  border-radius: 10px 0 0 0px;
  top: auto;
  bottom: -2px;
  right: 0;
  z-index: 2;
  writing-mode: horizontal-tb;
}
.lang-en .page-header__title p {
  font-size: clamp(12px, 7.0704225352px + 1.3145539906vw, 26px);
  font-style: normal;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .lang-en .page-header__title {
    border-radius: 5px 0 0 0px;
    top: auto;
    bottom: -2px;
    right: 0;
  }
}

@keyframes anm-pageheader-title {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.page-contents {
  margin-bottom: var(--spacer-6);
}

.page-section {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .page-section {
    margin-top: 80px;
  }
}

.page-section__inner {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
}
@media screen and (max-width: 1284px) {
  .page-section__inner {
    padding-left: var(--spacer-3);
    padding-right: var(--spacer-3);
  }
}

.page-partition {
  margin: var(--spacer-5) 0;
}

.page-partition__img {
  position: relative;
  overflow: hidden;
  height: 400px;
  width: 100%;
}

/* 共通: JS は Y 方向だけ CSS 変数で操作する */
.page-partition__img img {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  min-width: 100%;
  height: auto;
  transform: translateX(-50%) translateY(var(--parallaxY, 0px));
  will-change: transform;
}

.content {
  padding: 50px;
  background: #f4f4f4;
  min-height: 800px;
}

@media screen and (max-width: 1000px) {
  .page-partition__img {
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .page-partition__img {
    height: 110px;
  }
}
.page-section__lead {
  text-align: center;
  margin-bottom: var(--spacer-4);
  font-size: clamp(14px, 12.5915492958px + 0.3755868545vw, 18px);
  line-height: 1.8;
}

.page-section__text {
  text-align: center;
  margin-bottom: var(--spacer-4);
  line-height: 1.8;
}
.page-section__text p {
  margin-top: var(--spacer-2);
}
.page-section__text p:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .page-section__text {
    text-align: left;
  }
}

.page-section__title {
  font-size: clamp(18px, 15.1830985915px + 0.7511737089vw, 26px);
  font-family: "Shimanami JIS2004", "Shippori Mincho B1", "Hiragino Kaku Gothic ProN", "Hiragino Sans", serif;
  margin-bottom: var(--spacer-4);
  text-align: center;
}
.page-section__title div {
  display: inline-block;
  padding: 0 var(--spacer-2);
  position: relative;
  padding-bottom: var(--spacer-1);
}
.page-section__title div:before, .page-section__title div:after {
  content: "";
  background: linear-gradient(136deg, #f8cac6 20%, #8cc9c8 100%);
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
}
.page-section__title div:before {
  bottom: 3px;
  left: 0;
}
.page-section__title div:after {
  bottom: 0px;
  left: 0;
}

.container {
  overflow: auto;
  min-height: 100svh;
}

.index-section {
  width: 100%;
  min-height: var(--vvh, 100vh);
  min-height: 100svh;
  padding-top: 100px;
}
@media screen and (max-width: 1000px) {
  .index-section {
    padding-top: 0;
    min-height: auto;
  }
}

html, body,
.index-section {
  overflow-anchor: none;
}

/*
loading
_________________________________________________________*/
/* ローディング中はスクロール不可にしてレイアウトを安定化 */
html.is-loading,
html.is-loading body {
  overflow: hidden;
}

/* フルスクリーンのローダー */
.app-loader {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100svh;
  height: var(--vvh, 100vh);
  background: #fff;
  display: grid;
  place-items: center;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}

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

.app-loader__text {
  margin-top: 10px;
  font-size: 14px;
  color: #333;
  position: relative;
  z-index: 2;
}

/* CLS対策（スクロールアンカー無効） */
html, body, .index-contents {
  overflow-anchor: none;
}

.app-loader__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/opening_bg.png") center center no-repeat;
  z-index: -1;
  animation: app-loader-bg-anm 2s ease forwards;
}

@keyframes app-loader-bg-anm {
  0% {
    opacity: 0;
    transform: scale(1);
    filter: blur(50px);
  }
  50% {
    opacity: 1;
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: scale(1.5);
  }
}
.app-loader__catch {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: clamp(16px, 13.1830985915px + 0.7511737089vw, 24px);
  font-family: "Shimanami JIS2004", "Shippori Mincho B1", "Hiragino Kaku Gothic ProN", "Hiragino Sans", serif;
  letter-spacing: 0.5em;
}

.lang-en .app-loader__catch {
  writing-mode: horizontal-tb;
  text-orientation: mixed;
  font-size: clamp(12px, 9.1830985915px + 0.7511737089vw, 20px);
  letter-spacing: 0.1em;
}

/*
index-mv
_________________________________________________________*/
.index-mv {
  background-color: #FFFFFF;
  position: relative;
  padding-top: 0 !important;
}

.index-mv__inner {
  height: 100svh;
  position: relative;
}

.index-mv__clip {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow: hidden; /* はみ出す部分を隠す */
}

.index-mv__clip video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: cover; /* 全画面に表示しつつ中央基準でトリミング */
}

.index-mv__clip__logo {
  position: absolute;
  bottom: 32px;
  left: 0;
  width: 100%;
  text-align: center;
}
.index-mv__clip__logo img {
  width: 80%;
  max-width: 800px;
}

/*
index-welcome
_________________________________________________________*/
.index-welcome {
  background-color: #FFFFFF;
}

.index-welcome__inner {
  width: 100%;
  max-width: 1012px;
  margin: 0 auto;
  height: 100%;
  min-height: 800px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: var(--spacer-2);
  padding-top: var(--spacer-4);
  padding-bottom: var(--spacer-4);
}
@media screen and (max-width: 1076px) {
  .index-welcome__inner {
    padding-left: var(--spacer-3);
    padding-right: var(--spacer-3);
  }
}
@media screen and (max-width: 1000px) {
  .index-welcome__inner {
    flex-direction: column;
    min-height: auto;
  }
}
@media screen and (max-width: 1000px), screen and (max-height: 800px) {
  .index-welcome__inner {
    min-height: auto;
  }
}

.index-welcome__title {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: clamp(24px, 14.8450704225px + 2.441314554vw, 50px);
  max-width: 25%;
  font-family: "Shimanami JIS2004", "Shippori Mincho B1", "Hiragino Kaku Gothic ProN", "Hiragino Sans", serif;
  letter-spacing: 0.2em;
}
.index-welcome__title p:nth-child(2) {
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .index-welcome__title p:nth-child(2) {
    margin-top: 0;
    margin-left: 1em;
  }
}
@media screen and (max-width: 768px) {
  .index-welcome__title {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    max-width: 100%;
    margin: var(--spacer-2);
  }
}

.index-welcome__title .char {
  display: inline-block;
  will-change: opacity, transform;
}

.index-welcome__title span {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
}

.index-welcome__slide {
  width: 70%;
  max-width: 700px;
  height: 100%;
  display: flex;
}
@media screen and (max-width: 1000px) {
  .index-welcome__slide {
    width: 100%;
    max-width: 80%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .index-welcome__slide {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}

.index-welcome__slide__item {
  position: relative;
  display: flex;
  align-items: center;
}

.index-welcome .slick-track {
  display: flex !important;
}

.index-welcome .slick-slide {
  height: auto !important;
}

.index-welcome .slick-slider {
  display: flex;
  align-items: center;
}

.index-welcome__slide__item__text {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  height: 100%;
}
.index-welcome__slide__item__text p {
  margin: 0;
  letter-spacing: 0.3em;
  writing-mode: vertical-rl;
  line-height: 2.5em;
}
@media screen and (max-width: 768px) {
  .index-welcome__slide__item__text {
    height: 600px;
    padding-right: var(--spacer-4);
  }
}
@media screen and (max-width: 375px) {
  .index-welcome__slide__item__text {
    height: 540px;
    padding-right: var(--spacer-4);
    font-size: 12px !important;
  }
}

.index-welcome__slide__item__img {
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 9999px;
  max-width: 400px;
  width: 100%;
  overflow: hidden;
  z-index: 0;
}
.index-welcome__slide__item__img img {
  max-width: 100%;
  height: auto;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .index-welcome__slide__item__img {
    width: 80%;
    left: 0;
  }
  .index-welcome__slide__item__img img {
    height: auto;
  }
}

.slick-active .index-welcome__slide__item__img img {
  animation: index-welcome-img-anm 6s ease forwards;
  animation-delay: 1s;
}

@keyframes index-welcome-text-anm {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}
.slick-active .index-welcome__slide__item__text {
  opacity: 0;
  animation: index-welcome-text-anm 2s ease forwards;
  animation-delay: 1s;
  z-index: 2;
  position: relative;
}

.slick-active .index-welcome__slide__item__img img {
  animation: index-welcome-img-anm 6s ease forwards;
  animation-delay: 1s;
}

@keyframes index-welcome-img-anm {
  0% {
    opacity: 0;
    transform: scale(1.5);
    filter: blur(50px);
  }
  50% {
    opacity: 1;
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.index-welcome__slide__item__controllbtn {
  width: 150px;
  height: 45px;
  position: absolute;
  bottom: 50%;
  left: 0;
  cursor: pointer;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .index-welcome__slide__item__controllbtn {
    bottom: 32%;
    left: var(--spacer-3);
  }
}

.index-welcome__slide__item__controllbtn__arrow line {
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
}

.index-welcome__slide__item__controllbtn__arrow line:nth-of-type(2) {
  animation-delay: 0.4s;
}

@keyframes lineDraw {
  to {
    stroke-dashoffset: 0;
  }
}
.index-welcome__slide__item__controllbtn__text {
  position: absolute;
  width: 100%;
  top: 0%;
  left: 0;
  text-align: center;
  opacity: 0;
  transform: translateY(-10px);
}

@keyframes welcome-ctrlbtn-txt-anm {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.slick-active .index-welcome__slide__item__controllbtn__text {
  animation: welcome-ctrlbtn-txt-anm 1s ease forwards;
  animation-delay: 3.4s;
  transform: translateY(-10px);
}
.slick-active .index-welcome__slide__item__controllbtn__arrow line {
  animation: lineDraw 1s ease forwards;
  animation-delay: 3s;
}
.slick-active .index-welcome__slide__item__controllbtn__arrow line:nth-of-type(2) {
  animation-delay: 3.4s;
}

.lang-en .slick-list.draggable,
.lang-en .slick-track {
  height: 100%;
}
.lang-en .index-welcome__inner {
  max-width: 90%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: var(--spacer-2);
}
.lang-en .index-welcome__title {
  writing-mode: horizontal-tb;
  font-size: clamp(24px, 14.8450704225px + 2.441314554vw, 50px);
  max-width: 100%;
  font-family: "Shimanami JIS2004", "Shippori Mincho B1", "Hiragino Kaku Gothic ProN", "Hiragino Sans", serif;
  letter-spacing: 0.2em;
}
.lang-en .index-welcome__title p:nth-child(2) {
  margin-top: 0;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .lang-en .index-welcome__title p:nth-child(2) {
    margin-top: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .lang-en .index-welcome__title {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    max-width: 100%;
    margin: var(--spacer-2);
  }
}
.lang-en .index-welcome__title span {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
}
.lang-en .index-welcome__slide {
  width: 90%;
  max-width: 1200px;
  height: 100%;
  display: flex;
}
@media screen and (max-width: 1000px) {
  .lang-en .index-welcome__slide {
    width: 100%;
    max-width: 90%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .lang-en .index-welcome__slide {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}
.lang-en .index-welcome__slide__item {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 80px;
}
.lang-en .index-welcome .slick-track {
  display: flex !important;
}
.lang-en .index-welcome .slick-slide {
  height: auto !important;
}
.lang-en .index-welcome .slick-slider {
  display: flex;
  align-items: start;
}
.lang-en .index-welcome__slide__item__text {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.lang-en .index-welcome__slide__item__text p {
  margin: 0;
  letter-spacing: 0.1em;
  writing-mode: horizontal-tb;
  line-height: 2.5em;
}
@media screen and (max-width: 768px) {
  .lang-en .index-welcome__slide__item__text {
    height: auto;
    padding-right: 0;
  }
}
@media screen and (max-width: 375px) {
  .lang-en .index-welcome__slide__item__text {
    height: auto;
  }
}
.lang-en .index-welcome__slide__item__controllbtn__arrow {
  transform: scaleX(-1);
}
.lang-en .index-welcome__slide__item__img {
  position: absolute;
  left: auto;
  right: 0;
  bottom: 50%;
  transform: translateY(50%);
  border-radius: 9999px;
  max-width: 400px;
  width: 100%;
  overflow: hidden;
  z-index: 0;
}
.lang-en .index-welcome__slide__item__img img {
  max-width: 100%;
  height: auto;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .lang-en .index-welcome__slide__item__img {
    width: 80%;
    left: 0;
    position: relative;
    bottom: 50px;
  }
  .lang-en .index-welcome__slide__item__img img {
    height: auto;
  }
}
.lang-en .index-welcome__slide__item__controllbtn {
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .lang-en .index-welcome__slide__item__controllbtn {
    position: relative;
    bottom: -50px;
  }
}

/*
index-news
_________________________________________________________*/
.index-news {
  position: relative;
  background-color: #FFFFFF;
  overflow: hidden;
  min-height: var(--vvh, 100vh) !important;
  padding-left: var(--spacer-3);
  padding-right: var(--spacer-3);
}
@media screen and (max-width: 1000px), screen and (max-height: 800px) {
  .index-news {
    padding-top: var(--spacer-6);
    padding-bottom: var(--spacer-6);
    padding-left: 0;
    padding-right: 0;
    min-height: auto !important;
  }
}

.index-news__bg {
  background: url("../images/bg_busshinoma.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.index-news__inner {
  position: relative;
  width: 100%;
  max-width: 1012px;
  margin: 0 auto;
  z-index: 2;
  background: rgba(255, 255, 255, 0.9);
  padding: var(--spacer-4) var(--spacer-6);
  padding-bottom: var(--spacer-3);
  opacity: 0;
  border-radius: 10px;
}
@media screen and (max-width: 1076px) {
  .index-news__inner {
    padding-left: var(--spacer-3);
    padding-right: var(--spacer-3);
  }
}
@media screen and (max-width: 1000px) {
  .index-news__inner {
    max-width: 80% !important;
    width: 80%;
  }
}
.index-news__inner:after {
  content: "";
  clear: both;
  display: block;
}

.index-news__title {
  font-size: clamp(20px, 16.4788732394px + 0.9389671362vw, 30px);
  font-family: "Shimanami JIS2004", "Shippori Mincho B1", "Hiragino Kaku Gothic ProN", "Hiragino Sans", serif;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: var(--spacer-2);
}
@media screen and (max-width: 768px) {
  .index-news__title {
    margin-bottom: var(--spacer-1);
  }
}

.index-news__list {
  width: 100%;
  margin-bottom: var(--spacer-1);
}
.index-news__list li {
  display: flex;
  border-bottom: 1px solid #E4E3DA;
  padding: var(--spacer-1) 0;
  gap: var(--spacer-2);
}
.index-news__list li datetime {
  display: block;
  width: 5em;
  flex-shrink: 0;
}
.index-news__list li a {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .index-news__list li {
    flex-direction: column;
    gap: 4px;
    padding: var(--spacer-2) 0;
  }
}
@media screen and (max-width: 768px) {
  .index-news__list {
    margin-bottom: var(--spacer-2);
  }
}

.index-news__more .m-link-icon-right {
  float: right;
}

.lang-en .index-news__title {
  letter-spacing: 0.1em;
}

/*
index-inori
_________________________________________________________*/
.index-inori__catch {
  width: 50%;
  height: 100%;
  min-height: 800px;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: clamp(22px, 19.1830985915px + 0.7511737089vw, 30px);
  font-family: "Shimanami JIS2004", "Shippori Mincho B1", "Hiragino Kaku Gothic ProN", "Hiragino Sans", serif;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1000px), screen and (max-height: 800px) {
  .index-inori__catch {
    width: 100%;
    min-height: auto;
    padding: var(--spacer-6) var(--spacer-3) var(--spacer-5) var(--spacer-3);
    background-color: rgba(255, 255, 255, 0.4);
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .index-inori__catch {
    margin-bottom: 0;
  }
}

.lang-en .index-inori__catch {
  font-size: clamp(20px, 18.5915492958px + 0.3755868545vw, 24px);
  text-align: center;
  letter-spacing: 0.1em;
}

/*
index-about
_________________________________________________________*/
.index-about {
  background-color: #FFFFFF;
  padding: 0;
}

.index-about__inner {
  display: flex;
  height: 100%;
  min-height: 800px;
}
@media screen and (max-width: 1000px), screen and (max-height: 800px) {
  .index-about__inner {
    min-height: auto;
  }
}
@media screen and (max-width: 768px) {
  .index-about__inner {
    display: block;
  }
}

.index-about__text {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: auto;
  padding: 0 var(--spacer-2);
}
.index-about__text p {
  font-size: clamp(14px, 12.5915492958px + 0.3755868545vw, 18px);
  margin: var(--spacer-2) 0;
}
.index-about__text p em {
  font-size: clamp(16px, 13.1830985915px + 0.7511737089vw, 24px);
}
@media screen and (max-width: 1000px) {
  .index-about__text {
    width: 100%;
    padding-bottom: var(--spacer-6);
  }
  .index-about__text p {
    margin: var(--spacer-1) 0;
  }
}

.index-about__img {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .index-about__img {
    width: 100%;
  }
}

@media screen and (max-width: 1300px) {
  .index-about__img__link .m-btn-white--small:before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .index-about__img__link .m-btn-white--small:before {
    display: block;
  }
}

@keyframes infinity-scroll-top {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes infinity-scroll-bottom {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.index-about__scroll__wrap {
  display: flex;
  overflow: hidden;
  gap: var(--spacer-2);
  overflow: hidden;
  height: 100svh;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .index-about__scroll__wrap {
    height: 60svh;
  }
}
@media screen and (max-width: 768px) {
  .index-about__scroll__wrap {
    height: 100svh;
  }
}

.index-about__scroll__list {
  display: flex;
  list-style: none;
  padding: 0;
  flex-direction: column;
}

.index-about__scroll__list--totop {
  animation: infinity-scroll-top 30s infinite linear 0.5s both;
}

.index-about__scroll__list--tobottom {
  animation: infinity-scroll-bottom 30s infinite linear 0.5s both;
}

.index-about__img__overlay {
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-decoration: none;
  z-index: 100;
  opacity: 0;
  padding-top: 100px;
}

.index-about__img__link {
  width: 80%;
  margin: 0 auto;
  text-decoration: none;
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-template-rows: auto auto;
  gap: var(--spacer-1) var(--spacer-1);
  grid-auto-flow: row;
  grid-template-areas: "index-about__img__link__item-about index-about__img__link__item-about" "index-about__img__link__item-arukikata index-about__img__link__item-gokitou";
}
.index-about__img__link li {
  display: block;
}
@media screen and (max-width: 768px) {
  .index-about__img__link {
    display: flex;
    flex-direction: column;
    gap: var(--spacer-1);
  }
}

.index-about__img__link__item-about {
  grid-area: index-about__img__link__item-about;
}

.index-about__img__link__item-arukikata {
  grid-area: index-about__img__link__item-arukikata;
}

.index-about__img__link__item-gokitou {
  grid-area: index-about__img__link__item-gokitou;
}

/*
index-store
_________________________________________________________*/
.index-store {
  background-color: #AED3CF;
  overflow: hidden;
}

.index-store__inner {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  height: 100%;
  min-height: 760px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 1284px) {
  .index-store__inner {
    padding-left: var(--spacer-3);
    padding-right: var(--spacer-3);
  }
}
@media screen and (max-width: 1000px), screen and (max-height: 800px) {
  .index-store__inner {
    padding-top: var(--spacer-5);
    padding-bottom: var(--spacer-5);
    min-height: auto;
  }
}

.index-store__title {
  opacity: 0;
  font-size: clamp(20px, 14.3661971831px + 1.5023474178vw, 36px);
  font-family: "Shimanami JIS2004", "Shippori Mincho B1", "Hiragino Kaku Gothic ProN", "Hiragino Sans", serif;
  letter-spacing: 0.2em;
  text-align: center;
  color: #262626;
  margin-bottom: var(--spacer-2);
}

.index-store__text {
  opacity: 0;
  text-align: center;
  margin-bottom: var(--spacer-2);
}
@media screen and (max-width: 768px) {
  .index-store__text {
    margin-bottom: var(--spacer-3);
  }
}

.index-store__list-wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 60px;
}

.index-store__list .slick-list {
  overflow: visible;
}
.index-store__list .slick-track {
  display: flex !important;
  gap: var(--spacer-1);
}
@media screen and (max-width: 768px) {
  .index-store__list .slick-track {
    gap: var(--spacer-2);
  }
}
.index-store__list .slick-slide {
  height: auto !important;
}

.index-store__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px;
  background-color: #FFFFFF;
  border-radius: 10px;
  height: auto;
}
.index-store__item a {
  text-decoration: none;
  display: block;
}
.index-store__item dl {
  margin-top: 10px;
}

.index-store__item__img {
  display: flex;
  aspect-ratio: 1/1;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.index-store__item__img img {
  width: auto;
  max-height: 200px;
}

.index-store__list-arrow {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  position: absolute;
  bottom: -40px;
  transition: 0.4s;
}
.index-store__list-arrow:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 768px) {
  .index-store__list-arrow {
    bottom: -40px;
  }
}

.index-store__list-arrow.prev_arrow {
  right: 60px;
  background-image: url("../images/icon-arrow-right-black.png");
  transform: rotate(180deg);
  background-size: 8.5px 7.5px;
}

.index-store__list-arrow.next_arrow {
  right: 20px;
  background-image: url("../images/icon-arrow-right-black.png");
  background-size: 8.5px 7.5px;
}

.index-store__link {
  width: 80%;
  max-width: 400px;
  margin: var(--spacer-3) auto 0 auto;
}
@media screen and (max-width: 768px) {
  .index-store__link {
    width: 90%;
  }
}

/*
index-banner
_________________________________________________________*/
.index-banner {
  background: #FFFFFF;
}

.index-banner__inner {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1284px) {
  .index-banner__inner {
    padding-left: var(--spacer-3);
    padding-right: var(--spacer-3);
  }
}
@media screen and (max-width: 1000px) {
  .index-banner__inner {
    padding-top: var(--spacer-5);
    padding-bottom: var(--spacer-5);
  }
}

.index-banner__card {
  margin-bottom: var(--spacer-4);
}
.index-banner__card .card-item {
  opacity: 0;
}

.banner-contact {
  opacity: 0;
  width: 100%;
}
.banner-contact a {
  width: 100%;
  height: 200px;
  background: url("../images/contact-banner_bg.jpg") no-repeat center center;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FFFFFF;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .banner-contact a {
    height: 380px;
    display: block;
    max-width: 600px;
    margin: 0 auto;
  }
}

.banner-contact__title {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: clamp(20px, 17.1830985915px + 0.7511737089vw, 28px);
  text-shadow: 0 0 10px rgba(38, 38, 38, 0.8);
}
@media screen and (max-width: 768px) {
  .banner-contact__title {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    position: absolute;
    left: 40px;
    top: 30px;
    width: auto;
  }
}

.banner-contact__text {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  text-shadow: 0 0 10px rgba(38, 38, 38, 0.8);
}
@media screen and (max-width: 768px) {
  .banner-contact__text {
    width: 100%;
    height: auto;
    padding: var(--spacer-2);
    background-color: rgba(255, 255, 255, 0.8);
    bottom: 0;
    left: 0;
    display: block;
    text-align: center;
    position: absolute;
    color: #262626;
    text-shadow: none;
  }
}

/* index-footer
_________________________________________________________*/
.index-footer {
  background-color: #FFFFFF;
  height: 100%;
}

.about-intro__text__title {
  font-size: clamp(18px, 15.8873239437px + 0.5633802817vw, 24px);
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: var(--spacer-3);
}
.about-intro__text__title h3:before, .about-intro__text__title h3:after {
  content: "―";
}

.lang-en .about-intro__text__title {
  writing-mode: horizontal-tb;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.lang-en .about-intro__text__title h3:before, .lang-en .about-intro__text__title h3:after {
  content: "";
}

.about-intro__box {
  display: flex;
  gap: var(--spacer-2);
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--spacer-5);
}
@media screen and (max-width: 768px) {
  .about-intro__box {
    display: flex;
    flex-direction: column-reverse;
    gap: var(--spacer-5);
  }
}

.about-intro__box--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .about-intro__box--reverse {
    flex-direction: column-reverse;
  }
}

.about-intro__img {
  width: 40%;
}
.about-intro__img img {
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .about-intro__img {
    width: 90%;
    margin: 0 auto;
  }
}

.about-intro__img--2 {
  display: flex;
  flex-direction: column;
}
.about-intro__img--2 div {
  width: 80%;
}
.about-intro__img--2 div:nth-child(1) {
  align-self: flex-start;
}
.about-intro__img--2 div:nth-child(2) {
  margin-top: var(--spacer-1);
  align-self: flex-end;
}

.about-intro__text {
  width: calc(60% - var(--spacer-2));
}
@media screen and (max-width: 768px) {
  .about-intro__text {
    width: 90%;
    margin: 0 auto;
  }
}

.about-intro__text__desc {
  max-width: 600px;
  margin: 0 auto;
}

.about-intro__paragraph {
  text-align: center;
  margin-top: var(--spacer-5);
}
@media screen and (max-width: 768px) {
  .about-intro__paragraph {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
}

.about-intro__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--spacer-2);
  margin: var(--spacer-6) auto 0 auto;
}
@media screen and (max-width: 768px) {
  .about-intro__link {
    flex-direction: column;
    max-width: 500px;
    width: 90%;
  }
}

.about-intro__link__item {
  width: calc(50% - var(--spacer-2) / 2);
}
@media screen and (max-width: 768px) {
  .about-intro__link__item {
    width: 100%;
  }
}

.gokitou-negai__box {
  background: linear-gradient(136deg, #f8cac6 20%, #8cc9c8 100%);
  width: 90%;
  max-width: 1012px;
  padding: 10px;
  border-radius: 10px;
  margin: 0 auto;
  margin-bottom: var(--spacer-4);
}
@media screen and (max-width: 768px) {
  .gokitou-negai__box {
    border-radius: 5px;
    padding: 6px;
  }
}

.gokitou-negai__box__inner {
  background-color: #FFFFFF;
  padding: var(--spacer-4) 10%;
}
@media screen and (max-width: 768px) {
  .gokitou-negai__box__inner {
    border-radius: 2px;
  }
}

.gokitou-negai__box__title {
  text-align: center;
  font-size: clamp(16px, 13.1830985915px + 0.7511737089vw, 24px);
  margin-bottom: var(--spacer-4);
}

.gokitou-negai__box__table {
  width: 100%;
}
.gokitou-negai__box__table th,
.gokitou-negai__box__table td {
  padding: var(--spacer-1) 0;
  border-bottom: 1px solid #E4E3DA;
}
.gokitou-negai__box__table th {
  font-weight: normal;
  letter-spacing: 0.3em;
  padding-right: 3em;
}
@media screen and (max-width: 768px) {
  .gokitou-negai__box__table th {
    padding-right: 2em;
  }
}

.gokitou-table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto var(--spacer-4) auto;
}
.gokitou-table th, .gokitou-table td {
  border-bottom: 1px solid #E4E3DA;
  padding: var(--spacer-1) 0;
  text-align: left;
}
.gokitou-table th {
  font-weight: normal;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .gokitou-table th {
    width: 70%;
  }
  .gokitou-table .sp-fullwidth {
    display: block;
    padding: 0 var(--spacer-1);
    width: 100% !important;
  }
  .gokitou-table th.sp-fullwidth {
    width: 100%;
    border-bottom: none;
    padding-top: var(--spacer-2);
    padding-bottom: calc(var(--spacer-1) / 2);
    font-weight: 600;
  }
  .gokitou-table td.sp-fullwidth {
    width: 100%;
  }
}

.arukikata-list {
  display: flex;
  flex-wrap: wrap;
  gap: 64px;
  width: 100%;
  max-width: 1012px;
  margin: 0 auto;
  counter-reset: num;
}
@media screen and (max-width: 1076px) {
  .arukikata-list {
    padding-left: var(--spacer-3);
    padding-right: var(--spacer-3);
  }
}
@media screen and (max-width: 768px) {
  .arukikata-list {
    padding-top: var(--spacer-2);
  }
}

.arukikata-item {
  counter-increment: num;
  width: calc(50% - 32px);
}
.arukikata-item:nth-child(2n) {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .arukikata-item {
    width: 100%;
  }
  .arukikata-item:nth-child(2n) {
    margin-top: 0px;
  }
}

.arukikata-item__figure {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  position: relative;
}

.arukikata-item__figcaption {
  position: absolute;
  bottom: -3px;
  left: 0;
  background-color: #FFFFFF;
  border-radius: 0 10px 0 0;
  padding: var(--spacer-1) var(--spacer-2) 0 var(--spacer-2);
  font-size: clamp(16px, 13.8873239437px + 0.5633802817vw, 22px);
}

.arukikata-item__text {
  padding: var(--spacer-2) 0;
}

.arukikata-item__num {
  position: absolute;
  width: 60px;
  height: 60px;
  background: linear-gradient(136deg, #f8cac6 20%, #8cc9c8 100%);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  border-radius: 9999px;
  font-size: clamp(24px, 21.8873239437px + 0.5633802817vw, 30px);
  font-weight: 400;
  transform: translate(-20%, -50%);
}
.arukikata-item__num:before {
  content: counter(num);
}
@media screen and (max-width: 768px) {
  .arukikata-item__num {
    width: 40px;
    height: 40px;
  }
}

.arukikata-friends {
  text-align: center;
  margin-top: var(--spacer-5);
}
.arukikata-friends img {
  max-width: 100%;
}

.eitaikuyou-intro__box {
  display: flex;
  gap: var(--spacer-2);
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: var(--spacer-5);
}
@media screen and (max-width: 768px) {
  .eitaikuyou-intro__box {
    display: flex;
    flex-direction: column;
    gap: var(--spacer-5);
  }
}

.eitaikuyou-intro__box--reverse {
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .eitaikuyou-intro__box--reverse {
    flex-direction: column;
  }
}

.eitaikuyou-intro__img {
  width: 40%;
}
.eitaikuyou-intro__img img {
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .eitaikuyou-intro__img {
    width: 90%;
    margin: 0 auto;
  }
}

.eitaikuyou-intro__img--2 {
  display: flex;
  flex-direction: column;
}
.eitaikuyou-intro__img--2 div {
  width: 80%;
}
.eitaikuyou-intro__img--2 div:nth-child(1) {
  align-self: flex-start;
}
.eitaikuyou-intro__img--2 div:nth-child(2) {
  margin-top: var(--spacer-1);
  align-self: flex-end;
}

.eitaikuyou-intro__text {
  width: calc(60% - var(--spacer-2));
}
@media screen and (max-width: 768px) {
  .eitaikuyou-intro__text {
    width: 90%;
    margin: 0 auto;
  }
}

.eitaikuyou-intro__text__desc {
  max-width: 600px;
  margin: 0 auto;
}

.eitaikuyou-intro__paragraph {
  text-align: center;
  margin-top: var(--spacer-5);
}
@media screen and (max-width: 768px) {
  .eitaikuyou-intro__paragraph {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
}

.eitaikuyou-intro__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--spacer-2);
  margin: var(--spacer-6) auto 0 auto;
}
@media screen and (max-width: 768px) {
  .eitaikuyou-intro__link {
    flex-direction: column;
    max-width: 500px;
    width: 90%;
  }
}

.eitaikuyou-type__list {
  display: flex;
  gap: var(--spacer-3);
  margin-bottom: var(--spacer-4);
}
@media screen and (max-width: 768px) {
  .eitaikuyou-type__list {
    flex-direction: column;
  }
}

.eitaikuyou-type__item {
  background-color: #F4F3ED;
  border-radius: 10px;
  padding: var(--spacer-2);
  width: calc(50% - var(--spacer-3) / 2);
}
@media screen and (max-width: 768px) {
  .eitaikuyou-type__item {
    width: 80%;
    margin: 0 auto;
  }
}

.eitaikuyou-type__item__title {
  text-align: center;
  font-size: clamp(20px, 17.1830985915px + 0.7511737089vw, 28px);
  font-weight: 400;
  margin-bottom: var(--spacer-2);
}

.eitaikuyou-type__item__img {
  text-align: center;
  margin-bottom: var(--spacer-2);
}
.eitaikuyou-type__item__img img {
  width: 80%;
  max-width: 390px;
  border-radius: 10px;
}

.eitaikuyou-type__item__table {
  width: 80%;
  max-width: 390px;
  margin: 0 auto;
  margin-bottom: var(--spacer-1);
}
.eitaikuyou-type__item__table th, .eitaikuyou-type__item__table td {
  border-bottom: 1px solid #262626;
  padding: calc(var(--spacer-1) / 2);
  width: calc(50% - var(--spacer-2) / 2);
}
.eitaikuyou-type__item__table th {
  text-align: right;
  padding-right: calc(var(--spacer-2) / 2);
}
.eitaikuyou-type__item__table td {
  text-align: left;
  padding-left: calc(var(--spacer-2) / 2);
}

.dantai-plan__list {
  display: flex;
  gap: var(--spacer-2);
  margin-bottom: var(--spacer-4);
}
@media screen and (max-width: 768px) {
  .dantai-plan__list {
    flex-direction: column;
  }
}

.dantai-plan__item {
  width: calc(33.33% - var(--spacer-2) * 2 / 3);
  background-color: #F4F3ED;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .dantai-plan__item {
    width: 80%;
    margin: 0 auto;
  }
}

.dantai-plan__item__title {
  padding: var(--spacer-1);
  text-align: center;
  font-weight: 400;
  line-height: 1;
}
.dantai-plan__item__title em {
  font-size: clamp(20px, 16.4788732394px + 0.9389671362vw, 30px);
}
@media screen and (max-width: 768px) {
  .dantai-plan__item__title {
    padding-top: var(--spacer-2);
  }
}

.dantai-plan__item__text {
  padding: 0 var(--spacer-2) var(--spacer-2) var(--spacer-2);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .dantai-plan__item__text {
    padding: 0 var(--spacer-2) var(--spacer-3) var(--spacer-2);
  }
}

.news-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1012px;
  margin: 0 auto;
}
@media screen and (max-width: 1076px) {
  .news-list {
    padding-left: var(--spacer-3);
    padding-right: var(--spacer-3);
  }
}

.news-item {
  border-bottom: 1px solid #E4E3DA;
}
.news-item a {
  display: flex;
  align-items: center;
  padding: var(--spacer-2) 0;
  text-decoration: none;
  gap: var(--spacer-1);
}
@media screen and (max-width: 768px) {
  .news-item a {
    flex-direction: column;
    align-items: flex-start;
  }
}

.news-article {
  width: 100%;
  max-width: 1012px;
  margin: 0 auto;
}
@media screen and (max-width: 1076px) {
  .news-article {
    padding-left: var(--spacer-3);
    padding-right: var(--spacer-3);
  }
}

.news-article__title {
  font-size: clamp(18px, 14.4788732394px + 0.9389671362vw, 28px);
  text-align: center;
  padding: var(--spacer-1);
  margin-bottom: var(--spacer-1);
  position: relative;
}
.news-article__title:before, .news-article__title:after {
  content: "";
  background: linear-gradient(136deg, #f8cac6 20%, #8cc9c8 100%);
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
}
.news-article__title:before {
  bottom: 3px;
  left: 0;
}
.news-article__title:after {
  bottom: 0px;
  left: 0;
}

.news-article__meta {
  margin: var(--spacer-1) 0 0 0;
  text-align: right;
  display: block;
}

.news-article__content {
  margin-bottom: var(--spacer-4);
}
.news-article__content p {
  margin-bottom: var(--spacer-2);
}

.news-article__tags {
  margin: var(--spacer-1) 0 var(--spacer-4) 0;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacer-1);
}
.news-article__tags li {
  list-style: none;
}
.news-article__tags li a {
  text-decoration: none;
}

.news-article__category {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin: var(--spacer-1) 0 var(--spacer-2) 0;
}
.news-article__category a {
  text-decoration: none;
  border: 1px solid #AED3CF;
  color: #FFFFFF;
  font-size: 0.8em;
  padding: 5px;
  line-height: 1em;
  display: inline-block;
  border-radius: 2px;
  background-color: #AED3CF;
}
.news-article__category a:hover {
  text-decoration: none;
}

.nav-links {
  margin: var(--spacer-2) 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacer-1);
}

.article h2 {
  font-size: 1.5em;
  font-weight: bolder;
  margin-bottom: var(--spacer-1);
}
.article h3 {
  font-size: 1.2em;
  font-weight: bolder;
  margin-bottom: var(--spacer-1);
}
.article h4 {
  font-size: 1em;
  font-weight: bolder;
  margin-bottom: var(--spacer-1);
}
.article p {
  margin-bottom: var(--spacer-2);
}

/* style
--------------------------------------------- */
.news-article__content {
  word-break: normal;
  overflow-wrap: anywhere;
}

.news-article__content > *:not(.alignfull) {
  max-width: 100%;
}

.news-article__content a {
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.news-article__content a:hover,
.news-article__content a:focus {
  text-decoration-thickness: 2px;
}

/* 見出し */
.news-article__content h1,
.news-article__content h2,
.news-article__content h3,
.news-article__content h4,
.news-article__content h5,
.news-article__content h6 {
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin: 2em 0 0.6em;
}

.news-article__content h1 {
  font-size: clamp(20px, 18.5915492958px + 0.3755868545vw, 24px);
}

.news-article__content h2 {
  font-size: clamp(16px, 14.5915492958px + 0.3755868545vw, 20px);
}

.news-article__content h3 {
  font-size: clamp(14px, 12.5915492958px + 0.3755868545vw, 18px);
}

.news-article__content h4 {
  font-size: clamp(12px, 10.5915492958px + 0.3755868545vw, 16px);
}

.news-article__content h5 {
  font-size: clamp(11px, 9.9436619718px + 0.2816901408vw, 14px);
}

.news-article__content h6 {
  font-size: clamp(10px, 9.2957746479px + 0.1877934272vw, 12px);
}

/* 段落・テキスト装飾 */
.news-article__content p {
  margin: 1em 0;
}

.news-article__content b,
.news-article__content strong {
  font-weight: 700;
}

.news-article__content i,
.news-article__content em {
  font-style: italic;
}

.news-article__content small {
  font-size: 0.875em;
}

.news-article__content mark {
  background: #fff3b0;
  padding: 0.1em 0.25em;
  border-radius: 0.2em;
}

.news-article__content del {
  text-decoration: line-through;
}

.news-article__content ins {
  text-decoration: none;
  background: #ecfeff;
  padding: 0.1em 0.25em;
  border-radius: 0.2em;
}

.news-article__content sup, .news-article__content sub {
  font-size: 0.75em;
  line-height: 0;
}

.news-article__content sup {
  vertical-align: super;
}

.news-article__content sub {
  vertical-align: sub;
}

.news-article__content abbr[title] {
  border-bottom: 1px dashed var(--wp-color-soft);
  cursor: help;
  text-decoration: none;
}

.news-article__content dfn {
  font-style: italic;
  background: #f7f7f7;
  padding: 0 0.3em;
  border-radius: 0.2em;
}

/* 引用 */
.news-article__content blockquote {
  margin: 1.5em 0;
  padding: 1rem 1.25rem;
  background: #F4F3ED;
  border-radius: 0 var(--wp-radius) var(--wp-radius) 0;
}

.news-article__content blockquote p:last-child {
  margin-bottom: 0;
}

.news-article__content blockquote cite {
  display: block;
  margin-top: 0.5rem;
  font-style: normal;
}

/* リスト */
.news-article__content ul,
.news-article__content ol {
  margin: 1em 0 1em 1.5em;
  padding: 0;
}

.news-article__content ul {
  list-style: disc;
}

.news-article__content ol {
  list-style: decimal;
}

.news-article__content li {
  margin: 0.3em 0;
}

.news-article__content li > ul {
  list-style: circle;
  margin-left: 1.25em;
}

.news-article__content li > ol {
  list-style: lower-alpha;
  margin-left: 1.25em;
}

/* 定義リスト */
.news-article__content dl {
  margin: 1.2em 0;
}

.news-article__content dt {
  font-weight: 700;
  margin-top: 0.8em;
}

.news-article__content dd {
  margin-left: 1em;
}

/* 水平線 */
.news-article__content hr {
  border: 0;
  border-top: 1px solid #E4E3DA;
  margin: 2.5em 0;
}

/* コード */
.news-article__content code, .news-article__content kbd, .news-article__content samp {
  font-size: 0.95em;
  background: #f6f8fa;
  padding: 0.15em 0.35em;
  border-radius: 4px;
  border: 1px solid #eaeef2;
}

.news-article__content kbd {
  box-shadow: inset 0 -1px 0 #d0d7de;
}

.news-article__content pre {
  font-family: var(--wp-font-mono);
  font-size: 0.95em;
  line-height: 1.6;
  padding: 1rem 1.25rem;
  margin: 1.2em 0;
  background: #0b1020;
  color: #e6edf3;
  border-radius: var(--wp-radius);
  overflow: auto;
}

.news-article__content pre code {
  background: transparent;
  border: 0;
  padding: 0;
  color: inherit;
}

/* テーブル */
.news-article__content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0;
  font-size: 0.95em;
}

.news-article__content caption {
  caption-side: top;
  text-align: left;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.news-article__content th,
.news-article__content td {
  padding: 0.7rem 0.8rem;
  border: 1px solid var(--wp-color-border);
  vertical-align: top;
}

.news-article__content thead th {
  background: #f3f4f6;
}

.news-article__content tbody tr:nth-child(even) {
  background: #fafafa;
}

/* 横スクロール許容（狭い画面） */
@media (max-width: 640px) {
  .news-article__content table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
/* 画像・メディア */
.news-article__content img,
.news-article__content video,
.news-article__content canvas,
.news-article__content svg {
  max-width: 100%;
  height: auto;
}

.news-article__content figure {
  margin: 1.5em 0;
}

.news-article__content figcaption,
.news-article__content .wp-caption-text {
  font-size: 0.9em;
  color: var(--wp-color-muted);
  margin-top: 0.4rem;
}

/* WordPress 標準アラインメント */
.news-article__content .alignnone {
  margin: 0.5rem 0;
}

.news-article__content .alignleft {
  float: left;
  margin: 0.3rem 1rem 0.8rem 0;
}

.news-article__content .alignright {
  float: right;
  margin: 0.3rem 0 0.8rem 1rem;
}

.news-article__content .aligncenter {
  display: block;
  margin: 1rem auto;
  text-align: center;
}

/* 回り込み解除（画像の後に clearfix 用の要素が無い場合の保険） */
.news-article__content::after {
  content: "";
  display: table;
  clear: both;
}

/* キャプション（クラシック） */
.news-article__content .wp-caption {
  max-width: 100%;
  text-align: center;
}

.news-article__content .wp-caption img {
  display: block;
  margin: 0 auto;
}

.news-article__content .wp-caption .wp-caption-text {
  margin-top: 0.4rem;
}

/* ギャラリー（クラシックショートコード） */
.news-article__content .gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 0.75rem;
  margin: 1.5em 0;
}

.news-article__content .gallery-item {
  text-align: center;
}

.news-article__content .gallery-icon {
  line-height: 0;
}

.news-article__content .gallery-caption {
  margin-top: 0.3rem;
  font-size: 0.85em;
  color: var(--wp-color-muted);
}

/* 埋め込み（oEmbed / iframe） */
.news-article__content iframe,
.news-article__content embed,
.news-article__content object {
  max-width: 100%;
}

.news-article__content .wp-video,
.news-article__content .wp-audio {
  max-width: 100%;
}

/* “続きを読む”リンク（クラシック） */
.news-article__content .more-link {
  display: inline-block;
  margin-top: 0.5rem;
  text-decoration: none;
  color: var(--wp-color-accent);
  border-bottom: 1px solid currentColor;
}

/* アドレス・引用内のクレジットなど */
.news-article__content address {
  font-style: normal;
  color: var(--wp-color-muted);
}

.access-access__map {
  width: 100%;
  margin-bottom: var(--spacer-2);
}
.access-access__map iframe {
  width: 100%;
  height: 450px;
  border: 0;
}
@media screen and (max-width: 768px) {
  .access-access__map iframe {
    height: 300px;
  }
}

.access-access__addres {
  position: relative;
  text-align: center;
  margin-bottom: var(--spacer-4);
}
.access-access__addres p {
  display: block;
}
.access-access__addres a {
  position: absolute;
  bottom: 15px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .access-access__addres p {
    padding-bottom: var(--spacer-2);
  }
  .access-access__addres a {
    position: relative;
    bottom: 0;
  }
}

.access-haikan__table {
  width: 80%;
  max-width: 270px;
  margin: 0 auto var(--spacer-2) auto;
}
.access-haikan__table th {
  font-weight: 400;
}

.lang-en .access-haikan__table {
  width: 90%;
  max-width: 350px;
}

.shiawase-meguri {
  background-color: #AED3CF;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.shiawase-meguri__inner {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
}
@media screen and (max-width: 1284px) {
  .shiawase-meguri__inner {
    padding-left: var(--spacer-3);
    padding-right: var(--spacer-3);
  }
}

.shiawase-meguri__content {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  min-height: 800px;
}
@media screen and (max-width: 768px) {
  .shiawase-meguri__content {
    flex-direction: column-reverse;
    width: 100%;
    margin: 0 auto;
    min-height: auto;
    padding: var(--spacer-3) 0;
  }
}

.shiawase-meguri__details {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .shiawase-meguri__details {
    width: 100%;
  }
}

.shiawase-meguri__detail {
  background-color: #FFFFFF;
  border-radius: 10px;
  height: auto;
  overflow: hidden;
}

.shiawase-meguri__detail {
  display: none;
}

.shiawase-meguri__detail__img {
  position: relative;
}

.shiawase-meguri__detail__title {
  position: absolute;
  bottom: -3px;
  left: 0;
  background-color: #FFFFFF;
  border-radius: 0 10px 0 0;
  font-size: clamp(16px, 13.1830985915px + 0.7511737089vw, 24px);
  padding: var(--spacer-1) var(--spacer-2) 0 var(--spacer-2);
  text-align: center;
  min-width: 50%;
}

.shiawase-meguri__detail__text {
  padding: var(--spacer-2);
}
.shiawase-meguri__detail__text p {
  margin-bottom: var(--spacer-1);
}

.shiawase-meguri__detail__link {
  text-align: center;
}
.shiawase-meguri__detail__link li {
  display: inline-block;
  margin: 6px 6px;
}

.shiawase-meguri__map {
  width: 56%;
  position: relative;
  aspect-ratio: 0.94/1;
}
@media screen and (max-width: 768px) {
  .shiawase-meguri__map {
    width: 100%;
  }
}

.shiawase-meguri__map__img {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.shiawase-meguri__map__img img {
  width: 100%;
}

.shiawase-meguri__map__link {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.shiawase-meguri__map__link .rollover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.5s;
}
.shiawase-meguri__map__link:hover .rollover {
  opacity: 1;
}

.shiawase-meguri__map__link.is-active .rollover {
  opacity: 1;
}

.shiawase-meguri__map__link--kannon {
  width: 13.7%;
  left: 26%;
  top: 14.5%;
}

.shiawase-meguri__map__link--yamano {
  width: 17.5%;
  left: 40.8%;
  top: 4%;
}

.shiawase-meguri__map__link--emon {
  width: 15.6%;
  left: 63%;
  top: 3.4%;
}

.shiawase-meguri__map__link--koyasu {
  width: 13.7%;
  left: 52.5%;
  top: 0%;
  z-index: 10;
}

.shiawase-video {
  margin-top: var(--spacer-4);
}
.shiawase-video iframe {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  display: block;
}

.shiawase-meguri__detail__text_ganni {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: var(--spacer-1);
}
.shiawase-meguri__detail__text_ganni li {
  display: inline-block;
  background-color: #EBCFCC;
  line-height: 0.8em;
  padding: 8px 12px;
  font-size: 0.8em;
  border-radius: 2px;
}

.contact-tel {
  margin-bottom: var(--spacer-5);
}

.contact-tel__list {
  margin: 0 auto var(--spacer-1) auto;
}
.contact-tel__list dl {
  display: flex;
  gap: var(--spacer-2);
  margin: 0 auto;
  font-size: clamp(20px, 16.4788732394px + 0.9389671362vw, 30px);
  justify-content: center;
}
.contact-tel__list dl dt {
  text-align: right;
  font-weight: 400;
}
.contact-tel__list dl dd {
  text-align: left;
  font-weight: 400;
}
.contact-tel__list a {
  text-decoration: none;
}

.donation-bank {
  background-color: #F4F3ED;
  border-radius: 10px;
  padding: var(--spacer-2);
  max-width: 60%;
  margin: 0 auto var(--spacer-5) auto;
}
@media screen and (max-width: 768px) {
  .donation-bank {
    max-width: 100%;
  }
}

.donation-online {
  display: flex;
  gap: var(--spacer-2);
}
@media screen and (max-width: 768px) {
  .donation-online {
    flex-direction: column;
  }
}

.donation-online__item {
  width: calc(50% - var(--spacer-2) / 2);
  background-color: #F4F3ED;
  border-radius: 10px;
  padding: var(--spacer-2);
}
@media screen and (max-width: 768px) {
  .donation-online__item {
    width: 100%;
  }
}

.donation-online__item__title {
  text-align: center;
  margin-bottom: var(--spacer-2);
  font-size: clamp(18px, 15.8873239437px + 0.5633802817vw, 24px);
  font-weight: 400;
}

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

/*
form
 _________________________________________________________*/
.form {
  width: 100%;
  max-width: 1012px;
  margin: 0 auto;
}
@media screen and (max-width: 1076px) {
  .form {
    padding-left: var(--spacer-3);
    padding-right: var(--spacer-3);
  }
}

.form-group .req {
  color: #EB5C13;
}

.form-item {
  border-bottom: 1px solid #E4E3DA;
  display: flex;
  gap: var(--spacer-2);
  width: 100%;
  align-items: center;
}
.form-item dt, .form-item dd {
  padding: 24px 0;
  flex-shrink: 0;
}
.form-item dt {
  width: 210px;
  font-weight: 400;
}
.form-item dd {
  width: calc(100% - 210px - var(--spacer-2));
}
@media screen and (max-width: 768px) {
  .form-item {
    flex-direction: column;
    gap: var(--spacer-1);
  }
  .form-item dt, .form-item dd {
    width: 100%;
    flex-shrink: 0;
  }
  .form-item dt {
    padding: 24px 0 0 0;
  }
  .form-item dd {
    padding: 0 0 24px 0;
  }
}

.input-text {
  border: 1px solid rgba(38, 38, 38, 0.4);
  border-radius: 2px;
  padding: 6px;
  width: 100%;
  box-sizing: border-box;
  min-height: 24px;
}
.input-text:focus {
  outline: none;
}

.input-text--textarea {
  height: 300px;
}

.input-select {
  position: relative;
  width: 100%;
}
.input-select:before {
  position: absolute;
  top: 15px;
  right: 20px;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #262626;
  border-left: 2px solid #262626;
  transform: rotate(-135deg);
  pointer-events: none;
}
.input-select select {
  appearance: none;
  padding: 6px;
  color: #333;
  border: 1px solid rgba(38, 38, 38, 0.4);
  border-radius: 2px;
  background-color: #fff;
  cursor: pointer;
  width: 100%;
}
.input-select select:focus {
  outline: none;
}

.form-button {
  margin-top: var(--spacer-3);
}

.form-title {
  background-color: #F4F3ED;
  padding: var(--spacer-1);
  font-size: clamp(16px, 14.5915492958px + 0.3755868545vw, 20px);
  text-align: center;
  margin-top: var(--spacer-2);
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  background-color: #F4F3ED;
  padding: var(--spacer-2);
  text-align: center;
}

.grecaptcha-badge {
  display: none !important;
}

/* ========================================================
 Module
 ** 汎用クラス
 ======================================================== */
.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.tb-none {
  display: block;
}
@media screen and (max-width: 1000px) {
  .tb-none {
    display: none;
  }
}

.tb-only {
  display: none;
}
@media screen and (max-width: 1000px) {
  .tb-only {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .tb-only {
    display: none;
  }
}

.pcl-only {
  display: block;
}
@media screen and (max-width: 1440px) {
  .pcl-only {
    display: none;
  }
}

.pcs-only {
  display: none;
}
@media screen and (max-width: 1440px) {
  .pcs-only {
    display: block;
  }
}

/*
右寄せ＆左寄せ
_________________________________________________________*/
.m-a-center {
  text-align: center;
}

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

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

.m-f-right {
  float: right;
}

.m-r-left {
  float: left;
}

.prewrap {
  white-space: pre-wrap;
}

/*
heading
 _________________________________________________________*/
/*
マージン＆パディング
_________________________________________________________*/
.m-mb-1 {
  margin-bottom: var(--spacer-1) !important;
}

.m-mb-2 {
  margin-bottom: var(--spacer-2) !important;
}

.m-mb-3 {
  margin-bottom: var(--spacer-3) !important;
}

.m-mb-4 {
  margin-bottom: var(--spacer-4) !important;
}

.m-mt-1 {
  margin-top: var(--spacer-1) !important;
}

.m-mt-2 {
  margin-top: var(--spacer-2) !important;
}

.m-mt-3 {
  margin-top: var(--spacer-3) !important;
}

.m-mt-4 {
  margin-top: var(--spacer-4) !important;
}

/*
font-color
_________________________________________________________*/
.m-color-greendark {
  color: #70c4bb;
}

/*
font-size
_________________________________________________________*/
strong,
.m-txt-bold {
  font-weight: bolder;
}

.m-txt-large {
  font-size: 1.12em;
}

.m-txt-xlarge {
  font-size: 1.4em;
}

.m-txt-small {
  font-size: 0.85em;
}

.m-txt-xsmall {
  font-size: 0.6em;
}

.m-font-eng {
  font-style: normal;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

/*
button
_________________________________________________________*/
.m-link-icon-right {
  display: flex;
  align-items: center;
  gap: calc(var(--spacer-1) / 2);
  text-decoration: none;
}
.m-link-icon-right:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #AED3CF;
  border-radius: 10px;
  background-image: url("../images/icon-arrow-right-white.png");
  background-size: 10px 10px;
  background-position: center center;
  background-repeat: no-repeat;
}

.m-btn-white {
  cursor: pointer;
  border: 1px solid #262626;
  background-color: #FFFFFF;
  border-radius: 9999px;
  height: 80px;
  width: 80%;
  margin: 0 auto;
  max-width: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--spacer-1) 0;
  color: #262626;
  text-decoration: none;
  text-align: center;
  position: relative;
  transition: 0.4s;
}
.m-btn-white:before {
  content: "";
  display: block;
  transition: 0.4s;
  position: absolute;
  top: 25px;
  right: 20px;
  width: 30px;
  height: 30px;
  border-radius: 9999px;
  background: url("../images/icon-arrow-right-white.png") center center/10px 9px no-repeat, linear-gradient(136deg, #f8cac6 20%, #8cc9c8 100%) center center/auto no-repeat;
}
.m-btn-white:hover {
  color: #262626;
  font-weight: 600;
  background-color: rgba(174, 211, 207, 0.6);
}
.m-btn-white:hover:before {
  right: 15px;
}
@media screen and (max-width: 768px) {
  .m-btn-white {
    height: 60px;
  }
  .m-btn-white:before {
    top: 15px;
  }
}

.m-btn-white--full {
  width: 100%;
  max-width: none;
}

.m-btn-white--small {
  font-size: clamp(14px, 14px + 0vw, 14px);
  height: 70px;
}
.m-btn-white--small:before {
  top: 20px;
}
@media screen and (max-width: 768px) {
  .m-btn-white--small {
    height: 60px;
  }
  .m-btn-white--small:before {
    top: 15px;
  }
}

.m-btn-white--small2 {
  font-size: clamp(14px, 14px + 0vw, 14px);
  height: 70px;
  max-width: 240px;
}
.m-btn-white--small2:before {
  top: 20px;
}
@media screen and (max-width: 768px) {
  .m-btn-white--small2 {
    height: 60px;
  }
  .m-btn-white--small2:before {
    top: 15px;
  }
}

.m-btn-white--xsmall {
  width: auto !important;
  min-width: 160px;
  font-size: clamp(12px, 12px + 0vw, 12px);
  height: 36px;
  line-height: 36px;
  display: inline-block;
  padding: 0 36px 0 12px;
}
.m-btn-white--xsmall:before {
  top: 8px;
  right: 10px;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .m-btn-white--xsmall {
    height: 36px;
  }
  .m-btn-white--xsmall:before {
    top: 8px;
  }
}

.m-btn-white--bdrcolor {
  border-color: #E4E3DA;
}

/*
table
_________________________________________________________*/
.m-table {
  border-top: 1px solid #E4E3DA;
  margin: 0 auto var(--spacer-3);
  width: 100%;
  max-width: 700px;
}
.m-table tr {
  border-bottom: 1px solid #E4E3DA;
}
.m-table th, .m-table td {
  border: none;
  padding: var(--spacer-1) 0;
}
@media screen and (max-width: 768px) {
  .m-table th, .m-table td {
    display: block;
    padding: 0;
  }
  .m-table td:first-child {
    padding-top: var(--spacer-1);
  }
  .m-table td:last-child {
    padding-bottom: var(--spacer-1);
  }
}

/*
list
 _________________________________________________________*/
/*
img
 _________________________________________________________*/
.m-img-2 {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.m-img-2 figure {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .m-img-2 {
    display: block;
  }
  .m-img-2 figure {
    width: 100%;
  }
}

.m-img-wrap {
  opacity: 0;
}

.m-img-wrap__animation {
  animation: img-opacity 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  overflow: hidden;
  position: relative;
}

.m-img-wrap__animation::before {
  animation: img-animation 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

@keyframes img-opacity {
  100% {
    opacity: 1;
  }
}
@keyframes img-animation {
  100% {
    transform: translateX(100%);
  }
}
.m-button-dl {
  display: block;
  background-color: #EBCFCC;
  border-radius: 9999px;
  height: 180px;
  width: 100%;
  text-decoration: none;
}
.m-button-dl:hover {
  color: #262626;
  text-decoration: none;
}
.m-button-dl:hover dt::before {
  margin-right: 8px;
}
.m-button-dl dl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.m-button-dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% - 64px);
  font-size: clamp(15px, 13.2394366197px + 0.4694835681vw, 20px);
}
.m-button-dl dt:before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: var(--spacer-1);
  background-color: #FFFFFF;
  border-radius: 18px;
  background-image: url("../images/icon-arrow-right-grd.png");
  background-size: 10px 10px;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.m-button-dl dd {
  flex-shrink: 0;
  height: 64px;
  width: 100%;
  border-top: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.05em;
  padding: 0 15%;
}
@media screen and (max-width: 1000px) {
  .m-button-dl {
    height: 140px;
  }
  .m-button-dl dt {
    height: calc(100% - 40px);
  }
}
@media screen and (max-width: 768px) {
  .m-button-dl dt {
    align-self: self-start;
    padding: 0 15%;
  }
}

.m-button-dl--green {
  background-color: #AED3CF;
}

.m-box-half {
  width: 50%;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .m-box-half {
    width: 80%;
  }
}

.m-flex-2column {
  display: flex;
}
@media screen and (max-width: 768px) {
  .m-flex-2column {
    flex-direction: column;
    gap: var(--spacer-3);
  }
}

.m-flex-2column__item {
  width: 50%;
  flex-shrink: 1;
}
@media screen and (max-width: 768px) {
  .m-flex-2column__item {
    width: 100%;
  }
}

.m-flex-2column__item--padding {
  padding: 0 5%;
}
@media screen and (max-width: 768px) {
  .m-flex-2column__item--padding {
    padding: 0 10%;
  }
}

.m-title-grd {
  background: linear-gradient(136deg, #FCEAE8 20%, #D1E9E9 100%);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 100%;
  margin-bottom: var(--spacer-2);
}
@media screen and (max-width: 768px) {
  .m-title-grd {
    height: 50px;
  }
}