html,
body {
  font-family: "Noto Sans JP", sans-serif;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 0;
  z-index: 9999;
}
@media (min-width: 751px) and (max-width: 1080px) {
  .l-header {
    padding: 25px 0;
  }
}
@media (max-width: 750px) {
  .l-header {
    padding: 12px 0;
  }
}
.l-header__logo {
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px 42px;
  z-index: 999;
  background-color: #fff;
}
@media (min-width: 751px) and (max-width: 1080px) {
  .l-header__logo {
    padding: 24px 18px;
  }
}
@media (max-width: 750px) {
  .l-header__logo {
    padding: 14px 10px;
  }
}
.l-header__logo__image {
  display: block;
  width: 100%;
  max-width: 217px;
}
.l-header__logo__image img {
  width: 100%;
  height: auto;
}
@media (min-width: 751px) and (max-width: 1080px) {
  .l-header__logo__image {
    max-width: 225.76px;
  }
}
@media (max-width: 750px) {
  .l-header__logo__image {
    max-width: 138.93px;
  }
}
.l-header__button {
  max-width: 175px;
  margin: 0 100px 0 auto;
}
@media (min-width: 751px) and (max-width: 1080px) {
  .l-header__button {
    max-width: 82px;
    margin: 0 40px 0 auto;
  }
}
@media (max-width: 750px) {
  .l-header__button {
    max-width: 40px;
    margin: 0 20px 0 auto;
  }
}
.l-header__button__link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16.5px 30px;
  border-radius: 9999px;
  background: #C80C2A;
  text-decoration: none;
  border: 1px solid #C80C2A;
  box-sizing: border-box;
  transition: all 0.3s;
}
@media (min-width: 751px) and (max-width: 1080px) {
  .l-header__button__link {
    padding: 20px;
  }
}
@media (max-width: 750px) {
  .l-header__button__link {
    padding: 10px;
  }
}
.l-header__button__link:hover {
  background-color: #fff;
}
.l-header__button__link:hover .l-header__button__text {
  color: #C80C2A;
}
.l-header__button__link:hover .l-header__button__icon svg path {
  fill: #C80C2A;
}
.l-header__button__text {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.42px;
  word-break: keep-all;
  transition: all 0.3s;
}
.l-header__button__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 12px;
  width: 16px;
  height: 16px;
}
@media (min-width: 751px) and (max-width: 1080px) {
  .l-header__button__icon {
    margin: 0;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 750px) {
  .l-header__button__icon {
    margin: 0;
    width: 20px;
    height: 20px;
  }
}
.l-header__button__icon svg {
  width: 100%;
  height: 100%;
}
.l-header__button__icon svg path {
  transition: all 0.3s;
}

.l-main {
  overflow-x: hidden;
}

.l-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 750px) {
  .l-inner {
    max-width: 89.3333333333%;
    padding: 0;
  }
}

