@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: "游ゴシック", "游ゴシック体", YuGothic, sans-serif;
  color: #162F66;
  background-color: #F4F4F4;
}
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: 30px;
  }
}

.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 {
  margin-top: 13px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 799px;
          flex: 0 0 799px;
}
@media screen and (max-width: 1240px) {
  .l-columns__right {
    margin-top: 0;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}

/* layout > page */
.l-page {
  padding-top: 246px;
}
@media screen and (max-width: 768px) {
  .l-page {
    padding-top: 122px;
  }
}
.l-page.--service {
  padding-top: 304px;
}
@media screen and (max-width: 768px) {
  .l-page.--service {
    padding-top: 122px;
  }
}
.l-page.--single {
  padding-top: 348px;
}
@media screen and (max-width: 768px) {
  .l-page.--single {
    padding-top: 122px;
  }
}

/* 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: #FFC403;
}
.c-link-button .mark {
  display: inline-block;
  background-color: #fff;
  border-radius: 50%;
}
.c-link-button .text {
  color: #fff;
  font-weight: 500;
}
.c-link-button--lg {
  width: 418px;
  padding: 54px 10px 48px;
  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: 25px 10px 24px;
  }
}
.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: "futura-pt", 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: #162F66;
  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: #162F66;
  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;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.025em;
}
.c-link-button--works {
  gap: 7px;
  background-color: #162F66;
  width: 179px;
  border-radius: 68px;
  padding: 14px 10px 11px 39px;
}
@media screen and (max-width: 768px) {
  .c-link-button--works {
    width: 201px;
    padding: 12px 10px 10px 47px;
  }
}
.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 {
  background-color: #162F66;
  border-radius: 68px;
  gap: 6px;
  width: 164px;
  padding: 15px 10px 15px 36px;
}
@media screen and (max-width: 768px) {
  .c-link-button--top-works {
    width: 277px;
    border-radius: 68px;
    padding: 19px 10px 20px 87px;
  }
}
.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: #162F66;
  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: 21px;
  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: #162F66;
  gap: 10px;
  width: 265px;
  border-radius: 68px;
  padding: 19px 10px 19px 64px;
}
@media screen and (max-width: 768px) {
  .c-link-button--single-works {
    gap: 8px;
    width: 201px;
    padding: 12px 10px 12px 47px;
  }
}
.c-link-button--single-works .mark {
  width: 15px;
  height: 15px;
}
@media screen and (max-width: 768px) {
  .c-link-button--single-works .mark {
    width: 12px;
    height: 12px;
  }
}
.c-link-button--single-works .text {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .c-link-button--single-works .text {
    font-size: 17px;
  }
}
.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: "futura-pt", sans-serif;
  font-size: 17px;
  line-height: 1;
}
.c-link-button--cta {
  width: 265px;
  border-radius: 68px;
  padding: 18px 16px 18px 55px;
  font-size: 17px;
  line-height: 1.8235294118;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .c-link-button--cta {
    width: 180px;
    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;
}
@media screen and (max-width: 768px) {
  .c-link-button02::after {
    width: 85.5px;
  }
}
.c-link-button02 .mark {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #FFC403;
}
.c-link-button02 .text {
  font-family: "futura-pt", sans-serif;
  font-size: 20px;
  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;
}
@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: #FFC403;
  color: #fff;
  border-radius: 68px;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 700;
  padding: 44px 10px 44px 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,
.c-section-heading--main .c-section-heading__jp {
  color: #162F66;
}

.c-section-heading__en {
  font-family: "futura-pt", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: clamp(2.688rem, 0.861rem + 7.79vw, 8.75rem);
  line-height: 1;
  letter-spacing: 0.025em;
}
.c-section-heading__jp {
  margin-top: 10px;
  color: #fff;
  font-size: clamp(0.875rem, 0.762rem + 0.48vw, 1.25rem);
  font-weight: 700;
  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;
  margin-top: -1px;
  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: #FFC403;
}

.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: "futura-pt", sans-serif;
  font-size: 29px;
  font-weight: 500;
  line-height: 1.3103448276;
}

.p-drawer__tel-hours {
  font-size: 13px;
  font-weight: 700;
  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;
}

.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: 24px;
  }
}
.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 #D4CCC8;
}
@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: #162F66;
}
.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: 20px;
  }
}
.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 #162F66;
  border-bottom: 1.5px solid #162F66;
  -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: 60px;
  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__slider-wrap {
  position: relative;
}

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

.p-fv__slide-deco {
  position: absolute;
  bottom: -2px;
  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: block;
}

.p-fv__scroll-pic {
  position: absolute;
  bottom: -67.8px;
  right: 52px;
  display: block;
  width: clamp(4.844rem, 2.218rem + 11.2vw, 13.563rem);
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 4;
  -webkit-animation: rotation 14s linear infinite;
          animation: rotation 14s linear infinite;
}
@media screen and (max-width: 768px) {
  .p-fv__scroll-pic {
    right: 20px;
    bottom: -4px;
  }
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.p-fv__title-block {
  margin-top: -26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 40px 0 25px;
  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: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-fv__title-block {
    margin-top: 4.4px;
    padding: 0;
  }
}

.p-fv__title {
  width: clamp(21rem, 4.66rem + 69.72vw, 75.25rem);
}
@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: "futura-pt", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .p-fv__sub-title {
    font-size: 16px;
  }
}

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

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

/* object > project > header */
.p-header {
  position: fixed;
  top: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 96.2962%;
  max-width: 1560px;
  background-color: rgba(255, 255, 255, 0.8);
  height: 97px;
  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 {
    height: 48px;
    top: 15px;
    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: 1440px) {
  .p-header__inner {
    padding: 0 24px 0 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-header__inner {
    padding: 0 17px 0 12px;
  }
}

.p-header__logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 8px;
}
.p-header__logo-link .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49px;
          flex: 0 0 49px;
  width: 49px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1240px) {
  .p-header__logo-link .icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 34px;
            flex: 0 0 34px;
    width: 34px;
  }
}
@media screen and (max-width: 768px) {
  .p-header__logo-link .icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
    width: 24px;
  }
}
.p-header__logo-link .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 221px;
          flex: 0 0 221px;
  width: 221px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1240px) {
  .p-header__logo-link .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 175px;
            flex: 0 0 175px;
    width: 175px;
  }
}
@media screen and (max-width: 768px) {
  .p-header__logo-link .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 109px;
            flex: 0 0 109px;
    width: 109px;
  }
}

