@charset "UTF-8";
#index {
  /* MV
  ---------------------------------------------------------------------------- */
  /* Intro
  ---------------------------------------------------------------------------- */
  /* SERVICE
  ---------------------------------------------------------------------------- */
  /* links
  ---------------------------------------------------------------------------- */
  /* ショールームのご案内
  ---------------------------------------------------------------------------- */
  /* Case
  ---------------------------------------------------------------------------- */
  /* NEWS
  ---------------------------------------------------------------------------- */
  /* FAQ
  ---------------------------------------------------------------------------- */
}
#index .bg {
  padding: 11rem 0 24rem;
  background: url(../img/index/bg_01.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  #index .bg {
    padding: 8rem 0 12.4rem;
  }
}
#index .p-mv .slider-img .slick-slide {
  margin: 0 2rem;
  width: 20rem;
}
@media screen and (max-width: 767px) {
  #index .p-mv .slider-img .slick-slide {
    width: 14rem;
    margin: 0;
  }
}
#index .p-mv .slider-img .slick-slide img {
  aspect-ratio: 20/21;
}
#index .p-mv .slider-ttl {
  margin-bottom: 3rem;
}
#index .p-mv .slider-ttl .slick-slide {
  width: 154rem;
  margin: 0 5rem;
}
@media screen and (max-width: 767px) {
  #index .p-mv .slider-ttl .slick-slide {
    width: 80rem;
  }
}
#index .p-intro {
  padding-top: 16.5rem;
}
@media screen and (max-width: 767px) {
  #index .p-intro {
    padding-top: 5rem;
  }
}
#index .p-intro .ttl {
  font-size: 4rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.7;
  color: #A3CCE6;
}
@media screen and (max-width: 767px) {
  #index .p-intro .ttl {
    font-size: 2.2rem;
    letter-spacing: 0.03em;
    text-align: left;
  }
}
#index .p-intro .txt-box {
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  #index .p-intro .txt-box {
    margin-top: 2.4rem;
  }
}
#index .p-intro .txt-box .txt {
  font-size: 2.3rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #index .p-intro .txt-box .txt {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    text-align: left;
  }
}
#index .p-intro .txt-box .txt:nth-child(n+2) {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #index .p-intro .txt-box .txt:nth-child(n+2) {
    margin-top: 2rem;
  }
}
#index .p-service {
  padding-top: 20rem;
  padding-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  #index .p-service {
    padding-top: 10rem;
    padding-bottom: 0;
  }
}
#index .p-service .flex {
  position: relative;
}
#index .p-service .flex .txt-box {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #index .p-service .flex .txt-box {
    width: 100%;
  }
}
#index .p-service .flex .txt-box .c-secttl-jp {
  margin-top: 3rem;
  line-height: 1.7;
}
#index .p-service .flex .txt-box .lead {
  margin-top: 0.5rem;
  color: #81919F;
  font-size: 2.6rem;
  letter-spacing: 0.15em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #index .p-service .flex .txt-box .lead {
    margin-top: 1.5rem;
    font-size: 2.2rem;
    text-align: center;
  }
}
#index .p-service .flex .txt-box .txt {
  margin-top: 8rem;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #index .p-service .flex .txt-box .txt {
    font-size: 1.4rem;
    margin-top: 0;
    text-align: center;
  }
}
#index .p-service .flex .txt-box .c-btn {
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  #index .p-service .flex .txt-box .c-btn {
    margin-top: 4rem;
  }
}
#index .p-service .flex .img {
  position: absolute;
  bottom: -5rem;
  right: -5rem;
  max-width: 71.8rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #index .p-service .flex .img {
    margin-top: 5.2rem;
    width: calc(100% + 8rem);
    margin-left: -4rem;
    position: static;
  }
}
#index .p-links {
  padding-top: 11rem;
}
@media screen and (max-width: 767px) {
  #index .p-links {
    padding-top: 10rem;
  }
}
#index .p-links .flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  #index .p-links .flex {
    grid-template-columns: repeat(1, 1fr);
    gap: 5rem;
  }
}
#index .p-links .flex .p-flow, #index .p-links .flex .p-support {
  padding: 5rem 5rem 4rem;
  background-color: #A0D1E3;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  #index .p-links .flex .p-flow, #index .p-links .flex .p-support {
    padding: 5rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
