.pc {
  display: block;
}
@media (max-width: 834px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 834px) {
  .sp {
    display: block;
  }
}

.wrapper {
  padding-top: 9.3rem;
}

.inner {
  padding: 0 2rem;
}
@media (max-width: 834px) {
  .inner {
    padding: 0 3rem;
  }
}

.block {
  max-width: 136.3rem;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 834px) {
  .block {
    width: 100%;
  }
}

.heading {
  text-align: center;
}
.heading h2 {
  font-size: 3.6rem;
  letter-spacing: 0.02em;
  font-weight: 300;
  font-family: 'Optima', 'Helvetica', 'Arial', sans-serif;
}
.heading span {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  font-weight: 300;
  display: block;
  margin-top: 1rem;
}
.heading p {
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  font-weight: 400;
  display: block;
  margin-top: 3rem;
}

.btn {
  text-align: center;
}
.btn-link {
  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;
  font-family: 'Optima', 'Helvetica', 'Arial', sans-serif;
}
.btn-link:hover {
  background: #f5f3ec;
}

.header {
  position: fixed;
  height: 12.3rem;
  width: 100%;
  z-index: 100;
}
@media (max-width: 834px) {
  .header {
    background: initial;
    height: 8rem;
  }
}
.header .inner {
  height: 100%;
}
.header .inner .block {
  max-width: 180rem;
  height: 100%;
}
.header-logo {
  display: block;
  width: 22rem;
  height: 100%;
}
.header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 834px) {
  .header-flex {
    justify-content: left;
  }
}
.header-content {
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media (max-width: 834px) {
  .header-content {
    display: none;
  }
}
.header-list {
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media (max-width: 834px) {
  .header-list {
    display: none;
  }
}
.header-item {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.header-item .arrow {
  vertical-align: middle;
  color: #272727;
  line-height: 1;
  width: 0.8rem;
  height: 0.8rem;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  position: absolute;
  right: -1.8rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.header .drop-menu {
  position: relative;
}
.header .drop-menu__wrap {
  visibility: hidden;
  display: block;
  width: 20.4rem;
  height: 100%;
  position: absolute;
  left: -3rem;
}
.header .drop-menu__list {
  background: #fff;
  width: 20.4rem;
  top: 1.6rem;
  margin: auto;
  padding: 3rem 2rem;
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.header .drop-menu:hover .drop-menu__wrap {
  visibility: visible;
}
.header .drop-menu__item a {
  text-decoration: none;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  width: 100%;
  display: block;
  position: relative;
  text-align: left;
}
.header-link {
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.header-sns {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.header-sns__icon {
  text-decoration: none;
  width: 2.4rem;
}
.header-btn {
  margin-left: auto;
}
.header-btn__link {
  color: #fff;
  background: #272727;
  height: 3.1rem;
  width: 14.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 300;
}
.header-btn__link:hover {
  background: #696969;
}
.header-hamburger {
  display: none;
}
@media (max-width: 834px) {
  .header-hamburger {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 12rem;
    height: 100%;
    background: #aaaaaa;
    z-index: 101;
  }
}
.header-hamburger .line {
  width: 8rem;
  height: 0.4rem;
  background: #fff;
  position: relative;
  transition: ease 0.4s;
  display: block;
}
.header-hamburger .line:nth-child(1) {
  top: 0;
}
.header-hamburger .line:nth-child(2) {
  margin: 8px 0;
}
.header-hamburger .line:nth-child(3) {
  top: 0;
}
.header .header-hamburger.is-active {
  background: transparent;
}
.header .header-hamburger.is-active .line:nth-child(1) {
  top: 2rem;
  transform: rotate(45deg);
  background: #aaaaaa;
}
.header .header-hamburger.is-active .line:nth-child(2) {
  opacity: 0;
}
.header .header-hamburger.is-active .line:nth-child(3) {
  top: -1.3rem;
  transform: rotate(-45deg);
  background: #aaaaaa;
}
.header-menu {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: #faf8f4;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.header-menu__wrap {
  display: block;
  height: 100%;
  width: 100%;
  padding: 13rem 3rem 10.2rem;
  overflow: scroll;
}
.header-menu__contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}
.header-menu__btn {
  width: 100%;
  display: block;
}
.header-menu__btn-link {
  border: 0.1rem solid #272727;
  font-size: 2rem;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 10rem;
  width: 100%;
  position: relative;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 0.01em;
}
.header-menu__btn-link:hover {
  background: #f5f3ec;
}
.header-menu__icon {
  width: 3rem;
  margin-right: 0.8rem;
}
.header-menu__content {
  margin-top: 6rem;
}
.header-menu__flex {
  display: flex;
  align-items: center;
  border-bottom: 0.1rem solid #aaaaaa;
  padding: 4rem 0;
}
.header-menu__flex:first-child {
  padding: 0 0 4rem;
}
.header-menu__flex:last-child {
  border-bottom: none;
}
.header-menu__link {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  text-decoration: none;
}
.header-menu__ttl {
  font-size: 3.6rem;
  letter-spacing: 0.02em;
  font-weight: 400;
  display: block;
  font-family: 'Optima', 'Helvetica', 'Arial', sans-serif;
}
.header-menu__sbttl {
  font-size: 2rem;
  letter-spacing: 0.01em;
  font-weight: 400;
  display: block;
}
.header-menu__box {
  display: flex;
  flex-direction: column;
  gap: 1.7rem;
}
.header-menu__group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4.3rem;
  margin-left: 3rem;
}
.header-menu__group-link {
  text-decoration: none;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  position: relative;
  text-indent: -1rem;
  padding-left: 1rem;
}
.header-menu__group-link span {
  font-family: 'Optima', 'Helvetica', 'Arial', sans-serif;
  display: block;
  margin-bottom: 0.3rem;
}
.header-menu__social {
  margin-top: 6rem;
  text-align: center;
}
.header-menu__social-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  margin-top: 2rem;
}
.header-menu__social-icon {
  width: 2.4rem;
}
.header-menu.active {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 100;
  height: 100vh;
}

@media (max-width: 834px) {
  .header.common .inner {
    padding-right: 0;
  }
}
@media (max-width: 834px) {
  .header.common .inner .header-flex {
    justify-content: space-between;
  }
}
@media (max-width: 834px) {
  .header.common .inner .header-flex h1 .header-logo {
    display: block;
    z-index: 101;
    position: relative;
  }
}
@media (max-width: 834px) {
  .header.common .inner .header-flex .header-content {
    display: none;
  }
}

.footer {
  background: #696969;
  position: relative;
}
.footer-head {
  position: absolute;
  top: -9rem;
  left: 0;
  right: 0;
  max-width: 88rem;
  margin: 0 auto;
  background: #f5f3ec;
  padding: 2.4rem 0;
  z-index: 1;
}
@media (max-width: 834px) {
  .footer-head {
    margin: 0 2rem;
  }
}
.footer-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
}
.footer-item {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer-item:hover {
  opacity: 0.7;
}
.footer-item:nth-child(2) {
  border-left: 0.1rem solid #696969;
  border-right: 0.1rem solid #696969;
}
.footer-link {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.footer-txt {
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 4.4rem;
}
@media (max-width: 834px) {
  .footer-txt {
    text-align: center;
    margin-top: 2.4rem;
  }
}
.footer-flex {
  display: flex;
  gap: 1.6rem;
  margin-top: 2.3rem;
}
@media (max-width: 834px) {
  .footer-flex {
    justify-content: center;
    margin-top: 1.8rem;
  }
}
.footer-icon {
  width: 2.4rem;
}
.footer-tel__ttl {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 300;
  line-height: 1.5;
}
@media (max-width: 834px) {
  .footer-tel__ttl {
    font-size: 1.4rem;
  }
}
.footer-tel__main {
  font-size: 2.8rem;
  letter-spacing: 0.01em;
  font-weight: 300;
  line-height: 1.4;
  margin: 1.1rem 0 1.2rem;
  position: relative;
  font-family: 'Optima', 'Helvetica', 'Arial', sans-serif;
}
@media (max-width: 834px) {
  .footer-tel__main {
    font-size: 2.2rem;
  }
}
.footer-tel__txt {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 834px) {
  .footer-tel__txt {
    font-size: 1.2rem;
  }
}
.footer-icon {
  width: 2.3rem;
}
.footer-ttl {
  font-size: 2rem;
  letter-spacing: 0.01em;
  font-weight: 300;
  margin-top: 1.3rem;
}
@media (max-width: 834px) {
  .footer-ttl {
    font-size: 1.8rem;
    text-align: center;
    height: 3rem;
  }
}
.footer-foot {
  position: relative;
  padding: 15rem 0 18.9rem;
  background: url('../img/index/footer-bg.jpg') no-repeat;
  background-size: cover;
}
@media (max-width: 834px) {
  .footer-foot {
    padding: 14.6rem 0 6rem;
  }
}
.footer-foot::before {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.3;
  background: #000;
}
@media (max-width: 834px) {
  .footer-foot .inner {
    padding: 0 6rem;
  }
}
.footer-foot .inner .block {
  max-inline-size: max-content;
  margin-inline: auto;
  z-index: 2;
  position: relative;
}
.footer-logo {
  display: block;
  width: 22rem;
}
.footer-nav__list {
  display: flex;
  gap: 9.3rem;
  margin-top: 5.2rem;
}
@media (max-width: 834px) {
  .footer-nav__list {
    display: flex;
    gap: 3.3rem;
    margin-top: 2.2rem;
  }
}
.footer-nav__item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer-nav__link {
  text-decoration: none;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1.6;
}
.footer-nav__ttl {
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1.6;
}

.pankuzu {
  background: #faf8f4;
  padding: 1.2rem 0;
}
@media (max-width: 834px) {
  .pankuzu {
    display: none;
  }
}
.pankuzu .block {
  max-width: 144rem;
}
.pankuzu-list {
  display: flex;
  align-items: center;
  gap: 2.3rem;
}
.pankuzu-item {
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  position: relative;
}
.pankuzu-item::after {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.1rem solid #272727;
  border-right: 0.1rem solid #272727;
  transform: rotate(45deg);
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0 auto 0.8rem;
}
.pankuzu-item:first-child {
  font-family: 'Optima', 'Helvetica', 'Arial', sans-serif;
}
.pankuzu-item:last-child::after {
  content: none;
}
.pankuzu-link {
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  position: relative;
  text-decoration: none;
}

.pagination {
  padding-bottom: 18rem;
}
@media (max-width: 834px) {
  .pagination {
    padding-bottom: 6rem;
  }
}
.pagination-block {
  margin: 0 auto;
  text-align: center;
}
.pagination-list {
  display: inline-flex;
  justify-content: space-between;
  gap: 1.6rem;
}
.pagination-item a {
  width: 0.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #272727;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 0.05em;
  font-family: 'Optima', 'Helvetica', 'Arial', sans-serif;
}
.pagination-item a:hover {
  border-bottom: 0.1rem solid #272727;
}
.pagination-item .current {
  border-bottom: 0.1rem solid #272727;
  padding-bottom: 0.2rem;
}
.pagination-item .next {
  display: inline-block;
  vertical-align: middle;
  color: #272727;
  line-height: 1;
  position: relative;
  width: 1.9rem;
  height: 0.1rem;
  background: currentColor;
  margin-left: 0.8rem;
}
.pagination-item .next::before {
  content: '';
  width: 1rem;
  height: 1rem;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  box-sizing: border-box;
}