.p-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 37px;
}
@media screen and (max-width: 1440px) {
  .p-header__right {
    gap: 16px;
  }
}
@media (max-width: 1150px) {
  .p-header__right {
    display: none;
  }
}

.p-header__right-sp {
  display: none;
}
@media (max-width: 1150px) {
  .p-header__right-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15.5px;
    margin-top: 0;
  }
}
.p-header__right-sp .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-flex: 0;
      -ms-flex: 0 0 27px;
          flex: 0 0 27px;
}
@media screen and (max-width: 768px) {
  .p-header__right-sp .p-header__nav-link--contact .icon {
    width: 26px;
  }
}
@media screen and (max-width: 768px) {
  .p-header__right-sp .p-header__nav-link--contact .text {
    font-family: "futura-pt", sans-serif;
    font-size: 6px;
  }
}

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

.p-header__nav-item--about {
  margin-left: 51px;
}
@media screen and (max-width: 1440px) {
  .p-header__nav-item--about {
    margin-left: 24px;
  }
}
@media screen and (max-width: 1240px) {
  .p-header__nav-item--about {
    margin-left: 16px;
  }
}
.p-header__nav-item--service {
  margin-left: 69px;
}
@media screen and (max-width: 1440px) {
  .p-header__nav-item--service {
    margin-left: 24px;
  }
}
@media screen and (max-width: 1240px) {
  .p-header__nav-item--service {
    margin-left: 16px;
  }
}
.p-header__nav-item--works {
  margin-left: 65px;
}
@media screen and (max-width: 1440px) {
  .p-header__nav-item--works {
    margin-left: 24px;
  }
}
@media screen and (max-width: 1240px) {
  .p-header__nav-item--works {
    margin-left: 16px;
  }
}
.p-header__nav-item--news {
  margin-left: 40px;
}
@media screen and (max-width: 1440px) {
  .p-header__nav-item--news {
    margin-left: 24px;
  }
}
@media screen and (max-width: 1240px) {
  .p-header__nav-item--news {
    margin-left: 16px;
  }
}
.p-header__nav-item--contact {
  margin-left: 47px;
  margin-top: 4px;
}
@media screen and (max-width: 1440px) {
  .p-header__nav-item--contact {
    margin-left: 24px;
  }
}
@media screen and (max-width: 1240px) {
  .p-header__nav-item--contact {
    margin-left: 16px;
  }
}

