.w1366 {
  max-width: 85.375rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
}

.w1084 {
  max-width: 67.75rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
}

.en {
  font-family: "Barlow Condensed", sans-serif;
}

.fs22 {
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.75;
}

.fs27 {
  font-size: 1.6875rem;
  font-weight: 300;
  line-height: 1.75;
}

/* header */
.header {
  position: relative;
}
@media only screen and (min-width: 1000px) {
  .header .h1 {
    position: absolute;
    left: 6.3541666667vw;
    top: 3.8020833333vw;
    z-index: 5;
    filter: brightness(0) invert(1);
  }
  .header .h1 img {
    height: 5.9895833333vw;
    filter: drop-shadow(1px 1px 15px rgba(54, 51, 49, 0.3));
  }
}
@media only screen and (max-width: 999px) {
  .header .h1 {
    position: fixed;
    top: 2.5rem;
    left: 2rem;
    z-index: 10;
    transform: translateY(-50%);
  }
  .header .h1 img {
    height: 3rem;
  }
}
.header .menu {
  display: none;
  width: 2rem;
  height: 2rem;
  position: fixed;
  right: 2rem;
  top: 3.28125rem;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 99;
}
.header .menu span {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #000;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.header .menu .span {
  top: calc(50% - 0.5rem);
}
.header .menu .span2 {
  display: none;
}
.header .menu .span3 {
  bottom: calc(50% - 0.5rem);
}
.header .menu.open span {
  background: #000;
}
.header .menu.open .span {
  top: calc(50% - 1px);
  -webkit-transform: rotate(335deg);
  transform: rotate(335deg);
}
.header .menu.open .span2 {
  opacity: 0;
}
.header .menu.open .span3 {
  bottom: calc(50% - 1px);
  -webkit-transform: rotate(-335deg);
  transform: rotate(-335deg);
}

