/* ----------
page-apply
---------- */

br.pc{
  display: none;
}

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

.page-header-title {
  position: absolute;
  bottom: 70px;
  display: block;
  color: #111a38;
  background-color: #fff;
  padding: 20px 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  margin: auto;
  width: 300px;
  text-align: center;
}

.page-header-title .page-header-title-ja {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 3px;
  margin-bottom: 0;
}
/* page-section */
.page-section {
  padding: 40px 0;
}
.desc{
  max-width:580px;
  margin:0 auto;
  font-size:14px;
  text-align: center;
}
.page-section-title {
  padding: 20px 20px;
  margin-bottom: 15px;
  position: relative;
}

.page-section-title h2 {
  color: #fff;
  letter-spacing: 4px;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 0;
}

.page-section .new-graduate .page-section-title {
  background-color: rgba(28, 143, 204, 0.75);
}

.page-section .mid-career .page-section-title {
  background-color: rgba(100, 122, 172, 1);
}
.page-section .disabled-person .page-section-title {
  background-color: rgb(48, 63, 97);
}


.page-section .new-graduate .page-section-title.active {
  background-color: rgba(28, 143, 204, 0.1);
}
.page-section .mid-career .page-section-title.active {
  background-color: rgba(231, 234, 242, 1);
  color: #113280;
}
.page-section .disabled-person .page-section-title.active {
  background-color: rgb(191, 210, 248);
  color: #113280;
}

.page-section .mid-career .page-section-title.active h2,
.page-section .disabled-person .page-section-title.active h2,
.page-section .new-graduate .page-section-title.active h2 {
  color: #113280;
}


.page-section .toggler-bar {
  display: block;
}

.page-section .toggler-bar::after,
.page-section .toggler-bar::before {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  border-radius: 5px;
  background: #fff;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.page-section .toggler-bar::after {
  background: #fff;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}

.page-section .active .toggler-bar::after {
  background: #113280;
  transform: rotate(0);
  transition: 0.5s;
}

.page-section .toggle-contents {
  display: none;
}

.page-section .new-graduate dl > dt {
  background-color: rgba(28, 143, 204, .1);
  color: #113280;
}

.page-section .mid-career dl > dt {
  background-color: rgba(231, 234, 242, 1);
  color: #113280;
}

.page-section dl > dt {
  border-bottom: 1px solid #c0c0c0;
  padding: 10px 20px;
  letter-spacing: 4px;
  font-size: 13px;
}

.page-section dl > dd {
  padding: 10px 20px;
  margin-bottom: 0;
}

.page-section dl > dd > ul {
  margin: 0;
  padding: 0;
}

.page-section dl dd > ul > li {
  list-style: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.page-section dl dd > ul > li span{
  color:#999;
}
.page-section .mid-career dl dd > dl > dt,
.page-section .new-graduate dl dd > dl > dt {
  background-color: inherit;
  border: none;
  color: inherit;
  letter-spacing: inherit;
  padding: 0 20px;
}

.page-section .mid-career dl dd > dl > dd,
.page-section .new-graduate dl dd > dl > dd {
  background-color: inherit;
  border: none;
  padding: 0 20px;
  margin-bottom: 10px;
}


/* 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: #113280;
  padding: 0;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: 0.1rem;
  transition: all .3s ease-in-out;
}
.page-navigation-button.disable_link {
  background-color: #ccc;
}
.page-navigation-button:hover {
  opacity: .75;
}

.arrow {
  display: inline-block;
  height: 40px;
  width: 80px;
  background-color: #fff;
  position: relative;
  top: 40px;
}

.arrow:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 60px solid transparent;
  border-left: 60px solid #fff;
  left: 80px;
  top: -37px;
}

.page-navigation-button-off {
  background-color: #6a7faa;
}
.page-navigation-button-off {
  background-color: #ccc;
}

.page-navigation-button > a {
  background-color: #113280;
  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;
}
@media (min-width:768px) {
  br.pc{
    display: block;
  }
  
  .page-header {
    height: 460px;
    background-image: url("../images/page-apply/page-header-bg.jpg");
  }

  .page-header-title {
    bottom: 150px;
    padding: 30px 0;
  }

  .page-section {
    padding: 50px 0;
    width: 100% !important;
    margin: 0 auto;
  }

  .page-section .toggle-contents {
    padding: 0;
  }

  .page-section-title {
    padding: 40px 30px;
    margin-bottom: 45px;
  }

  .page-section-title h2 {
    font-size: 35px;
    letter-spacing: 10px;
  }

  .page-section-title .toggler-bar::after,
  .page-section-title .toggler-bar::before {
    width: 50px;
    height: 1px;
  }

  .page-section dl > dt {
    padding: 30px 20px;
    font-size: 15px;
  }

  .page-section dl > dd {
    padding: 30px 20px;
    border-bottom: 1px solid #c0c0c0;
  }
  .page-section .mid-career dl dd > dl > dd.minus30,
  .page-section .new-graduate dl dd > dl > dd.minus30 {
    margin-left:-45px;
  }
  .page-section .mid-career dl dd > dl > dd.minus40,
  .page-section .new-graduate dl dd > dl > dd.minus40 {
    margin-left:-80px;
  }

  .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;
  }
  .desc{
    padding:50px 0;
  }
}
