@charset "UTF-8";
/**
Theme Name: オリジナルテーマ
Vertion: 1.0
Author: nanoha
Description: オリジナルテーマ
*/
.fw-bold {
  font-weight: 700;
}

.fw-midium {
  font-weight: 500;
}

.fs-xlarge {
  font-size: clamp(0.9375rem, 0.7569337442rem + 0.7704160247vw, 1.25rem);
}

.fs-large {
  font-size: clamp(0.9375rem, 0.8291602465rem + 0.4622496148vw, 1.125rem);
}

.fs-midium {
  font-size: clamp(0.875rem, 0.7666602465rem + 0.4622496148vw, 1.0625rem);
}

.fs-normal {
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
}

.fs-small {
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
}

:root {
  --gnav-mobile-width: 1259.99;
  --8px: calc(8 / 16 * 1rem);
  --9px: calc(9 / 16 * 1rem);
  --10px: calc(10 / 16 * 1rem);
  --11px: calc(11 / 16 * 1rem);
  --12px: calc(12 / 16 * 1rem);
  --13px: calc(13 / 16 * 1rem);
  --14px: calc(14 / 16 * 1rem);
  --15px: calc(15 / 16 * 1rem);
  --16px: calc(16 / 16 * 1rem);
  --17px: calc(17 / 16 * 1rem);
  --18px: calc(18 / 16 * 1rem);
  --19px: calc(19 / 16 * 1rem);
  --20px: calc(20 / 16 * 1rem);
  --21px: calc(21 / 16 * 1rem);
  --22px: calc(22 / 16 * 1rem);
  --23px: calc(23 / 16 * 1rem);
  --24px: calc(24 / 16 * 1rem);
  --25px: calc(25 / 16 * 1rem);
  --26px: calc(26 / 16 * 1rem);
  --27px: calc(27 / 16 * 1rem);
  --28px: calc(28 / 16 * 1rem);
  --29px: calc(29 / 16 * 1rem);
  --30px: calc(30 / 16 * 1rem);
  --31px: calc(31 / 16 * 1rem);
  --32px: calc(32 / 16 * 1rem);
  --33px: calc(33 / 16 * 1rem);
  --34px: calc(34 / 16 * 1rem);
  --35px: calc(35 / 16 * 1rem);
  --36px: calc(36 / 16 * 1rem);
  --37px: calc(37 / 16 * 1rem);
  --38px: calc(38 / 16 * 1rem);
  --39px: calc(39 / 16 * 1rem);
  --40px: calc(40 / 16 * 1rem);
  --41px: calc(41 / 16 * 1rem);
  --42px: calc(42 / 16 * 1rem);
  --43px: calc(43 / 16 * 1rem);
  --44px: calc(44 / 16 * 1rem);
  --45px: calc(45 / 16 * 1rem);
  --46px: calc(46 / 16 * 1rem);
  --47px: calc(47 / 16 * 1rem);
  --48px: calc(48 / 16 * 1rem);
  --49px: calc(49 / 16 * 1rem);
  --50px: calc(50 / 16 * 1rem);
  --51px: calc(51 / 16 * 1rem);
  --52px: calc(52 / 16 * 1rem);
  --53px: calc(53 / 16 * 1rem);
  --54px: calc(54 / 16 * 1rem);
  --55px: calc(55 / 16 * 1rem);
  --56px: calc(56 / 16 * 1rem);
  --57px: calc(57 / 16 * 1rem);
  --58px: calc(58 / 16 * 1rem);
  --59px: calc(59 / 16 * 1rem);
  --60px: calc(60 / 16 * 1rem);
  --61px: calc(61 / 16 * 1rem);
  --62px: calc(62 / 16 * 1rem);
  --63px: calc(63 / 16 * 1rem);
  --64px: calc(64 / 16 * 1rem);
  --size-8: calc(8 * 1px);
  --size-16: calc(16 * 1px);
  --size-24: calc(24 * 1px);
  --size-32: calc(32 * 1px);
  --size-40: calc(40 * 1px);
  --size-48: calc(48 * 1px);
  --size-56: calc(56 * 1px);
  --size-64: calc(64 * 1px);
  --size-72: calc(72 * 1px);
  --size-80: calc(80 * 1px);
  --size-100: calc(100 * 1px);
}
@media screen and (max-width: 1024px) {
  :root {
    --size-8: calc(8 * 0.9px);
    --size-16: calc(16 * 0.9px);
    --size-24: calc(24 * 0.9px);
    --size-32: calc(32 * 0.9px);
    --size-40: calc(40 * 0.9px);
    --size-48: calc(48 * 0.9px);
    --size-56: calc(56 * 0.9px);
    --size-64: calc(64 * 0.9px);
    --size-72: calc(72 * 0.9px);
    --size-80: calc(80 * 0.9px);
    --size-100: calc(100 * 0.9px);
  }
}
@media screen and (max-width: 768px) {
  :root {
    --size-8: calc(8 * 0.8px);
    --size-16: calc(16 * 0.8px);
    --size-24: calc(24 * 0.8px);
    --size-32: calc(32 * 0.8px);
    --size-40: calc(40 * 0.8px);
    --size-48: calc(48 * 0.8px);
    --size-56: calc(56 * 0.8px);
    --size-64: calc(64 * 0.8px);
    --size-72: calc(72 * 0.8px);
    --size-80: calc(80 * 0.8px);
    --size-100: calc(100 * 0.8px);
  }
}
@media screen and (max-width: 576px) {
  :root {
    --size-8: calc(8 * 0.75px);
    --size-16: calc(16 * 0.75px);
    --size-24: calc(24 * 0.75px);
    --size-32: calc(32 * 0.75px);
    --size-40: calc(40 * 0.75px);
    --size-48: calc(48 * 0.75px);
    --size-56: calc(56 * 0.75px);
    --size-64: calc(64 * 0.75px);
    --size-72: calc(72 * 0.75px);
    --size-80: calc(80 * 0.75px);
    --size-100: calc(100 * 0.75px);
  }
}
@media screen and (max-width: 576px) {
  :root {
    --size-8: calc(8 * 0.7px);
    --size-16: calc(16 * 0.7px);
    --size-24: calc(24 * 0.7px);
    --size-32: calc(32 * 0.7px);
    --size-40: calc(40 * 0.7px);
    --size-48: calc(48 * 0.7px);
    --size-56: calc(56 * 0.7px);
    --size-64: calc(64 * 0.7px);
    --size-72: calc(72 * 0.7px);
    --size-80: calc(80 * 0.7px);
    --size-100: calc(100 * 0.7px);
  }
}

