#reason,
#products,
#flow,
#voices {
  margin: 120px 0;
}
/*************************************/
#hero-title-group {
  align-items: center;
}

#hero #hero-img img {
  height: calc(100vh - 150px);
  object-fit: cover;
  /* object-position: bottom 25% right 0; */
  object-position: bottom 85% left 0;
}

#hero-title {
  width: max(200px, 15vw);
}

#hero-hgroup {
  font-size: clamp(40px, calc(4.315545243619489px + 4.640371229698376vw), 60px);
}

#hero-hgroup h1 {
  font-size: inherit;
  line-height: 1.5;
}

#hero-hgroup p {
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-size: 0.65em;
}

/*************************************/
#reason h2 {
  font-size: max(2.8em, 2vw);
}

#reason-img {
  width: 800px;
}

#reason-text {
  font-size: 1.6rem;
}
/*************************************/

#products .text-box {
  padding: 0 5%;
  text-align: left;
}

#products .text-box .text {
  height: 5em;
  line-height: 1.8;
}

.item {
  text-align: center;
  flex: auto;
  /* width: 280px; */
}

/* .item-img {
  width: 280px;
} */

#conversion {
  padding: 8rem 4rem;
}

#catalog {
  margin-top: 160px;
}

#flow a:hover {
  text-decoration: none;
}

#flow p {
  margin-top: 1em;
  font-weight: 600;
}

.material-symbols-outlined {
  font-size: 3rem;
  color: var(--beige2);
}
.main-menu button {
  font-size: 2rem;
}

#flow .text {
  height: 3rem;
}

#voice_swiper {
  margin: 0 calc(50% - 50vw);
}

#notice .banner {
  margin-block:2%;
  max-width: 1200px;
  display: flex;
}

#notice .banner img {
  width: 100%;
}
.faq-img {
  max-height: 300px;
}
.faq_noshi {
  display: flex;
  align-items: center;
}

#notice .news .contents {
  font-size: 1.6rem;
  line-height: 1.8;
  inline-size: fit-content;
  margin-inline: auto;
}

#estimate-btn {
  padding: 2rem 0 4.2rem;
  background-color: var(--beige1);
  text-align: center;
}
.balloon-text {
  color: var(--beige3);
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 0.5em 0;
  letter-spacing: 0.05em;
}

.balloon {
  margin: 1em auto;
  width: 400px;
}

#catalog-btn {
  display: flex;
}
.tab-label {
  padding: 8px 22px 10px 24px;
}

.tab-content {
  padding: 32px;
}
#flow ul li {
  width: 145px;
  text-align: center;
}
