/* ---------------------------- */
/* --- AboutSection --- */
/* ---------------------------- */
.AboutSection {
  margin-top: 80px;
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .AboutSection {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 480px) {
  .AboutSection {
    margin-top: 36px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.About-Inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 944px;
}
.About-Inner-Headline {
  text-align: center;
  letter-spacing: 0.05em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 40px;
}
@media screen and (max-width: 480px) {
  .About-Inner-Headline {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .About-Inner-Headline.isKaigyo {
    line-height: 1.4;
  }
}
.About-Inner-Headline .BrSp {
  display: none;
}
@media screen and (max-width: 480px) {
  .About-Inner-Headline .BrSp {
    display: block;
  }
}
.About-Inner-Garalley {
  margin-top: 54px;
}
@media screen and (max-width: 480px) {
  .About-Inner-Garalley {
    margin-top: 24px;
  }
}
.About-Inner-Border {
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  width: 53px;
  height: 2px;
  background-color: #71a5ca;
}
@media screen and (max-width: 480px) {
  .About-Inner-Border {
    margin-top: 12px;
    width: 36px;
  }
}
.About-Inner-Table {
  margin-top: 40px;
}
.About-Inner-Table-Item {
  position: relative;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}
@media screen and (max-width: 480px) {
  .About-Inner-Table-Item {
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.About-Inner-Table-Item:first-child {
  padding-top: 0;
}
.About-Inner-Table-Item::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 2px;
  background-color: #c4c4c4;
}
.About-Inner-Table-Item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 130px;
  height: 2px;
  background-color: #71a5ca;
}
@media screen and (max-width: 480px) {
  .About-Inner-Table-Item::after {
    width: 60px;
  }
}
.About-Inner-Table-Item-Title {
  margin-right: 46px;
  width: 130px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.1em;
  color: #1a1a1a;
}
@media screen and (max-width: 480px) {
  .About-Inner-Table-Item-Title {
    margin-right: 0;
    text-align: center;
    width: 100%;
  }
}
.About-Inner-Table-Item-Text {
  width: calc(100% - 130px);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.1em;
  color: #1a1a1a;
}
@media screen and (max-width: 480px) {
  .About-Inner-Table-Item-Text {
    margin-top: 12px;
    width: 100%;
    text-align: center;
    font-size: 14px;
  }
}
.About-Inner-Table-Item-Text .BrSp {
  display: none;
}
@media screen and (max-width: 480px) {
  .About-Inner-Table-Item-Text .BrSp {
    display: block;
  }
}
.swiper {
  margin-bottom: 32px;
}
.swiper-slide-Img {
  width: 100%;
  padding-top: 31.7%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/* ---------------------------- */
/* --- スライドショーのカスタマイズ --- */
/* ---------------------------- */
.swiper-pagination-bullet {
  margin-left: 8px !important;
  margin-right: 8px !important;
  width: 10px !important;
  height: 10px !important;
  background: #fff !important;
  opacity: 1 !important;
}
.swiper-pagination-bullet-active {
  background: #71a5ca !important;
}
