@charset "UTF-8";
/* ↓以下の階層に標準的なscssが格納されています。 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&Noto+Serif+JP:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Marcellus&family=Shippori+Mincho:wght@500;700&display=swap");
/* インデント調整 */
/* センター寄せのインデント調整 */
/* 動作の時間（1001px以上の時,1000px以下の時） */
.p_front__company___link:hover .p_front__company___ico, .p_front__concept .c_btn__ico, .p_front__recruit .c_btn__ico, .c_footer__ico, .c_footer__logo, .c_footer__rtt, .c_loading__ico.c_mv__change, .c_header__front:not(.c_header__change) img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(216deg) brightness(101%) contrast(102%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(216deg) brightness(101%) contrast(102%);
}

.c_pagenavi .previouspostslink:hover,
.c_pagenavi .nextpostslink:hover {
  -webkit-filter: brightness(0) saturate(100%) invert(80%) sepia(9%) saturate(2081%) hue-rotate(1deg) brightness(80%) contrast(78%);
          filter: brightness(0) saturate(100%) invert(80%) sepia(9%) saturate(2081%) hue-rotate(1deg) brightness(80%) contrast(78%);
}

.mincho {
  font-family: "Marcellus", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
}

@-webkit-keyframes please__swipe {
  0% {
    left: 10px;
  }
  100% {
    left: 50px;
  }
}

@keyframes please__swipe {
  0% {
    left: 10px;
  }
  100% {
    left: 50px;
  }
}
@-webkit-keyframes image_sldier {
  0% {
    translate: 0 0%;
  }
  100% {
    translate: -50% 0;
  }
}
@keyframes image_sldier {
  0% {
    translate: 0 0%;
  }
  100% {
    translate: -50% 0;
  }
}
@-webkit-keyframes sldier_x {
  0% {
    translate: 0 0%;
  }
  100% {
    translate: -50% 0;
  }
}
@keyframes sldier_x {
  0% {
    translate: 0 0%;
  }
  100% {
    translate: -50% 0;
  }
}
:root {
  font-size: 16px;
}

* {
  margin: 0;
  padding: 0;
}
*:focus {
  outline: none !important;
}

