@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol,
div {
  margin: 0;
  padding: 0;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  color: #292626;
  scroll-behavior: smooth;
}

picture,
img {
  display: block;
}

.header {
  position: fixed;
  width: 100%;
  height: 120px;
  padding-left: 30px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 9999999;
}
@media screen and (max-width: 1200px) {
  .header {
    height: 80px !important;
  }
}
@media screen and (max-width: 767px) {
  .header {
    height: 45px !important;
    padding-left: 9.5px;
  }
}
.header::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .header::before {
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1019607843);
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1019607843);
  }
}
.header.scrolled {
  height: 90px;
}
.header.scrolled::before {
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1019607843);
}
.header.scrolled .header__logo {
  padding: 25px 0;
}
.header.scrolled .header__nav::before {
  height: 90px;
}
.header.scrolled .header__nav-subnav.active {
  top: 90px;
}
.header__logo {
  padding: 35px 0;
  height: 100%;
  width: auto;
  z-index: 6;
}
@media screen and (max-width: 1200px) {
  .header__logo {
    padding: 25px 0;
  }
}
@media screen and (max-width: 767px) {
  .header__logo {
    padding: 14px 0 !important;
  }
}
.header__logo img {
  height: 100%;
  width: auto;
}
.header__nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  height: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 5;
}
@media screen and (max-width: 1200px) {
  .header__nav {
    gap: 30px;
  }
}
@media screen and (max-width: 992px) {
  .header__nav {
    position: absolute;
    height: calc(100vh - 80px);
    width: 100vw;
    padding: 30px 4% 0;
    background-color: #f8f8f8;
    top: -100vh;
    left: 0;
    gap: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .header__nav {
    height: calc(100vh - 45px);
  }
}
.header__nav::before {
  content: "";
  position: fixed;
  width: 100vw;
  height: 120px;
  top: 0;
  left: 0;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .header__nav::before {
    height: 80px !important;
  }
}
@media screen and (max-width: 767px) {
  .header__nav::before {
    height: 45px !important;
  }
}
.header__nav.active {
  top: 80px;
}
@media screen and (max-width: 767px) {
  .header__nav.active {
    top: 45px;
  }
}
.header__nav-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .header__nav-main {
    gap: 20px;
  }
}
@media screen and (max-width: 992px) {
  .header__nav-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.header__nav-link {
  position: relative;
  height: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .header__nav-link {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 992px) {
  .header__nav-link {
    width: 100%;
    font-size: 2rem;
    padding: 20px 0;
    border-bottom: 1px solid #e1e5e9;
  }
}
@media screen and (max-width: 992px) {
  .header__nav-link--wsv {
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__nav-link--wsv::before, .header__nav-link--wsv::after {
    content: "";
    z-index: 1;
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #1881e8;
    border-radius: 5px;
    right: 0;
    top: 30px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .header__nav-link--wsv::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.header__nav-link--wsv.active::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header__nav-link--wsv.active::after {
  opacity: 0;
  visibility: hidden;
}
.header__wsv-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 992px) {
  .header__wsv-link {
    width: calc(100% - 30px);
  }
}
.header__nav-subnav {
  position: fixed;
  width: 100vw;
  background-color: #f8f8f8;
  top: -55%;
  left: 0;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .header__nav-subnav {
    position: relative;
    max-height: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    padding: 0;
    top: 0;
    overflow: hidden;
    z-index: 6;
  }
}
.header__nav-subnav.active {
  top: 120px;
  padding: 40px 0;
}
@media screen and (max-width: 1200px) {
  .header__nav-subnav.active {
    top: 80px !important;
  }
}
@media screen and (max-width: 992px) {
  .header__nav-subnav.active {
    top: unset !important;
    max-height: 999px;
    -webkit-transition: 1.5s ease;
    transition: 1.5s ease;
    padding: 0;
  }
}
.header__nav-subnav.active::after {
  top: 0;
}
.header__nav-subnav.active .header__nav-subnav-wrapper {
  -webkit-filter: blur(0);
          filter: blur(0);
}
.header__nav-subnav::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  top: 0;
  left: 0;
  z-index: -2;
}
.header__nav-subnav::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 500px;
  background: -webkit-gradient(linear, left top, left bottom, from(#c5c5c5), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(#c5c5c5, rgba(255, 255, 255, 0));
  top: -100%;
  left: 0;
  z-index: -3;
  pointer-events: none;
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
}
@media screen and (max-width: 1200px) {
  .header__nav-subnav::after {
    height: 400px;
  }
}
@media screen and (max-width: 992px) {
  .header__nav-subnav::after {
    display: none;
  }
}
.header__nav-subnav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media screen and (max-width: 992px) {
  .header__nav-subnav-wrapper {
    padding: 12px 0 0 !important;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
.header__nav-subnav-lbl {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  .header__nav-subnav-lbl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 992px) {
  .header__nav-subnav-lbl {
    display: none;
  }
}
.header__nav-subnav-lbl::before {
  content: "";
  width: 10px;
  height: 32px;
  background-color: #1881e8;
}
.header__nav-subnav-content {
  position: relative;
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px 24px;
}
@media screen and (max-width: 1200px) {
  .header__nav-subnav-content {
    width: 75%;
    gap: 22px 18px;
  }
}
@media screen and (max-width: 992px) {
  .header__nav-subnav-content {
    width: 100%;
    gap: 11px 3%;
  }
}
.header__nav-subnav-link {
  width: calc(50% - 12px);
  padding-right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .header__nav-subnav-link {
    padding-right: 18px;
    gap: 18px;
    width: calc(50% - 9px);
  }
}
@media screen and (max-width: 992px) {
  .header__nav-subnav-link {
    width: 48.5%;
    min-height: 50px;
    padding-right: 8px;
    gap: 4px;
  }
}
.header__nav-subnav-link::after {
  content: "";
  min-width: 25px;
  height: 25px;
  margin-left: auto;
  background: url("./public/img/icons/arrow-right.svg") center/5px 9px no-repeat, #1881e8;
  border-radius: 50%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 992px) {
  .header__nav-subnav-link::after {
    min-width: 14px;
    height: 14px;
    background: url("./public/img/icons/arrow-right.svg") center/4px 7px no-repeat, #1881e8;
  }
}
.header__nav-subnav-link span {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1200px) {
  .header__nav-subnav-link span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 992px) {
  .header__nav-subnav-link span {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .header__nav-subnav-link > span {
    padding-block: 8px;
  }
}
.header__nav-subnav-link:hover::after {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.header__nav-subnav-img {
  width: 150px;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .header__nav-subnav-img {
    width: 120px;
  }
}
@media screen and (max-width: 992px) {
  .header__nav-subnav-img {
    width: 60px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.header__nav-ctc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 5;
}
@media screen and (max-width: 992px) {
  .header__nav-ctc {
    height: 80px;
    gap: 11px;
  }
}
.header__nav-ctc-item {
  position: relative;
  width: 140px;
  background-color: #1881e8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0;
}
@media screen and (max-width: 1200px) {
  .header__nav-ctc-item {
    width: 120px;
  }
}
@media screen and (max-width: 992px) {
  .header__nav-ctc-item {
    width: 50%;
  }
}
.header__nav-ctc-item img {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .header__nav-ctc-item img {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.header__nav-ctc-item--join {
  background: url("./public/img/header/header-ctc-hov.jpg") center/cover no-repeat;
}
.header__nav-ctc-item--join::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0dd69a;
  left: 0;
  right: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header__nav-ctc-item--join:hover::after {
  opacity: 0;
}
.header__nav-ctc-txt {
  padding-top: 15px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .header__nav-ctc-txt {
    padding-top: 8px;
    font-size: 1.4rem;
  }
}
.header__nav-ctc-txt--s2 {
  position: relative;
  padding-top: 10px;
  z-index: 1;
}
.header__nav-ctc-txt--s2::before {
  content: "";
  position: absolute;
  width: 97px;
  height: 28px;
  background: url("./public/img/header/join.svg") center/contain no-repeat;
  top: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.header__ctc {
  height: 100%;
  margin-left: auto;
  display: none;
  grid-template-columns: repeat(2, 1fr);
  z-index: 3;
}
@media screen and (max-width: 992px) {
  .header__ctc {
    display: grid;
  }
}
.header__ctc-item {
  padding: 0 6px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff;
  background-color: #1881e8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 767px) {
  .header__ctc-item {
    font-size: 1.4rem;
  }
}
.header__hamburger {
  display: none;
  position: relative;
  height: 100%;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .header__hamburger {
    display: block;
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  .header__hamburger {
    width: 53px;
  }
}
.header__hamburger.active .header__hamburger-bur::before, .header__hamburger.active .header__hamburger-bur::after {
  height: 0;
  -webkit-transform: translateX(-50%) rotateY(90deg);
          transform: translateX(-50%) rotateY(90deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header__hamburger.active .header__hamburger-bur span {
  height: 0;
  -webkit-transform: translate(-50%, -50%) rotateY(180deg);
          transform: translate(-50%, -50%) rotateY(180deg);
  -webkit-transition: 0.3s ease, -webkit-transform 0.6s ease;
  transition: 0.3s ease, -webkit-transform 0.6s ease;
  transition: 0.3s ease, transform 0.6s ease;
  transition: 0.3s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
.header__hamburger.active .header__hamburger-bur span::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(1);
          transform: translate(-50%, -50%) rotate(45deg) scale(1);
  -webkit-transition: 0.3s ease 0.15s;
  transition: 0.3s ease 0.15s;
}
.header__hamburger.active .header__hamburger-bur span::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg) scale(1);
          transform: translate(-50%, -50%) rotate(-45deg) scale(1);
  -webkit-transition: 0.3s ease 0.15s;
  transition: 0.3s ease 0.15s;
}
.header__hamburger-bur {
  position: absolute;
  width: 32%;
  height: 11px;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 767px) {
  .header__hamburger-bur {
    height: 18px;
  }
}
.header__hamburger-bur span,
.header__hamburger-bur span::before,
.header__hamburger-bur span::after, .header__hamburger-bur::before, .header__hamburger-bur::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header__hamburger-bur::before {
  top: 0;
  -webkit-transition: 0.3s ease, -webkit-transform 0.3s ease 0.2s;
  transition: 0.3s ease, -webkit-transform 0.3s ease 0.2s;
  transition: 0.3s ease, transform 0.3s ease 0.2s;
  transition: 0.3s ease, transform 0.3s ease 0.2s, -webkit-transform 0.3s ease 0.2s;
}
.header__hamburger-bur::after {
  top: calc(100% - 1px);
  -webkit-transition: 0.3s ease, -webkit-transform 0.3s ease 0.2s;
  transition: 0.3s ease, -webkit-transform 0.3s ease 0.2s;
  transition: 0.3s ease, transform 0.3s ease 0.2s;
  transition: 0.3s ease, transform 0.3s ease 0.2s, -webkit-transform 0.3s ease 0.2s;
}
.header__hamburger-bur span {
  -webkit-transition: 0.3s ease, height 0.3s ease 0.3s;
  transition: 0.3s ease, height 0.3s ease 0.3s;
}
.header__hamburger-bur span::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
          transform: translate(-50%, -50%) rotate(45deg) scale(0);
  -webkit-transition: 0.3s ease 0.05s;
  transition: 0.3s ease 0.05s;
}
.header__hamburger-bur span::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg) scale(0);
          transform: translate(-50%, -50%) rotate(-45deg) scale(0);
  -webkit-transition: 0.3s ease 0.05s;
  transition: 0.3s ease 0.05s;
}

.footer {
  position: relative;
  background-color: #fff;
}
.footer__container {
  width: 100%;
  padding: 80px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .footer__container {
    padding: 70px 0 90px;
  }
}
.footer__content {
  padding-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 992px) {
  .footer__content {
    gap: 35px;
  }
}
@media screen and (max-width: 767px) {
  .footer__content {
    padding-bottom: 55px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 55px;
  }
}
.footer__connect {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.footer__logo {
  width: 227px;
  height: auto;
  margin-bottom: 24px;
}
@media screen and (max-width: 992px) {
  .footer__logo {
    margin-bottom: 20px;
    width: 172px;
  }
}
.footer__logo-2 {
  width: 176px;
  height: auto;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .footer__logo-2 {
    width: 120px;
    margin-top: 45px;
  }
}
.footer__title {
  display: block;
  margin-bottom: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 992px) {
  .footer__title {
    margin-bottom: 12px;
    font-size: 1.4rem;
  }
}
.footer__loc {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 2em;
}
@media screen and (max-width: 992px) {
  .footer__loc {
    font-size: 1.2rem;
  }
}
.footer__pin {
  margin-top: 23px;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 992px) {
  .footer__pin {
    margin-top: 16px;
    font-size: 1.2rem;
  }
}
.footer__pin::before {
  content: "";
  width: 13.5px;
  height: 18px;
  background: url("./public/img/icons/icon-pin.svg") center/contain no-repeat;
}
.footer__sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 55px;
}
@media screen and (max-width: 992px) {
  .footer__sitemap {
    gap: 30px;
  }
}
.footer__sitemap-gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 55px;
}
@media screen and (max-width: 992px) {
  .footer__sitemap-gr {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer__sitemap-gr {
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 24px;
  }
}
.footer__sitemap-item {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
@media screen and (max-width: 992px) {
  .footer__sitemap-item {
    font-size: 1.4rem;
  }
}
.footer__sitemap-item:not(:first-child) {
  margin-top: 24px;
}
.footer__sitemap-subitem {
  display: block;
  margin-top: 12px;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
@media screen and (max-width: 992px) {
  .footer__sitemap-subitem {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__sitemap-subitem {
    margin-top: 16px;
  }
}
.footer__end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer__end {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
}
.footer__cpr {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  color: #8a8e92;
}
@media screen and (max-width: 992px) {
  .footer__cpr {
    font-size: 1.2rem;
  }
}
.footer__end-smp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 992px) {
  .footer__end-smp {
    gap: 16px;
  }
}
.footer__end-smp a {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  color: #8a8e92;
}
@media screen and (max-width: 992px) {
  .footer__end-smp a {
    font-size: 1.2rem;
  }
}
.footer__scrollup {
  position: absolute;
  width: 48px;
  height: 48px;
  background-color: #1881e8;
  border-radius: 50%;
  bottom: 40px;
  right: 40px;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .footer__scrollup {
    bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer__scrollup {
    right: 20px;
  }
}
.footer__scrollup::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 18px;
  background: url("./public/img/icons/arrow-right.svg") center/contain no-repeat;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}
.footer__scrollup:hover {
  bottom: 43px;
}
.footer__scrollup:hover::before {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg) skewY(180deg);
          transform: translate(-50%, -50%) rotate(-90deg) skewY(180deg);
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}

.button {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font: 900 1.8rem "Red Hat Display", sans-serif;
  letter-spacing: 0.03em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .button {
    font-size: 1.4rem;
    gap: 12px;
  }
}
.button-arr {
  position: relative;
  min-width: 60px;
  height: 60px;
  aspect-ratio: 1;
  border-radius: 5px;
  background-color: #1881e8;
  border: 1px solid #1881e8;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .button-arr {
    min-width: 48px;
    height: 48px;
  }
}
.button-arr::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 16px;
  background: url("./public/img/icons/arrow-blu.svg") center/contain no-repeat;
  -webkit-filter: brightness(100);
          filter: brightness(100);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .button-arr::after {
    width: 22px;
    height: 12.5px;
  }
}
.button-arr--noborder {
  border: none;
}
.button:hover {
  color: #1881e8;
  opacity: 1 !important;
}
.button:hover .button-arr {
  background-color: #fff;
}
.button:hover .button-arr::after {
  -webkit-filter: none;
          filter: none;
}
.button--ja {
  font: 700 2rem "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .button--ja {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .button--ja .button-arr {
    min-width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .button--ja .button-arr::after {
    width: 14px;
    height: 8px;
  }
}
.button--reverse .button-arr {
  background-color: #fff;
}
.button--reverse .button-arr::after {
  -webkit-filter: none;
          filter: none;
}
.button--reverse:hover .button-arr {
  background-color: #1881e8;
}
.button--reverse:hover .button-arr::after {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
.button--green .button-arr {
  background-color: #0dd69a;
  border-color: #0dd69a;
}
.button--green .button-arr::after {
  background: url("./public/img/icons/arrow-green.svg") center/contain no-repeat;
}
.button--green:hover {
  color: #0dd69a;
}
.button--green:hover .button-arr {
  background-color: #fff;
}
.button--reverse-green .button-arr {
  background-color: #fff;
  border-color: transparent;
}
.button--reverse-green .button-arr::after {
  background: url("./public/img/icons/arrow-green.svg") center/contain no-repeat;
  -webkit-filter: none;
          filter: none;
}
.button--reverse-green:hover {
  color: #0dd69a;
}
.button--reverse-green:hover .button-arr {
  background-color: #0dd69a;
  border-color: #0dd69a;
}
.button--reverse-green:hover .button-arr::after {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
.button--hovwhite:hover {
  color: #fff;
}
.button--s2 .button-arr, .button--s2-green .button-arr {
  min-width: 28px;
  height: 16px;
  border: none;
  background-color: unset;
}
.button--s2 .button-arr::after, .button--s2-green .button-arr::after {
  -webkit-filter: unset;
          filter: unset;
}
.button--s2-green .button-arr::after {
  background: url("./public/img/icons/arrow-green.svg") center/contain no-repeat;
}
.button--s2-green:hover {
  color: #0dd69a;
}
.button-link {
  position: relative;
  max-width: 430px;
  height: 60px;
  background: #1881e8;
  border-radius: 5px;
  font-weight: 700;
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: 0.03em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1023px) {
  .button-link {
    margin-inline: auto;
  }
}
.button-link::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url("./public/img/icons/external-link.svg") no-repeat center/contain;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.button-secondary {
  position: relative;
  font-weight: 700;
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: 0.03em;
  line-height: 1em;
  margin-inline: auto;
  max-width: 300px;
  height: 60px;
  background-color: #0dd69a;
  border: 1px solid #0dd69a;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .button-secondary {
    height: 50px;
    font-size: 16px;
  }
}
.button-secondary svg {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
@media screen and (max-width: 767px) {
  .button-secondary svg {
    height: 12px;
  }
}
.button-secondary:hover {
  opacity: 1;
  background-color: #fff;
  color: #0dd69a;
}
.button-secondary:hover svg path {
  fill: #0dd69a;
}

.title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
}
.title--center {
  margin: 0 auto;
  text-align: center;
}
.title__main {
  font: 900 6rem "Red Hat Display", sans-serif;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .title__main {
    font-size: 4rem;
    margin-bottom: 4px;
  }
}
.title__sub {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.image--100 {
  height: 100%;
}
.image--auto {
  width: auto;
}
.image--contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.contact {
  position: relative;
}
.contact-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .contact-link {
    width: 92%;
  }
}
@media screen and (max-width: 767px) {
  .contact-link {
    width: 96%;
  }
}
@media screen and (max-width: 400px) {
  .contact-link {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
}
.contact-link:hover {
  opacity: 1;
}
.contact-link:hover .contact-bg {
  -webkit-transform: translateX(-50%) scale(1.1);
          transform: translateX(-50%) scale(1.1);
}
.contact-link:hover .contact-bg::before {
  opacity: 1;
}
.contact-link:hover .contact-button .button {
  color: #1881e8;
}
.contact-link:hover .contact-button .button-arr {
  background-color: #1881e8;
}
.contact-link:hover .contact-button .button-arr::after {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
.contact-link--entry {
  min-height: 450px;
}
.contact-link--entry:hover .contact-button .button {
  color: #0dd69a;
}
.contact-link--entry:hover .contact-button .button-arr {
  background-color: #0dd69a;
}
.contact-link--entry:hover .contact-button .button-arr::after {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
.contact-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}
.contact-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#adb6b9), to(#838f91));
  background: linear-gradient(180deg, #adb6b9, #838f91);
  left: 0;
  top: 0;
  opacity: 0.4;
  mix-blend-mode: multiply;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}
.contact-bg picture {
  height: 100%;
}
.contact-bg img {
  height: 100%;
}
.contact-bg--entry::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(145, 236, 208, 0.5019607843)), color-stop(75%, transparent));
  background: linear-gradient(0deg, rgba(145, 236, 208, 0.5019607843), transparent 75%);
  left: 0;
  top: 0;
  opacity: 0.8;
  z-index: 2;
}
.contact-wrapper {
  position: relative;
  padding: 70px 0;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .contact-wrapper {
    padding: 50px 0;
  }
}
.contact-txt {
  margin: 40px 0;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 2em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .contact-txt {
    margin: 30px 0 40px;
    font-size: 1.4rem;
  }
}
.contact-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-button--entry {
  margin-top: 50px;
}

.page-banner {
  margin-top: 120px;
}
@media screen and (max-width: 1200px) {
  .page-banner {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .page-banner {
    margin-top: 45px;
  }
}
.page-banner--big .page-banner__main {
  padding: 174px 20px 175px;
}
@media screen and (max-width: 1200px) {
  .page-banner--big .page-banner__main {
    padding: 154px 20px 155px;
  }
}
.page-banner__main {
  position: relative;
  padding: 89px 20px 90px;
}
@media screen and (max-width: 767px) {
  .page-banner__main {
    padding: 40px 10px !important;
  }
}
.page-banner__main::after {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#e2edf1), to(#c1ccce));
  background: linear-gradient(#e2edf1, #c1ccce);
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  z-index: -1;
}
.page-banner__main--recruit {
  padding: 88px 0 0;
}
@media screen and (max-width: 1023px) {
  .page-banner__main--recruit {
    padding-top: 44px;
  }
}
.page-banner__main--recruit::after {
  display: none;
}
.page-banner__title {
  color: #fff;
  text-align: center;
}
.page-banner__title--recruit {
  color: #292626;
  text-align: left;
  position: relative;
  margin: 0 auto -110px !important;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .page-banner__title--recruit {
    margin-bottom: -83px !important;
  }
}
@media screen and (max-width: 767px) {
  .page-banner__title--recruit {
    margin-bottom: -55px !important;
  }
}
.page-banner__title--recruit::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0.26%;
  width: 155px;
  height: 46px;
  background: url("./public/img/page-banner/recruit-top/join-us.svg") no-repeat left top/contain;
}
@media screen and (max-width: 1023px) {
  .page-banner__title--recruit::after {
    left: 12px;
    width: 124px;
    height: 37px;
  }
}
@media screen and (max-width: 767px) {
  .page-banner__title--recruit::after {
    top: -8px;
    left: 6px;
  }
}
.page-banner__title-en {
  display: block;
  font-size: 8rem;
  font-weight: 900;
  font-family: "Red Hat Display", sans-serif;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media screen and (max-width: 980px) {
  .page-banner__title-en {
    font-size: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .page-banner__title-en {
    font-size: 4rem;
    margin-bottom: 4px;
  }
}
.page-banner__title-jp {
  font-size: 4rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 980px) {
  .page-banner__title-jp {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .page-banner__title-jp {
    font-size: 2rem;
  }
}
.page-banner__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.page-banner__recruit .breadcrumbs {
  background-color: #fff;
  padding-block: 32px;
}
@media screen and (max-width: 767px) {
  .page-banner__recruit .breadcrumbs {
    padding-block: 16px;
  }
}
.page-banner__images::before, .page-banner__images::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 1;
  width: 14.17%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .page-banner__images::before, .page-banner__images::after {
    width: 17.34%;
  }
}
.page-banner__images::before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.58)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.58) 0%, rgba(255, 255, 255, 0) 100%);
}
.page-banner__images::after {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.58)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to left, rgba(255, 255, 255, 0.58) 0%, rgba(255, 255, 255, 0) 100%);
}
.page-banner__recruit-slide {
  height: 27.084vw;
  clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%);
}
@media screen and (max-width: 767px) {
  .page-banner__recruit-slide {
    height: 280px;
  }
}

.breadcrumbs {
  background-color: #f1f5f9;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    padding: 10px 0;
  }
}
.breadcrumbs__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 4%;
  margin: 0 auto;
  max-width: calc(1400px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .breadcrumbs__wrapper {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumbs__wrapper {
    gap: 10px;
  }
}
.breadcrumbs__divider {
  width: 6px;
  height: 10px;
  background: url("./public/img/icons/arrow-right-gray.svg") center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .breadcrumbs__divider {
    width: 5px;
    height: 9px;
  }
}
.breadcrumbs__item {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .breadcrumbs__item {
    font-size: 12px;
  }
}

.anchor {
  padding: 80px 0 100px;
}
@media screen and (max-width: 980px) {
  .anchor {
    padding: 60px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .anchor {
    padding: 30px 0 40px;
  }
}
.anchor__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
@media screen and (max-width: 1200px) {
  .anchor__wrapper {
    gap: 20px;
  }
}
@media screen and (max-width: 980px) {
  .anchor__wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .anchor__wrapper {
    gap: 10px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.anchor__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  color: #fff;
  background-color: #1881e8;
  padding: 12px 40px 14px 20px;
  border-radius: 5px;
}
@media screen and (max-width: 1200px) {
  .anchor__link {
    padding: 12px 30px 14px 10px;
  }
}
@media screen and (max-width: 767px) {
  .anchor__link {
    font-size: 14px;
    padding: 8px 30px 10px 10px;
  }
}
.anchor__link::after {
  content: "";
  width: 14px;
  height: 8px;
  background: url("./public/img/icons/arrow-down-white.svg") center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .anchor__link::after {
    width: 10px;
    right: 10px;
  }
}
.anchor__link:hover::after {
  top: calc(50% + 3px);
}
.anchor--bg-green .anchor__link {
  background-color: #0dd69a;
}
.anchor--gap-25 {
  gap: 25px;
}
@media screen and (max-width: 1200px) {
  .anchor--gap-25 {
    gap: 10px;
  }
}
@media screen and (max-width: 980px) {
  .anchor--gap-25 {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .anchor--gap-25 {
    gap: 10px;
  }
}

.card-links {
  padding: 100px 0 150px;
}
@media screen and (max-width: 1200px) {
  .card-links {
    padding: 80px 0 120px;
  }
}
@media screen and (max-width: 767px) {
  .card-links {
    padding: 50px 0 75px;
  }
}
.card-links__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 290px));
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 13px;
}
@media screen and (max-width: 1200px) {
  .card-links__wrapper {
    grid-template-columns: repeat(auto-fit, minmax(0, 200px));
  }
}
@media screen and (max-width: 767px) {
  .card-links__wrapper {
    grid-template-columns: repeat(2, minmax(0, 150px));
  }
}
.card-links--green .card-links__item::after {
  background: url("./public/img/icons/arrow-right-white-v2.svg") center 14px no-repeat, #0dd69a;
}
@media screen and (max-width: 767px) {
  .card-links--green .card-links__item::after {
    background: url("./public/img/icons/arrow-right-white-v2.svg") center 9px no-repeat, #0dd69a;
  }
}
.card-links--green .card-links__item:hover::after {
  background: url("./public/img/icons/arrow-right-green-v2.svg") center 14px no-repeat, #fff;
}
@media screen and (max-width: 767px) {
  .card-links--green .card-links__item:hover::after {
    background: url("./public/img/icons/arrow-right-green-v2.svg") center 9px no-repeat, #fff;
  }
}
.card-links__item {
  position: relative;
  aspect-ratio: 290/280;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  background-color: #fff;
  border: 1px solid #d2dcdc;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .card-links__item {
    font-size: 16px;
    gap: 10px;
  }
}
.card-links__item::after {
  content: "";
  width: 38.71px;
  height: 38.71px;
  border-radius: 5px;
  background: url("./public/img/icons/arrow-right-white-v2.svg") center 14px no-repeat, #1881e8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .card-links__item::after {
    width: 28px;
    height: 28px;
    background: url("./public/img/icons/arrow-right-white-v2.svg") center 9px no-repeat, #1881e8;
  }
}
.card-links__item:hover {
  background-color: transparent;
  color: #fff;
  opacity: 1;
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
}
.card-links__item:hover::after {
  background: url("./public/img/icons/arrow-right-blue-v2.svg") center 14px no-repeat, #fff;
}
@media screen and (max-width: 767px) {
  .card-links__item:hover::after {
    background: url("./public/img/icons/arrow-right-blue-v2.svg") center 9px no-repeat, #fff;
  }
}
.card-links__item:hover .card-links__item-bg {
  opacity: 1;
}
.card-links__item--blue::after {
  background: url("./public/img/icons/arrow-right-white-v2.svg") center 14px no-repeat, #1881e8 !important;
}
@media screen and (max-width: 767px) {
  .card-links__item--blue::after {
    background: url("./public/img/icons/arrow-right-white-v2.svg") center 9px no-repeat, #1881e8 !important;
  }
}
.card-links__item--blue:hover::after {
  background: url("./public/img/icons/arrow-right-blue-v2.svg") center 14px no-repeat, #fff !important;
}
@media screen and (max-width: 767px) {
  .card-links__item--blue:hover::after {
    background: url("./public/img/icons/arrow-right-blue-v2.svg") center 9px no-repeat, #fff !important;
  }
}
.card-links__item-text {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
}
.card-links__item-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: inherit;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
  z-index: -1;
}
.card-links__item-bg::before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#e2edf1), to(#c1ccce));
  background: linear-gradient(#e2edf1, #c1ccce);
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}

.heading {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.03em;
  color: #1881e8;
}
@media screen and (max-width: 767px) {
  .heading {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.heading__main {
  font: 900 6rem "Red Hat Display", sans-serif;
  letter-spacing: 0.03em;
  color: #f1f5f9;
  display: block;
  margin-bottom: -36px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .heading__main {
    font-size: 36px;
    margin-bottom: -18px;
    line-height: 1em;
  }
}
.heading--center {
  text-align: center;
}

.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 2em;
  color: #1a1919;
}
@media screen and (max-width: 767px) {
  .link {
    font-size: 14px;
  }
}
.link svg {
  display: inline-block;
  margin-bottom: -1px;
}
@media screen and (max-width: 767px) {
  .link svg {
    height: 12px;
  }
}
.link svg path {
  fill: #0dd69a;
}
.link:hover {
  opacity: 1;
  color: #0dd69a;
}
.link--primary {
  gap: 20px;
  color: #292626;
  line-height: 1.75em;
}
.link--primary svg path {
  fill: #1881e8;
}
.link--primary:hover {
  color: #1881e8;
}

.form {
  color: #1a1919;
}
.form__contact-intro {
  margin-top: 80px;
}
.form__flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 100px;
  width: 100%;
  margin: 80px auto 50px;
}
@media screen and (max-width: 767px) {
  .form__flow {
    gap: 40px;
  }
}
.form__flow--contact {
  margin-top: 56px;
}
.form__flow-count {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
}
.form__flow-count:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 25%;
  left: calc(100% + 40px);
  width: 14px;
  height: 14px;
  background: url("./public/img/icons/arrow-right-green.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .form__flow-count:not(:last-child)::before {
    left: calc(100% + 10px);
  }
}
.form__flow-count.active {
  border-color: transparent;
}
.form__flow-count.active .form__flow-icon::before {
  background-color: #0dd69a;
}
.form__flow-count.active .form__flow-icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.form__flow-count--blue:not(:last-child)::before {
  background-image: url("./public/img/icons/arrow-right-blu.svg");
}
.form__flow-count--blue .form__flow-icon {
  border-color: #1881e8;
}
.form__flow-count--blue.active .form__flow-icon::before {
  background-color: #1881e8;
}
.form__flow-icon {
  position: relative;
  width: 56px;
  aspect-ratio: 1;
  border: 1px solid #0dd69a;
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .form__flow-icon {
    width: 50px;
  }
}
.form__flow-icon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  background-color: #fff;
}
.form__flow-icon img {
  z-index: 1;
  width: auto;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .form__flow-icon img {
    height: 18px;
  }
}
.form__flow-label {
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .form__flow-label {
    font-size: 12px;
  }
}
.form__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.form__step.inactive {
  display: none;
}
.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 980px) {
  .form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}
