@charset "UTF-8";
/* Sass Document */
/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
html,
body {
  height: 100%;
  background-color: #202127;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  font-size: min(0.8327550312vw, 62.5%);
}
@media screen and (max-width: 767.98px) {
  html {
    width: 100%;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  width: 100%;
  color: #ece6df;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
form {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
  list-style-type: none;
  font-style: normal;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-break: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media screen and (max-width: 767.98px) {
  html {
    font-size: 2.66666vw;
  }
}
@media (min-width: 768px) {
  a[href*="tel:"] {
    text-decoration: none;
    cursor: default;
    pointer-events: none;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.u-en {
  font-family: "Lato", serif;
}

.sp {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 767.98px) {
  .pc {
    display: none;
  }
}

.js-anime {
  opacity: 0;
  -webkit-transform: translateY(10rem);
          transform: translateY(10rem);
}
.js-anime.js-animeOn {
  -webkit-animation: isFade 1.2s ease-in-out forwards;
          animation: isFade 1.2s ease-in-out forwards;
}

@-webkit-keyframes isFade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(8rem);
            transform: translateY(8rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes isFade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(8rem);
            transform: translateY(8rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
[data-inview] {
  opacity: 0;
}

[data-inview=fade-up],
[data-inview=fade-fast] {
  -webkit-transform: translate(0, 10rem);
          transform: translate(0, 10rem);
}

[data-inview=fade-left] {
  -webkit-transform: translate(5rem, 0);
          transform: translate(5rem, 0);
}

[data-inview=fade-right] {
  -webkit-transform: translate(-5rem, 0);
          transform: translate(-5rem, 0);
}

.c-txt {
  font-size: 1.4rem;
  line-height: 2.4;
}
@media screen and (max-width: 767.98px) {
  .c-txt {
    font-size: 1.2rem;
    line-height: 1.9;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	header
* --------------------------------------------------------------------------------------------------*/
#l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.l-header__inner {
  position: relative;
  padding: 2.55rem 3rem 3.4rem;
  z-index: 110;
}
@media screen and (max-width: 767.98px) {
  .l-header__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .l-header__inner .l-language-wrapper {
    display: none;
  }
}

.l-header__logo {
  visibility: hidden;
  opacity: 0;
  width: 19.2rem;
  -webkit-transition: 0.3s visible, 0.3s opacity;
  transition: 0.3s visible, 0.3s opacity;
}
.l-header__logo.is-in {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.l-header__logo.is-show {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.l-header__logo a {
  text-decoration: none;
}
@media (any-hover) {
  .l-header__logo a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-header__logo a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767.98px) {
  .l-header__logo {
    width: 13.2rem;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.3s opacity, 0.3s visibility;
    transition: 0.3s opacity, 0.3s visibility;
  }
}

.l-hamburger-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.7rem;
  position: absolute;
  right: 3rem;
  top: 1rem;
}
@media screen and (max-width: 767.98px) {
  .l-hamburger-wrapper {
    margin-left: auto;
  }
}
.l-hamburger-wrapper.is-open .l-hamburger .c-line:first-of-type {
  top: calc(50% - 0.5px);
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation: unset;
          animation: unset;
}
.l-hamburger-wrapper.is-open .l-hamburger .c-line:nth-of-type(2) {
  opacity: 0;
  -webkit-animation: unset;
          animation: unset;
}
.l-hamburger-wrapper.is-open .l-hamburger .c-line:last-of-type {
  top: calc(50% - 0.5px);
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-animation: unset;
          animation: unset;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.l-hamburger {
  width: 4rem;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  border: none;
  padding: 0;
}
@media (any-hover: hover) {
  .l-hamburger:hover .c-line:first-of-type {
    -webkit-animation: line-1 2s infinite;
            animation: line-1 2s infinite;
  }
  .l-hamburger:hover .c-line:nth-of-type(2) {
    -webkit-animation: line-2 2s -3.3s infinite;
            animation: line-2 2s -3.3s infinite;
  }
  .l-hamburger:hover .c-line:nth-of-type(3) {
    -webkit-animation: line-1 2s -0.1s infinite;
            animation: line-1 2s -0.1s infinite;
  }
}
@media screen and (max-width: 767.98px) {
  .l-hamburger {
    width: 2.8rem;
  }
}
.l-hamburger .c-line {
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.l-hamburger .c-line:first-of-type {
  top: 0;
}
.l-hamburger .c-line:nth-of-type(2) {
  top: calc(50% - 0.5px);
}
.l-hamburger .c-line:last-of-type {
  top: calc(100% - 1px);
}

@-webkit-keyframes line-1 {
  0% {
    -webkit-transform: scale(0.7, 1);
            transform: scale(0.7, 1);
  }
  10% {
    -webkit-transform: scale(0.5, 1);
            transform: scale(0.5, 1);
  }
  20% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  30% {
    -webkit-transform: scale(0.1, 1);
            transform: scale(0.1, 1);
  }
  40% {
    -webkit-transform: scale(0.5, 1);
            transform: scale(0.5, 1);
  }
  50% {
    -webkit-transform: scale(0.7, 1);
            transform: scale(0.7, 1);
  }
  60% {
    -webkit-transform: scale(0.5, 1);
            transform: scale(0.5, 1);
  }
  70% {
    -webkit-transform: scale(0.1, 1);
            transform: scale(0.1, 1);
  }
  80% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  90% {
    -webkit-transform: scale(0.1, 1);
            transform: scale(0.1, 1);
  }
  100% {
    -webkit-transform: scale(0.7, 1);
            transform: scale(0.7, 1);
  }
}

@keyframes line-1 {
  0% {
    -webkit-transform: scale(0.7, 1);
            transform: scale(0.7, 1);
  }
  10% {
    -webkit-transform: scale(0.5, 1);
            transform: scale(0.5, 1);
  }
  20% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  30% {
    -webkit-transform: scale(0.1, 1);
            transform: scale(0.1, 1);
  }
  40% {
    -webkit-transform: scale(0.5, 1);
            transform: scale(0.5, 1);
  }
  50% {
    -webkit-transform: scale(0.7, 1);
            transform: scale(0.7, 1);
  }
  60% {
    -webkit-transform: scale(0.5, 1);
            transform: scale(0.5, 1);
  }
  70% {
    -webkit-transform: scale(0.1, 1);
            transform: scale(0.1, 1);
  }
  80% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  90% {
    -webkit-transform: scale(0.1, 1);
            transform: scale(0.1, 1);
  }
  100% {
    -webkit-transform: scale(0.7, 1);
            transform: scale(0.7, 1);
  }
}
@-webkit-keyframes line-2 {
  0% {
    -webkit-transform: scale(0.3, 1);
            transform: scale(0.3, 1);
  }
  10% {
    -webkit-transform: scale(0.2, 1);
            transform: scale(0.2, 1);
  }
  20% {
    -webkit-transform: scale(0.4, 1);
            transform: scale(0.4, 1);
  }
  30% {
    -webkit-transform: scale(0.1, 1);
            transform: scale(0.1, 1);
  }
  40% {
    -webkit-transform: scale(0.2, 1);
            transform: scale(0.2, 1);
  }
  50% {
    -webkit-transform: scale(0.3, 1);
            transform: scale(0.3, 1);
  }
  60% {
    -webkit-transform: scale(0.2, 1);
            transform: scale(0.2, 1);
  }
  70% {
    -webkit-transform: scale(0.1, 1);
            transform: scale(0.1, 1);
  }
  80% {
    -webkit-transform: scale(0.4, 1);
            transform: scale(0.4, 1);
  }
  90% {
    -webkit-transform: scale(0.1, 1);
            transform: scale(0.1, 1);
  }
  100% {
    -webkit-transform: scale(0.3, 1);
            transform: scale(0.3, 1);
  }
}
@keyframes line-2 {
  0% {
    -webkit-transform: scale(0.3, 1);
            transform: scale(0.3, 1);
  }
  10% {
    -webkit-transform: scale(0.2, 1);
            transform: scale(0.2, 1);
  }
  20% {
    -webkit-transform: scale(0.4, 1);
            transform: scale(0.4, 1);
  }
  30% {
    -webkit-transform: scale(0.1, 1);
            transform: scale(0.1, 1);
  }
  40% {
    -webkit-transform: scale(0.2, 1);
            transform: scale(0.2, 1);
  }
  50% {
    -webkit-transform: scale(0.3, 1);
            transform: scale(0.3, 1);
  }
  60% {
    -webkit-transform: scale(0.2, 1);
            transform: scale(0.2, 1);
  }
  70% {
    -webkit-transform: scale(0.1, 1);
            transform: scale(0.1, 1);
  }
  80% {
    -webkit-transform: scale(0.4, 1);
            transform: scale(0.4, 1);
  }
  90% {
    -webkit-transform: scale(0.1, 1);
            transform: scale(0.1, 1);
  }
  100% {
    -webkit-transform: scale(0.3, 1);
            transform: scale(0.3, 1);
  }
}
.l-hamburger-inner {
  display: block;
  position: relative;
  height: 2.2rem;
}
@media screen and (max-width: 767.98px) {
  .l-hamburger-inner {
    height: 1.6rem;
  }
}

.c-menu-text {
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  margin-top: 1.4rem;
  display: block;
}
@media screen and (max-width: 767.98px) {
  .c-menu-text {
    font-size: 0.8rem;
    margin-top: 0.9rem;
  }
}

.l-language-wrapper {
  position: absolute;
  right: 0;
  top: 100%;
  width: 11rem;
}
@media screen and (max-width: 767.98px) {
  .l-language-wrapper {
    right: auto;
    left: 2rem;
    position: relative;
    top: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.l-language {
  background-color: transparent;
  padding: 0;
  border: none;
  position: relative;
  font: inherit;
  cursor: pointer;
  display: block;
  text-align: center;
  margin-left: auto;
  padding: 0 3rem 0 2rem;
}
@media screen and (max-width: 767.98px) {
  .l-language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0.8rem;
    margin: 0;
    padding: 0;
  }
  .l-language.is-open .c-language-txt::after {
    -webkit-transform: translateY(-10%) rotate(225deg);
            transform: translateY(-10%) rotate(225deg);
  }
}
.l-language .icn {
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .l-language .icn {
    width: 1.4rem;
    height: 1.4rem;
    margin-top: 0.2rem;
  }
}

.c-language-txt {
  font-size: 1.4rem;
  color: #fff;
  white-space: nowrap;
  margin-top: 1rem;
  display: block;
}
@media screen and (max-width: 767.98px) {
  .c-language-txt {
    position: relative;
    margin: 0 0 0 0.3rem;
    padding-right: 1.5rem;
    text-align: left;
    top: auto;
  }
  .c-language-txt::after {
    right: 0;
    content: "";
    position: absolute;
    width: 0.6rem;
    height: 0.6rem;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    top: 45%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    -webkit-transition: 0.3s -webkit-transform;
    transition: 0.3s -webkit-transform;
    transition: 0.3s transform;
    transition: 0.3s transform, 0.3s -webkit-transform;
  }
}

.l-select-language {
  position: relative;
  white-space: nowrap;
  right: 0;
  padding-top: 1rem;
  display: none;
}
@media screen and (max-width: 767.98px) {
  .l-select-language {
    position: static;
    padding-top: 0.5rem;
    margin: 0 0 0 1.7rem;
  }
}
.l-select-language li {
  font-size: 1.4rem;
  text-align: right;
}
.l-select-language li.is-current {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .l-select-language li {
    text-align: left;
  }
}
.l-select-language a {
  display: block;
  padding: 1rem 3rem 1rem 2rem;
  text-decoration: none;
  text-align: right;
  color: #fff;
}
@media (any-hover) {
  .l-select-language a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-select-language a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767.98px) {
  .l-select-language a {
    padding: 0.8rem 0;
    display: inline-block;
    position: relative;
    padding-right: 1.6rem;
    text-align: center;
  }
}

.l-global-nav-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  height: 100vh;
  padding-top: 20rem;
  padding-bottom: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #202127 no-repeat top center/cover;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s opacity, visibility 0.3s;
  transition: 0.3s opacity, visibility 0.3s;
}
.l-global-nav-content.is-show {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.l-global-nav-content .p-bg-content {
  z-index: 150;
}
@media screen and (max-width: 767.98px) {
  .l-global-nav-content {
    display: block;
    padding-top: 12rem;
    height: 100dvh;
    overflow: auto;
    background-image: url(../img/bg_nav_sp.jpg);
  }
  @supports (background-image: url(image.webp)) {
    .l-global-nav-content {
      background-image: url(../img/bg_nav_sp.webp);
    }
  }
}
.l-global-nav-content .p-utility-nav {
  margin-top: auto;
}
@media screen and (max-width: 767.98px) {
  .l-global-nav-content .p-utility-nav {
    margin-top: 16rem;
    padding: 0 2rem;
  }
}
.l-global-nav-content .p-utility-nav__item a {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .l-global-nav-content .p-utility-nav__item a {
    text-align: left;
    padding: 1.3rem 0;
  }
}

.p-bg-navlignt {
  background: url(../img/bg_light_nav.png) no-repeat bottom right/100% 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 64rem;
  height: 40rem;
  pointer-events: none;
  mix-blend-mode: lighten;
  background-blend-mode: lighten;
}
@media screen and (max-width: 767.98px) {
  .p-bg-navlignt {
    width: 30rem;
    height: 14rem;
  }
}

.p-primary-nav {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .p-primary-nav {
    width: auto;
    margin: 6rem 0 0;
    padding: 0 2rem;
  }
}

.p-primary-nav__list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-primary-nav__item {
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .p-primary-nav__item {
    font-size: 2rem;
  }
}
.p-primary-nav__item + .p-primary-nav__item {
  margin-top: 4rem;
}
@media screen and (max-width: 767.98px) {
  .p-primary-nav__item + .p-primary-nav__item {
    margin-top: 0;
  }
}
.p-primary-nav__item a {
  color: #fff;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-primary-nav__item a {
    padding: 1.2rem 0;
  }
}
@media (any-hover: hover) {
  .p-primary-nav__item a:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.p-primary-nav__item a::after {
  content: "";
  position: absolute;
  top: 100%;
  height: 1px;
  width: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: 0.6s -webkit-transform;
  transition: 0.6s -webkit-transform;
  transition: 0.6s transform;
  transition: 0.6s transform, 0.6s -webkit-transform;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
@media screen and (max-width: 767.98px) {
  .p-primary-nav__item a::after {
    display: none;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	footer
* --------------------------------------------------------------------------------------------------*/
#l-footer {
  padding-top: 12rem;
  padding-bottom: 4rem;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  #l-footer {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}

.l-footer__inner {
  position: relative;
  z-index: 10;
}

.l-footer__logo {
  width: 10.2rem;
  margin: 0 auto;
  text-align: center;
}
@media (any-hover) {
  .l-footer__logo a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-footer__logo a:hover {
    opacity: 0.7;
  }
}

#l-footer .p-utility-nav__list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 3rem;
  max-width: 56rem;
  margin-inline: auto;
}
@media screen and (max-width: 767.98px) {
  #l-footer .p-utility-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: inherit;
    gap: 0 1.5rem;
    padding: 0 2rem;
  }
}

.l-footer__breadcrumbs {
  padding: 0 2rem;
  max-width: 80rem;
  margin: 0 auto 7rem;
}
@media screen and (max-width: 767.98px) {
  .l-footer__breadcrumbs {
    margin: 0 auto 4rem;
  }
}
.l-footer__breadcrumbs ol {
  padding: 0;
  margin: 0;
}
.l-footer__breadcrumbs ol li {
  list-style: none;
  font-size: 1.2rem;
  line-height: 1.4;
  display: inline;
}
.l-footer__breadcrumbs ol li:not(:last-child)::after {
  content: "";
  display: inline-block;
  margin-inline: 0.4em;
  clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
  width: 1rem;
  aspect-ratio: 1;
  background-color: #949494;
}
.l-footer__breadcrumbs ol li a {
  color: #949494;
  text-underline-offset: 3px;
}
@media (any-hover) {
  .l-footer__breadcrumbs ol li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-footer__breadcrumbs ol li a:hover {
    opacity: 0.7;
  }
}
.l-footer__breadcrumbs ol li a.current {
  pointer-events: none;
  text-decoration: none;
}

.p-utility-nav {
  margin-top: 7rem;
}
@media screen and (max-width: 767.98px) {
  .p-utility-nav {
    margin-top: 3rem;
  }
}

.p-utility-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 3rem;
}
@media screen and (max-width: 767.98px) {
  .p-utility-nav__list {
    display: block;
  }
}

.p-utility-nav__item {
  font-size: 1.1rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767.98px) {
  .p-utility-nav__item {
    text-align: center;
  }
}
.p-utility-nav__item a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding-bottom: 0.5rem;
}
@media (any-hover: hover) {
  .p-utility-nav__item a:hover::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.p-utility-nav__item a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #fff;
  width: 100%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: 0.6s -webkit-transform;
  transition: 0.6s -webkit-transform;
  transition: 0.6s transform;
  transition: 0.6s transform, 0.6s -webkit-transform;
}
@media screen and (max-width: 767.98px) {
  .p-utility-nav__item a {
    display: block;
    text-align: center;
    padding: 1rem 0;
  }
}
.p-utility-nav__item a[target=_blank] span {
  display: inline-block;
  position: relative;
  padding-right: 1.5rem;
}
.p-utility-nav__item a[target=_blank] span::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  background: url(../img/icn_blank.svg) no-repeat center center/100% 100%;
  top: 0.2rem;
  right: 0;
}

.c-copyright {
  margin-top: 4rem;
  display: block;
  font-size: 1rem;
  color: #949494;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .c-copyright {
    margin-top: 2.4rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	main
* --------------------------------------------------------------------------------------------------*/
#l-main {
  isolation: isolate;
}

picture {
  display: block;
}

.l-content {
  position: relative;
  z-index: 8;
}

.p-bg-content {
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  position: fixed;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
  opacity: 0;
  -webkit-filter: blur(7rem);
          filter: blur(7rem);
}
.p-bg-content:not(.js-fade-in) {
  -webkit-transition: all 0.8s ease-out 0.3s;
  transition: all 0.8s ease-out 0.3s;
}
.p-bg-content.js-fade-in {
  opacity: 0.8;
  -webkit-filter: blur(0);
          filter: blur(0);
}
@media screen and (max-width: 767.98px) {
  .p-bg-content.js-fade-in {
    opacity: 1;
    background-blend-mode: lighten;
    mix-blend-mode: lighten;
  }
}
.p-bg-content:not(.is-out) {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.p-bg-content.is-out {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  opacity: 0;
  -webkit-filter: blur(7rem);
          filter: blur(7rem);
}

.p-bg-content01 {
  background: url(../img/bg_top.png) no-repeat top right/37.7rem;
}
@media screen and (max-width: 767.98px) {
  .p-bg-content01 {
    background-size: 100% auto;
    background-image: url(../img/bg_sp_top.png);
  }
}

.p-bg-content02 {
  background: url(../img/bg_bottom.png) no-repeat bottom left/27.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-bg-content02 {
    background-image: url(../img/bg_sp_bottom.png);
    background-size: 7.8rem 12.6rem;
  }
}

.p-mv {
  height: 100vh;
  overflow: hidden;
  position: relative;
  position: relative;
  min-height: 66.7rem;
  z-index: 8;
}
.p-mv picture {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767.98px) {
  .p-mv {
    min-height: 66.7rem;
  }
}
.p-mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-ttl-wrapper {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  width: 98.1rem;
  margin: 0 auto;
  bottom: 20%;
  opacity: 0;
  translate: -2% 0;
  -webkit-transition: translate 0.8s ease-out 0.6s, opacity 0.8s ease-out 0.6s;
  transition: translate 0.8s ease-out 0.6s, opacity 0.8s ease-out 0.6s;
}
@media screen and (max-width: 767.98px) {
  .p-ttl-wrapper {
    width: 33.3rem;
    bottom: 17rem;
    z-index: 100;
  }
}
.p-ttl-wrapper.js-fade-in {
  opacity: 1;
  translate: 0 0;
}

.c-logo-bland {
  width: 39.7rem;
  margin-left: auto;
}
@media screen and (max-width: 767.98px) {
  .c-logo-bland {
    width: 13.4rem;
  }
}

.p-stroies {
  padding-top: 31.5rem;
  margin-top: -27rem;
  position: relative;
  padding-bottom: 6rem;
  /* background: url(../img/bg_stories_pc.png) repeat-x top center/100% auto; */
  z-index: 8;
}
@media screen and (max-width: 960px) {
  .p-stroies {
    margin-top: -39rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-stroies {
    margin-top: -7rem;
    padding-top: 0;
    color: #ece6df;
    padding-bottom: 0;
    /* background-image: url(../img/bg_stories.png); */
  }
}

.p-bg-stories {
  position: absolute;
}
.p-bg-stories.bg-01 {
  background: url(../img/bg_cercle01.png) no-repeat top left/100% auto;
  mix-blend-mode: hard-light;
  top: 10rem;
  left: 0;
  width: 43.6rem;
  height: 68.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-bg-stories.bg-01 {
    width: 13rem;
    height: 20rem;
    left: -2rem;
    top: -4rem;
  }
}
.p-bg-stories.bg-02 {
  background: url(../img/bg_light.png) no-repeat top right/100% 100%;
  top: 59rem;
  right: 0;
  width: 50.5rem;
  aspect-ratio: 115/214;
  mix-blend-mode: screen;
}
@media screen and (max-width: 767.98px) {
  .p-bg-stories.bg-02 {
    top: 29rem;
    right: 0;
    width: 22.5rem;
  }
}
.p-bg-stories.bg-03 {
  background: url(../img/bg_cercle02.png) no-repeat top right/100% auto;
  width: 54.7rem;
  height: 68rem;
  top: 100rem;
  right: 0;
  mix-blend-mode: hard-light;
  z-index: 5;
}
@media screen and (max-width: 767.98px) {
  .p-bg-stories.bg-03 {
    top: 46rem;
    width: 23.4rem;
    right: -2rem;
    height: 33rem;
  }
}
.p-bg-stories.bg-04 {
  background: url(../img/bg_blur.png) no-repeat top right/100% 100%;
  width: 62rem;
  height: 62rem;
  top: 127rem;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 767.98px) {
  .p-bg-stories.bg-04 {
    width: 29rem;
    height: 29rem;
    top: 59rem;
  }
}

#concept {
  padding-top: 15rem;
  max-width: 106.3rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 10;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  #concept {
    color: #ece6df;
    max-width: 33.5rem;
    padding-top: 10rem;
  }
}
#concept .c-txt {
  font-size: 1.4rem;
  line-height: 2.2;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  #concept .c-txt {
    font-size: 1.2rem;
    line-height: 1.9;
  }
}
#concept .c-txt + .c-txt {
  margin-top: 1.7em;
}
@media screen and (max-width: 767.98px) {
  #concept .c-txt + .c-txt {
    margin-top: 2em;
  }
}
#concept .u-center {
  text-align: center;
}

.c-concept__ttl {
  font-size: 3.2rem;
  margin-bottom: 4.1rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.9;
}
@media screen and (max-width: 767.98px) {
  .c-concept__ttl {
    font-size: 2rem;
    margin-bottom: 1.3rem;
  }
}
.c-concept__ttl.-second {
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 767.98px) {
  .c-concept__ttl.-second {
    margin-bottom: 1.8rem;
  }
}

.p-name-block {
  margin: 20rem auto 8.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-name-block {
    margin-top: 18rem;
    margin-bottom: 4.6rem;
  }
}

.c-jillian {
  width: 73.1rem;
}
@media screen and (max-width: 767.98px) {
  .c-jillian {
    width: 22.9rem;
  }
}

.c-yamazaki {
  width: 91rem;
}
@media screen and (max-width: 767.98px) {
  .c-yamazaki {
    width: 28.5rem;
  }
}

.c-osawa {
  width: 82.6rem;
}
@media screen and (max-width: 767.98px) {
  .c-osawa {
    width: 25.8rem;
  }
}

.c-ohira {
  width: 66rem;
  margin-left: auto;
}
@media screen and (max-width: 767.98px) {
  .c-ohira {
    width: 20.7rem;
  }
}

.c-cross {
  width: 7.5rem;
  margin: 5rem auto 3.3rem;
}
@media screen and (max-width: 767.98px) {
  .c-cross {
    width: 1.6rem;
    margin-top: 1.6rem;
    margin-bottom: 0.8rem;
  }
}

.p-svg {
  display: none;
}

.anchor {
  position: absolute;
}

.p-movie {
  position: relative;
  margin-top: 10rem;
}
@media screen and (max-width: 767.98px) {
  .p-movie {
    margin-top: 4rem;
  }
}
.p-movie .anchor {
  top: -8rem;
}

.p-movie-content {
  max-width: 106.3rem;
  margin: 0 auto;
  aspect-ratio: 16/9;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-movie-content {
    max-width: inherit;
    width: 33.5rem;
  }
}
.p-movie-content iframe {
  width: 100% !important;
  height: 100% !important;
  display: block;
}

.p-collaboration {
  max-width: 106rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0.1em;
  margin: 19.4rem auto 24rem;
  padding: 3rem 0;
}
.p-collaboration p {
  line-height: 1.4;
}
@media screen and (max-width: 767.98px) {
  .p-collaboration {
    font-size: 1.2rem;
    width: 33.5rem;
    max-width: inherit;
    padding: 2.6rem 0;
    margin-top: 13.5rem;
    margin-bottom: 10rem;
  }
}

#archive {
  padding-top: 4rem;
  position: relative;
  padding-bottom: 18rem;
  margin-top: 24rem;
}
@media screen and (max-width: 767.98px) {
  #archive {
    padding-bottom: 10rem;
    margin-top: 10rem;
  }
}
#archive .p-archive__ttl-wrapper {
  max-width: 106rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767.98px) {
  #archive .p-archive__ttl-wrapper {
    display: block;
    padding: 0 2rem;
  }
}
#archive .p-archive__ttl-wrapper p {
  margin-bottom: 0.8rem;
  font-size: 1.4rem;
  margin-left: 11.7rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  #archive .p-archive__ttl-wrapper p {
    font-size: 1.2rem;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 2rem;
  }
}

