* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  font-size: 1.171875vw;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #fff;
}

p, h1, h2, h3, h4, h5, h6, a {
  margin: 0;
  padding: 0;
  color: #fff;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

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

.header {
  background-color: rgba(46, 93, 147, 0.8);
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  height: 4.296875vw;
}
.header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(/recruit/src/img/bgtile.webp);
  background-repeat: repeat;
  background-size: 50px 50px;
  z-index: 99;
  opacity: 0.9;
}
@media (max-width: 768px) {
  .header {
    background-color: rgb(226, 233, 240);
    height: 13.75vw;
  }
  .header:before {
    background-image: url(/recruit/src/img/bgtile-2.webp);
  }
}

.header-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E2E9F0;
  z-index: 100;
}
@media (max-width: 768px) {
  .header-container {
    height: 13.75vw;
  }
}

.header-left {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4.296875vw;
}
.header-left 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;
  height: 100%;
}
.header-left a img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .header-left {
    margin-left: 4vw;
    width: 41.75vw;
    height: auto;
  }
  .header-left a {
    width: 100%;
  }
  .header-left a img {
    height: auto;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 768px) {
  .header-nav {
    display: none;
  }
}
.header-nav .header-nav-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875vw;
  margin: 0;
  padding-left: 0;
}
.header-nav .header-nav-list-item a {
  font-size: 1.015625vw;
  font-weight: 500;
  line-height: 1.6;
}
.header-nav .header-nav-list-item a:hover {
  opacity: 0.7;
}

.header-right {
  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: 2vw;
}
@media (max-width: 768px) {
  .header-right {
    gap: 2vw;
  }
}

.entry-button {
  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: 5.5px;
  background: #DE9219;
  height: 4.296875vw;
  width: 14.453125vw;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.25vw;
}
@media (max-width: 768px) {
  .entry-button {
    width: 46.25vw;
    font-size: 4vw;
    font-weight: 600;
    height: 13.75vw;
  }
}
.entry-button:hover {
  background: #C98416;
}
.entry-button span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.entry-button img {
  width: 1.25vw;
  height: auto;
}
@media (max-width: 768px) {
  .entry-button img {
    width: 4vw;
  }
}

.hamburger-button {
  display: none;
}
@media (max-width: 768px) {
  .hamburger-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 12.5vw;
    height: 12.5vw;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    gap: 1vw;
    z-index: 101;
    position: fixed;
    top: 13.75vw;
    right: 0vw;
    background-color: transparent;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
.hamburger-button .hamburger-line {
  display: block;
  width: 4.25vw;
  height: 0.5vw;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 2px;
}
.hamburger-button.is-open .hamburger-line:nth-child(1) {
  -webkit-transform: translateY(1.5vw) rotate(45deg);
          transform: translateY(1.5vw) rotate(45deg);
}
.hamburger-button.is-open .hamburger-line:nth-child(2) {
  opacity: 0;
}
.hamburger-button.is-open .hamburger-line:nth-child(3) {
  -webkit-transform: translateY(-1.5vw) rotate(-45deg);
          transform: translateY(-1.5vw) rotate(-45deg);
}
body.is-modal-open .hamburger-button {
  display: none;
}

.hamburger-menu {
  display: none;
}
@media (max-width: 768px) {
  .hamburger-menu {
    display: block;
    position: fixed;
    top: 13.75vw;
    right: 0;
    width: 100%;
    height: calc(100vh - 13.75vw);
    z-index: 100;
    pointer-events: none;
  }
  .hamburger-menu.is-open {
    pointer-events: auto;
  }
  .hamburger-menu.is-open .hamburger-menu-overlay {
    opacity: 1;
  }
  .hamburger-menu.is-open .hamburger-menu-content {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
body.is-modal-open .hamburger-menu {
  display: none;
}
.hamburger-menu .hamburger-menu-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 28, 49, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.hamburger-menu .hamburger-menu-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 80vw;
  max-width: 320px;
  height: 100%;
  background-color: #2E5D93;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  overflow-y: auto;
  padding: 6vw 0;
  -webkit-box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3);
}
.hamburger-menu .hamburger-menu-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/recruit/src/img/bgtile.webp);
  background-repeat: repeat;
  background-size: 40px 40px;
  z-index: -1;
  opacity: 0.9;
}
.hamburger-menu .hamburger-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hamburger-menu .hamburger-menu-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.hamburger-menu .hamburger-menu-item a {
  display: block;
  padding: 5vw 6vw;
  font-size: 4vw;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.hamburger-menu .hamburger-menu-item a:hover, .hamburger-menu .hamburger-menu-item a:active {
  background-color: rgba(255, 255, 255, 0.1);
}

.main {
  background-color: rgb(46, 93, 147);
  position: relative;
  z-index: 1;
  padding-top: 4.0625vw;
}
@media (max-width: 768px) {
  .main {
    padding-top: 13.5vw;
    overflow-x: hidden;
  }
}

.main-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background-image: url(/recruit/src/img/bgtile.webp);
  background-repeat: repeat;
  background-size: 40px 40px;
}

.fv-container {
  position: relative;
}
.fv-container .fv-bg {
  width: 100%;
  height: 100%;
}
.fv-container .fv-bg .fv-bg-pc {
  display: block;
}
.fv-container .fv-bg .fv-bg-mobile {
  display: none;
}
@media (max-width: 768px) {
  .fv-container .fv-bg {
    overflow-y: visible;
  }
  .fv-container .fv-bg .fv-bg-pc {
    display: none;
  }
  .fv-container .fv-bg .fv-bg-mobile {
    display: block;
  }
}
.fv-container .fv-title {
  width: 87.5vw;
  height: auto;
  position: absolute;
  top: 10vw;
  right: 0.390625vw;
}
.fv-container .fv-title .fv-title-pc {
  display: block;
}
.fv-container .fv-title .fv-title-mobile {
  display: none;
}
@media (max-width: 768px) {
  .fv-container .fv-title {
    width: 110.25vw;
    top: 41.25vw;
    right: -11.25vw;
  }
  .fv-container .fv-title .fv-title-pc {
    display: none;
  }
  .fv-container .fv-title .fv-title-mobile {
    display: block;
  }
}
.fv-container .fv-text {
  position: absolute;
  bottom: 10.3125vw;
  left: 10.859375vw;
  font-size: 1.328125vw;
  font-weight: 400;
  line-height: 2.6;
  font-style: italic;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  margin-top: 0.9375vw;
}
.fv-container .fv-text span {
  font-size: 1.09375vw;
}
@media (max-width: 768px) {
  .fv-container .fv-text {
    bottom: -15vw;
    left: unset;
    right: 6vw;
    font-size: 4.25vw;
    line-height: 1.8;
  }
  .fv-container .fv-text span {
    font-size: 3.5vw;
  }
}
.fv-container .fv-img-container {
  position: absolute;
}
.fv-container .fv-img-container1 {
  width: 19.453125vw;
  top: 2.5vw;
  left: 0vw;
}
@media (max-width: 768px) {
  .fv-container .fv-img-container1 {
    width: 51.5vw;
    top: 0vw;
    left: 0vw;
  }
}
.fv-container .fv-img-container2 {
  width: 34.28515625vw;
  bottom: 0vw;
  left: 33.59375vw;
}
@media (max-width: 768px) {
  .fv-container .fv-img-container2 {
    width: 66.75vw;
    bottom: 3.75vw;
    left: 0vw;
  }
}
.fv-container .fv-img-container3 {
  width: 29.296875vw;
  bottom: 4.296875vw;
  right: 0vw;
}
@media (max-width: 768px) {
  .fv-container .fv-img-container3 {
    width: 46.75vw;
    bottom: 32vw;
    right: 0vw;
  }
}
.fv-container .fv-img-container4 {
  width: 24.921875vw;
  top: 0vw;
  right: 5.15625vw;
}
@media (max-width: 768px) {
  .fv-container .fv-img-container4 {
    width: 41.75vw;
    top: 29.75vw;
    right: 0vw;
  }
}

.img-wrap {
  overflow: hidden;
  position: relative;
}
.img-wrap img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
  transition: -webkit-clip-path 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: -webkit-clip-path 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: clip-path 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: clip-path 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: clip-path;
}
.img-wrap.is-inview img {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}

