@charset "utf-8";
/* CSS Document */

#lineup_img {
  margin-right: auto;
  padding: 0;
  margin-left: auto;
  display: block;
  margin-bottom: -2px;
  height: auto;
  max-width: 1300px;
}
@media (max-width:1000px) {
  #lineup_img {
    width: 90%;
  }
}

/*---------------------------------------------------------------------------------*/
/* 上部エリア
/*---------------------------------------------------------------------------------*/
#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%;
  }
}

/*---------------------------------------------------------------*/
/* パンくず
/*---------------------------------------------------------------*/
#top_box #pan_list {
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 0.85rem;
  margin-bottom: 4rem;
}

/*-------------------------------------------------------------*/
/* メイン見出し
/*-------------------------------------------------------------*/
#geo_title {
  position: relative;
  margin-bottom: 0.7rem;
  padding: .7rem 2rem;
  background-color: #39AD59;
  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-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;
  margin-top: 0;
}
#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;
    width: 100vw;
    max-width: none;
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  #geo_title::before,
  #geo_title::after {
    content: none;
  }
}

/*-------------------------------------------------------------*/
/* ページ冒頭補足
/*-------------------------------------------------------------*/
.page-summary {
  width: 100%;
  max-width: 1280px;
  margin: 2rem auto 0;
  padding: 1.2rem 1.4rem;
  background: rgba(255,255,255,.85);
  border: 1px solid rgba(57,173,89,.22);
  border-radius: 8px;
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1rem;
  line-height: 1.9;
  box-sizing: border-box;
}
.page-guide {
  width: 100%;
  max-width: 1180px;
  margin: 1.2rem auto 0;
  padding: 1.2rem 1.4rem;
  background: #fff;
  border: 1px solid #DCE9F8;
  border-radius: 8px;
  box-sizing: border-box;
}
.mini-title {
  margin: 0 0 .8rem;
  color: var(--main_color);
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.15rem;
  font-weight: bold;
}
.page-guide-list {
  margin: 0;
  padding-left: 1.3rem;
}
.page-guide-list li {
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: .95rem;
  line-height: 1.9;
}
@media (max-width:566px) {
  .page-summary,
  .page-guide {
    width: 94%;
    padding: 1rem;
  }
}

/*-------------------------------------------------------------*/
/* 選ばれる理由ボックス
/*-------------------------------------------------------------*/
#geo_box {
    padding-top: 2rem;
    padding-right: 2rem;
    padding-left: 2rem;
    padding-bottom: 1.5rem;
    max-width: 1280px;
    margin-top: 2rem;
    margin-right: auto;
    margin-left: auto;
    background-color: #FFFFFF;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    gap: 16px;
    border-radius: 4px;
    opacity: 0;
    transform: translateY(10px);
    animation: geoBoxEnter .6s cubic-bezier(.2, .6, .2, 1) .1s forwards;
}
@media (max-width:566px) {
  #geo_box {
    width: 100vw;
    max-width: none;
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    gap: 5px;
  }
}
@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%;
  }
}
#geo_box > div > h2 {
  margin: 0;
  background-color: var(--main_color);
  color: #fff;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  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);
  animation: geoHeadRise .6s cubic-bezier(.2, .6, .2, 1) both;
  animation-delay: var(--stagger, .0s);
}
#geo_box > div:nth-of-type(1) > h2 { --stagger: .25s; }
#geo_box > div:nth-of-type(2) > h2 { --stagger: .35s; }
#geo_box > div:nth-of-type(3) > h2 { --stagger: .45s; }
#geo_box > div:nth-of-type(4) > h2 { --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 > h2 {
    font-size: 1rem;
  }
}
.section-summary {
  color: #1976CC;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: .98rem;
  font-weight: bold;
  line-height: 1.8;
  padding: .9rem .3rem 0;
  margin: 0;
}
#geo_box > div > p {
  color: #555555;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: .9rem;
  line-height: 1.8;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  padding-top: 0.5rem;
}

