@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: "Shippori Mincho", serif;
  color: #222222;
  background-color: #fff;
}
body.js-no-scroll {
  overflow: hidden;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
.l-inner {
  max-width: 1320px;
  margin-inline: auto;
  padding: 0 20px;
}

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

/* layout > outer */
.l-outer {
  max-width: 1620px;
  margin-inline: auto;
}

.l-outer-lg {
  max-width: 1920px;
  margin-inline: auto;
}

/* columns */
.l-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1240px) {
  .l-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 37px;
  }
}

.l-columns__left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (max-width: 1240px) {
  .l-columns__left {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}

.l-columns__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 799px;
          flex: 0 0 799px;
}
@media screen and (max-width: 1240px) {
  .l-columns__right {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}

/* layout > page */
.l-page {
  padding-top: 216px;
}
@media screen and (max-width: 768px) {
  .l-page {
    padding-top: 111px;
  }
}
.l-page.--about {
  padding-top: 247px;
}
@media screen and (max-width: 768px) {
  .l-page.--about {
    padding-top: 123px;
  }
}
.l-page.--service {
  padding-top: 247px;
}
@media screen and (max-width: 768px) {
  .l-page.--service {
    padding-top: 123px;
  }
}
.l-page.--archive-works {
  padding-top: 247px;
}
@media screen and (max-width: 768px) {
  .l-page.--archive-works {
    padding-top: 123px;
  }
}
.l-page.--single-works {
  padding-top: 247px;
}
@media screen and (max-width: 768px) {
  .l-page.--single-works {
    padding-top: 123px;
  }
}
.l-page.--home {
  padding-top: 247px;
}
@media screen and (max-width: 768px) {
  .l-page.--home {
    padding-top: 123px;
  }
}
.l-page.--single {
  padding-top: 247px;
}
@media screen and (max-width: 768px) {
  .l-page.--single {
    padding-top: 123px;
  }
}
.l-page.--contact {
  padding-top: 247px;
}
@media screen and (max-width: 768px) {
  .l-page.--contact {
    padding-top: 123px;
  }
}
.l-page.--thanks {
  padding-top: 247px;
}
@media screen and (max-width: 768px) {
  .l-page.--thanks {
    padding-top: 123px;
  }
}
.l-page.--privacy {
  padding-top: 247px;
}
@media screen and (max-width: 768px) {
  .l-page.--privacy {
    padding-top: 123px;
  }
}

/* object > component > button */
.c-link-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  background-color: #DC010B;
}
.c-link-button .mark {
  display: inline-block;
  background-color: #fff;
  border-radius: 50%;
}
.c-link-button .text {
  color: #fff;
}
.c-link-button--lg {
  width: 418px;
  padding: 50px 10px 45px;
  border-radius: 68px;
  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;
  gap: 7px;
}
@media screen and (max-width: 768px) {
  .c-link-button--lg {
    width: 250px;
    padding: 27px 10px 26px;
  }
}
.c-link-button--lg .mark {
  width: 13px;
  height: 13px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .c-link-button--lg .mark {
    width: 8px;
    height: 8px;
  }
}
.c-link-button--lg .text {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-link-button--lg .text {
    font-size: 13px;
  }
}
.c-link-button--single {
  background-color: #DC010B;
  width: 265px;
  border-radius: 68px;
  padding: 27px 10px 24px 64px;
}
@media screen and (max-width: 768px) {
  .c-link-button--single {
    width: 201px;
    padding: 16px 10px 13px 47px;
    gap: 8px;
  }
}
.c-link-button--single .mark {
  width: 15px;
  height: 15px;
}
@media screen and (max-width: 768px) {
  .c-link-button--single .mark {
    width: 12px;
    height: 12px;
  }
}
.c-link-button--single .text {
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .c-link-button--single .text {
    font-size: 17px;
  }
}
.c-link-button--case {
  background-color: #DC010B;
  width: 156px;
  border-radius: 68px;
  padding: 16px 10px 14px 34px;
}
.c-link-button--case .mark {
  width: 8px;
  height: 8px;
}
.c-link-button--case .text {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.025em;
}
.c-link-button--works {
  gap: 7px;
  background-color: #DC010B;
  width: 179px;
  border-radius: 68px;
  padding: 14px 10px 11px 39px;
}
.c-link-button--works .mark {
  width: 10px;
  height: 10px;
}
.c-link-button--works .text {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.025em;
}
.c-link-button--top-works {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #DC010B;
  border-radius: 68px;
  gap: 6px;
  width: 164px;
  padding: 15px 10px 15px 10px;
}
@media screen and (max-width: 768px) {
  .c-link-button--top-works {
    width: 277px;
    border-radius: 68px;
    padding: 19px 10px 20px 10px;
  }
}
.c-link-button--top-works .mark {
  width: 10px;
  height: 10px;
}
.c-link-button--top-works .text {
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.025em;
  font-weight: 700;
}
.c-link-button--review {
  background-color: #282828;
  width: 251px;
  border-radius: 68px;
  padding: 22px 10px 21px 48px;
}
@media screen and (max-width: 768px) {
  .c-link-button--review {
    width: 175px;
    padding: 16px 0 14px 34px;
  }
}
.c-link-button--review .mark {
  width: 13px;
  height: 13px;
}
@media screen and (max-width: 768px) {
  .c-link-button--review .mark {
    width: 10px;
    height: 10px;
    position: relative;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
}
.c-link-button--review .text {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.025em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-link-button--review .text {
    font-size: 15px;
    line-height: 1;
  }
}
.c-link-button--single-works {
  background-color: #DC010B;
  gap: 10px;
  width: 418px;
  border-radius: 68px;
  padding: 42px 10px 42px 121px;
}
@media screen and (max-width: 768px) {
  .c-link-button--single-works {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
    width: 250px;
    padding: 22px 10px 23px 10px;
  }
}
.c-link-button--single-works .mark {
  width: 15px;
  height: 15px;
}
@media screen and (max-width: 768px) {
  .c-link-button--single-works .mark {
    width: 8px;
    height: 8px;
  }
}
.c-link-button--single-works .text {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .c-link-button--single-works .text {
    font-size: 13px;
  }
}
.c-link-button--single {
  background-color: #DC010B;
  gap: 10px;
  width: 418px;
  border-radius: 68px;
  padding: 44px 10px 44px 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-link-button--single {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
    width: 250px;
    padding: 22px 10px 23px 10px;
  }
}
.c-link-button--single .mark {
  width: 15px;
  height: 15px;
}
@media screen and (max-width: 768px) {
  .c-link-button--single .mark {
    width: 8px;
    height: 8px;
  }
}
.c-link-button--single .text {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .c-link-button--single .text {
    font-size: 13px;
  }
}
.c-link-button--news {
  width: 265px;
  padding: 29px 10px 27px 79px;
  border-radius: 68px;
  gap: 6px;
}
.c-link-button--news .mark {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.c-link-button--news .text {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  line-height: 1;
}
.c-link-button--cta {
  width: 265px;
  border-radius: 68px;
  padding: 19px 16px 19px 55px;
  font-size: 17px;
  line-height: 1.8235294118;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .c-link-button--cta {
    width: 187px;
    padding: 12px 9px 11px 31px;
    font-size: 13px;
    line-height: 1.8461538462;
  }
}
.c-link-button--cta .mark {
  width: 12px;
  height: 12px;
}
@media screen and (max-width: 768px) {
  .c-link-button--cta .mark {
    width: 8px;
    height: 8px;
  }
}
.c-link-button--cta .text {
  font-size: 17px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .c-link-button--cta .text {
    font-size: 13px;
  }
}

.c-link-button02 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  position: relative;
}
.c-link-button02::after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 0;
  display: inline-block;
  width: 107.5px;
  height: 1px;
  background-color: #162F66;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .c-link-button02::after {
    width: 85.5px;
  }
}
.c-link-button02.--sm {
  gap: 6px;
}
@media screen and (max-width: 768px) {
  .c-link-button02.--sm {
    gap: 3px;
  }
}
.c-link-button02.--sm::after {
  width: 103px;
  left: 17px;
}
@media screen and (max-width: 768px) {
  .c-link-button02.--sm::after {
    width: 57px;
    left: 11px;
  }
}
.c-link-button02.--sm .mark {
  width: 11px;
  height: 11px;
}
@media screen and (max-width: 768px) {
  .c-link-button02.--sm .mark {
    width: 7px;
    height: 7px;
  }
}
.c-link-button02.--sm .text {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .c-link-button02.--sm .text {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-link-button02.--service {
    gap: 4.5px;
  }
}
@media screen and (max-width: 768px) {
  .c-link-button02.--service::after {
    width: 68px;
    left: 13px;
  }
}
@media screen and (max-width: 768px) {
  .c-link-button02.--service .mark {
    width: 8px;
    height: 8px;
  }
}
.c-link-button02.--service .text {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .c-link-button02.--service .text {
    font-size: 11px;
  }
}
.c-link-button02.--archive-works {
  gap: 4.8px;
}
@media screen and (max-width: 768px) {
  .c-link-button02.--archive-works::after {
    width: 73.8px;
    left: 14px;
  }
}
@media screen and (max-width: 768px) {
  .c-link-button02.--archive-works .mark {
    width: 8.73px;
    height: 8.73px;
  }
}
.c-link-button02.--archive-works .text {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .c-link-button02.--archive-works .text {
    font-size: 13px;
  }
}
.c-link-button02 .mark {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #DC010B;
}
.c-link-button02 .text {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .c-link-button02 .text {
    font-size: 16px;
  }
}

/* 送信ボタン */
.c-confirm-button__wrap,
.c-back-button__wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 7px;
  width: 418px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-confirm-button__wrap,
  .c-back-button__wrap {
    width: 250px;
    gap: 4px;
  }
}
.c-confirm-button__wrap::before,
.c-back-button__wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #fff;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .c-confirm-button__wrap::before,
  .c-back-button__wrap::before {
    width: 8px;
    height: 8px;
  }
}

