@charset "UTF-8";
:root {
  --purple: #4B579B;
  --blue: #5E7BDA;
  --lightblue: #EBF1F5;
  --white: #ffffff;
  --black: #141414;
  --gray: #D9D9D9;
  --lightgray: #EDEDED;
}

body {
  overflow-x: hidden;
}

.fixed-back-ground {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/mv.jpg");
  background-color: var(--black);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

@media (orientation: portrait) and (min-width: 576px) and (max-width: 1199px) {
  .fixed-back-ground {
    aspect-ratio: 768/560;
    height: auto;
  }
  body.home {
    background: var(--black);
  }
}
@media (min-width: 1200px) {
  .fixed-back-ground {
    background-attachment: fixed;
    background-position: top;
    background-size: 100vw;
  }
}
a {
  color: var(--purple);
}

.bg-white {
  background-color: var(--white);
}

.bg-dark {
  background: -webkit-linear-gradient(1.85deg, rgba(48, 154, 194, 0.8) -10.28%, rgba(73, 77, 137, 0.8) 119.82%);
  background: linear-gradient(88.15deg, rgba(48, 154, 194, 0.8) -10.28%, rgba(73, 77, 137, 0.8) 119.82%);
  color: var(--white);
  font-weight: 300;
}

.bg-light {
  background: rgba(237, 244, 248, 0.9);
}

.bg-more-dark {
  background-color: rgba(0, 0, 0, 0.5);
  color: var(--white);
}

:root {
  --leading-trim: calc((1em - 1lh) / 2);
  --max-container-width: 960px;
}

@media (min-width: 768px) {
  :root {
    --max-container-width: 960px;
  }
}
@media (min-width: 1200px) {
  body,
  html {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
    scrollbar-gutter: stable;
  }
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
dl,
dt,
dd,
figure,
img {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  vertical-align: bottom;
}

.py-1 {
  padding-block: 0.5rem;
}

.py-2 {
  padding-block: 1rem;
}

.py-3 {
  padding-block: 1.5rem;
}

.py-4 {
  padding-block: 2rem;
}

.py-5 {
  padding-block: 3rem;
}

.py-6 {
  padding-block: 4rem;
}

body:not(.block-editor-iframe__body) .container--upper-limit {
  max-width: 960px;
  width: 100%;
  margin-inline: auto;
}
body:not(.block-editor-iframe__body) .container--upper-limit-large {
  max-width: 1200px;
  width: 100%;
  margin-inline: auto;
}

@media (max-width: 767px) {
  .wp-block-button {
    width: 100%;
  }
  html #wpadminbar {
    overflow: hidden;
  }
  .br-cancel-only-sp br {
    display: none;
  }
}
@media (min-width: 768px) {
  .br-cancel-tb br {
    display: none;
  }
}
@media (min-width: 1200px) {
  .br-cancel-pc br {
    display: none;
  }
}
body:has(.main--subpage) {
  display: grid;
  min-height: 100vh;
}
body:has(.main--subpage) .footer {
  margin-top: auto;
}

html :where(.wp-block) {
  max-width: unset;
}

.header {
  aspect-ratio: 375/560;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 100vh;
  margin-inline: auto;
  position: relative;
}

.header .other-links {
  margin-left: auto;
  margin-top: auto;
  display: grid;
  gap: 16px;
  position: absolute;
  bottom: 48px;
  right: 48px;
}

.other-links a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  gap: 10px;
  border: 0.5px solid rgba(255, 255, 255, 0.56);
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: var(--white);
  text-decoration: none;
}
.other-links a::after {
  content: "";
  display: block;
  margin-left: auto;
  width: 24px;
  height: 24px;
  background-image: url("../img/cta/arrow.png");
  background-size: cover;
}
.other-links a.btn-goods {
  background-image: url("../img/header/icon-goods.png"), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)), -webkit-linear-gradient(6.96deg, rgba(45, 163, 207, 0.8) -5.1%, rgba(56, 66, 209, 0.8) 99.12%);
  background-image: url("../img/header/icon-goods.png"), linear-gradient(0deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)), linear-gradient(83.04deg, rgba(45, 163, 207, 0.8) -5.1%, rgba(56, 66, 209, 0.8) 99.12%);
  background-repeat: no-repeat;
  background-size: 30px, 100%, 100%;
  background-position: 12px center, center, center;
  padding-left: 48px;
}
.other-links a.btn-join {
  background-image: url("../img/guide-icon/icon-guide.png"), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)), -webkit-linear-gradient(6.96deg, rgba(45, 163, 207, 0.8) -5.1%, rgba(56, 66, 209, 0.8) 99.12%);
  background-image: url("../img/guide-icon/icon-guide.png"), linear-gradient(0deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)), linear-gradient(83.04deg, rgba(45, 163, 207, 0.8) -5.1%, rgba(56, 66, 209, 0.8) 99.12%);
  background-repeat: no-repeat;
  background-size: 30px, 100%, 100%;
  background-position: 12px center, center, center;
  padding-left: 48px;
}

