@charset "UTF-8";
.grecaptcha-badge { visibility: hidden;!important }
.c-header {
  position: fixed;
  z-index: 99;
  top: 3rem;
  width: 100%;
}
@media (max-width: 768px) {
  .c-header {
    top: 1.5rem;
  }
}
.c-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: 4rem;
  padding-block: 1.5rem;
  padding-inline: 4rem;
  border-radius: 12px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(70, 71, 75, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(70, 71, 75, 0.1);
}
@media (max-width: 1000px) {
  .c-header__container {
    margin-inline: 1rem;
    padding-block: 1rem;
    padding-inline: 1.5rem;
  }
}
.c-header__logo {
  width: clamp(5rem, 5.5vw, 8rem);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 79.85/49;
}
.c-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}
@media (max-width: 1000px) {
  .c-header__nav {
    display: none;
  }
}
.c-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: clamp(1rem, 2vw, 3rem);
     -moz-column-gap: clamp(1rem, 2vw, 3rem);
          column-gap: clamp(1rem, 2vw, 3rem);
}
.c-header__nav-link {
  font-size: clamp(1.2rem, 1vw, 1.5rem);
  font-weight: 500;
  letter-spacing: 0.75px;
}
.c-header__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}

.c-header__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: clamp(10rem, 9.6vw, 13.9rem);
  padding-block: 1.3rem;
  border-radius: 5rem;
  font-size: clamp(1rem, 1vw, 1.4rem);
  font-weight: 700;
  letter-spacing: 0.7px;
}
.c-header__btn--outline {
  color: #BF1B2C;
  border: 1px solid #BF1B2C;
}
.c-header__btn--filled {
  background-color: #BF1B2C;
  color: #fff;
}

.c-hamburger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.6rem;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}
@media (max-width: 1000px) {
  .c-hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-hamburger__line {
  width: 100%;
  height: 0.1rem;
  background-color: #BF1B2C;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 2px;
}

.c-hamburger.is-active .c-hamburger__line:nth-child(1) {
  -webkit-transform: rotate(45deg) translateY(9px);
          transform: rotate(45deg) translateY(9px);
}

.c-hamburger.is-active .c-hamburger__line:nth-child(2) {
  opacity: 0;
}

.c-hamburger.is-active .c-hamburger__line:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateY(-10px);
          transform: rotate(-45deg) translateY(-10px);
}

.c-sp-header-content {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  position: fixed;
  z-index: -1;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-sp-header-content__inner {
  margin-top: 15rem;
  padding-inline: 12rem;
}
@media (max-width: 768px) {
  .c-sp-header-content__inner {
    margin-top: 10.5rem;
    padding-inline: 2rem;
  }
}
.c-sp-header-content__upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
.c-sp-header-content__upper .c-sp-header-content__list-title {
  margin-bottom: 2rem;
}
.c-sp-header-content__list-title {
  position: relative;
  padding-left: 2rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.8px;
}
.c-sp-header-content__list-title a {
  display: inline-block;
}
.c-sp-header-content__list-title:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: #BF1B2C;
  border-radius: 50%;
}
.c-sp-header-content__item {
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0.7px;
}
.c-sp-header-content__item:nth-of-type(n + 2) {
  margin-top: 1.5rem;
}
.c-sp-header-content__bottom {
  margin-top: 3rem;
}
.c-sp-header-content__bottom .c-sp-header-content__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 2rem;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}
.c-sp-header-content__bottom .c-sp-header-content__list-title {
  min-width: 14rem;
}

.c-sp-header-content.is-open {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-footer {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-color: #F6F6F7;
}
.c-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  padding-inline: clamp(1.5rem, 5vw, 12rem);
}
@media (max-width: 768px) {
  .c-footer__inner {
    -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;
    row-gap: 8rem;
    padding-inline: 1.5rem;
  }
}
.c-footer__logo {
  max-width: 18rem;
}
@media (max-width: 768px) {
  .c-footer__logo {
    max-width: 15rem;
    margin-inline: auto;
  }
}
.c-footer__logo img {
  width: 100%;
}
.c-footer__company-name {
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.8px;
}
.c-footer__detail {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.7px;
}
.c-footer__detail:nth-of-type(n + 2) {
  margin-top: 0.5rem;
}
.c-footer__sns-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .c-footer__sns-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }
}
.c-footer__sns-wrapper img {
  width: 3rem;
  height: 3rem;
}
.c-footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: clamp(2rem, 5.5vw, 8rem);
     -moz-column-gap: clamp(2rem, 5.5vw, 8rem);
          column-gap: clamp(2rem, 5.5vw, 8rem);
  row-gap: 3rem;
}
.c-footer__nav-list a {
  display: inline-block;
}
.c-footer__nav-heading {
  position: relative;
  padding-left: 2rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.8px;
}
.c-footer__nav-heading:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: #BF1B2C;
  border-radius: 50%;
}
.c-footer__nav-sublist {
  margin-top: 2rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.7px;
}
.c-footer__nav-sublist li:nth-of-type(n + 2) {
  margin-top: 1.5rem;
}
.c-footer__nav-headinglist {
  margin-top: 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.7px;
}
@media (max-width: 768px) {
  .c-footer__nav-headinglist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    row-gap: 2rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    margin-top: 3rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-footer__nav-headinglist li {
  min-width: 16rem;
}
.c-footer__nav-headinglist li:nth-of-type(n + 2) {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .c-footer__nav-headinglist li:nth-of-type(n + 2) {
    margin-top: 0;
  }
}
.c-footer__copyright {
  margin-top: 4.5rem;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.55px;
}
@media (max-width: 768px) {
  .c-footer__copyright {
    margin-top: 6rem;
  }
}

.c-voice {
  margin-top: 10rem;
  padding-block: 10rem;
  border-radius: 4rem 4rem 0 0;
  background: #F6F6F7;
}
@media (max-width: 768px) {
  .c-voice {
    margin-top: 8rem;
    padding-top: 6rem;
    padding-bottom: 8rem;
  }
}
.c-voice__inner {
  padding-inline: clamp(1.5rem, 15vw, 22rem);
}
@media (max-width: 1000px) {
  .c-voice__inner {
    padding-inline: 1.5rem;
  }
}
.c-voice__content {
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .c-voice__content {
    margin-top: 3rem;
  }
}
.c-voice__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  padding: 3rem 2.5rem 4rem 2.5rem;
  border-radius: 2rem;
  background-color: #FFF;
}
@media (max-width: 768px) {
  .c-voice__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2rem;
    padding: 2rem;
  }
}
.c-voice__item:nth-of-type(n + 2) {
  margin-top: 2rem;
}
.c-voice__img-wrapper {
  width: 100%;
  max-width: 29.4rem;
  aspect-ratio: 294/202;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .c-voice__img-wrapper {
    max-width: 100%;
  }
}
.c-voice__img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 18px;
}
.c-voice__title {
  font-size: clamp(1.6rem, 1.52vw, 2.2rem);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.8px;
}
.c-voice__label {
  display: inline-block;
  margin-top: 0.5rem;
  padding-block: 0.5rem;
  padding-inline: 1.2rem;
  border-radius: 50px;
  font-size: clamp(1.2rem, 1vw, 1.4rem);
  font-weight: 500;
  letter-spacing: 0.7px;
  border: 1px solid #BF1B2C;
  color: #BF1B2C;
}
.c-voice__text {
  margin-top: 1.5rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.8px;
}
.c-voice__btn-wrapper {
  margin-top: 5rem;
  text-align: center;
}

.c-column {
  margin-top: 10rem;
}
@media (min-width: 768px) and (max-width: 1000px) {
  .c-column {
    margin-top: 8rem;
  }
}
.c-column__inner {
  padding-inline: clamp(1.5rem, 8.3vw, 12rem);
}
@media (max-width: 1000px) {
  .c-column__inner {
    padding-inline: 1.5rem;
  }
}
.c-column__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
  margin-top: 6rem;
}
@media (min-width: 768px) and (max-width: 1000px) {
  .c-column__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .c-column__list {
    margin-top: 3rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .c-column__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.c-column__item {
  background-color: #fff;
}
.c-column__link {
  display: block;
  width: 100%;
}
.c-column__heading {
  border-radius: 1.8rem;
  aspect-ratio: 313/226;
}
.c-column__heading img {
  width: 100%;
  border-radius: 1.8rem;
  aspect-ratio: 313/226;
}
.c-column__body {
  margin-top: 1.5rem;
}
.c-column__meta-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: #BF1B2C;
}
.c-column__date {
  display: inline-block;
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.4rem, 1.1vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.8px;
}
.c-column__category {
  display: inline-block;
  padding: 0.5rem 1.2rem;
  font-size: clamp(1.2rem, 1vw, 1.4rem);
  font-weight: 500;
  letter-spacing: 0.7px;
  border-radius: 50px;
  border: 1px solid #BF1B2C;
}
.c-column__text {
  margin-top: 0.5rem;
  font-size: clamp(1.4rem, 1.1vw, 1.6rem);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.8px;
}
.c-column__btn-wrapper {
  margin-top: 5rem;
  text-align: center;
}

.c-news__item:nth-of-type(n + 2) {
  margin-top: 1.5rem;
}
.c-news__link {
  display: block;
  background-color: #f8f8f8;
  border-radius: 2rem;
  padding: 3rem;
}
@media (max-width: 768px) {
  .c-news__link {
    padding: 2rem;
  }
}
.c-news__meta-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  color: #BF1B2C;
  font-size: 1.4rem;
  font-weight: 500;
}
.c-news__date {
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.4rem, 1.1vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.8px;
}
.c-news__category {
  padding-block: 0.5rem;
  padding-inline: 1.2rem;
  font-size: clamp(1.2rem, 11vw, 1.4rem);
  font-weight: 500;
  letter-spacing: 0.7px;
  border-radius: 5rem;
  border: 1px solid #BF1B2C;
}
@media (max-width: 768px) {
  .c-news__category {
    letter-spacing: 0.6px;
  }
}
.c-news__title {
  margin-top: 0.5rem;
  font-size: clamp(1.4rem, 1.1vw, 1.6rem);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.8px;
}
@media (max-width: 768px) {
  .c-news__title {
    letter-spacing: 0.7px;
  }
}