.p-header__nav-link {
  display: block;
  font-size: 16px;
  line-height: 1.3125;
  font-weight: 700;
  letter-spacing: 0.025em;
}
.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: "futura-pt", 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;
}

.p-header__tel-top {
  font-family: "futura-pt", sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.32;
}

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

.p-header__hamburger {
  margin-top: 3px;
  display: block;
  width: 24px;
  height: 20px;
  position: relative;
}
@media (max-width: 1150px) {
  .p-header__hamburger {
    margin-top: 0;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}
.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: #162F66;
  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: 63px 0 15px;
  background-color: #B7D2DD;
  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 {
    padding: 71px 0 15px;
  }
}

.p-footer__inner {
  margin: 52px auto 0;
}
@media screen and (max-width: 768px) {
  .p-footer__inner {
    margin: 0 auto;
  }
}

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

.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: 15px;
    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 0 10px 0;
  min-height: 337px;
}
@media screen and (max-width: 768px) {
  .p-footer__cta-item {
    border-radius: 10px;
    padding: 19px 0 10px 0;
    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 {
  margin-left: 34px;
  padding-left: 66.5px;
  font-family: "futura-pt", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #FFC403;
  line-height: 1.3333333333;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-footer__cta-en {
    margin-left: 20px;
    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: #FFC403;
}
@media screen and (max-width: 768px) {
  .p-footer__cta-en::before {
    width: 34px;
  }
}
.p-footer__cta-en.--top-commit {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .p-footer__cta-en.--top-commit {
    font-size: 15px;
    padding-left: 66.5px;
  }
  .p-footer__cta-en.--top-commit::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;
}
@media screen and (max-width: 768px) {
  .p-footer__cta-content {
    -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: 18px;
}
@media screen and (max-width: 768px) {
  .p-footer__cta-content--call {
    gap: 15.3px;
    padding-left: 20px;
    margin-top: 0;
  }
}
.p-footer__cta-content--call .p-footer__cta-body {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .p-footer__cta-content--call .p-footer__cta-body {
    margin-top: 14px;
  }
}
.p-footer__cta-content--call .icon {
  width: 63px;
  height: 96px;
}
@media screen and (max-width: 768px) {
  .p-footer__cta-content--call .icon {
    width: 47px;
    height: 54px;
  }
}
.p-footer__cta-content--mail {
  margin-top: 54px;
}
@media screen and (max-width: 768px) {
  .p-footer__cta-content--mail {
    gap: 26px;
    margin-top: 17px;
    padding-left: 25px;
  }
}
.p-footer__cta-content--mail .p-footer__cta-body {
  margin-top: 32px;
}
@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: 37px;
  }
}
.p-footer__cta-content--form {
  margin-top: 37px;
}
@media screen and (max-width: 768px) {
  .p-footer__cta-content--form {
    margin-top: 20px;
    padding-left: 34px;
    gap: 28.3px;
  }
}
.p-footer__cta-content--form .p-footer__cta-body {
  margin-top: 20px;
  gap: 14px;
}
@media screen and (max-width: 768px) {
  .p-footer__cta-content--form .p-footer__cta-body {
    margin-top: 0;
    gap: 12px;
  }
}
.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;
  }
}

.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 {
  font-family: "futura-pt", sans-serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 1.347826087;
}
@media screen and (max-width: 768px) {
  .p-footer__cta-tel-number {
    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 {
  font-family: "futura-pt", sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.3529411765;
}
@media screen and (max-width: 768px) {
  .p-footer__cta-mail-text {
    font-size: 23px;
    line-height: 1.347826087;
  }
}

.p-footer__bottom {
  margin-top: 100px;
  border-top: 2px solid #fff;
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 277px;
}
@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: 39px;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__bottom {
    margin-top: 67px;
    padding-top: 35px;
    gap: 33px;
  }
}

.p-footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 11px;
}
@media screen and (max-width: 768px) {
  .p-footer__logo {
    gap: 10px;
  }
}
.p-footer__logo img {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-footer__logo .logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 78px;
          flex: 0 0 78px;
  width: 78px;
}
@media screen and (max-width: 768px) {
  .p-footer__logo .logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 44px;
            flex: 0 0 44px;
    width: 44px;
  }
}
.p-footer__logo .logo-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 330px;
          flex: 0 0 330px;
  width: 330px;
}
@media screen and (max-width: 768px) {
  .p-footer__logo .logo-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 206px;
            flex: 0 0 206px;
    width: 206px;
  }
}

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

