/** Vendors */
/** Abstracts */
.noto-serif-jp-regular {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}

.noto-serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}

.noto-sans-jp-regular {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.libre-baskerville-regular {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
}

.libre-baskerville-bold {
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-style: normal;
}

.libre-baskerville-regular-italic {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: italic;
}

.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.zen {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.libre {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
}

/** Base */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
}

:focus, :checked, :active, :link, :visited {
  color: inherit;
}

body, html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  position: relative;
  font-size: 62.5%;
  scroll-padding-top: 10.4rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    position: relative;
  }
}

picture {
  display: block;
}

img, svg {
  height: auto;
  width: 100%;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

a:hover {
  opacity: 0.7;
}

body, html {
  font-family: "Noto Serif JP", serif;
  color: #1A212B;
}

p, span, ul, li, strong, dl, dt, dd, th, td, a, input, textarea, figcaption, button {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
p:focus, span:focus, ul:focus, li:focus, strong:focus, dl:focus, dt:focus, dd:focus, th:focus, td:focus, a:focus, input:focus, textarea:focus, figcaption:focus, button:focus {
  color: inherit;
}

figcaption, .figcaption {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

a, label {
  cursor: pointer;
}

a {
  text-decoration: none;
}

ul, li {
  list-style: none;
}

p {
  line-height: 1.75;
  letter-spacing: 0.05em;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Serif JP", serif;
}
/** Layout */
body:not(.home, .page-recruit) .header {
  background: #fff;
}
body:not(.home, .page-recruit) .header li:not(.jobs) span {
  color: #1A212B;
}
body:not(.home, .page-recruit) .header li:not(.jobs) a:hover span {
  color: #005BA4;
  opacity: 1;
}
body:not(.home, .page-recruit) .header li:not(.jobs) a.bordered:hover span {
  color: #fff;
  opacity: 1;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 95;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1024px) {
  .header {
    padding: 1.5rem 0 1.5rem 0;
  }
}

.header.bg-black {
  background: #fff;
  -webkit-box-shadow: 7px 7px 11px rgba(0, 0, 0, 0.65);
          box-shadow: 7px 7px 11px rgba(0, 0, 0, 0.65);
}

.header h1 {
  margin: 0 3rem 0 0;
}
@media screen and (max-width: 1240px) {
  .header h1 {
    margin: 0 1rem 0 0;
  }
}

.header h1 a {
  height: 10.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 4.2rem;
}
@media screen and (max-width: 1240px) {
  .header h1 a {
    padding: 0 0 0 1rem;
    max-width: 25rem;
  }
}
@media screen and (max-width: 1024px) {
  .header h1 a {
    max-width: 26.2rem;
    width: 100%;
    padding: 0 0 0 2.5rem;
    height: auto;
    position: relative;
    z-index: 15;
  }
}

.navbar {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .navbar {
    position: absolute;
    left: 100%;
    top: 0;
    height: 100svh;
    width: 100svw;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.navbar ul {
  display: -ms-grid;
  display: grid;
  height: 10.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
  width: 100%;
  max-width: 126rem;
  justify-items: center;
}
@media screen and (max-width: 1440px) {
  .navbar ul {
    max-width: 88rem;
  }
}
@media screen and (max-width: 1240px) {
  .navbar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 85rem;
    gap: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .navbar ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 4rem;
    padding: 0 2.5rem 0;
  }
}

.page-recruit .navbar ul {
  -ms-grid-columns: (1fr)[8];
  grid-template-columns: repeat(8, 1fr);
}

@media screen and (max-width: 1024px) {
  .navbar ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
  }
}

.navbar ul li.jobs {
  margin: 0 0 0 4.05rem;
}
@media screen and (max-width: 1440px) {
  .navbar ul li.jobs {
    margin: 0 0 0 2rem;
  }
}
@media screen and (max-width: 1240px) {
  .navbar ul li.jobs {
    margin: 0;
  }
}

.navbar ul li a span {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 3.5rem;
}
@media screen and (max-width: 1440px) {
  .navbar ul li a span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1240px) {
  .navbar ul li a span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .navbar ul li a span {
    color: #1A212B;
  }
}

.bg-black .navbar ul li a span {
  color: #1A212B;
}

.bg-black .navbar .jobs a span {
  color: #fff;
}

.navbar ul li a {
  margin: 0 0 0 0;
}
.navbar ul li a:hover span {
  color: #005BA4;
}
@media screen and (max-width: 1024px) {
  .navbar ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 5.5rem 0 5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 370px) {
  .navbar ul li a {
    padding: 0 5.5rem 0 0;
  }
}

.navbar ul li a.bordered {
  border: 1px solid #fff;
  padding: 2rem;
  width: 20rem;
  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: 5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.navbar ul li a.bordered:hover {
  opacity: 1;
  background: #005BA4;
}
.navbar ul li a.bordered:hover span {
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .navbar ul li a.bordered {
    max-width: 16rem;
  }
}
@media screen and (max-width: 1240px) {
  .navbar ul li a.bordered {
    max-width: 14.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .navbar ul li a.bordered {
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
  }
}

.home .navbar ul li a.bordered {
  border: 1px solid #fff;
}

.navbar ul li a.bordered {
  border: 1px solid #1A212B;
}

.bg-black .navbar ul li a.bordered {
  border: 1px solid #1A212B;
}

@media screen and (max-width: 1024px) {
  .navbar .contact, .navbar .jobs {
    display: none;
  }
}

.navbar .jobs a {
  background: #005BA4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 10.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-left: 1px solid #005BA4;
  border-bottom: 1px solid #005BA4;
}
.navbar .jobs a:hover {
  opacity: 1;
  background: #fff;
}
.navbar .jobs a:hover span {
  color: #005BA4;
}
.navbar .jobs a span {
  font-size: 2rem;
}
@media screen and (min-width: 1025px) {
  .navbar .jobs a {
    width: 14.3rem;
  }
}
@media screen and (min-width: 1241px) {
  .navbar .jobs a {
    width: 16.3rem;
  }
}
@media screen and (min-width: 1441px) {
  .navbar .jobs a {
    width: 24.3rem;
  }
}
@media screen and (max-width: 599px) {
  .navbar .jobs a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
  }
}

.page-recruit .navbar .jobs a {
  background: #1D9AFF;
  border-left: 1px solid #1D9AFF;
  border-bottom: 1px solid #1D9AFF;
}
.page-recruit .navbar .jobs a:hover {
  opacity: 1;
  background: #fff;
}
.page-recruit .navbar .jobs a:hover span {
  color: #1D9AFF;
}
.page-recruit .navbar .jobs a span {
  color: #fff;
  display: block;
  text-align: center;
}

.hamburger {
  display: none;
}
@media screen and (max-width: 1024px) {
  .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 2.8rem;
    height: 1.2rem;
    z-index: 99;
    left: auto;
    top: 0;
    position: absolute;
    right: auto;
    height: 6rem;
    width: 6rem;
    right: 0;
    padding: 3rem 0 0 0;
  }
}

.hamburger span {
  position: absolute;
  inset: 0 auto auto 0;
  height: 0.2rem;
  width: 3.5rem;
  background: #fff;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.home .hamburger span {
  background: #fff;
}

.hamburger span {
  background: #1A212B;
}

.bg-black .hamburger span {
  background: #1A212B;
}

.hamburger span:nth-child(2) {
  inset: 1rem auto 0 auto;
}

.hamburger div {
  position: relative;
}

.is-active-nav .hamburger span:nth-child(1) {
  -webkit-transform: translateY(1rem) rotate(45deg);
          transform: translateY(1rem) rotate(45deg);
  background: #1A212B;
}

.is-active-nav .hamburger span:nth-child(2) {
  -webkit-transform: translateY(0rem) rotate(-45deg);
          transform: translateY(0rem) rotate(-45deg);
  background: #1A212B;
}

.is-active-nav .navbar {
  left: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background: #fff;
}

.is-active-nav .navbar ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4rem;
  padding: 0 2.5rem 0;
}

.is-active-nav .navbar ul li {
  margin: 0;
  padding: 0;
}

.is-active-nav .navbar ul li a {
  margin: 0;
  padding: 0 5.5rem 0 5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 370px) {
  .is-active-nav .navbar ul li a {
    padding: 0 5.5rem 0 0;
  }
}

.is-active-nav .navbar ul li:first-of-type {
  margin-top: 9rem;
}

.is-active-nav .navbar {
  overflow-y: auto;
  overflow-x: hidden;
}

.navbar .last, .navbar a.left, .navbar a.middle, .navbar a.right {
  display: none;
}
@media screen and (max-width: 1024px) {
  .navbar .last, .navbar a.left, .navbar a.middle, .navbar a.right {
    display: block;
  }
}

.is-active-nav .navbar a.left, .is-active-nav .navbar a.middle, .is-active-nav .navbar a.right {
  max-width: 24.3rem;
  padding: 0;
  width: 100%;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 7.5rem;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2rem 0 0 5rem;
  transition: 0.3s;
}
@media screen and (max-width: 370px) {
  .is-active-nav .navbar a.left, .is-active-nav .navbar a.middle, .is-active-nav .navbar a.right {
    margin: 2rem 0 0 0;
  }
}
.is-active-nav .navbar a.left:hover, .is-active-nav .navbar a.middle:hover, .is-active-nav .navbar a.right:hover {
  background: #005BA4;
  opacity: 1;
}
.is-active-nav .navbar a.left:hover p:not(.hours), .is-active-nav .navbar a.left:hover p.hours, .is-active-nav .navbar a.middle:hover p:not(.hours), .is-active-nav .navbar a.middle:hover p.hours, .is-active-nav .navbar a.right:hover p:not(.hours), .is-active-nav .navbar a.right:hover p.hours {
  color: #fff;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .is-active-nav .navbar a.left:hover, .is-active-nav .navbar a.middle:hover, .is-active-nav .navbar a.right:hover {
    background: #fff;
    opacity: 0.75;
  }
  .is-active-nav .navbar a.left:hover p:not(.hours), .is-active-nav .navbar a.left:hover p.hours, .is-active-nav .navbar a.middle:hover p:not(.hours), .is-active-nav .navbar a.middle:hover p.hours, .is-active-nav .navbar a.right:hover p:not(.hours), .is-active-nav .navbar a.right:hover p.hours {
    color: #005BA4;
    opacity: 0.75;
  }
}

.is-active-nav .navbar a.left {
  border: 1px solid #005BA4;
}

.navbar a.left p:not(.hours) {
  color: #1A212B;
  font-size: 2.8rem;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .navbar a.left p:not(.hours) {
    font-size: 2.3rem;
  }
}

.navbar a.left p.hours {
  font-size: 1.3rem;
  color: #1A212B;
  margin: -0.8rem 0 0 -2.5rem;
}

.navbar a.left p:not(.hours) {
  font-size: 2.6rem;
  font-weight: bold;
}
.navbar a.left p:not(.hours)::before {
  content: "";
  margin: 0 0.8rem 0 0;
  display: inline-block;
  position: relative;
  top: 0;
  background: url("../images/common/icn_phone.svg");
  background-size: contain;
  width: 1.6rem;
  height: 1.6rem;
}

.navbar a.middle p {
  font-size: 2.3rem;
  font-weight: bold;
}
.navbar a.middle p::before {
  content: "";
  margin: 0 1rem 0 0;
  display: inline-block;
  position: relative;
  top: 0.3rem;
  background: url(../images/common/icn_envelop.svg);
  background-size: contain;
  width: 2.3rem;
  height: 1.7rem;
}

.navbar a.right p {
  font-size: 2.3rem;
  font-weight: bold;
}
.navbar a.right p::before {
  content: "";
  margin: 0 1rem 0 0;
  display: inline-block;
  position: relative;
  top: 0.3rem;
  background: url("../images/common/icn_person.svg");
  background-size: contain;
  width: 1.9rem;
  height: 2.1rem;
}

.navbar .last {
  background: #005BA4;
  height: 40rem;
  margin: 8rem 0 0 0;
  padding: 0 2.5rem 0;
  position: relative;
}

.navbar .last div {
  -webkit-transform: translateY(-3.75rem);
          transform: translateY(-3.75rem);
}
@media screen and (max-width: 768px) {
  .navbar .last div {
    position: relative;
    z-index: 20;
  }
}

.navbar .back-text {
  display: none;
}

.is-active-nav .navbar .back-text {
  display: none;
}
@media screen and (max-width: 1024px) {
  .is-active-nav .navbar .back-text {
    display: block;
    position: absolute;
    inset: 0;
    font-size: 11.6rem;
    z-index: 15;
    color: rgba(0, 0, 0, 0.05);
    -webkit-transform: translateY(0%) rotate(-90deg);
            transform: translateY(0%) rotate(-90deg);
    inset: 40% -325px auto auto;
  }
}

.header picture {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.home .header picture.first, .page-recruit .header picture.first {
  opacity: 1;
  display: block;
}
.home .header picture.second, .page-recruit .header picture.second {
  opacity: 0;
  display: none;
}
.home .header picture.third, .page-recruit .header picture.third {
  opacity: 0;
  display: none;
}

.home .header.bg-black picture.first, .page-recruit .header.bg-black picture.first {
  opacity: 0;
  display: none;
}
.home .header.bg-black picture.second, .page-recruit .header.bg-black picture.second {
  opacity: 1;
  display: block;
}

.home.is-active-nav .header.bg-black picture.first, .page-recruit.is-active-nav .header.bg-black picture.first {
  opacity: 0;
  display: none;
}
.home.is-active-nav .header.bg-black picture.second, .page-recruit.is-active-nav .header.bg-black picture.second {
  opacity: 0;
  display: none;
}
.home.is-active-nav .header.bg-black picture.third, .page-recruit.is-active-nav .header.bg-black picture.third {
  opacity: 1;
  display: block;
}

.home.is-active-nav .header picture.first, .page-recruit.is-active-nav .header picture.first {
  opacity: 0;
  display: none;
}
.home.is-active-nav .header picture.second, .page-recruit.is-active-nav .header picture.second {
  opacity: 0;
  display: none;
}
.home.is-active-nav .header picture.third, .page-recruit.is-active-nav .header picture.third {
  opacity: 1;
  display: block;
}

header picture.first {
  opacity: 0;
  display: none;
}
@media screen and (max-width: 1024px) {
  header picture.first {
    display: none;
  }
}
header picture.second {
  opacity: 1;
  display: none;
}
@media screen and (max-width: 1024px) {
  header picture.third {
    opacity: 1;
    display: block;
  }
}

.home .is-active-nav .header picture.first, .page-recruit .is-active-nav .header picture.first {
  opacity: 0;
  display: none;
}
.home .is-active-nav .header picture.second, .page-recruit .is-active-nav .header picture.second {
  opacity: 0;
  display: none;
}
.home .is-active-nav .header picture.third, .page-recruit .is-active-nav .header picture.third {
  opacity: 1;
  display: block;
}

@media screen and (max-width: 768px) {
  .header .navbar ul li {
    position: relative;
  }
}

.header .navbar ul li ul {
  display: none;
  position: absolute;
  left: 0;
  top: 11rem;
  width: 100%;
  height: 5rem;
}

.is-active-nav .header .navbar ul li > a:hover + ul {
  position: absolute;
  left: 0;
  top: 0;
}

.page-recruit h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}

.page-recruit h1 a.bordered {
  border: 1px solid #fff;
  padding: 2rem;
  width: 20rem;
  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: 3.6rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-recruit h1 a.bordered span {
  color: #fff;
  font-size: 1.4rem;
}
.page-recruit h1 a.bordered:hover {
  opacity: 1;
  background: #1D9AFF;
}
.page-recruit h1 a.bordered:hover span {
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .page-recruit h1 a.bordered {
    max-width: 16rem;
  }
}
@media screen and (max-width: 1240px) {
  .page-recruit h1 a.bordered {
    max-width: 14.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .page-recruit h1 a.bordered {
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
  }
}

.page-recruit .header.bg-black h1 a.bordered {
  border: 1px solid #1A212B;
}
.page-recruit .header.bg-black h1 a.bordered span {
  color: #1A212B;
}
.page-recruit .header.bg-black h1 a.bordered:hover {
  opacity: 1;
  background: #1D9AFF;
}
.page-recruit .header.bg-black h1 a.bordered:hover span {
  color: #fff;
}

.page-recruit .header a:hover span {
  color: #1D9AFF;
}

.hd {
  height: 30rem;
  width: 100%;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../images/hd/performance.png) no-repeat;
  background-size: cover;
  margin: 10.4rem 0 0 0;
  position: relative;
}
.hd::before {
  content: "";
  background: rgba(0, 0, 0, 0.32);
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0 auto auto 0;
  z-index: 5;
}
@media screen and (max-width: 599px) {
  .hd {
    height: 20rem;
  }
}

.hd h1 {
  font-weight: bold;
  font-size: 6.6rem;
  line-height: 116px;
  color: #fff;
  position: relative;
  z-index: 7;
}
@media screen and (max-width: 599px) {
  .hd h1 {
    font-size: 3.3rem;
    line-height: 58px;
  }
}

.hd p.subtitle {
  color: #fff;
  font-size: 2rem;
  line-height: 35px;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 599px) {
  .hd p.subtitle {
    font-size: 1.6rem;
  }
}

.page-title h2 {
  font-size: 4.3rem;
  font-weight: bold;
  line-height: 77px;
  color: #005BA4;
}
@media screen and (max-width: 1024px) {
  .page-title h2 {
    font-size: 2.8rem;
  }
}

.page-title .subtitle {
  font-size: 1.8rem;
}

h3.section-title {
  padding: 0 0 0 2.5rem;
  position: relative;
  font-size: 3.3rem;
  font-weight: bold;
  line-height: 7.7rem;
}
h3.section-title::after {
  content: "";
  inset: auto auto 0.5rem 0;
  position: absolute;
  background: #1A212B;
  width: 100%;
  height: 0.1rem;
}
h3.section-title::before {
  content: "";
  inset: 50% auto auto 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.8rem;
  height: 2.7rem;
  position: absolute;
  background: url(../images/hd/icn_01.svg) no-repeat;
  background-size: contain;
}

.btnToTop {
  background: url(../images/common/btn_toTop.svg) no-repeat;
  background-size: contain;
  width: 6.6rem;
  height: 6.6rem;
  position: fixed;
  inset: auto 10rem 2rem auto;
  z-index: 90;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  /*transition: .5s ease;
  transform: translateX(0) rotate(360deg);*/
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .btnToTop {
    display: none;
  }
}

.btnToTop.inactive {
  -webkit-transform: translateX(16rem) rotate(0);
          transform: translateX(16rem) rotate(0);
}

.footer {
  background: #fff;
  padding: 8rem 0 2.5rem;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 8rem 0 14.5rem;
  }
}
@media screen and (max-width: 599px) {
  .footer {
    padding: 0 0 10rem;
  }
}

.footer .container {
  padding: 0 8rem;
  max-width: 152rem;
  margin: auto;
}

.footer .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem;
}
@media screen and (max-width: 1024px) {
  .footer .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 599px) {
  .footer .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
  }
}