.form__row:not(:last-of-type, .form__row--step2) {
  margin-bottom: 24px;
}
.form__row--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.form__row--center span.wpcf7-error {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.form__row--buttons {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 60px auto 150px;
}
@media screen and (max-width: 767px) {
  .form__row--buttons {
    margin: 40px auto 80px;
  }
}
.form__row--step2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 33px 0;
  border-bottom: 1px solid #d2dcdc;
}
@media screen and (max-width: 980px) {
  .form__row--step2 {
    padding: 20px 0;
  }
}
.form__row--step2:first-of-type {
  border-top: 1px solid #d2dcdc;
}
.form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  width: 25%;
  padding-top: 7px;
}
@media screen and (max-width: 980px) {
  .form__label {
    gap: 8px;
    width: 100%;
    padding-top: 0;
  }
}
.form__label span.required {
  position: relative;
  width: 45px;
  height: 28px;
  background-color: #eb6b3b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .form__label span.required {
    width: 36px;
    height: 24px;
  }
}
.form__label span.required::before {
  content: "必須";
  position: relative;
  isolation: isolate;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .form__label span.required::before {
    font-size: 12px;
  }
}
.form__label span.required.is-false {
  background-color: #fff;
  border: 1px solid #d2dcdc;
}
.form__label span.required.is-false::before {
  content: "任意";
  color: #1a1919;
}
.form__label span.label {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7777777778em;
}
@media screen and (max-width: 767px) {
  .form__label span.label {
    font-size: 16px;
    line-height: 1.75em;
  }
}
.form__label--agree {
  width: auto;
}
.form__label--pt-none {
  padding-top: 0;
}
.form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 75%;
}
@media screen and (max-width: 980px) {
  .form__group {
    width: 100%;
  }
}
.form__input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .form__input-wrap {
    gap: 5px;
  }
}
.form__input-text {
  width: 100%;
  height: 50px;
  padding: 16px;
  border: 1px solid #d2dcdc;
  border-radius: 5px;
  outline: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .form__input-text {
    height: 44px;
    padding: 12px;
  }
}
.form__input-textarea {
  resize: none;
  width: 100%;
  height: 250px;
  padding: 16px;
  border: 1px solid #d2dcdc;
  border-radius: 5px;
  outline: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .form__input-textarea {
    height: 180px;
    padding: 12px;
  }
}
.form__checkbox-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .form__checkbox-wrap {
    grid-template-columns: 1fr;
    gap: 8px 0;
  }
}
.form__checkbox-wrap label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .form__checkbox-wrap label {
    width: 100%;
  }
}
.form__checkbox-wrap input[type=checkbox] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border: 1px solid #d2dcdc;
  border-radius: 4px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .form__checkbox-wrap input[type=checkbox] {
    width: 25px;
    height: 25px;
  }
}
.form__checkbox-wrap input[type=checkbox]::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 10px;
  width: 10px;
  height: 20px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg) scale(0);
          transform: rotate(45deg) scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .form__checkbox-wrap input[type=checkbox]::after {
    left: 7px;
    width: 6px;
    height: 12px;
  }
}
.form__checkbox-wrap input[type=checkbox]:checked {
  background: #eb6b3b;
  border-color: #eb6b3b;
}
.form__checkbox-wrap input[type=checkbox]:checked::after {
  -webkit-transform: rotate(45deg) scale(1);
          transform: rotate(45deg) scale(1);
}
.form__checkbox-wrap input[type=checkbox] + span {
  font-size: 1.6rem;
}
.form__checkbox-wrap--sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px 40px;
}
.form__file-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-top: 12px;
}
.form__file-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
  padding: 16px;
  border: 1px solid #d2dcdc;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .form__file-wrap {
    padding: 12px;
  }
}
.form__file-wrap.wpcf7-not-valid {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .form__file-wrap.wpcf7-not-valid {
    margin-bottom: 25px;
  }
}
.form__file-wrap input[type=file] {
  opacity: 0;
  visibility: hidden;
}
.form__file-name {
  color: #d2dcdc;
  font-size: 1.6rem;
}
.form__file-name.upload-success {
  color: #292626;
}
.form__file-label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.form__agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  width: 100%;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .form__agree {
    gap: 8px;
    margin-top: 16px;
  }
}
.form__agree-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0 !important;
}
.form__agree-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .form__agree-label {
    font-size: 14px;
  }
}
.form__agree-label a {
  position: relative;
  display: inline-block;
  -webkit-text-decoration: underline 1px solid #292626;
          text-decoration: underline 1px solid #292626;
}
.form__agree-label a::after {
  content: url("./public/img/icons/external-link-black.svg");
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
}
@media screen and (max-width: 767px) {
  .form__agree-label a::after {
    width: 10px;
    height: 10px;
  }
}
.form__note {
  font-size: 1.4rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .form__note {
    font-size: 12px;
  }
}
.form__confirm-text {
  font-size: 1.6rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .form__confirm-text {
    font-size: 14px;
  }
}
.form__content-heading {
  margin-bottom: 32px;
  font-size: 3.4rem;
  line-height: 2em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .form__content-heading {
    margin-bottom: 20px;
    font-size: 26px;
  }
}
.form__content-text {
  font-size: 1.6rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .form__content-text {
    font-size: 14px;
  }
}
.form__button {
  min-width: 380px;
  height: 60px;
  background-color: #0dd69a;
  border: 1px solid transparent;
  border-radius: 5px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .form__button {
    min-width: 300px;
    height: 56px;
    font-size: 16px;
  }
}
.form__button:hover {
  background-color: #fff;
  border-color: #0dd69a;
  color: #0dd69a;
}
.form__button--blue {
  background-color: #1881e8;
}
.form__button--blue:hover {
  border-color: #1881e8;
  color: #1881e8;
}
.form__button--back {
  background-color: #fff;
  color: #858585 !important;
}
.form__button--back:hover {
  border-color: #858585;
}

