/* =========================
   Service Service
========================= */
.l-service .p-serviceService {
  padding-block: 96px 90px;
}
@media screen and (max-width: 1366px) {
  .l-service .p-serviceService {
    padding-block: 7.027818448vw 6.588579795vw;
  }
}
@media screen and (max-width: 768px) {
  .l-service .p-serviceService {
    padding-block: 9.1145833333vw;
  }
}
.l-service .p-serviceService__wrapper {
  width: 100%;
}
.l-service .p-serviceService__inner {
  width: 1147px;
  margin-inline: auto;
}
@media screen and (max-width: 1366px) {
  .l-service .p-serviceService__inner {
    width: 83.9677891654vw;
  }
}
@media screen and (max-width: 768px) {
  .l-service .p-serviceService__inner {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 600px) {
  .l-service .p-serviceService__inner {
    width: calc(100% - 30px);
  }
}
.l-service .p-serviceService__head {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(44, 44, 44, 0.12);
}
.l-service .p-serviceService__titleEn {
  position: relative;
  padding-left: 44px;
}
.l-service .p-serviceService__titleEn::before, .l-service .p-serviceService__titleEn::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.l-service .p-serviceService__titleEn::before {
  left: 0;
  top: 50%;
  width: 28px;
  height: 20px;
  border: 3px solid #eff000;
  -webkit-transform: translateY(-50%) rotate(-18deg);
          transform: translateY(-50%) rotate(-18deg);
}
.l-service .p-serviceService__titleEn::after {
  left: 14px;
  top: 50%;
  width: 28px;
  height: 20px;
  border: 2px solid #6b85e8;
  -webkit-transform: translateY(-58%) rotate(-18deg);
          transform: translateY(-58%) rotate(-18deg);
}
.l-service .p-serviceService__titleEn h2 {
  margin: 0;
}
.l-service .p-serviceService__titleJa {
  padding-bottom: 8px;
}
.l-service .p-serviceService__titleJa p {
  margin: 0;
}
.l-service .p-serviceService__body {
  margin-top: 71px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 1366px) {
  .l-service .p-serviceService__body {
    margin-top: 5.1976573939vw;
  }
}
@media screen and (max-width: 768px) {
  .l-service .p-serviceService__body {
    margin-top: 40px;
  }
}
.l-service .p-serviceService__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  padding-block: 50px;
  padding-inline: 50px 49px;
  border-radius: 6px;
  background-color: #fff;
  overflow: hidden;
  text-decoration: none;
}
@media screen and (max-width: 1366px) {
  .l-service .p-serviceService__item {
    gap: 3.6603221083vw;
    padding: 3.6603221083vw;
  }
}
@media screen and (max-width: 768px) {
  .l-service .p-serviceService__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 32px;
    padding: 30px;
  }
}
@media screen and (max-width: 600px) {
  .l-service .p-serviceService__item {
    padding: 20px;
  }
}
.l-service .p-serviceService__image {
  position: relative;
  z-index: 2;
  width: 478px;
  aspect-ratio: 478/523;
  overflow: hidden;
  border-radius: 5px;
}
@media screen and (max-width: 1366px) {
  .l-service .p-serviceService__image {
    width: 35.1390922401vw;
  }
}
@media screen and (max-width: 768px) {
  .l-service .p-serviceService__image {
    width: 100%;
    height: 45.5729166667vw;
  }
}
.l-service .p-serviceService__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-service .p-serviceService__content {
  margin-top: -30px;
  position: relative;
  z-index: 2;
  width: 510px;
}
@media screen and (max-width: 1366px) {
  .l-service .p-serviceService__content {
    margin-top: -2.196193265vw;
  }
}
@media screen and (max-width: 768px) {
  .l-service .p-serviceService__content {
    width: 100%;
  }
}
.l-service .p-serviceService__itemTitle h3 {
  margin: 0;
}
.l-service .p-serviceService__itemTitle p {
  margin: 10px 0 0;
}
.l-service .p-serviceService__desc {
  margin-top: 36px;
}
@media screen and (max-width: 1366px) {
  .l-service .p-serviceService__desc {
    margin-top: 2.635431918vw;
  }
}
.l-service .p-serviceService__desc p {
  margin: 0;
}
.l-service .p-serviceService__desc p + p {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .l-service .p-serviceService__desc {
    margin-top: 24px;
  }
  .l-service .p-serviceService__desc p + p {
    margin-top: 18px;
  }
}
.l-service .p-serviceService__item {
  position: relative;
  overflow: hidden;
}
.l-service .p-serviceService__bgText {
  position: absolute;
  left: 0;
  bottom: -7px;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}
