/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./node_modules/import-glob-loader/index.js!./src/scss/page/home.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
/* News
   ----------------------------------------------------------------- */
.c-news {
  margin-top: 105px;
}
.c-news__box {
  margin-top: 36px;
}
.c-news__box--single {
  margin-top: 20px;
}
.c-news__box--page {
  margin-top: 12px;
}
.c-news__card {
  padding: 20px 0;
  border-bottom: 1px solid #e0e0e0;
  display: grid;
  grid-template-columns: 67px auto;
  gap: 14px;
  -webkit-box-align: center;
          align-items: center;
}
.c-news__card:first-child {
  padding-top: 0px;
}
.c-news__card--single {
  padding: 20px 47px 20px 16px;
  position: relative;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.c-news__card--single:first-child {
  padding-top: 20px;
}
.c-news__card--single:after {
  content: "";
  width: 7px;
  height: 10px;
  background-image: url(/images/icon/parts/ico-arrow-right.png);
  background-size: cover;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-news__card--single:hover {
  background: #F4F4F4;
  opacity: 1;
}
.c-news__more--box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 22px;
}
.c-news__date {
  margin-top: 16px;
}
.c-news__thumb {
  width: 100%;
  height: auto;
  aspect-ratio: 1100/601;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 5px;
  background: #E0E0E0;
  margin-top: 24px;
}
.c-news__body {
  margin-top: 20px;
}
.c-news__body>a {
  color: #28A7E1;
  font-weight: 500;
}

/* fv
   ----------------------------------------------------------------- */
.c-fv {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 126px);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.c-fv:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  mix-blend-mode: multiply;
}
.c-fv:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/images/home/fv/fv-left.svg),url(/images/home/fv/fv-right.svg);
  background-size: 27.55vw auto, 51.85vw auto;
  background-position: left top, right bottom;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 21;
}
.c-fv__button__wrap {
  z-index: 30;
}
.c-fv__button__wrap img {
  width: 792px;
  max-width: 90vw;
}
@media (min-width: 1680px) {
.c-fv__button__wrap img {
  width: 47.14vw;
}
}
.c-fv__media {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 10;
  opacity: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.c-fv__media--active {
  -webkit-animation: imageAnimation 24s linear infinite 0s;
          animation: imageAnimation 24s linear infinite 0s;
}
.c-fv__media--noanimation {
  opacity: 1;
}

@-webkit-keyframes imageAnimation {
  0% {
    opacity: 0;
    left: 0;
  }
  11% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    left: 0;
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    left: 0;
  }
  38% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    left: -2%;
  }
  to {
    opacity: 0;
    left: -2%;
  }
}

@keyframes imageAnimation {
  0% {
    opacity: 0;
    left: 0;
  }
  11% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    left: 0;
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    left: 0;
  }
  38% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    left: -2%;
  }
  to {
    opacity: 0;
    left: -2%;
  }
}
/* Service
   ----------------------------------------------------------------- */
.c-service {
  margin-top: 86px;
}
.c-service__box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 33px;
  margin-top: 32px;
}
.c-service__box--text {
  padding: 16px 16px 20px;
  position: relative;
}
.c-service__box--text:after {
  content: "";
  display: block;
  background-color: #767676;
  -webkit-mask: url(/images/icon/parts/ico-arrow-right.png);
          mask: url(/images/icon/parts/ico-arrow-right.png);
  -webkit-mask-size: cover;
          mask-size: cover;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9px;
  height: 14px;
}
.c-service__box--text--inactive:after {
  background-color: #C7C7C7;
}
.c-service__card {
  border-radius: 5px;
  background: #FFF;
  -webkit-box-shadow: 0px 3px 10px #0000001A;
          box-shadow: 0px 3px 10px #0000001A;
}
.c-service__card__media {
  border-radius: 5px 5px 0 0;
  width: 100%;
  height: 226px;
  max-height: 226px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.c-service__card__media--normal {
  height: 100%;
  width: 100%;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-service__card__media--hover {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
  opacity: 1;
}
.new-mark{
  display: inline-block;
  padding: 0 0.7em;
  border-radius: 4px;
  background: linear-gradient(to right, #6FBA2C, #ABCD03);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  margin-left: 0.6em;
}

/* Score
   ----------------------------------------------------------------- */
.c-score {
  display: grid;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
  gap: 8px;
  -webkit-box-align: center;
          align-items: center;
}
.c-score__box {
  display: grid;
  grid-template-columns: repeat(5, 17px);
  gap: 1px;
}
.c-score__box--big {
  grid-template-columns: repeat(5, 30px);
}
.c-score__star {
  width: 17px;
  height: 16px;
  display: block;
  background-image: url(/images/icon/parts/ico-star2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.c-score__star--active {
  background-image: url(/images/icon/parts/ico-star1.png);
}
.c-score__star--big {
  width: 31px;
  height: 29px;
}
.c-score__text {
  font-size: 12px;
  color: #767676;
}

/* Banner
   ----------------------------------------------------------------- */
.c-banner {
  margin-top: 42px;
}
.c-banner__link {
  display: block;
  overflow: hidden;
  border-radius: 5px;
}
.c-banner__list {
  padding: 0 0.4761904762vw;
}
.c-banner__box {
  height: 20vw;
  width: 100%;
  list-style: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.c-banner__box.slick-initialized {
  opacity: 1;
}
@media (max-width: 1080px) {
  .c-service__box {
    gap: 1.9047619048vw 1.9642857143vw;
    margin-top: 0px;
    padding: 18px 0 20px;
  }
  .c-service__card__media {
    height: 13.4523809524vw;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .c-news {
    margin-top: 32px;
  }
  .c-news__box {
    margin-top: 22px;
  }
  .c-news__box--single {
    margin-top: 8px;
  }
  .c-news__box--page {
    margin-top: 4px;
  }
  .c-news__card {
    grid-template-columns: 100%;
    gap: 12px;
    padding: 20px 0;
  }
  .c-news__card:first-child {
    padding-top: 0px;
  }
  .c-news__card--single {
    padding: 16px 43px 21px 12px;
  }
  .c-news__card--single:first-child {
    padding-top: 16px;
  }
  .c-news__more--box {
    margin-top: 16px;
  }
  .c-news__date {
    margin-top: 8px;
  }
  .c-news__body,.c-news__thumb {
    margin-top: 16px;
  }
  .c-fv {
    height: calc(100vh - 112px);
  }
  .c-fv:after {
    background-size: 55.73vw auto, 100% auto;
  }
  .c-fv__button__wrap {
    margin: 0 auto;
    position: relative;
  }
  .c-fv__button__wrap img {
    width: 98vw;
    max-width: 100%;
  }
  .c-service {
    margin-top: 47px;
  }
  .c-service__box {
    gap: 16px;
    grid-template-columns: unset;
    grid-auto-flow: column;
    grid-auto-columns: 270px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: 100vw;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    scroll-padding: 0 16px 0 16px;
    padding: 18px 15px 20px;
  }
  .c-service__box::-webkit-scrollbar {
    display: none;
  }
  .c-service__box>.a-hover__zoom {
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  .c-service__box>.a-hover__zoom::nth-last-child(1) {
    scroll-snap-align: end;
  }
  .c-service__card {
    scroll-snap-align: start;
  }
  .c-service__card__media {
    height: 176px;
  }
  .c-banner {
    margin-top: 24px;
  }
  .c-banner__list {
    padding: 0 1.0666666667vw;
  }
  .c-banner__box {
    height: 35.2vw;
  }
}
@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

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