@charset "UTF-8";
@-webkit-keyframes slideIn {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideIn {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p_whoweare {
  overflow: hidden;
}
.p_whoweare__heading .o_c_heading__page__body__jp::before {
  content: none;
}
.p_whoweare__heading {
  position: relative;
  margin-bottom: 5rem;
  padding-bottom: 3rem;
}
.p_whoweare__heading::before {
  content: "";
  position: absolute;
  top: calc(50% - 1.5rem);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 32%;
  max-width: 280px;
  aspect-ratio: 183/329;
  background: url(../../assets/images/whoweare/img-heading-bg@2x.png) no-repeat center/contain;
}
@supports (background-image: url("../../assets/images/whoweare/img-heading-bg@2x.webp")) {
  .p_whoweare__heading::before {
    background-image: url("../../assets/images/whoweare/img-heading-bg@2x.webp");
  }
}
.p_whoweare__heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: calc(100% - 3rem);
  max-width: 1166px;
  height: 1px;
  background-color: #0A1023;
  opacity: 0.4;
}
@media screen and (max-width: 480px) {
  .p_whoweare__heading::before {
    top: 50%;
  }
}
.p_whoweare__ttl {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(0.875rem, 2.5vw, 1.25rem);
  line-height: 1.6;
  text-align: center;
  padding: 1rem 0;
  margin-bottom: 5rem;
  position: relative;
  z-index: 0;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.p_whoweare__ttl--en {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 700;
  font-size: clamp(2.1875rem, 4vw, 3.75rem);
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.2em;
  padding: 1rem 0;
  position: relative;
}
.p_whoweare__ttl--en--linebreak {
  width: 320px;
}
.p_whoweare__ttl span.line {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: clamp(0.25rem, 1vw, 0.625rem);
  height: 100%;
  background-color: #0D5EFF;
  border-radius: 30px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p_whoweare__ttl {
    margin-bottom: 2rem;
  }
}
.p_whoweare__structure {
  margin-bottom: 8rem;
  overflow: hidden;
}
.p_whoweare__structure__illust {
  max-width: 1070px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 3rem;
  position: relative;
}
.p_whoweare__structure__illust__parts {
  position: absolute;
  top: min(13.5514018692vw, 145px);
  left: 50%;
  -webkit-transform: translateX(-48%);
          transform: translateX(-48%);
}
.p_whoweare__structure__illust__parts::before, .p_whoweare__structure__illust__parts::after {
  content: "";
  position: absolute;
  top: -0.55rem;
  left: 22%;
  border-radius: 10rem;
  background: #0d5eff;
  width: 2.2%;
  height: 6.5%;
  -webkit-animation: blink 1s ease-in-out infinite alternate;
          animation: blink 1s ease-in-out infinite alternate;
}
.p_whoweare__structure__illust__parts::after {
  top: -0.6rem;
  left: initial;
  right: 22%;
}
.p_whoweare__structure__illust__parts__text {
  position: absolute;
  top: 2rem;
  left: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
}
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 1090px) {
  .p_whoweare__structure__illust__parts {
    top: min(12.2429906542vw, 131px);
  }
  .p_whoweare__structure__illust__parts::before, .p_whoweare__structure__illust__parts::after {
    top: -0.25rem;
    left: 24%;
  }
  .p_whoweare__structure__illust__parts::after {
    left: initial;
    right: 24%;
  }
  .p_whoweare__structure__illust__parts .gsap-field-item {
    width: min(11.214953271vw, 120px);
  }
  .p_whoweare__structure__illust__parts .gsap-field-item:last-of-type {
    width: min(13.5514018692vw, 145px);
  }
  .p_whoweare__structure__illust__parts .gsap-field-bg {
    display: block;
    margin: 0 auto;
    width: 92%;
  }
}
@media (max-width: 800px) {
  .p_whoweare__structure__illust__parts::before, .p_whoweare__structure__illust__parts::after {
    top: -0.3rem;
  }
  .p_whoweare__structure__illust__parts__text {
    top: 1.7rem;
  }
}
@media (max-width: 700px) {
  .p_whoweare__structure__illust__parts__text {
    top: 1.5rem;
  }
}
@media (max-width: 560px) {
  .p_whoweare__structure__illust__parts__text {
    top: 1rem;
  }
}
@media (max-width: 450px) {
  .p_whoweare__structure__illust__parts::before, .p_whoweare__structure__illust__parts::after {
    top: -0.39rem;
  }
  .p_whoweare__structure__illust__parts__text {
    top: 0.7rem;
    left: 0.2rem;
  }
}
.p_whoweare__structure__illust__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p_whoweare__structure__illust #field .gsap-field-bg {
  opacity: 0.1;
  fill: #0D5EFF;
}
.p_whoweare__structure__illust #field .gsap-field-item .st2 {
  fill: #0A1023;
}
.p_whoweare__structure__illust #dot .gsap-dot {
  fill: #0D5EFF;
  -webkit-animation: blinking 1s ease-in-out infinite alternate;
          animation: blinking 1s ease-in-out infinite alternate;
}
@-webkit-keyframes blinking {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blinking {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p_whoweare__structure__ex {
  max-width: 700px;
  margin: 0 auto;
}
.p_whoweare__structure__ex p {
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.p_whoweare__structure__ex p:last-child {
  margin-bottom: 0;
}
.p_whoweare__structure__ex__link {
  opacity: 0.6;
}
.p_whoweare__purpose {
  margin-bottom: 8rem;
}
.p_whoweare__purpose__tagline {
  width: calc(100% - 3rem);
  max-width: 880px;
  margin: 0 auto 3rem;
  position: relative;
}
.p_whoweare__purpose__tagline__circle {
  position: absolute;
  bottom: 90%;
  left: calc(50% + 130px);
  width: 65%;
  max-width: 540px;
}
@media screen and (max-width: 768px) {
  .p_whoweare__purpose__tagline__circle {
    bottom: 95%;
    left: calc(50% + 0px);
  }
}
.p_whoweare__purpose__copy {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(1.625rem, 3vw, 2.5rem);
  text-align: center;
}
.p_whoweare__value {
  margin-bottom: 8rem;
}
.p_whoweare__value__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.p_whoweare__value__content__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 6rem 0;
}
.p_whoweare__value__content__illust {
  min-height: 340px;
}
.p_whoweare__value__content__illust svg {
  width: 100%;
  max-width: 460px;
  height: auto;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 120%;
}
.p_whoweare__value__content__illust #circle1 .st0,
.p_whoweare__value__content__illust #circle2 .st0,
.p_whoweare__value__content__illust #circle3 .st0,
.p_whoweare__value__content__illust #circle4 .st0,
.p_whoweare__value__content__illust #circle5 .st0,
.p_whoweare__value__content__illust #circle6 .st0 {
  fill: #0D5EFF;
}
.p_whoweare__value__content__list p {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(1.375rem, 3vw, 1.5rem);
  line-height: 1.6;
  padding: 3rem 0.5em 1.5rem;
  border-bottom: solid 1px #0A1023;
}
@media screen and (max-width: 768px) {
  .p_whoweare__value__content {
    grid-template-columns: repeat(1, 1fr);
  }
  .p_whoweare__value__content__wrap {
    display: block;
    padding: 0;
  }
}
.p_whoweare__story {
  color: #ffffff !important;
  background-color: #81889D;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  width: calc(100% - 8rem);
  margin: 0 auto 8rem;
}
@media screen and (max-width: 768px) {
  .p_whoweare__story {
    width: 100%;
  }
}
.p_whoweare__story::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: -1;
  width: 100%;
  height: 300px;
  background: url(../../assets/images/whoweare/img-movie-bg@2x.png) no-repeat center/cover;
}
@supports (background-image: url("../../assets/images/whoweare/img-movie-bg@2x.webp")) {
  .p_whoweare__story::before {
    background-image: url("../../assets/images/whoweare/img-movie-bg@2x.webp");
  }
}
.p_whoweare__story::before {
  mix-blend-mode: multiply;
}
.p_whoweare__story__wrap {
  width: 85%;
  max-width: 1166px;
  margin: 0 auto;
  padding: 6rem 0;
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .p_whoweare__story__wrap {
    padding: 3rem 0;
    margin-bottom: 0;
  }
  .p_whoweare__story__wrap .ttl {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .p_whoweare__story__wrap {
    width: calc(100% - 4rem);
  }
}
.p_whoweare__story__first {
  position: relative;
}
.p_whoweare__story__first .div1 {
  position: absolute;
  top: 0%;
  right: 0;
  width: calc(50% - 4rem);
  padding-bottom: 12%;
}
.p_whoweare__story__first .div1__circle {
  position: absolute;
  left: -15%;
  bottom: 0;
  width: 65%;
}
.p_whoweare__story__first .div1__circle #circle-story1 .circle-story1-st0 {
  fill: #0D5EFF;
}
.p_whoweare__story__first .div2 {
  padding-bottom: 25%;
}
.p_whoweare__story__first__heading {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(1.625rem, 5vw, 2.25rem);
  line-height: 1.5;
  text-align: center;
  padding: 0 0 5rem;
}
.p_whoweare__story__first__body {
  width: 45%;
  font-size: 0.9375rem;
  line-height: 2;
}
.p_whoweare__story__first__body p {
  margin-bottom: 4rem;
}
.p_whoweare__story__first__body p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1166px) {
  .p_whoweare__story__first .div2 {
    padding-bottom: 10%;
  }
}
@media screen and (max-width: 768px) {
  .p_whoweare__story__first {
    max-width: 540px;
    margin: 0 auto 4rem;
  }
  .p_whoweare__story__first .div1 {
    position: relative;
    margin: 0 auto;
    width: 70%;
  }
  .p_whoweare__story__first .div2 {
    padding-bottom: initial;
  }
  .p_whoweare__story__first__heading {
    padding: 3rem 0;
  }
  .p_whoweare__story__first__body {
    width: initial;
  }
  .p_whoweare__story__first__body p {
    margin-bottom: 2rem;
  }
}
.p_whoweare__story__second {
  position: relative;
}
.p_whoweare__story__second .div1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 32%;
  max-width: 360px;
  aspect-ratio: 1/1;
}
.p_whoweare__story__second .div1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top left;
     object-position: top left;
  position: relative;
  z-index: 1;
}
.p_whoweare__story__second .div1__circle {
  position: absolute;
  top: 50%;
  left: 35%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 55%;
}
.p_whoweare__story__second .div1__circle #circle-story2 .circle-story2-st0 {
  fill: #0D5EFF;
}
.p_whoweare__story__second .div2 {
  position: absolute;
  top: 45%;
  left: 0;
  width: 32%;
  max-width: 360px;
}
.p_whoweare__story__second .div3 {
  padding-left: calc(35% + 4rem);
}
.p_whoweare__story__second__heading {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(2.25rem, 6vw, 2.875rem);
  padding: 11rem 0 7rem;
}
.p_whoweare__story__second__body {
  font-size: clamp(1rem, 3vw, 1.25rem);
  line-height: 2.4;
}
.p_whoweare__story__second__body p {
  margin-bottom: 2rem;
}
.p_whoweare__story__second__body p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1166px) {
  .p_whoweare__story__second .div2 {
    top: 30%;
  }
  .p_whoweare__story__second__heading {
    padding: 3rem 0;
  }
}
@media screen and (max-width: 768px) {
  .p_whoweare__story__second {
    max-width: 540px;
    padding-bottom: initial;
    margin: 0 auto;
  }
  .p_whoweare__story__second .div1 {
    position: relative;
    width: 60%;
  }
  .p_whoweare__story__second .div2 {
    position: relative;
    width: 60%;
    margin: -25% 0 0 auto;
  }
  .p_whoweare__story__second .div3 {
    padding-left: initial;
  }
  .p_whoweare__story__second__heading {
    padding: 3rem 0;
  }
  .p_whoweare__story__second__body {
    line-height: 2;
  }
}
.p_whoweare__story__video {
  width: calc(100% - 3rem);
  max-width: 720px;
  margin: 0 auto;
}
.p_whoweare__story__video__thumb {
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}
.p_whoweare__story__video__thumb__btn {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.p_whoweare__story__video__thumb__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #0A1023;
  opacity: 0.4;
  mix-blend-mode: multiply;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}
