.main {
  padding-top: 0px;
}

.hero {
  background-image: url("../images/training/hero.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 600px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .hero {
    height: 48.8rem;
    background-image: url("../images/training/sp/hero_sp.jpg");
  }
}

.hero .inner {
  height: 100%;
}

.hero__img-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.hero__img {
  width: 100%;
  max-width: 1332px;
}

.hero__title-text {
  padding-top: 525px;
  font-size: 32px;
  color: #004896;
  position: relative;
  z-index: 1;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .hero__title-text {
    padding-top: 44.5rem;
    font-size: 24px;
  }
}

/* lead
========================================================== 
*/
.lead {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .lead {
    background-image: unset;
    padding-top: 6rem;
    padding-bottom: 8rem;
    background-color: #fafbe6;
  }
}

.lead__theme {
  text-align: center;
}

.lead__theme-img {
  max-width: 800px;
  margin-top: -115px;
  z-index: -1;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .lead__theme-img {
    margin-top: -10px;
  }
}

.lead__list {
  position: relative;
  height: 900px;
}
@media screen and (max-width: 768px) {
  .lead__list {
    height: unset;
  }
}

.lead__list-item {
  position: absolute;
  z-index: 1;
  width: 300px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .lead__list-item:not(:first-child) {
    margin-top: 4rem;
  }
}

.lead__list-item:nth-child(2) {
  position: absolute;
  z-index: 1;
  top: 140px;
  left: 4%;
  width: 300px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .lead__list-item:nth-child(2) {
    left: -12%;
    top: 34px;
  }
}
@media screen and (max-width: 768px) {
  .lead__list-item:nth-child(2) {
    position: relative;
    width: 100%;
    margin-top: 4rem;
    left: unset;
    top: unset;
  }
}

.lead__list-item:nth-child(6) {
  top: 140px;
  right: 4%;
  left: unset;
}
@media screen and (max-width: 1200px) {
  .lead__list-item:nth-child(6) {
    right: -10%;
    top: 34px;
  }
}
@media screen and (max-width: 768px) {
  .lead__list-item:nth-child(6) {
    top: unset;
    right: unset;
    width: 100%;
    position: relative;
  }
}

.lead__list-item:nth-child(3) {
  top: 474px;
  left: 154px;
}
@media screen and (max-width: 1200px) {
  .lead__list-item:nth-child(3) {
    left: -8%;
    top: 380px;
  }
}
@media screen and (max-width: 768px) {
  .lead__list-item:nth-child(3) {
    top: unset;
    left: unset;
    position: relative;
    width: 100%;
  }
}

.lead__list-item:nth-child(5) {
  top: 474px;
  right: 154px;
}
@media screen and (max-width: 1200px) {
  .lead__list-item:nth-child(5) {
    right: -8%;
    top: 380px;
  }
}
@media screen and (max-width: 768px) {
  .lead__list-item:nth-child(5) {
    top: unset;
    right: unset;
    position: relative;
    width: 100%;
  }
}

.lead__list-item:nth-child(4) {
  top: 65%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 1200px) {
  .lead__list-item:nth-child(4) {
    top: 65%;
  }
}
@media screen and (max-width: 768px) {
  .lead__list-item:nth-child(4) {
    top: unset;
    left: unset;
    position: relative;
    -webkit-transform: unset;
            transform: unset;
    width: 100%;
  }
}

.lead__list-item-img {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .lead__list-item-img {
    width: 20rem;
  }
}

.lead__text {
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 2.5;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .lead__text {
    margin-top: 10rem;
    letter-spacing: 0.15em;
    line-height: 2.5;
  }
}

.lead__list-item-text {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .lead__list-item-text {
    margin-top: 1rem;
  }
}

/* charm
========================================================== 
*/
.charm {
  margin-top: 130px;
}
@media screen and (max-width: 768px) {
  .charm {
    margin-top: 6rem;
  }
}

@media screen and (max-width: 768px) {
  .charm .inner {
    padding: 0 0px;
  }
}

.charm-title {
  text-align: center;
  position: relative;
  height: 204px;
}
@media screen and (max-width: 768px) {
  .charm-title {
    height: unset;
  }
}

.charm-title-img-wrap {
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .charm-title-img-wrap {
    width: 100%;
  }
}

.charm-title-img {
  width: 952px;
}
@media screen and (max-width: 1000px) {
  .charm-title-img {
    width: 700px;
  }
}
@media screen and (max-width: 768px) {
  .charm-title-img {
    width: 100%;
  }
}

.charm-title-text {
  text-align: center;
  font-size: 20px;
  color: #004896;
  z-index: 10;
  position: relative;
  padding-top: 100px;
  letter-spacing: 0.2em;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .charm-title-text {
    padding-top: 5rem;
    font-size: 2rem;
    letter-spacing: 0.075em;
  }
}

