@charset "UTF-8";
/*
html5doctor.com Reset Stylesheets
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@font-face {
  font-family: "NotoSansCJKSC";
  font-style: "normal";
  font-weight: 400;
  src: url("assets/fonts/NotoSansJP-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKSC";
  font-style: "bold";
  font-weight: 700;
  src: url("assets/fonts/NotoSansJP-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Zen Old Mincho";
  font-style: "SemiBold";
  font-weight: 600;
  src: url("assets/fonts/wsf-Zen_Old_Mincho.woff2") format("woff2");
  font-display: swap;
}
html {
  font-size: 62.5%;
}

body,
input,
textarea {
  font-family: "NotoSansCJKSC", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #333333;
}

section {
  padding: 120px 0;
}
section:nth-of-type(odd) {
  background-color: #fff;
}
section:nth-of-type(even) {
  background-color: #fefefe;
}
@media (max-width: 899px) {
  section {
    margin-left: 0;
    padding: 80px 0;
  }
}

.section-inner {
  width: calc(100% - 80px);
  max-width: 100%;
  margin: auto;
}
@media (max-width: 899px) {
  .section-inner {
    width: 100%;
    max-width: 100%;
  }
}

a {
  color: #333333;
}

img {
  width: 100%;
  vertical-align: middle;
}

h2 {
  font-size: 5rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 5px;
  /*margin-bottom: 80px;*/
}
@media (max-width: 899px) {
  h2 {
    font-size: 3rem;
    letter-spacing: 1.5px;
    margin-bottom: 60px;
  }
}

h3 {
  font-size: 3rem;
  font-weight: bold;
}
@media (max-width: 899px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-weight: bold;
}

.picture-wrapper {
  aspect-ratio: 3/2;
}

@media (max-width: 899px) {
  .is-pc {
    display: none;
  }
}

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

.corner-roundness-l {
  border-radius: 10px;
}

