@charset "UTF-8";
:root {
  --black: #272527;
  --blue: #2364A4;
  --orange: #D97C08;
  --red: #DE4D14;
  --color-primary: #00A2E3;
  --color-primary-light: #62C6F2;
  --color-primary-pale: #F6FCFF;
  --color-text: #2E2E2E;
  --color-text-light: #2D2D2D;
  --color-white-pure: #FFFFFF;
  --color-bg-light: #F5FCFF;
  --color-bg-pale: #EAF9FF;
  --color-bg-cream: #FBEEDE;
  --color-white: #FDFDFD;
  --color-black: #2E2E2E;
  --color-primary-10: #F6FCFF;
  --color-primary-20: #F0FAFF;
  --color-primary-50: #DBF4FF;
  --color-primary-100: #A6E4FF;
  --color-primary-200: #62C6F2;
  --color-primary-300: #00A2E3;
  --color-primary-400: #3776DB;
  --color-neutral-50: #D4E5EE;
  --color-neutral-100: #B9D4E4;
  --color-neutral-200: #94B5C8;
  --color-neutral-300: #809DAE;
  --color-neutral-400: #5B7A8C;
  --color-semantic-disabled: #A1A0A0;
  --color-blue: #7BDEFF;
  --color-yellow: #FFDB7E;
  --color-green: #ADE895;
  --color-pink: #DAC5C5;
  --color-beige: #F7E9BA;
  --color-light-blue: #EDFAFF;
  --color-light-pink: #FFE1E0;
  --color-light-yellow: #FFFFDE;
  --color-season-spring-bg: #FFEFEB;
  --color-season-spring-text: #FF8D68;
  --color-season-summer-bg: #CCF4EB;
  --color-season-summer-text: #08A69C;
  --color-season-autumn-bg: #FFD9BC;
  --color-season-autumn-text: #F95C40;
  --color-season-winter-bg: #F7F0FF;
  --color-season-winter-text: #8664F8;
  --font-family-base: 'Noto Sans JP', sans-serif;
  --font-family-sans: 'Noto Sans', sans-serif;
  --font-family-en: 'Noto Sans', sans-serif;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 700;
  --font-weight-black: 900;
  --font-size-h1-pc: 24px;
  --font-size-h2-pc: 22px;
  --font-size-h3-pc: 20px;
  --font-size-body-pc: 16px;
  --font-size-small-pc: 14px;
  --font-size-xs-pc: 12px;
  --font-size-h1-sp: 24px;
  --font-size-h2-sp: 22px;
  --font-size-h3-sp: 20px;
  --font-size-body-sp: 14px;
  --font-size-small-sp: 12px;
  --font-size-xs-sp: 11px;
  --spacing-contents-side: 14rem;
  --spacing-section: 65px;
  --spacing-section-sp: 45px;
  --radius-small: 8px;
  --radius-medium: 20px;
  --radius-large: 25px;
  --radius-xlarge: 31px;
  --radius-round: 49px;
  --breakpoint-tablet: 768px;
  --breakpoint-sp: 430px;
  /* スマホ用のスタイル */
}
@media screen and (max-width: 430px) {
  :root {
    --spacing-contents-side: 5rem;
    --spacing-section: 45px;
  }
}

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

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 3px solid CanvasText;
  box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

:root {
  /*1rem=10px*/
  font-size: 0.6944444444vw;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  transition: background-color 0.8s, color 0s;
  color: var(--color-black);
}
@media screen and (min-width: 1441px) {
  :root {
    font-size: 10px;
  }
}
:root {
  /* スマホ用のスタイル */
}
@media screen and (max-width: 430px) {
  :root {
    font-size: 2.5445292621vw;
  }
}
:root ::-moz-selection {
  color: #fff;
  background-color: var(--blue);
}
:root ::selection {
  color: #fff;
  background-color: var(--blue);
}

html {
  overflow-x: hidden;
  /* 合字を解除 */
  font-variant-ligatures: none;
}
html:has(body.is-fixed) {
  overscroll-behavior: none;
  overflow: clip;
}

body {
  font-family: var(--font-family);
  color: var(--black);
  font-size: 1.6rem;
  overflow: hidden;
}
body.is-fixed {
  overflow: clip;
  overscroll-behavior: none;
}

#page {
  padding-top: 18rem;
}
@media screen and (max-width: 430px) {
  #page {
    padding-top: 12.1rem;
  }
}

br.pc {
  display: inline;
  /* スマホ用のスタイル */
}
@media screen and (max-width: 430px) {
  br.pc {
    display: none;
  }
}
br.sp {
  display: none;
  /* スマホ用のスタイル */
}
@media screen and (max-width: 430px) {
  br.sp {
    display: inline;
  }
}

a {
  text-decoration: none;
}

ul.c-list-dots {
  list-style: none;
}
ul.c-list-dots li {
  position: relative;
  padding: 0 0 0 2.2rem;
  font-size: 1.6rem;
  line-height: 1.85;
}
@media screen and (max-width: 430px) {
  ul.c-list-dots li {
    padding: 0 0 0 2.5rem;
  }
}
ul.c-list-dots li::before {
  position: absolute;
  top: 1em;
  left: 1.5rem;
  transform: translate(0, -50%) translate(-1rem, -2.5px);
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--color-black);
}
@media screen and (max-width: 430px) {
  ul.c-list-dots li::before {
    left: 1.8rem;
  }
}
ul.c-list-dots li .note {
  display: block;
}

.voice-block {
  background-color: aqua;
}

.viewer-zoom-in, .viewer-zoom-out, .viewer-one-to-one, .viewer-reset, .viewer-prev, .viewer-play, .viewer-next, .viewer-rotate-left, .viewer-rotate-right, .viewer-flip-horizontal, .viewer-flip-vertical, .viewer-fullscreen, .viewer-fullscreen-exit, .viewer-close {
  position: relative;
}
.viewer-zoom-in::before, .viewer-zoom-out::before, .viewer-one-to-one::before, .viewer-reset::before, .viewer-prev::before, .viewer-play::before, .viewer-next::before, .viewer-rotate-left::before, .viewer-rotate-right::before, .viewer-flip-horizontal::before, .viewer-flip-vertical::before, .viewer-fullscreen::before, .viewer-fullscreen-exit::before, .viewer-close::before {
  background-image: url("../images/viewer/icons.svg");
  background-repeat: no-repeat;
  background-size: 280px;
  color: transparent;
  display: block;
  font-size: 0;
  height: 2rem;
  line-height: 0;
  width: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.viewer-zoom-in::before {
  background-position: 0 0;
  content: "Zoom In";
}
.viewer-zoom-out::before {
  background-position: -20px 0;
  content: "Zoom Out";
}
.viewer-one-to-one::before {
  background-position: -40px 0;
  content: "One to One";
}
.viewer-reset::before {
  background-position: -60px 0;
  content: "Reset";
}
.viewer-prev::before {
  background-position: -80px 0;
  content: "Previous";
}
.viewer-play::before {
  background-position: -100px 0;
  content: "Play";
}
.viewer-next::before {
  background-position: -120px 0;
  content: "Next";
}
.viewer-rotate-left::before {
  background-position: -140px 0;
  content: "Rotate Left";
}
.viewer-rotate-right::before {
  background-position: -160px 0;
  content: "Rotate Right";
}
.viewer-flip-horizontal::before {
  background-position: -180px 0;
  content: "Flip Horizontal";
}
.viewer-flip-vertical::before {
  background-position: -200px 0;
  content: "Flip Vertical";
}
.viewer-fullscreen::before {
  background-position: -220px 0;
  content: "Enter Full Screen";
}
.viewer-fullscreen-exit::before {
  background-position: -240px 0;
  content: "Exit Full Screen";
}
.viewer-close::before {
  background-position: -260px 0;
  content: "Close";
}
.viewer-container {
  bottom: 0;
  direction: ltr;
  font-size: 0;
  left: 0;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.viewer-container::-moz-selection, .viewer-container *::-moz-selection {
  background-color: transparent;
}
.viewer-container::selection, .viewer-container *::selection {
  background-color: transparent;
}
.viewer-container:focus {
  outline: 0;
}
.viewer-container img {
  display: block;
  height: auto;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}
.viewer-canvas {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
.viewer-canvas > img {
  height: auto;
  margin: 15px auto;
  max-width: 90% !important;
  width: auto;
}
.viewer-footer {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
}
.viewer-navbar {
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.viewer-list {
  box-sizing: content-box;
  height: 50px;
  margin: 0;
  overflow: hidden;
  padding: 1px 0;
}
.viewer-list > li {
  color: transparent;
  cursor: pointer;
  float: left;
  font-size: 0;
  height: 50px;
  line-height: 0;
  opacity: 0.5;
  overflow: hidden;
  transition: opacity 0.15s;
  width: 30px;
}
.viewer-list > li:focus, .viewer-list > li:hover {
  opacity: 0.75;
}
.viewer-list > li:focus {
  outline: 0;
}
.viewer-list > li + li {
  margin-left: 1px;
}
.viewer-list > .viewer-loading {
  position: relative;
}
.viewer-list > .viewer-loading::after {
  border-width: 2px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  width: 20px;
}
.viewer-list > .viewer-active, .viewer-list > .viewer-active:focus, .viewer-list > .viewer-active:hover {
  opacity: 1;
}
.viewer-player {
  background-color: #000;
  bottom: 0;
  cursor: none;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.viewer-player > img {
  left: 0;
  position: absolute;
  top: 0;
}
.viewer-toolbar > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1.5rem;
  overflow: hidden;
}
.viewer-toolbar > ul > li {
  background-color: var(--color-primary);
  border-radius: 50%;
  cursor: pointer;
  float: left;
  height: 3rem;
  overflow: hidden;
  transition: background-color 0.15s;
  width: 3rem;
}
.viewer-toolbar > ul > li:focus, .viewer-toolbar > ul > li:hover {
  background-color: var(--color-primary-400);
}
.viewer-toolbar > ul > li:focus {
  box-shadow: 0 0 3px #fff;
  outline: 0;
  position: relative;
  z-index: 1;
}
.viewer-toolbar > ul > li + li {
  margin-left: 1px;
}
.viewer-toolbar > ul > .viewer-small {
  height: 18px;
  margin-bottom: 3px;
  margin-top: 3px;
  width: 18px;
}
.viewer-toolbar > ul > .viewer-small::before {
  margin: -1px;
}
.viewer-toolbar > ul > .viewer-large {
  height: 30px;
  margin-bottom: -3px;
  margin-top: -3px;
  width: 30px;
}
.viewer-toolbar > ul > .viewer-large::before {
  margin: 5px;
}
.viewer-tooltip {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  color: #fff;
  display: none;
  font-size: 12px;
  height: 20px;
  left: 50%;
  line-height: 20px;
  margin-left: -25px;
  margin-top: -10px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50px;
}
.viewer-title {
  color: #ccc;
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  margin: 5px 5%;
  max-width: 90%;
  min-height: 14px;
  opacity: 0.8;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: opacity 0.15s;
  white-space: nowrap;
}
.viewer-title:hover {
  opacity: 1;
}
.viewer-button {
  background-color: var(--color-primary);
  border-radius: 50%;
  cursor: pointer;
  height: 4rem;
  overflow: hidden;
  position: absolute;
  right: 4rem;
  top: 4rem;
  transition: background-color 0.15s;
  width: 4rem;
  -webkit-app-region: no-drag;
}
@media screen and (max-width: 430px) {
  .viewer-button {
    right: 2rem;
    top: 2rem;
  }
}
.viewer-button:focus, .viewer-button:hover {
  background-color: var(--color-primary-400);
}
.viewer-button:focus {
  box-shadow: 0 0 3px #fff;
  outline: 0;
}
.viewer-button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.viewer-fixed {
  position: fixed;
}
.viewer-open {
  overflow: hidden;
}
.viewer-show {
  display: block;
}
.viewer-hide {
  display: none;
}
.viewer-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}
.viewer-invisible {
  visibility: hidden;
}
.viewer-move {
  cursor: move;
  cursor: grab;
}
.viewer-fade {
  opacity: 0;
}
.viewer-in {
  opacity: 1;
}
.viewer-transition {
  transition: all 0.3s;
}
@keyframes viewer-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.viewer-loading::after {
  animation: viewer-spinner 1s linear infinite;
  border: 4px solid rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 40px;
  z-index: 1;
}
@media (max-width: 767px) {
  .viewer-hide-xs-down {
    display: none;
  }
}
@media (max-width: 991px) {
  .viewer-hide-sm-down {
    display: none;
  }
}
@media (max-width: 1199px) {
  .viewer-hide-md-down {
    display: none;
  }
}

.section-title {
  display: inline-flex;
  flex-direction: column;
  margin-bottom: 3rem;
  font-size: 3.2rem;
}
@media screen and (max-width: 430px) {
  .section-title {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
.section-title__text {
  font-family: var(--font-family-base);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: var(--color-text);
  text-align: center;
}
@media screen and (max-width: 430px) {
  .section-title__text {
    font-size: 2.4rem;
  }
}
.section-title__wave {
  --wave-offset: 4rem;
  width: calc(4em + var(--wave-offset));
}
@media screen and (max-width: 430px) {
  .section-title__wave {
    --wave-offset: 2rem;
  }
}
.section-title__wave path {
  stroke-width: 14;
}
@media screen and (max-width: 430px) {
  .section-title__wave path {
    stroke-width: 14;
  }
}

.c-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 2rem;
  min-width: 20rem;
  max-width: 28.5rem;
  background-color: var(--color-primary);
  border-radius: 4rem;
  color: var(--color-white);
  font-size: 1.4rem;
  font-weight: 600;
}
.c-button--small {
  max-width: 20rem;
}
.c-button--middle {
  max-width: 30rem;
}
.c-button--outline {
  background-color: var(--color-white);
  border: 0.1rem solid var(--color-primary);
  color: var(--color-black);
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1.8rem 4rem 1.8rem 2rem;
  min-width: 24.8rem;
  max-width: 32rem;
  border-radius: var(--radius-round);
  font-family: var(--font-family-base);
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 430px) {
  .btn {
    min-width: 22rem;
    padding: 1.8rem 6rem 1.8rem 3.5rem;
    font-size: 1.4rem;
  }
}
.btn:has(ruby) {
  padding: 1.2rem 4rem 1.4rem 2rem;
}
@supports (hanging-punctuation: first) {
  .btn:has(ruby) {
    padding: 1rem 4rem 1.4rem 2rem;
  }
}
@media screen and (max-width: 430px) {
  .btn:has(ruby) {
    padding: 0.5rem 7rem 0.5rem 3.5rem;
  }
}
.btn--small {
  min-width: 18rem;
  max-width: 20rem;
}
@media screen and (max-width: 430px) {
  .btn--small {
    max-width: 24rem;
  }
}
.btn--small .btn__icon {
  right: 1.5rem;
}
.btn--large {
  min-width: 28rem;
  max-width: 55rem;
  padding: 1.8rem 6rem 1.8rem 2.6rem;
}
@media screen and (max-width: 430px) {
  .btn--large {
    padding: 1.8rem 4rem 1.8rem 2.6rem;
  }
}
.btn--large .btn__icon {
  right: 1.5rem;
}
.btn--default {
  background-color: var(--color-primary);
  color: var(--color-white);
  border: none;
}
.btn--default:hover {
  background-color: #0082b8;
  transform: translateY(-2px);
}
.btn--default .btn__icon {
  stroke: var(--color-white);
}
.btn--default .btn__icon--outer-link {
  stroke: transparent;
  fill: var(--color-white);
}
.btn--outline {
  background-color: var(--color-white);
  color: var(--color-primary);
  border: 1px solid var(--color-primary-light);
}
.btn--outline:hover {
  background-color: var(--color-bg-pale);
  transform: translateY(-2px);
}
.btn--outline .btn__icon {
  stroke: var(--color-primary);
}
.btn--outline .btn__icon--outer-link {
  stroke: transparent;
  fill: var(--color-primary);
}
.btn--back {
  padding: 2rem 2rem 2rem 4rem;
}
.btn--back .btn__icon {
  left: 1.8rem;
  right: auto;
}
.btn__label {
  max-width: 100%;
  flex-shrink: 0;
}
.btn__label:has(ruby) {
  margin: 0 0 0.5em;
}
.btn__icon {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translate(0px, -50%);
  width: 1.2rem;
  height: 1.2rem;
  flex-shrink: 0;
}
@media screen and (max-width: 430px) {
  .btn__icon--right-arrow {
    right: 2.5rem;
  }
}
.btn__icon--outer-link {
  width: 2.5rem;
  height: 2.5rem;
  stroke: transparent;
  right: 1.3rem;
}
@media screen and (max-width: 430px) {
  .btn__icon--outer-link {
    width: 2.4rem;
    height: 2.4rem;
  }
}

.c-viewer-button {
  position: relative;
  display: flex;
  align-items: center;
  background: var(--color-primary);
  padding: 1.5rem 0;
  font-size: 1.4rem;
  color: var(--color-white);
  font-weight: bold;
  border-radius: 5rem;
  transition: all 0.3s ease;
  cursor: pointer;
  min-width: 18rem;
}
@supports (hanging-punctuation: first) {
  .c-viewer-button:has(ruby) {
    padding: 1rem 1rem;
  }
  @media screen and (max-width: 430px) {
    .c-viewer-button:has(ruby) {
      padding: 0.5rem 1rem;
    }
  }
}
@media screen and (max-width: 430px) {
  .c-viewer-button {
    padding: 1.5rem 1rem;
    font-size: 1.4rem;
    min-width: 14rem;
  }
}
.c-viewer-button .label {
  flex: 1;
  text-align: center;
  padding: 0 5rem 0 2rem;
}
.c-viewer-button .label:has(ruby) {
  margin: 0 0 0.5em;
}
.c-viewer-button:hover {
  background-color: #0082b8;
  transform: translateY(-2px);
}
.c-viewer-button .icon {
  position: absolute;
  right: 1.1rem;
  width: 3.2rem;
}

.post-card-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  justify-content: start;
}
@media screen and (max-width: 430px) {
  .post-card-list {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.post-card-list__footer {
  display: flex;
  justify-content: center;
  padding: 5.4rem 0 0;
}

.post-card {
  display: flex;
  width: 31rem;
  height: auto;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem;
  border-radius: var(--radius-large);
  text-decoration: none;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.03);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: var(--color-white);
}
@media screen and (max-width: 430px) {
  .post-card {
    width: auto;
  }
}
.post-card:hover {
  transform: translateY(-4px);
  box-shadow: 4px 8px 30px 0px rgba(0, 0, 0, 0.08);
}
.post-card--blue {
  background-color: var(--color-light-blue);
}
.post-card__thumbnail-image {
  width: 100%;
  height: auto;
  aspect-ratio: 274/154;
  border-radius: 2rem;
  overflow: hidden;
  background: var(--color-neutral-100);
  -o-object-fit: cover;
     object-fit: cover;
}
.post-card__thumbnail-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-card__content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  flex: 1;
}
@media screen and (max-width: 430px) {
  .post-card__content {
    gap: 2rem;
  }
}
.post-card__title {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.2;
  color: var(--color-text);
  margin: 0;
  min-height: 5.5rem;
  flex: 1;
}
@media screen and (max-width: 430px) {
  .post-card__title {
    font-size: var(--font-size-body-sp);
  }
}
.post-card__date {
  font-family: var(--font-family-base);
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.2;
  color: var(--color-primary);
}
@media screen and (max-width: 430px) {
  .post-card__date {
    font-size: var(--font-size-body-sp);
  }
}

.nav-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: flex-start;
  padding: 1.5rem 10rem 4rem;
  border-radius: 2rem;
  text-decoration: none;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-height: 121px;
  cursor: pointer;
}
@media screen and (max-width: 430px) {
  .nav-card {
    flex-direction: row;
    width: 100%;
    padding: 2.6rem 2rem;
    gap: 2.5rem;
    border-radius: 0.8rem;
  }
}
@media screen and (max-width: 430px) {
  .nav-card--home {
    padding: 2.6rem 1rem;
    gap: 2rem;
  }
}
.nav-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.nav-card--blue {
  background-color: var(--color-blue);
}
.nav-card--yellow {
  background-color: var(--color-yellow);
}
.nav-card--green {
  background-color: var(--color-green);
}
.nav-card--pink {
  background-color: var(--color-pink);
}
.nav-card--beige {
  background-color: var(--color-beige);
}
.nav-card__icon {
  width: 13.8rem;
  height: 8.4rem;
}
@media screen and (max-width: 430px) {
  .nav-card__icon {
    left: 1.5rem;
    width: 8rem;
    height: auto;
  }
}
@media screen and (max-width: 430px) {
  .nav-card__icon--large {
    width: 10.5rem;
  }
}
.nav-card__title {
  flex: 1;
  display: flex;
  align-items: center;
  font-family: var(--font-family-base);
  font-weight: 700;
  font-size: var(--font-size-h2-pc);
  line-height: 1.2;
  color: var(--color-text);
  text-align: center;
  margin: 0;
  z-index: 1;
}
@media screen and (max-width: 430px) {
  .nav-card__title {
    font-size: var(--font-size-h2-sp);
  }
}
@supports (hanging-punctuation: first) {
  .nav-card__title:has(ruby) {
    margin: 0 0 0.5em;
  }
}
.nav-card__title--vertical {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4rem;
}
.nav-card__title--h1 {
  font-size: 2.8rem;
}
@media screen and (max-width: 430px) {
  .nav-card__title--h1 {
    font-size: 2.2rem;
  }
}
.nav-card__arrow {
  position: absolute;
  width: 1.5rem;
  height: 2.5rem;
  stroke: var(--color-text);
}
@media screen and (max-width: 430px) {
  .nav-card__arrow {
    right: 22px;
  }
}
.nav-card__arrow--right-bottom {
  right: 3rem;
  bottom: 2.5rem;
}
@media screen and (max-width: 430px) {
  .nav-card__arrow--right-bottom {
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
.nav-card__arrow--right-center {
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 430px) {
  .nav-card__arrow--right-center {
    right: 2rem;
  }
}

.link-card {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 15px;
  border-radius: var(--radius-medium);
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.link-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.link-card--light-blue {
  background-color: var(--color-primary-light);
}
.link-card--light-pink {
  background-color: #FFBFBD;
}
.link-card--light-yellow {
  background-color: #FFD76F;
}
.link-card__icon {
  width: 170px;
  height: 94px;
  margin: 0 auto;
}
@media screen and (max-width: 430px) {
  .link-card__icon {
    width: 140px;
    height: auto;
  }
}
.link-card__title {
  font-family: var(--font-family-base);
  font-weight: 700;
  font-size: var(--font-size-h3-pc);
  line-height: 1.2;
  color: var(--color-text);
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 430px) {
  .link-card__title {
    font-size: var(--font-size-h3-sp);
  }
}
.link-card__description {
  font-family: var(--font-family-base);
  font-weight: 500;
  font-size: var(--font-size-body-pc);
  line-height: 1.75;
  color: var(--color-text);
  text-align: left;
  margin: 0;
  flex-grow: 1;
}
@media screen and (max-width: 430px) {
  .link-card__description {
    font-size: var(--font-size-body-sp);
  }
}
.link-card__arrow {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 0 5px;
}
.link-card__arrow svg {
  width: 17px;
  height: 27px;
  stroke: var(--color-text);
}
@media screen and (max-width: 430px) {
  .link-card {
    max-width: 100%;
  }
}

.c-contents-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  padding: 0;
  z-index: 0;
}
@media screen and (max-width: 430px) {
  .c-contents-title {
    font-size: 2.2rem;
  }
}
.c-contents-title--blue {
  color: var(--color-primary);
}
@media screen and (max-width: 430px) {
  .c-contents-title--small {
    font-size: 1.8rem;
  }
}

.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
  border-bottom: 6px solid var(--color-primary-light);
  background-color: var(--color-white);
}
@media screen and (max-width: 430px) {
  .site-header {
    border-bottom: 2px solid var(--color-primary-light);
  }
}
.site-header.is-scrolled .site-header__logo {
  width: 32rem;
  padding: 1.2rem 0 0 1.4rem;
}
@media screen and (max-width: 430px) {
  .site-header.is-scrolled .site-header__logo {
    padding: 6px 0 0 7px;
  }
}
.site-header.is-scrolled .site-header__subnavigation-container {
  display: none;
}
.site-header.is-scrolled .site-header__container {
  padding: 0;
}
@media screen and (max-width: 430px) {
  .site-header.is-scrolled .site-header__container {
    padding: 0 0 1rem;
  }
}
.site-header__container {
  display: flex;
  justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 0 1.5rem;
}
@media screen and (max-width: 430px) {
  .site-header__container {
    padding: 0 0 1rem;
  }
}
.site-header__logo {
  position: relative;
  width: 45rem;
  padding: 3.5rem 0 0 2.4rem;
  transition: all 0.3s ease;
}
@media screen and (max-width: 430px) {
  .site-header__logo {
    padding: 6px 0 0 7px;
  }
}
.site-header__logo-image {
  width: auto;
}
@media screen and (max-width: 430px) {
  .site-header__logo-image {
    width: 100%;
  }
}
@media screen and (max-width: 430px) {
  .site-header__logo a {
    position: absolute;
    width: 16.5rem;
  }
}
.site-header__nav--pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .site-header__nav--pc {
    display: block;
    margin-left: auto;
    margin-right: 32px;
  }
}
.site-header__menu-button--sp {
  display: flex;
  align-items: center;
  gap: 4px;
  background: none;
  border: none;
  cursor: pointer;
  min-width: 15rem;
  max-width: calc(100% - 12rem);
  border: 1px solid var(--color-primary-50);
  padding: 0 0 0 2.8rem;
  border-radius: 40px;
}
@media screen and (min-width: 769px) {
  .site-header__menu-button--sp {
    display: none;
  }
}
.site-header__menu-button--sp.is-active .menu-button__text.is-open {
  display: none;
}
.site-header__menu-button--sp.is-active .menu-button__text.is-close {
  display: block;
}
.site-header__menu-area {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 1rem;
}
.site-header__utilities-container {
  display: flex;
  padding: 1rem 1.2rem;
  align-items: center;
  gap: 0.8rem;
  background-color: var(--color-bg-pale);
  border-radius: 0 0 0 3rem;
}
@media screen and (max-width: 430px) {
  .site-header__utilities-container {
    min-width: 28rem;
    padding: 6px 6px 6px 8px;
  }
}
@media screen and (min-width: 1441px) {
  .site-header__utilities-container {
    border-radius: 0 0 3rem 3rem;
  }
}
.site-header__utilities {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
@media screen and (max-width: 430px) {
  .site-header__utilities {
    gap: 5px;
  }
}
@media screen and (max-width: 430px) {
  .site-header__subnavigation-container {
    display: none;
  }
}
.site-header__subnavigation-container ul {
  display: flex;
  list-style: none;
  justify-content: space-between;
  margin: 0;
  border-radius: 4rem 0 0 4rem;
  background-color: var(--color-primary-10);
  overflow: hidden;
}
@media screen and (min-width: 1441px) {
  .site-header__subnavigation-container ul {
    border-radius: 4rem;
  }
}
.site-header__subnavigation-container ul li {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
}
.site-header__subnavigation-container ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -1rem);
  display: block;
  margin: 8px auto 0;
  width: 1px;
  height: 1.2rem;
  background-color: var(--color-neutral-100);
}
.site-header__subnavigation-container ul li a {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 1.5rem 3rem;
  transition: all 0.45s ease;
}
.site-header__subnavigation-container ul li a:hover {
  color: var(--color-primary);
  background-color: var(--color-primary-50);
}
.site-header__main-nav {
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 430px) {
  .site-header__main-nav {
    display: none;
  }
}
.site-header__main-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  justify-content: space-between;
  margin: 0;
}
.site-header__main-nav ul li {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.1;
  width: 14.2857142857%;
  text-align: center;
  font-weight: 600;
}
.site-header__main-nav ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -2rem);
  display: block;
  margin: 8px auto 0;
  width: 1px;
  height: 2.4rem;
  background-color: var(--color-primary-light);
}
.site-header__main-nav ul li a {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 1.5rem 1rem;
  transition: all 0.45s ease;
}
.site-header__main-nav ul li a:hover {
  color: var(--color-primary);
  background-color: var(--color-primary-10);
}

