@charset "UTF-8";
.arrow-triangle-down {
  position: relative;
}
.arrow-triangle-down::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -3rem;
  left: 50%;
  transform: translateX(-50%);
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 1.5rem 1rem;
  border-top-color: currentColor;
  border-bottom: 0;
}

.arrow-thin-right a {
  position: relative;
  border: 1px solid #17264A;
  width: 3rem;
  height: 3rem;
}
.arrow-thin-right a:hover {
  background-color: #fff;
  color: #17264A;
  filter: inherit;
}
.arrow-thin-right a::after {
  position: absolute;
  content: "";
  top: 35%;
  right: 0.4rem;
  transform-origin: left;
  width: 2rem;
  height: 0.5rem;
  background-color: #fff;
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  transition: transform 0.5s;
}
.arrow-thin-right a:hover::after {
  background-color: #17264A;
}

.arrow-chevron {
  display: inline-block;
  vertical-align: middle;
  color: #439B8D;
  line-height: 1;
  width: 2rem;
  height: 2rem;
  border: 0.3rem solid currentColor;
  border-left: 0;
  border-bottom: 0;
  background: transparent;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
}
@media screen and (max-width: 1023px) {
  .arrow-chevron {
    width: 1.2rem;
    height: 1.2rem;
  }
}

.bg-gingham-check {
  background-color: #FF99C1;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 40px, #FFC5E3 40px, #FFC5E3 43px, transparent 43px, transparent 83px, rgba(224, 70, 132, 0.5) 83px, rgba(224, 70, 132, 0.5) 103px), repeating-linear-gradient(135deg, transparent, transparent 40px, #FFC5E3 40px, #FFC5E3 43px, transparent 43px, transparent 83px, rgba(224, 70, 132, 0.5) 83px, rgba(224, 70, 132, 0.5) 103px);
}

.bg-paper-noise {
  background-color: #fdf6ee;
  background-image: linear-gradient(rgba(253, 246, 238, 0.8117647059), rgba(253, 246, 238, 0.8117647059)), url("img/noise.png");
  background-repeat: repeat;
  background-size: 100px;
}

.bg-square-grid {
  background-color: #fff;
  background-image: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.07) 26px, rgba(0, 0, 0, 0.07) 26px, transparent 27px, transparent 51px, rgba(0, 0, 0, 0.07) 52px, rgba(0, 0, 0, 0.07) 52px, transparent 53px, transparent 77px, rgba(0, 0, 0, 0.07) 78px, rgba(0, 0, 0, 0.07) 78px, transparent 79px, transparent 103px, rgba(0, 0, 0, 0.07) 104px, rgba(0, 0, 0, 0.07) 104px, transparent 105px, transparent 129px, rgba(0, 0, 0, 0.07) 130px, rgba(0, 0, 0, 0.07) 130px), repeating-linear-gradient(to right, rgba(0, 0, 0, 0.07) 26px, rgba(0, 0, 0, 0.07) 26px, transparent 27px, transparent 51px, rgba(0, 0, 0, 0.07) 52px, rgba(0, 0, 0, 0.07) 52px, transparent 53px, transparent 77px, rgba(0, 0, 0, 0.07) 78px, rgba(0, 0, 0, 0.07) 78px, transparent 79px, transparent 103px, rgba(0, 0, 0, 0.07) 104px, rgba(0, 0, 0, 0.07) 104px, transparent 105px, transparent 129px, rgba(0, 0, 0, 0.07) 130px, rgba(0, 0, 0, 0.07) 130px);
}

.bg-book .bg-book-inner {
  position: relative;
}
.bg-book .bg-book-inner::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  transform: translateY(-100%);
  width: 100%;
  aspect-ratio: 1888/80;
  background-image: url("img/book-top.svg");
  background-size: 100%;
}
.bg-book .bg-book-inner::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  transform: translateY(100%);
  width: 100%;
  aspect-ratio: 1888/80;
  background-image: url("img/book-bottom.svg");
  background-size: 100%;
}
.bg-book .bg-book-inner .hand-left, .bg-book .bg-book-inner .hand-right {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  margin-top: 0;
}
.bg-book .bg-book-inner .hand-left::after, .bg-book .bg-book-inner .hand-right::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-12.6rem, -50%);
  width: 17rem;
  aspect-ratio: 657/955;
  background: url("img/hand.svg") no-repeat center/contain;
  z-index: 20;
}
.bg-book .bg-book-inner .hand-left span, .bg-book .bg-book-inner .hand-right span {
  position: absolute;
  width: 2px;
  height: calc(100% + 2rem);
  background-color: #D8E0EC;
  z-index: 10;
}
.bg-book .bg-book-inner .hand-left span:nth-child(1), .bg-book .bg-book-inner .hand-right span:nth-child(1) {
  top: 0.2rem;
  left: 0.3rem;
}
.bg-book .bg-book-inner .hand-left span:nth-child(2), .bg-book .bg-book-inner .hand-right span:nth-child(2) {
  top: 0;
  left: 0.6rem;
}
.bg-book .bg-book-inner .hand-left span:nth-child(3), .bg-book .bg-book-inner .hand-right span:nth-child(3) {
  top: -0.2rem;
  left: 0.9rem;
}
.bg-book .bg-book-inner .hand-right {
  scale: -1 1;
}
.bg-book .bg-book-inner .hand-right span:nth-child(2) {
  top: 0;
  transform: none;
}
@media screen and (max-width: 781px) {
  .bg-book .bg-book-inner::before, .bg-book .bg-book-inner::after {
    display: none;
  }
  .bg-book .bg-book-inner .hand-left::after, .bg-book .bg-book-inner .hand-right::after {
    width: 4rem;
    height: 5rem;
    top: auto;
    left: 4rem;
    transform: translateY(66%) rotate(-90deg);
    bottom: 0;
  }
  .bg-book .bg-book-inner span {
    display: none;
  }
}

.btn-arrow-angle-reverse a {
  position: relative;
  border: 1px solid #439B8D;
}
.btn-arrow-angle-reverse a:hover {
  background-color: #fff;
  color: #439B8D;
  filter: inherit;
}
.btn-arrow-angle-reverse a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 2rem;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
  color: #fff;
}
.btn-arrow-angle-reverse a:hover::before {
  color: #439B8D;
}