.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: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 95px;
}
@media screen and (max-width: 1240px) {
  .p-footer__nav {
    gap: 64px;
  }
}
@media screen and (max-width: 900px) {
  .p-footer__nav {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}

@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 {
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
    row-gap: 11px;
  }
}
@media (max-width: 380px) {
  .p-footer__nav-list {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-footer__nav-list {
    line-height: 1;
  }
}

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

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

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

/* object > project > works-card */
.p-works-card {
  background-color: #fff;
  padding: 10px 39px 19px 46px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-works-card {
    padding: 10px 20px 17px;
  }
}
.p-works-card::before, .p-works-card::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #162F66;
  width: 100%;
  height: 10px;
}
@media screen and (max-width: 768px) {
  .p-works-card::before, .p-works-card::after {
    height: 6px;
  }
}
.p-works-card::before {
  top: -10px;
  left: 0;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 768px) {
  .p-works-card::before {
    top: -6px;
  }
}
.p-works-card::after {
  bottom: -10px;
  left: 0;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 768px) {
  .p-works-card::after {
    bottom: -6px;
  }
}

.p-works-card__meta {
  text-align: right;
}

.p-works-card__date {
  color: #FFC403;
  font-size: 9px;
  line-height: 1;
  letter-spacing: 0.05em;
}
.p-works-card__date .text {
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
}

.p-works-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  margin-top: 16px;
}
@media screen and (max-width: 1240px) {
  .p-works-card__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    margin-top: 9px;
  }
}

.p-works-card__thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 284px;
          flex: 0 0 284px;
  aspect-ratio: 284/228;
  max-height: 228px;
  border-radius: 10px;
}
@media screen and (max-width: 1240px) {
  .p-works-card__thumbnail {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    aspect-ratio: 295/183;
    max-height: 183px;
  }
}
.p-works-card__thumbnail img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-works-card__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: 13px;
}
@media screen and (max-width: 1240px) {
  .p-works-card__body {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}

.p-works-card__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-works-card__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-works-card__title .place,
.p-works-card__title .cat {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.24;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-works-card__title .place,
  .p-works-card__title .cat {
    font-size: 23px;
    line-height: 1.3043478261;
  }
}

.p-works-card__info {
  margin-top: 5px;
  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;
}
@media screen and (max-width: 768px) {
  .p-works-card__info {
    margin-top: 4px;
  }
}

.p-works-card__place,
.p-works-card__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-works-card__place .text,
.p-works-card__tag .text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-works-card__place .text,
  .p-works-card__tag .text {
    font-size: 11px;
  }
}

.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: 15px;
  background-color: #EDF5F8;
  border-right: 5px;
  padding: 23px 16px 18px;
}
@media screen and (max-width: 768px) {
  .p-works-card__comment {
    margin-top: 13.4px;
    padding: 18px 20px 20px;
  }
}

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

.p-works-card__comment-text {
  margin-top: 7px;
  font-size: 11px;
  font-weight: 500;
  left: 0.05em;
  line-height: 1.3636363636;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 768px) {
  .p-works-card__comment-text {
    font-size: 12px;
    margin-top: 10px;
  }
}

.p-works-card__btn-wrap {
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-works-card__btn-wrap {
    margin-top: 15px;
  }
}

/* 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 #162F66;
  font-family: "futura-pt", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.025em;
}
.p-pagination__list .page-numbers.dots {
  border: none;
}
.p-pagination__list .page-numbers.current {
  background-color: #162F66;
  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: 19px;
  }
}
.p-news.--archive {
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .p-news.--archive {
    gap: 19px;
  }
}
.p-news.--archive .p-news__link {
  padding: 0 24px 27px 20px;
}
@media screen and (max-width: 768px) {
  .p-news.--archive .p-news__link {
    padding: 0 10px 16px 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 24px 22px 16px;
  border-bottom: 1px solid #DDDDDD;
}
@media screen and (max-width: 768px) {
  .p-news__link {
    padding: 0 10px 16px 0;
  }
}

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

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

.p-news__title {
  max-width: 597px;
  font-size: 18px;
  font-weight: 700;
  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: #FFC403;
}
@media screen and (max-width: 768px) {
  .p-news__button .mark {
    width: 9px;
    height: 9px;
  }
}
.p-news__button .text {
  font-family: "futura-pt", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.025em;
  font-weight: 500;
}
@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;
  font-weight: 500;
  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 0 32px;
  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 0 21px;
    font-size: 12px;
    line-height: 1.3333333333;
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
}

/* object > project > top */
/* lead */
.p-top__lead {
  padding: 242px 0 0;
}
@media screen and (max-width: 768px) {
  .p-top__lead {
    padding: 60px 0 0;
  }
}

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

