@charset "UTF-8";
/*----------------------------------------------------
  変数セット
----------------------------------------------------*/
/*----------------------------------------------------
  ヘッダー上書き
----------------------------------------------------*/
header {
  position: absolute;
  background-color: transparent;
  transition: none;
  opacity: 1;
}
header.fixed-op {
  opacity: 0 !important;
}
header.fixed {
  opacity: 1 !important;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.95);
  transition: opacity 0.5s;
}

/*----------------------------------------------------
  メイン
----------------------------------------------------*/
.mainimage-area {
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .mainimage-area {
    height: calc(100vh - 60px);
  }
}
.mainimage-area .catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
}
.mainimage-area .catch img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  animation-delay: 2.5s;
  filter: drop-shadow(0 0 3rem rgba(245, 220, 173, 0.2));
}
@media screen and (max-width: 767.98px) {
  .mainimage-area .catch img {
    width: 75vw;
  }
}
.mainimage-area .images-list {
  display: flex;
  margin-left: 2vw;
  height: 100%;
}
@media screen and (max-width: 767.98px) {
  .mainimage-area .images-list {
    padding: 0 2rem 1rem;
    flex-direction: column;
    margin-left: 0;
  }
}
.mainimage-area .images-list > div {
  margin-right: 2vw;
  width: calc(25% - 2vw);
  height: 510px;
  border-radius: 3rem;
  overflow: hidden;
  box-shadow: 0 0 4rem rgba(232, 225, 209, 0.5);
}
@media screen and (max-width: 767.98px) {
  .mainimage-area .images-list > div {
    height: auto;
    margin: 1rem 0;
    width: 100%;
    align-self: center;
    border-radius: 1.5rem;
  }
}
.mainimage-area .images-list > div:first-child {
  margin-top: auto;
}
@media screen and (max-width: 767.98px) {
  .mainimage-area .images-list > div:first-child {
    margin-top: 1rem;
  }
}
.mainimage-area .images-list > div:nth-child(2) {
  align-self: center;
  margin-top: calc(20vh - 80px);
  animation-delay: 0.6s;
}
@media screen and (max-width: 767.98px) {
  .mainimage-area .images-list > div:nth-child(2) {
    margin-top: 1rem;
  }
}
.mainimage-area .images-list > div:nth-child(3) {
  align-self: center;
  animation-delay: 1s;
}
@media screen and (max-width: 767.98px) {
  .mainimage-area .images-list > div:nth-child(3) {
    margin-top: 1rem;
  }
}
.mainimage-area .images-list > div:nth-child(4) {
  margin-top: calc(15vh - 80px);
  animation-delay: 1.5s;
}
@media screen and (max-width: 767.98px) {
  .mainimage-area .images-list > div:nth-child(4) {
    margin-top: 1rem;
  }
}
.mainimage-area .images-list > div:nth-child(5) {
  animation-delay: 2s;
}
.mainimage-area .images-list > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3rem;
}
@media screen and (max-width: 767.98px) {
  .mainimage-area .images-list > div img {
    border-radius: 1.5rem;
  }
}

/*----------------------------------------------------
  取り扱いメーカー
----------------------------------------------------*/
.manufacturer-wrap {
  padding: 8rem 0;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .manufacturer-wrap {
    padding: 5rem 0;
  }
}
.manufacturer-wrap .home-title {
  text-align: center;
}
.manufacturer-wrap .manufacturer-slider {
  overflow: hidden;
  margin: 6rem 0 4rem;
}
@media screen and (max-width: 767.98px) {
  .manufacturer-wrap .manufacturer-slider {
    margin: 4rem 0 3rem;
  }
}
.manufacturer-wrap .manufacturer-slider .swiper-wrapper {
  transition-timing-function: linear;
  width: calc(var(--vw) * 100);
}
.manufacturer-wrap .manufacturer-slider .swiper-slide img {
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  max-width: 100%;
  height: auto;
}
.manufacturer-wrap svg {
  position: absolute;
  top: 30%;
  left: -200px;
  z-index: -1;
  width: 660px;
}
@media screen and (max-width: 1199.98px) {
  .manufacturer-wrap svg {
    width: 62vw;
    height: 62vw;
    top: 50%;
    left: -25vw;
  }
}

