

/* ファーストビュー */
#top .hero-header {
  padding-top: 40px;
  overflow: hidden;
  background: linear-gradient(#14b4b4 70%, #06a3a3);
}
#top .hero-header img {
  width: 100%;
  vertical-align: top;
}
#top .hero-header .hero-header-inner {
  max-width: 1200px;
  padding: 0 40px;
  margin: 0 auto;
}
#top .hero-header .hero-header-content {
  position: relative;
  display: grid;
  grid-template-areas: "img txt";
  gap: 1%;
  align-items: flex-end;
  height: 480px;
}
#top .hero-header .hero-header-content::before {
  position: absolute;
  right: 40px;
  bottom: 0;
  width: 690px;
  height: 160px;
  content: "";
  background: url(/web/img/pre/top/top_kv_bg.png) right bottom no-repeat;
  background-size: 690px;
  opacity: 0.5;
}
#top .hero-header .hero-header-keyvisual {
  position: relative;
}
#top .hero-header .hero-header-keyvisual picture {
  display: block;
  grid-area: img;
  width: 508px;
}
#top .hero-header .hero-header-keyvisual .badge-free {
  position: absolute;
  top: 60px;
  left: 60px;
}
#top .hero-header .hero-header-keyvisual .badge-free img {
  max-width: 140px;
}
#top .hero-header .hero-header-title {
  position: absolute;
  top: 0;
  right: 120px;
  grid-area: txt;
  width: 600px;
  max-width: 550px;
  margin-top: 24px;
  color: #ffffff;
  white-space: nowrap;
}
.hero-header-title-catch {
  font-size: 88px;
  font-weight: 700;
  line-height: 1.2;
}
.hero-header-title-subcatch {
  margin-top: 16px;
  font-size: 24px;
  font-weight: 500;
}

@media screen and (width <= 1199px) {
  #top .hero-header .hero-header-inner {
    max-width: 900px;
  }
  #top .hero-header .hero-header-content {
    height: 400px;
  }
  #top .hero-header .hero-header-content::before {
    right: 0;
    width: 600px;
    background-size: 600px;
  }
  #top .hero-header .hero-header-keyvisual picture {
    width: 422px;
  }
  #top .hero-header .hero-header-keyvisual .badge-free {
    left: 40px;
  }
  #top .hero-header .hero-header-keyvisual .badge-free img {
    max-width: 120px;
  }
  #top .hero-header .hero-header-title {
    right: 30px;
    max-width: 440px;
    margin-top: 20px;
  }
  .hero-header-title-catch {
    font-size: 80px;
  }
}
@media screen and (width <= 940px) {
  #top .hero-header {
    padding-top: 0;
  }
  #top .hero-header .hero-header-inner {
    max-width: 700px;
    padding: 0 10px;
  }
  #top .hero-header .hero-header-content::before {
    width: 500px;
    background-size: 500px;
  }
  #top .hero-header .hero-header-title {
    top: 32px;
    right: 0;
    max-width: 360px;
  }
  #top .hero-header .hero-header-keyvisual .badge-free {
    top: -30px;
    left: 40px;
  }
  #top .hero-header .hero-header-keyvisual picture {
    width: 340px;
  }
  .hero-header-title-catch {
    font-size: 56px;
  }
  .hero-header-title-subcatch {
    font-size: 16px;
  }
}
@media screen and (width <= 670px) {
  #top .hero-header .hero-header-inner {
    padding: 0;
  }
  #top .hero-header .hero-header-content {
    grid-template-areas:
      "txt"
      "img";
    justify-content: center;
    max-width: 400px;
    height: 500px;
    margin: 0 auto;
  }
  #top .hero-header .hero-header-content::before {
    left: -50px;
    margin: 0 auto;
  }
  #top .hero-header .hero-header-title {
    position: relative;
    top: 0;
    width: 100%;
  }
  #top .hero-header .hero-header-keyvisual {
    margin: 0 auto;
  }
  #top .hero-header .hero-header-keyvisual .badge-free {
    top: 10%;
    left: 40px;
    max-width: 90px;
  }
  #top .hero-header .hero-header-keyvisual picture {
    width: 300px;
  }
  .hero-header-title-catch {
    font-size: 48px;
    text-align: center;
  }
}

/* 数値、件数 */
#top .laurel {
  background: linear-gradient(#14b4b4 70%, #06a3a3);
}
#top .laurel .laurel-list-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
}
#top .laurel .laurel-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3%;
  width: 100%;
  max-width: 900px;
}
#top .laurel li {
  position: relative;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 800;
  color: #ffffff;
  text-align: center;
}
#top .laurel li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 33px;
  height: 83px;
  content: "";
  background: url(/web/img/pre/top/laurel_l.svg) 0 0 no-repeat;
  background-size: 33px;
}
#top .laurel li::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 33px;
  height: 83px;
  content: "";
  background: url(/web/img/pre/top/laurel_r.svg) 0 0 no-repeat;
  background-size: 33px;
}
#top .laurel li .t1 {
  display: block;
  margin-top: 16px;
  font-size: 42px;
}
#top .laurel li .t2 {
  font-size: 18px;
}
#top .laurel li .t3 {
  font-size: 14px;
  font-weight: normal;
}
#top .laurel li .t4 {
  position: absolute;
  right: 0;
  bottom: -12px;
  left: 0;
  font-size: 11px;
  line-height: normal;
}

