/* ----------
page-training
---------- */
.page-header {
  height: 400px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-image: url("../images/page-training/page-header-bg-sp.jpg");
}

.page-header-title {
  position: absolute;
  top: 90px;
  left: 20px;
  display: block;
  color: #fff;
}

.page-header-title .page-header-title-en {
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 3px;
}

.page-header-title .page-header-title-ja {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 5px;
}

/* page-section */
.page-section-title {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 3px;
  color: #113280;
  font-weight: 600;
  margin-top: 60px;
  padding-bottom: 10px;
  border-bottom: 1px solid #113280;
}

.page-section ul {
  margin-top: 20px;
  padding-left: 20px;
}

.page-section li {
  list-style-type: none;
  position: relative;
  padding-left: 1.3rem;
  display: inline-block;
  margin-right: 20px;
}

.page-section li:before {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  left: 0;
  top: 0.5rem;
  content: "";
  background: #4c65a0;
}

.page-section-figure-title {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 3px;
  font-weight: 600;
  margin-top: 60px;
  margin-bottom: 10px;
}

.page-section .figure img {
  width: 100%;
}
/* page-navigation */
.page-navigation {
  background-color: #f7f8f8;
  padding: 30px 0;
  margin-top: 30px;
}

.page-navigation-title {
  margin: 0 auto 45px;
  color: #111a38;
  font-size: 25px;
  text-align: center;
}

.page-navigation-title::after {
  background-color: #111a38;
  content: '';
  display: block;
  margin: 10px auto 0;
  height: 2px;
  width: 30px;
}

.page-navigation-button {
  background-color: #1c91ce;
  padding: 0;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: 0.1rem;
  position: relative;
  transition: all .3s ease-in-out;
}

.page-navigation-button:hover {
  opacity: .75;
}

.page-navigation-button-off {
  background-color: #7ccef2;
}

.page-navigation-button > a {
  background-color: #1c91ce;
  color: #fff;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.page-navigation-button > a.disable_link{
  background-color:#ccc;
}
.page-navigation-button br {
  display: none;
}
/* UTILITYぃ */
.pc-only {
  display: none;
}

.sp-only {
  display: inherit;
}
@media (min-width:768px) {
  .page-header {
    height: 800px;
    background-image: url("../images/page-training/page-header-bg.jpg");
  }

  .page-header-title {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 100px;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
  }

  .page-header-title .page-header-title-en {
    margin-bottom: 25px;
    font-size: 80px;
  }

  .page-header-title .page-header-title-ja {
    font-size: 24px;
  }

  .page-section {
    margin-top: 50px;
  }

  .page-section-title {
    margin-top: 100px;
    font-size: 45px;
  }

  .page-section .list_welfare-title {
    font-size: 20px;
  }

  .page-section .list_welfare-contents {
    font-size: 15px;
  }

  .page-navigation {
    margin-top: 90px;
    padding: 60px 0;
  }

  .page-navigation-title {
    font-size: 40px;
  }

  .page-navigation-button {
    max-width: 300px;
    margin: 0 30px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .page-navigation-button br {
    display: block;
  }

  .sp-only {
    display: none;
  }

  .pc-only {
    display: inherit;
  }
}
