@charset "UTF-8";
/* ===================================================================
Theme Name: Global Style
=================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Tomorrow:wght@400;500;600;700&display=swap");
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, figure, figcaption {
  margin: 0;
  padding: 0;
}

input, textarea {
  margin: 0;
  font-size: 100%;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset, img {
  border: 0;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: top;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: bold;
}

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

a, input {
  outline: none;
}

input, textarea {
  border-radius: 0;
  font-family: YuGothic, "Yu Gothic", 游ゴシック体, 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}

input[type=button], input[type=submit] {
  -webkit-appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

abbr, acronym {
  border: 0;
}

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

.tomorrow-regular {
  font-family: "Tomorrow", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.tomorrow-medium {
  font-family: "Tomorrow", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.tomorrow-semibold {
  font-family: "Tomorrow", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.tomorrow-bold {
  font-family: "Tomorrow", sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media screen and (min-width: 1267px) {
  .hidden-desktop {
    display: none;
  }
}
@media screen and (min-width: 961px) and (max-width: 1266px) {
  .hidden-laptop {
    display: none;
  }
}
@media screen and (min-width: 601px) and (max-width: 960px) {
  .hidden-tablet {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .hidden-mobile {
    display: none;
  }
}
.txt {
  text-align: justify;
  text-justify: inter-ideograph;
}

p, table {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  text-align: justify;
}
@media screen and (max-width: 600px) {
  p, table {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
  }
}

a {
  text-decoration: none;
}
a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*  Inview animation  */
.inv {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.inv.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fadein {
  opacity: 0;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.fadein.delay1 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.fadein.delay2 {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.fadein.show {
  opacity: 1;
}

.logo img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.logo:hover img {
  opacity: 0.7;
}

/*  scroll icon animation  */
@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  40% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes upDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  40% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*  contents  */
.sec-content {
  display: block;
  padding: 80px 0;
  scroll-margin-top: 100px;
}
@media screen and (max-width: 960px) {
  .sec-content {
    scroll-margin-top: 60px;
  }
}

.content-inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.sec-title {
  font-family: "Tomorrow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 30px;
  margin-bottom: 60px;
  color: #0B93B2;
}
@media screen and (max-width: 600px) {
  .sec-title {
    font-size: 20px;
  }
}

.lead-text {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.9444444444;
  letter-spacing: 0.07em;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .lead-text {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.9166666667;
    letter-spacing: 0.04em;
    margin-bottom: 15px;
  }
}

.btn-link {
  background: #0B93B2;
  color: #FFFFFF;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 180px;
  height: 50px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: solid 3px #0B93B2;
}
.btn-link::after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
}
.btn-link:hover {
  background: #FFFFFF;
  color: #0B93B2;
  border: solid 3px #0B93B2;
}

.pagetop {
  background: #0B93B2;
  color: #FFFFFF;
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  z-index: 100;
}
@media screen and (max-width: 600px) {
  .pagetop {
    right: 20px;
    bottom: 20px;
  }
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}
@media screen and (max-width: 600px) {
  html {
    font-size: 60%;
  }
}

body {
  background: #FFFFFF;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  height: 100%;
  width: 100%;
  line-height: 1;
  letter-spacing: 0.05rem;
  text-align: left;
  padding: 0px;
  margin: 0px;
}

::-moz-selection {
  background: #fff000;
  color: #FFFFFF;
  text-shadow: none;
}

::selection {
  background: #fff000;
  color: #FFFFFF;
  text-shadow: none;
}

::-moz-selection {
  background: #333333;
  background: #333333;
  text-shadow: none;
}

.legacy-ie {
  background: #eee;
  width: 100%;
  padding: 100px 0;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 10000;
}

.legacy-ie a {
  color: #4285f4;
  text-decoration: none;
}

.noscript {
  background: #333333;
  width: 100%;
  padding: 100px 0;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 10000;
}

/*  header  */
.header {
  position: fixed;
  display: block;
  width: 100%;
  z-index: 9999;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
@media screen and (min-width: 961px) {
  .header.bg-color {
    background: rgba(255, 255, 255, 0.7);
  }
}
@media screen and (max-width: 960px) {
  .header {
    background: #FFFFFF;
  }
}
.header .container {
  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;
  max-width: 100%;
  height: 100px;
  padding: 0;
  margin: auto;
}
@media screen and (max-width: 960px) {
  .header .container {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 60px;
    width: 100%;
  }
}
.header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: 100%;
  margin-left: 20px;
}
@media screen and (max-width: 960px) {
  .header .logo {
    margin-right: auto;
    margin-left: 10px;
  }
}
.header .logo img {
  display: block;
  height: 50px;
  width: auto;
}
@media screen and (max-width: 960px) {
  .header .logo img {
    height: 35px;
  }
}
.header .link-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .link-area .mail-link {
  width: 100px;
  aspect-ratio: 1/1;
  margin-left: 20px;
}
@media screen and (max-width: 960px) {
  .header .link-area .mail-link {
    width: 60px;
  }
}
.header .menu {
  background: #E0E0E0;
  display: block;
  position: relative;
  z-index: 2000;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .header .menu {
    display: none;
  }
}
.header .menu .menu-line, .header .menu::before, .header .menu::after {
  content: "";
  background: #0B93B2;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .menu .menu-line {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header .menu::before {
  -webkit-transform: translate(-50%, calc(-50% - 7px));
          transform: translate(-50%, calc(-50% - 7px));
}
.header .menu::after {
  -webkit-transform: translate(-50%, calc(-50% + 7px));
          transform: translate(-50%, calc(-50% + 7px));
}
.header .menu.open {
  background: #E0E0E0;
}
.header .menu.open::before, .header .menu.open::after {
  background: #0B93B2;
}
.header .menu.open::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.header .menu.open::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.header .menu.open .menu-line {
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .header .gnav {
    visibility: hidden;
    opacity: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#0B93B2), to(#00D8FF));
    background: linear-gradient(to bottom, #0B93B2, #00D8FF);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 60px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1000;
  }
  .header .gnav.open {
    visibility: visible;
    opacity: 1;
    overflow: scroll;
  }
}
.header .gnav .nav-logo {
  visibility: hidden;
  display: none;
}
@media screen and (max-width: 960px) {
  .header .gnav .nav-logo {
    visibility: visible;
    display: block;
    width: 100px;
    height: auto;
    position: fixed;
    bottom: 30px;
    right: 30px;
  }
}
.header .gnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 960px) {
  .header .gnav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px;
  }
}
.header .gnav ul li:not(:last-child) {
  padding-right: 20px;
}
@media screen and (max-width: 960px) {
  .header .gnav ul li {
    margin-bottom: 25px;
  }
}
.header .gnav ul li a {
  color: #FFFFFF;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (min-width: 961px) {
  .header .gnav ul li a {
    color: #333333;
    -webkit-filter: drop-shadow(1px 1px 0 rgba(255, 255, 255, 0.3));
            filter: drop-shadow(1px 1px 0 rgba(255, 255, 255, 0.3));
  }
  .header .gnav ul li a::after {
    content: "";
    bottom: -5px;
    left: 0;
    position: absolute;
    width: 100%;
    height: 2px;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    background-color: #0B93B2;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header .gnav ul li a:hover::after {
    -webkit-transform: scaleX(0.95);
            transform: scaleX(0.95);
  }
}
@media screen and (max-width: 960px) {
  .header .gnav ul li a {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

/*  footer  */
.footer {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 600px) {
  .footer {
    display: block;
  }
}
.footer .copy-area {
  background: -webkit-gradient(linear, left top, left bottom, from(#0B93B2), to(#00D8FF));
  background: linear-gradient(to bottom, #0B93B2, #00D8FF);
  padding: 60px 80px;
}
@media screen and (max-width: 600px) {
  .footer .copy-area {
    padding: 40px 30px;
  }
}
.footer .copy-area p {
  margin: 40px 0 0 0;
  font-size: 14px;
}
.footer .footer-nav {
  position: relative;
  background: #F3F3F3;
  padding: 60px 40px 30px;
}
@media screen and (max-width: 600px) {
  .footer .footer-nav {
    padding: 40px 30px 30px;
  }
}
.footer .footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.footer .footer-nav ul li {
  margin-bottom: 20px;
}
.footer .footer-nav ul li a {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #0B93B2;
}
.footer .footer-nav ul .pdf-link {
  display: block;
  height: 32px;
  width: auto;
  margin-top: auto;
}
@media screen and (max-width: 1266px) {
  .footer .footer-nav ul .pdf-link {
    height: 20px;
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 960px) {
  .footer .footer-nav ul .pdf-link {
    margin: 40px 0 25px;
  }
}
.footer .footer-nav ul .pdf-link img {
  display: block;
  height: 100%;
  width: auto;
}
.footer .footer-nav .nav-logo {
  display: block;
  width: 200px;
  height: auto;
  position: absolute;
  bottom: 30px;
  right: 30px;
}
@media screen and (max-width: 960px) {
  .footer .footer-nav .nav-logo {
    width: 100px;
    bottom: 55px;
  }
}
.footer .copyright {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  position: absolute;
  bottom: 30px;
  left: 80px;
}
@media screen and (max-width: 600px) {
  .footer .copyright {
    left: 30px;
    color: #D1D1D1;
  }
}

#mv {
  position: relative;
}
#mv .inner {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
#mv .inner .mv_sp {
  padding-top: 60px;
}
#mv .inner .mv_sp .box {
  width: 100%;
  height: auto;
  aspect-ratio: 375/175;
  overflow: hidden;
  position: relative;
}
#mv .inner .mv_sp .box .img {
  width: 93%;
  height: 80%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: relative;
  z-index: 1;
  margin-top: 5%;
}
#mv .inner .mv_sp .box .img.img_0 {
  margin-left: 7%;
}
#mv .inner .mv_sp .box .img.img_2 {
  margin-left: 7%;
}
#mv .inner .mv_sp .box .mask {
  position: absolute;
  top: 0;
  right: -1px;
  max-width: 200%;
  width: auto;
  height: 100%;
  z-index: 2;
  aspect-ratio: 404/175;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-animation: mask_out 1s var(--dur) ease-in forwards;
          animation: mask_out 1s var(--dur) ease-in forwards;
}
#mv .inner .mv_sp .box .mask.mask_0 {
  --goal: -110vw;
  --dur: 0.5s;
  right: -7.7%;
}
#mv .inner .mv_sp .box .mask.mask_1 {
  --goal: 110vw;
  --dur: 0.75s;
}
#mv .inner .mv_sp .box .mask.mask_2 {
  --goal: -110vw;
  --dur: 1s;
  right: -7.7%;
}
#mv .inner .mv_pc {
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
  position: relative;
  -webkit-transform: translateY(calc(-11.5% + 100px));
          transform: translateY(calc(-11.5% + 100px));
}
#mv .inner .mv_pc > img {
  position: absolute;
}
#mv .inner .mv_pc > img.img {
  width: 23.6%;
  top: 11.6%;
  z-index: 1;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