.btn-arrow-expand-reverse a {
  position: relative;
  border: 1px solid #17264A;
}
.btn-arrow-expand-reverse a:hover {
  background-color: #fff;
  color: #17264A;
  filter: inherit;
}
.btn-arrow-expand-reverse a::after {
  position: absolute;
  content: "";
  top: 35%;
  right: 1.5rem;
  transform-origin: left;
  width: 2rem;
  height: 0.5rem;
  background-color: #fff;
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  transition: transform 0.5s;
}
.btn-arrow-expand-reverse a:hover::after {
  transform: scaleX(1.4);
  background-color: #17264A;
}
@media screen and (max-width: 639px) {
  .btn-arrow-expand-reverse a::after {
    right: 1rem;
    width: 1.5rem;
  }
}

.btn-circle-slide a {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  background: #FEA202;
  text-align: center;
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  transition: 0.5s;
}
.btn-circle-slide a::before {
  content: "";
  width: 120%;
  height: 200%;
  position: absolute;
  top: -50%;
  right: 0;
  z-index: -1;
  background: #FF7E00;
  border-radius: 0 100% 100% 0;
  transform: translateX(-100%);
  transition: transform ease 0.5s;
}
.btn-circle-slide a:hover {
  filter: inherit;
}
.btn-circle-slide a:hover::before {
  transform: translateX(10%);
}

.btn-cta-rotate-en {
  display: flex;
  width: 12rem;
  height: 12rem;
  align-items: center;
  position: relative;
}
.btn-cta-rotate-en .cta-btn-link {
  position: absolute;
  inset: 0; /* top, right, bottom, left をすべて0に */
  z-index: 100;
  text-indent: -9999px; /* テキストを非表示に */
  margin: 0;
}
.btn-cta-rotate-en::before {
  content: "";
  width: 9rem;
  height: 9rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #15958B;
}
.btn-cta-rotate-en::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("./img/dummy08.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  animation: ani-rotate-en 10s linear infinite;
}
@keyframes ani-rotate-en {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.btn-cta-wave {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: relative;
}
.btn-cta-wave::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #FF6900;
  border-radius: 50%;
  animation: ani-wave 3s infinite;
}
@keyframes ani-wave {
  0% {
    scale: 1;
    opacity: 0.8;
  }
  100% {
    scale: 1.2;
    opacity: 0;
  }
}
.btn-cta-wave .cta-btn-link {
  position: absolute;
  inset: 0; /* top, right, bottom, left をすべて0に */
  z-index: 100;
  text-indent: -9999px; /* テキストを非表示に */
  margin: 0;
}

.cta-2col-innerborder-iconbtn .cta-btn-item {
  position: relative;
}
.cta-2col-innerborder-iconbtn .cta-btn-item .smb-items__item::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #5A3E4B;
}
.cta-2col-innerborder-iconbtn .cta-btn-item figure {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8%;
  margin-top: 0;
}
.cta-2col-innerborder-iconbtn .cta-btn-item .cta-link {
  position: absolute;
  inset: 0;
  z-index: 100;
  text-indent: -9999px;
  margin: 0;
}
@media screen and (max-width: 639px) {
  .cta-2col-innerborder-iconbtn {
    position: inherit;
    top: inherit;
    left: inherit;
    transform: inherit;
  }
  .cta-2col-innerborder-iconbtn .cta-btn-item {
    background-color: inherit;
    border: none;
    padding: 0 !important;
    margin-bottom: 2rem !important;
  }
  .cta-2col-innerborder-iconbtn .cta-btn-item .smb-items__item {
    margin-bottom: 1.5rem;
  }
  .cta-2col-innerborder-iconbtn .cta-btn-item figure {
    width: 2rem;
  }
}

.cta-bgchange-3col {
  position: relative;
}
.cta-bgchange-3col .wp-block-columns {
  z-index: 10;
  background-color: #172649;
  color: #fff;
  transition: 0.5s;
}
.cta-bgchange-3col .wp-block-columns h2, .cta-bgchange-3col .wp-block-columns h3, .cta-bgchange-3col .wp-block-columns .wp-block-snow-monkey-blocks-buttons {
  z-index: 30;
}
.cta-bgchange-3col .wp-block-columns .wp-block-column {
  position: relative;
}
.cta-bgchange-3col .wp-block-columns .wp-block-column .column-link__a {
  position: absolute;
  inset: 0; /* top, right, bottom, left をすべて0に */
  z-index: 100;
  text-indent: -9999px; /* テキストを非表示に */
  margin: 0;
}
.cta-bgchange-3col .wp-block-columns .wp-block-column:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 95%;
  background-color: #fff;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 30;
}
.cta-bgchange-3col .cta-hover-image {
  position: absolute;
  top: 0;
  opacity: 0;
  filter: brightness(40%);
  height: 100%;
  width: 100vw;
  z-index: 5 !important;
  transition: 0.5s;
}
.cta-bgchange-3col .cta-hover-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta-bgchange-3col .cta-hover-image01 {
  left: 0;
}
.cta-bgchange-3col .cta-hover-image02 {
  left: -100%;
}
.cta-bgchange-3col .cta-hover-image03 {
  left: -200%;
}
.cta-bgchange-3col .wp-block-columns:has(.column-link__a:hover) {
  background-color: transparent;
}
.cta-bgchange-3col .wp-block-column:has(:is(.column-link__a01, .column-link__a02, .column-link__a03):hover) .wp-block-snow-monkey-blocks-buttons a {
  background-color: #fff !important;
  transition: 0.5s;
}
.cta-bgchange-3col .wp-block-column:has(:is(.column-link__a01, .column-link__a02, .column-link__a03):hover) .wp-block-snow-monkey-blocks-buttons a::after {
  background-color: #172649;
}
.cta-bgchange-3col :is(.column-link__a01, .column-link__a02, .column-link__a03):hover + .cta-hover-image01, .cta-bgchange-3col :is(.column-link__a01, .column-link__a02, .column-link__a03):hover + .cta-hover-image02, .cta-bgchange-3col :is(.column-link__a01, .column-link__a02, .column-link__a03):hover + .cta-hover-image03 {
  opacity: 1;
  transition: 0.5s;
}
@media screen and (max-width: 1023px) {
  .cta-bgchange-3col .cta-hover-image, .cta-bgchange-3col .cta-hover-image02, .cta-bgchange-3col .cta-hover-image03 {
    opacity: 1 !important;
    width: inherit;
    left: 0;
  }
  .cta-bgchange-3col .wp-block-columns {
    background-color: transparent !important;
  }
}

