@charset "UTF-8";
html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  border-radius: 0;
  border: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: inherit;
}

input,
textarea,
select {
  font-size: 16px;
}

textarea {
  resize: vertical;
  display: block;
}

button {
  padding: 0;
  cursor: pointer;
}

legend {
  color: #000;
}

main {
  display: block;
}

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

svg {
  display: block;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* foundation > base
--------------------------------------------- */
body {
  font-family: "Zen Old Mincho", serif;
  color: #000;
}
body.js-no-scroll {
  overflow-y: hidden;
}

/* inner
--------------------------------------------- */
.l-inner-lg {
  max-width: 1280px;
  margin-inline: auto;
}

/* object > component > button
--------------------------------------------- */
.c-more-button {
  display: inline-block;
  width: 204px;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  padding-bottom: 6px;
  position: relative;
}
.c-more-button .text {
  font-size: 21px;
  letter-spacing: 0.02em;
  color: #9A7E48;
  -webkit-transition: letter-spacing 0.4s ease;
  transition: letter-spacing 0.4s ease;
}
.c-more-button .icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 204px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (any-hover: hover) {
  .c-more-button:hover .text {
    letter-spacing: 0.1em;
  }
}

/* 送信ボタン */
.c-submit-button {
  display: inline-block;
  max-width: 406px;
  width: 100%;
  padding: 11px 10px 10px;
  background-color: #9A7E48;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
@media (any-hover: hover) {
  .c-submit-button:hover {
    background-color: #81601F;
  }
}

/* object > component > heading
--------------------------------------------- */
.c-section-heading {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-section-heading .en {
  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 750px) {
  .c-section-heading .en {
    font-size: 40px;
  }
}
.c-section-heading .line {
  margin-left: 18px;
  margin-top: 10px;
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #223348;
}
.c-section-heading .jp {
  margin-left: 15px;
  font-size: 13px;
  font-weight: 700;
  line-height: 2.4615384615;
  letter-spacing: 0.05em;
  color: rgba(34, 51, 72, 0.6);
  position: relative;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
@media screen and (min-width: 750px) {
  .c-section-heading .jp {
    margin-left: 12px;
    font-size: 16px;
    line-height: 2;
  }
}
.c-section-heading.c-section-heading--profile {
  -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;
}
.c-section-heading.c-section-heading--profile .en {
  color: #FFF;
  line-height: 1.0666666667;
}
.c-section-heading.c-section-heading--profile .line {
  display: none;
}
.c-section-heading.c-section-heading--profile .jp {
  margin-left: 0;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transform: none;
          transform: none;
}

/* object > project > cta
--------------------------------------------- */
.p-cta {
  display: block;
  padding: 50px 0 0;
  background-color: #E8E9EB;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media (any-hover: hover) {
  .p-cta:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 1040px) {
  .p-cta {
    padding: 0;
  }
}

.p-cta__inner {
  max-width: 1200px;
  margin-left: auto;
  padding-left: 20px;
}

.p-cta__heading,
.p-cta__text {
  white-space: nowrap;
}

.p-cta__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 23px;
}
@media screen and (min-width: 750px) {
  .p-cta__content {
    width: 70%;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1040px) {
  .p-cta__content {
    width: initial;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 1040px) {
  .p-cta__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-right: -231px;
  }
}

@media screen and (min-width: 1040px) {
  .p-cta__photo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 871px;
            flex: 0 0 871px;
  }
}
.p-cta__photo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-cta__text {
  margin-top: 24px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}

/* object > project > drawer
--------------------------------------------- */
.p-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url(../img/drawer-bg-sp.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  z-index: 1002;
  opacity: 0;
  visibility: hidden;
}
.p-drawer.js-open {
  opacity: 1;
  visibility: visible;
}

.p-drawer__inner {
  padding-top: 137px;
}

.p-drawer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}

/* object > project > form
--------------------------------------------- */
.p-form {
  max-width: 880px;
  margin-inline: auto;
}
.p-form input[type=text],
.p-form input[type=email],
.p-form textarea {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #DDDDDD;
  background-color: #FFF;
  padding: 8px 8px;
}
.p-form input[type=text],
.p-form input[type=email] {
  min-height: 46px;
}
.p-form textarea {
  height: 266px;
  resize: none;
}

.p-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 750px) {
  .p-form__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 23px;
  }
}
.p-form__item:not(:first-of-type) {
  margin-top: 20px;
}
.p-form__item.p-form__item--text .p-form__control, .p-form__item.p-form__item--email .p-form__control {
  margin-top: 8px;
}
.p-form__item.p-form__item--textarea .p-form__control {
  margin-top: 20px;
}

