@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 1366px) {
  html {
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  a:hover,
  button:hover {
    opacity: 1;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

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

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1366px;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

.c-btn-02 {
  display: grid;
  place-content: center;
  width: 22.9375rem;
  height: 18.1875rem;
  background: #FFFFFF;
  border: 2px solid #000000;
  border-radius: 5.0625rem;
  color: #4B62AD;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-btn-02 {
    width: 18.25rem;
    height: 14.5rem;
  }
}

.c-btn-02 span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 4.75rem;
  height: 4.5rem;
}

.c-btn-02 span::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 5.8125rem;
  height: 1rem;
  bottom: 0;
  left: 0.25rem;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 93 16' fill='none'><path d='M93 14.3054L91.5399 16L80.3073 3.34003L69.0748 16L69.0382 15.9574L69.0017 16L57.7691 3.34003L46.5366 16L46.5 15.9574L46.4634 16L35.2309 3.34003L23.9983 16L23.9618 15.9574L23.9252 16L12.6927 3.34003L1.46011 16L0 14.3054L12.6927 0L23.9618 12.7006L35.2309 0L46.5 12.7006L57.7691 0L69.0382 12.7006L80.3073 0L93 14.3054Z' fill='%234B62AD'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.c-btn-02 span::after {
  display: inline-block;
  content: "";
  width: 3.375rem;
  height: 3.375rem;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none'><circle cx='16' cy='16' r='15' fill='white' stroke='%234B62AD' stroke-width='2'/><path d='M17.438 9.08112L24.1479 15.791L17.438 22.5009' stroke='%234B62AD' stroke-width='2' stroke-linecap='round'/><line x1='8' y1='16' x2='22.4324' y2='16' stroke='%234B62AD' stroke-width='2' stroke-linecap='round'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-btn-02--green {
  color: #16AE67;
}

.c-btn-02--green span::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 93 16' fill='none'><path d='M93 14.3054L91.5399 16L80.3073 3.34003L69.0748 16L69.0382 15.9574L69.0017 16L57.7691 3.34003L46.5366 16L46.5 15.9574L46.4634 16L35.2309 3.34003L23.9983 16L23.9618 15.9574L23.9252 16L12.6927 3.34003L1.46011 16L0 14.3054L12.6927 0L23.9618 12.7006L35.2309 0L46.5 12.7006L57.7691 0L69.0382 12.7006L80.3073 0L93 14.3054Z' fill='%2316AE67'/></svg>");
}

.c-btn-02--green span::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none'><circle cx='16' cy='16' r='15' fill='white' stroke='%2316AE67' stroke-width='2'/><path d='M17.438 9.08112L24.1479 15.791L17.438 22.5009' stroke='%2316AE67' stroke-width='2' stroke-linecap='round'/><line x1='8' y1='16' x2='22.4324' y2='16' stroke='%2316AE67' stroke-width='2' stroke-linecap='round'/></svg>");
}

@media (hover: hover) {
  .c-btn-02:hover {
    background: #F7D847;
    opacity: 1;
    color: #000000;
  }
}
.c-btn {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  background: #E4007F;
  border: 2px solid #000000;
  border-radius: 100vh;
  padding: 0.9375rem 7.75rem 0.9375rem 5.1875rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-btn::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 2rem;
  height: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 4.875rem;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none'><circle cx='16' cy='16' r='15' fill='white' stroke='black' stroke-width='2'/><path d='M17.438 9.08112L24.1479 15.791L17.438 22.5009' stroke='black' stroke-width='2' stroke-linecap='round'/><line x1='8' y1='16' x2='22.4324' y2='16' stroke='black' stroke-width='2' stroke-linecap='round'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (hover: hover) {
  .c-btn:hover {
    background: #FFFFFF;
    border: 2px solid #E4007F;
    color: #E4007F;
    opacity: 1;
  }
  .c-btn:hover::before {
    right: 3.875rem;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none'><circle cx='16' cy='16' r='15' fill='white' stroke='%23E4007F' stroke-width='2'/><path d='M17.438 9.08112L24.1479 15.791L17.438 22.5009' stroke='%23E4007F' stroke-width='2' stroke-linecap='round'/><line x1='8' y1='16' x2='22.4324' y2='16' stroke='%23E4007F' stroke-width='2' stroke-linecap='round'/></svg>");
  }
}
.c-flow-img {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  height: 24.9375rem;
  border: 1px solid #000000;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .c-flow-img {
    height: 6.875rem;
  }
}

