@charset "UTF-8";
@import 'variables.css';

html, body {
  overflow-x: hidden;
}

body {
  background: #F6F6F6;
}

.p-about-label {
  display: flex;
  justify-content: center;
}
.p-about__copy {
  display: flex;
  justify-content: center;
  margin-top: 5.5rem;
  opacity: 0;
  transform: translateY(100%);
	transition: opacity 1s ease, transform 1s ease;
	will-change: opacity, transform;
}
.p-about__copy.is-inview {
  opacity: 1;
	transform: translateY(0);
}
.p-about__text {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.6;
  text-align: center;
  margin-top: 6rem;
}
.p-about__text span {
  display: block;
  opacity: 0;
  transform: translateY(100%);
	transition: opacity 1s ease, transform 1s ease;
	will-change: opacity, transform;
}
.p-about__text .is-inview {
  opacity: 1;
	transform: translateY(0);
}
.p-about__vertical-line {
  width: 1px;
  height: 80px;
  background: var(--black);
  margin: 3.5rem auto;
}
.p-about-movie {
  max-width: 800px;
  margin: 3.5rem auto 0;
}
.p-about-movie__title {
  font-size: 3.6rem;
  font-family: "Jost", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
}
.p-about-movie__video {
  max-width: 800px;
  width: 100%;
  height: 450px;
  position: relative;
  margin-top: 2rem;
}
.p-about-movie__thumbnail {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/about/about-video-thumbnail.webp);
  background-size: cover;
  background-position: center center;
}
.p-about-movie__thumbnail.is-hidden {
  display: none;
}
.p-about-movie__play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 160px;
  height: 160px;
  background-image: url(../img/common/play-icon.webp);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
