@charset "UTF-8";
/* CSS Document */
/*トップ*/
body {
  letter-spacing: 0.1em;
  background-color: #f2f5f6;
}
.header {
  background-color: rgba(0, 0, 0, 0);
  z-index: 1000;
  position: relative;
}
.title {
  text-align: center;
  margin: 25px auto;
}
.section-top__image {
  position: relative;
}
.section-top__image-message {
  position: absolute;
  top: 15%;
  width: 100%;
  animation: fadeup 5s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
  z-index: 900;
}
.section-top__main-image {
  background-repeat: no-repeat;
  margin-top: -82px;
}
.bg1 {
  height: 100vh;
  background-image: url("../assets/hys/top-image.JPG");
  background-position: center;
  background-size: auto 140%;
  background-size: cover;
  margin-top: -50px;
  background-repeat: no-repeat;
  backdrop-filter: blur(1px);
}
.bg2 {
  height: 100vh;
  background-image: url("../assets/hys/IMG_7613.JPG");
  background-position: center;
  background-size: auto 140%;
  background-size: cover;
  margin-top: -50px;
  background-repeat: no-repeat;
}
.bg3 {
  height: 100vh;
  background-image: url("../assets/hys/IMG_7793.JPG");
  background-position: center;
  background-size: cover;
  margin-top: -50px;
  background-repeat: no-repeat;
}
.section-top__main-image{
  align-items: center;
  background-color: rgba(43, 77, 61, 0.3);
  height: 100%;
  width: 100%;
  backdrop-filter: blur(1px);
}
.section-top__main-image::after {
  content: "";
  background: rgba(128, 128, 128, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/*https://www.nowte.net/article/1369/フェードスライド*/
/* https://b-risk.jp/blog/2021/01/anim-reference/#link01-3アニメーション*/
@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.section-top__image-message img {
  margin: 100px auto;
  margin-bottom: 10%;
  filter: drop-shadow(0 0 1rem #fff);
  width: 300px;
  display: block;
}
@media(min-width:480px) {
  .header ul li a {
    color: #333;
  }
  .section-top__image-message img {
    width: 400px;
    margin: 65px auto;
  }
}
@media(min-width:1160px) {
  .header ul li a {
    color: #fff;
  }
}
/*about*/
.section-about {
  margin: 30px, 24px;
}
.section-about {
  /*	background-color: rgba(203,212,204,0.7);*/
  background-image: url("../assets/Illust/bg_leaf3.png");
  background-color: rgba(255, 255, 255, 0.5);
/*  background-blend-mode: lighten;*/
  text-align: left;
  overflow-x: hidden;
}
.top-image img {
  display: block;
  margin: 0px auto;
  width: 320px;
  height: 320px;
  object-fit: cover;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.3)) brightness(130%) saturate(90%);
}
.top-image {
  padding-top: 90px;
}
.title-about {
  margin: 80px 25px 20px;
  width: 100px;
  display: block;
}
.catchcopy {
  margin: 30px 25px 20px;
  width: 300px;
  display: block;
}
.section-about p {
  margin: 30px 20px;
}
@media(min-width:900px) {
  .top-wrapper {
    display: flex;
    max-width: 1160px;
    margin: 0 auto;
  }
  .about-wrapper {
    display: inline-block;
  }
  .top-image img {
    width: 400px;
    height: 400px;
    margin: 0 50px;
  }
}
/*リンク*/
.section-about__button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 20px auto;
  width: 250px;
  font-weight: 600;
  font-size: 1.2rem;
  background: rgb(217, 230, 232, 0.8);
  transition: 0.3s;
  margin-bottom: 60px;
}
.section-about__button a {
  text-decoration: none;
  color: #333;
  padding: 0.5em 1.5em;
}
.section-about__button a::before {
  content: '';
  position: absolute;
  bottom: -7px;
  right: -7px;
  width: 100%;
  height: 2px;
  background-color: #bbbbbb;
  transition: 0.2s ease 0s;
}
.section-about__button a::after {
  content: '';
  position: absolute;
  top: 7px;
  right: -7px;
  width: 2px;
  height: 100%;
  background-color: #bbbbbb;
  transition: 0.2s ease 0.2s;
}
.section-about__button a:hover::before {
  width: 0%;
}
.section-about__button a:hover::after {
  height: 0%;
}
.section-about__button a:hover {
  text-decoration: none;
  background-color: #a0c4d3;
}
@media(min-width:900px) {
  .section-about__button {
    margin: 55px auto;
    width: 390px;
    font-weight: 500;
    font-size: 2rem;
  }
}
/*写真*/
.section-about__img img {
  display: block;
}
.section-about__img img:first-child {
  margin: 0 auto 1em 0;
  width: 60%;
}
.section-about__img img:nth-child(2) {
  margin: 0 0 0 auto;
  width: 45%;
}
.section-about__img img:nth-child(3) {
  margin: -2em auto 1em 0.5em;
  width: 80%;
}
.section-about__img img:nth-child(4) {
  margin: 1em 1em 2em auto;
  width: 40%;
}
.section-about__img img:nth-child(5) {
  margin: -5em auto 2em 2em;
  width: 60%;
}
.section-about__img img {
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.3)) brightness(110%) saturate(90%);
  animation: fadeup 5s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media(min-width:600px) {
  .section-about__img img {
    object-fit: contain;
  }
  .section-about__img {
    position: relative;
    height: clamp(400px, 60vw, 1000px);
    margin: auto;
    max-height: 1650px;
  }
  .section-about__img img:first-child {
    position: absolute;
    width: 22vw;
    height: 21vw;
    left: 0vw;
    top: 3vw;
    max-width: 350px;
    max-height: 332px;
  }
  .section-about__img img:nth-child(2) {
    position: absolute;
    width: 16vw;
    height: 70vw;
    left: 19vw;
    top: 1vw;
    max-width: 235px;
    max-height: 1105px;
  }
  .section-about__img img:nth-child(3) {
    position: absolute;
    width: 28vw;
    height: 21vw;
    left: 38vw;
    top: 1vw;
    max-width: 442px;
    max-height: 332px;
  }
  .section-about__img img:nth-child(4) {
    position: absolute;
    width: 17vw;
    height: 21vw;
    right: 0vw;
    top: 10vw;
    margin: 0;
    max-width: 268px;
    max-height: 332px;
  }
  .section-about__img img:nth-child(5) {
    position: absolute;
    width: 25vw;
    height: 21vw;
    left: 43vw;
    top: 33vw;
    max-width: 394px;
    max-height: 332px;
  }
}
/*３つの特徴*/
.section-about__feature {
  background-color: rgba(215, 231, 174, 0.8);
  padding: 80px 0px 40px;
  align-items: center;
  justify-content: center;
  position: relative;
}
.leaf-top {
  position: absolute;
  top: 25px;
  left: 20px;
  width: 300px;
  filter: grayscale(150%);
  transform: rotate(20deg);
}
.leaf-bottom {
  position: absolute;
  bottom: 60px;
  right: 20px;
  width: 300px;
  filter: grayscale(150%);
  transform: rotate(20deg);
}
.title-feature {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 260px;
}
.square {
  height: 360px;
  width: 320px;
  text-align: center;
  background: #fafafa;
  position: relative;
  margin: 75px auto;
}
.square h4 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 4.5rem;
  padding: 50px auto;
}
.wrapper-square {
  max-width: 1160px;
  margin: 0 auto;
}
.wrapper-square span {
  font-size: 3.5rem;
}
.square div {
  position: absolute;
  display: inline-block;
  left: 0px;
  right: 0px;
  top: 63%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  font-size: 1.4rem;
  justify-content: center;
  padding: 0 auto;
}
.square:after {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 340px;
  width: 300px;
  content: '';
  border: 2px solid #7cbeb3;
}
.icon {
  position: absolute;
  top: -30px;
  right: 40%;
  ;
  width: 70px;
  z-index: 900;
  justify-content: center;
  display: inline;
  text-align: center;
}
.icon-heart {
  top: -15px;
}
.icon-yoga {
  top: -60px;
}
.leaf {
  position: absolute;
  top: -60px;
  right: 7px;
  width: 100px;
  z-index: 900;
}
@media(min-width:1000px) {
  .wrapper-square {
    display: flex;
  }
}
/*voice*/
.section-voice {
  background-image: url("../assets/Illust/bg_leaf.png");
  background-color: rgba(255, 255, 255, 0.9);
  background-blend-mode: lighten;
}
.title-voice {
  width: 120px;
  padding-top: 50px;
}
.wrapper {
  max-width: 1160px;
  margin: 0 auto;
}
.maru {
  height: 300px;
  width: 300px;
  border-radius: 50%;
  background: #efd7a6;
  position: relative;
  display: inline-block;
  margin: 15px;
}
.maru:after {
  position: absolute;
  top: -4px;
  left: -4px;
  height: 300px;
  width: 300px;
  border-radius: 50%;
  content: '';
  border: 3px solid #b1a17f;
}
.maru:before {
  position: absolute;
  top: -9px;
  left: -9px;
  height: 300px;
  width: 300px;
  border-radius: 50%;
  content: '';
  border: 1px solid #3f382a;
}
.maru span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 300px;
  text-align: center;
  font-size: 1.4rem;
  justify-content: center;
}
.maru:nth-child(4), .maru:nth-child(5) {
  display: none;
}
.section-voice {
  position: relative;
  padding-bottom: 100px;
}
.bubble {
  opacity: 0.5;
  width: 60px;
  position: absolute;
  bottom: 130px;
  right: 40%;
}
.person {
  width: 100px;
  position: absolute;
  bottom: 10px;
  right: 20%;
}
@media(min-width:1160px) {
  .maru:nth-child(4), .maru:nth-child(5) {
    display: inline-block;
  }
  .maru {
    margin: 15px;
  }
}
@media(min-width:900px) {
  .person {
    right: 30%;
  }
}
/*information*/
.title-information {
  width: 160px;
}
.section-information {
  background-image: url("../assets/hys/info-bg.jpg.jpg");
  background-repeat: no-repeat; /* 画像の繰り返しを指定  */
  background-position: center center; /* 画像の表示位置を指定  */
  background-size: cover;
  height: 680px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-information a {
  text-decoration: none;
  color: #333;
  padding-bottom: 20px;
}
.section-information li {
  list-style-type: none;
  text-align: left;
  padding: 20px auto;
  font-size: 1.5rem;
  font-weight: 400;
}
.information-text {
  background-color: rgba(255, 255, 255, 0.8);
  width: 80%;
  height: 70%;
  padding: 25px;
  max-width: 900px;
}
.information-text h3 {
  padding-bottom: 40px;
}
.footer {
  margin-top: 0;
}