.form-scroll-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1;
  width: 200px;
  height: 110px;
  box-sizing: border-box;
  border: 4px solid #000080;
  border-radius: 10px;
  background-color: #fefefe;
  box-shadow: 3px 3px 6px rgba(51, 51, 51, 0.4);
  color: #000080;
  line-height: 1;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
}
@media (max-width: 899px) {
  .form-scroll-btn {
    right: 10px;
    bottom: 10px;
    width: 145px;
    height: 75px;
  }
}
.form-scroll-btn:hover {
  border: none;
  color: #fefefe;
  transform: scale(1.1);
}
.form-scroll-btn:hover .btn-background {
  transform: translateY(0);
}
.form-scroll-btn .btn-background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transform: translateY(-100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 50%, 0% 100%);
  width: 100%;
  height: 200%;
  background: linear-gradient(90deg, #000080, #4682b4);
  transition: all 0.3s;
}
.form-scroll-btn .btn-text-wrapper {
  position: absolute;
  top: 25%;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
@media (max-width: 899px) {
  .form-scroll-btn .btn-text-wrapper {
    top: 15%;
  }
}
.form-scroll-btn .btn-text-wrapper span {
  display: block;
  font-weight: bold;
}
.form-scroll-btn .btn-text-1 {
  font-size: 2.4rem;
}
@media (max-width: 899px) {
  .form-scroll-btn .btn-text-1 {
    font-size: 2rem;
  }
}
.form-scroll-btn .btn-text-2 {
  margin-top: 8px;
}
.form-scroll-btn .btn-text-2 .fa-chevron-down {
  margin-left: 0.5em;
  font-size: 1.8rem;
}
@media (max-width: 899px) {
  .form-scroll-btn .btn-text-2 .fa-chevron-down {
    font-size: 1.2rem;
  }
}

.btn-back {
  display: block;
  margin: 40px auto 0;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s;
}
.btn-back:hover {
  opacity: 0.4;
}
.btn-back .fa-chevron-left {
  margin-right: 10px;
}

.section-contact {
  position: relative;
}
.section-contact .form .form-inner {
  background-color: #fefefe;
  max-width: 100%;
  margin: 0 auto 60px;
  padding: 60px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media (max-width: 899px) {
  .section-contact .form .form-inner {
    width: 100%;
    padding: 40px 10px;
    margin: 0 auto 40px;
  }
}
.section-contact .form .form-inner .form-field {
  width: 500px;
}
@media (max-width: 899px) {
  .section-contact .form .form-inner .form-field {
    width: 100%;
  }
}
.section-contact .form .form-inner .form-field .label-wrapper {
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.section-contact .form .form-inner .form-field .label-wrapper .badge {
  border-radius: 15px;
  width: 60px;
  line-height: 1.8;
  color: #fefefe;
  text-align: center;
  background-color: #000080;
}
.section-contact .form .form-inner .form-field .label-wrapper label {
  font-size: 2rem;
  margin-left: 15px;
}
.section-contact .form .form-inner .form-field .supplement {
  margin-bottom: 5px;
}
.section-contact .form .form-inner .form-field .input-wrapper input {
  width: 500px;
  height: 35px;
  background-color: #fefefe;
  border: 3px solid rgba(51, 51, 51, 0.4);
  border-radius: 2px;
  font-size: 1.6rem;
  padding: 0 5px;
  box-sizing: border-box;
}
@media (max-width: 899px) {
  .section-contact .form .form-inner .form-field .input-wrapper input {
    width: 100%;
  }
}
.section-contact .form .form-inner .form-field .error-text {
  display: none;
  color: #dc5353;
  font-weight: bold;
  margin-top: 5px;
}
.section-contact .form .form-inner .form-field-policy .label-wrapper {
  align-items: flex-start;
}
.section-contact .form .form-inner .form-field-policy .label-wrapper label {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 899px) {
  .section-contact .form .form-inner .form-field-policy .label-wrapper label {
    width: calc(100% - 75px);
  }
}
.section-contact .form .form-inner .form-field-policy .label-wrapper label input {
  display: none;
}
.section-contact .form .form-inner .form-field-policy .label-wrapper label input:checked + .dummy-checkbox::after {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 1px;
  left: 5px;
}
.section-contact .form .form-inner .form-field-policy .label-wrapper label .dummy-checkbox {
  width: 22px;
  height: 22px;
  margin-top: 2px;
  border: 3px solid rgba(51, 51, 51, 0.4);
  border-radius: 2px;
  flex-shrink: 0;
}
.section-contact .form .form-inner .form-field-policy .label-wrapper label .policy-text {
  margin-left: 10px;
  display: inline;
}
.section-contact .form .form-inner .form-field-policy .label-wrapper label .policy-text .policy-link {
  border-bottom: 1px solid #333333;
  transition: all 0.3s;
}
.section-contact .form .form-inner .form-field-policy .label-wrapper label .policy-text .policy-link:hover {
  opacity: 0.4;
}
.section-contact .form .form-inner .error .input-wrapper input {
  border: 3px solid #dc5353;
}
.section-contact .form .form-inner .error .label-wrapper label .dummy-checkbox {
  border: 3px solid #dc5353;
}
.section-contact .form .form-inner .error .error-text {
  display: block;
}
.section-contact .form .cta-btn {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  width: 300px;
  height: 70px;
  border-radius: 39px;
  font-weight: bold;
  cursor: pointer;
  background: none;
  border: none;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  z-index: 1;
  box-sizing: border-box;
}
@media (max-width: 899px) {
  .section-contact .form .cta-btn {
    border-radius: 34px;
    height: 60px;
  }
}
.section-contact .form .cta-btn .btn-background-1 {
  border-radius: 39px;
  border: 4px solid #000080;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fefefe;
  box-sizing: border-box;
}
.section-contact .form .cta-btn .btn-background-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 100%;
  background: linear-gradient(90deg, #000080, #fad9e7);
  transform: translateX(-100%);
  transition: all 0.3s;
  -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
}
.section-contact .form .cta-btn::after {
  content: "送信する";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  pointer-events: none;
  color: #000080;
  font-size: 2.4rem;
  transition: all 0.3s;
}
@media (max-width: 899px) {
  .section-contact .form .cta-btn::after {
    font-size: 2rem;
  }
}
.section-contact .form .cta-btn:hover .btn-background-2 {
  transform: translateX(0);
}
.section-contact .form .cta-btn:hover::after {
  color: #fefefe;
}

.header {
  z-index: 1;
  width: 15vw;
  min-width: 200px;
}
@media (max-width: 899px) {
  .header {
    width: 100%;
  }
}
.header .side-menu {
  position: fixed;
  width: 15vw;
  min-width: 200px;
  overflow-y: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: -10px 0 30px rgba(51, 51, 51, 0.4);
}
@media (max-width: 899px) {
  .header .side-menu {
    display: none;
  }
}
.header .side-menu .header-logo {
  width: auto;
  margin: 30px auto 0;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.header .side-menu .header-logo picture {
  max-width: 100%;
}
.header .side-menu .header-logo picture img {
  -o-object-fit: contain;
     object-fit: contain;
}
.header .side-menu .header-logo .recruit-site {
  width: 130px;
  position: relative;
  text-align: center;
  margin: 10px auto 0;
  font-size: 1.6rem;
  font-weight: bold;
}
.header .side-menu .header-logo .recruit-site::before {
  content: "";
  width: 10px;
  height: 1.5px;
  border-radius: 1px;
  background-color: #333333;
  position: absolute;
  top: 12px;
  left: 0;
}
.header .side-menu .header-logo .recruit-site::after {
  content: "";
  width: 10px;
  height: 1.5px;
  border-radius: 1px;
  background-color: #333333;
  position: absolute;
  top: 12px;
  right: 0;
}
.header .side-menu ul {
  margin: 45px auto 0;
  font-size: 2rem;
  font-weight: bold;
  width: 100%;
  text-align: center;
}
.header .side-menu ul li a {
  display: block;
  line-height: 50px;
}
.header .side-menu ul li a .under-line {
  width: 100%;
  height: 10px;
  position: relative;
}
.header .side-menu ul li a .under-line::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: -5%;
  width: 110%;
  height: 2px;
  background: #000080;
  transition: all 0.3s;
  transform: scale(0, 1);
  transform-origin: center top;
}
.header .side-menu ul li a:hover .under-line::after {
  transform: scale(1, 1);
}
.header .side-menu ul li .nav-active {
  color: #000080;
  transition: all 0.3s;
  font-size: 1.2em;
}
.header .side-menu .corporate-link-wrapper {
  width: 100%;
  text-align: center;
  margin-top: auto;
}
.header .side-menu .corporate-link-wrapper .corporate-link {
  display: block;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  transition: all 0.3s;
  margin: 50px 0 100px;
}
.header .side-menu .corporate-link-wrapper .corporate-link:hover {
  opacity: 0.4;
}
.header .side-menu .corporate-link-wrapper .corporate-link .fa-circle-chevron-right {
  margin-right: 10px;
}
.header .upper-menu {
  display: none;
}
@media (max-width: 899px) {
  .header .upper-menu {
    display: flex;
    position: fixed;
    align-items: center;
    height: 50px;
    width: 100%;
    background-color: rgba(254, 254, 254, 0.8);
    z-index: 10;
  }
  .header .upper-menu .header-logo {
    transition: all 0.3s;
    display: flex;
    align-items: center;
  }

  /*
  .header .upper-menu .header-logo picture {
    max-width: 60px;
  }
  */

  .header .upper-menu .header-logo .recruit-site {
    margin-left: 10px;
    font-weight: bold;
  }
  .header .upper-menu .menu-btn {
    margin: 0 5px 0 auto;
    position: relative;
    background: #000080;
    cursor: pointer;
    width: 45px;
    height: 45px;
    border-radius: 5px;
  }
  .header .upper-menu .menu-btn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
  }
  .header .upper-menu .menu-btn span:nth-of-type(1), .header .upper-menu .menu-btn span:nth-of-type(3) {
    height: 3px;
    background: #fefefe;
    width: 25px;
    left: 10px;
  }
  .header .upper-menu .menu-btn span:nth-of-type(1) {
    top: 12px;
  }
  .header .upper-menu .menu-btn span:nth-of-type(2) {
    top: 15px;
    left: 9px;
    font-size: 1rem;
    color: #fefefe;
  }
  .header .upper-menu .menu-btn span:nth-of-type(3) {
    bottom: 10px;
  }
  .header .upper-menu .menu-btn-open span:nth-of-type(1) {
    top: 14px;
    left: 14px;
    transform: translateY(6px) rotate(-45deg);
    width: 40%;
  }
  .header .upper-menu .menu-btn-open span:nth-of-type(2) {
    opacity: 0;
  }
  .header .upper-menu .menu-btn-open span:nth-of-type(3) {
    top: 26px;
    left: 14px;
    transform: translateY(-6px) rotate(45deg);
    width: 40%;
  }
  .header .upper-menu .hamburger-menu {
    display: none;
    overflow-y: auto;
    background-color: #fff;
    position: absolute;
    top: 50px;
    z-index: -1;
    width: 100%;
    height: calc(100vh - 50px);
  }
  .header .upper-menu .hamburger-menu ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
  }
  .header .upper-menu .hamburger-menu ul li {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 3;
    position: relative;
  }
  .header .upper-menu .hamburger-menu ul li::after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: -10%;
    width: 120%;
    height: 2px;
    background: #000080;
    transition: all 0.3s;
    transform: scale(0, 1);
    transform-origin: center top;
  }
  .header .upper-menu .hamburger-menu ul li:hover::after {
    transform: scale(1, 1);
  }
  .header .upper-menu .hamburger-menu .corporate-link-wrapper {
    margin: 100px;
    text-align: center;
  }
  .header .upper-menu .hamburger-menu .corporate-link-wrapper .corporate-link {
    display: block;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    transition: all 0.3s;
  }
  .header .upper-menu .hamburger-menu .corporate-link-wrapper .corporate-link:hover {
    opacity: 0.4;
  }
  .header .upper-menu .hamburger-menu .corporate-link-wrapper .corporate-link .fa-circle-chevron-right {
    margin-right: 10px;
  }
}

