@charset "UTF-8";
.catch-copy.hero {
  color: rgb(0, 134, 237);
  font-size: clamp(2.25rem, 6.25vw, 80px);
  line-height: 0.9;
}
.catch-copy.hero .cc-yellow {
  color: #ffe500;
}
.catch-copy.hero .cc-red {
  color: rgb(255, 112, 112);
}
.catch-copy.hero .cc-blue {
  color: #52d5ff;
}

section.hero {
  padding: 0;
}

section.bg-image {
  padding: 0;
}

.viewport-wrap.radiant {
  background-image: url("../images/common/hero-images_sky.jpg");
}

em.em-yellow {
  color: #ffe500;
  font-style: normal;
}

em.em-pink {
  color: #ffb5b5;
  font-style: normal;
}

.wrapper.water {
  background-image: url("../images/common/bg-water.png");
}

.premium {
  color: #FF6B6B;
  border-color: #FF6B6B;
}

.standard {
  color: rgb(0, 134, 237);
  border-color: rgb(0, 134, 237);
}

.asobi {
  color: #FF8C00;
  border-color: #FF8C00;
}

.deai {
  color: #FF6B6B;
  border-color: #FF6B6B;
}

.manabi {
  color: rgb(0, 134, 237);
  border-color: rgb(0, 134, 237);
}

.cc-yellow {
  color: #ffe500;
}

.cc-red {
  color: rgb(255, 112, 112);
}

.cc-blue {
  color: #52d5ff;
}

.panel-wrap.flow .panel {
  background-color: rgb(255, 255, 255);
}
.panel-wrap.flow .panel .panel-inner {
  padding: 40px 25px 30px;
}
.panel-wrap.flow .panel .panel-inner .title {
  text-align: center;
  margin-bottom: 25px;
  color: rgb(0, 134, 237);
}
.panel-wrap.flow .panel .panel-inner .body-copy {
  line-height: 1.9;
}

.read-sentence {
  font-size: 1.3125rem;
}

.highlighter.primary {
  background-color: rgb(0, 134, 237);
  color: rgb(255, 255, 255);
}

.button {
  border-width: 3px;
  font-size: 1.3125rem;
  font-weight: 900;
  gap: 12px;
}

.wrapper.water {
  background-image: url("../images/common/bg-water.png");
  background-size: cover;
  background-position: center;
  padding: 120px 0;
}

#card .container.radiant .card {
  box-shadow: 0px 0px 10px rgb(226, 227, 228);
}
#card .container.radiant .card--article {
  padding: 0;
}
#card .container.radiant .card--article .card__inner {
  padding: 40px 40px 60px;
}
#card .container.radiant .card--article .card__inner a {
  position: absolute;
  right: 20px;
  bottom: 20px;
  justify-content: flex-end;
  font-weight: 700;
}
#card .container.radiant .card--article .card__meta span {
  font-weight: 300;
}
#card .container.radiant .card--article .card__meta span.tag {
  font-weight: 500;
}
#card .container.radiant .card--article .card__text {
  line-height: 1.54;
  font-size: 1rem;
}
#card .container.radiant .card--article .card__link {
  min-height: 100px;
  margin-bottom: 40px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

main [id$=-hero] .viewport-wrap.hero {
  height: 700px;
}
main [id$=-hero] .viewport-wrap.hero::after {
  content: "";
  position: absolute;
  inset: 0;
}
main [id$=-hero] .viewport-wrap.hero .title-section {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
main [id$=-hero] .viewport-wrap.hero .title-section h1 {
  color: rgb(255, 255, 255);
}

.panel-wrap {
  margin-top: 80px;
}

.site-cta {
  padding: 0;
}
.site-cta .wrapper {
  position: relative;
  background-image: url("../images/common/bg-cta.jpg");
  background-size: cover;
  background-position: center;
  padding: 70px 80px;
}
.site-cta .wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
}
.site-cta .container {
  padding: 80px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.site-cta .site-cta__box {
  background-color: rgba(0, 134, 237, 0.85);
  padding: 60px;
  text-align: center;
  margin-bottom: 40px;
}
.site-cta .site-cta__logo {
  padding-bottom: 30px;
}
.site-cta .site-cta__logo .image-box {
  width: 360px;
  margin: auto;
}
.site-cta .site-cta__body {
  text-align: center;
  color: rgb(255, 255, 255);
}
.site-cta .site-cta__btn {
  position: absolute;
  z-index: 1;
  bottom: 80px;
  right: 30px;
  color: rgb(255, 255, 255);
}

@media screen and (max-width: 1080px) {
  main [id$=-hero] .viewport-wrap.hero {
    height: 400px;
  }
  .catch-copy.hero {
    font-size: clamp(1.6875rem, 5.6vw, 2.25rem);
    font-weight: 900;
  }
  .read-sentence {
    font-size: 1.125rem;
    line-height: 1.9;
  }
  .wrapper.company-message {
    padding: 40px 0;
  }
  .company-message__body {
    padding: 40px 20px;
  }
  #card .container.radiant {
    gap: 15px;
  }
  #card .container.radiant__meta {
    align-items: flex-start;
    gap: 10px;
  }
  #card .container.radiant--panel .card__title {
    font-size: 1.125rem;
  }
  #card .container.radiant--article .card__title {
    font-size: 1.125rem;
  }
  #card .container.radiant--article .card__link {
    min-height: 70px;
  }
  .site-cta .wrapper {
    padding: 60px 25px;
  }
  .site-cta .container {
    width: 100%;
    padding: 0;
  }
  .site-cta .site-cta__box {
    padding: 40px 20px;
    margin-bottom: 32px;
  }
  .site-cta .site-cta__logo .image-box {
    width: 200px;
  }
  .site-cta .site-cta__body {
    font-size: 1rem;
    line-height: 1.9;
    text-align: left;
  }
  .site-cta .site-cta__btn {
    position: static;
    float: right;
    text-align: left;
    margin-top: 0;
  }
  .panel-wrap.flow .panel {
    background-color: rgb(255, 255, 255);
  }
  .panel-wrap.flow .panel .panel-inner {
    padding: 30px 20px 20px;
  }
  .panel-wrap.flow .panel .panel-inner .image-box {
    width: 50%;
  }
  .panel-wrap.flow .panel .panel-inner .title {
    text-align: center;
    font-size: 1.125rem;
    margin-bottom: 25px;
    color: rgb(0, 134, 237);
  }
  .panel-wrap.flow .panel .panel-inner .body-copy {
    line-height: 1.9;
    padding-bottom: 0;
  }
  .service-flow {
    flex-direction: column;
    gap: 0;
  }
  .service-flow .service-flow__arrow {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .service-flow .service-flow__arrow::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 16px solid rgb(0, 134, 237);
  }
  .service-flow .step {
    flex: none;
    width: 100%;
  }
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  isolation: isolate;
  background: transparent;
  transition: transform 0.35s ease;
}
.site-header.is-header-hidden {
  transform: translateY(-100%);
}
.site-header .site-header__inner {
  position: relative;
  z-index: 3;
  width: 100%;
}
.site-header .site-header__layout {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.site-header .site-header__brand {
  display: flex;
}
.site-header .site-header__nav-box {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
}
.site-header .site-header__logo {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 20px 0 20px 40px;
  text-decoration: none;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
}
.site-header .site-header__logo::after {
  content: "遊べて学べて繋がれる！";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: rgb(255, 255, 255);
  letter-spacing: 0.2em;
  white-space: nowrap;
  pointer-events: none;
}
.site-header .site-header__logo-image {
  display: block;
  width: min(240px, 100%);
  height: auto;
}
.site-header .site-header__toggle {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px;
  width: 84px;
  height: 84px;
  border: 1px solid rgba(8, 104, 200, 0.14);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  color: rgb(8, 104, 200);
}
.site-header .site-header__toggle-label {
  display: none;
  order: 2;
  margin-top: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.site-header .site-header__toggle-lines {
  position: relative;
  width: 28px;
  height: 17px;
}
.site-header .site-header__toggle-lines span {
  position: absolute;
  left: 0;
  display: block;
  width: 28px;
  height: 3px;
  background: currentColor;
  transform-origin: center;
  transition: transform 0.45s ease, top 0.45s ease, bottom 0.45s ease, opacity 0.3s ease, background-color 0.35s ease;
}
.site-header .site-header__toggle-lines span:nth-child(1) {
  top: 0;
}
.site-header .site-header__toggle-lines span:nth-child(2) {
  top: 7px;
}
.site-header .site-header__toggle-lines span:nth-child(3) {
  bottom: 0;
}
.site-header .site-header__backdrop {
  position: fixed;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.site-header .site-header__modal {
  position: fixed;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  pointer-events: none;
  padding: 96px 80px 80px;
}
.site-header .site-header__modal-inner {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  pointer-events: none;
}
.site-header .site-header__panel {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  max-width: min(100%, 960px);
  margin: 0 auto;
  padding: 150px 100px;
  background: #DFF7FF;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-12px) scale(0.98);
  transform-origin: top center;
  transition: opacity 0.32s ease, visibility 0.32s ease, transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}
.site-header .site-header__close {
  position: absolute;
  top: 18px;
  right: -28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  padding: 0;
  border: 1px solid rgba(8, 104, 200, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  color: rgb(8, 104, 200);
  transition: background-color 0.35s ease, border-color 0.35s ease, transform 0.35s ease;
}
.site-header .site-header__close:hover {
  background: white;
  border-color: rgba(8, 104, 200, 0.24);
  transform: translateY(-1px);
}
.site-header .site-header__close span {
  position: absolute;
  width: 28px;
  height: 3px;
  background: currentColor;
}
.site-header .site-header__close span:first-child {
  transform: rotate(45deg);
}
.site-header .site-header__close span:last-child {
  transform: rotate(-45deg);
}
.site-header .site-header__nav {
  width: 100%;
}
.site-header .site-header__menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 18px 34px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header .site-header__menu a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 4px;
  color: rgb(0, 134, 237);
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}
.site-header .site-header__menu a:hover {
  color: rgb(8, 104, 200);
}
.site-header .current-menu-item > a,
.site-header .current-menu-ancestor > a,
.site-header .current-menu-parent > a,
.site-header .current_page_item > a {
  color: rgb(8, 104, 200);
  background: rgba(224, 240, 255, 0.72);
}
.site-header .site-header__actions {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 24px;
  margin-top: 48px;
}
.site-header .site-header__action-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  width: auto;
}
.site-header .site-header__action-card {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 80px;
  height: 80px;
  padding: 0;
  border: 2px solid rgba(8, 104, 200, 0.14);
  background: rgb(0, 134, 237);
  color: rgb(255, 255, 255);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 16px 28px rgba(8, 104, 200, 0.18);
}
.site-header .site-header__action-card:hover {
  color: rgb(255, 255, 255);
  transform: translateY(-2px);
}
.site-header .site-header__action-card.is-disabled {
  opacity: 0.48;
  pointer-events: none;
}
.site-header .site-header__action-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
}
.site-header .site-header__action-icon img {
  display: block;
  width: 100%;
  height: auto;
}
.site-header .site-header__action-label {
  display: none;
  position: relative;
  z-index: 1;
  text-align: center;
  line-height: 1.45;
}
.site-header .site-header__member-utility {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: 100%;
}
.site-header .site-header__utility-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  min-height: 68px;
  padding: 16px 24px;
  border: 2px solid rgba(8, 104, 200, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  color: rgb(8, 104, 200);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
}
.site-header .site-header__utility-link--logout {
  background: rgb(0, 134, 237);
  color: rgb(255, 255, 255);
}
.site-header .site-header__toggle.is-open .site-header__toggle-lines span:nth-child(1) {
  top: 7px;
  transform: rotate(45deg);
}
.site-header .site-header__toggle.is-open .site-header__toggle-lines span:nth-child(2) {
  opacity: 0;
}
.site-header .site-header__toggle.is-open .site-header__toggle-lines span:nth-child(3) {
  bottom: 7px;
  transform: rotate(-45deg);
}
.site-header.is-open .site-header__backdrop {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.site-header.is-open .site-header__panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}
@media screen and (max-width: 1080px) {
  .site-header .site-header__logo {
    padding: 20px 0 20px 20px;
  }
  .site-header .site-header__logo::after {
    display: none;
  }
  .site-header .site-header__logo-image {
    width: min(180px, 100%);
  }
  .site-header .site-header__toggle {
    padding: 12px;
    width: 60px;
    height: 60px;
  }
  .site-header .site-header__modal {
    padding: 0;
  }
  .site-header .site-header__modal-inner {
    align-items: center;
    height: 100vh;
  }
  .site-header .site-header__panel {
    width: 350px;
    padding: 50px 25px;
    max-height: calc(100vh - 96px);
    overflow-y: auto;
  }
  .site-header .site-header__close {
    top: 12px;
    right: 12px;
    width: 48px;
    height: 48px;
  }
  .site-header .site-header__close span {
    width: 24px;
  }
  .site-header .site-header__menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    border-top: 2px dashed rgba(8, 104, 200, 0.22);
    border-left: 2px dashed rgba(8, 104, 200, 0.22);
  }
  .site-header .site-header__menu li {
    border-right: 2px dashed rgba(8, 104, 200, 0.22);
    border-bottom: 2px dashed rgba(8, 104, 200, 0.22);
    margin: 0;
  }
  .site-header .site-header__menu a {
    width: 100%;
    min-height: 74px;
    padding-inline: 8px;
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 1.2;
  }
  .site-header .site-header__actions {
    margin-top: 28px;
  }
  .site-header .site-header__action-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }
  .site-header .site-header__action-card {
    min-width: 0;
    min-height: 0;
    width: 80px;
    height: 80px;
  }
  .site-header .site-header__action-icon {
    width: 36px;
    height: 36px;
  }
  .site-header .site-header__member-utility {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .site-header .site-header__utility-link {
    width: 100%;
    min-width: 0;
    min-height: 56px;
    padding: 14px 18px;
    font-size: 13px;
  }
  .site-header .site-header__toggle.is-open .site-header__toggle-lines span:nth-child(1) {
    top: 7px;
  }
  .site-header .site-header__toggle.is-open .site-header__toggle-lines span:nth-child(3) {
    bottom: 7px;
  }
}