.wrap_for_IntersectionObserver {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
}
.wrap_for_IntersectionObserver .fcps {
  position: relative;
}
.wrap_for_IntersectionObserver .fcps .fcps-inner {
  position: sticky;
  top: 0;
}
.wrap_for_IntersectionObserver .fcps .body-wrap {
  margin: auto;
}
.wrap_for_IntersectionObserver .fcps .before-content:first-of-type {
  overflow-x: hidden;
}
.wrap_for_IntersectionObserver .fcps .after-content {
  display: block I !important;
  overflow-x: hidden;
}
.wrap_for_IntersectionObserver .fcps .fcps-content {
  position: relative;
  height: 100vh;
}
.wrap_for_IntersectionObserver .fcps .fcps-targets {
  padding: 0 3% 5%;
  position: relative;
}
.wrap_for_IntersectionObserver .fcps .fcps_target {
  height: 50vh;
  opacity: 0;
  position: absolute;
  top: 0;
}
.wrap_for_IntersectionObserver .fcps .fcps_target.is-active {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transform: translateY(-20px);
  transition: opacity 1s ease, transform 1s ease;
}
.wrap_for_IntersectionObserver .fcps .fcps-target-btn {
  position: absolute;
  bottom: 10%;
  left: 50%;
}
.wrap_for_IntersectionObserver .fcps .fcps-decisions {
  position: absolute;
  top: 0;
  z-index: 1;
}
.wrap_for_IntersectionObserver .fcps .fcps_decision {
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  border-bottom: unset;
}

#animation-circle-expand {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
#animation-circle-expand .animation-circle-expand-mask {
  width: 100%;
  height: 100%;
  clip-path: circle(15% at center);
  transition: clip-path 1s ease;
}
#animation-circle-expand .animation-circle-expand-mask img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 639px) {
  #animation-circle-expand {
    height: 50vh;
  }
  #animation-circle-expand .animation-circle-expand-mask {
    clip-path: inherit;
  }
}

.flow-step-1col-arrow .step-group:not(:last-child) {
  position: relative;
}
.flow-step-1col-arrow .step-group:not(:last-child)::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -3.2rem;
  left: 50%;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 1.5rem 1rem;
  border-top-color: currentColor;
  border-bottom: 0;
}

.footer-1column-logo-menu .footer-content .footer-menu {
  max-width: 980px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-1column-logo-menu .footer-content .footer-menu li {
  margin-top: 0;
  padding: 0 20px;
  position: relative;
  transition: 0.3s;
}
.footer-1column-logo-menu .footer-content .footer-menu li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1px;
  width: 1px;
  height: 1rem;
  background-color: #5A3E4B;
}
.footer-1column-logo-menu .footer-content .footer-menu li:hover {
  opacity: 0.7;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 639px) {
  .footer-1column-logo-menu .footer-menu {
    display: block !important;
  }
  .footer-1column-logo-menu .footer-menu li {
    position: relative;
    padding: 0.5rem 1.5rem;
  }
  .footer-1column-logo-menu .footer-menu li::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 2rem;
    width: 0.6rem;
    height: 0.6rem;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: rotate(45deg);
    color: #5A3E4B;
  }
}

.footer-simple-1col-info .l-footer-widget-area {
  padding: 0 !important;
}
.footer-simple-1col-info .l-footer-widget-area .c-fluid-container {
  padding: 0 !important;
}
.footer-simple-1col-info .footer-menu {
  display: flex;
  justify-content: flex-end;
  font-weight: 700;
}
.footer-simple-1col-info .footer-menu li {
  list-style: none;
  margin-top: 0;
  margin-left: 1rem;
}
.footer-simple-1col-info .footer-menu li:hover {
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .footer-simple-1col-info .footer-menu {
    display: block;
    padding-left: 0;
  }
  .footer-simple-1col-info .footer-menu li {
    margin-left: 0;
    line-height: 2.5rem;
    position: relative;
  }
  .footer-simple-1col-info .footer-menu li::after {
    position: absolute;
    content: "";
    top: 35%;
    right: 0;
    transform-origin: left;
    width: 2rem;
    height: 0.5rem;
    background-color: #172649;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  }
}

.heading-halfcircle .heading-halfcircle_heading::before {
  content: "";
  position: absolute;
  top: -6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 40rem;
  height: 40rem;
  background: #fff;
  margin: 0 auto;
  padding-top: 26px;
  border: 1px solid #5185BE;
  border-bottom: 0;
  border-radius: 50%;
  z-index: -5;
}
.heading-halfcircle .heading-halfcircle_heading::after {
  content: "";
  position: absolute;
  top: 4.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 35rem;
  height: 4px;
  background: #fff;
  z-index: 10;
}
.heading-halfcircle .heading-halfcircle_content {
  background: #fff;
  border: 1px solid #5185BE;
  padding: 6% 8% 15rem;
}
@media screen and (max-width: 1023px) {
  .heading-halfcircle .heading-halfcircle_heading::before {
    width: 30rem;
    height: 30rem;
    top: -5rem;
  }
  .heading-halfcircle .heading-halfcircle_heading::after {
    width: 27.7rem;
    top: 4.3rem;
  }
}
@media screen and (max-width: 639px) {
  .heading-halfcircle .heading-halfcircle_heading::before {
    width: 15rem;
    height: 15rem;
    top: -2rem;
  }
  .heading-halfcircle .heading-halfcircle_heading::after {
    width: 14.7rem;
    top: 4.3rem;
  }
}

#heading-fadeup-split {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: -2px;
  /* 発火後に付与するクラス */
}
#heading-fadeup-split span {
  opacity: 0;
  display: inline-block;
  transform: translateY(20px);
  transition: all 0.5s ease;
}
#heading-fadeup-split span.show {
  opacity: 1;
  transform: translateY(0);
}

.heading-gradient {
  background: linear-gradient(-225deg, #5185bf 0%, #2c4194 40%, #7e318a 80%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading-logo-top {
  position: relative;
}
.heading-logo-top::before {
  content: "";
  position: absolute;
  top: -7rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  background-image: url("/wp-content/uploads/2025/09/dummy01.png");
  background-size: contain;
  z-index: -5;
}

.heading-with-bgtext {
  position: relative;
}
.heading-with-bgtext::before {
  content: "en-heading";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 500%;
  font-family: serif;
  color: #b0dbf9;
  z-index: -5;
}

.heading-underline-left-accent {
  border-bottom: 1px solid #999999;
  padding-bottom: 1rem;
  position: relative;
}
.heading-underline-left-accent::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 8rem;
  height: 4px;
  background-color: #439B8D;
}