body.hamburger-menu-open {
  width: 100%;
  height: 100%;
  /*overflow: hidden;*/
}
body.hamburger-menu-open .form-scroll-btn {
  z-index: -2;
}

.footer {
  background-color: #fff;
  grid-column: 2;
}
.footer .copyright {
  text-align: center;
  font-size: 0.8rem;
  padding-bottom: 5px;
}

.body-home {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 899px) {
  .body-home {
    display: block;
  }
}
.body-home .lead {
  margin-bottom: 80px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 899px) {
  .body-home .lead {
    margin: 0 auto 60px;
    font-size: 1.6rem;
    width: calc(100% - 20px);
  }
}
.body-home h2 {
  margin-top: -120px;
  padding-top: 120px;
}
@media (max-width: 899px) {
  .body-home h2 {
    margin-top: -130px;
    padding-top: 130px;
  }
}
.body-home .fadein-up {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 1s;
}
@media (max-width: 899px) {
  .body-home .fadein-up {
    transform: translate(0, 50px);
  }
}
.body-home .fadein-up-delay {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 1s;
  transition-delay: 0.5s;
}
@media (max-width: 899px) {
  .body-home .fadein-up-delay {
    transition-delay: 0;
    transform: translate(0, 50px);
  }
}
.body-home .fadein-left {
  opacity: 0;
  transform: translate(100px, 0);
  transition: all 1s;
}
@media (max-width: 899px) {
  .body-home .fadein-left {
    transform: translate(0, 50px);
  }
}
.body-home .fadein-right {
  opacity: 0;
  transform: translate(-100px, 0);
  transition: all 1s;
}
@media (max-width: 899px) {
  .body-home .fadein-right {
    transform: translate(0, 50px);
  }
}
.body-home .fadein-active {
  opacity: 1;
  transform: translate(0, 0);
}

