@media (max-width: 991px) {
  .pc {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .sp {
    display: none !important;
  }
}

.p-top {
  display: flex;
  flex-direction: column;
  padding-block: 4rem 4.3rem;
}
@media (min-width: 992px) {
  .p-top {
    padding-block: 10rem 6rem;
  }
}
.p-top .hline01 {
  margin-bottom: 0;
}
.p-top .hline01__ttl {
  line-height: 1;
}
@media (max-width: 767px) {
  .p-top .hline01__ttl {
    margin-bottom: 0.8rem;
    font-size: 3.2rem;
  }
}

.p-anchor {
  margin-bottom: 5rem;
}
@media (min-width: 992px) {
  .p-anchor {
    margin-bottom: 10rem;
  }
}
.p-anchor__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 113.5rem;
  margin-inline: auto;
  padding-inline: 3rem;
}
@media (min-width: 992px) {
  .p-anchor__inner {
    flex-direction: row;
  }
}
.p-anchor__item {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .p-anchor__item {
    min-height: 4.5rem;
    border-bottom: 1px solid #707070;
  }
  .p-anchor__item:first-child {
    border-top: 1px solid #707070;
  }
}
@media (min-width: 992px) {
  .p-anchor__item {
    min-height: 5rem;
    padding-inline: 0.5rem;
    border-right: 1px solid var(--color-primary);
    transition: 0.3s opacity ease;
  }
  .p-anchor__item:hover {
    opacity: 0.8;
  }
  .p-anchor__item:first-child {
    border-left: 1px solid var(--color-primary);
  }
}
.p-anchor .ttl {
  position: relative;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4285714286;
  text-align: center;
}
@media (max-width: 991px) {
  .p-anchor .ttl {
    padding-inline: 5rem;
  }
}
@media (min-width: 992px) {
  .p-anchor .ttl {
    padding-bottom: 1rem;
    font-size: 1.3215859031vw;
  }
}
@media (min-width: 1135px) {
  .p-anchor .ttl {
    font-size: 1.5rem;
  }
}
.p-anchor .ttl::after {
  display: block;
  position: absolute;
  background: url("../img/architecture/icon_arrow.svg") no-repeat center/contain;
  content: "";
}
@media (max-width: 991px) {
  .p-anchor .ttl::after {
    width: 1.3rem;
    height: 0.7rem;
    right: 2.4rem;
    top: 50%;
    transform: translateY(-50%);
    background-size: 1.3rem 0.7rem;
  }
}
@media (min-width: 992px) {
  .p-anchor .ttl::after {
    width: 1.7rem;
    height: 1rem;
    bottom: -0.8rem;
    left: 50%;
    transform: translateX(-50%);
    background-size: 1.7rem 1rem;
  }
}

.p-hline-1 {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  margin-bottom: 2.5rem;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .p-hline-1 {
    gap: 1.1666666667vw;
    flex-direction: row;
    align-items: baseline;
    margin-bottom: 3rem;
    line-height: 1;
  }
}
@media (min-width: 1200px) {
  .p-hline-1 {
    gap: 1.4rem;
  }
}
.p-hline-1__ttl {
  font-family: var(--font-second);
  font-weight: 600;
  font-size: 3.4rem;
}
@media (min-width: 992px) {
  .p-hline-1__ttl {
    font-size: 4.25vw;
  }
}
@media (min-width: 1200px) {
  .p-hline-1__ttl {
    font-size: 5.1rem;
  }
}
.p-hline-1__sub {
  font-family: var(--font-en);
  font-weight: 600;
  font-size: 1.8rem;
  opacity: 0.5;
}
@media (min-width: 992px) {
  .p-hline-1__sub {
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 1200px) {
  .p-hline-1__sub {
    font-size: 2rem;
  }
}

.p-hline-2 {
  position: relative;
  padding-left: 1.5rem;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: 600;
  font-family: var(--font-second);
}
@media (min-width: 992px) {
  .p-hline-2 {
    font-size: 2vw;
    line-height: 1.4583333333;
  }
}
@media (min-width: 1200px) {
  .p-hline-2 {
    font-size: 2.4rem;
  }
}
.p-hline-2::after {
  position: absolute;
  top: 0.1rem;
  left: 0;
  width: 0.6rem;
  height: calc(100% - 1px);
  background-color: var(--color-primary);
  content: "";
}
@media (min-width: 992px) {
  .p-hline-2::after {
    top: 0.6rem;
    height: calc(100% - 10px);
  }
}
@media (max-width: 991px) {
  .p-hline-2.--style-1 {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}

.p-hline-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  margin-bottom: 2.5rem;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .p-hline-3 {
    gap: 0.5rem;
    margin-bottom: 7rem;
  }
}
.p-hline-3__ttl {
  font-family: var(--font-second);
  font-weight: 500;
  font-size: 3.4rem;
  color: #FFF;
  line-height: 1.4411764706;
}
@media (min-width: 992px) {
  .p-hline-3__ttl {
    line-height: 1.4509803922;
    font-size: 5.1rem;
  }
}
.p-hline-3__sub {
  font-family: var(--font-en);
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  color: #FFF;
  opacity: 0.5;
}
@media (min-width: 992px) {
  .p-hline-3__sub {
    line-height: 1.35;
    font-size: 2rem;
  }
}

.p-txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  font-family: var(--font-primary);
}
@media (min-width: 992px) {
  .p-txt {
    font-size: 1.5rem;
    line-height: 1.8666666667;
  }
}

