@charset "UTF-8";
/* ================================================

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

body {
  background-color: #FFFFFF;
}

body {
  overflow-x: hidden;
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

body.-bodyScrollStop {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

:root {
  --cc-lblue: #15b8ff;
  --cc-yellow: #ffe553;
  --w1280: 1280px;
  --space: 30px;
}

/* ================================================

- フォント

================================================ */
/* ================================================

- フォントサイズ

================================================ */
/* ================================================

- RWD表示切り替え

================================================ */
@media all and (min-width: 569px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 568px) {
  .nosp {
    display: none !important;
  }
}
/* ================================================

- flex

================================================ */
/* ================================================

- margin

================================================ */
/* magrin-topを5px刻みで50pxまで */
.mTop0 {
  margin-top: 0px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

/* magrin-bottomを5px刻みで50pxまで */
.mBtm0 {
  margin-bottom: 0px;
}

.mBtm5 {
  margin-bottom: 5px;
}

.mBtm10 {
  margin-bottom: 10px;
}

.mBtm15 {
  margin-bottom: 15px;
}

.mBtm20 {
  margin-bottom: 20px;
}

.mBtm25 {
  margin-bottom: 25px;
}

.mBtm30 {
  margin-bottom: 30px;
}

.mBtm35 {
  margin-bottom: 35px;
}

.mBtm40 {
  margin-bottom: 40px;
}

.mBtm45 {
  margin-bottom: 45px;
}

.mBtm50 {
  margin-bottom: 50px;
}

/* ================================================

- z-index

================================================ */
/* ================================================

-

================================================ */
.lozad {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.lozad[data-loaded=true] {
  opacity: 1;
}

/* ================================================

- イージング

================================================ */
/* ================================================

- @hover

================================================ */
/* ================================================

- 共通

================================================ */
/*--- media screen ---*/
/* ================================================

- メインビジュアル

================================================ */
.top-mv {
  padding: 120px 0 120px;
  background-image: url(../images/top/bg_mv.jpg);
  background-size: 1800px;
  background-position: top center;
  background-repeat: repeat-x;
}

.top-mv__slide {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  background-color: #FFFFFF;
}
.top-mv__slide > a {
  display: block;
}

.top-mv__photo {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  max-width: 440px;
  width: 100%;
}

.top-mv__content {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding: 60px 70px 40px;
}

.top-mv__category {
  font-size: 2rem;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.top-mv__name {
  margin-top: 15px;
}
.top-mv__name span {
  display: block;
}
.top-mv__name span.-en {
  font-size: 7.6rem;
  line-height: 0.974;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  white-space: pre-line;
}
.top-mv__name span.-jp {
  margin-top: 18px;
  font-size: 2.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
}

.top-mv__summary {
  margin-top: 40px;
}

.top-mv__sns {
  margin-top: 55px;
  padding-left: 10px;
}

.top-mv__sns__item.m-sns__item {
  width: 26px;
}

.top-mv__btn {
  margin-top: 40px;
}

.top-mv__swiper.swiper {
  overflow: visible;
}

/* swiper
**********************/
.top-mv__arrow {
  position: absolute;
  top: 54%;
  left: 0;
  right: 0;
  translate: 0 -50%;
  width: 100%;
  z-index: 1;
}

.swiper-button-prev.top-swiper-button-prev,
.swiper-button-next.top-swiper-button-next {
  position: absolute;
  top: -17px;
  cursor: pointer;
  z-index: 11;
  -webkit-transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.swiper-button-prev.top-swiper-button-prev::after,
.swiper-button-next.top-swiper-button-next::after {
  content: "";
  position: absolute;
  width: 21px;
  height: 64px;
}
.swiper-button-prev.top-swiper-button-prev:hover,
.swiper-button-next.top-swiper-button-next:hover {
  opacity: 0.8;
}

.swiper-button-prev.top-swiper-button-prev.swiper-button-disabled,
.swiper-button-next.top-swiper-button-next.swiper-button-disabled {
  opacity: 0;
}

/* 前ページボタンのスタイル */
.swiper-button-prev.top-swiper-button-prev {
  left: -63px;
}
.swiper-button-prev.top-swiper-button-prev::after {
  left: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221px%22%20height%3D%2264px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(34%2C%2034%2C%2034)%22%20d%3D%22M0.005%2C31.997%20L20.114%2C-0.007%20L21.005%2C0.488%20L1.128%2C31.997%20L21.005%2C63.505%20L20.114%2C64.001%20L0.005%2C31.997%20Z%22%2F%3E%3C%2Fsvg%3E");
}

/* 次ページボタンのスタイル */
.swiper-button-next.top-swiper-button-next {
  right: -63px;
}
.swiper-button-next.top-swiper-button-next::after {
  right: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221px%22%20height%3D%2264px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(34%2C%2034%2C%2034)%22%20d%3D%22M20.995%2C31.997%20L0.886%2C-0.007%20L-0.005%2C0.488%20L19.872%2C31.997%20L-0.005%2C63.505%20L0.886%2C64.001%20L20.995%2C31.997%20Z%22%2F%3E%3C%2Fsvg%3E");
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination.top-mv__pagination,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -72px;
}

.swiper-pagination.top-mv__pagination .swiper-pagination-bullet {
  width: 100px;
  height: 2px;
  background-color: #e5e5e5;
  opacity: 1;
  border-radius: 0;
}
.swiper-pagination.top-mv__pagination .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination.top-mv__pagination .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
.swiper-pagination.top-mv__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--cc-lblue);
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-mv {
    padding: 22.133vw 0 17.867vw;
    background-image: url(../images/top/bg_mv_sp.jpg);
    background-size: 100vw;
    background-repeat: no-repeat;
  }
  .top-mv__inner {
    padding: 0 8vw;
  }
  .top-mv__slide {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-mv__photo {
    margin: 0 auto;
  }
  .top-mv__photo img {
    height: 106.667vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  .top-mv__content {
    padding: 6.933vw 5.867vw 3.467vw;
  }
  .top-mv__category {
    font-size: 4.2666666667vw;
  }
  .top-mv__name {
    margin-top: 1.867vw;
  }
  .top-mv__name span.-en {
    font-size: 11.7333333333vw;
  }
  .top-mv__name span.-jp {
    margin-top: 2.667vw;
    font-size: 4.8vw;
  }
  .top-mv__summary {
    margin-top: 6.133vw;
  }
  .top-mv__sns {
    margin-top: 8vw;
    padding-left: 2.667vw;
  }
  .top-mv__sns__item.m-sns__item {
    width: 6.933vw;
  }
  .top-mv__btn {
    margin-top: 4.8vw;
  }
  /* swiper
  **********************/
  .top-mv__arrow {
    top: 54%;
    translate: 0 -50%;
  }
  .swiper-button-prev.top-swiper-button-prev,
  .swiper-button-next.top-swiper-button-next {
    top: -11.467vw;
  }
  .swiper-button-prev.top-swiper-button-prev::after,
  .swiper-button-next.top-swiper-button-next::after {
    width: 3.919vw;
    height: 12.002vw;
  }
  /* 前ページボタンのスタイル */
  .swiper-button-prev.top-swiper-button-prev {
    left: -5.867vw;
  }
  .swiper-button-prev.top-swiper-button-prev::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2214.697px%22%20height%3D%2245.006px%22%20viewBox%3D%220%200%2014.697%2045.006%22%20enable-background%3D%22new%200%200%2014.697%2045.006%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23212121%22%20d%3D%22M0%2C22.503L14.073%2C0l0.624%2C0.348L0.786%2C22.503l13.911%2C22.154%20l-0.624%2C0.349L0%2C22.503z%22%2F%3E%3C%2Fsvg%3E");
  }
  /* 次ページボタンのスタイル */
  .swiper-button-next.top-swiper-button-next {
    right: -5.867vw;
  }
  .swiper-button-next.top-swiper-button-next::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2214.697px%22%20height%3D%2245.006px%22%20viewBox%3D%220%200%2014.697%2045.006%22%20enable-background%3D%22new%200%200%2014.697%2045.006%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23212121%22%20d%3D%22M14.697%2C22.503L0.624%2C0L0%2C0.348l13.911%2C22.155L0%2C44.657%20l0.624%2C0.349L14.697%2C22.503z%22%2F%3E%3C%2Fsvg%3E");
  }
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination.top-mv__pagination,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: -8vw;
  }
  .swiper-pagination.top-mv__pagination .swiper-pagination-bullet {
    width: 24vw;
    height: 0.533vw;
  }
  .swiper-pagination.top-mv__pagination .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination.top-mv__pagination .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 1.6vw;
  }
}
/* ================================================

- トップ共通

================================================ */
.top-circle {
  position: relative;
  z-index: 1;
}
.top-circle::before {
  content: "";
  position: absolute;
  width: 712px;
  height: 712px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  -webkit-animation: circleAnimation 25s linear infinite;
          animation: circleAnimation 25s linear infinite;
}

