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

.section-title {
  display: flex;
  flex-direction: column;
}

.section-title-left {
  align-items: flex-start;
  text-align: left;
  position: relative;
}
@media (max-width: 768px) {
  .section-title-left {
    align-items: center;
    text-align: center;
    margin-bottom: 32px;
    position: relative;
    overflow: visible;
  }
}

.section-title-center {
  align-items: center;
  text-align: center;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .section-title-center {
    margin-bottom: 32px;
  }
}

.section-title-label {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 9.6px;
  color: #119dd4;
  display: block;
  margin-bottom: 16px;
  text-transform: uppercase;
  padding-left: 9.6px;
}
@media (max-width: 768px) {
  .section-title-label {
    font-size: 14px;
    letter-spacing: 8px;
    padding-left: 8px;
  }
}

.section-title-heading {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: 2.8px;
  color: #283136;
  margin: 0;
}
@media (max-width: 768px) {
  .section-title-heading {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: 2.2px;
  }
}
.section-title-description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 1.6px;
  color: #283136;
  max-width: 900px;
  margin: 32px auto 0;
  text-align: left;
}
@media (max-width: 768px) {
  .section-title-description {
    margin: 16px auto 0;
  }
}

.wave-bottom-secondary {
  position: absolute;
  bottom: 0;
  left: -1px;
  right: -1px;
  width: calc(100% + 4px);
  box-sizing: border-box;
  z-index: 10;
  pointer-events: none;
}

.wave-bottom-secondary-element {
  width: 100%;
  height: auto;
  display: block;
}

.wave-bottom-white {
  position: absolute;
  bottom: 0;
  left: -1px;
  right: -1px;
  width: calc(100% + 4px);
  box-sizing: border-box;
  z-index: 10;
  pointer-events: none;
}

.wave-bottom-white-element {
  width: 100%;
  height: auto;
  display: block;
  filter: brightness(0) saturate(100%) invert(100%);
}

.wave-top-secondary {
  position: absolute;
  top: 0;
  left: -1px;
  right: -1px;
  width: calc(100% + 4px);
  box-sizing: border-box;
  z-index: 10;
  pointer-events: none;
}

.wave-top-secondary-element {
  width: 100%;
  height: auto;
  display: block;
  transform: translateY(-1px);
}

.wave-top-white {
  position: absolute;
  top: 0;
  left: -1px;
  right: -1px;
  width: calc(100% + 4px);
  box-sizing: border-box;
  z-index: 10;
  pointer-events: none;
}

.wave-top-white-element {
  width: 100%;
  height: auto;
  display: block;
  filter: brightness(0) saturate(100%) invert(100%);
  transform: translateY(-1px);
}