.p-square {
  margin-bottom: 6rem;
}
@media (min-width: 992px) {
  .p-square {
    margin-bottom: 11.5rem;
  }
}
.p-square__inner {
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
}
@media (min-width: 992px) {
  .p-square__inner {
    flex-direction: row;
  }
}
.p-square__media {
  display: flex;
  flex-direction: column;
  gap: 2.1rem;
  width: 100%;
  margin-bottom: 1.2rem;
}
@media (min-width: 992px) {
  .p-square__media {
    width: 43.5833333333vw;
    gap: 2.5vw;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .p-square__media {
    width: 52.3rem;
    gap: 3rem;
  }
}
.p-square__image {
  width: 100%;
  aspect-ratio: 523/304;
  border-radius: 0.4rem;
  overflow: hidden;
}
.p-square__content {
  width: 100%;
}
@media (min-width: 992px) {
  .p-square__content {
    width: 56.4166666667vw;
    padding-right: 5vw;
  }
}
@media (min-width: 1200px) {
  .p-square__content {
    width: calc(100% - 52.3rem);
    padding-right: 6rem;
  }
}
@media (min-width: 768px) {
  .p-square .p-hline-1 {
    margin-bottom: 0.9rem;
  }
}

.p-list > li {
  border-bottom: 1px solid var(--color-primary);
}

.p-accordion-head {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 8.7rem;
  padding-right: 2.3rem;
  padding-block: 0.5rem;
  cursor: pointer;
}
@media (min-width: 992px) {
  .p-accordion-head {
    min-height: 8.8333333333vw;
    padding-right: 6.8rem;
    padding-block: 1rem;
  }
}
@media (min-width: 1200px) {
  .p-accordion-head {
    min-height: 10.6rem;
  }
}
.p-accordion-head.active .p-accordion-head__icon {
  transform: translateY(-50%) rotate(180deg);
}
.p-accordion-head.active .p-accordion-head__icon::before {
  opacity: 0;
}
.p-accordion-head__icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  transition: 0.3s ease all;
}
@media (min-width: 992px) {
  .p-accordion-head__icon {
    right: 1.5rem;
    width: 1.8rem;
    height: 1.8rem;
  }
}
.p-accordion-head__icon::before, .p-accordion-head__icon::after {
  position: absolute;
  background-color: var(--color-primary);
  transition: 0.3s ease all;
  content: "";
}
.p-accordion-head__icon::after {
  top: 0.7rem;
  right: 0;
  width: 1.6rem;
  height: 0.2rem;
}
@media (min-width: 992px) {
  .p-accordion-head__icon::after {
    top: 0.8rem;
    width: 1.8rem;
  }
}
.p-accordion-head__icon::before {
  top: 0;
  right: 0.7rem;
  width: 0.2rem;
  height: 1.6rem;
}
@media (min-width: 992px) {
  .p-accordion-head__icon::before {
    height: 1.8rem;
    right: 0.8rem;
  }
}

