.service_list {
  width: 100%;
  max-width: 846px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 70px;
}
@media screen and (max-width: 750px) {
  .service_list {
    padding: 0 15px;
    gap: 40px;
  }
}
.service_list .service {
  padding: 60px 30px 90px;
  background: #FFF;
  position: relative;
}
.service_list .service.lock{pointer-events:none;}
@media screen and (max-width: 750px) {
  .service_list .service {
    padding: 15px 15px 30px;
	pointer-events:none;
  }
}
.service_list .service:nth-of-type(1):after {
  content: "01";
}
.service_list .service:nth-of-type(3):after {
  content: "02";
}
.service_list .service:nth-of-type(4):after {
  content: "03";
}
.service_list .service:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background: #222;
  z-index: 1;
  color: #FFF;
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
}
@media screen and (max-width: 750px) {
  .service_list .service:after {
    width: 47px;
    height: 47px;
    font-size: 17px;
  }
}
.service_list .service .service_info {
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media screen and (max-width: 750px) {
  .service_list .service .service_info {
    padding-top: 20px;
  }
}
.service_list .service .service_info .service_name {
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
  transition: all .3s;
}
@media screen and (max-width: 750px) {
  .service_list .service .service_info .service_name {
    font-size: clamp(20px, 2.5vw, 35px);
  }
}
.service_list .service .service_info .service_name_en {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  color: #D8DBEA;
  margin-top: 8px;
}
@media screen and (max-width: 750px) {
  .service_list .service .service_info .service_name_en {
    font-size: clamp(12px, 1.07143vw, 15px);
  }
}
.service_list .service .service_info .text {
  font-size: 16px;
  line-height: 2.25;
  margin-top: 50px;
}
@media (any-hover: hover) {
  .service_list .service:hover {
    background: #1A275A;
  }
  .service_list .service:hover:after {
    background: #1782C8;
  }
  .service_list .service:hover .service_info .service_name {
    color: #FFF;
  }
  .service_list .service:hover .service_info .service_name_en {
    color: #FFF;
  }
  .service_list .service:hover .service_info .text {
    color: #FFF;
  }
}
@media screen and (max-width: 750px) {
.service_list a.button{
  width: calc(100% - 30px);
  height: 60px;
  background: #1A275A;
  border: 1px solid #1A275A;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding-bottom: 2px;
  margin-inline: auto;
  transform: translateY(-40px);
}
.service_list a.button:after{
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
  rotate: 45deg;
  width: 6px;
  height: 6px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transition: all .3s;
}
}

.line01 {
  position: absolute;
  bottom: -23vw;
  right: -40vw;
  overflow: hidden;
  aspect-ratio: 1666/1020;
  width: 100vw;
}

.line02 {
  width: 100vw;
  position: absolute;
  top: -50vw;
  left: -15vw;
  aspect-ratio: 1332/1659;
}

.line03 {
  width: 150vw;
  position: absolute;
  bottom: 0;
  right: -90vw;
  aspect-ratio: 2184/1845;
}

.line04 {
  position: absolute;
  bottom: -30vw;
  left: -85vw;
  aspect-ratio: 1761/915;
  width: 120vw;
}

.line05 {
  position: absolute;
  bottom: -65vw;
  right: -120vw;
  aspect-ratio: 1995/929;
  width: 200vw;
}

.line06 {
  position: absolute;
  top: 24%;
  right: -100vw;
  aspect-ratio: 1563/563;
  width: 150vw;
}

.line07 {
  position: absolute;
  bottom: 15%;
  left: -100vw;
  aspect-ratio: 2284/640;
  width: 150vw;
}

.line08 {
  position: absolute;
  top: 0;
  left: -80vw;
  aspect-ratio: 1761/915;
  width: 120vw;
}

.line09 {
  width: 100vw;
  position: absolute;
  bottom: 10vw;
  right: -75vw;
  aspect-ratio: 1340/696;
}

.line10 {
  width: 100vw;
  position: absolute;
  bottom: -5vw;
  left: -8vw;
  aspect-ratio: 1340/696;
}

/*# sourceMappingURL=service.css.map */