@media screen and (width <= 940px) {
  #top .laurel li {
    font-size: 13px;
    font-weight: normal;
  }
  #top .laurel li::before {
    width: 23px;
    height: 58px;
    background-size: 23px;
  }
  #top .laurel li::after {
    width: 23px;
    height: 58px;
    background-size: 23px;
  }
  #top .laurel li .t1 {
    margin-top: 3px;
    font-size: 28px;
    font-weight: 800;
  }
  #top .laurel li .t2 {
    font-size: 16px;
  }
  #top .laurel li .t3 {
    font-size: 11px;
  }
}
@media screen and (width <= 670px) {
  #top .laurel .laurel-list {
    grid-template-columns: repeat(2, auto);
    row-gap: 10px;
    max-width: 320px;
  }
  #top .laurel li {
    font-size: 11px;
  }
  #top .laurel li:nth-child(1) {
    grid-column: span 2 / span 2;
    width: 60%;
    margin: 0 auto;
    text-align: center;
  }
  #top .laurel li .t1 {
    font-size: 24px;
  }
}

/* 重要なお知らせ */
#top .top-important-info {
  padding: 20px;
  background: #feeff0;
}
#top .top-important-info .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 960px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: bold;
}
#top .top-important-info .left {
  flex-shrink: 0;
  padding: 5px 10px 3px;
  margin-right: 15px;
  color: #ffffff;
  background: #f5646e;
  border-radius: 3px;
}
#top .top-important-info .right {
  color: #f5646e;
}
#top .top-important-info .pdf {
  width: 20px;
  margin-left: 5px;
  vertical-align: middle;
}

@media screen and (width <= 940px) {
  #top .top-important-info .wrap {
    flex-direction: column;
  }
  #top .top-important-info .left {
    margin-bottom: 10px;
  }
}

/* ニュース */
#top .news {
  padding: 10px 20px;
  background: #f2f9fa;
}
#top .news .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 960px;
  margin: 0 auto;
}
#top .news .title {
  box-sizing: border-box;
  min-width: 50px;
  padding: 3px 0 1px;
  margin-right: 15px;
  font-size: 11px;
  font-weight: bold;
  color: #3c3c3c;
  background: #ffffff;
  border-radius: 2px;
}
#top .news .news-ul {
  position: relative;
  height: 20px;
  overflow: hidden;
  font-size: 14px;
  color: #3c3c3c;
}
#top .news .news-li {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.7s;
}
#top .news .date {
  margin-right: 10px;
}

@media screen and (width <= 670px) {
  #top .news .date {
    display: block;
  }
  #top .news .news-ul {
    height: 60px;
  }
  #top .news .news-li {
    display: -webkit-box;
    height: 63px;
    -webkit-line-clamp: 2;
    white-space: normal;
    -webkit-box-orient: vertical;
  }
}

/* スキーム図 */
#top .schema {
  box-sizing: border-box;
  display: flex;
  gap: 36px;
  justify-content: space-between;
  max-width: 1250px;
  padding: 80px 40px;
  margin: auto;
  border-radius: 4px;
}
#top .schema-title {
  margin-bottom: 28px;
  font-size: 32px;
  font-weight: 500;
  line-height: 2;
}
#top .schema-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 20px;
  border: 1px solid #14b4b4;
  border-radius: 4px;
}
#top .schema-feature-item {
  padding: 16px;
  font-size: 20px;
  font-weight: 500;
  color: #14b4b4;
  text-align: center;
  border-right: 1px solid #14b4b4;
  border-bottom: 1px solid #14b4b4;
}
#top .schema-feature-item:nth-child(2n) {
  border-right: none;
}
#top .schema-feature-item:nth-last-child(-n + 2) {
  border-bottom: none;
}
#top .schema-support-text {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.6;
}
#top .schema-link {
  display: inline-block;
  font-size: 16px;
  color: #469ae8;
}
#top .schema-diagram {
  width: 100%;
}
#top .schema-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
  max-width: 598px;
  max-height: 100px;
  margin: 24px 0 0 32px;
  counter-reset: flow-counter;
}
#top .schema-flow-item {
  position: relative;
  flex: 0 0 auto;
  padding-left: 23px;
  font-size: 16px;
  line-height: 1.6;
  counter-increment: flow-counter;
}
#top .schema-flow-item:nth-child(n + 3) {
  width: 95%;
}
#top .schema-flow-item::before {
  position: absolute;
  top: 4px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  content: counter(flow-counter);
  border-radius: 50%;
}
#top .schema-flow-item:nth-child(1)::before,
#top .schema-flow-item:nth-child(2)::before {
  background: #9f9f9f;
}
#top .schema-flow-item:nth-child(3)::before {
  background: #f15a52;
}
#top .schema-flow-item:nth-child(4)::before {
  background: #14b4b4;
}
#top .schema-left {
  flex-shrink: 0;
}
#top .schema-support-text br {
  display: none;
}