.c-page-heading {
  padding-top: 19rem;
  padding-bottom: 8.5rem;
  background-color: #F6F6F7;
}
@media (max-width: 1000px) {
  .c-page-heading {
    padding-top: 11rem;
    padding-bottom: 5rem;
  }
}
.c-page-heading__inner {
  padding-inline: clamp(1.5rem, 8.3vw, 12rem);
}
@media (max-width: 1000px) {
  .c-page-heading__inner {
    padding-inline: 1.5rem;
  }
}
.c-page-heading__title {
  color: #BF1B2C;
  font-size: clamp(3.2rem, 3.6vw, 5.2rem);
  font-weight: 700;
  letter-spacing: 2.6px;
}
@media (max-width: 768px) {
  .c-page-heading__title {
    letter-spacing: 1.6px;
  }
}

.c-cta-contact {
  margin-top: 10rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#F6F6F7), color-stop(40%, #F6F6F7), color-stop(40%, transparent), to(transparent));
  background: linear-gradient(to top, #F6F6F7 0%, #F6F6F7 40%, transparent 40%, transparent 100%);
}
@media (max-width: 768px) {
  .c-cta-contact {
    margin-top: 6rem;
  }
}
.c-cta-contact__inner {
  padding-inline: clamp(1.5rem, 8.3vw, 12rem);
}
@media (max-width: 1000px) {
  .c-cta-contact__inner {
    padding-inline: 1.5rem;
  }
}
.c-cta-contact__container {
  position: relative;
  z-index: 1;
  padding-block: 8rem;
  border-radius: clamp(2rem, 2vw, 3rem);
  background-image: url(../../assets/imgs/home/cta-contact-img.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 768px) {
  .c-cta-contact__container {
    padding-bottom: 7rem;
  }
}
.c-cta-contact .e-section-title {
  position: relative;
  z-index: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.c-cta-contact__bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: clamp(2rem, 2vw, 3rem);
  background: rgba(70, 71, 75, 0.6);
}
.c-cta-contact__text {
  position: relative;
  z-index: 1;
  margin-top: 3rem;
  color: #FFF;
  text-align: center;
  font-size: clamp(1.4rem, 1.1vw, 1.6rem);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.8px;
}
@media (max-width: 768px) {
  .c-cta-contact__text {
    margin-top: 2.5rem;
    text-align: left;
    max-width: 50rem;
    margin-inline: auto;
    padding-inline: 2rem;
  }
}
.c-cta-contact__btn-wrapper {
  z-index: 1;
  margin-top: 4rem;
  text-align: center;
}
.c-cta-contact__btn-wrapper .e-btn {
  position: relative;
  z-index: 1;
}

.c-cta-link {
  margin-top: 6rem;
  margin-bottom: 10rem;
}
.c-cta-link__inner {
  padding-inline: clamp(1.5rem, 8.3vw, 12rem);
}
@media (max-width: 1000px) {
  .c-cta-link__inner {
    padding-inline: 1.5rem;
  }
}
.c-cta-link__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: clamp(1rem, 3.47vw, 5rem);
     -moz-column-gap: clamp(1rem, 3.47vw, 5rem);
          column-gap: clamp(1rem, 3.47vw, 5rem);
}
@media (max-width: 768px) {
  .c-cta-link__container {
    -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;
    row-gap: 2rem;
  }
}
.c-cta-link__item {
  position: relative;
  display: block;
  width: 57.5rem;
  max-width: 100%;
  margin-inline: auto;
  border-radius: 2rem;
  aspect-ratio: 575/362;
}
@media (max-width: 600px) {
  .c-cta-link__item {
    width: 100%;
    aspect-ratio: 337/261;
  }
}
.c-cta-link__bg-img {
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.c-cta-link__bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background: rgba(70, 71, 75, 0.5);
  backdrop-filter: blur(3.5px);
}
.c-cta-link__text-wrapper {
  width: 100%;
  position: absolute;
  top: 25%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  color: #FFF;
}
@media (max-width: 768px) {
  .c-cta-link__text-wrapper {
    top: 15%;
  }
}
.c-cta-link__title {
  text-align: center;
  font-size: clamp(2.2rem, 2.3vw, 3.2rem);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 1.6px;
}
@media (max-width: 768px) {
  .c-cta-link__title {
    font-size: 2.2rem;
    letter-spacing: 1.1px;
  }
}
.c-cta-link__text {
  text-align: center;
  font-size: clamp(1.2rem, 1.25vw, 1.8rem);
  letter-spacing: 0.9px;
}
@media (max-width: 768px) {
  .c-cta-link__text {
    max-width: 82%;
    margin-inline: auto;
    text-align: left;
    line-height: 1.5;
    letter-spacing: 0.7px;
  }
}
.c-cta-link__text--1 {
  margin-top: 2rem;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .c-cta-link__text--1 {
    margin-top: 1rem;
  }
}
.c-cta-link__text--2 {
  margin-top: 1rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .c-cta-link__text--2 {
    margin-top: 0.5rem;
  }
}
.c-cta-link__btn {
  position: absolute;
  width: clamp(3rem, 3.47vw, 5rem);
  height: clamp(3rem, 3.47vw, 5rem);
  bottom: 3rem;
  right: 3rem;
}
@media (max-width: 768px) {
  .c-cta-link__btn {
    bottom: 1rem;
    right: 1rem;
  }
}

.c-cta-link4 .c-cta-link {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .c-cta-link4 .c-cta-link {
    margin-top: 3rem;
  }
}
.c-cta-link4 .c-cta-link__inner {
  padding-inline: clamp(1.5rem, 8.3vw, 12rem);
}
@media (max-width: 1000px) {
  .c-cta-link4 .c-cta-link__inner {
    padding-inline: 1.5rem;
  }
}
.c-cta-link4 .c-cta-link__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 2rem;
}
@media (max-width: 768px) {
  .c-cta-link4 .c-cta-link__container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.c-cta-link4 .c-cta-link__item {
  position: relative;
  display: block;
  max-width: 57.5rem;
  width: 100%;
  margin-inline: auto;
  border-radius: 2rem;
  aspect-ratio: 575/362;
}
@media (max-width: 600px) {
  .c-cta-link4 .c-cta-link__item {
    width: 100%;
  }
}
.c-cta-link4 .c-cta-link__item.is-current .c-cta-link__bg {
  background: rgba(191, 27, 44, 0.5);
  backdrop-filter: blur(3.5px);
}
.c-cta-link4 .c-cta-link__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
}
.c-cta-link4 .c-cta-link__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(70, 71, 75, 0.5);
  backdrop-filter: blur(3px);
  border-radius: 2rem;
}
.c-cta-link4 .c-cta-link__text-wrapper {
  width: 100%;
  position: absolute;
  z-index: 5;
  top: 30%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  color: #FFF;
}
@media (max-width: 768px) {
  .c-cta-link4 .c-cta-link__text-wrapper {
    top: 15%;
  }
}
.c-cta-link4 .c-cta-link__title {
  font-size: clamp(2.2rem, 2.3vw, 3.2rem);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 1.6px;
}
@media (max-width: 768px) {
  .c-cta-link4 .c-cta-link__title {
    font-size: 2.2rem;
    letter-spacing: 1.1px;
  }
}
.c-cta-link4 .c-cta-link__text {
  text-align: center;
  font-size: clamp(1.4rem, 1.25vw, 1.8rem);
  letter-spacing: 0.9px;
}
@media (max-width: 768px) {
  .c-cta-link4 .c-cta-link__text {
    max-width: 82%;
    margin-inline: auto;
    text-align: left;
    line-height: 1.5;
    letter-spacing: 0.7px;
  }
}
.c-cta-link4 .c-cta-link__text--2 {
  margin-top: 1rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .c-cta-link4 .c-cta-link__text--2 {
    margin-top: 0.5rem;
  }
}
.c-cta-link4 .c-cta-link__btn {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  z-index: 2;
  width: 3rem;
  height: auto;
}
@media (max-width: 768px) {
  .c-cta-link4 .c-cta-link__btn {
    width: 2.4rem;
    bottom: 1rem;
    right: 1rem;
  }
}

