/* -----
 共通 
 ----- */
h2 {
  margin-bottom: 40px;
}

/* -----
 キービジュアル 
 ----- */
h1 img {
  width: 100%;
}

/* -----
 リード 
 ----- */

#lead .inner {
  margin-bottom: 0;
}

#lead h3 {
  line-height: 2;
}

.lead-img img {
  width: 100%;
}

 /* -----
 movie 
 ----- */

#movie {
  margin-top: 100px;
  margin-bottom: 100px;
}
section#movie h3 {
  text-align: center;
}

 /* -----
 philosophy 
 ----- */

.philosophy-img {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.philosophy-img img {
  width: 100%;
  margin-bottom: 18px;
}

/* -----
 story 
 ----- */
section#story {
  width: 100%;
  background: linear-gradient(20deg, #98C4A7 0%, #DDE39D 100%) ;
}

#story .ornament_bottom-right {
  position: absolute;
  bottom: -40px;
  right: -20px;
  z-index: 1;
}

#story .inner {
  position: relative;
  margin-top: 100px;
}

.story_hedder {
  display: flex;
  flex-direction: column-reverse;
}

.story_hedder h3 {
  font-size: 1.3rem;
}

.story_hedder .img {
  width: 50%;
  margin: auto;
  margin-bottom: 30px;
}

.story_inner_group {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px;
}

.story_inner_group p span {
  font-weight: bold;
}

.story_inner_group figure {
  text-align: center;
}

.story_sign{
  text-align: right;
  font-size: small;
  margin-top: 10px;
  margin-bottom: 10px;
}

.story_sign-name {
  font-size: large;
}

.story_sign_title {
  text-align: right;
  font-size: small;
  margin-bottom: 30px;
}

.story-wave-bottom {
    line-height: 0;
    margin-top: 100px;
}

.story-wave-bottom img {
    width: 100%;
}

/* -----
 vision 
 ----- */

#vision {
  margin-top: 100px;
  margin-bottom: 100px;
}

#vision h4 {
  font-size: 1.5rem;
  letter-spacing: 0.05rem;
}

#vision h4 span {
  font-size: 2.5rem;
}

#vision img.content {
  width: 100%;
  margin: 30px 0;
}

 /* -----
 voice 
 ----- */

 #voice {
  width: 100%;
  background: linear-gradient(20deg, #98C4A7 0%, #DDE39D 100%);
  margin-bottom: 10px;
}

#voice .inner {
  margin-top: 60px;
}

.voice_inner_header_img img {
  width: 100%;
}

.voice_inner .img {
  width: 100%;
}

.voice_inner_group {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 70px;
}

.voice_inner_group-last {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 20px;
}

.voice_inner_group h4 ,.voice_inner_group-last h4 {
  font-size: 1.2rem;
}

.voice_inner_group-header {
  border-bottom: 1px solid #DDE39D;
  text-align: center;
}

.voice_inner_group-header figure {
  text-align: center;
}

.voice_inner_group-header figure img {
  width: 65%;
}

#voice .additional {
  margin-bottom: 60px;
}

 /* =====
 マシン 
 ===== */

#machine .ornament_top-right img {
  position: relative;
  top: -100px;
}

.machine-header-img {
  width: 100%;
  margin: auto;
 }

.machine-intro {
  background-color: #FBEEDF;
  padding: 3rem 1.5rem;
  text-align: center;
  display: flex;
  justify-content: center;
  border-radius: 10px;
  margin-bottom: 60px;
}

/* テキスト部分 */
.machine-intro__text {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 2rem;
}

/* 動画エリア */

.machine-intro__video-placeholder {
  text-align: center;
}

.machine-befor-after {
  text-align: center;
}

.machine-befor-after_header {
  width: 100%;
}

/* -----
 推薦者 
 ----- */

#recommendation {
  width: 100%;
  background: linear-gradient(20deg, #98C4A7 0%, #DDE39D 100%);
}

.recommendation_inner {
  width: 90%;
  margin: 0 auto;
}

#recommendation .additional {
  font-size: 0.9rem;
  margin-bottom: 10px;
}

