@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: #D8EBDD;
  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%;
  }
}

.lead {
  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.8rem;
}

/*---------------------------------------------------------------*/
/*　パンくずリスト                                               */
/*---------------------------------------------------------------*/
#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;
}

#top_box #soft_img {
  margin: 0;
  padding: 0;
  width: 30%;
}
#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;
}
#top_box #soft_name_box h1 {
  padding: 0;
  margin: 0;
}

#top_box #soft_sub_title {
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 2rem;
  display: block;
  line-height: 1.5;
}
#top_box #soft_name {
  color: var(--ichiro_color);
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 7.5rem;
  display: block;
  line-height: 1;
}

@media (max-width:900px) {
  #top_box #soft_name_box {
    width: calc(70% - 30px);
    margin-left: 30px;
  }
  #top_box #soft_sub_title {
    font-size: 1.5rem;
  }
  #top_box #soft_name {
    font-size: 6rem;
  }
}

@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 {
    font-size: 4.5rem;
  }
}

/* タグライン3つ（h2） */
#top_box #soft_name_box div {
  display: flex;
}
#top_box #soft_name_box div h2 {
  padding-top: 0.7rem;
  padding-right: 1.2rem;
  padding-left: 1.2rem;
  padding-bottom: 0.7rem;
  color: var(--main_color);
  font-family: "Lucida Console", Monaco, monospace;
  font-style: normal;
  font-variant: normal;
  font-size: 1rem;
  text-align: center;
  background-color: #fff;
  border-radius: 50px;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-right: 0.5rem;
  font-weight: normal;
}
@media (max-width:850px) {
  #top_box #soft_name_box div {
    flex-direction: column;
  }
  #top_box #soft_name_box div h2 {
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0.5rem;
    width: 18rem;
  }
}
@media (max-width:566px) {
  #top_box #soft_name_box div h2 {
    width: 90%;
  }
}

/*---------------------------------------------------------------*/
/*　注釈（ロゴ下の小さい注記など）                               */
/*---------------------------------------------------------------*/
#top_box #comment {
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-size: 0.65rem;
  margin: 0;
  padding: 0;
  text-align: right;
  line-height: 1;
}
@media (max-width:566px) {
  #top_box #comment {
    text-align: center;
  }
}

/*-------------------------------------------------------------*/
/*  産廃イチローが選ばれる理由                                 */
/*-------------------------------------------------------------*/
#geo_title {
  position: relative;
  margin-top: 2rem;
  margin-bottom: 0.7rem;
  padding: .7rem 2rem;
  background-color: #39AD59;
  color: #FFFFFF;
  max-width: 90%;
  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 #2D8B47;
  border-left: 10px solid transparent;
}
#geo_title:after {
  right: 0;
  bottom: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid #2D8B47;
  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(90% - 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);
  }
}

/* サブラベル付き見出し用（h3内のp） */
#geo_box div h3 p {
  text-align: center;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: .75rem;
  padding-top: .3rem;
  padding-bottom: .3rem;
  line-height: 1;
  width: 4.5rem;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  background-color: var(--hanako_color);
  border-radius: 50px;
}

@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(--king_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(--main_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;
}

/* 展開時：中の小さなラベル(p)は非表示（必要ないため） */
body:has(#open_ichiro:target) #geo_box h3 p {
  display: none;
}

/* 展開時：ボタンを非表示 */
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;
  }
}

/*-------------------------------------------------------------*/
/* 強調マーカー                                                */
/*-------------------------------------------------------------*/
.highlight {
  background: linear-gradient(transparent 40%, rgba(255, 255, 102, 0.7) 40%);
  font-weight: bold;
}



/* ✨ キラッと光るアニメーション（汎用） ✨ */
#ichro_main_le::before,
.cart_btn::before,
#ichro_soudan::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
      120deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.6) 50%,
      rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  pointer-events: none;
  transition: none;
}
#ichro_main_le:hover::before,
.cart_btn:hover::before,
#ichro_soudan:hover::before {
  animation: shine 1s ease forwards;
}
@keyframes shine {
  0%   { left: -75%; }
  100% { left: 125%; }
}

/* レスポンシブ調整 */
@media (max-width: 566px) {
  #main_title {
    font-size: 2rem;
  }
}