.c-confirm-button__wrap::before {
  left: 159px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .c-confirm-button__wrap::before {
    left: 92px;
    top: 47%;
  }
}

.c-back-button__wrap::before {
  left: 168px;
}
@media screen and (max-width: 768px) {
  .c-back-button__wrap::before {
    left: 101px;
    top: 47%;
  }
}

.c-confirm-button {
  cursor: pointer;
  display: inline-block;
  text-align: left;
  width: 100%;
  background-color: #DC010B;
  color: #fff;
  border-radius: 68px;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 700;
  padding: 47px 10px 47px 179px;
}
@media screen and (max-width: 768px) {
  .c-confirm-button {
    width: 250px;
    padding: 27px 10px 27px 105px;
    font-size: 13px;
  }
}
.c-confirm-button.is-disabled {
  pointer-events: none;
  cursor: initial;
}

.c-back-button {
  cursor: pointer;
  display: inline-block;
  text-align: left;
  width: 100%;
  background-color: #CECECE;
  color: #fff;
  border-radius: 68px;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 700;
  padding: 44px 10px 44px 188px;
}
@media screen and (max-width: 768px) {
  .c-back-button {
    width: 250px;
    padding: 25px 10px 27px 111px;
    font-size: 13px;
  }
}

/* object > component > 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;
}
.c-section-heading--main .c-section-heading__en {
  color: #DC010B;
}
.c-section-heading--main .c-section-heading__jp {
  color: #2B2B2B;
}
.c-section-heading--black .c-section-heading__en {
  color: #222222;
}
.c-section-heading--black .c-section-heading__jp {
  color: #222222;
}

.c-section-heading__en {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: clamp(2.688rem, 0.861rem + 7.79vw, 8.75rem);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-section-heading__en.--privacy {
    font-size: 38px;
  }
}

.c-section-heading__jp {
  color: #fff;
  font-size: clamp(0.875rem, 0.762rem + 0.48vw, 1.25rem);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
/* object > project > drawer */
.p-drawer {
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  padding: 68px 34.5px 167px;
  display: none;
}

.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;
  gap: 17px;
}

.p-drawer__nav-link {
  display: block;
  padding-bottom: 18px;
  border-bottom: 1px solid #D6D6D6;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.025em;
  position: relative;
}
.p-drawer__nav-link::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 10px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #DC010B;
}

.p-drawer__tel {
  margin-top: 29px;
  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-drawer__tel-link {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.3103448276;
}

.p-drawer__tel-hours {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3076923077;
}

/* object > project > form */
.p-form input[type=text],
.p-form input[type=email],
.p-form input[type=tel],
.p-form textarea {
  width: 100%;
  border: 1px solid #EAEAEA;
  border-radius: 5px;
  padding: 12px 15px 12px 30px;
  background-color: #fff;
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-form input[type=text],
  .p-form input[type=email],
  .p-form input[type=tel],
  .p-form textarea {
    padding: 12px 15px 12px 15px;
  }
}
.p-form input[type=text]::-webkit-input-placeholder, .p-form input[type=email]::-webkit-input-placeholder, .p-form input[type=tel]::-webkit-input-placeholder, .p-form textarea::-webkit-input-placeholder {
  color: #CCCCCC;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
}
.p-form input[type=text]::-moz-placeholder, .p-form input[type=email]::-moz-placeholder, .p-form input[type=tel]::-moz-placeholder, .p-form textarea::-moz-placeholder {
  color: #CCCCCC;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
}
.p-form input[type=text]:-ms-input-placeholder, .p-form input[type=email]:-ms-input-placeholder, .p-form input[type=tel]:-ms-input-placeholder, .p-form textarea:-ms-input-placeholder {
  color: #CCCCCC;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
}
.p-form input[type=text]::-ms-input-placeholder, .p-form input[type=email]::-ms-input-placeholder, .p-form input[type=tel]::-ms-input-placeholder, .p-form textarea::-ms-input-placeholder {
  color: #CCCCCC;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
}
.p-form input[type=text]::placeholder,
.p-form input[type=email]::placeholder,
.p-form input[type=tel]::placeholder,
.p-form textarea::placeholder {
  color: #CCCCCC;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
}
.p-form textarea {
  height: 244px;
  resize: none;
}
@media screen and (max-width: 768px) {
  .p-form textarea {
    height: 98px;
  }
}

.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: 20px;
}
@media screen and (max-width: 768px) {
  .p-form__items {
    gap: 20px;
  }
}
.p-form__items.--confirm .p-form__item {
  padding-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .p-form__items.--confirm .p-form__item {
    padding-bottom: 25px;
  }
}

.p-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #EDEDED;
}
@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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 24px;
    gap: 12px;
  }
}
.p-form__item.--message {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-form__item.--message .p-form__label {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .p-form__item.--message .p-form__label {
    margin-top: 0;
  }
}

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

.p-form__label-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-form__label-text .title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-form__label-text .title {
    font-size: 12px;
  }
}
.p-form__label-text .tag {
  border-radius: 2px;
  width: 37px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-form__label-text .tag {
    font-size: 10px;
    width: 29px;
    height: 18px;
  }
}
.p-form__label-text .tag.--required {
  color: #fff;
  background-color: #DC010B;
}
.p-form__label-text.--sm {
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .p-form__label-text.--sm {
    gap: 12px;
  }
}
.p-form__label-text.--md {
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-form__label-text.--md {
    gap: 18px;
  }
}
.p-form__label-text.--lg {
  gap: 41px;
}
@media screen and (max-width: 768px) {
  .p-form__label-text.--lg {
    gap: 31px;
  }
}

.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;
    width: 100%;
  }
}

.p-form__privacy {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-form__privacy {
    margin-top: 14px;
  }
}
.p-form__privacy label {
  cursor: pointer;
}
.p-form__privacy input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
.p-form__privacy input[type=checkbox] + span {
  padding-left: 30px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-form__privacy input[type=checkbox] + span {
    padding-left: 25px;
    font-size: 12px;
  }
}
.p-form__privacy input[type=checkbox] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 20px;
  height: 22px;
  border-radius: 3px;
  border: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .p-form__privacy input[type=checkbox] + span::before {
    width: 17px;
    height: 17px;
  }
}
.p-form__privacy input[type=checkbox] + span a {
  text-decoration: underline;
}
.p-form__privacy input[type=checkbox]:checked + span::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 3px;
  display: inline-block;
  width: 14px;
  height: 5px;
  border-left: 1.5px solid #DC010B;
  border-bottom: 1.5px solid #DC010B;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .p-form__privacy input[type=checkbox]:checked + span::after {
    top: 4px;
    left: 3px;
    width: 11px;
    height: 4.5px;
  }
}