.main-nav {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 32px;
}
.main-nav li {
  position: relative;
}
.main-nav a {
  display: block;
  font-family: var(--font-family-base);
  font-size: 14px;
  font-weight: 500;
  color: #2E2E2E;
  text-decoration: none;
  padding: 8px 0;
  transition: color 0.3s ease;
}
.main-nav a:hover {
  color: var(--color-primary);
}
.main-nav .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 16px;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  list-style: none;
  margin: 0;
}
.main-nav .sub-menu li {
  margin: 0;
}
.main-nav .sub-menu a {
  padding: 8px 16px;
  font-size: 13px;
}
.main-nav .sub-menu a:hover {
  background-color: #f5f5f5;
  border-radius: 4px;
}
.main-nav .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.utility-button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px 8px 12px;
  background-color: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 24px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
@media screen and (max-width: 430px) {
  .utility-button {
    padding: 8px 12px 8px 8px;
  }
}
@supports (hanging-punctuation: first) {
  .utility-button:has(ruby) {
    padding: 4px 16px 4px 12px;
  }
  @media screen and (max-width: 430px) {
    .utility-button:has(ruby) {
      padding: 3px 12px 3px 8px;
    }
  }
}
.utility-button:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.utility-button:hover:not(:disabled) {
  background-color: #F5F5F5;
  border-color: var(--color-primary);
}
.utility-button__icon {
  flex-shrink: 0;
}
.utility-button__text {
  font-family: var(--font-family-base);
  font-size: 1.3rem;
  font-weight: 500;
  color: #2E2E2E;
  white-space: nowrap;
}
@media screen and (max-width: 430px) {
  .utility-button__text {
    font-size: 11px;
    padding-bottom: 2px;
  }
}
@supports (hanging-punctuation: first) {
  .utility-button__text:has(ruby) {
    margin: 0 0 0.5em;
  }
}
.utility-button__text ruby {
  position: relative;
}
.utility-button__text ruby rt {
  position: absolute;
  top: -0.25em;
  left: 50%;
  transform: translate(-50%, -50%);
}
@supports (hanging-punctuation: first) {
  .utility-button__text ruby rt {
    transform: translate(-50%, -50%);
    top: -0.5em;
  }
}
.utility-button__arrow {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.utility-button--language.is-open .utility-button__arrow {
  transform: rotate(180deg);
}
.utility-button--language.is-open .language-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.language-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  max-height: 60rem;
  overflow-y: auto;
  background-color: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 9999;
}
.language-dropdown__item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.5rem;
  font-family: var(--font-family-base);
  font-size: 1.4rem;
  color: #2E2E2E;
  text-decoration: none;
  transition: background-color 0.3s ease;
  order: 0;
}
@media screen and (max-width: 430px) {
  .language-dropdown__item {
    font-size: 1.2rem;
  }
}
.language-dropdown__item:hover {
  background-color: #F5F5F5;
}
.language-dropdown__item.gt-current {
  order: -1;
  background-color: var(--color-neutral-100);
}
.language-dropdown .gtranslate_wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.language-dropdown .gtranslate_wrapper .gt-selected {
  display: none !important;
}

.menu-button__hamburger {
  width: 40px;
  height: 40px;
  padding: 13px 10px;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  background-color: var(--color-primary-300);
}
.menu-button__hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--color-white);
  transition: all 0.3s ease;
  border-radius: 2px;
}
.menu-button__text {
  display: none;
  flex: 1;
  text-align: center;
  font-family: var(--font-family-base);
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--color-black);
}
.menu-button__text.is-open {
  display: block;
}

.site-header__menu-button.is-active .menu-button__hamburger span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.site-header__menu-button.is-active .menu-button__hamburger span:nth-child(2) {
  opacity: 0;
}
.site-header__menu-button.is-active .menu-button__hamburger span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

.mobile-menu {
  display: none;
  position: fixed;
  max-height: calc(100vh - 20rem);
  top: 12.2rem;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color-primary-10);
  transition: transform 0.3s ease;
  z-index: 999;
  padding: 1.5rem 1rem;
}
.mobile-menu::after {
  content: "";
  position: absolute;
  bottom: -4rem;
  left: 0;
  width: 100%;
  height: 8.7rem;
  z-index: -1;
  background-image: url("../images/common/menu-wave.svg");
  background-size: 100vw;
  background-repeat: no-repeat;
}
.mobile-menu__inner {
  height: 100%;
  overflow-y: auto;
}
.mobile-menu.is-open {
  transform: translateX(0);
  display: block;
}
.mobile-menu.is-open::before {
  opacity: 1;
  pointer-events: auto;
}
.mobile-menu__nav {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: 0 0 2rem;
}
.mobile-menu__nav .menu-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 1.3rem 4rem 1.8rem 2rem;
  min-width: 20rem;
  background-color: var(--color-white);
  border-radius: 5rem;
  border: 1px solid var(--color-primary-50);
}
@supports (hanging-punctuation: first) {
  .mobile-menu__nav .menu-button:has(ruby) {
    padding: 1rem 4rem 1.5rem 2rem;
  }
}
.mobile-menu__nav .menu-button__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}
.mobile-menu__nav .menu-button__icon path {
  stroke: var(--color-primary);
}
.mobile-menu__nav .menu-button--sub-menu {
  font-size: 1.1rem;
  min-width: 13.5rem;
  padding: 1.1rem 2rem 1.5rem;
}
.mobile-menu__nav .main-menu-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.mobile-menu__nav .sub-menu-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.mobile-menu__social-container {
  background-color: var(--color-white);
  border-radius: 2rem;
  border: 1px solid var(--color-primary-50);
}
.mobile-menu__social-nav-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 1.5rem 1rem;
  gap: 0.5rem;
}
.mobile-menu__social-nav-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-primary-100);
  border-radius: 4rem;
}
.mobile-menu__social-nav-list a .label {
  flex: 1;
  text-align: center;
  padding: 0 0 0 1rem;
  font-size: 1.2rem;
}
.mobile-menu__social-nav-list a .label span {
  font-size: 1rem;
}
.mobile-menu__social-nav-list a .icon {
  margin: 0 0 0 auto;
}
.mobile-menu__social-nav-list a .icon.icon-ins {
  width: 5.7rem;
  padding: 15px;
}
@media screen and (min-width: 769px) {
  .mobile-menu {
    display: none;
  }
}

.menu-bg {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(147, 216, 255, 0.5);
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}
.menu-bg.is-active {
  opacity: 1;
  pointer-events: auto;
}

.footer {
  margin: 0;
  padding: 4rem 0 0;
  background-color: var(--color-white);
  border-top: 4px solid var(--color-primary-light);
}
.footer__container {
  display: flex;
  justify-content: space-between;
  max-width: 132rem;
  margin: 0 auto;
  padding: 0 0 2rem;
}
@media screen and (max-width: 430px) {
  .footer__container {
    flex-direction: column-reverse;
    padding: 0 1.5rem 2.2rem;
    gap: 2.5rem;
  }
}
.footer__nav-container {
  display: flex;
}
.footer .footer-nav {
  display: flex;
  gap: 4rem;
}
.footer .footer-nav__nav-container {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
}
@media screen and (max-width: 430px) {
  .footer .footer-nav__nav-container {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
    row-gap: 1rem;
    flex-wrap: wrap;
    width: 100%;
  }
}
.footer .footer-nav__list {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(4, 5rem);
  list-style: none;
}
@media screen and (max-width: 430px) {
  .footer .footer-nav__list {
    grid-template-rows: repeat(4, 5rem);
  }
}
.footer .footer-nav__list li {
  width: 18rem;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 430px) {
  .footer .footer-nav__list li {
    width: 100%;
    min-width: 15rem;
    font-size: 1.2rem;
  }
}
.footer .footer-nav__list li a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 0 0 0 1.5rem;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.footer .footer-nav__list li a:hover {
  color: var(--color-primary);
  background-color: #fafcfe;
}
.footer .footer-nav__list li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  display: block;
  width: 1px;
  height: 2.6rem;
  background-color: var(--color-primary-300);
}
.footer .footer-nav__list li:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-neutral-50);
}
.footer .footer-nav .footer-social-nav__list {
  width: 21.6rem;
  display: flex;
  flex-direction: column;
  list-style: none;
  border: 1px solid var(--color-primary-50);
  border-radius: 2rem;
  padding: 0 1rem 1rem;
}
@media screen and (max-width: 430px) {
  .footer .footer-nav .footer-social-nav__list {
    width: 18.5rem;
  }
}
.footer .footer-nav .footer-social-nav__list li {
  position: relative;
}
.footer .footer-nav .footer-social-nav__list li a {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.footer .footer-nav .footer-social-nav__list li a:hover {
  color: var(--color-primary);
  background-color: #fafcfe;
}
.footer .footer-nav .footer-social-nav__list li a .icon-ins {
  width: 5.7rem;
  padding: 15px;
}
.footer .footer-nav .footer-social-nav__list li p {
  margin: 0;
  text-align: center;
  line-height: 1.2;
  flex-basis: calc(100% - 2.5rem);
}
.footer .footer-nav .footer-social-nav__list li p span {
  font-size: 1rem;
}
@media screen and (max-width: 430px) {
  .footer .footer-nav .footer-social-nav__list li p span {
    font-size: 0.9rem;
  }
}
.footer .footer-nav .footer-social-nav__list li:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-neutral-50);
}
.footer__info {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 430px) {
  .footer__info {
    align-items: center;
  }
}
.footer__logo img {
  width: 25.2rem;
  height: auto;
}
@media screen and (max-width: 430px) {
  .footer__logo img {
    width: 24.5rem;
  }
}
.footer .footer-info__address {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem 0 0;
}
.footer .footer-info__address-text {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.7;
  margin: 0 0 1.2rem;
}
.footer .footer-info__address-button {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  gap: 1.5rem;
  border-radius: 4rem;
  font-size: 1.2rem;
  padding: 1rem 1rem 1rem 3rem;
  border: 1px solid var(--color-primary-50);
  transition: all 0.3s ease;
}
@media screen and (max-width: 430px) {
  .footer .footer-info__address-button {
    align-self: center;
  }
}
.footer .footer-info__address-button:hover {
  background-color: var(--color-primary-10);
  transform: translateY(-2px);
  border: 1px solid var(--color-primary-100);
}
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #FAFAFA;
  padding: 1.5rem 3rem;
}
@media screen and (max-width: 430px) {
  .footer__bottom {
    flex-direction: column;
    padding: 1.2rem 2rem;
  }
}
.footer__bottom .term-list {
  display: flex;
  list-style: none;
  font-size: 1.2rem;
  margin: 0;
  color: #2D2D2D;
}
.footer__bottom .term-list li {
  position: relative;
  padding: 1rem 2rem;
}
.footer__bottom .term-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  width: 1px;
  height: 50%;
  transform: translate(0, -50%);
  background-color: #D9D9D9;
}
.footer__bottom .term-list li:hover {
  color: var(--color-primary-300);
}
.footer__bottom .footer-copyright {
  font-size: 1.2rem;
  font-weight: 100;
  color: #2D2D2D;
  margin: 0;
  align-self: end;
}
@media screen and (max-width: 430px) {
  .footer__bottom .footer-copyright {
    align-self: start;
  }
}

.footer-sns {
  display: flex;
  gap: 16px;
  justify-content: flex-end;
}
@media screen and (max-width: 430px) {
  .footer-sns {
    justify-content: flex-start;
  }
}
.footer-sns__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  color: #666;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.footer-sns__link:hover {
  background-color: var(--color-primary);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 162, 227, 0.3);
}
.footer-sns__link svg {
  width: 20px;
  height: 20px;
}

.breadcrumb {
  background-color: var(--color-white);
  padding: 2rem 0;
}
.breadcrumb:has(ruby) {
  padding: 1.4rem 0 0.8rem;
}
@media screen and (max-width: 430px) {
  .breadcrumb:has(ruby) {
    padding: 0.8rem 0 1rem;
  }
}
@media screen and (max-width: 430px) {
  .breadcrumb {
    padding: 0.8rem 0 1rem;
  }
}
.breadcrumb--header {
  border-bottom: 1px solid var(--color-primary);
}
.breadcrumb--footer {
  border-top: 1px solid var(--color-primary);
}
.breadcrumb__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 4rem;
}
@media screen and (max-width: 430px) {
  .breadcrumb__container {
    padding: 0 1.2rem;
  }
}
.breadcrumb__list {
  display: flex;
  align-items: center;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 430px) {
  .breadcrumb__list {
    gap: 8px;
  }
}
@media screen and (max-width: 430px) {
  .breadcrumb__home-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.breadcrumb__item {
  display: flex;
  align-items: center;
  font-family: var(--font-family-base);
  font-size: 1.6rem;
  color: var(--color-black);
  font-weight: 500;
  flex-shrink: 0;
  min-width: 0;
  min-height: 2.5rem;
}
@media screen and (max-width: 430px) {
  .breadcrumb__item {
    font-size: 1.2rem;
    min-height: 2.4rem;
  }
}
.breadcrumb__item rt {
  transform: translateY(0.5em) !important;
}
.breadcrumb__item:last-child {
  flex-shrink: 1;
  min-width: 0;
  overflow: hidden;
}
.breadcrumb__item:not(:last-child)::after {
  position: relative;
  top: 1.2px;
  content: "";
  display: inline-block;
  width: 3rem;
  height: 2.5rem;
  margin-left: 1.2rem;
  background-image: url('data:image/svg+xml;utf8,<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.0479 7.4795C10.6115 6.87253 11.5609 6.83698 12.168 7.40039L20.3516 15L12.168 22.5996C11.5609 23.163 10.6115 23.1275 10.0479 22.5205C9.48444 21.9134 9.51999 20.964 10.127 20.4004L15.9424 15L10.127 9.59961C9.51999 9.036 9.48444 8.08657 10.0479 7.4795Z" fill="%2300A2E3" /></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  align-self: center;
}
@media screen and (max-width: 430px) {
  .breadcrumb__item:not(:last-child)::after {
    margin-left: 0.8rem;
    width: 2.4rem;
    height: 2rem;
  }
}
.breadcrumb__item span[itemprop=name]:has(ruby) {
  margin: 0 0 0.35em;
}
@supports (hanging-punctuation: first) {
  .breadcrumb__item span[itemprop=name]:has(ruby) {
    margin: 0 0 0.65em;
  }
}
.breadcrumb__item a {
  color: var(--color-black);
  text-decoration: none;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  gap: 1rem;
  white-space: nowrap;
}
.breadcrumb__item a:hover {
  color: var(--color-primary);
}
.breadcrumb__item--current {
  color: var(--color-black);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumb__item--current span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-header {
  position: relative;
  background-color: #ceeffe;
  background-size: 210rem 26rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media screen and (max-width: 430px) {
  .page-header {
    background-size: cover;
  }
}
.page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.page-header__container {
  max-width: 1440px;
  height: 28rem;
  margin: 0 auto;
  padding: 0 4rem;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6rem;
}
@media screen and (max-width: 430px) {
  .page-header__container {
    height: 11.5rem;
    padding: 0 1.4rem;
  }
}
.page-header__content {
  flex: 1;
}
.page-header__title {
  max-width: 70rem;
  font-family: var(--font-family-base);
  font-size: 3.2rem;
  font-weight: var(--font-weight-bold);
  color: var(--color-black);
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin: 0 0 1.5rem;
}
@media screen and (max-width: 430px) {
  .page-header__title {
    max-width: 20rem;
    font-size: 1.5rem;
    letter-spacing: 0.08em;
    margin: 0 0 1rem;
  }
}
.page-header__visual {
  position: absolute;
  right: 0;
  flex-shrink: 0;
  width: 64rem;
  height: 33rem;
}
@media screen and (max-width: 430px) {
  .page-header__visual {
    max-width: 23rem;
    height: auto;
    top: 50%;
    right: -5rem;
    transform: translateY(-50%);
  }
}
@keyframes spin {
  from {
    transform: translate(18%, 10%) scale(0.8);
  }
  to {
    transform: scale(1);
  }
}
@media screen and (max-width: 430px) {
  .page-header__visual.events {
    right: 0;
  }
}
.page-header__visual-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.page-section__container {
  padding: 0 0 8rem;
}
.page-section__container:not(:first-child) {
  padding: 6rem 0 8rem;
}
.page-section__container:last-child {
  padding: 6rem 0 0;
}
.page-section__container:first-child {
  padding: 0 0 0;
}
.page-section__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 3.2rem;
  text-align: center;
  padding: 0 0 5rem;
}
@media screen and (max-width: 430px) {
  .page-section__title {
    font-size: 2.2rem;
    padding: 0 0 2.5rem;
  }
}

.noise-wave-bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: linear-gradient(90deg, #A9E5FF 0%, #FFF 100%);
  pointer-events: none;
  z-index: -2;
}
.noise-wave-bg--green {
  background: linear-gradient(90deg, #caf6f6 0%, #f1fdfa 100%);
}
.noise-wave-bg--yellow {
  background: linear-gradient(90deg, #FFE9A6 0%, #f9f6ec 100%);
}
.noise-wave-bg--light-yellow {
  background: linear-gradient(90deg, #ffefcc 0%, #f9f6ec 100%);
}
.noise-wave-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 11rem;
  background-size: 144rem;
  background-image: url("../images/common/wave-upper.svg");
  background-repeat: repeat-x;
  background-position-x: center;
  z-index: 1;
}
@media screen and (max-width: 430px) {
  .noise-wave-bg::after {
    height: 10rem;
  }
}
.noise-wave-bg::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 11rem;
  background-size: 144rem;
  background-image: url("../images/common/wave-bottom.svg");
  background-repeat: repeat-x;
  background-position-x: center;
  z-index: 1;
}
@media screen and (max-width: 430px) {
  .noise-wave-bg::before {
    height: 8rem;
  }
}
.noise-wave-bg .noise-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/common/white-noise.png");
  background-size: 120rem;
  opacity: 0.8;
  z-index: 0;
}
.noise-wave-bg--no-bottom::before {
  display: none;
}
.noise-wave-bg--has-upper-space {
  top: 14rem;
}
@media screen and (max-width: 430px) {
  .noise-wave-bg--has-upper-space {
    top: 8rem;
  }
}

/**
 * Translation Notification Styles
 * 機械翻訳通知ポップアップのスタイル
 */
.translation-notification-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.translation-notification-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.translation-notification {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  background: white;
  border-radius: 1.6rem;
  box-shadow: 0 0.8rem 3.2rem rgba(0, 0, 0, 0.15);
  z-index: 100000;
  max-width: 80rem;
  width: 90%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
.translation-notification.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}
@media screen and (max-width: 430px) {
  .translation-notification {
    width: 92%;
    max-width: 42rem;
  }
}
.translation-notification__header {
  background: var(--color-primary);
  padding: 1.5rem 2.5rem;
  border-radius: 1.6rem 1.6rem 0 0;
}
@media screen and (max-width: 430px) {
  .translation-notification__header {
    padding: 2.5rem;
  }
}
.translation-notification__title {
  color: white;
  font-size: 2.8rem;
  font-weight: 600;
  margin: 0;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 430px) {
  .translation-notification__title {
    font-size: 2rem;
  }
}
.translation-notification__content {
  padding: 3rem 2.5rem 5rem;
  color: #2E2E2E;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 430px) {
  .translation-notification__content {
    padding: 2.5rem;
    font-size: 1.4rem;
  }
}
.translation-notification__content p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 430px) {
  .translation-notification__content p {
    margin-bottom: 1.6rem;
  }
}
.translation-notification__actions {
  display: flex;
  justify-content: flex-end;
  gap: 1.6rem;
  padding: 2rem 2.5rem;
  background: var(--color-primary-10);
  border-radius: 0 0 1.6rem 1.6rem;
}
@media screen and (max-width: 430px) {
  .translation-notification__actions {
    justify-content: center;
    gap: 1.2rem;
  }
}
.translation-notification__button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem 2.4rem;
  border-radius: 10rem;
  font-size: 1.4rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  min-width: 18rem;
}
@media screen and (max-width: 430px) {
  .translation-notification__button {
    width: 50%;
    padding: 1.2rem 1.5rem;
    font-size: 1.4rem;
    min-width: 10rem;
  }
}
.translation-notification__button--ok {
  background: linear-gradient(135deg, #5BA5D6 0%, #4A9BD1 100%);
  color: white;
}
.translation-notification__button--ok:hover {
  background: linear-gradient(135deg, #4A9BD1 0%, #3989BF 100%);
  box-shadow: 0 0.4rem 1.2rem rgba(90, 165, 214, 0.4);
}
.translation-notification__button--ok:active {
  transform: translateY(0.2rem);
}
.translation-notification__button--cancel {
  background: white;
  color: #5BA5D6;
  border: 0.2rem solid #5BA5D6;
}
.translation-notification__button--cancel:hover {
  background: #F0F8FC;
}
.translation-notification__button--cancel:active {
  transform: translateY(0.2rem);
}

.page-nav {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: -3rem;
  z-index: 9;
}
@media screen and (max-width: 430px) {
  .page-nav--pc {
    display: none;
  }
}
.page-nav--sp {
  display: none;
  margin-top: -1.5rem;
}
@media screen and (max-width: 430px) {
  .page-nav--sp {
    display: flex;
    padding: 0 2rem;
  }
}
.page-nav--bottom {
  padding: 2rem 2rem 4rem;
  margin-top: 0;
}
.page-nav .page-nav-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 140rem;
  padding: 1.5rem;
  list-style: none;
  margin: 0;
  background-color: var(--color-white);
  border-radius: 6rem;
  border: 1px solid var(--color-primary-300);
  gap: 1rem;
}
@media screen and (max-width: 430px) {
  .page-nav .page-nav-list {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    border-radius: 2rem;
    border: none;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    gap: 0;
  }
}
.page-nav .page-nav-list--3-column {
  grid-template-columns: repeat(3, 1fr);
}
.page-nav .page-nav-list--4-column {
  grid-template-columns: repeat(4, 1fr);
}
.page-nav .page-nav-list .page-nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 2.5rem;
  border: 1px dashed var(--color-primary-200);
  border-radius: 4rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: #5B7A8C;
  line-height: 1.1;
}
@media screen and (max-width: 430px) {
  .page-nav .page-nav-list .page-nav-item {
    display: flex;
    align-items: center;
    gap: 2rem;
    justify-content: flex-start;
    padding: 0.5rem 0 0.5rem 1.5rem;
    border: none;
    border-radius: 0;
    font-size: 1.4rem;
  }
  .page-nav .page-nav-list .page-nav-item:has(ruby) {
    padding: 0.25rem 0 0.25rem 1.5rem;
  }
  @supports (hanging-punctuation: first) {
    .page-nav .page-nav-list .page-nav-item:has(ruby) {
      padding: 0 0 0 1.5rem;
    }
  }
  .page-nav .page-nav-list .page-nav-item span:has(ruby) {
    transform: translateY(-0.25em);
  }
  @supports (hanging-punctuation: first) {
    .page-nav .page-nav-list .page-nav-item span:has(ruby) {
      transform: translateY(-0.5em);
    }
  }
  .page-nav .page-nav-list .page-nav-item::before {
    content: "";
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: var(--color-neutral-400);
    font-size: 2rem;
    line-height: 1;
    aspect-ratio: 1/1;
  }
  .page-nav .page-nav-list .page-nav-item::after {
    content: "";
    display: inline-block;
    width: 3rem;
    height: 3rem;
    margin-left: 1.2rem;
    background-image: url('data:image/svg+xml;utf8,<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.0479 7.4795C10.6115 6.87253 11.5609 6.83698 12.168 7.40039L20.3516 15L12.168 22.5996C11.5609 23.163 10.6115 23.1275 10.0479 22.5205C9.48444 21.9134 9.51999 20.964 10.127 20.4004L15.9424 15L10.127 9.59961C9.51999 9.036 9.48444 8.08657 10.0479 7.4795Z" fill="%2300A2E3" /></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 430px) and (max-width: 430px) {
  .page-nav .page-nav-list .page-nav-item::after {
    margin-left: auto;
    width: 2.4rem;
    height: 2.4rem;
  }
}
.page-nav .page-nav-list .page-nav-item--current {
  border-color: var(--color-primary);
  background-color: var(--color-primary);
  color: var(--color-white);
}
@media screen and (max-width: 430px) {
  .page-nav .page-nav-list .page-nav-item--current {
    background-color: transparent;
    color: var(--color-primary);
  }
  .page-nav .page-nav-list .page-nav-item--current::after {
    display: none;
  }
  .page-nav .page-nav-list .page-nav-item--current::before {
    width: 1rem;
    height: 1rem;
    margin-right: -0.5rem;
    background-color: var(--color-primary);
    transform: translateX(-0.15rem);
  }
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  margin-top: 6rem;
  padding: 0 2rem;
}
@media screen and (max-width: 430px) {
  .pagination {
    gap: 2rem;
    margin-top: 4rem;
    flex-wrap: wrap;
    padding: 0;
  }
}
@media screen and (max-width: 430px) {
  .pagination--pc {
    display: none;
  }
}
.pagination--sp {
  display: none;
}
@media screen and (max-width: 430px) {
  .pagination--sp {
    display: flex;
  }
}

.pagination__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  padding: 1rem 1.6rem;
  color: var(--color-primary);
  text-decoration: none;
  font-size: 1.6rem;
  min-width: 18rem;
  font-weight: var(--font-weight-medium);
  transition: all 0.3s ease;
}
@media screen and (max-width: 430px) {
  .pagination__link {
    border-radius: 6rem;
    border: 1px solid var(--color-primary);
    min-width: 16rem;
  }
}
.pagination__link .icon-arrow {
  width: 2.4rem;
  height: 2.4rem;
}
.pagination__link .label {
  flex: 1;
  text-align: center;
}
.pagination__link:hover {
  color: var(--color-primary-light);
}
.pagination__link--prev .icon-arrow {
  margin: 0 auto 0 0;
}
@media screen and (max-width: 430px) {
  .pagination__link--prev {
    order: 1;
    flex: 1;
  }
}
.pagination__link--next .icon-arrow {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 430px) {
  .pagination__link--next {
    order: 2;
    flex: 1;
  }
}
.pagination__link--disabled {
  pointer-events: none;
  color: var(--color-semantic-disabled);
}
@media screen and (max-width: 430px) {
  .pagination__link--disabled {
    border: 1px solid var(--color-semantic-disabled);
  }
}
@media screen and (max-width: 430px) {
  .pagination__link {
    padding: 0.8rem 1.2rem;
    font-size: 1.4rem;
  }
  .pagination__link svg {
    width: 2rem;
    height: 2rem;
  }
}

.pagination__numbers {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
@media screen and (max-width: 430px) {
  .pagination__numbers {
    gap: 0.8rem;
    flex-basis: 100%;
    justify-content: center;
    order: 0;
  }
}

.pagination__number {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 5.6rem;
  height: 5.6rem;
  padding: 0 1rem;
  border-radius: 50%;
  border: 0.1rem solid var(--color-primary);
  color: var(--color-primary);
  text-decoration: none;
  font-size: 2rem;
  font-weight: var(--font-weight-bold);
  transition: all 0.3s ease;
}
.pagination__number:hover {
  background: var(--color-primary-pale);
}
.pagination__number--current {
  background: var(--color-primary-200);
  border-color: var(--color-primary-200);
  color: #fff;
  cursor: default;
}
.pagination__number--current:hover {
  background: var(--color-primary);
}
@media screen and (max-width: 430px) {
  .pagination__number {
    min-width: 4rem;
    height: 4rem;
    font-size: 1.6rem;
    border-width: 0.15rem;
  }
}

.pagination__dots {
  color: var(--color-primary-200);
  font-size: 2rem;
  font-weight: var(--font-weight-bold);
  padding: 0 0.4rem;
}
@media screen and (max-width: 430px) {
  .pagination__dots {
    font-size: 1.6rem;
  }
}

.pagination__button-container {
  display: flex;
  gap: 1rem;
}

.event-calendar {
  width: 100%;
  margin: 0 auto;
  background: linear-gradient(135deg, #62C6F2 0%, #00A2E3 100%);
  border-radius: 3rem;
  border: 1px solid var(--color-primary-300);
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 430px) {
  .event-calendar {
    border-radius: 2rem;
  }
}

.event-calendar__header--hidden {
  visibility: hidden;
}

.event-calendar__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 2.5rem 3rem 2rem;
  background: var(--color-primar-150);
}
@media screen and (max-width: 430px) {
  .event-calendar__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding: 2rem 1.2rem 1.2rem;
  }
}

.event-calendar__year-month {
  display: flex;
  align-items: baseline;
  gap: 2.2rem;
  color: #fff;
}
@media screen and (max-width: 430px) {
  .event-calendar__year-month {
    gap: 0.5rem;
  }
}

.event-calendar__year {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 430px) {
  .event-calendar__year {
    font-size: 1.6rem;
  }
}

.event-calendar__month {
  font-size: 7rem;
  font-weight: var(--font-weight-bold);
  line-height: 1;
}
@media screen and (max-width: 430px) {
  .event-calendar__month {
    font-size: 5rem;
  }
}
.event-calendar__month rt {
  font-size: 1.7rem;
}
@media screen and (max-width: 430px) {
  .event-calendar__month rt {
    font-size: 1.2rem;
  }
}

.event-calendar__month-label {
  font-size: 3.5rem;
  font-weight: var(--font-weight-medium);
}
@media screen and (max-width: 430px) {
  .event-calendar__month-label {
    font-size: 2.4rem;
  }
}

.event-calendar__nav {
  display: flex;
  gap: 1.6rem;
}
@media screen and (max-width: 430px) {
  .event-calendar__nav {
    width: 100%;
    gap: 1.2rem;
  }
}

.event-calendar__nav-btn {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1.2rem 1.4rem;
  background: #fff;
  width: 18rem;
  border: none;
  border-radius: 5rem;
  color: var(--color-primary);
  font-size: 1.6rem;
  font-weight: var(--font-weight-medium);
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: var(--font-family-base);
}
.event-calendar__nav-btn span {
  flex: 1;
  text-align: center;
}
.event-calendar__nav-btn svg {
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0;
}
.event-calendar__nav-btn:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-0.2rem);
}
.event-calendar__nav-btn--prev {
  padding: 1.2rem 2.4rem 1.2rem 1rem;
}
.event-calendar__nav-btn--next {
  padding: 1.2rem 1.4rem 1.2rem 2.5rem;
}
.event-calendar__nav-btn--disabled {
  cursor: not-allowed;
  pointer-events: none;
  background-color: var(--color-primary-100);
  color: var(--color-neutral-200);
}
@media screen and (max-width: 430px) {
  .event-calendar__nav-btn {
    flex: 1;
    justify-content: center;
    padding: 1rem 1.6rem;
    font-size: 1.4rem;
  }
  .event-calendar__nav-btn svg {
    width: 2rem;
    height: 2rem;
  }
}

