@charset "UTF-8";


@import url("https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&family=Montserrat:wght@300&display=swap");
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    background-attachment: initial;
    scroll-behavior: auto;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  margin: 0;
  padding: 0;
  border: none;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

iframe,
img,
input,
select,
textarea {
  max-width: 100%;
  height: auto;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

ol, ul {
  list-style: none;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

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

table {
  border-collapse: collapse;
}

button {
  border-radius: 0;
  text-transform: none;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

:root {
  --s: 1px;
  --h: 1px;
  --f: 1px;
}
@media screen and (max-width: 1400px) {
  :root {
    --s: 0.07142857vw;
    --h: 0.07142857vw;
  }
}
@media screen and (max-width: 960px) {
  :root {
    --s: 0.12vw;
    --h: 0.15vw;
    --f: 0.18vw;
  }
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  text-align: justify;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

body {
  font-family: "Montserrat", "BIZ UDGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(var(--f) * 15);
  line-height: 2;
  letter-spacing: 0.12em;
  color: #3e3a39;
  background: url(../img/_common/bg.jpg);
}

h1, h2, h3, h4, h5, h6, b, strong, dt, th {
  font-weight: inherit;
}

br.sp {
  display: none;
}

@media screen and (max-width: 960px) {
  br.pc {
    display: none;
  }
  br.sp {
    display: inline;
  }
}
span.nl {
  display: inline-block;
}

.kari img {
  display: block;
  width: 100%;
}

.cta {
  position: relative;
  overflow: hidden;
}
.cta__container {
  width: calc(var(--s) * 1300);
  max-width: 82vw;
  padding: calc(var(--h) * 70) 0;
  margin: 0 auto;
  text-align: center;
}
.cta__head {
  position: relative;
  display: inline-block;
  padding: 0 1em calc(var(--f) * 16);
  margin: 0 0 calc(var(--h) * 57);
  font-size: calc(var(--f) * 21);
  line-height: 1.5;
  text-align: center;
}
.cta__head::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: calc(var(--f) * -21);
  left: 0;
  display: block;
  width: calc(var(--f) * 22);
  height: calc(var(--f) * 22);
  margin: 0 auto;
  background: #3e3a39;
  -webkit-clip-path: polygon(0 0, 1px 0, 50% calc(100% - 2px), calc(100% - 1px) 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 1px 0, 50% calc(100% - 2px), calc(100% - 1px) 0, 100% 0, 50% 100%);
}
.cta__head::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#3e3a39), color-stop(transparent), color-stop(transparent), to(#3e3a39));
  background: linear-gradient(to right, #3e3a39 calc(50% - var(--f) * 10), transparent calc(50% - var(--f) * 10), transparent calc(50% + var(--f) * 10), #3e3a39 calc(50% + var(--f) * 10));
}
.cta__tel a, .cta__contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: calc(var(--f) * 100);
}
.cta__tel .num, .cta__tel .time, .cta__tel .main, .cta__tel .address, .cta__contact .num, .cta__contact .time, .cta__contact .main, .cta__contact .address {
  display: block;
  width: 100%;
  line-height: 1;
}
.cta__tel .num {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  margin: 0 0 calc(var(--f) * 12);
  font-size: calc(var(--f) * 40);
}
.cta__tel .num small {
  font-size: 0.66em;
}
.cta__tel .time {
  font-size: calc(var(--f) * 18);
}
.cta__contact {
  color: #fff;
  background: #3e3a39;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.cta__contact:hover {
  background: #cb7700;
}
.cta__contact .main {
  margin: 0 0 calc(var(--f) * 15);
  font-size: calc(var(--f) * 20);
}
.cta__contact .address {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: calc(var(--f) * 16);
}
.works-detail + .cta, .error-message + .cta {
  background: rgba(62, 58, 57, 0.1);
}
@media screen and (min-width: 960.02px) {
  .cta__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 910px;
    margin: 0 auto;
  }
  .cta__tel, .cta__contact {
    width: calc((100% - var(--s) * 70) / 2);
  }
}
@media screen and (max-width: 960px) {
  .cta__head {
    margin-bottom: calc(var(--h) * 30);
  }
  .cta__tel {
    margin-bottom: calc(var(--h) * 26);
  }
  .cta__contact {
    margin: 0 6vw;
  }
}

.footer__text {
  position: relative;
  color: #fff;
  background: #3e3a39;
}
.footer__logo img {
  display: inline-block;
  width: calc(var(--f) * 310);
}
.footer__address {
  font-size: calc(var(--f) * 14);
  line-height: 1.75;
}
.footer__map {
  position: relative;
}
.footer__map iframe {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.footer__copyright {
  display: block;
  opacity: 0.5;
  font-size: calc(var(--f) * 12);
}
@media screen and (min-width: 960.02px) {
  .footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(var(--h) * 450);
  }
  .footer__text {
    width: calc(var(--h) * 450);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: calc(var(--h) * 65) 0;
  }
  .footer__logo {
    padding: 0 0 0 calc(var(--f) * 28);
  }
  .footer__address {
    padding: calc(var(--h) * 40) 0 0 calc(var(--f) * 56);
  }
  .footer__copyright {
    position: absolute;
    left: calc(var(--f) * 56);
    bottom: calc(var(--h) * 60);
  }
  .footer__map {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .footer {
    text-align: center;
  }
  .footer__text {
    padding: calc(var(--h) * 65) 0 calc(var(--h) * 50);
  }
  .footer__logo img {
    display: inline-block;
    width: calc(var(--f) * 360);
  }
  .footer__address {
    padding: calc(var(--h) * 40) 0 calc(var(--h) * 30);
  }
  .footer__map {
    height: 50vw;
  }
}

.header {
  position: fixed !important;
  left: 0;
  top: 0;
  z-index: 1000;
  display: block;
  width: 100%;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
@media screen and (min-width: 960.02px) {
  body.scroll .header {
    background: rgba(255, 255, 255, 0.85);
  }
  .header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    height: 94px;
    padding: 0 calc(var(--s) * 30);
  }
  .header__logo img {
    display: block;
    width: calc(var(--f) * 310);
  }
}
@media screen and (max-width: 960px) {
  .header {
    background: rgba(255, 255, 255, 0.85);
  }
  .header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    height: calc(var(--s) * 120);
    padding: 0 0 0 calc(var(--s) * 30);
  }
  .header__logo img {
    display: block;
    width: calc(var(--f) * 310);
  }
}

@media screen and (min-width: 960.02px) {
  .nav__btn, .nav__label {
    display: none;
  }
  .nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav__link {
    display: block;
    padding: calc(var(--f) * 4) calc(var(--s) * 14) calc(var(--f) * 2);
    font-size: calc(var(--f) * 14);
  }
  .nav__item--contact .nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: calc(var(--f) * 28);
    padding-left: calc(var(--f) * 28);
    margin-left: calc(var(--s) * 14);
    color: #fff;
    background: #3e3a39;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
  .nav__item--contact .nav__link::before {
    content: "";
    width: 1.15em;
    height: 1.15em;
    margin: 0 1.15em 0 0;
    background: url(../img/_common/header-contact.svg) center/contain no-repeat;
  }
  .nav__item--contact .nav__link:hover {
    background: #cb7700;
  }
}
@media screen and (max-width: 960px) {
  .nav__btn {
    display: none;
  }
  .nav__label {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: calc(var(--f) * 60);
    height: 100%;
    background: #3e3a39;
  }
  .nav__label span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 40%;
    height: 1px;
    margin: auto;
    background: #fff;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
  .nav__label span::before, .nav__label span::after {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
  .nav__label span::before {
    top: calc(var(--f) * -10);
  }
  .nav__label span::after {
    top: calc(var(--f) * 10);
  }
  .nav__btn:checked + .nav__label span {
    background: transparent;
  }
  .nav__btn:checked + .nav__label span::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .nav__btn:checked + .nav__label span::after {
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .nav__wrap {
    position: absolute;
    left: 0;
    top: 100%;
    opacity: 0;
    pointer-events: none;
    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;
    width: 100%;
    height: calc(100vh - var(--s) * 120);
    padding-bottom: 10vh;
    background: rgba(255, 255, 255, 0.85);
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
  .nav__btn:checked + .nav__label + .nav__wrap {
    opacity: 1;
    pointer-events: all;
  }
  .nav__item::after {
    content: "";
    opacity: 0.5;
    display: block;
    width: 1.2em;
    height: 2px;
    margin: 0 auto;
    background: #3e3a39;
  }
  .nav__item:last-child::after {
    display: none;
  }
  .nav__link {
    position: relative;
    display: block;
    width: 60vw;
    padding: calc(var(--f) * 24) 0;
    font-size: calc(var(--f) * 18);
    text-align: center;
  }
  .nav__item--contact .nav__link {
    padding: calc(var(--f) * 12) calc(var(--f) * 28);
    margin-top: calc(var(--f) * 32);
    color: #fff;
    background: #3e3a39;
  }
  .nav__item--contact .nav__link::before {
    content: "";
    position: absolute;
    left: 1em;
    top: 0;
    bottom: 0;
    display: block;
    width: 1.15em;
    height: 1.15em;
    margin: auto 0;
    background: url(../img/_common/header-contact.svg) center/contain no-repeat;
  }
}

.home-about {
  padding: 17.36vw 0 calc(var(--h) * 130);
  background: url(../img/_common/bg-wood.jpg) center/cover no-repeat;
}
.home-about__container {
  padding: calc(var(--h) * 76) 0;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0 0 calc(var(--f) * 50) 0 rgba(62, 58, 57, 0.1);
          box-shadow: 0 0 calc(var(--f) * 50) 0 rgba(62, 58, 57, 0.1);
}
.home-about__head {
  padding: 0 0 calc(var(--h) * 80);
}
.home-about__head .en,
.home-about__head .ja {
  display: block;
  width: 100%;
  line-height: 1;
  text-align: center;
}
.home-about__head .en {
  padding-bottom: 0.75em;
  padding-left: 0.15em;
  font-size: calc(var(--f) * 32);
  letter-spacing: 0.15em;
}
.home-about__head .ja {
  padding-left: 0.3em;
  font-size: calc(var(--f) * 17);
  letter-spacing: 0.3em;
}
@media screen and (max-width: 960px) {
  .home-about__head {
    padding-bottom: calc(var(--h) * 60);
  }
  .home-about__head .ja {
    font-size: calc(var(--f) * 15);
  }
}
.home-about__body {
  line-height: 2.2;
}
@media screen and (min-width: 960.02px) {
  .home-about__container {
    width: 760px;
  }
  .home-about__body {
    text-align: center;
  }
}
@media screen and (max-width: 960px) {
  .home-about__container {
    width: 82vw;
    padding-right: 9vw;
    padding-left: 9vw;
  }
}

.home-business {
  background: url(../img/_common/bg-gray.jpg);
}
.home-business__container {
  width: calc(var(--s) * 1300);
  max-width: 82vw;
  padding: calc(var(--h) * 115) 0 calc(var(--h) * 65);
  margin: 0 auto;
}
.home-business__head {
  padding: 0 0 calc(var(--h) * 80);
}
.home-business__head .en,
.home-business__head .ja {
  display: block;
  width: 100%;
  line-height: 1;
  text-align: center;
}
.home-business__head .en {
  padding-bottom: 0.75em;
  padding-left: 0.15em;
  font-size: calc(var(--f) * 32);
  letter-spacing: 0.15em;
}
.home-business__head .ja {
  padding-left: 0.3em;
  font-size: calc(var(--f) * 17);
  letter-spacing: 0.3em;
}
@media screen and (max-width: 960px) {
  .home-business__head {
    padding-bottom: calc(var(--h) * 60);
  }
  .home-business__head .ja {
    font-size: calc(var(--f) * 15);
  }
}
.home-business__item {
  position: relative;
  margin: 0 0 calc(var(--h) * 90);
}
.home-business__text {
  position: relative;
  z-index: 10;
  padding: calc(var(--h) * 42) calc(var(--s) * 50) calc(var(--h) * 56);
  background: #fff;
}
.home-business__text h3 {
  margin: 0 0 1em;
  font-size: calc(var(--f) * 19);
}
.home-business__text img {
  position: absolute;
}
.home-business__item:nth-child(1) .home-business__text img {
  width: calc(var(--f) * 200);
}
.home-business__item:nth-child(2) .home-business__text img {
  width: calc(var(--f) * 219);
}
.home-business__item:nth-child(3) .home-business__text img {
  width: calc(var(--f) * 267);
}
.home-business__item:nth-child(4) .home-business__text img {
  width: calc(var(--f) * 406);
}
.home-business__item:nth-child(5) .home-business__text img {
  width: calc(var(--f) * 326);
}
@media screen and (min-width: 960.02px) {
  .home-business__container {
    padding-right: calc(var(--s) * 40);
    padding-left: calc(var(--s) * 40);
  }
  .home-business__item {
    padding: calc(var(--h) * 40) 0;
  }
  .home-business__photo {
    position: relative;
    position: absolute;
    top: 0;
    width: calc(var(--s) * 650);
    height: 100%;
  }
  .home-business__photo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home-business__item:nth-child(2n+1) {
    padding-right: calc(var(--s) * 610);
  }
  .home-business__item:nth-child(2n+1) .home-business__text img {
    left: calc(var(--f) * -40);
    top: calc(100% - var(--h) * 34);
  }
  .home-business__item:nth-child(2n+1) .home-business__photo {
    right: 0;
  }
  .home-business__item:nth-child(2n+2) {
    padding-left: calc(var(--s) * 610);
  }
  .home-business__item:nth-child(2n+2) .home-business__text img {
    right: calc(var(--f) * -40);
    top: calc(100% - var(--h) * 60);
  }
  .home-business__item:nth-child(2n+2) .home-business__photo {
    left: 0;
  }
}
@media screen and (max-width: 960px) {
  .home-business__text {
    margin-right: 6vw;
    margin-bottom: -6vw;
  }
  .home-business__text img {
    right: calc(var(--f) * -30);
    bottom: calc(var(--f) * -12);
  }
  .home-business__photo {
    position: relative;
    aspect-ratio: 10/6;
    margin-left: 6vw;
  }
  .home-business__photo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home-business__item:nth-child(4) .home-business__text {
    padding-bottom: calc(var(--h) * 110);
  }
  .home-business__item:nth-child(5) .home-business__text {
    padding-bottom: calc(var(--h) * 90);
  }
}

.home-mv {
  position: relative;
  overflow: hidden;
  margin: 0 0 -8.3vw;
}
.home-mv__swiper .swiper-slide {
  position: relative;
}
.home-mv__swiper .photo img {
  display: block;
  width: 100%;
  -webkit-clip-path: url(#home-mv-clipping);
          clip-path: url(#home-mv-clipping);
}
.home-mv__swiper .text {
  position: absolute;
  top: 9%;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
}
.home-mv__swiper .text img {
  display: block;
  width: calc(var(--f) * 520);
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .home-mv__swiper .photo img {
    position: relative;
    left: -70vw;
    width: 240vw;
    max-width: unset;
  }
  .home-mv__swiper .text {
    top: 16%;
  }
}

.error-message {
  position: relative;
  overflow: hidden;
}
.error-message__container {
  width: 860px;
  max-width: 82vw;
  padding: calc(var(--h) * 260) 0;
  margin: 0 auto;
}
.error-message__head {
  position: relative;
  margin: 0 0 calc(var(--f) * 20);
  font-size: calc(var(--f) * 32);
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
.error-message__text {
  text-align: center;
}
.error-message__text a {
  display: inline-block;
  padding: 0.25em calc(var(--f) * 28);
  margin: calc(var(--f) * 16) 0 0;
  color: #fff;
  background: #3e3a39;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.error-message__text a:hover {
  background: #cb7700;
}
@media screen and (max-width: 960px) {
  .error-message__swiper {
    padding: 0 4vw;
  }
  .error-message__swiper .swiper-slide span.b::before, .error-message__swiper .swiper-slide span.a::before {
    bottom: calc(var(--f) * 12);
    width: calc(var(--f) * 100);
  }
  .error-message__prev, .error-message__next {
    position: absolute;
    top: 0;
    z-index: 100;
    cursor: pointer;
    display: block;
    width: 50vw;
    height: 100%;
  }
  .error-message__prev::before, .error-message__next::before {
    left: calc(var(--f) * 2);
    width: calc(var(--f) * 15);
    height: calc(var(--f) * 40);
  }
}

.page-title__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(var(--f) * 20);
  padding: calc(var(--f) * 60) 0 calc(var(--f) * 55);
  color: #fff;
  text-align: center;
  background: url(../img/works/pagetitle.jpg) center/cover no-repeat;
}
.page-title__head .en,
.page-title__head .ja {
  width: 100%;
  line-height: 1;
}
.page-title__head .en {
  padding-left: 0.15em;
  font-size: calc(var(--f) * 35);
  letter-spacing: 0.15em;
}
.page-title__head .ja {
  padding-left: 0.3em;
  opacity: 0.5;
  font-size: calc(var(--f) * 17);
  letter-spacing: 0.3em;
}
@media screen and (min-width: 960.02px) {
  .page-title__container {
    padding: 94px 0 0;
  }
}
@media screen and (max-width: 960px) {
  .page-title__container {
    padding: calc(var(--s) * 120) 0 0;
  }
}

.post-contents h1, .post-contents h2, .post-contents h3, .post-contents h4, .post-contents h5, .post-contents h6 {
  padding: 2em 0 0.5em;
  line-height: 1.5;
  font-weight: 700;
}
.post-contents h1:first-child, .post-contents h2:first-child, .post-contents h3:first-child, .post-contents h4:first-child, .post-contents h5:first-child, .post-contents h6:first-child {
  padding-top: 0;
}
.post-contents h1 {
  font-size: calc(var(--f) * 25);
}
.post-contents h2 {
  font-size: calc(var(--f) * 23);
}
.post-contents h3 {
  font-size: calc(var(--f) * 21);
}
.post-contents h4 {
  font-size: calc(var(--f) * 19);
}
.post-contents h5 {
  font-size: calc(var(--f) * 17);
}
.post-contents h6 {
  font-size: calc(var(--f) * 15);
}
.post-contents h1 + h1, .post-contents h1 + h2, .post-contents h1 + h3, .post-contents h1 + h4, .post-contents h1 + h5, .post-contents h1 + h6, .post-contents h2 + h1, .post-contents h2 + h2, .post-contents h2 + h3, .post-contents h2 + h4, .post-contents h2 + h5, .post-contents h2 + h6, .post-contents h3 + h1, .post-contents h3 + h2, .post-contents h3 + h3, .post-contents h3 + h4, .post-contents h3 + h5, .post-contents h3 + h6, .post-contents h4 + h1, .post-contents h4 + h2, .post-contents h4 + h3, .post-contents h4 + h4, .post-contents h4 + h5, .post-contents h4 + h6, .post-contents h5 + h1, .post-contents h5 + h2, .post-contents h5 + h3, .post-contents h5 + h4, .post-contents h5 + h5, .post-contents h5 + h6, .post-contents h6 + h1, .post-contents h6 + h2, .post-contents h6 + h3, .post-contents h6 + h4, .post-contents h6 + h5, .post-contents h6 + h6 {
  padding-top: 0;
}
.post-contents b, .post-contents strong {
  font-weight: 700;
}
.post-contents em {
  font-style: italic;
}
.post-contents p {
  margin-bottom: 2em;
}
.post-contents a {
  color: c(blue);
  text-decoration: underline;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.post-contents a:hover {
  color: c(blue);
}
.post-contents img {
  display: block;
  max-width: 80%;
  margin: 4em auto 2em;
}
.post-contents ul, .post-contents ol {
  margin-bottom: calc(var(--h) * 40);
}
.post-contents ul li, .post-contents ol li {
  position: relative;
  padding-left: 1.2em;
}
.post-contents ul li::before, .post-contents ol li::before {
  content: "○";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 1em;
  color: c(blue);
}
.post-contents ul li ul, .post-contents ul li ol, .post-contents ol li ul, .post-contents ol li ol {
  padding: 0.25em 0 1em;
  margin: 0;
}
.post-contents ul li ul li, .post-contents ul li ol li, .post-contents ol li ul li, .post-contents ol li ol li {
  padding-left: 1.2em;
  font-size: 0.85em;
}
.post-contents ul li ul li::before, .post-contents ul li ol li::before, .post-contents ol li ul li::before, .post-contents ol li ol li::before {
  content: "・";
}
.post-contents ol {
  counter-reset: item;
}
.post-contents ol > li::before {
  counter-increment: item;
  content: counter(item) ".";
}
.post-contents dl {
  margin-bottom: calc(var(--h) * 40);
}
.post-contents dl dt {
  position: relative;
  padding-left: calc(var(--h) * 20);
  font-weight: 700;
}
.post-contents dl dt::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  color: c(blue);
}
.post-contents dl dd {
  padding-left: calc(var(--h) * 20);
  margin-bottom: calc(var(--h) * 10);
  font-size: 0.85em;
}
.post-contents .wp-block-column {
  display: block;
  margin-bottom: calc(var(--h) * 40);
}
.post-contents .wp-block-column img {
  width: 100% !important;
  max-width: 100% !important;
}
.post-contents .wp-block-image {
  margin-bottom: calc(var(--h) * 40);
}
.post-contents .wp-block-image img {
  margin-bottom: calc(var(--h) * 16);
}
.post-contents .wp-block-image figcaption {
  font-size: calc(var(--f) * 15);
  text-align: center;
}
.post-contents .wp-block-buttons {
  margin-bottom: calc(var(--h) * 40);
}
.post-contents .wp-block-buttons a {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 0.7em 2em;
  margin: 0 0 1em;
  color: c(button);
  line-height: 1.5;
  text-decoration: none;
  background: c(white);
  border: 1px solid c(button);
  border-radius: 4px;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
}
.post-contents .wp-block-buttons a:hover {
  background: c(button2-hover);
}
.post-contents .wp-block-buttons a:active {
  background: c(button2-pressed);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.post-contents hr {
  opacity: 1;
  position: relative;
  display: block;
  margin: -1em 0 1em;
  background: #3e3a39;
}
.post-contents .wp-block-table {
  margin-bottom: calc(var(--h) * 40);
}
.post-contents .wp-block-table table {
  width: 100%;
}
.post-contents .wp-block-table table th, .post-contents .wp-block-table table td {
  padding: 0.5em 0 0.2em;
  border-bottom: 1px solid #3e3a39;
}
.post-contents .wp-block-table table thead th, .post-contents .wp-block-table table thead td {
  border-bottom-width: 2px;
  font-weight: 700;
}
.post-contents .wp-block-table table tfoot th, .post-contents .wp-block-table table tfoot td {
  border-top: 2px solid #3e3a39;
}

.works-detail {
  position: relative;
  overflow: hidden;
}
.works-detail__container {
  width: 860px;
  max-width: 82vw;
  padding: calc(var(--h) * 120) 0;
  margin: 0 auto;
}
.works-detail__head {
  margin: 0 0 calc(var(--h) * 40);
}
.works-detail__head__thumb {
  display: block;
  margin: 0 0 calc(var(--h) * 40);
}
.works-detail__head__title {
  position: relative;
  margin: 0 0 calc(var(--f) * 16);
  font-size: calc(var(--f) * 24);
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
.works-detail__head__cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(var(--f) * 8);
  margin: 0 0 calc(var(--f) * 16);
}
.works-detail__head__cate li {
  padding: 0 1em;
  line-height: 1.75;
  border-radius: 999px;
  background: rgba(62, 58, 57, 0.1);
}
.works-detail__head__owner {
  text-align: center;
}
.works-detail__contents {
  margin: 0 0 calc(var(--h) * 120);
}
.works-detail__swiper {
  position: relative;
  margin: 0 calc(var(--f) * -10) calc(var(--h) * 40);
}
.works-detail__swiper .swiper-slide {
  padding: 0 calc(var(--f) * 10);
}
.works-detail__swiper .swiper-slide span {
  position: relative;
  display: block;
  opacity: 0.25;
  aspect-ratio: 3/2;
  -webkit-transition-duration: 600ms;
          transition-duration: 600ms;
  background: rgba(62, 58, 57, 0.1);
}
.works-detail__swiper .swiper-slide span img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.works-detail__swiper .swiper-slide span.b::before, .works-detail__swiper .swiper-slide span.a::before {
  content: "Before";
  position: absolute;
  left: calc(var(--f) * -10);
  bottom: calc(var(--f) * 24);
  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;
  width: calc(var(--f) * 180);
  height: calc(var(--f) * 46);
  padding: 0.15em 0 0 0.2em;
  color: #fff;
  font-size: calc(var(--f) * 19);
  letter-spacing: 0.2em;
  white-space: nowrap;
  background: #3e3a39;
}
.works-detail__swiper .swiper-slide span.a::before {
  content: "After";
  background: #cb7700;
}
.works-detail__swiper .swiper-slide-active span {
  opacity: 1;
}
.works-detail__pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(var(--f) * 6);
  margin: 0 0 calc(var(--h) * 80);
}
.works-detail__pagination .thumb {
  cursor: pointer;
  display: block;
  opacity: 0.5;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.works-detail__pagination .thumb img {
  display: block;
  height: calc(var(--f) * 60);
}
.works-detail__pagination .thumb.current,
.works-detail__pagination .thumb:hover {
  opacity: 1;
}
.works-detail__prev, .works-detail__next {
  position: absolute;
  top: 0;
  z-index: 100;
  cursor: pointer;
  display: block;
  width: 50vw;
  height: 100%;
}
.works-detail__prev::before, .works-detail__next::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(var(--f) * 30);
  display: block;
  width: calc(var(--f) * 30);
  height: calc(var(--f) * 80);
  margin: auto 0;
  background: #3e3a39;
  -webkit-clip-path: polygon(0 0, 1.5px 0, 100% 50%, 1.5px 100%, 0 100%, calc(100% - 1.5px) 50%);
          clip-path: polygon(0 0, 1.5px 0, 100% 50%, 1.5px 100%, 0 100%, calc(100% - 1.5px) 50%);
}
.works-detail__prev {
  right: 100%;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.works-detail__next {
  left: 100%;
}
.works-detail__back {
  text-align: center;
}
.works-detail__back a {
  display: inline-block;
  padding: 0.25em calc(var(--f) * 28);
  color: #fff;
  background: #3e3a39;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.works-detail__back a:hover {
  background: #cb7700;
}
@media screen and (max-width: 960px) {
  .works-detail__swiper {
    padding: 0 4vw;
  }
  .works-detail__swiper .swiper-slide span.b::before, .works-detail__swiper .swiper-slide span.a::before {
    bottom: calc(var(--f) * 12);
    width: calc(var(--f) * 100);
  }
  .works-detail__prev, .works-detail__next {
    position: absolute;
    top: 0;
    z-index: 100;
    cursor: pointer;
    display: block;
    width: 50vw;
    height: 100%;
  }
  .works-detail__prev::before, .works-detail__next::before {
    left: calc(var(--f) * 2);
    width: calc(var(--f) * 15);
    height: calc(var(--f) * 40);
  }
}

.works-list {
  background: url(../img/_common/bg-brick.jpg) center/contain repeat-y;
}
.works-list__container {
  width: calc(var(--s) * 1300);
  max-width: 82vw;
  padding: calc(var(--h) * 115) 0 calc(var(--h) * 155);
  margin: 0 auto;
}
.works-list__head {
  padding: 0 0 calc(var(--h) * 80);
}
.works-list__head .en,
.works-list__head .ja {
  display: block;
  width: 100%;
  line-height: 1;
  text-align: center;
}
.works-list__head .en {
  padding-bottom: 0.75em;
  padding-left: 0.15em;
  font-size: calc(var(--f) * 32);
  letter-spacing: 0.15em;
}
.works-list__head .ja {
  padding-left: 0.3em;
  font-size: calc(var(--f) * 17);
  letter-spacing: 0.3em;
}
@media screen and (max-width: 960px) {
  .works-list__head {
    padding-bottom: calc(var(--h) * 60);
  }
  .works-list__head .ja {
    font-size: calc(var(--f) * 15);
  }
}
.works-list__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(var(--h) * 110) calc(var(--s) * 80);
}
.works-list__item {
  position: relative;
}
.works-list__thumb {
  position: relative;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  display: block;
  aspect-ratio: 380/240;
  margin: 0 0 calc(var(--f) * 28);
}
.works-list__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-list__thumb:hover {
  opacity: 0.7;
}
.works-list__title {
  margin: 0 0 calc(var(--f) * 22);
  font-size: calc(var(--f) * 24);
  line-height: 1.5;
  text-align: center;
}
.works-list__title a {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  display: inline-block;
}
.works-list__title a:hover {
  opacity: 0.7;
}
.works-list__cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(var(--f) * 8);
  margin: 0 0 calc(var(--f) * 16);
}
.works-list__cate li {
  padding: 0 1em;
  line-height: 1.75;
  border-radius: 999px;
  background: rgba(62, 58, 57, 0.1);
}
.works-list__owner {
  margin: 0 0 calc(var(--f) * 30);
  text-align: center;
}
.works-list__more {
  display: block;
  padding: 0.75em calc(var(--f) * 28);
  color: #fff;
  font-size: calc(var(--f) * 16);
  text-align: center;
  background: #3e3a39;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.works-list__more:hover {
  background: #cb7700;
}
@media screen and (min-width: 960.02px) {
  .works-list__item {
    width: calc((100% - var(--s) * 80) / 2);
    padding-bottom: calc(var(--f) * 60);
  }
  .works-list__more {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}