.service__img::after, .about__text::after, .mv__scroll_down p::before, .mv__scroll_down p::after, .mv::after {
  content: "";
  display: block;
  position: absolute;
}

.mv {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 25px;
  margin-bottom: 40px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .mv {
    padding-bottom: 0;
    margin-bottom: 100px;
  }
}
@media print, screen and (min-width: 1000px) {
  .mv {
    margin-bottom: 120px;
  }
}
@media print, screen and (min-width: 1220px) {
  .mv {
    margin-bottom: 140px;
  }
}
.mv::after {
  width: 100%;
  height: 36%;
  background-color: #f2f2f2;
  top: 30%;
  left: 0;
  z-index: -1;
  transform: scale(0, 1);
  transition: transform 0.7s;
  transition-delay: 0.5s;
  transform-origin: left center;
}
@media print, screen and (min-width: 768px) {
  .mv::after {
    width: calc(100% - 30px);
    height: calc(50% + 60px);
    top: 50%;
  }
}
@media print, screen and (min-width: 1000px) {
  .mv::after {
    width: calc(100% - 35px);
    height: calc(50% + 70px);
  }
}
@media print, screen and (min-width: 1220px) {
  .mv::after {
    width: calc(100% - 40px);
    height: calc(50% + 80px);
  }
}
@media print, screen and (min-width: 1320px) {
  .mv::after {
    width: calc((100% - 1220px) / 2 + 1220px);
  }
}
.mv.is-active::after {
  transform: scale(1);
}

.mv__text {
  width: 100%;
  order: 1;
  padding-top: 0;
  margin-inline: 25px;
}
@media print, screen and (min-width: 768px) {
  .mv__text {
    width: 35.4%;
    order: initial;
    padding-top: 10px;
    margin-inline: 5%;
  }
}
@media print, screen and (min-width: 1000px) {
  .mv__text {
    width: 32.8%;
    padding-top: 20px;
    margin-inline: 6.3%;
  }
}
@media print, screen and (min-width: 1220px) {
  .mv__text {
    padding-top: 25px;
  }
}
.mv__text .eng {
  font-size: 1.4rem;
  font-weight: 900;
  font-style: italic;
  color: #EA434B;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-bottom: 22px;
}
@media print, screen and (min-width: 321px) {
  .mv__text .eng {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .mv__text .eng {
    font-size: 1.7rem;
    line-height: 1.8;
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 1000px) {
  .mv__text .eng {
    font-size: 1.9rem;
    margin-bottom: 28px;
  }
}
@media print, screen and (min-width: 1220px) {
  .mv__text .eng {
    font-size: 2.1rem;
    margin-bottom: 30px;
  }
}
.mv__text .catch {
  margin-bottom: 35px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .mv__text .catch {
    margin-bottom: 47px;
  }
}
@media print, screen and (min-width: 1000px) {
  .mv__text .catch {
    margin-bottom: 58px;
  }
}
@media print, screen and (min-width: 1220px) {
  .mv__text .catch {
    margin-bottom: 70px;
  }
}
.mv__text .catch img {
  width: 73.23%;
}
@media print, screen and (min-width: 768px) {
  .mv__text .catch img {
    width: 100%;
  }
}
.mv__text .catch img:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}

.mv__img {
  width: 100%;
  display: block;
  margin-bottom: 19px;
  position: relative;
  left: 25px;
}
@media print, screen and (min-width: 768px) {
  .mv__img {
    width: 54.6%;
    margin: 0 0 0 auto;
  }
}
.mv__img img {
  width: 100%;
}

.mv__scroll_down {
  position: absolute;
  right: 20px;
  bottom: 0;
}
.mv__scroll_down p {
  font-size: 1rem;
  color: #EA434B;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  padding-bottom: 96px;
  position: relative;
}
.mv__scroll_down p::before, .mv__scroll_down p::after {
  margin: 0 auto;
  background-color: #EA434B;
  left: 0;
  right: 0;
}
.mv__scroll_down p::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  bottom: 79px;
  opacity: 0;
  animation: scroll_down 1.6s ease-in-out infinite;
}
.mv__scroll_down p::after {
  width: 1px;
  height: 86px;
  bottom: 0;
}

