@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: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  color: #2B2B2B;
  font-weight: 400;
}
body.js-no-scroll {
  overflow: hidden;
}

/* layout > l-inner */
.l-inner {
  max-width: 1110px;
  margin-inline: auto;
  padding: 0 15px;
}

.l-inner-sm {
  max-width: 740px;
  margin-inline: auto;
  padding: 0 15px;
}

/* layout > l-page */
.l-page {
  padding: 100px 0 100px;
}
@media screen and (max-width: 768px) {
  .l-page {
    padding: 80px 0 80px;
  }
}

/* layout > l-section */
.l-section {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .l-section {
    margin-top: 50px;
  }
}

/* layout > l-header-space */
.l-header-space {
  padding-top: 104px;
}
@media screen and (max-width: 768px) {
  .l-header-space {
    padding-top: 58px;
  }
}

/* object > component > c-button */
.c-button-link {
  background-color: #FF7B00;
  border: 1px solid #FF7B00;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 10px;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  max-width: 300px;
  width: 100%;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .c-button-link {
    font-size: 16px;
    padding: 18px 0;
  }
}
.c-button-link:hover {
  background-color: #fff;
  color: #FF7B00;
}
.c-button-link--send {
  width: 338px;
  height: 75px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-button-link--send {
    width: 300px;
    height: 60px;
  }
}
.c-button-link--cta {
  padding: 15px 10px;
}
@media screen and (max-width: 768px) {
  .c-button-link--cta {
    padding: 18px 10px;
  }
}

.c-button-tel {
  max-width: 431px;
  width: 100%;
  display: inline-block;
  color: #2B2B2B;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: 1px solid #2B2B2B;
  background: #fff;
  padding: 16px 10px;
}
@media screen and (max-width: 768px) {
  .c-button-tel {
    max-width: 280px;
    font-size: 24px;
    padding: 10px 10px;
  }
}

/* object > component > c-heading */
.c-section__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #000;
}

.c-section__heading-ja {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .c-section__heading-ja.--single {
    font-size: 24px;
  }
}

.c-section__heading-en {
  font-size: 16px;
}
.c-section__heading-en.--single {
  font-size: 14px;
}

/* object > project > p-header */
.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 104px;
  padding: 0 0 0 50px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  z-index: 998;
}
@media screen and (max-width: 1040px) {
  .p-header {
    padding: 0 15px 0 15px;
    height: 58px;
  }
}

.p-header__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-header__logo-link {
  display: block;
  width: 192px;
}
@media screen and (max-width: 1040px) {
  .p-header__logo-link {
    width: 120px;
  }
}
.p-header__logo-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  height: 100%;
}
@media screen and (max-width: 1040px) {
  .p-header__right {
    display: none;
  }
}

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

