@font-face {
  font-family: "Zen Kaku Gothic Antique";
  src: url("../fonts/ZenKakuGothicAntique-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic Antique";
  src: url("../fonts/ZenKakuGothicAntique-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic Antique";
  src: url("../fonts/ZenKakuGothicAntique-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Zen Old Mincho";
  src: url("../fonts/ZenOldMincho-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
.header_inner_right_recruit {
  background-color: #66BF9D;
}

.pagefv {
  background-image: url(../images/header_expo.jpg);
}
.pagefv_section {
  background-color: #66BF9D;
}
.pagefv_bar {
  background-color: #66BF9D;
}

.page_subtitle {
  color: #66BF9D;
}

.footer_bg {
  background: linear-gradient(to bottom, rgba(102, 191, 157, 0.2), rgba(102, 191, 157, 0.1));
}

.footer_inner_links_column_head {
  color: #66BF9D;
}

.service_inner {
  width: 1000px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 7rem;
}
.service_inner_left {
  width: 45rem;
}
.service_inner_right {
  width: 50rem;
}
.service_inner_right_tagline {
  width: 40rem;
  margin-bottom: 2rem;
}
.service_inner_right_caption {
  font-size: 1.8rem;
  line-height: 2.2;
  margin-bottom: 3rem;
  text-align: left;
}
.service_inner_right_button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  color: #66BF9D;
  font-size: 2rem;
  border: 0.15rem solid #66BF9D;
  border-radius: 100vw;
  padding: 1rem 7rem;
}
.service_inner_right_button::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 1rem;
  height: 1rem;
  border-top: 0.2rem solid #66BF9D; /* thickness, color */
  border-right: 0.2rem solid #66BF9D;
  transform: rotate(45deg);
}

@media (max-width: 1300px) {
  .service_inner {
    width: 900px;
  }
}
@media (max-width: 1000px) {
  .header_inner_check:checked ~ .header_inner_icon {
    background-color: #66BF9D;
  }
  .header_inner_icon_hamburger {
    background: #66BF9D;
  }
  .header_inner_icon_hamburger::before, .header_inner_icon_hamburger::after {
    background: #66BF9D;
  }
  .service_inner {
    flex-direction: column-reverse;
    gap: 5rem;
    width: initial;
  }
  .service_inner_right, .service_inner_left {
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .service_inner {
    width: 85vw;
  }
  .service_inner_right, .service_inner_left {
    width: initial;
  }
}/*# sourceMappingURL=service.css.map */