.circle-decoration-mv {
  position: absolute;
  width: 400px;
  height: 400px;
  background-image: url("../assets/images/global/circle_top.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
@media (max-width: 768px) {
  .circle-decoration-mv {
    width: 260px;
    height: 260px;
  }
}
@media (max-width: 480px) {
  .circle-decoration-mv {
    width: 160px;
    height: 160px;
  }
}

.circle-decoration-other {
  position: absolute;
  width: 400px;
  height: 400px;
  background-image: url("../assets/images/global/circle.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 768px) {
  .circle-decoration-other {
    width: 260px;
    height: 260px;
  }
}
@media (max-width: 480px) {
  .circle-decoration-other {
    width: 146px;
    height: 146px;
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotate-mv {
  from {
    transform: translateX(calc(-50% + 22.1875vw)) rotate(0deg);
  }
  to {
    transform: translateX(calc(-50% + 22.1875vw)) rotate(360deg);
  }
}
@keyframes rotate-with-position {
  from {
    transform: translateX(var(--translate-x, 0)) rotate(0deg);
  }
  to {
    transform: translateX(var(--translate-x, 0)) rotate(360deg);
  }
}
.circle-decoration-other:nth-child(1) {
  top: 420px;
}
@media (min-width: 769px) {
  .circle-decoration-other:nth-child(1) {
    --translate-x: calc(-50% - 550px);
    left: 50%;
    animation: rotate-with-position 150s linear infinite;
  }
}
@media (max-width: 768px) {
  .circle-decoration-other:nth-child(1) {
    left: -20%;
    animation: rotate 150s linear infinite;
  }
}

.circle-decoration-other:nth-child(2) {
  top: 1120px;
}
@media (min-width: 769px) {
  .circle-decoration-other:nth-child(2) {
    --translate-x: calc(-50% + 550px);
    left: 50%;
    animation: rotate-with-position 150s linear infinite;
  }
}
@media (max-width: 768px) {
  .circle-decoration-other:nth-child(2) {
    right: -20%;
    animation: rotate 150s linear infinite;
  }
}

.circle-decoration-other:nth-child(3) {
  top: 2020px;
}
@media (min-width: 769px) {
  .circle-decoration-other:nth-child(3) {
    --translate-x: calc(-50% - 550px);
    left: 50%;
    animation: rotate-with-position 150s linear infinite;
  }
}
@media (max-width: 768px) {
  .circle-decoration-other:nth-child(3) {
    left: -25%;
    animation: rotate 150s linear infinite;
  }
}

.circle-decoration-other:nth-child(4) {
  top: 3020px;
}
@media (min-width: 769px) {
  .circle-decoration-other:nth-child(4) {
    --translate-x: calc(-50% + 550px);
    left: 50%;
    animation: rotate-with-position 150s linear infinite;
  }
}
@media (max-width: 768px) {
  .circle-decoration-other:nth-child(4) {
    right: -28%;
    animation: rotate 150s linear infinite;
  }
}

.circle-decoration-other:nth-child(5) {
  top: 4020px;
}
@media (min-width: 769px) {
  .circle-decoration-other:nth-child(5) {
    --translate-x: calc(-50% - 550px);
    left: 50%;
    animation: rotate-with-position 150s linear infinite;
  }
}
@media (max-width: 768px) {
  .circle-decoration-other:nth-child(5) {
    left: -22%;
    animation: rotate 150s linear infinite;
  }
}

.circle-decoration-other:nth-child(6) {
  top: 5020px;
}
@media (min-width: 769px) {
  .circle-decoration-other:nth-child(6) {
    --translate-x: calc(-50% + 550px);
    left: 50%;
    animation: rotate-with-position 150s linear infinite;
  }
}
@media (max-width: 768px) {
  .circle-decoration-other:nth-child(6) {
    top: 4120px;
    right: -25%;
    animation: rotate 150s linear infinite;
  }
}

.circle-decoration-other:nth-child(7) {
  top: 6020px;
}
@media (min-width: 769px) {
  .circle-decoration-other:nth-child(7) {
    --translate-x: calc(-50% - 550px);
    left: 50%;
    animation: rotate-with-position 150s linear infinite;
  }
}
@media (max-width: 768px) {
  .circle-decoration-other:nth-child(7) {
    left: -20%;
    animation: rotate 150s linear infinite;
  }
}

.circle-decoration-other:nth-child(8) {
  top: 7020px;
}
@media (min-width: 769px) {
  .circle-decoration-other:nth-child(8) {
    --translate-x: calc(-50% + 550px);
    left: 50%;
    animation: rotate-with-position 150s linear infinite;
  }
}
@media (max-width: 768px) {
  .circle-decoration-other:nth-child(8) {
    right: -23%;
    animation: rotate 150s linear infinite;
  }
}

.circle-decoration-other:nth-child(9) {
  top: 8020px;
}
@media (min-width: 769px) {
  .circle-decoration-other:nth-child(9) {
    --translate-x: calc(-50% - 550px);
    left: 50%;
    animation: rotate-with-position 150s linear infinite;
  }
}
@media (max-width: 768px) {
  .circle-decoration-other:nth-child(9) {
    left: -18%;
    animation: rotate 150s linear infinite;
  }
}

.circle-decoration-other:nth-child(10) {
  top: 9020px;
}
@media (min-width: 769px) {
  .circle-decoration-other:nth-child(10) {
    --translate-x: calc(-50% + 550px);
    left: 50%;
    animation: rotate-with-position 150s linear infinite;
  }
}
@media (max-width: 768px) {
  .circle-decoration-other:nth-child(10) {
    right: -20%;
    animation: rotate 150s linear infinite;
  }
}

.footer {
  background-color: #40616e;
  position: relative;
  overflow: hidden;
  padding-top: 190px;
  padding-bottom: 64px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .footer {
    padding-top: 120px;
  }
}
@media (max-width: 768px) {
  .footer {
    padding-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .footer {
    padding-left: 24px;
  }
}
@media (max-width: 768px) {
  .footer {
    padding-right: 24px;
  }
}
@media (max-width: 768px) {
  .footer {
    padding-bottom: 190px;
  }
}

.footer-container {
  max-width: 1028px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.footer-clinic-card {
  background-color: #ffffff;
  border-radius: 24px;
  padding: 64px;
  margin-bottom: 120px;
  position: relative;
}
@media (max-width: 768px) {
  .footer-clinic-card {
    padding: 32px;
  }
}
@media (max-width: 768px) {
  .footer-clinic-card {
    padding: 32px;
    margin-bottom: 64px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .footer-clinic-card {
    padding: 24px;
  }
}

.footer-clinic-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 768px) {
  .footer-clinic-info {
    grid-template-columns: 1fr;
    gap: 32px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
}

.footer-clinic-left {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .footer-clinic-left {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
  }
}

.footer-clinic-specialty {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 1.4px;
  color: #283136;
  margin-bottom: 12px;
}

.footer-clinic-name {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.footer-clinic-logo {
  width: 242px;
  height: auto;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .footer-clinic-logo {
    width: 200px;
  }
}

.footer-clinic-logo-element {
  width: 100%;
  height: auto;
}

.footer-clinic-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 2.4px;
  color: #283136;
}
@media (max-width: 768px) {
  .footer-clinic-text {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 2px;
  }
}

.footer-clinic-address {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 2.8px;
  color: #283136;
  margin-bottom: 32px;
}

.footer-hours-table {
  border-radius: 12px;
  background-color: #f2f4f7;
  overflow: hidden;
  padding: 8px 32px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .footer-hours-table {
    width: 464px;
  }
}
@media (max-width: 768px) {
  .footer-hours-table {
    padding: 8px 2px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: auto;
  }
}

.footer-hours-table .table-row {
  display: flex;
}

.footer-hours-table .header-row .table-cell {
  padding: 16px 0px;
  background-color: #f2f4f7;
  border-bottom: 0.5px solid rgba(40, 49, 54, 0.5);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 2.8px;
  color: #283136;
}
@media (max-width: 768px) {
  .footer-hours-table .header-row .table-cell {
    padding: 12px 1px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 10px;
    font-weight: 300;
    line-height: 10px;
    letter-spacing: 0px;
  }
}

.footer-hours-table .time-header {
  flex: 0 0 120px;
  text-align: center;
}
@media (max-width: 768px) {
  .footer-hours-table .time-header {
    flex: 0 0 70px;
  }
}

.footer-hours-table .day-header {
  flex: 1;
  min-width: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .footer-hours-table .day-header {
    min-width: 20px;
    flex: 1;
  }
}

.footer-hours-table .time-row .table-cell {
  padding: 16px 0px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .footer-hours-table .time-row .table-cell {
    padding: 12px 1px;
  }
}

.footer-hours-table .time-cell {
  flex: 0 0 120px;
  flex-direction: column;
  gap: 4px;
  text-align: center;
}
@media (max-width: 768px) {
  .footer-hours-table .time-cell {
    flex: 0 0 70px;
  }
}

.footer-hours-table .time-text {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 19.6px;
  letter-spacing: 1.4px;
  color: #283136;
}
@media (max-width: 768px) {
  .footer-hours-table .time-text {
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0px;
  }
}

.footer-hours-table .day-cell {
  flex: 1;
  min-width: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 2.8px;
  color: #119dd4;
  white-space: nowrap;
  text-align: center;
}
@media (max-width: 768px) {
  .footer-hours-table .day-cell {
    min-width: 20px;
    flex: 1;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0px;
  }
}

.footer-hours-table .day-cell.closed {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.8px;
}
@media (max-width: 768px) {
  .footer-hours-table .day-cell.closed {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
  }
}

.footer-hours-table .day-cell.open {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 2.8px;
}
@media (max-width: 768px) {
  .footer-hours-table .day-cell.open {
    font-size: 10px;
    line-height: 20px;
    letter-spacing: 0px;
  }
}

.footer-clinic-notes {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0.6px;
  color: #535a5e;
}

.footer-clinic-notes-text {
  margin: 0 0 4px 0;
}

.footer-clinic-notes-text:last-child {
  margin-bottom: 0;
}

.footer-clinic-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 768px) {
  .footer-clinic-right {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
  }
}

.footer-map {
  width: 100%;
  height: 360px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .footer-map {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }
}

.footer-map-element {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .footer-map-element {
    height: auto;
    object-fit: contain;
  }
}

.footer-map-link {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 100%;
}
.footer-map-link .arrow-icon-right {
  width: 62px;
  height: 62px;
  min-width: 62px;
  min-height: 62px;
  background-color: #e8eff7;
  border-radius: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.footer-map-link .arrow-icon-right .arrow-icon {
  width: 12px;
  height: 12px;
  background-image: url("../assets/images/global/ico_chevron-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.3s ease;
  filter: brightness(0) saturate(100%) invert(15%) sepia(16%) saturate(714%) hue-rotate(162deg) brightness(98%) contrast(94%);
}
.footer-map-link span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.8px;
  color: #283136;
  flex: 1;
  min-width: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  line-height: 1.5;
  text-align: left;
}
@media (max-width: 768px) {
  .footer-map-link span {
    letter-spacing: 1.4px;
    text-align: left;
  }
}
.footer-map-link:hover .arrow-icon-right {
  background-color: #119dd4;
  transform: scale(1.05);
}
.footer-map-link:hover .arrow-icon-right .arrow-icon {
  transform: translateX(2px);
  filter: brightness(0) saturate(100%) invert(100%);
}

.footer-access-info {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 1.4px;
  color: #283136;
}

.footer-access-info-text {
  margin: 0 0 4px 0;
}

.footer-access-info-text:last-child {
  margin-bottom: 0;
}

.footer-parking-info {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0.6px;
  color: #535a5e;
}

.footer-parking-info-text {
  margin: 0 0 4px 0;
}

.footer-parking-info-text:last-child {
  margin-bottom: 0;
}

.footer-nav {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .footer-nav {
    margin-bottom: 64px;
  }
}

.footer-nav-wrapper {
  display: flex;
  justify-content: center;
  gap: 60px;
  width: 100%;
}
@media (max-width: 768px) {
  .footer-nav-wrapper {
    flex-direction: column;
    gap: 24px;
  }
}

.footer-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 260px;
}
@media (max-width: 768px) {
  .footer-nav-list {
    width: 100%;
  }
}

.footer-nav-item {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .footer-nav-item {
    margin-bottom: 24px;
  }
}

.footer-nav-item:last-child {
  margin-bottom: 0;
}

.footer-nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  transition: all 0.2s ease;
  width: 100%;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 0.8px;
  color: #283136;
  color: #ffffff;
}
.footer-nav-link::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #119dd4;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 16px;
}
@media (max-width: 768px) {
  .footer-nav-link::before {
    margin-right: 12px;
  }
}
.footer-nav-link::after {
  content: "";
  width: 13px;
  height: 12px;
  background-image: url("../assets/images/global/ico_chevron-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  transition: transform 0.2s ease;
  margin-left: auto;
}
@media (max-width: 768px) {
  .footer-nav-link::after {
    width: 11px;
    height: 10px;
  }
}
.footer-nav-link:hover {
  font-weight: 600;
  color: #119dd4;
}
.footer-nav-link:hover::after {
  transform: translateX(2px);
}

.footer-nav-link:hover,
.footer-nav-link:active,
.footer-nav-link:focus,
.footer-nav-link:visited {
  color: #ffffff;
}

.footer-nav-link::before {
  display: none;
}

.footer-nav-link::after {
  filter: brightness(0) saturate(100%) invert(100%);
}

.footer-nav-heading {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .footer-nav-heading {
    margin-bottom: 24px;
  }
}

.footer-nav-heading-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 0.8px;
  color: #ffffff;
  text-decoration: none;
  cursor: default;
  padding: 0;
  margin: 0;
  display: block;
}

.footer-nav-item-sub .footer-nav-link {
  padding-left: 1em;
}

@media (max-width: 768px) {
  .footer-nav-list-col1 {
    order: 1;
  }
  .footer-nav-list-col2 {
    order: 2;
  }
  .footer-nav-list-col3 {
    order: 3;
  }
}
.footer-partner {
  text-align: center;
}

.footer-partner-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 2px;
  color: #ffffff;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .footer-partner-title {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 1.8px;
  }
}

.footer-partner-banner {
  display: inline-block;
  max-width: 640px;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.footer-partner-banner:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(40, 49, 54, 0.2);
}

.footer-partner-banner-element {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.footer-partner-banner:hover .footer-partner-banner-element {
  transform: scale(1.02);
}

.footer-wave-top {
  position: absolute;
  top: 0;
  left: -1px;
  right: -1px;
  width: calc(100% + 4px);
  box-sizing: border-box;
  z-index: 1;
}

.footer-wave-top-element {
  width: 100%;
  height: auto;
  display: block;
  filter: var(--footer-wave-filter, none);
  transform: translateY(-1px);
}

.footer-wave-white {
  --footer-wave-filter: brightness(0) saturate(100%) invert(100%);
}

.footer-wave-primary {
  --footer-wave-filter: none;
}

.footer-wave-secondary {
  --footer-wave-filter: brightness(0) saturate(100%) invert(89%) sepia(17%) saturate(390%) hue-rotate(179deg) brightness(97%) contrast(94%);
}

body.menu-modal-open {
  overflow: hidden !important;
  height: 100vh;
  position: fixed;
  width: 100%;
}

.menu-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  overflow: hidden;
}

.menu-modal.active {
  visibility: visible;
  opacity: 1;
}

.menu-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.menu-modal-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f2f4f7;
  padding: 40px 80px 60px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .menu-modal-content {
    padding: 30px 24px 40px;
  }
}

.menu-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .menu-modal-header {
    margin-bottom: 30px;
  }
}

.menu-modal-logo {
  display: flex;
  align-items: center;
}

.menu-modal-logo-img {
  height: 48px;
  width: auto;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
@media (max-width: 768px) {
  .menu-modal-logo-img {
    height: 40px;
  }
}

.menu-modal-close {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  color: #283136;
  transition: all 0.3s ease;
}

.menu-modal-close:hover {
  opacity: 0.7;
  transform: scale(1.05);
}

.close-icon {
  position: relative;
  width: 30px;
  height: 30px;
}

.close-icon::before,
.close-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 30px;
  background-color: #283136;
  transform-origin: center;
}

.close-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.close-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 768px) {
  .close-icon {
    width: 24px;
    height: 24px;
  }
  .close-icon::before,
  .close-icon::after {
    height: 24px;
  }
}
.close-text {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .close-text {
    font-size: 10px;
  }
}

