@charset "UTF-8";
/*--------------------------------------*
 * foundation
 *--------------------------------------*/
/* reset
--------------------------- */
/*
 * destyle.css v1.0.14
 * https://github.com/nicolas-cusan/destyle.css
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::after,
::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

embed,
iframe,
object {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: 0 0;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled],
button[disabled] {
  cursor: default;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: 0;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* system
--------------------------- */
.tab-sp,
.sp {
  display: none;
}

.tab {
  display: none;
}

@media screen and (max-width: 1140px) {
  .pc {
    display: none;
  }
  .tab-sp {
    display: block;
  }
  .tab {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc-tab {
    display: none;
  }
  .sp {
    display: block;
  }
  .tab {
    display: none;
  }
}
.mincho--jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/* base
--------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(24 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
  width: 100%;
  background-color: #F8EFDE;
}

img,
video,
object {
  max-width: 100%;
  height: auto;
  border: none;
  display: block;
}

a:hover img {
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

a,
label,
input,
button {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

/*--------------------------------------*
 * layout
 *--------------------------------------*/
/* l-header
--------------------------- */
.l-header {
  padding: 22px 0 0;
  width: 100%;
  height: 130px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #182230;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(24, 34, 48)), color-stop(49%, rgba(24, 34, 48, 0.49)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgb(24, 34, 48) 0%, rgba(24, 34, 48, 0.49) 49%, rgba(0, 0, 0, 0) 100%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 65px;
    padding-top: 0;
  }
}
.l-header__wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 1140px) {
  .l-header__wrap {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__wrap {
    padding-top: 14px;
  }
}
.l-header__logo {
  margin-left: 2%;
  position: relative;
  z-index: 99;
  width: 20%;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 34%;
    margin-left: 4.2%;
  }
}
.l-header__nav {
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 1140px) {
  .l-header__nav {
    position: fixed;
    top: 0;
    right: -150%;
    z-index: 900;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    width: 100%;
    max-width: 320px;
    height: 100%;
    background-color: #F8EFDE;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav {
    max-width: 100%;
  }
}
.l-header__nav.open {
  right: 0;
}
@media screen and (max-width: 1140px) {
  .l-header__nav-wrap {
    padding: 120px 0 60px;
    width: 88%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav-wrap {
    padding: 60px 0;
  }
}
.l-header__menu {
  margin-top: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 32px;
}
@media screen and (max-width: 1140px) {
  .l-header__menu {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 1140px) {
  .l-header__menu li {
    border-bottom: solid 1px #0A0A0A;
  }
}
.l-header__menu li a {
  display: inline-block;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: calc(24 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
  color: #F2E6D4;
  white-space: nowrap;
  position: relative;
}
@media screen and (max-width: 1140px) {
  .l-header__menu li a {
    display: block;
    color: #0A0A0A;
    font-size: 16px;
    padding: 20px 12px;
  }
}
.l-header__menu li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1140px) {
  .l-header__menu li a:hover {
    text-decoration: none;
    color: #790414;
  }
}
.l-header__menu li.current a {
  text-decoration: underline;
  pointer-events: none;
}
.l-header__contact {
  margin-right: 2%;
}
@media screen and (max-width: 1140px) {
  .l-header__contact {
    display: none;
  }
}
.l-header__trigger {
  display: none;
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 999;
  margin-right: 2%;
}
@media screen and (max-width: 1140px) {
  .l-header__trigger {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .l-header__trigger {
    width: 45px;
    height: 26px;
  }
}
.l-header__trigger-btn {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.l-header__trigger-btn span {
  width: 60%;
  height: 1px;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .l-header__trigger-btn span {
    width: 54%;
    height: 2px;
  }
}
.l-header__trigger-btn span::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: -8px;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .l-header__trigger-btn span::before {
    height: 2px;
  }
}
.l-header__trigger-btn span::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -8px;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .l-header__trigger-btn span::after {
    height: 2px;
  }
}
.l-header__trigger-btn:hover {
  cursor: pointer;
}
.l-header__trigger-btn.active span {
  margin-bottom: 0;
  background-color: transparent;
}
.l-header__trigger-btn.active span::before {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  top: 0;
  background-color: #0A0A0A;
}
.l-header__trigger-btn.active span::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  bottom: 0;
  background-color: #0A0A0A;
}
.l-header__trigger-btn.active::after {
  color: transparent;
}
.l-header__spcontact {
  display: none;
}
@media screen and (max-width: 1140px) {
  .l-header__spcontact {
    display: block;
    margin-top: 35px;
  }
}
.l-header__spcontact a {
  display: inline-block;
  border: solid 1px #0A0A0A;
  border-radius: 3px;
  padding: 9px 24px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
  color: #0A0A0A;
}
@media screen and (max-width: 767px) {
  .l-header__spcontact a {
    font-size: 16px;
  }
}
.l-header__spcontact a:hover {
  background-color: #0A0A0A;
  color: #fff;
}

/* l-footer
--------------------------- */
.l-footer {
  padding: 65px 0;
  background-color: #000;
}
.l-footer__inner {
  max-width: 1040px;
  width: 92%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 70px;
  }
}
.l-footer__main {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .l-footer__main {
    width: 100%;
  }
}
.l-footer__sub {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 100px;
}
@media screen and (max-width: 1140px) {
  .l-footer__sub {
    gap: 80px;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__sub {
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__sub {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 80px;
  }
}
.l-footer__logo {
  max-width: 197px;
  margin-bottom: 23px;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    margin-bottom: 35px;
  }
}
.l-footer__logo img {
  display: inline-block;
}
.l-footer__catch {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-weight: 600;
  line-height: calc(26 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(13px, 13px + 3 * (100vw - 767px) / 673, 16px);
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .l-footer__catch {
    margin-bottom: 50px;
    line-height: 2em;
  }
}
.l-footer__menu li:not(:last-child) {
  margin-bottom: 14px;
}
.l-footer__menu li a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 2 * (100vw - 767px) / 673, 14px);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .l-footer__menu li a {
    font-size: 14px;
  }
}
.l-footer__menu li a:hover {
  text-decoration: underline;
}
.l-footer__copyright {
  text-align: center;
  color: #6A7282;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-weight: 600;
  line-height: calc(20 / 14 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 2 * (100vw - 767px) / 673, 14px);
}

/* l-container
--------------------------- */
.l-container {
  width: 88%;
  max-width: 1040px;
  margin: 0 auto;
}
.l-container-wide {
  width: 88%;
  max-width: 1240px;
  margin: 0 auto;
}

/* 初期状態です。透明＆少し下に移動させます */
.js-fadein {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}

/* 表示されたときの状態です */
.js-fadein.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* 初期状態です */
.js-fv-fade {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}

/* 表示状態です */
.js-fv-fade.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*--------------------------------------*
 * object
 *--------------------------------------*/
/*-------------------
 * component
 -------------------*/