.footer .logo-footer picture {
  max-width: 41.6rem;
}
@media screen and (max-width: 599px) {
  .footer .logo-footer picture {
    margin: 3rem 0 0 0;
  }
}

.footer .partners {
  max-width: 19.4rem;
  margin: 2.6rem 0 0 6rem;
}
@media screen and (max-width: 599px) {
  .footer .partners {
    margin: 1.4rem auto 0;
  }
}

.footer address {
  margin: 2.6rem 0 0 9rem;
  color: #1A212B;
  font-size: 1.6rem;
  font-style: normal;
}
@media screen and (max-width: 599px) {
  .footer address {
    margin: 2.5rem auto 0;
  }
}
@media screen and (max-width: 370px) {
  .footer address {
    font-size: 1.4rem;
  }
}

.footer .copyright {
  color: rgba(26, 33, 43, 0.49);
  font-size: 1.3rem;
  margin: 3rem 0 0 0;
}
@media screen and (max-width: 1024px) {
  .footer .copyright {
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .footer .copyright {
    color: #1A212B;
    margin: 3.2rem 0 0.65rem 0;
  }
}

.footer .right {
  max-width: 75rem;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 1.5rem;
}
@media only screen and (min-width: 1240px) {
  .footer .right {
    max-width: 85rem;
  }
}
@media screen and (max-width: 1240px) {
  .footer .right {
    gap: 4rem 1rem;
    -ms-grid-columns: 1fr 1rem 17rem 1rem 7rem;
    grid-template-columns: 1fr 17rem 7rem;
    width: 40rem;
  }
}
@media screen and (max-width: 1024px) {
  .footer .right {
    width: 50rem;
    -ms-grid-columns: 1fr 20rem 1fr;
    grid-template-columns: 1fr 20rem 1fr;
  }
}
@media screen and (max-width: 599px) {
  .footer .right {
    padding: 4rem 1rem 5rem;
    width: auto;
    -ms-grid-columns: 1fr 1.4rem 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1.4rem 1fr 1.4rem 1fr 1.4rem 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    gap: 1.4rem;
    width: 100%;
    position: relative;
  }
  .footer .right > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .footer .right > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .footer .right > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .footer .right > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .footer .right > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .footer .right > *:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .footer .right > *:nth-child(7) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .footer .right > *:nth-child(8) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .footer .right::after {
    content: "";
    position: absolute;
    inset: auto auto 0 -2.5rem;
    background: rgba(112, 112, 112, 0.22);
    height: 0.1rem;
    width: calc(100% + 5rem);
  }
}
@media screen and (max-width: 370px) {
  .footer .right {
    gap: 1rem;
    padding: 4rem 0 5rem;
    gap: 1.4rem 0.5rem;
  }
}

.footer .right a {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  color: #1A212B;
  opacity: 1;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 599px) {
  .footer .right a {
    font-size: 1.4rem;
    font-weight: medium;
  }
  .footer .right a::before {
    content: ">";
    display: inline-block;
    margin-right: 0.5rem;
  }
}
.footer .right a:hover {
  color: #005BA4;
}

.footer .right a.big-link {
  font-size: 2rem;
}

.footer .right div {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 5rem (4rem)[5];
  grid-template-rows: 5rem repeat(5, 4rem);
  width: 14rem;
}

.subfooter-contact {
  background: #1D9AFF;
  position: relative;
  padding: 6.5rem 0 7.7rem;
  border-bottom: 1.2rem solid #005BA4;
}
.subfooter-contact::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/recruit/entry.png) no-repeat;
  width: 96.6666666667vw;
  height: 48.6rem;
  max-width: 116rem;
  background-size: contain;
  background-position: bottom;
}

.subfooter-contact .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 1024px) {
  .subfooter-contact .wrapper {
    -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;
  }
}

.subfooter-contact .container p.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 3rem;
}

