/* ------------ colors ------------ */
/* ------------------------------- */
/* ------------ text-color ------------ */
/* ------------ border-color ------------ */
/* ------------ background-color ------------ */
/* ------------ system-color ------------ */
/* ------------ cv ------------ */
/* ------------ menu ------------ */
/* ------------ NEW ------------ */
/* ------------ slick-color ------------ */
/* mobile */
.mv {
  position: relative;
}
@media (max-width: 760px) {
  .mv {
    overflow: hidden;
  }
}

.mv-movie {
  width: 100%;
  height: 730px;
  overflow: hidden;
}
@media (min-width: 761px) {
  .mv-movie {
    position: relative;
  }
  .mv-movie .inline-YTPlayer {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 760px) {
  .mv-movie {
    height: 172.5641025641vw;
  }
}

.mv-movie__inner {
  width: 100%;
  height: 100%;
  transform: scale(1.4);
  position: relative;
}
@media (max-width: 760px) {
  .mv-movie__inner {
    width: 100%;
  }
}
.mv-movie__inner::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
  content: "";
  background-color: #000;
  opacity: 0.3;
}

.mv-catch {
  position: absolute;
  left: 55px;
  bottom: 63px;
  height: fit-content;
}
@media (max-width: 760px) {
  .mv-catch {
    top: 60vw;
    left: 4.358974359vw;
  }
}
.mv-catch span {
  line-height: 1;
  display: block;
  color: #fff;
  font-size: 11.8rem;
  letter-spacing: -0.02em;
  font-family: source-han-serif-japanese, serif;
}
@media (max-width: 760px) {
  .mv-catch span {
    line-height: 1.095;
    font-size: 84px;
    font-size: 21.5384615385vw;
    letter-spacing: -0.06em;
  }
}
.mv-catch span span {
  margin-top: 30px;
  display: block;
  font-size: 2rem;
  font-family: din-2014, sans-serif;
  font-weight: 700;
  letter-spacing: 0.44em;
  font-style: italic;
}
@media (max-width: 760px) {
  .mv-catch span span {
    margin-top: 4.6153846154vw;
    font-size: 18px;
    font-size: 4.6153846154vw;
  }
}

.mv-btn {
  top: 0;
  right: 86px;
  position: absolute;
  height: fit-content;
}
@media (min-width: 761px) {
  .mv-btn {
    bottom: 0;
    margin: auto;
  }
}
@media (max-width: 760px) {
  .mv-btn {
    top: 53.8461538462vw;
    right: -1.2820512821vw;
  }
}
.mv-btn a {
  position: relative;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  width: 136px;
  height: 136px;
  z-index: 1;
  background: #e4f047;
  background: linear-gradient(90deg, #e4f047 0%, #acf6aa 100%);
}
@media (max-width: 760px) {
  .mv-btn a {
    width: 27.4358974359vw;
    height: 27.4358974359vw;
  }
}
.mv-btn a::before {
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: block;
  margin: auto;
  content: "";
  transition: 0.5s;
  opacity: 0;
}
.mv-btn a:hover {
  opacity: 1;
}
.mv-btn a:hover::before {
  opacity: 0.3;
}

.mv-btn__txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 118px;
  height: 118px;
  animation: 8s linear infinite rotation;
}
@media (max-width: 760px) {
  .mv-btn__txt {
    width: 23.5897435897vw;
    height: 23.5897435897vw;
  }
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.mv-btn__play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 39px;
  height: 39px;
}
@media (max-width: 760px) {
  .mv-btn__play {
    width: 7.6923076923vw;
    height: 7.6923076923vw;
  }
}

