@charset "UTF-8";
@font-face {
  font-family: "fv";
  src: url("../fonts/HannariMincho-Regular.otf") format("opentype");
}
@font-face {
  font-family: "num2";
  src: url("../fonts/georgia.woff") format("woff");
}
html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.2213740458vw;
  }
}
@media (min-width: 1310px) {
  html {
    font-size: 100%;
  }
}

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

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

/*****************************
* 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%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1310px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.l-page {
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-page {
    padding-bottom: 17.5rem;
  }
}
@media screen and (min-width: 768px) {
  .l-page.--lower {
    margin-top: 0;
  }
}

.l-interview-wrap {
  background-color: rgba(19, 47, 89, 0.9);
}

.l-main {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .l-wrap2 {
    overflow-y: auto;
  }
}

.l-wrap2__inner {
  position: relative;
  z-index: 3;
}
.c-btn1 {
  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;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-btn1 {
    font-size: 1rem;
  }
}

.c-btn1__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.875rem;
}
.c-btn1__arrow:after {
  content: "";
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  -webkit-mask: url(../image/icon-arrow1.svg) no-repeat center center/contain;
  mask: url(../image/icon-arrow1.svg) no-repeat center center/contain;
  background-color: #39aa5f;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .c-btn1__arrow:after {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.c-btn2 {
  display: inline-grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 17.4375rem;
  background-color: rgba(57, 170, 95, 0.5);
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  padding: 1.25rem 1.875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-btn2 {
    min-width: 25.875rem;
    padding: 1.75rem 1.875rem;
    font-size: 1.625rem;
  }
}
.c-btn2:after {
  content: "";
  display: block;
  width: 1.8125rem;
  height: 1.8125rem;
  -webkit-mask: url(../image/icon-arrow2.svg) no-repeat center center/contain;
  mask: url(../image/icon-arrow2.svg) no-repeat center center/contain;
  background-color: #39aa5f;
}
@media screen and (min-width: 768px) {
  .c-btn2:after {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.c-btn2.--bk {
  background-color: rgba(1, 33, 82, 0.4);
}
.c-btn2.--bk:after {
  background-color: #012152;
}
.c-btn2.--sm {
  min-width: 12.5rem;
  font-size: 1rem;
  padding: 0.8125rem;
}
.c-btn2.--sm:after {
  width: 1.4375rem;
  height: 1.4375rem;
}

.c-head1 {
  position: relative;
  max-width: 81.25rem;
  margin-inline: auto;
}

.c-head1__ja {
  display: inline-block;
  font-size: 1.625rem;
  line-height: 1.4;
  letter-spacing: 0.005em;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-head1__ja {
    font-size: 2.5rem;
  }
}

.c-head1__en {
  position: relative;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
@media screen and (min-width: 768px) {
  .c-head1__en {
    font-size: 25rem;
  }
}
.c-head1__en span {
  display: block;
  position: relative;
  z-index: 1;
}
.c-head1__en span.reveal {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

.c-head1__en {
  display: block;
  font-size: 6.25rem;
  line-height: 1;
  color: #012152;
  font-family: "Imperial Script", serif;
  position: relative;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  position: relative;
  text-align: right;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: -3.125rem;
}
@media screen and (min-width: 768px) {
  .c-head1__en {
    font-size: 25rem;
    margin-top: -11.25rem;
  }
}
.c-head1__en:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgba(223, 240, 243, 0.4);
  -webkit-clip-path: inset(0 105% 0 0);
  clip-path: inset(0 105% 0 0);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.c-head1__en.is-visible {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
.c-head1__en.is-visible:after {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
.c-head1__en img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

button {
  position: relative;
  margin: 15px auto 40px;
  padding: 12px;
  font-size: 13px;
  cursor: pointer;
  border: none;
  background-color: #dfdfdf;
}
button:focus {
  outline: none;
}
button:active {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

.c-head3__en {
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
  display: block;
}
@media screen and (min-width: 768px) {
  .c-head3__en {
    font-size: 1.125rem;
  }
}

.c-head3__jp {
  font-size: 1.625rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  display: block;
  margin-top: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .c-head3__jp {
    font-size: 2.5rem;
    margin-top: 0.625rem;
  }
}

.c-head2__ja {
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 700;
  color: #014d1b;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-head2__ja {
    font-size: 2.5rem;
  }
}

.c-head2__en {
  display: block;
  font-size: 5rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #71aa8d;
  font-family: "Smooch Sans", sans-serif;
  translate: 0 -50%;
  text-align: right;
  opacity: 0;
  translate: -1.25rem 0;
}
@media screen and (min-width: 768px) {
  .c-head2__en {
    font-size: 20rem;
    translate: -1.25rem -35%;
  }
}

.p-footer {
  position: relative;
  overflow: hidden;
}
.p-footer.--lower2 {
  background-color: rgba(0, 0, 0, 0.7);
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-footer.--lower2 {
    background-color: transparent;
    padding-top: 6.25rem;
  }
}

.p-footer__container {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-footer__container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-left: 3.4375rem;
    margin-right: 2.5rem;
  }
}

.p-footer__inner {
  padding-top: 2.5625rem;
  padding-bottom: 2.3125rem;
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
  z-index: 1;
}
.p-footer__inner:after {
  content: "";
  display: block;
  width: 100%;
  height: 20.3125rem;
  -webkit-mask: url(../image/common/footer-logo.svg) no-repeat center center/cover;
  mask: url(../image/common/footer-logo.svg) no-repeat center center/cover;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -10%;
}
@media screen and (min-width: 768px) {
  .p-footer__inner:after {
    width: 46.1875rem;
    height: 46.1875rem;
    translate: -50% -50%;
  }
}

body.const-mid .p-footer__inner:after {
  background: rgba(205, 206, 198, 0.5);
}

.p-footer__logo {
  width: 6.875rem;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    width: 17.9375rem;
    grid-area: 1/1/2/2;
    margin-inline: auto;
  }
}
.p-footer__logo img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-footer__head {
  font-size: 1.625rem;
  line-height: 1;
  font-weight: 500;
  color: #39aa5f;
  margin-top: 5.1875rem;
}
@media screen and (min-width: 768px) {
  .p-footer__head {
    grid-area: 1/2/3/3;
    margin-left: auto;
  }
}

.p-footer__list {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-footer__list {
    grid-area: 1/3/3/4;
    margin-left: 3.125rem;
  }
}

.p-footer__item {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-footer__item {
    display: grid;
    grid-template-columns: auto 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__item:before {
    content: "";
    width: 2.0625rem;
    height: 0.0625rem;
    background-color: #012152;
  }
}
.p-footer__item a {
  padding-block: 1.125rem;
}

.p-footer__link {
  text-align: center;
  margin-top: 9.4375rem;
  display: inline-grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .p-footer__link {
    margin-top: 3.0625rem;
    grid-area: 2/1/3/2;
  }
}
.p-footer__link a + a {
  margin-top: 1.875rem;
}

.p-footer__copy {
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  color: #525252;
  text-align: center;
  padding-block: 1.25rem;
}

.p-footer.--lower {
  background-color: #39aa5f;
  padding-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer.--lower {
    padding-top: 6.1875rem;
  }
}
.p-footer.--lower .p-footer__inner {
  background-color: rgba(255, 255, 255, 0.7);
}
.p-footer.--lower .p-footer__copy {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-footer.--lower .p-footer__copy {
    padding-top: 2rem;
    padding-bottom: 2.625rem;
  }
}

.p-footer.--lower2 {
  background-color: transparent;
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 997;
}
.p-header.is-active .p-header__logo {
  display: block;
}
.p-header.is-active .p-header__head {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .p-header.--lower .p-header__inner.l-inner {
    max-width: 75rem;
  }
}

.p-header__head {
  position: relative;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 1.875rem;
}

.p-header__head.is-active {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-header__head.is-active .p-header__logo {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-header__head.is-active .p-header__logo {
    display: none;
  }
}

.p-header__logo {
  width: 6.25rem;
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    width: 12.5rem;
  }
}
.p-header__logo img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-header.is-active .p-header__logo {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-header__head.is-active .p-header__logo {
    display: none;
  }
}

.p-header.--lower .p-header__logoImg {
  display: none;
}
.p-header.--lower .p-header__head {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-header.--lower .p-header__head.is-active .p-header__logoImg {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-header.--lower .p-header__head.is-active .p-header__logoImg {
    display: none;
  }
}
.p-header.--lower .p-header__logo {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-header.--lower .p-header__logo {
    display: block;
  }
}
.p-header.--lower .p-header__logo a {
  display: block;
  width: 7.3125rem;
  height: 2.9375rem;
  -webkit-mask: url(../image/icon-logo3.svg) no-repeat center center/contain;
  mask: url(../image/icon-logo3.svg) no-repeat center center/contain;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-header.--lower .p-header__logo a {
    width: 15.125rem;
    height: 6rem;
  }
}
@media screen and (min-width: 768px) {
  .p-header.--lower .p-header__head.is-active .p-header__logo {
    display: none;
  }
}
.p-header.--lower.is-active .p-header__logo {
  display: block;
}
.p-header.--lower.is-active .p-header__logo a {
  background-color: #525252;
}

.p-header__btn {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  .p-header__btn {
    margin-left: auto;
  }
}

.p-header__open {
  width: 1.875rem;
  height: 2.5rem;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-header__open {
    width: 4.3125rem;
    height: 5.75rem;
    cursor: pointer;
  }
}
.p-header__open img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-header__close {
  width: 4.125rem;
  height: 1.75rem;
  display: none;
}
.p-header__close img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-header__btn.is-active .p-header__open {
  display: none;
}
.p-header__btn.is-active .p-header__close {
  display: block;
}

.p-header__drawer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  overflow-y: auto;
  background-color: #fff;
  z-index: 98;
  padding: 7.3125rem 0.625rem 1.25rem;
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__drawer {
    padding-top: 15.125rem;
    padding-bottom: 0;
    padding-inline: 0;
  }
}

.p-header__nav {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    max-width: 69.375rem;
    margin-inline: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.p-header__nav:after {
  content: "";
  display: block;
  width: 12.6875rem;
  height: 12.6875rem;
  background: url(../image/bg-logo1.png) no-repeat center center/cover;
  position: absolute;
  bottom: -6.5rem;
  right: -0.625rem;
  rotate: 90deg;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-header__nav:after {
    background: url(../image/bg-logo2.png) no-repeat center center/cover;
    width: 41.4375rem;
    height: 41.4375rem;
    right: auto;
    right: initial;
    left: -12.5rem;
    bottom: -9.625rem;
    rotate: 0deg;
  }
}

.p-header__titleLg {
  font-size: 1.75rem;
  line-height: 1;
  font-family: "Lora", serif;
}
@media screen and (min-width: 768px) {
  .p-header__titleLg {
    font-size: 3.125rem;
  }
}
.p-header__titleLg span {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__titleLg span {
    display: inline-block;
    margin-left: 0.5em;
  }
}

.p-header__item {
  position: relative;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-header__item {
    padding-bottom: 0;
  }
}
.p-header__item:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.125rem;
  background: linear-gradient(90.89deg, #e3e3e3 12.53%, #a9a6a6 21.74%, #a8a8a8 39.61%, #dfdfdf 55.28%, #bfbfbf 70.94%, #969696 77.02%, #666666 78.13%, #b2b2b2 82.46%, #999999 95.45%);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-header__item:nth-child(1):before {
    content: "";
    display: block;
    width: 100%;
    height: 0.125rem;
    background: linear-gradient(90.89deg, #e3e3e3 12.53%, #a9a6a6 21.74%, #a8a8a8 39.61%, #dfdfdf 55.28%, #bfbfbf 70.94%, #969696 77.02%, #666666 78.13%, #b2b2b2 82.46%, #999999 95.45%);
    position: absolute;
    top: 0;
    left: 0;
  }
}
.p-header__item:nth-child(n + 2) {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-header__item:nth-child(n + 2) {
    margin-top: 0;
  }
}

.p-header__title {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-header__title {
    translate: 0 3.125rem;
  }
}

.p-header__listSm {
  grid-area: 1/2/2/3;
}

.p-header__itemSm a {
  padding-block: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .p-header__itemSm a {
    padding-top: 1.5625rem;
    padding-bottom: 1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-header__itemSm:nth-child(n + 2) {
    position: relative;
    margin-top: 0;
  }
  .p-header__itemSm:nth-child(n + 2):before {
    content: "";
    display: block;
    width: 100%;
    height: 0.125rem;
    background: linear-gradient(90.89deg, #e3e3e3 12.53%, #a9a6a6 21.74%, #a8a8a8 39.61%, #dfdfdf 55.28%, #bfbfbf 70.94%, #969696 77.02%, #666666 78.13%, #b2b2b2 82.46%, #999999 95.45%);
    position: absolute;
    top: 0;
    left: 0;
  }
}

.p-header__links {
  margin-top: 1.875rem;
}

.p-header__link:nth-child(n + 2) {
  margin-top: 0.9375rem;
}

.p-header__name {
  display: block;
  width: 100%;
  margin-top: 2.875rem;
  color: #39aa5f;
  position: relative;
  font-family: "Lora", serif;
  font-weight: 700;
  line-height: 0.92;
  z-index: -1;
  white-space: nowrap;
  font-size: 1.75rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-header__name {
    text-align: center;
    font-size: min(5.625rem, 7.5630252101vw);
    margin-top: 0;
  }
}

.p-recruiting {
  padding-top: 2.5rem;
  padding-bottom: 5rem;
  position: relative;
  z-index: 3;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-recruiting {
    padding-top: 8.75rem;
    padding-bottom: 0;
  }
}

.p-recruiting__head {
  font-size: 1.75rem;
  font-weight: 500;
  color: #021709;
}
@media screen and (min-width: 768px) {
  .p-recruiting__head {
    font-size: 2.5rem;
  }
}

.p-recruiting__list {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-recruiting__list {
    margin-top: 5rem;
  }
}

.p-recruiting__item {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #dddddd;
}
.p-recruiting__item:nth-child(n + 2) {
  margin-top: 1.5rem;
}

.p-recruiting__title {
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #034495;
}
@media screen and (min-width: 768px) {
  .p-recruiting__title {
    font-size: 1.75rem;
  }
}
.p-recruiting__title.--sm {
  font-size: 1.125rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-recruiting__title.--sm {
    font-weight: 500;
  }
}

.p-recruiting__desc {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-recruiting__desc {
    margin-top: 3.5625rem;
    padding-left: 11.25rem;
  }
}
.p-recruiting__desc p {
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-recruiting__desc p {
    font-size: 1.125rem;
  }
}
.p-recruiting__desc p + p {
  margin-top: 1em;
}

.p-flow {
  padding-block: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-flow {
    padding-block: 8.75rem;
    background-color: transparent;
  }
}

.p-flow__list {
  margin-top: 6.25rem;
  padding-inline: 3rem;
}
@media screen and (min-width: 768px) {
  .p-flow__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.75rem;
  }
}

.p-flow__item {
  background-color: rgba(51, 51, 51, 0.25);
  border: 0.375rem solid #012152;
  min-height: 11.5625rem;
  border-radius: 1rem;
  counter-increment: num;
  position: relative;
  padding-top: 3.75rem;
  padding-bottom: 0.9375rem;
  padding-inline: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-flow__item {
    padding-top: 5.375rem;
    padding-inline: 1.875rem;
    min-height: 20.75rem;
  }
}
.p-flow__item:not(:last-child):after {
  content: "";
  display: block;
  width: calc(26 / 16 * 1rem);
  height: calc(23 / 16 * 1rem);
  margin: auto;
  background-color: #012152;
  /* mask: url(../image/crMd/icon-arrow1.svg) no-repeat center center/contain; */
  position: absolute;
  top: calc(100% + 0.375rem);
  inset-inline: 0;
  bottom: calc(-0.375rem + -6.875rem - -5.875rem / 2 + -0.375rem);

  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
