@charset "UTF-8";
.top-mv {
  position: relative;
  height: 90svh;
  width: 100%;
}
@media screen and (min-width: 570px) {
  .top-mv {
    height: 80svh;
  }
}
.top-mv__video {
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}
.top-mv__video::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.top-mv__video::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(#111 30%, transparent 31%), radial-gradient(#111 30%, transparent 31%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
}
.top-mv__video video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.top-mv__ttlarea {
  position: absolute;
  left: 8vw;
  top: 23vh;
  color: #fff;
  z-index: 2;
}
@media screen and (min-width: 570px) {
  .top-mv__ttlarea {
    top: 28vh;
  }
}
.top-mv__arrow--l, .top-mv__arrow--r {
  content: "";
  position: absolute;
  width: clamp(122px, 30vw, 242px);
  aspect-ratio: 1/1.4;
  mix-blend-mode: overlay;
}
.top-mv__arrow--l {
  top: 28%;
  left: -5vw;
  background-image: url(../img/mv_arrow_yellow.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 570px) {
  .top-mv__arrow--l {
    top: -18%;
    left: -2.5vw;
  }
}
.top-mv__arrow--r {
  bottom: -10%;
  left: 22vw;
  background-image: url(../img/mv_arrow_blue.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 570px) {
  .top-mv__arrow--r {
    bottom: 39%;
    left: clamp(8vw, 15vw, 164px);
  }
}
.top-mv__subttl {
  font-size: clamp(1.25rem, 2vw + 0.5rem, 1.6875rem);
  font-weight: 300;
}
.top-mv__subttl-deco {
  margin: 0 18px;
  position: relative;
}
.top-mv__subttl-deco::before, .top-mv__subttl-deco::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background: #fff;
  top: 50%;
  left: 50%;
}
.top-mv__subttl-deco::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.top-mv__subttl-deco::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.top-mv__ttl {
  font-size: clamp(2rem, 5vw + 0.5rem, 4.75rem);
  line-height: 1.3;
  font-weight: bold;
  will-change: transform, opacity;
}
.top-mv__loop-animation {
  width: 100%;
  height: clamp(114px, 20vw, 217px);
  overflow: hidden;
  position: absolute;
  bottom: -70px;
  display: flex;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .top-mv__loop-animation {
    bottom: -137px;
  }
}
.top-mv__loop-animation-img {
  width: auto;
  height: 100%;
}

.page-link {
  padding-inline: 15px;
  padding-block: 76px 40px;
}
@media screen and (min-width: 769px) {
  .page-link {
    display: none;
  }
}
.page-link h2 {
  display: inline-block;
  padding-inline: 6px;
  color: #003894;
  font-size: 0.5rem;
  background: #fff;
  transform: translate(20px, 9px);
}
.page-link .page-link__menu {
  border: solid 1px #003894;
  border-radius: 10px;
  padding-block: 15px;
  padding-inline: 20px;
}
@media screen and (min-width: 769px) {
  .page-link .page-link__menu {
    padding-block: 30px;
  }
}
.page-link .page-link__menu .page-link__item {
  margin-bottom: 0.5rem;
}
.page-link .page-link__menu .page-link__item a {
  display: block;
  color: #003894;
}
.page-link .page-link__menu .page-link__item a::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../img/icon_arrow--circle.svg) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  margin-block: 0 2px;
  margin-inline: 0 10px;
}