/*---------------------------------------------------------------*/
/*　テーブルデザイン（比較表）                                 */
/*---------------------------------------------------------------*/
#table-scroll {
  width: 100% !important;
  padding: 0 !important;
  background-color: transparent !important;
  border-radius: 0px !important;
  margin-top: 4rem;
  text-align: center;
}
.table_design13 {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  min-width: 700px;
  font-weight: bold;
}
.table_design13 thead th {
  padding: 1em .8em;
  border-right: 2px solid #fff;
}
.table_design13 td {
  color: #4d9bc1;
  padding: 1em;
}

/* ヘッダー共通 */
.table_design13 thead th:not(:first-child) {
  background: #4d9bc1;
  color: #fff;
  font-size: 1.2rem;
  padding: 0.5em;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
}
.table_design13 thead th span {
  font-size: .8rem;
}

/* 1列目 */
.table_design13 thead th:nth-child(1) {
  background-color: #777777;
  position: relative;
  color: #fff;
  height: 80px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.3rem;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.table_design13 td:nth-child(1) {
  color: #fff;
  background-color: #F0FFED;
  font-weight: bold;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.3rem;
}
.table_design13 td:nth-child(1):hover {
  transform: scale(1.05);
  outline: 2px solid #777777;
}

/* 2列目 */
.table_design13 thead th:nth-child(2) {
  background-color: #43B236;
  position: relative;
  height: 80px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.table_design13 td:nth-child(2) {
  color: #333;
  background-color: #F1FFEF;
  font-weight: bold;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.3rem;
}
.table_design13 td:nth-child(2):hover {
  transform: scale(1.05);
  outline: 2px solid #43B236;
}

/* 3列目 */
.table_design13 thead th:nth-child(3) {
  background-color: #206CB5;
  position: relative;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.table_design13 td:nth-child(3) {
  color: #333;
  background-color: #F0FAFF;
  font-weight: bold;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.3rem;
}
.table_design13 td:nth-child(3):hover {
  transform: scale(1.05);
  outline: 2px solid #206CB5;
}

/* 4列目 */
.table_design13 thead th:nth-child(4) {
  background-color: #D04192;
  position: relative;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.table_design13 td:nth-child(4) {
  color: #333;
  background-color: #FFF0F3;
  font-weight: bold;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.3rem;
}
.table_design13 td:nth-child(4):hover {
  transform: scale(1.05);
  outline: 2px solid #D04192;
}

/* 本体 */
.table_design13 tbody th,
.table_design13 tbody td {
  border: 2px solid #fff;
}
.table_design13 tbody th {
  background-color: #DFDFDF;
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1;
}
.table_design13 tbody td {
  background-color: #e6f1f6;
}
.table_design13 tbody td sup {
  font-size: 0.7em;
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
.table_design13 td:hover {
  transform: scale(1.05);
  outline: 2px solid #4d9bc1;
}

@media screen and (max-width: 787px) {
  #table-scroll {
    overflow-x: auto;
    padding-top: 2rem;
  }
  .table_design13 {
    margin-top: 2rem;
  }
}

/* 視覚的に非表示（スクリーンリーダー向け） */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/*---------------------------------------------------------------*/
/*  丸アイコン（✓入り丸アイコン）                              */
/*---------------------------------------------------------------*/
.dot-check {
  --size: 30px;   /* 直径 */
  --dot: #222;    /* 丸の色 */
  --fg: #fff;     /* ✓ の色 */
  --pad: 2px;     /* 内側の余白 */
  --dy: 3px;      /* 縦位置微調整 */
  position: relative;
  display: inline-block;
  width: var(--size);
  height: var(--size);
  line-height: 1;
}
.dot-check::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: var(--dot);
}
.dot-check::after {
  content: "\2713";
  position: absolute;
  inset: var(--pad);
  display: grid;
  place-items: center;
  color: var(--fg);
  font-size: calc(var(--size) * 0.85);
  font-weight: bold;
  pointer-events: none;
  transform: translateY(var(--dy));
}
/* カラーバリエ */
.dot-check--primary { --dot: #43B236; --fg: #fff; }
.dot-check--success { --dot: #206CB5; --fg: #fff; }
.dot-check--warning { --dot: #D04192; --fg: #fff; }

/*---------------------------------------------------------------*/
/*　メインコンテンツエリア                                      */
/*---------------------------------------------------------------*/
#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 {
  width: 150px;
  height: 150px;
  object-fit: contain;
  display: block;
  margin: 0;
}

/* 右：テキスト */
.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: 150px;
    height: auto;
    margin: 0 auto;
  }
  .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_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;
}
@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;
  }
}
@media (max-width:566px) {
  .page_comment ul {
    padding: 0;
    margin-top: 1rem;
    margin-left: 1rem;
  }
}

/*---------------------------------------------------------------*/
/*  canvasを埋め込むiframe                                      */
/*---------------------------------------------------------------*/
.canvas_frame {
  width: min(calc(100% - 20px), 980px);
  margin-left: calc((100% - min(1000px, 100%)) / 2 + 20px);
  margin-right: auto;
  aspect-ratio: 25 / 17;
  margin-top: 0;
  margin-bottom: 3rem;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  position: relative;
  line-height: 0;
  box-sizing: border-box;
}
@media (max-width:566px) {
  .canvas_frame {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 1rem;
    padding: 0;
    width: 100dvw;
    margin-inline: calc(50% - 50dvw);
  }
}
.canvas_frame iframe {
  display: block;
  inline-size: 100%;
  block-size: 100%;
  border: 0;
  overflow: hidden;
  scrollbar-width: none;
}
.canvas_frame iframe::-webkit-scrollbar {
  display: none;
}

/* 画像版 */
.canvas_frame2 {
  width: min(calc(100% - 20px), 980px);
  margin-left: calc((100% - min(1000px, 100%)) / 2 + 20px);
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 1rem;
  border: 1px solid #CCC;
  border-top: none;
  background: #fff;
  line-height: 0;
  box-sizing: border-box;
}
.canvas_frame2 img {
  margin-right: auto;
  margin-left: auto;
  display: block;
  width: 100%;
  padding: 2rem;
  height: auto;
}

/*---------------------------------------------------------------*/
/*  下部：ページタイトル2 ＋ コメント2                          */
/*---------------------------------------------------------------*/
#ichiro_top_waku .page_title2 {
  max-width: 1300px;
  margin-top: 3rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
  color: var(--ichiro_color);
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 2.5rem;
  padding: 0;
  text-align: center;
}
@media (max-width:566px) {
  #ichiro_top_waku .page_title2 {
    font-size: 1.5rem;
  }
}

