.wrapper {
  background: url(../images/top_bg.svg) repeat-y center top/100%;
}
@media screen and (max-width: 960px) {
  .wrapper {
    background: url(../images/top_bg.svg) repeat-y center/180%;
  }
}

.hero {
  text-align: center;
  padding: 3vw 0 0;
}
@media screen and (max-width: 960px) {
  .hero {
    padding: 2rem 0 0;
  }
}

.hero-box {
  width: clamp(800px, 60vw, 1000px);
  display: inline-block;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .hero-box {
    width: 90%;
  }
}
.hero-box::before, .hero-box::after {
  position: absolute;
  content: "";
  z-index: -1;
}
.hero-box::before {
  background: url(../images/top_main_bg01.svg) no-repeat center/contain;
  width: min(450px, 20vw);
  aspect-ratio: 113/110;
  left: -15vw;
  bottom: 5vw;
}
@media screen and (max-width: 960px) {
  .hero-box::before {
    left: -2vw;
    bottom: min(30%, 30vw);
  }
}
.hero-box::after {
  background: url(../images/top_main_bg02.svg) no-repeat center/contain;
  width: min(500px, 25vw);
  aspect-ratio: 113/110;
  right: -20vw;
  top: 0;
}
@media screen and (max-width: 960px) {
  .hero-box::after {
    right: -5vw;
    top: -5vw;
  }
}

.hero-message {
  color: #00AE1B;
  margin-block: 4rem 0;
  font-size: min(4.5rem, 2.8vw);
  font-weight: 900;
  letter-spacing: 0.5rem;
  line-height: 1.4;
  text-align: center;
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 960px) {
  .hero-message {
    margin-block: 2rem 0;
    font-size: max(2rem, 6vw);
    letter-spacing: 0.3rem;
    line-height: 1.8;
  }
}

.hero-catch {
  aspect-ratio: 157/92;
  margin-inline: auto;
  border-radius: 50px;
  overflow: hidden;
  background: white;
}
@media screen and (max-width: 960px) {
  .hero-catch {
    border-radius: 30px;
  }
}

.splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 2s ease;
  transform: scale(1.1);
}
.splide__slide.is-zoom img {
  transform: scale(1);
}

.note {
  color: #535353;
  font-size: clamp(1rem, 0.908rem + 0.41vw, 1.4rem);
  text-align: right;
  padding-block: 1rem 0;
}
@media screen and (max-width: 960px) {
  .note {
    width: 90%;
    margin-inline: auto;
    padding-block: 0.5rem 0;
  }
}

.news {
  position: relative;
  padding-block: 0 20vw;
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .news {
    margin-top: 60px;
    padding-block: 0 25vw;
  }
}
.news::before {
  position: absolute;
  content: "";
  background: url(../images/about_bg_top.svg) no-repeat center/100%;
  width: 101%;
  aspect-ratio: 662/83;
  bottom: -1px;
  left: 0;
}

.section-ttl {
  font-size: clamp(2rem, 1.902rem + 0.44vw, 2.6rem);
  font-weight: 600;
}
.section-ttl span {
  color: #FFFB05;
}

.about {
  padding-block: 40px min(100px, 8vw);
  position: relative;
  z-index: 0;
  background: #B5D989;
  background: linear-gradient(0deg, rgb(181, 217, 137) 3%, rgb(90, 187, 70) 85%);
}
@media screen and (max-width: 960px) {
  .about {
    padding-bottom: 15vw;
  }
}
.about::before, .about::after {
  position: absolute;
  z-index: -1;
  content: "";
}
.about::before {
  background: url(../images/about_bg.svg) no-repeat center/contain;
  width: min(1000px, 70%);
  aspect-ratio: 611/518;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 960px) {
  .about::before {
    width: 50vh;
    bottom: 5vw;
  }
}
.about::after {
  background: url(../images/mark_bg.svg) no-repeat center/contain;
  width: min(800px, 70%);
  aspect-ratio: 423/364;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 960px) {
  .about::after {
    width: 50vh;
    top: 8vw;
    bottom: auto;
  }
}