.c-flow-img::before {
  position: absolute;
  content: "";
  inset: 0;
  background: rgba(210, 204, 252, .5);
  z-index: 1;
}

.c-flow-img__track {
  -webkit-animation: flow 30S linear infinite;
          animation: flow 30S linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-flow-img__track ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.c-flow-img__img {
  width: 31.8125rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-flow-img__img {
    width: 8.75rem;
  }
}

.c-flow-img__img img {
  aspect-ratio: 509/399;
  -o-object-fit: cover;
     object-fit: cover;
}

@-webkit-keyframes flow {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes flow {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.c-flow-text {
  overflow: hidden;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  background: #FFFFFF;
  overflow: clip;
}

.c-flow-text__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
}

.c-flow-text__item {
  -webkit-animation: marquee 25s linear infinite;
          animation: marquee 25s linear infinite;
  font-family: "Albert Sans", sans-serif;
  font-weight: 900;
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: #4B62AD;
  opacity: 0.2;
  padding-right: 0.9375rem;
}

@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.c-pagetop {
  position: fixed;
  bottom: 1.25rem;
  right: 1.5rem;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  .c-pagetop {
    right: 0.625rem;
  }
}

.c-pagetop__link {
  display: inline-block;
  width: 7rem;
  height: 7rem;
  background: url("../../img/recruit/top-btn.png") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .c-pagetop__link {
    width: 3.75rem;
    height: 3.75rem;
  }
}

.c-section-title {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

.c-section-title::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 9.4375rem;
  height: 1.625rem;
  bottom: -1.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 93 16' fill='none'><path d='M93 14.3054L91.5399 16L80.3073 3.34003L69.0748 16L69.0382 15.9574L69.0017 16L57.7691 3.34003L46.5366 16L46.5 15.9574L46.4634 16L35.2309 3.34003L23.9983 16L23.9618 15.9574L23.9252 16L12.6927 3.34003L1.46011 16L0 14.3054L12.6927 0L23.9618 12.7006L35.2309 0L46.5 12.7006L57.7691 0L69.0382 12.7006L80.3073 0L93 14.3054Z' fill='%2316AE67'/></svg>");
}

.c-section-title2 {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

.c-section-title2::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 9.4375rem;
  height: 1.625rem;
  bottom: -1.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 93 16' fill='none'><path d='M93 14.3054L91.5399 16L80.3073 3.34003L69.0748 16L69.0382 15.9574L69.0017 16L57.7691 3.34003L46.5366 16L46.5 15.9574L46.4634 16L35.2309 3.34003L23.9983 16L23.9618 15.9574L23.9252 16L12.6927 3.34003L1.46011 16L0 14.3054L12.6927 0L23.9618 12.7006L35.2309 0L46.5 12.7006L57.7691 0L69.0382 12.7006L80.3073 0L93 14.3054Z' fill='%2316AE67'/></svg>");
}


.c-section-title--yellow::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 93 16' fill='none'><path d='M93 14.3054L91.5399 16L80.3073 3.34003L69.0748 16L69.0382 15.9574L69.0017 16L57.7691 3.34003L46.5366 16L46.5 15.9574L46.4634 16L35.2309 3.34003L23.9983 16L23.9618 15.9574L23.9252 16L12.6927 3.34003L1.46011 16L0 14.3054L12.6927 0L23.9618 12.7006L35.2309 0L46.5 12.7006L57.7691 0L69.0382 12.7006L80.3073 0L93 14.3054Z' fill='%23F7D847'/></svg>");
}

.c-section-title--blue::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 93 16' fill='none'><path d='M93 14.3054L91.5399 16L80.3073 3.34003L69.0748 16L69.0382 15.9574L69.0017 16L57.7691 3.34003L46.5366 16L46.5 15.9574L46.4634 16L35.2309 3.34003L23.9983 16L23.9618 15.9574L23.9252 16L12.6927 3.34003L1.46011 16L0 14.3054L12.6927 0L23.9618 12.7006L35.2309 0L46.5 12.7006L57.7691 0L69.0382 12.7006L80.3073 0L93 14.3054Z' fill='%234B62AD'/></svg>");
}

.c-section-title__en {
  font-family: "Albert Sans", sans-serif;
  font-weight: 900;
  font-size: 8rem;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  line-height: 2;
  -webkit-text-stroke: 3px #000000;
  paint-order: stroke;
}
@media screen and (max-width: 767px) {
  .c-section-title__en {
    font-size: 3rem;
  }
}

.js-poyon {
  opacity: 0;
  scale: 0.9;
  -webkit-transition: opacity 0.3s 0.1s ease, scale 0.3s 0.1s cubic-bezier(0.44, 0.42, 0.24, 1.55);
  transition: opacity 0.3s 0.1s ease, scale 0.3s 0.1s cubic-bezier(0.44, 0.42, 0.24, 1.55);
}

.js-poyon.is-active {
  opacity: 1;
  scale: 1;
}

.p-description {
  padding-top: 7.625rem;
  padding-bottom: 7.5rem;
  background: url(../../img/recruit/description-bg.jpg) repeat top/cover;
}
#main>.p-description.subpage{
  padding-top: 124px;
  padding-bottom: 0px;
  background: none;
}
@media screen and (max-width: 767px) {
  .p-description {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  #main>.p-description.subpage{
    padding-top: 90px;
  }
}

.p-description__title {
  position: relative;
  height: 19.6875rem;
}
@media screen and (max-width: 767px) {
  .p-description__title {
    height: 15rem;
  }
}

.p-description__title .c-section-title__img {
  position: absolute;
  display: inline-block;
  content: "";
  top: 5.0625rem;
  left: 4.8125rem;
  width: 18.6875rem;
  height: 14.625rem;
  background: url(../../img/recruit/description-title-img.png) no-repeat center/contain;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-description__title .c-section-title__img {
    top: 0.75rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 11.0625rem;
    height: 8.625rem;
  }
}

.p-description__title .c-section-title {
  top: 13.1875rem;
  left: 25.6875rem;
}
.p-description__title .c-section-title2 {
  top: 13.1875rem;
  left: 25.6875rem;
}
@media screen and (max-width: 767px) {
  .p-description__title .c-section-title {
    top: 9.375rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-description__title .c-section-title2 {
    top: 9.375rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-description__title .c-section-title__en {
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-description__title .c-section-title__en {
    width: 100%;
    text-align: center;
    font-size: 2.25rem;
  }
}

.p-description__btns {
  margin-top: 5.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  gap: 4.5rem;
  margin-right: 4rem;
}
@media screen and (max-width: 767px) {
  .p-description__btns {
    margin-top: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
    margin-right: 0;
  }
}

.p-environment {
  position: relative;
  padding-top: 17.625rem;
  padding-bottom: 21.125rem;
  overflow: clip;
}
#main>.p-environment.subpage{
  padding-top: 280px;
}
@media screen and (max-width: 767px) {
  .p-environment {
    padding-top: 4.8125rem;
    padding-bottom: 22.1875rem;
  }
  #main>.p-environment.subpage{
    padding-top: 85px;
    padding-bottom: 180px;
  }
}

.p-environment::before,
.p-environment::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 100%;
  z-index: -1;
}

.p-environment::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  aspect-ratio: 1373/282;
  height: 17.625rem;
  background: url(../../img/recruit/nami_yellow.png) no-repeat bottom/cover;
}
@media screen and (max-width: 767px) {
  .p-environment::before {
    top: 0;
    height: 9.375rem;
  }
}
@media screen and (max-width: 600px) {
  .p-environment::before {
    top: 0;
    height: 4.8125rem;
  }
}