.p-form__btn-wrap {
  margin-top: 55px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-form__btn-wrap {
    margin-top: 40px;
  }
}
.p-form__btn-wrap.--confirm {
  display: grid;
  grid-template-columns: repeat(2, 418px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: initial;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-form__btn-wrap.--confirm {
    grid-template-columns: 250px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 13px;
  }
}

/* object > project > fv */
.p-fv {
  position: relative;
}

.p-fv__slider-wrap {
  position: relative;
}

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

.p-fv__slide-deco {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}

.p-fv__roof-text {
  position: absolute;
  bottom: 24px;
  right: 0;
  display: block;
  width: clamp(14.313rem, 5.954rem + 35.66vw, 42.063rem);
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.p-fv__scroll {
  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;
  position: absolute;
  right: 25px;
  bottom: 252px;
  z-index: 2;
}
@media screen and (max-width: 1040px) {
  .p-fv__scroll {
    right: 20px;
    bottom: 230px;
  }
}
@media screen and (max-width: 768px) {
  .p-fv__scroll {
    display: none;
  }
}

.p-fv__scroll-text {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 2.1428571429;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 1040px) {
  .p-fv__scroll-text {
    font-size: 12px;
  }
}

.p-fv__scroll-bar {
  position: relative;
}
.p-fv__scroll-bar span {
  display: inline-block;
}
.p-fv__scroll-bar .bar {
  width: 1px;
  height: 226px;
  background-color: #fff;
}
@media screen and (max-width: 1040px) {
  .p-fv__scroll-bar .bar {
    height: 150px;
  }
}
.p-fv__scroll-bar .circle {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50%;
  width: 11px;
  height: auto;
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 50%;
  -webkit-animation: 2s ease-in-out backwards infinite scrollDown;
          animation: 2s ease-in-out backwards infinite scrollDown;
}
@media screen and (max-width: 768px) {
  .p-fv__scroll-bar .circle {
    width: 9px;
  }
}
@-webkit-keyframes scrollDown {
  0% {
    top: 0;
    opacity: 1;
  }
  80% {
    top: 96%;
    opacity: 1;
  }
  100% {
    top: 96%;
    opacity: 0;
  }
}
@keyframes scrollDown {
  0% {
    top: 0;
    opacity: 1;
  }
  80% {
    top: 96%;
    opacity: 1;
  }
  100% {
    top: 96%;
    opacity: 0;
  }
}

.p-fv__title-block {
  margin-top: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 180px;
  padding: 0 40px 0 101px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1240px) {
  .p-fv__title-block {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-fv__title-block {
    margin-top: 4.4px;
    padding: 0;
  }
}

.p-fv__title {
  width: clamp(20.875rem, 9.505rem + 48.51vw, 58.625rem);
}
@media screen and (max-width: 768px) {
  .p-fv__title {
    margin-inline: auto;
  }
}
.p-fv__title img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-fv__sub-title {
  font-family: "Montserrat", sans-serif;
  color: #DC010B;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.025em;
  position: relative;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
@media screen and (max-width: 768px) {
  .p-fv__sub-title {
    font-size: 16px;
    -webkit-transform: none;
            transform: none;
  }
}

/* object > project > page-fv */
.p-page-fv {
  max-width: 1320px;
  margin-inline: auto;
  padding: 0 20px;
}

.p-page-fv__breadcrumb {
  margin-top: 107px;
}
@media screen and (max-width: 768px) {
  .p-page-fv__breadcrumb {
    margin-top: 58px;
  }
}

/* object > project > header */
.p-header {
  position: fixed;
  top: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 98.7654%;
  max-width: 1600px;
  background-color: rgba(255, 255, 255, 0.8);
  height: 80px;
  border-radius: 10px;
  z-index: 999;
  -webkit-transition: border-radius 0.3s ease, background-color 0.4s ease;
  transition: border-radius 0.3s ease, background-color 0.4s ease;
}
@media screen and (max-width: 768px) {
  .p-header {
    top: 15px;
    height: 48px;
    width: 92%;
    border-radius: 5px;
  }
}
.p-header.is-open {
  border-radius: 5px 5px 0 0;
  background-color: #fff;
}

.p-header__inner {
  height: 100%;
  padding: 0 39px 0 30px;
  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;
}
@media screen and (max-width: 1240px) {
  .p-header__inner {
    padding: 0 20px 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-header__inner {
    padding: 0 17px 0 12px;
  }
}

.p-header__logo-link {
  display: block;
  width: 139px;
}
@media screen and (max-width: 1240px) {
  .p-header__logo-link {
    width: 119px;
  }
}
@media screen and (max-width: 768px) {
  .p-header__logo-link {
    width: 81px;
  }
}
.p-header__logo-link img {
  width: 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;
}
@media screen and (max-width: 1040px) {
  .p-header__right {
    display: none;
  }
}

.p-header__right-sp {
  display: none;
}
@media screen and (max-width: 1040px) {
  .p-header__right-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15.5px;
    margin-top: 6px;
  }
}
.p-header__right-sp .p-header__nav-link--contact {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26px;
          flex: 0 0 26px;
}
@media screen and (max-width: 768px) {
  .p-header__right-sp .p-header__nav-link--contact .icon {
    width: 26px;
  }
}

.p-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1240px) {
  .p-header__nav-list {
    gap: 20px;
  }
}

.p-header__nav-link {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.025em;
  position: relative;
}
.p-header__nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -3.5px;
  display: inline-block;
  width: 12px;
  height: 2px;
  background-color: #DC010B;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media (any-hover: hover) {
  .p-header__nav-link:hover::after {
    opacity: 1;
  }
}
.p-header__nav-link--contact {
  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: 1.4px;
}
.p-header__nav-link--contact .icon {
  width: 42px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-header__nav-link--contact .text {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1.75;
  letter-spacing: 0.025em;
}

.p-header__tel {
  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;
  margin-left: 41px;
  position: relative;
}
.p-header__tel::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -21px;
  display: inline-block;
  width: 1px;
  height: 30px;
  background-color: #B4B4B4;
}

.p-header__tel-top {
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.2173913043;
}

.p-header__tel-bottom {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4545454545;
}

.p-header__contact {
  width: 58px;
  height: 58px;
  margin-left: 44px;
  position: relative;
}
.p-header__contact::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -24.5px;
  display: inline-block;
  width: 1px;
  height: 30px;
  background-color: #B4B4B4;
}

.p-header__contact-link {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  background-color: #DC010B;
  border-radius: 50%;
}
.p-header__contact-link .icon {
  width: 32px;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-header__hamburger {
  display: block;
  width: 24px;
  height: 20px;
  position: relative;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.p-header__hamburger.is-open .p-header__hamburger-line:nth-of-type(1) {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-header__hamburger.is-open .p-header__hamburger-line:nth-of-type(2) {
  opacity: 0;
}
.p-header__hamburger.is-open .p-header__hamburger-line:nth-of-type(3) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-header__hamburger-line {
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #222222;
  border-radius: 5px;
  position: absolute;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s 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 > footer */
.p-footer {
  padding: 110px 0 15px;
  border-radius: 50px 50px 0 0;
  background-image: url(../img/common/footer-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .p-footer {
    border-radius: 25px 25px 0 0;
    padding: 70px 0 13px;
  }
}

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

.p-footer__cta-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 31px;
}
@media screen and (max-width: 1240px) {
  .p-footer__cta-items {
    grid-template-columns: 1fr;
    gap: 20px;
    width: 70%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__cta-items {
    width: initial;
  }
}

.p-footer__cta-item {
  background-color: #fff;
  border-radius: 20px;
  padding: 34px 10px 10px 34px;
  min-height: 337px;
}
@media screen and (max-width: 768px) {
  .p-footer__cta-item {
    border-radius: 10px;
    padding: 19px 10px 10px 20px;
    min-height: initial;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__cta-item--call {
    min-height: 147px;
  }
  .p-footer__cta-item--mail {
    min-height: 131px;
  }
  .p-footer__cta-item--form {
    min-height: 142px;
  }
}

.p-footer__cta-en {
  padding-left: 66.5px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #DC010B;
  line-height: 1.3333333333;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-footer__cta-en {
    font-size: 9px;
    line-height: 1.3333333333;
    padding-left: 40px;
  }
}
.p-footer__cta-en::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 60px;
  height: 1px;
  background-color: #DC010B;
}
@media screen and (max-width: 768px) {
  .p-footer__cta-en::before {
    width: 34px;
  }
}
.p-footer__cta-en.--lg {
  padding-left: 66.5px;
}
@media screen and (max-width: 768px) {
  .p-footer__cta-en.--lg {
    font-size: 15px;
    line-height: 1.2666666667;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__cta-en.--lg::before {
    width: 60px;
  }
}

.p-footer__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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  .p-footer__cta-content {
    margin-right: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-footer__cta-content .icon {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-footer__cta-content--call {
  margin-top: 15.7px;
}
@media screen and (max-width: 768px) {
  .p-footer__cta-content--call {
    margin-top: 11px;
    gap: 22px;
  }
}
.p-footer__cta-content--call .p-footer__cta-body {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-footer__cta-content--call .p-footer__cta-body {
    margin-top: 0;
  }
}
.p-footer__cta-content--call .icon {
  width: 75px;
  height: 110px;
}
@media screen and (max-width: 768px) {
  .p-footer__cta-content--call .icon {
    width: 53px;
    height: 61px;
  }
}
.p-footer__cta-content--mail {
  margin-top: 54px;
}
@media screen and (max-width: 768px) {
  .p-footer__cta-content--mail {
    gap: 32px;
    margin-top: 11px;
    padding-left: 5px;
  }
}
.p-footer__cta-content--mail .p-footer__cta-body {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-footer__cta-content--mail .p-footer__cta-body {
    margin-top: 0;
  }
}
.p-footer__cta-content--mail .icon {
  width: 68px;
}
@media screen and (max-width: 768px) {
  .p-footer__cta-content--mail .icon {
    width: 44px;
  }
}
.p-footer__cta-content--form {
  margin-top: 37px;
}
@media screen and (max-width: 768px) {
  .p-footer__cta-content--form {
    margin-top: 11px;
    margin-left: 13px;
    gap: 30px;
  }
}
.p-footer__cta-content--form .p-footer__cta-body {
  margin-top: 30px;
  gap: 14px;
}
@media screen and (max-width: 768px) {
  .p-footer__cta-content--form .p-footer__cta-body {
    margin-top: 0;
    gap: 11px;
  }
}
.p-footer__cta-content--form .icon {
  width: 55px;
  height: 72px;
}
@media screen and (max-width: 768px) {
  .p-footer__cta-content--form .icon {
    width: 32px;
    height: 43px;
  }
}

.p-footer__cta-body {
  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 (max-width: 768px) {
  .p-footer__cta-body {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.p-footer__cta-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-footer__cta-title {
    font-size: 14px;
    line-height: 1.3571428571;
  }
}

.p-footer__cta-tel-number {
  display: inline-block;
  margin-top: 6px;
  font-family: "Montserrat", sans-serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 1.347826087;
}
@media screen and (max-width: 768px) {
  .p-footer__cta-tel-number {
    margin-top: 3px;
    font-size: 30px;
    line-height: 1.3333333333;
  }
}

.p-footer__sp-tel-desc {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-footer__sp-tel-desc {
    display: block;
    font-size: 9px;
    line-height: 1.3333333333;
    font-weight: 500;
  }
}

.p-footer__cta-mail-text {
  margin-top: 7px;
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: 500;
}
@media screen and (max-width: 500px) {
  .p-footer__cta-mail-text {
    margin-top: 3px;
    font-size: 17px;
  }
}

.p-footer__bottom {
  margin-top: 100px;
  border-top: 2px solid #fff;
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 396px;
}
@media screen and (max-width: 1240px) {
  .p-footer__bottom {
    gap: 200px;
  }
}
@media screen and (max-width: 1040px) {
  .p-footer__bottom {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
}
@media screen and (max-width: 900px) {
  .p-footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__bottom {
    margin-top: 60px;
    padding-top: 8px;
  }
}

.p-footer__info {
  margin-top: 27px;
}

.p-footer__logo {
  display: block;
  width: 166px;
}
@media screen and (max-width: 768px) {
  .p-footer__logo {
    width: 133px;
  }
}
.p-footer__logo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.p-footer__address-text {
  color: #fff;
  font-size: 14px;
  line-height: 1.3571428571;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-footer__address-text {
    font-size: 11px;
    line-height: 1.3636363636;
  }
}

.p-footer__nav {
  margin-top: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 118px;
}
@media screen and (max-width: 1240px) {
  .p-footer__nav {
    gap: 64px;
  }
}
@media screen and (max-width: 900px) {
  .p-footer__nav {
    max-width: 245px;
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 13px;
  }
}

@media screen and (max-width: 900px) {
  .p-footer__nav-container {
    width: 81.4925%;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__nav-container {
    width: initial;
  }
}

.p-footer__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;
  gap: 9px;
}
@media screen and (max-width: 900px) {
  .p-footer__nav-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__nav-list {
    gap: 0;
  }
}

.p-footer__nav-link {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .p-footer__nav-link {
    font-size: 13px;
    line-height: 1.3076923077;
  }
}

.p-footer__nav-item--top {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-footer__nav-item--top {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__nav-item--about {
    margin-left: 25px;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__nav-item--service {
    margin-left: 25px;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__nav-item--news {
    margin-left: 25px;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__nav-item--contact {
    margin-left: 24px;
  }
}

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

.p-footer__copyright-text {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  color: #fff;
  line-height: 3;
  font-weight: 500;
}

/* object > project > works-card */
.p-works-card {
  background-color: #fff;
  padding: 11px 11px 32px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-works-card {
    padding: 7px 7px 23px;
  }
}

.p-works-card__wrapper {
  padding: 0 29px;
}
@media screen and (max-width: 768px) {
  .p-works-card__wrapper {
    padding: 0 19px;
  }
}

.p-works-card__meta {
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .p-works-card__meta {
    margin-top: 8px;
  }
}

.p-works-card__date {
  color: #DC010B;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-works-card__date {
    font-size: 10px;
  }
}

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

.p-works-card__thumbnail {
  aspect-ratio: 495/331;
  max-height: 331px;
  border-radius: 20px;
}
@media screen and (max-width: 1240px) {
  .p-works-card__thumbnail {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    aspect-ratio: 321/214;
    max-height: 214px;
  }
}
.p-works-card__thumbnail img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-works-card__title {
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 34px;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-works-card__title {
    margin-top: 7px;
    font-size: 20px;
  }
}

.p-works-card__info {
  margin-top: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .p-works-card__info {
    margin-top: 8px;
  }
}

.p-works-card__place,
.p-works-card__tag {
  color: #DC010B;
  border: 1px solid #DC010B;
  border-radius: 14px;
  text-align: center;
  padding: 1px 12px;
}
@media screen and (max-width: 768px) {
  .p-works-card__place,
  .p-works-card__tag {
    font-size: 11px;
    padding: 1.5px 10px;
  }
}

.p-works-card__place {
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .p-works-card__place {
    gap: 6.8px;
  }
}
.p-works-card__place .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.96px;
          flex: 0 0 8.96px;
  width: 8.96px;
}
@media screen and (max-width: 768px) {
  .p-works-card__place .icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11.94px;
            flex: 0 0 11.94px;
    width: 11.94px;
  }
}
.p-works-card__tag {
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .p-works-card__tag {
    gap: 5.3px;
  }
}
.p-works-card__tag .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10.07px;
          flex: 0 0 10.07px;
  width: 10.07px;
}
@media screen and (max-width: 768px) {
  .p-works-card__tag .icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 13.42px;
            flex: 0 0 13.42px;
    width: 13.42px;
  }
}
.p-works-card__comment {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-works-card__comment {
    margin-top: 12px;
  }
}

.p-works-card__comment-title {
  font-size: 19px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-works-card__comment-title {
    font-size: 15px;
  }
}

.p-works-card__comment-text {
  margin-top: 14px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 768px) {
  .p-works-card__comment-text {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.5;
  }
}

.p-works-card__btn-wrap {
  padding: 0 29px;
  margin-top: 8px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-works-card__btn-wrap {
    margin-top: 28px;
    padding: 0 27px;
  }
}

/* object > project > pagination */
.p-pagination__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: 5px;
}
.p-pagination__list .page-numbers {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #222222;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.025em;
}
.p-pagination__list .page-numbers.dots {
  border: none;
}
.p-pagination__list .page-numbers.current {
  background-color: #222222;
  color: #fff;
}

.p-pagination__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  width: 32px;
  height: 32px;
  display: inline-grid;
  place-items: center;
}

/* object > project > 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;
  gap: 22px;
}
@media screen and (max-width: 768px) {
  .p-news {
    gap: 20px;
  }
}
.p-news.--archive {
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .p-news.--archive {
    gap: 19px;
  }
}
.p-news.--archive .p-news__link {
  padding: 0 6px 25px 16px;
}
@media screen and (max-width: 768px) {
  .p-news.--archive .p-news__link {
    padding: 0 10px 15px 0;
  }
}
.p-news.--archive .p-news__content {
  gap: 6px;
}
@media screen and (max-width: 768px) {
  .p-news.--archive .p-news__content {
    gap: 7px;
  }
}
.p-news.--archive .p-news__date {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .p-news.--archive .p-news__date {
    font-size: 12px;
  }
}
.p-news.--archive .p-news__title {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .p-news.--archive .p-news__title {
    font-size: 14px;
  }
}
.p-news.--archive .p-news__button .mark {
  width: 13px;
  height: 13px;
}
@media screen and (max-width: 768px) {
  .p-news.--archive .p-news__button .mark {
    width: 9px;
    height: 9px;
  }
}
.p-news.--archive .p-news__button .text {
  font-size: 18px;
}

.p-news__link {
  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;
  padding: 0 0 22px 16px;
  border-bottom: 1px solid #EDEDED;
}
@media screen and (max-width: 768px) {
  .p-news__link {
    padding: 0 10px 16px 0;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    gap: 8px;
  }
}

.p-news__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: 4px;
}
@media screen and (max-width: 768px) {
  .p-news__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.p-news__date {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3076923077;
  color: #DC010B;
}
@media screen and (max-width: 768px) {
  .p-news__date {
    font-size: 12px;
  }
}

.p-news__title {
  max-width: 597px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-news__title {
    font-size: 14px;
    max-width: 285px;
    line-height: 1.3571428571;
  }
}

.p-news__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .p-news__button {
    position: relative;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
.p-news__button .mark {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #DC010B;
}
@media screen and (max-width: 768px) {
  .p-news__button .mark {
    width: 9px;
    height: 9px;
  }
}
.p-news__button .text {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .p-news__button .text {
    display: none;
  }
}

.p-top__news-btn-wrap {
  margin-top: 40px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-top__news-btn-wrap {
    display: none;
  }
}

/* object > project > cta */
/* object > project > breadcrumb */
.p-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-breadcrumb__list span,
.p-breadcrumb__list a {
  font-size: 15px;
  line-height: 1.3333333333;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .p-breadcrumb__list span,
  .p-breadcrumb__list a {
    font-size: 12px;
    line-height: 1.3333333333;
  }
}
.p-breadcrumb__list li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.p-breadcrumb__list li:last-of-type {
  overflow: hidden;
}
.p-breadcrumb__list li:last-of-type span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-breadcrumb__list li:not(:first-of-type)::before {
  content: "＞";
  position: relative;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  margin: 0 20px;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .p-breadcrumb__list li:not(:first-of-type)::before {
    margin: 0 10px;
    font-size: 12px;
    line-height: 1.3333333333;
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
}

/* object > project > top */
/* lead */
.p-top__lead {
  padding: 207px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top__lead {
    padding: 58px 0 17px;
  }
}

.p-top__lead-inner {
  max-width: 1055px;
  margin-inline: auto;
  padding: 0 20px 345px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top__lead-inner {
    padding: 0 20px 138px;
  }
}

.p-top__lead-heading {
  width: clamp(20.938rem, 13.125rem + 33.33vw, 46.875rem);
  position: relative;
  z-index: 2;
}
.p-top__lead-heading img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top__lead-body {
  margin-top: 49px;
  max-width: 502px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-top__lead-body {
    margin-top: 26px;
  }
}

.p-top__lead-deco {
  position: absolute;
  width: clamp(17.5rem, 4.379rem + 55.98vw, 61.063rem);
  top: 65px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-top__lead-deco {
    top: 30px;
    left: 20px;
  }
}
.p-top__lead-deco img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top__lead-map {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: clamp(12.875rem, 5.985rem + 29.4vw, 35.75rem);
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top__lead-text {
  font-size: 19px;
  line-height: 2.6315789474;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-top__lead-text {
    font-size: 15px;
    line-height: 2;
  }
}
.p-top__lead-text + .p-top__lead-text {
  margin-top: 30px;
}

.p-top__lead-btn-wrap {
  margin-top: 27px;
}
@media screen and (max-width: 768px) {
  .p-top__lead-btn-wrap {
    margin-top: 10px;
  }
}

/* gallery */
.p-top__gallery {
  margin: 18px;
}
@media screen and (max-width: 768px) {
  .p-top__gallery {
    margin-top: 9px;
  }
}

.p-top__gallery-photo {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* review */
.p-top__review {
  margin-top: 20px;
  padding: 105px 0;
  background-image: url(../img/top/review-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .p-top__review {
    margin-top: 15px;
    background-image: url(../img/top/review-bg-sp.webp);
    padding: 60px 0;
  }
}

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

.p-top__review-content {
  background-color: rgba(255, 255, 255, 0.74);
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 9px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 56px 10px 57px;
}
@media screen and (max-width: 768px) {
  .p-top__review-content {
    padding: 40px 10px 40px;
  }
}

.p-top__review-title {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .p-top__review-title {
    font-size: 20px;
    line-height: 1.5;
  }
}

.p-top__review-numbers {
  margin: 40px auto 0;
  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: 43px;
}
@media screen and (max-width: 768px) {
  .p-top__review-numbers {
    margin: 10px auto 0 12px;
    gap: 21px;
  }
}

.p-top__review-number {
  font-family: "Montserrat", sans-serif;
  font-size: 71px;
}
@media screen and (max-width: 768px) {
  .p-top__review-number {
    font-size: 30px;
    position: relative;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
}

.p-top__review-stars {
  width: 434px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-top__review-stars {
    width: 197px;
  }
}

.p-top__review-bottom {
  margin-top: 32px;
  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: 49px;
}
@media screen and (max-width: 768px) {
  .p-top__review-bottom {
    margin-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}

.p-top__review-count {
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .p-top__review-count {
    font-size: 13px;
  }
}

/* commit */
.p-top__commit {
  padding: 150px 0 281px;
}
@media screen and (max-width: 768px) {
  .p-top__commit {
    padding: 61px 0 110px;
  }
}

.p-top__commit-content {
  margin-top: 58px;
}
@media screen and (max-width: 768px) {
  .p-top__commit-content {
    margin-top: 47px;
  }
}

.p-top__commit-inner {
  max-width: 1470px;
}
.p-top__commit-inner.--right {
  margin-left: auto;
  padding-left: 20px;
}
.p-top__commit-inner.--left {
  margin-right: auto;
  padding-right: 20px;
}
.p-top__commit-inner + .p-top__commit-inner {
  margin-top: 43px;
}
@media screen and (max-width: 768px) {
  .p-top__commit-inner + .p-top__commit-inner {
    margin-top: 50px;
  }
}

.p-top__commit-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 120px;
}
@media screen and (max-width: 1240px) {
  .p-top__commit-item {
    gap: 40px;
  }
}
@media screen and (max-width: 1040px) {
  .p-top__commit-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .p-top__commit-item {
    gap: 10px;
  }
}
.p-top__commit-item.--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 86px;
}
@media screen and (max-width: 1040px) {
  .p-top__commit-item.--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .p-top__commit-item.--reverse {
    gap: 16px;
  }
  .p-top__commit-item.--reverse .p-top__commit-body {
    padding-right: 0;
    padding-left: 20px;
  }
}

.p-top__commit-photo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 clamp(22.313rem, 12.147rem + 43.37vw, 56.063rem);
          flex: 0 0 clamp(22.313rem, 12.147rem + 43.37vw, 56.063rem);
  position: relative;
}
@media screen and (max-width: 1040px) {
  .p-top__commit-photo {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}
.p-top__commit-photo > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top__commit-deco {
  position: absolute;
  width: 163px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1240px) {
  .p-top__commit-deco {
    display: none;
  }
}
.p-top__commit-deco.--01 {
  left: -223px;
  top: 46px;
}
.p-top__commit-deco.--02 {
  right: -223px;
  top: 41px;
}
.p-top__commit-deco img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top__commit-body {
  margin-top: 157px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1040px) {
  .p-top__commit-body {
    margin-top: 0;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}
@media screen and (max-width: 768px) {
  .p-top__commit-body {
    padding-right: 20px;
  }
}

.p-top__commit-title {
  margin-top: 24px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-top__commit-title {
    font-size: 22px;
    margin-top: 11px;
  }
}

.p-top__commit-textarea {
  margin-top: 27px;
}
@media screen and (max-width: 768px) {
  .p-top__commit-textarea {
    margin-top: 11px;
  }
}

.p-top__commit-text {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .p-top__commit-text {
    font-size: 13px;
  }
}

.p-top__commit-picture {
  margin-top: 140px;
  padding-bottom: 66px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top__commit-picture {
    margin-top: 64px;
    padding-bottom: 24px;
  }
}

.p-top__commit-car {
  width: 95px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: -120px;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-top__commit-car {
    width: 24px;
  }
}

/* service */
.p-top__service {
  padding: 205px 0 298px;
  background-color: #DDDDDD;
  position: relative;
}
.p-top__service::before {
  content: "";
  position: absolute;
  top: -65px;
  left: 0;
  display: block;
  width: 100%;
  height: 65px;
  background-image: url(../img/top/service-radius.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .p-top__service::before {
    top: -30px;
    height: 30px;
    background-image: url(../img/top/service-radius-sp.svg);
  }
}
@media screen and (max-width: 768px) {
  .p-top__service {
    padding: 52px 0 100px;
  }
}

.p-top__service-inner {
  margin-top: 119px;
}
@media screen and (max-width: 768px) {
  .p-top__service-inner {
    margin-top: 40px;
  }
}

.p-top__service-columns {
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-template-columns: 380px 1fr;
}
@media screen and (max-width: 900px) {
  .p-top__service-columns {
    grid-template-columns: 80px 1fr;
  }
}

.p-top__service-column-left {
  position: sticky;
  top: 270px;
}
@media screen and (max-width: 900px) {
  .p-top__service-column-left {
    top: 135px;
  }
}

.p-top__service-index-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.p-top__service-index-item {
  color: #222222;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.05em;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .p-top__service-index-item {
    font-size: 10px;
    line-height: 1;
    padding-left: 18px;
  }
}
.p-top__service-index-item::before, .p-top__service-index-item::after {
  content: "";
  position: absolute;
  display: inline-block;
}
.p-top__service-index-item::before {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #222222;
  background-color: transparent;
}
@media screen and (max-width: 900px) {
  .p-top__service-index-item::before {
    width: 10px;
    height: 10px;
  }
}
.p-top__service-index-item::after {
  opacity: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #DC010B;
  top: 7.5px;
  -webkit-transform: none;
          transform: none;
  left: 4px;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media screen and (max-width: 900px) {
  .p-top__service-index-item::after {
    width: 6px;
    height: 6px;
    top: 2.5px;
    left: 2px;
  }
}
.p-top__service-index-item.js-active::after {
  opacity: 1;
}

.p-top__service-column-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 97px;
}
@media screen and (max-width: 900px) {
  .p-top__service-column-right {
    gap: 66px;
  }
}

.p-top__service-title {
  color: #222222;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.34375;
  letter-spacing: 0.05em;
  padding-left: 45px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .p-top__service-title {
    font-size: 20px;
    line-height: 1.35;
    padding-left: 27px;
  }
}
.p-top__service-title::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  display: inline-block;
  width: 25px;
  height: 5px;
  background-color: #222222;
  border-radius: 5px;
}
@media screen and (max-width: 900px) {
  .p-top__service-title::before {
    width: 15px;
    height: 3px;
  }
}

.p-top__service-items {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 34px;
}
@media screen and (max-width: 900px) {
  .p-top__service-items {
    margin-top: 17px;
    grid-template-columns: 1fr;
    row-gap: 15px;
  }
}

.p-top__service-item {
  background-color: #fff;
  border-radius: 20px;
  padding: 27px 30px;
}
@media screen and (max-width: 900px) {
  .p-top__service-item {
    padding: 15px 15px 14px;
    border-radius: 8px;
  }
}

.p-top__service-tag {
  color: #fff;
  background-color: transparent;
  border: 1px solid #DC010B;
  color: #DC010B;
  border-radius: 22px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 29px 3px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.35;
}
@media screen and (max-width: 900px) {
  .p-top__service-tag {
    font-size: 12px;
    padding: 1px 14px;
    line-height: 1.3333333333;
  }
}

.p-top__service-sub-title {
  margin-top: 4px;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 900px) {
  .p-top__service-sub-title {
    margin-top: 0;
    font-size: 27px;
    line-height: 1.3333333333;
  }
}

.p-top__service-thumbnail {
  margin-top: 18px;
}
@media screen and (max-width: 900px) {
  .p-top__service-thumbnail {
    margin-top: 9px;
  }
}
.p-top__service-thumbnail img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top__service-btn-wrap {
  text-align: center;
  margin-top: 106px;
}
@media screen and (max-width: 900px) {
  .p-top__service-btn-wrap {
    margin-top: 49px;
  }
}

/* works */
.p-top__works {
  padding: 86px 0 0;
  position: relative;
}
.p-top__works::before {
  content: "";
  position: absolute;
  top: -64px;
  left: 0;
  display: block;
  width: 100%;
  height: 65px;
  background-image: url(../img/top/works-radius.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-top__works::before {
    background-image: url(../img/top/works-radius-sp.svg);
    height: 30px;
    top: -30px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__works {
    padding: 79px 0 0;
  }
}

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

.p-top__works-slide-container,
.p-top__works-slide-wrapper,
.p-top__works-slider,
.p-top__works-slide {
  position: relative;
}

.p-top__works-slide-container {
  /* 位置のreset */
  /* デフォルトのボタンを初期化 */
  /* 位置の設定 (枠組み) */
  /* それぞれのページネーション */
  /* activeな部分 */
}
.p-top__works-slide-container .p-top__works-slide-wrapper,
.p-top__works-slide-container .p-top__works-slider,
.p-top__works-slide-container .p-top__works-slide {
  height: 100%;
}
.p-top__works-slide-container .p-top__works-slide {
  width: 517px;
}
@media screen and (max-width: 1040px) {
  .p-top__works-slide-container .p-top__works-slide {
    width: 60%;
  }
}
@media (max-width: 450px) {
  .p-top__works-slide-container .p-top__works-slide {
    width: 324px;
  }
}
.p-top__works-slide-container .swiper-button-prev,
.p-top__works-slide-container .swiper-button-next,
.p-top__works-slide-container .swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}
.p-top__works-slide-container .swiper-button-prev::after,
.p-top__works-slide-container .swiper-button-next::after {
  content: ""; /* デフォルトのものを初期化 */
}
.p-top__works-slide-container .swiper-button-prev,
.p-top__works-slide-container .swiper-button-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 69px;
  height: 69px;
  background-color: #222222;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-top__works-slide-container .swiper-button-prev,
  .p-top__works-slide-container .swiper-button-next {
    width: 35px;
    height: 35px;
  }
}
.p-top__works-slide-container .swiper-button-prev::after,
.p-top__works-slide-container .swiper-button-next::after {
  content: none;
}
.p-top__works-slide-container .swiper-button-prev::before,
.p-top__works-slide-container .swiper-button-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  width: 19px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .p-top__works-slide-container .swiper-button-prev::before,
  .p-top__works-slide-container .swiper-button-next::before {
    width: 14px;
    height: 13px;
  }
}
.p-top__works-slide-container .swiper-button-prev::before {
  background-image: url(../img/common/slide-arrow-prev.webp);
}
.p-top__works-slide-container .swiper-button-next::before {
  background-image: url(../img/common/slide-arrow-next.webp);
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.p-top__works-slide-container .swiper-button-prev {
  left: calc(50% - 337px);
}
@media screen and (max-width: 1040px) {
  .p-top__works-slide-container .swiper-button-prev {
    left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__works-slide-container .swiper-button-prev {
    left: 11px;
  }
}
.p-top__works-slide-container .swiper-button-next {
  right: calc(50% - 337px);
}
@media screen and (max-width: 1040px) {
  .p-top__works-slide-container .swiper-button-next {
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__works-slide-container .swiper-button-next {
    right: 11px;
  }
}
.p-top__works-slide-container .swiper-pagination-bullets.swiper-pagination-horizontal {
  top: calc(100% + 27px);
}
@media screen and (max-width: 768px) {
  .p-top__works-slide-container .swiper-pagination-bullets.swiper-pagination-horizontal {
    top: 100%;
  }
}
.p-top__works-slide-container .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  opacity: 1;
  width: 10px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #222222;
  margin-inline: 3.5px;
}
@media screen and (max-width: 768px) {
  .p-top__works-slide-container .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    width: 8px;
    margin-inline: 3px;
  }
}
.p-top__works-slide-container .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: #222222;
}

.p-top__works-card-comment {
  margin-top: 25px;
}
@media screen and (max-width: 1040px) {
  .p-top__works-card-comment {
    margin-top: 11px;
  }
}
.p-top__works-card-comment .title {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-top__works-card-comment .title {
    font-size: 14px;
  }
}
.p-top__works-card-comment .text {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 768px) {
  .p-top__works-card-comment .text {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.5;
  }
}

.p-top__works-card-btn-wrap {
  margin-top: 21px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-top__works-card-btn-wrap {
    margin-top: 5px;
  }
}

.p-top__works-card {
  background-color: #fff;
  padding: 11px 11px 36px;
  position: relative;
  border-radius: 20px;
  margin: 12px 0;
  border: 1px solid #EBEBEB;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .p-top__works-card {
    padding: 8px 7px 20px;
  }
}
.p-top__works-card::before, .p-top__works-card::after {
  position: absolute;
  display: inline-block;
  background-color: #DC010B;
  width: 100%;
  height: 18px;
}
.p-top__works-card::before {
  top: -18px;
  left: 0;
  border-radius: 20px 20px 0 0;
}
.p-top__works-card::after {
  bottom: -18px;
  left: 0;
  border-radius: 0 0 20px 20px;
}

.p-top__works-card-date {
  color: #DC010B;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-top__works-card-date {
    font-size: 9px;
  }
}
.p-top__works-card-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: 12px;
}
@media screen and (max-width: 1040px) {
  .p-top__works-card-content {
    gap: 15px;
  }
}

.p-top__works-card-thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 440px;
          flex: 0 0 440px;
  border-radius: 20px;
  max-height: 338px;
  aspect-ratio: 440/338;
  border-radius: 20px;
}
@media screen and (max-width: 1040px) {
  .p-top__works-card-thumbnail {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    aspect-ratio: 310/207;
    max-height: 207px;
    border-radius: 10px;
  }
}
.p-top__works-card-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .p-top__works-card-thumbnail img {
    border-radius: 10px;
  }
}

.p-top__works-card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 29px;
}
@media screen and (max-width: 1040px) {
  .p-top__works-card-body {
    margin-top: 0;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}

.p-top__works-card-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.4705882353;
  margin-top: 10px;
}
@media screen and (max-width: 1040px) {
  .p-top__works-card-title {
    margin-top: 2px;
    line-height: 2.2727272727;
  }
}
.p-top__works-card-title .place {
  font-size: 34px;
  font-weight: 500;
  line-height: 1.24;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-top__works-card-title .place {
    font-size: 22px;
  }
}
.p-top__works-card-title .cat {
  font-size: 34px;
  font-weight: 500;
  line-height: 1.24;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-top__works-card-title .cat {
    font-size: 22px;
  }
}

.p-top__works-card-info {
  margin-top: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .p-top__works-card-info {
    margin-top: 4px;
    gap: 7px;
  }
}

.p-top__works-card-place,
.p-top__works-card-tag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  color: #DC010B;
  border: 1px solid #DC010B;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  border-radius: 14px;
  padding: 5px 12px;
}
@media screen and (max-width: 768px) {
  .p-top__works-card-place,
  .p-top__works-card-tag {
    font-size: 10px;
    padding: 4px 10px;
  }
}

.p-top__works-btn-wrap {
  text-align: center;
  margin-top: 84px;
}
@media screen and (max-width: 768px) {
  .p-top__works-btn-wrap {
    margin-top: 50px;
  }
}

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

.p-top__news-right {
  margin-top: 14px;
}

@media screen and (max-width: 768px) {
  .p-top__news-columns {
    gap: 25px;
  }
}

/* qa */
.p-top__qa {
  padding: 203px 0 160px;
}
@media screen and (max-width: 768px) {
  .p-top__qa {
    padding: 90px 0 94px;
  }
}

.p-top__qa-right {
  margin-top: 9px;
}

@media screen and (max-width: 768px) {
  .p-top__qa-columns {
    gap: 35px;
  }
}

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

.p-top__qa-list-item {
  padding-bottom: 25px;
  border-bottom: 1px solid #DDDDDD;
}
@media screen and (max-width: 768px) {
  .p-top__qa-list-item {
    padding-bottom: 15px;
  }
}

.p-top__qa-desc {
  display: none;
}

.p-top__qa-desc-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 17px;
  padding-bottom: 7px;
}
@media screen and (max-width: 768px) {
  .p-top__qa-desc-inner {
    margin-top: 15px;
    padding-bottom: 3px;
  }
}

.p-top__qa-a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37px;
          flex: 0 0 37px;
  color: #808080;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .p-top__qa-a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 21px;
            flex: 0 0 21px;
    font-size: 18px;
  }
}

.p-top__qa-a-text {
  max-width: 677px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-top__qa-a-text {
    font-size: 14px;
    line-height: 1.6428571429;
  }
}
@media screen and (max-width: 500px) {
  .p-top__qa-a-text {
    max-width: 276px;
  }
}

.p-top__qa-term {
  cursor: pointer;
  position: relative;
}
.p-top__qa-term::before, .p-top__qa-term::after {
  content: "";
  position: absolute;
  display: inline-block;
}
.p-top__qa-term::before {
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #DC010B;
}
@media screen and (max-width: 768px) {
  .p-top__qa-term::before {
    width: 20px;
    height: 20px;
    right: 0;
  }
}
.p-top__qa-term::after {
  background-image: url(../img/common/icon-chevron-up-white.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 4.5px;
  width: 8.64px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  right: 20px;
  -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 screen and (max-width: 768px) {
  .p-top__qa-term::after {
    height: 3.21px;
    width: 6.17px;
    right: 7px;
  }
}
.p-top__qa-term.is-open::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}

.p-top__qa-term-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-top__qa-q {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34px;
          flex: 0 0 34px;
  color: #DC010B;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  position: relative;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media screen and (max-width: 768px) {
  .p-top__qa-q {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 27px;
            flex: 0 0 27px;
    font-size: 18px;
  }
}

.p-top__qa-q-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-top__qa-q-text {
    font-size: 16px;
  }
}

/* object > project > about */
.p-about__contents {
  padding: 0 0 181px;
}
@media screen and (max-width: 768px) {
  .p-about__contents {
    padding: 0 0 134px;
  }
}

.p-about__content {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-about__content {
    margin-top: 58px;
  }
}

.p-about__section-title {
  width: 288px;
  margin-inline: auto;
  position: relative;
}
.p-about__section-title::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -26px;
  display: inline-block;
  width: 20px;
  height: 3px;
  background-color: #DC010B;
}
@media screen and (max-width: 768px) {
  .p-about__section-title::after {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .p-about__section-title {
    width: 170px;
  }
}

/* lead */
.p-about__lead-inner {
  max-width: 1273px;
  margin-inline: auto;
  padding: 0 20px;
}

.p-about__lead-content {
  padding: 104px 0 140px;
  background-color: #F4F4F4;
  border-radius: 0 0 10px 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-about__lead-content {
    padding: 58px 0 71px;
  }
}

.p-about__lead-textarea {
  max-width: 960px;
  margin: 52px auto 0;
  padding: 0 18px;
}
@media screen and (max-width: 768px) {
  .p-about__lead-textarea {
    margin: 31px auto 0;
  }
}

.p-about__lead-text {
  text-align: center;
  font-size: 24px;
  line-height: 2.5;
  letter-spacing: 0.075em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-about__lead-text {
    font-size: 15px;
    line-height: 2.5333333333;
    text-align: left;
  }
}
.p-about__lead-text:not(:first-of-type) {
  margin-top: 63px;
}
@media screen and (max-width: 768px) {
  .p-about__lead-text:not(:first-of-type) {
    margin-top: 41px;
  }
}

/* ceo */
.p-about__ceo {
  padding: 154px 0 0;
}
@media screen and (max-width: 768px) {
  .p-about__ceo {
    padding: 120px 0 0;
  }
}

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

.p-about__ceo-content {
  margin-top: 71px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 40px;
}
@media screen and (max-width: 900px) {
  .p-about__ceo-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-about__ceo-content {
    margin-top: 40px;
  }
}

.p-about__ceo-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: 27px;
}
@media screen and (max-width: 900px) {
  .p-about__ceo-body {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    margin-top: 0;
  }
}

.p-about__ceo-title {
  font-size: 33px;
  font-weight: 700;
  line-height: 1.5757575758;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .p-about__ceo-title {
    font-size: 20px;
    line-height: 1.5;
  }
}

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

.p-about__ceo-text {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.075em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-about__ceo-text {
    font-size: 13px;
    line-height: 2;
  }
}
.p-about__ceo-text:not(:first-of-type) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-about__ceo-text:not(:first-of-type) {
    margin-top: 27px;
  }
}