@media screen and (width <= 1199px) {
  #top .schema {
    max-width: 1174px;
  }
}
@media screen and (width <= 940px) {
  #top .schema {
    flex-direction: column;
    gap: 32px;
    padding: 32px 20px 48px;
  }
  #top .schema-left,
  #top .schema-right {
    display: block;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  #top .schema-right {
    max-width: 600px;
  }
  #top .schema-title {
    font-size: 24px;
    text-align: center;
  }
  #top .schema-features {
    width: 100%;
    max-width: 440px;
    margin: 0 auto 16px;
  }
  #top .schema-feature-item {
    font-size: 16px;
  }
  #top .schema-flow-item {
    font-size: 14px;
    text-align: left;
  }
  #top .schema-flow-item::before {
    top: 2px;
  }
  #top .schema .tab-none {
    display: none;
  }
  #top .schema-support-text {
    margin-bottom: 8px;
  }
  #top .schema-flow {
    max-width: 470px;
    margin: 24px auto;
  }
}
@media screen and (width <= 670px) {
  #top .schema {
    padding-bottom: 40px;
  }
  #top .schema-title br {
    display: block;
  }
  #top .schema-title {
    font-size: 20px;
  }
  #top .schema-feature-item {
    padding: 12px 0;
    font-size: 14px;
  }
  #top .schema-features {
    max-width: 332px;
    margin-bottom: 16px;
  }
  #top .schema-support-text {
    font-size: 14px;
    line-height: 150%;
    text-align: center;
  }
  #top .schema-support-text br {
    display: block;
  }
  #top .schema-diagram {
    max-width: 400px;
  }
  #top .schema-link {
    font-size: 12px;
  }
  #top .schema-flow-item {
    width: 100%;
    padding-left: 24px;
    font-size: 12px;
  }
  #top .schema-flow-item::before {
    width: 16px;
    height: 16px;
    font-size: 10px;
    font-weight: normal;
  }
  #top .schema .tab-none {
    display: block;
  }
  #top .schema-flow {
    flex-flow: column nowrap;
    gap: 6px 0;
    max-width: fit-content;
    max-height: initial;
    margin-top: 28px;
  }
}

/* 保証対象・保証対象外 */
#top .coverage {
  box-sizing: border-box;
  display: flex;
  gap: 16px;
  max-width: 1320px;
  padding: 0 20px;
  margin: 0 auto 40px;
  border-radius: 4px;
}
#top .coverage-box {
  position: relative;
  width: calc(50% - 16px / 2);
  padding: 40px;
  padding: 56px 32px 24px;
  border-radius: 4px;
}
#top .coverage-box.green {
  background-color: #eaf5f4;
}
#top .coverage-box.gray {
  background-color: #f6f6f6;
}
#top .coverage-title {
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 24px;
  font-size: 16px;
  color: #ffffff;
  border-radius: 4px 0 0;
}
#top .coverage-box.green .coverage-title {
  background-color: #14b4b4;
}
#top .coverage-box.gray .coverage-title {
  background-color: #7d7d7d;
}
#top .coverage-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 28px;
  font-size: 16px;
}
#top .coverage-box .coverage-item {
  position: relative;
  padding-left: 24px;
}
#top .coverage-box.green .coverage-item::before {
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 14px;
  content: "";
  background: url(/web/img/pre/top/check.svg) 0 0 no-repeat;
  background-size: 16px;
}
#top .coverage-box.gray .coverage-item::before {
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-block;
  width: 14px;
  height: 14px;
  content: "";
  background: url(/web/img/pre/top/peke.svg) 0 0 no-repeat;
  background-size: 14px;
}
#top .coverage-box .coverage-item span {
  display: inline-block;
}

@media screen and (width <= 940px) {
  #top .coverage {
    gap: 16px;
  }
  #top .coverage-box {
    box-sizing: border-box;
    width: 100%;
    max-width: 634px;
  }
  #top .coverage-list {
    gap: 12px 28px;
  }
}
@media screen and (width <= 670px) {
  #top .coverage {
    flex-direction: column;
    gap: 8px;
    align-items: center;
    margin-bottom: 24px;
  }
  #top .coverage-box {
    width: auto;
    padding: 40px 24px 16px 20px;
  }
  #top .coverage-title {
    padding: 4px 16px;
    font-size: 14px;
  }
  #top .coverage-list {
    gap: 4px;
    font-size: 14px;
  }
  #top .coverage-box .coverage-item {
    line-height: 200%;
  }
  #top .coverage-box.green .coverage-item::before,
  #top .coverage-box.gray .coverage-item::before {
    top: 8px;
  }
}

/* ボタンセクション */
#top .button-section {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  margin-bottom: 80px;
}