.p-header__nav-link {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media (any-hover: hover) {
  .p-header__nav-link:hover {
    opacity: 0.8;
  }
}

.p-header__contact {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 193px;
          flex: 0 0 193px;
  height: 100%;
}

.p-header__contact-link {
  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: 100%;
  background-color: #FF7B00;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  -webkit-transition: background-color 0.4s ease, color 0.4s ease;
  transition: background-color 0.4s ease, color 0.4s ease;
}
@media (any-hover: hover) {
  .p-header__contact-link:hover {
    background-color: #fff;
    color: #FF7B00;
  }
}

/* hamburger */
.p-header__hamburger {
  display: none;
}
@media screen and (max-width: 1040px) {
  .p-header__hamburger {
    display: block;
    opacity: 1;
    visibility: visible;
    cursor: pointer;
    width: 25px;
    height: 20px;
    position: fixed;
    top: 20px;
    right: 15px;
    z-index: 1000;
  }
  .p-header__hamburger.--close .p-header__hamburger-line:nth-of-type(1) {
    top: 50%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .p-header__hamburger.--close .p-header__hamburger-line:nth-of-type(2) {
    opacity: 0;
  }
  .p-header__hamburger.--close .p-header__hamburger-line:nth-of-type(3) {
    top: 50%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .p-header__hamburger.is-open.--open {
    display: none;
  }
}

.p-header__hamburger-line {
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transition: transform 0.4s ease, opacity 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: 50%;
}
.p-header__hamburger-line:nth-of-type(3) {
  top: 100%;
}

/* object > project > p-footer */
.p-footer {
  padding: 100px 0;
  background-color: #2B2B2B;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-footer {
    padding: 50px 0 80px;
  }
}

.p-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-footer__logo {
  width: 225px;
}
@media screen and (max-width: 768px) {
  .p-footer__logo {
    margin-inline: auto;
  }
}

.p-footer__logo-link {
  display: block;
}
.p-footer__logo-link img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-footer__address-wrap {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-footer__address-wrap {
    margin-top: 45px;
  }
}

.p-footer__address {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  padding-left: 4px;
}
@media screen and (max-width: 768px) {
  .p-footer__address {
    padding-left: 0;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

.p-footer__sns {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-footer__sns {
    display: none;
  }
}

.p-footer__sns-link {
  display: block;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media (any-hover: hover) {
  .p-footer__sns-link:hover {
    opacity: 0.8;
  }
}
.p-footer__sns-link.--instagram {
  width: 56px;
}
.p-footer__sns-link img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-footer__copyright {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-footer__copyright {
    display: none;
  }
}

.p-footer__copyright-text {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}

.p-footer__copyright-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-footer__copyright-sp {
    display: block;
    margin-top: 50px;
  }
}

.p-footer__copyright-sp-text {
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.5;
}

.p-footer__nav {
  margin-top: 85px;
}
@media screen and (max-width: 768px) {
  .p-footer__nav {
    margin-top: 70px;
  }
}

.p-footer__nav-list {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 89px;
}
@media screen and (max-width: 768px) {
  .p-footer__nav-list {
    gap: 71px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-footer__nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-footer__nav-wrap {
    gap: 10px;
  }
}

.p-footer__nav-link {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media screen and (max-width: 768px) {
  .p-footer__nav-link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
  }
}
@media (any-hover: hover) {
  .p-footer__nav-link:hover {
    opacity: 0.8;
  }
}

/* object > project > p-blog-card */
/* object > project > p-form */
.p-form input[type=text],
.p-form input[type=email],
.p-form input[type=tel],
.p-form textarea {
  width: 100%;
  background-color: #fff;
  border: 1px solid #2B2B2B;
  padding: 8px 8px;
}
.p-form input[type=text],
.p-form input[type=email],
.p-form input[type=tel] {
  height: 75px;
}
@media screen and (max-width: 768px) {
  .p-form input[type=text],
  .p-form input[type=email],
  .p-form input[type=tel] {
    height: 45px;
  }
}
.p-form input[type=text].--zip {
  width: 246px;
}
.p-form textarea {
  height: 225px;
  resize: none;
}
@media screen and (max-width: 768px) {
  .p-form textarea {
    height: 213px;
  }
}

.p-form__label-text {
  font-size: 24px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-form__label-text {
    font-size: 16px;
  }
}

.p-form__required {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
  color: #FF0000;
  position: relative;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.p-form__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .p-form__address {
    gap: 10px;
  }
}

.p-form__address-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 37px;
}

.p-form__address-mark {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}

.p-form__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .p-form__items {
    gap: 20px;
  }
}

.p-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-form__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
}
.p-form__item.--address, .p-form__item.--message {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-form__item.--address .p-form__label, .p-form__item.--message .p-form__label {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-form__item.--address .p-form__label, .p-form__item.--message .p-form__label {
    margin-top: 0;
  }
}

.p-form__label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 278px;
          flex: 0 0 278px;
}
@media screen and (max-width: 768px) {
  .p-form__label {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}

.p-form__control {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (max-width: 768px) {
  .p-form__control {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    margin-top: 10px;
  }
}

.p-form__privacy {
  margin-top: 40px;
  height: 210px;
  overflow-y: scroll;
  border: 1px solid #2B2B2B;
}
@media screen and (max-width: 768px) {
  .p-form__privacy {
    margin-top: 50px;
    height: 380px;
  }
}

.p-form__privacy-content {
  padding: 30px 26px 30px 30px;
}
@media screen and (max-width: 768px) {
  .p-form__privacy-content {
    padding: 19px 10px;
  }
}

.p-form__privacy-lead,
.p-form__privacy-text {
  font-size: 16px;
  font-weight: 300;
  color: #000;
}
@media screen and (max-width: 768px) {
  .p-form__privacy-lead,
  .p-form__privacy-text {
    font-size: 12px;
  }
}

.p-form__privacy-section + .p-form__privacy-section {
  margin-top: 1em;
}

.p-form__privacy-title {
  font-size: 20px;
  color: #000;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-form__privacy-title {
    font-size: 12px;
  }
}

.p-form__btn-wrap {
  margin-top: 50px;
  text-align: center;
}

/* object > project > p-fv */
.p-fv {
  height: 672px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), color-stop(20%, #2B2B2B), to(#2B2B2B));
  background: linear-gradient(to bottom, transparent 20%, #2B2B2B 20%, #2B2B2B 100%);
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-fv {
    height: 720px;
  }
}

.p-fv__slide-wrap {
  width: 87.421875%;
  height: 100%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-fv__slide-wrap {
    width: 100%;
  }
}

.p-fv__slide {
  height: 100%;
}
.p-fv__slide .swiper-wrapper {
  height: 100%;
}
.p-fv__slide .swiper-slide {
  height: 100%;
}
.p-fv__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-fv__box {
  position: absolute;
  left: 100px;
  bottom: 59px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-fv__box {
    left: 14px;
    bottom: 80px;
  }
}

.p-fv__box-title {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.5;
  text-shadow: 0 0 10px #000;
}
@media screen and (max-width: 768px) {
  .p-fv__box-title {
    font-size: 32px;
  }
}

.p-fv__box-sub {
  margin-top: 12px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-shadow: 0 0 10px #000;
}
@media screen and (max-width: 768px) {
  .p-fv__box-sub {
    margin-top: 10px;
    font-size: 14px;
  }
}

/* object > project > p-page-fv */
.p-page-fv--contact {
  padding: 100px 0 100px;
}
@media screen and (max-width: 768px) {
  .p-page-fv--contact {
    padding: 74px 0 75px;
  }
}
.p-page-fv--service {
  padding: 100px 0 100px;
}
@media screen and (max-width: 768px) {
  .p-page-fv--service {
    padding: 74px 0 50px;
  }
}
.p-page-fv--about {
  padding: 100px 0 100px;
}
@media screen and (max-width: 768px) {
  .p-page-fv--about {
    padding: 74px 0 80px;
  }
}
.p-page-fv--sdgs {
  padding: 100px 0 81px;
}
@media screen and (max-width: 768px) {
  .p-page-fv--sdgs {
    padding: 74px 0 37px;
  }
}
.p-page-fv--archive {
  padding: 100px 0 65px;
}
@media screen and (max-width: 768px) {
  .p-page-fv--archive {
    padding: 74px 0 46px;
  }
}
.p-page-fv--single {
  padding: 100px 0 50px;
}
@media screen and (max-width: 768px) {
  .p-page-fv--single {
    padding: 74px 0 34px;
  }
}
.p-page-fv--case {
  padding: 100px 0 60px;
}
@media screen and (max-width: 768px) {
  .p-page-fv--case {
    padding: 74px 0 46px;
  }
}

/* object > project > p-pagination */
.p-pagination {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-pagination {
    margin-top: 39px;
  }
}

.p-pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.p-pagination__item a,
.p-pagination__item span {
  color: #D9D9D9;
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
}

.is-current span {
  color: #000;
}

/* object > project > p-news */
.p-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 20px;
  border-top: 1px solid #D9D9D9;
}

.p-news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  padding-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media (any-hover: hover) {
  .p-news__link:hover {
    opacity: 0.8;
  }
}
.p-news__link:not(:first-of-type) {
  padding-top: 20px;
}

.p-news__date,
.p-news__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-news__date,
  .p-news__title {
    font-size: 14px;
  }
}

.p-news__post-text {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-news__post-text {
    font-size: 14px;
  }
}

/* object > project > p-drawer */
.p-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  padding: 86px 0 51px;
  background-color: #fff;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}
.p-drawer.is-open {
  opacity: 1;
  visibility: visible;
}

.p-drawer__nav-list {
  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: 20px;
}

.p-drawer__nav-link {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.p-drawer__map {
  margin-top: 50px;
  aspect-ratio: 374/250;
}
.p-drawer__map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-drawer__tel {
  margin-top: 30px;
  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-drawer__tel-text {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7142857143;
}

.p-drawer__tel-number {
  display: block;
  max-width: 280px;
  width: 100%;
  padding: 10px 0;
  border: 1px solid #000;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}

/* object > project > p-cta */
.p-cta {
  padding: 100px 0;
  background-image: url(../img/common/cta_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .p-cta {
    padding: 80px 0;
    background-image: url(../img/common/cta_bg_sp.webp);
  }
}

.p-cta__title {
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  padding-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-cta__title {
    font-size: 20px;
    padding-bottom: 19px;
  }
}
.p-cta__title::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  display: inline-block;
  width: 145px;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-cta__title::after {
    width: 100px;
  }
}

.p-cta__message {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-cta__message {
    margin-top: 20px;
  }
}

.p-cta__message-text {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-cta__message-text {
    font-size: 12px;
  }
}

.p-cta__btn-wrap {
  margin-top: 50px;
  text-align: center;
}

/* object > project > p-top */
/* about */
.p-top__about {
  padding: 100px 0 100px;
}
@media screen and (max-width: 768px) {
  .p-top__about {
    padding: 80px 0 80px;
  }
}

.p-top__section-heading {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-top__section-heading {
    font-size: 20px;
    line-height: 1.5;
  }
}

.p-top__about-content {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-top__about-content {
    margin-top: 30px;
  }
}

.p-top__about-message {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-top__about-message {
    margin-top: 26px;
  }
}

.p-top__about-message-text {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .p-top__about-message-text {
    font-size: 12px;
    text-align: left;
  }
}
.p-top__about-message-text .strong {
  font-weight: 600;
}

.p-top__about-service {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-top__about-service {
    margin-top: 30px;
  }
}

.p-top__about-btn-wrap {
  margin-top: 50px;
  text-align: center;
}

/* service list */
.p-top-service__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: clamp(70px, 36.8px + 8.84vw, 150px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-service__lists {
    gap: 36px;
  }
}
.p-top-service__lists::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #CDCED4;
  z-index: -1;
  top: 40%;
}

.p-top-service__list {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-top-service__list {
    gap: 13px;
  }
}

.p-top-service__icon {
  width: 125px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-top-service__icon {
    width: 81px;
  }
}

.p-top-service__text {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .p-top-service__text {
    font-size: 10px;
  }
}

/* case */
.p-top__case {
  padding: 0 0 50px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(23.3%, transparent), color-stop(23.3%, #2B2B2B), to(#2B2B2B));
  background: linear-gradient(to bottom, transparent 0, transparent 23.3%, #2B2B2B 23.3%, #2B2B2B 100%);
}
@media screen and (max-width: 768px) {
  .p-top__case {
    padding: 0 0 34px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(6%, transparent), color-stop(6%, #2B2B2B), to(#2B2B2B));
    background: linear-gradient(to bottom, transparent 0, transparent 6%, #2B2B2B 6%, #2B2B2B 100%);
  }
}

.p-top__case-content {
  margin: 59px auto 0;
}
@media screen and (max-width: 768px) {
  .p-top__case-content {
    width: 75%;
    margin: 46px auto 0;
  }
}
@media screen and (max-width: 600px) {
  .p-top__case-content {
    width: initial;
  }
}

.p-top__case-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 33px;
     -moz-column-gap: 33px;
          column-gap: 33px;
  row-gap: 30px;
}
@media screen and (max-width: 768px) {
  .p-top__case-list {
    grid-template-columns: 1fr;
    row-gap: 26px;
  }
}

/* voice */
.p-top__voice {
  padding: 50px 0 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#2B2B2B), color-stop(27.5862%, #2B2B2B), color-stop(27.5862%, transparent), to(transparent));
  background: linear-gradient(to bottom, #2B2B2B 0%, #2B2B2B 27.5862%, transparent 27.5862%, transparent 100%);
}
@media screen and (max-width: 768px) {
  .p-top__voice {
    padding: 34px 0 0;
  }
}

.p-top__voice-inner {
  max-width: 1178px;
  margin-inline: auto;
  padding: 0 15px;
}

.p-top__voice-content {
  margin-top: 50px;
}

.p-top__voice-slide-wrap {
  overflow: hidden;
}

.p-top__voice-slider {
  padding: 8px 34px;
  overflow: visible;
}
.p-top__voice-slider .p-top__voice-slide {
  width: 339px;
  min-height: 450px;
  height: auto;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  padding: 20px 25px 33px;
}
.p-top__voice-slider .swiper-button-prev,
.p-top__voice-slider .swiper-button-next {
  width: 69px;
  height: 69px;
  border-radius: 50%;
  background: #000;
}
@media screen and (max-width: 768px) {
  .p-top__voice-slider .swiper-button-prev,
  .p-top__voice-slider .swiper-button-next {
    display: none;
  }
}
.p-top__voice-slider .swiper-button-prev::after,
.p-top__voice-slider .swiper-button-next::after {
  content: none;
}
.p-top__voice-slider .swiper-button-prev::before,
.p-top__voice-slider .swiper-button-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 25px;
  height: 16px;
}
.p-top__voice-slider .swiper-button-prev::before {
  background-image: url(../img/top/icon-arrow-left.png);
}
.p-top__voice-slider .swiper-button-next::before {
  background-image: url(../img/top/icon-arrow-right.png);
}
.p-top__voice-slider .swiper-button-prev {
  right: initial;
  left: 0;
}
.p-top__voice-slider .swiper-button-next {
  right: 0;
}

.p-top__voice-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  padding-bottom: 30px;
  border-bottom: 1px solid #CDCED4;
}

.p-top__voice-pic {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 85px;
          flex: 0 0 85px;
}
.p-top__voice-pic img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top__voice-info {
  margin-top: -10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
}
.p-top__voice-info .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
}
.p-top__voice-info .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-top__voice-info .user-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}
.p-top__voice-info .user-info {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}
.p-top__voice-info .user-date {
  margin-left: 0.5em;
}
.p-top__voice-info .top-star-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-top__voice-info .top-star-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28px;
          flex: 0 0 28px;
  height: 28px;
}
.p-top__voice-info .top-star-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top__voice-info .top-start-number {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
}

.p-top__voice-body {
  margin-top: 10px;
  padding: 0 20px;
}

.p-top__voice-textarea {
  font-size: 16px;
  font-weight: 300;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 12;
}

.p-top__voice-btn-wrap {
  margin-top: 50px;
  text-align: center;
}

/* news */
.p-top__news {
  padding: 100px 0 100px;
}
@media screen and (max-width: 768px) {
  .p-top__news {
    padding: 80px 0 80px;
  }
}

.p-top__news-content {
  margin-top: 50px;
}

.p-top__news-btn-wrap {
  margin-top: 50px;
  text-align: center;
}

.p-top__post-text {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-top__post-text {
    font-size: 14px;
  }
}

/* object > project > p-about */
.p-about__fv-lead {
  margin-top: 50px;
  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: 40px;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .p-about__fv-lead {
    margin-top: 35px;
    gap: 30px;
  }
}

.p-about__fv-title {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-about__fv-title {
    font-size: 20px;
  }
}

.p-about__fv-message {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .p-about__fv-message {
    font-size: 12px;
    text-align: left;
  }
}
.p-about__fv-message .strong {
  font-weight: 600;
}

.p-about__list {
  padding-top: 30px;
  border-top: 1px solid #D9D9D9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .p-about__list {
    gap: 13px;
  }
}

.p-about__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (max-width: 768px) {
  .p-about__list-item {
    padding-bottom: 20px;
  }
}

.p-about__term {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 278px;
          flex: 0 0 278px;
  font-size: 24px;
  color: #000;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-about__term {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 89px;
            flex: 0 0 89px;
    font-size: 14px;
  }
}

.p-about__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 20px;
  color: #000;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-about__desc {
    font-size: 12px;
  }
}