.subfooter-contact a {
  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;
  position: relative;
  border: 1px solid #fff;
  max-width: 57.5rem;
  width: 100%;
  height: 15.4rem;
}
.subfooter-contact a::after {
  content: "";
  position: absolute;
  background: url(../images/recruit/rounded_little.svg) no-repeat;
  width: 5.8rem;
  height: 5.8rem;
  top: 50%;
  right: 3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.subfooter-contact a p {
  font-size: 2.7rem;
  color: #fff;
  position: relative;
}
.subfooter-contact a p::before {
  content: "";
  position: absolute;
  background: url(../images/recruit/square.svg) no-repeat;
  width: 2.6rem;
  height: 5.5rem;
  inset: 50% auto auto -5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/** Components */
button:hover {
  opacity: 0.7;
}

.hero .slick-slide img {
  width: 100vw !important;
  height: 100vh !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .hero .slick-slider {
    width: 100vw !important;
    height: 100vh !important;
  }
}

@media screen and (max-width: 768px) {
  .hero .slick-list {
    width: 100vw !important;
    height: 100vh !important;
  }
}

.hero .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 6;
  height: 1.6rem;
}

.hero .wpsisac-slick-slider .slick-dots li button,
.hero .wpsisac-slick-carousal .slick-dots li button {
  width: 1.6rem !important;
  height: 1.6rem !important;
  border: none !important;
  background: #fff !important;
}

.hero .wpsisac-slick-slider .slick-dots li.slick-active button,
.hero .wpsisac-slick-carousal .slick-dots li.slick-active button {
  background: #005BA4 !important;
}

.hero .wpsisac-slick-slider.design-1 .slick-dots {
  bottom: 4rem !important;
}

.top-performance .carousel .slick-list {
  margin: 0px -1rem;
}

.top-performance .carousel .slick-slide {
  cursor: -webkit-grab;
  cursor: grab;
  margin: 0px 1rem;
}

.top-performance .carousel .slick-slide img {
  max-height: 32rem;
}

.top-performance .carousel .slick-slide figcaption {
  font-size: 1.9rem;
  margin: 1rem 0 0 0;
  font-weight: bold;
  color: #1A212B;
}

.hero.hero--recruit .wpsisac-slick-slider.design-1 .slick-dots {
  display: none !important;
}

.breadcrumb {
  background: #EFF6FC;
  padding: 0 80px;
  color: #1A212B;
}
@media screen and (max-width: 1024px) {
  .breadcrumb {
    padding: 0 20px;
  }
}

.breadcrumb-ctn {
  padding-bottom: 10px;
  padding-top: 10px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  color: #1A212B;
}
@media screen and (min-width: 769px) {
  .breadcrumb-ctn {
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 1200px;
    width: 100%;
    margin: auto;
  }
}

.breadcrumb span {
  color: #1A212B;
  font-size: 1.4rem;
  margin: 0 2px;
  font-weight: bold;
}

.breadcrumb a {
  color: #1A212B;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: bold;
}
.breadcrumb a::after {
  display: inline-block;
  margin: 0 5px;
}
.breadcrumb a:hover {
  opacity: 0.8;
}

.breadcrumb a span {
  color: #1A212B;
  font-size: 1.4rem;
  text-decoration: none;
  font-weight: bold;
}

/** Pages */
.block-contact {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #005BA4;
  height: 8.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 90;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
}
@media screen and (min-width: 1025px) {
  .block-contact {
    height: 39.6rem;
    width: 9.1rem;
    gap: 0;
    inset: 50% 0 auto auto;
    -webkit-transform: translateY(-50%) translateX(9.1rem);
            transform: translateY(-50%) translateX(9.1rem);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.block-contact:hover {
  background: #005BA4;
  opacity: 1;
}

.block-contact a {
  max-width: 6.4rem;
  width: 100%;
  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 screen and (min-width: 1025px) {
  .block-contact a {
    display: none;
  }
}

.block-contact a.recruit {
  background: #fff;
  border-radius: 5px;
  min-width: 14.6rem;
  height: 6.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1025px) {
  .block-contact a.recruit {
    height: 39.6rem;
    width: 9.1rem;
    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;
    background: none;
    min-width: 9.1rem;
    background: #005BA4;
  }
}
.block-contact a.recruit span {
  color: #1A212B;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .block-contact a.recruit span {
    color: #fff;
    font-size: 3rem;
    text-orientation: upright;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
  }
}
@media screen and (min-width: 1025px) {
  .block-contact a.recruit span.sp {
    display: none;
  }
}
.block-contact a.recruit span.pc::before {
  content: url(../images/common/icn_person_dark.svg);
  display: inline-block;
  margin-bottom: 1.3rem;
}
@media screen and (max-width: 1024px) {
  .block-contact a.recruit span.pc {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .block-contact.active {
    -webkit-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
  }
}

.hero {
  width: 100%;
  height: 100vh;
  background-position: center;
  background-size: cover;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  position: relative;
  top: 0;
  left: 0;
}

.hero .opacify {
  background: #1A212B;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero .net {
  background: url(../images/top/net.png) no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-container {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.hero .sublogo {
  position: absolute;
  inset: 17.8rem 0 0 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../images/common/sublogo.svg) no-repeat;
  background-size: contain;
  width: 42.8rem;
  height: 43rem;
}

.hero .overtext {
  position: absolute;
  inset: 50% 0 0 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.hero .overtext h2 {
  font-size: 7.1rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 10rem;
}
@media screen and (max-width: 768px) {
  .hero .overtext h2 {
    font-size: 4.2rem;
    text-align: center;
    line-height: 6.2rem;
  }
}

.hero .overtext p {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  margin: 3rem 0 0 0;
  line-height: 4rem;
}
@media screen and (max-width: 768px) {
  .hero .overtext p {
    font-size: 1.5rem;
    line-height: 2.6rem;
    text-align: center;
  }
}

.hero p.back-text {
  font-size: 24.4rem;
  font-weight: 400;
  color: #fff;
  opacity: 0.19;
  position: absolute;
  inset: 50% 0 0 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  line-height: 0.7;
}
@media screen and (max-width: 768px) {
  .hero p.back-text {
    margin: 0;
    -webkit-transform: translateY(0%) rotate(-90deg);
            transform: translateY(0%) rotate(-90deg);
    inset: 50% -180px auto auto;
    font-size: 6.3rem;
    line-height: 8.3rem;
  }
}

.scroller {
  width: 1.7rem;
  height: 26.6rem;
  position: absolute;
  right: 17.6rem;
  top: calc(100% - 18.8rem);
  z-index: 5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .scroller {
    display: none;
  }
}

section.top-news {
  padding: 13rem 0 19.3rem;
  position: relative;
}
@media screen and (max-width: 599px) {
  section.top-news {
    padding: 6rem 0 6rem;
  }
}
section.top-news::before {
  content: "";
  inset: 0 auto auto 0;
  width: 26.9791666667vw;
  height: 100%;
  position: absolute;
  background: rgba(239, 246, 252, 0.77);
  z-index: -1;
}
@media screen and (max-width: 599px) {
  section.top-news::before {
    width: 37.4358974359vw;
  }
}

.news-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7.5rem;
}
@media screen and (max-width: 599px) {
  .news-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}

section.top-news header {
  min-width: 17.8rem;
}
@media screen and (max-width: 599px) {
  section.top-news header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
section.top-news header a {
  height: 2.8rem;
  display: block;
  position: relative;
  margin: 4.5rem 0 0 0;
}
@media screen and (max-width: 599px) {
  section.top-news header a {
    margin: 0;
  }
}
section.top-news header a::before {
  content: "";
  left: 0;
  top: 50%;
  width: 2.8rem;
  height: 2.8rem;
  background: url("../images/common/chevron_rounded_blue.svg") no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
section.top-news header a::after {
  content: "";
  position: absolute;
  inset: auto auto 0.03rem auto;
  width: 0;
  height: 0.1rem;
  background: #005BA4;
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
  left: 1.15rem;
}
section.top-news header a:hover {
  opacity: 1;
}
section.top-news header a:hover::after {
  width: 12.5rem;
}
section.top-news header a:hover::before {
  /*transform: translateY(-50%) rotate(360deg);*/
}
section.top-news header a span {
  font-size: 1.5rem;
  font-weight: bold;
  margin-left: 3.8rem;
}

section.top-news aside {
  width: 100%;
}

section.top-news article a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.3rem;
  border-bottom: 1px solid rgba(112, 112, 112, 0.22);
  padding: 0.75rem 6rem 1.75rem 0.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 599px) {
  section.top-news article a {
    padding: 1.4rem 0 1.4rem 0;
  }
}
section.top-news article a::after {
  content: url("../images/common/chevron_double.svg");
  display: inline-block;
  position: absolute;
  inset: 1.25rem 2.5rem 0.5rem auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 599px) {
  section.top-news article a::after {
    content: none;
  }
}
section.top-news article a::before {
  content: "";
  inset: auto auto 0 0;
  background: #005BA4;
  height: 0;
  width: 100%;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 0;
}
section.top-news article a:hover {
  opacity: 1;
}
section.top-news article a:hover::after {
  inset: 1.25rem 0.5rem 0.5rem auto;
}
section.top-news article a:hover::before {
  content: "";
  opacity: 1;
  inset: auto auto 0 0;
  background: #005BA4;
  height: 100%;
  width: 100%;
  position: absolute;
}
@media screen and (max-width: 599px) {
  section.top-news article a:hover::before {
    content: none;
  }
}
@media screen and (min-width: 600px) {
  section.top-news article a:hover p {
    color: #fff;
  }
}
@media screen and (max-width: 599px) {
  section.top-news article a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.7rem;
  }
}

section.top-news article p:first-of-type {
  font-weight: bold;
}

section.top-news article p {
  position: relative;
  z-index: 5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

section.top-news h2 {
  font-weight: 400;
  font-size: 4.3rem;
  color: #005BA4;
  line-height: 6.7rem;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  section.top-news h2 {
    font-size: 3.2rem;
  }
}

section.top-news h3 {
  font-size: 1.8rem;
}
@media screen and (max-width: 599px) {
  section.top-news h3 {
    font-size: 1.4rem;
  }
}

section.top-company {
  height: 69.4rem;
  position: relative;
  top: -6.3rem;
}
@media screen and (max-width: 768px) {
  section.top-company {
    height: auto;
    top: auto;
    background: #005BA4;
    padding: 10.2564102564vw 0 42.3076923077vw 0;
  }
}
section.top-company::after {
  content: "";
  max-width: 40.5rem;
  max-height: 40.1rem;
  background: url("../images/top/bg_01.svg") no-repeat;
  background-size: contain;
  right: 0;
  bottom: -1px;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  section.top-company::after {
    content: none;
  }
}
section.top-company::before {
  content: "";
  background: #005BA4;
  left: 18.75vw;
  top: 0;
  width: 100vw;
  height: 100%;
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 599px) {
  section.top-company::before {
    content: none;
  }
}

@media screen and (min-width: 1025px) {
  section.top-company::after {
    width: 13.09375vw;
    height: 12.885417vw;
  }
}
@media screen and (min-width: 1400px) {
  section.top-company::after {
    width: 17.09375vw;
    height: 16.885417vw;
  }
}
@media screen and (min-width: 1850px) {
  section.top-company::after {
    width: 21.09375vw;
    height: 20.8854166667vw;
  }
}
@media screen and (min-width: 769px) {
  section.top-company .container {
    padding: 0;
    max-width: none;
  }
}

section.top-company .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12rem;
}
@media screen and (max-width: 768px) {
  section.top-company .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
  }
}

section.top-company h2 {
  font-weight: 400;
  font-size: 4.3rem;
  color: #fff;
  line-height: 4.7rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.top-company h2 {
    font-size: 3.2rem;
  }
}

section.top-company h3 {
  font-size: 1.8rem;
  color: #fff;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  section.top-company h3 {
    font-size: 1.4rem;
  }
}

section.top-company article p {
  font-size: 2.4rem;
  color: #fff;
  margin-top: 5rem;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  section.top-company article p {
    margin-top: 3rem;
    font-size: 1.5rem;
  }
}

section.top-company header {
  position: relative;
  top: 6rem;
}
@media screen and (max-width: 768px) {
  section.top-company header {
    left: auto;
    bottom: -60.2564102564vw;
    position: absolute;
    top: auto;
    width: calc(100% - 5rem);
  }
}

section.top-company article {
  position: relative;
  z-index: 5;
  top: 13rem;
}
@media screen and (max-width: 768px) {
  section.top-company article {
    top: auto;
  }
}
@media screen and (max-width: 768px) {
  section.top-company article::after {
    content: "";
    width: 21.09375vw;
    height: 20.8854166667vw;
    max-width: 40.5rem;
    max-height: 40.1rem;
    background: url("../images/top/bg_01.svg") no-repeat;
    background-size: contain;
    right: 0;
    bottom: -1px;
    position: absolute;
    z-index: 1;
    width: 34.6153846154vw;
    height: 33.8461538462vw;
    bottom: -4.5rem;
    right: 0;
    background: url("../images/top/bg_01_sp.svg") no-repeat;
    background-size: contain;
  }
}
section.top-company article a {
  height: 7rem;
  display: block;
  position: relative;
  margin: 10rem 0 0 0;
}
@media screen and (max-width: 768px) {
  section.top-company article a {
    margin: 3.6rem 0 0 0;
    width: 16rem;
  }
}
section.top-company article a::before {
  content: "";
  left: 0;
  top: 50%;
  width: 7rem;
  height: 7rem;
  background: url("../images/common/chevron_rounded_white.svg") no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  section.top-company article a::before {
    width: 4.6rem;
    height: 4.6rem;
  }
}
section.top-company article a::after {
  content: "";
  position: absolute;
  inset: auto auto 0 9rem;
  width: 15rem;
  height: 0.2rem;
  background: #fff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transform: translateY(-1.5rem);
          transform: translateY(-1.5rem);
}
@media screen and (max-width: 768px) {
  section.top-company article a::after {
    width: 11.5rem;
    inset: auto auto 0 6rem;
    -webkit-transform: translateY(-2.5rem);
            transform: translateY(-2.5rem);
  }
}
section.top-company article a:hover {
  opacity: 1;
}
section.top-company article a:hover::before {
  -webkit-transform: translateY(-50%) rotate(360deg);
          transform: translateY(-50%) rotate(360deg);
}
section.top-company article a span {
  font-size: 1.7rem;
  font-weight: bold;
  margin-left: 9rem;
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-2.5rem);
          transform: translateY(-2.5rem);
}
@media screen and (max-width: 768px) {
  section.top-company article a span {
    font-size: 1.1rem;
    margin-left: 6rem;
    -webkit-transform: translateY(-1.5rem);
            transform: translateY(-1.5rem);
  }
}

section.top-company .overtext {
  font-size: 10.0520833333vw;
  position: absolute;
  left: -5rem;
  top: -23rem;
  color: #fff;
  opacity: 0.07;
}
@media screen and (max-width: 1440px) {
  section.top-company .overtext {
    font-size: 7.1rem;
    left: 2rem;
    top: -14rem;
  }
}
@media screen and (max-width: 1240px) {
  section.top-company .overtext {
    font-size: 7.1rem;
    left: 2rem;
    top: -14rem;
  }
}
@media screen and (max-width: 1024px) {
  section.top-company .overtext {
    font-size: 7.1rem;
    left: 3rem;
    top: -14rem;
  }
}
@media screen and (max-width: 768px) {
  section.top-company .overtext {
    left: 4rem;
    top: -9rem;
    font-size: 6rem;
  }
}
@media screen and (max-width: 370px) {
  section.top-company .overtext {
    font-size: 5rem;
    top: -8rem;
  }
}

section.top-service {
  position: relative;
  padding-top: 8rem;
}
section.top-service::before {
  content: "";
  inset: -35.7rem auto auto 0;
  background: rgba(239, 246, 252, 0.77);
  width: 126.4rem;
  height: 103.8rem;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  section.top-service::before {
    height: 97.4358974359vw;
    width: 69.2307692308vw;
    inset: 46.1538461538vw auto auto 0;
  }
}

section.top-service .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  gap: 10rem;
}
@media screen and (max-width: 1440px) {
  section.top-service .wrapper {
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  section.top-service .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 6rem;
  }
}

section.top-service article {
  max-width: 53.8rem;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.top-service article {
    margin-top: 55.5555555556vw;
  }
}
@media screen and (max-width: 599px) {
  section.top-service article {
    max-width: none;
    margin-top: 55.5555555556vw;
  }
}

section.top-service .read-more {
  height: 7rem;
  display: block;
  position: relative;
  margin: 10rem 0 0 0;
}
@media screen and (max-width: 768px) {
  section.top-service .read-more {
    margin: 3.6rem 0 0 0;
    width: 16rem;
  }
}
@media screen and (max-width: 599px) {
  section.top-service .read-more {
    margin: 3.6rem 0 0 -7vw;
  }
}
section.top-service .read-more::before {
  content: "";
  left: 0;
  top: 50%;
  width: 7rem;
  height: 7rem;
  background: url("../images/common/chevron_rounded_blue_02.svg") no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  section.top-service .read-more::before {
    width: 4.6rem;
    height: 4.6rem;
  }
}
section.top-service .read-more::after {
  content: "";
  position: absolute;
  inset: auto auto 0 9rem;
  width: 15rem;
  height: 0.2rem;
  background: #005BA4;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transform: translateY(-1.5rem);
          transform: translateY(-1.5rem);
}
@media screen and (max-width: 768px) {
  section.top-service .read-more::after {
    width: 11.5rem;
    inset: auto auto 0 6rem;
    -webkit-transform: translateY(-2.5rem);
            transform: translateY(-2.5rem);
  }
}
section.top-service .read-more:hover {
  opacity: 1;
}
section.top-service .read-more:hover::before {
  -webkit-transform: translateY(-50%) rotate(360deg);
          transform: translateY(-50%) rotate(360deg);
}
section.top-service .read-more span {
  font-size: 1.7rem;
  font-weight: bold;
  margin-left: 9rem;
  color: #1A212B;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-2.5rem);
          transform: translateY(-2.5rem);
}
@media screen and (max-width: 768px) {
  section.top-service .read-more span {
    font-size: 1.1rem;
    margin-left: 6rem;
    -webkit-transform: translateY(-1.5rem);
            transform: translateY(-1.5rem);
  }
}

section.top-service h2 {
  font-weight: 400;
  font-size: 4.3rem;
  color: #005BA4;
  line-height: 6.7rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.top-service h2 {
    font-size: 3.2rem;
    position: relative;
  }
  section.top-service h2::before {
    content: "Service";
    left: -2.5rem;
    top: -3rem;
    font-size: 6rem;
    position: absolute;
    color: #fff;
    z-index: -1;
  }
}

section.top-service h3 {
  font-size: 1.8rem;
  color: #1A212B;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  section.top-service h3 {
    font-size: 1.4rem;
  }
}