.event-calendar__body {
  position: relative;
  background: #fff;
  padding: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  min-height: 40rem;
}

.event-calendar__loading {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  z-index: 2;
}
.event-calendar__loading--hidden {
  display: none;
}

.event-calendar__spinner {
  width: 4rem;
  height: 4rem;
  border: 0.4rem solid var(--color-primary-100);
  border-top-color: var(--color-primary);
  border-radius: 50%;
  animation: calendar-spin 0.8s linear infinite;
}

@keyframes calendar-spin {
  to {
    transform: rotate(360deg);
  }
}
.event-calendar__day {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: 1/-1;
  align-items: stretch;
  border-bottom: 0.1rem solid var(--color-primary);
  transition: background 0.3s ease;
}
.event-calendar__day:last-child {
  border-bottom: none;
}
.event-calendar__day--has-event {
  min-height: auto;
}
.event-calendar__day--saturday .event-calendar__date,
.event-calendar__day--saturday .event-calendar__weekday {
  color: #00A2E3;
}
.event-calendar__day--sunday .event-calendar__date,
.event-calendar__day--sunday .event-calendar__weekday {
  color: #FF6B9D;
}

.event-calendar__day-number {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 2rem 1.5rem;
  background: #E5F7FF;
  border-right: 0.1rem solid var(--color-primary);
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 430px) {
  .event-calendar__day-number {
    padding: 1.5rem 0.5rem;
    gap: 0.4rem;
  }
}

.event-calendar__day-number-inner {
  display: flex;
  align-items: flex-end;
  gap: 0.4rem;
  overflow: hidden;
}

.event-calendar__date {
  font-size: 3.2rem;
  font-weight: var(--font-weight-bold);
  color: var(--color-text);
  line-height: 1;
}
@media screen and (max-width: 430px) {
  .event-calendar__date {
    font-size: 2rem;
  }
}

.event-calendar__weekday {
  font-size: 1.6rem;
  font-weight: var(--font-weight-medium);
  color: var(--color-text);
  white-space: nowrap;
}
@media screen and (max-width: 430px) {
  .event-calendar__weekday {
    font-size: 1rem;
    align-self: flex-end;
  }
}

.event-calendar__event-card-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}

.event-calendar__event-card {
  display: flex;
  gap: 2rem;
  padding: 2rem;
  flex: 1;
  align-items: center;
}
@media screen and (max-width: 430px) {
  .event-calendar__event-card {
    flex-direction: column;
    padding: 2rem;
    gap: 1.5rem;
  }
}

.event-calendar__event-image {
  width: 21.2rem;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.2rem;
  flex-shrink: 0;
  background-color: var(--color-primary-100);
}
@media screen and (max-width: 430px) {
  .event-calendar__event-image {
    width: 100%;
  }
}

.event-calendar__event-content {
  flex: 1;
  height: 100%;
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 430px) {
  .event-calendar__event-content {
    width: 100%;
    flex-direction: column;
    gap: 3.5rem;
  }
}

.event-calendar__event-title {
  flex: 1;
  font-size: 1.6rem;
  font-weight: var(--font-weight-medium);
  line-height: 1.6;
  color: var(--color-text);
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 430px) {
  .event-calendar__event-title {
    font-size: 1.4rem;
  }
}

.event-calendar__event-button {
  align-self: center;
}

.event-calendar__event-link {
  min-width: 17rem;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1.5rem 1.4rem;
  background: var(--color-primary);
  color: #fff;
  text-decoration: none;
  border-radius: 5rem;
  font-size: 1.4rem;
  font-weight: var(--font-weight-bold);
  transition: all 0.3s ease;
  align-self: center;
}
.event-calendar__event-link span {
  flex: 1;
  text-align: center;
}
.event-calendar__event-link svg {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 0 0 auto;
}
.event-calendar__event-link:hover {
  background: var(--color-primary-light);
  transform: translateX(0.4rem);
}
@media screen and (max-width: 430px) {
  .event-calendar__event-link {
    width: 100%;
    justify-content: center;
    padding: 1.2rem 2rem;
    font-size: 1.4rem;
  }
  .event-calendar__event-link svg {
    width: 2rem;
    height: 2rem;
  }
}

.c-page-lead {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6rem;
  padding: 12rem 10rem 17rem;
  max-width: 100rem;
  margin: 0 auto;
}
@media screen and (max-width: 430px) {
  .c-page-lead {
    padding: 8rem 0 10rem;
    gap: 3rem;
  }
}
.c-page-lead--narrow {
  padding: 2rem 10rem 3.5rem;
}
@media screen and (max-width: 430px) {
  .c-page-lead--narrow {
    padding: 3rem 0 5rem;
  }
}
.c-page-lead--page-community-interpretation {
  padding: 12rem 10rem 0.5rem;
}
@media screen and (max-width: 430px) {
  .c-page-lead--page-community-interpretation {
    padding: 7rem 0 1.5rem;
  }
}
.c-page-lead p {
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 430px) {
  .c-page-lead p {
    font-size: 1.4rem;
  }
}
.c-page-lead__title {
  display: flex;
  font-size: 3.2rem;
  flex-direction: column;
  align-items: center;
  z-index: 0;
}
@media screen and (max-width: 430px) {
  .c-page-lead__title {
    font-size: 2.2rem;
    line-height: 1.5;
    text-align: center;
  }
}
@media screen and (max-width: 430px) {
  .c-page-lead__title .txt-pc {
    display: none;
  }
}
.c-page-lead__title .txt-sp {
  display: none;
}
@media screen and (max-width: 430px) {
  .c-page-lead__title .txt-sp {
    display: inline;
  }
}
.c-page-lead__sub-title {
  font-size: 2.8rem;
  color: var(--color-primary);
}
@media screen and (max-width: 430px) {
  .c-page-lead__sub-title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 430px) {
  .c-page-lead__sub-title .txt-pc {
    display: none;
  }
}
.c-page-lead__sub-title .txt-sp {
  display: none;
}
@media screen and (max-width: 430px) {
  .c-page-lead__sub-title .txt-sp {
    display: inline;
  }
}
.c-page-lead__description {
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 430px) {
  .c-page-lead__description {
    font-size: 1.4rem;
  }
}
.c-page-lead__description--center {
  text-align: center;
}
@media screen and (max-width: 430px) {
  .c-page-lead__description--center {
    text-align: left;
  }
}

.easy-japanese-section {
  padding: 5rem 0;
}
@media screen and (max-width: 430px) {
  .easy-japanese-section {
    padding: 3rem 0;
  }
}
.easy-japanese-section .easy-japanese-box {
  display: flex;
  gap: 6rem;
  flex-direction: column;
  align-items: center;
  background: #FCFAE5;
  border-radius: 4rem;
  padding: 6rem 7rem 7rem;
}
@media screen and (max-width: 430px) {
  .easy-japanese-section .easy-japanese-box {
    gap: 3rem;
    border-radius: 2rem;
    padding: 4.5rem 1.5rem;
  }
}
.easy-japanese-section .easy-japanese-box__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 430px) {
  .easy-japanese-section .easy-japanese-box__title {
    font-size: 2.2rem;
  }
}
.easy-japanese-section .easy-japanese-box__body {
  display: flex;
  align-items: center;
  gap: 5.8rem;
}
@media screen and (max-width: 430px) {
  .easy-japanese-section .easy-japanese-box__body {
    gap: 1.8rem;
    align-items: center;
    flex-direction: column;
  }
}
.easy-japanese-section .easy-japanese-box__visual {
  width: 29.5rem;
  height: 19.5rem;
}
.easy-japanese-section .easy-japanese-box__description {
  flex: 1;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.2;
}
@media screen and (max-width: 430px) {
  .easy-japanese-section .easy-japanese-box__description {
    font-size: 1.4rem;
  }
}

.anchor-link-button {
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.anchor-link-button:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.anchor-link-button__container {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}
@media screen and (max-width: 430px) {
  .anchor-link-button__container {
    flex-direction: column;
    gap: 1rem;
  }
}
.anchor-link-button__container--3-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.anchor-link-button__container--3-columns:has(> :only-child) {
  grid-template-columns: 1fr;
  max-width: 33.333%;
  margin: 0 auto;
}
@media screen and (max-width: 430px) {
  .anchor-link-button__container--3-columns:has(> :only-child) {
    max-width: 100%;
  }
}
@media screen and (max-width: 430px) {
  .anchor-link-button__container--3-columns {
    grid-template-columns: repeat(1, 1fr);
  }
}
.anchor-link-button__container--3-columns.side-margin {
  padding: 0 8rem;
}
@media screen and (max-width: 430px) {
  .anchor-link-button__container--3-columns.side-margin {
    padding: 0;
  }
}
.anchor-link-button__container:not(:first-child) {
  padding-top: 3.2rem;
}
@media screen and (max-width: 430px) {
  .anchor-link-button__container:not(:first-child) {
    padding-top: 1rem;
  }
}
.anchor-link-button {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  border-radius: 2rem;
  background: #CCFAC5;
  padding: 2.7rem 3rem 2.5rem;
  font-size: 2rem;
  font-weight: bold;
  align-items: center;
}
@media screen and (max-width: 430px) {
  .anchor-link-button {
    width: 100%;
    font-size: 1.6rem;
    border-radius: 1.5rem;
    padding: 1.6rem 1.6rem 1.5rem;
    flex-direction: row;
  }
}
.anchor-link-button--hr {
  flex-direction: row;
  padding: 2rem 3rem;
}
.anchor-link-button--vr {
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 430px) {
  .anchor-link-button--vr {
    flex-direction: row;
    align-items: center;
  }
}
.anchor-link-button .label {
  flex: 1;
}
@supports (hanging-punctuation: first) {
  .anchor-link-button .label:has(ruby) {
    margin: 0 0 0.5em;
  }
}
.anchor-link-button .illust {
  display: block;
  width: 16.2rem;
  height: 10rem;
}
@media screen and (max-width: 430px) {
  .anchor-link-button .illust {
    width: 12rem;
    height: 10rem;
  }
}
.anchor-link-button .label {
  flex: 1;
}
.anchor-link-button .label--center {
  text-align: center;
}
@media screen and (max-width: 430px) {
  .anchor-link-button .label--center {
    text-align: left;
  }
}
.anchor-link-button .label--large {
  font-size: 2.2rem;
}
@media screen and (max-width: 430px) {
  .anchor-link-button .label--large {
    font-size: 1.8rem;
  }
}
.anchor-link-button .icon {
  align-self: flex-end;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 430px) {
  .anchor-link-button .icon {
    align-self: center;
    margin: 0 0 0 auto;
  }
}
.anchor-link-button .icon--align-center {
  align-self: center;
}
.anchor-link-button .icon-arrow {
  align-self: flex-end;
}
.anchor-link-button--blue {
  background: #89DBFF;
}
.anchor-link-button--light-blue {
  background: #B5EAFF;
}
.anchor-link-button--green {
  background: #CCFAC5;
}
.anchor-link-button--orange {
  background: #FFEEC7;
}
.anchor-link-button--yellow {
  background: #FFE7A7;
}
.anchor-link-button--pink {
  background: #FCDBD7;
}
.anchor-link-button--purple {
  background: #B7D8FF;
}
.anchor-link-button--outline-blue {
  background: var(--color-white);
  border: 2px solid var(--color-primary-100);
}

.membership-fee-table {
  display: grid;
  grid-template-columns: 20% 45% 1fr;
  grid-template-rows: auto 1fr 1fr;
  border: 0.1rem solid var(--color-neutral-200);
  overflow: hidden;
  background: var(--color-white);
}
@media screen and (max-width: 430px) {
  .membership-fee-table {
    grid-template-columns: 25% 45% 1fr;
  }
}

.membership-fee-table__header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 2rem;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word;
  background: var(--color-primary-100);
  font-size: 1.8rem;
  font-weight: var(--font-weight-bold);
  text-align: center;
}
@media screen and (max-width: 430px) {
  .membership-fee-table__header {
    font-size: 1.6rem;
    padding: 0.5rem;
  }
}
.membership-fee-table__header--type {
  grid-column: span 2;
  border-right: 0.1rem solid var(--color-neutral-200);
}
.membership-fee-table__header--purple {
  background: #B7D8FF;
}

.membership-fee-table__cell {
  padding: 1rem;
  font-size: 1.6rem;
  font-weight: var(--font-weight-medium);
  color: var(--color-text);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  border-top: 0.1rem solid var(--color-neutral-200);
  background: rgba(0, 162, 227, 0.03);
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}
@media screen and (max-width: 430px) {
  .membership-fee-table__cell {
    font-size: 1.4rem;
  }
}
.membership-fee-table__cell:last-child, .membership-fee-table__cell:nth-last-child(2):nth-child(odd) {
  border-bottom: none;
}
.membership-fee-table__cell--category {
  font-weight: var(--font-weight-bold);
  font-size: 1.6rem;
  justify-content: flex-start;
  background: var(--color-primary-50);
}
.membership-fee-table__cell--category:not(.membership-fee-table__cell--rowspan) {
  grid-column: span 2;
  border-right: 0.1rem solid var(--color-neutral-200);
}
@media screen and (max-width: 430px) {
  .membership-fee-table__cell--category {
    font-size: 1.2rem;
  }
}
.membership-fee-table__cell--purple {
  background: #DBECFF;
}
.membership-fee-table__cell--rowspan {
  grid-row: span 2;
  border-right: 0.1rem solid var(--color-neutral-200);
}
.membership-fee-table__cell--sub {
  font-size: 1.6rem;
  padding: 1rem 2rem;
  border-right: 0.1rem solid var(--color-neutral-200);
  font-weight: 400;
  justify-content: flex-start;
  background: var(--color-primary-50);
}
@media screen and (max-width: 430px) {
  .membership-fee-table__cell--sub {
    font-size: 1.2rem;
    padding: 1rem 0.5rem;
  }
}
.membership-fee-table__cell--price {
  font-size: 1.8rem;
  font-weight: var(--font-weight-bold);
  color: var(--color-text);
}
@media screen and (max-width: 430px) {
  .membership-fee-table__cell--price {
    font-size: 1.4rem;
  }
}

.past-post-carousel__container {
  position: relative;
  padding: 8rem 0 12rem;
}
@media screen and (max-width: 430px) {
  .past-post-carousel__container {
    padding: 8rem 0 8rem;
  }
}
.past-post-carousel__container .swiper {
  overflow: visible !important;
}
.past-post-carousel__button-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 112rem;
  margin: 0 auto;
  padding: 6rem 2rem 0;
}
@media screen and (max-width: 430px) {
  .past-post-carousel__button-container {
    padding: 4rem 0 0;
  }
}

.wave-path {
  z-index: -1;
}
.wave-path[data-device=sp] {
  display: none;
}
@media screen and (max-width: 430px) {
  .wave-path[data-device=sp] {
    display: block;
  }
}
@media screen and (max-width: 430px) {
  .wave-path[data-device=pc] {
    display: none;
  }
}
.wave-path--long {
  width: 56.4rem;
}
@media screen and (max-width: 430px) {
  .wave-path--long {
    width: 24rem;
  }
}
.wave-path--medium-long {
  width: 38.8rem;
}
@media screen and (max-width: 430px) {
  .wave-path--medium-long {
    width: 20.8rem;
  }
}
.wave-path--medium {
  width: 32rem;
}
@media screen and (max-width: 430px) {
  .wave-path--medium {
    width: 18.8rem;
  }
}
.wave-path--short {
  width: 26.4rem;
}
@media screen and (max-width: 430px) {
  .wave-path--short {
    width: 15rem;
  }
}
.wave-path--more-short {
  width: 22.4rem;
}
@media screen and (max-width: 430px) {
  .wave-path--more-short {
    width: 12rem;
  }
}
.wave-path--minimum-short {
  width: 16rem;
}
@media screen and (max-width: 430px) {
  .wave-path--minimum-short {
    width: 10rem;
  }
}
.wave-path--minimum {
  width: 10rem;
}
@media screen and (max-width: 430px) {
  .wave-path--minimum {
    width: 6.7rem;
  }
}

body.ruby-enabled rt {
  margin-bottom: 0.8px;
}
@supports (hanging-punctuation: first) {
  body.ruby-enabled rt {
    line-height: 1;
    transform: translateY(0.45em);
    margin-bottom: 0;
  }
}

.no-posts__container {
  width: 100%;
  padding: 10rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--color-primary-10);
  border-radius: 4rem;
}
@media screen and (max-width: 430px) {
  .no-posts__container {
    border-radius: 2.4rem;
  }
}
.no-posts__message {
  font-size: 2.4rem;
  font-weight: 500;
  color: var(--color-primary-300);
}
@media screen and (max-width: 430px) {
  .no-posts__message {
    font-size: 1.6rem;
  }
}

.page-content {
  max-width: 100rem;
  margin: 0 auto;
  padding: 8rem 0 10rem;
}
@media screen and (max-width: 430px) {
  .page-content {
    padding: 4rem 2rem 6rem;
  }
}

.page-hero {
  background: linear-gradient(135deg, var(--color-primary) 0%, #62C6F2 100%);
  padding: 80px 0 60px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 430px) {
  .page-hero {
    padding: 60px 0 40px;
  }
}
.page-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  border-radius: 50%;
}
@media screen and (max-width: 430px) {
  .page-hero::before {
    width: 300px;
    height: 300px;
  }
}
.page-hero__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 430px) {
  .page-hero__container {
    padding: 0 16px;
  }
}
.page-hero__title {
  font-family: var(--font-family-base);
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
  text-align: center;
}
@media screen and (max-width: 430px) {
  .page-hero__title {
    font-size: 28px;
    margin-bottom: 8px;
  }
}
.page-hero__title-en {
  font-family: var(--font-family-en);
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 430px) {
  .page-hero__title-en {
    font-size: 14px;
  }
}

.policy-content {
  width: 78rem;
  margin: 0 auto;
  font-family: var(--font-family-base);
  line-height: 1.8;
  color: var(--color-black);
  padding: 4rem 0 0;
}
@media screen and (max-width: 430px) {
  .policy-content {
    width: 100%;
    padding: 2rem 0 0;
  }
}
.policy-content h1 {
  font-size: 3.2rem;
  color: var(--color-primary);
  text-align: center;
  letter-spacing: 0.05em;
  padding: 0 0 8rem;
  margin: 0;
}
@media screen and (max-width: 430px) {
  .policy-content h1 {
    font-size: 2.2rem;
    padding: 0 0 4rem;
  }
}
.policy-content .description {
  font-size: 1.6rem;
  color: var(--color-black);
  line-height: 2;
}
@media screen and (max-width: 430px) {
  .policy-content .description {
    font-size: 1.4rem;
  }
}
.policy-content .contents-list {
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
  padding: 3.5rem 0 0;
}
@media screen and (max-width: 430px) {
  .policy-content .contents-list {
    padding: 2.5rem 0 0;
  }
}
.policy-content h3 {
  font-size: 2.8rem;
  font-weight: 700;
  margin: 0 0 1rem;
}
@media screen and (max-width: 430px) {
  .policy-content h3 {
    font-size: 2rem;
  }
}
.policy-content h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 32px 0 16px;
}
@media screen and (max-width: 430px) {
  .policy-content h4 {
    font-size: 16px;
    margin: 24px 0 12px;
  }
}
.policy-content p {
  font-size: 1.6rem;
  line-height: 2;
  margin: 0;
}
@media screen and (max-width: 430px) {
  .policy-content p {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.policy-content ul,
.policy-content ol {
  margin: 2rem 0;
}
@media screen and (max-width: 430px) {
  .policy-content ul,
  .policy-content ol {
    margin: 1.6rem 0;
  }
}
.policy-content ul li,
.policy-content ol li {
  font-size: 1.6rem;
}
@media screen and (max-width: 430px) {
  .policy-content ul li,
  .policy-content ol li {
    font-size: 1.4rem;
  }
}
.policy-content ul {
  list-style: disc;
  padding: 0 0 0 2.5rem;
}
.policy-content ul li {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.85;
}
@media screen and (max-width: 430px) {
  .policy-content ul li {
    font-size: 1.4rem;
  }
}
.policy-content ul li .note {
  display: block;
}
.policy-content ol {
  list-style: decimal;
  padding-left: 2.4rem;
}
@media screen and (max-width: 430px) {
  .policy-content ol {
    margin: 1.6rem 0;
    padding-left: 2rem;
  }
}
.policy-content a {
  color: var(--color-primary);
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
.policy-content a:hover {
  opacity: 0.7;
}
.policy-content strong {
  font-weight: 700;
  color: #2E2E2E;
}
.policy-content .last-updated {
  text-align: right;
  font-size: 14px;
  color: #666;
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid #E0E0E0;
}
@media screen and (max-width: 430px) {
  .policy-content .last-updated {
    font-size: 13px;
    margin-top: 40px;
    padding-top: 20px;
  }
}

.sitemap-page-container h1 {
  font-family: var(--font-family-base);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  color: var(--color-primary);
  text-align: center;
  margin: 0 0 6.5rem;
}
@media screen and (max-width: 430px) {
  .sitemap-page-container h1 {
    font-size: 2.4rem;
    margin: 0 0 3.5rem;
  }
}

.sitemap-content {
  display: flex;
  gap: 2rem;
  max-width: 120rem;
  margin: 0 auto;
  padding: 6rem;
  border-radius: 2rem;
  border: 1px solid var(--color-primary-200);
  align-items: flex-start;
}
@media screen and (max-width: 430px) {
  .sitemap-content {
    flex-direction: column;
    gap: 2rem;
    padding: 2rem 2.5rem;
    width: 100%;
  }
}

.sitemap-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (max-width: 430px) {
  .sitemap-column {
    gap: 2rem;
  }
}

.sitemap-section__title {
  font-family: var(--font-family-base);
  font-size: 1.8rem;
  font-weight: 700;
  color: #2E2E2E;
  padding: 1rem 0 1rem 2rem;
  border-left: 2px solid var(--color-primary);
}
@media screen and (max-width: 430px) {
  .sitemap-section__title {
    font-size: 1.6rem;
    padding: 1rem 0 1rem 1.5rem;
  }
}
.sitemap-section__title a {
  color: #2E2E2E;
  text-decoration: none;
  transition: color 0.3s ease;
}
.sitemap-section__title a:hover {
  color: var(--color-primary);
}

.sitemap-list {
  list-style: none;
  margin: 0;
  padding: 0 0 0 2rem;
}
@media screen and (max-width: 430px) {
  .sitemap-list li {
    margin-bottom: 1rem;
  }
}
.sitemap-list li:last-child {
  margin-bottom: 0;
}
.sitemap-list a {
  font-family: var(--font-family-base);
  font-size: 1.4rem;
  font-weight: 400;
  color: #2E2E2E;
  text-decoration: none;
  display: inline-flex;
  align-items: flex-start;
  transition: all 0.3s ease;
  padding: 0.4rem 0;
  line-height: 1.6;
}
@media screen and (max-width: 430px) {
  .sitemap-list a {
    font-size: 1.4rem;
  }
}
.sitemap-list a .note {
  display: block;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 0.2rem;
}
.sitemap-list a::before {
  content: "";
  width: 6px;
  height: 2px;
  background-color: var(--color-primary);
  margin-right: 1.2rem;
  margin-top: 1rem;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 430px) {
  .sitemap-list a::before {
    margin-right: 1rem;
  }
}
.sitemap-list a:has(ruby)::before {
  margin-top: 1.25em;
}
@supports (hanging-punctuation: first) {
  .sitemap-list a:has(ruby)::before {
    margin-top: 1.5em;
  }
}
.sitemap-list a:hover {
  color: var(--color-primary);
  padding-left: 0.8rem;
}
.sitemap-list a:hover::before {
  transform: translateX(-0.4rem);
}

.main-visual {
  position: relative;
  width: 100%;
  z-index: -1;
}
.main-visual__images {
  width: 100%;
  height: 54rem;
  background: #eee;
}
.main-visual__images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 430px) {
  .main-visual__images {
    height: 40rem;
  }
}
.main-visual::after {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: 0;
  width: 100%;
  height: 13rem;
  background-size: 144rem;
  background-image: url("../images/kv/wave-bottom-kv.svg");
  background-repeat: repeat-x;
  background-position-x: center;
  z-index: 1;
}
@media screen and (max-width: 430px) {
  .main-visual::after {
    height: 12rem;
    background-size: 100%;
    background-image: url("../images/kv/wave-bottom-kv-sp.svg");
  }
}

.main-nav-list {
  position: relative;
  margin: -10rem 0 0;
}
@media screen and (max-width: 430px) {
  .main-nav-list {
    margin: -6rem 0 0;
  }
}
.main-nav-list__container {
  position: relative;
  max-width: 114rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 430px) {
  .main-nav-list__container {
    padding: 0 0.8rem;
  }
}
.main-nav-list__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 8px;
}
@media screen and (max-width: 430px) {
  .main-nav-list__grid {
    grid-template-columns: 1fr;
  }
}
.main-nav-list__grid--small {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.main-nav-list__grid--small .nav-card {
  padding: 2rem 3.5rem;
  min-height: 10rem;
}
@media screen and (max-width: 430px) {
  .main-nav-list__grid--small .nav-card {
    padding: 2rem 1rem;
    min-height: 6rem;
  }
}
.main-nav-list__grid--small .nav-card__title {
  font-size: 2.4rem;
  text-align: left;
  align-self: center;
  padding: 0 1.5rem 0 0;
}
@media screen and (max-width: 430px) {
  .main-nav-list__grid--small .nav-card__title {
    font-size: var(--font-size-small-sp);
  }
}
.main-nav-list__grid--small .nav-card__arrow {
  width: 11px;
  height: 17px;
  right: 22px;
}
@media screen and (max-width: 430px) {
  .main-nav-list__grid--small .nav-card__arrow {
    width: 1rem;
    height: 1.4rem;
    right: 1rem;
  }
}

.about-section {
  position: relative;
  padding: 16rem 0 18rem;
}
@media screen and (max-width: 430px) {
  .about-section {
    padding: 12rem 2.5rem 10rem;
  }
}
.about-section__container {
  max-width: 92rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 0 2rem;
  gap: 7rem;
}
@media screen and (max-width: 430px) {
  .about-section__container {
    align-items: flex-start;
    flex-direction: column;
    gap: 4.6rem;
    padding: 0;
  }
}
.about-section__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3rem;
}
@media screen and (max-width: 430px) {
  .about-section__content {
    width: 100%;
    gap: 2rem;
  }
}
.about-section__content h2 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
  padding: 0 0 1.5rem;
}
@media screen and (max-width: 430px) {
  .about-section__content h2 {
    font-size: 2.4rem;
    padding: 0;
  }
}
.about-section__content h2 .wave-path {
  width: 7em;
}
.about-section__content h2 .wave-path path {
  stroke-width: 14;
}
@media screen and (max-width: 430px) {
  .about-section__content h2 .wave-path path {
    stroke-width: 12;
  }
}
.about-section__text p {
  font-family: var(--font-family-base);
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2;
  color: var(--color-text);
  margin: 0;
}
@media screen and (max-width: 430px) {
  .about-section__text p {
    font-size: 1.4rem;
  }
}
.about-section__logo {
  width: 25.5rem;
  height: 14rem;
  flex-shrink: 0;
}
@media screen and (max-width: 430px) {
  .about-section__logo {
    width: 19rem;
    height: 10.6rem;
  }
}