.p-top__lead-heading {
  width: clamp(20.938rem, 13.144rem + 33.25vw, 46.813rem);
}
.p-top__lead-heading img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top__lead-body {
  margin-top: 56px;
  max-width: 427px;
}
@media screen and (max-width: 768px) {
  .p-top__lead-body {
    margin-top: 30px;
  }
}

.p-top__lead-map {
  position: absolute;
  right: -152px;
  bottom: 84px;
  display: block;
  width: clamp(20.938rem, 14.179rem + 28.84vw, 43.375rem);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-top__lead-map {
    right: 20px;
    bottom: 21px;
  }
}

.p-top__lead-text {
  font-size: 18px;
  line-height: 2;
  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: 2em;
}

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

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

/* review */
.p-top__review {
  margin-top: 34px;
  padding: 85px 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: 13px;
    background-image: url(../img/top/review-bg-sp.webp);
    padding: 59px 0 48px;
  }
}

.p-top__review-inner {
  max-width: 1120px;
}

.p-top__review-container {
  max-width: 750px;
  margin-inline: auto;
}

.p-top__review-content {
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 10px 57px;
}
@media screen and (max-width: 768px) {
  .p-top__review-content {
    padding: 34px 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: 42px 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: 58px;
}
@media screen and (max-width: 768px) {
  .p-top__review-numbers {
    margin: 12px auto 0;
    gap: 27px;
  }
}

.p-top__review-number {
  font-family: "futura-pt", 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: 50px;
}
@media screen and (max-width: 768px) {
  .p-top__review-bottom {
    margin-top: 14px;
    -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: 190px 0 109px;
}
@media screen and (max-width: 768px) {
  .p-top__commit {
    padding: 86px 0 60px;
  }
}

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

.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: 60px;
}
@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: 16px;
  }
}
.p-top__commit-item.--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 90px;
}
@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 {
  -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 {
    -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-body.--01 {
  margin-top: 141px;
}
@media screen and (max-width: 768px) {
  .p-top__commit-body.--01 {
    margin-top: 0;
  }
}
.p-top__commit-body.--02 {
  margin-top: 142px;
}
@media screen and (max-width: 768px) {
  .p-top__commit-body.--02 {
    margin-top: 0;
  }
}
.p-top__commit-body.--03 {
  margin-top: 142px;
}
@media screen and (max-width: 768px) {
  .p-top__commit-body.--03 {
    margin-top: 0;
  }
}

.p-top__commit-title {
  margin-top: 27px;
  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: 13px;
  }
}

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

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

.p-top__commit-picture {
  margin-top: 129px;
  padding-bottom: 54px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top__commit-picture {
    margin-top: 56px;
    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;
    bottom: 10px;
  }
}

/* service */
.p-top__service {
  padding: 207px 0 297px;
  background-color: #B7D2DD;
}
@media screen and (max-width: 768px) {
  .p-top__service {
    padding: 84px 0 102px;
  }
}

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

.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: #fff;
  font-size: 20px;
  font-weight: 700;
  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 #fff;
  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: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  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;
    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: 93px;
}
@media screen and (max-width: 900px) {
  .p-top__service-column-right {
    gap: 86px;
  }
}

.p-top__service-title {
  color: #fff;
  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: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 900px) {
  .p-top__service-title::before {
    width: 15px;
    height: 3px;
  }
}

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