/* 主要提携先 */
#top .partners {
  padding: 0;
  margin-bottom: 80px;
}
#top .partners-container {
  box-sizing: border-box;
  max-width: 1320px;
  padding: 0 20px;
  margin: 0 auto 40px;
}
#top .partners-header {
  display: flex;
  gap: 36px;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
}
#top .partners-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
}
#top .partners-subtitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
#top .partners-carousel-wrap {
  width: 100%;
  overflow: hidden;
}
#top .partners-carousel {
  display: flex;
}
#top .partners-track {
  display: flex;
  gap: 0;
  animation: scroll-left-infinite 90s infinite linear both;
}
#top .partner-logo-image {
  width: auto;
  height: 136px;
  margin-right: 48px;
  object-fit: contain;
}

@keyframes scroll-left-infinite {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(var(--logo-width, 5729px) * -1));
  }
}

@media screen and (width <= 940px) {
  #top .partners {
    padding-bottom: 0;
    margin-bottom: 88px;
  }
  #top .partners-header {
    flex-direction: column;
    gap: 8px;
    align-items: center;
    margin: 0 auto;
  }
  #top .partners-container {
    margin-bottom: 40px;
  }
  #top .partner-logo-image {
    height: 120px;
  }
}
@media screen and (width <= 670px) {
  #top .partners {
    margin-bottom: 68px;
  }
  #top .partners-subtitle {
    font-size: 14px;
  }
  #top .partners-container {
    margin-bottom: 28px;
  }
  #top .partner-logo-image {
    height: 83px;
  }
}

/* 特徴紹介 */
#top .features {
  box-sizing: border-box;
  max-width: 1320px;
  margin: 0 auto 80px;
}
#top .features-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  margin-bottom: 40px;
}
#top .features-title {
  font-size: 32px;
  line-height: 160%;
}
#top .features-subtitle {
  font-size: 16px;
  line-height: 180%;
  text-align: center;
}
#top .features-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
#top .feature-card {
  box-sizing: border-box;
  width: calc(100% / 3 - 16px);
  padding: 40px;
  background: #eaf5f4;
  border-radius: 4px;
}
#top .feature-card .feature-card-label {
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  color: #0aa8a8;
  border-bottom: 2px solid #0aa8a8;
}
#top .feature-card-title {
  margin: 24px 0 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 160%;
  text-align: center;
}
#top .feature-card-text {
  font-size: 16px;
  line-height: 180%;
}
#top .feature-card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#top .feature-card-icon {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  margin-bottom: 20px;
}
#top .feature-card-icon img {
  display: block;
  width: 100%;
  height: auto;
}
#top .feature-card-icon-assurance img {
  max-width: 199px;
}
#top .feature-card-icon-credit img {
  max-width: 123px;
  transform: translateX(-8px);
}
#top .feature-card-icon-expansion img {
  max-width: 158px;
}
#top .feature-card-icon-collection img {
  max-width: 189px;
}
#top .feature-card-main {
  box-sizing: border-box;
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 40px 176px 40px 160px;
}
#top .feature-card-main .feature-card-content {
  align-items: flex-start;
}
#top .feature-card-main .feature-card-title {
  text-align: left;
}
#top .feature-card-main .feature-card-icon {
  margin-bottom: 0;
}
#top .features .sp {
  display: none;
}

@media screen and (width <= 1199px) {
  #top .feature-card-main {
    padding: 40px 100px;
  }
}
@media screen and (width <= 940px) {
  #top .features {
    padding-top: 0;
    margin-bottom: 68px;
  }
  #top .features-list {
    flex-direction: column;
  }
  #top .feature-card {
    box-sizing: border-box;
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 256px;
    padding: 40px 28px 24px;
  }
  #top .feature-card-icon {
    margin-bottom: 0;
  }
  #top .feature-card-content {
    align-items: flex-start;
  }
  #top .feature-card-title {
    margin-top: 20px;
    text-align: left;
  }
  #top .feature-card-title br {
    display: none;
  }
  #top .feature-card-icon-credit img {
    max-width: 124px;
    transform: initial;
  }
  #top .feature-card-icon-assurance img {
    max-width: 124px;
  }
  #top .feature-card-icon-expansion img {
    max-width: 124px;
  }
  #top .feature-card-icon-collection img {
    max-width: 124px;
  }
}
@media screen and (width <= 670px) {
  #top .features {
    margin-bottom: 24px;
  }
  #top .features-header {
    gap: 16px;
  }
  #top .features-title {
    font-size: 24px;
  }
  #top .features-subtitle {
    font-size: 14px;
  }
  #top .features .sp {
    display: block;
  }
  #top .feature-card {
    flex-direction: column;
    gap: 20px;
    padding: 20px 20px 32px;
  }
  #top .feature-card .feature-card-content {
    align-items: center;
  }
  #top .feature-card-title {
    margin: 16px 0 20px;
    font-size: 20px;
    text-align: center;
  }
  #top .feature-card-icon-assurance img {
    max-width: 148px;
  }
  #top .feature-card-icon-credit img {
    max-width: 100px;
  }
  #top .feature-card-icon-expansion img {
    max-width: 128px;
  }
  #top .feature-card-icon-collection img {
    max-width: 144px;
  }
  #top .feature-card-title br {
    display: block;
  }
  #top .feature-card-text {
    font-size: 14px;
  }
}

