@charset "UTF-8";
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dd {
  margin-left: 0;
}

a {
  display: inline-block;
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  word-wrap: break-word;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

picture {
  display: block;
  width: 100%;
  height: 100%;
}

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

html {
  font-size: 1.1vw;
  scroll-behavior: auto;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 3.6vw;
  }
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.005em;
  color: #000000;
}
body * > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* root container */
.l-wrapper {
  overflow-x: clip;
}

/* content container */
/* container */
.l-container {
  width: calc(100% - 4.3rem);
  max-width: 83.3333333333%;
  margin-left: auto;
  margin-right: auto;
}
.l-container.-lg {
  max-width: 94.4444444444%;
}

.l-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
}
.l-header__inner {
  position: absolute;
  top: 3.1rem;
  right: 3.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.6rem;
}
.l-header__btn {
  position: relative;
  z-index: 200;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 8.8rem;
  height: 3.8rem;
  border-radius: 1.5rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0.05em;
  border: 1px solid #000000;
  cursor: pointer;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.l-header__btn:hover {
  opacity: 0.7;
}
.l-header__btn.-entry {
  color: #fff;
  background-color: #000000;
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    top: 2.1rem;
    right: 2.1rem;
    gap: 0 0.3rem;
  }
  .l-header__btn {
    width: 5.7rem;
    height: 2.4rem;
    font-size: 0.9rem;
    border-radius: 9999px;
  }
}

