@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New+RocknRoll:wght@300;400;500;700;900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
/* common
--------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  position: relative;
  font-size: 62.5%;
  color: #000000;
}

body {
  position: relative;
  margin: 0 !important;
}

.wrap {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.pc-only {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}
.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}
.link-btn {
  display: block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 1.6rem 7.2rem 1.6rem 3.6rem;
  border-radius: 50px;
  box-shadow: 0 0 8px rgba(51, 51, 51, 0.24);
  background: rgb(255, 170, 59);
  background: linear-gradient(90deg, rgb(255, 170, 59) 0%, rgb(236, 134, 0) 100%);
  color: #FFFFFF;
  font-size: 2.8rem;
  font-weight: 500;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  text-decoration: none;
  transition: 0.4s all ease-in-out;
}

@media screen and (max-width: 768px) {
  .link-btn {
    padding: 1.6rem 5.4rem 1.6rem 2.4rem;
    font-size: 5.4vw;
    white-space: nowrap;
  }
}
.link-btn:hover::before {
  opacity: 0;
}

.link-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background: rgb(255, 170, 59);
  background: linear-gradient(270deg, rgb(255, 170, 59) 0%, rgb(236, 134, 0) 100%);
  transition: 0.4s all ease-in-out;
}

.link-btn::after {
  content: "\f144";
  position: absolute;
  top: 50%;
  right: 2.4rem;
  color: #FFFFFF;
  font-size: 2.8rem;
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .link-btn::after {
    right: 1.6rem;
    font-size: 5.4vw;
  }
}
.link-btn span {
  position: relative;
}

.link-btn u {
  position: relative;
  text-decoration: none;
}

.link-btn u::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
}

/* Header
--------------------------------------------- */
.header-lp {
  position: relative;
  width: 100%;
  background-color: #FFFFFF;
}

.header-lp__logo {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 1.6rem 0;
}

.header-lp__logo a {
  display: block;
  width: 176px;
  margin: 0 auto;
  transition: 0.4s all ease-in-out;
}

.header-lp__logo a:hover {
  opacity: 0.75;
  filter: opacity(75%);
}

.header-lp__logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Header
--------------------------------------------- */
.footer-lp {
  position: relative;
  width: 100%;
  padding: 2.4rem 0;
  background-color: #333333;
}

.footer-lp .sub-nav {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem 2.4rem;
  width: 100%;
  margin: 0;
  padding: 0;
}

.footer-lp .sub-nav li {
  list-style: none;
}

.footer-lp .sub-nav li a {
  color: #FFFFFF;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none;
}

.footer-lp .sub-nav li a:hover {
  text-decoration: underline;
}

.footer-lp .copyright {
  margin: 2rem 0 0 0;
  color: #FFFFFF;
  font-size: 1.2rem;
  text-align: center;
}

/* landing page
--------------------------------------------- */
.page-lp img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  line-height: 0;
}

.page-lp .lp-mv {
  line-height: 0;
}