.p-about__ceo-profile {
  margin-top: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 27px;
}
@media screen and (max-width: 768px) {
  .p-about__ceo-profile {
    margin-top: 0;
    gap: 17px;
  }
}
.p-about__ceo-profile .position {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .p-about__ceo-profile .position {
    font-size: 15px;
  }
}
.p-about__ceo-profile .name {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .p-about__ceo-profile .name {
    font-size: 20px;
  }
}

.p-about__ceo-photo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 500px;
          flex: 0 0 500px;
}
@media screen and (max-width: 1040px) {
  .p-about__ceo-photo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
  }
}
@media screen and (max-width: 900px) {
  .p-about__ceo-photo {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}
.p-about__ceo-photo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-about__ceo-company {
  max-width: 810px;
  margin-top: 21px;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-about__ceo-company {
    max-width: 294px;
    margin-top: -17px;
    padding-right: 20px;
  }
}
.p-about__ceo-company img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* company */
.p-about__company {
  padding: 125px 0 0;
}
@media screen and (max-width: 768px) {
  .p-about__company {
    padding: 109px 0 0;
  }
}

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

.p-about__company-content {
  margin-top: 72px;
}
@media screen and (max-width: 768px) {
  .p-about__company-content {
    margin-top: 37px;
  }
}

.p-about__company-item:not(:first-of-type) {
  margin-top: 95px;
}
@media screen and (max-width: 768px) {
  .p-about__company-item:not(:first-of-type) {
    margin-top: 57px;
  }
}

.p-about__company-title {
  font-size: 24px;
  letter-spacing: 0.075em;
  line-height: 1.1851851852;
  font-weight: 700;
  padding-left: 15.5px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-about__company-title {
    font-size: 18px;
    padding-left: 10px;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}
.p-about__company-title::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 3px;
  height: 24px;
  background-color: #DC010B;
}
@media screen and (max-width: 768px) {
  .p-about__company-title::before {
    width: 2px;
    height: 18px;
  }
}

.p-about__company-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 34px;
}
@media screen and (max-width: 768px) {
  .p-about__company-list {
    gap: 12px;
  }
}
.p-about__company-list.--second {
  margin-top: 34px;
}
@media screen and (max-width: 768px) {
  .p-about__company-list.--second {
    margin-top: 9px;
  }
}