.feature-section {
  padding: 7.8125vw 0 0 0;
}
@media (max-width: 768px) {
  .feature-section {
    padding: 15vw 0 10vw 0;
    margin-top: 25vw;
  }
}
.feature-section .feature-title-container {
  text-align: center;
  margin-bottom: 0.9375vw;
}
@media (max-width: 768px) {
  .feature-section .feature-title-container {
    margin-bottom: 8vw;
  }
}
.feature-section .feature-title {
  width: 26.40625vw;
  height: auto;
  margin-left: 3.125vw;
}
@media (max-width: 768px) {
  .feature-section .feature-title {
    width: 56.75vw;
    margin-left: 5vw;
  }
}
.feature-section .feature-subtitle {
  font-size: 1.328125vw;
  font-weight: 500;
  line-height: 1;
  text-align: left;
  font-style: italic;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  margin-left: 3.125vw;
  margin-top: 0.390625vw;
}
@media (max-width: 768px) {
  .feature-section .feature-subtitle {
    font-size: 4.25vw;
    margin-left: 5vw;
    margin-top: 1.25vw;
  }
}
.feature-section .feature-content-container {
  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: 3.125vw;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 6.25vw 0 6.25vw;
}
@media (max-width: 768px) {
  .feature-section .feature-content-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    gap: 5vw;
  }
}
.feature-section .feature-content-container .feature-content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 44.6875vw;
  height: 36.25vw;
  position: relative;
}
@media (max-width: 768px) {
  .feature-section .feature-content-container .feature-content-item {
    width: 100vw;
    height: 73.5vw;
  }
}
.feature-section .feature-content-container .feature-content-item .feature-content-item-img-container-1 {
  width: 38.671875vw;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .feature-section .feature-content-container .feature-content-item .feature-content-item-img-container-1 {
    width: 85.5vw;
    left: -1.75vw;
  }
}
.feature-section .feature-content-container .feature-content-item .feature-content-item-img-container-2 {
  width: 26.25vw;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 768px) {
  .feature-section .feature-content-container .feature-content-item .feature-content-item-img-container-2 {
    width: 58vw;
    right: -1.75vw;
  }
}
.feature-section .feature-content-container .feature-content-item .feature-content-item-img-container-3 {
  width: 26.25vw;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 768px) {
  .feature-section .feature-content-container .feature-content-item .feature-content-item-img-container-3 {
    width: 63.75vw;
    left: -10vw;
  }
}
.feature-section .feature-content-container .feature-content-item .feature-content-item-img-container-4 {
  width: 38.671875vw;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  .feature-section .feature-content-container .feature-content-item .feature-content-item-img-container-4 {
    width: 77.5vw;
    right: -11.25vw;
  }
}
.feature-section .feature-content-container .feature-content-item-text {
  width: 38.046875vw;
  height: auto;
}
@media (max-width: 768px) {
  .feature-section .feature-content-container .feature-content-item-text {
    width: 92vw;
  }
}
.feature-section .feature-content-container .feature-content-item-text .feature-content-item-text-number {
  font-family: "Stack Sans Text", sans-serif;
  font-size: 0.9375vw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-top: 0.78125vw;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 768px) {
  .feature-section .feature-content-container .feature-content-item-text .feature-content-item-text-number {
    font-size: 3vw;
    padding-top: 2vw;
  }
}
.feature-section .feature-content-container .feature-content-item-text .feature-content-item-text-title {
  font-size: 2.5vw;
  margin-top: 1.875vw;
  font-weight: 800;
  line-height: 2.2;
  font-style: italic;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .feature-section .feature-content-container .feature-content-item-text .feature-content-item-text-title {
    font-size: 6.5vw;
    margin-top: 2vw;
  }
}
.feature-section .feature-content-container .feature-content-item-text .feature-content-item-text-description {
  font-size: 1.09375vw;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-top: 2.5vw;
}
@media (max-width: 768px) {
  .feature-section .feature-content-container .feature-content-item-text .feature-content-item-text-description {
    font-size: 3.5vw;
    margin: auto;
    margin-top: 4vw;
    width: 89.5vw;
  }
}
.feature-section .feature-content-container.feature1 {
  position: relative;
}
.feature-section .feature-content-container.feature1:before {
  content: "";
  position: absolute;
  display: block;
  top: -15%;
  right: 28%;
  bottom: 0;
  width: 3px;
  height: 28px;
  background-color: #DE9219;
  rotate: 30deg;
}
@media (max-width: 768px) {
  .feature-section .feature-content-container.feature1:before {
    top: 3%;
    right: 10%;
  }
}
.feature-section .feature-content-container.feature1:after {
  content: "";
  position: absolute;
  display: block;
  top: 20%;
  left: 10%;
  bottom: 0;
  width: 3px;
  height: 28px;
  background-color: #DE5E19;
  rotate: 30deg;
}
@media (max-width: 768px) {
  .feature-section .feature-content-container.feature1:after {
    background-color: #DEB619;
    top: 12%;
    left: 10%;
    height: 32px;
  }
}
.feature-section .feature-content-container.feature2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: -20px;
  padding: 0 0.78125vw 0 6.015625vw;
  gap: 0vw;
  position: relative;
}
@media (max-width: 768px) {
  .feature-section .feature-content-container.feature2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
    padding: 0;
    gap: 5vw;
  }
}
.feature-section .feature-content-container.feature2:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 55%;
  width: 3px;
  height: 28px;
  background-color: #DE5E19;
  rotate: 30deg;
}
@media (max-width: 768px) {
  .feature-section .feature-content-container.feature2:before {
    top: 6%;
    left: 10%;
    height: 32px;
  }
}
.feature-section .feature-content-container.feature2:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -5%;
  right: 10%;
  width: 3px;
  height: 28px;
  background-color: #DEB619;
  rotate: 30deg;
}
@media (max-width: 768px) {
  .feature-section .feature-content-container.feature2:after {
    background-color: #DEB619;
    bottom: 54%;
    right: 10%;
    height: 42px;
  }
}
.feature-section .feature-content-container.feature2 .feature-content-item {
  width: 56.71875vw;
  margin-left: -5.078125vw;
}
@media (max-width: 768px) {
  .feature-section .feature-content-container.feature2 .feature-content-item {
    width: 100vw;
    margin-left: 0;
  }
}
.feature-section .feature-content-container.feature2 .feature-content-item-text {
  text-align: right;
  width: 39.921875vw;
}
@media (max-width: 768px) {
  .feature-section .feature-content-container.feature2 .feature-content-item-text {
    width: 92vw;
  }
}
.feature-section .feature-content-container.feature2 .feature-content-item-text-number {
  text-align: left;
}
.feature-section .feature-content-container.feature2 .feature-content-item-text-title {
  text-align: left;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .feature-section .feature-content-container.feature2 .feature-content-item-text-title {
    font-size: 6.5vw;
    letter-spacing: 0.05em;
    line-height: 1.3;
    margin-top: 3.75vw;
  }
}
.feature-section .feature-content-container.feature2 .feature-content-item-text-description {
  text-align: left;
}
.feature-section .feature-content-container.feature3 {
  margin-top: 6.25vw;
}
@media (max-width: 768px) {
  .feature-section .feature-content-container.feature3 {
    margin-top: 10vw;
  }
}
.feature-section .feature-content-container.feature3 .feature-content-item-text-title {
  text-indent: -2.5em;
  line-height: 1.1;
  margin-left: 6.25vw;
  margin-top: 2.734375vw;
}
@media (max-width: 768px) {
  .feature-section .feature-content-container.feature3 .feature-content-item-text-title {
    text-indent: -5em;
    line-height: 1.1;
    letter-spacing: -0.03em;
    margin-left: 31.25vw;
    margin-top: 6.25vw;
    margin-bottom: 6.25vw;
  }
}

.profile-content-container {
  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;
  gap: 0.15625vw;
  background-image: url(/recruit/src/img/profile-content-bg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding-top: 10.9375vw;
  padding-bottom: 10.703125vw;
  position: relative;
  z-index: -1;
}
@media (max-width: 768px) {
  .profile-content-container {
    padding-top: 10vw;
    padding-bottom: 25vw;
    gap: 2vw;
    background-image: url(/recruit/src/img/profile-content-bg-mobile.webp);
  }
}
.profile-content-container #history, .profile-content-container #business, .profile-content-container #position {
  background-image: url(/recruit/src/img/bgtile-2.webp);
  background-repeat: repeat;
  background-size: 40px 40px;
  width: 92.5vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.3125vw;
  position: relative;
}
@media (max-width: 768px) {
  .profile-content-container #history, .profile-content-container #business, .profile-content-container #position {
    width: 92vw;
    padding: 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.profile-content-container #history:before, .profile-content-container #business:before, .profile-content-container #position:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: -1;
}
.profile-content-container #history .history-content-container, .profile-content-container #history .business-content-container, .profile-content-container #history .position-content-container, .profile-content-container #business .history-content-container, .profile-content-container #business .business-content-container, .profile-content-container #business .position-content-container, .profile-content-container #position .history-content-container, .profile-content-container #position .business-content-container, .profile-content-container #position .position-content-container {
  padding: 2.5vw 0 0 4.0625vw;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .profile-content-container #history .history-content-container, .profile-content-container #history .business-content-container, .profile-content-container #history .position-content-container, .profile-content-container #business .history-content-container, .profile-content-container #business .business-content-container, .profile-content-container #business .position-content-container, .profile-content-container #position .history-content-container, .profile-content-container #position .business-content-container, .profile-content-container #position .position-content-container {
    padding: 0;
  }
}
.profile-content-container #history .history-title, .profile-content-container #history .business-title, .profile-content-container #history .position-title, .profile-content-container #business .history-title, .profile-content-container #business .business-title, .profile-content-container #business .position-title, .profile-content-container #position .history-title, .profile-content-container #position .business-title, .profile-content-container #position .position-title {
  font-size: 0.9375vw;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  color: #fff;
  background-color: #0A51A2;
  padding: 0vw 0.625vw;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "stack sans text", sans-serif;
}
@media (max-width: 768px) {
  .profile-content-container #history .history-title, .profile-content-container #history .business-title, .profile-content-container #history .position-title, .profile-content-container #business .history-title, .profile-content-container #business .business-title, .profile-content-container #business .position-title, .profile-content-container #position .history-title, .profile-content-container #position .business-title, .profile-content-container #position .position-title {
    font-size: 3vw;
    padding: 0vw 2vw;
  }
}
.profile-content-container #history .history-subtitle, .profile-content-container #history .business-subtitle, .profile-content-container #history .position-subtitle, .profile-content-container #business .history-subtitle, .profile-content-container #business .business-subtitle, .profile-content-container #business .position-subtitle, .profile-content-container #position .history-subtitle, .profile-content-container #position .business-subtitle, .profile-content-container #position .position-subtitle {
  font-size: 2.5vw;
  font-weight: 900;
  line-height: 1;
  text-align: left;
  color: #0A51A2;
  font-style: italic;
  margin-top: 1.796875vw;
  margin-left: 6.640625vw;
  text-indent: -2.7em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 768px) {
  .profile-content-container #history .history-subtitle, .profile-content-container #history .business-subtitle, .profile-content-container #history .position-subtitle, .profile-content-container #business .history-subtitle, .profile-content-container #business .business-subtitle, .profile-content-container #business .position-subtitle, .profile-content-container #position .history-subtitle, .profile-content-container #position .business-subtitle, .profile-content-container #position .position-subtitle {
    font-size: 6.5vw;
    text-indent: -3.9em;
    margin-left: 24vw;
    margin-top: 3.75vw;
    margin-bottom: 5vw;
    line-height: 1.2;
  }
}
.profile-content-container #history .history-content p, .profile-content-container #history .business-content p, .profile-content-container #history .position-content p, .profile-content-container #business .history-content p, .profile-content-container #business .business-content p, .profile-content-container #business .position-content p, .profile-content-container #position .history-content p, .profile-content-container #position .business-content p, .profile-content-container #position .position-content p {
  font-size: 1.09375vw;
  color: #384044;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-top: 2.5vw;
}
@media (max-width: 768px) {
  .profile-content-container #history .history-content p, .profile-content-container #history .business-content p, .profile-content-container #history .position-content p, .profile-content-container #business .history-content p, .profile-content-container #business .business-content p, .profile-content-container #business .position-content p, .profile-content-container #position .history-content p, .profile-content-container #position .business-content p, .profile-content-container #position .position-content p {
    font-size: 3.5vw;
    margin-top: 5vw;
    line-height: 1.6;
  }
}
.profile-content-container #history .history-img-container, .profile-content-container #history .business-img-container, .profile-content-container #history .position-img-container, .profile-content-container #business .history-img-container, .profile-content-container #business .business-img-container, .profile-content-container #business .position-img-container, .profile-content-container #position .history-img-container, .profile-content-container #position .business-img-container, .profile-content-container #position .position-img-container {
  width: 28.90625vw;
  height: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  .profile-content-container #history .history-img-container, .profile-content-container #history .business-img-container, .profile-content-container #history .position-img-container, .profile-content-container #business .history-img-container, .profile-content-container #business .business-img-container, .profile-content-container #business .position-img-container, .profile-content-container #position .history-img-container, .profile-content-container #position .business-img-container, .profile-content-container #position .position-img-container {
    width: 82vw;
    margin-top: 4vw;
    height: 74vw;
  }
}
.profile-content-container #history .business-subtitle, .profile-content-container #business .business-subtitle, .profile-content-container #position .business-subtitle {
  text-indent: -5.5em;
  margin-left: 13.671875vw;
}
@media (max-width: 768px) {
  .profile-content-container #history .business-subtitle, .profile-content-container #business .business-subtitle, .profile-content-container #position .business-subtitle {
    text-indent: -5em;
    margin-left: 31.5vw;
  }
}
.profile-content-container #history .position-subtitle, .profile-content-container #business .position-subtitle, .profile-content-container #position .position-subtitle {
  text-indent: -4.3em;
  margin-left: 10.546875vw;
}
@media (max-width: 768px) {
  .profile-content-container #history .position-subtitle, .profile-content-container #business .position-subtitle, .profile-content-container #position .position-subtitle {
    text-indent: -3em;
    margin-left: 18.5vw;
    letter-spacing: -0.03em;
  }
}
@media (max-width: 768px) {
  .profile-content-container #history .position-content p, .profile-content-container #business .position-content p, .profile-content-container #position .position-content p {
    letter-spacing: 0;
  }
}
.profile-content-container #history .position-link, .profile-content-container #business .position-link, .profile-content-container #position .position-link {
  font-size: 1.09375vw;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 1.875vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0A51A2;
  gap: 0.390625vw;
}
.profile-content-container #history .position-link:hover, .profile-content-container #business .position-link:hover, .profile-content-container #position .position-link:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .profile-content-container #history .position-link, .profile-content-container #business .position-link, .profile-content-container #position .position-link {
    font-size: 3.5vw;
    gap: 1.25vw;
    margin-top: 3.75vw;
  }
}
.profile-content-container #history .position-link span, .profile-content-container #business .position-link span, .profile-content-container #position .position-link span {
  padding-top: 0.15625vw;
  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;
  width: 1.40625vw;
  height: auto;
}
@media (max-width: 768px) {
  .profile-content-container #history .position-link span, .profile-content-container #business .position-link span, .profile-content-container #position .position-link span {
    width: 4.5vw;
  }
}
.profile-content-container #history .business-link, .profile-content-container #business .business-link, .profile-content-container #position .business-link {
  font-size: 1.09375vw;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 1.875vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0A51A2;
  gap: 0.390625vw;
  margin-bottom: 2.34375vw;
}
.profile-content-container #history .business-link:hover, .profile-content-container #business .business-link:hover, .profile-content-container #position .business-link:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .profile-content-container #history .business-link, .profile-content-container #business .business-link, .profile-content-container #position .business-link {
    font-size: 3.5vw;
    gap: 1.25vw;
    margin-top: 3.75vw;
  }
}
.profile-content-container #history .business-link span, .profile-content-container #business .business-link span, .profile-content-container #position .business-link span {
  padding-top: 0.15625vw;
  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;
  width: 1.40625vw;
  height: auto;
}
@media (max-width: 768px) {
  .profile-content-container #history .business-link span, .profile-content-container #business .business-link span, .profile-content-container #position .business-link span {
    width: 4.5vw;
  }
}