.complete-body {
  display: block;
  background-color: #fff;
}
.complete-body .section-complete {
  padding: 100px auto;
  box-sizing: border-box;
}
@media (max-width: 899px) {
  .complete-body .section-complete {
    padding: 60px 10px;
  }
}
.complete-body .section-complete .complete-inner {
  background-color: #fefefe;
  margin: 0 auto;
  width: calc(100% - 200px);
  max-width: 1000px;
  padding: 80px;
  box-sizing: border-box;
}
@media (max-width: 899px) {
  .complete-body .section-complete .complete-inner {
    width: 100%;
    max-width: 700px;
    padding: 40px 10px;
  }
}
.complete-body .section-complete .complete-inner h1 {
  font-size: 3rem;
  color: #000080;
  text-align: center;
}
@media (max-width: 899px) {
  .complete-body .section-complete .complete-inner h1 {
    text-align: left;
  }
}
.complete-body .section-complete .complete-inner .complete-text-main {
  font-weight: bold;
  margin-top: 40px;
}
.complete-body .section-complete .complete-inner .complete-text-supplement {
  margin-top: 40px;
}

.webp .section-fv {
  background-image: url(assets/image/SmartDiX_FS_mini.png);
}

.no-webp .section-fv {
  background-image: url(assets/image/SmartDiX_FS_mini.webp);
}