/* c-head
--------------------------- */
.c-section {
  padding: 80px 0;
}
@media screen and (max-width: 960px) {
  .c-section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .c-section {
    padding: 50px 0;
  }
}
.c-section__title {
  text-align: center;
  margin-bottom: 58px;
}
@media screen and (max-width: 960px) {
  .c-section__title {
    margin-bottom: 42px;
  }
}
.c-section__title span {
  display: inline-block;
  padding: 24px 80px;
  font-size: 18px;
  font-weight: 400;
  line-height: calc(30 / 18 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 4 * (100vw - 767px) / 673, 18px);
  background: url(../img/common/ico-circle.svg) no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .c-section__title span {
    padding: 20px 60px;
  }
}
.c-section__title-en {
  text-align: center;
  font-family: "Jacques Francois", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 100px;
  font-weight: 400;
  line-height: calc(128 / 100 * 1em);
  letter-spacing: calc(-5 / 1000 * 1em);
  font-size: clamp(36px, 36px + 64 * (100vw - 767px) / 673, 100px);
}
.c-section__title-en span {
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 180px;
  font-weight: 400;
  line-height: calc(128 / 180 * 1em);
  letter-spacing: normal;
  font-size: clamp(60px, 60px + 120 * (100vw - 767px) / 673, 180px);
}
.c-section__title-en--white {
  color: #fff;
}
.c-section__title--white span {
  color: #fff;
  background: url(../img/common/ico-circle-wh.svg) no-repeat center/contain;
}
.c-section__subttl {
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 84px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(48px, 48px + 36 * (100vw - 767px) / 673, 84px);
  margin-top: -50px;
  margin-bottom: 58px;
}
@media screen and (max-width: 960px) {
  .c-section__subttl {
    margin-top: -24px;
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 767px) {
  .c-section__subttl {
    margin-bottom: 20px;
  }
}
.c-section__subttl span {
  display: inline-block;
  font-family: "Aboreto", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  line-height: calc(16 / 14 * 1em);
  letter-spacing: calc(20 / 1000 * 1em);
  font-size: clamp(12px, 12px + 2 * (100vw - 767px) / 673, 14px);
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .c-section__subttl span {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-section__subttl span {
    margin-bottom: 12px;
  }
}
.c-section__text {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(26 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
}
.c-section__text span {
  display: inline-block;
  margin-top: 16px;
}

/* c-mainv
--------------------------- */
.c-mainv {
  width: 100%;
  height: 480px;
}
.c-mainv__inner {
  width: 90%;
  margin-inline: auto;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.c-mainv__title {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 10 * (100vw - 767px) / 673, 24px);
  color: #fff;
}
.c-mainv__title span {
  display: block;
  font-size: 54px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: calc(2 / 1000 * 1em);
  font-size: clamp(28px, 28px + 26 * (100vw - 767px) / 673, 54px);
  margin-bottom: 25px;
  text-shadow: 0 4px 61px black;
}
.c-mainv__text {
  width: 60%;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  line-height: calc(28 / 18 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 6 * (100vw - 767px) / 673, 18px);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-mainv__text {
    width: 100%;
  }
}

/* c-breadcrumb
--------------------------- */
.c-breadcrumb {
  padding: 14px 0;
  border-bottom: solid 1px #d9d9d9;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    padding: 10px 0;
  }
}
.c-breadcrumb__list li {
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 2 * (100vw - 767px) / 673, 14px);
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__list li {
    font-size: 14px;
  }
}
.c-breadcrumb__list li a {
  color: #000;
}
.c-breadcrumb__list li a span {
  color: #000;
}
.c-breadcrumb__list li a:hover {
  text-decoration: underline;
}
.c-breadcrumb__list li span {
  color: #000;
}
.c-breadcrumb__list li::after {
  content: ">";
  position: absolute;
  color: #007B99;
  top: 50%;
  right: -16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-breadcrumb__list li:last-child::after {
  content: none;
}
.c-breadcrumb__list li:not(:last-child) {
  margin-right: 21px;
}

/* c-button
--------------------------- */
.c-button a {
  display: inline-block;
  border: solid 1px #F0E5D7;
  border-radius: 3px;
  padding: 9px 24px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
  color: #F2E6D4;
}
.c-button a:hover {
  background-color: #F0E5D7;
  color: #000;
}
.c-button--black a {
  color: #000;
  border-color: #000;
}
.c-button--black a:hover {
  color: #fff;
  background-color: #000;
}
.c-button--center {
  text-align: center;
}

/* c-pagination
--------------------------- */
.c-pagination {
  margin: 80px 0;
}
@media screen and (max-width: 767px) {
  .c-pagination {
    margin: 50px 0 80px;
  }
}
.c-pagination__list {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.c-pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 46px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
  border: solid 1px transparent;
}
@media screen and (max-width: 767px) {
  .c-pagination .page-numbers {
    width: 35px;
  }
}
.c-pagination .page-numbers.current {
  border-color: #000;
  pointer-events: none;
}
.c-pagination .page-numbers:hover {
  border-color: #000;
}
.c-pagination .page-numbers.prev {
  background-color: transparent;
  color: #0A0A0A;
}
.c-pagination .page-numbers.prev:hover {
  opacity: 0.7;
}
.c-pagination .page-numbers.next {
  color: #0A0A0A;
}
.c-pagination .page-numbers.next:hover {
  border-color: transparent;
  opacity: 0.7;
}

.c-pager {
  margin: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 54px;
}
@media screen and (max-width: 960px) {
  .c-pager {
    gap: 30px;
  }
}
.c-pager__arrow a {
  display: block;
  width: 284px;
  padding: 15px;
  border-radius: 4px;
  border: solid 1px #0A0A0A;
  position: relative;
}
@media screen and (max-width: 960px) {
  .c-pager__arrow a {
    width: 210px;
  }
}
@media screen and (max-width: 767px) {
  .c-pager__arrow a {
    width: 100px;
    padding: 6px 10px 10px 10px;
  }
}
.c-pager__arrow a span {
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(12px, 12px + 2 * (100vw - 767px) / 673, 14px);
  color: #007B99;
}
.c-pager__arrow a::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .c-pager__arrow a::after {
    width: 9px;
    height: 9px;
  }
}
.c-pager__arrow.prev a {
  padding-left: 35px;
}
@media screen and (max-width: 767px) {
  .c-pager__arrow.prev a {
    padding-left: 20px;
  }
}
.c-pager__arrow.prev a::after {
  border-top: solid 1px #0A0A0A;
  border-left: solid 1px #0A0A0A;
  left: 15px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-pager__arrow.prev a::after {
    left: 12px;
  }
}
.c-pager__arrow.next a {
  padding-right: 35px;
}
@media screen and (max-width: 767px) {
  .c-pager__arrow.next a {
    padding-right: 20px;
  }
}
.c-pager__arrow.next a::after {
  border-top: solid 1px #0A0A0A;
  border-right: solid 1px #0A0A0A;
  right: 15px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-pager__arrow.next a::after {
    right: 12px;
  }
}
.c-pager__arrow-ttl {
  font-size: 14px;
  font-weight: 400;
  line-height: calc(23 / 14 * 1em);
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(12px, 12px + 2 * (100vw - 767px) / 673, 14px);
}
@media screen and (max-width: 767px) {
  .c-pager__arrow-ttl {
    display: none;
  }
}
.c-pager__arrow-no {
  display: block;
  width: 284px;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 960px) {
  .c-pager__arrow-no {
    width: 210px;
  }
}
@media screen and (max-width: 767px) {
  .c-pager__arrow-no {
    width: 100px;
  }
}
.c-pager__all {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(14px, 14px + 4 * (100vw - 767px) / 673, 18px);
  text-decoration: underline;
}
.c-pager__all:hover {
  text-decoration: none;
}

/* c-form
--------------------------- */
.c-form__wrap:not(:last-of-type) {
  margin-bottom: 32px;
}
.c-form__head {
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-form__head {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.c-form__head span {
  display: inline-block;
  margin-left: 18px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(11px, 11px + 1 * (100vw - 767px) / 673, 12px);
  color: #790414;
}
@media screen and (max-width: 767px) {
  .c-form__head span {
    font-size: 12px;
  }
}
.c-form__head span::before {
  content: "※";
  display: inline-block;
}
.c-form__content input[type=text],
.c-form__content input[type=tel],
.c-form__content input[type=email],
.c-form__content select,
.c-form__content textarea {
  width: 100%;
  background-color: #F5FDFF;
  padding: 15px 20px;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 4 * (100vw - 767px) / 673, 18px);
}
@media screen and (max-width: 767px) {
  .c-form__content input[type=text],
  .c-form__content input[type=tel],
  .c-form__content input[type=email],
  .c-form__content select,
  .c-form__content textarea {
    padding: 14px;
  }
}
.c-form__content input[type=text]:placeholder,
.c-form__content input[type=tel]:placeholder,
.c-form__content input[type=email]:placeholder,
.c-form__content select:placeholder,
.c-form__content textarea:placeholder {
  color: #A9B9CB;
}
.c-form__content select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.c-form .form-label {
  font-size: 16px;
  font-weight: 700;
  line-height: calc(26 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-form .form-label {
    margin-bottom: 8px;
  }
}
.c-form .form-head {
  font-size: 16px;
  font-weight: 700;
  line-height: calc(26 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
}
.c-form .form-input {
  display: block;
  margin-bottom: 20px;
}
.c-form__btn {
  margin-top: 40px;
  text-align: center;
}
.c-form__btn > span {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(15px, 15px + 3 * (100vw - 767px) / 673, 18px);
  margin-inline: auto;
  max-width: 320px;
  width: 80%;
  padding: 16px 12px 20px;
  border-radius: 6px;
  background-color: #00B1DD;
  color: #fff;
  border: solid 1px #00B1DD;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .c-form__btn > span {
    padding: 20px;
  }
}
.c-form__btn > span:hover {
  background-color: #fff;
  color: #00B1DD;
}
.c-form__btn .wpcf7-spinner {
  display: none;
}
.c-form__policy {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
  margin: 32px 0;
}
.c-form__policy a {
  display: inline-block;
  text-decoration: underline;
}
.c-form__policy a:hover {
  text-decoration: none;
}
.c-form .checkbox span.wpcf7-list-item {
  min-width: calc((100% - 65px) / 4);
}
@media screen and (max-width: 960px) {
  .c-form .checkbox span.wpcf7-list-item {
    min-width: calc((100% - 75px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .c-form .checkbox span.wpcf7-list-item {
    min-width: calc((100% - 45px) / 2);
    margin-bottom: 5px;
    margin-left: 0;
  }
}
.c-form .checkbox span.wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-form .checkbox span.wpcf7-list-item-label {
  font-size: 16px;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
  letter-spacing: normal;
}
.c-form .wpcf7-not-valid-tip {
  font-size: 0.8em;
  font-weight: 400;
  color: #790414;
}
.c-form .radio span.wpcf7-list-item-label {
  font-size: 16px;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
}
@media screen and (max-width: 767px) {
  .c-form .wpcf7-list-item.first {
    margin-left: 0;
  }
}
.c-form__prev {
  text-align: center;
  margin-top: 30px;
}
.c-form__prev input[type=button] {
  display: inline-block;
  text-decoration: underline;
}
.c-form__prev input[type=button]:hover {
  text-decoration: none;
}

/* c-post
--------------------------- */
.c-post {
  margin-right: calc(50% - 50vw);
}
.c-post__list-item a {
  display: block;
  padding: 30px;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  .c-post__list-item a {
    padding: 20px 14px;
  }
}
.c-post__list-item a:hover .c-post__list-arw span {
  background-color: #fff;
  color: #0A0A0A;
}
.c-post__list-thumb {
  margin-bottom: 10px;
  padding-top: 70%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-post__list-thumb {
    width: 100%;
  }
}
.c-post__list-thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.c-post__list-ttl {
  font-size: 20px;
  font-weight: 700;
  line-height: calc(30 / 20 * 1em);
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(16px, 16px + 4 * (100vw - 767px) / 673, 20px);
  margin-bottom: 8px;
}
.c-post__list-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(28 / 16 * 1em);
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: solid 1px rgba(10, 10, 10, 0.3);
}
.c-post__list-tag span {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(11px, 11px + 1 * (100vw - 767px) / 673, 12px);
  color: #0A0A0A;
  padding: 5px 10px;
  background-color: rgba(10, 10, 10, 0.3);
}
.c-post__list-arw {
  position: absolute;
  right: 30px;
  bottom: 23px;
  z-index: 3;
}
@media screen and (max-width: 960px) {
  .c-post__list-arw {
    right: 14px;
    bottom: 13px;
  }
}
.c-post__list-arw span {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 2 * (100vw - 767px) / 673, 14px);
  color: #fff;
  border: solid 1px #0A0A0A;
  background-color: #0A0A0A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 960px) {
  .c-post__list-arw span {
    width: 30px;
    height: 30px;
  }
}

/*-------------------
 * project
 -------------------*/
/* p-home
--------------------------- */
.p-home-mainv {
  width: 100%;
  height: 95vh;
  background: url(../img/home/mainv.jpg) no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .p-home-mainv {
    height: 68vh;
  }
}
@media screen and (max-width: 767px) {
  .p-home-mainv {
    height: 92vh;
    background: url(../img/home/mainv-sp.jpg) no-repeat center top/cover;
  }
}
.p-home-mainv__inner {
  max-width: 1240px;
  width: 92%;
  height: 100%;
  margin-inline: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-home-mainv__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-home-mainv__catch {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  font-weight: 600;
  line-height: calc(38 / 28 * 1em);
  letter-spacing: normal;
  font-size: clamp(15px, 15px + 13 * (100vw - 767px) / 673, 28px);
  color: #fff;
  text-shadow: 0 4px 22px black;
}
@media screen and (max-width: 767px) {
  .p-home-mainv__catch {
    margin-top: 70px;
    line-height: 1.725em;
  }
}
.p-home-mainv__catch span {
  margin: 30px 0;
  display: block;
  font-size: 48px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(26px, 26px + 22 * (100vw - 767px) / 673, 48px);
}
@media screen and (max-width: 767px) {
  .p-home-mainv__catch span {
    margin: 16px 0;
  }
}

.p-home-intro {
  padding: 110px 0;
  background: url(../img/home/bg-intro.jpg) no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .p-home-intro {
    padding: 60px 0;
  }
}
.p-home-intro__inner {
  max-width: 1328px;
  width: 92%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 46px;
}
@media screen and (max-width: 960px) {
  .p-home-intro__inner {
    gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-intro__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-home-intro__main {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 960px) {
  .p-home-intro__main {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-intro__main {
    width: 100%;
  }
}
.p-home-intro__sub {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-home-intro__sub {
    width: 100%;
  }
}
.p-home-intro__image {
  border-radius: 100px;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-home-intro__image {
    border-radius: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-intro__image {
    border-radius: 50px;
  }
}
.p-home-intro__btn {
  margin-top: 60px;
  text-align: center;
}
.p-home-phy {
  padding: 95px 0 145px;
}
@media screen and (max-width: 960px) {
  .p-home-phy {
    padding: 60px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-phy {
    padding: 30px 0;
  }
}
.p-home-phy__inner {
  margin-top: 80px;
  width: 92%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
}
@media screen and (max-width: 960px) {
  .p-home-phy__inner {
    gap: 40px;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-home-phy__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: auto;
    margin-top: 20px;
  }
}
.p-home-phy__image {
  position: sticky;
  top: 0;
  width: 50%;
  height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-home-phy__image {
    position: relative;
    height: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-home-phy__image .sec-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-home-phy__image .sec-image {
    position: relative;
    opacity: 1;
    width: 50%;
  }
}
.p-home-phy__image .sec-image.active {
  opacity: 1;
  z-index: 1;
}
.p-home-phy__contents {
  max-width: 585px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-home-phy__contents {
    width: 100%;
    max-width: 100%;
  }
}
.p-home-phy__sec {
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .p-home-phy__sec {
    margin-bottom: 30px;
  }
}
.p-home-phy__sec-ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  font-weight: 600;
  line-height: calc(40 / 30 * 1em);
  letter-spacing: normal;
  font-size: clamp(20px, 20px + 10 * (100vw - 767px) / 673, 30px);
  margin-bottom: 34px;
}
@media screen and (max-width: 960px) {
  .p-home-phy__sec-ttl {
    margin-bottom: 26px;
  }
}
.p-home-phy__btn a {
  display: inline-block;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  line-height: calc(20 / 14 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 2 * (100vw - 767px) / 673, 14px);
  position: relative;
}
.p-home-phy__btn a::after {
  content: "";
  width: 16px;
  aspect-ratio: 1/1;
  background: url(../img/common/ico-arw-bk.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: -24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.p-home-phy__btn a:hover::after {
  right: -30px;
}

.p-home-craf {
  padding: 132px 0;
  background: url(../img/home/bg-work.jpg) no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .p-home-craf {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-home-craf {
    background-image: url(../img/home/bg-work-sp.jpg);
  }
}
.p-home-craf__intro {
  margin-top: 30px;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  font-weight: 400;
  line-height: calc(39 / 24 * 1em);
  letter-spacing: normal;
  font-size: clamp(13px, 13px + 11 * (100vw - 767px) / 673, 24px);
  color: #fff;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .p-home-craf__intro {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
.p-home-craf__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
@media screen and (max-width: 960px) {
  .p-home-craf__contents {
    gap: 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .p-home-craf__contents {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-home-craf__contents:not(:last-of-type) {
  margin-bottom: 48px;
}
.p-home-craf__contents.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-home-craf__contents.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-home-craf__contents.reverse .p-home-craf__image {
  text-align: right;
}
.p-home-craf__image {
  max-width: 550px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-home-craf__image {
    max-width: 100%;
    width: 100%;
  }
}
.p-home-craf__image img {
  display: inline-block;
  border-radius: 60px;
  overflow: hidden;
}
.p-home-craf__dtl {
  max-width: 570px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-home-craf__dtl {
    max-width: 100%;
    width: 100%;
  }
}
.p-home-craf__dtl-num {
  color: #fff;
  font-family: "Jacques Francois", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 100px;
  font-weight: 400;
  line-height: calc(128 / 100 * 1em);
  letter-spacing: normal;
  font-size: clamp(50px, 50px + 50 * (100vw - 767px) / 673, 100px);
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .p-home-craf__dtl-num {
    margin-top: -20px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-craf__dtl-num {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.p-home-craf__dtl-num span {
  font-size: 120px;
  font-weight: 400;
  line-height: calc(128 / 120 * 1em);
  letter-spacing: normal;
  font-size: clamp(60px, 60px + 60 * (100vw - 767px) / 673, 120px);
  vertical-align: bottom;
}
.p-home-craf__dtl-ttl {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  font-weight: 600;
  line-height: calc(60 / 48 * 1em);
  letter-spacing: normal;
  font-size: clamp(32px, 32px + 16 * (100vw - 767px) / 673, 48px);
  margin-bottom: 12px;
}
.p-home-craf__dtl-sub {
  color: #fff;
  font-family: "Aboreto", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  line-height: calc(20 / 14 * 1em);
  letter-spacing: calc(120 / 1000 * 1em);
  font-size: clamp(12px, 12px + 2 * (100vw - 767px) / 673, 14px);
  padding-bottom: 42px;
  margin-bottom: 42px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-home-craf__dtl-sub {
    padding-bottom: 16px;
    margin-bottom: 30px;
  }
}
.p-home-craf__dtl-sub::after {
  content: "";
  width: 64px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -1px;
}
@media screen and (max-width: 767px) {
  .p-home-craf__dtl-sub::after {
    width: 32px;
  }
}
.p-home-craf__dtl-subttl {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  font-weight: 600;
  line-height: calc(34 / 24 * 1em);
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 8 * (100vw - 767px) / 673, 24px);
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .p-home-craf__dtl-subttl {
    margin-bottom: 18px;
  }
}
.p-home-craf__dtl-txt {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(26 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
}
.p-home-craf__dtl-btn {
  margin-top: 50px;
  text-align: right;
}
.p-home-craf__dtl-btn a {
  display: inline-block;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  line-height: calc(20 / 14 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 2 * (100vw - 767px) / 673, 14px);
  color: #fff;
  position: relative;
}
.p-home-craf__dtl-btn a::after {
  content: "";
  width: 16px;
  aspect-ratio: 1/1;
  background: url(../img/common/ico-arw-wh.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: -24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.p-home-craf__dtl-btn a:hover::after {
  right: -30px;
}

.p-home-brand {
  padding: 140px 0;
  background: url(../img/home/bg-brand.jpg) no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .p-home-brand {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-home-brand {
    background-image: url(../img/home/bg-brand-sp.jpg);
  }
}
.p-home-brand__wrap {
  max-width: 1152px;
  width: 88%;
  margin-inline: auto;
  padding: 68px 50px 94px;
  background-color: #F3E7D6;
  border-radius: 110px;
}
@media screen and (max-width: 960px) {
  .p-home-brand__wrap {
    padding: 42px 6%;
    border-radius: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-brand__wrap {
    border-radius: 42px;
  }
}
.p-home-brand__intro {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  font-weight: 400;
  line-height: calc(39 / 24 * 1em);
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 8 * (100vw - 767px) / 673, 24px);
  margin: 10px 0 54px;
}
@media screen and (max-width: 767px) {
  .p-home-brand__intro {
    margin-bottom: 24px;
  }
}
.p-home-brand__logo {
  text-align: center;
  width: 82%;
  margin-inline: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-home-brand__logo {
    width: 100%;
    margin-bottom: 20px;
  }
}
.p-home-brand__logo img {
  display: inline-block;
}
.p-home-brand__text {
  max-width: 905px;
  margin-inline: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .p-home-brand__text {
    margin-bottom: 15px;
  }
}
.p-home-brand__end {
  max-width: 905px;
  margin-inline: auto;
}
.p-home-brand__end-txt {
  font-size: 18px;
  font-weight: 400;
  line-height: calc(26 / 18 * 1em);
  letter-spacing: normal;
  font-size: clamp(13px, 13px + 5 * (100vw - 767px) / 673, 18px);
}
.p-home-brand__end-sub {
  font-size: 15px;
  font-weight: 400;
  line-height: calc(22 / 15 * 1em);
  letter-spacing: normal;
  font-size: clamp(11px, 11px + 4 * (100vw - 767px) / 673, 15px);
}
.p-home-brand__end-sub a {
  text-decoration: underline;
}
.p-home-brand__end-sub a:hover {
  text-decoration: none;
}

.p-home-story__contents:not(:last-of-type) {
  margin-bottom: 65px;
}
.p-home-story__head {
  padding: 30px 24px;
  border-bottom: solid 2px #000;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(20px, 20px + 12 * (100vw - 767px) / 673, 32px);
  margin-bottom: 38px;
}
@media screen and (max-width: 960px) {
  .p-home-story__head {
    padding: 22px 18px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-story__head {
    margin-top: 50px;
    text-align: center;
    padding: 0 0 17px;
  }
}
.p-home-story__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 960px) {
  .p-home-story__list {
    gap: 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-story__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
.p-home-story__list li {
  width: calc((100% - 64px) / 3);
  overflow: hidden;
  border-radius: 30px;
  border: solid 1px #0B0916;
}
@media screen and (max-width: 960px) {
  .p-home-story__list li {
    width: calc((100% - 24px) / 3);
    border-radius: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-story__list li {
    width: 100%;
    border-radius: 10px;
  }
}
.p-home-story__list li a {
  display: block;
  height: 100%;
  background-color: #0B0916;
}
.p-home-story__list li a:hover .p-home-story__list-thumb img {
  opacity: 1;
  -webkit-transform: scale(1.05) translate(-50%, -50%);
          transform: scale(1.05) translate(-50%, -50%);
}
.p-home-story__list li a:hover .p-home-story__btn span::after {
  right: -30px;
}
.p-home-story__list-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 387/256;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-home-story__list-thumb {
    aspect-ratio: 634/339;
  }
}
.p-home-story__list-thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(1) translate(-50%, -50%);
          transform: scale(1) translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.p-home-story__list-wrap {
  padding: 24px 25px 26px;
  background-color: #0B0916;
  height: 100%;
}
@media screen and (max-width: 960px) {
  .p-home-story__list-wrap {
    padding: 18px 4.2%;
  }
}
.p-home-story__list-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 960px) {
  .p-home-story__list-info {
    gap: 24px;
  }
}
.p-home-story__list-info .tag {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 40px;
  color: #000;
  background-color: #ededed;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(10px, 10px + 2 * (100vw - 767px) / 673, 12px);
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-home-story__list-info .tag {
    padding: 3px 10px;
  }
}
.p-home-story__list-info .tag::after {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #99A1AF;
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .p-home-story__list-info .tag::after {
    right: -14px;
  }
}
.p-home-story__list-info .date {
  font-size: 12px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(10px, 10px + 2 * (100vw - 767px) / 673, 12px);
  color: #99A1AF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.p-home-story__list-info .date::before {
  content: "";
  width: 14px;
  aspect-ratio: 1/1;
  background: url(../img/common/ico-calender.svg) no-repeat center/contain;
  display: inline-block;
}
.p-home-story__list-ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  font-weight: 600;
  line-height: calc(30 / 20 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 6 * (100vw - 767px) / 673, 20px);
  color: #fff;
  margin-bottom: 16px;
}
.p-home-story__list-txt {
  font-size: 12px;
  font-weight: 400;
  line-height: calc(20 / 12 * 1em);
  letter-spacing: normal;
  font-size: clamp(10px, 10px + 2 * (100vw - 767px) / 673, 12px);
  color: #fff;
  margin-bottom: 16px;
}
.p-home-story__list.type02 .p-home-story__list-wrap {
  background-color: #790414;
}
.p-home-story__btn span {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  line-height: calc(20 / 14 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 2 * (100vw - 767px) / 673, 14px);
  color: #fff;
  position: relative;
}
.p-home-story__btn span::after {
  content: "";
  width: 16px;
  aspect-ratio: 1/1;
  background: url(../img/common/ico-arw-wh.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.p-home-story__endbtn {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-home-story__endbtn {
    margin-top: 30px;
  }
}
.p-home-story__endbtn a {
  display: inline-block;
  padding: 16px 34px;
  border: solid 1px #000;
  background-color: transparent;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
}
@media screen and (max-width: 767px) {
  .p-home-story__endbtn a {
    padding: 8px 16px;
  }
}
.p-home-story__endbtn a:hover {
  background-color: #000;
  color: #fff;
}

.p-home-movie__subhead {
  margin: 100px 0 45px;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  font-weight: 600;
  line-height: calc(36 / 30 * 1em);
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 14 * (100vw - 767px) / 673, 30px);
}
@media screen and (max-width: 767px) {
  .p-home-movie__subhead {
    margin: 50px 0 16px;
  }
}

.p-home-init {
  padding: 136px 0 146px;
  background: url(../img/home/bg-work.jpg) no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .p-home-init {
    padding: 80px 0;
  }
}
.p-home-init__intro {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  font-weight: 400;
  line-height: calc(36 / 24 * 1em);
  letter-spacing: normal;
  font-size: clamp(13px, 13px + 11 * (100vw - 767px) / 673, 24px);
  color: #fff;
  margin-top: 52px;
  margin-bottom: 54px;
}
@media screen and (max-width: 767px) {
  .p-home-init__intro {
    margin: 30px 0;
  }
}
.p-home-init__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 74px;
}
@media screen and (max-width: 1140px) {
  .p-home-init__list {
    gap: 50px;
  }
}
@media screen and (max-width: 960px) {
  .p-home-init__list {
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-init__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.p-home-init__list li {
  width: calc((100% - 148px) / 3);
}
@media screen and (max-width: 1140px) {
  .p-home-init__list li {
    width: calc((100% - 100px) / 3);
  }
}
@media screen and (max-width: 960px) {
  .p-home-init__list li {
    width: calc((100% - 48px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .p-home-init__list li {
    width: 100%;
  }
}
.p-home-init__list-thumb {
  margin-bottom: 24px;
}
.p-home-init__list-ttl {
  margin-bottom: 23px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  font-weight: 600;
  line-height: calc(28 / 24 * 1em);
  letter-spacing: normal;
  font-size: clamp(18px, 18px + 6 * (100vw - 767px) / 673, 24px);
  color: #fff;
}
.p-home-init__list-txt {
  font-size: 12px;
  font-weight: 400;
  line-height: calc(20 / 12 * 1em);
  letter-spacing: normal;
  font-size: clamp(10px, 10px + 2 * (100vw - 767px) / 673, 12px);
  color: #fff;
}
.p-home-init__list-end {
  font-size: 12px;
  font-weight: 400;
  line-height: calc(16 / 12 * 1em);
  letter-spacing: normal;
  font-size: clamp(10px, 10px + 2 * (100vw - 767px) / 673, 12px);
  color: #fff;
  margin-top: 20px;
}
.p-home-init__subhead {
  margin: 100px 0 45px;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  font-weight: 600;
  line-height: calc(36 / 30 * 1em);
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 14 * (100vw - 767px) / 673, 30px);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-home-init__subhead {
    margin: 50px 0 16px;
  }
}
.p-home-init__media {
  padding: 68px 50px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-home-init__media {
    padding: 30px 20px;
  }
}
.p-home-init__video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 13px;
}
@media screen and (max-width: 960px) {
  .p-home-init__video {
    gap: 40px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-init__video {
    gap: 16px;
  }
}
.p-home-init__video li {
  width: calc((100% - 26px) / 3);
}
@media screen and (max-width: 960px) {
  .p-home-init__video li {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .p-home-init__video li {
    width: 100%;
  }
}
.p-home-init__video-clip {
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .p-home-init__video-clip {
    margin-bottom: 6px;
  }
}
.p-home-init__video-clip iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  background-color: #99A1AF;
}
.p-home-init__video-clip.coming-soon {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  background: #0B0916;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-home-init__video-clip.coming-soon::after {
  content: "~ Coming Soon ~";
  color: #fff;
}
.p-home-init__video-ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  font-weight: 600;
  line-height: calc(32 / 24 * 1em);
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 8 * (100vw - 767px) / 673, 24px);
  margin-bottom: 7px;
}
.p-home-init__video-txt {
  font-size: 12px;
  font-weight: 400;
  line-height: calc(16 / 12 * 1em);
  letter-spacing: normal;
  font-size: clamp(10px, 10px + 2 * (100vw - 767px) / 673, 12px);
}

.p-home-cta {
  padding: 120px 0 130px;
  background: url(../img/craftmanship/bg-cta.jpg) no-repeat center right/cover;
}
@media screen and (max-width: 960px) {
  .p-home-cta {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-home-cta {
    padding: 60px 0;
  }
}
.p-home-cta__head {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  font-weight: 600;
  line-height: calc(48 / 30 * 1em);
  letter-spacing: normal;
  font-size: clamp(21px, 21px + 9 * (100vw - 767px) / 673, 30px);
  color: #fff;
  text-shadow: 0 4px 22px black;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-home-cta__head {
    margin-bottom: 16px;
  }
}
.p-home-cta__text {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(26 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
  color: #fff;
  text-shadow: 0 4px 22px black;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .p-home-cta__text {
    margin-bottom: 25px;
  }
}
.p-home-cta__btn {
  text-align: center;
}
.p-home-cta__btn a {
  display: inline-block;
  padding: 12px 34px;
  border: solid 1px #F2E6D4;
  border-radius: 3px;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-home-cta__btn a {
    padding: 5px 18px;
  }
}
.p-home-cta__btn a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(24 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
  text-shadow: 0 4px 22px black;
  color: #F2E6D4;
}
.p-home-cta__btn a span::after {
  content: "";
  display: inline-block;
  width: 16px;
  aspect-ratio: 1/1;
  background: url(../img/common/ico-arw-wh.svg) no-repeat center/contain;
}
.p-home-cta__btn a:hover {
  background-color: #fff;
}
.p-home-cta__btn a:hover span {
  color: #0A0A0A;
}

/* p-news
--------------------------- */
.p-news-mainv {
  background: url(../img/news/mainv.jpg) no-repeat center/cover;
}
.p-news__contents {
  padding: 100px 0 70px;
}
@media screen and (max-width: 767px) {
  .p-news__contents {
    padding: 60px 0 10px;
  }
}
.p-news__list li:not(:last-child) {
  border-bottom: solid 1px #000;
}
.p-news__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 35px;
  padding: 25px 35px 25px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-news__list li a {
    gap: 15px 20px;
  }
}
.p-news__list li a::after {
  content: "";
  width: 28px;
  aspect-ratio: 1/1;
  background: url(../img/common/ico-arw-bk.svg) no-repeat center/72%;
  position: absolute;
  top: 25px;
  right: 0;
}
.p-news__list li a:hover .p-news__list-ttl {
  color: #790414;
}
.p-news__list-date {
  margin-top: 5px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(24 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
}
.p-news__list-tag {
  text-align: center;
  display: inline-block;
  width: 120px;
  padding: 8px;
  background-color: #000;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
  color: #fff;
}
.p-news__list-ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(24 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
}
@media screen and (max-width: 767px) {
  .p-news__list-ttl {
    font-size: 16px;
  }
}
.p-news-single__btn {
  margin: 65px 0 90px;
}
@media screen and (max-width: 767px) {
  .p-news-single__btn {
    margin: 32px 0 50px;
  }
}
.p-news__main {
  max-width: 980px;
  margin-inline: auto;
  padding-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .p-news__main {
    margin-bottom: 60px;
  }
}
.p-news__article-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 52px;
}
@media screen and (max-width: 960px) {
  .p-news__article-head {
    gap: 20px;
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 767px) {
  .p-news__article-head {
    gap: 14px;
    margin-bottom: 24px;
  }
}
.p-news__article-head .tag {
  display: inline-block;
  padding: 8px 26px;
  color: #fff;
  background-color: #000;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 6 * (100vw - 767px) / 673, 18px);
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-news__article-head .tag {
    padding: 5px 20px;
  }
}
.p-news__article-head .date {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  font-weight: 600;
  line-height: calc(24 / 18 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 6 * (100vw - 767px) / 673, 18px);
  color: #79716B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.p-news__article-ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 42px;
  font-weight: 600;
  line-height: calc(60 / 42 * 1em);
  letter-spacing: normal;
  font-size: clamp(26px, 26px + 16 * (100vw - 767px) / 673, 42px);
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .p-news__article-ttl {
    margin-bottom: 28px;
  }
}
.p-news__article-read {
  padding: 60px 50px;
  background-color: #FFF9EE;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  font-weight: 500;
  line-height: calc(42 / 24 * 1em);
  letter-spacing: normal;
  font-size: clamp(15px, 15px + 9 * (100vw - 767px) / 673, 24px);
  margin-bottom: 62px;
}
@media screen and (max-width: 960px) {
  .p-news__article-read {
    padding: 40px 26px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-news__article-read {
    padding: 30px 4.2%;
  }
}
.p-news__article-thumb {
  text-align: center;
  margin-bottom: 35px;
}
.p-news__article-thumb img {
  max-width: 100%;
  display: inline-block;
}
.p-news__article-main h2 {
  display: inline-block;
  margin: 60px 0 24px;
  padding-bottom: 18px;
  border-bottom: solid 1px #000;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  font-weight: 600;
  line-height: calc(36 / 24 * 1em);
  letter-spacing: normal;
  font-size: clamp(20px, 20px + 4 * (100vw - 767px) / 673, 24px);
}
@media screen and (max-width: 960px) {
  .p-news__article-main h2 {
    margin: 40px 0 18px;
    padding-bottom: 12px;
  }
}
.p-news__article-main h3 {
  margin: 16px 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  font-weight: 600;
  line-height: calc(32 / 20 * 1em);
  letter-spacing: normal;
  font-size: clamp(18px, 18px + 2 * (100vw - 767px) / 673, 20px);
}
.p-news__article-main h4 {
  margin: 16px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: calc(26 / 18 * 1em);
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 2 * (100vw - 767px) / 673, 18px);
  font-weight: 700;
}
.p-news__article-main p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(26 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
}
.p-news__article-main p + p {
  margin-top: 24px;
}
.p-news-detail__nav {
  margin: 90px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .p-news-detail__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.p-news-detail__nav-item {
  width: 50%;
  padding: 18px 20px 30px;
  background-color: #F2E6D4;
}
@media screen and (max-width: 767px) {
  .p-news-detail__nav-item {
    width: 100%;
    padding: 20px 4.2%;
  }
}
.p-news-detail__nav-item.next .nav-label {
  text-align: right;
}
.p-news-detail__nav-item.next .nav-text {
  padding-left: 0;
  padding-right: 34px;
}
@media screen and (max-width: 767px) {
  .p-news-detail__nav-item.next .nav-text {
    padding-right: 15px;
  }
}
.p-news-detail__nav-item .nav-label {
  display: block;
  margin-bottom: 15px;
}
.p-news-detail__nav-item .nav-label span {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 30px;
  border: solid 1px #000;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(11px, 11px + 1 * (100vw - 767px) / 673, 12px);
}
.p-news-detail__nav-item .nav-content {
  width: 92%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-news-detail__nav-item .nav-text {
  width: 60%;
  padding-left: 34px;
}
@media screen and (max-width: 767px) {
  .p-news-detail__nav-item .nav-text {
    width: 68%;
    padding-left: 15px;
  }
}
.p-news-detail__nav-item .nav-text .tag {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  font-weight: 400;
  line-height: calc(16 / 12 * 1em);
  letter-spacing: normal;
  font-size: clamp(11px, 11px + 1 * (100vw - 767px) / 673, 12px);
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .p-news-detail__nav-item .nav-text .tag {
    margin-bottom: 6px;
  }
}
.p-news-detail__nav-item .nav-text .title {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  font-weight: 500;
  line-height: calc(24 / 18 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 4 * (100vw - 767px) / 673, 18px);
}
.p-news-detail__nav-item .nav-thumb {
  max-width: 198px;
  width: 40%;
  aspect-ratio: 198/124;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-news-detail__nav-item .nav-thumb {
    width: 32%;
    border-radius: 5px;
  }
}
.p-news-detail__nav-item .nav-thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

/* p-about
--------------------------- */
.p-about-mainv {
  background-image: url(../img/about/mainv.jpg);
  height: 72vh;
}
@media screen and (max-width: 960px) {
  .p-about-mainv {
    height: 47vh;
  }
}
@media screen and (max-width: 767px) {
  .p-about-mainv {
    background-image: url(../img/about/mainv-sp.jpg);
    height: 64vh;
  }
}
.p-about-mainv .c-mainv__inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-about-mainv .c-mainv__title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(20px, 20px + 12 * (100vw - 767px) / 673, 32px);
  white-space: nowrap;
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  .p-about-mainv .c-mainv__title {
    margin-bottom: 50px;
  }
}
.p-about-mainv .c-mainv__title span {
  font-size: 72px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(36px, 36px + 36 * (100vw - 767px) / 673, 72px);
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .p-about-mainv .c-mainv__title span {
    margin-bottom: 20px;
  }
}
.p-about__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-about__anchor {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-about__anchor li {
    width: calc((100% - 14px) / 2);
  }
}
.p-about__anchor li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  padding: 18px 37px;
  background-color: #fff;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 4 * (100vw - 767px) / 673, 18px);
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-about__anchor li a {
    padding: 18px 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-about__anchor li a {
    font-size: 16px;
    padding: 14px 0;
    width: 100%;
  }
}
.p-about__anchor li a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: solid 2px #007B99;
  border-bottom: solid 2px #007B99;
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-about__anchor li a::after {
    position: absolute;
    top: 44%;
    right: 12px;
    -webkit-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%);
  }
}

.p-about-intro {
  padding: 140px 0 120px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-about-intro {
    padding: 100px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-about-intro {
    padding: 70px 0 60px;
  }
}
.p-about-intro::before {
  content: "";
  width: 15%;
  height: 100%;
  background: url(../img/about/intro-icon01.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-about-intro::after {
  content: "";
  width: 15%;
  height: 100%;
  background: url(../img/about/intro-icon02.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-about-intro__sub {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: calc(58 / 36 * 1em);
  letter-spacing: normal;
  font-size: clamp(24px, 24px + 12 * (100vw - 767px) / 673, 36px);
  margin-bottom: 90px;
}
@media screen and (max-width: 960px) {
  .p-about-intro__sub {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-about-intro__sub {
    margin-bottom: 40px;
  }
}
.p-about-intro__text {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(35 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
}
@media screen and (max-width: 767px) {
  .p-about-intro__text {
    font-size: 16px;
  }
}

.p-about-vision {
  padding: 150px 0 110px;
  background-color: #F5FDFF;
}
@media screen and (max-width: 960px) {
  .p-about-vision {
    padding: 100px 0 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-about-vision {
    padding: 60px 0;
  }
}
.p-about-vision__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-about-vision__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-about-vision__box-dtl {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-about-vision__box-dtl {
    width: 100%;
  }
}
.p-about-vision__box-img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-about-vision__box-img {
    width: 100%;
  }
}
.p-about-vision__subttl {
  font-size: 36px;
  font-weight: 700;
  line-height: calc(58 / 36 * 1em);
  letter-spacing: normal;
  font-size: clamp(22px, 22px + 14 * (100vw - 767px) / 673, 36px);
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-about-vision__subttl {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.p-about-vision__text {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: calc(35 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
}
@media screen and (max-width: 767px) {
  .p-about-vision__text {
    font-size: 14px;
  }
}

.p-about-msg {
  padding: 320px 0 110px;
  background: url(../img/about/img-msg.jpg) no-repeat top center/cover;
}
@media screen and (max-width: 1140px) {
  .p-about-msg {
    padding-top: 280px;
  }
}
@media screen and (max-width: 960px) {
  .p-about-msg {
    padding: 180px 0 90px;
    background: url(../img/about/img-msg.jpg) no-repeat top center/contain;
  }
}
@media screen and (max-width: 767px) {
  .p-about-msg {
    background: none;
    padding: 0;
  }
}
.p-about-msg__inner {
  width: 92%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 960px) {
  .p-about-msg__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.p-about-msg__dtl {
  width: 42%;
}
@media screen and (max-width: 767px) {
  .p-about-msg__dtl {
    width: 100%;
    margin-top: 30px;
  }
}
.p-about-msg__head {
  font-size: 36px;
  font-weight: 700;
  line-height: calc(58 / 36 * 1em);
  letter-spacing: normal;
  font-size: clamp(24px, 24px + 12 * (100vw - 767px) / 673, 36px);
  margin-bottom: 52px;
}
@media screen and (max-width: 767px) {
  .p-about-msg__head {
    margin-bottom: 32px;
  }
}
.p-about-msg__head span {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: calc(32 / 20 * 1em);
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 4 * (100vw - 767px) / 673, 20px);
  margin-bottom: 8px;
  position: relative;
  padding-left: 12px;
}
.p-about-msg__head span::before {
  content: "";
  width: 7px;
  height: 2px;
  background-color: #00B1DD;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .p-about-msg__text span {
    display: none;
  }
}
.p-about-msg__sptxt {
  margin-top: 120px;
  display: none;
}
@media screen and (max-width: 960px) {
  .p-about-msg__sptxt {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-about-msg__sptxt {
    margin-top: 0;
  }
}
.p-about-msg__spimg {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-about-msg__spimg {
    display: block;
  }
}
.p-about-msg__sign {
  margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
  .p-about-msg__sign {
    display: none;
  }
}
.p-about-msg__sign span {
  margin-left: 1.5em;
  display: inline-block;
  width: 160px;
}
.p-about-msg__sign span img {
  width: 100%;
  height: auto;
}
.p-about-msg__spsign {
  display: block;
}
.p-about-msg__spsign span {
  margin-top: 1em;
  display: block;
  width: 175px;
  margin-right: 0;
  margin-left: auto;
}
.p-about-msg__spsign span img {
  width: 100%;
  height: auto;
}

.p-about-profile {
  padding: 135px 0 100px;
}
@media screen and (max-width: 767px) {
  .p-about-profile {
    padding: 100px 0 60px;
  }
}
.p-about-profile__dtl {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-about-profile__dtl {
    margin-top: 50px;
  }
}
.p-about-profile__dtl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #F8EFDE;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 23px 0;
}
.p-about-profile__dtl-wrap::after {
  content: "";
  width: 160px;
  height: 1px;
  background-color: #00b1dd;
  position: absolute;
  left: 0;
  bottom: -1px;
}
@media screen and (max-width: 767px) {
  .p-about-profile__dtl-wrap::after {
    width: 100px;
  }
}
.p-about-profile__dtl-wrap dt {
  width: 160px;
  font-size: 20px;
  font-weight: 700;
  line-height: calc(28 / 20 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 6 * (100vw - 767px) / 673, 20px);
}
@media screen and (max-width: 767px) {
  .p-about-profile__dtl-wrap dt {
    width: 125px;
  }
}
.p-about-profile__dtl-wrap dd {
  width: calc(100% - 160px);
  font-size: 16px;
  font-weight: 400;
  line-height: calc(21 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
}
@media screen and (max-width: 767px) {
  .p-about-profile__dtl-wrap dd {
    width: calc(100% - 125px);
  }
}
.p-about-profile__dtl-wrap dd a {
  text-decoration: underline;
}
.p-about-profile__dtl-wrap dd a:hover {
  text-decoration: none;
}

/* 404
--------------------------- */
.p-error__intro {
  padding: 150px 0;
}
@media screen and (max-width: 767px) {
  .p-error__intro {
    padding: 120px 0;
  }
}

/* p-philosophy
--------------------------- */
.p-philosophy-mainv {
  background: url(../img/philosophy/mainv.jpg) no-repeat top right/cover;
}
@media screen and (max-width: 767px) {
  .p-philosophy-mainv {
    background-image: url(../img/philosophy/mainv-sp.jpg);
  }
}
.p-philosophy__inner {
  max-width: 1340px;
  width: 92%;
  margin-inline: auto;
}
.p-philosophy__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-philosophy__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.p-philosophy__box:first-of-type {
  margin-bottom: 160px;
}
@media screen and (max-width: 960px) {
  .p-philosophy__box:first-of-type {
    margin-bottom: 80px;
  }
}
.p-philosophy__box-dtl {
  width: 54%;
  padding-right: 55px;
}
@media screen and (max-width: 1140px) {
  .p-philosophy__box-dtl {
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__box-dtl {
    width: 100%;
    padding-right: 0;
  }
}
.p-philosophy__box-img {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .p-philosophy__box-img {
    width: 100%;
  }
}
.p-philosophy__box.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.p-philosophy__box.reverse .p-philosophy__box-dtl {
  padding-right: 0;
  padding-left: 55px;
}
@media screen and (max-width: 1140px) {
  .p-philosophy__box.reverse .p-philosophy__box-dtl {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__box.reverse .p-philosophy__box-dtl {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__box.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-philosophy__head {
  margin-top: 20px;
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 100px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(50px, 50px + 50 * (100vw - 767px) / 673, 100px);
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .p-philosophy__head {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__head {
    font-size: 52px;
  }
}
.p-philosophy__head--white {
  text-align: center;
  color: #fff;
}
.p-philosophy__subhead {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 42px;
  font-weight: 600;
  line-height: calc(48 / 42 * 1em);
  letter-spacing: normal;
  font-size: clamp(24px, 24px + 18 * (100vw - 767px) / 673, 42px);
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .p-philosophy__subhead {
    margin-bottom: 26px;
  }
}
.p-philosophy__subhead--white {
  text-align: center;
  color: #fff;
}
.p-philosophy__intro {
  text-align: right;
  position: relative;
  z-index: 1;
  margin-bottom: 52px;
}
@media screen and (max-width: 960px) {
  .p-philosophy__intro {
    margin-bottom: 32px;
  }
}
.p-philosophy__intro::before {
  content: "";
  width: 98%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
.p-philosophy__intro span {
  display: inline-block;
  padding: 0 0 0 20px;
  background-color: #F8EFDE;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  font-weight: 600;
  line-height: calc(28 / 20 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 8 * (100vw - 767px) / 673, 20px);
}
@media screen and (max-width: 767px) {
  .p-philosophy__intro span {
    font-size: 14px;
    padding: 0 0 0 10px;
  }
}
.p-philosophy__ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  font-weight: 600;
  line-height: calc(48 / 28 * 1em);
  letter-spacing: normal;
  font-size: clamp(15px, 15px + 13 * (100vw - 767px) / 673, 28px);
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .p-philosophy__ttl {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__ttl {
    font-size: 16px;
  }
}
.p-philosophy__txt {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(26 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
}
@media screen and (max-width: 767px) {
  .p-philosophy__txt {
    font-size: 13px;
  }
}
.p-philosophy__txt--white {
  text-align: center;
  color: #fff;
}
.p-philosophy__end {
  margin-top: 60px;
}
@media screen and (max-width: 960px) {
  .p-philosophy__end {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__end {
    display: none;
  }
}
.p-philosophy__end-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(26 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
}
@media screen and (max-width: 767px) {
  .p-philosophy__end-txt {
    font-size: 13px;
  }
}
.p-philosophy-be {
  padding: 120px 0;
  background: url(../img/philosophy/bg.jpg) no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .p-philosophy-be {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy-be {
    padding: 50px 0;
  }
}
.p-philosophy-be__intro {
  text-align: center;
  overflow: hidden;
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  .p-philosophy-be__intro {
    margin-bottom: 35px;
  }
}
.p-philosophy-be__intro span {
  display: inline-block;
  padding: 0 20px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  font-weight: 600;
  line-height: calc(28 / 20 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 6 * (100vw - 767px) / 673, 20px);
  position: relative;
  color: #fff;
}
.p-philosophy-be__intro span::before {
  content: "";
  width: 1000px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-philosophy-be__intro span::after {
  content: "";
  width: 1000px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-philosophy__catch {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  font-weight: 600;
  line-height: calc(28 / 24 * 1em);
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 8 * (100vw - 767px) / 673, 24px);
  color: #fff;
  margin: 20px 0;
}
.p-philosophy__ques {
  margin-top: 42px;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  font-weight: 600;
  line-height: calc(36 / 30 * 1em);
  letter-spacing: normal;
  font-size: clamp(20px, 20px + 10 * (100vw - 767px) / 673, 30px);
  color: #fff;
}
.p-philosophy-cta {
  padding: 140px 0 120px;
  background: url(../img/craftmanship/bg-cta.jpg) no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .p-philosophy-cta {
    padding: 120px 0;
  }
}
.p-philosophy-cta__head {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  font-weight: 500;
  line-height: calc(50 / 30 * 1em);
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 14 * (100vw - 767px) / 673, 30px);
  color: #fff;
  text-shadow: 0 4px 61px black;
}

/* p-column
--------------------------- */
.p-column-mainv {
  background: url(../img/column/mainv.jpg) no-repeat center/cover;
}
.p-column-pickup {
  background-color: #fff9ee;
  padding: 120px 0;
}
@media screen and (max-width: 960px) {
  .p-column-pickup {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-column-pickup {
    padding: 60px 0;
  }
}
.p-column-pickup__post {
  padding: 50px;
  background-color: #F8EFDE;
}
@media screen and (max-width: 960px) {
  .p-column-pickup__post {
    padding: 30px;
  }
}
.p-column-pickup__post a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 52px;
}
@media screen and (max-width: 960px) {
  .p-column-pickup__post a {
    gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-column-pickup__post a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-column-pickup__post-thumb {
  width: 50%;
  aspect-ratio: 516/388;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .p-column-pickup__post-thumb {
    width: 100%;
  }
}
.p-column-pickup__post-thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.p-column-pickup__post-dtl {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-column-pickup__post-dtl {
    width: 100%;
  }
}
.p-column-pickup__post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 960px) {
  .p-column-pickup__post-info {
    gap: 24px;
    margin-bottom: 14px;
  }
}
.p-column-pickup__post-info .tag {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 40px;
  color: #fff;
  background-color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(10px, 10px + 2 * (100vw - 767px) / 673, 12px);
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-column-pickup__post-info .tag {
    padding: 3px 10px;
  }
}
.p-column-pickup__post-info .tag::after {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #000;
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .p-column-pickup__post-info .tag::after {
    right: -14px;
  }
}
.p-column-pickup__post-info .date {
  font-size: 12px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(10px, 10px + 2 * (100vw - 767px) / 673, 12px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.p-column-pickup__post-info .date::before {
  content: "";
  width: 14px;
  aspect-ratio: 1/1;
  background: url(../img/common/ico-calender-bk.svg) no-repeat center/contain;
  display: inline-block;
}
.p-column-pickup__title {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  font-weight: 600;
  line-height: calc(36 / 30 * 1em);
  letter-spacing: normal;
  font-size: clamp(20px, 20px + 10 * (100vw - 767px) / 673, 30px);
  margin-bottom: 32px;
}
@media screen and (max-width: 960px) {
  .p-column-pickup__title {
    margin-bottom: 22px;
  }
}
.p-column-pickup__text {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(26 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
}
.p-column__taglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 30px;
  padding: 18px 0;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  margin-bottom: 62px;
}
@media screen and (max-width: 767px) {
  .p-column__taglist {
    gap: 12px 18px;
    margin-bottom: 36px;
  }
}
.p-column__taglist li a {
  display: inline-block;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(24 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
}
.p-column__taglist li a:hover {
  color: #790414;
}
.p-column__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
}
@media screen and (max-width: 960px) {
  .p-column__list {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-column__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
.p-column__list li {
  width: calc((100% - 64px) / 3);
  overflow: hidden;
  border-radius: 30px;
  border: solid 1px #0B0916;
  background-color: #0B0916;
}
@media screen and (max-width: 960px) {
  .p-column__list li {
    width: calc((100% - 20px) / 2);
    border-radius: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-column__list li {
    width: 100%;
    border-radius: 10px;
  }
}
.p-column__list li a {
  display: block;
}
.p-column__list li a:hover .p-column__list-thumb img {
  opacity: 1;
  -webkit-transform: scale(1.05) translate(-50%, -50%);
          transform: scale(1.05) translate(-50%, -50%);
}
.p-column__list li a:hover .p-column__btn span::after {
  right: -30px;
}
.p-column__list li.is-support {
  background-color: #790414;
}
.p-column__list-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 387/256;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-column__list-thumb {
    aspect-ratio: 634/339;
  }
}
.p-column__list-thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(1) translate(-50%, -50%);
          transform: scale(1) translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.p-column__list-wrap {
  padding: 24px 25px 26px;
}
@media screen and (max-width: 960px) {
  .p-column__list-wrap {
    padding: 18px 4.2%;
  }
}
.p-column__list-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 960px) {
  .p-column__list-info {
    gap: 24px;
  }
}
.p-column__list-info .tag {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 40px;
  color: #000;
  background-color: #ededed;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(11px, 11px + 1 * (100vw - 767px) / 673, 12px);
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-column__list-info .tag {
    padding: 3px 10px;
  }
}
.p-column__list-info .tag::after {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #99A1AF;
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .p-column__list-info .tag::after {
    right: -14px;
  }
}
.p-column__list-info .date {
  font-size: 12px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(11px, 11px + 1 * (100vw - 767px) / 673, 12px);
  color: #99A1AF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.p-column__list-info .date::before {
  content: "";
  width: 14px;
  aspect-ratio: 1/1;
  background: url(../img/common/ico-calender.svg) no-repeat center/contain;
  display: inline-block;
}
.p-column__list-ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  font-weight: 600;
  line-height: calc(30 / 20 * 1em);
  letter-spacing: normal;
  font-size: clamp(15px, 15px + 5 * (100vw - 767px) / 673, 20px);
  color: #fff;
  margin-bottom: 16px;
}
.p-column__list-txt {
  font-size: 12px;
  font-weight: 400;
  line-height: calc(20 / 12 * 1em);
  letter-spacing: normal;
  font-size: clamp(11px, 11px + 1 * (100vw - 767px) / 673, 12px);
  color: #fff;
  margin-bottom: 16px;
}
.p-column__btn span {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  line-height: calc(20 / 14 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 2 * (100vw - 767px) / 673, 14px);
  color: #fff;
  position: relative;
}
.p-column__btn span::after {
  content: "";
  width: 16px;
  aspect-ratio: 1/1;
  background: url(../img/common/ico-arw-wh.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.p-column-cta {
  padding: 120px 0 130px;
  background: url(../img/craftmanship/bg-cta.jpg) no-repeat center right/cover;
}
@media screen and (max-width: 960px) {
  .p-column-cta {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-column-cta {
    padding: 60px 0;
  }
}
.p-column-cta__head {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  font-weight: 600;
  line-height: calc(48 / 30 * 1em);
  letter-spacing: normal;
  font-size: clamp(21px, 21px + 9 * (100vw - 767px) / 673, 30px);
  color: #fff;
  text-shadow: 0 4px 22px black;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-column-cta__head {
    margin-bottom: 16px;
  }
}
.p-column-cta__text {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(26 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
  color: #fff;
  text-shadow: 0 4px 22px black;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .p-column-cta__text {
    margin-bottom: 25px;
  }
}
.p-column-cta__btn {
  text-align: center;
}
.p-column-cta__btn a {
  display: inline-block;
  padding: 12px 34px;
  border: solid 1px #F2E6D4;
  border-radius: 3px;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-column-cta__btn a {
    padding: 5px 18px;
  }
}
.p-column-cta__btn a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(24 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
  text-shadow: 0 4px 22px black;
  color: #F2E6D4;
}
.p-column-cta__btn a span::after {
  content: "";
  display: inline-block;
  width: 16px;
  aspect-ratio: 1/1;
  background: url(../img/common/ico-arw-wh.svg) no-repeat center/contain;
}
.p-column-cta__btn a:hover {
  background-color: #fff;
}
.p-column-cta__btn a:hover span {
  color: #0A0A0A;
}

.p-column-single__btn {
  margin: 65px 0 90px;
}
@media screen and (max-width: 767px) {
  .p-column-single__btn {
    margin: 32px 0 50px;
  }
}
.p-column__main {
  max-width: 980px;
  margin-inline: auto;
  padding-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .p-column__main {
    margin-bottom: 60px;
  }
}
.p-column__article-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 52px;
}
@media screen and (max-width: 960px) {
  .p-column__article-head {
    gap: 20px;
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 767px) {
  .p-column__article-head {
    gap: 14px;
    margin-bottom: 24px;
  }
}
.p-column__article-head .tag {
  display: inline-block;
  padding: 8px 26px;
  border-radius: 40px;
  color: #fff;
  background-color: #000;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 6 * (100vw - 767px) / 673, 18px);
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-column__article-head .tag {
    padding: 5px 20px;
  }
}
.p-column__article-head .date {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  font-weight: 600;
  line-height: calc(24 / 18 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 6 * (100vw - 767px) / 673, 18px);
  color: #79716B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.p-column__article-ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 42px;
  font-weight: 600;
  line-height: calc(60 / 42 * 1em);
  letter-spacing: normal;
  font-size: clamp(26px, 26px + 16 * (100vw - 767px) / 673, 42px);
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .p-column__article-ttl {
    margin-bottom: 28px;
  }
}
.p-column__article-read {
  padding: 60px 50px;
  background-color: #FFF9EE;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  font-weight: 500;
  line-height: calc(42 / 24 * 1em);
  letter-spacing: normal;
  font-size: clamp(15px, 15px + 9 * (100vw - 767px) / 673, 24px);
  margin-bottom: 62px;
}
@media screen and (max-width: 960px) {
  .p-column__article-read {
    padding: 40px 26px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-column__article-read {
    padding: 30px 4.2%;
  }
}
.p-column__article-thumb {
  text-align: center;
  margin-bottom: 35px;
}
.p-column__article-thumb img {
  max-width: 100%;
  display: inline-block;
}
.p-column__article-main h2 {
  display: inline-block;
  margin: 60px 0 24px;
  padding-bottom: 18px;
  border-bottom: solid 1px #000;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  font-weight: 600;
  line-height: calc(36 / 24 * 1em);
  letter-spacing: normal;
  font-size: clamp(20px, 20px + 4 * (100vw - 767px) / 673, 24px);
}
@media screen and (max-width: 960px) {
  .p-column__article-main h2 {
    margin: 40px 0 18px;
    padding-bottom: 12px;
  }
}
.p-column__article-main h3 {
  margin: 16px 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  font-weight: 600;
  line-height: calc(32 / 20 * 1em);
  letter-spacing: normal;
  font-size: clamp(18px, 18px + 2 * (100vw - 767px) / 673, 20px);
}
.p-column__article-main h4 {
  margin: 16px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: calc(26 / 18 * 1em);
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 2 * (100vw - 767px) / 673, 18px);
  font-weight: 700;
}
.p-column__article-main p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(26 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
}
.p-column__article-main p + p {
  margin-top: 24px;
}
.p-column-detail__nav {
  margin: 90px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .p-column-detail__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.p-column-detail__nav-item {
  width: 50%;
  padding: 18px 20px 30px;
  background-color: #F2E6D4;
}
@media screen and (max-width: 767px) {
  .p-column-detail__nav-item {
    width: 100%;
    padding: 20px 4.2%;
  }
}
.p-column-detail__nav-item.next .nav-label {
  text-align: right;
}
.p-column-detail__nav-item.next .nav-text {
  padding-left: 0;
  padding-right: 34px;
}
@media screen and (max-width: 767px) {
  .p-column-detail__nav-item.next .nav-text {
    padding-right: 15px;
  }
}
.p-column-detail__nav-item .nav-label {
  display: block;
  margin-bottom: 15px;
}
.p-column-detail__nav-item .nav-label span {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 30px;
  border: solid 1px #000;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(11px, 11px + 1 * (100vw - 767px) / 673, 12px);
}
.p-column-detail__nav-item .nav-content {
  width: 92%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-column-detail__nav-item .nav-text {
  width: 60%;
  padding-left: 34px;
}
@media screen and (max-width: 767px) {
  .p-column-detail__nav-item .nav-text {
    width: 68%;
    padding-left: 15px;
  }
}
.p-column-detail__nav-item .nav-text .tag {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  font-weight: 400;
  line-height: calc(16 / 12 * 1em);
  letter-spacing: normal;
  font-size: clamp(11px, 11px + 1 * (100vw - 767px) / 673, 12px);
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .p-column-detail__nav-item .nav-text .tag {
    margin-bottom: 6px;
  }
}
.p-column-detail__nav-item .nav-text .title {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  font-weight: 500;
  line-height: calc(24 / 18 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 4 * (100vw - 767px) / 673, 18px);
}
.p-column-detail__nav-item .nav-thumb {
  max-width: 198px;
  width: 40%;
  aspect-ratio: 198/124;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-column-detail__nav-item .nav-thumb {
    width: 32%;
    border-radius: 5px;
  }
}
.p-column-detail__nav-item .nav-thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

/* p-contact
--------------------------- */
.p-contact-mainv {
  background: url(../img/contact/mainv.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .p-contact-mainv {
    background: url(../img/contact/mainv-sp.jpg) no-repeat top right/cover;
  }
}
.p-contact-form {
  padding: 100px 0 30px;
}
@media screen and (max-width: 960px) {
  .p-contact-form {
    padding: 60px 0 20px;
  }
}
.p-contact-form__inner {
  width: 92%;
  margin-inline: auto;
}
.p-contact__head {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 42px;
  font-weight: 500;
  line-height: calc(52 / 42 * 1em);
  letter-spacing: normal;
  font-size: clamp(24px, 24px + 18 * (100vw - 767px) / 673, 42px);
  margin-bottom: 24px;
}
.p-contact__text {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  font-weight: 400;
  line-height: calc(28 / 20 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 6 * (100vw - 767px) / 673, 20px);
  margin-bottom: 42px;
}
.p-contact__form-inner {
  max-width: 835px;
  width: 92%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-contact__form-inner {
    width: 100%;
  }
}
.p-contact__form-wrap {
  background-color: #fff9ee;
  padding: 30px 60px 50px;
}
@media screen and (max-width: 960px) {
  .p-contact__form-wrap {
    padding: 30px 4.2% 40px;
  }
}
.p-contact__form-end {
  margin-top: 40px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  line-height: calc(20 / 14 * 1em);
  letter-spacing: normal;
  font-size: clamp(13px, 13px + 1 * (100vw - 767px) / 673, 14px);
}
.p-contact__form-btn span {
  margin-top: 42px;
  display: block;
  text-align: center;
}
.p-contact__form-btn span input[type=submit] {
  display: inline-block;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-weight: 600;
  line-height: calc(24 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
  padding: 8px 48px;
  border: solid 1px #000;
  border-radius: 3px;
  text-align: center;
}
.p-contact__form-btn span input[type=submit]:hover {
  background-color: #000;
  color: #fff;
}
.p-contact__form .wpcf7 form.invalid .wpcf7-response-output, .p-contact__form .wpcf7 form.unaccepted .wpcf7-response-output, .p-contact__form .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #FF0000;
}
.p-contact__format dt {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  line-height: calc(20 / 14 * 1em);
  letter-spacing: normal;
  font-size: clamp(13px, 13px + 1 * (100vw - 767px) / 673, 14px);
  margin-bottom: 8px;
}
.p-contact__format dt span {
  display: inline-block;
  margin-left: 2px;
}
.p-contact__format dt span::after {
  content: "*";
  color: #FF0000;
  vertical-align: top;
}
.p-contact__format dd {
  margin-bottom: 24px;
}
.p-contact__format dd input, .p-contact__format dd textarea, .p-contact__format dd select {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 11px 16px;
  border: solid 1px #D1D5DC;
}
@media screen and (max-width: 767px) {
  .p-contact__format dd input, .p-contact__format dd textarea, .p-contact__format dd select {
    border-radius: 5px;
  }
}

.p-contact__thanks-head {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  font-weight: 500;
  line-height: calc(32 / 24 * 1em);
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 8 * (100vw - 767px) / 673, 24px);
  margin-bottom: 30px;
}
.p-contact__thanks-txt {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(28 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
  margin-bottom: 40px;
}
.p-contact__thanks-btn {
  text-align: center;
}
.p-contact__thanks-btn a {
  display: inline-block;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-weight: 600;
  line-height: calc(24 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
  padding: 8px 48px;
  border: solid 1px #000;
  border-radius: 3px;
  text-align: center;
  color: #000;
}
.p-contact__thanks-btn a:hover {
  background-color: #000;
  color: #fff;
}

.p-thanks-mainv {
  background: url(../img/contact/mainv.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .p-thanks-mainv {
    background: url(../img/contact/mainv-sp.jpg) no-repeat top right/cover;
  }
}

/* p-craftmanship
--------------------------- */
.p-craftmanship-mainv {
  background: url(../img/craftmanship/mainv.jpg) no-repeat center/cover;
}
.p-craftmanship-list {
  padding: 130px 0 70px;
  background: #161C2C;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(22, 28, 44)), to(rgb(33, 47, 56)));
  background: linear-gradient(180deg, rgb(22, 28, 44) 0%, rgb(33, 47, 56) 100%);
}
.p-craftmanship__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
@media screen and (max-width: 960px) {
  .p-craftmanship__contents {
    gap: 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .p-craftmanship__contents {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-craftmanship__contents:not(:last-of-type) {
  margin-bottom: 48px;
}
.p-craftmanship__contents.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-craftmanship__contents.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-craftmanship__contents.reverse .p-home-craf__image {
  text-align: right;
}
.p-craftmanship__image {
  max-width: 550px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-craftmanship__image {
    max-width: 100%;
    width: 100%;
  }
}
.p-craftmanship__image img {
  display: inline-block;
  border-radius: 60px;
  overflow: hidden;
}
.p-craftmanship__dtl {
  max-width: 590px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-craftmanship__dtl {
    max-width: 100%;
    width: 100%;
  }
}
.p-craftmanship__dtl-num {
  color: #fff;
  font-family: "Jacques Francois", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 100px;
  font-weight: 400;
  line-height: calc(128 / 100 * 1em);
  letter-spacing: normal;
  font-size: clamp(50px, 50px + 50 * (100vw - 767px) / 673, 100px);
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .p-craftmanship__dtl-num {
    margin-top: -20px;
  }
}
@media screen and (max-width: 767px) {
  .p-craftmanship__dtl-num {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.p-craftmanship__dtl-num span {
  font-size: 120px;
  font-weight: 400;
  line-height: calc(128 / 120 * 1em);
  letter-spacing: normal;
  font-size: clamp(60px, 60px + 60 * (100vw - 767px) / 673, 120px);
  vertical-align: bottom;
}
.p-craftmanship__dtl-ttl {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 46px;
  font-weight: 600;
  line-height: calc(60 / 46 * 1em);
  letter-spacing: normal;
  font-size: clamp(26px, 26px + 20 * (100vw - 767px) / 673, 46px);
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .p-craftmanship__dtl-ttl {
    font-size: 27px;
  }
}
.p-craftmanship__dtl-sub {
  color: #fff;
  font-family: "Aboreto", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  line-height: calc(20 / 14 * 1em);
  letter-spacing: calc(120 / 1000 * 1em);
  font-size: clamp(12px, 12px + 2 * (100vw - 767px) / 673, 14px);
  padding-bottom: 42px;
  margin-bottom: 42px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-craftmanship__dtl-sub {
    padding-bottom: 16px;
    margin-bottom: 30px;
  }
}
.p-craftmanship__dtl-sub::after {
  content: "";
  width: 64px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -1px;
}
@media screen and (max-width: 767px) {
  .p-craftmanship__dtl-sub::after {
    width: 32px;
  }
}
.p-craftmanship__dtl-subttl {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  font-weight: 600;
  line-height: calc(34 / 24 * 1em);
  letter-spacing: normal;
  font-size: clamp(15px, 15px + 9 * (100vw - 767px) / 673, 24px);
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .p-craftmanship__dtl-subttl {
    margin-bottom: 18px;
  }
}
.p-craftmanship__dtl-txt {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(26 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
}
.p-craftmanship__dtl-btn {
  margin-top: 50px;
  text-align: right;
}
.p-craftmanship__dtl-btn a {
  display: inline-block;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  line-height: calc(20 / 14 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 2 * (100vw - 767px) / 673, 14px);
  color: #fff;
  position: relative;
}
.p-craftmanship__dtl-btn a::after {
  content: "";
  width: 16px;
  aspect-ratio: 1/1;
  background: url(../img/common/ico-arw-wh.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: -24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.p-craftmanship__dtl-btn a:hover::after {
  right: -30px;
}
.p-craftmanship-cta {
  padding: 120px 0 130px;
  background: url(../img/craftmanship/bg-cta.jpg) no-repeat center right/cover;
}
@media screen and (max-width: 960px) {
  .p-craftmanship-cta {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-craftmanship-cta {
    padding: 60px 0;
  }
}
.p-craftmanship-cta__head {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  font-weight: 600;
  line-height: calc(48 / 30 * 1em);
  letter-spacing: normal;
  font-size: clamp(21px, 21px + 9 * (100vw - 767px) / 673, 30px);
  color: #fff;
  text-shadow: 0 4px 22px black;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-craftmanship-cta__head {
    margin-bottom: 16px;
  }
}
.p-craftmanship-cta__text {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(26 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
  color: #fff;
  text-shadow: 0 4px 22px black;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .p-craftmanship-cta__text {
    margin-bottom: 25px;
  }
}

/* p-works
--------------------------- */
.p-works .p-corporate-initiaves-mainv {
  background: url(../img/works/mainv.jpg) no-repeat center/cover;
}
.p-works-intro {
  padding: 120px 0 150px;
}
@media screen and (max-width: 960px) {
  .p-works-intro {
    padding: 80px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-works-intro {
    padding: 60px 0;
  }
}
.p-works-intro__head {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 42px;
  font-weight: 500;
  line-height: calc(60 / 42 * 1em);
  letter-spacing: normal;
  font-size: clamp(28px, 28px + 14 * (100vw - 767px) / 673, 42px);
  color: #0A0A0A;
  margin-bottom: 70px;
}
@media screen and (max-width: 960px) {
  .p-works-intro__head {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-works-intro__head {
    text-align: left;
  }
}
.p-works-intro__text {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  font-weight: 500;
  line-height: calc(34 / 20 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 6 * (100vw - 767px) / 673, 20px);
  margin-bottom: 120px;
}
@media screen and (max-width: 960px) {
  .p-works-intro__text {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-works-intro__text {
    text-align: left;
  }
}
.p-works-active {
  padding: 120px 0 90px;
  background: url(../img/home/bg-work.jpg) no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .p-works-active {
    padding: 80px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-works-active {
    padding: 50px 0;
  }
}
.p-works-active__ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  font-weight: 500;
  line-height: calc(36 / 30 * 1em);
  letter-spacing: normal;
  font-size: clamp(18px, 18px + 12 * (100vw - 767px) / 673, 30px);
  margin-bottom: 32px;
}
@media screen and (max-width: 960px) {
  .p-works-active__ttl {
    margin-bottom: 20px;
  }
}
.p-works-active__txt {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(30 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
}
.p-works__head {
  padding: 11px;
  font-size: 24px;
  font-weight: 500;
  line-height: calc(40 / 24 * 1em);
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 8 * (100vw - 767px) / 673, 24px);
  color: #EDEDED;
  border-bottom: solid 1px #EDEDED;
  margin-bottom: 35px;
}
.p-works__subhead {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  font-weight: 500;
  line-height: calc(40 / 30 * 1em);
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 14 * (100vw - 767px) / 673, 30px);
  color: #fff;
  margin-bottom: 65px;
}
@media screen and (max-width: 960px) {
  .p-works__subhead {
    margin-bottom: 40px;
  }
}
.p-works__subhead span {
  display: block;
  font-family: "Jacques Francois", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 100px;
  font-weight: 400;
  line-height: calc(128 / 100 * 1em);
  letter-spacing: calc(-5 / 1000 * 1em);
  font-size: clamp(32px, 32px + 68 * (100vw - 767px) / 673, 100px);
}
@media screen and (max-width: 767px) {
  .p-works__subhead span {
    margin-bottom: 10px;
  }
}
.p-works__box {
  padding: 42px;
  background-color: #EDEDED;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
}
@media screen and (max-width: 1140px) {
  .p-works__box {
    gap: 30px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .p-works__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    padding: 30px 4.2%;
  }
}
.p-works__box:not(:last-of-type) {
  margin-bottom: 58px;
}
@media screen and (max-width: 960px) {
  .p-works__box:not(:last-of-type) {
    margin-bottom: 35px;
  }
}
.p-works__box-img {
  width: 50%;
}
@media screen and (max-width: 960px) {
  .p-works__box-img {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .p-works__box-img {
    width: 100%;
  }
}
.p-works__box-img img {
  overflow: hidden;
  border-radius: 10px;
}
.p-works__box-dtl {
  width: 50%;
}
@media screen and (max-width: 960px) {
  .p-works__box-dtl {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .p-works__box-dtl {
    width: 100%;
  }
}
.p-works-partner {
  padding: 100px 0 90px;
  background: url(../img/works/bg-noise.png) no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .p-works-partner {
    padding: 70px 0 50px;
  }
}
.p-works-partner__inner {
  max-width: 1320px;
  width: 92%;
  margin-inline: auto;
}
.p-works-partner__main {
  border-top: solid 1px #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-works-partner__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-works-partner__head {
  width: 350px;
  padding: 67px 0;
  border-right: solid 1px #000;
}
@media screen and (max-width: 1140px) {
  .p-works-partner__head {
    width: 300px;
  }
}
@media screen and (max-width: 960px) {
  .p-works-partner__head {
    width: 250px;
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-works-partner__head {
    width: 100%;
    border-right: none;
    border-bottom: solid 1px #000;
  }
}
.p-works-partner__head-ttl {
  display: inline-block;
  padding: 45px 96px;
  background-color: #000;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 42px;
  font-weight: 700;
  line-height: calc(60 / 42 * 1em);
  letter-spacing: normal;
  font-size: clamp(28px, 28px + 14 * (100vw - 767px) / 673, 42px);
  color: #FBFCEE;
  position: relative;
}
@media screen and (max-width: 1140px) {
  .p-works-partner__head-ttl {
    padding: 40px 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-works-partner__head-ttl {
    display: block;
  }
}
.p-works-partner__head-ttl::before {
  content: "";
  width: 5px;
  height: calc(100% - 90px);
  background-color: #FBFCEE;
  position: absolute;
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1140px) {
  .p-works-partner__head-ttl::before {
    left: 25px;
  }
}
.p-works-partner__subhead {
  width: calc(100% - 350px);
  padding: 67px 0 67px 68px;
}
@media screen and (max-width: 1140px) {
  .p-works-partner__subhead {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 960px) {
  .p-works-partner__subhead {
    width: calc(100% - 250px);
    padding: 42px 0 42px 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-works-partner__subhead {
    width: 100%;
    padding: 32px 0;
  }
}
.p-works-partner__subhead-ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  font-weight: 600;
  line-height: calc(40 / 30 * 1em);
  letter-spacing: normal;
  font-size: clamp(22px, 22px + 8 * (100vw - 767px) / 673, 30px);
}
.p-works-partner__subhead-ttl span {
  display: inline-block;
  font-family: "Jacques Francois", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 100px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: calc(-5 / 1000 * 1em);
  font-size: clamp(45px, 45px + 55 * (100vw - 767px) / 733, 100px);
  margin-bottom: 30px;
}
.p-works-partner__sub {
  padding: 40px 0;
  border-top: solid 5px #000;
  border-bottom: solid 5px #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 46px;
}
@media screen and (max-width: 767px) {
  .p-works-partner__sub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
}
.p-works-partner__sub::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 12px;
  left: 0;
}
.p-works-partner__sub::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 12px;
  left: 0;
}
.p-works-partner__sub-txt {
  width: 52%;
  padding: 50px 15px 50px 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  font-weight: 500;
  line-height: calc(38 / 24 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 10 * (100vw - 767px) / 673, 24px);
  color: #44403B;
}
@media screen and (max-width: 767px) {
  .p-works-partner__sub-txt {
    width: 100%;
    padding: 0 0 30px;
  }
}
.p-works-partner__sub-att {
  max-width: 620px;
  width: 48%;
  padding: 42px 50px 34px;
  background: url(../img/works/noise-sheat.jpg) no-repeat center/cover;
  font-size: 16px;
  font-weight: 700;
  line-height: calc(24 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
  color: #57534D;
}
@media screen and (max-width: 1140px) {
  .p-works-partner__sub-att {
    padding: 36px 3.2% 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-works-partner__sub-att {
    width: 100%;
    max-width: 100%;
    padding: 30px 4.2%;
  }
}
.p-works-partner__sub-att span {
  display: block;
  margin-bottom: 26px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  font-weight: 500;
  line-height: calc(30 / 32 * 1em);
  letter-spacing: normal;
  font-size: clamp(18px, 18px + 14 * (100vw - 767px) / 673, 32px);
  color: #44403B;
}
.p-works-partner__media {
  margin-bottom: 36px;
}
.p-works-partner__media iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.p-works-partner__end {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  font-weight: 500;
  line-height: calc(78 / 48 * 1em);
  letter-spacing: normal;
  font-size: clamp(25px, 25px + 23 * (100vw - 767px) / 673, 48px);
  padding-bottom: 52px;
  border-bottom: solid 1px #000;
}
@media screen and (max-width: 767px) {
  .p-works-partner__end {
    font-size: 18px;
    padding-bottom: 32px;
  }
}
.p-works-about {
  padding: 120px 0 80px;
  background: url(../img/home/bg-work.jpg) no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .p-works-about {
    padding: 80px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-works-about {
    padding: 50px 0;
  }
}
.p-works-about__img {
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .p-works-about__img {
    margin-bottom: 30px;
  }
}
.p-works-about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 28px;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .p-works-about__list {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-works-about__list li {
  width: calc((100% - 28px) / 2);
  padding: 38px 45px 48px;
  background-color: #EDEDED;
}
@media screen and (max-width: 960px) {
  .p-works-about__list li {
    padding: 32px 4.2% 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-works-about__list li {
    width: 100%;
  }
}
.p-works-about__list-head {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  font-weight: 500;
  line-height: calc(40 / 30 * 1em);
  letter-spacing: normal;
  font-size: clamp(17px, 17px + 13 * (100vw - 767px) / 673, 30px);
  margin-bottom: 32px;
}
@media screen and (max-width: 960px) {
  .p-works-about__list-head {
    margin-bottom: 25px;
  }
}
.p-works-about__list-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(24 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(13px, 13px + 3 * (100vw - 767px) / 673, 16px);
}
.p-works-about__end-head {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  font-weight: 500;
  line-height: calc(40 / 30 * 1em);
  letter-spacing: normal;
  font-size: clamp(20px, 20px + 10 * (100vw - 767px) / 673, 30px);
  color: #fff;
  margin-bottom: 18px;
}
.p-works-about__end-txt {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(28 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
  color: #fff;
  margin-bottom: 46px;
}
@media screen and (max-width: 767px) {
  .p-works-about__end-txt {
    font-size: 14px;
    line-height: 2em;
  }
}
.p-works-about__btn {
  text-align: center;
}
.p-works-about__btn a {
  display: inline-block;
  padding: 12px 34px;
  border: solid 1px #fff;
  border-radius: 3px;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-works-about__btn a {
    padding: 8px 18px;
  }
}
.p-works-about__btn a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(24 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
  text-shadow: 0 4px 22px black;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-works-about__btn a span {
    font-size: 14px;
  }
}
.p-works-about__btn a:hover {
  background-color: #fff;
}
.p-works-about__btn a:hover span {
  color: #0A0A0A;
}
.p-works-column {
  padding: 72px 0 100px;
  background-color: #EDEDED;
}
@media screen and (max-width: 767px) {
  .p-works-column {
    padding: 60px 0;
  }
}
.p-works-column__head {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 42px;
  font-weight: 500;
  line-height: calc(40 / 42 * 1em);
  letter-spacing: normal;
  font-size: clamp(30px, 30px + 12 * (100vw - 767px) / 673, 42px);
  margin-bottom: 25px;
}
.p-works-column__text {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  font-weight: 700;
  line-height: calc(28 / 24 * 1em);
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 8 * (100vw - 767px) / 673, 24px);
  margin-bottom: 55px;
}
.p-works-column__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 75px;
  margin-bottom: 35px;
}
@media screen and (max-width: 1140px) {
  .p-works-column__list {
    gap: 45px;
  }
}
@media screen and (max-width: 960px) {
  .p-works-column__list {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-works-column__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-works-column__list li {
  width: calc((100% - 150px) / 3);
}
@media screen and (max-width: 1140px) {
  .p-works-column__list li {
    width: calc((100% - 90px) / 3);
  }
}
@media screen and (max-width: 960px) {
  .p-works-column__list li {
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .p-works-column__list li {
    width: 100%;
  }
}
.p-works-column__list li a {
  display: block;
}
.p-works-column__list-thumb {
  width: 100%;
  aspect-ratio: 360/256;
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 24px;
}
.p-works-column__list-thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.p-works-column__list-ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  font-weight: 700;
  line-height: calc(28 / 24 * 1em);
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 8 * (100vw - 767px) / 673, 24px);
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .p-works-column__list-ttl {
    font-size: 18px;
  }
}
.p-works-column__list-txt {
  font-size: 12px;
  font-weight: 500;
  line-height: calc(20 / 12 * 1em);
  letter-spacing: normal;
  font-size: clamp(10px, 10px + 2 * (100vw - 767px) / 673, 12px);
}
@media screen and (max-width: 767px) {
  .p-works-column__list-txt {
    font-size: 14px;
  }
}
.p-works-column__btn {
  text-align: center;
}
.p-works-column__btn a {
  display: inline-block;
  padding: 12px 34px;
  border: solid 1px #000;
  border-radius: 3px;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-works-column__btn a {
    padding: 8px 18px;
  }
}
.p-works-column__btn a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(24 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-works-column__btn a span {
    font-size: 14px;
  }
}
.p-works-column__btn a:hover {
  background-color: #000;
}
.p-works-column__btn a:hover span {
  color: #fff;
}
.p-works-cta {
  padding: 120px 0 130px;
  background: url(../img/craftmanship/bg-cta.jpg) no-repeat center right/cover;
}
@media screen and (max-width: 960px) {
  .p-works-cta {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-works-cta {
    padding: 60px 0;
  }
}
.p-works-cta__head {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  font-weight: 600;
  line-height: calc(48 / 30 * 1em);
  letter-spacing: normal;
  font-size: clamp(21px, 21px + 9 * (100vw - 767px) / 673, 30px);
  color: #fff;
  text-shadow: 0 4px 22px black;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-works-cta__head {
    margin-bottom: 16px;
  }
}
.p-works-cta__text {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(26 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
  color: #fff;
  text-shadow: 0 4px 22px black;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .p-works-cta__text {
    margin-bottom: 25px;
  }
}
.p-works-cta__btn {
  text-align: center;
}
.p-works-cta__btn a {
  display: inline-block;
  padding: 12px 34px;
  border: solid 1px #F2E6D4;
  border-radius: 3px;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-works-cta__btn a {
    padding: 8px 18px;
  }
}
.p-works-cta__btn a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(24 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
  text-shadow: 0 4px 22px black;
  color: #F2E6D4;
}
@media screen and (max-width: 767px) {
  .p-works-cta__btn a span {
    font-size: 14px;
  }
}
.p-works-cta__btn a:hover {
  background-color: #fff;
}
.p-works-cta__btn a:hover span {
  color: #0A0A0A;
}

.p-partnership-mainv {
  background: url(../img/partnership/mainv.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .p-partnership-mainv {
    background-position: right 40% center;
  }
}

.p-works-bnr {
  background: url(../img/home/bg-work.jpg) no-repeat center/cover;
}

.c-banner {
  padding: 80px 0;
}
.c-banner__wrap {
  width: 100%;
  padding: 46px 70px;
  border-radius: 24px;
  overflow: hidden;
  background: url(../img/partnership/bg-cta.png) no-repeat center/cover;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .c-banner__wrap {
    padding: 46px 32px;
  }
}
@media screen and (max-width: 767px) {
  .c-banner__wrap {
    padding: 170px 4.2% 25px;
    background: url(../img/partnership/bg-cta.png) no-repeat top right 42%/cover;
  }
}
.c-banner__wrap::before {
  content: "";
  width: 60%;
  height: 100%;
  background: #FFFFFF;
  background: -webkit-gradient(linear, left top, right top, color-stop(16%, rgb(255, 255, 255)), color-stop(52%, rgba(255, 255, 255, 0.8)), color-stop(79%, rgba(255, 255, 255, 0.54)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgb(255, 255, 255) 16%, rgba(255, 255, 255, 0.8) 52%, rgba(255, 255, 255, 0.54) 79%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .c-banner__wrap::before {
    width: 74%;
  }
}
@media screen and (max-width: 767px) {
  .c-banner__wrap::before {
    background: #FFFFFF;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(16%, rgb(255, 255, 255)), color-stop(52%, rgba(255, 255, 255, 0.8)), color-stop(79%, rgba(255, 255, 255, 0.54)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(360deg, rgb(255, 255, 255) 16%, rgba(255, 255, 255, 0.8) 52%, rgba(255, 255, 255, 0.54) 79%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 70%;
    top: auto;
    bottom: 0;
  }
}
.c-banner__head {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  font-weight: 500;
  line-height: calc(24 / 18 * 1em);
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 2 * (100vw - 767px) / 673, 18px);
  margin-bottom: 20px;
}
.c-banner__ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 42px;
  font-weight: 500;
  line-height: calc(48 / 42 * 1em);
  letter-spacing: normal;
  font-size: clamp(28px, 28px + 14 * (100vw - 767px) / 673, 42px);
  margin-bottom: 20px;
}
.c-banner__txt {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: calc(22 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
  margin-bottom: 24px;
}
.c-banner__btn a {
  position: relative;
  display: inline-block;
  padding: 17px 100px 17px 34px;
  border-radius: 999px; /* ボタン丸み */
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
  color: #8F7B59;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-banner__btn a {
    padding: 17px 68px 17px 20px;
  }
}
.c-banner__btn a::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px; /* 枠の太さ */
  background: -webkit-gradient(linear, left top, right top, from(#DBA982), color-stop(32%, #8F7B59), color-stop(68%, #DCCEAF), color-stop(95%, #8F7B59));
  background: linear-gradient(90deg, #DBA982 0%, #8F7B59 32%, #DCCEAF 68%, #8F7B59 95%);
  border-radius: 18px;
  /* 中抜き */
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.c-banner__btn a::after {
  content: "";
  width: 24px;
  aspect-ratio: 1/1;
  background: url(../img/works/ico-arw-gold.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-banner__btn a::after {
    width: 18px;
  }
}
.c-banner__btn a:hover {
  opacity: 0.75;
}

.p-support-intro {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .p-support-intro {
    padding: 60px 0;
  }
}
.p-support-intro__head {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 42px;
  font-weight: 600;
  line-height: calc(60 / 42 * 1em);
  letter-spacing: normal;
  font-size: clamp(25px, 25px + 17 * (100vw - 767px) / 673, 42px);
  color: #0a0a0a;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .p-support-intro__head {
    font-size: 18px;
    margin-bottom: 26px;
  }
}
.p-support-intro__text {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  font-weight: 600;
  line-height: calc(42 / 30 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 16 * (100vw - 767px) / 673, 30px);
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-support-intro__text {
    line-height: 1.725em;
  }
}
.p-support__box {
  background-color: #FFF9EE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-support__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-support__box-img {
  max-width: 483px;
  width: 38%;
}
@media screen and (max-width: 767px) {
  .p-support__box-img {
    max-width: 100%;
    width: 100%;
    aspect-ratio: 3/2;
  }
}
.p-support__box-dtl {
  width: 62%;
}
@media screen and (max-width: 767px) {
  .p-support__box-dtl {
    width: 100%;
  }
}
.p-support__image {
  width: 100%;
  height: 100%;
  position: relative;
}
.p-support__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.p-support__dtl {
  padding: 30px 32px 50px 50px;
}
@media screen and (max-width: 767px) {
  .p-support__dtl {
    padding: 30px 5.4%;
  }
}
.p-support__dtl-num {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(32px, 32px + 16 * (100vw - 767px) / 673, 48px);
  color: #BDA982;
  margin-bottom: 12px;
}
.p-support__dtl-ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 42px;
  font-weight: 600;
  line-height: calc(54 / 42 * 1em);
  letter-spacing: normal;
  font-size: clamp(22px, 22px + 20 * (100vw - 767px) / 673, 42px);
  margin-bottom: 20px;
}
.p-support__dtl-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(26 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
}
@media screen and (max-width: 767px) {
  .p-support__dtl-txt {
    font-size: 14px;
    line-height: 1.725em;
  }
}
.p-support__cta {
  margin: 40px 0 80px;
  border-radius: 24px;
}
@media screen and (max-width: 767px) {
  .p-support__cta {
    border-radius: 11px;
    margin: 30px 0 50px;
  }
}
.p-support__cta.type01 {
  background: url(../img/partnership/bg-cta01.jpg) no-repeat center/cover;
}
.p-support__cta.type02 {
  background: url(../img/partnership/bg-cta02.jpg) no-repeat center/cover;
}
.p-support__cta.type03 {
  background: url(../img/partnership/bg-cta03.jpg) no-repeat center/cover;
}
.p-support__cta-wrap {
  padding: 68px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-support__cta-wrap {
    padding: 25px 4.2%;
  }
}
.p-support__cta-wrap::before {
  content: "";
  max-width: 807px;
  width: 80%;
  height: 100%;
  background: #57534D;
  background: -webkit-gradient(linear, left top, right top, from(rgba(87, 83, 77, 0)), color-stop(35%, rgba(87, 83, 77, 0.8)), color-stop(50%, rgb(87, 83, 77)), color-stop(65%, rgba(87, 83, 77, 0.8)), to(rgba(87, 83, 77, 0)));
  background: linear-gradient(90deg, rgba(87, 83, 77, 0) 0%, rgba(87, 83, 77, 0.8) 35%, rgb(87, 83, 77) 50%, rgba(87, 83, 77, 0.8) 65%, rgba(87, 83, 77, 0) 100%);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.p-support__cta-txt {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  font-weight: 600;
  line-height: calc(46 / 30 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 16 * (100vw - 767px) / 673, 30px);
  color: #fff;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-support__cta-txt {
    margin-bottom: 10px;
  }
}
.p-support__cta-link {
  width: 100%;
}
.p-support__cta-link a {
  max-width: 358px;
  width: 80%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  text-align: center;
  position: relative;
  padding: 12px;
  overflow: hidden;
  border-radius: 18px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
  color: #8F7B59;
  text-decoration: none;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-support__cta-link a {
    max-width: 230px;
    padding: 10px;
    border-radius: 8px;
    width: 100%;
  }
}
.p-support__cta-link a::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px; /* 枠の太さ */
  background: -webkit-gradient(linear, left top, right top, from(#DBA982), color-stop(32%, #8F7B59), color-stop(68%, #DCCEAF), color-stop(95%, #8F7B59));
  background: linear-gradient(90deg, #DBA982 0%, #8F7B59 32%, #DCCEAF 68%, #8F7B59 95%);
  border-radius: 18px;
  /* 中抜き */
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-support__cta-link a::after {
    border-radius: 9px;
  }
}
.p-support__cta-link a::before {
  content: "";
  width: 25px;
  aspect-ratio: 1/1;
  background: url(../img/partnership/ico-arw-media.svg) no-repeat center/contain;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-support__cta-link a::before {
    width: 18px;
  }
}
.p-support__cta-link a:hover {
  opacity: 0.75;
}
.p-support__end {
  overflow: hidden;
}
.p-support__end-head {
  text-align: center;
  margin-bottom: 54px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-support__end-head {
    margin-bottom: 26px;
  }
}
.p-support__end-head::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
.p-support__end-head span {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 42px;
  font-weight: 600;
  line-height: calc(60 / 42 * 1em);
  letter-spacing: normal;
  font-size: clamp(20px, 20px + 22 * (100vw - 767px) / 673, 42px);
  display: inline-block;
  padding: 0 50px;
  background-color: #F8EFDE;
}
@media screen and (max-width: 767px) {
  .p-support__end-head span {
    padding: 0 20px;
  }
}
.p-support__end-sub {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  font-weight: 600;
  line-height: calc(42 / 30 * 1em);
  letter-spacing: normal;
  font-size: clamp(18px, 18px + 12 * (100vw - 767px) / 673, 30px);
  margin-bottom: 32px;
}
.p-support__end-txt {
  max-width: 1045px;
  margin-inline: auto;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(26 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
}
@media screen and (max-width: 767px) {
  .p-support__end-txt {
    text-align: left;
  }
}

/* p-privacy
--------------------------- */
.p-privacy-mainv {
  background: url(../img/column/mainv.jpg) no-repeat center/cover;
}
.p-privacy__inner {
  max-width: 835px;
  width: 92%;
  margin-inline: auto;
}
.p-privacy__title {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 42px;
  font-weight: 600;
  line-height: calc(52 / 42 * 1em);
  letter-spacing: normal;
  font-size: clamp(24px, 24px + 18 * (100vw - 767px) / 673, 42px);
  margin-bottom: 32px;
}
.p-privacy__lead {
  margin-bottom: 48px;
  color: #262626;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(24 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
}
.p-privacy__block {
  margin-bottom: 60px;
}
.p-privacy__subttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  font-weight: 600;
  line-height: calc(28 / 20 * 1em);
  letter-spacing: normal;
  font-size: clamp(18px, 18px + 2 * (100vw - 767px) / 673, 20px);
  margin-bottom: 12px;
  border-left: solid 5px #262626;
  padding-left: 1em;
}
.p-privacy__text {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(30 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
  color: #262626;
}
@media screen and (max-width: 767px) {
  .p-privacy__text {
    font-size: 14px;
  }
}
.p-privacy__text a {
  text-decoration: underline;
}
.p-privacy__text a:hover {
  text-decoration: none;
}
.p-privacy__number, .p-privacy__list {
  margin-top: 12px;
  padding-left: 20px;
}
.p-privacy__number li, .p-privacy__list li {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(30 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
  color: #262626;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .p-privacy__number li, .p-privacy__list li {
    font-size: 13px;
  }
}
.p-privacy__number {
  list-style-type: decimal;
  padding-left: 2em;
}
.p-privacy__list {
  list-style-type: disc;
  padding-left: 2em;
}

/*-------------------
 * object
 -------------------*/
/*-------------------
 * javascript
 -------------------*/