@font-face {
  font-family: AvenirNextCondensed-Bold;
  src: url(../font/FontsFree-Net-Avenir-Next-Condensed-Bold.ttf) format("truetype");
}
@font-face {
  font-family: AdobeCleanUX-Bold;
  src: url(../font/AdobeCleanUXBold.ttf) format("truetype");
}
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000;
  box-sizing: border-box;
  margin: 0;
  border: 0;
  font-feature-settings: "palt";
  line-height: 1.4;
  font-size: 16px;
}

* {
  box-sizing: border-box;
}

h1, h2, h3, h4, figure {
  margin: 0;
}

.d-flex {
  display: flex;
}

.flex-reserve {
  flex-direction: row-reverse;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.align-items-center {
  align-items: center;
}

.pc {
  display: flex !important;
}

.pc-block {
  display: block !important;
}

.font-mincho {
  font-family: "Hina Mincho", serif;
}

.sp {
  display: none !important;
}

.sp-block {
  display: none !important;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.justify-content-end {
  justify-content: flex-end;
}

.align-items-baseline {
  align-items: baseline;
}

.text-center {
  text-align: center !important;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.jusify-content-left {
  justify-content: left !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes scaled_x {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
@keyframes scaled_x_reserve {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
@keyframes scaled_x_down {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
.anim {
  opacity: 0;
}
.anim.fadeInUp.is-animated {
  animation: fadeInUp 1s ease-in-out forwards;
}
.anim.fadeInDown.is-animated {
  animation: fadeInDown 0.5s ease-in-out forwards;
}
.anim.fadeIn.is-animated {
  animation: fadeIn 1s ease-in-out forwards;
}
.anim.fadeInLeft.is-animated {
  animation: fadeInLeft 1s ease-in-out forwards;
}
.anim.fadeInRight.is-animated {
  animation: fadeInRight 1s ease-in-out forwards;
}
.anim.scaled_x.is-animated {
  transform-origin: left;
  animation: scaled_x 1s ease-in-out forwards;
}
.anim.scaled_x_reserve.is-animated {
  transform-origin: right;
  animation: scaled_x_reserve 1s ease-in-out forwards;
}
.anim.scaled_x_down.is-animated {
  transform-origin: right;
  animation: scaled_x_down 1s ease-in-out forwards;
}

@media screen and (max-width: 768px) {
  html {
    
  }
  .pc {
    display: none !important;
  }
  .pc-block {
    display: none !important;
  }
  .sp {
    display: flex !important;
  }
  .sp-block {
    display: block !important;
  }
}
header {
  width: 100%;
  height: 105px;
  background: white;
  position: absolute;
  left: 0;
  top: 0;
}
header .top__menu {
  padding: 0 20px 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .top__menu .logo {
  width: 300px;
  display: flex;
}
header .top__menu .up__menu {
  display: flex;
}
header .top__menu .up__menu .p__menu {
  width: 200px;
  height: 50px;
  margin-left: 20px;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(to right, #ff8001 27.23%, #fd8301 45.58%, #f78c04 59.43%, #ec9c0a 71.79%, #deb311 83.23%, #d9bc14 86.69%);
  display: flex;
  justify-content: center;
  align-items: center;
}
header .top__menu .up__menu .p__menu span {
  font-weight: bold;
  font-size: 15px;
  line-height: 27.6px;
  text-align: center;
  color: #fff;
}
header .top__menu .up__menu .p__menu:last-child {
  width: 150px;
  background: linear-gradient(to right, #3783ad 35.29%, #5377a9 50.97%, #9c599f 84.78%, #a9559e 90.22%);
}
header .down__menu {
  margin-top: 15px;
}
header .down__menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .down__menu ul li {
  padding: 0 14px 13px;
}
header .down__menu ul li a {
  font-weight: bold;
  font-size: 16px;
  line-height: 27.6px;
  text-align: center;
  color: #000;
}
header .down__menu ul li a.search {
  width: 22px;
  display: flex;
}
header .down__menu ul li a.search svg {
  width: 100%;
  height: 100%;
}

.frontview {
  width: 100%;
  margin-top: 105px;
  display: flex;
  position: relative;
}
.frontview .scrolldown {
  width: 65px;
  display: flex;
  position: absolute;
  right: 160px;
  bottom: 40px;
}

.video__bg {
  width: 100%;
  height: 100%;
  margin-top: 105px;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
}
.video__bg video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-title {
  display: inline-block;
  position: relative;
}
.section-title .gap01 {
  width: 41px;
  display: flex;
  position: absolute;
  left: -48px;
  top: 0;
}
.section-title .gap02 {
  width: 41px;
  display: flex;
  position: absolute;
  right: -48px;
  top: 0;
}
.section-title .ja__txt {
  font-weight: bold;
  font-size: 28.6px;
  line-height: 35.88px;
  text-align: center;
  color: #fff;
}
.section-title .en__txt {
  font-family: AdobeCleanUX-Bold;
  font-weight: normal;
  font-size: 19.5px;
  line-height: 28.08px;
  margin-top: 3px;
  text-align: center;
  color: #fff;
}

.section-pickup {
  max-width: 1200px;
  width: 95%;
  height: auto;
  margin: auto;
  margin-top: 50px;
  padding: 50px 0;
  border-radius: 10px;
  background: linear-gradient(to right, #eb5f1d 4.41%, #ff8001 96.48%);
  text-align: center;
}
.section-pickup .pick__up {
  width: 100%;
  margin-top: 50px;
  display: flex;
}
.section-pickup .pick__items {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.section-pickup .pick__items .p__item {
  width: 570px;
  height: 258px;
  border-radius: 10px;
  overflow: hidden;
}
.section-pickup .pick__items .p__item:first-child {
  width: 285px;
}
.section-pickup .pick__items .p__item:last-child {
  width: 285px;
}
.section-pickup .pick__thums {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-pickup .pick__thums .p__thum {
  width: 250px;
  margin: 0 10px;
  display: flex;
}

.pick__links {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pick__links .p__link {
  width: 400px;
  height: 70px;
  margin: 0 15px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #eb5f1d;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.pick__links .p__link::after {
  content: "";
  width: 11px;
  height: 6px;
  background: url(../img/2026/dowb_arrow.webp);
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translate(-50%);
}
.pick__links .p__link span {
  font-weight: bold;
  font-size: 18px;
  line-height: 24.7px;
  text-align: center;
  color: #eb5f1d;
}

.detail__content {
  width: 1060px;
  margin: auto;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.detail__content figure {
  margin-top: 15px;
  display: flex;
}
.detail__content .tp01 {
  width: 604px;
  position: relative;
}
.detail__content .tp01 a {
  width: 41%;
  height: 56%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.detail__content .tp02 {
  width: 435px;
  position: relative;
}
.detail__content .tp02 a {
  width: 100%;
  height: 52%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.detail__content .tp03 {
  width: 165px;
}
.detail__content .tp04 {
  width: 234px;
}
.detail__content .tp05 {
  width: 435px;
  display: flex;
  margin-top: 15px;
}
.detail__content .tp06 {
  width: 165px;
}
.detail__content .tp07 {
  width: 266px;
}
.detail__content .tp08 {
  width: 435px;
}
.detail__content .tp09 {
  width: 318px;
}

.pak__contents {
  max-width: 1200px;
  width: 95%;
  margin: auto;
  margin-top: 100px;
}
.pak__contents .p__content {
  width: 100%;
  height: 650px;
  background: url(../img/2026/par_bg01.webp);
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 100px;
  position: relative;
  display: flex;
  justify-content: right;
}
.pak__contents .p__content:nth-child(2) {
  background: url(../img/2026/par_bg02.webp);
  background-size: cover;
  background-position: center;
}
.pak__contents .p__content:nth-child(3) {
  background: url(../img/2026/par_bg03.webp);
  background-size: cover;
  background-position: center;
}
.pak__contents .p__content:nth-child(4) {
  background: url(../img/2026/par_bg04.webp);
  background-size: cover;
  background-position: center;
}
.pak__contents .p__content:nth-child(5) {
  background: url(../img/2026/par_bg05.webp);
  background-size: cover;
  background-position: center;
}
.pak__contents .p__content:nth-child(6) {
  background: url(../img/2026/par_bg06.webp);
  background-size: cover;
  background-position: center;
}
.pak__contents .p__content:nth-child(7) {
  background: url(../img/2026/par_bg07.webp);
  background-size: cover;
  background-position: center;
}
.pak__contents .p__content:nth-child(8) {
  background: url(../img/2026/par_bg08.webp);
  background-size: cover;
  background-position: center;
}
.pak__contents .p__content--steps {
  height: auto;
  min-height: calc(var(--pak-steps, 8) * 100vh);
  background: transparent;
  overflow: visible;
}
.pak__contents .p__content--steps .p__content__sticky {
  position: sticky;
  top: 120px;
  height: 650px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 0;
  display: flex;
  justify-content: right;
  align-items: center;
  transition: background-image 0.5s ease;
}
.pak__contents .p__content--steps .p__item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.45s ease, visibility 0.45s ease;
  pointer-events: none;
  z-index: 1;
}
.pak__contents .p__content--steps .p__item.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 2;
}
.pak__contents .p__content .t__part {
  width: 400px;
  display: flex;
  position: absolute;
  top: 60px;
  left: 40px;
}
.pak__contents .p__content .p__item {
  width: 390px;
  margin-right: 80px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.pak__contents .p__content .p__item .t__txt {
  font-weight: 900;
  font-size: 38px;
  line-height: 70.15px;
  text-align: left;
  color: #fff;
}
.pak__contents .p__content .p__item .c__txt {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
  margin-top: 5px;
  text-align: left;
  color: #fff;
}
.pak__contents .p__content .p__item .p__links {
  margin-top: 35px;
}
.pak__contents .p__content .p__item .p__links .p__link {
  width: 100%;
  height: 65px;
  margin-bottom: 40px;
  padding: 0 13px 0 30px;
  border-radius: 32.5px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pak__contents .p__content .p__item .p__links .p__link .lbl {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 19px;
  text-align: left;
  color: #fff;
}
.pak__contents .p__content .p__item .p__links .p__link .lbl span {
  font-size: 13px;
}
.pak__contents .p__content .p__item .p__links .p__link .arrow {
  width: 39px;
  display: flex;
}
.pak__contents .p__content .p__item .p__links .p__link .arrow svg {
  width: 100%;
  height: 100%;
}
.pak__contents .p__content .p__item .job__part {
  margin-top: 40px;
}
.pak__contents .p__content .p__item .job__part .j__lbl {
  width: 120px;
  height: 32px;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 22px;
  text-align: center;
  color: #fff;
}
.pak__contents .p__content .p__item .job__part .c__txt {
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  margin-top: 12px;
  text-align: left;
  color: #fff;
}

.pak__contents .p__content--steps .p__content__sticky[data-pak-step="0"] {
  background-image: url(../img/2026/par_bg01.webp);
}

.pak__contents .p__content--steps .p__content__sticky[data-pak-step="1"] {
  background-image: url(../img/2026/par_bg02.webp);
}

.pak__contents .p__content--steps .p__content__sticky[data-pak-step="2"] {
  background-image: url(../img/2026/par_bg03.webp);
}

.pak__contents .p__content--steps .p__content__sticky[data-pak-step="3"] {
  background-image: url(../img/2026/par_bg04.webp);
}

.pak__contents .p__content--steps .p__content__sticky[data-pak-step="4"] {
  background-image: url(../img/2026/par_bg05.webp);
}

.pak__contents .p__content--steps .p__content__sticky[data-pak-step="5"] {
  background-image: url(../img/2026/par_bg06.webp);
}

.pak__contents .p__content--steps .p__content__sticky[data-pak-step="6"] {
  background-image: url(../img/2026/par_bg07.webp);
}

.pak__contents .p__content--steps .p__content__sticky[data-pak-step="7"] {
  background-image: url(../img/2026/par_bg08.webp);
}

.section-campus {
  width: 1060px;
  height: auto;
  margin: auto;
  padding: 50px 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
  text-align: center;
}
.section-campus .section-title .gap01 {
  width: 36px;
  display: flex;
}
.section-campus .section-title .gap02 {
  width: 36px;
  display: flex;
}
.section-campus .section-title .ja__txt {
  color: #1c1619;
}
.section-campus .section-title .en__txt {
  color: #1c1619;
}
.section-campus::before {
  content: "";
  width: 335.42px;
  height: 2px;
  background: linear-gradient(to left, #eb5f1d 4.41%, #ff8001 96.48%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}
.section-campus::after {
  content: "";
  width: 335.42px;
  height: 2px;
  background: linear-gradient(to left, #eb5f1d 4.41%, #ff8001 96.48%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}
.section-campus .campus__content {
  width: 665px;
  margin: auto;
  margin-top: 30px;
  position: relative;
  padding: 0 0 42px;
}
.section-campus .campus__content .campus__slider {
  width: 100%;
  overflow: hidden;
}
.section-campus .campus__content .campus__slider .c__item {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.section-campus .campus__content .campus__slider .c__item .content__text {
  width: 350px;
}
.section-campus .campus__content .campus__slider .c__item .content__text .date__part {
  display: block;
  align-items: center;
}
.section-campus .campus__content .campus__slider .c__item .content__text .date__part .p__lbl {
  width: 100%;
  height: 52px;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(to right, #eb5f1d 4.41%, #ff8001 96.48%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 22.41px;
  letter-spacing: 0.02em;
  line-height: 29.48px;
  text-align: center;
  color: #fff;
}
.section-campus .campus__content .campus__slider .c__item .content__text .date__part .date {
  font-family: AvenirNextCondensed-Bold;
  font-weight: bold;
  font-size: 67.83px;
  margin-top: 50px;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
  color: #eb5f1d;
}
.section-campus .campus__content .campus__slider .c__item .content__text .date__part .date span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 33.02px;
  letter-spacing: 0.02em;
  line-height: 50.39px;
  text-align: left;
  color: #eb5f1d;
}
.section-campus .campus__content .campus__slider .c__item .content__text .c__txt {
  font-weight: 500;
  font-size: 18.37px;
  line-height: 29.17px;
  margin-top: 25px;
  text-align: left;
  color: #000;
}
.section-campus .campus__content .campus__slider .c__item .content__text .detail__btn {
  width: 100%;
  height: 50px;
  margin-top: 40px;
}
.section-campus .campus__content .campus__slider .c__item .content__text .detail__btn .lbl {
  font-size: 16px;
}
.section-campus .campus__content .campus__slider .c__item .c__image {
  width: 270px;
  display: flex;
}
.section-campus .campus__content .campus-slider__prev,
.section-campus .campus__content .campus-slider__next {
  width: 36px;
  height: 36px;
  background: #2f2f2f;
  border-radius: 3px;
  position: absolute;
  top: 28%;
  transform: translateY(-50%);
  cursor: pointer;
}
.section-campus .campus__content .campus-slider__prev::before,
.section-campus .campus__content .campus-slider__next::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
}
.section-campus .campus__content .campus-slider__prev {
  left: -20px;
}
.section-campus .campus__content .campus-slider__prev::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}
.section-campus .campus__content .campus-slider__next {
  right: -20px;
}
.section-campus .campus__content .campus-slider__next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}
.section-campus .campus__content .campus-slider__pagination {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.section-campus .campus__content .campus-slider__pagination .swiper-pagination-bullet {
  width: 52px;
  height: 5px;
  margin: 0;
  border-radius: 0;
  background: #444;
  opacity: 1;
  transition: 0.3s;
}
.section-campus .campus__content .campus-slider__pagination .swiper-pagination-bullet-active {
  width: 125px;
  background: linear-gradient(to right, #eb5f1d 4.41%, #ff8001 96.48%);
}
.section-campus .link__items {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-campus .link__items .link {
  width: 250px;
  height: 71.64px;
  margin: 0 10px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #eb5f1d;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.section-campus .link__items .link .lbl {
  font-weight: bold;
  font-size: 16px;
  line-height: 17.01px;
  text-align: center;
  color: #eb5f1d;
}
.section-campus .link__items .link .arrow {
  width: 9px;
  display: flex;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translate(-50%);
}

.detail__btn {
  width: 312px;
  height: 48px;
  border-radius: 20px;
  background: linear-gradient(to right, #eb5f1d 4.41%, #ff8001 96.48%);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.detail__btn .lbl {
  font-weight: 500;
  font-size: 15px;
  line-height: 21.6px;
  text-align: center;
  color: #fff;
}
.detail__btn .arrow {
  width: 6px;
  display: flex;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.section-news {
  padding: 70px 0;
  text-align: center;
}
.section-news .section-title .gap01 {
  width: 36px;
  display: flex;
}
.section-news .section-title .gap02 {
  width: 36px;
  display: flex;
}
.section-news .section-title .ja__txt {
  color: #1c1619;
}
.section-news .section-title .en__txt {
  color: #1c1619;
}
.section-news .cat__items {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-news .cat__items .cat {
  width: 150px;
  height: 30px;
  margin: 0 5px;
  border-radius: 15px;
  background: #fff;
  border: 1px solid #707070;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-news .cat__items .cat.active {
  background: linear-gradient(to right, #eb5f1d 4.41%, #ff8001 96.48%);
  border-color: transparent;
}
.section-news .cat__items .cat.active span {
  color: white;
}
.section-news .cat__items .cat span {
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: #1c1619;
}
.section-news .news__items {
  max-width: 1120px;
  width: 95%;
  margin: auto;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.section-news .news__items .n__item {
  width: 20%;
  padding: 0 15px;
}
.section-news .news__items .n__item .n__inner {
  width: 100%;
}
.section-news .news__items .n__item .n__inner .c__image {
  width: 100%;
  height: 141px;
  background: #808080;
}
.section-news .news__items .n__item .n__inner .content__text {
  margin-top: 9px;
}
.section-news .news__items .n__item .n__inner .content__text .date {
  font-weight: bold;
  font-size: 11.78px;
  line-height: 14.13px;
  text-align: left;
  color: #eb5f1d;
}
.section-news .news__items .n__item .n__inner .content__text .c__txt {
  font-weight: 500;
  font-size: 12.96px;
  line-height: 16.49px;
  margin-top: 5px;
  text-align: left;
  color: #1c1619;
}
.section-news .detail__btn {
  margin: auto;
  margin-top: 30px;
}

.section-recommnad {
  width: 1060px;
  height: auto;
  padding: 50px 60px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  margin: auto;
  position: relative;
}
.section-recommnad::before {
  content: "";
  width: 335.42px;
  height: 2px;
  background: linear-gradient(to left, #eb5f1d 4.41%, #ff8001 96.48%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}
.section-recommnad::after {
  content: "";
  width: 335.42px;
  height: 2px;
  background: linear-gradient(to left, #eb5f1d 4.41%, #ff8001 96.48%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}
.section-recommnad .section-title .gap01 {
  width: 36px;
  display: flex;
}
.section-recommnad .section-title .gap02 {
  width: 36px;
  display: flex;
}
.section-recommnad .section-title .ja__txt {
  color: #1c1619;
}
.section-recommnad .section-title .en__txt {
  color: #1c1619;
}
.section-recommnad .recommand__items {
  width: 100%;
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-recommnad .recommand__items .r__item {
  width: 290px;
  height: 50px;
  margin: 10px 0;
  padding: 0 10px 0 36px;
  border-radius: 25px;
  background: linear-gradient(to right, #465396 35.21%, #59609d 46.13%, #8a84b2 68.31%, #cbb2cd 93.94%);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-recommnad .recommand__items .r__item:nth-child(2) {
  background: linear-gradient(to right, #35872a 35.21%, #489131 45.66%, #79ab43 66.87%, #c1d15e 93.94%);
}
.section-recommnad .recommand__items .r__item:nth-child(3) {
  background: linear-gradient(to right, #4da9c5 35.29%, #6098bd 54.77%, #916da9 93.94%);
}
.section-recommnad .recommand__items .r__item:nth-child(4) {
  background: linear-gradient(to right, #fc6343 35.21%, #f7764b 49.18%, #eca763 77.39%, #e5c772 93.94%);
}
.section-recommnad .recommand__items .r__item:nth-child(5) {
  background: linear-gradient(to right, #3b8d79 35.21%, #4e9085 47.41%, #7f9aa4 72.02%, #b0a4c4 93.94%);
}
.section-recommnad .recommand__items .r__item:nth-child(6) {
  background: linear-gradient(to right, #d1251c 35.21%, #c3302f 45.28%, #a14f60 65.75%, #6c7fae 93.94%);
}
.section-recommnad .recommand__items .r__item .lbl {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 22px;
  text-align: left;
  color: #fff;
}
.section-recommnad .recommand__items .r__item .arrow {
  width: 30px;
  display: flex;
}
.section-recommnad .recommand__items .r__item .arrow svg {
  width: 100%;
  height: 100%;
}

.company__mark {
  width: 610px;
  display: flex;
  margin: auto;
  margin-top: 50px;
}

.cpxe__bar {
  width: 100%;
  height: 132.73px;
  background: #eb5f1d;
  position: relative;
}
.cpxe__bar .c__image {
  width: 644px;
  display: flex;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
}

.map {
  width: 100%;
  height: 400px;
}
.map iframe {
  width: 100%;
  height: 100%;
}

.section-contact {
  width: 100%;
  height: 364px;
  background: url(../img/2026/contact_bg.webp);
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-contact .contact__info {
  margin-right: 30px;
}
.section-contact .contact__info .ncc__ttl {
  width: 241px;
  margin-bottom: 15px;
  display: flex;
}
.section-contact .contact__info .g__txt {
  font-weight: bold;
  font-size: 13.89px;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-align: left;
  color: #fff;
}
.section-contact .contact__info .tel {
  width: 267px;
  display: flex;
  margin: 6px 0;
}
.section-contact .contact__info .line__link {
  width: 270px;
  height: 66.26px;
  margin-top: 15px;
  padding: 0 16px 0 33px;
  border-radius: 33.13px;
  background: #199332;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-contact .contact__info .line__link .lbl {
  font-weight: bold;
  font-size: 17.88px;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-align: left;
  color: #fff;
}
.section-contact .contact__info .line__link .lbl span {
  font-size: 12.24px;
}
.section-contact .contact__info .line__link .arrow {
  width: 34.34px;
  display: flex;
}
.section-contact .contact__info .line__link .arrow svg {
  width: 100%;
  height: 100%;
}
.section-contact .contact__link {
  width: 330px;
  margin-left: 30px;
  display: flex;
}

.section-sns {
  width: 100%;
  height: auto;
  padding: 30px 0;
  background: white;
}
.section-sns .ttl {
  width: 287px;
  display: flex;
  margin: auto;
}
.section-sns .sns__items {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-sns .sns__items a {
  width: 70px;
  display: flex;
  margin: 0 12px;
}

.footer__menu {
  width: 100%;
  padding: 55px 0 48px;
  background: #eb5f1d;
}
.footer__menu .footer__menu-inner {
  width: 960px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -moz-column-gap: 35px;
       column-gap: 35px;
  row-gap: 34px;
}
.footer__menu .footer__menu-inner .fmenu__group.is-wide {
  grid-column: span 2;
}
.footer__menu .footer__menu-inner .fmenu__group .fmenu__head {
  padding-bottom: 10px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.footer__menu .footer__menu-inner .fmenu__group .fmenu__head::after {
  content: "";
  width: 20px;
  height: 0px;
  background: transparent;
  border-bottom: 1px solid #fff;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.footer__menu .footer__menu-inner .fmenu__group .fmenu__head .fmenu__ttl {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.2;
  color: #fff;
}
.footer__menu .footer__menu-inner .fmenu__group .fmenu__head .fmenu__plus {
  font-weight: 300;
  font-size: 24px;
  line-height: 1;
  color: #fff;
}
.footer__menu .footer__menu-inner .fmenu__group .fmenu__links li {
  margin-top: 5px;
}
.footer__menu .footer__menu-inner .fmenu__group .fmenu__links li:first-child {
  margin-top: 0;
}
.footer__menu .footer__menu-inner .fmenu__group .fmenu__links a {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.45;
  color: #fff;
}
.footer__menu .footer__menu-inner .fmenu__group .fmenu__links.fmenu__links--columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 36px;
       column-gap: 36px;
}

footer {
  background: #fff;
  padding: 28px 0 10px;
}
footer .footer-main__inner {
  width: 960px;
  margin: 0 auto;
}
footer .footer-main__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 26px;
}
footer .footer-main__logo {
  width: 300px;
  display: block;
  flex-shrink: 0;
}
footer .footer-main__info {
  flex: 1;
  padding-top: 2px;
}
footer .footer-main__info p {
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.5;
  color: #000;
}
footer .footer-main__info p:first-child {
  margin-top: 0;
}
footer .footer-main__info p:nth-child(3) {
  display: inline-block;
}
footer .footer-main__info p:last-child {
  display: inline-block;
}
footer .footer-main__info a {
  color: inherit;
  text-decoration: none;
}
footer .footer-main__links {
  margin-top: 16px;
  padding-top: 14px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}
footer .footer-main__links a {
  display: flex;
}
footer .footer-main__copy {
  margin-top: 12px;
  font-size: 11px;
  line-height: 1.2;
  color: #000;
  text-align: center;
}

@keyframes floatY {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0);
  }
}
.section-title .gap01,
.section-title .gap02 {
  animation: floatY 3.2s ease-in-out infinite;
}
.section-title .gap02 {
  animation-delay: 0.4s;
}

header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
header.fixed {
  position: fixed;
  left: 0;
  top: 0;
  animation: fadeIn 0.3s forwards;
}
header .down__menu li {
  position: relative;
}
header .down__menu li:hover .fmenu__links {
  opacity: 1;
  visibility: visible;
}
header .down__menu li .fmenu__links {
  width: -moz-max-content;
  width: max-content;
  padding: 20px 25px;
  background: #eb5f1d;
  position: absolute;
  left: 14px;
  top: 40px;
  display: block;
  opacity: 0;
  visibility: hidden;
}
header .down__menu li .fmenu__links:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 14px solid #eb5f1d;
  position: absolute;
  left: 15px;
  top: -14px;
}
header .down__menu li .fmenu__links li {
  padding: 5px 0;
}
header .down__menu li .fmenu__links li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: white;
}
header .down__menu li a {
  transition: color 0.25s ease;
}
header .down__menu li a:hover {
  color: #eb5f1d;
}

.pick__thums .p__thum {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.pick__thums .p__thum:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.18);
}

.pick__links .p__link {
  transition: transform 0.28s ease, background 0.28s ease, box-shadow 0.28s ease;
}
.pick__links .p__link:hover {
  transform: translateY(-4px);
  background: #fff7f2;
  box-shadow: 0 8px 18px rgba(235, 95, 29, 0.28);
}

.detail__content figure {
  transition: transform 0.35s ease, filter 0.35s ease;
}
.detail__content figure:hover {
  transform: translateY(-8px);
  filter: brightness(1.06);
}

.pak__contents .p__content .p__item .p__links .p__link {

  transition: transform 0.28s ease, background 0.28s ease;
}
.pak__contents .p__content .p__item .p__links .p__link:hover {
  transform: translateX(8px);
  background: rgba(255, 255, 255, 0.45);
}

.open__link {
  width: 240px;
  display: flex;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 3;
}

.open__campus {
  width: 1060px;
  height: 500px;
  margin: auto;
  margin-top: 80px;
  border-radius: 17.14px;
  background: #fff;
  overflow: hidden;
}
.open__campus .c__lbl {
  width: 100%;
  height: 50px;
  background: linear-gradient(to right, #fe340a 4.41%, #ff8001 96.48%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.open__campus .c__lbl span {
  font-weight: 900;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  color: #fff;
}
.open__campus .content__text {
  width: 100%;
  height: auto;
  display: flex;
}
.open__campus .content__text .c__item {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.open__campus .content__text .c__item .date {
  font-family: AvenirNextCondensed-Bold;
  font-weight: normal;
  font-size: 75px;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: left;
  color: #eb5f1d;
}
.open__campus .content__text .c__item .date span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.02em;
  line-height: 64.1px;
  text-align: left;
  color: #eb5f1d;
}
.open__campus .content__text .c__item .detail__btn {
  width: 390px;
  height: 60px;
  margin-top: 25px;
  border-radius: 30px;
}
.open__campus .content__text .c__item .detail__btn .lbl {
  font-size: 18px;
}
.open__campus .content__text .c__item .open__mark {
  width: 400px;
  margin: 25px 0;
  display: flex;
}

.open__schedule {
  max-width: 1060px;
  width: 95%;
  margin: 200px auto 0;
  padding: 50px 0 60px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
}
.open__schedule .section-title {
  display: inline-block;
}
.open__schedule .section-title .gap01 {
  width: 33px;
}
.open__schedule .section-title .gap02 {
  width: 33px;
}
.open__schedule .section-title .ja__txt {
  color: #2f2f2f;
}
.open__schedule .section-title .en__txt {
  color: #2f2f2f;
}
.open__schedule-inner {
  width: 100%;
  padding: 0 50px;
  box-sizing: border-box;
}
.open__schedule-courses {
  width: 606px;
  margin: auto;
  margin-top: 30px;
}
.open__schedule-legend {
  margin-top: 20px;
  padding-top: 18px;
  display: inline-block;
}
.open__schedule-legend .legend__lead {
  font-weight: 500;
  font-size: 17px;
  color: #333;
  text-align: left;
}
.open__schedule-legend .legend__items {
  margin: 14px auto 0;
  width: 100%;
  height: 64px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  grid-template-columns: 1fr 1fr;
  gap: 8px 24px;
}
.open__schedule-legend .legend__items li {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.6;
  color: #333;
  text-align: left;
}
.open__schedule-cards {
  width: 890px;
  margin: auto;
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.open__schedule-cards .schedule-card--extra {
  display: none !important;
}
.open__schedule .schedule-card {
  background: linear-gradient(to bottom, #eb5f1d 0%, #ff8001 100%);
  border-radius: 10px;
  padding: 16px 18px 14px;
  box-sizing: border-box;
  color: #fff;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.open__schedule .schedule-card__date {
  width: 100%;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.open__schedule .schedule-card__date .y {
  font-family: AvenirNextCondensed-Bold;
  font-size: 18px;
  opacity: 0.95;
}
.open__schedule .schedule-card__date .md {
  font-family: AvenirNextCondensed-Bold;
  font-size: 38px;
  letter-spacing: 0.02em;
  line-height: 1;
}
.open__schedule .schedule-card__date .dow {
  font-family: AdobeCleanUX-Bold;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: lowercase;
  padding: 4px 8px 3px;
  border-radius: 4px;
  background: #1e77b8;
}
.open__schedule .schedule-card__ttl {
  margin-top: 18px;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.02em;
  line-height: 1.3;
  text-align: center;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.open__schedule .schedule-card__btn {
  margin-top: 15px;
  width: 169px;
  height: 30px;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
}
.open__schedule .schedule-card__btn .arrow {
  width: 17px;
  display: flex;
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
}
.open__schedule .schedule-card__btn span {
  font-weight: 500;
  font-size: 15px;
  color: #333;
}
.open__schedule-more {
  width: 200px;
  height: 42px;
  margin: 30px auto 0;
  background: #eb5f1d;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  cursor: pointer;
}
.open__schedule-more .lbl {
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 0.12em;
}
.open__schedule-more .arrow {
  width: 14px;
  display: inline-flex;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}
.open__schedule-more .arrow svg {
  width: 100%;
  height: 100%;
}

.open__banners {
  margin-top: 100px;
  display: flex;
  justify-content: center;
}
.open__banners a {
  width: 424px;
  margin: 0 25px;
  display: flex;
}

.voice__content {
  width: 100%;
  margin-top: 200px;
}
.voice__content .voice__inner {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  padding: 180px 50px 56px;
  position: relative;
}
.voice__content .voice__inner .gap {
  width: 511px;
  display: flex;
  position: absolute;
  left: 50%;
  top: -135px;
  transform: translate(-50%);
}
.voice__content .voice__hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}
.voice__content .voice__title {
  margin: 0;
  font-weight: 900;
  font-size: 56px;
  line-height: 1.05;
  letter-spacing: 0.02em;
  display: flex;
  align-items: baseline;
}
.voice__content .voice__title-v {
  color: #eb5f1d;
  font-size: 1.15em;
}
.voice__content .voice__title-rest {
  color: #111;
}
.voice__content .voice__hero-photo {
  width: 180px;
  height: 180px;
  margin: 0;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}
.voice__content .voice__hero-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.voice__content .voice__block {
  margin-top: 80px;
}
.voice__content .voice__block:first-of-type {
  margin-top: 0;
}
.voice__content .voice__band {
  margin: 0 0 28px;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  border: none;
  background: transparent;
  font: inherit;
  z-index: 4;
}
.voice__content .voice__band-text {
  width: 425px;
  height: 95px;
  display: block;
  position: relative;
}
.voice__content .voice__band-text:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #130b0b;
  transform: skew(-16deg);
  position: absolute;
  left: 6px;
  top: 8px;
  z-index: -1;
}
.voice__content .voice__band-text .v__text {
  width: 100%;
  height: 100%;
  text-align: center;
  background: linear-gradient(to left, #fe340a 4.41%, #ff8001 96.48%);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: skew(-16deg);
}
.voice__content .voice__band-text .v__text span {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.35;
  color: #fff;
  transform: skew(16deg);
}
.voice__content .voice__chart {
  display: flex;
  width: 572px;
  display: flex;
  margin: auto;
}
.voice__content .voice__pie {
  position: relative;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: conic-gradient(#5cb85c 0deg 115deg, #f5a623 115deg 200deg, #f7d046 200deg 285deg, #5b9bd5 285deg 360deg);
  box-shadow: inset 0 0 0 8px #fff, 0 8px 24px rgba(0, 0, 0, 0.08);
  flex-shrink: 0;
}
.voice__content .voice__pie-label {
  position: absolute;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.3;
  padding: 8px 12px;
  border-radius: 8px;
  max-width: 120px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.voice__content .voice__pie-label--1 {
  background: #dff3df;
  color: #2d6a2d;
  right: -8px;
  top: 12%;
}
.voice__content .voice__pie-label--2 {
  background: #fff3d9;
  color: #8a5a00;
  left: -14px;
  top: 38%;
}
.voice__content .voice__pie-label--3 {
  background: #fff8dc;
  color: #6b5b00;
  right: -18px;
  bottom: 28%;
}
.voice__content .voice__pie-label--4 {
  background: #dce9f7;
  color: #1e4d7a;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
}
.voice__content .voice__bubble {
  margin: 0;
  max-width: 280px;
  padding: 22px 20px;
  background: #1a1a1a;
  color: #fff;
  border-radius: 16px;
  position: relative;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
.voice__content .voice__bubble::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
  border: 10px solid transparent;
  border-right-color: #1a1a1a;
}
.voice__content .voice__bubble-en {
  display: block;
  font-size: 15px;
  line-height: 1.45;
  margin-bottom: 10px;
  letter-spacing: 0.02em;
}
.voice__content .voice__bubble-ja {
  display: block;
  font-size: 14px;
  line-height: 1.55;
  opacity: 0.95;
}
.voice__content .voice__grid {
  margin-top: -33px;
}
.voice__content .voice__grid .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 18px;
}
.voice__content .voice-card {
  height: 200px;
  background: url(../img/2026/voice_frame.webp);
  background-size: 100% 100%;
  padding: 18px 16px 20px;
  text-align: left;
}
.voice__content .voice-card__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.voice__content .voice-card__icon {
  width: 60px;
}
.voice__content .voice-card__meta {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.45;
  color: #130b0b;
}
.voice__content .voice-card__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: #222;
}
.voice__content .voice-senior {
  width: 730px;
  margin: auto;
  margin-bottom: 40px;
  position: relative;
  padding: 0 48px;
}
.voice__content .voice-senior .w__gap {
  width: 257px;
  display: flex;
  position: absolute;
  bottom: 0;
  right: -20px;
  z-index: 3;
}
.voice__content .voice-senior .voice__band {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: -40px;
  z-index: 3;
}
.voice__content .voice-senior .voice__band .v__text span {
  font-size: 30px;
}
.voice__content .voice-senior .voice__band .v__text span span {
  font-size: 20px;
}
.voice__content .voice-senior__slider {
  overflow: hidden;
  border-radius: 20px;
  padding: 50px 0;
}
.voice__content .voice-senior-card {
  display: flex;
  align-items: stretch;
  min-height: 220px;
  background: linear-gradient(to right, #315ca1 0%, #53569d 18.81%, #b54794 74.84%, #dc4291 100%);
  border-radius: 20px;
  position: relative;
  overflow: visible;
  position: relative;
}
.voice__content .voice-senior-card__text {
  flex: 1;
  padding: 90px 45px 36px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  z-index: 1;
}
.voice__content .voice-senior-card__quote {
  width: 400px;
  margin: 0;
  font-weight: 400;
  font-size: 23px;
  line-height: 1.7;
  text-align: left;
}
.voice__content .voice-senior-card__rule {
  width: 260px;
  height: 1px;
  background: rgba(255, 255, 255, 0.45);
  margin: 40px 0;
  border: none;
}
.voice__content .voice-senior-card__info {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 700;
  opacity: 0.98;
}
.voice__content .voice-senior-card__info .voice-senior-card__name {
  font-size: 22px;
}
.voice__content .voice-senior-card__info .voice-senior-card__name span {
  font-size: 16px;
}
.voice__content .voice-senior-card__photo {
  width: 240px;
  margin: 0 -20px 0 0;
  align-self: flex-end;
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
  z-index: 2;
}
.voice__content .voice-senior-card__photo img {
  width: 100%;
  max-height: 280px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
  display: block;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.2));
}
.voice__content .voice-senior__nav {
  width: 40px;
  height: 40px;
  background: #3a3a3a;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  border: none;
  padding: 0;
  z-index: 3;
}
.voice__content .voice-senior__nav::before {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
}
.voice__content .voice-senior__nav--prev {
  left: 0;
}
.voice__content .voice-senior__nav--prev::before {
  transform: translate(-40%, -50%) rotate(-135deg);
}
.voice__content .voice-senior__nav--next {
  right: 0;
}
.voice__content .voice-senior__nav--next::before {
  transform: translate(-60%, -50%) rotate(45deg);
}
.voice__content .voice-senior__pagination {
  position: relative;
  margin-top: 24px;
  text-align: center;
}
.voice__content .voice-senior__pagination.swiper-pagination {
  position: absolute;
  width: auto;
  margin-top: -30px;
  bottom: auto;
  left: 50%;
  transform: translate(-50%);
}
.voice__content .voice-senior__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #c5c5c5;
  opacity: 1;
  margin: 0 6px !important;
}
.voice__content .voice-senior__pagination .swiper-pagination-bullet-active {
  background: #eb5f1d;
}

.open__links {
  width: 1080px;
  margin: auto;
  margin-top: 90px;
  display: flex;
  flex-wrap: wrap;
}
.open__links .p__link {
  width: 33.3333333333%;
  padding: 10px;
}
.open__links .p__link .p__inner {
  width: 100%;
  height: 70px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #eb5f1d;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.open__links .p__link .p__inner .arrow {
  width: 9px;
  display: flex;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translate(-50%);
}
.open__links .p__link .p__inner .arrow svg {
  width: 100%;
  height: 100%;
}
.open__links .p__link .p__inner .lbl {
  font-weight: bold;
  font-size: 18px;
  line-height: 19px;
  text-align: center;
  color: #eb5f1d;
}

.merido__content {
  margin-top: 60px;
  width: 94%;
  max-width: 1165px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0 70px;
}
.merido__content .mark {
  width: 502px;
  max-width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
}
.merido__content .mark img {
  width: 100%;
  height: auto;
  display: block;
}
.merido__content .merido__items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 75px;
  padding-bottom: 30px;
}
.merido__content .merido__items .swiper-wrapper {
  gap: 75px;
}
.merido__content .merido__item {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  max-width: 344px;
  padding-bottom: 48px;
}
.merido__content .merido__item-image {
  position: relative;
  z-index: 0;
  border-radius: 14px 14px 0 0;
  overflow: hidden;
}
.merido__content .merido__item-image img {
  width: 100%;
  height: auto;
  display: block;
}
.merido__content .merido__item-number {
  z-index: 1;
  font-family: AvenirNextCondensed-Bold;
  font-weight: 900;
  font-size: 150px;
  line-height: 0.82;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.72);
  pointer-events: none;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  position: absolute;
  left: -30px;
  bottom: -11px;
}
.merido__content .merido__item-content {
  position: absolute;
  right: -12px;
  bottom: -12px;
}
.merido__content .merido__item-content .c__text {
  border-radius: 10px 0 0 10px;
  background: #fff;
  padding: 25px 18px 18px 25px;
}
.merido__content .merido__item-content .c__text p {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.55;
  color: #000;
  text-align: left;
}
.merido__content .merido__item-content:after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #eb5f1d 0%, #ff8001 100%);
  border-radius: 10px 0 0 10px;
  position: absolute;
  left: 6px;
  top: 6px;
  z-index: -1;
}
.merido__content .merido__item-content {
  z-index: 2;
  width: 220px;
}

.program__content {
  margin-top: 110px;
}
.program__content .program__inner {
  width: 100%;
  max-width: 1160px;
  background: url(../img/2026/program_bg.webp);
  background-size: cover;
  margin: 0 auto;
  padding: 150px 50px 0;
  position: relative;
}
.program__content .program__inner .gap {
  width: 502px;
  display: flex;
  position: absolute;
  left: 50%;
  top: -135px;
  transform: translate(-50%);
}
.program__content .program__grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1.85fr 1fr;
  grid-template-areas: "sm1 lg sm3" "sm2 lg sm4";
  gap: 50px 26px;
  align-items: stretch;
}
.program__content .program__card {
  position: relative;
  display: block;
}
.program__content {
  /* map cards to grid cells (order matches your HTML) */
}
.program__content .program__grid > .program__card:nth-child(1) {
  grid-area: sm1;
}
.program__content .program__grid > .program__card:nth-child(2) {
  grid-area: sm2;
}
.program__content .program__grid > .program__card:nth-child(3) {
  grid-area: lg;
}
.program__content .program__grid > .program__card:nth-child(4) {
  grid-area: sm3;
}
.program__content .program__grid > .program__card:nth-child(5) {
  grid-area: sm4;
}
.program__content .program__card--sm {
  min-height: 190px;
}
.program__content .program__card--lg {
  min-height: 402px;
}
.program__content .program__media {
  width: 100%;
  height: 100%;
  margin: 0;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}
.program__content .program__media img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.01);
}
.program__content .program__overlay {
  width: 220px;
  height: 40px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  z-index: 2;
  backdrop-filter: blur(2px);
}
.program__content .program__overlay .p__text {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgb(0, 0, 0);
  border-radius: 4px;
  transform: skew(-16deg);
}
.program__content .program__overlay .p__text span {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.02em;
  transform: skew(16deg);
}
.program__content .program__overlay:after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #3c8e79 0%, #42917c 5.46%, #70ad98 48.13%, #8cbea9 81.04%, #97c5b0 100%);
  position: absolute;
  left: 4.5px;
  bottom: -4.5px;
  z-index: -1;
  transform: skew(-16deg);
}
.program__content .program__overlay--wide {
  width: 260px;
  height: 48px;
}
.program__content .program__overlay--wide .p__text span {
  font-size: 22px;
}
.program__content .program__overlay--wide:after {
  background: linear-gradient(to right, #ef630d 0%, #ef711e 16.96%, #f29c55 72.88%, #f3ae6b 100%);
}
.program__content .program__note {
  margin: 44px 0 0;
  font-size: 16px;
  line-height: 1.6;
  color: rgb(0, 0, 0);
  text-align: right;
}
.program__content .program__info {
  margin-top: 34px;
}
.program__content .program__info-inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.program__content .program__info-right {
  position: relative;
}
.program__content .program__gap {
  width: 311px;
  margin-right: 20px;
  display: flex;
}
.program__content .experience__slider {
  width: 450px;
  position: relative;
  overflow: hidden;
}
.program__content .experience-card {
  width: 100%;
  border-radius: 20px;
  padding: 40px;
  position: relative;
}
.program__content .experience-card__head {
  width: 250px;
  height: 58px;
  background: linear-gradient(to right, #ef7810 0%, #ed7110 20%, #ed600e 50%, #ea440b 80%, #e9330b 100%);
  position: absolute;
  left: 50%;
  top: 35px;
  transform: translate(-50%, -50%) skew(-14deg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  z-index: 1;
}
.program__content .experience-card__head .ja,
.program__content .experience-card__head .en {
  transform: skew(14deg);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.1;
  text-align: center;
}
.program__content .experience-card__head .ja {
  font-size: 23px;
}
.program__content .experience-card__head .en {
  font-size: 16px;
  font-weight: 700;
  font-family: AdobeCleanUX-Bold;
}
.program__content .experience-card__media {
  margin: 0;
  border-radius: 18px;
  padding: 0;
  position: relative;
}
.program__content .experience-card__media:after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(#fe340a 4.41%, #ff8001 96.48%);
  border-radius: 18px;
  position: absolute;
  right: -6px;
  bottom: -6px;
  z-index: -1;
}
.program__content .experience-card__media .c__image {
  width: 100%;
  height: 300px;
  border-radius: 18px;
  overflow: hidden;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
.program__content .experience-card__foot {
  width: 100%;
  height: auto;
  padding: 10px 0;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
  color: #fff;
  background: rgba(26, 26, 26, 0.8);
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
}
.program__content .experience-card__foot span {
  font-size: 13px;
  display: block;
}
.program__content .experience-slider__prev,
.program__content .experience-slider__next {
  width: 36px;
  height: 36px;
  background: #2f2f2f;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  border: none;
  padding: 0;
  z-index: 2;
}
.program__content .experience-slider__prev::before,
.program__content .experience-slider__next::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.program__content .experience-slider__prev {
  left: -15px;
}
.program__content .experience-slider__prev::before {
  transform: translate(-50%, -50%) rotate(-135deg);
}
.program__content .experience-slider__next {
  right: -15px;
}
.program__content .experience-slider__next::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.support__content {
  margin-top: 90px;
}
.support__content .t__lbl {
  width: 502px;
  display: flex;
  margin: auto;
}
.support__content .support__list {
  max-width: 1160px;
  width: 95%;
  margin: 40px auto 0;
}
.support__content .support__list .support-hero__banner {
  width: 100%;
  display: flex;
  position: relative;
}
.support__content .support__list .support-hero__banner .detail__btn {
  width: 390px;
  height: 60px;
  border-radius: 30px;
  position: absolute;
  right: 180px;
  bottom: 50px;
}
.support__content .support__list .support-hero__banner .detail__btn .lbl {
  font-size: 18px;
}
.support__content .support__list .support-hero__title {
  position: relative;
  z-index: 1;
  margin: 0;
  text-align: center;
  font-weight: 900;
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #fff;
  text-shadow: 0 2px 16px rgba(15, 23, 42, 0.5);
}
.support__content .support__list .support-hero__title-line {
  display: block;
}
.support__content .support__list .support-hero__cta {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px 16px 40px;
  border-radius: 999px;
  background: linear-gradient(to right, #eb5f1d 4.41%, #ff8001 96.48%);
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  box-shadow: 0 8px 24px rgba(235, 95, 29, 0.35);
  transition: transform 0.2s, box-shadow 0.2s;
}
.support__content .support__list .support-hero__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(235, 95, 29, 0.45);
}
.support__content .support__list .support-hero__cta-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}
.support__content .support__list .support-hero__cta-icon svg {
  width: 14px;
  height: 14px;
}
.support__content .support__list .support-list__block {
  background: white;
  margin-bottom: 48px;
  border-radius: 25px 25px 0 0;
}
.support__content .support__list .support-list__block.sup__pap {
  padding: 50px;
  border-radius: 0 0 20px 20px;
  background: rgba(255, 255, 255, 0.7);
}
.support__content .support__list .support-list__skew-head {
  text-align: center;
  margin-bottom: 32px;
}
.support__content .support__list .support-list__skew-head--voices {
  margin-top: 12px;
}
.support__content .support__list .support-list__skew-title {
  width: 420px;
  height: 85px;
  margin: auto;
  display: block;
  position: relative;
  z-index: 1;
}
.support__content .support__list .support-list__skew-title:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #130b0b;
  transform: skew(-16deg);
  position: absolute;
  left: 6px;
  top: 8px;
  z-index: -1;
}
.support__content .support__list .support-list__skew-title .s__text {
  width: 100%;
  height: 100%;
  text-align: center;
  background: linear-gradient(to left, #fe340a 4.41%, #ff8001 96.48%);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: skew(-16deg);
}
.support__content .support__list .support-list__skew-title .s__text span {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.35;
  color: #fff;
  transform: skew(16deg);
}
.support__content .support__list .support-list__skew-title--sub {
  font-size: 18px;
  padding: 12px 44px 12px 36px;
}
.support__content .support__list .support-points-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.support__content .support__list .support-points-grid__card {
  border: 2px solid #eb5f1d;
  border-radius: 8px;
  background: #fff;
  padding: 20px 22px 22px;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.06);
}
.support__content .support__list .support-points-grid__ttl {
  margin: 0 0 12px;
  font-size: 24px;
  font-weight: 700;
  color: #eb5f1d;
  line-height: 1.4;
}
.support__content .support__list .support-points-grid__txt {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  color: #111;
}
.support__content .support__list .support-list__bar-title {
  width: 100%;
  height: 75px;
  background: linear-gradient(to right, #fe340a 4.41%, #ff8001 96.48%);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 27px;
  font-weight: 700;
  color: #fff;
  border-radius: 25px 25px 0 0;
}
.support__content .support__list .support-transport {
  background: #fff;
  padding: 28px 32px 32px;
}
.support__content .support__list .support-transport__icon {
  width: 45px;
  display: flex;
  margin: auto;
}
.support__content .support__list .support-transport__lead {
  width: 580px;
  margin: 0 auto;
  margin-top: 23px;
  padding: 25px 0;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  color: #111;
  border-top: 1px dashed #000;
  border-bottom: 1px dashed #000;
}
.support__content .support__list .support-transport__lead.c01 {
  width: 100%;
  font-size: 21px;
  line-height: 1.8;
}
.support__content .support__list .support-transport__lead.c01 span {
  font-size: 25px;
  font-weight: 900;
  color: #eb5f1d;
}
.support__content .support__list .support-transport__lead.c02 {
  width: 645px;
}
.support__content .support__list .support-transport__rule {
  height: 0;
  border: none;
  border-top: 2px dashed rgba(235, 95, 29, 0.35);
  margin: 0 0 28px;
}
.support__content .support__list .support-transport__cols {
  margin-top: 27px;
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 50px;
  align-items: start;
}
.support__content .support__list .support-transport__col-title {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 700;
  color: #eb5f1d;
  line-height: 1.4;
  text-align: left;
}
.support__content .support__list .support-transport__tiers {
  list-style: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  background: #fff;
}
.support__content .support__list .support-transport__tier {
  display: flex;
  align-items: stretch;
  min-height: 52px;
}
.support__content .support__list .support-transport__tier + .support__content .support__list .support-transport__tier {
  border-top: 1px solid rgba(235, 95, 29, 0.18);
}
.support__content .support__list .support-transport__tier:last-child .support-transport__places {
  border-bottom: 0;
}
.support__content .support__list .support-transport__tier:last-child .support-transport__amount {
  border-bottom: 0;
}
.support__content .support__list .support-transport__amount {
  flex: 0 0 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px 8px;
  background: #fe3f0e;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.35;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.support__content .support__list .support-transport__amount span {
  font-size: 14px;
}
.support__content .support__list .support-transport__places {
  flex: 1;
  min-width: 0;
  padding: 20px 14px;
  background: #fee6da;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #111;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #fe3f0e;
}
.support__content .support__list .support-transport__pxote-lead {
  margin: 0 0 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.75;
  color: #111;
}
.support__content .support__list .support-transport__limit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
  margin-bottom: 18px;
}
.support__content .support__list .support-transport__limit-badge {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border: 1px solid #eb5f1d;
  color: #eb5f1d;
  font-weight: 700;
  font-size: 14px;
}
.support__content .support__list .support-transport__limit-list {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
  min-width: 180px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.65;
  color: #111;
}
.support__content .support__list .support-transport__limit-list li + li {
  margin-top: 6px;
}
.support__content .support__list .support-transport__footnotes {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 1.7;
  color: #000;
}
.support__content .support__list .support-transport__footnotes li + li {
  margin-top: 8px;
}
.support__content .support__list .support-list__dual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 48px;
}
.support__content .support__list .support-dual-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.support__content .support__list .support-dual-card__bar {
  margin: 0;
  padding: 14px 18px;
  font-size: 27px;
  font-weight: 900;
  text-align: center;
  color: #fff;
  background: linear-gradient(90deg, #eb5f1d 0%, #ff8001 100%);
  line-height: 1.4;
  border-radius: 25px 25px 0 0;
}
.support__content .support__list .support-dual-card__badge {
  display: inline-block;
  margin-left: 8px;
  font-size: 14px;
  font-weight: 600;
  opacity: 0.95;
}
.support__content .support__list .support-dual-card__body {
  padding: 24px 60px 28px;
  flex: 1;
  display: block;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: white;
}
.support__content .support__list .support-dual-card__icon {
  margin: auto;
  margin-bottom: 12px;
  width: 90px;
  display: flex;
}
.support__content .support__list .support-dual-card__icon.c01 {
  width: 62px;
}
.support__content .support__list .support-dual-card__amount {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
  color: #111;
}
.support__content .support__list .support-dual-card__num {
  font-size: 36px;
  color: #eb5f1d;
  font-weight: 900;
  letter-spacing: 0.02em;
}
.support__content .support__list .support-dual-card__note {
  margin: 15px 0 0;
  font-size: 18px;
  line-height: 1.7;
  text-align: left;
  width: 100%;
}
.support__content .support__list .support-dual-card__list {
  margin: 0;
  padding-left: 0;
  text-align: left;
  width: 100%;
  font-size: 16px;
  line-height: 1.7;
  color: #000;
}
.support__content .support__list .support-dual-card__list li + li {
  margin-top: 8px;
}
.support__content .support__list .p__note {
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  margin-top: 15px;
  text-align: left;
  color: #000;
  display: block;
}
.support__content .support__list .support-briefing {
  padding: 28px 32px;
  margin-bottom: 8px;
}
.support__content .support__list .support-briefing__icon {
  display: flex;
  width: 63px;
  margin: auto;
}
.support__content .support__list .support-briefing__lead {
  margin: 0;
  text-align: center;
  font-size: 15px;
  line-height: 1.85;
  color: #111;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.support__content .support__list .support-voices {
  list-style: none;
  padding: 0 50px 50px;
  margin: 24px 0 0;
}
.support__content .support__list .support-voices .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.support__content .support__list .support-voices__item {
  width: auto;
  position: relative;
  padding: 18px 0 16px;
  background: #fff;
  border-radius: 10px;
}
.support__content .support__list .support-voices__item::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 14px;
  width: 40px;
  height: 33px;
  background: url(../img/2026/message_icon.webp);
  background-size: 100% 100%;
}
.support__content .support__list .support-voices__quote {
  height: 74px;
  position: relative;
  z-index: 1;
  margin: 45px 0 12px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
  text-align: center;
  color: #111;
}
.support__content .support__list .support-voices__meta {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #111;
  line-height: 1.5;
}

.faq__content {
  width: 100%;
  margin: 80px auto 60px;
  padding: 0 24px;
  box-sizing: border-box;
}
.faq__content .faq__inner {
  width: 100%;
  max-width: 1160px;
  border-radius: 20px;
  padding: 54px 150px;
  background: rgba(255, 255, 255, 0.7);
  margin: 0 auto;
  text-align: center;
}
.faq__content .faq__inner .section-title {
  display: inline-block;
}
.faq__content .faq__inner .section-title .ja__txt {
  color: #1c1619;
}
.faq__content .faq__inner .section-title .en__txt {
  color: #1c1619;
}
.faq__content .faq__accordion {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.faq__content .faq__item {
  border-radius: 8px;
  overflow: hidden;
  background: transparent;
}
.faq__content .faq__summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px 18px 26px;
  margin: 0;
  background: #eb5f1d;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.55;
  cursor: pointer;
  border-radius: 8px;
  box-sizing: border-box;
  transition: filter 0.2s, box-shadow 0.2s;
}
.faq__content .faq__summary::-webkit-details-marker {
  display: none;
}
.faq__content .faq__summary:hover {
  filter: brightness(1.03);
}
.faq__content .faq__summary:focus {
  outline: 3px solid rgba(255, 255, 255, 0.35);
  outline-offset: 2px;
}
.faq__content .faq__summary:focus:not(:focus-visible) {
  outline: none;
}
.faq__content .faq__summary:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.35);
  outline-offset: 2px;
}
.faq__content .faq__question {
  flex: 1;
  text-align: left;
}
.faq__content .faq__icon {
  flex-shrink: 0;
  position: relative;
  width: 22px;
  height: 22px;
  transition: transform 0.25s ease;
}
.faq__content .faq__icon::before, .faq__content .faq__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  border-radius: 1px;
  transform: translate(-50%, -50%);
}
.faq__content .faq__icon::before {
  width: 14px;
  height: 2.5px;
}
.faq__content .faq__icon::after {
  width: 2.5px;
  height: 14px;
}
.faq__content .faq__item[open] .faq__icon {
  transform: rotate(45deg);
}
.faq__content .faq__answer {
  padding: 20px 26px 4px;
  background: #fff;
  color: #111;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  box-sizing: border-box;
}
.faq__content .faq__answer p {
  margin: 0 0 14px;
  text-align: left;
}
.faq__content .faq__answer p:last-child {
  margin-bottom: 0;
}
.faq__content .faq__note {
  font-size: 14px;
  color: #333;
}

.consult__content {
  width: 1060px;
  height: auto;
  margin: auto;
  padding: 50px 0;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
}
.consult__content .section-title {
  display: inline-block;
}
.consult__content .section-title .ja__txt {
  color: #1c1619;
}
.consult__content .section-title .en__txt {
  color: #1c1619;
}
.consult__content .line {
  width: 623.86px;
  height: 0px;
  margin: 35px auto;
  border-bottom: 1px dashed #000;
}
.consult__content .c__txt {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #000;
}

@media screen and (max-width: 1100px) {
  html {
    
  }
  .open__link {
    width: 15%;
  }
}
@media screen and (max-width: 880px) {
  html {
    
  }
}
@media screen and (max-width: 768px) {
  html {
   
  }
  header {
    width: 100%;
    height: 40px;
    padding-left: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 4;
  }
  header .top__menu .logo {
    width: 205px;
  }
  header .top__menu {
    padding: 0;
  }
  .sp-menu {
    width: 40px;
    height: 40px;
    background: #eb5f1d;
    position: relative;
    z-index: 8;
  }
  .sp-menu.open span:nth-child(1) {
    top: 20px;
    transform: translate(-50%) rotate(45deg);
  }
  .sp-menu.open span:nth-child(2) {
    width: 0;
  }
  .sp-menu.open span:nth-child(3) {
    top: 20px;
    transform: translate(-50%) rotate(-45deg);
  }
  .sp-menu span {
    width: 13.33px;
    height: 1.5px;
    background: white;
    position: absolute;
    left: 50%;
    top: 15px;
    transform: translate(-50%);
    transition: 0.3s;
  }
  .sp-menu span + span {
    top: 20px;
  }
  .sp-menu span + span + span {
    top: 25px;
  }
  .frontview {
    margin-top: 40px;
  }
  .section-pickup {
    width: 100%;
    height: auto;
    margin: auto;
    margin-top: 0;
    padding: 35px 0;
    border-radius: 0;
  }
  .section-title .ja__txt {
    font-size: 22px;
    line-height: 1.4;
  }
  .section-title .en__txt {
    font-size: 15px;
    line-height: 1.5;
  }
  .section-title .gap01 {
    width: 32px;
    left: -38px;
    top: 9px;
  }
  .section-title .gap02 {
    width: 32px;
    right: -38px;
    top: 9px;
  }
  .section-pickup .pick__items {
    width: 335px;
    margin-top: 16px;
  }
  .section-pickup .pick__items .p__item {
    height: 168px;
  }
  .section-pickup .pick__thums {
    width: 335px;
    margin: auto;
    margin-top: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .section-pickup .pick__thums .p__thum {
    width: 160px;
    margin: 0;
    margin-bottom: 15px;
  }
  .pick__links {
    margin-top: 30px;
  }
  .pick__links .p__link {
    width: 162px;
    height: 50px;
    margin: 0 5px;
  }
  .pick__links .p__link span {
    font-size: 14px;
    margin-top: -5px;
  }
  .pick__links .p__link::after {
    bottom: 6px;
  }
  .detail__content {
    width: 100%;
    margin: auto;
    margin-top: 30px;
  }
  .detail__content .tp01 {
    width: 322px;
    margin: auto;
  }
  .detail__content .tp02 {
    width: 355px;
    margin: 20px 0 0 auto;
  }
  .tp__slider {
    display: flex;
  }
  .tp__slider .swiper-wrapper figure {
    opacity: 1 !important;
    transform: unset !important;
  }
  .detail__content .tp05 {
    width: 335px;
    margin: auto;
    margin-top: 20px;
  }
  .detail__content .tp07 {
    width: 355px;
    margin: 20px 0 0 auto;
  }
  .detail__content .tp08 {
    width: 335px;
    margin: auto;
    margin-top: 20px;
  }
  .pak__contents .p__content {
    width: 100%;
    height: auto;
    padding: 50px 0;
    margin-bottom: 40px;
    display: block;
  }
  .pak__contents .p__content--steps {
    min-height: calc(var(--pak-steps, 8) * 100vh);
  }
  .pak__contents .p__content--steps .p__content__sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    width: 100%;
    box-sizing: border-box;
    padding: 36px 20px 44px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    transition: background-image 0.5s ease;
  }
  .pak__contents .p__content--steps .p__content__sticky[data-pak-step="0"] {
    background-image: url(../img/2026/par_bg01_sp.webp);
  }
  .pak__contents .p__content--steps .p__content__sticky[data-pak-step="1"] {
    background-image: url(../img/2026/par_bg02_sp.webp);
  }
  .pak__contents .p__content--steps .p__content__sticky[data-pak-step="2"] {
    background-image: url(../img/2026/par_bg03_sp.webp);
  }
  .pak__contents .p__content--steps .p__content__sticky[data-pak-step="3"] {
    background-image: url(../img/2026/par_bg04_sp.webp);
  }
  .pak__contents .p__content--steps .p__content__sticky[data-pak-step="4"] {
    background-image: url(../img/2026/par_bg05_sp.webp);
  }
  .pak__contents .p__content--steps .p__content__sticky[data-pak-step="5"] {
    background-image: url(../img/2026/par_bg06_sp.webp);
  }
  .pak__contents .p__content--steps .p__content__sticky[data-pak-step="6"] {
    background-image: url(../img/2026/par_bg07_sp.webp);
  }
  .pak__contents .p__content--steps .p__content__sticky[data-pak-step="7"] {
    background-image: url(../img/2026/par_bg08_sp.webp);
  }
  .pak__contents .p__content .t__part {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    position: relative;
    top: auto;
    left: auto;
  }
  .pak__contents .p__content--steps .t__part {
    display: flex !important;
    width: 100%;
    max-width: 315px;
    margin: 0 auto 8px;
    flex-shrink: 0;
  }
  .pak__contents .p__content .p__item {
    width: 315px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px;
    position: relative;
    top: auto;
    right: auto;
    transform: none;
  }
  .pak__contents .p__content--steps .p__item {
    position: absolute;
    left: 50%;
    right: auto;
    top: 40%;
    transform: translate(-50%, 0);
    width: 315px;
    max-width: calc(100% - 24px);
    margin: 0;
    margin-bottom: 0;
  }
  .pak__contents .p__content .p__item:last-of-type {
    margin-bottom: 0;
  }
  .pak__contents .p__content .p__item .t__txt {
    font-size: 26px;
    line-height: 1.2;
  }
  .pak__contents .p__content .p__item .c__txt {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;
    margin-top: 8px;
  }
  .pak__contents .p__content .p__item .p__links {
    margin-top: 17px;
  }
  .pak__contents .p__content .p__item .p__links .p__link {
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    padding: 0 10px 0 24px;
  }
  .pak__contents .p__content .p__item .p__links .p__link .lbl {
    font-size: 16px;
    line-height: 1.2;
  }
  .pak__contents .p__content .p__item .p__links .p__link .arrow {
    width: 30px;
  }
  .pak__contents .p__content .p__item .job__part {
    margin-top: 30px;
  }
  .pak__contents .p__content .p__item .job__part .j__lbl {
    margin: auto;
  }
  .pak__contents .p__content .p__item .job__part .c__txt {
    font-size: 13px;
    line-height: 23px;
    letter-spacing: -0.05em;
    text-align: center;
  }
  .pak__contents .p__content:nth-child(4) {
    background: url(../img/2026/par_bg04_sp.webp);
    background-size: cover;
    background-position: center;
  }
  .pak__contents .p__content:nth-child(2) {
    background: url(../img/2026/par_bg02_sp.webp);
    background-size: cover;
    background-position: center;
  }
  .pak__contents .p__content:nth-child(3) {
    background: url(../img/2026/par_bg03_sp.webp);
    background-size: cover;
    background-position: center;
  }
  .pak__contents .p__content:nth-child(5) {
    background: url(../img/2026/par_bg05_sp.webp);
    background-size: cover;
    background-position: center;
  }
  .pak__contents .p__content:nth-child(6) {
    background: url(../img/2026/par_bg06_sp.webp);
    background-size: cover;
    background-position: center;
  }
  .pak__contents .p__content:nth-child(7) {
    background: url(../img/2026/par_bg07_sp.webp);
    background-size: cover;
    background-position: center;
  }
  .pak__contents .p__content:nth-child(8) {
    background: url(../img/2026/par_bg08_sp.webp);
    background-size: cover;
    background-position: center;
  }
  .pak__contents .p__content:nth-child(9) {
    background: url(../img/2026/par_bg09_sp.webp);
    background-size: cover;
    background-position: center;
  }
  .pak__contents .p__content .t__part {
    display: none;
  }
  .pak__contents .p__content:first-child .t__part {
    display: flex;
  }
  .pak__contents .p__content .p__item .p__links .p__link .lbl span {
    font-size: 11px;
  }
  .section-campus {
    width: 335px;
  }
  .section-campus::after {
    width: 150px;
  }
  .section-campus::before {
    width: 150px;
  }
  .section-campus .campus__content {
    width: 100%;
    margin: auto;
    margin-top: 40px;
    position: relative;
    padding: 0;
  }
  .section-campus .campus__content .campus__slider .c__item .content__text .date__part .p__lbl {
    width: 280px;
    height: 52px;
    margin: auto;
    font-size: 19px;
  }
  .section-campus .campus__content .campus__slider .c__item .content__text .date__part .date {
    font-size: 50px;
    margin-top: 31px;
  }
  .section-campus .campus__content .campus__slider .c__item {
    display: block;
  }
  .section-campus .campus__content .campus__slider .c__item .content__text {
    width: 100%;
  }
  .section-campus .campus__content .campus__slider .c__item .content__text .date__part .date span {
    font-size: 28px;
  }
  .section-campus .campus__content .campus__slider .c__item .c__image {
    width: 250px;
    margin: auto;
    margin-top: 20px;
  }
  .section-campus .campus__content .campus__slider .c__item .content__text .c__txt {
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
    text-align: center;
  }
  .section-campus .campus__content .campus-slider__prev, .section-campus .campus__content .campus-slider__next {
    width: 28px;
    height: 28px;
    top: 40%;
  }
  .section-campus .campus__content .campus-slider__prev::before, .section-campus .campus__content .campus-slider__next::before {
    width: 6px;
    height: 6px;
  }
  .pak__contents {
    width: 335px;
    margin: auto;
    margin-top: 60px;
  }
  .section-campus .campus__content .campus-slider__next {
    right: 0;
    z-index: 2;
  }
  .section-campus .campus__content .campus-slider__prev {
    left: 0;
    z-index: 2;
  }
  .section-campus .campus__content .campus__slider .c__item .content__text .detail__btn {
    width: 260px;
    height: 40px;
    margin: auto;
    margin-top: 20px;
  }
  .section-campus .campus__content .campus__slider .c__item .content__text .detail__btn .lbl {
    font-size: 12px;
  }
  .section-campus .link__items .link {
    width: 94px;
    height: 71.64px;
    margin: 0 5px;
  }
  .section-campus .link__items .link .lbl {
    font-size: 14px;
  }
  .section-news .section-title .gap01 {
    width: 23px;
    left: -30px;
  }
  .section-news .section-title .gap02 {
    width: 23px;
    right: -30px;
  }
  .section-news .cat__items {
    width: 100%;
    margin: auto;
    margin-top: 15px;
    flex-wrap: wrap;
  }
  .section-news .cat__items .cat {
    width: 115px;
    height: 30px;
    margin: 5px;
  }
  .section-news .cat__items .cat:first-child {
    width: 85px;
  }
  .section-news .cat__items .cat:nth-child(4) {
    width: 162px;
  }
  .section-news .cat__items .cat:nth-child(5) {
    width: 162px;
  }
  .section-news .cat__items .cat span {
    font-size: 11px;
  }
  .section-news .news__items {
    width: 335px;
    margin: auto;
    margin-top: 10px;
    justify-content: space-between;
  }
  .section-news .news__items .n__item {
    width: 160px;
    padding: 0;
    margin-bottom: 15px;
  }
  .section-news .news__items .n__item:nth-child(5) {
    display: none;
  }
  .section-news .news__items .n__item .n__inner .content__text .date {
    font-size: 10px;
  }
  .section-news .news__items .n__item .n__inner .content__text .c__txt {
    font-size: 11px;
    line-height: 1.5;
  }
  .detail__btn {
    width: 260px;
    height: 40px;
  }
  .detail__btn .lbl {
    font-size: 12px;
  }
  .detail__btn .arrow {
    width: 5px;
    right: 16px;
  }
  .section-recommnad {
    width: 335px;
    height: auto;
    padding: 45px 0;
  }
  .section-recommnad .section-title .gap01 {
    width: 23px;
  }
  .section-recommnad .section-title .gap02 {
    width: 23px;
  }
  .section-recommnad .recommand__items {
    margin-top: 20px;
  }
  .section-recommnad .recommand__items .r__item {
    width: 295px;
    height: 50px;
    margin: 10px auto;
  }
  .merido__content {
    padding: 35px 15px 55px;
  }
  .merido__content .merido__items {
    flex-direction: column;
    align-items: center;
    gap: 45px;
    margin-top: 28px;
    padding-bottom: 20px;
  }
  .merido__content .merido__item {
    width: 100%;
    max-width: 335px;
    padding-bottom: 55px;
  }
  .merido__content .merido__item-number {
    left: 8px;
    bottom: 48px;
    font-size: 88px;
  }
  .merido__content .merido__item-content p {
    font-size: 15px;
  }
  .company__mark {
    width: 355px;
    display: flex;
    margin: 0 0 0 auto;
  }
  .cpxe__bar .c__image {
    width: 335px;
    display: flex;
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    transform: unset;
  }
  .cpxe__bar {
    width: 100%;
    height: 90px;
  }
  .map {
    width: 100%;
    height: 375px;
  }
  .section-contact {
    width: 100%;
    height: auto;
    padding: 30px 0;
    background: url(../img/2026/contact_bg_sp.webp);
    background-size: cover;
    display: block;
  }
  .section-contact .contact__info {
    width: 330px;
    margin: auto;
  }
  .section-contact .contact__info .ncc__ttl {
    width: 280px;
  }
  .section-contact .contact__info .g__txt {
    font-size: 17px;
  }
  .section-contact .contact__info .g__txt.c01 {
    text-align: center;
  }
  .section-contact .contact__info .tel {
    width: 300px;
    display: flex;
    margin: 8px 0;
  }
  .section-contact .contact__info .line__link {
    width: 270px;
    height: 70px;
    margin: auto;
    margin-top: 15px;
  }
  .section-contact .contact__info .line__link .lbl {
    font-size: 18.88px;
  }
  .section-contact .contact__link {
    width: 330px;
    margin: auto;
    margin-bottom: 40px;
  }
  .section-sns .ttl {
    width: 156px;
  }
  .section-sns .sns__items a {
    width: 38px;
    margin: 0 6px;
  }
  .section-sns .sns__items {
    margin-top: 11px;
  }
  .section-sns {
    padding: 20px 0;
  }
  .footer__menu {
    padding: 25px;
  }
  .footer__menu .footer__menu-inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .footer__menu .footer__menu-inner .fmenu__group {
    width: 145px;
  }
  .footer__menu .footer__menu-inner .fmenu__group .fmenu__head .fmenu__ttl {
    font-size: 14px;
  }
  .footer__menu .footer__menu-inner .fmenu__group .fmenu__head {
    padding-bottom: 6px;
    margin-bottom: 6px;
  }
  .footer__menu .footer__menu-inner .fmenu__group.is-wide {
    width: 100%;
  }
  .footer__menu .footer__menu-inner .fmenu__group .fmenu__links.fmenu__links--columns {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  footer .footer-main__top {
    display: block;
  }
  footer .footer-main__logo {
    width: 335px;
    margin: auto;
  }
  footer .footer-main__info {
    width: 335px;
    margin: auto;
    margin-top: 10px;
  }
  footer .footer-main__inner {
    width: 100%;
  }
  footer .footer-main__info p {
    font-size: 12px;
  }
  footer .footer-main__links {
    display: flex;
  }
  .open__link {
    width: 140px;
  }
  header .down__menu {
    width: 100%;
    height: 100%;
    padding: 60px 25px 25px;
    padding-top: 60px;
    background: #eb5f1d;
    position: fixed;
    left: 0;
    top: 0;
    margin: 0;
    z-index: 2;
    display: none;
  }
  header .down__menu ul {
    display: block;
  }
  header .down__menu ul li.open a::before {
    opacity: 0;
  }
  header .down__menu ul li a {
    position: relative;
  }
  header .down__menu ul li a:after {
    content: "";
    width: 13px;
    height: 0;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 16px;
    right: 0;
  }
  header .down__menu ul li a:before {
    content: "";
    height: 13px;
    width: 0;
    border-left: 1px solid #fff;
    position: absolute;
    top: 10px;
    right: 6px;
  }
  header .down__menu ul li.no a {
    border-bottom: 0;
  }
  header .down__menu ul li.no a::after {
    content: unset;
  }
  header .down__menu ul li.no a::before {
    content: unset;
  }
  header .down__menu ul li > a {
    font-weight: bold;
    font-size: 14px;
    line-height: 27.6px;
    padding-bottom: 5px;
    text-align: left;
    color: #fff;
    border-bottom: 1px solid #fff;
    display: block;
  }
  header .down__menu ul li > a:hover {
    color: #fff;
  }
  header .down__menu li .fmenu__links li a {
    border-bottom: 0;
  }
  header .down__menu li .fmenu__links li a {
    font-size: 12px;
  }
  header .down__menu li .fmenu__links li a::after {
    content: unset;
  }
  header .down__menu li .fmenu__links li a::before {
    content: unset;
  }
  header .down__menu ul li {
    padding: 8px 0;
    text-align: center;
  }
  header .down__menu ul li a.search {
    width: 24px;
    margin-left: 0;
    border-bottom: 0;
  }
  header .down__menu ul li a.search::after {
    content: unset;
  }
  header .down__menu ul li a.search::before {
    content: unset;
  }
  header .down__menu ul li a.search svg {
    fill: #fff;
  }
  .detail__content .tp02 a {
    height: 45%;
  }
  .detail__content .tp01 {
    position: relative;
    z-index: 1;
  }
  .detail__content .tp01 a {
    width: 59%;
    height: 171%;
    left: -7px;
    bottom: -286px;
  }
  header .down__menu li .fmenu__links {
    width: 100%;
    padding: 10px 0;
    background: transparent;
    position: relative;
    left: auto;
    top: auto;
    display: none;
    opacity: 1;
    visibility: visible;
  }
  header .down__menu ul {
    height: 100%;
    overflow: auto;
  }
  .frontview .scrolldown {
    width: 35px;
    display: flex;
    position: absolute;
    right: 30px;
    bottom: 20px;
  }
  .open__campus {
    width: 335px;
    height: auto;
    margin: auto;
    margin-top: 30px;
  }
  .open__campus .c__lbl span {
    font-size: 18px;
  }
  .open__campus .content__text {
    padding: 22px 0;
    display: block;
  }
  .open__campus .content__text .c__item {
    width: 100%;
  }
  .open__campus .content__text .c__item .date {
    font-size: 50px;
  }
  .open__campus .content__text .c__item .date span {
    font-size: 20px;
  }
  .open__campus .content__text .c__item .open__mark {
    width: 280px;
    margin: 10px auto;
  }
  .open__campus .content__text .c__item .detail__btn {
    width: 260px;
    height: 40px;
    margin-top: 20px;
  }
  .open__campus .content__text .c__item .detail__btn .lbl {
    font-size: 12px;
  }
  .open__schedule {
    width: 335px;
    margin: 50px auto 0;
    padding: 45px 25px;
  }
  .open__schedule .section-title .gap01 {
    width: 27px;
  }
  .open__schedule .section-title .gap02 {
    width: 27px;
  }
  .open__schedule-inner {
    padding: 0;
  }
  .open__schedule-courses {
    width: 100%;
  }
  .open__schedule-legend .legend__lead {
    font-size: 13px;
  }
  .open__schedule-legend .legend__items {
    margin: 2px auto 0;
    width: 100%;
    height: auto;
    display: block;
  }
  .open__schedule-legend .legend__items li {
    font-size: 13px;
    letter-spacing: -0.03em;
    line-height: 1.6;
  }
  .open__schedule-cards {
    width: 100%;
    margin: auto;
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .open__schedule .schedule-card {
    width: 133px;
  }
  .open__schedule .schedule-card__date .md {
    font-size: 20px;
  }
  .open__schedule .schedule-card__date .y {
    font-size: 12px;
  }
  .open__schedule .schedule-card__date .dow {
    font-size: 10px;
  }
  .open__schedule .schedule-card__ttl {
    margin-top: 12px;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 1.3;
    text-align: center;
    min-height: auto;
  }
  .open__schedule .schedule-card__btn {
    width: 113px;
    height: 20px;
  }
  .open__schedule .schedule-card__btn span {
    font-size: 10px;
  }
  .open__schedule .schedule-card__btn .arrow {
    width: 12px;
    right: 4px;
  }
  .open__schedule-more {
    width: 150px;
    height: 32px;
    margin: 20px auto 0;
    background: #eb5f1d;
    border-radius: 0;
    cursor: pointer;
  }
  .open__schedule-more .lbl {
    font-size: 10px;
  }
  .open__schedule-more .arrow {
    width: 9px;
    right: 10px;
  }
  .open__banners {
    width: 335px;
    margin: auto;
    margin-top: 45px;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .open__banners a {
    width: 100%;
    margin: auto;
  }
  .open__links {
    width: 335px;
    margin: auto;
    margin-top: 50px;
    justify-content: space-between;
    gap: 10px;
  }
  .open__links .p__link {
    width: 162px;
    padding: 0;
  }
  .open__links .p__link .p__inner {
    width: 100%;
    height: 50px;
  }
  .open__links .p__link .p__inner .lbl {
    font-size: 14px;
  }
  .open__links .p__link .p__inner .arrow {
    bottom: 6px;
  }
  .merido__content .merido__item {
    flex: none;
  }
  .merido__content .merido__items .swiper-wrapper {
    gap: 0;
  }
  .merido__content {
    width: 100%;
    padding: 35px 0 55px;
  }
  .merido__content .mark {
    width: 335px;
  }
  .merido__content .merido__item {
    width: 100%;
    max-width: 100%;
  }
  .merido__content .merido__item-image {
    width: 335px;
    margin: auto;
  }
  .merido__content .merido__item-number {
    left: 0;
    bottom: -2px;
    font-size: 150px;
    color: white;
  }
  .merido__content .merido__item-content {
    width: 200px;
    right: 5px;
  }
  .merido__content .merido__items {
    margin-top: 0;
  }
  .merido__content .merido__item-number:after {
    content: "";
    width: 90px;
    height: 5px;
    background: white;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translate(-50%);
  }
  .merido__items-slider__prev {
    width: 28px;
    height: 28px;
    background: url(../img/2026/arrow_left.webp);
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 34%;
    z-index: 1;
    border: 0;
  }
  .merido__items-slider__next {
    width: 28px;
    height: 28px;
    background: url(../img/2026/arrow_right.webp);
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 34%;
    z-index: 1;
    border: 0;
  }
  .program__content .program__inner {
    width: 335px;
    background: url(../img/2026/program_bg_sp.webp);
    background-size: 100% 100%;
    margin: 0 auto;
    padding: 220px 20px 0;
  }
  .program__content .program__inner .gap {
    width: 100%;
    display: flex;
    position: absolute;
    left: 50%;
    top: 30px;
  }
  .program__content .program__grid {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px 0;
  }
  .program__content .program__card--sm {
    width: 144px;
    min-height: auto;
  }
  .program__content .program__overlay {
    width: 120px;
    height: 25px;
    bottom: 5px;
  }
  .program__content .program__overlay .p__text span {
    font-size: 11px;
  }
  .program__content .program__overlay:after {
    left: 2.5px;
    bottom: -2.5px;
  }
  .program__content .program__media {
    border-radius: 0;
  }
  .program__content .program__card--lg {
    min-height: auto;
  }
  .program__content .program__overlay--wide {
    width: 155px;
    height: 30px;
  }
  .program__content .program__overlay--wide .p__text span {
    font-size: 13px;
  }
  .program__content .program__overlay .p__text {
    border-radius: 0;
  }
  .program__content .program__note {
    margin: 44px 0 0;
    font-size: 11px;
    line-height: 1.6;
    color: rgb(0, 0, 0);
    text-align: center;
  }
  .program__content .program__info-inner {
    flex-direction: column-reverse;
  }
  .program__content .experience-card {
    width: 100%;
    border-radius: 20px;
    padding: 0;
  }
  .program__content .experience-card__media .c__image {
    width: 100%;
    height: auto;
  }
  .program__content .experience__slider {
    width: 295px;
    padding: 30px 10px;
  }
  .program__content .experience-slider__prev {
    width: 28px;
    height: 28px;
    left: -40px;
  }
  .program__content .experience-slider__prev::before, .program__content .experience-slider__next::before {
    width: 5px;
    height: 5px;
  }
  .program__content .experience-slider__next {
    width: 28px;
    height: 28px;
    right: -40px;
  }
  .program__content .experience-slider__next::before, .program__content .experience-slider__next::before {
    width: 5px;
    height: 5px;
  }
  .program__content .program__gap {
    width: 100%;
    margin-right: auto;
    margin-top: 0;
  }
  .program__content .experience-card__foot span {
    font-size: 11px;
  }
  .program__content .experience-card__foot {
    font-size: 13px;
  }
  .program__content .experience-card__head .ja {
    font-size: 19px;
  }
  .program__content .experience-card__head .en {
    font-size: 13px;
  }
  .program__content .experience-card__head {
    top: 0;
  }
  .program__content .experience-card__media:after {
    right: -4px;
    bottom: -4px;
  }
  .voice__content {
    width: 335px;
    margin: auto;
    margin-top: 265px;
  }
  .voice__content .voice__inner .gap {
    width: 100%;
    top: -212px;
  }
  .voice__content .voice__inner {
    padding: 30px 20px;
  }
  .voice__content .voice__band-text {
    width: 284px;
    height: 57px;
  }
  .voice__content .voice__band-text:after {
    left: 3px;
    top: 5px;
  }
  .voice__content .voice__band-text .v__text span {
    font-size: 17px;
  }
  .voice__content .voice__chart {
    display: flex;
    width: 100%;
  }
  .voice__map {
    position: relative;
  }
  .voice__map .voice__grid-slider__prev {
    width: 28px;
    height: 28px;
    background: url(../img/2026/arrow_left.webp);
    background-size: 100% 100%;
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    border: 0;
  }
  .voice__map .voice__grid-slider__next {
    width: 28px;
    height: 28px;
    background: url(../img/2026/arrow_right.webp);
    background-size: 100% 100%;
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    border: 0;
  }
  .voice__content .voice-card {
    height: auto;
    background: url(../img/2026/voice_frame.webp);
    background-size: 100% 100%;
    padding: 40px 20px 20px;
  }
  .voice__content .voice-card__icon {
    width: 65px;
  }
  .voice__content .voice-card__meta {
    font-size: 16px;
  }
  .voice__content .voice-card__text {
    font-size: 16px;
  }
  #voice-oc-heading .voice__band-text {
    width: 224px;
    height: 62px;
    position: relative;
  }
  .voice__content .voice__band {
    position: relative;
    z-index: 3;
  }
  .voice__content .voice__grid {
    margin-top: -50px;
  }
  .voice__content .voice__grid .swiper-wrapper {
    display: flex;
    gap: unset;
  }
  .voice__content .voice-senior {
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
    position: relative;
    padding: 0;
  }
  .voice__content .voice-senior .voice__band .v__text span {
    font-size: 20px;
  }
  .voice__content .voice-senior .voice__band .v__text span span {
    font-size: 16px;
  }
  .voice__content .voice-senior__slider .voice__band-text {
    width: 222px;
    height: 64px;
  }
  .voice__content .voice-senior-card__quote {
    width: 100%;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
  }
  .voice__content .voice-senior-card__text {
    flex: 1;
    padding: 40px 15px 20px;
  }
  .voice__content .voice-senior .w__gap {
    width: 150px;
  }
  .voice__content .voice-senior__nav--next {
    width: 28px;
    height: 28px;
    right: -40px;
    border-radius: 0;
  }
  .voice__content .voice-senior__nav::before {
    width: 5px;
    height: 5px;
  }
  .voice__content .voice-senior__nav--prev {
    width: 28px;
    height: 28px;
    left: -40px;
    border-radius: 0;
  }
  .voice__content .voice-senior__nav::before {
    width: 5px;
    height: 5px;
  }
  .voice__content .voice-senior-card__info {
    font-size: 12px;
  }
  .voice__content .voice-senior-card__info .voice-senior-card__name {
    font-size: 15px;
  }
  .voice__content .voice-senior-card__info .voice-senior-card__name span {
    font-size: 12px;
    display: inline-block;
  }
  .voice__content .voice-senior__pagination {
    margin-top: -24px;
  }
  .voice__content .voice-senior-card__rule {
    width: 155px;
    margin: 20px 0;
  }
  .support__content .t__lbl {
    width: 335px;
  }
  .support__content .support__list {
    width: 335px;
  }
  .support__content .support__list .support-list__bar-title {
    width: 100%;
    height: 50px;
    font-size: 18px;
  }
  .support__content .support__list .support-hero__banner .detail__btn {
    width: 260px;
    height: 40px;
    border-radius: 30px;
    position: absolute;
    right: auto;
    left: 50%;
    transform: translate(-50%);
    bottom: 20px;
  }
  .support__content .support__list .support-hero__banner .detail__btn .lbl {
    font-size: 12px;
  }
  .support__content .support__list .support-list__block.sup__pap {
    padding: 30px 25px;
  }
  .support__content .support__list .support-list__skew-title {
    width: 215px;
    height: 44px;
  }
  .support__content .support__list .support-list__skew-title .s__text span {
    font-size: 14px;
  }
  .support__content .support__list .support-list__skew-title:after {
    left: 3px;
    top: 5px;
  }
  .support__content .support__list .support-points-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .support__content .support__list .support-points-grid__ttl {
    font-size: 17px;
  }
  .support__content .support__list .support-points-grid__txt {
    font-size: 13px;
  }
  .support__content .support__list .support-transport__icon {
    width: 30px;
  }
  .support__content .support__list .support-transport__lead {
    width: 100%;
    margin: 0 auto;
    margin-top: 15px;
    padding: 15px 0;
    text-align: center;
    font-size: 12px;
    line-height: 1.8;
  }
  .support__content .support__list .support-transport {
    padding: 28px 20px;
  }
  .support__content .support__list .support-transport__cols {
    margin-top: 20px;
    display: block;
  }
  .support__content .support__list .support-transport__tiers {
    margin-bottom: 20px;
  }
  .support__content .support__list .support-transport__pxote-lead {
    font-size: 12px;
  }
  .support__content .support__list .support-transport__limit-list {
    font-size: 14px;
  }
  .support__content .support__list .support-transport__limit-badge {
    font-size: 12px;
  }
  .support__content .support__list .support-transport__footnotes {
    font-size: 10px;
  }
  .support__content .support__list .support-list__dual {
    display: block;
  }
  .support__content .support__list .support-dual-card__bar {
    font-size: 18px;
  }
  .support__content .support__list .support-dual-card__body {
    padding: 24px 20px 28px;
  }
  .support__content .support__list .support-transport__lead.c01 {
    font-size: 14px;
  }
  .support__content .support__list .support-transport__lead.c01 span {
    font-size: 17px;
  }
  .support__content .support__list .support-dual-card__note {
    font-size: 12px;
  }
  .support__content .support__list .support-dual-card__icon {
    font-size: 60px;
  }
  .support__content .support__list .support-dual-card__icon.c01 {
    width: 43px;
  }
  .support__content .support__list .support-dual-card:last-child {
    margin-top: 25px;
  }
  .support__content .support__list .p__note {
    font-size: 10px;
  }
  .support__content .support__list .support-dual-card__list {
    font-size: 11px;
  }
  .support__content .support__list .support-transport__lead.c02 {
    width: 100%;
  }
  .support__content .support__list .support-list__skew-title.c01 {
    width: 254px;
    height: 64px;
  }
  .support__content .support__list .support-voices .swiper-wrapper {
    flex-wrap: nowrap;
  }
  .support__content .support__list .support-voices {
    list-style: none;
    padding: 0 20px 20px;
    margin: 24px 0 0;
  }
  .sp__content {
    position: relative;
  }
  .sp__content .support-voices-slider__prev {
    width: 28px;
    height: 28px;
    background: url(../img/2026/arrow_left.webp);
    background-size: 100% 100%;
    position: absolute;
    left: -20px;
    top: 34%;
    z-index: 1;
    border: 0;
  }
  .sp__content .support-voices-slider__next {
    width: 28px;
    height: 28px;
    background: url(../img/2026/arrow_right.webp);
    background-size: 100% 100%;
    position: absolute;
    right: -20px;
    top: 34%;
    z-index: 1;
    border: 0;
  }
  .faq__content {
    width: 335px;
    margin: 50px auto 60px;
    padding: 0;
  }
  .faq__content .faq__inner {
    padding: 34px 20px;
  }
  .faq__content .faq__summary {
    font-size: 12px;
    padding: 10px;
  }
  .faq__content .faq__icon::before {
    width: 10px;
    height: 1.5px;
  }
  .faq__content .faq__icon::after {
    width: 1.5px;
    height: 10px;
  }
  .faq__content .faq__answer {
    padding: 20px 0 0;
    background: #fff;
    color: #111;
    font-size: 12px;
  }
  .consult__content {
    width: 335px;
    height: auto;
    margin: auto;
    padding: 30px 20px;
  }
  .consult__content .line {
    width: 100%;
    height: 0px;
    margin: 20px auto;
  }
  .consult__content .c__txt {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.8;
  }
}/*# sourceMappingURL=style.css.map */

@media(max-width:767px)
.down__menu{
	
}
}
.open__schedule .schedule-card.schedule-card--extra {
  display: none !important;
}

.open__schedule .open__schedule-cards.is-show-extra .schedule-card.schedule-card--extra {
  display: flex !important;
}

.open__schedule-more {
  cursor: pointer;
  border: none;
}
.oc-fixed-banner {
  width: 260px;
  height: 240px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9998;
  display: block;
  text-decoration: none;
  overflow: visible;
  transition: transform 0.3s ease;
}

.oc-fixed-banner:hover {
  transform: translateY(-6px);
}

.oc-fixed-banner__body {
	background: url("../img/2026/open_link.png") no-repeat center / cover;
  width: 100%;
  height: 280px;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 36px 20px 16px 26px;
  
  overflow: hidden;
  z-index:3;
}

.oc-fixed-banner__date {
  margin-top: 4px;
  position: absolute;
	bottom:10px;
	right:60px;
	z-index: 1;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  color: #fff;
}
.oc-fixed-banner__num {
  font-size: 54px;
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: 0.03em;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.18);
}
.oc-fixed-banner__day {
  writing-mode: vertical-rl;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .oc-fixed-banner {
  display:none;
}

.oc-fixed-banner:hover {
  transform: translateY(-6px);
}

.oc-fixed-banner__body {
	background: url("../img/2026/open_link.png") no-repeat center / cover;
  width: 100%;
  height: 170px;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 36px 20px 16px 26px;
  
  overflow: hidden;
  z-index:3;
}

.oc-fixed-banner__date {
  margin-top: 4px;
  position: absolute;
	bottom:10px;
	right:30px;
	z-index: 1;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  color: #fff;
}
.oc-fixed-banner__num {
  font-size: 29px;
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: 0.03em;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.18);
}
.oc-fixed-banner__day {
  writing-mode: vertical-rl;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0px;
  padding-top:8px;
}
}
@media screen and (max-width: 768px) {
  header .down__menu {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    padding: 60px 25px 25px;
    background: #eb5f1d;
    position: fixed;
    left: 0;
    top: 0;
    margin: 0;
    z-index: 9998;
    display: none;
    overflow-y: auto;
    box-sizing: border-box;
  }

  .sp-menu {
    position: fixed;
	  right:0px;
    top: 0px;
    z-index: 10000;
    cursor: pointer;
  }
}

.header-search-panel {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10001;
  background: rgba(0, 0, 0, 0.45);
  padding: 120px 20px 20px;
  box-sizing: border-box;
}

.header-search-panel.is-open {
  display: block;
}

.header-search-panel__inner {
  max-width: 720px;
  margin: 0 auto;
  position: relative;
  background: #fff;
  border-radius: 18px;
  padding: 32px 56px 32px 32px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}

.header-search-form {
  display: flex;
  gap: 12px;
}

.header-search-form__input {
  flex: 1;
  min-width: 0;
  height: 52px;
  padding: 0 18px;
  border: 2px solid #eb5f1d;
  border-radius: 999px;
  font-size: 16px;
  outline: none;
}

.header-search-form__submit {
  min-width: 100px;
  height: 52px;
  border: none;
  border-radius: 999px;
  background: #eb5f1d;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.header-search-panel__close {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 14px;
  top: 14px;
  border: none;
  border-radius: 50%;
  background: #f1f1f1;
  color: #333;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.search {
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .header-search-panel {
    padding: 90px 18px 18px;
  }

  .header-search-panel__inner {
    padding: 48px 18px 22px;
    border-radius: 14px;
  }

  .header-search-form {
    display: block;
  }

  .header-search-form__input {
    width: 100%;
    height: 50px;
    font-size: 16px;
  }

  .header-search-form__submit {
    width: 100%;
    margin-top: 12px;
  }
}
@media screen and (max-width: 768px) {
  header .down__menu .search-menu {
    width: 100%;
    justify-content: flex-start;
    text-align: left;
  }

  header .down__menu .search-menu .search {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: fit-content;
    margin: 0;
    color: #fff;
  }

  header .down__menu .search-menu .search svg {
    fill: #fff;
  }

	body{
		padding-bottom:200px;
	}
	.section-contact .contact__info .g__txt{
	text-align:center;
}
	.badge-oc-days-txt{
		display:none;
	}
	.support__content .support__list .support-voices .swiper-wrapper{
		gap:0;
	}
	.section-news .news__items .n__item .n__inner .c__image{
		width:100%;
	}
	
}
.oc-fixed-banner__day{
		position:relative;
		top:5px;
	}
.cpxe__bar {
    width: 100%;
    height: 132.73px;
    background: #eb5f1d;
    position: relative;
}
.cpxe__bar .c__image {
    width: 644px;
    display: flex;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
}
@media screen and (max-width: 768px) {
	    .cpxe__bar {
        width: 100%;
        height: 90px;
    }
    .cpxe__bar .c__image {
        width: 92%;
        display: flex;
        position: absolute;
        left: auto;
        right: 0;
        bottom: 0;
        transform: unset;
    }
}

.pak__contents .p__content--steps {
  height: auto;
  min-height: 0;
  overflow: visible;
}

.pak__contents .p__content--steps .p__content__sticky {
  position: relative;
  top: auto;
  height: 650px;
}

.swiper-slide{
	overflow:visible;
}
.creme__bar {
    width: 100%;
    height: 132.73px;
    background: #eb5f1d;
    position: relative;
}
.creme__bar .c__image {
    width: 644px;
    display: flex;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
}
@media screen and (max-width: 768px) {
    .creme__bar {
        width: 100%;
        height: 90px;
    }
   .creme__bar .c__image {
        width: 335px;
        display: flex;
        position: absolute;
        left: auto;
        right: 0;
        bottom: 0;
        transform: unset;
    }
}
.sp-fixed-footer {
  display: none !important;
}

@media screen and (max-width: 768px) {
  body {
    padding-bottom: 84px;
  }

  .sp-fixed-footer {
    width: 100%;
    height: 62px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10000;
    display: flex !important;
    background: #fff;
    box-shadow: 0 -4px 14px rgba(0, 0, 0, 0.12);
  }

  .sp-fixed-footer__oc {
    width: 57%;
    height: 100%;
    padding: 6px 8px 5px;
    background: linear-gradient(135deg, #f33b4d 0%, #ff6a2b 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    text-decoration: none;
    position: relative;
  }

  .sp-fixed-footer__oc-text {
    position: relative;
    z-index: 2;
    color: #fff;
    line-height: 1;
  }

  .sp-fixed-footer__lead {
    margin: 0 0 3px;
    font-size: 10px;
    font-weight: 900;
    color: #fff;
    line-height: 1.1;
    white-space: nowrap;
  }

  .sp-fixed-footer__date {
    display: flex;
    align-items: flex-end;
    gap: 3px;
    color: #fff;
  }

  .sp-fixed-footer__date .num {
    font-family: AvenirNextCondensed-Bold, Arial, sans-serif;
    font-size: 38px;
    font-weight: 900;
    line-height: 0.9;
    letter-spacing: 0.02em;
  }

  .sp-fixed-footer__date .day {
    writing-mode: vertical-rl;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    padding-top: 3px;
  }

  .sp-fixed-footer__date .txt {
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
    margin-left: 2px;
    margin-bottom: 2px;
  }

  .sp-fixed-footer__people {
    width: 98px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
  }

  .sp-fixed-footer__people img {
    width: 100%;
    height: auto;
    display: block;
  }

  .sp-fixed-footer__request {
    width: 37%;
    height: 100%;
    display: flex;
    background: #178cc8;
    overflow: hidden;
  }

  .sp-fixed-footer__request img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .sp-fixed-footer__menu {
    width: 15%;
    height: 100%;
    background: #f36b21;
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
  }

  .sp-fixed-footer__menu .bars {
    width: 24px;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .sp-fixed-footer__menu .bars span {
    width: 100%;
    height: 2px;
    background: #fff;
    display: block;
    border-radius: 999px;
  }

  .sp-fixed-footer__menu .txt {
    font-size: 9px;
    font-weight: 900;
    color: #fff;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .sp-fixed-footer__menu.open .bars span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .sp-fixed-footer__menu.open .bars span:nth-child(2) {
    opacity: 0;
  }

  .sp-fixed-footer__menu.open .bars span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .sp-fixed-footer__menu .bars span {
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  .sp-fixed-footer__menu.open .txt {
    font-size: 0;
  }

  .sp-fixed-footer__menu.open .txt::before {
    content: "CLOSE";
    font-size: 9px;
  }
	.oc-fixed-banner__body{
		display:none;
	}
	.sp-menu{
		display:none !important;
	}
}