.c-cases-lead {
  margin-top: 8rem;
  margin-bottom: 10rem;
}
@media (max-width: 768px) {
  .c-cases-lead {
    margin-top: 5rem;
    margin-bottom: 8rem;
  }
}
.c-cases-lead__inner {
  padding-inline: clamp(1.5rem, 15.2vw, 22rem);
}
@media (max-width: 1000px) {
  .c-cases-lead__inner {
    padding-inline: 1.5rem;
  }
}
.c-cases-lead__text {
  font-size: clamp(1.6rem, 1.25vw, 1.8rem);
  line-height: 2.2;
  letter-spacing: 0.9px;
}
@media (min-width: 768px) and (max-width: 1000px) {
  .c-cases-lead__text {
    letter-spacing: 0.8px;
  }
}

.c-cases-content__inner {
  padding-inline: clamp(1.5rem, 8.33vw, 12rem);
}
@media (max-width: 1000px) {
  .c-cases-content__inner {
    padding-inline: 1.5rem;
  }
}
.c-cases-content .e-section-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.c-cases-content .c-cases {
  margin-top: 6.45rem;
}

.c-cases__item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: clamp(2rem, 5.2vw, 7.5rem);
     -moz-column-gap: clamp(2rem, 5.2vw, 7.5rem);
          column-gap: clamp(2rem, 5.2vw, 7.5rem);
}
@media (max-width: 1000px) and (max-width: 768px) {
  .c-cases__item-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-cases__item-container:not(:first-child) {
  margin-top: 9rem;
}
@media (max-width: 768px) {
  .c-cases__item-container:not(:first-child) {
    margin-top: 3rem;
  }
}
.c-cases__left {
  max-width: 45%;
}
@media (max-width: 768px) {
  .c-cases__left {
    max-width: 100%;
    margin-top: 2rem;
  }
}
.c-cases__building-title {
  color: #BF1B2C;
  font-size: clamp(2.2rem, 2.2vw, 3.2rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 1.6px;
}
.c-cases__building-text {
  margin-top: 1.5rem;
  font-size: clamp(1.4rem, 1.25vw, 1.8rem);
  line-height: 2;
  letter-spacing: 0.9px;
}
.c-cases__description {
  margin-top: 3rem;
  padding: 3.15rem 2.5rem 4rem 2.5rem;
  border-radius: 1rem;
  background-color: #F6F6F7;
}
@media (max-width: 768px) {
  .c-cases__description {
    margin-top: 1rem;
  }
}
.c-cases__description-title {
  position: relative;
  padding-left: 3rem;
  font-size: clamp(1.8rem, 1.52vw, 2.2rem);
  font-weight: 700;
  line-height: 100%;
}
.c-cases__description-title::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  content: "";
  width: clamp(2rem, 1.73vw, 2.5rem);
  height: clamp(2rem, 1.73vw, 2.5rem);
  background-image: url(../../assets/imgs/works/title-icon.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.c-cases__description-text {
  margin-top: 1.65rem;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.8px;
}
.c-cases__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.5rem;
  max-width: 48%;
}
@media (max-width: 768px) {
  .c-cases__right {
    max-width: 100%;
  }
}
.c-cases__right-top {
  max-width: 100%;
  aspect-ratio: 581/409;
}
.c-cases__right-top img {
  width: 100%;
  border-radius: 2rem;
  aspect-ratio: 581/409;
}
.c-cases__right-bottom {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
  width: 100%;
}
.c-cases__right-bottom img {
  width: 100%;
  border-radius: 1.2rem;
  aspect-ratio: 138/97;
}

.splide__track--nav>.splide__list.c-cases__right-bottom>.splide__slide.is-active{
  border-color: #BF1B2C;
  border-radius: 1.5rem;
}

.c-works .e-section-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-works__inner {
  padding-inline: clamp(1.5rem, 15vw, 22rem);
}
@media (max-width: 1000px) {
  .c-works__inner {
    padding-inline: 1.5rem;
  }
}
.c-works__section-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .c-works__section-title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.c-works__content {
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .c-works__content {
    margin-top: 3rem;
  }
}
.c-works__item-heading {
  border-radius: 2rem;
  aspect-ratio: 313/226;
}
.c-works__item-heading img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
}
.c-works__item-body {
  max-width: 31.3rem;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .c-works__item-body {
    max-width: 100%;
  }
}
.c-works__item-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-works__item-area {
  position: relative;
  padding-left: 1.5rem;
  color: #BF1B2C;
  font-size: clamp(1.4rem, 1.1vw, 1.6rem);
  font-weight: 700;
  letter-spacing: 0.8px;
}
.c-works__item-area::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  content: "";
  width: 1rem;
  height: 1.6rem;
  background-image: url("../../assets/imgs/home/works/map-pin.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.c-works__item-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 1rem;
  padding-block: 0.5rem;
  padding-inline: 1.5rem;
  color: #FFF;
  font-size: clamp(1.2rem, 1vw, 1.4rem);
  font-weight: 700;
  letter-spacing: 0.7px;
  border-radius: 50px;
  background-color: #BF1B2C;
}
.c-works__item-text {
  margin-top: 1rem;
  font-size: clamp(1.4rem, 1.1vw, 1.6rem);
  line-height: 1.75;
  letter-spacing: 0.8px;
}
.c-works__item-tag-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 0.8rem;
  margin-top: 0.5rem;
}
.c-works__item-tag {
  display: block;
  color: #BF1B2C;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.6px;
}
.c-works__content.splide {
  position: relative;
}
.c-works .splide__slide {
  width: 2rem;
}
.c-works__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  width: 4rem;
  height: 4rem;
  font-size: 2rem;
  border-radius: 50%;
  cursor: pointer;
  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;
}
.c-works__arrow.prev {
  left: -5rem;
}
@media (max-width: 768px) {
  .c-works__arrow.prev {
    left: -1rem;
  }
}
.c-works__arrow.next {
  right: -5rem;
}
@media (max-width: 768px) {
  .c-works__arrow.next {
    right: -1rem;
  }
}

.c-others .e-section-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .c-others .e-section-title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.c-others__inner {
  padding-inline: clamp(1.5rem, 8.3vw, 12rem);
}
@media (max-width: 1000px) {
  .c-others__inner {
    padding-inline: 1.5rem;
  }
}
.c-others__card-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .c-others__card-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 3rem;
  }
}
.c-others__card {
  position: relative;
  max-width: 27.8rem;
  aspect-ratio: 278/201;
}
@media (max-width: 768px) {
  .c-others__card {
    max-width: 100%;
  }
}
.c-others__card-link {
  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;
  height: 100%;
  width: 100%;
  position: relative;
  text-align: center;
  color: inherit;
  text-decoration: none;
  padding: 2rem;
  z-index: 1;
}
.c-others__bg {
  position: absolute;
  width: 100%;
  z-index: 0;
  border-radius: 1.8rem;
}
@media (max-width: 768px) {
  .c-others__bg {
    border-radius: 1.2rem;
  }
}
.c-others__bg img {
  width: 100%;
  height: 100%;
  border-radius: 1.8rem;
}
@media (max-width: 768px) {
  .c-others__bg img {
    border-radius: 1.2rem;
  }
}
.c-others__overlay {
  position: absolute;
  inset: 0;
  background: rgba(70, 71, 75, 0.4);
  backdrop-filter: blur(3px);
  z-index: 1;
  border-radius: 1.8rem;
}
@media (max-width: 768px) {
  .c-others__overlay {
    border-radius: 1.2rem;
  }
}
.c-others__card-icon {
  width: clamp(4rem, 3.4vw, 5rem);
  max-width: 100%;
  height: auto;
  z-index: 1;
}
.c-others__card-title {
  z-index: 1;
  margin-top: 1rem;
  font-size: clamp(1.6rem, 1.5vw, 2.2rem);
  color: #fff;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1.1px;
}
@media (max-width: 768px) {
  .c-others__card-title {
    letter-spacing: 0.8px;
  }
}
.c-others__card-subtitle {
  margin-top: 1rem;
  font-size: clamp(1.2rem, 1vw, 1.4rem);
  color: #fff;
  z-index: 1;
}
.c-others__btn-wrapper {
  margin-top: 5rem;
  text-align: center;
}
@media (max-width: 768px) {
  .c-others__btn-wrapper {
    margin-top: 3.1rem;
  }
}

