/* =========================================
     共通・ベーススタイル
  ========================================= */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #262843;
  line-height: 1.6;
  background-color: #ffffff;
  word-break: break-word;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: inherit;
}

/* スマホ用改行制御の共通クラス */
.pc-only {
  display: inline;
}

/* 共通の方眼紙背景クラス */
.bg-grid {
  background-color: #ffffff;
  background-image: linear-gradient(to right, #f1f1f1 1px, transparent 1px), linear-gradient(to bottom, #f1f1f1 1px, transparent 1px);
  background-size: 30px 60px;
  background-attachment: fixed;
}

.sp_br {
  display: none;
}

.pc_br {
  display: inline;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  .sp_br {
    display: inline;
  }
  .pc_br {
    display: none;
  }
}

/* =========================================
     1. メインビジュアル セクション
  ========================================= */
.mv-section {
  position: relative;
  width: 100%;
  min-height: 700px;
  overflow: hidden;
  background-color: #fbfbfb;
  background-image: linear-gradient(to right, #ececec 1px, transparent 1px), linear-gradient(to bottom, #ececec 1px, transparent 1px);
  background-size: 30px 60px;
  background-attachment: fixed;
}

.mv-section2 {
  background: url('./img/mv.png') no-repeat center center;
  background-size: cover;
}

.mv-bg-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  min-width: 1000px;
}

.mv-bg-area .polygon {
  position: absolute;
  background-size: cover;
  background-position: center;
  background-color: #315B7F;
  background-blend-mode: multiply;
}

.mv-bg-area .polygon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(25, 29, 45, 0.4);
}

.mv-bg-area .polygon-1 {
  top: -5%;
  left: -2%;
  width: 35%;
  height: 110%;
  background-image: url('https://images.unsplash.com/photo-1581091226825-a6a2a5aee158?auto=format&fit=crop&q=80&w=800');
  clip-path: polygon(0 20%, 100% 40%, 100% 100%, 0 80%);
}

.mv-bg-area .polygon-2 {
  top: -10%;
  left: 34%;
  width: 44%;
  height: 120%;
  background-image: url('https://images.unsplash.com/photo-1504917595217-d4bf59898f6e?auto=format&fit=crop&q=80&w=800');
  clip-path: polygon(0 40%, 100% 10%, 100% 70%, 0 100%);
}

.mv-bg-area .polygon-3 {
  top: -5%;
  left: 79%;
  width: 25%;
  height: 110%;
  background-image: url('https://images.unsplash.com/photo-1565514020179-026b92b2d22b?auto=format&fit=crop&q=80&w=800');
  clip-path: polygon(0 10%, 100% 40%, 100% 100%, 0 70%);
}

.mv-container {
  position: relative;
  z-index: 10;
  max-width: 1280px;
  margin: 0 auto;
  padding: 7vw 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 700px;
}
.mv-container .maker{
  background:linear-gradient(transparent 90%, rgb(119 194 255) 90%);
}

.mv-title {
  margin: 0 0 30px 0;
  font-weight: 900;
  line-height: 1.6;
}

.mv-title .line {
  display: inline-block;
  background-color: #000;
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: 0;
}

.mv-title .line-1 {
  font-size: 42px;
  padding: 0 15px;
}

.mv-title .line-2 {
  font-size: 42px;
  padding: 0 15px;
}

.mv-title .line-3 {
  font-size: 42px;
  padding: 0 15px;
}

.mv-desc {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 40px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 1.0);
  letter-spacing: 0.03em;
}

.mv-buttons {
  display: flex;
  gap: 20px;
  align-items: center;
}

.mv-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 20px 16px 30px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  transition: transform 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}

.mv-btn:hover {
  transform: translateY(-2px);
  opacity: 0.9;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
}

.mv-btn.btn-blue {
  background-color: #315B7F;
  border: 1px solid rgba(255, 255, 255, 0.5);
  min-width: 360px;
}

.mv-btn.btn-orange {
  background-color: #EC4B23;
  border: 1px solid rgba(255, 255, 255, 0.5);
  min-width: 360px;
}

.mv-btn .btn-text {
  margin-right: 15px;
}

.mv-btn .btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background-color: #fff;
  border-radius: 50%;
}

.mv-btn.btn-blue .btn-icon svg {
  color: #315B7F;
}

.mv-btn.btn-orange .btn-icon svg {
  color: #EC4B23;
}

.mv-title .line-3-first {
  padding-right: 0 !important;
}

.mv-title .line-3-second {
  padding-left: 0 !important;
}

.mv-desc .tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px; /* タグ同士の隙間 */
  align-items: center;
  margin-top: 20px;
}

.mv-desc .tag {
  display: inline-block;
  color: #fff;
  padding: 0px 10px;
  font-size: 16px;
  font-weight: bold;
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 767px) {
  .mv-section {
    min-height: auto;
    padding-bottom: 40px;
  }
  .mv-bg-area {
    min-width: 100%;
    height: 100%;
  }
  .mv-bg-area .polygon-1 {
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
  }
  .mv-bg-area .polygon-2 {
    top: 35%;
    left: 0;
    width: 100%;
    height: 45%;
    clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
  }
  .mv-bg-area .polygon-3 {
    top: 75%;
    left: 0;
    width: 100%;
    height: 35%;
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
  }
  .mv-container {
    padding: 30vw 20px 20px;
    min-height: auto;
  }
  .mv-title .line {
    margin-bottom: 10px;
  }
  .mv-title .line-1 {
    font-size: 7.5vw;
    padding: 0px 10px;
  }
  .mv-title .line-2 {
    font-size: 7.5vw;
    padding: 0px 10px;
  }
  .mv-title .line-3 {
    font-size: 7.5vw;
    padding: 0px 10px;
  }
  .mv-desc {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 30px;
    color: #262843;
    text-shadow: none;
    font-weight: normal;
  }
  .mv-desc br {
    display: none;
  }
  .mv-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .mv-btn {
    width: 100%;
    font-size: 16px;
    padding: 14px 20px;
  }
  .mv-btn .btn-text {
    margin-right: auto;
    margin-left: auto;
  }
  .mv-btn .btn-icon {
    margin-left: 0;
  }
  .mv-title {
    margin-bottom: 10px;
  }
  .mv-title .line-3-first {
    padding-right: 12px !important;
  }
  .mv-title .line-3-second {
    padding-left: 12px !important;
  }
  .mv-desc .tag {
    font-size: 13px;
    color: #262843;
    border: 1px solid #262843;
  }
  .mv-section2 {
    background: url('./img/mv-sp.png') no-repeat top 2vw center;
    background-size: 200vw;
  }
  .mv-desc .tag-list {
    gap: 10px;
  }
}