body {
  font-family: "Shippori Mincho", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  color: #444;
  background: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
@media screen and (max-width: 1200px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
@media screen and (max-width: 828px) {
  body #swipebox-close {
    right: auto;
    left: 0;
  }
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Shippori Mincho", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 500;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5 {
  font-size: unset;
  font-weight: unset;
  padding: unset;
  margin: unset;
}
@media screen and (max-width: 1024px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br {
    display: none;
  }
}

p,
a,
span,
th,
td,
dt,
dd,
address {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 2;
  font-style: normal;
}

li {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-style: normal;
}

ul,
ol {
  list-style: none;
  padding-left: unset;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  a {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  a {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
a:hover {
  opacity: 0.7;
}
a[href^=tel] {
  color: inherit;
  text-decoration: none;
  cursor: default;
  pointer-events: none;
}
a[href^=tel]:hover {
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  a[href^=tel] {
    pointer-events: unset;
  }
}

img,
figure,
picture {
  margin: unset;
  margin: 0;
  padding: 0;
  border: none;
}

figure,
picture {
  display: block;
}

iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}

.wp-caption {
  margin: 10px;
  padding-top: 4px;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background-color: #f8f8f6;
  text-align: center;
}
.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px;
}

.swipe {
  width: 100%;
}
@media screen and (min-width: 1001px) {
  .swipe {
    position: relative;
    padding: 5px 0;
    overflow: hidden;
    z-index: 1;
  }
  .swipe img {
    min-width: 1200px;
  }
  .swipe::before {
    position: absolute;
    content: "";
    z-index: 2;
    max-width: 180px;
    width: 100%;
    max-height: 56px;
    height: 100%;
    top: 60px;
    left: 20px;
    background-image: url(../images/svg_swipe.svg);
    background-position: center left;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-animation: 2s ease-in-out alternate infinite please__swipe;
            animation: 2s ease-in-out alternate infinite please__swipe;
  }
  .swipe::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(217, 217, 217, 0.6);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .swipe__on {
    overflow: auto;
    white-space: nowrap;
  }
  .swipe__on::after, .swipe__on::before {
    opacity: 0;
    z-index: -1;
    -webkit-animation: none;
            animation: none;
  }
  .swipe__on::-webkit-scrollbar {
    height: 5px;
  }
  .swipe__on::-webkit-scrollbar-track, .swipe__on::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
  .swipe th,
  .swipe td {
    display: table-cell !important;
    white-space: nowrap;
  }
}

/* ▽▽▽▽ container ▽▽▽▽ */
.container {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1221px) {
  .container {
    max-width: 1240px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1220px) {
  .container {
    max-width: 1240px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.over-right {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1221px) {
  .over-right {
    margin-left: calc((100vw - 1210px) / 2);
  }
}
@media screen and (max-width: 1220px) {
  .over-right {
    max-width: 1240px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .over-right {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.over-left {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1221px) {
  .over-left {
    margin-right: calc((100vw - 1210px) / 2);
  }
}
@media screen and (max-width: 1220px) {
  .over-left {
    max-width: 1240px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .over-left {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* △△△△ container △△△△ */
/* ▽▽▽▽ lazy ▽▽▽▽ */
.lazy {
  opacity: 0;
  position: relative;
  translate: 0 50px;
}

.lazy_show {
  opacity: 1;
  translate: 0 0;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

/* △△△△ lazy △△△△ */
/* ▽▽▽▽ blur ▽▽▽▽ */
.blur {
  opacity: 0;
  -webkit-filter: blur(20px);
          filter: blur(20px);
}

.blur_show {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

/* △△△△ blur △△△△ */
/* ▽▽▽▽追従▽▽▽▽ */
.page_contents {
  overflow: clip;
}

@media screen and (min-width: 1025px) {
  .c_following__contents {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c_following__side {
    position: -webkit-sticky;
    position: sticky;
    top: 200px;
    left: 0;
    width: 200px;
    padding-bottom: 200px;
  }
  .c_following__main {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 816px;
  }
}
.c_anchor__block {
  position: relative;
  padding-bottom: clamp(80px, 15.625vw, 160px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c_anchor__block + .c_anchor__block {
  padding-top: clamp(80px, 15.625vw, 160px);
}

.c_anchor__ub {
  padding-bottom: 0;
}

.c_anchor__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  translate: 0 0;
  background-color: #f8f8f6;
  z-index: -1;
  scale: 2 1;
}

.c_anchor__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .c_anchor__list {
    gap: 24px 43px;
    margin-bottom: 72px;
  }
}

@media screen and (min-width: 1025px) {
  .c_anchor__btn {
    opacity: 0.3;
  }
  .c_anchor__btn:hover, .c_anchor__btn.c_anchor__active {
    opacity: 1;
  }
}

.c_anchor__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: clamp(1.125rem, 3.125vw, 1.5rem);
  font-weight: 700;
  line-height: 1;
}
.c_anchor__text::before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 8px;
  height: auto;
  background-color: #b89b58;
}

/* △△△△追従△△△△ */
.c_header__block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 24px;
  padding-left: clamp(20px, 4.6875vw, 48px);
  padding-right: clamp(20px, 4.6875vw, 48px);
  padding-bottom: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 5;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .c_header__block {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_header__block {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
  }
}
@media screen and (min-width: 1025px) {
  .c_header__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 1024px) {
  .c_header__block {
    display: block;
  }
}
.c_header__block.c_header__hidden {
  translate: 0 -100%;
}
@media screen and (max-width: 1024px) {
  .c_header__block.c_header__hidden {
    translate: 0 0;
  }
}

.c_header__front {
  color: #fff;
  background-color: transparent;
}
.c_header__front.c_header__change {
  color: inherit;
  background-color: #fff;
}
.c_header__front:not(.c_header__change) img {
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .c_header__front:not(.c_header__change) img {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_header__front:not(.c_header__change) img {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}

.c_header__lower {
  background-color: #fff;
}

.c_header__logo {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .c_header__logo {
    max-width: 284px;
  }
}
@media screen and (max-width: 768px) {
  .c_header__logo {
    max-width: 170px;
  }
}

.c_header__link,
.c_header__image {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1025px) {
  .c_header__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .c_header__menu {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 375px;
    width: 100%;
    height: 100dvh;
    background-color: rgba(68, 68, 68, 0.9);
    z-index: 10;
    padding-top: 100px;
    padding-bottom: 150px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: scroll;
    -webkit-clip-path: inset(0 0% 0% 100%);
            clip-path: inset(0 0% 0% 100%);
    -webkit-transition-property: all;
    transition-property: all;
  }
}
@media screen and (max-width: 1024px) and (min-width: 1001px) {
  .c_header__menu {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1000px) {
  .c_header__menu {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1024px) {
  .c_header__menu.c_header__active {
    -webkit-clip-path: inset(0 0% 0% 0%);
            clip-path: inset(0 0% 0% 0%);
  }
}
.c_header__menu ul a {
  font-weight: 700;
}

.c_header__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .c_header__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.c_header__tel,
.c_header__insta {
  font-size: 16px;
  text-transform: capitalize;
}
@media screen and (max-width: 1024px) {
  .c_header__tel,
  .c_header__insta {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}

@media screen and (max-width: 1024px) {
  .c_header__tel {
    display: block;
    text-align: center;
    color: #fff !important;
  }
}

@media screen and (max-width: 1024px) {
  .c_header__insta {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(216deg) brightness(101%) contrast(102%);
            filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(216deg) brightness(101%) contrast(102%);
  }
}

.c_header__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 700;
  padding-top: 1em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-bottom: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  background-color: #b89b58;
}
@media screen and (max-width: 1024px) {
  .c_header__btn {
    width: 100%;
  }
}

.c_header__caption {
  font-size: inherit;
  font-weight: inherit;
  line-height: 1;
}

@media screen and (min-width: 1025px) {
  .c_header__nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }
}
.c_header__nav span {
  display: none !important;
}
.c_header__nav .sub-menu,
.c_header__nav .children {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .c_header__nav li {
    border-bottom: 1px solid #fff;
  }
  .c_header__nav a {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding-top: 1em;
    padding-bottom: 1em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.c_header__line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: #fff;
  translate: -50% -50%;
  -webkit-transition: inherit;
  transition: inherit;
}
.c_header__change .c_header__line {
  background-color: #444;
}
.c_header__active .c_header__line {
  opacity: 0;
}

.c_header__trigger {
  position: fixed;
  top: 27px;
  right: 20px;
  width: 32px;
  height: 16px;
  -webkit-transition-property: all;
  transition-property: all;
  z-index: 10;
}
@media screen and (min-width: 1001px) {
  .c_header__trigger {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_header__trigger {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (min-width: 1025px) {
  .c_header__trigger {
    display: none !important;
  }
}
.c_header__trigger::before, .c_header__trigger::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: inherit;
  transition: inherit;
}
.c_header__trigger::before {
  translate: -50% calc(-50% - 7px);
}
.c_header__trigger::after {
  translate: -50% calc(-50% + 7px);
}
.c_header__trigger.c_header__active::before, .c_header__trigger.c_header__active::after {
  translate: -50% -50%;
}
.c_header__trigger.c_header__active::before {
  rotate: -30deg;
}
.c_header__trigger.c_header__active::after {
  rotate: 30deg;
}

.c_header__trigger:not(.c_header__active)::before, .c_header__trigger:not(.c_header__active)::after,
.c_header__trigger:not(.c_header__active) .c_header__line {
  background-color: #444;
}

.c_header__front:not(.c_header__change) + .c_header__trigger:not(.c_header__active)::before, .c_header__front:not(.c_header__change) + .c_header__trigger:not(.c_header__active)::after,
.c_header__front:not(.c_header__change) + .c_header__trigger:not(.c_header__active) .c_header__line {
  background-color: #fff;
}

.c_loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  z-index: 100;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 700;
  -webkit-transition-property: all;
  transition-property: all;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (min-width: 1001px) {
  .c_loading {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_loading {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
  }
}
.c_loading.c_mv__active {
  position: absolute;
  background-color: transparent;
  z-index: 2;
}

.c_loading__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .c_loading__block {
    -webkit-transition-duration: 1500ms;
            transition-duration: 1500ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_loading__block {
    -webkit-transition-duration: 1500ms;
            transition-duration: 1500ms;
  }
}
.c_loading__block.c_mv__show {
  opacity: 1;
}

.c_loading__ico {
  display: block;
  max-width: 96px;
  -webkit-transition: inherit;
  transition: inherit;
}
@media screen and (max-width: 768px) {
  .c_loading__ico {
    max-width: 88px;
  }
}
.c_loading__label {
  font-size: inherit;
  -webkit-transition: inherit;
  transition: inherit;
}
.c_mv__active .c_loading__label {
  color: transparent;
}

.c_mv {
  position: relative;
  display: block;
  overflow: clip;
}
.c_mv img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.c_mv__visual {
  position: relative;
  display: block;
  width: 100vw;
  height: 100vh;
}

.c_mv__image {
  display: block;
  width: 100% !important;
  height: 100% !important;
  min-height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.c_mv__caption {
  position: absolute;
  left: 7.5%;
  bottom: 7.8947368421%;
  color: #fff;
  font-size: clamp(2.5rem, 5.6vw, 3.5rem);
  line-height: 1.5;
  font-weight: 500;
}
.c_mv__caption::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * (0.5em - 1px));
}
.c_mv__caption::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

.c_mv__label {
  font-size: inherit;
  font-weight: inherit;
}
.c_mv__label br {
  display: block;
}

.c_kv {
  display: block;
  padding-top: clamp(118px, 16.5vw, 264px);
}

@media screen and (min-width: 769px) {
  .c_kv__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 24px;
  }
}

.c_kv__caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(0.9375rem, 2vw, 1.25rem);
  font-family: "Marcellus", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: clamp(24px, 4.1666666667vw, 32px);
}
.c_kv__caption::before {
  content: "";
  aspect-ratio: 1/1;
  width: 8px;
  height: auto;
  background-color: #b89b58;
}

.c_kv__lead {
  font-size: clamp(1.625rem, 5.6vw, 3.5rem);
  font-weight: 500;
  line-height: 1;
}
.c_kv__lead::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * (0.5em - 1px));
}
.c_kv__lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
}
@media screen and (min-width: 769px) {
  .c_kv__lead {
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .c_kv__lead {
    letter-spacing: 0.04em;
  }
}

.c_kv__pic {
  margin-top: clamp(16px, 4.5vw, 72px);
  overflow: clip;
}
@media screen and (max-width: 768px) {
  .c_kv__pic {
    margin-top: 16px;
  }
}

.c_kv__image {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 0;
}
@media screen and (min-width: 1001px) {
  .c_kv__image {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_kv__image {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
  }
}
.c_kv__image.c_kv__active {
  opacity: 1;
}

.c_bread {
  font-size: clamp(0.75rem, 1.4vw, 0.875rem);
  margin-top: 56px;
  text-align: right;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  max-width: 768px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 501px) {
  .c_bread {
    -webkit-line-clamp: 1;
  }
}
@media screen and (max-width: 500px) {
  .c_bread {
    -webkit-line-clamp: 1;
  }
}
.c_bread__block .c_bread {
  margin-top: 0;
}
.c_bread span,
.c_bread a {
  font-size: inherit;
  color: inherit;
}

.c_bread__block {
  padding-top: clamp(118px, 14.875vw, 238px);
}

.c_fixed {
  position: fixed;
  right: 0;
  bottom: 80px;
  padding-right: 21px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c_fixed {
    bottom: 0;
    padding-right: 0;
    width: 100%;
  }
}

.c_fixed__status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 1/1;
  width: 40px;
  height: auto;
  background-color: #b89b58;
  z-index: 3;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .c_fixed__status {
    position: absolute;
    top: -28px;
    right: 0;
  }
}

.c_fixed__ico {
  aspect-ratio: 1/1;
  width: 16px;
  height: auto;
}

.c_fixed__cross {
  display: block;
}
.c_fixed__active .c_fixed__cross {
  display: none;
}

.c_fixed__arrow {
  display: none;
}
.c_fixed__active .c_fixed__arrow {
  display: block;
}
@media screen and (min-width: 769px) {
  .c_fixed__arrow {
    rotate: -180deg;
  }
}

.c_fixed__link {
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 10px rgba(184, 155, 88, 0.3);
          box-shadow: 1px 1px 10px rgba(184, 155, 88, 0.3);
}
@media screen and (min-width: 769px) {
  .c_fixed__link {
    height: 164px;
  }
  .c_fixed__active .c_fixed__link {
    width: 0;
  }
}
@media screen and (max-width: 768px) {
  .c_fixed__link {
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
  }
  .c_fixed__active .c_fixed__link {
    -webkit-clip-path: inset(0% 100% 0% 0%);
            clip-path: inset(0% 100% 0% 0%);
  }
}

.c_fixed__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .c_fixed__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c_fixed__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: clamp(1rem, 2.4vw, 1.5rem);
  font-weight: 700;
  padding-top: clamp(13px, 2vw, 32px);
  padding-left: clamp(10px, 1.5vw, 24px);
  padding-right: clamp(10px, 1.5vw, 24px);
  padding-bottom: clamp(13px, 2vw, 32px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c_fixed__label {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c_fixed__caption {
  display: block;
  text-align: center;
  width: 100%;
  color: #fff;
  background-color: #b89b58;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  padding-top: clamp(4px, 0.625vw, 10px);
  padding-left: 13px;
  padding-right: 13px;
  padding-bottom: clamp(4px, 0.625vw, 10px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .c_fixed__caption br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .c_fixed__caption {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    max-width: 96px;
    line-height: 1.2;
  }
}

.c_footer {
  position: relative;
}

.c_footer__block {
  background-color: #6b6b6b;
  padding-top: clamp(56px, 7.5vw, 120px);
  padding-bottom: 74px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c_footer__block {
    padding-bottom: 120px;
  }
}

.c_footer__ico {
  display: block;
  max-width: 120px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(48px, 5vw, 80px);
}

@media screen and (min-width: 1025px) {
  .c_footer__nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 72px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .c_footer__nav a {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    letter-spacing: 0.11em;
  }
}
@media screen and (max-width: 1024px) {
  .c_footer__nav {
    margin-left: -40px;
    margin-right: -40px;
  }
  .c_footer__nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border-top: 1px solid #c9c9c6;
  }
}
@media screen and (max-width: 500px) {
  .c_footer__nav {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.c_footer__nav span {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .c_footer__nav li {
    width: 50%;
    border-bottom: 1px solid #c9c9c6;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .c_footer__nav li:nth-child(even) {
    border-left: 1px solid #c9c9c6;
  }
  .c_footer__nav li:nth-child(odd):last-child {
    width: 100%;
  }
  .c_footer__nav a {
    display: block;
    text-align: center;
    font-size: 15px;
    padding-top: 1em;
    padding-bottom: 1em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.c_footer__nav .sub-menu,
.c_footer__nav .children {
  display: none !important;
}

.c_footer__column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: clamp(48px, 6vw, 96px);
}
@media screen and (max-width: 768px) {
  .c_footer__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c_footer__logo {
  margin-bottom: 16px;
}

.c_footer__copy {
  display: block;
  font-size: clamp(0.75rem, 1.6vw, 1rem);
  margin-top: clamp(32px, 3.5vw, 56px);
}

.c_footer__rtt {
  position: absolute;
  bottom: 74px;
  right: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 32px;
  overflow: clip;
}
@media screen and (max-width: 768px) {
  .c_footer__rtt {
    display: none;
  }
}
.c_footer__rtt svg {
  display: block;
  aspect-ratio: 1/1;
  width: 16px;
  height: auto;
  rotate: -90deg;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .c_footer__rtt {
    bottom: 120px;
  }
}

.c_footer__arrow {
  rotate: -90deg;
  width: 33px;
  height: 33px;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.c_footer__back {
  display: inline-block;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

.c_address__block {
  display: block;
}

.c_address__address {
  display: inline-block;
  word-break: keep-all;
}

.c_address__tel,
.c_address__fax {
  font-size: inherit;
  text-transform: capitalize;
}

/* ↓以下の階層にボタンやフォームのscssが格納されています。 */
.c_block__top {
  margin-top: clamp(80px, 15.625vw, 160px);
}

.c_block__bottom {
  padding-bottom: clamp(80px, 15.625vw, 160px);
}

@media screen and (min-width: 769px) {
  .c_block__sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .c_block__sp {
    display: block;
  }
  .c_block__break {
    display: block;
  }
  .c_block__unset {
    display: none;
  }
}
.c_block__narrow {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.c_main__head {
  margin-bottom: clamp(32px, 2.5vw, 40px);
}

.c_head {
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  margin-bottom: 1em;
}

.c_head__label {
  font-size: inherit;
  line-height: 1.6;
}
.c_head__label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * (0.5em - 1px));
}
.c_head__label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
}

.c_catch {
  font-size: inherit;
  font-size: clamp(1.5rem, 3.2vw, 2rem);
  padding-bottom: clamp(16px, 2vw, 32px);
  border-bottom: 1px solid #dedcd8;
  margin-bottom: clamp(40px, 4vw, 64px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c_catch__label {
  font-size: inherit;
  line-height: 1.4;
}
.c_catch__label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4) * (0.5em - 1px));
}
.c_catch__label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4) * 0.5em);
}

.c_caption {
  font-size: inherit;
  font-size: clamp(1.5rem, 3.2vw, 2rem);
  margin-bottom: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c_caption__label {
  font-size: inherit;
  line-height: 1.6;
  font-weight: 700;
}
.c_caption__label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * (0.5em - 1px));
}
.c_caption__label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
}

.c_title {
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  margin-bottom: clamp(16px, 1.5vw, 24px);
}

.c_title__label {
  font-size: inherit;
  font-weight: 700;
  line-height: 1.6;
}
.c_title__label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * (0.5em - 1px));
}
.c_title__label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
}

.c_text {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
}
@media screen and (min-width: 1001px) {
  .c_text {
    line-height: 1.5625;
  }
  .c_text::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5625) * (0.5em - 1px));
  }
  .c_text::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5625) * 0.5em);
  }
}
@media screen and (max-width: 1000px) {
  .c_text {
    line-height: 1.25;
  }
  .c_text::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.25) * (0.5em - 1px));
  }
  .c_text::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.25) * 0.5em);
  }
}