.p-accordion-content {
  display: none;
  padding-bottom: 2.8rem;
}
@media (min-width: 992px) {
  .p-accordion-content {
    padding-bottom: 3rem;
  }
}

.p-high-tower {
  position: relative;
  padding-block: 6.7rem;
}
@media (min-width: 992px) {
  .p-high-tower {
    padding-block: 11.4rem 9rem;
  }
}
.p-high-tower::before {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 6rem;
  border-top-left-radius: 6rem;
  background-color: rgba(199, 178, 153, 0.15);
  content: "";
}
@media (min-width: 992px) {
  .p-high-tower::before {
    height: 19.7rem;
    border-top-left-radius: 19.7rem;
  }
}
.p-high-tower::after {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 6rem;
  width: 100%;
  height: calc(100% - 6rem);
  background-color: rgba(199, 178, 153, 0.15);
  content: "";
}
@media (min-width: 992px) {
  .p-high-tower::after {
    top: 19.7rem;
    height: calc(100% - 19.7rem);
  }
}
.p-high-tower__hline {
  width: 28rem;
  aspect-ratio: 633/61;
  margin-inline: auto;
  margin-bottom: 3.6rem;
}
@media (min-width: 992px) {
  .p-high-tower__hline {
    width: 63.3rem;
    margin-bottom: 12rem;
  }
}
.p-high-tower__hline img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-tower-design {
  margin-bottom: 6rem;
}
@media (min-width: 992px) {
  .p-tower-design {
    position: relative;
    margin-bottom: 12.5rem;
  }
}
.p-tower-design__inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .p-tower-design__inner {
    flex-direction: row;
    align-items: flex-start;
  }
}
.p-tower-design__media {
  width: 100%;
  margin-bottom: 1.7rem;
}
@media (min-width: 992px) {
  .p-tower-design__media {
    width: 42.1666666667vw;
    aspect-ratio: 606/488;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .p-tower-design__media {
    width: 50.6rem;
  }
}
.p-tower-design__image {
  margin-left: -3rem;
  margin-right: 1rem;
  aspect-ratio: 329/262;
  mix-blend-mode: multiply;
}
@media (min-width: 992px) {
  .p-tower-design__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 42.1666666667vw;
    aspect-ratio: 606/488;
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 1400px) {
  .p-tower-design__image {
    position: static;
    margin-left: -10rem;
    width: 60.6rem;
  }
}
.p-tower-design__content {
  width: 100%;
}
@media (min-width: 992px) {
  .p-tower-design__content {
    width: 57.8333333333vw;
    padding-left: 6.5vw;
  }
}
@media (min-width: 1200px) {
  .p-tower-design__content {
    width: 69.4rem;
    padding-left: 7.8rem;
  }
}

.p-low-tower__row-1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 3.5rem;
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .p-low-tower__row-1 {
    flex-direction: row;
    row-gap: 0;
    margin-bottom: 7.2rem;
  }
}
.p-low-tower__col-1 {
  width: 100%;
}
@media (min-width: 992px) {
  .p-low-tower__col-1 {
    width: 53.9166666667vw;
    padding-right: 3.3333333333vw;
  }
}
@media (min-width: 1200px) {
  .p-low-tower__col-1 {
    width: 64.7rem;
    padding-right: 4rem;
  }
}
.p-low-tower__col-2 {
  width: 100%;
}
@media (min-width: 992px) {
  .p-low-tower__col-2 {
    position: relative;
    top: 0.5rem;
    width: 46.0833333333vw;
  }
}
@media (min-width: 1200px) {
  .p-low-tower__col-2 {
    width: 55.3rem;
  }
}
.p-low-tower__row-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 4rem;
}
@media (min-width: 992px) {
  .p-low-tower__row-2 {
    flex-direction: row;
    row-gap: 0;
  }
}
.p-low-tower .block-1 {
  display: flex;
  flex-direction: column-reverse;
  row-gap: 3.7rem;
}
@media (min-width: 992px) {
  .p-low-tower .block-1 {
    flex-direction: column;
    row-gap: 4.7rem;
  }
}
@media (min-width: 768px) {
  .p-low-tower .p-hline-1 {
    margin-bottom: 4.3rem;
  }
}
.p-low-tower .p-hline-2 {
  margin-bottom: 1.7rem;
}
@media (min-width: 992px) {
  .p-low-tower .p-hline-2 {
    margin-bottom: 2.5rem;
  }
}
.p-low-tower__image-1 {
  width: auto;
  aspect-ratio: 550/425;
}
@media (min-width: 992px) {
  .p-low-tower__image-1 {
    max-width: 55rem;
    margin-left: -0.3rem;
    margin-bottom: 4rem;
  }
}
.p-low-tower__image-1 img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-low-tower__image-2 {
  width: 100%;
  aspect-ratio: 553/321;
  border-radius: 0.4rem;
  overflow: hidden;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .p-low-tower__image-2 {
    max-width: 55.3rem;
    margin-bottom: 3.5rem;
  }
}
.p-low-tower__image-3 {
  width: 100%;
  aspect-ratio: 553/321;
  margin-bottom: 3.5rem;
  border-radius: 0.4rem;
  overflow: hidden;
}
@media (min-width: 992px) {
  .p-low-tower__image-3 {
    max-width: 55.3rem;
    margin-bottom: 0;
  }
}