.support-section {
  position: relative;
  padding: 65px 20px;
}
@media screen and (max-width: 430px) {
  .support-section {
    padding: 45px 20px;
  }
}
.support-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}
.support-section__container {
  max-width: 114rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 45px;
}
@media screen and (max-width: 430px) {
  .support-section__container {
    gap: 3rem;
  }
}
.support-section__title {
  font-size: 3.2rem;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 430px) {
  .support-section__title {
    font-size: 2.4rem;
  }
}
.support-section__title .wave-path {
  width: 19em;
}
@media screen and (max-width: 430px) {
  .support-section__title .wave-path {
    width: 8.5em;
  }
}
.support-section__title .wave-path--pc {
  display: block;
}
@media screen and (max-width: 430px) {
  .support-section__title .wave-path--pc {
    display: none;
  }
}
.support-section__title .wave-path--sp {
  display: none;
}
@media screen and (max-width: 430px) {
  .support-section__title .wave-path--sp {
    display: block;
  }
}
.support-section__title .wave-path path {
  stroke-width: 14;
}
@media screen and (max-width: 430px) {
  .support-section__title .wave-path path {
    stroke-width: 12;
  }
}
.support-section__title-text {
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.2;
  color: var(--color-text);
}
@media screen and (max-width: 430px) {
  .support-section__title-text {
    font-size: 2.4rem;
  }
}
.support-section__description {
  font-family: var(--font-family-base);
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.8;
  color: var(--color-text);
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 430px) {
  .support-section__description {
    font-size: 1.4rem;
    text-align: left;
    padding: 0 1rem;
  }
}
.support-section__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  width: 100%;
  padding: 3rem 0 0;
}
@media screen and (max-width: 430px) {
  .support-section__cards {
    grid-template-columns: 1fr;
    padding: 0;
    gap: 1rem;
  }
}
.support-section .support-link-card {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 3.5rem 3rem;
  border-radius: 2rem;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media screen and (max-width: 430px) {
  .support-section .support-link-card {
    gap: 1rem;
    padding: 1.5rem;
  }
}
.support-section .support-link-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.support-section .support-link-card--blue {
  background-color: var(--color-primary-light);
}
.support-section .support-link-card--pink {
  background-color: #FFBFBD;
}
.support-section .support-link-card--yellow {
  background-color: #FFD76F;
}
.support-section .support-link-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14.2rem;
  height: 12rem;
  margin: 0 auto;
}
@media screen and (max-width: 430px) {
  .support-section .support-link-card__icon {
    width: 14rem;
    height: 10rem;
  }
}
.support-section .support-link-card__title {
  font-family: var(--font-family-base);
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.2;
  color: var(--color-text);
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 430px) {
  .support-section .support-link-card__title {
    font-size: var(--font-size-h3-sp);
  }
}
.support-section .support-link-card__description {
  font-family: var(--font-family-base);
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.75;
  color: var(--color-text);
  text-align: left;
  flex-grow: 1;
}
@media screen and (max-width: 430px) {
  .support-section .support-link-card__description {
    font-size: var(--font-size-body-sp);
  }
}
.support-section .support-link-card__description .line {
  display: inline-block;
}
.support-section .support-link-card__arrow {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.support-section .support-link-card__arrow svg {
  width: 2rem;
  height: 1.7rem;
  stroke: var(--color-text);
}
@media screen and (max-width: 430px) {
  .support-section .support-link-card__arrow svg {
    width: 1.2rem;
    height: 2.2rem;
  }
}
@media screen and (max-width: 430px) {
  .support-section .support-link-card {
    max-width: 100%;
  }
}

.news-section {
  position: relative;
  padding: 12rem 0 8rem;
}
@media screen and (max-width: 430px) {
  .news-section {
    padding: 6.5rem 0 4rem;
  }
}
.news-section__container {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
.news-section__posts {
  position: relative;
  display: flex;
  width: 100%;
  padding: 0 0 2.8rem;
}
.news-section__posts--center {
  justify-content: center;
}
@media screen and (max-width: 430px) {
  .news-section__posts--center {
    justify-content: flex-start;
  }
}
.news-section__posts .post-card {
  height: auto;
  width: 31rem;
  flex-shrink: 0;
}
@media screen and (max-width: 430px) {
  .news-section__posts .post-card {
    width: auto;
  }
}
.news-section__more-btn {
  width: 7rem;
  height: 7rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
}
.news-section__more-btn--next {
  right: 3rem;
}
@media screen and (max-width: 430px) {
  .news-section__more-btn--next {
    right: 0;
  }
}
.news-section__more-btn--prev {
  left: 3rem;
}
@media screen and (max-width: 430px) {
  .news-section__more-btn--prev {
    left: 0;
  }
}
.news-section__more-btn.swiper-button-disabled {
  visibility: hidden;
}
.news-section__scroll-icon {
  width: 8rem;
  height: 8rem;
  filter: drop-shadow(0px 2px 15px rgba(0, 0, 0, 0.14));
  transition: transform 0.3s ease;
}
.news-section__scroll-icon:hover {
  transform: translateY(4px);
}

.bottom-contact-section {
  position: relative;
  padding: 15rem 2rem 9rem;
}
@media screen and (max-width: 430px) {
  .bottom-contact-section {
    padding: 12rem 2rem 6rem;
  }
}
.bottom-contact-section__container {
  max-width: 114rem;
  margin: 0 auto;
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 430px) {
  .bottom-contact-section__container {
    flex-direction: column;
    gap: 2.2rem;
  }
}

.bottom-contact-box {
  flex: 1;
  background-color: var(--color-white);
  border: 1px solid var(--color-primary-light);
  border-radius: 4rem;
  padding: 4rem;
}
@media screen and (max-width: 430px) {
  .bottom-contact-box {
    border-radius: 2.2rem;
    padding: 2.2rem;
  }
}
.bottom-contact-box__title {
  font-size: 2.6rem;
  line-height: 1.2;
  color: var(--color-primary);
}
@media screen and (max-width: 430px) {
  .bottom-contact-box__title {
    font-size: 2rem;
  }
}
.bottom-contact-box__description {
  font-size: 1.4rem;
  line-height: 1.8;
  color: var(--color-text);
  font-weight: 500;
  padding: 3rem 0 0;
}
@media screen and (max-width: 430px) {
  .bottom-contact-box__description {
    padding: 1.5rem 0 0;
  }
}
.bottom-contact-box__button-wrapper {
  padding-top: 3.5rem;
}
@media screen and (max-width: 430px) {
  .bottom-contact-box__button-wrapper {
    padding: 1.5rem 0 0;
  }
}

.sns-link-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  padding-top: 3.5rem;
}
@media screen and (max-width: 430px) {
  .sns-link-list {
    grid-template-columns: 1fr;
  }
}
.sns-link-list .sns-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 0.8rem 1rem;
  background-color: var(--color-white);
  border: 1px solid var(--color-primary-200);
  border-radius: 4rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (max-width: 430px) {
  .sns-link-list .sns-button {
    width: 100%;
    padding: 0.4rem 2rem;
  }
}
.sns-link-list .sns-button:hover {
  background-color: var(--color-bg-pale);
  transform: translateY(-2px);
}
.sns-link-list .sns-button__text {
  flex: 1;
  font-family: var(--font-family-base);
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.2;
  color: var(--color-text);
  text-align: center;
}
@media screen and (max-width: 430px) {
  .sns-link-list .sns-button__text {
    font-size: 1.4rem;
  }
}
.sns-link-list .sns-button__text span {
  font-size: 1.2rem;
}
.sns-link-list .sns-button__icon {
  width: 4.6rem;
  height: 4.6rem;
  flex-shrink: 0;
  margin: 0 0 0 auto;
}
.sns-link-list .sns-button__icon.instagram {
  padding: 0.8rem;
}

.sns-section {
  flex: 1;
}
.sns-section__card {
  background-color: var(--color-white);
  border: 1px solid var(--color-primary-light);
  border-radius: var(--radius-medium);
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.sns-section__title {
  font-family: var(--font-family-base);
  font-weight: 700;
  font-size: var(--font-size-h2-pc);
  line-height: 1.2;
  color: var(--color-primary);
  margin: 0;
}
@media screen and (max-width: 430px) {
  .sns-section__title {
    font-size: var(--font-size-h2-sp);
  }
}
.sns-section__description {
  font-family: var(--font-family-base);
  font-weight: 500;
  font-size: var(--font-size-small-pc);
  line-height: 1.8;
  color: var(--color-text);
  margin: 0;
}
@media screen and (max-width: 430px) {
  .sns-section__description {
    font-size: var(--font-size-small-sp);
  }
}
.sns-section__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.mailmag-section {
  flex: 1;
}
.mailmag-section__card {
  background-color: var(--color-white);
  border: 1px solid var(--color-primary-light);
  border-radius: var(--radius-medium);
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.mailmag-section__title {
  font-family: var(--font-family-base);
  font-weight: 700;
  font-size: var(--font-size-h2-pc);
  line-height: 1.2;
  color: var(--color-primary);
  margin: 0;
}
@media screen and (max-width: 430px) {
  .mailmag-section__title {
    font-size: var(--font-size-h2-sp);
  }
}
.mailmag-section__description {
  font-family: var(--font-family-base);
  font-weight: 500;
  font-size: var(--font-size-small-pc);
  line-height: 1.8;
  color: var(--color-text);
  margin: 0;
}
@media screen and (max-width: 430px) {
  .mailmag-section__description {
    font-size: var(--font-size-small-sp);
  }
}
.mailmag-section__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 19px 31px;
  background-color: var(--color-white);
  border: 1px solid var(--color-primary-light);
  border-radius: var(--radius-xlarge);
  text-decoration: none;
  transition: all 0.3s ease;
}
.mailmag-section__button:hover {
  background-color: var(--color-bg-pale);
  transform: translateY(-2px);
}
.mailmag-section__icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}
.mailmag-section__button-text {
  font-family: var(--font-family-base);
  font-weight: 700;
  font-size: var(--font-size-body-pc);
  line-height: 1.2;
  color: var(--color-text);
  text-align: center;
}
@media screen and (max-width: 430px) {
  .mailmag-section__button-text {
    font-size: var(--font-size-body-sp);
  }
}

.page-content--search-by-purpose {
  padding: 6rem 0 20rem;
  max-width: 130rem;
}
@media screen and (max-width: 430px) {
  .page-content--search-by-purpose {
    padding: 2rem 0 6rem;
  }
}

.search-by-purpose {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 768px) {
  .search-by-purpose {
    gap: 4rem;
  }
}
@media screen and (max-width: 430px) {
  .search-by-purpose {
    flex-direction: column;
    gap: 3rem;
  }
}

.search-by-purpose__nav {
  flex-shrink: 0;
  width: 45.6rem;
  pointer-events: none;
}
@media screen and (max-width: 430px) {
  .search-by-purpose__nav {
    width: 100%;
  }
}

.purpose-nav {
  list-style: none;
  padding: 2rem 0;
  margin: 0;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  border-radius: 4rem;
  overflow: hidden;
  pointer-events: auto;
}
@media screen and (max-width: 430px) {
  .purpose-nav {
    position: static;
    display: flex;
    flex-direction: column;
    gap: 0;
    border-radius: 1rem;
  }
}
.purpose-nav__item {
  border-bottom: 0.1rem solid var(--color-border);
}
.purpose-nav__item:first-child {
  border-top: 0.1rem solid var(--color-border);
}
@media screen and (max-width: 430px) {
  .purpose-nav__item {
    border: 0.1rem solid var(--color-border);
    border-radius: 0.8rem;
  }
  .purpose-nav__item:first-child {
    border-top: 0.1rem solid var(--color-border);
  }
}
.purpose-nav__item.is-active .purpose-nav__link {
  color: var(--color-primary);
}
@media screen and (max-width: 430px) {
  .purpose-nav__item.is-active .purpose-nav__link {
    color: var(--color-black);
  }
}
.purpose-nav__item.is-active .purpose-nav__link::after {
  width: 1.2rem;
  height: 1.2rem;
  background: var(--color-primary);
}
@media screen and (max-width: 430px) {
  .purpose-nav__item.is-active .purpose-nav__link::after {
    width: 0.5rem;
    height: 0.5rem;
    background: var(--color-neutral-400);
  }
}
.purpose-nav__link {
  display: block;
  padding: 1rem 1.4rem 1rem 6.4rem;
  color: var(--color-text);
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: var(--font-weight-bold);
  transition: all 0.3s ease;
  position: relative;
}
.purpose-nav__link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 2.8rem;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: var(--color-primary-50);
  transition: height 0.3s ease;
}
@supports (hanging-punctuation: first) {
  .purpose-nav__link:has(ruby)::after {
    top: calc(50% + 0.4em);
  }
}
.purpose-nav__link::before {
  display: none;
}
.purpose-nav__link:hover {
  background: rgba(0, 162, 227, 0.05);
}
@media screen and (max-width: 430px) {
  .purpose-nav__link {
    padding: 1rem 4rem 1rem 3.8rem;
    font-size: 1.3rem;
  }
  .purpose-nav__link::after {
    left: 1.6rem;
    width: 0.5rem;
    height: 0.5rem;
    background: var(--color-neutral-400);
  }
  .purpose-nav__link::before {
    content: "";
    position: absolute;
    right: 1rem;
    display: inline-block;
    width: 2.4rem;
    height: 2.4rem;
    background-image: url('data:image/svg+xml;utf8,<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.0479 7.4795C10.6115 6.87253 11.5609 6.83698 12.168 7.40039L20.3516 15L12.168 22.5996C11.5609 23.163 10.6115 23.1275 10.0479 22.5205C9.48444 21.9134 9.51999 20.964 10.127 20.4004L15.9424 15L10.127 9.59961C9.51999 9.036 9.48444 8.08657 10.0479 7.4795Z" fill="%2300A2E3" /></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    aspect-ratio: 1/1;
    transform: rotate(90deg);
  }
}

.search-by-purpose__content {
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
  min-width: 0;
}
@media screen and (max-width: 430px) {
  .search-by-purpose__content {
    gap: 2rem;
  }
}

.purpose-section {
  display: flex;
  flex-direction: column;
  width: 81.4rem;
  scroll-margin-top: 10rem;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 430px) {
  .purpose-section {
    width: 100%;
    border-radius: 1rem;
  }
}
.purpose-section__title {
  font-size: 2.2rem;
  font-weight: var(--font-weight-bold);
  color: var(--color-primary);
  background: var(--color-primary-10);
  padding: 1.6rem 2rem;
  border-bottom: 0.1rem solid var(--color-primary);
  line-height: 1.2;
}
@media screen and (max-width: 430px) {
  .purpose-section__title {
    font-size: 1.6rem;
  }
}

.purpose-card-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 1rem 1.4rem 3rem;
}
@media screen and (max-width: 430px) {
  .purpose-card-list {
    gap: 1.6rem;
    padding: 1rem 1.6rem 2rem;
  }
}