#mv .inner .mv_pc > img.img.img_0 {
  left: 0;
}
#mv .inner .mv_pc > img.img.img_1 {
  left: 33.3%;
}
#mv .inner .mv_pc > img.img.img_2 {
  left: 66.6%;
}
#mv .inner .mv_pc .mask {
  position: absolute;
  top: 0;
  max-width: 200%;
  width: 109.75%;
  height: 100%;
  right: 0;
  -webkit-animation: mask_out 1s var(--dur) ease-in forwards;
          animation: mask_out 1s var(--dur) ease-in forwards;
}
#mv .inner .mv_pc .mask img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}
#mv .inner .mv_pc .mask::before {
  content: "";
  display: block;
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 100px;
}
#mv .inner .mv_pc .mask.mask_0 {
  --goal: -110vw;
  --dur: 0.5s;
  z-index: 3;
}
#mv .inner .mv_pc .mask.mask_0::before {
  background-color: #e0e0e0;
}
#mv .inner .mv_pc .mask.mask_1 {
  --goal: 110vw;
  --dur: 1.5s;
  z-index: 2;
}
#mv .inner .mv_pc .mask.mask_1::before {
  background-color: #333333;
}
#mv .inner .mv_copy {
  width: 74%;
  max-width: 880px;
  position: absolute;
  bottom: 21%;
  right: 0;
  z-index: 3;
  -webkit-animation: mv_copy 1s 2s ease-out forwards;
          animation: mv_copy 1s 2s ease-out forwards;
  opacity: 0;
}
@media screen and (min-width: 961px) {
  #mv .inner .mv_copy {
    right: 5%;
    width: 44%;
    bottom: 17%;
    -webkit-transform: translateY(calc(-11.5% + 100px));
            transform: translateY(calc(-11.5% + 100px));
  }
}
@-webkit-keyframes mv_copy {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes mv_copy {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@-webkit-keyframes mask_out {
  100% {
    right: var(--goal);
  }
}
@keyframes mask_out {
  100% {
    right: var(--goal);
  }
}

#workplace {
  background: #333333;
  overflow: hidden;
}
#workplace .content-inner .lead-text {
  color: #FFFFFF;
}
#workplace .content-inner .workplaces-wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: visible;
}
#workplace .content-inner .workplaces-wrapper .workplaces {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
#workplace .content-inner .workplaces-wrapper .workplaces li {
  background-color: #FFFFFF;
  padding: 20px;
  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;
}
#workplace .content-inner .workplaces-wrapper .workplaces li .workplace-texts h4 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin: 1.5rem 0 1rem 0;
}
#workplace .content-inner .workplaces-wrapper .workplaces li .workplace-texts p {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (min-width: 961px) {
  #workplace .content-inner .workplaces-wrapper .workplaces {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
  #workplace .content-inner .workplaces-wrapper .workplaces.is-sliding > li {
    -webkit-transform: translateX(calc(-100% - 40px));
            transform: translateX(calc(-100% - 40px));
  }
  #workplace .content-inner .workplaces-wrapper .workplaces.is-sliding > li:first-child {
    opacity: 0;
  }
  #workplace .content-inner .workplaces-wrapper .workplaces li {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
  }
  #workplace .content-inner .workplaces-wrapper .workplaces li.no-transition {
    -webkit-transition: none;
    transition: none;
  }
  #workplace .content-inner .workplaces-wrapper .workplaces li {
    padding: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 940px;
  }
  #workplace .content-inner .workplaces-wrapper .workplaces li img {
    width: 50%;
    height: auto;
    aspect-ratio: 11/8;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  #workplace .content-inner .workplaces-wrapper .workplaces li .workplace-texts {
    display: block;
    width: 50%;
  }
  #workplace .content-inner .workplaces-wrapper .workplaces li .workplace-texts h4 {
    margin: 0 0 1rem 0;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.3846153846;
    letter-spacing: 0.05em;
  }
  #workplace .content-inner .workplaces-wrapper .workplaces li .workplace-texts p {
    line-height: 1.7;
  }
}
#workplace .content-inner .workplaces-wrapper .workplace-arrow {
  display: none;
}
@media screen and (min-width: 961px) {
  #workplace .content-inner .workplaces-wrapper .workplace-arrow {
    background-color: transparent;
    padding: 0;
    display: block;
    border: none;
    outline: none;
    cursor: pointer;
    width: 68.5px;
    height: 137px;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50vw, -50%);
            transform: translate(50vw, -50%);
  }
  #workplace .content-inner .workplaces-wrapper .workplace-arrow:hover {
    opacity: 0.7;
  }
  #workplace .content-inner .workplaces-wrapper .workplace-arrow img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left center;
       object-position: left center;
  }
}