.p-bg-archive {
  position: absolute;
  background: url(../img/bg_light_r.png) no-repeat top center/100% 100%;
  width: 60rem;
  width: 73rem;
  height: 111rem;
  top: -25rem;
  left: 0;
  z-index: -1;
  mix-blend-mode: screen;
}
@media screen and (max-width: 767.98px) {
  .p-bg-archive {
    width: 30rem;
    height: 85rem;
    top: -32rem;
  }
}

.p-slider__content {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-56rem);
          transform: translateX(-56rem);
  margin-top: 2rem;
}
@media screen and (max-width: 767.98px) {
  .p-slider__content {
    margin-top: 3rem;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-slide {
  height: auto !important;
}

.swiper-slide {
  width: 56rem;
  height: auto;
}
@media screen and (max-width: 767.98px) {
  .swiper-slide {
    width: 34.4rem;
  }
}

.p-slider__wrapper {
  width: 100%;
  max-width: 168rem;
  margin: 0 auto;
  position: relative;
  padding-bottom: 4rem;
}
@media screen and (max-width: 767.98px) {
  .p-slider__wrapper {
    padding-bottom: 0;
    overflow: hidden;
  }
}

.p-card-wrapper {
  padding: 0 2rem 5.7rem 3rem;
  height: 100%;
}
@media screen and (max-width: 767.98px) {
  .p-card-wrapper {
    padding-left: 3.7rem;
    padding-right: 0;
  }
}

.p-card {
  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;
  width: 53rem;
  background-image: url(../img/card_upper.png), url(../img/card_bottom.png);
  background-position: top center, bottom center;
  padding: 3.8rem 0 4rem;
  background-repeat: no-repeat;
  background-size: 100% auto, 100% auto;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-card {
    background-image: url(../img/card_top_sp.png), url(../img/card_bottom_sp.png);
    width: 30rem;
    padding: 3.4rem 0 2.5rem;
    background-size: 100% auto, 100% auto;
  }
}
.p-card::after {
  -webkit-transition: 0.8s -webkit-transform;
  transition: 0.8s -webkit-transform;
  transition: 0.8s transform;
  transition: 0.8s transform, 0.8s -webkit-transform;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/bg_card.png) no-repeat bottom center/100% 100%;
  -webkit-transform: rotate(-4.4deg);
          transform: rotate(-4.4deg);
  top: 1rem;
  left: 1rem;
  right: 0;
  bottom: 0;
  z-index: -1;
  -webkit-animation: identifier 1s infinite;
          animation: identifier 1s infinite;
}
@media screen and (max-width: 767.98px) {
  .p-card::after {
    -webkit-transform: rotate(-5.4deg);
            transform: rotate(-5.4deg);
    left: 0;
    clip-path: polygon(20% 0%, 80% 0%, 80% 100%, 20% 100%);
  }
}

.swiper-slide-prev .p-card::after {
  clip-path: polygon(20% 0%, 80% 0%, 80% 100%, 20% 100%);
}

.slick-current .p-card::after,
.swiper-slide-active .p-card::after {
  top: 0;
  left: 0;
  -webkit-transform: rotate(6deg);
          transform: rotate(6deg);
}
@media screen and (max-width: 767.98px) {
  .slick-current .p-card::after,
  .swiper-slide-active .p-card::after {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  }
}

.swiper-controller-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 4.6rem;
  left: 0;
  right: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 2rem;
}
@media screen and (max-width: 767.98px) {
  .swiper-controller-wrapper {
    bottom: 2rem;
  }
}