.p-firstView {
  position: relative;
  width: 100%;
  max-height: 100vh;
  aspect-ratio: 1440/780;
}
@media (min-width: 751px) and (max-width: 1080px) {
  .p-firstView {
    aspect-ratio: 750/1024;
  }
}
@media (max-width: 750px) {
  .p-firstView {
    aspect-ratio: 375/667;
  }
}
.p-firstView__container {
  position: relative;
  width: 100%;
  height: 100vh;
}
.p-firstView__image {
  position: absolute;
  width: 100%;
  opacity: 0;
  transition: opacity 1.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.p-firstView__image.is-active {
  opacity: 1;
  z-index: 2;
}
.p-firstView__image img {
  display: block;
  width: 100%;
  max-width: 100vw;
  height: 100vh;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.p-firstView__text {
  position: absolute;
  top: 62.4358974359vh;
  left: 6.9444444444%;
  z-index: 2;
  width: 51.4583333333%;
}
@media (min-width: 751px) and (max-width: 1080px) {
  .p-firstView__text {
    top: 37.109375vh;
    left: 5.2083333333%;
    width: 45.8333333333%;
  }
}
@media (max-width: 750px) {
  .p-firstView__text {
    top: 43.0284857571vh;
    left: 5.3333333333%;
    width: 61.0666666667%;
  }
}
.p-firstView__text img {
  width: 100%;
  height: auto;
}

.p-thoughts {
  position: sticky;
  top: 0;
  padding: 140px 0 222px 0;
  z-index: -1;
}
@media (max-width: 1080px) {
  .p-thoughts {
    padding: 80px 0;
  }
}
.p-thoughts__content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1080px) {
  .p-thoughts__content {
    flex-direction: column;
    justify-content: flex-start;
    gap: 40px 0;
  }
}
@media (max-width: 750px) {
  .p-thoughts__content {
    gap: 48px 0;
  }
}
.p-thoughts__right {
  max-width: 510px;
}
@media (max-width: 750px) {
  .p-thoughts__right {
    max-width: 100%;
  }
}
.p-thoughts__text {
  color: #2B2245;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.8px;
}
@media (max-width: 750px) {
  .p-thoughts__text {
    font-size: 15px;
  }
}
.p-thoughts__text[data-type=lead] {
  margin-bottom: 46px;
  font-size: 24px;
  line-height: 1.6;
}
@media (max-width: 750px) {
  .p-thoughts__text[data-type=lead] {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
.p-thoughts .p-thoughts__scrollText {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.p-thoughts .p-thoughts__scrollText .scrollText__inner {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}
@keyframes scrollTextAnim {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.p-commitment {
  padding: 120px 0;
  background-color: #2B2245;
}
@media (max-width: 1080px) {
  .p-commitment {
    padding: 80px 0;
  }
}
.p-commitment__lead {
  margin: 20px 0 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.64px;
}
@media (max-width: 750px) {
  .p-commitment__lead {
    margin: 48px 0 0 0;
  }
}
.p-commitment__item {
  display: grid;
  grid-template-areas: "number number" "image head" "image body";
  margin: 72px 0 0 0;
}
.p-commitment__item[data-reverse=true] {
  grid-template-areas: "number number" "head image" "body image";
}
.p-commitment__item[data-reverse=true] .p-commitment__head {
  margin: auto 72px 0 0;
}
.p-commitment__item[data-reverse=true] .p-commitment__body {
  margin: 40px 72px 0 0;
}
@media (min-width: 751px) and (max-width: 1080px) {
  .p-commitment__item {
    grid-template-areas: "number" "image" "head" "body";
    margin: 40px 0 0 0;
  }
  .p-commitment__item[data-reverse=true] {
    grid-template-areas: "number" "image" "head" "body";
  }
  .p-commitment__item[data-reverse=true] .p-commitment__number {
    margin: 0;
  }
  .p-commitment__item[data-reverse=true] .p-commitment__head {
    margin: 20px 0 0 0;
  }
  .p-commitment__item[data-reverse=true] .p-commitment__body {
    margin: 20px 0 0 0;
  }
}
@media (max-width: 750px) {
  .p-commitment__item {
    grid-template-areas: "number" "head" "image" "body";
  }
  .p-commitment__item[data-reverse=true] {
    grid-template-areas: "number" "head" "image" "body";
  }
  .p-commitment__item[data-reverse=true] .p-commitment__head {
    margin: 24px 0 0 0;
  }
  .p-commitment__item[data-reverse=true] .p-commitment__body {
    margin: 24px 0 0 0;
  }
}
.p-commitment__number {
  grid-area: number;
  margin: 0 0 40px 0;
  padding: 0 0 8px 0;
  border-bottom: #fff 1px solid;
}
@media (min-width: 751px) and (max-width: 1080px) {
  .p-commitment__number {
    margin: 0;
  }
}
@media (max-width: 750px) {
  .p-commitment__number {
    margin: 0 0 24px 0;
  }
}
.p-commitment__image {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 480px;
  grid-area: image;
}
@media (min-width: 751px) and (max-width: 1080px) {
  .p-commitment__image {
    margin: 20px 0 0 0;
    max-width: 100%;
  }
}
@media (max-width: 750px) {
  .p-commitment__image {
    margin: 24px 0 0 0;
    max-width: 100%;
  }
}
.p-commitment__image img {
  width: 100%;
  height: auto;
}
.p-commitment__head {
  grid-area: head;
  margin: auto 0 0 72px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 1.4;
  font-size: 24px;
}
@media (min-width: 751px) and (max-width: 1080px) {
  .p-commitment__head {
    margin: 20px 0 0 0;
  }
}
@media (max-width: 750px) {
  .p-commitment__head {
    margin: 0;
    font-size: 20px;
  }
}
.p-commitment__body {
  grid-area: body;
  color: #fff;
  letter-spacing: 1px;
  margin: 40px 0 0 72px;
  font-weight: 400;
  line-height: 1.8;
  font-size: 16px;
}
@media (min-width: 751px) and (max-width: 1080px) {
  .p-commitment__body {
    margin: 20px 0 0 0;
  }
}
@media (max-width: 750px) {
  .p-commitment__body {
    margin: 24px 0 0 0;
    font-size: 15px;
  }
}

.p-flow {
  background-color: #fff;
  padding: 80px 0;
}
.p-flow__head {
  margin: 40px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  word-break: keep-all;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  color: #3B1F85;
}
@media (max-width: 750px) {
  .p-flow__head {
    font-size: 20px;
  }
}
.p-flow__head::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #3B1F85;
  margin: 0 0 0 20px;
}
.p-flow__content {
  margin: 20px 0 0 0;
  padding: 40px;
  background-color: #F5F5F5;
}
@media (max-width: 750px) {
  .p-flow__content {
    padding: 40px 20px;
  }
}
.p-flow__wrap {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0 10px;
}
@media (min-width: 751px) and (max-width: 1080px) {
  .p-flow__wrap {
    padding: 0 40px;
  }
}
@media (max-width: 1080px) {
  .p-flow__wrap {
    align-items: center;
    flex-direction: column;
    gap: 10px 0;
  }
}
.p-flow__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3%;
}
@media (max-width: 1080px) {
  .p-flow__arrow {
    margin: 0 auto;
    width: 100%;
    max-width: 120px;
  }
}
.p-flow__arrow img {
  width: 100%;
  height: auto;
}

.p-about {
  position: relative;
  padding: 175px 0 132px 0;
  background-color: #F5F5F5;
  overflow-x: hidden;
}
@media (max-width: 1080px) {
  .p-about {
    padding: 80px 0;
  }
}
.p-about__list {
  margin: 40px 0 0 0;
}
.p-about__item {
  display: flex;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.8px;
}
@media (max-width: 750px) {
  .p-about__item {
    font-size: 15px;
    line-height: 1.7;
  }
}
.p-about__item:not(:first-child) {
  margin: 24px 0 0 0;
}
@media (max-width: 750px) {
  .p-about__item:not(:first-child) {
    margin: 16px 0 0 0;
  }
}
.p-about__term {
  min-width: 120px;
  font-weight: 700;
  color: #4f4f4f;
}
@media (max-width: 750px) {
  .p-about__term {
    min-width: 100px;
  }
}
.p-about__desc {
  margin: 0 0 0 12px;
}
@media (max-width: 750px) {
  .p-about__desc {
    margin: 0 0 0 8px;
  }
}
.p-about__image {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 51.0185185185%;
  transform: translateY(-50%);
  width: 73.4259259259%;
  max-width: 793px;
}
@media (max-width: 1080px) {
  .p-about__image {
    position: static;
    transform: none;
    width: 100%;
    max-width: 94.9333333333%;
    margin: 48px 0 0 auto;
  }
}
.p-about__image img {
  width: 100%;
  height: auto;
  box-shadow: 40px 50px 30px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 750px) {
  .p-about__image img {
    box-shadow: 17.957px 22.446px 13.468px 0 rgba(0, 0, 0, 0.1);
  }
}

.p-contact {
  padding: 80px 0;
  background: linear-gradient(88deg, #2B2245 0%, #6B54AB 99.65%);
}
.p-contact__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 751px) and (max-width: 1080px) {
  .p-contact__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px 0;
  }
}
@media (max-width: 750px) {
  .p-contact__content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 48px 0;
  }
}
.p-contact__text {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.8px;
}
@media (max-width: 750px) {
  .p-contact__text {
    font-size: 15px;
  }
}
.p-contact__text [data-type=main] {
  font-size: 24px;
  letter-spacing: 1.2;
  margin: 0 0 24px 0;
}
@media (max-width: 750px) {
  .p-contact__text [data-type=main] {
    font-size: 20px;
  }
}
.p-contact__button__link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 48px;
  border-radius: 9999px;
  background: #C80C2A;
  box-shadow: 20px 20px 30px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
  border: 1px solid #C80C2A;
  box-sizing: border-box;
  transition: all 0.3s;
}
.p-contact__button__link:hover {
  background-color: #fff;
}
.p-contact__button__link:hover .p-contact__button__text {
  color: #C80C2A;
}
.p-contact__button__link:hover .p-contact__button__icon svg path {
  fill: #C80C2A;
}
.p-contact__button__text {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.8px;
  word-break: keep-all;
  transition: all 0.3s;
}
.p-contact__button__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 12px;
  width: 19px;
  height: 19px;
}
.p-contact__button__icon svg path {
  transition: all 0.3s;
}

