/* -----------------------------------------------------------
©PFU Limited
----------------------------------------------------------- */

.about {
  background-image: url("../images/about_sp.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 40px;
  padding: 40px 24px;

  @media screen and (min-width: 769px) {
    background-image: url("../images/about.webp");
    height: 512px;
  }
}

.about .sectionInner {
  @media screen and (min-width: 769px) {
    display: flex;
    height: 100%;
    align-items: center;
  }
}
.aboutWrap {
  @media screen and (min-width: 769px) {
    width: 50%;
    padding-right: 40px;
  }
}

.aboutHedding {
  color: var(--font-color-white);
  font-size: 2.4rem;
  @media screen and (min-width: 1001px) {
    font-size: 4rem;
  }
}

.abouText {
  color: var(--font-color-white);
  margin-top: 24px;
  @media screen and (min-width: 1001px) {
    font-size: 2rem;
    line-height: 3rem;
  }
}

.featureHedding_h3 {
  display: inline-block;
  color: var(--font-color-black);
  font-size: 2rem;
  line-height: 1.5em;
  text-align: left;
  font-weight: bold;

  @media screen and (min-width: 769px) {
    font-size: 4rem;
    width: auto;
  }
}

.featureHedding {
  margin-top: 48px;
  @media screen and (min-width: 769px) {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}

.featureHedding + .featureTxt {
  margin-top: 24px;
}

.featureHedding p {
  line-height: 1.5em;
  font-weight: bold;
  color: var(--font-color-red);
  @media screen and (max-width: 1000px) {
    display: none;
  }
}

.featureHedding_h4 {
  margin-top: 16px;

  @media screen and (min-width: 769px) {
    margin-top: 32px;
    font-size: 2rem;
  }
}

.featureTxt {
  margin-top: 8px;
  line-height: 1.5em;
}

.featureHedding_h3 + .featureTxt {
  margin-top: 24px;
}

.featureImage {
  display: block;
  margin-top: 24px;
}

.featureFlex {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 24px;
  @media screen and (min-width: 769px) {
    margin-top: 24px;
    flex-direction: row;
    gap: 40px;
  }
}

.featureFlexMulti {
  display: flex;
  gap: 24px;
  margin-top: 24px;

  @media screen and (max-width: 560px) {
    flex-wrap: wrap;
  }
}

.featureFlexMultiItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(((100% - 24px * 2) / 3) - 0.1px);

  @media screen and (min-width: 561px) {
    width: 132px;
  }
}

.featureFlexMultiItem_img img {
  width: 100%;
  height: auto;
}

.featureFlexMultiItem_txt {
  text-align: center;
}
.featureFlexMultiItem_txt .small {
  font-size: 1.2rem;
}

.featureFlexImage {
  width: 100%;
  @media screen and (min-width: 769px) {
    width: 40%;
  }
}

.featureFlexTxt {
  width: 100%;
  @media screen and (min-width: 769px) {
    width: 60%;
  }
}

.section.-movie {
  background-image: url("../images/youtube_sp.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

  @media screen and (min-width: 769px) {
    background-image: url("../images/youtube.webp");
  }
}

.movie {
  width: 100%;
  aspect-ratio: 16 / 9;
  max-width: 1000px;
  margin: 0 auto;
}

.movie iframe {
  width: 100%;
  height: 100%;
}

/* -----------------------------------------------------------
annotation
----------------------------------------------------------- */
.annotation {
  font-size: 1.2rem;
  @media screen and (min-width: 769px) {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
