html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.6rem;
  color: #653403;
  line-height: 1.6;
}

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

a {
  color: inherit;
  text-decoration: none;
}

main {
  overflow-x: clip;
  isolation: isolate;
}

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

.header {
  container-type: inline-size;
  container-name: header;
  position: relative;
  top: 0;
  z-index: 100;
  background: #fff8e8;
}
@media (max-width: 768px) {
  .header {
    background-color: #fff;
  }
  .header img {
    height: auto;
  }
}
.is-top .header {
  background: #daeeff;
}
@media (max-width: 768px) {
  .is-top .header {
    background-color: #fff;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}
.header__left {
  container-type: inline-size;
  container-name: header-left;
  background: #fff;
  padding: 0 4.8rem 1.8rem 3rem;
  border-radius: 0 0 80px 0;
  flex: 1 1 auto;
  min-width: 0;
  max-width: 486px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .header__left {
    padding: 1.7rem 1.1rem 1.6rem 1.2rem;
  }
}
.header__ncc-logo {
  width: 40rem;
  height: auto;
  object-fit: contain;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .header__ncc-logo {
    width: 100%;
  }
}
.header__title {
  min-width: 0;
  margin-left: clamp(8px, 3cqi, 19px);
}
.header__title__main {
  width: auto;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-size: clamp(1.8rem, 7cqi, 3.2rem);
  line-height: 1;
  letter-spacing: 0.2em;
  color: #201513;
  white-space: nowrap;
  padding: 3px 0 8px;
  letter-spacing: 10px;
}
@media (max-width: 768px) {
  .header__title__main {
    font-size: 1.8rem;
    letter-spacing: 1px;
  }
}
.header__title__main .ls-n6 {
  letter-spacing: -0.06em;
}
.header__title__main .ls-p7 {
  letter-spacing: 0.07em;
}
.header__subtitle {
  width: auto;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-size: clamp(1.1rem, 4cqi, 1.8rem);
  line-height: 1;
  letter-spacing: 0.07em;
  color: #005c96;
  white-space: nowrap;
}
@media (max-width: bp-main) {
  .header__subtitle {
    font-size: 1.1rem;
  }
}
.header__right {
  container-type: inline-size;
  container-name: header-right;
  flex: 0 1 240px;
  min-width: 12rem;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .header__right {
    flex: 0 1 115px;
    min-width: auto;
  }
}
.header__btn {
  display: inline-flex;
  white-space: nowrap;
  margin-right: 40px;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .header__btn {
    margin-right: 0;
  }
}
.header__btn:hover {
  opacity: 0.75;
}
.header__btn img {
  width: clamp(120px, 83cqi, 200px);
  height: auto;
}
.header__btn-label {
  display: flex;
  flex-direction: column;
}
.header__btn-top {
  font-size: 1rem;
}
.header__btn-main {
  font-size: 1.3rem;
  font-weight: 600;
}
@container header (min-width: 640px) {
  .header__inner {
    /*max-width: $max-width-header;*/
    margin: 0 auto;
    padding: 0;
  }
  .header__subtitle {
    display: block;
  }
  .header__title {
    font-size: 1.8rem;
  }
}

.sec-fv {
  container-type: inline-size;
  container-name: fv;
  background: #daeeff;
}
.sec-fv::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 7vw;
  background-image: url(../img/page-wave.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  pointer-events: none;
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .sec-fv::before {
    bottom: -6.7vw;
  }
}
.sec-fv.noise:not(.sec-fv--cm-detail)::after {
  top: 0 !important;
  height: calc(100% + 6.8vw);
  z-index: 1 !important;
}
.sec-fv.sec-fv--cm-detail {
  position: relative;
  margin-top: -10rem;
  background: transparent;
  overflow-x: clip;
}
.sec-fv.sec-fv--cm-detail .sec-fv__bg-wave {
  position: absolute;
  top: calc(10rem - 6.944vw);
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  background-color: #daeeff;
}
.sec-fv.sec-fv--cm-detail .sec-fv__bg-wave::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1440/100;
  background: url(../img/wave-blue.svg) no-repeat center top/100% 100%;
}
@media (max-width: 768px) {
  .sec-fv.sec-fv--cm-detail {
    margin-top: -8rem;
  }
  .sec-fv.sec-fv--cm-detail .sec-fv__bg-wave {
    top: calc(0rem - 6.944vw);
  }
}
.sec-fv.sec-fv--cm-detail::before {
  content: "";
  position: absolute;
  bottom: -6.8vw;
  left: 0;
  width: 100%;
  height: 7vw;
  background-image: url(../img/page-wave.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 768px) {
  .sec-fv.sec-fv--cm-detail::before {
    bottom: -2.8vw;
  }
}
.sec-fv.sec-fv--cm-detail::after {
  content: none;
}
.sec-fv.sec-fv--cm-detail.noise::after {
  content: "";
  position: absolute;
  inset: auto;
  top: auto;
  right: auto;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 7vw;
  background-color: #fff8e8;
  -webkit-mask-image: url(../img/page-wave.svg);
  mask-image: url(../img/page-wave.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  pointer-events: none;
  transform: rotate(180deg);
  z-index: 0;
}
@media (max-width: 768px) {
  .sec-fv.sec-fv--cm-detail.noise::after {
    bottom: -6.7vw;
  }
}
.sec-fv.sec-fv--cm-detail .sec-fv__inner {
  padding-top: 0;
  padding-bottom: 21.5rem;
}
@media (max-width: 1200px) {
  .sec-fv.sec-fv--cm-detail .sec-fv__inner {
    padding-bottom: 14rem;
  }
}
@media (max-width: 768px) {
  .sec-fv.sec-fv--cm-detail .sec-fv__inner {
    padding-bottom: 18rem;
  }
}
.sec-fv__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  padding: 5.5rem 0rem 2.9rem;
  position: relative;
  z-index: 5;
}
@media (max-width: 1200px) {
  .sec-fv__inner {
    padding: 3.25rem 2rem 2.9rem;
  }
}
.sec-fv__more {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 13.7rem;
  height: 13.7rem;
  border-radius: 50%;
  background: #166fa7;
  box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 3.5rem;
  gap: 0.8rem;
  color: #fff;
  text-align: center;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  z-index: 10;
}
.sec-fv__more:hover {
  opacity: 0.99;
  background-color: #4aa3da;
}
.sec-fv__more:hover .sec-fv__more-arrow {
  transform: translateX(0.6rem);
}
.sec-fv__more-text {
  font-weight: 600;
  line-height: 1.4;
  font-family: "Zen Maru Gothic", sans-serif;
}
.sec-fv__more-sm {
  display: block;
  font-size: 1.8rem;
  letter-spacing: -0.03em;
}
.sec-fv__more-lg {
  display: block;
  font-size: 2.2rem;
  letter-spacing: -0.06em;
}
.sec-fv__more-arrow {
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  .sec-fv__more {
    position: static;
    width: 90%;
    height: auto;
    border-radius: 999px;
    flex-direction: row;
    justify-content: center;
    padding: 1.5rem 0 1.5rem 1rem;
    margin: 0 auto;
  }
  .sec-fv__more-text {
    display: flex;
    line-height: 1;
  }
  .sec-fv__more-sm, .sec-fv__more-lg {
    font-size: 2rem;
    letter-spacing: 0.03em;
  }
  .sec-fv__more-arrow {
    width: 1.5rem;
    height: 1rem;
  }
}

.sec-fv-01 {
  container-type: inline-size;
  container-name: fv;
  background: #daeeff;
}
.sec-fv-01.noise:not(.sec-fv--cm-detail)::after {
  top: 0 !important;
  height: calc(100% + 6.8vw);
  z-index: 1 !important;
}
.sec-fv-01.sec-fv--cm-detail {
  position: relative;
}
.sec-fv-01.sec-fv--cm-detail::before {
  content: none;
}
.sec-fv-01.sec-fv--cm-detail.noise::after {
  content: "";
  position: absolute;
  inset: auto;
  top: auto;
  right: auto;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 7vw;
  background-color: #fff8e8;
  -webkit-mask-image: url(../img/page-wave.svg);
  mask-image: url(../img/page-wave.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  pointer-events: none;
  transform: rotate(180deg);
  z-index: 0;
}
@media (max-width: 768px) {
  .sec-fv-01.sec-fv--cm-detail.noise::after {
    bottom: -6.7vw;
  }
}
.sec-fv-01__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0rem 2.9rem;
  position: relative;
  z-index: 5;
}
@media (max-width: 1200px) {
  .sec-fv-01__inner {
    padding: 2rem 2rem 2rem;
  }
}
.sec-fv-01__more {
  position: absolute;
  bottom: 0;
  right: -5rem;
  width: 13.7rem;
  height: 13.7rem;
  border-radius: 50%;
  background: #166fa7;
  box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: #fff;
  text-align: center;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  z-index: 10;
}
.sec-fv-01__more:hover {
  opacity: 0.99;
  background-color: #4aa3da;
}
.sec-fv-01__more:hover .sec-fv__more-arrow {
  transform: translateX(0.6rem);
}
.sec-fv-01__more-text {
  font-weight: 600;
  line-height: 1.5;
  font-family: "Zen Maru Gothic", sans-serif;
}
.sec-fv-01__more-sm {
  display: block;
  font-size: 1.8rem;
  letter-spacing: -0.03em;
}
.sec-fv-01__more-lg {
  display: block;
  font-size: 2.2rem;
  letter-spacing: -0.06em;
}
.sec-fv-01__more-arrow {
  display: none;
}
@media (max-width: 768px) {
  .sec-fv-01__more-arrow {
    display: block;
    transition: transform 0.3s ease;
  }
}
@media (max-width: 768px) {
  .sec-fv-01__more--pc {
    display: none;
  }
}
.sec-fv-01__more--sp {
  display: none;
}
@media (max-width: 768px) {
  .sec-fv-01__more--sp {
    display: flex;
    position: static;
    width: 90%;
    max-width: 36rem;
    height: auto;
    border-radius: 999px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.8rem;
    padding: 1.2rem 2rem;
    margin: 0 auto;
  }
  .sec-fv-01__more--sp .sec-fv-01__more-text {
    display: flex;
    line-height: 1;
  }
  .sec-fv-01__more--sp .sec-fv-01__more-sm {
    font-size: 1.8rem;
    letter-spacing: 0.03em;
  }
  .sec-fv-01__more--sp .sec-fv-01__more-arrow {
    width: 1.5rem;
    height: 1rem;
  }
}

.fv-catch {
  width: 100%;
  margin: 0 auto 3rem;
  z-index: 2;
}
.fv-catch img {
  width: min(60rem, 100%);
  height: auto;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .fv-catch img {
    width: 100%;
  }
}
.fv-catch__pre, .fv-catch__post {
  font-size: 2.8rem;
}
.fv-catch__num {
  font-size: 7rem;
  font-style: italic;
  color: #166fa7;
  line-height: 1;
}
@container fv (min-width: 768px) {
  .fv-catch {
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    gap: 0.6rem;
  }
  .fv-catch__pre, .fv-catch__post {
    writing-mode: vertical-rl;
    font-size: 3.2rem;
    letter-spacing: 0.12em;
  }
  .fv-catch__num {
    font-size: 12rem;
    line-height: 1;
  }
}

.fv-bgmap {
  position: absolute;
  right: -4rem;
  bottom: -2rem;
  z-index: 0;
}
@media (max-width: 768px) {
  .fv-bgmap {
    display: none;
  }
}

.fv-video {
  width: 100%;
  max-width: 721px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
.fv-video-bridge {
  width: 15.6rem;
  position: absolute;
  top: -4.5rem;
  right: 1.9rem;
}
@media (max-width: 768px) {
  .fv-video-bridge {
    width: 8.6rem;
    top: -2.7rem;
  }
}
.fv-video-bridge img {
  height: auto;
}
.fv-video__player {
  position: relative;
  border-radius: 14px;
  aspect-ratio: 15/8.7;
  background: url(../img/kv-wrap-bg.png) no-repeat;
  background-size: 100%;
}
@media (max-width: 768px) {
  .fv-video__player {
    overflow: visible;
    background-image: url(../img/kv-wrap-bg-sp.png);
  }
}
.fv-video__content {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 20px;
  z-index: 5;
}
.fv-video__content img {
  height: auto;
  border-radius: 1.6rem;
}
.fv-video__content iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  border-radius: 1.6rem;
}
.fv-video__thumb {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 2rem;
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .fv-video__thumb {
    position: relative;
    margin-bottom: 0;
    padding: 1.2rem 1.3rem;
  }
}
.fv-video__thumb:hover .fv-video__thumb-img {
  opacity: 0.75;
}
.fv-video__thumb:hover .fv-video__btn {
  transform: scale(1.08);
}
.fv-video__thumb-img {
  position: absolute;
  inset: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  object-fit: cover;
  border-radius: 1.6rem;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .fv-video__thumb-img {
    inset: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}
.fv-video__btn {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
  transition: transform 0.3s ease;
}
.fv-video__btn-label {
  font-size: 2rem;
  font-weight: 500;
  text-indent: 3px;
  background: rgba(0, 0, 0, 0.62);
  border-radius: 44px;
  padding: 0.1rem 2rem;
}
.fv-video__more {
  display: block;
  width: fit-content;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}
@media (max-width: 768px) {
  .fv-video__more {
    position: static;
    width: auto;
    margin-top: 1.6rem;
  }
}
@container fv (min-width: 768px) {
  .fv-video {
    flex: 1;
    min-width: 0;
  }
  .fv-video__more {
    margin-left: auto;
  }
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background: rgba(0, 0, 0, 0.4);
}
.video-modal.is-open {
  display: flex;
}
.video-modal__inner {
  position: relative;
  width: min(92vw, 960px);
}
.video-modal__player {
  aspect-ratio: 16/9;
}
.video-modal__player iframe {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
.video-modal__close {
  position: absolute;
  top: -3.6rem;
  right: -3.6rem;
  z-index: 1;
  width: 4rem;
  height: 4rem;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 768px) {
  .video-modal__close {
    top: -4.6rem;
    right: -0.6rem;
  }
}
.video-modal__close::before, .video-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.8rem;
  height: 2px;
  background: #201513;
}
.video-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.video-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

body.is-video-modal-open {
  overflow: hidden;
}

.fv-article {
  max-width: 748px;
  margin: 0 auto;
  font-family: "Baloo 2", sans-serif;
  position: relative;
  z-index: 5;
}
@media (max-width: 1200px) {
  .fv-article {
    padding: 0 2rem 10rem;
  }
}
@media (max-width: 768px) {
  .fv-article {
    padding: 0 2rem 8rem;
    text-align: center;
  }
}
.fv-article__inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .fv-article__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.fv-article__meta {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-left: 11rem;
}
@media (max-width: 768px) {
  .fv-article__meta {
    justify-content: center;
    margin-left: 5rem;
    margin-bottom: 0.4rem;
  }
}
.fv-article__heading {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
}
@media (max-width: 768px) {
  .fv-article__heading {
    line-height: 1.2;
    margin-bottom: 2rem;
  }
}
.fv-article__num {
  color: #653403;
  font-size: 5rem;
  font-family: "Baloo 2", sans-serif;
  font-weight: 500;
}
@media (max-width: 768px) {
  .fv-article__num {
    font-size: 4rem;
  }
}
.fv-article__num em {
  font-size: 3.9rem;
  font-style: normal;
}
@media (max-width: 768px) {
  .fv-article__num em {
    font-size: 3.2rem;
  }
}
.fv-article__num:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 2px;
  background-color: #653403;
  margin: 0 10px;
}
.fv-article__topic {
  color: #005c96;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 4.2rem;
  line-height: 1.3;
  letter-spacing: 3.36px;
}
@media (max-width: 768px) {
  .fv-article__topic {
    font-size: 3.6rem;
  }
}
.fv-article__date {
  font-size: 1.6rem;
  color: #653403;
  font-family: "Baloo 2", sans-serif;
  font-weight: 500;
  white-space: nowrap;
}
@container fv (min-width: 768px) {
  .fv-article {
    padding: 0 0 10rem;
  }
}

@container fv (min-width: 768px) {
  .sec-fv__inner {
    flex-direction: row;
    align-items: center;
    position: relative;
  }
}
.sec-archive {
  container-type: inline-size;
  container-name: archive;
  background: #fff8e8;
  padding: 5.6rem 0 10rem;
  position: relative;
  overflow-x: clip;
}
@media screen and (max-width: 768px) {
  .sec-archive {
    padding: 0 0 10rem;
  }
}
.sec-archive::before {
  content: "";
  position: absolute;
  top: -6.8vw;
  left: 0;
  width: 100%;
  height: 7vw;
  background-image: url(../img/wave-beige.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  pointer-events: none;
}
@media (max-width: 768px) {
  .sec-archive::before {
    top: -6.7vw;
  }
}
.sec-archive.noise::after {
  top: -6.8vw !important;
  height: calc(100% + 6.8vw);
  z-index: 1 !important;
}
.sec-archive__inner {
  position: relative;
  z-index: 10;
}
@media (max-width: 1200px) {
  .sec-archive__inner {
    padding: 4rem 2rem 0;
  }
}
.sec-archive .sec-head {
  max-width: 1200px;
  margin: 0 auto 4rem;
}
.sec-archive .sec-more {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem;
}
@media (max-width: 768px) {
  .sec-archive .sec-more {
    padding: 0;
  }
}
.sec-archive.single::before {
  content: none;
}
.sec-archive.single::after {
  top: 0vw !important;
  height: 100%;
}

.sec-head {
  margin-bottom: 2.8rem;
  position: relative;
}
.sec-head__title {
  font-size: 4.2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 1.68px;
}
@media (max-width: 768px) {
  .sec-head__title {
    font-size: 3rem;
  }
}
.sec-head__en {
  display: block;
  font-size: 2.2rem;
  font-weight: 500;
  color: #166fa7;
  font-family: "Baloo 2", sans-serif;
  letter-spacing: 0.08em;
  margin-top: 0.4rem;
}
@media (max-width: 768px) {
  .sec-head__en {
    font-size: 1.7rem;
  }
}
.sec-head-dejima {
  position: absolute;
  bottom: -1rem;
  right: 6.5rem;
}
@media (max-width: 768px) {
  .sec-head-dejima {
    width: 20rem;
    bottom: auto;
    top: -8.5rem;
    right: 0;
  }
  .sec-head-dejima img {
    height: auto;
  }
}
.sec-head-glover {
  position: absolute;
  bottom: -4rem;
  right: 6.5rem;
  width: 27.9rem;
  height: auto;
}
.sec-head-glover img {
  height: auto;
}
@media (max-width: 768px) {
  .sec-head-glover {
    width: 15.6rem;
    bottom: -4rem;
    right: 1rem;
  }
}
@container (min-width: 768px) {
  .sec-head {
    display: flex;
    align-items: center;
    gap: 0;
  }
  .sec-head__en {
    display: inline;
    margin-top: 0;
    margin-left: 3.2rem;
    padding-left: 3.2rem;
    border-left: 2px solid #d0c6bb;
  }
}

.sec-head-glover-tablet {
  display: none;
}

@media (min-width: 768px) and (max-width: 870px) {
  .sec-head .sec-head-glover {
    display: none;
  }
  .cm-slider .sec-head-glover-tablet {
    display: flex;
    align-items: center;
    gap: 20px;
    position: absolute;
    top: -60px;
    right: 100px;
    z-index: 2;
    pointer-events: none;
  }
  .cm-slider .sec-head-glover-tablet picture {
    display: block;
    flex-shrink: 0;
  }
  .cm-slider .sec-head-glover-tablet img {
    width: auto;
    height: auto;
    max-height: 5.6rem;
  }
}
.cm-slider {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  position: relative;
}
.cm-slider__arrow {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.9rem;
  height: 5.8rem;
  flex-shrink: 0;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #653403;
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-100%);
}
.cm-slider__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6.2rem;
  height: 11.4rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.85);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.cm-slider__arrow:disabled {
  opacity: 0.35;
  cursor: default;
}
.cm-slider__arrow--prev {
  left: -6rem;
}
.cm-slider__arrow--next {
  right: 7rem;
}
.cm-slider__track {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 768px) {
  .cm-slider {
    width: calc(100vw - max(0rem, (100vw - 1200px) / 2) + 3.3rem);
    margin-left: max(0rem, (100vw - 1200px) / 2);
    padding: 0;
  }
  .cm-slider__arrow {
    display: flex;
  }
  .cm-slider__track {
    flex-direction: row;
    gap: 3.2rem;
    overflow: hidden;
  }
}

.cm-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .cm-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 3.2rem;
  }
}
.cm-grid .cm-card,
.cm-grid .cm-card:nth-child(n+4),
.cm-grid .cm-card:nth-child(n+7) {
  display: block;
  flex: none;
}
.cm-grid .cm-card.js-cm-hidden {
  display: none;
}