.hero-2column-l_content-r_visual {
  position: relative;
  height: 100vh;
  width: 100vw;
}
.hero-2column-l_content-r_visual .hero-visual {
  position: absolute;
  top: 2vh;
  right: -10vw;
  transform: scale(1.4);
  z-index: -5;
  height: 53vw;
  margin-inline: auto;
  overflow: hidden; /* 画像がはみ出ないようにする */
  width: 55vw;
  border-radius: 50%;
}
.hero-2column-l_content-r_visual .hero-content {
  position: absolute;
  top: 50%;
  left: 7%;
  transform: translateY(-50%);
}

.hero-news-category_title {
  position: absolute;
  bottom: 10%;
  right: 0;
  background-color: #F9F6FA;
}
.hero-news-category_title .c-entry-summary__meta {
  margin-top: 0;
}
.hero-news-category_title .c-entry-summary__header {
  margin-top: 1rem;
}
@media screen and (max-width: 1023px) {
  .hero-news-category_title {
    bottom: 3%;
    left: 1.5rem;
    right: inherit;
    border-radius: 0 20px 0 20px;
    width: calc(100% - 3rem);
  }
}

.hero-slider-fade-multi .slick-list {
  margin-top: 0 !important;
}
.hero-slider-fade-multi .slider-item {
  position: relative;
}
.hero-slider-fade-multi .slider-item .content-left {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}
.hero-slider-fade-multi .slider-item .content-right {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
}
.hero-slider-fade-multi .prev-arrow {
  position: absolute;
  top: 50%;
  left: 1rem;
  z-index: 20;
  transform: translateY(-50%) rotate(-135deg) !important;
  margin: 0 !important;
  cursor: pointer;
}
.hero-slider-fade-multi .next-arrow {
  position: absolute;
  top: 50%;
  right: 1rem;
  z-index: 20;
  transform: translateY(-50%) rotate(45deg);
  margin: 0 !important;
  cursor: pointer;
}

.menu-grid-line .menu-grid-line-item {
  position: relative;
  transition: 0.4s;
  margin-bottom: 0 !important;
}
.menu-grid-line .menu-grid-line-item .menu-grid-link {
  position: absolute;
  inset: 0;
  z-index: 100;
  text-indent: -9999px;
  margin: 0;
}
.menu-grid-line .menu-grid-line-item:hover {
  opacity: 0.7;
  transition: 0.4s;
}
.menu-grid-line .menu-grid-line-item:nth-child(-n+8) {
  border-bottom: 1px dashed #5185BE;
}
.menu-grid-line .menu-grid-line-item:not(:nth-child(4n)) {
  border-right: 1px dashed #5185BE;
}
@media screen and (max-width: 1023px) {
  .menu-grid-line .menu-grid-line-item:nth-child(-n+8) {
    border-bottom: none;
  }
  .menu-grid-line .menu-grid-line-item:not(:nth-child(4n)) {
    border-right: none;
  }
  .menu-grid-line .menu-grid-line-item:nth-child(-n+9) {
    border-bottom: 1px dashed #5185BE;
  }
  .menu-grid-line .menu-grid-line-item:not(:nth-child(3n)) {
    border-right: 1px dashed #5185BE;
  }
}
@media screen and (max-width: 639px) {
  .menu-grid-line .menu-grid-line-item:nth-child(-n+9) {
    border-bottom: none;
  }
  .menu-grid-line .menu-grid-line-item:not(:nth-child(3n)) {
    border-right: none;
  }
  .menu-grid-line .menu-grid-line-item:nth-child(-n+10) {
    border-bottom: 1px dashed #5185BE;
  }
  .menu-grid-line .menu-grid-line-item:not(:nth-child(2n)) {
    border-right: 1px dashed #5185BE;
  }
}

.menu-corner-triangle {
  position: relative;
  height: 100%;
}
.menu-corner-triangle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  aspect-ratio: 1;
  padding: 0 2.125rem 2.125rem 0;
  color: white;
  background-color: #A48636;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.message-2column-l_content_bglogo-r_drawing .message-left {
  position: relative;
}
.message-2column-l_content_bglogo-r_drawing .message-left .bg-transparent {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.2;
  z-index: 10;
}
@media screen and (max-width: 1023px) {
  .message-2column-l_content_bglogo-r_drawing .bg-transparent {
    width: 300px;
    top: 2rem !important;
  }
}

.post-tab-5col-column .wp-block-post-template .wp-block-post:not(:last-child) {
  border-bottom: 1px solid #0542AD;
}
.post-tab-5col-column h2 {
  font-weight: 400;
}
.post-tab-5col-column .taxonomy-custom-category a {
  border: 1px solid #172649;
  padding: 0 0.5rem;
  background-color: #fff;
  text-decoration: none;
}
.post-tab-5col-column .taxonomy-custom-tag a {
  background-color: #A48636;
  color: #fff;
  margin-right: 0.5rem;
  padding: 0 0.5rem;
  text-decoration: none;
}
.post-tab-5col-column .taxonomy-custom-tag .wp-block-post-terms__separator {
  display: none;
}
@media screen and (max-width: 639px) {
  .post-tab-5col-column .smb-tabs__tabs {
    flex-wrap: wrap !important;
  }
  .post-tab-5col-column .smb-tabs__tabs .smb-tabs__tab-wrapper:first-of-type {
    width: 100%;
  }
  .post-tab-5col-column .smb-tabs__tabs .smb-tabs__tab-wrapper:not(:first-of-type) {
    width: 50%;
  }
}

