@charset "UTF-8";
/* =============================================================================
   パーシャルファイル
   ========================================================================== */
/* -----------------------------------------------------------------------------
   メディアクエリ
   -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
   l-mv
   -------------------------------------------------------------------------- */
.l-mv {
  position: relative;
}

#video-background {
  position: absolute;
  top: 98px;
  left: 0;
  width: 100%;
  height: 908px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1; /* テキストやコンテンツが上に表示されるように */
}
@media screen and (max-width: 1199px) {
  #video-background {
    top: 80px;
  }
}
@media screen and (max-width: 767px) {
  #video-background {
    top: 60px;
  }
}
@media screen and (max-width: 479px) {
  #video-background {
    height: 667px;
  }
}
.l-mv-video-pc {
  display: block;
}
@media screen and (max-width: 479px) {
  .l-mv-video-pc {
    display: none;
  }
}
.l-mv-video-sp {
  display: none;
}
@media screen and (max-width: 479px) {
  .l-mv-video-sp {
    display: block;
  }
}
.l-mv-catch-box {
  height: 908px;
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}
@media screen and (max-width: 479px) {
  .l-mv-catch-box {
    height: 667px;
  }
}
.l-mv-catch-box-inner {
  position: absolute;
  bottom: 12%;
}
@media screen and (max-width: 767px) {
  .l-mv-catch-box-inner {
    bottom: 6%;
  }
}
.l-mv-main-catch {
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 50px;
}
@media screen and (max-width: 999px) {
  .l-mv-main-catch {
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-mv-main-catch {
    font-size: 3.4rem;
    margin-bottom: 40px;
  }
}
.l-mv-sub-catch {
  font-size: 2.2rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .l-mv-sub-catch {
    font-size: 1.8rem;
  }
}
/*スクロールダウン全体の場所*/
.scrolldown2 {
  /*描画位置※位置は適宜調整してください*/
  display: block;
  position: absolute;
  bottom: 0;
  right: 53px;
}
@media screen and (max-width: 767px) {
  .scrolldown2 {
    display: none;
  }
}
/*Scrollテキストの描写*/
.scrolldown2 span {
  /*描画位置*/
  position: absolute;
  left: -11px;
  bottom: 115px;
  /*テキストの形状*/
  color: #eee;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

/* 丸の描写 */
.scrolldown2:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -4px;
  /*丸の形状*/
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #eee;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  -webkit-animation: circlemove 3s ease-in-out infinite, cirlemovehide 3s ease-out infinite;
          animation: circlemove 3s ease-in-out infinite, cirlemovehide 3s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@-webkit-keyframes circlemove {
  0% {
    bottom: 100px;
  }
  100% {
    bottom: -5px;
  }
}
@keyframes circlemove {
  0% {
    bottom: 100px;
  }
  100% {
    bottom: -5px;
  }
}
/*上から下にかけて丸が透過→不透明→透過する*/
@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
/* 線の描写 */
.scrolldown2:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: 0;
  /*線の形状*/
  width: 1px;
  height: 100px;
  background: #eee;
}

/* -----------------------------------------------------------------------------
   l-index-about
   -------------------------------------------------------------------------- */
.l-index-about {
  background: -webkit-gradient(linear, left top, left bottom, from(#EFF4FC), to(#FFF));
  background: linear-gradient(to bottom, #EFF4FC, #FFF);
  padding: 50px 0 50px;
}
@media screen and (min-width: 1000px) {
  .l-index-about {
    padding: 160px 0 100px;
  }
}
.l-index-about-info {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 35px;
}
@media screen and (min-width: 1000px) {
  .l-index-about-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
    margin-bottom: 45px;
  }
}
.l-index-about-info-ttl-box {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 1000px) {
  .l-index-about-info-ttl-box {
    width: 50%;
    margin-bottom: 0;
  }
}
.l-index-about-info-ttl {
  margin-bottom: 20px;
}
.l-index-about-info-txt-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1000px) {
  .l-index-about-info-txt-box {
    width: 50%;
  }
}
.l-index-about-img {
  position: relative;
  height: auto;
  padding-top: 200px;
  z-index: 0;
  padding: 70px 0 0;
}
@media screen and (min-width: 768px) {
  .l-index-about-img {
    padding: 100px 0 0;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-about-img {
    height: 980px;
    padding: 200px 0 0;
  }
}
.l-index-about-img::before {
  content: "DRIVING RANGE DESIGN FOR FUTURE";
  font-family: "Jost", sans-serif;
  font-size: 3.8rem;
  font-weight: 500;
  word-break: normal;
  letter-spacing: 0;
  line-height: 1;
  color: #C8D7EF;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .l-index-about-img::before {
    font-size: 5.8rem;
    word-break: break-all;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-about-img::before {
    font-size: 11.6rem;
  }
}
.l-index-about-img-pc {
  display: none;
  position: relative;
  height: 780px;
  max-width: 1000px;
  margin: 0 auto;
  background-image: url(../img/index/index_img01.png);
  background-position: top center;
}
@media screen and (min-width: 1000px) {
  .l-index-about-img-pc {
    display: block;
  }
}
.l-index-about-img-pc ul li {
  width: 240px;
  height: 156px;
  background-image: url(../img/index/index_img02.png);
  background-size: cover;
  background-position: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.l-index-about-img-pc ul li:nth-child(1) {
  position: absolute;
  bottom: 85px;
  left: 30px;
}

.l-index-about-img-pc ul li:nth-child(2) {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}

.l-index-about-img-pc ul li:nth-child(3) {
  position: absolute;
  bottom: 85px;
  right: 30px;
}

.l-index-about-img-sp {
  display: block;
  position: relative;
  height: 550px;
  max-width: 1000px;
  margin: 0 auto;
  background-image: url(../img/index/index_img06.png);
  background-size: contain;
  background-position: top center;
}
@media screen and (min-width: 480px) {
  .l-index-about-img-sp {
    height: 700px;
  }
}
@media screen and (min-width: 768px) {
  .l-index-about-img-sp {
    height: 900px;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-about-img-sp {
    display: none;
  }
}
.l-index-about-img-sp-slide-box {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.swiper-top {
  padding-bottom: 220px;
}
@media screen and (min-width: 480px) {
  .swiper-top {
    padding-bottom: 230px;
  }
}
@media screen and (min-width: 768px) {
  .swiper-top {
    padding-bottom: 300px;
  }
}
.swiper-top .swiper-slide {
  opacity: 1; /* 左右のスライドを薄くする */
  -webkit-transform: scale(0.9) !important;
          transform: scale(0.9) !important; /* 左右のスライドを小さくする */
  -webkit-transition: 0.7s;
  transition: 0.7s; /* ゆっくり小さくさせる */
}
@media screen and (min-width: 768px) {
  .swiper-top .swiper-slide {
    -webkit-transform: scale(0.7) !important;
            transform: scale(0.7) !important; /* 左右のスライドを小さくする */
  }
}
.swiper-top .swiper-slide img {
  height: auto;
  width: 100%;
}

.swiper-top .swiper-slide {
  bottom: 0;
}

.swiper-top .swiper-slide-active {
  opacity: 1; /* 中央のスライドは薄くしない */
  -webkit-transform: scale(1.5) !important;
          transform: scale(1.5) !important; /* 中央のスライドは小さくしない */
  z-index: 1; /* 中央のスライドを一番上にする */
  bottom: -180px;
}
@media screen and (min-width: 768px) {
  .swiper-top .swiper-slide-active {
    bottom: -250px;
    -webkit-transform: scale(1.2) !important;
            transform: scale(1.2) !important; /* 中央のスライドは小さくしない */
  }
}
.swiper-top .swiper-button-next, .swiper-button-prev {
  top: 70%;
  margin: 0 10px;
}

.swiper-top .swiper-button-next {
  background-image: url(../img/common/cmn_next_btn.png);
  background-size: cover;
  width: 44px;
  height: 44px;
}

.swiper-top .swiper-button-prev {
  background-image: url(../img/common/cmn_prev_btn.png);
  background-size: cover;
  width: 44px;
  height: 44px;
}

.text-area {
  position: absolute;
  top: 22%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  background-image: url(../img/index/index_img02.png);
  background-size: cover;
  background-position: center;
  width: 240px;
  height: 156px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 480px) {
  .text-area {
    top: 20%;
  }
}
@media screen and (min-width: 768px) {
  .text-area {
    top: 40%;
  }
}
.text-area .text-content {
  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;
}

.text-area .text-content p {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

/* -----------------------------------------------------------------------------
   l-index-products
   -------------------------------------------------------------------------- */
.l-index-products {
  padding-top: 50px;
  padding-left: 20px;
  background-color: #EFF4FC;
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  .l-index-products {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .l-index-products {
    padding-left: 0;
  }
}

.l-index-products-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.l-index-products-ttl {
  margin-bottom: 30px;
}
@media screen and (min-width: 1000px) {
  .l-index-products-ttl {
    margin-bottom: 50px;
  }
}
.l-index-products-ttl span {
  margin-bottom: 0;
}

.l-index-products-box-inner {
  background-color: #fff;
  padding-right: calc(50vw - 50%);
  margin-right: calc(50% - 50vw);
}

.l-index-products-box-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 20px;
}
@media screen and (min-width: 1000px) {
  .l-index-products-box-inner ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 100px 20px 100px 100px;
  }
}
@media screen and (min-width: 1200px) {
  .l-index-products-box-inner ul {
    padding: 100px 0 100px 100px;
  }
}

.l-index-products-item {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media screen and (min-width: 1000px) {
  .l-index-products-item {
    width: 260px;
    margin: 0;
    margin-bottom: 0;
  }
}
.l-index-products-item:last-of-type {
  margin-bottom: 0;
}

.l-index-products-item-img-box {
  position: relative;
  margin-bottom: 20px;
}

.l-index-products-item-icon {
  position: absolute;
  width: 84px;
  bottom: -50px;
  right: 10px;
}

.l-index-products-item:nth-child(2) .l-index-products-item-icon,
.l-index-products-item:nth-child(3) .l-index-products-item-icon {
  width: 120px;
}

.l-index-products-item-txt-box {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1000px) {
  .l-index-products-item-txt-box {
    height: 320px;
  }
}
.l-index-products-item-txt-box-info-wrap > h3 {
  font-size: 2.4rem;
  line-height: 1.8;
  margin-bottom: 10px;
}

.l-index-products-item-desc {
  -webkit-box-flex: none;
      -ms-flex-positive: none;
          flex-grow: none;
  margin-bottom: 35px;
}
@media screen and (min-width: 1000px) {
  .l-index-products-item-desc {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-bottom: 0;
  }
}
.l-index-products-item-txt-box-btn-wrap {
  text-align: left;
}
@media screen and (min-width: 1000px) {
  .l-index-products-item-txt-box-btn-wrap {
    text-align: right;
  }
}
/* -----------------------------------------------------------------------------
   l-index-maintenance
   -------------------------------------------------------------------------- */
.l-index-maintenance {
  padding: 50px 20px 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(#EFF4FC), to(#FFF));
  background: linear-gradient(to bottom, #EFF4FC, #FFF);
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  .l-index-maintenance {
    padding: 100px 20px;
  }
}
.l-index-maintenance-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1000px) {
  .l-index-maintenance-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-index-maintenance-txt-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 0;
  margin-bottom: 50px;
}
@media screen and (min-width: 1000px) {
  .l-index-maintenance-txt-box {
    width: 50%;
    margin-bottom: 0;
    padding-right: 50px;
  }
}
.l-index-maintenance-ttl {
  margin-bottom: 10px;
}

.l-index-maintenance-txt-box-desc {
  margin-bottom: 20px;
}

.l-index-maintenance-img-box {
  width: auto;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: calc(50% - 50vw);
  margin-left: 10%;
}
@media screen and (min-width: 1000px) {
  .l-index-maintenance-img-box {
    width: 50%;
    margin-right: calc(50% - 50vw);
    margin-left: 0;
  }
}
.l-index-maintenance-img-box .l-index-maintenance-img-box-main {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1000px) {
  .l-index-maintenance-img-box .l-index-maintenance-img-box-main {
    height: 512px;
  }
}
.l-index-maintenance-img-box-map {
  width: 177px;
  position: absolute;
  bottom: -50px;
  left: -50px;
}
@media screen and (min-width: 768px) {
  .l-index-maintenance-img-box-map {
    width: 250px;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-maintenance-img-box-map {
    width: 400px;
    bottom: -70px;
    left: -330px;
  }
}
/* -----------------------------------------------------------------------------
   l-index-case
   -------------------------------------------------------------------------- */
.l-index-case {
  padding: 50px 20px;
}
@media screen and (min-width: 1000px) {
  .l-index-case {
    padding: 100px 20px;
  }
}
.l-index-case-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.l-index-case-ttl {
  margin-bottom: 30px;
}
@media screen and (min-width: 1000px) {
  .l-index-case-ttl {
    margin-bottom: 90px;
  }
}
.l-index-case-ttl span {
  margin-bottom: 5px;
}

.l-index-case-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
@media screen and (min-width: 1000px) {
  .l-index-case-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 100px;
  }
}
.l-index-case-item {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 35px;
}
@media screen and (min-width: 1000px) {
  .l-index-case-item {
    width: 300px;
    margin: 0;
    margin-bottom: 0;
  }
}
.l-index-case-item:last-of-type {
  margin-bottom: 0;
}

.l-index-case-item-img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 15px;
}

.l-index-case-item-ttl {
  margin-bottom: 10px;
}

.l-index-case-item-desc {
  margin-bottom: 25px;
}
@media screen and (min-width: 1000px) {
  .l-index-case-item-desc {
    margin-bottom: 35px;
  }
}
.l-index-case-item-btn-wrap {
  text-align: right;
}

.l-index-case-item-btn {
  font-weight: 700;
}

.l-index-case-item-btn a {
  position: relative;
  padding-bottom: 3px;
  border-bottom: 1px solid #002767;
}
@media screen and (max-width: 767px) {
  .l-index-case-item-btn a {
    color: #245AB3;
    border-bottom: 1px solid #245AB3;
  }
}
.l-index-case-item-btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -30px; /*初期位置は10px下*/
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #245AB3;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .l-index-case-item-btn a::after {
    visibility: visible;
    opacity: 1;
    left: -10px;
  }
}
.l-index-case-item-btn a:hover::after {
  visibility: visible;
  opacity: 1;
  left: -10px; /*ホバー時は下に4pxの位置へ*/
}

.l-index-case-item-btn a:hover {
  color: #245AB3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px solid #245AB3;
}

.l-index-case-btn-wrap {
  text-align: center;
}