.p-about__map {
  padding: 100px 0 100px;
}
@media screen and (max-width: 768px) {
  .p-about__map {
    padding: 80px 0 60px;
  }
}

.p-about__map-wrap {
  aspect-ratio: 1280/350;
}
@media screen and (max-width: 768px) {
  .p-about__map-wrap {
    aspect-ratio: 374/350;
  }
}
.p-about__map-wrap iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* object > project > p-service */
.p-service__fv-lead {
  margin-top: 50px;
  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: 40px;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .p-service__fv-lead {
    gap: 30px;
  }
}

.p-service__fv-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-service__fv-title {
    font-size: 20px;
    line-height: 1.5;
  }
}

.p-service__fv-message {
  font-size: 16px;
  font-weight: 300;
}

.p-service__content {
  padding: 0 0 97px;
}

.p-service__inner {
  max-width: 1113px;
  margin-inline: auto;
  padding: 0 15px;
}

/* cards */
.p-service__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 33px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 900px) {
  .p-service__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-service__cards {
    width: 75%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 600px) {
  .p-service__cards {
    width: initial;
    margin-inline: initial;
  }
}

.p-service__card {
  padding: 50px 38px;
  border: 1px solid #D9D9D9;
  font-style: normal;
  line-height: normal;
}
@media screen and (max-width: 900px) {
  .p-service__card {
    padding: 30px 0 30px;
    width: 100%;
  }
}

.p-service__card-title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 900px) {
  .p-service__card-title {
    font-size: 20px;
  }
}

