@charset "UTF-8";
/* CSS Document */
/* --------------------------------------------------

初期設定

-------------------------------------------------- */
/* --------------------------------------------------

hover

-------------------------------------------------- */
/* --------------------------------------------------

スマホサイズのフォント指定

-------------------------------------------------- */
/* --------------------------------------------------

breakpoint

-------------------------------------------------- */
/* ttl-top */
.ttl-top {
  color: #A11219;
  font-size: 2.4rem;
 /*  font-size: 3.2rem; */
  font-weight: 500;
  line-height: 1.2;
  margin: 1em 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .ttl-top {
    font-size: 1.6rem;
  }
}
.ttl-top {
  margin-bottom: 1.6rem;
}
.ttl-top span {
  color: #000;
  font-size:4.2rem;
  /* font-size: 6.4rem; */
  display: block;
}
@media only screen and (max-width: 768px) {
  .ttl-top span {
    font-size: 2rem;
   /*  font-size: 3rem; */
  }
}
@media only screen and (max-width: 768px) {
  .ttl-top span {
    margin-top: 0.8rem;
  }
}
.ttl-top.center {
  text-align: center;
}

/* main-area-top */
.main-area-top {
  position: relative;
  margin-bottom: 1.6rem;
}
.main-area-top .slider-block {
  position: relative;
  padding-bottom: 5.6rem;
}
.main-area-top .slider-block .swiper-slide {
  aspect-ratio: 1500/576 !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
@media only screen and (max-width: 768px) {
  .main-area-top .slider-block .swiper-slide {
    aspect-ratio: 750/900 !important;
  }
}
.main-area-top .slider-block .swiper-slide > img {
  background: #e2e5ec;
  width: 100%;
  height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-area-top .slider-block .swiper-operation {
  position: absolute;
  left: 4rem;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media only screen and (max-width: 768px) {
  .main-area-top .slider-block .swiper-operation {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.main-area-top .slider-block .swiper-operation .swiper-pagination {
  position: relative;
  width: auto;
  text-align: center;
  bottom: 1.5rem;
}
.main-area-top .slider-block .swiper-operation .stopbtn-block {
  position: relative;
  width: 4rem;
}
.main-area-top .slider-block .swiper-operation .stopbtn-block p .stopbtn {
  bottom: -3.5em;
}
.main-area-top .slider-block .swiper-operation .stopbtn-block p .stopbtn02 {
  overflow: hidden;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* business-area-top */
.business-area-top {
  position: relative;
  margin-bottom: 6.4rem;
}
@media only screen and (max-width: 768px) {
  .business-area-top {
    margin-bottom: 4rem;
  }
}
.business-area-top:before {
  content: "";
  background: url(../img/top/bg_wave01.svg) no-repeat center center/cover;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.business-area-top .inner-l {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px auto;
  grid-template-columns: 1fr auto;
  -ms-grid-rows: auto 8px auto 8px auto 8px 1fr;
  grid-template-rows: auto auto auto 1fr;
  gap: 8px;
}
.business-area-top .inner-l > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.business-area-top .inner-l > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.business-area-top .inner-l > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.business-area-top .inner-l > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.business-area-top .inner-l > *:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.business-area-top .inner-l > *:nth-child(6) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.business-area-top .inner-l > *:nth-child(7) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}
.business-area-top .inner-l > *:nth-child(8) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}
@media only screen and (max-width: 768px) {
  .business-area-top .inner-l {
    display: block;
  }
}
.business-area-top .ttl-top {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 768px) {
  .business-area-top .ttl-top {
    text-align: center;
    margin-bottom: 1.6rem;
  }
}
.business-area-top .sentence-block {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2/1/3/2;
}
.business-area-top .sentence-block p {
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .business-area-top .sentence-block p {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .business-area-top .sentence-block p {
    text-align: center;
  }
}
.business-area-top .list-business {
  -ms-grid-row: 3;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 3/1/5/3;
}
.business-area-top .btn-block {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/3/3;
  margin-top: 8rem;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .business-area-top .btn-block {
    margin: 2.4rem 0 0;
  }
}

/* news-area-top */
.news-area-top {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, transparent), color-stop(50%, #F4F4F4), to(#F4F4F4));
  background: linear-gradient(90deg, transparent 0%, transparent 50%, #F4F4F4 50%, #F4F4F4 100%);
}
@media only screen and (max-width: 768px) {
  .news-area-top {
    background: #F4F4F4;
  }
}
.news-area-top .inner-l {
  background: #F4F4F4;
  padding: 4rem 0 8rem 10.4rem;
  max-width: 1280px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .news-area-top .inner-l {
    padding: 2.4rem 0;
  }
}
.news-area-top .list-article,
.news-area-top .btn-block {
  margin-left: 12rem;
}
@media only screen and (max-width: 1100px) {
  .news-area-top .list-article,
  .news-area-top .btn-block {
    margin-left: auto;
  }
}
.news-area-top .btn-block {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news-area-top .btn-block > p {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .news-area-top .btn-block > p {
    margin: 1.6rem auto;
  }
}

/* company-area-top */
.company-area-top {
  padding: 4rem 0 11.2rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .company-area-top {
    padding: 2.4rem 0;
  }
}
.company-area-top:before {
  content: "";
  background: url(../img/top/bg_wave02.svg) no-repeat center center/cover;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.company-area-top .ttl-top {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .company-area-top .ttl-top {
    text-align: left;
    margin-bottom: 1.6rem;
  }
}
.company-area-top .sentence-block {
  margin-bottom: 14.4rem;
}
@media only screen and (max-width: 768px) {
  .company-area-top .sentence-block {
    text-align: left;
    margin-bottom: 3.2rem;
  }
}
.company-area-top .sentence-block p {
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .company-area-top .sentence-block p {
    font-size: 1.2rem;
  }
}
.company-area-top .list-company {
  margin-bottom: 6.4rem;
}
@media only screen and (max-width: 768px) {
  .company-area-top .list-company {
    margin-bottom: 3.2rem;
  }
}

/* faq-area-top */
.faq-area-top {
  background: #A11219 url(../img/top/bg_faq.jpg) no-repeat center center/cover;
  padding: 4rem 0;
}
@media only screen and (max-width: 768px) {
  .faq-area-top {
    padding: 2.4rem 0;
  }
}
.faq-area-top .ttl-top {
  color: #fff;
}
.faq-area-top .ttl-top span {
  color: #fff;
}
.faq-area-top .sentence-block {
  color: #fff;
  margin-bottom: 5.6rem;
}
@media only screen and (max-width: 768px) {
  .faq-area-top .sentence-block {
    text-align: left;
    margin-bottom: 3.2rem;
  }
}
.faq-area-top .sentence-block p {
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .faq-area-top .sentence-block p {
    font-size: 1.2rem;
  }
}
.faq-area-top .list-faq {
  margin-bottom: 7.2rem;
}
@media only screen and (max-width: 768px) {
  .faq-area-top .list-faq {
    margin-bottom: 4rem;
  }
}

/* 画面倍率が125%（1.25倍）以上の環境だけに適用 */
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  body {
    /* ttl-top */
  }
  body .ttl-top {
    font-size: 2.8rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25) and (max-width: 768px), only screen and (min-resolution: 120dpi) and (max-width: 768px) {
  body .ttl-top {
    font-size: 1.6rem;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  body .ttl-top span {
    font-size: 4rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25) and (max-width: 768px), only screen and (min-resolution: 120dpi) and (max-width: 768px) {
  body .ttl-top span {
    font-size: 3rem;
  }
}
/*# sourceMappingURL=top.css.map */