.e-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 28rem;
  max-width: 100%;
  padding-block: 1.3rem;
  padding-left: 2.5rem;
  padding-right: 1.3rem;
  border-radius: 5rem;
  background: #BF1B2C;
}
.e-btn span {
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.8px;
}
.e-btn img {
  width: 3rem;
  height: 3rem;
}

.e-section-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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: clamp(1rem, 1.4vw, 2rem);
}
.e-section-title__en {
  font-family: "Outfit", sans-serif;
  font-size: clamp(4rem, 5.2vw, 7.5rem);
  font-weight: 700;
  letter-spacing: 3.75px;
}
.e-section-title__jp {
  position: relative;
  padding-left: 2rem;
  font-size: clamp(1.6rem, 1.25vw, 1.8rem);
  font-weight: 700;
  letter-spacing: 0.9px;
}
.e-section-title__jp::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #BF1B2C;
  border-radius: 50%;
}

.e-pagination {
  /* 現在のページ */
  /* 前へ・次へ */
}
.e-pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 40px 0;
  padding: 0;
}
.e-pagination .page-numbers li a,
.e-pagination .page-numbers li span {
  font-size: 2rem;
  font-weight: 700;
  width: 5rem;
  height: 5rem;
  aspect-ratio: 1/1;
}
.e-pagination .page-numbers li .current {
  background: #BF1B2C;
  color: #fff;
  font-family: "Outfit", sans-serif;
  letter-spacing: 1px;
  border-radius: 50%;
}
.e-pagination .page-numbers li .prev,
.e-pagination .page-numbers li .next {
  border-radius: 50%;
  background-color: #BF1B2C;
  color: #fff;
  width: 3rem;
  height: 3rem;
  font-size: 2rem;
  aspect-ratio: 1/1;
}
.e-pagination .page-numbers li .prev {
  margin-right: 3rem;
}
.e-pagination .page-numbers li .prev {
  margin-left: 3rem;
}
.e-pagination .page-numbers img {
  width: 1rem;
  height: 0.8rem;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  margin-top: 4rem;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.55px;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #46474B;
  background-color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
}
body.is-fixed {
  overflow: hidden;
}
body.splash-active{
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

a:hover {
  cursor: pointer;
  opacity: 0.5;
}

.p-apart .c-cta-contact,
.p-tenants .c-cta-contact,
.p-others .c-cta-contact {
  background: none;
}

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.p-home-fv {
  position: relative;
  width: 100%;
  height: 100svh;
}
@media (max-width: 768px) {
  .p-home-fv {
    height: 45rem;
  }
}
.p-home-fv__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-home-fv__title-wrapper {
  position: absolute;
  bottom: clamp(1.5rem, 4.8vw, 7rem);
  left: clamp(1rem, 5.5vw, 8rem);
}
.p-home-fv__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 1rem 1rem 1rem;
  background-color: #fff;
  font-size: clamp(2.8rem, 3.3vw, 4.8rem);
  font-weight: 700;
  letter-spacing: 2.4px;
  border-radius: 3px;
}
.p-home-fv__title:last-child {
  margin-top: 2.5rem;
}
.p-home-fv__title span {
  display: inline-block;
  margin-left: -0.8rem;
  margin-right: -0.8rem;
  font-size: clamp(2.8rem, 3.3vw, 4.8rem);
  font-weight: 700;
  color: #BF1B2C;
}
.p-home-fv__sp-title-wrapper {
  position: absolute;
  top: 11rem;
  left: 1rem;
}
.p-home-fv__sp-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  padding: 5px 10px 10px 10px;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 1.4px;
  border-radius: 3px;
}
.p-home-fv__sp-title span {
  color: #BF1B2C;
  letter-spacing: 1.4px;
  margin-left: -0.9rem;
  margin-right: -0.7rem;
}
.p-home-fv__sp-title:nth-of-type(n + 2) {
  margin-top: 1rem;
}

.p-home-usertype {
  margin-top: clamp(5rem, 5.5vw, 8rem);
}
.p-home-usertype__inner {
  padding-inline: 5rem;
  padding-inline: clamp(1.8rem, 3.4vw, 5rem);
}
.p-home-usertype__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
@media (max-width: 768px) {
  .p-home-usertype__container {
    -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;
    row-gap: 2rem;
  }
}
.p-home-usertype__item {
  position: relative;
  display: block;
  max-width: 59rem;
  border-radius: 2rem;
}
.p-home-usertype__item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), color-stop(100%, transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent 100%);
  z-index: 0;
  border-radius: 2rem;
}
.p-home-usertype__item img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 2rem;
}
.p-home-usertype__item-text-wrapper {
  position: absolute;
  bottom: 3rem;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  justify-content: space-between;
  width: 100%;
  padding: 0 2rem;
}
@media (max-width: 768px) {
  .p-home-usertype__item-text-wrapper {
    bottom: 1.2rem;
  }
}
.p-home-usertype__item-text-wrapper h2 {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: #FFF;
  font-size: clamp(2.2rem, 2.2vw, 3.2rem);
  font-weight: 700;
  letter-spacing: 1.6px;
}
.p-home-usertype__item-text-wrapper p {
  margin-top: 1.6rem;
  color: #FFF;
  font-size: clamp(1.6rem, 1.6vw, 1.6rem);
  font-weight: 500;
  line-height: 140%;
}
@media (max-width: 768px) {
  .p-home-usertype__item-text-wrapper p{
    margin-top: 1.2rem;
    font-size: 1.4rem;
  }
}
.p-home-usertype__item-text-wrapper img {
  width: clamp(2.2rem, 2.2vw, 3.2rem);
  height: clamp(2.2rem, 2.2vw, 3.2rem);
}
@media (max-width: 768px) {
  .p-home-usertype__item-text-wrapper p br._sp_hide{
    display: none;
  }
}

.p-home-about {
  margin-top: 10rem;
}
@media (max-width: 768px) {
  .p-home-about {
    margin-top: 8rem;
  }
}
.p-home-about__inner {
  padding-inline: clamp(2rem, 8.3vw, 12rem);
}
@media (max-width: 768px) {
  .p-home-about__inner {
    padding-inline: 2rem;
  }
}
.p-home-about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: clamp(2rem, 4.5vw, 6.5rem);
     -moz-column-gap: clamp(2rem, 4.5vw, 6.5rem);
          column-gap: clamp(2rem, 4.5vw, 6.5rem);
}
.p-home-about__img {
  max-width: 72.5rem;
  aspect-ratio: 725/526;
}
@media (max-width: 768px) {
  .p-home-about__img {
    margin-top: 3rem;
  }
}
.p-home-about__img img {
  height: auto;
  border-radius: 2rem;
}
@media (max-width: 768px) {
  .p-home-about__img img {
    border-radius: 1.2rem;
  }
}
.p-home-about__text-wrapper {
  max-width: 34.1666666667;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .p-home-about__text-wrapper {
    max-width: 100%;
  }
}
.p-home-about__text {
  margin-top: clamp(1.8rem, 4.1vw, 6rem);
  font-size: clamp(1.4rem, 1.1vw, 1.6rem);
  line-height: 2.2;
  letter-spacing: 0.8px;
}
@media (max-width: 768px) {
  .p-home-about__text {
    letter-spacing: 0.7px;
  }
}
.p-home-about__btn-wrapper {
  margin-top: clamp(2rem, 3.5vw, 5rem);
}
@media (max-width: 768px) {
  .p-home-about__btn-wrapper {
    text-align: center;
  }
}

.p-home .c-works {
  margin-top: 9.5rem;
}
@media (max-width: 768px) {
  .p-home .c-works {
    margin-top: 8rem;
  }
}

.p-home .c-others {
  margin-top: 10rem;
}
@media (max-width: 768px) {
  .p-home .c-others {
    margin-top: 8rem;
  }
}

.p-home-news {
  margin-top: 12rem;
}
@media (max-width: 768px) {
  .p-home-news {
    margin-top: 8rem;
  }
}
.p-home-news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: clamp(3rem, 5.5vw, 8rem);
     -moz-column-gap: clamp(3rem, 5.5vw, 8rem);
          column-gap: clamp(3rem, 5.5vw, 8rem);
  padding-inline: clamp(1.5rem, 8.3vw, 12rem);
}
@media (max-width: 768px) {
  .p-home-news__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-inline: 1.5rem;
    row-gap: 3rem;
  }
}
.p-home-news__left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-home-news__btn-wrapper {
  margin-top: 8rem;
}
@media (max-width: 768px) {
  .p-home-news__btn-wrapper {
    text-align: center;
    margin-top: 3rem;
  }
}
.p-home-news__right {
  width: 100%;
}