/* 企業経営の小さな不安、感じていませんか？ */
#top .concerns {
  position: relative;
  background-color: #f6f6f6;
}
#top .concerns-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
#top .concerns-title {
  font-size: 32px;
  line-height: 150%;
  text-align: center;
}
#top .concerns-list {
  display: flex;
  gap: 12px;
  justify-content: space-between;
}
#top .concern-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(100% / 3 - 8px);
  min-height: 271px;
  transform: translateY(24px);
}
#top .concern-item.inview-o {
  transform: translateY(0);
}
#top .concern-item:nth-child(2).inview-o {
  transform: translateY(24px);
}
#top .concern-item:nth-child(2) {
  transform: translateY(48px);
}
#top .concern-person {
  margin-top: auto;
  text-align: center;
}
#top .concern-person-img {
  width: 100%;
}
#top .concern-person-img-01 {
  max-width: 121px;
}
#top .concern-person-img-02 {
  max-width: 119px;
}
#top .concern-person-img-03 {
  max-width: 121px;
}
#top .concern-bubble {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 24px;
  text-align: center;
  background: #ffffff;
  border-radius: 4px;
  filter: drop-shadow(0 2px 4px rgb(0 0 0 / 10%));
}
#top .balloon-left {
  position: absolute;
  bottom: -40px;
  left: 48px;
  width: 57px;
}
#top .balloon-center {
  position: absolute;
  bottom: -28px;
  left: 50%;
  width: 36px;
  transform: translateX(-50%);
}
#top .balloon-right {
  position: absolute;
  right: 48px;
  bottom: -40px;
  width: 46px;
}
#top .concern-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
  text-align: center;
}
#top .concerns-divider {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
}
#top .concerns .sp {
  display: none;
}

@media screen and (width <= 940px) {
  #top .concerns {
    padding: 116px 20px 120px;
  }
  #top .concern-text br {
    display: none;
  }
  #top .concern-item {
    max-width: 280px;
  }
  #top .concern-person-img-01 {
    transform: translate(32px, 20px);
  }
  #top .concern-person-img-02 {
    transform: translateY(28px);
  }
  #top .concern-person-img-03 {
    transform: translate(-10px, 20px);
  }
  #top .concern-bubble {
    display: flex;
    align-items: center;
    min-height: 120px;
    padding: 24px 20px;
  }
  #top .concern-text {
    font-size: 16px;
  }
}
@media screen and (width >= 671px) {
  #top .concern-item.inview-o.no2 {
    transition-delay: 0.2s;
  }
  #top .concern-item.inview-o.no3 {
    transition-delay: 0.4s;
  }
}
@media screen and (width <= 670px) {
  #top .concerns {
    padding: 64px 20px 220px;
  }
  #top .concerns .sp {
    display: block;
  }
  #top .concerns-container {
    gap: 32px;
  }
  #top .concerns-title {
    font-size: 24px;
  }
  #top .concerns-list {
    flex-direction: column;
    gap: 8px;
  }
  #top .concern-bubble {
    position: static;
    justify-content: center;
    max-width: 496px;
    min-height: initial;
  }
  #top .concern-item {
    width: 100%;
    max-width: initial;
    min-height: initial;
  }
  #top .concern-item {
    transform: initial !important;
  }
  #top .concern-person {
    position: absolute;
    bottom: 52px;
    transform: initial;
  }
  #top .concern-person-img-01 {
    left: 14px;
    max-width: 100px;
  }
  #top .concern-person-img-02 {
    max-width: 92px;
  }
  #top .concern-person-img-03 {
    right: 14px;
    max-width: 104px;
  }
  #top .balloon-left,
  #top .balloon-right {
    bottom: 0;
  }
  #top .balloon-center {
    display: none;
  }
  #top .concern-text br {
    display: block;
  }
  #top .balloon-left {
    bottom: -260px;
    left: 0;
  }
  #top .balloon-right {
    right: 0;
    bottom: -46px;
  }
}

/* その不安、URIHOが解決します！ */
#top .solutions {
  box-sizing: border-box;
  max-width: 1160px;
  padding: 92px 20px 160px;
  margin: 0 auto;
  background: #ffffff;
}
#top .solutions-title {
  margin-bottom: 60px;
  font-size: 32px;
  font-weight: 500;
  line-height: 160%;
  text-align: center;
}
#top .solutions-list {
  display: flex;
  flex-direction: column;
  gap: 84px;
}
#top .solution-item {
  display: flex;
  gap: 46px;
  align-items: flex-start;
}
#top .solution-item-right {
  flex-direction: row-reverse;
}
#top .solution-image {
  flex-shrink: 0;
  width: 100%;
  max-width: 440px;
}
#top .solution-image img {
  display: block;
  width: 100%;
  height: auto;
}
#top .solution-subtitle {
  position: relative;
  display: inline-block;
  padding: 8px 24px;
  margin-bottom: 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  color: #6d6d6d;
  background-color: #f6f6f6;
  border-radius: 4px;
}
#top .solution-subtitle::before {
  position: absolute;
  bottom: -11px;
  left: 20px;
  display: inline-block;
  width: 20px;
  height: 11px;
  content: "";
  background: #f6f6f6;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