#field {
  padding-top: 8.984375vw;
  position: relative;
}
@media (max-width: 768px) {
  #field {
    padding-top: 20vw;
  }
}
#field:before {
  content: "";
  position: absolute;
  top: 22%;
  right: 32%;
  width: 2px;
  height: 32px;
  rotate: 30deg;
  background-color: rgb(222, 182, 25);
}
@media (max-width: 768px) {
  #field:before {
    width: 2px;
    height: 26px;
    top: 3%;
    right: 32%;
    rotate: 30deg;
    background-color: rgb(222, 146, 25);
  }
}
@media (max-width: 768px) {
  #field:after {
    content: "";
    position: absolute;
    top: 9%;
    right: 12%;
    width: 2px;
    height: 23px;
    rotate: 30deg;
    background-color: rgb(222, 94, 25);
  }
}
#field .field-title {
  width: 16.71875vw;
  height: auto;
  margin-left: 3.125vw;
}
@media (max-width: 768px) {
  #field .field-title {
    width: 35.5vw;
    margin-left: 6vw;
  }
}
#field .field-subtitle {
  margin-left: 3.125vw;
  font-size: 1.328125vw;
  font-weight: 500;
  line-height: 1;
  font-style: italic;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  #field .field-subtitle {
    margin-left: 6vw;
    font-size: 3.5vw;
    margin-top: 1.25vw;
  }
}
#field .field-description {
  font-size: 1.09375vw;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: right;
  margin-top: -1.5625vw;
  margin-right: 3.125vw;
}
@media (max-width: 768px) {
  #field .field-description {
    font-size: 3.5vw;
    margin-top: 6.25vw;
    margin-right: 0vw;
    margin-left: 6vw;
    text-align: left;
  }
}
#field .field-content-container {
  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: 1.25vw;
  padding: 0 3.515625vw;
  margin-top: 3.125vw;
}
@media (max-width: 768px) {
  #field .field-content-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4vw;
    padding: 0;
    margin-top: 5vw;
  }
}
#field .field-content-item {
  cursor: pointer;
}
@media (max-width: 768px) {
  #field .field-content-item {
    width: 88vw;
  }
}
#field .field-content-item .field-content-item-subtitle {
  font-size: 1.09375vw;
  font-weight: 400;
  margin-top: 0.390625vw;
}
@media (max-width: 768px) {
  #field .field-content-item .field-content-item-subtitle {
    font-size: 3.5vw;
    margin-top: 1.25vw;
  }
}
#field .field-content-item .field-content-item-img {
  position: relative;
}
@media (max-width: 768px) {
  #field .field-content-item .field-content-item-img {
    width: 88vw;
    height: 51.75vw;
    border: 1px solid #fff;
  }
}
#field .field-content-item .field-content-item-img img {
  display: block;
}
#field .field-content-item .field-content-item-btn {
  width: 2.1875vw;
  height: 2.1875vw;
  position: absolute;
  bottom: 2px;
  right: 2px;
}
@media (max-width: 768px) {
  #field .field-content-item .field-content-item-btn {
    width: 10vw;
    height: 10vw;
    bottom: 0;
    right: 0;
  }
}
#field .field-content-item:hover {
  opacity: 0.8;
}

.field-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 200;
}
.field-modal.is-open {
  display: block;
}
.field-modal .field-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 28, 49, 0.8);
}
.field-modal .field-modal-content {
  position: absolute;
  top: 7.03125vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 92.5vw;
  padding: 3.125vw 4.84375vw;
  position: relative;
  z-index: 0;
  background-color: #2E5D93;
  border: 1px solid #fff;
  max-height: 80vh;
  overflow-y: hidden;
}
@media (max-width: 768px) {
  .field-modal .field-modal-content {
    top: 17.5vw;
    width: 88vw;
    height: 85vh;
    padding: 0vw;
    overflow-y: auto;
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }
}
.field-modal .field-modal-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/recruit/src/img/bgtile.webp);
  background-repeat: repeat;
  background-size: 40px 40px;
  z-index: -1;
}
.field-modal .field-modal-close {
  position: absolute;
  top: 0vw;
  right: 0vw;
  width: 3.90625vw;
  height: 3.90625vw;
  border: none;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  background: transparent;
  cursor: pointer;
}
@media (max-width: 768px) {
  .field-modal .field-modal-close {
    position: sticky;
    width: 10vw;
    height: 10vw;
    top: 0vw;
    right: 0vw;
    left: 100%;
  }
}
.field-modal .field-modal-close span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.field-modal .field-modal-close span::before, .field-modal .field-modal-close span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 1px;
  background: #fff;
}
.field-modal .field-modal-close span::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.field-modal .field-modal-close span::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
          transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.field-modal .field-modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 70vh;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  scrollbar-width: none;
}
.field-modal .field-modal-body::-webkit-scrollbar {
  display: none;
}
@media (max-width: 768px) {
  .field-modal .field-modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2.5vw 6vw;
    max-height: 90%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.field-modal .field-modal-title {
  font-size: 2.8125vw;
  font-weight: 900;
  line-height: 1;
  font-style: italic;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  width: 32.890625vw;
}
@media (max-width: 768px) {
  .field-modal .field-modal-title {
    font-size: 6.5vw;
    width: 100%;
  }
}
.field-modal .field-modal-content-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25vw;
  width: 48.4375vw;
}
@media (max-width: 768px) {
  .field-modal .field-modal-content-text {
    width: 100%;
    gap: 4vw;
    margin-top: 5vw;
  }
}
.field-modal .field-modal-content-text-description {
  font-size: 1.09375vw;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .field-modal .field-modal-content-text-description {
    font-size: 3.5vw;
    line-height: 1.6;
    letter-spacing: 0;
  }
}
.field-modal .field-modal-content-text-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.field-modal .field-modal-content-text-list-title {
  font-size: 1.328125vw;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 768px) {
  .field-modal .field-modal-content-text-list-title {
    font-size: 4.25vw;
  }
}
.field-modal .field-modal-content-text-list-description {
  font-size: 1.09375vw;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-top: 0.78125vw;
}
@media (max-width: 768px) {
  .field-modal .field-modal-content-text-list-description {
    font-size: 3.5vw;
    line-height: 1.6;
    margin-top: 2.5vw;
    letter-spacing: 0;
  }
}
.field-modal .field-modal-content-image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25vw;
  margin-top: 2.5vw;
}
@media (max-width: 768px) {
  .field-modal .field-modal-content-image-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2vw;
    margin-top: 7.5vw;
  }
}
.field-modal .field-modal-image-item {
  width: 26.640625vw;
}
@media (max-width: 768px) {
  .field-modal .field-modal-image-item {
    width: 100%;
  }
}

.business-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 100;
}
.business-modal.is-open {
  display: block;
}
.business-modal .business-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(10, 28, 49, 0.8);
}
.business-modal .business-modal-content {
  position: absolute;
  top: 7.03125vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 92.5vw;
  padding: 3.125vw 4.84375vw;
  position: relative;
  z-index: 0;
  background-color: #2E5D93;
  border: 1px solid #fff;
  max-height: 80vh;
  overflow-y: hidden;
}
@media (max-width: 768px) {
  .business-modal .business-modal-content {
    width: 88vw;
    height: 85vh;
    overflow-y: auto;
    padding: 0vw;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    top: 17.5vw;
    padding: 0;
  }
}
.business-modal .business-modal-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/recruit/src/img/bgtile.webp);
  background-repeat: repeat;
  background-size: 40px 40px;
  z-index: -1;
}
.business-modal .business-modal-close {
  position: absolute;
  top: 0vw;
  right: 0vw;
  width: 3.90625vw;
  height: 3.90625vw;
  border: none;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  background: transparent;
  cursor: pointer;
}
@media (max-width: 768px) {
  .business-modal .business-modal-close {
    position: sticky;
    width: 10vw;
    height: 10vw;
    top: 0vw;
    right: 0vw;
    left: 100%;
  }
}
.business-modal .business-modal-close span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.business-modal .business-modal-close span::before, .business-modal .business-modal-close span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 1px;
  background: #fff;
}
.business-modal .business-modal-close span::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.business-modal .business-modal-close span::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
          transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.business-modal .business-modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5vw;
  max-height: 70vh;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.business-modal .business-modal-body::-webkit-scrollbar {
  display: none;
}
@media (max-width: 768px) {
  .business-modal .business-modal-body {
    padding: 5vw 6vw;
  }
}
.business-modal .business-modal-title {
  font-size: 2.8125vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .business-modal .business-modal-title {
    font-size: 6vw;
    padding: 0;
    letter-spacing: 0;
  }
}
.business-modal .business-modal-content-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25vw;
}
@media (max-width: 768px) {
  .business-modal .business-modal-content-text {
    padding: 0;
  }
}
.business-modal .business-modal-content-text-description {
  font-size: 1.25vw;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .business-modal .business-modal-content-text-description {
    font-size: 3.5vw;
  }
}
.business-modal .business-modal-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.5vw;
}
@media (max-width: 768px) {
  .business-modal .business-modal-images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4vw;
    margin-top: 6vw;
    padding: 0;
  }
}
.business-modal .business-modal-images img {
  width: 28%;
  min-width: 150px;
  height: auto;
}
@media (max-width: 768px) {
  .business-modal .business-modal-images img {
    width: 100%;
    min-width: unset;
  }
}