.cm-card {
  container-type: inline-size;
  overflow: hidden;
}
.cm-card:nth-child(n+4) {
  display: none;
}
.cm-card__thumb {
  position: relative;
  display: block;
  border-radius: 16px;
  aspect-ratio: 16/9;
  background: #253448;
  overflow: hidden;
}
.cm-card__thumb::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.62);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.cm-card__thumb::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.2rem 0 1.2rem 2rem;
  border-color: transparent transparent transparent #fff;
  transform: translate(-35%, -50%);
  pointer-events: none;
}
.cm-card__thumb:hover .cm-card__thumb-img {
  opacity: 0.75;
}
.cm-card__thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease;
}
.cm-card__body {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  padding: 1.6rem 0 2.4rem;
}
.cm-card__link {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  flex: 1;
  min-width: 0;
  text-decoration: none;
  color: #653403;
  transition: color 0.2s ease;
}
.cm-card__link:hover {
  color: rgb(41.5653846154, 21.4, 1.2346153846);
}
.cm-card__num {
  font-family: "Baloo 2", sans-serif;
  color: inherit;
  font-weight: 500;
  font-size: clamp(3.5rem, 13cqi, 5.5rem);
  line-height: 1;
  flex-shrink: 0;
}
.cm-card__num em {
  font-size: clamp(2.8rem, 10cqi, 4.2rem);
  font-style: normal;
}
.cm-card__divider {
  display: block;
  width: 2px;
  height: 4rem;
  background: #d0c6bb;
  flex-shrink: 0;
}
.cm-card__info {
  flex: 1;
  min-width: 0;
}
.cm-card__dept {
  font-size: 1.6rem;
  font-weight: 600;
  color: inherit;
  letter-spacing: 0.1em;
}
.cm-card__meta {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-bottom: 0.4rem;
}
.cm-card__title {
  font-size: 2.4rem;
  font-weight: 600;
  color: inherit;
  letter-spacing: 0.1em;
  margin-top: 2px;
}
@media (max-width: 768px) {
  .cm-card__title {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .cm-card {
    display: block;
    flex: 0 0 calc(50% - 1.6rem);
    transition: transform 0.3s ease;
  }
  .cm-card:nth-child(n+4) {
    display: block;
  }
  .cm-card:nth-child(n+7) {
    display: none;
  }
}

.cm-badge-new {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem 0.9rem;
  background: #4aa3da;
  border-radius: 6px;
  font-family: "Baloo 2", sans-serif;
  font-weight: 600;
  font-size: 1.7rem;
  line-height: 1;
  color: #fff;
}

.sec-more {
  text-align: center;
  margin-top: 3.2rem;
}

.btn-primary {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 4rem 1.2rem 8.6rem;
  background: #166fa7;
  color: #fff;
  border-radius: 5.6rem;
  box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.2);
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.4;
  font-family: "Zen Maru Gothic", sans-serif;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}
@media (max-width: 768px) {
  .btn-primary {
    width: 100%;
    padding: 1.5rem 0em 1.5rem 0rem;
    font-size: 2.2rem;
    justify-content: center;
  }
}
.btn-primary:hover {
  opacity: 0.99;
  background-color: #4aa3da;
}
.btn-primary__icon {
  flex-shrink: 0;
  width: 2.8rem;
  height: 2.8rem;
  margin-left: 2rem;
  transition: transform 0.2s ease;
}
.btn-primary:hover .btn-primary__icon {
  transform: translateX(0.6rem);
}

.sec-insta {
  container-type: inline-size;
  container-name: insta;
  padding: 5.6rem 0 10rem;
  background: #fff;
  position: relative;
}
.sec-insta::before {
  content: "";
  position: absolute;
  top: -6.8vw;
  left: 0;
  width: 100%;
  height: 7vw;
  background-image: url(../img/wave-white.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  pointer-events: none;
}
.sec-insta .sec-head {
  max-width: 1200px;
  margin: 0 auto 4rem;
}
.sec-insta .sec-head-castella {
  position: absolute;
  top: -18rem;
  left: 6rem;
}
@media (max-width: 768px) {
  .sec-insta .sec-head-castella {
    width: 12rem;
    top: -6rem;
    left: auto;
    right: -4rem;
  }
  .sec-insta .sec-head-castella img {
    height: auto;
  }
}
.sec-insta .sec-head-church {
  position: absolute;
  bottom: -4rem;
  right: 5.5rem;
}
@media (max-width: 768px) {
  .sec-insta .sec-head-church {
    display: none;
  }
}
.sec-insta__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 5;
}

.insta-grid {
  margin-bottom: 2.4rem;
}
.insta-grid .lightwidget-widget {
  display: block;
  width: 100%;
  border: 0;
  overflow: hidden;
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 1rem 4.2rem 1rem 4.4rem;
  border: 1.5px solid #166fa7;
  border-radius: 100px;
  font-size: 2rem;
  font-weight: 500;
  color: #166fa7;
  box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
@media (max-width: 768px) {
  .btn-outline {
    font-size: 1.6rem;
  }
}
.btn-outline:hover {
  background-color: #4aa3da;
  border-color: #4aa3da;
  color: #fff;
}
.btn-outline .link img {
  transition: filter 0.3s ease;
}
.btn-outline:hover .link img {
  filter: brightness(0) invert(1);
}

.footer {
  container-type: inline-size;
  container-name: footer;
  position: relative;
}

.footer-seagull {
  position: absolute;
  top: -7.1rem;
  right: 6rem;
}
@media (max-width: 768px) {
  .footer-seagull {
    top: -5.1rem;
    right: 0;
    width: 9.2rem;
  }
  .footer-seagull img {
    height: auto;
  }
}

.footer-banners {
  background: #daeeff;
  padding: 3.5rem 0 3.9rem;
}
@media (max-width: 1200px) {
  .footer-banners {
    padding: 5.1rem 2rem 6.85rem;
  }
}
.footer-banners::before {
  content: "";
  position: absolute;
  top: -6.75vw;
  left: 0;
  width: 100%;
  height: 7vw;
  background-image: url(../img/wave-blue.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  pointer-events: none;
}
.footer-banners.noise::after {
  top: -6.8vw !important;
  height: calc(100% + 6.8vw);
  z-index: 1 !important;
}
.footer-banners__inner {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .footer-banners__inner {
    gap: 2.5rem;
  }
}
@container footer (min-width: 768px) {
  .footer-banners__inner {
    flex-direction: row;
  }
}

.footer-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}
.footer-banner:hover {
  opacity: 0.75;
}
.footer-banner picture {
  width: 100%;
}
.footer-banner img {
  box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  height: auto;
}
@container footer (min-width: 768px) {
  .footer-banner {
    flex: 1;
  }
}

.footer-info {
  background-color: #166fa7;
  color: #fff;
  padding: 3.2rem 0 0;
  border-top: 1px solid #eee;
  position: relative;
}
@media (max-width: 1200px) {
  .footer-info {
    padding: 3.2rem 2rem 8rem;
  }
}
.footer-info__inner {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
.footer-info__org {
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 0.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  .footer-info__org {
    font-weight: 500;
  }
}
.footer-info__addr, .footer-info__tel {
  font-size: 2rem;
  margin-top: 0.3rem;
}
.footer-info__links {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  align-items: flex-start;
}
@container footer (min-width: 768px) {
  .footer-info__inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .footer-info__links {
    align-items: center;
  }
}
@container footer (max-width: 768px) {
  .footer-info__org {
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .footer-info__addr, .footer-info__tel {
    font-size: 1.6rem;
    line-height: 1.7;
  }
}
.footer-info__ajisai {
  position: absolute;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
  width: 33.5rem;
}
.footer-info__ajisai picture {
  display: block;
  width: 100%;
}
.footer-info__ajisai--left {
  left: 0;
}
.footer-info__ajisai--right {
  right: 0;
}

.footer-city-btn {
  border: 1.5px solid #166fa7;
  border-radius: 8px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #166fa7;
}
@media (max-width: 768px) {
  .footer-city-btn {
    width: 20rem;
  }
  .footer-city-btn img {
    height: 100%;
  }
}

.footer-insta-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1.4rem;
}
.footer-insta-link i {
  width: 2.7rem;
}
.footer-insta-link i svg {
  width: 100%;
}
.footer-insta-link .link img {
  filter: brightness(0) invert(1);
}

.footer-copy {
  color: #bde0ff;
  text-align: center;
  padding: 4.2rem 0 2.5rem;
  font-size: 1.4rem;
}
@container footer (max-width: 768px) {
  .footer-copy {
    padding: 2.4rem 0 0;
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

.noise {
  position: relative;
}
.noise:not(.sec-fv)::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.5 0.5' numOctaves='3' stitchTiles='stitch' result='r'/><feColorMatrix in='r' type='luminanceToAlpha' result='a'/><feFlood flood-color='white' flood-opacity='0.2' result='c'/><feComposite operator='in' in='c' in2='a'/></filter><rect width='200' height='200' filter='url(%23n)'/></svg>");
  background-repeat: repeat;
  background-size: 200px 200px;
}

.sec-page-head {
  position: relative;
  background: #fff8e8;
  z-index: 2;
  overflow-x: clip;
}
.sec-page-head:not(.sec-page-head--cm-detail)::before {
  content: "";
  position: absolute;
  bottom: -6.8vw;
  left: 0;
  width: 100%;
  height: 7vw;
  background-color: #fff8e8;
  -webkit-mask-image: url(../img/page-wave.svg);
  mask-image: url(../img/page-wave.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  pointer-events: none;
}
@media (max-width: 768px) {
  .sec-page-head:not(.sec-page-head--cm-detail)::before {
    bottom: -6.7vw;
  }
}
.sec-page-head__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 18.5rem;
  text-align: center;
  gap: 2rem;
  position: relative;
  z-index: 2;
}
.sec-page-head__title {
  font-family: "FOT-TsukuARdGothic Std", "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-size: 6rem;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #653403;
}
.sec-page-head__meta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  margin-bottom: 2.7rem;
}
@media (max-width: 768px) {
  .sec-page-head__meta {
    margin-bottom: 1.5rem;
  }
}
.sec-page-head__date {
  font-family: "Baloo 2", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #653403;
}
.sec-page-head__en {
  font-family: "Baloo 2", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #005c96;
}
.sec-page-head--cm-detail {
  z-index: 3;
  padding-bottom: 0;
}
.sec-page-head--cm-detail::before {
  content: "";
  position: absolute;
  bottom: -6.8vw;
  left: 0;
  width: 100%;
  height: 7vw;
  background-color: #fff8e8;
  -webkit-mask-image: url(../img/page-wave.svg);
  mask-image: url(../img/page-wave.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  pointer-events: none;
}
.sec-page-head--cm-detail .sec-page-head__inner {
  height: auto;
  padding: 3.6rem 2rem 10rem;
  gap: 0.8rem;
}
.sec-page-head--cm-detail .sec-page-head__title {
  margin-bottom: 2.4rem;
}
.sec-page-head--cm-detail .sec-page-head__en img {
  width: auto;
  max-width: 11rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .sec-page-head__inner {
    height: auto;
    padding: 3rem 2rem;
  }
  .sec-page-head__title {
    font-size: 4rem;
  }
  .sec-page-head__en {
    font-size: 1.8rem;
  }
  .sec-page-head__date {
    font-size: 1.8rem;
  }
  .sec-page-head--cm-detail .sec-page-head__inner {
    padding: 3rem 2rem 8rem;
  }
}

.sec-page-archive {
  container-type: inline-size;
  container-name: page-archive;
  background: #fff;
  padding: 9.6rem 0 10rem;
  position: relative;
  overflow-x: clip;
}
.sec-page-archive.noise::after {
  top: -6.8vw !important;
  height: calc(100% + 6.8vw);
  z-index: 1 !important;
}
.sec-page-archive__inner {
  position: relative;
  z-index: 10;
}
@media (max-width: 1200px) {
  .sec-page-archive__inner {
    padding: 0 2rem;
  }
}
.sec-page-archive__inner .btn-primary:hover .btn-primary__icon {
  transform: translateX(0) translateY(0.6rem);
}
.sec-page-archive .sec-head {
  max-width: 1200px;
  margin: 0 auto 4rem;
}
.sec-page-archive .sec-head-castella {
  position: absolute;
  top: -18rem;
  left: 6rem;
}
@media (max-width: 768px) {
  .sec-page-archive .sec-head-castella {
    width: 12rem;
    top: -6rem;
    left: auto;
    right: -4rem;
  }
  .sec-page-archive .sec-head-castella img {
    height: auto;
  }
}
.sec-page-archive .sec-head-church {
  position: absolute;
  bottom: -4rem;
  right: 5.5rem;
}
@media (max-width: 768px) {
  .sec-page-archive .sec-head-church {
    display: none;
  }
}
.sec-page-archive .sec-head-ajisai {
  position: absolute;
  top: -5rem;
  right: -8rem;
}
@media (max-width: 768px) {
  .sec-page-archive .sec-head-ajisai {
    width: 14rem;
    top: -3rem;
    right: -4rem;
  }
  .sec-page-archive .sec-head-ajisai img {
    height: auto;
  }
}
.sec-page-archive .sec-more {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem;
}
@media (max-width: 768px) {
  .sec-page-archive .sec-more {
    padding: 0;
  }
}

.sec-info {
  background: #fff8e8;
  padding: 0 0 10rem;
}
@media (max-width: 768px) {
  .sec-info {
    padding: 0 0 3rem;
  }
}
.sec-info__inner {
  max-width: 88rem;
  margin: 0 auto -6rem;
  padding: 0 0rem;
  position: relative;
  top: -12rem;
}

.info-box {
  background: #fff;
  border-radius: 16px;
  padding: 4.2rem 3.2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: relative;
}
@media (max-width: 768px) {
  .info-box {
    padding: 2.4rem 2rem;
  }
}
.info-box__head {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  padding-bottom: 0.8rem;
}
@media (max-width: 768px) {
  .info-box__head {
    flex-wrap: wrap;
    align-items: flex-start;
    row-gap: 0.6rem;
  }
}
.info-box__icon {
  width: 3.1rem;
  height: 3.1rem;
  flex-shrink: 0;
}
.info-box__title {
  font-size: 2.8rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #005c96;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media (max-width: 768px) {
  .info-box__title {
    font-size: 2.2rem;
  }
}
.info-box__en {
  font-family: "Baloo 2", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #4aa3da;
  letter-spacing: 0.02em;
  line-height: 1;
  padding-left: 1.6rem;
  border-left: 2px solid #d0c6bb;
}
@media (max-width: 768px) {
  .info-box__en {
    display: block;
    width: 100%;
    padding-left: 0;
    border-left: 0;
    margin-top: 1.2rem;
  }
}
.info-box__ajisai {
  position: absolute;
  top: -5rem;
  right: -8rem;
}
@media (max-width: 768px) {
  .info-box__ajisai {
    width: 11rem;
    top: -2rem;
    right: -1.8rem;
  }
  .info-box__ajisai img {
    height: auto;
  }
}

.info-links {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem 2rem;
}
.info-links > li {
  display: flex;
}
@media (max-width: 768px) {
  .info-links > li {
    flex: 1 1 100%;
  }
}

.info-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6rem;
  position: relative;
  padding: 2rem 2.4rem 2rem 3.2rem;
  background: #fff8e8;
  border: 1px solid #decfba;
  border-radius: 16px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.08);
  color: #653403;
  width: 100%;
  transition: opacity 0.2s ease;
}
.info-link:hover {
  opacity: 0.75;
}
.info-link__body {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  flex: 1;
  min-width: 0;
}
@media (max-width: 768px) {
  .info-link__body {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
  }
}
.info-link__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .info-link__title {
    font-size: 1.6rem;
  }
}
.info-link__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.8rem;
  background: #653403;
  border-radius: 6px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  flex-shrink: 0;
}
.info-link__ext {
  width: 1.6rem;
  height: 1.6rem;
  flex-shrink: 0;
  color: #653403;
}
@media (max-width: 768px) {
  .info-link__ext {
    position: absolute;
    right: 2.4rem;
    bottom: 2rem;
  }
}

.info-contact {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 2rem;
  padding-top: 3rem;
  border-top: 2px dashed #4aa3da;
}
@media (max-width: 768px) {
  .info-contact {
    flex-direction: column;
  }
}
.info-contact__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: 1.4rem 1.6rem;
  flex: 1;
  border: 2px solid #166fa7;
  border-radius: 16px;
  min-height: 12rem;
}
.info-contact__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 2.4rem;
  background: #005c96;
  border-radius: 46px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1;
}
.info-contact__dept {
  font-family: "FOT-TsukuARdGothic Std", "Zen Maru Gothic", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #005c96;
  letter-spacing: 0.1em;
  text-align: center;
}
.info-contact__tel {
  font-family: "FOT-TsukuARdGothic Std", "Zen Maru Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #005c96;
  letter-spacing: 0.1em;
  text-align: center;
}
.info-contact__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-height: 12rem;
  padding: 1.6rem;
  background: #166fa7;
  border-radius: 16px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  color: #fff;
  transition: opacity 0.2s ease;
}
.info-contact__link:hover {
  opacity: 0.85;
}
.info-contact__link-text {
  font-family: "FOT-TsukuARdGothic Std", "Zen Maru Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.35;
}
@media (max-width: 768px) {
  .info-contact__link-text {
    font-size: 2rem;
  }
}
.info-contact__link-text--lg {
  font-size: 2.8rem;
}
@media (max-width: 768px) {
  .info-contact__link-text--lg {
    font-size: 2.4rem;
  }
}
.info-contact__link-icon {
  position: absolute;
  bottom: 1.2rem;
  right: 1.6rem;
  width: 1.6rem;
  height: 1.6rem;
  color: #fff;
}

