@charset "UTF-8";
/**************************************
*
* File name: other.css
* Page name: その他事業
*
**************************************/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.fw500 {
  font-weight: 500;
}
section {
  line-height: 1.61;
}
section h2,
section h3,
section h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.f-cl1 {
  color: #d97182;
}
.c-sectionTitle {
  margin-bottom: clamp(3rem, calc(4.4199vw + 1.3425rem), 7rem);
  padding-top: clamp(5rem, calc(4.3784530387rem + 1.6574585635vw), 5.5rem);
}
.c-sectionTitle .en {
  font-weight: 700;
}
.c-sectionTitle .ja {
  font-weight: 700;
  font-size: clamp(1.8rem, calc(1.547vw + 1.2199rem), 3.2rem);
}
.c-sectionTitle .cl-white {
  color: #fcf9f9;
}
.c-heading {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.txt-center {
  text-align: center;
}
.d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.pad-wrap {
  padding: clamp(6rem, calc(13.7143vw + 0.8571rem), 18rem) 0;
}
.sec-bg-w {
  background-color: #fff;
}
.p-subFv__title {
  font-weight: 700;
  padding: 0 3%;
}
.photo-bg-cover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.photo-bg-cover img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.sec-title {
  font-size: clamp(1.8rem, calc(1.547vw + 1.2199rem), 3.2rem);
  text-align: center;
  font-weight: 700;
  padding-bottom: clamp(3rem, calc(3.3149vw + 1.7569rem), 6rem);
}
.seedchan-sec1 {
  background: url("../img/seedchan/sec1_bg.png") no-repeat;
  background-position: center 215px;
  padding: clamp(6rem, calc(8vw + 3rem), 13rem) 0 clamp(8rem, calc(11.4286vw + 3.7143rem), 18rem);
  font-weight: 500;
}
.seedchan-sec1 .group {
  padding: clamp(3rem, calc(2.9714vw + 1.8857rem), 5.6rem) 0 0 clamp(2rem, calc(2.9714vw + 0.8857rem), 4.6rem);
  justify-content: center;
  gap: clamp(2rem, calc(1.7143vw + 1.3571rem), 3.5rem);
  align-items: center;
}
.seedchan-sec1 .group .photo {
  width: clamp(12rem, calc(15.5602vw + 0.0498rem), 19.5rem);
}
.seedchan-sec1 .group .info {
  width: 335px;
}
.seedchan-sec1 .group .info h3 {
  font-weight: 700;
  padding-bottom: 20px;
  color: #d97182;
}
@media screen and (max-width: 1320px) {
  .seedchan-sec1 {
    background-size: 96%;
  }
}
@media screen and (max-width: 767px) {
  .seedchan-sec1 {
    background-position: center 43vw;
  }
  .seedchan-sec1 .group {
    display: block;
  }
  .seedchan-sec1 .group .photo {
    width: 28%;
    margin: 0 auto 2rem;
  }
}
.seedchan-sec2 {
  text-align: center;
  padding: clamp(6rem, calc(6.8571vw + 3.4286rem), 12rem) 0;
  font-weight: 500;
}
.seedchan-sec2 h2 {
  padding-bottom: clamp(3rem, calc(3.4286vw + 1.7143rem), 6rem);
}
.seedchan-sec3 h2 {
  background-color: #f2a7a7;
  color: #fff;
  font-size: clamp(1.6rem, calc(1.2685082873rem + 0.8839779006vw), 2.4rem);
  padding: clamp(0.5rem, calc(0.6857vw + 0.2429rem), 1.1rem) 0;
}
.seedchan-sec3 .note {
  text-align: center;
  padding: clamp(3rem, calc(3.4286vw + 1.7143rem), 6rem) 0 clamp(5rem, calc(5.7143vw + 2.8571rem), 10rem);
  background: url("../img/seedchan/sec3_deco1@2x.png") no-repeat, url("../img/seedchan/sec3_deco2@2x.png") no-repeat;
  background-size: 81px, 58px;
  background-position: calc(50% - 320px) 56px, calc(50% + 310px) 70px;
}
@media screen and (max-width: 860px) {
  .seedchan-sec3 .note {
    background-position: 0 56px, right 70px;
    background-size: clamp(4rem, calc(8.2474vw + 0.9072rem), 8rem), clamp(3rem, calc(5.7732vw + 0.8351rem), 5.8rem);
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.seedchan-sec3 .flow li:not(.decor) {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.seedchan-sec3 .flow li:not(.decor) dl {
  border: 1px solid #d97182;
  background-color: #fff;
  padding: clamp(2rem, calc(2.2857vw + 1.1429rem), 4rem);
  width: 88%;
  max-width: 844px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 clamp(2rem, calc(1.1429vw + 1.5714rem), 3rem);
}
.seedchan-sec3 .flow dd,
.seedchan-sec3 .flow dt {
  font-weight: 500;
}
.seedchan-sec3 .flow li:not(.decor) dl dd {
  width: 55.12%;
}
.seedchan-sec3 .flow li:not(.decor) dl dt {
  width: 41.636%;
}
.seedchan-sec3 .flow li:not(.decor).ext {
  justify-content: flex-end;
}
.seedchan-sec3 .flow li:not(.decor).ext dl dt {
  order: 3;
}
.seedchan-sec3 .flow li.decor {
  text-align: center;
  padding: 1rem 11rem 1rem 0px;
}
.seedchan-sec3 .flow li.decor.lar {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.seedchan-sec3 .flow li.full dl {
  flex-wrap: wrap;
  padding: 1px 20px 40px;
  justify-content: center;
}
.seedchan-sec3 .flow li.full dl dt {
  width: auto;
  padding-top: 3em;
}
.seedchan-sec3 .flow li.full dl dd {
  width: 71.447%;
}

@keyframes vertical {
  0% {
    -webkit-transform: translateY(-20px) translateX(20px);
    transform: translateY(-20px) translateX(20px);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}

.seedchan-sec3 .flow li.full dl .photo-lg {
  text-align: right;
  width: 100%;
  margin-top: -3.5rem;
  /* padding: 0; */

  figure {
    max-width: 85%;
    margin: 0 auto;
    position: relative;
    background: url("../img/seedchan/Room Day 05 PC.png") no-repeat;
    background-size: 100% 100%;

    @media screen and (max-width: 767px) {
      max-width: 100%;
    }

    img.animate-img {
      animation: vertical 0.7s ease-in-out infinite alternate;
    }

    img.fukidashi {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
    }
  }

  .tt {
    @media screen and (max-width: 767px) {
      display: flex;
      justify-content: center;
      margin-top: 1rem;
      padding: 0 !important;
    }
  }
}
.seedchan-sec3 .flow li.full .tt {
  display: block;
  text-align: center;
  line-height: 1;
  padding: 1rem 0;
  /* padding: 1rem 12.2rem 1.7rem 0px; */
}
.seedchan-sec3 .flow li.last {
  text-align: center;
  justify-content: center;
}
.seedchan-sec3 .flow li.last dl {
  display: block;
}
.seedchan-sec3 .flow li.last dl dt,
.seedchan-sec3 .flow li.last dl dd {
  width: auto;
}
.seedchan-sec3 .flow li.last dl dt {
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .seedchan-sec3 .flow li:not(.decor) dl {
    width: 100%;
    display: block;
  }
  .seedchan-sec3 .flow li:not(.decor) dl dt {
    width: 100%;
    margin-bottom: 1rem;
    text-align: center;
  }
  .seedchan-sec3 .flow li:not(.decor) dl dd {
    width: auto;
  }
  .seedchan-sec3 .flow li.decor {
    padding: 1rem 11rem;
  }
  .seedchan-sec3 .flow li.full dl .photo-lg {
    margin-top: -1.5rem;
  }
}
