.border-sec {
  position: relative;
}
.border-sec:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 40px;
  right: 40px;
  height: 1px;
  background: #dadada;
}

.infiniteslide_wrap {
  overflow: visible !important;
}
#f-contact,
.footer__banner {
  display: none;
}
.nav-fixed {
  background: #ecf0f1;
}
/*--------------------------------------
    #key
--------------------------------------*/
#key {
  padding: 95px 0 103px;
  background: #ecf0f1;
}
#key .wrap {
  max-width: 1210px;
}
#key h2 {
  z-index: 1;
  font-size: 28px;
  line-height: 42px;
  position: relative;
  display: inline-block;
  letter-spacing: -2px;
}
#key h2:before {
  content: '';
  position: absolute;
  top: -32px;
  right: -233px;
  background: url(../img/top/key_deco.svg) no-repeat center top;
  width: 435px;
  height: 208px;
  background-size: contain;
  z-index: -1;
}
#key .key__image {
  position: absolute;
  right: 60px;
  top: -33px;
}
#key .key__main {
  transform-origin: top left;
  margin-top: 180px;
  position: relative;
  z-index: 2;
}
#key .key__scroll {
  position: absolute;
  right: -23px;
  color: #0071bb;
  font-size: 12px;
  height: 400px;
  font-weight: 400;
  top: 174px;
  text-align: left;
  letter-spacing: -0.06em;
}
#key .key__scroll span {
  display: inline-block;
  position: relative;
}
#key .key__scroll span:after {
  content: '';
  position: absolute;
  top: calc(100% + 25px);
  left: 50%;
  width: 1px;
  height: 100px;
  transform: translateX(-50%);
  background: #0071bb;
  animation: scrollDown 2s ease infinite;
  -webkit-animation: scrollDown 2s ease infinite;
}

@keyframes scrollDown {
  0% {
    transform-origin: top;
    transform: scaleY(0);
  }
  45% {
    transform-origin: top;
    transform: scaleY(1);
  }
  55% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
@-webkit-keyframes scrollDown {
  0% {
    transform-origin: top;
    transform: scaleY(0);
  }
  45% {
    transform-origin: top;
    transform: scaleY(1);
  }
  55% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
/*--------------------------------------
    our-future
--------------------------------------*/
#our-future {
  padding: 97px 0 315px;
  position: relative;
  background: #ecf0f1;
  z-index: 1;
}
#our-future:before {
  content: '';
  position: absolute;
  top: 340px;
  right: 0;
  background: url(../img/top/our-future_deco.svg) no-repeat center top;
  width: 604px;
  height: 450px;
  background-size: contain;
  z-index: -1;
}
#our-future:after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: 0;
  background: url(../img/top/our-future_bg.webp) no-repeat center top;
  width: 100%;
  height: 912px;
  background-size: auto 100%;
  z-index: -1;
}
#our-future .wrap {
  max-width: 1210px;
}
#our-future .our-future__title {
  text-align: right;
}
#our-future .our-future__title span {
  display: block;
  margin-bottom: 26px;
  transform: translateX(150px);
}
#our-future .our-future__title span:nth-child(2) {
  transform: translateX(-150px);
}
#our-future .our-future__description {
  text-align: right;
}
#our-future .our-future__row {
  max-width: 1090px;
  margin: 0 auto;
  justify-content: space-between;
  margin-top: 34px;
  width: 100%;
  gap: 20px;
}
#our-future .our-future__row .our-future__info {
  width: 560px;
}
#our-future .our-future__text {
  font-size: 20px;
  line-height: 50px;
}
#our-future .our-future__text span {
  display: block;
  margin-top: 50px;
}
#our-future .our-future__button {
  margin-top: 54px;
  display: block;
}
#our-future .our-future__photos {
  margin-top: 57px;
  width: 420px;
  text-align: right;
}
#our-future .our-future__photos__img2 {
  text-align: left;
  margin-top: 90px;
}