.p-service__card-lists {
  margin-top: 30px;
}
@media screen and (max-width: 900px) {
  .p-service__card-lists {
    margin-top: 10px;
    padding-left: 61px;
  }
}

.p-service__card-list {
  font-size: 16px;
  font-weight: 300;
  list-style-type: disc;
  list-style-position: inside;
}
@media screen and (max-width: 900px) {
  .p-service__card-list {
    font-size: 14px;
  }
}

.p-service__flow-heading {
  padding: 100px 0 99px;
}
@media screen and (max-width: 768px) {
  .p-service__flow-heading {
    padding: 80px 0 65px;
  }
}

.p-service__flow-lead {
  margin-top: 44px;
}
@media screen and (max-width: 768px) {
  .p-service__flow-lead {
    margin: 35px auto 0;
    width: 75%;
  }
}
@media screen and (max-width: 600px) {
  .p-service__flow-lead {
    width: initial;
  }
}

.p-service__flow-lead-text {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  padding: 0 14px;
}
@media screen and (max-width: 768px) {
  .p-service__flow-lead-text {
    font-size: 12px;
    text-align: left;
  }
}

.p-service__flow-outer {
  max-width: 1280px;
  margin-inline: auto;
}

.p-service__flow-items {
  max-width: 1195px;
  margin-right: auto;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 98px;
}
@media screen and (max-width: 768px) {
  .p-service__flow-items {
    gap: 70px;
    padding-left: 15px;
    width: 75%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 600px) {
  .p-service__flow-items {
    width: initial;
    margin-inline: initial;
  }
}

.p-service__flow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 33px;
}
@media screen and (max-width: 768px) {
  .p-service__flow-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 31px;
  }
}