#jobs {
  padding-top: 8.984375vw;
  position: relative;
}
@media (max-width: 768px) {
  #jobs {
    padding-top: 20vw;
  }
}
#jobs:before {
  content: "";
  position: absolute;
  top: 17%;
  left: 41%;
  width: 3px;
  height: 32px;
  rotate: 30deg;
  background-color: rgb(222, 146, 25);
}
@media (max-width: 768px) {
  #jobs:before {
    top: 9%;
    left: 80%;
    width: 3px;
    height: 24px;
    rotate: 30deg;
  }
}
#jobs .jobs-description {
  font-size: 1.09375vw;
  margin-right: 3.125vw;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: right;
}
@media (max-width: 768px) {
  #jobs .jobs-description {
    font-size: 3.5vw;
    margin-top: 6vw;
    margin-left: 6vw;
    text-align: left;
  }
}
#jobs .jobs-title {
  width: 17.8125vw;
  height: auto;
  margin-left: 3.125vw;
}
@media (max-width: 768px) {
  #jobs .jobs-title {
    width: 34vw;
    margin-left: 6vw;
  }
}
#jobs .jobs-subtitle {
  margin-left: 3.125vw;
  font-size: 1.328125vw;
  font-weight: 500;
  line-height: 1;
  font-style: italic;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  margin-top: 0.390625vw;
}
@media (max-width: 768px) {
  #jobs .jobs-subtitle {
    font-size: 4.25vw;
    margin-top: 1.25vw;
    margin-left: 6vw;
  }
}
#jobs .jobs-content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.125vw 0;
  margin-left: -1.5625vw;
}
@media (max-width: 768px) {
  #jobs .jobs-content-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12.5vw;
    margin-left: 6vw;
  }
}
#jobs .jobs-content-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 48.59375vw;
}
@media (max-width: 768px) {
  #jobs .jobs-content-item {
    width: 100%;
  }
}
#jobs .jobs-content-item:first-of-type {
  margin-top: 3.125vw;
}
@media (max-width: 768px) {
  #jobs .jobs-content-item:first-of-type {
    margin-top: 6vw;
  }
}
#jobs .jobs-content-item-content {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 28.7109375vw;
  margin-left: -1.171875vw;
}
@media (max-width: 768px) {
  #jobs .jobs-content-item-content {
    margin-left: 0vw;
    width: 100%;
  }
}
#jobs .jobs-content-item-content-title {
  font-size: 2.5vw;
  font-weight: 900;
  line-height: 1.2;
  font-style: italic;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.02em;
  margin-bottom: 1.5625vw;
  text-indent: -4em;
  margin-left: 10.15625vw;
}
@media (max-width: 768px) {
  #jobs .jobs-content-item-content-title {
    font-size: 8vw;
    margin-bottom: 5vw;
    text-indent: 0;
    margin-left: 0vw;
    letter-spacing: -0.02em;
  }
}
#jobs .jobs-content-item-content-title.job4 {
  margin-left: 10.9375vw;
}
@media (max-width: 768px) {
  #jobs .jobs-content-item-content-title.job4 {
    margin-left: 0vw;
  }
}
#jobs .jobs-content-item-content-description {
  font-size: 1.09375vw;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #E2E9F0;
  width: 100%;
}
@media (max-width: 768px) {
  #jobs .jobs-content-item-content-description {
    width: 57.5vw;
    font-size: 3.5vw;
    line-height: 1.6;
    letter-spacing: 0.02em;
  }
}
#jobs .jobs-content-item-content-description.job4 {
  margin-left: 0.78125vw;
}
@media (max-width: 768px) {
  #jobs .jobs-content-item-content-description.job4 {
    margin-left: 0;
  }
}
#jobs .jobs-content-item-img-container {
  width: 21.71875vw;
}
@media (max-width: 768px) {
  #jobs .jobs-content-item-img-container {
    width: 69.5vw;
    position: absolute;
    bottom: 0;
    right: -20vw;
    z-index: -1;
  }
  #jobs .jobs-content-item-img-container::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(/recruit/src/img/jobs-fillter.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

#interview {
  padding-top: 8.984375vw;
  position: relative;
}
@media (max-width: 768px) {
  #interview {
    padding-top: 25vw;
  }
}
#interview:before {
  content: "";
  position: absolute;
  top: 14%;
  left: 51%;
  width: 2px;
  height: 30px;
  rotate: 30deg;
  background-color: rgb(222, 94, 25);
}
@media (max-width: 768px) {
  #interview:before {
    width: 2px;
    height: 26px;
    top: 35%;
    left: 88%;
    rotate: 30deg;
    background-color: rgb(222, 182, 25);
  }
}
#interview:after {
  content: "";
  position: absolute;
  top: 34%;
  left: 83%;
  width: 3px;
  height: 30px;
  rotate: 30deg;
  background-color: rgb(222, 182, 25);
}
@media (max-width: 768px) {
  #interview:after {
    width: 2px;
    height: 27px;
    top: unset;
    bottom: 6%;
    left: 16%;
    rotate: 30deg;
    background-color: rgb(222, 146, 25);
  }
}
#interview .interview-title {
  width: 32.65625vw;
  height: auto;
  margin-left: 3.125vw;
}
@media (max-width: 768px) {
  #interview .interview-title {
    width: 68vw;
    margin-left: 6vw;
  }
}
#interview .interview-subtitle {
  margin-left: 3.125vw;
  margin-top: 0.390625vw;
  font-size: 1.328125vw;
  font-weight: 500;
  line-height: 1;
  font-style: italic;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  #interview .interview-subtitle {
    font-size: 4.25vw;
    margin-top: 1.25vw;
    margin-left: 6vw;
  }
}
#interview .interview-description {
  font-size: 1.09375vw;
  margin-right: 3.125vw;
  margin-top: -1.171875vw;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: right;
}
@media (max-width: 768px) {
  #interview .interview-description {
    font-size: 3.5vw;
    margin-left: 6vw;
    margin-top: 6vw;
    text-align: left;
  }
}
#interview .interview-content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.125vw 6.25vw;
  margin-left: 1.171875vw;
  margin-top: 3.125vw;
  position: relative;
}
@media (max-width: 768px) {
  #interview .interview-content-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6vw;
    margin-left: 0vw;
    margin-top: 12vw;
  }
}
#interview .interview-content-container:before {
  content: "";
  position: absolute;
  top: 60%;
  left: 4%;
  width: 2px;
  height: 26px;
  rotate: 30deg;
  background-color: rgb(222, 146, 25);
}
@media (max-width: 768px) {
  #interview .interview-content-container:before {
    display: none;
  }
}
#interview .interview-content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  cursor: pointer;
}
#interview .interview-content-item:hover {
  opacity: 0.8;
}
#interview .interview-content-item-imgL {
  width: 32.109375vw;
  height: auto;
}
@media (max-width: 768px) {
  #interview .interview-content-item-imgL {
    width: 72vw;
  }
}
#interview .interview-content-item-imgS {
  width: 15.625vw;
  height: 12.5vw;
  margin-left: -14.0625vw;
}
@media (max-width: 768px) {
  #interview .interview-content-item-imgS {
    display: none;
  }
}
#interview .interview-content-item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: -5.46875vw;
}
@media (max-width: 768px) {
  #interview .interview-content-item-text {
    margin-left: -45vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    z-index: 1;
  }
}
#interview .interview-content-item-text-name {
  font-size: 1.875vw;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.03em;
  position: relative;
  font-style: italic;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-left: 1.5625vw;
}
@media (max-width: 768px) {
  #interview .interview-content-item-text-name {
    font-size: 6vw;
    margin-left: -2vw;
  }
}
#interview .interview-content-item-text-name-arrow {
  width: 2.1875vw;
  height: 2.1875vw;
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  right: -3.125vw;
}
@media (max-width: 768px) {
  #interview .interview-content-item-text-name-arrow {
    width: 7vw;
    height: 7vw;
    right: -10vw;
  }
}
#interview .interview-content-item-text-meta {
  margin-top: 0.390625vw;
  font-size: 0.9375vw;
  font-weight: 600;
  line-height: 2.2;
  letter-spacing: 0;
  font-style: italic;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 768px) {
  #interview .interview-content-item-text-meta {
    font-size: 3vw;
  }
}
@media (max-width: 768px) {
  #interview .interview1 {
    margin-left: -5vw;
  }
}
@media (max-width: 768px) {
  #interview .interview2, #interview .interview4 {
    margin-top: -25vw;
    margin-left: auto;
    margin-right: 2.5vw;
  }
}
@media (max-width: 768px) {
  #interview .interview2 .interview-content-item-text, #interview .interview4 .interview-content-item-text {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: -57.5vw;
  }
}
#interview .interview2 .interview-content-item-text-name, #interview .interview4 .interview-content-item-text-name {
  margin-right: 1.5625vw;
}
@media (max-width: 768px) {
  #interview .interview2 .interview-content-item-text-name, #interview .interview4 .interview-content-item-text-name {
    margin-right: 0vw;
  }
}
#interview .interview3 {
  margin-left: 7.03125vw;
}
@media (max-width: 768px) {
  #interview .interview3 {
    margin-left: -20vw;
    margin-top: -38.75vw;
  }
}
@media (max-width: 768px) {
  #interview .interview4 {
    margin-left: auto;
    margin-right: 6.25vw;
    margin-top: -23.75vw;
  }
}
@media (max-width: 768px) {
  #interview .interview4 .interview-content-item-text {
    margin-left: -47.5vw;
    margin-bottom: -0.5vw;
  }
}

.interview-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 200;
}
.interview-modal.is-open {
  display: block;
}
.interview-modal .interview-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(10, 28, 49, 0.8);
}
.interview-modal .interview-modal-close {
  position: fixed;
  top: 0;
  left: 50.78125vw;
  width: 3.90625vw;
  height: 3.90625vw;
  border: none;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  background: transparent;
  cursor: pointer;
  z-index: 2;
}
@media (max-width: 768px) {
  .interview-modal .interview-modal-close {
    width: 12.5vw;
    height: 12.5vw;
    left: 86%;
  }
}
.interview-modal .interview-modal-close span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.interview-modal .interview-modal-close span::before,
.interview-modal .interview-modal-close span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 1px;
  background: #fff;
}
.interview-modal .interview-modal-close span::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.interview-modal .interview-modal-close span::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
          transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.interview-modal .interview-modal-content {
  position: absolute;
  top: 6.25vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 54.6875vw;
  height: 85vh;
  position: relative;
  z-index: 0;
  background-color: #2E5D93;
  border: 1px solid #fff;
  position: relative;
  z-index: 0;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.interview-modal .interview-modal-content::-webkit-scrollbar {
  display: none;
}
@media (max-width: 768px) {
  .interview-modal .interview-modal-content {
    width: 88vw;
    top: 17.5vw;
  }
}
.interview-modal .interview-modal-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/recruit/src/img/bgtile.webp);
  background-repeat: repeat;
  background-size: 40px 40px;
  z-index: -1;
}
.interview-modal .interview-modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: hidden;
  padding-bottom: 3.125vw;
  padding-top: 3.90625vw;
  position: relative;
  height: 85vh;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
