@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-faq {
  margin-top: 7.5rem;
}
@media screen and (min-width: 768px) {
  .l-faq {
    margin-top: 17.5rem;
  }
}

.l-info {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-info {
    margin-top: 17.5rem;
  }
}

.l-poricy {
  margin-top: 7.5rem;
}
@media screen and (min-width: 768px) {
  .l-poricy {
    margin-top: 11.25rem;
  }
}

.l-voice {
  margin-top: 9rem;
}
@media screen and (min-width: 768px) {
  .l-voice {
    margin-top: 17.5rem;
  }
}

.l-wrap {
  width: 100%;
  height: 100%;
  background: linear-gradient(170.01deg, #B6DCFF 2.79%, #7AB1E3 12.47%, #6CA1D1 18.61%, #66A1D7 28.81%, #61A1DC 35.3%, #87B6E0 41.66%, #B1CEE8 45.75%, #97C1E8 50.29%, #83B7E6 54.29%, #6DA2D3 60.78%, #79A2D4 69.82%, rgba(201, 209, 218, .7) 95.03%, rgba(165, 169, 175, .5) 97.76%);
  background-size: 200% 200%; /*サイズを大きくひきのばす*/
  -webkit-animation: bggradient 20s ease infinite;
          animation: bggradient 20s ease infinite;
}

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

@keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.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, .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, .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, .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, .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, .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, .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, .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, .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, .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-faq__head .c-head1__en {
  max-width: 6.1875rem;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-faq__head .c-head1__en {
    max-width: none;
    max-width: initial;
  }
}
.p-faq__head .c-head1__en:after {
  -webkit-mask: url(../image/TOP/title-faq.svg) no-repeat center center/contain;
          mask: url(../image/TOP/title-faq.svg) no-repeat center center/contain;
}

.p-faq__item {
  position: relative;
}
.p-faq__item:nth-child(n+2) {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-faq__item:nth-child(n+2) {
    margin-top: 3.3125rem;
  }
}

.p-faq__title {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  padding: 1.125rem 3.125rem 1.125rem 1.125rem;
  background-color: #DFF0F3;
}
@media screen and (min-width: 768px) {
  .p-faq__title {
    min-height: 10.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.25rem 6.25rem;
    gap: 3.75rem;
    font-size: 1.25rem;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.p-faq__title:after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background: url(../image/TOP/icon-arrow1.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 1.125rem;
  translate: 0 -50%;
  rotate: 180deg;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .p-faq__title:after {
    content: none;
  }
}
@media screen and (min-width: 768px) {
  .p-faq__title span {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-faq__title.is-active {
    opacity: 0;
  }
}
.p-faq__title.is-active:after {
  rotate: 0deg;
}

.p-faq__desc {
  font-size: 1rem;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0.4375rem 3.125rem 0.4375rem 1.125rem;
  background-color: #DFF0F3;
  display: none;
}
@media screen and (min-width: 768px) {
  .p-faq__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.75rem;
    padding: 1.25rem 6.25rem;
    background-color: #48CDE5;
    -webkit-box-shadow: 0 0 0 0.1875rem rgba(192, 200, 201, .3);
            box-shadow: 0 0 0 0.1875rem rgba(192, 200, 201, .3);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
  }
}
@media screen and (min-width: 768px) {
  .p-faq__desc span {
    font-size: 1.625rem;
  }
}
.p-faq__desc.is-active {
  opacity: 1;
}

.p-fv {
  background-color: #A8E5FF;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  height: 100vh;
}
.p-fv.is-active {
  height: calc(100vh + 21.875rem);
  min-height: 62.5rem;
}
@media screen and (min-width: 768px) {
  .p-fv.is-active {
    height: 100vh;
    min-height: 0;
    min-height: initial;
  }
}

.p-fv__inner {
  position: relative;
  height: 100%;
  z-index: 96;
}

.p-fv__logo {
  display: block;
  width: 6.25rem;
  height: 3rem;
  -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;
  position: absolute;
  top: 1.875rem;
  z-index: 97;
}
@media screen and (min-width: 768px) {
  .p-fv__logo {
    left: 0;
    width: 12.5rem;
    height: 6rem;
  }
}

.p-fv__container {
  max-height: 100vh;
}
@media screen and (min-width: 768px) {
  .p-fv__container {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    --color: rgba(234, 245, 255, 1);
  }
}
.p-fv__container:after {
  content: "";
  display: block;
  width: 18.9375rem;
  height: 18.125rem;
  -webkit-mask: url(../image/TOP/bg-fv.svg) no-repeat center center/contain;
          mask: url(../image/TOP/bg-fv.svg) no-repeat center center/contain;
  background-color: var(--color);
  position: absolute;
  top: 50%;
  right: -2.625rem;
  translate: 0 -50%;
}
@media screen and (min-width: 768px) {
  .p-fv__container:after {
    width: 25.3125rem;
    height: 24.1875rem;
    right: -0.625rem;
  }
}

.p-fv__head {
  position: relative;
  top: 14.75rem;
  left: 0;
  overflow: hidden;
  --scale: 0 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-fv__head {
    padding-right: 8.25rem;
    top: 50%;
    left: 4.5625rem;
    translate: 0 -50%;
  }
}
.p-fv__head:after {
  content: "";
  display: block;
  width: 8.25rem;
  height: 0.0625rem;
  background-color: #012152;
  position: absolute;
  bottom: 0;
  right: 0;
  translate: 0 -0.375rem;
  scale: var(--scale);
  -webkit-transform-origin: left;
          transform-origin: left;
}
@media screen and (min-width: 768px) {
  .p-fv__head:after {
    translate: 0 -0.375rem;
  }
}

.p-fv__text {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 400;
  font-family: fv;
}
@media screen and (min-width: 768px) {
  .p-fv__text {
    font-size: 4.0625rem;
  }
}
.p-fv__text span {
  display: inline-block;
  font-size: 4.0625rem;
}
@media screen and (min-width: 768px) {
  .p-fv__text span {
    font-size: 5rem;
  }
}

.p-fv__bgText {
  display: block;
  font-size: 4.6875rem;
  line-height: 1;
  letter-spacing: -0.003em;
  font-family: "Lora", serif;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-fv__bgText {
    font-size: 8.75rem;
    translate: 0 1.875rem;
  }
}
.p-fv__bgText:first-letter {
  font-size: 10.625rem;
}
@media screen and (min-width: 768px) {
  .p-fv__bgText:first-letter {
    font-size: 23.75rem;
  }
}
.p-fv__bgText.--1 {
  color: rgba(234, 245, 255, .2);
}
.p-fv__bgText.--2 {
  color: rgba(255, 255, 255, .5);
}
.p-fv__bgText.--3 {
  color: rgba(255, 250, 235, .5);
}
.p-fv__bgText.--4 {
  color: rgba(163, 228, 163, .3);
}

.p-fv.is-active .p-fv__bgText {
  bottom: auto;
  bottom: initial;
  top: 50%;
}
@media screen and (min-width: 768px) {
  .p-fv.is-active .p-fv__bgText {
    top: auto;
    top: initial;
    bottom: 0;
  }
}

.p-fv__wrap {
  margin-top: -12.5rem;
  opacity: 0;
  position: absolute;
  bottom: 0;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-fv__wrap {
    bottom: auto;
    bottom: initial;
    top: 100%;
    left: auto;
    left: initial;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 1.25rem;
    margin-top: 0;
  }
}

.p-fv__box {
  padding: 1.125rem 2.25rem 2.1875rem 2.25rem;
  background-color: rgba(255, 255, 255, .6);
  width: 20.9375rem;
  position: relative;
}
.p-fv__box:after {
  content: "";
  display: block;
  width: 1.4375rem;
  height: 15rem;
  position: absolute;
  top: 0;
  right: 0;
}
.p-fv__box.--1:after {
  background: url(../image/TOP/fv-text1.png) no-repeat center center/contain;
}
.p-fv__box.--2:after {
  background: url(../image/TOP/fv-text2.png) no-repeat center center/contain;
}
.p-fv__box:nth-child(n+2) {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-fv__box:nth-child(n+2) {
    margin-top: 0;
  }
}

.p-fv__position {
  display: block;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}

.p-fv__desc {
  font-size: 0.9375rem;
  line-height: 1.2;
  letter-spacing: -0.002em;
  font-family: "Noto Serif JP", serif;
  display: block;
  text-align: center;
  margin-top: 0.75rem;
}

.p-fv__link a {
  display: block;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  margin-top: 0.75rem;
  padding: 0.75rem 1.875rem;
  border: 1px solid #39AA5F;
}

.p-graph {
  padding-top: 3.75rem;
  padding-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-graph {
    padding-bottom: 8.875rem;
    padding-top: 10rem;
  }
}

.p-graph__inner {
  position: relative;
  z-index: 1;
}

.p-graph__head .c-head1__en {
  max-width: 13.9375rem;
  margin-left: auto;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-graph__head .c-head1__en {
    max-width: none;
    max-width: initial;
    margin-top: -2.5rem;
    top: auto;
    top: initial;
    bottom: 0;
  }
}
.p-graph__head .c-head1__en:after {
  -webkit-mask: url(../image/TOP/title-numbers.svg) no-repeat center center/contain;
          mask: url(../image/TOP/title-numbers.svg) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-graph__head .c-head1__en:after {
    translate: 0 0;
    top: auto;
    top: initial;
    bottom: 0;
  }
}

.p-graph__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9375rem;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-graph__list {
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 4.375rem;
       -moz-column-gap: 4.375rem;
            column-gap: 4.375rem;
  }
}

.p-graph__item {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-graph__item.--lg {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }
}
@media screen and (min-width: 768px) {
  .p-graph__item.--gridChenge {
    grid-area: 4/1/5/2;
  }
}

.p-graph__wrap:nth-child(2) {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-graph__wrap:nth-child(2):after {
    content: attr(data-text);
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 7.5rem;
    line-height: 1;
    font-weight: 500;
    font-family: "Lora", serif;
    color: rgba(38, 38, 38, .2);
    white-space: nowrap;
    translate: -50% 0;
    z-index: -1;
  }
}
@media screen and (min-width: 768px) {
  .p-graph__wrap .p-graph__num {
    margin-top: 0.9375rem;
  }
}

.p-graph__box {
  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;
  min-height: 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-graph__box {
    min-height: 18.75rem;
  }
}

.p-graph__title {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 500;
  width: 100%;
  padding: 0.6875rem 0.625rem 0.75rem;
  text-align: center;
  position: relative;
  z-index: 1;
  border: 1px solid #012152;
}
@media screen and (min-width: 768px) {
  .p-graph__title {
    font-size: 1.75rem;
  }
}

.p-graph__numWrap {
  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;
  gap: 0.9375rem;
}
.p-graph__numWrap.--2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.p-graph__numWrap.--2:after {
  content: attr(data-text);
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  font-size: 2.125rem;
  line-height: 1;
  font-weight: 500;
  font-family: "Lora", serif;
  color: rgba(255, 255, 255, .2);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-graph__numWrap.--2:after {
    font-size: 7.5rem;
    translate: -50% 70%;
    z-index: -1;
  }
}

.p-graph__num {
  display: block;
  font-size: 1.125rem;
  letter-spacing: -0.02em;
  line-height: 1;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-graph__num {
    font-size: 1.875rem;
  }
}
.p-graph__num:after {
  content: attr(data-text);
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 50%;
  font-size: 2.125rem;
  line-height: 1;
  font-weight: 500;
  font-family: "Lora", serif;
  color: rgba(255, 255, 255, .2);
  white-space: nowrap;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-graph__num:after {
    font-size: 5rem;
  }
}
.p-graph__num.--bk:after {
  color: rgba(38, 38, 38, .2);
}
.p-graph__num.--sm:after {
  font-size: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-graph__num.--sm:after {
    font-size: 3.9375rem;
  }
}
.p-graph__num .num {
  font-size: 2rem;
  font-family: "Lora", serif;
}
@media screen and (min-width: 768px) {
  .p-graph__num .num {
    font-size: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-graph__num.--lg:after {
    font-size: 7.5rem;
  }
}

.p-graph__listSm {
  position: relative;
}
.p-graph__listSm:after {
  content: attr(data-text);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  font-size: 2.125rem;
  line-height: 1;
  font-weight: 500;
  font-family: "Lora", serif;
  color: rgba(255, 255, 255, .2);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-graph__listSm:after {
    font-size: 7.5rem;
  }
}

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

.p-graph__titleSm {
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 400;
  display: block;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-graph__titleSm {
    font-size: 1.5625rem;
  }
}

.p-graph__numSm {
  display: block;
  text-align: right;
}
.p-graph__numSm .num {
  font-size: 1.75rem;
  line-height: 1;
  font-family: "Lora", serif;
}
@media screen and (min-width: 768px) {
  .p-graph__numSm .num {
    font-size: 4.375rem;
  }
}

.p-graph__bar {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.3125rem;
}
.p-graph__bar span {
  display: inline-block;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1;
  color: #fff;
  padding: 0.1875rem 0 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-graph__bar span {
    font-size: 1.75rem;
    line-height: 1.4642857143;
  }
}
.p-graph__bar span:first-child {
  width: 75%;
  background-color: #525252;
}
.p-graph__bar span:last-child {
  width: 25%;
  background-color: #824D27;
}

.p-info__head .c-head1__en {
  max-width: 18.5625rem;
  margin-left: auto;
  translate: 0 50%;
  margin-top: -1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-info__head .c-head1__en {
    margin-top: 0;
    max-width: none;
    max-width: initial;
    translate: 0 0;
  }
}
.p-info__head .c-head1__en:after {
  -webkit-mask: url(../image/TOP/title-environment.svg) no-repeat center center/contain;
          mask: url(../image/TOP/title-environment.svg) no-repeat center center/contain;
}

.p-info__list {
  margin-top: 3.375rem;
}
@media screen and (min-width: 768px) {
  .p-info__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 9.75rem;
       -moz-column-gap: 9.75rem;
            column-gap: 9.75rem;
    row-gap: 3.9375rem;
    max-width: 62.8125rem;
    margin-inline: auto;
    margin-top: 14.3125rem;
  }
}

.p-info__item {
  position: relative;
  height: 15.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-info__item {
    height: 18.75rem;
  }
}
.p-info__item:after {
  content: "";
  display: block;
  width: 79.6296296296%;
  height: 76.9547325103%;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="14" /></filter></svg>#filter');
  -webkit-filter: blur(0.875rem);
          filter: blur(0.875rem);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media screen and (min-width: 768px) {
  .p-info__item:after {
    width: 20.5rem;
    height: 14.375rem;
  }
}
.p-info__item:nth-child(1) {
  padding: 0.9375rem;
  text-align: center;
  background: url(../image/TOP/bg-info1.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .p-info__item:nth-child(1) {
    padding-inline: 2.8125rem;
  }
}
.p-info__item:nth-child(1):after {
  background-color: rgba(204, 237, 237, .6);
}
.p-info__item:nth-child(1) .p-info__desc {
  padding-inline: 1.25rem;
}
.p-info__item:nth-child(2) {
  padding: 0.9375rem;
  background: url(../image/TOP/bg-info2.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .p-info__item:nth-child(2) {
    padding-inline: 2.8125rem;
  }
}
.p-info__item:nth-child(2):after {
  background-color: rgba(208, 214, 227, .6);
}
.p-info__item:nth-child(2) .p-info__desc {
  padding-inline: 1.25rem;
}
.p-info__item:nth-child(3) {
  padding: 0.9375rem 0.375rem;
  background: url(../image/TOP/bg-info3.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .p-info__item:nth-child(3) {
    padding-inline: 2.8125rem;
  }
}
.p-info__item:nth-child(3):after {
  background-color: rgba(252, 253, 254, .6);
}
.p-info__item:nth-child(3) .p-info__title {
  max-width: 15.25rem;
  margin-inline: auto;
}
.p-info__item:nth-child(4) {
  padding: 0.9375rem 0.375rem;
  background: url(../image/TOP/bg-info4.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .p-info__item:nth-child(4) {
    padding-inline: 2.8125rem;
  }
}
.p-info__item:nth-child(4):after {
  background-color: rgba(252, 253, 254, .6);
}
.p-info__item:nth-child(4) .p-info__title {
  max-width: 11.1875rem;
  margin-inline: auto;
}
.p-info__item:nth-child(n+2) {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-info__item:nth-child(n+2) {
    margin-top: 0;
  }
}

.p-info__body {
  position: relative;
  z-index: 1;
}

.p-info__title {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  padding-bottom: 0.8125rem;
  border-bottom: 1px solid #012152;
}

.p-info__desc {
  margin-top: 0.9375rem;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 500;
}

.p-interview {
  position: relative;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .p-interview {
    padding-top: 6.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-interview__inner {
    overflow: visible;
    overflow: initial;
  }
}

.p-interview__head .c-head1__ja span {
  display: inline-block;
  width: 2.125rem;
  translate: 0 50%;
  margin-inline: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-interview__head .c-head1__ja span {
    width: 4.25rem;
    translate: 0 0;
  }
}
.p-interview__head .c-head1__ja span img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-interview__head .c-head1__en {
  max-width: 18.25rem;
  margin-left: auto;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-interview__head .c-head1__en {
    max-width: none;
    max-width: initial;
  }
}
.p-interview__head .c-head1__en:after {
  -webkit-mask: url(../image/TOP/title-interview.svg) no-repeat center center/contain;
          mask: url(../image/TOP/title-interview.svg) no-repeat center center/contain;
}

.p-interview__wrap {
  padding-left: 1.6875rem;
  margin-top: 2.6875rem;
}
@media screen and (min-width: 768px) {
  .p-interview__wrap {
    padding-left: 0;
  }
}
.p-interview__wrap .splide {
  margin-right: calc(50% - 50vw);
}

.p-interview__wrapRight {
  padding-right: 1.6875rem;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-interview__wrapRight {
    padding-right: 0;
    margin-top: 9.0625rem;
  }
}
.p-interview__wrapRight .splide {
  margin-left: calc(50% - 50vw);
}

.p-interview__position {
  display: block;
  font-size: 0.9375rem;
  line-height: 1.2;
  font-weight: 500;
  direction: ltr;
}
@media screen and (min-width: 768px) {
  .p-interview__position {
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .p-interview__position {
    font-size: 1.25rem;
  }
}
.p-interview__position span {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-interview__position span {
    font-size: 1.25vw;
    margin-top: 0.625rem;
  }
}
@media screen and (min-width: 1441px) {
  .p-interview__position span {
    font-size: 1.125rem;
  }
}

.p-interview__img {
  width: 100%;
  margin-top: 0.375rem;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 127/158;
}
@media screen and (min-width: 768px) {
  .p-interview__img {
    aspect-ratio: 280/340;
    margin-top: 0.625rem;
  }
}

.p-poricy__inner {
  position: relative;
}

.p-poricy__head .c-head1__en {
  max-width: 10.3125rem;
  margin-left: auto;
  translate: 0 25%;
}
@media screen and (min-width: 768px) {
  .p-poricy__head .c-head1__en {
    max-width: none;
    max-width: initial;
  }
}
.p-poricy__head .c-head1__en:after {
  -webkit-mask: url(../image/TOP/title-policy.svg) no-repeat center center/contain;
          mask: url(../image/TOP/title-policy.svg) no-repeat center center/contain;
}

.p-poricy__bg {
  position: sticky;
  top: 0;
  z-index: 1;
  margin-top: -18.75rem;
}
.p-poricy__bg span {
  display: inline-block;
  font-size: 37.5rem;
  line-height: 1;
  font-family: "Lora", serif;
}
.p-poricy__bg span:nth-child(1) {
  color: rgba(161, 220, 255, .4);
}
.p-poricy__bg span:nth-child(2) {
  color: rgba(255, 255, 255, .4);
}
.p-poricy__bg span:nth-child(3) {
  color: rgba(255, 254, 228, .4);
}
.p-poricy__bg span:nth-child(4) {
  color: rgba(213, 245, 216, .4);
}
.p-poricy__bg span:nth-child(n+2) {
  margin-left: -9.375rem;
}

.p-poricy__head {
  padding-bottom: 1.875rem;
}
.p-poricy__head .c-head1__ja span {
  display: inline-block;
  width: 2.125rem;
  margin-inline: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-poricy__head .c-head1__ja span {
    width: 4.25rem;
    translate: 0 0;
  }
}
.p-poricy__head .c-head1__ja span img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-poricy__list {
  margin-top: 1.875rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-poricy__list {
    margin-top: 0;
  }
}

.p-poricy__item {
  counter-increment: num;
}
.p-poricy__item:nth-child(n+2) {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-poricy__item:nth-child(n+2) {
    margin-top: 2.75rem;
  }
}

.p-poricy__title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

.p-poricy__titleInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 500;
  padding: 0.8125rem 0.625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-poricy__titleInner {
    font-size: 2.125rem;
  }
}
.p-poricy__titleInner .u-lg {
  color: #fff;
}

.p-poricy__num {
  position: relative;
}
.p-poricy__num:before {
  content: counter(num);
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 500;
  margin-right: 0.3125rem;
  font-family: "Roboto", serif;
}
@media screen and (min-width: 768px) {
  .p-poricy__num:before {
    font-size: 2.375rem;
    translate: 0 0.1875rem;
  }
}

.p-poricy__item:last-child .p-poricy__num:before {
  color: #39AA5F;
  -webkit-text-stroke: 1px #012152;
}

.p-poricy__desc {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #fff;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-poricy__desc {
    font-size: 1.625rem;
    margin-top: 0.5625rem;
  }
}

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

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

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

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

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

.p-poricy__title.is-active .p-poricy__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-poricy__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-poricy__title.is-active .p-poricy__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-poricy__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-test {
  color: red;
  font-size: myrem(25);
}
@media screen and (min-width: 768px) {
  .p-test {
    font-size: myrem(50);
  }
}

.circles {
  place-items: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .circles {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
}

.circles li {
  aspect-ratio: 1;
  border-radius: 50%;
  position: relative;
  background-color: rgba(86, 115, 99, .7);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="220" /></filter></svg>#filter');
  -webkit-filter: blur(13.75rem);
          filter: blur(13.75rem);
}

.slide {
  width: 100%;
  margin-top: 80px;
  overflow: hidden;
}

.slide__wrapper {
  width: 100%;
  max-width: 1100px;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10%;
  position: relative;
}

.slide__list {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}

.slide__item {
  width: 80vw;
  height: 95%;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.slide__item + .slide__item {
  margin-left: 20px;
}

.slide__container {
  position: absolute;
  left: 40px;
  bottom: 40px;
  color: white;
}

.slide__title {
  font-size: 40px;
  font-weight: bold;
  font-family: "Signika Negative", sans-serif;
  margin-top: 40px;
}

.slide__subTitle {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  font-family: "Signika Negative", sans-serif;
}

.slide__text {
  font-size: 18px;
  margin-top: 40px;
  font-weight: bold;
}

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

.p-voice__head .c-head1__en {
  margin-left: auto;
  max-width: 8.375rem;
  translate: 0 50%;
}
@media screen and (min-width: 768px) {
  .p-voice__head .c-head1__en {
    max-width: none;
    max-width: initial;
  }
}
.p-voice__head .c-head1__en:after {
  -webkit-mask: url(../image/TOP/title-voice.svg) no-repeat center center/contain;
          mask: url(../image/TOP/title-voice.svg) no-repeat center center/contain;
  margin-left: auto;
}

.p-voice__wrap {
  height: 33.125rem;
  position: relative;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-voice__wrap {
    height: 46.375rem;
    margin-top: 9.375rem;
  }
}
.p-voice__wrap.u-mobile {
  height: 29rem;
}
.p-voice__wrap + .p-voice__wrap2 {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-voice__wrap + .p-voice__wrap2 {
    margin-top: 7.5rem;
  }
}

.p-voice__wrap2 {
  height: 29rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-voice__wrap2 {
    height: 46.375rem;
    margin-top: 1.875rem;
  }
}

.p-voice__title {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  position: sticky;
  top: 28.125rem;
}
@media screen and (min-width: 768px) {
  .p-voice__title {
    font-size: 2.5rem;
    top: 38.4375rem;
  }
}
.p-voice__title span {
  display: inline-block;
  font-size: 1.625rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-voice__title span {
    font-size: 2.5rem;
  }
}

.p-voice__list1 {
  width: 100%;
  top: 0;
}
@media screen and (min-width: 768px) {
  .p-voice__list1 {
    height: 100%;
  }
}

.p-voice__item {
  min-height: 6.875rem;
  padding: 0.75rem;
  text-align: center;
  border-radius: 0.5rem;
  position: absolute;
  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 (min-width: 768px) {
  .p-voice__item {
    height: 11.5rem;
  }
}
.p-voice__item:nth-child(n+5) {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-voice__item:nth-child(n+5) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-voice__item:nth-child(1) {
  width: 17.3125rem;
  top: 0;
  left: 1.5625rem;
  background-color: rgba(255, 255, 255, .78);
}
@media screen and (min-width: 768px) {
  .p-voice__item:nth-child(1) {
    width: 21.4375rem;
    left: 50%;
    translate: -70% 0;
  }
}
.p-voice__item:nth-child(2) {
  width: 12.5625rem;
  top: 11.875rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-voice__item:nth-child(2) {
    width: 20.1875rem;
    top: 10rem;
    left: 17.5rem;
  }
}
.p-voice__item:nth-child(2):after {
  content: "";
  display: block;
  width: 100%;
  height: 116%;
  background: url(../image/TOP/bg-fukidashi3-4.png) no-repeat center center/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -40%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-voice__item:nth-child(2):after {
    height: 100%;
    background: url(../image/TOP/bg-fukidashi1.png) no-repeat center center/contain;
  }
}
.p-voice__item:nth-child(3) {
  width: 18.25rem;
  top: 6rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-voice__item:nth-child(3) {
    width: 23.6875rem;
    right: calc(50% - 25rem);
    top: 8.25rem;
  }
}
.p-voice__item:nth-child(3):after {
  content: "";
  display: block;
  width: 100%;
  height: 112%;
  background: url(../image/TOP/bg-fukidashi2-5.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -40%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-voice__item:nth-child(3):after {
    background: url(../image/TOP/bg-fukidashi2-1.png) no-repeat center center/cover;
  }
}
.p-voice__item:nth-child(4) {
  width: 15.625rem;
  top: 18.25rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-voice__item:nth-child(4) {
    width: 20.125rem;
    top: 12.9375rem;
    right: auto;
    right: initial;
    left: 0;
    white-space: nowrap;
  }
}
.p-voice__item:nth-child(4):after {
  content: "";
  display: block;
  width: 100%;
  height: 112%;
  background: url(../image/TOP/bg-fukidashi2-1.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -40%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-voice__item:nth-child(4):after {
    background: url(../image/TOP/bg-fukidashi1.png) no-repeat center center/cover;
  }
}
.p-voice__item:nth-child(5) {
  width: 14.8125rem;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, .78);
}
@media screen and (min-width: 768px) {
  .p-voice__item:nth-child(5) {
    width: 20.125rem;
    bottom: auto;
    bottom: initial;
    top: 16.625rem;
  }
}
.p-voice__item:nth-child(6) {
  width: 11.9375rem;
  bottom: 10.25rem;
  right: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-voice__item:nth-child(6) {
    width: 20.125rem;
    top: 23.5625rem;
    right: auto;
    right: initial;
    left: 50%;
    translate: -50% 0;
  }
}
.p-voice__item:nth-child(6):after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../image/TOP/bg-fukidashi1.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -40%;
  z-index: -1;
}
.p-voice__item:nth-child(7) {
  width: 14.8125rem;
  bottom: 16.25rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-voice__item:nth-child(7) {
    width: 20.125rem;
    top: 25.5rem;
    left: 7.25rem;
  }
}
.p-voice__item:nth-child(7):after {
  content: "";
  display: block;
  width: 100%;
  height: 114%;
  background: url(../image/TOP/bg-fukidashi1-2.png) no-repeat center center/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -40%;
  z-index: -1;
}
.p-voice__item:nth-child(8) {
  width: 13.8125rem;
  bottom: 5.8125rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-voice__item:nth-child(8) {
    width: 20.125rem;
    top: 25.5rem;
    left: auto;
    left: initial;
    right: calc(50% - 32.0625rem);
  }
}
.p-voice__item:nth-child(8):after {
  content: "";
  display: block;
  width: 100%;
  height: 112%;
  background: url(../image/TOP/bg-fukidashi2-2.png) no-repeat center center/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -40%;
  z-index: -1;
}
.p-voice__item p {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-voice__item p {
    font-size: 1.5rem;
  }
}
.p-voice__item p span {
  display: inline-block;
  font-size: 1.375rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-voice__item p span {
    font-size: 1.875rem;
  }
}

.p-voice__list2 {
  width: 100%;
  top: 0;
}
@media screen and (min-width: 768px) {
  .p-voice__list2 {
    display: none;
  }
}
.p-voice__list2 .p-voice__item:nth-child(1) {
  width: 12.3125rem;
  top: 17.4375rem;
  left: auto;
  left: initial;
  right: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, .78);
}
.p-voice__list2 .p-voice__item:nth-child(2) {
  width: 11.9375rem;
  top: 8.125rem;
  left: auto;
  left: initial;
  right: 0;
  z-index: 1;
}
.p-voice__list2 .p-voice__item:nth-child(2):after {
  height: 115%;
  background: url(../image/TOP/bg-fukidashi3-6.png) no-repeat center center/contain;
  translate: -50% -60%;
}
.p-voice__list2 .p-voice__item:nth-child(3) {
  width: 14.8125rem;
  top: 2.8125rem;
  left: 0;
}
.p-voice__list2 .p-voice__item:nth-child(3):after {
  height: 115%;
  background: url(../image/TOP/bg-fukidashi3-5.png) no-repeat center center/cover;
  translate: -50% -60%;
}
.p-voice__list2 .p-voice__item:nth-child(4) {
  width: 13.8125rem;
  top: 13.125rem;
  left: 0;
}
.p-voice__list2 .p-voice__item:nth-child(4):after {
  height: 115%;
  background: url(../image/TOP/bg-fukidashi3-7.png) no-repeat center center/contain;
  translate: -50% -60%;
}

.p-voice__wrap2 .p-voice__item:nth-child(n+5) {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-voice__wrap2 .p-voice__item:nth-child(n+5) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-voice__wrap2 .p-voice__item:nth-child(1) {
  width: 16.875rem;
  top: 1.875rem;
  left: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-voice__wrap2 .p-voice__item:nth-child(1) {
    width: 21.4375rem;
    left: 50%;
    translate: -25% 0;
  }
}
.p-voice__wrap2 .p-voice__item:nth-child(2) {
  width: 17.1875rem;
  top: 11.0625rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-voice__wrap2 .p-voice__item:nth-child(2) {
    width: 23.6875rem;
    top: 8.25rem;
    left: 13.25rem;
  }
}
.p-voice__wrap2 .p-voice__item:nth-child(2):after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../image/TOP/bg-fukidashi2-6.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -40%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-voice__wrap2 .p-voice__item:nth-child(2):after {
    background: url(../image/TOP/bg-fukidashi1-3.png) no-repeat center center/contain;
  }
}
.p-voice__wrap2 .p-voice__item:nth-child(3) {
  width: 14.25rem;
  top: 7.0625rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-voice__wrap2 .p-voice__item:nth-child(3) {
    width: 23.6875rem;
    right: calc(50% - 21.25rem);
    top: 10.5625rem;
  }
}
.p-voice__wrap2 .p-voice__item:nth-child(3):after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../image/TOP/bg-fukidashi2-5.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -40%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-voice__wrap2 .p-voice__item:nth-child(3):after {
    background: url(../image/TOP/bg-fukidashi2-3.png) no-repeat center center/contain;
  }
}
.p-voice__wrap2 .p-voice__item:nth-child(4) {
  width: 16.875rem;
  top: 18.25rem;
  right: 0;
  top: 16.5rem;
}
@media screen and (min-width: 768px) {
  .p-voice__wrap2 .p-voice__item:nth-child(4) {
    background-color: rgba(255, 255, 255, .78);
    width: 20.125rem;
    top: 16.625rem;
    right: auto;
    right: initial;
    left: 0;
  }
}
.p-voice__wrap2 .p-voice__item:nth-child(4):after {
  background: url(../image/TOP/bg-fukidashi2-7.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-voice__wrap2 .p-voice__item:nth-child(4):after {
    content: none;
  }
}
.p-voice__wrap2 .p-voice__item:nth-child(5) {
  width: 14.8125rem;
  bottom: 0;
  right: 0;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .p-voice__wrap2 .p-voice__item:nth-child(5) {
    width: 21.875rem;
    bottom: auto;
    bottom: initial;
    top: 12.75rem;
  }
}
.p-voice__wrap2 .p-voice__item:nth-child(5):after {
  content: "";
  display: block;
  width: 100%;
  height: 112%;
  background: url(../image/TOP/bg-fukidashi2-3.png) no-repeat center center/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -40%;
  z-index: -1;
}
.p-voice__wrap2 .p-voice__item:nth-child(6) {
  width: 11.9375rem;
  bottom: 10.25rem;
  right: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-voice__wrap2 .p-voice__item:nth-child(6) {
    width: 20.125rem;
    top: 23.5625rem;
    right: auto;
    right: initial;
    left: 50%;
    translate: -50% 0;
  }
}
.p-voice__wrap2 .p-voice__item:nth-child(6):after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../image/TOP/bg-fukidashi1.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -40%;
  z-index: -1;
}
.p-voice__wrap2 .p-voice__item:nth-child(7) {
  width: 14.8125rem;
  bottom: 16.25rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-voice__wrap2 .p-voice__item:nth-child(7) {
    width: 20.125rem;
    top: 25.5rem;
    left: 7.25rem;
  }
}
.p-voice__wrap2 .p-voice__item:nth-child(7):after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../image/TOP/bg-fukidashi1.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -40%;
  z-index: -1;
}
.p-voice__wrap2 .p-voice__item:nth-child(8) {
  width: 13.8125rem;
  bottom: 5.8125rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-voice__wrap2 .p-voice__item:nth-child(8) {
    width: 20.125rem;
    top: 25.5rem;
    left: auto;
    left: initial;
    right: calc(50% - 32.0625rem);
  }
}
.p-voice__wrap2 .p-voice__item:nth-child(8):after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../image/TOP/bg-fukidashi2-4.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -40%;
  z-index: -1;
}
.p-voice__wrap2 .p-voice__list2 .p-voice__item:nth-child(1) {
  width: 13.125rem;
  top: 13.125rem;
  left: 0;
  right: auto;
  right: initial;
  z-index: 1;
  background-color: transparent;
}
.p-voice__wrap2 .p-voice__list2 .p-voice__item:nth-child(1):after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../image/TOP/bg-fukidashi3-2.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -60%;
  z-index: -1;
}
.p-voice__wrap2 .p-voice__list2 .p-voice__item:nth-child(2) {
  width: 14.25rem;
  top: 8.0625rem;
  left: auto;
  left: initial;
  right: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, .78);
}
.p-voice__wrap2 .p-voice__list2 .p-voice__item:nth-child(2):after {
  content: none;
}
.p-voice__wrap2 .p-voice__list2 .p-voice__item:nth-child(3) {
  width: 14.25rem;
  top: 2.8125rem;
  left: 0;
}
.p-voice__wrap2 .p-voice__list2 .p-voice__item:nth-child(3):after {
  background: url(../image/TOP/bg-fukidashi3-1.png) no-repeat center center/contain;
  translate: -50% -60%;
}
.p-voice__wrap2 .p-voice__list2 .p-voice__item:nth-child(4) {
  width: 13.8125rem;
  top: 18.125rem;
  left: auto;
  left: initial;
  right: 0;
}
.p-voice__wrap2 .p-voice__list2 .p-voice__item:nth-child(4):after {
  background: url(../image/TOP/bg-fukidashi3-3.png) no-repeat center center/contain;
  translate: -50% -60%;
}

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

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}
/*# sourceMappingURL=top.css.map */