/*-------------------------------------------------------------*/
/* 共通見出し前の要約文
/*-------------------------------------------------------------*/
.section-intro {
  width: 100%;
  max-width: 1300px;
  margin: 1.3rem auto 0;
  color: #1976CC;
  text-align: center;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.9;
}
.section-intro-wide {
  width: 94%;
  max-width: 1300px;
}

/*-------------------------------------------------------------*/
/* 共通大見出し
/*-------------------------------------------------------------*/
.sms_system {
  margin-right: auto;
  margin-left: auto;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 2.3rem;
  text-align: center;
  margin-top: 10rem;
  margin-bottom: 0;
  color: var(--king_color);
}
@media (max-width: 566px) {
  .sms_system {
    font-size: 1.7rem;
    width: 94%;
  }
}

/*-------------------------------------------------------------*/
/* 用途別おすすめ
/*-------------------------------------------------------------*/
.ai-selection-block {
  width: 100%;
  max-width: 1300px;
  margin: 8rem auto 0;
  padding: 0;
}
.ai-selection-lead {
  width: 100%;
  max-width: 1300px;
  margin: 1.5rem auto 0;
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1rem;
  line-height: 1.9;
}
.ai-selection-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  margin-top: 2rem;
}
.ai-selection-item {
  background: #F8FBFF;
  border: 1px solid #DCE9F8;
  border-radius: 8px;
  padding: 1.4rem 1.2rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .05);
}
.ai-selection-item h3 {
    margin: 0 0 1rem;
    color: #1976CC;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: center;
}
.ai-selection-item p {
    margin: 0;
    color: #333;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: .95rem;
    line-height: 1.8;
    text-align: left;
	
}
.ai-selection-item img{
    display: block;
    width: 88px;
    height: 88px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1rem;
    padding: 14px;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    object-fit: contain;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}
.ai-selection-link {
  margin-top: 1rem !important;
}
.ai-selection-link a {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    /* ▼ ボタン化 */
    display: block;
    padding: 0.8rem 1.4rem;
    background: linear-gradient(135deg, #1976CC, #42A5F5);
    border-radius: 999px;
    cursor: pointer;
    /* ▼ 立体感 */
    box-shadow: 0 6px 14px rgba(0,0,0,0.15);
    transition: all 0.25s ease;
    /* ▼ キラッ用 */
    position: relative;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    width: 50%;
}
.ai-selection-link a:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 22px rgba(0,0,0,0.2);
}

/* クリック感 */
.ai-selection-link a:active {
    transform: translateY(0);
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

/* キラッ演出 */
.ai-selection-link a::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);
}

/* ホバーでキラッ */
.ai-selection-link a:hover::before {
    animation: shine 0.9s ease forwards;
}

/* アニメーション */
@keyframes shine {
    0% { left: -75%; }
    100% { left: 125%; }
}
@media (max-width: 950px) {
  .ai-selection-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 566px) {
  .ai-selection-block,
  .ai-selection-lead {
    width: 94%;
  }
}

/*-------------------------------------------------------------*/
/* 比較セクション
/*-------------------------------------------------------------*/
#link_box {
  width: 100%;
  max-width: 1300px;
  margin-top: 8rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}
#link_box p {
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1rem;
  line-height: 1.9;
}
@media (max-width: 566px) {
  #link_box p {
    width: 94%;
    margin-right: auto;
    margin-left: auto;
  }
}