.p-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
@media screen and (min-width: 750px) {
  .p-form__label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 210px;
            flex: 0 0 210px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-form__label-text {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.p-form__required,
.p-form__optional {
  width: 33px;
  height: 17px;
  display: grid;
  place-items: center;
  color: #FFF;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.p-form__required {
  background-color: #223348;
}

.p-form__optional {
  background-color: #9098A3;
}

@media screen and (min-width: 750px) {
  .p-form__control {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.p-form__textarea-notice {
  margin-top: 9px;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 750px) {
  .p-form__textarea-notice {
    margin-top: 19px;
    font-size: 13px;
  }
}

.p-form__btn-wrap {
  margin-top: 38px;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .p-form__btn-wrap {
    margin-top: 42px;
  }
}

.wpcf7-spinner {
  display: none;
}

/* object > project > tab
--------------------------------------------- */
.p-tab__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}
@media screen and (min-width: 750px) {
  .p-tab__list {
    gap: 26px;
  }
}

.p-tab__list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  padding-bottom: 16px;
  position: relative;
}
.p-tab__list-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #DDDDDD;
}
.p-tab__list-link.is-active .en {
  color: #223348;
}
.p-tab__list-link.is-active .jp {
  color: #223348;
}
.p-tab__list-link.is-active::after {
  background-color: #223348;
}
.p-tab__list-link .en {
  text-transform: capitalize;
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  color: rgba(34, 51, 72, 0.5);
  line-height: 1;
}
@media screen and (min-width: 750px) {
  .p-tab__list-link .en {
    font-size: 30px;
  }
}
.p-tab__list-link .jp {
  font-size: 12px;
  color: rgba(34, 51, 72, 0.5);
  line-height: 2;
}
@media screen and (min-width: 750px) {
  .p-tab__list-link .jp {
    font-size: 16px;
  }
}

/* object > project > pagination
--------------------------------------------- */
.p-pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-numbers {
  margin: 0 18px;
  font-size: 14px;
  line-height: 1.8571428571;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 750px) {
  .page-numbers {
    margin: 0 30px;
  }
}
.page-numbers.current {
  position: relative;
}
.page-numbers.current::after {
  content: "・";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -26px;
  font-size: 14px;
  line-height: 1.8571428571;
  letter-spacing: 0.1em;
  color: #223348;
}
.page-numbers.prev, .page-numbers.next {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  line-height: 1.4444444444;
  letter-spacing: 0.1em;
  text-decoration: underline;
}
.page-numbers.prev {
  margin-right: 15px;
}
@media screen and (min-width: 750px) {
  .page-numbers.prev {
    margin-right: 30px;
  }
}
.page-numbers.next {
  margin-left: 15px;
}
@media screen and (min-width: 750px) {
  .page-numbers.next {
    margin-left: 30px;
  }
}

/* object > project > fv
--------------------------------------------- */
.p-fv {
  position: relative;
  height: 667px;
  background-image: url(../img/fv-sp.webp), url(../img/fv-deco.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 750px) {
  .p-fv {
    height: 614px;
    background-image: url(../img/fv.webp), url(../img/fv-deco-pc.webp);
  }
}

.p-fv__photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}

.p-fv__box {
  position: absolute;
  top: 279px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  mix-blend-mode: difference;
  z-index: 1;
}
@media screen and (min-width: 750px) {
  .p-fv__box {
    top: 203px;
  }
}

.p-fv__box-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.5px;
}
@media screen and (min-width: 750px) {
  .p-fv__box-inner {
    gap: 6.9px;
  }
}