.menu-modal-nav {
  max-width: 1000px;
  margin: 0 auto;
  flex: 1;
  display: flex;
  align-items: flex-start;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 140px);
  -webkit-overflow-scrolling: touch;
  padding: 0 12px;
}
@media (max-width: 768px) {
  .menu-modal-nav {
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 0 8px;
    max-height: calc(100vh - 110px);
    overflow-y: scroll;
    box-sizing: border-box;
  }
}

.menu-modal-nav-wrapper {
  display: flex;
  justify-content: center;
  gap: 60px;
  width: 100%;
}
@media (max-width: 768px) {
  .menu-modal-nav-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}

.menu-modal-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 260px;
}
@media (max-width: 768px) {
  .menu-modal-nav-list {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .menu-modal-nav-list-col1 {
    order: 1;
  }
  .menu-modal-nav-list-col2 {
    order: 2;
  }
  .menu-modal-nav-list-col3 {
    order: 3;
  }
}
.menu-modal-nav-item {
  border-bottom: 1px solid rgba(40, 49, 54, 0.1);
}

@media (min-width: 769px) {
  .menu-modal-nav-list-col1 .menu-modal-nav-item:last-child,
  .menu-modal-nav-list-col2 .menu-modal-nav-item:last-child,
  .menu-modal-nav-list-col3 .menu-modal-nav-item:last-child {
    border-bottom: none;
  }
}
@media (max-width: 768px) {
  .menu-modal-nav-list-col3 .menu-modal-nav-item:last-child {
    border-bottom: none;
  }
}
.menu-modal-nav-heading-content {
  display: flex;
  align-items: center;
  padding: 20px 0;
}

@media (max-width: 768px) {
  .menu-modal-nav-heading-content {
    padding: 16px 0;
  }
}
.menu-modal-nav-heading .menu-modal-nav-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.9px;
  color: #283136;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .menu-modal-nav-heading .menu-modal-nav-text {
    font-size: 16px;
    letter-spacing: 0.8px;
    white-space: normal;
  }
}
.menu-modal-nav-item-sub {
  padding-left: 1em;
}
@media (max-width: 768px) {
  .menu-modal-nav-item-sub {
    padding-left: 1em;
  }
}

