/****************************************************************************************/
section:not(#links) .buttons {
  margin-top: 52px;
}

/****************************************************************************************/
.top-text {
  margin-bottom: 63px;
}

.top-text h2 {
  padding-bottom: 10px;
  font-size: 3.5rem;
  line-height: 4.1rem;
}

.top-text p {
  margin: 50px auto 0 auto;
  font-size: 2.6rem;
  line-height: 4.1rem;
  letter-spacing: -0.18rem;
}

/****************************************************************************************/
#org-menu + #top-text h1 {
  margin-bottom: 67px;
  font-size: 5rem;
  line-height: 5rem;
  letter-spacing: 0.5rem;
}

#top-text p {
  margin: 0 auto;
  max-width: 973px;
  font-size: 2.3rem;
  line-height: 4.1rem;
}

/****************************************************************************************/
#reasons,
#lineup,
#scenes,
#service,
#cases,
#steps {
  margin-top: 181px;
}

/****************************************************************************************/
#lineup .lineup {
  display: flex;
  justify-content: space-between;
}

#lineup .image-text .text {
  margin-top: 27px;
}

#lineup h3 {
  font-size: 2.3rem;
}

/****************************************************************************************/
#scenes {
  h3 {
    margin-bottom: 2.8rem;
  }
  ul {
    display: flex;
    flex-flow: row wrap;
    line-height: 3.6rem;

  }
  * {
    flex: 50%;
  }
}

/****************************************************************************************/
#cases .swiper-container {
  transform: scale(1.155);
}

#cases .swiper-slide {
  padding: 0 14px;
  width: calc(100vw * 0.364590163934426);
  /* 556 */
  height: calc(100vw * 0.226885245901639);
  /* 346 */
}

/*******************************************/
.pager {
  margin-top: calc(100vw * 0.032131147540984);
  /* 49 */
}

/****************************************************************************************/
#order {
  margin-top: -40px;
  position: absolute;
}

#steps .steps {
  display: flex;
  justify-content: space-between;
}

#steps .step {
  width: 19%;
}

/****************************************************************************************/
#recommend {
  padding-bottom: 63px;
  background-color: #ffffee;
  text-align: center;
  margin-top: 181px;
}

#recommend ul {
  margin-top: 15px;
}

#recommend li {
  margin-top: 5px;
}

#recommend .top-text {
  padding: 63px 0;
}

#recommend .top-text p {
  letter-spacing: 0.25rem;
}

#recommend .buttons a {
  background-color: white;
}

#recommend-info {
  display: flex;
  justify-content: space-between;
}

#recommend-info * {
  flex-basis: 47.5%;
  object-fit: cover;
}

#recommend-info .text {
  background-color: #f7f8f9;
  border: 1px #333 solid;
  padding: 2%;
}

#recommend-info-text {
  text-align: left;
  padding: 0 20px;
}

#recommend-info-title {
  font-size: 2.3rem;
  padding: 18px;
  background-color: #5c0000;
  color: white;
  border-radius: 20px;
  margin-bottom: 30px;
  line-height: 3rem;
  text-align: center;
}

#recommend-info-text-lead {
  text-align: justify;
}

#recommend-info-text-price {
  font-weight: 900;
}

.org-image-texts p{
  font-size: 1.7rem;
}