.c_text__center {
  text-align: center;
}

.c_text__left {
  text-align: left;
}

.c_text__right {
  text-align: right;
}

@media screen and (max-width: 500px) {
  .c_text__reset {
    text-align: unset;
  }
}
.c_text__time {
  display: block;
  font-size: clamp(0.8125rem, 1.6vw, 1rem);
}

.c_list__dotted {
  position: relative;
  font-size: inherit;
  padding-left: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c_list__dotted::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
  color: inherit;
  font-size: inherit;
}

.c_link__text {
  display: inline;
  font-size: inherit;
  text-decoration: underline;
}

.c_top {
  margin-top: clamp(24px, 2vw, 32px);
}

.c_top__link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
}
.c_top__link:hover {
  opacity: 1;
  color: #00f;
}

.c_top__ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  width: 24px;
  height: auto;
  background-color: #d9d9d9;
  border-radius: 50px;
  overflow: clip;
  -webkit-transition: inherit;
  transition: inherit;
}
.c_top__link:hover .c_top__ico {
  background-color: #00f;
}

.c_top__arrow {
  display: block;
  aspect-ratio: 1/1;
  width: 12px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  rotate: -90deg;
}

.c_top__text {
  font-size: inherit;
}

.c_more {
  margin-top: clamp(24px, 2vw, 32px);
}

.c_more__link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.image {
  display: block;
  max-width: 100%;
  height: auto;
}

.c_image {
  overflow: clip;
}

.c_image__slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  -webkit-animation: image_sldier linear 5000ms infinite;
          animation: image_sldier linear 5000ms infinite;
}