.p-top__service-item {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 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: #162F66;
  border-radius: 22px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 24px 3px;
  font-size: 20px;
  font-weight: 700;
  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: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 900px) {
  .p-top__service-sub-title {
    margin-top: 3px;
    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: 100px;
}
@media screen and (max-width: 900px) {
  .p-top__service-btn-wrap {
    margin-top: 69px;
  }
}

/* works */
.p-top__works {
  padding: 167px 0 0;
}
@media screen and (max-width: 768px) {
  .p-top__works {
    padding: 88px 0 0;
  }
}

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

.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 {
  padding: 20px 0;
  /* 位置の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: 961px;
}
@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: 317px;
  }
}
.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: #162F66;
  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% - 515px);
}
@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% - 515px);
}
@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% + 20px);
}
@media screen and (max-width: 768px) {
  .p-top__works-slide-container .swiper-pagination-bullets.swiper-pagination-horizontal {
    top: 100%;
    top: calc(100% - 10px);
  }
}
.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 #162F66;
  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: #162F66;
}

.p-top__works-card-comment {
  margin-top: 25px;
  border-radius: 5px;
  background-color: #EDF5F8;
  padding: 22px 24px 28px;
}
@media screen and (max-width: 1040px) {
  .p-top__works-card-comment {
    margin-top: 14px;
    border-radius: 3px;
    padding: 21px 24px 15px 20px;
  }
}
.p-top__works-card-comment .title {
  font-size: 19px;
  font-weight: 700;
  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: 8px;
  font-size: 14px;
  line-height: 1.9285714286;
  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: 11px;
    font-size: 12px;
    line-height: 1.5;
  }
}

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

.p-top__works-card {
  background-color: #fff;
  padding: 22px 61px 31px 72px;
  position: relative;
  margin: 18px 0;
}
@media screen and (max-width: 768px) {
  .p-top__works-card {
    padding: 11px 20px 31px;
  }
}
.p-top__works-card::before, .p-top__works-card::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #162F66;
  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-meta {
  text-align: right;
}

.p-top__works-card-date {
  color: #FFC403;
  font-size: 11px;
  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-date .text {
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
}

.p-top__works-card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 50px;
  margin-top: 30px;
}
@media screen and (max-width: 1040px) {
  .p-top__works-card-content {
    margin-top: 8px;
    gap: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.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: 277/213;
    max-height: 213px;
    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 {
  margin-top: 17px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@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;
  -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-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-top__works-card-title .place {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.24;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-top__works-card-title .place {
    font-size: 20px;
    line-height: 1.75;
  }
}
.p-top__works-card-title .cat {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.24;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-top__works-card-title .cat {
    font-size: 20px;
    line-height: 1.75;
  }
}

.p-top__works-card-info {
  margin-top: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
@media screen and (max-width: 768px) {
  .p-top__works-card-info {
    margin-top: 16px;
    margin-top: 1px;
    gap: 8px;
  }
}

.p-top__works-card-place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.7px;
}
@media screen and (max-width: 768px) {
  .p-top__works-card-place {
    gap: 4.4px;
  }
}
.p-top__works-card-place .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12px;
          flex: 0 0 12px;
  width: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-top__works-card-place .icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10px;
            flex: 0 0 10px;
    width: 10px;
  }
}
.p-top__works-card-place .text {
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-top__works-card-place .text {
    font-size: 12px;
  }
}

.p-top__works-card-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.2px;
}
@media screen and (max-width: 768px) {
  .p-top__works-card-tag {
    gap: 4px;
  }
}
.p-top__works-card-tag .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14px;
          flex: 0 0 14px;
  width: 14px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-top__works-card-tag .icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11px;
            flex: 0 0 11px;
    width: 11px;
  }
}
.p-top__works-card-tag .text {
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-top__works-card-tag .text {
    font-size: 12px;
  }
}

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

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

/* qa */
.p-top__qa {
  padding: 200px 0 210px;
}
@media screen and (max-width: 768px) {
  .p-top__qa {
    padding: 86px 0 99px;
  }
}

.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: 36px;
}
@media screen and (max-width: 768px) {
  .p-top__qa-list {
    gap: 30px;
  }
}

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

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

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

.p-top__qa-a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37px;
          flex: 0 0 37px;
  color: #808080;
  font-family: "futura-pt", 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: 555px;
  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: #FFC403;
}
@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: #FFC403;
  font-family: "futura-pt", 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 174px;
}
@media screen and (max-width: 768px) {
  .p-about__contents {
    padding: 0 0 100px;
  }
}

.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;
}
@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 159px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-about__lead-content {
    padding: 60px 0 73px;
  }
}

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

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

/* ceo */
.p-about__ceo {
  padding: 177px 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: 52px;
}
@media screen and (max-width: 768px) {
  .p-about__ceo-content {
    margin-top: 40px;
  }
}

.p-about__ceo-content {
  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: 17px;
  }
}

.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.3333333333;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .p-about__ceo-title {
    font-size: 20px;
    line-height: 1.35;
  }
}

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

.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: 1em;
}