#interview {
  min-height: 100dvh;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#0B93B2), to(#00D8FF));
  background: linear-gradient(to bottom, #0B93B2, #00D8FF);
  position: relative;
  overflow-x: hidden;
  padding-bottom: 0;
}
#interview .bg {
  width: 1300px;
  height: auto;
  aspect-ratio: 2263.511/1055.652;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/interview_bg.svg) center top no-repeat;
  background-size: contain;
  pointer-events: none;
}
@media screen and (min-width: 1267px) {
  #interview .bg {
    width: 130vw;
    max-width: 2000px;
  }
}
#interview .sec-title {
  text-align: center;
  color: #333333;
}
#interview .content-inner .lead-text {
  color: #FFFFFF;
}
#interview .content-inner .message {
  max-width: 660px;
  margin: 0 auto;
  display: block;
  color: #FFFFFF;
}
@media screen and (min-width: 601px) {
  #interview .content-inner .lead-text {
    text-align: center;
  }
}
#interview .interviews {
  width: 100%;
}
#interview .interviews .interview-arrow {
  position: absolute;
  width: 26px;
  height: auto;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
}
#interview .interviews .interview-arrow:hover {
  opacity: 0.7;
}
#interview .interviews .interview-arrow.left {
  left: 20px;
}
#interview .interviews .interview-arrow.right {
  right: 20px;
}
#interview .interviews .interview-covers {
  display: block;
  width: 100%;
  max-width: 660px;
  height: auto;
  aspect-ratio: 375/400;
  position: relative;
  margin: 8vh auto 0 auto;
}
#interview .interviews .interview-covers .interview-cover {
  position: absolute;
  z-index: 2;
  width: 22%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
}
#interview .interviews .interview-covers .interview-cover figure {
  display: block;
  position: relative;
}
#interview .interviews .interview-covers .interview-cover figure .count {
  position: absolute;
  height: 25%;
  bottom: -10%;
  left: -9%;
}
#interview .interviews .interview-covers .interview-cover.left {
  left: -60%;
}
#interview .interviews .interview-covers .interview-cover.center {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60%;
  z-index: 3;
}
#interview .interviews .interview-covers .interview-cover.right {
  left: 160%;
}
#interview .interviews .interview-covers .interview-cover figure {
  text-align: center;
}
#interview .interviews .interview-covers .interview-cover h4 {
  margin: 3rem -25% 0 -25%;
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  line-height: 1.7;
  width: 150%;
}
#interview .interviews .interview-covers .interview-arrow {
  display: block;
  width: 16px;
  top: 30%;
}
@media screen and (min-width: 1267px) {
  #interview .interviews .interview-covers .interview-arrow {
    display: none;
  }
}
@media screen and (min-width: 1267px) {
  #interview .interviews .interview-covers {
    max-width: 1600px;
    aspect-ratio: 1700/1100;
  }
  #interview .interviews .interview-covers .interview-cover.left {
    left: 15%;
  }
  #interview .interviews .interview-covers .interview-cover.center {
    left: 50%;
    width: 33%;
    top: 15%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #interview .interviews .interview-covers .interview-cover.right {
    left: 85%;
  }
  #interview .interviews .interview-covers .interview-cover h4 {
    margin: 5rem -25% 0 -25%;
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 1.5652173913;
    letter-spacing: 0.046em;
  }
}
#interview .interviews .interview-texts {
  max-width: 860px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
