@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
/* リセットCSS
===================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, button, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 767px) {
  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, button, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-size: 2.5445292621vw;
  }
}

html {
  line-height: 1;
  scroll-behavior: smooth;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

/* 基本設定
===================================== */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-weight: 400;
  color: #000;
  background: #f7f6f2;
  overflow-x: hidden;
}

body.is-menu-open {
  overflow: hidden;
}

button {
  appearance: none;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

.note-show {
  display: none;
}
@media (max-width: 1440px) {
  .note-show {
    display: block;
  }
}

.note-hide {
  display: block;
}
@media (max-width: 1440px) {
  .note-hide {
    display: none;
  }
}

.tab-show {
  display: none;
}
@media (max-width: 1024px) {
  .tab-show {
    display: block;
  }
}

.tab-hide {
  display: block;
}
@media (max-width: 1024px) {
  .tab-hide {
    display: none;
  }
}

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

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

img.sp-hide, span.sp-hide {
  display: inline;
}
@media (max-width: 767px) {
  img.sp-hide, span.sp-hide {
    display: none;
  }
}

img:not([src$=".svg"]) {
  width: 100%;
}

span, strong, small, em, time, ruby {
  font-size: inherit;
}

picture {
  display: block;
}

/* 共通
===================================== */
.sec-head {
  text-align: center;
}
.sec-head .sec-en {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-size: 16px;
  color: #6C6357;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
.sec-head .sec-ttl {
  position: relative;
  margin-top: 11px;
  padding-bottom: 11px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 30px;
  color: #000;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
}
.sec-head .sec-ttl::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 62px;
  height: 1px;
  background: rgba(173, 151, 121, 0.5);
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .sec-head .sec-en {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .sec-head .sec-ttl {
    margin-top: 1rem;
    padding-bottom: 1rem;
    font-size: 2.2rem;
    line-height: 1.4;
  }
  .sec-head .sec-ttl::after {
    width: 6.2rem;
    height: 0.1rem;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 157px;
  height: 44px;
  border: 1px solid #6C6357;
  color: #6C6357;
  background-color: #fff;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1;
  transition: background 0.3s ease, color 0.3s ease;
}
.btn:hover {
  background: #6C6357;
  color: #fff;
}
@media (max-width: 767px) {
  .btn {
    width: 15.7rem;
    height: 4.4rem;
    border-width: 0.1rem;
    font-size: 1.6rem;
  }
}

@keyframes fv-loop {
  0% {
    transform: translate3d(var(--fv-start), 0, 0);
  }
  100% {
    transform: translate3d(calc(-50% - var(--fv-end)), 0, 0);
  }
}
@keyframes foot-loop {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
/* ヘッダー
===================================== */
.hdr {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 97px;
  padding: 0 64px;
  border-bottom: 1px solid rgba(173, 151, 121, 0.5);
  transition: all 0.3s;
}
.hdr.scrolled {
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.hdr-logo {
  display: block;
  width: 133px;
}
.hdr-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.hdr-nav {
  display: flex;
  align-items: center;
  gap: 48px;
}
.hdr-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 84px;
  height: 53px;
  font-family: "hiragino-mincho-pron", sans-serif;
  color: #6C6357;
  letter-spacing: 0.08em;
  text-align: center;
}
.hdr-link span {
  font-family: inherit;
  font-size: 16px;
  line-height: 1;
}
.hdr-link small {
  margin-top: 3px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1;
  color: #000;
  letter-spacing: 0;
}
.hdr-link--btn {
  width: 196px;
  border-radius: 4px;
  background: #6C6357;
  color: #fff;
}
.hdr-link--btn small {
  color: white;
}
.hdr-btn {
  display: none;
}
@media (max-width: 767px) {
  .hdr {
    height: 6.3rem;
    padding-left: 1.2rem;
    padding-right: 0.8rem;
    border-bottom-width: 0.1rem;
  }
  .hdr-logo {
    width: 11.1rem;
  }
  .hdr-nav {
    display: none;
  }
  .hdr-btn {
    display: block;
    width: 4.6rem;
    height: 4.6rem;
    padding: 0;
  }
  .hdr-btn img {
    width: 100%;
    height: 100%;
  }
}

/* SPメニュー
===================================== */
.menu {
  position: fixed;
  inset: 0;
  z-index: 50;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  overflow: hidden;
  color: #fff;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.menu::before, .menu::after {
  content: "";
  position: absolute;
  inset: 0;
}
.menu::after {
  background: rgba(57, 50, 44, 0.91);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
.menu.is-open {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}
.menu-hd, .menu-nav {
  position: relative;
  z-index: 1;
}
.menu-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  padding: 0 26px 0 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.menu-logo {
  display: block;
  width: 170px;
}
.menu-logo img {
  width: 100%;
  height: auto;
}
.menu-close {
  display: block;
  width: 25px;
  height: 25px;
  padding: 0;
}
.menu-close img {
  width: 100%;
  height: 100%;
}
.menu-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 98px;
  gap: 54px;
}
.menu-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "hiragino-mincho-pron", sans-serif;
  letter-spacing: 0.08em;
  text-align: center;
}
.menu-link span {
  font-family: inherit;
  font-size: 26px;
  line-height: 1;
}
.menu-link small {
  margin-top: 10px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0;
}
.menu-link--btn {
  width: 260px;
  height: 53px;
  justify-content: center;
  border-radius: 4px;
  background: #fff;
  color: #6C6357;
}
@media (max-width: 767px) {
  .menu-hd {
    height: 6.3rem;
    padding-left: 1.2rem;
    padding-right: 0.8rem;
    border-bottom-width: 0.1rem;
  }
  .menu-logo {
    width: 11rem;
  }
  .menu-close {
    width: 3.2rem;
    height: 3.2rem;
    padding-right: 0.4rem;
    padding-left: 0.4rem;
  }
  .menu-nav {
    padding-top: 8.2rem;
    gap: 4.8rem;
  }
  .menu-link span {
    font-size: 1.6rem;
  }
  .menu-link small {
    margin-top: 0.4rem;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
  }
  .menu-link--btn {
    width: 26rem;
    height: 5.3rem;
    border-radius: 0.4rem;
  }
}

section {
  overflow: hidden;
}

/* FV
===================================== */
.fv {
  position: relative;
  overflow: hidden;
  padding-top: 166px;
  background: url("../../img/fv-bg.webp") top center/cover no-repeat;
  padding-bottom: 32px;
}
.fv-copy {
  text-align: center;
}
.fv-ttl {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 72px;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
.fv-txt {
  margin-top: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 2;
}
.fv-txt ruby {
  font-family: inherit;
  ruby-position: over;
}
.fv-txt rt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  line-height: 1;
  position: relative;
  top: -1px;
}
.fv-slide {
  width: 100%;
  height: 171px;
  margin-top: 64px;
  overflow: hidden;
}
.fv-track {
  --fv-start: -250px;
  --fv-end: 250px;
  display: flex;
  width: max-content;
  height: 100%;
  animation: fv-loop 44s linear infinite;
}
.fv-set {
  display: flex;
  height: 100%;
}
.fv-set picture {
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.75);
}
.fv-set img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .fv {
    padding-top: 13.2rem;
    background-image: url("../../img/fv-bg-sp.webp");
    padding-bottom: 1.5rem;
  }
  .fv-ttl {
    font-size: 3.7rem;
    letter-spacing: 0.04em;
    line-height: 1.4;
  }
  .fv-txt {
    margin-top: 2.7rem;
    font-size: 1.5rem;
    letter-spacing: 0.02em;
    line-height: 1.91;
  }
  .fv-txt rt {
    font-size: 0.8rem;
  }
  .fv-slide {
    height: 12.6rem;
    margin-top: 7.3rem;
  }
  .fv-track {
    --fv-start: 0rem;
    --fv-end: 0rem;
    animation-duration: 28s;
  }
  .fv-set picture {
    border-right-width: 0.1rem;
  }
}

/* ABOUT
===================================== */
.about {
  padding: 72px 0 50px;
  background: url("../../img/about-bg.webp") center top/cover no-repeat;
}
.about-head {
  margin-bottom: 50px;
}
.about-in {
  display: flex;
  gap: 46px;
}
@media screen and (min-width: 1141px) {
  .about-in {
    margin: 0 0 0 calc((100% - 1140px) / 2);
  }
}
@media screen and (min-width: 1700px) {
  .about-in {
    align-items: center;
  }
}
.about-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  padding-left: 20px;
}
.about-btn {
  margin-top: 15px;
  margin-left: 20px;
}
.about-img {
  width: 50vw;
  display: block;
  object-fit: cover;
  height: auto;
  min-width: 0;
  flex-shrink: 0;
  overflow: hidden;
  margin-top: 12px;
  margin-bottom: 12px;
}
.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .about {
    padding: 4rem 1.2rem;
    background-image: url("../../img/about-bg-sp.webp");
    padding-bottom: 0;
  }
  .about-head {
    margin-bottom: 1.2rem;
  }
  .about-in {
    display: block;
    width: auto;
    margin: 0;
    padding: 0 0.8rem;
  }
  .about-body {
    width: auto;
    padding-top: 0;
  }
  .about-txt {
    font-size: 1.6rem;
    letter-spacing: 0;
    padding-left: 0;
  }
  .about-btn {
    display: flex;
    margin: 3.2rem 0 0 auto;
  }
  .about-img {
    flex: none;
    width: 100%;
    height: 17.1rem;
    margin-top: 4.6rem;
  }
}

