@charset "UTF-8";
.page_section_inr .img {
  max-width: 680px;
  margin: 0 auto 4em;
}
@media screen and (max-width: 767px) {
  .page_section_inr .img {
    width: 90%;
    margin-bottom: 2em;
  }
}
.page_section_inr .txt {
  margin-bottom: 4em;
}
.page_section_inr .txt p {
  margin-bottom: 1em;
}
.page_section_inr .txt p:last-child {
  margin-bottom: 0;
}
.page_section_inr .dl_list {
  border-top: 1px solid #EBEBEB;
}
.page_section_inr .dl_list .block {
  display: flex;
  border-bottom: 1px solid #EBEBEB;
  padding: 35px 0;
}
@media screen and (max-width: 767px) {
  .page_section_inr .dl_list .block {
    display: block;
    padding: 15px 0;
  }
}
.page_section_inr .dl_list .block dt {
  flex: 1;
  font-size: 130%;
  font-weight: bold;
  padding-right: 5%;
}
@media screen and (max-width: 767px) {
  .page_section_inr .dl_list .block dt {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    margin-bottom: 0.5em;
    font-size: 140%;
  }
}
.page_section_inr .dl_list .block dt span {
  display: block;
  font-size: 80%;
}
.page_section_inr .dl_list .block dd {
  flex: 2;
}
.page_section_inr .dl_list .block dd h4 {
  font-size: 110%;
  font-weight: bold;
}

.about_slider .simply-scroll-container {
  position: relative;
}
.about_slider .simply-scroll-clip {
  position: relative;
  overflow: hidden;
}
.about_slider .simply-scroll-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: auto;
  /* 崩れる場合にはこちらも設定 */
}
.about_slider .simply-scroll-list li {
  list-style: none !important;
  float: left;
  width: 380px;
  height: auto;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .about_slider .simply-scroll-list li {
    width: 190px;
  }
}
.about_slider .simply-scroll-list li img {
  display: block;
}

.page_section_inr .page_section_inr_row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .page_section_inr .page_section_inr_row {
    display: block;
    margin-bottom: 1rem;
  }
}
.page_section_inr .copy {
  flex: 1;
  width: 50%;
  font-size: 6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .page_section_inr .copy {
    font-size: 2.2rem;
  }
}
.page_section_inr .txt {
  flex: 1;
}
.page_section_inr .txt p {
  font-size: 2rem;
  line-height: 2.5;
  font-weight: 300;
  padding: 0 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .page_section_inr .txt p {
    font-size: 1.4rem;
    line-height: 2.7rem;
    padding: 2em 0 0 0;
  }
}
.page_section_inr .txt p:last-child {
  margin-bottom: 0;
}

.page_section_inr .reed strong {
  font-weight: 700;
}