@charset "UTF-8";
.top-mv {
  position: relative;
  height: 100vh;
}
@media (max-width: 834px) {
  .top-mv {
    height: 45vh;
  }
}
.top-mv__list {
  height: 100%;
  width: 90%;
  margin-left: auto;
  overflow: hidden;
}
@media (max-width: 834px) {
  .top-mv__list {
    width: 100%;
  }
}
.top-mv__list .slick-list,
.top-mv__list .slick-track,
.top-mv__list .slick-slide,
.top-mv__list div {
  height: 100%;
}
.top-mv__img {
  width: 87%;
  margin-left: auto;
}
@media (max-width: 834px) {
  .top-mv__img {
    width: 100%;
  }
}
.top-mv__content {
  position: absolute;
  bottom: 13rem;
  left: 30rem;
}
@media (max-width: 834px) {
  .top-mv__content {
    width: 100%;
    left: 0;
  }
}
.top-mv__ttl {
  color: #fff;
  font-size: 5.9rem;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 2;
  text-shadow: 0 0 5px #666;
}
@media (max-width: 834px) {
  .top-mv__ttl {
    font-size: 2.8rem;
    padding-left: 5.5rem;
  }
}
.top-mv__ttl span {
  display: block;
  font-size: 4.2rem;
}
@media (max-width: 834px) {
  .top-mv__ttl span {
    font-size: 2rem;
  }
}
.top-event {
  padding-top: 15rem;
}
@media (max-width: 834px) {
  .top-event {
    padding-top: 7.9rem;
  }
}
@media (max-width: 834px) {
  .top-event .inner {
    padding: 0;
  }
}
.top-event__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8rem;
  margin: 8.3rem 0 8rem;
}
@media (max-width: 834px) {
  .top-event__list {
    display: flex;
    margin: 3.9rem 0 4rem;
  }
}
.top-event__item {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.top-event__item:hover {
  opacity: 0.7;
}
.top-event__link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.top-event__head {
  padding-bottom: 1.5rem;
  border-bottom: 0.1rem solid #707070;
  margin-top: 2.5rem;
}
@media (max-width: 834px) {
  .top-event__head {
    margin: 4.4rem 3rem 0;
  }
}
.top-event__category {
  background: #272727;
  padding: 0.3rem 0.8rem;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  display: inline-block;
}
.top-event__ttl {
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 1.5rem;
}
.top-event__foot {
  padding-top: 1.7rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 834px) {
  .top-event__foot {
    margin: 0 3rem;
  }
}
.top-event__flex {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.top-event__icon {
  width: 1.6rem;
}
.top-event__txt {
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media (max-width: 834px) {
  .top-event .btn {
    margin-top: 3.9rem;
  }
}
@media (max-width: 834px) {
  .top-event .btn-link {
    width: 70%;
  }
}
.top-works {
  padding: 15rem 0 18rem;
}
@media (max-width: 834px) {
  .top-works {
    padding: 8rem 0;
  }
}
.top-works .block {
  max-width: 132rem;
}
.top-works .block .btn {
  margin-top: 8rem;
}
@media (max-width: 834px) {
  .top-works .block .btn {
    margin-top: 4rem;
  }
}
@media (max-width: 834px) {
  .top-works .block .btn-link {
    width: 70%;
  }
}
.top-works__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8.1rem 12rem;
  margin-top: 8.3rem;
}
@media (max-width: 834px) {
  .top-works__list {
    gap: 2rem;
    margin-top: 4rem;
  }
}
.top-works__item {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.top-works__item:hover {
  opacity: 0.7;
}
.top-works__item:nth-of-type(even) {
  margin-top: 4rem;
}
@media (max-width: 834px) {
  .top-works__item:nth-of-type(even) {
    margin-top: 0;
  }
}
.top-works__link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  gap: 1.6rem;
}
@media (max-width: 834px) {
  .top-works__link {
    gap: 2rem;
  }
}
.top-works__content {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
@media (max-width: 834px) {
  .top-works__content {
    gap: 0.9rem;
  }
}
.top-works__ttl {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 300;
}
.top-works__category {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.top-works__tag {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 300;
  color: #696969;
}
.top-concept {
  position: relative;
  height: 73.3rem;
}
@media (max-width: 834px) {
  .top-concept {
    height: 70.2rem;
  }
}
.top-concept__wrap {
  background: url('../img/index/top-concept-bg.png') no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: -3.5rem;
  left: 0;
  right: 0;
  max-width: 144rem;
  margin: 0 auto;
  padding: 14.2rem 0 13.5rem;
}
@media (max-width: 834px) {
  .top-concept__wrap {
    padding: 6rem 3.7rem;
    width: 73%;
    bottom: 0;
  }
}
.top-concept__wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.3;
  background: #000;
}
.top-concept__flex {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25.5rem;
}
@media (max-width: 834px) {
  .top-concept__flex {
    flex-direction: column;
    gap: 6rem;
  }
}
.top-concept__flex .heading {
  width: 17%;
}
@media (max-width: 834px) {
  .top-concept__flex .heading {
    width: 100%;
  }
}
.top-concept__flex .heading h2 {
  color: #fff;
  text-align: left;
  font-size: 4.4rem;
}
.top-concept__flex .heading span {
  color: #fff;
  text-align: left;
}
.top-concept__img {
  display: block;
  width: 100%;
  height: 70.8rem;
  opacity: 0.5;
}
@media (max-width: 834px) {
  .top-concept__img {
    height: 27.5rem;
  }
}
.top-concept__img img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.top-concept__content {
  display: flex;
  flex-direction: column;
  width: 33%;
}
@media (max-width: 834px) {
  .top-concept__content {
    width: 100%;
  }
}
.top-concept__content .btn {
  margin-top: 6rem;
  text-align: left;
}
@media (max-width: 834px) {
  .top-concept__content .btn {
    text-align: center;
  }
}
.top-concept__content .btn-link {
  border: 0.1rem solid #fff;
  color: #fff;
  background: #545454;
}
@media (max-width: 834px) {
  .top-concept__content .btn-link {
    width: 70%;
  }
}
.top-concept__content .btn-link:hover {
  color: #272727;
}
.top-concept__ttl {
  font-size: 2.8rem;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.05em;
  margin-bottom: 3.7rem;
}
@media (max-width: 834px) {
  .top-concept__ttl {
    font-size: 2.4rem;
  }
}
.top-concept__txt {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 2.2;
}
@media (max-width: 834px) {
  .top-concept__txt {
    line-height: 1.5;
  }
}
.top-lineup {
  padding: 18rem 0;
}
@media (max-width: 834px) {
  .top-lineup {
    padding: 8rem 0 6rem;
  }
}
.top-lineup .block {
  max-width: 144rem;
}
.top-lineup__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin-top: 8.3rem;
}
@media (max-width: 834px) {
  .top-lineup__list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 4rem;
    gap: 4rem 2rem;
  }
}
.top-lineup__item {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
}
.top-lineup__item:hover {
  opacity: 0.7;
}
.top-lineup__item:nth-child(2)::before {
  content: '';
  background: url('../img/index/comingsoon.png') no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
}
.top-lineup__content {
  position: absolute;
  top: 8.6rem;
  left: 3.5rem;
  display: flex;
  flex-direction: column;
  gap: 4.3rem;
}
@media (max-width: 834px) {
  .top-lineup__content {
    top: 5.6rem;
    left: 2.6rem;
    gap: 6.5rem;
  }
}
.top-lineup__content .heading h2 {
  color: #fff;
  text-align: left;
  font-size: 2.4rem;
}
@media (max-width: 834px) {
  .top-lineup__content .heading h2 {
    font-size: 3.5rem;
  }
}
.top-lineup__content .heading span {
  color: #fff;
  text-align: left;
}
@media (max-width: 834px) {
  .top-lineup__content .heading span {
    font-size: 2.4rem;
  }
}
.top-lineup__view {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.top-voice {
  background: #faf8f4;
  padding: 8rem 0 10rem;
}
@media (max-width: 834px) {
  .top-voice {
    padding: 4rem 0 6rem;
  }
}
.top-voice .btn {
  margin-top: 8rem;
}
@media (max-width: 834px) {
  .top-voice .btn {
    margin-top: 3.9rem;
  }
}
@media (max-width: 834px) {
  .top-voice .btn-link {
    width: 70%;
  }
}
@media (max-width: 834px) {
  .top-voice .inner {
    padding: 0;
  }
}
.top-voice__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8rem;
  margin-top: 6.3rem;
}
@media (max-width: 834px) {
  .top-voice__list {
    display: flex;
    margin-top: 4rem;
  }
}
.top-voice__item {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.top-voice__item:hover {
  opacity: 0.7;
}
.top-voice__link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.top-voice__content {
  margin-top: 2.8rem;
}
.top-voice__head {
  padding-bottom: 1.4rem;
  border-bottom: 0.1rem solid #aaaaaa;
}
@media (max-width: 834px) {
  .top-voice__head {
    margin: 0 3rem;
  }
}
.top-voice__area {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 300;
}
.top-voice__ttl {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 300;
  margin-top: 0.9rem;
}
.top-voice__foot {
  display: flex;
  gap: 1.4rem;
  margin-top: 1.2rem;
}
@media (max-width: 834px) {
  .top-voice__foot {
    margin: 0.8rem 3rem 0;
  }
}
.top-voice__label {
  font-size: 1.4rem;
  line-height: 2.1;
  letter-spacing: 0.05em;
  font-weight: 300;
}
.top-voice__category {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.top-voice__tag {
  font-size: 1.4rem;
  line-height: 2.1;
  letter-spacing: 0.05em;
  font-weight: 300;
  color: #aaaaaa;
}
.top-blog {
  padding: 15rem 0;
}
@media (max-width: 834px) {
  .top-blog {
    padding: 6rem 0;
  }
}
.top-blog .block {
  max-width: 126rem;
}
.top-blog .block .heading {
  text-align: left;
}
@media (max-width: 834px) {
  .top-blog .block .heading {
    text-align: center;
  }
}
.top-blog__flex {
  display: flex;
  justify-content: space-between;
  gap: 12rem;
}
@media (max-width: 834px) {
  .top-blog__flex {
    flex-direction: column;
    gap: 6rem;
  }
}
.top-blog__list {
  margin-top: 4.3rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media (max-width: 834px) {
  .top-blog__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.8rem;
  }
}
@media (max-width: 834px) {
  .top-blog__item:nth-child(n + 3) {
    display: none;
  }
}
.top-blog__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}
@media (max-width: 834px) {
  .top-blog__link {
    flex-direction: column;
    gap: 1.1rem;
  }
}
.top-blog__img {
  width: 42%;
}
@media (max-width: 834px) {
  .top-blog__img {
    width: 100%;
  }
}
.top-blog__content {
  width: 53%;
}
@media (max-width: 834px) {
  .top-blog__content {
    width: 100%;
  }
}
.top-blog__day {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.top-blog__ttl {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 0.9rem;
}
.top-blog__category {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}
@media (max-width: 834px) {
  .top-blog__category {
    margin-top: 0.8rem;
  }
}
.top-blog__tag {
  font-size: 1.4rem;
  line-height: 2.1;
  letter-spacing: 0.05em;
  font-weight: 300;
  color: #aaaaaa;
}
.top-faq {
  background: #faf8f4;
  padding: 8rem 0;
  margin-bottom: 12rem;
}
@media (max-width: 834px) {
  .top-faq {
    padding: 5.6rem 0 6rem;
    margin-bottom: 8rem;
  }
}
@media (max-width: 834px) {
  .top-faq .inner {
    padding: 0;
  }
}
.top-faq .inner .block {
  max-width: 96rem;
}
@media (max-width: 834px) {
  .top-faq .inner .block {
    width: 100%;
  }
}
.top-faq__list {
  margin-top: 6.3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 834px) {
  .top-faq__list {
    margin-top: 4rem;
  }
}
.top-faq__item {
  background: #fff;
  cursor: pointer;
}
.top-faq__head {
  padding: 2.7rem 0 2.5rem;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 834px) {
  .top-faq__head {
    padding: 1.8rem 3.6rem;
  }
}
.top-faq__img {
  width: 2.8rem;
  text-align: center;
  margin-left: 3.6rem;
  margin-right: 2.4rem;
}
@media (max-width: 834px) {
  .top-faq__img {
    width: 2.3rem;
    margin-left: 0;
  }
}
.top-faq__ttl {
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.top-faq .dli-plus {
  display: none;
  vertical-align: middle;
  color: #272727;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  position: absolute;
  right: 4rem;
}
.top-faq .dli-minus {
  display: none;
  vertical-align: middle;
  color: #272727;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
  position: absolute;
  right: 4rem;
}
.top-faq__foot {
  padding: 0 8.3rem 4.7rem;
  display: none;
}
@media (max-width: 834px) {
  .top-faq__foot {
    padding: 0 8.3rem 2.4rem;
  }
}
.top-faq__foot p {
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
.top-faq .show {
  display: inline-block;
}
@media (max-width: 834px) {
  .top-contact .inner {
    padding: 0;
  }
}
.top-contact .inner .block {
  max-width: 120rem;
}
@media (max-width: 834px) {
  .top-contact .inner .block {
    width: 100%;
    background: #545454;
  }
}
.top-contact .inner .block .heading h2 {
  color: #fff;
}
.top-contact .inner .block .heading span {
  color: #fff;
}
.top-contact__bg {
  display: none;
}
@media (max-width: 834px) {
  .top-contact__bg {
    display: none;
  }
}
.top-contact__wrap {
  background: #545454;
  padding: 6rem 0 8rem;
}
@media (max-width: 834px) {
  .top-contact__wrap {
    padding: 6rem 0 5rem;
    width: 90%;
    margin: 0 auto;
  }
}
.top-contact__flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  max-width: 70.6rem;
  margin: 6.3rem auto 0;
}
.top-contact__link {
  text-decoration: none;
  border-bottom: 0.1rem solid #fff;
  padding-bottom: 1rem;
  color: #fff;
  width: 100%;
  font-size: 2.4rem;
  font-weight: 300;
  padding-left: 5.6rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-contact__link::before {
  content: '';
  background: url('../img/common/contact-icon01.png') no-repeat;
  background-size: contain;
  width: 3rem;
  height: 3rem;
  position: absolute;
  left: 1.5rem;
}
.top-contact__link:nth-child(2)::before {
  content: '';
  background: url('../img/common/contact-icon02.png') no-repeat;
  background-size: contain;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.5rem;
  margin: auto;
}
.top-contact__link .arrow {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 1.1rem;
  height: 1.1rem;
  transform: translateX(-25%) rotate(45deg);
  margin-right: 1.1rem;
}
.top-contact__link .arrow::before {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}
.top-contact__link .arrow::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}
.top-contact__btn {
  text-align: center;
  margin-top: 6rem;
}
.top-contact__btn-link {
  width: 100%;
  color: #fff;
  font-size: 2.8rem;
  width: 70.6rem;
  height: 6.4rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0.1rem solid #fff;
  position: relative;
  font-family: 'Optima', 'Helvetica', 'Arial', sans-serif;
}
@media (max-width: 834px) {
  .top-contact__btn-link {
    width: 100%;
  }
}
.top-contact__btn-link::before {
  content: '';
  background: url('../img/common/tel-icon01.png') no-repeat;
  background-size: contain;
  width: 3rem;
  height: 3rem;
  position: absolute;
  left: 21.8rem;
}
@media (max-width: 834px) {
  .top-contact__btn-link::before {
    left: 13rem;
  }
}
.top-contact__btn-link:hover {
  background: #fff;
  color: #272727;
}
.top-contact__btn-link:hover::before {
  background: url('../img/common/tel-icon02.png') no-repeat;
  background-size: contain;
  width: 3rem;
  height: 3rem;
}
.top-company {
  position: relative;
  margin: 19.6rem 0 0;
}
.top-company__bg {
  background: #faf8f4;
  height: 40rem;
  width: 100%;
}
.top-company__wrap {
  position: absolute;
  top: -7.6rem;
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.top-company__wrap .block {
  max-width: 144rem;
  position: relative;
}
.top-company__wrap:hover {
  opacity: 0.7;
}
.top-company__link {
  text-decoration: none;
}
.top-company__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12rem;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4.3rem;
}
.top-company__content .heading {
  text-align: left;
}
.top-company__content .heading h2 {
  color: #fff;
}
.top-company__content .heading span {
  color: #fff;
}
.top-company__view {
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: 300;
  line-height: 1.6;
  text-decoration: none;
  font-family: 'Optima', 'Helvetica', 'Arial', sans-serif;
  position: relative;
}
.top-company__view::after {
  content: '';
  position: absolute;
  background: url('../img/common/arrow.png') no-repeat;
  background-size: contain;
  width: 10.7rem;
  height: 1rem;
  bottom: -0.5rem;
  left: 0;
}
.top-area {
  padding: 12rem 0 15rem;
}
@media (max-width: 834px) {
  .top-area {
    padding: 6rem 0 15.5rem;
  }
}
@media (max-width: 834px) {
  .top-area .inner {
    padding: 0;
  }
}
.top-area .inner .block {
  max-width: 120rem;
}
.top-area__flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 834px) {
  .top-area__flex {
    flex-direction: column-reverse;
    gap: 4rem;
    padding: 0 6rem;
  }
}
.top-area__img {
  width: 42%;
}
@media (max-width: 834px) {
  .top-area__img {
    width: 100%;
  }
}
.top-area__content {
  width: 49%;
}
@media (max-width: 834px) {
  .top-area__content {
    width: 100%;
  }
}
.top-area__ttl {
  font-size: 2.8rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1;
}
.top-area__wrap {
  margin-top: 3.2rem;
}
.top-area__wrap dl {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 1.5rem;
}
@media (max-width: 834px) {
  .top-area__wrap dl {
    margin-top: 1.9rem;
  }
}
.top-area__wrap dl dt {
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1;
  width: 9%;
}
@media (max-width: 834px) {
  .top-area__wrap dl dt {
    width: 20%;
  }
}
.top-area__wrap dl dd {
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.5;
  width: 88%;
}
.top-area__wrap dl + .top-area__sbttl {
  margin-top: 2.4rem;
}
.top-area__sbttl {
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.5;
  position: relative;
  padding-left: 6rem;
  display: flex;
  align-items: center;
}
.top-area__sbttl::before {
  content: '';
  width: 5.2rem;
  position: absolute;
  left: 0;
  border: 0.1rem solid #1a1a1a;
}
.top-area__foot {
  background: #f2f2f2;
  padding: 1.8rem 0;
  text-align: center;
  margin-top: 6rem;
}
@media (max-width: 834px) {
  .top-area__foot {
    margin-top: 2.1rem;
    padding: 2.7rem 0;
  }
}
.top-area__txt {
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.page-mv {
  background: url('../img/index/concept-pc-mv.png') no-repeat;
  background-size: cover;
  position: relative;
  height: 41.3rem;
}
@media (max-width: 834px) {
  .page-mv {
    height: 31.3rem;
  }
}
.page-mv .inner {
  height: 100%;
}
.page-mv .inner .block {
  max-width: 144rem;
  height: 100%;
  position: relative;
}
.page-mv__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.2rem;
}
.page-mv__ttl {
  color: #fff;
  font-size: 4.4rem;
  letter-spacing: 0.02em;
  font-weight: 400;
  font-family: 'Optima', 'Helvetica', 'Arial', sans-serif;
}
.page-mv__txt {
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.page-concept {
  padding: 8rem 0 0;
  position: relative;
}
@media (max-width: 834px) {
  .page-concept {
    padding: 6rem 0 0;
  }
}
.page-concept__bg {
  margin-right: auto;
  width: 75%;
  height: 45.5rem;
  background: linear-gradient(
    -90deg,
    #faf8f4 100%,
    #faf8f4 28%,
    transparent 28%,
    transparent 100%
  );
}
@media (max-width: 834px) {
  .page-concept__bg {
    width: 100%;
  }
}
.page-concept__ttl {
  text-align: center;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 400;
  padding-top: 6.2rem;
}
@media (max-width: 834px) {
  .page-concept__ttl {
    padding: 3.5rem 0 0;
    line-height: 1.7;
    text-align: left;
    width: 92%;
    margin-left: auto;
  }
}
.page-concept__head {
  position: relative;
}
.page-concept__head-img {
  position: absolute;
  top: 15.5rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 92%;
  height: 50rem;
}
@media (max-width: 834px) {
  .page-concept__head-img {
    top: 15.1rem;
    margin: 0 0 0 auto;
    height: 46rem;
  }
}
.page-concept__head-img img {
  object-fit: cover;
  object-position: bottom;
  display: block;
  height: 100%;
  width: 100%;
}
.page-concept__foot {
  margin-top: 23.5rem;
}
@media (max-width: 834px) {
  .page-concept__foot {
    margin-top: 17.2rem;
  }
}
.page-concept__foot .block {
  max-width: 156rem;
  position: relative;
}
@media (max-width: 834px) {
  .page-concept__foot .block {
    width: 92%;
    margin: 0 0 0 auto;
  }
}
.page-concept__foot-img {
  position: absolute;
  right: 0;
  top: -12.4rem;
  width: 42%;
}
@media (max-width: 834px) {
  .page-concept__foot-img {
    width: 47%;
  }
}
.page-concept__flex {
  display: flex;
  justify-content: space-between;
}
.page-concept__content {
  width: 46%;
}
@media (max-width: 834px) {
  .page-concept__content {
    width: 47%;
    right: 1rem;
  }
}
.page-concept__txt {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 2.2;
  font-weight: 400;
}
@media (max-width: 834px) {
  .page-concept__txt {
    font-size: 1.6rem;
  }
}
.page-concept__strengths {
  padding: 26.6rem 0 21.9rem;
}
@media (max-width: 834px) {
  .page-concept__strengths {
    padding: 4.5rem 0 6rem;
  }
}
.page-concept__strengths .block {
  max-width: 120rem;
}
.page-concept__strengths-list {
  display: flex;
  flex-direction: column;
  gap: 6.9rem;
  margin-top: 6.1rem;
}
.page-concept__strengths-item {
  border-bottom: 0.1rem solid #aaaaaa;
  position: relative;
}
@media (max-width: 834px) {
  .page-concept__strengths-item {
    padding-bottom: 8rem;
  }
}
.page-concept__strengths-item:nth-child(1)::after {
  content: '';
  background: url('../img/index/number-icon01.png') no-repeat;
  background-size: contain;
  width: 24rem;
  height: 19.6rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
.page-concept__strengths-item:nth-child(2)::after {
  content: '';
  background: url('../img/index/number-icon02.png') no-repeat;
  background-size: contain;
  width: 24rem;
  height: 17rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
.page-concept__strengths-item:nth-child(3)::after {
  content: '';
  background: url('../img/index/number-icon03.png') no-repeat;
  background-size: contain;
  width: 24rem;
  height: 17rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
.page-concept__strengths-flex {
  display: flex;
  align-items: center;
  gap: 5.3rem;
}
@media (max-width: 834px) {
  .page-concept__strengths-flex {
    flex-direction: column;
    gap: 4rem;
  }
}
.page-concept__strengths-img {
  width: 45%;
}
@media (max-width: 834px) {
  .page-concept__strengths-img {
    width: 100%;
  }
}
.page-concept__strengths-content {
  width: 43%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 834px) {
  .page-concept__strengths-content {
    width: 100%;
    gap: 3.3rem;
    padding: 0 3rem;
  }
}
.page-concept__strengths-ttl {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.page-concept__strengths-txt {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.page-spec {
  padding: 8.7rem 0 0;
}
@media (max-width: 834px) {
  .page-spec {
    padding: 6.2rem 0 0;
  }
}
.page-spec .block {
  max-width: 106.8rem;
}
.page-spec__heading {
  text-align: center;
}
.page-spec__heading h2 {
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-weight: 400;
}
.page-spec__nav-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
  margin-top: 8rem;
}
@media (max-width: 834px) {
  .page-spec__nav-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
    margin-top: 6rem;
  }
}
.page-spec__nav-item {
  height: 7rem;
  width: 100%;
}
.page-spec__nav-link {
  border: 0.1rem solid #272727;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 400;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  padding-left: 4rem;
  padding-right: 2rem;
  position: relative;
}
@media (max-width: 834px) {
  .page-spec__nav-link {
    font-size: 2.8rem;
    padding-left: 3.5rem;
  }
}
.page-spec__nav-link:hover {
  background: #f5f3ec;
}
.page-spec__nav-link .arrow {
  position: relative;
  border: 0.1rem solid #414141;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  background: #fff;
}
.page-spec__nav-link .arrow::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  vertical-align: middle;
  color: #414141;
  line-height: 1;
  width: 1rem;
  height: 1rem;
  border: 0.1rem solid #414141;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}
.page-spec__catchcopy {
  padding: 12rem 0 0;
}
@media (max-width: 834px) {
  .page-spec__catchcopy {
    padding: 6rem 0 0;
  }
}
.page-spec__catchcopy .block {
  max-width: 106.8rem;
}
.page-spec__ttl {
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 2.9rem;
  text-align: center;
}
@media (max-width: 834px) {
  .page-spec__ttl {
    font-size: 2.6rem;
  }
}
.page-spec__txt {
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.page-spec__panel {
  padding: 12rem 0 0;
}
@media (max-width: 834px) {
  .page-spec__panel {
    padding: 6rem 0 0;
  }
}
.page-spec__panel .block {
  max-width: 144rem;
}
.page-spec__panel-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem;
}
@media (max-width: 834px) {
  .page-spec__panel-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page-spec__panel-item {
  background: #faf8f4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding: 5.1rem 2.5rem;
}
@media (max-width: 834px) {
  .page-spec__panel-item {
    padding: 4.2rem 2.5rem;
  }
}
.page-spec__panel-sbttl {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 400;
}
@media (max-width: 834px) {
  .page-spec__panel-sbttl {
    font-size: 2.8rem;
  }
}
.page-spec__panel-ttl {
  font-size: 12rem;
  font-weight: 400;
  font-family: 'Optima', 'Helvetica', 'Arial', sans-serif;
}
.page-spec__panel-txt {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-weight: 400;
}
.page-spec__strengths {
  padding: 18rem 0 20rem;
}
@media (max-width: 834px) {
  .page-spec__strengths {
    padding: 6rem 0;
  }
}
.page-spec__strengths-list {
  display: flex;
  flex-direction: column;
  gap: 12rem;
}
@media (max-width: 834px) {
  .page-spec__strengths-list {
    gap: 4rem;
  }
}
@media (max-width: 834px) {
  .page-spec__strengths-item:nth-child(2) .page-spec__strengths-img,
  .page-spec__strengths-item:nth-child(4) .page-spec__strengths-img {
    left: initial;
    right: 4.1rem;
  }
}
.page-spec__strengths-item:nth-child(2) .page-spec__strengths-img::before,
.page-spec__strengths-item:nth-child(4) .page-spec__strengths-img::before {
  right: initial;
  left: 4rem;
}
@media (max-width: 834px) {
  .page-spec__strengths-item:nth-child(2) .page-spec__strengths-img::before,
  .page-spec__strengths-item:nth-child(4) .page-spec__strengths-img::before {
    left: 2rem;
  }
}
.page-spec__strengths-item .block {
  margin-left: auto;
  margin-right: initial;
  max-width: 168rem;
}
.page-spec__strengths-item:nth-child(even) .block {
  margin-right: auto;
  margin-left: initial;
}
@media (max-width: 834px) {
  .page-spec__strengths-item:nth-child(even) .block .page-spec__strengths-img {
    margin-left: auto;
  }
}
.page-spec__strengths-item #sec01,
.page-spec__strengths-item #sec02,
.page-spec__strengths-item #sec03,
.page-spec__strengths-item #sec04,
.page-spec__strengths-item #sec05,
.page-spec__strengths-item #sec06,
.page-spec__strengths-item #sec07 {
  padding-top: 12.3rem;
  margin-top: -12.3rem;
}
.page-spec__strengths-flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 834px) {
  .page-spec__strengths-flex {
    flex-direction: column;
    gap: 4rem;
  }
}
.page-spec__strengths-content {
  width: 38%;
}
@media (max-width: 834px) {
  .page-spec__strengths-content {
    width: 100%;
  }
}
.page-spec__strengths-content .page-spec__strengths-img {
  display: none;
}
@media (max-width: 834px) {
  .page-spec__strengths-content .page-spec__strengths-img {
    display: block;
    width: 88%;
    left: 4.1rem;
  }
}
.page-spec__strengths-number {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 400;
  font-family: 'Optima', 'Helvetica', 'Arial', sans-serif;
}
@media (max-width: 834px) {
  .page-spec__strengths-number {
    font-size: 2.5rem;
    padding: 0 6rem;
  }
}
.page-spec__strengths-ttl {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-weight: 400;
  margin: 1.9rem 0 2.5rem;
}
@media (max-width: 834px) {
  .page-spec__strengths-ttl {
    padding: 0 6rem;
    margin: 1.7rem 0 3.3rem;
  }
}
.page-spec__strengths-txt {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 400;
}
@media (max-width: 834px) {
  .page-spec__strengths-txt {
    padding: 0 6rem;
    margin-top: 7rem;
  }
}
.page-spec__strengths-img {
  position: relative;
  width: 53%;
}
@media (max-width: 834px) {
  .page-spec__strengths-img {
    display: none;
  }
}
.page-spec__strengths-img::before {
  content: '';
  background: #f5f3ec;
  display: block;
  height: 42rem;
  width: 100%;
  position: absolute;
  top: 4rem;
  right: 4rem;
  z-index: -1;
}
@media (max-width: 834px) {
  .page-spec__strengths-img::before {
    height: 17rem;
    right: 2rem;
    top: 3rem;
  }
}
.page-spec__strengths-img img {
  height: 42rem;
  object-fit: cover;
}
@media (max-width: 834px) {
  .page-spec__strengths-img img {
    height: 18.2rem;
  }
}
.page-after {
  padding: 8rem 0 15rem;
}
@media (max-width: 834px) {
  .page-after {
    padding: 6rem 0;
  }
}
.page-after .block {
  max-width: 144rem;
}
.page-after__img {
  display: block;
  width: 100%;
  margin-top: 4.3rem;
}
@media (max-width: 834px) {
  .page-after__img {
    margin-top: 6.6rem;
  }
}
.page-after__ttl {
  font-size: 2.4rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  text-align: center;
  margin: 3rem 0;
}
.page-after__txt {
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  font-weight: 300;
  text-align: center;
  line-height: 1.6;
}
.page-after__table {
  margin-top: 5rem;
}
@media (max-width: 834px) {
  .page-after__table {
    margin-top: 6rem;
  }
}
.page-after__table .block {
  max-width: 120rem;
}
.page-after__flex {
  display: flex;
  border-right: 0.1rem solid #707070;
}
.page-after table {
  border-left: 0.1rem solid #707070;
  width: 100%;
}
.page-after table tbody tr {
  border-bottom: 0.1rem solid #707070;
}
.page-after table tbody tr:nth-child(1) th {
  background: #272727;
  color: #fff;
  padding: 0.8rem 0;
  width: 100%;
  font-size: 2.4rem;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.01em;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}
@media (max-width: 834px) {
  .page-after table tbody tr:nth-child(1) th {
    font-size: 1.3rem;
    height: 2.8rem;
  }
}
.page-after table tbody tr th {
  width: 66%;
  font-size: 2rem;
  padding: 1.6rem 3.5rem;
  font-weight: 500;
}
@media (max-width: 834px) {
  .page-after table tbody tr th {
    font-size: 1.1rem;
    padding: 1rem 2rem;
  }
}
.page-after table tbody tr th span {
  margin-left: 1rem;
  font-size: 1.6rem;
}
@media (max-width: 834px) {
  .page-after table tbody tr th span {
    font-size: 1.1rem;
  }
}
.page-after table tbody tr td {
  width: 34%;
  font-size: 2rem;
  padding: 1.6rem 0;
  text-align: center;
  font-weight: 500;
  border-left: 0.1rem solid #707070;
}
@media (max-width: 834px) {
  .page-after table tbody tr td {
    font-size: 1rem;
  }
}
.page-after__service {
  background: #faf8f4;
  padding: 8rem 0;
  margin-bottom: 18rem;
}
@media (max-width: 834px) {
  .page-after__service {
    padding: 6rem 0;
    margin-bottom: 0;
  }
}
.page-after__service .block {
  max-width: 144rem;
}
.page-after__service-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  margin-top: 10.7rem;
}
@media (max-width: 834px) {
  .page-after__service-list {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 6rem;
  }
}
.page-after__service-link {
  text-decoration: none;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.page-after__service-link:hover {
  opacity: 0.7;
}
.page-after__service-img {
  position: relative;
  padding-top: 50%;
}
.page-after__service-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-after__service-content {
  background: #fff;
  padding: 2.9rem 2rem;
}
.page-after__service-ttl {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 1.7rem;
}
.page-after__service-txt {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-bottom: 2.4rem;
}
.page-after__service-more {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-family: 'Optima', 'Helvetica', 'Arial', sans-serif;
  position: relative;
}
.page-after__service-more::before {
  content: '';
  background: url(../img/common/more-icon.png) no-repeat;
  background-size: contain;
  display: block;
  width: 10.7rem;
  height: 1rem;
  position: absolute;
  bottom: -1rem;
}
.page-flow {
  padding: 8rem 0 18rem;
}
@media (max-width: 834px) {
  .page-flow {
    padding: 6rem 0;
  }
}
@media (max-width: 834px) {
  .page-flow .inner {
    padding: 0;
  }
}
.page-flow .inner .block {
  max-width: 144rem;
}
.page-flow__list {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
@media (max-width: 834px) {
  .page-flow__list {
    gap: 6rem;
  }
}
.page-flow__item {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 834px) {
  .page-flow__item {
    gap: 5.6rem;
  }
}
.page-flow__heading {
  background: #faf8f4;
  padding: 3.6rem 0;
  text-align: center;
}
.page-flow__heading span {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 400;
  font-family: 'Optima', 'Helvetica', 'Arial', sans-serif;
}
.page-flow__heading h2 {
  font-size: 2.8rem;
  letter-spacing: 0.01em;
  line-height: 1.2;
  font-weight: 400;
  margin-top: 1.7rem;
}
.page-flow__wrap {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 834px) {
  .page-flow__wrap {
    padding: 0 3.5rem;
  }
}
.page-flow__flex {
  display: flex;
  gap: 9rem;
}
@media (max-width: 834px) {
  .page-flow__flex {
    flex-direction: column;
    gap: 3rem;
  }
}
.page-flow__img {
  width: 47%;
}
@media (max-width: 834px) {
  .page-flow__img {
    width: 100%;
  }
}
.page-flow__content {
  width: 42%;
}
@media (max-width: 834px) {
  .page-flow__content {
    width: 100%;
  }
}
.page-flow__ttl {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-weight: 400;
  padding-top: 3.1rem;
  padding-bottom: 2rem;
  margin-bottom: 2.4rem;
  border-bottom: 0.1rem solid #aaaaaa;
  text-align: center;
}
@media (max-width: 834px) {
  .page-flow__ttl {
    padding-top: 0;
    padding-bottom: 1.6rem;
  }
}
.page-flow__txt {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 400;
}
.page-renovation {
  padding: 8rem 0 0;
}
@media (max-width: 834px) {
  .page-renovation {
    padding: 6.2rem 0 0;
  }
}
.page-renovation .block {
  max-width: 98rem;
}
.page-renovation__heading {
  text-align: center;
}
.page-renovation__heading h2 {
  font-size: 3.6rem;
  margin-bottom: 1rem;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.page-renovation__heading span {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.page-renovation__plan {
  padding-bottom: 15rem;
}
@media (max-width: 834px) {
  .page-renovation__plan {
    padding-bottom: 6rem;
  }
}
.page-renovation__plan-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8rem;
  margin-top: 5.3rem;
}
@media (max-width: 834px) {
  .page-renovation__plan-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 4rem;
    margin-top: 6rem;
  }
}
.page-renovation__plan-link {
  text-decoration: none;
}
.page-renovation__plan-img {
  height: 30rem;
}
.page-renovation__plan-img img {
  height: 100%;
  object-fit: cover;
}
.page-renovation__plan-content {
  margin-top: 2.9rem;
}
@media (max-width: 834px) {
  .page-renovation__plan-content {
    margin-top: 4rem;
    padding: 0 3rem;
  }
}
.page-renovation__plan-ttl {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 1.7rem;
}
.page-renovation__plan-txt {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-bottom: 2.4rem;
}
.page-renovation__plan-more {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-family: 'Optima', 'Helvetica', 'Arial', sans-serif;
  position: relative;
}
.page-renovation__plan-more::before {
  content: '';
  background: url(../img/common/more-icon.png) no-repeat;
  background-size: contain;
  display: block;
  width: 10.7rem;
  height: 1rem;
  position: absolute;
  bottom: -1rem;
}
.page-renovation__full-heading {
  background: url('../img/index/fullinnovation-bg.png') no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 12.1rem 0;
}
.page-renovation__full-heading h2 {
  font-size: 2.4rem;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #fff;
  font-family: 'Optima', 'Helvetica', 'Arial', sans-serif;
  margin-bottom: 1.2rem;
}
.page-renovation__full-heading span {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #fff;
}
.page-renovation__full-wrap {
  padding: 10rem 0 18rem;
}
@media (max-width: 834px) {
  .page-renovation__full-wrap {
    padding: 4rem 0 6rem;
  }
}
@media (max-width: 834px) {
  .page-renovation__full-wrap .inner {
    padding: 0 6rem;
  }
}
.page-renovation__full-wrap .inner .block {
  max-width: 120rem;
}
.page-renovation__full-flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 834px) {
  .page-renovation__full-flex {
    flex-direction: column;
    gap: 4rem;
  }
}
.page-renovation__full-content {
  width: 50%;
}
@media (max-width: 834px) {
  .page-renovation__full-content {
    width: 100%;
  }
}
.page-renovation__full-content .btn {
  text-align: left;
}
.page-renovation__full-content .btn-link {
  font-size: 1.6rem;
  width: 100%;
}
.page-renovation__full-ttl {
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 2.9rem;
}
@media (max-width: 834px) {
  .page-renovation__full-ttl {
    margin-bottom: 4rem;
  }
}
.page-renovation__full-txt {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-bottom: 4.7rem;
}
.page-renovation__full-img {
  width: 38%;
}
@media (max-width: 834px) {
  .page-renovation__full-img {
    width: 100%;
  }
}
.page-renovation__reform-heading {
  background: url('../img/index/reform-bg.png') no-repeat;
  background-size: cover;
  text-align: center;
  padding: 12.1rem 0;
}
.page-renovation__reform-heading h2 {
  font-size: 2.4rem;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #fff;
  font-family: 'Optima', 'Helvetica', 'Arial', sans-serif;
  margin-bottom: 1.2rem;
}
.page-renovation__reform-heading span {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #fff;
}
.page-renovation__reform-wrap {
  padding: 6rem 0 18rem;
}
@media (max-width: 834px) {
  .page-renovation__reform-wrap {
    padding: 6rem 0;
  }
}
.page-renovation__reform-sbtxt {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 5rem;
}
@media (max-width: 834px) {
  .page-renovation__reform-sbtxt {
    font-size: 1.5rem;
    margin-bottom: 3rem;
  }
}
.page-renovation__reform-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6.6rem 2rem;
}
@media (max-width: 834px) {
  .page-renovation__reform-list {
    gap: 3.9rem 3.2rem;
  }
}
.page-renovation__reform-img {
  height: 20rem;
}
@media (max-width: 834px) {
  .page-renovation__reform-img {
    height: 15rem;
  }
}
.page-renovation__reform-img img {
  height: 100%;
  object-fit: cover;
}
.page-renovation__reform-content {
  margin-top: 2.1rem;
}
@media (max-width: 834px) {
  .page-renovation__reform-content {
    margin-top: 1.9rem;
  }
}
.page-renovation__reform-ttl {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media (max-width: 834px) {
  .page-renovation__reform-ttl {
    font-size: 1.5rem;
    margin-bottom: 1.3rem;
  }
}
.page-renovation__reform-txt {
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.page-renovation #full,
.page-renovation #reform {
  padding-top: 12.3rem;
  margin-top: -12.3rem;
}
@media (max-width: 834px) {
  .page-renovation #full,
  .page-renovation #reform {
    padding-top: 8rem;
    margin-top: -8rem;
  }
}
.page-company {
  padding: 12.1rem 0 18.3rem;
}
@media (max-width: 834px) {
  .page-company {
    padding: 6rem 0;
  }
}
.page-company .block {
  max-width: 120rem;
}
.page-company table {
  margin-top: 8.8rem;
  width: 100%;
}
@media (max-width: 834px) {
  .page-company table {
    margin-top: 3rem;
  }
}
.page-company table tbody tr {
  display: flex;
  align-items: center;
  border-bottom: 0.3rem dotted #aaaaaa;
  padding: 2.5rem 0;
}
@media (max-width: 834px) {
  .page-company table tbody tr {
    padding: 2.1rem 0;
  }
}
.page-company table tbody tr:last-child {
  border-bottom: 0;
}
.page-company table tbody tr th {
  width: 38%;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media (max-width: 834px) {
  .page-company table tbody tr th {
    text-align: left;
    width: 30%;
  }
}
.page-company table tbody tr td {
  width: 62%;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media (max-width: 834px) {
  .page-company table tbody tr td {
    width: 70%;
  }
}
.page-company__greetings {
  padding: 8rem 0 0;
}
@media (max-width: 834px) {
  .page-company__greetings {
    padding: 6rem 0 0;
  }
}
.page-company__greetings .block {
  max-width: 96rem;
}
.page-company__greetings-main {
  margin-top: 4.3rem;
  position: relative;
  padding-top: 75%;
}
@media (max-width: 834px) {
  .page-company__greetings-main {
    margin-top: 3rem;
  }
}
.page-company__greetings-main img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-company__greetings-list {
  margin-top: 1.3rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.2rem;
}
@media (max-width: 834px) {
  .page-company__greetings-list {
    margin-top: 0.9rem;
    gap: 0.8rem;
  }
}
.page-company__greetings-item {
  position: relative;
  padding-top: 75%;
}
.page-company__greetings-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-company__greetings-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
}
@media (max-width: 834px) {
  .page-company__greetings-flex {
    margin-top: 3rem;
    flex-direction: column;
    gap: 2rem;
  }
}
.page-company__greetings-daihyo {
  width: 40%;
}
@media (max-width: 834px) {
  .page-company__greetings-daihyo {
    width: 100%;
  }
}
.page-company__greetings-content {
  width: 60%;
  padding-left: 5%;
}
@media (max-width: 834px) {
  .page-company__greetings-content {
    width: 100%;
    padding-left: 0;
  }
}
.page-company__greetings-ttl {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  margin-bottom: 1.7rem;
}
.page-company__greetings-txt {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1.5;
}
.page-company__greetings-sbttl {
  margin-top: 2.8rem;
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media (max-width: 834px) {
  .page-company__greetings-sbttl {
    margin-top: 3rem;
  }
}
.page-company__greetings-name {
  margin-top: 0.5rem;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media (max-width: 834px) {
  .page-company__greetings-name {
    margin-top: 1.5rem;
  }
}
.page-company__office {
  padding: 12.4rem 0 0;
}
@media (max-width: 834px) {
  .page-company__office {
    padding: 6rem 0 0;
  }
}
@media (max-width: 834px) {
  .page-company__office .inner {
    padding: 0;
  }
}
.page-company__office .inner .block {
  max-width: 96rem;
}
.page-company__office-img {
  margin-top: 4.3rem;
  position: relative;
  padding-top: 75%;
}
@media (max-width: 834px) {
  .page-company__office-img {
    margin: 4.3rem 3rem 0;
  }
}
.page-company__office-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-company__office-list {
  margin-top: 1.3rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
}
@media (max-width: 834px) {
  .page-company__office-list {
    margin-top: 0.9rem;
    gap: 0.8rem;
    padding: 0 3rem;
  }
}
.page-company__office-item {
  position: relative;
  padding-top: 75%;
}
.page-company__office-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-company__office-content {
  margin-top: 4rem;
}
@media (max-width: 834px) {
  .page-company__office-content {
    margin-top: 3rem;
  }
}
.page-company__office-txt {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 834px) {
  .page-company__office-txt {
    padding: 0 3rem;
  }
}
.page-company__office-sbttl {
  margin-top: 2.8rem;
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.page-company__office-ttl {
  margin-top: 0.5rem;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.page-company__office-map {
  margin-top: 6rem;
  margin-bottom: 2.9rem;
}
@media (max-width: 834px) {
  .page-company__office-map {
    margin-top: 3rem;
  }
}
.page-company__office-map iframe {
  width: 100%;
  height: 34.4rem;
}
.page-event {
  padding: 8rem 0;
}
@media (max-width: 834px) {
  .page-event {
    padding: 6rem 0;
  }
}
@media (max-width: 834px) {
  .page-event .inner {
    padding: 0;
  }
}
.page-event__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8rem;
}
@media (max-width: 834px) {
  .page-event__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 4rem;
  }
}
.page-event__item {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.page-event__item:hover {
  opacity: 0.7;
}
.page-event__link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.page-event__head {
  padding-bottom: 1.5rem;
  border-bottom: 0.1rem solid #707070;
  margin-top: 2.5rem;
}
@media (max-width: 834px) {
  .page-event__head {
    margin: 4.4rem 3rem 0;
  }
}
.page-event__category {
  background: #272727;
  padding: 0.3rem 0.8rem;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  display: inline-block;
}
.page-event__ttl {
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 1.5rem;
}
.page-event__foot {
  padding-top: 1.7rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 834px) {
  .page-event__foot {
    margin: 0 3rem;
  }
}
.page-event__flex {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.page-event__icon {
  width: 1.6rem;
}
.page-event__txt {
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
.page-event__nav {
  padding: 11.5rem 0 0;
}
@media (max-width: 834px) {
  .page-event__nav {
    padding: 6rem 0 0;
  }
}
.page-event__nav .block {
  max-width: 75rem;
}
.page-event__nav-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (max-width: 834px) {
  .page-event__nav-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 2rem;
  }
}
.page-event__nav-item {
  background: #fff;
}
.page-event__nav .active .page-event__nav-link {
  background: #272727;
  color: #fff;
}
.page-event__nav-link {
  border: 0.1rem solid #272727;
  padding: 1.3rem 0;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-decoration: none;
  width: 100%;
  display: block;
  text-align: center;
}
@media (max-width: 834px) {
  .page-event__nav-link {
    padding: 1.1rem 0;
  }
}
.page-works {
  padding: 8rem 0 10rem;
}
@media (max-width: 834px) {
  .page-works {
    padding: 6rem 0;
  }
}
.page-works__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8rem 16rem;
}
@media (max-width: 834px) {
  .page-works__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.9rem;
  }
}
.page-works__item {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.page-works__item:hover {
  opacity: 0.7;
}
.page-works__link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  gap: 1.6rem;
}
@media (max-width: 834px) {
  .page-works__link {
    gap: 2rem;
  }
}
.page-works__content {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
@media (max-width: 834px) {
  .page-works__content {
    gap: 1rem;
  }
}
.page-works__ttl {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 300;
}
.page-works__category {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.page-works__tag {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 300;
  color: #696969;
}
.page-works__nav {
  padding: 8rem 0 0;
}
@media (max-width: 834px) {
  .page-works__nav {
    padding: 6rem 0 0;
  }
}
.page-works__nav-link {
  border: 0.1rem solid #272727;
  width: 33.2rem;
  padding: 2.5rem 0 2.5rem 3.2rem;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1.5;
  display: block;
  text-decoration: none;
  background: #fff;
  position: relative;
  cursor: pointer;
}
@media (max-width: 834px) {
  .page-works__nav-link {
    margin: 0 auto;
  }
}
.page-works__nav-link:hover {
  background: #f5f3ec;
}
.page-works__nav-link .arrow {
  border: 0.1rem solid #414141;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3rem;
  margin: auto;
  background: #fff;
}
.page-works__nav-link .arrow .line {
  display: inline-block;
  vertical-align: middle;
  color: #414141;
  line-height: 1;
  width: 1em;
  height: 0.1rem;
  background: currentColor;
  border-radius: 0.1em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.page-works__nav-link .arrow .line::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
.page-works__nav-wrap {
  max-width: 144rem;
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
  padding: 5rem 0;
  margin-top: 1rem;
  border-radius: 0.8rem;
  position: absolute;
  background: #faf8f4;
  z-index: 1;
}
@media (max-width: 834px) {
  .page-works__nav-wrap {
    padding: 5rem 3rem;
    gap: 3rem;
  }
}
.page-works__nav-flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 834px) {
  .page-works__nav-flex {
    flex-direction: column;
    gap: 2rem;
  }
}
.page-works__nav-left {
  width: 17rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 834px) {
  .page-works__nav-left {
    width: 100%;
  }
}
.page-works__nav-left span {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.page-works__nav-right {
  width: 124.7rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media (max-width: 834px) {
  .page-works__nav-right {
    width: 100%;
  }
}
.page-works__nav-right a {
  background: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  display: inline-block;
  text-align: center;
  padding: 1rem;
  border: 0.1rem solid #e2dcd2;
  text-decoration: none;
}
.page-works__nav .tag {
  gap: 0.8rem;
}
.page-works__nav .tag a {
  background: initial;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 0.1rem solid #808080;
  padding: 0;
  color: #808080;
}
.page-voice {
  padding: 8rem 0;
}
@media (max-width: 834px) {
  .page-voice {
    padding: 6rem 0;
  }
}
.page-voice__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8rem;
  margin-top: 6.3rem;
}
@media (max-width: 834px) {
  .page-voice__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 3.9rem;
    margin-top: 0;
  }
}
.page-voice__item {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.page-voice__item:hover {
  opacity: 0.7;
}
.page-voice__link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.page-voice__content {
  margin-top: 2.8rem;
}
@media (max-width: 834px) {
  .page-voice__content {
    margin-top: 3.2rem;
  }
}
.page-voice__head {
  padding-bottom: 1.4rem;
  border-bottom: 0.1rem solid #aaaaaa;
}
.page-voice__area {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 300;
}
.page-voice__ttl {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 300;
  margin-top: 0.9rem;
}
.page-voice__foot {
  display: flex;
  gap: 1.4rem;
  margin-top: 1.2rem;
}
.page-voice__label {
  font-size: 1.4rem;
  line-height: 2.1;
  letter-spacing: 0.05em;
  font-weight: 300;
}
.page-voice__category {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.page-voice__tag {
  font-size: 1.4rem;
  line-height: 2.1;
  letter-spacing: 0.05em;
  font-weight: 300;
  color: #aaaaaa;
}
.page-blog {
  padding: 8rem 0 10rem;
}
@media (max-width: 834px) {
  .page-blog {
    padding: 6rem 0;
  }
}
@media (max-width: 834px) {
  .page-blog .inner {
    padding: 0;
  }
}
.page-blog__nav {
  padding: 8rem 0;
}
@media (max-width: 834px) {
  .page-blog__nav {
    padding: 0 0 4rem;
    margin: 0 3rem;
  }
}
.page-blog__nav .block {
  width: 120rem;
  background: #faf8f4;
}
@media (max-width: 834px) {
  .page-blog__nav .block {
    width: 100%;
  }
}
.page-blog__nav-flex {
  padding: 7.7rem 4rem;
  display: flex;
  align-items: baseline;
  gap: 3rem;
}
.page-blog__nav-ttl {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-family: 'Optima', 'Helvetica', 'Arial', sans-serif;
}
.page-blog__nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.page-blog__nav-item a {
  font-size: 1.6rem;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.page-blog__flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 834px) {
  .page-blog__flex {
    flex-direction: column-reverse;
    gap: 12rem;
  }
}
.page-blog__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8.1rem 6rem;
  width: 70%;
}
@media (max-width: 834px) {
  .page-blog__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 4rem;
    width: 100%;
    padding: 0 6rem;
  }
}
.page-blog__item {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.page-blog__item:hover {
  opacity: 0.7;
}
.page-blog__link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.page-blog__img {
  position: relative;
  padding-top: 75%;
}
.page-blog__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-blog__content {
  margin-top: 2.2rem;
}
@media (max-width: 834px) {
  .page-blog__content {
    margin-top: 1.8rem;
  }
}
.page-blog__day {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.page-blog__ttl {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 400;
  margin-top: 0.9rem;
}
@media (max-width: 834px) {
  .page-blog__ttl {
    margin-top: 0.6rem;
  }
}
.page-blog__category {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.6rem;
}
.page-blog__tag {
  font-size: 1.4rem;
  line-height: 2.1;
  letter-spacing: 0.05em;
  font-weight: 300;
  color: #aaaaaa;
}
.page-blog__sidemenu {
  width: 20%;
}
@media (max-width: 834px) {
  .page-blog__sidemenu {
    width: 100%;
    padding: 0 3rem;
  }
}
.page-blog__sidemenu-head {
  background: #272727;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 1.4rem 2rem;
}
.page-blog__sidemenu-ttl {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media (max-width: 834px) {
  .page-blog__sidemenu-ttl {
    font-size: 1.8rem;
  }
}
.page-blog__sidemenu-list {
  padding: 3.3rem 0;
  display: flex;
  flex-direction: column;
  gap: 2.1rem;
}
@media (max-width: 834px) {
  .page-blog__sidemenu-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4.3rem;
  }
}
.page-blog__sidemenu-link {
  font-size: 1.6rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.page-blog__sidemenu-link .arrow {
  display: inline-block;
  vertical-align: middle;
  color: #272727;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.375em 0.64952em;
  border-left-color: currentColor;
  border-right: 0;
}
.page-contact {
  padding: 8rem 0 6rem;
}
@media (max-width: 834px) {
  .page-contact {
    padding: 6rem 0 13.6rem;
  }
}
.page-contact .block {
  max-width: 120rem;
}
.page-contact__tel-wrap {
  margin-top: 4.3rem;
  border: 0.1rem solid #272727;
  padding: 4.5rem 18rem 4rem;
  text-align: center;
}
@media (max-width: 834px) {
  .page-contact__tel-wrap {
    padding: 4.5rem 0;
  }
}
.page-contact__tel-sbttl {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.page-contact__tel-ttl {
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  margin: 1.9rem 0 1.6rem;
}
.page-contact__tel-icon {
  width: 3.6rem;
}
.page-contact__tel-txt {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.page-contact__tel-btn {
  margin-top: 2.5rem;
}
.page-contact__tel-link {
  border: 0.1rem solid #272727;
  width: 25rem;
  height: 3.7rem;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.page-contact__tel-link:hover {
  background: #f5f3ec;
}
.page-contact__web {
  margin-top: 8rem;
}
@media (max-width: 834px) {
  .page-contact__web {
    margin-top: 6rem;
  }
}
.page-contact__table {
  width: 100%;
  margin-top: 5.8rem;
  border-top: 1px solid #aaaaaa;
}
@media (max-width: 834px) {
  .page-contact__table {
    margin-top: 2rem;
  }
}
.page-contact__table tr {
  border-bottom: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  display: flex;
  align-items: center;
  background: #f2f2f2;
}
@media (max-width: 834px) {
  .page-contact__table tr {
    flex-direction: column;
  }
}
.page-contact__table th {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7.2rem;
  width: 30%;
  padding: 0 4rem;
}
@media (max-width: 834px) {
  .page-contact__table th {
    width: 100%;
    gap: 2.3rem;
    padding: 1.5rem 2.4rem;
    justify-content: left;
  }
}
.page-contact__table th h3 {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.page-contact__table td {
  display: flex;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  width: 70%;
  padding: 2.8rem 3rem;
  background: #fff;
}
@media (max-width: 834px) {
  .page-contact__table td {
    width: 100%;
    padding: 0;
    display: inline-block;
  }
}
.page-contact__table td .wpcf7-list-item {
  margin: 0 5.6rem 0 0;
}
.page-contact__table td .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.page-contact__table td input[type='checkbox'] {
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
  border: 0.1rem solid #707070;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
}
.page-contact__table td input[type='checkbox']:checked::before {
  position: absolute;
  content: '';
  background: url(../img/index/checked-img.png) no-repeat;
  background-size: contain;
  width: 3rem;
  height: 3rem;
  top: -0.9rem;
  left: -0.3rem;
}
.page-contact__table td input[type='text'],
.page-contact__table td input[type='email'] {
  border: 1px solid #aaaaaa;
  height: 5rem;
  width: 69rem;
  font-size: 1.6rem;
  padding: 1.7rem 2.4rem;
  color: #272727;
}
@media (max-width: 834px) {
  .page-contact__table td input[type='text'],
  .page-contact__table td input[type='email'] {
    width: 100%;
    border-bottom: none;
    border-left: none;
    border-right: none;
  }
}
.page-contact__table td input[type='text'] ::placeholder,
.page-contact__table td input[type='email'] ::placeholder {
  color: #cccccc;
}
.page-contact__table td input[type='tel'] {
  border: 1px solid #aaaaaa;
  height: 5rem;
  width: 21rem;
  font-size: 1.6rem;
  padding: 1.7rem 2.4rem;
  color: #272727;
}
@media (max-width: 834px) {
  .page-contact__table td input[type='tel'] {
    width: 100%;
    border-bottom: none;
    border-left: none;
    border-right: none;
  }
}
.page-contact__table td textarea {
  border: 1px solid #aaaaaa;
  height: 12.8rem;
  width: 69rem;
  font-size: 1.6rem;
  padding: 1.7rem 2.4rem;
  color: #272727;
}
@media (max-width: 834px) {
  .page-contact__table td textarea {
    width: 100%;
    border-bottom: none;
    border-left: none;
    border-right: none;
  }
}
@media (max-width: 834px) {
  .page-contact__table .c-checkbox {
    padding: 1.3rem 2.4rem;
  }
}
@media (max-width: 834px) {
  .page-contact__table .c-mail input[type='email'] {
    border-bottom: none;
    border-left: none;
    border-right: none;
  }
}
.page-contact__flex {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.8rem;
}
@media (max-width: 834px) {
  .page-contact__flex {
    margin-bottom: 0;
    gap: 0;
  }
}
.page-contact__flex span {
  width: 100%;
}
.page-contact__flex input[type='text'] {
  width: 17.8rem !important;
}
@media (max-width: 834px) {
  .page-contact__flex input[type='text'] {
    margin-bottom: 0;
    width: 100% !important;
    border-left: 1px solid #aaaaaa !important;
  }
}
.page-contact__img {
  width: 2.2rem;
}
@media (max-width: 834px) {
  .page-contact__img {
    margin: 0 0.5rem;
  }
}
.page-contact__label {
  border-radius: 0.5rem;
  color: #fff;
  font-size: 1.2rem;
  width: 4.8rem;
  height: 1.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.page-contact__direction {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.page-contact__privacy {
  margin-top: 2.4rem;
}
.page-contact__privacy-direction {
  display: flex;
  flex-direction: column;
  gap: 53px;
}
@media (max-width: 834px) {
  .page-contact__privacy-direction {
    gap: 30px;
  }
}
.page-contact__privacy-direction p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.page-contact__privacy-direction label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
}
.page-contact__privacy-direction label input[type='checkbox'] {
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
  border: 0.1rem solid #414141;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
}
.page-contact__privacy-direction label input[type='checkbox']:checked::before {
  position: absolute;
  content: '';
  background: url(../img/index/checked-img.png) no-repeat;
  background-size: contain;
  width: 3rem;
  height: 3rem;
  top: -0.9rem;
  left: -0.3rem;
}
.page-contact__privacy-direction label span {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin: 0;
}
.page-contact__prev {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  text-decoration: underline;
}
.page-contact__prev input {
  border: 0;
  background: none;
}
.page-contact__submit {
  margin-top: 4rem;
  text-align: center;
  position: relative;
}
.page-contact__submit span {
  display: inline-grid;
}
.page-contact__submit input[type='submit'] {
  border: 0.1rem solid #272727;
  width: 38.9rem;
  height: 5.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 300;
  text-decoration: none;
  background: #fff;
  cursor: pointer;
}
.page-contact__submit input[type='submit']:hover {
  background: #f5f3ec;
}
.page-contact__submit input[type='submit'] span {
  width: 38.9rem;
  display: block;
  margin: 0 auto;
}
.page-contact .red {
  background: #d80000;
}
.page-contact .gray {
  background: #acacac;
}
.page-contact__policy {
  margin-top: 10rem;
}
.page-contact__policy-ttl {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 2.9rem;
  text-align: center;
}
.page-contact__policy-txt {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
.page-complete {
  padding: 8.7rem 0 17.5rem;
}
@media (max-width: 834px) {
  .page-complete {
    padding: 6rem 0;
  }
}
.page-complete .block {
  max-width: 96rem;
}
.page-complete__ttl {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 4.4rem;
}
.page-complete__txt {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.page-complete__event {
  padding-bottom: 6rem;
}
.page-complete__event-heading {
  text-align: center;
  margin-bottom: 2.7rem;
  padding-top: 4.5rem;
  border-top: 0.1rem solid #aaaaaa;
}
@media (max-width: 834px) {
  .page-complete__event-heading {
    padding-top: 4rem;
    margin-bottom: 6rem;
  }
}
.page-complete__event-heading h2 {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
}
.page-complete__event-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9.5rem;
}
@media (max-width: 834px) {
  .page-complete__event-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem 1.8rem;
  }
}
.page-complete__event-item {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.page-complete__event-item:hover {
  opacity: 0.7;
}
.page-complete__event-link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.page-complete__event-head {
  padding-bottom: 1.5rem;
  border-bottom: 0.1rem solid #707070;
  margin-top: 2.5rem;
}
@media (max-width: 834px) {
  .page-complete__event-head {
    margin-top: 2rem;
  }
}
.page-complete__event-category {
  background: #272727;
  padding: 0.3rem 0.8rem;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  display: inline-block;
}
.page-complete__event-ttl {
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 1.5rem;
}
.page-complete__event-foot {
  padding-top: 1.7rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 834px) {
  .page-complete__event-foot {
    padding-top: 2rem;
  }
}
.page-complete__event-flex {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.page-complete__event-icon {
  width: 7%;
}
.page-complete__event-txt {
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.7;
  width: 90%;
}
.page-complete__event .btn {
  margin-top: 8rem;
}
.page-privacy {
  padding: 8.7rem 0 3.5rem;
}
.page-privacy .block {
  max-width: 120rem;
}
.page-privacy__containter + .page-privacy__containter {
  margin-top: 9.4rem;
}
.page-privacy__heading {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  text-align: center;
  margin-bottom: 4rem;
}
.page-privacy__ttl {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.page-privacy__sbttl {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-family: 'Optima', 'Helvetica', 'Arial', sans-serif;
}
.page-privacy__txt {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
}
.page-link {
  max-width: 90.9rem;
  width: 90%;
  margin: 0 auto;
  display: flex;
}
@media (max-width: 834px) {
  .page-link {
    width: 100%;
  }
}
.page-link__prev {
  width: 35%;
  border-top: 0.1rem solid #efefef;
  border-bottom: 0.1rem solid #efefef;
  border-left: 0.1rem solid #efefef;
}
.page-link__prev:hover {
  background: #f5f3ec;
}
.page-link__prev a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 2.8rem;
  text-decoration: none;
  display: flex;
  gap: 5%;
  position: relative;
  height: 100%;
}
@media (max-width: 834px) {
  .page-link__prev a {
    flex-direction: column-reverse;
    gap: 1.3rem;
  }
}
.page-link__prev a .page-link__direction {
  align-items: flex-start;
  padding-left: 10%;
}
@media (max-width: 834px) {
  .page-link__prev a .page-link__direction {
    align-items: flex-start;
    padding-left: 4rem;
  }
}
.page-link__prev a .arrow {
  display: inline-block;
  vertical-align: middle;
  color: #272727;
  line-height: 1;
  position: absolute;
  left: 2.8rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.8rem;
  height: 0.8rem;
  transform: translateX(25%) rotate(-135deg);
}
@media (max-width: 834px) {
  .page-link__prev a .arrow {
    position: absolute;
    bottom: -14rem;
    left: 4rem;
  }
}
.page-link__prev a .arrow::before,
.page-link__prev a .arrow::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1rem;
}
.page-link__prev a .arrow::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1rem;
}
.page-link__prev a .arrow::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1rem;
}
.page-link__direction {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 0.8rem;
  position: relative;
  width: 50%;
}
@media (max-width: 834px) {
  .page-link__direction {
    width: 100%;
  }
}
.page-link__ttl {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.page-link__txt {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.page-link__img {
  width: 50%;
}
@media (max-width: 834px) {
  .page-link__img {
    width: 100%;
  }
}
.page-link__back {
  width: 30%;
  border: 0.1rem solid #efefef;
}
.page-link__back:hover {
  background: #f5f3ec;
}
.page-link__back a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  text-align: center;
}
.page-link__next {
  width: 35%;
  border-top: 0.1rem solid #efefef;
  border-bottom: 0.1rem solid #efefef;
  border-right: 0.1rem solid #efefef;
}
.page-link__next:hover {
  background: #f5f3ec;
}
.page-link__next a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 2.8rem;
  text-decoration: none;
  gap: 5%;
  position: relative;
  height: 100%;
}
@media (max-width: 834px) {
  .page-link__next a {
    flex-direction: column;
    gap: 1.3rem;
  }
}
.page-link__next a .page-link__direction {
  align-items: end;
  padding-right: 10%;
}
@media (max-width: 834px) {
  .page-link__next a .page-link__direction {
    align-items: baseline;
    padding-right: 0;
  }
}
.page-link__next a .arrow {
  display: inline-block;
  vertical-align: middle;
  color: #272727;
  line-height: 1;
  position: relative;
  width: 0.8rem;
  height: 0.8rem;
  transform: translateX(-25%) rotate(45deg);
}
@media (max-width: 834px) {
  .page-link__next a .arrow {
    position: absolute;
    bottom: 5rem;
    right: 4rem;
  }
}
.page-link__next a .arrow::before,
.page-link__next a .arrow::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1rem;
}
.page-link__next a .arrow::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1rem;
}
.page-link__next a .arrow::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1rem;
}

.event {
  background: url('../img/index/event-mv.png') no-repeat;
  background-size: cover;
  background-position: bottom;
}
.event::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.3;
  background: #000;
}

.works {
  background: url('../img/index/works-mv.png') no-repeat;
  background-size: cover;
  background-position: center;
}
.works::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.3;
  background: #000;
}

.flow {
  background: url('../img/index/flow-pc-mv.jpg') no-repeat;
  background-size: cover;
  background-position: center;
}

.concept {
  background: url('../img/index/concept-pc-img01.jpg') no-repeat;
  background-size: cover;
  background-position: bottom;
}
@media (max-width: 834px) {
  .concept {
    background-position: center;
  }
}
.concept::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.3;
  background: #000;
}

.renovation {
  background: url('../img/index/fullinnovation-img.jpg') no-repeat;
  background-size: cover;
  background-position: center;
}
.renovation::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.3;
  background: #000;
}

.full {
  background: url('../img/index/fullorder-img05.png') no-repeat;
  background-size: cover;
  background-position: center;
}
.full::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.3;
  background: #000;
}

.spec {
  background: url('../img/index/spec-mv.webp') no-repeat;
  background-size: cover;
  background-position: center;
}
.spec::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.3;
  background: #000;
}

.after {
  background: url('../img/index/after-mv.webp') no-repeat;
  background-size: cover;
  background-position: center;
}
.after::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.3;
  background: #000;
}

.company {
  background: url('../img/index/company-mv.jpg') no-repeat;
  background-size: cover;
  background-position: center;
}
.company::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.3;
  background: #000;
}

.single-event {
  padding: 8.7rem 0 12.1rem;
}
@media (max-width: 834px) {
  .single-event {
    padding: 6rem 0;
  }
}
@media (max-width: 834px) {
  .single-event .inner {
    padding: 0;
  }
}
.single-event__ttl {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-bottom: 3.7rem;
}
@media (max-width: 834px) {
  .single-event__ttl {
    margin-bottom: 10.2rem;
    padding: 0 4.6rem;
  }
}
.single-event__img {
  max-width: 80rem;
  width: 90%;
}
@media (max-width: 834px) {
  .single-event__img {
    width: 100%;
  }
}
.single-event__content {
  margin-top: 4.5rem;
}
@media (max-width: 834px) {
  .single-event__content {
    margin-top: 3rem;
    padding: 0 3rem;
  }
}
.single-event__content dl dt {
  float: left;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 400;
  width: 7%;
  margin-bottom: 2.3rem;
  margin-right: 2.6rem;
  position: relative;
}
@media (max-width: 834px) {
  .single-event__content dl dt {
    width: 20%;
    margin-bottom: 2.1rem;
  }
}
.single-event__content dl dt::after {
  content: '：';
  position: absolute;
  right: 0;
}
.single-event__content dl dd {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 400;
  margin-bottom: 2.3rem;
  margin-left: 2.6rem;
}
@media (max-width: 834px) {
  .single-event__content dl dd {
    margin-bottom: 2.1rem;
  }
}
.single-event__sbttl {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 400;
  border-bottom: 0.1rem solid #aaaaaa;
  padding-bottom: 0.8rem;
  margin-top: 4rem;
  margin-bottom: 2.4rem;
}
@media (max-width: 834px) {
  .single-event__sbttl {
    margin: 3rem 3rem 2.4rem;
  }
}
.single-event__txt {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media (max-width: 834px) {
  .single-event__txt {
    padding: 0 3rem;
  }
}
.single-event .btn {
  margin-top: 8rem;
}
.single-event__detail {
  margin-top: 8rem;
}
@media (max-width: 834px) {
  .single-event__detail {
    margin-top: 10.5rem;
  }
}
.single-event table {
  width: 100%;
  border-top: 0.1rem solid #544c4c;
  margin-top: 4rem;
}
@media (max-width: 834px) {
  .single-event table {
    padding: 0 3rem;
  }
}
.single-event table tbody tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.1rem solid #544c4c;
  border-left: 0.1rem solid #544c4c;
  border-right: 0.1rem solid #544c4c;
  background: #faf8f4;
}
.single-event table tbody tr th {
  width: 20%;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 0;
}
.single-event table tbody tr td {
  width: 80%;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  padding: 3rem 2rem;
  background: #fff;
  border-left: 0.1rem solid #544c4c;
}
.single-event__map {
  margin-top: 4rem;
  margin-bottom: 2.9rem;
}
.single-event__map iframe {
  width: 100%;
}
.single-event__post {
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.single-event__address {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.single-event__access {
  margin-top: 2.8rem;
}
.single-event__access-ttl {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
  display: block;
}
.single-event__access-txt {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 2.8rem;
}
.single-event__reserve {
  padding-bottom: 18rem;
}
@media (max-width: 834px) {
  .single-event__reserve {
    padding: 13.6rem;
  }
}
.single-works {
  padding: 8rem 0;
}
@media (max-width: 834px) {
  .single-works {
    padding: 6rem 0;
  }
}
.single-works .block {
  max-width: 96rem;
}
.single-works__head {
  margin-bottom: 7rem;
}
.single-works__ttl {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 1.6rem;
}
.single-works__category {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1rem;
}
.single-works__tag {
  font-size: 1.4rem;
  line-height: 2.1;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #aaaaaa;
}
.single-works__foot {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
  margin-bottom: 6.4rem;
}
.single-works__content h3 {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding-bottom: 0.9rem;
  margin-bottom: 2.4rem;
  border-bottom: 0.1rem solid #aaaaaa;
}
.single-works__content p {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 2.4rem;
}
.single-voice {
  padding: 8rem 0;
}
@media (max-width: 834px) {
  .single-voice {
    padding: 6rem 0;
  }
}
.single-voice__head {
  max-width: 96rem;
  width: 90%;
  margin: 0 auto 7rem;
}
@media (max-width: 834px) {
  .single-voice__head {
    margin: 0 auto 6rem;
    width: 100%;
  }
}
.single-voice__ttl {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 1.6rem;
}
@media (max-width: 834px) {
  .single-voice__ttl {
    margin-top: 2.7rem;
  }
}
.single-voice__category {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1rem;
}
.single-voice__tag {
  font-size: 1.4rem;
  line-height: 2.1;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #aaaaaa;
}
.single-voice__foot {
  padding-bottom: 12rem;
}
@media (max-width: 834px) {
  .single-voice__foot {
    padding-bottom: 6rem;
  }
}
.single-voice__list {
  display: flex;
  flex-direction: column;
  gap: 8.3rem;
}
@media (max-width: 834px) {
  .single-voice__list {
    gap: 4rem;
  }
}
.single-voice__item:nth-child(even) .single-voice__flex {
  flex-direction: row-reverse;
}
@media (max-width: 834px) {
  .single-voice__item:nth-child(even) .single-voice__flex {
    flex-direction: column;
  }
}
.single-voice__item .single-voice__img {
  width: 45%;
}
@media (max-width: 834px) {
  .single-voice__item .single-voice__img {
    width: 100%;
  }
}
.single-voice__sbttl {
  font-size: 1.8rem;
  padding-bottom: 0.9rem;
  border-bottom: 0.1rem solid #aaaaaa;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.single-voice__flex {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
}
@media (max-width: 834px) {
  .single-voice__flex {
    flex-direction: column;
    gap: 2.7rem;
  }
}
.single-voice__content {
  width: 50%;
}
@media (max-width: 834px) {
  .single-voice__content {
    width: 100%;
  }
}
.single-voice__txt {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.single-blog {
  padding: 8rem 0;
}
@media (max-width: 834px) {
  .single-blog {
    padding: 6rem 0;
  }
}
.single-blog .block {
  max-width: 96rem;
}
.single-blog__content {
  margin-bottom: 12rem;
}
@media (max-width: 834px) {
  .single-blog__content {
    margin-bottom: 6rem;
  }
}
.single-blog__ttl {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: 1.6rem;
}
@media (max-width: 834px) {
  .single-blog__ttl {
    margin-top: 2rem;
  }
}
.single-blog__category {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2.5rem;
  margin-bottom: 8rem;
}
@media (max-width: 834px) {
  .single-blog__category {
    margin-top: 1rem;
    margin-bottom: 6rem;
  }
}
.single-blog__tag {
  font-size: 1.4rem;
  line-height: 2.1;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #aaaaaa;
}
.single-blog__foot {
  margin: 8.7rem 0 12rem;
}
@media (max-width: 834px) {
  .single-blog__foot {
    margin-top: 10.6rem;
  }
}
.single-blog__foot #ez-toc-container {
  margin-bottom: 8.7rem;
}
.single-blog__foot h3 {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 400;
  margin-bottom: 1.8rem;
}
@media (max-width: 834px) {
  .single-blog__foot h3 {
    margin-bottom: 2rem;
  }
}
.single-blog__foot img {
  margin: 2.4rem 0;
}
@media (max-width: 834px) {
  .single-blog__foot img {
    margin: 5.7rem 0 4rem;
  }
}
.single-blog__foot p,
.single-blog__foot span,
.single-blog__foot div {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.single-blog__profile {
  max-width: 89.7rem;
  width: 90%;
  margin: 0 auto 8rem;
  background: #faf8f4;
}
@media (max-width: 834px) {
  .single-blog__profile {
    width: 100%;
    margin: 0 auto 6rem;
  }
}
@media (max-width: 834px) {
  .single-blog__profile .inner {
    padding: 0 5rem;
  }
}
.single-blog__profile-flex {
  display: flex;
  align-items: center;
  padding: 4.1rem 5rem;
}
@media (max-width: 834px) {
  .single-blog__profile-flex {
    padding: 4.1rem 0;
    justify-content: space-between;
  }
}
.single-blog__profile-left {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 834px) {
  .single-blog__profile-left {
    width: 38%;
  }
}
.single-blog__profile-ttl {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 1.9rem;
}
.single-blog__profile-img {
  width: 12.4rem;
  height: 12.4rem;
}
.single-blog__profile-img img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.single-blog__profile-description {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.1rem;
  margin-top: 2rem;
}
.single-blog__profile-post {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.single-blog__profile-name {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.single-blog__profile-right {
  width: 70%;
  padding-left: 5%;
}
@media (max-width: 834px) {
  .single-blog__profile-right {
    width: 57%;
    padding-left: 0;
  }
}
.single-blog__profile-txt {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.05em;
}