.purpose-card {
  background: #fff;
  border: 0.1rem solid var(--color-border);
  border-radius: 1.2rem;
  padding: 2rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.4rem;
  transition: all 0.3s ease;
}
.purpose-card:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 430px) {
  .purpose-card {
    padding: 1.5rem 0;
    gap: 1.6rem;
  }
}
.purpose-card__title {
  font-size: 2.2rem;
  font-weight: var(--font-weight-bold);
  color: var(--color-text);
  line-height: 1.6;
  flex: 1;
  margin: 0;
}
.purpose-card__title:hover {
  color: var(--color-primary);
}
.purpose-card__title:hover .link {
  text-decoration: underline;
}
@media screen and (max-width: 430px) {
  .purpose-card__title {
    width: 80%;
    font-size: 1.5rem;
  }
}
.purpose-card__title .link {
  display: block;
  color: var(--color-primary);
  font-size: 1.6rem;
  font-weight: 500;
  word-break: break-word;
}
@media screen and (max-width: 430px) {
  .purpose-card__title .link {
    font-size: 1.2rem;
  }
}
.purpose-card__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  padding: 1.2rem 3rem 1.2rem 2rem;
  min-width: 18rem;
  max-width: 28.5rem;
  background-color: var(--color-primary);
  border-radius: 4rem;
  color: var(--color-white);
  font-size: 1.4rem;
  font-weight: 600;
  transition: all 0.3s ease;
}
@supports (hanging-punctuation: first) {
  .purpose-card__button:has(ruby) {
    padding: 0.5rem 4rem 0.5rem 2rem;
  }
}
.purpose-card__button:hover {
  background-color: #0082b8;
  transform: translateY(-2px);
}
@supports (hanging-punctuation: first) {
  .purpose-card__button .label:has(ruby) {
    margin: 0 0 0.5em;
  }
}
.purpose-card__button .icon {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
}
@media screen and (max-width: 430px) {
  .purpose-card__button .icon {
    right: 50%;
    transform: translate(50%, -50%);
    width: 2rem;
    height: 2rem;
  }
}
.purpose-card__button .icon--outer-link path {
  fill: var(--color-white);
}
.purpose-card__button .icon--right-arrow {
  right: 1.5rem;
  width: 1rem;
  height: 1rem;
  stroke: var(--color-white);
}
@media screen and (max-width: 430px) {
  .purpose-card__button .icon--right-arrow {
    right: 50%;
    transform: translate(50%, -50%);
    width: 1rem;
    height: 1rem;
  }
}
@media screen and (max-width: 430px) {
  .purpose-card__button {
    min-width: 3.5rem;
    height: 3.5rem;
    padding: 0;
  }
  @supports (hanging-punctuation: first) {
    .purpose-card__button:has(ruby) {
      padding: 0;
    }
  }
  .purpose-card__button .label {
    display: none;
  }
  .purpose-card__button svg {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.page-content--useful-information {
  padding: 0 0 8rem;
  max-width: 130rem;
}
.page-content--useful-information .description {
  max-width: 100rem;
  margin: 0 auto;
  padding: 7rem 10rem;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 430px) {
  .page-content--useful-information .description {
    font-size: 1.4rem;
    padding: 3rem 2rem;
  }
}
.page-content--useful-information .information-container {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 430px) {
  .page-content--useful-information .information-container {
    flex-direction: column;
    gap: 3rem;
  }
}
.page-content--useful-information .information__nav {
  flex-shrink: 0;
  width: 45.6rem;
  pointer-events: none;
}
@media screen and (max-width: 430px) {
  .page-content--useful-information .information__nav {
    width: 100%;
  }
}
.page-content--useful-information .information-nav-list {
  position: sticky;
  top: 12rem;
  list-style: none;
  padding: 2rem 0;
  margin: 0;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  border-radius: 4rem;
  overflow: hidden;
  pointer-events: auto;
}
@media screen and (max-width: 430px) {
  .page-content--useful-information .information-nav-list {
    position: static;
    display: flex;
    flex-direction: column;
    gap: 0;
    border-radius: 1rem;
  }
}
.page-content--useful-information .information-nav-list .information-nav-item {
  border-bottom: 0.1rem solid var(--color-border);
}
.page-content--useful-information .information-nav-list .information-nav-item:first-child {
  border-top: 0.1rem solid var(--color-border);
}
@media screen and (max-width: 430px) {
  .page-content--useful-information .information-nav-list .information-nav-item {
    border: 0.1rem solid var(--color-border);
    border-radius: 0.8rem;
  }
  .page-content--useful-information .information-nav-list .information-nav-item:first-child {
    border-top: 0.1rem solid var(--color-border);
  }
}
.page-content--useful-information .information-nav-list .information-nav-item.is-active .information-nav-item__link {
  color: var(--color-primary);
}
@media screen and (max-width: 430px) {
  .page-content--useful-information .information-nav-list .information-nav-item.is-active .information-nav-item__link {
    color: var(--color-black);
  }
}
.page-content--useful-information .information-nav-list .information-nav-item.is-active .information-nav-item__link::after {
  width: 1.2rem;
  height: 1.2rem;
  background: var(--color-primary);
}
@media screen and (max-width: 430px) {
  .page-content--useful-information .information-nav-list .information-nav-item.is-active .information-nav-item__link::after {
    width: 0.5rem;
    height: 0.5rem;
    background: var(--color-neutral-400);
  }
}
.page-content--useful-information .information-nav-list .information-nav-item__link {
  display: block;
  padding: 1rem 1.4rem 1rem 6.4rem;
  color: var(--color-text);
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: var(--font-weight-bold);
  transition: all 0.3s ease;
  position: relative;
}
.page-content--useful-information .information-nav-list .information-nav-item__link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 2.8rem;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: var(--color-primary-50);
  transition: height 0.3s ease;
}
@supports (hanging-punctuation: first) {
  .page-content--useful-information .information-nav-list .information-nav-item__link:has(ruby)::after {
    top: calc(50% + 0.4em);
  }
}
.page-content--useful-information .information-nav-list .information-nav-item__link::before {
  display: none;
}
.page-content--useful-information .information-nav-list .information-nav-item__link:hover {
  background: rgba(0, 162, 227, 0.05);
}
@media screen and (max-width: 430px) {
  .page-content--useful-information .information-nav-list .information-nav-item__link {
    padding: 1rem 4rem 1rem 3.8rem;
    font-size: 1.3rem;
  }
  .page-content--useful-information .information-nav-list .information-nav-item__link::after {
    left: 1.6rem;
    width: 0.5rem;
    height: 0.5rem;
    background: var(--color-neutral-400);
  }
  .page-content--useful-information .information-nav-list .information-nav-item__link::before {
    content: "";
    position: absolute;
    right: 1rem;
    display: inline-block;
    width: 2.4rem;
    height: 2.4rem;
    background-image: url('data:image/svg+xml;utf8,<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.0479 7.4795C10.6115 6.87253 11.5609 6.83698 12.168 7.40039L20.3516 15L12.168 22.5996C11.5609 23.163 10.6115 23.1275 10.0479 22.5205C9.48444 21.9134 9.51999 20.964 10.127 20.4004L15.9424 15L10.127 9.59961C9.51999 9.036 9.48444 8.08657 10.0479 7.4795Z" fill="%2300A2E3" /></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    aspect-ratio: 1/1;
    transform: rotate(90deg);
  }
}
.page-content--useful-information .information__content {
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
  min-width: 0;
}
@media screen and (max-width: 430px) {
  .page-content--useful-information .information__content {
    gap: 2rem;
  }
}
.page-content--useful-information .information-section {
  display: flex;
  flex-direction: column;
  width: 81.4rem;
  scroll-margin-top: 10rem;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 430px) {
  .page-content--useful-information .information-section {
    width: 100%;
    border-radius: 1rem;
  }
}
.page-content--useful-information .information-section__header {
  background: var(--color-primary-10);
  padding: 1.6rem 2rem;
  border-bottom: 0.1rem solid var(--color-primary);
}
@media screen and (max-width: 430px) {
  .page-content--useful-information .information-section__header {
    font-size: 1.6rem;
  }
}
.page-content--useful-information .information-section__title {
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: var(--font-weight-bold);
  color: var(--color-primary);
}
@media screen and (max-width: 430px) {
  .page-content--useful-information .information-section__title {
    font-size: 1.8rem;
  }
}
.page-content--useful-information .information-section__description {
  font-size: 1.6rem;
  color: var(--color-primary);
  margin: 1rem 0 0;
  font-weight: 500;
}
@media screen and (max-width: 430px) {
  .page-content--useful-information .information-section__description {
    font-size: 1.4rem;
  }
}
.page-content--useful-information .information-card-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 1rem 3rem 3rem;
}
@media screen and (max-width: 430px) {
  .page-content--useful-information .information-card-list {
    gap: 0;
    padding: 0 1.6rem;
  }
}
.page-content--useful-information .information-card {
  background: #fff;
  border: 0.1rem solid var(--color-border);
  padding: 2rem 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2.4rem;
  transition: all 0.3s ease;
}
.page-content--useful-information .information-card:not(:last-child) {
  border-bottom: 1px solid var(--color-neutral-100);
}
.page-content--useful-information .information-card:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 430px) {
  .page-content--useful-information .information-card {
    padding: 2rem 0 3rem;
    gap: 1rem;
  }
}
.page-content--useful-information .information-card__title {
  flex: 1;
  margin: 0;
}
@media screen and (max-width: 430px) {
  .page-content--useful-information .information-card__title {
    width: 80%;
    font-size: 1.6rem;
  }
}
.page-content--useful-information .information-card__title h3 {
  font-size: 2.2rem;
  font-weight: var(--font-weight-bold);
  color: var(--color-text);
  line-height: 1.6;
}
@media screen and (max-width: 430px) {
  .page-content--useful-information .information-card__title h3 {
    font-size: 1.6rem;
  }
}
.page-content--useful-information .information-card__title p {
  font-size: 1.6rem;
  color: var(--color-text);
}
.page-content--useful-information .information-card__title .link {
  display: block;
  color: var(--color-primary);
  font-size: 1.2rem;
}
.page-content--useful-information .information-card__contents {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 430px) {
  .page-content--useful-information .information-card__contents {
    width: calc(100% - 4rem);
  }
}
.page-content--useful-information .information-card__contents__title {
  font-size: 2rem;
}
@media screen and (max-width: 430px) {
  .page-content--useful-information .information-card__contents__title {
    font-size: 1.6rem;
  }
}
.page-content--useful-information .information-card__contents__title:hover {
  color: var(--color-primary);
}
.page-content--useful-information .information-card__contents__link {
  font-size: 1.4rem;
  color: var(--color-primary);
  word-break: break-word;
}
@media screen and (max-width: 430px) {
  .page-content--useful-information .information-card__contents__link {
    font-size: 1.2rem;
  }
}
.page-content--useful-information .information-card__contents__link:hover {
  text-decoration: underline;
}
.page-content--useful-information .information-card__contents__description {
  font-size: 1.6rem;
  color: var(--color-text);
  line-height: 1.6;
  margin: 1.5rem 0 0;
}
@media screen and (max-width: 430px) {
  .page-content--useful-information .information-card__contents__description {
    font-size: 1.4rem;
  }
}
.page-content--useful-information .information-card__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem 4rem 1.2rem 2rem;
  min-width: 18rem;
  max-width: 28.5rem;
  background-color: var(--color-primary);
  border-radius: 4rem;
  color: var(--color-white);
  font-size: 1.4rem;
  font-weight: 600;
  transition: all 0.3s ease;
}
@supports (hanging-punctuation: first) {
  .page-content--useful-information .information-card__button:has(ruby) {
    padding: 0.5rem 4rem 0.5rem 2rem;
  }
}
.page-content--useful-information .information-card__button:hover {
  background-color: #0082b8;
  transform: translateY(-2px);
}
@supports (hanging-punctuation: first) {
  .page-content--useful-information .information-card__button .label:has(ruby) {
    margin: 0 0 0.5em;
  }
}
.page-content--useful-information .information-card__button .icon {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
}
@media screen and (max-width: 430px) {
  .page-content--useful-information .information-card__button .icon {
    right: 50%;
    transform: translate(50%, -50%);
    width: 2rem;
    height: 2rem;
  }
}
.page-content--useful-information .information-card__button .icon path {
  fill: var(--color-white);
}
@media screen and (max-width: 430px) {
  .page-content--useful-information .information-card__button {
    min-width: 3.5rem;
    height: 3.5rem;
    padding: 0;
  }
  @supports (hanging-punctuation: first) {
    .page-content--useful-information .information-card__button:has(ruby) {
      padding: 0;
    }
  }
  .page-content--useful-information .information-card__button .label {
    display: none;
  }
  .page-content--useful-information .information-card__button svg {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.page-content--learning {
  max-width: 100rem;
  margin: 0 auto;
  padding: 4rem 0 12rem;
}
@media screen and (max-width: 430px) {
  .page-content--learning {
    padding: 0 2rem 6rem;
  }
}
.page-content--learning .learing-section-list {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.page-content--learning .learing-section-list .learing-section-block {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 7.5rem;
  padding: 8rem 0 6rem;
}
@media screen and (max-width: 430px) {
  .page-content--learning .learing-section-list .learing-section-block {
    gap: 3.5rem;
    padding: 5rem 0 6rem;
  }
}
.page-content--learning .learing-section-list .learing-section-block__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 430px) {
  .page-content--learning .learing-section-list .learing-section-block__title {
    font-size: 2.2rem;
  }
}
.page-content--learning .learing-section-list .learing-section-block__contents-area {
  display: flex;
  align-items: flex-start;
  gap: 6.5rem;
}
.page-content--learning .learing-section-list .learing-section-block__contents-area--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 430px) {
  .page-content--learning .learing-section-list .learing-section-block__contents-area {
    flex-direction: column;
    gap: 2.5rem;
  }
}
.page-content--learning .learing-section-list .learing-section-block__visual {
  width: 47rem;
  aspect-ratio: 47/28;
  border-radius: 2rem;
  background-color: var(--color-primary);
  overflow: hidden;
}
@media screen and (max-width: 430px) {
  .page-content--learning .learing-section-list .learing-section-block__visual {
    width: 100%;
  }
}
.page-content--learning .learing-section-list .learing-section-block__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-content--learning .learing-section-list .learing-section-block__body {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  flex: 1;
}
@media screen and (max-width: 430px) {
  .page-content--learning .learing-section-list .learing-section-block__body {
    gap: 1.5rem;
  }
}
.page-content--learning .learing-section-list .learing-section-block__body .title,
.page-content--learning .learing-section-list .learing-section-block__body h3 {
  font-size: 2.2rem;
  font-weight: var(--font-weight-bold);
  color: var(--color-primary);
}
@media screen and (max-width: 430px) {
  .page-content--learning .learing-section-list .learing-section-block__body .title,
  .page-content--learning .learing-section-list .learing-section-block__body h3 {
    font-size: 1.8rem;
  }
}
.page-content--learning .learing-section-list .learing-section-block__body .desc,
.page-content--learning .learing-section-list .learing-section-block__body p {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 430px) {
  .page-content--learning .learing-section-list .learing-section-block__body .desc,
  .page-content--learning .learing-section-list .learing-section-block__body p {
    font-size: 1.4rem;
  }
}

.page-content--multicultural {
  position: relative;
  max-width: 100rem;
  margin: 0 auto;
  padding: 10rem 0 12rem;
}
@media screen and (max-width: 430px) {
  .page-content--multicultural {
    padding: 4rem 2rem 6rem;
  }
}
.page-content--multicultural .noise-wave-bg {
  height: 65rem;
}
@media screen and (max-width: 430px) {
  .page-content--multicultural .noise-wave-bg {
    top: -2rem;
    height: 35rem;
  }
}
.page-content--multicultural .contents-area {
  display: flex;
  flex-direction: column;
  background-color: var(--color-white);
  border-radius: 3rem;
  border: 1px solid var(--color-primary-200);
  padding: 6.5rem 4.5rem 5rem;
  margin: 3rem 0 0;
}
@media screen and (max-width: 430px) {
  .page-content--multicultural .contents-area {
    border-radius: 2rem;
    padding: 4.5rem 1.5rem 2rem;
    margin: 0;
  }
}
.page-content--multicultural .contents-area .contents__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-content--multicultural .contents-area .contents__title h2 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 430px) {
  .page-content--multicultural .contents-area .contents__title h2 {
    font-size: 1.8rem;
  }
}
.page-content--multicultural .contents-area .contents__title .wave-path {
  width: 41.4rem;
}
@media screen and (max-width: 430px) {
  .page-content--multicultural .contents-area .contents__title .wave-path {
    width: 20.4rem;
  }
}
.page-content--multicultural .contents-area .contents__description {
  margin: 4.5rem 0 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 430px) {
  .page-content--multicultural .contents-area .contents__description {
    font-size: 1.4rem;
    margin: 1.5rem 0 0;
  }
}
.page-content--multicultural .contents-area .information-list {
  display: flex;
  gap: 2rem;
  flex-direction: column;
  margin: 5rem 0 0;
}
.page-content--multicultural .contents-area .information-box {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
  border-radius: 2rem;
  padding: 3.2rem 3.5rem;
  background-color: var(--color-primary-20);
}
@media screen and (max-width: 430px) {
  .page-content--multicultural .contents-area .information-box {
    border-radius: 1.2rem;
    padding: 1.5rem 1.2rem;
    gap: 1rem;
  }
}
.page-content--multicultural .contents-area .information-title {
  font-size: 2.2rem;
  color: var(--color-primary);
}
@media screen and (max-width: 430px) {
  .page-content--multicultural .contents-area .information-title {
    font-size: 1.6rem;
  }
}
.page-content--multicultural .contents-area .information-title:hover {
  text-decoration: underline;
}
.page-content--multicultural .contents-area .information-description {
  font-size: 1.6rem;
  line-height: 2;
  margin: 1.5rem 0 0;
}
@media screen and (max-width: 430px) {
  .page-content--multicultural .contents-area .information-description {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.page-content--multicultural .contents-area .information-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  padding: 1.2rem 3rem 1.2rem 2rem;
  min-width: 18rem;
  max-width: 28.5rem;
  background-color: var(--color-primary);
  border-radius: 4rem;
  color: var(--color-white);
  font-size: 1.4rem;
  font-weight: 600;
  transition: all 0.3s ease;
}
.page-content--multicultural .contents-area .information-button:hover {
  background-color: #0082b8;
  transform: translateY(-2px);
}
.page-content--multicultural .contents-area .information-button .icon {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
}
@media screen and (max-width: 430px) {
  .page-content--multicultural .contents-area .information-button .icon {
    right: 50%;
    transform: translate(50%, -50%);
    width: 2rem;
    height: 2rem;
  }
}
.page-content--multicultural .contents-area .information-button .icon--outer-link path {
  fill: var(--color-white);
}
.page-content--multicultural .contents-area .information-button .icon--right-arrow {
  right: 1.5rem;
  width: 1rem;
  height: 1rem;
  stroke: var(--color-white);
}
@media screen and (max-width: 430px) {
  .page-content--multicultural .contents-area .information-button .icon--right-arrow {
    right: 50%;
    transform: translate(50%, -50%);
    width: 1rem;
    height: 1rem;
  }
}
@media screen and (max-width: 430px) {
  .page-content--multicultural .contents-area .information-button {
    min-width: 3.5rem;
    height: 3.5rem;
    padding: 0;
  }
  .page-content--multicultural .contents-area .information-button .label {
    display: none;
  }
  .page-content--multicultural .contents-area .information-button svg {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.page-content--language-course {
  max-width: 100rem;
  margin: 0 auto;
  padding: 0 0 8rem;
}
@media screen and (max-width: 430px) {
  .page-content--language-course {
    padding: 0 2rem 6rem;
  }
}

.language-course-section {
  position: relative;
  padding: 7.2rem 0 8rem;
}
@media screen and (max-width: 430px) {
  .language-course-section {
    padding: 2rem 0 3rem;
  }
}
.language-course-section__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 8rem;
}
@media screen and (max-width: 430px) {
  .language-course-section__title {
    font-size: 2.2rem;
    margin-bottom: 5rem;
  }
}
.language-course-section .language-course-block {
  display: flex;
  border-radius: 4rem;
  overflow: hidden;
  box-shadow: 0 0.8rem 2.4rem rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  margin-bottom: 4rem;
  background-color: var(--color-white);
  border: 1px solid var(--color-primary-50);
}
@media screen and (max-width: 430px) {
  .language-course-section .language-course-block {
    flex-direction: column;
    border-radius: 2rem;
  }
}
.language-course-section .language-course-block__visual-column {
  width: 37.5rem;
  height: 36rem;
  flex-shrink: 0;
  background-color: var(--color-primary-50);
}
@media screen and (max-width: 430px) {
  .language-course-section .language-course-block__visual-column {
    width: 100%;
    height: 21rem;
  }
}
.language-course-section .language-course-block__visual-column img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.language-course-section .language-course-block__body-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3rem 4rem;
}
@media screen and (max-width: 430px) {
  .language-course-section .language-course-block__body-column {
    padding: 3rem 1.8rem;
    gap: 2rem;
  }
}
.language-course-section .language-course-block__course-tag {
  display: block;
  padding: 1.3rem 2rem;
  font-size: 1.8rem;
  border-radius: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 430px) {
  .language-course-section .language-course-block__course-tag {
    font-size: 1.4rem;
    padding: 0.8rem 1.6rem;
    border-radius: 0.8rem;
  }
}
.language-course-section .language-course-block__course-tag--spring {
  background-color: var(--color-season-spring-bg);
  color: var(--color-season-spring-text);
}
.language-course-section .language-course-block__course-tag--summer {
  background-color: var(--color-season-summer-bg);
  color: var(--color-season-summer-text);
}
.language-course-section .language-course-block__course-tag--autumn {
  background-color: var(--color-season-autumn-bg);
  color: var(--color-season-autumn-text);
}
.language-course-section .language-course-block__course-tag--winter {
  background-color: var(--color-season-winter-bg);
  color: var(--color-season-winter-text);
}
.language-course-section .language-course-block__course-title {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  font-size: 2.8rem;
  font-weight: bold;
}
@media screen and (max-width: 430px) {
  .language-course-section .language-course-block__course-title {
    font-size: 1.8rem;
  }
}
.language-course-section .language-course-block__course-description {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 430px) {
  .language-course-section .language-course-block__course-description {
    font-size: 1.4rem;
  }
}
.language-course-section .no-open-course-message {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--color-primary);
  padding: 6rem 2rem;
  border-radius: 4rem;
  font-weight: bold;
  background: var(--color-primary-10);
}
@media screen and (max-width: 430px) {
  .language-course-section .no-open-course-message {
    font-size: 1.4rem;
    border-radius: 2rem;
  }
}

.community-interpreter-section {
  padding: 5rem 0;
}
@media screen and (max-width: 430px) {
  .community-interpreter-section {
    padding: 3rem 0;
  }
}
.community-interpreter-section .community-interpreter-box {
  display: flex;
  gap: 4rem;
  flex-direction: column;
  align-items: center;
  background: #FFF9D9;
  border-radius: 4rem;
  padding: 6rem 7rem 5rem;
}
@media screen and (max-width: 430px) {
  .community-interpreter-section .community-interpreter-box {
    gap: 3rem;
    border-radius: 2rem;
    padding: 4.5rem 1.5rem;
  }
}
.community-interpreter-section .community-interpreter-box__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 430px) {
  .community-interpreter-section .community-interpreter-box__title {
    font-size: 2.2rem;
  }
}
.community-interpreter-section .community-interpreter-box__body {
  display: flex;
  gap: 5.8rem;
}
@media screen and (max-width: 430px) {
  .community-interpreter-section .community-interpreter-box__body {
    gap: 1.8rem;
    align-items: center;
    flex-direction: column;
  }
}
.community-interpreter-section .community-interpreter-box__visual {
  width: 29.5rem;
  height: 19.5rem;
}
.community-interpreter-section .community-interpreter-box__visual img {
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 430px) {
  .community-interpreter-section .community-interpreter-box__visual img {
    width: 80%;
    height: auto;
  }
}
.community-interpreter-section .community-interpreter-box__description {
  flex: 1;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 430px) {
  .community-interpreter-section .community-interpreter-box__description {
    font-size: 1.4rem;
  }
}

.page-content--language-course-detail {
  max-width: 100rem;
  margin: 0 auto;
  padding: 4rem 0 0;
}
@media screen and (max-width: 430px) {
  .page-content--language-course-detail {
    padding: 0 2rem;
  }
}
.page-content--language-course-detail .language-course-detail {
  padding: 0 0 6rem;
}
@media screen and (max-width: 430px) {
  .page-content--language-course-detail .language-course-detail {
    padding: 0 0 10rem;
  }
}
.page-content--language-course-detail .language-course-detail__header {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 0 6rem 4.5rem;
}
@media screen and (max-width: 430px) {
  .page-content--language-course-detail .language-course-detail__header {
    padding: 2rem 0 4rem;
  }
}
.page-content--language-course-detail .language-course-detail__header__course-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
.page-content--language-course-detail .language-course-detail__header__course-tag {
  display: block;
  padding: 1.3rem 2rem;
  font-size: 1.8rem;
  border-radius: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 430px) {
  .page-content--language-course-detail .language-course-detail__header__course-tag {
    font-size: 1.4rem;
    padding: 0.8rem 1.6rem;
    border-radius: 0.8rem;
  }
}
.page-content--language-course-detail .language-course-detail__header__course-tag--spring {
  background-color: var(--color-season-spring-bg);
  color: var(--color-season-spring-text);
}
.page-content--language-course-detail .language-course-detail__header__course-tag--summer {
  background-color: var(--color-season-summer-bg);
  color: var(--color-season-summer-text);
}
.page-content--language-course-detail .language-course-detail__header__course-tag--autumn {
  background-color: var(--color-season-autumn-bg);
  color: var(--color-season-autumn-text);
}
.page-content--language-course-detail .language-course-detail__header__course-tag--winter {
  background-color: var(--color-season-winter-bg);
  color: var(--color-season-winter-text);
}
.page-content--language-course-detail .language-course-detail__header__course-title-text {
  font-size: 3.2rem;
}
@media screen and (max-width: 430px) {
  .page-content--language-course-detail .language-course-detail__header__course-title-text {
    font-size: 2.2rem;
  }
}
.page-content--language-course-detail .language-course-detail__header__course-description {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 430px) {
  .page-content--language-course-detail .language-course-detail__header__course-description {
    font-size: 1.4rem;
  }
}
.page-content--language-course-detail .language-course-detail__contents {
  border: 1px solid var(--color-primary-200);
  border-radius: 2rem;
  padding: 4.5rem 6rem;
}
@media screen and (max-width: 430px) {
  .page-content--language-course-detail .language-course-detail__contents {
    border-radius: 1rem;
    padding: 2.5rem 2rem;
  }
}
.page-content--language-course-detail .language-course-detail__contents .contents-block {
  display: flex;
  padding: 3.5rem 0 4rem;
}
@media screen and (max-width: 430px) {
  .page-content--language-course-detail .language-course-detail__contents .contents-block {
    gap: 2.5rem;
    padding: 2rem 0 3rem;
    flex-direction: column;
  }
}
.page-content--language-course-detail .language-course-detail__contents .contents-block:first-child {
  padding: 0 0 4rem;
}
.page-content--language-course-detail .language-course-detail__contents .contents-block:not(:last-child) {
  border-bottom: 1px solid var(--color-primary-200);
}
.page-content--language-course-detail .language-course-detail__contents .contents-block__label {
  font-size: 2rem;
  font-weight: bold;
  color: var(--color-primary);
  width: 20rem;
}
@media screen and (max-width: 430px) {
  .page-content--language-course-detail .language-course-detail__contents .contents-block__label {
    width: auto;
    font-size: 1.6rem;
  }
}
.page-content--language-course-detail .language-course-detail__contents .contents-block__body {
  flex: 1;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 430px) {
  .page-content--language-course-detail .language-course-detail__contents .contents-block__body {
    font-size: 1.4rem;
  }
}
.page-content--language-course-detail .language-course-detail__contents .contents-block__body a {
  color: var(--color-primary);
  text-decoration: underline;
}
.page-content--language-course-detail .language-course-detail__footer {
  display: flex;
  justify-content: center;
  padding-top: 6rem;
}
.page-content--language-course-detail .language-course-section {
  position: relative;
  padding: 7.2rem 0 8rem;
}
@media screen and (max-width: 430px) {
  .page-content--language-course-detail .language-course-section {
    padding: 10rem 0 2rem;
  }
}
.page-content--language-course-detail .language-course-section__title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 8rem;
}
@media screen and (max-width: 430px) {
  .page-content--language-course-detail .language-course-section__title {
    font-size: 2.2rem;
    margin-bottom: 5rem;
  }
}

.page-content--contact {
  padding: 10rem 0 10rem;
}
@media screen and (max-width: 430px) {
  .page-content--contact {
    padding: 4rem 0 6rem;
  }
}

.contact-container {
  max-width: 76rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.contact-title {
  font-size: 3.2rem;
  line-height: 1;
  color: var(--color-primary);
  text-align: center;
}
@media screen and (max-width: 430px) {
  .contact-title {
    font-size: 2.2rem;
  }
}

.contact-lead {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.8;
  margin: 6.5rem 0 5rem;
  color: var(--color-text);
}
@media screen and (max-width: 430px) {
  .contact-lead {
    font-size: 1.6rem;
    margin: 2.5rem 0 3rem;
  }
}

.contact-form {
  background: #fff;
}

.form-group {
  margin-bottom: 4rem;
}
.form-group--privacy {
  margin-bottom: 5rem;
}
@media screen and (max-width: 430px) {
  .form-group {
    margin-bottom: 3rem;
  }
  .form-group--privacy {
    margin-bottom: 4rem;
  }
}

.form-phone-group {
  width: 65%;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
@media screen and (max-width: 430px) {
  .form-phone-group {
    width: 100%;
    gap: 0.5rem;
  }
}

.form-label {
  display: block;
  font-size: 2rem;
  font-weight: var(--font-weight-bold);
  color: var(--color-text);
  margin-bottom: 1rem;
  line-height: 1.6;
}
@media screen and (max-width: 430px) {
  .form-label {
    font-size: 1.5rem;
    margin-bottom: 0.8rem;
  }
}

.form-required {
  display: inline-block;
  background: var(--color-primary);
  color: #fff;
  font-size: 1.6rem;
  font-weight: var(--font-weight-bold);
  padding: 0.2rem 0.8rem;
  border-radius: 0.3rem;
  margin-left: 0.8rem;
  vertical-align: middle;
}
@media screen and (max-width: 430px) {
  .form-required {
    font-size: 1.1rem;
    padding: 0.2rem 0.6rem;
    margin-left: 0.6rem;
  }
}
.form-required:has(ruby) {
  padding: 1.2rem 0.8rem 0.5rem;
  transform: translateY(-0.25em);
}
@supports (hanging-punctuation: first) {
  .form-required:has(ruby) {
    padding: 0.2rem 0.8rem;
    transform: translateY(-0.5em);
  }
}

.form-input,
.form-textarea {
  width: 100%;
  padding: 1.4rem 1.6rem;
  font-size: 1.6rem;
  line-height: 1.6;
  color: var(--color-text);
  background: #fff;
  border: 0.2rem solid var(--color-primary-100);
  border-radius: 1rem;
  transition: all 0.3s ease;
  font-family: var(--font-family-base);
}
.form-input::-moz-placeholder, .form-textarea::-moz-placeholder {
  color: #999;
}
.form-input::placeholder,
.form-textarea::placeholder {
  color: #999;
}
.form-input:focus,
.form-textarea:focus {
  outline: none;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 0.3rem rgba(0, 162, 227, 0.1);
}
@media screen and (max-width: 430px) {
  .form-input,
  .form-textarea {
    padding: 1.2rem 1.4rem;
    font-size: 1.5rem;
  }
}
.form-input:user-invalid,
.form-textarea:user-invalid {
  border-color: red;
}

.form-input {
  height: 6rem;
}
@media screen and (max-width: 430px) {
  .form-input {
    height: 4.6rem;
  }
}

.form-textarea {
  resize: vertical;
  min-height: 16rem;
}
@media screen and (max-width: 430px) {
  .form-textarea {
    min-height: 14rem;
  }
}

.error-message {
  display: block;
  margin-top: 0.5rem;
  font-size: 1.4rem;
  color: red;
}
@media screen and (max-width: 430px) {
  .error-message {
    font-size: 1.2rem;
  }
}

.form-checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  padding: 2rem 0;
}

.form-checkbox {
  width: 2rem;
  height: 2rem;
  border-radius: 0.5rem;
  border: 1px solid var(--color-primary-200);
  cursor: pointer;
  accent-color: var(--color-primary);
  flex-shrink: 0;
}
@media screen and (max-width: 430px) {
  .form-checkbox {
    width: 1.8rem;
    height: 1.8rem;
  }
}

.form-checkbox-label {
  font-size: 1.6rem;
  line-height: 1.6;
  color: var(--color-text);
  font-weight: 500;
  cursor: pointer;
  margin: 0;
}
@media screen and (max-width: 430px) {
  .form-checkbox-label {
    font-size: 1.4rem;
  }
}
.form-checkbox-label:has(ruby) {
  margin-top: -0.5em;
}
@supports (hanging-punctuation: first) {
  .form-checkbox-label:has(ruby) {
    margin-top: -1em;
  }
}

.form-privacy-link {
  font-size: 1.6rem;
  line-height: 1.6;
  color: var(--color-text);
  margin: 0;
}
.form-privacy-link a {
  color: var(--color-primary);
  text-decoration: underline;
}
.form-privacy-link a:hover {
  text-decoration: none;
}
@media screen and (max-width: 430px) {
  .form-privacy-link {
    font-size: 1.3rem;
  }
}

.form-submit {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 6.5rem;
}
@media screen and (max-width: 430px) {
  .form-submit {
    margin-top: 4rem;
  }
}

.button--large {
  min-width: 30rem;
  padding: 1.8rem 3.2rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 430px) {
  .button--large {
    padding: 1.6rem 2.4rem;
    font-size: 1.6rem;
  }
}

.page-content--event-post-detail {
  max-width: 100rem;
  margin: 0 auto;
  padding: 6rem 0 6.5rem;
}
@media screen and (max-width: 430px) {
  .page-content--event-post-detail {
    padding: 4rem 2rem 6rem;
  }
}
.page-content--event-post-detail .event-post-detail {
  padding: 0 0 6rem;
}
@media screen and (max-width: 430px) {
  .page-content--event-post-detail .event-post-detail {
    padding: 0 0 4rem;
  }
}
.page-content--event-post-detail .event-post-detail__header {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 0 6rem 4.5rem;
}
@media screen and (max-width: 430px) {
  .page-content--event-post-detail .event-post-detail__header {
    padding: 0 0 1.8rem;
  }
}
.page-content--event-post-detail .event-post-detail__header__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
.page-content--event-post-detail .event-post-detail__header__title-text {
  font-size: 3.2rem;
}
@media screen and (max-width: 430px) {
  .page-content--event-post-detail .event-post-detail__header__title-text {
    font-size: 2rem;
  }
}
.page-content--event-post-detail .event-post-detail__keyvisual {
  width: 100%;
  padding: 0 0 4rem;
}
@media screen and (max-width: 430px) {
  .page-content--event-post-detail .event-post-detail__keyvisual {
    padding: 0 0 1.8rem;
  }
}
.page-content--event-post-detail .event-post-detail__keyvisual img {
  width: 100%;
  border-radius: 2rem;
  aspect-ratio: 16/9;
  background-color: var(--color-primary-100);
  -o-object-fit: cover;
     object-fit: cover;
}
.page-content--event-post-detail .event-post-detail__contents {
  border: 1px solid var(--color-primary-200);
  border-radius: 2rem;
  padding: 4.5rem 6rem;
}
@media screen and (max-width: 430px) {
  .page-content--event-post-detail .event-post-detail__contents {
    border-radius: 1rem;
    padding: 2.5rem 2rem;
  }
}
.page-content--event-post-detail .event-post-detail__contents .contents-block {
  display: flex;
  padding: 3.5rem 0 4rem;
}
@media screen and (max-width: 430px) {
  .page-content--event-post-detail .event-post-detail__contents .contents-block {
    gap: 2.5rem;
    padding: 2rem 0 3rem;
    flex-direction: column;
  }
}
.page-content--event-post-detail .event-post-detail__contents .contents-block:first-child {
  padding: 0 0 4rem;
}
.page-content--event-post-detail .event-post-detail__contents .contents-block:last-child {
  padding: 3.5rem 0 1.5rem;
}
.page-content--event-post-detail .event-post-detail__contents .contents-block:not(:last-child) {
  border-bottom: 1px solid var(--color-primary-200);
}
.page-content--event-post-detail .event-post-detail__contents .contents-block__label {
  font-size: 2rem;
  font-weight: bold;
  color: var(--color-primary);
  width: 20rem;
}
@media screen and (max-width: 430px) {
  .page-content--event-post-detail .event-post-detail__contents .contents-block__label {
    width: auto;
    font-size: 1.6rem;
  }
}
.page-content--event-post-detail .event-post-detail__contents .contents-block__body {
  flex: 1;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 430px) {
  .page-content--event-post-detail .event-post-detail__contents .contents-block__body {
    font-size: 1.4rem;
  }
}
.page-content--event-post-detail .event-post-detail__contents .contents-block__body a {
  color: var(--color-primary);
  text-decoration: underline;
}

.event-list-container {
  position: relative;
  max-width: 100rem;
  margin: 0 auto;
  padding: 6rem 0 6rem;
}
@media screen and (max-width: 430px) {
  .event-list-container {
    padding: 4rem 0 6rem;
  }
}
.event-list-container .swiper {
  overflow: visible !important;
}

.page-content--news-post-detail {
  max-width: 100rem;
  margin: 0 auto;
  padding: 6rem 0 0;
}
@media screen and (max-width: 430px) {
  .page-content--news-post-detail {
    padding: 4rem 2rem 0;
  }
}
.page-content--news-post-detail .news-post-detail {
  padding: 0 0 6rem;
}
@media screen and (max-width: 430px) {
  .page-content--news-post-detail .news-post-detail {
    padding: 0 0 4.5rem;
  }
}
.page-content--news-post-detail .news-post-detail__header {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding: 0 12rem;
}
@media screen and (max-width: 430px) {
  .page-content--news-post-detail .news-post-detail__header {
    padding: 0;
    gap: 1rem;
  }
}
.page-content--news-post-detail .news-post-detail__header__date {
  font-size: 1.8rem;
  line-height: 1;
  color: var(--color-primary);
}
@media screen and (max-width: 430px) {
  .page-content--news-post-detail .news-post-detail__header__date {
    font-size: 1.4rem;
  }
}
.page-content--news-post-detail .news-post-detail__header__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  word-break: auto-phrase;
}
.page-content--news-post-detail .news-post-detail__header__title-text {
  font-size: 3rem;
}
@media screen and (max-width: 430px) {
  .page-content--news-post-detail .news-post-detail__header__title-text {
    font-size: 2rem;
    line-height: 1.8;
  }
}
.page-content--news-post-detail .news-post-detail__keyvisual {
  width: 100%;
  padding: 4.5rem 0 0;
}
@media screen and (max-width: 430px) {
  .page-content--news-post-detail .news-post-detail__keyvisual {
    padding: 1.5rem 0 0;
  }
}
.page-content--news-post-detail .news-post-detail__keyvisual img {
  width: 100%;
  border-radius: 2rem;
  aspect-ratio: 16/9;
  background-color: var(--color-primary-100);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 430px) {
  .page-content--news-post-detail .news-post-detail__keyvisual img {
    border-radius: 1rem;
  }
}
.page-content--news-post-detail .news-post-detail__contents {
  padding: 4.5rem 5rem 0;
}
@media screen and (max-width: 430px) {
  .page-content--news-post-detail .news-post-detail__contents {
    border-radius: 1rem;
    padding: 1.8rem 0 0;
  }
}
.page-content--news-post-detail .news-post-detail__contents .contents-block {
  display: flex;
  flex-direction: column;
  padding: 0 7rem 6rem;
  line-height: 1.8;
  font-size: 1.8rem;
  font-weight: normal;
}
@media screen and (max-width: 430px) {
  .page-content--news-post-detail .news-post-detail__contents .contents-block {
    gap: 2.5rem;
    font-size: 1.4rem;
    padding: 0 0 3rem;
    flex-direction: column;
  }
}
.page-content--news-post-detail .news-post-detail__contents .contents-block p {
  padding: 1rem 0;
}
.page-content--news-post-detail .news-post-detail__contents .contents-block a {
  color: var(--color-primary);
  text-decoration: underline;
}
.page-content--news-post-detail .news-post-detail__contents .image-block-list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding: 2rem 0;
}
.page-content--news-post-detail .news-post-detail__contents .image-block-list .image-block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 3rem 8rem;
  width: 100%;
  height: 54rem;
  background-color: var(--color-primary-10);
  border: 1px solid var(--color-primary-100);
  border-radius: 2rem;
}
@media screen and (max-width: 430px) {
  .page-content--news-post-detail .news-post-detail__contents .image-block-list .image-block {
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 1rem;
    padding: 2.5rem 2.5rem 8rem;
  }
}
.page-content--news-post-detail .news-post-detail__contents .image-block-list .image-block img {
  width: auto;
  height: 100%;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 430px) {
  .page-content--news-post-detail .news-post-detail__contents .image-block-list .image-block img {
    width: 65%;
    height: auto;
  }
}
.page-content--news-post-detail .news-post-detail__contents .image-block-list .image-block--portrait img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 430px) {
  .page-content--news-post-detail .news-post-detail__contents .image-block-list .image-block--portrait img {
    width: 65%;
    height: auto;
  }
}
.page-content--news-post-detail .news-post-detail__contents .image-block-list .image-block--square img {
  width: 65%;
  height: auto;
}
.page-content--news-post-detail .news-post-detail__contents .image-block-list .image-block--landscape img {
  width: 75%;
  height: auto;
}
@media screen and (max-width: 430px) {
  .page-content--news-post-detail .news-post-detail__contents .image-block-list .image-block--landscape img {
    width: 100%;
    height: auto;
  }
}
.page-content--news-post-detail .news-post-detail__contents .image-block-list .image-block .bottom-button-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  padding: 2rem;
}
@media screen and (max-width: 430px) {
  .page-content--news-post-detail .news-post-detail__contents .image-block-list .image-block .bottom-button-container {
    justify-content: center;
    padding: 1.2rem;
  }
}
.page-content--news-post-detail .news-post-detail__contents .image-block-list .image-block .bottom-button-container button {
  position: relative;
  display: flex;
  align-items: center;
  background: var(--color-primary);
  padding: 1.5rem 5rem 1.5rem 2.4rem;
  font-size: 1.4rem;
  color: var(--color-white);
  font-weight: bold;
  border-radius: 4rem;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 430px) {
  .page-content--news-post-detail .news-post-detail__contents .image-block-list .image-block .bottom-button-container button {
    padding: 1.5rem 5rem 1.5rem 2.4rem;
    font-size: 1.4rem;
  }
}
.page-content--news-post-detail .news-post-detail__contents .image-block-list .image-block .bottom-button-container button:hover {
  background-color: #0082b8;
  transform: translateY(-2px);
}
.page-content--news-post-detail .news-post-detail__contents .image-block-list .image-block .bottom-button-container button .icon {
  position: absolute;
  right: 1.2rem;
  width: 3rem;
}
.page-content--news-post-detail .other-articles-container {
  position: relative;
  padding: 0rem 0 10rem;
}

