@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes scrollAnim {
  0% {
    opacity: 0;
    transform: translate(0, -50%);
  }
  40% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(0, 12rem);
  }
}
.mv {
  position: relative;
  background-color: rgba(0, 82, 159, 0.2);
}
.mv__title {
  position: absolute;
  top: 10%;
  left: 0;
  display: flex;
  overflow: hidden;
  width: 100%;
}
.mv__title .text {
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: 25rem;
  overflow: hidden;
  padding-left: 5rem;
  color: rgba(0, 82, 159, 0.25);
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-style: italic;
  font-weight: bold;
}
.mv__title .text:nth-child(odd) {
  animation: loop 50s -25s linear infinite;
}
.mv__title .text:nth-child(even) {
  animation: loop2 50s linear infinite;
}
.mv__slider {
  pointer-events: none;
}
.mv__slider .swiper-slide figure {
  width: 150rem;
  margin: auto;
}
@media print, screen and (min-width: 768px) and (max-width: 1500px) {
  .mv__slider .swiper-slide figure {
    width: 135rem;
  }
}
@media only screen and (max-width: 767px) {
  .mv__slider .swiper-slide figure {
    width: 100%;
  }
}
.mv__scroll {
  position: absolute;
  bottom: -18rem;
  left: 8rem;
  padding-bottom: 10rem;
  z-index: 6;
}
@media only screen and (max-width: 767px) {
  .mv__scroll {
    left: auto;
    bottom: -40rem;
    right: 4rem;
  }
}
.mv__scroll::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 1px;
  height: 100%;
  margin: auto;
  background-color: #343b4d;
  z-index: -1;
}
.mv__scroll span {
  top: 0;
  writing-mode: vertical-rl;
  width: 3rem;
  height: 8rem;
  text-align: center;
  color: #fff;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  line-height: 3rem;
  font-size: 1.1rem;
  background-color: #343b4d;
  border-radius: 5rem;
  letter-spacing: 1px;
  animation: scrollAnim 3000ms cubic-bezier(0.77, 0, 0.175, 1) infinite;
}
@media only screen and (max-width: 767px) {
  .mv__scroll span {
    width: 5.5rem;
    height: 15rem;
    font-size: 2rem;
    line-height: 5rem;
  }
}

