/* =========================================================
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;
  }
}

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

.p-training-photo {
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-training-photo {
    margin-top: 40px;
  }
}
.p-training-photo::before {
  content: "";
  background: url(../images/common/wing06-w.svg) no-repeat left top;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 90%;
  left: -60%;
}
@media screen and (min-width: 992px) {
  .p-training-photo::before {
    top: auto;
    left: -72%;
    background-position: right bottom;
    height: 500px;
  }
}
.p-training-photo picture {
  display: block;
  position: relative;
  z-index: 10;
  text-align: center;
}
.p-training-photo picture img {
  display: inline-block;
}

.p-training-box {
  margin-top: 50px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-training-box {
    margin-top: 90px;
  }
}
.p-training-box .l-cord-col2--text {
  margin-top: 15px;
}
.p-training-box:nth-child(even) {
  position: relative;
}
.p-training-box:nth-child(even)::before {
  content: "";
  background: url(../images/common/wing03.svg) no-repeat left center;
  background-size: contain;
  display: block;
  width: 120%;
  height: 50%;
  position: absolute;
  top: 30%;
  right: -50%;
}
@media screen and (min-width: 992px) {
  .p-training-box:nth-child(even)::before {
    width: 100%;
    height: 75%;
    top: 10%;
    right: -60%;
  }
}
@media screen and (min-width: 992px) {
  .p-training-box:nth-child(even) .l-cord-col2 {
    flex-direction: row-reverse;
  }
}
.p-training-box:last-of-type::before {
  content: "";
  background: url(../images/common/wing01.svg) no-repeat left top;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: -60%;
}
@media screen and (min-width: 992px) {
  .p-training-box:last-of-type::before {
    top: 10px;
    left: -83%;
    background-position: right;
    height: 500px;
  }
}

/*# sourceMappingURL=style-training.css.map */