.site-header[data-member-level=premium] .site-header__panel {
  background: rgb(255, 240, 240);
  border: 5px solid #FF6B6B;
}
.site-header[data-member-level=premium] .site-header__menu a {
  color: #FF6B6B;
}
.site-header[data-member-level=premium] .site-header__menu a:hover {
  color: rgb(255, 66.2, 66.2);
}
.site-header[data-member-level=premium] .current-menu-item > a,
.site-header[data-member-level=premium] .current-menu-ancestor > a,
.site-header[data-member-level=premium] .current-menu-parent > a,
.site-header[data-member-level=premium] .current_page_item > a {
  color: rgb(255, 66.2, 66.2);
  background: rgba(255, 240, 240, 0.72);
}
.site-header[data-member-level=premium] .site-header__toggle-lines span {
  background: #FF6B6B;
}
.site-header[data-member-level=premium] .site-header__action-grid--public .site-header__action-card {
  background: #FF6B6B;
  border-color: rgba(255, 56, 56, 0.3);
  box-shadow: 0 16px 28px rgba(255, 107, 107, 0.28);
}
.site-header[data-member-level=premium] .site-header__close {
  color: #FF6B6B;
  border-color: rgba(255, 107, 107, 0.2);
}
.site-header[data-member-level=premium] .site-header__close:hover {
  border-color: rgba(255, 107, 107, 0.4);
}
@media screen and (max-width: 1080px) {
  .site-header[data-member-level=premium] .site-header__menu {
    border-top-color: rgba(255, 107, 107, 0.3);
    border-left-color: rgba(255, 107, 107, 0.3);
  }
  .site-header[data-member-level=premium] .site-header__menu li {
    border-right-color: rgba(255, 107, 107, 0.3);
    border-bottom-color: rgba(255, 107, 107, 0.3);
  }
}

.site-header[data-header-context=member] .site-header__action-grid--public {
  justify-content: center;
}

.site-footer__main {
  background: rgb(0, 134, 237);
  padding: 60px 60px;
}
.site-footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
.site-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex-shrink: 0;
}
.site-footer__logo {
  display: block;
  width: 200px;
}
.site-footer__logo img {
  width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
}
.site-footer__nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.site-footer__nav-list {
  display: flex;
  gap: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer__nav-link {
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  transition: opacity 0.2s;
}
.site-footer__nav-link:hover {
  opacity: 0.7;
}
.site-footer__member-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 4px;
}
.site-footer__member-link {
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  transition: opacity 0.2s;
}
.site-footer__member-link:hover {
  opacity: 0.7;
}
.site-footer__member-line {
  display: block;
  width: 36px;
  flex-shrink: 0;
}
.site-footer__member-line img {
  width: 100%;
  height: auto;
}
.site-footer__bottom {
  background: rgb(255, 255, 255);
  padding: 20px 0;
}
.site-footer__bottom-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
.site-footer__copyright {
  font-size: 0.875rem;
  color: rgb(81, 85, 89);
  white-space: nowrap;
}
.site-footer__bottom-link {
  font-size: 0.875rem;
  color: rgb(81, 85, 89);
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s;
}
.site-footer__bottom-link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1080px) {
  .site-footer__main {
    padding: 40px 40px;
  }
  .site-footer__inner {
    flex-direction: column;
    gap: 32px;
  }
  .site-footer__brand {
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }
  .site-footer__logo {
    width: 140px;
  }
  .site-footer__nav {
    width: 100%;
    gap: 16px;
  }
  .site-footer__nav-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 40px;
    width: 100%;
  }
  .site-footer__member-row {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 16px 40px;
  }
  .site-footer__bottom-inner {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
}

.site-footer--member-premium.site-footer .site-footer__main {
  background: #FF6B6B;
}

.site-footer--member .site-footer__logout-link {
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  transition: opacity 0.2s;
}
.site-footer--member .site-footer__logout-link:hover {
  opacity: 0.7;
}

.lower-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 400px;
  background-color: #c0c8d0;
}
.lower-hero__inner {
  text-align: center;
}
.lower-hero__label {
  color: rgb(255, 255, 255);
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
.lower-hero__title {
  color: rgb(255, 255, 255);
  font-size: clamp(2.5rem, 4vw, 4.375rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
.sec-2col {
  display: flex;
  align-items: center;
  gap: 60px;
}
.sec-2col__text {
  flex: 1;
}
.sec-2col__media {
  flex: 1;
}
.sec-2col__img-wrap {
  width: 100%;
  overflow: hidden;
}
.sec-2col--rev {
  flex-direction: row-reverse;
}

.def-table__row {
  display: flex;
  gap: 40px;
  padding-block: 20px;
  border-bottom: 1px solid currentColor;
}
.def-table__row:first-child {
  border-top: 1px solid currentColor;
}
.def-table__term {
  flex: 0 0 200px;
  font-weight: 700;
}
.def-table__desc {
  flex: 1;
}

.plan-table {
  display: flex;
}
.plan-table__col {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.plan-table__head {
  padding: 20px;
  font-weight: 700;
  text-align: center;
}
.plan-table__cell {
  padding: 16px 20px;
  text-align: center;
  border-top: 1px solid currentColor;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  list-style: none;
  padding: 0;
}
.card-grid__media {
  display: block;
  width: 100%;
  overflow: hidden;
}
.card-grid__body {
  padding-block: 16px;
}
.card-grid__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.card-grid__title {
  font-weight: 700;
  margin-bottom: 8px;
}
.card-grid__link {
  margin-top: 12px;
}

.feature-cards {
  display: flex;
  gap: 40px;
  list-style: none;
  padding: 0;
}
.feature-cards__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.feature-cards__icon {
  margin-bottom: 16px;
}
.feature-cards__title {
  font-weight: 700;
  margin-bottom: 8px;
}
.faq-list__question {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-block: 20px;
  cursor: pointer;
  list-style: none;
  border-bottom: 1px solid currentColor;
}
.faq-list__q-label {
  font-weight: 700;
}
.faq-list__q-text {
  flex: 1;
}
.faq-list__answer {
  display: none;
  padding-block: 20px;
  padding-inline-start: 40px;
}
.faq-list__item.is-open .faq-list__answer {
  display: block;
}

@media screen and (max-width: 1080px) {
  .lower-hero {
    min-height: 240px;
  }
  .sec-2col {
    flex-direction: column;
    gap: 25px;
  }
  .sec-2col--rev {
    flex-direction: column;
  }
  .def-table__row {
    flex-direction: column;
    gap: 8px;
  }
  .def-table__term {
    flex: none;
  }
  .plan-table {
    flex-direction: column;
    overflow-x: auto;
  }
  .card-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .feature-cards {
    flex-wrap: wrap;
  }
  .feature-cards__item {
    flex: 0 0 calc(50% - 20px);
  }
}
body.page-template-page-company main {
  background-color: rgb(223, 247, 255);
}
body.page-template-page-company main h2 {
  color: rgb(0, 134, 237);
  font-size: 2.9375rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 50px;
}
body.page-template-page-company main p {
  line-height: 1.9;
}
body.page-template-page-company main #company-hero .viewport-wrap {
  background-image: var(--company-hero-bg, none);
}
body.page-template-page-company main #company-photo .image-wrap .image-box {
  height: 560px;
}
body.page-template-page-company main #company-about .read-sentence + .read-sentence {
  margin-top: 80px;
}
body.page-template-page-company main #company-message .container {
  background-color: rgb(255, 255, 255);
}
body.page-template-page-company main #company-message .container .company-message__body {
  max-width: 1200px;
  margin-inline: auto;
  padding: 80px 0;
}
body.page-template-page-company main #company-message .container .company-message__body .image-wrap {
  flex: 1;
}
body.page-template-page-company main #company-message .container .company-message__body .text-box {
  flex: 2;
}
body.page-template-page-company main #company-message .container .company-message__body .text-box {
  padding-left: 60px;
}
body.page-template-page-company main #company-message .container .company-message__body .text-box p {
  font-size: 1rem;
  line-height: 3;
  margin-bottom: 1em;
}
body.page-template-page-company main #company-message .container .company-message__body .text-box p:last-child {
  margin-bottom: 0;
}
body.page-template-page-company main #company-message .container .company-message__body .text-box p strong {
  font-size: 1.3125rem;
}
body.page-template-page-company main #company-message .container .company-message__body .text-box .company-message__cta {
  font-size: 1.875rem;
  font-weight: 900;
  color: rgb(255, 112, 112);
  margin-bottom: 0;
}
body.page-template-page-company main #company-message .container .company-message__body .text-box .company-message__signature {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 0;
}
body.page-template-page-company main #company-become .inner-box {
  margin-bottom: 50px;
}
body.page-template-page-company main #company-become .inner-box .highlighter {
  margin: auto;
}
body.page-template-page-company main #company-become .read-sentence {
  text-align: center;
}
body.page-template-page-company main #company-become .underline {
  text-decoration-thickness: 8px;
  text-underline-offset: -3px;
  text-decoration-color: rgb(255, 229, 0);
}
body.page-template-page-company main #company-become .company-become__box {
  flex: 1;
  border: 1px solid rgb(31, 31, 35);
  padding: 40px;
  background-color: rgb(255, 255, 255);
}
body.page-template-page-company main #company-become .company-become__box ul {
  list-style: disc;
  padding-left: 1.5em;
}
body.page-template-page-company main #company-become .company-become__box ul li {
  line-height: 2;
}
body.page-template-page-company main #company-become .company-become__box .company-become__box-title {
  font-size: 1.875rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
body.page-template-page-company main #company-become .company-become__box .company-become__box-title.before {
  color: #52d5ff;
}
body.page-template-page-company main #company-become .company-become__box .company-become__box-title.after {
  color: rgb(255, 112, 112);
}
body.page-template-page-company main #company-become .company-become__arrow {
  font-size: 2.25rem;
  color: rgb(0, 134, 237);
  flex-shrink: 0;
  align-self: center;
}
body.page-template-page-company main #company-info .container {
  background-color: rgb(255, 255, 255);
  padding: 80px 120px;
}
body.page-template-page-company main #company-info .def-table {
  color: rgb(24, 24, 24);
}
body.page-template-page-company main #company-info .def-table dd {
  margin: 0;
}
body.page-template-page-company main #company-info .def-table__term {
  flex: 0 0 240px;
  font-size: 1.3125rem;
}
body.page-template-page-company main #company-info .def-table__desc {
  font-size: 1.3125rem;
}
body.page-template-page-company main #company-info .def-table__row {
  padding-block: 30px;
}

@media screen and (max-width: 1080px) {
  body.page-template-page-company main h2 {
    font-size: 1.875rem;
    margin-bottom: 30px;
  }
  body.page-template-page-company main #company-photo .image-wrap .image-box {
    height: 275px;
  }
  body.page-template-page-company main #company-message .wrapper.water {
    padding: 40px 0;
  }
  body.page-template-page-company main #company-message .container .company-message__body {
    padding: 40px 0;
  }
  body.page-template-page-company main #company-message .container .company-message__body .inside-box.flex-add {
    flex-direction: column;
  }
  body.page-template-page-company main #company-message .container .company-message__body .inside-box.flex-add .base-box {
    width: 100%;
    flex: none;
  }
  body.page-template-page-company main #company-message .container .company-message__body .inside-box.flex-add .base-box .image-box {
    width: calc(100% - 50px);
    margin: auto;
  }
  body.page-template-page-company main #company-message .container .company-message__body .inside-box.flex-add .text-box {
    padding: 0 25px 0;
    padding-top: 25px;
  }
  body.page-template-page-company main #company-message .container .company-message__body .inside-box.flex-add .text-box p {
    line-height: 1.9;
  }
  body.page-template-page-company main #company-message .container .company-message__body .inside-box.flex-add .text-box p:last-child {
    margin-bottom: 0;
  }
  body.page-template-page-company main #company-message .container .company-message__body .inside-box.flex-add .text-box p strong {
    font-size: 1.125rem;
  }
  body.page-template-page-company main #company-message .container .company-message__body .inside-box.flex-add .text-box .company-message__cta {
    font-size: 1.125rem;
  }
  body.page-template-page-company main #company-become .company-become__title {
    font-size: 1.3125rem;
  }
  body.page-template-page-company main #company-become .inner-box.flex-add {
    flex-direction: column;
    gap: 20px;
  }
  body.page-template-page-company main #company-become .read-sentence {
    font-size: 1rem;
  }
  body.page-template-page-company main #company-become .company-become__box {
    width: 100%;
    padding: 20px;
  }
  body.page-template-page-company main #company-become .company-become__box ul {
    list-style: disc;
    padding-left: 1.2em;
  }
  body.page-template-page-company main #company-become .company-become__box ul li {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  body.page-template-page-company main #company-become .company-become__box .company-become__box-title {
    font-size: 1.3125rem;
  }
  body.page-template-page-company main #company-become .company-become__arrow {
    display: none;
  }
  body.page-template-page-company main #company-info .container {
    padding: 40px 25px;
  }
  body.page-template-page-company main #company-info .def-table {
    line-height: 1.9;
  }
  body.page-template-page-company main #company-info .def-table__row {
    flex-direction: column;
    gap: 4px;
    padding-block: 20px;
  }
  body.page-template-page-company main #company-info .def-table__term {
    flex: none;
    font-size: 1rem;
  }
  body.page-template-page-company main #company-info .def-table__desc {
    font-size: 1rem;
  }
}
main.page-service {
  background-color: #DFF7FF;
}

#service-hero {
  padding: 0;
}
#service-hero .viewport-wrap {
  background-image: var(--service-hero-bg, none);
}

