@font-face {
  font-family: "GeneralSans-Medium";
  src: url("../fonts/GeneralSans-Medium.woff2") format("woff2"), url("../fonts/GeneralSans-Medium.woff") format("woff"), url("../fonts/GeneralSans-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "GeneralSans-Light";
  src: url("../fonts/GeneralSans-Light.woff2") format("woff2"), url("../fonts/GeneralSans-Light.woff") format("woff"), url("../fonts/GeneralSans-Light.ttf") format("truetype");
}
.p-features__message {
  margin-bottom: 5.5rem;
  text-align: center;
}

.p-features__title {
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-features__title {
    font-size: 2.4rem;
  }
}
.p-features__title.__large {
  font-size: 2.2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-features__title.__large {
    font-size: 2.8rem;
  }
}
.p-features__title.__mb {
  margin-bottom: 1em;
}

.p-philosophy {
  margin-bottom: 8rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-philosophy {
    margin-bottom: 12rem;
  }
}

.p-philosophy__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1.6rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-philosophy__list {
    gap: 3.2rem;
  }
}

.p-philosophy__list_item {
  width: 100%;
  background: #fff;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-philosophy__list_item {
    display: flex;
    justify-content: space-between;
    width: 81.25%;
  }
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-philosophy__list_img {
    width: 59%;
  }
}

.p-philosophy__list_detail {
  display: flex;
  align-content: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 5rem 2rem 3.5rem;
  border-top: 0.8rem solid #422A08;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-philosophy__list_detail {
    width: 41%;
    padding: 0 9rem 0 7.4rem;
    border-top: 1.2rem solid #422A08;
  }
}

.p-philosophy__list_detail_number {
  font-size: 1.1rem;
}

.p-philosophy__list_detail_title {
  font-size: 2rem;
  margin: 1rem 0 2rem;
  line-height: 1.6;
  width: 100%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-philosophy__list_detail_title {
    font-size: 2.8rem;
    margin: 1rem 0 5rem;
  }
}

.p-philosophy__list_detail_text a {
  text-decoration: underline;
}

.p-features__point {
  margin-bottom: 6rem;
}

.p-history {
  margin-top: 4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-history {
    margin-top: 6.8rem;
  }
}

.p-history__item + .p-history__item {
  margin-top: 8rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-history__item + .p-history__item {
    margin-top: 5rem;
  }
}
.p-history__item:nth-child(2n) .p-history__item_inner {
  flex-direction: column-reverse;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .p-history__item:nth-child(2n) .p-history__item_inner .p-history__item_img {
    margin: 0 0 4rem;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-history__item:nth-child(2n) .p-history__item_inner {
    flex-direction: row;
  }
}

.p-history__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-history__title {
    margin-bottom: 5rem;
  }
}
.p-history__title .en {
  line-height: 1.14;
  font-weight: 500;
  font-size: 3.4rem;
  display: inline-block;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-history__title .en {
    font-size: 5.4rem;
  }
}
.p-history__title img {
  width: 4rem;
  display: inline-block;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-history__title img {
    width: 7rem;
  }
}

.p-history__item_inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-history__item_inner {
    padding-bottom: 4.3rem;
  }
}
.p-history__item_inner.__center {
  align-items: center;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-history__item_inner::before {
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    background: #e3dcd1;
  }
}
.p-history__item_inner figcaption {
  font-family: UD Shin Go Conde90 L, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.2rem;
  margin-top: 1rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-history__item_inner figcaption {
    margin-top: 1.2rem;
    font-size: 1.4rem;
  }
}

.p-history__item_detail {
  width: 100%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-history__item_detail {
    width: 43.8%;
  }
}

.p-history__item_detail_text {
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-history__item_detail_text {
    font-size: 2.4rem;
  }
}

.p-history__item_img {
  width: 100%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .p-history__item_img {
    margin: 4rem 0 0;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-history__item_img {
    width: 43.8%;
  }
}

.p-history__item_topic {
  background: #ece7de;
  padding: 2rem;
  margin: 4.8rem 0 5.6rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-history__item_topic {
    padding: 4rem;
  }
}
.p-history__item_topic .c-title__icon,
.p-history__item_topic p {
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-history__item_topic .c-title__icon,
.p-history__item_topic p {
    margin-bottom: 3.2rem;
  }
}
.p-history__item_topic p {
  width: 100%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-history__item_topic p {
    width: 60%;
  }
}
.p-history__item_topic figure {
  width: 100%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-history__item_topic figure {
    width: 33.5%;
  }
}

.p-history__item_topic_inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .p-history__item_topic_inner {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-history__item_topic_inner {
    flex-direction: row-reverse;
  }
}
.p-history__item_topic_inner p {
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-history__item_topic_inner p {
    font-size: 2.4rem;
  }
}

.p-history__item_message {
  text-align: center;
  margin-top: 8rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-history__item_message {
    margin-top: 5rem;
    padding-bottom: 8.6rem;
  }
}
.p-history__item_message .c-text__scroll {
  position: relative;
  z-index: 0;
}

.p-history__item_message_text {
  position: relative;
  z-index: 1;
  font-size: 2.2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-history__item_message_text {
    font-size: 2.8rem;
  }
}