/*--------------------------------------
  service
--------------------------------------*/
#service {
  position: relative;
  color: #fff;
}
#service .service__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#service .service__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#service .service__main {
  position: relative;
  padding: 130px 0 100px;
  overflow: hidden;
  min-height: 100vh;
}
#service .service__main .wrap {
  max-width: 1200px;
}
#service .service__main .row {
  justify-content: space-between;
  gap: 20px;
}
#service .service__main .row .ttl-common {
  margin-top: 24px;
}
#service .service__main .row h3 {
  font-size: 40px;
  letter-spacing: -2px;
  line-height: 60px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
#service .service__main .row .service__row__container2 {
  margin-right: 30px;
  min-width: 529px;
}
#service .service__main .row .service__row__container2 .txt {
  margin-bottom: 35px;
  margin-top: 20px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}
#service .service__button {
  display: block;
}
#service .service__links {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  gap: 20px;
  margin-top: 136px;
}
#service .service__links p {
  width: calc(33% - 10px);
}
#service .service__links p a {
  display: block;
  border: 1px solid #9b9793;
  border-radius: 6px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  font-size: 20px;
  text-decoration: none;
  position: relative;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}
#service .service__links p a:before {
  content: '';
  position: absolute;
  top: 0;
  right: 28px;
  background: url(../img/shared/btn_arrow.svg) no-repeat center center;
  width: 12px;
  height: 100%;
  transition: all 0.3s ease;
}
#service .service__links p a:hover:before {
  transform: translateX(5px);
}
#service .service__links p a span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  left: 31px;
  z-index: 2;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}
#service .ttl-common--white {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
#service .service__main .row .service__title img {
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}

/*--------------------------------------
  sports
--------------------------------------*/
#sports {
  padding: 91px 0 120px;
}
#sports::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/top/sports_bg.webp) no-repeat center top;
  width: 100%;
  height: 100vh;
  background-size: cover;
  z-index: -1;
}
#sports .wrap {
  max-width: 1225px;
}
#sports .sports__row {
  justify-content: space-between;
  gap: 20px;
}
#sports .sports__row__photo {
  margin-left: 5px;
}
#sports .sports__row__content {
  width: 446px;
  min-width: 446px;
  padding-top: 59px;
  text-align: right;
}
#sports .sports__row__content .ttl-common {
  margin: 17px 4px 61px;
}
#sports .sports__row__content .txt {
  font-size: 20px;
  line-height: 40px;
}
#sports .sports__row__content .button {
  margin-top: 34px;
  margin-right: auto;
  margin-left: 65px;
  display: block;
}

/*--------------------------------------
  recruit
--------------------------------------*/
#recruit {
  padding: 150px 0 140px;
}
#recruit .wrap {
  max-width: 1220px;
}
#recruit .ttl-common {
  margin-top: 24px;
}
#recruit .recruit__row {
  justify-content: space-between;
}
#recruit .recruit__row__content2 {
  width: 487px;
  margin: -18px calc(50% - 502px) 0 auto;
  min-width: 487px;
}
#recruit .recruit__row__content2 h3 {
  font-size: 40px;
  line-height: 60px;
}
#recruit .recruit__row__content2 .txt {
  margin: 43px 0 40px 7px;
}
#recruit .recruit__row__content2 .button {
  margin-left: 5px;
  display: block;
}
#recruit .recruit__slider1 {
  margin-top: 100px;
  margin-bottom: -30px;
  position: relative;
  z-index: 2;
}
#recruit .recruit__slider1 img {
  max-width: unset;
  width: auto;
  margin-left: 40px;
}
#recruit .recruit__slider2 img {
  height: 176px;
  margin-left: 20px;
  max-width: unset;
  width: auto;
}

/*--------------------------------------
  news
--------------------------------------*/
#news .wrap {
  max-width: 1200px;
}
#news .ttl-common {
  font-size: 16px;
  margin-top: 10px;
}
#news .news__category {
  position: absolute;
  right: 10px;
  top: 19px;
  font-size: 14px;
}
#news .news__category ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 19px;
}
#news .news__category ul li {
  cursor: pointer;
}
#news .news__info {
  border-top: 1px solid #dadada;
  margin-top: 22px;
}

#news .news__button {
  display: block;
  margin-left: auto;
  width: 200px;
  height: 40px;
  margin-top: 36px;
  margin-right: -5px;
  line-height: 40px;
}