#interview .interviews .interview-texts .interview-arrow {
  display: none;
}
@media screen and (min-width: 1267px) {
  #interview .interviews .interview-texts .interview-arrow {
    display: block;
    top: 300px;
  }
}
#interview .interviews .interview-texts .interview-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
#interview .interviews .interview-texts .interview-text .name {
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
  margin: 0 0 1.6rem 0;
  line-height: 1;
}
#interview .interviews .interview-texts .interview-text .career {
  text-align: center;
  color: #FFFFFF;
}
#interview .interviews .interview-texts .interview-text .message {
  text-align: left;
  margin: 0;
}
#interview .interviews .interview-texts .interview-text.left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
}
#interview .interviews .interview-texts .interview-text.center {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
#interview .interviews .interview-texts .interview-text.right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
}
@media screen and (min-width: 1267px) {
  #interview .interviews .interview-texts .interview-text {
    padding: 0 100px;
  }
}

/*
* {
    border: 1px solid #fc0 !important;
}
    */
.scroll {
  position: absolute;
  bottom: 2%;
  left: 30px;
  z-index: 100;
  width: 18px;
  height: 190px;
  -webkit-animation: upDown 2s infinite;
          animation: upDown 2s infinite;
}
@media screen and (max-width: 960px) {
  .scroll {
    display: none;
  }
}

#message {
  background: url(../img/about_bg.svg) bottom center no-repeat;
  background-size: auto 100%;
}
@media screen and (max-width: 600px) {
  #message {
    background: url(../img/about_bg_sp.svg) center -130px no-repeat;
    background-size: 100% 100%;
  }
}
#message .text-area {
  max-width: 800px;
  margin: auto;
}
#message .lead-copy {
  text-align: center;
  font-size: 70px;
  font-size: 7rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  #message .lead-copy {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.6428571429;
    letter-spacing: 0.05em;
  }
}
#message p:last-child {
  margin-bottom: 0;
}

#about {
  position: relative;
  background: #333333;
}
#about::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -300px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  z-index: 1;
  border-left: calc((100vw - var(--scrollbar-width, 0px)) / 2) solid transparent;
  border-bottom: 300px solid #333333;
}
@media screen and (max-width: 960px) {
  #about::after {
    bottom: -200px;
    border-bottom: 200px solid #333333;
  }
}
@media screen and (max-width: 600px) {
  #about::after {
    bottom: -100px;
    border-bottom: 100px solid #333333;
  }
}
#about .content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1266px) {
  #about .content-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#about .text-area {
  width: 48%;
}
@media screen and (max-width: 1266px) {
  #about .text-area {
    width: 100%;
    padding-top: calc(100vw - 80px);
  }
}
#about .text-area .lead-text,
#about .text-area p,
#about .text-area table {
  color: #FFFFFF;
}
#about .text-area .table {
  margin-top: 60px;
  width: 100%;
}
#about .text-area .table .table-name {
  color: #FFFFFF;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}