.page-content--about-mia {
  padding: 0 0 6rem;
}
@media screen and (max-width: 430px) {
  .page-content--about-mia {
    padding: 0 2rem 0;
  }
}
.page-content--about-mia .contents-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5rem 0;
}
@media screen and (max-width: 430px) {
  .page-content--about-mia .contents-container {
    padding: 5rem 0 2rem;
  }
}
.page-content--about-mia .contents-container.greetings {
  padding: 10rem 0 5rem;
}
.page-content--about-mia .contents-area {
  width: 100%;
  padding: 5rem 4rem;
  border-radius: 4rem;
  box-sizing: border-box;
  background-color: var(--color-white);
  /* Auto layout */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4.5rem;
  box-shadow: 0px 4px 7rem rgba(0, 0, 0, 0.05);
}
.page-content--about-mia .contents-area--bordered {
  border: 1px solid var(--color-primary-100);
}
@media screen and (max-width: 430px) {
  .page-content--about-mia .contents-area {
    padding: 3.5rem 2rem 4rem;
    border-radius: 2rem;
    gap: 2.5rem;
  }
}
.page-content--about-mia .about-mia-movie__container {
  width: 100%;
  max-width: round(down, 67rem, 1px);
  aspect-ratio: 16/9;
  border-radius: 2rem;
  overflow: hidden;
}
.page-content--about-mia .about-mia-movie__video {
  width: 100%;
  height: 100%;
  border: none;
}
.page-content--about-mia .mvv__container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  padding: 6rem 0;
}
@media screen and (max-width: 430px) {
  .page-content--about-mia .mvv__container {
    gap: 1.5rem;
    padding: 0;
  }
}
.page-content--about-mia .mvv__description {
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 500;
  padding: 0 10rem;
}
@media screen and (max-width: 430px) {
  .page-content--about-mia .mvv__description {
    font-size: 1.4rem;
    padding: 0 0 3.5rem;
  }
}
.page-content--about-mia .mvv__graph-container {
  position: relative;
  display: flex;
  gap: 4.5rem;
  padding: 4rem 4rem 0;
}
@media screen and (max-width: 430px) {
  .page-content--about-mia .mvv__graph-container {
    flex-direction: column;
    align-items: center;
    padding: 0;
    gap: 2rem;
  }
}
.page-content--about-mia .mvv__graph-container .illust {
  position: absolute;
}
.page-content--about-mia .mvv__graph-container .illust--01 {
  top: 0;
  left: -7.5rem;
  width: 13rem;
}
@media screen and (max-width: 430px) {
  .page-content--about-mia .mvv__graph-container .illust--01 {
    width: 9rem;
    top: -3rem;
    left: -1rem;
  }
}
.page-content--about-mia .mvv__graph-container .illust--02 {
  top: 0;
  right: -7.5rem;
  width: 10rem;
}
@media screen and (max-width: 430px) {
  .page-content--about-mia .mvv__graph-container .illust--02 {
    width: 7rem;
    top: 26rem;
    left: -1rem;
  }
}
.page-content--about-mia .mvv__graph-container .illust--03 {
  bottom: 0;
  right: -5.5rem;
  width: 8rem;
}
@media screen and (max-width: 430px) {
  .page-content--about-mia .mvv__graph-container .illust--03 {
    width: 7rem;
    top: 0;
    right: 0rem;
  }
}
.page-content--about-mia .mvv__graph .visual {
  width: 22rem;
}
@media screen and (max-width: 430px) {
  .page-content--about-mia .mvv__graph .visual {
    width: 22.8rem;
    height: auto;
  }
}
.page-content--about-mia .mvv__graph-description {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  border-radius: 4rem;
  padding: 3.5rem;
  background: var(--color-primary-20);
}
@media screen and (max-width: 430px) {
  .page-content--about-mia .mvv__graph-description {
    border-radius: 2rem;
    padding: 2rem;
    gap: 1rem;
  }
}
.page-content--about-mia .mvv__graph-description-item h4 {
  font-size: 2.2rem;
  font-weight: bold;
  color: var(--color-primary);
}
@media screen and (max-width: 430px) {
  .page-content--about-mia .mvv__graph-description-item h4 {
    font-size: 1.6rem;
  }
}
.page-content--about-mia .mvv__graph-description-item p {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 430px) {
  .page-content--about-mia .mvv__graph-description-item p {
    font-size: 1.4rem;
  }
}
.page-content--about-mia .greetings__contents {
  display: flex;
  gap: 5rem;
  padding: 0 5rem 4rem;
}
@media screen and (max-width: 430px) {
  .page-content--about-mia .greetings__contents {
    flex-direction: column;
    align-items: center;
    padding: 0;
    gap: 4rem;
  }
}
.page-content--about-mia .greetings__visual-column {
  flex-basis: 17rem;
}
@media screen and (max-width: 430px) {
  .page-content--about-mia .greetings__visual-column {
    width: 17rem;
  }
}
.page-content--about-mia .greetings__visual-column .visual {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  background: var(--color-primary-100);
}
.page-content--about-mia .greetings__text-column {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 4rem;
}
.page-content--about-mia .greetings__body {
  font-size: 1.6rem;
  line-height: 2.08;
  font-weight: 500;
}
@media screen and (max-width: 430px) {
  .page-content--about-mia .greetings__body {
    font-size: 1.4rem;
  }
}
.page-content--about-mia .greetings__body p + p {
  margin-top: 3rem;
}
.page-content--about-mia .greetings__role {
  font-weight: normal;
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (max-width: 430px) {
  .page-content--about-mia .greetings__role {
    font-size: 1.4rem;
  }
}
.page-content--about-mia .greetings__name {
  align-self: flex-end;
  text-align: right;
  font-size: 2.4rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 430px) {
  .page-content--about-mia .greetings__name {
    font-size: 1.8rem;
  }
}
.page-content--about-mia .history__container {
  position: relative;
  width: 80rem;
  max-width: 100rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  border-radius: 4rem;
  border: 1px solid var(--color-primary-100);
  padding: 3rem 0;
  margin: 5rem 0 0;
}
@media screen and (max-width: 430px) {
  .page-content--about-mia .history__container {
    width: 100%;
    border-radius: 2rem;
    margin: 2.5rem 0 0;
  }
}
.page-content--about-mia .history__container::after {
  position: absolute;
  top: 0;
  left: 4.3rem;
  display: block;
  content: "";
  width: 0.8rem;
  height: 100%;
  background: var(--color-primary-50);
  z-index: -9;
}
@media screen and (max-width: 430px) {
  .page-content--about-mia .history__container::after {
    left: 2.4rem;
  }
}
.page-content--about-mia .history__item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0 4rem;
}
@media screen and (max-width: 430px) {
  .page-content--about-mia .history__item {
    padding: 0 2rem;
  }
}
.page-content--about-mia .history__year {
  position: relative;
  align-items: self-end;
  display: flex;
  gap: 1rem;
  width: 10rem;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0.2rem 0 0;
}
@media screen and (max-width: 430px) {
  .page-content--about-mia .history__year {
    font-size: 1.4rem;
    width: 8rem;
  }
}
.page-content--about-mia .history__year::before {
  display: block;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: var(--color-primary);
}
.page-content--about-mia .history__body {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  flex: 1;
}
.page-content--about-mia .history__body .title {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: bold;
  color: var(--color-primary);
}
@media screen and (max-width: 430px) {
  .page-content--about-mia .history__body .title {
    font-size: 1.4rem;
  }
}
.page-content--about-mia .history__body .description {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 430px) {
  .page-content--about-mia .history__body .description {
    font-size: 1.4rem;
  }
}
.page-content--about-mia .about-logo {
  width: 10rem;
  margin: 0 auto;
}
@media screen and (max-width: 430px) {
  .page-content--about-mia .about-logo {
    width: 100%;
  }
}
.page-content--about-mia .about-logo__container {
  display: flex;
  align-items: center;
  gap: 4.5rem;
  padding: 18rem 0;
}
@media screen and (max-width: 430px) {
  .page-content--about-mia .about-logo__container {
    flex-direction: column;
    gap: 5rem;
    padding: 4rem 0;
  }
}
.page-content--about-mia .about-logo__logo-visual {
  flex-basis: 30rem;
}
@media screen and (max-width: 430px) {
  .page-content--about-mia .about-logo__logo-visual {
    flex-basis: auto;
    width: 21.5rem;
  }
}
.page-content--about-mia .about-logo__contents {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  flex: none;
  flex-basis: 54rem;
}
@media screen and (max-width: 430px) {
  .page-content--about-mia .about-logo__contents {
    gap: 2.6rem;
    flex: 1;
  }
}
.page-content--about-mia .about-logo__contents h4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 430px) {
  .page-content--about-mia .about-logo__contents h4 {
    font-size: 2.2rem;
  }
}
.page-content--about-mia .about-logo__contents p {
  font-size: 1.8rem;
  line-height: 2.2;
  font-weight: 500;
}
@media screen and (max-width: 430px) {
  .page-content--about-mia .about-logo__contents p {
    font-size: 1.4rem;
  }
}
.page-content--about-mia .organization__container {
  width: 78rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 430px) {
  .page-content--about-mia .organization__container {
    width: 100%;
    gap: 2.6rem;
  }
}
.page-content--about-mia .organization__item {
  display: flex;
  gap: 2.6rem;
}
@media screen and (max-width: 430px) {
  .page-content--about-mia .organization__item {
    flex-direction: column;
    gap: 1rem;
  }
}
.page-content--about-mia .organization__item-label {
  flex-basis: 10rem;
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--color-primary);
}
@media screen and (max-width: 430px) {
  .page-content--about-mia .organization__item-label {
    flex-basis: auto;
  }
}
.page-content--about-mia .organization__item-body {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 500;
}
@media screen and (max-width: 430px) {
  .page-content--about-mia .organization__item-body {
    font-size: 1.6rem;
  }
}
.page-content--about-mia .list-of-officers__container {
  width: 76rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 0 0 5rem;
}
@media screen and (max-width: 430px) {
  .page-content--about-mia .list-of-officers__container {
    width: 100%;
    padding: 0;
  }
}
.page-content--about-mia .list-of-officers__update-date {
  font-size: 1.6rem;
  text-align: right;
}
@media screen and (max-width: 430px) {
  .page-content--about-mia .list-of-officers__update-date {
    font-size: 1.4rem;
  }
}
.page-content--about-mia .list-of-officers__block {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.page-content--about-mia .list-of-officers__block:not(:last-child) {
  padding-bottom: 6rem;
}
@media screen and (max-width: 430px) {
  .page-content--about-mia .list-of-officers__block:not(:last-child) {
    padding-bottom: 3rem;
  }
}
.page-content--about-mia .list-of-officers__block-title {
  font-size: 2.4rem;
  font-weight: bold;
  color: var(--color-primary);
  padding: 0.6rem 0 0.6rem 1.5rem;
  line-height: 1;
  border-left: 2px solid var(--color-primary);
}
@media screen and (max-width: 430px) {
  .page-content--about-mia .list-of-officers__block-title {
    font-size: 2rem;
    border-left: 4px solid var(--color-primary);
    padding: 0.6rem 0 0.6rem 1.2rem;
  }
}
.page-content--about-mia .list-of-officers__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 430px) {
  .page-content--about-mia .list-of-officers__list {
    gap: 2rem;
  }
}
.page-content--about-mia .list-of-officers__item {
  display: flex;
  gap: 2.6rem;
}
@media screen and (max-width: 430px) {
  .page-content--about-mia .list-of-officers__item {
    flex-direction: column;
    gap: 1.5rem;
    padding: 0 0 2rem;
  }
  .page-content--about-mia .list-of-officers__item:not(:last-child) {
    border-bottom: 1px solid var(--color-primary-100);
  }
}
.page-content--about-mia .list-of-officers__item-label {
  flex-basis: 16rem;
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--color-primary);
}
@media screen and (max-width: 430px) {
  .page-content--about-mia .list-of-officers__item-label {
    font-size: 1.6rem;
    flex-basis: auto;
  }
}
.page-content--about-mia .list-of-officers__item-body {
  flex: 1;
  display: flex;
  gap: 2rem;
  font-size: 1.8rem;
  line-height: 1.2;
}
@media screen and (max-width: 430px) {
  .page-content--about-mia .list-of-officers__item-body {
    flex-direction: column;
    gap: 1rem;
  }
}
.page-content--about-mia .list-of-officers__item-name {
  font-size: 2rem;
  flex-basis: 14rem;
  font-weight: bold;
}
@media screen and (max-width: 430px) {
  .page-content--about-mia .list-of-officers__item-name {
    font-size: 1.6rem;
    flex-basis: auto;
  }
}
.page-content--about-mia .list-of-officers__item-bio {
  flex: 1;
  font-size: 1.8rem;
  font-weight: 400;
}
@media screen and (max-width: 430px) {
  .page-content--about-mia .list-of-officers__item-bio {
    font-size: 1.4rem;
  }
}
.page-content--about-mia .business-report__container {
  display: grid;
  width: 100%;
  gap: 2rem;
  padding: 3rem 0;
  justify-content: center;
}
@media screen and (max-width: 430px) {
  .page-content--about-mia .business-report__container {
    flex-direction: column;
    gap: 1.5rem;
    padding: 2rem 0;
  }
}
.page-content--about-mia .business-report__container--1-columns {
  grid-template-columns: repeat(1, 1fr);
}
.page-content--about-mia .business-report__container--2-columns {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 430px) {
  .page-content--about-mia .business-report__container--2-columns {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page-content--about-mia .business-report__container--3-columns {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 430px) {
  .page-content--about-mia .business-report__container--3-columns {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page-content--about-mia .business-report__box {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  background-color: var(--color-primary-20);
  border-radius: 4rem;
  padding: 3rem 2.5rem;
}
@media screen and (max-width: 430px) {
  .page-content--about-mia .business-report__box {
    width: 100%;
    border-radius: 2rem;
    padding: 2.5rem 2.5rem;
  }
}
.page-content--about-mia .business-report__box--full-width {
  width: 100%;
  padding: 4rem 2.5rem;
}
.page-content--about-mia .business-report__box h4 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 430px) {
  .page-content--about-mia .business-report__box h4 {
    font-size: 1.8rem;
  }
}
.page-content--about-mia .business-report__box .ready-text {
  font-size: 2.2rem;
  color: var(--color-primary);
  text-align: center;
  font-weight: bold;
  margin: auto;
}
@media screen and (max-width: 430px) {
  .page-content--about-mia .business-report__box .ready-text {
    font-size: 1.8rem;
  }
}
.page-content--about-mia .business-report__button-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 430px) {
  .page-content--about-mia .business-report__button-container {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
}
.page-content--about-mia .business-report__button {
  font-size: 1.6rem;
  padding: 1.2rem 2.4rem;
}

.page-content--access {
  max-width: 100rem;
  margin: 0 auto;
  padding: 8rem 0 6rem;
}
@media screen and (max-width: 430px) {
  .page-content--access {
    padding: 4rem 2rem 0;
  }
}
.page-content--access .googlemap-container {
  width: 100%;
  height: 42rem;
  background-color: #eee;
  border-radius: 2rem;
}
@media screen and (max-width: 430px) {
  .page-content--access .googlemap-container {
    height: 21rem;
  }
}
.page-content--access .googlemap-container iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 2rem;
}
.page-content--access .access-info-container {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  padding: 4.5rem 8rem;
}
@media screen and (max-width: 430px) {
  .page-content--access .access-info-container {
    gap: 3.5rem;
    padding: 4.5rem 0;
  }
}
.page-content--access .access-info {
  display: flex;
  gap: 5.4rem;
  border-bottom: 1px solid var(--color-primary);
}
.page-content--access .access-info:not(:last-child) {
  padding: 0 0 7rem;
}
@media screen and (max-width: 430px) {
  .page-content--access .access-info {
    flex-direction: column;
    gap: 2rem;
  }
  .page-content--access .access-info:not(:last-child) {
    padding: 0 0 3.5rem;
  }
}
.page-content--access .access-info:last-child {
  border: none;
}
.page-content--access .access-info .access-info-icon {
  width: 10.8rem;
  height: 10.8rem;
}
@media screen and (max-width: 430px) {
  .page-content--access .access-info .access-info-icon {
    width: 7rem;
    height: 7rem;
  }
}
.page-content--access .access-info .access-info-contents {
  flex: 1;
}
.page-content--access .access-info .access-info-contents .access-info-title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  color: var(--color-primary);
  margin: 0 0 3.8rem;
}
@media screen and (max-width: 430px) {
  .page-content--access .access-info .access-info-contents .access-info-title {
    font-size: 2.2rem;
    margin: 0 0 2.5rem;
  }
}
.page-content--access .access-info .access-info-contents .access-info-body + .access-info-body {
  padding: 3rem 0 0;
}
@media screen and (max-width: 430px) {
  .page-content--access .access-info .access-info-contents .access-info-body + .access-info-body {
    padding: 2.5rem 0 0;
  }
}
.page-content--access .access-info .access-info-contents .access-info-body h3 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 430px) {
  .page-content--access .access-info .access-info-contents .access-info-body h3 {
    font-size: 1.6rem;
  }
}
.page-content--access .access-info .access-info-contents .access-info-body h4 {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0;
  line-height: 1;
}
@media screen and (max-width: 430px) {
  .page-content--access .access-info .access-info-contents .access-info-body h4 {
    font-size: 1.4rem;
    line-height: 1.8;
    margin: 0;
  }
}
.page-content--access .access-info .access-info-contents .access-info-body h3 + h4 {
  margin: 2.2rem 0 0;
}
@media screen and (max-width: 430px) {
  .page-content--access .access-info .access-info-contents .access-info-body h3 + h4 {
    margin: 1.5rem 0 0;
  }
}
.page-content--access .access-info .access-info-contents .access-info-body .address-text {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 430px) {
  .page-content--access .access-info .access-info-contents .access-info-body .address-text {
    font-size: 1.6rem;
  }
}
.page-content--access .access-info .access-info-contents .access-info-body .description {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin: 2.5rem 0 0;
}
@media screen and (max-width: 430px) {
  .page-content--access .access-info .access-info-contents .access-info-body .description {
    font-size: 1.4rem;
    margin: 1.8rem 0 0;
  }
}
.page-content--access .access-info .access-info-contents .access-info-body .access-info-box {
  display: flex;
  gap: 5rem;
  padding: 3rem 0 0;
}
@media screen and (max-width: 430px) {
  .page-content--access .access-info .access-info-contents .access-info-body .access-info-box {
    flex-direction: column;
    gap: 3rem;
  }
}
.page-content--access .access-info .access-info-contents .access-info-body .access-info-box .access-info-column.opening-hours {
  flex-basis: 35rem;
  border-radius: 2rem;
  padding: 1.5rem 2.5rem;
  background-color: var(--color-primary-20);
}
@media screen and (max-width: 430px) {
  .page-content--access .access-info .access-info-contents .access-info-body .access-info-box .access-info-column.opening-hours {
    flex-basis: auto;
    padding: 2.5rem;
  }
}
.page-content--access .access-info .access-info-contents .access-info-body .access-info-box .access-info-column .phone-fax {
  margin: 2rem 0 0;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 430px) {
  .page-content--access .access-info .access-info-contents .access-info-body .access-info-box .access-info-column .phone-fax {
    font-size: 1.6rem;
  }
}
.page-content--access .access-info .access-info-contents .access-info-body .access-info-box .access-info-column h3 {
  font-size: 1.6rem;
  line-height: 1;
  color: var(--color-primary);
  margin: 0;
}
@media screen and (max-width: 430px) {
  .page-content--access .access-info .access-info-contents .access-info-body .access-info-box .access-info-column h3 {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.page-content--access .access-info .access-info-contents .access-info-body .access-info-box .access-info-column .txt,
.page-content--access .access-info .access-info-contents .access-info-body .access-info-box .access-info-column p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 430px) {
  .page-content--access .access-info .access-info-contents .access-info-body .access-info-box .access-info-column .txt,
  .page-content--access .access-info .access-info-contents .access-info-body .access-info-box .access-info-column p {
    font-size: 1.4rem;
  }
}
.page-content--access .access-info .access-info-contents .access-info-body .access-info-box .access-info-column .txt:not(:last-child),
.page-content--access .access-info .access-info-contents .access-info-body .access-info-box .access-info-column p:not(:last-child) {
  margin: 0 0 1.5rem;
}
.page-content--access .access-info .access-info-contents .access-info-body .access-info-box .access-info-column .txt:not(:last-child):has(ruby),
.page-content--access .access-info .access-info-contents .access-info-body .access-info-box .access-info-column p:not(:last-child):has(ruby) {
  margin-top: 0.5em;
}
@supports (hanging-punctuation: first) {
  .page-content--access .access-info .access-info-contents .access-info-body .access-info-box .access-info-column .txt:not(:last-child):has(ruby),
  .page-content--access .access-info .access-info-contents .access-info-body .access-info-box .access-info-column p:not(:last-child):has(ruby) {
    margin-top: 0;
  }
}
.page-content--access .access-info .access-info-contents .access-info-body .access-info-box .access-info-column .txt:has(ruby),
.page-content--access .access-info .access-info-contents .access-info-body .access-info-box .access-info-column p:has(ruby) {
  margin-top: 0.5em;
}
@supports (hanging-punctuation: first) {
  .page-content--access .access-info .access-info-contents .access-info-body .access-info-box .access-info-column .txt:has(ruby),
  .page-content--access .access-info .access-info-contents .access-info-body .access-info-box .access-info-column p:has(ruby) {
    margin-top: 0;
  }
}

.page-content--activities {
  max-width: 100rem;
  margin: 0 auto;
  padding: 3rem 0 6rem;
}
@media screen and (max-width: 430px) {
  .page-content--activities {
    padding: 2rem 2rem 5rem;
  }
}
.page-content--activities .activities-contents-list {
  display: flex;
  flex-direction: column;
}
.page-content--activities .activities-contents-item {
  padding: 4.8rem 0 6rem;
}
@media screen and (max-width: 430px) {
  .page-content--activities .activities-contents-item {
    padding: 3rem 0 4rem;
  }
}
.page-content--activities .activities-contents-item:not(:last-child) {
  border-bottom: 1px solid var(--color-primary);
}
.page-content--activities .activities-contents-item__title {
  font-size: 3rem;
  font-weight: bold;
  color: var(--color-primary);
  margin: 0 0 4rem;
}
@media screen and (max-width: 430px) {
  .page-content--activities .activities-contents-item__title {
    font-size: 1.8rem;
    margin: 0 0 2rem;
  }
}
.page-content--activities .activities-contents-item__title .number {
  margin: 0 1.5rem 0 0;
}
.page-content--activities .activities-contents-item__description {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 430px) {
  .page-content--activities .activities-contents-item__description {
    font-size: 1.4rem;
  }
}
.page-content--activities .activities-contents-item__description ul {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  list-style: disc;
  padding: 0 0 0 2.5rem;
}
@media screen and (max-width: 430px) {
  .page-content--activities .activities-contents-item__description ul {
    gap: 1.2rem;
    padding: 0 0 0 2.5rem;
  }
}
.page-content--activities .activities-contents-item__description ul li {
  font-size: 1.8rem;
  padding: 0;
}
@media screen and (max-width: 430px) {
  .page-content--activities .activities-contents-item__description ul li {
    font-size: 1.4rem;
  }
}
.page-content--activities .activities-note-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4rem;
  border-radius: 4rem;
  background-color: var(--color-primary-20);
}
@media screen and (max-width: 430px) {
  .page-content--activities .activities-note-box {
    padding: 2.5rem;
    border-radius: 2rem;
  }
}
.page-content--activities .activities-note-box__description {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  margin: 0 0 3rem;
  padding: 0 14rem;
}
@media screen and (max-width: 430px) {
  .page-content--activities .activities-note-box__description {
    font-size: 1.4rem;
    padding: 0;
  }
}
.page-content--activities .activities-note-box__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 6.8rem;
}
@media screen and (max-width: 430px) {
  .page-content--activities .activities-note-box__buttons {
    flex-direction: column;
    gap: 1.2rem;
    width: 100%;
    padding: 0;
  }
}
.page-content--activities .activities-note-box__ready-text {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--color-primary);
  background-color: var(--color-white);
  padding: 2rem 6rem;
  border-radius: 4rem;
}
@media screen and (max-width: 430px) {
  .page-content--activities .activities-note-box__ready-text {
    font-size: 1.4rem;
  }
}