.p-company-mvv {
  padding-block: 10rem;
}
@media (max-width: 768px) {
  .p-company-mvv {
    padding-top: 5rem;
    padding-bottom: 8rem;
  }
}
.p-company-mvv__inner {
  padding-inline: clamp(1.5rem, 15.2vw, 22rem);
}
@media (max-width: 1000px) {
  .p-company-mvv__inner {
    padding-inline: 1.5rem;
  }
}
.p-company-mvv__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: clamp(1rem, 2.3vw, 3.3rem);
     -moz-column-gap: clamp(1rem, 2.3vw, 3.3rem);
          column-gap: clamp(1rem, 2.3vw, 3.3rem);
}
@media (max-width: 768px) {
  .p-company-mvv__lead {
    max-width: 60rem;
    margin-inline: auto;
    -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;
    row-gap: 2rem;
  }
}
.p-company-mvv__logo {
  width: 20rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 200.44/123;
}
.p-company-mvv__logo img {
  width: 100%;
}
.p-company-mvv__lead-text {
  font-size: clamp(1.6rem, 1.25vw, 1.8rem);
  line-height: 2;
  letter-spacing: 0.9px;
}
@media (max-width: 768px) {
  .p-company-mvv__lead-text {
    letter-spacing: 0.8px;
  }
}
.p-company-mvv__box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: clamp(1rem, 2.78vw, 4rem);
     -moz-column-gap: clamp(1rem, 2.78vw, 4rem);
          column-gap: clamp(1rem, 2.78vw, 4rem);
  flex-direction: column;
  gap: 2rem;
  margin-top: 8rem;
}
@media (max-width: 768px) {
  .p-company-mvv__box-wrapper {
    -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;
    row-gap: 2rem;
    margin-top: 5rem;
  }
}
.p-company-mvv__box {
  width: 100%;
  max-width: 100%;
  padding-top: 5rem;
  padding-bottom: 6rem;
  padding-inline: 8rem;
  border-radius: 20px;
  background: #F6F6F7;
}
@media (max-width: 768px) {
 .p-company-mvv__box{
  padding-inline: 4rem;
 }
}
.p-company-mvv__box-title-wrapper {
  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: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
  row-gap: 1rem;
}
.p-company-mvv__box-title {
  color: #46474B;
  font-family: "Outfit", sans-serif;
  font-size: clamp(3rem, 3.5vw, 5rem);
  font-weight: 700;
  letter-spacing: 2.5px;
}
@media (max-width: 768px) {
  .p-company-mvv__box-title {
    letter-spacing: 1.5px;
  }
}
.p-company-mvv__box-subtitle {
  position: relative;
  text-align: center;
  padding-left: 1.3rem;
  font-size: clamp(1.4rem, 1vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.75px;
}
.p-company-mvv__box-subtitle::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  background-color: #BF1B2C;
  border-radius: 50%;
}
.p-company-mvv__box-heading {
  margin-top: 3rem;
  font-size: 2.6rem;
  line-height: 1.75;
  letter-spacing: 1.1px;
}
@media (min-width: 768px) and (max-width: 1000px) {
  .p-company-mvv__box-heading {
    letter-spacing: 0.9px;
  }
}
@media (max-width: 370px) {
  .p-company-mvv__box-heading {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .p-company-mvv__box-heading {
    font-size: 2rem;
  }
}

.p-company-mvv__box-detail {
  margin-top: 1.2rem;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 1.1px;
}
@media (min-width: 768px) and (max-width: 1000px) {
  .p-company-mvv__box-detail {
    letter-spacing: 0.9px;
  }
}
@media (max-width: 370px) {
  .p-company-mvv__box-detail {
    font-size: 1.5rem;
  }
}

.p-company-value__list{
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.p-company-message {
  padding-block: 10rem;
  border-radius: 6rem 6rem 0 0;
  background: #F6F6F7;
}
@media (max-width: 768px) {
  .p-company-message {
    padding-block: 6rem;
    border-radius: 4rem 4rem 0 0;
  }
}
.p-company-message__inner {
  padding-inline: clamp(1.5rem, 15.2vw, 22rem);
}
@media (max-width: 1000px) {
  .p-company-message__inner {
    padding-inline: 1.5rem;
  }
}
.p-company-message__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: clamp(1rem, 4.58vw, 6.6rem);
     -moz-column-gap: clamp(1rem, 4.58vw, 6.6rem);
          column-gap: clamp(1rem, 4.58vw, 6.6rem);
}
@media (max-width: 768px) {
  .p-company-message__container {
    -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-company-message__text {
  margin-top: 6rem;
  font-size: clamp(1.4rem, 1.1vw, 1.6rem);
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.8px;
}
@media (max-width: 768px) {
  .p-company-message__text {
    margin-top: 2rem;
    letter-spacing: 0.7px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-company-message__name {
  margin-top: 2rem;
  font-size: clamp(1.6rem, 1.25vw, 1.8rem);
  font-weight: 700;
  letter-spacing: 0.9px;
}
@media (max-width: 768px) {
  .p-company-message__name {
    letter-spacing: 0.8px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-company-message__img-wrapper {
  max-width: 34.5rem;
  width: 100%;
  aspect-ratio: 345/393;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .p-company-message__img-wrapper {
    max-width: 26.4rem;
    aspect-ratio: 264/300;
    margin-inline: auto;
    margin-top: 3rem;
  }
}
.p-company-message__img-wrapper img {
  border-radius: 20px;
}

.p-company-company {
  margin-top: 10rem;
}
@media (max-width: 768px) {
  .p-company-company {
    margin-top: 8rem;
  }
}
.p-company-company .e-section-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-company-company__inner {
  padding-inline: clamp(1.5rem, 15.2vw, 22rem);
}
@media (max-width: 1000px) {
  .p-company-company__inner {
    padding-inline: 1.5rem;
  }
}
.p-company-company__table {
  max-width: 90rem;
  margin-inline: auto;
  margin-top: 6rem;
  padding-inline: 5rem;
}
@media (max-width: 768px) {
  .p-company-company__table {
    margin-top: 3rem;
    padding-inline: 1.5rem;
  }
}
.p-company-company__table-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 2.5rem;
  border-top: 1px solid rgba(70, 71, 75, 0.3);
}
@media (max-width: 768px) {
  .p-company-company__table-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;
    row-gap: 0.5rem;
  }
}
.p-company-company__table-item:last-child {
  border-bottom: 1px solid rgba(70, 71, 75, 0.3);
}
.p-company-company__table-title {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 21rem;
  max-width: 100%;
  color: #BF1B2C;
  font-size: clamp(1.4rem, 1.1vw, 1.6rem);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.8px;
}
@media (max-width: 768px) {
  .p-company-company__table-title {
    width: 100%;
    letter-spacing: 0.7px;
  }
}
.p-company-company__table-data {
  font-size: clamp(1.4rem, 1.1vw, 1.6rem);
  line-height: 1.75;
  letter-spacing: 0.8px;
  text-decoration: none;
}
@media (max-width: 768px) {
  .p-company-company__table-data {
    letter-spacing: 0.7px;
  }
}
.p-company-company__iframe {
  margin-top: 1.5rem;
  width: 59rem;
  max-width: 100%;
  aspect-ratio: 590/188;
}

.p-company-cta {
  padding-block: 10rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#F6F6F7), color-stop(40%, #F6F6F7), color-stop(40%, transparent), to(transparent));
  background: linear-gradient(to top, #F6F6F7 0%, #F6F6F7 40%, transparent 40%, transparent 100%);
}
@media (max-width: 768px) {
  .p-company-cta {
    padding-top: 8rem;
    padding-bottom: 5rem;
  }
}
.p-company-cta__inner {
  padding-inline: clamp(1.5rem, 8.3vw, 12rem);
}
@media (max-width: 768px) {
  .p-company-cta__inner {
    padding-inline: 1.5rem;
  }
}

.p-hojin-lead {
  margin-top: 8rem;
}
@media (max-width: 768px) {
  .p-hojin-lead {
    margin-top: 5rem;
  }
}
.p-hojin-lead__inner {
  padding-inline: clamp(1.5rem, 15.2vw, 22rem);
}
@media (max-width: 1000px) {
  .p-hojin-lead__inner {
    padding-inline: 1.5rem;
  }
}
.p-hojin-lead__title {
  text-align: center;
  font-size: clamp(2.2rem, 2.2vw, 3.2rem);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 1.6px;
}
@media (max-width: 768px) {
  .p-hojin-lead__title {
    text-align: left;
    letter-spacing: 1.1px;
  }
}
.p-hojin-lead__text {
  max-width: 76.6rem;
  margin-inline: auto;
  margin-top: 1.5rem;
  text-align: center;
  font-size: clamp(1.6rem, 1.25vw, 1.8rem);
  line-height: 2.2;
  letter-spacing: 0.9px;
}
@media (max-width: 768px) {
  .p-hojin-lead__text {
    margin-top: 1rem;
    text-align: left;
    letter-spacing: 0.8px;
  }
}

.p-hojin-content {
  margin-top: 8rem;
}
@media (max-width: 768px) {
  .p-hojin-content {
    margin-top: 6rem;
  }
}
.p-hojin-content__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5rem;
  padding-inline: clamp(1.5rem, 8.3vw, 12rem);
}
@media (max-width: 1000px) {
  .p-hojin-content__inner {
    row-gap: 2rem;
    padding-inline: 1.5rem;
  }
}

.p-hojin-link {
  position: relative;
  display: block;
  border-radius: 2rem;
  width: 120rem;
  max-width: 100%;
  aspect-ratio: 1200/362;
}
@media (max-width: 600px) {
  .p-hojin-link {
    width: 100%;
    aspect-ratio: 337/261;
  }
}
.p-hojin-link__bg-img {
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-hojin-link__bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background: rgba(70, 71, 75, 0.5);
  backdrop-filter: blur(3.5px);
}
.p-hojin-link__text-wrapper {
  width: 100%;
  position: absolute;
  top: 25%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  color: #FFF;
}
@media (max-width: 768px) {
  .p-hojin-link__text-wrapper {
    top: 15%;
  }
}
.p-hojin-link__title {
  text-align: center;
  font-size: clamp(2.2rem, 2.3vw, 3.2rem);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 1.6px;
}
@media (max-width: 768px) {
  .p-hojin-link__title {
    font-size: 2.2rem;
    letter-spacing: 1.1px;
  }
}
.p-hojin-link__text {
  text-align: center;
  font-size: clamp(1.4rem, 1.25vw, 1.8rem);
  letter-spacing: 0.9px;
}
@media (max-width: 768px) {
  .p-hojin-link__text {
    max-width: 82%;
    margin-inline: auto;
    text-align: left;
    line-height: 1.5;
    letter-spacing: 0.7px;
  }
}
.p-hojin-link__text--1 {
  margin-top: 2rem;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .p-hojin-link__text--1 {
    margin-top: 1rem;
  }
}
.p-hojin-link__text--2 {
  margin-top: 1rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-hojin-link__text--2 {
    margin-top: 0.5rem;
  }
}
.p-hojin-link__btn {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  width: 5rem;
  height: 5rem;
}
@media (max-width: 768px) {
  .p-hojin-link__btn {
    bottom: 1rem;
    right: 1rem;
  }
}

.p-hojin-cta {
  padding-top: 10rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#F6F6F7), color-stop(40%, #F6F6F7), color-stop(40%, transparent), to(transparent));
  background: linear-gradient(to top, #F6F6F7 0%, #F6F6F7 40%, transparent 40%, transparent 100%);
}
@media (max-width: 768px) {
  .p-hojin-cta {
    padding-top: 8rem;
  }
}
.p-hojin-cta__inner {
  padding-inline: clamp(1.5rem, 8.3vw, 12rem);
}
@media (max-width: 768px) {
  .p-hojin-cta__inner {
    padding-inline: 1.5rem;
  }
}

.p-individual .c-works {
  margin-top: 8rem;
}

.p-individual .c-others {
  margin-top: 10rem;
}
@media (min-width: 768px) and (max-width: 1000px) {
  .p-individual .c-others {
    margin-top: 8rem;
  }
}

.p-individual-reason {
  margin-top: 10rem;
}
@media (min-width: 768px) and (max-width: 1000px) {
  .p-individual-reason {
    margin-top: 8rem;
  }
}
.p-individual-reason__inner {
  padding-inline: clamp(1.5rem, 8.33vw, 12rem);
}
@media (max-width: 1000px) {
  .p-individual-reason__inner {
    padding-inline: 1.5rem;
  }
}
.p-individual-reason__content {
  margin-top: 6rem;
}
@media (min-width: 768px) and (max-width: 1000px) {
  .p-individual-reason__content {
    margin-top: 3rem;
  }
}
.p-individual-reason__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: clamp(1rem, 4.58vw, 6.6rem);
     -moz-column-gap: clamp(1rem, 4.58vw, 6.6rem);
          column-gap: clamp(1rem, 4.58vw, 6.6rem);
}
@media (max-width: 768px) {
  .p-individual-reason__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2rem;
  }
}
.p-individual-reason__block:nth-of-type(n + 2) {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .p-individual-reason__block:nth-of-type(n + 2) {
    margin-top: 3rem;
  }
}
.p-individual-reason__block:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .p-individual-reason__block:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-individual-reason__block-img {
  max-width: 50%;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .p-individual-reason__block-img {
    max-width: 100%;
    border-radius: 12px;
  }
}
.p-individual-reason__block-img img {
  border-radius: 20px;
  height: auto;
}
@media (max-width: 768px) {
  .p-individual-reason__block-img img {
    border-radius: 12px;
  }
}
.p-individual-reason__text-wrapper {
  max-width: 50%;
}
@media (max-width: 768px) {
  .p-individual-reason__text-wrapper {
    max-width: 100%;
  }
}
.p-individual-reason__block-title {
  font-size: clamp(2.2rem, 2.22vw, 3.2rem);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 1.6px;
}
@media (max-width: 768px) {
  .p-individual-reason__block-title {
    letter-spacing: 1.1px;
  }
}
.p-individual-reason__block-text {
  margin-top: 1.5rem;
  font-size: clamp(1.4rem, 1.11vw, 1.6rem);
  line-height: 2.2;
  letter-spacing: 0.8px;
}
@media (max-width: 768px) {
  .p-individual-reason__block-text {
    margin-top: 0.5rem;
    letter-spacing: 0.7px;
  }
}

.p-individual-feature {
  margin-top: 12rem;
}
@media (max-width: 768px) {
  .p-individual-feature {
    margin-top: 8rem;
  }
}
.p-individual-feature__inner {
  padding-inline: clamp(1.5rem, 8.33vw, 12rem);
}
@media (max-width: 768px) {
  .p-individual-feature__inner {
    padding-inline: 1.5rem;
  }
}
.p-individual-feature .e-section-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .p-individual-feature .e-section-title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-individual-feature__lead-text {
  margin-top: 6rem;
  text-align: center;
  font-size: clamp(1.6rem, 1.25vw, 1.8rem);
  line-height: 2.2;
  letter-spacing: 0.9px;
}
@media (max-width: 768px) {
  .p-individual-feature__lead-text {
    margin-top: 3rem;
    text-align: left;
    letter-spacing: 0.8px;
  }
}

.p-service-lead {
  margin-top: 8rem;
}
.p-service-lead__inner {
  padding-inline: clamp(1.5rem, 15.2vw, 22rem);
}
@media (max-width: 1000px) {
  .p-service-lead__inner {
    padding-inline: 1.5rem;
  }
}
.p-service-lead__title {
  text-align: center;
  font-size: clamp(2.2rem, 2.2vw, 3.2rem);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 1.6px;
}
@media (max-width: 768px) {
  .p-service-lead__title {
    text-align: left;
    letter-spacing: 0.8px;
  }
}
.p-service-lead__text {
  margin-top: 1.5rem;
  text-align: center;
  font-size: clamp(1.6rem, 1.25vw, 1.8rem);
  line-height: 2.2;
  letter-spacing: 0.9px;
}
@media (max-width: 768px) {
  .p-service-lead__text {
    text-align: left;
  }
}

.a-works-label {
  margin-top: 8rem;
}
@media (max-width: 768px) {
  .a-works-label {
    margin-top: 5rem;
  }
}
.a-works-label__inner {
  padding-inline: clamp(1.5rem, 15vw, 22rem);
}
@media (max-width: 1000px) {
  .a-works-label__inner {
    padding-inline: 1.5rem;
  }
}
.a-works-label__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  row-gap: 1.5rem;
}
@media (max-width: 768px) {
  .a-works-label__wrapper {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
.a-works-label__icon {
  width: 2rem;
  height: 2rem;
}
.a-works-label__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  border: 1px solid #BF1B2C;
  border-radius: 5rem;
  color: #BF1B2C;
}
.a-works-label__button.is-active {
  background-color: #BF1B2C;
  color: #fff;
}
.a-works-label__button.is-active .a-works-label__icon {
  color: #fff;
}
.a-works-label__button.is-active .a-works-label__icon path {
  stroke: #BF1B2C;
}
.a-works-label__button span {
  display: inline-block;
  text-align: center;
  font-size: clamp(1.6rem, 1.25vw, 1.8rem);
  letter-spacing: 0.9px;
}

.a-works .c-works {
  margin-top: 8rem;
}
@media (max-width: 768px) {
  .a-works .c-works {
    margin-top: 4.5rem;
  }
}
.a-works .c-works__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  row-gap: 6rem;
}
@media (max-width: 768px) {
  .a-works .c-works__content {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 3rem;
  }
}

.a-news .c-news {
  margin-top: 8rem;
  padding-inline: clamp(1.5rem, 15vw, 22rem);
}
@media (max-width: 1000px) {
  .a-news .c-news {
    margin-top: 5rem;
    padding-inline: 1.5rem;
  }
}

.a-voice .c-voice {
  background-color: #fff;
  margin-top: 8rem;
  padding-block: 0;
}
@media (max-width: 768px) {
  .a-voice .c-voice {
    margin-top: 5rem;
  }
}
.a-voice .c-voice__item {
  background-color: #F6F6F7;
}

.s-works-article__content {
  margin-top: 8rem;
}
.s-works-article__inner {
  padding-inline: clamp(1.5rem, 15.2vw, 22rem);
}
@media (max-width: 1000px) {
  .s-works-article__inner {
    padding-inline: 1.5rem;
  }
}
.s-works-article__title {
  margin-top: 1.5rem;
  font-size: clamp(2.2rem, 2.2vw, 3.2rem);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 1.6px;
}
@media (max-width: 768px) {
  .s-works-article__title {
    letter-spacing: 1.1px;
  }
}
.s-works-article__tag-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .s-works-article__tag-wrapper {
    margin-top: 1.5rem;
  }
}
.s-works-article__img-wrapper {
  margin-top: 6rem;
  max-width: 100rem;
  aspect-ratio: 1000/563;
}
@media (max-width: 768px) {
  .s-works-article__img-wrapper {
    margin-top: 3rem;
  }
}
.s-works-article__img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 2rem;
}
.s-works-article__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: clamp(1rem, 3.5vw, 5rem);
     -moz-column-gap: clamp(1rem, 3.5vw, 5rem);
          column-gap: clamp(1rem, 3.5vw, 5rem);
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .s-works-article__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2rem;
  }
}
.s-works-article__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(50% - 2.5rem);
  padding-block: 2.5rem;
  border-top: 1px solid rgba(70, 71, 75, 0.3);
}
@media (max-width: 768px) {
  .s-works-article__info-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.5rem;
    width: 100%;
  }
}
.s-works-article__info-item:nth-last-child(-n+2) {
  border-bottom: 1px solid rgba(70, 71, 75, 0.3);
}
@media (max-width: 768px) {
  .s-works-article__info-item:nth-last-child(-n+2) {
    border-bottom: none;
  }
}
.s-works-article__info-item:last-child {
  border-bottom: 1px solid rgba(70, 71, 75, 0.3);
}
.s-works-article__info-dt {
  min-width: 40%;
  color: #BF1B2C;
  font-size: clamp(1.4rem, 1.1vw, 1.6rem);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.8px;
}
.s-works-article__info-dd {
  font-size: clamp(1.4rem, 1.1vw, 1.6rem);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.8px;
}
.s-works-article__comparison {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: clamp(1rem, 2.77vw, 4rem);
     -moz-column-gap: clamp(1rem, 2.77vw, 4rem);
          column-gap: clamp(1rem, 2.77vw, 4rem);
  margin-top: 8rem;
}
@media (max-width: 768px) {
  .s-works-article__comparison {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3rem;
    margin-top: 6rem;
  }
}
.s-works-article__comparison-item {
  max-width: 48rem;
}
.s-works-article__comparison-item:last-child {
  color: #BF1B2C;
}
.s-works-article__comparison-item-title {
  font-family: "Outfit", sans-serif;
  font-size: clamp(3rem, 3.47vw, 5rem);
  font-weight: 700;
  letter-spacing: 2.5px;
}
.s-works-article__comparison-item-img {
  max-width: 48rem;
  aspect-ratio: 480/304;
}
.s-works-article__comparison-item-img img {
  margin-top: 1.5rem;
  border-radius: 2rem;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 768px) {
  .s-works-article__comparison-item-img img {
    border-radius: 1.2rem;
    margin-top: 1rem;
  }
}
.s-works-article__comparison-text {
  margin-top: 4rem;
  font-size: clamp(1.4rem, 1.1vw, 1.6rem);
  line-height: 1.75;
  letter-spacing: 0.8px;
}
@media (max-width: 768px) {
  .s-works-article__comparison-text {
    margin-top: 3rem;
    letter-spacing: 0.7px;
  }
}
.s-works-article__button {
  text-align: center;
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .s-works-article__button {
    margin-top: 3rem;
  }
}

