@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

.site-wrapper {
  overflow-x: clip;
}

body,
a {
  font-family: "Noto Sans", sans-serif;
  color: #525252;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

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

.common-btn {
  border-radius: 50px;
  background: #dd476e;
  display: block;
  padding: 12px 38px;
  width: fit-content;
  color: #fff;
  text-align: right;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%; /* 21.6px */
  letter-spacing: -0.36px;
}
.common-btn--ja {
  font-family: "Noto Sans", sans-serif;
}
.common-btn--top {
  display: inline;
}
.common-btn--single {
  margin: 0 auto;
  margin-top: 130px;
}
@media screen and (max-width: 768px) {
  .common-btn--single {
    margin-top: 80px;
  }
}
.common-btn--contact {
  width: 100%;
  padding-inline: 38px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .common-btn--contact {
    margin-top: 20px;
  }
}

.common-btn-toppage {
  text-align: center;
  padding-block: 10px 65px;
}
.common-btn-toppage--simple-page {
  background: #f7f7f4;
}
.common-btn-toppage--single {
  background: #f7f7f4;
}

.container {
  max-width: 1030px;
  margin-inline: auto;
  padding-block: 110px;
}
@media screen and (max-width: 1024px) {
  .container {
    margin-inline: 5%;
  }
}
@media screen and (max-width: 768px) {
  .container {
    padding-block: 60px;
  }
}
@media screen and (max-width: 599px) {
  .container {
    padding-block: 30px 40px;
  }
}
.container--services {
  padding-block: 0;
}
.container--news {
  padding-block: 80px 110px;
}
@media screen and (max-width: 768px) {
  .container--news {
    padding-block: 45px 70px;
    margin-inline: 2%;
  }
}
@media screen and (max-width: 599px) {
  .container--news {
    padding-block: 30px 70px;
  }
}
@media screen and (max-width: 599px) {
  .container--footer {
    padding-block: 40px;
  }
}

.common-heading-wrapper {
  position: sticky;
  top: 100px;
}

.common-heading {
  margin-bottom: 20px;
  font-family: "Inter", sans-serif;
  font-size: 62px;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: -1.24px;
}
@media screen and (max-width: 768px) {
  .common-heading {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 599px) {
  .common-heading {
    font-size: 48px;
  }
}
.common-heading--white {
  color: #fff;
}

.common-sub-heading {
  color: #dd476e;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 170%;
}
.common-sub-heading--white {
  color: #fff;
}

.common-title {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.64px;
}
@media screen and (max-width: 599px) {
  .common-title {
    font-size: 24px;
  }
}
.common-title span {
  color: #dd476e;
}

.common-text {
  line-height: 170%;
}

.common-flex__content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .common-flex__content {
    flex-direction: column;
  }
}
.common-flex__left {
  flex: 0 0 25.5%;
}
.common-flex__right {
  flex: 0 0 61%;
}

@media screen and (max-width: 599px) {
  .common-br {
    display: none;
  }
}

.contact-banner {
  background: url(../../assets/image/common/contact-banner.webp) no-repeat center center/cover;
}
.contact-banner__text {
  margin-block: 21px 26px;
  width: fit-content;
  margin-left: auto;
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .contact-banner__text {
    margin-left: 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .contact-banner__text {
    font-size: 16px;
  }
}
.contact-banner .common-btn {
  margin-left: auto;
}

.grecaptcha-badge {
  display: none;
}

.grecaptcha-logo {
  display: none;
}

.common-simple {
  background: #f7f7f4;
  padding-block: 80px 110px;
}
@media screen and (max-width: 768px) {
  .common-simple {
    padding-block: 45px 70px;
  }
}
@media screen and (max-width: 599px) {
  .common-simple {
    padding-block: 0 70px;
  }
}
.common-simple__wrapper {
  max-width: 1030px;
  padding-block: 90px 100px;
  padding-inline: 8%;
  margin: 0 auto;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .common-simple__wrapper {
    width: 95%;
    padding-inline: 3%;
    padding-block: 50px 80px;
  }
}
@media screen and (max-width: 768px) {
  .common-simple__wrapper {
    width: 95%;
    padding-inline: 5%;
    padding-block: 50px 60px;
  }
}
@media screen and (max-width: 599px) {
  .common-simple__wrapper {
    width: 100%;
  }
}
.common-simple__title {
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.48px;
  padding-left: 2%;
  margin-bottom: 30px;
  position: relative;
}
.common-simple__title::before {
  content: "";
  width: 0.7%;
  height: 150%;
  background: #dd476e;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.common-simple__text {
  font-size: 18px;
  line-height: 120%; /* 21.6px */
  letter-spacing: -0.36px;
}
.common-simple__text--privacy {
  color: #000;
  font-weight: 300;
}

.header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  transition: background-color 0.8s;
}
@media screen and (max-width: 768px) {
  .header-wrapper {
    border-bottom: none;
    background: #1e1e1e;
  }
}
.header-wrapper.is-bg {
  background: #1e1e1e;
  background-blend-mode: multiply;
  border-bottom: none;
}

body:not(.home) .header-wrapper {
  background: #1e1e1e;
  background-blend-mode: multiply;
  border-bottom: none;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 4%;
  margin: 0 auto;
}
.header__logo {
  height: 60px;
  display: flex;
  align-items: center;
}
.header__lists {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .header__lists {
    display: none;
  }
}
.header__lists li {
  margin-left: 40px;
  display: flex;
  align-items: center;
}
.header__lists li a {
  color: #fff;
}
.header .toggle-button {
  display: none;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  .header .toggle-button {
    display: block;
  }
}
.header .toggle-button__hamburger {
  position: relative;
  width: 28px;
  height: 28px;
}
.header .toggle-button__hamburger span {
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
}
.header .toggle-button__hamburger span:first-child {
  top: 20%;
}
.header .toggle-button__hamburger span:nth-child(2) {
  top: calc(50% - 1px);
}
.header .toggle-button__hamburger span:last-child {
  bottom: 20%;
}
.header .toggle-button.open span:first-child {
  top: calc(50% - 1px);
  transform: rotateZ(45deg);
}
.header .toggle-button.open span:nth-child(2) {
  display: none;
}
.header .toggle-button.open span:last-child {
  top: calc(50% - 1px);
  transform: rotateZ(-45deg);
}

.header-menu {
  display: none;
  z-index: 1000;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 320px;
  padding: 24px 1.5%;
  background-color: #fff;
}
.header-menu.open {
  display: block;
}
.header-menu ul li {
  display: block;
  padding-block: 10px;
}
@media screen and (max-width: 660px) {
  .header-menu {
    width: 280px;
    padding: 20px 3%;
  }
}

.menu-logo {
  display: none;
  width: 75%;
  padding-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .menu-logo {
    display: block;
  }
}

.to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}
.to-top__box {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 768px) {
  .to-top {
    display: none;
  }
}

.footer-wrapper {
  background-color: #222;
}

.footer .container {
  padding-bottom: 35px;
}
.footer__content {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media screen and (max-width: 768px) {
  .footer__content {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.footer__text {
  margin-top: 50px;
  color: #fff;
  font-size: 14px;
  line-height: 170%;
}
@media screen and (max-width: 768px) {
  .footer__text {
    margin-top: 25px;
  }
}
.footer__text span {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .footer__left {
    padding-top: 45px;
  }
}
.footer__right {
  display: flex;
  column-gap: 60px;
}
@media screen and (max-width: 768px) {
  .footer__right {
    flex-direction: column;
    row-gap: 15px;
  }
}
.footer__right a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.28px;
}
@media screen and (max-width: 599px) {
  .footer__logo {
    width: 70%;
  }
}
.footer__line {
  margin-block: 65px 35px;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
}
@media screen and (max-width: 768px) {
  .footer__line {
    margin-block: 40px 35px;
  }
}
.footer__under-text {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 170%;
}
.footer__under-text--en {
  font-family: "Inter", sans-serif;
}

.fv {
  position: relative;
  aspect-ratio: 1.85/1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .fv {
    aspect-ratio: 1/1.2;
    background-position: top center;
  }
}
.fv__bg {
  position: absolute;
  inset: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity 2.5s ease;
  opacity: 0;
  z-index: 0;
}
.fv__bg--visible {
  opacity: 1;
  z-index: 0;
}
.fv__content {
  position: absolute;
  left: 5%;
  bottom: 10%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .fv__content {
    max-width: 90%;
  }
}
.fv__title {
  font-family: "Inter", sans-serif;
  font-size: 6.5vw;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: -1.68px;
  mix-blend-mode: difference;
}
@media screen and (max-width: 768px) {
  .fv__title {
    letter-spacing: 0;
    font-size: 8.5vw;
  }
}
@media screen and (max-width: 768px) {
  .fv__title--top {
    letter-spacing: 0;
    font-size: 12vw;
    mix-blend-mode: normal;
    color: #D2CAC7;
  }
}
.fv__subtitle {
  margin-block: 27px 16px;
  font-size: 1.8vw;
  line-height: 120%;
  letter-spacing: -0.48px;
}
@media screen and (max-width: 768px) {
  .fv__subtitle {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 500px) {
  .fv__subtitle {
    font-size: 4.2vw;
  }
}
.fv__text {
  font-weight: 500;
  line-height: 170%; /* 27.2px */
}

.top-about__right .common-title {
  margin-block: 18px 40px;
}
@media screen and (max-width: 768px) {
  .top-about__right .common-title {
    margin-block: 30px 20px;
  }
}
.top-about__right .common-btn {
  margin-top: 46px;
  margin-left: auto;
}

.top-banner {
  background: url(../../assets/image/front/top-banner.webp) no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  background-attachment: fixed; /* 背景を固定 */
  width: 100%;
  height: 100vh; /* 高さを全画面に設定 */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.top-banner--change {
  background: url(../../assets/image/front/top-banner2.webp) no-repeat center center/cover;
  position: relative;
  background-attachment: fixed; /* 背景を固定 */
  width: 100%;
  height: 100vh; /* 高さを全画面に設定 */
}
@media screen and (max-width: 768px) {
  .top-banner {
    width: auto;
    height: auto;
    aspect-ratio: auto;
    aspect-ratio: 1.1/1;
    background-attachment: scroll;
  }
}
.top-banner .fv__title {
  color: #fff;
  text-align: center;
}
.top-banner__text {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 14px;
  line-height: 170%; /* 23.8px */
}
@media screen and (max-width: 599px) {
  .top-banner__text {
    bottom: 10%;
    left: auto;
    transform: none;
  }
}

.top-service {
  position: relative;
  z-index: 2;
  transform: translateY(0);
  transition: transform 0.2s ease-out;
}
.top-service__right .common-title {
  margin-block: 18px 40px;
}
@media screen and (max-width: 768px) {
  .top-service__right .common-title {
    margin-block: 30px 20px;
  }
}
.top-service__card {
  margin-top: 16px;
  border-radius: 12px;
  background: #f7f7f4;
  padding-block: 35px 30px;
  padding-inline: 47px 35px;
  display: flex;
  align-items: center;
  column-gap: 7%;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.top-service__card.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.top-service__card--first {
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  .top-service__card {
    flex-direction: column;
    padding-block: 25px;
  }
}
.top-service__img {
  flex: 0 0 10%;
}
.top-service__string {
  flex: 0 0 83%;
}
.top-service__heading {
  border-radius: 3px;
  background: #fff;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: -0.24px;
  width: fit-content;
}
.top-service__title {
  margin-block: 10px 20px;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.4px;
}
.top-service__text {
  font-size: 15px;
  line-height: 170%;
}

.top-news {
  background: #f7f7f4;
  z-index: 2;
}
.top-news__card {
  margin-bottom: 18px;
  border-radius: 12px;
  background: #fff;
  display: flex;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translate(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.top-news__card.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.top-news__img {
  flex: 0 0 40%;
  max-height: 172px;
  overflow: hidden;
}
.top-news__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px 0px 0px 12px;
  display: block;
}
.top-news__string {
  padding: 30px 40px;
  flex: 0 0 60%;
}
.top-news__date {
  color: #a2a2a2;
  font-size: 12px;
  line-height: 120%;
}
.top-news__tag {
  margin-block: 10px;
  border-radius: 3px;
  background: #f7f7f4;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: -0.24px;
  width: fit-content;
}
.top-news__title {
  line-height: 170%;
}
.top-news__btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 30px;
  gap: 1.5%;
  color: #dd476e;
  font-family: Inter, sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 599px) {
  .top-news__btn {
    gap: 5%;
  }
}
.top-news__btn-img {
  flex: 0 0 5%;
}
@media screen and (max-width: 768px) {
  .top-news__btn-img {
    flex: 0 0 6%;
  }
}
@media screen and (max-width: 599px) {
  .top-news__btn-img {
    flex: 0 0 11%;
  }
}
@media screen and (max-width: 768px) {
  .top-news__right {
    margin-top: 30px;
  }
}

.company-top__img {
  padding-block: 160px 100px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.company-top__img.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .company-top__img {
    padding-block: 65px;
  }
}
@media screen and (max-width: 599px) {
  .company-top__img {
    padding-block: 45px;
  }
}
.company-top__title {
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .company-top__title {
    margin-bottom: 0;
    margin-block: 30px 20px;
  }
}

.company-value {
  background: #f4f4f4;
}
.company-value__container {
  margin-bottom: 70px;
  transform: translate(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.company-value__container.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.company-value__container:first-child {
  margin-top: 37px;
}
.company-value__container:last-child {
  margin-bottom: 0;
}
.company-value__title {
  margin-bottom: 20px;
}

.company-profile__list {
  padding-block: 34px 30px;
  border-bottom: 1px solid #a8a8a8;
}
.company-profile__title {
  font-weight: 600;
  margin-left: 2%;
  margin-bottom: 30px;
}
.company-profile__text {
  margin-left: 6%;
}

.services-top {
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  .services-top {
    flex-direction: column-reverse;
    position: static;
  }
}
.services-top__img {
  width: 74%;
  margin-inline: auto 0;
  padding-block: 80px 240px;
}
@media screen and (max-width: 768px) {
  .services-top__img {
    width: 85%;
    padding-block: 45px 0;
  }
}
@media screen and (max-width: 599px) {
  .services-top__img {
    width: 95%;
  }
}
.services-top__container {
  width: 68%;
  background: #f7f7f4;
  padding-block: 70px 65px;
  padding-inline: 10%;
  position: absolute;
  left: 0;
  bottom: -38%;
  z-index: 2;
  opacity: 0;
  transition: all 1.5s ease;
}
@media screen and (max-width: 991px) {
  .services-top__container {
    width: 85%;
    padding-block: 60px 50px;
    padding-inline: 5%;
  }
}
@media screen and (max-width: 768px) {
  .services-top__container {
    width: 90%;
    padding-block: 50px;
    position: static;
    margin-top: -60px;
  }
}
@media screen and (max-width: 599px) {
  .services-top__container {
    width: 95%;
    padding-block: 35px;
  }
}
.services-top.is-show .services-top__container {
  bottom: 0;
  opacity: 1;
}
.services-top__title {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .services-top__title {
    margin-bottom: 30px;
  }
}

.services-btn {
  padding-top: 75px;
}
@media screen and (max-width: 599px) {
  .services-btn {
    padding-top: 55px;
  }
}
.services-btn h3 {
  font-size: 24px;
}
.services-btn span {
  color: #dd476e;
}
.services-btn__fw600 {
  font-weight: 600;
}
.services-btn__wrapper {
  display: flex;
  justify-content: space-around;
  padding-block: 30px 80px;
}
@media screen and (max-width: 768px) {
  .services-btn__wrapper {
    padding-block: 30px;
  }
}
@media screen and (max-width: 599px) {
  .services-btn__wrapper {
    flex-direction: column;
    row-gap: 10px;
  }
}
.services-btn__btn {
  border-radius: 50px;
  border: 1px solid #a8a8a8;
  background: #fff;
  padding-block: 23px;
  padding-inline: 4%;
  font-size: 24px;
}
.services-btn__btn:hover {
  border: none;
  background: #2c2e31;
  color: #fff;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .services-btn__btn {
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .services-btn__btn {
    width: 100%;
    text-align: center;
  }
}

.services-detail__container {
  padding-block: 60px;
}
@media screen and (max-width: 768px) {
  .services-detail__container {
    padding-block: 30px 60px;
  }
}
@media screen and (max-width: 599px) {
  .services-detail__container {
    padding-block: 30px 50px;
  }
}
.services-detail__container:last-child {
  padding-block: 60px 140px;
}
@media screen and (max-width: 768px) {
  .services-detail__container:last-child {
    padding-block: 30px 60px;
  }
}
.services-detail__title {
  display: flex;
  align-items: center;
  font-size: 32px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .services-detail__title {
    padding-bottom: 20px;
  }
}
.services-detail__icon {
  width: 5%;
  margin-right: 3%;
}
@media screen and (max-width: 599px) {
  .services-detail__icon {
    width: 7%;
  }
}
@media screen and (max-width: 599px) {
  .services-detail__icon {
    width: 12%;
  }
}
.services-detail__wrapper {
  display: flex;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 768px) {
  .services-detail__wrapper {
    flex-direction: column;
    align-items: flex-end;
    position: static;
  }
}
.services-detail__img {
  flex: 0 0 51%;
  margin-left: 4%;
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transform: translateX(-40px);
}
.services-detail__img.is-visible {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 768px) {
  .services-detail__img {
    margin-left: 0;
  }
}
.services-detail__string {
  width: 48%;
  background: #2c2e31;
  padding-block: 50px;
  padding-inline: 5%;
  color: #fff;
  position: absolute;
  left: 47%;
  bottom: -8%;
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transform: translateX(40px);
}
.services-detail__string.is-visible {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 768px) {
  .services-detail__string {
    width: 76%;
    position: static;
    padding-block: 35px;
    padding-inline: 4%;
    margin: -100px -15px 0 0;
  }
}
@media screen and (max-width: 599px) {
  .services-detail__string {
    width: 90%;
    padding-block: 30px;
    padding-inline: 5%;
    margin: -65px -10px 0 0;
  }
}
.services-detail__subtitle {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 27px;
  padding-left: 4%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .services-detail__subtitle {
    font-size: 22px;
  }
}
@media screen and (max-width: 599px) {
  .services-detail__subtitle {
    font-size: 20px;
    padding-bottom: 24px;
  }
}
.services-detail__subtitle::before {
  content: "";
  width: 1%;
  height: 80%;
  background: #dd476e;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-75%);
}
.services-detail__text {
  font-size: 15px;
  line-height: 170%;
}

.contact-form {
  margin-top: 65px;
}
.contact-form__wrapper {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  gap: 7%;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .contact-form__wrapper {
    flex-direction: column;
    gap: 10px;
  }
}
.contact-form__privacy-wrapper {
  text-align: center;
  padding-block: 10px 30px;
}
.contact-form__label {
  width: 20%;
  min-width: 100px;
  padding-top: 12px;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .contact-form__label {
    width: 100%;
    padding-top: 0;
  }
}
.contact-form__label span {
  color: #dd476e;
}
.contact-form__row {
  width: 73%;
}
@media screen and (max-width: 768px) {
  .contact-form__row {
    width: 100%;
  }
}
.contact-form__name-group {
  display: flex;
  width: 56%;
  gap: 3%;
}
@media screen and (max-width: 768px) {
  .contact-form__name-group {
    width: 100%;
  }
}
.contact-form__item {
  flex: 1;
}
.contact-form input:not([type=submit]),
.contact-form textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #939191;
  border-radius: 8px;
}
.contact-form input:not([type=submit])::placeholder,
.contact-form textarea::placeholder {
  color: #7d7c7c;
  font-size: 15px;
  font-weight: 400;
}
.contact-form input:not([type=submit]):focus,
.contact-form textarea:focus {
  outline: none;
  border: 1px solid rgb(82, 82, 82);
  box-shadow: 0 0 5px rgba(82, 82, 82, 0.1);
}
.contact-form input,
.contact-form textarea {
  padding-block: 11px;
  padding-inline: 10px;
}
.contact-form textarea {
  height: 254px;
}
.contact-form .privacy-check {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
}
.contact-form .privacy-check input {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border: 1px solid #525252;
  border-radius: 4px;
  cursor: pointer;
  appearance: none;
  position: relative;
  margin-right: 10px;
}
.contact-form .privacy-check input:checked {
  background: #525252;
}
.contact-form .privacy-check input::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 6px;
  width: 6px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  opacity: 0;
}
.contact-form .privacy-check input:checked {
  background: #525252;
}
.contact-form .privacy-check input:checked::after {
  opacity: 1;
}
.contact-form .privacy-check a {
  font-size: 18px;
  border-bottom: 1px solid #525252;
  padding-bottom: 3px;
}
@media screen and (max-width: 599px) {
  .contact-form .privacy-check a {
    line-height: 230%;
  }
}
.contact-form__submit {
  display: flex;
  justify-content: center;
}
.contact-form__submit input {
  padding-block: 0;
  padding-inline: 0;
  border: none;
  margin-top: 30px;
  border-radius: 50px;
  background: #dd476e;
  display: block;
  padding: 12px 69px;
  width: fit-content;
  color: #fff;
  text-align: right;
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%; /* 21.6px */
  letter-spacing: -0.36px;
}
.contact-form__submit input:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-list-item {
  margin: 0;
}

.privacy__wrapper {
  padding-bottom: 45px;
}
.privacy__wrapper:first-child {
  padding-top: 70px;
}
.privacy__title {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  line-height: 150%; /* 30px */
  letter-spacing: -0.4px;
  padding-bottom: 15px;
}
.privacy__text {
  color: #000;
  font-weight: 300;
  line-height: 150%; /* 24px */
  letter-spacing: -0.32px;
}
.privacy__text--date {
  text-align: right;
}

.page-top {
  aspect-ratio: 3/1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-top {
    aspect-ratio: auto;
  }
}
.page-top--contact {
  aspect-ratio: auto;
  background: #f7f7f4;
  padding-inline: 8%;
  padding-top: 70px;
}
@media screen and (max-width: 599px) {
  .page-top--contact {
    padding-top: 50px;
  }
}
.page-top__no-bg {
  padding-top: 70px;
  padding-inline: 8%;
}
@media screen and (max-width: 599px) {
  .page-top__no-bg {
    padding-top: 50px;
  }
}
.page-top__content {
  position: absolute;
  left: 5%;
  bottom: 10%;
  color: #fff;
}
.page-top__content--no-bg {
  position: static;
  padding-block: 0 54px;
}
@media screen and (max-width: 768px) {
  .page-top__content--no-bg {
    padding-block: 0 54px;
  }
}
@media screen and (max-width: 599px) {
  .page-top__content--no-bg {
    padding-block: 0 40px;
  }
}
.page-top__subtitle {
  margin-bottom: 15px;
  font-family: "Inter", sans-serif;
  font-size: 6.5vw;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: -1.68px;
  mix-blend-mode: difference;
}
@media screen and (max-width: 599px) {
  .page-top__subtitle {
    font-size: 12vw;
    margin-bottom: 0;
  }
}
.page-top__subtitle span {
  color: #fff;
}
.page-top__subtitle--no-bg {
  color: #525252;
  mix-blend-mode: normal;
}
.page-top__subtitle--no-bg span {
  color: #dd476e;
}
.page-top__title {
  font-size: 1.8vw;
  line-height: 120%;
  letter-spacing: -0.48px;
}
.page-top__title--no-bg {
  color: #525252;
}
@media screen and (max-width: 599px) {
  .page-top__title {
    font-size: 3.8vw;
  }
}
.page-top__no-bg-wrapper {
  max-width: 1030px;
  margin-inline: auto;
}
@media screen and (max-width: 1200px) {
  .page-top__no-bg-wrapper {
    width: 90%;
  }
}

.breadcrumbs {
  background: #2c2e31;
}
.breadcrumbs__wrapper {
  width: 80%;
  margin-inline: auto;
  display: flex;
  justify-content: flex-end;
  padding-block: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  gap: 0.3%;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .breadcrumbs__wrapper {
    width: 95%;
    font-size: 12px;
  }
}
.breadcrumbs__wrapper a {
  color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 599px) {
  .breadcrumbs__wrapper a {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .attachment-post-thumbnail {
    max-width: 100%;
    height: auto;
    object-fit: cover;
  }
}

.archive-top {
  aspect-ratio: 3/1;
  background: url(../../assets/image/news/news.webp) no-repeat center center/cover;
  position: relative;
}

.news-wrapper {
  background: #fff;
}

.news {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3%;
  grid-auto-rows: 1fr;
}
@media screen and (max-width: 768px) {
  .news {
    display: flex;
    flex-direction: column;
    gap: 45px;
  }
}
@media screen and (max-width: 599px) {
  .news {
    gap: 30px;
  }
}
.news__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
  padding-block: 18px;
  padding-inline: 10%;
}
.news__card a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .news__card {
    padding-inline: 5%;
  }
}
.news__thumb {
  width: 100%;
  aspect-ratio: 120/79;
  overflow: hidden;
  border-radius: 12px;
}
.news__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.news__body {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.news__date {
  color: #a2a2a2;
  font-size: 14px;
  padding-block: 15px 20px;
}
.news__date--single {
  color: #a2a2a2;
  font-size: 18px;
  padding-block: 0;
}
.news__title {
  font-size: 18px;
  flex-grow: 1;
  margin-bottom: 40px;
}
.news__category-wrap {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .news__category-wrap {
    margin-top: 0;
  }
}
.news__category {
  display: inline-flex;
  font-size: 12px;
  font-family: Inter, sans-serif;
  padding-block: 4px;
  padding-inline: 5%;
  border-radius: 3px;
  background: #f7f7f4;
  margin-top: auto;
}
.news__category--single {
  font-size: 16px;
  padding-inline: 20%;
}
.news__pagination {
  margin-top: 90px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .news__pagination {
    margin-top: 45px;
  }
}

.page-numbers {
  display: inline-block;
  padding: 8px 1%;
  text-decoration: none;
  font-size: 18px;
  color: #a2a2a2;
  font-family: Inter, sans-serif;
}
.page-numbers.current {
  color: #525252;
}

.single-page {
  background: #f7f7f4;
  padding-block: 80px 110px;
}
@media screen and (max-width: 768px) {
  .single-page {
    padding-block: 45px 70px;
  }
}
@media screen and (max-width: 599px) {
  .single-page {
    padding-block: 30px 70px;
  }
}
.single-page__wrapper {
  max-width: 1030px;
  padding-block: 90px 100px;
  padding-inline: 8%;
  margin: 0 auto;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .single-page__wrapper {
    width: 95%;
    padding-inline: 3%;
    padding-block: 50px 80px;
  }
}
@media screen and (max-width: 768px) {
  .single-page__wrapper {
    width: 98%;
    padding-inline: 3%;
    padding-block: 50px 60px;
  }
}
@media screen and (max-width: 599px) {
  .single-page__wrapper {
    width: 100%;
  }
}
.single-page__date {
  display: flex;
  align-items: center;
  gap: 3%;
}
.single-page__title {
  padding-block: 35px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .single-page__title {
    padding-block: 30px 25px;
  }
}
.single-page__content {
  line-height: 180%;
}
.single-page__content img {
  border-radius: 12px;
}