#booking-package {
    background-color: transparent !important;
}
.single-event__reservation-wrap .single-event__tel span p {
    border: 1px solid;
    border-radius: 2px;
}
@media only screen and (max-width: 480px) {
    #booking-package_calendarPage .day_slot {
        height: 6em !important;
    }
	#booking-package {
    font-size: 1.2rem !important;
}
}
#booking-package-locale-ja.start_booking_package {
    margin-top: 0 !important;
}
.grecaptcha-badge {
    bottom: 75px !important;
}
#booking-package_inputFormPanel .bottomBarPanel, #booking-package_pay_with_stripe_konbini .bottomBarPanel {
    text-align: center;
    margin-bottom: 1em;
}
#booking-package_inputFormPanel .cartPanel {
    text-align: center;
}
#booking-package input, #booking-package select, #booking-package textarea, #booking_package_verificationCodeContent input, #booking-package_inputFormPanel input, #booking-package_inputFormPanel select #booking-package_inputFormPanel textarea {
    height: 64px !important;
	padding: 0.5rem 0.5rem 0.5rem 1rem !important;
}
#booking-package input, #booking-package select {
    appearance: auto;
}
.pagination {
    text-align: center;
    font-size: 26px;
    margin: 60px 0;
}
.pagination a, .pagination span {
  display: inline-block;
  margin: 0 6px;
  padding: 6px 12px;
  border: 1px solid #ddd;
  color: #333;
  text-decoration: none;
}
.pagination .current {
  background-color: #333;
  color: #fff;
  border-color: #333;
}
section.single-event .contact-form-link-wrap {
      width: 100%;
      margin: 30px auto;
    position: relative;
      bottom: 0;
      right: 0;
      z-index: 100;
}
.single-event__img {
    width: 50%;
    margin: 0 auto;
}
@media (max-width: 480px) {
  section.single-event .contact-form-link-wrap {
      position: fixed;
  }
	.single-event__img {
    width: 100%;
}
}
  section.single-event .contact-form-link-wrap p.link-button {
    width: 236px;
    max-width: 300px;
    margin: 0 auto;
}
section.single-event .contact-form-link-wrap p.link-button a {
  height: 58px;
  border-radius: 34px;
  font-size: 14px;
  background: rgba(29, 29, 31, 0.7);
  display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 10px;
    transition: 0.3s;
    color: #fff;
    font-weight: 700;
    transition: 0.3s;
    backdrop-filter: blur(7px);
    text-decoration: none;
}
.top-mv {
  position: relative;
  background: #e6eaeb;
  height: 100vh;
}
@media (max-width: 834px) {
  .top-mv {
    height: 75vh;
  }
}
.top-mv .inner {
  height: 100%;
}
@media (max-width: 834px) {
  .top-mv .inner {
    padding: 0;
  }
}
.top-mv .inner .block {
  position: relative;
  height: 100%;
  max-width: 169.9rem;
}
.top-mv__img {
  width: 58%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 834px) {
  .top-mv__img {
    width: 90%;
	top: 56%;
  }
}
.top-mv__content {
  display: flex;
  flex-direction: column;
  gap: 3.9rem;
  padding-left: 6%;
  position: absolute;
  top: 28%;
  transform: translate(0, -90%);
}
@media (max-width: 834px) {
  .top-mv__content {
    gap: 1.7rem;
    padding-left: 1.6rem;
    transform: translate(0, -80%);
  }
}
.top-mv__ttl {
  font-size: 6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-family: "Shippori Mincho", serif;
}
@media (max-width: 834px) {
  .top-mv__ttl {
    font-size: 2.3rem;
  }
}
.top-mv__txt {
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1.6;
  font-family: "Shippori Mincho", serif;
}
@media (max-width: 834px) {
  .top-mv__txt {
    font-size: 1.6rem;
  }
}
.top-mv__event {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 100;
}
@media (max-width: 834px) {
  .top-mv__event {
    display: none;
  }
}
.top-mv__event-ttl {
  background: #1a1a1a;
  border-top: 0.2rem solid #fff;
  border-left: 0.2rem solid #fff;
  border-bottom: 0.2rem solid #fff;
  padding: 1.6rem 0.6rem;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-decoration: none;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.top-mv__topics {
  width: 43%;
  padding-left: 6%;
  position: absolute;
  top: 50%;
  transform: translate(0, 100%);
  text-decoration: none;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 834px) {
  .top-mv__topics {
    width: 100%;
    padding: 0 1.6rem;
    top: 75%;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.top-mv__topics:hover {
  opacity: 0.7;
}
.top-mv__topics-sbttl {
  background: #fff;
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  padding: 1.4rem 5rem;
  font-family: "Outfit", serif;
}
@media (max-width: 834px) {
  .top-mv__topics-sbttl {
    font-size: 1.6rem;
    padding: 0.8rem 1.7rem;
  }
}
.top-mv__topics-wrap {
  background: #fff;
  padding: 2.5rem 2.8rem;
  position: relative;
}
@media (max-width: 834px) {
  .top-mv__topics-wrap {
    padding: 1.3rem;
  }
}
.top-mv__topics-flex {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
@media (max-width: 834px) {
  .top-mv__topics-flex {
    align-items: flex-start;
    gap: 0.8rem;
  }
}
.top-mv__topics-img {
  position: relative;
  padding-top: 25%;
  width: 50%;
}
@media (max-width: 834px) {
  .top-mv__topics-img {
    width: 32%;
  }
}
.top-mv__topics-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 834px) {
  .top-mv__topics-content {
    width: 100%;
  }
}
.top-mv__topics-ttl {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 834px) {
  .top-mv__topics-ttl {
    font-size: 1.4rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
.top-mv__topics .box {
  background: #fff;
  border: 0.1rem solid #1a1a1a;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -2.5rem;
  margin: auto;
}
@media (max-width: 834px) {
  .top-mv__topics .box {
    width: 1.8rem;
    height: 1.8rem;
    right: 1.5rem;
    bottom: 0.8rem;
    top: initial;
  }
}
.top-mv__topics .arrow {
  right: 0;
  left: 0;
  width: 2.2rem;
}
@media (max-width: 834px) {
  .top-mv__topics .arrow {
    width: 0.6rem;
  }
}
.top-mv__topics .arrow::before {
  content: "";
  width: 1rem;
  height: 1rem;
}
@media (max-width: 834px) {
  .top-mv__topics .arrow::before {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.top-mv__scroll {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, 160%);
}
@media (max-width: 834px) {
  .top-mv__scroll {
    display: none;
  }
}
.top-mv__scroll span {
  writing-mode: sideways-lr;
  text-orientation: upright;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-family: "Outfit", serif;
}
.top-mv__scroll .line {
  background: #1a1a1a;
  width: 0.1rem;
  height: 8rem;
  margin: 1.6rem auto 0;
}
.top-event {
  padding: 9.1rem 0 12rem;
  margin-top: 0;
}
@media (max-width: 834px) {
  .top-event {
    padding: 4.7rem 0 8rem;
  }
}
.top-event__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8rem;
  padding: 0 2.5rem;
}
@media (max-width: 834px) {
  .top-event__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
    padding: 0;
  }
}
.top-event__link {
  text-decoration: none;
}
.top-event__link:hover {
  opacity: 0.7;
}
.top-event__link:hover .box {
  background: #1a1a1a;
}
.top-event__link:hover .box .arrow {
  color: #fff;
  background: #fff;
}
.top-event__link:hover .box .arrow::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border: 0.2rem solid #fff;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.top-event__img {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
}
@media (max-width: 834px) {
  .top-event__img {
    height: auto;
	width: 33%;
    float: left;
  }
}
.top-event__img img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
}
.top-event__content {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media (max-width: 834px) {
  .top-event__content {
    margin-top: 1.1rem;
    padding-left: 12px;
  }
}
.top-event__day {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-bottom: 0.8rem;
  font-family: "Outfit", serif;
}
@media (max-width: 834px) {
  .top-event__day {
    font-size: 1.3rem;
  }
}
.top-event__area {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  margin-left: 1.6rem;
}
@media (max-width: 834px) {
  .top-event__area {
    font-size: 1.3rem;
    margin-left: 1.2rem;
  }
}
.top-event__ttl {
  position: relative;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  line-height: 1.4;
  font-weight: 400;
  padding-right: 3.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (max-width: 834px) {
  .top-event__ttl {
        font-size: 1.5rem;
        padding-right: 0;
        line-height: 1.6;
  }
}
.top-event__ttl .box {
  background: #fff;
  border: 0.1rem solid #1a1a1a;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 834px) {
  .top-event__ttl .box {
    width: 1.8rem;
    height: 1.8rem;
  }
}
@media (max-width: 480px) {
  .top-event__ttl .box {
    display: none;
  }
}
.top-event__ttl .box .arrow {
  right: 0;
  left: 0;
  width: 1rem;
  height: 0.2rem;
}
@media (max-width: 834px) {
  .top-event__ttl .box .arrow {
    width: 0.6rem;
    height: 0.1rem;
  }
}
.top-event__ttl .box .arrow::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border: 0.2rem solid #1a1a1a;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 834px) {
  .top-event__ttl .box .arrow::before {
    width: 0.5rem;
    height: 0.5rem;
    border: 0.1rem solid #1a1a1a;
    border-left: 0;
    border-bottom: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    position: absolute;
    top: 50%;
    right: -0.05em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.top-event .btn {
  text-align: center;
  margin-top: 8rem;
}
@media (max-width: 834px) {
  .top-event .btn {
    margin-top: 6rem;
  }
}
.top-concept {
  position: relative;
  background: #f2f2f2;
  height: 100.5rem;
  padding: 9rem 0 8rem;
}
@media (max-width: 834px) {
  .top-concept {
    height: 69.1rem;
  }
}
.top-concept__img01 {
  position: absolute;
  width: 62%;
}
@media (max-width: 834px) {
  .top-concept__img01 {
    width: 100%;
    top: 0;
  }
}
.top-concept__img02 {
  position: absolute;
  width: 28%;
  bottom: 8rem;
  right: 14%;
}
@media (max-width: 834px) {
  .top-concept__img02 {
    width: 37%;
    right: initial;
    left: 1.6rem;
    bottom: 8.9rem;
  }
}
.top-concept__img03 {
  position: absolute;
  width: 23%;
  right: 1%;
}
@media (max-width: 834px) {
  .top-concept__img03 {
    width: 50%;
    right: 0;
    bottom: 4rem;
  }
}
.top-concept__wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35%;
}
@media (max-width: 834px) {
  .top-concept__wrap {
    width: 85%;
    left: initial;
  }
}
.top-concept__content {
  background: #fff;
  padding: 4rem 4.8rem 3.8rem;
}
@media (max-width: 834px) {
  .top-concept__content {
    padding: 4.3rem 4.5rem 4.5rem 4.5rem;
  }
}
.top-concept__ttl {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 3.2rem;
}
@media (max-width: 834px) {
  .top-concept__ttl {
    font-size: 1.8rem;
  }
}
.top-concept__txt {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 8rem;
}
@media (max-width: 834px) {
  .top-concept__txt {
    font-size: 1.4rem;
    margin-bottom: 3.3rem;
  }
}
.top-concept__link {
  border-bottom: 0.1rem solid #1a1a1a;
  width: 100%;
  display: block;
  padding-bottom: 0.8rem;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  position: relative;
  font-family: "Outfit", serif;
}
@media (max-width: 834px) {
  .top-concept__link {
    font-size: 1.4rem;
  }
}
.top-concept__link:hover .arrow {
  -webkit-transform: translate(0.5rem);
  -ms-transform: translate(0.5rem);
  transform: translate(0.5rem);
}
.top-concept__link span {
  font-size: 1.4rem;
  margin-right: 0.8rem;
  font-weight: 300;
}
.top-concept__link .arrow {
  right: 1rem;
}
.top-works {
  padding: 9rem 0 12rem;
}
@media (max-width: 834px) {
  .top-works {
    padding: 4.7rem 0 7rem;
  }
}
.top-works__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8rem;
  padding: 0 2.5rem;
}
@media (max-width: 834px) {
  .top-works__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.8rem;
    padding: 0;
  }
}
.top-works__link {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  text-decoration: none;
}
.top-works__link:hover {
  opacity: 0.7;
}
.top-works__img {
  width: 100%;
  height: 40rem;
  overflow: hidden;
}
@media (max-width: 834px) {
  .top-works__img {
    height: 12rem;
  }
}
.top-works__img img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
}
.top-works__content {
  display: flex;
  flex-direction: column;
  gap: .6rem;
}
.top-works__area {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .top-works__area {
    font-size: 1.3rem;
  }
}
.top-works__ttl {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.24em;
  line-height: 1.4;
}
@media (max-width: 834px) {
  .top-works__ttl {
    font-size: 1.4rem;
  }
}
.top-works .btn {
  text-align: center;
  margin-top: 8rem;
}
@media (max-width: 834px) {
  .top-works .btn {
    margin-top: 6rem;
  }
}
.top-flow {
  background: #e6eaeb;
  padding: 8rem 0 20rem;
}
@media (max-width: 834px) {
  .top-flow {
    padding: 7.7rem 0 8.8rem;
  }
}
@media (max-width: 834px) {
  .top-flow .inner {
    padding: 0;
  }
}
@media (max-width: 834px) {
  .top-flow .inner .heading {
    padding: 0 1.6rem;
  }
}
.top-flow__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10.3rem;
  padding: 0 8.25rem;
}
@media (max-width: 834px) {
  .top-flow__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.8rem;
    padding: 0 2.4rem;
  }
}
.top-flow__item {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 3rem 0;
  border-top: 0.1rem solid #1a1a1a;
  border-left: 0.1rem solid #1a1a1a;
}
@media (max-width: 834px) {
  .top-flow__item {
    padding: 1.6rem 0;
  }
}
.top-flow__item::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  border: 0.2rem solid #1a1a1a;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 834px) {
  .top-flow__item::before {
    content: none;
  }
}
.top-flow__item::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #1a1a1a;
  line-height: 1;
  position: absolute;
  right: -5rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2.5rem;
  height: 0.2rem;
  background: #1a1a1a;
  -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;
}
@media (max-width: 834px) {
  .top-flow__item::after {
    content: none;
  }
}
.top-flow__item:last-child::before, .top-flow__item:last-child::after {
  content: none;
}
.top-flow__item .line {
  display: block;
  position: absolute;
  left: -0.2rem;
  top: -0.2rem;
  z-index: 10;
  height: 1.6rem;
  width: 1.6rem;
  border-top: 0.1rem solid #e6eaeb;
  border-left: 0.1rem solid #e6eaeb;
  background: #e6eaeb;
}
.top-flow__item .btn {
  text-align: center;
  margin-top: 2.4rem;
}
.top-flow__item .btn-link {
  width: 15.7rem;
  height: 3.4rem;
  font-size: 1.6rem;
  background: #1a1a1a;
  color: #fff;
}
@media (max-width: 834px) {
.top-flow__item .btn-link {
    font-size: 1.2rem;
}
}
.top-flow__number {
  font-size: 1.8rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: 400;
  display: block;
  text-align: center;
  font-family: "Outfit", serif;
  background: #1a1a1a;
  color: #fff;
  padding: 0 1.5rem;
  margin: 0 auto;
}
@media (max-width: 834px) {
  .top-flow__number {
    font-size: 2rem;
    padding: 0 12px;
  }
}
.top-flow__ttl {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 2.4rem;
  flex-grow: 1;
  letter-spacing: 1.2px;
}
@media (max-width: 834px) {
  .top-flow__ttl {
    font-size: 1.1rem;
    margin-top: 1.8rem;
  }
}
.top-flow__ttl span {
  display: block;
  margin: 0.6rem 0;
  writing-mode: sideways-rl;
}
.top-flow__txt {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
  margin-top: 1.7rem;
  flex-grow: 8;
}
@media (max-width: 834px) {
  .top-flow__txt {
    font-size: 1.4rem;
    margin-top: 1.1rem;
  }
}