#service-concept-area {
  padding-top: 0;
  padding-bottom: 0;
}
#service-concept-area .wrapper {
  background-image: url("../images/common/company-message-bg.png");
  background-size: cover;
  background-position: center;
  padding: 160px 0;
}
#service-concept-area .read-sentence {
  text-align: center;
  color: rgb(0, 134, 237);
}
#service-concept-area .read-sentence strong {
  font-size: 1.6875rem;
  font-weight: 900;
}
#service-concept-area .service-photos__wrap {
  padding: 80px 0;
}
#service-concept-area .service-photos__wrap .service-photos__row {
  row-gap: 0;
}
#service-concept-area .service-photos__wrap .service-photos__row .image-wrap {
  margin: 0;
}
#service-concept-area .service-support-box {
  max-width: calc(1200px + 600px);
  min-width: 1200px;
  background-color: rgb(255, 255, 255);
  padding: 80px 80px 100px;
  margin: auto;
}
#service-concept-area .service-support-box .service-catchcopy__sub {
  flex: 0 0 340px;
  color: #252525;
}
#service-concept-area .service-support-box .service-catchcopy__sub p {
  text-align: right;
}
#service-concept-area .service-support-box .service-catchcopy__sub p:first-child {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 12px;
}
#service-concept-area .service-support-box .service-catchcopy__sub p:last-child {
  font-size: 1rem;
  line-height: 1.8;
}
#service-concept-area .service-support-box .service-feature {
  margin-top: 40px;
  align-items: stretch;
  flex: 1;
  box-shadow: none;
  background-color: transparent;
}
#service-concept-area .service-support-box .service-feature__header {
  position: relative;
  height: 100px;
  overflow: hidden;
  margin-bottom: 12px;
}
#service-concept-area .service-support-box .service-feature__num {
  position: absolute;
  top: -12px;
  left: 0px;
  font-size: clamp(60px, 5.5vw, 100px);
  font-weight: 900;
  color: #DFF7FF;
  line-height: 1;
  z-index: 0;
}
#service-concept-area .service-support-box .service-feature__title {
  position: absolute;
  bottom: 8px;
  left: 4px;
  z-index: 1;
  font-size: 1.3125rem;
  font-weight: 700;
  color: rgb(0, 134, 237);
  line-height: 1.4;
}
#service-concept-area .service-support-box .service-feature .image-wrap {
  margin-bottom: 0;
}
#service-concept-area .service-support-box .service-feature .image-wrap .image-box {
  height: 200px;
}
#service-concept-area .service-support-box .service-feature .card__inner {
  padding: 15px 0 0;
}
#service-concept-area .service-support-box .service-feature .card__text {
  font-size: 0.875rem;
  line-height: 1.9;
  color: #252525;
}

#service-detail {
  padding-top: 0;
  padding-bottom: 0;
}
#service-detail .wrapper {
  position: relative;
  background-image: url("../images/top/concept-sky.jpg");
  background-size: cover;
  background-position: center;
  padding: 160px 0;
}
#service-detail .card--panel {
  background-color: white;
  padding: 20px 20px 0;
}
#service-detail .card--panel .card__media .image-box {
  height: 300px;
}
#service-detail .card--panel .card__inner {
  flex-direction: column;
}
#service-detail .card--panel .card__inner .title {
  display: block;
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin: 20px 0;
}
#service-detail .card--panel .card__inner .list {
  font-size: 0.875rem;
  padding-left: 1rem;
  list-style: disc;
  margin-bottom: 32px;
  flex: 1;
  color: #252525;
}
#service-detail .card--panel .card__inner .list li {
  line-height: 1.9;
}
#service-detail .card--panel .card__inner .list li + li {
  margin-top: 12px;
}
#service-detail .card--panel .card__inner .asobi {
  color: #FF8C00;
  border-color: #FF8C00;
}
#service-detail .card--panel .card__inner .deai {
  color: #FF6B6B;
  border-color: #FF6B6B;
}
#service-detail .card--panel .card__inner .manabi {
  color: rgb(0, 134, 237);
  border-color: rgb(0, 134, 237);
}
#service-detail .card--panel .card__inner .sg-demo-box {
  margin-top: auto;
}

.service-section-title {
  font-size: 2.9375rem;
  font-weight: 900;
  text-align: center;
  color: rgb(255, 255, 255);
  letter-spacing: 0.08em;
  margin-bottom: 60px;
}

@media screen and (max-width: 1080px) {
  #service-concept-area .wrapper {
    padding: 80px 0;
  }
  #service-concept-area .wrapper .inner-box.text {
    width: calc(100% - 55px);
  }
  #service-concept-area .wrapper .inner-box.text p {
    text-align: left;
  }
  #service-concept-area .read-sentence strong {
    font-size: 1.3125rem;
    text-align: center;
  }
  #service-concept-area .service-photos__wrap {
    padding: 40px 0;
  }
  #service-concept-area .service-photos__wrap .service-photos__row {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: unset;
  }
  #service-concept-area .service-photos__wrap .service-photos__row .flex-box {
    width: calc(100% - 10px);
  }
  #service-concept-area .service-photos__wrap .service-photos__row .flex-box:nth-child(n+4) {
    display: none;
  }
  #service-concept-area .service-support-box {
    min-width: unset;
    max-width: unset;
    width: 100%;
    padding: 40px 24px 60px;
    margin-top: 40px;
  }
  #service-concept-area .service-support-box .service-catchcopy-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    margin-bottom: 40px;
  }
  #service-concept-area .service-support-box .service-catchcopy__sub {
    flex: none;
    width: 100%;
    text-align: left;
  }
  #service-concept-area .service-support-box .service-catchcopy__sub p:first-child {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.54;
    margin-top: 15px;
    margin-bottom: 12px;
  }
  #service-concept-area .service-support-box .service-catchcopy__sub p:last-child {
    font-size: 1rem;
    text-align: center;
    line-height: 1.8;
  }
  #service-concept-area .service-support-box .service-features {
    gap: 50px;
  }
  #service-concept-area .service-support-box .service-features .flex-box {
    width: 100%;
  }
  #service-concept-area .service-support-box .service-features .service-feature {
    margin-top: 0;
  }
  #service-concept-area .service-support-box .service-features .service-feature__header {
    position: relative;
    height: 50px;
    overflow: visible;
    margin-bottom: 12px;
  }
  #service-concept-area .service-support-box .service-features .service-feature__num {
    position: absolute;
    top: -30px;
    left: 0px;
    font-size: clamp(60px, 5.5vw, 100px);
    font-weight: 900;
    color: #DFF7FF;
    line-height: 1;
    z-index: 0;
  }
  #service-concept-area .service-support-box .service-features .service-feature__title {
    position: absolute;
    bottom: 8px;
    left: 4px;
    z-index: 1;
    font-size: 1.3125rem;
    font-weight: 700;
    color: rgb(0, 134, 237);
    line-height: 1.4;
  }
  #service-concept-area .service-support-box .service-features .image-wrap {
    margin-bottom: 0;
  }
  #service-concept-area .service-support-box .service-features .card__inner {
    padding: 0;
  }
  #service-concept-area .service-support-box .service-features .card__text {
    font-size: 0.875rem;
    line-height: 1.9;
    color: #252525;
  }
  .service-section-title {
    font-size: 1.875rem;
    margin-bottom: 40px;
  }
  #service-detail .wrapper {
    padding: 60px 0;
  }
  #service-detail .card-group--panel.col-3 .base-box {
    width: 100% !important;
  }
  #service-detail .card--panel .card__media .image-box {
    height: 211px;
  }
  #service-detail .card--panel .card__inner .title {
    font-size: 1.3125rem;
  }
  #service-detail .arrow::before {
    border-top: 16px solid rgb(255, 255, 255);
  }
}
body.page-template-page-service-deai main {
  background-color: rgb(255, 240, 240);
}
body.page-template-page-service-deai main h2 {
  color: rgb(255, 112, 112);
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.54;
  letter-spacing: 0.1em;
  margin-bottom: 80px;
  text-align: center;
}
body.page-template-page-service-deai main .read-sentence {
  text-align: center;
  color: rgb(31, 31, 35);
  line-height: 3;
  letter-spacing: 0.05em;
}
body.page-template-page-service-deai main #deai-hero .viewport-wrap {
  background-image: var(--deai-hero-bg, none);
}
body.page-template-page-service-deai main #deai-hero .viewport-wrap::after {
  background: rgba(255, 112, 112, 0.55);
}
body.page-template-page-service-deai main #deai-intro .container {
  text-align: center;
}
body.page-template-page-service-deai main #deai-intro .deai-intro__hl {
  display: inline-block;
  background: rgb(255, 112, 112);
  color: rgb(255, 255, 255);
  padding: 2px 10px 5px;
  font-style: normal;
}
body.page-template-page-service-deai main #deai-intro .deai-intro__list {
  display: inline-block;
  text-align: left;
  list-style: none;
  padding-left: 0;
}
body.page-template-page-service-deai main #deai-intro .deai-intro__list li {
  color: rgb(255, 112, 112);
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.9;
}
body.page-template-page-service-deai main #deai-intro .deai-intro__list li::before {
  content: "・";
}
body.page-template-page-service-deai main #deai-cards .card {
  background: rgb(255, 255, 255);
  border: 2px solid rgb(31, 31, 35);
  border-radius: 8px;
  box-shadow: none;
  overflow: hidden;
  padding: 50px 40px 50px;
}
body.page-template-page-service-deai main #deai-cards .card__title {
  font-size: 1.3125rem;
  color: rgb(255, 112, 112);
  font-weight: 700;
  text-align: center;
  align-self: center;
  line-height: 1.54;
  letter-spacing: 0.05em;
}
body.page-template-page-service-deai main #deai-cards .card__media {
  margin-top: 30px;
}
body.page-template-page-service-deai main #deai-cards .card__media .image-box {
  aspect-ratio: 4/3;
}
body.page-template-page-service-deai main #deai-cards .deai-cards__summary {
  margin-top: 80px;
  text-align: center;
}
body.page-template-page-service-deai main #deai-closing {
  background-color: rgb(255, 255, 255);
  padding: 160px 0;
}
body.page-template-page-service-deai main #deai-closing .inside-box {
  gap: 0;
  align-items: center;
  margin-top: 80px;
}
body.page-template-page-service-deai main #deai-closing .inside-box:first-child {
  margin-top: 0;
}
body.page-template-page-service-deai main #deai-closing .inside-box.row {
  flex-direction: row-reverse;
}
body.page-template-page-service-deai main #deai-closing .inside-box .base-box {
  width: 50%;
  box-sizing: border-box;
}
body.page-template-page-service-deai main #deai-closing .inside-box .base-box.text-box {
  padding: 80px;
}
body.page-template-page-service-deai main #deai-closing .inside-box .base-box.text-box .catch-copy {
  color: rgb(255, 112, 112);
  line-height: 1.9;
}
body.page-template-page-service-deai main #deai-closing .inside-box .base-box.text-box p:not(.catch-copy) {
  color: rgb(31, 31, 35);
  font-size: 1.3125rem;
  line-height: 1.9;
}
body.page-template-page-service-deai main #deai-closing .inside-box .base-box.text-box p:not(.catch-copy):last-child {
  margin-bottom: 0;
}
body.page-template-page-service-deai main #deai-closing .inside-box .base-box.image-wrap img {
  aspect-ratio: 16/9;
}
body.page-template-page-service-deai main #navi-link .button {
  color: rgb(255, 112, 112);
  border-color: rgb(255, 112, 112);
}
body.page-template-page-service-deai main #navi-link .asobi a {
  color: rgb(255, 144, 0);
}
body.page-template-page-service-deai main #navi-link .manabi a {
  color: rgb(0, 134, 237);
}

@media screen and (max-width: 1080px) {
  body.page-template-page-service-deai main .read-sentence {
    font-size: 1.125rem;
    line-height: 1.9;
  }
  body.page-template-page-service-deai main h2 {
    font-size: 1.3125rem;
    margin-bottom: 25px;
  }
  body.page-template-page-service-deai main #deai-hero .viewport-wrap::after {
    background: rgba(255, 112, 112, 0.3);
  }
  body.page-template-page-service-deai main #deai-intro h2 {
    line-height: 3;
  }
  body.page-template-page-service-deai main #deai-intro .deai-intro__list li {
    font-size: 16px;
    line-height: 1.54;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 700;
  }
  body.page-template-page-service-deai main #deai-cards .section-title {
    font-size: 1.5rem;
    margin-bottom: 25px;
    font-weight: 900;
  }
  body.page-template-page-service-deai main #deai-cards .card {
    padding: 30px 20px 30px;
  }
  body.page-template-page-service-deai main #deai-cards .card__inner {
    padding: 10px 0 20px;
  }
  body.page-template-page-service-deai main #deai-closing {
    padding: 50px 0;
  }
  body.page-template-page-service-deai main #deai-closing .inside-box {
    margin-top: 0;
  }
  body.page-template-page-service-deai main #deai-closing .inside-box.row {
    flex-direction: column;
  }
  body.page-template-page-service-deai main #deai-closing .inside-box .base-box {
    width: 100%;
  }
  body.page-template-page-service-deai main #deai-closing .inside-box .base-box.text-box {
    padding: 25px;
  }
  body.page-template-page-service-deai main #deai-closing .inside-box .base-box.text-box .catch-copy {
    line-height: 1.54;
  }
  body.page-template-page-service-deai main #deai-closing .inside-box .base-box.text-box p:not(.catch-copy) {
    font-size: 16px;
  }
  body.page-template-page-service-deai main #navi-link .spread {
    gap: 50px;
  }
  body.page-template-page-service-deai main #navi-link .spread .button_cover:nth-child(2) {
    order: 1;
  }
  body.page-template-page-service-deai main #navi-link .spread .button_cover.manabi {
    order: 2;
  }
  body.page-template-page-service-deai main #navi-link .spread .button_cover.asobi {
    order: 3;
  }
}
body.page-template-page-service-manabi main {
  background-color: #DFF7FF;
}
body.page-template-page-service-manabi main #manabi-hero .viewport-wrap {
  background-image: var(--manabi-hero-bg, none);
}
body.page-template-page-service-manabi main #manabi-hero .viewport-wrap::after {
  background: rgba(0, 134, 237, 0.55);
}
body.page-template-page-service-manabi main #manabi-intro .container {
  text-align: center;
}
body.page-template-page-service-manabi main #manabi-intro .container h2 {
  font-weight: 700;
}
body.page-template-page-service-manabi main #manabi-intro .container p {
  text-align: center;
}
body.page-template-page-service-manabi main #manabi-intro .manabi-intro__hl {
  display: inline-block;
  background: rgb(0, 134, 237);
  color: rgb(255, 255, 255);
  padding: 2px 10px 5px;
  font-style: normal;
}
body.page-template-page-service-manabi main #manabi-intro .manabi-intro__tags {
  justify-content: center;
  margin: 30px 0;
}
body.page-template-page-service-manabi main #manabi-intro .manabi-intro__tags .flex-box {
  padding: 10px 30px 15px;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 134, 237);
  font-size: 1.875rem;
  letter-spacing: 0.1em;
  font-weight: 700;
}
body.page-template-page-service-manabi main #manabi-intro .manabi-intro__quote {
  font-size: 1.875rem;
  font-weight: 700;
}
body.page-template-page-service-manabi main #manabi-cards .card {
  background: rgb(255, 255, 255);
  border: 2px solid rgb(31, 31, 35);
  border-radius: 8px;
  box-shadow: none;
  overflow: hidden;
  padding: 50px 40px 10px;
}
body.page-template-page-service-manabi main #manabi-cards .card > p {
  font-size: 1.125rem;
  font-weight: 700;
  color: rgb(0, 134, 237);
  text-align: center;
  padding: 0 20px;
  line-height: 1.54;
}
body.page-template-page-service-manabi main #manabi-cards .card__title {
  font-size: 1.875rem;
  color: rgb(0, 134, 237);
  text-align: center;
  align-self: center;
  padding: 0 16px;
}
body.page-template-page-service-manabi main #manabi-cards .card__media {
  margin-top: 16px;
}
body.page-template-page-service-manabi main #manabi-cards .card__media .image-box {
  aspect-ratio: 7/4;
}
body.page-template-page-service-manabi main #manabi-cards .card__inner ul {
  list-style: disc;
  padding-left: 1.5em;
}
body.page-template-page-service-manabi main #manabi-cards .card__inner ul li {
  color: rgb(0, 134, 237);
}
body.page-template-page-service-manabi main #manabi-closing p:not(.catch-copy) {
  font-size: 1.3125rem;
  text-align: center;
  font-weight: 700;
}
body.page-template-page-service-manabi main #manabi-closing .catch-copy {
  color: rgb(0, 134, 237);
  margin-top: 30px;
  text-align: center;
}
body.page-template-page-service-manabi main #navi-link .deai a {
  color: rgb(255, 112, 112);
}
body.page-template-page-service-manabi main #navi-link .asobi a {
  color: rgb(255, 144, 0);
}