* {
  min-height: 0vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  scroll-padding-top: 70px;
}
@media screen and (max-width: 1259.99px) {
  html {
    scroll-padding-top: 55px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #221815;
  background-color: #fff;
  height: 100%;
  opacity: 0;
}

a {
  text-decoration: none;
  color: #221815;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
dt,
dd {
  color: #221815;
  line-height: 1.8;
  letter-spacing: 0.05em;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  word-break: break-all;
  line-break: normal;
}

p,
li,
dt,
dd {
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: normal;
}

ul,
ol {
  list-style-position: inside;
}

img {
  vertical-align: bottom;
}

.no-scroll {
  overflow: hidden;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 70px;
  z-index: 1000;
}
@media screen and (max-width: 1259.99px) {
  .l-header {
    height: 55px;
  }
}

.l-header-inner {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1%;
  padding-right: 0;
}
@media screen and (max-width: 1259.99px) {
  .l-header-inner {
    padding-left: 1.5%;
    padding-right: 1.5%;
  }
}

.l-gnav {
  margin: 0;
}

.l-main {
  width: 100%;
  min-height: var(--full-contents-height);
  margin-left: auto;
  margin-right: auto;
  padding-top: var(--header-height);
  overflow: hidden;
  z-index: 10;
}

.l-section {
  margin-top: 0;
  padding-top: var(--size-56);
  padding-bottom: var(--size-24);
}
.l-section._pt0 {
  padding-top: 0;
}
.l-section._pb0 {
  padding-bottom: 0;
}

.l-inner {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}
.l-inner._pl0 {
  padding-left: 0;
}
.l-inner._pr0 {
  padding-right: 0;
}
.l-inner._min {
  max-width: 1160px;
}
@media screen and (max-width: 1305.6px) {
  .l-inner {
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media screen and (max-width: 1024px) {
  .l-inner {
    padding-left: 4%;
    padding-right: 4%;
  }
}

.l-news-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 50px;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: var(--size-40);
}
.l-news-wrapper > *:first-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.l-news-wrapper > *:last-child {
  width: 100%;
  max-width: 260px;
  margin-top: var(--size-80);
}
@media screen and (max-width: 850px) {
  .l-news-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 16px;
    padding-top: var(--size-24);
    padding-left: 1%;
    padding-right: 1%;
  }
  .l-news-wrapper > *:first-child {
    width: 100%;
  }
  .l-news-wrapper > *:last-child {
    width: 100%;
    max-width: 100%;
    margin-top: 16px;
  }
}

.l-footer {
  width: 100%;
}

.l-fix-back {
  display: none;
  position: fixed;
  bottom: 8px;
  right: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 100;
}
@media (any-hover: hover) {
  .l-fix-back:hover {
    opacity: 0.85;
    cursor: pointer;
  }
}

.bl-page-ttl {
  width: 100%;
  height: 230px;
  background: url("./img/common/bg-page-title.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl-page-ttl ._ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 2em;
  padding-right: 2em;
  color: #552e31;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: var(--26px);
  font-size: clamp(1.375rem, 0.8694144838rem + 2.157164869vw, 2.25rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-shadow: 0 0 8px #fffeee, 0 0 6px #fffeee, 0 0 4px #fffeee, 0 0 4px #fffeee, 0 0 2px #fffeee, 0 0 2px #fffeee;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .bl-page-ttl {
    height: 200px;
    background-image: url("./img/common/bg-page-title-mb.jpg");
  }
}
@media screen and (max-width: 768px) {
  .bl-page-ttl {
    height: 160px;
  }
}
@media screen and (max-width: 576px) {
  .bl-page-ttl {
    height: 140px;
  }
}
@media screen and (max-width: 414px) {
  .bl-page-ttl {
    height: 120px;
  }
}

.bl-tbl {
  width: 100%;
  margin-top: var(--size-40);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.bl-tbl dt,
.bl-tbl dd {
  padding: 12px 2%;
}
.bl-tbl dt {
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 600;
}
.bl-tbl dd,
.bl-tbl li,
.bl-tbl p {
  color: #552e31;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.bl-tbl ul {
  list-style: none;
}
.bl-tbl dt {
  width: 30%;
  max-width: 280px;
  color: #552e31;
  background-color: #dae6d4;
  border-top: 1px solid #a27d20;
  background-repeat: repeat;
  background-size: auto;
}
.bl-tbl._dt-center dt {
  text-align: center;
}
.bl-tbl._dt-right dt {
  text-align: right;
}
.bl-tbl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 70%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-top: 1px solid #a27d20;
  background-color: #fff;
}
.bl-tbl dt:last-of-type {
  border-bottom: 1px solid #a27d20;
}
.bl-tbl dd:last-of-type {
  border-bottom: 1px solid #a27d20;
}
@media screen and (max-width: 800px) {
  .bl-tbl .bl-table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl-tbl dt {
    width: 100%;
    max-width: none;
    padding: 4px 2%;
    border-top: none;
    text-align: left;
  }
  .bl-tbl._dt-center dt {
    text-align: left;
  }
  .bl-tbl._dt-right dt {
    text-align: left;
  }
  .bl-tbl dd {
    width: 100%;
    padding: 18px 2%;
    border-top: none;
    border-right: none;
  }
  .bl-tbl dt:last-of-type,
  .bl-tbl dd:last-of-type {
    border-bottom: none;
  }
}

.bl-access {
  padding-top: var(--size-32);
  padding-bottom: 0;
  text-align: center;
}
.bl-access .access__icon {
  width: 20px;
  margin-left: auto;
  margin-right: auto;
}
.bl-access .access__icon img {
  width: 100%;
  height: auto;
}
.bl-access ._inner {
  padding-left: 2%;
  padding-right: 2%;
}
.bl-access .map iframe {
  width: 100%;
  height: 550px;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .bl-access ._inner {
    padding-left: 0;
    padding-right: 0;
  }
  .bl-access .map iframe {
    height: 400px;
  }
}
@media screen and (max-width: 414px) {
  .bl-access .map iframe {
    height: 350px;
  }
}

.page-top {
  display: none;
}

/*-------------------------------
// Header
---------------------------------*/
header {
  background-color: #fffcf2;
}
header .header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}
header .header__company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
header .company__logo {
  width: 200px;
  height: var(--header-height);
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
}
header .company__logo img {
  display: inline-block;
  width: 100%;
  height: auto;
  border: none;
}
header .header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 4px;
}
header .cta__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: var(--header-height);
  gap: var(--size-24);
}
header .cta__box {
  height: 100%;
}
header .cta__box._tel {
  display: none;
}
header .cta__box._icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .cta__box._icon .cta__icon img {
  display: block;
  width: 28px;
  height: 28px;
}
header .header__btn {
  min-width: 160px;
  height: 100%;
  padding: 6px 6px 6px 30px;
  border: none;
  background-color: #3ca757;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
header .header__btn::before {
  display: none;
  content: ">";
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0.75em;
  font-weight: 300;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .header__btn::after {
  content: "";
  position: absolute;
  top: 52%;
  left: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: var(--24px);
  height: var(--24px);
  background-color: #fff;
  -webkit-mask-image: url("./img/common/i-tel.svg");
          mask-image: url("./img/common/i-tel.svg");
  -webkit-mask-size: 85%;
          mask-size: 85%;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
header .header__btn._mail::after {
  -webkit-mask-image: url("./img/common/i-mail-line.svg");
          mask-image: url("./img/common/i-mail-line.svg");
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
header .header__btn ._txt {
  display: block;
  color: #fff;
  font-size: clamp(0.9375rem, 0.8291602465rem + 0.4622496148vw, 1.125rem);
  font-size: clamp(1rem, 0.625rem + 0.78125vw, 1.125rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}
header .header__btn._mail ._txt {
  font-size: clamp(0.875rem, 0.7666602465rem + 0.4622496148vw, 1.0625rem);
  font-size: clamp(0.9375rem, 0.75rem + 0.390625vw, 1rem);
  letter-spacing: 0.04em;
}
@media (any-hover: hover) {
  header .header__btn._mail:hover {
    background-color: #1e632f;
  }
}
header .ham-cta {
  display: none;
}
header .gnav.mobile .ham-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 36px;
  padding-bottom: 56px;
}
header .hamburger {
  display: none;
  height: 100%;
  padding-left: 3px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
@media screen and (max-width: 1259.99px) {
  header .company__logo {
    width: 130px;
  }
  header .cta__wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: var(--header-height);
    gap: var(--10px);
  }
  header .cta__box {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .cta__box._tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .header__btn {
    width: calc(var(--header-height) * 0.6);
    min-width: initial;
    height: calc(var(--header-height) * 0.6);
    padding: 0 0 0 0;
    border: none;
    border-radius: 4px;
    position: relative;
  }
  header .header__btn::before {
    display: none;
  }
  header .header__btn::after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 70%;
    height: 70%;
    margin-bottom: 0;
  }
  header .header__btn::after {
    -webkit-mask-size: 70%;
            mask-size: 70%;
  }
  header .header__btn._mail::after {
    -webkit-mask-size: 83%;
            mask-size: 83%;
  }
  header .header__btn ._txt {
    display: none;
  }
  header .header__btn._tel {
    display: block;
  }
  header .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/*----------------------
// Footer
----------------------*/
.footer {
  width: 100%;
  overflow: hidden;
}
.footer .fnav {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #f0dfc6;
}
.footer .fnav .fnav__inner {
  width: 100%;
  max-width: 1280px;
  padding-left: 2%;
  padding-right: 2%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer .fnav .fnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  list-style: none;
}
.footer .fnav .fnav__li {
  padding-right: 2.5em;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  color: #552e31;
  font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
  font-weight: 600;
}
.footer .fnav .fnav__li a:hover {
  color: #a27d20;
}
.footer .fnav .fnav__list:last-of-type .fnav__li:last-of-type {
  padding-right: 0;
}
.footer .company {
  width: 100%;
  padding-top: var(--size-40);
  padding-bottom: var(--size-40);
  background-image: url("./img/common/bg-cream.jpg");
}
.footer .company .company__inner {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer .company .company__logo {
  width: 100%;
  max-width: 230px;
  padding-top: 4px;
}
.footer .company .company__logo img {
  width: 100%;
  height: auto;
}
.footer .company .company__info {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: var(--size-32);
}
.footer .company .info__txt {
  color: #552e31;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-weight: 500;
  letter-spacing: 0.04em;
}
.footer .company .info__icons {
  padding-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer .company .info__icon {
  width: 25px;
  padding-left: var(--size-16);
}
.footer .company .info__icon:first-of-type {
  padding-left: 0;
}
@media screen and (max-width: 1100px) {
  .footer .fnav {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .footer .fnav .fnav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .fnav .fnav__list:last-of-type {
    padding-left: var(--size-80);
  }
  .footer .fnav .fnav__li {
    margin-top: 4px;
    padding-right: 0;
  }
  .footer .fnav .fnav__li:first-of-type {
    margin-top: 0;
  }
  .footer .company .company__logo {
    max-width: 200px;
  }
}
@media screen and (max-width: 576px) {
  .footer .company .company__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .company .company__logo {
    max-width: 170px;
  }
  .footer .company .company__info {
    margin-top: 12px;
    padding-left: 0;
  }
  .footer .company .info__icons {
    margin-top: 12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.credit {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 20px;
  background-color: #3ca757;
  text-align: center;
}
.credit .copyright {
  color: #fff;
  font-size: var(--13px);
  font-size: clamp(0.6875rem, 0.4542910448rem + 0.9950248756vw, 0.8125rem);
  letter-spacing: 0.1em;
  line-height: 1;
}
.credit .created {
  margin-top: 8px;
  color: #fff;
  font-size: var(--11px);
  font-size: clamp(0.625rem, 0.3917910448rem + 0.9950248756vw, 0.75rem);
  line-height: 1;
}

body:has(.gnav.mobile.is-open) {
  overflow: hidden;
}

.gnav {
  z-index: 100;
}

._hidden {
  display: none;
}

.gnav.pc {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
  margin-top: auto;
  padding-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gnav.pc .gnav-list {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  list-style: none;
}
.gnav.pc .gnav-list > li {
  height: 100%;
}
.gnav.pc .gnav-list > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  white-space: nowrap;
  padding-left: var(--size-16);
  padding-right: var(--size-16);
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: var(--15px);
  font-size: clamp(0.875rem, 0.78125rem + 0.1953125vw, 0.9375rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.gnav.pc .gnav-list > li:hover {
  cursor: pointer;
}
.gnav.pc .gnav-list > li:hover > a {
  background-color: #d8ebd3;
}
.gnav.pc .gnav__bottom,
.gnav.pc .gnav__hamb-cta {
  display: none;
}
.gnav.pc li.menu-item-has-children {
  position: relative;
}
.gnav.pc li.menu-item-has-children .sub-menu {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  list-style: none;
  visibility: hidden;
}
.gnav.pc li.menu-item-has-children .sub-menu li {
  border-left: 1px solid #fffcf2;
  border-right: 1px solid #fffcf2;
  border-bottom: 1px solid #fffcf2;
}
.gnav.pc li.menu-item-has-children .sub-menu li a {
  display: inline-block;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block;
  text-align: center;
  font-size: 0.85em;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
.gnav.pc li.menu-item-has-children .sub-menu li:hover a {
  background-color: #fffcf2;
}
.gnav.pc li.menu-item-has-children:hover .sub-menu {
  visibility: visible;
}
.gnav.pc li.current_page_item > a {
  background-color: #d8ebd3;
}
.gnav.pc li.current-menu-parent > a {
  background-color: #d8ebd3;
}
.gnav.pc li.current-menu-parent li.current_page_item > a {
  background-color: #d8ebd3;
}
@media screen and (max-width: 1259.99px) {
  .gnav.pc {
    display: none;
  }
}

.gnav.mobile {
  position: fixed;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  top: 100%;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(var(--vh) * 100 - var(--header-height));
  background-color: #fdfbf7;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.gnav.mobile.is-open {
  visibility: visible;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.gnav.mobile > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.gnav.mobile .gnav-list {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-size: var(--15px);
  list-style: none;
  border-top: 1px solid #b49b6d;
}
.gnav.mobile .gnav-list li {
  width: 100%;
}
.gnav.mobile .gnav-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 3.5em;
  border-bottom: 1px solid #b49b6d;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  color: #552e31;
  font-weight: 700;
}
.gnav.mobile .gnav-list > li:hover {
  cursor: pointer;
}
.gnav.mobile .gnav-list > li:hover > a {
  background-color: #d8ebd3;
}
.gnav.mobile .gnav-list ul.sub-menu li {
  background-color: #fff;
}
.gnav.mobile .gnav-list ul.sub-menu li a::before {
  display: none;
}
.gnav.mobile li.menu-item-has-children {
  position: relative;
}
.gnav.mobile li.menu-item-has-children:hover {
  cursor: pointer;
}
.gnav.mobile li.menu-item-has-children > a {
  pointer-events: none;
}
.gnav.mobile li.menu-item-has-children > a::after {
  content: "＋";
  padding-left: 1em;
  line-height: 1;
  font-weight: 400;
  font-size: 13px;
}
.gnav.mobile li.menu-item-has-children.is-submenu-open > a::after {
  content: "ー";
}
.gnav.mobile ul.sub-menu {
  width: 100%;
  pointer-events: all;
  list-style: none;
  display: none;
}
.gnav.mobile li.menu-item-has-children.is-submenu-open ul.sub-menu {
  display: block;
}
.gnav.mobile ul.sub-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-color: #fff;
}
.gnav.mobile ul.sub-menu li a {
  width: 100%;
  font-size: 0.9em;
}
.gnav.mobile ul.sub-menu li:hover {
  cursor: pointer;
  background-color: #ffeece;
}
.gnav.mobile .gnav__bottom {
  display: block;
  width: 100%;
  margin-top: auto;
}

.newslist .l-main {
  padding-bottom: var(--size-40);
}
.newslist .newslist__article {
  width: 100%;
  padding-top: var(--size-16);
  padding-bottom: var(--size-16);
  border-bottom: 1px solid #9e7436;
}
.newslist .newslist__img {
  width: 100%;
  min-height: 100px;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.newslist .newslist__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.newslist .newslist__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.newslist .newslist__tag {
  width: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fffcf2;
  border-radius: 99px;
  margin-top: 0.2em;
  color: #fff;
  font-size: var(--12px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.newslist .newslist__date time {
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.04em;
}
.newslist .newslist__title {
  margin-top: 2px;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.05;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.newslist .newslist__link:hover .newslist__date,
.newslist .newslist__link:hover .newslist__title {
  color: #b49b6d;
}

.wp-pagenavi {
  margin: 56px auto;
  font-size: var(--15px);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
@media screen and (max-width: 414px) {
  .wp-pagenavi {
    font-size: var(--14px);
  }
}
.wp-pagenavi a {
  color: #666;
}
.wp-pagenavi .pages,
.wp-pagenavi .extend,
.wp-pagenavi .page,
.wp-pagenavi .first,
.wp-pagenavi .last {
  border: none;
}
.wp-pagenavi .pages {
  width: 3em;
  margin-right: 1.5em;
  color: #666;
}
@media screen and (max-width: 576px) {
  .wp-pagenavi .pages {
    display: none;
  }
}
.wp-pagenavi span.current,
.wp-pagenavi a.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 7px 0 0;
  width: 2.75em;
  height: 2.75em;
  border-radius: 5px;
  line-height: 1;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 414px) {
  .wp-pagenavi span.current,
  .wp-pagenavi a.page {
    margin: 0 5px 0 0;
    width: 35px;
  }
}
.wp-pagenavi a.first,
.wp-pagenavi a.last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.5em;
  margin: 0 7px 0 0;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 5px;
  line-height: 1;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 414px) {
  .wp-pagenavi a.first,
  .wp-pagenavi a.last {
    margin: 0 5px 0 0;
  }
}
.wp-pagenavi span.current {
  font-weight: bold;
  border: none;
  color: #3ca757;
  font-weight: 900;
}
.wp-pagenavi .wp-pagenavi a.page {
  background: none;
  color: #aaa;
}
.wp-pagenavi a.page:hover,
.wp-pagenavi a.first:hover,
.wp-pagenavi a.last:hover {
  color: #3ca757;
}
.wp-pagenavi .first,
.wp-pagenavi .extend {
  margin-right: 10px;
  color: #666;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  display: none;
}

.pager-single .pager-single__list {
  width: 100%;
  margin-top: var(--size-100);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
.pager-single .pager-single__li._txt {
  display: none;
}
.pager-single .pager-single__li a {
  display: block;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  letter-spacing: 0.04em;
}
.pager-single .pager-single__li._prev {
  position: relative;
}
.pager-single .pager-single__li._prev a {
  padding-right: 1em;
  padding-left: 1.75em;
  text-align: left;
}
.pager-single .pager-single__li._prev a::before {
  content: "<";
  position: absolute;
  top: 0;
  left: 0.25em;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .pager-single .pager-single__li._prev:hover {
    text-decoration: underline;
    opacity: 0.8;
  }
  .pager-single .pager-single__li._prev:hover a::before {
    left: 0;
  }
}
.pager-single .pager-single__li._next {
  position: relative;
}
.pager-single .pager-single__li._next a {
  padding-right: 1.75em;
  padding-left: 1em;
  text-align: right;
}
.pager-single .pager-single__li._next a::after {
  content: ">";
  position: absolute;
  top: 0;
  right: 0.25em;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .pager-single .pager-single__li._next:hover {
    text-decoration: underline;
    opacity: 0.8;
  }
  .pager-single .pager-single__li._next:hover a::after {
    right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .pager-single .pager-single__li._title {
    display: none;
  }
  .pager-single .pager-single__li._txt {
    display: block;
  }
}

.side__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  color: #221815;
}
.side__wrapper > * {
  padding-bottom: var(--size-40);
}
.side__wrapper .wd-latest .wd-latest__title {
  width: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 0.75em;
  padding-right: 0.75em;
  color: #fff;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  background-color: #9b773c;
  text-align: left;
}
.side__wrapper .wd-latest .wd-latest__list {
  margin-top: 12px;
}
.side__wrapper .wd-latest .wd-latest__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 1em;
  padding-bottom: 0.75em;
  border-bottom: 1px solid #a7a49f;
}
.side__wrapper .wd-latest .wd-latest__list li:last-of-type {
  border-bottom: none;
}
.side__wrapper .wd-latest .wd-latest__list li a {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: inline-block;
  margin-top: 8px;
  color: #221815;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-weight: 500;
  text-wrap: wrap;
  line-height: 1.4;
}
.side__wrapper .wd-latest .wd-latest__list li a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: #221815;
  text-decoration-thickness: 1px;
}
.side__wrapper .wd-latest .wd-latest__list li time {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: inline-block;
  font-size: var(--12px);
  color: #a87b38;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .side__wrapper .wd-latest .wd-latest__list li:first-child {
    margin-top: 18px;
    padding-top: 0px;
  }
}
.side__wrapper .wd-cal {
  display: none;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  /*今日の日付*/
}
.side__wrapper .wd-cal .wp-block-calendar * {
  border: none;
  background-color: initial;
}
.side__wrapper .wd-cal .wp-calendar-table caption {
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  padding-bottom: 10px;
  text-align: center;
  -webkit-text-decoration: solid;
          text-decoration: solid;
}
.side__wrapper .wd-cal .wp-calendar-table thead {
  border-top: 1px solid #555;
}
.side__wrapper .wd-cal .wp-calendar-table th,
.side__wrapper .wd-cal .wp-calendar-table td {
  text-align: center;
  font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
}
.side__wrapper .wd-cal .wp-calendar-table tr th:last-child {
  color: red;
}
.side__wrapper .wd-cal a {
  color: #0053b1;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.side__wrapper .wd-cal a:hover {
  opacity: 0.8;
}
.side__wrapper .wd-cal .wp-calendar-table tbody td#today {
  background-color: #fffcf2;
}
.side__wrapper .wd-cal .wp-calendar-nav {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.side__wrapper .wd-cal .wp-calendar-nav-prev a,
.side__wrapper .wd-cal .wp-calendar-nav-next a {
  font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
  text-decoration: none;
}
.side__wrapper .wd-arch {
  margin-top: 20px;
}
.side__wrapper .wd-arch .wd-arch__title {
  width: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 0.75em;
  padding-right: 0.75em;
  color: #fff;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  background-color: #9b773c;
  text-align: left;
}
.side__wrapper .wd-arch .wd-arch__list {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
}
.side__wrapper .wd-arch .wd-arch__list li {
  margin-top: 2px;
  padding-bottom: 0.25em;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-weight: 500;
  position: relative;
}
.side__wrapper .wd-arch .wd-arch__list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
  font-size: inherit;
  height: 0.8em;
  width: 0.692820323em;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  background-color: #0053b1;
}
.side__wrapper .wd-arch .wd-arch__list li a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-color: #221815;
  text-decoration-thickness: 1px;
  cursor: pointer;
}
@media screen and (max-width: 850px) {
  .side__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 16px;
  }
  .side__wrapper > * {
    width: 45%;
    padding-bottom: var(--size-60);
  }
  .side__wrapper .wd-arch {
    margin-top: 0;
  }
  .side__wrapper .wd-arch .wd-arch__list {
    margin-top: 18px;
  }
}
@media screen and (max-width: 560px) {
  .side__wrapper > * {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .side__wrapper .wd-cal {
    margin-top: 32px;
  }
  .side__wrapper .wd-arch {
    margin-top: 32px;
  }
}

.bl-cta {
  width: 100%;
  padding-bottom: var(--size-80);
  text-align: center;
}
.bl-cta .bl-cta__txt {
  padding-top: var(--size-40);
  border-top: 1px solid #f0dca5;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  color: #552e31;
  font-size: clamp(0.9375rem, 0.7569337442rem + 0.7704160247vw, 1.25rem);
  font-size: clamp(0.9375rem, 0.6124807396rem + 1.3867488444vw, 1.5rem);
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.06em;
}
.bl-cta .bl-cta__btns {
  padding-top: var(--size-32);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bl-cta .bl-cta__btns > *:first-child {
  padding-right: 12px;
}
.bl-cta .bl-cta__btns > *:last-child {
  padding-left: 12px;
}
@media screen and (max-width: 576px) {
  .bl-cta .bl-cta__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bl-cta .bl-cta__btns > *:first-child {
    padding-right: 0;
  }
  .bl-cta .bl-cta__btns > *:last-child {
    margin-top: var(--size-32);
    padding-left: 0;
  }
}

.bg-ougi-top {
  position: relative;
}
.bg-ougi-top::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 49vw;
  width: 1300px;
  height: 280px;
  background-image: url("./img/common/bg-ougi-top.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .bg-ougi-top::before {
    top: 24px;
    height: 200px;
  }
}
@media screen and (max-width: 414px) {
  .bg-ougi-top::before {
    top: 8px;
    height: 150px;
  }
}

.btn {
  width: 100%;
  max-width: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.5em 1.5em 0.6em;
  background-color: #fffcf2;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(0.9375rem, 0.8291602465rem + 0.4622496148vw, 1.125rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #fff;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (any-hover: hover) {
  .btn:not(._nochange):hover {
    cursor: pointer;
  }
}

.btn._round {
  border-radius: 99px;
}

.btn._border {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fffeee;
  border: 1px solid #9f7639;
  color: #9f7639;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
}
@media (any-hover: hover) {
  .btn._border:hover {
    color: #552e31;
    background-color: #fff;
  }
}

.btn._arrow {
  position: relative;
  padding-right: 2.25em;
}
.btn._arrow::after {
  content: ">";
  position: absolute;
  top: 49%;
  right: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 300;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .btn._arrow:hover::after {
    right: 0.7em;
  }
}

.btn._accent {
  background-color: #3ca757;
  font-weight: 700;
}
@media (any-hover: hover) {
  .btn._accent:hover {
    background-color: #1e632f;
  }
}

.btn._news-all,
.btn._works-all {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 3em 12px 2.5em;
  background-color: #a27d20;
  color: #fff;
}
@media (any-hover: hover) {
  .btn._news-all:hover,
  .btn._works-all:hover {
    background-color: #552e31;
  }
}

.btn._contact {
  max-width: 320px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #3ca757;
  border: none;
  border-radius: 5px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media (any-hover: hover) {
  .btn._contact:hover {
    background-color: #1e632f;
  }
}

.btn._icon {
  gap: 8px;
  width: 14em;
  max-width: 280px;
  height: 55px;
  font-size: var(--18px);
  font-size: clamp(1.0625rem, 0.8835877863rem + 0.7633587786vw, 1.25rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  background-color: #3ca757;
  border-radius: 0;
}
.btn._icon::before {
  content: "";
  width: 1.25em;
  height: 1.25em;
  display: block;
  background-color: #fff;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-mask-image: url("./img/common/i-tel.svg");
          mask-image: url("./img/common/i-tel.svg");
}
@media screen and (max-width: 576px) {
  .btn._icon {
    height: 45px;
  }
}

.btn._icon._mail {
  letter-spacing: 0.07em;
}
.btn._icon._mail::before {
  width: 1.5em;
  height: 1.5em;
  -webkit-mask-image: url("./img/common/i-mail-line.svg");
          mask-image: url("./img/common/i-mail-line.svg");
}
@media (any-hover: hover) {
  .btn._icon._mail:hover {
    background-color: #1e632f;
  }
}

.btn._icon._ham-cta {
  height: 45px;
}

.btn._home {
  width: 100%;
  max-width: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.5em 1.5em 0.6em;
  background-color: #fffcf2;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(0.9375rem, 0.8291602465rem + 0.4622496148vw, 1.125rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #fff;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  max-width: 240px;
  padding: 8px 0.75em;
  color: #fff;
  font-size: var(--16px);
  border: 3px solid #3ca757;
  background-color: #3ca757;
}
@media (any-hover: hover) {
  .btn._home:hover {
    color: #3ca757;
    background-color: #fff;
  }
}

.arrow-bottom {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 1rem;
  height: 1rem;
  border: 0.1em solid #fff;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-25%) rotate(135deg);
          transform: translateY(-25%) rotate(135deg);
}

.hamburger__wrapper {
  position: relative;
  width: 40px;
  height: 40px;
  background: transparent;
  z-index: 1000;
  cursor: pointer;
}

/*ボタン内側*/
.hamburger span {
  display: inline-block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  left: 20%;
  width: 60%;
  height: 2px;
  border-radius: 0;
  background: #552e31;
  z-index: 1000;
}

.hamburger span:nth-of-type(1) {
  top: 28%;
}

.hamburger span:nth-of-type(2) {
  top: 50%;
}

.hamburger span:nth-of-type(3) {
  top: 72%;
}

.hamburger.active .hamburger-roll {
  top: 62%;
}

/*active時 ×*/
.hamburger.active span:nth-of-type(1) {
  height: 2px;
  top: 38%;
  left: 29%;
  -webkit-transform: translateY(5px) rotate(-133deg);
          transform: translateY(5px) rotate(-133deg);
  width: 42%;
}

.hamburger.active span:nth-of-type(2) {
  opacity: 0;
}

.hamburger.active span:nth-of-type(3) {
  height: 2px;
  top: 67%;
  left: 29%;
  -webkit-transform: translateY(-7px) rotate(133deg);
          transform: translateY(-7px) rotate(133deg);
  width: 42%;
}

.lead {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  color: #a27d20;
  font-size: clamp(0.9375rem, 0.7569337442rem + 0.7704160247vw, 1.25rem);
  font-size: clamp(1.125rem, 0.7638674884rem + 1.5408320493vw, 1.75rem);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.07em;
}

.txt {
  color: #552e31;
  font-size: clamp(0.875rem, 0.7666602465rem + 0.4622496148vw, 1.0625rem);
  font-weight: 600;
  text-align: justify;
}

.bl-sect-ttl {
  padding-left: var(--size-24);
  border-left: 2px solid #b49b6d;
}
.bl-sect-ttl ._ja {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  color: #3ca757;
  font-size: clamp(0.9375rem, 0.7569337442rem + 0.7704160247vw, 1.25rem);
  font-size: clamp(1.125rem, 0.6916409861rem + 1.8489984592vw, 1.875rem);
  font-weight: 800;
  letter-spacing: 0.08em;
}
.bl-sect-ttl ._en {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  color: #b49b6d;
  font-size: clamp(0.875rem, 0.7666602465rem + 0.4622496148vw, 1.0625rem);
  font-size: clamp(0.875rem, 0.7305469954rem + 0.6163328197vw, 1.125rem);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.09em;
}

.br-lg {
  display: none;
}
@media screen and (max-width: 1280px) {
  .br-lg {
    display: block;
  }
}

.br-md {
  display: none;
}
@media screen and (max-width: 1024px) {
  .br-md {
    display: block;
  }
}

.br-tb {
  display: none;
}
@media screen and (max-width: 768px) {
  .br-tb {
    display: block;
  }
}

.br-sm {
  display: none;
}
@media screen and (max-width: 576px) {
  .br-sm {
    display: block;
  }
}

.br-xs {
  display: none;
}
@media screen and (max-width: 414px) {
  .br-xs {
    display: block;
  }
}

.br-xxs {
  display: none;
}
@media screen and (max-width: 375px) {
  .br-xxs {
    display: block;
  }
}

.br-lg-over {
  display: none;
}
@media screen and (min-width: 1280px) {
  .br-lg-over {
    display: block;
  }
}

.br-md-over {
  display: none;
}
@media screen and (min-width: 1024px) {
  .br-md-over {
    display: block;
  }
}

.br-tb-over {
  display: none;
}
@media screen and (min-width: 768px) {
  .br-tb-over {
    display: block;
  }
}

.br-sm-over {
  display: none;
}
@media screen and (min-width: 576px) {
  .br-sm-over {
    display: block;
  }
}

.br-xs-over {
  display: none;
}
@media screen and (min-width: 414px) {
  .br-xs-over {
    display: block;
  }
}

.br-xxs-over {
  display: none;
}
@media screen and (min-width: 375px) {
  .br-xxs-over {
    display: block;
  }
}

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

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.wbr {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.nowrap {
  white-space: nowrap;
}

.pt-8 {
  padding-top: var(--size-8);
}

.pl-8 {
  padding-left: var(--size-8);
}

.pr-8 {
  padding-right: var(--size-8);
}

.pb-8 {
  padding-bottom: var(--size-8);
}

.mt-8 {
  margin-top: var(--size-8);
}

.ml-8 {
  margin-left: var(--size-8);
}

.mr-8 {
  margin-right: var(--size-8);
}

.mb-8 {
  margin-bottom: var(--size-8);
}

.pt-16 {
  padding-top: var(--size-16);
}

.pl-16 {
  padding-left: var(--size-16);
}

.pr-16 {
  padding-right: var(--size-16);
}

.pb-16 {
  padding-bottom: var(--size-16);
}

.mt-16 {
  margin-top: var(--size-16);
}

.ml-16 {
  margin-left: var(--size-16);
}

.mr-16 {
  margin-right: var(--size-16);
}

.mb-16 {
  margin-bottom: var(--size-16);
}

.pt-24 {
  padding-top: var(--size-24);
}

.pl-24 {
  padding-left: var(--size-24);
}

.pr-24 {
  padding-right: var(--size-24);
}

.pb-24 {
  padding-bottom: var(--size-24);
}

.mt-24 {
  margin-top: var(--size-24);
}

.ml-24 {
  margin-left: var(--size-24);
}

.mr-24 {
  margin-right: var(--size-24);
}

.mb-24 {
  margin-bottom: var(--size-24);
}

.pt-32 {
  padding-top: var(--size-32);
}

.pl-32 {
  padding-left: var(--size-32);
}

.pr-32 {
  padding-right: var(--size-32);
}

.pb-32 {
  padding-bottom: var(--size-32);
}

.mt-32 {
  margin-top: var(--size-32);
}

.ml-32 {
  margin-left: var(--size-32);
}

.mr-32 {
  margin-right: var(--size-32);
}

.mb-32 {
  margin-bottom: var(--size-32);
}

.pt-40 {
  padding-top: var(--size-40);
}

.pl-40 {
  padding-left: var(--size-40);
}

.pr-40 {
  padding-right: var(--size-40);
}

.pb-40 {
  padding-bottom: var(--size-40);
}

.mt-40 {
  margin-top: var(--size-40);
}

.ml-40 {
  margin-left: var(--size-40);
}

.mr-40 {
  margin-right: var(--size-40);
}

.mb-40 {
  margin-bottom: var(--size-40);
}

.pt-48 {
  padding-top: var(--size-48);
}

.pl-48 {
  padding-left: var(--size-48);
}

.pr-48 {
  padding-right: var(--size-48);
}

.pb-48 {
  padding-bottom: var(--size-48);
}

.mt-48 {
  margin-top: var(--size-48);
}

.ml-48 {
  margin-left: var(--size-48);
}

.mr-48 {
  margin-right: var(--size-48);
}

.mb-48 {
  margin-bottom: var(--size-48);
}

.pt-56 {
  padding-top: var(--size-56);
}

.pl-56 {
  padding-left: var(--size-56);
}

.pr-56 {
  padding-right: var(--size-56);
}

.pb-56 {
  padding-bottom: var(--size-56);
}

.mt-56 {
  margin-top: var(--size-56);
}

.ml-56 {
  margin-left: var(--size-56);
}

.mr-56 {
  margin-right: var(--size-56);
}

.mb-56 {
  margin-bottom: var(--size-56);
}

.pt-64 {
  padding-top: var(--size-64);
}

.pl-64 {
  padding-left: var(--size-64);
}

.pr-64 {
  padding-right: var(--size-64);
}

.pb-64 {
  padding-bottom: var(--size-64);
}

.mt-64 {
  margin-top: var(--size-64);
}

.ml-64 {
  margin-left: var(--size-64);
}

.mr-64 {
  margin-right: var(--size-64);
}

.mb-64 {
  margin-bottom: var(--size-64);
}

.pt-72 {
  padding-top: var(--size-72);
}

.pl-72 {
  padding-left: var(--size-72);
}

.pr-72 {
  padding-right: var(--size-72);
}

.pb-72 {
  padding-bottom: var(--size-72);
}

.mt-72 {
  margin-top: var(--size-72);
}

.ml-72 {
  margin-left: var(--size-72);
}

.mr-72 {
  margin-right: var(--size-72);
}

.mb-72 {
  margin-bottom: var(--size-72);
}

.pt-80 {
  padding-top: var(--size-80);
}

.pl-80 {
  padding-left: var(--size-80);
}

.pr-80 {
  padding-right: var(--size-80);
}

.pb-80 {
  padding-bottom: var(--size-80);
}

.mt-80 {
  margin-top: var(--size-80);
}

.ml-80 {
  margin-left: var(--size-80);
}

.mr-80 {
  margin-right: var(--size-80);
}

.mb-80 {
  margin-bottom: var(--size-80);
}

.pt-100 {
  padding-top: var(--size-100);
}

.pl-100 {
  padding-left: var(--size-100);
}

.pr-100 {
  padding-right: var(--size-100);
}

.pb-100 {
  padding-bottom: var(--size-100);
}

.mt-100 {
  margin-top: var(--size-100);
}

.ml-100 {
  margin-left: var(--size-100);
}

.mr-100 {
  margin-right: var(--size-100);
}

.mb-100 {
  margin-bottom: var(--size-100);
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.link {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.link._underline {
  text-decoration: underline;
}

.link:hover {
  cursor: pointer;
}

.link._img._scale:hover img {
  -webkit-filter: grayscale(50%);
          filter: grayscale(50%);
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

.link._large img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.link._large:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.link._opacity:hover {
  opacity: 0.8;
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeTrigger,
.fadeUpTrigger,
.fadeLeftTrigger,
.fadeRightTrigger,
.scaleUpTrigger,
.rotateXTrigger {
  opacity: 0;
}

/* フェード */
.fade {
  -webkit-animation-name: fadeAnime;
          animation-name: fadeAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
          transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
}

@-webkit-keyframes fadeAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* 上へ */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
          transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  0% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  0% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* 左から */
.fadeLeft {
  -webkit-animation-name: fadeLeftAnime;
          animation-name: fadeLeftAnime;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
          transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeLeftAnime {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeLeftAnime {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* 右から */
.fadeRight {
  -webkit-animation-name: fadeRightAnime;
          animation-name: fadeRightAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* スケールアップ*/
.scaleUp {
  -webkit-animation-name: scaleUpAnime;
          animation-name: scaleUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 0;
}

@-webkit-keyframes scaleUpAnime {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes scaleUpAnime {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
/* スケールダウン*/
.scaleDown {
  -webkit-animation-name: scaleDownAnime;
          animation-name: scaleDownAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 1;
}

@-webkit-keyframes scaleDownAnime {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scaleDownAnime {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* X軸回転 */
.rotateX {
  -webkit-animation-name: rotateXAnime;
          animation-name: rotateXAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes rotateXAnime {
  from {
    opacity: 0;
    -webkit-transform: rotateX(-180deg);
            transform: rotateX(-180deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotateX(-360deg);
            transform: rotateX(-360deg);
  }
}

@keyframes rotateXAnime {
  from {
    opacity: 0;
    -webkit-transform: rotateX(-180deg);
            transform: rotateX(-180deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotateX(-360deg);
            transform: rotateX(-360deg);
  }
}
/*text animetions*/
@-webkit-keyframes showTextFromBottom {
  0% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}
@keyframes showTextFromBottom {
  0% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}
.char-up-anime.displayed span {
  -webkit-animation: showText 0.7s backwards;
          animation: showText 0.7s backwards;
  display: inline-block;
}

.char-up-anime.displayed > span {
  overflow: hidden;
}

.char-up-anime.displayed > span > span {
  -webkit-animation: showTextFromBottom 0.7s backwards;
          animation: showTextFromBottom 0.7s backwards;
}

.p-top .p-ttl ._ja {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  color: #3ca757;
  font-size: clamp(0.9375rem, 0.7569337442rem + 0.7704160247vw, 1.25rem);
  font-size: clamp(1.3125rem, 0.9874807396rem + 1.3867488444vw, 1.875rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: center;
}
.p-top .p-ttl ._en {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  color: #b49b6d;
  font-size: clamp(0.875rem, 0.7666602465rem + 0.4622496148vw, 1.0625rem);
  font-size: clamp(0.9375rem, 0.8291602465rem + 0.4622496148vw, 1.125rem);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.09em;
  text-align: center;
}
.p-top .mv {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.p-top .mv .mv__img {
  width: 100%;
  height: auto;
}
.p-top .mv .mv__img img {
  width: 100%;
  height: 100%;
  -o-object-position: cover;
     object-position: cover;
}
.p-top .mv .mv__body {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: left;
}
.p-top .mv .mv__txt {
  color: #552e31;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 3.2vw;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.6;
  text-shadow: 0 0 12px #efeae3, 0 0 12px #efeae3, 0 0 12px #efeae3, 0 0 10px #efeae3, 0 0 10px #efeae3, 0 0 8px #efeae3, 0 0 8px #efeae3, 0 0 6px #efeae3, 0 0 4px #efeae3, 0 0 2px #efeae3;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-top .mv .mv__txt {
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 576.99px) {
  .p-top .mv .mv__txt {
    font-size: 5.7vw;
  }
}
.p-top .message {
  padding-bottom: var(--size-100);
  background-image: url("./img/common/bg-cube-green.png"), url("./img/common/bg-cube-brown.png"), url("./img/common/bg-meisai.jpg");
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: -100px 0, calc(100% + 100px) 70%, bottom;
  background-size: 30% auto, auto 60%, cover;
}
.p-top .message .message__body {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: var(--size-32);
  padding-bottom: var(--size-40);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-top .message .message__main {
  width: 65%;
}
.p-top .message .message__txt {
  font-size: clamp(0.875rem, 0.7666602465rem + 0.4622496148vw, 1.0625rem);
  font-weight: 500;
  text-align: justify;
}
.p-top .message .message__img {
  width: 32%;
  overflow: hidden;
}
.p-top .message .message__img img {
  width: 100%;
  height: auto;
}
.p-top .message .message__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 0.75em;
  padding-bottom: 0.9em;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1024px) {
  .p-top .message {
    background-position: -60px 0, calc(100% + 100px) 70%, bottom;
    background-size: auto 170px, auto 50%, cover;
  }
}
@media screen and (max-width: 767px) {
  .p-top .message {
    background-position: -50px 0, calc(100% + 100px) 93%, bottom;
    background-size: auto 160px, auto 30%, cover;
  }
  .p-top .message .message__body {
    max-width: 500px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-top .message .message__main {
    width: 100%;
  }
  .p-top .message .message__txt {
    margin-top: var(--size-16);
  }
  .p-top .message .message__txt:first-of-type {
    margin-top: 0;
  }
  .p-top .message .message__img {
    width: 100%;
    max-width: 400px;
    margin-top: var(--size-56);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 576px) {
  .p-top .message {
    background-position: -60px 0, calc(100% + 100px) 93%, bottom;
    background-size: auto 140px, auto 25%, cover;
  }
}
.p-top .bus {
  position: relative;
  padding-top: var(--size-80);
  padding-bottom: var(--size-80);
}
.p-top .bus::before, .p-top .bus::after {
  content: "";
  position: absolute;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.p-top .bus::before {
  top: 20px;
  right: 0;
  width: 50%;
  height: 60%;
  background-image: url("./img/common/bg-ougi-right.png");
}
.p-top .bus::after {
  bottom: 0;
  left: 40%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  width: 50%;
  height: 45%;
  background-image: url("./img/common/bg-ougi-left.png");
  background-position: right;
}
.p-top .bus .bus__group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-image: url("./img/common/bg-brown.jpg");
}
.p-top .bus .bus__group:last-of-type {
  margin-top: var(--size-64);
}
.p-top .bus .bus__img {
  width: 50%;
  display: block;
  overflow: hidden;
}
.p-top .bus .bus__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-top .bus .bus__img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.9;
}
.p-top .bus .bus__main {
  width: 50%;
  padding-bottom: var(--size-24);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-top .bus .bus__ttl {
  background-color: #996c2f;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  color: #fff;
  font-size: clamp(0.9375rem, 0.7569337442rem + 0.7704160247vw, 1.25rem);
  font-size: clamp(1.1875rem, 0.8624807396rem + 1.3867488444vw, 1.75rem);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.1em;
  text-shadow: 3px 3px 8px #7e6244, 3px 3px 5px #7e6244, 3px 3px 3px #7e6244;
  text-align: center;
}
.p-top .bus .bus__list {
  list-style: none;
  padding-top: var(--size-40);
  padding-left: 15%;
}
.p-top .bus .bus__li {
  margin-top: 6px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(0.875rem, 0.7666602465rem + 0.4622496148vw, 1.0625rem);
  font-weight: 600;
  text-indent: -1.25em;
  padding-left: 1.25em;
}
.p-top .bus .bus__li::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.25em;
  height: 1em;
  width: 0.8660254038em;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  background-color: #c89455;
}
@media screen and (max-width: 1024px) {
  .p-top .bus .bus__img {
    width: 45%;
  }
  .p-top .bus .bus__main {
    width: 55%;
  }
  .p-top .bus .bus__list {
    padding-left: var(--size-24);
    padding-right: var(--size-24);
  }
}
@media screen and (max-width: 767px) {
  .p-top .bus::before {
    right: -20%;
    width: 80%;
  }
  .p-top .bus::after {
    left: 40%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    width: 80%;
  }
  .p-top .bus .bus__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: var(--size-32);
  }
  .p-top .bus .bus__img {
    width: 85%;
    margin-top: var(--size-24);
  }
  .p-top .bus .bus__main {
    width: 100%;
  }
  .p-top .bus .bus__list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-top .works {
  background-color: #fffcf2;
  padding-bottom: var(--size-64);
}
.p-top .works .tworks__list {
  margin-top: var(--size-40);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-top .works .tworks__article {
  width: 31%;
}
.p-top .works .tworks__article:hover .tworks__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-top .works .tworks__article:hover .tworks__title {
  color: #a27d20;
  text-decoration-color: #a27d20;
}
.p-top .works .tworks__img {
  width: 100%;
  min-height: 100px;
  aspect-ratio: 4/3;
  border: 1px solid #c1ab8a;
  overflow: hidden;
}
.p-top .works .tworks__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-top .works .tworks__title {
  margin-top: var(--size-8);
  color: #3e3a39;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  line-height: 2.1;
  text-decoration: underline;
  text-decoration-color: #3e3a39;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}
@media screen and (max-width: 650px) {
  .p-top .works .tworks__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 3%;
    padding-right: 3%;
  }
  .p-top .works .tworks__article {
    width: 100%;
    max-width: 400px;
    margin-top: var(--size-48);
  }
  .p-top .works .tworks__article:first-of-type {
    margin-top: 0;
  }
}
.p-top .tnews {
  border-top: 2px solid #f0e9d9;
  background-color: #fffcf2;
}
.p-top .tnews .tnews__list {
  width: 100%;
  max-width: 750px;
  margin-top: var(--size-40);
  margin-left: auto;
  margin-right: auto;
}
.p-top .tnews .tnews__article {
  width: 100%;
  margin-top: 16px;
}
.p-top .tnews .tnews__article:first-of-type {
  margin-top: 0;
}
.p-top .tnews .tnews__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-top .tnews .tnews__date {
  width: 7em;
  margin-top: 2px;
  color: #a27d20;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-top .tnews .tnews__title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #3e3a39;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: #3e3a39;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}
.p-top .tnews .tnews__link:hover {
  cursor: pointer;
}
.p-top .tnews .tnews__link:hover .tnews__date,
.p-top .tnews .tnews__link:hover .tnews__title {
  color: #a27d20;
}
@media screen and (max-width: 1024px) {
  .p-top .tnews .tnews__list {
    max-width: 500px;
  }
}
@media screen and (max-width: 576px) {
  .p-top .tnews .tnews__date {
    width: 6em;
  }
}
.p-top .access {
  background-color: #fffcf2;
}

.p-about .p-sect__body {
  padding-top: var(--size-32);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-about .p-sect__body .p-sect__main {
  width: 56%;
}
.p-about .p-sect__body .p-sect__img {
  width: 39%;
}
.p-about .p-sect__body .p-sect__img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .p-about .p-ttl {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-about .p-sect__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-about .p-sect__body .p-sect__main {
    width: 100%;
    max-width: 700px;
  }
  .p-about .p-sect__body .p-sect__img {
    width: 100%;
    margin-top: var(--size-40);
    max-width: 500px;
  }
}
.p-about .message .message__main .txt {
  margin-top: var(--size-24);
}
.p-about .message .message__main .message__name {
  font-size: clamp(0.9375rem, 0.7569337442rem + 0.7704160247vw, 1.25rem);
  font-size: clamp(1rem, 0.8555469954rem + 0.6163328197vw, 1.25rem);
}
@media screen and (max-width: 1023px) {
  .p-about .company .company__tbl {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-kakejiku .p-ttl,
.p-interior .p-ttl {
  padding-left: var(--size-40);
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #9f7639;
  position: relative;
}
.p-kakejiku .p-ttl::before,
.p-interior .p-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: var(--size-24);
  height: 100%;
  background-color: #63370d;
  clip-path: polygon(0 0, 0 100%, 100% 0);
}
.p-kakejiku .p-ttl ._ja,
.p-interior .p-ttl ._ja {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  color: #fff;
  font-size: clamp(0.9375rem, 0.7569337442rem + 0.7704160247vw, 1.25rem);
  font-size: clamp(1.125rem, 0.6194144838rem + 2.157164869vw, 2rem);
  font-weight: 600;
  letter-spacing: 0.1em;
}
.p-kakejiku .p-ttl ._ja ._small,
.p-interior .p-ttl ._ja ._small {
  font-size: clamp(0.9375rem, 0.8291602465rem + 0.4622496148vw, 1.125rem);
  font-size: clamp(1rem, 0.5666409861rem + 1.8489984592vw, 1.75rem);
}
@media screen and (max-width: 576px) {
  .p-kakejiku .p-ttl,
  .p-interior .p-ttl {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.p-kakejiku .intro,
.p-interior .intro {
  padding-top: 0;
}
.p-kakejiku .intro .intro__body,
.p-interior .intro .intro__body {
  padding-top: var(--size-56);
  position: relative;
}
.p-kakejiku .intro .intro__body::before,
.p-interior .intro .intro__body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-40%);
          transform: translateX(-40%);
  display: block;
  width: 40%;
  height: 100%;
  background-image: url("./img/common/bg-flow.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.p-kakejiku .intro .intro__txt,
.p-interior .intro .intro__txt {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  color: #552e31;
  font-size: clamp(0.9375rem, 0.7569337442rem + 0.7704160247vw, 1.25rem);
  font-weight: 600;
  line-height: 1.9;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-kakejiku .intro .intro__txt,
  .p-interior .intro .intro__txt {
    margin-top: var(--size-16);
  }
  .p-kakejiku .intro .intro__txt:first-of-type,
  .p-interior .intro .intro__txt:first-of-type {
    margin-top: 0;
  }
}
.p-kakejiku .works,
.p-interior .works {
  padding-top: var(--size-40);
}
.p-kakejiku .works .works__cards,
.p-interior .works .works__cards {
  padding-top: var(--size-40);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-kakejiku .works .card,
.p-interior .works .card {
  width: 31%;
}
.p-kakejiku .works .card__ttl,
.p-interior .works .card__ttl {
  background-color: #f8edcf;
  color: #552e31;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: var(--16px);
  font-size: clamp(1.0625rem, 0.125rem + 1.953125vw, 1.375rem);
  font-weight: 700;
  line-height: 2.3;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-kakejiku .works .card__img,
.p-interior .works .card__img {
  width: 100%;
}
.p-kakejiku .works .card__img img,
.p-interior .works .card__img img {
  width: 100%;
  height: auto;
}
.p-kakejiku .works .card__txt-box,
.p-interior .works .card__txt-box {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
}
.p-kakejiku .works .card__txt-box .txt,
.p-interior .works .card__txt-box .txt {
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-kakejiku .works .works__cards,
  .p-interior .works .works__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-kakejiku .works .card,
  .p-interior .works .card {
    width: 100%;
    max-width: 380px;
    margin-top: var(--size-48);
  }
  .p-kakejiku .works .card:first-of-type,
  .p-interior .works .card:first-of-type {
    margin-top: 0;
  }
}
.p-kakejiku .point,
.p-interior .point {
  background-color: #fcfbf4;
  padding-bottom: var(--size-56);
}
.p-kakejiku .point .point__body,
.p-interior .point .point__body {
  padding-top: var(--size-40);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-kakejiku .point .point__main,
.p-interior .point .point__main {
  width: 44%;
}
.p-kakejiku .point .point__main .lead,
.p-interior .point .point__main .lead {
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p-kakejiku .point .point__img,
.p-interior .point .point__img {
  width: 50%;
}
.p-kakejiku .point .point__img img,
.p-interior .point .point__img img {
  width: 100%;
  height: auto;
}
.p-kakejiku .point .point__txt-box,
.p-interior .point .point__txt-box {
  padding-top: var(--size-16);
}
.p-kakejiku .point .point__txt-box .txt,
.p-interior .point .point__txt-box .txt {
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
.p-kakejiku .point .point__list,
.p-interior .point .point__list {
  margin-top: var(--size-40);
  list-style: none;
}
.p-kakejiku .point .point__li,
.p-interior .point .point__li {
  margin-top: var(--size-8);
  padding-left: 1.5em;
  text-indent: 0;
  color: #552e31;
  font-size: clamp(0.875rem, 0.7666602465rem + 0.4622496148vw, 1.0625rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  text-decoration: underline;
  text-decoration-color: #552e31;
  text-decoration-thickness: 1px;
  text-underline-offset: 8px;
  position: relative;
}
.p-kakejiku .point .point__li::before,
.p-interior .point .point__li::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  color: #a27d20;
}
@media screen and (max-width: 767px) {
  .p-kakejiku .point .point__body,
  .p-interior .point .point__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-kakejiku .point .point__main,
  .p-interior .point .point__main {
    width: 100%;
    max-width: 560px;
  }
  .p-kakejiku .point .point__img,
  .p-interior .point .point__img {
    width: 100%;
    max-width: 560px;
    margin-top: var(--size-40);
  }
  .p-kakejiku .point .point__txt-box .txt,
  .p-interior .point .point__txt-box .txt {
    margin-top: var(--size-16);
  }
  .p-kakejiku .point .point__txt-box .txt:first-of-type,
  .p-interior .point .point__txt-box .txt:first-of-type {
    margin-top: 0;
  }
}
.p-kakejiku .flow .flow__body,
.p-interior .flow .flow__body {
  padding-top: var(--size-48);
}
.p-kakejiku .flow .flow__group,
.p-interior .flow .flow__group {
  margin-top: var(--size-40);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-kakejiku .flow .flow__group:first-of-type,
.p-interior .flow .flow__group:first-of-type {
  margin-top: 0;
}
.p-kakejiku .flow .flow__main,
.p-interior .flow .flow__main {
  width: 65%;
}
.p-kakejiku .flow .flow__ttl-box,
.p-interior .flow .flow__ttl-box {
  position: relative;
}
.p-kakejiku .flow .flow__ttl-box:after,
.p-interior .flow .flow__ttl-box:after {
  content: "";
  width: var(--size-48);
  height: calc(var(--size-48) / 2);
  display: block;
  background-color: #9e8156;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.p-kakejiku .flow .flow__ttl,
.p-interior .flow .flow__ttl {
  padding-left: 0.75em;
  background-color: #f8edcf;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  color: #552e31;
  font-size: clamp(0.9375rem, 0.7569337442rem + 0.7704160247vw, 1.25rem);
  font-size: clamp(1rem, 0.7110939908rem + 1.2326656394vw, 1.5rem);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
}
.p-kakejiku .flow .flow__txt-box,
.p-interior .flow .flow__txt-box {
  margin-top: var(--size-16);
}
.p-kakejiku .flow .txt,
.p-interior .flow .txt {
  text-align: left;
}
.p-kakejiku .flow .txt._em,
.p-interior .flow .txt._em {
  margin-top: var(--size-24);
  padding-left: 1em;
  text-indent: -1em;
  color: #a2020e;
}
.p-kakejiku .flow .flow__img,
.p-interior .flow .flow__img {
  width: 32%;
}
.p-kakejiku .flow .flow__img img,
.p-interior .flow .flow__img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-kakejiku .flow .flow__group,
  .p-interior .flow .flow__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-kakejiku .flow .flow__main,
  .p-interior .flow .flow__main {
    width: 100%;
  }
  .p-kakejiku .flow .flow__ttl-box:after,
  .p-interior .flow .flow__ttl-box:after {
    margin-left: auto;
    margin-right: auto;
  }
  .p-kakejiku .flow .flow__ttl,
  .p-interior .flow .flow__ttl {
    line-height: 2.2;
  }
  .p-kakejiku .flow .flow__txt-box,
  .p-interior .flow .flow__txt-box {
    margin-top: var(--size-32);
  }
  .p-kakejiku .flow .flow__txt-box .txt,
  .p-interior .flow .flow__txt-box .txt {
    text-align: center;
  }
  .p-kakejiku .flow .flow__img,
  .p-interior .flow .flow__img {
    width: 100%;
    max-width: 350px;
    margin-top: var(--size-32);
  }
}

.p-news .news {
  padding-bottom: var(--size-80);
}
.p-news .news .news__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
.p-news .news .news__cat {
  display: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1em;
  background-color: #3ca757;
  color: #fff;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-weight: 400;
  letter-spacing: 0.04em;
}
.p-news .news .news__date {
  color: #a27d20;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-weight: 600;
}
.p-news .news .news__title {
  padding-top: 0.5em;
  padding-bottom: 1em;
  border-bottom: 1px solid #a27d20;
  font-size: clamp(0.9375rem, 0.7569337442rem + 0.7704160247vw, 1.25rem);
  font-weight: 500;
  line-height: 1.4;
}
.p-news .news .news__content {
  margin-top: var(--size-40);
}
.p-news .news .news__content ul li,
.p-news .news .news__content ol li {
  list-style-position: inside;
}
.p-news .news .news__content ul {
  list-style: initial;
}
.p-news .news .news__content p {
  margin-top: var(--size-16);
}
.p-news .news__pager {
  margin-top: var(--size-100);
  width: 100%;
  text-align: center;
}
.p-news .news__pager .pager__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  list-style: none;
}
.p-news .news__pager .pager__li._txt {
  display: none;
}
.p-news .news__pager .pager__li a {
  display: block;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  letter-spacing: 0.04em;
}
.p-news .news__pager .pager__li._prev {
  position: relative;
}
.p-news .news__pager .pager__li._prev a {
  padding-right: 1em;
  padding-left: 1.75em;
  text-align: left;
}
.p-news .news__pager .pager__li._prev a::before {
  content: "<";
  position: absolute;
  top: 0;
  left: 0.25em;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .p-news .news__pager .pager__li._prev:hover {
    text-decoration: underline;
    opacity: 0.8;
  }
  .p-news .news__pager .pager__li._prev:hover a::before {
    left: 0;
  }
}
.p-news .news__pager .pager__li._next {
  position: relative;
}
.p-news .news__pager .pager__li._next a {
  padding-right: 1.75em;
  padding-left: 1em;
  text-align: right;
}
.p-news .news__pager .pager__li._next a::after {
  content: ">";
  position: absolute;
  top: 0;
  right: 0.25em;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .p-news .news__pager .pager__li._next:hover {
    text-decoration: underline;
    opacity: 0.8;
  }
  .p-news .news__pager .pager__li._next:hover a::after {
    right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .p-news .news__pager .pager__li._title {
    display: none;
  }
  .p-news .news__pager .pager__li._txt {
    display: block;
  }
}

.p-works .works {
  padding-bottom: var(--size-80);
}
.p-works .works .works__innter {
  width: 100%;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
.p-works .works .works__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
.p-works .works .works__date {
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-weight: 600;
}
.p-works .works .works__title {
  padding-top: 0.5em;
  padding-bottom: 1em;
  border-bottom: 1px solid #a27d20;
  font-size: clamp(0.9375rem, 0.7569337442rem + 0.7704160247vw, 1.25rem);
  font-weight: 500;
  line-height: 1.4;
}
.p-works .works .works__content {
  margin-top: var(--size-40);
}
.p-works .works .works__content ul li,
.p-works .works .works__content ol li {
  list-style-position: inside;
}
.p-works .works .works__content ul {
  list-style: initial;
}
.p-works .works .works__content p {
  margin-top: var(--12px);
}

.p-workslist .l-main {
  padding-bottom: var(--size-40);
}
.p-workslist .workslist .l-inner {
  max-width: 1000px;
}
.p-workslist .workslist .workslist__list {
  margin-top: var(--size-40);
}
.p-workslist .workslist .workslist__link:hover .workslist__img {
  -webkit-filter: grayscale(0.2);
          filter: grayscale(0.2);
}
.p-workslist .workslist .workslist__link:hover .workslist__img img {
  opacity: 0.9;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-workslist .workslist .workslist__link:hover .workslist__date,
.p-workslist .workslist .workslist__link:hover .workslist__title {
  color: #b49b6d;
}
.p-workslist .workslist .workslist__article {
  width: 100%;
  margin-top: var(--size-32);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-workslist .workslist .workslist__link:first-of-type .workslist__article {
  margin-top: 0;
}
.p-workslist .workslist .workslist__meta {
  width: 72%;
}
.p-workslist .workslist .workslist__date time {
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.p-workslist .workslist .workslist__title {
  padding-top: 2px;
  padding-bottom: var(--size-16);
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.05;
  border-bottom: 1px solid #9e7436;
}
.p-workslist .workslist .workslist__img {
  width: 25%;
  min-height: 100px;
  aspect-ratio: 4/3;
  border: 1px solid #c1ab8a;
  overflow: hidden;
}
.p-workslist .workslist .workslist__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-workslist .workslist .workslist__article {
    padding-bottom: var(--size-24);
    border-bottom: 1px solid #9e7436;
  }
  .p-workslist .workslist .workslist__meta {
    width: 67%;
  }
  .p-workslist .workslist .workslist__title {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .p-workslist .workslist .workslist__img {
    width: 30%;
  }
}

.p-contact .p-ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  color: #552e31;
  font-size: clamp(0.9375rem, 0.7569337442rem + 0.7704160247vw, 1.25rem);
  font-size: clamp(1rem, 0.7472072419rem + 1.0785824345vw, 1.4375rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: center;
}
.p-contact .contact {
  padding-top: var(--size-80);
  padding-bottom: var(--size-64);
  /* Checkboxes styles */
}
.p-contact .contact .contact__lead {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  color: #552e31;
  font-size: clamp(0.9375rem, 0.7569337442rem + 0.7704160247vw, 1.25rem);
  font-weight: 700;
  text-align: center;
}
.p-contact .contact .cta-tel {
  margin-top: var(--size-40);
  text-align: center;
}
.p-contact .contact .cta-tel__txt {
  margin-top: 8px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  color: #552e31;
  font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
  font-weight: 600;
}
.p-contact .contact .form__wrapper {
  width: 100%;
  max-width: 1000px;
  margin-top: var(--size-48);
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--size-16);
}
.p-contact .contact .contact__note {
  margin-top: var(--size-32);
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 600;
  text-align: center;
}
.p-contact .contact .contact__note ._must {
  color: #820a0a;
  font-weight: 900;
}
.p-contact .contact .contact__check-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: var(--size-48);
}
.p-contact .contact .contact__btn-box {
  margin-top: var(--size-24);
}
.p-contact .contact .contact__form-wrapper {
  width: 100%;
  margin-top: var(--size-40);
  margin-left: auto;
  margin-right: auto;
}
.p-contact .contact .items__outer {
  padding-left: 12px;
}
.p-contact .contact .items__outer ._note {
  display: inline-block;
  font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
  font-weight: 600;
  padding: 2px 0 6px 2em;
  text-indent: -1em;
}
@media screen and (max-width: 800px) {
  .p-contact .contact .form__wrapper {
    padding: var(--size-40) var(--size-24);
  }
  .p-contact .contact .contact__check-box {
    padding-left: 0;
    text-align: center;
  }
  .p-contact .contact .contact__btn-box {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 0;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-contact .contact .contact__note {
    font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
  }
}
.p-contact .contact .mfp_element_all:not(button) {
  max-width: 100%;
}
.p-contact .contact form#mailformpro dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-contact .contact form#mailformpro dl dt:first-of-type,
.p-contact .contact form#mailformpro dl dd:first-of-type {
  margin-top: 0;
}
.p-contact .contact form#mailformpro dl dt,
.p-contact .contact form#mailformpro dl dd {
  margin-top: 35px;
}
.p-contact .contact form#mailformpro dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(28% - 5px);
  padding-top: 10px;
  border: none;
  text-align: left;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.p-contact .contact form#mailformpro dl dt > * {
  padding-right: 1em;
}
.p-contact .contact form#mailformpro dl dt:not(:has(.must)) {
  padding-left: 1.5em;
}
.p-contact .contact form#mailformpro dl dd {
  padding: 0 0 0 8px;
  border: none;
  font-size: clamp(0.9375rem, 0.7767857143rem + 0.4464285714vw, 1.0625rem);
  width: calc(72% - 5px);
}
.p-contact .contact form#mailformpro input[type=text],
.p-contact .contact form#mailformpro input[type=email] {
  width: 90%;
  height: 40px;
  padding: 8px 8px;
  margin: 0;
  border: 1px solid #626262;
  border-radius: 3px;
  vertical-align: middle;
}
.p-contact .contact form#mailformpro input[type=text]:focus,
.p-contact .contact form#mailformpro input[type=email]:focus {
  outline: none;
}
.p-contact .contact form#mailformpro input[type=text]._small,
.p-contact .contact form#mailformpro input[type=email]._small {
  width: 40%;
}
.p-contact .contact form#mailformpro textarea {
  border: 1px solid #626262;
}
.p-contact .contact form#mailformpro select {
  width: 100%;
  max-width: 20em;
  height: 40px;
  margin: 0;
  padding: 8px 8px;
  border: 1px solid #626262;
  background-color: #fff;
  border-radius: 3px;
  color: #000;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
}
.p-contact .contact form#mailformpro select option {
  color: #000;
  background-color: #fff;
}
.p-contact .contact form#mailformpro textarea {
  width: 90%;
  height: 11.75rem !important;
  resize: none;
  padding: 10px 2%;
  border-radius: 3px;
}
.p-contact .contact form#mailformpro textarea:focus {
  outline: none;
}
.p-contact .contact form#mailformpro label {
  white-space: initial;
}
@media screen and (max-width: 800px) {
  .p-contact .contact form#mailformpro dl dt {
    width: 100%;
    margin-top: 1.5em;
  }
  .p-contact .contact form#mailformpro dl dd,
  .p-contact .contact form#mailformpro dl dd:first-of-type {
    width: 100%;
    margin-top: 10px;
    padding-left: 0em;
  }
  .p-contact .contact form#mailformpro dl dt:not(:has(.must)) {
    padding-left: 0;
  }
  .p-contact .contact form#mailformpro input[type=text],
  .p-contact .contact form#mailformpro input[type=email] {
    width: 100%;
  }
  .p-contact .contact form#mailformpro textarea {
    width: 100%;
  }
}
.p-contact .contact form#mailformpro .must {
  display: inline-block;
  width: 1.5em;
  color: #820a0a;
  font-size: 1em;
  font-weight: 900;
  padding: 0;
  margin: 0;
  background-color: initial;
  background-image: initial;
  border: initial;
  -webkit-box-shadow: initial;
          box-shadow: initial;
  text-shadow: initial;
}
.p-contact .contact div.mfp_err {
  clear: both;
  display: none;
  text-align: left;
  margin: 5px 0px 0px 0px;
  padding: 0px 0px 5px 17px;
  color: #820a0a;
  font-size: 12px;
  line-height: normal;
  background-image: url(./mfp/mfp.statics/_images/mfp_error.gif);
  background-repeat: no-repeat;
  background-position: 0px 1px;
}
.p-contact .contact .mfp_parent_error {
  border: solid 2px #820a0a;
}
.p-contact .contact div#mfp_error {
  background-color: #fee;
  border: solid 1px #820a0a;
  padding: 10px;
  display: none;
}
.p-contact .contact div#mfp_error p {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  text-align: center;
}
.p-contact .contact div#mfp_error p strong {
  font-size: 18px;
  color: #820a0a;
}
.p-contact .contact .type_checkbox input[type=checkbox],
.p-contact .contact .type_radio input[type=radio] {
  display: none;
}
.p-contact .contact .type_radio label {
  cursor: pointer;
  position: relative;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 600;
}
.p-contact .contact .type_radio label::before,
.p-contact .contact .type_radio label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-contact .contact .type_radio label::before {
  border: 1px solid #333;
  height: 1em;
  width: 1em;
  left: 0;
  background-color: #fff;
}
.p-contact .contact .type_radio label::after {
  background-color: #333;
  opacity: 0;
  height: 0.6em;
  width: 0.6em;
  left: 0.2em;
}
.p-contact .contact .type_radio label.text:has(input[type=radio]:checked)::after {
  opacity: 1;
}
.p-contact .contact .type_checkbox label.text,
.p-contact .contact .type_radio label.text {
  display: block;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1.75em;
  padding-right: 1em;
  line-height: 1;
  color: #221815;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 600;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.p-contact .contact form#mailformpro label.mfp_checked,
.p-contact .contact form#mailformpro label.mfp_not_checked {
  padding-top: 8px;
  padding-left: 30px;
  padding-right: 30px;
  border: none;
  background-color: initial;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.p-contact .contact .type_checkbox label.text a:hover,
.p-contact .contact .type_radio label.text a:hover {
  text-decoration: underline;
}
.p-contact .contact .type_checkbox label.text::before {
  content: "";
  display: block;
  width: 1.1em;
  height: 1.1em;
  border: 1px solid #333;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.75;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}
.p-contact .contact .type_checkbox input[type=checkbox]:checked ~ label.text::before {
  width: 10px;
  top: -3px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-contact .contact .type_checkbox label.text._check {
  padding-left: 24px;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  text-align: left;
}

div#mfp_overlay {
  max-width: 98%;
}
div#mfp_overlay * {
  color: #111;
}

.p-privacy .privacy__ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  color: #552e31;
  font-size: clamp(0.9375rem, 0.7569337442rem + 0.7704160247vw, 1.25rem);
  font-size: clamp(1.125rem, 0.9083204931rem + 0.9244992296vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 2.5;
  border-bottom: 1px solid #f0dfc6;
}
.p-privacy .privacy__body {
  padding-top: var(--size-40);
  padding-bottom: var(--size-80);
}
.p-privacy .privacy__heading {
  padding-top: 1em;
  padding-bottom: 1em;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  color: #552e31;
  font-size: clamp(0.9375rem, 0.7569337442rem + 0.7704160247vw, 1.25rem);
  font-size: clamp(1rem, 0.7833204931rem + 0.9244992296vw, 1.375rem);
}
.p-privacy .txt {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
  font-weight: 500;
}
.p-privacy .privacy__list li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.p-privacy .privacy__list li::marker {
  color: #552e31;
}

.no-page {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 50px;
  text-align: center;
}
.no-page .no-page__title {
  font-size: var(--32px);
  font-weight: bold;
  color: #aaa;
  text-align: center;
}
.no-page .no-page__lead {
  font-size: var(--15px);
  font-weight: bold;
  color: #aaa;
  text-align: center;
}
.no-page .no-page__txt {
  margin-top: 20px;
  font-size: var(--14px);
  font-weight: bold;
  color: #aaa;
  text-align: center;
}
.no-page .no-page__back {
  margin-top: 20px;
  margin-bottom: 70px;
}

.thanks {
  width: 50%;
  padding-top: 80px;
  padding-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
.thanks .thanks__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.thanks .title {
  font-size: var(--20px);
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #555;
}
.thanks .lead {
  margin-left: auto;
  margin-right: auto;
  font-size: var(--16px);
}
.thanks .txt {
  display: inline-block;
  font-size: var(--16px);
  text-align: left;
}
.thanks .nomail {
  display: inline-block;
  font-size: var(--14px);
  text-align: left;
}
.thanks .thanks__back {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 50px;
  margin-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .thanks {
    width: 80%;
  }
}
@media screen and (max-width: 576px) {
  .thanks {
    width: 90%;
  }
}