.top-mv {
  height: 100vh;
  position: relative;
}
.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 {
  height: 100%;
}
.top-mv__item img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.top-mv__content {
  position: absolute;
  bottom: 12%;
  left: 12%;
}
@media (max-width: 768px) {
  .top-mv__content {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.top-mv__ttl {
  color: #fff;
  font-weight: 400;
  font-family: "Shippori Antique", sans-serif;
  font-size: clamp(36px, 5vw, 80px);
}
@media (max-width: 768px) {
  .top-mv__ttl {
    font-size: 3.2rem;
  }
}
.top-mv__ttl span {
  display: block;
  color: #f5f5f5;
  font-size: clamp(24px, 3.2vw, 48px);
}
@media (max-width: 768px) {
  .top-mv__ttl span {
    text-align: center;
    font-size: 2.4rem;
  }
}
.top-mv__scroll {
  position: absolute;
  right: 2%;
  bottom: 18%;
  writing-mode: vertical-rl;
}
@media (max-width: 768px) {
  .top-mv__scroll {
    right: 3%;
    bottom: 15%;
  }
}
.top-mv__scroll::before {
  animation: scroll 2s infinite;
  background-color: #fff;
  content: "";
  height: 10.9rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 0.1rem;
}
@media (max-width: 768px) {
  .top-mv__scroll::before {
    height: 6.5rem;
  }
}
.top-news {
  padding: 4rem 0;
}
@media (max-width: 768px) {
  .top-news {
    padding: 3.6rem 0;
  }
}
.top-news .block {
  max-width: 69.6rem;
}
.top-news__wrap {
  display: flex;
  gap: 4rem;
}
@media (max-width: 768px) {
  .top-news__wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
.top-news__ttl {
  font-size: clamp(16px, 1.8vw, 28px);
  font-weight: 400;
  color: #635334;
  font-family: "Shippori Antique", sans-serif;
}
@media (max-width: 768px) {
  .top-news__ttl {
    font-size: 2rem;
  }
}
.top-news__list {
  display: flex;
  flex-direction: column;
  width: 78%;
  gap: 1.2rem;
}
@media (max-width: 768px) {
  .top-news__list {
    width: 100%;
  }
}
.top-news__link {
  position: relative;
  border-bottom: 0.1rem solid #635334;
  padding-bottom: 1.2rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  pointer-events: none;
}
.top-news__link .arrow {
  display: none;
}
@media (max-width: 768px) {
  .top-news__link .arrow {
    display: inline-block;
    vertical-align: middle;
    color: #635334;
    line-height: 1;
    position: relative;
    width: 0.6em;
    height: 0.6em;
    transform: translateX(-25%) rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 1.2rem;
    right: 0.8rem;
    margin: auto;
  }
  .top-news__link .arrow::before {
    content: "";
    position: absolute;
    background: currentColor;
    border-radius: 0.1em;
    top: 0;
    left: 0;
    right: 0;
    height: 0.1em;
  }
  .top-news__link .arrow::after {
    content: "";
    position: absolute;
    background: currentColor;
    border-radius: 0.1em;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0.1em;
  }
}
.top-news__day {
  font-size: clamp(12px, 0.91vw, 16px);
  font-weight: 500;
}
@media (max-width: 768px) {
  .top-news__day {
    font-size: 1.4rem;
  }
}
.top-news__sbttl {
  font-size: clamp(12px, 0.91vw, 16px);
  font-weight: 500;
}
@media (max-width: 768px) {
  .top-news__sbttl {
    font-size: 1.4rem;
  }
}
.top-works {
  background: #807568;
  padding: 8rem 0 5.6rem;
}
@media (max-width: 768px) {
  .top-works {
    padding: 4rem 0;
  }
}
.top-works__list {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media (max-width: 768px) {
  .top-works__list {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 5.5rem;
    gap: 2.8rem;
  }
}
.top-works__img {
  position: relative;
  padding-top: 75%;
  margin-bottom: 2rem;
}
.top-works__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-works__category {
  background: #fff;
  padding: 0.4rem 1.2rem;
  font-size: clamp(12px, 0.91vw, 16px);
  font-weight: 500;
}
@media (max-width: 768px) {
  .top-works__category {
    font-size: 1.6rem;
  }
}
.top-works__ttl {
  font-size: clamp(14px, 1.14vw, 20px);
  font-weight: 400;
  line-height: 4rem;
  font-family: "Shippori Antique", sans-serif;
  margin-top: 0.8rem;
  color: #fff;
}
@media (max-width: 768px) {
  .top-works__ttl {
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
}
.top-works__prev {
  font-size: clamp(12px, 0.91vw, 16px);
  font-weight: 500;
  border-bottom: 0.1rem solid #fff;
  padding-bottom: 0.8rem;
  padding-right: 3.2rem;
  color: #fff;
  margin-left: auto;
  display: table;
  position: relative;
}
@media (max-width: 768px) {
  .top-works__prev {
    font-size: 1.6rem;
  }
}
.top-works__prev .arrow {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 0.5em;
  height: 0.5em;
  transform: translateX(-25%) rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0.8rem;
  right: 0.6rem;
  margin: auto;
}
.top-works__prev .arrow::before {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}
.top-works__prev .arrow::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}
.top-works .btn {
  margin-top: 4rem;
  text-align: center;
}
@media (max-width: 768px) {
  .top-works .btn {
    display: none;
  }
}
.top-works__private {
  text-align: center;
  margin-top: 6rem;
}
.top-works__private span {
  background: #fff;
  font-size: clamp(12px, 0.91vw, 16px);
  font-weight: 500;
  width: 31%;
  height: 6.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1F1F1F;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .top-works__private span {
    width: 60%;
  }
}
.top-about {
  padding: 10rem 0 0;
}
@media (max-width: 768px) {
  .top-about {
    padding: 4rem 0 0;
  }
}
@media (max-width: 768px) {
  .top-about .inner {
    padding: 0;
  }
}
.top-about .inner .block {
  max-width: 124.4rem;
}
@media (max-width: 768px) {
  .top-about .inner .block .heading {
    padding: 0 1.6rem;
  }
}
.top-about .inner .block .heading h2 {
  color: #635334;
}
.top-about__flex {
  display: flex;
  justify-content: space-between;
  margin-top: 3.2rem;
}
@media (max-width: 768px) {
  .top-about__flex {
    flex-direction: column;
    gap: 3.2rem;
    margin-top: 2.8rem;
  }
}
.top-about__content {
  width: 40%;
}
@media (max-width: 768px) {
  .top-about__content {
    width: 100%;
    padding: 0 1.6rem;
  }
}
@media (max-width: 768px) {
  .top-about__content .btn {
    text-align: center;
  }
}
.top-about__txt {
  font-size: clamp(12px, 0.91vw, 16px);
  line-height: 3.2rem;
  font-weight: 500;
  margin: 3.2rem 0;
}
@media (max-width: 768px) {
  .top-about__txt {
    font-size: 1.6rem;
    margin: 0 0 2.8rem;
  }
}
.top-about__img {
  width: 55%;
  transform: translateY(10.5rem);
}
@media (max-width: 768px) {
  .top-about__img {
    width: 100%;
    transform: initial;
  }
}
.top-about__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.top-staff {
  padding: 18rem 0 10rem;
}
@media (max-width: 768px) {
  .top-staff {
    padding: 4rem 0 8.4rem;
  }
}
@media (max-width: 768px) {
  .top-staff .inner {
    padding: 0;
  }
}
.top-staff .inner .block {
  max-width: 94.8rem;
}
.top-staff .inner .block .heading {
  text-align: center;
}
@media (max-width: 768px) {
  .top-staff .inner .block .heading {
    padding: 0 1.6rem;
  }
}
.top-staff .inner .block .heading h2 {
  color: #635334;
}
.top-staff .inner .block .heading span {
  color: #635334;
}
.top-staff__list {
  margin-top: 4.4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .top-staff__list {
    display: flex;
    width: 76%;
    margin: 3.6rem auto 0;
    box-shadow: 0 0.6rem 0.8rem rgba(0, 0, 0, 0.05);
  }
}
.top-staff__list .slick-prev {
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  border-left: 0.2rem solid #cea06d;
  border-top: 0.2rem solid #cea06d;
  top: 0;
  bottom: 0;
  left: -2rem;
  margin: auto;
  transform: rotate(-45deg);
}
.top-staff__list .slick-next {
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  border-right: 0.2rem solid #cea06d;
  border-top: 0.2rem solid #cea06d;
  top: 0;
  bottom: 0;
  right: -2rem;
  margin: auto;
  transform: rotate(45deg);
}
.top-staff__list .slick-dots {
  bottom: -3.6rem;
}
.top-staff__list .slick-dots li button:before {
  background: #f5f5f5;
}
.top-staff__list .slick-dots li.slick-active button:before {
  background: #cea06d;
}
.top-staff__item {
  box-shadow: 0 0.6rem 0.8rem rgba(0, 0, 0, 0.05);
  position: relative;
}
@media (max-width: 768px) {
  .top-staff__item {
    box-shadow: none;
  }
}
.top-staff__img {
  position: relative;
  padding-top: 75%;
}
.top-staff__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-staff__category {
  position: absolute;
  border: 0.1rem solid #635334;
  background: #fff;
  font-size: clamp(10px, 0.45vw, 12px);
  font-weight: 500;
  padding: 0.5rem 1.2rem;
  top: 1.2rem;
  right: 1.2rem;
}
@media (max-width: 768px) {
  .top-staff__category {
    font-size: 1.2rem;
  }
}
.top-staff__content {
  padding: 1.6rem 1.2rem;
  background: #fff;
}
.top-staff__ttl {
  margin-bottom: 1.6rem;
  color: #635334;
  font-size: clamp(14px, 1.14vw, 20px);
  font-weight: 400;
  line-height: 4rem;
  font-family: "Shippori Antique", sans-serif;
}
@media (max-width: 768px) {
  .top-staff__ttl {
    font-size: 1.8rem;
    line-height: 3.6rem;
    margin-bottom: 1rem;
  }
}
.top-staff__name01 {
  font-size: clamp(12px, 0.91vw, 16px);
  font-weight: 500;
  display: block;
}
@media (max-width: 768px) {
  .top-staff__name01 {
    font-size: 1.4rem;
  }
}
.top-staff__name02 {
  font-size: clamp(12px, 0.68vw, 14px);
  font-weight: 500;
  display: block;
}
@media (max-width: 768px) {
  .top-staff__name02 {
    font-size: 1.4rem;
  }
}
.top-blog__wrap {
  width: 85%;
  margin-left: auto;
  background: #807568;
  padding: 8rem 0;
}
@media (max-width: 768px) {
  .top-blog__wrap {
    width: 100%;
    padding: 4rem 0;
  }
}
.top-blog__wrap .block {
  max-width: 96.6rem;
}
.top-blog__wrap .block .heading {
  width: 19%;
}
@media (max-width: 768px) {
  .top-blog__wrap .block .heading {
    width: 100%;
  }
}
.top-blog__wrap .block .heading h2 {
  margin-bottom: 2.2rem;
}
@media (max-width: 768px) {
  .top-blog__wrap .block .heading h2 {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .top-blog__wrap .block .heading .btn {
    display: none;
  }
}
.top-blog__flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .top-blog__flex {
    flex-direction: column;
  }
}
.top-blog__list {
  display: flex;
  flex-direction: column;
  width: 77%;
}
@media (max-width: 768px) {
  .top-blog__list {
    width: 100%;
    margin-top: 1.6rem;
  }
}
.top-blog__list + .btn {
  display: none;
}
@media (max-width: 768px) {
  .top-blog__list + .btn {
    display: block;
    text-align: center;
    margin-top: 1.6rem;
  }
}
.top-blog__item {
  border-bottom: 0.1rem solid #fff;
}
.top-blog__item:first-child {
  border-top: 0.1rem solid #fff;
}
.top-blog__link {
  display: flex;
  padding: 1.2rem 0;
}
@media (max-width: 768px) {
  .top-blog__link {
    flex-direction: column;
  }
}
.top-blog__day {
  font-size: clamp(12px, 0.91vw, 16px);
  font-weight: 500;
  color: #f5f5f5;
  width: 19%;
  padding-right: 4%;
}
@media (max-width: 768px) {
  .top-blog__day {
    width: 100%;
    font-size: 1.2rem;
    padding-right: 0;
  }
}
.top-blog__content {
  width: 75%;
}
@media (max-width: 768px) {
  .top-blog__content {
    width: 100%;
  }
}
.top-blog__ttl {
  font-size: clamp(14px, 1.14vw, 20px);
  font-weight: 400;
  line-height: 1.2;
  color: #f5f5f5;
  font-family: "Shippori Antique", sans-serif;
  margin-bottom: 1.2rem;
}
@media (max-width: 768px) {
  .top-blog__ttl {
    font-size: 1.8rem;
    line-height: 3.6rem;
  }
}
.top-blog__txt {
  font-size: clamp(12px, 0.91vw, 16px);
  line-height: 3.2rem;
  font-weight: 500;
  color: #f5f5f5;
}
@media (max-width: 768px) {
  .top-blog__txt {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
}
.top-catchcopy {
  padding: 10rem 0;
}
@media (max-width: 768px) {
  .top-catchcopy {
    padding: 4rem 0;
  }
}
.top-catchcopy .block {
  max-width: 113.6rem;
}
.top-catchcopy__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .top-catchcopy__flex {
    flex-direction: column;
    gap: 2.4rem;
  }
}
.top-catchcopy__ttl {
  font-size: clamp(20px, 2.4vw, 36px);
  color: #635334;
  font-weight: 400;
  line-height: 7.2rem;
  font-family: "Shippori Antique", sans-serif;
}
@media (max-width: 768px) {
  .top-catchcopy__ttl {
    font-size: 2.8rem;
    line-height: 5.6rem;
  }
}
.top-catchcopy__banner {
  width: 52%;
}
@media (max-width: 768px) {
  .top-catchcopy__banner {
    width: 100%;
  }
}
.top-catchcopy__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-heading {
  text-align: center;
}
.page-heading h2 {
  font-size: clamp(16px, 1.8vw, 28px);
  color: #635334;
  font-weight: 400;
  line-height: 5.6rem;
  font-family: "Shippori Antique", sans-serif;
}
@media (max-width: 768px) {
  .page-heading h2 {
    font-size: 2rem;
  }
}
.page-heading p {
  font-size: clamp(12px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 3.2rem;
  margin-top: 4.8rem;
}
@media (max-width: 768px) {
  .page-heading p {
    margin-top: 3.2rem;
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
}
.page-works {
  padding: 4.8rem 0 10rem;
}
@media (max-width: 768px) {
  .page-works {
    padding: 4rem 0;
  }
}
.page-works__menu {
  background: #f5f5f5;
  padding: 3.2rem;
  margin: 4.8rem 0 6.2rem;
}
@media (max-width: 768px) {
  .page-works__menu {
    padding: 2rem 1.6rem;
    margin: 3.2rem 0;
  }
}
.page-works__menu-ttl {
  font-size: clamp(14px, 1.14vw, 20px);
  font-weight: 400;
  font-family: "Shippori Antique", sans-serif;
  margin-bottom: 1.2rem;
}
@media (max-width: 768px) {
  .page-works__menu-ttl {
    font-size: 1.8rem;
  }
}
.page-works__menu-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.page-works__menu-link {
  background: #fff;
  border: 0.1rem solid #635334;
  padding: 0.4rem 1.2rem;
  font-size: clamp(12px, 0.91vw, 16px);
  font-weight: 500;
}
@media (max-width: 768px) {
  .page-works__menu-link {
    font-size: 1.2rem;
  }
}
.page-works__menu-link.active {
  color: #fff;
  background: #635334;
}
.page-works__found {
  font-size: clamp(16px, 1.8vw, 28px);
  font-weight: 400;
  font-family: "Shippori Antique", sans-serif;
}
@media (max-width: 768px) {
  .page-works__found {
    font-size: 2rem;
  }
}
.page-works__list {
  margin-top: 2.4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem 4rem;
}
@media (max-width: 768px) {
  .page-works__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
.page-works__item {
  box-shadow: 0 0.6rem 0.8rem rgba(0, 0, 0, 0.05);
  background: #fff;
}
.page-works__img {
  position: relative;
  padding-top: 75%;
}
.page-works__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-works__content {
  padding: 2rem;
}
@media (max-width: 768px) {
  .page-works__content {
    padding: 2rem 1.6rem;
  }
}
.page-works__category {
  background: #fff;
  padding: 0.4rem 1.2rem;
  font-size: clamp(12px, 0.91vw, 16px);
  font-weight: 500;
  border: 0.1rem solid #635334;
}
@media (max-width: 768px) {
  .page-works__category {
    font-size: 1.6rem;
  }
}
.page-works__ttl {
  font-size: clamp(14px, 1.14vw, 20px);
  font-weight: 400;
  line-height: 4rem;
  font-family: "Shippori Antique", sans-serif;
  margin-top: 0.8rem;
  color: #635334;
}
@media (max-width: 768px) {
  .page-works__ttl {
    font-size: 1.8rem;
    line-height: 3.6rem;
  }
}
.page-works__prev {
  font-size: clamp(12px, 0.91vw, 16px);
  font-weight: 500;
  border-bottom: 0.1rem solid #635334;
  padding-bottom: 0.8rem;
  padding-right: 3.2rem;
  color: #635334;
  margin-left: auto;
  display: table;
  position: relative;
}
@media (max-width: 768px) {
  .page-works__prev {
    font-size: 1.6rem;
  }
}
.page-works__prev .arrow {
  display: inline-block;
  vertical-align: middle;
  color: #635334;
  line-height: 1;
  position: relative;
  width: 0.5em;
  height: 0.5em;
  transform: translateX(-25%) rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0.8rem;
  right: 0.6rem;
  margin: auto;
}
.page-works__prev .arrow::before {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}
.page-works__prev .arrow::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}
.page-about {
  padding: 4.8rem 0 10rem;
}
@media (max-width: 768px) {
  .page-about {
    padding: 4rem 0;
  }
}
.page-about__flex {
  display: flex;
  justify-content: space-between;
  margin-top: 4.8rem;
}
.page-about__flex + .page-about__flex {
  margin-top: 8rem;
}
.page-about .row .page-about__img {
  width: 55%;
}
.page-about .row .page-about__content {
  text-align: right;
  width: 57%;
}
.page-about .row .page-about__content .page-about__sbttl {
  display: inline-block;
}
.page-about .row .page-about__content .page-about__sbttl::before {
  right: 13.2rem;
}
.page-about__content {
  width: 52%;
  position: relative;
  z-index: 1;
}
.page-about__sbttl {
  font-size: clamp(14px, 1.14vw, 20px);
  font-weight: 400;
  font-family: "Shippori Antique", sans-serif;
  position: relative;
  padding-left: 2.2rem;
  margin-bottom: 1.6rem;
  display: block;
}
.page-about__sbttl::before {
  content: "";
  background: #cea06d;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.page-about__ttl {
  font-size: clamp(20px, 2.4vw, 36px);
  font-weight: 400;
  line-height: 7.2rem;
  color: #fff;
  font-family: "Shippori Antique", sans-serif;
}
.page-about__ttl span {
  background: #807568;
  display: inline-block;
  margin-bottom: 1.2rem;
  padding: 0 1.2rem;
  white-space: nowrap;
}
.page-about__txt {
  font-size: clamp(12px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 3.2rem;
  margin-top: 2rem;
}
.page-about__img {
  width: 57%;
  position: relative;
  padding-top: 40%;
}
.page-about__img img {
  object-position: top;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-about__flow {
  background: #F5F5F5;
  max-width: 88rem;
  margin: 8rem auto 0;
  padding: 4rem;
}
@media (max-width: 768px) {
  .page-about__flow {
    padding: 1.6rem;
    margin: 4rem 0 0;
  }
}
.page-about__flow-ttl {
  font-size: clamp(14px, 1.14vw, 20px);
  font-weight: 400;
  font-family: "Shippori Antique", sans-serif;
  color: #807568;
  text-align: center;
}
@media (max-width: 768px) {
  .page-about__flow-ttl {
    font-size: 1.8rem;
  }
}
.page-about__flow-list {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  margin-top: 3.2rem;
}
@media (max-width: 768px) {
  .page-about__flow-list {
    gap: 2.8rem;
    margin-top: 2.8rem;
  }
}
.page-about__flow-item {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .page-about__flow-item {
    flex-direction: column;
    gap: 1.7rem;
  }
}
.page-about__flow-content {
  width: 58%;
  text-align: right;
}
@media (max-width: 768px) {
  .page-about__flow-content {
    width: 100%;
  }
}
.page-about__flow-step {
  font-size: clamp(14px, 1.14vw, 20px);
  font-weight: 400;
  font-family: "Shippori Antique", sans-serif;
  position: relative;
  padding-left: 2.2rem;
  margin-bottom: 1.6rem;
  display: block;
  text-align: left;
  color: #807568;
}
@media (max-width: 768px) {
  .page-about__flow-step {
    font-size: 1.6rem;
  }
}
.page-about__flow-step::before {
  content: "";
  background: #cea06d;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.page-about__flow-sbttl {
  font-size: clamp(16px, 1.8vw, 28px);
  font-weight: 400;
  font-family: "Shippori Antique", sans-serif;
  color: #807568;
  margin-bottom: 1rem;
  text-align: left;
}
@media (max-width: 768px) {
  .page-about__flow-sbttl {
    font-size: 2rem;
  }
}
.page-about__flow-txt {
  font-size: clamp(12px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 3.2rem;
  text-align: left;
}
@media (max-width: 768px) {
  .page-about__flow-txt {
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
}
.page-about__flow-link {
  display: inline-block;
  font-size: clamp(12px, 0.91vw, 16px);
  font-weight: 500;
  margin-top: 0.4rem;
  border-bottom: 0.1rem solid #635334;
  padding-right: 3.2rem;
  padding-bottom: 0.8rem;
  position: relative;
}
@media (max-width: 768px) {
  .page-about__flow-link {
    font-size: 1.4rem;
  }
}
.page-about__flow-link .arrow {
  display: inline-block;
  vertical-align: middle;
  color: #635334;
  line-height: 1;
  position: relative;
  width: 0.5em;
  height: 0.5em;
  -webkit-transform: translateX(-25%) rotate(45deg);
  -ms-transform: translateX(-25%) rotate(45deg);
  transform: translateX(-25%) rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0.8rem;
  right: 0.5rem;
  margin: auto;
}
.page-about__flow-link .arrow::before {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}
.page-about__flow-link .arrow::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}
.page-about__flow-img {
  width: 37%;
}
@media (max-width: 768px) {
  .page-about__flow-img {
    width: 100%;
  }
}
.page-about__flow-img img {
  height: 100%;
  object-fit: cover;
}
.page-news {
  padding: 4.8rem 0 10rem;
}
@media (max-width: 768px) {
  .page-news {
    padding: 4rem 0;
  }
}
.page-news__wrap {
  display: flex;
  justify-content: space-between;
  margin: 4.8rem 0 10rem;
}
@media (max-width: 768px) {
  .page-news__wrap {
    flex-direction: column;
    gap: 4rem;
    margin: 3.2rem 0 4rem;
  }
}
.page-news__sidemenu {
  width: 18%;
}
@media (max-width: 768px) {
  .page-news__sidemenu {
    width: 100%;
  }
}
.page-news__sidemenu-ttl {
  font-size: clamp(14px, 1.14vw, 20px);
  font-weight: 400;
  color: #807568;
  font-family: "Shippori Antique", sans-serif;
  margin-bottom: 0.8rem;
}
@media (max-width: 768px) {
  .page-news__sidemenu-ttl {
    font-size: 1.6rem;
  }
}
.page-news__sidemenu-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media (max-width: 768px) {
  .page-news__sidemenu-list {
    padding-left: 2rem;
  }
}
.page-news__sidemenu-link {
  font-size: clamp(14px, 1.14vw, 20px);
  font-weight: 400;
  color: #807568;
  font-family: "Shippori Antique", sans-serif;
}
@media (max-width: 768px) {
  .page-news__sidemenu-link {
    font-size: 1.6rem;
  }
}
.page-news__sidemenu-link.active {
  position: relative;
}
.page-news__sidemenu-link.active::before {
  content: "";
  position: absolute;
  left: -2rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #CEA06D;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .page-news__sidemenu-link.active::before {
    width: 0.4rem;
    height: 0.4rem;
    left: -1.6rem;
  }
}
.page-news__main {
  width: 77%;
}
@media (max-width: 768px) {
  .page-news__main {
    width: 100%;
  }
}
.page-news__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .page-news__header {
    flex-direction: column;
    gap: 0.8rem;
  }
}
.page-news__ttl {
  font-size: clamp(14px, 1.14vw, 20px);
  font-weight: 400;
  font-family: "Shippori Antique", sans-serif;
}
@media (max-width: 768px) {
  .page-news__ttl {
    font-size: 2rem;
  }
}
.page-news__found {
  font-size: clamp(14px, 1.14vw, 20px);
  font-weight: 400;
  font-family: "Shippori Antique", sans-serif;
}
@media (max-width: 768px) {
  .page-news__found {
    font-size: 1.6rem;
  }
}
.page-news__list {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.page-news__link {
  box-shadow: 0 0.4rem 0.9rem rgba(0, 0, 0, 0.08);
  padding: 2.8rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: #fff;
}
.page-news__img {
  width: 19%;
  position: relative;
  padding-top: 19%;
}
@media (max-width: 768px) {
  .page-news__img {
    width: 30%;
    padding-top: 30%;
  }
}
.page-news__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.page-news__content {
  width: 76%;
}
@media (max-width: 768px) {
  .page-news__content {
    width: 62%;
  }
}
.page-news__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.2rem;
}
@media (max-width: 768px) {
  .page-news__flex {
    margin-bottom: 0.6rem;
  }
}
.page-news__category {
  border: 0.1rem solid #635334;
  padding: 0.4rem 1.2rem;
  color: #807568;
  font-size: clamp(12px, 0.91vw, 16px);
  font-weight: 500;
}
@media (max-width: 768px) {
  .page-news__category {
    font-size: 1.4rem;
  }
}
.page-news__day {
  font-size: clamp(12px, 0.91vw, 16px);
  font-weight: 500;
  display: block;
}
@media (max-width: 768px) {
  .page-news__day {
    font-size: 1.4rem;
  }
}
.page-news__sbttl {
  font-size: clamp(14px, 1.14vw, 20px);
  font-weight: 400;
  line-height: 4rem;
  font-family: "Shippori Antique", sans-serif;
}
@media (max-width: 768px) {
  .page-news__sbttl {
    font-size: 1.8rem;
    line-height: 3.6rem;
  }
}
.page-news__txt {
  font-size: clamp(12px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 3.2rem;
}
@media (max-width: 768px) {
  .page-news__txt {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
}
.page-company {
  padding: 4.8rem 0 10rem;
}
@media (max-width: 768px) {
  .page-company {
    padding: 4rem 0;
  }
}
.page-company__flex {
  display: flex;
  justify-content: space-between;
  margin-top: 4.8rem;
}
@media (max-width: 768px) {
  .page-company__flex {
    flex-direction: column;
    margin-top: 3.2rem;
    gap: 3.2rem;
  }
}
.page-company__content {
  width: 40%;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .page-company__content {
    width: 100%;
  }
}
.page-company__ttl {
  font-size: clamp(20px, 2.4vw, 36px);
  font-weight: 400;
  line-height: 7.2rem;
  color: #fff;
  font-family: "Shippori Antique", sans-serif;
}
@media (max-width: 768px) {
  .page-company__ttl {
    font-size: 2.8rem;
    line-height: 5.6rem;
  }
}
.page-company__ttl span {
  background: #807568;
  display: inline-block;
  margin-bottom: 1.2rem;
  padding: 0 1.2rem;
  white-space: nowrap;
}
.page-company__txt {
  font-size: clamp(12px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 3.2rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .page-company__txt {
    font-size: 1.6rem;
    margin-top: 1.6rem;
  }
}
.page-company__img {
  width: 56%;
  position: relative;
  padding-top: 40%;
}
@media (max-width: 768px) {
  .page-company__img {
    width: 100%;
    padding-top: 68%;
  }
}
.page-company__img img {
  object-position: top;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-company__access {
  margin: 15.6rem 4.2rem 0;
  display: flex;
  justify-content: space-between;
  background: #F5F5F5;
  padding: 4rem;
}
@media (max-width: 768px) {
  .page-company__access {
    margin: 4rem 0;
    padding: 1.6rem;
    flex-direction: column;
    gap: 1.6rem;
  }
}
.page-company__access-content {
  width: 45%;
}
@media (max-width: 768px) {
  .page-company__access-content {
    width: 100%;
  }
}
.page-company__access-content table {
  margin-top: 1.6rem;
  border-top: 0.1rem solid #635334;
  border-left: 0.1rem solid #635334;
  border-right: 0.1rem solid #635334;
  width: 100%;
  border-collapse: collapse;
}
.page-company__access-content table tr {
  display: flex;
}
.page-company__access-content table tr th {
  background: #635334;
  color: #fff;
  padding: 1.2rem 2rem;
  width: 30%;
  font-size: clamp(12px, 0.68vw, 14px);
  font-weight: 500;
  border-bottom: 0.1rem solid #fff;
}
@media (max-width: 768px) {
  .page-company__access-content table tr th {
    font-size: 1.2rem;
    padding: 0.8rem 1.2rem;
  }
}
.page-company__access-content table tr td {
  background: #fff;
  font-size: clamp(12px, 0.68vw, 14px);
  font-weight: 500;
  line-height: 2.8rem;
  width: 70%;
  padding: 1.2rem 2rem;
  text-align: left;
  border-bottom: 0.1rem solid #635334;
}
@media (max-width: 768px) {
  .page-company__access-content table tr td {
    font-size: 1.2rem;
    line-height: 2.4rem;
    padding: 0.8rem 1.2rem;
  }
}
.page-company__access-ttl {
  font-size: clamp(16px, 1.8vw, 28px);
  font-weight: 400;
  line-height: 5.6rem;
  color: #807568;
  font-family: "Shippori Antique", sans-serif;
}
@media (max-width: 768px) {
  .page-company__access-ttl {
    font-size: 2rem;
    line-height: 4rem;
    margin-bottom: 1.6rem;
  }
}
.page-company__access-map {
  width: 49%;
}
@media (max-width: 768px) {
  .page-company__access-map {
    width: 100%;
    height: 35rem;
  }
}
.page-company__access-map iframe {
  width: 100%;
  height: 100%;
}
.page-company__staff {
  padding: 8rem 0;
  background: #807568;
}
@media (max-width: 768px) {
  .page-company__staff {
    padding: 4rem 0 8.4rem;
  }
}
.page-company__staff .inner .block {
  max-width: 94.8rem;
}
.page-company__staff .inner .block .heading {
  text-align: center;
}
@media (max-width: 768px) {
  .page-company__staff .inner .block .heading {
    padding: 0 1.6rem;
  }
}
.page-company__staff-list {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .page-company__staff-list {
    display: flex;
    width: 76%;
    margin: 3.6rem auto 0;
    box-shadow: 0 0.6rem 0.8rem rgba(0, 0, 0, 0.05);
  }
}
.page-company__staff-list .slick-prev {
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  border-left: 0.2rem solid #cea06d;
  border-top: 0.2rem solid #cea06d;
  top: 0;
  bottom: 0;
  left: -2rem;
  margin: auto;
  transform: rotate(-45deg);
}
.page-company__staff-list .slick-next {
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  border-right: 0.2rem solid #cea06d;
  border-top: 0.2rem solid #cea06d;
  top: 0;
  bottom: 0;
  right: -2rem;
  margin: auto;
  transform: rotate(45deg);
}
.page-company__staff-list .slick-dots {
  bottom: -3.6rem;
}
.page-company__staff-list .slick-dots li button:before {
  background: #f5f5f5;
}
.page-company__staff-list .slick-dots li.slick-active button:before {
  background: #cea06d;
}
.page-company__staff-item {
  box-shadow: 0 0.6rem 0.8rem rgba(0, 0, 0, 0.05);
  position: relative;
}
@media (max-width: 768px) {
  .page-company__staff-item {
    box-shadow: none;
  }
}
.page-company__staff-link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.page-company__staff-img {
  position: relative;
  padding-top: 75%;
}
.page-company__staff-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-company__staff-category {
  position: absolute;
  border: 0.1rem solid #635334;
  background: #fff;
  font-size: clamp(10px, 0.45vw, 12px);
  font-weight: 500;
  padding: 0.5rem 1.2rem;
  top: 1.2rem;
  right: 1.2rem;
}
@media (max-width: 768px) {
  .page-company__staff-category {
    font-size: 1.2rem;
  }
}
.page-company__staff-content {
  padding: 1.6rem 1.2rem;
  background: #fff;
  flex-grow: 1;
}
.page-company__staff-ttl {
  margin-bottom: 1.6rem;
  color: #635334;
  font-size: clamp(14px, 1.14vw, 20px);
  font-weight: 400;
  line-height: 4rem;
  font-family: "Shippori Antique", sans-serif;
}
@media (max-width: 768px) {
  .page-company__staff-ttl {
    font-size: 1.8rem;
    line-height: 3.6rem;
    margin-bottom: 1rem;
  }
}
.page-company__staff-name01 {
  font-size: clamp(12px, 0.91vw, 16px);
  font-weight: 500;
  display: block;
}
@media (max-width: 768px) {
  .page-company__staff-name01 {
    font-size: 1.4rem;
  }
}
.page-company__staff-name02 {
  font-size: clamp(12px, 0.68vw, 14px);
  font-weight: 500;
  display: block;
}
@media (max-width: 768px) {
  .page-company__staff-name02 {
    font-size: 1.4rem;
  }
}
.page-company__blog {
  padding-top: 10rem;
}
@media (max-width: 768px) {
  .page-company__blog {
    padding: 8rem 0 4rem;
  }
}
.page-company__blog .block {
  max-width: 75rem;
}
.page-company__blog .block .heading {
  text-align: center;
  margin-bottom: 4rem;
}
.page-company__blog .block .heading h2 {
  color: #635334;
}
.page-company__blog-list {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .page-company__blog-list {
    margin-top: 1.6rem;
  }
}
.page-company__blog-item {
  border-bottom: 0.1rem solid #635334;
  background: #fff;
}
.page-company__blog-item:first-child {
  border-top: 0.1rem solid #635334;
}
.page-company__blog-link {
  display: flex;
  padding: 1.2rem 0;
}
@media (max-width: 768px) {
  .page-company__blog-link {
    flex-direction: column;
  }
}
.page-company__blog-day {
  font-size: clamp(12px, 0.91vw, 16px);
  font-weight: 500;
  width: 19%;
  padding-right: 4%;
}
@media (max-width: 768px) {
  .page-company__blog-day {
    width: 100%;
    font-size: 1.2rem;
    padding-right: 0;
  }
}
.page-company__blog-content {
  width: 75%;
}
@media (max-width: 768px) {
  .page-company__blog-content {
    width: 100%;
  }
}
.page-company__blog-ttl {
  font-size: clamp(14px, 1.14vw, 20px);
  font-weight: 400;
  line-height: 1.2;
  font-family: "Shippori Antique", sans-serif;
  margin-bottom: 1.2rem;
}
@media (max-width: 768px) {
  .page-company__blog-ttl {
    font-size: 1.8rem;
    line-height: 3.6rem;
  }
}
.page-company__blog-txt {
  font-size: clamp(12px, 0.91vw, 16px);
  line-height: 3.2rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .page-company__blog-txt {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
}
.page-company__blog-prev {
  font-size: clamp(12px, 0.91vw, 16px);
  font-weight: 500;
  padding-right: 3.2rem;
  margin-top: 4.4rem;
  position: relative;
  display: block;
  text-align: right;
}
@media (max-width: 768px) {
  .page-company__blog-prev {
    font-size: 1.6rem;
    margin-top: 1.6rem;
  }
}
.page-company__blog-prev .arrow {
  display: inline-block;
  vertical-align: middle;
  color: #635334;
  line-height: 1;
  position: relative;
  width: 0.5em;
  height: 0.5em;
  -webkit-transform: translateX(-25%) rotate(45deg);
  -ms-transform: translateX(-25%) rotate(45deg);
  transform: translateX(-25%) rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.6rem;
  margin: auto;
}
.page-company__blog-prev .arrow::before {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}
.page-company__blog-prev .arrow::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}
.page-recruit {
  padding: 4.8rem 0 10rem;
}
@media (max-width: 768px) {
  .page-recruit {
    padding: 4rem 0;
  }
}
.page-recruit__flex {
  display: flex;
  justify-content: space-between;
  margin-top: 4.8rem;
}
@media (max-width: 768px) {
  .page-recruit__flex {
    flex-direction: column;
    margin-top: 3.2rem;
    gap: 3.2rem;
  }
}
.page-recruit__content {
  width: 40%;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .page-recruit__content {
    width: 100%;
  }
}
.page-recruit__ttl {
  font-size: clamp(20px, 2.4vw, 36px);
  font-weight: 400;
  line-height: 7.2rem;
  color: #fff;
  font-family: "Shippori Antique", sans-serif;
}
@media (max-width: 768px) {
  .page-recruit__ttl {
    font-size: 2.8rem;
    line-height: 5.6rem;
  }
}
.page-recruit__ttl span {
  background: #807568;
  display: inline-block;
  margin-bottom: 1.2rem;
  padding: 0 1.2rem;
  white-space: nowrap;
}
.page-recruit__txt {
  font-size: clamp(12px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 3.2rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .page-recruit__txt {
    font-size: 1.6rem;
    margin-top: 1.6rem;
  }
}
.page-recruit__img {
  width: 56%;
  position: relative;
  padding-top: 40%;
}
@media (max-width: 768px) {
  .page-recruit__img {
    width: 100%;
    padding-top: 68%;
  }
}
.page-recruit__img img {
  object-position: top;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-recruit__occupation {
  padding: 10rem 0 0;
}
@media (max-width: 768px) {
  .page-recruit__occupation {
    padding: 4rem 0 0;
  }
}
.page-recruit__occupation-list {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media (max-width: 768px) {
  .page-recruit__occupation-list {
    margin-top: 3.2rem;
  }
}
@media (max-width: 768px) {
  .page-recruit__occupation-item {
    text-align: right;
  }
}
.page-recruit__occupation-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.page-recruit__occupation-img {
  width: 19%;
  position: relative;
  padding-top: 19%;
}
@media (max-width: 768px) {
  .page-recruit__occupation-img {
    width: 27%;
    padding-top: 27%;
  }
}
.page-recruit__occupation-img img {
  object-position: top;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-recruit__occupation-content {
  width: 77%;
  text-align: right;
}
@media (max-width: 768px) {
  .page-recruit__occupation-content {
    width: 69%;
  }
}
.page-recruit__occupation-ttl {
  font-size: clamp(16px, 1.8vw, 28px);
  font-weight: 400;
  line-height: 5.6rem;
  font-family: "Shippori Antique", sans-serif;
  text-align: left;
}
@media (max-width: 768px) {
  .page-recruit__occupation-ttl {
    font-size: 2rem;
    line-height: 4rem;
  }
}
.page-recruit__occupation-txt {
  font-size: clamp(12px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 3.2rem;
  text-align: left;
}
@media (max-width: 768px) {
  .page-recruit__occupation-txt {
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
}
.page-recruit__occupation-tag {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-top: 1.6rem;
}
@media (max-width: 768px) {
  .page-recruit__occupation-tag {
    gap: 0.8rem;
  }
}
.page-recruit__occupation-tag span {
  border: 0.1rem solid #635334;
  background: #fff;
  padding: 0.4rem 1.2rem;
  font-size: clamp(10px, 0.45vw, 12px);
  font-weight: 500;
  color: #807568;
}
@media (max-width: 768px) {
  .page-recruit__occupation-tag span {
    font-size: 1.2rem;
  }
}
.page-recruit__occupation-box {
  margin-top: 3.2rem;
  display: none;
}
@media (max-width: 768px) {
  .page-recruit__occupation-box {
    margin-top: 1rem;
    width: 100%;
  }
}
.page-recruit__occupation-box table {
  margin-top: 1.6rem;
  border-top: 0.1rem solid #635334;
  border-left: 0.1rem solid #635334;
  border-right: 0.1rem solid #635334;
  width: 100%;
  border-collapse: collapse;
}
.page-recruit__occupation-box table tr {
  display: flex;
}
.page-recruit__occupation-box table tr th {
  background: #635334;
  color: #fff;
  padding: 1.2rem 2rem;
  width: 20%;
  font-size: clamp(12px, 0.68vw, 14px);
  font-weight: 500;
  border-bottom: 0.1rem solid #fff;
}
@media (max-width: 768px) {
  .page-recruit__occupation-box table tr th {
    font-size: 1.2rem;
    padding: 0.8rem 1.2rem;
  }
}
.page-recruit__occupation-box table tr td {
  background: #fff;
  font-size: clamp(12px, 0.68vw, 14px);
  font-weight: 500;
  line-height: 2.8rem;
  width: 80%;
  padding: 1.2rem 2rem;
  text-align: left;
  border-bottom: 0.1rem solid #635334;
}
@media (max-width: 768px) {
  .page-recruit__occupation-box table tr td {
    font-size: 1.2rem;
    line-height: 2.4rem;
    padding: 0.8rem 1.2rem;
  }
}
.page-recruit__occupation-sbttl {
  font-size: clamp(14px, 1.14vw, 20px);
  font-weight: 400;
  color: #807568;
  font-family: "Shippori Antique", sans-serif;
  padding-left: 3.2rem;
  position: relative;
  text-align: left;
}
@media (max-width: 768px) {
  .page-recruit__occupation-sbttl {
    font-size: 1.6rem;
    padding-left: 2rem;
  }
}
.page-recruit__occupation-sbttl::before {
  content: "";
  background: #CEA06D;
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.2rem;
  margin: auto;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .page-recruit__occupation-sbttl::before {
    width: 0.4rem;
    height: 0.4rem;
    left: 0.8rem;
  }
}
table + .page-recruit__occupation-sbttl {
  margin-top: 2rem;
}
.page-recruit__occupation-detail {
  font-size: clamp(12px, 0.91vw, 16px);
  font-weight: 500;
  position: relative;
  border-bottom: 0.1rem solid #635334;
  display: inline-block;
  cursor: pointer;
  padding-right: 3.2rem;
  margin-top: 3.2rem;
}
@media (max-width: 768px) {
  .page-recruit__occupation-detail {
    font-size: 1.6rem;
    margin-top: 2.4rem;
  }
}
.page-recruit__occupation-detail .arrow {
  display: inline-block;
  vertical-align: middle;
  color: #635334;
  line-height: 1;
  position: relative;
  width: 0.5em;
  height: 0.5em;
  transform: translateY(-25%) rotate(135deg);
  position: absolute;
  top: 0;
  bottom: 0.8rem;
  right: 0.6rem;
  margin: auto;
}
.page-recruit__occupation-detail .arrow::before {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}
.page-recruit__occupation-detail .arrow::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}
.page-recruit__occupation-detail .dli-plus {
  padding-bottom: 0.8rem;
}
.page-recruit__occupation-detail .dli-minus {
  display: none;
  padding-bottom: 0.8rem;
}
.page-recruit__occupation-detail .dli-minus .arrow {
  transform: translateY(25%) rotate(-45deg);
}
.page-recruit__entry {
  padding: 10rem 0;
  margin: 0 7.2rem;
}
@media (max-width: 768px) {
  .page-recruit__entry {
    padding: 4rem 0;
    margin: 0;
  }
}
.page-recruit__entry-list {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 7.3rem;
}
@media (max-width: 768px) {
  .page-recruit__entry-list {
    margin-top: 2.8rem;
    gap: 5.7rem;
  }
}
.page-recruit__entry-item {
  background: #F5F5F5;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 768px) {
  .page-recruit__entry-item {
    padding: 1.6rem;
    flex-direction: column;
    gap: 0.4rem;
  }
}
.page-recruit__entry-item::after {
  content: "";
  position: absolute;
  bottom: -4.4rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 3.4rem solid transparent;
  border-left: 3.4rem solid transparent;
  border-top: 2rem solid #CEA06D;
  border-bottom: 0;
}
@media (max-width: 768px) {
  .page-recruit__entry-item::after {
    border-right: 1.4rem solid transparent;
    border-left: 1.4rem solid transparent;
    border-top: 1rem solid #CEA06D;
    bottom: -3.4rem;
  }
}
.page-recruit__entry-item:last-child::after {
  content: none;
}
.page-recruit__entry-left {
  width: 27%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .page-recruit__entry-left {
    width: 100%;
    justify-content: left;
    gap: 1rem;
  }
}
.page-recruit__entry-step {
  font-size: clamp(14px, 1.14vw, 20px);
  font-weight: 400;
  color: #807568;
  font-family: "Shippori Antique", sans-serif;
  padding-left: 3.2rem;
  position: relative;
}
@media (max-width: 768px) {
  .page-recruit__entry-step {
    font-size: 1.6rem;
    padding-left: 2rem;
  }
}
.page-recruit__entry-step::before {
  content: "";
  background: #CEA06D;
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.2rem;
  margin: auto;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .page-recruit__entry-step::before {
    width: 0.4rem;
    height: 0.4rem;
    left: 0.8rem;
  }
}
.page-recruit__entry-ttl {
  font-size: clamp(16px, 1.8vw, 28px);
  font-weight: 400;
  color: #807568;
  font-family: "Shippori Antique", sans-serif;
}
@media (max-width: 768px) {
  .page-recruit__entry-ttl {
    font-size: 1.8rem;
  }
}
.page-recruit__entry-right {
  width: 70%;
}
@media (max-width: 768px) {
  .page-recruit__entry-right {
    width: 100%;
  }
}
.page-recruit__entry-txt {
  font-size: clamp(12px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 3.2rem;
  color: #807568;
}
@media (max-width: 768px) {
  .page-recruit__entry-txt {
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
}
.page-contact {
  padding: 4.8rem 0 10rem;
}
@media (max-width: 768px) {
  .page-contact {
    padding: 4rem 0;
  }
}
.page-contact__form {
  margin-top: 3.2rem;
}
@media (max-width: 768px) {
  .page-contact__form {
    margin-top: 2.4rem;
  }
}
.page-contact__box {
  margin: 0 auto;
  width: 50%;
}
@media (max-width: 768px) {
  .page-contact__box {
    width: 100%;
  }
}
.page-contact__box tbody tr {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-bottom: 1.6rem;
}
.page-contact__box tbody tr th span {
  font-size: clamp(12px, 0.91vw, 16px);
  font-weight: 500;
}
@media (max-width: 768px) {
  .page-contact__box tbody tr th span {
    font-size: 1.6rem;
  }
}
.page-contact__box tbody tr th small {
  font-size: clamp(10px, 0.45vw, 12px);
  color: #e94444;
  font-weight: 500;
}
@media (max-width: 768px) {
  .page-contact__box tbody tr th small {
    font-size: 1.2rem;
  }
}
.page-contact__box tbody tr td input[type=text] {
  border: 0.1rem solid #807568;
  border-radius: 0.4rem;
  height: 3.8rem;
  width: 100%;
  padding: 1rem;
  font-size: clamp(12px, 0.91vw, 16px);
  font-weight: 500;
}
@media (max-width: 768px) {
  .page-contact__box tbody tr td input[type=text] {
    font-size: 1.6rem;
  }
}
.page-contact__box tbody tr td input[type=email] {
  border: 0.1rem solid #807568;
  border-radius: 0.4rem;
  height: 3.8rem;
  width: 100%;
  padding: 1rem;
  font-size: clamp(12px, 0.91vw, 16px);
  font-weight: 500;
}
.page-contact__box tbody tr td input[type=radio] {
  width: 1.4rem;
  height: 1.4rem;
  border: 0.1rem solid #807568;
  background: #fff;
  border-radius: 50%;
  position: relative;
  transition: background-color 0.2s ease;
}
.page-contact__box tbody tr td input[type=radio]:checked::after {
  opacity: 1;
}
.page-contact__box tbody tr td input[type=radio]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #807568;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.page-contact__box tbody tr td .wpcf7-list-item {
  font-size: clamp(12px, 0.68vw, 14px);
  font-weight: 500;
}
@media (max-width: 768px) {
  .page-contact__box tbody tr td .wpcf7-list-item {
    font-size: 1.4rem;
  }
}
.page-contact__box tbody tr td .wpcf7-list-item.first {
  margin: 0;
}
.page-contact__box tbody tr td .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.page-contact__box tbody tr td select {
  border: 0.1rem solid #807568;
  border-radius: 0.4rem;
  height: 3.8rem;
  width: 100%;
  padding: 0 1rem;
  font-size: clamp(12px, 0.91vw, 16px);
  font-weight: 500;
  -webkit-appearance: none;
  appearance: none;
  background: url("../images/common/select-arrow.png") no-repeat;
  background-size: 0.8rem auto;
  background-position: right 1rem center;
}
.page-contact__box tbody tr td select::-ms-expand {
  display: none;
}
.page-contact__box tbody tr td .post-number {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
.page-contact__box tbody tr td .post-number__ttl {
  font-size: clamp(12px, 0.91vw, 16px);
  font-weight: 500;
  margin-right: 0.8rem;
}
@media (max-width: 768px) {
  .page-contact__box tbody tr td .post-number__ttl {
    font-size: 1.6rem;
  }
}
.page-contact__box tbody tr td .post-number input[type=text] {
  width: 5.6rem;
  height: 2.8rem;
}
.page-contact__box tbody tr td .post-number .line {
  display: flex;
  margin: 0 0.8rem;
}
.page-contact__box tbody tr td textarea {
  border: 0.1rem solid #807568;
  border-radius: 0.4rem;
  height: 15.8rem;
  width: 100%;
  padding: 1rem;
  font-size: clamp(12px, 0.91vw, 16px);
  font-weight: 500;
}
@media (max-width: 768px) {
  .page-contact__box tbody tr td textarea {
    font-size: 1.6rem;
  }
}
.page-contact__box tbody tr:last-child {
  margin-bottom: 0;
}
.page-contact__btn {
  text-align: center;
  margin-top: 2.4rem;
}
@media (max-width: 768px) {
  .page-contact__btn {
    margin-top: 0.8rem;
  }
}
.page-contact__btn input[type=submit] {
  background: #cea06d;
  border-radius: 3rem;
  height: 5.6rem;
  width: 25.6rem;
  color: #635334;
  font-weight: 500;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  -webkit-box-shadow: 0.4rem 0.4rem 0.8rem rgba(0, 0, 0, 0.08);
  box-shadow: 0.4rem 0.4rem 0.8rem rgba(0, 0, 0, 0.08);
  border: none;
  font-size: clamp(14px, 1.14vw, 20px);
  font-family: "Shippori Antique", sans-serif;
  cursor: pointer;
}
.page-contact__btn input[disabled] {
  opacity: 0.5;
  pointer-events: none;
}
.page-contact__btn .wpcf7-spinner {
  position: absolute;
  bottom: 6rem;
  left: 0;
  right: 0;
  margin: auto;
}
.page-contact .wpcf7-not-valid-tip {
  display: none;
}
.page-pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  margin-top: 7rem;
}
@media (max-width: 768px) {
  .page-pagination ul {
    margin-top: 3.2rem;
  }
}
.page-pagination ul li {
  font-size: clamp(14px, 1.14vw, 20px);
  font-weight: 500;
}
@media (max-width: 768px) {
  .page-pagination ul li {
    font-size: 1.6rem;
  }
}
.page-pagination ul li span {
  position: relative;
  font-size: clamp(14px, 1.14vw, 20px);
  font-weight: 500;
}
@media (max-width: 768px) {
  .page-pagination ul li span {
    font-size: 1.6rem;
  }
}
.page-pagination ul li span::before {
  content: "";
  background: #cea06d;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: -0.5rem;
  left: 0;
  right: 0;
  margin: auto;
}
.page-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .page-link {
    flex-direction: column;
    gap: 0.8rem;
  }
}
.page-link__prev, .page-link__back, .page-link__next {
  font-size: clamp(12px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 3.2rem;
  border-bottom: 0.1rem solid #635334;
}
@media (max-width: 768px) {
  .page-link__prev, .page-link__back, .page-link__next {
    font-size: 1.6rem;
  }
}

.single-works {
  padding: 2.4rem 0 10rem;
}
@media (max-width: 768px) {
  .single-works {
    padding: 1rem 0 4rem;
  }
}
.single-works__header {
  margin-bottom: 4.1rem;
}
.single-works__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .single-works__box {
    margin-bottom: 1.2rem;
  }
}
.single-works__area {
  font-size: clamp(14px, 1.14vw, 20px);
  font-weight: 400;
  font-family: "Shippori Antique", sans-serif;
  position: relative;
  padding-left: 3.2rem;
}
.single-works__area::before {
  content: "";
  background: #CEA06D;
  border-radius: 50%;
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.2rem;
  margin: auto;
}
.single-works__tag {
  background: #CEA06D;
  border-radius: 0.4rem;
  padding: 0.4rem 1.2rem;
  color: #fff;
  font-size: clamp(12px, 0.91vw, 16px);
  font-weight: 500;
}
.single-works__ttl {
  font-size: clamp(20px, 2.4vw, 36px);
  font-weight: 400;
  font-family: "Shippori Antique", sans-serif;
  line-height: 7.2rem;
  margin-bottom: 3.2rem;
}
@media (max-width: 768px) {
  .single-works__ttl {
    font-size: 2.8rem;
    line-height: 5.6rem;
    margin-bottom: 0.8rem;
  }
}
.single-works__day {
  font-size: clamp(12px, 0.91vw, 16px);
  font-weight: 500;
  text-align: right;
  display: block;
}
@media (max-width: 768px) {
  .single-works__day {
    font-size: 1.6rem;
  }
}
.single-works__img {
  position: relative;
  padding-top: 75%;
  margin-bottom: 3.1rem;
}
.single-works__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-works__category {
  font-size: clamp(12px, 0.91vw, 16px);
  font-weight: 400;
  padding: 0.4rem 1.2rem;
  border: 0.1rem solid #807568;
  background: #fff;
  margin-bottom: 2.4rem;
}
.single-works__txt {
  font-size: clamp(12px, 0.91vw, 16px);
  font-weight: 400;
  line-height: 3.2rem;
  margin-top: 2.4rem;
}
.single-works__flex {
  display: flex;
  justify-content: space-between;
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .single-works__flex {
    flex-direction: column;
    margin-top: 4rem;
  }
}
.single-works__content {
  width: 38%;
}
@media (max-width: 768px) {
  .single-works__content {
    width: 100%;
  }
}
.single-works__sbttl {
  font-size: clamp(16px, 1.8vw, 28px);
  font-weight: 400;
  line-height: 5.6rem;
  font-family: "Shippori Antique", sans-serif;
  margin-bottom: 1.2rem;
}
@media (max-width: 768px) {
  .single-works__sbttl {
    font-size: 2.8rem;
  }
}
.single-works__sbtxt {
  font-size: clamp(12px, 0.91vw, 16px);
  font-weight: 400;
  line-height: 3.2rem;
}
@media (max-width: 768px) {
  .single-works__sbtxt {
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
}
.single-works__gallery-img {
  width: 57%;
}
@media (max-width: 768px) {
  .single-works__gallery-img {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
.single-works__gallery-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2rem;
  margin: 4rem 4.7rem 0;
}
@media (max-width: 768px) {
  .single-works__gallery-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
    margin: 4rem 1.9rem;
  }
}
.single-works__gallery-item {
  position: relative;
  padding-top: 75%;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-decoration: none;
}
.single-works__gallery-item:hover {
  opacity: 0.7;
}
.single-works__gallery-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.single-works .modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  align-items: center;
  justify-content: center;
  padding: 5rem 0;
}
.single-works .modal-content {
  margin: auto;
  display: block;
  max-width: 60%;
  object-fit: cover;
  padding-top: 0;
}
@media (max-width: 768px) {
  .single-works .modal-content {
    max-width: 90%;
    object-fit: cover;
  }
}
.single-works .modal-content.single-works__gallery-item {
  cursor: auto;
  pointer-events: none;
}
.single-works .modal-content.single-works__gallery-item:hover {
  opacity: 1;
}
.single-works .modal #modal-next {
  position: fixed;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  background: #1a1a1a;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
  z-index: 100;
}
.single-works .modal #modal-next:hover {
  background: rgba(0, 0, 0, 0.7);
}
@media (max-width: 768px) {
  .single-works .modal #modal-next {
    right: 1rem;
    width: 4rem;
    height: 4rem;
  }
}
.single-works .modal #modal-prev {
  position: fixed;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
  background: #1a1a1a;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
  z-index: 100;
}
.single-works .modal #modal-prev:hover {
  background: rgba(0, 0, 0, 0.7);
}
@media (max-width: 768px) {
  .single-works .modal #modal-prev {
    left: 1rem;
    width: 4rem;
    height: 4rem;
  }
}
.single-works .modal #caption {
  display: none;
}
.single-works .modal .modal-prev,
.single-works .modal .modal-next {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
}
.single-works .modal .modal-prev {
  transform: rotate(-135deg);
}
.single-works .modal .modal-prev::before, .single-works .modal .modal-prev::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.2rem;
}
.single-works .modal .modal-prev::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.3rem;
}
.single-works .modal .modal-prev::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.3rem;
}
.single-works .modal .modal-next {
  transform: rotate(45deg);
}
.single-works .modal .modal-next::before, .single-works .modal .modal-next::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.2rem;
}
.single-works .modal .modal-next::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.3rem;
}
.single-works .modal .modal-next::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.3rem;
}
.single-works .modal .close {
  position: fixed;
  top: 2rem;
  right: 2rem;
  color: white;
  font-weight: bold;
  font-size: 3rem;
  cursor: pointer;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  z-index: 1001;
}
.single-works .modal .close:hover, .single-works .modal .close:focus {
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  cursor: pointer;
}
.single-works__voice {
  margin: 6rem 10rem;
  background: #F5F5F5;
  padding: 4rem;
}
@media (max-width: 768px) {
  .single-works__voice {
    margin: 4rem 0;
    padding: 2.4rem 1.6rem 1.6rem;
  }
}
.single-works__voice-tag {
  background: #CEA06D;
  border-radius: 0.4rem;
  color: #fff;
  padding: 0.4rem 1.2rem;
  font-size: clamp(12px, 0.91vw, 16px);
  font-weight: 500;
}
@media (max-width: 768px) {
  .single-works__voice-tag {
    font-size: 1.6rem;
  }
}
.single-works__voice-ttl {
  font-size: clamp(16px, 1.8vw, 28px);
  font-family: "Shippori Antique", sans-serif;
  font-weight: 400;
  line-height: 5.6rem;
  margin-bottom: 1.2rem;
}
@media (max-width: 768px) {
  .single-works__voice-ttl {
    font-size: 1.8rem;
    line-height: 3.6rem;
    margin: 0.4rem 0 1.2rem;
  }
}
.single-works__voice-txt {
  font-size: clamp(12px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 3.2rem;
}
@media (max-width: 768px) {
  .single-works__voice-txt {
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
}
.single-works__voice-img {
  width: 47%;
  position: relative;
  padding-top: 40%;
  margin: 4rem auto 0;
}
@media (max-width: 768px) {
  .single-works__voice-img {
    width: 100%;
    padding-top: 70%;
    margin: 2.4rem 0 0;
  }
}
.single-works__voice-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.single-works__others {
  padding-top: 10rem;
}
@media (max-width: 768px) {
  .single-works__others {
    padding-top: 4rem;
  }
}
.single-works__others .heading {
  text-align: center;
  margin-bottom: 2.9rem;
}
.single-works__others .heading h2 {
  color: #635334;
  font-size: clamp(16px, 1.8vw, 28px);
}
@media (max-width: 768px) {
  .single-works__others .heading h2 {
    font-size: 2rem;
  }
}
.single-news {
  padding: 2.4rem 0 10rem;
}
@media (max-width: 768px) {
  .single-news {
    padding: 1rem 0 4rem;
  }
}
.single-news .block {
  max-width: 80rem;
}
.single-news__header {
  margin-bottom: 3.2rem;
}
.single-news__category {
  color: #807568;
  font-size: clamp(14px, 1.14vw, 20px);
  font-weight: 400;
  font-family: "Shippori Antique", sans-serif;
  position: relative;
  padding-left: 3.2rem;
}
@media (max-width: 768px) {
  .single-news__category {
    font-size: 1.6rem;
    padding-left: 2rem;
  }
}
.single-news__category::before {
  content: "";
  position: absolute;
  left: 1.2rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #CEA06D;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .single-news__category::before {
    width: 0.4rem;
    height: 0.4rem;
    left: 0.8rem;
  }
}
.single-news__ttl {
  font-size: clamp(20px, 2.4vw, 36px);
  font-weight: 400;
  font-family: "Shippori Antique", sans-serif;
  line-height: 7.2rem;
  margin-bottom: 3.2rem;
}
@media (max-width: 768px) {
  .single-news__ttl {
    font-size: 2.8rem;
    line-height: 5.6rem;
    margin-bottom: 0.8rem;
  }
}
.single-news__day {
  font-size: clamp(12px, 0.91vw, 16px);
  font-weight: 500;
  text-align: right;
  display: block;
}
@media (max-width: 768px) {
  .single-news__day {
    font-size: 1.6rem;
  }
}
.single-news__wrap h2 {
  color: #000000;
  font-size: clamp(16px, 1.8vw, 28px);
  font-weight: 400;
  line-height: 5.6rem;
  font-family: "Shippori Antique", sans-serif;
  margin-bottom: 3.6rem;
}
@media (max-width: 768px) {
  .single-news__wrap h2 {
    font-size: 2rem;
    line-height: 4rem;
  }
}
.single-news__wrap h3 {
  color: #000000;
  font-size: clamp(14px, 1.14vw, 20px);
  font-weight: 400;
  line-height: 4rem;
  font-family: "Shippori Antique", sans-serif;
  margin-bottom: 3.6rem;
}
@media (max-width: 768px) {
  .single-news__wrap h3 {
    font-size: 1.8rem;
    line-height: 3.6rem;
  }
}
.single-news__wrap p,
.single-news__wrap span {
  font-size: clamp(12px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 3.2rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .single-news__wrap p,
  .single-news__wrap span {
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
}
.single-news__wrap img {
  margin-bottom: 3.6rem;
  display: block;
  width: 100%;
}
.single-news__contact {
  padding-top: 10rem;
}
@media (max-width: 768px) {
  .single-news__contact {
    padding-top: 4rem;
  }
}
.single-news__contact .heading {
  text-align: center;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .single-news__contact .heading {
    margin-bottom: 2.4rem;
  }
}
.single-news__contact .heading h2 {
  color: #635334;
  font-size: clamp(16px, 1.8vw, 28px);
}
@media (max-width: 768px) {
  .single-news__contact .heading h2 {
    font-size: 2.8rem;
    margin-bottom: 2.4rem;
  }
}
.single-news__contact .heading p {
  font-size: clamp(12px, 0.91vw, 16px);
  font-weight: 500;
  line-height: 3.2rem;
}
@media (max-width: 768px) {
  .single-news__contact .heading p {
    font-size: 1.6rem;
  }
}
.single-news__others {
  padding-top: 10rem;
}
@media (max-width: 768px) {
  .single-news__others {
    padding-top: 4rem;
  }
}
.single-news__others .heading {
  text-align: center;
  margin-bottom: 2.9rem;
}
.single-news__others .heading h2 {
  color: #635334;
  font-size: clamp(16px, 1.8vw, 28px);
}
@media (max-width: 768px) {
  .single-news__others .heading h2 {
    font-size: 2rem;
  }
}

#news,
#about {
  padding-top: 15rem;
  margin-top: -15rem;
}
@media (max-width: 768px) {
  #news,
  #about {
    padding-top: 12rem;
    margin-top: -12rem;
  }
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}