.page-contents {
  background: #FFF;
  padding: 100px 0 120px;
}

.page-contents__inner {
  max-width: 1080px;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 60px;
}

.page-contents .col-md-5 figure {
  max-width: 340px;
  margin: 0 auto;
}

.page-contents .w100 {
  width: 100%;
}

.page-contents figure {
  text-align: center;
}

.page-contents figure.w350 {
  max-width: 350px;
  margin: 0 auto;
}

.page-contents figure figcaption {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 10px;
}

.page-contents .row.w740 {
  max-width: 740px;
}

.page-section {
  margin-bottom: 60px;
}

.page-section:last-of-type {
  margin-bottom: 0;
}

.page-recruit__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page-recruit__txt {
  width: calc(100% - 432px);
}

.page-recruit__link {
  width: 432px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.page-recruit__link a {
  margin-right: 20px;
}

.page-company__ttl {
  text-align: center;
  font-size: 3rem;
  color: #122c64;
  font-weight: 500;
}

.page-company__ttl span {
  display: block;
  font-size: 2.2rem;
}

.page-company__ttl.large {
  font-size: 4.2rem;
}

.page-company__block {
  margin-bottom: 80px;
}

.page-company__block:last-of-type {
  margin-bottom: 0;
}

.page-company table tr td:nth-of-type(1) {
  width: 20%;
  padding: 10px 15px;
  vertical-align: text-bottom;
}

.page-article__block-wrap {
  border-top: solid 1px #E6E6E6;
  margin-top: 80px;
  padding-top: 80px;
}

.page-article__block {
  margin-bottom: 80px;
}

.page-article__block:last-of-type {
  margin-bottom: 0;
}

.page-article__block-ttl {
  margin-bottom: 50px;
  position: relative;
}

.page-article__block-ttl a {
  position: relative;
  display: block;
  transition: opacity .5s ease;
}

.page-article__block-ttl a .arrow {
  right: 30px;
}

.page-article__block-ttl a:hover .num, .page-article__block-ttl a:hover b {
  opacity: .7;
}

.page-article__block-ttl b {
  background: #F4F4F4;
  display: flex;
  padding: 30px 80px 30px 210px;
  align-items: center;
  font-weight: 500;
  font-size: 2.7rem;
  color: #122c64;
  letter-spacing: .05em;
  line-height: 1.2;
  transition: opacity .5s ease;
}

.page-article__block-ttl .num {
  font-family: 'Roboto', sans-serif;
  color: #FFF;
  font-weight: 900;
  letter-spacing: .04em;
  z-index: 1;
  transition: opacity .5s ease;
  border-radius: 3px;
  background: url(/assets/img/article/top/bg_ttl.png) no-repeat center/cover;
}

.page-article__menu {
  border-bottom: solid 1px #E6E6E6;
  padding-bottom: 60px;
  margin-bottom: 80px;
}

.page-article__menu-item {
  margin-bottom: 20px;
}

.page-article__menu-link {
  display: flex;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #122c64;
  padding: 10px 90px 10px 20px;
  position: relative;
  height: 100%;
  min-height: 80px;
  transition: all .3s;
}

.page-article__menu-link:hover {
  background: #122c64;
}

.page-article__menu-link:hover .page-article__menu-txt {
  color: #FFF;
}

.page-article__menu-txt {
  color: #122c64;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  transition: all .3s;
}

.page-article__menu-txt .num {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  display: inline-block;
  margin-right: 30px;
  min-width: 80px;
  text-transform: capitalize;
}

.page-article__menu-txt b {
  font-weight: 500;
  line-height: 1.5;
  display: block;
}

.page-article__img-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.page-infomation__link {
  display: block;
  padding: 50px 14% 50px 4%;
  border-bottom: solid 1px #CBCBCB;
  position: relative;
}

.page-infomation__link:hover .page-infomation__unit {
  opacity: .7;
}

.page-infomation__link .arrow {
  top: 50%;
}

.page-infomation__unit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: opacity .5s ease;
}

.page-infomation__date {
  width: 15%;
  font-weight: 500;
}

.page-infomation__ttl {
  width: 85%;
}

.page-infomation h2 {
  position: relative;
}

.page-infomation h2 a {
  color: #122c64;
  display: block;
  transition: opacity .5s ease;
}

.page-infomation h2 a:hover {
  opacity: .7;
}

.page-free strong {
  font-weight: 500;
}

.page-free p {
  margin-bottom: 30px;
}

.page-free .wp-block-image, .page-free .wp-block-columns {
  margin-bottom: 40px;
  gap: 1em;
  align-items: flex-start;
}

.page-free figure {
  margin-bottom: 30px;
}

.page-free figure figcaption {
  font-size: 1.4rem;
  font-weight: 400;
}

.page-free a {
  color: #2F81F2;
  text-decoration: underline;
}

.page-free a:hover {
  text-decoration: none;
}

