.main_visual {
  background-image: url("../img/introduction/main_img.jpg");
}

.greeting {
  width: 100%;
  margin: 110px auto;
}

.greeting_content {
  width: 1100px;
  max-width: 100%;
  margin: 55px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.greeting_detail {
  position: relative;
  width: 100%;
  line-height: 1.6;
}
.greeting_detail__title {
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.greeting_detail__text {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin-top: 1.5em;
}
.greeting_detail__signature {
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin-top: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
}

.signature_post {
  font-size: 1.4rem;
  margin-right: 1em;
}

.signature_name {
  font-size: 2.1rem;
}

.our_hope {
  margin-top: 100px;
  margin: 100px auto;
}

.our_hope_read {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: center;
  margin-top: 45px;
}
.our_hope_read__large {
  display: block;
  width: fit-content;
  position: relative;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  margin: 0.5em auto 1em;
}
.our_hope_read__large::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -6px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 19px;
  background-color: #F9E6EC;
}

.our_hope_content {
  width: 860px;
  max-width: 100%;
  margin: 0 auto;
}
.our_hope_content__item {
  width: 100%;
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.our_hope_content__detail {
  width: 65%;
}
.our_hope_content__detail--full {
  width: 100%;
}
.our_hope_content__title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}
.our_hope_content__text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.our_hope_content__img_wrap {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.movie {
  width: 100%;
  background-color: #F9E7EC;
  padding: 40px 0;
}

.movie_list {
  width: 915px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.movie_list__item {
  width: 46%;
}
.movie_list__iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
}
.movie_list__text {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin-top: 0.5em;
}

.features {
  margin: 140px auto;
}

.features_list {
  width: 970px;
  max-width: 100%;
  margin: 60px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.features_list__item {
  width: 47.5%;
  margin-top: 60px;
}
.features_list__thumb {
  position: relative;
  width: 100%;
  height: auto;
}
.features_list__title {
  position: relative;
  width: 70%;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #fff;
  background-color: #FF9EA0;
  border-radius: 4px;
  padding: 0.5em 2em;
  transform: translateY(-50%);
  margin-left: 1em;
}
.features_list__detail {
  margin-top: -10px;
}
.features_list__text {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.business_content {
  width: 100%;
  background-color: #F9E7EC;
  padding: 80px 0;
}
.business_content__text {
  position: absolute;
  bottom: 14px;
  left: 26px;
  color: #000;
  font-weight: 800;
}
.business_content__text_main {
  font-size: 3.2rem;
  letter-spacing: 0.02em;
}
.business_content__text_sub {
  display: block;
  font-size: 1.1rem;
  letter-spacing: 0.02em;
  margin-top: 0.25em;
}

.business_content_list {
  width: 950px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.business_content_list__item {
  position: relative;
  width: 47%;
  background-color: #fff;
  padding: 4px;
  margin-top: 50px;
}
.business_content_list__img {
  width: 100%;
  height: auto;
}

.vertical_video {
  width: 970px;
  max-width: 100%;
  margin: 80px auto;
}

.vertical_video_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.vertical_video_list__item {
  width: 31.5%;
}
.vertical_video_list__movie {
  max-width: 100% !important;
  min-width: 100% !important;
  width: 100% !important;
  overflow: hidden !important;
}

.company_overview {
  margin: 140px auto 0;
}

.company_overview_content {
  width: 915px;
  max-width: 100%;
  margin: 60px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.company_overview_dl {
  width: 58%;
}
.company_overview_dl__line {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  padding-bottom: 0.8em;
  border-bottom: 1px solid #F9E7EC;
  margin-bottom: 0.8em;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.company_overview_dl__dt {
  font-weight: 500;
  width: 7em;
}
.company_overview_dl__dd {
  font-weight: 400;
  width: calc(100% - 7em);
}

.company_overview_dl_list__link {
  color: #000;
}

.company_overview_img {
  width: 38.25%;
  height: auto;
}

.company_overview_link {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #000;
  background-color: #F9E6EC;
  padding: 1em 3em;
  border-radius: 31px;
  text-decoration: none;
  display: block;
  width: max-content;
  margin: 80px auto 0;
}

@media screen and (max-width: 960px) {
  .greeting_detail {
    padding: 0 4%;
    margin-top: 30px;
  }
  .our_hope {
    padding: 0 4%;
  }
  .our_hope_read__large {
    font-size: 1.8rem;
  }
  .our_hope_content__item {
    width: 100%;
    margin-top: 45px;
  }
  .our_hope_content__detail, .our_hope_content__img_wrap {
    width: 100%;
  }
  .our_hope_content__detail {
    order: 1;
  }
  .our_hope_content__img_wrap {
    order: 2;
    margin-top: 20px;
  }
  .movie {
    padding: 4%;
  }
  .movie_list__item {
    width: 100%;
    margin-top: 30px;
  }
  .movie_list__iframe {
    padding: 10px;
  }
  .features_list {
    padding: 0 4%;
  }
  .features_list__item {
    width: 100%;
    margin-top: 40px;
  }
  .features_list__title {
    font-size: 1.6rem;
    margin-left: 5%;
    padding: 0.5em 1em;
  }
  .business_content {
    padding: 80px 4%;
  }
  .business_content_list__item {
    width: 100%;
  }
  .vertical_video {
    padding: 0 4%;
  }
  .vertical_video_list__item {
    width: 100%;
  }
  .company_overview_content {
    padding: 0 4%;
  }
  .company_overview_dl {
    width: 100%;
  }
  .company_overview_img {
    width: 100%;
    margin-top: 30px;
  }
}

/*# sourceMappingURL=introduction.css.map */