.l-footer {
  width: 100%;
  background-color: #000;
  padding: 80px 0 20px 0;
}
.l-footer__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  color: #fff;
}
@media (max-width: 750px) {
  .l-footer__inner {
    max-width: 89.3333333333%;
    padding: 0;
  }
}
.l-footer__content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .l-footer__content {
    flex-direction: column;
    justify-content: flex-start;
    gap: 48px 0;
  }
}
.l-footer__info {
  display: flex;
  align-items: center;
  gap: 0 12px;
}
@media (min-width: 751px) and (max-width: 1080px) {
  .l-footer__info {
    width: 100%;
    max-width: 320px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px 0;
  }
}
@media (max-width: 750px) {
  .l-footer__info {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px 0;
  }
}
.l-footer__info__text {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.75px;
}
.l-footer__info__tel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 56px;
  padding: 0 12px;
  text-decoration: none;
  background-color: #fff;
}
@media (max-width: 1080px) {
  .l-footer__info__tel {
    width: 100%;
    padding: 0;
  }
}
.l-footer__info__tel__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-footer__info__tel__time {
  margin: 2px 0 0 0;
  font-size: 10px;
  line-height: 1;
  color: #222;
  letter-spacing: 0.5px;
}
.l-footer__info__mail {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  padding: 0 12px;
  text-decoration: none;
  background-color: #fff;
}
@media (max-width: 1080px) {
  .l-footer__info__mail {
    width: 100%;
    padding: 0;
  }
}
.l-footer__info__mail__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-footer__info__mail__text {
  margin: 0 0 0 8px;
}
.l-footer__copyright {
  margin: 48px 0 0 0;
}
.l-footer__copyright__text {
  text-align: center;
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  line-height: 1.1667;
  letter-spacing: 0.5px;
  color: #fff;
}
@media (max-width: 750px) {
  .l-footer__copyright__text {
    font-size: 10px;
  }
}

