@charset "utf-8";
/* ============================================================
   産廃イチロー専用 CSS  soft_ichiro_2025.css
   （2025版・整理済みフルソース）
============================================================ */

/*---------------------------------------------------------------*/
/*  ページ上部一帯（背景＋パンくず＋タイトル）                  */
/*---------------------------------------------------------------*/
.ichiro_top_waku {
    width: 100%;
    height: auto;
    padding-top: 3rem;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 5rem;
    background-color: #DAEDF4;
    margin: 0;
}
@media (max-width:566px) {
  .ichiro_top_waku {
    margin-top: 1rem;
    padding-top: 1rem;
  }
}

#top_box {
  max-width: 1300px;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width:566px) {
  #top_box {
    width: 94%;
  }
}


/*---------------------------------------------------------------*/
/*　パンくずリスト                                               */
/*---------------------------------------------------------------*/
#top_box #pan_list {
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.85rem;
  margin-bottom: 4rem;
}

/*---------------------------------------------------------------*/
/*　ソフトタイトル                                               */
/*---------------------------------------------------------------*/
#top_box #soft_title {
  width: 100%;
  margin: 0;
  padding: 0;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
	flex-direction: column;
}

#top_box #soft_img {
    margin-bottom: 3rem;
    padding: 0;
    width: 20%;
    margin-left:5%;
}
@media (max-width:566px) {
	#top_box #soft_img {
		margin-bottom: 0;
	}
}
#top_box #soft_img img {
  width: 100%;
  height: auto;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

#top_box #soft_name_box {
    /*width: calc(70% - 50px);*/
    padding: 0;
    margin-left: 50px;
    margin-bottom: 0;
    width: 100%;
}
#top_box #soft_name_box h1 {
  padding: 0;
  margin: 0;
	width: 100%;
}

#top_box #soft_name {
    color: var(--shiro_color);
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    display: block;
    text-align: center;
    line-height: 1.1;
}

/* 1行目：マニフェスト入力 */
#top_box #soft_name .soft_name_main {
    display: block;
    font-size: clamp(2rem, 7vw, 7rem);
    letter-spacing: -0.03em;
    font-weight: 700;
    color: #333333;
}

/* 2行目：代行サービス */
#top_box #soft_name .soft_name_sub {
    display: block;
    font-size: clamp(3rem, 12vw, 9rem);
    letter-spacing: -0.02em;
    font-weight: 700;
    margin-top: 0.2rem;
	color:var(--king_color);
}

@media (max-width:900px) {
  #top_box #soft_name_box {
   /* width: calc(70% - 30px);
    margin-left: 30px;*/
  }
}

@media (max-width:700px) {
  #top_box #soft_title {
    align-items: stretch;
    flex-direction: column;
  }
  #top_box #soft_img {
    width: 100%;
  }
  #top_box #soft_img img {
    max-width: 200px;
  }
  #top_box #soft_name_box {
    width: 100%;
    margin-left: 0px;
    text-align: center;
  }
  #top_box #soft_name {
    margin-top: 2rem;    /*font-size: 4rem;*/
    margin-bottom: 2rem;
  }
}

/* タグライン3つ（h2） */
#top_box #soft_name_box div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
}
#top_box #soft_name_box .soft-tagline {
    padding-top: 0.7rem;
    padding-right: 1.2rem;
    padding-left: 1.2rem;
    padding-bottom: 0.7rem;
    color: #fff;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-size: 1.45rem;
    text-align: center;
    background-color: var(--ichiro_color);
    border-radius: 50px;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 0.5rem;
    font-weight: normal;
}

@media (max-width:1000px) {
  #top_box #soft_name_box div {
    flex-direction: column;
  }
  #top_box #soft_name_box .soft-tagline {
	  width: 70%;
	  font-size: 1.3rem;
  }
}
@media (max-width:566px) {
  #top_box #soft_name_box .soft-tagline {
    width: 90%;
	  font-size: 1rem;
  }
}