.innovation__wrap {
  max-width: 1440px;
  padding: 110px 147px 260px;
  box-sizing: border-box;
  margin: 0 auto -137px;
  position: relative;
}
@media (max-width: 760px) {
  .innovation__wrap {
    padding: 16.4102564103vw 7.6923076923vw 48.7179487179vw;
    margin: 0 auto -28.2051282051vw;
  }
}
.innovation__wrap::before {
  position: absolute;
  z-index: -1;
  top: 0;
  width: max(1364px, 94.73vw);
  height: 100%;
  background: #e4f047;
  background: linear-gradient(90deg, #e4f047 0%, #acf6aa 100%);
  display: block;
  content: "";
}
@media (min-width: 761px) {
  .innovation__wrap::before {
    right: 75px;
  }
}
@media (max-width: 760px) {
  .innovation__wrap::before {
    left: 0;
    width: calc(100% - 5.641025641vw);
  }
}
.innovation__wrap p {
  font-family: source-han-serif-japanese, serif;
  font-size: 1.9rem;
  line-height: 2.157;
  letter-spacing: -0.02em;
}
@media (max-width: 760px) {
  .innovation__wrap p {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}

.innovation__ttl {
  margin-bottom: 30px;
  line-height: 1;
  display: block;
  font-size: 5.4rem;
  letter-spacing: -0.02em;
  font-family: source-han-serif-japanese, serif;
}
@media (max-width: 760px) {
  .innovation__ttl {
    margin-bottom: 5.1282051282vw;
    line-height: 1.348;
    font-size: 43px;
    font-size: 11.0256410256vw;
  }
}
.innovation__ttl span {
  margin-bottom: 32px;
  display: block;
  font-size: 2.1rem;
  font-family: din-2014, sans-serif;
  font-weight: 700;
  letter-spacing: 0.44em;
  display: block;
  font-style: italic;
}
@media (max-width: 760px) {
  .innovation__ttl span {
    margin-bottom: 4.6153846154vw;
    line-height: 1;
    font-size: 19px;
    font-size: 4.8717948718vw;
  }
}

.message {
  max-width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: 147px;
  /*   iPad
  ---------------------------------------------------------- */
}
@media only screen and (min-width: 768px) and (max-width: 1200px) and (orientation: portrait) {
  .message {
    padding-left: 5%;
  }
}
@media screen and (max-width: 979px) {
  .message {
    padding-left: 0;
  }
}
@media (max-width: 760px) {
  .message {
    margin: 0 auto 16.9230769231vw;
    padding-left: 7.6923076923vw;
  }
}

.message__img {
  position: relative;
  display: block;
}
.message__img > img {
  max-width: 1292px;
}
.message__img:hover {
  opacity: 1;
}
.message__img:hover img {
  opacity: 1;
}

.message__txt {
  position: absolute;
  top: 0;
  margin: auto;
  height: fit-content;
  width: fit-content;
}
@media (min-width: 761px) {
  .message__txt {
    right: 70px;
    bottom: 0;
  }
}
@media (max-width: 760px) {
  .message__txt {
    top: 9.4871794872vw;
    left: 6.1538461538vw;
  }
}
.message__txt p {
  font-size: 1.7rem;
  font-family: source-han-serif-japanese, serif;
  letter-spacing: 0.02em;
  line-height: 1.647;
}
@media (max-width: 760px) {
  .message__txt p {
    line-height: 1.625;
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}

.message__ttl {
  margin-bottom: 20px;
  line-height: 1;
}
@media (max-width: 760px) {
  .message__ttl {
    margin-bottom: 3.5897435897vw;
  }
}
.message__ttl::before {
  margin-bottom: 18px;
  content: attr(data-eng);
  display: block;
  width: fit-content;
  font-family: din-2014, sans-serif;
  background: #e4f047;
  background: linear-gradient(90deg, #e4f047 0%, #acf6aa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 3.8rem;
  letter-spacing: 0.2em;
  font-weight: 700;
  font-style: italic;
}
@media (max-width: 760px) {
  .message__ttl::before {
    font-size: 30px;
    font-size: 7.6923076923vw;
  }
}
.message__ttl span {
  display: block;
  width: fit-content;
  background: #e4f047;
  background: linear-gradient(90deg, #e4f047 0%, #acf6aa 100%);
  font-size: 4.4rem;
  font-family: source-han-serif-japanese, serif;
  padding: 10px 17px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 760px) {
  .message__ttl span {
    padding: 2.0512820513vw 2.5641025641vw 2.8205128205vw;
    line-height: 0.8;
    font-size: 30px;
    font-size: 7.6923076923vw;
  }
  .message__ttl span:not(:first-child) {
    margin-top: -1.7948717949vw;
  }
}

.message__name {
  margin: 22px 0 28px;
  display: block;
  font-size: 2rem;
  font-family: source-han-serif-japanese, serif;
  letter-spacing: -0.02em;
  line-height: 1;
}
@media (max-width: 760px) {
  .message__name {
    margin: 3.8461538462vw 0 5.641025641vw;
  }
}

.message__btn {
  line-height: 0;
}
@media (max-width: 760px) {
  .message__btn .more-btn a img {
    width: 22vw;
  }
}
.message__btn .more-btn {
  display: inline-block;
  line-height: 0;
  font-family: urw-din, sans-serif;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.message__btn .more-btn::after {
  margin-left: 8px;
  display: block;
  content: "";
  width: 24px;
  height: 4px;
  background: url("../images/cmn/arrow.svg") center/contain no-repeat;
  transition: 0.3s;
  position: relative;
  right: 0;
}
@media (max-width: 760px) {
  .message__btn .more-btn::after {
    margin-left: 1.5384615385vw;
    width: 4.6153846154vw;
    height: 0.7692307692vw;
  }
}
.message__btn .more-btn img {
  width: 100px;
}
@media (max-width: 760px) {
  .message__btn .more-btn img {
    width: 22vw;
  }
}
.message__btn .more-btn:hover {
  opacity: 1;
}
.message__btn .more-btn:hover img {
  opacity: 1;
}
.message__btn .more-btn:hover::after {
  right: -6px;
}

.business {
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}
@media (min-width: 761px) {
  .business {
    padding: 90px 0 194px 90px;
  }
}
@media (max-width: 760px) {
  .business {
    margin: 0 auto 17.9487179487vw;
    overflow: hidden;
  }
}

.business__txt {
  display: block;
}
@media (max-width: 760px) {
  .business__txt {
    padding-left: 7.6923076923vw;
  }
}
.business__txt p {
  font-family: source-han-serif-japanese, serif;
  font-size: 2.1rem;
  letter-spacing: 0.04em;
  line-height: 1.59;
}

.business__ttl {
  margin-bottom: 26px;
  font-size: 8.2rem;
  letter-spacing: -0.02em;
  font-family: source-han-serif-japanese, serif;
  line-height: 1.15;
}
@media (max-width: 760px) {
  .business__ttl {
    font-size: 42px;
    font-size: 10.7692307692vw;
    margin-bottom: 2%;
  }
}
.business__ttl span {
  line-height: 1;
  margin-bottom: 8px;
  display: block;
  font-size: 13rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-family: din-2014, sans-serif;
  background: #e4f047;
  background: linear-gradient(90deg, #e4f047 0%, #acf6aa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
}
@media (min-width: 761px) {
  .business__ttl span {
    margin-left: -90px;
  }
}
@media (max-width: 760px) {
  .business__ttl span {
    margin-left: -8.7179487179vw;
    font-size: 81px;
    font-size: 20.7692307692vw;
    letter-spacing: 0.02em;
  }
}

.business__btn {
  margin-top: 25px;
  line-height: 0;
}
@media (max-width: 760px) {
  .business__btn {
    margin-top: 5%;
  }
}
.business__btn .more-btn {
  display: inline-block;
  line-height: 0;
  font-family: urw-din, sans-serif;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.business__btn .more-btn::after {
  margin-left: 8px;
  display: block;
  content: "";
  width: 24px;
  height: 4px;
  background: url("../images/cmn/arrow.svg") center/contain no-repeat;
  transition: 0.3s;
  position: relative;
  right: 0;
}
@media (max-width: 760px) {
  .business__btn .more-btn::after {
    margin-left: 1.5384615385vw;
    width: 4.6153846154vw;
    height: 0.7692307692vw;
  }
}
.business__btn .more-btn img {
  width: 100px;
}
@media (max-width: 760px) {
  .business__btn .more-btn img {
    width: 25vw;
  }
}
.business__btn .more-btn:hover {
  opacity: 1;
}
.business__btn .more-btn:hover img {
  opacity: 1;
}
.business__btn .more-btn:hover::after {
  right: -6px;
}

@media (min-width: 761px) {
  .business__img {
    position: absolute;
    z-index: -1;
    top: -45px;
    right: 70px;
    max-width: 743px;
  }
}

.taspass {
  margin-bottom: 120px;
  overflow: hidden;
}
@media (max-width: 760px) {
  .taspass {
    margin-bottom: 21.0256410256vw;
  }
}

.taspass__wrap {
  padding: 70px 0 65px;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 761px) {
  .taspass__wrap {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 760px) {
  .taspass__wrap {
    padding: 16.1538461538vw 6.4102564103vw 21.7948717949vw;
  }
}
.taspass__wrap::before {
  position: absolute;
  z-index: -1;
  top: 0;
  width: max(1300px, 91vw);
  height: 100%;
  background: #e4f047;
  background: linear-gradient(90deg, #e4f047 0%, #acf6aa 100%);
  display: block;
  content: "";
}
@media (min-width: 761px) {
  .taspass__wrap::before {
    left: 140px;
  }
}
@media (max-width: 760px) {
  .taspass__wrap::before {
    right: 0;
    width: 82.3076923077vw;
  }
}

@media (min-width: 761px) {
  .taspass__img {
    max-width: 665px;
    margin-right: 70px;
  }
}
@media (max-width: 760px) {
  .taspass__img {
    margin-bottom: 5.8974358974vw;
  }
}

@media (min-width: 761px) {
  .taspass__txt {
    max-width: 530px;
  }
}
.taspass__txt p {
  font-size: 1.7rem;
  letter-spacing: -0.02em;
  line-height: 1.7647;
  font-family: source-han-serif-japanese, serif;
}
@media (max-width: 760px) {
  .taspass__txt p {
    line-height: 1.625;
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}

.taspass__ttl {
  font-family: source-han-serif-japanese, serif;
  font-size: 3.8rem;
  letter-spacing: -0.02em;
  line-height: 1.4473;
  margin-bottom: 18px;
}
@media (max-width: 760px) {
  .taspass__ttl {
    margin-bottom: 2.5641025641vw;
    font-size: 24px;
    font-size: 6.1538461538vw;
  }
}
.taspass__ttl span {
  margin-bottom: 10px;
  display: block;
  font-family: din-2014, sans-serif;
  font-weight: 700;
  font-size: 13rem;
  line-height: 1;
  position: relative;
  left: -0.17em;
  font-style: italic;
}
@media (max-width: 760px) {
  .taspass__ttl span {
    margin-bottom: 1.5384615385vw;
    font-size: 74px;
    font-size: 18.9743589744vw;
  }
}

.taspass__btn {
  margin-top: 28px;
  line-height: 0;
}
@media (max-width: 760px) {
  .taspass__btn {
    margin-top: 7.1794871795vw;
  }
}
.taspass__btn .more-btn {
  display: inline-block;
  line-height: 0;
  font-family: urw-din, sans-serif;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.taspass__btn .more-btn::after {
  margin-left: 8px;
  display: block;
  content: "";
  width: 24px;
  height: 4px;
  background: url("../images/cmn/arrow.svg") center/contain no-repeat;
  transition: 0.3s;
  position: relative;
  right: 0;
}
@media (max-width: 760px) {
  .taspass__btn .more-btn::after {
    margin-left: 1.5384615385vw;
    width: 4.6153846154vw;
    height: 0.7692307692vw;
  }
}
.taspass__btn .more-btn img {
  width: 100px;
}
@media (max-width: 760px) {
  .taspass__btn .more-btn img {
    width: 25vw;
  }
}
.taspass__btn .more-btn:hover {
  opacity: 1;
}
.taspass__btn .more-btn:hover img {
  opacity: 1;
}
.taspass__btn .more-btn:hover::after {
  right: -6px;
}

.people {
  margin-bottom: 100px;
  position: relative;
}
@media (max-width: 760px) {
  .people {
    margin-bottom: 23.0769230769vw;
    width: 100%;
    overflow: hidden;
  }
}

.people__ttl {
  max-width: 1440px;
  margin: 0 auto 45px;
  line-height: 1;
  font-size: 1.7rem;
  letter-spacing: 0.04em;
  font-family: source-han-serif-japanese, serif;
  padding-left: 100px;
}
@media (max-width: 760px) {
  .people__ttl {
    margin: 0 auto 8.2051282051vw;
    padding-left: 7.1794871795vw;
    overflow: hidden;
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.people__ttl::before {
  display: block;
  width: fit-content;
  content: "PEOPLE";
  font-size: 27.6rem;
  font-weight: 700;
  font-family: din-2014, sans-serif;
  letter-spacing: 0.02em;
  background: #e4f047;
  background: linear-gradient(90deg, #e4f047 0%, #acf6aa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: -80px;
  margin-bottom: -85px;
  font-style: italic;
}
@media (max-width: 760px) {
  .people__ttl::before {
    margin-left: -11.5384615385vw;
    margin-bottom: -11.2820512821vw;
    font-size: 30vw;
  }
}
.people__ttl span {
  margin-bottom: 20px;
  display: block;
  font-size: 7.9rem;
  font-weight: 700;
  font-family: din-2014, sans-serif;
  letter-spacing: 0.02em;
  font-style: italic;
}
@media (max-width: 760px) {
  .people__ttl span {
    margin-bottom: 2.0512820513vw;
    font-size: 59px;
    font-size: 15.1282051282vw;
  }
}

#people-slide {
  min-height: 628px;
}
@media (max-width: 760px) {
  #people-slide {
    min-height: 97.4358974359vw;
  }
}

.people-slide__item {
  position: relative;
  width: 351px;
  margin: 0 18px;
  transition: 0.5s;
}
@media (max-width: 760px) {
  .people-slide__item {
    width: 54.358974359vw;
    margin: 0 3.0769230769vw;
  }
}
@media (min-width: 761px) {
  .people-slide__item.slick-current + .people-slide__item {
    width: 468px;
  }
}
@media (max-width: 760px) {
  .people-slide__item.slick-current {
    width: 72.5641025641vw;
  }
}
.people-slide__item a {
  display: block;
}
.people-slide__item a::before, .people-slide__item a::after {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
  content: "";
  opacity: 0.9;
  background: linear-gradient(0deg, #e4f047 0%, transparent 70%);
  transition: 0.3s;
}
.people-slide__item a::after {
  opacity: 0;
  background: linear-gradient(0deg, #e4f047 0%, #e4f047 100%);
}
.people-slide__item a:hover {
  opacity: 1;
}
.people-slide__item a:hover::before {
  opacity: 0;
}
.people-slide__item a:hover::after {
  opacity: 0.5;
}
.people-slide__item a:hover img {
  opacity: 1;
}
.people-slide__item:nth-of-type(odd) a::before {
  background: linear-gradient(0deg, #82f380 0%, transparent 70%);
}
.people-slide__item:nth-of-type(odd) a::after {
  background: linear-gradient(0deg, #82f380 0%, #82f380 100%);
}

.people-slide__txt {
  z-index: 2;
  padding: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  letter-spacing: -0.02em;
  transition: 0.5s;
}
@media (max-width: 760px) {
  .people-slide__txt {
    padding: 3.0769230769vw;
  }
}
.people-slide__txt p {
  font-family: source-han-serif-japanese, serif;
  line-height: 1.294;
  font-size: 2.5rem;
  transition: 0.5s;
  margin-bottom: 0.5em;
}
@media (max-width: 760px) {
  .people-slide__txt p {
    font-size: 15px;
    font-size: 3.8461538462vw;
  }
}
.people-slide__txt span {
  display: block;
  line-height: 1;
  transition: 0.5s;
}
.people-slide__txt span:nth-of-type(1) {
  margin-bottom: 0.8em;
  font-size: 1.6rem;
  font-family: source-han-serif-japanese, serif;
}
@media (max-width: 760px) {
  .people-slide__txt span:nth-of-type(1) {
    font-size: 10px;
    font-size: 2.5641025641vw;
  }
}
.people-slide__txt span:nth-of-type(2) {
  font-size: 1.2rem;
}
@media (max-width: 760px) {
  .people-slide__txt span:nth-of-type(2) {
    font-size: 10px;
    font-size: 2.5641025641vw;
  }
}
@media (min-width: 761px) {
  .slick-current + .people-slide__item .people-slide__txt {
    padding: 30px;
  }
  .slick-current + .people-slide__item .people-slide__txt p {
    font-size: 3.4rem;
  }
  .slick-current + .people-slide__item .people-slide__txt span:nth-of-type(1) {
    font-size: 2.2rem;
  }
  .slick-current + .people-slide__item .people-slide__txt span:nth-of-type(2) {
    font-size: 1.6rem;
  }
}
@media (max-width: 760px) {
  .slick-current .people-slide__txt {
    padding: 4.358974359vw;
  }
  .slick-current .people-slide__txt p {
    font-size: 20px;
    font-size: 5.1282051282vw;
  }
  .slick-current .people-slide__txt span:nth-of-type(1) {
    font-size: 13px;
    font-size: 3.3333333333vw;
  }
  .slick-current .people-slide__txt span:nth-of-type(2) {
    font-size: 10px;
    font-size: 2.5641025641vw;
  }
}

.people__btn {
  text-align: right;
  line-height: 0;
}
@media (min-width: 761px) {
  .people__btn {
    position: absolute;
    top: 300px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1440px;
    padding: 0 30px;
  }
}
@media (max-width: 760px) {
  .people__btn {
    margin-top: 9.7435897436vw;
    text-align: center;
  }
}

.numbers {
  position: relative;
  margin-bottom: 90px;
  height: 389px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  background-color: #93fac8;
  z-index: 1;
  transition: 0.3s;
}
@media (max-width: 760px) {
  .numbers {
    margin-bottom: 23.0769230769vw;
    height: 123.0769230769vw;
    text-align: center;
  }
}
.numbers::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url("../images/top/numbers.jpg") center/cover;
  mix-blend-mode: screen;
}
@media (max-width: 760px) {
  .numbers::before {
    background: url("../images/top/sp/numbers.jpg") center/cover;
  }
}
.numbers:hover {
  background-color: #e9f547;
}
.numbers a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 110px 0;
}
@media (max-width: 760px) {
  .numbers a {
    padding: 27vw 0;
  }
}
.numbers p {
  line-height: 1.59;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  font-family: source-han-serif-japanese, serif;
}
@media (max-width: 760px) {
  .numbers p {
    font-size: 19px;
    font-size: 4.8717948718vw;
    line-height: 1.526;
  }
}

.numbers__ttl {
  margin-bottom: 21px;
  font-family: source-han-serif-japanese, serif;
  font-size: 7.1rem;
  letter-spacing: -0.02em;
  line-height: 1;
}
@media (max-width: 760px) {
  .numbers__ttl {
    margin-bottom: 3.5897435897vw;
    line-height: 1.16;
    font-size: 56px;
    font-size: 14.358974359vw;
  }
}

.numbers__btn {
  margin-top: 27px;
  line-height: 0;
}
@media (max-width: 760px) {
  .numbers__btn {
    margin-top: 6.4102564103vw;
  }
}
.numbers__btn .more-btn {
  display: inline-block;
  line-height: 0;
  font-family: urw-din, sans-serif;
  display: flex;
  align-items: center;
  transition: 0.3s;
  justify-content: center;
}
.numbers__btn .more-btn::after {
  margin-left: 8px;
  display: block;
  content: "";
  width: 24px;
  height: 4px;
  background: url("../images/cmn/arrow.svg") center/contain no-repeat;
  transition: 0.3s;
  position: relative;
  right: 0;
}
@media (max-width: 760px) {
  .numbers__btn .more-btn::after {
    margin-left: 1.5384615385vw;
    width: 4.6153846154vw;
    height: 0.7692307692vw;
  }
}
.numbers__btn .more-btn img {
  width: 100px;
}
@media (max-width: 760px) {
  .numbers__btn .more-btn img {
    width: 25vw;
  }
}
.numbers__btn .more-btn:hover {
  opacity: 1;
}
.numbers__btn .more-btn:hover img {
  opacity: 1;
}
.numbers__btn .more-btn:hover::after {
  right: -6px;
}

.philosophy {
  margin-bottom: 114px;
}
@media (max-width: 760px) {
  .philosophy {
    margin-bottom: 22.0512820513vw;
  }
}

.philosophy__wrap {
  padding-top: 133px;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 760px) {
  .philosophy__wrap {
    padding-top: 22.8205128205vw;
  }
}
.philosophy__wrap::before {
  position: absolute;
  z-index: -1;
  top: 0;
  width: max(1200px, 89vw);
  height: 513px;
  background: #e4f047;
  background: linear-gradient(90deg, #e4f047 0%, #acf6aa 100%);
  display: block;
  content: "";
}
@media (min-width: 761px) {
  .philosophy__wrap::before {
    right: 100px;
  }
}
@media (max-width: 760px) {
  .philosophy__wrap::before {
    left: 0;
    height: 84.1025641026vw;
    width: 94.358974359vw;
  }
}

.philosophy__img {
  position: relative;
  margin-left: auto;
  max-width: 1373px;
  display: block;
}
@media (max-width: 760px) {
  .philosophy__img {
    margin-left: 7.6923076923vw;
  }
}
.philosophy__img:hover {
  opacity: 1;
}
.philosophy__img:hover img {
  opacity: 1;
}

.philosophy__txt {
  position: absolute;
  top: 0;
  left: 57px;
  height: fit-content;
}
@media (min-width: 761px) {
  .philosophy__txt {
    margin: auto 0;
    bottom: 0;
  }
}
@media (max-width: 760px) {
  .philosophy__txt {
    top: 9.2307692308vw;
    left: 6.4102564103vw;
  }
}
.philosophy__txt p {
  font-family: source-han-serif-japanese, serif;
  line-height: 1.3823;
  font-size: 3.5rem;
  letter-spacing: 0.02em;
}
@media (max-width: 760px) {
  .philosophy__txt p {
    letter-spacing: 0.04em;
    font-size: 20px;
    font-size: 5.1282051282vw;
  }
}

.philosophy__ttl {
  margin-bottom: 26px;
  line-height: 1;
}
@media (max-width: 760px) {
  .philosophy__ttl {
    margin-bottom: 6%;
  }
}
.philosophy__ttl::before {
  margin-bottom: 22px;
  content: attr(data-eng);
  display: block;
  width: fit-content;
  font-family: din-2014, sans-serif;
  background: #e4f047;
  background: linear-gradient(90deg, #e4f047 0%, #acf6aa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 3.8rem;
  letter-spacing: 0.2em;
  font-weight: 700;
  font-style: italic;
}
@media (max-width: 760px) {
  .philosophy__ttl::before {
    margin-bottom: 3.5vw;
    font-size: 30px;
    font-size: 7.6923076923vw;
  }
}
.philosophy__ttl span {
  display: block;
  width: fit-content;
  background: #e4f047;
  background: linear-gradient(90deg, #e4f047 0%, #acf6aa 100%);
  font-size: 4.4rem;
  font-family: source-han-serif-japanese, serif;
  letter-spacing: -0.02em;
  padding: 10px 17px;
}
@media (max-width: 760px) {
  .philosophy__ttl span {
    padding: 1.5384615385vw 2.3076923077vw;
    font-size: 30px;
    font-size: 7.6923076923vw;
  }
}

.philosophy__btn {
  margin-top: 27px;
  line-height: 0;
}
@media (max-width: 760px) {
  .philosophy__btn {
    margin-top: 6.1538461538vw;
  }
}
.philosophy__btn .more-btn {
  display: inline-block;
  line-height: 0;
  font-family: urw-din, sans-serif;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
@media (min-width: 761px) {
  .philosophy__btn .more-btn {
    justify-content: center;
  }
}
.philosophy__btn .more-btn::after {
  margin-left: 8px;
  display: block;
  content: "";
  width: 24px;
  height: 4px;
  background: url("../images/cmn/arrow.svg") center/contain no-repeat;
  transition: 0.3s;
  position: relative;
  right: 0;
}
@media (max-width: 760px) {
  .philosophy__btn .more-btn::after {
    margin-left: 1.5384615385vw;
    width: 4.6153846154vw;
    height: 0.7692307692vw;
  }
}
.philosophy__btn .more-btn img {
  width: 100px;
}
@media (max-width: 760px) {
  .philosophy__btn .more-btn img {
    width: 25vw;
  }
}
.philosophy__btn .more-btn:hover {
  opacity: 1;
}
.philosophy__btn .more-btn:hover img {
  opacity: 1;
}
.philosophy__btn .more-btn:hover::after {
  right: -6px;
}

.person {
  margin-bottom: 136px;
}
@media (min-width: 761px) {
  .person {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 760px) {
  .person {
    margin: 0 7.6923076923vw 21.0256410256vw;
  }
}

@media (min-width: 761px) {
  .person__img {
    max-width: 648px;
    margin-right: 74px;
  }
}

.person__txt p {
  font-size: 1.7rem;
  line-height: 1.7647;
  letter-spacing: 0.02em;
  font-family: source-han-serif-japanese, serif;
}
@media (max-width: 760px) {
  .person__txt p {
    line-height: 1.625;
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}

.person__ttl {
  margin: 38px 0 30px;
  font-size: 8.2rem;
  letter-spacing: -0.02em;
  font-family: source-han-serif-japanese, serif;
  line-height: 1;
}
@media (max-width: 760px) {
  .person__ttl {
    margin: 9.2307692308vw auto 3.8461538462vw;
    font-size: 50px;
    font-size: 12.8205128205vw;
  }
}
.person__ttl span {
  display: block;
  font-size: 13rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-family: din-2014, sans-serif;
  background: #e4f047;
  background: linear-gradient(90deg, #e4f047 0%, #acf6aa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
}
@media (max-width: 760px) {
  .person__ttl span {
    font-size: 80px;
    font-size: 20.5128205128vw;
  }
}

.person__btn {
  margin-top: 32px;
  line-height: 0;
}
@media (max-width: 760px) {
  .person__btn {
    margin-top: 6.9230769231vw;
  }
}
.person__btn .more-btn {
  display: inline-block;
  line-height: 0;
  font-family: urw-din, sans-serif;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.person__btn .more-btn::after {
  margin-left: 8px;
  display: block;
  content: "";
  width: 24px;
  height: 4px;
  background: url("../images/cmn/arrow.svg") center/contain no-repeat;
  transition: 0.3s;
  position: relative;
  right: 0;
}
@media (max-width: 760px) {
  .person__btn .more-btn::after {
    margin-left: 1.5384615385vw;
    width: 4.6153846154vw;
    height: 0.7692307692vw;
  }
}
.person__btn .more-btn img {
  width: 100px;
}
@media (max-width: 760px) {
  .person__btn .more-btn img {
    width: 25vw;
  }
}
.person__btn .more-btn:hover {
  opacity: 1;
}
.person__btn .more-btn:hover img {
  opacity: 1;
}
.person__btn .more-btn:hover::after {
  right: -6px;
}

.page-link {
  padding: 60px 0;
  background-color: #eee;
}
@media (max-width: 760px) {
  .page-link {
    padding: 16.4102564103vw 5.1282051282vw;
  }
}

.page-link__list {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-flow: wrap;
  gap: 20px;
}
@media (max-width: 760px) {
  .page-link__list {
    gap: 3.3333333333vw;
  }
}
.page-link__list li {
  width: calc((100% - 20px * 2) / 3);
}
@media (max-width: 760px) {
  .page-link__list li {
    width: calc((100% - 3.3333333333vw) / 2);
  }
}
.page-link__list a {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 88px;
  width: 100%;
  background-color: #dbdbdb;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  transition: 0.3s;
  line-height: 1.25;
}
@media (max-width: 760px) {
  .page-link__list a {
    height: 20vw;
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.page-link__list a:hover {
  opacity: 1;
  background-color: #e9f547;
}

/*# sourceMappingURL=top.css.map */