@media (max-width: 767px) {
  .header .other-links {
    display: none;
  }
  .other-links a {
    display: grid;
    grid-template-columns: 1fr 24px;
    padding: 12px;
    gap: 6px;
  }
  .other-links a.btn-goods, .other-links a.btn-join {
    background-repeat: no-repeat;
    background-size: 25px, 100%, 100%;
    background-position: 8px center, center, center;
    padding-left: 40px;
  }
}
@media (max-width: 1199px) {
  .header .header__sns-links {
    position: absolute;
    right: 16px;
    bottom: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    z-index: 1;
  }
}
@media (orientation: portrait) and (min-width: 576px) and (max-width: 1199px) {
  .header {
    aspect-ratio: 768/560;
    z-index: -1;
  }
  .header .other-links {
    display: none;
  }
}
@media (orientation: landscape) and (min-width: 576px) and (max-width: 1199px) {
  .header {
    width: 100%;
    height: -webkit-fill-available;
    max-height: 100svh;
  }
  .header .other-links {
    display: none;
  }
  .header .header__sns-links {
    gap: 8px;
  }
}
@media (min-width: 1200px) {
  .header {
    aspect-ratio: 1440/810;
    width: 100%;
  }
  .other-links a {
    font-size: 16px;
  }
  .header .header__sns-links {
    display: none;
  }
}
.header--subpage {
  min-height: 180px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url("../img/mv.jpg");
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/mv.jpg");
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/mv.jpg");
  background-position: center;
  background-size: cover;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: var(--white);
  padding: 16px;
}

.header--subpage .section-title {
  color: var(--white);
  border-color: var(--white);
  margin-bottom: 12px;
}

.header--subpage .section-title--sub {
  font-size: 12px;
  color: var(--white);
  font-family: var(--serif);
}

.header--subpage.is-singular {
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  font-family: var(--serif);
}
.header--subpage.is-singular .post-meta {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.48px;
  margin-bottom: 8px;
}
.header--subpage.is-singular .post-title {
  font-size: 20px;
  font-weight: 500;
}

@media (min-width: 1200px) {
  .header--subpage {
    min-height: 400px;
    padding-block: 48px;
  }
  .header--subpage .section-title--sub {
    font-size: 16px;
  }
  .header--subpage.is-singular .post-meta {
    font-size: 16px;
  }
  .header--subpage.is-singular .post-title {
    font-weight: 500;
    font-size: 40px;
    line-height: 58px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: 0.02em;
  }
}
.footer {
  background-color: var(--lightblue);
  padding-top: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  font-weight: 300;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: -0.02em;
}

.footer__logo {
  margin-inline: auto;
}

.footer__nav__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__nav__menu a {
  text-decoration: none;
  color: inherit;
  font-size: 14px;
}

.footer__sns-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__sns-links img {
  width: 48px !important;
  height: auto;
}

.footer__copyright {
  border-top: 1px solid var(--gray);
  padding: 12px;
  text-align: center;
  font-size: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

@media (min-width: 1200px) {
  .footer {
    gap: 32px;
    padding-top: 40px;
  }
  .footer__nav__menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px;
  }
  .footer__sns-links img {
    width: 64px !important;
  }
  .footer__copyright {
    width: 100%;
  }
}
.shutter {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #10234D;
  z-index: 9999;
  -webkit-animation: byeShutter 2.9s forwards;
          animation: byeShutter 2.9s forwards;
}
.shutter::before, .shutter::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.shutter::before {
  background-color: #34A5C8;
  width: 0;
  height: 1px;
  -webkit-animation: shutterOpen1 2.6s forwards;
          animation: shutterOpen1 2.6s forwards;
}
.shutter::after {
  width: 100%;
  height: 0;
  margin-left: -10%;
  background: url("../img/no-logo-mv.jpg");
  background-color: var(--black);
  background-size: auto 100svh;
  background-position: center center;
  -webkit-animation: shutterOpen2 2.6s forwards;
          animation: shutterOpen2 2.6s forwards;
  background-repeat: no-repeat;
}
@media (orientation: landscape) and (max-width: 767px) {
  .shutter::after {
    background-size: 100svw;
  }
}
@media (orientation: portrait) and (min-width: 576px) and (max-width: 1199px) {
  .shutter::after {
    background: none;
  }
}
@media (min-width: 1199px) {
  .shutter::after {
    background-attachment: fixed;
    background-size: 100vw;
    background-position: top;
  }
}

@-webkit-keyframes byeShutter {
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}