.charm-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 10px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .charm-list {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
@media screen and (max-width: 768px) {
  .charm-list {
    grid-template-columns: 1fr;
    gap: 1.2rem;
    margin-top: 5rem;
  }
}

.charm-list__item {
  background-image: url("../images/training/charm-fig1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 585px;
  height: 463px;
  color: #fff;
  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;
  padding: 0 30px;
  border-radius: 32px;
  padding: 80px 20px;
}
@media screen and (max-width: 768px) {
  .charm-list__item {
    background-image: url("../images/training/sp/charm-fig1_sp.jpg");
    border-radius: 0;
    height: 38.7rem;
    padding: 4rem 2.8rem;
    width: 100%;
    max-width: unset;
  }
}

.charm-list__item:nth-child(2) {
  background-image: url("../images/training/charm-fig2.jpg");
}
@media screen and (max-width: 768px) {
  .charm-list__item:nth-child(2) {
    background-image: url("../images/training/sp/charm-fig2_sp.jpg");
    padding: 7rem 2.5rem;
    height: 46.3rem;
  }
}

.charm-list__item-title {
  font-size: 40px;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 768px) {
  .charm-list__item-title {
    font-size: 3.2rem;
    letter-spacing: 0.2em;
  }
}

.charm-list__item-text {
  margin-top: 20px;
  line-height: 2;
  width: 380px;
}
@media screen and (max-width: 768px) {
  .charm-list__item-text {
    margin-top: 1.2rem;
    line-height: 2;
    text-align: center;
    width: unset;
  }
}

@media screen and (max-width: 768px) {
  .charm-list__item-text._mt-large {
    margin-top: 2.4rem;
  }
}

/* training-ability
========================================================== 
*/
.training-ability {
  overflow: hidden;
  margin-top: 214px;
}
@media screen and (max-width: 768px) {
  .training-ability {
    margin-top: 8rem;
  }
}

.training-ability__title-wrap {
  background-color: #004896;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .training-ability__title-wrap {
    padding: 2rem 0;
  }
}

.training-ability__title {
  font-size: 40px;
  color: #fff;
  letter-spacing: 0.2em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .training-ability__title {
    font-size: 3.2rem;
    letter-spacing: 0.2em;
    text-align: center;
  }
}

.training-ability__content {
  display: grid;
  grid-template-columns: 46.6% 1fr;
  gap: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .training-ability__content {
    grid-template-columns: 1fr;
    gap: 0;
    margin-right: 0;
  }
}

.training-ability__content-text {
  margin-top: 40px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .training-ability__content-text {
    margin-top: 3rem;
  }
}

.training-ability__content-img-wrap {
  margin-top: -60px;
}
@media screen and (max-width: 768px) {
  .training-ability__content-img-wrap {
    margin-right: calc(50% - 50vw);
    margin-top: 3.3rem;
  }
}

.training-ability__content-img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* support
========================================================== 
*/
.support {
  margin-top: 80px;
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .support {
    margin-top: 8rem;
    padding-bottom: 6.4rem;
  }
}

@media screen and (max-width: 768px) {
  .support .inner {
    padding: 0 0.5rem;
  }
}

.support__title {
  font-size: 32px;
  color: #004896;
  text-align: center;
  letter-spacing: 0.2em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .support__title {
    font-size: 3.2rem;
    letter-spacing: 0.2em;
    text-align: center;
  }
}

.support__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 32px;
}
@media screen and (max-width: 1200px) {
  .support__list {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
@media screen and (max-width: 768px) {
  .support__list {
    grid-template-columns: 1fr;
    gap: 1.2rem;
    margin-top: 2rem;
  }
}

.support__list-item {
  background-color: #fafbe6;
  padding: 32px 20px;
  border-radius: 100%;
  text-align: center;
  aspect-ratio: 1/1;
  max-width: 370px;
}
@media screen and (max-width: 768px) {
  .support__list-item {
    padding-top: 2.5rem;
    max-width: unset;
    width: 100%;
  }
}

.support__list-item-img-wrap {
  text-align: center;
}

.support__list-item-img {
  width: 180px;
}
@media screen and (max-width: 768px) {
  .support__list-item-img {
    width: 14rem;
  }
}

.support__list-item-title {
  font-size: 20px;
  color: #004896;
}
@media screen and (max-width: 768px) {
  .support__list-item-title {
    font-size: 2rem;
    margin-top: 0.5rem;
  }
}

.support__list-item-text {
  margin-top: 1rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .support__list-item-text {
    margin-top: 1rem;
  }
}