.c_image__slide {
  display: block;
  background-color: #d9d9d9;
  width: 400px;
  height: 320px;
  margin-left: 8px;
  margin-right: 8px;
}

.c_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: clamp(40px, 10.4166666667vw, 80px);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.p_front__contact .c_btn, .p_front__recruit .c_btn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .p_front__contact .c_btn, .p_front__recruit .c_btn {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p_front__contact .c_btn {
  margin-top: 24px;
}

@media screen and (min-width: 1001px) {
  .c_btn__start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .c_btn__end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.c_btn__link {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 338px;
  width: 100%;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  padding-top: clamp(10px, 1vw, 16px);
  padding-bottom: clamp(10px, 1vw, 16px);
  text-align: center;
  color: inherit;
  background-color: #fff;
  border: 1px solid #c9c9c6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p_front__concept .c_btn__link {
  max-width: 240px;
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
.p_front__recruit .c_btn__link {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .c_btn__link {
    max-width: 335px;
    width: calc(100% - 12px);
  }
}

.c_btn__ico {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 50% -50%;
  width: 47px;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .c_btn__ico {
    width: 24px;
  }
}
.c_btn__arrow {
  display: block;
  width: 100%;
  height: auto;
}

.c_textbtn {
  margin-top: 32px;
}

.c_textbtn__link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.c_textbtn__label {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 700;
}

.c_textbtn__ico {
  display: block;
  width: 33px;
  height: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: auto !important;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

tbody,
tr {
  width: 100%;
  height: auto !important;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

th,
td {
  text-align: left;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: clamp(24px, 2vw, 32px);
  padding-bottom: 32px;
  border-bottom: 1px solid #c9c9c6;
}
@media screen and (max-width: 768px) {
  th,
  td {
    padding-bottom: 40px;
  }
}

th {
  width: 184px;
  padding-left: clamp(24px, 2vw, 32px);
  font-size: clamp(0.9375rem, 1.8vw, 1.125rem);
}
@media screen and (max-width: 500px) {
  th {
    width: 6em;
    padding-left: 0;
  }
}

td {
  padding-left: 24px;
  text-transform: capitalize;
}

.c_banner__card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 0;
}
@media screen and (max-width: 768px) {
  .c_banner__card {
    grid-template-columns: repeat(1, 1fr);
  }
}

.c_banner__link {
  position: relative;
  overflow: clip;
  display: block;
}
.c_banner__link:hover {
  opacity: 1;
}

.c_banner__pic {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: clip;
}
@media screen and (max-width: 768px) {
  .c_banner__pic {
    height: 134px;
  }
}
.c_banner__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1;
  -o-object-position: center center;
     object-position: center center;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .c_banner__pic img {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_banner__pic img {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
  }
}
.c_banner__link:hover .c_banner__pic img {
  scale: 1.1;
}

.c_banner__head {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  gap: 12px;
}

.c_banner__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
}
.c_banner__label::before {
  content: "";
  aspect-ratio: 1/1;
  width: 8px;
  height: auto;
  background-color: #fff;
}

.c_banner__line {
  border: none;
  background-color: #fff;
  width: 64px;
  height: 1px;
}
@media screen and (max-width: 500px) {
  .c_banner__line {
    width: 32px;
  }
}

.c_banner__caption {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  text-transform: capitalize;
  font-family: "Marcellus", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
}

.c_product__link {
  position: relative;
  display: block;
  aspect-ratio: 320/452;
  width: 100%;
  height: auto;
  overflow: clip;
  margin-left: 16px;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .c_product__link {
    margin-left: 12px;
    margin-right: 12px;
  }
}
.c_product__link:nth-child(even) {
  margin-top: 40px;
}
.c_product__link:hover {
  opacity: 1;
}

.c_product__pic {
  position: relative;
  display: block;
  aspect-ratio: 320/452;
  width: 100%;
  height: auto;
  overflow: clip;
}

.c_product__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  scale: 1;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .c_product__image {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_product__image {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.c_product__link:hover .c_product__image {
  scale: 1.1;
}

.c_product__caption {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  z-index: 1;
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  color: #fff;
  letter-spacing: 0.11em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.c_product__counter {
  position: absolute;
  bottom: 16px;
  right: 16px;
  color: #fff;
  font-family: "Marcellus", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.c_product__counter::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  translate: 5px -15px;
  width: 35px;
  height: 2px;
  background-color: #fff;
  rotate: -45deg;
}

.c_product__now {
  display: inline-block;
  font-size: clamp(1.5rem, 3.2vw, 2rem);
  line-height: inherit;
  padding-bottom: 16px;
}

.c_product__base {
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  line-height: inherit;
}

/* 以下Wordpress/plugin用scss */
.c_wp__head {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 700;
  margin-bottom: 1em;
}

.c_wp__label {
  font-size: inherit;
  line-height: 2;
  font-weight: inherit;
}
.c_wp__label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.c_wp__label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}

.c_nav {
  margin-bottom: clamp(56px, 12.5vw, 96px);
}

.c_nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px 56px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .c_nav__list {
    gap: 16px 32px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.c_nav__link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  font-weight: 700;
}
.c_nav__link::before {
  content: "";
  aspect-ratio: 1/1;
  width: 8px;
  height: auto;
  background-color: #b89b58;
}
.c_nav__link:hover {
  opacity: 1;
  color: #b89b58;
}

.c_pagelist {
  margin-bottom: clamp(40px, 5vw, 80px);
}
@media screen and (min-width: 1001px) {
  .c_pagelist ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 16px 24px;
  }
}
@media screen and (max-width: 1000px) {
  .c_pagelist li + li {
    border-top: 1px solid #ccc;
  }
}
.c_pagelist a {
  display: block;
  font-size: inherit;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .c_pagelist a {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.c_pagelist__nav {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  background-color: #f8f8f6;
  padding: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c_pagenavi {
  margin-top: clamp(40px, 3.5vw, 56px);
}
.c_pagenavi .wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  font-size: clamp(0.75rem, 2vw, 1.25rem);
}
.c_pagenavi span,
.c_pagenavi a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  aspect-ratio: 1/1;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  height: auto;
  font-size: inherit;
  line-height: 1;
  border-radius: 32px;
  overflow: clip;
}
@media screen and (min-width: 1001px) {
  .c_pagenavi span,
  .c_pagenavi a {
    width: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .c_pagenavi span,
  .c_pagenavi a {
    width: 32px;
  }
}
.c_pagenavi span.current, .c_pagenavi span:hover,
.c_pagenavi a.current,
.c_pagenavi a:hover {
  font-weight: inherit !important;
  opacity: 1;
  color: #fff;
  background-color: #444;
}
.c_pagenavi .previouspostslink,
.c_pagenavi .nextpostslink {
  aspect-ratio: unset;
  width: 33px;
  height: auto;
  background-image: url("../images/common/arrows.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  color: transparent;
}
.c_pagenavi .previouspostslink:hover,
.c_pagenavi .nextpostslink:hover {
  color: transparent;
  background-color: unset;
}
.c_pagenavi .previouspostslink {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.c_pagenavi .first,
.c_pagenavi .last,
.c_pagenavi .pages {
  display: none !important;
}

.c_single__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  border-top: 1px solid #dedcd8;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  padding-top: clamp(32px, 2.5vw, 40px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: clamp(40px, 15.625vw, 120px);
}

.c_single__nav___move {
  max-width: 80px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c_single__nav___move a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
}

.mw_wp_form {
  margin-top: clamp(32px, 3.125vw, 50px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mw_wp_form.mw_wp_form_input small {
  margin-top: -20px;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form.mw_wp_form_input small {
    margin: 0;
  }
  .mw_wp_form.mw_wp_form_input tr {
    display: block;
  }
  .mw_wp_form.mw_wp_form_input tr + tr {
    padding-top: 20px;
  }
  .mw_wp_form.mw_wp_form_input table table tr + tr {
    padding-top: unset;
  }
}
.mw_wp_form.mw_wp_form_complete {
  display: none !important;
}
.mw_wp_form table,
.mw_wp_form tbody,
.mw_wp_form tr,
.mw_wp_form th,
.mw_wp_form td {
  border: none;
  padding: 0;
  background-color: unset !important;
  text-transform: unset;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form table,
  .mw_wp_form tbody,
  .mw_wp_form tr,
  .mw_wp_form th,
  .mw_wp_form td {
    display: block;
    width: 100%;
  }
}
.mw_wp_form th {
  position: relative;
  font-weight: 700;
  width: 300px;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form th {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
  }
}
.mw_wp_form th > span {
  position: absolute;
  display: block;
  height: auto;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form th > span {
    top: 50%;
    left: 0;
    width: 40px;
    line-height: 30px;
    translate: 0 -50%;
  }
}
.mw_wp_form th > span.required {
  background-color: #c50000;
}
.mw_wp_form th > span.any {
  background-color: #999999;
}
.mw_wp_form th small {
  display: block;
}
.mw_wp_form td th {
  font-weight: 400;
  width: 200px;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form td th {
    width: 100%;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.mw_wp_form input,
.mw_wp_form textarea,
.mw_wp_form select {
  display: inline-block;
  font-size: 16px;
  line-height: 1.4375em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  outline: none;
  font-family: "Shippori Mincho", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  padding: 1em;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form input,
  .mw_wp_form textarea,
  .mw_wp_form select {
    padding: 10px;
  }
}
.mw_wp_form input.var01,
.mw_wp_form textarea.var01,
.mw_wp_form select.var01 {
  max-width: 500px;
}
.mw_wp_form input.var02,
.mw_wp_form textarea.var02,
.mw_wp_form select.var02 {
  max-width: 5em;
}
@media screen and (max-width: 500px) {
  .mw_wp_form input.var02,
  .mw_wp_form textarea.var02,
  .mw_wp_form select.var02 {
    max-width: 4em;
  }
}
.mw_wp_form input.var03,
.mw_wp_form textarea.var03,
.mw_wp_form select.var03 {
  max-width: 180px;
}
.mw_wp_form input,
.mw_wp_form textarea {
  width: 100%;
}
.mw_wp_form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 48px;
  background-image: url("../images/common/svg-select.svg");
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center right 16px;
}
.mw_wp_form input[type*=file] {
  width: auto;
  background-color: transparent;
  padding: 0;
  border: none;
  font-weight: 400;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  margin-top: clamp(10px, 1vw, 16px);
}
.mw_wp_form input[type*=file]::-webkit-file-upload-button {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0.2em 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Shippori Mincho", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-size: clamp(0.75rem, 1.6vw, 1rem);
}
.mw_wp_form input[type*=file]::file-selector-button {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0.2em 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Shippori Mincho", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-size: clamp(0.75rem, 1.6vw, 1rem);
}
.mw_wp_form .error {
  display: block;
  font-size: 15px;
  padding: 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: pink;
  margin-top: 8px;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form.mw_wp_form_input th,
  .mw_wp_form.mw_wp_form_input td {
    padding-bottom: 40px;
  }
  .mw_wp_form.mw_wp_form_input th {
    line-height: 57px;
  }
  .mw_wp_form.mw_wp_form_input th > span {
    top: 9px;
    right: 56px;
    width: 60px;
    line-height: 40px;
  }
  .mw_wp_form.mw_wp_form_confirm th,
  .mw_wp_form.mw_wp_form_confirm td, .mw_wp_form.mw_wp_form_preview th,
  .mw_wp_form.mw_wp_form_preview td {
    padding-top: 5px;
    padding-bottom: 40px;
  }
  .mw_wp_form.mw_wp_form_confirm th > span, .mw_wp_form.mw_wp_form_preview th > span {
    top: 0;
    right: 56px;
    width: 60px;
    line-height: 40px;
  }
  .mw_wp_form.mw_wp_form_confirm td th,
  .mw_wp_form.mw_wp_form_confirm td td, .mw_wp_form.mw_wp_form_preview td th,
  .mw_wp_form.mw_wp_form_preview td td {
    padding-bottom: 10px;
  }
  .mw_wp_form.mw_wp_form_confirm td tr:first-child th,
  .mw_wp_form.mw_wp_form_confirm td tr:first-child td, .mw_wp_form.mw_wp_form_preview td tr:first-child th,
  .mw_wp_form.mw_wp_form_preview td tr:first-child td {
    padding-top: 0;
  }
  .mw_wp_form.mw_wp_form_confirm td tr:last-child th,
  .mw_wp_form.mw_wp_form_confirm td tr:last-child td, .mw_wp_form.mw_wp_form_preview td tr:last-child th,
  .mw_wp_form.mw_wp_form_preview td tr:last-child td {
    padding-bottom: 0;
  }
}

.mwform-checkbox-field input {
  display: none;
}
.mwform-checkbox-field input:checked + .mwform-checkbox-field-text::before {
  background-color: #b89b58;
  background-image: url("../images/common/check.svg");
}

.mwform-checkbox-field-text {
  position: relative;
  padding-left: 28px;
  margin-right: 29px;
  cursor: pointer;
  line-height: 57px;
}
@media screen and (max-width: 1000px) {
  .mwform-checkbox-field-text {
    line-height: 32px;
  }
}
.mwform-checkbox-field-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 20px;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center center;
  border: 1px solid #ccc;
}

.horizontal-item {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.mwform-radio-field input {
  display: none;
}
.mwform-radio-field input:checked + .mwform-radio-field-text::after {
  opacity: 1;
}

.mwform-radio-field-text {
  position: relative;
  padding-left: 28px;
  margin-right: 20px;
  cursor: pointer;
  display: inline-block;
  line-height: 57px;
}
@media screen and (max-width: 1000px) {
  .mwform-radio-field-text {
    line-height: 32px;
  }
}
.mwform-radio-field-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 20px;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  border: 1px solid #ccc;
  border-radius: 50%;
}
.mwform-radio-field-text::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 6px;
  translate: 0 -50%;
  aspect-ratio: 1/1;
  width: 8px;
  background-color: #f00;
  border-radius: 50%;
  opacity: 0;
}

.file-text {
  display: block;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 1.6;
  word-break: break-all;
}
.file-text::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * (0.5em - 1px));
}
.file-text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
}

.sp-break {
  display: none !important;
}
@media screen and (max-width: 500px) {
  .sp-break {
    display: block !important;
  }
}

.form-agree {
  margin-top: clamp(20px, 2.5vw, 40px);
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 400;
  line-height: 2;
  text-align: center;
}
.form-agree::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.form-agree::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}
.mw_wp_form_confirm .form-agree {
  display: none !important;
}
.form-agree a {
  color: unset;
  text-decoration: underline;
}
@media screen and (max-width: 1000px) {
  .form-agree {
    text-align: left;
  }
}

.form-wrap {
  margin-top: clamp(20px, 1.6875vw, 27px);
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px 24px;
}
.form-wrap .mwform-checkbox-field-text {
  padding-left: 56px;
}
.form-wrap .mwform-checkbox-field-text::before {
  width: 40px;
  background-color: #fff;
  background-size: 20px;
}
.form-wrap input[type=checkbox] + .mwform-checkbox-field-text {
  margin-right: 0;
}
.form-wrap input:checked + .mwform-checkbox-field-text::before {
  background-color: #fff;
  background-image: url("../images/common/checked.svg");
}

.form-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: clamp(24px, 2vw, 32px);
}
.form-btns a,
.form-btns [type=submit] {
  max-width: 192px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 700;
  padding: 1em;
  color: #fff;
  background-color: #b89b58;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .form-btns a,
  .form-btns [type=submit] {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .form-btns a,
  .form-btns [type=submit] {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.form-btns a:hover,
.form-btns [type=submit]:hover {
  opacity: 0.7;
}

.ui-datepicker {
  font-size: 13px !important;
}
.ui-datepicker span,
.ui-datepicker a,
.ui-datepicker th,
.ui-datepicker td {
  font-size: inherit !important;
}
.ui-datepicker th,
.ui-datepicker td {
  display: table-cell !important;
}
.ui-datepicker td span,
.ui-datepicker td a {
  padding: 0;
}

.c_form__block {
  font-family: "Shippori Mincho", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  background-color: #f8f8f6;
  padding-top: clamp(56px, 6.25vw, 100px);
  padding-bottom: clamp(56px, 6.25vw, 100px);
  padding-left: clamp(40px, 6.25vw, 100px);
  padding-right: clamp(40px, 6.25vw, 100px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .c_form__block {
    padding-top: 56px;
    padding-bottom: 56px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.c_form__block h3 {
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  margin-bottom: clamp(32px, 4vw, 64px);
  font-weight: 700;
}
.c_form__block h4 {
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  font-weight: 700;
  margin-bottom: clamp(20px, 1.5vw, 24px);
}
.c_form__block h4 ~ h4 {
  margin-top: clamp(32px, 2.5vw, 40px);
}
.c_form__block + .c_form__block {
  margin-top: clamp(56px, 5vw, 80px);
}

.c_form__item {
  display: inline-block;
  margin-right: 24px;
  max-width: 240px;
}
@media screen and (max-width: 1024px) {
  .c_form__item {
    display: block;
  }
  .c_form__item + .c_form__item {
    margin-top: clamp(16px, 3.125vw, 24px);
  }
}

/* ↓以下の階層に固定ページ等のscssが格納されています。 */
.p_front__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: clamp(32px, 3vw, 48px);
}
@media screen and (max-width: 768px) {
  .p_front__head {
    gap: 8px;
  }
}

.p_front__headline {
  margin-bottom: clamp(32px, 7.5vw, 120px);
}

.p_front__head___label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  font-size: clamp(1.125rem, 2.4vw, 1.5rem);
  font-weight: 700;
}
.p_front__head___label::before {
  content: "";
  aspect-ratio: 1/1;
  min-width: 8px;
  width: 8px;
  height: auto;
  background-color: #b89b58;
}

.p_front__head___line {
  display: block;
  width: 64px;
  height: 1px;
  background-color: #000;
  border: none;
}
@media screen and (max-width: 768px) {
  .p_front__head___line {
    width: 40px;
  }
}

.p_front__head___caption {
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  font-family: "Marcellus", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
  text-transform: capitalize;
}

.p_front__side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 48px;
  margin-bottom: clamp(48px, 7.5vw, 120px);
}
@media screen and (max-width: 768px) {
  .p_front__side {
    display: block;
  }
}

.p_front__label {
  font-size: clamp(2.5rem, 6.4vw, 4rem);
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.p_front__label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3) * (0.5em - 1px));
}
.p_front__label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3) * 0.5em);
}
.p_front__label br {
  display: block;
}

.p_front__inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 769px) {
  .p_front__inner {
    max-width: 575px;
  }
}