/* BUSINESS
===================================== */
.biz {
  padding: 80px 20px;
  background: #f3f3ef;
}
.biz-head {
  margin-bottom: 61px;
}
.biz-list {
  display: flex;
  gap: 26px;
  max-width: 1140px;
  margin: 0 auto;
  justify-content: center;
}
.biz-card {
  position: relative;
  top: 0px;
  left: 0px;
  display: block;
  width: 553px;
  height: 304px;
  overflow: hidden;
  color: #fff;
  box-shadow: 6px 6px 0 0 rgba(174, 154, 127, 0.5);
  transition: all 0.3s;
}
@media screen and (max-width: 1200px) {
  .biz-card {
    width: calc(50% - 13px);
  }
}
@media (min-width: 768px) {
  .biz-card:hover {
    top: 6px;
    left: 6px;
    box-shadow: 0px 0px 0 0 rgba(174, 154, 127, 0.5);
  }
}
.biz-img, .biz-cover, .biz-in {
  position: absolute;
  inset: 0;
}
.biz-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.biz-cover {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.36) 56%, rgba(0, 0, 0, 0.22) 100%);
}
.biz-in {
  display: flex;
  flex-direction: column;
  padding: 38px 15px 14px 33px;
}
.biz-cat {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "hiragino-mincho-pron", sans-serif;
  letter-spacing: 0.08em;
  line-height: 1;
}
.biz-cat span,
.biz-cat em,
.biz-cat small {
  font-family: inherit;
  line-height: inherit;
}
.biz-cat span {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.biz-cat em {
  position: relative;
  padding-left: 32px;
  font-size: 14px;
}
.biz-cat em::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  height: 1px;
  background: rgba(255, 255, 255, 0.7);
  transform: translateY(-50%);
}
.biz-cat small {
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.biz-ttl {
  margin-top: 22px;
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
  padding-left: 32px;
}
.biz-txt {
  margin-top: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.8;
  padding-left: 32px;
}
.biz-more {
  position: absolute;
  right: 15px;
  bottom: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1;
}
.biz-more img {
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .biz {
    padding: 4rem 1.2rem;
  }
  .biz-head {
    margin-bottom: 4.8rem;
  }
  .biz-list {
    display: block;
    width: auto;
    margin: 0;
    padding: 0 0.8rem;
  }
  .biz-card {
    width: 100%;
    height: 19.9rem;
  }
  .biz-card + .biz-card {
    margin-top: 3.3rem;
  }
  .biz-in {
    padding: 2.3rem;
    padding-right: 0;
  }
  .biz-cat {
    gap: 0.6rem;
  }
  .biz-cat span {
    font-size: 1.6rem;
  }
  .biz-cat em {
    padding-left: 3.6rem;
    font-size: 1.6rem;
  }
  .biz-cat em::before {
    width: 2.4rem;
    height: 0.1rem;
  }
  .biz-cat small {
    font-size: 1.2rem;
  }
  .biz-ttl {
    margin-top: 2.1rem;
    font-size: 2.6rem;
    line-height: 1.4;
    padding-left: 1.7rem;
  }
  .biz-txt {
    display: none;
  }
  .biz-more {
    right: 1.4rem;
    bottom: 1.6rem;
    gap: 0.8rem;
    font-size: 1.4rem;
  }
  .biz-more img {
    width: 2rem;
    height: 2rem;
  }
}

/* NEWS
===================================== */
.news {
  padding: 80px 20px;
  background: url("../../img/about-bg.webp") center top/cover no-repeat;
}
.news-in {
  max-width: 1070px;
  margin: 0 auto;
}
.news-hd {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 38px;
}
.news-en {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-size: 16px;
  color: #6C6357;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.news-ttl {
  position: relative;
  margin-top: 19px;
  padding-bottom: 24px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
}
.news-ttl::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 52px;
  height: 1px;
  background: rgba(173, 151, 121, 0.5);
}
.news-btn {
  margin-top: 23.5px;
  background-color: transparent;
}
.news-item {
  border-bottom: 1px solid #E4E4E4;
}
.news-item a {
  display: flex;
  align-items: center;
  padding: 24px 16px;
}
.news-item time {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-right: 16px;
}
.news-item img {
  width: 24px;
  height: 24px;
  margin-left: auto;
}
.news-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 18px;
  padding-left: 7px;
  padding-right: 7px;
  margin-right: 16px;
  background: #6C6357;
  color: #fff;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-size: 11px;
  letter-spacing: 0.08em;
  line-height: 1;
}
.news-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
}
.news-btn-sp {
  display: none;
}
@media (max-width: 767px) {
  .news {
    padding: 4rem 1.2rem;
    background-image: url("../../img/about-bg-sp.webp");
  }
  .news-in {
    width: auto;
    margin: 0;
    padding: 0 0.8rem;
  }
  .news-hd {
    display: block;
    margin-bottom: 2.4rem;
  }
  .news-ttl {
    margin-top: 1rem;
    padding-bottom: 1rem;
    font-size: 2.2rem;
    line-height: 1.4;
  }
  .news-ttl::after {
    width: 6.2rem;
    height: 0.1rem;
  }
  .news-btn {
    display: none;
  }
  .news-item a {
    padding: 1.8rem 0.8rem;
  }
  .news-item time {
    font-size: 1.3rem;
    margin-right: 0.8rem;
  }
  .news-item img {
    width: 2rem;
  }
  .news-tag {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
    height: 1.9rem;
    margin-right: 1.2rem;
    font-size: 0.8rem;
    padding-top: 0.1rem;
    flex-shrink: 0;
  }
  .news-txt {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.3rem;
    line-height: 1.4;
    margin-right: 0.7rem;
  }
  .news-btn-sp {
    display: flex;
    margin: 3.2rem auto 0;
    background-color: transparent;
  }
}

