*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  background-color: #ffffff;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
}
body.u-lock-scroll {
  overflow: hidden !important;
}

.container {
  max-width: 1540px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}

.container-sm {
  max-width: 1400px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .container-sm {
    max-width: 100%;
  }
}

.img-fluid {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

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

.sm-only {
  display: none;
}
@media (max-width: 576px) {
  .sm-only {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.heading {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.heading-primary {
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  color: #e4cc2d;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
}
@media (max-width: 991px) {
  .heading-primary {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .heading-primary {
    font-size: 50px;
  }
}
.heading-primary.--white {
  color: #ffffff;
}
.heading-primary.--orange {
  color: #e68e00;
}
.heading-primary.--green {
  color: #669900;
}
.heading-sec {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  color: #000;
  letter-spacing: 0.05em;
}
@media (max-width: 991px) {
  .heading-sec {
    font-size: 18px;
  }
}
.heading-sec.--white {
  color: #ffffff;
}
.heading-sec.--orange {
  color: #e68e00;
}
.heading-ternary {
  display: flex;
  gap: 10px;
  border-bottom: 1px solid rgba(102, 153, 0, 0.5019607843);
  padding-bottom: 30px;
  align-items: center;
}
@media (max-width: 767px) {
  .heading-ternary {
    padding-bottom: 20px;
  }
}
.heading-ternary img {
  width: 31px;
  height: 20px;
}
.heading-ternary .text {
  font-size: 28px;
  line-height: 1.4;
  font-weight: 600;
}
@media (max-width: 767px) {
  .heading-ternary .text {
    font-size: 20px;
  }
}

.primary-btn {
  display: inline-block;
  background-color: #669900;
  color: #ffffff;
  padding: 25px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  max-width: 420px;
  width: 100%;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
}
@media (max-width: 1199px) {
  .primary-btn {
    font-size: 18px;
    max-width: 380px;
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .primary-btn {
    max-width: 330px;
  }
}
@media (max-width: 767px) {
  .primary-btn {
    font-size: 16px;
    max-width: 280px;
  }
}
.primary-btn::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-top: solid 2px;
  border-right: solid 2px;
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: 24px;
  color: #fff;
  transition: transform 0.3s ease;
}
.primary-btn:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .primary-btn:hover {
    opacity: 1;
  }
}
.primary-btn:hover::after {
  transform: translate(6px, -50%) rotate(45deg);
}
@media (max-width: 767px) {
  .primary-btn:hover::after {
    transform: translateY(-50%) rotate(45deg);
  }
}

.floating-btn {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  bottom: 51px;
  right: 40px;
  z-index: 99;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 75px;
  height: 75px;
  outline: 1px solid #fff;
  background-color: #669900;
  padding: 5px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 1440px) {
  .floating-btn {
    bottom: 10px;
  }
}
@media (max-width: 1199px) {
  .floating-btn {
    width: 65px;
    height: 65px;
    bottom: 20px;
  }
}
@media (max-width: 991px) {
  .floating-btn {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .floating-btn {
    width: 45px;
    height: 45px;
    bottom: 40px;
    right: 20px;
  }
}
.floating-btn:hover.is-active {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .floating-btn:hover.is-active {
    opacity: 1;
  }
}
.floating-btn.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.floating-btn__arrow {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
}
.floating-btn__arrow::after {
  position: absolute;
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  border-top: solid 2px;
  border-right: solid 2px;
  transform: translateX(-50%) rotate(-45deg);
  top: 40%;
  left: 50%;
  color: #fff;
}
@media (max-width: 1199px) {
  .floating-btn__arrow::after {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 767px) {
  .floating-btn__arrow::after {
    width: 15px;
    height: 15px;
    top: 45%;
  }
}
.floating-btn__text {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  line-height: 1.16;
}
@media (max-width: 1199px) {
  .floating-btn__text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .floating-btn__text {
    font-size: 14px;
  }
}

.wp-content-inner {
  padding: 0 60px;
}
@media (max-width: 767px) {
  .wp-content-inner {
    padding: 0 20px;
  }
}
.wp-content h1 {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 700;
  color: #222;
  margin-bottom: 30px;
}
.wp-content h2 {
  display: flex;
  gap: 10px;
  border-bottom: 1px solid rgba(102, 153, 0, 0.5);
  padding-bottom: 30px;
  align-items: center;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 600;
  color: #222;
  padding-left: 50px;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .wp-content h2 {
    font-size: 20px;
    padding-left: 45px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.wp-content h2::after {
  content: "";
  position: absolute;
  background-image: url("../img/icons/icons-2.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 31px;
  height: 20px;
  top: 10px;
  left: 0;
}
@media (max-width: 767px) {
  .wp-content h2::after {
    top: 3px;
  }
}
.wp-content h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  background-color: #669900;
  padding: 16px 32px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .wp-content h3 {
    font-size: 16px;
    margin-bottom: 20px;
    padding: 10px 20px;
  }
}
.wp-content h4 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  color: #222;
  margin-bottom: 20px;
}
.wp-content h5 {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: #222;
  margin-bottom: 20px;
}
.wp-content h6 {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  color: #222;
  margin-bottom: 20px;
}
.wp-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  color: #222;
  margin-bottom: 20px;
}
.wp-content p:last-of-type {
  margin-bottom: 0;
}
.wp-content ol {
  list-style: auto;
  margin-left: 23px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .wp-content ol {
    margin-left: 13px;
    padding-bottom: 21px;
  }
}
.wp-content ol li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #222222;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .wp-content ol li {
    font-size: 14px;
  }
}
.wp-content ul {
  margin: 15px 0 20px 20px;
  padding-left: 10px;
  list-style: disc;
}
.wp-content ul li {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #222222;
}
@media (max-width: 767px) {
  .wp-content ul li {
    font-size: 14px;
  }
}
.wp-content blockquote {
  padding-left: 20px;
  margin-bottom: 35px;
  position: relative;
}
.wp-content blockquote::before {
  content: "";
  background-color: #e3e3e3;
  width: 5px;
  height: 100%;
  border-radius: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.primary-btn.black {
  background-color: #4a4a4a;
  color: #fff;
  padding: 25px 20px;
}

.primary-btn.black::after {
  right: 0;
  left: 16px;
  transform: translateY(-50%) rotate(-136deg);
}

.primary-btn.black:hover::after {
  transform: translate(-5px, -50%) rotate(-136deg);
}
@media (max-width: 767px) {
  .primary-btn.black:hover::after {
    transform: translateY(-50%) rotate(-136deg);
  }
}

.header {
  width: 100%;
  background: #ffffff;
  position: sticky;
  top: 0;
  z-index: 999;
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 30px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .header__wrapper {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .header__wrapper {
    padding-left: 16px;
  }
}
.header__logo {
  transition: all 0.5s ease;
  cursor: pointer;
  z-index: 999;
  flex-shrink: 0;
}
@media (max-width: 1440px) {
  .header__logo img {
    width: 390px;
  }
}
@media (max-width: 1199px) {
  .header__logo img {
    width: 340px;
  }
}
@media (max-width: 1000px) {
  .header__logo img {
    width: 320px;
  }
}
@media (max-width: 767px) {
  .header__logo img {
    width: 269px;
  }
}
.header__logo:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .header__logo:hover {
    opacity: 1;
  }
}
.header__hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #669900;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 9999;
  gap: 5px;
}
@media (min-width: 992px) {
  .header__hamburger {
    display: none;
  }
}
.header__hamburger span {
  display: block;
  width: 24px;
  height: 3px;
  background-color: #fff;
  transition:
    transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 0.3s ease;
}
.header__hamburger.is-active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.header__hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.header__hamburger.is-active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.header__nav {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .header__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
    max-height: 0;
    overflow: hidden;
    padding: 100px 20px 60px;
    visibility: hidden;
    transform: translateY(-15px);
    opacity: 0;
    transition:
      opacity 0.3s ease,
      max-height 0.3s ease,
      visibility 0.3s;
    z-index: 11;
  }
  .header__nav.is-active {
    max-height: 90vh;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.header__menu {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
@media (max-width: 1199px) {
  .header__menu {
    margin-right: 10px;
  }
}
@media (max-width: 991px) {
  .header__menu {
    flex-direction: column;
    justify-content: flex-start;
    margin-right: 0;
    width: 100%;
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .header__item {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #000;
  }
}
.header__link {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  line-height: 1;
  transition: all 0.5s ease;
  padding: 41px 20px;
  position: relative;
  display: inline-block;
}
@media (max-width: 1440px) {
  .header__link {
    font-size: 16px;
    padding: 25px 15px;
  }
}
@media (max-width: 1199px) {
  .header__link {
    font-size: 14px;
    padding: 20px 10px;
  }
}
@media (max-width: 991px) {
  .header__link {
    font-size: 16px;
    padding: 0px 0 30px;
    width: 100%;
    text-align: left;
  }
}
.header__link:hover {
  opacity: 0.7;
  color: #e4cc2d;
}
@media (max-width: 767px) {
  .header__link:hover {
    opacity: 1;
    color: #000;
  }
}
.header__link:hover.--blue:hover {
  color: #95dbf3;
}
@media (max-width: 767px) {
  .header__link:hover.--blue:hover {
    color: #000;
  }
}
.header__link:hover.--orange:hover {
  color: #e68e00;
}
@media (max-width: 767px) {
  .header__link:hover.--orange:hover {
    color: #000;
  }
}
.header__link:hover.--purple:hover {
  color: #6155f5;
}
@media (max-width: 767px) {
  .header__link:hover.--purple:hover {
    color: #000;
  }
}
.header__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #669900;
  color: #ffffff;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  transition: all 0.3s ease;
  max-width: 210px;
  width: 100%;
}
@media (max-width: 1440px) {
  .header__cta {
    max-width: 200px;
  }
}
@media (max-width: 1199px) {
  .header__cta {
    font-size: 16px;
    max-width: 170px;
    padding: 10px;
  }
}
@media (max-width: 991px) {
  .header__cta {
    max-width: 200px;
    padding: 20px;
  }
}
.header__cta:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .header__cta:hover {
    opacity: 1;
  }
}
.header__cta .icon-mail {
  margin-right: 10px;
  padding-top: 3px;
}

.footer {
  width: 100%;
  background-color: #ffffff;
}
.footer__wrapper {
  padding: 36px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 1199px) {
  .footer__wrapper {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .footer__wrapper {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .footer__wrapper {
    gap: 22px;
    padding: 36px 0;
  }
}
.footer__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 991px) {
  .footer__info {
    align-items: center;
    text-align: center;
    gap: 10px;
  }
}
.footer__logo {
  display: flex;
  align-items: center;
  transition: all 0.5s ease;
}
.footer__logo:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .footer__logo:hover {
    opacity: 1;
  }
}
.footer__logo img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 1199px) {
  .footer__logo img {
    width: 320px;
  }
}
@media (max-width: 767px) {
  .footer__logo img {
    width: 335px;
  }
}
.footer__address {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.footer__text {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  line-height: 1.8;
}
.footer__text a {
  transition: all 0.3s ease;
}
.footer__text a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .footer__text a:hover {
    opacity: 1;
  }
}
.footer__nav-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
}
@media (max-width: 991px) {
  .footer__nav-wrapper {
    width: 100%;
    align-items: center;
    gap: 30px;
  }
}
.footer__nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 40px;
}
@media (max-width: 1600px) {
  .footer__nav-list {
    gap: 0 20px;
  }
}
@media (max-width: 991px) {
  .footer__nav-list {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .footer__nav-list {
    justify-content: flex-start;
    gap: 20px 15px;
  }
}
.footer__nav-item {
  padding: 16px 0;
}
@media (max-width: 1199px) {
  .footer__nav-item {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .footer__nav-item {
    width: calc(33.3333333333% - 13.3333333333px);
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer__nav-item {
    width: calc(50% - 7.5px);
    padding: 8px 0;
    line-height: 1;
  }
}
.footer__nav-link {
  font-size: 16px;
  color: #000;
  text-decoration: none;
  font-weight: 400;
  cursor: pointer;
  line-height: 1;
  transition: all 0.3s ease;
}
@media (max-width: 1440px) {
  .footer__nav-link {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .footer__nav-link {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer__nav-link {
    text-align: center;
    display: block;
  }
}
@media (max-width: 576px) {
  .footer__nav-link {
    text-align: left;
  }
}
.footer__nav-link:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .footer__nav-link:hover {
    opacity: 1;
  }
}
.footer__banner-link {
  display: block;
  transition: all 0.3s ease;
}
.footer__banner-link:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .footer__banner-link:hover {
    opacity: 1;
  }
}
.footer__banner-link img {
  display: block;
}
.footer__copyright {
  background-color: #669900;
  padding: 20px;
  text-align: center;
}
.footer__copyright-text {
  font-size: 12px;
  color: #ffffff;
  display: block;
  line-height: 1;
  font-weight: 400;
}
@media (max-width: 767px) {
  .footer__copyright-text {
    font-size: 11px;
  }
}

.pagetitlebar {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.pagetitlebar-top {
  padding: 30px 0;
}
@media (max-width: 767px) {
  .pagetitlebar-top {
    padding: 10px 0;
  }
}
.pagetitlebar-bottom {
  padding: 30px 0 60px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(102, 153, 0, 0.1) 100%);
}
@media (max-width: 767px) {
  .pagetitlebar-bottom {
    padding: 20px 0 40px;
  }
}
.pagetitlebar-heading__jp {
  color: #222222;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 767px) {
  .pagetitlebar-heading__jp {
    font-size: 24px;
    line-height: 1.3;
  }
}

.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 16px;
}
.breadcrumb__item {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 767px) {
  .breadcrumb__item {
    font-size: 12px;
  }
}
.breadcrumb__item:not(:first-child)::before {
  content: "";
  width: 5px;
  height: 7px;
  background: url("../img/icons/breadcrumb-arrow.svg") center/cover no-repeat;
  margin-right: 16px;
  flex-shrink: 0;
}
.breadcrumb__link {
  color: #000;
  text-decoration: none;
}
.breadcrumb__link:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .breadcrumb__link:hover {
    opacity: 1;
  }
}

.hero-swiper {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.hero-swiper .swiper-slide {
  width: 78.1%;
  overflow: hidden;
  transition: all 0.3s ease;
  opacity: 1;
}
.hero-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.hero-swiper .swiper-wrapper {
  display: flex;
}
.hero-swiper .swiper-button-next,
.hero-swiper .swiper-button-prev {
  width: 11%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  top: 22px;
  right: 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 0.3s ease;
}
@media (max-width: 767px) {
  .hero-swiper .swiper-button-next,
  .hero-swiper .swiper-button-prev {
    width: 9%;
    background-color: rgba(0, 0, 0, 0.2);
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .hero-swiper .swiper-button-next:hover,
  .hero-swiper .swiper-button-prev:hover {
    background-color: unset;
  }
}
.hero-swiper .swiper-button-next::after,
.hero-swiper .swiper-button-prev::after {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 120px;
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media (max-width: 1199px) {
  .hero-swiper .swiper-button-next::after,
  .hero-swiper .swiper-button-prev::after {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .hero-swiper .swiper-button-next::after,
  .hero-swiper .swiper-button-prev::after {
    width: 45px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .hero-swiper .swiper-button-next::after,
  .hero-swiper .swiper-button-prev::after {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 576px) {
  .hero-swiper .swiper-button-next::after,
  .hero-swiper .swiper-button-prev::after {
    width: 13px;
    height: 30px;
  }
}
.hero-swiper .swiper-button-prev {
  left: 0;
}
.hero-swiper .swiper-button-prev::after {
  background-image: url("../img/icons/arrow-left.svg");
}
@media (max-width: 767px) {
  .hero-swiper .swiper-button-prev::after {
    background-image: url("../img/icons/arrow-left-sp.svg");
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .hero-swiper .swiper-button-prev:hover::after {
    transform: translateX(-12px);
  }
}
.hero-swiper .swiper-button-next::after {
  background-image: url("../img/icons/arrow-right.svg");
}
@media (max-width: 767px) {
  .hero-swiper .swiper-button-next::after {
    background-image: url("../img/icons/arrow-right-sp.svg");
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .hero-swiper .swiper-button-next:hover::after {
    transform: translateX(12px);
  }
}

.talent {
  padding: 116px 0 100px;
}
@media (max-width: 991px) {
  .talent {
    padding: 76px 0 0;
  }
}
.talent__wrapper {
  position: relative;
}
.talent__wrapper::after {
  content: attr(data-title);
  position: absolute;
  color: #f8f2cb;
  font-size: 180px;
  font-weight: 600;
  letter-spacing: -0.05em;
  font-family: "Inter", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  top: 0;
  right: 0;
  z-index: -1;
  pointer-events: none;
  width: max-content;
}
@media (max-width: 1199px) {
  .talent__wrapper::after {
    font-size: 140px;
    top: 27px;
  }
}
@media (max-width: 991px) {
  .talent__wrapper::after {
    font-size: 100px;
    top: 45px;
  }
}
@media (max-width: 767px) {
  .talent__wrapper::after {
    font-size: 68px;
    top: 80px;
  }
}
.talent__row {
  padding-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
}
@media (max-width: 991px) {
  .talent__row {
    justify-content: flex-start;
  }
}
.talent__col {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  flex: 0 0 20%;
  transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .talent__col {
    flex: 0 0 25%;
  }
}
@media (max-width: 768px) {
  .talent__col {
    flex: 0 0 33.3333333333%;
  }
}
@media (max-width: 576px) {
  .talent__col {
    flex: 0 0 50%;
  }
}
.talent__col::before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(102, 153, 0, 0) 86.06%, rgba(102, 153, 0, 0.59) 100%);
  inset: 0;
  z-index: 1;
  opacity: 1;
  visibility: visible;
  transition:
    opacity 0.4s ease,
    visibility 0.4s ease;
}
.talent__col-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.talent__col-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.talent__col-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.4s ease;
}
.talent__col-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  color: #fff;
  text-align: center;
  background: rgba(102, 153, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.4s ease,
    visibility 0.4s ease;
  z-index: 2;
}
.talent__col:hover::before {
  opacity: 0;
  visibility: hidden;
}
.talent__col:hover .talent__col-img img {
  transform: scale(1.1);
}
.talent__col:hover .talent__col-overlay {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .talent__col:hover::before {
    opacity: 1;
    visibility: visible;
  }
  .talent__col:hover .talent__col-img img {
    transform: scale(1);
  }
  .talent__col:hover .talent__col-overlay {
    opacity: 0;
    visibility: hidden;
  }
}
.talent__categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  .talent__categories {
    padding-bottom: 10px;
  }
}
.talent__category {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
@media (max-width: 1199px) {
  .talent__category {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .talent__category {
    font-size: 16px;
  }
}
.talent__text {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding-bottom: 10px;
}
@media (max-width: 1199px) {
  .talent__text {
    font-size: 20px;
    padding-bottom: 6px;
  }
}
.talent__subtext {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  font-family: "Inter", sans-serif;
}
@media (max-width: 1199px) {
  .talent__subtext {
    font-size: 14px;
  }
}
.talent__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
}

.request {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .request {
    margin-top: 96px;
  }
}
.request__row {
  display: flex;
  justify-content: center;
  align-items: stretch;
  position: relative;
}
@media (max-width: 767px) {
  .request__row {
    flex-direction: column;
  }
}
.request__row::after {
  content: attr(data-title);
  position: absolute;
  color: #95dbf3;
  font-size: 180px;
  font-weight: 600;
  letter-spacing: -0.05em;
  font-family: "Inter", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  top: -124px;
  left: 0;
  z-index: 22;
  pointer-events: none;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .request__row::after {
    font-size: 140px;
    top: -105px;
  }
}
@media (max-width: 991px) {
  .request__row::after {
    font-size: 100px;
    top: -75px;
  }
}
@media (max-width: 767px) {
  .request__row::after {
    font-size: 68px;
    top: -45px;
  }
}
.request__col {
  width: 50%;
  position: relative;
}
@media (max-width: 767px) {
  .request__col {
    width: 100%;
  }
}
.request__col img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.request__col-img {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
}
.request__col:first-of-type {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .request__col:first-of-type {
    display: block;
  }
}
@media (max-width: 767px) {
  .request__col:last-of-type .request__col-img {
    position: unset;
  }
}
@media (max-width: 576px) {
  .request__col:last-of-type .request__col-img img {
    aspect-ratio: 375/321;
  }
}
.request__col-inner {
  padding: 96px 0 106px 70px;
}
@media (max-width: 991px) {
  .request__col-inner {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .request__col-inner {
    padding: 66px 0 60px;
  }
}
.request .heading {
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .request .heading {
    padding-bottom: 24px;
  }
}
.request .heading-primary {
  font-family: "Inter", sans-serif;
}
@media (max-width: 1199px) {
  .request .heading-primary {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .request .heading-primary {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .request .heading-sec {
    font-size: 18px;
  }
}
.request__desc {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.75;
  color: #fff;
  padding-bottom: 48px;
}
@media (max-width: 1199px) {
  .request__desc {
    font-size: 16px;
    padding-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .request__desc {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .request__desc {
    padding-bottom: 48px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .request__btn {
    display: flex;
    justify-content: center;
  }
}

.news {
  padding: 100px 0 0;
  position: relative;
}
@media (max-width: 1199px) {
  .news {
    padding: 80px 0 0;
  }
}
@media (max-width: 767px) {
  .news {
    padding: 60px 0 0;
  }
}
.news::after {
  content: attr(data-title);
  position: absolute;
  color: #f8e7cb;
  font-size: 180px;
  font-weight: 600;
  letter-spacing: -0.05em;
  font-family: "Inter", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  top: -24px;
  right: 0;
  z-index: -1;
  pointer-events: none;
  width: max-content;
}
@media (max-width: 1199px) {
  .news::after {
    font-size: 125px;
    top: -13px;
  }
}
@media (max-width: 991px) {
  .news::after {
    font-size: 100px;
    top: -7px;
  }
}
@media (max-width: 767px) {
  .news::after {
    font-size: 68px;
    top: -10px;
  }
}
.news__wrapper {
  display: flex;
  background-color: #ffffff;
  padding: 48px 80px 68px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 100px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .news__wrapper {
    gap: 40px;
    padding: 40px;
  }
}
@media (max-width: 991px) {
  .news__wrapper {
    padding: 30px 20px;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .news__wrapper {
    flex-direction: column;
    padding: 46px 20px 50px;
    gap: 30px;
  }
}
.news__col {
  flex: 0 0 200px;
}
@media (max-width: 767px) {
  .news__col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.news__col:last-child {
  flex: 1 1 auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  .news__col:last-child {
    flex: 0 0 100%;
  }
}
.news .heading {
  padding-bottom: 36px;
  padding-top: 16px;
}
@media (max-width: 767px) {
  .news .heading {
    padding-bottom: 24px;
    padding-top: 0;
  }
}
.news__btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  padding: 16px 0;
  border-bottom: 1px solid rgba(102, 153, 0, 0.5);
  text-decoration: none;
  transition: all 0.3s ease;
}
.news__btn:hover .news__btn-icon::after {
  right: 25%;
}
@media (max-width: 767px) {
  .news__btn:hover .news__btn-icon::after {
    right: 40%;
  }
}
.news__btn:hover .news__btn-text {
  color: #669900;
}
@media (max-width: 767px) {
  .news__btn:hover .news__btn-text {
    color: #222;
  }
}
.news__btn-text {
  font-size: 16px;
  font-weight: bold;
  color: #222222;
  line-height: 1.5;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .news__btn-text {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .news__btn-text {
    font-size: 16px;
  }
}
.news__btn-icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-color: #669900;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.news__btn-icon::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-top: solid 2px;
  border-right: solid 2px;
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: 40%;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .news__btn-icon::after {
    right: 40%;
  }
}
.news__link {
  display: flex;
  align-items: flex-start;
  padding: 32px 0 31px;
  gap: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(102, 153, 0, 0.5);
}
@media (max-width: 991px) {
  .news__link {
    padding: 20px 0 21px;
    gap: 8px;
  }
}
.news__link:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .news__link:hover {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .news__link {
    flex-direction: column;
  }
}
.news__date {
  font-size: 16px;
  font-weight: 400;
  color: #669900;
  line-height: 1.75;
  font-family: "Inter", sans-serif;
}
@media (max-width: 991px) {
  .news__date {
    font-size: 14px;
  }
}
.news__desc {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .news__desc {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .news__desc {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .news__desc {
    font-size: 14px;
    display: block;
  }
}

.entertainment {
  position: relative;
  padding: 80px 0 120px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .entertainment {
    padding: 60px 0 80px;
  }
}
@media (max-width: 991px) {
  .entertainment {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .entertainment {
    padding: 48px 0 100px;
  }
}
.entertainment::after {
  content: "";
  position: absolute;
  background-image: url("../img/entertainment/bg.webp");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
}
@media (max-width: 767px) {
  .entertainment::after {
    background-image: url("../img/entertainment/bg-sp.webp");
    height: 59px;
    width: 100%;
    background-color: #669900;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 1920px) {
  .entertainment::after {
    background-color: #669900;
  }
}
.entertainment__wrapper {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 40px;
  width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .entertainment__wrapper {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .entertainment__wrapper {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
.entertainment__item {
  position: relative;
  width: calc(50% - 20px);
  height: auto;
  display: flex;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
}
@media (max-width: 767px) {
  .entertainment__item {
    width: 90%;
  }
}
@media (max-width: 576px) {
  .entertainment__item {
    width: 100%;
  }
}
.entertainment__item:hover .entertainment__bg {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .entertainment__item:hover .entertainment__bg {
    transform: scale(1);
  }
}
.entertainment__item:hover .entertainment__bg::before {
  background-color: transparent;
}
@media (max-width: 767px) and (max-width: 767px) {
  .entertainment__item:hover .entertainment__bg::before {
    background-color: rgba(0, 0, 0, 0.4);
  }
}
.entertainment__item:hover .entertainment__arrow {
  background-color: #669900;
  transform: translateX(5px);
}
@media (max-width: 767px) {
  .entertainment__item:hover .entertainment__arrow {
    background-color: #fff;
    transform: unset;
  }
}
.entertainment__item:hover .entertainment__arrow::after {
  color: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media (max-width: 767px) {
  .entertainment__item:hover .entertainment__arrow::after {
    color: #669900;
  }
}
.entertainment__bg {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4);
  transition: transform 0.45s ease;
}
.entertainment__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .entertainment__bg img {
    aspect-ratio: 335/200;
  }
}
.entertainment__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  transition: background-color 0.45s ease;
}
.entertainment__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 36px 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  z-index: 2;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .entertainment__content {
    padding: 20px;
  }
}
@media (max-width: 1600px) {
  .entertainment .heading-primary {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .entertainment .heading-primary {
    font-size: 44px;
  }
}
@media (max-width: 991px) {
  .entertainment .heading-primary {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .entertainment .heading-primary {
    font-size: 40px;
  }
}
@media (max-width: 1600px) {
  .entertainment .heading-sec {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .entertainment .heading-sec {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .entertainment .heading-sec {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .entertainment .heading-sec {
    font-size: 16px;
  }
}
.entertainment__arrow {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 80px;
  height: 80px;
  background-color: #ffffff;
  z-index: 2;
  transition:
    background-color 0.4s ease,
    transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (max-width: 1600px) {
  .entertainment__arrow {
    width: 65px;
    height: 65px;
  }
}
@media (max-width: 1199px) {
  .entertainment__arrow {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 991px) {
  .entertainment__arrow {
    width: 40px;
    height: 40px;
    right: 20px;
  }
}
.entertainment__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%) rotate(45deg);
  border-top: solid 4px;
  border-right: solid 4px;
  width: 18px;
  height: 18px;
  color: #669900;
  backface-visibility: hidden;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .entertainment__arrow::after {
    width: 16px;
    height: 16px;
    border-top: solid 3px;
    border-right: solid 3px;
  }
}
@media (max-width: 991px) {
  .entertainment__arrow::after {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 767px) {
  .entertainment__arrow::after {
    border-top: solid 2px;
    border-right: solid 2px;
    width: 12px;
    height: 12px;
  }
}

.star {
  position: relative;
  width: 100%;
  min-height: 700px;
  padding: 100px 0;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #0b0504;
}
@media (max-width: 991px) {
  .star {
    padding: 60px 0 80px;
  }
}
@media (max-width: 767px) {
  .star {
    padding: 60px 0 286px;
  }
}
.star__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.star__bg-left,
.star__bg-right {
  position: absolute;
  bottom: 0;
}
.star__bg-left {
  left: 0;
  z-index: 1;
}
.star__bg-right {
  right: 0;
  z-index: 0;
}
.star__wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.star__top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .star__top {
    padding-bottom: 36px;
  }
}
.star__top-ttl {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .star__top-ttl {
    font-size: 20px;
  }
}
.star__top img {
  object-fit: contain;
  display: block;
}
@media (max-width: 767px) {
  .star__top img {
    height: 136px;
    width: 201px;
  }
}
.star__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.star-info {
  text-align: center;
  width: 100%;
}
.star-desc {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .star-desc {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .star-desc {
    margin-bottom: 30px;
  }
}
.star-text {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .star-text {
    font-size: 16px;
  }
}
.star-subtext {
  font-size: 36px;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .star-subtext {
    font-size: 24px;
    margin-bottom: 36px;
  }
}
.star-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  max-width: 400px;
  width: 100%;
  padding: 15px;
  min-height: 100px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .star-btn {
    font-size: 20px;
    max-width: 340px;
  }
}
@media (max-width: 767px) {
  .star-btn {
    font-size: 16px;
    max-width: 280px;
    min-height: 70px;
  }
}
.star-btn::before {
  content: "";
  background-image: url("../img/entertainment/btn-pc-2.webp");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .star-btn::before {
    background-image: url("../img/entertainment/btn-sp-2.webp");
  }
}
.star-btn::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-top: solid 2px;
  border-right: solid 2px;
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: 24px;
  color: #fff;
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  .star-btn::after {
    content: unset;
  }
}
.star-btn:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .star-btn:hover {
    opacity: 1;
  }
}

.cta {
  width: 100%;
  padding: 80px 0;
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 46%, #f0f5e6 40%, #f0f5e6 100%);
}
@media (max-width: 767px) {
  .cta {
    padding: 59px 0;
  }
}
.cta__wrapper {
  background-color: #ffffff;
  padding: 56px 40px 70px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .cta__wrapper {
    padding: 36px 20px 40px;
  }
}
.cta .heading {
  text-align: center;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .cta .heading {
    padding-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .cta .heading-primary {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .cta .heading-sec {
    font-size: 16px;
  }
}
.cta__row {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 40px;
}
@media (max-width: 767px) {
  .cta__row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
}
.cta__btn {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 36px 20px;
  max-width: 630px;
  width: 100%;
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  .cta__btn {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cta__btn {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .cta__btn:last-of-type {
    padding: 29px 20px;
  }
}
.cta__btn:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .cta__btn:hover {
    opacity: 1;
  }
}
.cta__btn.--light-green {
  background-color: #f0f5e6;
  color: #000000;
}
.cta__btn.--dark-green {
  background-color: #669900;
  color: #ffffff;
}
.cta__tel-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .cta__tel-content {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .cta__tel-content {
    gap: 0;
    margin-bottom: 8px;
  }
}
.cta__tel-content::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 40px;
  background-image: url("../img/icons/phone.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1199px) {
  .cta__tel-content::before {
    width: 30px;
    height: 28px;
  }
}
@media (max-width: 767px) {
  .cta__tel-content::before {
    width: 28px;
    height: 28px;
  }
}
.cta__tel-number {
  font-size: 42px;
  font-weight: 600;
  color: #000;
  line-height: 1;
  font-family: "Inter", sans-serif;
}
@media (max-width: 1199px) {
  .cta__tel-number {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .cta__tel-number {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .cta__tel-number {
    font-size: 28px;
  }
}
.cta__tel-time {
  font-size: 16px;
  line-height: 1.75;
  color: #222222;
  font-weight: 400;
}
@media (max-width: 991px) {
  .cta__tel-time {
    font-size: 14px;
  }
}
.cta__mail-text {
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .cta__mail-text {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .cta__mail-text {
    font-size: 16px;
  }
}

.process__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 34px;
  padding: 80px 0 100px;
}
@media (max-width: 991px) {
  .process__row {
    align-items: flex-start;
    padding: 60px 0 80px;
  }
}
@media (max-width: 767px) {
  .process__row {
    flex-direction: column;
    align-items: center;
  }
}
.process__col:first-of-type {
  flex: 1;
}
.process__col:last-of-type {
  width: 36.7%;
}
@media (max-width: 1440px) {
  .process__col:last-of-type {
    width: 40%;
  }
}
@media (max-width: 800px) {
  .process__col:last-of-type {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .process__col:last-of-type {
    width: 100%;
  }
}
.process__col-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 46px;
  max-width: 578px;
  width: 100%;
}
@media (max-width: 1199px) {
  .process__col-inner {
    gap: 20px;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .process__col-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .process__col-inner {
    align-items: center;
  }
}
.process__col img {
  display: block;
}
@media (max-width: 1440px) {
  .process__col img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .process__col img {
    width: 80%;
    height: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .process__col img {
    aspect-ratio: 335/223;
    width: 100%;
    height: 100%;
  }
}
.process__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  color: #222;
  padding-bottom: 15px;
}
@media (max-width: 1440px) {
  .process__title {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .process__title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .process__title {
    font-size: 20px;
    padding-bottom: 18px;
  }
}
.process__desc {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #222;
  padding-bottom: 30px;
}
@media (max-width: 1199px) {
  .process__desc {
    font-size: 16px;
  }
}
@media (max-width: 800px) {
  .process__desc {
    font-size: 14px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .process__desc {
    font-size: 16px;
    padding-bottom: 20px;
  }
}
.process .news__btn {
  max-width: 232px;
  width: 100%;
}
@media (max-width: 991px) {
  .process .news__btn {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .process .news__btn {
    padding: 16px 0;
  }
}
.process .primary-btn {
  max-width: 300px;
  padding: 20px;
  font-size: 18px;
}
@media (max-width: 1199px) {
  .process .primary-btn {
    max-width: 260px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .process .primary-btn {
    max-width: 300px;
    padding: 22px;
  }
}
.process .heading {
  text-align: center;
  gap: 0;
}
.process .heading-primary {
  font-size: 48px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .process .heading-primary {
    font-size: 40px;
  }
}
.process .heading-sec {
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .process .heading-sec {
    font-size: 20px;
  }
}
.process__content {
  background-color: #f7faf2;
  padding-top: 80px;
}
@media (max-width: 767px) {
  .process__content {
    padding-top: 60px;
  }
}
.process__block {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 60px 0 100px;
}
@media (max-width: 767px) {
  .process__block {
    padding: 60px 0 80px;
  }
}
.process__item {
  position: relative;
  display: flex;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(102, 153, 0, 0.4);
  border: 3px solid #669900;
  background-color: #669900;
}
@media (max-width: 767px) {
  .process__item {
    flex-direction: column;
    width: 80%;
    height: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .process__item {
    width: 100%;
    height: 100%;
  }
}
.process__item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -43px;
  left: 37px;
  width: 70px;
  height: 42px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #669900;
  z-index: 2;
}
@media (max-width: 991px) {
  .process__item:not(:last-child)::after {
    bottom: -37px;
    height: 35px;
    width: 60px;
  }
}
@media (max-width: 767px) {
  .process__item:not(:last-child)::after {
    left: 50%;
    bottom: -63px;
    height: 41px;
    width: 70px;
    transform: translate(-50%, -50%);
  }
}
.process__item-inner {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
  padding: 27px 40px;
  gap: 30px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  background-color: #fff;
}
@media (max-width: 1199px) {
  .process__item-inner {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .process__item-inner {
    flex-direction: column;
    border-radius: unset;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    padding: 20px 20px 30px;
    gap: 20px;
  }
}
.process__item.--orange {
  border-color: #fb9b00;
  background-color: #fb9b00;
}
.process__item.--orange::after {
  background-color: #fb9b00 !important;
}
.process__item.--orange .process__number {
  background-color: #fb9b00;
}
.process__item.--orange .process__text {
  color: #fb9b00;
}
.process__item.--black .process__text {
  color: #222222;
}
.process__number {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #669900;
  color: #ffffff;
  font-size: 78px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: -0.05em;
  font-family: "Inter", sans-serif;
  width: 100%;
  max-width: 150px;
  padding: 25px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media (max-width: 991px) {
  .process__number {
    font-size: 50px;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .process__number {
    font-size: 40px;
    line-height: 1;
    max-width: 100%;
    padding: 10px;
    border-top: 10px;
    border-bottom: 10px;
    border-radius: unset;
  }
}
.process__text {
  color: #669900;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  flex: 1;
}
@media (max-width: 1199px) {
  .process__text {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .process__text {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .process__text {
    text-align: center;
    font-size: 20px;
  }
}
.process__text-row {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.process__subtext {
  color: #222222;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .process__subtext {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .process__subtext {
    text-align: center;
  }
}
.process__image {
  width: 21.4%;
  height: 100%;
  flex-shrink: 0;
}
@media (max-width: 1440px) {
  .process__image {
    width: 30%;
  }
}
@media (max-width: 1199px) {
  .process__image {
    width: 34%;
  }
}
@media (max-width: 767px) {
  .process__image {
    width: 80%;
  }
}
@media (max-width: 576px) {
  .process__image {
    width: 83.3%;
  }
}
.process__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 240/160;
}

.page-news .news {
  padding: 80px 0 100px;
}
@media (max-width: 767px) {
  .page-news .news {
    padding: 60px 0 80px;
  }
}
.page-news .news::after {
  content: unset;
}
.page-news .news__wrapper {
  display: block;
  box-shadow: unset;
  position: unset;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-news .news__wrapper {
    padding: 0 10px;
  }
}
.page-news .news__col {
  max-width: 100%;
}
.page-news .pagetitlebar-heading__jp {
  line-height: 1;
}

.news-details {
  padding: 80px 0 100px;
}
.news-details::after {
  content: none;
}
@media (max-width: 767px) {
  .news-details {
    padding: 60px 0 0;
  }
}
.news-details__content {
  padding-bottom: 60px;
}
.news-details__desc {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 1.8;
}
.news-details .carrer__btn {
  padding: 0;
}

.pagination {
  margin-top: 40px;
}
.pagination__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .pagination__list {
    gap: 10px 8px;
    flex-wrap: wrap;
  }
}
.pagination__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination__item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 48px;
  padding: 0 16px;
  background: rgba(102, 153, 0, 0.1);
  color: #000;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
  transition: 0.3s ease;
}
.pagination__item a:hover {
  background: #669900;
  color: #fff;
}
.pagination__item.-active a {
  background: #669900;
  color: #fff;
  font-weight: 600;
}
.pagination__item.-dots {
  min-width: 48px;
  height: 48px;
  font-size: 20px;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination__item.-prev a,
.pagination__item.-next a {
  position: relative;
  background: transparent;
  min-width: 48px;
}
.pagination__item.-prev a::before,
.pagination__item.-next a::before {
  content: "";
  width: 10px;
  height: 16px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14'%3E%3Cpath d='M1 1L7 7L1 13' stroke='%23669900' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.pagination__item.-prev a:hover,
.pagination__item.-next a:hover {
  background: rgba(102, 153, 0, 0.08);
}
.pagination__item.-prev a::before {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .pagination__item a {
    min-width: 40px;
    height: 40px;
    font-size: 14px;
  }
  .pagination__item.-dots {
    min-width: 40px;
    height: 40px;
  }
}

.profile {
  padding: 80px 0 100px;
}
@media (max-width: 767px) {
  .profile {
    padding: 60px 0 60px;
  }
}
.profile__logo {
  text-align: center;
  padding-bottom: 48px;
  max-width: 506px;
  height: auto;
  width: 100%;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .profile__logo {
    max-width: 290px;
  }
}
.profile .view__content {
  width: 100%;
}
.profile .view__table {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .profile .view__table td {
    padding: 14px;
  }
}
.profile .view__table th {
  width: 13%;
}
@media (max-width: 767px) {
  .profile .view__table th {
    width: 30%;
    padding: 14px;
  }
}

.container.sec {
  max-width: 1400px;
}

.view {
  margin-block: 60px 100px;
}
@media (max-width: 767px) {
  .view {
    margin-block: 60px;
  }
}
.view__button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  max-width: 232px;
  width: 100%;
  padding: 16px 0;
  border-bottom: 1px solid rgba(74, 74, 74, 0.5019607843);
  text-decoration: none;
  transition: all 0.3s ease;
}
.view__button:hover {
  border-bottom: 1px solid #669900;
}
@media (max-width: 767px) {
  .view__button:hover {
    border-bottom: 1px solid rgba(74, 74, 74, 0.5019607843);
  }
}
.view__button:hover-text {
  color: #669900;
}
@media (max-width: 767px) {
  .view__button:hover-text {
    color: #222222;
  }
}
.view__button:hover .view__button-text {
  color: #669900;
}
@media (max-width: 767px) {
  .view__button:hover .view__button-text {
    color: #222222;
  }
}
.view__button:hover .view__button-icon {
  background-color: #669900;
}
@media (max-width: 767px) {
  .view__button:hover .view__button-icon {
    background-color: #4a4a4a;
  }
}
.view__button:hover .view__button-icon::after {
  right: 60%;
}
@media (max-width: 767px) {
  .view__button:hover .view__button-icon::after {
    right: 45%;
  }
}
.view__button-text {
  font-size: 16px;
  font-weight: 700;
  color: #222222;
  line-height: 1.5;
  transition: all 0.3s ease-in-out;
}
.view__button-icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-color: #4a4a4a;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.view__button-icon::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-top: solid 2px;
  border-right: solid 2px;
  transform: translate(50%, -50%) rotate(-135deg);
  top: 50%;
  right: 45%;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .view__button-icon::after {
    right: 45%;
  }
}
.view__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 80px;
  margin-inline: auto;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .view__row {
    gap: 25px;
  }
}
@media (max-width: 767px) {
  .view__row {
    flex-direction: column;
    gap: 30px;
    margin-top: unset;
  }
}
.view__box {
  width: 39.8%;
}
@media (max-width: 767px) {
  .view__box {
    width: 65%;
    margin-inline: auto;
  }
}
@media (max-width: 575px) {
  .view__box {
    width: 100%;
  }
}
.view__images {
  margin-bottom: 16px;
}
.view__images .mySwiper2 {
  overflow: hidden;
  visibility: hidden;
}
.view__images .mySwiper2 .swiper-slide {
  aspect-ratio: 540/650;
}
.view__images .mySwiper2 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.view__images .mySwiper2 .swiper-button-next,
.view__images .mySwiper2 .swiper-button-prev {
  color: #fff;
  width: 40px;
  height: 40px;
}
.view__images .mySwiper2 .swiper-button-next::after,
.view__images .mySwiper2 .swiper-button-prev::after {
  font-size: 18px;
  font-weight: 700;
}
.view__image-wrap .swiper-slide {
  cursor: pointer;
  position: relative;
}
.view__image-wrap .swiper-slide img {
  object-fit: cover;
  display: block;
  aspect-ratio: 100/100;
}
.view__image-wrap .swiper-slide-thumb-active{
  width: fit-content;
}
.view__image-wrap .swiper-slide-thumb-active::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid rgba(102, 153, 0, 0.5);
  pointer-events: none;
}

@media (max-width: 767px) {
  .view__image-wrap .swiper-slide img {
    width: 100%;
    height: auto;
  }
}
.view__block h2 {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .view__block h2 {
    margin-bottom: 40px;
  }
}
.view__title {
  font-size: 48px;
  color: #222;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 767px) {
  .view__title {
    font-size: 36px;
  }
}
.view__content {
  width: 61%;
}
@media (max-width: 767px) {
  .view__content {
    width: 100%;
  }
}
.view__kana-name {
  font-size: 20px;
  color: #222;
  margin-top: 10px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .view__kana-name {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .view__kana-name {
    font-size: 16px;
  }
}
.view__kana-eng {
  font-size: 20px;
  color: #222;
  margin-top: 10px;
  font-weight: 500;
  position: relative;
  margin-left: 25px;
  padding-left: 28px;
}
.view__kana-eng::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 22px;
  background-color: #222;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .view__kana-eng {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .view__kana-eng {
    font-size: 16px;
  }
}
.view__image-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 30px;
}
.view__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.view__badge {
  display: inline-block;
  background-color: #669900;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding: 3px 10px;
}
.view__content-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .view__content-header {
    margin: 60px 0 30px;
  }
}
.view__table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #669900;
  border-bottom: 1px solid #669900;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .view__table {
    margin-bottom: 27px;
  }
}
.view__table tr {
  border-bottom: 1px solid rgba(102, 153, 0, 0.5019607843);
}
.view__table tr:last-of-type {
  border-bottom: unset;
}
.view__table th {
  width: 18.8%;
  background-color: #eff4e6;
  color: #000;
  text-align: left;
  padding: 19px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  vertical-align: middle;
}
.view__table th:last-of-type {
  border-bottom: unset;
}
@media (max-width: 991px) {
  .view__table th {
    font-size: 14px;
    width: 22%;
  }
}
@media (max-width: 767px) {
  .view__table th {
    width: 30%;
    line-height: 1.5;
    padding: 16px 14px;
  }
}
.view__table td {
  width: 75%;
  padding: 19px 16px;
  font-size: 16px;
  color: #222222;
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .view__table td {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .view__table td {
    line-height: 1.5;
    padding: 16px 14px;
  }
}
.view__socialmedia {
  margin-top: 27px;
}
.view__socialmedia h2 {
  font-size: 24px;
  color: #669900;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .view__socialmedia h2 {
    font-size: 20px;
  }
}
.view__socialmedia-icons {
  display: flex;
  gap: 20px;
  align-items: center;
}
.view__socialmedia-icons a {
  display: inline-block;
  transition: all 0.25s ease;
}
.view__socialmedia-icons a:hover {
  opacity: 0.5;
}
.view__desc {
  margin: 0 0 60px;
  border: 1px solid rgba(102, 153, 0, 0.5019607843);
  padding: 40px 80px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  color: #222;
}
@media (max-width: 991px) {
  .view__desc {
    padding: 40px 40px 60px;
  }
}
@media (max-width: 767px) {
  .view__desc {
    padding: 20px;
    font-size: 14px;
  }
}
.view__header-right {
  border: 1px solid #669900;
  max-width: 106px;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  color: #669900;
  font-weight: 500;
  background-color: #fff;
  padding: 10px 20px;
  text-align: start;
  position: relative;
  transition: all 0.3s ease;
}
.view__header-right:hover {
  opacity: 0.7;
}
.view__header-right::after {
  content: "";
  position: absolute;
  background-image: url("../img/icons/print-icon.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  top: 50%;
  right: 8px;
  transform: translate(-50%, -50%);
}

.carrer {
  background: rgba(102, 153, 0, 0.0509803922);
  padding-block: 100px;
}
@media (max-width: 767px) {
  .carrer {
    padding-block: 60px;
  }
}
.carrer__wrapper {
  background: #ffffff;
  padding: 60px 80px;
}
@media (max-width: 1199px) {
  .carrer__wrapper {
    padding: 60px 60px;
  }
}
@media (max-width: 991px) {
  .carrer__wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 767px) {
  .carrer__wrapper {
    padding: 60px 20px;
  }
}
.carrer .heading {
  text-align: center;
  gap: 0;
}
.carrer .heading-primary {
  font-size: 48px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .carrer .heading-primary {
    font-size: 40px;
  }
}
.carrer .heading-sec {
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .carrer .heading-sec {
    font-size: 20px;
  }
}
.carrer__table {
  padding-top: 40px;
  scroll-margin-top: 60px;
}

@media (max-width: 767px) {
  .carrer .affiliated-talents {
    margin-top: 40px;
  }
}

.carrer__btn {
  text-align: center;
  padding: 60px 0 100px;
}
@media (max-width: 767px) {
  .carrer__btn {
    padding: 60px 0 0;
  }
}

.view__block {
  background-color: rgba(102, 153, 0, 0.1);
  padding: 48px 60px 60px;
}
.view__block.--padding {
  background-color: #f7faf2;
}
@media (max-width: 991px) {
  .view__block {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .view__block {
    padding: 48px 20px 60px;
  }
}

.carrer__block {
  background-color: rgba(102, 153, 0, 0.1);
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .carrer__block {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .carrer__block {
    padding-bottom: 48px;
  }
}

.carrer__wrapper .affiliated-talents {
  margin-top: 40px;
}

.carrer .wp-content p.ls {
  letter-spacing: 0.02em;
}

.carrer .wp-content h3 {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .carrer .wp-content h3 {
    margin-bottom: 28px;
  }
}

.view__table a {
  position: relative;
  transition: all 0.3s ease;
  color: #669900;
}
.view__table a:hover {
  opacity: 0.7;
}
.view__table a[target="_blank"]::after {
  content: "";
  position: absolute;
  background-image: url("../img/icons/external-link.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  top: 50%;
  right: -30px;
  transform: translate(-50%, -50%);
}

@media print {
  .header,
  .footer,
  .cta,
  .carrer__btn,
  .floating-btn,
  .pagetitlebar,
  .view__header-right {
    display: none;
  }
  body {
    margin: 0;
    padding: 0;
  }
  * {
    box-shadow: none !important;
    text-shadow: none !important;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
  .view__title,
  .view__badge,
  .your-heading-class {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
  /* Main Swiper */
  .mySwiper2 .swiper-wrapper {
    transform: none !important;
  }
  .mySwiper2 .swiper-slide {
    display: none !important;
  }
  .mySwiper2 .swiper-slide-active {
    display: block !important;
    width: 100% !important;
  }
  .mySwiper2 .swiper-slide-active img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .mySwiper .swiper-wrapper {
    display: flex !important;
    transform: none !important;
    gap: 6px;
  }
  .mySwiper .swiper-slide {
    display: block !important;
    width: 60px !important;
    height: 60px !important;
    flex-shrink: 0;
  }
  .mySwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.view__image-wrap .swiper-slide {
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}

.view__image-wrap .swiper-slide img {
  object-fit: cover;
  display: block;
  aspect-ratio: 100/100;
}

.placeholder-slide {
  pointer-events: none;
}

.empty-thumb-box {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  border: 1px solid #e2e2e2;
  background-color: #ffffff;
  background-image:
    linear-gradient(45deg, #efefef 25%, transparent 25%), linear-gradient(-45deg, #efefef 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #efefef 75%), linear-gradient(-45deg, transparent 75%, #efefef 75%);
  background-size: 12px 12px;
  background-position:
    0 0,
    0 6px,
    6px -6px,
    -6px 0px;
}

.swiper-slide-thumb-active .empty-thumb-box,
.placeholder-slide:first-of-type .empty-thumb-box {
  border: 3px solid #ff0000;
}

.recruit__row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
@media (max-width: 1199px) {
  .recruit__row {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .recruit__row {
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .recruit__row {
    flex-direction: column;
  }
}
.recruit__top {
  padding: 80px 0 30px;
}
@media (max-width: 767px) {
  .recruit__top {
    padding: 60px 0 30px;
  }
}
@media (max-width: 576px) {
  .recruit__top {
    padding: 60px 20px 30px;
  }
}
.recruit__link {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  background-color: #669900;
  padding: 15px 24px;
  width: 100%;
  position: relative;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .recruit__link {
    font-size: 16px;
    padding: 16px;
  }
}
.recruit__link::after {
  content: "";
  position: absolute;
  background-image: url("../img/icons/down-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 8px;
  height: 15px;
  top: 50%;
  right: 20px;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .recruit__link::after {
    right: 15px;
  }
}
.recruit__link:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .recruit__link:hover {
    opacity: 1;
  }
}
.recruit__body .heading {
  gap: 0;
  text-align: center;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .recruit__body .heading {
    padding-bottom: 40px;
  }
}
.recruit__body .heading-primary {
  font-size: 48px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .recruit__body .heading-primary {
    font-size: 40px;
  }
}
.recruit__body .heading-sec {
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .recruit__body .heading-sec {
    font-size: 20px;
  }
}
.recruit__body-inner {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .recruit__body-inner {
    padding-bottom: 0;
  }
}
.recruit__block {
  padding-top: 80px;
  scroll-margin-top: 80px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .recruit__block {
    padding: 60px 0 80px;
  }
}
.recruit__block.--bg {
  background-color: #f7faf2;
}
.recruit__block.--bg .recruit__content-inner {
  background-color: #fff;
}
@media (max-width: 767px) {
  .recruit__block.--bg .heading {
    padding-bottom: 60px;
  }
}
.recruit__content-inner {
  background-color: #f7faf2;
  padding: 60px 80px;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .recruit__content-inner {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .recruit__content-inner {
    padding: 40px 20px;
  }
}
.recruit__content-inner:last-of-type {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .recruit__content-inner:last-of-type {
    margin-bottom: 40px;
  }
}
.recruit__btn {
  display: flex;
  justify-content: center;
}
.recruit__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #669900;
  padding: 10px 27px 20px;
  position: relative;
}
@media (max-width: 767px) {
  .recruit__title {
    padding: 10px 27px 19px;
    font-size: 16px;
  }
}
.recruit__title::after {
  content: "";
  position: absolute;
  background-image: url("../img/icons/icons-3.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 18px;
  height: 28px;
  top: 11px;
  left: 0;
}
@media (max-width: 767px) {
  .recruit__title::after {
    top: 15px;
    width: 16px;
    height: 16px;
  }
}
.recruit__box {
  padding-bottom: 30px;
}
.recruit__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #222;
}
@media (max-width: 767px) {
  .recruit__desc {
    font-size: 14px;
  }
}
.recruit__mail {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
  color: #222;
  padding-top: 16px;
}
@media (max-width: 767px) {
  .recruit__mail {
    font-size: 14px;
  }
}
.recruit__links {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #669900;
  transition: all 0.3s ease;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .recruit__links {
    font-size: 14px;
  }
}
.recruit__links:hover {
  opacity: 0.7;
  text-decoration: none;
}
@media (max-width: 767px) {
  .recruit__links:hover {
    opacity: 1;
    text-decoration: underline;
  }
}
.recruit ol {
  list-style: auto;
  margin-left: 23px;
  padding-bottom: 16px;
}
@media (max-width: 767px) {
  .recruit ol {
    margin-left: 13px;
    padding-bottom: 21px;
  }
}
.recruit ol li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #222222;
}
@media (max-width: 767px) {
  .recruit ol li {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .recruit .wp-content h2 {
    padding-bottom: 17px;
  }
}

.affiliated-talents {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .affiliated-talents {
    margin-top: 50px;
  }
}
.affiliated-talents__row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px 30px;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .affiliated-talents__row {
    gap: 10px;
    align-items: stretch;
  }
  .affiliated-talents__row.sec {
    gap: 20px 30px;
  }
}
@media (max-width: 991px) {
  .affiliated-talents__row.sec .affiliated-talents__title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .affiliated-talents__row.sec .affiliated-talents__title {
    font-size: 18px;
  }
}
.affiliated-talents__box {
  width: calc(33.3333333333% - 20px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-block: 15px;
  border-bottom: 1px solid rgba(102, 153, 0, 0.5019607843);
  transition: all 0.5s ease;
}
.affiliated-talents__box.sec {
  width: calc(20% - 24px);
}
@media (max-width: 991px) {
  .affiliated-talents__box.sec {
    width: calc(33.3333333333% - 24px);
  }
}
@media (max-width: 767px) {
  .affiliated-talents__box {
    gap: 12px;
    width: calc(50% - 5px);
  }
  .affiliated-talents__box.sec {
    width: calc(50% - 15px);
  }
}
.affiliated-talents__box:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .affiliated-talents__box:hover {
    opacity: unset;
  }
}
.affiliated-talents__title {
  font-size: 18px;
  font-weight: 600;
  color: #222222;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .affiliated-talents__title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .affiliated-talents__title {
    font-size: 14px;
  }
}
.affiliated-talents__icon {
  background-color: #669900;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
}
.affiliated-talents__icon::after {
  content: "";
  position: absolute;
  background-image: url("../img/icons/down-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 8px;
  height: 15px;
}

.impersonator {
  padding-top: 100px;
}
.impersonator.sports {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .impersonator.sports {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .impersonator {
    padding-top: 60px;
  }
}
.impersonator:last-child {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .impersonator .container {
    padding: 0 20px;
  }
}
.impersonator__row {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 50px 25px;
  flex-wrap: wrap;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .impersonator__row {
    gap: 50px 21px;
    align-items: stretch;
    margin-top: 50px;
  }
}
.impersonator__col {
  width: calc(20% - 20px);
  transition: all 0.25s ease;
}
@media (max-width: 991px) {
  .impersonator__col {
    width: calc(25% - 19px);
  }
}
@media (max-width: 767px) {
  .impersonator__col {
    width: calc(50% - 10.5px);
  }
  .impersonator__col:hover {
    opacity: unset;
  }
  .impersonator__col:hover .impersonator__col-image img {
    transform: none;
  }
}
.impersonator__col-inner {
  transition: all 0.25s ease;
}
.impersonator__col-inner:hover {
  opacity: 0.7;
}
.impersonator__col-inner:hover .impersonator__col-image img {
  transform: scale(1.08);
}
.impersonator__col-image {
  overflow: hidden;
}
.impersonator__col-image img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: transform 0.25s ease;
  will-change: transform;
  height: 100%;
  object-fit: cover;
}
.impersonator__col-ttl {
  color: #222222;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 20px;
}
@media (max-width: 1200px) {
  .impersonator__col-ttl {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .impersonator__col-ttl {
    font-size: 18px;
    margin-top: 12px;
  }
}
.impersonator__col-subttl {
  color: #669900;
  font-size: 16px;
  letter-spacing: 0.64px;
  line-height: 1.5;
  margin-top: 5px;
}
@media (max-width: 1200px) {
  .impersonator__col-subttl {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .impersonator__col-subttl {
    font-size: 12px;
    margin-top: 4px;
    letter-spacing: 0.48px;
  }
}
.impersonator__col-icons {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .impersonator__col-icons {
    margin-top: 12px;
  }
}
.impersonator__col-icons a {
  transition: all 0.25s ease;
}
.impersonator__col-icons a:hover {
  opacity: 0.7;
}

@media (max-width: 767px) {
  .page-trainer-list .pagetitlebar-heading__jp {
    line-height: 1;
  }
}

.mySwiper {
  width: 100% !important;
  display: block !important;
  visibility: hidden;
}

.mySwiper .swiper-wrapper {
  display: flex !important;
  width: 100% !important;
}

.mySwiper2.swiper-initialized,
.mySwiper.swiper-initialized {
    visibility: visible;
}

.placeholder-slide {
  display: none;
}

.hero .swiper-slide img {
  aspect-ratio: 1070 / 514;
  object-fit: cover;
}

@media (max-width: 767px) {
  .hero .swiper-slide img {
    aspect-ratio: 375 / 180;
  }
}
/*# sourceMappingURL=app.css.map */