.p-service__flow-photo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 438px;
          flex: 0 0 438px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-service__flow-photo {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}
.p-service__flow-photo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-service__flow-tag {
  position: absolute;
  top: -48px;
  right: 0;
  color: rgba(43, 43, 43, 0.1);
  font-size: 64px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-service__flow-tag {
    font-size: 50px;
    line-height: 1.5;
    margin-top: 10px;
  }
}

.p-service__flow-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (max-width: 768px) {
  .p-service__flow-body {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}

.p-service__flow-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .p-service__flow-header {
    gap: 0;
  }
}

.p-service__flow-header-sub {
  color: #CDCED4;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-service__flow-header-sub {
    font-size: 16px;
    line-height: 1.5;
  }
}

.p-service__flow-title {
  font-size: 32px;
  line-height: 1.5;
  color: #000;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-service__flow-title {
    font-size: 24px;
    line-height: 1.5;
  }
}

.p-service__flow-textarea {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-service__flow-textarea {
    margin-top: 20px;
  }
}

.p-service__flow-text {
  font-size: 16px;
  font-weight: 300;
  color: #000;
}
@media screen and (max-width: 768px) {
  .p-service__flow-text {
    font-size: 12px;
  }
}

/* object > project > p-archive-case */
/* object > project > p-single-case */
.p-single-case__pic {
  padding-top: clamp(74px, 63.2px + 2.87vw, 100px);
}