.interview-modal .interview-modal-body::-webkit-scrollbar {
  display: none;
}
@media (max-width: 768px) {
  .interview-modal .interview-modal-body {
    padding-bottom: 10vw;
    padding-top: 12.5vw;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.interview-modal .interview-modal-title {
  font-size: 1.875vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-left: 4.6875vw;
}
@media (max-width: 768px) {
  .interview-modal .interview-modal-title {
    font-size: 6vw;
    margin-left: 6vw;
    margin-right: 6vw;
    letter-spacing: 0;
  }
}
.interview-modal .interview-modal-subtitle {
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.02em;
  margin-top: 1.25vw;
  margin-left: 4.6875vw;
}
@media (max-width: 768px) {
  .interview-modal .interview-modal-subtitle {
    margin-left: 6vw;
    margin-top: 4vw;
    font-size: 4vw;
  }
}
.interview-modal .interview-modal-content-text {
  width: 32.890625vw;
}
@media (max-width: 768px) {
  .interview-modal .interview-modal-content-text {
    width: 76vw;
  }
}
.interview-modal .interview-modal-profile-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3.125vw;
  margin-left: -4.6875vw;
}
@media (max-width: 768px) {
  .interview-modal .interview-modal-profile-container {
    margin-top: 10vw;
    margin-left: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
}
.interview-modal .interview-modal-images-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 768px) {
  .interview-modal .interview-modal-images-wrapper {
    margin-left: -22.5vw;
  }
}
.interview-modal .interview-modal-image-itemL {
  width: 33.125vw;
}
@media (max-width: 768px) {
  .interview-modal .interview-modal-image-itemL {
    width: 108.75vw;
  }
}
.interview-modal .interview-modal-image-itemS {
  width: 21.796875vw;
  height: 17.421875vw;
  margin-left: -14.453125vw;
}
@media (max-width: 768px) {
  .interview-modal .interview-modal-image-itemS {
    width: 69.75vw;
    height: 56vw;
    margin-left: -47.5vw;
  }
}
.interview-modal .interview-modal-content-image-container-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: -1.953125vw;
  margin-bottom: 1.171875vw;
}
@media (max-width: 768px) {
  .interview-modal .interview-modal-content-image-container-item {
    margin-left: 6vw;
    margin-bottom: 6vw;
  }
}
.interview-modal .interview-modal-content-image-container-item-name {
  font-size: 1.875vw;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.03em;
  margin-bottom: 2.34375vw;
}
@media (max-width: 768px) {
  .interview-modal .interview-modal-content-image-container-item-name {
    margin-bottom: 3.75vw;
    font-size: 6vw;
  }
}
.interview-modal .interview-modal-content-image-container-item-meta {
  font-size: 1.25vw;
  margin-top: 0.78125vw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .interview-modal .interview-modal-content-image-container-item-meta {
    font-size: 3.5vw;
    margin-top: 2.5vw;
  }
}
.interview-modal .interview-modal-content-text-description {
  font-size: 1.09375vw;
  width: 44.6875vw;
  margin: auto;
  margin-top: 3.125vw;
  font-weight: 400;
  line-height: 1.8;
  background-color: rgba(29, 73, 124, 0.8);
  padding: 1.875vw 2.5vw;
}
@media (max-width: 768px) {
  .interview-modal .interview-modal-content-text-description {
    font-size: 3.5vw;
    width: 76vw;
    margin-top: 10vw;
    padding: 6vw;
  }
}
.interview-modal .interview-modal-content-image-container {
  width: 44.6875vw;
  margin: auto;
  margin-top: 3.125vw;
}
@media (max-width: 768px) {
  .interview-modal .interview-modal-content-image-container {
    width: 76vw;
    margin-top: 10vw;
  }
}
.interview-modal .interview-modal-content-text-item {
  width: 44.6875vw;
  margin: auto;
  margin-top: 3.125vw;
}
@media (max-width: 768px) {
  .interview-modal .interview-modal-content-text-item {
    width: 76vw;
    margin-top: 10vw;
  }
}
.interview-modal .interview-modal-content-text-title {
  font-size: 1.875vw;
  font-weight: 900;
  line-height: 2.2;
}
@media (max-width: 768px) {
  .interview-modal .interview-modal-content-text-title {
    font-size: 6vw;
  }
}
.interview-modal .interview-modal-content-text-description2 {
  font-size: 1.09375vw;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-top: 0.625vw;
}
@media (max-width: 768px) {
  .interview-modal .interview-modal-content-text-description2 {
    font-size: 3.5vw;
    margin-top: 2.5vw;
  }
}

.real-section {
  padding: 0 3.75vw;
  padding-top: 7.8125vw;
  position: relative;
}
.real-section:before {
  content: "";
  position: absolute;
  top: 14%;
  right: 20%;
  width: 2px;
  height: 30px;
  rotate: 30deg;
  background-color: rgb(222, 94, 25);
}
@media (max-width: 768px) {
  .real-section:before {
    width: 2px;
    height: 31px;
    top: 15%;
    right: unset;
    left: 17%;
    rotate: 30deg;
    background-color: rgb(222, 94, 25);
  }
}
.real-section:after {
  content: "";
  position: absolute;
  bottom: 4%;
  left: 10%;
  width: 3px;
  height: 32px;
  rotate: 30deg;
  background-color: rgb(222, 182, 25);
}
@media (max-width: 768px) {
  .real-section:after {
    width: 2px;
    height: 22px;
    bottom: unset;
    top: 29%;
    left: unset;
    right: 11%;
    rotate: 30deg;
    background-color: rgb(222, 182, 25);
  }
}
@media (max-width: 768px) {
  .real-section {
    padding: 0 0vw;
    padding-top: 20vw;
  }
}
.real-section .real-header {
  margin-bottom: 2.34375vw;
}
@media (max-width: 768px) {
  .real-section .real-header {
    margin-bottom: 6vw;
    margin-left: 6vw;
  }
}
.real-section .real-title {
  width: 30.859375vw;
}
@media (max-width: 768px) {
  .real-section .real-title {
    width: 65.75vw;
  }
}
.real-section .real-label {
  font-size: 1.328125vw;
  font-weight: 500;
  line-height: 1;
  font-style: italic;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .real-section .real-label {
    font-size: 4.25vw;
    margin-top: 2.5vw;
  }
}
.real-section .real-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8.4375vw;
}
@media (max-width: 768px) {
  .real-section .real-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12vw;
  }
}
.real-section .real-main-left {
  width: 38.69375vw;
  position: relative;
}
@media (max-width: 768px) {
  .real-section .real-main-left {
    width: 95.5vw;
    margin-left: -15vw;
  }
}
.real-section .real-main-left:before {
  content: "";
  position: absolute;
  bottom: 44%;
  right: -5%;
  width: 2px;
  height: 21px;
  rotate: 30deg;
  background-color: rgb(222, 94, 25);
}
@media (max-width: 768px) {
  .real-section .real-main-left:before {
    display: none;
  }
}
.real-section .real-main-profile {
  position: relative;
}
.real-section .real-main-profile-img {
  width: 100%;
  height: auto;
}
.real-section .real-main-profile-img img {
  width: 100%;
  height: auto;
}
.real-section .real-main-profile .real-main-name {
  position: absolute;
  bottom: 4.6875vw;
  left: 25.390625vw;
  font-size: 1.875vw;
  font-weight: 900;
  letter-spacing: 0.05em;
  font-style: italic;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 768px) {
  .real-section .real-main-profile .real-main-name {
    bottom: 15vw;
    left: 65vw;
    font-size: 6vw;
  }
}
.real-section .real-main-profile .real-main-meta-container {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 0.9375vw;
  font-style: italic;
}
@media (max-width: 768px) {
  .real-section .real-main-profile .real-main-meta-container {
    right: unset;
    left: 65vw;
    font-size: 3vw;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.real-section .real-main-profile .real-main-meta {
  font-size: 0.9375vw;
  font-style: italic;
}
@media (max-width: 768px) {
  .real-section .real-main-profile .real-main-meta {
    font-size: 3vw;
  }
}
.real-section .real-main-schedule {
  margin-top: 1.875vw;
  border: 1px solid #326299;
  padding: 1.5625vw;
  position: relative;
  background-image: url(/recruit/src/img/bgtile.webp);
  background-repeat: repeat;
  background-size: 40px 40px;
}
@media (max-width: 768px) {
  .real-section .real-main-schedule {
    padding: 5vw 6vw;
    width: 92vw;
    margin: auto;
    margin-top: 6vw;
  }
}
.real-section .real-main-schedule:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #25558B;
  z-index: -1;
}
.real-section .real-schedule-header {
  padding: 0 0.625vw;
}
@media (max-width: 768px) {
  .real-section .real-schedule-header {
    padding: 0;
  }
}
.real-section .real-schedule-header .real-schedule-title {
  font-size: 1.09375vw;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .real-section .real-schedule-header .real-schedule-title {
    font-size: 3.5vw;
  }
}
.real-section .real-schedule-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.78125vw;
  padding: 0 0.625vw;
  margin-top: 0.9375vw;
}
@media (max-width: 768px) {
  .real-section .real-schedule-list {
    padding: 0;
    margin-top: 3vw;
    gap: 3.5vw;
  }
}
.real-section .real-schedule-list .real-schedule-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 0.546875vw);
  gap: 0;
}
@media (max-width: 768px) {
  .real-section .real-schedule-list .real-schedule-item {
    width: 100%;
  }
}
.real-section .real-schedule-list .real-schedule-item .real-schedule-time {
  width: 3.90625vw;
  font-size: 1.09375vw;
}
@media (max-width: 768px) {
  .real-section .real-schedule-list .real-schedule-item .real-schedule-time {
    font-size: 3.5vw;
    width: 12.5vw;
    font-weight: 400;
  }
}
.real-section .real-schedule-list .real-schedule-item .real-schedule-text {
  font-size: 1.09375vw;
}
@media (max-width: 768px) {
  .real-section .real-schedule-list .real-schedule-item .real-schedule-text {
    font-size: 3.5vw;
    font-weight: 400;
  }
}
.real-section .real-main-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.real-section .real-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625vw;
}
@media (max-width: 768px) {
  .real-section .real-cards {
    gap: 2vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.real-section .real-card {
  width: calc(50% - 0.3125vw);
  background-image: url(/recruit/src/img/bgtile-2.webp);
  background-repeat: repeat;
  background-size: 40px 40px;
  color: #384044;
  padding: 1.25vw 1.5625vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125vw;
  border: 1px solid #ACC8D4;
  cursor: pointer;
}
.real-section .real-card:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .real-section .real-card {
    width: 45vw;
    height: 31.25vw;
    padding: 0;
    gap: 1vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.real-section .real-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}
.real-section .real-card:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2.1875vw;
  height: 2.1875vw;
  background-image: url(/recruit/src/img/plus-arrow2.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
@media (max-width: 768px) {
  .real-section .real-card:after {
    width: 7vw;
    height: 7vw;
  }
}
.real-section .real-card .real-card-ico {
  width: 2.5vw;
  height: auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .real-section .real-card .real-card-ico {
    width: 8vw;
  }
}
.real-section .real-card .real-card-title {
  font-size: 1.09375vw;
  font-weight: 500;
  color: #384044;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .real-section .real-card .real-card-title {
    font-size: 3.5vw;
  }
}

.real-card-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
}
.real-card-modal.is-open {
  display: block;
}
.real-card-modal .real-card-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 28, 49, 0.8);
}
.real-card-modal .real-card-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.real-card-modal .real-card-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.90625vw;
  height: 3.90625vw;
  padding: 0;
  background: transparent;
  cursor: pointer;
  border: none;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  z-index: 1;
}
@media (max-width: 768px) {
  .real-card-modal .real-card-modal-close {
    width: 12.5vw;
    height: 12.5vw;
  }
}
.real-card-modal .real-card-modal-close span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.real-card-modal .real-card-modal-close span::before,
.real-card-modal .real-card-modal-close span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 1px;
  background: #fff;
}
.real-card-modal .real-card-modal-close span::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.real-card-modal .real-card-modal-close span::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
          transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.real-card-modal .real-card-modal-body {
  padding: 3.125vw 4.6875vw 5vw;
  width: 45.3125vw;
  background-color: #2E5D93;
  border: 1px solid #fff;
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .real-card-modal .real-card-modal-body {
    padding: 10vw 10vw 12vw;
    width: 88vw;
  }
}
.real-card-modal .real-card-modal-body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/recruit/src/img/bgtile.webp);
  background-repeat: repeat;
  background-size: 40px 40px;
  z-index: -1;
}
.real-card-modal .real-card-modal-body-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5vw;
}
@media (max-width: 768px) {
  .real-card-modal .real-card-modal-body-item {
    gap: 8vw;
  }
}
.real-card-modal .real-card-modal-body-item-title {
  font-size: 2.5vw;
  font-weight: 900;
  line-height: 2.2;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375vw;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .real-card-modal .real-card-modal-body-item-title {
    gap: 4.25vw;
    font-size: 8vw;
  }
}
.real-card-modal .real-card-modal-body-item-title span {
  width: 3.125vw;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.3125vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .real-card-modal .real-card-modal-body-item-title span {
    width: 10vw;
    padding-top: 1vw;
  }
}
.real-card-modal .real-card-modal-body-item-description {
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .real-card-modal .real-card-modal-body-item-description {
    font-weight: 400;
    font-size: 4vw;
  }
}