@media screen and (max-width: 1080px) {
  body.page-template-page-service-manabi main #manabi-hero .viewport-wrap::after {
    background: rgba(0, 134, 237, 0.3);
  }
  body.page-template-page-service-manabi main #manabi-intro h2 {
    font-size: 1.3125rem;
    margin-bottom: 25px;
    line-height: 3;
  }
  body.page-template-page-service-manabi main #manabi-intro .manabi-intro__hl {
    padding: 0px 20px;
  }
  body.page-template-page-service-manabi main #manabi-intro .manabi-intro__tags {
    gap: 20px;
  }
  body.page-template-page-service-manabi main #manabi-intro .manabi-intro__tags .flex-box {
    width: 70%;
    margin: auto;
    font-size: 1.3125rem;
  }
  body.page-template-page-service-manabi main #manabi-intro .manabi-intro__quote {
    font-size: 1.3125rem;
  }
  body.page-template-page-service-manabi main #manabi-cards .card {
    padding: 24px 20px 10px;
  }
  body.page-template-page-service-manabi main #manabi-cards .card__inner {
    padding: 10px 0px 30px;
  }
  body.page-template-page-service-manabi main #manabi-closing .catch-copy {
    line-height: 3;
    text-align: center;
  }
  body.page-template-page-service-manabi main #manabi-closing p:not(.catch-copy) {
    font-size: 16px;
  }
  body.page-template-page-service-manabi main #navi-link .spread {
    gap: 50px;
  }
  body.page-template-page-service-manabi main #navi-link .spread .button_cover:nth-child(2) {
    order: 1;
  }
  body.page-template-page-service-manabi main #navi-link .spread .button_cover.asobi {
    order: 2;
  }
  body.page-template-page-service-manabi main #navi-link .spread .button_cover.deai {
    order: 3;
  }
}
body.page-template-page-service-asobi main {
  background-color: #ffeacf;
}
body.page-template-page-service-asobi main #asobi-hero .viewport-wrap {
  background-image: var(--asobi-hero-bg, none);
}
body.page-template-page-service-asobi main #asobi-hero .viewport-wrap::after {
  background: rgba(255, 144, 0, 0.55);
}
body.page-template-page-service-asobi main #asobi-intro .container {
  text-align: center;
}
body.page-template-page-service-asobi main #asobi-intro .container p {
  text-align: center;
}
body.page-template-page-service-asobi main #asobi-intro h2 {
  color: #8a4d00;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.54;
  margin-bottom: 80px;
  text-align: center;
}
body.page-template-page-service-asobi main #asobi-intro .asobi-intro__hl {
  display: inline-block;
  background: rgb(255, 144, 0);
  color: rgb(255, 255, 255);
  padding: 2px 10px 5px;
  font-style: normal;
}
body.page-template-page-service-asobi main #asobi-intro .read-sentence {
  color: #8a4d00;
}
body.page-template-page-service-asobi main #asobi-cards .section-title {
  font-size: 2.625rem;
  color: rgb(255, 144, 0);
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 80px;
}
body.page-template-page-service-asobi main #asobi-cards .asobi-card {
  position: relative;
  overflow: hidden;
}
body.page-template-page-service-asobi main #asobi-cards .asobi-card__img-wrap {
  position: relative;
}
body.page-template-page-service-asobi main #asobi-cards .asobi-card__img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}
body.page-template-page-service-asobi main #asobi-cards .asobi-card__img-wrap img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
body.page-template-page-service-asobi main #asobi-cards .asobi-card__body {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 28px;
  z-index: 1;
  color: rgb(255, 255, 255);
}
body.page-template-page-service-asobi main #asobi-cards .asobi-card__body h3 {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 16px;
}
body.page-template-page-service-asobi main #asobi-cards .asobi-card__body p {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2;
}
body.page-template-page-service-asobi main #asobi-closing {
  background-color: rgb(255, 255, 255);
  padding: 160px 0;
}
body.page-template-page-service-asobi main #asobi-closing .section-title {
  font-size: 2.625rem;
  color: rgb(255, 144, 0);
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 80px;
}
body.page-template-page-service-asobi main #asobi-closing .inside-box {
  gap: 0;
  align-items: center;
  margin-top: 80px;
}
body.page-template-page-service-asobi main #asobi-closing .inside-box:first-child {
  margin-top: 0;
}
body.page-template-page-service-asobi main #asobi-closing .inside-box.row {
  flex-direction: row-reverse;
}
body.page-template-page-service-asobi main #asobi-closing .inside-box .base-box {
  width: 50%;
  box-sizing: border-box;
}
body.page-template-page-service-asobi main #asobi-closing .inside-box .base-box.text-box {
  padding: 80px;
}
body.page-template-page-service-asobi main #asobi-closing .inside-box .base-box.text-box ul {
  list-style: disc;
  padding-left: 1.5em;
  margin-bottom: 32px;
}
body.page-template-page-service-asobi main #asobi-closing .inside-box .base-box.text-box ul li {
  color: #8a4d00;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 2;
}
body.page-template-page-service-asobi main #asobi-closing .inside-box .base-box.text-box .read-sentence {
  color: #8a4d00;
  font-size: 1.3125rem;
}
body.page-template-page-service-asobi main #asobi-closing .inside-box .base-box.image-wrap img {
  aspect-ratio: 16/9;
}
body.page-template-page-service-asobi main #asobi-closing .inside-box .base-box .catch-copy {
  color: rgb(255, 144, 0);
  font-weight: 700;
  line-height: 1.54;
}
body.page-template-page-service-asobi main #asobi-closing .asobi-closing__footer-text {
  color: #8a4d00;
  font-weight: 700;
  text-align: center;
  margin-top: 80px;
}
body.page-template-page-service-asobi main #navi-link .button {
  color: rgb(255, 144, 0);
  border-color: rgb(255, 144, 0);
}
body.page-template-page-service-asobi main #navi-link .manabi a {
  color: rgb(0, 134, 237);
}
body.page-template-page-service-asobi main #navi-link .deai a {
  color: rgb(255, 112, 112);
}

@media screen and (max-width: 1080px) {
  body.page-template-page-service-asobi main #asobi-intro h2 {
    font-size: 1.3125rem;
    margin-bottom: 25px;
    line-height: 3;
  }
  body.page-template-page-service-asobi main #asobi-intro .asobi-intro__hl {
    padding: 0px 20px;
  }
  body.page-template-page-service-asobi main #asobi-hero .viewport-wrap::after {
    background: rgba(255, 144, 0, 0.3);
  }
  body.page-template-page-service-asobi main #asobi-cards .section-title {
    font-size: 1.5rem;
    margin-bottom: 25px;
  }
  body.page-template-page-service-asobi main #asobi-cards .asobi-card {
    display: flex;
    flex-direction: column;
  }
  body.page-template-page-service-asobi main #asobi-cards .asobi-card__img-wrap {
    position: relative;
  }
  body.page-template-page-service-asobi main #asobi-cards .asobi-card__img-wrap::after {
    background: rgba(0, 0, 0, 0);
  }
  body.page-template-page-service-asobi main #asobi-cards .asobi-card__body {
    position: static;
  }
  body.page-template-page-service-asobi main #asobi-cards .asobi-card__body h3 {
    font-size: 1.3125rem;
    color: rgb(255, 144, 0);
  }
  body.page-template-page-service-asobi main #asobi-cards .asobi-card__body p {
    font-size: 16px;
    color: #8a4d00;
  }
  body.page-template-page-service-asobi main #asobi-closing {
    padding: 50px 0;
  }
  body.page-template-page-service-asobi main #asobi-closing .section-title {
    font-size: 1.5rem;
    margin-bottom: 25px;
  }
  body.page-template-page-service-asobi main #asobi-closing .inside-box {
    gap: 0;
    align-items: center;
    margin-top: 0;
  }
  body.page-template-page-service-asobi main #asobi-closing .inside-box.row {
    flex-direction: column;
  }
  body.page-template-page-service-asobi main #asobi-closing .inside-box .base-box {
    width: 100%;
  }
  body.page-template-page-service-asobi main #asobi-closing .inside-box .base-box.text-box {
    padding: 25px;
  }
  body.page-template-page-service-asobi main #asobi-closing .inside-box .base-box.text-box ul {
    list-style: disc;
    padding-left: 1.5em;
    margin-bottom: 32px;
  }
  body.page-template-page-service-asobi main #asobi-closing .inside-box .base-box.text-box ul li {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.54;
  }
  body.page-template-page-service-asobi main #asobi-closing .inside-box .base-box.text-box .read-sentence {
    font-size: 16px;
  }
  body.page-template-page-service-asobi main #asobi-closing .inside-box .base-box.image-wrap img {
    aspect-ratio: 16/9;
  }
  body.page-template-page-service-asobi main #asobi-closing .inside-box .base-box .catch-copy {
    color: rgb(255, 144, 0);
    font-weight: 700;
    line-height: 1.54;
  }
  body.page-template-page-service-asobi main #asobi-closing .asobi-closing__footer-text {
    margin-top: 25px;
    line-height: 1.9;
  }
  body.page-template-page-service-asobi main #navi-link .spread {
    gap: 50px;
  }
  body.page-template-page-service-asobi main #navi-link .spread .button_cover:nth-child(2) {
    order: 1;
  }
  body.page-template-page-service-asobi main #navi-link .spread .button_cover.deai {
    order: 2;
  }
  body.page-template-page-service-asobi main #navi-link .spread .button_cover.manabi {
    order: 3;
  }
}
body.page-template-page-plan main {
  background-color: #DFF7FF;
}
body.page-template-page-plan main .headers {
  text-align: center;
  font-size: 2.9375rem;
  font-weight: 700;
}
body.page-template-page-plan main .favorite {
  position: relative;
  font-size: 2.9375rem;
  font-weight: 700;
}
body.page-template-page-plan main .message {
  padding: 40px 0;
  background-color: rgb(255, 255, 255);
  margin-top: 80px;
  text-align: center;
}
body.page-template-page-plan main #plan-overview .intro {
  margin-bottom: 80px;
}
body.page-template-page-plan main #plan-overview .intro .read-sentence {
  text-align: center;
}
body.page-template-page-plan main #plan-overview .intro .tile {
  gap: 50px;
  margin: 40px 0;
}
body.page-template-page-plan main #plan-overview .intro .tile .flex-box {
  flex: 1;
  background-color: rgb(255, 255, 255);
  padding: 40px 0 25px;
  text-align: center;
}
body.page-template-page-plan main #plan-overview .plan-compare-wrap .plan-compare {
  padding: 80px;
}
body.page-template-page-plan main #plan-overview .plan-compare-wrap .plan-compare .compare-head {
  margin-bottom: 40px;
}
body.page-template-page-plan main #plan-overview .plan-compare-wrap .plan-compare-btn {
  margin-top: 40px;
}
body.page-template-page-plan main #plan-premium .points,
body.page-template-page-plan main #plan-standard .points {
  margin-top: 40px;
}
body.page-template-page-plan main #plan-premium .points ul,
body.page-template-page-plan main #plan-standard .points ul {
  padding-left: 1.5rem;
}
body.page-template-page-plan main #plan-premium .points ul li,
body.page-template-page-plan main #plan-standard .points ul li {
  list-style: disc;
}
body.page-template-page-plan main #plan-premium .photos,
body.page-template-page-plan main #plan-standard .photos {
  width: calc(100% - 80px);
  margin: 40px auto 0;
  gap: 100px;
}
body.page-template-page-plan main #plan-premium .photos .inside-box,
body.page-template-page-plan main #plan-standard .photos .inside-box {
  flex: 1;
}
body.page-template-page-plan main #plan-premium .photos .inside-box.back-margin,
body.page-template-page-plan main #plan-standard .photos .inside-box.back-margin {
  margin-top: -120px;
}
body.page-template-page-plan main #plan-premium .photos .inside-box .base-box,
body.page-template-page-plan main #plan-standard .photos .inside-box .base-box {
  position: relative;
  margin-top: 120px;
}
body.page-template-page-plan main #plan-premium .photos .inside-box .base-box .cell-box,
body.page-template-page-plan main #plan-standard .photos .inside-box .base-box .cell-box {
  position: absolute;
  top: -75px;
  left: -40px;
}
body.page-template-page-plan main #plan-premium .photos .inside-box .base-box .cell-box.half,
body.page-template-page-plan main #plan-standard .photos .inside-box .base-box .cell-box.half {
  top: -35px;
}
body.page-template-page-plan main #plan-premium .photos .inside-box .base-box .cell-box .label,
body.page-template-page-plan main #plan-standard .photos .inside-box .base-box .cell-box .label {
  padding-bottom: 20px;
}
body.page-template-page-plan main #plan-premium .photos .inside-box .base-box .image-wrap .image-box,
body.page-template-page-plan main #plan-standard .photos .inside-box .base-box .image-wrap .image-box {
  height: 400px;
}
body.page-template-page-plan main #plan-premium .photos .inside-box .base-box .body,
body.page-template-page-plan main #plan-standard .photos .inside-box .base-box .body {
  display: block;
  position: absolute;
  width: calc(100% - 40px);
  left: 20px;
  bottom: 20px;
  line-height: 1.9;
  color: white;
}
body.page-template-page-plan main #plan-premium .photos .title,
body.page-template-page-plan main #plan-standard .photos .title {
  display: inline;
  font-size: 30px;
  font-weight: 700;
  background-color: rgb(255, 255, 255);
  outline-offset: -2px;
  padding: 10px 10px;
  line-height: 60px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