.p_front__info___side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 140px;
}
@media screen and (max-width: 1024px) {
  .p_front__info___side {
    gap: 64px;
  }
}
@media screen and (max-width: 768px) {
  .p_front__info___side {
    display: block;
  }
}

.p_front__info___calendar {
  width: 350px;
}
@media screen and (max-width: 768px) {
  .p_front__info___calendar {
    width: 100%;
    margin-bottom: 96px;
  }
}

.p_front__info___item {
  width: 328px;
  height: 380px;
}
.p_front__info___item iframe {
  display: block;
}

.p_front__info___caption {
  display: block;
  text-align: right;
  font-size: 12px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .p_front__info___caption {
    font-size: 10px;
  }
}

.p_front__info___topics {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p_front__news___list {
  display: block;
  padding-left: 16px;
  padding-bottom: clamp(16px, 2vw, 32px);
  border-bottom: 1px solid #c9c9c6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p_front__news___list + .p_front__news___list {
  padding-top: clamp(16px, 2vw, 32px);
}

.p_front__news___link {
  display: block;
}

.p_front__news___item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-size: 14px;
}

.p_front__news___time {
  font-family: "Marcellus", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
}

.p_front__news___caption {
  text-align: center;
  line-height: 1;
  padding: 4px;
  border: 1px solid #c9c9c6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .p_front__news___caption {
    min-width: 72px;
  }
}