@keyframes byeShutter {
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}
@-webkit-keyframes shutterOpen1 {
  0% {
    width: 0;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  90% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@keyframes shutterOpen1 {
  0% {
    width: 0;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  90% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@-webkit-keyframes shutterOpen2 {
  60% {
    width: 120%;
    height: 0;
  }
  90% {
    width: 120%;
    height: 100%;
  }
  100% {
    width: 120%;
    height: 100%;
  }
}
@keyframes shutterOpen2 {
  60% {
    width: 120%;
    height: 0;
  }
  90% {
    width: 120%;
    height: 100%;
  }
  100% {
    width: 120%;
    height: 100%;
  }
}
@-webkit-keyframes contentScale {
  70% {
    -webkit-transform: perspective(800px) scale(0.9) rotateX(15deg);
            transform: perspective(800px) scale(0.9) rotateX(15deg);
  }
  100% {
    -webkit-transform: perspective(800px) scale(1) rotateX(0);
            transform: perspective(800px) scale(1) rotateX(0);
  }
}
@keyframes contentScale {
  70% {
    -webkit-transform: perspective(800px) scale(0.9) rotateX(15deg);
            transform: perspective(800px) scale(0.9) rotateX(15deg);
  }
  100% {
    -webkit-transform: perspective(800px) scale(1) rotateX(0);
            transform: perspective(800px) scale(1) rotateX(0);
  }
}
.fixed-navigation {
  position: fixed;
  z-index: 1000;
}

.fixed-navigation .site-logo {
  height: auto;
  position: absolute;
  width: 80px;
  top: 32px;
  left: 16px;
  -webkit-filter: drop-shadow(0px 0px 12px rgba(255, 255, 255, 0.9));
          filter: drop-shadow(0px 0px 12px rgba(255, 255, 255, 0.9));
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  opacity: 0;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}
@media (min-width: 768px) {
  .fixed-navigation .site-logo {
    top: 24px;
    left: 40px;
  }
}
@media (min-width: 1200px) {
  .fixed-navigation .site-logo {
    width: 160px;
    top: 48px;
    left: 48px;
  }
}
.fixed-navigation .site-logo img {
  width: 100%;
  vertical-align: top;
}

.header__nav {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 2;
}

.btn-hamburger {
  width: 48px;
  height: 48px;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--white);
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

.bar {
  position: absolute;
  height: 1px;
  width: 22px;
  background-color: var(--purple);
  left: calc(50% - 11px);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.bar:nth-child(1) {
  top: calc(50% - 8px);
}
.bar:nth-child(2) {
  top: 50%;
}
.bar:nth-child(3) {
  top: calc(50% + 8px);
}

.header__nav.is-open .btn-hamburger .bar:nth-child(1) {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header__nav.is-open .btn-hamburger .bar:nth-child(2) {
  opacity: 0;
}
.header__nav.is-open .btn-hamburger .bar:nth-child(3) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header__nav__menu-wrapper {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(27, 31, 38, 0.9);
  z-index: 1;
  display: grid;
  grid-template-rows: 2fr auto 5fr;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__nav.is-open .header__nav__menu-wrapper {
  opacity: 1;
  pointer-events: all;
}

body:has(.header__nav.is-open) {
  overflow: hidden;
}

.header__nav__menu__columns {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  grid-row: 2/3;
  padding-inline: 40px;
  overflow-y: scroll;
}

.header__nav__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.header__nav__menu a {
  font-family: var(--serif);
  color: var(--white);
  text-decoration: none;
  display: grid;
  gap: 8px;
}

.header__nav__menu a .en {
  font-size: 24px;
}

.header__nav__menu a .ja {
  font-size: 14px;
  letter-spacing: 0.02em;
}

.header__sns-links {
  position: fixed;
  right: 16px;
  bottom: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  z-index: 1;
}
.header__sns-links img {
  width: 48px !important;
  height: auto;
}

.header__sns-links img {
  -webkit-filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.2));
}

@media (max-width: 1199px) {
  .fixed-navigation .header__sns-links {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .header__nav__menu__columns {
    grid-template-columns: 1fr;
    gap: 16px;
    grid-row: 2/3;
    padding-block: 40px;
  }
}
.fixed-navigation .site-logo.is-show {
  opacity: 1;
}

@media (min-width: 1200px) {
  body:has(.main--subpage) .fixed-navigation .site-logo {
    opacity: 1;
  }
  .btn-hamburger {
    width: 64px;
    height: 64px;
  }
  .bar {
    width: 30px;
    left: calc(50% - 15px);
  }
  .bar:nth-child(1) {
    top: calc(50% - 10px);
  }
  .bar:nth-child(2) {
    top: 50%;
  }
  .bar:nth-child(3) {
    top: calc(50% + 10px);
  }
  .header__nav {
    top: 32px;
    right: 48px;
  }
  .header__nav__menu__columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 16px;
    grid-row: 2/3;
    padding-inline: 0;
  }
  .header__nav__menu a {
    gap: 16px;
  }
  .header__nav__menu a .en {
    font-size: 40px;
  }
  .header__nav__menu a .ja {
    font-size: 16px;
  }
  .header__sns-links {
    right: unset;
    left: 48px;
    bottom: 48px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .header__sns-links img {
    width: 64px !important;
    height: auto;
  }
}
:root {
  --serif: "Zen Old Mincho", serif;
  --sanserif: "Noto Sans JP", sans-serif;
}

body {
  font-family: var(--sanserif);
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.text-lead {
  font-size: 24px;
  line-height: 170%;
  letter-spacing: 0.01em;
  font-family: var(--serif);
  font-weight: 500;
  margin-block: var(--leading-trim) 16px;
}

@media (min-width: 1200px) {
  .text-lead {
    font-size: 28px;
  }
}
.section-title {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.2em;
  color: var(--purple);
  line-height: calc(1em - 5px);
  padding-inline: 40px;
  margin-inline: auto;
  margin-bottom: 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid var(--purple);
}
.section-title.no-border {
  border-bottom: none;
}

.bg-dark .section-title,
.bg-more-dark .section-title {
  color: var(--white);
  border-bottom: 1px solid var(--white);
}

.section-title-mini {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  letter-spacing: 0.1em;
  color: var(--purple);
  margin-block: var(--leading-trim);
}

.page-title {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  letter-spacing: 0.2em;
  color: var(--white);
  line-height: calc(1em - 5px);
  padding-inline: 40px;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid var(--white);
}

.menu-items-title {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 40px;
  line-height: 58px;
  text-align: center;
  color: var(--white);
}

@media (max-width: 767px) {
  .section-title {
    padding-inline: 20px;
  }
}
@media (min-width: 1200px) {
  .section-title {
    font-size: 40px;
    margin-bottom: 56px;
  }
}
.top-news {
  padding-block: 12px 26px;
  padding-inline: 16px;
}

.list-wrapper {
  padding: 16px 24px 16px 12px;
}

.top-news .other-links {
  display: grid;
  grid-auto-flow: column;
  gap: 6px;
  max-width: var(--max-container-width);
  margin: 0 auto 16px;
}

.news-list {
  margin-top: 16px;
  margin-bottom: 10px;
}

.news-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 0px;
  margin-top: 12px;
  border-bottom: 1px dashed var(--gray);
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  font-size: 12px;
  line-height: 23px;
  letter-spacing: 0.479167px;
}

.news-date {
  color: var(--purple);
  font-weight: bold;
}

a.news-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--black);
  text-decoration: none;
  width: 100%;
}
a.news-title:hover {
  color: var(--purple);
}

.archive-link {
  text-align: right;
  font-family: var(--serif);
  font-weight: bold;
}

.archive-link a {
  font-size: 14px;
  text-decoration: underline;
  color: var(--purple);
  text-align: right;
  letter-spacing: 0.479167px;
}

@media (min-width: 768px) {
  .top-news {
    padding-block: 16px 26px;
    padding-inline: 40px;
  }
  .top-news .other-links {
    gap: 16px;
  }
}
@media (min-width: 1200px) {
  .top-news {
    padding-block: 24px;
  }
  .top-news .other-links {
    display: none;
  }
  .archive-link a {
    text-decoration: none;
  }
  .archive-link a:hover {
    text-decoration: underline;
  }
  .list-wrapper {
    padding: 24px 40px 12px 40px;
  }
  .news-list__item {
    font-size: 14px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    margin-top: 8px;
  }
}
.introduction {
  line-height: 180%;
  font-family: var(--serif);
  padding: 24px 16px 40px 16px;
  position: relative;
  overflow: hidden;
}

.introduction__lead {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 24px;
  line-height: 170%;
  letter-spacing: 0.01em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-block: var(--leading-trim) calc(32px + var(--leading-trim));
  margin-inline: auto;
  /* Gradation */
  background: -webkit-linear-gradient(6.96deg, rgba(45, 163, 207, 0.8) -5.1%, rgba(56, 66, 209, 0.8) 99.12%);
  background: linear-gradient(83.04deg, rgba(45, 163, 207, 0.8) -5.1%, rgba(56, 66, 209, 0.8) 99.12%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.introduction p {
  margin-top: 16px;
  font-size: 12px;
}

.introduction p + p {
  margin-top: 0;
}

.intro-img-01 {
  max-width: 375px;
  margin-block: 12px;
  margin-inline: auto;
}

.intro-img-02 {
  max-width: 375px;
  margin-block: 12px;
  margin-inline: auto;
}

#contentArea .intro-img-03 {
  display: none !important;
  margin-block: 12px;
}
#contentArea .intro-img-04 {
  display: none !important;
  margin-block: 12px;
}

@media (max-width: 767px) {
  .introduction__lead {
    margin-block: 0 16px;
  }
}
@media (min-width: 768px) {
  .introduction {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .introduction {
    line-height: 240%;
    padding: 72px 16px 80px 16px;
  }
  .introduction__lead {
    font-size: 32px;
  }
  .introduction p {
    margin-top: 40px;
    font-size: 16px;
  }
  #contentArea .intro-img-01 {
    width: 400px;
    position: absolute;
    top: 72px;
    left: calc(50% + 480px - 48px);
  }
  #contentArea .intro-img-02 {
    width: 400px;
    position: absolute;
    top: 262px;
    right: calc(50% + 480px - 48px);
  }
  #contentArea .intro-img-03 {
    width: 400px;
    position: absolute;
    top: 481px;
    left: calc(50% + 480px - 48px);
    display: block !important;
  }
  #contentArea .intro-img-04 {
    width: 400px;
    position: absolute;
    top: 682px;
    right: calc(50% + 480px - 48px);
    display: block !important;
  }
}
.about {
  line-height: 240%;
  padding-block: 56px 40px;
  font-size: 12px;
  overflow: hidden;
}
.about p,
.about h2,
.about h3,
.about h4 {
  padding-inline: 16px;
}

.cb-carousel-block {
  margin-bottom: 40px;
}

.wp-block-cb-carousel-v2 .cb-button-prev,
.wp-block-cb-carousel-v2.cb-rtl .cb-button-next {
  left: 48px !important;
  background-color: rgba(0, 0, 0, 0.5);
  width: 64px !important;
  height: 64px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}

.wp-block-cb-carousel-v2 .cb-button-next,
.wp-block-cb-carousel-v2.cb-rtl .cb-button-prev {
  right: 48px !important;
  background-color: rgba(0, 0, 0, 0.5);
  width: 64px !important;
  height: 64px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}

.wp-block-cb-carousel-v2 .cb-button-next:after,
.wp-block-cb-carousel-v2 .cb-button-prev:after {
  color: var(--white);
}

@media (min-width: 1200px) {
  .about {
    font-size: 14px;
    padding-block: 72px 64px;
  }
}
@media (max-width: 1199px) {
  .cb-carousel-block {
    width: 124%;
    margin-left: -12%;
  }
  .wp-block-cb-carousel-v2 .cb-button-prev,
  .wp-block-cb-carousel-v2.cb-rtl .cb-button-next,
  .wp-block-cb-carousel-v2 .cb-button-next,
  .wp-block-cb-carousel-v2.cb-rtl .cb-button-prev {
    display: none;
  }
}
@media (max-width: 767px) {
  .cb-carousel-block {
    width: 200%;
    margin-left: -50%;
  }
}
.guide {
  padding-block: 56px 40px;
  padding-inline: 40px;
  font-size: 12px;
  line-height: 200%;
  letter-spacing: 0.01em;
}

.guide__description-grid {
  text-align: center;
}
.guide__description-grid img {
  max-width: 132px !important;
}

.guide__lead {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 20px;
  line-height: 170%;
  letter-spacing: 0.01em;
  color: var(--purple);
  margin-bottom: 16px;
}

.guide-list {
  display: grid;
  gap: 28px;
  margin-top: 32px;
}

#contentArea .guide-list .wp-block-group {
  height: 100%;
}
#contentArea .guide-list .wp-block-group__inner-container {
  height: 100%;
}