.p_whoweare__story__video__thumb__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: clamp(3rem, 7vw, 4.625rem);
  height: auto;
  aspect-ratio: 1/1;
  background: url(../../assets/images/whoweare/ico-play@2x.png) no-repeat center/cover;
}
@supports (background-image: url("../../assets/images/whoweare/ico-play@2x.webp")) {
  .p_whoweare__story__video__thumb__btn::after {
    background-image: url("../../assets/images/whoweare/ico-play@2x.webp");
  }
}
.p_whoweare__story__video__thumb__btn::after {
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}
@media (hover: hover) {
  .p_whoweare__story__video__thumb__btn:hover::before {
    opacity: 0;
  }
  .p_whoweare__story__video__thumb__btn:hover::after {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
}
.p_whoweare__story__video__caption {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 500;
  color: #ffffff;
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.5;
  text-align: center;
  margin: 1rem auto 2rem;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .p_whoweare__story__video__thumb__btn {
    border-radius: 10px;
  }
}
.p_whoweare__story__marquee {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 100;
  color: #ffffff;
  font-size: clamp(2.625rem, 10vw, 8.125rem);
  line-height: 1;
  opacity: 0.2;
  overflow: hidden;
  /* はみ出る部分を隠す */
  white-space: nowrap;
  /* 改行させない */
  position: relative;
  width: 100vw;
  /* 画面いっぱい */
}
.p_whoweare__story__marquee__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  /* テキストの長さに合わせる */
  -webkit-animation: marquee 50s linear infinite;
          animation: marquee 50s linear infinite;
}
.p_whoweare__story__marquee__container span {
  display: inline-block;
  padding-right: 2rem;
  /* テキストの間隔 */
}
@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p_whoweare__profile {
  margin-bottom: 8rem;
  overflow: hidden;
  max-width: 860px;
}
.p_whoweare__profile .info {
  margin-top: 2rem;
}
.p_whoweare__profile .info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
}
@media screen and (max-width: 768px) {
  .p_whoweare__profile .info dl {
    gap: 0 10px;
  }
}
.p_whoweare__profile .info dl dt {
  width: 172px;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  padding: 1.2rem;
  border-bottom: solid 1px #0A1023;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p_whoweare__profile .info dl dt {
    padding: 1rem 0.3rem;
    font-size: 0.9375rem;
    width: 90px;
  }
}
.p_whoweare__profile .info dl dd {
  width: calc(100% - 172px - 20px);
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  font-size: 1rem;
  padding: 1.2rem;
  border-bottom: solid 1px #0A1023;
}
@media screen and (max-width: 768px) {
  .p_whoweare__profile .info dl dd {
    font-size: 0.9375rem;
    padding: 1rem 0.3rem;
    width: calc(100% - 90px - 10px);
  }
}
.p_whoweare__profile .info dl dd div.textlink__ext {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: transform 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: transform 0.3s cubic-bezier(0.3, 0.6, 0.4, 1), -webkit-transform 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}
@media (hover: hover) {
  .p_whoweare__profile .info dl dd div.textlink__ext:hover {
    opacity: 0.6;
  }
}
.p_whoweare__profile .info dl dd .textlink__ext {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p_whoweare__profile .info dl dd .textlink__ext + .textlink__ext {
  margin-top: 0.4em;
}
.p_whoweare__profile .info dl dd .textlink__ext .o_c_textlink__ext {
  display: inline-block;
}
.p_whoweare__profile .info dl dd .textlink__ext .o_c_textlink__ext .ext__tx {
  display: inline;
}
.p_whoweare__profile .info dl dd .textlink__ext .o_c_textlink__ext__ico {
  margin-left: 0.4em;
  display: inline-block;
  vertical-align: middle;
}/*# sourceMappingURL=whoweare.css.map */