.scale-table-wrap {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 2rem;
  position: relative;
}
.scale-table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
  table-layout: fixed;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #333;
}
.scale-table caption {
  text-align: left;
  font-size: .9rem;
  color: #666;
  margin-bottom: .5rem;
}
:root {
  --axis-bg: #49505a;
  --axis-text: #fff;
  --large-head: #4094d8;
  --large-bg: #e4f2ff;
  --medium-head: #73B786;
  --medium-bg: #D8EBDD;
  --small-head: #ff7f50;
  --small-bg: #ffe1d2;
  --border-color: #fff;
  --check_color: #E7531C;
}
.scale-table thead th {
  padding: .8rem;
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  border-right: 2px solid var(--border-color);
  border-bottom: 2px solid var(--border-color);
}
.scale-table thead .axis {
  background: var(--axis-bg);
  color: var(--axis-text);
  width: 23%;
  border-top-left-radius: 8px;
}
.scale-table thead .scale--large { width: 23%; background: var(--large-head); }
.scale-table thead .scale--medium { width: 23%; background: var(--medium-head); }
.scale-table thead .scale--small {
  width: 31%;
  position: relative;
  background: var(--small-head);
  border-radius: 10px;
  border-top: 10px solid var(--check_color);
  border-left: 10px solid var(--check_color);
  border-right: 10px solid var(--check_color);
  padding-top: 2.2rem;
  padding-bottom: 1.6rem;
  font-size: 1.5rem;
  letter-spacing: .08em;
}
.scale-table thead .scale--small::before {
  content: "おすすめ";
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  padding: .5rem 1.5rem;
  background: #fff;
  color: var(--check_color);
  border-radius: 999px;
  border: 6px solid var(--check_color);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.scale-table tbody th,
.scale-table tbody td {
  padding: 1rem 1.2rem;
  border-right: 2px solid var(--border-color);
  border-bottom: 2px solid var(--border-color);
  vertical-align: middle;
}
.scale-table tbody th {
  background: #5a6671;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  text-align: center;
}
.scale-table tbody td:nth-child(2) { background: var(--large-bg); }
.scale-table tbody td:nth-child(3) { background: var(--medium-bg); }
.scale-table tbody td:nth-child(4) {
  background: var(--small-bg);
  border-left: 10px solid var(--check_color);
  border-right: 10px solid var(--check_color);
}
.scale-table tbody tr:last-child td:nth-child(4) {
  border-bottom: 10px solid var(--check_color);
}
.scale-table .cell-num {
  text-align: center;
}
.scale-table .cell-num .num {
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: .5rem;
  line-height: 1;
  color: #666;
}
.scale-table .cell-num .num2 {
  display: block;
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: .4rem;
  line-height: 1;
  color: #333;
}
@media (max-width: 768px) {
  .scale-table thead th {
    font-size: 1rem;
    padding: .6rem;
  }
  .scale-table tbody th,
  .scale-table tbody td {
    padding: .6rem .6rem;
  }
  .scale-table .cell-num .num { font-size: 2.4rem; }
  .scale-table .cell-num .num2 { font-size: 3.2rem; }
}

/* 比較表記号説明 */
.scale-note {
  width: 100%;
  max-width: 1300px;
  margin: 1rem auto 0;
  padding: 0.9rem 1.2rem;
  background: #F8FBFF;
  border: 1px solid #DCE9F8;
  border-radius: 6px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.5rem;
  align-items: center;
}
.scale-note p {
  margin: 0;
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 0.95rem;
  line-height: 1.6;
  display: flex;
  align-items: center;
  gap: 0.45rem;
}
.scale-note .mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.6em;
  height: 1.6em;
  border-radius: 999px;
  font-weight: bold;
  line-height: 1;
  flex-shrink: 0;
}
.scale-note .mark-double {
  color: #333;
  /*background: #FFE7DA;
  border: 1px solid #F3B08B;*/
	background: #F0F3F6;
  border: 1px solid #C9D1D9;
  font-size: 1.15rem;
}
.scale-note .mark-circle {
  color: #666;
  background: #F0F3F6;
  border: 1px solid #C9D1D9;
  font-size: 1rem;
}
.scale-note .mark-triangle {
  color: #666;
  /*background: #F7F7F7;
  border: 1px solid #D8D8D8;*/
	background: #F0F3F6;
  border: 1px solid #C9D1D9;
  font-size: 1rem;
}
@media (max-width: 566px) {
  .scale-note {
    width: 94%;
    padding: 0.8rem 0.9rem;
    gap: 0.5rem;
  }
  .scale-note p {
    width: 100%;
    font-size: 0.9rem;
  }
}