.data-section {
  padding: 0 3.125vw;
  padding-top: 5.078125vw;
  position: relative;
}
@media (max-width: 768px) {
  .data-section {
    padding: 6vw;
    padding-top: 17.25vw;
  }
}
.data-section:before {
  content: "";
  position: absolute;
  rotate: 30deg;
  background-color: rgb(222, 146, 25);
  width: 2px;
  height: 26px;
  top: 16%;
  right: 16%;
}
@media (max-width: 768px) {
  .data-section:before {
    width: 2px;
    height: 26px;
    top: 3%;
    right: 16%;
  }
}
.data-section .data-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.data-section .data-title {
  width: 16.171875vw;
}
@media (max-width: 768px) {
  .data-section .data-title {
    width: 34.5vw;
  }
}
.data-section .data-label {
  font-size: 1.328125vw;
  font-weight: 500;
  line-height: 1;
  font-style: italic;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .data-section .data-label {
    font-size: 4.25vw;
    margin-top: 1.25vw;
  }
}
.data-section .data-grid {
  margin: auto;
  margin-top: 3.515625vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 69.21875vw;
  gap: 1.875vw;
}
@media (max-width: 768px) {
  .data-section .data-grid {
    gap: 6vw 4vw;
    margin-top: 10vw;
    width: 100%;
  }
}
.data-section .data-card {
  width: calc(33.3333333333% - 1.25vw);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0.625vw 0 1.484375vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .data-section .data-card {
    width: 42vw;
    height: 42.5vw;
    padding: 2vw 0 0;
  }
}
.data-section .data-card .data-card-label {
  font-size: 1.09375vw;
  margin-bottom: 1.171875vw;
  width: 100%;
  text-align: left;
}
@media (max-width: 768px) {
  .data-section .data-card .data-card-label {
    font-size: 3.5vw;
    margin-bottom: 6vw;
  }
}
.data-section .data-card .data-card-ico {
  width: 3.75vw;
  height: auto;
  margin-bottom: 0.78125vw;
}
@media (max-width: 768px) {
  .data-section .data-card .data-card-ico {
    width: 12vw;
    margin-bottom: 6vw;
  }
}
.data-section .data-card .data-card-value {
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.40625vw;
  line-height: 1;
}
@media (max-width: 768px) {
  .data-section .data-card .data-card-value {
    font-size: 4.5vw;
    white-space: nowrap;
  }
}
.data-section .data-card .data-card-value span {
  font-family: "Stack Sans Text", sans-serif;
  font-size: 3.75vw;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0;
  margin-right: 0.15625vw;
}
@media (max-width: 768px) {
  .data-section .data-card .data-card-value span {
    margin-right: 0.5vw;
    font-size: 10vw;
  }
}
.data-section .data-card .data-card-value .data-card-value-sub-max {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  display: inline-block;
  font-weight: 400;
  margin-right: 0.3125vw;
  letter-spacing: -0.25em;
  font-size: 0.9375vw;
  font-family: "Stack Sans Text", sans-serif;
  margin-bottom: -0.15625vw;
}
@media (max-width: 768px) {
  .data-section .data-card .data-card-value .data-card-value-sub-max {
    margin-bottom: -0.5vw;
    font-size: 3vw;
    margin-right: 0.5vw;
  }
}
@media (max-width: 768px) {
  .data-section .data-card.data-card-wide {
    width: 88vw;
  }
}
@media (max-width: 768px) {
  .data-section .data-card.data-card-wide .data-card-label {
    margin-bottom: 4vw;
  }
}
@media (max-width: 768px) {
  .data-section .data-card.data-card-wide-apartment .data-card-ico {
    margin-bottom: -1.75vw;
  }
}
.data-section .data-card .data-card-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.09375vw;
  width: 16.25vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.3125vw;
}
@media (max-width: 768px) {
  .data-section .data-card .data-card-list {
    width: 52vw;
    gap: 1vw;
  }
}
.data-section .data-card .data-card-list li {
  border: 1px solid #ACC8D4;
  width: calc(50% - 0.15625vw);
  text-align: center;
  padding: 0.3125vw 0;
  font-weight: 400;
}
@media (max-width: 768px) {
  .data-section .data-card .data-card-list li {
    width: 25.5vw;
    font-size: 3.5vw;
    padding: 1vw 0;
  }
}
.data-section .data-card .data-card-list li:nth-of-type(1) {
  width: 100%;
}
.data-section .data-card .data-card-list li:nth-of-type(3) {
  font-size: 1.015625vw;
}
@media (max-width: 768px) {
  .data-section .data-card .data-card-list li:nth-of-type(3) {
    font-size: 3.25vw;
  }
}
.data-section .data-card .data-card-qual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.46875vw;
  margin-top: 3.125vw;
}
.data-section .data-card .data-card-qual .data-card-qual-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.data-section .data-card .data-card-qual .data-card-qual-item img {
  width: 2.5vw;
  height: auto;
  margin-right: 0.46875vw;
}
.data-section .data-card .data-card-qual .data-card-qual-item p {
  font-size: 0.9375vw;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-right: 2.03125vw;
}
.data-section .data-card .data-card-qual .data-card-qual-item .data-card-qual-item-value {
  font-size: 1.40625vw;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.data-section .data-card .data-card-qual .data-card-qual-item .data-card-qual-item-value span {
  font-family: "Stack Sans Text", sans-serif;
  font-size: 3.125vw;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0;
  margin-right: 0.3125vw;
}

.requirements-section {
  margin-top: 10.9375vw;
  padding: 6.25vw 3.125vw 1.5625vw;
  color: #384044;
  background-image: url(/recruit/src/img/bgtile-2.webp);
  background-repeat: repeat;
  background-size: 40px 40px;
  position: relative;
  border: none;
}
@media (max-width: 768px) {
  .requirements-section {
    padding: 12vw 6vw 0vw;
    margin-top: 17.25vw;
  }
}
.requirements-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F2F2F2;
  z-index: -1;
}
.requirements-section .requirements-inner {
  margin: 0 auto;
}
.requirements-section .requirements-header {
  margin-bottom: 3.75vw;
}
@media (max-width: 768px) {
  .requirements-section .requirements-header {
    margin-bottom: 12vw;
  }
}
.requirements-section .requirements-header .requirements-title {
  width: 53.4375vw;
  height: auto;
}
@media (max-width: 768px) {
  .requirements-section .requirements-header .requirements-title {
    width: 91.5vw;
  }
}
.requirements-section .requirements-header .requirements-subtitle {
  font-size: 1.328125vw;
  font-weight: 500;
  margin-top: -0.390625vw;
  font-style: italic;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  color: #0A51A2;
}
@media (max-width: 768px) {
  .requirements-section .requirements-header .requirements-subtitle {
    font-size: 4.25vw;
    margin-top: 0vw;
  }
}
.requirements-section .requirements-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.8125vw;
}
@media (max-width: 768px) {
  .requirements-section .requirements-body {
    gap: 9vw;
  }
}
.requirements-section .requirements-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625vw;
}
@media (max-width: 768px) {
  .requirements-section .requirements-tabs {
    gap: 2vw;
  }
}
.requirements-section .requirements-tabs .requirements-tab {
  padding: 0.625vw 1.25vw;
  border: 1px solid #798D96;
  color: #798D96;
  font-size: 1.09375vw;
  line-height: 1.8;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 768px) {
  .requirements-section .requirements-tabs .requirements-tab {
    padding: 2vw 1.25vw;
    font-size: 3vw;
    width: 43vw;
  }
}
.requirements-section .requirements-tabs .requirements-tab.is-active {
  background-image: url(/recruit/src/img/bgtile.webp);
  background-repeat: repeat;
  background-size: 40px 40px;
  position: relative;
  color: #fff;
  z-index: 0;
}
.requirements-section .requirements-tabs .requirements-tab.is-active:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #25558B;
  z-index: -1;
}
.requirements-section .requirements-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.125vw;
  border-top: 2px solid #798D96;
  padding-top: 0.9375vw;
}
@media (max-width: 768px) {
  .requirements-section .requirements-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15vw;
    border-top: 2px solid #798D96;
    padding-top: 0vw;
  }
}
.requirements-section .requirements-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 66.40625vw;
  margin: 0;
}
@media (max-width: 768px) {
  .requirements-section .requirements-list {
    width: 88vw;
  }
}
.requirements-section .requirements-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.625vw;
  border-top: 1px solid #ACC8D4;
  padding-top: 0.9375vw;
  padding-bottom: 0.9375vw;
}
@media (max-width: 768px) {
  .requirements-section .requirements-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5vw;
    border-top: 1px solid #ACC8D4;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
}
.requirements-section .requirements-row:first-of-type {
  border-top: none;
}
.requirements-section .requirements-row dt {
  width: 9.375vw;
  font-size: 1.09375vw;
  font-weight: 500;
  padding-left: 0.625vw;
}
@media (max-width: 768px) {
  .requirements-section .requirements-row dt {
    width: 30vw;
    font-size: 3.5vw;
    padding-left: 0vw;
  }
}
.requirements-section .requirements-row dd {
  margin: 0;
  font-size: 1.09375vw;
  line-height: 1.8;
  width: 56.40625vw;
}
@media (max-width: 768px) {
  .requirements-section .requirements-row dd {
    width: 88vw;
    font-size: 3.5vw;
  }
}
.requirements-section .requirements-row dd span {
  display: block;
  margin-top: 0.625vw;
}
@media (max-width: 768px) {
  .requirements-section .requirements-row dd span {
    margin-top: 2vw;
  }
}
.requirements-section .requirements-row dd .requirements-row-title {
  font-weight: 700;
  margin-top: 0.9375vw;
}
@media (max-width: 768px) {
  .requirements-section .requirements-row dd .requirements-row-title {
    margin-top: 5vw;
  }
}
.requirements-section .requirements-row dd .requirements-row-description {
  margin-top: 0.625vw;
}
@media (max-width: 768px) {
  .requirements-section .requirements-row dd .requirements-row-description {
    margin-top: 2vw;
  }
}
@media (max-width: 768px) {
  .requirements-section .requirements-row.requirements-row-double {
    gap: 2vw;
  }
}
.requirements-section .requirements-row.requirements-row-double dd {
  width: 22.265625vw;
}
@media (max-width: 768px) {
  .requirements-section .requirements-row.requirements-row-double dd {
    width: 88vw;
  }
}
.requirements-section .requirements-row.requirements-row-separate {
  border-top: 2px solid #798D96;
  margin-top: 0.9375vw;
  padding-top: 1.5625vw;
}
@media (max-width: 768px) {
  .requirements-section .requirements-row.requirements-row-separate {
    margin-top: 0vw;
    padding-top: 5vw;
  }
}
.requirements-section .requirements-side {
  width: 21.71875vw;
}
@media (max-width: 768px) {
  .requirements-section .requirements-side {
    width: 88vw;
  }
}
.requirements-section .requirements-side .requirements-entry-button {
  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: 5.5px;
  padding: 0.9375vw 0;
  background-color: #DE9219;
  color: #fff;
  font-weight: 500;
  font-family: "Stack Sans Text", sans-serif;
  width: 18.203125vw;
  font-size: 1.5625vw;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .requirements-section .requirements-side .requirements-entry-button {
    font-size: 4vw;
    padding: 3.75vw 0;
    width: 100%;
  }
}
.requirements-section .requirements-side .requirements-entry-button img {
  width: 1.25vw;
  height: auto;
}
@media (max-width: 768px) {
  .requirements-section .requirements-side .requirements-entry-button img {
    width: 4vw;
  }
}
.requirements-section .requirements-side .requirements-entry-button:hover {
  background-color: #C98416;
}