body.page-template-page-plan main #plan-premium {
  background: #fff0f0;
}
body.page-template-page-plan main #plan-premium .wrapper {
  padding: 80px;
}
body.page-template-page-plan main #plan-premium .wrapper li::marker {
  color: rgb(255, 112, 112);
}
body.page-template-page-plan main #plan-premium .wrapper .favorite::before {
  position: absolute;
  top: -5rem;
  left: -3rem;
  content: "Premium";
  color: rgb(255, 255, 255);
  font-size: clamp(80px, 10vw, 150px);
  z-index: -1;
}
body.page-template-page-plan main #plan-premium .wrapper .photos .title {
  color: rgb(255, 112, 112);
  border: 2px solid rgb(255, 112, 112);
  outline: 2px solid rgb(255, 112, 112);
}
body.page-template-page-plan main #plan-standard .wrapper {
  padding: 80px;
}
body.page-template-page-plan main #plan-standard .wrapper li::marker {
  color: rgb(0, 134, 237);
}
body.page-template-page-plan main #plan-standard .wrapper .favorite::before {
  position: absolute;
  top: -5rem;
  left: -3rem;
  content: "Standard";
  color: rgb(255, 255, 255);
  font-size: clamp(80px, 10vw, 150px);
  z-index: -1;
}
body.page-template-page-plan main #plan-standard .wrapper .photos .title {
  color: rgb(0, 134, 237);
  border: 2px solid rgb(0, 134, 237);
  outline: 2px solid rgb(0, 134, 237);
}
@media screen and (max-width: 1080px) {
  body.page-template-page-plan main .headers {
    font-size: 1.875rem;
  }
  body.page-template-page-plan main .favorite {
    font-size: 1.875rem;
    text-align: center;
  }
  body.page-template-page-plan main #plan-overview .wrapper {
    padding: 40px 0;
  }
  body.page-template-page-plan main #plan-overview .intro {
    margin-bottom: 40px;
  }
  body.page-template-page-plan main #plan-overview .intro .inside-box .base-box {
    padding: 30px;
  }
  body.page-template-page-plan main #plan-overview .intro .read-sentence {
    text-align: left;
  }
  body.page-template-page-plan main #plan-overview .intro .tile {
    gap: 20px;
    margin: 20px 0;
  }
  body.page-template-page-plan main #plan-overview .intro .tile .flex-box {
    flex: none;
  }
  body.page-template-page-plan main #plan-overview .plan-compare-wrap .plan-compare {
    padding: 0;
  }
  body.page-template-page-plan main #plan-overview .plan-compare-wrap .plan-compare-btn {
    margin-top: 20px;
  }
  body.page-template-page-plan main #plan-premium .wrapper,
  body.page-template-page-plan main #plan-standard .wrapper {
    padding: 40px 0;
  }
  body.page-template-page-plan main #plan-premium .wrapper .favorite::before,
  body.page-template-page-plan main #plan-standard .wrapper .favorite::before {
    font-size: 70px;
    top: 0;
    left: 0;
  }
  body.page-template-page-plan main #plan-premium .points,
  body.page-template-page-plan main #plan-standard .points {
    margin-top: 40px;
    padding: 15px;
  }
  body.page-template-page-plan main #plan-premium .message,
  body.page-template-page-plan main #plan-standard .message {
    margin-top: 40px;
    padding: 30px 15px;
  }
  body.page-template-page-plan main #plan-premium .message .read-sentence,
  body.page-template-page-plan main #plan-standard .message .read-sentence {
    font-size: 1rem;
  }
  body.page-template-page-plan main #plan-premium .message .catch-copy,
  body.page-template-page-plan main #plan-standard .message .catch-copy {
    font-size: 1.125rem;
    line-height: 1.54;
  }
  body.page-template-page-plan main #plan-premium .photos,
  body.page-template-page-plan main #plan-standard .photos {
    width: 100%;
    gap: 0;
    margin: 40px auto 0;
  }
  body.page-template-page-plan main #plan-premium .photos .inside-box,
  body.page-template-page-plan main #plan-standard .photos .inside-box {
    flex: none;
    width: 100%;
  }
  body.page-template-page-plan main #plan-premium .photos .inside-box.back-margin,
  body.page-template-page-plan main #plan-standard .photos .inside-box.back-margin {
    margin-top: 0;
  }
  body.page-template-page-plan main #plan-premium .photos .inside-box .base-box,
  body.page-template-page-plan main #plan-standard .photos .inside-box .base-box {
    margin-top: 60px;
  }
  body.page-template-page-plan main #plan-premium .photos .inside-box .base-box .cell-box,
  body.page-template-page-plan main #plan-standard .photos .inside-box .base-box .cell-box {
    top: -32px;
    left: 0;
  }
  body.page-template-page-plan main #plan-premium .photos .inside-box .base-box .cell-box .label,
  body.page-template-page-plan main #plan-standard .photos .inside-box .base-box .cell-box .label {
    padding-bottom: 12px;
    font-size: 1rem;
  }
  body.page-template-page-plan main #plan-premium .photos .inside-box .base-box .image-wrap .image-box,
  body.page-template-page-plan main #plan-standard .photos .inside-box .base-box .image-wrap .image-box {
    height: 210px;
  }
  body.page-template-page-plan main #plan-premium .photos .inside-box .base-box .body,
  body.page-template-page-plan main #plan-standard .photos .inside-box .base-box .body {
    width: calc(100% - 30px);
    left: 15px;
    bottom: 12px;
    font-size: 0.75rem;
  }
  body.page-template-page-plan main #plan-premium .photos .title,
  body.page-template-page-plan main #plan-standard .photos .title {
    font-size: 0.875rem;
    border: 1px solid #252525;
    outline: none;
    padding: 6px 6px;
    line-height: 35px;
  }
  body.page-template-page-plan main #plan-flow .wrapper {
    padding: 40px 0;
  }
}
main.page-plan-detail {
  background-color: #DFF7FF;
}

#plan-detail-hero .viewport-wrap {
  background-image: var(--plan-detail-hero-bg, none);
}
#plan-detail-hero .viewport-wrap h1 {
  text-align: center;
}

#plan-detail-section .inside-box {
  gap: 100px;
}
#plan-detail-section .inside-box .plan-col--premium,
#plan-detail-section .inside-box .plan-col--standard {
  flex: 1;
  background-color: rgb(255, 255, 255);
  padding: 80px 40px;
}
#plan-detail-section .inside-box .plan-col--premium h2,
#plan-detail-section .inside-box .plan-col--standard h2 {
  text-align: center;
}
#plan-detail-section .inside-box .plan-col--premium .read-sentence,
#plan-detail-section .inside-box .plan-col--standard .read-sentence {
  text-align: center;
  font-size: 1.6875rem;
  line-height: 1.54;
}
#plan-detail-section .inside-box .plan-col--premium .body-text,
#plan-detail-section .inside-box .plan-col--standard .body-text {
  padding: 40px;
  padding-bottom: 0;
}
#plan-detail-section .inside-box .plan-col--premium .body-text h3,
#plan-detail-section .inside-box .plan-col--standard .body-text h3 {
  margin-bottom: 25px;
  text-align: center;
}
#plan-detail-section .inside-box .plan-col--premium .body-text dl,
#plan-detail-section .inside-box .plan-col--standard .body-text dl {
  line-height: 1.9;
}
#plan-detail-section .inside-box .plan-col--premium .body-text dl dt,
#plan-detail-section .inside-box .plan-col--standard .body-text dl dt {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 40px;
}
#plan-detail-section .inside-box .plan-col--premium .body-text dl dt:first-child,
#plan-detail-section .inside-box .plan-col--standard .body-text dl dt:first-child {
  margin: 0;
}
#plan-detail-section .inside-box .plan-col--premium .body-text dl dd:last-child,
#plan-detail-section .inside-box .plan-col--standard .body-text dl dd:last-child {
  margin: 0;
}
#plan-detail-section .inside-box .plan-col--premium dt {
  color: rgb(255, 112, 112);
}
#plan-detail-section .inside-box .plan-col--standard dt {
  color: rgb(0, 134, 237);
}

#plan-detail-cta h2 {
  text-align: center;
  color: rgb(0, 134, 237);
}
#plan-detail-cta .read-sentence {
  text-align: center;
}

@media screen and (max-width: 1080px) {
  main.page-plan-detail #plan-detail-hero h1 {
    font-size: 2.25rem;
    text-align: center;
  }
  main.page-plan-detail .plan-col--standard {
    display: none;
  }
  main.page-plan-detail #plan-tab-standard:checked ~ .inside-box .plan-col--premium {
    display: none;
  }
  main.page-plan-detail #plan-tab-standard:checked ~ .inside-box .plan-col--standard {
    display: block;
  }
  main.page-plan-detail #plan-detail-section .inside-box .plan-col--premium,
  main.page-plan-detail #plan-detail-section .inside-box .plan-col--standard {
    padding: 40px 20px;
  }
  main.page-plan-detail #plan-detail-section .inside-box .plan-col--premium .read-sentence,
  main.page-plan-detail #plan-detail-section .inside-box .plan-col--standard .read-sentence {
    margin-top: 50px;
    text-align: center;
    font-size: 1.3125rem;
    line-height: 1.54;
  }
  main.page-plan-detail #plan-detail-section .inside-box .plan-col--premium .body-text,
  main.page-plan-detail #plan-detail-section .inside-box .plan-col--standard .body-text {
    padding: 0;
    padding-top: 50px;
  }
  main.page-plan-detail #plan-detail-section .inside-box .plan-col--premium .body-text h3,
  main.page-plan-detail #plan-detail-section .inside-box .plan-col--standard .body-text h3 {
    margin-bottom: 25px;
  }
  main.page-plan-detail #plan-detail-section .inside-box .plan-col--premium .body-text dl dt,
  main.page-plan-detail #plan-detail-section .inside-box .plan-col--standard .body-text dl dt {
    font-size: 1rem;
    font-weight: 700;
    margin-top: 25px;
  }
  main.page-plan-detail #plan-detail-cta h2 {
    margin-bottom: 25px;
  }
  main.page-plan-detail #plan-detail-cta .read-sentence {
    margin-bottom: 25px;
  }
}
main.archive-news {
  background-color: #DFF7FF;
}

#news-hero .viewport-wrap {
  background-image: var(--news-hero-bg, none);
}

#news-list .wrapper {
  padding: 80px 0 0;
}
#news-list .news-row {
  display: flex;
  align-items: center;
  min-height: 150px;
  padding: 20px 40px;
  border-bottom: 1px solid rgb(81, 85, 89);
  text-decoration: none;
  color: rgb(31, 31, 35);
  position: relative;
  transition: background-color 0.2s;
}
#news-list .news-row:first-child {
  border-top: 1px solid rgb(81, 85, 89);
}
#news-list .news-row:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
#news-list .news-row:hover .news-row__arrow {
  background-color: rgb(255, 255, 255);
}
#news-list .news-row:hover .news-row__arrow::after {
  border-color: rgb(0, 134, 237);
}
#news-list .news-row__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#news-list .news-row__meta {
  display: flex;
  align-items: center;
  gap: 20px;
}
#news-list .news-row__date {
  font-size: 1rem;
  font-weight: 700;
  white-space: nowrap;
  color: #252525;
}
#news-list .news-row__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 20px;
  border-radius: 20px;
  font-size: 1rem;
  font-weight: 700;
  white-space: nowrap;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 134, 237);
}
#news-list .news-row__title {
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.54;
  color: #252525;
}
#news-list .news-row__arrow {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid rgb(0, 134, 237);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: background-color 0.2s;
  background-color: rgb(0, 134, 237);
}
#news-list .news-row__arrow::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid rgb(255, 255, 255);
  border-right: 2px solid rgb(255, 255, 255);
  transform: rotate(45deg);
  margin-left: -4px;
  transition: border-color 0.2s;
}
#news-list .pagination-wrap {
  padding-top: 80px;
  text-align: center;
}
#news-list .pagination-wrap .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  height: 50px;
  padding: 0 8px;
  font-size: 1.3125rem;
  font-weight: 700;
  color: rgb(0, 134, 237);
  text-decoration: none;
}
#news-list .pagination-wrap .page-numbers.current {
  font-size: 1.875rem;
  color: rgb(0, 134, 237);
}
#news-list .pagination-wrap .page-numbers.dots {
  color: rgb(81, 85, 89);
}
#news-list .pagination-wrap .page-numbers.prev, #news-list .pagination-wrap .page-numbers.next {
  font-size: 1rem;
}

@media screen and (max-width: 1080px) {
  main.archive-news #news-list {
    padding-bottom: 0;
  }
  main.archive-news #news-list .wrapper {
    padding: 25px 0;
  }
  main.archive-news #news-list .wrapper .news-row {
    min-height: 128px;
    padding: 25px 12.5px;
  }
  main.archive-news #news-list .wrapper .news-row__arrow {
    display: none;
  }
  main.archive-news #news-list .wrapper .news-row__content {
    gap: 8px;
  }
  main.archive-news #news-list .wrapper .news-row__tag {
    height: 20px;
    padding: 0 12px;
    font-size: 0.75rem;
  }
  main.archive-news #news-list .wrapper .news-row__title {
    font-size: 1rem;
  }
  main.archive-news #news-list .pagination-wrap {
    padding-top: 25px;
  }
}
main.single-news {
  background-color: #DFF7FF;
}

#news-hero .viewport-wrap {
  background-image: var(--news-hero-bg, none);
}

#news-content .wrapper {
  padding: 80px 160px 0;
}
#news-content .news-article {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.12);
  padding: 160px 240px;
}
#news-content .news-article__meta {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
#news-content .news-article__date {
  font-size: 1rem;
  font-weight: 700;
  color: #252525;
}
#news-content .news-article__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 16px;
  border-radius: 20px;
  font-size: 1rem;
  font-weight: 700;
  white-space: nowrap;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 134, 237);
}
#news-content .news-article__title {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.54;
  color: #252525;
  margin-bottom: 80px;
}
#news-content .news-article__body {
  line-height: 1.9;
  font-size: 1rem;
}
#news-content .news-article__body p {
  margin-bottom: 1em;
}
#news-content .news-article__body p:last-child {
  margin-bottom: 0;
}
#news-content .news-article__body strong {
  font-weight: 700;
}

