/* 月夜野ファームとは・フリーページ / about.css */

/* 月夜野ファームとは（/f/about・1カラム） */
.page-header {
  position: relative;
  width: 100%;
  text-align: center;
}

.page-header_img {
  position: relative;
  display: block;
  overflow: hidden;
  height: 360px;
  margin-right: calc(-50vw + 50%);
  margin-left: calc(-50vw + 50%);
}

.page-header_img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-header_text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  color: var(--color-white);
  transform: translate(-50%, -50%);
}

.page-header .title-main {
  margin: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.03em;
}

.page-header .title-sub {
  margin: 0.6em 0 0;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.06em;
}

.page-main .lead {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}

.lead-main {
  margin-bottom: 40px;
  text-align: center;
}

.page-main_brand .section {
  display: block;
  margin-top: 80px;
}

.page-main_brand .section:first-of-type {
  margin-top: 0;
}

.section-title {
  margin-bottom: 40px;
  line-height: 1;
  text-align: center;
}

.section-title .title-main {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.03em;
}

.section-title .title-sub {
  margin-top: 1em;
  color: var(--color-green);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.06em;
}

.brand-quality,
.brand-environment,
.brand-history {
  display: flex;
  align-items: center;
}

.brand-environment,
.brand-history {
  margin-top: 40px;
}

.brand-environment {
  flex-direction: row-reverse;
}

.brand-quality_img,
.brand-environment_img,
.brand-history_img {
  width: 50%;
}

.brand-quality_text,
.brand-environment_text,
.brand-history_text {
  width: 50%;
}

.brand-quality_img,
.brand-history_img {
  padding-right: 4%;
}

.brand-quality_text,
.brand-history_text {
  padding-left: 4%;
}

.brand-environment_img {
  padding-left: 4%;
}

.brand-environment_text {
  padding-right: 4%;
}

.page-main_brand .fs-c-heading--page {
  margin-bottom: 32px;
  font-size: 32px;
}

@media (max-width: 767px) {

  .page-header_img {
    height: 65vw;
    max-height: 240px;
    margin-right: 0;
    margin-left: 0;
  }

  .page-header .title-main {
    font-size: 28px;
  }

  .page-header .title-sub {
    font-size: 13px;
  }

  .lead-main {
    font-size: 15px;
  }

  .page-main_brand .section {
    margin-top: 56px;
  }

  .section-title {
    margin-bottom: 1.5em;
  }

  .section-title .title-main {
    font-size: 24px;
  }

  .section-title .title-sub {
    font-size: 11px;
  }

  .brand-quality,
  .brand-environment,
  .brand-history {
    display: block;
  }

  .brand-environment,
  .brand-history {
    margin-top: 32px;
  }

  .brand-quality_img,
  .brand-environment_img,
  .brand-history_img,
  .brand-quality_text,
  .brand-environment_text,
  .brand-history_text {
    width: 100%;
    padding: 0;
  }

  .brand-quality_text,
  .brand-environment_text,
  .brand-history_text {
    margin-top: 24px;
  }

  .page-main_brand .fs-c-heading--page {
    font-size: 24px;
  }
}