/*--------------------------------------
  bottom-row
--------------------------------------*/
.bottom-row {
  width: calc(100% - 40px);
  max-width: 1215px;
  margin: 0 auto 148px;
  margin-top: 147px;
  justify-content: space-between;
  position: relative;
}
.bottom-row:before {
  content: '';
  position: absolute;
  top: -34px;
  left: 50%;
  bottom: -50px;
  width: 1px;
  background: #dadada;
}

.sec-common {
  width: calc(50% - 80px);
  position: relative;
}
.sec-common .sec-common__button {
  position: absolute;
  bottom: 7px;
  right: -3px;
  width: 70px;
  height: 70px;
}
.sec-common .wrap {
  width: 100%;
}
.sec-common dl {
  margin-top: 57px;
  margin-left: -2px;
}
.sec-common dl dt {
  font-size: 24px;
}
.sec-common dl dd {
  font-weight: 400;
  font-size: 14px;
  margin-top: 8px;
  margin-left: -2px;
}

/*--------------------------------------
  Smartphone
--------------------------------------*/
@media screen and (max-width: 560px) {
  body {
    font-size: 20px;
  }
  .border-sec::before {
    left: 30px;
    right: 30px;
  }
  /*--------------------------------------
    key
  --------------------------------------*/
  #key {
    padding: 63px 0;
  }
  #key h2 {
    font-size: 24px;
    line-height: 36px;
  }
  #key h2:before {
    top: -9px;
    right: -161px;
    width: 337px;
    height: 161px;
  }
  #key .key__image {
    position: static;
    margin: 64px 24px -3px 24px;
  }
  #key .key__main {
    margin: 105px 0 0 -6px;
    width: 460px;
  }
  #key .key__scroll {
    right: 19px;
    top: 218px;
  }
  /*--------------------------------------
    our-future
  --------------------------------------*/
  #our-future {
    padding: 60px 0 215px;
  }
  #our-future:before {
    background: url(../img/top/our-future_deco_sp.webp) no-repeat center top;
    width: 560px;
    top: 94px;
    height: 617px;
  }
  #our-future .our-future__title span {
    margin-left: auto;
    margin-bottom: 12px;
  }
  #our-future .our-future__title .js1 {
    width: 137px;
  }
  #our-future .our-future__title .js2 {
    width: 327px;
  }
  #our-future .our-future__description {
    margin-top: 24px;
  }
  #our-future .our-future__row {
    margin-top: 78px;
    gap: 0;
  }
  #our-future .our-future__row .our-future__info {
    width: 100%;
  }
  #our-future .our-future__text {
    line-height: 40px;
  }
  #our-future .our-future__text span {
    margin-top: 40px;
  }
  #our-future .our-future__button {
    margin-top: 60px;
  }
  #our-future .our-future__photos {
    margin-top: 70px;
    width: 100%;
  }
  #our-future .our-future__photos__img {
    margin-right: 56px;
    width: 277px;
    margin-left: auto;
  }
  #our-future .our-future__photos__img2 {
    margin-top: 54px;
    margin-left: 43px;
    width: 207px;
  }
  /*--------------------------------------
    service
  --------------------------------------*/
  #service .service__main {
    padding: 100px 0 90px;
  }
  #service .service__main .row h2 {
    width: 340px;
  }
  #service .service__main .row .ttl-common {
    margin-top: 16px;
  }
  #service .service__main .row .service__row__container2 {
    margin-right: 0;
    margin-top: 118px;
    min-width: auto;
  }
  #service .service__main .row .service__row__container2 h3 {
    font-size: 32px;
    letter-spacing: 0px;
    line-height: 48px;
  }
  #service .service__main .row .service__row__container2 .txt {
    line-height: 30px;
    margin: 24px 0 15px 0;
  }
  #service .service__links {
    margin-top: 70px;
    gap: 10px;
  }
  #service .service__links p {
    width: 100%;
  }
  #service .service__links p a {
    box-sizing: border-box;
  }
  /*--------------------------------------
    sports
  --------------------------------------*/
  #sports {
    padding: 100px 0 70px;
  }
  #sports .sports__row {
    flex-direction: column-reverse;
    gap: 66px;
  }
  #sports .sports__row__photo {
    margin: 0 12px;
  }
  #sports .sports__row__content {
    padding-top: 0;
    width: 100%;
    text-align: center;
  }
  #sports .sports__row__content h2 {
    width: 315px;
  }
  #sports .sports__row__content .ttl-common {
    margin: 18px 0 44px;
    text-align: left;
  }
  #sports .sports__row__content .txt {
    text-align: center;
    line-height: 30px;
  }
  #sports .sports__row__content .button {
    margin-top: 40px;
    margin-left: auto;
  }
  /*--------------------------------------
    recruit
  --------------------------------------*/
  #recruit {
    padding: 103px 0 122px;
  }
  #recruit h2 {
    width: 346px;
  }
  #recruit .ttl-common {
    margin-top: 16px;
  }
  #recruit .recruit__row__content2 {
    width: 100%;
    margin: 60px 0 0;
  }
  #recruit .recruit__row__content2 h3 {
    margin-left: -6px;
    font-size: 44px;
  }
  #recruit .recruit__row__content2 .txt {
    line-height: 40px;
    margin: 23px 0 36px;
  }
  #recruit .recruit__row__content2 .button {
    margin: 0 auto;
  }
  #recruit .recruit__slider1 {
    margin-top: 70px;
    margin-bottom: -20px;
  }
  #recruit .recruit__slider1 img {
    max-width: unset;
    height: 300px;
    width: auto;
  }
  #recruit .recruit__slider2 img {
    height: 90px;
  }
  /*--------------------------------------
    news
  --------------------------------------*/
  #news .ttl-common {
    margin-top: 20px;
    font-size: 20px;
  }
  #news .news__title {
    width: 187px;
    margin-left: 6px;
  }

  #news .news__button {
    margin-top: 49px;
    margin-right: auto;
    height: 50px;
    width: 300px;
    line-height: 48px;
    font-size: 16px;
  }
  /*--------------------------------------
    bottom-row
  --------------------------------------*/
  .bottom-row {
    margin-top: 100px;
    width: calc(100% - 60px);
    flex-direction: column;
    gap: 82px;
    margin-bottom: 122px;
  }
  .bottom-row:before {
    display: none;
  }
  .sec-common {
    width: 100%;
    border-top: 1px solid #dadada;
    padding-top: 70px;
  }
  .sec-common .sec-common__button {
    bottom: auto;
    right: 30px;
    width: 80px;
    height: 80px;
    top: 160px;
  }
  .sec-common .wrap {
    padding: 0;
  }
  .sec-common h2 {
    width: 329px;
    margin-left: 3px;
  }
  .sec-common dl {
    margin-top: 37px;
    margin-left: 0px;
  }
  .sec-common dl dt {
    font-size: 28px;
  }
  .sec-common dl dd {
    font-size: 16px;
    margin-top: 24px;
    margin-right: 120px;
  }
  #contact {
    padding-top: 45px;
  }
  #contact::before {
    top: 135px;
  }
  #contact h2 {
    width: 306px;
  }
}
@media screen and (min-width: 1366px) {
  #our-future:after {
    height: 66.8vw;
    background-size: 100% 100%;
  }
  #sports::after {
    height: 771px;
    background-size: 100% 100%;
  }
}
/* @media (max-width: 1150px) and (min-width: 560px) {
  #service .service__main .row .service__row__container2 {
    margin-right: 0;
  }
  #service .service__links {
    gap: 1.8%;
  }
  #service .service__links__item {
    margin-bottom: 1.8%;
  }
  #service .service__banner__description {
    left: 450px;
  }
}
@media (min-width: 560px) and (max-width: 1050px) {
  #key h2 {
    text-shadow: 2px 1px 6px #fff;
  }
  #recruit .recruit__row {
    gap: 20px;
  }
  #recruit .recruit__row__content2 {
    margin-right: 0;
  }
}
@media (min-width: 560px) and (max-width: 900px) {
  #news .news__title {
    width: 150px;
  }
  #news .news__category {
    top: 7px;
    width: calc(100% - 170px);
  }
  #news .news__category ul {
    justify-content: space-between;
    gap: 0;
  }
}
@media (min-width: 560px) and (max-width: 1080px) {
  .bottom-row {
    gap: 50px;
  }
  .sec-common {
    width: 50%;
  }
  .sec-common dl dd {
    margin-right: 70px;
  }
} */

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