#top .solution-heading {
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 500;
  line-height: 160%;
}
#top .solution-highlight {
  color: #0aa8a8;
}
#top .solution-text {
  font-size: 16px;
  line-height: 200%;
}
#top .solutions .sp {
  display: none;
}

@media screen and (width <= 940px) {
  #top .solutions {
    padding-bottom: 112px;
  }
  #top .solutions-title {
    margin-bottom: 80px;
  }
  #top .solution-image {
    max-width: 296px;
  }
  #top .solution-heading {
    margin-bottom: 8px;
  }
  #top .solution-subtitle {
    padding: 8px 28px;
    margin-bottom: 20px;
    font-size: 14px;
  }
  #top .solution-text {
    line-height: 180%;
  }
  #top .solutions-list {
    gap: 40px;
  }
  #top .solution-item {
    gap: 32px;
  }
}
@media screen and (width <= 670px) {
  #top .solutions-title {
    margin-bottom: 32px;
    font-size: 24px;
  }
  #top .solutions {
    padding: 72px 20px 80px;
  }
  #top .solutions-list {
    gap: 72px;
  }
  #top .solution-item {
    flex-direction: column-reverse;
    gap: 16px;
    align-items: center;
    text-align: center;
  }
  #top .solution-image {
    max-width: fit-content;
  }
  #top .solution-subtitle {
    box-sizing: border-box;
    width: 100%;
    padding: 12px 0;
    font-size: 12px;
  }
  #top .solution-subtitle::before {
    right: 0;
    bottom: -10px;
    left: 0;
    margin: 0 auto;
  }
  #top .solution-heading {
    margin-bottom: 16px;
    font-size: 24px;
  }
  #top .solution-text {
    text-align: left;
  }
  #top .solutions .sp {
    display: block;
  }
}

/* URIHOが選ばれる理由 */
#top .reasons {
  position: relative;
  padding: 80px 0 80px 40px;
  overflow-x: hidden;
  background: url(/web/img/pre/top/reason_bg.png) no-repeat center;
  background-size: max(100%, 1920px) 100%;
}
#top .reasons-container {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 136px;
  max-width: 1364px;
  margin: 0 auto;
}
#top .reasons-left {
  width: 320px;
  margin-top: 160px;
  color: #ffffff;
}
#top .reasons-title {
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 500;
  line-height: 160%;
  word-break: keep-all;
}
#top .reasons-subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
}
#top .reasons-right {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 24px;
}
#top .reason-item {
  box-sizing: border-box;
  display: flex;
  gap: 54px;
  align-items: center;
  max-width: 894px;
  padding: 40px 48px;
  background: #ffffff;
  border-radius: 4px;
}
#top .reason-icon {
  flex-shrink: 0;
  width: 64px;
}
#top .reason-icon img {
  display: block;
  width: 100%;
  height: auto;
}
#top .reason-item:nth-child(1) img {
  width: 85%;
  margin: 0 auto;
}
#top .reason-content {
  flex: 1;
}
#top .reason-heading {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 160%;
}
#top .reason-text {
  max-width: 592px;
  font-size: 16px;
  line-height: 160%;
}
#top .reasons .sp {
  display: none;
}

@media screen and (width >= 941px) {
  #top .reason-item {
    transform: translateX(4px);
  }
}
@media screen and (width <= 940px) {
  #top .reasons {
    padding: 72px 0 80px;
  }
  #top .reasons-container {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }
  #top .reasons-left {
    width: fit-content;
    margin-top: 0;
    text-align: center;
  }
  #top .reasons-title {
    margin-bottom: 20px;
  }
  #top .reasons-right {
    width: 100%;
    transform: translateX(20px);
  }
  #top .reason-item {
    max-width: initial;
    padding: 48px 48px 48px 56px;
  }
}
@media screen and (width <= 670px) {
  #top .reasons {
    padding: 80px 20px;
  }
  #top .reasons-container {
    gap: 40px;
  }
  #top .reasons-left {
    width: 100%;
  }
  #top .reasons-title {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 160%;
  }
  #top .reasons-subtitle {
    font-size: 14px;
  }
  #top .reasons-right {
    gap: 16px;
    transform: none;
  }
  #top .reason-item {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 12px;
    width: calc(100% + 24px);
    padding: 32px 20px 32px 24px;
  }
  #top .reason-icon {
    grid-row: 1;
    grid-column: 1;
    width: 40px;
  }
  #top .reason-content {
    display: contents;
  }
  #top .reason-heading {
    grid-row: 1;
    grid-column: 2;
    align-self: center;
    margin-bottom: 0;
    font-size: 20px;
  }
  #top .reason-text {
    grid-row: 2;
    grid-column: 1 / -1;
    font-size: 14px;
    line-height: 180%;
  }
  #top .reasons .sp {
    display: block;
  }
}