.page-mv {
  position: relative;
  /*background: rgba(0, 0, 0, 0.5019607843);*/
  padding: 0 0 25.5rem;
}
@media (max-width: 834px) {
  .page-mv {
    padding: 0 0 10rem;
  }
}
.page-mv .inner {
  height: 100%;
}
.page-mv .inner .block {
  height: 100%;
}
.page-mv .inner .block .heading {
  margin-bottom: 0;
  text-align: center;
}
.page-mv .inner .block .heading h2 {
  color: #fff;
  font-size: 4.8rem;
  letter-spacing: 0.02rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
@media (max-width: 834px) {
  .page-mv .inner .block .heading h2 {
    font-size: 3.2rem;
  }
}
.page-mv .inner .block .heading span {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 400;
}
@media (max-width: 834px) {
  .page-mv .inner .block .heading span {
    font-size: 1.4rem;
  }
}
.page-mv::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #e6eaeb transparent;
  border-width: 0px 80rem 10rem 80rem;
}
@media (max-width: 834px) {
  .page-mv::after {
    border-width: 0px 19.5rem 3rem 19.5rem;
  }
}
.page-mv__line {
  width: 18.1rem;
  margin: 2.7rem auto 0;
}
@media (max-width: 834px) {
  .page-mv__line {
    width: 10rem;
  }
}
.page-mv__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8rem;
  position: relative;
  z-index: 1;
  width: 80%;
  margin: 0 auto;
}
.page-mv__flex2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8rem;
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 834px) {
  .page-mv__flex {
    width: 100%;
    gap: 3rem;
    align-items: baseline;
    flex-direction: column-reverse;
    justify-content: left;
  }
  .page-mv__flex2 {
    width: 100%;
    gap: 3rem;
    align-items: baseline;
    flex-direction: column-reverse;
    justify-content: left;
  }
}
.page-mv__content {
  width: 100%;
  max-width: 36rem;
}
.page-mv__content1 {
  width: 100%;
  max-width: 45rem;
}
.page-mv__content2 {
    width: 100%;
    max-width: 65rem;
    background: rgba(255, 255, 255, .9);
    padding: 3rem;
}
.page-mv__content h2 {
  font-size: 4rem;
  font-weight: 500;
  color: #7f3116;
  letter-spacing: 0.05em;
}
.page-mv__content1 h2 {
  font-size: 4rem;
  font-weight: 500;
  color: #7f3116;
  letter-spacing: 0.05em;
}
@media (max-width: 834px) {
  .page-mv__content h2 {
    font-size: 3rem;
  }
  .page-mv__content1 h2 {
    font-size: 3rem;
  }
}
.page-mv__content h2 span {
  padding-left: 5rem;
  font-size: 2rem;
  position: relative;
  letter-spacing: 0.12em;
}
.page-mv__content1 h2 span {
  padding-left: 5rem;
  font-size: 2rem;
  position: relative;
  letter-spacing: 0.12em;
}
@media (max-width: 834px) {
  .page-mv__content h2 span {
    font-size: 1.4rem;
  }
  .page-mv__content1 h2 span {
    font-size: 1.4rem;
  }
}
.page-mv__content h2 span::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 3rem;
  height: 0.1rem;
  background-color: #7f3116;
  top: 50%;
  left: 1rem;
}
.page-mv__content1 h2 span::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 3rem;
  height: 0.1rem;
  background-color: #7f3116;
  top: 50%;
  left: 1rem;
}
.page-mv__content .button-wrap {
  margin-top: 3.2rem;
}
.page-mv__content1 .button-wrap {
  margin-top: 3.2rem;
}
@media (max-width: 834px) {
  .page-mv__content .button-wrap {
    max-width: 27rem;
  }
  .page-mv__content1 .button-wrap {
    max-width: 27rem;
  }
}
.page-mv__content .button-wrap a {
  position: relative;
  display: inline-block;
  line-height: 1;
  width: 100%;
  text-align: center;
  padding: 1.9rem;
  border: 0.1rem solid #b16044;
  color: #b16044;
  background-color: #fff;
  transition: all 0.3s;
  text-decoration: none;
  font-size: 1.6rem;
}
.page-mv__content1 .button-wrap a {
  position: relative;
  display: inline-block;
  line-height: 1;
  width: 100%;
  text-align: center;
  padding: 1.9rem;
  border: 0.1rem solid #b16044;
  color: #b16044;
  background-color: #fff;
  transition: all 0.3s;
  text-decoration: none;
  font-size: 1.6rem;
}
@media (max-width: 834px) {
  .page-mv__content .button-wrap a {
    font-size: 1.4rem;
  }
  .page-mv__content1 .button-wrap a {
    font-size: 1.4rem;
  }
}
.page-mv__content .button-wrap a::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 8rem;
  height: 0.1rem;
  background-color: #b16044;
  top: 50%;
  right: -3.5rem;
  transition: all 0.3s;
}
.page-mv__content1 .button-wrap a::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 8rem;
  height: 0.1rem;
  background-color: #b16044;
  top: 50%;
  right: -3.5rem;
  transition: all 0.3s;
}
.page-mv__content .button-wrap a:hover {
  opacity: 0.7;
}
.page-mv__content1 .button-wrap a:hover {
  opacity: 0.7;
}
.page-mv__content .button-wrap a:hover::after {
  right: -5.5rem;
}
.page-mv__content1 .button-wrap a:hover::after {
  right: -5.5rem;
}
.page-mv__wrap {
  margin-top: 3.6rem;
}
@media (max-width: 834px) {
  .page-mv__wrap {
    margin-top: 3.2rem;
  }
}
.page-mv__main {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 0;
}
@media (max-width: 834px) {
  .page-mv__main {
    font-size: 2rem;
  }
}
.page-mv__sub {
  margin-top: 3.2rem;
  margin-bottom: 0;
  font-size: 1.7rem;
  line-height: 2;
  font-weight: 500;
}
@media (max-width: 834px) {
  .page-mv__sub {
    font-size: 1.3rem;
  }
}
.page-mv__image {
  width: 100%;
  max-width: 61rem;
}
.page-mv__image img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  box-shadow: 0px 0.2rem 3.5rem 0px rgba(0, 0, 0, 0.1);
}
.page-event {
  background: #e6eaeb;
  padding: 15rem 0 18rem;
}
@media (max-width: 834px) {
  .page-event {
    padding: 4.2rem 0 9.6rem;
  }
}
.page-event .block {
  max-width: 136rem;
}
.page-event__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8rem;
  padding: 0 2.5rem;
}
@media (max-width: 834px) {
  .page-event__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem 1.8rem;
    padding: 0;
  }
}
.page-event__link {
  text-decoration: none;
}
.page-event__link:hover {
  opacity: 0.7;
}
.page-event__link:hover .box {
  background: #1a1a1a;
}
.page-event__link:hover .box .arrow {
  color: #fff;
  background: #fff;
}
.page-event__link:hover .box .arrow::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border: 0.2rem solid #fff;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page-event__img {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
}
@media (max-width: 834px) {
  .page-event__img {
    height: auto;
  }
}
.page-event__img img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
}
.page-event__content {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media (max-width: 834px) {
  .page-event__content {
    margin-top: 1.1rem;
    gap: 0.4rem;
  }
}
.page-event__day {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media (max-width: 834px) {
  .page-event__day {
    font-size: 1.3rem;
    margin-bottom: 0.4rem;
  }
}
.page-event__area {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  margin-left: 1.6rem;
}
@media (max-width: 834px) {
  .page-event__area {
    font-size: 1.3rem;
    margin-left: 1.2rem;
  }
}
.page-event__ttl {
  position: relative;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  line-height: 1.2;
  font-weight: 400;
  padding-right: 3.5rem;
}
@media (max-width: 834px) {
  .page-event__ttl {
    font-size: 1.6rem;
  }
}
.page-event__ttl .box {
  background: #fff;
  border: 0.1rem solid #1a1a1a;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 834px) {
  .page-event__ttl .box {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.page-event__ttl .box .arrow {
  right: 0;
  left: 0;
  width: 1rem;
  height: 0.2rem;
}
@media (max-width: 834px) {
  .page-event__ttl .box .arrow {
    width: 0.6rem;
    height: 0.1rem;
  }
}
.page-event__ttl .box .arrow::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border: 0.2rem solid #1a1a1a;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 834px) {
  .page-event__ttl .box .arrow::before {
    width: 0.6rem;
    height: 0.6rem;
    border: 0.1rem solid #1a1a1a;
    border-left: 0;
    border-bottom: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    position: absolute;
    top: 50%;
    right: -0.05em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.page-works {
  background: #e6eaeb;
  padding: 15rem 0 18rem;
}
@media (max-width: 834px) {
  .page-works {
    padding: 4rem 0 18.8rem;
  }
}
.page-works__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8rem;
  padding: 0 2.5rem;
}
@media (max-width: 834px) {
  .page-works__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem 1.8rem;
    padding: 0;
  }
}
.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;
  gap: 1.2rem;
  text-decoration: none;
}
@media (max-width: 834px) {
  .page-works__link {
    gap: 1.6rem;
  }
}
.page-works__img {
  width: 100%;
  height: 40rem;
  overflow: hidden;
}
@media (max-width: 834px) {
  .page-works__img {
    height: 20rem;
  }
}
.page-works__img img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
}
.page-works__content {
  display: inline-block;
}
.page-works__area {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.6;
  padding-right: 8px;
}
@media (max-width: 834px) {
  .page-works__area {
    font-size: 1.1rem;
  }
}
.page-works__ttl {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.24em;
  line-height: 1.2;
  margin-top: 1.2rem;
}
@media (max-width: 834px) {
  .page-works__ttl {
    margin-top: 0.9rem;
    font-size: 1.6rem;
  }
}
.page-works__flex {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 1.3rem;
}
@media (max-width: 834px) {
  .page-works__flex {
    margin-top: 1.5rem;
  }
}
.page-works__tag {
  font-size: 1.4rem;
  color: #808080;
  font-weight: 400;
}
@media (max-width: 834px) {
  .page-works__tag {
    font-size: 1.3rem;
  }
}
.page-works__nav {
  background: #e6eaeb;
  padding: 8rem 0 0;
}
@media (max-width: 834px) {
  .page-works__nav {
    padding: 6rem 0 0;
  }
}
.page-works__nav .block {
  max-width: 135.4rem;
}
.page-works__nav-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.6rem;
}
@media (max-width: 834px) {
  .page-works__nav-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
  }
}
.page-works__nav-item.active .page-works__nav-link {
  background: #1a1a1a;
  color: #fff;
}
.page-works__nav-link.active {
  background: #1a1a1a;
  color: #fff;
}
.page-works__nav-link {
  text-decoration: none;
  font-size: 1.7rem;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 4.9rem;
  border: 0.1rem solid #1a1a1a;
  background: #fff;
  width: 100%;
}
@media (max-width: 834px) {
  .page-works__nav-link {
    font-size: 1.6rem;
    height: 4rem;
  }
}
.page-works__pickup {
  background: #fff;
  padding: 2.9rem 0 6rem;
  background: #e6eaeb;
}
@media (max-width: 834px) {
  .page-works__pickup {
    padding: 4.8rem 0 4rem;
  }
}
.page-works__pickup .block {
  max-width: 139rem;
}
.page-works__pickup .block .heading {
  text-align: center;
}
.page-works__pickup .block .heading h2 {
  font-size: 3.2rem;
}
@media (max-width: 834px) {
  .page-works__pickup .block .heading h2 {
    font-size: 2.4rem;
  }
}
.page-works__pickup-line {
  width: 10.5rem;
  margin: 0.9rem auto 0;
}
@media (max-width: 834px) {
  .page-works__pickup-line {
    width: 9rem;
  }
}
.page-works__pickup-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8rem;
}
@media (max-width: 834px) {
  .page-works__pickup-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem 1.8rem;
  }
}
.page-works__pickup-item {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.page-works__pickup-item:hover {
  opacity: 0.7;
}
.page-works__pickup-link {
  text-decoration: none;
}
.page-works__pickup-img {
  width: 100%;
  height: 40rem;
  overflow: hidden;
}
@media (max-width: 834px) {
  .page-works__pickup-img {
    height: 20rem;
  }
}
.page-works__pickup-img img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
}
.page-works__pickup-content {
  margin-top: 1.6rem;
}
.page-works__pickup-area {
  font-size: 1.5rem;
  font-weight: 400;
}
@media (max-width: 834px) {
  .page-works__pickup-area {
    font-size: 1.3rem;
  }
}
.page-works__pickup-ttl {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 1.7rem;
}
@media (max-width: 834px) {
  .page-works__pickup-ttl {
    font-size: 1.6rem;
  }
}
.page-works__pickup-flex {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 1.3rem;
}
@media (max-width: 834px) {
  .page-works__pickup-flex {
    margin-top: 1.5rem;
  }
}
.page-works__pickup-tag {
  font-size: 1.4rem;
  color: #808080;
  font-weight: 400;
}
@media (max-width: 834px) {
  .page-works__pickup-tag {
    font-size: 1.3rem;
  }
}
.page-voice {
  background: #e6eaeb;
  padding: 10rem 0 18rem;
}
@media (max-width: 834px) {
  .page-voice {
    padding: 4.9rem 0 3rem;
  }
}
.page-voice .block {
  max-width: 136rem;
}
.page-voice__box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
}
@media (max-width: 834px) {
  .page-voice__box {
    display: block;
  }
}
.page-voice__item {
  width: 47%;
  height: auto;
  flex-direction: column;
  box-sizing: border-box;
  font-weight: 700;
  margin: 1% 1% 8%;
  padding: 0 0 1%;
  position: relative;
  text-align: center;
  background-color: #f6f6f6;
}
@media (max-width: 834px) {
  .page-voice__item {
    width: auto;
    margin: 0 auto 10%;
  }
}
.page-voice__item:hover {
  opacity: 0.7;
}
.page-voice__thumbs {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  position: relative;
}
.page-voice__img {
  width: 100%;
  height: 25rem;
  overflow: hidden;
}
@media (max-width: 834px) {
  .page-voice__img {
    height: 16rem;
    border-style: none;
  }
}
.page-voice__img img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
}
.page-voice__txt {
  width: 80%;
  margin: 0 auto;
}
.page-voice__txt a {
  text-decoration: none;
}
.page-voice__ttl {
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 5% auto 2%;
}
@media (max-width: 834px) {
  .page-voice__ttl {
    font-size: 1.6rem;
    text-align: left;
    margin: 6% auto 2%;
  }
}
.page-voice__place {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  margin: 0 auto;
}
@media (max-width: 834px) {
  .page-voice__place {
    font-size: 1.4rem;
    text-align: left;
  }
}
.page-voice__more {
  width: 12rem;
  color: #fff;
  background-color: #333;
  display: block;
  margin: 3% auto;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 1rem 0;
}
@media (max-width: 834px) {
  .page-voice__more {
    margin: 3% auto 5%;
    font-size: 1.4rem;
  }
}
.page-blog {
  background: #e6eaeb;
  padding: 10rem 0 18rem;
}
@media (max-width: 834px) {
  .page-blog {
    padding: 4.2rem 0 9.6rem;
  }
}
.page-blog .block {
  max-width: 136rem;
}
.page-blog .block #content {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin: 5% auto 0;
}
@media (max-width: 834px) {
  .page-blog .block #content {
    width: 100%;
    flex-direction: column;
  }
}
.page-blog .block #main {
  margin-bottom: 0;
  flex-grow: 3;
}
.page-blog__list {
  margin: 3% 15% 12% 0;
  text-align: center;
}
@media (max-width: 834px) {
  .page-blog__list {
    width: 100%;
    margin: 3% auto;
  }
}
.page-blog__box {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0 0 15%;
  max-width: 100%;
  padding: 0;
  text-align: center;
}
@media (max-width: 834px) {
  .page-blog__box {
    margin: 0 auto 5%;
  }
}
.page-blog__item {
  width: 100%;
  height: auto;
  font-weight: 700;
  margin: 0 auto;
  position: relative;
  text-align: center;
  border-bottom: solid 1px #aaa;
}
@media (max-width: 834px) {
  .page-blog__item {
    margin: 0 auto 3%;
  }
}
.page-blog__item:first-child .page-blog__flex {
  padding-top: 0;
}
.page-blog__flex {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  text-decoration: none;
  padding: 10% 0;
}
@media (max-width: 834px) {
  .page-blog__flex {
    margin: 0 auto;
    padding: 5% 0;
  }
}
.page-blog__flex:hover {
  opacity: 0.7;
}
.page-blog__thumbs {
  display: block;
  width: 47%;
  height: auto;
  padding: 0;
  position: relative;
  text-decoration: none;
}
@media (max-width: 834px) {
  .page-blog__thumbs {
    width: 45%;
    margin: 0 auto;
  }
}
.page-blog__img {
  width: 100%;
  height: 25rem;
  overflow: hidden;
}
@media (max-width: 834px) {
  .page-blog__img {
    height: 11rem;
  }
}
.page-blog__img img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
}
.page-blog__txt {
  width: 47%;
}
@media (max-width: 834px) {
  .page-blog__txt {
    width: 45%;
    margin: 0 auto;
  }
}
.page-blog__date {
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: left;
  margin-top: 3%;
  margin-bottom: 5%;
}
@media (max-width: 834px) {
  .page-blog__date {
    font-size: 1.6rem;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.page-blog__ttl {
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: left;
  margin-bottom: 5%;
}
@media (max-width: 834px) {
  .page-blog__ttl {
    font-size: 1.6rem;
  }
}
.page-blog__ttl a {
  width: 100%;
  text-decoration: none;
}
.page-blog__more {
  width: 12rem;
  color: #fff;
  background-color: #333;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 1rem 0.3rem;
  margin-left: auto;
  margin-top: 17%;
  text-decoration: none;
}
@media (max-width: 834px) {
  .page-blog__more {
    display: none;
  }
}
.page-blog__category {
  display: flex;
  gap: 1rem;
}
.page-blog__tag {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: left;
  text-decoration: none;
  display: block;
}
@media (max-width: 834px) {
  .page-blog__tag {
    font-size: 1.4rem;
  }
}
.page-blog__sidemenu {
  flex-grow: 2;
}
@media (max-width: 834px) {
  .page-blog__sidemenu {
    width: 100%;
  }
}
.page-blog__sidemenu-head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.4rem 0;
  background: #1a1a1a;
}
.page-blog__sidemenu-ttl {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #fff;
}
@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 {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.page-blog__sidemenu-link::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #1a1a1a;
  border-width: 0.8rem 0px 0.8rem 1.3rem;
}
.page-concept__nav {
  background: #e6eaeb;
  padding: 7rem 0 0;
}
@media (max-width: 834px) {
  .page-concept__nav {
    padding: 1.7rem 0 0;
  }
}
.page-concept__nav .inner {
  padding: 0 4.8rem;
}
.page-concept__nav-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
}
@media (max-width: 834px) {
  .page-concept__nav-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.8rem;
  }
}
.page-concept__nav-link {
  position: relative;
  border: 0.1rem solid #1a1a1a;
  background: #fff;
  font-size: 1.7rem;
  font-weight: 400;
  text-decoration: none;
  height: 5rem;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 834px) {
  .page-concept__nav-link {
    font-size: 1.6rem;
    height: 4rem;
  }
}
.page-concept__nav-link .down-arrow {
  display: inline-block;
  vertical-align: middle;
  color: #1a1a1a;
  line-height: 1;
  position: relative;
  width: 0.1rem;
  height: 1.2rem;
  position: absolute;
  right: 2.4rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background: currentColor;
}
.page-concept__nav-link .down-arrow::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border: 0.1rem solid currentColor;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  transform-origin: bottom left;
  position: absolute;
  left: 50%;
  bottom: -0.05em;
  box-sizing: border-box;
}
.page-concept__strengths {
  background: #e6eaeb;
  padding: 12rem 0 1px;
}
@media (max-width: 834px) {
  .page-concept__strengths {
    padding: 6.7rem 0 8.5rem;
  }
}
.page-concept__strengths .block {
  max-width: 122rem;
}
@media (max-width: 834px) {
  .page-concept__strengths .block .heading {
    margin-bottom: 4.1rem;
  }
}
.page-concept__strengths .block .heading h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.page-concept__strengths .block .heading span {
  display: block;
  text-align: center;
}
.page-concept__strengths-list {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
.page-concept__strengths-item {
  position: relative;
  border-bottom: 0.1rem solid #aaaaaa;
  display: flex;
  align-items: center;
  padding-bottom: 6.7rem;
}
@media (max-width: 834px) {
  .page-concept__strengths-item {
    flex-direction: column;
    gap: 1.6rem;
  }
}
.page-concept__strengths-item:last-child {
  border-bottom: none;
}
@media (max-width: 834px) {
  .page-concept__strengths-item:last-child {
    border-bottom: 0.1rem solid #aaaaaa;
  }
}
.page-concept__strengths-item:nth-child(1)::after {
  content: "01";
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 27rem;
  z-index: 1;
  font-family: "Outfit", serif;
}
@media (max-width: 834px) {
  .page-concept__strengths-item:nth-child(1)::after {
    font-size: 12rem;
    bottom: -3rem;
  }
}
.page-concept__strengths-item:nth-child(2)::after {
  content: "02";
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 27rem;
  z-index: 1;
  font-family: "Outfit", serif;
}
@media (max-width: 834px) {
  .page-concept__strengths-item:nth-child(2)::after {
    font-size: 12rem;
    bottom: -3rem;
  }
}
.page-concept__strengths-item:nth-child(3)::after {
  content: "03";
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 27rem;
  z-index: 1;
  font-family: "Outfit", serif;
}
@media (max-width: 834px) {
  .page-concept__strengths-item:nth-child(3)::after {
    font-size: 12rem;
    bottom: -3rem;
  }
}
.page-concept__strengths-img {
  width: 50%;
}
@media (max-width: 834px) {
  .page-concept__strengths-img {
    width: 100%;
  }
}
.page-concept__strengths-content {
  position: relative;
  width: 40%;
  padding-left: 5%;
  z-index: 2;
}
@media (max-width: 834px) {
  .page-concept__strengths-content {
    width: 100%;
    padding-left: 0;
  }
}
.page-concept__strengths-ttl {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 2.4rem;
}
@media (max-width: 834px) {
  .page-concept__strengths-ttl {
    font-size: 1.8rem;
    text-align: center;
  }
}
.page-concept__strengths-txt {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
}
@media (max-width: 834px) {
  .page-concept__strengths-txt {
    font-size: 1.4rem;
  }
}
.page-concept__initiative {
  padding: 8rem 0 12rem;
}
@media (max-width: 834px) {
  .page-concept__initiative {
    padding: 6.7rem 0 8.6rem;
  }
}
.page-concept__initiative .block {
  max-width: 142.4rem;
}
@media (max-width: 834px) {
  .page-concept__initiative .block .heading {
    margin-bottom: 2.5rem;
  }
}
.page-concept__initiative .block .heading h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.page-concept__initiative .block .heading span {
  display: block;
  text-align: center;
}
.page-concept__initiative-flex {
  display: flex;
  justify-content: space-between;
  padding: 0 13.7rem;
  margin-bottom: 12rem;
}
@media (max-width: 834px) {
  .page-concept__initiative-flex {
    flex-direction: column;
    margin-bottom: 7.3rem;
    padding: 0;
  }
}
.page-concept__initiative-img {
  width: 47%;
}
@media (max-width: 834px) {
  .page-concept__initiative-img {
    width: 100%;
  }
}
.page-concept__initiative-content {
  width: 52%;
  padding-left: 5%;
  margin-top: 3.3rem;
}
@media (max-width: 834px) {
  .page-concept__initiative-content {
    width: 100%;
    padding-left: 0;
    margin-top: 1.6rem;
  }
}
.page-concept__initiative-ttl {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 2.4rem;
}
@media (max-width: 834px) {
  .page-concept__initiative-ttl {
    font-size: 1.8rem;
    margin-bottom: 1.4rem;
    text-align: center;
  }
}
.page-concept__initiative-txt {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
}
@media (max-width: 834px) {
  .page-concept__initiative-txt {
    font-size: 1.4rem;
  }
}
.page-concept__initiative-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8rem;
}
@media (max-width: 834px) {
  .page-concept__initiative-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 4.6rem;
    padding: 1.7rem 1.8rem 0;
  }
}
.page-concept__initiative-item {
  position: relative;
  padding: 1.4rem 3rem 0;
}
@media (max-width: 834px) {
  .page-concept__initiative-item {
    padding: 2rem 3.1rem 0;
  }
}
.page-concept__initiative-item::before {
  content: "";
  background: #1a1a1a;
  display: block;
  height: 18rem;
  width: 0.2rem;
  position: absolute;
  top: -0.5rem;
  left: 0.5rem;
}
@media (max-width: 834px) {
  .page-concept__initiative-item::before {
    left: 0.8rem;
    height: 14rem;
  }
}
.page-concept__initiative-item::after {
  content: "";
  background: #1a1a1a;
  display: block;
  height: 0.2rem;
  width: 8rem;
  position: absolute;
  top: 0;
  left: 0;
}
.page-concept__initiative-item h3 {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2.4rem;
}
@media (max-width: 834px) {
  .page-concept__initiative-item h3 {
    font-size: 1.8rem;
    margin-bottom: 1.9rem;
  }
}
.page-concept__initiative-item p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
}
@media (max-width: 834px) {
  .page-concept__initiative-item p {
    font-size: 1.4rem;
  }
}
.page-concept__initiative-number {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0.8rem;
  font-family: "Outfit", serif;
}
@media (max-width: 834px) {
  .page-concept__initiative-number {
    font-size: 1.3rem;
    margin-bottom: 1.1rem;
  }
}
.page-concept__spec {
  padding: 15rem 0 18rem;
  background: #e6eaeb;
}
@media (max-width: 834px) {
  .page-concept__spec {
    padding: 6rem 0;
  }
}
.page-concept__spec .block {
  max-width: 107rem;
}
@media (max-width: 834px) {
  .page-concept__spec .block .heading {
    margin-bottom: 4.2rem;
  }
}
.page-concept__spec .block .heading h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.page-concept__spec .block .heading span {
  display: block;
  text-align: center;
}
.page-concept__spec-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media (max-width: 834px) {
  .page-concept__spec-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.4rem;
  }
}
.page-concept__spec-item {
  background: #fff;
  padding: 4rem 2.5rem;
}
@media (max-width: 834px) {
  .page-concept__spec-item {
    padding: 2.1rem 3.3rem;
  }
}
.page-concept__spec-sbttl {
  font-size: 1.8rem;
  text-align: center;
  display: block;
  font-weight: 400;
  line-height: 1.3;
}
.page-concept__spec-ttl {
  font-size: 12rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2.8rem;
  font-family: "Outfit", serif;
}
@media (max-width: 834px) {
  .page-concept__spec-ttl {
    font-size: 9rem;
    margin-bottom: 0;
  }
}
.page-concept__spec-ttl span {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 834px) {
  .page-concept__spec-ttl span {
    font-size: 1.6rem;
  }
}
.page-concept__spec-txt {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
}
@media (max-width: 834px) {
  .page-concept__spec-txt {
    font-size: 1.4rem;
  }
}
.page-concept__contact {
  background: #4d4d4d;
  padding: 8rem 0;
}
@media (max-width: 834px) {
  .page-concept__contact {
    padding: 6.7rem 0 6rem;
  }
}
.page-concept__contact .block {
  max-width: 73.3rem;
}
.page-concept__contact-ttl {
  border-bottom: 0.1rem solid #fff;
  text-decoration: none;
  padding-bottom: 1.6rem;
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
  display: block;
  text-align: center;
}
@media (max-width: 834px) {
  .page-concept__contact-ttl {
    font-size: 2.4rem;
    padding-bottom: 2.2rem;
  }
}
.page-concept__contact-flex {
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
  gap: 0.7rem;
}
@media (max-width: 834px) {
  .page-concept__contact-flex {
    flex-direction: column;
    margin-top: 2.4rem;
    gap: 0.8rem;
  }
}
.page-concept__contact-flex .btn {
  width: 100%;
}
@media (max-width: 834px) {
  .page-concept__contact-flex .btn {
    text-align: center;
  }
}
.page-concept__contact-flex .btn-link {
  width: 100%;
  background: #4d4d4d;
  color: #fff;
  height: 5.3rem;
  border: 0.1rem solid #fff;
}
@media (max-width: 834px) {
  .page-concept__contact-flex .btn-link {
    height: 3.7rem;
    width: 75%;
  }
}
.page-concept__contact-flex .btn-link .arrow {
  color: #fff;
  background: #fff;
}
.page-concept__contact-flex .btn-link .arrow::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border: 0.1rem solid #fff;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page-flow {
  padding: 4rem 0 0;
  background: #e6eaeb;
}
@media (max-width: 834px) {
  .page-flow {
    padding: 4.2rem 0 0;
  }
}
.page-flow .block {
  max-width: 127.5rem;
}
.page-flow .block .heading {
  text-align: center;
  margin-bottom: 8rem;
}
@media (max-width: 834px) {
  .page-flow .block .heading {
    text-align: left;
    margin-bottom: 3rem;
  }
}
.page-flow .block .heading p {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
}
@media (max-width: 834px) {
  .page-flow .block .heading p {
    font-size: 1.4rem;
  }
}
.page-flow__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10.3rem;
}
@media (max-width: 834px) {
  .page-flow__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 4rem;
  }
}
.page-flow__item {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 3rem 0;
  border-top: 0.1rem solid #1a1a1a;
  border-left: 0.1rem solid #1a1a1a;
}
@media (max-width: 834px) {
  .page-flow__item {
    padding: 1.6rem 0;
  }
}
.page-flow__item::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  border: 0.2rem solid #1a1a1a;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 834px) {
  .page-flow__item::before {
    content: none;
  }
}
.page-flow__item::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #1a1a1a;
  line-height: 1;
  position: absolute;
  right: -5rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2.5rem;
  height: 0.2rem;
  background: #1a1a1a;
  -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;
}
@media (max-width: 834px) {
  .page-flow__item::after {
    content: none;
  }
}
.page-flow__item:last-child::before, .page-flow__item:last-child::after {
  content: none;
}
.page-flow__item .line {
  display: block;
  position: absolute;
  left: -0.2rem;
  top: -0.2rem;
  z-index: 10;
  height: 1.6rem;
  width: 1.6rem;
  border-top: 0.1rem solid #e6eaeb;
  border-left: 0.1rem solid #e6eaeb;
  background: #e6eaeb;
}
.page-flow__item .btn {
  text-align: center;
  margin-top: 2.4rem;
}
.page-flow__item .btn-link {
  width: 15.7rem;
  height: 3.4rem;
  font-size: 1.6rem;
  background: #1a1a1a;
  color: #fff;
}
@media (max-width: 834px) {
  .page-flow__item .btn-link {
    font-size: 1.4rem;
  }
}
.page-flow__number {
  font-size: 2.8rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: 400;
  display: block;
  text-align: center;
  font-family: "Outfit", serif;
}
@media (max-width: 834px) {
  .page-flow__number {
    font-size: 2rem;
  }
}
.page-flow__ttl {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 2.4rem;
  flex-grow: 1;
}
@media (max-width: 834px) {
  .page-flow__ttl {
    flex-direction: unset;
    justify-content: center;
    font-size: 1.8rem;
    margin-top: 1.8rem;
  }
}
@media (max-width: 834px) {
  .page-flow__ttl br {
    display: none;
  }
}
.page-flow__ttl span {
  display: block;
  margin: 0.6rem 0;
  writing-mode: sideways-rl;
}
@media (max-width: 834px) {
  .page-flow__ttl span {
    writing-mode: horizontal-tb;
    margin: 0;
  }
}
.page-flow__txt {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
  margin-top: 1.7rem;
  flex-grow: 8;
}
@media (max-width: 834px) {
  .page-flow__txt {
    font-size: 1.4rem;
    margin-top: 1.1rem;
  }
}
.page-flow__step {
  padding: 12.2rem 0 25rem;
  background: #e6eaeb;
}
@media (max-width: 834px) {
  .page-flow__step {
    padding: 7.5rem 0 9.6rem;
  }
}
@media (max-width: 834px) {
  .page-flow__step .inner {
    padding: 0;
  }
}
.page-flow__step .inner .block {
  max-width: 120rem;
}
.page-flow__step-list {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
@media (max-width: 834px) {
  .page-flow__step-list {
    gap: 6rem;
  }
}
.page-flow__step-item {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 834px) {
  .page-flow__step-item {
    gap: 2.4rem;
  }
}
.page-flow__step-item:last-child .page-flow__step-content {
  width: 100%;
  padding: 5rem 4rem;
}
@media (max-width: 834px) {
  .page-flow__step-item:last-child .page-flow__step-content {
    padding: 1.6rem;
  }
}
.page-flow__step-heading {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 2.8rem 0;
}
@media (max-width: 834px) {
  .page-flow__step-heading {
    padding: 1.9rem 0;
  }
}
.page-flow__step-heading span {
  font-size: 1.6rem;
  font-weight: 400;
}
@media (max-width: 834px) {
  .page-flow__step-heading span {
    font-size: 1.3rem;
  }
}
.page-flow__step-heading h2 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 834px) {
  .page-flow__step-heading h2 {
    font-size: 1.8rem;
  }
}
.page-flow__step-direction {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media (max-width: 834px) {
  .page-flow__step-direction {
    padding: 0 1.6rem;
  }
}
.page-flow__step-flex {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 834px) {
  .page-flow__step-flex {
    flex-direction: column;
    gap: 0.8rem;
  }
}
.page-flow__step-img {
  width: 50%;
}
@media (max-width: 834px) {
  .page-flow__step-img {
    width: 100%;
  }
}
.page-flow__step-content {
  width: 50%;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 4rem;
}
@media (max-width: 834px) {
  .page-flow__step-content {
    width: 100%;
    padding: 1.6rem;
  }
}
.page-flow__step-ttl {
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
  padding-bottom: 1.6rem;
  border-bottom: 0.1rem solid #cccccc;
  line-height: 1.2;
}
@media (max-width: 834px) {
  .page-flow__step-ttl {
    font-size: 1.8rem;
    padding-bottom: 1.4rem;
  }
}
.page-flow__step-txt {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 1.6rem;
  font-weight: 400;
  padding: 0 2rem;
}
@media (max-width: 834px) {
  .page-flow__step-txt {
    font-size: 1.4rem;
    padding: 0;
  }
}
.page-flow__step-txt a {
  color: #b86f55;
}
.page-company {
  padding: 18.6rem 0 12rem;
  background: #e6eaeb;
}
@media (max-width: 834px) {
  .page-company {
    padding: 8rem 0;
  }
}
.page-company .block {
  max-width: 120rem;
}
@media (max-width: 834px) {
  .page-company .block .heading {
    text-align: center;
    margin-bottom: 2.4rem;
  }
}
.page-company .block table {
  margin-top: 1.2rem;
  width: 100%;
}
@media (max-width: 834px) {
  .page-company .block table {
    margin-top: 0;
  }
}
.page-company .block table tbody tr {
  display: flex;
  align-items: center;
  border-bottom: 0.1rem solid #cccccc;
  padding: 2.8rem 0;
}
@media (max-width: 834px) {
  .page-company .block table tbody tr {
    padding: 2.2rem 0;
  }
}
.page-company .block table tbody tr th {
  float: left;
  width: 35%;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.3;
}
@media (max-width: 834px) {
  .page-company .block table tbody tr th {
    font-size: 1.4rem;
  }
}
.page-company .block table tbody tr td {
  width: 65%;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .page-company .block table tbody tr td {
    font-size: 1.4rem;
  }
}
.page-company__message {
  background: #e6eaeb;
  padding: 12rem 0 0;
}
@media (max-width: 834px) {
  .page-company__message {
    padding: 4.9rem 0 0;
  }
}
.page-company__message .block {
  max-width: 120rem;
}
@media (max-width: 834px) {
  .page-company__message .block .heading {
    margin-bottom: 4.2rem;
    text-align: center;
  }
}
.page-company__message .block .heading h2 {
  margin-bottom: 1rem;
}
.page-company__message-flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 834px) {
  .page-company__message-flex {
    flex-direction: column;
  }
}
.page-company__message-direction {
  width: 30%;
}
@media (max-width: 834px) {
  .page-company__message-direction {
    width: 100%;
  }
}
.page-company__message-direction .page-company__message-txt {
  display: none;
}
@media (max-width: 834px) {
  .page-company__message-direction .page-company__message-txt {
    display: block;
    margin-top: 1.6rem;
  }
}
.page-company__message-img {
  height: 37.7rem;
}
.page-company__message-img img {
  object-fit: cover;
  height: 100%;
}
.page-company__message-sbttl {
  font-size: 1.4rem;
  display: block;
  margin-top: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
}
@media (max-width: 834px) {
  .page-company__message-sbttl {
    font-size: 1.3rem;
    margin-top: 2.6rem;
  }
}
.page-company__message-ttl {
  font-size: 2rem;
  margin-top: 0.6rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 834px) {
  .page-company__message-ttl {
    font-size: 1.8rem;
    margin-top: 1rem;
  }
}
.page-company__message-content {
  width: 65%;
}
@media (max-width: 834px) {
  .page-company__message-content {
    width: 100%;
  }
}
.page-company__message-txt {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
  display: block;
  margin-bottom: 24px;
}
@media (max-width: 834px) {
  .page-company__message-txt {
    font-size: 1.4rem;
    display: none;
  }
}
.page-company__message-link {
  display: block;
  width: 43rem;
  margin-top: 3.8rem;
}
@media (max-width: 834px) {
  .page-company__message-link {
    width: 100%;
    margin-top: 4.1rem;
  }
}
.page-company__message-link:hover {
  opacity: 0.7;
}
.page-company__works {
  background: #e6eaeb;
  padding: 8rem 0 0;
}
.page-company__works .block {
  max-width: 120rem;
}
@media (max-width: 834px) {
  .page-company__works .block .heading {
    text-align: center;
  }
}
.page-company__works-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media (max-width: 834px) {
  .page-company__works-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem 1.8rem;
  }
}
.page-company__works-link {
  text-decoration: none;
}
.page-company__works-link:hover {
  opacity: 0.7;
}
.page-company__works-img {
  width: 100%;
  height: 40rem;
  overflow: hidden;
}
@media (max-width: 834px) {
  .page-company__works-img {
    height: 20rem;
  }
}
.page-company__works-img img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
}
.page-company__works-content {
  margin-top: 1.2rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 834px) {
  .page-company__works-content {
    margin-top: 1.6rem;
  }
}
.page-company__works-area {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 834px) {
  .page-company__works-area {
    font-size: 1.3rem;
  }
}
.page-company__works-ttl {
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 1.2rem;
}
@media (max-width: 834px) {
  .page-company__works-ttl {
    font-size: 1.6rem;
  }
}
.page-company__works-flex {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 1.3rem;
}
@media (max-width: 834px) {
  .page-company__works-flex {
    margin-top: 1.5rem;
  }
}
.page-company__works-tag {
  font-size: 1.4rem;
  color: #808080;
  font-weight: 400;
}
@media (max-width: 834px) {
  .page-company__works-tag {
    font-size: 1.3rem;
  }
}
.page-faq {
  background: #e6eaeb;
  padding: 0 0 18rem;
}
.page-faq .block {
  max-width: 120rem;
}
.page-faq h3 {
  font-size: 2.4rem;
  padding-bottom: 2.6rem;
  border-bottom: 0.1rem solid #1a1a1a;
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding-top: 5rem;
}
@media (max-width: 834px) {
  .page-faq h3 {
    font-size: 1.8rem;
    padding-bottom: 1.5rem;
  }
}
.page-faq-button {
  padding-top: 5%;
  padding-bottom: 7%;
  background: #e6eaeb;
  text-align: center;
}
.page-faq-button .block {
  max-width: 120rem;
}
.page-faq-button-flex {
  display: grid;
  grid-template-columns: repeat(3, minmax(31rem, 1fr));
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  -moz-column-gap: 2%;
  column-gap: 2%;
  row-gap: 8%;
}
@media (max-width: 834px) {
  .page-faq-button-flex {
    width: 90%;
    row-gap: 5px;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  }
}
.page-faq-button-link {
  text-align: center;
  margin-bottom: 0;
  line-height: 1.2;
  border: #1a1a1a 0.1rem solid;
}
.page-faq-button-link a {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 1.6rem;
  width: 100%;
  padding: 3rem;
  transition: 0.3s;
  font-weight: 500;
  background-color: white;
  text-decoration: none;
}
@media (max-width: 834px) {
  .page-faq-button-link a {
    padding: 1.5rem;
    font-size: 1.4rem;
  }
}
.page-faq-button-link a span {
  text-align: left;
  padding-right: 5%;
}
@media (max-width: 834px) {
  .page-faq-button-link a span {
    text-align: center;
    padding-right: 0;
  }
}
.page-faq-list {
  margin-top: 3rem;
}
.page-faq-item-question {
  padding: 1rem 6.5rem 2rem 8rem;
  position: relative;
  font-size: 1.6rem;
  text-indent: -2.1rem;
  margin-bottom: 0;
  cursor: pointer;
  letter-spacing: 0.1em;
  color: #ffffff;
  line-height: 1.5;
  background-color: #b16044;
}
@media (max-width: 834px) {
  .page-faq-item-question {
    padding: 1.5rem 5rem 2.4rem 6rem;
    font-size: 1.4rem;
  }
}
.page-faq-item-question span {
  margin-right: 2rem;
  font-size: 2.4rem;
  display: inline-block;
  color: #ffffff;
}
@media (max-width: 834px) {
  .page-faq-item-question span {
    font-size: 2.5rem;
  }
}
.page-faq-item-question::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.4rem;
  width: 1.5rem;
  height: 0.2rem;
  background: #ffffff;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .page-faq-item-question::before {
    right: 2rem;
  }
}
.page-faq-item-question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.4rem;
  width: 1.5rem;
  height: 0.2rem;
  background: #ffffff;
  transition: 0.3s;
  transform: rotate(90deg);
}
@media (max-width: 834px) {
  .page-faq-item-question::after {
    right: 2rem;
  }
}
.page-faq-item .is-open::after {
  transform: rotate(0deg);
}
.page-faq-item-answer {
  padding: 2rem 5rem 1.5rem 8rem;
  display: none;
  font-size: 1.6rem;
  text-indent: -2rem;
  line-height: 1.5;
  margin-top: 3remx;
  letter-spacing: 0.1em;
}
@media (max-width: 834px) {
  .page-faq-item-answer {
    padding: 1.5rem 2rem 2.5rem 6rem;
    font-size: 1.4rem;
    margin: 2rem 0;
  }
}
.page-faq-item-answer span {
  margin-right: 2rem;
  font-size: 2.4rem;
  display: inline-block;
}
@media (max-width: 834px) {
  .page-faq-item-answer span {
    font-size: 2.5rem;
  }
}
.page-faq-item + .page-faq-item {
  margin-top: 3.1rem;
}
.page-staff {
  background: #e6eaeb;
  padding: 7rem 0 20rem;
}
@media (max-width: 834px) {
  .page-staff {
    padding: 4.2rem 0 9.6rem;
  }
}
.page-staff .block {
  max-width: 136rem;
}
.page-staff__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 2%;
  column-gap: 2%;
  row-gap: 3%;
}
@media (max-width: 834px) {
  .page-staff__list {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    row-gap: 1%;
  }
}
.page-staff__link {
  text-decoration: none;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.page-staff__link:hover {
  opacity: 0.7;
}
.page-staff__image {
  background-color: #bdbcbc;
  aspect-ratio: 320/320;
}
.page-staff__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-staff__content {
  display: flex;
  justify-content: center;
  align-items: first baseline;
  margin-top: 1rem;
}
.page-staff__name {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media (max-width: 834px) {
  .page-staff__name {
    font-size: 1.8rem;
  }
}
.page-staff__post {
  font-size: 1.6rem;
  margin-left: 0.9rem;
  white-space: nowrap;
}
@media (max-width: 834px) {
  .page-staff__post {
    font-size: 1.2rem;
  }
}
.page-privacy {
  background: #e6eaeb;
  padding: 10rem 0 18rem;
}
.page-privacy .block {
  max-width: 120rem;
}
.page-privacy__detail {
  text-align: center;
}
.page-privacy__box {
  width: 100%;
  margin: 0 auto;
}
.page-privacy__topic {
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
}
@media (max-width: 834px) {
  .page-privacy__topic {
    font-size: 1.8rem;
  }
}
.page-privacy__txt {
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: left;
  margin-top: 1%;
  margin-bottom: 5%;
}
@media (max-width: 834px) {
  .page-privacy__txt {
    font-size: 1.6rem;
    margin-bottom: 6%;
  }
}
.page-contact {
  padding: 20rem 0 5rem;
  background: #e6eaeb;
}
@media (max-width: 834px) {
  .page-contact {
    padding: 7rem 0;
  }
}
.page-contact .block {
  max-width: 120rem;
}
.page-contact .contact-form h3.topic {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  color: #7f3116;
}
@media (max-width: 834px) {
  .page-contact .contact-form h3.topic {
    font-size: 1.8rem;
  }
}
.page-contact .contact-form .contact-step {
  display: flex;
  justify-content: center;
  margin-top: 5.6rem;
  align-items: center;
  width: 100%;
  gap: 0.3rem;
}
@media (max-width: 834px) {
  .page-contact .contact-form .contact-step {
    margin-top: 10%;
    justify-content: space-between;
  }
}
.page-contact .contact-form .contact-step li.color {
  background-color: #b16044;
  color: #fff;
}
.page-contact .contact-form .contact-step li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  padding: 1rem;
  text-align: center;
  width: 35rem;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  position: relative;
  color: #b16044;
  border: 0.1rem solid #b16044;
  background: #fff;
}
@media (max-width: 834px) {
  .page-contact .contact-form .contact-step li {
    font-size: 1.2rem;
    width: 32.5%;
    height: 3.5rem;
  }
}
.page-contact .contact-form .contact-detail {
  margin-top: 5rem;
}
.page-contact .contact-form .contact-detail p {
  font-size: 2.4rem;
  line-height: 1.4;
}
@media (max-width: 834px) {
  .page-contact .contact-form .contact-detail p {
    font-size: 1.4rem;
  }
}
.page-contact .contact-form .text-thanks {
  font-size: 1.6rem;
  text-align: left;
  font-weight: 400;
  width: 100%;
  margin-bottom: 5%;
  line-height: 1.6;
}
.page-contact .contact-form .contact-box {
  width: 100%;
  text-align: center;
  margin: 6rem auto 0;
}
@media (max-width: 834px) {
  .page-contact .contact-form .contact-box {
    margin: 10% auto 0;
  }
}
.page-contact .contact-form .contact-box tbody tr {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 1.8rem;
  border-bottom: none;
  border-collapse: collapse;
  padding-bottom: 0;
  margin: 1% auto 4%;
}
@media (max-width: 834px) {
  .page-contact .contact-form .contact-box tbody tr {
    width: 100%;
    font-size: 1.4rem;
    justify-content: flex-start;
    flex-direction: column;
    padding-bottom: 0;
    gap: 1rem;
    border-bottom: 0.1rem solid #ccc;
    padding-bottom: 2rem;
  }
}
@media (max-width: 834px) {
  .page-contact .contact-form .contact-box tbody tr:first-child {
    border-top: 0.1rem solid #ccc;
    padding-top: 2rem;
  }
}
.page-contact .contact-form .contact-box tbody tr th {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.3rem;
  width: 24%;
  text-align: left;
}
.page-mv__content2 th {
    width: 46% !important;
}
@media (max-width: 834px) {
  .page-contact .contact-form .contact-box tbody tr th {
    justify-content: flex-start;
    width: 100%;
  }
}
.page-contact .contact-form .contact-box tbody tr th span {
  width: 100%;
}
@media (max-width: 834px) {
  .page-contact .contact-form .contact-box tbody tr th span {
    width: auto;
    font-size: 1.6rem;
    margin-right: 2rem;
  }
}
.page-contact .contact-form .contact-box tbody tr th small {
  width: 100%;
  max-width: 4.4rem;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1;
  padding: 0.4rem 0.8rem;
  color: #fff;
  background-color: #da4a19;
  border-radius: 0;
  text-align: center;
  margin-right: 0;
}
@media (max-width: 834px) {
  .page-contact .contact-form .contact-box tbody tr th small {
    width: 100%;
    height: 1.8rem;
    font-size: 1rem;
    margin-right: 0;
    line-height: 1;
  }
}
.page-contact .contact-form .contact-box tbody tr th small.color-grey {
  background-color: #999;
}
.page-contact .contact-form .contact-box tbody tr td {
  width: 100%;
  font-size: 1.6rem;
  margin-right: 0;
  margin-left: 2rem;
}
@media (max-width: 834px) {
  .page-contact .contact-form .contact-box tbody tr td {
    font-size: 1.3rem;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.page-contact .contact-form .contact-box tbody tr td input {
  font-size: 1.6rem;
  padding: 1.5rem;
  width: 100%;
  text-align: left;
  background-color: #f6f6f6;
  border: none;
  border-radius: 0;
}
@media (max-width: 834px) {
  .page-contact .contact-form .contact-box tbody tr td input {
    font-size: 1.4rem;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    width: 100%;
    border: none;
  }
}
.page-contact .contact-form .contact-box tbody tr td input::placeholder {
  color: #ccc;
}
.page-contact .contact-form .contact-box tbody tr td .wpcf7-not-valid-tip {
  text-align: left;
}
.page-contact .contact-form .contact-box tbody tr td.post-number {
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0 3rem 0 0;
  background-color: transparent;
  border: 0.2rem solid transparent;
  text-align: left;
}
@media (max-width: 834px) {
  .page-contact .contact-form .contact-box tbody tr td.post-number {
    width: 100%;
  }
}
.page-contact .contact-form .contact-box tbody tr td.post-number input {
  width: 37%;
  font-size: 1.6rem;
  font-weight: 500;
  color: #555;
  padding: 1.2rem 3rem;
  margin: 0 -3% 0 2%;
  width: 35%;
  background-color: #f6f6f6;
  border: none;
}
@media (max-width: 834px) {
  .page-contact .contact-form .contact-box tbody tr td.post-number input {
    font-size: 1.3rem;
    padding: 0.3rem;
    width: 65%;
    border: none;
  }
}
.page-contact .contact-form .contact-box tbody tr td.contact-text {
  height: 14rem;
}
.page-contact .contact-form .contact-box tbody tr td.contact-text textarea {
  resize: none;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 1.5rem 3rem;
  width: 100%;
  height: 14rem;
  background-color: #f4f4f4;
  border: none;
  border-radius: 0;
  margin: 0 auto;
  text-align: left;
}
@media (max-width: 834px) {
  .page-contact .contact-form .contact-box tbody tr td.contact-text textarea {
    font-size: 1.3rem;
    padding: 1.5rem;
    width: 100%;
  }
}
.page-contact .contact-form .contact-box tbody tr td.contact-text textarea::placeholder {
  color: #ccc;
}
.page-contact .privacy-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  flex-direction: column;
}
.page-contact .privacy-box p.text {
  padding-left: 0;
  width: 100%;
  font-size: 1.6rem;
  text-align: left;
  line-height: 2;
}
@media (max-width: 834px) {
  .page-contact .privacy-box p.text {
    font-size: 1.4rem;
  }
}
.page-contact .privacy-box p.text a {
  text-decoration: underline;
  font-weight: 700;
  color: #b16044;
}
.page-contact .privacy-box .privacy {
  width: 100%;
  margin: 5% auto;
  display: flex;
  justify-content: center;
}
@media (max-width: 834px) {
  .page-contact .privacy-box .privacy {
    margin: 10% auto;
  }
}
.page-contact .privacy-box .privacy span.wpcf7-list-item input[type=checkbox] {
  display: none;
}
.page-contact .privacy-box .privacy .wpcf7-list-item-label {
  font-size: 0;
}
.page-contact .privacy-box .privacy span.wpcf7-list-item label span:before {
  position: absolute;
  content: "";
  display: block;
  top: -9%;
  left: 0;
  width: 3rem;
  height: 3rem;
  margin-left: 1%;
  background-color: #f4f4f4;
  border: none;
}
@media (max-width: 834px) {
  .page-contact .privacy-box .privacy span.wpcf7-list-item label span:before {
    top: 0.3rem;
    left: 0;
    width: 2rem;
    height: 2rem;
  }
}
.page-contact .privacy-box .privacy span.wpcf7-list-item label input[type=checkbox]:checked ~ span:after {
  opacity: 1;
}
.page-contact .privacy-box .privacy span.wpcf7-list-item label span::after {
  position: absolute;
  content: "";
  display: block;
  top: -17%;
  left: 0.8rem;
  margin-top: 0.3rem;
  width: 1.1rem;
  height: 2rem;
  border-right: 0.2rem solid #b16044;
  border-bottom: 0.2rem solid #b16044;
  transform: rotate(45deg);
  opacity: 0;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .page-contact .privacy-box .privacy span.wpcf7-list-item label span::after {
    top: 0.2rem;
    left: 0.7rem;
    width: 0.5rem;
    height: 1rem;
  }
}
.page-contact .privacy-box .privacy .wpcf7-not-valid-tip {
  display: none;
}
.page-contact .privacy-box p.submit-text {
  margin: 0 0 0 2%;
  line-height: 1.5;
  font-size: 1.6rem;
}
@media (max-width: 834px) {
  .page-contact .privacy-box p.submit-text {
    font-size: 1.4rem;
  }
}
.page-contact .conform-box tbody tr td {
  text-align: left;
  font-size: 1.8rem !important;
  font-weight: 700;
}
@media (max-width: 834px) {
  .page-contact .conform-box tbody tr td {
    font-size: 1.6rem !important;
  }
}
.page-contact .conform-box tbody .verticale {
  align-items: baseline !important;
}
.page-contact .conform-box tbody .verticale .contact-text {
  height: auto !important;
}
.page-contact .send-button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  width: 29.8rem;
  font-size: 1.8rem;
  transition: all 0.3s;
  font-weight: 700;
  position: relative;
}
@media (max-width: 834px) {
  .page-contact .send-button {
    flex-direction: column;
  }
}
.page-contact .send-button .wpcf7-submit {
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  background: #b16044;
  border: 0.1rem solid #b16044;
  width: 100%;
  padding: 1.5rem 0;
  margin: 0 1%;
  transition: all 0.3s;
  cursor: pointer;
}
@media (max-width: 834px) {
  .page-contact .send-button .wpcf7-submit {
    font-size: 1.4rem;
    margin: 0;
    padding: 1rem 0;
  }
}
.page-contact .send-button .wpcf7-submit:hover {
  background: #fff;
  color: #b16044;
  border: 1px solid #b16044;
}
.page-contact .send-button .wpcf7-spinner {
  display: none;
}
.page-contact .back-button {
  text-align: center;
}
.page-contact .back-button input {
  border: 1px solid #1a1a1a;
  text-align: center;
  font-size: 1.6rem;
  background: transparent;
  width: 29.8rem;
  padding: 1.5rem 0;
  margin: 0 1% 2%;
  transition: all 0.3s;
  cursor: pointer;
}
@media (max-width: 834px) {
  .page-contact .back-button input {
    font-size: 1.4rem;
    margin: 3rem 0 2rem;
    padding: 1rem 0;
  }
}
.page-contact .back-button input:hover {
  background: #1a1a1a;
  color: #fff;
}
.page-contact .top-button {
  max-width: 24rem;
  margin: 4rem auto 0;
}
.page-contact .top-button .catalog-button {
  position: relative;
  display: inline-block;
  line-height: 1;
  width: 100%;
  text-align: center;
  padding: 1.9rem;
  border: 0.1rem solid #b16044;
  color: #b16044;
  background-color: #fff;
  transition: all 0.3s;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
}
@media (max-width: 834px) {
  .page-contact .top-button .catalog-button {
    font-size: 1.4rem;
  }
}
.page-nav {
  background: #e6eaeb;
  padding-bottom: 18rem;
}
@media (max-width: 834px) {
  .page-nav {
    padding: 0 1.6rem 9.6rem;
  }
}
.page-link {
  background: #fff;
  max-width: 96rem;
  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 #cccccc;
  border-bottom: 0.1rem solid #cccccc;
  border-left: 0.1rem solid #cccccc;
}
.page-link__prev:hover {
  opacity: 0.7;
}
.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.7rem;
    padding: 1.4rem 1.9rem;
  }
}
.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: 1rem;
  }
}
.page-link__prev-arrow {
  display: inline-block;
  vertical-align: middle;
  color: #1a1a1a;
  line-height: 1;
  position: absolute;
  left: 2.4rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1.4rem;
  height: 0.1rem;
  background: #1a1a1a;
  -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;
}
@media (max-width: 834px) {
  .page-link__prev-arrow {
    position: absolute;
    bottom: -10.5rem;
    left: 20px;
    width: auto;
  }
}
.page-link__prev-arrow::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border: 0.14rem solid #1a1a1a;
  border-right: 0;
  border-bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  position: absolute;
  top: 50%;
  left: -0.05em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 834px) {
  .page-link__prev-arrow::after {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.page-link__direction {
  display: flex;
  flex-direction: column;
  justify-content: center;
  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;
}
@media (max-width: 834px) {
  .page-link__ttl {
    display: none;
  }
}
.page-link__txt {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media (max-width: 834px) {
  .page-link__txt {
    font-size: 1.3rem;
  }
}
.page-link__img {
  width: 50%;
}
@media (max-width: 834px) {
  .page-link__img {
    width: 100%;
  }
}
.page-link__back {
  width: 30%;
  border: 0.1rem solid #cccccc;
}
.page-link__back:hover {
  opacity: 0.7;
}
.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 #cccccc;
  border-bottom: 0.1rem solid #cccccc;
  border-right: 0.1rem solid #cccccc;
}
.page-link__next:hover {
  opacity: 0.7;
}
.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.7rem;
    padding: 1.4rem 1.9rem;
  }
}
.page-link__next a .page-link__direction {
  align-items: end;
  padding-right: 10%;
}
@media (max-width: 834px) {
  .page-link__next a .page-link__direction {
    padding-right: 1rem;
  }
}
.page-link__next-arrow {
  display: inline-block;
  vertical-align: middle;
  color: #1a1a1a;
  line-height: 1;
  position: absolute;
  right: 2.4rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1.4rem;
  height: 0.1rem;
  background: #1a1a1a;
  -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;
}
@media (max-width: 834px) {
  .page-link__next-arrow {
    position: absolute;
    bottom: -10.5rem;
    right: 20px;
    width: auto;
  }
}
.page-link__next-arrow::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border: 0.13rem solid #1a1a1a;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 834px) {
  .page-link__next-arrow::before {
    width: 0.5rem;
    height: 0.5rem;
  }
}