/* =========================================
     2. ソリューション セクション
  ========================================= */
.solution-section {
  background-color: #F0F0F0;
  padding: 100px 20px;
  overflow: hidden;
}

.solution-header {
  text-align: center;
  margin-bottom: 60px;
}

.solution-sub-title {
  color: #315B7F;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.solution-main-title {
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 25px;
  letter-spacing: 0.05em;
}

.solution-desc {
  font-size: 16px;
  line-height: 2;
}

.solution-content {
  display: flex;
  justify-content: center;
  align-items: normal;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.solution-col {
  display: flex;
  flex-direction: column;
  gap: 50px;
  z-index: 2;
}

.solution-col-left {
  width: 40%;
}

.solution-col-right {
  width: 40%;
}

.solution-col-center {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
}

.solution-col-center.sp_br {
  display: none;
}

.solution-col-center .center-circle {
  width: 420px;
  height: 420px;
  background-color: #DCE0E4;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.solution-col-center .center-image {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  object-fit: cover;
  background-image: url('./img/sec01-i0.png');
  background-position: center top;
  background-size: cover;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.solution-section .feature-icon {
  flex-shrink: 0;
  width: 90px;
  height: 90px;
  background-color: #262843;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}

.solution-section .feature-icon img {
  width: 60px;
  height: 60px;
}

.solution-section .feature-text {
  flex: 1;
}

.solution-section .feature-title {
  display: inline-flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  color: #315B7F;
  margin-bottom: 12px;
  line-height: 1.4;
}

.solution-section .arrow-circle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  background-color: #315B7F;
  border-radius: 50%;
  color: #fff;
  margin-left: 10px;
  flex-shrink: 0;
}

.solution-section .arrow-circle svg {
  width: 12px;
  height: 12px;
}

.solution-section .feature-desc {
  font-size: 14px;
  line-height: 2;
  color: #262843;
}

.solution-col-left .feature-item {
  flex-direction: row-reverse;
  text-align: right;
}

.solution-col-left .pos-top {
  transform: translateX(40px);
}

.solution-col-left .pos-mid {
  transform: translateX(-10px);
}

.solution-col-left .pos-bot {
  transform: translateX(40px);
}

.solution-col-right .pos-top {
  transform: translateX(-40px);
}

.solution-col-right .pos-mid {
  transform: translateX(10px);
}

.solution-col-right .pos-bot {
  transform: translateX(-40px);
}

.solution-section .feature-item {
  display: flex;
  align-items: center;
  gap: 25px;
  text-decoration: none; /* リンクの下線を消す */
  color: inherit; /* テキスト色を継承させる */
}

/* ホバー時にクリックできることが分かるようにする */
.solution-section .feature-item:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .solution-section {
    padding: 60px 15px;
  }
  .solution-header {
    margin-bottom: 30px;
  }
  .solution-main-title {
    font-size: 24px;
    line-height: 1.5;
  }
  .solution-desc {
    font-size: 16px;
    text-align: left;
    line-height: 2;
  }
  .solution-desc br {
    display: none;
  }
  .solution-content {
    flex-direction: column;
    gap: 20px;
  }
  .solution-col-center {
    order: 1;
    width: 100%;
    margin-bottom: 10px;
  }
  .solution-col-center.sp_br {
    display: flex;
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .solution-col-center .center-circle {
    width: 230px;
    height: 230px;
  }
  .solution-col-center .center-image {
    width: 190px;
    height: 190px;
  }
  .solution-col-left {
    order: 2;
    width: 100%;
    gap: 20px;
  }
  .solution-col-right {
    order: 3;
    width: 100%;
    gap: 20px;
  }
  .solution-section .feature-item,
  .solution-col-left .feature-item {
    flex-direction: row;
    text-align: left;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    gap: 15px;
    align-items: flex-start;
    transform: translateX(0);
  }
  .solution-section .feature-icon {
    width: 60px;
    height: 60px;
  }
  .solution-section .feature-icon svg {
    width: 28px;
    height: 28px;
  }
  .solution-section .feature-title {
    font-size: 19px;
    margin-bottom: 8px;
    align-items: center;
  }
  .solution-section .arrow-circle {
    margin-top: 2px;
  }
  .solution-section .feature-desc {
    font-size: 16px;
  }
  .solution-section .feature-icon img {
    width: 40px;
    height: 40px;
  }
}

/* =========================================
     3. 選ばれる理由 セクション
  ========================================= */
.reasons-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.reasons-header {
  text-align: center;
  margin-bottom: 80px;
  padding: 0 20px;
}

.reasons-sub-title {
  color: #315B7F;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}

.reasons-main-title {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.reason-block {
  display: flex;
  align-items: stretch;
  width: 100%;
  min-height: 500px;
}

.reason-block.reverse {
  flex-direction: row-reverse;
}

.reason-text-area {
  width: 50%;
  display: flex;
  align-items: center;
  padding: 80px 40px;
}

.reason-block:not(.reverse) .reason-text-area {
  justify-content: flex-end;
  padding-right: 8%;
}

.reason-block.reverse .reason-text-area {
  justify-content: flex-start;
  padding-left: 8%;
}

.reason-text-inner {
  max-width: 540px;
  width: 100%;
}

.reason-label {
  color: #315B7F;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.175em;
  line-height: 1;
  margin-bottom: 5px;
}

.reason-num {
  color: #315B7F;
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
  margin-top: 0;
}

.reason-title {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 30px;
}

.reasons-section .hl-text {
  background-color: #262843;
  color: #ffffff;
  padding: 0px 16px;
  display: inline-block;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}

.reason-desc {
  font-size: 16px;
  line-height: 2;
  color: #262843;
  letter-spacing: 0;
}

.reason-image-area {
  width: 50%;
  background-size: cover;
  background-position: center;
  background-color: #e0e0e0;
}

.reason-image-area.img-1 {
  background: url('./img/sec02-i1.png') no-repeat center center;
  background-size: cover;
}

.reason-image-area.img-2 {
  background: url('https://www.buhin-tray.jp/wp/wp-content/uploads/japan-plus11c-scaled.jpg') no-repeat center center;
  background-size: cover;
}

.reason-image-area.img-3 {
  background: url('https://www.buhin-tray.jp/wp/wp-content/uploads/japan-plus12a-scaled.jpg') no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .reasons-section {
    padding-top: 60px;
  }
  .reasons-header {
    margin-bottom: 50px;
  }
  .reasons-main-title {
    font-size: 24px;
    line-height: 1.5;
  }
  .reason-block,
  .reason-block.reverse {
    flex-direction: column;
    min-height: auto;
  }
  .reason-text-area {
    width: 100%;
    padding: 30px 20px 60px;
    justify-content: center !important;
    order: 2;
  }
  .reason-text-inner {
    max-width: 100%;
  }
  .reason-num {
    font-size: 56px;
  }
  .reason-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .reasons-section .hl-text {
    padding: 0px 12px;
    margin-bottom: 10px;
  }
  .reason-desc {
    font-size: 16px;
    line-height: 2;
  }
  .reason-image-area {
    width: 100%;
    height: 200px;
  }
}

/* =========================================
     4. 寸法検索シミュレーション セクション
  ========================================= */
.simulation-section {
  position: relative;
  padding: 100px 20px;
  background-color: #2b2e42;
  background: url(./img/mv-b.png) no-repeat center center #262843;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  text-align: center;
  color: #ffffff;
}

.simulation-container {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.simulation-header {
  margin-bottom: 50px;
  font-weight: 900;
}

.sim-sub-title {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.sim-main-title {
  font-size: 38px;
  font-weight: 900;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}

.sim-desc {
  font-size: 16px;
  line-height: 2;
  color: #eaeaea;
  font-weight: 500;
}

.simulation-dummy-box {
  width: 100%;
  height: 400px;
  background-color: #f0f0f0;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.simulation-section .dummy-text {
  display: inline-block;
  background-color: #ffffff;
  color: red;
  font-size: 24px;
  font-weight: 700;
  padding: 10px 20px;
  letter-spacing: 0.05em;
}

.simulation-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top:40px;
}

.sim-footer-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 30px;
}

.simulation-section .btn-orange {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #EC4B23;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  padding: 18px 25px 18px 35px;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  border: 1px solid #fff;
}

.simulation-section .btn-orange:hover {
  transform: translateY(-2px);
  opacity: 0.9;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}

.simulation-section .btn-text {
  margin-right: 15px;
}

.simulation-section .btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #EC4B23;
}

@media screen and (max-width: 767px) {
  .simulation-section {
    padding: 60px 15px;
  }
  .simulation-header {
    margin-bottom: 40px;
  }
  .sim-sub-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .sim-main-title {
    font-size: 23px;
    line-height: 1.4;
    margin-bottom: 25px;
  }
  .sim-desc {
    font-size: 16px;
    text-align: left;
  }
  .sim-desc br {
    display: none;
  }
  .simulation-dummy-box {
    height: 300px;
    margin-bottom: 40px;
  }
  .simulation-section .dummy-text {
    font-size: 16px;
    padding: 8px 15px;
  }
  .sim-footer-text {
    font-size: 15px;
    line-height: 2;
    margin-bottom: 25px;
    text-align: center;
  }
  .simulation-section .btn-orange {
    width: 100%;
    font-size: 16px;
    padding: 15px 20px;
  }
  .simulation-section .btn-text {
    margin-right: auto;
    margin-left: auto;
  }
}

/* =========================================
     5. コミックス セクション
  ========================================= */
.comics-section {
  padding: 100px 20px;
}

.comics-header {
  text-align: center;
  margin-bottom: 60px;
}

.comics-sub-title {
  color: #315B7F;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}

.comics-main-title {
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 25px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.comics-desc {
  font-size: 16px;
  line-height: 2;
  color: #262843;
}

.comics-container {
  display: flex;
  justify-content: center;
  gap: 40px;
  max-width: 1040px;
  margin: 0 auto;
}

.comic-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
  background-color: #262843;
  color: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border:1px solid #999;
}

.comic-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.comic-thumb {
  position: relative;
  height: 300px;
  background-color: #e0e0e0;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.comic-thumb.thumb-1 {
  background: url('./img/sec04-i2.png') no-repeat center center;
  background-color: #fff;
  background-size: cover;
}

.comic-thumb.thumb-2 {
  background: url(./img/sec04-i1.png) no-repeat center top 2.2rem;
  background-color: #fff;
  background-size: cover;
}

.comic-thumb::before {
  content: "";
  position: absolute;
  inset: 0;
}

.comics-section .dummy-label {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  color: #ff0000;
  font-size: 22px;
  font-weight: 700;
  padding: 12px 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  letter-spacing: 0.05em;
}

.comic-body {
  padding: 30px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
}

.comic-title {
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.comic-title span {
  font-size: 20px;
  background: #fff;
  color: #262843;
  padding: 0 10px;
}

.comic-text {
  font-size: 16px;
  line-height: 2;
  color: #e0e0e0;
  margin-bottom: 30px;
}

.comic-arrow {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 26px;
  height: 26px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  transition: transform 0.3s ease;
}

.comic-card:hover .comic-arrow {
  transform: translateX(4px);
}

@media screen and (max-width: 767px) {
  .comics-section {
    padding: 60px 15px;
  }
  .comics-main-title {
    font-size: 24px;
  }
  .comics-desc {
    font-size: 16px;
    text-align: left;
  }
  .comics-desc br {
    display: none;
  }
  .comics-container {
    flex-direction: column;
    gap: 30px;
  }
  .comic-thumb {
    height: 240px;
  }
  .comics-section .dummy-label {
    font-size: 18px;
    padding: 10px 20px;
  }
  .comic-body {
    padding: 30px 20px;
  }
  .comic-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .comic-text {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 20px;
  }
  .comic-arrow {
    bottom: 20px;
    right: 20px;
  }
  .comic-title span {
    font-size: 18px;
  }
  .comics-header {
    margin-bottom: 30px;
  }
}

/* =========================================
     6. 製品ラインナップ セクション
  ========================================= */
.lineup-section {
  padding: 100px 20px;
  background-color: #f2f2f2;
  position: relative; /* 疑似要素の基準位置とするため追加 */
  z-index: 0;         /* 階層のベースをリセット */
}

.lineup-section table td {
  text-align: center;
  font-size: 15px;
  width: 33.33%;
}

/* 左上の薄い灰色の直角三角形 */
.lineup-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;  /* 右への広がり具合（PC） */
  height: 50%; /* 下への広がり具合（PC） */
  background-color: #e5e6e8; /* ベースより少し濃いグレー */
  clip-path: polygon(0 0, 100% 0, 0 100%); /* 左上の直角三角形に切り抜き */
  z-index: -1; /* コンテンツの背面に配置 */
}

.lineup-container {
  max-width: 1100px;
  margin: 0 auto;
  position: relative; /* コンテンツが背景の三角形より前に来るように追加 */
  z-index: 1;
}

.lineup-header {
  display: flex;
  align-items: end;
  gap: 80px;
  margin-bottom: 50px;
}

.lineup-title-area {
  flex-shrink: 0;
}

.lineup-sub-title {
  display: block;
  color: #315B7F;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.lineup-main-title {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.lineup-header-desc {
  font-size: 16px;
  line-height: 2;
  color: #262843;
}

.lineup-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 40px;
}

.lineup-card {
  display: flex;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.lineup-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.lineup-card .card-img-wrap {
  width: 38%;
  position: relative;
  background-color: #e0e0e0;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.lineup-card .card-img-wrap.img-1 {
  background: url('./img/sec05-i1.png') no-repeat center center;
  background-size: cover;
}

.lineup-card .card-img-wrap.img-2 {
  background: url('./img/sec05-i2.png') no-repeat center center;
  background-size: cover;
}

.lineup-card .card-img-wrap.img-3 {
  background: url('./img/sec05-i3.png') no-repeat center center;
  background-size: cover;
}

.lineup-section .dummy-label {
  background-color: #ffffff;
  color: #ff0000;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  letter-spacing: 0.05em;
  z-index: 1;
}

.lineup-card .card-content {
  width: 62%;
  padding: 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lineup-card .card-title {
  display: inline-block;
  align-self: flex-start;
  background-color: #262843;
  color: #ffffff;
  font-size: 30px;
  font-weight: 900;
  padding: 0px 15px;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}

.lineup-card .card-desc {
  font-size: 16px;
  line-height: 2;
  color: #262843;
  margin-bottom: 20px;
}

.lineup-card .card-arrow {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 36px;
  height: 36px;
  background-color: #262843;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  transition: transform 0.3s ease;
}

.lineup-card:hover .card-arrow {
  transform: translateX(5px);
}

.lineup-section .material-btn {
  display: block;
  width: 100%;
  background-color: #262843;
  color: #ffffff;
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  padding: 10px;
  border-radius: 10px;
  letter-spacing: 0.1em;
  transition: opacity 0.3s ease, transform 0.3s ease;
  margin-bottom: 30px;
}

.lineup-section .table-dummy {
  text-align: center;
  color: #ff0000;
  font-size: 20px;
  font-weight: 700;
  margin-top: 50px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .lineup-section {
    padding: 60px 15px;
  }
  .lineup-header {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 40px;
  }
  .lineup-main-title {
    font-size: 26px;
  }
  .lineup-header-desc {
    font-size: 16px;
  }
  .lineup-card {
    flex-direction: column;
  }
  .lineup-card .card-img-wrap {
    width: 100%;
    height: 200px;
  }
  .lineup-section .dummy-label {
    font-size: 16px;
    padding: 8px 15px;
  }
  .lineup-card .card-content {
    width: 100%;
    padding: 25px 20px 70px 20px;
  }
  .lineup-card .card-title {
    font-size: 20px;
    padding: 0px 16px;
    margin-bottom: 15px;
  }
  .lineup-card .card-desc {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 0;
  }
  .lineup-card .card-arrow {
    bottom: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
  }
  .lineup-section .material-btn {
    font-size: 20px;
    padding: 15px 20px;
  }
  .lineup-section .table-dummy {
    font-size: 16px;
    margin-top: 40px;
  }
  .lineup-title-area {
    width: 100%;
    text-align: center;
  }
  .lineup-section::before {
    width: 75%;  /* スマホでは横幅を広めにとる */
    height: 10%; /* スマホは縦長になるため、下への伸びを抑える */
  }
  .lineup-section table td {
    font-size: 14px;
    width: 33.33%;
  }
}

/* =========================================
     7. 業種別活用シーン セクション
  ========================================= */
.scene-section {
  padding: 100px 20px;
}

.scene-container {
  max-width: 1280px;
  margin: 0 auto;
}

.scene-header {
  text-align: center;
  margin-bottom: 60px;
}

.scene-sub-title {
  color: #315B7F;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.scene-main-title {
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 25px;
  letter-spacing: 0.05em;
}

.scene-desc {
  font-size: 16px;
  line-height: 2;
  color: #262843;
}

.scene-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-bottom: 50px;
}

.scene-card {
  display: flex;
  flex-direction: column;
  background-color: #F0F0F0;
  border-radius: 12px;
  padding: 40px 25px 70px 25px;
  position: relative;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.scene-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.scene-card .card-icon-wrap {
  width: 100px;
  height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 30px auto;
}

.scene-card .card-icon-wrap img {
  width: 60px;
  height: 60px;
}

.scene-card .card-title {
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  color: #315B7F;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}

.scene-card .card-desc {
  font-size: 16px;
  line-height: 2;
  color: #262843;
}

.scene-card .card-arrow {
  position: absolute;
  bottom: 25px;
  right: 25px;
  width: 28px;
  height: 28px;
  background-color: #212435;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  transition: transform 0.3s ease;
}

.scene-card:hover .card-arrow {
  transform: translateX(4px);
}

.scene-section .btn-all-container {
  text-align: center;
}

.scene-section .btn-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #315B7F;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  padding: 16px 20px 16px 30px;
  border-radius: 50px;
  transition: opacity 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 10px rgba(49, 91, 127, 0.2);
}

.scene-section .btn-all:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(49, 91, 127, 0.3);
}

.scene-section .btn-all .btn-text {
  margin-right: 15px;
}

.scene-section .btn-all .btn-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  background-color: #ffffff;
  color: #315B7F;
  border-radius: 50%;
}

@media screen and (max-width: 1024px) {
  .scene-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .scene-section {
    padding: 60px 15px;
  }
  .scene-header {
    margin-bottom: 40px;
  }
  .scene-main-title {
    font-size: 24px;
  }
  .scene-desc {
    font-size: 16px;
    text-align: left;
  }
  .scene-desc br {
    display: none;
  }
  .scene-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
  .scene-card {
    padding: 30px 20px 60px 20px;
  }
  .scene-card .card-icon-wrap {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
  }
  .scene-card .card-title {
    font-size: 20px;
  }
  .scene-card .card-desc {
    font-size: 16px;
  }
  .scene-card .card-arrow {
    bottom: 20px;
    right: 20px;
  }
  .scene-section .btn-all {
    width: 100%;
    font-size: 16px;
    padding: 15px 20px;
  }
  .scene-section .btn-all .btn-text {
    margin-right: auto;
    margin-left: auto;
  }
}

/* =========================================
     8. 費用・納期の目安 セクション
  ========================================= */
.pd-section {
  padding: 100px 20px;
  background-color: #F0F0F0;
}

.pd-container {
  max-width: 1100px;
  margin: 0 auto;
}

.pd-header {
  text-align: center;
  margin-bottom: 30px;
}

.pd-sub-title {
  display: block;
  color: #315B7F;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.pd-main-title {
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 25px;
  letter-spacing: 0.05em;
}

.pd-desc {
  font-size: 16px;
  line-height: 2;
  color: #262843;
}

.pd-table-wrap {
  display: flex;
  border-top: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  margin-bottom: 30px;
  background-color: #ffffff;
}

.pd-col {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.pd-labels {
  flex: 0 0 20%;
}

.pd-cell {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 80px;
  padding: 20px 15px;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  font-size: 16px;
  line-height: 1.6;
}

.pd-labels .pd-cell {
  background-color: #262843;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.pd-col .pd-cell-head {
  background-color: #262843;
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.pd-col:last-child .pd-cell-head {
  border-right: 1px solid #dcdcdc;
}

.pd-col:last-child .pd-cell {
  border-right: 1px solid #dcdcdc;
}

.pd-labels .pd-cell:last-child {
  border-bottom: 1px solid #dcdcdc;
}

.pd-labels .pd-cell-empty {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.pd-section .sp-label {
  display: none;
}

.pd-section .highlight {
  color: #315B7F;
  font-weight: 700;
}

.pd-footer-notes {
  text-align: center;
  font-size: 14px;
  line-height: 2;
  color: #262843;
  margin-bottom: 30px;
}

.pd-btn-area {
  text-align: center;
}

.pd-section .pd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #315B7F;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  padding: 16px 20px 16px 30px;
  border-radius: 50px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.pd-section .pd-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
}

.pd-section .btn-text {
  margin-right: 15px;
}

.pd-section .btn-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  background-color: #ffffff;
  color: #315B7F;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .pd-section {
    padding: 60px 15px;
  }
  .pd-header {
    margin-bottom: 40px;
  }
  .pd-main-title {
    font-size: 24px;
  }
  .pd-desc {
    font-size: 16px;
    text-align: left;
  }
  .pd-desc br {
    display: none;
  }
  .pd-table-wrap {
    flex-direction: column;
    border: none;
    background-color: transparent;
    gap: 30px;
    margin-bottom: 40px;
  }
  .pd-labels {
    display: none;
  }
  .pd-col {
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  }
  .pd-cell {
    flex-direction: row;
    align-items: center;
    text-align: left;
    min-height: auto;
    padding: 20px;
    border-right: none;
    justify-content: flex-start;
  }
  .pd-col:last-child .pd-cell {
    border-right: none;
  }
  .pd-col .pd-cell-head {
    align-items: center;
    text-align: center;
    border-bottom: none;
	justify-content: center;
  }
  .pd-section .sp-label {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    background-color: #262843;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 4px;
    margin-right: 20px;
    letter-spacing: 0.05em;
    white-space: nowrap;
	min-width:105px;
	text-align:center;
  }
  .pd-footer-notes {
    font-size: 16px;
    text-align: left;
  }
  .pd-footer-notes br {
    display: none;
  }
  .pd-section .pd-btn {
    width: 100%;
    font-size: 16px;
    padding: 15px 20px;
  }
  .pd-section .btn-text {
    margin-right: auto;
    margin-left: auto;
  }
}

/* =========================================
     9. 工場紹介・品質体制 セクション
  ========================================= */
.fs-section {
  position: relative;
  padding: 100px 0; /* 画面幅いっぱいにするため、セクション自体の左右paddingを削除 */
  background-color: #f0f0f0;
  background: url('./img/sec08-b.png') no-repeat center center #d3d3d3;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden; /* 余計な横スクロールバーが出ないようにする */
}

.fs-container {
  max-width: 1140px; /* 1100px + 左右padding各20px */
  margin: 10px auto 0;
  padding: 0 20px; /* ここで内側の余白を確保 */
}

.fs-header {
  display: flex;
  justify-content: end;
  align-items: flex-start;
  margin-bottom: 60px;
  gap: 60px;
}

.fs-title-area {
  flex-shrink: 0;
}

.fs-sub-title {
  display: block;
  color: #315B7F;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.fs-main-title {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.fs-header-desc {
  font-size: 16px;
  line-height: 2;
  color: #262843;
  flex-grow: 1;
  font-weight: 500;
}

.fs-block-title {
  background-color: #212435;
  color: #ffffff;
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  padding: 15px 20px;
  border-radius: 6px;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}

/* 設備・管理 */
.fs-facility-grid {
  display: flex;
  gap: 30px;
  margin-bottom: 80px;
}

.fs-facility-card {
  flex: 1;
  background-color: #ffffff;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.fs-facility-card-title {
  background-color: #212435;
  color: #ffffff;
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  padding: 15px;
  letter-spacing: 0.05em;
}

.fs-section .fs-dummy-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 30px 20px 30px;
}

.fs-section .fs-dummy-img img {
  border-radius: 10px;
}
.fs-section .fs-voice-card img {
  border-radius: 100rem;
  border:14px solid #DCE0E4;
}

.fs-section .fs-dummy-label {
  background-color: #ffffff;
  color: #ff0000;
  font-size: 18px;
  font-weight: 700;
  padding: 8px 15px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.fs-facility-text {
  padding: 0 30px 30px 30px;
  font-size: 16px;
  line-height: 2;
  color: #262843;
}

/* 数字で見る */
.fs-numbers-block {
  margin-bottom: 80px;
}

.fs-numbers-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.fs-num-card {
  background-color: #ffffff;
  border-radius: 6px;
  padding: 20px;
  text-align: center;
  color: #E60012;
  font-size: 20px;
  font-weight: 700;
  width: calc(33.333% - 14px);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
}

/* =====================
     カルーセル（フル幅対応）
  ===================== */
.fs-scene-block {
  margin-bottom: 80px;
}

.fs-block-desc {
  text-align: center;
  font-size: 16px;
  line-height: 2;
  color: #262843;
  margin-bottom: 30px;
  font-weight: 500;
}

.fs-carousel-wrap {
  width: 100%; /* 親の.fs-sectionがpaddingなしなので画面幅いっぱいになる */
  position: relative;
  margin-bottom: 40px;
}

.fs-carousel-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 20px;
  /* 最初のカードが中央の1100pxコンテンツ幅に揃うように計算 */
  padding-left: calc(50vw - 550px);
  padding-right: calc(50vw - 550px);
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.fs-carousel-track::-webkit-scrollbar {
  display: none;
}

/* 画面幅が1140px以下の場合は左右の余白を20pxで固定 */
@media screen and (max-width: 1140px) {
  .fs-carousel-track {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* JSでの移動計算を正確にするため、widthを固定 */
.fs-scene-card {
  flex: 0 0 260px;
  width: 260px;
  background-color: #ffffff;
  border-radius: 6px;
  overflow: hidden;
  scroll-snap-align: start;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.fs-scene-card .fs-dummy-img {
  height: 160px;
  margin: 0;
}

.fs-scene-card .fs-dummy-label {
  font-size: 14px;
  padding: 5px 10px;
}

.fs-scene-body {
  padding: 20px;
  text-align: center;
}

.fs-scene-title {
  color: #315B7F;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.fs-scene-text {
  font-size: 12px;
  color: #555;
  line-height: 1.6;
}

/* 矢印ボタン（1100pxの枠のすぐ外側に配置） */
.fs-carousel-btn {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background-color: #315B7F;
  border-radius: 50%;
  border: 2px solid #ffffff;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.fs-carousel-btn.prev {
  left: calc(50vw - 550px - 22px);
}

.fs-carousel-btn.next {
  right: calc(50vw - 550px - 22px);
}

@media screen and (max-width: 1200px) {
  .fs-carousel-btn.prev {
    left: 10px;
  }
  .fs-carousel-btn.next {
    right: 10px;
  }
}

/* つくり手の声 */
.fs-btn-area {
  text-align: center;
}

.fs-section .fs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #315B7F;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 25px 15px 35px;
  border-radius: 50px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.fs-section .fs-btn:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.fs-section .fs-btn-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  color: #315B7F;
  border-radius: 50%;
  margin-left: 15px;
}

.fs-voice-block {
  margin-bottom: 40px;
}

.fs-voice-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}

.fs-voice-card {
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.3s ease;
}

.fs-voice-card:hover {
  transform: translateY(-5px);
}

.fs-voice-card .fs-dummy-img {
  margin: 40px auto 0;
  border-radius: 10px 10px 0 0;
  max-width: 200px;
}

.fs-voice-body {
  padding: 30px;
  flex-grow: 1;
}

.fs-voice-meta {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
  justify-content: center;
}

.fs-voice-job {
  background-color: #262843;
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  padding: 0px 10px;
  white-space: nowrap;
}

.fs-voice-name {
  color: #315B7F;
  font-size: 20px;
  font-weight: 900;
}

.fs-voice-text {
  font-size: 16px;
  line-height: 2;
  color: #262843;
}

.fs-corner-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45px;
  height: 45px;
  background-color: #212435;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-bottom: 8px;
  padding-right: 8px;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .fs-section {
    padding: 60px 0;
  }
  .fs-header {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
  }
  .fs-header-desc {
    text-align: left;
  }
  .fs-block-title {
    font-size: 20px;
    padding: 12px;
    margin-bottom: 25px;
  }
  .fs-facility-grid {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 60px;
  }
  .fs-num-card {
    width: 100%;
    padding: 25px 20px;
    font-size: 18px;
  }
  .fs-scene-card {
    flex: 0 0 240px;
    width: 240px;
  }
  .fs-carousel-btn {
    display: none; /* スマホはスワイプで操作させるため矢印を消す */
  }
  .fs-voice-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .fs-voice-card .fs-dummy-img {
  }
  .fs-voice-body {
    padding: 20px;
    padding-bottom: 40px;
  }
  .fs-voice-name {
    font-size: 16px;
  }
  .fs-section .fs-btn {
    width: 100%;
  }
  .fs-block-desc {
    text-align: left;
  }
  .fs-title-area {
    text-align: center;
    width: 100%;
  }
  .fs-main-title {
    font-size: 24px;
  }
  .fs-facility-card-title {
    font-size: 20px;
  }
  .fs-facility-text {
    padding: 0 20px 20px 20px;
    font-size: 16px;
  }
}

/* =========================================
     10. 導入事例・活用実績 セクション
  ========================================= */
.cases-section {
  padding: 100px 20px;
}

.cases-container {
  max-width: 1100px;
  margin: 0 auto;
}

.cases-header {
  text-align: center;
  margin-bottom: 60px;
}

.cases-sub-title {
  color: #315B7F;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}

.cases-main-title {
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 25px;
  letter-spacing: 0.05em;
}

.cases-desc {
  font-size: 16px;
  line-height: 2;
  color: #262843;
}

.cases-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.case-card {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
  background-color: #262843;
  color: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.case-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.case-thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.cases-section .dummy-label {
  background-color: #ffffff;
  color: #ff0000;
  font-size: 22px;
  font-weight: 700;
  padding: 10px 25px;
  letter-spacing: 0.05em;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.case-body {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  flex-grow: 1;
}

.case-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 25px;
  letter-spacing: 0.05em;
}

.case-text {
  font-size: 16px;
  line-height: 2;
  color: #e0e0e0;
  margin-bottom: 20px;
  text-align: left;
}

.case-arrow {
  position: absolute;
  bottom: 25px;
  right: 25px;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.case-card:hover .case-arrow {
  transform: translateX(4px);
  border-color: #ffffff;
}

@media screen and (max-width: 767px) {
  .cases-section {
    padding: 60px 15px;
  }
  .cases-header {
    margin-bottom: 40px;
  }
  .cases-main-title {
    font-size: 26px;
  }
  .cases-desc {
    font-size: 16px;
    text-align: left;
  }
  .cases-desc br {
    display: none;
  }
  .cases-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .cases-section .dummy-label {
    font-size: 18px;
    padding: 8px 20px;
  }
  .case-body {
    padding: 30px 20px 60px 20px;
  }
  .case-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .case-text {
    line-height: 2;
    margin-bottom: 0;
  }
  .case-arrow {
    bottom: 20px;
    right: 20px;
    width: 28px;
    height: 28px;
  }
}

/* =========================================
     11. ご利用の流れ セクション
  ========================================= */
.process-section {
  position: relative;
  padding: 120px 20px;
  overflow: hidden;
}

.process-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 80%;
  background-color: #F7F7F7;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: -1;
}

.process-inner {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: 80px;
  align-items: flex-start;
}

.process-left {
  flex: 0 0 32%;
  padding-top: 10px;
}

.process-sub {
  display: block;
  color: #315B7F;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.process-title {
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}

.process-desc {
  font-size: 16px;
  line-height: 2;
  color: #262843;
}

.process-desc span {
  color: #315B7F;
  font-weight: 700;
}

.process-right {
  flex: 1;
}

.process-list {
  list-style: none;
}

.process-item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 35px 0;
  border-bottom: 1px solid #dcdcdc;
}

.process-item:first-child {
  padding-top: 0;
}

.process-item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 52%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #dcdcdc transparent transparent transparent;
}

.process-num {
  flex: 0 0 80px;
  display: flex;
  flex-direction: column;
  color: #315B7F;
}

.process-num .step {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 5px;
}

.process-num .number {
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
}

.process-info {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 40px;
}

.process-name {
  flex: 0 0 220px;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.5;
  color: #262843;
}

.process-detail {
  flex: 1;
  font-size: 16px;
  line-height: 2;
  color: #262843;
}

@media screen and (max-width: 767px) {
  .process-section {
    padding: 60px 15px;
  }
  .process-section::before {
    clip-path: polygon(0 0, 100% 0%, 0 15%);
  }
  .process-inner {
    flex-direction: column;
    gap: 40px;
  }
  .process-left {
    flex: auto;
    width: 100%;
    padding-top: 0;
  }
  .process-title {
    font-size: 24px;
    text-align: center;
  }
  .process-sub {
    text-align: center;
  }
  .process-right {
    width: 100%;
  }
  .process-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 25px 0;
  }
  .process-num {
    flex: auto;
    flex-direction: row;
    align-items: baseline;
    gap: 8px;
    justify-content: center;
    width: 100%;
  }
  .process-num .step {
    font-size: 16px;
    margin-bottom: 0;
  }
  .process-num .number {
    font-size: 32px;
  }
  .process-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
  }
  .process-name {
    flex: auto;
    width: 100%;
    font-size: 20px;
    text-align: center;
  }
  .process-name br {
    display: none;
  }
  .process-detail {
    flex: auto;
    width: 100%;
  }
}

/* =========================================
     12. よくあるご質問 セクション
  ========================================= */
.faq-section {
  padding: 100px 20px;
  background-color: #F0F0F0;
}

.faq-container {
  max-width: 900px;
  margin: 0 auto;
}

.faq-header {
  text-align: center;
  margin-bottom: 60px;
}

.faq-sub-title {
  display: block;
  color: #315B7F;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.faq-main-title {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 50px;
}

.faq-card {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 0 40px;
}

.faq-q-box {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px 0;
  border-bottom: 1px solid #e5e5e5;
}

.faq-icon-q {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  background-color: #262843;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
}

.faq-q-text {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.faq-a-box {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 30px 0;
}

.faq-icon-a {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  background-color: #ffffff;
  color: #315B7F;
  border: 1px solid #315B7F;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
}

.faq-a-text {
  font-size: 16px;
  line-height: 2;
  color: #262843;
}

.faq-a-text sup {
  font-size: 11px;
  line-height: 0;
  vertical-align: super;
}

.faq-btn-area {
  text-align: center;
}

.faq-section .faq-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #315B7F;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 16px 20px 16px 30px;
  border-radius: 50px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.faq-section .faq-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
}

.faq-section .btn-text {
  margin-right: 15px;
}

.faq-section .btn-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  background-color: #ffffff;
  color: #315B7F;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .faq-section {
    padding: 60px 15px;
  }
  .faq-header {
    margin-bottom: 40px;
  }
  .faq-main-title {
    font-size: 26px;
  }
  .faq-list {
    gap: 20px;
    margin-bottom: 40px;
  }
  .faq-card {
    padding: 0 20px;
  }
  .faq-q-box {
    padding: 20px 0;
    gap: 15px;
  }
  .faq-icon-q,
  .faq-icon-a {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
  .faq-q-text {
    font-size: 18px;
  }
  .faq-a-box {
    padding: 20px 0;
    gap: 15px;
  }
  .faq-a-text {
    font-size: 16px;
    padding-top: 0;
  }
  .faq-section .faq-btn {
    width: 100%;
    padding: 15px 20px;
  }
  .faq-section .btn-text {
    margin-right: auto;
    margin-left: auto;
  }
}