.s-works .c-works {
  margin-top: 10rem;
}
@media (max-width: 768px) {
  .s-works .c-works {
    margin-top: 8rem;
  }
}
.s-works .c-others {
  margin-top: 10rem;
}
@media (max-width: 768px) {
  .s-works .c-others {
    margin-top: 8rem;
  }
}

/* --------------------------------
 * Column 詳細ページ
 * -------------------------------- */
.s-column__content {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
@media (max-width: 768px) {
  .s-column__content {
    margin-top: 5.5rem;
  }
}
.s-column__content-inner {
  display: grid;
  grid-template-columns: minmax(0, 70rem) minmax(0, 42rem);
  -webkit-column-gap: clamp(1rem, 5.5vw, 8rem);
     -moz-column-gap: clamp(1rem, 5.5vw, 8rem);
          column-gap: clamp(1rem, 5.5vw, 8rem);
  padding-inline: clamp(1.5rem, 8.3vw, 12rem);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 768px) {
  .s-column__content-inner {
    grid-template-columns: 1fr;
    padding-inline: 1.5rem;
  }
}

/* --------------------------------
 * メイン記事本体
 * -------------------------------- */
.s-column-article__meta-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
.s-column-article__date {
  display: inline-block;
  color: #BF1B2C;
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.4rem, 1.1vw, 1.6rem);
  letter-spacing: 0.8px;
}
.s-column-article__category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 1.2rem;
  color: #BF1B2C;
  font-size: clamp(1.2rem, 1vw, 1.4rem);
  letter-spacing: 0.7px;
  border-radius: 999px;
  border: 1px solid #BF1B2C;
  background: #fff;
}
.s-column-article__title {
  margin-top: 1.5rem;
  font-size: clamp(2.2rem, 2.3vw, 3.2rem);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 1.6px;
}
.s-column-article__img {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .s-column-article__img {
    margin-top: 3rem;
  }
}
.s-column-article__img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
.s-column-article__text {
  margin-top: 4rem;
  font-size: clamp(1.4rem, 1.1vw, 1.6rem);
  line-height: 1.75;
  letter-spacing: 0.8px;
}

