/**
 * トップ下層セクション用（遅延読み込み）
 * 物件キューブ・お知らせ・悩み・強み・事例・店舗・お問合せなど
 */

.section-links .link {
  background: rgba(51, 176, 215, 0.1);
  border: 2px solid rgba(51, 176, 215, 0.3);
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.section-links .link .inner {
  padding-right: var(--p-xl);
}

@media (min-width: 768px) {
  .section-links .link .inner {
    padding-left: 80px;
  }
}

@media (min-width: 960px) {
  .section-links .link .inner {
    padding-left: 100px;
  }
}

@media (min-width: 768px) {
  .section-links .link .inner:before {
    left: 20px;
  }
}

@media (min-width: 960px) {
  .section-links .link .inner:before {
    left: var(--p-xxl);
  }
}

@media (min-width: 768px) {
  .section-links .link .inner:after {
    right: 22px;
  }
}

@media (min-width: 960px) {
  .section-links .link .inner:after {
    right: 32px;
  }
}

.section-links .link .inner .sub-title {
  font-size: var(--text-xs);
}

@media (min-width: 768px) {
  .section-links .link .inner .sub-title {
    font-size: 15px;
  }
}

body.home .section-corner .corner-wrapper {
  background: var(--contents-bg-color);
}

body.home .section-corner .corner-wrapper .title {
  font-size: 20px;
  font-weight: 350;
  line-height: 1.5;
}

@media (min-width: 768px) {
  body.home .section-corner .corner-wrapper .title {
    font-size: var(--text-xl);
  }
}

body.home .section-corner .corner-wrapper .title:before {
  background: linear-gradient(
    to top,
    var(--main-color) 0 62.5%,
    var(--text-contrast-color) 62.5% 100%
  );
  height: 24px;
}

@media (min-width: 768px) {
  body.home .section-corner .corner-wrapper .title:before {
    height: 40px;
  }
}

body.home .section-corner.cube-typeA {
  padding: 48px var(--content-spacing);
  background: #f0f7ff;
  overflow: hidden;
}

@media (min-width: 890px) {
  body.home .section-corner.cube-typeA {
    padding: 80px var(--content-spacing);
  }
}

body.home .section-corner.cube-typeA .corner-wrapper {
  background: none;
  border: none;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

@media (min-width: 890px) {
  body.home .section-corner.cube-typeA .corner-wrapper {
    gap: 64px;
  }
}

body.home .section-corner.cube-typeA .corner-wrapper .title {
  text-align: center;
  background: none;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 0;
  display: flex;
}

@media (min-width: 890px) {
  body.home .section-corner.cube-typeA .corner-wrapper .title {
    gap: 30px;
  }
}

body.home .section-corner.cube-typeA .corner-wrapper .title:before {
  display: none;
}

body.home .section-corner.cube-typeA .corner-wrapper .title .iconSVG {
  display: none;
}

body.home .section-corner.cube-typeA .corner-wrapper .title .cornerIcon {
  display: none;
}

body.home .section-corner.cube-typeA .corner-wrapper .title .title-wrapper {
  flex-direction: column;
  align-items: center;
  gap: 16px;
  display: flex;
}

@media (min-width: 890px) {
  body.home .section-corner.cube-typeA .corner-wrapper .title .title-wrapper {
    gap: 30px;
  }
}

body.home
  .section-corner.cube-typeA
  .corner-wrapper
  .title
  .title-wrapper
  > span:first-child {
  letter-spacing: 0.028em;
  color: #0645b8;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.4;
}

@media (min-width: 890px) {
  body.home
    .section-corner.cube-typeA
    .corner-wrapper
    .title
    .title-wrapper
    > span:first-child {
    font-size: 36px;
  }
}

body.home
  .section-corner.cube-typeA
  .corner-wrapper
  .title
  .Type-Common-Description {
  color: #000;
  text-align: center;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

@media (min-width: 890px) {
  body.home
    .section-corner.cube-typeA
    .corner-wrapper
    .title
    .Type-Common-Description {
    font-size: 18px;
  }
}

body.home .section-corner.cube-typeA .scube-context {
  width: 100%;
}

body.home .section-corner.cube-typeA .scube-context .swiper {
  width: 100%;
  overflow: visible;
}

body.home
  .section-corner.cube-typeA
  .scube-context
  .swiper:not(.swiper-initialized)
  .swiper-wrapper {
  justify-content: center;
  gap: 24px;
  display: flex;
}

body.home .section-corner.cube-typeA .scube-context .swiper.swiper-initialized {
  width: calc(100% + 2 * var(--content-spacing));
  margin-inline: calc(-1 * var(--content-spacing));
}

body.home .section-corner.cube-typeA .scube-typeA {
  grid-template-columns: unset;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  transform: none;
}

body.home .section-corner.cube-typeA .scube-typeA .item {
  background: #fff;
  border: none;
  flex-direction: column;
  flex: 0 377px;
  width: 377px;
  height: auto;
  transition: opacity 0.3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

body.home .section-corner.cube-typeA .scube-typeA .item:hover {
  opacity: 0.9;
  border-color: rgba(0, 0, 0, 0);
}

body.home .section-corner.cube-typeA .scube-typeA .pic {
  aspect-ratio: 480 / 300;
  flex-shrink: 0;
  width: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
}

body.home .section-corner.cube-typeA .scube-typeA .pic img {
  object-fit: cover;
  aspect-ratio: 480 / 300;
  width: 100%;
  height: 100%;
}

body.home .section-corner.cube-typeA .scube-typeA .pic.new-property:before {
  content: 'NEW';
  z-index: 1;
  letter-spacing: 0.04em;
  color: #1e293b;
  background: #f5c542;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
  position: absolute;
  top: 8px;
  left: 0;
}

body.home .section-corner.cube-typeA .scube-typeA .pic.stage-negotiation:after {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: auto;
  height: auto;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}

body.home .section-corner.cube-typeA .scube-typeA .info {
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 20px;
  display: flex;
}

body.home .section-corner.cube-typeA .scube-typeA .tags {
  justify-content: center;
  gap: 8px;
  display: flex;
}

body.home .section-corner.cube-typeA .scube-typeA .tag-item {
  letter-spacing: 0.04em;
  color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  align-items: center;
  padding: 8px 12px;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  display: inline-flex;
}

body.home .section-corner.cube-typeA .scube-typeA .tag-item.property-type {
  background: #d46a1c;
}

body.home .section-corner.cube-typeA .scube-typeA .tag-item.age-tag {
  background: #1a70c7;
}

body.home .section-corner.cube-typeA .scube-typeA .tag-item.seller-tag {
  background: #1a70c7;
}

body.home .section-corner.cube-typeA .scube-typeA .price-row {
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
  display: flex;
}

body.home .section-corner.cube-typeA .scube-typeA .price {
  color: #d04040;
  text-align: center;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

body.home .section-corner.cube-typeA .scube-typeA .price .unit {
  font-size: 14px;
}

body.home .section-corner.cube-typeA .scube-typeA .price-rimawari-TypeA {
  align-items: center;
  gap: 4px;
  font-family:
    Noto Sans JP,
    sans-serif;
  display: flex;
}

body.home
  .section-corner.cube-typeA
  .scube-typeA
  .price-rimawari-TypeA
  .rimawari-label {
  color: #1e293b;
  font-size: 12px;
  font-weight: 500;
}

body.home
  .section-corner.cube-typeA
  .scube-typeA
  .price-rimawari-TypeA
  .rimawari-value {
  color: #d04040;
  font-size: 16px;
  font-weight: 700;
}

body.home .section-corner.cube-typeA .scube-typeA .spec {
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
  display: flex;
}

body.home .section-corner.cube-typeA .scube-typeA .spec .rimawari {
  color: #1e293b;
  text-align: center;
  background: rgba(212, 106, 28, 0.12);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 22px;
  padding: 4px 8px;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  display: flex;
}

body.home .section-corner.cube-typeA .scube-typeA .spec .address {
  color: #1e293b;
  text-align: center;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

body.home .section-corner.cube-typeA .scube-typeA .comment {
  color: #1e293b;
  text-align: left;
  -webkit-line-clamp: 2;
  border-top: none;
  -webkit-box-orient: vertical;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
}

body.home .section-corner.cube-typeA .scube-typeA .link {
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

body.home .section-corner.cube-typeA .swiper-initialized .scube-typeA {
  justify-content: flex-start;
}

body.home .section-corner.cube-typeA .swiper-initialized .scube-typeA .item {
  flex: 0 0 320px;
  width: 320px;
  min-width: 320px;
  max-width: 320px;
  margin: 0 12px !important;
}

body.home .section-corner.cube-typeA .scube-typeA-pagenation {
  justify-content: center;
  gap: 12px;
  padding-top: 24px;
  display: none;
}

body.home
  .section-corner.cube-typeA
  .scube-typeA-pagenation.scube-typeA-pagenation--active {
  display: flex;
}

body.home
  .section-corner.cube-typeA
  .scube-typeA-pagenation
  .swiper-pagination-bullet {
  opacity: 1;
  background: #cbd5e1;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin: 0 !important;
}

body.home
  .section-corner.cube-typeA
  .scube-typeA-pagenation
  .swiper-pagination-bullet-active {
  background: #d46a1c;
}

body.home .section-corner.cube-typeA .more-btn {
  justify-content: center;
  display: flex;
}

body.home .section-corner.cube-typeA .more-btn .button-link.more-link {
  color: #004ca5;
  background: none;
  border: 1px solid #004ca5;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: auto;
  max-width: none;
  height: 48px;
  margin: 0;
  padding: 12px 24px;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition:
    background-color 0.3s,
    color 0.3s;
  display: inline-flex;
}

body.home .section-corner.cube-typeA .more-btn .button-link.more-link i {
  font-size: 12px;
}

body.home .section-corner.cube-typeA .more-btn .button-link.more-link:hover {
  color: #fff;
  background: #004ca5;
}

body.home .section-corner.cube-ranking .corner-wrapper {
  background: none;
  border: none;
}

body.home .section-corner.cube-ranking .corner-wrapper .title {
  color: var(--text-color);
  background: none;
  flex-wrap: wrap;
  font-weight: 500;
  line-height: 1.2;
}

body.home .section-corner.cube-ranking .corner-wrapper .title:before {
  background: linear-gradient(
    to top,
    var(--main-color) 0 62.5%,
    var(--deco1-color) 62.5% 100%
  );
}

body.home .section-corner.cube-ranking .corner-wrapper .description {
  font-size: var(--text-xs);
  font-weight: 500;
  line-height: 1.2;
}

body.home .section-corner.section-news {
  padding: 24px var(--content-spacing);
  background: #fff;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

@media (min-width: 890px) {
  body.home .section-corner.section-news {
    padding: 96px var(--content-spacing);
  }
}

body.home .section-corner.section-news .corner-wrapper {
  background: none;
  border: none;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

@media (min-width: 890px) {
  body.home .section-corner.section-news .corner-wrapper {
    grid-template-rows: auto 1fr;
    grid-template-columns: auto 1fr;
    gap: 24px 48px;
    display: grid;
  }
}

body.home .section-corner.section-news .corner-wrapper .title {
  letter-spacing: 0.028em;
  color: #1250ae;
  background: none;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding: 0;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.4;
  display: flex;
}

@media (min-width: 890px) {
  body.home .section-corner.section-news .corner-wrapper .title {
    grid-area: 1 / 1;
    align-items: flex-start;
    font-size: 36px;
  }
}

body.home .section-corner.section-news .corner-wrapper .title:before {
  display: none;
}

body.home .section-corner.section-news .corner-wrapper .title .cornerIcon {
  display: none;
}

body.home .section-corner.section-news .corner-wrapper .button-link.more-link {
  color: #004ca5;
  background: #fff;
  border: 1px solid #004ca5;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: auto;
  max-width: none;
  height: 48px;
  margin: 0;
  padding: 12px 24px;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition:
    background-color 0.3s,
    color 0.3s;
  display: inline-flex;
}

body.home
  .section-corner.section-news
  .corner-wrapper
  .button-link.more-link:after {
  content: '';
  background: url("data:image/svg+xml,%3Csvg width='7' height='10' viewBox='0 0 7 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L1 9' stroke='%23004ca5' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center / contain no-repeat;
  width: 7px;
  height: 10px;
  display: block;
}

body.home
  .section-corner.section-news
  .corner-wrapper
  .button-link.more-link:hover {
  color: #fff;
  background: #004ca5;
}

body.home
  .section-corner.section-news
  .corner-wrapper
  .button-link.more-link:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='10' viewBox='0 0 7 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L1 9' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

@media (min-width: 890px) {
  body.home
    .section-corner.section-news
    .corner-wrapper
    .button-link.more-link {
    grid-area: 2 / 1;
    align-self: start;
  }
}

body.home .section-corner.section-news .posts {
  background: #f0f7ff;
  border: none;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 16px;
}

@media (min-width: 890px) {
  body.home .section-corner.section-news .posts {
    grid-area: 1 / 2 / -1;
    min-width: 0;
    padding: 36px 40px;
  }
}

body.home .section-corner.section-news .posts .post-news {
  border-top: none;
  border-bottom: 1px solid #cbd5e1;
  grid-template:
    'meta meta meta' 30px
    'thumb title chevron' 96px
    / 96px 1fr 24px;
  gap: 24px 12px;
  padding: 16px 0;
  display: grid;
  position: relative;
}

@media (min-width: 890px) {
  body.home .section-corner.section-news .posts .post-news {
    flex-direction: row;
    align-items: center;
    gap: 24px;
    min-height: 0;
    padding: 24px;
    display: flex;
  }
}

body.home .section-corner.section-news .posts .post-news:first-child {
  border-top: none;
}

body.home .section-corner.section-news .posts .post-news:last-child {
  border-bottom: none;
}

body.home .section-corner.section-news .posts .post-news .post-news-link {
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

body.home .section-corner.section-news .posts .post-news .heading {
  color: #000;
  grid-area: title;
  align-self: start;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  position: relative;
}

@media (min-width: 890px) {
  body.home .section-corner.section-news .posts .post-news .heading {
    flex: 1;
    width: auto;
    min-width: 0;
    font-size: 16px;
  }
}

body.home .section-corner.section-news .posts .post-news .heading .link {
  color: #000;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-decoration: none;
  display: -webkit-box;
  overflow: hidden;
}

@media (min-width: 890px) {
  body.home .section-corner.section-news .posts .post-news .heading .link {
    -webkit-line-clamp: 2;
    min-width: 0;
  }
}

body.home .section-corner.section-news .posts .post-news .heading.has-new {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

@media (min-width: 890px) {
  body.home .section-corner.section-news .posts .post-news .heading.has-new {
    -webkit-line-clamp: 2;
  }
}

body.home
  .section-corner.section-news
  .posts
  .post-news
  .heading.has-new
  .link {
  -webkit-line-clamp: unset;
  display: inline;
  overflow: visible;
}

body.home .section-corner.section-news .posts .post-news:hover .heading .link {
  color: #0065ff;
}

body.home .section-corner.section-news .posts .post-news .post-news-meta {
  flex-direction: row;
  grid-area: meta;
  align-items: center;
  gap: 16px;
  display: flex;
}

@media (min-width: 890px) {
  body.home .section-corner.section-news .posts .post-news .post-news-meta {
    flex-direction: column;
    flex-shrink: 0;
    justify-content: space-between;
    align-self: stretch;
    gap: 8px;
  }
}

body.home .section-corner.section-news .posts .post-news .time {
  color: #475569;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1.6;
  display: flex;
}

@media (min-width: 890px) {
  body.home .section-corner.section-news .posts .post-news .time {
    font-size: 14px;
  }
}

body.home .section-corner.section-news .posts .post-news .post-news-category {
  color: #0065ff;
  border: 1px solid #0065ff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  align-self: flex-start;
  align-items: center;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  display: inline-flex;
}

@media (min-width: 890px) {
  body.home .section-corner.section-news .posts .post-news .post-news-category {
    padding: 4px 8px;
    font-size: 12px;
  }
}

body.home .section-corner.section-news .posts .post-news .post-news-thumb {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  flex-shrink: 0;
  grid-area: thumb;
  width: 96px;
  height: 96px;
  overflow: hidden;
}

@media (min-width: 890px) {
  body.home .section-corner.section-news .posts .post-news .post-news-thumb {
    width: 64px;
    height: 64px;
  }
}

body.home .section-corner.section-news .posts .post-news .post-news-thumb img {
  object-fit: cover;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  display: block;
}

body.home .section-corner.section-news .posts .post-news .post-news-chevron {
  color: #000;
  flex-shrink: 0;
  grid-area: chevron;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

@media (min-width: 890px) {
  body.home .section-corner.section-news .posts .post-news .post-news-chevron {
    display: block;
  }
}

body.home .section-corner.section-news .posts .post-news .post-news-new {
  color: #fff;
  letter-spacing: 0.04em;
  white-space: nowrap;
  vertical-align: middle;
  background: #ea7500;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-right: 6px;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  display: inline-flex;
}


.section-worries {
  background: linear-gradient(#0947b9 40%, #07307c) bottom / 100% 100% no-repeat;
  position: relative;
}

.section-worries .worries-inner {
  padding: 190px var(--content-spacing) 0;
  background:
    linear-gradient(#f0f7ff, #f0f7ff) 0 0 / 100% 85% no-repeat,
    linear-gradient(to bottom left, #f0f7ff 50%, rgba(0, 0, 0, 0) 50.5%) 0
      100% / 50.1% 15.2% no-repeat,
    linear-gradient(to bottom right, #f0f7ff 50%, rgba(0, 0, 0, 0) 50.5%) 100%
      100% / 50% 15.2% no-repeat;
}

@media (min-width: 890px) {
  .section-worries .worries-inner {
    padding-top: 80px;
  }
}

.section-worries .worries-heading {
  z-index: 1;
  text-align: center;
  padding-top: 28px;
  padding-bottom: 28px;
  position: relative;
}

@media (min-width: 890px) {
  .section-worries .worries-heading {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-worries .worries-heading-text {
  color: #0065ff;
  letter-spacing: 0.04em;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: max(24px, min(2.61vw + 14.61px, 48px));
  font-weight: 900;
  line-height: 1.5;
}

@media (min-width: 890px) {
  .section-worries .worries-heading-text {
    letter-spacing: 0.02em;
    line-height: 1.4;
  }
}

@media (min-width: 890px) {
  .section-worries .worries-heading-text br {
    display: none;
  }
}

.section-worries .worries-cards {
  z-index: 1;
  flex-direction: column;
  gap: 16px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: relative;
}

@media (min-width: 890px) {
  .section-worries .worries-cards {
    grid-template-rows: auto auto auto;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 max(16px, min(0.22vw + 15.22px, 18px));
    max-width: 985px;
    display: grid;
  }
}

.section-worries .worries-card {
  background: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  grid-template-columns: auto 1fr;
  gap: 8px 24px;
  padding: max(20px, min(1.09vw + 16.09px, 30px));
  display: grid;
}

@media (min-width: 890px) {
  .section-worries .worries-card {
    grid-row: 1 / -1;
    grid-template-columns: 1fr;
    grid-template-rows: subgrid;
    text-align: center;
    row-gap: 0;
  }
}

.section-worries .worries-card-img {
  object-fit: contain;
  grid-area: 1 / 1;
  align-self: center;
  width: max(80px, min(7.72vw + 52.22px, 151px));
  height: max(72px, min(6.85vw + 47.35px, 135px));
}

@media (min-width: 890px) {
  .section-worries .worries-card-img {
    grid-column: 1;
    justify-self: center;
    margin-bottom: 8px;
  }
}

.section-worries .worries-card-title {
  color: #000;
  grid-area: 1 / 2;
  align-self: center;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: max(20px, min(0.43vw + 18.45px, 24px));
  font-weight: 700;
  line-height: 1.4;
}

@media (min-width: 890px) {
  .section-worries .worries-card-title {
    grid-area: 2 / 1;
    margin-bottom: max(16px, min(1.09vw + 12.09px, 26px));
  }
}

.section-worries .worries-card-text {
  color: #000;
  text-align: left;
  grid-area: 2 / 1 / auto / -1;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: max(14px, min(0.22vw + 13.22px, 16px));
  font-weight: 500;
  line-height: 1.4;
}

@media (min-width: 890px) {
  .section-worries .worries-card-text {
    grid-area: 3 / 1;
  }
}

.section-worries .worries-content {
  padding-bottom: 60px;
  position: relative;
}

.section-worries .worries-content-inner {
  padding: 28px var(--content-spacing);
  flex-direction: column;
  gap: 28px;
  display: flex;
}

@media (min-width: 890px) {
  .section-worries .worries-content-inner {
    padding: clamp(40px, calc(4.35vw + 24.35px), 80px) 0
      clamp(40px, calc(4.35vw + 24.35px), 80px) var(--content-spacing);
    gap: max(28px, min(3.26vw + 16.26px, 58px));
  }
}

.section-worries .worries-message {
  flex-direction: column;
  gap: 28px;
  display: flex;
}

@media (min-width: 890px) {
  .section-worries .worries-message {
    flex-direction: row;
  }
}

.section-worries .worries-message-body {
  flex-direction: column;
  gap: 28px;
  display: flex;
}

@media (min-width: 890px) {
  .section-worries .worries-message-body {
    flex: 1;
  }
}

.section-worries .worries-message-titles {
  flex-direction: column;
  gap: 9px;
  display: flex;
}

.section-worries .worries-message-title {
  color: #0065ff;
  letter-spacing: 0.028em;
  background: #fff;
  width: fit-content;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: max(27px, min(0.8vw + 22px, 36px));
  font-weight: 900;
  line-height: 1.4;
}

.section-worries .worries-message-title:last-child {
  padding-left: 10px;
}

.section-worries .worries-message-text {
  color: #fff;
  text-shadow: 2px 2px 4px rgba(34, 34, 34, 0.11);
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.86;
}

.section-worries .worries-message-img {
  object-fit: cover;
  width: 100%;
  height: auto;
  max-height: 420px;
}

@media (min-width: 890px) {
  .section-worries .worries-message-img {
    flex: 1;
    align-self: flex-start;
    max-width: 50%;
    height: 380px;
  }
}

.section-worries .worries-cta {
  padding-inline: var(--content-spacing);
}

.section-worries .worries-cta-btn {
  color: #fff;
  background: #ea7500;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  height: 82px;
  margin-left: auto;
  margin-right: auto;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: opacity 0.3s;
  display: flex;
}

.section-worries .worries-cta-btn:hover {
  opacity: 0.85;
}

@media (min-width: 890px) {
  .section-worries .worries-cta-btn {
    max-width: 611px;
    margin-left: auto;
    margin-right: auto;
  }
}

.section-reasons {
  padding: clamp(28px, calc(1.09vw + 24.09px), 38px) var(--content-spacing) 80px;
  background: #fff;
}

.section-reasons .reasons-heading {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

@media (min-width: 890px) {
  .section-reasons .reasons-heading {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2px;
  }
}

.section-reasons .reasons-heading-lead {
  color: #222;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: max(24px, min(1.3vw + 19.31px, 36px));
  font-weight: 900;
  line-height: 40px;
}

@media (min-width: 890px) {
  .section-reasons .reasons-heading-lead {
    line-height: 1.2;
  }
}

@media (min-width: 890px) {
  .section-reasons .reasons-heading-lead br {
    display: none;
  }
}

.section-reasons .reasons-heading-highlight {
  color: #0065ff;
}

.section-reasons .reasons-heading-number {
  color: #222;
  margin-top: -19px;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-weight: 900;
}

@media (min-width: 890px) {
  .section-reasons .reasons-heading-number {
    align-items: center;
    margin-top: 0;
    display: flex;
  }
}

.section-reasons .reasons-heading-num {
  font-size: max(66px, min(3.26vw + 54.26px, 96px));
  line-height: 1.5;
}

@media (min-width: 890px) {
  .section-reasons .reasons-heading-num {
    line-height: 1.2;
  }
}

.section-reasons .reasons-heading-unit {
  font-size: max(33px, min(0.33vw + 31.83px, 36px));
}

.section-reasons .reasons-cards {
  margin-left: auto;
  margin-right: auto;
  flex-direction: column;
  gap: max(12px, min(0.65vw + 9.65px, 18px));
  max-width: 600px;
  margin-top: 24px;
  display: flex;
}

@media (min-width: 890px) {
  .section-reasons .reasons-cards {
    grid-template-rows: auto auto;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 18px;
    max-width: 985px;
    margin-top: 16px;
    display: grid;
  }
}

.section-reasons .reasons-card {
  background: linear-gradient(#fff 0%, #fdfdfd 33%, #fafafa 67%, #f8f8f8 100%);
  -webkit-border-radius: max(14px, min(0.22vw + 13.22px, 16px));
  border-radius: max(14px, min(0.22vw + 13.22px, 16px));
  flex-direction: column;
  display: flex;
  overflow: hidden;
  box-shadow:
    0 1px 2px -1px rgba(0, 0, 0, 0.1),
    0 1px 3px rgba(0, 0, 0, 0.1);
}

@media (min-width: 890px) {
  .section-reasons .reasons-card {
    grid-row: 1 / -1;
    grid-template-rows: subgrid;
    display: grid;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  }
}

.section-reasons .reasons-card-header {
  background: #0645b8;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  display: flex;
}

@media (min-width: 890px) {
  .section-reasons .reasons-card-header {
    flex-direction: column;
    align-self: stretch;
    gap: 8px;
    height: 130px;
    padding: 0;
  }
}

@media (max-width: 460px) {
  .section-reasons .reasons-card-header {
    flex-direction: column;
    align-self: stretch;
    gap: 8px;
    height: 108px;
    padding: 0;
  }
}

.section-reasons .reasons-card-no {
  color: #fff;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 27px;
}

@media (min-width: 890px) {
  .section-reasons .reasons-card-no {
    font-family:
      Noto Sans JP,
      sans-serif;
    font-size: 22px;
    line-height: 1.36;
  }
}

.section-reasons .reasons-card-header-divider {
  background: #fff;
  flex-shrink: 0;
  width: 16px;
  height: 1px;
}

@media (min-width: 890px) {
  .section-reasons .reasons-card-header-divider {
    width: 24px;
    height: 2px;
  }
}

.section-reasons .reasons-card-category {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: max(24px, min(0.22vw + 23.22px, 26px));
  font-weight: 900;
  line-height: 27px;
}

@media (min-width: 890px) {
  .section-reasons .reasons-card-category {
    letter-spacing: 0.04em;
    line-height: 120%;
  }
}

.section-reasons .reasons-card-body {
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 18px;
  padding: max(12px, min(0.43vw + 10.43px, 16px));
  display: flex;
}

@media (min-width: 890px) {
  .section-reasons .reasons-card-body {
    flex-direction: column;
    gap: 7px;
  }
}

.section-reasons .reasons-card-stat {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 4px;
  display: flex;
}

.section-reasons .reasons-card-stat-label {
  color: #060300;
  text-align: center;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

@media (min-width: 890px) {
  .section-reasons .reasons-card-stat-label {
    letter-spacing: 0.067em;
    line-height: 140%;
  }
}

.section-reasons .reasons-card-stat-value {
  color: #ea7500;
  text-align: center;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-weight: 900;
  line-height: 1.4;
}

.section-reasons .reasons-card-stat-num {
  font-size: max(32px, min(1.74vw + 25.74px, 48px));
  line-height: 1.3;
}

.section-reasons .reasons-card-stat-lg {
  font-size: max(32px, min(1.4vw + 24px, 40px));
  line-height: 1.3;
}

.section-reasons .reasons-card-stat-unit {
  font-size: max(20px, min(0.43vw + 18.43px, 24px));
}

.section-reasons .reasons-card-stat-value--text {
  letter-spacing: 0.03em;
  font-size: max(24px, min(0.22vw + 23.22px, 26px));
}

.section-reasons .reasons-card-body-divider {
  background: #cbd5e1;
  flex-shrink: 0;
  width: 1px;
  height: 64px;
}

@media (min-width: 890px) {
  .section-reasons .reasons-card-body-divider {
    width: 100%;
    height: 1px;
  }
}

.section-strengths .strengths-items {
  flex-direction: column;
  gap: 32px;
  padding-bottom: 20px;
  display: flex;
}

@media (min-width: 890px) {
  .section-strengths .strengths-items {
    gap: 96px;
  }
}

.section-strengths .strengths-item {
  width: 100%;
  padding: 128px var(--content-spacing) 0;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

@media (min-width: 890px) {
  .section-strengths .strengths-item {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.section-strengths .strengths-item:before {
  content: '';
  z-index: -1;
  background: center / cover no-repeat;
  width: 100%;
  height: 256px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .section-strengths .strengths-item:before {
    width: 55%;
    height: 100%;
    bottom: 0;
  }
}

@media (max-width: 1200px) and (min-width: 1090px) {
  .section-strengths .strengths-item:before {
    width: 40%;
    height: 100%;
    bottom: 0;
  }
}

.section-strengths .strengths-item:first-child:before {
  background-image: url('../image/home-strengths-img-01.webp');
}

.section-strengths .strengths-item:nth-child(2) {
  justify-content: flex-start;
}

.section-strengths .strengths-item:nth-child(2):before {
  right: 0;
  left: unset;
  background-image: url('../image/home-strengths-img-02.jpg');
}

.section-strengths .strengths-item:nth-child(3):before {
  background-image: url('../image/home-strengths-img-03.webp');
}

.section-strengths .strengths-item-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section-strengths .strengths-item-content {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

@media (min-width: 890px) {
  .section-strengths .strengths-item-content {
    gap: 18px;
    width: 708px;
  }
}

.section-strengths .strengths-item-label {
  align-items: center;
  gap: max(12px, min(0.17vw + 11.39px, 14px));
  display: flex;
}

.section-strengths .strengths-item-no {
  color: #d2eaff;
  font-family: Inter, sans-serif;
  font-size: max(48px, min(4.57vw + 31.57px, 90px));
  font-weight: 500;
  line-height: 1;
}

.section-strengths .strengths-item-category {
  letter-spacing: 0.08em;
  color: #fff;
  background: #0645b8;
  justify-content: center;
  align-items: center;
  padding: 7px 11px;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: max(14px, min(0.43vw + 12.43px, 18px));
  font-weight: 900;
  line-height: 140%;
  display: inline-flex;
}

.section-strengths .strengths-item-card {
  background: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  flex-direction: column;
  gap: 16px;
  padding: max(16px, min(0.43vw + 14.43px, 20px));
  display: flex;
  box-shadow:
    0 4px 6px -4px rgba(0, 0, 0, 0.1),
    0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

@media (min-width: 890px) {
  .section-strengths .strengths-item-card {
    gap: 10px;
  }
}

.section-strengths .strengths-item-title {
  color: #222;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: max(22px, min(0.8vw + 20px, 32px));
  font-weight: 900;
  line-height: 140%;
}

.section-strengths .strengths-item-title-accent {
  color: #eb6100;
}

.section-strengths .strengths-item-text {
  color: #000;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 186%;
}

.section-strengths .strengths-cta {
  padding: clamp(100px, calc(5.54vw + 80.07px), 151px) var(--content-spacing)
    clamp(40px, calc(2.17vw + 32.17px), 60px);
  background: url('../image/home-strengths-cta-bg.webp') center / cover no-repeat;
  position: relative;
  overflow: hidden;
}

.section-strengths .strengths-cta:before {
  content: '';
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 1;
  background: #fff;
  height: max(50px, min(5.43vw + 30.43px, 80px));
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
}

.section-strengths .strengths-cta-inner {
  flex-direction: column;
  gap: max(24px, min(0.87vw + 20.87px, 32px));
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-strengths .strengths-cta-heading {
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  display: flex;
}

.section-strengths .strengths-cta-title {
  color: #fff;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: max(22px, min(1.6vw + 17px, 40px));
  font-weight: 900;
  line-height: 140%;
}

@media (min-width: 890px) {
  .section-strengths .strengths-cta-title br {
    display: none;
  }
}

.section-strengths .strengths-cta-sub {
  color: #fff;
  text-shadow: 2px 2px 4px rgba(34, 34, 34, 0.11);
  text-align: center;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: max(18px, min(0.4vw + 18px, 24px));
  font-weight: 500;
  line-height: 186%;
}

.section-strengths .strengths-cta-actions {
  flex-direction: column;
  gap: max(16px, min(1.74vw + 9.74px, 32px));
  display: flex;
}

.section-strengths .strengths-cta-phone {
  background: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: max(20px, min(0.65vw + 17.65px, 26px)) 8px;
  display: flex;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
}

@media (min-width: 890px) {
  .section-strengths .strengths-cta-phone {
    flex-direction: row;
    gap: 15px;
  }
}

.section-strengths .strengths-cta-phone-inner {
  flex-direction: column;
  align-items: center;
  gap: 8px;
  display: flex;
}

@media (min-width: 1080px) {
  .section-strengths .strengths-cta-phone-inner {
    flex-direction: row;
    gap: 15px;
  }
}

.section-strengths .strengths-cta-phone-badge {
  color: #fff;
  white-space: nowrap;
  background: #e32828;
  -webkit-border-radius: max(7.5px, min(0.28vw + 6.5px, 10px));
  border-radius: max(7.5px, min(0.28vw + 6.5px, 10px));
  justify-content: center;
  align-items: center;
  padding: 5px 8px;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: max(16px, min(0.6vw + 15px, 23px));
  font-weight: 700;
  line-height: 120%;
  display: inline-flex;
  position: relative;
}

.section-strengths .strengths-cta-phone-badge:after {
  content: '';
  border-top: 10px solid #e32828;
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 890px) {
  .section-strengths .strengths-cta-phone-badge:after {
    border: 10px solid rgba(0, 0, 0, 0);
    border-left-color: #e32828;
    border-right: none;
    top: 50%;
    bottom: auto;
    left: auto;
    right: -10px;
    transform: translateY(-50%);
  }
}

@media (min-width: 890px) {
  .section-strengths .strengths-cta-phone-badge {
    margin-right: 10px;
  }
}

.section-strengths .strengths-cta-phone-number {
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  display: flex;
}

@media (min-width: 890px) {
  .section-strengths .strengths-cta-phone-number {
    margin-top: 0;
  }
}

.section-strengths .strengths-cta-phone-icon {
  color: #e32828;
  width: max(30px, min(1.41vw + 24.93px, 43px));
  height: max(30px, min(1.41vw + 24.93px, 43px));
  margin-top: 4px;
}

.section-strengths .strengths-cta-phone-tel {
  color: #e32828;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: max(36px, min(1.8vw + 30px, 60px));
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

@media (min-width: 890px) {
  .section-strengths .strengths-cta-phone-tel {
    pointer-events: none;
  }
}

.section-strengths .strengths-cta-phone-hours {
  color: #1e293b;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: max(13px, min(0.1vw + 13px, 15px));
  font-weight: 700;
  line-height: 120%;
  display: flex;
}

@media (min-width: 1080px) {
  .section-strengths .strengths-cta-phone-hours {
    text-align: left;
    flex-direction: column;
    margin-left: auto;
  }
}

.section-cases {
  padding: 48px var(--content-spacing);
  background: #fff;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  display: flex;
  overflow: hidden;
}

@media (min-width: 890px) {
  .section-cases {
    padding: 80px var(--content-spacing);
    gap: 44px;
  }
}

.section-cases .cases-header {
  flex-direction: column;
  align-items: center;
  gap: 16px;
  display: flex;
}

@media (min-width: 890px) {
  .section-cases .cases-header {
    gap: 30px;
  }
}

.section-cases .cases-title {
  letter-spacing: 0.036em;
  color: #0645b8;
  text-align: center;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 140%;
}

@media (min-width: 890px) {
  .section-cases .cases-title {
    letter-spacing: 0.028em;
    font-size: 36px;
  }
}

.section-cases .cases-subtitle {
  color: #000;
  text-align: center;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}

@media (min-width: 890px) {
  .section-cases .cases-subtitle {
    font-size: 18px;
  }
}

.section-cases .cases-divider {
  background: #000;
  width: 80px;
  height: 1px;
  display: block;
}

.section-cases .cases-cards {
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: 1180px;
  display: flex;
}

.section-cases .cases-card {
  -webkit-border-radius: 20px;
  border-radius: 20px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.section-cases .cases-card-bg {
  background: #f0f7ff;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.section-cases .cases-card-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}

.section-cases .cases-card-inner {
  z-index: 1;
  flex-direction: column;
  gap: 30px;
  padding: 24px 20px;
  display: flex;
  position: relative;
}

@media (min-width: 890px) {
  .section-cases .cases-card-inner {
    padding: 36px;
  }
}

.section-cases .cases-card-head {
  flex-direction: column;
  gap: 14px;
  display: flex;
}

.section-cases .cases-card-title {
  letter-spacing: 0.028em;
  color: #0645b8;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 140%;
}

@media (min-width: 890px) {
  .section-cases .cases-card-title {
    font-size: 24.6px;
  }
}

.section-cases .cases-card-type {
  border-bottom: 1px solid #cbd5e1;
  align-items: center;
  gap: 0;
  padding-bottom: 13px;
  display: flex;
  overflow: hidden;
}

.section-cases .cases-card-type-label {
  color: #004ca5;
  white-space: nowrap;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.section-cases .cases-card-type-value {
  color: #000;
  white-space: nowrap;
  padding-left: 13px;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.section-cases .cases-card-meta {
  flex-direction: column;
  gap: 14px;
  display: flex;
}

@media (min-width: 890px) {
  .section-cases .cases-card-meta {
    flex-direction: row;
    align-items: center;
  }
}

.section-cases .cases-card-person {
  align-items: center;
  gap: 22px;
  min-width: 0;
  display: flex;
}

@media (min-width: 890px) {
  .section-cases .cases-card-person {
    width: 220px;
  }
}

.section-cases .cases-card-avatar {
  object-fit: cover;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
}

@media (min-width: 890px) {
  .section-cases .cases-card-avatar {
    width: 80px;
    height: 80px;
  }
}

.section-cases .cases-card-person-name {
  color: #000;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 186%;
}

.section-cases .cases-card-info-boxes {
  flex-direction: column;
  flex: 1;
  gap: 14px;
  min-width: 0;
  display: flex;
}

@media (min-width: 481px) {
  .section-cases .cases-card-info-boxes {
    flex-direction: row;
  }
}

.section-cases .cases-card-info-box {
  background: #fff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  flex-direction: column;
  flex: 1;
  gap: 4px;
  min-width: 0;
  padding: 12px 20px;
  display: flex;
}

.section-cases .cases-card-info-label {
  color: #004ca5;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.section-cases .cases-card-info-value {
  color: #000;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 186%;
}

.section-cases .cases-card-body {
  flex-direction: column;
  gap: 10px;
  display: flex;
}

.section-cases .cases-card-text {
  color: #1e293b;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.section-cases .cases-card-link {
  color: #004ca5;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  transition: opacity 0.2s;
  display: flex;
}

.section-cases .cases-card-link:hover {
  opacity: 0.7;
}

.section-cases .cases-more-btn {
  color: #004ca5;
  border: 1px solid #004ca5;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  height: 46px;
  padding: 12px 24px;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  transition:
    background-color 0.3s,
    color 0.3s;
  display: inline-flex;
}

.section-cases .cases-more-btn:hover {
  color: #fff;
  background: #004ca5;
}

.section-cases .cases-more-btn:hover svg path {
  stroke: #fff;
}

.section-seller {
  background: #f0f7ff;
  overflow: hidden;
}

.section-seller .seller-inner {
  padding: 48px var(--content-spacing);
  flex-direction: column;
  align-items: center;
  gap: 32px;
  display: flex;
}

@media (min-width: 890px) {
  .section-seller .seller-inner {
    padding: 0 0 0 var(--content-spacing);
    flex-direction: row;
    align-items: stretch;
    gap: 20px;
    min-height: 628px;
  }
}

.section-seller .seller-content {
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  display: flex;
}

@media (min-width: 890px) {
  .section-seller .seller-content {
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
  }
}

.section-seller .seller-badge {
  background: #0645b8;
  justify-content: center;
  align-items: center;
  padding: 7px 11px;
  display: inline-flex;
}

.section-seller .seller-badge-text {
  letter-spacing: 0.084em;
  color: #fff;
  white-space: nowrap;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.4;
}

.section-seller .seller-heading {
  width: 100%;
}

.section-seller .seller-heading-main {
  text-align: center;
  color: #0645b8;
  flex-direction: column;
  align-items: center;
  display: flex;
}

@media (min-width: 890px) {
  .section-seller .seller-heading-main {
    text-align: left;
    align-items: flex-start;
  }
}

.section-seller .seller-heading-line1 {
  letter-spacing: 0.027em;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: max(28px, min(2.56vw + 18px, 54px));
  font-weight: 900;
  line-height: 1.4;
}

.section-seller .seller-heading-line2 {
  padding-block: 12px;
  letter-spacing: 0.024em;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: max(18px, min(1.11vw + 14px, 31px));
  font-weight: 900;
  line-height: 1.4;
}

.section-seller .seller-img-wrap--sp {
  width: 100%;
  display: block;
}

@media (min-width: 890px) {
  .section-seller .seller-img-wrap--sp {
    display: none;
  }
}

.section-seller .seller-img-wrap--pc {
  display: none;
}

@media (min-width: 890px) {
  .section-seller .seller-img-wrap--pc {
    flex: 0 0 min(max(360px, 48.92vw - 75.39px), 820px);
    width: min(max(360px, 48.92vw - 75.39px), 820px);
    display: block;
  }
}

.section-seller .seller-img {
  object-fit: cover;
  width: 100%;
  height: auto;
  max-height: 360px;
}

@media (min-width: 890px) {
  .section-seller .seller-img {
    height: 100%;
    max-height: none;
  }
}

.section-seller .seller-tags {
  flex-direction: column;
  gap: 8px;
  width: 100%;
  display: flex;
}

@media (min-width: 1060px) {
  .section-seller .seller-tags {
    flex-direction: row;
    gap: 16px;
    width: auto;
  }
}

.section-seller .seller-tag {
  background: #fff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  align-items: center;
  gap: 17px;
  padding: 4px 12px;
  display: flex;
}

@media (min-width: 890px) {
  .section-seller .seller-tag {
    padding: 4px 12px;
  }
}

.section-seller .seller-tag-icon {
  object-fit: contain;
  flex-shrink: 0;
  width: 37px;
  height: 42px;
}

.section-seller .seller-tag-text {
  letter-spacing: 0.084em;
  color: #0645b8;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.section-seller .seller-text {
  color: #000;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.86;
}

@media (min-width: 890px) {
  .section-seller .seller-text {
    font-size: 20px;
  }
}

.section-seller .seller-action {
  padding-top: 8px;
}

@media (min-width: 890px) {
  .section-seller .seller-action {
    padding-top: 16px;
  }
}

.section-seller .seller-btn {
  color: #004ca5;
  border: 1px solid #004ca5;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  height: 48px;
  padding: 12px 24px;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition:
    background-color 0.3s,
    color 0.3s;
  display: inline-flex;
}

.section-seller .seller-btn:hover {
  color: #fff;
  background: #004ca5;
}

.section-seller .seller-btn:hover svg path {
  stroke: #fff;
}

.section-shops {
  padding: 32px var(--content-spacing) 48px;
  background: #fff;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  display: flex;
  overflow: hidden;
}

@media (min-width: 890px) {
  .section-shops {
    padding: 96px var(--content-spacing) 80px;
    gap: 48px;
  }
}

.section-shops .shops-header {
  flex-direction: column;
  align-items: center;
  gap: 8px;
  display: flex;
}

@media (min-width: 890px) {
  .section-shops .shops-header {
    gap: 20px;
  }
}

.section-shops .shops-title {
  letter-spacing: 0.028em;
  color: #1250ae;
  text-align: center;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.4;
}

@media (min-width: 890px) {
  .section-shops .shops-title {
    font-size: 36px;
  }
}

.section-shops .shops-subtitle {
  color: #000;
  text-align: center;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

@media (min-width: 890px) {
  .section-shops .shops-subtitle {
    font-size: 18px;
  }
}

.section-shops .shops-cards {
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: 1180px;
  display: flex;
}

.section-shops .shops-swiper {
  width: 100%;
  overflow: visible;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.section-shops .shops-swiper:not(.swiper-initialized) .swiper-wrapper {
  justify-content: center;
  gap: 24px;
  display: flex;
}

.section-shops
  .shops-swiper:not(.swiper-initialized)
  .swiper-wrapper
  .shops-card {
  flex: 0 377px;
}

.section-shops .shops-swiper.swiper-initialized {
  width: calc(100% + 2 * var(--content-spacing));
  margin-inline: calc(-1 * var(--content-spacing));
}

.section-shops .shops-swiper.swiper-initialized .swiper-slide.shops-card {
  margin: 0 12px !important;
}

.section-shops .shops-card {
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.swiper-initialized :is(.section-shops .shops-card) {
  flex-shrink: 0;
  width: 320px;
  min-width: 320px;
  max-width: 320px;
}

.section-shops .shops-card-img {
  height: 256px;
  overflow: hidden;
}

.section-shops .shops-card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section-shops .shops-card-name {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background: #1250ae;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 19px;
  display: flex;
}

.section-shops .shops-card-info {
  color: #000;
  background: #f2f2f2;
  flex-direction: column;
  flex: 1;
  gap: 14px;
  padding: 30px 40px;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  display: flex;
}

.section-shops .shops-card-address {
  line-height: 1.4;
}

.section-shops .shops-card-note {
  color: #1250ae;
  line-height: 1.4;
}

.section-shops .shops-pagination {
  justify-content: center;
  gap: 12px;
  display: none;
}

.section-shops .shops-pagination.shops-pagination--active {
  display: flex;
}

.section-shops .shops-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #cbd5e1;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin: 0 !important;
}

.section-shops .shops-pagination .swiper-pagination-bullet-active {
  background: #d46a1c;
}

.section-contact {
  justify-content: center;
  align-items: center;
  padding: 28px 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

@media (min-width: 890px) {
  .section-contact {
    padding: 60px 16px;
  }
}

@media (min-width: 890px) and (max-width: 960px) {
  .section-contact {
    padding: 60px 16px;
  }
}

.section-contact .contact-bg {
  z-index: 0;
  background:
    linear-gradient(
      178deg,
      rgba(9, 71, 185, 0.8) 2%,
      rgba(7, 48, 124, 0.8) 97%
    ),
    url('../image/home-contact-bg.webp') center / cover no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.section-contact .contact-inner {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  display: flex;
  position: relative;
}

@media (min-width: 890px) {
  .section-contact .contact-inner {
    gap: 60px;
    max-width: 1180px;
  }
}

.section-contact .contact-heading {
  text-align: center;
  color: #fff;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-contact .contact-heading-lead {
  letter-spacing: 0.056em;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.4;
}

@media (min-width: 890px) {
  .section-contact .contact-heading-lead {
    font-size: 24px;
  }
}

.section-contact .contact-heading-main {
  letter-spacing: 0.033em;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.4;
}

@media (min-width: 890px) {
  .section-contact .contact-heading-main {
    font-size: 40px;
  }

  .section-contact .contact-heading-main br.sp-only {
    display: none;
  }
}

.swiper {
  padding-left: max(0.875rem, min(37.0536vw - 6.5357rem, 11.25rem)) !important;
  padding-right: max(0.875rem, min(37.0536vw - 6.5357rem, 11.25rem)) !important;
}

@media (min-width: 768px) {
  .swiper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.swiper .swiper-wrapper .swiper-slide {
  margin-right: 8px;
}

@media (min-width: 320px) {
  .swiper .swiper-wrapper .swiper-slide {
    margin-right: 10px;
  }
}

@media (min-width: 768px) {
  .swiper .swiper-wrapper .swiper-slide {
    margin-right: 0;
  }
}

.fadein {
  opacity: 0;
  will-change: opacity, transform;
  transition:
    opacity 0.8s,
    transform 0.8s;
  transform: translate(0, 50px);
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0);
}

.fadein.fadein-delay-1 {
  transition-delay: 0.1s;
}

.fadein.fadein-delay-2 {
  transition-delay: 0.2s;
}

.fadein.fadein-delay-3 {
  transition-delay: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  .fadein {
    opacity: 1;
    transition: none;
    transform: none;
  }
}
