.u-desktop {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}

@media screen and (max-width: 1023px) {
  .u-lg {
    display: none;
  }
}

@media screen and (max-width: 1279px) {
  .u-xl {
    display: none;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
  color: #222;
  font-feature-settings: "palt";
  background-color: #fff;
}
a.--disabled {
  pointer-events: none !important;
}

.swiper-wrapper {
  transform: translateZ(0);
  will-change: transform;
  backface-visibility: hidden;
}

.swiper-slide {
  backface-visibility: hidden;
}

.bg-navy {
  background: linear-gradient(180deg, #011e35 0%, #011013 100%);
}

section.service {
  padding: 8.75rem 0;
  background: #fafafa;
}
@media screen and (max-width: 767px) {
  section.service {
    padding: 3.5rem 0;
  }
}
section.service .head-line {
  width: 75rem;
  margin: auto;
}
@media screen and (max-width: 767px) {
  section.service .head-line {
    width: 100%;
  }
}
section.service .wrap {
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
}
section.service .wrap .info-content {
  width: 75rem;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  section.service .wrap .info-content {
    width: 100%;
    grid-template-columns: 1fr;
    padding: 0 1rem;
  }
}
section.service .wrap .info-content div {
  display: flex;
  height: 27.5rem;
}
@media screen and (max-width: 767px) {
  section.service .wrap .info-content div {
    height: auto;
    aspect-ratio: 46/43;
  }
}
section.service .wrap .info-content div a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
section.service .wrap .info-content div a div.h3 {
  display: inline-flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.5rem;
}
section.service .wrap .info-content div a div.h3 span {
  font-family: "Poppins", sans-serif;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  text-transform: capitalize;
  color: #fff;
}
@media screen and (max-width: 767px) {
  section.service .wrap .info-content div a div.h3 span {
    font-size: 2.5rem;
  }
}
section.service .wrap .info-content div a div.h3 h3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  color: var(--color-white, #fff);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.05625rem;
}
@media screen and (max-width: 767px) {
  section.service .wrap .info-content div a div.h3 h3 {
    font-size: 1rem;
    gap: 0.25rem;
  }
}
section.service .wrap .info-content div a p {
  opacity: 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 180%;
  padding: 1.5rem;
  display: flex;
  gap: 1.5rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  align-items: center;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  section.service .wrap .info-content div a p {
    display: none;
  }
}
section.service .wrap .info-content div a p::after {
  content: "";
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url("../../images/common/arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
section.service .wrap .info-content div a:hover {
  opacity: 1;
}
section.service .wrap .info-content div a:hover p {
  opacity: 1;
}
section.service .wrap .info-content div.info-01 {
  background: linear-gradient(0deg, rgba(20, 94, 204, 0) 40.38%, #145ecc 100%), url("../../images/service/service-01.webp") lightgray 50%/cover no-repeat;
}
@media screen and (max-width: 767px) {
  section.service .wrap .info-content div.info-01 {
    background: linear-gradient(0deg, rgba(20, 94, 204, 0) 40.38%, #145ecc 100%), url("../../images/service/service-01.webp") lightgray center/cover no-repeat;
  }
}
section.service .wrap .info-content div.info-02 {
  background: linear-gradient(0deg, rgba(20, 204, 204, 0) 40.38%, #14cccc 100%), url("../../images/service/service-02.webp") lightgray -98px -66.806px/141.216% 126.73% no-repeat;
}
@media screen and (max-width: 767px) {
  section.service .wrap .info-content div.info-02 {
    background: linear-gradient(0deg, rgba(20, 204, 204, 0) 40.38%, #14cccc 100%), url("../../images/service/service-02.webp") lightgray center/cover no-repeat;
  }
}
section.service .wrap .merchandise {
  width: 75rem;
  margin: auto;
}
@media screen and (max-width: 767px) {
  section.service .wrap .merchandise {
    width: 100%;
  }
}
section.service .wrap .merchandise .merchandise-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  section.service .wrap .merchandise .merchandise-content {
    padding: 0 1rem;
    grid-template-columns: 1fr;
  }
}
section.service .wrap .merchandise .merchandise-content a {
  background: #fff;
  display: flex;
  flex-direction: column;
}
section.service .wrap .merchandise .merchandise-content a .img {
  overflow: hidden;
}
section.service .wrap .merchandise .merchandise-content a .img img {
  transition: transform 0.3s ease-in-out;
  transform: scale(1);
}
section.service .wrap .merchandise .merchandise-content a .text {
  border-top: 1px solid #e6e6e6;
  padding: 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
section.service .wrap .merchandise .merchandise-content a .text h3 {
  text-align: center;
  color: #145ecc;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  section.service .wrap .merchandise .merchandise-content a .text h3 {
    font-size: 1.25rem;
  }
}
section.service .wrap .merchandise .merchandise-content a .text p {
  text-align: justify;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}
@media screen and (max-width: 767px) {
  section.service .wrap .merchandise .merchandise-content a .text p {
    font-size: 0.875rem;
  }
}
section.service .wrap .merchandise .merchandise-content a:hover {
  opacity: 1;
}
section.service .wrap .merchandise .merchandise-content a:hover .img img {
  transform: scale(1.2);
}
section.service .wrap .merchandise .merchandise-content .merchandise-link {
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
section.service .wrap .merchandise .merchandise-content .merchandise-link .text {
  border-top: 1px solid #e6e6e6;
  padding: 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
section.service .wrap .merchandise .merchandise-content .merchandise-link .text .links {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
section.service .wrap .merchandise .merchandise-content .merchandise-link .text .links div {
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 24px */
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  align-items: center;
}
section.service .wrap .merchandise .merchandise-content .merchandise-link .text .links div a {
  display: flex;
  width: 75%;
  height: 2.1875rem;
  align-items: center;
  background-color: #29cc8d;
  color: #fff;
  justify-content: center;
  flex-direction: row;
  border-radius: 100vh;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
  line-height: 130%;
  position: relative;
}
section.service .wrap .merchandise .merchandise-content .merchandise-link .text .links div a::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../../images/index/btn-arrow-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  margin: auto;
}
section.service .wrap .merchandise .merchandise-content .merchandise-link .text .links div a:hover {
  opacity: 0.8;
}
section.service .wrap .merchandise .merchandise-content .merchandise-link .text .links div:nth-child(2) a {
  background-color: #145ecc;
}/*# sourceMappingURL=service.css.map */