main {
  margin: 0 auto;
  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: 5000px;
  overflow: hidden;
}

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

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

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

.main__top__title {
  position: absolute;
  top: 20px;
  left: 16%;
  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%;
}

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

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

.service__title {
  color: #9f7b4f;
  font-size: 50px;
  font-family: "RobotoCondensed-Light", "Roboto Condensed";
  font-weight: 300;
  letter-spacing: 0.08em;
}

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

.visitCut {
  margin-top: 180px;
  width: 1920px;
  height: 605px;
  display: flex;
}

.visitCut__image {
  width: 920px;
  height: 605px;
}

.visitCut__right {
  margin-left: 114px;
  width: 482px;
  height: 605px;
}

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

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

.visitCut__right__notice {
  margin-top: 18px;
  color: #6f6f6f;
  font-size: 13px;
  font-family: "NotoSansJP-Regular", "Noto Sans JP";
  letter-spacing: 0.03em;
}

.visitCut__right__targets {
  margin-top: 51px;
  padding: 40px;
  background: #faf9f7;
}

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

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

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

.voice__title {
  color: #9f7b4f;
  font-size: 50px;
  font-family: "RobotoCondensed-Light", "Roboto Condensed";
  font-weight: 300;
  letter-spacing: 0.08em;
}

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

.voice__list {
  margin-top: 88px;
  width: 100%;
  height: 480px;
}

.voice__list__item {
  margin: 0 30px;
  width: fit-content;
  height: 480px;
  display:flex;
  flex-direction: column;
  align-items: center;
}

.voice__list__image {
  width: 480px;
  height: 350px;
}

.voice__list__tag {
  margin-top: 40px;
  width: fit-content;
  height: 38px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #a23d3d;
  color: #fff;
  font-size: 20px;
  font-family: "NotoSansJP-Regular", "Noto Sans JP";
}

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

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

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

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

.aboutHomeUse__list__container {
  margin-top: 58px;
  width: 100%;
  height: 1290px;
  background: rgba(250, 249, 247, 0.7);
  padding-left: 66px;
  display: flex;
  align-items: center;
}

.aboutHomeUse__list {
  width: 978px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.aboutHomeUse__list__item {
  display: flex;
}

.aboutHomeUse__list__item__image {
  width: 271px;
  height: 198px;
}

.aboutHomeUse__list__item__right {
  margin-left: 44px;
  display: flex;
  flex-direction: column;
}

.aboutHomeUse__list__item__right__title {
  margin-top: 21px;
  display: flex;
}

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

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

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

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

.aboutHomeUse__list__item__right__note {
  margin-top: 24px;
  color: #6f6f6f;
  font-size: 13px;
  font-family: "NotoSansJP-Regular", "Noto Sans JP";
  letter-spacing: 0.03em;
}

.aboutHomeUse__text2 {
  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.2;
}

.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: "RobotoCondensed-Light", "Roboto Condensed";
  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;
}

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

.contact__image__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 502px;
  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: "NotoSerifJP-Medium", "Noto Serif JP";
  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: 63px;
  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;
}

.faq {
  margin-top: 211px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

.faq__questions {
  margin-top: 36px;
  width: 1110px;
}

.faq__questions__item {
  margin-top: 20px;
  width: 100%;
  height: fit-content;
}

.faq__questions__item__question {
  z-index: 10;
  width: 100%;
  height: 90px;
  background: #faf9f7;
  position: relative;
}

.faq__questions__item__answer {
  overflow: hidden;
  z-index: 0;
  width: 100%;
  height: 0px;
  background: #fff;
  position: relative;
  transition: height 0.3s ease-out;
}

.faq__questions__item__title {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(0, -50%);
  color: #9f7b4f;
  font-size: 30px;
  font-family: "RobotoCondensed-Light", "Roboto Condensed";
  font-weight: 300;
  letter-spacing: 0.08em;
}

.faq__questions__item__title--answer {
  color: #a23d3d !important;
}

.faq__questions__item__text {
  position: absolute;
  top: 50%;
  left: 68px;
  transform: translate(0, -50%);
  color: #222;
  font-size: 16px;
  font-family: "NotoSansJP-Regular", "Noto Sans JP";
  letter-spacing: 0.03em;
}

.faq__questions__item__button {
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translate(0, -50%);
  width: 17px;
  height: 10px;
}

.faq__questions__item__button:hover {
  cursor: pointer;
}

.faq__questions__item__button__hide {
  display: none;
}

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

