/****************************************

  Front Layout

*****************************************/
.swiper-slide {
  transition: transform 0.8s ease-in-out 0.2s;
  transform: scale(0.8) !important;
}

.swiper-slide-active {
  transform: scale(1) !important;
}

/****************************************

  Front Block

*****************************************/
.ly_about {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .ly_about {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .ly_about {
    margin-top: 80px;
  }
}

.bl_about_copy {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
}

.bl_about_note {
  margin-top: 40px;
  line-height: 2;
  color: #202020;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .bl_about_note {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .bl_about_note {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.ly_service_inner {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 80px;
  margin-bottom: 80px;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.bl_service_img {
  display: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
@media screen and (min-width: 1024px) {
  .bl_service_img {
    display: block;
    width: calc(50% - 40px);
  }
}

.bl_service_txtarea {
  width: 100%;
  max-width: 800px;
}
@media screen and (min-width: 1024px) {
  .bl_service_txtarea {
    width: calc(50% - 40px);
  }
}

.bl_service_head {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.bl_service_title {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #202020;
}
.bl_service_title > .el_en {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.2;
}
.bl_service_title > .el_ja {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  font-size: 0.875rem;
}
.bl_service_title > .el_ja:after {
  content: "";
  width: 24px;
  height: 1px;
  background-color: #fffffc;
}
@media screen and (min-width: 768px) {
  .bl_service_title > .el_en {
    font-size: 64px;
    font-size: 4rem;
  }
  .bl_service_title > .el_ja {
    font-size: 16px;
    font-size: 1rem;
  }
}

.bl_service_note {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #202020;
}

.bl_serviceList {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bl_serviceList_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  background-color: #202020;
  color: #fffffc;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: bold;
}
.bl_serviceList_item::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fffffc;
  border-radius: 20px;
}
/*# sourceMappingURL=front.css.map */