.scrolldown-indicator-dot {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
  /*下からの距離が変化して丸の全体が上から下に動く*/
  /*上から下にかけて丸が透過→不透明→透過する*/
  /* 線の描写 */
}
.scrolldown-indicator-dot span {
  /*描画位置*/
  position: absolute;
  left: 10px;
  bottom: 10px;
  /*テキストの形状*/
  color: #2B4094;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  writing-mode: vertical-rl;
}
.scrolldown-indicator-dot::before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -4px;
  /*丸の形状*/
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2B4094;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
@keyframes circlemove {
  0% {
    bottom: 45px;
  }
  100% {
    bottom: -5px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.scrolldown-indicator-dot::after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: 0;
  /*線の形状*/
  width: 2px;
  height: 50px;
  background: #2B4094;
}

.service-circle-dotmotion {
  width: 30rem;
  height: 30rem;
  position: relative;
}
.service-circle-dotmotion .circle {
  width: 100%;
  height: 100%;
  max-width: 100%;
  border: 1px solid #00081C;
  border-radius: 100%;
  margin: auto;
}
.service-circle-dotmotion .circle .dot {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #00081C;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg) translateX(15rem);
  animation: rotateDot 4s linear infinite;
}
@keyframes rotateDot {
  from {
    transform: translate(-50%, -50%) rotate(0deg) translateX(15rem);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg) translateX(15rem);
  }
}
.service-circle-dotmotion .polygon-items {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.service-circle-dotmotion .polygon-items .polygon-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 13rem;
  height: 13rem;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
  text-align: center;
  position: absolute;
  line-height: 0.8rem;
}
.service-circle-dotmotion .polygon-items .polygon-item img {
  margin: 0 auto;
}
.service-circle-dotmotion .polygon-items .polygon-item01 {
  top: 0;
  left: 50%;
  transform: translate(-50%, -44%);
}
.service-circle-dotmotion .polygon-items .polygon-item02 {
  top: 51%;
  left: -10%;
}
.service-circle-dotmotion .polygon-items .polygon-item03 {
  top: 51%;
  right: -10%;
}
.service-circle-dotmotion .polygon-title {
  width: 65%;
  height: 65%;
  border-radius: 50%;
  background-color: #00081C;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -10;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 639px) {
  .service-circle-dotmotion {
    width: 16rem;
    height: 16rem;
  }
  .service-circle-dotmotion .circle .dot {
    transform: translate(-50%, -50%) rotate(0deg) translateX(8rem);
    animation: rotateDot 3s linear infinite;
  }
  @keyframes rotateDot {
    from {
      transform: translate(-50%, -50%) rotate(0deg) translateX(8rem);
    }
    to {
      transform: translate(-50%, -50%) rotate(360deg) translateX(8rem);
    }
  }
  .service-circle-dotmotion .polygon-items .polygon-item {
    width: 9rem;
    height: 9rem;
  }
  .service-circle-dotmotion .polygon-items .polygon-item01 {
    top: -4%;
  }
  .service-circle-dotmotion .polygon-items .polygon-item02 {
    top: 48%;
    left: -17%;
  }
  .service-circle-dotmotion .polygon-items .polygon-item03 {
    top: 48%;
    right: -17%;
  }
}

.service-card-hover_info .smb-items__banner {
  position: relative;
  height: 100%;
}
.service-card-hover_info .smb-items__banner::before {
  content: "";
  position: absolute;
  bottom: 0;
  inset-inline: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(23, 38, 74, 0) 0%, #17264A 100%);
  transition: 0.3s;
  z-index: 10;
}
.service-card-hover_info .smb-items__banner .smb-items__banner__figure {
  filter: brightness(70%);
}
.service-card-hover_info .smb-items__banner .smb-items__banner__body {
  z-index: 30;
}
.service-card-hover_info .smb-items__banner .smb-items__banner__body .smb-items__banner__body-inner {
  font-weight: 700;
}
.service-card-hover_info .smb-items__banner .smb-items__banner__body .smb-items__banner__body-inner .smb-items__banner__title {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
}
.service-card-hover_info .smb-items__banner .smb-items__banner__body .smb-items__banner__body-inner .smb-items__banner__title img {
  opacity: 0;
  text-align: center;
  display: block;
  margin: 0 auto;
  transition: 0.3s !important;
}
.service-card-hover_info .smb-items__banner .smb-items__banner__body .smb-items__banner__body-inner .smb-items__banner__lede {
  font-size: 1rem;
  opacity: 0;
  margin-top: 2rem;
  transition: 0.3s !important;
}
.service-card-hover_info .smb-items__banner:hover {
  cursor: pointer;
}
.service-card-hover_info .smb-items__banner:hover::before {
  height: 100%;
  background: rgba(23, 38, 74, 0.8);
}
.service-card-hover_info .smb-items__banner:hover .smb-items__banner__title img {
  opacity: 1 !important;
  transition: 0.3s;
}
.service-card-hover_info .smb-items__banner:hover .smb-items__banner__lede {
  opacity: 1 !important;
  transition: 0.3s;
}
@media screen and (max-width: 1023px) {
  .service-card-hover_info .smb-items__banner::before {
    height: 100%;
    background: rgba(23, 38, 74, 0.8);
  }
  .service-card-hover_info .smb-items__banner .smb-items__banner__body {
    padding: 1.5rem 1rem;
  }
  .service-card-hover_info .smb-items__banner .smb-items__banner__body .smb-items__banner__title {
    line-height: 1rem !important;
    font-size: 1.2rem !important;
  }
  .service-card-hover_info .smb-items__banner .smb-items__banner__body .smb-items__banner__title img {
    opacity: 1 !important;
    height: 5rem;
    width: 5rem !important;
  }
  .service-card-hover_info .smb-items__banner .smb-items__banner__body .smb-items__banner__lede {
    opacity: 1 !important;
    margin-top: 1.5rem !important;
    font-weight: 400;
  }
}

.service-2col-alt-nogap figure {
  height: 100%;
}
.service-2col-alt-nogap figure img {
  height: 100%;
}
.service-2col-alt-nogap .service-column-group-right, .service-2col-alt-nogap .service-column-group-left {
  max-width: 1700px !important;
  display: block;
  float: right;
}
.service-2col-alt-nogap .service-column-group-left {
  float: left;
}
@media screen and (max-width: 1023px) {
  .service-2col-alt-nogap {
    padding-bottom: 42rem !important;
  }
}