#ichiro_top_waku .page_comment2 {
  margin-right: auto;
  margin-left: auto;
  max-width: 1300px;
  padding: 2rem;
  height: auto;
  border-radius: 4px;
  background-color: #FFFFFF;
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  margin-bottom: 10rem;
}
#ichiro_top_waku .page_comment2 ul {
  padding: 0;
  margin-top: 1rem;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 1rem;
  list-style-type: none;
}
@media (max-width:566px) {
  #ichiro_top_waku .page_comment2 {
    width: 96%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #ichiro_top_waku .page_comment2 ul li {
    margin-bottom: 1rem;
  }
}

/*---------------------------------------------------------------*/
/*  備考テキスト                                                 */
/*---------------------------------------------------------------*/
#comment2 {
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 0.7rem;
}

/*---------------------------------------------------------------*/
/*  ライトエディション案内ボタン                                */
/*---------------------------------------------------------------*/
#ichro_main_le {
  display: block;
  background-color: var(--main_color);
  color: #FFFFFF;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  border-radius: 5px;
  width: 70%;
  text-decoration: none;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s ease;
  margin-top: 2rem;
}
@media (max-width:566px) {
  #ichro_main_le {
    font-size: 1rem;
    width: 100%;
    font-weight: normal;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
#ichro_main_le:hover {
  background-color: var(--ichiro_color);
}

/*---------------------------------------------------------------*/
/*  価格ブロック                                                 */
/*---------------------------------------------------------------*/
.price_category {
  color: #FFFFFF;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  margin-top: 0;
  margin-left: auto;
  margin-bottom: 0;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  text-align: center;
  background-color: #245472;
  border-radius: 50px;
  width: 30%;
  margin-right: auto;
}
@media (max-width:900px) {
  .price_category {
    width: 50%;
    font-size: 1rem;
  }
}
@media (max-width:600px) {
  .price_category {
    width: 100%;
    font-size: .9rem;
  }
}