.qa-section {
  padding: 0 3.125vw 7.8125vw;
  padding-top: 8.984375vw;
  background-image: url(/recruit/src/img/bgtile-2.webp);
  background-repeat: repeat;
  background-size: 40px 40px;
  position: relative;
  margin-top: -0.078125vw;
}
@media (max-width: 768px) {
  .qa-section {
    padding: 13.75vw 6vw 12vw;
    margin-top: -0.25vw;
  }
}
.qa-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F2F2F2;
  z-index: -1;
}
.qa-section .qa-header {
  margin-bottom: 3.75vw;
}
@media (max-width: 768px) {
  .qa-section .qa-header {
    margin-bottom: 12vw;
  }
}
.qa-section .qa-header .qa-title {
  font-size: 1.328125vw;
  font-weight: 500;
  color: #0A51A2;
  width: 14.0625vw;
  height: auto;
}
@media (max-width: 768px) {
  .qa-section .qa-header .qa-title {
    width: 31.75vw;
    font-size: 4.25vw;
  }
}
.qa-section .qa-header .qa-subtitle {
  font-size: 1.328125vw;
  font-weight: 500;
  color: #0A51A2;
  margin-top: 0.390625vw;
}
@media (max-width: 768px) {
  .qa-section .qa-header .qa-subtitle {
    margin-top: 0vw;
    font-size: 4.25vw;
  }
}
.qa-section .qa-list {
  max-width: 68.90625vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  .qa-section .qa-list {
    max-width: 88vw;
  }
}
.qa-section .qa-list .qa-item {
  padding: 0.78125vw 0;
  border-top: 1px solid #798D96;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media (max-width: 768px) {
  .qa-section .qa-list .qa-item {
    padding: 2.5vw 0;
  }
}
.qa-section .qa-list .qa-item:after {
  content: "";
  position: absolute;
  top: 1.5625vw;
  right: 0.390625vw;
  width: 0.9375vw;
  height: 0.9375vw;
  background-image: url(/recruit/src/img/qa-plus.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: background-image 0.3s ease;
  transition: background-image 0.3s ease;
}
@media (max-width: 768px) {
  .qa-section .qa-list .qa-item:after {
    top: 5vw;
    right: 1.25vw;
    width: 3vw;
    height: 3vw;
  }
}
.qa-section .qa-list .qa-item.is-open:after {
  background-image: url(/recruit/src/img/qa-minus.svg);
}
.qa-section .qa-list .qa-item .qa-q {
  font-size: 1.09375vw;
  font-weight: 500;
  line-height: 1.8;
  color: #384044;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375vw;
  cursor: pointer;
  padding-right: 2.34375vw;
}
@media (max-width: 768px) {
  .qa-section .qa-list .qa-item .qa-q {
    font-size: 3.5vw;
    gap: 2vw;
    padding-right: 6.25vw;
  }
}
.qa-section .qa-list .qa-item .qa-q span {
  font-size: 1.25vw;
  color: #0A51A2;
  font-family: "Stack Sans Text", sans-serif;
  font-weight: 400;
}
@media (max-width: 768px) {
  .qa-section .qa-list .qa-item .qa-q span {
    font-size: 4vw;
  }
}
.qa-section .qa-list .qa-item .qa-a {
  font-size: 1.09375vw;
  font-weight: 400;
  line-height: 1.8;
  color: #384044;
  padding-right: 1.171875vw;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375vw;
  -webkit-transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding-bottom 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding-bottom 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  padding-right: 2.34375vw;
}
@media (max-width: 768px) {
  .qa-section .qa-list .qa-item .qa-a {
    font-size: 3.5vw;
    gap: 2vw;
    padding-right: 6.25vw;
  }
}
.qa-section .qa-list .qa-item .qa-a span {
  font-size: 1.25vw;
  color: #0A51A2;
  font-family: "Stack Sans Text", sans-serif;
  font-weight: 400;
}
@media (max-width: 768px) {
  .qa-section .qa-list .qa-item .qa-a span {
    font-size: 4vw;
  }
}
.qa-section .qa-list .qa-item.is-open .qa-q {
  margin-bottom: 0.78125vw;
}
@media (max-width: 768px) {
  .qa-section .qa-list .qa-item.is-open .qa-q {
    margin-bottom: 2.5vw;
  }
}
.qa-section .qa-list .qa-item.is-open .qa-a {
  max-height: 1000px;
  opacity: 1;
  padding-bottom: 0.78125vw;
}
@media (max-width: 768px) {
  .qa-section .qa-list .qa-item.is-open .qa-a {
    padding-bottom: 2.5vw;
  }
}

.entry-form-section {
  padding: 4.6875vw 3.125vw 7.8125vw;
}
@media (max-width: 768px) {
  .entry-form-section {
    padding: 12vw 6vw 12vw;
  }
}
.entry-form-section .entry-form-inner {
  max-width: 54.6875vw;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .entry-form-section .entry-form-inner {
    max-width: 88vw;
  }
}
.entry-form-section .entry-form-title {
  text-align: left;
  margin-bottom: 1.875vw;
}
@media (max-width: 768px) {
  .entry-form-section .entry-form-title {
    margin-bottom: 6vw;
  }
}
.entry-form-section .entry-form-title .entry-form-title-sp {
  display: none;
}
@media (max-width: 768px) {
  .entry-form-section .entry-form-title .entry-form-title-sp {
    display: block;
  }
}
.entry-form-section .entry-form-title .entry-form-title-pc {
  display: block;
}
@media (max-width: 768px) {
  .entry-form-section .entry-form-title .entry-form-title-pc {
    display: none;
  }
}
.entry-form-section .entry-form-title img {
  width: auto;
  height: auto;
  width: 51.171875vw;
}
@media (max-width: 768px) {
  .entry-form-section .entry-form-title img {
    width: 81.25vw;
    margin-bottom: 1.25vw;
  }
}
.entry-form-section .entry-form-title .entry-form-title-text {
  display: block;
  font-size: 1.328125vw;
  font-weight: 500;
}
@media (max-width: 768px) {
  .entry-form-section .entry-form-title .entry-form-title-text {
    font-size: 4.25vw;
  }
}
.entry-form-section .entry-form-intro {
  text-align: left;
  font-size: 1.09375vw;
  margin-bottom: 3.90625vw;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .entry-form-section .entry-form-intro {
    font-size: 3.5vw;
    margin-bottom: 10vw;
  }
}
.entry-form-section .entry-form-group-container {
  padding: 2.5vw 3.75vw 5vw;
  background-image: url(/recruit/src/img/bgtile.webp);
  background-repeat: repeat;
  background-size: 40px 40px;
  position: relative;
  border: 1px solid #326299;
}
@media (max-width: 768px) {
  .entry-form-section .entry-form-group-container {
    padding: 10vw 8vw;
  }
}
.entry-form-section .entry-form-group-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #25558B;
  z-index: -1;
}
.entry-form-section .entry-form-group {
  margin-bottom: 2.5vw;
}
@media (max-width: 768px) {
  .entry-form-section .entry-form-group {
    margin-bottom: 6vw;
  }
}
.entry-form-section .entry-form-group:last-of-type {
  margin-bottom: 0;
}
.entry-form-section .entry-form-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.9375vw;
}
@media (max-width: 768px) {
  .entry-form-section .entry-form-label {
    margin-bottom: 2.5vw;
  }
}
.entry-form-section .entry-form-label .entry-form-label-text {
  font-size: 1.328125vw;
  font-weight: 500;
}
@media (max-width: 768px) {
  .entry-form-section .entry-form-label .entry-form-label-text {
    font-size: 4.25vw;
  }
}
.entry-form-section .entry-form-radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625vw;
}
.entry-form-section .entry-form-radio-group label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.46875vw;
  font-size: 1.25vw;
}
@media (max-width: 768px) {
  .entry-form-section .entry-form-radio-group label {
    font-size: 4vw;
    gap: 1.5vw;
  }
}
.entry-form-section .entry-form-radio-group input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #326299;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #1D497C;
  position: relative;
}
.entry-form-section .entry-form-radio-group input[type=radio]:checked:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.78125vw;
  height: 0.78125vw;
  background-color: #fff;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .entry-form-section .entry-form-radio-group input[type=radio]:checked:before {
    width: 2.5vw;
    height: 2.5vw;
  }
}
.entry-form-section .entry-form-radio-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.78125vw;
  cursor: pointer;
}
@media (max-width: 768px) {
  .entry-form-section .entry-form-radio-label {
    gap: 2vw;
  }
}
.entry-form-section .entry-form-radio-label input[type=radio] {
  width: 1.5625vw;
  height: 1.5625vw;
  cursor: pointer;
}
@media (max-width: 768px) {
  .entry-form-section .entry-form-radio-label input[type=radio] {
    width: 4.5vw;
    height: 4.5vw;
  }
}
.entry-form-section .entry-form-radio-label .entry-form-radio-text {
  font-size: 1.25vw;
}
@media (max-width: 768px) {
  .entry-form-section .entry-form-radio-label .entry-form-radio-text {
    font-size: 4vw;
  }
}
.entry-form-section .entry-form-input,
.entry-form-section .entry-form-textarea {
  width: 100%;
  padding: 0.625vw 1.25vw;
  background-color: rgba(23, 64, 110, 0.479);
  color: #fff;
  font-size: 1.25vw;
  border: none;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .entry-form-section .entry-form-input,
  .entry-form-section .entry-form-textarea {
    padding: 2.5vw 3vw;
    font-size: 3.5vw;
  }
}
.entry-form-section .entry-form-input::-webkit-input-placeholder, .entry-form-section .entry-form-textarea::-webkit-input-placeholder {
  color: rgba(226, 233, 240, 0.541);
}
.entry-form-section .entry-form-input::-moz-placeholder, .entry-form-section .entry-form-textarea::-moz-placeholder {
  color: rgba(226, 233, 240, 0.541);
}
.entry-form-section .entry-form-input:-ms-input-placeholder, .entry-form-section .entry-form-textarea:-ms-input-placeholder {
  color: rgba(226, 233, 240, 0.541);
}
.entry-form-section .entry-form-input::-ms-input-placeholder, .entry-form-section .entry-form-textarea::-ms-input-placeholder {
  color: rgba(226, 233, 240, 0.541);
}
.entry-form-section .entry-form-input::placeholder,
.entry-form-section .entry-form-textarea::placeholder {
  color: rgba(226, 233, 240, 0.541);
}
.entry-form-section .entry-form-input:focus,
.entry-form-section .entry-form-textarea:focus {
  outline: none;
  border-color: #DE9219;
  background-color: #25558B;
}
.entry-form-section .entry-form-input.entry-form-input-error,
.entry-form-section .entry-form-textarea.entry-form-input-error {
  border: 1px solid rgb(255, 123, 123);
}
.entry-form-section .entry-form-error-message {
  color: rgb(255, 123, 123);
  font-size: 1.09375vw;
  margin-top: 0.3125vw;
}
@media (max-width: 768px) {
  .entry-form-section .entry-form-error-message {
    font-size: 3.25vw;
    margin-top: 1vw;
  }
}
.entry-form-section .entry-form-checkbox-label input[type=checkbox].entry-form-input-error {
  border: 1px solid rgb(255, 123, 123);
}
.entry-form-section .entry-form-textarea {
  resize: vertical;
  min-height: 11.71875vw;
}
@media (max-width: 768px) {
  .entry-form-section .entry-form-textarea {
    min-height: 35vw;
  }
}
.entry-form-section .entry-form-privacy {
  border-top: 1px solid #326299;
  padding: 3.75vw 0 0;
  margin-bottom: 1.25vw;
}
@media (max-width: 768px) {
  .entry-form-section .entry-form-privacy {
    padding: 10vw 0 0;
    margin-bottom: 6vw;
  }
}
.entry-form-section .entry-form-privacy-text {
  font-size: 1.09375vw;
  line-height: 1.8;
  color: #fff;
}
@media (max-width: 768px) {
  .entry-form-section .entry-form-privacy-text {
    font-size: 3.5vw;
  }
}
.entry-form-section .entry-form-privacy-link {
  color: #fff;
  text-decoration: underline;
}
.entry-form-section .entry-form-checkbox-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.46875vw;
  cursor: pointer;
  font-size: 1.25vw;
}
@media (max-width: 768px) {
  .entry-form-section .entry-form-checkbox-label {
    gap: 1.5vw;
    font-size: 4vw;
  }
}
.entry-form-section .entry-form-checkbox-label input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #326299;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #1D497C;
  position: relative;
  width: 1.40625vw;
  height: 1.40625vw;
  cursor: pointer;
  margin-top: 0.3515625vw;
}
@media (max-width: 768px) {
  .entry-form-section .entry-form-checkbox-label input[type=checkbox] {
    width: 4.5vw;
    height: 4.5vw;
    margin-top: 1vw;
  }
}
.entry-form-section .entry-form-checkbox-label input[type=checkbox]:checked:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.25vw;
  height: 1.25vw;
  background-color: #fff;
}
@media (max-width: 768px) {
  .entry-form-section .entry-form-checkbox-label input[type=checkbox]:checked:before {
    width: 3.5vw;
    height: 3.5vw;
  }
}
.entry-form-section .entry-form-checkbox-label input[type=checkbox]:checked:after {
  content: "";
  position: absolute;
  top: 37%;
  left: 18%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.46875vw;
  height: 0.9375vw;
  rotate: 45deg;
  border-bottom: 2px solid #DE5E19;
  border-right: 2px solid #DE5E19;
  border-radius: 0;
}
@media (max-width: 768px) {
  .entry-form-section .entry-form-checkbox-label input[type=checkbox]:checked:after {
    width: 1.5vw;
    height: 3vw;
  }
}
.entry-form-section .entry-form-checkbox-label .entry-form-checkbox-text {
  font-size: 1.25vw;
}
@media (max-width: 768px) {
  .entry-form-section .entry-form-checkbox-label .entry-form-checkbox-text {
    font-size: 4vw;
  }
}
.entry-form-section .entry-form-submit-group {
  text-align: center;
  margin-top: 3.90625vw;
  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.5625vw;
}
@media (max-width: 768px) {
  .entry-form-section .entry-form-submit-group {
    margin-top: 8.25vw;
    gap: 3.75vw;
  }
}
.entry-form-section .entry-form-submit-button {
  background-color: #DE9219;
  color: #fff;
  border: none;
  padding: 1.25vw 6.25vw;
  font-size: 1.328125vw;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.78125vw;
  margin: auto;
}
@media (max-width: 768px) {
  .entry-form-section .entry-form-submit-button {
    padding: 2.75vw 0;
    font-size: 4.25vw;
    gap: 2vw;
    width: 100%;
    line-height: 2.2;
  }
}
.entry-form-section .entry-form-submit-button:hover {
  background-color: #C98416;
}
.entry-form-section .entry-form-submit-button span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.15625vw;
}
@media (max-width: 768px) {
  .entry-form-section .entry-form-submit-button span {
    margin-top: 0.5vw;
  }
}
.entry-form-section .entry-form-submit-button span img {
  width: 1.25vw;
  height: auto;
}
@media (max-width: 768px) {
  .entry-form-section .entry-form-submit-button span img {
    width: 4vw;
  }
}
.entry-form-section .entry-form-back-button {
  display: inline-block;
  background-color: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0.9375vw 4.6875vw;
  font-size: 1.25vw;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .entry-form-section .entry-form-back-button {
    padding: 3.5vw 12.5vw;
    font-size: 4vw;
    width: 100%;
    text-align: center;
  }
}
.entry-form-section .entry-form-back-button:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.8);
}
.entry-form-section .entry-form-contact {
  font-size: 1.09375vw;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  margin-top: 3.75vw;
  font-weight: 400;
}
@media (max-width: 768px) {
  .entry-form-section .entry-form-contact {
    font-size: 4vw;
    margin-top: 8vw;
  }
}
.entry-form-section .entry-form-contact-link {
  color: #fff;
  text-decoration: underline;
  font-size: 1.09375vw;
  text-align: center;
  margin: 0.390625vw auto 0;
  display: block;
}
@media (max-width: 768px) {
  .entry-form-section .entry-form-contact-link {
    font-size: 4vw;
    margin: 1.25vw auto 0;
  }
}
.entry-form-section .entry-form-title-confirm img {
  max-width: 28.203125vw;
  height: auto;
  margin-bottom: 0.234375vw;
}
@media (max-width: 768px) {
  .entry-form-section .entry-form-title-confirm img {
    max-width: 60.25vw;
    margin-bottom: 0.75vw;
  }
}
.entry-form-section .entry-form-title-confirm .entry-form-title-text {
  font-size: 1.328125vw;
  font-weight: 400;
}
@media (max-width: 768px) {
  .entry-form-section .entry-form-title-confirm .entry-form-title-text {
    font-size: 4.25vw;
  }
}
.entry-form-section .entry-confirm-group {
  padding: 0.625vw 3.75vw;
  background-image: url(/recruit/src/img/bgtile.webp);
  background-repeat: repeat;
  background-size: 40px 40px;
  position: relative;
  border: 1px solid #326299;
}
.entry-form-section .entry-confirm-group:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #25558B;
  z-index: -1;
}
@media (max-width: 768px) {
  .entry-form-section .entry-confirm-group {
    padding: 8vw 8vw 10vw;
  }
}
.entry-form-section .entry-confirm-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.entry-form-section .entry-confirm-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.875vw 0;
  border-bottom: 1px solid #326299;
}
@media (max-width: 768px) {
  .entry-form-section .entry-confirm-item {
    padding: 6vw 0;
  }
}
.entry-form-section .entry-confirm-item:last-child {
  border-bottom: none;
}
.entry-form-section .entry-confirm-label {
  font-size: 1.328125vw;
  line-height: 2.2;
  font-weight: 500;
}
@media (max-width: 768px) {
  .entry-form-section .entry-confirm-label {
    font-size: 4.25vw;
  }
}
.entry-form-section .entry-confirm-value {
  font-size: 1.25vw;
  line-height: 1.8;
  margin-left: 0;
}
@media (max-width: 768px) {
  .entry-form-section .entry-confirm-value {
    font-size: 4vw;
  }
}
.entry-form-section .entry-confirm-value.entry-confirm-message {
  white-space: pre-wrap;
}
.entry-form-section.entry-form-section-thanks {
  min-height: calc(100vh - 100px);
}
.entry-form-section .entry-form-title-thanks img {
  max-width: 38.984375vw;
  height: auto;
}
@media (max-width: 768px) {
  .entry-form-section .entry-form-title-thanks img {
    max-width: 83.25vw;
  }
}
.entry-form-section .entry-thanks-description {
  font-size: 1.25vw;
  margin-top: 3.75vw;
  line-height: 1.6;
  margin-bottom: 6.25vw;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .entry-form-section .entry-thanks-description {
    font-size: 4vw;
    margin-top: 8.25vw;
    margin-bottom: 16vw;
  }
}
.entry-form-section .entry-thanks-button {
  background-color: #DE9219;
  color: #fff;
  padding: 0.859375vw 6.25vw;
  font-size: 1.40625vw;
  font-weight: 500;
  font-size: 1.328125vw;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.78125vw;
}
@media (max-width: 768px) {
  .entry-form-section .entry-thanks-button {
    padding: 2.75vw 0;
    width: 100%;
    font-size: 4.25vw;
  }
}
.entry-form-section .entry-thanks-button span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.entry-form-section .entry-thanks-button span img {
  width: 1.25vw;
  height: auto;
}
@media (max-width: 768px) {
  .entry-form-section .entry-thanks-button span img {
    width: 4vw;
  }
}
.entry-form-section .entry-thanks-button:hover {
  background-color: #C98416;
}