/* 一覧へボタン */
.s-column__btn-wrapper {
  margin-top: 8rem;
  text-align: center;
}
@media (max-width: 768px) {
  .s-column__btn-wrapper {
    margin-top: 3rem;
  }
}

/* --------------------------------
 * アサイド
 * -------------------------------- */
@media (max-width: 768px) {
  .s-column-aside {
    margin-top: 6rem;
  }
}
.s-column-aside__title {
  padding-bottom: 1rem;
  text-align: center;
  color: #BF1B2C;
  font-size: clamp(1.8rem, 1.52vw, 2.2rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.9px;
  border-bottom: 1px solid #BF1B2C;
}
.s-column-aside__title:last-of-type {
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .s-column-aside__title:last-of-type {
    margin-top: 3rem;
  }
}
.s-column-aside__list {
  margin-top: 3.5rem;
}
.s-column-aside__item {
  margin-top: 2.4rem;
}
.s-column-aside__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}
@media (min-width: 768px) and (max-width: 1000px) {
  .s-column-aside__item-link {
    -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;
  }
}
.s-column-aside__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 16rem;
  aspect-ratio: 160/116;
}
@media (min-width: 768px) and (max-width: 1000px) {
  .s-column-aside__img {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .s-column-aside__img {
    max-width: 10rem;
    aspect-ratio: 100/72;
  }
}
.s-column-aside__img img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.2rem;
}
.s-column-aside__meta-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  color: #BF1B2C;
}
@media (min-width: 768px) and (max-width: 1000px) {
  .s-column-aside__meta-wrapper {
    margin-top: 1rem;
  }
}
.s-column-aside__date {
  display: inline-block;
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.4rem, 1.1vw, 1.6rem);
  letter-spacing: 0.8px;
}
.s-column-aside__category {
  min-width: 8rem;
  display: inline-block;
  padding: 0.5rem 1.2rem;
  color: #BF1B2C;
  font-size: clamp(1.2rem, 1vw, 1.4rem);
  letter-spacing: 0.7px;
  border: 1px solid #BF1B2C;
  border-radius: 5rem;
}
.s-column-aside__article-title {
  margin-top: 1.5rem;
  font-size: clamp(1.4rem, 1.1vw, 1.6rem);
  line-height: 1.75;
  letter-spacing: 0.8px;
}
@media (max-width: 768px) {
  .s-column-aside__article-title {
    margin-top: 0.5rem;
  }
}
.s-column-aside__empty {
  margin-top: 3rem;
}

/* --------------------------------
 * ウィジェット連動の人気記事
 * -------------------------------- */
.widget-title {
  padding-bottom: 1rem;
  text-align: center;
  color: #BF1B2C;
  font-size: clamp(1.8rem, 1.52vw, 2.2rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.9px;
  border-bottom: 1px solid #BF1B2C;
}

.popular-posts {
  margin-top: 5rem;
}

.popular-posts img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 16rem;
  aspect-ratio: 160/116;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.2rem;
}