.service-hover-shake .hover-shake-item .smb-items__item {
  transform-origin: top center;
}
.service-hover-shake .hover-shake-item .smb-items__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  padding: 1rem;
  border-radius: 50%;
  background-color: rgba(67, 157, 142, 0.8);
  color: #fff;
  font-weight: 700;
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-hover-shake .hover-shake-item .smb-items__item:hover {
  animation: hover-rotation 0.3s ease-in 0s 1 forwards;
}
@keyframes hover-rotation {
  0% {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(-2deg);
  }
  70% {
    transform: rotate(1deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.service-hover-shake .hover-shake-item:nth-child(1) .smb-items__item::before {
  content: "1";
}
.service-hover-shake .hover-shake-item:nth-child(2) .smb-items__item::before {
  content: "2";
}
.service-hover-shake .hover-shake-item:nth-child(3) .smb-items__item::before {
  content: "3";
}
.service-hover-shake .item-link {
  position: absolute;
  inset: 0; /* top, right, bottom, left をすべて0に */
  z-index: 100;
  text-indent: -9999px; /* テキストを非表示に */
  margin: 0;
}

.slider-loop-left {
  width: 100vw;
  display: flex;
  overflow: hidden;
}
.slider-loop-left .slider-loop-left-items {
  display: flex;
  list-style: none;
  padding: 0;
  animation: loop-left 90s infinite linear 0.5s both;
}
.slider-loop-left .slider-loop-left-items .slider-loop-left-item {
  width: 220vw;
}
.slider-loop-left .slider-loop-left-items .slider-loop-left-item img {
  width: 100%;
}
@keyframes loop-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.slider-fade-zoomup .add-animation {
  animation: zoomUp 10s linear 0s normal both;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}

.slider-carousel-hover-content {
  gap: 1rem;
  height: auto;
  position: relative;
}
.slider-carousel-hover-content .carousel-item {
  position: relative;
  overflow: hidden;
  margin: 0 1rem;
}
.slider-carousel-hover-content .carousel-item .caption {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.slider-carousel-hover-content .carousel-item figure {
  transition: 0.3s;
}
.slider-carousel-hover-content .carousel-item .carousel-link__a {
  position: absolute;
  inset: 0; /* top, right, bottom, left をすべて0に */
  z-index: 100;
  text-indent: -9999px; /* テキストを非表示に */
  margin: 0;
}
.slider-carousel-hover-content .carousel-item .carousel-link__a:hover ~ figure {
  filter: brightness(50%) blur(0.3rem);
  transition: 0.3s;
}
.slider-carousel-hover-content .carousel-item .carousel-link__a:hover ~ figure img {
  filter: blur(1rem);
}
.slider-carousel-hover-content .carousel-item .carousel-link__a:hover ~ .caption {
  opacity: 1;
  color: #172649;
  font-weight: bold;
  transition: 0.3s;
}
.slider-carousel-hover-content .carousel-prev, .slider-carousel-hover-content .carousel-next {
  z-index: 10;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  background-color: #172649;
  border: 1px solid #172649;
  transition: 0.3s;
}
.slider-carousel-hover-content .carousel-prev::after, .slider-carousel-hover-content .carousel-next::after {
  position: absolute;
  content: "";
  top: 35%;
  right: -1.5rem;
  transform-origin: left;
  transform: scaleX(-1);
  width: 2rem;
  height: 0.5rem;
  background-color: #fff;
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  transition: transform 0.3s;
}
.slider-carousel-hover-content .carousel-prev:hover, .slider-carousel-hover-content .carousel-next:hover {
  background-color: #fff;
  transition: 0.3s;
  cursor: pointer;
}
.slider-carousel-hover-content .carousel-prev:hover::after, .slider-carousel-hover-content .carousel-next:hover::after {
  background-color: #172649;
  transition: 0.3s;
}
.slider-carousel-hover-content .carousel-next {
  left: inherit;
  right: 0;
}
.slider-carousel-hover-content .carousel-next::after {
  transform: inherit;
  right: 0.5rem;
  top: 45%;
}

.text-anime-loop {
  overflow: hidden;
  display: flex;
  width: 100%;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
  max-width: none;
}
.text-anime-loop .text-anime-loop-item {
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 11rem;
  padding-left: 100px;
  max-width: none;
}
.text-anime-loop .text-anime-loop-item:nth-child(odd) {
  animation: loop01 80s -40s infinite linear;
}
.text-anime-loop .text-anime-loop-item:nth-child(even) {
  animation: loop02 80s infinite linear;
}
@keyframes loop01 {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop02 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

.text-anime-gradient {
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  line-height: 10rem;
  font-size: 7rem;
}
.text-anime-gradient .text-anime-gradient-item {
  position: relative;
  display: inline-block;
}
.text-anime-gradient .text-anime-gradient-item:nth-of-type(2n) {
  text-align: right;
}
.text-anime-gradient .text-anime-gradient-item .gradient-base {
  color: #fff; /* 初期色 */
}
.text-anime-gradient .text-anime-gradient-item .gradient-color {
  position: absolute;
  top: 0;
  left: 0;
  color: #172649; /* 変化後の色 */
  clip-path: polygon(0 0, 0 0, 0 0, 0 0); /* 最初は見えない */
}
.text-anime-gradient .text-anime-gradient-item .gradient-color:nth-of-type(2n) {
  right: 0;
}
@media screen and (max-width: 1023px) {
  .text-anime-gradient {
    font-size: 4rem;
    line-height: 5rem;
  }
}
@media screen and (max-width: 639px) {
  .text-anime-gradient {
    font-size: 2rem;
    line-height: 3rem;
  }
}

.worry-bottom_bubble-quote .worry-items .smb-items__item {
  position: relative;
  box-shadow: 0 0 1rem 0 rgba(3, 14, 33, 0.25);
}
.worry-bottom_bubble-quote .worry-items .smb-items__item::before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  bottom: -0.5rem;
  left: 50%;
  transform: translateX(-50%) rotate(53deg) skewX(20deg);
  box-shadow: 0 0 1rem 0 rgba(3, 14, 33, 0.25);
  background-color: #fff;
}
.worry-bottom_bubble-quote .worry-items .smb-items__item::after {
  content: "";
  position: absolute;
  width: 3rem;
  height: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
}
.worry-bottom_bubble-quote .worry-items .smb-items__item .smb-items__item__body {
  position: relative;
  z-index: 10;
}
.worry-bottom_bubble-quote .worry-items .smb-items__item .smb-items__item__body::after {
  content: "“";
  position: absolute;
  top: -5rem;
  left: 0;
  font-size: 7rem;
  font-family: "Noto Sans JP", sans-serif;
}
.worry-bottom_bubble-quote .worry-items .smb-items__item .smb-items__item__body p {
  margin: auto !important;
}

header .c-row.c-row--margin-s {
  align-items: stretch;
}
header .c-row.c-row--margin-s nav {
  height: 100%;
}
header .c-row.c-row--margin-s nav ul {
  height: 100%;
}
header .p-global-nav .c-navbar__item.sm-nav-menu-item-highlight {
  background-color: #EF8771;
}
header .p-global-nav .c-navbar__item[aria-haspopup=true]:before {
  border-bottom-color: #EF8771;
}
header .c-navbar__submenu {
  background-color: #EF8771;
}
header .c-navbar__submenu li {
  background-color: #EF8771;
}
@media screen and (max-width: 1279px) {
  header .p-global-nav .c-navbar__item > a {
    padding: 1.07rem;
  }
}
@media screen and (max-width: 1023px) {
  header .u-invisible-lg-up {
    display: flex;
  }
}

#drawer-nav .sm-nav-menu-item-highlight {
  background-color: #EF8771 !important;
}

footer {
  background-color: #439B8D;
  color: #fff;
}
footer .footer-menu li {
  list-style: none;
}
footer .footer-menu li::before {
  content: ">";
  margin-right: 0.2rem;
}
footer .footer-menu li a {
  text-decoration: none;
  color: #fff;
}
footer .footer-contact-btn a {
  background-color: #fff;
  color: #439B8D !important;
}
footer .footer-contact-btn a::before {
  color: #439B8D;
}
footer .footer-contact-btn a:hover {
  filter: brightness(90%);
}
footer .sns-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .sns-icon li {
  list-style: none;
  margin-top: 0;
  margin-right: 2rem;
}
footer .c-copyright {
  display: none;
}

.c-page-top {
  background-color: #EF8771;
}

.voice-archive-item {
  height: 100%;
  position: relative;
}
.voice-archive-item a {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0; /* top, right, bottom, left をすべて0に */
  z-index: 100;
  text-indent: -9999px; /* テキストを非表示に */
  margin: 0;
  transition: 0.3s;
}
.voice-archive-item a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transition: 0.3s;
}
.voice-archive-item .student-name {
  color: #439B8D;
  font-size: 1.33rem;
  margin-top: 0.8rem;
  font-weight: 700;
}
.voice-archive-item .student-info {
  margin-top: 0.2rem;
  font-weight: 700;
}
.voice-archive-item .lead {
  font-size: 0.88rem;
  margin-top: 0.2rem;
}
.voice-archive-item .after {
  text-align: center;
  background-color: #F7F5D5;
  padding: 2rem 0.5rem 1rem 0.5rem;
  font-weight: 700;
  position: relative;
}
.voice-archive-item .after::before {
  content: "受講後の変化";
  padding: 0.2rem 0.5rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #439B8D;
  color: #fff;
  font-weight: 700;
  border-radius: 1rem;
}

.archive-group-link {
  height: 100%;
  position: relative;
}
.archive-group-link a {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0; /* top, right, bottom, left をすべて0に */
  z-index: 100;
  text-indent: -9999px; /* テキストを非表示に */
  margin: 0;
  transition: 0.3s;
}
.archive-group-link a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transition: 0.3s;
}

.link-none {
  pointer-events: none;
}

.btn-center a {
  text-align: center;
}

.page-id-1289 #hero .alignfull {
  clear: none !important;
  display: block;
}
.page-id-1289 #hero .photo {
  filter: saturate(1.4);
}
.page-id-1289 #news .wp-block-query li {
  margin-top: 0;
  border-top: 1px solid #cccccc;
}
.page-id-1289 #news .wp-block-query li:last-of-type {
  border-bottom: 1px solid #cccccc;
}
.page-id-1289 #news .wp-block-query li h2 {
  font-weight: 400;
  color: #333333 !important;
}
.page-id-1289 #seminar-event .c-entry-summary__figure {
  background-color: transparent;
}
.page-id-1289 #seminar-event .c-entry-summary__figure img {
  -o-object-fit: contain;
     object-fit: contain;
}
.page-id-1289 #message figure {
  width: 654px;
}
.page-id-1289 #feature {
  position: relative;
}
.page-id-1289 #feature::before {
  content: "";
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  background: url("./img/feature.svg");
  background-repeat: no-repeat;
  width: 8rem;
  height: 10rem;
  z-index: 10;
}
.page-id-1289 #feature .smb-information__item__label {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 700;
  margin-top: 0.7rem;
  padding-left: 2rem;
  background: url("./img/pentagon.svg");
  background-repeat: no-repeat;
}
@media screen and (max-width: 1023px) {
  .page-id-1289 #feature .smb-section__divider svg {
    max-height: 40px;
  }
  .page-id-1289 #feature::before {
    top: 0;
    width: 5rem;
    height: 6rem;
  }
  .page-id-1289 #feature .smb-information__item__label {
    font-size: 1rem;
    padding-left: 1rem;
  }
}
@media screen and (max-width: 639px) {
  .page-id-1289 #feature .back-pentagon {
    color: #fff;
    font-weight: 700;
    margin-top: 0.7rem;
    padding-top: 2px;
    padding-left: 1.7rem;
    background: url("./img/pentagon.svg");
    background-repeat: no-repeat;
  }
}
.page-id-1289 #voice .wp-block-snow-monkey-blocks-items-item-free .smb-items__item {
  border: 1px solid #439B8D;
}
.page-id-1289 #voice .voice-archive-item a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.page-id-2017 .beginner-about li {
  list-style: none;
  padding-left: 2rem;
  position: relative;
}
.page-id-2017 .beginner-about li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 70%;
  aspect-ratio: 1/1;
  background-color: #439B8D;
  border-radius: 50%;
}
.page-id-2017 .hope-title {
  display: table;
  z-index: 10;
  padding: 0 1rem;
}
.page-id-2017 .beginner-hope {
  list-style: none;
  padding: 3rem 0 2rem 0;
}
.page-id-2017 .beginner-hope li {
  text-align: center;
  margin-bottom: 1rem;
}
.page-id-2017 .book-information .btn-arrow-angle-reverse a {
  border: none;
}
.page-id-2017 .book-information .btn-arrow-angle-reverse a:hover {
  color: inherit;
}
.page-id-2017 .book-information .btn-arrow-angle-reverse a:hover::before {
  color: inherit;
}
.page-id-2017 .book-information .btn-arrow-angle-reverse-amazon {
  border: 1px solid #e1972f;
}
.page-id-2017 .book-information .btn-arrow-angle-reverse-amazon:hover {
  color: #e1972f;
}
.page-id-2017 .book-information .btn-arrow-angle-reverse-rakuten {
  border: 1px solid #a20000;
}
.page-id-2017 .book-information .btn-arrow-angle-reverse-rakuten:hover {
  color: #a20000;
}
@media screen and (max-width: 639px) {
  .page-id-2017 .beginner-hope li {
    text-align: left;
  }
}