/*------------------------------------------
     Slider settings (基本設定)
*/
.onb-txtSlider-area {
  position: relative;
  padding: 0 4rem;
}

.swiper.onb-txtSlider {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
}

/* ★修正：幅指定を削除。Swiperにレイアウトを任せる */
.onb-txtSlider .swiper-slide {
  background-color: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  height: auto; /* Flexで高さを揃える */
}

/* 画像エリア */
.slide-text-img {
  width: 100%;
}

.slide-text-img img {
  width: 100%;
  display: block;
  border-radius: 8px 8px 0 0;
}

.slide-text-img .caption {
  font-size: 1.2rem;
  padding: 0.8rem;
  color: #666;
}

/* テキストエリア */
.slide-text-box {
  padding: 2.4rem 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.slide-text-box p {
  line-height: 2;
  font-size: 16px;
}

.box-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  text-align: center;
  color: #315B7F;
}

/* ------------------------------------------------------------
   ページネーションと矢印の設定
------------------------------------------------------------ */
.onb-txtSlider .swiper-pagination-fraction {
  width: 4em;
  padding: var(--s1);
  background-color: #fff;
  display: inline-block;
  bottom: inherit;
  top: 0;
  left: inherit;
  right: 18%;
  z-index: 5;
  display: none;
}