/* 全体のカード */
.recommend-card {
  background: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  margin-bottom: 30px;
}

.recommend-card__header-left img {
  width: 90%;
}

.recommend-card__header-right img {
  width: 100%;
}

/* ヘッダー */
.recommend-card__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  gap: 8px
}

.recommend-card__number {
  font-size: 1.8rem;
  font-weight: 700;
  margin-left: 0.5em;
}

.recommend-card__header-title {
  margin-top: 30px;
}

/* プロフィール部分 */
.recommend-card__profile {
  display: flex;
  flex-direction: column;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  margin-left: 30px;
  margin-right: 30px;
  order-top: 1px solid #000;
}

.recommend-card__title-group {
  width: 100%;
 padding-top: 0.5rem;
}

.recommend-card__title {
  font-size: 0.85rem;
  color: #555;
  line-height: 1.5;
  margin: 0;
}

.recommend-card__info {
  flex: 1;
  margin-top: 50px;
}

.recommend-card__name {
  font-size: 1.3rem;
  margin: 38px 0 0 30px;
  margin-bottom: 0.4rem;
  border-bottom: 1px solid #000;

}

.recommend-card__honorific {
  font-size: 1rem;
  color: #555;
}


/* 推薦コメント */
.recommend-card__message {
  padding: 0 30px 20px;
}


/* -----
 収益性 
 ----- */

.wave-svg_top-profitability {
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 40px;
}

.wave-svg_top-profitability::after{
    content: "";
    background-image: url(img/wave-top_machine.svg);
    background-repeat: no-repeat;
    background-size: 101%;
    width: 100%;
    height: 170px;
    position: absolute;
    left: 0;
    top: -50px;
}

#profitability .inner .img {
  text-align: center;
}

#profitability .inner .img img {
  width: 100%;
}

/* 各円 */
.feature-circles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 0.5rem;
  justify-items: center;
  align-items: center;
  margin-bottom: 70px;
}

.feature-circles__item {
  background-color: #2f60a3;
  color: #fff;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.6;
  padding: 1rem;
  box-sizing: border-box;
}

/* テキスト */
.feature-circles__text {
  font-size: 0.95rem;
  font-weight: 500;
  margin: 0;
}

.profitability_h3_subtext {
  text-align: center;
  font-size: 1.15rem;
  font-weight: 500;
  margin-bottom: 40px;
}

.revenue-inner {
  background-color: #FBEEDF;
  padding: 3rem 1.5rem;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 60px;
}

.revenue-card {
  background: #fff;
  padding: 40px 20px 20px;
  position: relative;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 50px;
}

.revenue-card-header {
  width: 80%;
  background: #f39800;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 10px 0;
  border-radius: 30px;
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.revenue-card-text {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.6;
  margin-top: 10px;
}

.revenue-label {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.2;
  color: #333;
}

.revenue-value {
  font-size: 3rem;
  color: #f39800;
  font-weight: 500;
  font-style: italic;
  margin: 0 10px;
}

.revenue-unit {
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
  margin-top: 5px;
}

.revenue-small {
  text-align: right;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 4px;
  margin-right: 20px;
}

.revenue-point {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  line-height: 1.5;
  margin-bottom: 50px;
}

.revenue-point-l {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
}

.revenue-point-num {
  font-size: 3rem;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.2rem;
  margin-left: 5px;
}

.revenue-small_2 {
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
}

/* -----
 開業までの流れ 
 ----- */

section#opening-flow {
  width: 100%;
  background: linear-gradient(20deg, #98C4A7 0%, #DDE39D 100%);
  padding-top: 0;
  padding-bottom: 0;
}

.opening-flow .wave-svg-bottom {
  line-height: 0;
}

#opening-flow h3 {
  text-align: center;
  margin-top: 30px;
}

.opening-flow__step-sp {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: auto;
}

.opening-flow__step-pc, .opening-flow__step-no_tab {
  display: none;
}

.opening-flow__step-odd, .opening-flow__step-even {
width: 180px;
height: 180px;
background: #fff;
border-radius: 50%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
position: relative;
z-index: 1;
}