/* 初めての方も安心の月額料金 */
#top .pricing {
  position: relative;
  max-width: 800px;
  padding: 160px 40px 120px;
  margin: 0 auto;
  background: #ffffff;
}
#top .pricing-title {
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
}
#top .pricing-content {
  display: flex;
  gap: 80px;
  align-items: center;
  justify-content: center;
}
#top .pricing-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#top .pricing-badge {
  width: 107px;
  height: 107px;
  margin-right: 20px;
}
#top .pricing-badge img {
  display: block;
  width: 100%;
  height: auto;
}
#top .pricing-amount {
  display: flex;
  gap: 12px;
  align-items: baseline;
  transform: translateY(-4px);
}
#top .pricing-label {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 4px;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
#top .pricing-price {
  font-size: 80px;
  font-weight: 600;
  line-height: 150%;
  color: #14b4b4;
}
#top .pricing-unit {
  font-size: 40px;
  font-weight: 500;
  line-height: 180%;
}
#top .pricing-features {
  margin-bottom: 40px;
  text-align: left;
}
#top .pricing-feature-item {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
}
#top .pricing-feature-item::before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 18px;
  height: 14px;
  content: "";
  background: url(/web/img/pre/top/check.svg) no-repeat center;
  background-size: contain;
}
#top .pricing-right {
  position: absolute;
  right: -10px;
  bottom: 0;
  width: 206px;
}
#top .pricing-right img {
  display: block;
  width: 100%;
  height: auto;
}
#top .pricing-info {
  display: flex;
  align-items: center;
}
#top .pricing-header {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

@media screen and (width <= 941px) {
  #top .pricing-right {
    right: 12px;
    width: 176px;
  }
}
@media screen and (width <= 670px) {
  #top .pricing {
    padding: 80px 20px;
  }
  #top .pricing-right {
    display: none;
  }
  #top .pricing-title {
    margin-bottom: 36px;
    font-size: 24px;
    line-height: 160%;
  }
  #top .pricing-badge {
    width: 56px;
    height: 56px;
    margin-right: 4px;
  }
  #top .pricing-label {
    font-size: 20px;
    transform: translateY(4px);
  }
  #top .pricing-price {
    font-size: 52px;
  }
  #top .pricing-unit {
    font-size: 24px;
  }
  #top .pricing-amount {
    gap: 8px;
    transform: none;
  }
  #top .pricing-feature-item {
    padding-left: 24px;
    margin-bottom: 8px;
    font-size: 14px;
  }
  #top .pricing-feature-item::before {
    top: 7px;
    width: 14px;
    height: 11px;
  }
}

/* 資料ダウンロードCTA */
#top .document-download {
  padding: 0 20px;
  margin-bottom: 160px;
}
#top .document-download-container {
  position: relative;
  box-sizing: border-box;
  display: flex;
  gap: clamp(40px, 4vw, 98px);
  align-items: center;
  justify-content: center;
  max-width: 1280px;
  min-height: 285px;
  padding-right: 30px;
  margin: 0 auto;
  background: url(/web/img/pre/top/document_download_bg.png) center no-repeat;
  background-size: cover;
  border-radius: 16px;
}
#top .document-download-container::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(/web/img/pre/top/document_download_bg_on.png) center
    no-repeat;
  background-size: cover;
  opacity: 0;
  transition-duration: 0.2s;
}
#top .document-download-container:hover {
  text-decoration: none;
}
#top .document-download-container:hover::after {
  opacity: 1;
}
#top .document-download-container:hover .document-download-image {
  transform: scale(1.05);
}
#top .document-download-content {
  display: flex;
  flex-direction: column;
}
#top .document-download-left {
  z-index: 1;
  flex-shrink: 0;
  max-width: 368px;
  margin-left: 60px;
}
#top .document-download-heading {
  margin-bottom: 24px;
}
#top .document-download-subtitle {
  font-size: 20px;
  font-weight: 500;
  line-height: 180%;
  color: #ffffff;
}
#top .document-download-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 180%;
  color: #ffffff;
}
#top .document-download-right {
  z-index: 1;
  max-width: 567px;
  margin-top: auto;
}
#top .document-download-image {
  width: 100%;
  transform: translateY(1px);
  transition: transform 0.3s ease;
}
#top .document-download-image img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (width <= 940px) {
  #top .document-download-subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
  }
  #top .document-download-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
  }
  #top .document-download-heading {
    margin-bottom: 20px;
  }
  #top .document-download-container {
    min-height: 216px;
  }
}
@media screen and (width <= 670px) {
  #top .document-download {
    display: none;
  }
}

/* 導入事例 */
#top .case-studies {
  padding: 0 20px 80px;
  background: #ffffff;
}
#top .case-studies-container {
  max-width: 1280px;
  margin: 0 auto;
}
#top .case-studies-title {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
}
#top .case-studies-list {
  display: flex;
  gap: 16px;
  margin-bottom: 60px;
}
#top .case-study-card {
  display: block;
  flex: 1;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  box-shadow: 0 3px 8px 4px rgb(0 0 0 / 10%);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