.guide-card > div {
  /* オートレイアウト */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 24px;
  gap: 0px 16px;
  isolation: isolate;
  background: var(--white);
  border: 4px solid var(--lightgray);
  -webkit-box-shadow: 8px 8px 0px var(--blue);
          box-shadow: 8px 8px 0px var(--blue);
  border-radius: 20px;
  position: relative;
}

.card-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.card-text > div {
  color: var(--purple);
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.02em;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
}

.card-text .wp-block-buttons {
  margin-top: auto;
}

.card-text .wp-block-button {
  padding-top: 16px;
}
.card-text .wp-block-button a {
  font-size: 14px;
}

.card-text .wp-block-button a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 30px;
  gap: 8px;
  /* Gradation */
  background: -webkit-linear-gradient(6.96deg, rgba(45, 163, 207, 0.8) -5.1%, rgba(56, 66, 209, 0.8) 99.12%);
  background: linear-gradient(83.04deg, rgba(45, 163, 207, 0.8) -5.1%, rgba(56, 66, 209, 0.8) 99.12%);
  border-radius: 44px;
  text-decoration: none;
}
.card-text .wp-block-button a::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 11px;
  background-image: url("../img/guide-icon/link-icon.png");
  background-size: cover;
}

.guide-card.is-modal > div {
  padding: 56px 15px 32px 15px;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  font-size: 12px;
}