.price_plan {
  width: 100%;
  margin: 1rem 0 0;
  height: auto;
  display: flex;
  padding: 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width:566px) {
  .price_plan {
    flex-direction: column;
  }
}
.price_plan div {
  background-color: #EBE3D8;
  padding: 1rem 2rem;
  border-radius: 4px;
  width: 30%;
  margin-bottom: 1rem;
}
@media (max-width:566px) {
  .price_plan div {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.price_plan div h4 {
  margin: 0;
  text-align: center;
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 1.1rem;
}
.price_plan div h4 span {
  font-size: .6rem;
}
.price_plan div p {
  padding: 0;
  margin: 0;
  text-align: center;
  color: #FF0004;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  font-feature-settings: "palt";
  font-size: 3.2rem;
  line-height: 1;
}
@media (max-width:900px) {
  .price_plan div h4 {
    font-size: .9rem;
  }
  .price_plan div p {
    font-size: 2rem;
  }
}
@media (max-width:800px) {
  .price_plan div {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (max-width:566px) {
  .price_plan div h4 {
    font-size: 1.1rem;
  }
  .price_plan div p {
    font-size: 3rem;
  }
}
.price_plan div p span {
  font-size: 1rem;
}
.price_plan div .license_price {
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: .7rem;
  margin-right: .5rem;
}
.price_plan div .license_p {
  color: #FF0004;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
}

#ichiro_top_waku .page_comment2 #license_txt {
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: .95rem;
  margin-top: 1rem;
}

.comment_txt {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 0.6rem;
  margin: 0;
  padding: 0;
  color: #333;
}

/*---------------------------------------------------------------*/
/*  汎用マージン調整                                             */
/*---------------------------------------------------------------*/
.bottom_margin_Cancel { margin-bottom: 0 !important; }
.top_margin_Cancel    { margin-top: 0 !important; }

/*---------------------------------------------------------------*/
/*  FAQ                                                          */
/*---------------------------------------------------------------*/
.faq-wrap {
  width: min(100%, 1300px);
  margin: 0 auto;
  padding: 1.5rem 1rem 3rem;
}
.faq-wrap .top_margin_Cancel {
  margin-top: 0;
}

.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;
}

.faq-wrap .faq-more {
  margin-top: 2rem;
  color: #666;
  text-align: left;
}
@media (max-width: 560px) {
  .faq-wrap {
    padding: 0;
  }
  .faq-wrap .answer {
    padding: .9rem 1rem;
    margin: 0;
  }
  .faq-wrap .question {
    margin-top: 5rem;
  }
}

/*---------------------------------------------------------------*/
/*  下部リンクボタンリスト                                       */
/*---------------------------------------------------------------*/
#link_list {
  width: auto;
  margin-top: 1rem;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
  height: auto;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#link_list li {
  width: 32%;
  margin-bottom: 3rem;
}
#link_list li a {
  padding-top: 0.6rem;
  padding-right: 2rem;
  padding-left: 2rem;
  padding-bottom: 0.6rem;
  background-color: #EBE3D8;
  text-decoration: none;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1rem;
  text-align: center;
  border-radius: 50px;
  color: #333;
}
#link_list li a:hover {
  background-color: #554735;
  color: #FFFFFF;
}
#link_list li a::before {
  content: "\25B8";
  margin-right: 0.1rem;
}
/* 最後のコンテンツを左寄せにするダミー */
#link_list:after {
  content: "";
  display: block;
  width: 32%;
  height: 0;
}