.p-about__company-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 37px;
  border-bottom: 1px solid #DCDCDC;
}
@media screen and (max-width: 768px) {
  .p-about__company-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    padding-bottom: 14px;
  }
}

.p-about__company-term {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 197px;
          flex: 0 0 197px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .p-about__company-term {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    font-size: 13px;
    padding-left: 0;
  }
}

.p-about__company-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-about__company-desc {
    font-size: 13px;
  }
}

/* object > project > service */
.p-service__inner {
  max-width: 1220px;
  margin-inline: auto;
  padding: 0 20px;
}

.p-service__contents {
  padding: 0 0 143px;
}
@media screen and (max-width: 768px) {
  .p-service__contents {
    padding: 0 0 140px;
  }
}

.p-service__content {
  margin-top: 92px;
}
@media screen and (max-width: 768px) {
  .p-service__content {
    margin-top: 64px;
  }
}

/* lead */
.p-service__lead-title {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.7142857143;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-service__lead-title {
    font-size: 20px;
    line-height: 1.75;
  }
}

.p-service__lead-textarea {
  margin-top: 23px;
}
@media screen and (max-width: 768px) {
  .p-service__lead-textarea {
    margin-top: 16px;
  }
}

.p-service__lead-text {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-service__lead-text {
    text-align: left;
    font-size: 13px;
    line-height: 1.9230769231;
    letter-spacing: 0.05em;
  }
}

