@charset "UTF-8";
.button__link__text {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 1.8px;
  padding-right: 20px;
}

.main-contents {
  background-color: #fff;
}

.top-swiper-contents {
  width: 100%;
  position: relative;
  z-index: 1;
}

.top-swiper {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .top-swiper {
    width: 100%;
    height: 100%;
  }
}

.top-swiper-slide {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.top-swiper-slide img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.top-swiper-pagination {
  bottom: 0px !important;
  margin-bottom: 20px;
}
.top-swiper-pagination .swiper-pagination-bullet {
  /*ドットのサイズを変更*/
  width: 15px !important;
  height: 15px !important;
  margin-right: 15px !important;
  background-color: #fff;
  opacity: 0.8;
}
.top-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #336287;
  opacity: 1;
}

.service {
  padding: 160px 50px;
  background-color: #f9f8f4;
}
@media screen and (max-width: 768px) {
  .service {
    padding: 160px 24px;
  }
}

.section__title {
  font-size: 46px;
  line-height: 1.174;
  letter-spacing: 2.3px;
  font-weight: normal;
}

.section__sub-title {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.8px;
  margin-top: 12px;
}

.section-contents {
  margin: 0 auto;
  margin-top: 60px;
  width: 100%;
}

.service-contents {
  position: relative;
}

.service-swiper {
  max-width: 950px;
}

.service-swiper-slide {
  width: 100%;
  padding-right: 30px;
}
@media screen and (max-width: 1000px) {
  .service-swiper-slide {
    padding-right: 0;
  }
}

.service-swiper-slide-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  height: 100%;
  max-width: 900px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .service-swiper-slide-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-width: 400px;
    height: 100%;
    margin: 0 auto;
  }
}

.service-swiper-slide__img {
  width: 100%;
  max-width: 500px;
}
.service-swiper-slide__img img {
  max-width: 100%;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1000px) {
  .service-swiper-slide__img {
    width: 100%;
    max-width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .service-swiper-slide__img {
    width: 100%;
  }
}

.service-swiper-slide__message {
  height: 100%;
  max-width: 340px;
  width: 100%;
  padding-inline: 20px 30px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .service-swiper-slide__message {
    padding-inline: 20px;
    padding-block: 50px;
  }
}
@media screen and (max-width: 768px) {
  .service-swiper-slide__message {
    margin-top: 70px;
    margin-bottom: 60px;
    padding-inline: 20px;
    padding-block: 0;
  }
}

.service-swiper-slide__title {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1.8px;
}
@media screen and (max-width: 1000px) {
  .service-swiper-slide__title {
    font-size: 28px;
  }
}

.service-swiper-slide__text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.8px;
  margin-block: 20px;
}