#about .text-area .table table {
  width: 100%;
  border-top: 1px solid #FFFFFF;
}
#about .text-area .table table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #FFFFFF;
  width: 100%;
  padding: 20px 0;
}
#about .text-area .table table tr th {
  width: 120px;
}
#about .text-area .table table tr td {
  width: calc(100% - 120px);
}
#about .text-area .table table tr td p:last-child {
  margin-bottom: 0;
}
#about .images {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
}
@media screen and (max-width: 1266px) {
  #about .images {
    width: 100%;
    height: 100vw;
    aspect-ratio: 1/1;
  }
}
#about .images .image {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 100vw;
}
#about .btn-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 270px;
  height: 70px;
  background: #0B93B2;
  border-top-left-radius: 35px;
  border-bottom-right-radius: 35px;
  padding: 0 20px;
  color: #333333;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.07em;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
#about .btn-more::after {
  display: block;
  content: "";
  width: 40px;
  height: 45px;
  background: url(../img/about_btn_arrow.svg) center right no-repeat;
}
@media (hover: hover) and (pointer: fine) {
  #about .btn-more:hover {
    background: #FFFFFF;
  }
}

#style {
  position: relative;
  background: #FFFFFF;
}
#style::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: -300px;
  border-top: 300px solid transparent;
  border-right: calc((100vw - var(--scrollbar-width, 0px)) / 2) solid #FFFFFF;
}
@media screen and (max-width: 960px) {
  #style::before {
    top: -200px;
    border-top: 200px solid transparent;
  }
}
@media screen and (max-width: 600px) {
  #style::before {
    top: -100px;
    border-top: 100px solid transparent;
  }
}
#style .style-intro {
  width: 35vw;
  float: right;
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  #style .style-intro {
    width: 100%;
    float: none;
    text-align: right;
  }
}
#style .style-wrap {
  clear: both;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
@media screen and (max-width: 600px) {
  #style .style-wrap {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  #style .style-wrap .style-item:not(:last-child) {
    margin-bottom: 40px;
  }
}
#style .style-wrap .style-item .number {
  color: #0B93B2;
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 1;
  letter-spacing: 0em;
}
#style .style-wrap .style-item .image {
  width: 80%;
  margin: 0 auto 30px;
}
@media screen and (max-width: 600px) {
  #style .style-wrap .style-item .image {
    width: 70%;
  }
}
#style .style-wrap .style-item .style-title {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.4545454545;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #style .style-wrap .style-item .style-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5555555556;
    letter-spacing: 0.04em;
  }
}
#style .style-wrap .style-item p {
  margin-bottom: 0;
}