.l-header-drawer {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  width: 100%;
  height: 100dvh;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.8)), color-stop(24.4rem, rgba(255, 255, 255, 0.8)), color-stop(24.4rem, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8) 24.4rem, rgba(0, 0, 0, 0.4) 24.4rem, rgba(0, 0, 0, 0.4));
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.l-header-drawer__body {
  width: 24.4rem;
  padding: 11.9rem 3.1rem 3.1rem;
  margin: 0 0 0 auto;
}
.l-header-drawer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem 0;
}
.l-header-drawer__menu-item {
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.l-header-drawer__menu-item a {
  display: block;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.l-header-drawer__menu-item a:hover {
  opacity: 0.7;
}
.l-header-drawer.is-active {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .l-header-drawer {
    background: rgba(255, 255, 255, 0.94);
  }
  .l-header-drawer__body {
    width: 100%;
    padding: 26.2vh 3.6rem 3.6rem;
    margin: 0 auto;
  }
  .l-header-drawer__menu {
    gap: 2.1rem 0;
  }
  .l-header-drawer__menu-item {
    font-size: 1.1rem;
  }
}

.l-footer {
  padding: 0 0 5rem;
}
.l-footer__body {
  display: -ms-grid;
  display: grid;
      grid-template-areas: "logo-wrap nav" "copyright nav";
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem 5rem;
  border-top: 1px solid #e7e7e7;
  padding: 3.8rem 0 0;
}
.l-footer__logo-wrap {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: logo-wrap;
  -ms-grid-row-align: end;
      align-self: end;
  width: 13.1rem;
}
.l-footer__logo-img {
  display: block;
  width: 100%;
  aspect-ratio: 210/20;
  margin: 0 0 1.5rem;
}
.l-footer__logo-img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.l-footer__logo-text {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.l-footer__copyright {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: copyright;
  -ms-grid-row-align: start;
      align-self: start;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
}
.l-footer__nav {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: nav;
}
.l-footer__menu-item {
  font-size: 0.9rem;
  letter-spacing: 0.08em;
}
.l-footer__menu-item a {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.l-footer__menu-item a:hover {
  opacity: 0.7;
}
.l-footer__menu-item:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 0 0 6.4rem;
  }
  .l-footer__body {
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 4.3rem 0;
    padding: 4.3rem 0 0;
  }
  .l-footer__logo-wrap {
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: 15rem;
  }
  .l-footer__logo-img {
    margin: 0 0 1.7rem;
  }
  .l-footer__logo-text {
    font-size: 1.3rem;
  }
  .l-footer__menu-item {
    font-size: 0.8rem;
  }
  .l-footer__menu-item:not(:last-of-type) {
    margin-bottom: 1.7rem;
  }
  .l-footer__copyright {
    font-size: 0.6rem;
  }
}

/* animaiton */
.c-slidein-anime {
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  transition: all 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.c-slidein-anime.is-animated {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-fadein-anime {
  opacity: 0;
  -webkit-transition: opacity 1.2s ease-out;
  transition: opacity 1.2s ease-out;
}
.c-fadein-anime.is-animated {
  opacity: 1;
}

.c-blur-anime {
  overflow: hidden;
}
.c-blur-anime > * {
  opacity: 0;
  -webkit-filter: blur(8px);
          filter: blur(8px);
  scale: 1.05;
  -webkit-transition: all 1.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 1.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-blur-anime.is-animated > * {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  scale: 1;
}

.-delay12 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.relax {
  max-height: initial;
}

.c-btn__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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-btn__wrap.-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.c-sentence {
  line-height: 2.2;
}
.c-sentence + .c-sentence {
  margin-top: 2.2em;
}
.c-sentence + .c-btn__wrap {
  margin-top: 1.5rem;
}

.c-arrow-link {
  position: relative;
  display: inline-block;
  gap: 0 1rem;
  padding: 1.1rem 3.5rem 1.1rem 0.6rem;
  font-weight: 700;
  cursor: pointer;
}
.c-arrow-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.c-arrow-link::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.6rem;
  display: inline-block;
  width: 1.9rem;
  aspect-ratio: 30/5;
  background: url(../img/fishhook-arrow_next.svg) no-repeat center center/contain;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.c-arrow-link:hover::after {
  right: 0.4rem;
}
@media screen and (max-width: 768px) {
  .c-arrow-link {
    gap: 0 1.1rem;
    padding: 1.3rem 4rem 1.3rem 0.7rem;
  }
  .c-arrow-link::after {
    right: 0.7rem;
    width: 2.1rem;
  }
  .c-arrow-link:hover::after {
    right: 0.4rem;
  }
}

.c-faq-list__item {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 1rem;
  padding: 1rem 2rem;
}
.c-faq-list__item.is-open .c-faq-list__header::after {
  content: "－";
}
.c-faq-list__item.is-open .c-faq-list__content {
  visibility: visible;
  opacity: 1;
  height: auto;
  padding: 1.5rem 0 0;
}
.c-faq-list__item:not(:last-of-type) {
  margin-bottom: 1rem;
}
.c-faq-list__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: first baseline;
      -ms-flex-align: first baseline;
          align-items: first baseline;
  gap: 0 1.5rem;
}
.c-faq-list__header::before {
  content: "Q";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
}
.c-faq-list__header::after {
  content: "＋";
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.9rem;
  line-height: 1.3rem;
  margin: 0 0 0 auto;
}
.c-faq-list__question {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.c-faq-list__content {
  visibility: hidden;
  opacity: 0;
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: first baseline;
      -ms-flex-align: first baseline;
          align-items: first baseline;
  gap: 0 1.5rem;
  -webkit-transition: opacity 0.2s ease-out, height 0.2s ease-out, padding 0.2s ease-out;
  transition: opacity 0.2s ease-out, height 0.2s ease-out, padding 0.2s ease-out;
}
.c-faq-list__content::before {
  content: "A";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
}
.c-faq-list__answer {
  letter-spacing: 0.05em;
}
.c-faq-list__answer a {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .c-faq-list__item {
    border-radius: 1.1rem;
    padding: 1.1rem;
    border: 1px solid #e7e7e7;
  }
  .c-faq-list__item:not(:last-of-type) {
    margin-bottom: 1.1rem;
  }
  .c-faq-list__header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 1.1rem;
  }
  .c-faq-list__header::before {
    font-size: 1.1rem;
  }
  .c-faq-list__question {
    font-size: 1.1rem;
  }
  .c-faq-list__content {
    gap: 0 1.1rem;
  }
  .c-faq-list__content::before {
    font-size: 1.1rem;
  }
  .c-faq-list__answer {
    font-size: 0.9rem;
  }
}

/* modal */
.c-modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  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;
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}
.c-modal.is-open {
  visibility: visible;
  opacity: 1;
}
.c-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.c-modal__wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  max-height: 100lvh;
  background-color: #fff;
}
.c-modal__close-btn01 {
  position: absolute;
  z-index: 1;
  top: 2rem;
  right: 2rem;
  width: 1.5rem;
  aspect-ratio: 1/1;
  background: url(../img/close_ico.svg) no-repeat center center/contain;
  cursor: pointer;
  margin: 0 0 0 auto;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.c-modal__close-btn01:hover {
  opacity: 0.7;
}
.c-modal__body {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 8.8rem 1.4rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.c-modal__close-btn02 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 0.6rem;
  border-bottom: 1px solid #000000;
  margin: 6.3rem auto 0;
  cursor: pointer;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.c-modal__close-btn02:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .c-modal__wrap {
    width: calc(100% - 1.4rem);
    height: calc(100% - 1.4rem);
  }
  .c-modal__close-btn01 {
    top: 1.1rem;
    right: 1.1rem;
    width: 1.1rem;
    height: 1.1rem;
  }
  .c-modal__body {
    padding: 4.6rem 1.4rem;
  }
  .c-modal__close-btn02 {
    font-size: 1rem;
    margin: 4.6rem auto 0;
  }
}

.p-mv {
  position: relative;
  z-index: 0;
  height: 100dvh;
  margin: 0 0 7.5rem;
}
.p-mv__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-mv__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  padding: 9.4rem 0 0;
}
.p-mv__logo-wrap {
  width: 20.8rem;
  margin: 0 0 0 0.4rem;
}
.p-mv__logo-img {
  display: block;
  width: 100%;
  aspect-ratio: 332/27;
  margin: 0 0 1.1rem;
}
.p-mv__logo-img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-mv__logo-text {
  display: block;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.p-mv__catch {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: auto 0;
  padding: 0 0 3.8rem;
  -webkit-filter: drop-shadow(0 0 2.5rem #0b699c);
          filter: drop-shadow(0 0 2.5rem #0b699c);
}
.p-mv__catch .-ls-45 {
  letter-spacing: -0.45em;
}
.p-mv__catch .-ls-35 {
  letter-spacing: -0.35em;
}
@media screen and (max-width: 768px) {
  .p-mv {
    margin: 0 0 4.3rem;
  }
  .p-mv__inner {
    padding: 10rem 0 0;
  }
  .p-mv__logo-wrap {
    width: 19.3rem;
    margin: 0 0 0 0.7rem;
  }
  .p-mv__logo-img {
    margin: 0 0 1rem;
  }
  .p-mv__logo-text {
    font-size: 0.9rem;
  }
  .p-mv__catch {
    font-size: 2rem;
    padding: 5.7rem 0 2.1rem;
    -webkit-filter: drop-shadow(0 0 2.9rem #0b699c);
            filter: drop-shadow(0 0 2.9rem #0b699c);
  }
}

.p-sticky-sec {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 8.8rem;
}
.p-sticky-sec__text {
  max-width: 25rem;
}
.p-sticky-sec__img {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-sticky-sec__img-area {
    position: sticky;
    top: 0;
    left: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 42.5rem;
    height: 100dvh;
    overflow: hidden;
  }
  .p-sticky-sec__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 1.2s ease-out;
    transition: all 1.2s ease-out;
  }
  .p-sticky-sec__img.is-active {
    opacity: 1;
    visibility: visible;
  }
  .p-sticky-sec__img.-mobile {
    display: none;
  }
  .p-sticky-sec__content-area {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 8.8rem 0 0;
  }
  .p-sticky-sec__content {
    height: 100dvh;
    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;
  }
}
@media screen and (max-width: 768px) {
  .p-sticky-sec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-sticky-sec__content:not(:last-of-type) {
    margin-bottom: 5.7rem;
  }
  .p-sticky-sec__img {
    margin: 0 0 4.3rem;
  }
  .p-sticky-sec__img.-desktop {
    display: none;
  }
  .p-sticky-sec__img.-mobile {
    display: block;
    aspect-ratio: 1/1;
  }
  .p-sticky-sec__text {
    width: calc(100% - 4.3rem);
    margin: 0 auto;
  }
}

.p-fixed-sec {
  position: relative;
  z-index: 0;
}
.p-fixed-sec__bg-wrap {
  width: 100%;
  height: 100dvh;
  overflow: hidden;
}
.p-fixed-sec__bg {
  width: 100%;
  height: 100%;
}
.p-fixed-sec__body {
  width: 100%;
  max-width: 35rem;
}
@media screen and (min-width: 769px) {
  .p-fixed-sec__bg-wrap {
    position: sticky;
    top: 0;
    left: 0;
  }
  .p-fixed-sec__inner {
    position: relative;
    padding: 7.5rem 0;
    margin: -100dvh auto 0;
  }
}
@media screen and (max-width: 768px) {
  .p-fixed-sec__bg-wrap {
    height: 23.8rem;
  }
  .p-fixed-sec__body {
    padding: 4.3rem 0 0;
  }
}

.p-sec__header {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 5rem;
}
.p-sec__sub-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
}
.p-sec__main-heading {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 3rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-sec__header {
    margin: 0 0 5.7rem;
  }
  .p-sec__sub-note {
    font-size: 0.9rem;
    margin: 1.6rem 0 0;
  }
  .p-sec__sub-heading {
    font-size: 1.3rem;
  }
  .p-sec__main-heading {
    font-size: 1.4rem;
    margin: 2.3rem 0 0;
  }
}

.p-message__desc {
  font-size: 1.1rem;
  line-height: 2.5;
  margin: 5rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-message__desc {
    font-size: 1.1rem;
    margin: 2.9rem 0 0;
  }
}

.p-aboutus__catch {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 5rem 0 0;
}
.p-aboutus__desc {
  font-size: 1.1rem;
  line-height: 2.5;
  margin: 5rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-aboutus__catch {
    font-size: 2.3rem;
    margin: 3.4rem 0 2.9rem;
  }
  .p-aboutus__desc {
    font-size: 1.1rem;
    margin: 2.9rem 0 0;
  }
}

.p-cover {
  margin: 7.5rem 0 0;
}
.p-cover__bg {
  width: 100%;
  height: 31.3rem;
  aspect-ratio: 1440/500;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-cover {
    margin: 5.7rem 0 0;
  }
  .p-cover__bg {
    height: 35.7rem;
    aspect-ratio: 390/500;
  }
}

.p-job {
  padding: 8.8rem 0 11.3rem;
}
.p-job__tab-area {
  width: 100%;
  overflow-x: auto;
  margin: 3.8rem auto 5rem;
}
.p-job__tab-list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2.5rem;
  padding: 0 1.1rem;
}
.p-job__tab {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 10rem;
  height: 3.8rem;
  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;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  padding: 0.5rem 0;
  cursor: pointer;
}
.p-job__tab::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e7e7e7;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.p-job__tab.is-active::after {
  height: 2px;
  background-color: #000000;
}
@media screen and (max-width: 768px) {
  .p-job {
    margin: 0 0 4.3rem;
  }
  .p-job__tab-area {
    width: 100vw;
    margin: 2.9rem calc(50% - 50vw) 1.4rem;
  }
  .p-job__tab-list {
    gap: 0 0.7rem;
  }
  .p-job__tab {
    min-width: 7.9rem;
    height: 3.6rem;
    font-size: 0.9rem;
  }
}

.p-job-panel {
  opacity: 0;
  height: 0;
  visibility: hidden;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 0 auto;
      grid-template-areas: "header img02" "content img02";
  -ms-grid-columns: 36.3rem 7.5rem 1fr;
  grid-template-columns: 36.3rem 1fr;
  gap: 0 7.5rem;
  -webkit-transition: opacity 1.2s ease-out, height 1.2s ease-out;
  transition: opacity 1.2s ease-out, height 1.2s ease-out;
}
.p-job-panel__header {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: header;
  -ms-grid-row-align: end;
      align-self: end;
  margin: 0 0 1.6rem;
}
.p-job-panel__img01 {
  width: 100%;
  aspect-ratio: 580/332;
}
.p-job-panel__sub-heading {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  margin: -0.6em 0 0;
}
.p-job-panel__content {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: content;
  -ms-grid-row-align: start;
      align-self: start;
  max-width: 30rem;
  margin: 0 auto;
}
.p-job-panel__main-heading {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  margin: 0 0 1.5rem;
}
.p-job-panel__img02 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: img02;
  margin: 0 -9.7vw 0 0;
}
.p-job-panel.is-active {
  opacity: 1;
  height: auto;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .p-job-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.3rem 0;
  }
  .p-job-panel__header {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .p-job-panel__sub-heading {
    font-size: 3.1rem;
    margin: -0.5em 0 0;
  }
  .p-job-panel__main-heading {
    font-size: 1.4rem;
    margin: 0 0 1.7rem;
  }
  .p-job-panel__img02 {
    width: 100vw;
    aspect-ratio: 390/300;
    overflow: hidden;
    margin: 0 calc(50% - 50vw);
  }
}

.p-job-modal__inner {
  max-width: 50rem;
  margin: 0 auto;
}
.p-job-modal__header {
  text-align: center;
  margin: 0 0 6.3rem;
}
.p-job-modal__sub-heading {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 2rem;
}
.p-job-modal__main-heading {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p-job-modal__block:not(:last-of-type) {
  margin-bottom: 5rem;
}
.p-job-modal__title {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0 0 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-job-modal__header {
    margin: 0 0 4.6rem;
  }
  .p-job-modal__sub-heading {
    font-size: 3.1rem;
    margin: 0 0 0.9rem;
  }
  .p-job-modal__main-heading {
    font-size: 1.1rem;
  }
  .p-job-modal__block:not(:last-of-type) {
    margin-bottom: 3.4rem;
  }
  .p-job-modal__title {
    font-size: 1.3rem;
    margin: 0 0 1.1rem;
  }
}

.p-interview {
  position: relative;
  z-index: 0;
  margin: 0 0 3.4rem;
}
.p-interview__bg-wrap {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
}
.p-interview__bg {
  width: 100%;
  height: 100%;
}
.p-interview__header {
  position: absolute;
  z-index: 1;
  top: 6.3rem;
  left: 6.3rem;
  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;
  gap: 1.9rem 0;
}
.p-interview__count {
  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;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.p-interview__count .-num {
  font-size: 6.1rem;
  font-weight: 400;
}
.p-interview__catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 0.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.p-interview__catch span {
  display: block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  background-color: #fff;
  padding: 0.3rem 0;
}
.p-interview__body {
  position: relative;
  max-width: 45rem;
  width: 100%;
  background-color: #fff;
  padding: 8rem;
  margin: -6.3rem 0 0 auto;
}
.p-interview__img01 {
  width: 100%;
  aspect-ratio: 464/266;
  margin: 0 0 1.9rem;
}
.p-interview__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 1.1rem 0;
  margin: 0 0 4rem;
}
.p-interview__dep {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 1em 0 0;
}
.p-interview__block:not(:last-of-type) {
  margin-bottom: 4rem;
}
.p-interview__title {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0 0 1.5rem;
}
.p-interview__img02 {
  width: 100%;
  margin: 1.5rem 0;
}
@media screen and (max-width: 768px) {
  .p-interview {
    margin: 0 0 10rem;
  }
  .p-interview__bg-wrap {
    position: initial;
    height: 37.1rem;
  }
  .p-interview__header {
    top: -2.9rem;
    left: 1.7rem;
    gap: 1rem 0;
    padding-top: 2rem;
    margin-top: -2rem;
  }
  .p-interview__count {
    font-size: 0.7rem;
  }
  .p-interview__count .-num {
    font-size: 4.1rem;
  }
  .p-interview__catch {
    font-size: 1.4rem;
    letter-spacing: 0.2em;
  }
  .p-interview__catch span {
    padding: 0.6rem 0.3rem 0.3rem;
  }
  .p-interview__body {
    padding: 2.9rem 2.1rem;
    margin: 0;
  }
  .p-interview__img01 {
    margin: 0 0 2.9rem;
  }
  .p-interview__profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 0 4.6rem;
  }
  .p-interview__dep {
    font-size: 1.9rem;
  }
  .p-interview__name {
    font-size: 1.1rem;
  }
  .p-interview__title {
    font-size: 1.3rem;
    margin: 0 0 1.7rem;
  }
  .p-interview__title:not(:first-of-type) {
    margin-top: 3.4rem;
  }
  .p-interview__img02 {
    margin: 1.7rem 0;
  }
}

.p-voice__card-wrap {
  margin: 5.4rem 0 0;
}
.p-voice__card {
  border-radius: 1rem;
  padding: 2.5rem 2rem;
  background-color: rgba(255, 255, 255, 0.8);
}
.p-voice__card:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
.p-voice__title {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0 0 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-voice__card {
    padding: 0;
  }
  .p-voice__card:not(:last-of-type) {
    margin-bottom: 3.4rem;
  }
  .p-voice__title {
    font-size: 1.3rem;
    margin: 0 0 1.7rem;
  }
}

.p-env {
  padding: 8.8rem 0 0;
  margin: 0 0 8.8rem;
}
.p-env__body {
  margin: 7.5rem 0 0;
}
.p-env__title {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0 0 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-env {
    padding: 10rem 0 0;
    margin: 0 0 7.1rem;
  }
  .p-env__body {
    margin: 4.6rem 0 0;
  }
  .p-env__title {
    font-size: 1.3rem;
    margin: 0 0 1.7rem;
  }
}

@media screen and (min-width: 769px) {
  .p-faq__header {
    color: #fff;
    margin-left: auto;
  }
  .p-faq__body {
    margin: 0 0 0 auto;
  }
}

.p-entry {
  padding: 12.5rem 0 0;
  margin: 0 0 12.5rem;
}
.p-entry__heading {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0 0 5.6rem;
}
.p-entry__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.4rem 2.5rem;
}
.p-entry__item {
  position: relative;
  z-index: 0;
  width: calc(50% - 1.3rem);
  aspect-ratio: 660/380;
  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: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding: 2.5rem;
}
.p-entry__item::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #7fd4e7;
  opacity: 0;
  mix-blend-mode: hard-light;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.p-entry__item:hover::before {
  opacity: 0.8;
}
.p-entry__item:hover .p-entry__arrow::before {
  margin-right: -0.3rem;
}
.p-entry__bg {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-entry__content {
  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;
  color: #fff;
}
.p-entry__title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0;
}
.p-entry__arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  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: 4rem;
  aspect-ratio: 1/1;
  border: 1px solid currentColor;
  border-radius: 50%;
}
.p-entry__arrow::before {
  content: "";
  display: inline-block;
  width: 32.8125%;
  aspect-ratio: 21/8;
  background: url(../img/arrow_next_wh.svg) no-repeat center center/contain;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
@media screen and (max-width: 768px) {
  .p-entry {
    padding: 10.7rem 0 0;
    margin: 0 0 5.7rem;
  }
  .p-entry__heading {
    font-size: 1.3rem;
    margin: 0 0 1.4rem;
  }
  .p-entry__item {
    width: 100%;
    padding: 1.4rem;
  }
  .p-entry__title {
    font-size: 1.4rem;
  }
  .p-entry__arrow {
    width: 2.9rem;
  }
}

.p-gallery {
  overflow: hidden;
  margin: 0 0 6.3rem;
}
.p-gallery__slider {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.p-gallery__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 1.5rem 0 0;
}
.p-gallery__track:first-of-type {
  -webkit-animation: loop01 60s -30s linear infinite;
          animation: loop01 60s -30s linear infinite;
}
.p-gallery__track:last-of-type {
  -webkit-animation: loop02 60s linear infinite;
          animation: loop02 60s linear infinite;
}
.p-gallery__slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 26.9rem;
  height: auto;
  aspect-ratio: 430/280;
}
.p-gallery__slider01 {
  margin: 0 0 2rem;
}
.p-gallery__slider02 .p-gallery__track {
  animation-direction: reverse;
}
@-webkit-keyframes loop01 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop01 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop02 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes loop02 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@media screen and (max-width: 768px) {
  .p-gallery {
    margin: 0 0 5.7rem;
  }
  .p-gallery__track {
    gap: 0 0.9rem;
    padding: 0 0.9rem 0 0;
  }
  .p-gallery__slide {
    width: 15.3rem;
  }
  .p-gallery__slider01 {
    margin: 0 0 0.9rem;
  }
}

/* adjustment */
.rellax {
  width: 100%;
  height: 100%;
}

.u-weight--400 {
  font-weight: 400;
}
.u-weight--500 {
  font-weight: 500;
}
.u-weight--700 {
  font-weight: 700;
}

.u-align--center {
  text-align: center;
}

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

@media screen and (max-width: 768px) {
  .u-hidden--sm {
    display: none;
  }
}