/*-------------------------------------------------------------*/
/*  産廃イチローが選ばれる理由                                 */
/*-------------------------------------------------------------*/
#geo_title {
  position: relative;
  margin-top: 5rem;
  margin-bottom: 0rem;
  padding: .7rem 2rem;
  background-color: var(--king_color);
  color: #FFFFFF;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 2.2rem;
  z-index: 2;
  box-shadow: 0 10px 18px rgba(0, 0, 0, .18),
              0 2px 4px rgba(0, 0, 0, .12);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#geo_title:before,
#geo_title:after {
  position: absolute;
  content: '';
  filter: drop-shadow(0 6px 8px rgba(0, 0, 0, .18));
}
#geo_title:before {
    bottom: -10px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 10px solid #B3003D;
    border-left: 10px solid transparent;
}
#geo_title:after {
  right: 0;
  bottom: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid #B3003D;
  border-right: 10px solid transparent;
}

@media (max-width:566px) {
  #geo_title {
    font-size: 1.5rem;
    /* フルブリード見出し */
    position: relative;
    width: 100vw;
    max-width: none;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  @supports (width: 100dvw) {
    #geo_title {
      width: 100dvw;
      margin-left: -50dvw;
      margin-right: -50dvw;
    }
  }
}
@media (max-width:566px) {
  #geo_title::before,
  #geo_title::after {
    content: none;
  }
}

/* ボックス本体 */
#geo_box {
  padding-top: 3rem;
  padding-right: 2rem;
  padding-left: 2rem;
  padding-bottom: 2rem;
  max-width: calc(1300px - 20px);
   margin-top: 0;  
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0rem; /* ← 下に余白をつける */
  background-color: #FFFFFF;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  gap: 16px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  opacity: 0;
  transform: translateY(10px); /* ★ 上方向ではなく、下から出てくる感じに */
  animation: geoBoxEnter .6s cubic-bezier(.2, .6, .2, 1) .1s forwards;
}
@media (max-width:566px) {
  #geo_box {
    position: relative;
    width: 100vw;
    max-width: none;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    gap: 5px;
  }
  @supports (width: 100dvw) {
    #geo_box {
      width: 100dvw;
      margin-left: -50dvw;
      margin-right: -50dvw;
    }
  }
}
@keyframes geoBoxEnter {
  to {
    opacity: 1;
    transform: none;
  }
}

/* 各コラム */
#geo_box > div {
  width: 49%;
  margin: 0;
  padding: 0;
  height: auto;
}
@media (max-width:1000px) {
  #geo_box {
    flex-direction: column;
  }
  #geo_box > div {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
  }
}

/* 見出し */
#geo_box > div > h3 {
  margin: 0;
  background-color: var(--main_color);
  color: #fff;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  font-size: 1.3rem;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  box-shadow: 0 10px 18px rgba(0, 0, 0, .18),
              0 2px 4px rgba(0, 0, 0, .12);
  border-radius: 4px;
  line-height: 1;
  opacity: 0;
  transform: translateY(10px) scale(.98);
  filter: blur(2px);
  will-change: transform, opacity, filter;
  animation: geoHeadRise .6s cubic-bezier(.2, .6, .2, 1) both;
  animation-delay: var(--stagger, .0s);
}
#geo_box > div:nth-of-type(1) > h3 { --stagger: .25s; }
#geo_box > div:nth-of-type(2) > h3 { --stagger: .35s; }
#geo_box > div:nth-of-type(3) > h3 { --stagger: .45s; }
#geo_box > div:nth-of-type(4) > h3 { --stagger: .55s; }

@keyframes geoHeadRise {
  0% {
    opacity: 0;
    transform: translateY(10px) scale(.98);
    filter: blur(2px);
  }
  60% {
    opacity: 1;
    transform: translateY(0) scale(1.01);
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: none;
    filter: blur(0);
  }
}