.top-circle.-mv::before {
  content: "";
  position: absolute;
  top: -170px;
  left: -335px;
}

.top-circle.-athletes::before {
  content: "";
  position: absolute;
  top: 120px;
  left: auto;
  right: -450px;
}

.top-circle.-company::before {
  content: "";
  position: absolute;
  top: -85px;
  left: -165px;
}

.top-circle.-circle1::before {
  width: 712px;
  height: 712px;
  background-image: url(../images/top/circle_txt_1.png);
}

.top-circle.-circle2::before {
  width: 549px;
  height: 548px;
  background-image: url(../images/top/circle_txt_2.png);
}

@-webkit-keyframes circleAnimation {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes circleAnimation {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.top-ttl span {
  display: block;
}
.top-ttl span.-en {
  font-size: 6.4rem;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.top-ttl span.-jp {
  margin-top: 10px;
  font-size: 1.9rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-circle::before {
    width: 137.867vw;
    height: 137.867vw;
  }
  .top-circle.-mv::before {
    top: -50.667vw;
    left: -80vw;
  }
  .top-circle.-athletes::before {
    top: 16vw;
    right: -61.333vw;
  }
  .top-circle.-company::before {
    top: -10.667vw;
    left: -44vw;
  }
  .top-circle.-circle1::before {
    width: 105.333vw;
    height: 105.333vw;
  }
  .top-circle.-circle2::before {
    width: 80.533vw;
    height: 80.8vw;
  }
  .top-ttl span.-en {
    font-size: 11.7333333333vw;
  }
  .top-ttl span.-jp {
    margin-top: 2.133vw;
    font-size: 4.5333333333vw;
  }
}
/* ================================================

- アスリート・アーティスト紹介

================================================ */
.top-athletes {
  padding: 83px 0 85px;
  background-image: url(../images/top/bg_athletes.jpg);
  background-size: 1800px;
  background-position: top center;
  background-repeat: repeat-x;
}

.top-athletes__ttl {
  text-align: right;
}

.top-athletes__content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 64px;
  margin-top: 33px;
}

.top-athletes__content__block {
  width: calc(33.3333333333% - 42.6666666667px);
}

.top-athletes__content__block:first-of-type {
  translate: 0 -120px;
}

.top-athletes__content__block:last-of-type {
  translate: 0 120px;
}

.top-athletes__content__summarys {
  margin-top: 34px;
  padding: 0 20px;
}

.top-athletes__content__category {
  font-size: 1.8rem;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.02em;
}

.top-athletes__content__name {
  margin-top: 10px;
}
.top-athletes__content__name span {
  display: block;
}
.top-athletes__content__name span.-en {
  font-size: 4.6rem;
  line-height: 1.059;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  white-space: pre-line;
}
.top-athletes__content__name span.-jp {
  margin-top: 10px;
  font-size: 1.9rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
}

.top-athletes__content__btn {
  margin-top: 44px;
}

.top-athletes__btn {
  width: 220px;
  margin: 150px auto 0;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-athletes {
    padding: 9.867vw 0 17.333vw;
    background-image: url(../images/top/bg_athletes_sp.jpg);
    background-size: 100vw;
    background-repeat: no-repeat;
  }
  .top-athletes__inner {
    padding: 0 8vw;
  }
  .top-athletes__ttl {
    text-align: center;
  }
  .top-athletes__content {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8.533vw;
    margin-top: 9.867vw;
  }
  .top-athletes__content__block {
    width: 100%;
    background-color: #FFFFFF;
  }
  .top-athletes__content__block:first-of-type {
    translate: 0 0;
  }
  .top-athletes__content__block:last-of-type {
    translate: 0 0;
  }
  .top-athletes__content__photo img {
    height: 96vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  .top-athletes__content__summarys {
    margin-top: 6.133vw;
    padding: 0 5.867vw 2.667vw;
  }
  .top-athletes__content__category {
    font-size: 4.2666666667vw;
  }
  .top-athletes__content__name {
    margin-top: 1.867vw;
  }
  .top-athletes__content__name span.-en {
    font-size: 10.6666666667vw;
    line-height: 1;
  }
  .top-athletes__content__name span.-jp {
    margin-top: 2.667vw;
    font-size: 4.8vw;
  }
  .top-athletes__content__btn {
    margin-top: 7.467vw;
  }
  .top-athletes__btn {
    display: none;
    width: 220px;
    margin: 150px auto 0;
  }
}
/* ================================================

- 会社情報

================================================ */
.top-company {
  padding: 120px 0 120px;
  background-image: url(../images/top/bg_company.jpg);
  background-size: 1800px;
  background-position: top center;
  background-repeat: repeat-x;
}

.top-company__layout {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.top-company__content {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding: 62px 65px 75px;
  background-color: #FFFFFF;
}

.top-company__content__summarys {
  margin-top: 46px;
}

.top-company__content__txt {
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
}

.top-company__summary {
  margin-top: 24px;
}

.top-company__btn {
  width: 148px;
  margin-top: 27px;
}

.top-company__photo {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  max-width: 600px;
  width: 100%;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-company {
    padding: 16vw 0 16vw;
    background-image: url(../images/top/bg_company_sp.jpg);
    background-size: 100vw;
    background-repeat: no-repeat;
  }
  .top-company__inner {
    padding: 0 5.333vw;
  }
  .top-company__ttl {
    text-align: center;
  }
  .top-company__layout {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-company__content {
    padding: 10.133vw 5.867vw 11.467vw;
  }
  .top-company__content__summarys {
    margin-top: 8.267vw;
  }
  .top-company__content__txt {
    font-size: 5.8666666667vw;
    line-height: 1.545;
  }
  .top-company__summary {
    margin-top: 4.533vw;
  }
  .top-company__btn {
    width: 148px;
    margin-top: 5.333vw;
  }
  .top-company__photo img {
    height: 101.333vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}
/* ================================================

- 業務紹介

================================================ */
.top-business {
  padding: 92px 0 110px;
  background-image: url(../images/top/bg_business.jpg);
  background-size: 1800px;
  background-position: top center;
  background-repeat: repeat-x;
}

.top-business__ttl {
  text-align: center;
}

.top-business__content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(calc(50% - 40px), 1fr));
  gap: 80px;
  margin-top: 65px;
}

.top-business__content__block {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 43px;
  padding-bottom: 25px;
  background-color: #FFFFFF;
}

.top-business__content__summarys {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  padding: 0 40px;
}

.top-business__content__ttl span {
  display: block;
}
.top-business__content__ttl span.-en {
  font-size: 4.6rem;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.top-business__content__ttl span.-jp {
  margin-top: 10px;
  font-size: 1.9rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.04em;
}

.top-business__summary {
  margin-top: 35px;
}

.top-business__btn {
  margin-top: 40px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-business {
    padding: 10.133vw 0 16vw;
    background-image: url(../images/top/bg_business_sp.jpg);
    background-size: 100vw;
    background-repeat: no-repeat;
  }
  .top-business__inner {
    padding: 0 5.333vw;
  }
  .top-business__content {
    display: block;
    gap: 21.333vw;
    margin-top: 9.333vw;
  }
  .top-business__content__block {
    display: block;
    padding-bottom: 5.333vw;
  }
  .top-business__content__block:not(:first-of-type) {
    margin-top: 8vw;
  }
  .top-business__content__summarys {
    display: block;
    margin-top: 8vw;
    padding: 0 5.333vw;
  }
  .top-business__content__ttl span.-en {
    font-size: 10.6666666667vw;
  }
  .top-business__content__ttl span.-jp {
    margin-top: 1.333vw;
    font-size: 4.8vw;
  }
  .top-business__summary {
    margin-top: 6.667vw;
  }
  .top-business__btn {
    margin-top: 8.533vw;
  }
}
/* ================================================

- お知らせ

================================================ */
.top-news {
  padding: 70px 0 100px;
}

.top-news__content {
  margin-top: 38px;
}

.top-news__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  gap: 60px;
}

.top-news__item a {
  display: block;
  color: #222222;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

@media (hover: hover) {
  .top-news__item a:-moz-any-link:hover {
    opacity: 0.7;
  }
  .top-news__item a:any-link:hover {
    opacity: 0.7;
  }
  .top-news__item a:-moz-any-link:hover .top-news__photo img {
    scale: 1.1;
  }
  .top-news__item a:any-link:hover .top-news__photo img {
    scale: 1.1;
  }
}
.top-news__photo {
  overflow: hidden;
}
.top-news__photo img {
  -webkit-transition: scale 0.2s ease-out;
  transition: scale 0.2s ease-out;
}

.top-news__summary {
  margin-top: 20px;
  padding: 0 10px;
}
.top-news__summary dd {
  font-size: 1.6rem;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.02em;
}
.top-news__summary dt {
  margin-top: 8px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.625;
}

.top-news__btn {
  margin-top: 28px;
  width: 130px;
  margin-left: auto;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-news {
    padding: 9.333vw 0 16vw;
  }
  .top-news__inner {
    padding: 0 10.667vw;
  }
  .top-news__ttl {
    text-align: center;
  }
  .top-news__content {
    margin-top: 10.133vw;
  }
  .top-news__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14.4vw;
  }
  .top-news__summary {
    margin-top: 5.333vw;
    padding: 0 2.667vw;
  }
  .top-news__summary dd {
    font-size: 4.2666666667vw;
  }
  .top-news__summary dt {
    margin-top: 2.133vw;
    font-size: 4.2666666667vw;
  }
  .top-news__btn {
    width: 34.667vw;
    margin: 9.867vw auto 0;
  }
}
/* ================================================

- お問い合わせ

================================================ */
.top-contact {
  padding: 90px 0 140px;
  background-image: url(../images/top/bg_contact.jpg);
  background-size: 1800px;
  background-position: top center;
  background-repeat: repeat-x;
}

.top-contact__layout {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 60px;
  padding-right: 200px;
}

.top-contact__content {
  padding-top: 9px;
}

.top-contact__txt {
  font-size: 1.8rem;
  line-height: 1.625;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  text-wrap: pretty;
}

.top-contact__btn {
  margin-top: 40px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-contact {
    padding: 11.733vw 0 17.067vw;
    background-image: url(../images/top/bg_contact_sp.jpg);
    background-size: 100vw;
    background-repeat: no-repeat;
  }
  .top-contact__inner {
    padding: 0 8vw;
  }
  .top-contact__layout {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 9.333vw;
    padding-right: 0;
  }
  .top-contact__ttl {
    text-align: center;
  }
  .top-contact__content {
    padding-top: 0;
  }
  .top-contact__txt {
    font-size: 4.5333333333vw;
  }
  .top-contact__btn {
    margin-top: 9.067vw;
    padding-right: 4.8vw;
  }
}