.top__title {
  position: absolute;
  max-width: 1400px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 6;
}
@media screen and (max-width: 992px) {
  .top__title {
    display: none;
  }
}
.top__title span {
  position: absolute;
  font: 900 12rem "Red Hat Display", sans-serif;
  line-height: 1em;
  color: #eef1f3;
  z-index: 6;
}
@media screen and (max-width: 1200px) {
  .top__title span {
    font-size: 8rem;
  }
}
.top__title-sp {
  position: absolute;
  font: 900 8rem "Red Hat Display", sans-serif;
  letter-spacing: 0.03em;
  color: #eef1f3;
  display: none;
}
@media screen and (max-width: 992px) {
  .top__title-sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .top__title-sp {
    font-size: 6rem;
  }
}
.top__button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top__button {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.top__button--rfts {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.top__txts {
  width: 500px;
  z-index: 7;
}
@media screen and (max-width: 1200px) {
  .top__txts {
    width: 45%;
  }
}
@media screen and (max-width: 992px) {
  .top__txts {
    width: 100%;
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .top__txts {
    margin-top: 45px;
  }
}
.top__t1 {
  margin-top: 40px;
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.75em;
}
@media screen and (max-width: 767px) {
  .top__t1 {
    margin-top: 30px;
    font-size: 2.4rem;
    line-height: 1.5em;
  }
}
.top__t2 {
  margin-top: 40px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .top__t2 {
    margin-top: 30px;
  }
}
.top__tp {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2em;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .top__tp {
    font-size: 1.4rem;
    line-height: 2em;
  }
}
.top__mv {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
}
.top__mv-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.top__mv-bg img {
  height: 100%;
}
.top__mv-bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#e2edf1), to(#d9e1e2));
  background: linear-gradient(#e2edf1, #d9e1e2);
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
  z-index: 2;
}
.top__mv-bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.top__mv-bg-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#91c5ec), color-stop(70%, rgba(217, 225, 226, 0)), to(transparent));
  background: linear-gradient(180deg, #91c5ec 0%, rgba(217, 225, 226, 0) 70%, transparent 100%);
  top: 0;
  left: 0;
  opacity: 0.8;
}
.top__mv-bg-img .splide__track {
  height: 100%;
}
.top__mv-txts {
  position: relative;
  width: 100%;
  padding: 0 0 55px 7%;
  z-index: 5;
}
@media screen and (max-width: 1400px) {
  .top__mv-txts {
    padding: 0 4% 100px 7%;
  }
}
@media screen and (max-width: 767px) {
  .top__mv-txts {
    padding: 0 4% 85px;
  }
}
.top__mv-t1 {
  height: auto;
  max-width: 100%;
  width: 980px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .top__mv-t1 {
    margin: 0;
  }
}
.top__mv-t2 {
  font-size: 6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5em;
  color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 992px) {
  .top__mv-t2 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .top__mv-t2 {
    display: none;
  }
}
.top__mv-news {
  position: absolute;
  height: 90px;
  width: 460px;
  padding-right: 60px;
  background-color: #fff;
  border-bottom: 0.5px solid #e1e5e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  right: 0;
  z-index: 6;
}
@media screen and (max-width: 992px) {
  .top__mv-news {
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .top__mv-news {
    width: 275px;
    height: 55px;
    padding-right: 40px;
  }
}
.top__mv-news::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 100%;
  background: url("./public/img/icons/arrow-right-blu.svg") center/7px 12px no-repeat;
  border-left: 1px solid #e1e5e9;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .top__mv-news::after {
    width: 40px;
    background: url("./public/img/icons/arrow-right-blu.svg") center/4.5px 8px no-repeat;
  }
}
.top__mv-news span {
  height: 100%;
  width: auto;
  aspect-ratio: 1;
  font: 800 1.4rem "Red Hat Display", sans-serif;
  letter-spacing: 0.03em;
  color: #fff;
  background-color: #1881e8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .top__mv-news span {
    font-size: 1.2rem;
  }
}
.top__mv-news p {
  padding: 0 30px 0 15px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .top__mv-news p {
    padding: 0 10px;
    font-size: 1.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: unset;
  }
}
.top__about {
  position: relative;
  padding: 150px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top__about {
    padding: 70px 0;
  }
}
.top__about::before {
  content: "";
  position: absolute;
  width: 960px;
  height: 985px;
  background: url("./public/img/top/about-bg.png") center/contain no-repeat;
  top: -250px;
  left: -100px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top__about::before {
    width: 390px;
    height: 400px;
    top: -150px;
    left: -125px;
  }
}
.top__about-main {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  padding: 0 4%;
  font-size: 6.4rem;
  font-size: clamp(2.4rem, 3.3vw, 6.4rem);
  font-weight: 700;
  line-height: 1.666em;
  letter-spacing: 0.03em;
}
.top__about-main-t1 {
  display: block;
}
@media screen and (max-width: 767px) {
  .top__about-main-t1 {
    margin-bottom: 12px;
  }
}
.top__about-main-t3 {
  display: block;
  margin-top: 24px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .top__about-main-t3 {
    margin-top: 12px;
  }
}
.top__about-item {
  margin-top: 90px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .top__about-item {
    margin-top: 40px !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.top__about-item p {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 2.4em;
}
@media screen and (max-width: 992px) {
  .top__about-item p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .top__about-item p {
    font-size: 1.5rem;
    line-height: 2.4em;
  }
}
.top__recruit {
  position: relative;
  width: 100%;
  padding: 145px 0;
}
@media screen and (max-width: 992px) {
  .top__recruit {
    padding: 80px 0 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.top__recruit-content {
  position: relative;
  z-index: 7;
}
@media screen and (max-width: 992px) {
  .top__recruit-content {
    max-width: 100% !important;
    margin: 0 !important;
  }
}
.top__recruit-txts {
  position: relative;
  width: 330px;
  padding-top: 45px;
}
@media screen and (max-width: 992px) {
  .top__recruit-txts {
    width: 100%;
    margin-top: 60px;
    padding-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .top__recruit-txts {
    margin-top: 40px;
    padding-top: 20px;
  }
}
.top__recruit-txts-t2 {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .top__recruit-txts-t2 {
    margin-top: 25px;
  }
}
.top__recruit-bt {
  position: absolute;
  width: 420px;
  height: 123px;
  top: -18px;
  left: -170px;
}
@media screen and (max-width: 1680px) {
  .top__recruit-bt {
    left: -110px;
  }
}
@media screen and (max-width: 1400px) {
  .top__recruit-bt {
    left: -60px;
  }
}
@media screen and (max-width: 992px) {
  .top__recruit-bt {
    width: 350px;
    height: 102px;
    left: -45px;
    top: -5px;
  }
}
@media screen and (max-width: 767px) {
  .top__recruit-bt {
    width: 230px;
    height: 68px;
    left: -25px;
  }
}
.top__recruit-bg {
  position: absolute;
  max-width: 1400px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 992px) {
  .top__recruit-bg {
    top: 70px;
    height: calc(100% - 70px);
  }
}
.top__recruit-bg::before {
  content: "";
  position: absolute;
  width: calc((100vw - 1400px) / 2 + 1400px);
  height: 100%;
  background: linear-gradient(135deg, #89f1d1, #47cea4);
  top: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .top__recruit-bg::before {
    right: 4%;
  }
}
@media screen and (max-width: 992px) {
  .top__recruit-bg::before {
    width: 100%;
    right: 0;
  }
}
.top__recruit-bg::after {
  content: "";
  position: absolute;
  width: calc((100vw - 1400px) / 2 + 1400px);
  height: 100%;
  background: url("./public/img/top/top-recruit-bg.png") left center/cover no-repeat;
  top: 0;
  right: 0;
  mix-blend-mode: soft-light;
  z-index: 2;
}
@media screen and (max-width: 1440px) {
  .top__recruit-bg::after {
    right: 4%;
  }
}
@media screen and (max-width: 992px) {
  .top__recruit-bg::after {
    width: 100%;
    background: url("./public/img/top/top-recruit-bg-sp.png") left center/cover no-repeat;
    right: 0;
  }
}
.top__recruit-recruit span {
  right: 5px;
  bottom: 40px;
}
@media screen and (max-width: 1440px) {
  .top__recruit-recruit span {
    right: 4.5%;
  }
}
@media screen and (max-width: 767px) {
  .top__recruit-recruit span {
    right: 0;
    bottom: -30px;
  }
}
.top__recruit-img {
  position: absolute;
  width: 52vw;
  height: 100%;
  padding: 80px 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .top__recruit-img {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: -80px;
    padding: 0 0 0 4%;
    -webkit-transform: unset;
            transform: unset;
    overflow: unset;
  }
}
.top__recruit-img span {
  right: 2%;
}
@media screen and (max-width: 992px) {
  .top__recruit-img span {
    bottom: -50px;
  }
}
@media screen and (max-width: 767px) {
  .top__recruit-img span {
    bottom: -25px;
  }
}
.top__recruit-img img {
  height: 100%;
  -o-object-position: top center;
     object-position: top center;
}
.top__recruit-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(-65deg, transparent 5%, #0dd69a 130%);
  top: 0;
  left: 0;
  mix-blend-mode: color-burn;
  display: none;
}
.top__serviceworkbg {
  position: relative;
}
.top__serviceworkbg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#eaeff1), to(#fff));
  background: linear-gradient(0deg, #eaeff1, #fff);
  top: 0;
  left: 0;
  z-index: -1;
}
.top__service {
  position: relative;
  padding: 140px 0;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .top__service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .top__service {
    padding: 70px 0 0;
  }
}
.top__service::after {
  content: "";
  position: absolute;
  width: 385px;
  height: 551px;
  background: url("./public/img/top/top-service-bg.png") center/contain no-repeat;
  top: 0;
  right: -160px;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .top__service::after {
    width: 80%;
    right: -40%;
    height: auto;
    aspect-ratio: 298/428;
    top: 25px;
  }
}
.top__service-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.top__service-t2 {
  margin: 40px 0 55px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .top__service-t2 {
    margin: 25px 0 40px;
  }
}
.top__service-img {
  position: absolute;
  width: 52vw;
  height: 580px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 992px) {
  .top__service-img {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 4% 0 0;
    top: 0;
    -webkit-transform: unset;
            transform: unset;
  }
}
.top__service-img span {
  right: 2%;
  bottom: -25px;
}
@media screen and (max-width: 992px) {
  .top__service-img span {
    right: unset;
    left: 0;
    bottom: unset;
    top: -46px;
  }
}
@media screen and (max-width: 767px) {
  .top__service-img span {
    top: -29px;
  }
}
.top__service-img img {
  height: 100%;
  -o-object-position: right center;
     object-position: right center;
}
.top__service-service {
  height: 580px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .top__service-service {
    display: none;
  }
}
.top__service-service span {
  bottom: -36px;
}
.top__works {
  position: relative;
  padding: 140px 0 150px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top__works {
    padding: 70px 0;
  }
}
.top__works::after {
  content: "";
  position: absolute;
  width: 1859px;
  height: auto;
  aspect-ratio: 1;
  background: url("./public/img/top/top-recruit-works.svg") center/contain no-repeat;
  top: 0;
  left: -10%;
  z-index: -1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-animation: ikotikot 40s linear infinite;
          animation: ikotikot 40s linear infinite;
}
@media screen and (max-width: 767px) {
  .top__works::after {
    width: 1162px;
    left: unset;
    right: -50px;
    top: 55px;
  }
}
@-webkit-keyframes ikotikot {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes ikotikot {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.top__works-slider .splide__track {
  height: 100%;
}
.top__works-slider .splide__list {
  padding: 0 9% !important;
}
@media screen and (max-width: 767px) {
  .top__works-slider .splide__list {
    padding: 0 16% !important;
  }
}
.top__works-slider-item {
  position: relative;
  height: auto;
  aspect-ratio: 520/600;
  padding: 0 20% 25px 5%;
  clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top__works-slider-item {
    padding: 0 20% 15px 10%;
  }
}
.top__works-slider-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.top__works-slider-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#e2edf1), to(#d9e1e2));
  background: linear-gradient(90deg, #e2edf1, #d9e1e2);
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}
.top__works-slider-txts {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .top__works-slider-txts {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.top__works-slider-name {
  font: 800 4rem "Red Hat Display", sans-serif;
  letter-spacing: 0.03em;
  line-height: 1em;
  color: #fff;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media screen and (max-width: 767px) {
  .top__works-slider-name {
    font-size: 2.4rem;
  }
}
.top__works-slider-subtxts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top__works-slider-date, .top__works-slider-dept {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .top__works-slider-date, .top__works-slider-dept {
    font-size: 1.2rem;
    text-align: left;
  }
}
.top__works-recruit {
  max-width: calc(700px + 8%);
  width: 100%;
  margin: 80px auto;
  padding: 0 4%;
}
@media screen and (max-width: 767px) {
  .top__works-recruit {
    margin: 60px 0;
  }
}
.top__works-t1 {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .top__works-t1 {
    margin-top: 31px;
  }
}
.top__works-t2 {
  margin: 30px 0 55px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .top__works-t2 {
    margin: 24px 0 40px;
  }
}
.top__works-content {
  width: 100%;
  padding: 0 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 992px) {
  .top__works-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 4%;
  }
}
.top__works-item {
  position: relative;
  width: 33.3%;
  height: auto;
  aspect-ratio: 600/400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .top__works-item {
    width: 100%;
  }
}
.top__works-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(-135deg, #d9e4e2, #508282);
  left: 0;
  top: 0;
  opacity: 0.3;
  mix-blend-mode: multiply;
  z-index: 2;
}
.top__works-item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.top__works-recruit-title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.top__works-recruit-title::before {
  content: "";
  position: absolute;
  width: 129px;
  height: 38px;
  background: url("./public/img/top/top-works-join.svg") center/contain no-repeat;
  top: -4px;
  left: -71px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top__works-recruit-title::before {
    top: -10px;
    left: -60px;
  }
}
.top__works-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.top__works-img img {
  height: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top__works-item-txts {
  position: relative;
  padding: 0 0 30px 30px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .top__works-item-txts {
    padding: 0 0 20px 20px;
  }
}
.top__works-item-txts h3 {
  margin-bottom: 10px;
  font: 800 4rem "Red Hat Display", sans-serif;
  letter-spacing: 0.03em;
  color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .top__works-item-txts h3 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .top__works-item-txts h3 {
    font-size: 2.4rem;
  }
}
.top__works-item-txts span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 12px 8px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff;
  background-color: #0dd69a;
  border: 1px solid #0dd69a;
  display: block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .top__works-item-txts span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .top__works-item-txts span {
    padding: 4px 12px;
    font-size: 1.4rem;
  }
}
.top__job {
  position: relative;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .top__job {
    padding: 70px 0 85px;
  }
}
.top__job::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("./public/img/top/top-job-bg.jpg") center/cover no-repeat;
  left: 0;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top__job::before {
    background: url("./public/img/top/top-job-bg-sp.jpg") center/cover no-repeat;
  }
}
.top__job-title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  z-index: 2;
}
.top__job-title > span {
  position: absolute;
  font: 900 12rem "Red Hat Display", sans-serif;
  letter-spacing: 0.03em;
  color: #5b6773;
  top: -45px;
  left: 51.5%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .top__job-title > span {
    font-size: 9rem;
    top: -40px;
  }
}
.top__job-txts {
  position: relative;
  margin-top: 60px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top__job-txts {
    margin-top: 35px;
  }
}
.top__job-content {
  position: relative;
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .top__job-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .top__job-content {
    margin-top: 35px;
  }
}
.top__job-item {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top__job-item {
    padding: 12px;
  }
}
.top__job-item:hover .top__job-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.top__job-item:hover .top__job-img::before {
  opacity: 0.2;
}
.top__job-item:hover .button {
  color: #1881e8;
  opacity: 1 !important;
}
.top__job-item:hover .button-arr {
  background-color: #1881e8;
}
.top__job-item:hover .button-arr::after {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
.top__job-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top__job-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#838f91), to(#adb6b9));
  background: linear-gradient(90deg, #838f91, #adb6b9);
  left: 0;
  right: 0;
  opacity: 0.4;
  mix-blend-mode: multiply;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 400px) {
  .top__job-button {
    font-size: 1rem;
  }
}
.top__message {
  position: relative;
  padding: 210px 0;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .top__message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .top__message {
    padding: 70px 0;
  }
}
.top__message::after {
  content: "";
  position: absolute;
  width: 555px;
  height: 569px;
  background: url("./public/img/top/about-bg.png") center/contain no-repeat;
  top: -200px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .top__message::after {
    width: 102%;
    height: auto;
    aspect-ratio: 390/400;
    left: -44%;
    top: -109px;
  }
}
.top__message-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top__message-t1 {
  margin: 55px 0;
  line-height: 1.75em;
}
@media screen and (max-width: 767px) {
  .top__message-t1 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 400px) {
  .top__message-t1 {
    font-size: 2.2rem;
  }
}
.top__message-img {
  position: absolute;
  width: 50vw;
  height: 580px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 992px) {
  .top__message-img {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 0 0 4%;
    top: 0;
    -webkit-transform: unset;
            transform: unset;
  }
}
.top__message-img span {
  right: 2%;
  bottom: -25px;
}
@media screen and (max-width: 992px) {
  .top__message-img span {
    bottom: -50px;
  }
}
@media screen and (max-width: 767px) {
  .top__message-img span {
    bottom: -30px;
  }
}
.top__message-img img {
  height: 100%;
}
.top__message-message {
  height: 580px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .top__message-message {
    display: none;
  }
}
.top__message-message span {
  position: absolute;
  right: 0;
  bottom: -68px;
}
@media screen and (max-width: 1200px) {
  .top__message-message span {
    right: 2%;
    bottom: -45px;
  }
}
.top__company {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top__company {
    padding: 70px 0;
  }
}
.top__company-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.top__company-bg {
  position: absolute;
  max-width: 1400px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.top__company-bg::after {
  content: "";
  position: absolute;
  width: calc((100vw - 1400px) / 2 + 1400px);
  height: 100%;
  background: url("./public/img/top/company-bg.png") left center/590px 100% no-repeat, #f1f6fb;
  top: 0;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .top__company-bg::after {
    right: 4%;
  }
}
@media screen and (max-width: 992px) {
  .top__company-bg::after {
    width: 100%;
    background: url("./public/img/top/company-bg.png") left center/110% 100% no-repeat, #f1f6fb;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .top__company-bg::after {
    background: url("./public/img/top/company-bg.png") 200% center/110% 100% no-repeat, #f1f6fb;
  }
}
.top__company-img {
  position: absolute;
  width: 46.3vw;
  height: 480px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 992px) {
  .top__company-img {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 8% 0 0;
    top: 0;
    -webkit-transform: unset;
            transform: unset;
  }
}
.top__company-img span {
  right: 2%;
  bottom: -25px;
}
@media screen and (max-width: 992px) {
  .top__company-img span {
    bottom: -50px;
  }
}
@media screen and (max-width: 767px) {
  .top__company-img span {
    bottom: -30px;
  }
}
.top__company-img img {
  height: 100%;
}
.top__company-txts {
  margin-right: 2%;
}
@media screen and (max-width: 767px) {
  .top__company-title-main {
    font-size: 5rem;
  }
}
.top__company-txts-t1 {
  margin-top: 50px;
  line-height: 1.75em;
}
@media screen and (max-width: 767px) {
  .top__company-txts-t1 {
    margin-top: 30px;
  }
}
.top__company-txts-t2 {
  margin: 30px 0 50px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .top__company-txts-t2 {
    margin: 24px 0 40px;
  }
}
@media screen and (max-width: 992px) {
  .top__company-company {
    display: block !important;
  }
}
.top__company-company span {
  color: #fff;
  left: 0;
  bottom: -20px;
}
@media screen and (max-width: 767px) {
  .top__company-company span {
    font-size: 6rem;
    left: unset;
    right: -12px;
    bottom: -8px;
  }
}
.top__information {
  padding: 150px 0;
}
@media screen and (max-width: 767px) {
  .top__information {
    padding: 70px 0;
  }
}
.top__information-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top__information-container {
    padding: 0 8% !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 34px;
  }
}
.top__information-title h2 {
  font-size: 3.2rem !important;
}
.top__information-content {
  width: calc(100% - 300px);
}
@media screen and (max-width: 767px) {
  .top__information-content {
    width: 100%;
  }
}
.top__information-item {
  position: relative;
  padding: 30px 100px 30px 22px;
  border: 1px solid #e1e5e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 992px) {
  .top__information-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px 0;
  }
}
@media screen and (max-width: 767px) {
  .top__information-item {
    padding: 12px 55px 12px 10px;
  }
}
.top__information-item:not(:last-child) {
  margin-bottom: 12px;
}
.top__information-item:hover .top__information-arr {
  background-color: #1881e8;
}
.top__information-item:hover .top__information-arr::after {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
.top__information-date {
  margin-right: 29px;
  font: 800 1.4rem "Red Hat Display", sans-serif;
  letter-spacing: 0.03em;
  color: #979595;
}
@media screen and (max-width: 767px) {
  .top__information-date {
    margin-right: 20px;
    font-size: 1.2rem;
  }
}
.top__information-cat {
  margin-right: 20px;
  font: 800 1.4rem "Red Hat Display", sans-serif;
  letter-spacing: 0.03em;
  color: #1881e8;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .top__information-cat {
    font-size: 1.2rem;
  }
}
.top__information-item-title {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .top__information-item-title {
    font-size: 1.2rem;
    display: -webkit-box;
    white-space: unset;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.top__information-arr {
  position: absolute;
  width: 59px;
  height: 100%;
  border-left: 1px solid #e1e5e9;
  right: 0;
  top: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .top__information-arr {
    width: 40px;
  }
}
.top__information-arr::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 12px;
  background: url("./public/img/icons/arrow-right-blu.svg") center/contain no-repeat;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top__information-button {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.top__recruit-txts-t1 {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .top__recruit-txts-t1 {
    margin-bottom: 40px;
  }
}

.env__training-content {
  margin-top: 40px;
  padding-bottom: 100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 13px;
}
@media screen and (max-width: 992px) {
  .env__training-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .env__training-content {
    gap: 20px;
  }
}
@media screen and (max-width: 500px) {
  .env__training-content {
    margin-top: 25px;
    padding-bottom: 55px;
    grid-template-columns: auto;
  }
}
.env__training-item {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 386/274;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.env__training-img {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0 0 34px 16px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .env__training-img {
    padding: 0 0 20px 10px;
  }
}
.env__training-img img {
  height: 100%;
}
.env__training-txt {
  position: relative;
  display: block;
  width: calc(100% - 16px);
  padding: 17px;
  margin-top: auto;
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  color: #1a1919;
  background-color: #f1f5f9;
  border-radius: 5px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .env__training-txt {
    padding: 8px;
    font-size: 1.6rem;
  }
}
.env__office {
  position: relative;
  padding: 395px 0 100px;
  background-color: #f1fbfa;
}
@media screen and (max-width: 767px) {
  .env__office {
    padding: 0 0 55px;
  }
}
.env__office-heading {
  position: absolute;
  width: 100%;
  height: 440px;
  top: 0;
  left: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .env__office-heading {
    height: 220px;
    position: relative;
    margin-bottom: 40px;
  }
}
.env__office-heading::after {
  content: "";
  position: absolute;
  width: calc((100vw - 1400px) / 2 + 1400px);
  height: 105px;
  background-color: #f1fbfa;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1400px) {
  .env__office-heading::after {
    width: 97%;
  }
}
@media screen and (max-width: 992px) {
  .env__office-heading::after {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .env__office-heading::after {
    height: 60px;
    display: none;
  }
}
.env__office-heading-img {
  width: 100%;
  height: 100%;
}
.env__office-heading-img img {
  height: 100%;
}
.env__office-wrapper {
  position: relative;
  z-index: 1;
}
.env__office-content {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 48px 40px;
}
@media screen and (max-width: 767px) {
  .env__office-content {
    gap: 20px;
  }
}
.env__office-item-img {
  width: 100%;
  height: auto;
  aspect-ratio: 270/180;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .env__office-item-img {
    margin-bottom: 8px;
  }
}
.env__office-item-img img {
  height: 100%;
}
.env__office-item-txt {
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  color: #1a1919;
}
@media screen and (max-width: 767px) {
  .env__office-item-txt {
    font-size: 1.6rem;
  }
}
.env__office-txt {
  margin-top: 32px;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 2.2857142857em;
  text-align: end;
  color: #1a1919;
}
@media screen and (max-width: 767px) {
  .env__office-txt {
    font-size: 1.4rem;
  }
}
.env__benefits {
  position: relative;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .env__benefits {
    padding: 55px 0;
  }
}
.env__benefits-content {
  margin-top: 55px;
  padding: 16px 0 15px;
  border-top: 1px solid #d2dcdc;
}
@media screen and (max-width: 767px) {
  .env__benefits-content {
    margin-top: 35px;
  }
}
.env__benefits-content:first-child {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .env__benefits-content:first-child {
    margin-top: 25px;
  }
}
.env__benefits-title {
  margin-bottom: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #1a1919;
}
@media screen and (max-width: 767px) {
  .env__benefits-title {
    font-size: 2.2rem;
  }
}
.env__benefits-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 27px;
}
@media screen and (max-width: 1023px) {
  .env__benefits-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .env__benefits-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
  }
}
.env__benefits-item {
  width: 100%;
  min-height: 270px;
  height: auto;
  padding: 40px 14px 35px;
  background-color: #f1f5f9;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .env__benefits-item {
    min-height: 100%;
    padding: 25px 10px 20px;
  }
}
.env__benefits-item-img {
  width: 100px;
  height: 100px;
  margin-bottom: 16px;
}
.env__benefits-item-img--0209 {
  width: 120px;
}
.env__benefits-item-img--0301 {
  margin-right: -22px;
}
.env__benefits-item-title {
  margin: auto 0;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.7777777778em;
  text-align: center;
  color: #1a1919;
}
@media screen and (max-width: 767px) {
  .env__benefits-item-title {
    font-size: 1.6rem;
  }
}
.env__benefits-item-title span {
  font-size: 1.6rem;
  display: block;
  white-space: pre-line;
}
@media screen and (max-width: 767px) {
  .env__benefits-item-title span {
    font-size: 1.4rem;
  }
}
.env__benefits-accr {
  max-height: 45px;
  margin: 14px 24px 0;
  padding: 12px 0;
  border-style: solid;
  border-width: 1px 0;
  border-color: #d2dcdc;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .env__benefits-accr {
    margin-inline: 0;
    padding-block: 7px;
    max-height: 35px;
  }
}
.env__benefits-accr p {
  margin-top: 12px;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.7142857143em;
  color: #1a1919;
}
@media screen and (max-width: 767px) {
  .env__benefits-accr p {
    font-size: 1.2rem;
  }
}
.env__benefits-accr.active {
  max-height: 500px;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
.env__benefits-accr.active .env__benefits-btxt {
  color: #d2dcdc;
}
.env__benefits-accr.active .env__benefits-btn {
  border-color: #d2dcdc;
}
.env__benefits-accr.active .env__benefits-btn::before, .env__benefits-accr.active .env__benefits-btn::after {
  background-color: #d2dcdc;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.env__benefits-btxt {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  color: #1a1919;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .env__benefits-btxt {
    font-size: 1.2rem;
  }
}
.env__benefits-btn {
  position: relative;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #000;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.env__benefits-btn::before, .env__benefits-btn::after {
  content: "";
  position: absolute;
  width: 5.5px;
  height: 1px;
  background-color: #000;
  border-radius: 2px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.env__benefits-btn::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.env__awards {
  position: relative;
  padding: 395px 0 100px;
  background-color: #f1fbfa;
}
@media screen and (max-width: 767px) {
  .env__awards {
    padding: 0 0 55px;
  }
}
.env__awards-heading {
  position: absolute;
  width: 100%;
  height: 440px;
  top: 0;
  left: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .env__awards-heading {
    height: 220px;
    position: relative;
    margin-bottom: 40px;
  }
}
.env__awards-heading::after {
  content: "";
  position: absolute;
  width: calc((100vw - 1400px) / 2 + 1400px);
  height: 105px;
  background-color: #f1fbfa;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1400px) {
  .env__awards-heading::after {
    width: 97%;
  }
}
@media screen and (max-width: 992px) {
  .env__awards-heading::after {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .env__awards-heading::after {
    height: 60px;
    display: none;
  }
}
.env__awards-heading-img {
  width: 100%;
  height: 100%;
}
.env__awards-heading-img img {
  height: 100%;
}
.env__awards-wrapper {
  position: relative;
  z-index: 1;
}
.env__awards-content {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 55px 80px;
}
@media screen and (max-width: 992px) {
  .env__awards-content {
    gap: 25px 45px;
  }
}
@media screen and (max-width: 767px) {
  .env__awards-content {
    grid-template-columns: auto;
    margin-top: 20px;
  }
}
.env__awards-item {
  width: 100%;
}
.env__awards-item p {
  margin-top: 24px;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 2em;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .env__awards-item p {
    margin-top: 12px;
    font-size: 1.4rem;
    padding-left: 10px;
  }
}
.env__awards-item-img {
  width: 100%;
  height: auto;
  aspect-ratio: 54/30;
  padding-left: 20px;
}
.env__awards-item-img img {
  height: 100%;
}
.env__awards-item-title {
  position: relative;
  width: calc(100% - 60px);
  margin: -35px auto 0 0;
  padding: 5.25px 20px;
  font-size: 2.6rem;
  letter-spacing: 0.03em;
  line-height: 2.2884615385em;
  color: #1a1919;
  background-color: #95f3d7;
  border-radius: 5px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .env__awards-item-title {
    font-size: 22px;
    line-height: 1.5em;
    padding-inline: 10px;
  }
}

.recruit {
  margin-bottom: 150px;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .recruit {
    margin-bottom: 75px;
  }
}
.recruit__main {
  padding: 80px 0 100px;
}
@media screen and (max-width: 767px) {
  .recruit__main {
    padding: 40px 0 50px;
  }
}
.recruit__main-title {
  font-size: 3.4rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .recruit__main-title {
    font-size: 28px;
  }
}
.recruit__main-dl {
  margin-top: 32px;
}
.recruit__main-dl-item {
  display: grid;
  grid-template-columns: 150px auto;
  gap: 36px;
  padding: 32px 0;
  border-bottom: 1px solid #d2dcdc;
}
@media screen and (max-width: 767px) {
  .recruit__main-dl-item {
    display: block;
    padding: 16px 0;
  }
}
.recruit__main-dl-item:first-child {
  border-top: 1px solid #d2dcdc;
}
.recruit__main-dt, .recruit__main-dd, .recruit__flow-desc, .recruit__flow-item-label {
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.03em;
  color: #1a1919;
}
@media screen and (max-width: 767px) {
  .recruit__main-dt, .recruit__main-dd, .recruit__flow-desc, .recruit__flow-item-label {
    font-size: 14px;
  }
}
.recruit__main-dt {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .recruit__main-dt {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.recruit__flow {
  position: relative;
  padding: 56px 4% !important;
}
@media screen and (max-width: 767px) {
  .recruit__flow {
    padding: 58px 4% 72px !important;
  }
}
.recruit__flow::before {
  content: "";
  width: 9999px;
  height: 100%;
  background-color: #f1f5f9;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.recruit__flow-ctr {
  max-width: 1200px;
  margin: 0 auto;
}
.recruit__flow-title-en {
  font-size: 6rem;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 900;
  letter-spacing: 0.03em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .recruit__flow-title-en {
    font-size: 40px;
  }
}
.recruit__flow-title-jp {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #0dd69a;
  margin-top: -34px;
}
@media screen and (max-width: 767px) {
  .recruit__flow-title-jp {
    font-size: 20px;
    margin-top: -24px;
  }
}
.recruit__flow-list {
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 180px));
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 75px;
  margin: 40px 0;
  counter-reset: flow-counter;
}
@media screen and (max-width: 1200px) {
  .recruit__flow-list {
    gap: 35px;
  }
}
@media screen and (max-width: 767px) {
  .recruit__flow-list {
    display: block;
    margin-bottom: 32px;
  }
}
.recruit__flow-item {
  position: relative;
  background-color: #fff;
  aspect-ratio: 180/170;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0 24px;
  border-radius: 5px;
}
@media screen and (max-width: 980px) {
  .recruit__flow-item {
    padding: 25px 0 18px;
  }
}
@media screen and (max-width: 767px) {
  .recruit__flow-item {
    aspect-ratio: unset;
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 90px;
    padding: 25px 0 25px 23px;
    height: 120px;
  }
}
.recruit__flow-item::before {
  counter-increment: flow-counter;
  content: counter(flow-counter, decimal-leading-zero);
  font-size: 2rem;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 900;
  letter-spacing: 0.03em;
  color: #0dd69a;
  position: absolute;
  top: 10px;
  left: 12px;
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .recruit__flow-item::before {
    font-size: 1.6rem;
    top: 8px;
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .recruit__flow-item::before {
    top: 12px;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .recruit__flow-item:not(:last-child) {
    margin-bottom: 44px;
  }
}
.recruit__flow-item:not(:last-child)::after {
  content: "";
  width: 12px;
  height: 21px;
  background: url("./public/img/icons/arrow-right-green.svg") center/contain no-repeat;
  position: absolute;
  right: -44px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  .recruit__flow-item:not(:last-child)::after {
    width: 10px;
    height: 18px;
    right: -24px;
  }
}
@media screen and (max-width: 767px) {
  .recruit__flow-item:not(:last-child)::after {
    top: unset;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
    width: 12px;
  }
}
.recruit__flow-item-label {
  text-align: center;
}
@media screen and (max-width: 980px) {
  .recruit__flow-item-label {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit__flow-item-label {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 16px;
  }
}
.recruit__flow-item-icon {
  max-width: 82px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .recruit__flow-item-icon {
    max-width: 52px;
  }
}
@media screen and (max-width: 767px) {
  .recruit__flow-item-icon {
    margin: 0 49px 0 0;
    max-width: 70px;
  }
}

.about {
  overflow: hidden;
}
.about .gradient-overlay {
  position: relative;
}
.about .gradient-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(248, 248, 248, 0.9)), to(rgba(15, 102, 187, 0.9)));
  background: linear-gradient(90deg, rgba(248, 248, 248, 0.9) 0%, rgba(15, 102, 187, 0.9) 100%);
  opacity: 0.6;
}
.about__anchor-id {
  scroll-margin-top: 0;
}
@media screen and (max-width: 767px) {
  .about__anchor-id {
    scroll-margin-top: -60px;
  }
}
.about__section-head {
  position: relative;
}
.about__message-banner {
  height: 360px;
}
@media screen and (max-width: 767px) {
  .about__message-banner {
    height: 240px;
  }
}
.about__message-title {
  position: absolute;
  top: 44%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.about__message-title-inner {
  padding: 0 4%;
  margin: 0 auto;
  max-width: calc(1400px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .about__message-title-inner {
    max-width: 100%;
  }
}
.about__message-title-en {
  font-family: "Red Hat Display", sans-serif;
  font-size: 6rem;
  font-weight: 900;
  line-height: 1.4em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .about__message-title-en {
    font-size: 3.6rem;
    line-height: 1.4em;
  }
}
.about__message-title-jp {
  color: #1881e8;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .about__message-title-jp {
    font-size: 1.6rem;
  }
}
.about__message-content {
  position: relative;
}
.about__message-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100px;
  z-index: -1;
  width: 960px;
  height: 985px;
  background: url("./public/img/top/about-bg.png") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .about__message-content::before {
    width: 100%;
    height: 600px;
  }
}
.about__message-inner {
  position: relative;
  padding: 0 4%;
  margin: 0 auto;
  max-width: calc(1400px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .about__message-inner {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .about__message-inner {
    margin-top: -60px;
    padding: 0 16px;
  }
}
.about__message-inner::after {
  content: "";
  display: table;
  clear: both;
}
.about__message-image {
  float: left;
  width: 840px;
  max-width: 100%;
  margin: -120px 120px 60px calc((100% - 100vw) / 2);
}
@media screen and (max-width: 1440px) {
  .about__message-image {
    width: 700px;
  }
}
@media screen and (max-width: 1366px) {
  .about__message-image {
    width: 600px;
    margin-right: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .about__message-image {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: -120px 0 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .about__message-image {
    margin-top: -80px;
  }
}
.about__message-image img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px;
}
@media screen and (max-width: 1024px) {
  .about__message-image img {
    width: auto;
    max-width: 100%;
  }
}
.about__message-text {
  padding: 80px 0 100px;
  font-size: 1.8rem;
  line-height: 2em;
  word-wrap: break-word;
}
@media screen and (max-width: 1024px) {
  .about__message-text {
    padding: 30px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .about__message-text {
    font-size: 14px;
  }
}
.about__message-text span.right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 16px;
  margin-top: 25px;
  font-size: 1.6rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .about__message-text span.right {
    gap: 14px;
  }
}
.about__message-text span.name {
  font-family: "Yuji Mai", serif;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .about__message-text span.name {
    font-size: 18px;
  }
}
.about__purpose-banner-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 320px;
}
@media screen and (max-width: 1024px) {
  .about__purpose-banner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
.about__purpose-banner-row--text {
  padding: 60px;
  background-color: #97cbff;
}
@media screen and (max-width: 767px) {
  .about__purpose-banner-row--text {
    padding: 30px 4%;
  }
}
.about__purpose-banner-image {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .about__purpose-banner-image {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .about__purpose-banner-image {
    height: 120px;
  }
}
.about__purpose-title-top {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .about__purpose-title-top {
    top: 48%;
  }
}
.about__purpose-title-en {
  font-family: "Red Hat Display", sans-serif;
  color: #fff;
  font-size: 12rem;
  font-weight: 900;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .about__purpose-title-en {
    font-size: 60px;
  }
}
.about__purpose-title-jp {
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .about__purpose-title-jp {
    font-size: 24px;
  }
}
.about__purpose-title-bot {
  font-size: 4.8rem;
  line-height: 1.75em;
  text-align: center;
  padding: 0 4%;
  margin: 0 auto;
  max-width: calc(1400px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .about__purpose-title-bot {
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .about__purpose-title-bot {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .about__purpose-title-bot {
    padding: 0;
    font-size: 28px;
  }
}
.about__purpose-content {
  position: relative;
  padding-top: 100px;
}
.about__purpose-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 100px 0;
}
@media screen and (max-width: 1440px) {
  .about__purpose-block {
    padding-top: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .about__purpose-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
    padding: 0;
  }
}
.about__purpose-block--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .about__purpose-block--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about__purpose-image {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 41.667%;
  height: auto;
  max-height: 750px;
  aspect-ratio: 1;
}
@media screen and (max-width: 1024px) {
  .about__purpose-image {
    position: relative;
    width: 96% !important;
    height: 50vw !important;
    aspect-ratio: unset;
    top: unset;
    -webkit-transform: none;
            transform: none;
    margin-bottom: 20px;
  }
}
.about__purpose-image--reverse {
  left: unset;
  right: 0;
}
@media screen and (max-width: 767px) {
  .about__purpose-image--reverse {
    right: -4%;
  }
}
.about__purpose-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 4%;
  margin: 0 auto;
  max-width: calc(1400px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .about__purpose-text {
    max-width: 100%;
  }
}
.about__purpose-text-inner {
  position: relative;
  width: 50%;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .about__purpose-text-inner {
    width: 100% !important;
    margin-left: 0;
    padding: 0;
  }
}
.about__purpose-text-inner--reverse {
  margin-left: unset;
  padding-left: 8%;
}
@media screen and (max-width: 1024px) {
  .about__purpose-text-inner--reverse {
    padding-left: 0;
  }
}
.about__purpose-label-bg {
  position: absolute;
  z-index: -1;
  top: -20px;
  right: 0;
  font-family: "Red Hat Display", sans-serif;
  color: #f1f5f9;
  font-size: 8rem;
  font-weight: 900;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .about__purpose-label-bg {
    font-size: 4.8rem;
  }
}
.about__purpose-label-bg::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 60%;
  left: -25%;
  width: 100%;
  height: 100%;
  background: url("./public/img/about/purpose-label-bg.png") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .about__purpose-label-bg::before {
    top: 50%;
    left: -15%;
  }
}
.about__purpose-label-bg--reverse {
  top: 0;
  left: 10px;
  right: unset;
}
@media screen and (max-width: 767px) {
  .about__purpose-label-bg--reverse {
    left: unset;
    right: 0;
  }
}
.about__purpose-label-tag {
  position: relative;
  width: 140px;
  height: 40px;
  background-color: #1881e8;
  font-family: "Red Hat Display", sans-serif;
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .about__purpose-label-tag {
    width: 100px;
    font-size: 16px;
    margin-bottom: 25px;
  }
}
.about__purpose-heading {
  position: relative;
  color: #1881e8;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.75em;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .about__purpose-heading {
    font-size: 32px;
  }
}
.about__purpose-heading--ctr::before {
  content: "0" counter(mission);
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Red Hat Display", sans-serif;
  color: #97cbff;
  font-size: 4.8rem;
}
@media screen and (max-width: 767px) {
  .about__purpose-heading--ctr::before {
    font-size: 32px;
  }
}
.about__purpose-subtext {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.7647058824em;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .about__purpose-subtext {
    font-size: 24px;
  }
}
.about__purpose-descr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin: 25px 0;
}
@media screen and (max-width: 767px) {
  .about__purpose-descr {
    gap: 10px;
    margin: 10px 0;
  }
}
.about__purpose-descr.m40 {
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .about__purpose-descr.m40 {
    margin: 20px 0;
  }
}
.about__purpose-descr-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.about__purpose-descr-item span.descr-tag {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 140px;
  height: 32px;
  background-color: #1881e8;
  border-radius: 16px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .about__purpose-descr-item span.descr-tag {
    width: 90px;
    height: 30px;
    font-size: 10px;
  }
}
.about__purpose-descr-item span.descr-tag.green {
  background-color: #0dd69a;
}
.about__purpose-descr-p {
  font-size: 1.6rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .about__purpose-descr-p {
    font-size: 14px;
  }
}
.about__mission-text {
  counter-reset: mission;
}
.about__mission-row {
  counter-increment: mission;
  padding: 25px 0;
}
.about__mission-row:first-of-type {
  padding-top: 0;
}
.about__mission-row:not(:last-of-type) {
  border-bottom: 1px solid #adb6b9;
}
.about__value-block {
  position: relative;
  width: 100%;
}
.about__value-block::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 67%;
  background: url("./public/img/about/value-bg.jpg") no-repeat top center/cover;
}
@media screen and (max-width: 767px) {
  .about__value-block::before {
    height: 55%;
    background-image: url("./public/img/about/value-bg-sp.jpg");
  }
}
.about__value-block::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35%;
  background-color: #66a5e3;
}
@media screen and (max-width: 767px) {
  .about__value-block::after {
    height: 45%;
  }
}
.about__value-overlay {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 66%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(162, 196, 255, 0)), to(#66a5e3));
  background: linear-gradient(to bottom, rgba(162, 196, 255, 0) 0%, #66a5e3 100%);
}
@media screen and (max-width: 767px) {
  .about__value-overlay {
    height: 55%;
  }
}
.about__value-inner {
  padding: 35px 4% 100px !important;
}
@media screen and (max-width: 767px) {
  .about__value-inner {
    padding-bottom: 75px !important;
  }
}
.about__value-head {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about__value-head span {
  font-family: "Red Hat Display", sans-serif;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.about__value-head span.head-bg {
  font-size: 8rem;
}
@media screen and (max-width: 767px) {
  .about__value-head span.head-bg {
    font-size: 60px;
  }
}
.about__value-head span.head-tag {
  width: 180px;
  height: 50px;
  margin-top: -40px;
  background-color: #1881e8;
  font-size: 3.2rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .about__value-head span.head-tag {
    width: 150px;
    height: 40px;
    margin-top: -35px;
    font-size: 24px;
  }
}
.about__value-diagram {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about__value-diagram svg {
  height: auto;
}
.about__value-points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 13px;
  margin-top: 50px;
}
@media screen and (max-width: 1280px) {
  .about__value-points {
    gap: 40px 13px;
  }
}
.about__value-point {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: calc(20% - 11px);
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 1280px) {
  .about__value-point {
    width: calc(33.33% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .about__value-point {
    width: calc(50% - 13px);
    padding: 20px 12px;
  }
}
@media screen and (max-width: 767px) {
  .about__value-point:last-child {
    width: 100%;
  }
}
.about__value-point.blue .about__value-point-label {
  color: #1881e8;
}
.about__value-point.blue .about__value-point-tag {
  background-color: #1881e8;
}
.about__value-point.orange .about__value-point-label {
  color: #f8ac46;
}
.about__value-point.orange .about__value-point-tag {
  background-color: #f8ac46;
}
.about__value-point-num {
  position: absolute;
  top: -40px;
  font-family: "Red Hat Display", sans-serif;
  color: #97cbff;
  font-size: 4.8rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .about__value-point-num {
    top: -25px;
    font-size: 32px;
  }
}
.about__value-point-label {
  color: #20c1ba;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1440px) {
  .about__value-point-label {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .about__value-point-label {
    font-size: 20px;
  }
}
.about__value-point-label.fs26 {
  font-size: 2.6rem;
}
@media screen and (max-width: 1440px) {
  .about__value-point-label.fs26 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .about__value-point-label.fs26 {
    font-size: 18px;
  }
}
.about__value-point-tag {
  min-width: 140px;
  height: 35px;
  margin: 8px 0 16px;
  padding: 5px 12px;
  background-color: #20c1ba;
  border-radius: 18px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1440px) {
  .about__value-point-tag {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .about__value-point-tag {
    min-width: 100px;
    height: 24px;
    margin-bottom: 14px;
    font-size: 12px;
  }
}
.about__value-point-text {
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .about__value-point-text {
    font-size: 14px;
  }
}
.about__link-list .card-links__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1024px) {
  .about__link-list .card-links__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.about__links-banner {
  margin-bottom: 150px;
}
@media screen and (max-width: 1200px) {
  .about__links-banner {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .about__links-banner {
    margin-bottom: 75px;
  }
}

.service__anchor {
  scroll-margin-top: 120px;
}
@media screen and (max-width: 1200px) {
  .service__anchor {
    scroll-margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .service__anchor {
    scroll-margin-top: 45px;
  }
}
.service__subhead {
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 1.7352941176em;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1200px) {
  .service__subhead {
    font-size: 29px;
  }
}
@media screen and (max-width: 767px) {
  .service__subhead {
    font-size: 22px;
  }
}
.service__subhead--intro {
  position: relative;
}
.service__subhead--intro::before {
  content: "";
  width: 1px;
  height: 100%;
  background: url("./public/img/service/intro-line.svg") no-repeat center/cover;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}
@media screen and (max-width: 1023px) {
  .service__subhead--intro::before {
    display: none;
  }
}
.service__subhead--support {
  padding: 32px 0 24px;
}
@media screen and (max-width: 767px) {
  .service__subhead--support {
    padding: 24px 0 16px;
    font-size: 20px;
  }
}
.service__text {
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.03em;
  word-break: break-all;
}
@media screen and (max-width: 1200px) {
  .service__text {
    font-size: 14px;
  }
}
.service__text.fs18 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .service__text.fs18 {
    font-size: 16px;
  }
}
.service__intro {
  background: #1881e8;
}
.service__intro-banner {
  display: grid;
  grid-template-columns: 1fr 1200px 1fr;
  padding: 98px 4% 0;
  height: 320px;
  background: url("./public/img/service/intro-banner.jpg") no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .service__intro-banner {
    padding-top: 50px;
    height: 200px;
  }
}
.service__intro-banner > * {
  grid-column: 2;
}
.service__intro-wrap {
  display: grid;
  grid-template-columns: 455px 1fr;
  gap: 32px;
  padding-block: 60px !important;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .service__intro-wrap {
    grid-template-columns: 380px 1fr;
  }
}
@media screen and (max-width: 1023px) {
  .service__intro-wrap {
    grid-template-columns: 100%;
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .service__intro-wrap {
    padding-block: 30px !important;
  }
}
.service__support {
  padding-top: 100px;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .service__support {
    padding-top: 50px;
  }
}
.service__support--dx {
  background: #f1f5f9;
}
.service__support-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
}
@media screen and (max-width: 1200px) {
  .service__support-wrap {
    gap: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .service__support-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 24px;
  }
}
.service__support-picture {
  display: block;
  margin-right: calc(50% - 50vw);
  width: 41.67vw;
  height: min(33.542vw, 644px);
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1023px) {
  .service__support-picture {
    position: relative;
    margin-left: auto;
    width: 60vw;
  }
}
@media screen and (max-width: 767px) {
  .service__support-picture {
    width: calc(100vw - 4%);
    height: 244px;
  }
}
.service__support-picture::after {
  content: "";
  width: 53%;
  height: 107px;
  background: url("./public/img/service/system-dots.svg") no-repeat top left/cover;
  position: absolute;
  right: 0;
  bottom: -24px;
}
@media screen and (max-width: 767px) {
  .service__support-picture::after {
    height: 48px;
  }
}
.service__support-picture--dx {
  height: min(28vw, 538px);
}
@media screen and (max-width: 767px) {
  .service__support-picture--dx {
    height: 244px;
  }
}
.service__support-picture--dx::after {
  bottom: calc(100% - 47px);
  width: 41%;
  background-image: url("./public/img/service/dx-dots.svg");
}
@media screen and (max-width: 767px) {
  .service__support-picture--dx::after {
    bottom: calc(100% - 24px);
  }
}
.service__support-content {
  width: min(55%, 660px);
}
@media screen and (max-width: 1023px) {
  .service__support-content {
    width: 100%;
  }
}
.service__support-head {
  position: relative;
  overflow: visible;
  padding-top: 60px;
}
.service__support-head .title__main {
  padding-bottom: 4px;
  font-size: 4.8rem;
}
@media screen and (max-width: 767px) {
  .service__support-head .title__main {
    font-size: 40px;
  }
}
.service__support-head .title__main, .service__support-head .title__sub {
  position: relative;
  z-index: 1;
}
.service__support-head::before {
  content: "01";
  position: absolute;
  top: 0;
  right: calc(100% + 10px);
  font: 900 8rem "Red Hat Display", sans-serif;
  color: #f1f5f9;
}
@media screen and (min-width: 1025px) and (max-width: 1366px) {
  .service__support-head::before {
    right: calc(100% - 30px);
  }
}
@media screen and (max-width: 1024px) {
  .service__support-head::before {
    right: calc(100% - 60px);
  }
}
@media screen and (max-width: 767px) {
  .service__support-head::before {
    right: 81%;
    font-size: 6rem;
  }
}
.service__support-head--dx::before {
  content: "02";
  color: #fff;
}
@media screen and (min-width: 1025px) and (max-width: 1366px) {
  .service__support-head--dx::before {
    right: calc(100% - 50px);
  }
}
@media screen and (max-width: 1024px) {
  .service__support-head--dx::before {
    right: calc(100% - 80px);
  }
}
.service__support-head--dx .service__support-dots circle {
  fill: #fff;
}
.service__support-dots {
  position: absolute;
  top: 75px;
  left: -130px;
}
.service__support-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 150px);
  gap: 41px;
  margin-top: 40px;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .service__support-list {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .service__support-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 30px;
  }
}
.service__support-item {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .service__support-item {
    width: calc(33.33% - 27px);
    aspect-ratio: 1;
    gap: 8px;
  }
}
.service__support-badge {
  position: relative;
  width: 150px;
  height: 150px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #d2dcdc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .service__support-badge {
    width: 100px;
    height: 100px;
  }
}
.service__support-badge::before {
  content: "";
  width: 80px;
  height: 80px;
  background: #f1f5f9;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .service__support-badge::before {
    width: 60px;
    height: 60px;
  }
}
.service__support-badge-img {
  width: 90px;
  height: 90px;
}
@media screen and (max-width: 767px) {
  .service__support-badge-img {
    width: 60px;
    height: 60px;
  }
}
.service__support-badge-img--w80 {
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .service__support-badge-img--w80 {
    width: 60px;
    height: 60px;
  }
}
.service__support-label {
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  .service__support-label {
    font-size: 12px;
  }
}
.service__btn {
  margin-top: 56px;
}
.service__reason-heading {
  position: relative;
  margin-bottom: 40px;
  padding-top: 44px;
  font-size: 2.4rem;
  letter-spacing: 0.03em;
  color: #1881e8;
}
@media screen and (max-width: 767px) {
  .service__reason-heading {
    padding-top: 24px;
    font-size: 20px;
  }
}
.service__reason-heading::before {
  content: attr(data-head);
  font: 900 6rem "Red Hat Display", sans-serif;
  letter-spacing: 0.03em;
  color: #f1f5f9;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .service__reason-heading::before {
    font-size: 50px;
  }
}
.service__reason-heading--white::before {
  color: #fff;
}
.service__reasons {
  margin: 76px auto 107px !important;
}
@media screen and (max-width: 767px) {
  .service__reasons {
    margin-bottom: 50px !important;
  }
}
.service__reason-desc {
  padding-bottom: 40px;
}
.service__reason-list {
  counter-reset: num;
}
.service__reason-item {
  display: grid;
  grid-template-columns: 460px 1fr;
  grid-template-rows: 340px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 1px solid #d2dcdc;
  counter-increment: num;
}
@media screen and (max-width: 1200px) {
  .service__reason-item {
    grid-template-columns: 320px 1fr;
    grid-template-rows: auto;
  }
}
@media screen and (max-width: 1023px) {
  .service__reason-item {
    grid-template-columns: 100%;
  }
}
.service__reason-item:not(:last-child) {
  margin-bottom: 32px;
}
.service__reason-item--02 .service__reason-cover::before {
  background: #59abfc;
}
.service__reason-item--03 .service__reason-cover::before {
  background: #1881e8;
}
.service__reason-cover {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .service__reason-cover {
    height: 253px;
  }
}
.service__reason-cover::before {
  content: counter(num, decimal-leading-zero);
  font: 700 2.4rem "Red Hat Display", sans-serif;
  color: #fff;
  letter-spacing: 0.03em;
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 14px 16px;
  width: 78px;
  height: 78px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  background: #97cbff;
}
@media screen and (max-width: 767px) {
  .service__reason-cover::before {
    width: 80px;
    height: 80px;
  }
}
.service__reason-picture {
  display: block;
  height: 100%;
}
.service__reason-picture img {
  display: block;
}
.service__reason-content {
  padding-inline: 56px 64px;
  color: #1a1919;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1200px) {
  .service__reason-content {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .service__reason-content {
    padding-inline: 15px;
  }
}
.service__reason-subtitle {
  font: 800 1.6rem "Red Hat Display", sans-serif;
  color: #1881e8;
}
@media screen and (max-width: 767px) {
  .service__reason-subtitle {
    font-size: 14px;
  }
}
.service__reason-title {
  padding: 8px 0 24px;
  font-size: 4rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1200px) {
  .service__reason-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .service__reason-title {
    padding-bottom: 18px;
    font-size: 22px;
  }
}

.information {
  padding: 80px 0 150px;
}
@media screen and (max-width: 767px) {
  .information {
    padding: 40px 0 75px;
  }
}
.information__ctr {
  display: grid;
  grid-template-columns: auto 220px;
  gap: 120px;
}
@media screen and (max-width: 1200px) {
  .information__ctr {
    gap: 60px;
  }
}
@media screen and (max-width: 980px) {
  .information__ctr {
    display: block;
  }
}
@media screen and (max-width: 980px) {
  .information__main {
    margin-bottom: 60px;
  }
}
.information__item:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .information__item:not(:last-child) {
    margin-bottom: 14px;
  }
}
.information__item-link {
  display: grid;
  grid-template-columns: auto 60px;
  border: 1px solid #d2dcdc;
}
.information__item-link::after {
  content: "";
  width: 60px;
  height: 80px;
  background: url("./public/img/icons/arrow-right-blu.svg") center no-repeat;
  background-size: 7px;
  border-left: 1px solid #d2dcdc;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media screen and (max-width: 767px) {
  .information__item-link::after {
    height: 100%;
  }
}
.information__item-link:hover {
  opacity: 1;
}
.information__item-link:hover::after {
  background-color: #1881e8;
  background-image: url("./public/img/icons/arrow-right.svg");
}
.information__item-link-ctr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
  padding: 28px 32px 28px 24px;
}
@media screen and (max-width: 767px) {
  .information__item-link-ctr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 14px 12px;
    gap: 10px 20px;
  }
}
.information__item-date, .information__item-cat {
  font-size: 1.6rem;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 800;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .information__item-date, .information__item-cat {
    font-size: 14px;
  }
}
.information__item-date {
  min-width: 96px;
  color: #979595;
}
@media screen and (max-width: 767px) {
  .information__item-date {
    min-width: auto;
  }
}
.information__item-cat {
  min-width: 57px;
  color: #1881e8;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .information__item-cat {
    min-width: auto;
    text-align: right;
  }
}
.information__item-title {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .information__item-title {
    width: 100%;
    font-size: 14px;
  }
}
.information__pagenavi {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .information__pagenavi {
    margin-top: 40px;
  }
}
.information__aside-blk:not(:last-child) {
  margin-bottom: 32px;
}
.information__aside-blk-title {
  font-size: 2.4rem;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .information__aside-blk-title {
    font-size: 20px;
  }
}
.information__aside-blk-list {
  border-top: 1px solid #d2dcdc;
  padding-top: 16px;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .information__aside-blk-list {
    padding-top: 10px;
  }
}
.information__aside-blk-item {
  display: block;
  font-size: 1.8rem;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: rgba(41, 38, 38, 0.3);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .information__aside-blk-item {
    font-size: 16px;
  }
}
.information__aside-blk-item:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .information__aside-blk-item:not(:last-child) {
    margin-bottom: 10px;
  }
}
.information__aside-blk-item:hover, .information__aside-blk-item.active {
  color: #1881e8;
}

.information-dtl__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .information-dtl__head {
    gap: 12px;
  }
}
.information-dtl__head-date, .information-dtl__head-cat {
  font-size: 1.6rem;
  font-weight: 800;
  font-family: "Red Hat Display", sans-serif;
  letter-spacing: 0.03em;
  line-height: 1.3125em;
}
@media screen and (max-width: 767px) {
  .information-dtl__head-date, .information-dtl__head-cat {
    font-size: 14px;
  }
}
.information-dtl__head-date {
  color: #979595;
}
.information-dtl__head-cat {
  display: block;
  min-width: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 10px 3px;
  color: #1881e8;
  border: 1px solid #1881e8;
  text-align: center;
  text-transform: uppercase;
}
.information-dtl__head-title {
  width: 100%;
  font-size: 2.8rem;
  line-height: 1.75em;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .information-dtl__head-title {
    font-size: 24px;
  }
}
.information-dtl__content > * {
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .information-dtl__content > * {
    margin: 20px 0;
  }
}
.information-dtl__content-title {
  font-size: 2rem;
  letter-spacing: 0.03em;
  line-height: 1.6em;
  border-left: 8px solid #1881e8;
  padding-left: 12px;
}
@media screen and (max-width: 767px) {
  .information-dtl__content-title {
    font-size: 18px;
    border-left: 4px solid #1881e8;
    padding-left: 8px;
  }
}
.information-dtl__content-text {
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .information-dtl__content-text {
    font-size: 14px;
  }
}
.information-dtl__content-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .information-dtl__content-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}
.information-dtl__content-col-blk {
  width: calc(50% - 12px);
}
@media screen and (max-width: 767px) {
  .information-dtl__content-col-blk {
    width: 100%;
  }
}
.information-dtl__pagination {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 200px));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32.5px;
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .information-dtl__pagination {
    gap: 16px;
    margin-top: 40px;
  }
}
.information-dtl__pagination-link {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 20px 0;
  border-top: 1px solid #d2dcdc;
  border-bottom: 1px solid #d2dcdc;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .information-dtl__pagination-link {
    font-size: 14px;
    padding: 10px 0;
    gap: 6px;
  }
}
.information-dtl__pagination-link::after {
  content: "";
  width: 8px;
  height: 14px;
  background: url("./public/img/icons/arrow-right-blu.svg") center/contain no-repeat;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .information-dtl__pagination-link::after {
    width: 6px;
    height: 12px;
  }
}
.information-dtl__pagination-link:hover {
  opacity: 1;
  color: #1881e8;
}
.information-dtl__pagination-link:hover::after {
  -webkit-transform: translate(5px, 1px);
          transform: translate(5px, 1px);
}
.information-dtl__pagination-link--prev::after {
  -webkit-transform: translateY(1px) rotate(-180deg);
          transform: translateY(1px) rotate(-180deg);
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.information-dtl__pagination-link--prev:hover::after {
  -webkit-transform: translate(-5px, 1px) rotate(-180deg);
          transform: translate(-5px, 1px) rotate(-180deg);
}
.information-dtl__pagination-link--disabled {
  pointer-events: none;
}

.data__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, minmax(350px, auto));
  gap: 40px 54px;
  margin: 80px auto 0 !important;
}
@media screen and (max-width: 1280px) {
  .data__grid {
    gap: 20px 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .data__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-template-areas: "item1 item4" "item2 item2" "item3 item3" "item5 item5" "item7 item7" "item6 item8" "item9 item10" "item11 item11";
  }
}
@media screen and (max-width: 767px) {
  .data__grid {
    grid-template-columns: 100%;
    margin-top: 40px !important;
    grid-template-rows: auto;
  }
}
.data__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #f1f5f9;
  border-radius: 5px;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .data__item {
    min-height: 350px;
  }
}
.data__item--gender, .data__item--activities, .data__item--overtime {
  grid-column: span 2;
}
@media screen and (max-width: 767px) {
  .data__item--gender, .data__item--activities, .data__item--overtime {
    grid-column: 1;
  }
}
.data__item--childcare, .data__item--position {
  grid-column: 1/-1;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .data__item--leave {
    grid-area: item4;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .data__item--remote {
    grid-area: item6;
  }
}
.data__title {
  font-size: 2.4rem;
  color: #fff;
  margin: 20px 20px 0;
  padding: 3px 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #0dd69a;
}
@media screen and (max-width: 1080px) {
  .data__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .data__title {
    margin: 15px 15px 0;
    font-size: 18px;
  }
}
.data__content {
  padding: 0 24px 24px;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .data__content {
    padding: 0 15px 15px;
  }
}
.data__content--flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 32px 100px;
}
@media screen and (max-width: 1180px) {
  .data__content--flex {
    padding-right: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .data__content--flex {
    padding-right: 24px;
  }
}
@media screen and (max-width: 767px) {
  .data__content--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-inline: 15px;
  }
}
.data__content--flex .data__number {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (max-width: 767px) {
  .data__content--flex .data__number {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.data__content--qualification {
  padding-right: 17px;
}
@media screen and (max-width: 767px) {
  .data__content--qualification {
    padding-right: 15px;
  }
}
.data__figure {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.data__figure--h199 {
  height: 199px;
}
.data__figure--bonus {
  margin-bottom: -17px;
  height: auto;
}
.data__figure--mxunset {
  margin-inline: unset;
}
@media screen and (max-width: 767px) {
  .data__figure--mxunset {
    margin-top: 14px;
  }
}
.data__img {
  display: block;
  margin-inline: auto;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .data__img--h100 {
    height: 100%;
  }
}
.data__number {
  font-weight: 700;
  font-size: 3.4rem;
}
@media screen and (max-width: 1240px) {
  .data__number {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .data__number {
    font-size: 22px;
  }
}
.data__number--pt25 {
  padding-top: 25px;
}
.data__number-value {
  font: 900 8rem "Red Hat Display", sans-serif;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1240px) {
  .data__number-value {
    font-size: 76px;
  }
}
@media screen and (max-width: 767px) {
  .data__number-value {
    font-size: 45px;
  }
}
.data__number-value--xs {
  font-size: 3.4rem;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1240px) {
  .data__number-value--xs {
    font-size: 24px;
  }
}
.data__number-value--sm {
  font-size: 5rem;
}
@media screen and (max-width: 1240px) {
  .data__number-value--sm {
    font-size: 45px;
  }
}
.data__number-value--lg {
  font-size: 10rem;
}
@media screen and (max-width: 1240px) {
  .data__number-value--lg {
    font-size: 96px;
  }
}
@media screen and (max-width: 767px) {
  .data__number-value--lg {
    font-size: 45px;
  }
}
.data__chart-wrap {
  margin: 27px auto -68px;
}
@media screen and (max-width: 767px) {
  .data__chart-wrap {
    margin-block: 14px -44px;
  }
}
.data__chart-wrap svg {
  width: 100%;
  max-width: 296px;
  overflow: visible;
}
.data__gender-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .data__gender-list {
    gap: 10px;
    margin-top: 14px;
  }
}
.data__gender-img {
  max-width: 175px;
}
@media screen and (max-width: 1080px) {
  .data__gender-img {
    max-width: 165px;
  }
}
@media screen and (max-width: 767px) {
  .data__gender-img {
    max-width: 127px;
  }
}
.data__gender-text {
  display: block;
  margin-top: -18px;
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .data__gender-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .data__gender-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .data__childcare-figure {
    margin-top: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .data__childcare-figure .data__img {
    max-width: 200px;
  }
}
.data__note {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 3.125em;
}
@media screen and (max-width: 1080px) {
  .data__note {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .data__note {
    line-height: 1.5em;
  }
}
.data__position-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-block: 32px 67px;
}
@media screen and (max-width: 1023px) {
  .data__position-list {
    grid-template-columns: repeat(auto-fit, minmax(353px, 1fr));
    row-gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .data__position-list {
    grid-template-columns: 100%;
    gap: 30px;
    margin-bottom: 32px;
  }
}
.data__position-item {
  position: relative;
}
.data__position-item::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 0;
  width: 2px;
  height: calc(100% - 32px);
  background: url("./public/img/data/line.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .data__position-item::after {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .data__position-item:nth-child(2)::after {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .data__position-item:last-child {
    grid-column: span 2;
  }
}
.data__position-item:last-child::after {
  display: none;
}
.data__position-wrap {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .data__position-wrap {
    display: grid;
    grid-template-columns: 92px 102px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .data__position-wrap .data__number-value--lg {
    font-size: 55px;
  }
}
.data__position-title {
  padding-top: 8px;
  font-weight: 700;
  font-size: 2.8rem;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .data__position-title {
    font-size: 24px;
  }
}

.job__desc-cards {
  padding-block: 72px 100px;
}
@media screen and (max-width: 767px) {
  .job__desc-cards {
    padding-block: 36px 50px;
  }
}
.job__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 2em;
  color: #1a1919;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  scroll-margin-top: 170px;
}
@media screen and (max-width: 1023px) {
  .job__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 40px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .job__card {
    gap: 20px;
    scroll-margin-top: 80px;
  }
}
.job__card:first-of-type {
  scroll-margin-top: 310px;
}
@media screen and (max-width: 767px) {
  .job__card:first-of-type {
    scroll-margin-top: 250px;
  }
}
.job__card:not(:last-child) {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .job__card:not(:last-child) {
    margin-bottom: 40px;
  }
}
.job__card-title {
  font-size: 3.4rem;
  line-height: 0.8235294118em;
  color: #292626;
}
@media screen and (max-width: 767px) {
  .job__card-title {
    font-size: 22px;
  }
}
.job__card-desc {
  padding-block: 24px;
}
@media screen and (max-width: 767px) {
  .job__card-desc {
    padding-block: 12px;
  }
}
.job__card-duties {
  position: relative;
  margin-bottom: 32px;
  padding: 55px 20px 20px;
  background: #f1f5f9;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .job__card-duties {
    margin-bottom: 16px;
    padding: 45px 10px 15px;
  }
}
.job__card-duties::before {
  content: "プロジェクト例";
  font-weight: 700;
  font-size: 1.8rem;
  color: #0dd69a;
  line-height: 1.5em;
  padding-bottom: 8px;
  width: 170px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0%, 140px 100%, 0% 100%);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .job__card-duties::before {
    width: 150px;
    font-size: 16px;
    clip-path: polygon(0 0, 100% 0%, 120px 100%, 0% 100%);
  }
}
.job__card-duty {
  position: relative;
  padding-left: 16px;
}
.job__card-duty::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.job__card-figure {
  display: block;
  width: 43.34%;
  height: 400px;
}
@media screen and (max-width: 1023px) {
  .job__card-figure {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .job__card-figure {
    height: 200px;
  }
}
.job__career {
  position: relative;
  padding-block: 96px 100px;
  background: url("./public/img/job/career-bg.jpg") no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .job__career {
    padding-block: 50px;
  }
}
.job__career::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 214, 154, 0.2);
  backdrop-filter: blur(15px) brightness(90%);
}
.job__career-container {
  position: relative;
  z-index: 1;
}
.job__career-diagram {
  margin-top: 40px;
  padding: 64px 56px;
  background: #fff;
}
@media screen and (max-width: 991px) {
  .job__career-diagram {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 767px) {
  .job__career-diagram {
    padding: 48px 23px;
  }
}
.job__side {
  position: relative;
  padding-top: 45px;
  width: 240px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1180px) {
  .job__side {
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .job__side {
    padding-top: 52px;
    width: 200px;
  }
}
.job__side--expert {
  margin-top: 13px;
}
.job__side--expert .job__side-inner {
  background: #f1fbfa;
}
.job__side-inner {
  width: 100%;
  height: 240px;
  background: #f1f5f9;
  padding-top: 64px;
}
@media screen and (max-width: 767px) {
  .job__side-inner {
    padding-top: 42px;
    height: 200px;
  }
}
.job__career-role {
  font-size: 2rem;
  color: #1881e8;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .job__career-role {
    font-size: 18px;
  }
}
.job__career-quote {
  position: absolute;
  left: 14px;
  bottom: calc(100% - 85px);
  padding: 10.5px 29.5px;
  background: #fff;
  border-radius: 10px;
  font-size: 1.6rem;
  line-height: 2em;
  text-align: center;
  -webkit-filter: drop-shadow(0 0 16px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 0 16px rgba(0, 0, 0, 0.1));
  width: calc(100% - 28px);
  min-height: 85px;
  letter-spacing: 0.03em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .job__career-quote {
    font-size: 14px;
    line-height: 1.7em;
    bottom: calc(100% - 72px);
    min-height: 72px;
    left: 10px;
    padding-inline: 20px;
    width: calc(100% - 20px);
  }
}
.job__career-quote::after {
  content: "";
  width: 17px;
  aspect-ratio: 1;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  background: #fff;
  position: absolute;
  top: 100%;
  right: 35px;
}
@media screen and (max-width: 767px) {
  .job__career-quote::after {
    right: 29px;
  }
}
.job__career-quote--right {
  left: auto;
  right: 40px;
}
.job__career-quote--right::after {
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  right: auto;
  left: 35px;
}
.job__flow-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .job__flow-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: unset;
  }
}
.job__flow-main-par {
  border-radius: 5px;
  padding: 24px;
  margin-top: 170px;
  position: relative;
  z-index: 1;
  margin-inline: 36px;
  background: #fff;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .job__flow-main-par {
    margin: 24px 0 0;
    padding: 0;
    font-size: 14px;
  }
}
.job__flow-main-par--green {
  margin-top: 158px;
}
@media screen and (max-width: 767px) {
  .job__flow-main-par--green {
    margin-top: 24px;
  }
}
.job__flow {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .job__flow {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.job__flow--mt0 {
  margin-top: 0;
}
.job__flow-item {
  position: relative;
  padding: 73px 27.5px 27px;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#dfe7ef));
  background: linear-gradient(to top, #fff 0%, #dfe7ef 100%);
  letter-spacing: 0.03em;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .job__flow-item {
    padding: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background: none;
  }
}
.job__flow-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  height: 53px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .job__flow-item::before {
    content: none;
  }
}
.job__flow-title {
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#97cbff), to(#1881e8));
  background: linear-gradient(to bottom, #97cbff 0%, #1881e8 100%);
  position: absolute;
  inset: 0;
  width: 100%;
  height: 53px;
  clip-path: polygon(55px 0, 100% 0, calc(100% - 55px) 100%, 0% 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .job__flow-title {
    position: relative;
    clip-path: none;
    background: none;
    color: #1881e8;
    font-size: 16px;
    letter-spacing: 0.03em;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: left;
  }
}
.job__flow-title--green {
  background: -webkit-gradient(linear, left top, left bottom, from(#95f3d7), to(#0dd69a));
  background: linear-gradient(to bottom, #95f3d7 0%, #0dd69a 100%);
}
@media screen and (max-width: 767px) {
  .job__flow-title--green {
    color: #0dd69a;
    background: none;
  }
}
.job__flow-desc {
  font-size: 1.4rem;
  line-height: 2em;
}
.job__guidelines {
  padding-block: 96px 100px !important;
}
@media screen and (max-width: 767px) {
  .job__guidelines {
    padding-block: 48px 50px !important;
  }
}
.job__guideline-list {
  padding-top: 40px;
}
.job__guideline-item:not(:last-child) {
  margin-bottom: 56px;
}
.job__guideline-role {
  padding-bottom: 16px;
  font-size: 2.4rem;
  line-height: 1.1666666667em;
  letter-spacing: 0.03em;
}
.job__guideline-table {
  margin-bottom: 40px;
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .job__guideline-table {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .job__table-row {
    border-bottom: 1px solid #d2dcdc;
  }
}
@media screen and (max-width: 767px) {
  .job__table-row:first-child {
    border-top: 1px solid #d2dcdc;
  }
}
.job__table-row:first-child .job__table-label {
  border-top: 1px solid #0dd69a;
}
@media screen and (max-width: 767px) {
  .job__table-row:first-child .job__table-label {
    border-top: none;
  }
}
.job__table-row:first-child .job__table-desc {
  border-top: 1px solid #d2dcdc;
}
@media screen and (max-width: 767px) {
  .job__table-row:first-child .job__table-desc {
    border-top: none;
  }
}
.job__table-label, .job__table-desc {
  padding-block: 32px;
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .job__table-label, .job__table-desc {
    display: block;
    padding-block: 16px;
    border-bottom: none !important;
  }
}
.job__table-label {
  width: 20.9%;
  border-bottom: 1px solid #0dd69a;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .job__table-label {
    padding-bottom: 0;
    width: 100%;
  }
}
.job__table-desc {
  border-bottom: 1px solid #d2dcdc;
}
@media screen and (max-width: 767px) {
  .job__table-desc {
    padding-top: 0;
    font-size: 14px;
  }
}
.job__dx {
  padding-top: 36px;
  background: linear-gradient(to bottom, #f1f5f9 0%, #f1f5f9 300px, #fff 300px, #fff 100%);
}
@media screen and (max-width: 767px) {
  .job__dx-heading {
    padding-top: 60px;
  }
}
.job__dx-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 280px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .job__dx-list {
    grid-template-columns: 100%;
    grid-template-rows: repeat(2, 240px);
  }
}
.job__dx-link {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.job__dx-link:hover {
  opacity: 1;
}
.job__dx-link:hover .job__dx-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.job__dx-img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}
.job__dx-img::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#e2edf1), to(#c1ccce));
  background: linear-gradient(to bottom, #e2edf1 0%, #c1ccce 100%);
  mix-blend-mode: multiply;
}
.job__dx-title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  font-size: 3.4rem;
  color: #fff;
  width: 100%;
  height: 100%;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .job__dx-title {
    font-size: 26px;
  }
}
.job__dx-arrow {
  min-width: 39px;
  height: 39px;
}
.job__dx-arrow::after {
  width: 18px;
  height: 10px;
}
.job__card-content {
  width: 50%;
  max-width: 600px;
}
@media screen and (max-width: 1023px) {
  .job__card-content {
    width: 100%;
    max-width: 100%;
  }
}
.job__career-icon {
  margin: 0 auto 17px;
}
@media screen and (max-width: 767px) {
  .job__career-icon {
    margin-bottom: 13px;
  }
}
.job__career-icon--expert {
  margin-bottom: 10px;
}
.job__diagram-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 37px;
}
@media screen and (max-width: 1180px) {
  .job__diagram-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.job__diagram-wrap--green {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .job__diagram-wrap--green {
    gap: 20px;
    margin-top: 48px;
  }
}
.job__flow-outer {
  position: relative;
  padding-top: 42px;
}
@media screen and (max-width: 767px) {
  .job__flow-outer {
    padding-top: 0;
  }
}
.job__flow-outer:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 38px;
  height: 38px;
  background: url("./public/img/job/arrow-blue.svg") no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .job__flow-outer:not(:last-child)::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .job__flow-outer:not(:last-child)::after {
    background: url("./public/img/icons/arrow-right-blu.svg") center no-repeat;
    width: 10px;
    height: 15px;
    top: 0;
    bottom: 0;
    left: calc(100% + 10px);
    right: auto;
    margin: auto;
    -webkit-transform: none;
            transform: none;
  }
}
.job__flow-outer:nth-child(3n+1) {
  padding-top: 82px;
}
@media screen and (max-width: 767px) {
  .job__flow-outer:nth-child(3n+1) {
    padding-top: 0;
  }
}
.job__flow-outer:nth-child(3n+2) {
  padding-top: 62px;
}
@media screen and (max-width: 767px) {
  .job__flow-outer:nth-child(3n+2) {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .job__flow-outer--pt0 {
    padding-top: 0 !important;
  }
}
.job__flow-outer--green:not(:last-child)::after {
  background: url("./public/img/job/arrow-green.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .job__flow-outer--green:not(:last-child)::after {
    width: 7px;
    background-image: url("./public/img/icons/arrow-right-green.svg");
  }
}
.job__person-leader {
  position: absolute;
  top: 32px;
  left: 44px;
}
@media screen and (max-width: 767px) {
  .job__person-leader {
    display: none;
  }
}
.job__person-manager {
  position: absolute;
  top: 0;
  right: 52px;
}
@media screen and (max-width: 767px) {
  .job__person-manager {
    display: none;
  }
}
.job__person-expert-member {
  position: absolute;
  top: 37px;
  right: 34px;
}
@media screen and (max-width: 767px) {
  .job__person-expert-member {
    display: none;
  }
}
.job__person-expert {
  position: absolute;
  top: 0;
  left: 63px;
}
@media screen and (max-width: 767px) {
  .job__person-expert {
    display: none;
  }
}
.job .anchor-id {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .job .anchor-id {
    top: -50px;
  }
}

.company__table {
  width: 100%;
  border-collapse: collapse;
  margin-block: 40px 60px;
}
@media screen and (max-width: 767px) {
  .company__table {
    margin-block: 32px 50px;
  }
}
.company__table-row {
  border-bottom: 1px solid #d2dcdc;
}
.company__table-row:first-child {
  border-top: 1px solid #d2dcdc;
}
.company__table-row td {
  padding: 27.5px 8px;
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.03em;
  color: #1a1919;
}
@media screen and (max-width: 767px) {
  .company__table-row td {
    display: block;
    padding-block: 12px;
    font-size: 14px;
  }
}
.company__table-label {
  width: 138px;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .company__table-label {
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .company__table-desc {
    padding-top: 8px !important;
    line-height: 1.5em !important;
  }
}
.company__profile-image {
  display: block;
  max-width: 287px;
}
.company__profile-image:not(:last-child) {
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .company__profile-image:not(:last-child) {
    margin-bottom: 14px;
  }
}
.company__banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 480px;
}
@media screen and (max-width: 1080px) {
  .company__banner {
    height: 400px;
  }
}
@media screen and (max-width: 1023px) {
  .company__banner {
    height: 320px;
  }
}
@media screen and (max-width: 767px) {
  .company__banner {
    height: 50vw;
  }
}
@media screen and (max-width: 540px) {
  .company__banner {
    height: 70vw;
  }
}
.company__banner::after {
  content: "";
  position: absolute;
  right: 0;
  top: 100%;
  width: 595px;
  height: 337px;
  background: url("./public/img/company/bg-decor.svg") no-repeat center/contain;
}
.company__banner-image {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 98%;
  max-width: 1660px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .company__banner-image {
    width: 96%;
  }
}
.company__banner-content {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .company__banner-content {
    margin: auto 0 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .company__banner-content {
    margin: auto 0 auto 2% !important;
  }
}
.company__outline-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 56px 4% 100px !important;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .company__outline-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .company__outline-wrap {
    padding-block: 28px 50px !important;
  }
}
.company__outline-desc {
  font-weight: 700;
  font-size: 4.4rem;
  line-height: 1.75em;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .company__outline-desc {
    font-size: 27px;
  }
}
.company__outline-list {
  padding-right: 110px;
}
@media screen and (max-width: 1080px) {
  .company__outline-list {
    padding-right: 0;
  }
}
.company__outline-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .company__outline-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 14px;
  }
}
.company__outline-item:not(:last-child) {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .company__outline-item:not(:last-child) {
    margin-bottom: 16px;
  }
}
.company__outline-dt {
  width: 130px;
}
.company__access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .company__access {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.company__access-desc {
  padding-top: 40px;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .company__access-desc {
    padding-top: 32px;
    font-size: 14px;
  }
}
.company__access-map {
  width: 68.4%;
  height: 460px;
}
@media screen and (max-width: 1023px) {
  .company__access-map {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .company__access-map {
    height: 380px;
  }
}
.company__access-iframe {
  width: 100%;
  height: 100%;
}

.interview::after {
  content: "";
  position: absolute;
  top: 12.13vw;
  right: 0;
  z-index: -1;
  width: 24.84%;
  height: 100%;
  max-height: 983px;
  background: url("./public/img/interview/bg-decor.svg") no-repeat top right/contain;
}
@media screen and (max-width: 1023px) {
  .interview::after {
    top: 76px;
    width: 30%;
    max-height: 626px;
  }
}
@media screen and (max-width: 767px) {
  .interview::after {
    width: 70%;
  }
}
.interview__block {
  margin: 80px auto 0 !important;
}
.interview__heading {
  margin-bottom: 36px;
}
.interview__heading span {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .interview__heading span {
    font-size: 20px;
  }
}
.interview__articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 41.5px;
}
@media screen and (max-width: 1080px) {
  .interview__articles {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .interview__articles {
    grid-template-columns: 100%;
  }
}
@media screen and (max-width: 767px) {
  .interview__article {
    margin-inline: auto;
    max-width: 439px;
  }
}
@media screen and (min-width: 768px) {
  .interview__article:nth-child(3n+1) {
    margin-top: 64px;
  }
}
.interview__article:nth-child(3n+1) .interview__card-content {
  margin-top: -68px;
}
@media screen and (max-width: 1023px) {
  .interview__article:nth-child(3n+1) .interview__card-content {
    margin-top: -44px;
  }
}
.interview__article:nth-child(3n+2) {
  margin-top: 32px;
}
.interview__card-shadow {
  -webkit-filter: drop-shadow(32px 32px 16px #f1f5f9);
          filter: drop-shadow(32px 32px 16px #f1f5f9);
  display: inline-block;
  width: 100%;
}
.interview__card-image {
  max-width: 100%;
  clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%);
  position: relative;
  aspect-ratio: 440/420;
}
.interview__card-image img {
  -o-object-position: 50% -10px;
     object-position: 50% -10px;
}
.interview__card-tag {
  position: absolute;
  top: 0;
  left: 52px;
  width: 137px;
  height: 34px;
  background: #0dd69a;
  clip-path: polygon(0 0, 100% 0, calc(100% - 5px) 100%, 0% 100%);
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.interview__card-content {
  position: relative;
  margin: -44px 0 0 40px;
  padding: 16px 24px 24px;
  background-color: #fff;
  border-top: 4px solid #0dd69a;
}
@media screen and (max-width: 1080px) {
  .interview__card-content {
    margin-left: 28px;
    padding-inline: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .interview__card-content {
    margin-left: 20px;
    padding: 12px;
  }
}
@media screen and (max-width: 767px) {
  .interview__card-content {
    margin-left: 25px;
    padding: 16px;
  }
}
.interview__card-content::before {
  content: attr(data-id);
  position: absolute;
  left: 0;
  bottom: calc(100% - 21px);
  font: 400 8rem "Red Hat Display", sans-serif;
  letter-spacing: 0.03em;
  color: #0dd69a;
}
@media screen and (max-width: 1080px) {
  .interview__card-content::before {
    bottom: calc(100% - 14px);
    font-size: 60px;
  }
}
.interview__card-desc {
  font-size: 2rem;
  line-height: 1.75em;
  letter-spacing: 0.03em;
  word-break: break-all;
  font-weight: 700;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(60%, #95f3d7), to(#95f3d7));
  background: linear-gradient(to bottom, transparent 0%, transparent 60%, #95f3d7 60%, #95f3d7 100%);
}
@media screen and (max-width: 1080px) {
  .interview__card-desc {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .interview__card-desc {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .interview__card-desc {
    font-size: 17px;
  }
}
.interview__card-name {
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  padding-top: 8px;
}
@media screen and (max-width: 1080px) {
  .interview__card-name {
    font-size: 18px;
  }
}
@media screen and (max-width: 1023px) {
  .interview__card-name {
    font-size: 16px;
  }
}
.interview__card-date {
  display: block;
  padding-top: 7px;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  color: #9d9d9d;
}
@media screen and (max-width: 1080px) {
  .interview__card-date {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .interview__card-date {
    padding-top: 4px;
  }
}

.int-detail {
  letter-spacing: 0.03em;
}
.int-detail__banner-main {
  padding-top: 117px;
  height: 680px;
}
@media screen and (max-width: 767px) {
  .int-detail__banner-main {
    height: 440px;
  }
}
.int-detail__banner-main::after {
  content: none;
}
@media screen and (max-width: 767px) {
  .int-detail__banner-title-container {
    padding: 0;
  }
}
.int-detail__banner-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 5px;
  font-weight: 700;
  overflow: hidden;
}
.int-detail__banner-label span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.int-detail__banner-label span.green-bg {
  padding: 10px 24px;
  background-color: #0dd69a;
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .int-detail__banner-label span.green-bg {
    padding: 8px 16px;
    font-size: 14px;
  }
}
.int-detail__banner-label span.white-bg {
  padding: 10px 34px;
  background-color: #fff;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .int-detail__banner-label span.white-bg {
    padding: 8px 24px;
    font-size: 16px;
  }
}
.int-detail__banner-ctr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin: 18px 0 26px;
  font-family: "Red Hat Display", sans-serif;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .int-detail__banner-ctr {
    font-size: 18px;
  }
}
.int-detail__banner-ctr span {
  line-height: 1em;
}
.int-detail__banner-ctr span.num {
  font-size: 10rem;
}
@media screen and (max-width: 767px) {
  .int-detail__banner-ctr span.num {
    font-size: 80px;
  }
}
.int-detail__banner-motto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .int-detail__banner-motto {
    gap: 10px;
    font-size: 20px;
  }
}
.int-detail__banner-motto span.highlight {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 20px;
  background-color: #fff;
}
.int-detail__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  width: 100%;
  margin-top: 70px;
  padding: 32px;
  border: 1px solid #d2dcdc;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .int-detail__profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.int-detail__profl-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 210px;
}
.int-detail__profl-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.int-detail__profl-label {
  margin-bottom: 10px;
  font-family: "Red Hat Display", sans-serif;
  color: #0dd69a;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
}
.int-detail__profl-name-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .int-detail__profl-name-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.int-detail__profl-name {
  font-size: 2.4rem;
}
.int-detail__profl-pos {
  padding: 8px 16px;
  border: 1px solid #d2dcdc;
  border-radius: 20px;
  font-size: 1.4rem;
}
.int-detail__profl-text {
  font-size: 1.4rem;
  line-height: 2.2857142857em;
}
.int-detail__qna {
  position: relative;
  padding: 80px 0 85px;
}
.int-detail__qna::before {
  content: "";
  position: absolute;
  top: 120px;
  left: -120px;
  z-index: -1;
  width: 600px;
  height: 600px;
  background: url("./public/img/top/about-bg.png") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .int-detail__qna::before {
    width: 100%;
    height: 600px;
  }
}
.int-detail__qna-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 460px;
}
@media screen and (max-width: 1024px) {
  .int-detail__qna-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    min-height: auto;
  }
}
.int-detail__qna-row .int-detail__qna-image {
  display: none;
}
@media screen and (max-width: 1024px) {
  .int-detail__qna-row .int-detail__qna-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.int-detail__qna-image {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 36.45%;
  height: 100%;
  background-color: #e3e3e3;
}
@media screen and (max-width: 1304px) {
  .int-detail__qna-image {
    width: 40%;
  }
}
@media screen and (max-width: 1024px) {
  .int-detail__qna-image {
    position: relative;
    top: unset;
    left: unset;
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .int-detail__qna-image {
    width: 100%;
  }
}
.int-detail__qna-image span.caption {
  position: absolute;
  bottom: 24px;
  left: 24px;
  color: #fff;
  font-size: 2rem;
}
.int-detail__qna-image.is-hide {
  display: none;
}
.int-detail__qna-text {
  width: 100%;
}
.int-detail__qna-text-inner {
  margin-left: 440px;
}
@media screen and (max-width: 1304px) {
  .int-detail__qna-text-inner {
    margin-left: calc(36.67% + 100px);
  }
}
@media screen and (max-width: 1024px) {
  .int-detail__qna-text-inner {
    width: 100%;
    margin-left: unset;
  }
}
.int-detail__qna-q {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  color: #9d9d9d;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .int-detail__qna-q {
    font-size: 16px;
  }
}
.int-detail__qna-q::before {
  content: "Q";
  width: 40px;
  height: 40px;
  aspect-ratio: 1;
  border: 1px solid #9d9d9d;
  border-radius: 50%;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .int-detail__qna-q::before {
    width: 25px;
    height: 25px;
    font-size: 14px;
  }
}
.int-detail__qna-heading {
  margin-bottom: 15px;
  color: #0dd69a;
  font-size: 2.8rem;
  line-height: 1.7142857143em;
}
@media screen and (max-width: 767px) {
  .int-detail__qna-heading {
    font-size: 24px;
  }
}
.int-detail__qna-p {
  font-size: 1.6rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .int-detail__qna-p {
    font-size: 14px;
  }
}
.int-detail__schedule {
  padding-block: 90px;
  background-color: #f1f5f9;
}
@media screen and (max-width: 767px) {
  .int-detail__schedule {
    padding-block: 50px;
  }
}
.int-detail__sched-intro {
  margin: 40px 0;
  font-size: 1.6rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .int-detail__sched-intro {
    margin: 32px 0 20px;
  }
}
.int-detail__sched-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .int-detail__sched-row {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
    gap: 20px;
    margin-left: 4%;
    padding-bottom: 40px;
    border-left: 2px dashed #0dd69a;
  }
}
@media screen and (max-width: 767px) {
  .int-detail__sched-row:last-child {
    border-left: none;
  }
}
.int-detail__sched-row:last-child .int-detail__sched-col {
  border: none !important;
}
.int-detail__sched-row--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .int-detail__sched-row--reverse .int-detail__sched-col {
    border: none !important;
  }
}
.int-detail__sched-row--reverse .int-detail__sched-col:first-child {
  border-right: none;
}
.int-detail__sched-row--reverse .int-detail__sched-col:last-child {
  border-right: 2px dashed #0dd69a;
}
.int-detail__sched-col {
  width: 50%;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .int-detail__sched-col {
    width: 100%;
    padding-bottom: 0 !important;
  }
}
.int-detail__sched-col:first-child {
  border-right: 2px dashed #0dd69a;
}
@media screen and (max-width: 767px) {
  .int-detail__sched-col:first-child {
    border-right: none;
  }
}
.int-detail__sched-col.mb-negative {
  margin-bottom: -20px;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .int-detail__sched-col.mb-negative {
    margin-bottom: unset;
  }
}
.int-detail__sched-col.pb-sm {
  padding-bottom: 20px;
}
.int-detail__sched-time {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 12px;
  font-family: "Red Hat Display", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .int-detail__sched-time {
    font-size: 20px;
  }
}
.int-detail__sched-time::before {
  content: "";
  position: relative;
  display: block;
  width: 58px;
  height: 2px;
  background-color: #0dd69a;
}
@media screen and (max-width: 767px) {
  .int-detail__sched-time::before {
    width: 40px;
  }
}
.int-detail__sched-time::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -22px;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border: 4px solid #0dd69a;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .int-detail__sched-time::after {
    top: 0;
    left: -14px !important;
    width: 20px;
    height: 20px;
    border-width: 3px;
  }
}
.int-detail__sched-time--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .int-detail__sched-time--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.int-detail__sched-time--reverse::after {
  left: unset;
  right: -18px;
}
@media screen and (max-width: 767px) {
  .int-detail__sched-time--reverse::after {
    right: unset;
  }
}
.int-detail__sched-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 75px;
  padding: 20px 24px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .int-detail__sched-box {
    margin-left: 40px !important;
    padding: 16px;
  }
}
.int-detail__sched-box--reverse {
  margin-left: unset;
  margin-right: 75px;
}
@media screen and (max-width: 767px) {
  .int-detail__sched-box--reverse {
    margin-right: 0;
  }
}
.int-detail__sched-label {
  margin-bottom: 12px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .int-detail__sched-label {
    margin-bottom: 8px;
    font-size: 20px;
  }
}
.int-detail__sched-descr {
  font-size: 1.6rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .int-detail__sched-descr {
    font-size: 14px;
    line-height: 1.7em;
  }
}
.int-detail__sched-image {
  width: 80%;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .int-detail__sched-image {
    width: calc(100% - 58px);
    margin-left: auto;
  }
}
.int-detail__sched-image--reverse {
  margin-left: auto;
}
.int-detail__sched-image--mt0 {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .int-detail__sched-image--mt0 {
    margin-top: 20px;
  }
}
.int-detail__related {
  padding-block: 115px 100px;
  margin-bottom: 150px;
  background-color: #f1f5f9;
}
@media screen and (max-width: 767px) {
  .int-detail__related {
    padding-block: 58px 50px;
    margin-bottom: 75px;
  }
}
.int-detail__related-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 1024px) {
  .int-detail__related-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .int-detail__related-heading {
    margin: 0 auto 32px !important;
  }
}
.int-detail__related-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.int-detail__related-item {
  margin-top: 0 !important;
}
.int-detail__related-item:hover.is-visible {
  opacity: 0.4;
}
.int-detail__related-content {
  margin-top: -44px !important;
  background-color: #f1f5f9;
}
@media screen and (max-width: 767px) {
  .int-detail__related-content .interview__card-name {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .int-detail__related-link {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
.int-detail__qna-fixed {
  position: absolute;
  inset: 0;
  width: 36.45%;
  height: 100%;
  padding: 80px 0 100px;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .int-detail__qna-fixed {
    display: none;
  }
}
.int-detail__qna-fixed-images {
  position: sticky;
  top: 170px;
  height: 460px;
  pointer-events: none;
}
.int-detail .js-qna-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  opacity: 0;
}
.int-detail .js-qna-image.active {
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  opacity: 1;
}
.int-detail__qna-rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 100px;
}
@media screen and (max-width: 767px) {
  .int-detail__qna-rows {
    gap: 60px;
  }
}
.int-detail .splide__arrow {
  width: 60px;
  height: 60px;
  border-radius: 5px;
  background: #fff;
  opacity: 1 !important;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .int-detail .splide__arrow {
    width: 48px;
    height: 48px;
  }
}
.int-detail .splide__arrow svg path {
  fill: none;
}
.int-detail .splide__arrow::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 16px;
  background: url("./public/img/icons/arrow-green.svg") center/contain no-repeat;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .int-detail .splide__arrow::after {
    width: 22px;
    height: 12.5px;
  }
}
.int-detail .splide__arrow:hover {
  background-color: #0dd69a;
}
.int-detail .splide__arrow:hover::after {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
.int-detail .splide__arrow--prev::after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.rtop__hero-wrap {
  position: relative;
  padding-block: 45px 159px;
}
@media screen and (max-width: 767px) {
  .rtop__hero-wrap {
    padding-block: 24px 80px;
  }
}
.rtop__hero-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50vw;
  height: 160px;
  background-color: #f1f5f9;
}
@media screen and (max-width: 767px) {
  .rtop__hero-wrap::before {
    height: 95px;
  }
}
.rtop__hero-title {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 564px;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .rtop__hero-title {
    height: 286px;
  }
}
@media screen and (max-width: 767px) {
  .rtop__hero-title {
    max-width: 96%;
    height: 246px;
  }
}
.rtop__hero-figure {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 92%;
  max-width: 1560px;
  height: 450px;
}
@media screen and (max-width: 1023px) {
  .rtop__hero-figure {
    height: 370px;
  }
}
@media screen and (max-width: 767px) {
  .rtop__hero-figure {
    width: 88%;
    height: 290px;
  }
}
.rtop__hero-video {
  position: relative;
  padding-block: 150px;
  background-color: #f1f5f9;
}
@media screen and (max-width: 1023px) {
  .rtop__hero-video {
    padding-block: 70px;
  }
}
.rtop__video-thumb {
  position: relative;
  z-index: 1;
  margin-inline: auto;
  overflow: hidden;
  max-width: 812px;
  height: 456px;
  border-radius: 5px;
  cursor: pointer;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 1023px) {
  .rtop__video-thumb {
    width: 92%;
    height: auto;
  }
}
.rtop__video-thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#e2edf1), to(#c1ccce));
  background: linear-gradient(to bottom, #e2edf1 0%, #c1ccce 100%);
  mix-blend-mode: multiply;
}
.rtop__video-thumb:hover .rtop__video-btn {
  background-color: #0dd69a;
}
.rtop__video-thumb:hover .rtop__video-btn svg path {
  fill: #fff;
}
.rtop__video-inner {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 24px 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .rtop__video-inner {
    padding: 10px;
  }
}
.rtop__video-title {
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff;
}
.rtop__video-title h2 {
  font-size: 3.4rem;
}
@media screen and (max-width: 1023px) {
  .rtop__video-title h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .rtop__video-title h2 {
    font-size: 16px;
  }
}
.rtop__video-subtitle {
  display: inline-block;
  padding: 3px 0 4px;
  width: 161px;
  margin-bottom: 12px;
  background: #fff;
  border-radius: 17px;
  font-size: 1.8rem;
  color: #0dd69a;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .rtop__video-subtitle {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .rtop__video-subtitle {
    padding-inline: 13px;
    width: auto;
    font-size: 12px;
  }
}
.rtop__video-btn {
  width: 90px;
  height: 90px;
  background-color: #fff;
  border-radius: 50%;
  padding-left: 5px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .rtop__video-btn {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .rtop__video-btn svg {
    width: 15px;
    height: 17px;
  }
}
.rtop__hero-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 515px;
}
@media screen and (max-width: 1080px) {
  .rtop__hero-bg {
    height: 435px;
  }
}
@media screen and (max-width: 1023px) {
  .rtop__hero-bg {
    height: 355px;
  }
}
@media screen and (max-width: 767px) {
  .rtop__hero-bg {
    height: 215px;
  }
}
.rtop__hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#f1f5f9), to(rgba(241, 245, 249, 0.1)));
  background: linear-gradient(to bottom, #f1f5f9 0%, rgba(241, 245, 249, 0.1) 100%);
}
.rtop__message {
  position: relative;
  padding-block: 100px;
  background-color: #f1fbfa;
}
@media screen and (max-width: 1023px) {
  .rtop__message {
    padding-block: 50px;
  }
}
.rtop__message::before {
  content: "";
  position: absolute;
  top: 96px;
  left: 0;
  width: 778px;
  height: 993px;
  background: url("./public/img/recruit-top/message-decor.svg") no-repeat top left/contain;
}
@media screen and (max-width: 1023px) {
  .rtop__message::before {
    max-width: 100%;
  }
}
.rtop__message-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 40px;
}
@media screen and (max-width: 1023px) {
  .rtop__message-content {
    grid-template-columns: 100%;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .rtop__message-content {
    margin-top: 32px;
  }
}
.rtop__message-subtitle {
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 2em;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .rtop__message-subtitle {
    font-size: 20px;
  }
}
.rtop__message-img-wrap {
  margin: 75px 90px 0 calc(50% - 35vw);
}
@media screen and (min-width: 1921px) {
  .rtop__message-img-wrap {
    margin-left: calc(50% - 50vw);
  }
}
@media screen and (max-width: 1023px) {
  .rtop__message-img-wrap {
    margin-inline: calc(50% - 50vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .rtop__message-img-wrap {
    margin-top: 20px;
  }
}
.rtop__message-img {
  display: block;
  width: 100%;
  height: auto;
}
.rtop__message-body {
  padding-left: 60px;
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.03em;
  color: #1a1919;
}
@media screen and (max-width: 1023px) {
  .rtop__message-body {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .rtop__message-body {
    font-size: 14px;
  }
}
.rtop__message-closing {
  padding-top: 42px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .rtop__message-closing {
    padding-top: 32px;
  }
}
.rtop__message-closing-name {
  padding-left: 16px;
  font-family: "Yuji Mai", serif;
  font-size: 2.2rem;
}
.rtop__candidate {
  padding-bottom: 100px;
  background: linear-gradient(to bottom, #f1fbfa 0%, #f1fbfa 416px, #e6f6f5 416px, #e6f6f5 100%);
}
@media screen and (max-width: 767px) {
  .rtop__candidate {
    padding-bottom: 50px;
  }
}
.rtop__candidate-list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
  counter-reset: num;
}
@media screen and (max-width: 1199px) {
  .rtop__candidate-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .rtop__candidate-list {
    grid-template-columns: 100%;
  }
}
.rtop__candidate-item {
  position: relative;
  margin-top: 32px;
  padding: 40px 25px;
  background-color: #fff;
  border-radius: 5px;
  color: #1a1919;
  letter-spacing: 0.03em;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 146px 61px 1fr;
  -webkit-box-shadow: 0 12px 32px rgba(0, 0, 0, 0.05);
          box-shadow: 0 12px 32px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  .rtop__candidate-item {
    grid-template-rows: repeat(3, auto);
    padding: 32px 20px;
  }
}
.rtop__candidate-item::before {
  counter-increment: num;
  content: counter(num, decimal-leading-zero);
  position: absolute;
  top: -32px;
  left: 12px;
  font-family: "Red Hat Display", sans-serif;
  font-size: 4.8rem;
  letter-spacing: 0.03em;
  color: #0dd69a;
}
.rtop__candidate-image {
  margin: 0 auto 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .rtop__candidate-image {
    margin-bottom: 15px;
    height: 80px;
  }
}
.rtop__candidate-image img {
  max-height: 100%;
}
.rtop__candidate-title {
  font-size: 2rem;
  line-height: 1.6em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .rtop__candidate-title {
    font-size: 18px;
  }
}
.rtop__candidate-desc {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .rtop__candidate-desc {
    margin-top: 10px;
    font-size: 14px;
  }
}
.rtop__job {
  position: relative;
  padding-block: 100px;
  background: #fff url("./public/img/recruit-top/job-bg.svg") no-repeat top left/cover;
}
@media screen and (max-width: 1240px) {
  .rtop__job {
    padding-block: 50px;
  }
}
.rtop__job-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10%;
}
@media screen and (max-width: 1679px) {
  .rtop__job-container {
    gap: 60px;
  }
}
@media screen and (max-width: 1240px) {
  .rtop__job-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .rtop__job-container {
    gap: 30px;
  }
}
.rtop__job-picture {
  margin-left: calc(50% - (50vw - 5.21%));
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1240px) {
  .rtop__job-picture {
    margin-left: 0;
    height: 506px;
  }
}
@media screen and (max-width: 767px) {
  .rtop__job-picture {
    height: 343px;
  }
}
.rtop__job-content {
  width: 94.71%;
}
@media screen and (max-width: 1240px) {
  .rtop__job-content {
    width: 100%;
  }
}
.rtop__job-heading {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .rtop__job-heading {
    margin-bottom: 32px;
  }
}
.rtop__job-text {
  padding-bottom: 24px;
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 1.75em;
  letter-spacing: 0.03em;
  color: #1a1919;
}
@media screen and (max-width: 767px) {
  .rtop__job-text {
    padding-bottom: 12px;
    font-size: 20px;
  }
}
.rtop__job-subtext {
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.03em;
  color: #1a1919;
}
@media screen and (max-width: 767px) {
  .rtop__job-subtext {
    font-size: 14px;
  }
}
.rtop__job-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-block: 40px 56px;
  padding: 16px;
  background: #f1f5f9;
}
@media screen and (max-width: 767px) {
  .rtop__job-list {
    margin-block: 20px 28px;
    grid-template-columns: 100%;
  }
}
.rtop__job-link {
  padding: 15px 13px 15px 15px;
  height: 75px;
  background-color: #fff;
  border-radius: 5px;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.03em;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  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: 1679px) {
  .rtop__job-link {
    font-size: 17px;
  }
}
@media screen and (max-width: 1280px) {
  .rtop__job-link {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .rtop__job-link {
    padding-block: 10px;
    height: 55px;
  }
}
.rtop__job-link:hover {
  opacity: 1;
  background-color: #95f3d7;
  color: #fff;
}
.rtop__job-arrow {
  width: 45px;
  height: 45px;
  background-color: #95f3d7;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .rtop__job-arrow {
    width: 35px;
    height: 35px;
  }
}
.rtop__job-arrow svg {
  width: 10px;
  height: 17px;
}
@media screen and (max-width: 767px) {
  .rtop__job-arrow svg {
    width: 8px;
    height: 14px;
  }
}
.rtop__modal {
  display: none;
  position: fixed;
  z-index: 10000000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rtop__modal-content {
  position: relative;
  width: 90%;
  max-width: 812px;
}
.rtop__modal-close {
  position: absolute;
  top: -60px;
  right: -15px;
  z-index: 2;
  color: #fff;
  font-size: 32px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .rtop__modal-close {
    top: -40px;
    right: -13px;
    font-size: 20px;
  }
}
.rtop__modal-video {
  width: 100%;
  height: auto;
  border: none;
  outline: none;
  background: #000;
  aspect-ratio: 16/9;
}

.rtop__section {
  width: 100%;
}
.rtop__interview {
  position: relative;
  z-index: 1;
  padding: 100px 0;
  background-color: #f1f5f9;
  overflow: hidden;
}
.rtop__interview::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -200px;
  left: -300px;
  width: 900px;
  height: 900px;
  background: url("./public/img/recruit-lower/int-decor.svg") no-repeat center/contain;
}
.rtop__int-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .rtop__int-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px;
  }
}
.rtop__int-content {
  padding-top: 60px;
}
.rtop__int-article .interview__card-content {
  background-color: #f1f5f9;
}
.rtop__int-article .interview__card-content::before {
  display: none;
}
.rtop__environment {
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  .rtop__env-banner {
    height: 25vw;
  }
}
@media screen and (max-width: 767px) {
  .rtop__env-banner {
    height: 30vw;
  }
}
.rtop__env-container {
  position: relative;
  z-index: 1;
  margin-top: -105px !important;
  padding: 50px 4% 100px !important;
  background-color: #fff;
}
@media screen and (max-width: 1320px) {
  .rtop__env-container {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .rtop__env-container {
    padding: 40px 4% 60px;
  }
}
.rtop__env-container::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: #fff;
}
.rtop__env-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .rtop__env-list {
    gap: 20px;
  }
}
.rtop__env-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  width: calc(33.33% - 20px);
  padding: 24px;
  background-color: #f1f5f9;
}
@media screen and (max-width: 1080px) {
  .rtop__env-item {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .rtop__env-item {
    width: 100%;
  }
}
.rtop__env-thumbnail {
  border-radius: 5px;
  overflow: hidden;
}
.rtop__env-title-en {
  font-family: "Red Hat Display", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  text-transform: uppercase;
}
.rtop__env-title-jp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 8px 16px;
  background-color: #0dd69a;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2em;
}
.rtop__data {
  position: relative;
  margin-bottom: 150px;
  background: #0dd69a url("./public/img/recruit-lower/data-bg.png") no-repeat center/cover;
  background-blend-mode: soft-light;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .rtop__data {
    background-image: url("./public/img/recruit-lower/data-bg-sp.png");
  }
}
.rtop__data-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1080px) {
  .rtop__data-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.rtop__data-text {
  position: relative;
  z-index: 1;
  width: 40%;
  padding: 90px 0 120px;
}
@media screen and (max-width: 1080px) {
  .rtop__data-text {
    width: 100%;
    padding: 60px 0;
  }
}
.rtop__data-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-top: 10px;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.75em;
}
@media screen and (max-width: 767px) {
  .rtop__data-heading {
    gap: 10px;
    font-size: 20px;
  }
}
.rtop__data-heading span.highlight {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 20px;
  background-color: #fff;
}
.rtop__data-descr {
  max-width: 450px;
  margin-top: 20px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2em;
}
.rtop__data-btn {
  margin-top: 60px;
}
.rtop__data-figures {
  position: absolute;
  top: 50%;
  left: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  width: 60%;
}
@media screen and (max-width: 1600px) {
  .rtop__data-figures {
    width: 75%;
  }
}
@media screen and (max-width: 1200px) {
  .rtop__data-figures {
    width: 120%;
  }
}
@media screen and (max-width: 767px) {
  .rtop__data-figures {
    top: 33%;
    left: 40%;
    width: 600px;
  }
}
.rtop__data-figure {
  width: calc(33.33% - 15px);
  max-width: 360px;
  max-height: 360px;
  aspect-ratio: 1;
}
@media screen and (max-width: 1080px) {
  .rtop__data-figure {
    max-width: 320px;
    max-height: 320px;
  }
}
@media screen and (max-width: 767px) {
  .rtop__data-figure {
    max-width: 200px;
    max-height: 200px;
  }
}
@media screen and (max-width: 1600px) {
  .rtop__data-number {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1080px) {
  .rtop__data-number {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .rtop__data-number {
    font-size: 18px;
  }
}
@media screen and (max-width: 1600px) {
  .rtop__data-num-val {
    font-size: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .rtop__data-num-val {
    font-size: 30px;
  }
}
@media screen and (max-width: 1600px) {
  .rtop__data-num-val--sm {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .rtop__data-num-val--sm {
    font-size: 24px;
  }
}
@media screen and (max-width: 1600px) {
  .rtop__data-num-val--xs {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .rtop__data-num-val--xs {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .rtop__data-figure-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .rtop__data-figure-icon {
    width: 95px;
    height: 95px;
  }
}
.rtop .interview__card-shadow {
  -webkit-filter: drop-shadow(32px 32px 16px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(32px 32px 16px rgba(0, 0, 0, 0.1));
}

.sitemap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 30px;
  padding: 80px 4% 150px !important;
}
@media screen and (max-width: 1023px) {
  .sitemap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .sitemap {
    grid-template-columns: 100%;
    gap: 24px;
    padding-block: 40px 75px !important;
  }
}
.sitemap__item--recruit {
  grid-column: span 3;
}
@media screen and (max-width: 1023px) {
  .sitemap__item--recruit {
    grid-column: auto;
  }
}
.sitemap__link {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 12px 12px 24px;
  width: 100%;
  background-color: #f1f5f9;
  border-radius: 5px;
  font: 700 2rem "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .sitemap__link {
    font-size: 16px;
  }
}
.sitemap__link .button-arr {
  min-width: 46px;
  height: 46px;
}
@media screen and (max-width: 767px) {
  .sitemap__link .button-arr {
    min-width: 36px;
    height: 36px;
  }
}
.sitemap__link .button-arr::after {
  width: 20px;
  height: 11px;
}
@media screen and (max-width: 767px) {
  .sitemap__link .button-arr::after {
    width: 17px;
    height: 11px;
  }
}
.sitemap__sub-list {
  display: grid;
  grid-template-columns: 100%;
  gap: 20px;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .sitemap__sub-list {
    gap: 10px;
    margin-top: 16px;
  }
}
.sitemap__sub-list--recruit {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 30px;
}
@media screen and (max-width: 1023px) {
  .sitemap__sub-list--recruit {
    grid-template-columns: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sitemap__sub-list--recruit {
    gap: 10px;
  }
}
.sitemap__sub-link {
  gap: 20px;
  color: #292626;
}

.privacy {
  padding: 80px 0 150px;
}
.privacy__section {
  width: 100%;
}
.privacy__section:not(:last-child) {
  margin-bottom: 40px;
}
.privacy__section-heading {
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 10px;
  font-size: 3.4rem;
  line-height: 1.7647058824em;
}
.privacy__section-heading::before, .privacy__section-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
}
.privacy__section-heading::before {
  left: 0;
  width: 50px;
  background-color: #1881e8;
}
.privacy__section-heading::after {
  left: 50px;
  width: calc(100% - 50px);
  background-color: #d2dcdc;
}
.privacy__content-heading {
  margin-bottom: 16px;
  font-size: 2rem;
  line-height: 2em;
}
.privacy__content-subheading {
  margin-bottom: 16px;
  padding-left: 15px;
  border-left: 6px solid #1881e8;
  font-size: 1.6rem;
}
.privacy__content-text {
  font-size: 1.6rem;
  line-height: 2em;
}
.privacy__content-text.no-indent {
  margin-left: -20px;
}
.privacy__content-text.mb32 {
  margin-bottom: 32px;
}
.privacy__content-text.mb16 {
  margin-bottom: 16px;
}
.privacy__content-ol {
  list-style: none;
  counter-reset: item;
}
.privacy__content-ol li {
  counter-increment: item;
  position: relative;
  margin-bottom: 32px;
  padding-left: 20px;
}
.privacy__content-ol li::before {
  content: counter(item) ".";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2em;
}
.privacy__content-ol li:last-of-type {
  margin-bottom: 16px;
}
.privacy__nested-ol {
  list-style: none;
  counter-reset: item;
  font-size: 1.6rem;
  line-height: 2em;
}
.privacy__nested-ol li {
  counter-increment: item;
  position: relative;
  margin-bottom: 24px;
  padding-left: 20px;
}
.privacy__nested-ol li::before {
  content: counter(item) ".";
  position: absolute;
  top: 0;
  left: 0;
}
.privacy__nested-ol li:last-of-type {
  margin-bottom: 32px;
}
.privacy__sub-ol {
  list-style: none;
  counter-reset: subitem;
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 2em;
}
.privacy__sub-ol--indent {
  margin-left: 20px;
  margin-bottom: 32px;
}
.privacy__sub-ol li {
  counter-increment: subitem;
  position: relative;
  margin-bottom: 10px;
  padding-left: 40px;
}
.privacy__sub-ol li::before {
  content: counter(item) "-" counter(subitem) ".";
  position: absolute;
  top: 0;
  left: 0;
}
.privacy__sub-ol li:last-of-type {
  margin-bottom: 24px;
}
.privacy__content-ul {
  list-style: none;
  counter-reset: item;
  margin-left: 20px;
}
.privacy__content-ul li {
  counter-increment: item;
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 1.6rem;
  line-height: 2em;
}
.privacy__content-ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.6rem;
  line-height: 2em;
}
.privacy__content-ul li:last-of-type {
  margin-bottom: 32px;
}
.privacy__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .privacy__cards {
    gap: 15px;
  }
}
.privacy__card-col {
  width: calc(50% - 15px);
  padding: 20px;
  border: 1px solid #d2dcdc;
}
@media screen and (max-width: 767px) {
  .privacy__card-col {
    width: 100%;
  }
}
.privacy__card-heading {
  font-size: 1.8rem;
  line-height: 2em;
}
.privacy__card-table {
  display: table;
  border: none;
}
.privacy__card-table th,
.privacy__card-table td {
  vertical-align: top;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2em;
}
.privacy__card-table th {
  width: 80px;
  text-align: left;
}
.privacy__stamp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
  width: 100%;
}
.privacy__stamp-text {
  font-size: 1.6rem;
  text-align: right;
  line-height: 2em;
}
.privacy__stamp-image {
  width: 100px;
  aspect-ratio: 1;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-pagenavi .current,
.wp-pagenavi .page,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi .current,
  .wp-pagenavi .page,
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    width: 30px;
    height: 30px;
  }
}
.wp-pagenavi .current,
.wp-pagenavi .page {
  font: 700 1.8rem "Red Hat Display", sans-serif;
  letter-spacing: 0.03em;
  color: #292626;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi .current,
  .wp-pagenavi .page {
    font-size: 16px;
  }
}
.wp-pagenavi .current {
  color: #fff;
  background-color: #1881e8;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  border: 1px solid #1881e8;
  border-radius: 5px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #1a1919;
}
.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before {
  content: "";
  width: 8px;
  height: 14px;
  background: url("./public/img/icons/arrow-right-blu.svg") center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi .previouspostslink::before,
  .wp-pagenavi .nextpostslink::before {
    width: 4px;
    height: 10px;
  }
}
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
  background-color: #1881e8;
}
.wp-pagenavi .previouspostslink:hover::before,
.wp-pagenavi .nextpostslink:hover::before {
  background: url("./public/img/icons/arrow-right.svg") center/contain no-repeat;
}
.wp-pagenavi .previouspostslink {
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi .previouspostslink {
    margin-right: 14px;
  }
}
.wp-pagenavi .previouspostslink::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.wp-pagenavi .nextpostslink {
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi .nextpostslink {
    margin-left: 14px;
  }
}

.overflow {
  overflow: hidden;
}

.container {
  width: 100%;
  padding: 0 4%;
  margin: 0 auto;
  max-width: calc(1400px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}

.container-1200 {
  max-width: calc(1200px + 8%);
  margin: 0 auto;
  padding: 0 4%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .container-1200 {
    max-width: 100%;
  }
}

.container-1000 {
  max-width: calc(1000px + 8%);
  margin: 0 auto;
  padding: 0 4%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .container-1000 {
    max-width: 100%;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.pc-tab {
  display: block;
}
@media screen and (max-width: 1024px) {
  .pc-tab {
    display: none;
  }
}

.tablet {
  display: none;
}
@media screen and (max-width: 1024px) {
  .tablet {
    display: block;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.sp-flex {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.bg-secondary {
  background-color: #0dd69a;
}

.white {
  color: #fff;
}

.primary {
  color: #1881e8;
}

.secondary {
  color: #0dd69a;
}

.regular {
  font-weight: 400;
}

a {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
a:hover {
  opacity: 0.85;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.text-animate {
  overflow: hidden;
}
.text-animate span {
  position: relative;
  top: 100px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.animate-fadeup {
  position: relative;
  bottom: -40px;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  z-index: 10;
}
.animate-fadeup.active {
  bottom: 0;
  opacity: 1;
}

.relative {
  position: relative;
}

.disabled {
  cursor: not-allowed;
  opacity: 0.3;
}

.invisible {
  opacity: 0;
  visibility: hidden;
}

span.wpcf7-not-valid-tip,
.wpcf7-response-output {
  display: none !important;
  visibility: hidden;
  opacity: 0;
}

.wpcf7-error {
  position: relative;
  color: red;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .wpcf7-error {
    font-size: 12px;
  }
}

.wpcf7-error.file-error {
  position: absolute;
  left: 0;
  bottom: -30px;
}
@media screen and (max-width: 767px) {
  .wpcf7-error.file-error {
    bottom: -25px;
  }
}

span.wpcf7-list-item {
  margin: 0;
}