/* 共通 */
body {
  background-color: #f5f5f5;
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  color: #333;
  font-style: normal;
  font-feature-settings: "palt";
}

.sp-only {
  display: none;
}

/* フォント指定 */
.font__garamond {
  font-family: "eb-garamond", serif;
}

.heading {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.heading__title {
  color: #7b9885;
  font-size: 40px;
}

.heading__subtitle {
  font-size: 16px;
  margin-bottom: 91px;
}

.pc-br {
  display: inline;
}

.sp-br {
  display: none;
}

/* cta 共通 */
.cta {
  background-color: #7b9885;
  margin-bottom: 176px;
  padding: 0px 0 1px;
}

.cta__heading {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.cta__title {
  font-size: 40px;
  font-weight: bold;
  color: #38503e;
  margin-top: 70px;
  line-height: 40px;
}

.cta__subtitle {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 64px;
}

.cta__media {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  gap: 55px;
}

.cta__inner {
  display: flex;
  flex-flow: column;
}

.cte__text__wrap {
  color: #fff;
  line-height: 45px;
}

.cta__item {
  font-size: 24px;
  font-weight: bold;
}

.cta__price {
  font-size: 36px;
}

.cta__text {
  font-size: 14px;
}

.cta__button {
  color: #fff;
  background-color: #38503e;
  transition: filter 0.3s;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  padding: 9px;
  position: relative;
}

.cta__button:hover {
  filter: brightness(1.2);
}

/* ボタン内の矢印の生成 */
.cta__button::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
}
/* cta　共通　ここまで */

/* ヘッダー */
.header {
  background-color: #fff;
  height: 95px;
  position: sticky;
  top: 0;
  z-index: 9999;
}

.header__wrap {
  max-width: 994px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  height: 100%;
}

.header__humburger {
  display: none;
}

h1 {
  font-size: 24px;
  font-weight: bold;
}

.header__navi {
  word-spacing: 59px;
}

.header__link {
  text-decoration: none;
  color: #333;
  font-size: 18px;
  position: relative;
}

.header__link::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  transform: scale(0, 1);
  transform-origin: top left;
  transition: transform 0.3s;
}

.header__link:hover::after {
  transform: scale(1, 1);
}

.sp-menu {
  display: none;
}

/* メインビジュアル */
.mv {
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(../img/main_visual.jpg);
  background-size: cover;
  height: 550px;
  margin-bottom: 176px;
}

.mv__inner {
  font-weight: bold;
  max-width: 1135px;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 60px;
}

.mv__catch {
  font-size: 48px;
  line-height: 65px;
  margin-bottom: 20px;
}

.mv__sub-catch {
  font-size: 32px;
  line-height: 45px;
}

/* 想い */
.concept {
  max-width: 1135px;
  margin: 0 auto;
  margin-bottom: 176px;
}

.media {
  display: flex;
  align-items: center;
  gap: 64px;
  margin: 0 auto;
  justify-content: center;
}

