.event {
  background: url(../img/event-bg.png) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .event {
    padding: 16vw 8vw;
  }
}
.event__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.event__lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 30px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .event__lists {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
    margin-top: 50px;
  }
}
.event__list--img {
  position: relative;
  margin-bottom: 10px;
}
.event__list--img .status {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .event__list--img .status {
    width: 70px;
    height: 70px;
  }
}
.event__list--img .status.on {
  background: #a76428;
}
.event__list--img .status.off {
  background: #838383;
}
.event__list .img {
  margin-bottom: 15px;
}
.event__list .schedule {
  background: #5b5757;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 10px;
  color: #fff;
  font-size: 14px;
  margin-bottom: 15px;
}
.event__list .schedule span {
  font-size: 16px;
  font-weight: bold;
  margin-left: 10px;
}
.event__list .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.event__list .box .name {
  line-height: 1.5;
  font-size: 14px;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .event__list .box .name {
    font-size: 12px;
  }
}
.event__list .box a {
  display: block;
  background: #8d7962;
  color: #fff;
  border-radius: 30px;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .event__list .box a {
    font-size: 11px;
    padding: 10px 11px;
  }
}

.works {
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .works {
    padding: 16vw 10.6666666667vw;
  }
}
.works__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.works__lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .works__lists {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
    margin-top: 50px;
  }
}
.works__list--img {
  margin-bottom: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
.works__list--img img {
  vertical-align: bottom;
}
.works__list--tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}
.works__list--tag {
  padding: 7px 10px;
  color: #fff;
  background: #5d5041;
  border-radius: 10px;
  font-size: 12px;
  font-weight: bold;
}
.works__list--title {
  padding-left: 20px;
  border-left: 5px solid #5d5041;
  color: #5d5041;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.works__list--text {
  line-height: 1.5;
  color: #000000;
  font-size: 14px;
}