.footer {
  background-color: #08284D;
  padding: 0 2.5vw 0 0;
}
@media (max-width: 768px) {
  .footer {
    padding: 0 0 8vw 0;
  }
}
.footer .footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .footer .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer .footer-logo {
  width: 26.40625vw;
  height: 7.1875vw;
}
@media (max-width: 768px) {
  .footer .footer-logo {
    width: 71.75vw;
    height: 16.25vw;
  }
}
.footer .footer-right {
  text-align: right;
}
@media (max-width: 768px) {
  .footer .footer-right {
    text-align: left;
    margin-left: 6vw;
  }
}
.footer .footer-right .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25vw;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
  padding: 0;
  margin: 0 0 0.625vw;
}
@media (max-width: 768px) {
  .footer .footer-right .footer-nav {
    gap: 4vw;
    margin: 0 0 2vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footer .footer-right .footer-nav a {
  font-size: 0.859375vw;
  line-height: 1.6;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125vw;
}
@media (max-width: 768px) {
  .footer .footer-right .footer-nav a {
    font-size: 2.75vw;
  }
}
.footer .footer-right .footer-nav a:hover {
  opacity: 0.7;
}
.footer .footer-right .footer-nav a img {
  width: 0.546875vw;
  height: auto;
}
@media (max-width: 768px) {
  .footer .footer-right .footer-nav a img {
    width: 1.75vw;
  }
}
.footer .footer-right .footer-copy {
  font-size: 0.859375vw;
  line-height: 1.6;
  color: #E2E9F0;
}
@media (max-width: 768px) {
  .footer .footer-right .footer-copy {
    font-size: 2.5vw;
  }
}