/* CONTACT / FOOTER
===================================== */
.foot {
  overflow: hidden;
  padding-top: 60px;
  background-image: url(../../img/footer-top-bg.webp);
  background-size: cover;
  background-position: center top;
  color: #fff;
}
@media (max-width: 767px) {
  .foot {
    background-image: url(../../img/footer-top-bg-sp.webp);
  }
}
.foot .contact {
  text-align: center;
}
.foot .contact-en {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.foot .contact-ttl {
  position: relative;
  margin-top: 16px;
  padding-bottom: 21px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
.foot .contact-ttl::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 52px;
  height: 1px;
  background: rgba(255, 255, 255, 0.35);
  transform: translateX(-50%);
}
.foot .contact-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 304px;
  height: 53px;
  margin-top: 24px;
  border: 1px solid white;
  border-radius: 4px;
  background: #6C6357;
  font-family: "hiragino-mincho-pron", sans-serif;
  color: #fff;
  letter-spacing: 0.02em;
  transition: background 0.3s ease;
}
.foot .contact-btn span {
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
.foot .contact-btn small {
  margin-top: 3px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1;
}
.foot .contact-btn:hover {
  background: rgb(108, 99, 87);
}
.foot-slide {
  height: 328px;
  margin-top: 53px;
  overflow: hidden;
}
.foot-track {
  display: flex;
  width: max-content;
  height: 100%;
  animation: foot-loop 62s linear infinite;
}
.foot-set {
  display: flex;
  align-items: flex-start;
  gap: 43px;
  height: 100%;
  padding-right: 43px;
}
.foot-set picture {
  flex: 0 0 auto;
  width: 150px;
  height: 283px;
  overflow: hidden;
}
.foot-set img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.foot-set picture:nth-child(odd) {
  margin-top: 50px;
}
.foot-set picture:nth-child(even) {
  margin-top: 0;
}
.foot .ftr {
  padding: 32px 0 20px;
  text-align: center;
  background-color: #212121;
  margin-top: -8px;
}
.foot .ftr-logo {
  display: block;
  width: 132px;
  margin: 0 auto;
}
.foot .ftr-logo img {
  width: 100%;
  height: auto;
}
.foot .ftr-nav {
  display: flex;
  justify-content: center;
  gap: 48px;
  margin-top: 40px;
}
.foot .ftr-nav a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "hiragino-mincho-pron", sans-serif;
  letter-spacing: 0.08em;
}
.foot .ftr-nav span {
  font-family: inherit;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  line-height: 1;
}
.foot .ftr-nav small {
  margin-top: 6px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  letter-spacing: 0;
}
.foot .ftr .copy {
  margin-top: 40px;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-size: 12px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .foot {
    padding-top: 4rem;
    background-image: url("../../img/footer-bg-sp.webp");
  }
  .foot .contact-en {
    font-size: 1.6rem;
    letter-spacing: 0.12em;
    line-height: 1.4;
  }
  .foot .contact-ttl {
    margin-top: 1rem;
    padding-bottom: 1rem;
    font-size: 2.2rem;
    line-height: 1.4;
  }
  .foot .contact-ttl::after {
    width: 6.2rem;
    height: 0.1rem;
  }
  .foot .contact-btn {
    width: 30.4rem;
    height: 5.3rem;
    margin-top: 2.4rem;
    border-width: 0.1rem;
    border-radius: 0.3rem;
  }
  .foot .contact-btn span {
    font-size: 1.6rem;
  }
  .foot .contact-btn small {
    margin-top: 0.4rem;
    font-size: 1.2rem;
  }
  .foot-slide {
    height: 20.2rem;
    margin-top: 7.2rem;
  }
  .foot-track {
    animation-duration: 50s;
  }
  .foot-set {
    gap: 1.9rem;
    padding-right: 1.9rem;
  }
  .foot-set picture {
    width: 10rem;
    height: 17rem;
  }
  .foot-set picture:nth-child(odd) {
    margin-top: 50px;
  }
  .foot-set picture:nth-child(even) {
    margin-top: 0;
  }
  .foot .ftr {
    padding: 9.4rem 0 2rem;
    margin-top: -4rem;
  }
  .foot .ftr-logo {
    width: 13.2rem;
  }
  .foot .ftr-nav {
    display: none;
  }
  .foot .ftr .copy {
    margin-top: 4rem;
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 1;
  }
}

