/* ************************************************************************
   ************************************************************************

    COMMON SETTINGS

   ************************************************************************
   ************************************************************************ */
/* ------------------------------
    RESPONSIVE SETTINGS
  ------------------------------ */
/* ------------------------------
    FONT
  ------------------------------ */
@font-face {
  font-family: "Quentin";
  src: url("../fonts/quentin.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.t__min {
  font-family: cormorant-garamond, shippori-mincho, sans-serif !important;
}

/* ------------------------------
    COLOR SETTINGS
  ------------------------------ */
/* ------------------------------
    MIXIN
  ------------------------------ */
/* ------------------------------
    TRANSITION TIMING
  ------------------------------ */
/* ------------------------------
    KEYFRAME
  ------------------------------ */
@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  45% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  55% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
}
@keyframes scrollDown {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  45% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  55% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
}
@-webkit-keyframes loopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loopClRv {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes loopClRv {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes floatAnim {
  0% {
    -webkit-transform: scale(1) translatey(0);
            transform: scale(1) translatey(0);
  }
  20% {
    -webkit-transform: scale(1.025) translatey(2rem);
            transform: scale(1.025) translatey(2rem);
  }
  40% {
    -webkit-transform: scale(1) translatey(0);
            transform: scale(1) translatey(0);
  }
  60% {
    -webkit-transform: scale(1.025) translatey(2rem);
            transform: scale(1.025) translatey(2rem);
  }
  80% {
    -webkit-transform: scale(1) translatey(0);
            transform: scale(1) translatey(0);
  }
  100% {
    -webkit-transform: scale(1.025) translatey(2rem);
            transform: scale(1.025) translatey(2rem);
  }
}
@keyframes floatAnim {
  0% {
    -webkit-transform: scale(1) translatey(0);
            transform: scale(1) translatey(0);
  }
  20% {
    -webkit-transform: scale(1.025) translatey(2rem);
            transform: scale(1.025) translatey(2rem);
  }
  40% {
    -webkit-transform: scale(1) translatey(0);
            transform: scale(1) translatey(0);
  }
  60% {
    -webkit-transform: scale(1.025) translatey(2rem);
            transform: scale(1.025) translatey(2rem);
  }
  80% {
    -webkit-transform: scale(1) translatey(0);
            transform: scale(1) translatey(0);
  }
  100% {
    -webkit-transform: scale(1.025) translatey(2rem);
            transform: scale(1.025) translatey(2rem);
  }
}
@-webkit-keyframes BoudingMarker {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
  5% {
    opacity: 1;
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
  85% {
    opacity: 1;
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes BoudingMarker {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
  5% {
    opacity: 1;
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
  85% {
    opacity: 1;
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes rotateLoop {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotateLoop {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
:root {
  --font-main: "helvetica-lt-pro", "ryo-gothic-plusn", sans-serif;
  --font-copy: "toppan-bunkyu-midashi-go-std", sans-serif;
  --font-unique: "Quentin", sans-serif;
  --color-white: #FFFFFF;
  --color-gray: #EEEEEE;
  --color-main: #4074D5;
  --color-light: rgba(64, 116, 213, 0.08);
  --color-white-light: rgba(255, 255, 255, 0.08);
}

html {
  font-family: var(--font-main);
  background: var(--color-white);
  color: var(--color-main);
  line-height: 1.64;
  scroll-behavior: smooth;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}
@media screen and (min-width: 320px) {
  html {
    font-size: 2.56411vw;
  }
}
@media screen and (min-width: 600px) {
  html {
    font-size: 2.56411vw;
  }
}
@media screen and (min-width: 1025px) {
  html {
    font-size: 0.5208335vw;
  }
}
@media screen and (min-width: 1441px) {
  html {
    font-size: 0.5208335vw;
  }
}
html.colored {
  background: var(--color-main);
  color: var(--color-white);
}
html * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

button {
  outline: none;
  border: none;
}

.img {
  width: 100%;
  overflow: hidden;
}
.imgWrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 66.67%;
}
.imgWrapper img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.gHeader {
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 10000;
  width: 100%;
  color: var(--color-white);
}
.gHeader::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 200%;
  background: var(--color-main);
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(-100%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) -100%, rgba(0, 0, 0, 0) 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(-100%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
          mask-image: linear-gradient(to bottom, rgb(0, 0, 0) -100%, rgba(0, 0, 0, 0) 100%);
}
.gHeader__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 320px) {
  .gHeader__inner {
    padding: 16px 2.5vw 0;
  }
}
@media screen and (min-width: 600px) {
  .gHeader__inner {
    padding: 24px 2.5vw 0;
  }
}
.gHeader__logoLink {
  display: block;
}
@media screen and (min-width: 320px) {
  .gHeader__logoLink {
    width: 8rem;
  }
}
@media screen and (min-width: 600px) {
  .gHeader__logoLink {
    width: 18rem;
  }
}
.gHeader__logo img {
  width: 100%;
  height: auto;
}
.gHeader__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) {
  .gHeader__nav {
    gap: 24px;
  }
}
@media screen and (min-width: 600px) {
  .gHeader__nav {
    gap: 24px;
  }
}
@media screen and (min-width: 320px) {
  .gHeader__menu {
    display: none;
    gap: 24px;
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 600px) {
  .gHeader__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    font-size: 2.2rem;
  }
}
.gHeader__ctr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 320px) {
  .gHeader__ctr {
    gap: 8px;
  }
}
@media screen and (min-width: 600px) {
  .gHeader__ctr {
    gap: 8px;
  }
}
.gHeader__ctrItem.contact .gHeader__ctrObject {
  border-radius: 999vw;
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  .gHeader__ctrItem.contact .gHeader__ctrObject {
    width: 12.6rem;
  }
}
@media screen and (min-width: 600px) {
  .gHeader__ctrItem.contact .gHeader__ctrObject {
    width: 19.6rem;
  }
}
.gHeader__ctrItem.menu .gHeader__ctrObject {
  border-radius: 50%;
}
@media screen and (min-width: 320px) {
  .gHeader__ctrItem.menu .gHeader__ctrObject {
    width: 4rem;
  }
}
@media screen and (min-width: 600px) {
  .gHeader__ctrItem.menu .gHeader__ctrObject {
    width: 8rem;
  }
}
.gHeader__ctrObject {
  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;
  background: var(--color-white);
  color: var(--color-main);
}
@media screen and (min-width: 320px) {
  .gHeader__ctrObject {
    height: 4rem;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 600px) {
  .gHeader__ctrObject {
    height: 8rem;
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 320px) {
  .gFooter__recruit {
    margin-top: -18rem;
  }
}
@media screen and (min-width: 600px) {
  .gFooter__recruit {
    margin-top: -18rem;
  }
}
.gFooter__recruitVid {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgb(0, 0, 0)), color-stop(96%, rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0) 96%);
          mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgb(0, 0, 0)), color-stop(96%, rgba(0, 0, 0, 0)));
          mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0) 96%);
}
.gFooter__recruitVid video {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgb(0, 0, 0)), color-stop(96%, rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(to top, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0) 96%);
          mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgb(0, 0, 0)), color-stop(96%, rgba(0, 0, 0, 0)));
          mask-image: linear-gradient(to top, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0) 96%);
}
@media screen and (min-width: 320px) {
  .gFooter__recruitVid video {
    height: 64rem;
  }
}
@media screen and (min-width: 600px) {
  .gFooter__recruitVid video {
    height: auto;
  }
}
.gFooter__recruitFv {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 320px) {
  .gFooter__recruitFv {
    margin-top: -38rem;
  }
}
@media screen and (min-width: 600px) {
  .gFooter__recruitFv {
    margin-top: -48rem;
  }
}
.gFooter__recruitFvJa {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10vw;
}
.gFooter__recruitFvJa h2 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (min-width: 320px) {
  .gFooter__recruitFvJa h2 {
    font-size: 3.2rem;
    margin: 0 auto 12px;
  }
}
@media screen and (min-width: 600px) {
  .gFooter__recruitFvJa h2 {
    font-size: 4.8rem;
    margin: 0;
  }
}
@media screen and (min-width: 320px) {
  .gFooter__recruitFvJa p {
    width: 100%;
    font-size: 1.3rem;
    text-align: center;
  }
}
@media screen and (min-width: 600px) {
  .gFooter__recruitFvJa p {
    width: auto;
    font-size: 1.8rem;
    text-align: left;
  }
}
.gFooter__recruitFvJa p strong {
  display: inline-block;
  font-size: 132%;
  font-weight: 700;
  margin-bottom: 16px;
}
.gFooter__recruitFvEn {
  font-family: var(--font-unique);
  text-align: center;
  line-height: 1;
  color: pink;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  .gFooter__recruitFvEn {
    font-size: 13rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 600px) {
  .gFooter__recruitFvEn {
    font-size: 64rem;
    margin-top: -16rem;
  }
}
.gFooter__recruitList {
  position: relative;
  z-index: 1;
  padding: 0 5vw;
}
@media screen and (min-width: 320px) {
  .gFooter__recruitList {
    margin: -2rem 0 128px;
  }
}
@media screen and (min-width: 600px) {
  .gFooter__recruitList {
    margin: -8rem 0 128px;
  }
}
.gFooter__recruitListWrapper {
  display: grid;
}
@media screen and (min-width: 320px) {
  .gFooter__recruitListWrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
}
@media screen and (min-width: 600px) {
  .gFooter__recruitListWrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
.gFooter__recruitListBtn {
  cursor: pointer;
  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;
  text-align: left;
  background: var(--color-main);
  border-radius: 24px;
  color: var(--color-white);
  -webkit-box-shadow: 16px 16px 32px #335CAA, -16px -16px 32px #668FDD;
          box-shadow: 16px 16px 32px #335CAA, -16px -16px 32px #668FDD;
  -webkit-transition: -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
}
@media screen and (min-width: 320px) {
  .gFooter__recruitListBtn {
    padding: 16px 24px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 600px) {
  .gFooter__recruitListBtn {
    padding: 24px 32px;
    font-size: 2.4rem;
  }
}
.gFooter__recruitListBtn:hover {
  -webkit-box-shadow: inset 8px 8px 20px #335CAA, inset -8px -8px 20px #668FDD;
          box-shadow: inset 8px 8px 20px #335CAA, inset -8px -8px 20px #668FDD;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 320px) {
  .gFooter__recruitListTitle {
    width: 80%;
  }
}
@media screen and (min-width: 600px) {
  .gFooter__recruitListTitle {
    width: 80%;
  }
}
.gFooter__recruitListTitle strong {
  display: inline-block;
  background: var(--color-white);
  color: var(--color-main);
  border-radius: 4px;
  padding: 4px 6px;
  font-size: 80%;
  font-weight: 700;
  margin-bottom: 8px;
}
.gFooter__recruitListIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) {
  .gFooter__recruitListIcon {
    width: 20%;
  }
}
@media screen and (min-width: 600px) {
  .gFooter__recruitListIcon {
    width: 20%;
  }
}
.gFooter__recruitListIcon svg {
  display: block;
  width: 60%;
  height: 60%;
}
.gFooter__ctr {
  overflow: hidden;
}
.gFooter__ctrSliders {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgb(0, 0, 0)), color-stop(88%, rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 20%, rgba(0, 0, 0, 0) 88%);
          mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgb(0, 0, 0)), color-stop(88%, rgba(0, 0, 0, 0)));
          mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 20%, rgba(0, 0, 0, 0) 88%);
}
.gFooter__ctrGal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 320px) {
  .gFooter__ctrGal {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 600px) {
  .gFooter__ctrGal {
    margin-bottom: 24px;
  }
}
.gFooter__ctrGalWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: loopCl 40000ms linear infinite both;
          animation: loopCl 40000ms linear infinite both;
}
@media screen and (min-width: 320px) {
  .gFooter__ctrGalItem {
    width: 24rem;
    margin-right: 16px;
  }
}
@media screen and (min-width: 600px) {
  .gFooter__ctrGalItem {
    width: 42rem;
    margin-right: 24px;
  }
}
.gFooter__ctrGalItem .img {
  border-radius: 8px;
}
.gFooter__ctrGal.rv {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.gFooter__ctrGal.rv .gFooter__ctrGalWrapper {
  -webkit-animation: loopClRv 40000ms linear infinite both;
          animation: loopClRv 40000ms linear infinite both;
}
.gFooter__ctrMain {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 320px) {
  .gFooter__ctrMain {
    padding: 0 5vw;
    margin: -10rem 0 0;
  }
}
@media screen and (min-width: 600px) {
  .gFooter__ctrMain {
    padding: 0 5vw;
    margin: -16rem 0 8rem;
  }
}
.gFooter__ctrMainInner {
  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;
  background: var(--color-white);
  color: var(--color-main);
  border-radius: 24px;
}
@media screen and (min-width: 320px) {
  .gFooter__ctrMainInner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 48px 32px;
    text-align: center;
  }
}
@media screen and (min-width: 600px) {
  .gFooter__ctrMainInner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 3.5vw 5vw;
    text-align: left;
  }
}
.gFooter__ctrMainEn {
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 320px) {
  .gFooter__ctrMainEn {
    font-size: 5.2rem;
  }
}
@media screen and (min-width: 600px) {
  .gFooter__ctrMainEn {
    font-size: 8.8rem;
  }
}
.gFooter__ctrMainJa {
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  .gFooter__ctrMainJa {
    font-size: 2rem;
    margin: 8px 0 24px;
  }
}
@media screen and (min-width: 600px) {
  .gFooter__ctrMainJa {
    font-size: 2.8rem;
    margin: 8px 0 40px;
  }
}
@media screen and (min-width: 320px) {
  .gFooter__ctrMainDesc {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 600px) {
  .gFooter__ctrMainDesc {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 320px) {
  .gFooter__ctrMainDesc br {
    display: block;
  }
}
@media screen and (min-width: 600px) {
  .gFooter__ctrMainDesc br {
    display: none;
  }
}
.gFooter__ctrMainLink {
  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;
  border-radius: 50%;
  background: var(--color-main);
}
@media screen and (min-width: 320px) {
  .gFooter__ctrMainLink {
    width: 18.6rem;
    height: 18.6rem;
    margin-top: 24px;
  }
}
@media screen and (min-width: 600px) {
  .gFooter__ctrMainLink {
    width: 31.6rem;
    height: 31.6rem;
    margin-top: 0;
  }
}
.gFooter__ctrMainLink svg {
  display: block;
  width: 40%;
  height: 40%;
}
.gFooter__copy {
  text-align: center;
  padding: 24px 0;
}

.gFooter__recruitModal {
  padding: 0;
  border: none;
  max-width: min(960px, 100% - 32px);
  width: 100%;
  background: transparent;
}

.gFooter__recruitModal::-ms-backdrop {
  background: rgba(0, 0, 0, 0.55);
}

.gFooter__recruitModal::backdrop {
  background: rgba(0, 0, 0, 0.55);
}

.gFooter__recruitModalInner {
  background: #fff;
  border-radius: 16px;
  max-height: 80vh;
  overflow: auto;
  padding: 24px 24px 32px;
  position: relative;
}

.gFooter__recruitModalClose {
  position: absolute;
  top: 12px;
  right: 12px;
  border: none;
  background: transparent;
  font-size: 20px;
  cursor: pointer;
}

html.is-modalOpen {
  overflow: hidden;
}

.gFooter__recruitModal {
  padding: 0;
  border: none;
  max-width: min(960px, 100% - 32px);
  width: 100%;
  margin: auto;
  background: transparent;
}
.gFooter__recruitModal::-ms-backdrop {
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
}
.gFooter__recruitModal::backdrop {
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
}
.gFooter__recruitModalInner {
  position: relative;
  background: #ffffff;
  border-radius: 24px;
  padding: 20px 20px 24px;
  max-height: min(80vh, 720px);
  overflow: auto;
  -webkit-box-shadow: 0 22px 55px rgba(0, 0, 0, 0.18);
          box-shadow: 0 22px 55px rgba(0, 0, 0, 0.18);
  font-family: var(--font-main);
}
@media screen and (min-width: 600px) {
  .gFooter__recruitModalInner {
    padding: 24px 28px 28px;
  }
}
.gFooter__recruitModalClose {
  position: sticky;
  top: 0;
  margin-left: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: none;
  outline: none;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.04);
  color: #333;
  font-size: 18px;
  line-height: 1;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-transition: background-color 0.15s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: background-color 0.15s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: background-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
  transition: background-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
}
.gFooter__recruitModalClose:hover {
  background: rgba(64, 116, 213, 0.12);
  -webkit-box-shadow: 0 4px 10px rgba(64, 116, 213, 0.25);
          box-shadow: 0 4px 10px rgba(64, 116, 213, 0.25);
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.gFooter__recruitModalClose:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.gFooter__recruitModalBody {
  margin-top: 4px;
}
@media screen and (min-width: 600px) {
  .gFooter__recruitModalBody {
    margin-top: 8px;
  }
}
.gFooter__recruitModalBody .content {
  font-family: var(--font-main);
  color: #222;
}
.gFooter__recruitModalBody .content h2 {
  font-family: var(--font-copy);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: var(--color-main);
}
.gFooter__recruitModalBody .content h3 {
  font-family: var(--font-main);
  font-size: 14px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 8px;
  color: #333;
}
.gFooter__recruitModalBody .content p {
  font-size: 13px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 10px;
}
.gFooter__recruitModalBody .content dl {
  margin: 0 0 12px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #f7f8fb;
  border: 1px solid rgba(0, 0, 0, 0.03);
}
@media screen and (min-width: 600px) {
  .gFooter__recruitModalBody .content dl {
    padding: 10px 14px;
  }
}
.gFooter__recruitModalBody .content dl dt {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-main);
  margin-bottom: 4px;
}
.gFooter__recruitModalBody .content dl dd {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: #333;
  white-space: pre-line;
}/*# sourceMappingURL=style.css.map */