.page-id-2231 .flow-basic .sme-badge {
  margin-top: -15px;
}

.voice-template-default .smb-taxonomy-terms__list {
  padding-left: 0;
  list-style: none;
  display: flex;
  gap: 0.5rem;
}
.voice-template-default .smb-taxonomy-terms__list a {
  text-decoration: none;
  font-weight: 700;
  font-size: 0.88rem;
  padding: 0 0.5rem;
  border-radius: 0.5rem;
}
.voice-template-default .smb-taxonomy-terms__list a[href*="/trial-voice/"] {
  color: #fff;
  background-color: #439B8D;
  border: 2px solid #439B8D;
}
.voice-template-default .smb-taxonomy-terms__list a[href*="/basic-voice/"] {
  color: #fff;
  background-color: #EF8771;
  border: 2px solid #EF8771;
}
.voice-template-default .smb-taxonomy-terms__list a[href*="/nikkei-voice/"] {
  color: #439B8D;
  background-color: #fff;
  border: 2px solid #439B8D;
}
.voice-template-default .smb-taxonomy-terms__list a[href*="/community-voice/"] {
  color: #439B8D;
  background-color: #F7F5D6;
  border: 2px solid #439B8D;
}
.voice-template-default .student-name {
  font-size: 2rem;
}
.voice-template-default .student-info {
  font-size: 0.88rem;
}
.voice-template-default .changes .h4-before {
  display: table;
  padding: 0.2rem 1rem;
  color: #fff;
  background-color: #666666;
  border-radius: 1rem;
}
.voice-template-default .changes .h4-after {
  display: table;
  padding: 0.2rem 1rem;
  color: #fff;
  background-color: #439B8D;
  border-radius: 1rem;
}
.voice-template-default .changes .before, .voice-template-default .changes .after {
  font-weight: 700;
}
.voice-template-default .changes .arrow-triangle-down::after {
  top: 50%;
  right: -2rem;
  left: auto;
  bottom: auto;
  transform: rotate(-90deg);
  color: #439B8D;
  border-width: 0.8rem 0.8rem;
}
.voice-template-default .voice-interview .wp-block-snow-monkey-blocks-accordion {
  counter-reset: cnt;
}
.voice-template-default .voice-interview .wp-block-snow-monkey-blocks-accordion .wp-block-snow-monkey-blocks-accordion-item {
  --smb-accordion-item--background-color: transparent;
  margin-top: 0;
}
.voice-template-default .voice-interview .wp-block-snow-monkey-blocks-accordion .wp-block-snow-monkey-blocks-accordion-item .smb-accordion__item__title {
  position: relative;
  border-bottom: 1px solid #439B8D;
  padding: 1.5rem 0;
}
.voice-template-default .voice-interview .wp-block-snow-monkey-blocks-accordion .wp-block-snow-monkey-blocks-accordion-item .smb-accordion__item__title::before {
  counter-increment: cnt;
  content: "Q" counter(cnt) " "; /* ← ここが質問の部分 */
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 1.33rem;
  font-weight: 700;
  color: #439d8e;
}
.voice-template-default .voice-interview .wp-block-snow-monkey-blocks-accordion .wp-block-snow-monkey-blocks-accordion-item .smb-accordion__item__title .smb-accordion__item__title__label {
  margin-left: 3rem;
}
.voice-template-default .voice-interview .smb-accordion__item__title {
  font-size: 1.33rem;
}
@media screen and (max-width: 639px) {
  .voice-template-default .student-name {
    font-size: 1.5rem;
  }
  .voice-template-default .changes .arrow-triangle-down::after {
    top: auto;
    right: auto;
    left: 50%;
    bottom: -1rem;
    transform: translateX(-50%) rotate(0);
  }
  .voice-template-default .smb-accordion__item__title {
    font-size: 1rem !important;
  }
  .voice-template-default .smb-accordion__item__title::before {
    font-size: 1rem !important;
  }
  .voice-template-default .smb-accordion__item__body {
    padding: 1rem;
  }
}