.s-news__content {
  margin-top: 8.5rem;
}
@media (max-width: 1000px) {
  .s-news__content {
    margin-top: 5rem;
  }
}
.s-news__inner {
  padding-inline: clamp(1.5rem, 15.2vw, 22rem);
}
@media (max-width: 1000px) {
  .s-news__inner {
    padding-inline: 1.5rem;
  }
}
.s-news .c-news__title {
  margin-top: 1.7rem;
  font-size: clamp(2.2rem, 2.22vw, 3.2rem);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 1.6px;
}
@media (max-width: 768px) {
  .s-news .c-news__title {
    margin-top: 1.5rem;
  }
}
.s-news__thumb {
  margin-top: 4rem;
  width: 100%;
  max-width: 100rem;
  aspect-ratio: 1000/563;
  overflow: hidden;
  border-radius: 2rem;
}
@media (max-width: 1000px) {
  .s-news__thumb {
    margin-top: 3rem;
  }
}
.s-news__thumb img {
  width: 100%;
  height: 100%;
  border-radius: 2rem;
}
.s-news .c-news__text {
  margin-top: 4rem;
  font-size: clamp(1.4rem, 1.11vw, 1.6rem);
  line-height: 1.75;
  letter-spacing: 0.8px;
}
@media (max-width: 1000px) {
  .s-news .c-news__text {
    margin-top: 3rem;
    font-weight: 500;
  }
}

.s-news-news {
  margin-top: 10rem;
}
@media (max-width: 1000px) {
  .s-news-news {
    margin-top: 8rem;
  }
}
.s-news-news .e-section-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1000px) {
  .s-news-news .e-section-title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.s-news-news__inner {
  padding-inline: clamp(1.5rem, 15.2vw, 22rem);
}
@media (max-width: 1000px) {
  .s-news-news__inner {
    padding-inline: 1.5rem;
  }
}
.s-news-news__content {
  margin-top: 6rem;
}
@media (max-width: 1000px) {
  .s-news-news__content {
    margin-top: 3rem;
  }
}
.s-news-news .c-news__title {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.8px;
  font-weight: 500;
}

.p-404__inner {
  padding-inline: clamp(1.5rem, 15.2vw, 22rem);
}
@media (max-width: 1000px) {
  .p-404__inner {
    padding-inline: 1.5rem;
  }
}
.p-404__text {
  margin-top: 8rem;
  text-align: center;
  font-size: clamp(1.4rem, 1.11vw, 1.6rem);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.8px;
}
@media (max-width: 768px) {
  .p-404__text {
    max-width: 35rem;
    margin-inline: auto;
    margin-top: 5rem;
    letter-spacing: 0.7px;
    text-align: left;
  }
}
.p-404__btn-wrapper {
  margin-top: 3rem;
  margin-bottom: 10rem;
  text-align: center;
}
@media (max-width: 768px) {
  .p-404__btn-wrapper {
    margin-top: 2rem;
    margin-bottom: 6rem;
  }
}

.p-contact {
  margin-bottom: 10rem;
}
.p-contact__form {
  margin-top: 5rem;
  padding-inline: clamp(1.5rem, 15.2vw, 22rem);
}
@media (max-width: 1000px) {
  .p-contact__form {
    padding-inline: 1.5rem;
  }
}
.p-contact__form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
}
.p-contact__form dl .p-contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-contact__form dl .p-contact__label {
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 1.05rem;
  line-height: 1.6;
}
.p-contact__form dl .p-contact__label .is-required {
  display: inline-block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1rem;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.4rem 1rem;
  color: #fff;
  background: #BF1B2C;
  border-radius: 50px;
  line-height: 1;
  letter-spacing: 0.6px;
}
.p-contact__form dl input[type=text],
.p-contact__form dl input[type=email],
.p-contact__form dl input[type=tel],
.p-contact__form dl select,
.p-contact__form dl textarea {
  width: 100%;
  padding-block: 2.5rem;
  padding-inline: 3rem;
  font-size: 1.6rem;
  border-radius: 6px;
  background-color: #F6F6F7;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.p-contact__form dl input[type=text]:focus,
.p-contact__form dl input[type=email]:focus,
.p-contact__form dl input[type=tel]:focus,
.p-contact__form dl select:focus,
.p-contact__form dl textarea:focus {
  outline: none;
  border-color: #F6F6F7;
}
.p-contact__textarea {
  min-height: 20rem;
  resize: vertical;
}
.p-contact__submit {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  margin-inline: auto;
  color: #fff;
}
.p-contact__submit::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 10000;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 31px;
  height: 31px;
  background-image: url("../../assets/imgs/common/btn-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.p-contact__text {
  margin-top: 6rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.8px;
}
@media (max-width: 768px) {
  .p-contact__text {
    max-width: 55rem;
    margin-inline: auto;
    text-align: left;
  }
}
.p-contact__text--small {
  margin-top: 1rem;
  font-size: 1.2rem;
  letter-spacing: 0.6px;
}
.p-contact__text--left {
  margin-top: 3rem;
  text-align: left;
  font-weight: 700;
}
.p-contact__link-google-policy, .p-contact__link-privacy-policy {
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-decoration-color: #46474B;
}

.js-inquiry-block {
  row-gap: 1.05rem;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-response-output {
  max-width: 800px;
  margin-inline: auto !important;
  text-align: center;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
  display: none !important;
}

#autozip {
  display: none !important;
}

.p-thanks__content {
  margin-top: 8rem;
  margin-bottom: 10rem;
}
.p-thanks__inner {
  padding-inline: clamp(1.5rem, 15.2vw, 22rem);
}
@media (max-width: 1000px) {
  .p-thanks__inner {
    padding-inline: 1.5rem;
  }
}
.p-thanks__text {
  text-align: center;
  font-size: clamp(1.4rem, 1.1vw, 1.6rem);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.8px;
}
@media (max-width: 768px) {
  .p-thanks__text {
    max-width: 45rem;
    margin-inline: auto;
    text-align: left;
  }
}
.p-thanks__btn-wrapper {
  margin-top: 5rem;
  text-align: center;
}

.p-privacypolicy__content {
  margin-block: 10rem;
}
.p-privacypolicy__inner {
  padding-inline: clamp(1.5rem, 15.2vw, 22rem);
}
@media (max-width: 1000px) {
  .p-privacypolicy__inner {
    padding-inline: 1.5rem;
  }
}
.p-privacypolicy__content p{
  margin-top: 2em;
  font-size: 1.6rem;
  line-height: 1.65em;
}

.u-inner {
  max-width: 1440px;
  margin-inline: auto;
}

.u-pc-only {
  display: block;
}
@media (max-width: 768px) {
  .u-pc-only {
    display: none;
  }
}

.u-sp-only {
  display: none;
}
@media (max-width: 768px) {
  .u-sp-only {
    display: block;
  }
}

.u-sptb-only {
  display: none;
}
@media (max-width: 1000px) {
  .u-sptb-only {
    display: block;
  }
}

.c_splash{
  display: none;
  position: relative;
  overflow: hidden;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: calc(var(--vw, 1vw) * 100); 
  height: calc(var(--vh, 1vh) * 100);
  transform: translateY(0);
  transform-origin: top center;
  animation: splashAll 0.5s 3s ease forwards;
  background-color: #FFF;
}
.c_splash_logo{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.c_splash_logo img{
  width: 18rem;
  opacity: 0;
  animation: splashLogoImg 1s 2s ease forwards;
}
@media (max-width: 768px) {
  .c_splash_logo img{
    width: 12rem;
  }
}
.c_splash_inner{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.c_splash_line{
  position: absolute;
  top: 50%;
  left: -100%;
  transform: translateY(-50%);
  display: inline-block;
  width: 100%;
  height: 3px;
}
.c_splash_line._red{
  background-color: #bf1b2c;
  animation: splashLineRed 1.5s 0.5s ease forwards;
}
.c_splash_line._gry{
  background-color: #4B4B4B;
  animation: splashLineGry 1.5s  ease forwards;
}
@keyframes splashLineRed {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes splashLineGry {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes splashLogoImg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes splashAll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
.c_splash_inner{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #bf1b2c;
}
.c_splash_text{
  color: #FFF;
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
  animation: splashText 1.5s ease forwards;
}
@media (max-width: 768px) {
  .c_splash_text{
    font-size: 2rem;
    line-height: 2em;
  }
}
.c_splash_logo{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  animation: splashLogo 1s 2s ease-in-out forwards;
}
.c_splash_logo img{
  width: 18rem;
  opacity: 0;
  animation: splashLogoImg 1s 3.2s ease forwards;
}
@media (max-width: 768px) {
  .c_splash_logo img{
    width: 12rem;
  }
}

@keyframes splashText {
  0% {
    filter: blur(20px);
  }
  100% {
    filter: blur(0);
  }
}
@keyframes splashLogo {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}

*/