.swiper-button-prev {
  left: auto;
  right: auto;
  color: #fff;
  width: 2rem;
  height: 2rem;
  position: relative;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  top: 1rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (any-hover) {
  .swiper-button-prev {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .swiper-button-prev:hover {
    opacity: 0.7;
  }
}
.swiper-button-prev::after {
  content: "";
}
@media screen and (max-width: 767.98px) {
  .swiper-button-prev {
    top: 1.2rem;
    width: 1.3rem;
    height: 1.3rem;
  }
}

.swiper-button-next {
  right: auto;
  width: 2rem;
  height: 2rem;
  color: #fff;
  position: relative;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  top: 1rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (any-hover) {
  .swiper-button-next {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .swiper-button-next:hover {
    opacity: 0.7;
  }
}
.swiper-button-next::after {
  content: "";
}
@media screen and (max-width: 767.98px) {
  .swiper-button-next {
    top: 1.2rem;
    width: 1.3rem;
    height: 1.3rem;
  }
}

.swiper-pagination {
  /* position: relative; */
  right: auto;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  position: static;
}
@media screen and (max-width: 767.98px) {
  .swiper-pagination {
    left: 0 !important;
  }
}

.swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  background-color: #696969;
  opacity: 1;
  margin: 0 1rem !important;
}
@media screen and (max-width: 767.98px) {
  .swiper-pagination-bullet {
    margin: 0 0.5rem !important;
    width: 0.6rem;
    height: 0.6rem;
  }
}

.swiper-pagination-bullet-active {
  background-color: #fff;
}

.splide__slide {
  width: 30rem;
}

.p-card__inner {
  background: url(../img/card_bg.png) repeat-y top center/100% auto;
  padding: 0 3.7rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 768px) {
  [lang=en] .p-card__inner {
    padding: 0 3.2rem;
  }
}
@media screen and (min-width: 768px) {
  [lang=ja] .p-card__inner.yamazaki {
    padding: 0 3.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-card__inner {
    padding: 0 2.3rem;
    background-image: url(../img/card_inner_sp.png);
  }
}
.p-card__inner.comingsoon {
  display: -ms-grid;
  display: grid;
  place-content: center;
  color: #fff;
}
.p-card__inner.comingsoon p {
  font-weight: 300;
  font-size: 3rem;
  font-style: italic;
  letter-spacing: 0.1em;
}

.p-pearson__detail {
  padding-bottom: 3.8rem;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  -ms-grid-columns: auto 3.2rem 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: 7.1rem 0px 1fr;
  grid-template-rows: 7.1rem 1fr;
  gap: 0px 3.2rem;
      grid-template-areas: "img name" "img prof";
}
@media screen and (max-width: 767.98px) {
  .p-pearson__detail {
        grid-template-areas: "img name" "prof prof";
    -ms-grid-rows: auto 1.6rem 1fr;
    grid-template-rows: auto 1fr;
    gap: 1.6rem 1.9rem;
    padding-bottom: 0.4rem;
  }
}
@media screen and (min-width: 768px) {
  [lang=en] .p-pearson__detail {
    -ms-grid-columns: 16rem 1fr;
    grid-template-columns: 16rem 1fr;
    height: 36.5rem;
  }
}
@media screen and (min-width: 768px) {
  [lang=ja] .p-pearson__detail {
    height: 30rem;
  }
}
.p-pearson__detail .p-name-content {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: name;
  line-height: 1.4;
  padding-top: 0.5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767.98px) {
  .p-pearson__detail .p-name-content {
    padding-top: 0;
    margin-top: -0.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-card__inner.jillian .p-pearson__detail .p-name-content {
  padding-top: 2.8rem;
}
@media screen and (max-width: 767.98px) {
  .p-card__inner.jillian .p-pearson__detail .p-name-content {
    padding-top: 2.5rem;
  }
}

.p-pearson__detail .p-name-content .u-en {
  font-size: 3.2rem;
  font-weight: 300;
  display: block;
  margin-bottom: 2.6rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767.98px) {
  .p-pearson__detail .p-name-content .u-en {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 0.5em;
  }
}
.p-pearson__detail .p-name-content .u-jp {
  color: #fff;
  font-size: 1.8rem;
  display: block;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .p-pearson__detail .p-name-content .u-jp {
    font-size: 1.4rem;
  }
}
.p-pearson__detail .p-prof {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: prof;
  font-size: 1.4rem;
  line-height: 1.55;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-pearson__detail .p-prof {
    line-height: 1.9;
    font-size: 1rem;
  }
}

.p-person__img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  margin: 0;
  width: 17.5rem;
  grid-area: img;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  /* img {
  	width: 100%;
  	height: 100%;
  	object-fit: cover;
  } */
}

.p-navigator__content > .p-person__img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
}
@media screen and (min-width: 768px) {
  [lang=en] .p-person__img {
    width: 16rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-person__img {
    width: 10.5rem;
    height: 10.5rem;
  }
}

@media screen and (max-width: 767.98px) {
  .p-link-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem 0;
    margin-top: 1rem;
  }
}

.p-link-item {
  border: 1px solid #fff;
  border-radius: 0.2em;
  color: #ece6df;
  font-size: 2.2rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .p-link-item {
    font-size: 1.4rem;
  }
  .p-link-item.-short {
    width: 48%;
  }
}
.p-link-item + .p-link-item {
  margin-top: 1.8rem;
}
@media screen and (max-width: 767.98px) {
  .p-link-item + .p-link-item {
    margin-top: 0;
  }
}
.p-link-item.-nolink {
  border-color: #4a4a57;
  color: #4a4a57;
}
.p-link-item.-nolink a {
  pointer-events: none;
}
.p-link-item.-nolink a[target=_blank]::after {
  background-color: #4a4a57;
}
.p-link-item a {
  color: currentColor;
  text-decoration: none;
  min-height: 6rem;
  display: -ms-grid;
  display: grid;
  place-content: center;
  padding: 0 6rem;
  -webkit-transition: 0.3s color, 0.3s background-color;
  transition: 0.3s color, 0.3s background-color;
}
@media (any-hover: hover) {
  .p-link-item a:hover {
    background-color: #fff;
    color: #000;
  }
}
@media screen and (max-width: 767.98px) {
  .p-link-item a {
    min-height: 4.6rem;
  }
}
.p-link-item a[target=_blank] {
  position: relative;
}
@media (any-hover: hover) {
  .p-link-item a[target=_blank]:hover::after {
    background-color: #000;
  }
}
.p-link-item a[target=_blank]::after {
  -webkit-transition: 0.3s background-color;
  transition: 0.3s background-color;
  content: "";
  position: absolute;
  top: 50%;
  width: 1.9rem;
  height: 1.8rem;
  background-color: #fff;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23.11 21.43"><title>arrow</title><path class="cls-1" d="M11.76,1.34v1H2c-.55,0-1,.45-1,1v16.09c0,.55.45,1,1,1h17.37c.55,0,1-.45,1-1v-9.05h1v9.25c-.11.94-.85,1.69-1.79,1.79h-.21s-17.37.01-17.37.01h-.2c-.94-.11-1.69-.85-1.79-1.8v-.2s-.01-16.09-.01-16.09c0-1.04.79-1.89,1.8-1.99h.2s9.76-.01,9.76-.01Z"/><rect class="cls-1" x="8.65" y="5.46" width="16.33" height="1" transform="translate(.48 13.13) rotate(-43.22)"/></svg>');
          mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23.11 21.43"><title>arrow</title><path class="cls-1" d="M11.76,1.34v1H2c-.55,0-1,.45-1,1v16.09c0,.55.45,1,1,1h17.37c.55,0,1-.45,1-1v-9.05h1v9.25c-.11.94-.85,1.69-1.79,1.79h-.21s-17.37.01-17.37.01h-.2c-.94-.11-1.69-.85-1.79-1.8v-.2s-.01-16.09-.01-16.09c0-1.04.79-1.89,1.8-1.99h.2s9.76-.01,9.76-.01Z"/><rect class="cls-1" x="8.65" y="5.46" width="16.33" height="1" transform="translate(.48 13.13) rotate(-43.22)"/></svg>');
  display: block;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  right: 2.7rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767.98px) {
  .p-link-item a[target=_blank]::after {
    width: 1.2rem;
    height: 1rem;
    right: 1rem;
  }
}

.c-section__ttl {
  font-size: 7.2rem;
  font-weight: 300;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767.98px) {
  .c-section__ttl {
    font-size: 3rem;
  }
}

#navigator {
  max-width: 106rem;
  margin: 0 auto;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding-top: 8rem;
  padding-bottom: 12.2rem;
}
@media screen and (max-width: 767.98px) {
  #navigator {
    max-width: inherit;
    width: calc(100% - 4rem);
    padding-top: 4rem;
    padding-bottom: 5.2rem;
  }
}
#navigator .c-section__ttl {
  font-size: 5.6rem;
}
@media screen and (max-width: 767.98px) {
  #navigator .c-section__ttl {
    font-size: 2.6rem;
  }
}