.p-service__section-wrap {
  margin-top: 145px;
}
@media screen and (max-width: 768px) {
  .p-service__section-wrap {
    margin-top: 107px;
  }
}

.p-service__section:not(:first-of-type) {
  margin-top: 233px;
}
@media screen and (max-width: 768px) {
  .p-service__section:not(:first-of-type) {
    margin-top: 103px;
  }
}

.p-service__column {
  display: grid;
  grid-template-columns: 60px 1fr;
}
@media screen and (max-width: 768px) {
  .p-service__column {
    grid-template-columns: 30px 1fr;
  }
}

.p-service__cat-title {
  padding-top: 52px;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-service__cat-title {
    padding-top: 16px;
    font-size: 14px;
  }
}
.p-service__cat-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  display: inline-block;
  width: 5px;
  height: 30px;
  border-radius: 4px;
  background-color: #222222;
}
@media screen and (max-width: 768px) {
  .p-service__cat-title::before {
    width: 2px;
    height: 9px;
    left: 8px;
  }
}
.p-service__cat-title span {
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: sideways;
  position: relative;
}

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

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

.p-service__cat-body {
  margin-top: 19px;
}
@media screen and (max-width: 768px) {
  .p-service__cat-body {
    margin-top: 16px;
  }
}

.p-service__cat-heading {
  font-size: 42px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-service__cat-heading {
    font-size: 18px;
  }
}

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