#index .p-links .flex .p-flow *, #index .p-links .flex .p-support * {
  color: #fff;
}
#index .p-links .flex .p-flow .en-ttl, #index .p-links .flex .p-support .en-ttl {
  padding-top: 4rem;
  width: 15.3rem;
  text-align: center;
  font-size: 2.7rem;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  letter-spacing: 0;
  position: relative;
}
#index .p-links .flex .p-flow .en-ttl img, #index .p-links .flex .p-support .en-ttl img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3.5rem;
}
#index .p-links .flex .p-flow .en-ttl::before, #index .p-links .flex .p-support .en-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.62rem;
  height: 7.5rem;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../img/common/icon_kakko_left.svg);
  background-color: #fff;
}
#index .p-links .flex .p-flow .en-ttl::after, #index .p-links .flex .p-support .en-ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 0.62rem;
  height: 7.5rem;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../img/common/icon_kakko_right.svg);
  background-color: #fff;
}
#index .p-links .flex .p-flow .ttl, #index .p-links .flex .p-support .ttl {
  margin-top: 5rem;
  font-size: 2.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #index .p-links .flex .p-flow .ttl, #index .p-links .flex .p-support .ttl {
    font-size: 2.2rem;
    text-align: center;
  }
}
#index .p-links .flex .p-flow .txt, #index .p-links .flex .p-support .txt {
  margin-top: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #index .p-links .flex .p-flow .txt, #index .p-links .flex .p-support .txt {
    margin-top: 2rem;
    text-align: center;
    font-weight: 400;
  }
}
#index .p-links .flex .p-flow .link, #index .p-links .flex .p-support .link {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  #index .p-links .flex .p-flow .link, #index .p-links .flex .p-support .link {
    margin-top: 4rem;
  }
}
#index .p-links .flex .p-flow .link a, #index .p-links .flex .p-support .link a {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0;
  padding-right: 3rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #index .p-links .flex .p-flow .link a, #index .p-links .flex .p-support .link a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  #index .p-links .flex .p-flow .link a:hover, #index .p-links .flex .p-support .link a:hover {
    opacity: 0.7;
  }
}
#index .p-links .flex .p-flow .link a::before, #index .p-links .flex .p-support .link a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1.6rem;
  height: 1.2rem;
  background: url(../img/common/arrow_right.svg) no-repeat center center/contain;
}
#index .p-links .flex .p-support {
  background-color: #A3CCE6;
}
#index .p-showroom {
  padding: 17rem 0 20rem;
}
@media screen and (max-width: 767px) {
  #index .p-showroom {
    padding: 8rem 0 6rem;
  }
}
#index .p-showroom .flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13rem;
}
@media screen and (max-width: 767px) {
  #index .p-showroom .flex {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #index .p-showroom .flex .img {
    margin-top: 3rem;
  }
}
#index .p-showroom .flex .txt-box .txt {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  #index .p-showroom .flex .txt-box .txt {
    margin-top: 3rem;
  }
}
#index .p-showroom .flex .info {
  margin-top: 3rem;
  padding-top: 4rem;
  border-top: 1px solid #E6E6E6;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #index .p-showroom .flex .info {
    margin-top: 2rem;
    padding-top: 2rem;
    display: block;
  }
}
#index .p-showroom .flex .info dl .item {
  display: flex;
}
#index .p-showroom .flex .info dl .item dt {
  width: 6.6rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #index .p-showroom .flex .info dl .item dt {
    letter-spacing: 0.1em;
  }
}
#index .p-showroom .flex .info dl .item dd {
  flex: 1;
  font-size: 1.4rem;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  #index .p-showroom .flex .info dl .item dd {
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  #index .p-showroom .flex .info .u-map {
    margin-top: 1rem;
  }
}
#index .p-case {
  background: url(../img/index/bg_case.png) no-repeat center center/cover;
  padding: 20rem 0;
}
@media screen and (max-width: 767px) {
  #index .p-case {
    padding: 9.5rem 0;
  }
}
#index .p-case .heading .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #index .p-case .heading .flex {
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  #index .p-case .heading .flex .ttl-box {
    margin-top: 3rem;
  }
}
#index .p-case .heading .flex .ttl-box .ttl {
  font-size: 2.8rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #index .p-case .heading .flex .ttl-box .ttl {
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 1.5;
  }
}
#index .p-case .heading .flex .ttl-box .txt {
  color: #fff;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  #index .p-case .heading .flex .ttl-box .txt {
    margin-top: 2rem;
    font-size: 1.2rem;
    text-align: center;
  }
}
#index .p-case .slider-box {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  #index .p-case .slider-box {
    margin-top: 3rem;
  }
}
#index .p-case .slider-box .slider .slick-track {
  display: flex;
}
#index .p-case .slider-box .slider .slick-list {
  overflow: visible;
  padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  #index .p-case .slider-box .slider .slick-list {
    padding-bottom: 5rem;
  }
}
#index .p-case .slider-box .slider .slick-slide {
  width: 49rem;
  margin-right: 3rem;
  height: auto !important;
}
#index .p-case .slider-box .slider .slick-slide > div {
  height: 100%;
}
@media screen and (max-width: 767px) {
  #index .p-case .slider-box .slider .slick-slide {
    width: 30rem;
    margin-right: 2rem;
  }
}
#index .p-case .slider-box .slider .slick-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 6.4rem;
  z-index: 10;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #index .p-case .slider-box .slider .slick-arrow {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  #index .p-case .slider-box .slider .slick-arrow:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  #index .p-case .slider-box .slider .slick-arrow {
    display: none !important;
  }
}
#index .p-case .slider-box .slider .slick-arrow.slider-prev {
  right: 9rem;
}
#index .p-case .slider-box .slider .slick-dots {
  max-width: 100rem;
  bottom: 3rem;
  position: relative;
  display: flex;
}
@media screen and (max-width: 767px) {
  #index .p-case .slider-box .slider .slick-dots {
    bottom: 0;
  }
}
#index .p-case .slider-box .slider .slick-dots::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #88C8E0;
}
#index .p-case .slider-box .slider .slick-dots li {
  flex: 1;
  margin: 0;
  height: 4px;
}
#index .p-case .slider-box .slider .slick-dots li.is-active, #index .p-case .slider-box .slider .slick-dots li.slick-active {
  background-color: #fff;
}
#index .p-case .slider-box .slider .slick-dots li.slick-active button {
  background-color: #fff;
}
#index .p-case .slider-box .slider .slick-dots li.slick-active button::before {
  content: "";
}
#index .p-case .slider-box .slider .slick-dots li button {
  width: 100%;
  height: 4px;
  margin: 0;
  padding: 0;
}
#index .p-case .slider-box .slider .slick-dots li button::before {
  content: none;
  width: 1.6rem;
  height: 1.6rem;
  left: auto;
  top: -0.7rem;
  right: -0.3rem;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
}
#index .p-case .slider-box .slider_item {
  background-color: #fff;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  border-radius: 1rem;
  padding: 4rem 4rem 8rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #index .p-case .slider-box .slider_item {
    padding: 2rem 2rem 4rem;
  }
}
#index .p-case .slider-box .slider_item_num {
  margin-top: 2rem;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  background-color: #88C8E0;
  padding: 0.3rem 2.5rem;
  display: inline-block;
  border-radius: 1.6rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #index .p-case .slider-box .slider_item_num {
    font-size: 1.2rem;
    padding: 0.2rem 2rem;
    letter-spacing: 0.1em;
  }
}
#index .p-case .slider-box .slider_item_ttl {
  margin-top: 1rem;
  font-size: 2.3rem;
  font-weight: 700;
  color: #81919F;
}
@media screen and (max-width: 767px) {
  #index .p-case .slider-box .slider_item_ttl {
    margin-top: 1.5rem;
    font-size: 1.2rem;
  }
}
#index .p-case .slider-box .slider_item_txt {
  font-size: 1.8rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  #index .p-case .slider-box .slider_item_txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  #index .p-case .c-btn {
    margin-top: 4rem;
  }
}
#index .p-news {
  background-color: #F9FAFC;
  padding: 20rem 0;
}
@media screen and (max-width: 767px) {
  #index .p-news {
    padding: 10rem 0;
  }
}
#index .p-news .flex {
  display: flex;
}
@media screen and (max-width: 767px) {
  #index .p-news .flex {
    display: block;
  }
}
#index .p-news .flex .txt-box {
  width: 42rem;
}
@media screen and (max-width: 767px) {
  #index .p-news .flex .txt-box {
    width: 100%;
  }
}
#index .p-news .flex .txt-box .txt {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #index .p-news .flex .txt-box .txt {
    text-align: center;
  }
}
#index .p-news .flex .list {
  flex: 1;
}
@media screen and (max-width: 767px) {
  #index .p-news .flex .list {
    margin-top: 3rem;
  }
}
#index .p-news .flex .list_item_flex {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  #index .p-news .flex .list_item_flex {
    gap: 1.5rem;
  }
}
#index .p-news .flex .list_item_ttl {
  margin-top: 1.7rem;
}
@media screen and (max-width: 767px) {
  #index .p-news .flex .list_item_ttl {
    margin-top: 0.7rem;
  }
}
#index .p-news .flex .c-btn {
  margin-top: 17rem;
}
@media screen and (max-width: 767px) {
  #index .p-news .flex .c-btn {
    margin-top: 5rem;
  }
}
#index .p-faq {
  background: url(../img/index/bg_faq.png) no-repeat center center/cover;
  padding: 20rem 0 18rem;
}
@media screen and (max-width: 767px) {
  #index .p-faq {
    padding: 10rem 0;
  }
}
#index .p-faq .flex {
  display: flex;
}
@media screen and (max-width: 767px) {
  #index .p-faq .flex {
    display: block;
  }
}
#index .p-faq .flex .txt-box {
  width: 42rem;
}
@media screen and (max-width: 767px) {
  #index .p-faq .flex .txt-box {
    width: 100%;
  }
}
#index .p-faq .flex dl {
  flex: 1;
}
@media screen and (max-width: 767px) {
  #index .p-faq .flex dl {
    margin-top: 3rem;
  }
}
#index .p-faq .flex dl .item:nth-child(n+2) {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  #index .p-faq .flex dl .item:nth-child(n+2) {
    margin-top: 3rem;
  }
}
#index .p-faq .flex dl .item dt {
  font-size: 2.3rem;
  font-weight: 500;
  color: #88C8E0;
}
@media screen and (max-width: 767px) {
  #index .p-faq .flex dl .item dt {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
}
#index .p-faq .flex dl .item dd {
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #index .p-faq .flex dl .item dd {
    font-size: 1.2rem;
  }
}
#index .p-faq .flex .c-btn {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  #index .p-faq .flex .c-btn {
    margin-top: 5rem;
  }
}/*# sourceMappingURL=index.css.map */