@import url('https://fonts.googleapis.com/css2?family=Gothic+A1:wght@400;500;700&family=Noto+Sans+JP:wght@100..900&display=swap');
/* ============ =============== */
.sp-icon-vt {
  display: none;
}
@media (max-width: 766px) {
  .sp-icon-vt {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sp-icon-vt img {
    width: 25px;
    height: auto;
  }
  .footer-btn-vertical-01 {
    padding: 0 !important;
    position: fixed;
    right: 0;
    bottom: 100px;
  }
  .footer-btn-vertical-01 .btn-vertical-01__inner {
    display: none;
  }
  .footer-btn-vertical-01 .btn-vertical-01 {
    width: 40px;
    height: 40px;
    border-radius: 4px 0 0 4px;
    padding: 6px;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-btn-vertical-01 .list-btn-vertical-01 {
    flex-direction: column;
  }
  .fv_links {
    position: absolute;
    top: 80px;
    left: 24px;
    z-index: 4;
  }
  .fv_links .fv_link1 {
    background: url(../img/ico_map.png) no-repeat left 12px center #23bcba;
    background-size: 12px;
    position: relative;
      display: block;
      width: auto;
      height: auto;
      border-radius: 4px;
      padding: 16px 16px 16px 32px;
      margin: 0 8px 0 0;
      display: inline-block;
      color: #fff;
      font-weight: 600;
      transition: .2s;
      font-size: 11px;
  }
  .fv_links .fv_link2 {
    background: url(../img/ico_contact.png) no-repeat left 12px center #50BCB4;
    background-size: 12px;
    position: relative;
      display: block;
      width: auto;
      height: auto;
      border-radius: 4px;
      padding: 16px 16px 16px 16px;
      margin: 0 0 0 0;
      display: inline-block;
      color: #fff;
      font-weight: 600;
      transition: .2s;
      font-size: 11px;
  }
  
  .fv_links .fv_link1:hover {
    background: url(../img/ico_map.png) no-repeat left 12px center #039391;
    background-size: 12px;
    transition: .2s;
  }
  .fv_links .fv_link2:hover {
    background: url(../img/ico_contact.png) no-repeat left 12px center #ff8100;
    background-size: 12px;
    transition: .2s;
  }
}
.footer-popup-sp,
.footer-popup-pc {
  display: none !important;
}
.contents {
  padding-bottom: 0;
}
.footer-popup-sp {
  display: none;
}
.footer .footer-popup-pc {
  display: none !important;
}
/* Statistics Section =============== */
.statistics {
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  text-align: center;
}
/* --- SP/PCで動画を出し分け --- */
.background-video-sp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  border-radius: 30px;
  display: block;  /* SP版はデフォルト表示 */
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: contain; /* 動画を拡大せず、要素内に収める */
  z-index: -1;
  border-radius: 30px;
  display: none;  /* PC版はデフォルト非表示 */
}
.statistics-header {
  padding: 100px 42px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* min-height: 700px; */
  height: calc(100svh - 60px);
}
.statistics-header h1 {
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: normal;
  color: #fff;
  margin-top: -32px;
  display: flex;
  flex-direction: column;
  z-index: 3;
}
.highlight-points {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 44px;
  z-index: 3;
}
.point {
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border-radius: 50%;
  font-size: 0.9rem;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  /* aspect-ratio: 1/1; ← 削除 */
  width: 109px; /* 幅を109pxに固定 */
  height: 109px; /* 高さを109pxに固定 */
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0;
}
.point.red {
  border: 4px solid rgba(209, 56, 26, 0.9);
  color: #d1381a;
}
.point.yellow {
  border: 4px solid #f3d221;
  color: #ff9800;
}
.point.blue {
  border: 4px solid #50BCB4;
  color: #50BCB4;
  letter-spacing: -0.07em;
}
.cta-button {
  display: none;
}
.news-tagline {
  display: none;
}

@media (min-width: 768px) {
  .background-video-sp {
    display: none;
  }
  .background-video {
    display: block;
  }
  .statistics-header {
    padding: 5.78% 100px 80px;
    border-radius: 30px;
    margin-top: 22px;
    margin: 22px 60px 0;
    min-height: auto;
    height: auto;
    align-items: flex-start;
    position: relative;
    z-index: 2;
  }
  .statistics-header h1 {
    flex-direction: row;
    font-size: 2.625rem;
    margin-top: 0;
    z-index: 2;
  }
  .highlight-points {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    gap: 35px;
    margin-top: 40px;
    z-index: 3;
  }
  .point {
    font-size: 1.25rem;
    min-width: 150px;
    min-height: 150px;
  }
  .point.red {
    grid-area: 1/1/2/2;
  }
  .point.yellow {
    grid-area: 1/2/2/3;
  }
  .point.blue {
    grid-area: 1/3/2/4;
  }
  .cta-button {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    border: 4px solid #50BCB4;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background: #50BCB4;
    color: #fff;
    padding: 20px 40px;
    margin-left: 0;
    margin-top: 34px;
    min-width: 520px;
  }
  .news-tagline {
    font-size: 1rem;
    display: inline-block;
    padding: 19px 41px 18px 27px;
    border-radius: 30px;
    color: #000;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    position: absolute;
    right: 30px;
    bottom: -20px;
  }
  .news-text {
    font-weight: 800;
    color: #d1381a;
    margin-right: 19px;
    position: relative;
  }
  .news-text::after {
    content: '';
    display: inline-block;
    position: absolute;
    right: -18px;
    height: 2.5em;
    width: 2px;
    background-color: #d1381a;
    top: 50%;
    transform: translateY(-50%);
  }
  .news-date {
    font-weight: 600;
    margin-left: 12px;
    margin-right: 8px;
  }
  .news-name {
    color: #727070;
    font-weight: 600;
    border: 1px solid #ddd;
    padding: 5px 10px;
    margin: 0 10px;
  }
  .news-title {
    font-weight: 600;
  }
}
@media (min-width: 1331px) and (max-width: 1620px) {
  .statistics-header h1 {
    font-size: 2.2rem;
  }
}
@media (min-width: 769px) and (max-width: 1330px) {
  .statistics-header h1 {
    font-size: 1.9rem;
  }
}

@media (min-width: 1440px) {
  .statistics-header {
    padding: 5.78% 9.792% 80px;
  }
}
.statistics-content {
  background-color: #f8f8f9;
  padding-top: 49px;
  padding: 50px 27px;
}
.statistics-content h2 {
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  background-image: url(../common/svg/ttl_cmn_01.svg);
  background-repeat: no-repeat;
  background-size: 71px 4px;
  background-position: top center;
  padding-top: 20px;
  color: #000;
}
.statistics-content-subtitle {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 10px;
  text-align: left;
  color: #000;
}
.features {
  margin-top: 22px;
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  flex-direction: column;
  justify-content: center;
  gap: 27px;
}
.feature {
  padding: 34px 24px 25px;
  border-radius: 10px;
  border: 1px solid #ddd;
  background: #fff;
  max-width: 380px;
}
.feature h3 {
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 3.125rem;
  font-weight: 400;
  line-height: normal;
  color: #000;
}
/* /**.feature-1 h3 {
  color: #d1381a;
}
.feature-2 h3 {
  color: #f3d221;
}
.feature-3 h3 {
  color: #50bcb4;
}**/ */
.feature-tag {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-top: 8px;
  display: block;
  color: #000;
}
.feature h4 {
  font-size: 1.75rem;
  color: #000;
  font-weight: 700;
  line-height: 1.29;
  margin-top: 4px;
}
.feature-icon {
  margin-top: 20px;
  width: 80px;
  height: 90px;
}
.feature-text {
  font-size: 1rem;
  color: #000;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 24px;
  text-align: left;
}
.feature-1 .pc-only .feature-text {
  margin-left: -10px;
  margin-right: -10px;
}
.feature-2 .pc-only .feature-text {
  margin-top: 15px;
}
.feature-3 .pc-only.feature-text {
  margin-top: 15px;
}

.feature-text a {
  text-decoration: underline;
  color: inherit;
  text-decoration-thickness: 0.075em;
  text-underline-offset: 0.1em;
}
.feature-text span.bold {
  font-weight: 700;
  color: #d1381a;
}

.ref-text {
  text-align: left;
  color: #727070;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 22px;
  letter-spacing: 0.045em;
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  margin-left: -4px;
}
.award-list-title,
.award-list {
  text-align: left;
}
.award-list-title {
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  margin-top: 24px;
}
.award-list li {
  line-height: 1;
}
.award-list li a {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;

  text-decoration: underline;
  text-decoration-thickness: 0.075em;
  text-underline-offset: 0.15em;
}
.award-list li a:hover {
  text-decoration: none;
  color: #23bcba !important;
}
.features-cta {
  display: inline-block;
  font-size: 1.125rem;
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  background: linear-gradient(90deg, #23bcba 0%, #45e994 100%);
  color: #fff;
  text-align: center;
  border-radius: 10em;
  margin-top: 30px;
  padding: 10px 60px;
  line-height: 1.3;
}
.pc-only {
  display: block;
}
/* Desktop styles */
@media (min-width: 767px) {
  .statistics-content {
    margin-top: -60px;
    padding: 140px 60px 65px;
  }
  .statistics-content h2 {
    font-size: 2.375rem;
  }
  .statistics-content-subtitle {
    font-size: 1.5rem;
    text-align: center;
    margin-top: 42px;
  }
  .features {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    justify-content: center;
    margin-top: 38px;
    width: max-content;
    margin: 38px auto 0;
  }
  .feature-tag {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    margin-top: 8px;
    display: block;
    color: #000;
  }
  .feature-icon {
    width: 91px;
    height: 96.8px;
    object-fit: cover;
    margin-top: 12px;
  }
  .feature h4 {
    margin-top: 4px;
  }
  .feature-text {
    margin-top: 16px;
  }
  .feature-1 .feature-text {
    margin-right: -15px;
  }
  .feature-3 .feature-text {
    margin-right: 5px;
  }
  .ref-text {
    font-size: 1rem;
  }
  .award-list-title {
    font-size: 1rem;
    font-weight: 400;
    color: #000;
    margin-top: 24px;
  }
  .award-list {
    margin-top: 0;
    margin-right: 5px;
  }
  .award-list li a {
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
  }
  .features-cta {
    margin-top: 46px;
    font-size: 1.25rem;
    padding: 15px 52px 12px;
  }
  .sp-only {
    display: none;
  }
  .pc-only {
    display: block;
  }
}
/* ===================== Usage Section ================ */
.usage {
  padding: 50px 26px 0;
  text-align: center;
  color: #000;
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.usage-header h2 {
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  background-image: url(../common/svg/ttl_cmn_01.svg);
  background-repeat: no-repeat;
  background-size: 71px 4px;
  background-position: top center;
  padding-top: 20px;
}
.usage-header p {
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.375;
  margin-top: 14px;
  text-align: left;
}
.usage-image-container {
  margin: 42px -26px 0;
}
.usage-image {
  animation: scrolling 50s linear infinite;
  background-position: 0px 0px;
  background-repeat: repeat-x;
  background-size: auto 142px;
  height: 142px;
  width: 100%;
}

@keyframes scrolling {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: -1836px 0px;
  }
}

.usage-industries {
  margin-top: 54px;
  padding: 0 26px 26px;
  text-align: left;
  border: 1px solid #ddd;
}
.usage-industries h3 {
  font-size: 1.25rem;
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  text-align: center;
  padding: 0 10px;
  background-color: white;
  line-height: 1.3;
  margin-top: -22px;
  display: flex;
  justify-content: center;
  margin: -22px auto;
  width: fit-content;
}
.industries-lists {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 36px;
}
.usage-industries ul {
  padding: 0;
  margin: 0;
}
.industries-lists li {
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.25;
}
.usage-partners {
  margin-top: 40px;
}
.usage-partners h3 {
  font-size: 1.375rem;
  font-weight: 700;
}
.usage-partners p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  margin-top: 21px;
  text-align: left;
}
.learn-more {
  display: inline-block;
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  color: #23bcba;
  text-align: right;
  width: 100%;
  margin-top: 20px;
}
/* Desktop styles */
@media (min-width: 767px) {
  .usage {
    padding: 78px 60px 50px;
  }
  .usage-header h2 {
    font-size: 2.375rem;
  }
  .usage-header p {
    font-size: 1.5rem;
    line-height: 1.33;
    text-align: center;
    max-width: 53rem;
    margin: 20px auto 0;
  }
  .usage-image-container {
    margin-top: 36px;
    margin-left: -34px;
    margin-right: -34px;
  }
  .usage-image-container {
    position: relative;
    overflow: clip;
  }
  .usage-image-container::before,
  .usage-image-container::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50px;
    /* Adjust gradient width */
    pointer-events: none;
    z-index: 2;
  }
  .usage-image-container::before {
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  }
  .usage-image-container::after {
    right: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  }
  .usage-industries {
    max-width: 1460px;
    margin: 76px auto 0;
    padding-bottom: 42px;
  }
  .usage-industries h3 {
    font-size: 1.75rem;
  }
  .industries-lists {
    flex-direction: row;
    justify-content: center;
    gap: 8%;
    max-width: 1200px;
    margin: 66px auto 0;
    /* padding-left: 8%; */
  }
  .usage-industries ul {}
  .industries-lists li {
    font-size: 1.375rem;
    line-height: 1.64;
  }
  .usage-partners {
    margin-top: 50px;
    max-width: 1200px;
    margin: 50px auto 0;
  }
  .usage-partners h3 {
    font-size: 2rem;
  }
  .usage-partners p {
    font-size: 1.25rem;
    line-height: 1.8;
    text-align: left;
    line-height: 1.8;
    margin: 40px auto 0;
  }
  .learn-more {
    font-size: 1.25rem;
    margin-top: 25px;
  }
}
/* ===================== Cases Section ==================== */
.cases {
  margin: 56px 26px 0;
  text-align: center;
  color: #000;
}
.cases-content {
  padding: 20px 20px 64px;
  border: 2px solid #f3d221;
  border-radius: 10px;
}
.cases-title {
  font-size: 1.375rem;
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  width: fit-content;
  margin: -40px auto 0;
  padding: 0 10px;
  background-color: white;
}
.cases-description {
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.55;
  margin-top: 20px;
  text-align: left;
}
.cases-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-top: 16px;
}
.case-card {
  text-align: left;
  max-width: 278px;
  margin: 0 auto;
}
.case-card h3 {
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.375rem;
  border-radius: 30px;
  border: 1px solid #f3d221;
  text-align: center;
  padding: 6px;
}
.case-image {
  margin-top: 7px;
}
.case-image img {
  border-radius: 10px;
  width: 100%;
}
.case-example-title {
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.56;
  margin-top: 15px;
}
.case-example {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.56;
  margin-top: 5px;
}
.case-link {
  color: #23bcba;
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  display: inline-block;
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.case-link::after {
  content: url('./images/arrow-round.svg');
  line-height: 0;
}
.cases-more {
  border-radius: 10rem;
  background: linear-gradient(90deg, #23bcba 0%, #45e994 100%);
  color: #fff;
  text-align: center;
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 11px 28px 6px;
  display: flex;
  flex-direction: column;
  max-width: 280px;
  line-height: 1.25;
  margin: 36px auto 0;
}
/* Desktop styles */
@media (min-width: 767px) {
  .cases {
    display: flex;
    justify-content: center;
    box-shadow: 0px 6px 10px 0px rgba(34, 34, 34, 0.2) inset;
    margin: 16px 0 0;
    padding-bottom: 50px;
  }
  .cases-content {
    max-width: 1200px;
    margin: 114px auto 0;
    padding: 20px 42px 66px;
  }
  .cases-title {
    font-size: 2.375rem;
    margin: -63px auto 0;
    padding: 0 20px;
  }
  .cases-description {
    font-size: 1.5rem;
    margin-top: 42px;
    line-height: 1.22;
  }
  .cases-grid {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 74px;
    gap: 62px 20px;
  }
  .case-card {
    text-align: center;
    padding: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  .case-card h3 {
    font-size: 1.5rem;
    padding: 4px 6px 5px;
  }
  .case-example-title {
    text-align: left;
  }
  .case-example {
    text-align: left;
  }
  .case-link {
    padding-top: 15px;
    margin-top: auto;
  }
  .cases-more {
    font-size: 1.25rem;
    max-width: 350px;
    padding: 18px 20px 11px;
    margin: 26px auto 0;
    flex-direction: row;
    justify-content: center;
  }
}
/* =================== Data Section ================= */
.data-section {
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #000;
  margin: 46px 26px 0;
  text-align: center;
}
.data-content {
  padding: 20px;
  border: 2px solid #23bcba;
  border-radius: 10px;
  text-align: left;
}
.data-title {
  font-size: 1.375rem;
  width: fit-content;
  margin: -36px auto 0;
  padding: 0 10px;
  background-color: white;
}
.data-description {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.56;
  margin-top: 15px;
}
.data-services {
  margin-bottom: 2rem;
}
.data-section-subtitle {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  border: 1px solid rgba(80, 188, 180, 0);
  background: #fafafa;
  padding: 6px 20px 7px;
  text-align: center;
  margin-top: 34px;
}
.service-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: center;
  margin-top: 20px;
}
.service-card {
  text-align: center;
  width: 100%;
  max-width: 274px;
}
.service-card-image img {
  border-radius: 10px;
}
.service-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.service-card-title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: normal;
}
.service-tag {
  font-size: 0.875rem;
  color: #23bcba;
  font-weight: bold;
  padding: 3px 10px;
  border-radius: 5px;
  border: 1px solid #23bcba;
  line-height: normal;
}
.service-links {
  list-style: none;
  padding: 0;
  text-align: left;
  margin-top: 14px;
}
.service-link {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 2;
  color: #23bcba;
  text-decoration: none;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  text-decoration: none;
}
.service-link::after {
  content: url(./images/arrow-round.svg);
  line-height: 0;
}
.data-attributes {
  margin-bottom: 2rem;
}
.attribute-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  margin-top: 20px;
}
.attribute-card {
  text-align: center;
  width: 100%;
  max-width: 150px;
}
.attribute-card-title {
  font-size: 1.125rem;
  line-height: 1.25;
  font-weight: bold;
  margin-top: 14px;
}
@media (min-width: 767px) {
  .data-content {
    max-width: 1200px;
    margin: 60px auto 0;
    padding: 20px 42px 58px;
  }
  .data-title {
    font-size: 2.375rem;
    margin: -60px auto 0;
    padding: 0 20px;
  }
  .data-description {
    font-size: 1.5rem;
    margin-top: 32px;
    line-height: 1.3;
  }
  .data-section-subtitle {
    font-size: 1.5rem;
    margin-top: 50px;
  }
  .service-cards {
    justify-content: space-evenly;
    margin-top: 42px;
    padding: 0 45px;
  }
  .service-card,
  .attribute-card {
    width: calc(33.333% - 1rem);
  }
  .attribute-cards {
    gap: 2.5rem;
    margin-top: 34px;
  }
}