/* LOWER COMMON
===================================== */
.lower-body,
.plain-body,
.msg-body {
  background: #f3f3ef;
}
.lower-body .hdr,
.plain-body .hdr,
.msg-body .hdr {
  background: transparent;
}

.low-fv {
  height: 261px;
  padding-top: 145px;
  background: url("../../img/about-page/lower-fv-bg.webp") top center/cover no-repeat;
  text-align: center;
}
.low-fv .low-en {
  font-family: "Shippori Mincho", serif;
  font-size: 36px;
  color: #6C6357;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
.low-fv .low-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .low-fv {
    height: 20rem;
    padding-top: 10rem;
    background-image: url("../../img/about-page/lower-fv-bg-sp.webp");
  }
  .low-fv .low-en {
    font-size: 2.8rem;
    letter-spacing: 0.07em;
  }
  .low-fv .low-ja {
    margin-top: -0.5rem;
    font-size: 1.8rem;
  }
}

.bc {
  border-bottom: 0.5px solid #E0DED8;
  background-color: #F5F4F0;
  padding-left: 20px;
  padding-right: 20px;
}
.bc-in {
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 1070px;
  margin: auto;
  height: 53px;
  margin: 0 auto;
  padding-top: 20px;
  color: #8e98a3;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-size: 14px;
  letter-spacing: 0em;
  line-height: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.bc-in a,
.bc-in span,
.bc-in em {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.bc-in span {
  color: #000;
}
.bc-in a, .bc-in em {
  margin-right: 8px;
}
.bc-in em {
  color: #6A7282;
}
@media (max-width: 767px) {
  .bc {
    border-top-width: 0.1rem;
    border-bottom-width: 0.1rem;
  }
  .bc-in {
    padding-top: 1.8rem;
    gap: 0.8rem;
    width: auto;
    height: 4.9rem;
    font-size: 1.3rem;
  }
}

@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

/* ABOUT PAGE
===================================== */
.abp-msg {
  padding: 80px 0 0;
  background: #F5F4F0;
}
.abp-msg .abp-wrap {
  margin: 0 auto;
}

.abp-en {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-size: 16px;
  color: #6C6357;
  letter-spacing: 0.08em;
  line-height: 1.4;
}

.abp-ttl {
  position: relative;
  margin-top: 11px;
  padding-bottom: 11px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.4;
  text-align: center;
}
.abp-ttl::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 62px;
  height: 1px;
  background: rgba(173, 151, 121, 0.5);
  transform: translateX(-50%);
}
.abp-ttl--left {
  margin-top: 18px;
  text-align: left;
  margin-bottom: 16px;
}
@media screen and (min-width: 1350px) {
  .abp-ttl--left {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .abp-ttl--left::after {
    left: 0;
    transform: unset;
  }
}

.abp-row {
  display: flex;
  align-items: center;
}
.abp-row--msg {
  gap: 64px;
  margin-top: 34.5px;
}
@media screen and (min-width: 1141px) {
  .abp-row--msg {
    margin: 34.5px calc((100% - 1140px) / 2) 0 0;
  }
}
@media screen and (min-width: 1700px) {
  .abp-row--msg {
    align-items: center;
  }
}
@media screen and (max-width: 1260px) and (min-width: 768px) {
  .abp-row--msg .abp-txtbox {
    padding-right: 20px;
  }
}
.abp-row--phl {
  gap: 64px;
  margin-top: 66.5px;
}
@media screen and (min-width: 1141px) {
  .abp-row--phl {
    margin: 66.5px 0 0 calc((100% - 1140px) / 2);
  }
}
@media screen and (min-width: 1700px) {
  .abp-row--phl {
    align-items: center;
  }
}
@media screen and (max-width: 1260px) and (min-width: 768px) {
  .abp-row--phl .abp-txtbox {
    padding-left: 20px;
  }
}

.abp-en2 {
  text-align: left;
}

.abp-img {
  display: block;
  overflow: hidden;
  width: 39.444vw;
  flex-shrink: 0;
}
.abp-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.abp-txt {
  margin-top: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 0em;
}

.abp-sign {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 7px;
  margin-top: 16px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 16px;
  font-weight: 400;
}
.abp-sign img {
  width: 121px;
}

.abp-biz {
  margin-top: 80px;
  padding: 80px 20px;
  background-image: url(../../img/about-bg.webp);
}
.abp-biz-head {
  margin-bottom: 47px;
}
.abp-biz-grid {
  max-width: 1140px;
  margin: 0 auto;
}
.abp-biz-grid .flex {
  display: flex;
  gap: 64px;
}
.abp-biz-grid .flex picture {
  width: calc(49% - 32px);
}
.abp-biz-grid .flex .abp-biz-txt {
  width: calc(51% - 32px);
}
@media (max-width: 767px) {
  .abp-biz-grid .flex {
    gap: 2.4rem;
  }
  .abp-biz-grid .flex picture {
    height: 18.8rem;
    margin: 0;
  }
}
.abp-biz-grid .flex1 {
  margin-bottom: 56px;
}
.abp-biz-txt .abp-num {
  margin-bottom: 7px;
  color: #6C6357;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
.abp-biz-txt h3 {
  margin-bottom: 7px;
  font-family: "Shippori Mincho", serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
.abp-biz-txt p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.5;
  letter-spacing: 0.02em;
}
.abp-biz-txt p + p {
  margin-top: 18px;
}
.abp-biz-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 272px;
  height: 47px;
  margin-top: 7px;
  border-radius: 4px;
  background: #6C6357;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0em;
}
.abp-biz-btn img {
  margin-left: 4px;
  position: relative;
  top: 2px;
}
.abp-biz-img {
  display: block;
  width: 530px;
  height: auto;
  overflow: hidden;
}
.abp-biz-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.abp-biz-img--food {
  width: 508px;
}
@media (max-width: 767px) {
  .abp-biz {
    margin-top: 0rem;
    padding: 4rem 1.2rem;
  }
  .abp-biz-head {
    margin-bottom: 3.2rem;
  }
  .abp-biz-grid .flex {
    flex-direction: column;
  }
  .abp-biz-grid .flex .abp-biz-txt, .abp-biz-grid .flex .abp-biz-img {
    width: 100%;
  }
  .abp-biz-grid .flex .abp-biz-img {
    width: calc(100% + 1.2rem);
  }
  .abp-biz-grid .flex2 {
    flex-direction: column-reverse;
  }
  .abp-biz-grid .flex2 .abp-biz-img {
    margin-left: -1.2rem;
    margin-right: 0;
  }
  .abp-biz-txt .abp-num {
    margin-bottom: 0.7rem;
    font-size: 1.8rem;
  }
  .abp-biz-txt h3 {
    margin-bottom: 1.6rem;
    font-size: 2rem;
    line-height: 1.4;
  }
  .abp-biz-txt p {
    font-size: 1.6rem;
    line-height: 2;
  }
  .abp-biz-btn {
    width: 24.2rem;
    height: 4.7rem;
    margin-top: 1.6rem;
    border-radius: 0.2rem;
    font-size: 1.3rem;
  }
  .abp-biz-btn img {
    width: 1.2rem;
    margin-left: 0.2rem;
  }
  .abp-biz-img {
    width: 100%;
    height: 16.7rem;
    margin: 2.3rem 0 4rem;
  }
  .abp-biz-img--food {
    width: 100%;
    margin: 3rem 0 3.3rem;
  }
}

.comp {
  padding: 80px 20px;
  background-color: #F5F4F0;
}
.comp-head {
  margin-bottom: 24px;
}
.comp-tbl {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
.comp-tbl th,
.comp-tbl td {
  border-bottom: 1px solid #e4e1da;
  padding: 20px 24px;
  vertical-align: middle;
}
.comp-tbl th {
  width: 220px;
  background: #eee;
  font-weight: 500;
}
@media (max-width: 767px) {
  .comp {
    padding: 4rem 1.2rem;
  }
  .comp-head {
    margin-bottom: 2.4rem;
  }
  .comp-tbl {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.45;
  }
  .comp-tbl th,
  .comp-tbl td {
    border-width: 0.1rem;
    padding: 2rem 2.4rem;
    font-size: 1.4rem;
  }
  .comp-tbl th {
    width: 10.5rem;
  }
}

.page-about .abp-msg .abp-en:first-child {
  text-align: center;
}
.page-about .abp-msg .abp-en:first-child.abp-en2 {
  text-align: left;
}
@media (max-width: 767px) {
  .page-about .abp-msg .abp-en:first-child.abp-en2 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .page-about .abp-msg {
    padding: 4rem 1.2rem;
  }
  .page-about .abp-msg .abp-wrap {
    width: auto;
    margin: 0;
    padding: 0;
  }
  .page-about .abp-en {
    font-size: 1.2rem;
    letter-spacing: 0.14em;
    text-align: center;
  }
  .page-about .abp-ttl {
    margin-top: 1.1rem;
    padding-bottom: 1rem;
    font-size: 1.9rem;
    line-height: 1.65;
  }
  .page-about .abp-ttl::after {
    width: 6.4rem;
    height: 0.1rem;
  }
  .page-about .abp-ttl--left {
    margin-top: 1.1rem;
    padding-bottom: 1rem;
    text-align: center;
    margin-bottom: 3.2rem;
  }
  .page-about .abp-row {
    display: block;
  }
  .page-about .abp-row--msg {
    margin-top: 3.2rem;
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
  }
  .page-about .abp-row--phl {
    margin-top: 8rem;
  }
  .page-about .abp-img--left, .page-about .abp-img--right {
    width: 100%;
    height: 14rem;
    margin: 2.4rem 0 0;
  }
  .page-about .abp-img--left {
    margin-left: -1.2rem;
    width: calc(100% + 1.2rem);
  }
  .page-about .abp-img--right {
    margin-right: -1.2rem;
    width: calc(100% + 1.2rem);
  }
  .page-about .abp-txtbox {
    padding-top: 0;
  }
  .page-about .abp-txt {
    margin-top: 0rem;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0;
  }
  .page-about .abp-sign {
    gap: 0.7rem;
    margin-top: 2.4rem;
    font-size: 1.6rem;
  }
  .page-about .abp-sign img {
    width: 10.4rem;
  }
}

/* NEWS ARCHIVE
===================================== */
.arc {
  padding: 40px 20px;
  background: #F5F4F0;
}
.arc-list {
  width: 1070px;
  margin: 0 auto;
}
.arc-item {
  border-bottom: 1px solid #E4E4E4;
}
.arc-item a {
  display: flex;
  align-items: center;
  padding: 24px 16px;
}
.arc-item time {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-right: 16px;
}
.arc-item img {
  width: 24px;
  height: 24px;
  margin-left: auto;
}
.arc-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 18px;
  padding-left: 7px;
  padding-right: 7px;
  margin-right: 16px;
  background: #6C6357;
  color: #fff;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-size: 11px;
  letter-spacing: 0.08em;
  line-height: 1;
}
.arc-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .arc {
    padding: 4rem 1.2rem;
  }
  .arc-list {
    width: auto;
    margin: 0;
    padding: 0;
    border-bottom-width: 0.1rem;
  }
  .arc-item a {
    padding: 1.8rem 0.8rem;
  }
  .arc-item time {
    font-size: 1.3rem;
    margin-right: 0.8rem;
  }
  .arc-item img {
    width: 2rem;
  }
  .arc-tag {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
    height: 1.9rem;
    margin-right: 1.2rem;
    font-size: 0.8rem;
    padding-top: 0.1rem;
    flex-shrink: 0;
  }
  .arc-txt {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.3rem;
    line-height: 1.4;
    margin-right: 0.7rem;
  }
}

.pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  margin-top: 36px;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-size: 14px;
  color: #6A7282;
  padding-bottom: 16px;
}
.pager a,
.pager span,
.pager em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  font-family: inherit;
}
.pager .is-active {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #6C6357;
  color: #fff;
}
.pager .next {
  margin-left: 24px;
  gap: 4px;
  min-width: 74px;
  height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(173, 151, 121, 0.5);
  border-radius: 6px;
  background: #fff;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
}
.pager .next img {
  width: 18px;
  height: 18px;
}
@media (max-width: 767px) {
  .pager {
    margin-top: 5.2rem;
    padding: 0;
    font-size: 1.4rem;
    padding-bottom: 1.2rem;
  }
  .pager a,
  .pager span,
  .pager em {
    min-width: 4rem;
    height: 4rem;
  }
  .pager .is-active {
    width: 4rem;
    height: 4rem;
  }
  .pager .next {
    gap: 0.6rem;
    margin-left: 2.4rem;
    min-width: 7.4rem;
    height: 3.8rem;
    padding: 0 1.3rem;
    border-width: 0.1rem;
    border-radius: 0.6rem;
    font-size: 1.4rem;
  }
  .pager .next img {
    width: 1.8rem;
    height: 1.8rem;
  }
}

