body:not(.is-form) .grecaptcha-badge {
  visibility: hidden;
}

.top-mv {
  height: 100vh;
  position: relative;
  z-index: 3;
}
@media (max-width: 833px) {
  .top-mv {
    min-height: 55rem;
  }
}
.top-mv__list {
  height: 100%;
  overflow: hidden;
}
.top-mv__list .slick-list,
.top-mv__list .slick-track,
.top-mv__list .slick-slide,
.top-mv__list div {
  height: 100%;
}
.top-mv__item {
  position: relative;
}
.top-mv__link img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.top-mv__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-mv__content h1 {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 500;
  writing-mode: vertical-rl;
  line-height: 1.8;
}
@media (max-width: 833px) {
  .top-mv__content h1 {
    font-size: 3.1rem;
  }
}
.top-mv__scroll {
  position: absolute;
  bottom: -4rem;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
@media (max-width: 833px) {
  .top-mv__scroll {
    bottom: -6rem;
  }
}
.top-mv__scroll span {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.top-mv__scroll .line {
  background: #0b0603;
  width: 0.1rem;
  height: 8rem;
  margin: 1.2rem auto 0;
  position: relative;
}
@media (max-width: 833px) {
  .top-mv__scroll .line {
    height: 12rem;
  }
}
.top-mv__scroll .line::after {
  content: "";
  position: absolute;
  background: #fff;
  display: block;
  width: 0.1rem;
  height: 4rem;
  top: 0;
}
@media (max-width: 833px) {
  .top-mv__scroll .line::after {
    height: 6rem;
  }
}
.top-mv__social {
  position: absolute;
  left: 5.2rem;
  bottom: 5.2rem;
  display: flex;
  align-items: center;
  gap: 2.2rem;
  z-index: 2;
}
@media (max-width: 833px) {
  .top-mv__social {
    display: none;
  }
}
.top-mv__social-link:nth-child(1) {
  width: 3rem;
}
.top-mv__social-link:nth-child(2) {
  width: 1.5rem;
}
.top-mv .header-btn {
  display: none;
}
@media (max-width: 833px) {
  .top-mv .header-btn {
    display: block;
    position: absolute;
    bottom: 3.6rem;
    left: 2.7rem;
  }
}
.top-mv .header-btn__link {
  writing-mode: vertical-rl;
  width: 5.1rem;
  height: 18.5rem;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
}
.top-mv .header-btn__link .shop-icon {
  width: 1.9rem;
}
.top-about {
  padding: 17rem 0 0;
}
@media (max-width: 833px) {
  .top-about {
    padding: 11.3rem 0 0;
  }
}
.top-about__head .block {
  max-width: 59.3rem;
}
@media (max-width: 833px) {
  .top-about__head .block {
    max-width: 100%;
  }
}
.top-about__head .block .heading {
  display: flex;
  justify-content: space-between;
  gap: 10rem;
}
@media (max-width: 833px) {
  .top-about__head .block .heading {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}
.top-about__head .block .heading h2 {
  writing-mode: vertical-rl;
  font-size: 3.8rem;
  line-height: 1.1;
}
@media (max-width: 833px) {
  .top-about__head .block .heading h2 {
    font-size: 3.6rem;
    text-align: left;
  }
}
.top-about__head .block .heading p {
  margin-top: 0px;
  font-size: 1.7rem;
  line-height: 1.8;
  text-align: left;
}
@media (max-width: 833px) {
  .top-about__head .block .heading p {
    margin-top: 15px;
    font-size: 1.6rem;
    text-align: center;
  }
}
.top-about__foot {
  padding-top: 22.6rem;
  height: 90.6rem;
}
@media (max-width: 833px) {
  .top-about__foot {
    padding: 9rem 0 0;
    height: 142.2rem;
  }
}
.top-about__list {
  display: flex;
  position: relative;
}
@media (max-width: 833px) {
  .top-about__list {
    flex-direction: column;
  }
}
.top-about__item {
  width: 25%;
  height: auto;
  position: absolute;
}
@media (max-width: 833px) {
  .top-about__item {
    width: 66%;
  }
}
.top-about__item:nth-child(1) {
  z-index: 1;
}
@media (max-width: 833px) {
  .top-about__item:nth-child(1) {
    top: 0;
    left: 0;
  }
}
.top-about__item:nth-child(2) {
  top: 25.6rem;
  left: 35rem;
}
@media (max-width: 833px) {
  .top-about__item:nth-child(2) {
    top: 28.7rem;
    left: initial;
    right: 3.5rem;
  }
}
.top-about__item:nth-child(3) {
  z-index: 1;
  top: 6.8rem;
  right: 31rem;
}
@media (max-width: 833px) {
  .top-about__item:nth-child(3) {
    top: 70.1rem;
    right: initial;
    left: 3.7rem;
  }
}
.top-about__item:nth-child(4) {
  top: 31rem;
  right: 0;
  z-index: 1;
}
@media (max-width: 833px) {
  .top-about__item:nth-child(4) {
    top: 99.2rem;
  }
}
.top-about__item:hover .top-about__bg img {
  transform: rotate(0.001deg) scale3d(1.1, 1.1, 1.1);
}
.top-about__link {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}
.top-about__bg {
  position: absolute;
  width: 100%;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
}
.top-about__bg img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.top-about__content {
  position: absolute;
  top: 4.3rem;
  right: 3.1rem;
  display: flex;
  gap: 1rem;
}
@media (max-width: 833px) {
  .top-about__content {
    top: 1.8rem;
    right: 1.8rem;
    gap: 0.7rem;
  }
}
.top-about__ttl {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 3.3rem;
  line-height: 1.1;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 833px) {
  .top-about__ttl {
    font-size: 1.9rem;
  }
}
.top-about__sbttl {
  writing-mode: vertical-rl;
  font-size: 1.6rem;
  line-height: 1.1;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #fff;
  opacity: 0.6;
}
@media (max-width: 833px) {
  .top-about__sbttl {
    font-size: 0.9rem;
  }
}
.top-column {
  padding: 22.1rem 0 0;
}
@media (max-width: 833px) {
  .top-column {
    padding: 11.3rem 0 0;
  }
}
@media (max-width: 833px) {
  .top-column .inner {
    padding: 0 4.5rem;
  }
}
.top-column .link {
  margin-top: 7.5rem;
}
@media (max-width: 833px) {
  .top-column .link {
    margin-top: 4.3rem;
  }
}
.top-column__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  margin-top: 4.2rem;
}
@media (max-width: 833px) {
  .top-column__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 3.9rem;
    margin-top: 4rem;
  }
}
.top-column__item:hover .top-column__img img {
  transform: rotate(0.001deg) scale3d(1.1, 1.1, 1.1);
}
.top-column__link {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  text-decoration: none;
}
.top-column__img {
  width: 100%;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
}
.top-column__img img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.top-column__content {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}
.top-column__flex {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}
.top-column__day {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.top-column__category {
  background: #a0793d;
  font-size: 1.4rem;
  color: #fff;
  padding: 0.5rem 2.2rem;
  font-weight: 500;
}
@media (max-width: 833px) {
  .top-column__category {
    font-size: 1.3rem;
  }
}
.top-column__ttl {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
}
.top-theme {
  padding: 10.2rem 0 0;
}
@media (max-width: 833px) {
  .top-theme {
    padding: 11rem 0 0;
  }
}
@media (max-width: 833px) {
  .top-theme .inner {
    padding: 0 4.5rem;
  }
}
.top-theme__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  margin-top: 4.6rem;
}
@media (max-width: 833px) {
  .top-theme__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.9rem;
    margin-top: 2.9rem;
  }
}
.top-theme__item:hover .top-theme__bg img {
  transform: rotate(0.001deg) scale3d(1.1, 1.1, 1.1);
}
.top-theme__link {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  text-decoration: none;
  position: relative;
}
.top-theme__bg {
  width: 100%;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
}
.top-theme__bg img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.top-theme h3 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-table;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 833px) {
  .top-theme h3 {
    font-size: 2.4rem;
  }
}
.top-theme h3 span {
  display: block;
  font-size: 1.6rem;
}
@media (max-width: 833px) {
  .top-theme h3 span {
    font-size: 1rem;
  }
}
.top-shop {
  padding: 24.1rem 0 0;
}
@media (max-width: 833px) {
  .top-shop {
    padding: 11.5rem 0 0;
  }
}
.top-shop .block {
  max-width: 151rem;
}
@media (max-width: 833px) {
  .top-shop .block {
    max-width: 100%;
  }
}
.top-shop__list {
  display: flex;
  flex-direction: column;
  gap: 14.4rem;
}
@media (max-width: 833px) {
  .top-shop__list {
    gap: 10.5rem;
  }
}
.top-shop__item:nth-child(1) .block {
  margin-left: initial;
}
.top-shop__item:nth-child(2) .block {
  margin-right: initial;
}
@media (max-width: 833px) {
  .top-shop__item:nth-child(2) .top-shop__flex {
    flex-direction: column-reverse;
  }
}
.top-shop__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 833px) {
  .top-shop__flex {
    flex-direction: column;
    gap: 4.2rem;
  }
}
.top-shop__img {
  width: 73%;
}
@media (max-width: 833px) {
  .top-shop__img {
    width: 100%;
  }
}
.top-shop__content {
  width: 22%;
}
@media (max-width: 833px) {
  .top-shop__content {
    width: 100%;
    padding: 0 4.5rem;
  }
}
.top-shop__content .link {
  margin-top: 3rem;
  justify-content: left;
}
@media (max-width: 833px) {
  .top-shop__content .link {
    margin-top: 3.8rem;
    justify-content: center;
  }
}
@media (max-width: 833px) {
  .top-shop__content .heading p {
    text-align: left;
  }
}
.top-news {
  padding: 27.5rem 0 0;
}
@media (max-width: 833px) {
  .top-news {
    padding: 14.8rem 0 0;
  }
}
@media (max-width: 833px) {
  .top-news .inner {
    padding: 0 3.1rem;
  }
}
.top-news .inner .heading {
  display: none;
}
@media (max-width: 833px) {
  .top-news .inner .heading {
    display: block;
    margin-top: 3.8rem;
  }
}
.top-news__flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 833px) {
  .top-news__flex {
    flex-direction: column;
    gap: 3.5rem;
  }
}
.top-news__flex .heading {
  display: block !important;
  width: 15%;
}
@media (max-width: 833px) {
  .top-news__flex .heading {
    width: 100%;
  }
}
.top-news__flex .heading a {
  margin-top: 3.1rem;
}
@media (max-width: 833px) {
  .top-news__flex .heading a {
    display: none;
  }
}
.top-news__list {
  width: 78%;
  border-top: 0.1rem solid #606060;
}
@media (max-width: 833px) {
  .top-news__list {
    width: 100%;
  }
}
.top-news__item {
  border-bottom: 0.1rem solid #606060;
}
.top-news__link {
  padding: 2.3rem 0;
  display: flex;
  align-items: center;
  gap: 2.3rem;
  text-decoration: none;
}
@media (max-width: 833px) {
  .top-news__link {
    flex-direction: column;
    align-items: baseline;
    gap: 1rem;
    padding: 1.4rem 0;
  }
}
.top-news__day {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 833px) {
  .top-news__day {
    font-size: 1.3rem;
  }
}
.top-news__txt {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  font-weight: 500;
  line-height: 1.5;
}
.top-social {
  padding: 12.4rem 0 20rem;
}
@media (max-width: 833px) {
  .top-social {
    padding: 10.5rem 0;
  }
}
.top-social .heading {
  text-align: center;
}
.top-social__wrap {
  margin-top: 4.3rem;
}