.l-service .p-serviceService__bgTextTrack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: serviceBgTextFlow 28s linear infinite;
          animation: serviceBgTextFlow 28s linear infinite;
}
.l-service .p-serviceService__bgTextTrack p {
  margin: 0;
  padding-right: 70px;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1366px) {
  .l-service .p-serviceService__bgTextTrack p {
    padding-right: 5.1244509517vw;
  }
}
@media screen and (max-width: 768px) {
  .l-service .p-serviceService__bgTextTrack p {
    padding-right: 40px;
  }
}
@-webkit-keyframes serviceBgTextFlow {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-33.333%);
            transform: translateX(-33.333%);
  }
}
@keyframes serviceBgTextFlow {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-33.333%);
            transform: translateX(-33.333%);
  }
}

.p-serviceService__item--reverse .p-serviceService__bgTextTrack {
  -webkit-animation-name: serviceBgTextFlowReverse;
          animation-name: serviceBgTextFlowReverse;
}

@-webkit-keyframes serviceBgTextFlowReverse {
  from {
    -webkit-transform: translateX(-33.333%);
            transform: translateX(-33.333%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes serviceBgTextFlowReverse {
  from {
    -webkit-transform: translateX(-33.333%);
            transform: translateX(-33.333%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* =========================
   Service About
========================= */
.l-service .p-serviceAbout {
  padding-block: 27px 0px;
}
@media screen and (max-width: 1366px) {
  .l-service .p-serviceAbout {
    padding-block: 1.9765739385vw 0vw;
  }
}
@media screen and (max-width: 768px) {
  .l-service .p-serviceAbout {
    padding-block: 7.8125vw;
  }
}
@media screen and (max-width: 375px) {
  .l-service .p-serviceAbout {
    overflow: hidden;
  }
}
.l-service .p-serviceAbout__wrapper {
  background-color: #fff;
  border-radius: 30px 20px 0 0;
  padding: 100px 109px 105px 110px;
}
@media screen and (max-width: 1366px) {
  .l-service .p-serviceAbout__wrapper {
    padding: 7.3206442167vw 7.9795021962vw 7.6866764275vw 8.0527086384vw;
  }
}
@media screen and (max-width: 1000px) {
  .l-service .p-serviceAbout__wrapper {
    padding-inline: 0;
  }
}
.l-service .p-serviceAbout__inner {
  position: relative;
  width: 1147px;
  margin-inline: auto;
  
}
@media screen and (max-width: 1366px) {
  .l-service .p-serviceAbout__inner {
    width: 83.9677891654vw;
  }
}
@media screen and (max-width: 1000px) {
  .l-service .p-serviceAbout__inner {
    width: calc(100% - 0px);
  }
}
.l-service .p-serviceAbout__deco {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.l-service .p-serviceAbout__decoItem {
  position: absolute;
  display: block;
  height: 30px;
  pointer-events: none;
}
@media screen and (max-width: 1366px) {
  .l-service .p-serviceAbout__decoItem {
    height: 2.196193265vw;
  }
}
@media screen and (max-width: 1024px) {
  .l-service .p-serviceAbout__decoItem {
    height: 20px;
  }
}
.l-service .p-serviceAbout__decoItem--yellow {
  top: 72px;
  left: 320px;
  width: 500px;
  background: linear-gradient(90deg, rgba(239, 240, 0, 0) 0%, rgba(239, 240, 0, 0.3) 100%);
}
@media screen and (max-width: 1366px) {
  .l-service .p-serviceAbout__decoItem--yellow {
    top: 5.270863836vw;
    left: 23.4260614934vw;
    width: 36.6032210835vw;
  }
}
@media screen and (max-width: 1000px) {
  .l-service .p-serviceAbout__decoItem--yellow {
    top: 555px;
    left: 120px;
    width: 360px;
  }
}
@media screen and (max-width: 600px) {
  .l-service .p-serviceAbout__decoItem--yellow {
    top: 95px;
    left: 80px;
    width: 260px;
  }
}
.l-service .p-serviceAbout__decoItem--pink {
  top: 188px;
  left: -240px;
  width: 500px;
  background: linear-gradient(90deg, rgba(221, 159, 239, 0) 0%, rgba(221, 159, 239, 0.3) 100%);
}
@media screen and (max-width: 1366px) {
  .l-service .p-serviceAbout__decoItem--pink {
    top: 13.7628111274vw;
    left: -17.5695461201vw;
    width: calc(498 / 1366 * 100vw);
  }
}
@media screen and (max-width: 1000px) {
  .l-service .p-serviceAbout__decoItem--pink {
    top: 450px;
    bottom: 220px;
    left: 0;
    width: 360px;
  }
}
@media screen and (max-width: 600px) {
  .l-service .p-serviceAbout__decoItem--pink {
    bottom: 245px;
    width: 260px;
  }
}
.l-service .p-serviceAbout__decoItem--blue {
  bottom: 70px;
  left: 100px;
  width: 498px;
  background: linear-gradient(90deg, rgba(107, 133, 232, 0) 0%, rgba(107, 133, 232, 0.3) 100%);
}
@media screen and (max-width: 1366px) {
  .l-service .p-serviceAbout__decoItem--blue {
    bottom: 5.1244509517vw;
    left: calc(100 / 1366 * 100vw);
    width: 36.4568081991vw;
  }
}
@media screen and (max-width: 1000px) {
  .l-service .p-serviceAbout__decoItem--blue {
    top: 620px;
    bottom: 220px;
    right: 0;
    width: 360px;
  }
}
@media screen and (max-width: 600px) {
  .l-service .p-serviceAbout__decoItem--blue {
    bottom: 245px;
    width: 260px;
  }
}
.l-service .p-serviceAbout__content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .l-service .p-serviceAbout__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 36px;
  }
}
.l-service .p-serviceAbout__text {
  margin-top: -12px;
  width: 581px;
}
@media screen and (max-width: 1366px) {
  .l-service .p-serviceAbout__text {
    width: 42.532942899vw;
  }
}
@media screen and (max-width: 1000px) {
  .l-service .p-serviceAbout__text {
    width: 100%;
    padding-inline: 40px;
  }
}
.l-service .p-serviceAbout__label {
  margin-bottom: 22px;
}
.l-service .p-serviceAbout__label p {
  margin: 0;
  color: #6b85e8;
}
.l-service .p-serviceAbout__title p {
  margin: 0;
}
.l-service .p-serviceAbout__desc {
  width: 421px;
  margin-top: 32px;
}
.l-service .p-serviceAbout__desc p {
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .l-service .p-serviceAbout__desc {
    width: 100%;
  }
}
.l-service .p-serviceAbout__image {
  width: 566px;
  height: 450px;
  aspect-ratio: 566/450;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 1366px) {
  .l-service .p-serviceAbout__image {
    width: 41.4348462665vw;
    height: auto;
  }
}
@media screen and (max-width: 1000px) {
  .l-service .p-serviceAbout__image {
    width: 100vw;
    height: 350px;
  }
}
.l-service .p-serviceAbout__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* =========================
   Service Point
========================= */
.l-service .p-servicePoint {
  padding-block: 0 0px;
}
.l-service .p-servicePoint__wrapper {
  width: 100%;
  background-color: #ffffff;
  padding-block: 120px 160px;
  border-radius: 30px 30px 0 0;
}
@media screen and (max-width: 1366px) {
  .l-service .p-servicePoint__wrapper {
    padding-block: 8.78477306vw 11.7130307467vw;
  }
}
.l-service .p-servicePoint__inner {
  width: 1147px;
  margin-inline: auto;
}
@media screen and (max-width: 1366px) {
  .l-service .p-servicePoint__inner {
    width: 83.9677891654vw;
  }
}
@media screen and (max-width: 900px) {
  .l-service .p-servicePoint__inner {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 600px) {
  .l-service .p-servicePoint__inner {
    width: calc(100% - 30px);
  }
}
.l-service .p-servicePoint__body {
  margin-top: 63px;
}
@media screen and (max-width: 768px) {
  .l-service .p-servicePoint__body {
    margin-top: 32px;
  }
}
.l-service .p-servicePoint__list {
  display: grid;
  width: 1139px;
  grid-template-columns: repeat(3, 1fr);
  gap: 58px 29px;
}
@media screen and (max-width: 1366px) {
  .l-service .p-servicePoint__list {
    width: 83.3821376281vw;
    gap: 4.2459736457vw 2.1229868228vw;
  }
}
@media screen and (max-width: 900px) {
  .l-service .p-servicePoint__list {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media screen and (max-width: 500px) {
  .l-service .p-servicePoint__list {
    grid-template-columns: 1fr;
  }
}
.l-service .p-servicePoint__item {
  position: relative;
  aspect-ratio: 360/380;
  border-radius: 5px;
  overflow: hidden;

}

.l-service .p-servicePoint__image {
  inset: 0;
  position: absolute;
  z-index: 1;
}
.l-service .p-servicePoint__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-service .p-servicePoint__image::after {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.02)), color-stop(45%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.58)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.2) 45%, rgba(0, 0, 0, 0.58) 100%);
}
.l-service .p-servicePoint__content {
  position: absolute;
  left: 28px;
  right: 18px;
  bottom: 36px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .l-service .p-servicePoint__content {
    left: 16px;
    right: 16px;
    bottom: 18px;
  }
}
.l-service .p-servicePoint__number {
  position: relative;
  padding-left: 10px;
}
.l-service .p-servicePoint__number::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #6b85e8;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-service .p-servicePoint__number p {
  margin: 0;
}
.l-service .p-servicePoint__itemTitle {
  margin-top: 10px;
}
.l-service .p-servicePoint__itemTitle h3 {
  margin: 0;
}
.l-service .p-servicePoint__text {
  margin-top: 17px;
}
.l-service .p-servicePoint__text p {
  margin: 0;
}
