@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  width: 100vw;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "Zen Kaku Gothic New", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif, system-ui, sans-serif;
  color: #59606D;
  background-color: #EBEEF7;
}
body.is-fixed {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

.inner {
  width: 80%;
  max-width: 1545px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .inner {
    width: 86%;
  }
}

.skew-text {
  display: inline-block;
  -webkit-transform: skewX(-12deg);
          transform: skewX(-12deg);
}

@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

.js-fade {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.8s ease 0.3s, -webkit-transform 0.8s ease 0.1s;
  transition: opacity 0.8s ease 0.3s, -webkit-transform 0.8s ease 0.1s;
  transition: opacity 0.8s ease 0.3s, transform 0.8s ease 0.1s;
  transition: opacity 0.8s ease 0.3s, transform 0.8s ease 0.1s, -webkit-transform 0.8s ease 0.1s;
  pointer-events: none;
}
.js-fade.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}

.section-title {
  font-size: 2.4rem;
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  -webkit-transform: skewX(-8deg);
          transform: skewX(-8deg);
  position: relative;
  padding-bottom: 1.6rem;
  margin-bottom: 5.4rem;
  background: linear-gradient(45deg, #766CE1, #0061F8);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .section-title {
    font-size: 1.6rem;
  }
}
.section-title::after {
  content: attr(data-ja);
  font-size: 1.2rem;
  -webkit-transform: skewX(-8deg);
          transform: skewX(-8deg);
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.8;
  background: linear-gradient(45deg, #766CE1, #0061F8);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-title--white {
  background: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-title--white::after {
  background: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-title--center {
  text-align: center;
  padding-bottom: 0;
  padding-top: 1.6rem;
}
.section-title--center::after {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.lead-text {
  padding-bottom: 4.6rem;
}
.lead-text__ja {
  font-size: 2.4rem;
  line-height: 1.3em;
  padding-bottom: 0.8rem;
}
.lead-text__ja--center {
  text-align: center;
}
.lead-text__en {
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.3em;
  font-size: 1.4rem;
  opacity: 0.6;
}
.lead-text--white {
  color: #fff;
}
.lead-text--big {
  color: #0061F8;
}
.lead-text--big .lead-text__ja {
  font-size: 4.6rem;
}
@media (max-width: 768px) {
  .lead-text--big .lead-text__ja {
    font-size: 2.4rem;
  }
}
.lead-text--big .lead-text__ja--center {
  text-align: center;
}
.lead-text--big .lead-text__en {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .lead-text--big .lead-text__en {
    font-size: 1.4rem;
  }
}

.letter-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.2rem 0;
}
.letter-box p {
  line-height: 1.25em;
}

.contact-box {
  text-align: center;
  padding-top: 20px;
}
@media (max-width: 768px) {
  .contact-box {
    text-align: left;
  }
}

.header {
  width: 100%;
  height: 70px;
}
.header::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  inset: 0;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header {
  position: fixed;
  inset: 0;
  z-index: 1001;
}
.header.drawer-open::before {
  opacity: 0;
}
.header__inner {
  width: 100%;
  height: 100%;
  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;
}
.header__logo {
  width: 130px;
  height: auto;
  margin-left: 30px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.header__logo:hover {
  opacity: 0.6;
}
@media (max-width: 768px) {
  .header__logo {
    margin-left: 1.6rem;
  }
}
.header__nav {
  width: auto;
  height: 100%;
  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;
  gap: 0 4.6rem;
}
.header__nav__list {
  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;
  gap: 0 2.4rem;
}
.header__nav__link {
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__nav__link:hover {
  color: #0061F8;
  opacity: 0.8;
  letter-spacing: 0.125em;
}
.header .contact-btn {
  width: auto;
  height: 100%;
  padding: 0 2.6rem;
  background: linear-gradient(45deg, #766CE1, #0061F8);
  color: #fff;
  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: 0 0.8rem;
  position: relative;
}
.header .contact-btn__icon {
  padding-top: 0.2rem;
}
.header .contact-btn__icon, .header .contact-btn__text {
  position: relative;
  z-index: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.header .contact-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #766CE1, #0061F8);
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.header .contact-btn:hover::before {
  opacity: 1;
}
.header .contact-btn:hover .contact-btn__icon,
.header .contact-btn:hover .contact-btn__text {
  opacity: 0.6;
}

.footer {
  background-color: #59606D;
  color: #fff;
  padding: 80px 0 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .footer {
    padding: 65px 0 15px;
  }
}
.footer__inner {
  max-width: 1586px;
  position: relative;
  z-index: 3;
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 90px 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
@media (max-width: 768px) {
  .footer__top {
    padding: 0 22px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
  }
}
.footer__logo {
  width: 175px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__logo:hover {
  opacity: 0.6;
}
@media (max-width: 768px) {
  .footer__logo {
    width: 140px;
  }
}
.footer__logo img {
  width: 100%;
  height: auto;
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 110px;
}
@media (max-width: 768px) {
  .footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.footer__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__nav-item {
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .footer__nav-item {
    margin-bottom: 14px;
  }
}
.footer__nav-item a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__nav-item a:hover {
  opacity: 0.6;
}
.footer__nav-item a span {
  display: block;
  font-size: 14px;
  opacity: 0.6;
  margin-top: 4px;
}
.footer__bottom {
  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;
  padding: 55px 60px 78px;
  font-size: 11px;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .footer__bottom {
    padding: 13px 22px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 143px;
  }
}
.footer__bottom a {
  color: #fff;
  text-decoration: none;
}
.footer__copyright {
  font-size: 1.1rem;
}
@media (max-width: 768px) {
  .footer__copyright {
    width: 100%;
    text-align: center;
  }
}
.footer__privacy {
  font-size: 1.4rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__privacy:hover {
  opacity: 0.6;
}
.footer__bg {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../image/global/footer/footer-bg.webp");
  background-repeat: repeat;
  background-size: auto;
}

.drawer-btn {
  margin-right: 1.6rem;
  width: 80px;
  height: 40px;
  border-radius: 25px;
  background: linear-gradient(45deg, #766CE1, #0061F8);
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 6px;
}
@media (max-width: 768px) {
  .drawer-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.drawer-btn span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.drawer-btn.is-open {
  display: block !important;
  position: relative;
}
.drawer-btn.is-open span {
  width: 30px;
  height: 2px;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(25deg);
          transform: translate(-50%, -50%) rotate(25deg);
}
.drawer-btn.is-open span:nth-child(2) {
  opacity: 0;
}
.drawer-btn.is-open span:nth-child(3) {
  -webkit-transform: translate(-50%, -50%) rotate(-25deg);
          transform: translate(-50%, -50%) rotate(-25deg);
}

.drawer {
  width: 100vw;
  height: 94vh;
  position: fixed;
  inset: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  padding-top: 70px;
  background: linear-gradient(135deg, #fff, #A9CBFF);
  clip-path: ellipse(160% 90% at 50% 0%);
  display: none;
}
@media (max-width: 768px) {
  .drawer {
    display: block;
  }
}
.drawer.is-open {
  opacity: 1;
  pointer-events: all;
}
.drawer__nav {
  padding-top: 50px;
}
.drawer__nav-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
  padding-bottom: 60px;
}
.drawer__nav-main a {
  min-width: 60px;
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 2.4rem;
  color: #0061F8;
  position: relative;
  padding-bottom: 1.8rem;
}
.drawer__nav-main a::after {
  content: attr(data-ja);
  font-size: 1.4rem;
  font-family: "Zen Kaku Gothic New", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.8;
}
.drawer__nav-sub a {
  font-size: 1.4rem;
  color: #0061F8;
}

.drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(34, 34, 34, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 999;
}

.drawer-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.fv {
  width: 100%;
  height: 100dvh;
  position: relative;
}
.fv__inner {
  max-width: 880px;
  height: 100%;
  position: relative;
  z-index: 1;
  padding-top: 70px;
}
.fv__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 0;
}
.fv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv__bg::after {
  content: "";
  width: 100%;
  height: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 82, 181, 0)), to(rgba(19, 82, 181, 0.4)));
  background: linear-gradient(to bottom, rgba(19, 82, 181, 0), rgba(19, 82, 181, 0.4));
}

.catch-copy {
  color: #fff;
  position: absolute;
  bottom: 100px;
  left: 0;
}
@media (max-width: 768px) {
  .catch-copy {
    bottom: 70px;
  }
}
.catch-copy__main {
  font-size: 7.2rem;
  letter-spacing: -0.08em;
  padding-bottom: 2.4rem;
}
@media (max-width: 768px) {
  .catch-copy__main {
    font-size: 4.8rem;
    padding-bottom: 1.2rem;
  }
}
.catch-copy__sub {
  font-size: 3rem;
  letter-spacing: -0.08em;
}
@media (max-width: 768px) {
  .catch-copy__sub {
    font-size: 2rem;
  }
}

.message {
  width: 100%;
  min-height: 100vh;
  background: linear-gradient(45deg, #766CE1, #0061F8);
  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;
}
@media (max-width: 768px) {
  .message {
    min-height: initial;
  }
}
.message__inner {
  max-width: 1545px;
  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;
  position: relative;
  z-index: 1;
}
.message__inner .section-title {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .message__inner {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
.message__inner::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: linear-gradient(to bottom, #fff 2px, transparent 2px);
  background-size: 100% 4px;
  background-repeat: repeat-y;
  z-index: 10;
  opacity: 0.6;
}
@media (max-width: 768px) {
  .message__inner::after {
    display: none;
  }
}
.message__left {
  width: 48%;
}
.message__right {
  width: 52%;
  padding-left: 160px;
}
.message__right .lead-text__en.js-fade.is-show {
  opacity: 0.6;
}
@media (max-width: 1440px) {
  .message__right {
    padding-left: 120px;
  }
}
@media (max-width: 768px) {
  .message__right {
    width: 100%;
    padding-left: 0;
  }
}
.message__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.15;
}
.message__letter {
  color: #fff;
  opacity: 0.8;
}

.jobs {
  position: relative;
  overflow: hidden;
}
.jobs__inner {
  padding-top: 150px;
  padding-bottom: 190px;
}
@media (max-width: 768px) {
  .jobs__inner {
    padding-top: 50px;
    padding-bottom: 130px;
  }
}
.jobs__list {
  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;
  gap: 3.7rem 3.4rem;
}
@media screen and (max-width: 1900px) {
  .jobs__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
}
@media (max-width: 768px) {
  .jobs__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.jobs__card {
  width: calc(50% - 1.7rem);
  position: relative;
}
@media screen and (max-width: 1900px) {
  .jobs__card {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .jobs__card {
    width: 100%;
  }
}
.jobs__card__num {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #6789B3;
  position: absolute;
  top: -1.6rem;
  left: -1.6rem;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .jobs__card__num {
    width: 50px;
    height: 50px;
    left: 1rem;
  }
}
.jobs__card__num span {
  color: #fff;
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.jobs__card__num .sub {
  font-size: 1.2rem;
  font-weight: 500;
  font-style: italic;
  opacity: 0.6;
}
@media (max-width: 768px) {
  .jobs__card__num .sub {
    font-size: 0.9rem;
  }
}
.jobs__card__num .main {
  font-size: 2.7rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .jobs__card__num .main {
    font-size: 2rem;
  }
}
.jobs__card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 3.2rem;
  padding: 2.8rem 3.4rem;
  background: #fff;
}
@media (max-width: 768px) {
  .jobs__card__inner {
    display: block;
    padding: 0;
  }
}
.jobs__card__image {
  width: 286px;
}
.jobs__card__image .image02 {
  display: none;
}
.jobs__card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1600px) {
  .jobs__card__image img {
    height: auto;
  }
}
@media screen and (max-width: 1900px) {
  .jobs__card__image {
    width: calc(100% - (360px - 3.2rem));
  }
  .jobs__card__image .image01 {
    display: none;
  }
  .jobs__card__image .image02 {
    display: block;
  }
}
@media (max-width: 768px) {
  .jobs__card__image {
    width: 100%;
  }
}
.jobs__card__text {
  padding-top: 1.8rem;
  padding-bottom: 2.2rem;
  max-width: 360px;
}
@media (max-width: 768px) {
  .jobs__card__text {
    padding: 1.7rem 2.5rem;
    padding-bottom: 3.4rem;
  }
}
.jobs__card__title {
  font-size: 2.4rem;
  font-weight: 500;
  padding-left: 0.06rem;
  padding-bottom: 0.06rem;
  line-height: 1.5em;
  position: relative;
  margin-bottom: 1.6rem;
}
@media (max-width: 768px) {
  .jobs__card__title {
    font-size: 1.8rem;
    line-height: 2em;
  }
}
.jobs__card__title::after {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(217, 217, 217, 0.8);
  position: absolute;
  left: 0;
  bottom: 0;
}
.jobs__card__sub-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3rem;
  padding-bottom: 1.4rem;
}
.jobs__card__sub-item {
  font-weight: 500;
  line-height: 1.3em;
  padding-left: 0.9rem;
  position: relative;
}
@media (max-width: 768px) {
  .jobs__card__sub-item {
    font-size: 1.4rem;
  }
}
.jobs__card__sub-item::before {
  content: "";
  width: 3px;
  height: 1.6rem;
  background: #6789B3;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.jobs__card__letter-box {
  font-size: 1.4rem;
  line-height: 1.57em;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}
@media (max-width: 768px) {
  .jobs__card__letter-box {
    gap: 0.6rem;
  }
}
.jobs__parts {
  width: 50%;
  opacity: 0.06;
  position: absolute;
  bottom: -24%;
  right: -14%;
  -webkit-transform: rotate(7deg);
          transform: rotate(7deg);
  z-index: -1;
}
.jobs__parts img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.company {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#EBEEF7));
  background: linear-gradient(to bottom, #fff, #EBEEF7);
}
@media (max-width: 768px) {
  .company {
    background: #fff;
  }
}
.company__heading {
  width: 100%;
  min-height: 214px;
  position: relative;
}
.company__heading .section-title {
  position: absolute;
  left: 36px;
  bottom: 15px;
  margin-bottom: 0;
  z-index: 2;
}
.company__heading img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.company__inner {
  max-width: 555px;
  padding-top: 100px;
  padding-bottom: 135px;
}
@media (max-width: 768px) {
  .company__inner {
    padding-top: 26px;
    padding-bottom: 60px;
  }
}
.company__image {
  width: 100%;
  height: 264px;
  margin-top: 50px;
  margin-bottom: 3.4rem;
  background: linear-gradient(45deg, #766CE1, #0061F8);
  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;
}
.company__image img {
  width: 240px;
}
.company__table tr {
  position: relative;
}
.company__table tr::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to right, rgba(103, 137, 179, 0.5) 2px, transparent 2px);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.company__table tr:last-child::after {
  display: none;
}
.company__table th,
.company__table td {
  width: 100%;
  display: block;
  padding: 0 2rem;
  background: rgba(255, 255, 255, 0.35);
}
.company__table th {
  color: rgba(0, 97, 248, 0.65);
  margin-top: 1.5rem;
  padding-top: 1.2rem;
  padding-bottom: 1rem;
}
.company__table td {
  padding-bottom: 1.4rem;
}
.company__table .history__list {
  padding-bottom: 1.2rem;
  padding-left: 1rem;
}
.company__table .history__year {
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  font-style: italic;
  line-height: 1.5em;
  color: rgba(103, 137, 179, 0.4);
  padding: 0.6rem 0;
}
.company__table .history__sub-list {
  margin-left: 0.7rem;
  padding-left: 1.4rem;
  position: relative;
}
.company__table .history__sub-list::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(to bottom, rgba(103, 137, 179, 0.5) 2px, transparent 2px);
  background-size: 100% 4px;
  background-repeat: repeat-y;
}
.company__table .history__sub-list--empty {
  height: 20px;
}
.company__table .history__sub-item {
  padding-left: 3rem;
  position: relative;
  line-height: 1.5em;
}
.company__table .history__sub-item::before {
  content: attr(data-month);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 1.2rem;
  color: #fff;
  background: rgba(92, 151, 224, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  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;
}
.company__table .history__sub-item--empty {
  height: 10px;
}
.company__table .history__sub-item--empty::before {
  display: none;
}

.recruitment {
  background: #4F7BBE;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .recruitment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.recruitment .section-title {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .recruitment .section-title {
    margin-bottom: 30px;
  }
}
.recruitment__image {
  width: 50%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .recruitment__image {
    width: 100%;
    height: 450px;
  }
}
.recruitment__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruitment__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(79, 123, 190, 0.2)), to(rgb(79, 123, 190)));
  background: linear-gradient(to right, rgba(79, 123, 190, 0.2) 0%, rgb(79, 123, 190) 100%);
  z-index: 1;
}
@media (max-width: 768px) {
  .recruitment__image::after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(79, 123, 190, 0)), to(rgb(79, 123, 190)));
    background: linear-gradient(to bottom, rgba(79, 123, 190, 0) 10%, rgb(79, 123, 190) 100%);
  }
}
.recruitment__inner {
  width: 50%;
  padding: 149px 10% 130px 0;
}
@media (max-width: 768px) {
  .recruitment__inner {
    width: 80%;
    padding: 0 0 50px 0;
  }
}
.recruitment__content {
  max-width: 545px;
  height: 100%;
  margin-left: 18%;
  color: #fff;
  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;
}
@media (max-width: 768px) {
  .recruitment__content {
    width: 100%;
    max-width: none;
    margin: 0;
  }
}
.recruitment__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .recruitment__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.recruitment__item dt, .recruitment__item dd {
  padding: 12px 0 32px;
}
@media (max-width: 768px) {
  .recruitment__item dt, .recruitment__item dd {
    padding: 0;
  }
}
.recruitment__item dt {
  width: 96px;
  padding-left: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.recruitment__item dt::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(to right, #FFC800 2px, transparent 2px);
  background-size: 4px 100%;
  background-repeat: repeat-x;
  display: block;
}
.recruitment__item dt::after {
  content: none;
  display: inline-block;
}
@media (max-width: 768px) {
  .recruitment__item dt {
    width: 100%;
    padding-top: 21px;
    padding-left: 0;
    -webkit-transform: translate(-8px);
            transform: translate(-8px);
  }
  .recruitment__item dt::before {
    content: "【 ";
    position: static;
    background-image: none;
    width: auto;
    height: auto;
    margin-right: 4px;
    display: inline;
  }
  .recruitment__item dt::after {
    content: " 】";
    display: inline;
    margin-left: 4px;
  }
}
.recruitment__item dd {
  width: 100%;
  padding: 12px 7% 32px;
  line-height: 1.6;
  position: relative;
}
.recruitment__item dd::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 2px, transparent 2px);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
@media (max-width: 768px) {
  .recruitment__item dd {
    padding: 8px 0 23px;
  }
  .recruitment__item dd::before {
    top: auto;
    bottom: 0;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 2px, transparent 2px);
  }
  .recruitment__item dd li:not(.recruitment__note)::before {
    content: "・";
    position: static;
    background-image: none;
    width: auto;
    height: auto;
  }
}
.recruitment__note {
  display: inline-block;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
@media (max-width: 768px) {
  .recruitment__note {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
}

.contact {
  background-color: #EBEEF7;
  padding: 100px 0;
}
@media (max-width: 768px) {
  .contact {
    padding: 60px 0 13px;
  }
}
.contact__header {
  margin-bottom: 50px;
}
.contact__lead {
  color: #0061F8;
}
.contact__form {
  max-width: 660px;
  margin: 0 auto;
  padding: 26px 0 28px;
  position: relative;
}
.contact__form::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(to right, rgba(103, 137, 179, 0.5) 2px, transparent 2px);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.contact__form::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to right, rgba(103, 137, 179, 0.5) 2px, transparent 2px);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.contact__item {
  margin-bottom: 20px;
}
.contact__label {
  display: block;
  font-size: 14px;
  color: #0061F8;
  margin-bottom: 8px;
}
.contact__required {
  color: #FF8A00;
  margin-left: 4px;
}
.contact__input input, .contact__input textarea {
  width: 100%;
  background: #fff;
  border: none;
  padding: 10px;
  font-size: 14px;
}
.contact__input input::-webkit-input-placeholder, .contact__input textarea::-webkit-input-placeholder {
  color: rgba(89, 96, 109, 0.4);
}
.contact__input input::-moz-placeholder, .contact__input textarea::-moz-placeholder {
  color: rgba(89, 96, 109, 0.4);
}
.contact__input input:-ms-input-placeholder, .contact__input textarea:-ms-input-placeholder {
  color: rgba(89, 96, 109, 0.4);
}
.contact__input input::-ms-input-placeholder, .contact__input textarea::-ms-input-placeholder {
  color: rgba(89, 96, 109, 0.4);
}
.contact__input input::placeholder, .contact__input textarea::placeholder {
  color: rgba(89, 96, 109, 0.4);
}
.contact__input textarea {
  height: 173px;
}
.contact__privacy {
  text-align: center;
  margin: 40px 0;
}
.contact__privacy a {
  color: #0061F8;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .contact__privacy {
    text-align: left;
    line-height: 2.5rem;
  }
}
.contact__checkbox-wrapper {
  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 (max-width: 768px) {
  .contact__checkbox-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 15px;
  }
}
.contact__checkbox {
  cursor: pointer;
  display: inline-block;
  line-height: 0;
}
.contact__checkbox input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #878787;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  display: block;
}
.contact__checkbox input:checked {
  background-color: #FF8A00;
  border-color: #FF8A00;
}
.contact__checkbox input:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.contact__checkbox-text {
  margin-left: 12px;
}
.contact__checkbox-text .text-pc {
  display: inline;
}
.contact__checkbox-text .text-sp {
  display: none;
}
@media (max-width: 768px) {
  .contact__checkbox-text .text-pc {
    display: none;
  }
  .contact__checkbox-text .text-sp {
    display: inline;
  }
}

.button-submit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ff9000;
  color: #fff;
  width: 100%;
  max-width: 660px;
  padding: 11px;
  border: none;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.button-submit:hover {
  opacity: 0.8;
}
.button-submit__icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 8px;
  vertical-align: middle;
  background-image: url("../../image/global/submit-button.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* CF7の自動生成スパンを完全に無効化 */
.wpcf7-form-control-wrap {
  display: block !important;
  width: 100% !important;
}

/* チェックボックス横の「同意する」の並びを直す */
.contact__checkbox-wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; /* PC版 */
}
@media (max-width: 768px) {
  .contact__checkbox-wrapper {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}
.contact__checkbox-wrapper {
  /* CF7が勝手に出すリスト形式の余白を消す */
}
.contact__checkbox-wrapper .wpcf7-list-item {
  margin: 0 !important;
}

/* これが抜けていると、インデントを整えても幅が狂います */
.wpcf7-form-control-wrap {
  display: block !important;
  width: 100% !important;
}

/* CF7が自動挿入する隠しフィールドコンテナを完全に消す */
.wpcf7 .hidden-fields-container {
  display: none !important;
  visibility: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

/* ついでにCF7の各入力項目を包むspanの余計な隙間も消す */
.wpcf7-form-control-wrap {
  margin: 0 !important;
}

.contact__checkbox-wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  /* CF7が勝手に入れたPタグのレイアウトを解除 */
}
.contact__checkbox-wrapper > p {
  display: contents; /* Pタグを「存在しないもの」として扱い、中身を親のflexに直接参加させる */
}
.contact__checkbox-wrapper {
  /* Pタグの中に入ってしまったBRを消す */
}
.contact__checkbox-wrapper br {
  display: none !important;
}

.privacy {
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
  position: relative;
  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;
  overflow: visible;
}
.privacy__inner {
  padding-top: 200px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .privacy__inner {
    padding-top: 117px;
  }
}
.privacy__bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
.privacy__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(rgba(79, 123, 190, 0.6)), to(rgb(79, 123, 190)));
  background: linear-gradient(to left, rgba(79, 123, 190, 0.6) 0%, rgb(79, 123, 190) 100%);
}
.privacy__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.privacy-content {
  max-width: 660px;
  margin: 0 auto 216px;
  color: #fff;
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  .privacy-content {
    margin: 0 auto 144px;
  }
}
.privacy-content__body {
  margin: 0 auto;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .privacy-content__body {
    font-size: 1.4rem;
  }
}
.privacy-content .privacy-list__title {
  margin-top: 36px;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .privacy-content .privacy-list__title {
    font-size: 1.2rem;
    margin-top: 30px;
    margin-bottom: 7px;
  }
}