.p-single-case__swiper {
  padding-inline: clamp(15px, -20.2px + 9.39vw, 100px);
  height: clamp(228px, 168.3px + 15.91vw, 372px);
}

.case-slide {
  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;
}

.case-slide__img {
  width: 100%;
  height: 100%;
}
.case-slide__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.case-pagination {
  text-align: center;
}
.case-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}
.case-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #d59b71;
}
.case-pagination .swiper-pagination-bullet:nth-of-type(1) {
  margin-left: 20px;
}
.case-pagination .swiper-pagination-bullet:nth-of-type(n + 2) {
  margin-left: 16px;
}

.p-single-case__content-inner {
  width: min(100% - 40px, 1079px);
  margin-inline: auto;
  padding-top: clamp(30px, 21.7px + 2.21vw, 50px);
  padding-bottom: clamp(79px, 69.5px + 2.54vw, 102px);
}
@media screen and (max-width: 768px) {
  .p-single-case__content-inner {
    width: min(100% - 28px, 1079px);
  }
}

.p-single-case__content + .p-single-case__content {
  margin-top: clamp(26px, 16px + 2.65vw, 50px);
}

.p-single-case__title {
  font-size: clamp(24px, 20.7px + 0.88vw, 32px);
  font-weight: 600;
}

.p-single-case__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .p-single-case__lists {
    padding-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

.p-single-case__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  font-weight: 600;
}