.guide-card.is-modal .guide-card.is-show > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.guide-card.is-modal .wp-block-heading {
  color: var(--purple);
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.01em;
  margin-bottom: 32px;
  padding-inline: 25px;
}

.guide-card.is-modal .guide-card p {
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 0.01em;
}

#contentArea .guide-card.is-modal {
  display: none;
}

#contentArea .guide {
  position: relative;
}

.guide-card.is-modal .guide-card-modal__text {
  overflow-y: auto;
  padding-inline: 25px;
}
.guide-card.is-modal .guide-card-modal__text p + p {
  margin-top: 1em !important;
}

.guide-card.is-modal .btn-close {
  position: absolute;
  top: 32px;
  right: 34px;
}
.guide-card.is-modal .btn-close img {
  vertical-align: middle;
}

@media (max-width: 767px) {
  .guide {
    padding-block: 56px 40px;
    padding-inline: 24px;
  }
  .guide-list {
    gap: 22px;
    grid-template-columns: 1fr !important;
  }
  .guide-card.is-modal .btn-close {
    top: 20px;
    right: 24px;
  }
  .guide-card.is-modal .wp-block-heading {
    padding-inline: 16px;
    margin-bottom: 16px;
  }
  .guide-card.is-modal .guide-card-modal__text {
    padding-inline: 16px;
  }
}
@media (min-width: 1200px) {
  .guide {
    padding-block: 72px 80px;
    padding-inline: calc((100% - var(--max-container-width)) / 2);
    font-size: 14px;
  }
  .guide__description-grid > div {
    display: grid;
    grid-template-columns: 213px 1fr;
    text-align: left;
    gap: 40px;
  }
  .guide__description-grid > div img {
    max-width: 213px !important;
  }
  .guide__lead {
    font-size: 28px;
  }
  .guide-card > div {
    padding: 32px 24px;
  }
  .guide-card.is-modal {
    font-size: 14px;
  }
  .guide-card.is-modal .wp-block-heading {
    font-size: 24px;
  }
  .card-text > div {
    font-size: 16px;
  }
}
.guide-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: all;
  background: rgba(27, 31, 38, 0.7);
  z-index: 9999;
}

