@charset "UTF-8";

@font-face {
  font-family: "use-GothicB";
  src: url("../font/A-OTF Gothic MB101 Pro B.otf") format("opentype");
}

@font-face {
  font-family: "use-GothicDB";
  src: url("../font/A-OTF Gothic MB101 Pro DB.otf") format("opentype");
}

html {
  font-size: 100%;
}

@media (max-width: 1200px) {
  html {
    font-size: 1.3333333333vw;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "use-GothicDB";
  color: #003a7e;
}

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;
    cursor: default;
  }
}

/*****************************
* 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-about {
  margin-top: 1.75rem;
}

@media screen and (max-width: 767px) {
  .l-about {
    margin-top: 1.875rem;
  }
}

.l-base {
  margin-top: 14.3125rem;
}

@media screen and (max-width: 767px) {
  .l-base {
    margin-top: 9.5rem;
  }
}

.l-fv {
  margin-top: 10.5625rem;
}

@media screen and (max-width: 767px) {
  .l-fv {
    margin-top: 5.5rem;
    padding-bottom: 3.125rem;
  }
}

.l-header {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  position: fixed;
  top: 3.5625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 850;
}

@media screen and (max-width: 767px) {
  .l-header {
    margin-top: 0;
    margin-top: initial;
    position: fixed;
    top: 1.6875rem;
    z-index: 20;
  }
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}

@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.l-job {
  margin-top: 4.1875rem;
}

@media screen and (max-width: 767px) {
  .l-job {
    margin-top: 5.625rem;
  }
}

.l-voice {
  margin-top: 9.5625rem;
  padding-bottom: 8rem;
}

@media screen and (max-width: 767px) {
  .l-voice {
    margin-top: 5.9375rem;
    padding-bottom: 4rem;
  }
}

.c-recruitBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.125rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-recruitBtn__recruit {
  background-color: #003a7e;
  border-radius: 6.25rem 0 0 6.25rem;
  color: #fff;
  width: 50%;
}

.c-recruitBtn__entry {
  border-radius: 0 6.25rem 6.25rem 0;
  color: #000;
  background-color: #ffd900;
  width: 50%;
  text-align: center;
}

.c-recruitBtn__recruit a,
.c-recruitBtn__entry a {
  height: inherit;
  font-size: 0.875rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.c-recruitBtn__entry a {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media screen and (max-width: 767px) {

  .c-recruitBtn__recruit a,
  .c-recruitBtn__entry a {
    height: 56px;
    padding: 1.09375rem;
    line-height: 1.3;
  }

  header .c-recruitBtn__entry a {
    font-size: 0.675rem;
  }
}

.p-about {
  position: relative;
}

.p-about__wrap {
  position: relative;
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-about__wrap {
    padding-top: 4.8125rem;
    padding-bottom: 4.0625rem;
  }
}

.p-about__wrap:before {
  content: "";
  background: url(../images/common/about-bg.jpg) no-repeat center/cover;
  width: 100%;
  height: 100%;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="2" /></filter></svg>#filter');
  -webkit-filter: blur(2px);
  filter: blur(2px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-about__wrap::after {
  content: "";
  width: 100%;
  height: 103%;
  display: block;
  position: absolute;
  top: -2%;
  left: 0;
  background-color: #fff;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="2" /><feFuncG type="linear" slope="2" /><feFuncB type="linear" slope="2" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncA type="table" tableValues="0 0.64" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(200%) opacity(64%);
  filter: brightness(200%) opacity(64%);
}

.p-about__title {
  max-width: 21.375rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 1.375rem;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-about__title {
    width: min(64.8vw, 16.875rem);
    top: 1.125rem;
  }
}

.p-about__title img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

::-webkit-full-page-media,
:future,
:root .p-about__title {
  -webkit-text-stroke: 1px #003a7e;
}

@-moz-document url-prefix() {
  .p-about__title {
    -webkit-text-stroke: 1px #003a7e;
  }
}

.p-about__imgWrap {
  position: relative;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.p-about__img {
  max-width: 51.625rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 2rem;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, .1);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, .1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .p-about__img {
    width: min(82.6666666667vw, 100%);
    border-radius: 1rem;
  }
}

.p-about__img:hover {
  cursor: pointer;
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .p-about__img:hover {
    cursor: default;
    opacity: 1;
  }
}

.p-about__img::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 58, 126, .48);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2rem;
}

@media screen and (max-width: 767px) {
  .p-about__img::before {
    width: 100%;
    height: 100%;
    border-radius: 1rem;
  }
}

.p-about__img img {
  aspect-ratio: 826/440;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .p-about__img img {
    aspect-ratio: 310/170;
  }
}

.p-about__btn {
  width: 8.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .p-about__btn {
    width: 4.6875rem;
  }
}

.p-about__btn img {
  aspect-ratio: 132/122;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-about__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
}

.p-about__deco1 {
  width: 4.5rem;
  position: absolute;
  top: 4.25rem;
  left: calc(50% - 22.5rem);
}

@media screen and (max-width: 767px) {
  .p-about__deco1 {
    width: 2.75rem;
    top: 0;
    left: calc(50% - 6.875rem);
  }
}

.p-about__deco2 {
  width: 4.3125rem;
  position: absolute;
  bottom: -2.1875rem;
  left: calc(50% + 14.5625rem);
}

@media screen and (max-width: 767px) {
  .p-about__deco2 {
    width: 2.625rem;
    bottom: -0.625rem;
    left: calc(50% + 3.125rem);
  }
}

.p-about__deco1 img,
.p-about__deco2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-base {
  position: relative;
  overflow-x: clip;
}

.p-base__title {
  font-size: 2.5rem;
  letter-spacing: 0.059em;
  font-family: "use-GothicB";
  text-align: center;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .p-base__title {
    font-size: 1.75rem;
    font-weight: 400;
  }
}

.p-base__sub {
  width: min(39.375vw, 31.5rem);
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-48%, -48%);
  transform: translate(-48%, -48%);
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-base__sub {
    width: min(93.6vw, 21.9375rem);
    -webkit-transform: translate(-50%, -154%);
    transform: translate(-50%, -154%);
  }
}

.p-base__sub img {
  aspect-ratio: 504/229;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .p-base__sub img {
    aspect-ratio: 351/159;
  }
}

.p-base__map {
  max-width: 80rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -4.3125rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-base__map {
    margin-top: 6.5625rem;
    max-width: 31.25rem;
  }
}

.p-base__mapImg img {
  aspect-ratio: 1280/580;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .p-base__mapImg img {
    aspect-ratio: 375/305;
  }
}

.p-base__area {
  font-size: 1.25rem;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 767px) {
  .p-base__area {
    font-size: 1rem;
    line-height: 1;
  }
}

.p-base__num,
.p-base__point {
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  line-height: 1;
}

@media screen and (max-width: 767px) {

  .p-base__num,
  .p-base__point {
    font-size: 1rem;
  }
}

.p-base__count {
  font-size: 5.5rem;
  letter-spacing: -0.07em;
  font-family: "Akshar", sans-serif;
  display: inline-block;
  line-height: 1;
  min-height: 3.375rem;
  min-width: 1.375rem;
}

@media screen and (max-width: 767px) {
  .p-base__count {
    font-size: 4rem;
  }
}

.p-base__point {
  display: inline-block;
  margin-left: 0.625rem;
}

.p-base__kanto {
  position: absolute;
  top: 14.5%;
  left: 27%;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .p-base__kanto {
    top: -10%;
    left: 29%;
  }
}

@media screen and (max-width: 460px) {
  .p-base__kanto {
    top: -16.5%;
    left: 27%;
  }
}

.p-base__kansai {
  position: absolute;
  top: 63%;
  right: 18%;
}

@media screen and (max-width: 767px) {
  .p-base__kansai {
    top: 58%;
    right: 11%;
  }
}

@media screen and (max-width: 460px) {
  .p-base__kansai {
    top: 51%;
    right: 11%;
  }
}

.p-base__shikoku {
  position: absolute;
  top: 29%;
  left: 12%;
}

@media screen and (max-width: 767px) {
  .p-base__shikoku {
    top: 20%;
    left: 14%;
  }
}

@media screen and (max-width: 460px) {
  .p-base__shikoku {
    top: 13%;
    left: 10%;
  }
}

.p-base__kyushu {
  position: absolute;
  top: 63%;
  left: 21%;
}

@media screen and (max-width: 767px) {
  .p-base__kyushu {
    top: 80%;
    left: 45%;
  }
}

@media screen and (max-width: 460px) {
  .p-base__kyushu {
    top: 74%;
    left: 40%;
  }
}

.p-base__deco1 {
  width: 4.5rem;
  position: absolute;
  top: -6.875rem;
  left: calc(50% - 22.5rem);
}

@media screen and (max-width: 767px) {
  .p-base__deco1 {
    width: 8.4375rem;
    top: 5.375rem;
    left: calc(50% + 7.4375rem);
  }
}

.p-base__deco2 {
  width: 4.5rem;
  position: absolute;
  bottom: 0.3125rem;
  left: calc(50% + 12.1875rem);
}

@media screen and (max-width: 767px) {
  .p-base__deco2 {
    width: 2.6875rem;
    bottom: -0.875rem;
    left: calc(50% + 5rem);
  }
}

.p-base__deco3 {
  width: 9.125rem;
  position: absolute;
  bottom: -4rem;
  left: calc(50% - 32.25rem);
}

@media screen and (max-width: 767px) {
  .p-base__deco3 {
    width: 5.4375rem;
    bottom: 1.25rem;
    left: calc(50% - 14.375rem);
  }
}

.p-base__deco4 {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-base__deco4 {
    width: 2.75rem;
    display: block;
    position: absolute;
    top: -7rem;
    left: calc(50% - 5.625rem);
  }
}

.p-base__deco1 img,
.p-base__deco2 img,
.p-base__deco3 img,
.p-base__deco4 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-footer {
  width: 100%;
  border-bottom: 4px solid #003a7e;
}

.p-footer__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
}

.p-footer__recruit,
.p-footer__entry {
  /* width: 50%; */
  width: 100%;
  padding-top: 5.3125rem;
  padding-bottom: 5rem;
}