.news {
  position: relative;
  z-index: 2;
  background-color: #fff;
  margin-top: 10rem;
}
@media only screen and (max-width: 767px) {
  .news {
    background-color: #e6edf5;
  }
}
.news .wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 8rem 6rem;
  background-color: #e6edf5;
  border-radius: 3rem;
}
@media only screen and (max-width: 767px) {
  .news .wrapper {
    padding: 10rem 0;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .news__detail {
    display: flex;
    gap: 4rem;
  }
}
.news__detail .titleType01 .en {
  margin-top: -1rem;
}
.news__detail .linkType01 {
  margin-top: 3rem;
  width: 11rem;
  height: 3.5rem;
  line-height: 3.5rem;
}
@media only screen and (max-width: 767px) {
  .news__detail .linkType01 {
    width: 15rem;
    height: 7rem;
    line-height: 7rem;
    font-size: 3rem;
    margin-top: 1.5rem;
  }
}
.news__list {
  width: 78%;
}
@media only screen and (max-width: 767px) {
  .news__list {
    margin-top: 6rem;
    width: 100%;
  }
}
.news__item:first-child a {
  padding-top: 0;
}
.news__item:last-child a {
  padding-bottom: 0;
}
.news__item:not(:last-child) {
  border-bottom: 1px solid #c1d4e7;
}
.news__item a {
  display: flex;
  padding: 3rem 0;
}
@media only screen and (max-width: 767px) {
  .news__item a {
    display: block;
  }
}
.news__item a.noLink {
  pointer-events: none;
}
.news__item .date {
  font-size: 1.8rem;
  color: #00529f;
  font-weight: bold;
  white-space: nowrap;
  margin-right: 4rem;
}
@media only screen and (max-width: 767px) {
  .news__item .date {
    margin-right: 0;
    font-size: 3rem;
  }
}
.news__item .title {
  margin-top: 0.2rem;
}
@media only screen and (max-width: 767px) {
  .news__item .title {
    margin-top: 0.8rem;
  }
}

.business {
  margin: 15rem 0;
}
@media only screen and (max-width: 767px) {
  .business {
    margin: 10rem 0;
  }
}
.business__list {
  padding-left: 10rem;
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .business__list {
    margin-top: 6rem;
    padding-left: 0;
    gap: 3rem 0;
  }
}
.business__item {
  width: 23%;
}
@media only screen and (max-width: 767px) {
  .business__item {
    width: 48%;
  }
}
.business__item a {
  position: relative;
}
.business__item a:hover {
  opacity: 1;
}
.business__item a:hover .img img {
  transform: scale(1.1);
}
.business__item .img {
  overflow: hidden;
  border-radius: 2rem;
}
.business__item .img img {
  transition: all ease-in-out 0.3s;
}
.business__item .note {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.4;
  white-space: nowrap;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .business__item .note {
    font-size: 2.6rem;
  }
}

.message {
  position: relative;
  padding: 15rem 0;
  background-image: url("../img/home/message_bg.png");
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .message {
    padding: 10rem 0;
  }
}
.message .wrapper {
  display: flex;
  justify-content: space-between;
}
.message__text {
  color: #fff;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .message__text {
    width: 100%;
  }
}
.message__text .titleType01 .en {
  color: #fff;
}
.message__text .note {
  margin-top: 5rem;
}
.message__img {
  width: 44%;
}
@media only screen and (max-width: 767px) {
  .message__img {
    width: 60%;
    margin: 5rem auto;
  }
}

.position {
  padding: 15rem 0;
}
@media only screen and (max-width: 767px) {
  .position {
    padding: 10rem 0;
  }
}
.position .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.position__text {
  width: 36%;
}
@media only screen and (max-width: 767px) {
  .position__text {
    width: 100%;
  }
}
.position__text .inner {
  position: sticky;
  top: 14rem;
  left: 0;
}
.position__text .titleType01 {
  white-space: nowrap;
}
.position__text .note {
  margin-top: 5rem;
}
.position__list {
  width: 58%;
}
@media only screen and (max-width: 767px) {
  .position__list {
    width: 100%;
    margin-top: 6rem;
  }
}
.position__item:nth-child(even) .info {
  left: auto;
  right: 3rem;
  text-align: right;
}
.position__item:not(:first-child) {
  margin-top: 4rem;
}
.position__item a {
  position: relative;
  display: block;
  border-radius: 3rem;
  overflow: hidden;
}
.position__item a:hover {
  opacity: 1;
}
.position__item a:hover .img img {
  transform: scale(1.1);
}
.position__item a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 75%, rgba(0, 0, 0, 0.35) 100%);
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .position__item a::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0.35) 100%);
  }
}
.position__item .img {
  overflow: hidden;
  border-radius: 2rem;
}
.position__item .img img {
  transition: all ease-in-out 0.3s;
}
.position__item .info {
  position: absolute;
  top: 2rem;
  left: 3rem;
  line-height: 1;
  z-index: 2;
}
.position__item .info .nmb {
  font-weight: bold;
  font-size: 7.5rem;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  color: #343b4d;
  line-height: 1.1;
  color: #00529f;
}
.position__item .info .nmb.white {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .position__item .info .nmb {
    font-size: 6rem;
  }
}
.position__item .info .note {
  font-weight: bold;
  font-size: 4.5rem;
  margin-top: 0.5rem;
  color: #fff;
}
.position__item .info .note.black {
  color: #000;
}
@media only screen and (max-width: 767px) {
  .position__item .info .note {
    font-size: 3.8rem;
  }
}
.position__item .text {
  position: absolute;
  left: 3rem;
  bottom: 2rem;
  color: #fff;
  font-weight: bold;
  font-size: 3rem;
  width: 76%;
  line-height: 1.6;
  z-index: 2;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.7);
}
@media only screen and (max-width: 767px) {
  .position__item .text {
    font-size: 2.6rem;
  }
}
.position__item .icon {
  width: 8rem;
  right: 3rem;
  bottom: 3rem;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .position__item .icon {
    width: 6.5rem;
  }
}

