.p-early-section {
  padding-bottom: 200px;
}
@media screen and (max-width: 1279px) {
  .p-early-section {
    padding-bottom: 15.625vw;
  }
}
@media screen and (max-width: 767px) {
  .p-early-section {
    padding-top: 13.8666666667vw;
    padding-bottom: 26.6666666667vw;
  }
}

.p-early-section__intro {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .p-early-section__intro {
    margin-top: 52px;
  }
}

.p-early-cont-wrap {
  padding: 100px 0 0;
}
@media screen and (max-width: 767px) {
  .p-early-cont-wrap {
    padding: 50px 0 0;
  }
}
.p-early-cont-wrap--has-pb {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .p-early-cont-wrap--has-pb {
    padding: 50px 0;
  }
}

.p-early-top-btn {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-early-top-btn {
    margin-top: 42px;
  }
}

.p-early-link-list-wrap {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-early-link-list-wrap {
    margin-top: 50px;
  }
}
.p-early-link-list-wrap--top {
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .p-early-link-list-wrap--top {
    margin-top: 27px;
  }
}

.p-early-link-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media screen and (max-width: 1279px) {
  .p-early-link-list {
    gap: 18px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-early-link-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-early-link-list__item {
  min-height: 200px;
}
@media screen and (max-width: 767px) {
  .p-early-link-list__item {
    min-height: 118px;
  }
}
@media screen and (max-width: 767px) {
  .p-early-link-list__item--sp-wide {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
}
.p-early-link-list__link {
  position: relative;
  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;
  background-color: #f6f6f6;
  -webkit-transition: 0.5s background-color, 0.5s color, 0.5s border;
  transition: 0.5s background-color, 0.5s color, 0.5s border;
  width: 100%;
  height: 100%;
}
.p-early-link-list__link.is-current {
  color: #f6f6f6;
  background-color: transparent;
}
.p-early-link-list__link.is-current::before {
  background-color: #A41A55;
  height: 100%;
}
.p-early-link-list__link:hover {
  color: #f6f6f6;
  background-color: transparent;
}
.p-early-link-list__link:hover::before {
  background-color: #A41A55;
  height: 100%;
}
.p-early-link-list__link::before {
  background-color: #A41A55;
  content: "";
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  bottom: 0;
  -webkit-transition: 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  width: 100%;
  z-index: -1;
}
.p-early-link-list__link--blank.is-current::after {
  background-image: url("../media/common/icon-blank_icon_01_hover.svg");
}
.p-early-link-list__link--blank::after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  aspect-ratio: 1/1;
  width: 32px;
  height: auto;
  background-image: url("../media/common/icon-blank_icon_01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: background-image 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: background-image 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}
@media screen and (max-width: 767px) {
  .p-early-link-list__link--blank::after {
    display: none;
  }
}
.p-early-link-list__link--blank:hover::after {
  background-image: url("../media/common/icon-blank_icon_01_hover.svg");
}
.p-early-link-list__link--blank:hover .p-early-link-list__text::after {
  background-image: url("../media/common/icon-blank_icon_01_hover.svg");
}
@media screen and (max-width: 767px) {
  .p-early-link-list__link--blank .p-early-link-list__text {
    position: relative;
    padding-right: 40px;
  }
  .p-early-link-list__link--blank .p-early-link-list__text::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    aspect-ratio: 1/1;
    width: 25px;
    height: auto;
    background-image: url("../media/common/icon-blank_icon_01.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}

.p-early-link-list__text {
  font-size: 30px;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .p-early-link-list__text {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .p-early-link-list__text {
    font-size: 20px;
  }
}

.p-gallery-block {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-gallery-block {
    margin-top: 50px;
  }
}
.p-gallery-block:first-child {
  margin-top: 0;
}

.p-anchor-list-wrap {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-anchor-list-wrap {
    margin-top: 57px;
  }
}

.p-support-block + .p-support-block {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-support-block + .p-support-block {
    margin-top: 50px;
  }
}

.p-support-col-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-support-col-cont + .p-support-col-cont {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-support-col-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-support-col-cont--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-support-col-cont--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-support-col-cont--reverse .p-support-col-cont__img-wrap {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .p-support-col-cont--reverse .p-support-col-cont__img-wrap {
    width: 100%;
    margin-left: 0;
  }
}
.p-support-col-cont--reverse .p-support-col-cont__detail-wrap {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .p-support-col-cont--reverse .p-support-col-cont__detail-wrap {
    width: 100%;
    margin-top: 20px;
  }
}

.p-support-col-cont__img-wrap {
  width: 40%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-support-col-cont__img-wrap {
    width: 100%;
  }
}

.p-support-col-cont__img-caption {
  margin-top: 50px;
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  .p-support-col-cont__img-caption {
    margin-top: 20px;
    font-size: 18px;
    text-align: left;
  }
}

.p-support-col-cont__detail-wrap {
  width: 56%;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .p-support-col-cont__detail-wrap {
    width: 100%;
    margin-left: 0;
    margin-top: 50px;
  }
}

.p-support-col-cont__head {
  font-size: 25px;
}

.p-support-col-cont__para {
  margin-top: 30px;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-support-col-cont__para {
    font-size: 18px;
    line-height: 1.56;
  }
}

.p-support-col-cont__highlight {
  color: #A41A55;
  font-weight: bold;
}

.p-support-detail + .p-support-detail {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-support-detail + .p-support-detail {
    margin-top: 70px;
  }
}

.p-support-detail__head {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-support-detail__head {
    font-size: 18px;
  }
}

.p-support-detail__desc {
  margin-top: 20px;
}

.p-support-box {
  margin-top: 20px;
}

.p-support-box__link {
  background-color: #f6f6f6;
  border-radius: 10px;
  padding: 20px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .p-support-box__link:hover {
    background-color: #e5e4e4;
  }
}

.p-support-box__head {
  font-weight: bold;
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  .p-support-box__head {
    font-size: 22px;
  }
}

.p-support-box__desc {
  font-size: 18px;
}

.p-support-box__list-item {
  color: #b1aeaf;
}

.p-support-box__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 44px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-support-box__bottom {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-support-box__bottom-text {
  color: #A41A55;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-support-box__bottom-text {
    margin-top: 40px;
    font-size: 18px;
  }
}

.p-panorama-section {
  padding: 100px 0;
  background-color: #f6f6f6;
}
@media screen and (max-width: 767px) {
  .p-panorama-section {
    padding: 50px 0;
  }
}

.p-panorama__head {
  font-size: 25px;
}

.p-panorama__desc {
  margin-top: 30px;
}

.p-panorama__btn {
  margin-top: 50px;
}

.p-works-section {
  padding: 100px 0 0;
}