#news-back .inner-box {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1080px) {
  main.single-news #news-content .news-article {
    padding: 40px;
  }
  main.single-news #news-content .news-article__title {
    font-size: 1.3125rem;
    margin-bottom: 40px;
  }
}
main.archive-blog {
  background-color: #DFF7FF;
}

#blog-hero .viewport-wrap {
  background-image: var(--blog-hero-bg, none);
}

#blog-list {
  padding: 0;
}
#blog-list .wrapper {
  padding: 160px 0;
}
#blog-list .sort-tab {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 134, 237);
}
#blog-list .sort-tab.is-active, #blog-list .sort-tab:hover {
  background-color: rgb(0, 134, 237);
  color: rgb(255, 255, 255);
}
#blog-list .sort-select-wrap {
  color: rgb(0, 134, 237);
}
#blog-list .sort-select {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 134, 237);
}
#blog-list .pagination-wrap {
  padding-top: 80px;
  text-align: center;
}
#blog-list .pagination-wrap .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  height: 50px;
  padding: 0 8px;
  font-size: 1.3125rem;
  font-weight: 700;
  color: rgb(0, 134, 237);
  text-decoration: none;
}
#blog-list .pagination-wrap .page-numbers.current {
  font-size: 1.875rem;
  color: rgb(0, 134, 237);
}
#blog-list .pagination-wrap .page-numbers.dots {
  color: rgb(81, 85, 89);
}
#blog-list .pagination-wrap .page-numbers.prev, #blog-list .pagination-wrap .page-numbers.next {
  font-size: 1rem;
}

@media screen and (max-width: 1080px) {
  main.archive-blog #blog-list .wrapper {
    padding: 40px 0;
  }
  main.archive-blog #blog-list .pagination-wrap {
    padding-top: 40px;
  }
}
main.single-blog {
  background-color: #DFF7FF;
}

#blog-hero .viewport-wrap {
  background-image: var(--blog-hero-bg, none);
}

#blog-content .wrapper {
  padding: 160px 0 0;
}
#blog-content .blog-article {
  padding: 120px 160px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.12);
}
#blog-content .blog-article__eyecatch {
  width: 100%;
  aspect-ratio: 2/1;
  overflow: hidden;
}
#blog-content .blog-article__eyecatch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#blog-content .blog-article__inner {
  padding: 80px 160px 0;
}
#blog-content .blog-article__meta {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
#blog-content .blog-article__date {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 2.1px;
  color: #252525;
}
#blog-content .blog-article__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 20px;
  border-radius: 25px;
  font-size: 1rem;
  font-weight: 500;
  white-space: nowrap;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 134, 237);
}
#blog-content .blog-article__title {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.54;
  color: #252525;
  margin-bottom: 80px;
}
#blog-content .blog-article__body {
  line-height: 30px;
  font-size: 1rem;
}
#blog-content .blog-article__body p {
  margin-bottom: 1em;
}
#blog-content .blog-article__body p:last-child {
  margin-bottom: 0;
}
#blog-content .blog-article__body img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 80px auto;
}
#blog-content .blog-article__body strong {
  font-weight: 700;
}
#blog-content .blog-article__body h2 {
  font-size: 1.3125rem;
  font-weight: 700;
  margin-bottom: 1em;
  margin-top: 1.5em;
}
#blog-content .blog-article__body h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.8em;
  margin-top: 1.2em;
}

#blog-back .inner-box {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1080px) {
  main.single-blog #blog-content .wrapper {
    padding: 25px 0;
  }
  main.single-blog #blog-content .blog-article {
    padding: 0;
  }
  main.single-blog #blog-content .blog-article__eyecatch {
    aspect-ratio: 6/5;
  }
  main.single-blog #blog-content .blog-article__inner {
    padding: 40px 25px;
  }
  main.single-blog #blog-content .blog-article__title {
    font-size: 1.3125rem;
    margin-bottom: 40px;
  }
  main.single-blog #blog-content .blog-article__body img {
    margin: 40px auto;
  }
  main.single-blog #blog-back .button {
    padding: 0 20px;
    min-width: 0;
    width: 100%;
    max-width: 300px;
  }
}
#privacy-hero .viewport-wrap {
  background-image: var(--privacy-hero-bg, none);
}
#privacy-hero .catchcopy {
  position: absolute;
  top: 34px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 2.625rem;
  font-weight: 300;
  color: rgb(255, 255, 255);
  letter-spacing: 0.5em;
  z-index: 1;
}

#privacy-content .wrapper {
  padding: 160px 0;
}
#privacy-content .container {
  max-width: 1000px;
}
#privacy-content .policy-block:not(:last-child) {
  margin-bottom: 160px;
}
#privacy-content .policy-block h2 {
  font-size: 1.875rem;
  font-weight: 700;
  color: rgb(0, 134, 237);
  line-height: 1.67;
  margin-bottom: 0px;
  text-align: center;
}
#privacy-content .policy-block .head-border {
  display: flex;
  align-items: center;
  text-align: center;
}
#privacy-content .policy-block .head-border:before, #privacy-content .policy-block .head-border:after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: rgb(0, 134, 237);
}
#privacy-content .policy-block .policy-divider {
  border: none;
  margin: 0 0 80px;
}
#privacy-content .policy-block h3 {
  font-size: 1.3125rem;
  font-weight: 700;
  color: rgb(0, 134, 237);
  line-height: 2;
  margin-top: 40px;
  margin-bottom: 5px;
}
#privacy-content .policy-block h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #252525;
  line-height: 2;
  margin-top: 30px;
  margin-bottom: 5px;
}
#privacy-content .policy-block p {
  font-size: 1rem;
  color: #252525;
  line-height: 2;
  margin-bottom: 8px;
}
#privacy-content .policy-block ul {
  list-style: disc;
  padding-left: 1.5em;
  margin-bottom: 10px;
}
#privacy-content .policy-block ul li {
  font-size: 1rem;
  color: #252525;
  line-height: 2;
}

@media screen and (max-width: 1080px) {
  #privacy-hero .catchcopy {
    display: none;
  }
  #privacy-content .wrapper {
    padding: 40px 0;
  }
  #privacy-content .policy-block:not(:last-child) {
    margin-bottom: 80px;
  }
  #privacy-content .policy-block h2 {
    font-size: 1.3125rem;
    margin-bottom: 15px;
  }
  #privacy-content .policy-block .policy-divider {
    margin: 0 0 40px;
  }
  #privacy-content .policy-block h3 {
    margin-top: 25px;
  }
}
main.archive-member-event .quote-card__title,
main.archive-member-memory .quote-card__title,
main.page-member-home .quote-card__title,
main.page-member-home-standard .quote-card__title {
  font-size: 1.3125rem;
  font-weight: 700;
  color: #252525;
  line-height: 1.6;
}
main.archive-member-event .quote-card__desc,
main.archive-member-memory .quote-card__desc,
main.page-member-home .quote-card__desc,
main.page-member-home-standard .quote-card__desc {
  font-weight: 500;
  line-height: 1.9;
  color: #252525;
}

main.page-member-home {
  background-color: rgb(255, 240, 240);
}

body.is-premium-member main.archive-member-event,
body.is-premium-member main.archive-member-memory,
body.is-premium-member main.archive-member-profile {
  background-color: rgb(255, 240, 240);
}
body.is-premium-member main.archive-member-event .sort-order-wrap,
body.is-premium-member main.archive-member-memory .sort-order-wrap {
  width: 300px;
  color: #FF6B6B;
}
body.is-premium-member main.archive-member-event .sort-order-wrap::after,
body.is-premium-member main.archive-member-memory .sort-order-wrap::after {
  right: 18px;
  width: 10px;
  height: 10px;
}
body.is-premium-member main.archive-member-event .sort-order,
body.is-premium-member main.archive-member-memory .sort-order {
  height: 80px;
  padding: 0 44px 0 20px;
  background-color: rgb(255, 255, 255);
  border: 2px solid #FF6B6B;
  color: #252525;
  font-weight: 700;
  font-size: 1.3125rem;
}
body.is-premium-member main.archive-member-event .sort-tabs,
body.is-premium-member main.archive-member-memory .sort-tabs {
  gap: 20px;
}
body.is-premium-member main.archive-member-event .sort-tab,
body.is-premium-member main.archive-member-memory .sort-tab {
  border-radius: 30px;
  background-color: rgb(255, 255, 255);
  color: #FF6B6B;
}
body.is-premium-member main.archive-member-event .sort-tab.is-active,
body.is-premium-member main.archive-member-memory .sort-tab.is-active {
  background-color: #FF6B6B;
  color: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
}
body.is-premium-member main.archive-member-event .sort-tab:hover:not(.is-active),
body.is-premium-member main.archive-member-memory .sort-tab:hover:not(.is-active) {
  opacity: 0.75;
}
body.is-premium-member main.archive-member-event .sort-select-wrap,
body.is-premium-member main.archive-member-memory .sort-select-wrap {
  color: #FF6B6B;
}
body.is-premium-member main.archive-member-event .sort-select,
body.is-premium-member main.archive-member-memory .sort-select {
  background-color: rgb(255, 255, 255);
  border: 2px solid #FF6B6B;
  color: #FF6B6B;
  font-weight: 700;
}
body.is-premium-member main.archive-member-event .quote-card__tag,
body.is-premium-member main.archive-member-memory .quote-card__tag {
  color: rgb(255, 255, 255);
  background-color: #FF6B6B;
}
body.is-premium-member main.archive-member-event .quote-card__viewmore,
body.is-premium-member main.archive-member-memory .quote-card__viewmore {
  color: #FF6B6B;
}
body.is-premium-member main.archive-member-event .quote-card__date,
body.is-premium-member main.archive-member-memory .quote-card__date {
  color: #252525;
}
body.is-premium-member main.archive-member-profile .profile-card__badge {
  background-color: #FF6B6B;
  color: rgb(255, 255, 255);
}
body.is-premium-member main.archive-member-profile .profile-card__btn {
  border-color: #FF6B6B;
  color: #FF6B6B;
}
body.is-premium-member main.archive-member-profile .profile-card .page-numbers {
  color: #FF6B6B;
}
body.is-premium-member main.archive-member-profile .profile-card .page-numbers.current {
  color: #FF6B6B;
}

main.page-member-home .quote-card__tag {
  color: rgb(255, 255, 255);
  background-color: #FF6B6B;
}
main.page-member-home .quote-card__viewmore {
  color: #FF6B6B;
}
main.page-member-home .quote-card__date {
  color: #252525;
}
main.page-member-home .profile-card__badge {
  background-color: #FF6B6B;
  color: rgb(255, 255, 255);
}
main.page-member-home .profile-card__btn {
  border-color: #FF6B6B;
  color: #FF6B6B;
}
main.page-member-home .profile-card .page-numbers {
  color: #FF6B6B;
}
main.page-member-home .profile-card .page-numbers.current {
  color: #FF6B6B;
}

body.is-standard-member main.archive-member-event,
body.is-standard-member main.archive-member-memory {
  background-color: #DFF7FF;
}
body.is-standard-member main.archive-member-event .sort-order-wrap,
body.is-standard-member main.archive-member-memory .sort-order-wrap {
  width: 300px;
  color: rgb(0, 134, 237);
}
body.is-standard-member main.archive-member-event .sort-order-wrap::after,
body.is-standard-member main.archive-member-memory .sort-order-wrap::after {
  right: 18px;
  width: 10px;
  height: 10px;
}
body.is-standard-member main.archive-member-event .sort-order,
body.is-standard-member main.archive-member-memory .sort-order {
  height: 80px;
  padding: 0 44px 0 20px;
  background-color: rgb(255, 255, 255);
  border: 2px solid rgb(0, 134, 237);
  color: #252525;
  font-weight: 700;
  font-size: 1.3125rem;
}
body.is-standard-member main.archive-member-event .sort-tabs,
body.is-standard-member main.archive-member-memory .sort-tabs {
  gap: 20px;
}
body.is-standard-member main.archive-member-event .sort-tab,
body.is-standard-member main.archive-member-memory .sort-tab {
  border-radius: 30px;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 134, 237);
}
body.is-standard-member main.archive-member-event .sort-tab.is-active,
body.is-standard-member main.archive-member-memory .sort-tab.is-active {
  background-color: rgb(0, 134, 237);
  color: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
}
body.is-standard-member main.archive-member-event .sort-tab:hover:not(.is-active),
body.is-standard-member main.archive-member-memory .sort-tab:hover:not(.is-active) {
  opacity: 0.75;
}
body.is-standard-member main.archive-member-event .sort-select-wrap,
body.is-standard-member main.archive-member-memory .sort-select-wrap {
  color: rgb(0, 134, 237);
}
body.is-standard-member main.archive-member-event .sort-select,
body.is-standard-member main.archive-member-memory .sort-select {
  background-color: rgb(255, 255, 255);
  border: 2px solid rgb(0, 134, 237);
  color: rgb(0, 134, 237);
  font-weight: 700;
}
body.is-standard-member main.archive-member-event .quote-card__tag,
body.is-standard-member main.archive-member-memory .quote-card__tag {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 134, 237);
}
body.is-standard-member main.archive-member-event .quote-card__viewmore,
body.is-standard-member main.archive-member-memory .quote-card__viewmore {
  color: rgb(0, 134, 237);
}
body.is-standard-member main.archive-member-event .quote-card__date,
body.is-standard-member main.archive-member-memory .quote-card__date {
  color: #252525;
}
body.is-standard-member main.archive-member-event #event-list .quote-card__booking {
  background-color: rgb(0, 134, 237);
  border-color: rgb(0, 134, 237);
}
body.is-standard-member main.archive-member-event #event-list .pagination-wrap .page-numbers {
  color: rgb(0, 134, 237);
}
body.is-standard-member main.archive-member-event #event-list .pagination-wrap .page-numbers.current {
  color: rgb(0, 134, 237);
}
body.is-standard-member main.archive-member-memory #memory-list .pagination-wrap .page-numbers {
  color: rgb(0, 134, 237);
}
body.is-standard-member main.archive-member-memory #memory-list .pagination-wrap .page-numbers.current {
  color: rgb(0, 134, 237);
}