@keyframes scroll_down {
  0% {
    bottom: 79px;
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    bottom: 0;
  }
}
.note {
  margin-bottom: 83px;
}
@media print, screen and (min-width: 768px) {
  .note {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1000px) {
  .note {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 1220px) {
  .note {
    margin-bottom: 70px;
  }
}

.about {
  padding-block: 42.66% 0;
  margin-bottom: 60px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .about {
    padding-block: 70px;
    margin-bottom: 90px;
  }
}
@media print, screen and (min-width: 1000px) {
  .about {
    padding-block: 100px;
    margin-bottom: 120px;
  }
}
@media print, screen and (min-width: 1220px) {
  .about {
    padding-block: 130px;
    margin-bottom: 150px;
  }
}
.about::after {
  content: none;
  height: 100%;
  display: block;
  background: linear-gradient(45deg, rgb(251, 144, 88) 0%, rgb(250, 109, 115) 50%, rgb(227, 27, 35) 100%);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
  transform: scale(0, 1);
  transition: transform 0.5s;
  transition-delay: 0.5s;
  transform-origin: right center;
}
@media print, screen and (min-width: 768px) {
  .about::after {
    content: "";
    width: 90%;
  }
}
@media print, screen and (min-width: 1000px) {
  .about::after {
    width: calc((100% - 1220px) / 2 + 990px);
  }
}
.about .page_inner_m {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .about .page_inner_m {
    width: calc(100% - 60px);
  }
}
@media print, screen and (min-width: 1000px) {
  .about .page_inner_m {
    width: calc(100% - 70px);
  }
}
@media print, screen and (min-width: 1220px) {
  .about .page_inner_m {
    width: calc(100% - 80px);
  }
}
.about.is-active::after {
  transform: scale(1);
}

.about_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 30px;
}
@media print, screen and (min-width: 1000px) {
  .about_inner {
    gap: 35px;
  }
}
@media print, screen and (min-width: 1220px) {
  .about_inner {
    gap: 40px;
  }
}

.about__img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .about__img {
    width: 39.34%;
    position: relative;
  }
}
.about__img picture {
  display: block;
}
.about__img .eng_caption {
  width: calc((100% - 50px) * 0.0769);
  padding-top: 18%;
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .about__img .eng_caption {
    width: 10%;
    padding-top: 0;
    top: -70px;
    left: -10px;
  }
}
@media print, screen and (min-width: 1000px) {
  .about__img .eng_caption {
    top: -100px;
    left: -15px;
  }
}
@media print, screen and (min-width: 1220px) {
  .about__img .eng_caption {
    top: -130px;
    left: -20px;
  }
}
@media print, screen and (min-width: 1320px) {
  .about__img .eng_caption {
    width: 36.04%;
    left: -25%;
  }
}
.about__img .photo {
  width: calc((100% - 50px) * 0.8338);
  position: absolute;
  top: 0;
  left: 25px;
}
@media print, screen and (min-width: 768px) {
  .about__img .photo {
    width: 108.33%;
    position: static;
  }
}
@media print, screen and (min-width: 768px) {
  .about__img .photo img {
    position: relative;
    left: -10%;
  }
}
@media print, screen and (min-width: 1000px) {
  .about__img .photo img {
    left: -9%;
  }
}
@media print, screen and (min-width: 1220px) {
  .about__img .photo img {
    left: -8%;
  }
}
.about__img img {
  width: 100%;
  max-width: initial;
}