.p_front__news___label {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 501px) {
  .p_front__news___label {
    -webkit-line-clamp: 1;
  }
}
@media screen and (max-width: 500px) {
  .p_front__news___label {
    -webkit-line-clamp: 1;
  }
}

.p_front__concept___block {
  position: relative;
  padding-top: clamp(56px, 15.625vw, 120px);
  padding-bottom: clamp(56px, 15.625vw, 120px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}

.p_front__concept___bg,
.p_front__concept___visual {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  display: block;
}

.p_front__concept___logo {
  position: absolute;
  top: 140px;
  left: 50%;
  aspect-ratio: 1/1;
  width: 29.375%;
  min-width: 308px;
  height: auto;
  translate: -50% 0;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 0;
}
@media screen and (min-width: 1001px) {
  .p_front__concept___logo {
    -webkit-transition-duration: 1000ms;
            transition-duration: 1000ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_front__concept___logo {
    -webkit-transition-duration: 1000ms;
            transition-duration: 1000ms;
  }
}
.p_front__concept___logo.__show {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .p_front__concept___logo {
    top: 94px;
  }
}

.p_front__concept___image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p_front__concept___side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p_front__concept___side {
    display: block;
  }
}

.p_front__concept___head {
  font-size: clamp(2.5rem, 6.4vw, 4rem);
}

.p_front__concept___label {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: inherit;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.11em;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p_front__concept___label {
    line-height: 1.4;
  }
}
.p_front__concept___label br {
  display: block;
}
@media screen and (max-width: 768px) {
  .p_front__concept___label {
    margin-bottom: 48px;
  }
}

.p_front__concept___text {
  font-weight: 300;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 769px) {
  .p_front__concept___text {
    line-height: 3;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
@media screen and (max-width: 768px) {
  .p_front__concept___text br {
    display: none;
  }
}

.p_front__company___link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: clamp(40px, 5vw, 80px);
  padding-left: clamp(32px, 4vw, 64px);
  padding-right: clamp(32px, 4vw, 64px);
  padding-bottom: clamp(40px, 5vw, 80px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #c9c9c6;
}
.p_front__company___link:hover {
  color: #fff;
  opacity: 1;
}

.p_front__company___image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  opacity: 0;
  -webkit-transition: inherit;
  transition: inherit;
}
.p_front__company___link:hover .p_front__company___image {
  opacity: 1;
}

.p_front__company___label {
  font-size: clamp(1rem, 2vw, 1.25rem);
}

.p_front__company___ico {
  display: block;
  width: 33px;
  height: auto;
  -webkit-transition: inherit;
  transition: inherit;
}
@media screen and (max-width: 768px) {
  .p_front__company___ico {
    width: 24px;
  }
}
.p_front__recruit___block {
  position: relative;
  padding-top: clamp(96px, 10vw, 160px);
  padding-bottom: clamp(56px, 5vw, 80px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}

.p_front__recruit___bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p_front__recruit___image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p_front__contents___side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1084px;
  margin-left: auto;
  margin-right: auto;
  gap: 120px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p_front__contents___side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
  }
}

.p_front__contents___line {
  background-color: #c9c9c6;
}

.p_front__contact,
.p_front__insta {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p_front__contact___tel {
  font-size: clamp(1.5rem, 3.2vw, 2rem);
  font-weight: 700;
  text-transform: capitalize;
}

.p_concept__block {
  padding-top: clamp(80px, 20.8333333333vw, 160px);
  padding-bottom: clamp(80px, 20.8333333333vw, 160px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p_concept__block:first-child {
  padding-top: 0;
}
.p_concept__block:nth-child(even) {
  background-color: #f8f8f6;
}

.p_concept__container {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 990px) {
  .p_concept__container {
    max-width: 1009px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 989px) {
  .p_concept__container {
    max-width: 1009px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .p_concept__container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.p_concept__side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 72px;
}
@media screen and (max-width: 768px) {
  .p_concept__side {
    display: block;
  }
}

.p_concept__inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p_concept__pic {
  display: block;
  width: 385px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p_concept__pic {
    max-width: 400px;
    width: 100%;
    margin-top: 40px;
  }
}

.p_concept__cards {
  counter-reset: count;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  .p_concept__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .p_concept__cards {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p_concept__data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p_concept__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 22px;
}
.p_concept__title::before {
  counter-increment: count;
  content: "Point " counter(count, decimal-leading-zero);
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-family: "Marcellus", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
}

.p_concept__catch {
  position: relative;
}

.p_concept__logo {
  opacity: 0.04;
}

.p_concept__caption {
  position: absolute;
  top: 0;
  left: 50%;
  padding-top: 0.75em;
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  translate: -50% 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p_concept__box {
  margin-top: clamp(80px, 20.8333333333vw, 160px);
}

.p_concept__head {
  margin-bottom: clamp(32px, 4vw, 64px);
}

.p_concept__head___label {
  font-size: clamp(1.5rem, 3.2vw, 2rem);
  padding-bottom: 1em;
  margin-bottom: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #c9c9c6;
}

.p_concept__head___accent {
  position: relative;
  padding-left: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #999999;
  display: inline-block;
  line-height: 1.6;
}
.p_concept__head___accent::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

.p_concept__philosophy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: clamp(32px, 4vw, 64px);
  border-bottom: 1px solid #c9c9c6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p_concept__philosophy {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p_concept__philosophy + .p_concept__philosophy {
  padding-top: clamp(32px, 4vw, 64px);
}

.p_concept__philosophy___label {
  width: 231px;
  font-size: clamp(0.875rem, 1.8vw, 1.125rem);
  font-family: "Marcellus", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
  color: #bababa;
}
@media screen and (max-width: 500px) {
  .p_concept__philosophy___label {
    width: 118px;
  }
}

.p_concept__philosophy___text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: clamp(0.9375rem, 2.4vw, 1.5rem);
  line-height: 1.6;
}
.p_concept__philosophy___text::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * (0.5em - 1px));
}
.p_concept__philosophy___text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
}

.p_concept__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 72px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p_concept__content:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p_concept__content {
    display: block;
  }
}
.p_concept__content + .p_concept__content {
  margin-top: clamp(80px, 13.5416666667vw, 104px);
  padding-top: clamp(80px, 13.5416666667vw, 104px);
  border-top: 1px solid #c9c9c6;
}

.p_concept__image {
  display: block;
  width: 55.75%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .p_concept__image {
    min-width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .p_concept__image {
    max-width: 500px;
    width: 100%;
    margin-top: 40px;
  }
}

.p_product__side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 104px;
}
@media screen and (max-width: 1024px) {
  .p_product__side {
    gap: 72px;
  }
}
@media screen and (max-width: 768px) {
  .p_product__side {
    display: block;
  }
}

.p_product__nav {
  width: 280px;
}
@media screen and (max-width: 768px) {
  .p_product__nav {
    width: 100%;
    margin-bottom: 56px;
  }
}

.p_product__main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p_product__list___tab {
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_product__list___tab {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_product__list___tab {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.p_product__list___tab + .p_product__list___tab {
  padding-top: 16px;
}
.p_product__list___tab.p_product__active {
  padding-bottom: 48px;
}

.p_product__list___item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 38px;
  cursor: pointer;
  -webkit-transition-property: all;
  transition-property: all;
  padding-bottom: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #c9c9c6;
}
@media screen and (min-width: 1001px) {
  .p_product__list___item {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_product__list___item {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.p_product__list___item:hover, .p_product__active .p_product__list___item {
  color: #b89b58;
}

.p_product__list___label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 12px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  line-height: 1.3;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p_product__list___label::before {
  content: "";
  aspect-ratio: 1/1;
  width: 8px;
  min-width: 8px;
  height: auto;
  background-color: #b89b58;
  margin-top: 0.4em;
}

.p_product__sub {
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 20px;
  padding-left: 20px;
}
.p_product__active .p_product__sub {
  display: block;
}

.p_product__sub___link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: clamp(12px, 1vw, 16px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #c9c9c6;
}
.p_product__sub___tab + .p_product__sub___tab .p_product__sub___link {
  padding-top: clamp(12px, 1vw, 16px);
}

.p_product__list___ico,
.p_product__sub___ico {
  display: block;
  width: 24px;
  height: auto;
}

.p_product__list___ico {
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_product__list___ico {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_product__list___ico {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.p_product__active .p_product__list___ico {
  rotate: 90deg;
}

.p_product__card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 56px 24px;
}
@media screen and (max-width: 1024px) {
  .p_product__card {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p_product__card {
    gap: 32px 24px;
  }
}

.p_product__link {
  display: block;
}
.p_product__link:hover {
  opacity: 1;
}

.p_product__pic {
  display: block;
  aspect-ratio: 256/158;
  background-color: #d9d9d9;
  overflow: clip;
  margin-bottom: clamp(10px, 1vw, 16px);
}
.p_product__pic .image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  scale: 1;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_product__pic .image {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_product__pic .image {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.p_product__link:hover .p_product__pic .image {
  scale: 1.1;
}

.p_product__title {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 1.4;
  margin-bottom: 1em;
}

.p_product__text {
  font-size: clamp(0.8125rem, 1.5vw, 0.9375rem);
  line-height: 1.75;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 501px) {
  .p_product__text {
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 500px) {
  .p_product__text {
    -webkit-line-clamp: 2;
  }
}

.p_product__single___block {
  max-width: 816px;
  margin-left: auto;
  margin-right: auto;
  overflow: clip;
}

.p_product__single___head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px 24px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: clamp(1.5rem, 3.2vw, 2rem);
  padding-bottom: 1em;
  border-bottom: 1px solid #c9c9c6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 2em;
}

.p_product__single___label {
  font-size: inherit;
}

.p_product__single___cat {
  display: inline-block;
  line-height: 1;
  font-size: 15px;
  border: 1px solid #c9c9c6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 0.5333333333em;
  padding-left: 1.0666666667em;
  padding-right: 1.0666666667em;
  padding-bottom: 0.5333333333em;
}

.p_product__single___sub {
  margin-top: 24px;
}

.p_product__single___visual .image,
.p_product__single___image .image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p_product__single___visual {
  aspect-ratio: 816/503;
  background-color: #d9d9d9;
}

.p_product__single___image {
  aspect-ratio: 188/116;
  background-color: #d9d9d9;
  margin-left: 10px;
  margin-right: 10px;
}

.p_product__single___box {
  margin-left: -10px;
  margin-right: -10px;
}

.p_product__single___link {
  margin-top: clamp(56px, 5vw, 80px);
}

.p_order__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: clamp(40px, 4vw, 64px);
  border-bottom: 1px solid #c9c9c6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p_order__content + .p_order__content {
  padding-top: clamp(40px, 4vw, 64px);
}

.p_order__caption {
  width: 180px;
  font-family: "Marcellus", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  color: #bababa;
}
@media screen and (max-width: 768px) {
  .p_order__caption {
    margin-bottom: 0.5em;
    width: 100px;
  }
}

.p_order__inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p_order__head {
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  margin-bottom: clamp(20px, 2vw, 32px);
}

.p_order__head___label {
  font-size: inherit;
}

.p_order__items {
  margin-top: clamp(24px, 2vw, 32px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 32px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p_order__items {
    display: block;
  }
}

.p_order__tel {
  text-transform: capitalize;
  font-size: clamp(1.25rem, 3.2vw, 2rem);
  line-height: 1;
}

.p_order__time {
  display: block;
  font-size: clamp(0.75rem, 1.4vw, 0.875rem);
  font-weight: 700;
  margin-top: clamp(14px, 1vw, 16px);
  line-height: 1;
}

.p_order__btn {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .p_order__btn {
    margin-top: 32px;
  }
}

/* message */
.p_message__owner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 16px;
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  margin-top: clamp(24px, 2vw, 32px);
}

.p_message__class {
  font-size: 0.6666666667em;
}

.p_message__name {
  font-size: inherit;
}

.p_message__image {
  margin-top: clamp(32px, 4.5vw, 72px);
  display: block;
}

/* access */
.p_access__map {
  display: block;
  width: 100%;
  height: 300px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  margin-bottom: clamp(24px, 2vw, 32px);
}
@media screen and (min-width: 1025px) {
  .p_access__map {
    height: 400px;
  }
}

.p_recruit__side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 72px;
}
@media screen and (max-width: 768px) {
  .p_recruit__side {
    display: block;
  }
}

.p_recruit__inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p_recruit__pic {
  display: block;
  width: 39.8284313725%;
  min-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p_recruit__pic {
    max-width: 400px;
    width: 100%;
    margin-top: 40px;
  }
}

.p_recruit__text {
  line-height: 2.5;
}
.p_recruit__text::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.5) * (0.5em - 1px));
}
.p_recruit__text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2.5) * 0.5em);
}

.p_recruit__cards {
  margin-top: clamp(40px, 11.4583333333vw, 88px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 24px 18px;
}
@media screen and (max-width: 768px) {
  .p_recruit__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p_recruit__caption {
  display: block;
  margin-top: clamp(20px, 3.125vw, 24px);
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1;
}
.p_recruit__caption::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * (0.5em - 1px));
}
.p_recruit__caption::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
}

.p_requirements__list + .p_requirements__list {
  margin-top: clamp(24px, 2vw, 32px);
}

.p_requirements__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  background-color: #fff;
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  padding-top: clamp(32px, 3.5vw, 56px);
  padding-left: clamp(24px, 4vw, 64px);
  padding-right: clamp(24px, 4vw, 64px);
  padding-bottom: clamp(32px, 3.5vw, 56px);
}

.p_requirements__label {
  font-size: inherit;
  line-height: 1;
}
.p_requirements__label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * (0.5em - 1px));
}
.p_requirements__label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
}