.p-single-case__list-term {
  font-size: clamp(14px, 11.5px + 0.66vw, 20px);
}

.p-single-case__list-desc {
  font-size: clamp(14px, 13.2px + 0.22vw, 16px);
}

.p-single-case__text {
  margin-top: clamp(30px, 23.4px + 1.77vw, 46px);
  font-size: clamp(12px, 10.3px + 0.44vw, 16px);
  font-weight: 300;
}

.p-single-case__voice-text:nth-of-type(1) {
  margin-top: clamp(25px, 14.6px + 2.76vw, 50px);
}

.p-single-case__btn-wrap {
  margin-top: 54px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-single-case__btn-wrap {
    margin-top: 42px;
  }
}

/* object > project > p-archive */
.p-archive__content {
  padding: 65px 0 100px;
}
@media screen and (max-width: 768px) {
  .p-archive__content {
    padding: 0 0 80px;
  }
}

/* object > project > p-single */
.p-single__contents {
  padding: 0 0 50px;
}

.p-single__inner {
  max-width: 554px;
  margin-inline: auto;
  padding: 0 15px;
}

.p-single__btn-wrap {
  margin-top: 54px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-single__btn-wrap {
    margin-top: 42px;
  }
}

.p-single__content p {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-single__content p {
    font-size: 12px;
  }
}
.p-single__content p + p {
  margin-top: 1em;
}
.p-single__content * + .wp-block-image {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-single__content * + .wp-block-image {
    margin-top: 25px;
  }
}
.p-single__content * + h2,
.p-single__content * + h3,
.p-single__content * + h4 {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-single__content * + h2,
  .p-single__content * + h3,
  .p-single__content * + h4 {
    margin-top: 25px;
  }
}
.p-single__content h2 + p,
.p-single__content h3 + p,
.p-single__content h4 + p,
.p-single__content .wp-block-image + p {
  margin-top: 16px;
}
.p-single__content h2 {
  font-size: 32px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-single__content h2 {
    font-size: 24px;
  }
}
.p-single__content h3 {
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-single__content h3 {
    font-size: 20px;
  }
}
.p-single__content h4 {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-single__content h4 {
    font-size: 16px;
  }
}

/* object > project > p-contact */
.p-contact__fv-message {
  margin-top: 50px;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .p-contact__fv-message {
    margin-top: 25px;
  }
}

.p-contact__fv-text {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-contact__fv-text {
    font-size: 12px;
    text-align: left;
  }
}

.p-contact__content {
  padding: 100px 0 100px;
  background-color: #D9D9D9;
}
@media screen and (max-width: 768px) {
  .p-contact__content {
    padding: 80px 0 80px;
  }
}

.p-contact__tel {
  padding: 100px 0 100px;
}
@media screen and (max-width: 768px) {
  .p-contact__tel {
    padding: 50px 0 77px;
  }
}