#recruit {
  overflow: hidden;
}
#recruit .contents {
  background: url("../img/recruit/bg.jpg") top center/100% 100% no-repeat;
}
#recruit .contents .overlay {
  width: 100%;
  height: 100%;
  background: #009d91;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateY(0);
}
@media only screen and (max-width: 999px) {
  #recruit .contents .overlay {
    transition: 0.375s cubic-bezier(0.25, 1, 0.5, 1);
  }
}
#recruit .contents .overlay.active {
  transform: translateY(100%);
}
@media only screen and (max-width: 999px) {
  #recruit .contents .overlay.active {
    transform: translateY(-100%);
  }
}
#recruit .contents .cm_image {
  position: relative;
}
#recruit .contents .cm_image.active::before {
  transform: scale(0, 1);
}
#recruit .contents .cm_image::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #009d91;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  transition: 0.625s cubic-bezier(0.25, 1, 0.5, 1);
  transform: scale(1, 1);
  transform-origin: right;
}
#recruit .contents #fv {
  height: 100vh;
  background: url("../img/recruit/main.jpg") center/cover no-repeat;
  position: relative;
}
@media only screen and (max-width: 999px) {
  #recruit .contents #fv {
    height: 100vh;
    background-image: url(../img/recruit/_main.jpg);
  }
}
#recruit .contents #fv.active h1 {
  opacity: 1;
}
@media only screen and (min-width: 1000px) {
  #recruit .contents #fv.active h1 {
    transform: translateX(0);
  }
}
@media only screen and (max-width: 999px) {
  #recruit .contents #fv.active h1 {
    transform: translate(0, -50%);
  }
}
#recruit .contents #fv.active .link {
  transition-delay: 0.125s;
  transform: translateY(-50%) scale(1);
  opacity: 1;
}
@media only screen and (max-width: 999px) {
  #recruit .contents #fv.active .link {
    transform: translate(-50%, 0);
  }
}
#recruit .contents #fv h1 {
  color: #fff;
  font-size: 3.0208333333vw;
  filter: drop-shadow(1px 1px 15px rgba(54, 51, 49, 0.4));
  position: absolute;
  left: 6.3541666667vw;
  bottom: 5vw;
  z-index: 2;
  transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateX(2.0833333333vw);
  opacity: 0;
}
@media only screen and (max-width: 999px) {
  #recruit .contents #fv h1 {
    bottom: auto;
    top: 50%;
    transform: translate(1rem, -50%);
  }
}
#recruit .contents #fv h1 strong {
  display: block;
  font-size: 7.8125vw;
  line-height: 8.8541666667vw;
  margin-top: 1.0416666667vw;
}
@media only screen and (max-width: 999px) {
  #recruit .contents #fv h1 strong {
    font-size: 7.03125vw;
  }
}
#recruit .contents #fv .link {
  display: flex;
  align-items: center;
  width: 19.8125rem;
  height: 7.0625rem;
  padding-left: 2.5rem;
  position: fixed;
  z-index: 5;
  transition: 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transform: translateY(-50%) scale(0.875);
  opacity: 0;
}
@media only screen and (min-width: 1000px) {
  #recruit .contents #fv .link {
    top: 6.875rem;
    right: 5.15625vw;
    transform: translateY(-50%) scale(0.875);
  }
}
@media only screen and (max-width: 999px) {
  #recruit .contents #fv .link {
    width: calc(100vw - 2rem);
    height: 3.75rem;
    left: 50%;
    bottom: 1rem;
    padding-left: 1.75rem;
    transform: translate(-50%, 1rem);
  }
}
#recruit .contents #fv .link:hover::before {
  background: #000;
  transform: scale(1.0625);
}
#recruit .contents #fv .link:hover::after {
  transform: translate(25%, -50%);
}
#recruit .contents #fv .link::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #009d91;
  border-radius: 1.0625rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.25s cubic-bezier(0.25, 1, 0.5, 1);
  transform: scale(1);
}
#recruit .contents #fv .link::after {
  content: "";
  width: 2.75rem;
  aspect-ratio: 44/60;
  background: url("../img/recruit/link.svg") center/cover no-repeat;
  position: absolute;
  top: 50%;
  right: 1.875rem;
  transition: 0.25s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translate(0, -50%);
}
@media only screen and (max-width: 999px) {
  #recruit .contents #fv .link::after {
    width: 1.25rem;
    right: 0.75rem;
  }
}
#recruit .contents #fv .link span {
  display: block;
  color: #fff;
  font-weight: 900;
  font-size: 1.875rem;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 999px) {
  #recruit .contents #fv .link span {
    font-size: 1.25rem;
  }
}
#recruit .contents #keyword {
  padding: 10rem 0 15.625rem;
}
@media only screen and (max-width: 999px) {
  #recruit .contents #keyword {
    padding-bottom: 10rem;
  }
}
#recruit .contents #keyword h2 {
  position: relative;
  z-index: 1;
}
#recruit .contents #keyword h2 img {
  width: 54.75rem;
  position: absolute;
  top: -9.75rem;
  left: -13.0625rem;
  z-index: -1;
  mix-blend-mode: lighten;
}
#recruit .contents #keyword h2 .en {
  display: block;
  font-size: 3.0625rem;
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media only screen and (max-width: 999px) {
  #recruit .contents #keyword h2 .en {
    font-size: 2rem;
  }
}
#recruit .contents #keyword h2 .jp {
  display: block;
  font-size: 7.5rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.3;
  white-space: nowrap;
  margin-top: calc(1.875rem - 0.15em);
}
@media only screen and (min-width: 1000px) {
  #recruit .contents #keyword h2 .jp {
    transform: translateX(-0.125em);
  }
}
@media only screen and (max-width: 999px) {
  #recruit .contents #keyword h2 .jp {
    font-size: 3.5rem;
    line-height: 1.25;
    margin-top: 1.25rem;
  }
}
#recruit .contents #keyword .fs27 {
  letter-spacing: 0.04em;
  max-width: 35rem;
  margin: calc(5.3125rem - 0.375em) 0 -0.375em auto;
}
@media only screen and (min-width: 1000px) {
  #recruit .contents #keyword .fs27 {
    white-space: nowrap;
  }
}
#recruit .contents #message .w1366 {
  justify-content: space-between;
}
@media only screen and (max-width: 999px) {
  #recruit .contents #message .w1366 {
    flex-direction: column-reverse;
    gap: 5rem;
  }
}
@media only screen and (min-width: 1000px) {
  #recruit .contents #message .w1366 .left {
    width: 35.25rem;
    padding-top: 3rem;
  }
}
#recruit .contents #message .w1366 .left img {
  max-width: 21.5rem;
  margin: 0 auto;
}
#recruit .contents #message .w1366 .left .name {
  font-size: 1.25rem;
  font-weight: 500;
  max-width: 21.5rem;
  margin: 3rem auto 0;
}
#recruit .contents #message .w1366 .left .name strong {
  font-weight: 500;
  display: block;
  font-size: 1.9375rem;
  margin-top: 1.25rem;
}
@media only screen and (min-width: 1000px) {
  #recruit .contents #message .w1366 .right {
    width: 50%;
  }
}
#recruit .contents #message .w1366 .right h2 .en {
  display: block;
  font-size: 3.0625rem;
  letter-spacing: 0.04em;
  font-weight: 500;
}
#recruit .contents #message .w1366 .right .fs22 {
  margin: calc(4.375rem - 0.375em) 0 -0.375em;
}
#recruit .contents #web-designer,
#recruit .contents #web-director {
  margin-top: 22.5rem;
  position: relative;
}
@media only screen and (max-width: 999px) {
  #recruit .contents #web-designer,
  #recruit .contents #web-director {
    margin-top: 10rem;
  }
}
#recruit .contents #web-designer .en_title,
#recruit .contents #web-director .en_title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 17.4479166667vw;
  writing-mode: vertical-rl;
  position: absolute;
  left: -1.6666666667vw;
  top: 59.0625rem;
  opacity: 0.1;
}
@media only screen and (max-width: 999px) {
  #recruit .contents #web-designer .en_title,
  #recruit .contents #web-director .en_title {
    display: none;
  }
}
#recruit .contents #web-designer .w1366 h2 .en,
#recruit .contents #web-director .w1366 h2 .en {
  display: block;
  font-size: 4.875rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  text-align: center;
}
#recruit .contents #web-designer .w1366 .image,
#recruit .contents #web-director .w1366 .image {
  margin-top: 3rem;
  position: relative;
}
#recruit .contents #web-designer .w1366 .image::after,
#recruit .contents #web-director .w1366 .image::after {
  content: "";
  width: 48.9999rem;
  aspect-ratio: 1/1;
  background: url("../img/recruit/_circle.png") center/cover no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
}
@media only screen and (max-width: 999px) {
  #recruit .contents #web-designer .w1366 .image::after,
  #recruit .contents #web-director .w1366 .image::after {
    width: 24.49995rem;
  }
}
#recruit .contents #web-designer h3,
#recruit .contents #web-director h3 {
  font-size: 1.875rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin-top: 6.75rem;
}
#recruit .contents #web-designer .box,
#recruit .contents #web-director .box {
  display: flex;
  margin-top: 2.5rem;
  gap: 2.5rem;
  background: #ffffff;
  border-radius: 1rem;
  padding: 2.5rem;
  filter: drop-shadow(1px 1px 10px rgba(54, 51, 49, 0.2));
}
@media only screen and (max-width: 999px) {
  #recruit .contents #web-designer .box,
  #recruit .contents #web-director .box {
    flex-direction: column;
    padding: 2rem;
  }
}
#recruit .contents #web-designer .box img,
#recruit .contents #web-director .box img {
  max-width: 23.625rem;
}
#recruit .contents #web-designer .box dl dt,
#recruit .contents #web-director .box dl dt {
  font-size: 1.875rem;
  font-weight: normal;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-feature-settings: "palt" 1;
}
@media only screen and (max-width: 999px) {
  #recruit .contents #web-designer .box dl dt,
  #recruit .contents #web-director .box dl dt {
    font-size: 1.40625rem;
    text-align: center;
  }
}
#recruit .contents #web-designer .box dl dd,
#recruit .contents #web-director .box dl dd {
  font-size: 1.25rem;
  line-height: 1.6;
  margin: calc(2rem - 0.3em) 0 -0.3em;
}
#recruit .contents .interview {
  padding: 10rem 0 30.8125rem;
  margin-top: 5rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 999px) {
  #recruit .contents .interview {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
#recruit .contents .interview::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#recruit .contents .interview .w1366 .cm_flex {
  gap: 8.125rem;
  justify-content: space-between;
}
@media only screen and (min-width: 1000px) {
  #recruit .contents .interview .w1366 .cm_flex {
    align-items: flex-end;
  }
}
@media only screen and (max-width: 999px) {
  #recruit .contents .interview .w1366 .cm_flex {
    gap: 5rem;
    flex-direction: column;
  }
}
@media only screen and (min-width: 1000px) {
  #recruit .contents .interview .w1366 .cm_flex .left {
    padding-bottom: 2.1875rem;
  }
}
#recruit .contents .interview .w1366 .cm_flex .left h2 .en {
  display: block;
  font-size: 3.0625rem;
  letter-spacing: 0.04em;
  font-weight: 500;
}
#recruit .contents .interview .w1366 .cm_flex .left .name {
  margin-top: 3rem;
}
#recruit .contents .interview .w1366 .cm_flex .left .name span {
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}
#recruit .contents .interview .w1366 .cm_flex .left .name strong {
  display: block;
  font-size: 1.9375rem;
  font-weight: 500;
  margin-top: 1.25rem;
}
#recruit .contents .interview .w1366 .cm_flex .left .fs22 {
  margin: calc(3.75rem - 0.375em) 0 -0.375em;
}
@media only screen and (min-width: 1000px) {
  #recruit .contents .interview .w1366 .cm_flex .right {
    min-width: 28.0625rem;
  }
}
@media only screen and (max-width: 999px) {
  #recruit .contents .interview .w1366 .cm_flex .right img {
    max-width: 21.5rem;
    margin: 0 auto;
  }
}
#recruit .contents .interview .w1366 .box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  background: #ffffff;
  border-radius: 5.625rem;
  padding: 9.375rem 2rem;
  filter: drop-shadow(1px 1px 10px rgba(54, 51, 49, 0.2));
}
@media only screen and (min-width: 1000px) {
  #recruit .contents .interview .w1366 .box {
    width: calc(100% - 4rem);
    max-width: 85.375rem;
    position: absolute;
    left: 50%;
    bottom: -11.25rem;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 999px) {
  #recruit .contents .interview .w1366 .box {
    flex-direction: column;
    padding: 3.125rem 2rem;
    margin-top: 5rem;
    border-radius: 2.5rem;
  }
}
#recruit .contents .interview .w1366 .box dl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7.5rem;
}
@media only screen and (max-width: 999px) {
  #recruit .contents .interview .w1366 .box dl {
    flex-direction: column;
    gap: 3.125rem;
  }
}
#recruit .contents .interview .w1366 .box dl .fs31 {
  font-size: 1.9375rem;
  font-weight: 500;
  line-height: 1.88;
  letter-spacing: 0.1em;
  margin: -0.44em 0;
}
#recruit .contents .interview .w1366 .box dl .fs27 {
  font-size: 1.6875rem;
  line-height: 1.67;
  letter-spacing: 0.04em;
  margin: -0.335em 0;
}
@media only screen and (max-width: 999px) {
  #recruit .contents .interview .w1366 .box dl .fs27 {
    font-size: 1.265625rem;
  }
}
#recruit .contents .txt_loop {
  display: flex;
  width: 100vw;
  overflow: hidden;
  margin-top: 20rem;
}
@media only screen and (max-width: 999px) {
  #recruit .contents .txt_loop {
    margin-top: 10rem;
  }
}
#recruit .contents .txt_loop .en {
  display: block;
  font-size: 10.5rem;
  opacity: 0.1;
  white-space: nowrap;
}
#recruit .contents .txt_loop img {
  flex-shrink: 0;
  animation: scroll-left 60s linear infinite;
  max-width: unset;
}
@media only screen and (min-width: 1000px) {
  #recruit .contents .txt_loop img {
    height: 7.5rem;
  }
}
@media only screen and (max-width: 999px) {
  #recruit .contents .txt_loop img {
    width: auto;
    height: 5rem;
  }
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
#recruit .contents #link ul {
  display: flex;
}
@media only screen and (max-width: 999px) {
  #recruit .contents #link ul {
    flex-direction: column;
  }
}
#recruit .contents #link ul li {
  width: 50%;
}
@media only screen and (max-width: 999px) {
  #recruit .contents #link ul li {
    width: 100%;
  }
}
#recruit .contents #link ul li:last-child a {
  color: #fff;
  background: #009d91;
}
#recruit .contents #link ul li:first-child a .arw::after {
  filter: brightness(0);
}
#recruit .contents #link ul li a {
  aspect-ratio: 96/30;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e6e6e6;
  position: relative;
}
@media only screen and (max-width: 999px) {
  #recruit .contents #link ul li a {
    aspect-ratio: 5/2;
  }
}
#recruit .contents #link ul li a span {
  display: block;
}
#recruit .contents #link ul li a .txt {
  font-weight: 900;
  font-size: 2.0833333333vw;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 999px) {
  #recruit .contents #link ul li a .txt {
    font-size: 5.3333333333vw;
    line-height: 1.5;
    text-align: center;
  }
}
#recruit .contents #link ul li a .arw {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 1.8229166667vw;
  position: absolute;
  top: 50%;
  right: 7.2916666667vw;
  transform: translateY(-50%);
}
@media only screen and (max-width: 999px) {
  #recruit .contents #link ul li a .arw {
    right: 10.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
#recruit .contents #link ul li a .arw::after {
  content: "";
  aspect-ratio: 58/80;
  width: 3.0208333333vw;
  background: url("../img/recruit/link.svg") center/cover no-repeat;
  position: absolute;
  top: 50%;
  right: -3.75vw;
  transform: translateY(-50%);
}
@media only screen and (max-width: 999px) {
  #recruit .contents #link ul li a .arw::after {
    width: 6.4vw;
    right: -7.4666666667vw;
  }
}
@media only screen and (max-width: 999px) {
  #recruit footer {
    padding-bottom: calc(5rem + 3.75rem);
  }
}

