#about {
  padding-top: 71px;
}

@media screen and (max-width: 999px) {
  #about {
    padding-top: 30px;
  }
}

.about__container {
  max-width: 1105px;
  width: 100%;
  margin-right: auto;
  margin-left: 8.7%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (min-width: 1105px) and (max-width:1283px) {
  .about__container {
    margin-left: auto;
}
}

@media screen and (max-width: 1104px) {
  .about__container {
    flex-direction: column-reverse;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.about__image {
  width: 53.937%;
}

.about__image img {
  width: 100%;
  border-radius: 15px;
}

@media screen and (max-width: 1104px) {
  .about__image {
    width: 100%;
    margin-top: 30px;
  }
}

.about__imageTop {
}

.about__imageBottom {
}

.about__imageBottomItems {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.about__imageBottomItem {
  width: 23.156%;
}
.about__imageBottomItem img {
  border-radius: 6px;
}

.about__text {
  width: 40.815%;
}

@media screen and (max-width: 1104px) {
  .about__text {
    width: 100%;
  }
}

.about__head {
  display: flex;
  flex-direction: column;
  margin-top: -8px;
	
}

.about__head h2 {
  font-family: "Cormorant Garamond";
  font-weight: 500;
  font-size: 36px;
  letter-spacing: 0.06em;
  text-align: left;
  color: #000;
}

@media screen and (max-width: 999px) {
  .about__head h2 {
    font-size: 24px;
  }
}

.about__head p {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #000;
  margin-top: -6px;
}

.about__middleHead {
  margin-top: 27px;
  position: relative;
	display:inline-block;
}

@media screen and (max-width: 999px) {
  .about__middleHead {
    margin-top: 15px;
  }
}

.about__middleHead h3 {
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.06em;
  text-align: left;
  color: #1c1c1c;
}

@media screen and (max-width: 999px) {
  .about__middleHead h3 {
    font-size: 18px;
  }
}

.about__middleHead::before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  transform: translateY(-50%);
    right: -25%;
  height: 1px;
  width: 24%;
  background-color: #707070;
}

.about__lightHead {
  margin-top: 10px;
	white-space:nowrap;
}

.about__lightHead h4 {
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.06em;
  line-height: 61px;
  text-align: left;
  color: #fff;
}

@media screen and (max-width: 999px) {
  .about__lightHead h4 {
    font-size: 20px;
    line-height: 2.5;
  }
}

.about__lightHead span {
  background-color: #ec572e;
  padding: 4px 10px 6px;
}

.about__content {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 14px;
  line-height: 2.14285714286;
  letter-spacing: 0.04em;
  text-align: left;
  color: #1c1c1c;
  margin-top: 19px;
}

.about__sliders {
  margin-top: 80px;
}

@media screen and (max-width: 999px) {
.about__sliders {
  margin-top: 20px;
}
}

.about__slider {
  display: block;
}

.about__slider--top {
}

.about__slider--bottom {
}

.about__sliderItems {
  display: block;
}

.about__sliderItem img {
  width: 360px !important;
  object-fit: cover;
}

@media screen and (max-width: 999px) {
  .about__sliderItem img {
    width: 120px !important;
  }
}