.ai-compare-text {
  max-width: 1300px;
  margin: 2rem auto 0;
  padding: 1.5rem 1.5rem 1.2rem;
  background: #F8FBFF;
  border: 1px solid #DCE9F8;
  border-radius: 6px;
}
.ai-compare-text h3 {
  margin: 0 0 1rem;
  color: var(--main_color);
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.25rem;
}
.ai-compare-text ul {
  margin: 0;
  padding-left: 1.3rem;
}
.ai-compare-text li {
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: .98rem;
  line-height: 1.9;
}
@media (max-width: 566px) {
  .ai-compare-text {
    width: 94%;
    padding: 1rem;
  }
}

/*-------------------------------------------------------------*/
/* デモ・貸出
/*-------------------------------------------------------------*/
#demo_trial {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
.demo-trial-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}
.demo-card {
  background: #fff;
  border: 1px solid #DCE9F8;
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: 0 2px 8px rgba(0,0,0,.05);
}
.demo-card h3 {
    margin: 0 0 1rem;
    color: var(--main_color);
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 1.25rem;
    text-align: center;
}
.demo-card p {
  margin: 0 0 1rem;
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: .98rem;
  line-height: 1.9;
}
.demo-card img{
    width: 20%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 1rem;
}
.demo-card p:last-child {
  margin-bottom: 0;
}
.catch-copy {
    color: var(--king_color) !important;
    font-weight: bold;
    text-align: center;
    line-height: 1.1;
}
@media (max-width: 900px) {
  .demo-trial-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 566px) {
  #demo_trial {
    width: 94%;
  }
  .demo-card {
    padding: 1rem;
  }
}

/*-------------------------------------------------------------*/
/* 必要なソフトを選ぶ
/*-------------------------------------------------------------*/
#pattern {
    margin-right: auto;
    margin-left: auto;
    padding: 2rem;
    border-radius: 4px;
    border: 1px solid #ccc;
    background-color: #FFFFFF;
    margin-bottom: 10rem;
    max-width: 1300px;
    color: #333;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    line-height: 1.9;
    margin-top: 1rem;
}
@media (max-width: 566px) {
  #pattern {
    width: 94%;
    padding: 1rem;
  }
}
#pattern_box {
  margin-right: auto;
  margin-left: auto;
  margin-top: 2rem;
  width: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 2fr 0.7fr 2fr 0.7fr 2fr;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
#pattern_box > .pattern_item {
  box-sizing: border-box;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  text-align: center;
  border: 1px solid var(--ichiro_color);
  background-color: #EDFBF2;
  font-size: 0.9rem;
  border-radius: 4px;
  word-break: break-word;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
#pattern_box .main_img,
#pattern_box .card-thumb {
  margin: 0;
}
#pattern_box > .pattern_item:nth-child(1) {
  background-color: #fff;
  border: 1px solid var(--ichiro_color);
}
#pattern_box > .pattern_item:nth-child(5n + 2),
#pattern_box > .pattern_item:nth-child(5n + 4) {
  border: 0;
  background-color: #fff;
  color: #333333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 2rem;
  padding: 0.3rem 0;
}
#pattern_box > .pattern_item:nth-child(3),
#pattern_box > .pattern_item:nth-child(5) {
  border: 1px dashed var(--ichiro_color);
}
#pattern_box > .pattern_item:nth-child(6),
#pattern_box > .pattern_item:nth-child(8),
#pattern_box > .pattern_item:nth-child(10) {
  border: 0;
  margin: 0;
  padding: 0;
  background-color: #fff;
}
#pattern_box .pattern-title {
  text-align: left;
  display: inline-block;
  margin: 0;
}
.pattern-main {
  color: var(--ichiro_color);
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1;
}
.pattern-sub {
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 0.8rem;
  line-height: 1.2;
}
@media (max-width: 950px) {
  #pattern_box {
    display: flex;
    flex-direction: column;
  }
  #pattern_box > .pattern_item {
    width: 100%;
  }
  #pattern_box > .pattern_item:nth-child(1)  { order: 1; }
  #pattern_box > .pattern_item:nth-child(6)  { order: 2; }
  #pattern_box > .pattern_item:nth-child(2)  { order: 3; }
  #pattern_box > .pattern_item:nth-child(3)  { order: 4; }
  #pattern_box > .pattern_item:nth-child(8)  { order: 5; }
  #pattern_box > .pattern_item:nth-child(4)  { order: 6; }
  #pattern_box > .pattern_item:nth-child(5)  { order: 7; }
  #pattern_box > .pattern_item:nth-child(10) { order: 8; }
  #pattern_box > .pattern_item:nth-child(7),
  #pattern_box > .pattern_item:nth-child(9) {
    display: none;
  }
}
#pattern_box > .pattern_item:nth-child(2),
#pattern_box > .pattern_item:nth-child(3),
#pattern_box > .pattern_item:nth-child(4),
#pattern_box > .pattern_item:nth-child(5) {
  opacity: 0;
  transform: translateY(20px) scale(0.96);
}
#pattern_box > .pattern_item:nth-child(2).is-visible,
#pattern_box > .pattern_item:nth-child(3).is-visible,
#pattern_box > .pattern_item:nth-child(4).is-visible,
#pattern_box > .pattern_item:nth-child(5).is-visible {
  opacity: 1;
  transform: none;
  animation: popFadeUp .1s cubic-bezier(0.16, 0.68, 0.4, 1) forwards;
}
@keyframes popFadeUp {
  from { opacity: 0; transform: translateY(20px) scale(0.96); }
  to { opacity: 1; transform: none; }
}