.interview {
  background-color: #e6edf5;
  padding: 15rem 0;
}
@media only screen and (max-width: 767px) {
  .interview {
    padding: 10rem 0;
  }
}
.interview .wrapper {
  position: relative;
  z-index: 2;
}
.interview__text {
  position: absolute;
  top: -1rem;
  right: 8rem;
  width: 27%;
  z-index: 3;
  padding-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .interview__text {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
  }
}
.interview__text .titleType01 {
  white-space: nowrap;
  margin-bottom: 3rem;
}
@media print, screen and (min-width: 768px) {
  .interview__text .titleType01 .en {
    font-size: 6.5rem;
  }
}
.interview__text .swiper-button-prev, .interview__text .swiper-button-next {
  height: 3.6rem;
  width: 4.8rem;
  right: 0;
  bottom: 0;
  left: auto;
  top: auto;
}
@media only screen and (max-width: 767px) {
  .interview__text .swiper-button-prev, .interview__text .swiper-button-next {
    width: 6.6rem;
    height: 5rem;
  }
}
.interview__text .swiper-button-prev:hover::after, .interview__text .swiper-button-next:hover::after {
  background-image: url("../img/common/icon_arrow01.svg");
}
.interview__text .swiper-button-prev::after, .interview__text .swiper-button-next::after {
  content: "";
  background-image: url("../img/common/icon_arrow02.svg");
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: all ease-in-out 0.3s;
}
.interview__text .swiper-button-prev {
  right: 6rem;
}
@media only screen and (max-width: 767px) {
  .interview__text .swiper-button-prev {
    right: 9rem;
  }
}
.interview__text .swiper-button-prev::after {
  transform: scale(-1, 1);
}
.interview__swiper {
  padding: 0 8rem;
  height: 48rem;
}
@media only screen and (max-width: 767px) {
  .interview__swiper {
    position: relative;
    padding: 0 10rem;
    margin-top: 5rem;
    height: 58rem;
    z-index: 4;
  }
}
.interview__swiper .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide {
  opacity: 0;
}
.interview__swiper .swiper-slide.swiper-slide-active:hover a .img img {
  transform: scale(1.2);
}
.interview__swiper .swiper-slide:hover a, .interview__swiper .swiper-slide.swiper-slide-active a {
  opacity: 1;
}
.interview__swiper .swiper-slide:hover a .img, .interview__swiper .swiper-slide.swiper-slide-active a .img {
  height: 48rem;
}
@media only screen and (max-width: 767px) {
  .interview__swiper .swiper-slide:hover a .img, .interview__swiper .swiper-slide.swiper-slide-active a .img {
    height: 58rem;
  }
}
.interview__swiper .swiper-slide:hover a .img::before, .interview__swiper .swiper-slide.swiper-slide-active a .img::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 75%, rgba(0, 0, 0, 0.35) 100%);
}
.interview__swiper .swiper-slide:hover a .img img, .interview__swiper .swiper-slide.swiper-slide-active a .img img {
  transform: scale(1.1);
}
.interview__swiper .swiper-slide:hover a .text, .interview__swiper .swiper-slide.swiper-slide-active a .text {
  display: block;
  position: absolute;
  left: 2rem;
  bottom: 7rem;
  font-size: 2.2rem;
  line-height: 1.4;
  z-index: 2;
  width: 90%;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.7);
}
@media only screen and (max-width: 767px) {
  .interview__swiper .swiper-slide:hover a .text, .interview__swiper .swiper-slide.swiper-slide-active a .text {
    font-size: 2.8rem;
    left: 3rem;
    bottom: 11rem;
    width: 85%;
  }
}
.interview__swiper .swiper-slide:hover a .info, .interview__swiper .swiper-slide.swiper-slide-active a .info {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .interview__swiper .swiper-slide:hover a .info, .interview__swiper .swiper-slide.swiper-slide-active a .info {
    font-size: 2.2rem;
  }
}
.interview__swiper .swiper-slide a {
  position: relative;
  color: #fff;
}
.interview__swiper .swiper-slide a .img {
  transition: all ease-in-out 0.3s;
  position: relative;
  width: 100%;
  height: 34rem;
  overflow: hidden;
  border-radius: 2rem;
}
@media only screen and (max-width: 767px) {
  .interview__swiper .swiper-slide a .img {
    height: 42rem;
  }
}
.interview__swiper .swiper-slide a .img::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 1;
}
.interview__swiper .swiper-slide a .img img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-position: center;
  object-fit: cover;
  transition: all ease-in-out 0.3s;
}
.interview__swiper .swiper-slide a .text {
  display: none;
}
.interview__swiper .swiper-slide a .info {
  position: absolute;
  left: 2rem;
  bottom: 1.5rem;
  font-size: 2.2rem;
  line-height: 1.4;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .interview__swiper .swiper-slide a .info {
    font-size: 3rem;
    left: 3rem;
    bottom: 3.5rem;
  }
}
.interview__swiper .swiper-slide a .icon {
  z-index: 2;
  right: 2rem;
  bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .interview__swiper .swiper-slide a .icon {
    width: 7rem;
    bottom: 2.5rem;
  }
}