@media (max-width:566px) {
  #geo_box > div > h3 {
    font-size: 1rem;
  }
}

/* 本文（展開後のスタイル） */
#geo_box > div > p {
  color: #555555;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: .85rem;
  line-height: 1.65;
}

/*-------------------------------------------------------------*/
/* 「詳しくはクリック」ボタン（開閉トリガ）                    */
/*-------------------------------------------------------------*/
#open_ichiro {
    width: 13rem;
    margin-right: auto;
    margin-left: auto;
    display: block;
    height: auto;
    background-color: #fff;
    color: var(--main_color);
    padding-bottom: .5rem;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    font-size: 1.1rem;
    text-decoration: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    line-height: 1;
    margin-top: -5px;
    z-index: 1;
    font-weight: bold;
    font-variant: normal;
    font-style: normal;
    opacity: 0;
    transform: translateY(-30px);
    will-change: opacity, transform;
    animation: openIchiroEnter 1s cubic-bezier(.2, .6, .2, 1) 1.2s forwards,yureru-j 2s 2s infinite;
    scroll-margin-top: 12vh;
}
#open_ichiro p {
  font-size: 1.5rem;
  line-height: 1;
  padding: 0;
  margin-top: 0;
  margin-left: auto;
  margin-bottom: 0;
  margin-right: auto;
  display: block;
}
#open_ichiro:hover {
  color: var(--king_color);
  font-weight: bold;
}

/* 上下に揺れるエフェクト */
.yureru-j {
  animation: yureru-j 2s infinite;
}
@keyframes yureru-j {
  0%   { transform: translate(0px, 2px); }
  5%   { transform: translate(0px, -2px); }
  10%  { transform: translate(0px, 2px); }
  15%  { transform: translate(0px, -2px); }
  20%  { transform: translate(0px, 2px); }
  25%  { transform: translate(0px, -2px); }
  30%  { transform: translate(0px, 0px); }
}

/* ボタンのフェードイン */
@keyframes openIchiroEnter {
  0% {
    opacity: 0;
    transform: translateY(-16px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*-------------------------------------------------------------*/
/* 「選ばれる理由」本文の開閉（CSSのみ・:target＋:has）        */
/*-------------------------------------------------------------*/
/* 初期：本文を畳む */
#geo_box > div > p {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transform: translateY(8px);
  transition: opacity .35s ease,
              transform .35s ease,
              max-height .35s ease;
  pointer-events: none;
  padding: 0;
  margin: 0;
}

/* body が #open_ichiro:target を含んだら展開 */
body:has(#open_ichiro:target) #geo_box > div > p {
  opacity: 1;
  max-height: 2000px;
  transform: translateY(0);
  pointer-events: auto;

  padding: 1.2rem 1.5rem 0 1.5rem;
  margin: 0 0 1rem 0;
}

/* 展開時：ボックス背景を白に固定（微妙な色替えを安定化） */
#geo_box {
  transition: background-color .3s ease;
  background-color: #fff;
}
body:has(#open_ichiro:target) #geo_box {
  background-color: #fff;
}

/* 展開時：タイトル帯の色を少し落ち着いた色に変更 */
body:has(#open_ichiro:target) #geo_box h3 {
  background-color: var(--main_color);
  padding-bottom: .7rem;
}


/* 展開時：ボタンを非表示 */
body:has(#open_ichiro:target) #open_ichiro {
  display: none;
}

/* 展開時：各ブロックを軽くフェード */
body:has(#open_ichiro:target) #geo_box > div {
  animation: geoFade .4s ease both;
}
body:has(#open_ichiro:target) #geo_box > div:nth-child(1) { animation-delay: .02s; }
body:has(#open_ichiro:target) #geo_box > div:nth-child(2) { animation-delay: .06s; }
body:has(#open_ichiro:target) #geo_box > div:nth-child(3) { animation-delay: .10s; }
body:has(#open_ichiro:target) #geo_box > div:nth-child(4) { animation-delay: .14s; }

@keyframes geoFade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* :target ジャンプ時のスクロール余白（固定ヘッダ対策） */
#geo_box {
  scroll-margin-top: 12vh;
}

/* アニメーションを控えたいユーザー配慮 */
@media (prefers-reduced-motion: reduce) {
  #open_ichiro {
    opacity: 1;
    transform: none;
    animation: none;
  }
  #geo_box {
    animation: none !important;
    opacity: 1;
    transform: none;
  }
  #geo_box > div > h3 {
    animation: none !important;
    opacity: 1;
    transform: none;
    filter: none;
  }
  #geo_box > div > p {
    transition: none;
    transform: none;
  }
  body:has(#open_ichiro:target) #geo_box > div {
    animation: none !important;
  }
}