.page-content--publications {
  max-width: 100rem;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 430px) {
  .page-content--publications {
    padding: 0 2rem;
  }
}
.page-content--publications .lead-description {
  max-width: 100rem;
  margin: 0 auto;
  padding: 7rem 10rem;
}
@media screen and (max-width: 430px) {
  .page-content--publications .lead-description {
    padding: 3rem 0;
  }
}
.page-content--publications .lead-description p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 430px) {
  .page-content--publications .lead-description p {
    font-size: 1.4rem;
  }
}
.page-content--publications .publications-list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding: 0 0 6.7rem;
}
.page-content--publications .publications-container {
  display: flex;
  gap: 4.5rem;
  padding: 4rem 4rem 4.5rem 4rem;
  border-radius: 2.4rem;
  border: 1px solid var(--color-primary-100);
}
@media screen and (max-width: 430px) {
  .page-content--publications .publications-container {
    flex-direction: column;
    gap: 1rem;
    padding: 2rem 2rem 2.5rem 2rem;
  }
}
.page-content--publications .publications-container .publication-title {
  font-size: 3.2rem;
  color: var(--color-primary);
}
@media screen and (max-width: 430px) {
  .page-content--publications .publications-container .publication-title--pc {
    display: none;
  }
}
.page-content--publications .publications-container .publication-title--sp {
  display: none;
}
@media screen and (max-width: 430px) {
  .page-content--publications .publications-container .publication-title--sp {
    display: block;
    font-size: 1.8rem;
  }
}
.page-content--publications .publications-container .visual-column {
  flex-basis: 27.7rem;
}
.page-content--publications .publications-container .visual-column .visual-box {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 2rem;
  overflow: hidden;
  padding: 1.7rem;
  background-color: var(--color-primary-10);
}
@media screen and (max-width: 430px) {
  .page-content--publications .publications-container .visual-column .visual-box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.page-content--publications .publications-container .visual-column .visual-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: calc(100% - 4rem);
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 430px) {
  .page-content--publications .publications-container .visual-column .visual-box img {
    width: auto;
    height: 26rem;
  }
}
.page-content--publications .publications-container .visual-column .visual-box img.square {
  margin: 0 auto;
}
.page-content--publications .publications-container .visual-column .visual-box--square img {
  width: 70%;
  height: 70%;
}
.page-content--publications .publications-container .visual-column .visual-box--landscape img {
  width: 80%;
  height: auto;
}
.page-content--publications .publications-container .info-column {
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
  flex-basis: calc(100% - 35rem);
}
.page-content--publications .publications-container .info-column .description {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 430px) {
  .page-content--publications .publications-container .info-column .description {
    font-size: 1.4rem;
  }
}
.page-content--publications .publications-container .info-column .description a {
  text-decoration: underline;
}
.page-content--publications .publications-container .info-column .description a:hover {
  color: var(--color-primary);
}
.page-content--publications .publications-container .info-column .link-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.page-content--publications .publications-container .info-column .link-container span {
  font-size: 1.4rem;
}
@media screen and (max-width: 430px) {
  .page-content--publications .publications-container .info-column .link-container span {
    font-size: 1.2rem;
  }
}

.page-content--nihongo {
  padding: 0rem 0 10rem;
}
@media screen and (max-width: 430px) {
  .page-content--nihongo {
    padding: 4rem 2rem 2rem;
  }
}
.page-content--nihongo.page-content--no-bottom-padding {
  padding-bottom: 0;
}
.page-content--nihongo .contents__block {
  position: relative;
  display: flex;
  padding: 5rem 0 6rem;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 430px) {
  .page-content--nihongo .contents__block {
    padding: 5rem 0 3.8rem;
    gap: 1.5rem;
  }
}
.page-content--nihongo .contents__block-inner {
  display: flex;
  justify-content: center;
  gap: 5rem;
}
.page-content--nihongo .contents__block-inner--vertical {
  flex-direction: column;
  align-items: center;
  gap: 5rem;
}
@media screen and (max-width: 430px) {
  .page-content--nihongo .contents__block-inner--vertical {
    gap: 2.5rem;
  }
}
.page-content--nihongo .contents__block-inner--horizontal {
  gap: 6.5rem;
}
@media screen and (max-width: 430px) {
  .page-content--nihongo .contents__block-inner--horizontal {
    flex-direction: column;
    gap: 2.5rem;
  }
}
.page-content--nihongo .contents__description {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  padding: 0 10rem;
}
@media screen and (max-width: 430px) {
  .page-content--nihongo .contents__description {
    padding: 0;
  }
}
.page-content--nihongo .contents__description--left-column {
  flex: 1;
  padding: 0;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10rem;
}
@media screen and (max-width: 430px) {
  .page-content--nihongo .contents__description--left-column {
    align-items: center;
    gap: 2.5rem;
  }
}
.page-content--nihongo .contents__description-text {
  font-size: 1.8rem;
  line-height: 2;
  max-width: 80rem;
}
@media screen and (max-width: 430px) {
  .page-content--nihongo .contents__description-text {
    font-size: 1.4rem;
  }
}
.page-content--nihongo .contents__description-text--center {
  text-align: center;
}
@media screen and (max-width: 430px) {
  .page-content--nihongo .contents__description-text--center {
    text-align: left;
  }
}
.page-content--nihongo .contents__button-container {
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 430px) {
  .page-content--nihongo .contents__button-container {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.page-content--nihongo .contents__images {
  display: flex;
  gap: 2.5rem;
  width: 100%;
}
@media screen and (max-width: 430px) {
  .page-content--nihongo .contents__images {
    gap: 1rem;
    flex-direction: column;
  }
}
.page-content--nihongo .contents__image-column {
  width: 48rem;
  height: 32rem;
  border-radius: 2rem;
  background: var(--color-primary-50);
  overflow: hidden;
}
@media screen and (max-width: 430px) {
  .page-content--nihongo .contents__image-column {
    width: 100%;
    height: auto;
    aspect-ratio: 48/32;
  }
}
.page-content--nihongo .contents__image-column img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-content--nihongo .contents__image-column--flyer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
.page-content--nihongo .contents__image-column--flyer img {
  width: auto;
  height: 100%;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 430px) {
  .page-content--nihongo .contents__image-column--flyer img {
    max-height: 20rem;
  }
}
.page-content--nihongo .contents__image-column--flyer-large {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem 2rem 8rem;
  height: 66.2rem;
  background-color: var(--color-primary-10);
  border: 1px solid var(--color-primary-100);
}
@media screen and (max-width: 430px) {
  .page-content--nihongo .contents__image-column--flyer-large {
    height: auto;
    aspect-ratio: 1/1;
    padding: 2.5rem 5rem 8rem;
  }
}
.page-content--nihongo .contents__image-column--flyer-large img {
  width: 75%;
  height: auto;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 430px) {
  .page-content--nihongo .contents__image-column--flyer-large img {
    width: 65%;
  }
}
.page-content--nihongo .contents__image-column--flyer-large .bottom-button-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  padding: 2rem;
}
@media screen and (max-width: 430px) {
  .page-content--nihongo .contents__image-column--flyer-large .bottom-button-container {
    justify-content: center;
  }
}
.page-content--nihongo .contents__image-column--flyer-large .bottom-button-container button {
  position: relative;
  display: flex;
  align-items: center;
  background: var(--color-primary);
  padding: 1.5rem 5rem 1.5rem 2.4rem;
  font-size: 1.4rem;
  color: var(--color-white);
  font-weight: bold;
  border-radius: 4rem;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 430px) {
  .page-content--nihongo .contents__image-column--flyer-large .bottom-button-container button {
    padding: 1.5rem 5rem 1.5rem 2.4rem;
    font-size: 1.4rem;
  }
}
.page-content--nihongo .contents__image-column--flyer-large .bottom-button-container button:hover {
  background-color: #0082b8;
  transform: translateY(-2px);
}
.page-content--nihongo .contents__image-column--flyer-large .bottom-button-container button .icon {
  position: absolute;
  right: 1.2rem;
  width: 3rem;
}
.page-content--nihongo .contents__full-image {
  width: 100%;
  height: 70rem;
  border-radius: 2rem;
  background: var(--color-primary-50);
}
@media screen and (max-width: 430px) {
  .page-content--nihongo .contents__full-image {
    height: 32rem;
  }
}
.page-content--nihongo .contents__video-container {
  width: 100%;
  max-width: 64rem;
}
.page-content--nihongo .contents__video-container iframe {
  width: 100%;
  max-width: 64rem;
  aspect-ratio: 16/9;
  border-radius: 2rem;
  overflow: hidden;
}
.page-content--nihongo .flowchart img {
  width: 100%;
  height: 70rem;
  border-radius: 2rem;
  background: var(--color-primary-50);
  pointer-events: none;
}
@media screen and (max-width: 430px) {
  .page-content--nihongo .flowchart img {
    height: auto;
    pointer-events: auto;
  }
}
.page-content--nihongo .flowchart .button-wrapper {
  display: none;
  width: 100%;
  padding: 1.5rem;
  justify-content: center;
}
@media screen and (max-width: 430px) {
  .page-content--nihongo .flowchart .button-wrapper {
    display: flex;
  }
}
.page-content--nihongo .course-contents__block {
  padding: 5rem 0;
}
.page-content--nihongo .course-contents__container {
  padding: 6rem 5rem 5rem;
  border-radius: 3rem;
  border: 1px solid var(--color-primary-200);
}
@media screen and (max-width: 430px) {
  .page-content--nihongo .course-contents__container {
    border-radius: 2rem;
    padding: 3.5rem 2rem 2rem;
  }
}
.page-content--nihongo .currently-open-courses {
  padding: 8rem 0 0;
}
@media screen and (max-width: 430px) {
  .page-content--nihongo .currently-open-courses {
    padding: 5rem 0 0;
  }
}
.page-content--nihongo .currently-open-courses__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  padding-top: 3rem;
  justify-items: center;
}
.page-content--nihongo .currently-open-courses__list:has(.post-card:nth-last-child(2):first-child) {
  grid-template-columns: repeat(2, 1fr);
  max-width: 66.666%;
  margin: 0 auto;
}
@media screen and (max-width: 430px) {
  .page-content--nihongo .currently-open-courses__list:has(.post-card:nth-last-child(2):first-child) {
    max-width: 100%;
    grid-template-columns: repeat(1, 1fr);
  }
}
.page-content--nihongo .currently-open-courses__list:has(.post-card:only-child) {
  grid-template-columns: 1fr;
  max-width: 33.333%;
  margin: 0 auto;
}
@media screen and (max-width: 430px) {
  .page-content--nihongo .currently-open-courses__list:has(.post-card:only-child) {
    max-width: 100%;
  }
}
@media screen and (max-width: 430px) {
  .page-content--nihongo .currently-open-courses__list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding-top: 1.5rem;
    max-width: 100%;
  }
}
.page-content--nihongo .currently-open-courses__list .post-card {
  width: 100%;
}

