@charset "UTF-8";
/* --------------------
section
-------------------- */
.section {
  padding: 48px var(--contentsPadding);
}

.section__title--en {
  font-family: "Noto Serif JP";
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}

.section__title--ja {
  color: #666;
  font-family: "Noto Serif JP";
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin-top: 8px;
}

.section__title--en--wh {
  color: var(--primary-white);
}

.section__title--ja--wh {
  color: var(--primary-white);
}

@media screen and (min-width: 769px) {
  .section {
    padding: 96px var(--contentsPaddingPC);
  }

  .section__title--en {
    font-size: 3.8rem;
  }
}

/* --------------------
concept,policy
-------------------- */
.section__concept {
  background-image: url(../img/about/concept_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.concept__wrapper,
.policy__wrapper {
  width: 100%;
}

.concept__contents {
}

.concept__heading,
.policy__heading {
  font-family: "Noto Serif JP";
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-top: 36px;
}

.concept__txt,
.policy__txt {
  font-size: 1.6rem;
  line-height: 2.3;
  letter-spacing: 0.05em;
}

.concept__txt--01,
.policy__txt {
  margin-top: 40px;
}

.concept__txt--02,
.concept__txt--03 {
  margin-top: 24px;
}

.concept__img,
.policy__img {
  margin-top: 24px;
}

@media screen and (min-width: 769px) {
  .section__concept {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 64px;
  }

  .concept__contents {
    /* width: 50%; */
  }

  .concept__heading,
  .policy__heading {
    font-size: 2.4rem;
    margin-top: 40px;
  }

  .concept__txt,
  .policy__txt {
    line-height: 2;
  }

  .concept__img {
    width: 100%;
  }

  .section__policy {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    gap: 64px;
    padding-top: 0;
    padding-bottom: 128px;
  }
}

/* --------------------
origin
-------------------- */
.section__origin {
  background-image: url(../img/about/origin_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.origin__wrapper {
  padding: 32px 4.2%;
  border: 1px solid var(--primary-white);
}

.origin__title {
  text-align: center;
}

.origin__contents {
}

.origin__txt {
  color: var(--primary-white);
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 32px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 769px) {
  .origin__wrapper {
    padding: 32px 9.7%;
    max-width: 1000px;
    margin: 0 auto;
  }

  .origin__title {
    font-size: 2.4rem;
  }

  .origin__title p {
    margin-top: 12px;
  }

  .origin__txt {
    font-size: 1.8rem;
    line-height: 2.3;
    max-width: 600px;
    margin: 32px auto 0;
  }
}

/* --------------------
profile
-------------------- */
.section__profile {
}

.profile__wrapper {
}

.profile__title {
}

.profile__contents {
  margin-top: 32px;
}

.profile__name {
  font-size: 2rem;
  letter-spacing: 0.05em;
}

.profile__role {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin-right: 24px;
}

.profile__txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 32px;
}

.profile__img {
  margin-top: 48px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .profile__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
    max-width: 1000px;
    margin: 0 auto;
  }

  .profile__wrapper {
    width: 1000px;
  }

  .profile__title {
  }

  .profile__contents {
  }

  .profile__name {
    font-size: 2rem;
  }

  .profile__role {
    font-size: 1.6rem;
  }

  .profile__txt {
    font-size: 1.6rem;
    line-height: 2;
  }

  .profile__img {
    width: 50%;
  }
}