.concept__title {
  color: #38503e;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}

.concept__text {
  font-size: 20px;
  margin-bottom: 20px;
}

/* about */
.about {
  margin-bottom: 176px;
}

.about__media{
  display: flex;
  gap: 64px;
  align-items: center;
  justify-content: center;
}

.about__text{
  flex-flow: column;
}

.about__inner{
 text-indent: -1em;
    padding-left: 1em;
}


.heading__about {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.heading__subtitle--about {
  margin: 0 auto 15px;
}

/* お悩み解消 */
.solution {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.solution__heading {
  padding-bottom: 48px;
}

.solution__list {
  font-size: 20px;
  list-style: none;
}

.solution__item::after {
  content: url(../img/checkbox.svg);
  position: absolute;
  left: -45px;
  top: 2px;
  z-index: -1;
  display: block;
  width: 35px;
  height: 35px;
}

.solution__item {
  position: relative;
  margin-bottom: 17px;
}

.solution__item:last-child {
  margin-bottom: 0;
} /* 最後のマージンを消した */

.solution__worry__media {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: 0 auto;
  margin-bottom: 64px;
}

.img__arrow {
  margin: 0 auto;
  margin-bottom: 64px;
}

/* 喜んでいる人とテキストを横並びに */
.solution__after-media {
  display: flex;
  gap: 120px;
  justify-content: center;
  align-items: flex-end;
}

.solution__leave {
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: #7b9885;
  position: relative;
}

/* 失敗しませんを上につける 擬似要素 */
.solution__leave::after {
  content: url(../img/important.svg);
  position: absolute;
  left: -83px;
  top: -65px;
  z-index: -1;
}

/* 選ばれている理由 */
.customers {
  margin: 194px auto 176px;
}

.customers__inner {
  max-width: 1135px;
  margin: 0 auto;
}

.customers__title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 64px;
  display: flex;
  flex-flow: column;
  align-items: center;
}

/* タイトル上下の線　擬似要素 */
.customers__title::before {
  content: "";
  display: block;
  width: 160px;
  border-top: 1px solid #707070;
  margin-bottom: 29px;
}

.customers__title::after {
  content: "";
  display: block;
  width: 160px;
  border-top: 1px solid #707070;
  margin-top: 29px;
}

/* 横並びのボックス */
.customers__list {
  font-size: 20px;
  height: 170px;
  line-height: 30px;
  display: flex;
  gap: 13px;
  justify-content: center;
  list-style: none;
  counter-reset: number;
  padding: 0;
  margin: 0;
}

.customers__list li {
  counter-increment: number;
  position: relative;
  border: 3px solid #2f4627;
  border-radius: 12px;
  padding: 70px 16px 40px;
  width: 260px;
  background-color: #fff;
  text-align: center;
}

.customers__list li::before {
  content: counter(number, decimal-leading-zero);
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 32px; /* 数字のフォントサイズ指定 */
  font-weight: bold;
  color: #38503e;
  line-height: 70px;
}

/* 商品の特徴 */
.feature__heading {
  text-align: center;
  line-height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 72px;
  position: relative;
}

.feature__title {
  font-size: 32px;
  position: absolute;
}

.feature__text-wrap {
  flex: 1;
}

.feature__wrap {
  max-width: 820px;
  margin: 0 auto 176px;
}

.feature__item {
  display: flex;
  justify-content: center;
  gap: 100px;
  align-items: center;
  margin-bottom: 56px;
}

.feature__number {
  font-size: 32px;
  font-weight: bold;
  position: relative;
}

.feature__number::before {
  content: url(../img/point.svg);
  position: absolute;
  left: -37px;
  top: -28px;
  z-index: -1;
}

/* フローリスト紹介 */

.florist__item {
  max-width: 925px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin: 0 auto 40px;
}

.florist__item:last-child {
  margin-bottom: 176px;
} /* 最後のマージンのみ変更 */

.florist__name {
  color: #38503e;
  font-weight: normal;
  text-align: center;
}

/* 名前上下の線　擬似要素 */
.florist__name::before {
  content: "";
  display: block;
  width: 460px;
  border-top: 1px solid #707070;
  margin-bottom: 8px;
}

.florist__name::after {
  content: "";
  display: block;
  width: 460px;
  border-top: 1px solid #707070;
  margin-top: 8px;
}

/* 名前とテキストを縦並びに */
.florist__inner {
  display: flex;
  flex-flow: column;
  gap: 16px;
}

/* 制作事例 */
.works {
  margin-bottom: 176px;
}

.works__gallery {
  max-width: 1296px;
  display: flex;
  gap: 32px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}

.works__img-wrap {
  width: calc((100% - 96px) / 4);
  overflow: hidden; /* 親要素をはみ出した部分を見えなくする */
} /* 余白の合計を出して計算する */

.works__square {
  width: 100%;
  height: auto;
  transition: transform 0.5s; /* ズームの時間を設定 */
}

.works__square:hover {
  transform: scale(1.2); /* 画像のズーム */
}

/* サービス */
.product__service {
  background-color: #fff;
  max-width: 926px;
  padding: 41px 100px 41px 79px;
  margin: 0 auto;
  margin-bottom: 42px;
}

.product__service__title {
  font-weight: normal;
}

.product__service__list {
  padding-left: 18px;
}

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

.product__img {
  display: flex;
  gap: 12px;
  align-items: flex-end;
}

.img__episode {
  margin-bottom: 29px;
}

.product__notes {
  margin: 32px 100px 176px 220px;
}

/* レビュー */
.review__wrap {
  max-width: 1110px;
  display: flex;
  gap: 36px;
  margin: 0 auto;
  margin-bottom: 176px;
}

.review__item {
  color: #fff;
  background-color: #7b9885;
  width: 346px;
  height: 410px;
  border-radius: 10px;
  padding: 48px 35px 60px;
}

.review__item__top {
  display: flex;
  align-items: flex-end;
  gap: 16px;
}

.review__inner {
  line-height: 40px;
}

.review__title {
  font-size: 16px;
  line-height: 25px;
}

.review__customer {
  font-size: 14px;
  white-space: nowrap;
}

/* テキストの上の線の生成 */
.review__text::before {
  content: "";
  display: block;
  border-top: 1px solid #707070;
  margin: 24px auto;
}

/* flow */
.flow__wrap {
  max-width: 1135px;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 176px;
  border: 4px solid #2f4627;
  overflow: hidden;
}

.flow__title {
  font-size: 20px;
}

.flow__item {
  position: relative;
  height: 260px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 0 40px;
}

.flow__text {
  font-size: 16px;
  position: relative;
  z-index: 999;
}

.flow__text {
  line-height: 26px;
}

.flow__item:first-child {
  width: 20%;
  padding: 0 0 0 40px;
}

.flow__item:not(:first-child) {
  width: calc(80% / 3);
  padding: 0 0 0 102px;
}

.flow__item:not(:last-child)::after {
  content: "";
  display: block;
  width: 150px;
  height: 150px;
  position: absolute;
  right: -19%;
  border-width: 4px 4px 0 0;
  border-style: solid;
  border-color: #2f4627;
  z-index: 99;
  transform: scale(0.8, 1.8) rotate(45deg);
}

.flow__item--white {
  background-color: #fff;
  margin: 0 auto;
}

.flow__item--white::after {
  background-color: #fff;
}

.flow__item--gray {
  background-color: #f5f5f5;
  margin: 0 auto;
}

.flow__item--gray::after {
  background-color: #f5f5f5;
}

.flow__item--light-green {
  background-color: #bdd5c5;
  margin: 0 auto;
}

.flow__item--light-green::after {
  background-color: #bdd5c5;
}

.flow__item--green {
  color: #fff;
  background-color: #7b9885;
  margin: 0 auto;
}

.flow__icons {
  max-width: 1135px;
  display: flex;
  margin: 0 auto;
}

.flow__icons-item {
  position: relative;
}

.flow__icons-item:first-child {
  width: 20%;
}

.flow__icons-item:not(:first-child) {
  width: calc(80% / 3);
}

.flow__icon {
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 999;
  display: block;
  transform: translateY(-50%);
}

/* faq */
.faq {
  margin-bottom: 176px;
}

.faq__item {
  background-color: #fff;
  max-width: 895px;
  padding: 35px 0 35px 75px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.faq__question {
  font-size: 20px;
  position: relative;
}

.faq__question::after {
  content: url(../img/Q.svg);
  position: absolute;
  left: -33px;
  top: 2px;
  z-index: 1;
  display: block;
  width: 35px;
  height: 35px;
}

.faq__answer {
  font-size: 16px;
  position: relative;
}

.faq__answer::after {
  content: url(../img/A.svg);
  position: absolute;
  left: -33px;
  top: 2px;
  z-index: 1;
  display: block;
  width: 35px;
  height: 35px;
}

/* お問い合わせフォーム */
.contact__wrap {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(../img/contact_back.jpg);
  color: #fff;
}

.contact__inner {
  max-width: 890px;
  margin: 56px auto 0;
  text-align: center;
  padding-right: 180px;
}

.contact__item {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.contact__label {
  font-weight: bold;
  display: flex;
  height: 45px;
  align-items: center;
  justify-content: flex-end;
}

.contact__label__wrap {
  width: 30%;
}

.contact__inpot {
  background-color: #fff;
  width: 530px;
  height: 45px;
  padding: 0 30px;
  margin-bottom: 35px;
}

.contact__inpot__tall {
  background-color: #fff;
  width: 530px;
  height: 250px;
  margin-bottom: 55px;
  vertical-align: top;
  padding: 5px 30px;
}

.contact__heading {
  display: flex;
  flex-flow: column;
  line-height: 35px;
  align-items: center;
}

.contact__title {
  font-size: 40px;
  margin-top: 83px;
}

.contact__subtitle {
  font-size: 16px;
  align-items: center;
}

/* 送信ボタン */
.send__button {
  color: #fff;
  background-color: #38503e;
  width: 226px;
  height: 57px;
  font-size: 20px;
  transition: filter 0.3s;
  border-radius: 50px;
  text-decoration: none;
  padding: 9px;
  position: relative;
  margin-bottom: 83px;
}

.send__button:hover {
  filter: brightness(1.2);
}

.send__button__wrap {
  display: flex;
  justify-content: center;
}

/* フッター */
.footer {
  background-color: #7b9885;
  color: #fff;
  height: 410px;
}

.footer__wrap {
  max-width: 1136px;
  margin: 0 auto;
}

.footer__top {
  font-size: 24px;
  font-weight: bold;
  padding: 81px 0px 16px;
  display: flex;
  justify-content: space-between;
}

.footer__navi {
  word-spacing: 24px;
}

.footer__link {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}

.footer__shop {
  font-size: 14px;
  margin-bottom: 72px;
}

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

.sns-icon {
  display: flex;
  gap: 24px;
  list-style: none;
  align-items: center;
}

/* sp */
@media screen and (max-width: 768px) {
  /* 共通 */
  img {
    max-width: 100%;
  }

  .heading__title {
    font-size: 28px;
    margin-bottom: -10px;
  }

  .heading__subtitle {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .pc-br {
    display: none;
  }
  .sp-br {
    display: inline;
  }

  .sp-only {
    display: initial;
  }

  .pc-only {
    display: none;
  }

  /* cta 共通 */
  .cta {
    margin-bottom: 96px;
    padding: 0px 0 1px;
  }

  .cta__heading {
    display: flex;
    flex-flow: column;
    align-items: center;
  }

  .cta__title {
    font-size: 28px;
    margin-top: 45px;
    margin-bottom: -13px;
  }

  .cta__subtitle {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
  }

  .cta__media {
    display: flex;
    flex-flow: column;
    margin-bottom: 55px;
    gap: 50px;
  }

  .cta__item {
    font-size: 20px;
    margin-bottom: -20px;
  }

  .cta__price {
    font-size: 30px;
  }

  .cta__text {
    font-size: 14px;
  }

  .cta__button {
    margin-top: 10px;
    padding: 7px;
  }

  /* cta　共通　ここまで */
  .header {
    background-color: #fff;
    height: 60px;
    top: 0;
    z-index: 9999;
  }

  h1 {
    font-size: 15px;
    margin-left: 40px;
  }

  .header__navi {
    display: none;
  }

  /* ハンバーガーメニュー */
  .header__humburger,
  .header__humburger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }

  .header__humburger {
    position: relative;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    appearance: none;
    cursor: pointer;
    margin-right: 40px;
  }

  .header__humburger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #333;
    border-radius: 4px;
  }

  .header__humburger span:nth-of-type(1) {
    top: 6px;
  }

  .header__humburger span:nth-of-type(2) {
    top: 19px;
  }

  .header__humburger span:nth-of-type(3) {
    bottom: 6px;
  }

  .header__humburger span:nth-of-type(1) {
    animation: menu-bar01 0.75s forwards;
  }

  @keyframes menu-bar01 {
    0% {
      transform: translateY(14px) rotate(45deg);
    }
    50% {
      transform: translateY(14px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  .header__humburger span:nth-of-type(2) {
    transition: all 0.25s 0.25s;
    opacity: 1;
  }
  .header__humburger span:nth-of-type(3) {
    animation: menu-bar03 0.75s forwards;
  }
  @keyframes menu-bar03 {
    0% {
      transform: translateY(-14px) rotate(-45deg);
    }
    50% {
      transform: translateY(-14px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  .header__humburger.is-active span:nth-of-type(1) {
    animation: active-menu-bar01 0.75s forwards;
  }
  @keyframes active-menu-bar01 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(14px) rotate(0);
    }
    100% {
      transform: translateY(14px) rotate(45deg);
    }
  }
  .header__humburger.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .header__humburger.is-active span:nth-of-type(3) {
    animation: active-menu-bar03 0.75s forwards;
  }
  @keyframes active-menu-bar03 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(-14px) rotate(0);
    }
    100% {
      transform: translateY(-14px) rotate(-45deg);
    }
  }

  /* SPメニュー */
  .sp-menu {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    background-color: #7b9885;
    height: calc(100dvh - 60px);
    z-index: 9999;
  }

  .sp-menu__navi {
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    font-size: 24px;
  }

  .sp-menu__link {
    color: #fff;
    text-decoration: none;
  }

  /* メインビジュアル */
  .mv {
    background-image: url(../img/main_visual_sp.jpg);
    height: 486px;
    margin-bottom: 80px;
  }

  .mv__inner {
    display: block;
    padding: 310px 39px 30px 0px;
  }

  .mv__catch {
    font-size: 32px;
    line-height: 45px;
    margin-bottom: 8px;
    text-align: right;
  }

  .mv__sub-catch {
    font-size: 16px;
    line-height: 25px;
    text-align: right;
  }

  /* 想い */
  .concept {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 80px;
    text-align: center;
  }

  .img__tall {
    width: 40%;
    height: auto;
  }

  /* ？textの改行 */

  .media {
    flex-flow: column;
    gap: 25px;
  }

  .concept__title {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .concept__text {
    font-size: 14px;
    margin-bottom: 15px;
  }

  /* about */
  .about {
    width: calc(100% - 30px);
    margin: 0 auto 80px;
    text-align: center;
  }

  .about__top {
    margin-bottom: 15px;
    display: block;
  }

  .heading__subtitle--about {
    margin: 0 auto 35px;
  }

  .about__media {
    margin-bottom: 80px;
     flex-flow: column;
     gap: 30px;
  }

  .img__logo {
    width: 60%;
    height: auto;
  }

  /* お悩み解消 */

  .solution__heading {
    font-size: 20px;
    padding-bottom: 30px;
  }

  .solution__list {
    font-size: 14px;
    padding-right: 10px;
    padding-left: 35px;
  }

  .solution__item::after {
    left: -30px;
    top: 1px;
    width: 24px;
    height: 24px;
  }

  .solution__item {
    margin-bottom: 5px;
  }

  .img__before {
    width: 80px;
    height: 135px;
    margin-right: 35px;
  }

  .solution__worry__media {
    flex-flow: column-reverse;
    gap: 25px;
    margin-bottom: 40px;
  }

  .img__arrow {
    margin: 0 auto;
    margin-bottom: 20px;
    height: 11px;
    width: 45px;
  }

  .img__after {
    width: 97px;
    height: 94px;
  }

  .solution__after-media {
    flex-flow: column-reverse;
    gap: 15px;
    align-items: center;
    margin: 75px auto 70px;
  }

  .solution__leave {
    font-size: 20px;
    line-height: 35px;
  }

  /* 失敗しませんを上につける 擬似要素 */
  .solution__leave::after {
    content: url(../img/important_sp.svg);
    left: -50px;
    top: -69px;
  }

  /* 選ばれている理由 */
  .customers {
    margin: 0px auto 80px;
  }

  .customers__inner {
    max-width: 305px;
  }

  .customers__title {
    font-size: 20px;
    margin-bottom: 30px;
  }

  /* タイトル上下の線　擬似要素 */
  .customers__title::before {
    width: 120px;
    margin-bottom: 10px;
  }

  .customers__title::after {
    width: 120px;
    margin-top: 10px;
  }

  /* 横並びのボックス */
  .customers__list {
    font-size: 14px;
    line-height: 15px;
    gap: 4px;
    flex-wrap: wrap;
  }

  .customers__list li {
    border: 2px solid #2f4627;
    height: 100px;
    width: calc(50% - 2px);
    padding: 43px 4px 36px;
  }

  .customers__list li::before {
    top: 30px;
    left: 50%;
    font-size: 16px; /* 数字のフォントサイズ指定 */
    line-height: 0px;
    margin-bottom: 25px;
  }

  /* ？point2　写真の順番 */
  /* 商品の特徴 */
  .feature__heading {
    line-height: 30px;
    margin-bottom: 40px;
  }

  .feature__title {
    font-size: 20px;
  }

  .feature__title__icon {
    max-width: calc(100% - 60px);
  }

  .feature__subtitle {
    line-height: 30px;
    margin-bottom: 15px;
  }

  .feature__text-wrap {
    text-align: left;
    width: calc(100% - 80px);
  }

  .feature__number {
    margin-bottom: -5px;
  }

  .feature__text {
    line-height: 27px;
  }

  .feature__wrap {
    max-width: 390px;
    margin: 0 auto 80px;
  }

  .feature__item {
    flex-flow: column;
    gap: 20px;
    margin-bottom: 56px;
  }

  .img__square__feature {
    width: 55%;
    height: auto;
  }

  .feature__item__reverse {
    flex-flow: column-reverse;
  }

  .feature__number::before {
    content: url(../img/point.svg);
    position: absolute;
    left: -37px;
    top: -28px;
    z-index: -1;
  }

  /* フローリスト紹介 */

  .florist__item {
    max-width: calc(100% - 60px);
    flex-flow: column;
    gap: 40px;
    margin: 0 auto 64px;
  }

  .florist__item:last-child {
    margin-bottom: 80px;
  } /* 最後のマージンのみ変更 */

  .florist__inner {
    width: 100%;
  }

  .florist__name {
    font-size: 16px;
  }

  .florist__text {
    font-size: 14px;
  }

  .img__florist {
    max-width: 100%;
    height: auto;
  }

  /* 名前上下の線　擬似要素 */
  .florist__name::before {
    width: 100%;
    padding: 8px auto;
    margin-right: auto;
    margin-left: auto;
  }

  .florist__name::after {
    width: 100%;
    padding: 8px auto;
    margin-right: auto;
    margin-left: auto;
  }

  /* 制作事例 */
  .works {
    margin-bottom: 80px;
  }

  .works__gallery {
    max-width: calc(100% - 40px);
    gap: 8px;
  }

  .works__square {
    vertical-align: bottom;
  }

  .works__img-wrap {
    width: calc((100% - 8px) / 2);
  } /* 余白の合計を出して計算する *


  /* サービス */
  .product__service {
    max-width: 330px;
    padding: 33px;
    margin-bottom: 26px;
  }

  .product__service__title {
    font-size: 16px;
  }

  .product__service__list {
    padding-left: 14px;
  }

  .product__wrap {
    flex-flow: column;
  }

  /* ？写真の間にテキストを入れる */
  .product__img {
    gap: 12px;
    align-items: flex-end;
    flex-wrap: wrap;
  }

  .product__img_1 {
    width: calc(100% - 80px);
    height: auto;
    display: block;
    margin: 10px auto 20px;
  }

  .img__episode {
    width: calc(100% - 150px);
    height: auto;
    display: block;
    margin: 10px auto 30px;
  }

  .product__notes {
    width: calc(100% - 70px);
    margin: 27px auto 80px;
    line-height: 20px;
  }

  .product__note__text {
    text-indent: -1em;
    padding-left: 1em;
  }

  .notes_title {
    font-size: 15px;
  }

  .notes_text {
    font-size: 13px;
  }

  /* レビュー */
  .review__wrap {
    max-width: 330px;
    flex-flow: column;
    gap: 35px;
    margin: 0 auto;
    margin-bottom: 80px;
  }

  .review__item {
    width: 330px;
    height: 360px;
    padding: 35px 33px 45px;
  }

  .review__item__top {
    align-items: center;
  }

  .review__text {
    line-height: 25px;
  }

  .img__review {
    width: 25%;
    height: auto;
    flex-shrink: 0;
  }

  /* flow */
  .flow__wrap {
    width: 70%;
    flex-flow: column;
    border-width: 3px;
    margin-top: 30px;
  }

  .flow__title {
    font-size: 16px;
  }

  .flow__item {
    width: 100%;
    padding: 20px 80px;
  }

  .flow__text {
    line-height: 26px;
  }

  .flow__item:first-child {
    width: 100%;
    padding: 0 50px;
  }

  .flow__item:not(:first-child) {
    width: 100%;
    padding: 0 50px;
  }

  .flow__item:not(:last-child)::after {
    content: "";
    display: block;
    width: 150px;
    height: 150px;
    position: absolute;
    left: 50%;
    right: initial;
    border-width: 4px 4px 0 0;
    border-style: solid;
    border-color: #2f4627;
    z-index: 99;
    transform: translateX(-50%) scale(1.8, 0.6) rotate(135deg);
    bottom: -57px;
  }

  .flow__item--white {
    background-color: #fff;
    margin: 0 auto;
  }

  .flow__item--white::after {
    background-color: #fff;
  }

  .flow__item--gray {
    background-color: #f5f5f5;
    margin: 0 auto;
  }

  .flow__item--gray::after {
    background-color: #f5f5f5;
  }

  .flow__item--light-green {
    background-color: #bdd5c5;
    margin: 0 auto;
  }

  .flow__item--light-green::after {
    background-color: #bdd5c5;
  }

  .flow__item--green {
    color: #fff;
    background-color: #7b9885;
    margin: 0 auto;
  }

  .flow__icons {
    width: 100%;
    display: flex;
    flex-flow: column;
    margin: 30px auto 0;
    position: absolute;
  }

  .flow__icons-item {
    position: relative;
    height: 265px;
  }

  .flow__icons-item:first-child {
    width: 100%;
    right: 5px;
    top: -30px;
  }

  .flow__icons-item:not(:first-child) {
    width: 100%;
    right: -5px;
  }

  .flow__title--gray {
    margin-top: 30px;
  }

  .flow__title--light-green {
    margin-top: 40px;
  }

  .flow__icon {
    right: 70px;
    top: 47px;
  }

  .flow__icon--flower {
    right: 65px;
    top: 52px;
  }

  .flow__icon--truck {
    right: 77px;
    top: 30px;
  }

  .flow__icon--present {
    right: 82px;
    top: 15px;
  }

  /* faq */
  .faq {
    margin-bottom: 80px;
  }

  .heading__subtitle_faq {
    margin-top: 5px;
    margin-bottom: 30px;
  }

  .faq__inner {
    width: calc(100% - 80px);
    height: auto;
    margin: 0 auto;
  }

  .faq__item {
    width: calc(100% - 40px);
    padding-left: 30px;
  }

  .faq__question {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .faq__question::after {
    left: -33px;
    top: -1px;
  }

  .faq__answer {
    font-size: 14px;
  }

  .faq__answer::after {
    left: -33px;
    top: 0px;
  }

  /* お問い合わせフォーム */

  .contact__inner {
    max-width: 100%;
    margin: 25px auto 0;
    text-align: center;
    padding-right: 0px;
  }

  .contact__item {
    flex-flow: column;
    gap: 0px;
  }

  .contact__label {
    font-size: 14px;
    height: 35px;
    width: 200px;
    justify-content: left;
    padding-left: 35px;
  }

  .contact__label__wrap {
    width: 30%;
  }

  .contact__inpot {
    width: calc(100% - 70px);
    height: 35px;
    padding: 0 30px;
    margin-bottom: 15px;
  }

  .contact__inpot__tall {
    width: calc(100% - 70px);
    height: 200px;
    margin-bottom: 45px;
    vertical-align: top;
    padding: 10px 30px;
  }

  .contact__heading {
    line-height: 25px;
  }

  .contact__title {
    font-size: 28px;
    margin-top: 45px;
  }

  .contact__subtitle {
    font-size: 14px;
  }

  /* 送信ボタン */
  .send__button {
    width: 225px;
    height: 45px;
    font-size: 16px;
    padding: 7px;
    margin-bottom: 70px;
  }

  /* フッター */
  .footer {
    height: auto;
    padding: 50px auto 40px;
  }

  .footer__heading {
    order: 1;
  }

  .footer__wrap {
    max-width: 325px;
    margin: 0 auto;
  }

  .footer__top {
    font-size: 20px;
  }

  .footer__navi {
    display: none;
  }

  .footer__shop {
    order: 2;
    font-size: 14px;
    margin-bottom: 30px;
  }

  .footer__copyright {
    order: 4;
    margin-bottom: 40px;
  }

  .sns-icon {
    display: flex;
    gap: 24px;
    list-style: none;
    align-items: center;
    margin-bottom: 45px;
    order: 3;
  }

  .footer__inner {
    flex-flow: column;
    justify-content: left;
  }
}