/* --- STEP のジグザグ配置 --- */

.opening-flow__step-even {
  left: 100%;
  position: relative;
  transform: translateX(-100%); 
}


/* 中央の縦ライン */
.opening-flow__step-odd::after {
  content: "";
  width: 1px;
  height: 70px;
  background: #333;
  margin: 0 auto;
  transform: rotate(-55deg);
  position: absolute;
  top: 140px;
  left: 191px;
}

.opening-flow__step-even:not(:last-child)::before {
  content: "";
  width: 1px;
  height: 70px;
  background: #333;
  margin: 0 auto;
  transform: rotate(55deg);
  position: absolute;
  top: 140px;
  right: 191px;
}

.opening-flow__step-even:last-child::before {
  content: none;
}

.opening-flow__step-number {
  border-bottom: 1px solid #999;
}

.opening-flow__step-title {
font-size: 1.3rem;
font-weight: bold;
margin-top: 6px;
color: #333;
}

.opening-flow__step-text {
font-size: 14px;
line-height: 1.6;
margin-top: 6px;
color: #666;
}

/* -----
 オーナー様の声 
 ----- */

#owner-voice {
  margin: 0 auto;
  padding-bottom: 0;

}

#owner-voice .ornament_top-left {
    top: -110px;
    left: -50px;
}

#owner-voice .ornament_bottom-left {
    bottom: -120px;
}

section#owner-voice .inner {
  margin-bottom: -20px;
}

/* ヘッダー部分 */
.owner-voice__header {
  margin-bottom: 2rem;
}

/* 左テキストブロック */
.owner-voice__text-block {
  margin-bottom: 120px;
}

/* OWNER VOICEラベル部分 */
.owner-voice__label-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.owner-voice__label {
  color: #F18E1D;
  font-weight: bold;
  font-size: 0.9rem;
  letter-spacing: 1px;
}

.owner-voice__label-group-header {
  font-size: 1.2rem;
  color: #F18E1D;
  margin-bottom: 1.2rem;
}

.owner-voice__label-group img {
  width: 100%;
}

.owner-voice__number {
  font-size: 1.8rem;
  font-weight: bold;
  color: #F18E1D;
}

/* 見出し・強調部分 */
.owner-voice__content h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #F18E1D;
  line-height: 2;
  margin: 0.8rem 0;
  border-top: 1px solid #F18E1D;
  border-bottom: 1px solid #F18E1D;
  padding: 20px 0;
}

/* メタ情報 */
.owner-voice__meta {
  font-size: 0.7rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

/* 本文 */
.owner-voice__body h4 {
  font-size: 1.1rem;
  margin-top: 3rem;
  margin-bottom: 1.2rem;
}

.owner-voice__body h5 {
  font-size: 1rem;
  color: #F18E1D;
  margin-bottom: 5px;
}

.owner-voice__body p {
  margin-block-start: 0;
  margin-bottom: 2.6rem;
  font-size: 0.95rem;
  color: #222;
}

.owner-voice__body img {
  width: 100%;
}

/* 右側の画像 */
.owner-voice__image img {
 border-radius: 6px;
  margin-top: 0.5rem;
}

/* -----
 キャンペーンセクション 
 ----- */

#campaign {
  background-color: #FBEEDF;
  color: #000;
  text-align: center;
}

#campaign h3 {
    font-size: 1.35rem;
    letter-spacing: 0.02rem;
}

#campaign .inner {
  padding-top: 50px;
  padding-bottom: 100px;
  margin-bottom: 0;
}

.offer-bubble {
  position: relative;
  padding: 16px;
  border-radius: 15px;
  background-color: #f58c1f;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
}

/* 下の三角形 */
.offer-bubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 15px 7.5px 0 7.5px;
  border-color: #f58c1f transparent transparent;
  translate: -50% 100%;
}

.offer-bubble span {
  font-size: 1.6em;
  font-weight: 400;
  font-style: italic;
  margin-left: 2px;
}

.offer-bubble .line_1st {
  letter-spacing: 0.2rem;
  font-weight: bold;
}