.page-lp .lp-action {
  position: relative;
  width: 100%;
  padding: 5.4rem 0;
  background-image: url("../img/ems-training/background/bg_action.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-lp .lp-section {
  position: relative;
  line-height: 0;
}

.page-lp .lp-section.arrow-down::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -76px;
  left: 50%;
  z-index: 3;
  width: 250px;
  height: 133px;
  background-image: url("../img/common/icon_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(-50%);
}

.page-lp .lp-feature {
  position: relative;
  width: 100%;
  padding: 9.6rem 0 7.2rem;
  background-image: url("../img/ems-training/background/bg_grey.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-lp .lp-feature.arrow-down::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -76px;
  left: 50%;
  z-index: 3;
  width: 250px;
  height: 133px;
  background-image: url("../img/common/icon_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(-50%);
}

.page-lp .lp-effect {
  position: relative;
  width: 100%;
  padding: 0 0 9.6rem;
  background-image: url("../img/ems-training/background/bg_effect.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-lp .lp-effect__title {
  display: block;
  width: 100%;
  max-width: 768px;
  margin: 6rem auto 3.6rem;
}

.page-lp .lp-voice {
  position: relative;
  width: 100%;
  padding: 9.6rem 0 12.8rem;
  background-image: url("../img/ems-training/background/bg_voice.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-lp .lp-voice {
    padding: 6.4rem 0 8rem;
    background-repeat: repeat-y;
    background-size: contain;
  }
}
.page-lp .lp-voice__title {
  display: block;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

.page-lp .lp-voice__item {
  display: block;
  width: 100%;
  margin-top: 4rem;
  padding: 0 2rem;
}

@media screen and (max-width: 768px) {
  .page-lp .lp-voice__item {
    padding: 0;
  }
}
.page-lp .lp-secret {
  position: relative;
  width: 100%;
  padding: 0 0 12.8rem;
  background-image: url("../img/ems-training/background/bg_secret.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-lp .lp-secret {
    padding: 0 0 6.4rem;
  }
}
.page-lp .lp-secret__title {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.page-lp .lp-secret__item {
  display: block;
  width: 100%;
  max-width: 1180px;
  margin-top: 9.6rem;
}

@media screen and (max-width: 768px) {
  .page-lp .lp-secret__item {
    margin-top: 6.4rem;
  }
}
.page-lp .lp-secret__item.img01 {
  margin-left: 0;
}

.page-lp .lp-secret__item.img02 {
  margin-inline: auto;
}

.page-lp .lp-trend {
  position: relative;
  width: 100%;
  padding: 12.8rem 0;
  background-image: url("../img/ems-training/background/bg_trend.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-lp .lp-trend {
    padding: 6.4rem 0;
  }
}
.page-lp .lp-trend__title {
  display: block;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .page-lp .lp-trend__title {
    width: 70%;
    min-width: 254px;
    padding: 0 2rem;
  }
}
.page-lp .lp-trend__box {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin-top: 2.4rem;
}

@media screen and (max-width: 768px) {
  .page-lp .lp-trend__box {
    margin-top: 1.2rem;
    padding: 0 2rem;
  }
}
.page-lp .lp-trend__box p {
  position: absolute;
  left: 0;
  bottom: 7.2%;
  width: 100%;
  color: #333333;
  font-size: 1.6rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page-lp .lp-trend__box p {
    font-size: 2.4vw;
  }
}
.page-lp .lp-trend__box a {
  color: #333333;
  text-decoration: underline;
}

.page-lp .lp-review {
  position: relative;
  width: 100%;
  padding: 9.6rem 0 12.8rem;
  background-image: url("../img/ems-training/background/bg_grey.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-lp .lp-review {
    padding: 6.4rem 0 8rem;
  }
}
.page-lp .lp-review__title {
  display: block;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}

.page-lp .lp-review__item {
  display: block;
  position: relative;
  width: 100%;
  max-width: 960px;
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .page-lp .lp-review__item {
    margin-top: 2.4rem;
    padding: 0 2rem;
  }
}
.page-lp .lp-review__item:first-of-type {
  margin-top: 9.6rem;
}

@media screen and (max-width: 768px) {
  .page-lp .lp-review__item:first-of-type {
    margin-top: 4rem;
  }
}
.page-lp .lp-review__item p {
  width: calc(100% - 1rem);
  margin-top: 0;
  color: #333333;
  font-size: 1.6rem;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .page-lp .lp-review__item p {
    font-size: 2.4vw;
  }
}
.page-lp .lp-trainer {
  position: relative;
  width: 100%;
  padding: 0;
  background-image: url("../img/ems-training/background/bg_trainer.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-lp .lp-trainer__item {
  display: block;
}

.page-lp .lp-impact {
  position: relative;
  width: 100%;
  padding: 12.8rem 0;
  background-image: url("../img/ems-training/background/bg_impact.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-lp .lp-impact {
    padding: 6.4rem 0 6.4rem 2rem;
  }
}
.page-lp .lp-impact__item {
  display: block;
}

.page-lp .lp-impact__tel {
  display: block;
  width: 80%;
  max-width: 640px;
  margin: 6.4rem auto 0;
}

.page-lp .lp-impact__telbtn {
  display: block;
  width: 75%;
  max-width: 540px;
  margin: 1.25rem auto 0;
}


.page-lp .lp-customer {
  position: relative;
  width: 100%;
  padding: 12.8rem 0;
  background-image: url("../img/ems-training/background/bg_customer.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-lp .lp-customer {
    padding: 6.4rem 0;
  }
}
.page-lp .lp-customer__title {
  display: block;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .page-lp .lp-customer__title {
    width: 75%;
  }
}
.page-lp .lp-customer__item {
  display: block;
  width: 100%;
  max-width: 960px;
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .page-lp .lp-customer__item {
    margin-top: 2.4rem;
    padding: 0 2rem;
  }
}
.page-lp .lp-faq {
  position: relative;
  width: 100%;
  padding: 12.8rem 0;
  background-image: url("../img/ems-training/background/bg_grey.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-lp .lp-faq {
    padding: 6.4rem 0;
  }
}
.page-lp .lp-faq__title {
  display: block;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .page-lp .lp-faq__title {
    width: 75%;
  }
}
.page-lp .lp-faq__wrap {
  display: block;
  width: 100%;
  margin-top: 4rem;
  padding: 6.4rem;
  border: 1px solid #866768;
  background-color: #FFFFFF;
}

@media screen and (max-width: 768px) {
  .page-lp .lp-faq__wrap {
    width: calc(100% - 4rem);
    margin: 2.4rem auto 0;
    padding: 2.4rem 2rem;
  }
}
.page-lp .lp-faq__item {
  display: block;
  width: 100%;
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .page-lp .lp-faq__item {
    margin-top: 2.4rem;
  }
}
.page-lp .lp-faq__item dt,
.page-lp .lp-faq__item summary {
  display: block;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
  color: #333333;
  font-size: 2.4rem;
  font-weight: 500;
  /* アイコンの三角矢印 */
}

@media screen and (max-width: 768px) {
  .page-lp .lp-faq__item dt,
  .page-lp .lp-faq__item summary {
    padding-right: 3.2rem;
    font-size: 1.8rem;
  }
}
.page-lp .lp-faq__item dt::before,
.page-lp .lp-faq__item summary::before {
  content: "Q";
  display: inline-block;
  margin-right: 0.8rem;
  color: #D05062;
  font-size: 2.4rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .page-lp .lp-faq__item dt::before,
  .page-lp .lp-faq__item summary::before {
    font-size: 1.8rem;
  }
}
.page-lp .lp-faq__item dt .icon,
.page-lp .lp-faq__item summary .icon {
  display: block;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  width: 24px;
  flex-shrink: 0;
  transform-origin: center 43%;
  transition: 0.4s all ease-in-out;
}

@media screen and (max-width: 768px) {
  .page-lp .lp-faq__item dt .icon,
  .page-lp .lp-faq__item summary .icon {
    right: 0;
    width: 18px;
  }
}
.page-lp .lp-faq__item dt .icon::before,
.page-lp .lp-faq__item dt .icon::after,
.page-lp .lp-faq__item summary .icon::before,
.page-lp .lp-faq__item summary .icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 3px;
  background-color: #333333;
}

@media screen and (max-width: 768px) {
  .page-lp .lp-faq__item dt .icon::before,
  .page-lp .lp-faq__item dt .icon::after,
  .page-lp .lp-faq__item summary .icon::before,
  .page-lp .lp-faq__item summary .icon::after {
    width: 11px;
    height: 2px;
  }
}
.page-lp .lp-faq__item dt .icon::before,
.page-lp .lp-faq__item summary .icon::before {
  left: 0;
  transform: rotate(45deg);
}

.page-lp .lp-faq__item dt .icon::after,
.page-lp .lp-faq__item summary .icon::after {
  right: 0;
  transform: rotate(-45deg);
}

.page-lp .lp-faq__item[open] .icon {
  transform: rotate(180deg);
}

.page-lp .lp-faq__item dd,
.page-lp .lp-faq__item div {
  display: block;
  width: 100%;
  margin: 1.6rem 0 0 0;
  color: #333333;
  font-size: 2.1rem;
  font-weight: 500;
  transition: 0.4s all ease-in-out;
}

@media screen and (max-width: 768px) {
  .page-lp .lp-faq__item dd,
  .page-lp .lp-faq__item div {
    margin: 1.2rem 0 0 0;
    font-size: 1.6rem;
  }
}
.page-lp .lp-faq__example {
  display: -moz-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  gap: 2.4rem 4rem;
  width: 100%;
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .page-lp .lp-faq__example {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    margin-top: 2.4rem;
  }
}
.page-lp .lp-faq__example figure {
  width: 100%;
}

.page-lp .lp-faq__example figure img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.page-lp .lp-faq__example figure figcaption {
  margin-bottom: 1rem;
  color: #333333;
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page-lp .lp-faq__example figure figcaption {
    font-size: 1.8rem;
  }
}
.page-lp .lp-faq__example figure a {
  color: #333333;
  font-size: 1.4rem;
  text-decoration: underline;
  word-break: break-all;
}

/* campaign */
.page-lp .lp-campaign {
  position: relative;
  width: 100%;
  padding: 12.8rem 0;
  background-image: url("../img/ems-training/background/bg_trend.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-lp .lp-campaign {
    padding: 6.4rem 0;
  }
}
.page-lp .lp-campaign__title {
  display: block;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .page-lp .lp-campaign__title {
    width: 75%;
  }
}
.page-lp .lp-campaign__item {
  display: block;
  width: 100%;
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .page-lp .lp-campaign__item {
    margin-top: 2.4rem;
  }
}

/* regular */
.page-lp .lp-regular {
  position: relative;
  width: 100%;
  padding: 0 0 12.8rem 0;
  background-image: url("../img/ems-training/background/bg_campaign.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-lp .lp-regular {
    padding: 0 0 6.4rem 0;
  }
}
.page-lp .lp-regular__title {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.page-lp .lp-regular__item {
  display: block;
  position: relative;
  z-index: 3;
  width: 100%;
  margin-top: -4%;
}

@media screen and (max-width: 768px) {
  .page-lp .lp-regular__item {
    margin-top: 0;
  }
}

.page-lp .lp-regular__link {
  display: block;
  width: 100%;
  max-width: 820px;
  margin: 4rem auto 0;
}

@media screen and (max-width: 768px) {
  .page-lp .lp-regular__link {
    width: 90%;
    margin-top: 2.4rem;
  }
}

/* closing */
.page-lp .lp-closing {
  position: relative;
  width: 100%;
  padding: 12.8rem 0;
  background-image: url("../img/ems-training/background/bg_closing.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-lp .lp-closing {
    padding: 6.4rem 0;
  }
}
.page-lp .lp-closing__item {
  display: block;
  width: 100%;
}

.page-lp .lp-closing__inner {
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .page-lp .lp-closing__inner {
    margin-top: 2.4rem;
  }
}/*# sourceMappingURL=style.css.map */