.p-contact__tel-content {
  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-contact__tel-message {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}

/* object > project > p-sdgs */
.p-sdgs__fv-lead {
  margin-top: 40px;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .p-sdgs__fv-lead {
    margin: 24px auto 0;
    width: 75%;
  }
}
@media screen and (max-width: 600px) {
  .p-sdgs__fv-lead {
    width: initial;
  }
}

.p-sdgs__fv-lead-text {
  text-align: center;
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-sdgs__fv-lead-text {
    font-size: 12px;
    text-align: left;
  }
}

.p-sdgs__content {
  margin-top: 50px;
  padding: 0 0 100px;
}
@media screen and (max-width: 768px) {
  .p-sdgs__content {
    margin-top: 0;
    padding: 0 0 78px;
  }
}

.p-sdgs__inner {
  max-width: 1111px;
  margin-inline: auto;
  padding: 0 15px;
}

.p-sdgs__tags {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media screen and (max-width: 1040px) {
  .p-sdgs__tags {
    gap: 16px;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-sdgs__tags {
    width: 75%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 600px) {
  .p-sdgs__tags {
    width: initial;
    margin-inline: initial;
  }
}

.p-sdgs__tag {
  padding: 23px 8px 22px;
  border: 1px solid #B2B2B2;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-sdgs__tag {
    padding: 11px 8px 10px;
    font-size: 16px;
  }
}

.p-sdgs__items {
  margin-top: 91px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 51px;
}
@media screen and (max-width: 768px) {
  .p-sdgs__items {
    margin: 50px auto 0;
    width: 75%;
  }
}
@media screen and (max-width: 600px) {
  .p-sdgs__items {
    width: initial;
  }
}

.p-sdgs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11.7483%;
}
@media screen and (max-width: 1040px) {
  .p-sdgs__item {
    gap: 42px;
  }
}
@media screen and (max-width: 768px) {
  .p-sdgs__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}

.p-sdgs__item-photo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 431px;
          flex: 0 0 431px;
}
@media screen and (max-width: 900px) {
  .p-sdgs__item-photo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 380px;
            flex: 0 0 380px;
  }
}
@media screen and (max-width: 768px) {
  .p-sdgs__item-photo {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}
.p-sdgs__item-photo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-sdgs__item-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (max-width: 768px) {
  .p-sdgs__item-body {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}

.p-sdgs__item-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
  color: #000;
}
@media screen and (max-width: 1040px) {
  .p-sdgs__item-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .p-sdgs__item-title {
    font-size: 20px;
    line-height: 1.5;
  }
}

.p-sdgs__item-textarea {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-sdgs__item-textarea {
    margin-top: 10px;
  }
}

.p-sdgs__item-text {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-sdgs__item-text {
    font-size: 12px;
  }
}

.p-archive-case__inner {
  width: min(100% - 40px, 1120px);
  margin-inline: auto;
  padding-inline: 20px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-archive-case__inner {
    margin-inline: 15px;
    padding-inline: 0;
    width: initial;
  }
}

.p-archive-case__articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 33px;
}
@media screen and (max-width: 900px) {
  .p-archive-case__articles {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p-archive-case__articles {
    grid-template-columns: repeat(1, 1fr);
    width: 75%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 600px) {
  .p-archive-case__articles {
    width: initial;
    margin-inline: initial;
  }
}

.p-case-card {
  display: block;
  margin-inline: auto;
}
.p-case-card.--white .p-case-card__name {
  color: #fff;
}
.p-case-card.--white .p-case-card__meta {
  color: #fff;
}

.p-case-card__img {
  max-height: 225px;
  aspect-ratio: 338/225;
}
@media screen and (max-width: 768px) {
  .p-case-card__img {
    aspect-ratio: initial;
    max-height: initial;
  }
}
.p-case-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-case-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .p-case-card__body {
    gap: 0;
  }
}

.p-case-card__name {
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-case-card__name {
    font-size: 20px;
    line-height: 1.5;
  }
}

.p-case-card__meta {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .p-case-card__meta {
    font-size: 12px;
    line-height: 1.5;
  }
}

.p-archive-case__pagination {
  margin-top: 44px;
}
@media screen and (max-width: 768px) {
  .p-archive-case__pagination {
    margin-top: 62px;
  }
}

/* object > utility > display */
.u-pc-br {
  display: inline;
}
@media screen and (max-width: 768px) {
  .u-pc-br {
    display: none;
  }
}

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