.offer-bubble .line_2nd {
  font-size: 1.4em;
  font-weight: bold;
}

.offer-card-group {
  display: flex;
  flex-direction: column;
}

.offer-card {
  width: 95%;
  padding: 24px 20px;
  box-shadow: 0 0 8px #f58c1f;
  border-radius: 12px;
  text-align: center;
  box-sizing: border-box;
  background-color: #fff;
  margin: 0 auto 25px;
}

.offer-title {
  font-size: 2rem;
  color: #f58c1f;
  font-weight: bold;
  margin: 0 0 16px;
}

.arrow {
  width: 0;
  height: 0;
  margin: 0 auto 16px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #f58c1f;
}

.offer-text-bold {
  font-size: 1.2rem;
  line-height: 1.8;
  font-weight: 600;
}

.attention {
  position: relative;
  display: inline-block;
  font-weight: 600;
  padding: 0 30px;
}
       
.attention:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #000;
  border-radius: 3px;
  transform: rotate(-25deg);
}
       
.attention:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #000;
  border-radius: 3px;
  transform: rotate(25deg);
}

.campaign__description {
  text-align: center;
}

/* 見出し部分 */
.campaign__lead {
  margin: 2rem 0 1.5rem;
}

.campaign__lead h3 {
  color: #F18E1D;
}

.campaign__images img {
  width: 100%;
}

.campaign__text {
  text-align: left;
  line-height: 2;
  letter-spacing: 0.05rem;
  margin: 0 0 20px 0;
}

.campaign__text span {
  font-size: 2rem;
}

/* 説明文 */
.campaign__description {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #111;
  margin-bottom: 2rem;
}

/* ベネフィット（特徴）部分 */
.campaign__benefits {
  display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 30px;
}

.campaign__benefit {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #E3E792, #7FC1A8);
  padding: 1.5rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 10px;
  border-radius: 10px;
}

.campaign__benefit h4 {
  font-size: 1.8rem;
  color: #fff;
  margin: 0;
}

.campaign__benefit p {
  margin: 0;
}

#campaign .caution {
  font-size: 0.8rem;
  text-align: left;
  margin-bottom: 3rem;
}

/* CTA部分 */
.campaign__cta {
  background-color: transparent;
}

.campaign__cta img {
  width: 70%;
}

.campaign__cta-text {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.8;
}

.special-frame {
  position: relative;
  display: inline-block;
  border-top: 1px solid #f58c1f;
  border-bottom: 1px solid #f58c1f;
  margin-bottom: 40px;
}

.special-frame::before {
  content: "";
  position: absolute;
  width: 10%;
  height: 18px;
  background: #FBEEDF;
  bottom: -18px;
  right: 45%;
  border-left: 1px solid #f58c1f;
  transform: skew(30deg);
  z-index: 1;
}

.special-frame h3 {
  color: #f58c1f;
  font-weight: bold;
  font-size: 1.6rem;
  margin: 10px;
}

.special-frame-text {
  font-weight: bold;
  line-height: 1.8;
}


/* ===== 
レスポンシブ対応 
===== */