.guide-modal .modal-inner-scroll {
  overflow-y: scroll;
  max-height: 60vh;
}

#guideModalContent.guide-card.is-modal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  line-height: 200%;
  letter-spacing: 0.01em;
  max-width: 609px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 90vh;
  padding-inline: 24px 32px;
}

@media (min-width: 768px) {
  #guideModalContent.guide-card.is-modal {
    padding-inline: 0;
  }
}
.guide-modal:has(.guide-card-modal__text) {
  display: block;
  -webkit-animation: background-transition 0.6s;
          animation: background-transition 0.6s;
}

@-webkit-keyframes background-transition {
  0% {
    background: rgba(27, 31, 38, 0);
  }
  100% {
    background: rgba(27, 31, 38, 0.7);
  }
}

@keyframes background-transition {
  0% {
    background: rgba(27, 31, 38, 0);
  }
  100% {
    background: rgba(27, 31, 38, 0.7);
  }
}
body:has(#guideModal .guide-card-modal__text) {
  overflow: hidden;
}

.play-movies {
  padding-block: 56px 40px;
  padding-inline: 40px;
}

.play-movies .ylv-video-wrapper {
  margin-bottom: 40px;
  max-width: var(--max-container-width);
  margin-inline: auto;
}

.play-movies .wp-block-button__link {
  /* オートレイアウト */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 80px;
  gap: 8px;
  /* Gradation */
  background: -webkit-linear-gradient(6.96deg, rgba(45, 163, 207, 0.8) -5.1%, rgba(56, 66, 209, 0.8) 99.12%);
  background: linear-gradient(83.04deg, rgba(45, 163, 207, 0.8) -5.1%, rgba(56, 66, 209, 0.8) 99.12%);
  border-radius: 4px;
  /* wikiで詳しく見る */
  font-family: var(--sanserif);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.06em;
  color: var(--white);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.play-movies .wp-block-button__link::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url("../img/youtube/icon-exlink.png");
  background-size: cover;
}
.play-movies .wp-block-button__link:hover {
  letter-spacing: 0.15em;
}