.p-passage__block-1 {
  padding-block: 4rem 3.5rem;
  background: url("../img/architecture/bg_passage_01_sp.jpg") no-repeat center/cover;
}
@media (min-width: 992px) {
  .p-passage__block-1 {
    padding-block: 8rem 9rem;
    background-image: url("../img/architecture/bg_passage_01.jpg");
  }
}
.p-passage__block-1 .container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .p-passage__block-1 .container {
    flex-direction: row;
    align-items: flex-start;
  }
}
.p-passage__image-1 {
  width: 100%;
  aspect-ratio: 580/463;
  margin-bottom: 37px;
  border-radius: 0.4rem;
  overflow: hidden;
}
@media (min-width: 992px) {
  .p-passage__image-1 {
    width: 48.3333333333vw;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .p-passage__image-1 {
    width: 58rem;
  }
}
.p-passage__content-1 {
  width: 100%;
}
@media (min-width: 992px) {
  .p-passage__content-1 {
    width: 51.6666666667vw;
    padding-left: 5.5833333333vw;
  }
}
@media (min-width: 1200px) {
  .p-passage__content-1 {
    width: 62rem;
    padding-left: 6.7rem;
  }
}
.p-passage__block-2 {
  padding-block: 6rem 5.5rem;
  background: url("../img/architecture/bg_passage_02_sp.jpg") no-repeat center/cover;
}
@media (min-width: 992px) {
  .p-passage__block-2 {
    padding-block: 11.5rem 11rem;
    background-image: url("../img/architecture/bg_passage_02.jpg");
  }
}
.p-passage__block-2 .container {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .p-passage__block-2 .container {
    flex-direction: row;
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .p-passage__block-2 .p-txt {
    padding-right: 0.8333333333vw;
  }
}
@media (min-width: 1200px) {
  .p-passage__block-2 .p-txt {
    padding-right: 1rem;
  }
}
.p-passage__content-2 {
  width: 100%;
}
@media (min-width: 992px) {
  .p-passage__content-2 {
    position: relative;
    top: -1.5rem;
    width: 56.4166666667vw;
    padding-right: 4.1666666667vw;
  }
}
@media (min-width: 1200px) {
  .p-passage__content-2 {
    width: 67.7rem;
    padding-right: 5rem;
  }
}
.p-passage__image-2 {
  width: 100%;
  aspect-ratio: 523/438;
  margin-bottom: 38px;
  border-radius: 0.4rem;
  overflow: hidden;
}
@media (min-width: 992px) {
  .p-passage__image-2 {
    width: 43.5833333333vw;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .p-passage__image-2 {
    width: 52.3rem;
  }
}
.p-passage__hline {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 1.2rem;
  margin-bottom: 3rem;
  color: #FFD6BB;
  font-size: 3.7rem;
  line-height: 1.5;
  font-family: var(--font-second);
  font-weight: 600;
}
@media (min-width: 992px) {
  .p-passage__hline {
    gap: 2rem;
    margin-bottom: 3.3rem;
    font-size: 4.25vw;
  }
}
@media (min-width: 1200px) {
  .p-passage__hline {
    font-size: 5.1rem;
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .p-passage__hline .icon {
    width: 2.5rem;
  }
}
.p-passage .p-hline-2 {
  margin-bottom: 2rem;
  color: #FFF;
}
@media (min-width: 992px) {
  .p-passage .p-hline-2 {
    margin-bottom: 2.3rem;
  }
}
.p-passage .p-hline-2::after {
  background-color: #FFF;
}
.p-passage .p-txt {
  color: #FFF;
}

.p-globe .container {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-block: 6.5rem 5rem;
}
@media (min-width: 992px) {
  .p-globe .container {
    flex-direction: row;
    align-items: center;
    padding-block: 10rem 10rem;
  }
}
.p-globe .container::after {
  position: absolute;
  top: 4rem;
  right: 0.5rem;
  width: 17.4rem;
  aspect-ratio: 394/426;
  background: url("../img/architecture/img_globe_02.png") no-repeat center;
  background-size: contain;
  content: "";
}
@media (min-width: 992px) {
  .p-globe .container::after {
    top: 10rem;
    right: -7.2rem;
    width: 32.8%;
  }
}
.p-globe__image {
  position: relative;
  z-index: 2;
  width: 100%;
  aspect-ratio: 570/459;
  margin-bottom: 3.5rem;
}
@media (min-width: 992px) {
  .p-globe__image {
    width: 47.5vw;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .p-globe__image {
    width: 57rem;
  }
}
.p-globe__content {
  width: 100%;
}
@media (min-width: 992px) {
  .p-globe__content {
    width: 52.5vw;
    padding-left: 6.4166666667vw;
    padding-top: 3.5rem;
  }
}
@media (min-width: 1200px) {
  .p-globe__content {
    width: 63rem;
    padding-left: 7.7rem;
  }
}
@media (min-width: 768px) {
  .p-globe .p-hline-1 {
    margin-bottom: 4.5rem;
  }
}
.p-globe .p-hline-2 {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .p-globe .p-hline-2 {
    margin-bottom: 2.5rem;
  }
}

.p-front {
  position: relative;
  padding-block: 7rem;
}
@media (min-width: 992px) {
  .p-front {
    padding-block: 11.5rem;
  }
}
.p-front::before {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  width: 100%;
  height: 6rem;
  border-top-right-radius: 6rem;
  background-color: rgba(199, 178, 153, 0.15);
  content: "";
}
@media (min-width: 992px) {
  .p-front::before {
    height: 19.7rem;
    border-top-right-radius: 19.7rem;
  }
}
.p-front::after {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 6rem;
  width: 100%;
  height: calc(100% - 6rem);
  background-color: rgba(199, 178, 153, 0.15);
  content: "";
}
@media (min-width: 992px) {
  .p-front::after {
    top: 19.7rem;
    height: calc(100% - 19.7rem);
  }
}
.p-front__hline {
  width: 32.8rem;
  aspect-ratio: 328/27;
  margin-inline: auto;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .p-front__hline {
    width: 74rem;
    margin-bottom: 11.5rem;
  }
}
.p-front__row-1 {
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
}
@media (min-width: 992px) {
  .p-front__row-1 {
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 0;
  }
}
.p-front__row-1 .col-1 {
  position: relative;
  width: 100%;
  margin-bottom: 8rem;
  padding-right: 6rem;
}
@media (min-width: 992px) {
  .p-front__row-1 .col-1 {
    width: 50%;
    margin-bottom: 0;
    padding-right: 10rem;
  }
}
.p-front__row-1 .col-2 {
  width: 100%;
}
@media (min-width: 992px) {
  .p-front__row-1 .col-2 {
    width: 50%;
    padding-top: 1.2rem;
  }
}
@media (min-width: 768px) {
  .p-front .p-hline-1 {
    margin-bottom: 4.5rem;
  }
}
.p-front .p-hline-2 {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .p-front .p-hline-2 {
    margin-bottom: 2.5rem;
  }
}
.p-front__image-1 {
  width: 100%;
  aspect-ratio: 492/470;
  border-radius: 0.4rem;
  overflow: hidden;
}
@media (min-width: 992px) {
  .p-front__image-1 {
    min-height: 47rem;
  }
}
.p-front__image-2 {
  position: absolute;
  right: 0;
  bottom: -5.3rem;
  width: 100%;
  max-width: 14.6rem;
  aspect-ratio: 264/178.5;
  border-radius: 0.4rem;
  overflow: hidden;
}
@media (min-width: 992px) {
  .p-front__image-2 {
    max-width: 26.4rem;
    bottom: -9.4rem;
  }
}
.p-front__row-2 {
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
}
@media (min-width: 992px) {
  .p-front__row-2 {
    flex-direction: row;
    align-items: flex-end;
    margin-top: 4.3rem;
    margin-bottom: 11.5rem;
  }
}
.p-front__row-2 .col-1 {
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .p-front__row-2 .col-1 {
    width: 56.42%;
    padding-right: 4rem;
  }
}
.p-front__row-2 .col-2 {
  width: 100%;
}
@media (min-width: 992px) {
  .p-front__row-2 .col-2 {
    width: 43.58%;
  }
}
.p-front__image-3 {
  width: 100%;
  aspect-ratio: 523/411;
  margin-bottom: 3rem;
  border-radius: 0.4rem;
  overflow: hidden;
}
@media (min-width: 992px) {
  .p-front__image-3 {
    margin-bottom: 0;
    min-height: 41.1rem;
  }
}
.p-front__row-3 {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .p-front__row-3 {
    flex-direction: row;
    align-items: flex-start;
  }
}
.p-front__row-3 .col-1 {
  display: flex;
  gap: 0.8rem;
  width: 100%;
  margin-bottom: 7rem;
}
@media (min-width: 992px) {
  .p-front__row-3 .col-1 {
    gap: 1.1666666667vw;
    width: 51.75vw;
    margin-bottom: 0;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1200px) {
  .p-front__row-3 .col-1 {
    width: 62.1rem;
    gap: 1.4rem;
  }
}
.p-front__row-3 .col-2 {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 992px) {
  .p-front__row-3 .col-2 {
    width: 48.25vw;
    padding-left: 4.6666666667vw;
  }
}
@media (min-width: 1200px) {
  .p-front__row-3 .col-2 {
    width: 57.9rem;
    padding-left: 5.6rem;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  .p-front__row-3 .p-hline-1__ttl {
    font-size: 3.4615384615vw;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  .p-front__row-3 .p-hline-1__sub {
    font-size: 1.3846153846vw;
  }
}
.p-front__row-3 .box {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .p-front__row-3 .box {
    margin-bottom: 4rem;
  }
}
.p-front__row-3 .cap {
  position: absolute;
  bottom: -2rem;
  right: 0;
  margin-top: 0.5rem;
  font-size: 1rem;
  text-align: right;
}
@media (min-width: 992px) {
  .p-front__row-3 .cap {
    bottom: -3rem;
    margin-top: 1.2rem;
    font-size: 1.2rem;
  }
}
.p-front__image-4 {
  position: relative;
  width: 42.42%;
  aspect-ratio: 140/223;
}
@media (min-width: 768px) {
  .p-front__image-4 {
    width: 22vw;
    aspect-ratio: 264/421;
  }
}
@media (min-width: 1200px) {
  .p-front__image-4 {
    width: 26.4rem;
  }
}
.p-front__image-4 img {
  border-radius: 0.4rem;
}
.p-front__image-5 {
  position: relative;
  width: 55.15%;
  aspect-ratio: 182/223;
}
@media (min-width: 768px) {
  .p-front__image-5 {
    width: 28.5833333333vw;
    aspect-ratio: 343/421;
  }
}
@media (min-width: 1200px) {
  .p-front__image-5 {
    width: 34.3rem;
  }
}
.p-front__image-5 img {
  border-radius: 0.4rem;
}