section.top-service article p {
  font-size: 2.4rem;
  color: #1A212B;
  margin-top: 5rem;
  line-height: 2;
}
@media screen and (max-width: 1240px) {
  section.top-service article p {
    max-width: 40rem;
  }
}
@media screen and (max-width: 1024px) {
  section.top-service article p {
    max-width: 32rem;
  }
}
@media screen and (max-width: 768px) {
  section.top-service article p {
    margin-top: 3rem;
    font-size: 1.5rem;
  }
}

section.top-service .overtext {
  font-size: 10.0520833333vw;
  position: absolute;
  left: 0;
  top: -10rem;
  color: #fff;
  z-index: -1;
}
@media screen and (max-width: 1440px) {
  section.top-service .overtext {
    font-size: 7.2916666667vw;
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 1240px) {
  section.top-service .overtext {
    font-size: 9rem;
    left: 0;
    top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  section.top-service .overtext {
    display: none;
  }
}

section.top-service header {
  margin-right: auto;
  width: 53rem;
}
@media screen and (max-width: 1440px) {
  section.top-service header {
    width: 38.4057971014vw;
    margin-left: 7vw;
  }
}
@media screen and (max-width: 768px) {
  section.top-service header {
    width: 100%;
  }
}

section.top-service header .inner-header {
  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;
  left: calc(100% - 53.8rem);
  width: 48.1770833333vw;
}
@media screen and (max-width: 1240px) {
  section.top-service header .inner-header {
    width: 48.3870967742vw;
  }
}
@media screen and (max-width: 1024px) {
  section.top-service header .inner-header {
    left: -18rem;
  }
}
@media screen and (max-width: 768px) {
  section.top-service header .inner-header {
    left: -7vw;
    width: 100%;
  }
}
section.top-service header .inner-header::before {
  content: "";
  inset: 12.3958333333vw 0 auto auto;
  position: absolute;
  width: 100%;
  height: 10.625vw;
  background: #005BA4;
  z-index: -1;
  max-width: 46.4583333333vw;
}
@media screen and (max-width: 768px) {
  section.top-service header .inner-header::before {
    max-width: none;
    height: 10.2rem;
    inset: 9.6rem auto auto -2.5rem;
    width: calc(100% + 5rem);
  }
}

/*section.top-service header a{
	position: relative;
}
section.top-service header a::before {
    content: "";
    position: absolute;
    inset: auto 0 0 auto;
    background: #1A212B;
    width: 3.7rem;
    height: 3.7rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    transition-delay: .2s;
    z-index: 3;
}*/
/*section.top-service header a:hover {
     &::before {
         opacity: 0.7;
     }
 }*/
section.top-service header picture {
  position: relative;
}
section.top-service header picture::after {
  content: "";
  background: url(../images/performances/arw_01.svg) no-repeat;
  background-size: contain;
  height: 2.1rem;
  width: 2.1rem;
  position: absolute;
  inset: auto 0.5rem 1rem auto;
  z-index: 4;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
section.top-service header picture::before {
  content: "";
  position: absolute;
  inset: auto 0 0 auto;
  background: #1A212B;
  width: 3.7rem;
  height: 3.7rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /* transition-delay: .2s; */
  z-index: 3;
}

section.top-service header a:hover picture::before {
  /*transform: rotate(-90deg) translateY(-4px);*/
  opacity: 0.7;
}
section.top-service header a:hover picture::after {
  /*transform: rotate(-90deg) translateY(-4px);*/
  opacity: 0.7;
}

section.top-service header picture:first-child {
  margin-right: auto;
  max-width: 41.1458333333vw;
  display: block;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  section.top-service header picture:first-child {
    max-width: none;
    margin: auto;
    margin-left: -2.5rem;
    display: block;
    opacity: 1;
  }
}

section.top-service header picture.last {
  margin-left: auto;
  max-width: 41.1458333333vw;
}
@media screen and (max-width: 768px) {
  section.top-service header picture.last {
    max-width: none;
    margin: auto;
    margin-right: -2.5rem;
  }
}

section.top-reason h2 {
  font-weight: 400;
  font-size: 4.3rem;
  color: #005BA4;
  line-height: 6.7rem;
  margin-top: 4.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.top-reason h2::before {
    content: "Reason";
    left: 14rem;
    top: -2rem;
    font-size: 6rem;
    position: absolute;
    z-index: -1;
    color: rgb(242, 248, 252);
  }
}
@media screen and (max-width: 599px) {
  section.top-reason h2 {
    font-size: 3.2rem;
  }
  section.top-reason h2::before {
    left: 5rem;
  }
}

section.top-reason h3 {
  font-size: 1.8rem;
  color: #1A212B;
  margin-top: 0.5rem;
}
@media screen and (max-width: 599px) {
  section.top-reason h3 {
    font-size: 1.4rem;
  }
}

section.top-reason article p {
  font-size: 2.4rem;
  color: #1A212B;
  margin-top: 5rem;
  line-height: 2.1;
}
@media screen and (max-width: 599px) {
  section.top-reason article p {
    margin-top: 3rem;
    font-size: 1.5rem;
  }
}

section.top-reason .overtext {
  font-size: 10.0520833333vw;
  position: absolute;
  left: auto;
  top: -4rem;
  right: 0;
  color: rgb(242, 248, 252);
  z-index: -1;
}
@media screen and (max-width: 1440px) {
  section.top-reason .overtext {
    font-size: 7.2916666667vw;
    top: 7rem;
  }
}
@media screen and (max-width: 768px) {
  section.top-reason .overtext {
    display: none;
  }
}

section.top-reason .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 9rem;
}
@media screen and (max-width: 768px) {
  section.top-reason .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 6rem;
  }
}

section.top-reason .wrapper header {
  max-width: 60rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  section.top-reason .wrapper header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: none;
  }
}
@media screen and (max-width: 599px) {
  section.top-reason .wrapper header picture {
    width: 100%;
    max-width: 30.4rem;
  }
}

section.top-reason .wrapper article {
  width: 100%;
  max-width: 50.7rem;
}
@media screen and (max-width: 599px) {
  section.top-reason .wrapper article {
    max-width: none;
  }
}

