.page-header {
  height: 400px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-image: url("../images/page-working-mother/main.jpg");
  margin-bottom: 30px; }
  .page-header .page-header-title {
    position: absolute;
    top: 90px;
    left: 20px;
    display: block;
    color: #fff; }
  .page-header .page-header-title-en {
    margin-bottom: 10px;
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 3px; }
  .page-header .page-header-title-ja {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 5px; }

.titleBlock {
  position: absolute;
  bottom: -30px;
  right: 20px;
  display: block;
  color: #111a38; }
  .titleBlock .page-header-title-en {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 3px; }
  .titleBlock .page-header-title-ja {
    text-align: right;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 5px; }
  .titleBlock .people-content-block {
    display: inline-block;
    padding: 10px 15px;
    background-color: #fff;
    text-align: left;
    white-space: nowrap;
    color: #000; }
  .titleBlock .people-content-title {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: 0; }
  .titleBlock .people-content-description-department {
    margin-bottom: 0;
    font-size: 11px; }
  .titleBlock .people-content-description-name {
    font-size: 16px;
    font-weight: 600; }
  .titleBlock .people-content-description-join {
    font-size: 12px; }

.container-lg .col-md-6 {
  margin-bottom: 30px; }

.container-lg .page-section-text {
  padding: 0px 0px 15px; }
  .container-lg .page-section-text .page-section-text-heading {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400; }
    .container-lg .page-section-text .page-section-text-heading span {
      display: block;
      font-size: 14px; }
    .container-lg .page-section-text .page-section-text-heading strong {
      display: block; }
  .container-lg .page-section-text .page-section-text-description {
    font-size: 14px;
    line-height: 2; }

.container-lg .schedule {
  border: 1px solid #ccc; }
  .container-lg .schedule strong {
    display: block;
    padding: 10px 15px;
    border-bottom: 1px dotted #ccc;
    line-height: 1.2;
    font-weight: bold; }
    .container-lg .schedule strong span {
      font-size: 12px; }
  .container-lg .schedule .scheduleList {
    display: flex;
    font-size: 12px;
    padding: 4%; }
    .container-lg .schedule .scheduleList dl {
      width: 48%;
      margin: 0; }
      .container-lg .schedule .scheduleList dl dt {
        width: 22%; }
      .container-lg .schedule .scheduleList dl dd {
        width: 78%; }

/* 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 {
  padding: 20px;
  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; }

@media (min-width: 768px) {
  .sp {
    display: none; }
  .page-header {
    height: 800px;
    margin-bottom: 130px; }
    .page-header .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 .page-header-title .page-header-title-en {
        margin-bottom: 25px;
        font-size: 80px; }
      .page-header .page-header-title .page-header-title-ja {
        font-size: 24px; }
  .titleBlock {
    bottom: -108px;
    right: 160px; }
    .titleBlock .page-header-title-en {
      margin-bottom: 25px;
      font-size: 80px; }
    .titleBlock .page-header-title-ja {
      font-size: 24px; }
    .titleBlock .people-content-block {
      padding: 25px 30px 20px;
      white-space: nowrap; }
    .titleBlock .people-content-title {
      margin-bottom: 5px;
      font-size: 40px;
      letter-spacing: 3px; }
    .titleBlock .people-content-description-department {
      margin-bottom: 10px;
      font-size: 14px; }
    .titleBlock .people-content-description-name {
      font-size: 18px; }
    .titleBlock .people-content-description-join {
      font-size: 12px; }
  .container-lg .page-section-text {
    padding: 30px 40px 50px; }
    .container-lg .page-section-text .page-section-text-heading {
      font-size: 20px; }
      .container-lg .page-section-text .page-section-text-heading span {
        font-size: 14px; }
      .container-lg .page-section-text .page-section-text-heading strong {
        height: 3.5em; }
    .container-lg .page-section-text .page-section-text-description {
      font-size: 14px;
      line-height: 2; }
  .container-lg .schedule {
    max-width: 270px;
    margin: 0 auto; }
    .container-lg .schedule .scheduleList {
      display: block;
      font-size: 12px;
      padding: 4%; }
      .container-lg .schedule .scheduleList dl {
        width: 100%;
        margin: 0; }
        .container-lg .schedule .scheduleList dl dt {
          width: 22%; }
        .container-lg .schedule .scheduleList dl dd {
          width: 78%; }
  .container-lg .section3 {
    margin-bottom: 40px; }
  .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; } }