#requirement {
  padding: 0;
}
@media screen and (min-width: 961px) {
  #requirement {
    background: -webkit-gradient(linear, left top, right top, color-stop(30vw, #E0E0E0), color-stop(30vw, #FFFFFF));
    background: linear-gradient(to right, #E0E0E0 30vw, #FFFFFF 30vw);
  }
}
@media screen and (min-width: 1267px) {
  #requirement {
    background: -webkit-gradient(linear, left top, right top, color-stop(34vw, #E0E0E0), color-stop(34vw, #FFFFFF));
    background: linear-gradient(to right, #E0E0E0 34vw, #FFFFFF 34vw);
  }
}
@media screen and (max-width: 960px) {
  #requirement {
    background: linear-gradient(to bottom, #E0E0E0 80px, #FFFFFF 80px);
  }
}
#requirement .content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  #requirement .content-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 961px) {
  #requirement .content-inner .select-area {
    padding: 80px 0;
    width: 280px;
    background: #E0E0E0;
  }
}
@media screen and (max-width: 960px) {
  #requirement .content-inner .select-area {
    padding-top: 80px;
    background: #E0E0E0;
    margin: auto -20px;
  }
  #requirement .content-inner .select-area .sec-title {
    padding: 0 20px;
  }
  #requirement .content-inner .select-area ul {
    padding: 0 20px 40px;
  }
}
#requirement .content-inner .select-area ul li {
  margin-bottom: 20px;
}
#requirement .content-inner .select-area ul li button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #333333;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.07em;
  font-weight: 500;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  width: 260px;
}
#requirement .content-inner .select-area ul li button .list-name {
  width: 160px;
}
#requirement .content-inner .select-area ul li button .arrow {
  display: inline-block;
  width: 70px;
  height: 2px;
  background: #0B93B2;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#requirement .content-inner .select-area ul li button .arrow::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(../img/requirement_btn_arrow.svg) center right no-repeat;
  position: absolute;
  right: -8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#requirement .content-inner .select-area ul li button.selected {
  cursor: none;
  pointer-events: none;
}
#requirement .content-inner .select-area ul li button.selected .arrow {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
#requirement .content-inner .select-content {
  padding: 80px 0;
  background: #FFFFFF;
}
@media screen and (min-width: 961px) {
  #requirement .content-inner .select-content {
    width: 100%;
    max-width: calc(100% - 300px);
    padding: 80px 20px;
  }
}
@media screen and (min-width: 1267px) {
  #requirement .content-inner .select-content {
    width: 700px;
  }
}
@media screen and (max-width: 960px) {
  #requirement .content-inner .select-content {
    width: 100%;
    padding: 60px 0;
  }
}
#requirement .content-inner .select-content .select-item {
  max-width: 800px;
  margin: auto;
}
#requirement .content-inner .select-content .select-item .requirement-name {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.2857142857;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #requirement .content-inner .select-content .select-item .requirement-name {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.2727272727;
    letter-spacing: 0.04em;
  }
}
#requirement .content-inner .select-content .select-item .title {
  display: block;
  border-bottom: 1px solid #0B93B2;
  color: #0B93B2;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #requirement .content-inner .select-content .select-item .title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5555555556;
    letter-spacing: 0.04em;
  }
}
#requirement .content-inner .select-content .select-item .point {
  color: #0B93B2;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  letter-spacing: 0.04em;
  margin-bottom: 25px;
}
@media screen and (max-width: 960px) {
  #requirement .content-inner .select-content .select-item .point {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25;
    letter-spacing: 0.04em;
  }
}
#requirement .content-inner .select-content .select-item .requirement-table {
  width: 100%;
}
#requirement .content-inner .select-content .select-item .requirement-table table {
  width: 100%;
}
#requirement .content-inner .select-content .select-item .requirement-table table tr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 20px 0;
}
@media screen and (max-width: 600px) {
  #requirement .content-inner .select-content .select-item .requirement-table table tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#requirement .content-inner .select-content .select-item .requirement-table table tr th {
  font-weight: 500;
  width: 120px;
}
@media screen and (max-width: 600px) {
  #requirement .content-inner .select-content .select-item .requirement-table table tr th {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 601px) {
  #requirement .content-inner .select-content .select-item .requirement-table table tr td {
    width: calc(100% - 120px);
  }
}
#requirement .content-inner .select-content .requirement-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 340px;
  height: 80px;
  border-radius: 40px;
  background: #0B93B2;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.04em;
  margin: auto;
  padding: 0 30px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
#requirement .content-inner .select-content .requirement-btn::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(../img/requirement_btn_link_arrow.svg) center no-repeat;
}
@media (hover: hover) and (pointer: fine) {
  #requirement .content-inner .select-content .requirement-btn:hover {
    background: #333333;
  }
}/*# sourceMappingURL=style.css.map */