@charset "UTF-8";

/* -------------------- Fv -------------------- */
.fv {
  position: relative;
}

.fvswiper .swiper-slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  vertical-align: middle;
}

.logo {
  position: absolute;
  width: 270px;
  top: 50%;
  left: 10%;
  transform: translate(0%, -50%);
  z-index: 2;
}

/* -------------------- Keymsgs -------------------- */
.keymsgs {
  background-color: #F5F3ED;
  margin-top: 0;
  padding: 130px 0 100px;
}

.keymsg {
  display: table;
  margin: 0 auto;
  padding: 10px 30px;
  font-family: 'Zen Old Mincho', serif;
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .keymsg {
    font-size: 1.5rem;
    line-height: 2;
  }
}

/* -------------------- Service -------------------- */
.service {
  background-color: #fff;
  padding: 120px 0 0;
  margin-bottom: 120px;
}

.service_title {
  text-align: center;
  margin-bottom: 70px;
}

.service_item {
  display: flex;
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}

.service_item-img img {
  height: 418px;
  max-width: 711px;
  object-fit: cover;
  margin-bottom: 233px;
}

.service_desc {
  background-color: #fff;
  width: 463px;
  position: absolute;
  top: 50%;
  right: 0;
  padding: 36px 60px;
}

.service_item:nth-child(2) {
  flex-direction: row-reverse;
}

.service_desc.reverse {
  left: 0;
}

.service_text h3 {
  padding-bottom: 10px;
  border-bottom: 2px solid #B2D0C2;
  position: relative;
}

.craft_title::after {
  content: "アロマクラフト";
  padding-left: 12px;
  font-size: 1.2rem;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  color: #84A495;
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.salon_title::after {
  content: "アロマトリートメントサロン";
  padding-left: 12px;
  font-size: 1.2rem;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  color: #84A495;
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.lesson_title::after {
  content: "講座";
  padding-left: 12px;
  font-size: 1.2rem;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  color: #84A495;
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.service_text>p {
  margin: 9px 0 25px;
}



@media screen and (max-width: 768px) {
  .service_desc {
    width: 330px;
    padding: 26px 30px;
  }

  .service_item-img img {
    height: 519px;
  }
}

/* -------------------- Aloma -------------------- */
.aloma {
  margin-bottom: 120px;
  position: relative;
}

.aloma::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/top/osmanthus.jpg) no-repeat center / cover;
  z-index: -1;
}

.aloma_title-content {
  text-align: center;
  display: flex;
  gap: 40px;
  text-align: center;
  position: absolute;
  margin: 0 0 0 64px;
  top: 10%;
}

.aloma_title {
  margin-bottom: 12px;
  white-space: nowrap;
}

.aloma_title-secondary {
  font-size: 1.8rem;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  line-height: 2;
  border: 1px solid;
  border-radius: 20px;
  background-color: #fff;
  width: 250px;
  height: 38px;
  padding: 0 23px;
  flex-shrink: 0;
}

.aloma_desc {
  background: #fff;
  padding: 140px 142px 79px 64px;
  width: 746px;
}

.aloma_desc::after {
  content: "";
  background: url(../images/top/oil.jpg) no-repeat center / cover;
  position: absolute;
  top: 50%;
  right: -10%;
  transform: translate(0, -50%);
  width: 320px;
  height: 400px;
}

.aloma_desc p:not(:last-child) {
  padding-bottom: 40px;
}

@media screen and (max-width: 1060px) {
  .aloma_desc {
    width: 700px;
  }

  .aloma_desc::after {
    right: -5%;
  }
}

@media screen and (max-width: 990px) {
  .aloma_desc {
    padding: 80px 20px 45px;
    margin-top: 500px;
    width: 100%;
  }

  .aloma_desc::after {
    display: none;
  }

  .aloma_title-content {
    margin: 0 auto;
    flex-direction: column;
    top: -170px;
    left: 50%;
    transform: translate(-50%, -50%);
    gap: 15px;
  }

  .aloma_title-content::after {
    content: "";
    background: url(../images/top/oil.jpg) no-repeat center / cover;
    width: 250px;
    height: 330px;
  }
}

/* -------------------- Profile -------------------- */
.profile {
  width: 100%;
  padding: 120px 0;
  background-color: #fff;
}

.profile_bg {
  padding-bottom: 80px;
  background: linear-gradient(180deg, #fff 550px, #DEEBE5 550px, #DEEBE5 100%);
  position: relative;
}

.profile_title {
  margin-bottom: 85px;
  text-align: center;
}

.owner {
  display: flex;
  justify-content: center;
  margin-bottom: 67px;
}

.owner_img {
  max-width: 370px;
  margin-right: 70px;
}

.owner_profile {
  margin-top: 10%;
}

.owner_post {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.4;
  color: #84A495;
}

.owner_name {
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.56;
  padding-bottom: 7px;
  margin-bottom: 9px;
  border-bottom: 2px solid #B2D0C2;
}

.owner_name::after {
  content: "Maruyama Emiko";
  font-size: 1.5rem;
  font-weight: 400;
  padding-left: 20px;
}

.qualification {
  font-weight: 500;
}

.owner_profile .year {
  font-size: 1.6rem;
  font-family: 'Lato', sans-serif;
  line-height: 1.875;
  color: #84A495;
  display: inline-block;
  width: 4em;
}

.message {
  margin-top: 80px;
  background: #fff;
  padding: 40px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.666;
  letter-spacing: 0.02em;
}

.message_name {
  text-align: right;
}

.more {
  display: none;
}

@media screen and (max-width: 768px) {
  .profile {
    padding-bottom: 80px;
  }

  .profile_bg {
    background: linear-gradient(180deg, #fff 360px, #DEEBE5 360px, #DEEBE5 100%);
  }

  .profile_title {
    margin-bottom: 70px;
  }

  .owner {
    flex-direction: column;
  }

  .owner_img {
    margin: 0;
  }

  .hidden {
    height: 1600px;
    overflow: hidden;
    position: relative;
  }

  .hidden.open {
    height: auto;
  }

  .hidden::before {
    content: "";
    width: 100%;
    height: 200px;
    display: block;
    background: linear-gradient(180deg,
        rgb(222, 235, 229, 0) 0%,
        rgb(222, 235, 229, 1) 70%);
    position: absolute;
    bottom: 0;
  }

  .hidden.open::before {
    background: none;
  }

  .more {
    display: flex;
    position: absolute;
    bottom: 8%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    transition: bottom .4s;
  }

  .more.open {
    display: none;
  }
}

/* -------------------- Slider -------------------- */
.slider {
  padding-bottom: 120px;
  background: #fff;
}

.sideswiper_small img {
  max-width: 380px;
  min-height: 80px;
}

@media screen and (max-width: 768px) {
  .slider {
    padding-bottom: 80px;
  }
}