.p-service__cat-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-service__cat-text {
    font-size: 12px;
    line-height: 1.6666666667;
  }
}

.p-service__cases {
  margin: 58px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 46px;
     -moz-column-gap: 46px;
          column-gap: 46px;
  row-gap: 46px;
  max-width: 1080px;
}
@media screen and (max-width: 1240px) {
  .p-service__cases {
    margin: 35px auto 0;
    grid-template-columns: 1fr;
    row-gap: 19px;
    padding: 0;
  }
}

.p-service__case {
  background-color: #fff;
  padding: 11px 11px 37px;
  border: 1px solid #EBEBEB;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-service__case {
    padding: 7px 7px 23px;
  }
}
.p-service__case::before, .p-service__case::after {
  position: absolute;
  display: inline-block;
  background-color: #DC010B;
  width: 100%;
  height: 10px;
}
@media screen and (max-width: 768px) {
  .p-service__case::before, .p-service__case::after {
    height: 6px;
  }
}
.p-service__case::before {
  top: -10px;
  left: 0;
  border-radius: 20px 20px 0 0;
}
.p-service__case::after {
  bottom: -10px;
  left: 0;
  border-radius: 0 0 20px 20px;
}

.p-service__case-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: 26px;
}
@media screen and (max-width: 768px) {
  .p-service__case-content {
    gap: 20px;
  }
}

.p-service__case-photo {
  aspect-ratio: 495/331;
  max-height: 331px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-service__case-photo {
    aspect-ratio: 299/200;
    max-height: 200px;
  }
}
.p-service__case-photo img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-service__case-body {
  padding: 0 21px;
}
@media screen and (max-width: 768px) {
  .p-service__case-body {
    padding: 0 17px;
  }
}

.p-service__case-title {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.4705882353;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-service__case-title {
    margin-top: 13px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 20px;
    line-height: 1;
  }
}

.p-service__case-info {
  margin-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .p-service__case-info {
    gap: 9px;
    margin-top: 6px;
  }
}

.p-service__case-place,
.p-service__case-tag {
  color: #DC010B;
  border: 1px solid #DC010B;
  border-radius: 14px;
  text-align: center;
  padding: 0 11px 2px;
}
@media screen and (max-width: 768px) {
  .p-service__case-place,
  .p-service__case-tag {
    padding: 2px 11px 2px;
    font-size: 10px;
  }
}
.p-service__case-place .text,
.p-service__case-tag .text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-service__case-place .text,
  .p-service__case-tag .text {
    font-size: 10px;
  }
}

.p-service__case-date {
  display: block;
  color: #DC010B;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-service__case-date {
    font-size: 9px;
  }
}
.p-service__case-date .text {
  display: inline-block;
}

.p-service__case-comment {
  margin-top: 21px;
}
@media screen and (max-width: 768px) {
  .p-service__case-comment {
    margin-top: 12px;
  }
}

.p-service__case-comment-title {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-service__case-comment-title {
    font-size: 14px;
  }
}

.p-service__case-comment-text {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 768px) {
  .p-service__case-comment-text {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.5;
  }
}

.p-service__case-btn-wrap {
  margin-top: 8px;
  padding: 0 21px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-service__case-btn-wrap {
    margin-top: 3px;
    padding: 0 17px;
  }
}

/* object > project > privacy */
.p-privacy__contents {
  padding: 0 0 114px;
}
@media screen and (max-width: 768px) {
  .p-privacy__contents {
    padding: 0 0 100px;
  }
}

.p-privacy__content {
  margin-top: 98px;
}
@media screen and (max-width: 768px) {
  .p-privacy__content {
    margin-top: 58px;
  }
}

.p-privacy__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: 91px;
}
@media screen and (max-width: 768px) {
  .p-privacy__container {
    gap: 80px;
  }
}

.p-privacy__section-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .p-privacy__section-title {
    font-size: 18px;
  }
}

.p-privacy__item {
  margin-top: 34px;
}
@media screen and (max-width: 768px) {
  .p-privacy__item {
    margin-top: 24px;
  }
}

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

.p-privacy__text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.075em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-privacy__text {
    font-size: 14px;
  }
}
.p-privacy__text a {
  word-break: break-all;
}

.p-privacy__sub {
  margin-top: 42px;
}
@media screen and (max-width: 768px) {
  .p-privacy__sub {
    margin-top: 54px;
  }
}

.p-privacy__sub-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.075em;
}

.p-privacy__sub-textarea {
  margin-top: 12px;
}

.p-privacy__sub-section {
  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;
  gap: 31px;
}

.p-privacy__sub-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: 9px;
}
@media screen and (max-width: 768px) {
  .p-privacy__sub-content {
    gap: 7px;
  }
}

.p-privacy__numbered-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .p-privacy__numbered-title {
    font-size: 16px;
  }
}

.p-privacy__lead {
  margin-top: 37px;
}
@media screen and (max-width: 768px) {
  .p-privacy__lead {
    margin-top: 24px;
  }
}

.p-privacy__sub-area {
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2em;
}