section.top-reason {
  padding: 8.8rem 0 13rem 0;
  position: relative;
}
@media screen and (max-width: 599px) {
  section.top-reason {
    padding: 6rem 0 5.4rem;
  }
}
section.top-reason::before {
  content: "";
  position: absolute;
  bottom: 0;
  background: url(../images/top/bg_02.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 35.7rem;
  z-index: -1;
}

section.top-reason .read-more {
  height: 7rem;
  display: block;
  position: relative;
  margin: 10rem 0 0 0;
}
@media screen and (max-width: 599px) {
  section.top-reason .read-more {
    margin: 3.6rem 0 0 0;
    width: 16rem;
  }
}
section.top-reason .read-more::before {
  content: "";
  left: 0;
  top: 50%;
  width: 7rem;
  height: 7rem;
  background: url("../images/common/chevron_rounded_blue_02.svg") no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 599px) {
  section.top-reason .read-more::before {
    width: 4.6rem;
    height: 4.6rem;
  }
}
section.top-reason .read-more::after {
  content: "";
  position: absolute;
  inset: auto auto 0 9rem;
  width: 15rem;
  height: 0.2rem;
  background: #005BA4;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transform: translateY(-1.5rem);
          transform: translateY(-1.5rem);
}
@media screen and (max-width: 599px) {
  section.top-reason .read-more::after {
    width: 11.5rem;
    inset: auto auto 0 6rem;
    -webkit-transform: translateY(-2.5rem);
            transform: translateY(-2.5rem);
  }
}
section.top-reason .read-more:hover {
  opacity: 1;
}
section.top-reason .read-more:hover::before {
  -webkit-transform: translateY(-50%) rotate(360deg);
          transform: translateY(-50%) rotate(360deg);
}
section.top-reason .read-more span {
  font-size: 1.7rem;
  font-weight: bold;
  margin-left: 9rem;
  color: #1A212B;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-2.5rem);
          transform: translateY(-2.5rem);
}
@media screen and (max-width: 599px) {
  section.top-reason .read-more span {
    font-size: 1.1rem;
    margin-left: 6rem;
    -webkit-transform: translateY(-1.5rem);
            transform: translateY(-1.5rem);
  }
}

section.top-performance {
  background: rgb(242, 248, 252);
  padding: 14rem 0 17rem;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 599px) {
  section.top-performance {
    padding: 6rem 0 5rem;
  }
}

section.top-performance h2 {
  font-weight: 400;
  font-size: 4.3rem;
  color: #005BA4;
  line-height: 7.7rem;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  section.top-performance h2 {
    font-size: 3.2rem;
  }
}

section.top-performance h3 {
  font-size: 1.8rem;
  color: #1A212B;
  margin-top: 0.5rem;
}
@media screen and (max-width: 599px) {
  section.top-performance h3 {
    font-size: 1.4rem;
  }
}

section.top-performance article p {
  font-size: 2.4rem;
  color: #1A212B;
  margin-top: 5rem;
}
@media screen and (max-width: 599px) {
  section.top-performance article p {
    margin-top: 3rem;
    font-size: 1.5rem;
  }
}

section.top-performance .overtext {
  font-size: 19.3rem;
  position: absolute;
  left: 0;
  top: -4rem;
  color: #fff;
  z-index: -1;
  margin-top: 0;
}
@media screen and (max-width: 1440px) {
  section.top-performance .overtext {
    font-size: 7.2916666667vw;
    top: 7rem;
  }
}
@media screen and (max-width: 768px) {
  section.top-performance .overtext {
    font-size: 13.8888888889vw;
    left: 0;
    top: 6rem;
  }
}
@media screen and (max-width: 599px) {
  section.top-performance .overtext {
    font-size: 13.8888888889vw;
    left: 0;
    top: 1rem;
  }
}

section.top-performance .content {
  margin: 6rem 0 0 0;
}

section.top-recruit h2 {
  font-weight: 400;
  font-size: 4.3rem;
  color: #fff;
  line-height: 6.7rem;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  section.top-recruit h2 {
    font-size: 3.2rem;
  }
}

section.top-recruit h3 {
  font-size: 1.8rem;
  color: #fff;
  margin-top: 0.5rem;
}
@media screen and (max-width: 599px) {
  section.top-recruit h3 {
    font-size: 1.4rem;
  }
}

section.top-recruit article p {
  font-size: 2.4rem;
  color: #fff;
  margin-top: 5rem;
  max-width: 61rem;
  line-height: 2;
}
@media screen and (max-width: 599px) {
  section.top-recruit article p {
    margin-top: 3rem;
    font-size: 1.5rem;
  }
}

section.top-recruit article {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 599px) {
  section.top-recruit article {
    top: auto;
  }
}
section.top-recruit article a {
  height: 7rem;
  display: block;
  position: relative;
  margin: 8.5rem 0 0 0;
}
@media screen and (max-width: 599px) {
  section.top-recruit article a {
    margin: 3.6rem 0 0 0;
    width: 16rem;
  }
}
section.top-recruit article a::before {
  content: "";
  left: 0;
  top: 50%;
  width: 7rem;
  height: 7rem;
  background: url("../images/common/chevron_rounded_white.svg") no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 599px) {
  section.top-recruit article a::before {
    width: 4.6rem;
    height: 4.6rem;
  }
}
section.top-recruit article a::after {
  content: "";
  position: absolute;
  inset: auto auto 0 9rem;
  width: 15rem;
  height: 0.2rem;
  background: #fff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transform: translateY(-1.5rem);
          transform: translateY(-1.5rem);
}
@media screen and (max-width: 599px) {
  section.top-recruit article a::after {
    width: 11.5rem;
    inset: auto auto 0 6rem;
    -webkit-transform: translateY(-2.5rem);
            transform: translateY(-2.5rem);
  }
}
section.top-recruit article a:hover {
  opacity: 1;
}
section.top-recruit article a:hover::before {
  -webkit-transform: translateY(-50%) rotate(360deg);
          transform: translateY(-50%) rotate(360deg);
}
section.top-recruit article a span {
  font-size: 1.7rem;
  font-weight: bold;
  margin-left: 9rem;
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-2.5rem);
          transform: translateY(-2.5rem);
}
@media screen and (max-width: 599px) {
  section.top-recruit article a span {
    font-size: 1.1rem;
    margin-left: 6rem;
    -webkit-transform: translateY(-1.5rem);
            transform: translateY(-1.5rem);
  }
}

section.top-recruit .overtext {
  font-size: 10.0520833333vw;
  position: absolute;
  left: -2rem;
  top: -17.5rem;
  color: #fff;
  opacity: 0.07;
  margin: 0;
}
@media screen and (max-width: 1440px) {
  section.top-recruit .overtext {
    font-size: 11rem;
    top: -11rem;
  }
}
@media screen and (max-width: 1240px) {
  section.top-recruit .overtext {
    font-size: 6rem;
    top: -5rem;
  }
}
@media screen and (max-width: 599px) {
  section.top-recruit .overtext {
    font-size: 6rem;
  }
}
@media screen and (max-width: 599px) {
  section.top-recruit .overtext {
    top: -5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 6rem;
  }
}