.p-about__ceo-profile {
  margin-top: 104px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
@media screen and (max-width: 768px) {
  .p-about__ceo-profile {
    margin-top: 48px;
  }
}
.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: 774px;
  margin-top: 3px;
  margin-left: auto;
  padding-right: 14px;
}
@media screen and (max-width: 768px) {
  .p-about__ceo-company {
    max-width: 294px;
    margin-top: 10px;
    padding-right: 0;
  }
}
.p-about__ceo-company img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

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

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

.p-about__company-item:not(:first-of-type) {
  margin-top: 88px;
}
@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: #162F66;
}
@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: 32px;
}
@media screen and (max-width: 768px) {
  .p-about__company-list {
    gap: 13px;
  }
}
.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: 8px;
    padding-bottom: 15px;
  }
}

.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;
}
@media screen and (max-width: 768px) {
  .p-about__company-term {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    font-size: 13px;
  }
}

.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__contents {
  padding: 0 0 218px;
}
@media screen and (max-width: 768px) {
  .p-service__contents {
    padding: 0 0 137px;
  }
}

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

.p-service__inner {
  max-width: 1220px;
  padding: 0 20px;
  margin-inline: auto;
}
/* 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: 10px;
}
@media screen and (max-width: 768px) {
  .p-service__lead-textarea {
    margin-top: 15px;
  }
}

.p-service__lead-text {
  text-align: center;
  font-family: "futura-pt", sans-serif;
  font-size: 16px;
  font-weight: 700;
  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: 155px;
}
@media screen and (max-width: 768px) {
  .p-service__section-wrap {
    margin-top: 82px;
  }
}

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

.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;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-service__cat-title {
    padding-top: 16px;
  }
}
.p-service__cat-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  width: 5px;
  height: 30px;
  border-radius: 4px;
  background-color: #162F66;
}
@media screen and (max-width: 768px) {
  .p-service__cat-title::before {
    width: 2px;
    height: 9px;
    left: 40%;
  }
}
.p-service__cat-title span {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-service__cat-title span {
    font-size: 14px;
  }
}

.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: 88px;
}
@media screen and (max-width: 768px) {
  .p-service__cat-list {
    gap: 36px;
  }
}

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

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

.p-service__cat-heading {
  font-size: 42px;
  font-weight: 700;
  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: 15px;
}
@media screen and (max-width: 768px) {
  .p-service__cat-textarea {
    margin-top: 9px;
  }
}

.p-service__cat-text {
  font-size: 18px;
  font-weight: 700;
  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-top: 64px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 44px;
}
@media (max-width: 1100px) {
  .p-service__cases {
    margin: 36px auto 0;
    grid-template-columns: 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 32px;
    width: 75%;
  }
}
@media screen and (max-width: 900px) {
  .p-service__cases {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-service__cases {
    width: 75%;
  }
}
@media screen and (max-width: 600px) {
  .p-service__cases {
    width: 100%;
  }
}

.p-service__case {
  background-color: #fff;
  padding: 14px 25px 17px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-service__case {
    padding: 12px 20px 14px;
  }
}
.p-service__case::before, .p-service__case::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #162F66;
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .p-service__case-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    gap: 12px;
    margin-top: 12px;
  }
}

.p-service__case-photo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 260px;
          flex: 0 0 260px;
  aspect-ratio: 260/213;
  max-height: 213px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-service__case-photo {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    aspect-ratio: 279/172;
    max-height: 172px;
  }
}
.p-service__case-photo img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.p-service__case-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.347826087;
  letter-spacing: 0.05em;
}
@media (max-width: 1100px) {
  .p-service__case-title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .p-service__case-title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 20px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 600px) {
  .p-service__case-title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-service__case-info {
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  .p-service__case-info {
    margin-top: 0;
  }
}

.p-service__case-place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.5px;
}
@media screen and (max-width: 768px) {
  .p-service__case-place {
    gap: 6.3px;
  }
}
.p-service__case-place .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 7.84px;
          flex: 0 0 7.84px;
  width: 7.84px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-service__case-place .icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11.2px;
            flex: 0 0 11.2px;
    width: 11.2px;
  }
}
.p-service__case-place .text {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-service__case-place .text {
    font-size: 12px;
  }
}

.p-service__case-tag {
  margin-top: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.5px;
}
@media screen and (max-width: 768px) {
  .p-service__case-tag {
    margin-top: 2px;
    gap: 4.9px;
  }
}
.p-service__case-tag .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.81px;
          flex: 0 0 8.81px;
  width: 8.81px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-service__case-tag .icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.59px;
            flex: 0 0 12.59px;
    width: 12.59px;
  }
}
.p-service__case-tag .text {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-service__case-tag .text {
    font-size: 12px;
  }
}

.p-service__case-date {
  display: block;
  text-align: right;
  color: #FFC403;
  font-size: 9px;
  line-height: 1;
}
.p-service__case-date .text {
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
}

.p-service__case-comment {
  margin-top: 11px;
  padding: 14px 14px 14px;
  border-radius: 5px;
  background-color: #EDF5F8;
}
@media screen and (max-width: 768px) {
  .p-service__case-comment {
    padding: 18px 20px 17px;
  }
}

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

.p-service__case-comment-text {
  margin-top: 4px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.3636363636;
  letter-spacing: 0.05em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 768px) {
  .p-service__case-comment-text {
    margin-top: 7px;
    font-size: 12px;
  }
}

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

/* object > project > privacy */
.p-privacy__contents {
  padding: 0 0 142px;
}
@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: 93px;
}
@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: 32px;
}
@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: 41px;
}
@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: 14px;
}

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