/* SINGLE NEWS
===================================== */
.plain-main {
  padding-top: 97px;
  background: #f3f3ef;
}
@media (max-width: 767px) {
  .plain-main {
    padding-top: 6.4rem;
  }
}

.sng {
  padding: 60px 20px 80px;
}
.sng-wrap {
  display: flex;
  gap: 60px;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  align-items: flex-start;
}
.sng * {
  line-height: normal;
}
.sng .sng-body a {
  text-decoration: underline;
  transition: all 0.3s;
}
.sng .sng-body a:hover {
  opacity: 0.7;
}
.sng iframe {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 700/450;
  height: auto;
  display: block;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .sng iframe {
    margin-bottom: 3.2rem;
  }
}
.sng-main {
  position: relative;
  width: 100%;
}
.sng-side {
  width: 300px;
  flex-shrink: 0;
  margin-top: 0;
}
.sng-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.sng-meta time {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.02em;
}
.sng-meta span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 7px;
  padding-right: 7px;
  height: 25px;
  background: #6C6357;
  color: #fff;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-size: 14px;
  letter-spacing: 0.08em;
}
.sng-ttl {
  margin-bottom: 16px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: 1.5;
}
.sng-img {
  display: block;
  overflow: hidden;
}
.sng-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sng-img--main {
  height: 227px;
  margin-bottom: 40px;
}
.sng-body h1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .sng-body h1 {
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
  }
}
.sng-body h2 {
  margin: 0 0 24px;
  padding: 6px 12px;
  border-top: 1px solid rgba(173, 151, 121, 0.5);
  border-bottom: 1px solid rgba(173, 151, 121, 0.5);
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.sng-body h3 {
  position: relative;
  margin: 0 0 24px;
  padding-left: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.sng-body h3::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 4px;
  height: 100%;
  background: rgba(173, 151, 121, 0.5);
}
.sng-body h4 {
  margin: 0 0 24px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(173, 151, 121, 0.5);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.sng-body p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 2;
  margin-bottom: 24px;
}
.sng-body p + p {
  margin-top: 28px;
}
.sng-body picture {
  display: block;
  width: 425px;
  height: 158px;
  margin: 0 0 25px;
  overflow: hidden;
}
.sng-latest-sp {
  display: none;
}
.sng-bc-bottom .bc {
  border: 0;
  background: transparent;
  padding-left: 0;
  padding-top: 40px;
}
.sng-bc-bottom .bc-in {
  width: auto;
  height: auto;
  margin: 0;
}
@media (max-width: 767px) {
  .sng-bc-bottom .bc {
    padding-top: 0;
    padding-left: 1.2rem;
  }
}
@media (max-width: 767px) {
  .sng {
    padding: 4rem 1.2rem;
  }
  .sng-wrap {
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
  }
  .sng-main {
    width: auto;
  }
  .sng-side {
    display: none;
  }
  .sng-meta {
    margin-bottom: 1.6rem;
  }
  .sng-meta time {
    font-size: 1.6rem;
  }
  .sng-meta span {
    height: 2.4rem;
    font-size: 1.3rem;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }
  .sng-ttl {
    margin-bottom: 1.6rem;
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: 600;
  }
  .sng-img--main {
    height: 22.7rem;
    margin-bottom: 3.2rem;
  }
  .sng-body h2 {
    margin-bottom: 2.4rem;
    padding-left: 1.2rem;
    padding: 0.6rem 0 0.6rem;
    border-top-width: 0.1rem;
    border-bottom-width: 0.1rem;
    font-size: 2.2rem;
    line-height: 1.5;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  }
  .sng-body p a, .sng-body p strong, .sng-body p i, .sng-body p u, .sng-body p s {
    font-size: inherit;
  }
  .sng-body i {
    font-style: italic;
  }
  .sng-body h3 {
    margin-bottom: 2.4rem;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    padding-left: 1.6rem;
    font-size: 2rem;
    line-height: 1.6;
    font-weight: 600;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  }
  .sng-body h3::before {
    top: 0rem;
    width: 0.3rem;
    height: 100%;
  }
  .sng-body h4 {
    margin-bottom: 2.4rem;
    padding-bottom: 0.4rem;
    border-bottom-width: 0.1rem;
    font-size: 1.8rem;
  }
  .sng-body p {
    font-size: 1.6rem;
    line-height: 2;
  }
  .sng-body p + p {
    margin-top: 2.4rem;
  }
  .sng-body picture {
    width: 100%;
    height: 14.1rem;
    margin-bottom: 2rem;
  }
  .sng-latest-sp {
    display: block;
    margin: 3.2rem 0 0;
    padding: 0 0rem;
  }
  .sng-bc-bottom {
    width: auto;
    margin: 4rem 0 0;
    padding: 0 0.8rem;
  }
}

.latest {
  padding: 24px;
  background: #fff;
  border: 1px solid #e2ded5;
}
.latest-en {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-size: 12px;
  color: #6C6357;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
.latest-ttl {
  margin-top: 0px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(108, 99, 87, 0.5);
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
}
.latest li {
  border-bottom: 1px solid rgba(173, 151, 121, 0.35);
}
.latest a {
  position: relative;
  display: block;
  padding: 24px 22px 12px 0;
}
.latest time {
  display: block;
  margin-bottom: 8px;
  color: #6C6357;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  line-height: 1;
}
.latest span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}
.latest img {
  position: absolute;
  right: 0;
  bottom: 24px;
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .latest {
    padding: 2.4rem;
    border-width: 0.1rem;
  }
  .latest-en {
    font-size: 1.2rem;
  }
  .latest-ttl {
    margin-top: 0.2rem;
    padding-bottom: 1.6rem;
    border-bottom-width: 0.1rem;
    font-size: 1.6rem;
  }
  .latest li {
    border-bottom-width: 0.1rem;
  }
  .latest a {
    padding: 2.4rem 2.2rem 1.2rem 0;
  }
  .latest time {
    margin-bottom: 0.8rem;
    font-size: 1.2rem;
  }
  .latest span {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .latest img {
    width: 2rem;
    height: 2rem;
    bottom: 1.2rem;
  }
}

.post-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 45px;
  border-top: 1px solid rgba(173, 151, 121, 0.5);
  border-bottom: 1px solid rgba(173, 151, 121, 0.5);
}
.post-nav a {
  display: flex;
  align-items: center;
  height: 81px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  gap: 8px;
}
.post-nav a.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.post-nav a:last-child {
  justify-content: flex-end;
  position: relative;
}
.post-nav a:last-child::before {
  content: "";
  width: 1px;
  height: 33.5px;
  background-color: rgba(173, 151, 121, 0.5);
  position: absolute;
  left: 0;
  top: calc(50% - 16.75px);
}
@media (max-width: 767px) {
  .post-nav a:last-child::before {
    height: 3.35rem;
    top: calc(50% - 1.675rem);
  }
}
@media (max-width: 767px) {
  .post-nav {
    margin-top: 2.8rem;
    border-top-width: 0.1rem;
    border-bottom-width: 0.1rem;
  }
  .post-nav a {
    height: 6.55rem;
    font-size: 1.4rem;
  }
  .post-nav a img {
    width: 2rem;
  }
  .post-nav a:last-child {
    border-left-width: 0.1rem;
  }
}

/* CONTACT PAGE
===================================== */
.cf {
  padding: 40px 20px 80px 20px;
  background: #F5F4F0;
}
.cf-card {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 32px 40px;
  border-radius: 12px;
  background: #fff;
}
.cf-head .sec-ttl {
  margin-top: 17px;
  font-size: 31px;
}
.cf-lead {
  margin-top: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #6C6357;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.65;
  text-align: center;
}
.cf .wpcf7 {
  margin-top: 32px;
}
.cf-row + .cf-row {
  margin-top: 32px;
}
.cf-lbl {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #282828;
  font-weight: 700;
}
.cf .req,
.cf .opt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 11px;
  padding-right: 11px;
  height: 24px;
  border: 1px solid #FF1616;
  border-radius: 999px;
  color: #FF1616;
  font-size: 12px;
  line-height: 1;
}
.cf .opt {
  border-color: #6A7282;
  color: #6A7282;
}
.cf-input, .cf-area {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 8px;
  background: #F5F4F0;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
.cf-input::placeholder, .cf-area::placeholder {
  color: #ababab;
}
.cf-input {
  height: 64px;
  padding: 0 21px;
}
.cf-area {
  height: 268px;
  padding: 21px;
  resize: none;
}
.cf-accept {
  margin-top: 32px;
  text-align: center;
}
.cf-accept label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.cf-accept input {
  width: 24px;
  height: 24px;
  margin: 0;
  border: 1px solid #000;
  appearance: none;
  background: #fff;
}
.cf-accept input:checked {
  background: #6C6357;
  box-shadow: inset 0 0 0 4px #fff;
}
.cf-accept a {
  color: #2750B9;
  text-decoration: underline;
}
.cf-submit {
  position: relative;
  margin-top: 32px;
  text-align: center;
}
.cf-btn {
  width: 304px;
  height: 53px;
  border: 0;
  border-radius: 4px;
  background: #6C6357;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0em;
  cursor: pointer;
}
@media (max-width: 767px) {
  .cf {
    padding: 4rem 1.2rem;
  }
  .cf-card {
    width: auto;
    margin: 0rem;
    padding: 3.2rem 1.2rem;
    border-radius: 0.6rem;
  }
  .cf-head .sec-ttl {
    margin-top: 1.3rem;
    font-size: 2.2rem;
  }
  .cf-lead {
    margin-top: 2.4rem;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .cf .wpcf7 {
    margin-top: 2.4rem;
  }
  .cf-row + .cf-row {
    margin-top: 2.4rem;
  }
  .cf-lbl {
    gap: 0.8rem;
    margin-bottom: 0.8rem;
    font-size: 1.5rem;
  }
  .cf .req,
  .cf .opt {
    height: 2.4rem;
    border-width: 0.1rem;
    font-size: 1.2rem;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }
  .cf-input, .cf-area {
    border-radius: 0.3rem;
    font-size: 1.6rem;
  }
  .cf-input {
    height: 5.9rem;
    padding: 0 1.6rem;
  }
  .cf-area {
    height: 26.8rem;
    padding: 1.6rem;
  }
  .cf-accept {
    margin-top: 3.2rem;
  }
  .cf-accept label {
    gap: 0.8rem;
    font-size: 1.4rem;
  }
  .cf-accept label span, .cf-accept label a {
    font-size: inherit;
  }
  .cf-accept input {
    width: 1.5rem;
    height: 1.5rem;
    border-width: 0.1rem;
    border-radius: 0;
  }
  .cf-accept input:checked {
    box-shadow: inset 0 0 0 0.3rem #fff;
  }
  .cf-submit {
    margin-top: 2.4rem;
  }
  .cf-btn {
    width: 30.4rem;
    height: 5.4rem;
    border-radius: 0.3rem;
    font-size: 1.6rem;
  }
}

.screen-reader-response,
.wpcf7-response-output {
  display: none;
}

/* MESSAGE / SIMPLE FOOTER
===================================== */
.msg {
  padding-top: 277px;
  background-color: #fff;
  text-align: center;
  padding-bottom: 210px;
}
.msg-ttl {
  color: #6C6357;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-size: 64px;
  letter-spacing: 0.08em;
  line-height: 1;
}
.msg-txt {
  margin-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}
.msg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 196px;
  height: 53px;
  margin-top: 32px;
  border-radius: 4px;
  background: #6C6357;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .msg {
    padding-top: 24rem;
    background-image: none;
  }
  .msg-ttl {
    font-size: 4.4rem;
    letter-spacing: 0.08em;
  }
  .msg-txt {
    margin-top: 1.8rem;
    font-size: 1.4rem;
    line-height: 1.55;
  }
  .msg-btn {
    width: 19.6rem;
    height: 5.2rem;
    margin-top: 3rem;
    border-radius: 0.4rem;
    font-size: 1.4rem;
  }
}