.page-free h2 {
  margin: 0 0 10px;
}

.page-free h3 {
  color: #122c64;
  font-size: 1.8rem;
  letter-spacing: .05em;
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: 500;
}

.page-free h3.is-arrow::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #CBCBCB;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}

.page-free ul, .page-free ol {
  padding-left: 20px;
  margin-bottom: 10px;
}

.page-free ul li, .page-free ol li {
  list-style: inherit;
}

.page-free .has-text-align-right {
  text-align: right;
}

.page-free .has-text-align-center {
  text-align: center;
}

.page-free .has-text-align-left {
  text-align: left;
}

.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}

.page-numbers li {
  margin: 0 5px 5px 0;
}

.page-numbers li:last-of-type {
  margin-right: 0;
}

.page-numbers li .page-item {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.page-numbers li.prev a, .page-numbers li.next a {
  width: 48px;
  height: 48px;
}

.page-numbers li.prev a::before, .page-numbers li.next a::before {
  content: '';
  width: 8px;
  height: 8px;
  transform: rotate(135deg);
  position: absolute;
  top: calc(50% - 5px);
}

.page-numbers li.prev {
  left: -10px;
}

.page-numbers li.prev a::before {
  border-bottom: #CBCBCB 2px solid;
  border-right: #CBCBCB 2px solid;
  right: 0;
}

.page-numbers li.next {
  right: -10px;
}

.page-numbers li.next a::before {
  border-top: #CBCBCB 2px solid;
  border-left: #CBCBCB 2px solid;
  left: 0;
}

.page-numbers li a, .page-numbers li span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 0 1px;
  font-size: 1.6rem;
  min-width: 36px;
}

.page-numbers li span {
  width: 36px;
  height: 36px;
}

.page-numbers li span.current {
  padding: 0;
}

.page-numbers li .current {
  border-radius: 4px;
  background: #2F81F2;
  color: #fff;
  padding: 3px 20px;
}

.page-numbers li a {
  position: relative;
}

.page-numbers li a.prev, .page-numbers li a.next {
  width: 48px;
  height: 48px;
}

.page-numbers li a.prev::before, .page-numbers li a.next::before {
  content: '';
  width: 8px;
  height: 8px;
  transform: rotate(135deg);
  position: absolute;
  top: calc(50% - 5px);
}

.page-numbers li a.prev::before {
  border-bottom: #CBCBCB 2px solid;
  border-right: #CBCBCB 2px solid;
  right: 0;
}

.page-numbers li a.next::before {
  border-top: #CBCBCB 2px solid;
  border-left: #CBCBCB 2px solid;
  left: 0;
}