body.is-standard-member main.single-member-event {
  background-color: #DFF7FF;
}
body.is-standard-member main.single-member-event .event-article__tag {
  background-color: rgb(0, 134, 237);
}
body.is-standard-member .event-btn--back {
  border-color: rgb(0, 134, 237);
  color: rgb(0, 134, 237);
}
body.is-standard-member .event-btn--back:hover {
  background-color: rgb(0, 134, 237);
  color: rgb(255, 255, 255);
}
body.is-standard-member .event-btn--booking {
  background-color: rgb(0, 134, 237);
  border-color: rgb(0, 134, 237);
}
body.is-standard-member .event-btn--booking:hover {
  background-color: rgb(0, 110.9316455696, 196.2);
  border-color: rgb(0, 110.9316455696, 196.2);
}
body.is-standard-member .booking-modal__event-tag {
  background-color: rgb(0, 134, 237);
}
body.is-standard-member .booking-modal__input, body.is-standard-member .booking-modal__textarea {
  border-color: rgb(0, 134, 237);
}
body.is-standard-member .booking-modal__input:focus, body.is-standard-member .booking-modal__textarea:focus {
  border-color: rgb(0, 110.9316455696, 196.2);
}
body.is-standard-member .booking-modal__submit-btn {
  border-color: rgb(0, 134, 237);
  color: rgb(0, 134, 237);
}
body.is-standard-member .booking-modal__submit-btn:hover {
  background-color: rgb(0, 134, 237);
  color: rgb(255, 255, 255);
}
body.is-standard-member main.single-member-memory {
  background-color: #DFF7FF;
}
body.is-standard-member main.single-member-memory .memory-article__tag {
  background-color: rgb(0, 134, 237);
}
body.is-standard-member .memory-btn {
  border-color: rgb(0, 134, 237);
  color: rgb(0, 134, 237);
}
body.is-standard-member .memory-btn:hover {
  background-color: rgb(0, 134, 237);
  color: rgb(255, 255, 255);
}

#event-hero .viewport-wrap {
  background-image: var(--event-hero-bg, none);
}

#event-list .wrapper {
  padding: 160px 0;
}
#event-list .sort-filter {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}
#event-list .quote-card {
  position: relative;
  background-color: rgb(255, 255, 255);
}
#event-list .quote-card:hover {
  opacity: 1;
}
#event-list .quote-card__body {
  gap: 20px;
  padding: 30px 40px 40px;
}
#event-list .quote-card__info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
#event-list .quote-card__info-row {
  font-size: 1rem;
  font-weight: 700;
  color: #252525;
  line-height: 1.9;
}
#event-list .quote-card__desc {
  flex: 1;
}
#event-list .quote-card__footer {
  position: relative;
  z-index: 1;
  flex-direction: column;
  gap: 15px;
  margin-top: auto;
}
#event-list .quote-card__overlay-link {
  position: absolute;
  inset: 0;
  z-index: 0;
}
#event-list .quote-card__booking {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 100px;
  font-size: 1.3125rem;
  font-weight: 900;
  text-decoration: none;
  transition: opacity 0.2s;
  background-color: #FF6B6B;
  border: 2px solid #FF6B6B;
  color: rgb(255, 255, 255);
  position: relative;
  z-index: 1;
}
#event-list .quote-card__booking:hover {
  opacity: 0.75;
}
#event-list .pagination-wrap {
  padding-top: 80px;
  text-align: center;
}
#event-list .pagination-wrap .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  height: 50px;
  padding: 0 8px;
  font-size: 1.3125rem;
  font-weight: 700;
  color: #FF6B6B;
  text-decoration: none;
}
#event-list .pagination-wrap .page-numbers.current {
  font-size: 1.875rem;
  color: #FF6B6B;
}
#event-list .pagination-wrap .page-numbers.dots {
  color: rgb(81, 85, 89);
}
#event-list .pagination-wrap .page-numbers.prev, #event-list .pagination-wrap .page-numbers.next {
  font-size: 1rem;
}

@media screen and (max-width: 1080px) {
  #event-list .wrapper {
    padding: 40px 0;
  }
  #event-list .sort-filter {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  #event-list .sort-order-wrap {
    width: 100%;
  }
  #event-list .sort-order {
    height: 50px;
    width: 100%;
    padding: 0 40px 0 20px;
    font-size: 1rem;
  }
  #event-list .quote-card__body {
    gap: 15px;
    padding: 20px;
  }
  #event-list .quote-card__viewmore, #event-list .quote-card__booking {
    height: 70px;
    font-size: 1rem;
  }
  #event-list .pagination-wrap {
    padding-top: 40px;
  }
}
main.single-member-event {
  background-color: rgb(255, 240, 240);
}

main.single-member-event #event-hero {
  display: none;
}

#event-content .wrapper {
  padding: 160px 0 0;
}
#event-content .event-article {
  padding: 120px 160px;
  background-color: rgb(255, 255, 255);
}
#event-content .event-article__eyecatch {
  width: 100%;
  aspect-ratio: 2/1;
  overflow: hidden;
}
#event-content .event-article__eyecatch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#event-content .event-article__inner {
  padding: 80px 160px 80px;
}
#event-content .event-article__meta {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
#event-content .event-article__date {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 2.1px;
  color: #252525;
}
#event-content .event-article__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 20px;
  border-radius: 25px;
  font-size: 1rem;
  font-weight: 500;
  white-space: nowrap;
  color: rgb(255, 255, 255);
  background-color: #FF6B6B;
}
#event-content .event-article__title {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.54;
  color: #252525;
  margin-bottom: 20px;
}
#event-content .event-article__info {
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
}
#event-content .event-article__info-row {
  display: block;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 40px;
  color: #252525;
}
#event-content .event-article__body {
  line-height: 30px;
  font-size: 1rem;
}
#event-content .event-article__body p {
  margin-bottom: 1em;
}
#event-content .event-article__body p:last-child {
  margin-bottom: 0;
}
#event-content .event-article__body img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 80px auto;
}
#event-content .event-article__body strong {
  font-weight: 700;
}
#event-content .event-article__body h2 {
  font-size: 1.3125rem;
  font-weight: 700;
  margin-bottom: 1em;
  margin-top: 1.5em;
}
#event-content .event-article__body h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.8em;
  margin-top: 1.2em;
}

#event-actions .wrapper {
  padding: 80px 0 160px;
}
#event-actions .inner-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.event-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 300px;
  height: 100px;
  font-size: 1.3125rem;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  background-color: rgb(255, 255, 255);
  border: 2px solid;
  transition: background-color 0.2s, color 0.2s;
}
.event-btn--back {
  border-color: #FF6B6B;
  color: #FF6B6B;
}
.event-btn--back:hover {
  background-color: #FF6B6B;
  color: rgb(255, 255, 255);
}
.event-btn--booking {
  background-color: #FF6B6B;
  border-color: #FF6B6B;
  color: rgb(255, 255, 255);
}
.event-btn--booking:hover {
  background-color: rgb(255, 66.2, 66.2);
  border-color: rgb(255, 66.2, 66.2);
}
.event-btn__arrow {
  display: inline-block;
  width: 40px;
  height: 2px;
  background: currentColor;
  position: relative;
  vertical-align: middle;
  flex-shrink: 0;
}
.event-btn__arrow::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.event-btn__arrow--left::after {
  right: auto;
  left: -1px;
  transform: translateY(-50%) rotate(225deg);
}

.booking-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.booking-modal[hidden] {
  display: none;
}
.booking-modal__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.booking-modal__dialog {
  position: relative;
  background-color: rgb(255, 255, 255);
  width: 810px;
  max-width: calc(100vw - 40px);
  max-height: 90vh;
  overflow-y: auto;
  padding: 60px 80px 70px;
}
.booking-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 1;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #252525;
  display: flex;
  align-items: center;
  justify-content: center;
}
.booking-modal__close:hover {
  opacity: 0.6;
}
.booking-modal__event-info {
  display: none;
}
.booking-modal__title {
  font-size: 1.3125rem;
  font-weight: 700;
  text-align: center;
  color: #252525;
  margin-bottom: 40px;
}
.booking-modal__form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.booking-modal__field {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.booking-modal__label {
  font-size: 1rem;
  font-weight: 500;
  color: #252525;
}
.booking-modal__input, .booking-modal__textarea {
  border: 2px solid #FF6B6B;
  background-color: rgb(255, 255, 255);
  padding: 0 16px;
  font-size: 1rem;
  color: #252525;
  outline: none;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.booking-modal__input::-moz-placeholder, .booking-modal__textarea::-moz-placeholder {
  color: rgba(37, 37, 37, 0.35);
}
.booking-modal__input::placeholder, .booking-modal__textarea::placeholder {
  color: rgba(37, 37, 37, 0.35);
}
.booking-modal__input:focus, .booking-modal__textarea:focus {
  border-color: rgb(255, 66.2, 66.2);
}
.booking-modal__input {
  height: 60px;
}
.booking-modal__textarea {
  height: 130px;
  padding: 12px 16px;
  resize: vertical;
  line-height: 1.7;
}
.booking-modal__submit {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}
.booking-modal__submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 300px;
  height: 100px;
  background-color: rgb(255, 255, 255);
  border: 2px solid #FF6B6B;
  color: #FF6B6B;
  font-size: 1.3125rem;
  font-weight: 900;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
}
.booking-modal__submit-btn:hover {
  background-color: #FF6B6B;
  color: rgb(255, 255, 255);
}
.booking-modal__arrow {
  display: inline-block;
  width: 40px;
  height: 2px;
  background: currentColor;
  position: relative;
  vertical-align: middle;
  flex-shrink: 0;
}
.booking-modal__arrow::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 1080px) {
  main.single-member-event #event-content .wrapper {
    padding: 25px 0;
  }
  main.single-member-event #event-content .event-article {
    padding: 0;
  }
  main.single-member-event #event-content .event-article__eyecatch {
    aspect-ratio: 6/5;
  }
  main.single-member-event #event-content .event-article__inner {
    padding: 40px 25px 40px;
  }
  main.single-member-event #event-content .event-article__title {
    font-size: 1.3125rem;
    margin-bottom: 15px;
  }
  main.single-member-event #event-content .event-article__info-row {
    font-size: 1rem;
    line-height: 32px;
  }
  main.single-member-event #event-content .event-article__body img {
    margin: 40px auto;
  }
  main.single-member-event #event-actions .wrapper {
    padding: 40px 0 40px;
  }
  main.single-member-event #event-actions .inner-box {
    flex-direction: column;
    align-items: center;
  }
  main.single-member-event .event-btn {
    width: 100%;
    max-width: 300px;
    height: 70px;
  }
  .booking-modal {
    align-items: flex-end;
  }
  .booking-modal__dialog {
    width: 100%;
    max-width: 100%;
    max-height: 92vh;
    padding: 30px 25px 50px;
    overflow-y: auto;
  }
  .booking-modal__close {
    top: 15px;
    right: 15px;
  }
  .booking-modal__event-info {
    display: block;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(226, 227, 228);
  }
  .booking-modal__event-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
  }
  .booking-modal__event-date {
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 2.1px;
    color: #252525;
  }
  .booking-modal__event-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    padding: 0 16px;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: 500;
    color: rgb(255, 255, 255);
    background-color: #FF6B6B;
  }
  .booking-modal__event-title {
    font-size: 1.3125rem;
    font-weight: 700;
    color: #252525;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .booking-modal__event-details {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
  }
  .booking-modal__event-details span {
    font-size: 1rem;
    font-weight: 700;
    line-height: 32px;
    color: #252525;
  }
  .booking-modal__event-desc {
    font-size: 1rem;
    line-height: 28px;
    color: #252525;
  }
  .booking-modal__title {
    font-size: 1.3125rem;
    margin-bottom: 25px;
  }
  .booking-modal__submit-btn {
    width: 100%;
    max-width: 300px;
    height: 70px;
  }
}
#memory-hero .viewport-wrap {
  background-image: var(--memory-hero-bg, none);
}

#memory-list .wrapper {
  padding: 160px 0;
}
#memory-list .sort-filter {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}
#memory-list .quote-card {
  background-color: rgb(255, 255, 255);
}
#memory-list .pagination-wrap {
  padding-top: 80px;
  text-align: center;
}
#memory-list .pagination-wrap .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  height: 50px;
  padding: 0 8px;
  font-size: 1.3125rem;
  font-weight: 700;
  color: #FF6B6B;
  text-decoration: none;
}
#memory-list .pagination-wrap .page-numbers.current {
  font-size: 1.875rem;
  color: #FF6B6B;
}
#memory-list .pagination-wrap .page-numbers.dots {
  color: rgb(81, 85, 89);
}
#memory-list .pagination-wrap .page-numbers.prev, #memory-list .pagination-wrap .page-numbers.next {
  font-size: 1rem;
}

@media screen and (max-width: 1080px) {
  main.archive-member-memory #memory-list .wrapper {
    padding: 40px 0;
  }
  main.archive-member-memory #memory-list .sort-filter {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  main.archive-member-memory #memory-list .sort-order-wrap {
    width: 100%;
  }
  main.archive-member-memory #memory-list .sort-order {
    height: 50px;
    width: 100%;
    padding: 0 40px 0 20px;
    font-size: 1rem;
  }
  main.archive-member-memory #memory-list .pagination-wrap {
    padding-top: 40px;
  }
}
main.single-member-memory {
  background-color: rgb(255, 240, 240);
}

main.single-member-memory #memory-hero {
  display: none;
}

#memory-content .wrapper {
  padding: 160px 0 0;
}
#memory-content .memory-article {
  padding: 120px 160px;
  background-color: rgb(255, 255, 255);
}
#memory-content .memory-article__eyecatch {
  width: 100%;
  aspect-ratio: 2/1;
  overflow: hidden;
}
#memory-content .memory-article__eyecatch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#memory-content .memory-article__inner {
  padding: 80px 160px 80px;
}
#memory-content .memory-article__meta {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
#memory-content .memory-article__date {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 2.1px;
  color: #252525;
}
#memory-content .memory-article__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 20px;
  border-radius: 25px;
  font-size: 1rem;
  font-weight: 500;
  white-space: nowrap;
  color: rgb(255, 255, 255);
  background-color: #FF6B6B;
}
#memory-content .memory-article__title {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.54;
  color: #252525;
  margin-bottom: 80px;
}
#memory-content .memory-article__body {
  line-height: 30px;
  font-size: 1rem;
}
#memory-content .memory-article__body p {
  margin-bottom: 1em;
}
#memory-content .memory-article__body p:last-child {
  margin-bottom: 0;
}
#memory-content .memory-article__body img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 80px auto;
}
#memory-content .memory-article__body strong {
  font-weight: 700;
}
#memory-content .memory-article__body h2 {
  font-size: 1.3125rem;
  font-weight: 700;
  margin-bottom: 1em;
  margin-top: 1.5em;
}
#memory-content .memory-article__body h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.8em;
  margin-top: 1.2em;
}

