img {
  max-width: 1920px;
}

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

.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";
}

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

.backgroundWaves__item1 {
  z-index: -1;
  position: absolute;
  top: 2471px;
  left: -41.6%;
  width: 113%;
  height: 393px;
  transform: scale(1, 1);
}

.backgroundWaves__item2 {
  position: absolute;
  z-index: -1;
  top: 4698px;
  left: 26%;
  width: 113%;
  height: 393px;
  transform: scale(1, 1);
}

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

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

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

.top__text {
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translate(0, -50%);
  color: #fff;
  font-size: 35px;
  font-family: "NotoSerifJP-Medium", "Noto Serif JP";
  letter-spacing: 0.08em;
}

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

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

.aim__text {
  margin-top: 50px;
  color: #222;
  font-size: 16px;
  font-family: "NotoSansJP-Regular", "Noto Sans JP";
  letter-spacing: 0.03em;
  text-align: center;
  line-height: 2;
}

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

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

.voice__list {
  margin-top: 66px;
  width: 1110px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.voice__list__item__container {
  width: 100%;
  height: 1111px;
  background: #fff;
  display: flex;
  justify-content: center;
}

.voice__list__item {
  width: 971px;
  display: flex;
  flex-direction: column;
}

.voice__list__item__top {
  margin-top: 77px;
  width: 100%;
  height: 28px;
  position: relative;
}

.voice__list__item__top__title {
  position: absolute;
  top: 0;
  left: 0;
  color: #3b3b3b;
  font-size: 25px;
  font-family: "NotoSerifJP-Medium", "Noto Serif JP";
  letter-spacing: 0.08em;
}

.voice__list__item__top__line {
  position: absolute;
  top: 0;
  right: 115px;
  width: 1px;
  height: 27px;
  background: #ccb9a2;
}

.voice__list__item__top__who {
  position: absolute;
  top: 1px;
  right: 0px;
  color: #9f7b4f;
  font-size: 20px;
  font-family: "NotoSansJP-Regular", "Noto Sans JP";
  letter-spacing: 0.03em;
}

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

.voice__list__item__profile {
  margin-top: 30px;
  width: 656px;
  height: 50px;
  color: #222;
  font-size: 16px;
  font-family: "NotoSansJP-Regular", "Noto Sans JP";
  letter-spacing: 0.03em;
  line-height: 1.9;
}

.voice__list__item__image {
  margin-top: 56px;
  width: 100%;
  height: 502px;
}

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

.voice__list__filler {
  width: 100%;
  height: 60px;
}

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

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

.routine__list {
  margin-top: 94px;
  align-self: flex-start;
  display: flex;
  flex-direction: column;
}

.routine__list__item {
  position: relative;
  width: 100%;
  height: 153px;
}

.routine__list__item2 {
  position: relative;
  width: 100%;
  height: 113px;
}

.routine__list__item__redCircle {
  position: absolute;
  top: 0;
  left: 0;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: #a23d3d;
}

.routine__list__item__whiteCircle {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
}

.routine__list__item__redLine {
  z-index: -1;
  position: absolute;
  top: 0px;
  left: 14px;
  width: 1px;
  height: 100%;
  background: #a23d3d;
}

.routine__list__item__time {
  position: absolute;
  top: -6px;
  left: 69px;
  color: #a23d3d;
  font-size: 30px;
  font-family: "RobotoCondensed-Light", "Roboto Condensed";
  font-weight: 300;
  letter-spacing: 0.08em;
}

.routine__list__item__title {
  position: absolute;
  top: -4px;
  left: 176px;
  width: 800px;
  color: #222;
  font-size: 25px;
  font-family: "NotoSerifJP-Medium", "Noto Serif JP";
  letter-spacing: 0.08em;
}

.routine__list__item__text {
  position: absolute;
  top: 45px;
  left: 176px;
  width: 800px;
  color: #222;
  font-size: 16px;
  font-family: "NotoSansJP-Regular", "Noto Sans JP";
  letter-spacing: 0.03em;
}

.routine__list__item__note {
  position: absolute;
  top: 85px;
  left: 176px;
  width: 400px; 
  color: #6f6f6f;
  font-size: 13px;
  font-family: "NotoSansJP-Regular", "Noto Sans JP";
  letter-spacing: 0.03em;
}

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

.more__button {
  width: 576px;
  height: 110px;
  background: #9f7b4f;
  color: #fff;
  font-size: 20px;
  font-family: "NotoSansJP-Regular", "Noto Sans JP";
  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;
}

.contact {
  margin-top: 226px;
  width: 100%;
  height: 492px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact__image__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 492px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact__image {
  width: 1920px;
  height: 100%;
}

.contact__content {
  z-index: 3;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact__content__title {
  color: #fff;
  font-size: 30px;
  font-family: "RobotoCondensed-Light", "Roboto Condensed";
  font-weight: 300;
  letter-spacing: 0.08em;
}

.contact__content__caption {
  margin-top: 30px;
  color: #fff;
  font-size: 16px;
  font-family: "NotoSansJP-Regular", "Noto Sans JP";
  letter-spacing: 0.03em;
  text-align: center;
}

.contact__content__button {
  margin-top: 79px;
  width: 350px;
  height: 80px;
  background: #fff;
  color: #3b3b3b;
  font-size: 20px;
  font-family: "NotoSansJP-Regular", "Noto Sans JP";
  letter-spacing: 0.08em;
  position: relative;
  transition: all 0.3s;
}

.contact__content__button:hover {
  background: #9f7b4f;
  cursor: pointer;
  color: #fff;
}

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

.contact__content__button:hover .contact__content__button__arrow__blackArrow {
  display: none;
}

.contact__content__button__arrow__whiteArrow {
  display: none;
}

.contact__content__button:hover .contact__content__button__arrow__whiteArrow {
  display: block;
}

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