/*---------------------------------------------------------------*/
/*  サブソフトメニュー（カードグリッド）                        */
/*---------------------------------------------------------------*/
#sub_soft_menu {
  max-width: 1300px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem 1.2rem;
}
@media (max-width: 980px) {
  #sub_soft_menu {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 566px) {
  #sub_soft_menu {
    max-width: 100%;          /* 1300px制限を実質解除 */
    width: 100%;              /* 横幅いっぱい */
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
#sub_soft_menu .card {
  border: 1px solid #CCC;
  border-radius: 6px;
  background: #fff;
  transition: box-shadow .2s ease,
              transform .1s ease,
              border-color .2s ease;
}
#sub_soft_menu .card > a {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 1.5rem;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
#sub_soft_menu .thumb {
  margin: 0;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  overflow: hidden;
  flex: 0 0 50px;
}
#sub_soft_menu .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#sub_soft_menu .body {
  flex: 1 1 auto;
  min-width: 0;
}
#sub_soft_menu h2 {
  margin: 0;
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.2;
}
#sub_soft_menu p {
  margin: 0;
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: .9rem;
  line-height: 1.2;
}
@media (hover:hover) {
  #sub_soft_menu .card:hover {
    border-color: #bbb;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .08);
    transform: translateY(-1px);
  }
}
@media (hover:none) {
  #sub_soft_menu .card:active {
    box-shadow: 0 3px 10px rgba(0, 0, 0, .08);
  }
}

/*---------------------------------------------------------------*/
/*  カートブロック                                               */
/*---------------------------------------------------------------*/
#ichiro_cart {
  width: 100%;
  margin: 0;
  padding: 0;
  height: auto;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 566px) {
  #ichiro_cart {
    flex-direction: column;
  }
}
#ichiro_cart div {
  width: 32%;
  padding: 2rem;
  margin: 0;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  background-color: #FFFFFF;
}
@media (max-width: 566px) {
  #ichiro_cart div {
    width: 100%;
  }
}
#ichiro_cart div img {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 16px;
  margin-top: 0;
  display: block;
}
#ichiro_cart div h3 {
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 0 0 10px;
  padding: 0;
  text-align: center;
}
#ichiro_cart div span {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  color: #FF0004;
  text-align: center;
  display: block;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.1;
}
#ichiro_cart div span i {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 0.75rem;
  text-align: center;
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #333;
  line-height: 1;
}

.quantity_wrap {
  margin-top: 1rem;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: .5rem;
  text-align: center;
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1rem;
  padding: 0;
}
.quantity_wrap label {
  font-size: 1.2rem;
}
.quantity_wrap select {
  padding: 0.3rem 1rem;
  font-size: 1rem;
}

/* カートボタン */
.cart_btn {
  width: 100%;
  height: auto;
  background-color: var(--hanako_color);
  color: #fff;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  padding: .7rem 0;
  border: 0;
  margin: 0;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: background-color .3s ease;
}
.cart_btn:hover {
  background-color: var(--main_color);
}
@media (prefers-reduced-motion: reduce) {
  .cart_btn:hover::before {
    animation: none !important;
  }
}

/*---------------------------------------------------------------*/
/*  白枠ボックス（点線枠）                                       */
/*---------------------------------------------------------------*/
.box_type_a {
  padding-top: 1rem;
  padding-right: 2rem;
  padding-left: 2rem;
  color: #333333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
  background-color: #FFFFFF;
  border-radius: 4px;
  width: 100%;
  height: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border: 1px dotted #444444;
}
@media (max-width:566px) {
  .box_type_a {
    position: relative;
    border: 0;
    width: 100vw;
    max-width: none;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  @supports (width: 100dvw) {
    .box_type_a {
      width: 100dvw;
      margin-left: -50dvw;
      margin-right: -50dvw;
    }
  }
}
.box_type_a h3 {
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 0.8rem;
  padding-bottom: 0.4rem;
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
}

/* 2列化リスト（7×2） */
ul.two-col-7x2 {
  columns: 2;
  -webkit-columns: 2;
  column-gap: 2rem;
  -webkit-column-gap: 2rem;
  list-style: disc;
  padding-left: 1.2em;
  margin-left: 1rem;
}
ul.two-col-7x2 li {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  margin: .25em 0;
}
ul.two-col-7x2 li:nth-child(7) {
  break-after: column;
  -webkit-column-break-after: always;
}
@media (max-width: 700px) {
  ul.two-col-7x2 {
    columns: 1;
    -webkit-columns: 1;
    margin-top: 1rem;
    margin-right: 0;
    margin-left: 1rem;
    margin-bottom: 0;
    padding: 0;
  }
  ul.two-col-7x2 li:nth-child(7) {
    break-after: auto !important;
    -webkit-column-break-after: auto !important;
  }
}

/*---------------------------------------------------------------*/
/*  ご相談ボタン                                                 */
/*---------------------------------------------------------------*/
#ichro_soudan {
  background-color: var(--hanako_color);
  color: #FFFFFF;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  padding: .8rem 2rem;
  font-size: 1.4rem;
  border-radius: 4px;
  display: block;
  width: 30%;
  text-align: center;
  text-decoration: none;
  margin: 2rem auto 0;
  position: relative;
  overflow: hidden;
  transition: background-color .3s ease;
}
@media (max-width:566px) {
  #ichro_soudan {
    width: 100%;
  }
}
#ichro_soudan:hover {
  background-color: var(--main_color);
}
@media (prefers-reduced-motion: reduce) {
  #ichro_soudan:hover::before {
    animation: none !important;
  }
}