.page {
  position: relative;
}
.page-mv {
  position: relative;
  padding-top: 24rem;
}
@media (max-width: 833px) {
  .page-mv {
    padding-top: 17.4rem;
  }
}
.page-mv::before {
  content: "";
  position: absolute;
  right: 0;
  top: 12rem;
  width: 114rem;
  height: 43.4rem;
  background: url(../img/common/bg_head.svg) no-repeat top right/contain;
}
@media (max-width: 833px) {
  .page-mv::before {
    top: 10.9rem;
    width: 43rem;
    height: 25rem;
    background-image: url(../img/common/sp/bg_head_sp.svg);
  }
}
.page-mv__content {
  max-width: 110rem;
  margin: 0 auto;
}
@media (max-width: 833px) {
  .page-mv__content {
    text-align: center;
  }
}
.page-mv__content h1 {
  font-size: 5.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 833px) {
  .page-mv__content h1 {
    font-size: 3.6rem;
  }
}
.page-mv__content span {
  display: block;
  margin-top: 1.5rem;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.page-mv__image {
  max-width: 110rem;
  margin: 8rem auto 0;
}
.page-mv__image img {
  width: 100%;
}
.page-about__head {
  padding: 14rem 0 16rem;
}
@media (max-width: 833px) {
  .page-about__head {
    padding: 8rem 0 10rem;
  }
}
.page-about__ttl {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media (max-width: 833px) {
  .page-about__ttl {
    font-size: 1.6rem;
    line-height: 1.9;
  }
}
.page-about__list {
  display: flex;
  flex-direction: column;
  gap: 10.7rem;
}
@media (max-width: 833px) {
  .page-about__list {
    gap: 8rem;
  }
}
.page-about__list .block {
  max-width: 151rem;
  margin: 0;
}
.page-about__item:nth-child(2) .block {
  margin-left: auto;
}
@media (max-width: 833px) {
  .page-about__item:nth-child(2) .block {
    margin: 0;
  }
}
.page-about__item:nth-child(2) .page-about__flex {
  flex-direction: row-reverse;
}
@media (max-width: 833px) {
  .page-about__item:nth-child(2) .page-about__flex {
    flex-direction: column;
  }
}
.page-about__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 833px) {
  .page-about__flex {
    flex-direction: column;
    gap: 3.8rem;
  }
}
.page-about__img {
  width: 66%;
}
@media (max-width: 833px) {
  .page-about__img {
    width: 100%;
  }
}
.page-about__content {
  width: 28%;
}
@media (max-width: 833px) {
  .page-about__content {
    width: 100%;
    padding: 0 4.5rem;
  }
}
.page-about__sbttl {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media (max-width: 833px) {
  .page-about__sbttl {
    font-size: 2.4rem;
    margin-bottom: 2.1rem;
  }
}
.page-about__txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
.page-about__link {
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 4.8rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 833px) {
  .page-about__link {
    margin-top: 3.8rem;
  }
}
.page-about__link .arrow {
  height: 0.7rem;
  width: 7rem;
}
.page-about__sbtxt {
  margin-top: 3.4rem;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.8;
}
@media (max-width: 833px) {
  .page-about__sbtxt {
    margin-top: 3.8rem;
    font-size: 1.6rem;
  }
}
.page-about__foot {
  padding: 14.8rem 0 0;
}
@media (max-width: 833px) {
  .page-about__foot {
    padding: 11rem 0 0;
  }
}
@media (max-width: 833px) {
  .page-about__foot .page-about__flex {
    gap: 3rem;
  }
}
.page-about__banner {
  width: 48%;
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
}
@media (max-width: 833px) {
  .page-about__banner {
    width: 100%;
  }
}
.page-about__banner:hover img {
  transform: rotate(0.001deg) scale3d(1.1, 1.1, 1.1);
}
.page-about__banner span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.2rem;
  font-weight: 500;
  color: #fff;
  z-index: 100;
}
.page-about__banner img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.page-kodawari {
  padding: 14rem 0 3.9rem;
}
@media (max-width: 833px) {
  .page-kodawari {
    padding: 8rem 0 0;
  }
}
.page-kodawari__read {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.page-kodawari__ttl {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.6;
}
@media (max-width: 833px) {
  .page-kodawari__ttl {
    font-size: 2rem;
  }
}
.page-kodawari__nav-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media (max-width: 833px) {
  .page-kodawari__nav-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}
.page-kodawari__nav-link {
  position: relative;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: 100%;
  height: 7rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  border: 0.1rem solid #333333;
}
@media (max-width: 833px) {
  .page-kodawari__nav-link {
    font-size: 1.7rem;
    gap: 0.7rem;
  }
}
.page-kodawari__nav-link span {
  font-size: 1.4rem;
}
.page-kodawari__nav-link .arrow {
  display: inline-block;
  vertical-align: middle;
  color: #707070;
  line-height: 1;
  width: 0.8rem;
  height: 0.8rem;
  border: 0.2rem solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-left: 0.6rem;
  position: absolute;
  right: 1.8rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.page-kodawari__point {
  padding: 10rem 0 0;
}
@media (max-width: 833px) {
  .page-kodawari__point {
    padding: 5rem 0 0;
    gap: 6.8rem;
  }
}
.page-kodawari__content {
  margin-bottom: 6.2rem;
}
.page-kodawari__content:last-child {
  margin-bottom: 0;
}
.page-kodawari__caption {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 500;
}
@media (max-width: 833px) {
  .page-kodawari__caption {
    margin-bottom: 0;
  }
}
.page-kodawari__number {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  margin-bottom: 2.5rem;
}
.page-kodawari__sbttl {
  font-size: 2.8rem;
  letter-spacing: 0.01em;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media (max-width: 833px) {
  .page-kodawari__sbttl {
    font-size: 2.4rem;
  }
}
.page-kodawari__txt {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 500;
}
.page-kodawari__txt span {
  display: block;
  margin: 6.2rem 0 2rem;
  font-size: 2rem;
  line-height: 1.5;
}
@media (max-width: 833px) {
  .page-kodawari__txt span {
    margin: 4rem 0 1.5rem;
  }
}
.page-kodawari__img {
  margin-top: 4.8rem;
}
@media (max-width: 833px) {
  .page-kodawari__img {
    margin-top: 3rem;
  }
}
.page-kodawari__img + .page-kodawari__txt {
  margin-top: 6.2rem;
}
@media (max-width: 833px) {
  .page-kodawari__img + .page-kodawari__txt {
    margin-top: 5rem;
  }
}
.page-kodawari__heading {
  display: block;
  margin-top: 6.2rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
}
@media (max-width: 833px) {
  .page-kodawari__heading {
    margin-top: 5rem;
  }
}
.page-kodawari__list {
  display: flex;
  flex-direction: column;
  gap: 4.4rem;
  margin-top: 4rem;
}
@media (max-width: 833px) {
  .page-kodawari__list {
    margin-top: 3rem;
    gap: 4rem;
  }
}
.page-kodawari__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 833px) {
  .page-kodawari__item {
    flex-direction: column-reverse;
    gap: 3rem;
  }
}
.page-kodawari__left {
  width: 49%;
}
@media (max-width: 833px) {
  .page-kodawari__left {
    width: 100%;
  }
}
.page-kodawari__right {
  width: 41%;
}
@media (max-width: 833px) {
  .page-kodawari__right {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
}
.page-kodawari__no {
  display: block;
  margin-bottom: 2rem;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
@media (max-width: 833px) {
  .page-kodawari__no {
    margin-bottom: 0;
  }
}
.page-kodawari__sbtxt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
.page-kodawari #kodawari-1,
.page-kodawari #kodawari-2,
.page-kodawari #kodawari-3 {
  padding-top: 12rem;
  margin-top: -12rem;
}
.page-sankyu {
  padding: 14rem 0 4.2rem;
}
@media (max-width: 833px) {
  .page-sankyu {
    padding: 8rem 0 0;
  }
}
.page-sankyu__read {
  margin-bottom: 16.3rem;
  text-align: center;
}
@media (max-width: 833px) {
  .page-sankyu__read {
    margin-bottom: 10rem;
  }
}
.page-sankyu__ttl {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.01em;
}
@media (max-width: 833px) {
  .page-sankyu__ttl {
    font-size: 2rem;
  }
}
.page-sankyu__wrap {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}
@media (max-width: 833px) {
  .page-sankyu__wrap {
    gap: 6.8rem;
  }
}
.page-sankyu__sbttl {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media (max-width: 833px) {
  .page-sankyu__sbttl {
    font-size: 2.4rem;
  }
}
.page-sankyu__txt {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 500;
}
.page-sankyu__img {
  margin-top: 4.8rem;
}
@media (max-width: 833px) {
  .page-sankyu__img {
    margin-top: 3rem;
  }
}
.page-anniversary {
  padding: 14rem 0 10.5rem;
}
@media (max-width: 833px) {
  .page-anniversary {
    padding: 8rem 0 0;
  }
}
.page-anniversary__wrap {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}
@media (max-width: 833px) {
  .page-anniversary__wrap {
    gap: 6.8rem;
  }
}
.page-anniversary__ttl {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
  margin-bottom: 4rem;
}
@media (max-width: 833px) {
  .page-anniversary__ttl {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
.page-anniversary__img {
  margin-bottom: 3.4rem;
}
@media (max-width: 833px) {
  .page-anniversary__img {
    margin-bottom: 3rem;
  }
}
.page-anniversary__txt {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 500;
}
.page-anniversary__txt + .page-anniversary__img {
  margin-top: 4.8rem;
}
@media (max-width: 833px) {
  .page-anniversary__txt + .page-anniversary__img {
    margin-top: 5rem;
  }
}
.page-anniversary__sbttl {
  display: block;
  padding-top: 2.8rem;
  margin-bottom: 3rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 833px) {
  .page-anniversary__sbttl {
    padding-top: 1rem;
    margin-bottom: 1.5rem;
  }
}
.page-anniversary__txt + .page-anniversary__sbttl {
  padding-top: 6.2rem;
}
@media (max-width: 833px) {
  .page-anniversary__txt + .page-anniversary__sbttl {
    padding-top: 4rem;
  }
}
.page-anniversary__link {
  margin-top: 10rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  font-size: 1.8rem;
  font-weight: 700;
}
@media (max-width: 833px) {
  .page-anniversary__link {
    font-size: 1.7rem;
  }
}
.page-anniversary__link .arrow {
  height: 0.7rem;
  width: 7rem;
}
.page-200anniversary {
  padding: 14rem 0 4.2rem;
}
@media (max-width: 833px) {
  .page-200anniversary {
    padding: 8rem 0 0;
  }
}
@media (max-width: 833px) {
  .page-200anniversary .inner {
    padding: 0 4.5rem;
  }
}
.page-200anniversary__wrap {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}
@media (max-width: 833px) {
  .page-200anniversary__wrap {
    gap: 8rem;
  }
}
.page-200anniversary__wrap table {
  width: 100%;
  border-top: 0.1rem solid #606060;
  margin: 3rem 0 2rem;
}
@media (max-width: 833px) {
  .page-200anniversary__wrap table {
    margin: 2rem 0;
  }
}
.page-200anniversary__wrap table tbody tr {
  display: flex;
  padding: 2.3rem 0;
  border-bottom: 0.1rem solid #606060;
}
@media (max-width: 833px) {
  .page-200anniversary__wrap table tbody tr {
    flex-direction: column;
    gap: 0.8rem;
    padding: 2.4rem 0;
  }
}
.page-200anniversary__wrap table tbody tr th {
  width: 22%;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
@media (max-width: 833px) {
  .page-200anniversary__wrap table tbody tr th {
    width: 100%;
  }
}
.page-200anniversary__wrap table tbody tr td {
  width: 78%;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
@media (max-width: 833px) {
  .page-200anniversary__wrap table tbody tr td {
    width: 100%;
  }
}
.page-200anniversary__container ol {
  margin: 3.6rem 0;
  counter-reset: list-counter;
}
.page-200anniversary__container ol li {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  position: relative;
  padding-left: 2rem;
}
.page-200anniversary__container ol li::before {
  content: counter(list-counter) ". ";
  counter-increment: list-counter;
  position: absolute;
  left: 0;
}
.page-200anniversary__ttl {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
  margin-bottom: 4rem;
}
@media (max-width: 833px) {
  .page-200anniversary__ttl {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
}
.page-200anniversary__txt {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 500;
}
.page-200anniversary__sbttl {
  display: block;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 833px) {
  .page-200anniversary__sbttl {
    margin-bottom: 1.5rem;
  }
}
.page-makurazaki {
  padding: 14.1rem 0 4.2rem;
}
@media (max-width: 833px) {
  .page-makurazaki {
    padding: 8rem 0 0;
  }
}
.page-makurazaki__wrap {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}
@media (max-width: 833px) {
  .page-makurazaki__wrap {
    gap: 6.8rem;
  }
}
.page-makurazaki__ttl {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.5;
  margin-bottom: 4rem;
}
@media (max-width: 833px) {
  .page-makurazaki__ttl {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
.page-makurazaki__sbttl {
  display: block;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 2rem;
}
@media (max-width: 833px) {
  .page-makurazaki__sbttl {
    margin-bottom: 1.5rem;
  }
}
.page-makurazaki__txt {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 500;
}
.page-makurazaki__img {
  margin-top: 4.7rem;
}
@media (max-width: 833px) {
  .page-makurazaki__img {
    margin-top: 2.9rem;
  }
}
.page-makurazaki__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
}
@media (max-width: 833px) {
  .page-makurazaki__flex {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
.page-makurazaki__flex .page-makurazaki__img {
  width: 49%;
  margin-top: 0;
}
@media (max-width: 833px) {
  .page-makurazaki__flex .page-makurazaki__img {
    width: 100%;
  }
}
.page-makurazaki__flex:last-child {
  margin-bottom: 0;
}
.page-makurazaki__content {
  width: 41%;
}
@media (max-width: 833px) {
  .page-makurazaki__content {
    width: 100%;
  }
}
.page-news {
  padding: 14rem 0 8rem;
}
@media (max-width: 833px) {
  .page-news {
    padding: 8rem 0 6rem;
  }
}
.page-news__wrap {
  margin-top: 9rem;
}
@media (max-width: 833px) {
  .page-news__wrap {
    margin-top: 5.9rem;
  }
}
.page-news__list {
  border-top: 0.1rem solid #606060;
}
.page-news__item {
  border-bottom: 0.1rem solid #606060;
}
.page-news__link {
  padding: 2.3rem 0;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 833px) {
  .page-news__link {
    padding: 2.2rem 0;
    flex-direction: column;
    gap: 0.8rem;
  }
}
.page-news__day {
  width: 12%;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 833px) {
  .page-news__day {
    width: 100%;
  }
}
.page-news__ttl {
  width: 87%;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 833px) {
  .page-news__ttl {
    width: 100%;
  }
}
.page-news__nav {
  width: 30rem;
  border-top: 0.1rem solid #333333;
  border-left: 0.1rem solid #333333;
  border-right: 0.1rem solid #333333;
  margin-left: auto;
}
@media (max-width: 833px) {
  .page-news__nav {
    width: 100%;
    margin-right: auto;
  }
}
.page-news__nav-ttl {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  height: 6rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 0.1rem solid #333333;
  cursor: pointer;
  position: relative;
}
@media (max-width: 833px) {
  .page-news__nav-ttl {
    font-size: 1.7rem;
  }
}
.page-news__nav-ttl .arrow-down {
  display: inline-block;
  vertical-align: middle;
  color: #000000;
  line-height: 1;
  width: 0.6rem;
  height: 0.6rem;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  position: absolute;
  right: 2rem;
}
.page-news__nav-ttl .arrow-up {
  display: inline-block;
  vertical-align: middle;
  color: #000000;
  line-height: 1;
  width: 0.6rem;
  height: 0.6rem;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
  position: absolute;
  right: 2rem;
}
.page-news__nav li {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  height: 4.6rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 0.1rem solid #333333;
  cursor: pointer;
  position: relative;
}
.page-news__nav li a {
  height: 100%;
  width: 100%;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-store {
  padding: 14rem 0 0;
}
@media (max-width: 833px) {
  .page-store {
    padding: 8rem 0 0;
  }
}
@media (max-width: 833px) {
  .page-store .inner {
    padding: 0 4.5rem;
  }
}
.page-store__list {
  display: flex;
  flex-direction: column;
  gap: 14rem;
}
@media (max-width: 833px) {
  .page-store__list {
    gap: 8rem;
  }
}
.page-store__img {
  width: 100%;
}
.page-store__ttl {
  font-size: 2.8rem;
  letter-spacing: 0.01em;
  font-weight: 500;
  margin: 4.8rem 0 2rem;
}
@media (max-width: 833px) {
  .page-store__ttl {
    font-size: 2.4rem;
    margin: 4.5rem 0 2rem;
  }
}
.page-store__txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
.page-store dl {
  margin: 3.8rem 0 4.8rem;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 833px) {
  .page-store dl {
    margin: 3rem 0 4rem;
  }
}
.page-store dl dt {
  width: 11%;
  font-size: 1.6rem;
  font-weight: 700;
}
@media (max-width: 833px) {
  .page-store dl dt {
    font-size: 1.5rem;
    width: 30%;
  }
}
.page-store dl dd {
  width: 80%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
@media (max-width: 833px) {
  .page-store dl dd {
    font-size: 1.5rem;
    width: 70%;
  }
}
.page-store__map iframe {
  width: 100%;
}
.page-column {
  padding: 13.8rem 0 0;
}
@media (max-width: 833px) {
  .page-column {
    padding: 8rem 0 0;
  }
}
.page-column__nav-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2.6rem;
}
@media (max-width: 833px) {
  .page-column__nav-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}
.page-column__nav-item.active {
  background: #000000;
}
.page-column__nav-item.active .page-column__nav-link {
  color: #fff;
}
.page-column__nav-link {
  border: 0.1rem solid #333333;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  text-decoration: none;
  width: 100%;
  height: 6rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 833px) {
  .page-column__nav-link {
    font-size: 1.7rem;
  }
}
.page-column__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6.2rem 4rem;
  margin: 8rem 0;
}
@media (max-width: 833px) {
  .page-column__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 3.9rem;
    margin: 5.9rem 0;
  }
}
.page-column__item:hover .top-column__img img {
  transform: rotate(0.001deg) scale3d(1.1, 1.1, 1.1);
}
.page-column__link {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  text-decoration: none;
}
.page-column__img {
  width: 100%;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
}
.page-column__img img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.page-column__content {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}
.page-column__flex {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}
.page-column__day {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.page-column__category {
  background: #a0793d;
  font-size: 1.4rem;
  color: #fff;
  padding: 0.5rem 2.2rem;
  font-weight: 500;
}
@media (max-width: 833px) {
  .page-column__category {
    font-size: 1.3rem;
  }
}
.page-column__ttl {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 0.8rem;
}
.page-column__txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
.page-recruit {
  padding: 13.8rem 0 0;
}
@media (max-width: 833px) {
  .page-recruit {
    padding: 8rem 0 0;
  }
}
.page-recruit__txt {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 500;
}
.page-recruit__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6.2rem 4rem;
  margin: 8rem 0;
}
@media (max-width: 833px) {
  .page-recruit__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 3.9rem;
    margin: 5.9rem 0;
  }
}
.page-recruit__link:hover .page-recruit__img img {
  transform: rotate(0.001deg) scale3d(1.1, 1.1, 1.1);
}
.page-recruit__img {
  width: 100%;
  margin-bottom: 1.6rem;
  aspect-ratio: 340/240;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
}
.page-recruit__img img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.page-recruit__content {
  display: flex;
  flex-direction: column;
}
.page-recruit__flex {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.page-recruit__day {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.page-recruit__category {
  min-width: 10.8rem;
  margin-bottom: 0.8rem;
  background: #954646;
  font-size: 1.4rem;
  color: #fff;
  padding: 0.3rem 1rem;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 833px) {
  .page-recruit__category {
    font-size: 1.3rem;
  }
}
.page-recruit__category.is-part-time {
  background: #6B863F;
}
.page-recruit__category.is-part {
  background: #45648E;
}
.page-recruit__ttl, .page-recruit__salary {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
}
.page-recruit__area {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
.page-recruit__btns {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 1.2rem;
  margin-top: 1.5rem;
}
.page-recruit__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 12rem;
  min-height: 5rem;
  border: 1px solid #A0793D;
  background-color: #fff;
  color: #A0793D;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
  transition: opacity 0.3s;
}
.page-recruit__btn--form {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  background-color: #A0793D;
  color: #fff;
}
.page-recruit__btn:hover {
  opacity: 0.7;
}
.page-company {
  padding: 14rem 0 18rem;
}
@media (max-width: 833px) {
  .page-company {
    padding: 8.1rem 0 12rem;
  }
}
@media (max-width: 833px) {
  .page-company .inner {
    padding: 0 4.5rem;
  }
}
.page-company__head {
  margin-bottom: 8rem;
}
@media (max-width: 833px) {
  .page-company__head {
    margin-bottom: 6.8rem;
  }
}
.page-company__foot h3 {
  font-size: 3.8rem;
  font-weight: 500;
  margin-bottom: 3.4rem;
}
@media (max-width: 833px) {
  .page-company__foot h3 {
    font-size: 2.6rem;
    margin-bottom: 1.9rem;
  }
}
.page-company table {
  width: 100%;
  border-top: 0.1rem solid #606060;
}
.page-company table tbody tr {
  display: flex;
  padding: 2.3rem 0;
  border-bottom: 0.1rem solid #606060;
}
@media (max-width: 833px) {
  .page-company table tbody tr {
    flex-direction: column;
    gap: 0.8rem;
    padding: 2.2rem 0;
  }
}
.page-company table tbody tr th {
  width: 22%;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
@media (max-width: 833px) {
  .page-company table tbody tr th {
    width: 100%;
  }
}
.page-company table tbody tr td {
  width: 78%;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
@media (max-width: 833px) {
  .page-company table tbody tr td {
    width: 100%;
  }
}
.page-company__map {
  margin-top: 12rem;
}
@media (max-width: 833px) {
  .page-company__map {
    margin-top: 8rem;
  }
}
.page-company__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4rem;
}
@media (max-width: 833px) {
  .page-company__list {
    flex-direction: column;
    gap: 3rem;
  }
}
.page-company__item:nth-child(1) {
  width: 100%;
}
.page-company__item:nth-child(2), .page-company__item:nth-child(3) {
  width: 48%;
}
@media (max-width: 833px) {
  .page-company__item:nth-child(2), .page-company__item:nth-child(3) {
    width: 100%;
  }
}
@media (max-width: 833px) {
  .page-company__item {
    height: 15rem;
  }
}
.page-company__item iframe {
  width: 100%;
}
@media (max-width: 833px) {
  .page-company__item iframe {
    height: 100%;
  }
}
.page-contact {
  padding: 14rem 0 0;
}
@media (max-width: 833px) {
  .page-contact {
    padding: 8rem 0 0;
  }
}
@media (max-width: 833px) {
  .page-contact .inner {
    padding: 0 4.5rem;
  }
}
.page-contact table {
  width: 100%;
  border-top: 0.1rem solid #606060;
}
.page-contact table tbody tr {
  display: flex;
  align-items: center;
  border-bottom: 0.1rem solid #606060;
  padding: 3.2rem 0;
}
@media (max-width: 833px) {
  .page-contact table tbody tr {
    flex-direction: column;
    gap: 1.2rem;
    padding: 2.2rem 0;
  }
}
.page-contact table tbody tr th {
  width: 27%;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media (max-width: 833px) {
  .page-contact table tbody tr th {
    width: 100%;
  }
}
.page-contact table tbody tr th span {
  background: #a0793d;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 0.2rem 0.7rem;
  margin-right: 1.5rem;
}
@media (max-width: 833px) {
  .page-contact table tbody tr th span {
    font-size: 1.4rem;
    margin-right: 1rem;
  }
}
.page-contact table tbody tr td {
  width: 72%;
}
@media (max-width: 833px) {
  .page-contact table tbody tr td {
    width: 100%;
  }
}
.page-contact table tbody tr td input[type=text],
.page-contact table tbody tr td input[type=email] {
  border: 0.1rem solid #cccccc;
  padding: 0.6rem 0.8rem;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  font-weight: 500;
  width: 50rem;
  height: 3.6rem;
  border-radius: 0.5rem;
}
@media (max-width: 833px) {
  .page-contact table tbody tr td input[type=text],
.page-contact table tbody tr td input[type=email] {
    width: 100%;
    height: 4.5rem;
  }
}
.page-contact table tbody tr td textarea {
  border: 0.1rem solid #cccccc;
  padding: 0.6rem 0.8rem;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  font-weight: 500;
  width: 50rem;
  height: 17rem;
  border-radius: 0.5rem;
}
@media (max-width: 833px) {
  .page-contact table tbody tr td textarea {
    width: 100%;
    height: 28.5rem;
  }
}
.page-contact table tbody tr td p {
  font-size: 1.4rem;
  margin-top: 0.5rem;
  color: #888888;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media (max-width: 833px) {
  .page-contact table tbody tr td p {
    margin-top: 1rem;
  }
}
.page-contact table tbody tr:nth-child(4) input[type=text] {
  width: 20rem;
}
@media (max-width: 833px) {
  .page-contact table tbody tr:nth-child(4) input[type=text] {
    width: 100%;
  }
}
.page-contact table tbody tr:last-child {
  align-items: flex-start;
}
.page-contact__flex {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 833px) {
  .page-contact__flex {
    gap: 1.2rem;
  }
}
.page-contact__name {
  display: flex;
  gap: 0.8rem;
}
@media (max-width: 833px) {
  .page-contact__name {
    gap: 0.5rem;
  }
}
.page-contact__name span {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  font-weight: 500;
}
@media (max-width: 833px) {
  .page-contact__name span {
    font-size: 1.4rem;
    white-space: nowrap;
  }
}
.page-contact__name span:first-child {
  padding-top: 0.3em;
}
@media (max-width: 833px) {
  .page-contact__name span:first-child {
    padding-top: 0.9em;
  }
}
.page-contact__name input[type=text] {
  width: 20rem !important;
}
@media (max-width: 833px) {
  .page-contact__name input[type=text] {
    width: 100% !important;
  }
}
.page-contact__submit {
  text-align: center;
  margin-top: 6rem;
  position: relative;
}
@media (max-width: 833px) {
  .page-contact__submit {
    margin-top: 5rem;
  }
}
.page-contact__submit input[type=submit] {
  border: 0;
  background: #a0793d;
  color: #fff;
  width: 34rem;
  height: 6rem;
  font-size: 1.6rem;
  font-weight: 500;
  cursor: pointer;
}
@media (max-width: 833px) {
  .page-contact__submit input[type=submit] {
    width: 100%;
  }
}
.page-contact__submit .arrow {
  width: 0.8rem;
  height: 6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 500;
  text-decoration: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40rem;
}
@media (max-width: 833px) {
  .page-contact__submit .arrow {
    right: 2rem;
  }
}
.page-contact__submit .arrow::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border: 0.1em solid #fff;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  position: absolute;
  box-sizing: border-box;
}
.page-contact .wpcf7-not-valid-tip,
.page-contact .wpcf7-response-output.wpcf7-validation-errors {
  margin-top: 0.2em;
  color: #cc0000;
  font-size: 1.3rem;
  font-weight: bold;
}
@media (max-width: 833px) {
  .page-contact .wpcf7-not-valid-tip,
.page-contact .wpcf7-response-output.wpcf7-validation-errors {
    font-size: 1.2rem;
  }
}

.wpcf7-response-output {
  max-width: 110rem;
  margin-right: auto !important;
  margin-left: auto !important;
  padding: 0.8em 1em !important;
  font-size: 1.6rem;
}
@media (max-width: 833px) {
  .wpcf7-response-output {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
    font-size: 1.4rem;
  }
}

.single-news {
  padding: 9rem 0 18rem;
}
.single-news__wrap time {
  display: block;
  margin-bottom: 4.7rem;
  font-size: 1.8rem;
  letter-spacing: 0.01em;
  font-weight: 500;
}
.single-news__wrap h2 {
  font-size: 2.8rem;
  letter-spacing: 0.01em;
  font-weight: 500;
  line-height: 1.5;
  margin-left: 2.4rem;
  margin-bottom: 2.6rem;
}
.single-news__wrap h3 {
  font-size: 2.4rem;
  letter-spacing: 0.01em;
  font-weight: 500;
  line-height: 1.5;
  font-weight: 600;
  padding: 1rem 0;
  margin-bottom: 2rem;
  border-bottom: 0.1rem solid #c7c7c7;
}
.single-news__wrap h4 {
  font-size: 2rem;
  letter-spacing: 0.01em;
  font-weight: 500;
  line-height: 1.5;
  font-weight: 500;
}
.single-news__wrap p,
.single-news__wrap span {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
.single-column {
  padding: 13.8rem 0 0;
}
@media (max-width: 833px) {
  .single-column {
    padding: 8.2rem 0 0;
  }
}
.single-column__content {
  margin-bottom: 4.8rem;
}
.single-column__flex {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 833px) {
  .single-column__flex {
    gap: 2rem;
    margin-bottom: 2rem;
  }
}
.single-column__category {
  background: #a0793d;
  font-size: 1.8rem;
  color: #fff;
  padding: 0.5rem 3.2rem;
  font-weight: 500;
}
@media (max-width: 833px) {
  .single-column__category {
    font-size: 1.6rem;
    padding: 0.5rem 1.9rem;
  }
}
.single-column__day {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.single-column__ttl {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.5;
}
@media (max-width: 833px) {
  .single-column__ttl {
    font-size: 2.4rem;
  }
}
.single-column__wrap h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 3rem;
}
@media (max-width: 833px) {
  .single-column__wrap h3 {
    margin-bottom: 2rem;
  }
}
.single-column__wrap h4 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 3rem;
}
@media (max-width: 833px) {
  .single-column__wrap h4 {
    margin-bottom: 1.5rem;
  }
}
.single-column__wrap p,
.single-column__wrap span,
.single-column__wrap div,
.single-column__wrap a {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 4.8rem;
}
@media (max-width: 833px) {
  .single-column__wrap p,
.single-column__wrap span,
.single-column__wrap div,
.single-column__wrap a {
    margin-bottom: 3rem;
  }
}
.single-column__wrap img {
  display: block;
  width: 100%;
  margin-bottom: 6.2rem;
}
@media (max-width: 833px) {
  .single-column__wrap img {
    margin-bottom: 5rem;
  }
}
.single-column__nav-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2.6rem;
  margin-top: 10rem;
}
@media (max-width: 833px) {
  .single-column__nav-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
    margin-top: 8rem;
  }
}
.single-column__nav-link {
  border: 0.1rem solid #333333;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  text-decoration: none;
  width: 100%;
  height: 6rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 833px) {
  .single-column__nav-link {
    font-size: 1.7rem;
  }
}
.single-recruit {
  padding: 13.8rem 0 0;
}
@media (max-width: 833px) {
  .single-recruit {
    padding: 8.2rem 0 0;
  }
}
.single-recruit__content {
  margin-bottom: 2rem;
}
.single-recruit__wrap + .single-recruit__wrap {
  margin-top: 7rem;
}
.single-recruit__wrap h3 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 3rem;
}
@media (max-width: 833px) {
  .single-recruit__wrap h3 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
.single-recruit__wrap table {
  width: 100%;
  border-top: 0.1rem solid #606060;
}
.single-recruit__wrap table tbody tr {
  display: flex;
  padding: 2.3rem 0;
  border-bottom: 0.1rem solid #606060;
}
@media (max-width: 833px) {
  .single-recruit__wrap table tbody tr {
    flex-direction: column;
    gap: 0.8rem;
    padding: 2.2rem 0;
  }
}
.single-recruit__wrap table tbody tr th {
  width: 22%;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
@media (max-width: 833px) {
  .single-recruit__wrap table tbody tr th {
    width: 100%;
  }
}
.single-recruit__wrap table tbody tr td {
  width: 78%;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
@media (max-width: 833px) {
  .single-recruit__wrap table tbody tr td {
    width: 100%;
  }
}
.single-recruit__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 833px) {
  .single-recruit__flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    margin-bottom: 2rem;
  }
}
.single-recruit__categorys {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 4rem;
}
@media (max-width: 833px) {
  .single-recruit__categorys {
    margin-bottom: 2rem;
  }
}
.single-recruit__category {
  background: #954646;
  font-size: 1.8rem;
  color: #fff;
  padding: 0.5rem 3.2rem;
  font-weight: 500;
}
@media (max-width: 833px) {
  .single-recruit__category {
    font-size: 1.6rem;
    padding: 0.5rem 1.9rem;
  }
}
.single-recruit__category.is-part-time {
  background: #6B863F;
}
.single-recruit__category.is-part {
  background: #45648E;
}
.single-recruit__day {
  flex-shrink: 0;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 2;
  text-align: right;
}
@media (max-width: 833px) {
  .single-recruit__day {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.single-recruit__ttl {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.5;
}
@media (max-width: 833px) {
  .single-recruit__ttl {
    font-size: 2.4rem;
  }
}
.single-recruit__nav {
  margin-bottom: 3rem;
}
.single-recruit__nav-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  border-top: 1px solid #606060;
  border-bottom: 1px solid #606060;
}
.single-recruit__nav-list > li {
  width: 100%;
  min-height: 5rem;
}
.single-recruit__nav-list > li + li {
  border-left: 1px solid #C9BFB8;
}
.single-recruit__nav-list > li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media (max-width: 833px) {
  .single-recruit__nav-list > li a {
    font-size: 1.6rem;
  }
}
.single-recruit__nav-list > li a > span {
  position: relative;
  padding-right: 2.2rem;
}
.single-recruit__nav-list > li a > span::after {
  content: "";
  position: absolute;
  top: calc(50% + 0.1rem);
  right: 0;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #222222;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  transform: translateY(-50%);
}
.single-recruit__nav-list > li a:hover {
  opacity: 0.7;
}
.single-recruit__img {
  margin-bottom: 6rem;
}
@media (max-width: 833px) {
  .single-recruit__img {
    margin-bottom: 4rem;
  }
}
.single-recruit__img img {
  width: 100%;
}
.single-recruit__form-flex {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.single-recruit__form-year, .single-recruit__form-month, .single-recruit__form-day {
  min-width: 12rem;
}
@media (max-width: 833px) {
  .single-recruit__form-year, .single-recruit__form-month, .single-recruit__form-day {
    min-width: 10rem;
  }
}
.single-recruit__form table {
  width: 100%;
  border-top: 0.1rem solid #606060;
}
.single-recruit__form table tbody tr {
  display: flex;
  align-items: center;
  border-bottom: 0.1rem solid #606060;
  padding: 3.2rem 0;
}
@media (max-width: 833px) {
  .single-recruit__form table tbody tr {
    flex-direction: column;
    gap: 1.2rem;
    padding: 2.2rem 0;
  }
}
.single-recruit__form table tbody tr th {
  width: 27%;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media (max-width: 833px) {
  .single-recruit__form table tbody tr th {
    width: 100%;
  }
}
.single-recruit__form table tbody tr th span {
  background: #a0793d;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 0.2rem 0.7rem;
  margin-right: 1.5rem;
}
@media (max-width: 833px) {
  .single-recruit__form table tbody tr th span {
    font-size: 1.4rem;
    margin-right: 1rem;
  }
}
.single-recruit__form table tbody tr td {
  width: 72%;
}
@media (max-width: 833px) {
  .single-recruit__form table tbody tr td {
    width: 100%;
  }
}
.single-recruit__form table tbody tr td input[type=text],
.single-recruit__form table tbody tr td input[type=email],
.single-recruit__form table tbody tr td input[type=tel] {
  border: 0.1rem solid #cccccc;
  padding: 0.6rem 0.8rem;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  font-weight: 500;
  width: 50rem;
  height: 3.6rem;
  border-radius: 0.5rem;
}
@media (max-width: 833px) {
  .single-recruit__form table tbody tr td input[type=text],
.single-recruit__form table tbody tr td input[type=email],
.single-recruit__form table tbody tr td input[type=tel] {
    width: 100%;
    height: 4.5rem;
  }
}
.single-recruit__form table tbody tr td textarea {
  border: 0.1rem solid #cccccc;
  padding: 0.6rem 0.8rem;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  font-weight: 500;
  width: 50rem;
  height: 17rem;
  border-radius: 0.5rem;
}
@media (max-width: 833px) {
  .single-recruit__form table tbody tr td textarea {
    width: 100%;
    height: 28.5rem;
  }
}
.single-recruit__form table tbody tr td select {
  width: 100%;
  max-width: 50rem;
  height: 3.6rem;
  padding: 0.6rem 0.8rem;
  border: 0.1rem solid #cccccc;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  font-weight: 500;
  cursor: pointer;
}
@media (max-width: 833px) {
  .single-recruit__form table tbody tr td select {
    width: 100%;
    height: 4.5rem;
  }
}
.single-recruit__form table tbody tr td span:has(select) {
  position: relative;
}
.single-recruit__form table tbody tr td span:has(select)::after {
  content: "";
  position: absolute;
  top: 0.8rem;
  right: 1rem;
  width: 1.2rem;
  height: 0.7rem;
  background-image: url("data:image/svg+xml;charset=utf8,%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.094%22%20height%3D%226.343%22%20viewBox%3D%220%200%2011.094%206.343%22%3E%3Cpath%20d%3D%22M11.736%2C15.677l4.195-4.2a.789.789%2C0%2C0%2C1%2C1.12%2C0%2C.8.8%2C0%2C0%2C1%2C0%2C1.123L12.3%2C17.358a.791.791%2C0%2C0%2C1-1.093.023L6.419%2C12.606a.793.793%2C0%2C0%2C1%2C1.12-1.123Z%22%20transform%3D%22translate(-6.188%20-11.247)%22%20fill%3D%22%23b4b4b4%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.single-recruit__form table tbody tr td .wpcf7-radio {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 3rem;
}
.single-recruit__form table tbody tr td .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
.single-recruit__form table tbody tr td .wpcf7-radio .wpcf7-list-item input[type=radio] {
  display: none;
}
.single-recruit__form table tbody tr td .wpcf7-radio .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.single-recruit__form table tbody tr td .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  padding-left: 3rem;
  transition: opacity 0.3s;
  cursor: pointer;
}
.single-recruit__form table tbody tr td .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  border: 1px solid #CECECE;
  border-radius: 50%;
  background-color: #fff;
  transform: translateY(-50%);
}
.single-recruit__form table tbody tr td .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::after {
  position: absolute;
  top: 50%;
  left: 0.4rem;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background-color: #A0793D;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s;
}
.single-recruit__form table tbody tr td .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label:hover {
  opacity: 0.7;
}
.single-recruit__form table tbody tr td p {
  font-size: 1.4rem;
  margin-top: 0.5rem;
  color: #888888;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media (max-width: 833px) {
  .single-recruit__form table tbody tr td p {
    margin-top: 1rem;
  }
}
.single-recruit__form table tbody tr:nth-child(4) input[type=text] {
  width: 20rem;
}
@media (max-width: 833px) {
  .single-recruit__form table tbody tr:nth-child(4) input[type=text] {
    width: 100%;
  }
}
.single-recruit__form table tbody tr:last-child {
  align-items: flex-start;
}

.add-animation {
  animation: zoom-fade 10s both;
}

@keyframes zoom-fade {
  0% {
    /*transform: scale(1.05);*/
    transform: scale(1);
  }
  100% {
    /*transform: scale(1);*/
    transform: scale(1.09);
  }
}

/* プライバシーポリシー */
.fs-c-documentColumn__heading {
  color: inherit;
  font-weight: 600;
  font-size: 1.6rem;
  padding: 10px 0;
  margin-bottom: 8px;
  border-style: solid;
  border-color: #c7c7c7;
  border-width: 0 0 1px;
}
.fs-c-documentColumn__content {
  padding: 8px 0;
  display: grid;
  grid-auto-flow: row;
  gap: 32px;
}
.fs-c-documentColumn__content p{
  color: #333;
  font-weight: 400;
  font-size: 1.6rem;
}
.fs-c-orderedList {
  margin: 0;
  list-style: none;
  counter-reset: number;
}
.fs-c-orderedList > li {
  padding: 0 8px 0 2em;
  text-indent: -2em;
  color: #333;
  font-weight: 400;
  font-size: 1.6rem;

}
@media screen and (min-width: 600px) {
  .fs-c-orderedList > li {
    padding-right: 0;
  }
}
.fs-c-orderedList > li::before {
  counter-increment: number;
  content: counter(number) ".";
  display: inline-block;
  color: #333;
  text-align: right;
  width: 1em;
  padding-right: 1em;
  box-sizing: content-box;
}
.fs-c-orderedList > li .fs-c-orderedList {
  margin: 16px 0 16px 2px;
  padding-left: 8px;
  border-left: 2px solid #333;
}
.fs-c-orderedList > li p {
  margin: 0;
  padding: 0;
  text-indent: 0;
}