.p-navigator__content {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  -ms-grid-columns: auto 4.3rem 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto 0 auto;
  grid-template-rows: auto auto;
      grid-template-areas: "img name" "img prof";
  gap: 0 4.3rem;
  margin-top: 8rem;
}
@media screen and (max-width: 767.98px) {
  .p-navigator__content {
    margin-top: 4rem;
    gap: 2.5rem;
        grid-template-areas: "img name" "prof prof";
  }
  .p-navigator__content > .p-name-content {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-navigator__content > .p-prof {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-navigator__content > .p-person__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
}
.p-navigator__content .c-name {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  line-height: 1;
  margin-bottom: 1.8rem;
  grid-area: name;
}
@media screen and (max-width: 767.98px) {
  .p-navigator__content .c-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
}
.p-navigator__content .c-name .u-en {
  font-size: 4rem;
  letter-spacing: 0.02em;
  display: block;
  font-weight: 300;
  margin-bottom: 1.7rem;
}
@media screen and (max-width: 767.98px) {
  .p-navigator__content .c-name .u-en {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.p-navigator__content .c-name .u-jp {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  display: block;
}
@media screen and (max-width: 767.98px) {
  .p-navigator__content .c-name .u-jp {
    font-size: 1.4rem;
  }
}
.p-navigator__content .c-prof {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  font-size: 1.4rem;
  line-height: 1.6;
  grid-area: prof;
}
@media screen and (max-width: 767.98px) {
  .p-navigator__content .c-prof {
    font-size: 1.2rem;
    line-height: 1.9;
  }
}

.p-navigator__img-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  display: block;
  width: 21.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0.5rem 0 0 0;
  grid-area: img;
}

.p-navigator__content > .p-navigator__img-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
}

@media screen and (max-width: 767.98px){
  .p-pearson__detail .p-name-content {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-pearson__detail .p-prof {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-person__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .p-navigator__content .c-name {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-navigator__content > .c-name {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-navigator__content .c-prof {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-navigator__content > .c-prof {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-navigator__img-wrapper {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .p-navigator__content > .p-navigator__img-wrapper {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
}
@media screen and (max-width: 767.98px) {
  .p-navigator__img-wrapper {
    width: auto;
    margin-top: 0;
    width: 10.5rem;
  }
  .p-navigator__img-wrapper img {
    width: 100%;
  }
}

.p-navigator__detail {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#contact {
  position: relative;
  text-align: center;
  padding-top: 23.4rem;
  padding-bottom: 20rem;
  z-index: 12;
}
@media screen and (max-width: 767.98px) {
  #contact {
    padding: 10rem 0 12.2rem;
  }
}
#contact .c-section__ttl {
  font-size: 8.8rem;
  text-align: center;
  font-weight: 300;
  letter-spacing: 0.1em;
  width: 32.6rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #contact .c-section__ttl {
    font-size: 3rem;
    width: 3.8em;
  }
}
#contact .c-txt {
  font-size: 1.3rem;
}
@media screen and (max-width: 767.98px) {
  #contact .c-txt {
    font-size: 1.1rem;
  }
}

.c-contact__upper {
  padding-top: 8.3rem;
}
@media screen and (max-width: 767.98px) {
  .c-contact__upper {
    padding-top: 4rem;
  }
}

.c-contact__bottom {
  padding-top: 7.3rem;
}
@media screen and (max-width: 767.98px) {
  .c-contact__bottom {
    padding-top: 1.8rem;
  }
}

.c-contact__upper .c-link,
.c-contact__bottom .c-link {
  margin-top: 0.3em;
  letter-spacing: 0.05em;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.4;
}
@media screen and (max-width: 767.98px) {
  .c-contact__upper .c-link,
  .c-contact__bottom .c-link {
    font-size: 1.6rem;
  }
}
.c-contact__upper a,
.c-contact__bottom a {
  color: currentColor;
  text-decoration: none;
  display: inline-block;
}
@media (any-hover) {
  .c-contact__upper a,
  .c-contact__bottom a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .c-contact__upper a:hover,
  .c-contact__bottom a:hover {
    opacity: 0.7;
  }
}

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

.u-italic {
  font-style: italic;
}
/*# sourceMappingURL=style.css.map */