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;
  max-width: 1920px;
  width: 100%;
  min-width: 1366px;
  height: 4000px;
  overflow: hidden;
}

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

.backgroundWaves__item2 {
  z-index: -1;
  position: absolute;
  top: 2330px;
  left: 43%;
  width: 113%;
  height: 393px;
}

.baigeBackground {
  position: absolute;
  z-index: -3;
  top: 2709px;
  left: 0;
  width: 100%;
  height: 1345px;
  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";
}

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

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

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

.freeSession {
  margin: 276px auto 0 auto;
  width: 1110px;
}

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

.freeSession__upper__image {
  width: 514px;
  height: 544px;
}

.freeSession__upper__right {
  width: 515px;
}

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

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

.freeSession__lower {
  margin-top: 116px;
  width: 100%;
  height: 520px;
  background: #fff;
  position: relative;
  border: #9f7b4f 1px solid;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.freeSession__lower__title {
  position: absolute;
  top: 0;
  left: 50%;
  width: 398px;
  height: 73px;
  transform: translate(-50%, -50%);
}

.freeSession__lower__title__image {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.freeSession__lower__title__text {
  z-index: 2;
  position: inherit;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
  font-family: "NotoSerifJP-Medium", "Noto Serif JP";
  letter-spacing: 0.08em;
}

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

.freeSession__lower__captions {
  margin-top: 50px;
  width: 745px;
  height: 163px;
  position: relative;
}

.freeSession__lower__captions__item {
  position: absolute;
  height: 66px;
  background: #faf9f7;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a23d3d;
  font-size: 25px;
  font-family: "NotoSansJP-Medium", "Noto Sans JP";
  letter-spacing: 0.03em;
  font-weight: 700;
}

.freeSession__lower__captions__item1 {
  top: 0;
  left: 0;
  width: 310px;
}

.freeSession__lower__captions__item2 {
  top: 0;
  left: 332px;
  width: 413px;
}

.freeSession__lower__captions__item3 {
  top: 97px;
  left: 166px;
  width: 411px;
}

.freeSession__lower__text2 {
  /* margin-top: 73px; */
  width: 750px;
  height: 114px;
  /* border-top: #9f7b4f 1px solid; */
  /* border-bottom: #9f7b4f 1px solid; */
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.freeSession__lower__text2__circle {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(22px, -50%);
  width: 97px;
  height: 97px;
  border-radius: 50%;
  background: #9f7b4f;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-family: "NotoSansJP-Regular", "Noto Sans JP";
  letter-spacing: 0.03em;
}

.freeSession__lower__text2__line {
  position: absolute;
  top: 26px;
  left: 110px;
  width: 13px;
  height: 1px;
  transform: rotate(30deg);
  background: #9f7b4f;
}

.freeSession__lower__text2__item {
  color: #222;
  font-size: 20px;
  font-family: "NotoSerifJP-Medium", "Noto Serif JP";
  letter-spacing: 0.08em;
  text-align: center;
}

.freeSession__lower__notice {
  position: absolute;
  bottom: 25px;
  left: 30px;
  color: #6f6f6f;
  font-size: 13px;
  font-family: "NotoSansJP-Regular", "Noto Sans JP";
  letter-spacing: 0.03em;
}

.example {
  margin-top: 327px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

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

.example__examples__container {
  margin-top: 56px;
  width: 1366px;
  height: 447px;
  background: #faf9f7;
  display: flex;
  align-items: center;
  justify-content: center;
}

.example__examples {
  width: 1110px;
  height: 303px;
  border-bottom: #9f7b4f 1px solid;
}

.example__examples__lines {
  width: 1110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.example__examples__lines__line {
  width: 476px;
  height: 1px;
  background: #9f7b4f;
}

.example__examples__lines__title {
  color: #9f7b4f;
  font-size: 16px;
  font-family: "NotoSansJP-Regular", "Noto Sans JP";
  letter-spacing: 0.03em;
}

.example__examples__items {
  margin-top: 60px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.example__examples__item {
  width: 206px;
  height: 150px;
}

.example__examples__item__image {
  width: 206px;
  height: 150px;
}

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

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

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

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

.contact__image {
  z-index: 1;
  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__japaneseTitle {  
  margin-top: 30px;
  color: #fff;
  font-size: 30px;
  font-family: "NotoSerifJP-Light", "Noto Serif JP";
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1.8;
}

.contact__content__line {
  margin-top: 36px;
  width: 100%;
  height: 1px;
  background: #fff;
}

.contact__content__contacts {
  margin-top: 40px;
  width: 484px;
  height: 45px;
  display: flex;
  justify-content: space-between;
}

.contact__content__contacts__tel {
  color: #fff;
  font-size: 25px;
  font-family: "NotoSansJP-Bold", "Noto Sans JP";
  font-weight: 700;
  letter-spacing: 0.03em;
}

.contact__content__contacts__tel__image {
  width: 22px;
  height: 22px;
}

.contact__content__contacts__email {
  color: #fff;
  font-size: 25px;
  font-family: "NotoSansJP-Regular", "Noto Sans JP";
  letter-spacing: 0.03em;
}

.contact__content__contacts__email__image {
  width: 23px;
  height: 18px;
}

.contact__content__button {
  margin-top: 66px;
  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;
}

