body {
  margin-bottom: 0;
}

main {
  margin: 0 0 0 0;
  max-width: 1920px;
  min-width: 1366px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

img {
  max-width: 1920px;
}

.backgroundWaves {
  z-index: -2;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 1920px;
  width: 100%;
  min-width: 1366px;
  height: 6378px;
  overflow: hidden;
}

.backgroundWaves__item1 {
  z-index: -1;
  position: absolute;
  top: 6094px;
  left: 25.3%;
  width: 113%;
  height: 393px;
}

.baigeBackground {
  z-index: -10;
  position: absolute;
  top: 3905px;
  left: 0;
  width: 100%;
  height: 2473px;
  background: #faf9f7;
}

.main__top {
  width: 100%;
  height: 200px;
  position: relative;
}

.main__top__title {
  position: absolute;
  top: 20px;
  left: 21%;
  color: #3b3b3b;
  font-size: 50px;
  font-family: "NotoSerifJP-Medium", "Noto Serif JP";
  font-weight: 300;
  letter-spacing: 0.08em;
}

.main__top__nav {
  position: absolute;
  top: 100px;
  left: 69%;
}

.main__top__nav__upperPages {
  color: #bfbfbf;
  font-size: 16px;
  font-family: "NotoSansJP-Medium", "Noto Sans JP";
}

.main__top__nav__thisPage {
  color: #222;
  font-size: 16px;
  font-family: "NotoSansJP-Medium", "Noto Sans JP";
}

.top {
  width: 1920px;
  height: 420px;
  position: relative;
}

.top__image {
  width: 100%;
  height: 100%;
}

.scrollers {
  margin: 125px auto 0 auto;
  width: 613px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.scrollers__item{
  border-bottom: #3b3b3b 1px solid; 
  width: 276px;
  height: 100%;
  position: relative;
}

.scrollers__item__text {
  color: #3b3b3b;
  font-size: 20px;
  font-family: "NotoSerifJP-Medium", "Noto Serif JP";
  letter-spacing: 0.08em;
}

.scrollers__item__arrow {
  position: absolute;
  top: 33%;
  right: 9px;
  transform: translate(0, -50%);
  width: 16.12px;
  height: 10.7px;
}

.facility__anchor {
  height: 50px;
  visibility: hidden;
}

.facility {
  margin-top: 130px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.facility__title {
  color: #9f7b4f;
  font-size: 50px;
  font-family: "NotoSerifJP-Medium", "Noto Serif JP";
  font-weight: 300;
  letter-spacing: 0.08em;
}

.facility__list {
  margin-top: 86px;
  width: 1110px;
  height: 2220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.facility__list__item {
  width: 100%;
  height: 388px;
  display: flex;
  justify-content: space-between;
}

.facility__list__item__image {
  width: 320px;
  height: 388px;
}

.facility__list__item__right {
  width: 726px;
  display: flex;
  flex-direction: column;
}

.facility__list__item__right__title {
  margin-top: 7px;
  color: #3b3b3b;
  font-size: 25px;
  font-family: "NotoSerifJP-Medium", "Noto Serif JP";
  letter-spacing: 0.08em;
}

.facility__list__item__right__line {
  margin-top: 22px;
  width: 100%;
  height: 1px;
  background: #ccb9a2;
}

.facility__list__item__right__text {
  margin-top: 30px;
  width: 100%;
  color: #222;
  font-size: 16px;
  font-family: "NotoSansJP-Regular", "Noto Sans JP";
  letter-spacing: 0.03em;
  line-height: 2.0;
}

.facility__facilitys__text {
  margin-top: 17px;
  height: 25px;
  color: #3b3b3b;
  font-size: 25px;
  font-family: "NotoSansJP-Regular", "Noto Sans JP";
  letter-spacing: 0.08em;
}

.customer__anchor {
  margin-top: 230px;
  height: 90px;
  visibility: hidden;
}

.customer {
  margin: 55px auto 0 auto;
  width: 1110px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.customer__title {
  color: #9f7b4f;
  font-size: 40px;
  font-family: "NotoSerifJP-Medium", "Noto Serif JP";
  letter-spacing: 0.08em;
}

.customer__list {
  margin-top: 86px;
  width: 100%;
  height: 1762px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.customer__list__item {
  display: flex;
  justify-content: space-between;
}

.customer__list__item__image {
  width: 320px;
  height: 388px;
}

.customer__list__item__right {
  width: 726px;
  display: flex;
  flex-direction: column;
}

.customer__list__item__right__top {
  margin-top: 1px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.customer__list__item__right__top__text {
  color: #3b3b3b;
  font-size: 25px;
  font-family: "NotoSerifJP-Medium", "Noto Serif JP";
  letter-spacing: 0.08em;
}

.customer__list__item__right__top__who {
  width: 103px;
  height: 32px;
  background: #a23d3d;
  color: #fff;
  font-size: 16px;
  font-family: "NotoSansJP-Regular", "Noto Sans JP";
  letter-spacing: 0.03em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.customer__list__item__right__line {
  margin-top: 20px;
  width: 100%;
  height: 1px;
  background: #ccb9a2;
}

.customer__list__item__right__name {
  margin-top: 20px;
  color: #222;
  font-size: 16px;
  font-family: "NotoSansJP-Regular", "Noto Sans JP";
  letter-spacing: 0.03em;
}

.customer__list__item__right__text {
  margin-top: 20px;
  color: #222;
  font-size: 16px;
  font-family: "NotoSansJP-Regular", "Noto Sans JP";
  letter-spacing: 0.03em;
  line-height: 2.0;
}

.more__button__container {
  margin: 68px 0 0 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.more__button {
  width: 350px;
  height: 80px;
  background: #9f7b4f;
  color: #fff;
  font-size: 20px;
  font-family: "NotoSansJP-Regular", "Noto Sans JP";
  font-weight: 300;
  letter-spacing: 0.08em;
  position: relative;
  transition: all 0.3s;
}

.more__button:hover {
  background: #fff;
  color: #9f7b4f;
  border: #9f7b4f 1px solid;
}

.more__button__arrow {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translate(0, -50%);
  width: 16.12px;
  height: 10.7px;
}

.more__button:hover .more__button__arrow__whiteArrow {
  display: none;
}

.more__button__arrow__goldenArrow {
  display: none;
}

.more__button:hover .more__button__arrow__goldenArrow {
  display: block;
}

.more__button__container2 {
  margin: 134px 0 0 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.filler {
  width: 100%;
  height: 300px;
}