@media screen and (min-width: 768px) {
  .p-flow__item:not(:last-child):after {
    width: calc(23 / 16 * 1rem);
    height: calc(26 / 16 * 1rem);
    inset-block: 0;
    left: calc(100% + 0.375rem);
    right: calc(-2.75rem + -0.375rem);
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  }
}
.p-flow__item:nth-child(n + 2) {
  margin-top: 6.875rem;
}
@media screen and (min-width: 768px) {
  .p-flow__item:nth-child(n + 2) {
    margin-top: 0;
  }
}

.p-flow__num {
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.13em;
  font-weight: 700;
  color: #fff;
  font-family: "Inter", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: 5.875rem;
  height: 5.875rem;
  border-radius: 50%;
  background-color: #012152;
  text-align: center;
  margin-inline: auto;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
}
@media screen and (min-width: 768px) {
  .p-flow__num {
    width: 6.5rem;
    height: 6.5rem;
  }
}
.p-flow__num:after {
  content: counter(num, decimal-leading-zero);
  font-size: 2.1875rem;
  line-height: 1;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-flow__num:after {
    font-size: 2.75rem;
  }
}

.p-flow__item:nth-child(2) {
  border-color: #fa9537;
}
.p-flow__item:nth-child(2):after {
  background-color: #FA9537;
}
.p-flow__item:nth-child(2) .p-flow__num {
  background-color: #fa9537;
}
.p-flow__item:nth-child(2) .p-flow__num:after {
  background-color: #fa9537;
}