#top .case-study-card:hover .case-study-image img {
  transform: scale(1.1);
}
#top .case-study-card:hover .case-study-heading {
  color: #0aa8a8;
}
#top .case-study-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
#top .case-study-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
#top .case-study-content {
  position: relative;
  box-sizing: border-box;
  padding: 24px 24px 32px;
}
#top .case-study-category {
  position: absolute;
  top: -40px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 146px;
  height: 40px;
  font-size: 16px;
  color: #ffffff;
  background-color: #3c3c3c;
  border-radius: 0 16px 0 0;
}
#top .case-study-heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 170%;
  transition: color 0.3s ease;
}
#top .case-study-company {
  padding-bottom: 8px;
  margin: 16px 0;
  font-size: 12px;
  line-height: 180%;
  color: #3c3c3c;
  border-bottom: 3px solid #f6f6f6;
}
#top .case-study-features {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#top .case-study-feature-item {
  position: relative;
  padding-left: 28px;
  font-size: 16px;
  line-height: 160%;
}
#top .case-study-feature-item::before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  content: "";
  background: url(/web/img/pre/top/check.svg) no-repeat center;
  background-size: contain;
}
#top .case-studies-button {
  text-align: center;
}

@media screen and (width <= 940px) {
  #top .case-studies-list {
    flex-direction: column;
  }
  #top .case-study-feature-item {
    font-size: 14px;
    line-height: 150%;
  }
}
@media screen and (width <= 940px) and (width > 670px) {
  #top .case-study-card {
    position: relative;
    display: flex;
  }
  #top .case-study-image {
    border-radius: 8px 0 0 8px;
  }
  #top .case-study-image,
  #top .case-study-content {
    flex-shrink: 1;
    width: 50%;
  }
  #top .case-study-content {
    position: static;
    padding: 24px 24px 32px;
  }
  #top .case-study-category {
    top: initial;
    bottom: 0;
    left: 0;
  }
  #top .case-studies-title {
    margin-bottom: 60px;
  }
}
@media screen and (width <= 670px) {
  #top .case-studies {
    padding-bottom: 80px;
  }
  #top .case-studies-title {
    margin-bottom: 48px;
    font-size: 24px;
  }
  #top .case-studies-list {
    gap: 40px;
  }
  #top .case-study-image {
    aspect-ratio: initial;
  }
  #top .case-study-company {
    padding-bottom: 4px;
    border-bottom-width: 2px;
  }
  #top .case-study-content {
    padding: 28px 28px 20px;
  }
}

/* サポートセクション */
#top .support {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 468px;
  padding: 0 0 0 40px;
  overflow: hidden;
  background-color: #eaf5f4;
}
#top .support-container {
  position: relative;
  display: flex;
  gap: 60px;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
}
#top .support-content {
  z-index: 1;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
  width: 698px;
  height: 100%;
  background-color: #eaf5f4;
}
#top .support-title {
  margin-bottom: 32px;
  font-size: 32px;
  font-weight: 500;
  line-height: 150%;
}
#top .support-description {
  margin-bottom: 56px;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  color: #333333;
}
#top .support-contact {
  display: flex;
  gap: 52px;
  align-items: center;
}
#top .support-phone {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
#top .support-phone-icon {
  margin: 4px 0 0;
  font-size: 32px;
}
#top .support-phone-info {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
#top .support-phone-number {
  margin: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  color: #14b4b4;
}
#top .support-phone-hours {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  color: #333333;
  text-align: left;
}
#top .support-image {
  position: relative;
  flex-shrink: 1;
  min-width: 0;
  min-height: 468px;
}
#top .support-image img {
  position: absolute;
  top: 0;
  display: block;
  width: 50vw;
  min-width: 780px;
  height: auto;
  min-height: 498px;
}
#top .support .sp {
  display: none;
}

@media screen and (width >= 941px) {
  #top .support-image {
    position: absolute;
    right: 0;
    z-index: 0;
    min-width: 530px;
    margin: auto;
  }
}
@media screen and (width <= 940px) {
  #top .support {
    height: auto;
    padding: 52px 20px 96px;
  }
  #top .support-container {
    flex-direction: column;
    gap: 52px;
    align-items: center;
    text-align: center;
  }
  #top .support-content {
    order: 1;
    width: 100%;
  }
  #top .support-image img {
    position: static;
    width: 100%;
    min-width: auto;
    min-height: auto;
    border-radius: 8px;
  }
  #top .support-image {
    min-height: auto;
  }
  #top .support-contact {
    justify-content: center;
  }
  #top .support-phone {
    flex-shrink: 0;
  }
}
@media screen and (width <= 670px) {
  #top .support {
    padding: 56px 20px 44px;
  }
  #top .support-container {
    gap: 28px;
  }
  #top .support-content {
    align-items: center;
  }
  #top .support-title {
    margin-bottom: 28px;
    font-size: 24px;
  }
  #top .support-description {
    padding: 0 20px;
    margin-bottom: 40px;
    font-size: 14px;
    text-align: left;
  }
  #top .support .sp {
    display: block;
  }
  #top .support-contact {
    flex-direction: column;
    gap: 40px;
  }
}
