@charset "UTF-8";@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/css/yakuhanjp.min.css");@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=M+PLUS+Rounded+1c:wght@400;500&family=Zen+Kaku+Gothic+New:wght@400;500;700&family=Zen+Maru+Gothic:wght@400;500&display=swap");


:root {
  --breakpoint: 768px;
  --ease-in-sine: cubic-bezier(0.47, 0, 0.745, 0.715);
  --ease-out-sine: cubic-bezier(0.39, 0.575, 0.565, 1);
  --ease-in-out-sine: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  --ease-in-quad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --ease-out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-in-out-quad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --ease-in-cubic: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --ease-out-cubic: cubic-bezier(0.215, 0.61, 0.355, 1);
  --ease-in-out-cubic: cubic-bezier(0.645, 0.045, 0.355, 1);
  --ease-in-quart: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --ease-out-quart: cubic-bezier(0.165, 0.84, 0.44, 1);
  --ease-in-out-quart: cubic-bezier(0.77, 0, 0.175, 1);
  --ease-in-quint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --ease-out-quint: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out-quint: cubic-bezier(0.86, 0, 0.07, 1);
  --ease-in-expo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1);
  --ease-in-out-expo: cubic-bezier(1, 0, 0, 1);
  --ease-in-circ: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  --ease-out-circ: cubic-bezier(0.075, 0.82, 0.165, 1);
  --ease-in-out-circ: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  --ease-in-back: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  --ease-out-back: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --ease-in-out-back: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  --font-zen-maru: "Zen Maru Gothic", sans-serif;
  --font-zen-kaku: "Zen Kaku Gothic New", sans-serif;
  --font-m-plus: "M PLUS Rounded 1c", sans-serif;
  --color-white: #fff;
  --color-primary: #e62e8b;
  --color-primary-filter: brightness(0) saturate(100%) invert(35%) sepia(35%)
    saturate(5120%) hue-rotate(309deg) brightness(90%) contrast(101%);
  --color-secondery: #f187bd;
  --color-bg-base: #fffcef;
  --color-bg-base-filter: brightness(0) saturate(100%) invert(100%) sepia(22%)
    saturate(2437%) hue-rotate(300deg) brightness(110%) contrast(102%);
  --color-bg-secondery: #fbe9e9;
  --color-bg-secondery-filter: brightness(0) saturate(100%) invert(92%)
    sepia(5%) saturate(1089%) hue-rotate(314deg) brightness(105%) contrast(97%);
  --color-font-base: #4f4d4d;
  --color-font-secondery: #3f342d;
  --header-height: 46px;
}
@media (min-width: 768px) {
  :root {
    --header-height: 74px;
  }
}
/* resset.dev • v5.0.2 */
/* # =================================================================
   # 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. */
}
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 */
}
iframe {
  border-style: none;
}
/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}
[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;
}
/* 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 */
}
/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}
/* # =================================================================
   # 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;
}
.u-clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.u-d-none {
  display: none !important;
}
.u-d-inline {
  display: inline !important;
}
.u-d-inline-block {
  display: inline-block !important;
}
.u-d-block {
  display: block !important;
}
.u-d-table {
  display: table !important;
}
.u-d-table-row {
  display: table-row !important;
}
.u-d-table-cell {
  display: table-cell !important;
}
.u-d-flex {
  display: flex !important;
}
.u-d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 320px) {
  .u-d-xs-none {
    display: none !important;
  }
  .u-d-xs-inline {
    display: inline !important;
  }
  .u-d-xs-inline-block {
    display: inline-block !important;
  }
  .u-d-xs-block {
    display: block !important;
  }
  .u-d-xs-table {
    display: table !important;
  }
  .u-d-xs-table-row {
    display: table-row !important;
  }
  .u-d-xs-table-cell {
    display: table-cell !important;
  }
  .u-d-xs-flex {
    display: flex !important;
  }
  .u-d-xs-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 375px) {
  .u-d-sm-none {
    display: none !important;
  }
  .u-d-sm-inline {
    display: inline !important;
  }
  .u-d-sm-inline-block {
    display: inline-block !important;
  }
  .u-d-sm-block {
    display: block !important;
  }
  .u-d-sm-table {
    display: table !important;
  }
  .u-d-sm-table-row {
    display: table-row !important;
  }
  .u-d-sm-table-cell {
    display: table-cell !important;
  }
  .u-d-sm-flex {
    display: flex !important;
  }
  .u-d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .u-d-md-none {
    display: none !important;
  }
  .u-d-md-inline {
    display: inline !important;
  }
  .u-d-md-inline-block {
    display: inline-block !important;
  }
  .u-d-md-block {
    display: block !important;
  }
  .u-d-md-table {
    display: table !important;
  }
  .u-d-md-table-row {
    display: table-row !important;
  }
  .u-d-md-table-cell {
    display: table-cell !important;
  }
  .u-d-md-flex {
    display: flex !important;
  }
  .u-d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1080px) {
  .u-d-lg-none {
    display: none !important;
  }
  .u-d-lg-inline {
    display: inline !important;
  }
  .u-d-lg-inline-block {
    display: inline-block !important;
  }
  .u-d-lg-block {
    display: block !important;
  }
  .u-d-lg-table {
    display: table !important;
  }
  .u-d-lg-table-row {
    display: table-row !important;
  }
  .u-d-lg-table-cell {
    display: table-cell !important;
  }
  .u-d-lg-flex {
    display: flex !important;
  }
  .u-d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1280px) {
  .u-d-xl-none {
    display: none !important;
  }
  .u-d-xl-inline {
    display: inline !important;
  }
  .u-d-xl-inline-block {
    display: inline-block !important;
  }
  .u-d-xl-block {
    display: block !important;
  }
  .u-d-xl-table {
    display: table !important;
  }
  .u-d-xl-table-row {
    display: table-row !important;
  }
  .u-d-xl-table-cell {
    display: table-cell !important;
  }
  .u-d-xl-flex {
    display: flex !important;
  }
  .u-d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1440px) {
  .u-d-xxl-none {
    display: none !important;
  }
  .u-d-xxl-inline {
    display: inline !important;
  }
  .u-d-xxl-inline-block {
    display: inline-block !important;
  }
  .u-d-xxl-block {
    display: block !important;
  }
  .u-d-xxl-table {
    display: table !important;
  }
  .u-d-xxl-table-row {
    display: table-row !important;
  }
  .u-d-xxl-table-cell {
    display: table-cell !important;
  }
  .u-d-xxl-flex {
    display: flex !important;
  }
  .u-d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
  clip-path: inset(50%);
}
@keyframes zoom-up {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes album-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes bus {
  0%, 50%, 100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(0.5deg);
  }
  75% {
    transform: rotate(-0.5deg);
  }
}
@keyframes pagetop-anim {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100vw);
  }
}
@keyframes mm-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mm-fade-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
html {
  min-width: 320px;
}
@media (min-width: 768px) {
  html {
    min-width: 1280px;
  }
}
body {
  background: var(--color-bg-base);
  color: var(--color-font-base);
  font-family: var(--font-zen-maru);
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.75;
  text-rendering: optimizeLegibility;
  font-feature-settings: "palt" 1;
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
a {
  color: currentColor;
  text-decoration: none;
}
img,
svg {
  vertical-align: middle;
}
ol,
ul {
  list-style: none;
}
body > img {
  display: block;
  height: 0 !important;
  font-size: 0;
}
.l-container--narrow, .l-container {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .l-container--narrow, .l-container {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 100px;
  }
}
@media (min-width: 768px) {
  .l-container--narrow {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 100px;
  }
}
.l-footer {
  position: relative;
  z-index: 10;
  padding: 1px 0 185px;
  background: var(--color-bg-secondery);
}
@media (min-width: 768px) {
  .l-footer {
    padding: 1px 0 max(15.5%, 250px);
  }
}
.l-footer::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  background: url("/assets/images/pages/common/footer_bg.png") no-repeat center bottom/100% auto;
  aspect-ratio: 750/450;
}
@media (min-width: 768px) {
  .l-footer::before {
    min-width: 1600px;
    aspect-ratio: 1600/448;
    background-image: url("/assets/images/pages/common/footer_bg_md.png");
  }
}
.l-footer .footer-contact {
  margin-top: -50px;
  padding: 30px 30px 35px;
  border-radius: 30px;
  background: var(--color-white);
  text-align: center;
}
@media (min-width: 768px) {
  .l-footer .footer-contact {
    width: 960px;
    margin: -60px auto 0;
    padding: 30px 0 40px;
    border-radius: 60px;
  }
}
.l-footer .footer-contact .copy {
  position: relative;
  margin-bottom: 10px;
  padding: 5px 0 4px;
}
.l-footer .footer-contact .copy::before, .l-footer .footer-contact .copy::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 90px);
  width: 19px;
  height: 1px;
  transform: rotate(45deg);
  transform-origin: right bottom;
  background: var(--color-font-base);
}
@media (min-width: 768px) {
  .l-footer .footer-contact .copy::before, .l-footer .footer-contact .copy::after {
    left: calc(50% - 110px);
    width: 26px;
  }
}
.l-footer .footer-contact .copy::after {
  right: calc(50% - 90px);
  left: auto;
  transform: rotate(-45deg);
  transform-origin: left bottom;
}
@media (min-width: 768px) {
  .l-footer .footer-contact .copy::after {
    right: calc(50% - 110px);
    left: auto;
  }
}
.l-footer .footer-contact .copy svg {
  width: 140px;
  overflow: visible;
  font-size: 24px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .l-footer .footer-contact .copy svg {
    width: 180px;
  }
}
.l-footer .footer-contact__heading {
  margin-bottom: 17px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .l-footer .footer-contact__heading {
    font-size: 30px;
  }
}
.l-footer .footer-contact .lead-text {
  margin: 0 -1em 25px;
  line-height: 1;
}
@media (min-width: 768px) {
  .l-footer .footer-contact .lead-text {
    margin: 0 0 40px;
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .l-footer .footer-contact__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.l-footer .footer-contact__item:nth-child(2) {
  margin-top: 24px;
  padding-top: 24px;
  border: solid 1px #ebe0e5;
  border-width: 1px 0 0;
}
@media (min-width: 768px) {
  .l-footer .footer-contact__item:nth-child(2) {
    margin: 0;
    padding: 0;
    border-width: 0 0 0 1px;
  }
}
.l-footer .footer-contact__item .title {
  color: var(--color-font-secondery);
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 768px) {
  .l-footer .footer-contact__item .title {
    font-size: 20px;
  }
}
.l-footer .footer-contact__item .tel {
  margin-top: 10px;
  color: var(--color-primary);
  font-family: var(--font-m-plus);
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 768px) {
  .l-footer .footer-contact__item .tel {
    margin-top: 22px;
    font-size: 40px;
  }
}
.l-footer .footer-contact__item .tel a {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .l-footer .footer-contact__item .tel a {
    pointer-events: none;
  }
}
.l-footer .footer-contact__item .tel a::before {
  content: "";
  display: block;
  width: 20px;
  height: 28px;
  margin-right: 5px;
  background: url("/assets/images/pages/common/icon_tel.svg") no-repeat center/contain;
}
@media (min-width: 768px) {
  .l-footer .footer-contact__item .tel a::before {
    width: 26px;
    height: 36px;
    margin-right: 8px;
  }
}
.l-footer .footer-contact__item .note {
  margin-top: 9px;
  color: var(--color-font-secondery);
  font-size: 11px;
  line-height: 1;
}
@media (min-width: 768px) {
  .l-footer .footer-contact__item .note {
    margin-top: 20px;
    font-size: 14px;
  }
}
.l-footer .footer-contact__item .button {
  width: 230px;
  height: 50px;
  margin: 15px auto 0;
}
@media (min-width: 768px) {
  .l-footer .footer-contact__item .button {
    width: 360px;
    height: 80px;
    margin-top: 15px;
  }
}
.l-footer .footer-contact__item .button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background: var(--color-primary);
  color: var(--color-white);
  font-size: 13px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .l-footer .footer-contact__item .button a {
    transition: transform 0.6s var(--ease-out-quint);
    font-size: 16px;
  }
  .l-footer .footer-contact__item .button a:hover {
    transform: scale(1.05);
  }
}
.l-footer .footer-contact__item .button a::before {
  content: "";
  display: block;
  width: 25px;
  height: 17px;
  margin-right: 15px;
  background: url("/assets/images/pages/common/icon_mail.svg") no-repeat center/contain;
}
@media (min-width: 768px) {
  .l-footer .footer-contact__item .button a::before {
    width: 30px;
    height: 20px;
    margin-right: 18px;
  }
}
@media (min-width: 768px) {
  .l-footer__inner {
    display: grid;
    grid-template-columns: 1fr auto;
    max-width: 1160px;
    margin: 60px auto 0;
    gap: 50px 0;
  }
}
.l-footer__inner .g-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}
@media (min-width: 768px) {
  .l-footer__inner .g-nav {
    grid-template-columns: repeat(5, auto);
    grid-template-rows: repeat(3, auto) 1fr;
    gap: 10px 40px;
  }
}
.l-footer__inner .g-nav__item {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.4);
}
@media (min-width: 768px) {
  .l-footer__inner .g-nav__item {
    border-radius: 0;
    background: none;
  }
}
.l-footer__inner .g-nav__item--large {
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  .l-footer__inner .g-nav__item--large {
    grid-column: auto;
    grid-row: 1/-1;
  }
}
.l-footer__inner .g-nav__item--large .g-nav__link {
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .l-footer__inner .g-nav__item--large .g-nav__link {
    font-size: 18px;
  }
}
.l-footer__inner .g-nav__item--large .g-nav__link::before {
  content: none;
}
.l-footer__inner .g-nav__item--large .g-nav__link .icon {
  position: relative;
  width: 30px;
  height: 30px;
  margin-left: auto;
  border-radius: 50%;
  background: var(--color-primary);
}
@media (min-width: 768px) {
  .l-footer__inner .g-nav__item--large .g-nav__link .icon {
    display: none;
  }
}
.l-footer__inner .g-nav__item--large .g-nav__link .icon::before, .l-footer__inner .g-nav__item--large .g-nav__link .icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 1px;
  transform: translate(-50%, -50%);
  background: var(--color-white);
}
.l-footer__inner .g-nav__item--large .g-nav__link .icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.3s;
}
.l-footer__inner .g-nav__item--large .g-nav__link[href] .icon::before {
  width: 5px;
  height: 4px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.l-footer__inner .g-nav__item--large .g-nav__link[href] .icon::after {
  content: none;
}
.l-footer__inner .g-nav__link {
  display: flex;
  align-items: center;
  height: 51px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .l-footer__inner .g-nav__link {
    height: auto;
    padding: 0;
  }
  .l-footer__inner .g-nav__link[href] span {
    transition: 0.6s var(--ease-out-quint);
    transition-property: color, border-color;
    border-bottom: solid 1px transparent;
  }
  .l-footer__inner .g-nav__link[href]:hover span {
    border-color: var(--color-primary);
    color: var(--color-primary);
  }
}
.l-footer__inner .g-nav__link::before {
  content: "";
  display: block;
  width: 6px;
  height: 4px;
  margin-right: 7px;
  background: var(--color-primary);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.l-footer__inner .g-nav__details::details-content {
  content-visibility: unset;
}
@media (max-width: 767.98px) {
  .l-footer__inner .g-nav__details .details-content {
    display: block grid;
    grid-template-rows: 0fr;
    transition-property: grid-template-rows;
    transition-duration: 0.3s;
  }
  .l-footer__inner .g-nav__details .details-content__inner {
    overflow: hidden;
  }
  .l-footer__inner .g-nav__details[open] .g-nav__link .icon::after {
    transform: translate(-50%, -50%);
  }
  .l-footer__inner .g-nav__details[open] .details-content {
    grid-template-rows: 1fr;
  }
}
.l-footer__inner .g-nav__content {
  padding: 0 20px 20px;
}
@media (min-width: 768px) {
  .l-footer__inner .g-nav__content {
    padding: 0;
  }
}
.l-footer__inner .g-nav__content .nav-list {
  display: grid;
  gap: 8px;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .l-footer__inner .g-nav__content .nav-list {
    margin-top: 20px;
    gap: 10px;
    font-size: 14px;
  }
}
.l-footer__inner .g-nav__content .nav-list__item {
  display: flex;
}
.l-footer__inner .g-nav__content .nav-list__item::before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 5px;
  height: 4px;
  margin: 0.9em 7px 0 0;
  transform: translateY(-50%);
  background: var(--color-primary);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media (min-width: 768px) {
  .l-footer__inner .g-nav__content .nav-list__item a span {
    transition: 0.6s var(--ease-out-quint);
    transition-property: color, border-color;
    border-bottom: solid 1px transparent;
  }
  .l-footer__inner .g-nav__content .nav-list__item a:hover span {
    border-color: var(--color-primary);
    color: var(--color-primary);
  }
}
.l-footer__inner .sub-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 300px;
  margin: 37px auto 0;
  gap: 13px 18px;
  font-size: 11px;
  line-height: 1;
}
@media (min-width: 768px) {
  .l-footer__inner .sub-link {
    grid-column: 2;
    justify-content: flex-start;
    width: auto;
    margin: 0;
    font-size: 12px;
    gap: 30px;
  }
  .l-footer__inner .sub-link a:hover {
    text-decoration: underline;
  }
}
.l-footer__inner .sub-link a[target]:not([href$=".pdf"]) {
  display: flex;
  align-items: center;
}
.l-footer__inner .sub-link a[target]:not([href$=".pdf"])::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin-left: 7px;
  background: url("/assets/images/pages/common/icon_blank.svg") no-repeat center/contain;
}
.l-footer__inner .copyright {
  margin-top: 50px;
  color: #c5baba;
  line-height: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .l-footer__inner .copyright {
    grid-column: 1;
    grid-row: 2;
    margin: 0;
    text-align: left;
  }
}
.l-footer__inner .copyright small {
  font-size: 11px;
}
@media (min-width: 768px) {
  .l-footer__inner .copyright small {
    font-size: 12px;
  }
}
.l-footer__head {
  margin: 38px 0 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .l-footer__head {
    margin: 0;
    text-align: left;
  }
}
.l-footer__head .logo {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .l-footer__head .logo {
    margin-bottom: 30px;
  }
  .l-footer__head .logo img {
    width: 220px;
    height: auto;
  }
}
.l-footer__head .address {
  line-height: 1;
}
@media (min-width: 768px) {
  .l-footer__head .address {
    font-size: 12px;
  }
}
.l-footer__head .map {
  width: 114px;
  height: 30px;
  margin: 10px auto 0;
}
@media (min-width: 768px) {
  .l-footer__head .map {
    width: 132px;
    height: 30px;
    margin: 15px 0 0;
  }
}
.l-footer__head .map a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: solid 1px var(--color-font-secondery);
  border-radius: 30px;
  font-size: 11px;
}
@media (min-width: 768px) {
  .l-footer__head .map a {
    transition: transform 0.6s var(--ease-out-quint);
    font-size: 12px;
  }
  .l-footer__head .map a:hover {
    transform: scale(1.05);
  }
}
.l-footer__head .map a::before {
  content: "";
  display: block;
  width: 10px;
  height: 13px;
  margin-right: 7px;
  background: url("/assets/images/pages/common/icon_pin.svg") no-repeat center/contain;
}
@media (min-width: 768px) {
  .l-footer__head .map a::before {
    width: 13px;
    height: 17px;
    margin-right: 8px;
  }
}
.l-footer .pagetop {
  position: absolute;
  right: 0;
  bottom: 17px;
  left: 0;
  width: 227px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l-footer .pagetop {
    right: 100px;
    bottom: 37px;
    left: auto;
    width: 220px;
  }
}
.l-footer .pagetop::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48px;
  height: 116px;
  background: url("/assets/images/pages/common/pagetop_bus-stop.png") no-repeat center/contain;
}
@media (min-width: 768px) {
  .l-footer .pagetop::before {
    width: 64px;
    height: 154px;
  }
}
.l-footer .pagetop__anchor {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l-footer .pagetop__anchor {
    margin: 0;
  }
  .l-footer .pagetop__anchor img {
    width: 156px;
    height: auto;
  }
  .l-footer .pagetop__anchor:hover .pagetop__balloon {
    transform: translateY(-10%);
  }
  .l-footer .pagetop__anchor:hover img {
    animation: bus 0.1s infinite;
  }
}
.l-footer .pagetop__anchor.is-active {
  pointer-events: none;
}
.l-footer .pagetop__anchor.is-active .pagetop__balloon {
  transition: opacity 0.6s var(--ease-out-quint);
  opacity: 0;
}
.l-footer .pagetop__anchor.is-active img {
  animation: bus 0.1s infinite;
}
.l-footer .pagetop__anchor.is-animation {
  position: fixed;
  z-index: 100;
  right: inherit;
  bottom: inherit;
  left: inherit;
  animation: pagetop-anim 1.6s var(--ease-in-quint) forwards;
}
@media (min-width: 768px) {
  .l-footer .pagetop__anchor.is-animation {
    right: 164px;
  }
}
.l-footer .pagetop__balloon {
  width: 79px;
  height: 86px;
  margin-bottom: 5px;
  padding-top: 18px;
  background: url("/assets/images/pages/common/pagetop_balloon.png") no-repeat center/contain;
  color: var(--color-white);
  font-weight: 500;
  line-height: 1.38;
  text-align: center;
}
@media (min-width: 768px) {
  .l-footer .pagetop__balloon {
    width: 80px;
    height: 87px;
    margin-bottom: 4px;
    padding-top: 18px;
    transform-origin: center bottom;
    transition: transform 0.6s var(--ease-out-quint);
    font-size: 14px;
  }
}
.l-header {
  position: sticky;
  z-index: 1000;
  top: 0;
}
@media (min-width: 768px) {
  .l-header {
    --header-height: 70px;
    display: flex;
    padding-right: 128px;
    border-top: solid 4px var(--color-primary);
    background: var(--color-white);
  }
}
.l-header__inner {
  display: flex;
  position: relative;
  z-index: 1;
  height: var(--header-height);
  padding: 0 0 0 20px;
  border-top: solid 4px var(--color-primary);
  background: var(--color-white);
}
@media (min-width: 768px) {
  .l-header__inner {
    position: static;
    padding-left: 30px;
    border-top-width: 0;
  }
}
.l-header__logo {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .l-header__logo img {
    width: 176px;
    height: auto;
  }
}
.l-header__side {
  display: flex;
  margin-left: auto;
}
@media (min-width: 768px) {
  .l-header__side {
    position: absolute;
    top: -4px;
    right: 0;
    height: 100svh;
  }
}
.l-header__side .side-nav {
  display: flex;
}
@media (min-width: 768px) {
  .l-header__side .side-nav {
    flex-direction: column;
  }
}
.l-header__side .side-nav__item {
  display: flex;
  flex-direction: column;
  width: 60px;
  height: 66px;
}
@media (min-width: 768px) {
  .l-header__side .side-nav__item {
    flex: 1 1 auto;
    width: 70px;
    height: 100%;
  }
}
.l-header__side .side-nav__item--1 a {
  background: #ef56a3;
}
@media (min-width: 768px) {
  .l-header__side .side-nav__item--1 a {
    background: #e62e8b;
  }
  .l-header__side .side-nav__item--1 a img {
    width: 44px;
    height: auto;
  }
}
.l-header__side .side-nav__item--2 {
  display: none;
}
@media (min-width: 768px) {
  .l-header__side .side-nav__item--2 {
    display: flex;
  }
}
.l-header__side .side-nav__item--2 a {
  background: #ea4397;
}
.l-header__side .side-nav__item--3 {
  display: none;
}
@media (min-width: 768px) {
  .l-header__side .side-nav__item--3 {
    display: flex;
  }
}
.l-header__side .side-nav__item--3 a {
  background: #ef56a3;
}
@media (max-width: 767.98px) {
  .l-header__side .side-nav__item--4 {
    order: -1;
  }
}
.l-header__side .side-nav__item--4 a {
  background: #f578b7;
}
@media (min-width: 768px) {
  .l-header__side .side-nav__item--4 a {
    background: #f578b7;
  }
  .l-header__side .side-nav__item--4 a img {
    width: 44px;
    height: auto;
  }
}
.l-header__side .side-nav__link {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.l-header__side .side-nav__link .icon {
  margin: -2px 0 5px;
}
@media (min-width: 768px) {
  .l-header__side .side-nav__link .icon {
    margin: 0 0 10px;
    transition: transform 0.6s var(--ease-out-quint);
  }
}
@media (min-width: 768px) {
  .l-header__side .side-nav__link:hover .icon {
    transform: translateY(-4px);
  }
}
.l-header__side .side-nav__link .text {
  width: 3.5em;
  color: var(--color-white);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.18;
  text-align: center;
}
@media (min-width: 768px) {
  .l-header__side .side-nav__link .text {
    width: 1em;
    font-size: 14px;
    line-height: 1;
  }
}
.l-header__menu-trigger {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  margin-top: -4px;
  padding-top: 3px;
  background: var(--color-primary);
  color: var(--color-white);
}
@media (min-width: 768px) {
  .l-header__menu-trigger {
    display: none;
  }
}
.l-header__menu-trigger .line-wrap {
  display: block;
  position: relative;
  width: 30px;
  height: 9px;
  margin-bottom: 9px;
}
.l-header__menu-trigger .line-wrap::before, .l-header__menu-trigger .line-wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transition: 0.6s var(--ease-out-quint);
  transition-property: top, transform;
  background: var(--color-white);
}
.l-header__menu-trigger .line-wrap::after {
  top: 100%;
}
.l-header__menu-trigger .text {
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
}
.l-header__menu-trigger.is-active .line-wrap::before, .l-header__menu-trigger.is-active .line-wrap::after {
  top: 50%;
  transform: translateY(-50%) rotate(30deg);
}
.l-header__menu-trigger.is-active .line-wrap::after {
  transform: translateY(-50%) rotate(-30deg);
}
.l-header__menu {
  display: flex;
  position: absolute;
  top: var(--header-height);
  left: 0;
  flex-direction: column;
  width: 100%;
  height: 0;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .l-header__menu {
    transition: height 0.6s var(--ease-out-quint);
  }
  .l-header__menu.is-active {
    height: calc(100svh - var(--header-height));
  }
}
@media (min-width: 768px) {
  .l-header__menu {
    position: static;
    width: auto;
    height: auto;
    margin-left: auto;
    overflow: visible;
  }
}
.l-header__menu-close {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 24px;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 50px;
  margin: 0 auto;
  border-radius: 50px;
  background: var(--color-primary);
  color: var(--color-white);
  font-weight: 500;
}
@media (min-width: 768px) {
  .l-header__menu-close {
    display: none;
  }
}
.l-header__menu-close .icon {
  display: block;
  position: relative;
  width: 10px;
  height: 10px;
  margin-right: 15px;
}
.l-header__menu-close .icon::before, .l-header__menu-close .icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1px;
  transform: translate(-50%, -50%) rotate(45deg);
  background: var(--color-white);
}
.l-header__menu-close .icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.l-header__menu-inner {
  flex: 1 1 auto;
  margin-bottom: 48px;
  overflow: auto;
  border-radius: 0 0 30px 30px;
  background: var(--color-bg-secondery);
}
@media (min-width: 768px) {
  .l-header__menu-inner {
    margin: 0;
    overflow: visible;
    border-radius: 0;
    background: none;
  }
}
.l-header__menu-content {
  padding: 60px 20px;
}
@media (min-width: 768px) {
  .l-header__menu-content {
    height: 100%;
    padding: 0;
  }
}
.l-header__menu-content .g-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}
@media (min-width: 768px) {
  .l-header__menu-content .g-nav {
    display: flex;
    gap: 35px;
    height: 100%;
  }
}
.l-header__menu-content .g-nav__item {
  border-radius: 10px;
  background: #fefbfb;
}
@media (min-width: 768px) {
  .l-header__menu-content .g-nav__item {
    background: none;
  }
}
@media (max-width: 767.98px) {
  .l-header__menu-content .g-nav__item--large {
    grid-column: 1/-1;
  }
  .l-header__menu-content .g-nav__item--large .g-nav__link {
    font-size: 14px;
    font-weight: 500;
  }
  .l-header__menu-content .g-nav__item--large .g-nav__link::before {
    content: none;
  }
  .l-header__menu-content .g-nav__item--large .g-nav__link .icon {
    position: relative;
    width: 30px;
    height: 30px;
    margin-left: auto;
    border-radius: 50%;
    background: var(--color-primary);
  }
  .l-header__menu-content .g-nav__item--large .g-nav__link .icon::before, .l-header__menu-content .g-nav__item--large .g-nav__link .icon::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 1px;
    transform: translate(-50%, -50%);
    background: var(--color-white);
  }
  .l-header__menu-content .g-nav__item--large .g-nav__link .icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
    transition: transform 0.3s;
  }
  .l-header__menu-content .g-nav__item--large .g-nav__link[href] .icon::before {
    width: 5px;
    height: 4px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
  .l-header__menu-content .g-nav__item--large .g-nav__link[href] .icon::after {
    content: none;
  }
}
.l-header__menu-content .g-nav__link {
  display: flex;
  align-items: center;
  height: 51px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .l-header__menu-content .g-nav__link {
    position: relative;
    height: 100%;
    padding: 0;
    transition: color 0.3s;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
  }
  .l-header__menu-content .g-nav__link::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 9px;
    transform: translateY(-100%);
    transition: transform 0.3s var(--ease-out-expo);
    background: url("/assets/images/pages/common/header_deco.svg") no-repeat center top;
  }
  .l-header__menu-content .g-nav__link:hover, .l-header__menu-content .g-nav__link.is-active {
    color: var(--color-primary);
  }
  .l-header__menu-content .g-nav__link:hover::after, .l-header__menu-content .g-nav__link.is-active::after {
    transform: translateY(0);
  }
}
.l-header__menu-content .g-nav__link::before {
  content: "";
  display: block;
  width: 6px;
  height: 4px;
  margin-right: 7px;
  background: var(--color-primary);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media (min-width: 768px) {
  .l-header__menu-content .g-nav__link::before {
    display: none;
  }
}
@media (min-width: 768px) {
  .l-header__menu-content .g-nav__details {
    position: relative;
    height: 100%;
  }
}
.l-header__menu-content .g-nav__details::details-content {
  content-visibility: unset;
}
.l-header__menu-content .g-nav__details .details-content {
  display: block grid;
  grid-template-rows: 0fr;
  transition-property: grid-template-rows;
  transition-duration: 0.3s;
}
@media (min-width: 768px) {
  .l-header__menu-content .g-nav__details .details-content {
    position: absolute;
    top: calc(100% + 20px);
    left: 50%;
    width: max-content;
    margin: 0;
    transform: translateX(-50%);
  }
}
.l-header__menu-content .g-nav__details .details-content__inner {
  overflow: hidden;
}
@media (min-width: 768px) {
  .l-header__menu-content .g-nav__details .details-content__inner {
    width: fit-content;
  }
}
.l-header__menu-content .g-nav__details[open] .g-nav__link .icon::after {
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .l-header__menu-content .g-nav__details[open] .g-nav__link {
    color: var(--color-primary);
  }
  .l-header__menu-content .g-nav__details[open] .g-nav__link::after {
    transform: translateY(0);
  }
}
.l-header__menu-content .g-nav__details[open] .details-content {
  grid-template-rows: 1fr;
}
.l-header__menu-content .g-nav__content {
  padding: 0 20px 20px;
}
@media (min-width: 768px) {
  .l-header__menu-content .g-nav__content {
    position: relative;
    width: fit-content;
    margin-top: 9px;
    padding: 40px;
    border-radius: 20px;
    background: var(--color-white);
  }
  .l-header__menu-content .g-nav__content::before {
    content: "";
    position: absolute;
    top: -9px;
    right: 0;
    left: 0;
    width: 100%;
    height: 9px;
    margin: auto;
    transform: scaleY(-1);
    background: url("/assets/images/pages/common/header_deco.svg") no-repeat center top/contain;
    filter: brightness(0) invert(1);
  }
}
.l-header__menu-content .g-nav__content .nav-list {
  display: grid;
  gap: 8px;
  line-height: 1.7;
}
.l-header__menu-content .g-nav__content .nav-list__item {
  display: flex;
}
.l-header__menu-content .g-nav__content .nav-list__item::before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 5px;
  height: 4px;
  margin: 0.9em 7px 0 0;
  transform: translateY(-50%);
  background: var(--color-primary);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media (min-width: 768px) {
  .l-header__menu-content .g-nav__content .nav-list__item a {
    white-space: nowrap;
  }
  .l-header__menu-content .g-nav__content .nav-list__item a span {
    transition: 0.6s var(--ease-out-quint);
    transition-property: color, border-color;
    border-bottom: solid 1px transparent;
  }
  .l-header__menu-content .g-nav__content .nav-list__item a:hover span {
    border-color: var(--color-primary);
    color: var(--color-primary);
  }
}
.l-header__menu-content .sub-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 300px;
  margin: 37px auto 0;
  gap: 13px 20px;
  font-size: 11px;
  line-height: 1;
}
@media (min-width: 768px) {
  .l-header__menu-content .sub-link {
    display: none;
  }
}
.l-header__menu-content .sub-link a[target]:not([href$=".pdf"]) {
  display: flex;
  align-items: center;
}
.l-header__menu-content .sub-link a[target]:not([href$=".pdf"])::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin-left: 7px;
  background: url("/assets/images/pages/common/icon_blank.svg") no-repeat center/contain;
}
[data-page=about] [data-g-nav=about] {
  color: var(--color-primary);
}
[data-page=about] [data-g-nav=about]::after {
  transform: translateY(0);
}
[data-page=content] [data-g-nav=content] {
  color: var(--color-primary);
}
[data-page=content] [data-g-nav=content]::after {
  transform: translateY(0);
}
[data-page=support] [data-g-nav=support] {
  color: var(--color-primary);
}
[data-page=support] [data-g-nav=support]::after {
  transform: translateY(0);
}
[data-page=guide] [data-g-nav=guide] {
  color: var(--color-primary);
}
[data-page=guide] [data-g-nav=guide]::after {
  transform: translateY(0);
}
[data-page=tour] [data-g-nav=tour] {
  color: var(--color-primary);
}
[data-page=tour] [data-g-nav=tour]::after {
  transform: translateY(0);
}
[data-page=access] [data-g-nav=access] {
  color: var(--color-primary);
}
[data-page=access] [data-g-nav=access]::after {
  transform: translateY(0);
}
[data-page=diary] [data-g-nav=diary] {
  color: var(--color-primary);
}
[data-page=diary] [data-g-nav=diary]::after {
  transform: translateY(0);
}
[data-page=news] [data-g-nav=news] {
  color: var(--color-primary);
}
[data-page=news] [data-g-nav=news]::after {
  transform: translateY(0);
}
[data-page=recruit] [data-g-nav=recruit] {
  color: var(--color-primary);
}
[data-page=recruit] [data-g-nav=recruit]::after {
  transform: translateY(0);
}
.l-main__content {
  padding: 80px 0 60px;
}
@media (min-width: 768px) {
  .l-main__content {
    padding: 150px 0;
  }
}
.l-main__content:first-child {
  padding-top: 47px;
}
@media (min-width: 768px) {
  .l-main__content:first-child {
    padding-top: 97px;
  }
}
.l-main__gap {
  position: relative;
}
.l-main__gap img {
  width: 100%;
  height: auto;
}
.l-modal {
  display: none;
}
.l-modal.is-open {
  display: block;
}
.l-modal__overlay {
  display: flex;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  background: rgba(26, 25, 26, 0.2);
}
.l-modal__inner {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.l-modal__container {
  display: flex;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  padding: 90px 0 80px;
}
@media (min-width: 768px) {
  .l-modal__container {
    padding: 120px 0;
  }
}
.l-modal[aria-hidden=false] .l-modal__overlay {
  animation: 0.8s mm-fade-in var(--ease-out-quint);
}
.l-modal[aria-hidden=true] .l-modal__overlay {
  animation: 0.8s mm-fade-out var(--ease-out-quint);
}
.l-mv {
  background: var(--color-white);
}
.l-mv__inner {
  position: relative;
  margin: 0 20px;
}
@media (min-width: 768px) {
  .l-mv__inner {
    width: 1260px;
    margin: 0 auto;
  }
}
.l-mv__image {
  overflow: hidden;
  border-radius: 80px 80px 0 0;
}
@media (min-width: 768px) {
  .l-mv__image {
    border-radius: 160px 160px 0 0;
  }
}
.l-mv__image img {
  width: 100%;
  height: auto;
}
.l-mv__heading {
  position: absolute;
  width: fit-content;
  height: fit-content;
  margin: auto;
  color: var(--color-white);
  font-size: 24px;
  font-weight: 500;
  inset: 0;
  letter-spacing: 0.08em;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.8));
}
@media (min-width: 768px) {
  .l-mv__heading {
    font-size: 40px;
  }
}
.l-mv__lead-section {
  position: relative;
  z-index: 0;
  padding: 75px 0 77px;
  background: var(--color-bg-secondery);
  text-align: center;
}
@media (min-width: 768px) {
  .l-mv__lead-section {
    padding: 120px 0 140px;
  }
}
.l-mv__lead-section::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: -14.66% 0 -13%;
  background: url("/assets/images/pages/common/mv_deco_top.png") no-repeat center top/contain, url("/assets/images/pages/common/mv_deco_bottom.png") no-repeat center bottom/contain;
}
@media (min-width: 768px) {
  .l-mv__lead-section::before {
    margin: -17.75% 0 -5.3%;
    background: url("/assets/images/pages/common/mv_deco_top_md.png") no-repeat center top/contain, url("/assets/images/pages/common/mv_deco_bottom_md.png") no-repeat center bottom/contain;
  }
}
.l-mv__lead-section::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/assets/images/pages/common/mv_deco.png") no-repeat center top 68px/388px auto;
}
@media (min-width: 768px) {
  .l-mv__lead-section::after {
    content: none;
  }
}
.l-mv__lead-section .lead-heading {
  margin-bottom: 35px;
  color: var(--color-secondery);
  font-size: 27px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}
@media (min-width: 768px) {
  .l-mv__lead-section .lead-heading {
    margin-bottom: 50px;
    font-size: 42px;
    line-height: 1.47;
  }
}
.l-mv__lead-section .lead-heading .small {
  font-size: 20px;
}
@media (min-width: 768px) {
  .l-mv__lead-section .lead-heading .small {
    font-size: 28px;
  }
}
.l-mv__lead-section .texts {
  display: grid;
  gap: 30px;
  font-weight: 500;
  line-height: 2.15;
}
@media (min-width: 768px) {
  .l-mv__lead-section .texts {
    gap: 35px;
    font-size: 18px;
    line-height: 2.44;
  }
}
.l-mv:not(:has(.l-mv__lead-section)) {
  position: relative;
  z-index: -1;
}
.l-mv:not(:has(.l-mv__lead-section))::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  width: 100%;
  aspect-ratio: 750/517;
  margin: -14.66% 0 0;
  background: url("/assets/images/pages/common/mv_deco_top.png") no-repeat center top/contain;
}
@media (min-width: 768px) {
  .l-mv:not(:has(.l-mv__lead-section))::before {
    margin: -17.75% 0 -5.3%;
    background: url("/assets/images/pages/common/mv_deco_top_md.png") no-repeat center top/contain;
  }
}
.l-page {
  overflow: clip;
}
.c-balloon {
  --color: var(--color-primary);
  --bg-color: transparent;
  --border-width: 1px;
  --tri-width: 6px;
  --tri-height: 4px;
  display: block;
  position: relative;
  z-index: 0;
  width: fit-content;
  margin: 0 auto 15px;
  padding: 7px 14px;
  color: var(--color);
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 768px) {
  .c-balloon {
    --tri-width: 12px;
    --tri-height: 7px;
    margin-bottom: 25px;
    padding: 14px 26px;
    font-size: 15px;
  }
}
.c-balloon::before {
  --gap: calc(var(--tri-width) / 2 - var(--border-width));
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid var(--border-width) var(--color);
  border-radius: 50px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, calc(50% + var(--gap)) 100%, calc(50% + var(--gap)) calc(100% - var(--border-width)), calc(50% - var(--gap)) calc(100% - var(--border-width)), calc(50% - var(--gap)) 100%, 0 100%, 0 0);
  background: var(--bg-color);
}
.c-balloon::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: var(--border-width);
  left: 0;
  width: var(--tri-width);
  height: var(--tri-height);
  margin: auto;
  transform: translateY(100%);
  background: var(--color);
  clip-path: polygon(50% 100%, 100% 0, 0 0, 50% 100%, 50% calc(100% - var(--border-width)), var(--border-width) 0, calc(100% - var(--border-width)) 0, 50% calc(100% - var(--border-width)));
}
.c-button {
  display: grid;
  position: relative;
  grid-template-columns: 1fr auto;
  align-items: center;
  width: fit-content;
  min-width: 230px;
  padding: 9px 14px 9px 22px;
  border-radius: 100px;
  background: var(--color-primary);
  color: var(--color-white);
  font-weight: 500;
  text-align: center;
}
@media (min-width: 768px) {
  .c-button {
    min-width: 360px;
    padding: 20px 35px 20px 25px;
    transition: transform 0.6s var(--ease-out-quint);
    font-size: 16px;
  }
  .c-button:hover {
    transform: scale(1.05);
  }
}
.c-button__inner {
  display: block;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .c-button__inner {
    padding: 0 25px;
  }
}
.c-button::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 27px;
  bottom: 0;
  width: 5px;
  height: 4px;
  margin: auto;
  background: var(--color-white);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media (min-width: 768px) {
  .c-button::before {
    right: 50px;
    width: 8px;
    height: 5px;
  }
}
.c-button::after {
  content: "";
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
}
@media (min-width: 768px) {
  .c-button::after {
    width: 42px;
    height: 42px;
  }
}
@media (min-width: 768px) {
  .c-button--small {
    min-width: 280px;
    padding: 10px 10px 10px 20px;
  }
  .c-button--small::after {
    width: 40px;
    height: 40px;
  }
  .c-button--small::before {
    right: 25px;
    width: 9px;
    height: 6px;
  }
}
.c-button--prev {
  height: 50px;
  border: 1px solid rgba(233, 67, 151, 0.7);
  background: transparent;
  color: #4f4d4d;
}
@media (min-width: 768px) {
  .c-button--prev {
    height: 60px;
  }
}
.c-button--prev::before {
  right: auto;
  left: 27px;
  background: #e94397;
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
}
@media (min-width: 768px) {
  .c-button--prev::before {
    left: 25px;
  }
}
.c-button--prev::after {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  border-color: rgba(230, 46, 139, 0.7);
}
@media (min-width: 768px) {
  .c-button--prev::after {
    left: 10px;
  }
}
.c-detail-box {
  position: relative;
  padding: 40px 20px;
  border-radius: 10px;
  background: var(--color-white);
}
@media (min-width: 768px) {
  .c-detail-box {
    padding: 110px 85px 60px;
    border-radius: 20px;
  }
}
.c-detail-box__header {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 5px 13px;
}
@media (min-width: 768px) {
  .c-detail-box__header {
    padding-bottom: 35px;
    border-bottom: solid 1px #ddd;
    gap: 15px 18px;
  }
}
.c-detail-box__header .date {
  color: var(--color-primary);
  font-weight: 500;
  line-height: 1.5;
}
.c-detail-box__header .category {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 20px;
  border: solid 1px #bfb9b9;
  border-radius: 3px;
  font-size: 10px;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .c-detail-box__header .category {
    width: 102px;
    height: 24px;
    font-size: 12px;
  }
}
.c-detail-box__header .heading {
  grid-column: span 2;
  font-size: 20px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .c-detail-box__header .heading {
    font-size: 28px;
  }
}
.c-detail-box__content {
  padding: 20px 0 25px;
  line-height: 2;
}
@media (min-width: 768px) {
  .c-detail-box__content {
    padding: 60px 0;
  }
}
.c-detail-box__content .image-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: end;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .c-detail-box__content .image-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 35px;
    margin-bottom: 55px;
  }
}
.c-detail-box__content .image-wrap img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .c-detail-box__content .image-wrap img {
    width: 140px;
  }
}
.c-detail-box__content > br:first-child {
  display: none;
}
.c-detail-box__content img,
.c-detail-box__content .cmn-big-img,
.c-detail-box__content .cmn-middle-img,
.c-detail-box__content .cmn-small-img {
  max-width: 100%;
  height: auto;
  margin: 15px 0;
  vertical-align: bottom;
}
@media (min-width: 768px) {
  .c-detail-box__content img,
  .c-detail-box__content .cmn-big-img,
  .c-detail-box__content .cmn-middle-img,
  .c-detail-box__content .cmn-small-img {
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .c-detail-box__content .cmn-small-img {
    width: 22%;
  }
}
.c-detail-box__footer {
  --padding: 22px;
  position: relative;
  padding-top: var(--padding);
  border-top: solid 1px #ddd;
}
@media (min-width: 768px) {
  .c-detail-box__footer {
    --padding: 55px;
  }
}
.c-detail-box__footer .button-prev,
.c-detail-box__footer .button-next {
  position: absolute;
  top: calc(50% + var(--padding) / 2);
  width: 35px;
  height: 35px;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .c-detail-box__footer .button-prev,
  .c-detail-box__footer .button-next {
    width: 70px;
    height: 70px;
  }
}
.c-detail-box__footer .button-prev__link,
.c-detail-box__footer .button-next__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--color-primary);
}
@media (min-width: 768px) {
  .c-detail-box__footer .button-prev__link,
  .c-detail-box__footer .button-next__link {
    transition: transform 0.6s var(--ease-out-quint);
  }
  .c-detail-box__footer .button-prev__link:hover,
  .c-detail-box__footer .button-next__link:hover {
    transform: scale(1.05);
  }
}
.c-detail-box__footer .button-prev__link::before,
.c-detail-box__footer .button-next__link::before {
  content: "";
  display: block;
  width: 6px;
  height: 4px;
  background: var(--color-white);
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
@media (min-width: 768px) {
  .c-detail-box__footer .button-prev__link::before,
  .c-detail-box__footer .button-next__link::before {
    width: 11px;
    height: 8px;
  }
}
.c-detail-box__footer .button-prev {
  left: 0;
}
.c-detail-box__footer .button-next {
  right: 0;
  transform: translateY(-50%) scaleX(-1);
}
.c-detail-box__footer .button-back {
  width: fit-content;
  margin: 0 auto;
}
.c-detail-box__footer .button-back__link {
  display: flex;
  align-items: center;
  width: 180px;
  height: 50px;
  padding: 10px 16px;
  border: solid 1px var(--color-primary);
  border-radius: 50px;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 768px) {
  .c-detail-box__footer .button-back__link {
    width: 280px;
    height: 60px;
    padding: 20px;
    transition: transform 0.6s var(--ease-out-quint);
  }
  .c-detail-box__footer .button-back__link:hover {
    transform: scale(1.05);
  }
}
.c-detail-box__footer .button-back__link::before {
  content: "";
  display: block;
  width: 22px;
  height: 15px;
  margin-right: 8px;
  background: url("/assets/images/pages/common/icon_menu.svg") no-repeat center/contain;
}
@media (min-width: 768px) {
  .c-detail-box__footer .button-back__link::before {
    width: 22px;
    height: 16px;
    margin-right: 10px;
  }
}
.c-detail-box__footer .button-back__inner {
  flex: 1 1 auto;
}
.c-diary-link {
  max-width: 335px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .c-diary-link {
    max-width: 1160px;
  }
}
.c-diary-link__inner {
  display: block;
  position: relative;
}
@media (min-width: 768px) {
  .c-diary-link__inner {
    display: grid;
    grid-template-columns: 354px 1fr 354px;
  }
}
.c-diary-link__inner::before, .c-diary-link__inner::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: -4px;
  right: 20px;
  left: 20px;
  background: url("/assets/images/pages/common/diary_deco.svg") space center/auto 100%;
  aspect-ratio: 300/22;
}
@media (min-width: 768px) {
  .c-diary-link__inner::before, .c-diary-link__inner::after {
    top: -5px;
    right: auto;
    left: 30px;
    width: 300px;
    aspect-ratio: 300/27;
  }
}
.c-diary-link__inner::after {
  content: none;
}
@media (min-width: 768px) {
  .c-diary-link__inner::after {
    content: "";
    right: 30px;
    left: auto;
  }
}
.c-diary-link__image {
  display: flex;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
@media (min-width: 768px) {
  .c-diary-link__image {
    display: contents;
  }
}
.c-diary-link__image .image {
  flex: 1 1 auto;
  width: 50%;
}
@media (min-width: 768px) {
  .c-diary-link__image .image {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
}
.c-diary-link__image .image img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .c-diary-link__image .image img {
    transition: transform 1s var(--ease-out-expo);
  }
}
@media (min-width: 768px) {
  .c-diary-link__image .image1 {
    border-radius: 20px 0 0 20px;
  }
}
@media (min-width: 768px) {
  .c-diary-link__image .image2 {
    order: 1;
    border-radius: 0 20px 20px 0;
  }
}
.c-diary-link__content {
  position: relative;
  padding: 27px 0 22px;
  border-radius: 0 0 10px 10px;
  background: #e9f4fb;
  text-align: center;
}
@media (min-width: 768px) {
  .c-diary-link__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
}
.c-diary-link__content::before {
  content: "";
  display: block;
  position: absolute;
  top: -15px;
  left: 17px;
  width: 65px;
  height: 59px;
  background: url("/assets/images/pages/common/diary-link_deco.png") no-repeat center/contain;
}
@media (min-width: 768px) {
  .c-diary-link__content::before {
    top: -46px;
    left: 40px;
    width: 133px;
    height: 119px;
  }
}
.c-diary-link__content .balloon {
  --color: #79c0e7;
  position: absolute;
  z-index: 0;
  top: -15px;
  right: 0;
  left: 0;
  width: fit-content;
  margin: auto;
  padding: 8px 18px;
  border: solid 1px var(--color);
  border-radius: 33px;
  background: var(--color-white);
  color: var(--color);
  font-family: var(--font-zen-kaku);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 768px) {
  .c-diary-link__content .balloon {
    position: relative;
    top: 0;
    margin: 0 0 25px;
    padding: 14px 38px;
    background-color: inherit;
    font-size: 14px;
  }
}
.c-diary-link__content .balloon::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  transform: rotate(45deg);
  border: inherit;
  border-width: 0 1px 1px 0;
  background: inherit;
}
@media (min-width: 768px) {
  .c-diary-link__content .balloon::before {
    bottom: -5px;
    width: 9px;
    height: 9px;
  }
}
.c-diary-link__content .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 768px) {
  .c-diary-link__content .title {
    margin-bottom: 25px;
    font-size: 28px;
  }
}
.c-diary-link__content .text {
  display: none;
}
@media (min-width: 768px) {
  .c-diary-link__content .text {
    display: block;
    font-size: 15px;
    line-height: 2;
  }
}
.c-diary-link .icon {
  display: block;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  padding: 8px 0 0 8px;
  border-radius: 30px 0 0 0;
  background: var(--color-bg-base);
}
@media (min-width: 768px) {
  .c-diary-link .icon {
    padding: 15px 0 0 15px;
    border-radius: 50px 0 0 0;
  }
}
.c-diary-link .icon::before, .c-diary-link .icon::after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  transform: rotate(180deg);
  background: url("/assets/images/pages/common/round.svg") no-repeat 0 0/contain;
  filter: var(--color-bg-base-filter);
}
@media (min-width: 768px) {
  .c-diary-link .icon::before, .c-diary-link .icon::after {
    width: 30px;
    height: 30px;
  }
}
.c-diary-link .icon::before {
  right: 100%;
  bottom: 0;
}
.c-diary-link .icon::after {
  right: 0;
  bottom: 100%;
}
.c-diary-link .icon__inner {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: var(--color-primary);
}
@media (min-width: 768px) {
  .c-diary-link .icon__inner {
    width: 70px;
    height: 70px;
    transition: transform 0.6s var(--ease-out-quint);
  }
}
.c-diary-link .icon__inner::before {
  content: "";
  display: block;
  width: 7px;
  height: 5px;
  margin-left: 4px;
  background: var(--color-white);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media (min-width: 768px) {
  .c-diary-link .icon__inner::before {
    width: 13px;
    height: 9px;
  }
}
@media (min-width: 768px) {
  .c-diary-link__inner:hover .image img {
    transform: scale(1.03);
  }
  .c-diary-link__inner:hover .icon__inner {
    transform: scale(1.05);
  }
}
.c-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  gap: 10px;
}
@media (min-width: 768px) {
  .c-pagination {
    margin-top: 80px;
    gap: 20px;
  }
}
.c-pagination__prev--disabled, .c-pagination__next--disabled {
  visibility: hidden;
}
.c-pagination__prev-link, .c-pagination__next-link {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--color-primary);
}
@media (min-width: 768px) {
  .c-pagination__prev-link, .c-pagination__next-link {
    width: 70px;
    height: 70px;
    transition: transform 0.8s var(--ease-out-quint);
  }
  .c-pagination__prev-link:hover, .c-pagination__next-link:hover {
    transform: scale(1.1);
  }
}
.c-pagination__prev-link::before, .c-pagination__next-link::before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 5px;
  margin: auto;
  background: var(--color-white);
  inset: 0;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
@media (min-width: 768px) {
  .c-pagination__prev-link::before, .c-pagination__next-link::before {
    width: 11px;
    height: 8px;
  }
}
.c-pagination__next-link::before {
  transform: scaleX(-1);
}
.c-pagination .pager {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (min-width: 768px) {
  .c-pagination .pager {
    gap: 10px;
  }
}
.c-pagination .pager__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: solid 1px #e9e1c0;
  border-radius: 50%;
  background: var(--color-white);
  font-weight: 500;
}
.c-pagination .pager__link.is-current {
  color: var(--color-primary);
}
@media (min-width: 768px) {
  .c-pagination .pager__link {
    width: 50px;
    height: 50px;
    transition: color 0.4s var(--ease-out-quint);
    font-size: 18px;
  }
  .c-pagination .pager__link:hover {
    color: var(--color-primary);
  }
}
.c-pagination .pager__ellipsis {
  display: block;
  margin-top: -0.5em;
}
.c-section + .c-section {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .c-section + .c-section {
    margin-top: 110px;
  }
}
.c-section__heading {
  position: relative;
  margin-bottom: 18px;
  padding-left: 30px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
}
@media (min-width: 768px) {
  .c-section__heading {
    margin-bottom: 28px;
    padding-left: 42px;
    font-size: 28px;
  }
}
.c-section__heading::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 23px;
  height: 22px;
  background: url("/assets/images/pages/common/heading_deco.png") no-repeat center/contain;
}
@media (min-width: 768px) {
  .c-section__heading::before {
    top: 7px;
    width: 25px;
    height: 25px;
  }
}
.c-section .text {
  margin-top: 15px;
  line-height: 1.9;
}
@media (min-width: 768px) {
  .c-section .text {
    margin-top: 20px;
    line-height: 2.25;
  }
}
.c-section .note,
.c-section .note-list {
  margin-top: 15px;
  font-size: 9px;
  line-height: 2;
}
@media (min-width: 768px) {
  .c-section .note,
  .c-section .note-list {
    margin-top: 20px;
    font-size: 15px;
  }
}
.c-section .note,
.c-section .note-list li {
  padding-left: 1em;
  text-indent: -1em;
}
.c-section .note a,
.c-section .note-list li a {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .c-section .note a:hover,
  .c-section .note-list li a:hover {
    text-decoration: none;
  }
}
.c-section .button {
  width: fit-content;
  margin: 24px auto 0;
}
@media (min-width: 768px) {
  .c-section .button {
    margin: 40px 0 0;
  }
}
.c-section .table {
  width: 100%;
  margin-top: 15px;
  overflow: hidden;
  border-spacing: 0;
  border: solid 2px #fdf5d4;
  border-radius: 10px;
  background: var(--color-white);
  line-height: 1.6;
}
@media (min-width: 768px) {
  .c-section .table {
    margin-top: 20px;
    border-width: 4px;
    border-radius: 20px;
  }
}
.c-section .table th,
.c-section .table td {
  padding: 13px 20px;
  border: solid #e9e1c0;
  border-width: 0;
}
@media (min-width: 768px) {
  .c-section .table th,
  .c-section .table td {
    padding: 20px 40px;
  }
}
.c-section .table th:not(:last-child),
.c-section .table td:not(:last-child) {
  border-right-width: 1px;
}
.c-section .table tr:not(:first-child) th,
.c-section .table tr:not(:first-child) td {
  border-top-width: 1px;
}
.c-section .table th {
  background: #fffcef;
  font-weight: 400;
}
.c-section .table th:first-child {
  width: 120px;
  padding: 13px 10px;
  border-right-width: 0;
  background: #fdf5d4;
  text-align: center;
}
@media (min-width: 768px) {
  .c-section .table th:first-child {
    width: 215px;
  }
}
.c-section .table th .small {
  font-size: 9px;
}
@media (min-width: 768px) {
  .c-section .table th .small {
    font-size: 16px;
  }
}
.c-section .table .gray {
  opacity: 0.4;
}
.c-section .table a:not(.c-button) {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .c-section .table a:not(.c-button):hover {
    text-decoration: none;
  }
}
.c-section .info-list {
  display: grid;
  grid-template-columns: auto 1fr;
  margin-top: 15px;
  gap: 10px 5px;
  line-height: 1.9;
}
@media (min-width: 768px) {
  .c-section .info-list {
    margin-top: 20px;
    gap: 10px 20px;
  }
}
@media (max-width: 767.98px) {
  .c-section .info-list--md-only {
    display: block;
  }
}
.c-section .info-list--no-gap {
  gap: 0 5px;
}
.c-section .info-list__item {
  display: contents;
}
.c-section .sub-section {
  margin-top: 23px;
}
@media (min-width: 768px) {
  .c-section .sub-section {
    margin-top: 45px;
  }
}
.c-section .sub-section .title {
  position: relative;
  margin-bottom: 10px;
  padding-left: 10px;
  color: var(--color-primary);
  font-weight: 500;
  line-height: 1.9;
}
@media (min-width: 768px) {
  .c-section .sub-section .title {
    margin-bottom: 20px;
    padding-left: 14px;
  }
}
.c-section .sub-section .title::before {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 5px;
  left: 0;
  border-left: solid 2px;
}
@media (min-width: 768px) {
  .c-section .sub-section .title::before {
    top: 7px;
    bottom: 6px;
    border-width: 1px;
  }
}
.c-section .sub-section .title + .text {
  margin-top: 0;
}
.c-section .c-section__heading + .sub-section {
  margin-top: 0;
}