.about__text {
  color: #FFF;
  width: 83.73%;
  padding: 53.33% 25px 60px 25px;
  margin-left: auto;
  background: linear-gradient(45deg, rgb(251, 144, 88) 0%, rgb(250, 109, 115) 50%, rgb(227, 27, 35) 100%);
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .about__text {
    width: 100%;
    flex: 1;
    max-width: 610px;
    padding: 0;
    background: none;
  }
}
.about__text::after {
  width: 165.6%;
  padding-top: 171.33%;
  background: url(../img/index/abour_bgmap.png) no-repeat center center;
  background-size: 100% auto;
  top: 8%;
  left: -10%;
  z-index: -1;
}
@media print, screen and (min-width: 768px) {
  .about__text::after {
    width: 134.09%;
    padding-top: 138.68%;
    top: -14%;
    left: 0;
  }
}
.about__text h2 {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .about__text h2 {
    margin-bottom: 24px;
  }
}
@media print, screen and (min-width: 1000px) {
  .about__text h2 {
    margin-bottom: 32px;
  }
}
@media print, screen and (min-width: 1220px) {
  .about__text h2 {
    margin-bottom: 40px;
  }
}
.about__text h2 span {
  font-weight: bold;
}
.about__text h2 .eng {
  font-size: 1.8rem;
  line-height: 1.21;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .about__text h2 .eng {
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .about__text h2 .eng {
    font-size: 2.7rem;
  }
}
@media print, screen and (min-width: 1220px) {
  .about__text h2 .eng {
    font-size: 3.2rem;
  }
}
.about__text h2 .eng::after {
  content: "";
  width: 25px;
  height: 1px;
  margin-inline: 10px;
  background-color: #FFF;
}
@media print, screen and (min-width: 768px) {
  .about__text h2 .eng::after {
    width: 40px;
    height: 2px;
    margin-inline: 12px;
  }
}
@media print, screen and (min-width: 1000px) {
  .about__text h2 .eng::after {
    width: 55px;
    margin-inline: 14px;
  }
}
@media print, screen and (min-width: 1220px) {
  .about__text h2 .eng::after {
    width: 70px;
    margin-inline: 16px;
  }
}
.about__text h2 .ja {
  font-size: 1.4rem;
  line-height: 1.45;
  letter-spacing: 0;
}
@media print, screen and (min-width: 768px) {
  .about__text h2 .ja {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .about__text h2 .ja {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 1220px) {
  .about__text h2 .ja {
    font-size: 2rem;
  }
}
.about__text h3 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.61;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .about__text h3 {
    font-size: 2.2rem;
    line-height: 1.59;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 1000px) {
  .about__text h3 {
    font-size: 2.6rem;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 1220px) {
  .about__text h3 {
    font-size: 3.1rem;
    margin-bottom: 50px;
  }
}
.about__text p {
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.03em;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .about__text p {
    font-size: 1.4rem;
    line-height: 2.12;
    margin-bottom: 42px;
  }
}
@media print, screen and (min-width: 1000px) {
  .about__text p {
    font-size: 1.5rem;
    margin-bottom: 54px;
  }
}
@media print, screen and (min-width: 1220px) {
  .about__text p {
    font-size: 1.6rem;
    margin-bottom: 65px;
  }
}
.about__text .link_circle_arrow {
  position: relative;
  z-index: 1;
}

.loopslider {
  margin-bottom: 155px;
}
@media print, screen and (min-width: 768px) {
  .loopslider {
    margin-bottom: 164px;
  }
}
@media print, screen and (min-width: 1000px) {
  .loopslider {
    margin-bottom: 172px;
  }
}
@media print, screen and (min-width: 1220px) {
  .loopslider {
    margin-bottom: 180px;
  }
}
.loopslider::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.loopslider img {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .service {
    margin-bottom: 100px;
  }
}
@media print, screen and (min-width: 1000px) {
  .service {
    margin-bottom: 120px;
  }
}
@media print, screen and (min-width: 1220px) {
  .service {
    margin-bottom: 140px;
  }
}

.service_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 60px;
}
@media print, screen and (min-width: 768px) {
  .service_inner {
    gap: 30px;
  }
}
@media print, screen and (min-width: 1000px) {
  .service_inner {
    gap: 35px;
  }
}
@media print, screen and (min-width: 1220px) {
  .service_inner {
    gap: 40px;
  }
}

.service__text {
  width: 100%;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .service__text {
    flex: 1;
  }
}
.service__text::after {
  content: "";
  width: 93.85%;
  padding-top: 93.85%;
  display: block;
  background: url(../img/index/service_bg_hklogo.svg) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: -39%;
  left: -26%;
  z-index: -1;
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 0.3s, transform 0.3s;
  transition-delay: 0.8s;
}
@media print, screen and (min-width: 768px) {
  .service__text::after {
    width: 111.67%;
    padding-top: 111.67%;
    top: auto;
    bottom: -11.5%;
    left: -34.8%;
  }
}
.service__text.is-active::after {
  opacity: 1;
  transform: scale(1);
}
.service__text h2 {
  margin-bottom: 25px;
}
@media print, screen and (min-width: 768px) {
  .service__text h2 {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 1000px) {
  .service__text h2 {
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 1220px) {
  .service__text h2 {
    margin-bottom: 40px;
  }
}
.service__text h2 img {
  width: 69.23%;
  display: block;
  margin-bottom: 16px;
}
@media print, screen and (min-width: 768px) {
  .service__text h2 img {
    width: 62.87%;
    margin-bottom: 19px;
  }
}
.service__text h2 span {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media print, screen and (min-width: 321px) {
  .service__text h2 span {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .service__text h2 span {
    font-size: 2.2rem;
    gap: 14px;
  }
}
@media print, screen and (min-width: 1000px) {
  .service__text h2 span {
    font-size: 2.6rem;
    gap: 16px;
  }
}
@media print, screen and (min-width: 1220px) {
  .service__text h2 span {
    font-size: 3rem;
    gap: 18px;
  }
}
.service__text h2 span::before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #EA434B;
}
@media print, screen and (min-width: 321px) {
  .service__text h2 span::before {
    width: 45px;
  }
}
@media print, screen and (min-width: 768px) {
  .service__text h2 span::before {
    width: 54px;
  }
}
@media print, screen and (min-width: 1000px) {
  .service__text h2 span::before {
    width: 62px;
  }
}
@media print, screen and (min-width: 1220px) {
  .service__text h2 span::before {
    width: 70px;
  }
}
.service__text p {
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .service__text p {
    font-size: 1.4rem;
    line-height: 2.12;
    letter-spacing: 0.03em;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 1000px) {
  .service__text p {
    font-size: 1.5rem;
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1220px) {
  .service__text p {
    font-size: 1.6rem;
    margin-bottom: 60px;
  }
}

.service__img {
  width: calc(100% + 50px);
  margin-right: -50px;
  position: relative;
  left: -25px;
}
@media print, screen and (min-width: 768px) {
  .service__img {
    width: 53.27%;
    margin-left: auto;
  }
}
.service__img::after {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
}
.service__img img {
  width: 100%;
  max-width: initial;
}
@media print, screen and (min-width: 768px) {
  .service__img img {
    width: 121.38%;
  }
}

.workstyle {
  padding-block: 75px 65px;
  position: relative;
}
@media print, screen and (min-width: 321px) {
  .workstyle {
    padding-block: 85px 75px;
  }
}
@media print, screen and (min-width: 768px) {
  .workstyle {
    padding-block: 90px 86px;
  }
}
@media print, screen and (min-width: 1000px) {
  .workstyle {
    padding-block: 95px 98px;
  }
}
@media print, screen and (min-width: 1220px) {
  .workstyle {
    padding-block: 100px 110px;
  }
}
.workstyle::after {
  content: "";
  width: 100%;
  padding-top: calc(29.5% + 85px + 86px + 48px);
  display: block;
  background-color: #e9ecf0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scale(1, 0);
  transition: transform 0.5s;
  transform-origin: center top;
}
@media print, screen and (min-width: 321px) {
  .workstyle::after {
    padding-top: calc(35.5% + 75px + 76px + 48px);
  }
}
@media print, screen and (min-width: 768px) {
  .workstyle::after {
    height: 46%;
    padding-top: 0;
  }
}
@media print, screen and (min-width: 1000px) {
  .workstyle::after {
    height: 50%;
  }
}
.workstyle.is-active::after {
  transform: scale(1, 1);
}

.workstyle_lead {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.61;
  margin-bottom: 42px;
}
@media print, screen and (min-width: 321px) {
  .workstyle_lead {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .workstyle_lead {
    font-size: 2.2rem;
    text-align: center;
    line-height: 1.56;
    margin-bottom: 47px;
  }
}
@media print, screen and (min-width: 1000px) {
  .workstyle_lead {
    font-size: 2.7rem;
    margin-bottom: 52px;
  }
}
@media print, screen and (min-width: 1220px) {
  .workstyle_lead {
    font-size: 3.2rem;
    margin-bottom: 58px;
  }
}

.workstyle__list {
  position: relative;
}
.workstyle__list h2 {
  width: 7.69%;
  position: absolute;
  top: 0;
  right: -10px;
  z-index: 1;
  transform: translateY(-42%);
}
@media print, screen and (min-width: 768px) {
  .workstyle__list h2 {
    width: 25px;
  }
}
@media print, screen and (min-width: 1000px) {
  .workstyle__list h2 {
    width: 30px;
    right: -15px;
  }
}
@media print, screen and (min-width: 1220px) {
  .workstyle__list h2 {
    width: 35px;
    right: -20px;
  }
}
@media print, screen and (min-width: 1400px) {
  .workstyle__list h2 {
    right: -75px;
    transform: translateY(0);
  }
}
.workstyle__list h2 img {
  width: 100%;
}
.workstyle__list ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media print, screen and (min-width: 768px) {
  .workstyle__list ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 4.09%;
  }
}
.workstyle__list ul img {
  width: 100%;
  display: block;
}
.workstyle__list ul h3 {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10px 30px 10px 0;
  transition: color 0.3s;
}
@media print, screen and (min-width: 768px) {
  .workstyle__list ul h3 {
    font-size: 1.8rem;
    padding: 14px 32px 14px 0;
  }
}
@media print, screen and (min-width: 1000px) {
  .workstyle__list ul h3 {
    font-size: 1.9rem;
    padding: 17px 33px 17px 0;
  }
}
@media print, screen and (min-width: 1220px) {
  .workstyle__list ul h3 {
    font-size: 2.1rem;
    padding: 20px 35px 20px 0;
  }
}
.workstyle__list ul p {
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.02em;
  padding-top: 10px;
  border-top: 1px solid #abb0b5;
  transition: color 0.3s;
}
@media print, screen and (min-width: 768px) {
  .workstyle__list ul p {
    font-size: 1.4rem;
    line-height: 1.85;
    padding-top: 15px;
  }
}
@media (hover: hover) {
  .workstyle__list ul a:where(:any-link, :enabled, summary, span, dt, div):hover h3,
  .workstyle__list ul a:where(:any-link, :enabled, summary, span, dt, div):hover p {
    color: #CA2020;
  }
  .workstyle__list ul a:where(:any-link, :enabled, summary, span, dt, div):hover img {
    transform: scale(1.1);
  }
  .workstyle__list ul a:where(:any-link, :enabled, summary, span, dt, div):hover .icon_circle_arrow::before {
    transform: translateY(-50%) scale(1.1);
  }
  .workstyle__list ul a:where(:any-link, :enabled, summary, span, dt, div):hover .icon_circle_arrow::after {
    transform: translateX(2px) translateY(-50%);
  }
}