.section-fv {
  position: relative;
  height: 50.7vw;
  background-size: cover;
  padding: 0;
}
@media (max-width: 899px) {
  .section-fv {
    width: 100%;
    min-height: 450px;
    background-position: top left 85%;
    background-position: top 30%;
  }
}

@media (max-width: 500px) {
  .section-fv {
    width: 100%;
    min-height: 450px;
    background-position: top left 85%;
    background-position: top 30%;
  }
}

.section-fv::after {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  background: linear-gradient(0deg, #fefefe, transparent);
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}
.section-fv .catch-copy {
  width: 60%;
  text-align: center;
  font-size: 2.4vw;
  font-weight: bold;
  letter-spacing: 0.3em;
  line-height: 1.8em;
  position: absolute;
  top: 8vw;
  left: 30%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media (min-width: 521px) and (max-width: 959px) {
  .section-fv .catch-copy {
    width: 60%;
    top: 30%;
    left: 33%;
    font-size: 2.8vw;
  }
  .section-fv .catch-copy::before {
    height: 140%;
    filter: blur(40px);
  }
}
@media (max-width: 520px) {
  .section-fv .catch-copy {
    width: 100%;
    top: 80%;
    left: 50%;
    letter-spacing: 0.1em;
    font-size: 110%;
    line-height: 1.6;
    z-index: 1;
    display: inline-flex;
    justify-content: center;
  }
  .section-fv .catch-copy::before {
    height: 140%;
    filter: blur(40px);
  }
  .section-fv .catch-copy br.br-pc {
    display: none;
  }
}
.section-fv .catch-copy::before {
  content: "";
  background-color: #fefefe;
  width: 90%;
  height: 140%;
  filter: blur(40px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: -1;
}

@media (max-width: 899px) {
  .section-vision {
    overflow: hidden;
  }
}
.section-vision .section-inner {
  max-width: 700px;
}
@media (max-width: 899px) {
  .section-vision .section-inner {
    max-width: 300px;
  }
}
.section-vision .section-inner .vision-wrapper {
  position: relative;
  height: 550px;
}
@media (max-width: 899px) {
  .section-vision .section-inner .vision-wrapper {
    height: 450px;
  }
}
.section-vision .section-inner .vision-wrapper .vision-dot {
  --sample-color: 238, 155, 197;
  aspect-ratio: 1/1;
  background-image: radial-gradient(circle, rgb(var(--sample-color)), rgba(var(--sample-color), 0));
  border-radius: 40%;
  filter: blur(40px);
  width: 400px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
@media (max-width: 899px) {
  .section-vision .section-inner .vision-wrapper .vision-dot {
    width: 300px;
    height: 300px;
    top: -10%;
  }
}
.section-vision .section-inner .vision-wrapper .vision-text-wrapper {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%);
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  z-index: 0;
  background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 899px) {
  .section-vision .section-inner .vision-wrapper .vision-text-wrapper {
    top: 45%;
  }
}
.section-vision .section-inner .vision-wrapper .vision-text-wrapper .vision-textparts {
  font-size: 200%;
  text-align: center;
  line-height: 2;
  font-family: "NotoSansCJKSC", sans-serif;
}
.section-vision .section-inner .vision-wrapper .vision-text-wrapper .vision-textparts .br-sp {
  display: none;
}
@media (max-width: 899px) {
  .section-vision .section-inner .vision-wrapper .vision-text-wrapper .vision-textparts {
    font-size: 130%;
  }
  .section-vision .section-inner .vision-wrapper .vision-text-wrapper .vision-textparts .br-sp {
    display: inline-block;
  }
}
.section-vision .section-inner .vision-wrapper .shape-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  max-width: 100%;
  box-sizing: border-box;
}
@media (max-width: 899px) {
  .section-vision .section-inner .vision-wrapper .shape-wrapper {
    width: 300px;
    height: 180px;
    top: 20%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    overflow: inherit;
  }
}
.section-vision .section-inner .vision-wrapper .shape-wrapper .shape {
  position: absolute;
  box-sizing: border-box;
}
.section-vision .section-inner .vision-wrapper .shape-wrapper .shape.shape-parts-1 {
  width: 25%;
  height: -moz-fit-content;
  height: fit-content;
  bottom: 48%;
  right: 22%;
}
@media (max-width: 899px) {
  .section-vision .section-inner .vision-wrapper .shape-wrapper .shape.shape-parts-1 {
    width: 32%;
    top: 48%;
    right: 18%;
  }
}
.section-vision .section-inner .vision-wrapper .shape-wrapper .shape.shape-parts-1 svg {
  stroke: #6495ed;
  stroke-width: 5%;
  fill: none;
}
@media (max-width: 899px) {
  .section-vision .section-inner .vision-wrapper .shape-wrapper .shape.shape-parts-1 svg {
    stroke-width: 5.2%;
  }
}
.section-vision .section-inner .vision-wrapper .shape-wrapper .shape.shape-parts-1-1 {
  width: 25%;
  height: -moz-fit-content;
  height: fit-content;
  bottom: 48%;
  right: 22%;
}
@media (max-width: 899px) {
  .section-vision .section-inner .vision-wrapper .shape-wrapper .shape.shape-parts-1-1 {
    width: 32%;
    right: 18%;
    top: 48%;
  }
}
.section-vision .section-inner .vision-wrapper .shape-wrapper .shape.shape-parts-1-1 svg {
  stroke: #22ac38;
  stroke-width: 5%;
  fill: none;
}
@media (max-width: 899px) {
  .section-vision .section-inner .vision-wrapper .shape-wrapper .shape.shape-parts-1-1 svg {
    stroke-width: 5.2%;
  }
}
.section-vision .section-inner .vision-wrapper .shape-wrapper .shape.shape-parts-2 {
  width: 45%;
  height: -moz-fit-content;
  height: fit-content;
  top: -5%;
  left: 22%;
}
@media (max-width: 899px) {
  .section-vision .section-inner .vision-wrapper .shape-wrapper .shape.shape-parts-2 {
    width: 55%;
    top: 0;
    left: 15%;
  }
}
.section-vision .section-inner .vision-wrapper .shape-wrapper .shape.shape-parts-2 svg {
  stroke: #000080;
  stroke-width: 3%;
  fill: none;
}
.section-vision .section-inner .vision-wrapper .shape-wrapper .shape.shape-parts-2-1 {
  width: 45%;
  height: -moz-fit-content;
  height: fit-content;
  top: -5%;
  left: 22%;
}
@media (max-width: 899px) {
  .section-vision .section-inner .vision-wrapper .shape-wrapper .shape.shape-parts-2-1 {
    width: 55%;
    top: 0;
    left: 15%;
  }
}
.section-vision .section-inner .vision-wrapper .shape-wrapper .shape.shape-parts-2-1 svg {
  stroke: #000080;
  stroke-width: 3%;
  fill: none;
}

.section-job h2 {
  margin-bottom: 10px;
}
.section-job h3 {
  color: #000080;
  margin-bottom: 10px;
}
@media (max-width: 899px) {
  .section-job h3 {
    width: calc(100% - 20px);
    margin: 0 auto 15px;
  }
}
@media (max-width: 899px) {
  .section-job .job-content {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }
}
.section-job .job-content:nth-child(n+2) {
  margin-top: 100px;
}
@media (max-width: 899px) {
  .section-job .job-content:nth-child(n+2) {
    margin-top: 60px;
  }
}
.section-job .job-content .job-description {
  width: 100%;
}
@media (max-width: 899px) {
  .section-job .job-content .job-description {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
}
.section-job .job-content .job-container {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-top: 60px;
}
@media (max-width: 899px) {
  .section-job .job-content .job-container {
    flex-direction: column;
    align-items: center;
  }
}
.section-job .job-content .job-container:nth-child(odd) {
  flex-direction: row-reverse;
}
@media (max-width: 899px) {
  .section-job .job-content .job-container:nth-child(odd) {
    flex-direction: column;
  }
}
.section-job .job-content .job-container .job-img {
  max-width: 560px;
}
.section-job .job-content .job-container .job-text {
  max-width: 40%;
}
@media (max-width: 899px) {
  .section-job .job-content .job-container .job-text {
    width: calc(100% - 20px);
    max-width: 700px;
  }
}
@media (max-width: 899px) {
  .section-job .job-content .job-container .job-text h4 {
    margin-top: 20px;
  }
}
.section-job .job-content .job-container .job-text p {
  margin-top: 5px;
}

.section-staff h2 {
  margin-bottom: 10px;
}
.section-staff .staff-content:nth-child(n+2) {
  margin: 100px auto 0;
}
@media (max-width: 899px) {
  .section-staff .staff-content:nth-child(n+2) {
    margin-top: 60px;
  }
}
.section-staff .staff-content-top {
  position: relative;
  height: 580px;
}
@media (max-width: 899px) {
  .section-staff .staff-content-top {
    height: auto;
  }
}
.section-staff .staff-content-top .staff-top-img-pc {
  max-width: 800px;
  margin-left: 100px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 899px) {
  .section-staff .staff-content-top .staff-top-img-pc {
    display: none;
  }
}
.section-staff .staff-content-top .title {
  position: absolute;
  bottom: 0;
  width: 420px;
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background-color: rgba(249, 249, 238, 0.9);
}
@media (max-width: 899px) {
  .section-staff .staff-content-top .title {
    position: static;
    width: 100%;
    padding: 40px 0;
  }
}
.section-staff .staff-content-top .title .staff-top-img-sp {
  display: none;
}
@media (max-width: 899px) {
  .section-staff .staff-content-top .title .staff-top-img-sp {
    display: block;
  }
}
.section-staff .staff-content-top .title .title-text {
  font-size: 3rem;
  font-weight: bold;
}
@media (max-width: 899px) {
  .section-staff .staff-content-top .title .title-text {
    font-size: 2rem;
    margin: 10px auto 0;
    width: calc(100% - 20px);
  }
}
.section-staff .staff-content-top .title .profile {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (max-width: 899px) {
  .section-staff .staff-content-top .title .profile {
    margin: 10px auto 0;
    width: calc(100% - 20px);
    font-size: 1.6rem;
    gap: 0;
  }
}
.section-staff .interview {
  margin: 60px auto 0;
  max-width: 700px;
}
@media (max-width: 899px) {
  .section-staff .interview {
    margin: 40px auto 0;
  }
}
@media (max-width: 899px) {
  .section-staff .interview h3 {
    margin: 0 auto;
    width: calc(100% - 20px);
  }
}
.section-staff .interview h3 .color {
  display: block;
  color: #000080;
}
@media (max-width: 899px) {
  .section-staff .interview h3 .color {
    margin-bottom: 3px;
  }
}
.section-staff .interview p {
  margin-top: 20px;
}
@media (max-width: 899px) {
  .section-staff .interview p {
    margin: 10px auto 0;
    width: calc(100% - 20px);
  }
}
.section-staff .interview .staff-img {
  margin-top: 40px;
}
@media (max-width: 899px) {
  .section-staff .interview .staff-img {
    max-width: 560px;
    margin: 20px auto 0;
  }
}

.section-requirements .requirements-table {
  margin: 40px auto 0;
  width: calc(100% - 20px);
  max-width: 1000px;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}
.section-requirements .requirements-table .requirements-table-title {
  background-color: #000080;
  position: relative;
  padding-left: 20px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fefefe;
  line-height: 2.5;
}
@media (max-width: 899px) {
  .section-requirements .requirements-table .requirements-table-title {
    font-size: 2rem;
  }
}
.section-requirements .requirements-table .requirements-table-title::before, .section-requirements .requirements-table .requirements-table-title::after {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  border-radius: 1px;
  background: #fefefe;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.section-requirements .requirements-table .requirements-table-title::after {
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.4s;
}
.section-requirements .requirements-table .requirements-dl-wrapper {
  display: none;
}
.section-requirements .requirements-table .requirements-dl-wrapper dl {
  display: grid;
  grid-template-columns: 120px 1fr;
}
@media (max-width: 899px) {
  .section-requirements .requirements-table .requirements-dl-wrapper dl {
    grid-template-columns: 100px 1fr;
  }
}
.section-requirements .requirements-table .requirements-dl-wrapper dl dt {
  background-color: #eeeeee;
  border-bottom: 1px solid rgba(51, 51, 51, 0.4);
  text-align: center;
  font-weight: bold;
  padding: 10px 20px;
  box-sizing: border-box;
}
@media (max-width: 899px) {
  .section-requirements .requirements-table .requirements-dl-wrapper dl dt {
    width: 100px;
    padding: 10px;
  }
}
.section-requirements .requirements-table .requirements-dl-wrapper dl dt:nth-last-child(2) {
  border-bottom: none;
}
.section-requirements .requirements-table .requirements-dl-wrapper dl dd {
  background-color: #fefefe;
  border-bottom: 1px solid rgba(51, 51, 51, 0.4);
  padding: 10px 20px;
}
@media (max-width: 899px) {
  .section-requirements .requirements-table .requirements-dl-wrapper dl dd {
    padding: 10px;
  }
}
.section-requirements .requirements-table .requirements-dl-wrapper dl dd:last-child {
  border-bottom: none;
}
.section-requirements .requirements-table-open {
  box-shadow: 3px 3px 6px rgba(51, 51, 51, 0.4);
}
.section-requirements .requirements-table-open .requirements-table-title::after {
  transform: translateY(-50%) rotate(0);
}

.section-flow .flow-container {
  margin: 0 auto;
  max-width: 700px;
  background-color: #fff;
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 899px) {
  .section-flow .flow-container {
    padding: 20px 10px;
    flex-direction: column;
    align-items: center;
  }
}
.section-flow .flow-container .flow-container-title {
  display: flex;
  flex-direction: column;
  width: 110px;
  text-align: center;
}
.section-flow .flow-container .flow-container-title p {
  font-size: 5rem;
  line-height: 1;
  margin-top: 5px;
  color: #000080;
}
@media (max-width: 899px) {
  .section-flow .flow-container .flow-container-title p {
    margin-top: 10px;
  }
}
.section-flow .flow-container .flow-container-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 75%;
}
@media (max-width: 899px) {
  .section-flow .flow-container .flow-container-body {
    width: 100%;
    max-width: 600px;
    margin-top: 20px;
  }
}
.section-flow .flow-container .flow-container-body h4 {
  margin: 0 0 5px;
}
.section-flow .flow-container .flow-container-body h4:nth-of-type(n+2) {
  margin-top: 20px;
}
.section-flow .flow-arrow {
  text-align: center;
}
.section-flow .flow-arrow i {
  margin-top: 30px;
  font-size: 8rem;
  line-height: 0;
  transform: scaleX(2);
  color: #000080;
  -webkit-text-stroke: 5px #fefefe;
}
@media (max-width: 899px) {
  .section-flow .flow-arrow i {
    margin-top: 20px;
    font-size: 5rem;
    -webkit-text-stroke: 3px #fefefe;
  }
}/*# sourceMappingURL=style.css.map */

.responsive-logo {
    position: absolute;
    top: 40%;
    left: 9%;
    width: 400px;
}

@media (max-width: 899px) {
 .responsive-logo {
    top: 60%;
    left: 9%;
    width: 80%;
  }
}

@media (min-width: 900px) and (max-width: 1100px) {
  .responsive-logo {
    position: absolute;
    top: 30%;
    left: 9%;
    width: 300px;
  }

  .section-fv .catch-copy {
    width: 60%;
    top: 50%;
    left: 33%;
    font-size: 2.8vw;
  }

  .section-fv {
      width: 100%;
      min-height: 450px;
      background-position: top left 40%;
  }
  
}

@media (min-width: 501px) and (max-width: 888px) {
  .responsive-logo {
    position: absolute;
    top: 30%;
    left: 2%;
    width: 300px;
  }

  .section-fv .catch-copy {
    width: 60%;
    top: 50%;
    left: 33%;
    font-size: 2.8vw;
  }

  .section-fv {
      width: 100%;
      min-height: 450px;
      background-position: top left 60%;
  }
  
}

  textarea {
    width: 100%;
    border: 3px solid rgba(51, 51, 51, 0.4);
    border-radius: 2px;
    font-size: 1.6rem;
    padding: 0 5px;
    box-sizing: border-box;
  }

  @media (max-width: 899px) {
    .section-job .interview p {
        margin: 10px auto 0;
        width: calc(100% - 20px);
    }
}


@media (max-width: 480px) {
  .form-scroll-btn {
    right: 10px;
    width: 150px;
    height: 75px;
    font-size: 1.4rem;
  }

  .form-scroll-btn .btn-text-wrapper {
    top: 20%; /* 文字が真ん中に来るよう調整 */
  }

  .form-scroll-btn .btn-text-1 {
    font-size: 1.6rem;
  }

  .form-scroll-btn .btn-text-2 .fa-chevron-down {
    font-size: 1.2rem;
  }
}

@media (max-width: 899px) {
    .section-requirements .interview p {
        margin: 10px auto 0;
        width: calc(100% - 20px);
    }
}

@media (max-width: 899px) {
    .section-requirements .interview {
        margin: 40px auto 0;
    }
}

@media (max-width: 899px) {
    .section-requirements .interview h3 .color {
        margin-left:10px;
    }
}


@media (max-width: 899px) {
  .section-fv {
    top: 12vw;
  }
}