.menu-modal-nav-link {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 20px 0;
  text-decoration: none;
  color: #283136;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .menu-modal-nav-link {
    padding: 16px 0;
    gap: 16px;
  }
}
.menu-modal-nav-link:hover {
  color: #119dd4;
  transform: translateX(6px);
}

.menu-modal-nav-link:hover .menu-modal-nav-arrow {
  transform: translateX(4px);
}

.menu-modal-nav-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.9px;
  flex: 1;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .menu-modal-nav-text {
    font-size: 16px;
    letter-spacing: 0.8px;
    white-space: normal;
  }
}

.menu-modal-nav-arrow {
  width: 12px;
  height: 12px;
  background-image: url("../assets/images/global/ico_chevron-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .menu-modal-nav-arrow {
    width: 10px;
    height: 10px;
  }
}

.menu-modal.active .menu-modal-content {
  animation: slideInFromTop 0.4s ease-out;
}

@keyframes slideInFromTop {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.menu-modal.active .menu-modal-nav-item {
  animation: slideInFromLeft 0.5s ease-out;
}

.menu-modal.active .menu-modal-nav-list-col1 .menu-modal-nav-item:nth-child(1) {
  animation-delay: 0.1s;
}

.menu-modal.active .menu-modal-nav-list-col1 .menu-modal-nav-item:nth-child(2) {
  animation-delay: 0.2s;
}

.menu-modal.active .menu-modal-nav-list-col1 .menu-modal-nav-item:nth-child(3) {
  animation-delay: 0.3s;
}

.menu-modal.active .menu-modal-nav-list-col1 .menu-modal-nav-item:nth-child(4) {
  animation-delay: 0.4s;
}

.menu-modal.active .menu-modal-nav-list-col2 .menu-modal-nav-item:nth-child(1) {
  animation-delay: 0.15s;
}

.menu-modal.active .menu-modal-nav-list-col2 .menu-modal-nav-item:nth-child(2) {
  animation-delay: 0.25s;
}

.menu-modal.active .menu-modal-nav-list-col2 .menu-modal-nav-item:nth-child(3) {
  animation-delay: 0.35s;
}

.menu-modal.active .menu-modal-nav-list-col2 .menu-modal-nav-item:nth-child(3) {
  animation-delay: 0.45s;
}

.menu-modal.active .menu-modal-nav-list-col3 .menu-modal-nav-item:nth-child(1) {
  animation-delay: 0.2s;
}

.menu-modal.active .menu-modal-nav-list-col3 .menu-modal-nav-item:nth-child(2) {
  animation-delay: 0.3s;
}

.menu-modal.active .menu-modal-nav-list-col3 .menu-modal-nav-item:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes slideInFromLeft {
  from {
    transform: translateX(-30px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.menu-nav {
  position: fixed;
  top: -25px;
  right: -25px;
  z-index: 1000;
}
@media (max-width: 768px) {
  .menu-nav {
    top: -15px;
    right: -15px;
  }
}

.menu-button {
  width: 140px;
  height: 140px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #ffffff;
  border-radius: 50%;
  backdrop-filter: blur(44px);
  -webkit-backdrop-filter: blur(44px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  cursor: pointer;
  transition: all 0.3s ease-out;
  padding-top: 24px;
}
@media (max-width: 768px) {
  .menu-button {
    width: 88px;
    height: 88px;
    padding-top: 18px;
  }
}

.menu-button:hover {
  transform: scale(1.05);
  background: rgba(255, 255, 255, 0.95);
}

.menu-icon {
  width: 60px;
  height: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 8px;
  position: relative;
}
@media (max-width: 768px) {
  .menu-icon {
    width: 35px;
    height: 16px;
    margin-bottom: 4px;
  }
}

.menu-line {
  height: 1px;
  background-color: #283136;
  transition: all 0.3s ease;
  display: block;
}

.menu-line-1,
.menu-line-2,
.menu-line-3 {
  width: 100%;
}

.menu-line-3 {
  width: 41px;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .menu-line-3 {
    width: 24px;
    margin-left: 6px;
  }
}

.menu-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 2.8px;
  color: #283136;
}
@media (max-width: 768px) {
  .menu-text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0px;
    font-size: 10px;
    letter-spacing: 2px;
  }
}

.sub-page-mv {
  position: relative;
  width: 100vw;
  height: 400px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .sub-page-mv {
    height: 240px;
  }
}

.sub-page-mv .logo {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 10;
}
@media (max-width: 768px) {
  .sub-page-mv .logo {
    top: 20px;
    left: 20px;
  }
}

@media (max-width: 768px) {
  .logo-img {
    height: 80px;
    width: auto;
  }
}

.sub-mv-background-decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.sub-mv-gradient-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sub-mv-section {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .sub-mv-section {
    padding-left: 16px;
  }
}
@media (max-width: 768px) {
  .sub-mv-section {
    padding-right: 16px;
  }
}
@media (max-width: 768px) {
  .sub-mv-section {
    height: 240px;
    padding-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
    overflow: hidden;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .sub-mv-section {
    padding-left: 12px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .sub-mv-section {
    padding-right: 12px;
  }
}

.sub-mv-content {
  text-align: center;
  max-width: 900px;
  width: 100%;
  color: #ffffff;
}
@media (max-width: 768px) {
  .sub-mv-content {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }
}

.sub-mv-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 0.8px;
  font-family: "M PLUS 1p", sans-serif;
  letter-spacing: 6.4px;
  color: #ffffff;
  margin: 0;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .sub-mv-label {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: 0.8px;
    font-family: "M PLUS 1p", sans-serif;
    letter-spacing: 5.6px;
    margin-bottom: 0;
  }
}

.sub-mv-heading {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: 2.8px;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
}
@media (max-width: 768px) {
  .sub-mv-heading {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: 2.2px;
  }
}

.sub-page-mv .mv-circle-decoration {
  position: absolute;
  left: 57%;
  bottom: -240px;
  z-index: 4;
  animation: rotate-mv 150s linear infinite;
}
@media (max-width: 768px) {
  .sub-page-mv .mv-circle-decoration {
    bottom: -160px;
    left: 55%;
    animation: rotate-mv 150s linear infinite;
  }
}
@media (max-width: 480px) {
  .sub-page-mv .mv-circle-decoration {
    bottom: -100px;
    left: 50%;
    animation: rotate-mv 150s linear infinite;
  }
}

.breadcrumb-section {
  position: relative;
  width: 100%;
  background-color: #f2f4f7;
  padding: 16px 24px 0;
  display: flex;
  justify-content: center;
}

.breadcrumb-container {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.breadcrumb {
  display: flex;
  align-items: center;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  flex-wrap: nowrap;
  gap: 0;
}

.breadcrumb-item {
  display: flex;
  align-items: center;
  gap: 0;
  flex: 0 0 auto;
}

.breadcrumb-link {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 2.8px;
  color: #119dd4;
  text-decoration: underline;
  text-decoration-color: #119dd4;
  text-underline-position: from-font;
  white-space: nowrap;
  transition: all 0.3s ease;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .breadcrumb-link {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 2.8px;
  }
}

.breadcrumb-link:hover {
  color: #283136;
  text-decoration-color: #283136;
}

.breadcrumb-separator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin: 0;
  flex: 0 0 auto;
}

.breadcrumb-separator-icon {
  width: 24px;
  height: 24px;
  flex: none;
  filter: brightness(0) saturate(100%) invert(15%) sepia(16%) saturate(714%) hue-rotate(162deg) brightness(98%) contrast(94%);
}

.breadcrumb-current {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 2.8px;
  color: #283136;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .breadcrumb-current {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 2.8px;
  }
}

.quick-links-container {
  position: fixed;
  right: 0;
  bottom: 24px;
  z-index: 1000;
}
@media (max-width: 768px) {
  .quick-links-container {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 8px;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    border-radius: 0;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
  }
}

.quick-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 768px) {
  .quick-links {
    flex-direction: row;
    gap: 8px;
    justify-content: center;
    align-items: stretch;
    height: 56px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .quick-link-line {
    order: 3;
  }
  .quick-link-contact {
    order: 2;
  }
  .quick-link-access {
    order: 1;
  }
}
.quick-link-item {
  display: flex;
  align-items: center;
  text-decoration: none;
  border-radius: 999px 24px 24px 999px;
  box-shadow: 0px 4px 14px 0px rgba(64, 97, 110, 0.15);
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (max-width: 768px) {
  .quick-link-item {
    border-radius: 6px;
    box-shadow: 0px 2px 8px rgba(64, 97, 110, 0.3);
  }
}
.quick-link-item:hover {
  transform: translateY(-2px);
  box-shadow: 0px 6px 20px 0px rgba(64, 97, 110, 0.25);
}
@media (max-width: 768px) {
  .quick-link-item:hover {
    transform: none;
    box-shadow: 0px 2px 8px rgba(64, 97, 110, 0.1);
  }
}

.quick-link-line {
  background-color: #06c755;
  color: #ffffff;
  width: 210px;
  padding: 8px 8px 8px 16px;
  gap: 10px;
}
@media (max-width: 768px) and (min-width: 481px) {
  .quick-link-line {
    flex: 2;
    padding: 8px;
    gap: 4px;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 480px) {
  .quick-link-line {
    width: auto;
    padding: 8px;
    gap: 4px;
  }
}
.quick-link-line .quick-link-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
}
@media (max-width: 768px) {
  .quick-link-line .quick-link-icon {
    width: 40px;
    height: 40px;
  }
}
.quick-link-line .quick-link-icon-element {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.quick-link-line .quick-link-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.8px;
}
@media (max-width: 768px) {
  .quick-link-line .quick-link-title {
    font-size: clamp(10px, 3vw, 14px);
    letter-spacing: clamp(0.2px, 0.5vw, 0.7px);
    line-height: 1.2;
  }
}
.quick-link-line .quick-link-subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.6px;
}
@media (max-width: 768px) {
  .quick-link-line .quick-link-subtitle {
    font-size: clamp(8px, 2.5vw, 10px);
    letter-spacing: clamp(0.1px, 0.3vw, 0.5px);
    line-height: 1.1;
  }
}

.quick-link-contact {
  background-color: #ffffff;
  color: #283136;
  width: 210px;
  padding: 8px 8px 8px 28px;
  gap: 16px;
}
@media (max-width: 768px) and (min-width: 481px) {
  .quick-link-contact {
    flex: 1;
    padding: 8px;
    gap: 4px;
    flex-direction: row;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 480px) {
  .quick-link-contact {
    flex: 1;
    padding: 8px;
    gap: 4px;
    flex-direction: row;
    height: 100%;
    align-items: center;
  }
}
.quick-link-contact .quick-link-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
@media (max-width: 768px) {
  .quick-link-contact .quick-link-icon {
    width: 20px;
    height: 20px;
  }
}
.quick-link-contact .quick-link-icon-element {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.quick-link-contact .quick-link-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.7px;
}
@media (max-width: 768px) and (min-width: 481px) {
  .quick-link-contact .quick-link-title {
    font-size: clamp(9px, 2.5vw, 12px);
    letter-spacing: clamp(0.1px, 0.3vw, 0.5px);
    text-align: center;
    line-height: 1.2;
  }
}
@media (max-width: 480px) {
  .quick-link-contact .quick-link-title {
    font-size: clamp(9px, 2.5vw, 12px);
    letter-spacing: clamp(0.1px, 0.3vw, 0.5px);
    text-align: left;
    line-height: 1.2;
  }
}

.quick-link-access {
  background-color: #ffffff;
  color: #283136;
  width: 210px;
  padding: 8px 8px 8px 28px;
  gap: 16px;
}
@media (max-width: 768px) and (min-width: 481px) {
  .quick-link-access {
    flex: 1;
    padding: 8px;
    gap: 4px;
    flex-direction: row;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 480px) {
  .quick-link-access {
    flex: 1;
    padding: 8px;
    gap: 4px;
    flex-direction: row;
    height: 100%;
    align-items: center;
  }
}
.quick-link-access .quick-link-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
@media (max-width: 768px) {
  .quick-link-access .quick-link-icon {
    width: 20px;
    height: 20px;
  }
}
.quick-link-access .quick-link-icon-element {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.quick-link-access .quick-link-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.7px;
}
@media (max-width: 768px) and (min-width: 481px) {
  .quick-link-access .quick-link-title {
    font-size: clamp(9px, 2.5vw, 12px);
    letter-spacing: clamp(0.1px, 0.3vw, 0.5px);
    text-align: center;
    line-height: 1.2;
  }
}
@media (max-width: 480px) {
  .quick-link-access .quick-link-title {
    font-size: clamp(9px, 2.5vw, 12px);
    letter-spacing: clamp(0.1px, 0.3vw, 0.5px);
    text-align: left;
    line-height: 1.2;
  }
}

.quick-link-title-pc {
  display: inline;
}
@media (max-width: 768px) {
  .quick-link-title-pc {
    display: none;
  }
}

.quick-link-title-sp {
  display: none;
}
@media (max-width: 768px) {
  .quick-link-title-sp {
    display: inline;
  }
}

.partners-section {
  position: relative;
  background-color: #ffffff;
  padding-top: 120px;
  padding-bottom: 190px;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 768px) {
  .partners-section {
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  .partners-section {
    padding-bottom: 120px;
  }
}
@media (max-width: 768px) {
  .partners-section {
    padding-left: 16px;
  }
}
@media (max-width: 768px) {
  .partners-section {
    padding-right: 16px;
  }
}
@media (max-width: 768px) {
  .partners-section {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.partners-section .container {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

.partners-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 2px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .partners-title {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 1.8px;
  }
}

.partners-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 0.8px;
}

.partners-list {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (max-width: 768px) {
  .partners-list {
    gap: 48px;
  }
}

.partners-item {
  display: flex;
  gap: 24px;
}
@media (max-width: 768px) {
  .partners-item {
    flex-direction: column;
    gap: 16px;
  }
}

.partners-image {
  width: 160px;
  height: 120px;
  border-radius: 24px;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .partners-image {
    width: 100%;
    height: 200px;
  }
}

.partners-image-element {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.partners-content {
  flex: 1;
}

.partners-link {
  text-decoration: underline;
  color: #283136;
}
@media (max-width: 768px) {
  .partners-link {
    word-break: break-all;
  }
}

.partners-link-element {
  color: #283136;
}

.abstract-items {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}

.abstract-item {
  position: absolute;
  max-width: 1127px;
  z-index: 0;
}

.abstract-item:nth-child(1) {
  top: 20px;
  left: 50%;
  transform: translateX(calc(-50% + 120px));
  width: 100%;
}
@media (max-width: 768px) {
  .abstract-item:nth-child(1) {
    left: 25%;
  }
}

.abstract-item:nth-child(2) {
  top: 450px;
  width: 100%;
}
@media (min-width: 769px) {
  .abstract-item:nth-child(2) {
    left: 50%;
    transform: translateX(calc(-50% - 450px)) rotate(-195deg) scale(0.5);
  }
}
@media (max-width: 768px) {
  .abstract-item:nth-child(2) {
    top: 1200px;
    transform: rotate(-195deg) scale(1);
    left: -5%;
  }
}

.abstract-item:nth-child(3) {
  top: 1200px;
  width: 100%;
}
@media (min-width: 769px) {
  .abstract-item:nth-child(3) {
    left: 50%;
    transform: translateX(calc(-50% + 450px)) rotate(60deg) scale(0.55);
  }
}
@media (max-width: 768px) {
  .abstract-item:nth-child(3) {
    top: 1900px;
    right: -10%;
    transform: rotate(90deg) scale(1);
  }
}

.abstract-item:nth-child(4) {
  top: 2050px;
  width: 100%;
}
@media (min-width: 769px) {
  .abstract-item:nth-child(4) {
    left: 50%;
    transform: translateX(calc(-50% - 450px)) rotate(-195deg) scale(0.5);
  }
}
@media (max-width: 768px) {
  .abstract-item:nth-child(4) {
    top: 2800px;
    transform: rotate(-195deg) scale(1);
    left: -15%;
  }
}

.abstract-item:nth-child(5) {
  top: 2800px;
  width: 100%;
}
@media (min-width: 769px) {
  .abstract-item:nth-child(5) {
    left: 50%;
    transform: translateX(calc(-50% + 450px)) rotate(60deg) scale(0.55);
  }
}
@media (max-width: 768px) {
  .abstract-item:nth-child(5) {
    top: 3500px;
    right: -15%;
    transform: rotate(90deg) scale(1);
  }
}

.abstract-item:nth-child(6) {
  top: 3800px;
  width: 100%;
}
@media (min-width: 769px) {
  .abstract-item:nth-child(6) {
    left: 50%;
    transform: translateX(calc(-50% - 450px)) rotate(-195deg) scale(0.5);
  }
}
@media (max-width: 768px) {
  .abstract-item:nth-child(6) {
    top: 4200px;
    transform: rotate(-195deg) scale(1);
    left: -18%;
  }
}

.abstract-item:nth-child(7) {
  top: 4700px;
  width: 100%;
}
@media (min-width: 769px) {
  .abstract-item:nth-child(7) {
    left: 50%;
    transform: translateX(calc(-50% + 450px)) rotate(60deg) scale(0.55);
  }
}
@media (max-width: 768px) {
  .abstract-item:nth-child(7) {
    top: 4900px;
    right: -20%;
    transform: rotate(90deg) scale(1);
  }
}

.abstract-item:nth-child(8) {
  top: 5400px;
  width: 100%;
}
@media (min-width: 769px) {
  .abstract-item:nth-child(8) {
    left: 50%;
    transform: translateX(calc(-50% - 450px)) rotate(-195deg) scale(0.5);
  }
}
@media (max-width: 768px) {
  .abstract-item:nth-child(8) {
    top: 5600px;
    transform: rotate(-195deg) scale(1);
    left: -12%;
  }
}

.abstract-item:nth-child(9) {
  top: 6100px;
  width: 100%;
}
@media (min-width: 769px) {
  .abstract-item:nth-child(9) {
    left: 50%;
    transform: translateX(calc(-50% + 450px)) rotate(60deg) scale(0.55);
  }
}
@media (max-width: 768px) {
  .abstract-item:nth-child(9) {
    top: 6300px;
    right: -18%;
    transform: rotate(90deg) scale(1);
  }
}

.abstract-item:nth-child(10) {
  top: 7000px;
  width: 100%;
}
@media (min-width: 769px) {
  .abstract-item:nth-child(10) {
    left: 50%;
    transform: translateX(calc(-50% - 650px)) rotate(-195deg) scale(0.5);
  }
}
@media (max-width: 768px) {
  .abstract-item:nth-child(10) {
    top: 7000px;
    transform: rotate(-195deg) scale(1);
    left: -15%;
  }
}

.abstract-item-element {
  width: 100%;
  height: auto;
  display: block;
}

.internal-services-section {
  position: relative;
  background-color: #f2f4f7;
  padding-top: 120px;
  padding-bottom: 190px;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 768px) {
  .internal-services-section {
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  .internal-services-section {
    padding-bottom: 120px;
  }
}
@media (max-width: 768px) {
  .internal-services-section {
    padding-left: 16px;
  }
}
@media (max-width: 768px) {
  .internal-services-section {
    padding-right: 16px;
  }
}
@media (max-width: 768px) {
  .internal-services-section {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.internal-services-section .container {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

.internal-services-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 0.8px;
}

.internal-common-section {
  position: relative;
  background-color: #ffffff;
  padding-top: 120px;
  padding-bottom: 190px;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 768px) {
  .internal-common-section {
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  .internal-common-section {
    padding-bottom: 120px;
  }
}
@media (max-width: 768px) {
  .internal-common-section {
    padding-left: 16px;
  }
}
@media (max-width: 768px) {
  .internal-common-section {
    padding-right: 16px;
  }
}
@media (max-width: 768px) {
  .internal-common-section {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.internal-common-section .container {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.internal-common-section .section-title {
  position: relative;
}
.internal-common-section .section-title:before {
  content: "COMMON";
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "M PLUS 1p", sans-serif;
  font-size: 136px;
  font-weight: 900;
  color: rgba(242, 244, 247, 0.5);
  z-index: -1;
  white-space: nowrap;
  letter-spacing: 26px;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .internal-common-section .section-title:before {
    font-size: 80px;
  }
}

.internal-common-lists {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 768px) {
  .internal-common-lists {
    gap: 24px;
  }
}

.internal-common-card {
  background-color: #e8eff7;
  border-radius: 24px;
  padding: 40px;
  position: relative;
}
@media (max-width: 768px) {
  .internal-common-card {
    padding: 24px;
  }
}

.internal-common-title-wrapper {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(40, 49, 54, 0.2);
}
@media (max-width: 768px) {
  .internal-common-title-wrapper {
    gap: 16px;
    margin-bottom: 24px;
    padding-bottom: 12px;
  }
}

.internal-common-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 2px;
  color: #283136;
  margin: 0;
  flex: 1;
}
@media (max-width: 768px) {
  .internal-common-title {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 1.8px;
  }
}

.internal-common-title-icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.internal-common-icon-element {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.internal-common-list {
  list-style: none;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .internal-common-list {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .internal-common-list {
    margin-bottom: 24px;
  }
}

.internal-common-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 0.8px;
}

.internal-test-section {
  position: relative;
  background-color: #f2f4f7;
  padding-top: 120px;
  padding-bottom: 190px;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 768px) {
  .internal-test-section {
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  .internal-test-section {
    padding-bottom: 120px;
  }
}
@media (max-width: 768px) {
  .internal-test-section {
    padding-left: 16px;
  }
}
@media (max-width: 768px) {
  .internal-test-section {
    padding-right: 16px;
  }
}
@media (max-width: 768px) {
  .internal-test-section {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.internal-test-section .container {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.internal-test-content {
  background-color: #ffffff;
  padding: 32px;
  border-radius: 24px;
}

.internal-test-card {
  position: relative;
  overflow: auto;
}

.internal-test-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .internal-test-title {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 1.8px;
  }
}

.internal-test-image {
  float: right;
  width: 418px;
  margin-left: 32px;
  margin-bottom: 24px;
  margin-top: 0;
}
@media (max-width: 768px) {
  .internal-test-image {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 24px;
  }
}

.internal-test-image-element {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

.internal-test-step {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.8px;
  margin-bottom: 8px;
}

.internal-test-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 0.8px;
}

.internal-test-list {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}

.internal-test-item {
  position: relative;
  margin-bottom: 32px;
}
.internal-test-item:last-child {
  margin-bottom: 0;
}

.internal-test-card::after {
  content: "";
  display: table;
  clear: both;
}

.internal-test-contentlist {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.internal-detailexam-section {
  position: relative;
  background-color: #ffffff;
  padding-top: 120px;
  padding-bottom: 190px;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 768px) {
  .internal-detailexam-section {
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  .internal-detailexam-section {
    padding-bottom: 120px;
  }
}
@media (max-width: 768px) {
  .internal-detailexam-section {
    padding-left: 16px;
  }
}
@media (max-width: 768px) {
  .internal-detailexam-section {
    padding-right: 16px;
  }
}
@media (max-width: 768px) {
  .internal-detailexam-section {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.internal-detailexam-section .container {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.internal-detailexam-section .section-title {
  position: relative;
}
.internal-detailexam-section .section-title:before {
  content: "DETAILED";
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "M PLUS 1p", sans-serif;
  font-size: 136px;
  font-weight: 900;
  color: rgba(242, 244, 247, 0.5);
  z-index: -1;
  white-space: nowrap;
  letter-spacing: 26px;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .internal-detailexam-section .section-title:before {
    font-size: 80px;
  }
}

.internal-detailexam-content {
  background-color: #f2f4f7;
  padding: 32px;
  border-radius: 24px;
}

.internal-detailexam-card {
  position: relative;
  overflow: auto;
}

.internal-detailexam-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .internal-detailexam-title {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 1.8px;
  }
}

.internal-detailexam-image {
  float: right;
  width: 418px;
  margin-left: 32px;
  margin-bottom: 24px;
  margin-top: 0;
}
@media (max-width: 768px) {
  .internal-detailexam-image {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 24px;
  }
}

.internal-detailexam-image-element {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

.internal-detailexam-step {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.8px;
  margin-bottom: 8px;
}

.internal-detailexam-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 0.8px;
}

.internal-detailexam-list {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}

.internal-detailexam-item {
  position: relative;
  margin-bottom: 32px;
}
.internal-detailexam-item:last-child {
  margin-bottom: 0;
}
.internal-detailexam-item:nth-child(n+3) {
  clear: both;
}

.internal-detailexam-card::after {
  content: "";
  display: table;
  clear: both;
}

.internal-detailexam-contentlist {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.partners-section {
  background-color: #f2f4f7;
}
