.p-single .u-mv, .single .u-mv {
  min-height: inherit;
  padding-bottom: 0;
  margin-bottom: 9rem;
  position: relative;
}
.p-single .u-mv::after, .single .u-mv::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 27%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0));
}
.p-single .u-mv .l-container, .single .u-mv .l-container {
  min-height: 102rem;
  position: relative;
  z-index: 1;
}
.p-single .u-mv__inner, .single .u-mv__inner {
  position: absolute;
  left: 2rem;
  bottom: 5rem;
  text-align: left;
}
.p-single .u-mv__title, .single .u-mv__title {
  font-size: 5.8rem;
  padding-top: 0;
}
.p-single .u-mv__occupation, .single .u-mv__occupation {
  display: inline-block;
  background-color: var(--c-orange);
  color: var(--c-white);
  font-size: 2.1rem;
  padding: 0.6rem 1rem;
  margin-top: 3rem;
}
.p-single .u-mv__comment, .single .u-mv__comment {
  font-size: 3rem;
  max-width: 55rem;
  line-height: 1.5;
  margin-top: 2rem;
  letter-spacing: 0.06em;
}
.p-single .u-mv__question--wrap, .single .u-mv__question--wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5rem;
  gap: 1rem 4rem;
}
.p-single .u-mv__question, .single .u-mv__question {
  display: flex;
  align-items: baseline;
}
.p-single .u-mv__question dt, .single .u-mv__question dt {
  font-size: 1.7rem;
}
.p-single .u-mv__question dt::after, .single .u-mv__question dt::after {
  content: ":";
  margin: 0 0.5rem;
  position: relative;
  top: -0.2rem;
}
.p-single .u-mv__question dd, .single .u-mv__question dd {
  font-size: 2.6rem;
}
.p-single .c-banner, .single .c-banner {
  margin-top: 15rem;
}
.p-single .c-footer, .single .c-footer {
  margin-top: 7.5rem;
}

.u-st__01 {
  display: flex;
  margin-bottom: 7rem;
}
.u-st__01.-reverse {
  flex-direction: row-reverse;
}
.u-st__01.-reverse .u-st__01--item.-text {
  padding-left: 0;
}
.u-st__01.-reverse .u-st__01--item.-img {
  text-align: right;
  padding-left: 3rem;
}

.u-st__01--item {
  width: 50%;
}
.u-st__01--item.-text {
  padding-left: 2rem;
}
.u-st__01--item.-img img {
  width: 100%;
  max-width: 548px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
}