.page-thanks .msg-ttl {
  font-size: 72px;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .page-thanks .msg {
    padding-top: 18.3rem;
    padding-bottom: 12rem;
  }
  .page-thanks .msg-ttl {
    font-size: 4rem;
  }
  .page-thanks .msg-txt {
    font-size: 1.6rem;
  }
}

.sftr {
  padding: 89px 0 34px;
  background: #202020;
  color: #fff;
  text-align: center;
}
.sftr-logo {
  display: block;
  width: 112px;
  margin: 0 auto;
}
.sftr-logo img {
  width: 100%;
  height: auto;
}
.sftr-nav {
  display: flex;
  justify-content: center;
  gap: 58px;
  margin-top: 47px;
}
.sftr-nav a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "hiragino-mincho-pron", sans-serif;
  letter-spacing: 0.08em;
}
.sftr-nav span {
  font-family: inherit;
  font-size: 14px;
  line-height: 1;
}
.sftr-nav small {
  margin-top: 7px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1;
}
.sftr .copy {
  margin-top: 55px;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-size: 11px;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media (max-width: 767px) {
  .sftr {
    display: none;
  }
}

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

@media (max-width: 767px) {
  .page-contact .foot--sp,
  .msg-body .foot--sp {
    display: block;
  }
}

.sng-body ul, .sng-body ol {
  margin-bottom: 32px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .sng-body ul, .sng-body ol {
    font-size: 1.6rem;
  }
  .sng-body ul li, .sng-body ol li {
    font-size: inherit;
  }
}
.sng-body img {
  max-width: 100%;
  height: auto;
}
.sng-body .wp-block-table {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .sng-body .wp-block-table {
    margin-bottom: 2.4rem;
  }
}

.wpcf7-spinner {
  position: absolute;
}

.wpcf7-not-valid-tip {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .sng-body figure,
  .sng-body .wp-block-image {
    width: 100%;
    height: 14.1rem;
    margin-bottom: 2rem;
  }
}
/* SP無限スライダーちらつき対策
===================================== */
.fv-slide,
.foot-slide {
  isolation: isolate;
  contain: paint;
}

.fv-track,
.foot-track {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

.fv-track {
  --loop-duration: 44;
}

.foot-track {
  --loop-duration: 62;
}

.fv-set,
.foot-set {
  flex: 0 0 auto;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fv-set picture {
  display: block;
  flex: 0 0 386px;
  width: 386px;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
.fv-set img {
  display: block;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.foot-set picture {
  display: block;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
.foot-set img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

@media (max-width: 767px) {
  .fv-track {
    --loop-duration: 28;
    animation-play-state: paused;
  }
  .foot-track {
    --loop-duration: 50;
    animation-play-state: paused;
  }
  .fv-track.is-raf-loop,
  .foot-track.is-raf-loop {
    animation: none !important;
  }
  .fv-set picture {
    flex-basis: 19.4rem;
    width: 19.4rem;
  }
  .foot-set picture {
    flex: 0 0 10rem;
    width: 10rem;
    height: 17rem;
  }
  .foot-set picture:nth-child(odd) {
    margin-top: 5rem;
  }
  .foot-set picture:nth-child(even) {
    margin-top: 0;
  }
}
.news-item a, .arc-item a, .pager a, .abp-biz-btn, .post-nav a {
  transition: opacity 0.3s;
}
@media (min-width: 768px) {
  .news-item a:hover, .arc-item a:hover, .pager a:hover, .abp-biz-btn:hover, .post-nav a:hover {
    opacity: 0.7;
  }
}

header .hdr-link:not(.hdr-link--btn) small {
  position: relative;
}
header .hdr-link:not(.hdr-link--btn) small::after {
  width: 0%;
  transition: all 0.3s;
  content: "";
  position: absolute;
  left: 50%;
  height: 1px;
  background-color: #000;
  bottom: -6px;
}
header .hdr-link:not(.hdr-link--btn):hover small::after {
  width: 100%;
  left: 0%;
}
header .hdr-link--btn {
  border: 1px solid #6C6357;
  transition: all 0.3s;
}
header .hdr-link--btn * {
  transition: all 0.3s;
}
header .hdr-link--btn:hover {
  background-color: #fff;
}
header .hdr-link--btn:hover span, header .hdr-link--btn:hover small {
  color: #6C6357;
}

.foot .contact-btn {
  transition: all 0.3s;
}
.foot .contact-btn * {
  transition: all 0.3s;
}
.foot .contact-btn:hover {
  background-color: #fff;
}
.foot .contact-btn:hover span, .foot .contact-btn:hover small {
  color: #6C6357;
}
.foot .ftr-nav a small {
  position: relative;
}
.foot .ftr-nav a small::after {
  width: 0%;
  transition: all 0.3s;
  content: "";
  position: absolute;
  left: 50%;
  height: 1px;
  background-color: white;
  bottom: -6px;
}
.foot .ftr-nav a:hover small::after {
  width: 100%;
  left: 0%;
}

/*# sourceMappingURL=style.css.map */