.aboutWrap {
  position: relative;
  z-index: 0;
}

.about__ttl {
  margin-block: 5rem 2rem;
}
@media screen and (max-width: 960px) {
  .about__ttl {
    text-align: center;
    margin-block: 3rem 1rem;
  }
}

.about__txt {
  font-size: clamp(1.6rem, 1.567rem + 0.15vw, 1.8rem);
  line-height: 2.4;
}

.about__box {
  color: white;
}
@media screen and (max-width: 960px) {
  .about__box {
    margin-inline: 2rem;
  }
}

.about__img-list {
  margin-inline: 0 8rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3rem;
}
@media screen and (max-width: 960px) {
  .about__img-list {
    flex-direction: row;
    gap: 1rem;
    margin-inline: 0;
  }
}
.about__img-list li:first-child {
  margin-right: 3rem;
}
@media screen and (max-width: 960px) {
  .about__img-list li:first-child {
    margin-right: 0;
  }
}

.important {
  position: relative;
  background: linear-gradient(0deg, #FFE187 0%, #FFCA2C 87%);
  padding-block: min(140px, 10vw) 0;
}
@media screen and (max-width: 960px) {
  .important {
    padding-top: 18vw;
  }
}
.important::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  aspect-ratio: 674/37;
  background: #B5D989;
  -webkit-mask: url("../images/important_bg_top.svg") no-repeat center/100% 100%;
  mask: url("../images/important_bg_top.svg") no-repeat center/100% 100%;
  transform-origin: center;
}