.c-head {
  display: flex;
  flex-direction: column;
}
.c-head[data-type=center] {
  align-items: center;
  text-align: center;
}
.c-head__en {
  display: block;
}
.c-head__en img {
  width: 100%;
  height: auto;
}
.c-head__en [data-type=thoughts] {
  max-width: 194.51px;
}
@media (max-width: 750px) {
  .c-head__en [data-type=thoughts] {
    max-width: 138.27px;
  }
}
.c-head__en [data-type=commitment] {
  max-width: 177.88px;
}
@media (max-width: 750px) {
  .c-head__en [data-type=commitment] {
    max-width: 126.25px;
  }
}
.c-head__en [data-type=flow] {
  max-width: 77.23px;
}
@media (max-width: 750px) {
  .c-head__en [data-type=flow] {
    max-width: 54.64px;
  }
}
.c-head__en [data-type=about] {
  max-width: 217px;
}
@media (max-width: 750px) {
  .c-head__en [data-type=about] {
    max-width: 152px;
  }
}
.c-head__jp {
  margin: 20px 0 0 0;
  display: block;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.44;
  color: #3B1F85;
}
@media (max-width: 750px) {
  .c-head__jp {
    font-size: 28px;
    margin: 12px 0 0 0;
  }
}
.c-head__jp[data-color=white] {
  color: #fff;
}

.c-card {
  width: 26%;
  padding: 30px 20px;
  background-color: #fff;
}
@media (min-width: 751px) and (max-width: 1080px) {
  .c-card {
    width: 100%;
    padding: 30px 40px;
  }
}
@media (max-width: 750px) {
  .c-card {
    width: 100%;
    max-width: 260px;
  }
}
.c-card__head {
  display: flex;
  align-items: center;
}
.c-card__head__number {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 23.0769230769%;
  height: auto;
}
@media (min-width: 751px) and (max-width: 1080px) {
  .c-card__head__number {
    width: 100%;
    max-width: 60px;
  }
}
@media (max-width: 750px) {
  .c-card__head__number {
    width: 100%;
    max-width: 50px;
  }
}
.c-card__head__number img {
  width: 100%;
  height: auto;
}
.c-card__head__text {
  margin: 0 0 0 12px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: #222;
}
@media (max-width: 750px) {
  .c-card__head__text {
    font-size: 16px;
  }
}
.c-card__image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 0 0;
}
.c-card__image img {
  width: 100%;
  height: auto;
}
@media (min-width: 751px) and (max-width: 1080px) {
  .c-card__image[data-type=illust] {
    max-width: 267px;
    margin: 20px auto;
  }
}
@media (max-width: 750px) {
  .c-card__image[data-type=illust] {
    margin: 0;
  }
}
.c-card__body {
  margin: 20px 0 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .c-card__body {
    font-size: 15px;
  }
}
@media (max-width: 750px) {
  .c-card__body[data-type=illust] {
    margin: 0;
  }
}

.mg-t-10 {
  margin-top: 10px !important;
}

[data-media=pc] {
  display: block !important;
}
@media (max-width: 750px) {
  [data-media=pc] {
    display: none !important;
  }
}

[data-media=sp] {
  display: none !important;
}
@media (max-width: 750px) {
  [data-media=sp] {
    display: block !important;
  }
}

[data-break=pc] {
  display: block !important;
}
@media (max-width: 1080px) {
  [data-break=pc] {
    display: none !important;
  }
}

[data-break=md] {
  display: none !important;
}
@media (min-width: 751px) and (max-width: 1080px) {
  [data-break=md] {
    display: block !important;
  }
}

[data-break=sp] {
  display: none !important;
}
@media (max-width: 750px) {
  [data-break=sp] {
    display: block !important;
  }
}/*# sourceMappingURL=style.css.map */