section.top-recruit .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 599px) {
  section.top-recruit .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

section.top-recruit .right {
  background: #005BA4;
  width: 50%;
  padding: 8rem 0 8rem 20rem;
  position: relative;
}
@media screen and (max-width: 1240px) {
  section.top-recruit .right {
    padding: 8rem 0 8rem 4rem;
  }
}
@media screen and (max-width: 599px) {
  section.top-recruit .right {
    width: 100%;
    padding: 5rem 2.5rem;
  }
}

section.top-recruit .left {
  width: 50%;
}
@media screen and (max-width: 599px) {
  section.top-recruit .left {
    width: 100%;
  }
}

section.top-recruit .left picture {
  height: 100%;
  width: 100%;
}

section.top-recruit .left picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section.top-contact {
  background: url(../images/top/bg_03.svg) no-repeat;
  background-size: cover;
  padding: 7rem 0;
  border-bottom: 1.1rem solid #005BA4;
}
@media screen and (max-width: 599px) {
  section.top-contact {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  section.top-contact .container {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 768px) {
  section.top-contact .container {
    padding: 0 5rem;
  }
}
@media screen and (max-width: 599px) {
  section.top-contact .container {
    padding: 0 2.5rem;
  }
}

section.top-contact .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.8rem;
}
@media screen and (max-width: 1240px) {
  section.top-contact .wrapper {
    gap: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  section.top-contact .wrapper {
    gap: 1rem;
  }
}
@media screen and (max-width: 768px) {
  section.top-contact .wrapper {
    gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

section.top-contact .wrapper > a {
  max-width: 36.8rem;
  width: 100%;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  height: 12.3rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  section.top-contact .wrapper > a {
    max-width: none;
  }
}
section.top-contact .wrapper > a:hover {
  background: #005BA4;
  opacity: 1;
}
section.top-contact .wrapper > a:hover p:not(.hours), section.top-contact .wrapper > a:hover p.hours {
  color: #fff;
  opacity: 1;
}

section.top-contact .wrapper > a p:not(.hours) {
  font-size: 2.8rem;
  font-weight: bold;
  margin-left: 2rem;
}
@media screen and (max-width: 1024px) {
  section.top-contact .wrapper > a p:not(.hours) {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 768px) {
  section.top-contact .wrapper > a p:not(.hours) {
    font-size: 2.8rem;
  }
}

section.top-contact .wrapper > a:first-of-type:hover p:not(.hours), section.top-contact .wrapper > a:first-of-type:hover p.hours {
  color: #fff;
  opacity: 1;
}

section.top-contact .wrapper > a:first-of-type p:not(.hours) {
  color: #1A212B;
  font-size: 3.5rem;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1240px) {
  section.top-contact .wrapper > a:first-of-type p:not(.hours) {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1024px) {
  section.top-contact .wrapper > a:first-of-type p:not(.hours) {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 768px) {
  section.top-contact .wrapper > a:first-of-type p:not(.hours) {
    font-size: 2.8rem;
  }
}

section.top-contact .wrapper > a p.hours {
  font-size: 1.5rem;
  color: #1A212B;
  margin-left: -3.5rem;
}
@media screen and (max-width: 1024px) {
  section.top-contact .wrapper > a p.hours {
    margin-left: 2.5rem;
  }
}
section.top-contact .wrapper > a:first-of-type p:not(.hours)::before {
  content: url("../images/common/icn_phone.svg");
  margin: 0 1rem 0 0;
  display: inline-block;
  position: relative;
  top: 0.3rem;
}

section.top-contact .wrapper > a:nth-of-type(2) p:not(.hours)::before {
  content: url("../images/common/icn_envelop.svg");
  margin: 0 1.5rem 0 0;
  display: inline-block;
  position: relative;
  top: 0.3rem;
}

section.top-contact .wrapper > a:nth-of-type(3) p:not(.hours)::before {
  content: url("../images/common/icn_person.svg");
  margin: 0 1.4rem 0 0;
  display: inline-block;
  position: relative;
  top: 0.3rem;
}

.performance, .performance--single {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 8rem [content-start] minmax(1rem, 120rem) [content-end] 8rem;
  grid-template-columns: 8rem [content-start] minmax(1rem, 120rem) [content-end] 8rem;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 11.5rem 0 15rem;
  position: relative;
}
.performance::before, .performance--single::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #F5F9FC;
  height: 65.6rem;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .performance, .performance--single {
    -ms-grid-columns: 2rem [content-start] minmax(1rem, 120rem) [content-end] 2rem;
    grid-template-columns: 2rem [content-start] minmax(1rem, 120rem) [content-end] 2rem;
  }
}
@media screen and (max-width: 768px) {
  .performance, .performance--single {
    padding: 5rem 0 7.5rem;
  }
}

.performance--single {
  padding: 10rem 0 9rem;
}

.performance > *, .performance--single > * {
  grid-column: content;
}

.performance .keywords {
  margin: 6rem 0 0 0;
}

.performance .keywords h3 {
  background: #005BA4;
  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;
  color: #fff;
  font-size: 2.3rem;
  font-weight: bold;
  height: 5.3rem;
  line-height: 1;
  letter-spacing: 3px;
}

.performance .keywords-list {
  border: 1px solid #005BA4;
  padding: 2.5rem 3rem 2rem;
}
.performance .keywords-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 1.5rem;
}
.performance .keywords-list li a {
  background: #E1E1E1;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: #1A212B;
}

.performance--single .keywords-list {
  padding: 2.5rem 0 2rem;
}
.performance--single .keywords-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 1.5rem;
}
.performance--single .keywords-list li a {
  background: #E1E1E1;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: #1A212B;
}

.performance h3.section-title {
  margin: 7.5rem 0 0 0;
}
@media screen and (max-width: 768px) {
  .performance h3.section-title {
    margin: 3.25rem 0 0 0;
  }
}

.performance h3.section-title:not(:first-of-type) {
  margin: 15rem 0 0 0;
}
@media screen and (max-width: 768px) {
  .performance h3.section-title:not(:first-of-type) {
    margin: 7.5rem 0 0 0;
  }
}

.performance .items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3.5rem 2rem;
  margin: 3.5rem 0 0 0;
}
@media screen and (max-width: 1024px) {
  .performance .items {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 599px) {
  .performance .items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.performance--single .items {
  margin: 4rem 0 0 0;
}

.performance .item {
  display: block;
}
.performance .item:hover {
  opacity: 1;
}

.performance .item figure {
  position: relative;
}
.performance .item figure::before {
  content: "";
  position: absolute;
  /*inset: auto 0 0 auto;*/
  background: #005BA4;
  width: 4.6rem;
  height: 4.6rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  /*transition-delay: .2s;*/
  z-index: 3;
  right: 0;
  bottom: 0;
}

.performance .item:hover figure::before {
  opacity: 0.65;
}

.performance .item picture {
  position: relative;
}
.performance .item picture::before {
  content: "";
  background: url(../images/performances/arw_01.svg) no-repeat;
  background-size: contain;
  height: 2.1rem;
  width: 2.1rem;
  position: absolute;
  inset: auto 1.05rem 1.3rem auto;
  z-index: 4;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.performance .item:hover picture {
  background: #005BA4;
}
.performance .item:hover picture::before {
  /*transform: rotate(-90deg);*/
  opacity: 0.7;
}
.performance .item:hover picture img {
  opacity: 0.65;
}

.performance .item img {
  height: 30rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.performance .item p {
  font-weight: bold;
  font-size: 2.5rem;
  color: #1A212B;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: 0.5rem 0 0 0;
}
@media screen and (max-width: 768px) {
  .performance .item p {
    font-size: 1.8rem;
  }
}

.performance .item:hover p {
  color: #005BA4;
}

.wp-block-image.size-large img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
  width: 100%;
}

.slider-nav .slick-list .slick-track {
  margin: 3rem 0 5.5rem 1.1rem;
  gap: 2.3rem;
}

.slider-nav .slick-list .slick-track .slick-slide {
  margin-right: 2.2rem;
}

.performance--single .pagination {
  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: 6rem;
  margin: 16rem 0 0 0;
}
@media screen and (max-width: 1024px) {
  .performance--single .pagination {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}

.performance--single .pagination .back-to .btn-perfs {
  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;
  font-size: 2.2rem;
  color: #005BA4;
  font-weight: bold;
  border: 2px solid #005BA4;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #fff;
  width: 45rem;
  height: 9rem;
  position: relative;
  border-radius: 5rem;
  opacity: 1;
}
@media screen and (max-width: 599px) {
  .performance--single .pagination .back-to .btn-perfs {
    width: 100%;
    max-width: 45rem;
    min-width: 32rem;
  }
}
@media screen and (max-width: 370px) {
  .performance--single .pagination .back-to .btn-perfs {
    min-width: 30rem;
  }
}
.performance--single .pagination .back-to .btn-perfs::after {
  content: "";
  background: url(../images/performances/chevron.svg) no-repeat;
  background-size: contain;
  width: 0.6rem;
  height: 1.2rem;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  inset: 50% 3.3rem auto auto;
}
.performance--single .pagination .back-to .btn-perfs:hover {
  background: #005BA4;
  color: #fff;
  opacity: 1;
}

.performance--single .pagination .btn-perfs {
  font-size: 1.6rem;
  color: #1A212B;
  font-weight: bold;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.performance--single .pagination .btn-perfs:hover {
  opacity: 1;
  color: #005BA4;
}

.performance--single .pagination .prev-perfs-link,
.performance--single .pagination .next-perfs-link {
  font-size: 1.6rem;
  color: #1A212B;
  font-weight: bold;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.performance--single .pagination .prev-perfs-link::before,
.performance--single .pagination .next-perfs-link::before {
  content: "";
  inset: 50% auto auto -4.7rem;
  background: url(../images/performances/db_arw.svg) no-repeat;
  background-size: contain;
  width: 3.2rem;
  height: 1.6rem;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.performance--single .pagination .next-perfs-link::before {
  content: "";
  inset: 50% -4.7rem auto auto;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.archive-news, .news--single {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 8rem [content-start] minmax(1rem, 120rem) [content-end] 8rem;
  grid-template-columns: 8rem [content-start] minmax(1rem, 120rem) [content-end] 8rem;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 11.5rem 0 15rem;
  position: relative;
}
.archive-news::before, .news--single::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #F5F9FC;
  height: 65.6rem;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .archive-news, .news--single {
    -ms-grid-columns: 2rem [content-start] minmax(1rem, 120rem) [content-end] 2rem;
    grid-template-columns: 2rem [content-start] minmax(1rem, 120rem) [content-end] 2rem;
  }
}
@media screen and (max-width: 768px) {
  .archive-news, .news--single {
    padding: 5rem 0 7.5rem;
  }
}

.news--single {
  padding: 10rem 0 9rem;
}

.archive-news > *, .news--single > * {
  grid-column: content;
}

.page-contact {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 8rem [content-start] minmax(1rem, 120rem) [content-end] 8rem;
  grid-template-columns: 8rem [content-start] minmax(1rem, 120rem) [content-end] 8rem;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 11rem 0 13rem;
  position: relative;
}
.page-contact::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #F5F9FC;
  height: 65.6rem;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .page-contact {
    -ms-grid-columns: 2rem [content-start] minmax(1rem, 120rem) [content-end] 2rem;
    grid-template-columns: 2rem [content-start] minmax(1rem, 120rem) [content-end] 2rem;
  }
}
@media screen and (max-width: 768px) {
  .page-contact {
    padding: 5rem 0 7.5rem;
  }
}

.page-contact > * {
  grid-column: content;
}

.is-show-confirm, .is-show-error, .is-show-success {
  display: none;
}

.mw_wp_form_confirm .is-show-confirm, .mw_wp_form_error .is-show-error, .mw_wp_form_success .is-show-success {
  display: block;
  text-align: left;
  margin-bottom: 3rem;
  color: #A40000;
}

.mw_wp_form_confirm .is-show-confirm {
  color: orange;
}

.mw_wp_form_success .is-show-success {
  color: green;
}

.page-contact dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40rem 4rem 1fr;
  grid-template-columns: 40rem 1fr;
  gap: 4rem;
  margin: 4rem 0 0 0;
}
@media screen and (max-width: 1024px) {
  .page-contact dl {
    -ms-grid-columns: 16rem 1fr;
    grid-template-columns: 16rem 1fr;
  }
}
@media screen and (max-width: 599px) {
  .page-contact dl {
    margin: 2.5rem 0 0 0;
  }
}
.page-contact dl:first-of-type {
  margin: 0;
}
@media screen and (max-width: 599px) {
  .page-contact dl {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 4.6rem 0 1fr;
    grid-template-rows: 4.6rem 1fr;
    gap: 0;
  }
  .page-contact dl > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .page-contact dl > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}

.page-contact dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #A40000;
}

.page-contact dt label {
  color: #1A212B;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  padding-right: 1rem;
}

.page-contact dt span {
  color: #FF0B0B;
  margin: 0 0 0 0.5rem;
}

.page-contact dd input:not([type=radio]) {
  border: 1px solid #707070;
  border-radius: 10px;
  padding: 1.6rem 2rem;
  max-width: 86rem;
  width: 100%;
  height: 6rem;
}

.page-contact dd select {
  border: 1px solid #707070;
  border-radius: 10px;
  height: 6rem;
  padding: 1.6rem 2rem;
  max-width: 86rem;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/common/chevron_bottom_blue.svg") no-repeat;
  background-position: right 1.6rem center;
}

.page-contact textarea {
  border: 1px solid #707070;
  border-radius: 10px;
  padding: 1.6rem 2rem;
  max-width: 86rem;
  width: 100%;
  height: 28.1rem;
}

.page-contact dl:has(textarea) dt {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 1.5rem 0 0 0;
}

.page-contact dd {
  text-align: left;
}

.cbx-container {
  width: 100%;
  margin: 9.5rem auto 0 0px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .cbx-container {
    margin: 11.3rem auto 0;
  }
}
@media screen and (max-width: 599px) {
  .cbx-container {
    margin: 5rem auto 0;
  }
}

.submit-block {
  width: 58rem;
  margin: auto;
  position: relative;
}
.submit-block::after {
  content: "";
  position: absolute;
  right: 2.8rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../images/common/chevron_right_white.svg") no-repeat;
  background-size: contain;
  width: 0.7rem;
  height: 1.2rem;
}
@media screen and (max-width: 599px) {
  .submit-block {
    width: auto;
  }
}

input.btn--submit {
  width: 58rem;
  height: 11.4rem;
  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;
  background: #005BA4;
  margin: 4rem auto 0;
  border: none;
  border-radius: 5rem;
  border: 1px solid #005BA4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
  font-size: 1.8rem;
}
input.btn--submit:hover {
  background: #fff;
  color: #005BA4;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  input.btn--submit {
    margin: 8rem auto 0;
    height: 7rem;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  input.btn--submit {
    margin: 4rem auto 0;
    height: 7rem;
    width: 100%;
  }
}
@media screen and (max-width: 370px) {
  input.btn--submit {
    width: 23rem;
    height: 7rem;
    width: 100%;
  }
}

label[for=agreement-1] {
  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;
}

.agreement {
  border-radius: none;
  height: 1.9rem;
  width: 1.9em;
  accent-color: #005BA4;
}

.mw_wp_form_confirm .submit-block::after {
  content: none;
}

.mw_wp_form_confirm .btn--back {
  width: 58rem;
  height: 11.4rem;
  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;
  background: #005BA4;
  margin: 8rem auto 0;
  border: none;
  border-radius: 5rem;
  border: 1px solid #005BA4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
  font-size: 1.8rem;
  margin-top: 3rem;
}
.mw_wp_form_confirm .btn--back:hover {
  background: #fff;
  color: #005BA4;
  opacity: 1;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .mw_wp_form_confirm .btn--back {
    margin: 8rem auto 0;
    height: 7rem;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .mw_wp_form_confirm .btn--back {
    width: 100%;
    height: 7rem;
  }
}
@media screen and (max-width: 370px) {
  .mw_wp_form_confirm .btn--back {
    max-width: 23rem;
    height: 7rem;
    width: 100%;
  }
}

.mw_wp_form_confirm .cbx-container {
  font-size: 1.6rem;
  margin-left: auto;
}

.mw_wp_form, .mw_wp_form_confirm, .mw_wp_form_complete {
  margin-top: 8rem;
  font-size: 1.8rem;
  text-align: center;
}

.mw_wp_form_complete .btn--submit {
  width: 58rem;
  height: 11.4rem;
  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;
  background: #005BA4;
  margin: 6rem auto 0;
  border: none;
  border-radius: 5rem;
  border: 1px solid #005BA4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
  font-size: 1.8rem;
}
.mw_wp_form_complete .btn--submit:hover {
  background: #fff;
  color: #005BA4;
  opacity: 1;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .mw_wp_form_complete .btn--submit {
    height: 7rem;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .mw_wp_form_complete .btn--submit {
    width: 100%;
  }
}

.page-company, .page-greetings, .page-philosophy, .page-history, .page-about, .page-office, .page-access {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 8rem [content-start] minmax(1rem, 120rem) [content-end] 8rem;
  grid-template-columns: 8rem [content-start] minmax(1rem, 120rem) [content-end] 8rem;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 11.5rem 0 15rem;
  position: relative;
}
.page-company::before, .page-greetings::before, .page-philosophy::before, .page-history::before, .page-about::before, .page-office::before, .page-access::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #F5F9FC;
  height: 25%;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .page-company, .page-greetings, .page-philosophy, .page-history, .page-about, .page-office, .page-access {
    -ms-grid-columns: 2rem [content-start] minmax(1rem, 120rem) [content-end] 2rem;
    grid-template-columns: 2rem [content-start] minmax(1rem, 120rem) [content-end] 2rem;
  }
}
@media screen and (max-width: 768px) {
  .page-company, .page-greetings, .page-philosophy, .page-history, .page-about, .page-office, .page-access {
    padding: 5rem 0 7.5rem;
  }
}

.page-company, .page-greetings, .page-philosophy, .page-history, .page-about, .page-office, .page-access {
  padding: 10rem 0 9rem;
}

.page-company > *, .page-greetings > *, .page-philosophy > *, .page-history > *, .page-about > *, .page-office > *, .page-access > * {
  grid-column: content;
}

.page-company .items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5.7rem 1fr 5.7rem 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4.5rem 5.7rem;
  margin: 10rem 0 0 0;
}
@media screen and (max-width: 1024px) {
  .page-company .items {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin: 8rem 0 0 0;
  }
}
@media screen and (max-width: 599px) {
  .page-company .items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin: 3rem 0 0 0;
  }
}

.page-company .item {
  display: block;
}
.page-company .item:hover {
  opacity: 1;
}

.page-company .item figure {
  position: relative;
}
.page-company .item figure::before {
  content: "";
  position: absolute;
  inset: auto 0 0 auto;
  background: #005BA4;
  width: 3.7rem;
  height: 3.7rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /*transition-delay: .2s;*/
  z-index: 3;
}

.page-company .item:hover figure::before {
  /*content: "";*/
  opacity: 0.65;
  /*background: $primary-color;
  background-size: cover;
  width: 100%;
  height: 100%;*/
}

.page-company .item picture {
  position: relative;
}
.page-company .item picture::before {
  content: "";
  background: url(../images/performances/arw_01.svg) no-repeat;
  background-size: contain;
  height: 2.1rem;
  width: 2.1rem;
  position: absolute;
  inset: auto 0.5rem 1rem auto;
  z-index: 4;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.page-company .item:hover picture {
  background: #005BA4;
}
.page-company .item:hover picture::before {
  /*transform: rotate(-90deg) translateY(-4px);*/
  opacity: 0.7;
}
.page-company .item:hover picture img {
  opacity: 0.65;
}

.page-company .item img {
  -o-object-fit: cover;
     object-fit: cover;
}

.page-company .item p {
  font-weight: bold;
  font-size: 3rem;
  color: #1A212B;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: 0.5rem 0 0 0;
}
@media screen and (max-width: 768px) {
  .page-company .item p {
    font-size: 1.8rem;
  }
}

.page-company .item:hover p {
  color: #005BA4;
}

.page-company section:nth-child(2) p {
  margin: 6rem 0 0 0;
}
@media screen and (max-width: 768px) {
  .page-company section:nth-child(2) p {
    margin: 3rem 0 0 0;
  }
}

.page-company section:nth-child(2) figure + p {
  font-size: 3rem;
  margin: 1.5rem 0 0 0;
}
@media screen and (max-width: 1024px) {
  .page-company section:nth-child(2) figure + p {
    margin: 1rem 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .page-company section:nth-child(2) figure + p {
    font-size: 2rem;
    margin: 0.5rem 0 0 0;
  }
}

.page-greetings .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7rem;
  margin: 4rem 0 0 0;
}
@media screen and (max-width: 1024px) {
  .page-greetings .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.page-greetings .box .right {
  max-width: 38.8rem;
  width: 100%;
}

.page-greetings .box .left {
  max-width: 74.2rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .page-greetings .box .left {
    max-width: none;
  }
}

.page-greetings .box h3 {
  font-weight: bold;
  font-size: 3rem;
  line-height: 4.5rem;
}
@media screen and (max-width: 599px) {
  .page-greetings .box h3 {
    font-size: 2rem;
  }
}

.page-greetings .box p {
  margin: 4rem 0 0 0;
  font-size: 2rem;
}
@media screen and (max-width: 599px) {
  .page-greetings .box p {
    font-size: 1.6rem;
  }
}

.page-greetings .sign {
  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: 4rem 2.6rem;
}

.page-greetings p.left-sign {
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .page-greetings p.left-sign {
    font-size: 1.8rem;
  }
}

.page-greetings p.right-sign {
  font-size: 3.3rem;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .page-greetings p.right-sign {
    font-size: 3rem;
  }
}

.page-philosophy .box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4.7rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr 6rem 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 6rem 4.7rem;
  margin: 9rem 0 0 0;
  background: #fff;
  padding: 8rem;
  width: calc(100% + 16rem);
  margin-left: -8rem;
}

.page-philosophy .box > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.page-philosophy .box > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.page-philosophy .box > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.page-philosophy .box > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
@media screen and (max-width: 1240px) {
  .page-philosophy .box {
    padding: 6rem 2rem;
    width: calc(100% + 4rem);
    margin-left: -2rem;
    gap: 6rem 3rem;
  }
}
@media screen and (max-width: 1024px) {
  .page-philosophy .box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: (1fr)[4];
    grid-template-rows: repeat(4, 1fr);
    margin-top: 6rem;
  }
  .page-philosophy .box > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .page-philosophy .box > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .page-philosophy .box > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .page-philosophy .box > *:nth-child(4) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
}
@media screen and (max-width: 599px) {
  .page-philosophy .box {
    margin-top: 3rem;
    gap: 3rem;
  }
}

.page-philosophy .box .top-left,
.page-philosophy .box .top-right,
.page-philosophy .box .bottom-left,
.page-philosophy .box .bottom-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.7rem;
}
@media screen and (max-width: 1240px) {
  .page-philosophy .box .top-left,
  .page-philosophy .box .top-right,
  .page-philosophy .box .bottom-left,
  .page-philosophy .box .bottom-right {
    gap: 3rem;
  }
}
@media screen and (max-width: 599px) {
  .page-philosophy .box .top-left,
  .page-philosophy .box .top-right,
  .page-philosophy .box .bottom-left,
  .page-philosophy .box .bottom-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-philosophy .box .blue-round {
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: 2.8rem;
  min-width: 24rem;
  height: 24rem;
  background: #005BA4;
  border-radius: 50%;
  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;
}

.page-philosophy .box p {
  font-size: 1.6rem;
  max-width: 26.4rem;
}
@media screen and (max-width: 1024px) {
  .page-philosophy .box p {
    max-width: unset;
  }
}

.page-philosophy .last {
  margin-top: 4rem;
}

.page-history section:nth-of-type(2) {
  margin-bottom: 21rem;
}
@media screen and (max-width: 768px) {
  .page-history section:nth-of-type(2) {
    margin-bottom: 10rem;
  }
}

.page-history .box {
  margin: 9rem 0 0 0;
}
@media screen and (max-width: 768px) {
  .page-history .box {
    margin-top: 3rem;
  }
}

.page-history dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 9rem;
  border-bottom: 1px solid #707070;
  padding: 3.8rem 0;
}
@media screen and (max-width: 599px) {
  .page-history dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 1.9rem 0;
  }
}

.page-history dt {
  min-width: 15rem;
  color: #005BA4;
  font-size: 3.3rem;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .page-history dt {
    font-size: 2.2rem;
  }
}

.page-history th {
  text-align: left;
  vertical-align: top;
  min-width: 15rem;
}

.page-history td {
  vertical-align: top;
  text-align: left;
}

.page-history td, .page-history th, .page-history dd {
  font-size: 2.3rem;
}
@media screen and (max-width: 599px) {
  .page-history td, .page-history th, .page-history dd {
    font-size: 1.8rem;
  }
}

.page-history dd.vertical {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page-history th span, .page-history td span {
  font-size: 2.3rem;
  font-family: "Noto Serif JP", serif;
  line-height: 50px;
}
@media screen and (max-width: 768px) {
  .page-history th span, .page-history td span {
    font-size: 1.8rem;
    line-height: 1.85;
  }
}

.page-about .box {
  margin: 9rem 0 0 0;
}
@media screen and (max-width: 599px) {
  .page-about .box {
    margin-top: 3rem;
  }
}

.page-about dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 3.8rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-about dl:first-of-type {
  border-top: none;
}
@media screen and (max-width: 599px) {
  .page-about dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 1.9rem 0;
  }
}

.page-about dt {
  min-width: 24rem;
  color: #1A212B;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .page-about dt {
    min-width: 15rem;
  }
}
@media screen and (max-width: 599px) {
  .page-about dt {
    font-size: 1.6rem;
  }
}

.page-about dd {
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .page-about dd {
    font-size: 1.6rem;
  }
}

.page-office .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7rem;
  margin-top: 9rem;
}
@media screen and (max-width: 1024px) {
  .page-office .box:nth-of-type(1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-office .box:nth-of-type(1) .right {
  margin-right: -8rem;
}
@media screen and (max-width: 1440px) {
  .page-office .box:nth-of-type(1) .right {
    margin-right: 0;
  }
}
.page-office .box:nth-of-type(1) .left {
  max-width: 56.8rem;
  width: 100%;
}
.page-office .box:nth-of-type(2) {
  margin-top: 10rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .page-office .box:nth-of-type(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-office .box:nth-of-type(2) .right {
  margin-left: -8rem;
}
@media screen and (max-width: 1440px) {
  .page-office .box:nth-of-type(2) .right {
    margin-left: 0;
  }
}
.page-office .box:nth-of-type(2) .left {
  max-width: 56.8rem;
  width: 100%;
}

.page-office .box .right {
  max-width: 64rem;
  width: 100%;
}

.page-office .box p {
  margin-top: 5rem;
}

.page-office .box p:last-child {
  margin-top: 3rem;
}

.page-office h3.section-title {
  line-height: 3.7rem;
}
.page-office h3.section-title::after {
  content: none;
}

.page-office section:nth-of-type(3) {
  margin: 12.5rem 0 0 0;
}

.page-office .grid-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 1fr 3rem 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5rem 3rem;
  margin: 7.7rem 0 0 0;
}
@media screen and (max-width: 768px) {
  .page-office .grid-box {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 599px) {
  .page-office .grid-box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin: 3.7rem 0 0 0;
    gap: 2.5rem;
  }
}
.page-office .grid-box figcaption {
  font-size: 2rem;
}

.page-access h3.section-title {
  line-height: 3.7rem;
}
.page-access h3.section-title::after {
  content: none;
}

.page-access section:nth-child(2) {
  margin: 9rem 0 0 0;
}
.page-access section:nth-child(2) p {
  margin: 5rem 0 0 0;
}

.page-access section:nth-child(3) {
  margin: 10rem 0 0 0;
}
.page-access section:nth-child(3) p {
  margin: 5rem 0 0 0;
}

.page-access section .map {
  margin: 3rem 0 0 0;
  height: 47.7rem;
}

.hero--recruit {
  overflow: hidden;
}

.hero--recruit .sublogo {
  background: url(../images/recruit/join.svg) no-repeat;
  background-size: contain;
  width: 144.7rem;
  height: 112.1rem;
  left: -13rem;
  top: 15rem;
  -webkit-transform: none;
          transform: none;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.hero--recruit .overtext {
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 147rem;
  padding: 0 4rem;
  color: #fff;
  margin: 0 auto 0;
  top: 50%;
  left: 0;
  -webkit-transform: none;
          transform: none;
  position: absolute;
  z-index: 5;
}
.hero--recruit .overtext h2 {
  font-size: 3.6rem;
  line-height: 5rem;
  font-weight: bold;
}
.hero--recruit .overtext p {
  font-size: 5.8rem;
  font-weight: bold;
  line-height: 10rem;
  margin: 0;
}
.hero--recruit .overtext .blue {
  color: #1D9AFF;
  font-size: 1.8rem;
  font-style: italic;
  margin: 0 0 0 7rem;
  line-height: 1.85;
  margin-top: 5rem;
  position: relative;
  z-index: 5;
}
.hero--recruit .overtext .sublogo {
  top: -89%;
  left: -27%;
  z-index: -1;
}

.scroller--recruit {
  width: 1.7rem;
  height: 2.6rem;
  inset: auto 6.8229166667vw 9rem auto;
}
.scroller--recruit picture:first-of-type {
  width: 10rem;
  height: 10rem;
  position: absolute;
  left: -43px;
  top: -35px;
  -webkit-animation: scroller-rotate 20s linear infinite;
          animation: scroller-rotate 20s linear infinite;
}

@-webkit-keyframes scroller-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes scroller-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.interval--recruit {
  height: 47.1rem;
  width: 100%;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #1D9AFF;
  position: relative;
  z-index: 9;
}
.interval--recruit::after {
  content: "";
  width: 47rem;
  height: 47rem;
  background: url("../images/recruit/form_01.svg") no-repeat;
  background-size: contain;
  right: 0;
  bottom: -1px;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .interval--recruit::after {
    content: none;
  }
}
.interval--recruit::before {
  content: "";
  width: 62rem;
  height: 39rem;
  background: url("../images/recruit/form_02.svg") no-repeat;
  background-size: contain;
  right: 0;
  bottom: -1px;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .interval--recruit::before {
    content: none;
  }
}
.interval--recruit h2 {
  font-size: 6.6rem;
  color: #fff;
  font-weight: bold;
  line-height: 96px;
}
.interval--recruit p {
  font-size: 2.2rem;
  color: #fff;
  font-weight: bold;
  line-height: 30px;
}

.top-about--recruit {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 13.5rem 0 10rem;
}
.top-about--recruit h2 {
  font-size: 4rem;
  font-weight: bold;
  position: relative;
  padding-left: 6.5rem;
}
@media screen and (max-width: 1024px) {
  .top-about--recruit h2 {
    font-size: 3rem;
  }
}
.top-about--recruit h2::after {
  content: "";
  position: absolute;
  inset: 50% 0 0 0;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
  height: 1rem;
  width: 1rem;
  background: #1D9AFF;
  border-radius: 50px;
}
.top-about--recruit h2::before {
  content: "01";
  position: absolute;
  inset: 50% 0 0 1.6rem;
  font-family: "Libre Baskerville, serif";
  font-size: 1.5rem;
  font-weight: bold;
  color: #1D9AFF;
  line-height: 10px;
}
.top-about--recruit h2 + p + p {
  margin: 3rem 0 0 0;
  line-height: 3.2rem;
}
.top-about--recruit .subtitle {
  font-size: 1.6rem;
  margin-left: 6.5rem;
}
.top-about--recruit .left {
  position: relative;
  width: 50vw;
  margin-top: -14.3229166667vw;
}
.top-about--recruit .left picture:first-of-type {
  max-width: 96rem;
  position: relative;
  z-index: 3;
  height: 71.3rem;
}
.top-about--recruit .right {
  position: relative;
  max-width: 63.7rem;
  width: 33.3333333333vw;
  margin-left: 8.1770833333vw;
}
.top-about--recruit .right a {
  height: 7rem;
  display: block;
  position: relative;
  margin: 10rem 0 0 0;
}
@media screen and (max-width: 768px) {
  .top-about--recruit .right a {
    margin: 3.6rem 0 0 0;
    width: 16rem;
  }
}
.top-about--recruit .right a span {
  font-weight: bold;
  font-size: 2rem;
  margin-left: 9rem;
  color: #1A212B;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-2.5rem);
          transform: translateY(-2.5rem);
}
@media screen and (max-width: 768px) {
  .top-about--recruit .right a span {
    font-size: 1.1rem;
    margin-left: 6rem;
    -webkit-transform: translateY(-1.5rem);
            transform: translateY(-1.5rem);
  }
}
.top-about--recruit .right a::before {
  content: "";
  left: 0;
  top: 50%;
  width: 7rem;
  height: 7rem;
  background: url("../images/recruit/chevron_rounded_light_blue.svg") no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .top-about--recruit .right a::before {
    width: 4.6rem;
    height: 4.6rem;
  }
}
.top-about--recruit .right a::after {
  content: "";
  position: absolute;
  inset: auto auto 0 9rem;
  width: 21.4rem;
  height: 0.4rem;
  background: #1D9AFF;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transform: translateY(-1.5rem);
          transform: translateY(-1.5rem);
}
@media screen and (max-width: 768px) {
  .top-about--recruit .right a::after {
    width: 11.5rem;
    inset: auto auto 0 6rem;
    -webkit-transform: translateY(-2.5rem);
            transform: translateY(-2.5rem);
  }
}
.top-about--recruit .right a:hover {
  opacity: 1;
}
.top-about--recruit .right a:hover::before {
  -webkit-transform: translateY(-50%) rotate(360deg);
          transform: translateY(-50%) rotate(360deg);
}

.top-work--recruit {
  padding-top: 9rem;
  background: url(../images/recruit/bg_01.png) no-repeat;
  height: 96rem;
  position: relative;
}
.top-work--recruit::after {
  content: "";
  background: url(../images/recruit/layer.svg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 41.8rem;
  position: absolute;
  inset: 54.8rem 0 0 0;
  z-index: -1;
}
.top-work--recruit h2 {
  font-size: 4rem;
  font-weight: bold;
  position: relative;
  padding-left: 6.5rem;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .top-work--recruit h2 {
    font-size: 3rem;
  }
}
.top-work--recruit h2::after {
  content: "";
  position: absolute;
  inset: 50% 0 0 0;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
  height: 1rem;
  width: 1rem;
  background: #1D9AFF;
  border-radius: 50px;
}
.top-work--recruit h2::before {
  content: "02";
  position: absolute;
  inset: 50% 0 0 1.6rem;
  font-family: "Libre Baskerville, serif";
  font-size: 1.5rem;
  font-weight: bold;
  color: #1D9AFF;
  line-height: 10px;
}
.top-work--recruit-interview {
  background: url(../images/recruit/bg_03.webp) no-repeat;
}
.top-work--recruit-interview h2::before {
  content: "04";
  position: absolute;
  inset: 50% 0 0 1.6rem;
  font-family: "Libre Baskerville, serif";
  font-size: 1.5rem;
  font-weight: bold;
  color: #1D9AFF;
  line-height: 10px;
}
.top-work--recruit h2 + p + p {
  color: #fff;
  margin: 3rem 0 0 0;
  line-height: 3.2rem;
}
.top-work--recruit .subtitle {
  font-size: 1.6rem;
  margin-left: 6.5rem;
  color: #fff;
}
.top-work--recruit .img-ctn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  gap: 4rem;
  margin-top: 7rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-work--recruit-interview .img-ctn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.8rem;
}
.top-work--recruit .img-ctn figure figcaption {
  font-size: 2.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}
.top-work--recruit-interview .img-ctn figure {
  background: #1D9AFF;
  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;
  gap: 1.2rem;
  padding: 2.5rem;
}
.top-work--recruit-interview .img-ctn figure figcaption:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.top-work--recruit-interview .img-ctn figure figcaption:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.9rem;
  color: #fff;
}
.top-work--recruit .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.top-work--recruit .link a {
  height: 7rem;
  display: block;
  position: relative;
  margin: 4.7rem 0 0 0;
  left: auto;
  right: 0;
  width: 31rem;
}
@media screen and (max-width: 768px) {
  .top-work--recruit .link a {
    margin: 3.6rem 0 0 0;
    width: 16rem;
  }
}
.top-work--recruit .link a span {
  font-weight: bold;
  font-size: 2rem;
  margin-left: 9rem;
  color: #1A212B;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-2.5rem);
          transform: translateY(-2.5rem);
}
@media screen and (max-width: 768px) {
  .top-work--recruit .link a span {
    font-size: 1.1rem;
    margin-left: 6rem;
    -webkit-transform: translateY(-1.5rem);
            transform: translateY(-1.5rem);
  }
}
.top-work--recruit .link a::before {
  content: "";
  left: 0;
  top: 50%;
  width: 7rem;
  height: 7rem;
  background: url("../images/recruit/chevron_rounded_light_blue.svg") no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .top-work--recruit .link a::before {
    width: 4.6rem;
    height: 4.6rem;
  }
}
.top-work--recruit .link a::after {
  content: "";
  position: absolute;
  inset: auto auto 0 9rem;
  width: 21.4rem;
  height: 0.4rem;
  background: #1D9AFF;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transform: translateY(-1.5rem);
          transform: translateY(-1.5rem);
}
@media screen and (max-width: 768px) {
  .top-work--recruit .link a::after {
    width: 11.5rem;
    inset: auto auto 0 6rem;
    -webkit-transform: translateY(-2.5rem);
            transform: translateY(-2.5rem);
  }
}
.top-work--recruit .link a:hover {
  opacity: 1;
}
.top-work--recruit .link a:hover::before {
  -webkit-transform: translateY(-50%) rotate(360deg);
          transform: translateY(-50%) rotate(360deg);
}

.top-career--recruit {
  padding: 13rem 0 0;
  position: relative;
}
.top-career--recruit::before {
  content: "";
  background: #EEF7FF;
  width: 100%;
  height: calc(100% - 9rem);
  position: absolute;
  inset: 0 auto auto 0;
}
.top-career--recruit .wrapper {
  z-index: 5;
  position: relative;
  height: 52.7rem;
}
.top-career--recruit .wrapper::after {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  background: url(../images/recruit/bg_02.png) no-repeat;
  background-size: cover;
  width: 84.21875vw;
  height: 100%;
  z-index: -1;
}
.top-career--recruit .left {
  margin-left: 7.03125vw;
  padding-top: 9.2rem;
  max-width: 33.3333333333vw;
}
.top-career--recruit .right {
  margin-top: -9rem;
}
.top-career--recruit h2 {
  font-size: 4rem;
  font-weight: bold;
  position: relative;
  padding-left: 6.5rem;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .top-career--recruit h2 {
    font-size: 3rem;
  }
}
.top-career--recruit h2::after {
  content: "";
  position: absolute;
  inset: 50% 0 0 0;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
  height: 1rem;
  width: 1rem;
  background: #fff;
  border-radius: 50px;
}
.top-career--recruit h2::before {
  content: "02";
  position: absolute;
  inset: 50% 0 0 1.6rem;
  font-family: "Libre Baskerville, serif";
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  line-height: 10px;
}
.top-career--recruit h2 + p + p {
  color: #fff;
  margin: 3rem 0 0 0;
  line-height: 3.2rem;
}
.top-career--recruit .subtitle {
  font-size: 1.6rem;
  margin-left: 6.5rem;
  color: #fff;
}
.top-career--recruit .right {
  position: absolute;
  z-index: 0;
  width: 92rem;
  height: 55.9rem;
  inset: 0 0 auto auto;
  width: 47.9166666667vw;
}
.top-career--recruit .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.top-career--recruit .link a {
  height: 7rem;
  display: block;
  position: relative;
  margin: 8.5rem 0 0 0;
  left: auto;
  right: 0;
  width: 31rem;
}
@media screen and (max-width: 768px) {
  .top-career--recruit .link a {
    margin: 3.6rem 0 0 0;
    width: 16rem;
  }
}
.top-career--recruit .link a span {
  font-weight: bold;
  font-size: 2rem;
  margin-left: 9rem;
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-2.5rem);
          transform: translateY(-2.5rem);
}
@media screen and (max-width: 768px) {
  .top-career--recruit .link a span {
    font-size: 1.1rem;
    margin-left: 6rem;
    -webkit-transform: translateY(-1.5rem);
            transform: translateY(-1.5rem);
  }
}
.top-career--recruit .link a::before {
  content: "";
  left: 0;
  top: 50%;
  width: 7rem;
  height: 7rem;
  background: url("../images/recruit/chevron_rounded_white.svg") no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .top-career--recruit .link a::before {
    width: 4.6rem;
    height: 4.6rem;
  }
}
.top-career--recruit .link a::after {
  content: "";
  position: absolute;
  inset: auto auto 0 9rem;
  width: 21.4rem;
  height: 0.4rem;
  background: #fff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transform: translateY(-1.5rem);
          transform: translateY(-1.5rem);
}
@media screen and (max-width: 768px) {
  .top-career--recruit .link a::after {
    width: 11.5rem;
    inset: auto auto 0 6rem;
    -webkit-transform: translateY(-2.5rem);
            transform: translateY(-2.5rem);
  }
}
.top-career--recruit .link a:hover {
  opacity: 1;
}
.top-career--recruit .link a:hover::before {
  -webkit-transform: translateY(-50%) rotate(360deg);
          transform: translateY(-50%) rotate(360deg);
}

/** Overwriters */
.container {
  padding: 0 2.5rem;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .container {
    padding: 0 8rem;
    max-width: 136rem;
    margin: auto;
  }
}

@media screen and (min-width: 769px) {
  .page-container {
    max-width: 1240px;
    padding: 0 2rem;
  }
}

main {
  margin: 0;
}

@media screen and (max-width: 1440px) {
  .xxl-up-only {
    display: none !important;
  }
}

@media screen and (max-width: 1240px) {
  .xl-up-only {
    display: none !important;
  }
}

@media screen and (min-width: 600px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 599px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .lg-only {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .tb-only {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .tb-down-only {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .tb-up-only {
    display: none !important;
  }
}
/*# sourceMappingURL=app.css.map */