.u-single {
  font-feature-settings: normal;
}
.u-single p {
  font-size: 1.7rem;
  line-height: 1.55;
}
.u-single > img {
  width: 100%;
}
.u-single .aligncenter {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.u-st__02 {
  margin-bottom: 12rem;
}
.u-st__02 .-img {
  margin-bottom: 7rem;
}

.u-over {
  width: 100vw;
  max-width: none;
  margin-left: calc(-1 * (50vw - 50%));
}
.u-over img {
  width: 100%;
  max-width: inherit;
}

.u-connect {
  margin-top: 5.5rem;
}
.u-connect .c-btn {
  margin-top: 5rem;
}

.u-connect__slide {
  opacity: 0;
  transition: 0.3s;
  position: relative;
}
.u-connect__slide.slick-initialized {
  opacity: 1;
}
.u-connect__slide .c-card {
  margin: 0 1rem;
}
.u-connect__slide .slick-prev, .u-connect__slide .slick-next {
  top: calc(100% + 7.5rem);
  width: 5rem;
  height: 5rem;
  border: 1px solid var(--c-orange);
  background: url(../images/common/icn-arrow_red.svg) no-repeat center;
  background-size: 1.2rem;
  transition: 0.3s;
}
.u-connect__slide .slick-prev::before, .u-connect__slide .slick-next::before {
  content: none;
}
@media (hover: hover) {
  .u-connect__slide .slick-prev:hover, .u-connect__slide .slick-next:hover {
    background-color: var(--c-red);
    background-image: url(../images/common/icn-arrow_white.svg);
  }
}
.u-connect__slide .slick-prev {
  left: 12.5rem;
  top: calc(100% + 5rem);
  transform: rotate(180deg);
}
.u-connect__slide .slick-next {
  right: inherit;
  left: 19rem;
}

@media screen and (min-width: 751px) and (max-width: 1000px) {
  .u-connect__slide .slick-prev {
    left: 1rem;
  }
  .u-connect__slide .slick-next {
    left: 8rem;
  }
}
@media screen and (max-width: 750px) {
  .u-st__01 {
    flex-direction: column;
    row-gap: 7rem;
    margin-bottom: 9rem;
  }
  .u-st__01 .-img {
    order: 2;
    text-align: center;
  }
  .u-st__01 .-img img {
    width: 100%;
    max-width: inherit;
  }
  .u-st__01 .-text {
    padding: 0 3rem;
    order: 1;
  }
  .u-st__01 .-text p {
    line-height: 1.74;
  }
  .u-st__01.-reverse {
    flex-direction: column;
    row-gap: 7rem;
    margin-bottom: 9rem;
  }
  .u-st__01.-reverse .u-st__01--item.-img {
    padding-left: 0;
  }
  .u-st__01.-reverse .u-st__01--item.-text {
    padding: 0 3rem;
  }
  .u-st__01--item {
    width: 100%;
  }
  .u-st__02 {
    display: flex;
    flex-direction: column;
    row-gap: 10rem;
  }
  .u-st__02 .-img {
    order: 2;
    margin-bottom: 0;
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }
  .u-st__02 .-text {
    order: 1;
    padding: 0 3rem;
  }
  .p-single .u-mv, .single .u-mv {
    margin-bottom: 7rem;
  }
  .p-single .u-mv::after, .single .u-mv::after {
    height: 25%;
  }
  .p-single .u-mv .l-container, .single .u-mv .l-container {
    min-height: 146rem;
  }
  .p-single .u-mv__title, .single .u-mv__title {
    padding-top: 20.5rem;
    padding-left: 1.5rem;
    font-size: 6rem;
  }
  .p-single .u-mv__inner, .single .u-mv__inner {
    position: static;
  }
  .p-single .u-mv__inner--sp, .single .u-mv__inner--sp {
    width: calc(100% - 14rem);
    position: absolute;
    left: 7rem;
    bottom: 4.5rem;
    text-align: left;
  }
  .p-single .u-mv__occupation, .single .u-mv__occupation {
    font-size: 2.8rem;
    margin-top: 0;
    min-width: 18.5rem;
  }
  .p-single .u-mv__comment, .single .u-mv__comment {
    max-width: inherit;
    font-size: 3.3rem;
  }
  .p-single .u-mv__question, .single .u-mv__question {
    flex-wrap: wrap;
    row-gap: 1rem;
  }
  .p-single .u-mv__question--wrap, .single .u-mv__question--wrap {
    flex-direction: column;
    gap: 2.25rem 0;
  }
  .p-single .u-mv__question dt, .single .u-mv__question dt {
    font-size: 2.6rem;
  }
  .u-single .l-container > :is(h1, h2, h3, h4, h5, h6, p) {
    padding: 0 3rem;
  }
  .u-single p {
    font-size: 3.3rem;
  }
  .u-connect {
    margin-top: 9rem;
  }
  .u-connect .c-btn {
    margin-top: 16rem;
  }
  .u-connect__slide .slick-prev, .u-connect__slide .slick-next {
    width: 7rem;
    height: 7rem;
  }
  .u-connect__slide .slick-prev {
    left: 1rem;
    top: calc(100% + 4rem);
  }
  .u-connect__slide .slick-next {
    left: 11rem;
  }
}