#memory-back .wrapper {
  padding: 80px 0 160px;
}
#memory-back .inner-box {
  display: flex;
  justify-content: center;
}

.memory-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 300px;
  height: 100px;
  font-size: 1.3125rem;
  font-weight: 900;
  text-decoration: none;
  background-color: rgb(255, 255, 255);
  border: 2px solid #FF6B6B;
  color: #FF6B6B;
  transition: background-color 0.2s, color 0.2s;
}
.memory-btn:hover {
  background-color: #FF6B6B;
  color: rgb(255, 255, 255);
}
.memory-btn__arrow {
  display: inline-block;
  width: 40px;
  height: 2px;
  background: currentColor;
  position: relative;
  vertical-align: middle;
  flex-shrink: 0;
}
.memory-btn__arrow::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.memory-btn__arrow--left::after {
  right: auto;
  left: -1px;
  transform: translateY(-50%) rotate(225deg);
}

@media screen and (max-width: 1080px) {
  main.single-member-memory #memory-content .wrapper {
    padding: 25px 0;
  }
  main.single-member-memory #memory-content .memory-article {
    padding: 0;
  }
  main.single-member-memory #memory-content .memory-article__eyecatch {
    aspect-ratio: 6/5;
  }
  main.single-member-memory #memory-content .memory-article__inner {
    padding: 40px 25px 40px;
  }
  main.single-member-memory #memory-content .memory-article__title {
    font-size: 1.3125rem;
    margin-bottom: 40px;
  }
  main.single-member-memory #memory-content .memory-article__body img {
    margin: 40px auto;
  }
  main.single-member-memory #memory-back .wrapper {
    padding: 40px 0 40px;
  }
  main.single-member-memory #memory-back .memory-btn {
    width: 100%;
    max-width: 300px;
    height: 70px;
  }
}
#profile-hero .viewport-wrap {
  background-image: var(--profile-hero-bg, none);
}

#profile-list .wrapper {
  padding: 160px 0;
}
#profile-list .profile-filter {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 80px;
}
#profile-list .profile-filter__groups {
  display: flex;
  gap: 20px;
  flex: 1;
}
#profile-list .profile-filter__group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#profile-list .profile-filter__label {
  font-size: 1rem;
  font-weight: 700;
  color: #252525;
  white-space: nowrap;
}
#profile-list .profile-filter__select-wrap {
  position: relative;
  color: #FF6B6B;
}
#profile-list .profile-filter__select-wrap::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
}
#profile-list .profile-filter__select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 300px;
  height: 80px;
  padding: 0 44px 0 20px;
  background-color: rgb(255, 255, 255);
  border: 2px solid #FF6B6B;
  color: #252525;
  font-size: 1.3125rem;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  outline: none;
}
#profile-list .profile-filter__clear {
  background: none;
  border: none;
  color: #FF6B6B;
  font-size: 1rem;
  cursor: pointer;
  text-decoration: underline;
  white-space: nowrap;
  padding-bottom: 26px;
}
#profile-list .profile-filter__clear:hover {
  opacity: 0.7;
}
#profile-list .profile-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
#profile-list .profile-card {
  display: flex;
  flex-direction: column;
  background-color: rgb(255, 255, 255);
  color: rgb(31, 31, 35);
  text-decoration: none;
  transition: opacity 0.2s;
  position: relative;
}
#profile-list .profile-card:hover {
  opacity: 1;
}
#profile-list .profile-card__image {
  width: 100%;
  aspect-ratio: 7/5;
  overflow: hidden;
}
#profile-list .profile-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.3s;
}
#profile-list .profile-card:hover #profile-list .profile-card__image img {
  transform: scale(1.03);
}
#profile-list .profile-card__no-image {
  width: 100%;
  aspect-ratio: 7/5;
  background-color: rgb(226, 227, 228);
}
#profile-list .profile-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 25px 30px 30px;
  gap: 20px;
}
#profile-list .profile-card__name {
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.54;
  color: #252525;
}
#profile-list .profile-card__desc {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.9;
  color: #252525;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#profile-list .profile-card__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
#profile-list .profile-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 20px;
  border-radius: 25px;
  background-color: #FF6B6B;
  color: rgb(255, 255, 255);
  font-size: 1rem;
  font-weight: 500;
  white-space: nowrap;
}
#profile-list .profile-card__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: auto;
}
#profile-list .profile-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  height: 100px;
  border: 2px solid #FF6B6B;
  color: #FF6B6B;
  font-size: 1.3125rem;
  font-weight: 900;
  text-decoration: none;
  transition: opacity 0.2s;
}
#profile-list .profile-card__btn:hover {
  opacity: 0.75;
}
#profile-list .profile-card__btn::before {
  content: "";
  position: absolute;
  inset: 0;
}
#profile-list .profile-card__arrow {
  display: inline-block;
  width: 40px;
  height: 2px;
  background: currentColor;
  position: relative;
  vertical-align: middle;
  flex-shrink: 0;
}
#profile-list .profile-card__arrow::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}
#profile-list .pagination-wrap {
  padding-top: 80px;
  text-align: center;
}
#profile-list .pagination-wrap .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  height: 50px;
  padding: 0 8px;
  font-size: 1.3125rem;
  font-weight: 700;
  color: #FF6B6B;
  text-decoration: none;
}
#profile-list .pagination-wrap .page-numbers.current {
  font-size: 1.875rem;
  color: #FF6B6B;
}
#profile-list .pagination-wrap .page-numbers.dots {
  color: rgb(81, 85, 89);
}
#profile-list .pagination-wrap .page-numbers.prev, #profile-list .pagination-wrap .page-numbers.next {
  font-size: 1rem;
}

@media screen and (max-width: 1080px) {
  main.archive-member-profile #profile-list .wrapper {
    padding: 25px 0;
  }
  main.archive-member-profile #profile-list .profile-filter {
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
    margin-bottom: 40px;
  }
  main.archive-member-profile #profile-list .profile-filter__groups {
    flex-direction: column;
    gap: 12px;
  }
  main.archive-member-profile #profile-list .profile-filter__select {
    width: 100%;
    height: 56px;
    min-width: unset;
    font-size: 16px;
  }
  main.archive-member-profile #profile-list .profile-filter__clear {
    padding-bottom: 0;
  }
  main.archive-member-profile #profile-list .profile-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  main.archive-member-profile #profile-list .profile-card__body {
    padding: 16px 16px 20px;
    gap: 15px;
  }
  main.archive-member-profile #profile-list .profile-card__name {
    font-size: 1rem;
  }
  main.archive-member-profile #profile-list .profile-card__badge {
    font-size: 13px;
    height: 26px;
    padding: 0 14px;
  }
  main.archive-member-profile #profile-list .profile-card__btn {
    height: 70px;
    font-size: 1rem;
  }
}
main.single-member-profile {
  background-color: rgb(255, 240, 240);
}

main.single-member-profile #profile-hero {
  display: none;
}

main.single-member-profile section {
  padding: 0;
}

#profile-content .wrapper {
  padding: 160px 0 0;
}
#profile-content .profile-article {
  padding: 120px 160px;
  background-color: rgb(255, 255, 255);
}
#profile-content .profile-article__eyecatch {
  width: 100%;
  aspect-ratio: 7/5;
  overflow: hidden;
  margin-bottom: 80px;
}
#profile-content .profile-article__eyecatch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#profile-content .profile-article__inner {
  padding: 0 160px 80px;
}
#profile-content .profile-article__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
#profile-content .profile-article__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 20px;
  border-radius: 25px;
  background-color: #FF6B6B;
  color: rgb(255, 255, 255);
  font-size: 1rem;
  font-weight: 500;
  white-space: nowrap;
}
#profile-content .profile-article__title {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.54;
  color: #252525;
  margin-bottom: 120px;
}
#profile-content .profile-article__section {
  margin-bottom: 120px;
}
#profile-content .profile-article__section:last-of-type {
  margin-bottom: 0;
}
#profile-content .profile-article__section-heading {
  font-size: 1.3125rem;
  font-weight: 700;
  color: #FF6B6B;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #FF6B6B;
}
#profile-content .profile-article__section-body {
  line-height: 30px;
  font-size: 1rem;
  color: #252525;
}
#profile-content .profile-article__section-body p {
  margin-bottom: 1em;
}
#profile-content .profile-article__section-body p:last-child {
  margin-bottom: 0;
}
#profile-content .profile-article__section-body strong {
  font-weight: 700;
}

#profile-back .wrapper {
  padding: 80px 0 160px;
}
#profile-back .inner-box {
  display: flex;
  justify-content: center;
}

.profile-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 300px;
  height: 100px;
  font-size: 1.3125rem;
  font-weight: 900;
  text-decoration: none;
  background-color: rgb(255, 255, 255);
  border: 2px solid #FF6B6B;
  color: #FF6B6B;
  transition: background-color 0.2s, color 0.2s;
}
.profile-btn:hover {
  background-color: #FF6B6B;
  color: rgb(255, 255, 255);
}
.profile-btn__arrow {
  display: inline-block;
  width: 40px;
  height: 2px;
  background: currentColor;
  position: relative;
  vertical-align: middle;
  flex-shrink: 0;
}
.profile-btn__arrow::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.profile-btn__arrow--left::after {
  right: auto;
  left: -1px;
  transform: translateY(-50%) rotate(225deg);
}

@media screen and (max-width: 1080px) {
  main.single-member-profile #profile-content .wrapper {
    padding: 25px 0;
  }
  main.single-member-profile #profile-content .profile-article {
    padding: 0;
  }
  main.single-member-profile #profile-content .profile-article__eyecatch {
    aspect-ratio: 6/5;
    margin-bottom: 40px;
  }
  main.single-member-profile #profile-content .profile-article__inner {
    padding: 0 25px 40px;
  }
  main.single-member-profile #profile-content .profile-article__title {
    font-size: 1.3125rem;
    margin-bottom: 40px;
  }
  main.single-member-profile #profile-content .profile-article__section {
    margin-bottom: 40px;
  }
  main.single-member-profile #profile-content .profile-article__section-heading {
    font-size: 1rem;
  }
  main.single-member-profile #profile-back .wrapper {
    padding: 40px 0 40px;
  }
  main.single-member-profile #profile-back .profile-btn {
    width: 100%;
    max-width: 300px;
    height: 70px;
  }
}
main.page-login {
  background-color: #DFF7FF;
}

#login-hero .viewport-wrap {
  background-image: var(--login-hero-bg, none);
}

#login-form .wrapper {
  padding: 160px 0;
}
#login-form .inner-box {
  max-width: 600px;
  margin-inline: auto;
}
#login-form .swpm-login-form-inner {
  display: flex;
  flex-direction: column;
  gap: 0;
}
#login-form .swpm-username-label,
#login-form .swpm-password-label {
  margin-top: 30px;
  margin-bottom: 8px;
}
#login-form .swpm-username-label label.swpm-label,
#login-form .swpm-password-label label.swpm-label {
  font-size: 1rem;
  font-weight: 500;
  color: #252525;
}
#login-form input.swpm-text-field {
  display: block;
  width: 100%;
  height: 60px;
  padding: 0 20px;
  border: 3px solid rgb(0, 134, 237);
  background-color: rgb(255, 255, 255);
  font-size: 1rem;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  color: #252525;
  border-radius: 0;
  outline: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
#login-form input.swpm-text-field:focus {
  border-color: rgb(8, 104, 200);
  box-shadow: 0 0 0 3px rgba(0, 134, 237, 0.18);
}
#login-form .swpm-remember-me {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}
#login-form .swpm-remember-me .swpm-remember-checkbox {
  display: inline-flex;
  align-items: center;
}
#login-form .swpm-remember-me .swpm-remember-checkbox input[type=checkbox] {
  width: 25px;
  height: 25px;
  border: 1px solid #252525;
  border-radius: 0;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  flex-shrink: 0;
}
#login-form .swpm-remember-me .swpm-remember-checkbox input[type=checkbox]:checked {
  background-color: rgb(0, 134, 237);
  border-color: rgb(0, 134, 237);
}
#login-form .swpm-remember-me label.swpm-rememberme-label {
  font-size: 1rem;
  color: #252525;
  cursor: pointer;
}
#login-form .swpm-before-login-submit-section {
  position: relative;
  pointer-events: none;
  z-index: 1;
  width: 300px;
  height: 100px;
  margin: 30px auto 0;
  border: 2px solid rgb(0, 134, 237);
  background: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: background 0.3s, color 0.3s;
}
#login-form .login-btn-label {
  font-size: 1.3125rem;
  font-weight: 900;
  color: rgb(0, 134, 237);
  letter-spacing: 0.08em;
  transition: color 0.3s;
}
#login-form .swpm-login-submit {
  width: 300px;
  height: 0;
  margin: -100px auto 0;
  position: relative;
  z-index: 2;
  overflow: visible;
}
#login-form .swpm-login-submit input[type=submit] {
  display: block;
  width: 100%;
  height: 100px;
  opacity: 0;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent;
}
#login-form .swpm-login-form-inner:has(.swpm-login-submit input:hover) .swpm-before-login-submit-section {
  background: rgb(0, 134, 237);
}
#login-form .swpm-login-form-inner:has(.swpm-login-submit input:hover) .login-btn-label {
  color: rgb(255, 255, 255);
}
#login-form .swpm-login-form-inner:has(.swpm-login-submit input:hover) .text-arrow__line {
  color: rgb(255, 255, 255);
}
#login-form .swpm-forgot-pass-link {
  margin-top: 20px;
  text-align: center;
}
#login-form .swpm-forgot-pass-link a {
  color: #52d5ff;
  text-decoration: underline;
  font-size: 1rem;
  font-weight: 500;
}
#login-form .swpm-join-us-link {
  display: none;
}
#login-form .swpm-login-action-msg {
  margin-top: 20px;
  text-align: center;
}
#login-form .swpm-login-action-msg .swpm-login-widget-action-msg:not(:empty) {
  color: #FF6B6B;
  font-size: 1rem;
}

@media screen and (max-width: 1080px) {
  main.page-login #login-form .wrapper {
    padding: 40px 0;
  }
  main.page-login #login-form .inner-box {
    max-width: 100%;
    padding: 0 25px;
  }
  main.page-login #login-form .swpm-before-login-submit-section {
    width: 100%;
  }
  main.page-login #login-form .swpm-login-submit {
    width: 100%;
  }
}