body {
  overflow-x: clip;
}

.under-phil {
  background: #fc3636;
}

.footer {
  margin-top: -4rem;
}
@media screen and (max-width: 834px) {
  .footer {
    margin-top: 0;
  }
}

/*-------------------
  under-phil__lead
--------------------*/
.para-wrap {
  margin-bottom: 14rem;
}
@media screen and (max-width: 1250px) {
  .para-wrap {
    margin-bottom: 3rem;
  }
}

.under-phil__lead {
  margin-bottom: 16rem;
}
@media screen and (max-width: 1250px) {
  .under-phil__lead {
    margin-bottom: 6rem;
  }
}

.under-phil__lead-flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1250px) {
  .under-phil__lead-flex {
    flex-direction: column;
    gap: 3rem;
  }
}

.under-phil__lead-flex-ttl {
  transform: scale(1.1, 0.9);
  line-height: 1.4;
  transform-origin: 0 0;
  width: 62%;
}
@media screen and (max-width: 1250px) {
  .under-phil__lead-flex-ttl {
    font-size: 4rem;
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .under-phil__lead-flex-ttl {
    font-size: 2.6rem !important;
    transform: none;
  }
}
.under-phil__lead-flex-ttl .under-phil__lead-flex-ttl-s {
  display: block;
}
@media screen and (max-width: 834px) {
  .under-phil__lead-flex-ttl .under-phil__lead-flex-ttl-s {
    font-size: 1.3rem !important;
  }
}

.under-phil__lead-flex-txt {
  width: 30%;
}
@media screen and (max-width: 1250px) {
  .under-phil__lead-flex-txt {
    width: 100%;
  }
}

/*-------------------
  sample
--------------------*/
.phil__box-ttl {
  font-weight: 500;
  margin-top: 4rem;
  margin-bottom: 5rem;
}
.phil__box-ttl span {
  display: block;
}

.phil__box-mess {
  line-height: 1.5;
}
.phil__box-mess span {
  display: block;
}

.phil__box-fix {
  position: absolute;
  bottom: -0.5rem;
  z-index: 10;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .phil__box-fix {
    bottom: -0.3rem;
  }
}
@media screen and (max-width: 560px) {
  .phil__box-fix {
    bottom: 7rem;
  }
}

@media screen and (max-width: 834px) {
  .phil__box-fix-ttl {
    font-size: 2.2rem;
  }
}

.featured-section {
  height: 100vh;
  position: relative;
}
.featured-section.fht01 .featured-section__inner {
  background: url(../img/philosophy/phil-vision.webp);
  height: inherit;
  position: absolute;
  width: 100%;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.featured-section.fht02 .featured-section__inner {
  background: url(../img/philosophy/phil-quick.webp);
  height: inherit;
  position: absolute;
  width: 100%;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.h--featur__wrap {
  position: relative;
  height: 100dvh;
}

.h--featur-content {
  position: absolute;
  width: 100%;
}
.h--featur-content .cmn--button01 {
  width: 140px;
}
.h--featur-content .cmn--button01 span {
  font-size: 1.2rem;
}
.h--featur-content__wrap {
  padding: 0 40px;
  position: relative;
}
.h--featur-content__inner {
  max-width: initial;
  margin: 0 auto;
}

.stickey__element {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background-color: transparent;
}

.stickey__element#stickySection {
  position: relative;
  overflow: clip;
}

.box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  overflow: hidden;
}

#boxA {
  z-index: 3;
}

#boxB {
  z-index: 2;
}

/*-------------------
  under-phil__design
--------------------*/
.under-phil__design {
  background-color: #dbd6cf;
  padding: 17rem 0 16rem;
}
@media screen and (max-width: 1200px) {
  .under-phil__design {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 834px) {
  .under-phil__design {
    padding: 0;
  }
}

.under-phil__design-flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .under-phil__design-flex {
    flex-direction: column;
  }
}

.under-phil__design-flex-img {
  width: 50%;
  position: sticky;
  top: 150px;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .under-phil__design-flex-img {
    position: inherit;
    width: 100%;
    position: relative;
    top: 0;
  }
  .under-phil__design-flex-img:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: rgba(0, 0, 0, 0.2);
    z-index: -1;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
  }
}

.under-phil__design-flex-cont {
  padding: 40px 0;
  width: 34%;
}
@media screen and (max-width: 1200px) {
  .under-phil__design-flex-cont {
    width: 100%;
    z-index: 1;
  }
}

.under-phil__design-ttl {
  margin-bottom: 16rem;
}
@media screen and (max-width: 1200px) {
  .under-phil__design-ttl {
    margin-bottom: 12rem;
  }
}
@media screen and (max-width: 834px) {
  .under-phil__design-ttl {
    margin-bottom: 6rem;
  }
}
.under-phil__design-ttl .c-ttl {
  margin-bottom: 3rem;
}
.under-phil__design-ttl .c-catch {
  margin-bottom: 4rem;
  word-break: break-word;
}
@media screen and (max-width: 834px) {
  .under-phil__design-ttl .c-catch {
    margin-bottom: 2rem;
    font-size: 2.2rem;
  }
}

.under-phil__design-item.first {
  margin-bottom: 10rem;
}
@media screen and (max-width: 834px) {
  .under-phil__design-item.first {
    margin-bottom: 5rem;
  }
}

.under-phil__design-item-img {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

.under-phil__design-item-img img {
  width: 48%;
}

.under-phil__design-detail .en {
  margin-bottom: 2rem;
}

/*-------------------
  under-phil__style
--------------------*/
.under-phil__style {
  height: 100vh;
  min-height: 850px;
}
@media screen and (max-width: 1200px) {
  .under-phil__style {
    height: auto;
    min-height: auto;
  }
}

.under-phil__style-flex {
  background: #fc3636;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .under-phil__style-flex {
    flex-direction: column;
    gap: 2rem;
  }
}

.under-phil__style-flex-img {
  background: url(../img/philosophy/phil03-01.webp) no-repeat;
  background-position: center;
  background-size: cover;
  height: 850px;
  width: 60%;
}
@media screen and (max-width: 1200px) {
  .under-phil__style-flex-img {
    height: 400px;
    width: 100%;
  }
}

.under-phil__style-flex-cont {
  width: 40%;
  padding: 8rem 5% 5rem 3%;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .under-phil__style-flex-cont {
    padding: 5rem 5% 5rem 5%;
    width: 100%;
  }
}

.under-phil__style-detail {
  margin-top: auto;
}

.under-phil__style-ttl .c-ttl {
  margin-bottom: 3rem;
}
.under-phil__style-ttl .c-catch {
  margin-bottom: 4rem;
  word-break: break-word;
}
@media screen and (max-width: 834px) {
  .under-phil__style-ttl .c-catch {
    font-size: 2.2rem;
  }
}

.under-phil__style-detail-ttl {
  margin-bottom: 4rem;
  transform: scale(1.1, 0.9);
  line-height: 1.4;
  transform-origin: 0 0;
}
@media screen and (max-width: 834px) {
  .under-phil__style-detail-ttl {
    transform: none;
  }
}
.under-phil__style-detail-ttl span {
  display: block;
}/*# sourceMappingURL=philosophy.css.map */