/* object > project > archive */
.p-archive__contents {
  padding: 0 0 133px;
}
@media screen and (max-width: 768px) {
  .p-archive__contents {
    padding: 0 0 99px;
  }
}

.p-archive__content {
  margin-top: 98px;
}
@media screen and (max-width: 768px) {
  .p-archive__content {
    margin-top: 56px;
  }
}

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

.p-archive__patination {
  margin-top: 53px;
}
@media screen and (max-width: 768px) {
  .p-archive__patination {
    margin-top: 28px;
  }
}

/* object > project > single */
.p-single__contents {
  padding: 0 0 100px;
}
@media screen and (max-width: 768px) {
  .p-single__contents {
    padding: 0 0 75px;
  }
}

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

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

.p-single__header {
  padding-bottom: 57px;
  border-bottom: 1px solid #DDDDDD;
  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-single__header {
    padding-bottom: 30px;
    gap: 10px;
  }
}

.p-single__meta {
  text-align: right;
}
.p-single__date {
  display: inline-block;
  color: #DC010B;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3333333333;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-single__date {
    font-size: 12px;
    line-height: 1.3333333333;
  }
}

.p-single__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3214285714;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-single__title {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}

.p-single__article {
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .p-single__article {
    margin-top: 30px;
  }
}
.p-single__article p {
  font-size: 16px;
  line-height: 1.3125;
  letter-spacing: 0.05em;
}
.p-single__article p + p {
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .p-single__article p + p {
    margin-top: 30px;
  }
}
.p-single__article p + figure {
  margin-top: 58px;
}
@media screen and (max-width: 768px) {
  .p-single__article p + figure {
    margin-top: 55px;
  }
}
.p-single__article figure {
  text-align: center;
}
.p-single__article * + h2 {
  margin-top: 52px;
}
@media screen and (max-width: 768px) {
  .p-single__article * + h2 {
    margin-top: 40px;
  }
}
.p-single__article * + h3 {
  margin-top: 49px;
}
@media screen and (max-width: 768px) {
  .p-single__article * + h3 {
    margin-top: 40px;
  }
}
.p-single__article * + h4 {
  margin-top: 44px;
}
@media screen and (max-width: 768px) {
  .p-single__article * + h4 {
    margin-top: 40px;
  }
}
.p-single__article h2 {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p-single__article h2 + * {
  margin-top: 17px;
}
@media screen and (max-width: 768px) {
  .p-single__article h2 + * {
    margin-top: 7px;
  }
}
.p-single__article h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
.p-single__article h3 + * {
  margin-top: 13px;
}
@media screen and (max-width: 768px) {
  .p-single__article h3 + * {
    margin-top: 8px;
  }
}
.p-single__article h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
.p-single__article h4 + * {
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  .p-single__article h4 + * {
    margin-top: 8px;
  }
}

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

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

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

.p-archive-works__content {
  margin-top: 118px;
}
@media screen and (max-width: 768px) {
  .p-archive-works__content {
    margin-top: 121px;
  }
}

.p-archive-works__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 46px;
     -moz-column-gap: 46px;
          column-gap: 46px;
  row-gap: 46px;
}
@media screen and (max-width: 768px) {
  .p-archive-works__items {
    grid-template-columns: 1fr;
    row-gap: 41px;
  }
}

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

/* object > project > single-works */
.p-single-works__contents {
  padding: 0 0 120px;
}
@media screen and (max-width: 768px) {
  .p-single-works__contents {
    padding: 0 0 60px;
  }
}

.p-single-works__content {
  margin-top: 93px;
}
@media screen and (max-width: 768px) {
  .p-single-works__content {
    margin-top: 57px;
  }
}

.p-single-works__inner {
  max-width: 1000px;
  margin-inline: auto;
  padding: 0 20px;
}

.p-single-works__date {
  color: #DC010B;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-single-works__date {
    font-size: 10px;
  }
}
.p-single-works__date .time {
  font-weight: 700;
}

.p-single-works__title {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-single-works__title {
    margin-top: 8px;
    font-size: 20px;
  }
}

.p-single-works__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .p-single-works__info {
    gap: 8px;
    margin-top: 3px;
  }
}

.p-single-works__place,
.p-single-works__tag {
  color: #DC010B;
  border: 1px solid #DC010B;
  border-radius: 14px;
  text-align: center;
  font-size: 14px;
  padding: 5px 12px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-single-works__place,
  .p-single-works__tag {
    font-size: 11px;
    padding: 4px 10px;
  }
}

.p-single-works__place {
  gap: 10.6px;
}
@media screen and (max-width: 768px) {
  .p-single-works__place {
    gap: 6.2px;
  }
}
.p-single-works__place .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18.63px;
          flex: 0 0 18.63px;
  width: 18.63px;
}
@media screen and (max-width: 768px) {
  .p-single-works__place .icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11px;
            flex: 0 0 11px;
    width: 11px;
  }
}
.p-single-works__tag {
  gap: 8.3px;
}
@media screen and (max-width: 768px) {
  .p-single-works__tag {
    gap: 5px;
  }
}
.p-single-works__tag .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20.95px;
          flex: 0 0 20.95px;
  width: 20.95px;
}
@media screen and (max-width: 768px) {
  .p-single-works__tag .icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.37px;
            flex: 0 0 12.37px;
    width: 12.37px;
  }
}
.p-single-works__thumbnail {
  margin-top: 40px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-single-works__thumbnail {
    margin-top: 25px;
  }
}
.p-single-works__thumbnail img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-single-works__fields {
  margin-top: 41px;
}
@media screen and (max-width: 768px) {
  .p-single-works__fields {
    margin-top: 19px;
  }
}

.p-single-works__table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-right: 2px solid #EDEDED;
}
@media screen and (max-width: 768px) {
  .p-single-works__table-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-single-works__table-row:first-of-type {
  border-radius: 10px 10px 0 0;
  border-top: 2px solid #EDEDED;
}
.p-single-works__table-row:first-of-type .p-single-works__table-head {
  border-radius: 10px 0 0 0;
  border-top: 1px solid #222222;
}
@media screen and (max-width: 768px) {
  .p-single-works__table-row:first-of-type .p-single-works__table-head {
    border-radius: 10px 10px 0 0;
  }
}
.p-single-works__table-row:first-of-type .p-single-works__table-data {
  border-radius: 0 10px 0 0;
}
.p-single-works__table-row:not(:first-of-type) {
  border-top: 2px solid #EDEDED;
}
.p-single-works__table-row:last-of-type {
  border-bottom: 2px solid #EDEDED;
  border-radius: 0 0 10px 10px;
}
.p-single-works__table-row:last-of-type .p-single-works__table-head {
  border-radius: 0 0 0 10px;
}
@media screen and (max-width: 768px) {
  .p-single-works__table-row:last-of-type .p-single-works__table-head {
    border-radius: 0;
  }
}
.p-single-works__table-row:last-of-type .p-single-works__table-data {
  border-radius: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  .p-single-works__table-row:last-of-type .p-single-works__table-data {
    border-radius: 0 0 10px 10px;
  }
}

.p-single-works__table-head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
  background-color: #222222;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 16px 0;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-single-works__table-head {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    padding: 7px 10px 10px;
    font-size: 14px;
  }
}

.p-single-works__table-data {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background-color: #fff;
  padding: 16px 34px 16px 32px;
  font-size: 15px;
  line-height: 1.7333333333;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-single-works__table-data {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    border-left: 2px solid #EDEDED;
    padding: 11px 10px 11px 16px;
    font-size: 14px;
  }
}
.p-single-works__table-data.--textarea {
  padding: 19px 34px 28px 32px;
}
@media screen and (max-width: 768px) {
  .p-single-works__table-data.--textarea {
    padding: 13px 10px 37px 16px;
  }
}

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

/* object > project > contact */
.p-contact__contents {
  padding: 0 0 126px;
}
@media screen and (max-width: 768px) {
  .p-contact__contents {
    padding: 0 0 80px;
  }
}

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

.p-contact__lead {
  margin-top: 94px;
}
@media screen and (max-width: 768px) {
  .p-contact__lead {
    margin-top: 57px;
  }
}

.p-contact__lead-text {
  text-align: center;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-contact__lead-text {
    text-align: left;
    font-size: 12px;
    line-height: 1.7;
  }
}

.p-contact__lead-link {
  text-decoration: underline;
}

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

.p-contact__lead-text {
  text-align: center;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-contact__lead-text {
    text-align: left;
    font-size: 12px;
    line-height: 1.7;
  }
}

.p-contact__lead-link {
  text-decoration: underline;
}

.p-contact__form {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #EDEDED;
}
@media screen and (max-width: 768px) {
  .p-contact__form {
    margin-top: 30px;
    padding-top: 24px;
  }
}
.p-contact__form.--confirm {
  margin-top: 0;
  padding-top: 35px;
}
@media screen and (max-width: 768px) {
  .p-contact__form.--confirm {
    padding-top: 25px;
  }
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output {
  display: none;
}

.wpcf7-spinner {
  display: none;
}

/* object > project > confirm */
.p-confirm {
  display: none;
  margin-top: 98px;
}
@media screen and (max-width: 768px) {
  .p-confirm {
    margin-top: 58px;
  }
}

.p-confirm__label-text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-confirm__label-text {
    font-size: 12px;
  }
}

/* object > project > thanks */
.p-thanks__contents {
  padding: 0 0 137px;
}
@media screen and (max-width: 768px) {
  .p-thanks__contents {
    padding: 0 0 100px;
  }
}

.p-thanks__content {
  margin-top: 148px;
}
@media screen and (max-width: 768px) {
  .p-thanks__content {
    margin-top: 100px;
  }
}

.p-thanks__message {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7777777778;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-thanks__message {
    font-size: 15px;
  }
}

/* display */
.u-sp-inline {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-sp-inline {
    display: inline;
  }
}

@media screen and (max-width: 768px) {
  .u-tab-inline {
    display: none;
  }
}

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