.feature-tag {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-top: 8px;
  display: block;
  color: #000;
}
/*==================== Data Provision Section ====================*/
.data-provision-section {
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  padding: 50px 26px;
  color: #000;
}
.provision-header {
  text-align: center;
}
.provision-title {
  font-size: 1.5rem;
  background-image: url(../common/svg/ttl_cmn_01.svg);
  background-repeat: no-repeat;
  background-size: 71px 4px;
  background-position: top center;
  padding-top: 20px;
}
.provision-description {
  font-size: 1rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
  margin-top: 15px;
}
.provision-table-container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 34px;
  margin-right: -26px;
  padding-bottom: 10px;
  padding-right: 26px;
}
.provision-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 768px;
}
/* width */
.provision-table-container::-webkit-scrollbar {
  height: 8px;
}
/* Track */
.provision-table-container::-webkit-scrollbar-track {
  background: #eee;
}
/* Handle */
.provision-table-container::-webkit-scrollbar-thumb {
  background: #d9d9d9;
}
.provision-table-container::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}
.provision-table th,
.provision-table td {
  border: 1px solid #e9e9e9;
  padding: 7px 14px;
  text-align: center;
}
.provision-table th {
  font-weight: bold;
}
.provision-table tr:first-child th {
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}
.provision-table tr:nth-child(2) th {
  font-size: 1.125rem;
  color: #000;
  font-weight: 700;
  padding: 13px 10px 4px;
}
.provision-table tr th.col-first {
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  min-width: 111px;
  text-align: left;
}
.provision-table tr .col-first {
  background-color: #444;
  color: white;
}
.plan-subscribe {
  color: white;
  background-color: #36c9af;
}
.plan-spot {
  color: white;
  background-color: #ff7e81;
}
.pop-map {
  background-color: #d7f4ef;
}
.plan-spot-pkg {
  background-color: #ffebeb;
}
.plan-spot-order {
  background-color: #ffebeb;
}
.provision-table tr:first-child {
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
}
.provision-table tr:has(.table-image) td {
  vertical-align: top;
}
.pkg-details td {
  vertical-align: top;
}
.table-image {
  height: 171px;
}
.table-image img {
  width: 324px;
  height: "171";
  max-width: max-content;
  margin-top: 10px;
}
.plan-description {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.43;
  text-align: left;
  margin-top: 34px;
  margin-bottom: 14px;
}
.file-type-row td {
  text-align: left;
  font-size: 0.75rem;
  font-weight: 500;
  padding-top: 19px;
  padding-bottom: 14px;
}
.file-type-row .file-name-text {
  font-size: 0.875rem;
  font-weight: 700;
  background: var(--Linear, linear-gradient(90deg, #23bcba 0%, #45e994 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.file-type-row .file-name {
  background: linear-gradient(90deg, white 0%, white 100%) padding-box, linear-gradient(90deg, #23bcba 0%, #45e994 100%) border-box;
  border-radius: 50em;
  border: 1px solid transparent;
  padding: 9px 13px 4px;
  margin-right: 19px;
}
.file-name.file-name-1 {
  padding: 9px 12px 4px;
}
.file-type-row .file-desc {
  display: inline-block;
  padding-top: 7px;
}
.pkg-list {
  margin-top: 6px;
}
.pkg-details td {
  font-size: 0.875rem;
  font-weight: 500;
  text-align: left;
  padding-top: 21px;
  padding-bottom: 18px;
}
.rate-text {
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.7;
}
.table-ref-text {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 11px;
}
.provision-footer {
  margin-top: 22px;
  text-align: center;
}
.details-button {
  font-size: 1.125rem;
  font-weight: 700;
  color: white;
  display: inline-block;
  padding: 16px 40px 14px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  max-width: 311px;
  border-radius: 30px;
  background: linear-gradient(90deg, #23bcba 0%, #45e994 100%);
  margin-top: 22px auto 0;
}
/* Media Query for Desktop View */
@media (min-width: 767px) {
  .data-provision-section {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 80px;
  }
  .provision-title {
    font-size: 2.375rem;
  }
  .provision-description {
    font-size: 1.5rem;
    margin-top: 35px;
    line-height: 1.3;
  }
  .provision-table-container {
    overflow-x: visible;
    margin-top: 55px;
    padding-bottom: 0;
  }
  .provision-table {
    min-width: 100%;
  }
  .table-ref-text {
    font-size: 0.875rem;
    margin-top: 43px;
  }
  .details-button {
    font-size: 1.25rem;
    max-width: fit-content;
    margin-top: 4px;
    padding: 14px 36px 10px;
  }
}
/* ==================== Trial Section ==================== */
.trial-section {
  padding: 0 26px;
  color: #000;
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.trial-section .sec-top-map-in {
  padding: 0;
}
.trial-title {
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.3;
  background-image: url(../common/svg/ttl_cmn_01.svg);
  background-repeat: no-repeat;
  background-size: 71px 4px;
  background-position: top center;
  padding-top: 22px;
  max-width: 220px;
  margin: 0 auto 0;
}
.trial-subtitle {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 14px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .trial-section {
    max-width: 1200px;
    margin: 28px auto 0;
  }
  .trial-title {
    font-size: 2.375rem;
    max-width: 60rem;
  }
  .trial-subtitle {
    font-size: 1.5rem;
    text-align: center;
    margin-top: 40px;
    line-height: 1.3;
    margin-bottom: 44px;
  }
}
.trial-content-wrapper {
  text-align: center;
  margin-bottom: 60px;
}
.trial-left {
  margin-bottom: 2rem;
}
.trial-left h2 {
  font-size: 1.25rem;
}
.trial-cta {
  font-size: 1rem;
  color: white;
  display: inline-block;
  padding: 12px 30px 10px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  border-radius: 30px;
  background: linear-gradient(90deg, #23bcba 0%, #45e994 100%);
  margin: 0 auto 0;
}
.trial-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.trial-right img {}
.trial-features-title {
  font-size: 1.25rem;
  color: var(--secondary-color);
}
.trial-features {
  list-style: disc;
  list-style-position: inside;
  padding: 0;
  padding-left: 6px;
  margin: 14px 0 0;
}
.trial-features li {
  font-size: 0.875rem;
}
.trial-features li::marker {
  font-size: 0.5em;
}
.trial-details {
  text-align: left;
}
.trial-details p {
  font-size: 0.75rem;
  margin-top: 4px;
}
.trial-right-link {
  color: #23bcba;
  text-decoration: none;
  display: inline-block;
}
.trial-right-link:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .trial-content-wrapper {
    display: flex;
    justify-content: space-between;
    text-align: left;
  }
  .trial-left,
  .trial-right {
    flex: 1;
  }
  .trial-left h2 {
    font-size: 2rem;
    margin-top: 18px;
  }
  .trial-cta {
    font-size: 0.75rem;
    margin-top: 24px;
  }
  .trial-right {
    flex-direction: row;
    justify-content: flex-end;
    gap: 24px;
  }
  .trial-features-title {
    font-size: 1.5rem;
  }
  .trial-features li,
  .trial-right-link {
    font-size: 1rem;
  }
  .trial-right img {
    max-width: 40%;
  }
}
/*====================== Featured Topics ===================== */
.featured-topics {
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #000;
  margin-top: 5px;
  background-color: #f8f8f9;
  padding: 52px 26px 50px;
}
.featured-title {
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.3;
  background-image: url(../common/svg/ttl_cmn_01.svg);
  background-repeat: no-repeat;
  background-size: 71px 4px;
  background-position: top center;
  padding-top: 22px;
}
.news-items {
  border-radius: 10px;
  /* border: 1px solid #ddd; */
  /* background: #fff; */
  padding: 28px 20px 20px;
  margin-top: 27px;
}
.news-item {
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ddd;
}
.news-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.news-info {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  gap: 62px;
}
.news-detail {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0.1em;
  margin-bottom: 14px;
}
.news-detail a:hover {
  text-decoration: none;
  color: #23bcba !important;
}
.news-item:last-child .news-detail {
  margin-bottom: 0;
}
@media (min-width: 767px) {
  .featured-topics {
    margin-top: 80px;
    padding-top: 85px;
    padding-bottom: 96px;
  }
  .featured-content {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .featured-title {
    font-size: 2.375rem;
  }
  .news-items {
    margin-top: 42px;
    padding: 30px 40px 34px;
  }
  .news-info {
    gap: 20px;
  }
}
/*==================== Reasons =================== */
.reasons {
  background-size: cover;
  background-image: url(../img/bg-img_reason.png);
  background-position: center;
  background-repeat: no-repeat;
  color: #000;
  padding: 40px 20px;
  text-align: center;
}
.reasons-title {
  color: white;
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.33;
  max-width: 240px;
  margin: 10px auto 0;
}
.reason-items {
  margin-top: 14px;
  display: grid;
  grid-auto-rows: 1fr;
}
.reason-item {
  display: flex;
  align-items: center;
  gap: 20px;
  background: rgba(255, 255, 255, 0.9);
  margin-bottom: 10px;
  padding: 13px 14px;
  line-height: 1.3;
  border: 1px solid #23bcba;
  background: rgba(255, 255, 255, 0.9);
}
.reason-number {
  color: #23bcba;
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1;
}
.reason-text {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: left;
}
.need-section {
  padding: 20px;
  padding: 50px 20px 62px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
}
.need-title {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.1;
  padding: 0 10px;
}
.need-description {
  margin-top: 25px;
}
.need-description span {
  padding: 15px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  display: inline-block;
  border-radius: 3px;
  background: #fff;
  margin-bottom: 20px;
}
.need-description span:last-child {
  margin-bottom: 0;
}
.need-text {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 15px;
  line-height: 1.3;
}
.need-button {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  display: block;
  background-color: #ff9800;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5em;
  margin: 25px auto 0;
  max-width: 282px;
}
.need-button span {
  display: block;
}
.reasons-content {
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 767px) {
  .reasons {
    background-image: url(../img/bg-img_reason.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 106px;
  }
  .reasons-title {
    font-size: 2.375rem;
    font-weight: 700;
    max-width: fit-content;
    margin-top: 55px;
  }
  .reason-items {
    margin-top: 65px;
  }
  .reason-item {
    padding: 19px 52px 22px;
    gap: 40px;
  }
  .reason-text {
    font-size: 1.75rem;
  }
  .need-section {
    margin-top: 30px;
    padding: 50px 20px 54px;
  }
  .need-title {
    font-size: 2.375rem;
  }
  .need-description {
    margin-top: 42px;
    display: flex;
    justify-content: center;
    gap: 37px;
    margin-bottom: 10px;
  }
  .need-description span {
    font-size: 1.25rem;
    margin-bottom: 0;
  }
  .need-text {
    font-size: 1.4375rem;
  }
  .need-button {
    font-size: 1.5rem;
    margin-top: 38px;
    max-width: fit-content;
    padding: 20px 36px;
  }
  .need-button span {
    display: inline;
  }
}