.onb-txtSlider-area .swiper-button-next,
.onb-txtSlider-area .swiper-button-prev {
  width: 5rem;
  height: 5rem;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  border-radius: 100rem;
}

.onb-txtSlider-area .swiper-button-prev {
  left: max(0px, calc(50% - 570px));
}

.onb-txtSlider-area .swiper-button-next {
  right: max(0px, calc(50% - 570px));
}

.onb-txtSlider-area .swiper-button-next:hover,
.onb-txtSlider-area .swiper-button-prev:hover {
  opacity: .6;
}

.onb-txtSlider-area .swiper-button-next:after,
.onb-txtSlider .swiper-rtl .swiper-button-prev:after {
  content: "";
  width: 4rem;
  height: 4rem;
  background: url("./img/slider-arrow-right.png") no-repeat center center;
  background-size: contain;
}

.onb-txtSlider-area .swiper-button-prev:after,
.onb-txtSlider .swiper-rtl .swiper-button-next:after {
  content: "";
  width: 4rem;
  height: 4rem;
  background: url("./img/slider-arrow-left.png") no-repeat center center;
  background-size: contain;
}

/* ------------------------------------------------------------
   SP settings
------------------------------------------------------------ */
@media screen and (max-width: 767px) {
  .onb-txtSlider-area {
    padding: 0;
  }
  .onb-txtSlider .swiper-pagination-fraction {
    width: 5.5em;
    font-size: 1rem;
    right: 0;
  }
  .onb-txtSlider-area .swiper-button-next,
  .onb-txtSlider-area .swiper-button-prev {
    width: 4rem;
    height: 4rem;
    top: 50%;
  }
  .onb-txtSlider-area .swiper-button-prev {
    left: 1rem;
  }
  .onb-txtSlider-area .swiper-button-next {
    right: 1rem;
  }
}
