.pagination {
  margin-top: 50px;
}
.pagination__lists {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.pagination__list {
  width: 30px;
  height: 30px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  border: 1px solid #5d5041;
  color: #5d5041;
}
.pagination__list.current {
  background: #5d5041;
  color: #fff;
}
.pagination__list.bn {
  border: none;
}

.showroom {
  background: url(../img/showroom-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .showroom {
    padding: 13.3333333333vw 0;
  }
}
.showroom__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.showroom__lists {
  margin-top: 50px;
  margin-bottom: 80px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 30px;
}
@media screen and (max-width: 768px) {
  .showroom__lists {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 30px;
    margin-bottom: 50px;
    margin-top: 30px;
  }
}
.showroom__list--img {
  margin-bottom: 10px;
}
.showroom__list--img img {
  aspect-ratio: 1.7;
  -o-object-fit: cover;
     object-fit: cover;
}
.showroom__list--title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 8px;
  border-bottom: dashed 1px #000000;
}
@media screen and (max-width: 768px) {
  .showroom__list--title {
    padding: 0 20px 12px;
  }
}
.showroom__list--title p {
  font-weight: bold;
}
.showroom__list--title .tag {
  display: block;
  width: -moz-max-content;
  width: max-content;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  padding: 4px 8px;
  background: #5b5757;
  border: 2px solid #000000;
}
.showroom .merit__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .showroom .merit__list {
    padding: 0 5.3333333333vw;
    margin-bottom: 30px;
  }
}
.showroom .merit__list--img {
  width: 35%;
  position: relative;
}
.showroom .merit__list--img::after {
  content: "";
  position: absolute;
  top: 5px;
  right: -5px;
  width: 100%;
  height: 100%;
  background: #8d7962;
  border-radius: 15px;
}
.showroom .merit__list--img img {
  border-radius: 15px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .showroom .merit__list--img {
    width: 45%;
  }
}
.showroom .merit__list--contents {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .showroom .merit__list--contents {
    width: 50%;
  }
}
.showroom .merit__list--contents h3 {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .showroom .merit__list--contents h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.showroom .merit__list--contents p {
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .showroom .merit__list--contents p {
    font-size: 13px;
  }
}

.present {
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .present {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.present__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.present__img {
  max-width: 550px;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .present__img {
    margin-top: 30px;
  }
}

.access {
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .access {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.access__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.access__box {
  margin-top: 50px;
  background: #edece3;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .access__box {
    padding: 20px;
    margin-top: 30px;
  }
}
.access__map {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .access__map {
    margin-bottom: 20px;
  }
  .access__map iframe {
    height: 220px;
  }
}
.access__text {
  line-height: 1.7;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .access__text {
    font-size: 13px;
  }
}

.reservation {
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .reservation {
    padding: 5.3333333333vw 5.3333333333vw 13.3333333333vw;
  }
}
.reservation__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.reservation__form {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 50px;
  background: #edece3;
  padding: 20px 0 40px;
}
@media screen and (max-width: 768px) {
  .reservation__form {
    margin-top: 30px;
  }
}
.reservation__form table {
  width: 100%;
}
.reservation__form table tr {
  border-bottom: 4px solid #fff;
}
.reservation__form table th {
  width: 40%;
  padding: 30px 40px;
  box-sizing: border-box;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .reservation__form table th {
    padding: 20px 15px;
    font-size: 14px;
  }
}
.reservation__form table td {
  width: 60%;
  padding: 30px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .reservation__form table td {
    padding: 20px 0;
  }
}
.reservation__form table td .required {
  color: #dd0000;
  margin-right: 10px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .reservation__form table td .required {
    font-size: 12px;
  }
}
.reservation__form table td input {
  background: #fff;
  border-radius: 6px;
  height: 40px;
  border: none;
  width: 75%;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .reservation__form table td input {
    height: 35px;
    width: 62%;
  }
}
.reservation__form table td textarea {
  background: #fff;
  border-radius: 6px;
  height: 200px;
  border: none;
  padding: 10px;
  box-sizing: border-box;
  width: 75%;
}
@media screen and (max-width: 768px) {
  .reservation__form table td textarea {
    width: 62%;
  }
}
.reservation__form .detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 4px solid #fff;
}
.reservation__form .detail .title {
  font-weight: bold;
  width: 45%;
  padding: 30px 40px;
}
@media screen and (max-width: 768px) {
  .reservation__form .detail .title {
    padding: 20px 15px;
    width: 45%;
    font-size: 13px;
  }
}
.reservation__form .detail .text {
  width: 55%;
  font-weight: bold;
  line-height: 1.5;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .reservation__form .detail .text {
    width: 55%;
    font-size: 13px;
    padding: 20px 0;
  }
}
.reservation__form .submitBtn {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .reservation__form .submitBtn {
    margin-top: 30px;
  }
}
.reservation__form .submitBtn input {
  display: block;
  width: 260px;
  margin: 0 auto;
  color: #8d7962;
  height: 55px;
  border-radius: 10px;
  background: #b2997b;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .reservation__form .submitBtn input {
    width: 220px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}

.company__fv {
  padding: 20px 40px;
  height: 60vh;
}
@media screen and (max-width: 768px) {
  .company__fv {
    height: 50vh;
    padding: 20px 5.3333333333vw;
  }
}
.company__fv--inner {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.company__fv {
  background: url(../img/company-bg.jpg);
}
.company__fv--title {
  font-family: "Noto Serif", serif;
  text-align: center;
  line-height: 1.6;
  color: #fff;
  font-size: 46px;
  font-weight: 300;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .company__fv--title {
    font-size: 7.4666666667vw;
  }
}

.company {
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .company {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.company__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.company__table {
  margin-top: 50px;
  max-width: 800px;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .company__table {
    margin-top: 30px;
  }
}
.company__table table {
  width: 100%;
  border: 2px solid #e7e7e7;
}
.company__table table th {
  background: #000;
  padding: 20px 15px;
  color: #fff;
  font-weight: bold;
  text-align: left;
  background: #b2997b;
  box-sizing: border-box;
  line-height: 1.5;
  border: 2px solid #e7e7e7;
}
@media screen and (max-width: 768px) {
  .company__table table th {
    width: 35%;
    font-size: 13px;
  }
}
.company__table table td {
  padding: 20px 15px;
  border: 2px solid #e7e7e7;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .company__table table td {
    width: 65%;
    font-size: 13px;
  }
}

.exhibition {
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .exhibition {
    padding: 5.3333333333vw 0;
  }
}
.exhibition__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.exhibition__img {
  position: relative;
  margin-top: 50px;
}
.exhibition__img img {
  width: 100%;
}
.exhibition__img h3 {
  width: 100%;
  position: absolute;
  top: 50%;
  text-align: center;
  color: #fff;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Noto Serif", serif;
  text-align: center;
  line-height: 1.6;
  color: #fff;
  font-size: 46px;
  font-weight: 300;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .exhibition__img h3 {
    font-size: 7.4666666667vw;
  }
}

.staff {
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .staff {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.staff__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.staff__lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 30px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .staff__lists {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 30px;
    padding: 0 20px;
    margin-top: 30px;
  }
}
.staff__list {
  cursor: pointer;
}
.staff__list:hover {
  opacity: 0.8;
}
.staff__list--img {
  margin-bottom: 15px;
}
.staff__list--img img {
  aspect-ratio: 1.5;
  -o-object-fit: cover;
     object-fit: cover;
}
.staff__list--tag {
  display: block;
  margin: 0 auto;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  color: #fff;
  background: #5b5757;
  font-weight: bold;
  padding: 6px 30px;
  margin-bottom: 15px;
  border-radius: 8px;
}
.staff__list--title {
  text-align: center;
  font-weight: bold;
}

.modal__mask {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: none;
}
.modal__mask.is-open {
  display: block;
}

.staff__modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
  padding: 60px 40px;
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 150px;
  background: #fff;
}
.staff__modal.is-open {
  display: block;
}
@media screen and (max-width: 768px) {
  .staff__modal {
    max-width: 90%;
    max-height: 85vh;
    overflow-y: auto;
    padding: 30px 20px;
  }
}
.staff__modal--inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .staff__modal--inner {
    display: block;
  }
}
.staff__modal .staff__box {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .staff__modal .staff__box {
    width: 100%;
  }
}
.staff__modal .staff__right {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .staff__modal .staff__right {
    margin-top: 30px;
    width: 100%;
  }
}
.staff__modal .staff__img {
  margin-bottom: 30px;
}
.staff__modal .staff__img img {
  aspect-ratio: 1.5;
  -o-object-fit: cover;
     object-fit: cover;
}
.staff__modal .staff__contents .tag {
  display: block;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  color: #fff;
  background: #5b5757;
  font-weight: bold;
  padding: 6px 30px;
  margin-bottom: 15px;
  border-radius: 8px;
}
.staff__modal .staff__contents .name {
  font-weight: bold;
  line-height: 1.5;
}
.staff__modal .staff__contents .name p {
  font-size: 28px;
}
.staff__modal .text {
  line-height: 1.7;
  font-size: 16px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .staff__modal .text {
    font-size: 14px;
  }
}
.staff__modal--item .title {
  padding: 14px 0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #b2997b;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .staff__modal--item .title {
    padding: 10px 0;
    margin-bottom: 10px;
  }
}
.staff__modal--item .text {
  line-height: 1.7;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

.modal__close {
  position: absolute;
  bottom: 0;
  padding: 0 20px 30px;
  left: 0;
  width: 100%;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .modal__close {
    position: unset;
    padding-bottom: 20px;
  }
}
.modal__close span {
  display: block;
  margin: 50px auto 0;
  width: 260px;
  color: #8d7962;
  height: 55px;
  line-height: 55px;
  border-radius: 10px;
  background: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 768px) {
  .modal__close span {
    width: 220px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
.modal__close span {
  font-weight: bold;
  cursor: pointer;
  background: #b2997b;
  color: #fff;
}

.faq {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.faq .section__title {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .faq .section__title {
    margin-bottom: 30px;
  }
}
.faq__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.faq__item {
  max-width: 800px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .faq__item {
    padding: 0 20px;
    margin: 0 auto 15px;
  }
}
.faq__item--title {
  cursor: pointer;
  background-color: #5c4f40;
  padding: 20px;
  color: #fff;
  padding-right: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  background-image: url(../img/icon_plus_wh.svg);
  background-repeat: no-repeat;
  background-position: 96%;
  background-size: 20px;
}
.faq__item--title.is_active {
  background-image: url(../img/icon_minus_wh.svg);
  background-repeat: no-repeat;
  background-position: 96%;
  background-size: 20px;
}
@media screen and (max-width: 768px) {
  .faq__item--title {
    line-height: 1.5;
    font-size: 13px;
    padding-right: 28px;
  }
}
.faq__item--text {
  background: #edece3;
  height: 0;
  overflow: hidden;
  transition: 0.2s ease height;
}
.faq__item--text div {
  padding: 20px;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .faq__item--text div {
    font-size: 13px;
  }
}

.guarantee {
  padding: 100px 40px;
  background: url(../img/guarantee-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .guarantee {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.guarantee__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.guarantee__img {
  margin-top: 50px;
  text-align: center;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .guarantee__img {
    margin-bottom: 20px;
  }
}
.guarantee__text {
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .guarantee__text {
    font-size: 13px;
    text-align: left;
  }
}

.service,
.service02 {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .service,
  .service02 {
    padding: 13.3333333333vw 0;
  }
}
.service__inner,
.service02__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.service__img,
.service02__img {
  margin: 30px auto;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .service__img img,
  .service02__img img {
    width: 100%;
  }
}
.service__text,
.service02__text {
  font-weight: bold;
  line-height: 1.5;
  font-size: 20px;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .service__text,
  .service02__text {
    padding: 0 25px;
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .service02 {
    padding-bottom: 21.3333333333vw;
  }
}
.service02__img {
  text-align: left;
  max-width: 550px;
  margin: 30px auto 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .service02__img img {
    width: 72%;
  }
}
.service02__img::after {
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #b2997b;
  content: "";
  position: absolute;
  left: 20px;
  bottom: -20px;
}
@media screen and (max-width: 768px) {
  .service02__img::after {
    width: 72%;
  }
}

.designer {
  background: url(../img/designer-bg.png) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .designer {
    padding: 13.3333333333vw 0;
  }
}
.designer__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.designer__box {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 60px;
  margin-top: 50px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .designer__box {
    justify-content: space-between;
    gap: 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.designer__box.reverse {
  flex-direction: row-reverse;
}
.designer__img {
  max-width: 50%;
}
.designer__img img {
  aspect-ratio: 1.5;
  -o-object-fit: cover;
     object-fit: cover;
}
.designer__contents {
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  .designer__contents {
    width: 48%;
    padding: 0 10px;
  }
}
.designer__contents p {
  line-height: 2;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .designer__contents p {
    font-size: 13px;
  }
}
.designer__media img {
  width: 100%;
  aspect-ratio: 2.8;
  -o-object-fit: cover;
     object-fit: cover;
}
.designer .section__title:nth-of-type(even) {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .designer .section__title:nth-of-type(even) {
    margin-top: 50px;
  }
}
.designer .btn {
  margin: 50px auto 0;
  text-align: center;
  display: block;
  width: 400px;
  max-width: 86%;
}

.cause {
  padding: 100px 40px;
  position: relative;
  z-index: 5;
  background: #faf9ee;
}
@media screen and (max-width: 768px) {
  .cause {
    padding: 13.3333333333vw 5.3333333333vw 26.6666666667vw;
  }
}
.cause__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.cause__lists {
  margin: 0 auto;
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
}
@media screen and (max-width: 768px) {
  .cause__lists {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 20px;
  }
}
.cause__list--img img {
  width: 100%;
  vertical-align: bottom;
  aspect-ratio: 1.5;
  -o-object-fit: cover;
     object-fit: cover;
}
.cause__list--caption {
  padding: 10px;
  background: #3c3328;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.4;
}
.cause__list--text {
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .cause__list--text {
    font-size: 14px;
  }
}
.cause__list:nth-of-type(even) .cause__list--caption {
  background: #6f604e;
}

.cause02 {
  background-color: #e0dacf;
  position: relative;
  z-index: 4;
}
.cause02 .cause__list--caption {
  background: #7c7c7c;
}
.cause02 .cause__list:nth-of-type(even) .cause__list--caption {
  background: #403d3c;
}

.cause03 {
  background: #e3deca;
}
.cause03 .cause__list--caption {
  background: #a17e5b;
}
.cause03 .cause__list:nth-of-type(even) .cause__list--caption {
  background: #6e543b;
}

.cause04 {
  background-color: #fff;
  position: relative;
  z-index: 4;
}
.cause04 .cause__list--caption {
  background: #a17e5b;
}
.cause04 .cause__list:nth-of-type(even) .cause__list--caption {
  background: #6e543b;
}

.step {
  padding: 80px 40px;
  background: url(../img/step-ashirai.png) no-repeat;
  background-position: top -40px left -50px;
  background-size: 30%;
}
@media screen and (max-width: 768px) {
  .step {
    background: url(../img/step-ashirai.png) no-repeat;
    background-position: top -40px left -50px;
    background-size: 60%;
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.step__inner {
  max-width: 900px;
  margin: 0 auto;
}
.step .section__title {
  margin-bottom: 50px;
}
.stepIcon {
  width: 300px;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .stepIcon {
    margin: 50px auto;
    width: 180px;
  }
}

.diagnose {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .diagnose {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.diagnose__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.diagnose__img {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .diagnose__img {
    margin-top: 8vw;
  }
}
.diagnose__lists {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .diagnose__lists {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.diagnose__list--title {
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: #9e9277;
  padding: 14px 0;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .diagnose__list--title {
    font-size: 4.2666666667vw;
    padding: 10px 0;
  }
}
.diagnose__list--contents {
  padding: 20px 20px 30px;
  background: #f3f2e9;
}
@media screen and (max-width: 768px) {
  .diagnose__list--contents {
    padding: 20px 10px 30px;
  }
}
.diagnose__list--img {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #403d3c;
  display: flex;
  justify-content: center;
  gap: 15px;
}
.diagnose__list--img .graf {
  width: 50%;
}
.diagnose__list--img .img {
  width: 46%;
  border-radius: 20px;
  overflow: hidden;
}
.diagnose__list--img .img img {
  width: 100px;
  border-radius: 20px;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.diagnose__list--text {
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .diagnose__list--text {
    font-size: 3.2vw;
  }
}

.free {
  padding: 80px 40px 0;
}
@media screen and (max-width: 768px) {
  .free {
    padding: 13.3333333333vw 0 0;
  }
}
.free__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.free__img {
  margin: 50px auto;
}
@media screen and (max-width: 768px) {
  .free__img {
    margin: 30px auto 20px;
  }
}
.free__lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 30px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .free__lists {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 20px;
    width: 80%;
    margin: 0 auto;
  }
}
.free__bottom {
  margin-top: 50px;
  background: #4e4235;
  text-align: center;
  padding: 20px;
  color: #fff;
  line-height: 1.4;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .free__bottom {
    font-size: 3.7333333333vw;
    margin-top: 30px;
    padding: 10px;
  }
}

.standard {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .standard {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.standard__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.standard__img {
  margin: 50px auto 100px;
  max-width: 800px;
}
.standard__lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .standard__lists {
    display: flex;
    flex-direction: column;
    gap: 60px;
    width: 90%;
    margin: 0 auto;
  }
}
.standard__list {
  max-width: 600px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  margin: 0 auto;
}
.standard__list--title {
  background: url(../img/standard-title.png) no-repeat;
  background-size: 100%;
  padding: 50px 15px;
  text-align: center;
  position: relative;
  font-size: 32px;
  font-weight: bold;
  color: #5d5041;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .standard__list--title {
    font-size: 18px;
    padding: 25px 15px;
    padding-left: 50px;
  }
}
.standard__list--title .num {
  position: absolute;
  left: 13px;
  top: 22px;
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  font-family: "Sen", sans-serif;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .standard__list--title .num {
    top: 14px;
    font-size: 6.9333333333vw;
  }
}
.standard__list--before {
  margin-bottom: 30px;
}
.standard__list--before img {
  width: 100%;
}
.standard__list--before p {
  font-family: "Sen", sans-serif;
  margin-top: 10px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .standard__list--before p {
    font-size: 14px;
  }
}
.standard__list .bottom {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .standard__list .bottom {
    margin-bottom: 10px;
  }
}
.standard__list .bottom img {
  width: 80px;
}
@media screen and (max-width: 768px) {
  .standard__list .bottom img {
    width: 40px;
  }
}
.standard__list--after {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .standard__list--after {
    margin-bottom: 30px;
  }
}
.standard__list--after img {
  width: 100%;
}
.standard__list--after p {
  font-family: "Sen", sans-serif;
  margin-top: 10px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .standard__list--after p {
    font-size: 14px;
  }
}
.standard__list--contents {
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .standard__list--contents {
    padding: 25px;
  }
}
.standard__list .content .title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
  color: #5d5041;
}
@media screen and (max-width: 768px) {
  .standard__list .content .title {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.standard__list .content .list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .standard__list .content .list {
    gap: 5px;
  }
}
.standard__list .point {
  border: 10px solid #b2997b;
  padding: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .standard__list .point {
    padding: 25px 15px;
  }
}
.standard__list .point .title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
  color: #5d5041;
}
@media screen and (max-width: 768px) {
  .standard__list .point .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.standard__list .point p {
  line-height: 1.5;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .standard__list .point p {
    font-size: 14px;
  }
}

.event__contents {
  max-width: 1080px;
  padding: 0 40px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .event__contents {
    padding: 0;
  }
}
.event__contents .schedule {
  margin: 50px 0;
  font-size: 20px;
  font-weight: bold;
}
.event__contents img {
  display: block;
  margin: 0 auto 30px;
}
.event__contents p {
  line-height: 2;
  margin-bottom: 30px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .event__contents p {
    font-size: 14px;
  }
}
.event__contents h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 50px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .event__contents h2 {
    font-size: 20px;
  }
}
.event__contents h3 {
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .event__contents h3 {
    font-size: 16px;
  }
}
.event__contents ul {
  line-height: 2;
}

.thanks__title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
}

.thanks__text {
  line-height: 2;
  font-size: 16px;
}

.concept {
  background: url(../img/concept-bg.png) repeat;
  background-size: 50%;
  background-position: center;
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .concept {
    background-size: cover;
    padding: 50px 20px;
  }
}
.concept__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.concept__lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  max-width: 800px;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .concept__lists {
    gap: 5px;
    margin: 30px auto 0;
  }
}
.concept__list {
  background: #b2997b;
  color: #fff;
  padding: 15px 10px;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 768px) {
  .concept__list {
    padding: 12px 2px;
    font-size: 11px;
  }
}

.concept__main {
  background: url(../img/concept-bg.png) repeat;
  background-size: 50%;
  background-position: center;
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .concept__main {
    background-size: cover;
    padding: 50px 0;
  }
}
.concept__main--inner {
  max-width: 1200px;
  margin: 0 auto;
}
.concept__main--inner > h3 {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.5;
  font-size: 24px;
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  .concept__main--inner > h3 {
    font-size: 16px;
  }
}
.concept__main--img {
  max-width: 700px;
  margin: 0 auto;
}
.concept__main--title {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 32px;
  margin-bottom: 50px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .concept__main--title {
    margin-bottom: 30px;
  }
}
.concept__main--title::after {
  content: "";
  display: block;
  border-radius: 5px;
  background: #7d6c57;
  width: 90px;
  margin: 20px auto 0;
  height: 5px;
}
@media screen and (max-width: 768px) {
  .concept__main--title {
    font-size: 4.8vw;
  }
}
.concept__main--box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .concept__main--box {
    width: 90%;
    gap: 15px;
  }
}
.concept__main--box .img {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .concept__main--box .img {
    width: 35%;
  }
}
.concept__main--box .img img {
  width: 100%;
}
.concept__main--box .contents {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .concept__main--box .contents {
    width: 65%;
  }
}
.concept__main--box .contents p {
  font-weight: bold;
  line-height: 1.7;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .concept__main--box .contents p {
    font-size: 12px;
  }
}
.concept__main--lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 50px;
  max-width: 1000px;
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  .concept__main--lists {
    width: 90%;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 50px;
    margin: 40px auto 0;
  }
}
.concept__main--list .num {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 30px;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 768px) {
  .concept__main--list .num {
    margin-bottom: 20px;
  }
}
.concept__main--list .num span {
  color: #b2997b;
  font-weight: bold;
  font-family: "Sen", sans-serif;
  font-size: 50px;
}
.concept__main--list p {
  line-height: 1.7;
  font-weight: bold;
}
.concept__main--imgs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 30px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .concept__main--imgs {
    grid-template-columns: repeat(1, 1fr);
    gap: 5px;
  }
}
.concept__main--imgs img {
  vertical-align: bottom;
  aspect-ratio: 1.5;
  -o-object-fit: cover;
     object-fit: cover;
}

.concept__sec {
  padding: 80px 40px 80px;
}
@media screen and (max-width: 768px) {
  .concept__sec {
    padding: 0 0 50px;
  }
}
.concept__sec--inner {
  max-width: 1000px;
  margin: 0 auto;
}
.concept__sec--title {
  background: #5d5041;
  padding: 20px 15px;
  text-align: center;
  line-height: 1.5;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 80px;
  font-size: 24px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .concept__sec--title {
    padding: 15px 10px;
    font-size: 18px;
    margin-bottom: 40px;
  }
}
.concept__sec--imgs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 30px;
}
@media screen and (max-width: 768px) {
  .concept__sec--imgs {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px 30px;
  }
}
.concept__sec--img img {
  aspect-ratio: 1.2;
  -o-object-position: top;
     object-position: top;
  -o-object-fit: cover;
     object-fit: cover;
}
.concept__sec--img p {
  margin-top: 20px;
  font-weight: bold;
  line-height: 1.7;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .concept__sec--img p {
    font-size: 12px;
    width: 90%;
    margin: 20px auto 0;
  }
}

.concept__sub--lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 30px;
  margin: 50px auto 0;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .concept__sub--lists {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px 30px;
    width: 90%;
    margin: 50px auto;
  }
}

.concept__sub--list h4 {
  padding-left: 12px;
  border-left: 10px solid #000;
  font-size: 20px;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .concept__sub--list h4 {
    font-size: 18px;
  }
}
.concept__sub--list .img {
  margin-bottom: 20px;
}
.concept__sub--list .img img {
  aspect-ratio: 1.5;
  -o-object-fit: cover;
     object-fit: cover;
}
.concept__sub--list p {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .concept__sub--list p {
    font-size: 14px;
  }
}

.mb50 {
  margin-bottom: 80px;
}/*# sourceMappingURL=page.css.map */