.p-about-movie__play-button.is-hidden {
  display: none;
}
.p-about-movie__iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 800 / 450;
}
.p-about-section-line {
  background:
    linear-gradient(to right,
      #63A545 0%       8.213%,
      #264A94 8.213%   26.57%,
      #E8BA32 26.57%   37.681%,
      #DA473A 37.681%  91.322%,
      #64B6C8 91.322%  100%
    );
  height: 4px;
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.p-about-section-title {
  display: flex;
  gap: 1.8rem;
  align-items: flex-end;
  margin-top: 2.8rem;
}
.p-about-section-title__main {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.04em;
}
.p-about-section-title__divider {
  display: flex;
}
.p-about-section-title__sub {
  font-size: 1.5rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
.p-about-philosophy {
  margin-top: 19rem;
}
.p-about-philosophy__content {
  margin-top: 12.5rem;
}
.p-about-philosophy-item {
  display: flex;
  padding-bottom: 4.2rem;
  border-bottom: 1px solid #EEEEEE;
}
.p-about-philosophy-item:last-child {
  border: none;
  padding-bottom: 0;
}
.p-about-philosophy-item:not(:first-child) {
  margin-top: 4rem;
}
.p-about-philosophy-item__meta {
  display: flex;
}
.p-about-philosophy-item__number {
  font-size: 1.6rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.03em;
  width: 30px;
  height: 60px;
  margin-right: 3.8rem;
  display: flex;
  align-items: center;
}
.p-about-philosophy-item-title {
  width: 250px;
  margin-right: 10rem;
}
.p-about-philosophy-item-title__main {
  font-size: 5rem;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.p-about-philosophy-item-title__sub {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-top: 0.7rem;
  display: inline-block;
}
.p-about-philosophy-item-description {
  flex: 1;
}
.p-about-philosophy-item-description__main {
  font-size: 3.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  height: 60px;
  display: flex;
  align-items: center;
}
.p-about-philosophy-item-description__sub {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;
  margin-top: 3.2rem;
}
.p-about-greeting {
  margin-top: 18.5rem;
}
.p-about-greeting__content {
  margin-top: 7.5rem;
  display: flex;
  gap: 8rem;
}
.p-about-greeting__image {
  margin: 1.2rem 0 0 0;
  max-width: 460px;
  flex: 1 1 0;
}
.p-about-greeting__text {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2.2;
  flex: 1 1 0;
}
.p-about-greeting__name {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;
  text-align: right;
  margin-top: 6.8rem;
}
.p-about-greeting__sign {
  margin: 0;
  margin-top: 1.1rem;
  margin-left: auto;
  display: block;
  max-width: max-content;
}
.p-about-overview {
  margin-top: 21rem;
}
.p-about-overview__content {
  margin-top: 11rem;
}
.p-about-overview-table {
  max-width: 906px;
  width: 100%;
  margin: 0 auto;
}
.p-about-overview-table__row {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 0 9.5rem;
  border-bottom: 1px solid #E5E5E5;
  padding: 3.5rem 0;
}
.p-about-overview-table__label {
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.02em;
}
.p-about-overview-table__data {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.02em;
}
.p-about-overview-address__head {
  font-weight: 700;
}
.p-about-overview-address__body {
  display: flex;
  align-items: center;
  gap: 2.3rem;
}
.p-about-overview-address__external-link {
  font-size: 1.5rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  line-height: 1.45;
  height: 2.4rem;
}
.p-about-overview-address__external-link img {
  vertical-align: bottom!important;
}
.p-about-overview-address__bottom {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.02em;
  margin-top: 2rem;
}
.p-about-overview-table__external-link span {
  position: relative;
  margin-right: 0.7rem;
  color: var(--black);
  border-bottom: 1px solid var(--black);
}
.p-about-overview-table__external-link img {
  vertical-align: baseline;
}
.p-about-access {
  margin-top: 16rem;
}
.p-about-access__content {
  margin-top: 8.5rem;
  display: flex;
  gap: 6.8rem;
}
.p-about-access__text {
  flex: 1 1 0;
}
.p-about-access__head {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.02em;
}
.p-about-access__head span {
  font-weight: 700;
}
.p-about-access__body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.02em;
}
.p-about-access__bottom {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.85;
  margin-top: 3rem;
}
.p-about-access__button {
  margin-top: 4rem;
  padding-left: 3.3rem;
}
.p-about-access__button::after {
  width: 16px;
  height: 16px;
    background-image: url(../img/common/external-link-icon--white.svg);
}
.p-about-access__map {
  flex: 1 1 0;
  width: 100%;
  max-width: 698px;
}
.p-about-access__map iframe {
  filter: grayscale(100%);
}
.p-about-banner__container {
  max-width: 800px;
  width: 100%;
  height: 240px;
  margin: 12rem auto 0;
  border: 8px solid #EFEFEF;
  padding: 2.7rem 4.8rem;
  position: relative;
}
.p-about-banner__container::before {
  content: "";
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background: var(--black);
  opacity: 0.6;
}
.p-about-banner__container::after {
  content: "";
  position: absolute;
  right: 33px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/common/arrow-right--black.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 17px;
  height: 14px;
}
.p-about-banner__link {
  color: var(--black);
}
.p-about-banner__box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4rem;
}
.p-about-banner__text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.p-about-banner__title {
  font-size: 2.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1;
}
.p-about-banner__subtitle {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.p-about-our-business {
  margin-top: 15.8rem;
}
.p-about-our-business__content {
  margin-top: 8rem;
  padding-bottom: 15rem;
}
.p-about-our-business__list {
  display: flex;
  flex-direction: column;
}
.p-about-our-business-item {
  border-top: 1px solid #DDDDDD;
}
.p-about-our-business-item:last-child {
  border-bottom: 1px solid #DDDDDD;
}
.p-about-our-business-item__link {
  display: flex;
  align-items: center;
  gap: 6.8rem;
  padding: 4.8rem 0;
  color: var(--black);
}
.p-about-our-business-item__title {
  min-width: 460px;
}
.p-about-our-business-item__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.p-about-our-business-item__image {
  object-fit: contain;
}
.p-about-our-business-item__text {
  flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.65;
}
.p-about-our-business-item__arrow {
  margin-right: 3rem;
}
@media screen and (max-width: 1279px) {
  .p-about-movie__video {
    width: 100%;
    height: auto;
  }
  .p-about-philosophy-item__number {
    margin-right: 2rem;
  }
  .p-about-philosophy-item-title {
    margin-right: 3rem;
  }
  .p-about-philosophy-item-description__main {
    height: auto;
  }
  .p-about-access__content {
    gap: 4rem;
  }
  .p-about-access__map iframe {
    width: 500px;
    height: 300px;
  }
  .p-about-greeting__content {
    gap: 4rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-about-philosophy-item {
    flex-direction: column;
  }
  .p-about-philosophy-item-description {
    margin-top: 3rem;
    margin-left: 5rem;
  }
  .p-about-greeting__content {
    flex-direction: column;
  }
  .p-about-access__content {
    flex-direction: column;
    gap: 5rem;
  }
  .p-about-access__map iframe {
    width: 100%;
  }
  .p-about-our-business-item__link {
    gap: 2rem;
  }
  .p-about-our-business-item__title {
    min-width: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-about-label {
    margin-top: 8rem;
  }
  .p-about__copy {
    margin-top: 3.5rem;
  }
  .p-about__copy img {
    max-width: 280px;
  }
  .p-about__text {
    font-size: 1.3rem;
    margin-top: 3.5rem;
  }
  .p-about__vertical-line {
    height: 60px;
  }
  .p-about-movie__title {
    font-size: 2.4rem;
  }
  .p-about-movie__video {
    margin: 1.5rem auto 0;
  }
  .p-about-movie__play-button {
    width: 90px;
    height: 90px;
  }
  .p-about-philosophy {
    margin-top: 8rem;
  }
  .p-about-section-title {
    margin-top: 2rem;
    gap: 1rem;
  }
  .p-about-section-title__main {
    font-size: 1.6rem;
  }
  .p-about-section-title__sub {
    font-size: 1.1rem;
  }
  .p-about-section-title svg {
    width: 13px;
    height: 13px;
  }
  .p-about-philosophy__content {
    margin-top: 6rem;
  }
  .p-about-philosophy-item {
    flex-direction: column;
    padding-bottom: 3.5rem;
  }
  .p-about-philosophy-item:not(:first-child) {
    margin-top: 3.5rem;
  }
  .p-about-philosophy-item__number {
    font-size: 1.4rem;
    width: 100%;
    max-width: 40px;
    height: 36px;
    margin-right: 0;
  }
  .p-about-philosophy-item-title {
    width: 100%;
    margin-right: 0;
  }
  .p-about-philosophy-item-title__main {
    font-size: 3rem;
  }
  .p-about-philosophy-item-title__sub {
    font-size: 1.3rem;
    margin-top: 0.6rem;
  }
  .p-about-philosophy-item-description {
    margin-left: 4rem;
  }
  .p-about-philosophy-item-description__main {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.46;
    height: auto;
  }
  .p-about-philosophy-item-description__sub {
    font-size: 1.4rem;
    margin-top: 1.5rem;
  }
  .p-about-greeting {
    margin-top: 12rem;
  }
  .p-about-greeting__content {
    flex-direction: column;
    margin-top: 6rem;
    gap: 4rem;
  }
  .p-about-greeting__image {
    margin: 0 auto;
    max-width: 280px;
    width: 100%;
  }
  .p-about-greeting__text {
    font-size: 1.4rem;
  }
  .p-about-greeting__name {
    font-size: 1.4rem;
    margin-top: 4rem;
  }
  .p-about-greeting__sign {
    max-width: 170px;
  }
  .p-about-overview {
    margin-top: 10rem;
  }
  .p-about-overview__content {
    margin-top: 4rem;
  }
  .p-about-overview-table__row {
    grid-template-columns: 80px 1fr;
    gap: 0;
    padding: 2rem 0;
  }
  .p-about-overview-table__label {
    font-size: 1.4rem;
  }
  .p-about-overview-table__data {
    font-size: 1.4rem;
  }
  .p-about-overview-address__body {
    flex-direction: column;
    gap: 0.7rem;
  }
  .p-about-overview-address {
    line-height: 1.75!important;
  }
  .p-about-overview-address__external-link {
    align-self: flex-start;
    display: flex;
    align-items: center;
    height: auto;
    font-size: 1.4rem;
  }
  .p-about-overview-table__external-link img {
    width: 14px;
    height: 14px;
  }
  .p-about-overview-address__bottom {
    margin-top: 3rem;
    line-height: 1.75;
    font-size: 1.2rem;
  }
  .p-about-access {
    margin-top: 10rem;
  }
  .p-about-access__content {
    margin-top: 4rem;
  }
  .p-about-access__button {
    margin-top: 3rem;
    display: flex;
    justify-self: center;
    width: 260px;
    padding-left: 4.4rem;
  }
  .p-about-access__head {
    font-size: 1.4rem;
  }
  .p-about-access-body {
    font-size: 1.4rem;
    line-height: 1.75;
  }
  .p-about-access-body__item {
    display: inline;
  }
  .p-about-access-body__item:first-child {
    padding-right: 1.5rem;
  }
  .p-about-access__bottom {
    font-size: 1.2rem;
    line-height: 1.75;
    margin-top: 2rem;
  }
  .p-about-access__map {
    height: 400px;
  }
  .p-about-access__map iframe {
    width: 100%;
    height: 400px;
  }
  .p-about-banner__container {
    margin: 7rem auto 0;
    width: 330px;
    height: 130px;
    padding: 2.1rem 0.7rem;
		border: 4px solid #EFEFEF;
  }
  .p-about-banner__container::before {
    height: 34px;
    right: 47px;
  }
  .p-about-banner__container::after {
    right: 17px;
    width: 12px;
    height: 10px;
  }
  .p-about-banner__box {
    gap: 1.5rem;
  }
  .p-about-banner__box img {
    width: 80px;
    height: 80px;
  }
  .p-about-banner__text {
    gap: 0.8rem;
  }
  .p-about-banner__title {
    font-size: 1.8rem;
  }
  .p-about-banner__subtitle {
    font-size: 1.1rem;
  }
  .p-about-our-business {
    margin-top: 10rem;
  }
  .p-about-our-business__content {
    margin-top: 6rem;
    padding-bottom: 9rem;
  }
  .p-about-our-business-item {
    padding-top: 3rem;
  }
  .p-about-our-business-item:first-child {
    border-top: none;
    padding-top: 0;
  }
  .p-about-our-business-item__link {
    padding-top: 0;
    padding-bottom: 2rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
  .p-about-our-business-item__content {
    align-items: center;
    gap: 2.4rem;
  }
  .p-about-our-business-item__image {
    height: 25px;
    width: auto;
  }
  .p-about-our-business-item__text {
    font-size: 1.3rem;
  }
  .p-about-our-business-item__arrow {
    margin-right: 0;
  }
}