.page-numbers .page-item {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.page-numbers .page-item.page-item-prev {
  left: -58px;
}

.page-numbers .page-item.page-item-next {
  right: -58px;
}

.page-acc .page-section {
  margin-bottom: 110px;
}

.page-acc .page-section:last-of-type {
  margin-bottom: 0;
}

.page-acc__unit {
  margin-bottom: 30px;
}

.page-history__table-item {
  display: flex;
  margin-bottom: 20px;
}

.page-history__table-item .page-history__row .page-history__table-txt {
  border-top: solid 1px #CBCBCB;
  height: 95%;
}

.page-history__table-item .page-history__row:first-of-type .page-history__table-txt {
  border-top: none;
}

.page-history__table-contents {
  width: 84%;
}

.page-history__table-year {
  background: #F4F4F4;
  color: #999999;
  font-size: 2.4rem;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  padding: 13px 0 10px;
  width: 16%;
  text-align: center;
  min-width: 50px;
  max-width: 160px;
  line-height: 1.14;
}

.page-history__table-txt {
  border-bottom: solid 1px #CBCBCB;
  padding: 12px 0;
  letter-spacing: 0;
}

.page-history__table-unit .page-history__table-txt:last-of-type {
  border-bottom: none;
}

.page-history__table figure.page-history__table-img {
  text-align: left;
}

.page-history__list li {
  border-bottom: solid 1px #CBCBCB;
  padding-bottom: 12px;
  margin-bottom: 25px;
}

.page-doe__comparison .arrow {
  position: relative;
}

.page-doe__comparison .arrow::after {
  content: '';
  width: 80px;
  height: 8%;
  background: url(/assets/img/products/doe/icon_arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 40%;
}

.page-doe__img-01 {
  max-width: 1032px;
}

.page-production__row-01 {
  max-width: 1065px;
}

@media screen and (max-width: 767px) {
  .page-contents {
    padding: 40px 0 70px;
  }
  .page-contents__inner {
    padding: 0 20px;
  }
  .page-contents figure figcaption {
    font-size: 1.2rem;
  }
  .page-recruit__link {
    width: 100%;
    text-align: center;
    flex-wrap: wrap;
  }
  .page-recruit__link a {
    margin-right: 0;
    width: 100%;
  }
  .page-recruit__link img {
    margin-top: 20px;
  }
  .page-company__ttl {
    font-size: 2.2rem;
  }
  .page-company__ttl span {
    font-size: 1.8rem;
  }
  .page-company__ttl.large {
    font-size: 3rem;
  }
  .page-company table tr td {
    display: block;
    width: 100%;
  }
  .page-company table tr td:nth-of-type(1) {
    width: 100%;
  }
  .page-article__block-wrap {
    margin-top: 40px;
    padding-top: 70px;
  }
  .page-article__block-ttl {
    margin-bottom: 30px;
  }
  .page-article__block-ttl a .arrow {
    right: 10px;
  }
  .page-article__block-ttl b {
    display: block;
    background: #F4F4F4;
    padding: 20px 60px 20px 15px;
    font-size: 2rem;
  }
  .page-article__block-ttl .num {
    padding: 15px 10px;
    font-size: 1.6rem;
    position: absolute;
    top: -47px;
    left: -10px;
  }
  .page-article__menu {
    padding-bottom: 20px;
    margin-bottom: 60px;
  }
  .page-article__menu-link {
    padding: 10px 50px 10px 20px;
  }
  .page-infomation__link {
    padding: 30px 14% 30px 4%;
  }
  .page-infomation__date {
    width: 100%;
    margin: 0 0 3px;
  }
  .page-infomation__ttl {
    width: 95%;
  }
  .page-free .wp-block-table {
    overflow-x: scroll;
  }
  .page-free .wp-block-table table {
    width: 100%;
    min-width: 700px;
    border-collapse: collapse;
  }
  .page-free figure figcaption {
    font-size: 1.2rem;
  }
  .page-free h3 {
    font-size: 1.5rem;
  }
  .page-numbers li.prev a, .page-numbers li.next a {
    width: 38px;
    height: 38px;
  }
  .page-numbers li.prev a::before {
    right: 12px;
  }
  .page-numbers li.prev {
    left: 0;
  }
  .page-numbers li.next {
    right: 0;
  }
  .page-numbers li.next a::before {
    left: 12px;
  }
  .page-numbers li a.prev, .page-numbers li a.next {
    width: 38px;
    height: 38px;
  }
  .page-numbers li a.prev::before {
    right: 12px;
  }
  .page-numbers li a.next::before {
    left: 12px;
  }
  .page-numbers .page-item.page-item-prev {
    left: -38px;
  }
  .page-numbers .page-item.page-item-next {
    right: -38px;
  }
  .page-acc .page-section {
    margin-bottom: 50px;
  }
  .page-acc__map iframe {
    height: 300px;
  }
  .page-history__table-item {
    margin-bottom: 10px;
  }
  .page-history__table-year {
    font-size: 1.6rem;
  }
  .page-history__list li {
    margin-bottom: 20px;
  }
  .page-doe__comparison-txt {
    font-size: 1.5vw;
  }
  .page-doe__comparison figure figcaption {
    font-size: 2vw;
  }
  .page-doe__comparison .u-txt-medium {
    font-size: 1.8vw;
  }
  .page-doe__comparison .col-6 {
    padding: 0 9px;
  }
}

@media screen and (min-width: 768px) {
  .page-contents figure.w350 {
    margin: 0 0 0 auto;
  }
  .page-contents .row.w740 {
    margin: 0 auto;
  }
  .page-company table tr td {
    padding: 10px 35px;
  }
  .page-article__block-ttl .num {
    width: 160px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.2rem;
    position: absolute;
    top: -30px;
    left: 20px;
  }
  .page-article__img {
    width: 31.3%;
    margin-right: 3%;
    padding-bottom: 20.9%;
    position: relative;
    overflow: hidden;
  }
  .page-article__img:last-of-type {
    margin-right: 0;
  }
  .page-infomation__ttl {
    padding-left: 30px;
  }
}

@media screen and (max-width: 999px) {
  .page-recruit__txt {
    width: 100%;
    margin-bottom: 30px;
  }
  .page-article__menu-txt {
    display: block;
  }
  .page-article__menu-txt {
    font-size: 1.2rem;
  }
  .page-article__menu-txt .num {
    display: block;
  }
  .page-history__row-wrap {
    padding: 0 15px;
  }
  .page-history__table-contents {
    padding: 0 15px;
  }
  .page-doe__comparison .arrow::after {
    right: -40px;
    width: 80px;
    height: 3%;
  }
}

@media (min-width: 1000px) {
  .page-history__row {
    display: flex;
  }
  .page-history__table-contents {
    display: flex;
  }
  .page-history__table-unit {
    width: 50%;
    padding-left: 20px;
  }
}

@media screen and (min-width: 1000px) {
  .page-doe__comparison .arrow::after {
    left: 93%;
  }
}

@media screen and (max-width: 575px) {
  .page-finestructure__row {
    max-width: 250px;
    margin: 0 auto;
  }
}