.p_requirements__ico {
  display: block;
  aspect-ratio: 49/6;
  width: 49px;
  height: auto;
}

.p_requirements__btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  margin-top: clamp(56px, 10.4166666667vw, 80px);
}

.p_contact__list {
  counter-reset: num;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: clamp(40px, 5vw, 80px);
  margin-bottom: clamp(40px, 5vw, 80px);
}
@media screen and (min-width: 501px) {
  .p_contact__list {
    gap: 24px;
  }
}
@media screen and (max-width: 500px) {
  .p_contact__list {
    gap: 8px;
  }
}

.p_contact__tab {
  position: relative;
  max-width: 296px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  text-align: center;
  background-color: #fff;
  border: 1px solid #c9c9c6;
}
@media screen and (min-width: 501px) {
  .p_contact__tab {
    padding-top: 0.6875em;
    padding-bottom: 0.8125em;
  }
}
@media screen and (max-width: 500px) {
  .p_contact__tab {
    padding-top: 0.5em;
    padding-bottom: 0.625em;
  }
}
.p_contact__tab::before {
  counter-increment: num;
  content: counter(num) ".";
}
@media screen and (min-width: 769px) {
  .p_contact__tab::before {
    position: absolute;
    top: 50%;
    left: 16px;
    translate: 0 -50%;
  }
}