.service-swiper-pagination {
  bottom: -50px !important;
  font-size: 24px;
  cursor: pointer;
  margin: 0 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.service-swiper-button-prev::after,
.service-swiper-button-next::after {
  content: "" !important;
}

.service-swiper-button-next {
  padding-right: 40px;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 37%;
  right: 2%;
}
@media screen and (max-width: 1000px) {
  .service-swiper-button-next {
    top: calc(50% - 60px);
    right: calc(50% - 185px); /* 中央から右185px */
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .service-swiper-button-next {
    top: calc(50% - 40px);
    right: calc(50% - 185px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-width: 460px) {
  .service-swiper-button-next {
    top: 82.53vw;
    right: 3.76vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.service-swiper-button-next .swiper-button-icon {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: -5px;
  bottom: 0;
  width: 50px;
  height: 50px;
  margin: auto 0;
  line-height: 1;
  border: 1px solid #707070;
  border-radius: 50%;
  background-color: #F9F8F4;
}
@media screen and (max-width: 1000px) {
  .service-swiper-button-next .swiper-button-icon {
    width: 60px;
    height: 60px;
    background-color: #fff;
    margin: 0;
  }
}
.service-swiper-button-next .swiper-button-icon:before, .service-swiper-button-next .swiper-button-icon:after {
  content: "";
  background-image: url(../img/arrow-right_333.svg);
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  top: 5px;
  right: 3px;
  position: absolute;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
}
@media screen and (max-width: 1000px) {
  .service-swiper-button-next .swiper-button-icon:before, .service-swiper-button-next .swiper-button-icon:after {
    width: 60px;
    height: 60px;
    top: 10px;
    right: -10px;
  }
}
.service-swiper-button-next .swiper-button-icon:after {
  -webkit-transform: translateX(-150%);
          transform: translateX(-150%);
}
.service-swiper-button-next.is-hover .swiper-button-icon:before {
  -webkit-animation-name: transformLeftRight;
          animation-name: transformLeftRight;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.service-swiper-button-next.is-hover .swiper-button-icon:after {
  -webkit-animation-name: transformRightLeft;
          animation-name: transformRightLeft;
}
.service-swiper-button-next.is-hover:hover .swiper-button-icon:before {
  -webkit-animation-name: transformRightLeft;
          animation-name: transformRightLeft;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.service-swiper-button-next.is-hover:hover .swiper-button-icon:after {
  -webkit-animation-name: transformLeftRight;
          animation-name: transformLeftRight;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.service__button {
  margin-top: 60px;
  text-align: center;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .service__button {
    margin-top: 0;
    padding-top: 25px;
  }
}

.service__link {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.service__link.is-hover .service__link-button-icon:before {
  -webkit-animation-name: transformLeftRight;
          animation-name: transformLeftRight;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.service__link.is-hover .service__link-button-icon:after {
  -webkit-animation-name: transformRightLeft;
          animation-name: transformRightLeft;
}
.service__link.is-hover:hover .service__link-button-icon:before {
  -webkit-animation-name: transformRightLeft;
          animation-name: transformRightLeft;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.service__link.is-hover:hover .service__link-button-icon:after {
  -webkit-animation-name: transformLeftRight;
          animation-name: transformLeftRight;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.service__link-button {
  position: relative;
  padding-right: 40px;
}

.service__link-button-icon {
  overflow: hidden;
  position: absolute;
  top: -20px;
  right: -65px;
  bottom: 0;
  width: 60px;
  height: 60px;
  margin: auto 0;
  line-height: 1;
  border: 1px solid #336287;
  border-radius: 50%;
  background-color: #336287;
}
.service__link-button-icon:before, .service__link-button-icon:after {
  content: "";
  background-image: url(../img/arrow-right_white.svg);
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  top: 8px;
  right: 8px;
  position: absolute;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
}
.service__link-button-icon:after {
  -webkit-transform: translateX(-150%);
          transform: translateX(-150%);
}

.company {
  padding-block: 100px;
}

.js-company__wrap {
  -webkit-transform: translateY(150px);
          transform: translateY(150px);
  opacity: 0;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: transform 0.8s, opacity 0.8s;
  transition: transform 0.8s, opacity 0.8s, -webkit-transform 0.8s;
}
.js-company__wrap.slide-in {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.company__wrapper {
  padding-inline: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 75px;
}
@media screen and (max-width: 1000px) {
  .company__wrapper {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .company__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-inline: 24px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.company__img {
  width: 31.25vw;
  height: 31.25vw;
}
@media screen and (max-width: 768px) {
  .company__img {
    width: 100%;
    height: 100%;
  }
}
.company__img img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.company__button {
  margin-top: 100px;
  text-align: center;
  padding-bottom: 70px;
}

.company__link {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.company__link.is-hover .company__link-button-icon:before {
  -webkit-animation-name: transformLeftRight;
          animation-name: transformLeftRight;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.company__link.is-hover .company__link-button-icon:after {
  -webkit-animation-name: transformRightLeft;
          animation-name: transformRightLeft;
}
.company__link.is-hover:hover .company__link-button-icon:before {
  -webkit-animation-name: transformRightLeft;
          animation-name: transformRightLeft;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.company__link.is-hover:hover .company__link-button-icon:after {
  -webkit-animation-name: transformLeftRight;
          animation-name: transformLeftRight;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.company__link-button {
  position: relative;
  padding-right: 40px;
}

.company__link-button-icon {
  overflow: hidden;
  position: absolute;
  top: -20px;
  right: -65px;
  bottom: 0;
  width: 60px;
  height: 60px;
  margin: auto 0;
  line-height: 1;
  border: 1px solid #336287;
  border-radius: 50%;
  background-color: #336287;
}
.company__link-button-icon:before, .company__link-button-icon:after {
  content: "";
  background-image: url(../img/arrow-right_white.svg);
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  top: 8px;
  right: 8px;
  position: absolute;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
}
.company__link-button-icon:after {
  -webkit-transform: translateX(-150%);
          transform: translateX(-150%);
}

.news {
  padding-block: 120px 80px;
  background-color: #f9f8f4;
}
@media screen and (max-width: 768px) {
  .news {
    padding: 100px 24px 30px;
  }
}

.js-news__wrap {
  -webkit-transform: translateY(150px);
          transform: translateY(150px);
  opacity: 0;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: transform 0.8s, opacity 0.8s;
  transition: transform 0.8s, opacity 0.8s, -webkit-transform 0.8s;
}
.js-news__wrap.slide-in {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.news-title__wrap {
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .news-title__wrap {
    padding-left: 0;
  }
}

.news-swiper__wrap {
  width: 100%;
  margin: 60px auto;
  position: relative;
}
.news-swiper__wrap .swiper-slide {
  width: 360px;
}
.news-swiper__wrap .swiper-button-prev::after,
.news-swiper__wrap .swiper-button-next::after {
  content: "" !important;
}

.news-swiper {
  width: 100%;
  position: relative !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-swiper-slide {
  margin-top: 60px;
  -webkit-transition: margin-top 0.5s ease;
  transition: margin-top 0.5s ease;
}
@media screen and (max-width: 768px) {
  .news-swiper-slide {
    margin-top: 0;
  }
}
.news-swiper-slide.swiper-slide-active {
  margin-top: 0;
  -webkit-transition: margin-top 0.5s ease;
  transition: margin-top 0.5s ease;
}
.news-swiper-slide:hover {
  opacity: 0.6;
}

.news-slide__wrap {
  width: 100% !important;
  max-width: 360px !important;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto;
}

.news-slide__img {
  width: 100%;
}
.news-slide__img img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-slide__body {
  padding-block: 40px;
  padding-inline: 63px;
  background-color: #fff;
}
@media screen and (max-width: 1000px) {
  .news-slide__body {
    padding-inline: 50px;
  }
}

.news-swiper-button-prev {
  position: absolute;
  top: 65%;
  left: calc(50% - 260px); /* 中央から左に260px */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .news-swiper-button-prev {
    top: 55% !important;
    left: calc(50% - 150px); /* 中央から左に150px */
  }
}
.news-swiper-button-prev .news-swiper-prev-icon {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  margin: auto 0;
  line-height: 1;
  border: 1px solid #707070;
  border-radius: 50%;
}
@media screen and (max-width: 1000px) {
  .news-swiper-button-prev .news-swiper-prev-icon {
    margin: 0;
    background-color: #fff;
  }
}
.news-swiper-button-prev .news-swiper-prev-icon:before, .news-swiper-button-prev .news-swiper-prev-icon:after {
  content: "";
  background-image: url(../img/arrow-left_333.svg);
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  top: 5px;
  left: 3px;
  position: absolute;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
}
.news-swiper-button-prev .news-swiper-prev-icon:after {
  -webkit-transform: translateX(-150%);
          transform: translateX(-150%);
}
.news-swiper-button-prev.is-hover .news-swiper-prev-icon:before {
  -webkit-animation-name: transformPrevRightLeft;
          animation-name: transformPrevRightLeft;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.news-swiper-button-prev.is-hover .news-swiper-prev-icon:after {
  -webkit-animation-name: transformPrevLeftRight;
          animation-name: transformPrevLeftRight;
}
.news-swiper-button-prev.is-hover:hover .news-swiper-prev-icon:before {
  -webkit-animation-name: transformPrevLeftRight;
          animation-name: transformPrevLeftRight;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.news-swiper-button-prev.is-hover:hover .news-swiper-prev-icon:after {
  -webkit-animation-name: transformPrevRightLeft;
          animation-name: transformPrevRightLeft;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.news-swiper-button-next {
  position: absolute;
  top: 65%;
  right: calc(50% - 255px); /* 中央から右に255px */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .news-swiper-button-next {
    top: 55% !important;
    right: calc(50% - 150px); /* 中央から右に150px */
  }
}
.news-swiper-button-next .news-swiper-next-icon {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  margin: auto 0;
  line-height: 1;
  border: 1px solid #707070;
  border-radius: 50%;
}
@media screen and (max-width: 1000px) {
  .news-swiper-button-next .news-swiper-next-icon {
    margin: 0;
    background-color: #fff;
  }
}
.news-swiper-button-next .news-swiper-next-icon:before, .news-swiper-button-next .news-swiper-next-icon:after {
  content: "";
  background-image: url(../img/arrow-right_333.svg);
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  top: 5px;
  right: 3px;
  position: absolute;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
}
.news-swiper-button-next .news-swiper-next-icon:after {
  -webkit-transform: translateX(-150%);
          transform: translateX(-150%);
}
.news-swiper-button-next.is-hover .news-swiper-next-icon:before {
  -webkit-animation-name: transformLeftRight;
          animation-name: transformLeftRight;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.news-swiper-button-next.is-hover .news-swiper-next-icon:after {
  -webkit-animation-name: transformRightLeft;
          animation-name: transformRightLeft;
}
.news-swiper-button-next.is-hover:hover .news-swiper-next-icon:before {
  -webkit-animation-name: transformRightLeft;
          animation-name: transformRightLeft;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.news-swiper-button-next.is-hover:hover .news-swiper-next-icon:after {
  -webkit-animation-name: transformLeftRight;
          animation-name: transformLeftRight;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.news__button {
  margin-top: 100px;
  text-align: center;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .news__button {
    margin-top: 60px;
  }
}

.news__link {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.news__link.is-hover .news__link-button-icon:before {
  -webkit-animation-name: transformLeftRight;
          animation-name: transformLeftRight;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.news__link.is-hover .news__link-button-icon:after {
  -webkit-animation-name: transformRightLeft;
          animation-name: transformRightLeft;
}
.news__link.is-hover:hover .news__link-button-icon:before {
  -webkit-animation-name: transformRightLeft;
          animation-name: transformRightLeft;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.news__link.is-hover:hover .news__link-button-icon:after {
  -webkit-animation-name: transformLeftRight;
          animation-name: transformLeftRight;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.news__link-button {
  position: relative;
  padding-right: 40px;
}

.news__link-button-icon {
  overflow: hidden;
  position: absolute;
  top: -20px;
  right: -65px;
  bottom: 0;
  width: 60px;
  height: 60px;
  margin: auto 0;
  line-height: 1;
  border: 1px solid #336287;
  border-radius: 50%;
  background-color: #336287;
}
.news__link-button-icon:before, .news__link-button-icon:after {
  content: "";
  background-image: url(../img/arrow-right_white.svg);
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  top: 8px;
  right: 8px;
  position: absolute;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
}
.news__link-button-icon:after {
  -webkit-transform: translateX(-150%);
          transform: translateX(-150%);
}

.instagram {
  padding-block: 100px 200px;
}
@media screen and (max-width: 768px) {
  .instagram {
    padding-bottom: 100px;
  }
}

.js-instagram__wrap {
  -webkit-transform: translateY(150px);
          transform: translateY(150px);
  opacity: 0;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: transform 0.8s, opacity 0.8s;
  transition: transform 0.8s, opacity 0.8s, -webkit-transform 0.8s;
}
.js-instagram__wrap.slide-in {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.instagram-title__wrap {
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .instagram-title__wrap {
    padding-left: 0;
    text-align: center;
  }
}

.instagram__wrap {
  max-width: 630px;
  margin: 0 auto;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .instagram__wrap {
    padding-inline: 32px;
    width: 100%;
  }
}

.instagram__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}

.instagram__image {
  max-width: 150px;
  height: 150px;
}
.instagram__image img {
  width: 100%;
  height: 100%;
}

.instagram__button {
  margin-top: 60px;
  text-align: center;
}

.instagram__link {
  padding: 15px 45px;
  border: 1px solid #336287;
  border-radius: 25px;
  font-size: 16px;
  color: #336287;
  -webkit-transition: color 0.5s, background-color 0.5s;
  transition: color 0.5s, background-color 0.5s;
}
.instagram__link:hover, .instagram__link:active {
  color: #fff;
  background-color: #336287;
}