@charset "UTF-8";
/* CSS Document */
.image-top {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.top-left {
  text-align: left;
  color: #fff;
}
.top-left h4 {
  font-size: 2.0rem;
  letter-spacing: 0.2em;
  line-height: 1.5;
  position: absolute;
  bottom: 150px;
  left: 40px;
}
.top-left p {
  position: absolute;
  bottom: 120px;
  left: 40px;
  font-size: 1.4rem;
line-height: 1.5;
}
.top-left2{
  text-align: left;
  color: #fff;
}
.top-left2 h4{
  font-size: 2.0rem;
  letter-spacing: 0.2em;
  line-height: 1.0;
  position: absolute;
  bottom: 150px;
  left: 40px;
}
.top-left2 p{
  position: absolute;
  bottom: 100px;
  left: 40px;
  font-size: 1.4rem;
line-height: 1.5;
}
.big{
  font-size: 4.8rem;
  display: inline-block;
  margin-top: 10px;
}
.small {
  font-size: 1.2rem;
  letter-spacing: 0;
  display: inline-block;
  margin-left: 90px;
}
.image-top > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  animation-name: fade;
  animation-duration: 24s;
  animation-iteration-count: infinite;
}
@keyframes fade {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  4.16% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  41.66% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
  }
}
/* 1枚目のスライド */
.image-top > div:first-of-type {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../pic/top1.jpg");
  animation-delay: -2s;
}
/* 2枚目のスライド */
.image-top > div:nth-of-type(2) {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../pic/mission.jpg");
  animation-delay: 6s;
}
/* 3枚目のスライド */
.image-top > div:last-of-type {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../pic/ism.jpg");
  animation-delay: 14s;
}
.top-box {
  position: relative;
}
.top-right {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40%;
}
.about-us {
  margin-top: 110px;
  background-color: #c5c6cd;
  position: relative;
}
.about-us h4 {
  font-size: 3.0rem;
  position: absolute;
  top: 35px;
  left: 35px;
}
.about-us img {
  width: 80%;
  margin-top: 80px;
  margin-bottom: 30px;
}
.image-tree {
  width: 100%;
  height: 90vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)), url("../pic/tree.jpg");
  background-size: cover;
  background-position: center;
}
.tree-box {
  position: relative;
}
.tree-box p {
  position: absolute;
  top: 30px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: left;
  padding: 0 30px;
  letter-spacing: 0.05em;
}
.tree-box a {
  border: solid 1px #fff;
  border-radius: 50px;
  padding: 10px 30px 10px 45px;
  text-align: center;
  position: relative;
  bottom: 70px;
  color: #fff;
  text-decoration: none;
}
.gradient__title {
  text-align: left;
  font-size: 6.0rem;
  font-weight: bold;
  font-family: "Helvetica", serif;
  background-image: linear-gradient(45deg, #ad002d 0%, #c16f73 50%, #c5c6cd 90%);
  background-size: 300% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation-name: gradationTextAnimation;
  animation-duration: 8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  margin: 240px 0 0 25px;
}
@keyframes gradationTextAnimation {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
.underbar {
  font-size: 3.0rem;
  display: block;
  text-align: left;
  color: #ad002d;
  margin-left: 25px;
  margin-bottom: 60px;
}
.image-salon {
  width: 350px;
  height: 350px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../pic/salon.jpg");
  background-size: cover;
  background-position: center;
}
.salon-box {
  position: relative;
}
.salon-message {
  top: 220px;
  left: 46px;
  position: absolute;
  color: #fff;
  font-size: 3.0rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.salon {
  border-left: 5px solid #ad002d; /*線の設定*/
  padding: 2px 8px; /*余白の設定*/
  font-size: 2.4rem;
  font-family: "Helvetica", serif;
  margin: 30px 0 100px 20px;
  text-align: left;
}
.arrow {
  font-size: 2.0rem;
}
.image-cafe {
  width: 350px;
  height: 350px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../pic/cafe.jpg");
  background-size: cover;
  background-position: center;
}
.cafe-box {
  position: relative;
}
.cafe-message {
  top: 210px;
  right: 40px;
  position: absolute;
  color: #fff;
  font-size: 3.0rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: right;
}
.cafe {
  border-left: 5px solid #ad002d; /*線の設定*/
  padding: 2px 8px; /*余白の設定*/
  font-size: 2.4rem;
  font-family: "Helvetica", serif;
  margin: 30px 0 100px 20px;
  text-align: left;
}
.image-coaching {
  width: 350px;
  height: 350px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../pic/coaching.jpg");
  background-size: cover;
  background-position: center;
}
.coaching-box {
  position: relative;
}
.coaching-message {
  top: 50px;
  left: 95px;
  position: absolute;
  color: #fff;
  font-size: 3.0rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.coaching {
  border-left: 5px solid #ad002d; /*線の設定*/
  padding: 2px 8px; /*余白の設定*/
  font-size: 2.4rem;
  font-family: "Helvetica", serif;
  margin: 30px 0 100px 20px;
  text-align: left;
}
.button a{
  display: inline-block;
  border-radius: 50px;
  padding: 10px 30px 10px 45px;
  text-align: center;
  position: relative;
  color: #333;
  text-decoration: none;
  background-color: #c5c6cd;
  top: 50px;
  margin: 30px auto;
}
@media screen and (max-height:845px){
  .tree-box p {
  position: absolute;
  top: 30px;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.6;
  text-align: left;
  padding: 0 30px;
  letter-spacing: 0.05em;
}
  .image-tree {
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)), url("../pic/tree.jpg");
  background-size: cover;
  background-position: center;
}
  .tree-box a{
    bottom: 50px;
  }
}