.p_contact__active {
  color: #fff;
  background-color: #b89b58;
}

.p_contact__line {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: #c9c9c6;
  outline: none;
  border: none;
}
@media screen and (min-width: 501px) {
  .p_contact__line {
    max-width: 72px;
  }
}
@media screen and (max-width: 500px) {
  .p_contact__line {
    max-width: 32px;
  }
}

.p_contact__lead {
  display: block;
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  font-weight: 700;
  margin-bottom: 1em;
}

.p_contact__btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding-top: clamp(28px, 2vw, 32px);
  padding-left: clamp(32px, 3vw, 48px);
  padding-right: clamp(32px, 3vw, 48px);
  padding-bottom: clamp(28px, 2vw, 32px);
  background-image: url("../images/common/bg_btn.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-top: clamp(40px, 4vw, 64px);
  border: 1px solid #b89b58;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p_policy__block + .p_policy__block {
  margin-top: clamp(40px, 3.5vw, 56px);
}

.p_policy__label {
  display: block;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  line-height: 2;
  font-weight: 700;
  margin-bottom: clamp(8px, 0.625vw, 10px);
}
.p_policy__label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.p_policy__label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}

.p_policy__text {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 2;
  font-weight: 500;
}
.p_policy__text::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.p_policy__text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}

/* grid型 */
.p_post__card {
  display: grid;
  grid-template-rows: repeat(1, 1fr);
}
@media screen and (min-width: 501px) {
  .p_post__card {
    gap: 56px 24px;
  }
}
@media screen and (min-width: 501px) and (min-width: 1001px) {
  .p_post__card {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .p_post__card {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .p_post__card {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 24px;
  }
}

.p_post__card___link {
  opacity: 1;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_post__card___link {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_post__card___link {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.p_post__card___link:hover {
  opacity: 1;
}

.p_post__card___pic {
  display: block;
  -webkit-transition: inherit;
  transition: inherit;
  border-radius: 0px;
  overflow: clip;
  width: 100%;
  height: auto;
  aspect-ratio: 1.6206896552;
  background-color: #f8f8f6;
  border: 1px solid #dedcd8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p_post__card___pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  scale: 1;
  -webkit-transition: inherit;
  transition: inherit;
}
.p_post__card___pic:hover {
  opacity: 1;
}
.p_post__card___pic:hover img {
  scale: 1.1;
}

.p_post__card___inner {
  margin-top: clamp(10px, 1vw, 16px);
}

.p_post__card___info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px 16px;
  margin-bottom: clamp(10px, 1vw, 16px);
}
.p_single__block .p_post__card___info {
  margin-bottom: clamp(24px, 2vw, 32px);
}

.p_post__card___time {
  font-size: 14px;
}
.p_single__block .p_post__card___time {
  font-size: clamp(0.875rem, 2.0833333333vw, 1rem);
}

.p_post__card___tab {
  text-align: center;
  border: 1px solid #dedcd8;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  line-height: 1;
  padding-top: 4px;
  padding-bottom: 4px;
}
@media screen and (min-width: 769px) {
  .p_post__card___tab {
    width: 72px;
  }
}
@media screen and (max-width: 768px) {
  .p_post__card___tab {
    padding-left: 4px;
    padding-right: 4px;
  }
}

.p_post__card___label {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 501px) {
  .p_post__card___label {
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 500px) {
  .p_post__card___label {
    -webkit-line-clamp: 1;
  }
}

.p_single__block___head {
  margin-bottom: clamp(32px, 6.25vw, 48px);
}

.p_single__block___lead {
  display: block;
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  font-weight: 700;
}

.p_single__block___image {
  display: block;
  aspect-ratio: 282/174;
  border: 1px solid #dedcd8;
  overflow: clip;
  margin-bottom: clamp(40px, 10.4166666667vw, 80px);
}
.p_single__block___image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p_found__head {
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  margin-bottom: clamp(40px, 3.5vw, 56px);
}

.p_found__caption {
  display: block;
  font-size: clamp(2rem, 5.6vw, 3.5rem);
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: clamp(24px, 4.1666666667vw, 32px);
}
.p_found__caption::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * (0.5em - 1px));
}
.p_found__caption::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
}

.p_found__label {
  font-size: inherit;
  font-weight: 700;
  line-height: 1;
}
.p_found__label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * (0.5em - 1px));
}
.p_found__label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
}

.p_found__menu {
  margin-top: clamp(32px, 3.5vw, 56px);
}
@media screen and (min-width: 769px) {
  .p_found__menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 24px 0;
  }
}
.p_found__menu ul .sub-menu,
.p_found__menu ul .children {
  display: none !important;
}
.p_found__menu a {
  display: block;
  line-height: inherit;
}
.p_found__menu span {
  display: none !important;
}
@media screen and (min-width: 769px) {
  .p_found__menu li {
    padding-left: clamp(24px, 2vw, 32px);
    padding-right: clamp(24px, 2vw, 32px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 16px;
  }
  .p_found__menu li + li {
    border-left: 1px solid #c9c9c6;
  }
}
@media screen and (max-width: 768px) {
  .p_found__menu li {
    border-bottom: 1px solid #ccc;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .p_found__menu a {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}/*# sourceMappingURL=common.css.map */