@media (min-width: 768px) {

  .cta-buttons {
    flex-direction: row;
    justify-content: center;
    margin-top: 60px;
  }

  #philosophy h3 , #vision h3 , #voice h3 {
    font-size: 1.8rem;
  }

  /* -----
  kv
  ----- */

  #kv {
    width: 100%;
  }

  #kv h1 {
    width: 100%;
    margin-block-start: 0;
    margin-block-end: 0;
  }

  #kv .cta-buttons {
    gap: 1rem;
  }

  #kv .cta-buttons {
    display: inline-flex;
    flex-direction: row;
    justify-content: start;
    position: relative;
    top: -170px;
    left: 80px;
    margin-top: 0;
  }

  /* -----
   リード
   ----- */
   
  #lead {
    width: 100%;
    padding-top: 100px;
    background: linear-gradient(20deg, #98C4A7 0%, #DDE39D 100%);
  }

  #lead .inner {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    gap: 80px;
    margin-bottom: 70px;
  }

  .flex-item {
    flex: 1;
  }

  #lead .inner h3 {
    font-size: 1.5rem;
  }

  #lead .inner p {
    line-height: 2.5;
  }

  #lead .lead-img img {
    margin-right: 20px;
    object-fit: contain;
  }

  /* -----
  movie
  ----- */

  #movie .yt {
    text-align: center;
  }

  /* -----
  philosophy
  ----- */

  .philosophy-img {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
  }

  .philosophy-img img {
    width: 50%;
    flex-shrink: 1;
  }

  /* -----
  story
  ----- */

  section#story {
    margin-bottom: 0;
  }

  #story .ornament_bottom-right {
    bottom: 0;
    right: 0;
  }

  #story h3 {
    font-size: 1.5rem;
  }

  .story_inner_group {
    padding: 85px;
  }

  .story_hedder {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .story_hedder .img {
    width: 25%;
    height: 25%;
    margin: 0;
  }

  section#story .img-2 {
    width: 100%;
  }

  #story .ornament_bottom-right {
    right: -50px;
  }

  /* -----
  vision
  ----- */

  .vision-group {
    display: flex;
    padding: 0 30px;
    gap: 10ox;
  }

  .vision-group-2 {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding: 0 30px;
  }

  .vision-group_text{
    margin-right: 70px;
    flex: 1;
  }
  
  .vision-group_img {
    flex: 1;
  }

  .vision-group-2_text{
    margin-left: 70px;
    flex: 1;
  }

  #vision img.content {
    margin: 0;
    object-fit: contain;
    vertical-align: bottom
  }

  .revenue-inner {
    padding-top: 95px;
}

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

  .revenue-card {
      width: 35%;
  }


  /* -----
  voice
  ----- */

  .voice_inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    top: -110px;
    margin-top: 0;
  }

  .voice_inner_header {
    flex: 1;
  }

  .voice_inner_header_img {
    flex: 1;
    z-index: 1;
  }

  .voice_inner_group, .voice_inner_group-last {
    padding: 70px;
  }

  .voice_inner_group h4, .voice_inner_group-last h4 {
    font-size: 1.5rem;
    padding-bottom: 0;
  }

  .voice_inner_group-header{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }

  .voice_inner_group-header figure img {
    width: 100%;
  }

  /* -----
  マシン
  ----- */

  .wave-svg_top-machine::after{
    top: -70px;
  }

  .machine-intro__content {
    width: 100%;
  }

  #machine h3 {
    font-size: 1.8rem;
  }

  .machine-header {
    text-align: right;
  }

  .machine-header-img {
    width: 430px;
    margin: 0 0 0 auto;
  }

  .machine-header-message {
    letter-spacing: 0.12rem;
    margin-bottom: 100px;
  }

  .machine-intro__text {
    font-size: 1.5rem;
  }

  .machine-befor-after_header {
    width: 400px;
  }

  /* -----
  推薦
  ----- */

  .recommendation_inner h2 {
    margin-top: 100px;
  }

  .recommendation_inner h3 {
    font-size: 1.8rem;
    margin-bottom: 55px;
  }
  .recomend-sub_copy {
    letter-spacing: 0.1rem;
    line-height: 2;
    margin-bottom: 60px;
  }

  .recommend-card__image img {
    position: relative;
  }

  .recommend-card-content-pc {
    display: grid;
    grid-template-columns: 0.6fr 1fr 1.3fr;
    align-items: center;
    gap: 30px;
    width: 85%;
    margin: auto;
    padding: 20px 0 60px;
  }

  .recommend-card__profile {
    margin-left: 0; 
  }

  .recommend-card__header-right img {
    width: 100%;
  }

  .recommend-card__name {
    font-size: 1.5rem;
    margin: 0; 
  }

  .recommend-card__title-group {
    width: 100%;
  }

  .recommend-card__message {
    padding: 0;
  }


  /* -----
  収益
  ----- */

  .wave-svg_top-profitability::after{
      top: -140px;
  }

  #profitability h3 {
    font-size: 1.8rem;
  }

  #profitability .inner .img img {
    width: auto;
  }
  .profitability_h3_subtext {
    text-align: left;
  }

  .feature-circles__item {
    width: 200px;
    height: 200px;
  }

  /* -----
  開業の流れ
  ----- */

  #opening-flow .inner {
    margin-top: 0;
}

  #opening-flow h3 {
    text-align: left;
    margin-top: 50px;
  }

  .opening-flow_head-img {
    text-align: right;
  }

  .opening-flow__step-sp {
    display: none;
  }

  .opening-flow__step-pc {
    display: block;
  }

  .opening-flow__step-pc img {
    width: 100%;
  }


  /* -----
  オーナー
  ----- */

  section#owner-voice .inner {
    margin-bottom: 0;
  }

  .owner-voice__content h3 {
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
    line-height: 2;
    padding: 30px 0;
  }

  .owner-voice__body p {
    letter-spacing: 0.12rem;

  }

  .owner-voice__label-group-pc {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 60px;
  }

  .owner-voice__label-group-pc h3 , .owner-voice__label-group-pc p {
    margin: 0;
  }

  h3.owner-voice__subtitle {
    font-size: 1.8rem;
    margin-bottom: 60px;
  }

  .owner-voice__label-group-header {
    font-size: 1.1rem;
  }

  .owner-voice__meta {
    font-size: 0.9rem;
  }

  .owner-voice__label-group-header span {
    font-size: 1.5rem;
  }

  .owner-voice__body h4 {
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
    margin-top: 4rem;
    margin-bottom: 3rem;
  }

  .owner-voice__body h5 {
    letter-spacing: 0.05rem;
    margin-bottom: 10px;
  }

  .owner-voice__body p {
    letter-spacing: 0.05rem;
    margin-bottom: 1.6rem;
  }

  .owner-voice__body img {
   margin: 30px 0;
  }

  /* -----
  キャンペーン
  ----- */

  #campaign {
    width: 100%;
    background: linear-gradient(
      to bottom, 
      transparent 32px, 
      #FBEEDF 32px 
    );
    margin-bottom: 0;
  }

  #campaign .inner {
    padding-top: 0;
  }

  .campaign__text {
    background-image: url(img/campaign_pc.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: top center;
    text-align: center;
    font-weight: 600;
    padding-top: 268px;
    margin-bottom: 40px;
  }

  .offer-bubble {
    width: 55%;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.2rem;    
    margin: 0 auto 90px;
    padding: 0 10px 5px;
  }

  .offer-bubble::after {
    border-width: 25px 10px 0 10px;
  }

  .offer-card-group {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-bottom: 60px;
  }

  .campaign__benefits {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 60px;
    border-radius:10px;
  }

  #campaign .caution {
    text-align: center;
  }

  .campaign__benefit p {
    font-size: 1.15rem;
  }

  .special-frame-text {
    font-weight: normal;
  }

}

@media (min-width: 961px) {
  .opening-flow__step-pc {
    display: none;
  }

  .opening-flow__step-no_tab {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .opening-flow__step-number img {
    width: 90%;
  }
  
  .opening-flow__step-even {
    transform: translateX(0);
    margin-top: 100px;
    left: 0;
  }

  .opening-flow__step-odd::after {
    content: none;
  }

  .opening-flow__step-even:not(:last-child)::before {
    content: none;
  }

  .opening-flow__step-odd, .opening-flow__step-even {
    width: 16%;
    height: 16%;
    background: #fff;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    aspect-ratio: 1 / 1;
    z-index: 1;
  }

  .opening-flow__step-title {
    font-size: 1.1rem;
  }

  .opening-flow__step-text {
      font-size: 0.8rem;
  }

  .opening-flow__line-down {
    content: "";
    width: 1px;
    height: 70px;
    background: #333;
    margin: 0 auto;
    transform: rotate(-55deg);
    position: relative;
    top: 120px;
    left: 0;
  }

  .opening-flow__line-up {
    content: "";
    width: 1px;
    height: 70px;
    background: #333;
    margin: 0 auto;
    transform: rotate(55deg);
    position: relative;
    top: 120px;
    left: 0px;
  }

}