.env {
  background-color: #fff;
  padding: 15rem 0 70rem 0;
}
@media print, screen and (min-width: 768px) and (max-width: 1500px) {
  .env {
    padding-bottom: 60rem;
  }
}
@media only screen and (max-width: 767px) {
  .env {
    padding: 20rem 0 10rem;
    position: relative;
    z-index: 1;
    margin-top: -20rem;
  }
}
.env .wrapper {
  position: relative;
}
.env__text {
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .env__text {
    width: 100%;
  }
}
.env__text .note {
  margin-top: 5rem;
}
@media print, screen and (min-width: 768px) and (max-width: 1500px) {
  .env__text .note {
    font-size: 1.45rem;
  }
}
.env__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 80%;
  gap: 3rem 0;
}
@media print, screen and (min-width: 768px) {
  .env__list {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .env__list {
    width: 100%;
    margin-top: 6rem;
  }
}
.env__item {
  width: 32%;
}
@media print, screen and (min-width: 768px) {
  .env__item:first-child {
    margin-left: 68%;
  }
}
@media only screen and (max-width: 767px) {
  .env__item {
    width: 47.5%;
  }
}
.env__item .linkType02 {
  position: relative;
}
.env__item .linkType02:hover {
  opacity: 1;
}
.env__item .linkType02:hover .img img {
  transform: scale(1.1);
}
.env__item .linkType02 .img {
  overflow: hidden;
  border-radius: 2rem;
}
.env__item .linkType02 .img img {
  transition: all ease-in-out 0.3s;
}
.env__item .linkType02 .titleType01 {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  bottom: 10rem;
  height: 12rem;
  width: 28rem;
  padding-left: 1rem;
  background-color: #343b4d;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .env__item .linkType02 .titleType01 {
    width: auto;
    padding: 0 2rem;
    max-width: 100%;
  }
}
.env__item .linkType02 .titleType01 .en {
  color: #fff;
  font-size: 6rem;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .env__item .linkType02 .titleType01 .en {
    font-size: 5rem;
  }
}
.env__item .linkType02 .titleType01 .ja {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .env__item .linkType02 .titleType01 .ja {
    font-size: 1.8rem;
  }
}
.env__item .linkType02 .titleType01 .ja::before {
  top: 0.5rem;
}