/*---------------------------------------------------------------*/
/*  黄色マーカー付きキャッチコピー                              */
/*---------------------------------------------------------------*/
.phrase_h2_wrap {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 0.7rem;
}
#phrase_h2 {
  color: #333333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.6;
  display: inline;
  padding: .2rem 1.2rem .35rem;
  text-align: center;
  background-image: linear-gradient(
    180deg,
    rgba(255, 225, 40, 0) 55%,
    rgba(255, 225, 40, 1) 60%
  );
  background-repeat: no-repeat;
  background-size: 100% 90%;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  border-radius: 3px;
}
@media (max-width:566px) {
  .phrase_h2_wrap {
    margin-top: 5rem;
    position: relative;
    width: 100vw;
    max-width: none;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding-inline: 1rem;
  }
  @supports (width: 100dvw) {
    .phrase_h2_wrap {
      width: 100dvw;
      margin-left: -50dvw;
      margin-right: -50dvw;
    }
  }
  #phrase_h2 {
    font-size: 1.6rem;
  }
}
.phrase_p {
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
}

/*---------------------------------------------------------------*/
/*  オプション一覧（赤い小アイコン＋テキスト）                  */
/*---------------------------------------------------------------*/
#option {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 1300px;
  margin: 0 auto 2rem;
  padding: 0 16px;
}
@media (max-width: 1000px) {
  #option {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  #option {
    grid-template-columns: 1fr;
  }
}
#option .option-card {
  text-decoration: none;
  color: inherit;
  border: 1px solid var(--option-bd, #e0e6f0);
  border-radius: 8px;
  background: #fff;
  padding: 14px;
  display: grid;
  grid-template-columns: 68px 1fr;
  column-gap: 12px;
  align-items: center;
  text-align: left;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
  transition: transform .18s ease,
              box-shadow .18s ease,
              border-color .18s ease;
}
@media (hover:hover) {
  #option .option-card:hover {
    transform: translateY(-3px) scale(1.02);
    border-color: var(--option-bd-hover, #5c73a5);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .12);
  }
}
#option .option-card:focus-visible {
  outline: 3px solid var(--option-bd-hover, #5c73a5);
  outline-offset: 2px;
}
#option .option-card > img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  object-position: center;
  display: block;
  margin: 0;
}
#option .option-card .option-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 64px;
}
#option .option-card .option-text h3 {
  margin: 0;
  line-height: 1.2;
  font-weight: 700;
  font-size: 1.05rem;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #222;
}
#option .option-card .option-text p {
  margin: 2px 0 0;
  line-height: 1.2;
  font-weight: 400;
  font-size: .9rem;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #444;
}
@media (max-width: 600px) {
  #option .option-card {
    grid-template-columns: 56px 1fr;
  }
}

/*---------------------------------------------------------------*/
/*  フル幅スライダー（3枚・タブ付き）                           */
/*---------------------------------------------------------------*/
#fullwidth {
  position: relative;
  width: 100%;
  margin: 10rem auto;
  background: #fff;
  overflow-x: hidden;
}
#fullwidth img {
  display: block;
  width: 90%;
  height: auto;
  max-width: 1000px;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #fullwidth {
    margin-top: 5rem;
  }
}
@media (max-width: 566px) {
  #fullwidth {
    width: 96%;
    margin: 0 auto 5rem;
  }
}

/* 見出し */
#fullwidth_title {
  max-width: 1300px;
  padding: 0;
  margin: 0 auto;
}
#fullwidth_title #ft_a {
  color: var(--ichiro_color, #1976CC);
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 2.7rem;
  line-height: 1;
  margin: 0 0 .5rem;
  display: block;
  text-align: center;
}
#fullwidth_title #ft_b {
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.65rem;
  line-height: 1;
  margin: 0 0 12px;
  display: block;
  text-align: center;
}