/*-------------------------------------------------------------*/
/* 導入フロー
/*-------------------------------------------------------------*/
#step_flow {
    width: 100%;
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 4rem;
    padding: 2.5rem 2rem;
    background-color: #F8FBFF;
    border-radius: 4px;
    border: 1px solid #C4DAFF;
    box-sizing: border-box;
    margin-top: 1rem;
}
.step_flow-list {
  --badge-size: 3.1rem;
  --list-pad-top: 1.5rem;
  list-style: none;
  margin: 0;
  padding: var(--list-pad-top) 0 0;
  display: flex;
  gap: 1.5rem;
  position: relative;
}
.step_flow-list::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: calc(var(--list-pad-top) + var(--badge-size) / 1.5);
  height: 2px;
  background: linear-gradient(to right, rgba(25, 118, 204, .15), rgba(25, 118, 204, .6), rgba(25, 118, 204, .15));
  z-index: 0;
}
.step_flow-item {
  flex: 1 1 0;
  min-width: 0;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  padding: .75rem .75rem 1rem;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.step_flow-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
  background-color: #FFFFFF;
}
.step_flow-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .4rem;
  margin-bottom: .75rem;
}
.step_flow-step {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: var(--badge-size);
  height: var(--badge-size);
  border-radius: 50%;
  background: var(--main_color);
  color: #fff;
  font-size: .7rem;
  font-weight: bold;
  letter-spacing: .04em;
  text-transform: uppercase;
  box-shadow: 0 0 0 3px #fff, 0 4px 8px rgba(0, 0, 0, .15);
  position: relative;
  overflow: hidden;
}
.kira {
  position: relative;
  overflow: hidden;
}
.kira::before {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 60%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .7) 45%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
  pointer-events: none;
}
.kira:hover::before {
  animation: shine 0.9s ease forwards;
}
.step_flow-head h3 {
  margin: 0;
  font-size: 1rem;
  text-align: center;
  color: #222;
  font-weight: bold;
}
.step_flow-body {
  margin: 0;
  font-size: .8rem;
  line-height: 1.6;
  color: #444;
  text-align: left;
  padding: .5rem .4rem 0;
}
@media (max-width: 750px) {
  #step_flow {
    padding: 2rem 1.25rem;
  }
  .step_flow-list {
    flex-direction: column;
  }
  .step_flow-list::before {
    display: none;
  }
  .step_flow-item {
    padding: 1rem .75rem 1.25rem;
    border: 1px solid #E0E6F0;
    background-color: #fff;
  }
  .step_flow-head {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: .75rem;
  }
  .step_flow-head h3 {
    text-align: left;
  }
  .step_flow-body {
    padding: .5rem 0 0;
  }
}
@media (max-width: 566px) {
  #step_flow {
    width: 100vw;
    max-width: none;
    margin-left: 50%;
    transform: translateX(-50%);
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
}