.news-template-default .l-contents__inner, .event-template-default .l-contents__inner {
  padding-top: 0;
}
.news-template-default header .l-title-top-widget-area, .event-template-default header .l-title-top-widget-area {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
}
.news-template-default header .l-title-top-widget-area h2, .event-template-default header .l-title-top-widget-area h2 {
  font-size: 1.6rem;
  position: relative;
}
.news-template-default header .l-title-top-widget-area h2::before, .event-template-default header .l-title-top-widget-area h2::before {
  content: none;
}
.news-template-default header .l-title-top-widget-area h2::after, .event-template-default header .l-title-top-widget-area h2::after {
  content: "お知らせ";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  height: inherit;
  width: 100vw;
  margin-left: 0;
}
.news-template-default header .c-entry__title, .event-template-default header .c-entry__title {
  font-size: 1.6rem;
}
.news-template-default .c-meta__item--modified, .event-template-default .c-meta__item--modified, .news-template-default .c-meta__item--author, .event-template-default .c-meta__item--author, .news-template-default .c-meta__item--categories, .event-template-default .c-meta__item--categories {
  display: none;
}
.news-template-default .c-prev-next-nav, .event-template-default .c-prev-next-nav {
  display: none;
}
.news-template-default .p-breadcrumbs-wrapper, .event-template-default .p-breadcrumbs-wrapper {
  margin-bottom: 2rem;
}
@media screen and (max-width: 639px) {
  .news-template-default header .c-entry__title, .event-template-default header .c-entry__title {
    font-size: 1.3rem;
  }
}

.event-template-default header h2::after {
  content: "セミナー・イベント情報" !important;
}

.snow-monkey-form .contact-privacy {
  max-height: 270px;
  overflow-y: auto;
}
.snow-monkey-form .contact-agree {
  display: flex;
}/*# sourceMappingURL=style.css.map */