@charset "UTF-8";

/* ---------------------------------
  page_title
--------------------------------- */
.page_title img {
  width: 32.5rem;
}

/* ---------------------------------
  lead
--------------------------------- */
.lead {
  padding-bottom: 8rem;
  text-align: center;
}

.lead h2 {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 2rem;
  line-height: 1.4;
}
.lead p {
  line-height: 2;
  font-weight: 500;
}

.lead img {
  width: 63rem;
  max-width: 100%;
  display: block;
  margin: 0.8rem auto;
}

@media screen and (max-width: 999px) {
  .lead {
    padding: 0rem 2rem 8rem 2rem;
    text-align: left;
  }
}

/* ---------------------------------
  credo_block
--------------------------------- */
.box_white {
  padding: 6.4rem 8rem;
}
.credo_block li {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
}
.credo_block li:not(:last-child) {
  margin-bottom: 6.4rem;
  padding-bottom: 6.4rem;
  background-image: repeating-linear-gradient(90deg, #000000, #000000 5px, transparent 5px, transparent 10px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}
.text_image_wrapper {
  display: flex;
  max-width: 100%;
  width: min(44.3rem,50%);
}
.page_number {
  writing-mode: vertical-rl;
  font-weight: 500;
  color: #999;
  position: absolute;
  top: 2rem;
  left: 1.6rem;
}
.text_image_wrapper .page_number span {
  transform: rotate(270deg);
  display: inline-block;
  color: #000;
  font-weight: 700;
  font-size: 2.4rem;
  margin-top: .4rem;
}
.credo_block img {
  padding-left: 5.3rem;
}
.credo_detail {
  width: min(41.3rem,50%);
}
.credo_detail p {
  font-size: 2rem;
  line-height: 2;
}

.credo_block .credo_detail h3 {
  font-size: 3.6rem;
  margin-bottom: 3.2rem;
  font-weight: 700;
}
.credo_block .credo_detail h3 rt {
  font-size: 1.6rem;
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 999px) {
  .box_white {
    padding: 0;
  }

  .credo_block {
    border-radius: 0;
    border-right: 0;
    border-left: 0;
    width: calc(100% + 4rem);
    transform: translateX(-2rem);
    position: relative;
  }
  .credo_block ul {
    padding: 6.4rem 2rem;
  }
  .credo_block li {
    flex-direction: column;
    gap: 4rem;
  }
  .credo_block .credo_detail h3 {
    margin-bottom: 1.6rem;
    font-size: 2.4rem;
  }
  .credo_block .credo_detail p {
    font-size: 1.6rem;
  }
  .credo_block img {
    position: relative;
    max-width: calc(100% - 2.4rem);
    width: 26.3rem;
    margin-left: 2.4rem;
    padding-left: 0;
  }
  .credo_block .credo_detail h3 rt {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    }
  .credo_block .credo_detail h3 rb {
    line-height: 1.4rem;
  }
  .page_number {
    left: 0;
    top: 0rem;
    font-size: 1.2rem;
  }
  .text_image_wrapper {
     width: 100%;
     justify-content: center;
  }
  .text_image_wrapper .page_number span {
    font-size: 2rem;
  }
  .credo_detail {
    padding-left: 4rem;
    width: 100%;
  }
}