.page-content--consultation {
  position: relative;
  padding: 4rem 0 10rem;
}
@media screen and (max-width: 430px) {
  .page-content--consultation {
    padding: 0 2rem 6rem;
  }
}
.page-content--consultation .noise-wave-bg {
  height: 67rem;
  top: 16rem;
}
@media screen and (max-width: 430px) {
  .page-content--consultation .noise-wave-bg {
    top: 8rem;
  }
}
.page-content--consultation .wave-path {
  z-index: -1;
}
.page-content--consultation .wave-path--lead-title {
  width: 52.4rem;
}
@media screen and (max-width: 430px) {
  .page-content--consultation .wave-path--lead-title {
    width: 24rem;
  }
}
.page-content--consultation .wave-path--information {
  width: 32.4rem;
}
@media screen and (max-width: 430px) {
  .page-content--consultation .wave-path--information {
    width: 25rem;
  }
}
.page-content--consultation .wave-path--relay-consultation {
  width: 40.4rem;
}
@media screen and (max-width: 430px) {
  .page-content--consultation .wave-path--relay-consultation {
    width: 14.7rem;
  }
}
.page-content--consultation .wave-path--kids-coordinator {
  width: 35.6rem;
}
@media screen and (max-width: 430px) {
  .page-content--consultation .wave-path--kids-coordinator {
    width: 17.7rem;
  }
}
.page-content--consultation .wave-path--kids-event {
  width: 32.6rem;
}
@media screen and (max-width: 430px) {
  .page-content--consultation .wave-path--kids-event {
    width: 20.8rem;
  }
}
.page-content--consultation .wave-path--relation-info {
  width: 13.4rem;
}
@media screen and (max-width: 430px) {
  .page-content--consultation .wave-path--relation-info {
    width: 8.3rem;
  }
}
.page-content--consultation .contents__block {
  padding: 4rem 0 0;
}
@media screen and (max-width: 430px) {
  .page-content--consultation .contents__block {
    padding: 2rem 0 0;
  }
}
.page-content--consultation .contents__container {
  padding: 6.5rem 4.5rem 4.5rem;
  border: 1px solid var(--color-primary-200);
  border-radius: 3rem;
  background-color: var(--color-white);
}
@media screen and (max-width: 430px) {
  .page-content--consultation .contents__container {
    padding: 3.5rem 1.5rem 2rem;
    border-radius: 2rem;
  }
}
.page-content--consultation .contents__container--pink {
  border: 1px solid #FFC6C7;
}
.page-content--consultation .contents__container--green {
  border: 1px solid #2DEC43;
}
.page-content--consultation .contents__container--yellow {
  border: 1px solid #FCC026;
}
.page-content--consultation .contents__sub-title {
  font-size: 2rem;
  color: var(--color-primary);
  text-align: center;
  padding: 2rem 0 0;
}
@media screen and (max-width: 430px) {
  .page-content--consultation .contents__sub-title {
    font-size: 1.8rem;
  }
}
.page-content--consultation .contents__image-container {
  padding: 4rem 0 0;
}
.page-content--consultation .contents__image-container img {
  width: 100%;
  aspect-ratio: 900/360;
  background: var(--color-primary-20);
  border-radius: 2rem;
}
.page-content--consultation .contents__description {
  font-size: 1.8rem;
  line-height: 1.75;
  padding: 3.5rem 4rem 0;
}
@media screen and (max-width: 430px) {
  .page-content--consultation .contents__description {
    font-size: 1.4rem;
    padding: 2rem 0 0;
  }
}
.page-content--consultation .link-box__container {
  padding: 4rem 0 0;
}
@media screen and (max-width: 430px) {
  .page-content--consultation .link-box__container {
    padding: 2rem 0 0;
  }
}
.page-content--consultation .link-box {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2.5rem 2rem 4rem;
  border: 1px solid #FFC6C7;
  border-radius: 2rem;
}
@media screen and (max-width: 430px) {
  .page-content--consultation .link-box {
    border-radius: 1.2rem;
    padding: 2rem;
  }
}
.page-content--consultation .link-box__description {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 430px) {
  .page-content--consultation .link-box__description {
    text-align: center;
    font-size: 1.4rem;
  }
}
.page-content--consultation .link-box__link {
  font-size: 2.2rem;
  color: var(--color-primary);
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (max-width: 430px) {
  .page-content--consultation .link-box__link {
    font-size: 1.6rem;
  }
}
.page-content--consultation .link-box--yellow {
  border: 1px solid #FCC026;
}
.page-content--consultation .link-box--blue {
  border: 1px solid var(--color-primary-200);
}
.page-content--consultation .contents-box-container {
  padding: 6rem 0 0;
}
@media screen and (max-width: 430px) {
  .page-content--consultation .contents-box-container {
    padding: 2.5rem 0 0;
  }
}
.page-content--consultation .contents-box-container__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 4rem 0 0;
}
@media screen and (max-width: 430px) {
  .page-content--consultation .contents-box-container__list {
    font-size: 1.4rem;
    line-height: 1.8;
    padding: 2rem 0 0;
  }
}
.page-content--consultation .contents-box-container__title {
  font-size: 2.2rem;
}
@media screen and (max-width: 430px) {
  .page-content--consultation .contents-box-container__title {
    font-size: 1.6rem;
  }
}
.page-content--consultation .contents-box-container__sub-title {
  font-size: 1.8rem;
  padding: 1rem 0 0;
}
@media screen and (max-width: 430px) {
  .page-content--consultation .contents-box-container__sub-title {
    font-size: 1.4rem;
  }
}
.page-content--consultation .contents-box-container__note {
  font-size: 1.6rem;
  padding: 3rem 0 5rem;
  line-height: 2;
}
@media screen and (max-width: 430px) {
  .page-content--consultation .contents-box-container__note {
    font-size: 1.4rem;
    line-height: 1.8;
    padding: 3rem 0;
  }
}
.page-content--consultation .contents-box {
  padding: 3rem 3.5rem;
  background: var(--color-primary-20);
  border-radius: 2rem;
}
@media screen and (max-width: 430px) {
  .page-content--consultation .contents-box {
    padding: 2rem 1.5rem;
    border-radius: 1.2rem;
  }
}
.page-content--consultation .contents-box--green {
  background: #F1FDF3;
}
.page-content--consultation .contents-box--pink {
  background: #FFF7F7;
}
.page-content--consultation .contents-box--gray {
  background: #F6F6F6;
}
.page-content--consultation .contents-box--yellow {
  background: #FFFAEE;
}
.page-content--consultation .contents-box--border-yellow {
  border: 1px solid #FCBC27;
  background: var(--color-white);
}
.page-content--consultation .contents-box--border-blue {
  border: 1px solid var(--color-primary-200);
  background: var(--color-white);
}
.page-content--consultation .contents-box h5 {
  font-size: 2rem;
  color: var(--color-primary-300);
  padding: 0 0 1.3rem;
}
@media screen and (max-width: 430px) {
  .page-content--consultation .contents-box h5 {
    font-size: 1.6rem;
    padding: 0 0 1.6rem;
  }
}
.page-content--consultation .contents-box h5.pink {
  color: #FF7A9F;
}
.page-content--consultation .contents-box h5.black {
  color: var(--color-black);
}
.page-content--consultation .contents-box h5 .note {
  font-weight: normal;
}
@media screen and (max-width: 430px) {
  .page-content--consultation .contents-box h5 .note {
    font-size: 1.4rem;
  }
}
.page-content--consultation .contents-box__contents ul {
  padding: 0 0 2rem;
  list-style: none;
}
.page-content--consultation .contents-box__contents ul li {
  position: relative;
  padding: 0 0 0 2.2rem;
  font-size: 1.6rem;
  line-height: 1.85;
  font-weight: 500;
}
@media screen and (max-width: 430px) {
  .page-content--consultation .contents-box__contents ul li {
    font-size: 1.4rem;
    padding: 0 0 0 2.5rem;
  }
}
.page-content--consultation .contents-box__contents ul li:not(:last-child) {
  margin: 0 0 1rem;
}
@media screen and (max-width: 430px) {
  .page-content--consultation .contents-box__contents ul li:not(:last-child) {
    margin: 0 0 0.5rem;
  }
}
.page-content--consultation .contents-box__contents ul li::before {
  position: absolute;
  top: 1em;
  left: 1.5rem;
  transform: translate(0, -50%) translate(-1rem, -2.5px);
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--color-black);
}
@media screen and (max-width: 430px) {
  .page-content--consultation .contents-box__contents ul li::before {
    left: 1.8rem;
  }
}
.page-content--consultation .contents-box__contents ul li h5 {
  font-size: 1.8rem;
  color: var(--color-black);
  padding: 0;
}
@media screen and (max-width: 430px) {
  .page-content--consultation .contents-box__contents ul li h5 {
    font-size: 1.4rem;
  }
}
.page-content--consultation .contents-box__contents ul li .note {
  display: block;
}
.page-content--consultation .contents-box__contents h3 {
  font-size: 2.2rem;
  font-weight: 500;
}
@media screen and (max-width: 430px) {
  .page-content--consultation .contents-box__contents h3 {
    font-size: 1.4rem;
  }
}
.page-content--consultation .contents-box__contents--multicultural-kids {
  font-weight: 500;
}
.page-content--consultation .contents-box__contents.has-disc-list ul {
  list-style: disc;
  padding: 0 0 2rem 2.5rem;
}
.page-content--consultation .contents-box__contents.has-disc-list ul li {
  padding: 0;
}
.page-content--consultation .contents-box__contents.has-disc-list ul li::before {
  display: none;
}
.page-content--consultation .contents-box ul {
  padding: 0 0 2rem;
}
.page-content--consultation .contents-box ul li:not(:last-child) {
  margin: 0 0 1rem;
}
@media screen and (max-width: 430px) {
  .page-content--consultation .contents-box ul li:not(:last-child) {
    margin: 0 0 0.5rem;
  }
}
@media screen and (max-width: 430px) {
  .page-content--consultation .contents-box ul li {
    font-size: 1.4rem;
  }
}
.page-content--consultation .contents-box ul li h5 {
  font-size: 1.8rem;
  color: var(--color-black);
  padding: 0;
}
@media screen and (max-width: 430px) {
  .page-content--consultation .contents-box ul li h5 {
    font-size: 1.4rem;
  }
}
.page-content--consultation .contents-box__description {
  font-size: 1.6rem;
  line-height: 2;
  padding: 3rem 0 0;
}
@media screen and (max-width: 430px) {
  .page-content--consultation .contents-box__description {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.page-content--consultation .contents-box .info-text {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 430px) {
  .page-content--consultation .contents-box .info-text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.page-content--consultation .contents-box__info-contents {
  font-size: 1.6rem;
  padding: 2rem 0 0;
  line-height: 2;
}
@media screen and (max-width: 430px) {
  .page-content--consultation .contents-box__info-contents {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.page-content--consultation .contents-box__info-contents b {
  color: var(--color-primary-300);
}
.page-content--consultation .contents-box p {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 430px) {
  .page-content--consultation .contents-box p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.page-content--consultation .contents-box__button-wrapper {
  padding: 3rem 0 0;
}
.page-content--consultation .contents-box .annual-description {
  font-weight: 500;
  line-height: 2;
}
.page-content--consultation .contents-box .annual-description p:first-child {
  font-size: 1.8rem;
}
@media screen and (max-width: 430px) {
  .page-content--consultation .contents-box .annual-description p:first-child {
    font-size: 1.4rem;
  }
}
.page-content--consultation .consultation-examples {
  padding: 7rem 0 0;
}
@media screen and (max-width: 430px) {
  .page-content--consultation .consultation-examples {
    padding: 3.5rem 0 0;
  }
}
.page-content--consultation .consultation-examples__title {
  font-size: 2.8rem;
  font-weight: bold;
  color: var(--color-primary);
  text-align: center;
  padding: 0 0 3.2rem;
}
@media screen and (max-width: 430px) {
  .page-content--consultation .consultation-examples__title {
    font-size: 2rem;
    padding: 0 0 1.5rem;
  }
}
.page-content--consultation .consultation-examples__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media screen and (max-width: 430px) {
  .page-content--consultation .consultation-examples__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page-content--consultation .consultation-examples .consultation-examples-item {
  background: #F6F6F6;
  min-height: 26.6rem;
  padding: 2rem;
  border-radius: 1.5rem;
}
@media screen and (max-width: 430px) {
  .page-content--consultation .consultation-examples .consultation-examples-item {
    padding: 1.5rem;
    min-height: 29.4rem;
  }
}
.page-content--consultation .consultation-examples .consultation-examples-item__image {
  border-radius: 1.2rem;
  width: 100%;
  aspect-ratio: 250/160;
  background: #FFF;
  border-radius: 1.2rem;
  overflow: hidden;
}
.page-content--consultation .consultation-examples .consultation-examples-item__text {
  padding: 1.2rem 0 0;
  font-size: 1.6rem;
  font-weight: bold;
}
.page-content--consultation .related-posts {
  padding: 7rem 0 4rem;
}
@media screen and (max-width: 430px) {
  .page-content--consultation .related-posts {
    padding: 5rem 0 2rem;
  }
}
.page-content--consultation .related-posts__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  padding: 2.5rem 0 0;
}
.page-content--consultation .related-posts__list:has(.post-card:nth-last-child(2):first-child) {
  grid-template-columns: repeat(2, 1fr);
  max-width: 66.666%;
  margin: 0 auto;
}
@media screen and (max-width: 430px) {
  .page-content--consultation .related-posts__list:has(.post-card:nth-last-child(2):first-child) {
    max-width: 100%;
    grid-template-columns: repeat(1, 1fr);
  }
}
.page-content--consultation .related-posts__list:has(.post-card:only-child) {
  grid-template-columns: 1fr;
  max-width: 33.333%;
  margin: 0 auto;
}
@media screen and (max-width: 430px) {
  .page-content--consultation .related-posts__list:has(.post-card:only-child) {
    max-width: 100%;
  }
}
@media screen and (max-width: 430px) {
  .page-content--consultation .related-posts__list {
    display: flex;
    flex-direction: column;
    padding: 1.5rem 1.5rem 0;
    gap: 1.5rem;
  }
}
.page-content--consultation .related-posts__list .post-card {
  width: 100%;
}
.page-content--consultation .related-info-box-container__list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding: 2rem 0 0;
}
@media screen and (max-width: 430px) {
  .page-content--consultation .related-info-box-container__list {
    gap: 1.5rem;
  }
}
.page-content--consultation .related-info-box-container .related-info-box {
  display: flex;
  gap: 4.5rem;
  border-radius: 2rem;
  padding: 3.2rem 4.5rem;
  background: var(--color-primary-20);
}
@media screen and (max-width: 430px) {
  .page-content--consultation .related-info-box-container .related-info-box {
    flex-direction: column;
    padding: 0.5rem 1.5rem 2.5rem;
    border-radius: 1.2rem;
    align-items: center;
    gap: 0.5rem;
  }
}
.page-content--consultation .related-info-box-container .related-info-box__image-column {
  width: 24rem;
  aspect-ratio: 240/174;
}
@media screen and (max-width: 430px) {
  .page-content--consultation .related-info-box-container .related-info-box__image-column {
    width: 24rem;
  }
}
.page-content--consultation .related-info-box-container .related-info-box__text-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}
.page-content--consultation .related-info-box-container .related-info-box__text-column .description {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 430px) {
  .page-content--consultation .related-info-box-container .related-info-box__text-column .description {
    font-size: 1.4rem;
  }
}

.page-content--organizations {
  max-width: 100%;
  padding: 0 0 5rem;
}
@media screen and (max-width: 430px) {
  .page-content--organizations {
    padding: 0 0 4rem;
  }
}
.page-content--organizations .page-lead-wrapper {
  padding: 9rem 0 8rem;
}
@media screen and (max-width: 430px) {
  .page-content--organizations .page-lead-wrapper {
    padding: 3rem 2rem 0;
  }
}
.page-content--organizations .contents-area {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding: 8rem 0 6.5rem;
}
@media screen and (max-width: 430px) {
  .page-content--organizations .contents-area {
    gap: 1.5rem;
    padding: 5rem 2rem 4rem;
  }
}
.page-content--organizations .contents-area--blue {
  background: var(--color-primary-10);
}
.page-content--organizations .contents-area--pink {
  background: #FFF5EF;
}
.page-content--organizations .contents-area .title-text {
  font-size: 3.2rem;
}
@media screen and (max-width: 430px) {
  .page-content--organizations .contents-area .title-text {
    font-size: 2.2rem;
  }
}
.page-content--organizations .contents-box__list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  max-width: 100rem;
  margin: 0 auto;
}
.page-content--organizations .contents-box {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: auto auto;
  grid-template-areas: "title title" "text image";
  row-gap: 3.5rem;
  -moz-column-gap: 5.5rem;
       column-gap: 5.5rem;
  padding: 5.5rem 4.5rem 4rem;
  background: var(--color-white);
  border-radius: 2rem;
}
@media screen and (max-width: 430px) {
  .page-content--organizations .contents-box {
    grid-template-columns: 1fr;
    grid-template-areas: "title" "image" "text";
    padding: 3.5rem 1.3rem 2.5rem;
    row-gap: 2rem;
    border-radius: 1.2rem;
  }
}
.page-content--organizations .contents-box--reverse {
  grid-template-areas: "title title" "image text";
}
@media screen and (max-width: 430px) {
  .page-content--organizations .contents-box--reverse {
    grid-template-columns: 1fr;
    grid-template-areas: "title" "image" "text";
    row-gap: 2rem;
  }
}
.page-content--organizations .contents-box__title {
  grid-area: title;
  text-align: center;
  font-size: 2.6rem;
  font-weight: var(--font-weight-bold);
}
@media screen and (max-width: 430px) {
  .page-content--organizations .contents-box__title {
    font-size: 1.6rem;
  }
}
.page-content--organizations .contents-box__text-column {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 3.5rem;
  grid-area: text;
  font-size: 1.6rem;
  line-height: 2;
  color: var(--color-text);
}
@media screen and (max-width: 430px) {
  .page-content--organizations .contents-box__text-column {
    font-size: 1.4rem;
    align-items: center;
  }
}
.page-content--organizations .contents-box__image-column {
  grid-area: image;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44rem;
  border-radius: 2rem;
  overflow: hidden;
  aspect-ratio: 444/284;
}
@media screen and (max-width: 430px) {
  .page-content--organizations .contents-box__image-column {
    width: 100%;
    aspect-ratio: 333/213;
    border-radius: 1.2rem;
  }
}
.page-content--organizations .contents-box__image-column--medium {
  width: 32rem;
}
@media screen and (max-width: 430px) {
  .page-content--organizations .contents-box__image-column--medium {
    width: 100%;
  }
}
.page-content--organizations .contents-box__image-column img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 430px) {
  .page-content--organizations .contents-box__image-column img.medium {
    width: 90%;
    height: auto;
  }
}
.page-content--organizations .contents-box--blue {
  border: 1px solid var(--color-primary-300);
}
.page-content--organizations .contents-box--pink {
  border: 1px solid #FF876F;
}

.page-content--community-interpretation {
  position: relative;
  padding: 0 0 10rem;
}
@media screen and (max-width: 430px) {
  .page-content--community-interpretation {
    padding: 0 2rem 6rem;
  }
}
.page-content--community-interpretation .noise-wave-bg {
  height: 67rem;
  top: 23rem;
}
@media screen and (max-width: 430px) {
  .page-content--community-interpretation .noise-wave-bg {
    top: 20rem;
  }
}
.page-content--community-interpretation .wave-path--lead-title {
  width: 52.4rem;
}
@media screen and (max-width: 430px) {
  .page-content--community-interpretation .wave-path--lead-title {
    width: 24rem;
  }
}
.page-content--community-interpretation .contents__block {
  padding: 4rem 0 0;
}
@media screen and (max-width: 430px) {
  .page-content--community-interpretation .contents__block {
    padding: 2rem 0 0;
  }
}
.page-content--community-interpretation .contents__container {
  padding: 6.5rem 4.5rem 4.5rem;
  border: 1px solid var(--color-primary-200);
  border-radius: 3rem;
}
@media screen and (max-width: 430px) {
  .page-content--community-interpretation .contents__container {
    padding: 2.5rem 1.5rem 2rem;
    border-radius: 2rem;
  }
}
.page-content--community-interpretation .contents__container--green {
  border: 1px solid #2DEC43;
}
.page-content--community-interpretation .contents__container--orange {
  border: 1px solid #FCBC27;
}
.page-content--community-interpretation .contents__description {
  font-size: 1.8rem;
  line-height: 1.75;
  padding: 4.5rem 0 0;
}
@media screen and (max-width: 430px) {
  .page-content--community-interpretation .contents__description {
    font-size: 1.4rem;
    padding: 2rem 0 0;
  }
}
.page-content--community-interpretation .contents__description a {
  text-decoration: underline;
}
.page-content--community-interpretation .contents__description a:hover {
  color: var(--color-primary-300);
}
.page-content--community-interpretation .contents__description p + p {
  margin: 1.5rem 0 0;
}
@media screen and (max-width: 430px) {
  .page-content--community-interpretation .contents__description p + p {
    margin: 1rem 0 0;
  }
}
.page-content--community-interpretation .contents-box-container {
  padding: 6rem 0 0;
}
@media screen and (max-width: 430px) {
  .page-content--community-interpretation .contents-box-container {
    padding: 2.5rem 0 0;
  }
}
.page-content--community-interpretation .contents-box-container__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.page-content--community-interpretation .contents-box-container__title {
  font-size: 2.2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 430px) {
  .page-content--community-interpretation .contents-box-container__title {
    font-size: 1.6rem;
  }
}
.page-content--community-interpretation .contents-box-container__sub-title {
  font-size: 1.8rem;
  padding: 1rem 0 0;
}
@media screen and (max-width: 430px) {
  .page-content--community-interpretation .contents-box-container__sub-title {
    font-size: 1.4rem;
  }
}
.page-content--community-interpretation .contents-box-container__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 1.5rem 0 0;
}
.page-content--community-interpretation .contents-box-container__note {
  font-size: 1.6rem;
  padding: 3rem 0 5rem;
  line-height: 2;
}
@media screen and (max-width: 430px) {
  .page-content--community-interpretation .contents-box-container__note {
    font-size: 1.4rem;
    line-height: 1.8;
    padding: 3rem 0;
  }
}
.page-content--community-interpretation .contents-box {
  padding: 3rem 3.5rem;
  background: var(--color-primary-20);
  border-radius: 2rem;
}
@media screen and (max-width: 430px) {
  .page-content--community-interpretation .contents-box {
    padding: 2rem 1.5rem;
    border-radius: 1.2rem;
  }
}
.page-content--community-interpretation .contents-box--green {
  background: #F1FDF3;
}
.page-content--community-interpretation .contents-box--pink {
  background: #FFF7F7;
}
.page-content--community-interpretation .contents-box--gray {
  background: #F6F6F6;
}
.page-content--community-interpretation .contents-box--border-yellow {
  border: 0.1rem solid #FCBC27;
  background: #fff;
}
.page-content--community-interpretation .contents-box h5 {
  font-size: 2rem;
  color: var(--color-primary-300);
  padding: 0 0 2rem;
}
@media screen and (max-width: 430px) {
  .page-content--community-interpretation .contents-box h5 {
    font-size: 1.6rem;
    padding: 0 0 1.6rem;
  }
}
.page-content--community-interpretation .contents-box h5.pink {
  color: #FF7A9F;
}
.page-content--community-interpretation .contents-box h5.black {
  color: var(--color-black);
}
.page-content--community-interpretation .contents-box h5 .note {
  font-weight: normal;
}
@media screen and (max-width: 430px) {
  .page-content--community-interpretation .contents-box h5 .note {
    font-size: 1.4rem;
  }
}
.page-content--community-interpretation .contents-box ul {
  list-style: none;
}
.page-content--community-interpretation .contents-box ul li {
  position: relative;
  padding: 0 0 0 2.2rem;
  font-size: 1.6rem;
  line-height: 1.35;
  font-weight: 500;
}
@media screen and (max-width: 430px) {
  .page-content--community-interpretation .contents-box ul li {
    padding: 0 0 0 2.5rem;
  }
}
.page-content--community-interpretation .contents-box ul li::before {
  position: absolute;
  top: 1em;
  left: 1.5rem;
  transform: translate(0, -50%) translate(-1rem, -2.5px);
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--color-black);
}
@media screen and (max-width: 430px) {
  .page-content--community-interpretation .contents-box ul li::before {
    left: 1.8rem;
  }
}
.page-content--community-interpretation .contents-box ul li .note {
  display: block;
}
.page-content--community-interpretation .contents-box ul li:not(:last-child) {
  margin: 0 0 1rem;
}
@media screen and (max-width: 430px) {
  .page-content--community-interpretation .contents-box ul li:not(:last-child) {
    margin: 0 0 0.5rem;
  }
}
@media screen and (max-width: 430px) {
  .page-content--community-interpretation .contents-box ul li {
    font-size: 1.4rem;
  }
}
.page-content--community-interpretation .contents-box.has-disc-list ul {
  list-style: disc;
  padding: 0 0 2rem 2.5rem;
}
.page-content--community-interpretation .contents-box.has-disc-list ul li {
  padding: 0;
}
.page-content--community-interpretation .contents-box.has-disc-list ul li::before {
  display: none;
}
.page-content--community-interpretation .contents-box p {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 430px) {
  .page-content--community-interpretation .contents-box p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.page-content--community-interpretation .contents-box__button-wrapper {
  padding: 3rem 0 0;
}

.page-content--memberships-donations {
  position: relative;
  padding: 8rem 0 5rem;
}
@media screen and (max-width: 430px) {
  .page-content--memberships-donations {
    padding: 2rem 2rem 6rem;
  }
}
.page-content--memberships-donations .noise-wave-bg {
  height: 80rem;
}
@media screen and (max-width: 430px) {
  .page-content--memberships-donations .noise-wave-bg {
    top: -3rem;
  }
}
.page-content--memberships-donations .contents__block {
  padding: 4rem 0 0;
}
@media screen and (max-width: 430px) {
  .page-content--memberships-donations .contents__block {
    padding: 2rem 0 0;
  }
}
.page-content--memberships-donations .contents__container {
  padding: 5rem 4.5rem 4.5rem;
  border: 1px solid var(--color-primary-200);
  border-radius: 3rem;
  background-color: var(--color-white);
}
@media screen and (max-width: 430px) {
  .page-content--memberships-donations .contents__container {
    padding: 3rem 1.5rem 2rem;
    border-radius: 2rem;
  }
}
.page-content--memberships-donations .contents__container--pink {
  border: 1px solid #FFC6C7;
}
.page-content--memberships-donations .contents__container--green {
  border: 1px solid #2DEC43;
}
.page-content--memberships-donations .contents__container--yellow {
  border: 1px solid #FCC026;
}
.page-content--memberships-donations .contents__container--purple {
  border: 1px solid #6981D5;
}
.page-content--memberships-donations .contents__container--fill-pink {
  background: #FFF0F0;
  border: none;
}
.page-content--memberships-donations .contents__description {
  font-size: 1.8rem;
  line-height: 1.75;
  font-weight: 500;
}
.page-content--memberships-donations .contents__description:not(:first-child) {
  padding: 3.5rem 0 0;
}
@media screen and (max-width: 430px) {
  .page-content--memberships-donations .contents__description:not(:first-child) {
    padding: 1rem 0 0;
  }
}
@media screen and (max-width: 430px) {
  .page-content--memberships-donations .contents__description {
    font-size: 1.4rem;
    padding: 2rem 0 0;
  }
}
.page-content--memberships-donations .contents__description--mb-large {
  padding: 0 4rem;
  font-size: 2rem;
  line-height: 1.7;
  font-weight: bold;
}
@media screen and (max-width: 430px) {
  .page-content--memberships-donations .contents__description--mb-large {
    font-size: 1.4rem;
    padding: 0;
    font-weight: 500;
  }
}
.page-content--memberships-donations .contents-area--list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 4rem 0 0;
}
@media screen and (max-width: 430px) {
  .page-content--memberships-donations .contents-area--list {
    padding: 2.5rem 0 0;
    gap: 2rem;
  }
}
.page-content--memberships-donations .contents-area--2-column {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 430px) {
  .page-content--memberships-donations .contents-area--2-column {
    flex-direction: column;
  }
}
.page-content--memberships-donations .contents-area--2-column .membership-fee-table {
  flex-basis: 56rem;
}
@media screen and (max-width: 430px) {
  .page-content--memberships-donations .contents-area--2-column .membership-fee-table {
    flex-basis: auto;
  }
}
.page-content--memberships-donations .contents-box-container {
  padding: 6rem 0 0;
}
@media screen and (max-width: 430px) {
  .page-content--memberships-donations .contents-box-container {
    padding: 2.5rem 0 0;
  }
}
.page-content--memberships-donations .contents-box-container__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 4rem 0 0;
}
@media screen and (max-width: 430px) {
  .page-content--memberships-donations .contents-box-container__list {
    padding: 2rem 0 0;
  }
}
.page-content--memberships-donations .contents-box-container__title {
  font-size: 2.2rem;
}
@media screen and (max-width: 430px) {
  .page-content--memberships-donations .contents-box-container__title {
    font-size: 1.6rem;
  }
}
.page-content--memberships-donations .contents-box-container__sub-title {
  font-size: 1.8rem;
  padding: 1rem 0 0;
}
@media screen and (max-width: 430px) {
  .page-content--memberships-donations .contents-box-container__sub-title {
    font-size: 1.4rem;
  }
}
.page-content--memberships-donations .contents-box-container__note {
  font-size: 1.6rem;
  padding: 3rem 0 5rem;
  line-height: 2;
}
@media screen and (max-width: 430px) {
  .page-content--memberships-donations .contents-box-container__note {
    font-size: 1.4rem;
    line-height: 1.8;
    padding: 3rem 0;
  }
}
.page-content--memberships-donations .contents-box {
  flex: 1;
  padding: 3rem 3.5rem;
  background: var(--color-primary-20);
  border-radius: 2rem;
}
.page-content--memberships-donations .contents-box--small {
  padding: 2rem 2.5rem;
}
@media screen and (max-width: 430px) {
  .page-content--memberships-donations .contents-box {
    padding: 2.5rem 2rem;
    border-radius: 1.2rem;
  }
}
.page-content--memberships-donations .contents-box--green {
  background: #F1FDF3;
}
.page-content--memberships-donations .contents-box--pink {
  background: #FFF7F7;
}
.page-content--memberships-donations .contents-box--purple {
  background: #F0F7FF;
}
.page-content--memberships-donations .contents-box--gray {
  background: #F6F6F6;
}
.page-content--memberships-donations .contents-box--yellow {
  background: #FFFAEE;
}
.page-content--memberships-donations .contents-box--light-yellow {
  background: #FFFEE6;
}
.page-content--memberships-donations .contents-box--border-yellow {
  border: 0.1rem solid #FCBC27;
  background: var(--color-white);
}
.page-content--memberships-donations .contents-box--border-blue {
  border: 0.1rem solid var(--color-primary-200);
  background: var(--color-white);
}
.page-content--memberships-donations .contents-box.no-break br {
  display: none;
}
.page-content--memberships-donations .contents-box h5 {
  font-size: 2rem;
  color: var(--color-primary-300);
  padding: 0 0 1.3rem;
  line-height: 1.2;
}
@media screen and (max-width: 430px) {
  .page-content--memberships-donations .contents-box h5 {
    font-size: 1.6rem;
    padding: 0 0 1.6rem;
  }
}
.page-content--memberships-donations .contents-box h5.pink {
  color: #FF7A9F;
}
.page-content--memberships-donations .contents-box h5.black {
  color: var(--color-black);
}
.page-content--memberships-donations .contents-box h5 .note {
  font-weight: normal;
}
@media screen and (max-width: 430px) {
  .page-content--memberships-donations .contents-box h5 .note {
    font-size: 1.4rem;
  }
}
.page-content--memberships-donations .contents-box ul {
  padding: 0.5rem 0 0;
}
.page-content--memberships-donations .contents-box ul[role=list] {
  list-style: disc;
}
.page-content--memberships-donations .contents-box ul[role=list] li {
  margin-left: 2.5rem;
}
.page-content--memberships-donations .contents-box ul.small {
  list-style: disc;
  padding: 0 0 0 2.5rem;
}
.page-content--memberships-donations .contents-box ul.small li {
  font-size: 1.6rem;
}
@media screen and (max-width: 430px) {
  .page-content--memberships-donations .contents-box ul.small li {
    font-size: 1.4rem;
  }
}
.page-content--memberships-donations .contents-box ul.small li:not(:first-child) {
  margin-top: 1rem;
}
@media screen and (max-width: 430px) {
  .page-content--memberships-donations .contents-box ul.small li:not(:first-child) {
    margin-top: 0.5rem;
  }
}
.page-content--memberships-donations .contents-box ul.note-list {
  padding: 3rem 0 0 2rem;
}
.page-content--memberships-donations .contents-box ul.note-list li {
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 430px) {
  .page-content--memberships-donations .contents-box ul.note-list li {
    font-size: 1.4rem;
  }
}
.page-content--memberships-donations .contents-box ul.note-list li:not(:first-child) {
  margin-top: 0;
}
.page-content--memberships-donations .contents-box ul li:not(:first-child) {
  margin-top: 0.5rem;
}
@media screen and (max-width: 430px) {
  .page-content--memberships-donations .contents-box ul li {
    font-size: 1.4rem;
  }
}
.page-content--memberships-donations .contents-box ul li h5 {
  font-size: 1.8rem;
  color: var(--color-black);
  padding: 0;
}
@media screen and (max-width: 430px) {
  .page-content--memberships-donations .contents-box ul li h5 {
    font-size: 1.4rem;
  }
}
.page-content--memberships-donations .contents-box ol {
  list-style: automatic;
}
.page-content--memberships-donations .contents-box ol.order-list li {
  font-weight: 500;
}
.page-content--memberships-donations .contents-box ol li {
  font-size: 1.8rem;
  font-weight: 400;
  margin-left: 2rem;
  padding-left: 0.5rem;
}
@media screen and (max-width: 430px) {
  .page-content--memberships-donations .contents-box ol li {
    font-size: 1.4rem;
  }
}
.page-content--memberships-donations .contents-box ol li:not(:first-child) {
  margin-top: 1.5rem;
}
@media screen and (max-width: 430px) {
  .page-content--memberships-donations .contents-box ol li:not(:first-child) {
    margin-top: 0.5rem;
  }
}
.page-content--memberships-donations .contents-box__description {
  font-size: 1.6rem;
  line-height: 2;
  padding: 3rem 0 0;
}
@media screen and (max-width: 430px) {
  .page-content--memberships-donations .contents-box__description {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.page-content--memberships-donations .contents-box .info-text {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 430px) {
  .page-content--memberships-donations .contents-box .info-text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.page-content--memberships-donations .contents-box__info-contents {
  font-size: 1.6rem;
  padding: 2rem 0 0;
  line-height: 2;
}
@media screen and (max-width: 430px) {
  .page-content--memberships-donations .contents-box__info-contents {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.page-content--memberships-donations .contents-box__info-contents b {
  color: var(--color-primary-300);
}
.page-content--memberships-donations .contents-box p {
  font-size: 1.7rem;
  line-height: 1.7;
}
@media screen and (max-width: 430px) {
  .page-content--memberships-donations .contents-box p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.page-content--memberships-donations .contents-box p.bold {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 430px) {
  .page-content--memberships-donations .contents-box p.bold {
    font-size: 1.4rem;
    padding: 0;
  }
}
.page-content--memberships-donations .contents-box__button-wrapper {
  padding: 3rem 0 0;
}
.page-content--memberships-donations .contents-box .order-list ol li {
  font-weight: 500;
}
.page-content--memberships-donations .contents-box .order-list ol + ul {
  margin-top: 1.5rem;
}
.page-content--memberships-donations .contents-box .weight-500 {
  font-weight: 500;
}
.page-content--memberships-donations .mail-magazine__container {
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 430px) {
  .page-content--memberships-donations .mail-magazine__container {
    flex-direction: column;
    gap: 1rem;
  }
}
.page-content--memberships-donations .mail-magazine__visual-column {
  flex-basis: 27rem;
  aspect-ratio: 1/1;
  border-radius: 2rem;
  background: var(--color-primary-10);
  padding: 5rem;
}
.page-content--memberships-donations .mail-magazine__title {
  font-size: 2.8rem;
  color: var(--color-primary-300);
}
@media screen and (max-width: 430px) {
  .page-content--memberships-donations .mail-magazine__title {
    font-size: 1.8rem;
  }
}
.page-content--memberships-donations .mail-magazine__title--pc {
  display: block;
}
@media screen and (max-width: 430px) {
  .page-content--memberships-donations .mail-magazine__title--pc {
    display: none;
  }
}
.page-content--memberships-donations .mail-magazine__title--sp {
  display: none;
}
@media screen and (max-width: 430px) {
  .page-content--memberships-donations .mail-magazine__title--sp {
    display: block;
  }
}
.page-content--memberships-donations .mail-magazine__text-column {
  flex: 1;
}
.page-content--memberships-donations .mail-magazine__text-column p {
  font-weight: 500;
  line-height: 2;
  padding: 2.8rem 0 0;
}
@media screen and (max-width: 430px) {
  .page-content--memberships-donations .mail-magazine__text-column p {
    font-size: 1.4rem;
    line-height: 1.8;
    padding: 0;
  }
}
.page-content--memberships-donations .mail-magazine__button-wrapper {
  display: flex;
  gap: 2rem;
  padding: 3rem 0 0;
}
@media screen and (max-width: 430px) {
  .page-content--memberships-donations .mail-magazine__button-wrapper {
    flex-direction: column;
    gap: 1rem;
    padding: 2rem 0 0;
  }
}
.page-content--memberships-donations .list-of-volunteer-activities-list {
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
  padding: 4rem 0 0;
}
.page-content--memberships-donations .list-of-volunteer-activities {
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
}
.page-content--memberships-donations .list-of-volunteer-activities__block {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.page-content--memberships-donations .list-of-volunteer-activities__block h5 {
  font-size: 1.8rem;
  font-weight: bold;
}
.page-content--memberships-donations .list-of-volunteer-activities__block img {
  width: 100%;
  height: 50rem;
}
@media screen and (max-width: 430px) {
  .page-content--memberships-donations .list-of-volunteer-activities__block img {
    height: auto;
  }
}
.page-content--memberships-donations .list-of-volunteer-activities__button-wrapper {
  display: flex;
  justify-content: center;
  padding: 1.5rem 0 0;
}
.page-content--memberships-donations .donation__image {
  width: 10rem;
  height: 13rem;
  margin: 1.5rem auto 2.2rem;
}
@media screen and (max-width: 430px) {
  .page-content--memberships-donations .donation__image {
    margin: 1.5rem auto 2.5rem;
  }
}
.page-content--memberships-donations .donation__description {
  font-size: 1.8rem;
  line-height: 2;
  padding: 0 5.5rem;
  font-weight: 500;
}
@media screen and (max-width: 430px) {
  .page-content--memberships-donations .donation__description {
    font-size: 1.4rem;
    padding: 0;
  }
}
.page-content--memberships-donations .donation-info__container {
  padding: 3.5rem 0 0;
}
@media screen and (max-width: 430px) {
  .page-content--memberships-donations .donation-info__container {
    padding: 2.5rem 0 0;
  }
}
.page-content--memberships-donations .donation-info__box {
  max-width: 100%;
  width: 58.2rem;
  border-radius: 2rem;
  background: #FFF8F8;
  margin: 0 auto;
  padding: 3rem 3.5rem;
}
@media screen and (max-width: 430px) {
  .page-content--memberships-donations .donation-info__box {
    padding: 2rem 1.5rem;
  }
}
.page-content--memberships-donations .donation-info__text {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 430px) {
  .page-content--memberships-donations .donation-info__text {
    font-size: 1.4rem;
  }
}
.page-content--memberships-donations .donation-info__note {
  display: block;
  font-size: 1.6rem;
  padding: 2rem 0 0;
}
@media screen and (max-width: 430px) {
  .page-content--memberships-donations .donation-info__note {
    font-size: 1.4rem;
  }
}

.error-404-page {
  min-height: calc(100vh - 45rem);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6rem 0 10rem;
  background: linear-gradient(180deg, #F8FAFB 0%, #FFFFFF 100%);
}
@media screen and (max-width: 430px) {
  .error-404-page {
    padding: 6rem 0 10rem;
    min-height: calc(100vh - 35rem);
  }
}
.error-404-page__container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 2rem;
  text-align: center;
}
@media screen and (max-width: 430px) {
  .error-404-page__container {
    padding: 0 16px;
  }
}
.error-404-page__number {
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
  position: relative;
}
@media screen and (max-width: 430px) {
  .error-404-page__number {
    margin-bottom: 24px;
  }
}
.error-404-page__number-text {
  position: relative;
  font-family: var(--font-family-base);
  font-size: 15rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: var(--color-primary);
  line-height: 1;
  display: inline-block;
}
@media screen and (max-width: 430px) {
  .error-404-page__number-text {
    font-size: 8rem;
  }
}
.error-404-page__number-text-en {
  font-family: var(--font-family-base);
  font-size: 2.8rem;
  font-weight: bold;
  margin: 2rem 0 0;
  line-height: 1;
  color: var(--color-primary);
}
@media screen and (max-width: 430px) {
  .error-404-page__number-text-en {
    font-size: 1.8rem;
  }
}
.error-404-page__content {
  max-width: 600px;
  margin: 0 auto;
}
.error-404-page__title {
  font-family: var(--font-family-base);
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--color-black);
  margin-bottom: 3rem;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (max-width: 430px) {
  .error-404-page__title {
    font-size: 1.8rem;
  }
}
.error-404-page__description {
  font-family: var(--font-family-base);
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--color-black);
  line-height: 2;
  margin-bottom: 3rem;
}
@media screen and (max-width: 430px) {
  .error-404-page__description {
    font-size: 1.4rem;
    margin-bottom: 3.2rem;
  }
}
.error-404-page__search {
  margin-bottom: 32px;
}
@media screen and (max-width: 430px) {
  .error-404-page__search {
    margin-bottom: 24px;
  }
}
.error-404-page__search .search-form {
  max-width: 500px;
  margin: 0 auto;
  position: relative;
}
.error-404-page__search .search-form input[type=search] {
  width: 100%;
  padding: 16px 50px 16px 20px;
  border: 2px solid #E0E0E0;
  border-radius: 50px;
  font-family: var(--font-family-base);
  font-size: 15px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 430px) {
  .error-404-page__search .search-form input[type=search] {
    padding: 14px 45px 14px 16px;
    font-size: 14px;
  }
}
.error-404-page__search .search-form input[type=search]:focus {
  outline: none;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(0, 162, 227, 0.1);
}
.error-404-page__search .search-form input[type=search]::-moz-placeholder {
  color: #999;
}
.error-404-page__search .search-form input[type=search]::placeholder {
  color: #999;
}
.error-404-page__search .search-form button[type=submit],
.error-404-page__search .search-form input[type=submit] {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: var(--color-primary);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 430px) {
  .error-404-page__search .search-form button[type=submit],
  .error-404-page__search .search-form input[type=submit] {
    width: 36px;
    height: 36px;
  }
}
.error-404-page__search .search-form button[type=submit]:hover,
.error-404-page__search .search-form input[type=submit]:hover {
  background-color: #0082b8;
}
.error-404-page__search .search-form button[type=submit]::before,
.error-404-page__search .search-form input[type=submit]::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: relative;
}
.error-404-page__search .search-form button[type=submit]::after,
.error-404-page__search .search-form input[type=submit]::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 8px;
  background-color: #fff;
  transform: rotate(45deg);
  right: 12px;
  bottom: 12px;
}
@media screen and (max-width: 430px) {
  .error-404-page__search .search-form button[type=submit]::after,
  .error-404-page__search .search-form input[type=submit]::after {
    right: 10px;
    bottom: 10px;
  }
}
.error-404-page__links {
  padding-top: 48px;
  border-top: 1px solid #E0E0E0;
}
@media screen and (max-width: 430px) {
  .error-404-page__links {
    padding-top: 40px;
  }
}
.error-404-page__links-title {
  font-family: var(--font-family-base);
  font-size: 18px;
  font-weight: 700;
  color: #2E2E2E;
  margin-bottom: 24px;
}
@media screen and (max-width: 430px) {
  .error-404-page__links-title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.error-404-page__links-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .error-404-page__links-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 430px) {
  .error-404-page__links-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

.error-404-page .btn__icon--left {
  margin-right: 8px;
}/*# sourceMappingURL=style.css.map */