/* ラジオ */
.fw_radio {
  position: fixed;
  top: -10000px;
  left: -10000px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.fw_radio:focus {
  outline: none;
}

/* スライダー本体 */
.fw_slider {
  position: relative;
  max-width: 1300px;
  margin: 0 auto 12px;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  contain: paint;
  isolation: isolate;
  clip-path: inset(0);
  z-index: 0;
}
.fw_track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  transition: transform .45s ease;
  min-width: 0;
}
.fw_slide {
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.fw_slide img,
#fullwidth_title {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/* 位置切替 */
#fw_s1:checked ~ .fw_slider .fw_track { transform: translate3d(0%,    0, 0); }
#fw_s2:checked ~ .fw_slider .fw_track { transform: translate3d(-100%, 0, 0); }
#fw_s3:checked ~ .fw_slider .fw_track { transform: translate3d(-200%, 0, 0); }

/* 矢印 */
.fw_prev,
.fw_next {
  display: none !important;
}
.fw_arrows { pointer-events: auto; }

.fw_prev,
.fw_next {
  position: absolute;
  inset-block: 0;
  height: 150px;
  width: 36px;
  margin: 0;
  background: var(--main_color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  user-select: none;
  z-index: 5;
  pointer-events: auto;
  top: 48%;
}
.fw_prev {
  left: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  opacity: 0.7;
}
.fw_next {
  right: 0;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  opacity: 0.7;
}
.fw_prev:hover,
.fw_next:hover {
  filter: brightness(0.92);
  background-color: #CCCCCC;
}
.fw_prev:active,
.fw_next:active {
  transform: scale(.98);
}
.fw_prev::before,
.fw_next::before {
  content: "";
}
.fw_prev::before {
  content: "‹";
  font-family: system-ui, -apple-system, Segoe UI, Roboto,
               "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 32px;
  line-height: 1;
}
.fw_next::before {
  content: "›";
  font-family: system-ui, -apple-system, Segoe UI, Roboto,
               "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 32px;
  line-height: 1;
}

/* 矢印の表示条件 */
#fw_s1:checked ~ .fw_slider .next1 { display: flex !important; }
#fw_s2:checked ~ .fw_slider .prev2,
#fw_s2:checked ~ .fw_slider .next2 { display: flex !important; }
#fw_s3:checked ~ .fw_slider .prev3 { display: flex !important; }

@media (max-width:768px) {
  .fw_prev,
  .fw_next {
    width: 30px;
  }
  .fw_prev::before,
  .fw_next::before {
    font-size: 28px;
  }
}
@media (max-width:480px) {
  .fw_prev,
  .fw_next {
    width: 28px;
  }
  .fw_prev::before,
  .fw_next::before {
    font-size: 24px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .fw_track {
    transition: none;
  }
}

/* タブボタン */
.tab-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  flex-wrap: nowrap;
  max-width: 1300px;
  margin: 0 auto 0;
  padding: 5px;
  background: #CFCFCF;
  border-radius: 50px;
}
.tab-buttons label {
  padding: .5rem 1rem;
  color: #fff;
  background-color: #9B8B8C;
  border-radius: 50px;
  cursor: pointer;
  transition: all .2s ease;
  white-space: nowrap;
  user-select: none;
  font-size: .9rem;
}
.tab-buttons label:hover {
  background: rgba(0, 0, 0, .06);
}
.tab-buttons label:focus-visible {
  outline: 1px solid var(--main_color, #1976CC);
  outline-offset: 1px;
  border-radius: 50px;
}
#fw_s1:checked ~ .tab-buttons label[for="fw_s1"],
#fw_s2:checked ~ .tab-buttons label[for="fw_s2"],
#fw_s3:checked ~ .tab-buttons label[for="fw_s3"] {
  background: var(--main_color, #1976CC);
  color: #fff;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
@media (max-width:1200px) {
  .tab-buttons {
    gap: .45rem;
    padding: 6px;
  }
  .tab-buttons label {
    padding: .55rem .95rem;
    font-size: .98rem;
  }
}
@media (max-width:1024px) {
  .tab-buttons {
    gap: .4rem;
    padding: 5px;
  }
  .tab-buttons label {
    padding: .5rem .9rem;
    font-size: .96rem;
  }
}
@media (max-width:900px) {
  .tab-buttons {
    gap: .35rem;
    padding: 5px;
    max-width: 95vw;
  }
  .tab-buttons label {
    padding: .5rem .85rem;
    font-size: .94rem;
  }
}
@media (max-width:768px) {
  .tab-buttons {
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: .5rem;
    padding: 6px;
    max-width: 100%;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
  }
  .tab-buttons::-webkit-scrollbar {
    height: 6px;
  }
  .tab-buttons::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .2);
    border-radius: 3px;
  }
  .tab-buttons label {
    flex: 0 0 auto;
    scroll-snap-align: center;
    padding: .5rem .9rem;
    font-size: .92rem;
  }
}
@media (max-width:566px) {
  .tab-buttons {
    gap: .4rem;
    padding: 4px 6px;
    margin: 0;
    width: 100%;
  }
  .tab-buttons label {
    padding: .5rem .8rem;
    font-size: .8rem;
  }
}
@media (max-width:400px) {
  .tab-buttons {
    gap: .35rem;
    padding: 4px;
  }
  .tab-buttons label {
    padding: .45rem .75rem;
    font-size: .83rem;
  }
}
.voice_box{
    width: 100%;
    margin: 0 auto 1rem;
    padding: 2rem;
    background: #F8FBFF;
    border: 1px solid #DFEAF6;
    border-radius: 4px;
    color: #333;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .06);
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-size: 1rem;
    font-weight: normal;

    /* ここから横並び用 */
    display: flex;
     align-items: center;
    gap: 2rem;
}

/* 左側の画像ブロック */
.voice_media{
    flex-shrink: 0;
}

.voice_media img{
    display: block;
    object-fit: contain;
    max-width: 150px;
    height: auto;
}

/* 右側の本文ブロック */
.voice_body{
    flex: 1;
}

/* 星評価の余白など（必要なら） */
.voice_body .star5_rating{
    display: block;
    margin-bottom: .5rem;
}

/* 会社名リンクの枠部分 */
.voice_body .voice_link{
    margin-top: 1.5rem;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: auto;       /* 右寄せ配置 */
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
    background-color: #DFDFDF;
    max-width: 30rem;
    border-radius: 4px;
    clear: none;
    display: block;
}

/* スマホ時のレイアウト（566px以下） */
@media (max-width: 566px) {
    .voice_box{
        flex-direction: column;   /* 上下に積む */
        padding: 1.5rem;
		gap: 0rem;
		align-items: flex-start;  /* テキストは左揃えのまま */
    }

    .voice_media{
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: -10px;      /* 画像を中央寄せ */
    }

    .voice_body .voice_link{
    width: 100%;
    max-width: 100%;
    padding: 0.7rem 0.5rem;
    margin: 0;
    background-color: transparent;
    }
	
	.voice_media img{
		max-width: 90px;
	}
}

/*--------------------------------------------------------------
お客様の声の★マーク
---------------------------------------------------------------*/
.star5_rating{
    position: relative;
    z-index: 0;
    display: block;          /* block にする */
    width: max-content;      /* 文字列ぶんの幅に縮める（％の基準はこの幅） */
    white-space: nowrap;
    color: #CCCCCC;
    font-size: 3rem;
}

/* スマホ時 */
@media (max-width: 566px) {
    .star5_rating{
        font-size: 2.5rem;
        margin-left: auto;   /* 中央寄せ（左右マージン auto） */
        margin-right: auto;
        /* width: 100%; は付けない！ */
        /* width: max-content; が生きている状態にしておく */
    }
}

.star5_rating:before,
.star5_rating:after{
    content: '★★★★★';
}

.star5_rating:after{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #f5c54b;
}

.star5_rating[data-rate="5"]:after{ width: 100%; }
.star5_rating[data-rate="4"]:after{ width: 80%; }
.star5_rating[data-rate="3"]:after{ width: 60%; }
.star5_rating[data-rate="2"]:after{ width: 40%; }
.star5_rating[data-rate="1"]:after{ width: 20%; }
.star5_rating[data-rate="0"]:after{ width: 0%; }