.single-event {
  background: #e6eaeb;
  padding: 7.5rem 0 20rem;
}
@media (max-width: 834px) {
    .single-event {
        padding: 0;
    }
}
.single-event .block {
  max-width: 96rem;
}
.single-event__category {
  display: block;
  text-align: left;
  font-size: 1.8rem;
  letter-spacing: 0.09em;
  font-weight: 500;
  margin-bottom: 2.4rem;
  margin: 1.6rem 1.6rem 0;
}
@media (max-width: 834px) {
  .single-event__category {
    font-size: 1.4rem;
    margin-bottom: 1.8rem;
  }
}
.single-event__ttl {
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-align: justify;
  margin-top: 1.6rem;
}
@media (max-width: 834px) {
    .single-event__ttl {
        font-size: 1.8rem;
        margin-top: 1.5rem;
        padding: 0 1.6rem;
    }
}
.single-event__txt {
  margin: 2.4rem 0;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.03em;
}
@media (max-width: 834px) {
    .single-event__txt {
        font-size: 1.2rem;
        margin: 2rem 0;
        padding: 0 1.6rem;
    }
}
.single-event__flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4.1rem;
  gap: 1rem;
}
@media (max-width: 834px) {
  .single-event__flex {
    margin-bottom: 3.3rem;
  }
}
.single-event__date {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.single-event__area {
  font-size: 1.6rem;
  font-weight: 400;
}
.single-event__sbttl {
  font-size: 2rem;
  font-weight: 500;
  border-left: 0.5rem solid #b86f55;
  padding-left: 0.8rem;
}
@media (max-width: 834px) {
    .single-event__sbttl {
        font-size: 1.8rem;
        padding-left: 0.6rem;
        margin: 0 1.6rem;
    }
}
.single-event__containter {
  display: flex;
  flex-direction: column;
  gap: 3.1rem;
  margin-top: 6rem;
}
@media (max-width: 834px) {
  .single-event__containter {
    gap: 2.2rem;
    margin-top: 4.9rem;
  }
}
.single-event__detail {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media (max-width: 834px) {
    .single-event__detail {
        gap: 0.4rem;
        margin-top: 1.5rem;
        padding: 0 1.6rem;
    }
}
.single-event__day, .single-event__time, .single-event__area {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 400;
}
@media (max-width: 834px) {
  .single-event__day, .single-event__time, .single-event__area {
    font-size: 1.3rem;
  }
}
.single-event__txtarea {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 400;
}
@media (max-width: 834px) {
  .single-event__txtarea {
    font-size: 1.6rem;
  }
}
.single-event__tel {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-family: "Outfit", serif;
}
@media (max-width: 834px) {
  .single-event__tel {
    font-size: 1.6rem;
  }
}
.single-event__tel a {
  text-decoration: none;
}
.single-event__reservation {
  margin-top: 6rem;
}
@media (max-width: 834px) {
  .single-event__reservation {
    margin-top: 3.7rem;
  }
}
.single-event__reservation-wrap {
  background: #fff;
  margin-top: 1.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4.7rem 0;
  margin: 1.6rem 1.6rem 0;
}
@media (max-width: 834px) {
    .single-event__reservation-wrap {
        padding: 3.7rem 3.3rem;
    }
}
.single-event__reservation-wrap h4 {
  font-size: 2.4rem;
  font-weight: 400;
}
@media (max-width: 834px) {
  .single-event__reservation-wrap h4 {
    font-size: 1.6rem;
  }
}
.single-event__reservation-wrap span {
  display: block;
  margin: 3rem 0 0;
  font-size: 4.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-family: "Outfit", serif;
}
@media (max-width: 834px) {
  .single-event__reservation-wrap span {
    font-size: 3.6rem;
    margin: 1.9rem 0 0;
  }
}
.single-event__reservation-wrap p {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  margin: 3rem 0 0;
}
@media (max-width: 834px) {
  .single-event__reservation-wrap p {
    font-size: 1.3rem;
  }
}
.single-event__reservation-btn {
  margin-top: 3.4rem;
}
@media (max-width: 834px) {
  .single-event__reservation-btn {
    margin-top: 2.1rem;
    width: 100%;
  }
}
.single-event__reservation-link {
  background: #1a1a1a;
  border-radius: 3rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  text-decoration: none;
  height: 5rem;
  width: 34rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 834px) {
  .single-event__reservation-link {
    width: 100%;
    height: 4rem;
    font-size: 1.6rem;
  }
}
.single-event__reservation-link:hover {
  opacity: 0.7;
}
.single-works {
  background: #e6eaeb;
  padding: 5.4rem 0 12rem;
}
@media (max-width: 834px) {
  .single-works {
    padding: 3rem 0 8.6rem;
  }
}
.single-works .block {
  max-width: 96rem;
}
@media (max-width: 834px) {
  .single-works__mv {
    padding: 0 1.6rem;
  }
}
.single-works__mv h2 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  margin-top: 1.4rem;
}
@media (max-width: 834px) {
  .single-works__mv h2 {
    font-size: 1.8rem;
    margin-top: 0.9rem;
  }
}
.single-works__mv-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 1.3rem;
}
@media (max-width: 834px) {
  .single-works__mv-flex {
    margin-top: 1.5rem;
  }
}
.single-works__mv-tag {
  font-size: 1.6rem;
  font-weight: 400;
}
@media (max-width: 834px) {
  .single-works__mv-tag {
    font-size: 1.3rem;
  }
}
.single-works__mv-area {
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 1.4rem;
  display: block;
  text-align: center;
}
@media (max-width: 834px) {
  .single-works__mv-area {
    font-size: 1.6rem;
    margin-top: 2.4rem;
  }
}
.single-works__mv-list {
  margin-top: 6rem;
}
@media (max-width: 834px) {
  .single-works__mv-list {
    margin-top: 2.4rem;
  }
}
.single-works__mv-txt {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 2.4rem;
}
@media (max-width: 834px) {
  .single-works__mv-txt {
    font-size: 1.4rem;
    margin-top: 1.6rem;
  }
}
.single-works__list {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  padding: 8rem 0 0;
}
@media (max-width: 834px) {
  .single-works__list {
    gap: 5.1rem;
    padding: 5.1rem 0 0;
  }
}
.single-works__item h3 {
  font-size: 2rem;
  font-weight: 400;
  padding-bottom: 1.2rem;
  border-bottom: 0.1rem solid #cccccc;
  margin-bottom: 2.4rem;
}
@media (max-width: 834px) {
  .single-works__item h3 {
    font-size: 1.8rem;
    padding-bottom: 1.1rem;
    margin-bottom: 2.7rem;
  }
}
.single-works__item p {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 2.4rem;
}
@media (max-width: 834px) {
  .single-works__item p {
    font-size: 1.4rem;
    margin-top: 1.6rem;
  }
}
.single-works__flex {
  display: flex;
  align-items: center;
  gap: 3.6rem;
}
@media (max-width: 834px) {
  .single-works__flex {
    gap: 1.6rem;
  }
}
.single-works__img {
  display: block;
  width: 100%;
}
.single-works__tag {
  background: #e6eaeb;
  padding-bottom: 12rem;
}
@media (max-width: 834px) {
  .single-works__tag {
    padding-bottom: 6rem;
  }
}
.single-works__tag .block {
  max-width: 120rem;
}
.single-works__tag-ttl {
  display: inline-block;
  background: #252525;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 500;
  padding: 1.1rem 2.5rem;
  border-radius: 0.8rem 0.8rem 0 0;
}
@media (max-width: 834px) {
  .single-works__tag-ttl {
    font-size: 1.6rem;
    padding: 0.8rem 1.8rem;
  }
}
.single-works__tag-list {
  background: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.6rem;
  padding: 3.6rem 2.4rem;
}
@media (max-width: 834px) {
  .single-works__tag-list {
    padding: 2.8rem 2.4rem;
  }
}
.single-works__tag-link {
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 834px) {
  .single-works__tag-link {
    font-size: 1.4rem;
  }
}
.single-works__tag-link:hover {
  opacity: 0.7;
}
.single-voice {
  background: #e6eaeb;
  padding: 5.4rem 0 12rem;
}
.single-voice .block {
  max-width: 96rem;
}
.single-voice__box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  background-color: #f6f6f6;
}
.single-voice__img {
  width: 60%;
  height: 40rem;
  overflow: hidden;
}
@media (max-width: 834px) {
  .single-voice__img {
    width: 55%;
    height: 13rem;
  }
}
.single-voice__img img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
}
.single-voice__txt {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 23%;
  font-weight: 700;
  margin-left: 5%;
}
@media (max-width: 834px) {
  .single-voice__txt {
    width: 40%;
    margin-top: 3%;
    margin-left: 3%;
  }
}
.single-voice__ttl {
  font-size: 2rem;
  line-height: 1.8;
  text-align: left;
  margin-bottom: 5%;
}
@media (max-width: 834px) {
  .single-voice__ttl {
    font-size: 1.4rem;
  }
}
.single-voice__place {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: left;
}
@media (max-width: 834px) {
  .single-voice__place {
    font-size: 1.2rem;
    font-weight: 500;
  }
}
.single-voice__qa-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 8% auto 0;
}
@media (max-width: 834px) {
  .single-voice__qa-list {
    margin: 10% auto -20%;
  }
}
.single-voice__qa-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  margin: 8% auto;
  max-width: 100%;
  padding: 0;
  text-align: center;
}
@media (max-width: 834px) {
  .single-voice__qa-item {
    margin: 5% auto;
    flex-direction: column;
  }
}
.single-voice__qa-item img {
  width: 50%;
  height: 70rem;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
}
@media (max-width: 834px) {
  .single-voice__qa-item img {
    width: 100%;
    height: 35rem;
  }
}
.single-voice__qa-item.detail.order {
  flex-direction: row-reverse;
}
@media (max-width: 834px) {
  .single-voice__qa-item.detail.order {
    flex-direction: column;
  }
}
.single-voice__qa-item.detail.order .single-voice__qa-txt {
  padding: 1% 6% 1% 1%;
}
@media (max-width: 834px) {
  .single-voice__qa-item.detail.order .single-voice__qa-txt {
    padding: 3% 0;
  }
}
.single-voice__qa-txt {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 50%;
  margin: 0 auto;
  padding: 1% 1% 1% 6%;
}
@media (max-width: 834px) {
  .single-voice__qa-txt {
    width: 100%;
    padding: 3% 0;
  }
}
.single-voice__qa-question {
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 700;
  text-align: left;
  margin-bottom: 3%;
}
@media (max-width: 834px) {
  .single-voice__qa-question {
    margin-top: 5%;
    margin-bottom: 5%;
    font-size: 1.6rem;
  }
}
.single-voice__qa-answer {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
  line-height: 2;
  text-align: left;
  margin-bottom: 8%;
}
@media (max-width: 834px) {
  .single-voice__qa-answer {
    font-size: 1.4rem;
  }
}
.single-voice__qa-answer dt {
  width: 4em;
}
.single-voice__qa-answer dt:nth-of-type(2) {
  margin-top: 3%;
}
.single-voice__qa-answer dd {
  width: calc(100% - 4em);
}
.single-voice__qa-answer dd:nth-of-type(2) {
  margin-top: 3%;
}
.single-blog {
  background: #e6eaeb;
  padding: 5.4rem 0 12rem;
}
.single-blog .block {
  max-width: 96rem;
}
.single-blog .page-blog__sidemenu {
  width: 25%;
}
@media (max-width: 834px) {
  .single-blog .page-blog__sidemenu {
    width: 100%;
  }
}
.single-blog #content {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin: 5% auto 0;
}
@media (max-width: 834px) {
  .single-blog #content {
    width: 100%;
    flex-direction: column;
  }
}
.single-blog #main {
  margin-bottom: 0;
  flex-grow: 3;
  width: 80%;
}
@media (max-width: 834px) {
  .single-blog #main {
    width: 100%;
  }
}
.single-blog__detail {
  margin: 0 15% 0 0;
  text-align: center;
}
@media (max-width: 834px) {
  .single-blog__detail {
    width: 100%;
    margin: 0 auto -10%;
  }
}
.single-blog__box {
  max-width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
}
.single-blog__box h2:not(.single-blog__topic) {
  padding-bottom: 1%;
  border-bottom: 0.2rem solid #333;
  margin-bottom: 1%;
  margin-top: 10%;
  font-size: 2rem;
}
@media (max-width: 834px) {
  .single-blog__box h2:not(.single-blog__topic) {
    font-size: 1.8rem;
  }
}
.single-blog__box h3:not(.single-blog__topic) {
  padding-left: 2%;
  border-left: 0.5rem solid #333;
  margin-bottom: 1%;
  margin-top: 10%;
  font-weight: 700;
  font-size: 1.8rem;
}
.single-blog__box h4:not(.single-blog__topic) {
  font-size: 1.6rem;
  text-align: left;
  margin-top: 10%;
  margin-bottom: 1%;
  padding: 2% 5%;
  color: #fff;
  background-color: #333;
}
@media (max-width: 834px) {
  .single-blog__box h4:not(.single-blog__topic) {
    font-size: 1.5rem;
    padding: 2% 10%;
  }
}
.single-blog__box p:not(.single-blog__date) {
  font-size: 1.6rem;
  text-align: left;
  margin: 5% 0;
  letter-spacing: -0.01em;
  line-height: 2;
}
@media (max-width: 834px) {
  .single-blog__box p:not(.single-blog__date) {
    font-size: 1.4rem;
    margin: 8% auto 5%;
  }
}
.single-blog__txt {
  padding-bottom: 4%;
}
.single-blog__date {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: left;
  margin: 0;
}
@media (max-width: 834px) {
  .single-blog__date {
    font-size: 1.4rem;
    margin: 0 auto 3%;
  }
}
.single-blog__topic {
  font-size: 2rem;
  font-weight: 700;
  padding-right: 10%;
  margin: 1rem 0;
}
@media (max-width: 834px) {
  .single-blog__topic {
    font-size: 1.8rem;
    padding-right: 3%;
  }
}
.single-blog__tag {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: left;
  margin: 1% auto 0;
  text-decoration: none;
}
@media (max-width: 834px) {
  .single-blog__tag {
    font-size: 1.2rem;
  }
}
.single-staff {
  background: #e6eaeb;
  padding: 7.5rem 0 2.5rem;
}
.single-staff .block {
  max-width: 96rem;
}
.single-staff__img {
  width: 100%;
  aspect-ratio: 1020/640;
}
.single-staff__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.single-staff__content {
  display: flex;
  justify-content: center;
  align-items: first baseline;
  background-color: #f5fafa;
  padding-top: 2.2rem;
  padding-bottom: 2.9rem;
}
@media (max-width: 834px) {
  .single-staff__content {
    padding-top: 1.2rem;
    padding-bottom: 1.8rem;
  }
}
.single-staff__topic {
  font-size: 3rem;
  font-weight: 700;
}
@media (max-width: 834px) {
  .single-staff__topic {
    font-size: 1.8rem;
  }
}
.single-staff__post {
  font-weight: 400;
  font-size: 2.4rem;
  margin-left: 1rem;
  margin-bottom: 0;
}
@media (max-width: 834px) {
  .single-staff__post {
    font-size: 1.4rem;
  }
}
.single-staff__profile {
  text-align: left;
  margin-top: 10%;
  font-size: 1.8rem;
}
@media (max-width: 834px) {
  .single-staff__profile {
    font-size: 1.6rem;
  }
}
.single-staff__profile-txt {
  margin-bottom: 6%;
}
.single-staff__list {
  margin-top: 5%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 3.8rem;
  column-gap: 3.8rem;
  margin-bottom: 10%;
}
@media (max-width: 834px) {
  .single-staff__list {
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    row-gap: 2rem;
  }
}
.single-staff__item {
  width: 100%;
  aspect-ratio: 315/315;
}
.single-staff__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.lp-contact__box {
  margin: 3rem 0;
}
.lp-contact__ttl {
  font-size: 2rem;
  font-weight: 500;
  border-left: 0.5rem solid #b86f55;
  padding-left: 0.8rem;
}
@media (max-width: 834px) {
    .lp-contact__ttl {
        font-size: 1.3rem;
        padding-left: 0.6rem;
        margin: 0 1.6rem;
    }
}
.lp-contact__calender {
  margin: 4rem auto 0;
  max-width: 100rem;
}
@media (max-width: 834px) {
  .lp-contact__calender {
    margin-top: 2.5rem;
  }
}
.lp-contact__calender-ttl {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 834px) {
  .lp-contact__calender-ttl {
    font-size: 1.4rem;
  }
}
.lp-contact__calender-ttl + .start_booking_package {
  margin-top: 2rem !important;
}
.lp-contact__calender-txt {
  font-size: 1.3rem;
}
@media (max-width: 834px) {
    .lp-contact__calender-txt {
        font-size: 1.3rem;
        padding: 0 1.6rem 1rem;
    }
}
.lp-contact__form {
  margin: 4rem auto 0;
}
.lp-contact-form {
  max-width: 100rem;
  width: 100%;
}
.lp-contact-form__wrap + .lp-contact-form__wrap {
  border-top: none;
}
.lp-contact-form__label {
  font-size: 1.5rem;
  line-height: 1;
  width: 100%;
  max-width: 30rem;
  background-color: #fff;
  padding: 3.3rem;
  border-right: 1px solid #aaaaaa;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 834px) {
  .lp-contact-form__label {
    font-size: 1.5rem;
    padding: 2rem;
    border-right: none;
    border-bottom: 1px solid #aaaaaa;
    max-width: 100%;
  }
}
.lp-contact-form__label p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.lp-contact-form__label--height {
  height: 15.5rem;
}
@media (max-width: 834px) {
  .lp-contact-form__label--height {
    height: auto;
  }
}
.lp-contact-form__label--address {
  height: 13.8rem;
}
@media (max-width: 834px) {
  .lp-contact-form__label--address {
    height: auto;
  }
}
.lp-contact-form__wrap {
  display: flex;
  align-items: center;
  border: 1px solid #aaaaaa;
}
@media (max-width: 834px) {
  .lp-contact-form__wrap {
    flex-direction: column;
  }
}
.lp-contact-form__label span {
  margin-left: 1.5rem;
  padding: 0.4rem 1rem;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  border-radius: 0.5rem;
  background-color: #d80000;
  height: 2rem;
}
.lp-contact-form__label span.gray {
  background-color: #acacac;
}
.lp-contact-form__input {
  flex-grow: 1;
  padding: 1rem 2.4rem;
  font-size: 2.2rem;
}
@media (max-width: 834px) {
  .lp-contact-form__input {
    padding: 1rem;
  }
}
.lp-contact-form__input p {
  font-size: 1.6rem;
}
.lp-contact-form__input span span.wpcf7-not-valid-tip {
  display: none;
}
.lp-contact-form__input span input {
  padding: 0.9rem 1.8rem;
  width: 100%;
  max-width: 57.8rem;
  font-size: 1.5rem;
  line-height: 1;
  border-radius: 0;
  border: none;
  background-color: #fff;
  border: 0.2rem solid #aaaaaa;
  appearance: none;
  background-image: none;
}
.lp-contact-form__input span.yubinbango input {
  margin-left: 1rem;
  width: 100%;
  max-width: 14.8rem;
  margin-bottom: 0.6rem;
  padding: 0.9rem;
}
.lp-contact-form__input input:focus {
  border: none;
  border-bottom: 0.2rem solid #e0e0e0;
  box-shadow: none;
  outline: none;
}
.lp-contact-form__input input::placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.lp-contact-form__textarea {
  padding: 1rem 2.4rem;
  flex-grow: 1;
}
@media (max-width: 834px) {
  .lp-contact-form__textarea {
    padding: 1rem;
  }
}
.lp-contact-form__textarea p {
  font-size: 1.6rem;
}
.lp-contact-form__textarea textarea {
  padding: 1rem 1.8rem;
  width: 100%;
  max-width: 57.8rem;
  height: 11rem;
  font-size: 1.5rem;
  line-height: 1;
  border-radius: 0;
  border: none;
  background-color: #fff;
  border: 0.2rem solid #aaaaaa;
  appearance: none;
  background-image: none;
  resize: none;
}
.lp-contact-form__textarea textarea:focus {
  border: none;
  border-bottom: 0.2rem solid #e0e0e0;
  box-shadow: none;
  outline: none;
}
.lp-contact-form__textarea textarea::placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.lp-contact-form__privacy {
  margin-top: 4rem;
  text-align: center;
}
@media (max-width: 834px) {
  .lp-contact-form__privacy {
    margin-top: 2.4rem;
  }
}
.lp-contact-form__privacy input {
  display: none;
}
.lp-contact-form__privacy input + span {
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 4rem;
  position: relative;
  font-size: 1.5rem;
}
@media (max-width: 834px) {
  .lp-contact-form__privacy input + span {
    font-size: 1.4rem;
  }
}
.lp-contact-form__privacy input + span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  border: 1px solid #808080;
  display: block;
  width: 2rem;
  height: 2rem;
}
@media (max-width: 834px) {
  .lp-contact-form__privacy input + span::before {
    top: 0;
  }
}
.lp-contact-form__privacy input + span::after {
  content: "";
  margin-top: -0.2rem;
  position: absolute;
  top: 0.6rem;
  left: 0.2rem;
  transform: rotate(-45deg);
  display: block;
  width: 1.5rem;
  height: 0.8rem;
  border-bottom: 0.3rem solid #000;
  border-left: 0.3rem solid #000;
  transition: 0.3s;
  opacity: 0;
}
@media (max-width: 834px) {
  .lp-contact-form__privacy input + span::after {
    top: 0.6rem;
  }
}
.lp-contact-form__privacy input + span a {
  text-decoration: underline;
}
.lp-contact-form__privacy input:checked + span::after {
  opacity: 1;
}
.lp-contact-form__announcement {
  margin-top: 2.4rem;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.lp-contact-form__announcement a {
  text-decoration: underline;
}
.lp-contact-form__submit {
  margin: 3.4rem auto 0;
  position: relative;
  max-width: 32.7rem;
  width: 100%;
  transition: 0.3s;
}
.lp-contact-form__submit input {
  padding: 1.4rem 0;
  width: 100%;
  position: relative;
  z-index: 2;
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1;
  color: #1a1a1a;
  background-color: #fff;
  background-image: none;
  border: 1px solid #272727;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
}
.lp-contact-form__submit input:hover {
  color: #fff;
  background-color: #b86f55;
  border: 1px solid #b86f55;
}
.lp-contact-form__return {
  margin: 0 auto;
  max-width: 32.7rem;
  width: 100%;
  transition: 0.3s;
}
.lp-contact-form__return a {
  padding: 1.4rem 0;
  width: 100%;
  position: relative;
  z-index: 2;
  display: inline-block;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
  background-color: #1a1a1a;
  background-image: none;
  border: 1px solid #1a1a1a;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
}
.lp-contact-form__return a:hover {
  color: #fff;
  background-color: #b86f55;
  border: 1px solid #b86f55;
}
.lp-contact-form__caption {
  font-size: 1.5rem;
  line-height: 1.7;
  margin-top: 1.8rem;
}
@media (max-width: 834px) {
  .lp-contact-form__caption {
    font-size: 1.3rem;
  }
}
.lp-contact-form__caption li {
  list-style: disc;
  margin-left: 4rem;
}
@media (max-width: 834px) {
  .lp-contact-form__caption li {
    margin-left: 3rem;
  }
}
.lp-contact #booking-package_inputFormPanel input {
  appearance: auto;
}
.lp-contact #booking-package_pay_locally,
.lp-contact #nextAndReturnPanel {
  text-align: center;
}