/*---------------------------------------------------------------*/
/*　メインコンテンツエリア                                      */
/*---------------------------------------------------------------*/
.main_block {
  padding-top: 3rem;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 2rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 1300px;
}
@media screen and (max-width: 566px) {
  .main_block {
    width: 94%;
  }
}

#soft_feature_title {
  text-align: center;
  width: auto;
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 2rem;
  margin: 0 0 1rem;
  padding: 0;
  line-height: 1;
}

/*--------------------------------------------------------------------*/
/* ===== 産廃イチローの特長／アイコン＋テキスト 2カラム =====      */
/*--------------------------------------------------------------------*/
#soft_feature {
  width: 100%;
  padding-top: 2rem;
  padding-right: 2rem;
  padding-left: 2rem;
  border: 1px solid #CCC;
  margin-bottom: 0;
  border-radius: 4px;
}

/* 2カラム行 */
.soft_feature_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  width: 100%;
  margin: 0 0 1rem;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 1rem;
}
.soft_feature_box:last-child {
  border-bottom: 0;
}

/* 左：画像 */
.soft_feature_box > :first-child {
  flex: 0 0 150px;
  min-width: 0;
}
.soft_feature_box img {
    object-fit: contain;
    display: block;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    height: auto;
    width: 70%;
    text-align: center;
}

/* 右：テキスト */
.soft_feature_box > :nth-child(2) {
  flex: 1 1 calc(1300px - 150px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 150px;
}

/* 見出し（▸付き） */
h3.mark {
  margin-bottom: 0.5rem;
  color: #333333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 1.65rem;
  position: relative;
  line-height: 1.4;
  --mark-offset: 10px;
  --mark-width: 1em;
  --mark-gap: -5px;
  padding-inline-start: calc(var(--mark-offset) + var(--mark-width) + var(--mark-gap));
  font-style: normal;
  font-variant: normal;

}
@media (min-width: 567px) {
  h3.mark::before {
    content: "▸";
    position: absolute;
    inset-block-start: 0;
    inset-inline-start: var(--mark-offset);
    line-height: inherit;
    font-feature-settings: "palt";
  }
}

/* 本文 */
.soft_feature_box p {
  margin: 0;
  padding-left: 1rem;
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.2rem;
  line-height: 1.7;
}

/* SP縦並び */
@media (max-width: 566px) {
  #soft_feature {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .soft_feature_box {
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 2rem;
  }
  .soft_feature_box > :first-child,
  .soft_feature_box > :nth-child(2) {
    flex: 0 0 auto;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .soft_feature_box > :nth-child(2) {
    justify-content: flex-start;
    min-height: 0;
  }
  .soft_feature_box img {
    width: 30%;
    height: auto;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1rem;
  }
  .soft_feature_box p {
    padding-left: 0;
    padding-bottom: 2rem;
  }
  h3.mark {
    margin-top: -1rem;
    margin-bottom: 5px;
    padding-inline-start: 0;
    padding-top: 0;
    padding-bottom: 5px;
    text-align: center;
  }
  h3.mark::before {
    content: "";
  }
}

/*---------------------------------------------------------------*/
/*  ページタイトル帯 ＋ 説明ボックス                            */
/*---------------------------------------------------------------*/
.page_title {
  position: relative;
  margin-top: 10rem;
  margin-bottom: 0;
  padding: 1.3rem 2rem;
  background-color: #39AD59;
  color: #FFFFFF;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 2.1rem;
  line-height: 1;
  box-shadow: 0px 3px 3px 0px #0000004D;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
@media (max-width:566px) {
  .page_title {
    font-size: 1.5rem;
    font-weight: normal;
    width: 100dvw;
    max-width: none;
    margin-inline: calc(50% - 50dvw);
    text-align: left;
  }
}
.page_title::before {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 20px solid #2D8B47;
  border-left: 20px solid transparent;
}
@media (max-width: 566px) {
  .page_title::before {
    content: none !important;
    border: 0;
    width: 0;
    height: 0;
    bottom: auto;
    left: auto;
    position: static;
  }
}
.page_title2.flow-title {
  position: relative;
  display: block;
  max-width: 100%;
  margin: 10rem auto 3.25rem;
  padding: 0 1rem 1.2rem;
  color: #263640;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
  text-align: center;
}
.page_title2.flow-title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 96px;
  height: 5px;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--main_color) 0 50%, var(--ichiro_color) 50% 100%);
  content: "";
  transform: translateX(-50%);
}
.page_comment {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: normal;
  padding-top: 1.5rem;
  padding-right: 2rem;
  padding-left: 2rem;
  padding-bottom: 2rem;
  color: #333;
  width: calc(100% - 20px);
  background-color: #F5F5F5;
  margin-left: 20px;
  margin-bottom: 0;
  box-sizing: border-box;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}