footer {
  padding: 21.6666666667vw 0 10rem;
  background: #fff url("../img/footer.svg") top center/100% no-repeat;
  position: relative;
}
@media only screen and (max-width: 999px) {
  footer {
    padding: 11.5rem 0 5rem;
    background-size: auto 6.5rem;
  }
}
footer .logo img {
  height: 6.875rem;
  margin: 0 auto;
}
@media only screen and (max-width: 999px) {
  footer .logo img {
    height: 5rem;
  }
}
footer address {
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
  margin: calc(2rem - 0.375em) 0 -0.375em;
}
footer address a {
  display: inline-block;
  padding-right: 1.5em;
  position: relative;
}
footer address a:hover {
  opacity: 1;
}
footer address a:hover img {
  opacity: 1;
}
footer address a img {
  display: block;
  height: 1.5em;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
}

html {
  scroll-behavior: smooth;
}

body {
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-align: justify;
  background-color: #fff;
  position: relative;
}

a {
  text-decoration: none;
}

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

.cm_flex {
  display: flex;
}
@media only screen and (max-width: 999px) {
  .cm_flex {
    flex-direction: column;
  }
}

@media screen and (min-width: 1000px) {
  .pcNone {
    display: none !important;
  }
  html {
    width: 100%;
    height: 100%;
    font-size: 16px;
  }
  body {
    width: 100%;
    height: 100%;
    font-size: 1rem;
  }
  img {
    display: block;
    height: auto;
  }
}
@media screen and (max-width: 999px) {
  .spNone {
    display: none !important;
  }
  html {
    width: 100%;
    height: 100%;
    font-size: 3.125vw;
  }
  body {
    width: 100%;
    height: 100%;
    font-size: 1rem;
    overflow-x: hidden;
  }
  img {
    display: block;
    max-width: 100%;
    width: 100%;
  }
}/*# sourceMappingURL=layout.css.map */