.page-mv.concept {
  /*background: url("../img/concept-mv.jpg") no-repeat;*/
  background-size: cover;
  background-position: center;
}

.page-mv.event {
  /*background: url("../img/event-mv.jpg") no-repeat;*/
  background-size: cover;
  background-position: center;
}

.page-mv.company {
  /*background: url("../img/company-mv.jpg") no-repeat;*/
  background-size: cover;
  background-position: center;
}

.page-mv.contact {
  position: relative;
  /*background: url("../img/contact-bg.jpg") no-repeat;*/
  background-size: cover;
  background-position: center;
  background: #e6eaeb;
  padding: 10rem 0 0;
}

.page-mv.contact2 {
  position: relative;
  /*background: url("../img/contact-bg.jpg") no-repeat;*/
  background-size: cover;
  background-position: center;
  background: #e6eaeb;
  padding: 10rem 0;
}
@media (max-width: 834px) {
  .page-mv.contact {
    padding: 9.5rem 0 14rem;
  }
  .page-mv.contact2 {
    padding: 9.5rem 0 14rem;
  }
}
.page-mv.contact::before {
  position: absolute;
  content: "CATALOG";
  font-size: 15rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.25em;
  color: #f4f4f4;
  bottom: 19.8rem;
  right: 5.2rem;
  margin-right: -0.25em;
  font-family: "Shippori Mincho", serif;
}
.page-mv.contact2::before {
  position: absolute;
  content: "CATALOG";
  font-size: 15rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.25em;
  color: #f4f4f4;
  bottom: 19.8rem;
  right: 5.2rem;
  margin-right: -0.25em;
  font-family: "Shippori Mincho", serif;
}
@media (max-width: 834px) {
  .page-mv.contact::before {
    font-size: 7rem;
    right: 0;
    left: 0;
    letter-spacing: 0.01em;
    bottom: 8rem;
    margin: auto;
    text-align: center;
  }
  .page-mv.contact2::before {
    font-size: 7rem;
    right: 0;
    left: 0;
    letter-spacing: 0.01em;
    bottom: 8rem;
    margin: auto;
    text-align: center;
  }
}

#strengths,
#initiative,
#spec,
#flow01,
#flow02,
#flow03,
#flow04 {
  padding-top: 14.7rem;
  margin-top: -14.7rem;
}
.btn-link{position:relative;border:.1rem solid #1a1a1a;width:32.4rem;height:5rem;font-size:1.7rem;line-height:1.4;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;background:#fff}

.wpcf7-turnstile.cf-turnstile {
    text-align: center;
}

section.page-company img {
    max-width: 75%;
    margin: 24px auto;
}

.company-sdgs {
    max-width: 120rem;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.company-main p.text {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 4rem auto 12rem;
	overflow-wrap: anywhere;
}

.page-company__sdgs {
    background: #e6eaeb;
    padding: 12rem 0;
}

@media (max-width: 450px) {
section.page-company img {
    max-width: 100%;
}
}