.p-fv__box-logo-wrap {
  width: 176px;
}
@media screen and (min-width: 750px) {
  .p-fv__box-logo-wrap {
    width: 229px;
  }
}

.p-fv__box-logo {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  mix-blend-mode: difference;
}

.p-fv__box-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 17px;
  color: #FFF;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 750px) {
  .p-fv__box-title {
    font-size: 22px;
  }
}

/* object > project > header
--------------------------------------------- */
.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 11px 20px 0;
  z-index: 999;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  background-color: transparent;
  mix-blend-mode: difference;
}
@media screen and (min-width: 750px) {
  .p-header {
    padding: 22px 20px 0;
  }
}
.p-header.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.p-header__inner {
  max-width: 1212px;
  margin-inline: auto;
  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;
  padding-right: 200px;
}

/* Logo */
.p-header__logo {
  width: 77px;
}
@media screen and (min-width: 750px) {
  .p-header__logo {
    width: 137px;
  }
}
.p-header__logo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-header__logo-link {
  display: block;
}

/* Navigation:PC */
.p-header__nav {
  display: none;
}
@media screen and (min-width: 750px) {
  .p-header__nav {
    display: block;
  }
}

.p-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 82px;
}

.p-header__nav-item.p-header__nav-item--blend {
  mix-blend-mode: difference;
}
.p-header__nav-item.p-header__nav-item--contact {
  mix-blend-mode: normal;
  background-color: #031833;
}