.fv-single {
  max-width: 748px;
  margin: 0 auto;
  font-family: "Baloo 2", sans-serif;
  position: relative;
  z-index: 5;
}
@media (max-width: 1200px) {
  .fv-single {
    padding: 0 2rem 10rem;
  }
}
.fv-single__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.fv-single__heading {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
}
@media (max-width: 768px) {
  .fv-single__heading {
    line-height: 1;
    margin-bottom: 0;
  }
}
.fv-single__num {
  color: #653403;
  font-size: 5rem;
  font-family: "Baloo 2", sans-serif;
  font-weight: 500;
}
@media (max-width: 768px) {
  .fv-single__num {
    font-size: 4rem;
  }
}
.fv-single__num em {
  font-size: 3.9rem;
  font-style: normal;
}
@media (max-width: 768px) {
  .fv-single__num em {
    font-size: 3.2rem;
  }
}
.fv-single__num:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 2px;
  background-color: #653403;
  margin: 0 10px;
}
.fv-single__topic {
  color: #005c96;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 4.2rem;
  line-height: 1.3;
  letter-spacing: 3.36px;
}
@media (max-width: 768px) {
  .fv-single__topic {
    font-size: 3.6rem;
  }
}
.fv-single__flex {
  display: flex;
  align-items: flex-start;
  gap: 0 4rem;
}
@media (max-width: 768px) {
  .fv-single__flex {
    flex-wrap: wrap;
    gap: 0;
  }
}
.fv-single__meta {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .fv-single__meta {
    width: 100%;
    margin-bottom: 0.8rem;
  }
}
.fv-single__date {
  font-size: 1.6rem;
  color: #653403;
  font-family: "Baloo 2", sans-serif;
  font-weight: 500;
  white-space: nowrap;
}
.fv-single__body {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 500;
}
@container fv (min-width: 768px) {
  .fv-single {
    padding: 0 0 21.5rem;
  }
}

@media (max-width: 1200px) {
  .sec-fv.sec-fv--cm-detail .fv-single {
    padding: 0 2rem 14rem;
  }
}
@media (max-width: 768px) {
  .sec-fv.sec-fv--cm-detail .fv-single {
    padding: 0 2rem 18rem;
  }
}
@container fv (min-width: 768px) {
  .sec-fv.sec-fv--cm-detail .fv-single {
    padding: 0 0 21.5rem;
  }
}
.sec-fv.sec-fv--cm-detail + .sec-info {
  position: relative;
  z-index: 2;
}
.sec-fv.sec-fv--cm-detail + .sec-info .sec-info__inner {
  z-index: 1;
}
@media (max-width: 768px) {
  .sec-fv.sec-fv--cm-detail + .sec-info .sec-info__inner {
    top: -10rem;
    margin-bottom: -5rem;
    padding: 0 2rem;
  }
}/*# sourceMappingURL=base.css.map */