.top-product {
  padding-top: 10px;
}
@media screen and (min-width: 769px) {
  .top-product {
    padding-top: 160px;
  }
}
.top-product__inner {
  position: relative;
}
.top-product__content {
  display: flex;
  flex-direction: column;
}
.top-product__point {
  display: flex;
  flex-direction: column;
  gap: 17px;
  margin-top: 36px;
}
@media screen and (min-width: 960px) {
  .top-product__point {
    flex-direction: row;
  }
}
.top-product__point-item {
  background: #ffdb00;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-block: 0.5rem;
  padding-inline: 1rem;
  gap: 20px;
}
@media screen and (min-width: 960px) {
  .top-product__point-item {
    width: 243px;
    height: 137px;
  }
}
.top-product__point-img {
  height: 56px;
}
@media screen and (min-width: 960px) {
  .top-product__point-img {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    height: 90px;
    width: auto;
  }
}
.top-product__point-txt {
  font-weight: bold;
  font-size: 1.125rem;
}
@media screen and (min-width: 960px) {
  .top-product__point-txt {
    padding-top: 87px;
    text-align: center;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .top-product__point-txt {
    font-size: 1.25rem;
  }
}
.top-product__point-txt--emphasis {
  color: #007fc5;
}
.top-product__ttlarea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 1070px) {
  .top-product__ttlarea {
    display: contents;
  }
}
.top-product__txtarea {
  display: grid;
  gap: 2em;
  padding-top: 20px;
}
@media screen and (min-width: 769px) {
  .top-product__txtarea {
    padding-top: 30px;
  }
}
.top-product__imgarea {
  position: relative;
  width: 126px;
  height: 162px;
  display: flex;
  align-items: flex-end;
  margin-inline: auto 0;
}
@media screen and (min-width: 1070px) {
  .top-product__imgarea {
    width: auto;
    height: auto;
    position: absolute;
    top: 290px;
    right: 9%;
  }
}
@media screen and (min-width: 1400px) {
  .top-product__imgarea {
    width: auto;
    height: auto;
    position: absolute;
    right: -3%;
    top: 175px;
  }
}
.top-product__imgarea img {
  width: 74px;
  height: auto;
}
@media screen and (min-width: 1070px) {
  .top-product__imgarea img {
    width: 10vw;
    height: auto;
  }
}
@media screen and (min-width: 1400px) {
  .top-product__imgarea img {
    width: 190px;
  }
}
.top-product__imgarea::before {
  content: "";
  position: absolute;
  height: 139px;
  width: 62px;
  right: 2%;
  top: 0;
  background-image: url(../img/top_product03.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (min-width: 1070px) {
  .top-product__imgarea::before {
    top: -54%;
    right: -92%;
    width: 9vw;
    height: 29vh;
  }
}
@media screen and (min-width: 1400px) {
  .top-product__imgarea::before {
    width: 160px;
    height: 359px;
    top: -52%;
    right: -71%;
  }
}
.top-product__accordion {
  border: solid 5px #007fc5;
  border-radius: 16px;
  margin-block: 25px 0;
}
@media screen and (min-width: 769px) {
  .top-product__accordion {
    margin-block: 40px 0;
  }
}
.top-product__accordion.is-opened .top-product__accordion-icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}
.top-product__accordion:first-of-type {
  margin-block: 30px 0;
}
@media screen and (min-width: 769px) {
  .top-product__accordion:first-of-type {
    margin-block: 60px 0;
  }
}
.top-product__accordion-summary {
  display: block;
}
.top-product__accordion-summary::-webkit-details-marker {
  display: none;
}
.top-product__summary-inner {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 17px 20px;
  font-weight: bold;
  color: #fff;
  background: #007fc5;
  font-size: 1rem;
  border-radius: 9px 9px 0 0;
  line-height: 1.3;
}
@media screen and (min-width: 769px) {
  .top-product__summary-inner {
    font-size: 1.125rem;
    padding: 17px 25px;
  }
}
.top-product__accordion-icon {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  margin-left: 6px;
  flex-shrink: 0;
  transform-origin: center 43%;
  transition: transform 0.4s;
}
@media screen and (min-width: 769px) {
  .top-product__accordion-icon {
    width: 25px;
    height: 25px;
  }
}
.top-product__accordion-icon::before, .top-product__accordion-icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s, opacity 0.3s;
}
@media screen and (min-width: 769px) {
  .top-product__accordion-icon::before, .top-product__accordion-icon::after {
    width: 25px;
    height: 2px;
  }
}
.top-product__accordion-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.top-product__accordion-content {
  overflow: hidden;
}
.top-product__content-inner {
  padding: 15px 12px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .top-product__content-inner {
    padding: 30px 48px;
  }
}
.top-product__accordion-lead {
  line-height: 1.3;
}
@media screen and (min-width: 769px) {
  .top-product__accordion-lead {
    font-size: 1.125rem;
  }
}
.top-product__accordion-img {
  max-width: 802px;
  width: 100%;
  margin-top: 20px;
}
.top-product__accordion-txt {
  font-size: 0.875rem;
  margin-top: 20px;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .top-product__accordion-txt {
    text-align: center;
  }
}
.top-product__accordion-bg {
  background: #f8f7f1;
  padding: 12px 0;
  gap: 5px;
  display: grid;
  justify-items: center;
  max-width: 770px;
  width: 100%;
  margin-top: 15px;
}
.top-product__contact-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 529px;
  gap: 15px;
  margin-inline: auto;
  padding: 20px 0 15px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .top-product__contact-form {
    flex-direction: row;
    padding: 20px 0;
  }
}
.top-product__contact-form::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  background: #d9d9d9;
}
.top-product__contact-form-txt {
  font-size: 0.875rem;
}
@media screen and (min-width: 769px) {
  .top-product__contact-form-txt {
    width: calc(50% - 15px);
  }
}
.top-product__contact-tel {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-inline: auto;
  max-width: 529px;
  gap: 5px;
  padding-top: 15px;
}
@media screen and (min-width: 769px) {
  .top-product__contact-tel {
    flex-direction: row;
    padding-top: 20px;
    gap: 10px;
  }
}
@media screen and (max-width: 400px) {
  .top-product__contact-tel {
    align-items: center;
  }
}
.top-product__contact-tel-link {
  font-family: "Roboto", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1.6875rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.05em;
  white-space: nowrap;
  gap: clamp(0.125rem, -5.951rem + 25.93vw, 0.563rem);
}
@media screen and (min-width: 769px) {
  .top-product__contact-tel-link {
    align-items: flex-start;
    flex-direction: column;
    font-size: 2.125rem;
    gap: 0;
    pointer-events: none;
  }
}
@media screen and (max-width: 400px) {
  .top-product__contact-tel-link {
    flex-direction: column;
  }
}
.top-product__contact-tel-link span {
  font-family: -apple-system, "Noto Sans", "Noto Sans JP", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", san-serif;
  font-size: 0.625rem;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .top-product__contact-tel-link span {
    font-size: 0.75rem;
  }
}
.top-product__contact-hour {
  font-size: 0.625rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .top-product__contact-hour {
    font-size: 0.75rem;
    line-height: 3;
  }
}
.top-product__about {
  margin-block: 50px 0;
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  .top-product__about {
    margin-block: 100px 0;
  }
}
.top-product__about-inner {
  border-radius: 24px;
  padding: 30px 17px 20px 17px;
  position: relative;
  background: #003894;
  color: #fff;
  overflow: hidden;
  margin-inline: auto;
  max-width: 1274px;
}
@media screen and (min-width: 769px) {
  .top-product__about-inner {
    padding: 30px 17px;
  }
}
@media screen and (min-width: 960px) {
  .top-product__about-inner {
    padding: 64px 137px;
  }
}
.top-product__about-inner::before {
  content: "";
  position: absolute;
  background-image: url(../img/top_product_about_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
}
.top-product__about-content {
  position: relative;
  z-index: 1;
}
.top-product__about-ttl {
  font-size: 1.125rem;
  font-weight: bold;
  will-change: transform, opacity;
  line-height: 1.3;
}
@media screen and (min-width: 769px) {
  .top-product__about-ttl {
    font-size: 2.125rem;
  }
}
.top-product__about-ttl span {
  white-space: nowrap;
}
.top-product__about-txtarea {
  padding: 20px 25vw 0 0;
  gap: 1em;
  display: grid;
  font-size: 0.75rem;
}
@media screen and (min-width: 960px) {
  .top-product__about-txtarea {
    padding: 20px 0 0;
    font-size: 1rem;
    max-width: 608px;
  }
}
.top-product__about-lottie {
  display: block;
  width: 100%;
  aspect-ratio: 514/1018;
  position: absolute;
  right: -9vw;
  top: -12%;
  width: clamp(80px, 48vw, 250px);
}
@media screen and (max-width: 420px) {
  .top-product__about-lottie {
    top: 15%;
  }
}
@media screen and (min-width: 570px) {
  .top-product__about-lottie {
    right: -5vw;
    top: -24%;
  }
}
@media screen and (min-width: 769px) {
  .top-product__about-lottie {
    width: clamp(90px, 30vw, 450px);
    right: -3vw;
    top: 3%;
  }
}
@media screen and (min-width: 1070px) {
  .top-product__about-lottie {
    width: clamp(90px, 30vw, 450px);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.top-product__about-img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.top-cases {
  padding-block: 26px 0;
  --slide-w: min(1000px, calc(var(--vw, 100vw) - 80px));
}
@media screen and (min-width: 769px) {
  .top-cases {
    padding-block: 44px 0;
  }
}
.top-cases__ttlarea {
  z-index: 6;
  padding-top: 24px;
}
@media screen and (min-width: 1400px) {
  .top-cases__ttlarea {
    padding-top: 56px;
  }
}
.top-cases__caselist {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-end;
  padding: 20px 0 50px 0;
}
@media screen and (min-width: 769px) {
  .top-cases__caselist {
    padding: 20px 0 113px 0;
    transition: filter 0.4s ease, -webkit-filter 0.4s ease;
    will-change: filter;
  }
}
.top-cases__caselist.is-blurred {
  filter: blur(10px);
  -webkit-filter: blur(10px);
}
.top-cases__caselist-item {
  width: calc((100% - 20px) / 2);
  position: relative;
  padding-top: 28px;
}
@media screen and (min-width: 769px) {
  .top-cases__caselist-item {
    width: calc((100% - 60px) / 4);
    padding-top: 84px;
  }
}
.top-cases__caselist-item:nth-child(2) .top-cases__caselist-txtarea {
  background: #f7efb8;
}
.top-cases__caselist-item:nth-child(2) .top-cases__caselist-img {
  top: 0;
}
.top-cases__caselist-item:nth-child(3) .top-cases__caselist-txtarea {
  background: #c7e5f3;
}
.top-cases__caselist-item:nth-child(3) .top-cases__caselist-img {
  top: 0;
}
@media screen and (min-width: 769px) {
  .top-cases__caselist-item:nth-child(3) .top-cases__caselist-img {
    top: 6%;
  }
}
.top-cases__caselist-item:nth-child(4) .top-cases__caselist-txtarea {
  background: #f8dfe2;
}
.top-cases__caselist-item:nth-child(4) .top-cases__caselist-img {
  top: 0;
}
@media screen and (min-width: 769px) {
  .top-cases__caselist-item:nth-child(4) .top-cases__caselist-img {
    top: 4%;
  }
}
.top-cases__caselist-item:nth-child(1) .top-cases__caselist-txtarea {
  background: #fae4ca;
}
.top-cases__caselist-item:nth-child(1) .top-cases__caselist-img {
  top: 0;
}
@media screen and (min-width: 769px) {
  .top-cases__caselist-item:nth-child(1) .top-cases__caselist-img {
    top: 1%;
  }
}
.top-cases__caselist-link {
  display: block;
  text-align: center;
}
.top-cases__caselist-img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: min(100%, 52px);
}
@media screen and (min-width: 769px) {
  .top-cases__caselist-img {
    height: auto;
  }
}
.top-cases__caselist-txtarea {
  border-radius: 13px;
  height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .top-cases__caselist-txtarea {
    height: 120px;
  }
}
.top-cases__caselist-txt-en {
  font-size: 0.625rem;
  font-family: "Roboto", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  color: #2d364d;
}
.top-cases__caselist-txt {
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .top-cases__caselist-txt {
    font-size: 1.25rem;
  }
}
.top-cases__caselist-txt-sub {
  font-size: 0.75rem;
}
.top-cases .pin-spacer {
  overflow: hidden;
}
.top-cases__scrl-x {
  overflow: visible;
  position: relative;
  height: auto;
  margin-block: 0 50px;
}
@media screen and (min-width: 769px) {
  .top-cases__scrl-x {
    overflow: hidden;
    margin-block: 0;
    padding-top: 100px;
    height: 100vh;
  }
}
.top-cases__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: auto;
  height: auto;
  flex-wrap: nowrap;
  gap: 73px;
  padding-top: 35px;
}
@media screen and (min-width: 769px) {
  .top-cases__wrapper {
    flex-direction: row;
    gap: 140px;
    width: max-content;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.top-cases__slide {
  position: relative;
  width: 100%;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  padding-inline: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .top-cases__slide {
    width: var(--slide-w);
    max-width: var(--slide-w);
    background-position: left 30% center;
    background-size: 60%;
    height: 100%;
    padding-inline: 0;
    padding-top: 120px;
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 1400px) {
  .top-cases__slide {
    padding-top: 60px;
  }
}
.top-cases__slide .top-cases__img::after {
  content: "";
  display: block;
  position: absolute;
  top: -35px;
  z-index: -1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 769px) {
  .top-cases__slide .top-cases__img::after {
    top: -64px;
  }
}
.top-cases__slide:nth-of-type(2) {
  background: url(../img/top_case_bg02_sp.png) no-repeat center top 10%;
}
@media screen and (min-width: 769px) {
  .top-cases__slide:nth-of-type(2) {
    background: url(../img/top_case_bg02.png) no-repeat left 30% top 50%;
  }
}
.top-cases__slide:nth-of-type(2) .top-cases__img::after {
  background-image: url(../img/top_case_number02.png);
  left: 0;
  width: 94px;
  height: 120px;
}
@media screen and (min-width: 769px) {
  .top-cases__slide:nth-of-type(2) .top-cases__img::after {
    left: 9%;
    width: 129px;
    height: 164px;
  }
}
.top-cases__slide:nth-of-type(2) .top-cases__ttl-label {
  background: #ffebd4;
  color: #473f36;
}
.top-cases__slide:nth-of-type(2) .top-cases__ttl-en {
  color: #473f36;
}
.top-cases__slide:nth-of-type(3) {
  background: url(../img/top_case_bg03_sp.png) no-repeat center top 10%;
}
@media screen and (min-width: 769px) {
  .top-cases__slide:nth-of-type(3) {
    background: url(../img/top_case_bg03.png) no-repeat left 30% top 50%;
  }
}
.top-cases__slide:nth-of-type(3) .top-cases__img::after {
  background-image: url(../img/top_case_number03.png);
  right: 0;
  width: 112px;
  height: 121px;
}
@media screen and (min-width: 769px) {
  .top-cases__slide:nth-of-type(3) .top-cases__img::after {
    left: 9%;
    width: 151px;
    height: 164px;
  }
}
.top-cases__slide:nth-of-type(3) .top-cases__ttl-label {
  background: #dee8ff;
  color: #2d364d;
}
.top-cases__slide:nth-of-type(3) .top-cases__ttl-en {
  color: #2d364d;
}
.top-cases__slide:nth-of-type(4) {
  background: url(../img/top_case_bg04_sp.png) no-repeat center top 10%;
}
@media screen and (min-width: 769px) {
  .top-cases__slide:nth-of-type(4) {
    background: url(../img/top_case_bg04.png) no-repeat left 30% top 50%;
  }
}
.top-cases__slide:nth-of-type(4) .top-cases__img::after {
  background-image: url(../img/top_case_number04.png);
  left: 0;
  width: 110px;
  height: 120px;
}
@media screen and (min-width: 769px) {
  .top-cases__slide:nth-of-type(4) .top-cases__img::after {
    left: 9%;
    width: 151px;
    height: 164px;
  }
}
.top-cases__slide:nth-of-type(4) .top-cases__ttl-label {
  background: #ffdee1;
  color: #74353b;
}
.top-cases__slide:nth-of-type(4) .top-cases__ttl-en {
  color: #74353b;
}
.top-cases__slide:nth-of-type(1) {
  background: url(../img/top_case_bg01_sp.png) no-repeat center top 10%;
}
@media screen and (min-width: 769px) {
  .top-cases__slide:nth-of-type(1) {
    background: url(../img/top_case_bg01.png) no-repeat left 30% top 50%;
  }
}
.top-cases__slide:nth-of-type(1) .top-cases__img::after {
  background-image: url(../img/top_case_number01.png);
  right: 0;
  width: 115px;
  height: 121px;
}
@media screen and (min-width: 769px) {
  .top-cases__slide:nth-of-type(1) .top-cases__img::after {
    left: 9%;
    width: 155px;
    height: 164px;
  }
}
.top-cases__slide:nth-of-type(1) .top-cases__ttl-label {
  background: #ffe0d1;
  color: #a84818;
}
.top-cases__slide:nth-of-type(1) .top-cases__ttl-en {
  color: #be693e;
}
.top-cases__wrap {
  gap: 20px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .top-cases__wrap {
    flex-direction: row;
    gap: 56px;
  }
}
.top-cases__txt {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .top-cases__txt {
    max-width: 432px;
  }
}
.top-cases__txt .btn-case {
  order: 3;
  padding-block: 0.6rem;
}
.top-cases__txt .btn-case::after {
  position: absolute;
  right: 15px;
}
@media screen and (min-width: 769px) {
  .top-cases__txt .btn-case {
    order: 0;
    width: min(100%, 156px);
    padding-left: 8px;
  }
}
.top-cases__txt .splide__slide img {
  display: block;
  width: 100%;
  height: auto;
}
.top-cases__ttl {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .top-cases__ttl {
    font-size: 1.375rem;
  }
}
.top-cases__ttl-top {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 6px;
}
@media screen and (min-width: 769px) {
  .top-cases__ttl-top {
    margin-bottom: 10px;
    gap: 10px;
  }
}
.top-cases__ttl-label {
  font-size: 0.875rem;
}
.top-cases__ttl-en {
  font-size: 0.625rem;
  font-weight: 400;
}
.top-cases__caption {
  margin-top: 8px;
}
@media screen and (min-width: 769px) {
  .top-cases__caption {
    margin-top: 10px;
  }
}
.top-cases__img {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .top-cases__img {
    align-items: center;
  }
}
.top-cases__img img {
  width: 100%;
  max-width: clamp(18.75rem, 6.823rem + 50.89vw, 31.25rem);
  height: auto;
}
@media screen and (min-width: 769px) {
  .top-cases__img img {
    max-width: 505px;
  }
}

.top-features {
  position: relative;
  padding-top: 37px;
  padding-inline: 15px;
  background-image: url(../img/top_feature_bg02.png), linear-gradient(180deg, #007fc5 0%, #1d41b8 100%);
  background-repeat: no-repeat, no-repeat;
  background-size: min(936px, 80%) auto, 100% 100%;
  background-position: bottom -3% right -9%, 0 0;
}
@media screen and (min-width: 769px) {
  .top-features {
    padding-top: 45px;
    background-size: min(936px, 80%) auto, 100% 100%;
  }
}
.top-features__ttlarea {
  color: #fff;
  z-index: 2;
  position: relative;
  margin-inline: auto;
  margin-block: 0 2rem;
  padding-inline: 20px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: auto auto;
  gap: 14px 4px;
  grid-template-areas: "img01 img02 img03 img04" "text text text text";
  width: fit-content;
  height: auto;
  justify-items: center;
}
@media screen and (min-width: 960px) {
  .top-features__ttlarea {
    gap: 14px 11px;
    width: min(100%, 1080px);
    max-height: 289px;
    margin-inline: auto;
    grid-template-columns: auto auto 3fr auto auto;
    grid-template-areas: "img01 img02 text img03 img04";
  }
}
@media screen and (min-width: 960px) {
  .top-features__ttlarea.is-end {
    position: absolute;
  }
}
.top-features__ttlarea .top-features__ttl-item {
  text-align: center;
}
.top-features__ttlarea .top-features__ttl-item:has(img) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}
.top-features__ttlarea .top-features__ttl-item:has(img) img {
  max-height: 213px;
  height: 100%;
  display: block;
  object-fit: contain;
}
@media screen and (min-width: 769px) {
  .top-features__ttlarea .top-features__ttl-item:has(img) img {
    max-height: 240px;
  }
}
@media screen and (min-width: 960px) {
  .top-features__ttlarea .top-features__ttl-item:has(img) img {
    max-height: 289px;
  }
}
.top-features__ttlarea .top-features__ttl-item.text {
  grid-area: text;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.top-features__ttlarea .img01 {
  grid-area: img01;
}
.top-features__ttlarea .img02 {
  grid-area: img02;
}
.top-features__ttlarea .img03 {
  grid-area: img03;
}
.top-features__ttlarea .img04 {
  grid-area: img04;
}
.top-features__ttlarea .text {
  grid-area: text;
}
.top-features__ttl {
  font-size: clamp(1.625rem, 4vw + 0.1rem, 2rem);
  font-weight: bold;
  text-align: center;
  will-change: transform, opacity;
}
@media screen and (min-width: 769px) {
  .top-features__ttl {
    font-size: clamp(1.625rem, 4vw + 0.1rem, 3.125rem);
  }
}
.top-features__lead {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 9px;
}
@media screen and (min-width: 769px) {
  .top-features__lead {
    font-size: clamp(1rem, 1.6vw + 0.1rem, 1.3125rem);
  }
}
.top-features__liustarea {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.top-features__liustarea:first-child {
  left: -50%;
}
.top-features__liustarea:last-child {
  right: -50%;
}
.top-features__bgarea {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  overflow: hidden;
  width: 84%;
  max-width: 1214px;
}
.top-features__bg {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.top-features__body {
  max-width: 1028px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (min-width: 960px) {
  .top-features__body {
    flex-direction: row-reverse;
    align-items: flex-start;
    padding-block: 20px 0;
  }
}
.top-features__visual {
  display: none;
}
@media screen and (min-width: 960px) {
  .top-features__visual {
    display: flex;
    position: relative;
    z-index: 1;
    width: 45%;
    flex-shrink: 0;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
  }
}
.top-features__visual .scene {
  width: 180px;
  height: 180px;
  margin-inline: auto;
  perspective: 1200px;
  transform-style: preserve-3d;
}
@media screen and (min-width: 769px) {
  .top-features__visual .scene {
    width: 500px;
    height: 336px;
    margin-block: 30px 0;
  }
}
.top-features__visual .cube {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  will-change: transform;
}
.top-features__visual .cube__face {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  backface-visibility: hidden;
}
.top-features__visual .cube__face img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-features__visual .cube .front {
  transform: rotateX(0deg) translateZ(90px);
}
@media screen and (min-width: 769px) {
  .top-features__visual .cube .front {
    transform: rotateX(0deg) translateZ(166px);
  }
}
.top-features__visual .cube .back {
  transform: rotateX(180deg) translateZ(90px);
}
@media screen and (min-width: 769px) {
  .top-features__visual .cube .back {
    transform: rotateX(180deg) translateZ(166px);
  }
}
.top-features__visual .cube .bottom {
  transform: rotateX(-90deg) translateZ(90px);
}
@media screen and (min-width: 769px) {
  .top-features__visual .cube .bottom {
    transform: rotateX(-90deg) translateZ(166px);
  }
}
@media screen and (min-width: 960px) {
  .top-features__contents {
    flex: 1;
  }
}
.top-features__item {
  padding-top: 40px;
}
@media screen and (min-width: 960px) {
  .top-features__item {
    padding-top: 0;
  }
}
.top-features__item-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .top-features__item-inner {
    min-height: 45svh;
  }
}
.top-features__item-img {
  display: block;
  order: 3;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .top-features__item-img {
    display: none;
    margin-bottom: 24px;
  }
}
.top-features__item-ttl {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  padding-inline: 4rem 0;
  color: #0152c5;
  position: relative;
}
@media screen and (min-width: 960px) {
  .top-features__item-ttl {
    font-size: 1.75rem;
    padding-inline: 0;
    padding-block: 60px 0;
    margin-bottom: 20px;
  }
}
.top-features__item-ttl + p {
  margin-block: 0 1.5rem;
}
@media screen and (min-width: 960px) {
  .top-features__item-ttl + p {
    margin-block: 0;
  }
}
.top-features__point {
  position: absolute;
  font-size: 0.375rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url(../img/top_feature_point.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding-bottom: 10px;
  top: 0;
  left: 0;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 960px) {
  .top-features__point {
    top: 0;
    width: 52px;
    height: 52px;
  }
}
.top-features__point-num {
  font-size: 1.375rem;
  font-family: "Roboto", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  line-height: 1;
}
.top-features__btnarea {
  width: min(100%, 1000px);
  margin-inline: auto;
  padding-block: 30px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .top-features__btnarea {
    padding-block: 80px;
  }
}
.top-features__btnarea .btn-white {
  font-size: 1rem;
}
@media screen and (min-width: 960px) {
  .top-features__btnarea .btn-white {
    font-size: 1.125rem;
  }
}

.top-catalog {
  position: relative;
  padding-block: 50px;
  padding-inline: 20px;
  background: #f7fcff;
}
@media screen and (min-width: 960px) {
  .top-catalog {
    padding-block: 100px;
  }
}
.top-catalog__wrap {
  padding-top: 17px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .top-catalog__wrap {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 56px;
  }
}
@media screen and (max-width: 768px) {
  .top-catalog__wrap.inner {
    padding-inline: 0;
  }
}
.top-catalog__imgarea {
  width: 100%;
  max-width: 576px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: 1fr 1fr;
  grid-template-areas: "img1 img_group" "img1 img_group";
  gap: 0 26px;
  align-items: start;
}
@media screen and (min-width: 960px) {
  .top-catalog__imgarea {
    max-width: 551px;
    gap: 0 40px;
  }
}
.top-catalog__img--first, .top-catalog__img--second, .top-catalog__img--third {
  position: relative;
  width: 100%;
}
.top-catalog__img--first img, .top-catalog__img--second img, .top-catalog__img--third img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.top-catalog__img--first {
  grid-area: img1;
  width: clamp(130px, 32vw, 198px);
}
@media screen and (min-width: 769px) {
  .top-catalog__img--first {
    max-width: 198px;
  }
}
.top-catalog__img--second {
  grid-area: img_group;
  z-index: 1;
  align-self: start;
  justify-self: start;
  height: auto;
  margin-top: 16px;
  width: clamp(160px, 32vw, 243px);
}
.top-catalog__img--second img {
  box-shadow: 6px 6px 6.8px 0 rgba(0, 0, 0, 0.04);
}
@media screen and (min-width: 769px) {
  .top-catalog__img--second {
    max-width: 243px;
    margin-top: 25px;
  }
}
.top-catalog__img--third {
  grid-area: img_group;
  align-self: end;
  justify-self: end;
  height: auto;
  margin-bottom: 8px;
  width: clamp(160px, 32vw, 243px);
}
.top-catalog__img--third img {
  box-shadow: 6px 6px 6.8px 0 rgba(0, 0, 0, 0.04);
}
@media screen and (min-width: 769px) {
  .top-catalog__img--third {
    max-width: 243px;
    margin-bottom: 12px;
  }
}
.top-catalog__txtarea {
  margin-top: 27px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
}
@media screen and (min-width: 1200px) {
  .top-catalog__txtarea {
    margin-top: 0;
    width: min(100%, 365px);
    gap: 30px;
  }
}
.top-catalog__txtarea .btn-cp {
  width: 100%;
  height: 50px;
  padding-right: 12px;
  text-align: center;
  justify-content: center;
  font-size: 1rem;
}
@media screen and (min-width: 960px) {
  .top-catalog__txtarea .btn-cp {
    font-size: 1.125rem;
    height: 65px;
  }
}
.top-catalog__txtarea .btn-cp::after {
  position: absolute;
  right: 20px;
  width: 16px;
  height: 14px;
}