.p-header__nav-link {
  display: block;
  font-family: "Cormorant Garamond", serif;
  color: #FFF;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 400;
}
@media screen and (min-width: 750px) {
  .p-header__nav-link {
    font-size: 16px;
    line-height: 2;
  }
}
.p-header__nav-link.p-header__nav-link--contact {
  text-align: center;
  background-color: #031833;
  color: #FFF;
  mix-blend-mode: normal;
  position: fixed;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 87px;
          flex: 0 0 87px;
  width: 87px;
  padding: 3px 10px 3px;
  top: 17px;
  right: 58px;
  z-index: 1002;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
@media screen and (min-width: 750px) {
  .p-header__nav-link.p-header__nav-link--contact {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 132px;
            flex: 0 0 132px;
    width: 132px;
    padding: 3px 10px 4px;
    top: 30px;
    right: 30px;
  }
}
@media (min-width: 1275px) {
  .p-header__nav-link.p-header__nav-link--contact {
    right: calc((100% - 1212px) / 2);
  }
}
.p-header__nav-link.p-header__nav-link--contact.is-hidden {
  opacity: 0;
  visibility: hidden;
}

/* Navigation:SP */
.p-header__sp-nav {
  /* test */
  display: none;
}
@media screen and (min-width: 750px) {
  .p-header__sp-nav {
    display: none;
  }
}

.p-header__sp-nav-item.p-header__sp-nav-item--contact {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 87px;
          flex: 0 0 87px;
  margin-right: 43px;
}

.p-header__sp-nav-contact {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 87px;
  min-width: 0;
  height: 25px;
  background-color: #031833;
  color: #FFF;
  padding: 3.5px 10px;
  font-family: "Cormorant Garamond", serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 2.1333333333;
}

.p-header__hamburger {
  width: 25px;
  min-width: 0;
  height: 7px;
  min-height: 0;
  position: fixed;
  top: 27px;
  right: 20px;
  z-index: 1003;
  mix-blend-mode: difference;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
@media screen and (min-width: 750px) {
  .p-header__hamburger {
    display: none;
  }
}
.p-header__hamburger.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.p-header__hamburger.js-open .p-header__hamburger-line:nth-of-type(1) {
  top: 50%;
  -webkit-transform: rotate(22.5deg);
          transform: rotate(22.5deg);
}
.p-header__hamburger.js-open .p-header__hamburger-line:nth-of-type(2) {
  top: 50%;
  -webkit-transform: rotate(-22.5deg);
          transform: rotate(-22.5deg);
}

.p-header__hamburger-line {
  position: absolute;
  left: 0;
  display: inline-block;
  background-color: #FFF;
  width: 100%;
  height: 1px;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.p-header__hamburger-line:nth-of-type(1) {
  top: 0;
}
.p-header__hamburger-line:nth-of-type(2) {
  top: 100%;
}

/* object > project > footer
--------------------------------------------- */
.p-footer {
  padding: 49px 0 28px;
  background-image: url(../img/footer-bg-sp.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #FFF;
}
@media screen and (min-width: 750px) {
  .p-footer {
    padding: 33px 0 23px;
    background-image: url(../img/footer-bg.webp);
  }
}

.p-footer__inner {
  max-width: 1192px;
  margin-inline: auto;
  padding: 0 20px;
}

.p-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 750px) {
  .p-footer__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
/* Logo */
.p-footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.p-footer__logo-icon {
  display: block;
  width: 142px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-footer__logo-text {
  font-family: "Cormorant Garamond", serif;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

/* SNS */
.p-footer__sns {
  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: 20px;
}
.p-footer__sns-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
}

.p-footer__sns-link {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media (any-hover: hover) {
  .p-footer__sns-link:hover {
    opacity: 0.7;
  }
}
.p-footer__sns-link img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Nav */
.p-footer__nav-list {
  margin-top: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media screen and (min-width: 750px) {
  .p-footer__nav-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (min-width: 750px) {
  .p-footer__nav-item:nth-of-type(2) {
    margin-left: 95px;
  }
}
@media screen and (min-width: 750px) {
  .p-footer__nav-item:nth-of-type(3) {
    margin-left: 85px;
  }
}

.p-footer__nav-link {
  display: block;
  font-family: "Cormorant Garamond", serif;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
@media (any-hover: hover) {
  .p-footer__nav-link:hover {
    color: rgba(255, 255, 255, 0.4);
  }
}

/* Sub Nav */
.p-footer__sub-nav-list {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
}
.p-footer__sub-nav-link {
  display: block;
  font-family: "Cormorant Garamond", serif;
  color: rgba(255, 255, 255, 0.4);
  font-size: 13px;
  font-weight: 700;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
@media (any-hover: hover) {
  .p-footer__sub-nav-link:hover {
    color: rgba(255, 255, 255, 0.7);
  }
}

/* Bottom */
.p-footer__bottom {
  margin-top: 52px;
}
@media screen and (min-width: 750px) {
  .p-footer__bottom {
    margin-top: 69px;
  }
}

.p-footer__copyright {
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 13px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
}
/* object > project > modal
--------------------------------------------- */
.p-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding-bottom: 24px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1003;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.p-modal.is-open {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 750px) {
  .p-modal {
    top: 37px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 980px;
    width: 100%;
    height: 647px;
  }
}
.p-modal .swiper-container {
  overflow: hidden;
}
.p-modal .swiper {
  overflow: visible;
}
.p-modal .swiper-button-next,
.p-modal .swiper-button-prev {
  top: 30%;
}
@media screen and (min-width: 400px) {
  .p-modal .swiper-button-next,
  .p-modal .swiper-button-prev {
    top: 33%;
  }
}
@media screen and (min-width: 750px) {
  .p-modal .swiper-button-next,
  .p-modal .swiper-button-prev {
    top: 50%;
  }
}
.p-modal .swiper-button-next::after,
.p-modal .swiper-button-prev::after {
  content: none;
}
.p-modal .swiper-button-next::before,
.p-modal .swiper-button-prev::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 14px;
  height: 31px;
}
.p-modal .swiper-button-next::before {
  background-image: url(../img/slide-next.png);
}
.p-modal .swiper-button-prev::before {
  background-image: url(../img/slide-prev.png);
}
.p-modal .swiper-button-next {
  right: 20px;
}
@media screen and (min-width: 500px) {
  .p-modal .swiper-button-next {
    right: 70px;
  }
}
@media screen and (min-width: 600px) {
  .p-modal .swiper-button-next {
    right: 100px;
  }
}
@media screen and (min-width: 750px) {
  .p-modal .swiper-button-next {
    right: 70px;
  }
}
@media (min-width: 800px) {
  .p-modal .swiper-button-next {
    right: 90px;
  }
}
@media screen and (min-width: 900px) {
  .p-modal .swiper-button-next {
    right: 160px;
  }
}
.p-modal .swiper-button-prev {
  left: 20px;
}
@media screen and (min-width: 500px) {
  .p-modal .swiper-button-prev {
    left: 70px;
  }
}
@media screen and (min-width: 600px) {
  .p-modal .swiper-button-prev {
    left: 100px;
  }
}
@media screen and (min-width: 750px) {
  .p-modal .swiper-button-prev {
    left: 70px;
  }
}
@media (min-width: 800px) {
  .p-modal .swiper-button-prev {
    left: 90px;
  }
}
@media screen and (min-width: 900px) {
  .p-modal .swiper-button-prev {
    left: 160px;
  }
}

.p-modal__container {
  height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.p-modal__container::-webkit-scrollbar {
  display: none;
}

.p-modal__inner {
  padding-top: 103px;
  max-width: 517px;
  height: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 750px) {
  .p-modal__inner {
    padding-top: 0;
  }
}

.p-modal__close {
  position: absolute;
  top: 75px;
  right: 20px;
  width: 30px;
  height: 12px;
  background-color: transparent;
  z-index: 1003;
}
@media screen and (min-width: 750px) {
  .p-modal__close {
    top: 45px;
    right: 50px;
    width: 44px;
    height: 18px;
  }
}

.p-modal__close-line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #FFF;
}
.p-modal__close-line:nth-of-type(1) {
  -webkit-transform: rotate(22.5deg);
          transform: rotate(22.5deg);
}
.p-modal__close-line:nth-of-type(2) {
  -webkit-transform: rotate(-22.5deg);
          transform: rotate(-22.5deg);
}

.p-modal__img {
  margin-inline: auto;
  padding: 0 65px;
  background-color: #000;
}
.p-modal__img img {
  display: block;
  width: 281px;
  margin-inline: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 750px) {
  .p-modal__img img {
    width: 387px;
  }
}

.p-modal__body {
  width: 72%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .p-modal__body {
    width: auto;
    margin: 24px auto;
  }
}

.p-modal__title {
  text-align: center;
  color: #FFF;
  font-size: 12px;
  letter-spacing: 0.05em;
}

.p-modal__time {
  margin-top: 3px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  line-height: 3;
}

.p-modal__detail {
  margin-top: 4px;
}

.p-modal__detail-text {
  color: #FFF;
  font-size: 13px;
  line-height: 1.8;
  text-align: left;
}

.p-modal__gallery {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.p-modal__gallery-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* object > project > top
--------------------------------------------- */
/* Links */
.p-top__links {
  display: none;
}
@media screen and (min-width: 750px) {
  .p-top__links {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -56px;
    display: block;
    width: 100%;
    z-index: 2;
  }
}

.p-top__links-inner {
  max-width: 1120px;
  margin-inline: auto;
  padding: 0 20px;
}

.p-top__links-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
@media screen and (min-width: 900px) {
  .p-top__links-items {
    gap: 16px;
  }
}

.p-top__links-link {
  display: block;
  background-image: url(../img/fv-link-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 18px 10px 0;
  min-height: 228px;
}

.p-top__links-title {
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 1.0666666667;
  font-weight: 400;
}

.p-top__links-message {
  margin-top: 7px;
  text-align: center;
  color: #FFF;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 900px) {
  .p-top__links-message {
    font-size: 12px;
  }
}

.p-top__links-photo {
  width: 170px;
  margin: 0 auto;
}
.p-top__links-photo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* About */
.p-top__about {
  padding: 49px 0 157px;
  position: relative;
}
@media screen and (min-width: 1040px) {
  .p-top__about {
    padding: 157px 0 96px;
  }
}
.p-top__about::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  inset: 0;
  background-image: url(../img/fv-deco.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}
@media screen and (min-width: 750px) {
  .p-top__about::before {
    background-image: url(../img/fv-deco.webp);
  }
}

.p-top__outer {
  position: relative;
}

.p-top__about-photo {
  display: block;
  position: absolute;
  width: 284px;
  bottom: -237px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
@media screen and (min-width: 750px) {
  .p-top__about-photo {
    width: 275px;
    bottom: -200px;
  }
}
@media screen and (min-width: 1040px) {
  .p-top__about-photo {
    bottom: initial;
    left: initial;
    -webkit-transform: none;
            transform: none;
    right: 24px;
    top: -78px;
    width: 545px;
  }
}

.p-top__about-inner {
  max-width: 1120px;
  margin-inline: auto;
  padding: 0 20px;
}

.p-top__about-textarea {
  margin-top: 39px;
}
@media screen and (min-width: 750px) {
  .p-top__about-textarea {
    margin-top: 37px;
  }
}

.p-top__about-text {
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 2.4285714286;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 750px) {
  .p-top__about-text {
    text-align: left;
    font-size: 16px;
    line-height: 2.25;
  }
}

/* Profile */
.p-top__profile {
  padding: 115px 0 53px;
  background-image: url(../img/top-profile-bg-sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media screen and (min-width: 750px) {
  .p-top__profile {
    padding: 52px 0 70px;
    background-image: url(../img/top-profile-bg.webp);
  }
}

.p-top__profile-heading {
  text-align: center;
}

.p-top__profile-inner {
  max-width: 918px;
  margin-right: auto;
  padding-left: 20px;
}
@media screen and (min-width: 750px) {
  .p-top__profile-inner {
    padding-left: 80px;
  }
}

.p-top__profile-content {
  margin: 34px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 750px) {
  .p-top__profile-content {
    width: initial;
    margin: 45px 0 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 46px;
  }
}

.p-top__profile-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (min-width: 750px) {
  .p-top__profile-top {
    display: contents;
  }
}

.p-top__profile-photo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 168px;
          flex: 0 0 168px;
}
@media screen and (min-width: 750px) {
  .p-top__profile-photo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 262px;
            flex: 0 0 262px;
  }
}
.p-top__profile-photo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top__profile-sp-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
@media screen and (min-width: 750px) {
  .p-top__profile-sp-name {
    display: none;
  }
}
.p-top__profile-sp-name .name {
  font-family: "Cormorant Garamond", serif;
  color: #FFF;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.05em;
}
.p-top__profile-sp-name .job {
  font-family: "Cormorant Garamond", serif;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.05em;
}

.p-top__profile-pc-name {
  display: none;
}
@media screen and (min-width: 750px) {
  .p-top__profile-pc-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
  }
  .p-top__profile-pc-name .name {
    font-family: "Cormorant Garamond", serif;
    color: #FFF;
    font-size: 26px;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  .p-top__profile-pc-name .job {
    display: inline-block;
    margin-top: 3px;
    font-family: "Cormorant Garamond", serif;
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    line-height: 1.625;
    letter-spacing: 0.05em;
  }
}

.p-top__profile-body {
  display: contents;
}
@media screen and (min-width: 750px) {
  .p-top__profile-body {
    display: block;
  }
}

.p-top__profile-text {
  margin-top: 40px;
  color: #FFF;
  font-size: 13px;
  line-height: 2.3076923077;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 750px) {
  .p-top__profile-text {
    margin-top: 12px;
  }
}

.p-top__profile-sns {
  margin-top: 34px;
}
@media screen and (min-width: 750px) {
  .p-top__profile-sns {
    margin-top: 27px;
  }
}

.p-top__profile-sns-list {
  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;
}
@media screen and (min-width: 750px) {
  .p-top__profile-sns-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-top__profile-sns-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
}

.p-top__profile-sns-link {
  display: block;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media (any-hover: hover) {
  .p-top__profile-sns-link:hover {
    opacity: 0.3;
  }
}

/* Profile02 */
.p-top__profile02 {
  background-color: #E3E3E3;
}

@media screen and (min-width: 900px) {
  .p-top__profile02-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-top__profile02-main {
  padding: 66px 20px 66px;
}
@media screen and (min-width: 900px) {
  .p-top__profile02-main {
    padding: 83px 20px 88px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.p-top__profile02-main-container {
  max-width: 703px;
  margin-inline: auto;
}

.p-top__profile02-side {
  display: none;
}
@media screen and (min-width: 900px) {
  .p-top__profile02-side {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 423px;
            flex: 0 0 423px;
  }
}

.p-top-profile02-photo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top__profile02-section:not(:first-of-type) {
  margin-top: 39px;
}

.p-top__profile02-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top__profile02-title .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31px;
          flex: 0 0 31px;
  width: 31px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top__profile02-title .text {
  margin-left: 7px;
  font-size: 16px;
  color: #9A7E48;
  line-height: 1.625;
  letter-spacing: 0.05em;
}
.p-top__profile02-title .line {
  margin-left: 13.5px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: inline-block;
  height: 0.5px;
  background-color: #9A7E48;
  position: relative;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.p-top__profile02-list {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
}

.p-top__profile02-list-item {
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 750px) {
  .p-top__profile02-list-item {
    font-size: 13px;
    line-height: 2.6153846154;
  }
}

/* Portfolio */
.p-top__portfolio {
  padding: 69px 0 69px;
  position: relative;
}
@media screen and (min-width: 750px) {
  .p-top__portfolio {
    padding: 85px 0 95px;
  }
}
.p-top__portfolio::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  inset: 0;
  background-image: url(../img/fv-deco.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}
@media screen and (min-width: 750px) {
  .p-top__portfolio::before {
    background-image: url(../img/fv-deco.webp);
  }
}

.p-top__container {
  position: relative;
}

.p-top__portfolio-bg {
  position: absolute;
  top: 37px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 296px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 750px) {
  .p-top__portfolio-bg {
    top: -38px;
    left: initial;
    -webkit-transform: none;
            transform: none;
    right: 47px;
    width: 313px;
  }
}
@media screen and (min-width: 1040px) {
  .p-top__portfolio-bg {
    width: 413px;
  }
}

.p-top__portfolio-inner {
  max-width: 1117px;
  margin-inline: auto;
  padding: 0 20px;
}

.p-top__portfolio-textarea {
  margin-top: 216px;
}
@media screen and (min-width: 750px) {
  .p-top__portfolio-textarea {
    margin-top: 37px;
  }
}

.p-top__portfolio-text {
  text-align: center;
  font-size: 14px;
  line-height: 2.4285714286;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 750px) {
  .p-top__portfolio-text {
    text-align: left;
    font-size: 16px;
    line-height: 2.25;
  }
}

.p-top__portfolio-links {
  margin-top: 31px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width: 750px) {
  .p-top__portfolio-links {
    margin-top: 46px;
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-top__portfolio-link {
  display: block;
  height: 187px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
}
.p-top__portfolio-link .photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media (any-hover: hover) {
  .p-top__portfolio-link .photo:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.p-top__portfolio-link-text {
  position: absolute;
  top: 64px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.p-top__portfolio-link-text .en {
  font-family: "Cormorant Garamond", serif;
  color: #FFF;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.p-top__portfolio-link-text .jp {
  color: #FFF;
  font-size: 16px;
  letter-spacing: 0.05em;
}

.p-top__portfolio-btn-wrap {
  margin-top: 31px;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .p-top__portfolio-btn-wrap {
    margin-top: 58px;
    text-align: right;
  }
}

/* object > project > contact
--------------------------------------------- */
.p-contact {
  padding: 102px 0 53px;
  background-color: #F5F5F5;
}
@media screen and (min-width: 750px) {
  .p-contact {
    padding: 166px 0 94px;
  }
}

.p-contact__inner {
  max-width: 1120px;
  margin-inline: auto;
  padding: 0 20px;
}

.p-contact__lead {
  margin-top: 36px;
}

.p-contact__lead-text {
  font-size: 14px;
  line-height: 2.4285714286;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .p-contact__lead-text {
    font-size: 16px;
    line-height: 2.25;
    text-align: left;
  }
}

.p-contact__links {
  margin-top: 36px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width: 750px) {
  .p-contact__links {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-contact__links-item {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 750px) {
  .p-contact__links-item {
    min-height: 187px;
  }
}
@media (any-hover: hover) {
  .p-contact__links-item:hover .p-contact__links-photo {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.p-contact__links-photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.p-contact__link-box {
  position: absolute;
  top: 46px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-contact__link-title {
  font-size: 20px;
  color: #FFF;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-contact__link-text {
  margin-top: 25px;
  font-size: 13px;
  text-align: center;
  line-height: 1.3846153846;
  letter-spacing: 0.05em;
  color: #FFF;
  position: relative;
}
.p-contact__link-text::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -5px;
  background-image: url(../img/contact-link-arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: inline-block;
  width: 208px;
  height: 5px;
}

.p-contact__form {
  margin-top: 50px;
  background-color: #FFF;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  padding: 54px 20px 53px;
}
@media screen and (min-width: 750px) {
  .p-contact__form {
    margin-top: 47px;
  }
}

/* object > project > portfolio
--------------------------------------------- */
.p-portfolio {
  padding: 102px 0 73px;
}
@media screen and (min-width: 750px) {
  .p-portfolio {
    padding: 164px 0 76px;
  }
}

.p-portfolio__inner {
  max-width: 1120px;
  margin-inline: auto;
  padding: 0 20px;
}

.p-portfolio__lead {
  margin-top: 36px;
}
@media screen and (min-width: 750px) {
  .p-portfolio__lead {
    margin-top: 39px;
  }
}

.p-portfolio__lead-text {
  text-align: center;
  font-size: 14px;
  line-height: 2.4285714286;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 750px) {
  .p-portfolio__lead-text {
    text-align: left;
    font-size: 16px;
    line-height: 2.25;
  }
}

.p-portfolio__tab {
  margin-top: 52px;
}
@media screen and (min-width: 750px) {
  .p-portfolio__tab {
    margin-top: 59px;
  }
}

.p-portfolio__content {
  margin-top: 30px;
}
@media screen and (min-width: 750px) {
  .p-portfolio__content {
    margin-top: 38px;
  }
}

/* Content */
.p-portfolio__items {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 25px;
}
@media screen and (min-width: 750px) {
  .p-portfolio__items {
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 24px;
  }
}

.p-portfolio__item {
  cursor: pointer;
}

.p-portfolio__item-img {
  aspect-ratio: 353/282;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}
.p-portfolio__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-portfolio__body {
  padding: 10px 10px 0;
}
@media screen and (min-width: 750px) {
  .p-portfolio__body {
    padding: 17px 10px 0;
  }
}

.p-portfolio__title {
  text-align: center;
  color: #000;
  font-size: 12px;
  letter-spacing: 0.05em;
}

.p-portfolio__time {
  display: block;
  margin-top: 5px;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
}

/* Pagination */
.p-portfolio__pagination {
  margin-top: 73px;
}
@media screen and (min-width: 750px) {
  .p-portfolio__pagination {
    margin-top: 87px;
  }
}

/* object > project > display
--------------------------------------------- */
.u-br-tab {
  display: none;
}
@media screen and (min-width: 750px) {
  .u-br-tab {
    display: inline;
  }
}

.u-pc-br {
  display: none;
}
@media screen and (min-width: 1040px) {
  .u-pc-br {
    display: inline;
  }
}

.u-tab-none {
  display: inline;
}
@media screen and (min-width: 750px) {
  .u-tab-none {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */