/* =========================================================
font setting
========================================================= */
/* =========================================================
font class
========================================================= */
.font-main-en {
  font-size: 65px;
  font-family: "Times New Roman", serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.01em;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 992px) {
  .font-main-en {
    font-size: 80px;
  }
}
@media screen and (min-width: 1440px) {
  .font-main-en {
    font-size: 100px;
  }
}

.font-main-jp {
  font-size: 37px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.03em;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 992px) {
  .font-main-jp {
    font-size: 54px;
  }
}

.font-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.01em;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 992px) {
  .font-title {
    font-size: 32px;
  }
}

.font-subtitle {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.01em;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 992px) {
  .font-subtitle {
    font-size: 24px;
  }
}

.font-lead {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.01em;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 992px) {
  .font-lead {
    font-size: 20px;
  }
}

.font-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  overflow-wrap: anywhere;
  word-break: break-word;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 992px) {
  .font-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 2.1;
    letter-spacing: 0.08em;
  }
}

.font-text-small {
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0.01em;
  overflow-wrap: anywhere;
  word-break: break-word;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 992px) {
  .font-text-small {
    font-size: 12px;
  }
}

/* =========================================================
not-only-signs
========================================================= */
@media screen and (min-width: 992px) {
  .p-not-only-signs .c-title-page-mv_content {
    padding: 50px 4% 35px;
  }
}

.p-not-only-signs-title .c-main-title .en {
  font-size: 52px;
}
@media screen and (min-width: 992px) {
  .p-not-only-signs-title .c-main-title .en {
    font-size: 100px;
  }
}
.p-not-only-signs-title + .p-not-only-signs-box {
  margin-top: 70px;
}
@media screen and (min-width: 992px) {
  .p-not-only-signs-title + .p-not-only-signs-box {
    margin-top: 50px;
  }
}

.p-not-only-signs-box {
  margin-top: 40px;
  min-height: 270px;
}
@media screen and (min-width: 992px) {
  .p-not-only-signs-box {
    margin-top: 100px;
  }
}
@media screen and (min-width: 992px) {
  .p-not-only-signs-box .l-cord-col2 {
    gap: 54px;
  }
}
@media screen and (min-width: 992px) {
  .p-not-only-signs-box .l-cord-col2--photo {
    width: 48%;
  }
}
.p-not-only-signs-box--title {
  font-size: 32px;
  margin-bottom: 10px;
}
.p-not-only-signs-box--title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 389px;
  height: 309px;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-15deg);
}
@media screen and (min-width: 992px) {
  .p-not-only-signs-box--title::before {
    top: 50%;
    left: 0px;
    margin-top: 110px;
    width: 389px;
    height: 309px;
  }
}
.p-not-only-signs-box .l-cord-col2--lead {
  padding: 0;
}
.p-not-only-signs-box .c-button-list {
  margin-top: 20px;
}
.p-not-only-signs-box:nth-child(odd) {
  position: relative;
}
.p-not-only-signs-box:nth-child(odd)::before {
  content: "";
  background: url(../images/common/wing03.svg) no-repeat left center;
  background-size: contain;
  display: block;
  width: 120%;
  height: 50%;
  position: absolute;
  top: 10%;
  right: -50%;
}
@media screen and (min-width: 992px) {
  .p-not-only-signs-box:nth-child(odd)::before {
    width: 100%;
    height: 75%;
    top: 50%;
    margin-top: 110px;
    left: -40px;
  }
}
@media screen and (min-width: 992px) {
  .p-not-only-signs-box:nth-child(odd) .l-cord-col2 {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 992px) {
  .p-not-only-signs-box:nth-child(odd) .l-cord-col2 .font-title::before {
    left: auto;
    right: -65%;
  }
}

/*# sourceMappingURL=style-not-only-signs.css.map */