*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
.jp-sim-hero{text-align:center;padding:56px 24px 44px;color:#fff}
.jp-sim-hero .jp-sim-h1{font-size:28px;font-weight:700;line-height:1.65;margin-bottom:16px;letter-spacing:.04em}
.jp-sim-hero-sub{font-size:13px;color:rgba(255,255,255,.75);line-height:2;letter-spacing:.04em}
.jp-sim-card{background:#f0f0f0;border-radius:8px;max-width:1040px;margin:0 auto 48px;overflow:hidden; border:1px solid #fff;padding:40px;}
.jp-sim-row{display:flex;border-bottom:1px solid #c8c8ca}
.jp-sim-row:last-child{border-bottom:none}
.jp-sim-lbl{background:#262743;color:#fff;font-size:16px;font-weight:700;letter-spacing:.06em;padding:20px 16px;width:145px;min-width:145px;display:flex;align-items:center;justify-content:center;text-align:center;line-height:1.5;flex-shrink:0}
.jp-sim-opts{background:#fff;flex:1;padding:16px 20px;display:flex;flex-wrap:wrap;gap:6px 4px;align-items:center}
.jp-sim-cb{display:inline-flex;align-items:center;gap:5px;cursor:pointer;padding:3px 6px;border-radius:3px;user-select:none;transition:background .12s;font-size:13px;color:#444;letter-spacing:.02em}
.jp-sim-cb:hover{background:#f0f0f0}
.jp-sim-cb input[type=checkbox]{appearance:none;-webkit-appearance:none;width:15px;height:15px;border:1.5px solid #aaa;border-radius:2px;cursor:pointer;position:relative;flex-shrink:0;background:#fff;transition:border-color .12s,background .12s}
.jp-sim-cb input[type=checkbox]:checked{background:#2865c8;border-color:#2865c8}
.jp-sim-cb input[type=checkbox]:checked::after{content:'';position:absolute;left:2px;top:-1px;width:8px;height:11px;border:2px solid #fff;border-top:none;border-left:none;transform:rotate(42deg)}
.jp-sim-cb input:checked~span{color:#2865c8;font-weight:700}
.jp-sim-btn-row{background:#f0f0f0;display:flex;justify-content:center;gap:20px;padding:22px 20px 0;}
.jp-sim-btn-search{background:#315B7F;color:#fff;border:none;border-radius:24px;padding:12px 44px 12px 36px;font-size:14px;font-weight:700;letter-spacing:.08em;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:opacity .15s;font-family:inherit}
.jp-sim-btn-search:hover{opacity:.85}
.jp-sim-btn-reset{background:#fff;color:#555;border:1px solid #bbb;border-radius:24px;padding:12px 36px 12px 30px;font-size:14px;font-weight:600;letter-spacing:.06em;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:background .15s,border-color .15s;font-family:inherit}
.jp-sim-btn-reset:hover{background:#f5f5f5;border-color:#999}
.jp-sim-results{max-width:960px;margin:0 auto;padding:0 24px 80px;display:none}
.jp-sim-result-heading{text-align:center;color:#fff;font-size:24px;font-weight:700;margin-bottom:36px;letter-spacing:.04em}
.jp-sim-count{color:#f0c060;font-size:1.1em}
.jp-sim-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
@media(max-width:767px){.jp-sim-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:767px){.jp-sim-grid{grid-template-columns:1fr}}
.jp-sim-pcard{background:#fff;border-radius:10px;overflow:hidden;border: 1px solid #fff;}
.jp-sim-pcard-head{background:#315B7F;padding:14px 18px;display:flex;align-items:center;justify-content:center;border-radius:10px 10px 0 0;}
.jp-sim-pcard-id{color:#fff;font-size:24px;font-weight:700;letter-spacing:.04em}
.jp-sim-pcard-arrow{width:28px;height:28px;border-radius:50%;border:1px solid rgba(255,255,255,.4);display:flex;align-items:center;justify-content:center;color:#fff;font-size:13px;cursor:pointer;flex-shrink:0;display:none;}
.jp-sim-pcard-body{padding:20px 20px 0}
.jp-sim-pcard-desc{font-size:12px;color:#262843;line-height:1.75;margin-bottom:12px}
.jp-sim-spec{width:100%;border-collapse:collapse;font-size:14px}
.jp-sim-spec tr{border-top:1px solid #e8e8e8}
.jp-sim-spec tr:first-child{border-top:none}
.jp-sim-spec td{padding:7px 8px;color:#262843;font-weight:bold;}
.jp-sim-spec td:first-child{text-align:center;background:#f1f1f1;border-right:none;width:50%}
.jp-sim-spec td:last-child{text-align:center;color:#262843;font-weight:normal;}
.jp-sim-pcard-foot{padding:10px 20px 20px;text-align:right}
.jp-sim-pcard-more{font-size:14px;color:#262743;font-weight:700;cursor:pointer;text-decoration:underline;display:inline-flex;align-items:center;gap:4px;border-bottom:1.5px solid transparent;transition:border-color .15s}
.jp-sim-pcard-more:hover{opacity:0.6;}
.jp-sim-cta{text-align:center;padding:56px 24px 72px;color:#fff}
.jp-sim-cta p{font-size:14.5px;line-height:2;margin-bottom:28px;color:rgba(255,255,255,.85);letter-spacing:.04em}
.jp-sim-btn-cta{display:inline-flex;align-items:center;gap:10px;background:#ed4b22;color:#fff;border:none;border-radius:28px;padding:16px 44px;font-size:15px;font-weight:700;letter-spacing:.06em;cursor:pointer;text-decoration:none;transition:opacity .15s;font-family:inherit}
.jp-sim-btn-cta:hover{opacity:.88}
.jp-sim-empty{text-align:center;padding:0px;color:rgba(255,255,255,.6);font-size:14px;grid-column:1/-1;line-height:2}
@media(max-width:767px){
  .jp-sim-hero .jp-sim-h1{font-size:21px}
  .jp-sim-lbl{width:100%;min-width:84px;font-size:16px;padding:16px 10px}
  .jp-sim-btn-row{flex-direction:column;align-items:center;gap:12px;padding:20px;}
  .jp-sim-btn-search,.jp-sim-btn-reset{width:80%;justify-content:center}
.jp-sim-row{flex-direction: column;}
.jp-sim-results{padding:0 !important;}
.jp-sim-result-heading{font-size:18px;}
.jp-sim-card{padding:0px;}
}




/* ふわっと表示させる要素の初期状態 */
.fade-in {
  opacity: 0;
  /* ↓ 0.8s から 0.5s に変更して少し早くしました ↓ */
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  will-change: opacity, transform;
}

/* 画面内に入って表示されるときの状態 */
.fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-200 { transition-delay: 0.4s; }
.delay-400 { transition-delay: 0.8s; }
.delay-600 { transition-delay: 1.2s; }