@media (max-width: 767px) {
  .play-movies {
    padding-inline: 24px;
  }
  .play-movies .wp-block-button__link {
    padding: 18px;
    gap: 8px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .play-movies {
    padding-block: 72px 80px;
  }
  .play-movies .ylv-video-wrapper {
    max-width: var(--max-container-width--large);
    margin-bottom: 56px;
  }
}
.comment {
  padding-block: 56px 49px;
  padding-inline: 40px;
  font-size: 12px;
  line-height: 200%;
}

.comment p + p {
  margin-top: 0.9em;
}

.comment-list > div {
  margin-top: 56px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 24px;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}

.comment__item {
  display: grid !important;
  padding-block: 15px;
  gap: 12px;
  margin: 0 !important;
}

.comment__thumb {
  text-align: center;
}
.comment__thumb img {
  width: 120px !important;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.comment-by {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 24px;
  line-height: 170%;
  /* または54px */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.01em;
  justify-self: center;
  margin-bottom: 12px;
  /* Gradation */
  background: -webkit-linear-gradient(6.96deg, rgba(45, 163, 207, 0.8) -5.1%, rgba(56, 66, 209, 0.8) 99.12%);
  background: linear-gradient(83.04deg, rgba(45, 163, 207, 0.8) -5.1%, rgba(56, 66, 209, 0.8) 99.12%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

@media (max-width: 767px) {
  .comment {
    padding-inline: 24px;
  }
  .comment-list > div {
    grid-template-columns: 1fr;
    margin-top: 24px;
    gap: 12px;
  }
  .comment-by {
    display: grid;
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .comment {
    font-size: 14px;
    padding-block: 72px 80px;
    padding-inline: calc((100% - var(--max-container-width)) / 2);
  }
  .comment-list > div {
    grid-template-columns: 1fr;
    gap: 64px;
  }
  .comment__item {
    grid-template-columns: 195px 1fr;
    gap: 32px;
  }
  .comment__thumb img {
    width: 195px !important;
  }
  .comment-by {
    justify-self: stretch;
    border-bottom: 1px solid var(--lightgray);
    padding-bottom: 12px;
    font-size: 32px;
  }
}
.faq {
  padding-block: 40px;
  padding-inline: 40px;
}

.faq__list > div {
  display: grid;
  gap: 16px;
}

.faq__item {
  padding: 20px;
  gap: 10px;
  color: var(--black);
  background: var(--white);
  -webkit-box-shadow: 4px 4px 40px rgba(42, 51, 101, 0.12);
          box-shadow: 4px 4px 40px rgba(42, 51, 101, 0.12);
  border-radius: 16px;
}

.faq__q {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  padding-right: 18px;
  letter-spacing: -0.02em;
  gap: 1em;
  text-align: left;
  position: relative;
}
.faq__q::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 7px;
  top: 10px;
  right: 0;
  background-image: url("../img/faq/icon-arrow.png");
  background-size: cover;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq__q.is-open::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.faq__a {
  padding-top: 0;
  font-size: 12px;
  line-height: 200%;
  letter-spacing: 0.01em;
  margin: 0;
}

@media (max-width: 767px) {
  .faq {
    padding-inline: 16px;
  }
}
@media (min-width: 1200px) {
  .faq {
    padding-block: 72px 80px;
    padding-inline: calc((100% - var(--max-container-width)) / 2);
  }
  .faq__list {
    gap: 32px;
  }
  .faq__item {
    padding: 28px 32px;
  }
  .faq__q {
    font-size: 16px;
  }
  .faq__a {
    font-size: 14px;
  }
}
#contentArea .faq__a {
  height: 0;
  opacity: 0;
}

.is-open + .faq__a {
  display: block;
  opacity: 1 !important;
  height: 100% !important;
  padding-top: 16px;
  -webkit-transition: height 0.3s, opacity 0.6s;
  transition: height 0.3s, opacity 0.6s;
}

.cta-group {
  padding-block: 24px;
  padding-inline: 40px;
}

.cta-group > div {
  display: grid !important;
  gap: 8px;
  width: 100%;
}

.cta-group > div .wp-block-button {
  width: 100%;
}

.cta-group .wp-block-button__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  padding: 16px 12px;
  gap: 10px;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)), -webkit-linear-gradient(6.96deg, rgba(45, 163, 207, 0.8) -5.1%, rgba(56, 66, 209, 0.8) 99.12%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)), linear-gradient(83.04deg, rgba(45, 163, 207, 0.8) -5.1%, rgba(56, 66, 209, 0.8) 99.12%);
  border: 0.5px solid rgba(255, 255, 255, 0.56);
  border-radius: 12px;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: var(--white);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.cta-group .wp-block-button__link small {
  font-size: 10px;
  font-weight: 300;
  display: block;
  width: 100%;
  line-height: 150%;
  letter-spacing: -0.02em;
}
.cta-group .wp-block-button__link::after {
  content: "";
  display: block;
  margin-left: auto;
  width: 24px;
  height: 24px;
  background-image: url("../img/cta/arrow.png");
  background-size: cover;
}
.cta-group .wp-block-button__link:hover {
  letter-spacing: 0.15em;
}

.cta-group .wp-block-button__link {
  position: relative;
}

@media (max-width: 767px) {
  .cta-group {
    padding: 16px;
  }
  .cta-group .wp-block-button__link {
    text-align: left;
  }
}
@media (min-width: 576px) {
  .cta-group .wp-block-button__link br {
    display: none !important;
  }
  .cta-group > div {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .cta-group {
    padding-block: 56px;
    padding-inline: calc((100% - var(--max-container-width)) / 2);
  }
  .cta-group > div {
    gap: 24px;
  }
  .cta-group .wp-block-button__link {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
    padding: 40px 24px;
  }
  .cta-group .wp-block-button__link small {
    font-size: 12px;
  }
  .cta-group .wp-block-button__link::after {
    width: 32px;
    height: 32px;
  }
}
.main--subpage {
  padding-block: 40px 100px;
  padding-inline: 16px;
}

.post-list {
  display: grid;
  gap: 12px;
  margin-bottom: 32px;
}
.post-list > article {
  overflow: hidden;
  /* オートレイアウト */
  padding: 12px 16px;
  gap: 10px;
  /* White */
  background: var(--white);
  /* Shadow */
  -webkit-box-shadow: 4px 4px 40px rgba(42, 51, 101, 0.12);
          box-shadow: 4px 4px 40px rgba(42, 51, 101, 0.12);
  border-radius: 12px;
}
.post-list a {
  /* Black */
  color: var(--black);
  text-decoration: none;
}
.post-list .post-meta {
  font-weight: 600;
  font-size: 13px;
  line-height: 23px;
  /* ボックスの高さと同一、または177% */
  letter-spacing: 0.479167px;
  /* Purple */
  color: var(--purple);
}
.post-list .post-title {
  font-weight: 300;
  font-size: 12px;
  line-height: 20px;
  /* または167% */
  letter-spacing: 0.479167px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .main--subpage {
    padding-inline: 40px;
  }
}
@media (min-width: 1200px) {
  .post-list > article {
    padding: 24px 40px;
  }
  .post-list > article .post-meta {
    font-size: 14px;
  }
  .post-list > article .post-title {
    font-size: 14px;
  }
  .post-list > article a:hover {
    color: var(--purple);
  }
  .post-list > article a > div {
    display: grid;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    grid-template-columns: auto 1fr 32px;
    gap: 20px;
  }
  .post-list > article a > div::after {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background-image: url("../img/cta/arrow.png");
    background-size: cover;
    background-color: var(--purple);
    border-radius: 50%;
    opacity: 0.3;
  }
}
.nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  font-size: 14px;
  font-family: var(--serif);
  font-weight: 700;
}
.nav-links .page-numbers:not(.dots) {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: var(--purple);
  border-radius: 50%;
}
.nav-links .page-numbers:not(.dots).current {
  background-color: var(--purple);
  color: var(--white);
  pointer-events: none;
}
.nav-links .page-numbers:not(.dots):hover {
  background-color: var(--purple);
  color: var(--white);
  opacity: 0.2;
}

@media (max-width: 767px) {
  .nav-links > * {
    width: 32px;
    height: 32px;
  }
}
.block-editor-iframe__html h2 {
  font-weight: bold;
}

.main--subpage.is-singular h2.wp-block-heading {
  font-weight: 500;
  font-size: 16px;
  line-height: 46px;
  letter-spacing: 0.02em;
  color: var(--black);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
.main--subpage.is-singular h2.wp-block-heading::before {
  content: "";
  width: 12px;
  display: block;
  background-color: var(--lightblue);
}
.main--subpage.is-singular h3.wp-block-heading {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: var(--black);
  margin-bottom: 16px;
}
.main--subpage.is-singular p {
  font-size: 13px;
  line-height: 200%;
  letter-spacing: -0.01em;
  margin-bottom: 16px;
}
.main--subpage.is-singular * + .wp-block-heading {
  margin-top: 40px;
}
.main--subpage.is-singular .wp-block-image {
  margin-bottom: 16px;
}
.main--subpage.is-singular .wp-block-list {
  margin-bottom: 16px;
  padding-left: 1em;
  line-height: 200%;
  letter-spacing: 0.02em;
  font-size: 14px;
}
.main--subpage.is-singular .wp-block-list > li {
  list-style-type: disc;
}
.main--subpage.is-singular .wp-block-list > li .wp-block-list {
  margin-bottom: 0;
}
.main--subpage.is-singular ol.wp-block-list > li {
  list-style-type: decimal;
}
.main--subpage.is-singular .archive-link {
  font-weight: 700;
  line-height: 23px;
  /* ボックスの高さと同一、または144% */
  text-align: right;
  letter-spacing: 0.479167px;
  border-top: 1px solid var(--lightgray);
  padding-top: 24px;
  margin-top: 16px;
}
.main--subpage.is-singular .archive-link a {
  font-size: 16px;
  color: var(--purple);
  text-decoration: none;
}

@media (min-width: 1200px) {
  .main--subpage.is-singular h2.wp-block-heading {
    font-size: 24px;
  }
  .main--subpage.is-singular p {
    font-size: 14px;
  }
  .main--subpage.is-singular p + .wp-block-heading,
  .main--subpage.is-singular p + .wp-block-image {
    margin-top: 56px;
  }
  .main--subpage.is-singular .archive-link {
    margin-top: 32px;
  }
  .main--subpage.is-singular .archive-link a {
    font-size: 24px;
  }
}
.table--simple table {
  border-top: 1px solid var(--lightgray);
  margin-bottom: 56px;
}
.table--simple table tr {
  border-bottom: 1px solid var(--lightgray);
  display: grid;
  grid-template-columns: 200fr 740fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.table--simple table td {
  border: none;
  padding-block: 24px;
  padding-inline: 0;
  font-weight: 100;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.48px;
}
.table--simple table td:first-child {
  color: var(--purple);
  font-weight: 600;
}

@media (min-width: 1200px) {
  .table--simple table td {
    font-size: 16px;
  }
}
.main--subpage.is-singular iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}/*# sourceMappingURL=index.css.map */