.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: 4px;
}
@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: 34px;
}
@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: 17px;
}

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

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

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

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

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

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

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

.p-single__meta {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-single__meta {
    display: none;
  }
}

.p-single__date {
  display: inline-block;
  color: #FFC403;
  font-size: 15px;
  line-height: 1;
  font-family: "futura-pt", sans-serif;
}

.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.35;
    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;
  font-weight: 500;
  line-height: 1.3125;
  letter-spacing: 0.05em;
}
.p-single__article p + p {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .p-single__article p + p {
    margin-top: 72px;
  }
}
.p-single__article p + figure {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .p-single__article p + figure {
    margin-top: 121px;
  }
}
.p-single__article figure {
  text-align: center;
}
.p-single__article * + h2 {
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .p-single__article * + h2 {
    margin-top: 40px;
  }
}
.p-single__article * + h3 {
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .p-single__article * + h3 {
    margin-top: 82px;
  }
}
.p-single__article * + h4 {
  margin-top: 43px;
}
@media screen and (max-width: 768px) {
  .p-single__article * + h4 {
    margin-top: 72px;
  }
}
.p-single__article h2 {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p-single__article h2 + * {
  margin-top: 12px;
}
@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: 68px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-single__btn-wrap {
    margin-top: 92px;
  }
}

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

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

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

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

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

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

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

.p-single-works__date {
  color: #FFC403;
  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-family: "futura-pt", sans-serif;
  font-weight: 700;
}

.p-single-works__title {
  margin-top: 20px;
  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: 10px;
    font-size: 20px;
  }
}

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

.p-single-works__place,
.p-single-works__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-single-works__place .icon,
.p-single-works__tag .icon {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-single-works__place .text,
.p-single-works__tag .text {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-single-works__place .text,
  .p-single-works__tag .text {
    font-size: 11px;
  }
}

.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: 29px;
}
@media screen and (max-width: 768px) {
  .p-single-works__thumbnail {
    margin-top: 18px;
  }
}
.p-single-works__thumbnail img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.p-single-works__table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-right: 1px solid #D8D8D8;
}
@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: 1px solid #D8D8D8;
}
.p-single-works__table-row:first-of-type .p-single-works__table-head {
  border-radius: 10px 0 0 0;
}
@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: 1px solid #D8D8D8;
}
.p-single-works__table-row:last-of-type {
  border-bottom: 1px solid #D8D8D8;
  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: #162F66;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 19px 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: 10px 10px 11px;
    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: 19px 34px 19px 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: 1px solid #D8D8D8;
    padding: 13px 10px 14px 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: 20px;
  }
}

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

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

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

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

.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: 11px;
    line-height: 1.6666666667;
  }
}

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

.p-contact__form {
  margin-top: 45px;
  padding-top: 20px;
  border-top: 1px solid #D4CCC8;
}
@media screen and (max-width: 768px) {
  .p-contact__form {
    margin-top: 56px;
    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: 116px;
}
@media screen and (max-width: 768px) {
  .p-confirm {
    margin-top: 58px;
  }
}

.p-contact__content {
  margin-top: 118px;
}
@media screen and (max-width: 768px) {
  .p-contact__content {
    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 140px;
}
@media screen and (max-width: 768px) {
  .p-thanks__contents {
    padding: 0 0 100px;
  }
}

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

.p-thanks__message {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  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 */