/*-------------------------------------------------------------*/
/* FAQ
/*-------------------------------------------------------------*/
.faq-wrap {
  width: min(100%, 1300px);
  margin: 0 auto;
  padding: 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 {
  display: block;
  width: 100%;
  padding: 1.5rem 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;
  word-break: normal;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
  margin-bottom: 3.5rem;
  line-height: 1.9;
}
.faq-wrap .answer:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
  background-color: #ECF4FF;
}
@media (max-width: 560px) {
  .faq-wrap {
    width: 94%;
  }
  .faq-wrap .answer {
    padding: .9rem 1rem;
    margin: 0 0 2rem;
  }
  .faq-wrap .question {
    margin-top: 3.5rem;
  }
}

/*-------------------------------------------------------------*/
/* AI向けまとめ
/*-------------------------------------------------------------*/
.ai-summary {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
.ai-summary-box {
  margin-top: 2rem;
  border: 1px solid #CFE1F4;
  background: linear-gradient(180deg, #F8FBFF 0%, #EEF6FF 100%);
  border-radius: 8px;
  padding: 2rem;
}
.ai-summary-box p {
  margin: 0 0 1rem;
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1rem;
  line-height: 1.95;
}
.ai-summary-box p:last-child {
  margin-bottom: 0;
}
@media (max-width: 566px) {
  .ai-summary-box {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
  }
}

/*-------------------------------------------------------------*/
/* CTA
/*-------------------------------------------------------------*/
#cta {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  margin-bottom: 8rem;
  border: 1px solid #CCCCCC;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  border-radius: 4px;
}
@media (max-width: 950px) {
  #cta {
    flex-direction: column;
  }
}
@media (max-width: 566px) {
  #cta {
    width: 100vw;
    max-width: none;
    left: 50%;
    margin-left: -50vw;
    box-sizing: border-box;
    position: relative;
  }
}
#cta > p {
  flex: 0 0 100%;
  margin: 0 0 1rem;
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.9;
}
#cta div {
  width: calc(100% / 2 - 2rem);
}
@media (max-width: 950px) {
  #cta div {
    width: 100%;
  }
}
#cta div a {
  width: 100%;
  background-color: var(--ichiro_color);
  color: #FFFFFF;
  display: block;
  text-decoration: none;
  padding: 1rem;
  border-radius: 4px;
  text-align: center;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.5rem;
  transition: background-color .3s ease;
  position: relative;
  overflow: hidden;
  line-height: 1;
}
#cta div a p {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 0.8rem;
  padding-bottom: 8px;
  margin: 0 auto 8px;
  line-height: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  width: 55%;
}
#cta div a:hover {
  background-color: var(--hanako_color);
}
#cta div a::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;
}
#cta div a:hover::before {
  animation: shine 1s ease forwards;
}
@media (max-width: 566px) {
  #cta div a {
    font-size: 1.2rem;
  }
  #cta div a p {
    width: 90%;
  }
}

/*-------------------------------------------------------------*/
/* サブメニュー
/*-------------------------------------------------------------*/
#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 {
    grid-template-columns: 1fr;
    gap: 1rem;
    width: 94%;
  }
}
#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(-5px);
  }
}

/*-------------------------------------------------------------*/
/* アクセシビリティ
/*-------------------------------------------------------------*/
@media (prefers-reduced-motion: reduce) {
  #geo_box,
  #geo_box > div > h2,
  #pattern_box > .pattern_item:nth-child(2),
  #pattern_box > .pattern_item:nth-child(3),
  #pattern_box > .pattern_item:nth-child(4),
  #pattern_box > .pattern_item:nth-child(5),
  .step_flow-item,
  .faq-wrap .answer,
  #sub_soft_menu .card,
  #cta div a {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
    filter: none !important;
  }
}