.p-flow__item:nth-child(3) {
  border-color: #0096eb;
}
.p-flow__item:nth-child(3) .p-flow__num {
  background-color: #0096eb;
}

.p-flow__title {
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-flow__title {
    font-size: 1.75rem;
  }
}

.p-flow__text {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: #fff;
  margin-top: 0.9375rem;
  text-shadow: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .p-flow__text {
    font-size: 1.125rem;
  }
}

.p-interview {
  padding-block: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-interview {
    padding-block: 8.75rem;
  }
}

.p-interview__wrap {
  margin-top: 3.125rem;
}

.p-interview__img {
  width: 61.5384615385%;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-interview__img {
    width: 28.75rem;
  }
}
.p-interview__img img {
  position: relative;
  z-index: 1;
  aspect-ratio: 1;
}

.p-interview__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  font-size: 4.1875rem;
  line-height: 1;
  font-family: "Roboto", serif;
  color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
}
@media screen and (min-width: 768px) {
  .p-interview__text {
    font-size: 14.6875rem;
  }
}
.p-interview__text span {
  display: inline-block;
  position: static;
}

.p-interview__nameWrap {
  margin-top: 0.625rem;
  color: #fff;
  text-align: center;
}

.p-interview__name,
.p-interview__position,
.p-interview__year {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .p-interview__name,
  .p-interview__position,
  .p-interview__year {
    font-size: 2.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-interview__position,
  .p-interview__year {
    font-size: 1.25rem;
  }
}

.p-interview__list {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-interview__list {
    margin-top: 6.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-interview__item {
    max-width: 50.25rem;
    margin-inline: auto;
  }
}
.p-interview__item:nth-child(n + 2 of .p-interview__item) {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-interview__item:nth-child(n + 2 of .p-interview__item) {
    margin-top: 4rem;
  }
}

.p-interview__title {
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .p-interview__title {
    font-size: 1.625rem;
  }
}

.p-interview__desc {
  margin-top: 1.25rem;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .p-interview__desc {
    margin-top: 3.125rem;
    font-size: 1.125rem;
  }
}

.p-interview__imgLg {
  margin-top: 4.125rem;
}
@media screen and (min-width: 768px) {
  .p-interview__imgLg {
    max-width: 56.75rem;
    margin-inline: auto;
  }
}

.p-subFv2 {
  height: 100vh;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-subFv2 {
    min-height: 43.75rem;
  }
}

.p-subFv2__inner {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: 100%;
  height: 100%;
}
.p-subFv2__inner:after {
  content: "";
  display: block;
  width: 14.875rem;
  height: 14.875rem;
  -webkit-mask: url(../image/crMd/icon-8.svg) no-repeat center center/contain;
  mask: url(../image/crMd/icon-8.svg) no-repeat center center/contain;
  background: transparent;
  position: absolute;
  bottom: 1.625rem;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .p-subFv2__inner:after {
    width: 33.125rem;
    height: 33.125rem;
    right: -3.3125rem;
    bottom: -1.6875rem;
  }
}

.p-subFv2__video {
  width: 100%;
  height: 100%;
  aspect-ratio: 375/667;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-subFv2__head {
  font-size: 2.5rem;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  position: absolute;
  top: 50%;
  left: 13.8666666667%;
  translate: 0 -80%;
}
@media screen and (min-width: 768px) {
  .p-subFv2__head {
    font-size: 4.375rem;
    left: 0 10.3472222222%;
  }
}

.p-subFv2.is-active .p-subFv2__inner:after {
  -webkit-animation: fadeIn 9s ease-in-out forwards;
  animation: fadeIn 9s ease-in-out forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    background: transparent;
  }
  100% {
    background: rgba(217, 217, 217, 0.7);
  }
}

@keyframes fadeIn {
  0% {
    background: transparent;
  }
  100% {
    background: rgba(217, 217, 217, 0.7);
  }
}
.p-system {
  padding-block: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-system {
    padding-block: 8.75rem;
    background-color: transparent;
  }
}

.p-system__list {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  padding-inline: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-system__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.375rem;
  }
}

.p-system__item {
  min-height: 20.1875rem;
}
@media screen and (min-width: 768px) {
  .p-system__item {
    min-height: 0;
    min-height: initial;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 0;
  }
}

.p-system__imgWrap {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
}
.p-system__imgWrap:before {
  content: "";
  display: block;
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  z-index: 1;
}
.p-system__imgWrap.is-active:before {
  -webkit-animation: LEFT_TO_RIGHT 1s ease 0s;
  animation: LEFT_TO_RIGHT 1s ease 0s;
}

.p-system__img {
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-animation: LEFT_TO_RIGHT2 1s forwards;
  animation: LEFT_TO_RIGHT2 1s forwards;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  aspect-ratio: 300/173;
}
@media screen and (min-width: 768px) {
  .p-system__img img {
    aspect-ratio: 362/270;
  }
}

@-webkit-keyframes LEFT_TO_RIGHT {
  0% {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  51% {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}

@keyframes LEFT_TO_RIGHT {
  0% {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  51% {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
@-webkit-keyframes LEFT_TO_RIGHT2 {
  0% {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes LEFT_TO_RIGHT2 {
  0% {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.p-system__body {
  background-color: #fff;
  padding: 0.9375rem 0.875rem;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.08);
}
@media screen and (min-width: 768px) {
  .p-system__body {
    padding: 2.5rem 1.5625rem 1.25rem;
  }
}

.p-system__title {
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  color: #333333;
}

.p-system__text {
  font-size: 0.9375rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 0.9375rem;
  font-family: "Noto Serif JP", serif;
  color: #333333;
}

.p-video {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.p-video video {
  width: 100%;
  height: 100%;
  aspect-ratio: 1440/792;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-works {
  padding-block: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-works {
    padding-block: 8.75rem;
    background-color: transparent;
  }
}

.p-works__wrap {
  margin-top: 3.125rem;
  padding-inline: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-works__wrap {
    padding-inline: 2.1875rem;
  }
}
.p-works__wrap:nth-child(n + 2) {
  margin-top: 4.625rem;
}
@media screen and (min-width: 768px) {
  .p-works__wrap:nth-child(n + 2) {
    margin-top: 8.75rem;
  }
}

.p-works__itemLg {
  width: 92.3076923077%;
  margin-left: 7.6923076923%;
  position: relative;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-works__itemLg {
    width: 100%;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.p-works__itemLg:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(107.15deg, #001f4d 0%, #022e70 47.87%, #056aff 100%);
  background-size: 200% 200%;
  position: absolute;
  top: -1.5rem;
  left: -1.5625rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-works__itemLg:after {
    width: 46.875rem;
    height: 28.4375rem;
    left: 50%;
    translate: -50% 0;
  }
}
.p-works__itemLg.is-active:after {
  -webkit-animation: bgFade 2s ease forwards;
  animation: bgFade 2s ease forwards;
}

@-webkit-keyframes bgFade {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 50% 100%;
  }
}

@keyframes bgFade {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 50% 100%;
  }
}
.p-works__img {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-works__img {
    width: 44rem;
    aspect-ratio: 702/387;
  }
}

.p-works__body {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 89.2307692308%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-works__body {
    position: static;
    translate: 0 0;
    width: 38.375rem;
    min-height: 25rem;
    background-color: #fff;
    -webkit-box-shadow: 0 0.0625rem 0.375rem 0.0625rem rgba(0, 0, 0, 0.25);
    box-shadow: 0 0.0625rem 0.375rem 0.0625rem rgba(0, 0, 0, 0.25);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    margin-top: 2.5rem;
    margin-left: -14.25rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 3.125rem 1.875rem;
  }
}

.p-works__title {
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .p-works__title {
    text-align: center;
    font-size: 1.5rem;
  }
}

.p-works__itemLg .p-works__title {
  text-align: center;
  color: #444;
}

.p-works__text {
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-works__text {
    text-align: center;
    font-size: 1.125rem;
    margin-top: 1.875rem;
  }
}

.p-works__itemLg .p-works__text {
  color: #292929;
}

.p-works__list {
  margin-top: 3.125rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-works__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 6.875rem;
  }
}

.p-works__item {
  padding: 0.625rem 0.9375rem;
  background: linear-gradient(107.15deg, #001f4d 0%, #022e70 47.87%, #056aff 100%);
  background-size: 200% 200%;
  min-height: 6.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-works__item {
    min-height: 18.75rem;
    aspect-ratio: 1;
  }
}
.p-works__item.is-active {
  -webkit-animation: bgFade 2s ease forwards;
  animation: bgFade 2s ease forwards;
}

@media screen and (min-width: 768px) {
  .p-works__bodySm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
}

.p-works__wrap.--og {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-works__wrap.--og {
    padding-top: 3.125rem;
  }
}
.p-works__wrap.--og .p-works__itemLg:after {
  background: linear-gradient(110.45deg, #f8af6b 37.32%, #edf0f3 98.3%);
  background-size: 200% 200%;
}
@media screen and (min-width: 768px) {
  .p-works__wrap.--og .p-works__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.p-works__wrap.--og .p-works__item {
  background: linear-gradient(110.45deg, #f8af6b 37.32%, #edf0f3 98.3%);
  background-size: 200% 200%;
}

.p-works__wrap.--sm .p-works__itemLg:after {
  background: linear-gradient(111.41deg, #0096eb 16.72%, #ebedf0 82.28%, #ffffff 97.7%);
  background-size: 200% 200%;
}

.p-career {
  padding-block: 3.75rem;
  background-color: #39aa5f;
}
.p-career.--bl {
  padding-block: 0;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .p-career.--bl {
    padding-block: 8.75rem;
  }
}

.p-career.--bl .p-career__inner.l-inner {
  background-color: rgba(0, 150, 235, 0.9);
  padding-block: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-career.--bl .p-career__inner.l-inner {
    max-width: 72.625rem;
    margin-inline: auto;
    padding-block: 8.75rem;
    padding-inline: 2.5rem;
  }
}

.p-career__head {
  font-size: 1.75rem;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  text-align: center;
  -webkit-animation: border 1s ease-in-out;
  animation: border 1s ease-in-out;
}
@media screen and (min-width: 768px) {
  .p-career__head {
    font-size: 2.5rem;
  }
}

.p-career__list {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-career__list {
    margin-top: 5.9375rem;
  }
}

.p-career__item:nth-child(n + 2) {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-career__item:nth-child(n + 2) {
    margin-top: 3.125rem;
  }
}

.p-career__title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #fff;
  font-size: 1.0625rem;
  line-height: 1.7;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-career__title {
    font-size: 1.625rem;
  }
}
.p-career__title .u-desktop2 {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-career__title .u-desktop2 {
    display: inline-block;
  }
}

.p-career__title .p-career__titleInner {
  display: block;
  position: relative;
  padding: 0.8125rem 1.625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-career__title .p-career__titleInner {
    padding: 1rem 0.625rem;
  }
}

.p-career__title:before,
.p-career__title:after,
.p-career__title .p-career__titleInner:before,
.p-career__title .p-career__titleInner:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.p-career__title:after {
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.p-career__title .p-career__titleInner:after {
  width: 1px;
  height: 100%;
  left: 0;
  bottom: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

.p-career__title:before {
  width: 100%;
  height: 1px;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.p-career__title .p-career__titleInner:before {
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

.p-career__title.is-active .p-career__titleInner:after {
  -webkit-animation: border1 0.3s ease-in-out;
  animation: border1 0.3s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.p-career__title.is-active:after {
  -webkit-animation: border2 0.3s ease-in-out;
  animation: border2 0.3s ease-in-out;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.p-career__title.is-active .p-career__titleInner:before {
  -webkit-animation: border3 0.3s ease-in-out;
  animation: border3 0.3s ease-in-out;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.p-career__title.is-active:before {
  -webkit-animation: border4 0.3s ease-in-out;
  animation: border4 0.3s ease-in-out;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes border1 {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}

@keyframes border1 {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}
@-webkit-keyframes border2 {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
}
@keyframes border2 {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
}
@-webkit-keyframes border3 {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}
@keyframes border3 {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}
@-webkit-keyframes border4 {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
}
@keyframes border4 {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
}
.p-career__animationWrap {
  display: inline-block;
}

.p-career__text {
  font-size: 1rem;
  line-height: 1.7;
  color: #fff;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-career__text {
    margin-top: 1.5625rem;
    font-size: 1.625rem;
  }
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}
/* 追従ボタン追加 */
.p-entry-btn {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 800;
  transform: translateY(20px);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: block;
  width: 125px;
  height: 125px;
  overflow: hidden;
}

.p-entry-btn.-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media screen and (max-width: 599.98px) {
  .p-entry-btn {
    bottom: 30px;
    right: 25px;
    width: 100px;
    height: 100px;
  }
}

.p-entry-btn__base {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: rotate 20s linear infinite;
  pointer-events: none;
}

@keyframes rotate {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}

.p-entry-btn__base img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-entry-btn__body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  font-weight: bold;
  font-family: "Inter", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  display: flex;
  align-items: center;
  padding-top: 30px;
  flex-direction: column;
  gap: 14px;
  z-index: 2;
  transition: all 0.3s ease;
  pointer-events: none;
}

@media screen and (max-width: 599.98px) {
  .p-entry-btn__body {
      width: 80px;
      height: 80px;
      gap: 10px;
      padding-top: 25px;
      font-size: 16px;
  }
}

.p-entry-btn__body svg {
  transition: transform 0.3s ease;
}
.p-entry-btn__body svg path {
  transition: transform 0.3s ease;
}
.p-entry-btn:hover .p-entry-btn__body svg {
  transform: translate(2px, -2px);
}
.p-entry-btn:hover .p-entry-btn__body svg path {
  fill: #fff;
}

/* 中途コンストラクションページ */
.p-entry-btn__const-mid .p-entry-btn__body{
  color: #193661;
  border: 1px solid #193661;
  background: #fff;
}
.p-entry-btn__const-mid:hover .p-entry-btn__body {
  background: #193661;
  color: #fff;
}

/*# sourceMappingURL=construction_mid.css.map */