.important__list {
  z-index: 1;
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media screen and (max-width: 960px) {
  .important__list {
    max-width: min(400px, 90%);
    margin-inline: auto;
    grid-template-columns: 1fr;
  }
}
.important__list li {
  position: relative;
  background: white;
  padding: 3rem;
  text-align: center;
  border-radius: 10px;
}
@media screen and (max-width: 960px) {
  .important__list li {
    padding: 2.5rem;
  }
}
.important__list ._num {
  font-size: clamp(2.2rem, 2.108rem + 0.41vw, 2.6rem);
  font-weight: 700;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background: url(../images/important_num_bg.svg) no-repeat center/contain;
  top: 1.5rem;
  left: 1.5rem;
  width: 70px;
  aspect-ratio: 37/30;
}

.important__img {
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .important__img {
    width: 60%;
  }
}

.important__ttl {
  position: relative;
  font-size: clamp(1.8rem, 1.708rem + 0.41vw, 2.2rem);
  color: #FFB82B;
  padding-block: 1.5rem;
  margin-block: 0 1.5rem;
}
.important__ttl::before {
  position: absolute;
  content: "";
  width: 70%;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background-image: radial-gradient(circle, #231815 0 1px, transparent 2px);
  background-size: 16px 6px;
  background-position: 0 50%;
  background-repeat: space;
}

.important__txt {
  font-weight: 600;
  text-align: left;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .important__txt {
    font-weight: 500;
    line-height: 2;
  }
}

.rehabili_block {
  padding-block: 120px;
  position: relative;
  z-index: 0;
  color: white;
}
@media screen and (max-width: 960px) {
  .rehabili_block {
    padding-block: 80px;
  }
}
.rehabili_block::before {
  position: absolute;
  z-index: -2;
  content: "";
  background: url(../images/important_bg.svg) no-repeat center bottom/contain;
  width: 130%;
  aspect-ratio: 1674/1363;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 960px) {
  .rehabili_block::before {
    width: 230vh;
  }
}
.rehabili_block::after {
  position: absolute;
  z-index: -1;
  content: "";
  background: url(../images/mark_bg02.svg) no-repeat center/contain;
  width: 110%;
  aspect-ratio: 1445/1206;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 960px) {
  .rehabili_block::after {
    left: 45%;
  }
}

.rehabili__ttl {
  text-align: center;
  margin-block: 0 5rem;
}
@media screen and (max-width: 960px) {
  .rehabili__ttl {
    margin-block: 0 2rem;
  }
}

.rehabili__box {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
}
@media screen and (max-width: 960px) {
  .rehabili__box {
    flex-direction: column;
    gap: 2rem;
    margin-inline: 2rem;
  }
}
.rehabili__box:nth-of-type(even) {
  flex-direction: row-reverse;
  margin-block: 5rem 0;
}
@media screen and (max-width: 960px) {
  .rehabili__box:nth-of-type(even) {
    flex-direction: column;
    margin-block: 4rem 0;
  }
}

.rehabili__sub-txt {
  font-size: clamp(1.5rem, 1.467rem + 0.15vw, 1.7rem);
  line-height: 2.2;
  min-width: 0;
  flex: 1;
}

.rehabili__img {
  max-width: 50%;
  border-radius: 30px;
}
@media screen and (max-width: 960px) {
  .rehabili__img {
    max-width: 100%;
    margin-inline: auto;
  }
}

.greeting {
  position: relative;
  z-index: 2;
  background: #FFF2DB;
  padding-top: min(300px, 20vw);
}
@media screen and (max-width: 960px) {
  .greeting {
    padding-top: 25vw;
  }
}
.greeting::after {
  position: absolute;
  content: "";
  z-index: -1;
  background: url(../images/important_bg_btm.svg) no-repeat center/contain;
  width: 101%;
  aspect-ratio: 2022/343;
  top: -1px;
  left: 0;
}
.greeting::before {
  position: absolute;
  z-index: -1;
  content: "";
  background: url(../images/greeting_bg.svg) no-repeat center/contain;
  width: 50vw;
  aspect-ratio: 529/463;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 960px) {
  .greeting::before {
    width: 50vh;
    top: 0;
  }
}

.greeting__block {
  margin-inline: 4rem;
}
@media screen and (max-width: 960px) {
  .greeting__block {
    flex-direction: column-reverse;
    align-items: center;
    gap: 2rem;
    margin-inline: 2rem;
  }
}

.greeting__box {
  flex: 1;
  margin-inline: 0 clamp(4rem, 5vw, 8rem);
}
@media screen and (max-width: 960px) {
  .greeting__box {
    margin-inline: 0;
  }
}

.greeting__txt {
  font-size: clamp(1.5rem, 1.467rem + 0.15vw, 1.7rem);
  line-height: 2.2;
  margin-block: 0 4rem;
}
@media screen and (max-width: 960px) {
  .greeting__txt {
    margin-block: 0 2rem;
  }
}

.greeting__ceo-img {
  border-radius: 30px;
}
@media screen and (max-width: 480px) {
  .greeting__ceo-img {
    max-width: 80%;
    margin-inline: auto;
  }
}

.greeting__ceo-name {
  margin-block: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.greeting__ceo-name img {
  mix-blend-mode: multiply;
  margin-inline: 0.5em 0;
}
@media screen and (max-width: 960px) {
  .greeting__ceo-name img {
    width: 150px;
  }
}

.access {
  position: relative;
  background: #F0E6D5;
  text-align: center;
  line-height: 0;
  padding-bottom: 0;
}
.access::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 101%;
  aspect-ratio: 178/7;
  background: #FFF2DB;
  transform: scale(-1);
  -webkit-mask: url("../images/foot_bg_top.svg") no-repeat center/100% 100%;
  mask: url("../images/foot_bg_top.svg") no-repeat center/100% 100%;
  transform-origin: center;
}

.access-ttl {
  margin-block: 3rem;
  line-height: 1.4;
}
.access-ttl ._line-btm {
  margin-block: 0;
  padding-block: 0;
}
.access-ttl ._line-btm::before {
  display: none;
}

.address {
  font-weight: 500;
  line-height: 1.4;
  background: white;
  padding-block: 1rem;
}/*# sourceMappingURL=index.css.map */