a.btn-home {
  display: inline-flex;
  align-items: center;
  padding: 1.5rem 7rem 1.5rem 4rem;
  border-radius: 1.5rem;
  border: 2px solid #008C4F;
  color: #222;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  font-size: 1.8rem;
  position: relative;
  min-width: 290px;
  max-width: 100%;
  height: 92px;
  margin-top: 3rem;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767.98px) {
  a.btn-home {
    font-size: 1.5rem;
    padding-left: 3rem;
    min-width: 270px;
    height: 78px;
    margin-top: 2rem;
  }
}
a.btn-home::before {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #008C4F;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  a.btn-home::before {
    width: 2.6rem;
    height: 2.6rem;
  }
}
a.btn-home::after {
  content: "";
  display: inline-block;
  border: 6px solid transparent;
  border-right: 0;
  border-left: 8px solid #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.5rem;
}
@media screen and (max-width: 767.98px) {
  a.btn-home::after {
    border-width: 4px;
    border-left-width: 6px;
  }
}
a.btn-home:hover {
  color: #008C4F;
}

.button-area {
  text-align: center;
}

/*----------------------------------------------------
  コンテンツ
----------------------------------------------------*/
.home-title {
  color: #008C4F;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1em;
}
@media screen and (max-width: 767.98px) {
  .home-title {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 575.98px) {
  .home-title {
    font-size: 2.4rem;
  }
}

.section-wrap {
  position: relative;
}
.section-wrap p {
  line-height: 2;
  font-size: 1.8rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 767.98px) {
  .section-wrap p {
    font-size: 1.4rem;
  }
}
.section-wrap .inner {
  max-width: 100%;
}

.about-wrap {
  padding: 10rem 0;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .about-wrap {
    padding: 5rem 0;
  }
}
.about-wrap .container {
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .about-wrap .container {
    display: block;
  }
}
.about-wrap .inner {
  width: 630px;
}
@media screen and (max-width: 991.98px) {
  .about-wrap .inner {
    width: 50%;
  }
}
@media screen and (max-width: 767.98px) {
  .about-wrap .inner {
    width: auto;
  }
}
.about-wrap .image-area {
  width: auto;
  position: absolute;
  top: 0;
  z-index: -1;
  right: 0;
  width: 46vw;
  padding-top: 6rem;
}
@media screen and (max-width: 991.98px) {
  .about-wrap .image-area {
    width: 68vw;
    right: -15vw;
    top: 12%;
  }
}
@media screen and (max-width: 767.98px) {
  .about-wrap .image-area {
    position: relative;
    width: auto;
    padding-top: 2rem;
  }
}
.about-wrap .image-area svg {
  position: absolute;
  top: 0;
  left: -5vw;
  z-index: -1;
}
@media screen and (max-width: 991.98px) {
  .about-wrap .image-area svg {
    width: 72vw;
    height: 72vw;
  }
}
@media screen and (max-width: 767.98px) {
  .about-wrap .image-area svg {
    width: 84vw;
    height: 84vw;
  }
}
.about-wrap .image-area img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: 5rem;
}
@media screen and (max-width: 767.98px) {
  .about-wrap .image-area img {
    margin-right: 3rem;
  }
}

.network-wrap .container {
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .network-wrap .container {
    display: block;
  }
}
.network-wrap .inner {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .network-wrap .inner {
    order: 2;
    padding-left: 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .network-wrap .inner {
    width: auto;
  }
}
.network-wrap .image-area {
  flex: 1;
}

@media screen and (min-width: 768px) {
  .feature-wrap {
    padding-bottom: 0;
  }
}
.feature-wrap .home-title {
  text-align: center;
}
.feature-wrap ul.feature-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -2.5rem;
}
@media screen and (max-width: 991.98px) {
  .feature-wrap ul.feature-list {
    margin: 0 -1.5rem;
  }
}
.feature-wrap ul.feature-list li {
  width: 50%;
  padding: 0 2.5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 991.98px) {
  .feature-wrap ul.feature-list li {
    padding: 0 1.5rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .feature-wrap ul.feature-list li {
    width: 100%;
  }
}
.feature-wrap ul.feature-list li .block {
  background-color: #fff;
  border-radius: 3rem;
  padding: 3rem;
  height: 100%;
}
.feature-wrap ul.feature-list li .block h3 {
  color: #008C4F;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767.98px) {
  .feature-wrap ul.feature-list li .block h3 {
    font-size: 2.2rem;
  }
}
.feature-wrap ul.feature-list li .block h3 span {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  width: 1.5em;
  height: 1.5em;
  background-color: #008C4F;
  border-radius: 50%;
  line-height: 1.4;
  text-align: center;
}
.feature-wrap ul.feature-list li .block img {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .feature-wrap ul.feature-list li .block img {
    margin-bottom: 1rem;
  }
}
.feature-wrap ul.feature-list li .block p {
  font-size: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .feature-wrap ul.feature-list li .block p {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=home.css.map */