.page_comment2.flow-steps {
  --flow-gap: clamp(18px, 2vw, 30px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--flow-gap);
  width: 100%;
  margin: 0;
  padding: 1rem 0 0;
  box-sizing: border-box;
}

.flow-step {
  --step-color: var(--main_color);
  --step-tint: #EEF6FD;
  position: relative;
  min-width: 0;
  overflow: visible;
  background-color: #FFFFFF;
  border: 1px solid #D3E0E7;
  border-top: 5px solid var(--step-color);
  border-radius: 6px;
  box-shadow: 0 12px 28px rgba(31, 59, 77, .12);
  transition: transform .25s ease, box-shadow .25s ease;
}
.flow-step--sms {
  --step-color: var(--ichiro_color);
  --step-tint: #ECF8F1;
}
.flow-step::before {
  position: absolute;
  z-index: 2;
  top: -1rem;
  left: 1rem;
  padding: .38rem .65rem;
  border-radius: 4px;
  background-color: var(--step-color);
  color: #FFFFFF;
  content: "STEP " attr(data-step);
  font-family: Arial, Helvetica, sans-serif;
  font-size: .72rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
.flow-step:not(:last-child)::after {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: calc(var(--flow-gap) / -2);
  color: #7C8D97;
  content: "\203A";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  transform: translate(50%, -50%);
}
.flow-step h3 {
  display: flex;
  min-height: 5.3rem;
  margin: 0;
  padding: 1.55rem 1rem .85rem;
  align-items: center;
  justify-content: center;
  color: #263640;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
}
.flow-step img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.flow-owner {
  display: flex;
  gap: .55rem;
  margin: 0;
  padding: .8rem 1rem;
  align-items: center;
  justify-content: center;
  background-color: var(--step-tint);
  border-top: 1px solid #D3E0E7;
  color: var(--step-color);
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
}
.flow-owner span {
  color: #5C6B73;
  font-size: .72rem;
  font-weight: 600;
}
@media (hover: hover) {
  .flow-step:hover {
    transform: translateY(-6px) scale(1.025);
    box-shadow: 0 18px 34px rgba(31, 59, 77, .18);
  }
}

@media (max-width: 1000px) {
  .page_comment2.flow-steps {
    --flow-gap: 2rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flow-step:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 566px) {
  .page_title2.flow-title {
    margin-top: 7rem;
    margin-bottom: 2.6rem;
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 1.55rem;
  }
  .page_comment2.flow-steps {
    --flow-gap: 2.5rem;
    grid-template-columns: 1fr;
    padding-top: .5rem;
  }
  .flow-step:not(:last-child)::after {
    display: block;
    top: auto;
    right: 50%;
    bottom: calc(var(--flow-gap) / -2);
    content: "\2193";
    font-size: 1.6rem;
    transform: translate(50%, 50%);
  }
  .flow-step h3 {
    min-height: 0;
    padding: 1.55rem 1rem .9rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .flow-step {
    transition: none;
  }
  .flow-step:hover {
    transform: none;
  }
}



@media (max-width: 566px) {
  .page_comment {
    width: 100dvw;
    max-width: none;
    margin-inline: calc(50% - 50dvw);
    margin-left: 0;
    margin-right: 0;
    border: 0;
    border-radius: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 2rem;
	  margin-left: -13px;
  }
}


/*---------------------------------------------------------------*/
/*  汎用マージン調整                                             */
/*---------------------------------------------------------------*/
.top_margin_Cancel    { margin-top: 0 !important; }

/*---------------------------------------------------------------*/
/*  FAQ                                                          */
/*---------------------------------------------------------------*/
.faq-wrap {
  width: min(100%, 1300px);
  margin: 0 auto;
  padding: 1.5rem 1rem 3rem;
}

.faq-wrap .question {
  position: relative;
  display: block;
  margin: 2.25rem 0 .5rem;
  color: var(--main_color);
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.45;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.faq-wrap .question::before {
  content: "Q";
  display: inline-flex;
  width: 28px;
  height: 28px;
  margin-right: 12px;
  border-radius: 6px;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: .95rem;
  background: #1976CC;
  color: #fff;
}

.faq-wrap .answer {
  position: relative;
  display: block;
  width: 100%;
  padding: 1rem 2rem;
  background: #F8FBFF;
  border: 1px solid #DFEAF6;
  border-radius: 4px;
  color: #333;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .06);
  font-size: 1rem;
  overflow-wrap: break-word;
  word-break: normal;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

@media (max-width: 560px) {
  .faq-wrap {
    padding: 0;
  }
  .faq-wrap .answer {
    padding: .9rem 1rem;
    margin: 0;
  }
  .faq-wrap .question {
    margin-top: 5rem;
  }
}

/*---------------------------------------------------------------*/
/*  料金                                                         */
/*---------------------------------------------------------------*/
.page_comment.pricing-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr);
  width: calc(100% - 20px);
  margin-left: 20px;
  padding: 0;
  overflow: hidden;
  background: #FFFFFF;
  border-color: #C9D8E2;
  box-shadow: 0 16px 34px rgba(25, 59, 82, .14);
}

.pricing-panel .ryoukin {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  min-width: 0;
  margin: 0;
  background-color: #F4FAFD;
}

.pricing-rate {
  display: flex;
  min-width: 0;
  padding: 2.25rem 2rem;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.pricing-rate + .pricing-rate {
  border-left: 1px solid #C9D8E2;
}

.pricing-rate dt,
.pricing-rate dd {
  margin: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-style: normal;
  font-variant: normal;
  letter-spacing: 0;
}
.pricing-rate dt {
    position: relative;
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    background-color: var(--main_color);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    width: 60%;
    border-radius: 8px;
}
/*
.pricing-rate dt::before {
  position: absolute;
  top: .48em;
  left: 0;
  width: .55rem;
  height: .55rem;
  border-radius: 50%;
  background-color: var(--ichiro_color);
  content: "";
}
*/
.pricing-rate:nth-child(2) dt::before {
  background-color: var(--main_color);
}
.pricing-rate dd {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: .35rem .55rem;
  margin-top: .7rem;
  color: #24323B;
}
.price-number {
  color: var(--king_color);
  font-size: 4.35rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  line-height: .9;
}
.price-unit {
  font-size: 1rem;
  font-weight: 700;
  white-space: nowrap;
}

.pricing-copy {
    display: flex;
    padding: 2.25rem 2rem;
    flex-direction: column;
    justify-content: center;
    background-color: var(--main_color);
    color: #fff;
}
.pricing-copy p {
  margin: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: .95rem;
  line-height: 1.8;
  letter-spacing: 0;
}
.pricing-copy .pricing-cta {
    margin-top: 1.35rem;
    padding-top: 1.15rem;
    border-top: 1px solid rgba(255, 255, 255, .28);
    
}
.pricing-copy .pricing-cta a {
    position: relative;
    display: inline-flex;
    width: 100%;
    min-height: 52px;
    padding: .8rem 1rem;
    align-items: center;
    justify-content: center;
    border: 2px solid #FFD34E;
    border-radius: 4px;
    background-color: #FFD34E;
    color: #263640;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 1.3rem;
    transition: background-color .2s ease, color .2s ease, transform .2s ease;
    font-weight: 600;
}
.pricing-copy .pricing-cta a::after {
  position: absolute;
  right: .8rem;
  margin-left: 0;
  content: "\2197";
  font-size: 1.1rem;
  line-height: 1;
}@media (hover: hover) {
  .pricing-copy .pricing-cta a:hover {
    background-color: #FFFFFF;
    color: #263640;
    transform: translateY(-2px);
  }
}
.pricing-copy .pricing-cta a:focus-visible {
  outline: 3px solid #FFFFFF;
  outline-offset: 3px;
}
@media (prefers-reduced-motion: reduce) {
  .pricing-copy .pricing-cta a {
    transition: none;
  }
  .pricing-copy .pricing-cta a:hover {
    transform: none;
  }
}
@media (max-width: 900px) {
  .page_comment.pricing-panel {
    grid-template-columns: 1fr;
  }
  .pricing-copy {
    padding: 1.75rem 2rem;
  }
}

@media (max-width: 566px) {
  .page_comment.pricing-panel {
    width: 100dvw;
    max-width: none;
    margin-inline: calc(50% - 50dvw);
    border: 1px solid #C9D8E2;
    border-top: 0;
    border-radius: 0 0 4px 4px;
  }
  .pricing-panel .ryoukin {
    grid-template-columns: 1fr;
  }
  .pricing-rate {
    padding: 1.6rem 1.35rem;
  }
  .pricing-rate + .pricing-rate {
    border-top: 1px solid #C9D8E2;
    border-left: 0;
  }
  .price-number {
    font-size: 3.6rem;
  }
  .pricing-copy {
    padding: 1.6rem .5rem;
  }
  .pricing-copy .pricing-cta a {
    padding-right: .35rem;
    padding-left: .35rem;
  }
}
/*---------------------------------------------------------------*/
/*  FAQ CTA                                                      */
/*---------------------------------------------------------------*/
.faq-cta {
    margin-top: 5rem;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    text-align: center;
}
.faq-cta a {
    display: inline-flex;
    width: min(100%, 700px);
    min-height: 56px;
    padding: .85rem 1.25rem;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--king_color);
    border-radius: 4px;
    background-color: var(--king_color);
    color: #FFFFFF;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
    transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}
.faq-cta a::after {
  margin-left: .6rem;
  content: "\2197";
  font-size: 1.1rem;
  line-height: 1;
}
@media (hover: hover) {
  .faq-cta a:hover {
    border-color: var(--ichiro_color);
    background-color: var(--ichiro_color);
    transform: translateY(-2px);
  }
}
.faq-cta a:focus-visible {
  outline: 3px solid var(--king_color);
  outline-offset: 3px;
}
@media (prefers-reduced-motion: reduce) {
  .faq-cta a {
    transition: none;
  }
  .faq-cta a:hover {
    transform: none;
  }
}