.p-environment::after {
  bottom: -0.3125rem;
  left: 0;
  width: 41.6875rem;
  height: 31.25rem;
  background: url(../../img/recruit/mocomoco02.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-environment::after {
    width: 18rem;
    height: 13.25rem;
  }
}

.p-environment__inner {
  position: relative;
  padding-left: 1.4375rem;
  padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  .p-environment__inner {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

.p-environment__inner::before {
  position: absolute;
  display: inline-block;
  content: "";
  bottom: -21.125rem;
  right: 27.9375rem;
  width: 21.5rem;
  height: 13.5rem;
  background: url(../../img/recruit/environment-img-06.png) no-repeat center/contain;
}
#main>.p-environment.subpage .p-environment__inner::before{
  display: none;
}
@media screen and (max-width: 767px) {
  .p-environment__inner::before {
    width: 10.125rem;
    height: 6.375rem;
    right: 0.625rem;
    bottom: -23.125rem;
  }
}

.p-environment__title {
  position: relative;
  height: 21rem;
}
@media screen and (max-width: 767px) {
  .p-environment__title {
    height: 16rem;
  }
}

.p-environment__title .c-section-title__img {
  position: absolute;
  display: inline-block;
  content: "";
  top: 5.3125rem;
  left: 2.0625rem;
  width: 22.0625rem;
  height: 15.6875rem;
  background: url(../../img/recruit/environment-title-img.png) no-repeat center/contain;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-environment__title .c-section-title__img {
    width: 13.9375rem;
    height: 9.9375rem;
    top: 0.4375rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-environment__title .c-section-title {
  top: 12.0625rem;
  left: 24.9375rem;
}
.p-environment__title .c-section-title2 {
  top: 12.0625rem;
  left: 24.9375rem;
}
@media screen and (max-width: 767px) {
  .p-environment__title .c-section-title {
    top: 10.375rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-environment__title .c-section-title2 {
    top: 10.375rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-environment__title .c-section-title__en {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 7.1875rem;
}
@media screen and (max-width: 767px) {
  .p-environment__title .c-section-title__en {
    font-size: 2.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-environment__text {
  margin-top: 3.1875rem;
  margin-left: 4.1875rem;
  background: #FFFFFF;
  border: 2px solid #000000;
  border-radius: 2.5rem;
  width: 51rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 1.625rem;
  gap: 2rem;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-environment__text {
    margin-top: 3rem;
    width: 19.4375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3rem 2.5rem;
    margin-inline: auto;
  }
}

.p-environment__text::before {
  content: "";
  display: inline-block;
  width: 6.4375rem;
  height: 6.625rem;
  background: url(../../img/recruit/icon-hand-heart.png) no-repeat center/contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-environment__btn {
  margin-top: 2rem;
  margin-left: 4.1875rem;
  width: 51rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-environment__btn {
    width: 100%;
    text-align: center;
    margin-top: 4rem;
    margin-left: 0;
  }
}

.p-environment__imgBox {
  position: absolute;
  top: -19.1875rem;
  right: 2rem;
  width: 22.6875rem;
  height: 81.4375rem;
  border: 2px solid #000000;
  z-index: -1;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-environment__imgBox {
    bottom: -12.1875rem;
    right: 0;
    left: 0;
    top: auto;
    width: 49.6875rem;
    height: 7.75rem;
    border: none;
  }
}

.p-environment__img-wrap {
  -webkit-animation: flow-img 40s linear infinite;
          animation: flow-img 40s linear infinite;
}
@media screen and (max-width: 767px) {
  .p-environment__img-wrap {
    -webkit-animation: flow-img-sp 30s linear infinite;
            animation: flow-img-sp 30s linear infinite;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .p-environment__img-wrap ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media screen and (max-width: 767px) {
  .p-environment__img {
    width: 9.875rem;
    height: 7.75rem;
    display: inline-block;
  }
}

.p-environment__img img {
  aspect-ratio: 158/124;
  -o-object-fit: cover;
     object-fit: cover;
}

@-webkit-keyframes flow-img {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@keyframes flow-img {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@-webkit-keyframes flow-img-sp {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes flow-img-sp {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-footer__top {
  padding-block: 5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__top {
    padding-block: 3rem;
  }
}

.p-footer__catch {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer__catch {
    font-size: 1.25rem;
  }
}

.p-footer__catch-green {
  color: #16AE67;
}

.p-footer__catch-blue {
  color: #4B62AD;
}

.p-footer__catch-text {
  -webkit-text-stroke: 3px #000000;
  paint-order: stroke;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .p-footer__catch-text {
    display: block;
  }
}

.p-footer__logo {
  width: 18.625rem;
  margin-inline: auto;
}

.p-footer__logo img {
  aspect-ratio: 298/68;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-footer__bottom {
  background: #4B62AD;
  padding-block: 1.5rem;
  text-align: center;
}

.p-footer__links {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}

.p-footer__links::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
  left: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 1.125rem;
  background: #FFFFFF;
}

.p-footer__insta {
  width: 1rem;
}

.p-footer__insta img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-footer__link {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  font-weight: 400;
}

.p-footer__copyright {
  font-family: "Albert Sans", sans-serif;
  margin-top: 1.5rem;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    font-size: 0.8125rem;
    line-height: 1.2;
    margin-top: 0.75rem;
  }
}

.p-fv {
  position: relative;
  padding-top: 6.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv {
    padding-top: 8rem;
  }
}

.p-fv::before,
.p-fv::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 100%;
  z-index: 0;
}

.p-fv::before {
  top: 0;
  left: 0;
  width: 28.875rem;
  height: 18.625rem;
  background: url(../../img/recruit/fv_nami_yellow.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-fv::before {
    width: 15.1875rem;
    height: 9.8125rem;
  }
}

.p-fv::after {
  height: 21.125rem;
  bottom: 0;
  left: 0;
  background: url(../../img/recruit/fv_blue.png) no-repeat top/cover;
}
@media screen and (max-width: 767px) {
  .p-fv::after {
    height: 34.6875rem;
    background: url(../../img/recruit/fv_blue-sp.png) no-repeat top/cover;
  }
}

.p-fv__bg {
  position: absolute;
  display: inline-block;
  content: "";
  top: 0;
  width: 100%;
  inset: 0;
  background: url("../../img/recruit/fv-bg.jpg") no-repeat top/cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-fv__bg {
    aspect-ratio: 375/711;
    background: url(../../img/recruit/fv-bg-sp.jpg) no-repeat top/contain;
  }
}

.p-fv__bg::before {
  position: absolute;
  display: inline-block;
  content: "";
  background: url(../../img/recruit/fv_machi.png) no-repeat center/contain;
  width: 57.5625rem;
  height: 33rem;
  top: 32.5rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-fv__bg::before {
    width: clamp(23.4375rem, 100vw, 25.625rem);
    height: clamp(13.4375rem, 30vw, 14.6875rem);
    top: 31rem;
  }
}

.p-fv__bg::after {
  position: absolute;
  display: inline-block;
  content: "";
  background: url(../../img/recruit/fv_kumo.png) no-repeat center/contain;
  width: 39.75rem;
  height: 20.5625rem;
  top: 27.375rem;
  right: 21.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv__bg::after {
    background: url(../../img/recruit/fv_kumo-sp.png) no-repeat center/contain;
    width: 11rem;
    height: 4.875rem;
    right: 7.6875rem;
    top: 28.625rem;
  }
}

.p-fv__inner {
  position: relative;
  padding-top: 5.625rem;
  min-height: 59.4375rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-fv__inner {
    padding-top: 0;
    min-height: 64.5rem;
  }
}

.p-fv__title {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
  padding-left: 8.6875rem;
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    width: 19.6875rem;
    margin-inline: auto;
    padding-left: 0;
    font-size: 2rem;
  }
}

.p-fv__title-green {
  color: #16AE67;
  display: block;
}

.p-fv__title-blue {
  color: #4B62AD;
  display: block;
}

.p-fv__title-text {
  -webkit-text-stroke: 3px #000000;
  paint-order: stroke;
  color: #FFFFFF;
  display: block;
}

.p-fv__visual {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-fv__visual {
    max-width: 31.25rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-fv__visual-01 img,
.p-fv__visual-02 img,
.p-fv__visual-03 img {
  -webkit-animation: visualAnim01 3s ease-in-out infinite;
          animation: visualAnim01 3s ease-in-out infinite;
}

.p-fv__visual-01 img {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.p-fv__visual-02 img {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.p-fv__visual-03 img {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

@-webkit-keyframes visualAnim01 {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@keyframes visualAnim01 {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
.p-fv__visual-01 {
  position: absolute;
  width: 32.3125rem;
  top: 0;
  left: 32.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv__visual-01 {
    width: 12.6875rem;
    top: auto;
    top: initial;
    bottom: 42.625rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-fv__visual-01 img {
  aspect-ratio: 517/562;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-fv__visual-01 img {
    aspect-ratio: 203/231;
  }
}

.p-fv__visual-02 {
  position: absolute;
  width: 19.6875rem;
  top: 18.5625rem;
  left: 9.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv__visual-02 {
    width: 8.0625rem;
    top: 13.9375rem;
    left: -0.5625rem;
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}

.p-fv__visual-02 img {
  aspect-ratio: 315/456;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-fv__visual-02 img {
    aspect-ratio: 129/185;
  }
}

.p-fv__visual-03 {
  position: absolute;
  width: 23.8125rem;
  top: 1rem;
  right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv__visual-03 {
    width: 8.1875rem;
    top: 14rem;
    right: 0.5rem;
  }
}

.p-fv__visual-03 img {
  aspect-ratio: 381/383;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-fv__visual-03 img {
    aspect-ratio: 131/132;
  }
}

.p-fv__lead {
  position: absolute;
  bottom: -1rem;
  left: 8.1875rem;
  padding: 2.5rem 2.1875rem 2.5rem 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.25rem;
  width: 53.375rem;
  background: #FFFFFF;
  border: 2px solid #000000;
  border-radius: 2.5rem;
  background: url(../../img/recruit/fv-bg-02.jpg) repeat top/cover;
}
@media screen and (max-width: 767px) {
  .p-fv__lead {
    margin-top: 26.3125rem;
    position: static;
    padding: 1.5625rem 2rem 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    width: calc(100% - 1.25rem);
    max-width: 31.25rem;
    margin-inline: auto;
    background: url(../../img/recruit/fv-bg-02-sp.jpg) repeat top/cover;
  }
}

.p-fv__lead-title {
  font-size: 2.5rem;
  font-weight: 700;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-fv__lead-title {
    font-size: 2.25rem;
  }
}

.p-fv__lead-head {
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
}

.p-fv__lead-text {
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

.js-fadeUp {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}

.js-fadeUp.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.p-header {
  position: fixed;
  width: 100%;
  top: 1.5rem;
  left: 0;
  z-index: 99999;
}
@media screen and (max-width: 767px) {
  .p-header {
    top: 1rem;
  }
}

.p-header__inner {
  padding-inline: 5.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding-inline: 0.625rem;
  }
}

.p-header__logo {
  width: 18.625rem;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 11.3125rem;
  }
}

.p-header__logo img {
  aspect-ratio: 298/68;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-header__logo img {
    aspect-ratio: 181/41;
  }
}

.p-header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-header__wrap {
    gap: 0.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: 100000;
    background: url(../../img/recruit/header-bg-blue.jpg) repeat center/contain;
  }
}

.p-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #000000;
  border-radius: 100vh;
  background: #FFFFFF;
  padding: 0 3.75rem;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-header__nav-list {
    border: none;
    border-radius: 0;
    background: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 8rem 0 0;
    margin-left: 1.875rem;
    gap: 2rem;
    width: 11.9375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-header__nav-item {
    width: 100%;
  }
}

.p-header__nav-item a {
  display: inline-block;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.05em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 1rem 1rem;
}
@media screen and (max-width: 767px) {
  .p-header__nav-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1rem;
    color: #FFFFFF;
    padding: 0;
    width: 100%;
  }
}

@media (hover: hover) {
  .p-header__nav-item a:hover {
    color: #F7D847;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-header__nav-item a::after {
    display: inline-block;
    content: "";
    width: 1.75rem;
    height: 1.75rem;
    background: url(../../img/recruit/header-arrow.png) no-repeat center/contain;
  }
}

.p-header__cta {
  display: inline-block;
  text-align: center;
  width: 12.4375rem;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  background: #E4007F;
  padding: 0.9375rem;
  border: 2px solid #000000;
  border-radius: 100vh;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  z-index: 100000;
}
@media screen and (max-width: 767px) {
  .p-header__cta {
    width: 6.8125rem;
    font-size: 0.6875rem;
    padding: 0.75rem;
  }
}

@media (hover: hover) {
  .p-header__cta:hover {
    color: #000000;
    background: #F7D847;
    opacity: 1;
  }
}
.p-header__hamburger {
  position: relative;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  background: #FFFFFF;
  border: 2px solid #000000;
  display: none;
  z-index: 100000;
}
@media screen and (max-width: 767px) {
  .p-header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
  }
}

.p-header__hamburger span {
  display: block;
  width: 1.875rem;
  height: 2px;
  background: #000000;
  border-radius: 0.625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header__hamburger.open span {
  position: absolute;
}

.p-header__hamburger.open span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-header__hamburger.open span:nth-child(2) {
  display: none;
}

.p-header__hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

body.js-fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

#js-nav.open {
  display: block;
}

.p-interview {
  position: relative;
  padding-top: 9.125rem;
  padding-bottom: 10rem;
}
#main>.p-interview.subpage{
  padding-top: 233px;
  padding-bottom: 150px;
}
#main>.p-interview.subpage::after {
  bottom: -120px;
}
@media screen and (max-width: 1800px) {
  #main>.p-interview.subpage{
    padding-bottom: 250px;
  }
}
@media screen and (max-width: 767px) {
  .p-interview {
    padding-top: 5.25rem;
  }

  #main>.p-interview.subpage {
    padding-top: 70px;
  }
  #main>.p-interview.subpage::after {
    bottom: 0px;
  }
}
@media screen and (max-width: 500px) {
  #main>.p-interview.subpage{
    padding-bottom: 150px;
  }
}



.p-interview::before,
.p-interview::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 100%;
  z-index: -1;
}

.p-interview::before {
  top: -5.3125rem;
  left: 0;
  right: 0;
  bottom: auto;
  aspect-ratio: 1373/282;
  height: 17.625rem;
  background: url(../../img/recruit/nami_green01.png) no-repeat bottom/cover;
}
.p-interview.subpage::before {
  top: 0rem;
}
@media screen and (max-width: 767px) {
  .p-interview::before {
    top: 0;
    height: 6.875rem;
  }
}
@media screen and (max-width: 600px) {
  .p-interview::before {
    top: 0;
    height: 4.8125rem;
  }
}

.p-interview::after {
  bottom: -1.4375rem;
  left: 0;
  right: 0;
  top: auto;
  aspect-ratio: 1370/500;
  height: 31.25rem;
  background: url(../../img/recruit/nami_green02.png) no-repeat top right/cover;
}
@media screen and (max-width: 767px) {
  .p-interview::after {
    height: 17.5rem;
  }
}
@media screen and (max-width: 600px) {
  .p-interview::after {
    bottom: 0;
    height: 8.125rem;
  }
}

.p-interview__inner {
  padding-left: 5.1875rem;
}
@media screen and (max-width: 767px) {
  .p-interview__inner {
    padding-left: 0.625rem;
  }
}

.p-interview__title {
  position: relative;
  height: 22.1875rem;
}
@media screen and (max-width: 767px) {
  .p-interview__title {
    width: 22.1875rem;
    margin-inline: auto;
    height: 16.4375rem;
  }
}

.p-interview__title .c-section-title__img {
  position: absolute;
  display: inline-block;
  content: "";
  top: 5.9375rem;
  left: 17.8125rem;
  width: 21.5rem;
  height: 16.25rem;
  background: url(../../img/recruit/interview-title-img.png) no-repeat center/contain;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-interview__title .c-section-title__img {
    left: auto;
    left: initial;
    right: 12.8125rem;
    top: 1.875rem;
    width: 11.8125rem;
    height: 8.9375rem;
  }
}

.p-interview__title .c-section-title {
  top: 11.25rem;
  left: 0;
}
.p-interview__title .c-section-title2 {
  top: 11.25rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-interview__title .c-section-title {
    top: 10.8125rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-interview__title .c-section-title2 {
    top: 10.8125rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-interview__title .c-section-title__en {
  position: absolute;
  top: 0;
  right: 0;
}

.p-interview__imgBox {
  width: 75.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 4.6875rem;
     -moz-column-gap: 4.6875rem;
          column-gap: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .p-interview__imgBox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    max-width: 22.1875rem;
    margin-inline: auto;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 1.5rem;
    margin-top: 3rem;
  }
}

.p-interview__item {
  position: relative;
  display: inline-block;
  width: 15.25rem;
  height: 23.6875rem;
}
@media screen and (max-width: 767px) {
  .p-interview__item {
    width: 11.0625rem;
    height: 17.1875rem;
  }
}

.p-interview__item:nth-child(2) {
  margin-top: 4.8125rem;
}
@media screen and (max-width: 767px) {
  .p-interview__item:nth-child(2) {
    margin-top: 0;
  }
}

.p-interview__item:nth-child(3) {
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-interview__item:nth-child(3) {
    margin-top: 0;
  }
}

.p-interview__item:nth-child(4) {
  margin-top: -5rem;
}
@media screen and (max-width: 767px) {
  .p-interview__item:nth-child(4) {
    margin-top: 0;
  }
}

.p-interview__labl {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
  min-width: 10.5625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #FFFFFF;
  border: 2px solid #000000;
  border-radius: 1.875rem;
  padding: 0.625rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-interview__labl {
    min-width: 7.625rem;
    padding: 0 2.375rem;
  }
}

.p-interview__img {
  width: 13.75rem;
  overflow: hidden;
  border-radius: 9.875rem;
  border: 2px solid #000000;
}
@media screen and (max-width: 767px) {
  .p-interview__img {
    width: 10rem;
  }
}

.p-interview__img img {
  aspect-ratio: 220/363;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-interview__text {
  margin-top: 2.375rem;
  background: #FFFFFF;
  border: 2px solid #000000;
  border-radius: 2.5rem;
  width: 52.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.375rem 3.3125rem;
  gap: 2rem;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-interview__text {
    margin-top: 3rem;
    width: 19.4375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3rem 2.5rem;
    margin-inline: auto;
  }
}

.p-interview__text::before {
  content: "";
  display: inline-block;
  width: 6.4375rem;
  height: 6.625rem;
  background: url(../../img/recruit/icon-microphone.png) no-repeat center/contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-interview__btn {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-interview__btn {
    text-align: center;
    margin-top: 4rem;
  }
}

.p-qa {
  position: relative;
  padding-top: 19.8125rem;
  padding-bottom: 23.625rem;
}
#main>.p-qa.subpage{
  padding-top: 330px;
  padding-bottom: 230px;
}
@media screen and (max-width: 767px) {
  .p-qa {
    padding-top: 5.5rem;
    padding-bottom: 16.6875rem;
  }
  #main>.p-qa.subpage{
    padding-top: 85px;
    padding-bottom: 110px;
  }
}

.p-qa::before,
.p-qa::after {
  position: absolute;
  display: inline-block;
  content: "";
  z-index: -1;
}

.p-qa::before {
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  aspect-ratio: 1376/282;
  height: 17.625rem;
  background: url(../../img/recruit/nami_blue02.png) no-repeat bottom/cover;
}
@media screen and (max-width: 767px) {
  .p-qa::before {
    height: 9.625rem;
  }
}
@media screen and (max-width: 600px) {
  .p-qa::before {
    height: 4.8125rem;
  }
}

.p-qa::after {
  bottom: 0;
  right: 0;
  width: 45.875rem;
  height: 31.25rem;
  background: url(../../img/recruit/mocomoco03.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-qa::after {
    width: 20.625rem;
    height: 14.0625rem;
  }
}

.p-qa__title {
  position: relative;
  height: 18.25rem;
}
@media screen and (max-width: 767px) {
  .p-qa__title {
    height: 13.8125rem;
  }
}

.p-qa__title .c-section-title__img {
  position: absolute;
  display: inline-block;
  content: "";
  top: 5.25rem;
  left: 5.1875rem;
  width: 17.3125rem;
  height: 13rem;
  background: url(../../img/recruit/qa-title-img.png) no-repeat center/contain;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-qa__title .c-section-title__img {
    top: 0.8125rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 9.6875rem;
    height: 7.3125rem;
  }
}

.p-qa__title .c-section-title {
  top: 10.3125rem;
  left: 27.0625rem;
}
.p-qa__title .c-section-title2 {
  top: 10.3125rem;
  left: 27.0625rem;
}
@media screen and (max-width: 767px) {
  .p-qa__title .c-section-title {
    top: 8.1875rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-qa__title .c-section-title2 {
    top: 8.1875rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-qa__title .c-section-title__en {
  position: absolute;
  top: 0;
  font-size: 6.5rem;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-qa__title .c-section-title__en {
    font-size: 1.6875rem;
  }
}

.p-qa__text {
  margin-top: 4.1875rem;
  margin-left: 29.0625rem;
  background: #FFFFFF;
  border: 2px solid #000000;
  border-radius: 2.5rem;
  width: 50.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 5.5625rem;
  gap: 2rem;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-qa__text {
    margin-top: 3rem;
    width: 19.4375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3rem 2.5rem;
    margin-inline: auto;
  }
}

.p-qa__text::before {
  content: "";
  display: inline-block;
  width: 6.4375rem;
  height: 6.625rem;
  background: url(../../img/recruit/icon-qa.png) no-repeat center/contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-qa__btn {
  margin-top: 2rem;
  margin-right: 4.1875rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-qa__btn {
    width: 100%;
    text-align: center;
    margin-top: 4rem;
    margin-left: 0;
  }
}

.p-qa__img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 49.0625rem;
}
@media screen and (max-width: 767px) {
  .p-qa__img {
    width: 22.125rem;
  }
}

.p-qa__img img {
  aspect-ratio: 785/452;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}
/*# sourceMappingURL=styles.css.map */