@media screen and (max-width: 767px) {

  .p-footer__recruit,
  .p-footer__entry {
    font-size: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 2.375rem;
    padding-bottom: 2.5625rem;
  }
}

.p-footer__recruitTitle,
.p-footer__entryTitle {
  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;
}

@media screen and (max-width: 767px) {

  .p-footer__recruitTitle,
  .p-footer__entryTitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-footer__recruitTitle img {
  /* max-width: 9.3125rem; */
  max-width: 30.7rem;
  /* aspect-ratio: 149/28; */
  aspect-ratio: 491/29;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .p-footer__recruitTitle img {
    max-width: 7.4375rem;
  }
}

.p-footer__entryTitle img {
  /* max-width: 6.6875rem; */
  max-width: 30.7rem;
  /* aspect-ratio: 107/28; */
  /* aspect-ratio: 491/29; */
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .p-footer__entryTitle img {
    /* max-width: 5.375rem; */
    max-width: 15.25rem;
  }
}

.p-footer__recruit:hover,
.p-footer__entry:hover {
  opacity: 1;
}

.p-footer__recruit:hover span {
  background-color: #ffd900;
}

.p-footer__entry:hover span {
  background-color: #003a7e;
}

.p-footer__entry:hover span::before {
  background-color: #fff;
}

.p-footer__entry:hover span::after {
  border-color: #fff;
}

.p-footer__recruitTitle::before {
  content: "";
  background: url(../images/common/icon_recruit.png) no-repeat center/contain;
  width: 2.5625rem;
  height: 3.6875rem;
  display: inline-block;
  margin-right: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-footer__recruitTitle::before {
    width: 2.625rem;
    margin-right: inherit;
    margin-bottom: 1.375rem;
  }
}

.p-footer__entryTitle::before {
  content: "";
  background: url(../images/common/icon_entry.png) no-repeat center/contain;
  width: 2.5625rem;
  height: 3.6875rem;
  display: inline-block;
  margin-right: 1.5rem;
}

@media screen and (max-width: 767px) {
  .p-footer__entryTitle::before {
    width: 2.625rem;
    margin-right: inherit;
    margin-bottom: 1.375rem;
  }
}

.p-footer__recruitTitle span,
.p-footer__entryTitle span {
  width: 5rem;
  height: 5rem;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  margin-left: 1.75rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {

  .p-footer__recruitTitle span,
  .p-footer__entryTitle span {
    display: none;
  }
}

.p-footer__recruitTitle span::before,
.p-footer__entryTitle span::before {
  content: "";
  width: 1.4375rem;
  height: 0.125rem;
  background-color: #003a7e;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-footer__recruitTitle span::after,
.p-footer__entryTitle span::after {
  content: "";
  width: 0.5625rem;
  height: 0.5625rem;
  border-top: 2px solid #003a7e;
  border-right: 2px solid #003a7e;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(45deg) translate(-20%, -50%);
  transform: rotate(45deg) translate(-20%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-footer__entry span::before {
  background-color: #000;
}

.p-footer__entry span::after {
  border-color: #000;
}

.p-footer__entry {
  background-color: #ffd900;
}

.p-footer__recruit {
  color: #fff;
  background-color: #003a7e;
}

.p-footer__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 65rem;
  padding: 5rem 1.25rem 4.875rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-footer__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5rem 1.25rem 4.6875rem;
  }
}

.p-footer__logoWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.4375rem;
}

@media screen and (max-width: 767px) {
  .p-footer__logoWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.5rem;
  }
}

.p-footer__logo {
  width: 6.75rem;
}

@media screen and (max-width: 767px) {
  .p-footer__logo {
    width: 9.375rem;
  }
}

.p-footer__logo img {
  aspect-ratio: 108/27;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-footer__link {
  font-size: 1rem;
  font-family: "use-GothicB";
  letter-spacing: 0.1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-footer__link::after {
  content: "";
  background: url(../images/common/icon_link.png) no-repeat center/contain;
  width: 0.75rem;
  height: 0.75rem;
  display: inline-block;
  margin-left: 0.4375rem;
}

.p-footer__copyright {
  max-width: 22.8125rem;
}

@media screen and (max-width: 767px) {
  .p-footer__copyright {
    width: min(68.2666666667vw, 22.8125rem);
    margin-top: 5.875rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-footer__copyright img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-fv {
  position: relative;
  height: 48.0625rem;
  max-width: 77rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  overflow-x: clip;
}

@media screen and (max-width: 767px) {
  .p-fv {
    height: auto;
    max-width: 34.375rem;
    padding-left: 1.0625rem;
    padding-right: 1.0625rem;
  }
}

.p-fv__title {
  font-size: 3rem;
  color: #1a1311;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-127%, -99%);
  transform: translate(-127%, -99%);
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .p-fv__title {
    font-size: 2rem;
    font-weight: 400;
    top: min(64vw, 21.875rem);
    left: 1.5625rem;
    -webkit-transform: none;
    transform: none;
    -webkit-transform: initial;
    transform: initial;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.p-fv__title span {
  background-color: #fff;
  display: inline-block;
  letter-spacing: 0.07em;
  line-height: 1;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  padding: 0.125rem 0.625rem 0.125rem 0rem;
  border-radius: 0 1rem 1rem 0;
}

@media screen and (max-width: 767px) {
  .p-fv__title span {
    border-radius: 0 0.5rem 0.5rem 0;
  }
}

.p-fv__title span:nth-child(n+2) {
  margin-top: 0.625rem;
}

.p-fv__title span:last-child {
  padding-right: 0;
}

.p-fv__mainImg {
  max-width: 35.6875rem;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-47%, -82%);
  transform: translate(-47%, -82%);
}

@media screen and (max-width: 767px) {
  .p-fv__mainImg {
    position: static;
    padding-top: 2.25rem;
    top: auto;
    top: initial;
    left: auto;
    left: initial;
    -webkit-transform: none;
    transform: none;
    -webkit-transform: initial;
    transform: initial;
    margin-left: auto;
    margin-right: auto;
    width: 72.8vw;
    max-width: 25rem;
  }
}

.p-fv__mainImg img {
  aspect-ratio: 571/390;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .p-fv__mainImg img {
    aspect-ratio: 273/234;
  }
}

.p-fv-imgWrapSP {
  display: contents;
}

@media screen and (max-width: 767px) {
  .p-fv-imgWrapSP {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0.5rem;
    max-width: 25rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-fv-imgSubWrap {
  display: contents;
}

@media screen and (max-width: 767px) {
  .p-fv-imgSubWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 44.5747800587%;
  }
}

.p-fv-imgSubWrap02 {
  display: contents;
}

@media screen and (max-width: 767px) {
  .p-fv-imgSubWrap02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 53.0791788856%;
  }
}

.p-fv__img1 {
  max-width: 14.25rem;
  width: 100%;
  position: absolute;
  top: 0.6875rem;
  left: 50%;
  -webkit-transform: translateX(140%);
  transform: translateX(140%);
  border-radius: 0 0 1rem 0;
}

@media screen and (max-width: 767px) {
  .p-fv__img1 {
    max-width: 100%;
    width: 40.5333333333vw;
    position: static;
    -webkit-transform: none;
    transform: none;
    -webkit-transform: initial;
    transform: initial;
    margin-top: 6.8125rem;
  }
}

.p-fv__img1 img {
  aspect-ratio: 228/180;
}

@media screen and (max-width: 767px) {
  .p-fv__img1 img {
    aspect-ratio: 152/176;
  }
}

.p-fv__img2 {
  max-width: 8.75rem;
  width: 100%;
  position: absolute;
  top: 35%;
  left: 50%;
  -webkit-transform: translateX(227%);
  transform: translateX(227%);
  border-radius: 1rem 0 0 0;
}

@media screen and (max-width: 767px) {
  .p-fv__img2 {
    width: 31.2vw;
    position: static;
    -webkit-transform: none;
    transform: none;
    -webkit-transform: initial;
    transform: initial;
  }
}

.p-fv__img2 img {
  aspect-ratio: 1/1;
}

@media screen and (max-width: 767px) {
  .p-fv__img2 img {
    aspect-ratio: 117/48;
  }
}

.p-fv__img3 {
  max-width: 16.625rem;
  width: 100%;
  position: absolute;
  top: 56%;
  left: 50%;
  -webkit-transform: translateX(119%);
  transform: translateX(119%);
}

@media screen and (max-width: 767px) {
  .p-fv__img3 {
    max-width: 100%;
    width: 48.2666666667vw;
    position: static;
    -webkit-transform: none;
    transform: none;
    -webkit-transform: initial;
    transform: initial;
  }
}

.p-fv__img3 img {
  aspect-ratio: 266/148;
  border-radius: 0 0 1rem 0;
}

@media screen and (max-width: 767px) {
  .p-fv__img3 img {
    aspect-ratio: 181/140;
  }
}

.p-fv__img4 {
  max-width: 16.8125rem;
  width: 100%;
  position: absolute;
  top: 61%;
  left: 50%;
  -webkit-transform: translateX(-20%);
  transform: translateX(-20%);
  border-radius: 0 0 1rem 0;
}

@media screen and (max-width: 767px) {
  .p-fv__img4 {
    max-width: 10.6875rem;
    width: 39.4666666667vw;
    position: static;
    -webkit-transform: none;
    transform: none;
    -webkit-transform: initial;
    transform: initial;
  }
}

.p-fv__img4 img {
  aspect-ratio: 269/142;
}

@media screen and (max-width: 767px) {
  .p-fv__img4 img {
    aspect-ratio: 148/71;
  }
}

.p-fv__img5 {
  max-width: 17.875rem;
  width: 100%;
  position: absolute;
  top: 61%;
  left: 50%;
  -webkit-transform: translateX(-124%);
  transform: translateX(-124%);
}

@media screen and (max-width: 767px) {
  .p-fv__img5 {
    max-width: 100%;
    width: 48.2666666667vw;
    position: static;
    -webkit-transform: none;
    transform: none;
    -webkit-transform: initial;
    transform: initial;
  }
}

.p-fv__img5 img {
  aspect-ratio: 286/200;
  border-radius: 0 0 0 1rem;
}

@media screen and (max-width: 767px) {
  .p-fv__img5 img {
    aspect-ratio: 181/140;
    border-radius: 0 0 1rem 0;
  }
}

.p-fv__img6 {
  max-width: 12.3125rem;
  width: 100%;
  position: absolute;
  top: 56%;
  left: 50%;
  -webkit-transform: translateX(-288%);
  transform: translateX(-288%);
}

@media screen and (max-width: 767px) {
  .p-fv__img6 {
    width: min(32.5333333333vw, 9.375rem);
    -webkit-transform: none;
    transform: none;
    -webkit-transform: initial;
    transform: initial;
    top: 0;
    right: 1.0625rem;
    left: auto;
  }
}

.p-fv__img6 img {
  aspect-ratio: 197/104;
  border-radius: 1rem 0 0 0;
}

@media screen and (max-width: 767px) {
  .p-fv__img6 img {
    aspect-ratio: 122/80;
    border-radius: 0 0 0 1.25rem;
  }
}

.p-fv__img7 {
  max-width: 10.125rem;
  width: 100%;
  position: absolute;
  top: 1.5%;
  left: 50%;
  -webkit-transform: translateX(-275%);
  transform: translateX(-275%);
}

@media screen and (max-width: 767px) {
  .p-fv__img7 {
    width: min(26.4vw, 7.5625rem);
    -webkit-transform: none;
    transform: none;
    -webkit-transform: initial;
    transform: initial;
    top: 1.3125rem;
    left: 1rem;
  }
}

.p-fv__img7 img {
  aspect-ratio: 162/137;
  border-radius: 1rem 0 0 0;
}

@media screen and (max-width: 767px) {
  .p-fv__img7 img {
    aspect-ratio: 99/100;
    border-radius: 1rem 0 1.25rem 0;
  }
}

.p-fv__img1 img,
.p-fv__img2 img,
.p-fv__img3 img,
.p-fv__img4 img,
.p-fv__img5 img,
.p-fv__img6 img,
.p-fv__img7 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-fv__deco1 {
  max-width: 9.125rem;
  width: 100%;
  position: absolute;
  top: 0;
  left: 28.28125%;
}

@media screen and (max-width: 767px) {
  .p-fv__deco1 {
    width: min(9.6vw, 2.25rem);
    left: auto;
    top: min(23.4666666667vw, 6.875rem);
    right: 0.4375rem;
  }
}

.p-fv__deco2 {
  max-width: 9.125rem;
  width: 100%;
  position: absolute;
  top: 72%;
  left: 8%;
  left: 7.734375%;
}

@media screen and (max-width: 767px) {
  .p-fv__deco2 {
    width: min(12.2666666667vw, 2.875rem);
    top: min(34.1333333333vw, 9.375rem);
    left: 1.3125rem;
  }
}

.p-fv__deco3 {
  max-width: 4.5rem;
  width: 100%;
  position: absolute;
  top: 53%;
  left: 20.859375%;
}

@media screen and (max-width: 767px) {
  .p-fv__deco3 {
    width: min(9.6vw, 2.25rem);
    top: min(113.0666666667vw, 35rem);
    left: auto;
    right: 0.4375rem;
  }
}

.p-fv__deco4 {
  max-width: 4.5rem;
  width: 100%;
  position: absolute;
  top: 13%;
  left: 50%;
  left: 6.640625%;
}

@media screen and (max-width: 767px) {
  .p-fv__deco4 {
    width: min(9.6vw, 2.25rem);
    top: min(152vw, 43.75rem);
    left: 0.4375rem;
  }
}

.p-fv__deco5 {
  max-width: 4.3125rem;
  width: 100%;
  position: absolute;
  top: 61%;
  right: 25.78125%;
}

@media screen and (max-width: 767px) {
  .p-fv__deco5 {
    width: min(17.0666666667vw, 4rem);
    top: auto;
    bottom: 0;
    left: 52%;
  }
}

.p-fv__deco6 {
  max-width: 14.0625rem;
  width: 100%;
  position: absolute;
  top: 27%;
  right: 0;
}

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

.p-fv__deco7 {
  max-width: 4.5rem;
  width: 100%;
  position: absolute;
  top: 47%;
  right: 5.78125%;
}

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

.p-fv__deco8 {
  max-width: 6.9375rem;
  width: 100%;
  position: absolute;
  top: 81.6%;
  left: 45.703125%;
}

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

.p-fv__deco9 {
  max-width: 8.4375rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 27.5%;
}

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

.p-fv__deco1 img,
.p-fv__deco2 img,
.p-fv__deco3 img,
.p-fv__deco4 img,
.p-fv__deco5 img,
.p-fv__deco6 img,
.p-fv__deco7 img,
.p-fv__deco8 img,
.p-fv__deco9 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-header {
  max-width: 70.3125rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 4.5rem;
}

@media screen and (max-width: 767px) {
  .p-header {
    height: auto;
  }
}

.p-header__body {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}

@media screen and (max-width: 767px) {
  .p-header__body {
    display: block;
    height: auto;
    padding: 1rem;
    border: 1px solid #003a7e;
    background-color: #fff;
    border-radius: 6.25rem;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
}

.p-header__body.open {
  border-radius: 1.875rem;
}

.p-header__menu {
  height: inherit;
  max-width: 44.4375rem;
  width: 100%;
  padding: 0 1.25rem 0 3.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.3125rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #003a7e;
  background-color: #fff;
  border-radius: 6.25rem;
}

@media screen and (max-width: 767px) {
  .p-header__menu {
    height: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 1.6875rem;
    border: none;
    padding: 0 1.25rem 0 0.5rem;
  }
}

.p-header__logo {
  width: 6.75rem;
}

@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 5.125rem;
  }
}

.p-header__logo img {
  aspect-ratio: 108/27;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-header__nav {
  height: inherit;
}

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

.p-header__navItems {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.p-header__navItems::before {
  content: "";
  width: 1px;
  height: 2.5rem;
  background-color: #003a7e;
  position: absolute;
  top: 0.9375rem;
  left: 0;
}

.p-header__navItem {
  height: inherit;
  width: auto;
}

.p-header__navItem a {
  height: inherit;
  font-size: 0.875rem;
  letter-spacing: 0.07em;
  color: #1a1311;
  padding-left: 1rem;
  padding-right: 1rem;
  display: inline-block;
  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;
}

.p-header__navItem:first-child a {
  padding-left: 2rem;
}

.p-header__navItem:nth-child(2) a {
  padding-right: 1.8125rem;
}

.p-header__btnWrap {
  height: inherit;
  max-width: 21.25rem;
  width: 100%;
}

.p-header__recruit {
  height: inherit;
}

.p-header__entry {
  height: inherit;
}

.p-header__drawer {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-header__drawer {
    background-color: #fff;
    display: none;
    padding-bottom: 2rem;
    border-radius: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-header__drawerMenu {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .p-header__drawerItems {
    max-width: 12.625rem;
    width: 100%;
    padding-top: 3.4375rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    margin-left: auto;
    margin-right: auto;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 2rem;
    position: relative;
  }
}

.p-header__drawerItem {
  width: 100%;
  text-align: center;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}

.p-header__drawerItem:first-child a {
  padding-top: 0;
}

.p-header__drawerItem a {
  font-size: 1.25rem;
  letter-spacing: 0.059em;
  padding: 0.65625rem 0rem;
  border-bottom: 1px solid #003a7e;
  display: inline-block;
  width: 100%;
}

.p-header__drawerBtnWrap {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-header__drawerBtnWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-header__hamburger {
    width: 2.0625rem;
    height: 0.8125rem;
    position: relative;
    z-index: 990;
  }
}

.p-header__hamburger span {
  width: 100%;
  height: 2px;
  background-color: #003a7e;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.p-header__hamburger span:first-child {
  top: 0%;
}

.p-header__hamburger span:nth-child(2) {
  bottom: 0%;
}

/* ナビ開いてる時のバツボタン */
.js-hamburger.active span:first-child {
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}

.js-hamburger.active span:nth-child(2) {
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.p-job__title {
  font-size: 2.5rem;
  font-family: "use-GothicB";
  letter-spacing: 0.059em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-job__title {
    font-size: 1.75rem;
    font-weight: 400;
  }
}

.p-job__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
}

@media screen and (max-width: 600px) {
  .p-job__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.6875rem;
    margin-top: 0.625rem;
  }
}

.p-job__card {
  background-color: #ffff00;
  border-radius: 2rem;
  padding: 1.5rem 1.4375rem 1.625rem;
  border: 2px solid #ffff00;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 767px) {
  .p-job__card {
    padding: 1rem;
    border: none;
    cursor: default;
    border-radius: 1rem;
  }
}

.p-job__card:hover {
  border: 2px solid #003a7e;
}

@media screen and (max-width: 767px) {
  .p-job__card:hover {
    border: none;
  }
}

.p-job__card:hover .p-job__block span {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-job__card:hover .p-job__block span {
    background-color: #003a7e;
  }
}

.p-job__card:hover .p-job__block span::before {
  background-color: #003a7e;
}

@media screen and (max-width: 767px) {
  .p-job__card:hover .p-job__block span::before {
    background-color: #fff;
  }
}

.p-job__card:hover .p-job__block span::after {
  background-color: #003a7e;
}

@media screen and (max-width: 767px) {
  .p-job__card:hover .p-job__block span::after {
    background-color: #fff;
  }
}

.p-job__itemImg {
  max-width: 14rem;
  overflow: hidden;
}

.p-job__itemImg img {
  aspect-ratio: 224/217;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 2rem;
}

@media screen and (max-width: 767px) {
  .p-job__itemImg img {
    aspect-ratio: 134/135;
    border-radius: 1rem;
  }
}

.p-job__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.375rem;
}

@media screen and (max-width: 767px) {
  .p-job__block {
    margin-top: 0.625rem;
  }
}

.p-job__block span {
  background-color: #003a7e;
  border-radius: 50%;
  width: 1.875rem;
  height: 1.875rem;
  display: inline-block;
  border: 2px solid #003a7e;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 767px) {
  .p-job__block span {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.p-job__block span::before {
  content: "";
  width: 0.625rem;
  height: 0.125rem;
  background-color: #fff;
  display: block;
  border-radius: 0.125rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.p-job__block span::after {
  content: "";
  width: 0.125rem;
  height: 0.625rem;
  background-color: #fff;
  display: block;
  border-radius: 0.125rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.p-job__label {
  font-size: 1.25rem;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 767px) {
  .p-job__label {
    font-size: 0.8125rem;
  }
}

.p-job__modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: scroll;
  z-index: 1000;
}

.p-modal {
  background-color: rgba(0, 0, 0, .5);
}

.p-modal__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.p-modal__close-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #003a7e;
  border-radius: 50%;
  background-color: #fff;
  width: 6rem;
  height: 6rem;
  position: absolute;
  top: 1.375rem;
  right: 2.5rem;
  margin: 0;
  outline: none;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-modal__close-button {
    width: 3.0625rem;
    height: 3.0625rem;
    top: 1.5rem;
    right: 1.5rem;
  }
}

.p-modal__close-button span {
  font-size: 1rem;
  font-weight: bold;
  color: #003a7e;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  margin-top: -1.375rem;
}

@media screen and (max-width: 767px) {
  .p-modal__close-button span {
    color: transparent;
  }
}

.p-modal__close-button img {
  max-width: 2.6875rem;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .p-modal__close-button img {
    display: none;
  }
}

.p-modal__close-button span::before {
  content: "";
  width: 1.375rem;
  height: 0.125rem;
  background-color: #003a7e;
  display: block;
  border-radius: 0.125rem;
  -webkit-transform: translateX(-50%) rotate(30deg);
  transform: translateX(-50%) rotate(30deg);
  position: absolute;
  top: 60%;
  left: 50%;
}

@media screen and (max-width: 767px) {
  .p-modal__close-button span::before {
    top: 48%;
  }
}

.p-modal__close-button span::after {
  content: "";
  width: 1.375rem;
  height: 0.125rem;
  background-color: #003a7e;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  display: block;
  border-radius: 0.125rem;
  -webkit-transform: translateX(-50%) rotate(-30deg);
  transform: translateX(-50%) rotate(-30deg);
  position: absolute;
  top: 60%;
  left: 50%;
}

@media screen and (max-width: 767px) {
  .p-modal__close-button span::after {
    top: 48%;
  }
}

.p-modal__card {
  margin: auto;
  padding: 4.0625rem 2.5rem 4.375rem 5.3125rem;
  max-width: 61.625rem;
  width: 100%;
  background-color: #fff;
  border: 2px solid #003a7e;
  border-radius: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.875rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-modal__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2.5rem 2rem 1.5rem;
    gap: initial;
    max-width: 34.375rem;
    width: 91%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-modal__card::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: #ffff00;
  border-radius: 2rem;
  z-index: -1;
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
}

.p-modal__img {
  max-width: 28.875rem;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-modal__img {
    margin-top: 1rem;
  }
}

.p-modal__img img {
  aspect-ratio: 462/455;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 2rem;
}

@media screen and (max-width: 767px) {
  .p-modal__img img {
    aspect-ratio: 272/240;
  }
}

.p-modal__block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: auto;
}

@media screen and (max-width: 767px) {
  .p-modal__block {
    margin-top: 1.8125rem;
  }
}

.p-modal__block--pb {
  padding-bottom: 2.875rem;
}

@media screen and (max-width: 767px) {
  .p-modal__block--pb {
    padding-bottom: 0;
    padding-bottom: initial;
  }
}

.p-modal__label {
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  padding: 0.3125rem 2.375rem;
  background-color: #d3e1e9;
  border-radius: 0 0.35rem 0.35rem 0;
  display: inline-block;
  border-left: 0.3125rem solid #003a7e;
}

@media screen and (max-width: 767px) {
  .p-modal__label {
    font-size: 1rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.p-modal__labelSub {
  margin-top: 0.6875rem;
}

@media screen and (max-width: 767px) {
  .p-modal__labelSub {
    margin-top: 0rem;
  }
}

.p-modal__labelSub.p-modal__labelSub--office {
  max-width: 9.6875rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-modal__labelSub.p-modal__labelSub--office {
    max-width: 7.625rem;
  }
}

.p-modal__labelSub.p-modal__labelSub--driver {
  max-width: 5.1875rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-modal__labelSub.p-modal__labelSub--driver {
    max-width: 3.9375rem;
  }
}

.p-modal__labelSub.p-modal__labelSub--management {
  max-width: 20.8125rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-modal__labelSub.p-modal__labelSub--management {
    max-width: 16.1875rem;
  }
}

.p-modal__labelSub.p-modal__labelSub--mechanic {
  max-width: 7.4375rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-modal__labelSub.p-modal__labelSub--mechanic {
    max-width: 5.625rem;
  }
}

.p-modal__labelSub img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-modal__text {
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.048em;
  line-height: 2;
  margin-top: 1.75rem;
  max-width: 19.75rem;
}

@media screen and (max-width: 767px) {
  .p-modal__text {
    font-size: 0.875rem;
    line-height: 2.2857142857;
    margin-top: 1.25rem;
    max-width: none;
    max-width: initial;
  }
}

.p-modalVideo {
  background-color: rgba(0, 58, 126, .32);
}

.p-modalVideo__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.p-modalVideo__close-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #003a7e;
  border-radius: 50%;
  background-color: #fff;
  width: 6rem;
  height: 6rem;
  position: absolute;
  top: -6.25rem;
  right: -6.25rem;
  margin: 0;
  outline: none;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-modalVideo__close-button {
    width: 3.0625rem;
    height: 3.0625rem;
    top: -5rem;
    right: 1.25rem;
  }
}

.p-modalVideo__close-button img {
  max-width: 2.6875rem;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: inline-block;
  position: relative;
  display: inline-block;
  margin-top: -1.375rem;
  margin-bottom: 0.25rem;
}

@media screen and (max-width: 767px) {
  .p-modalVideo__close-button img {
    display: none;
  }
}

.p-modalVideo__close-button span::before {
  content: "";
  width: 1.375rem;
  height: 0.125rem;
  background-color: #003a7e;
  display: block;
  border-radius: 0.125rem;
  -webkit-transform: translateX(-50%) rotate(30deg);
  transform: translateX(-50%) rotate(30deg);
  position: absolute;
  top: 60%;
  left: 50%;
}

@media screen and (max-width: 767px) {
  .p-modalVideo__close-button span::before {
    top: 48%;
  }
}

.p-modalVideo__close-button span::after {
  content: "";
  width: 1.375rem;
  height: 0.125rem;
  background-color: #003a7e;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  display: block;
  border-radius: 0.125rem;
  -webkit-transform: translateX(-50%) rotate(-30deg);
  transform: translateX(-50%) rotate(-30deg);
  position: absolute;
  top: 60%;
  left: 50%;
}

@media screen and (max-width: 767px) {
  .p-modalVideo__close-button span::after {
    top: 48%;
  }
}

.p-modalVideo__movie {
  max-width: 51.625rem;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-modalVideo__movie {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.p-modalVideo__movie iframe {
  aspect-ratio: 826/440;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border: none;
}

.p-recruitBtn {
  max-width: 23.25rem;
  width: 100%;
  display: none;
}

@media screen and (max-width: 767px) {
  .p-recruitBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 83%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 800;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.p-recruitBtn.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.p-voice {
  position: relative;
  overflow-x: clip;
}

.p-voice__inner {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.p-voice__titleWrap {
  text-align: center;
  border: 2px solid #003a7e;
  max-width: 30.375rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5.5rem;
  padding: 0.75rem 1.25rem 1.875rem;
  background-color: #fff;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-voice__titleWrap {
    width: 91.7333333333vw;
    padding: 0.75rem 1.25rem 0.625rem;
  }
}

.p-voice__titleWrap::after,
.p-voice__titleWrap::before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  left: 50%;
  bottom: -1.25rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
}

.p-voice__titleWrap::after {
  border-color: rgba(238, 238, 238, 0);
  border-top-width: 1.125rem;
  border-bottom-width: 0;
  border-left-width: 0.5rem;
  border-right-width: 0.5rem;
  bottom: -1rem;
  border-top-color: #fff;
}

@media screen and (max-width: 800px) {
  .p-voice__titleWrap::after {
    border-top-width: 1.25rem;
    border-left-width: 0.75rem;
    border-right-width: 0.75rem;
  }
}

@media screen and (max-width: 767px) {
  .p-voice__titleWrap::after {
    border-top-width: 1.125rem;
    border-left-width: 0.6875rem;
    border-right-width: 0.6875rem;
  }
}

.p-voice__titleWrap::before {
  border-top-width: 1.25rem;
  border-bottom-width: 0;
  border-left-width: 0.5625rem;
  border-right-width: 0.5625rem;
  border-top-color: #003a7e;
}

@media screen and (max-width: 800px) {
  .p-voice__titleWrap::before {
    border-left-width: 0.8125rem;
    border-right-width: 0.8125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-voice__titleWrap::before {
    border-left-width: 0.75rem;
    border-right-width: 0.75rem;
  }
}

.p-voice__title {
  font-size: 1.25rem;
  letter-spacing: 0.059em;
  line-height: 1.2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(90%, #ffff00));
  background: linear-gradient(transparent 90%, #ffff00 90%);
  /*linear-gradient(transparent ◯◯%, 使用する色 ◯◯%)*/
}

@media screen and (max-width: 767px) {
  .p-voice__title {
    font-size: 0.875rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 1;
  }
}

.p-voice__title::before {
  content: "";
  background-image: url(../images/common/real_voice.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 14.5625rem;
  height: 2.8125rem;
  margin-top: 0.625rem;
  margin-bottom: 1.125rem;
}

@media screen and (max-width: 767px) {
  .p-voice__title::before {
    width: 10.9375rem;
    height: 2.125rem;
    margin-top: 0;
    margin-bottom: 0.625rem;
  }
}

.p-voice__wrap {
  margin-top: 2.75rem;
}

@media screen and (max-width: 767px) {
  .p-voice__wrap {
    margin-top: 1.5625rem;
  }
}

.p-voice__img {
  max-width: 80rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-voice__img {
    max-width: 34.375rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-voice__img img {
  aspect-ratio: 1280/860;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .p-voice__img img {
    aspect-ratio: 375/1331;
  }
}

.p-voice__deco1 {
  width: 4.5rem;
  position: absolute;
  top: -1.25rem;
  left: calc(50% - 33.9375rem);
}

@media screen and (max-width: 767px) {
  .p-voice__deco1 {
    width: 2.75rem;
    top: -3.125rem;
    left: calc(50% - 6.5625rem);
  }
}

.p-voice__deco2 {
  width: 4.5rem;
  position: absolute;
  top: 6.25rem;
  left: calc(50% - 23.125rem);
}

@media screen and (max-width: 767px) {
  .p-voice__deco2 {
    width: 8.4375rem;
    top: 3.75rem;
    left: calc(50% + 6.5625rem);
    z-index: -1;
  }
}

.p-voice__deco3 {
  width: 4.3125rem;
  position: absolute;
  top: -5.625rem;
  left: calc(50% + 14.5rem);
}

@media screen and (max-width: 767px) {
  .p-voice__deco3 {
    width: 2.625rem;
    top: -4.875rem;
    left: calc(50% + 1.875rem);
  }
}

.p-voice__deco4 {
  width: 9.125rem;
  position: absolute;
  top: 3.625rem;
  left: calc(50% + 25.75rem);
}

@media screen and (max-width: 767px) {
  .p-voice__deco4 {
    width: 2.75rem;
    top: 27.875rem;
    left: calc(50% - 10.125rem);
    z-index: -1;
  }
}

.p-voice__deco5 {
  width: 4.5rem;
  position: absolute;
  bottom: 6rem;
  left: calc(50% - 8.875rem);
}

@media screen and (max-width: 767px) {
  .p-voice__deco5 {
    width: 2.75rem;
    bottom: auto;
    top: 45rem;
    left: calc(50% + 8.125rem);
    z-index: -1;
  }
}

.p-voice__deco6 {
  width: 9.125rem;
  position: absolute;
  bottom: 3.125rem;
  left: calc(50% + 8.75rem);
}

@media screen and (max-width: 767px) {
  .p-voice__deco6 {
    width: 2.6875rem;
    bottom: 3.125rem;
    left: calc(50% + 5rem);
  }
}

.p-voice__deco7 {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-voice__deco7 {
    display: block;
    width: 2.625rem;
    position: absolute;
    bottom: 25rem;
    width: 2.6875rem;
    left: calc(50% + 5.375rem);
    z-index: -1;
  }
}

.p-voice__deco1 img,
.p-voice__deco2 img,
.p-voice__deco3 img,
.p-voice__deco4 img,
.p-voice__deco5 img,
.p-voice__deco6 img,
.p-voice__deco7 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@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 */