@charset "UTF-8";
/* =====================
	下層ページ共通
 ======================= */
/** ---------- COMMON ---------- **/
body {
  padding-top: 7.29167%;
}

main {
  font-size: clamp(14px, 1.04166vw, 1.5625vw);
}

.inner {
  width: 50%;
  margin: 0 auto;
}

.inner.middle {
  width: 57.29167%;
}

.inner.wide {
  width: 62.5%;
}

/** ---------- COMMON PARTS ---------- **/
.page_header {
  background: #ccddeb;
  padding-top: 10.41667%;
  position: relative;
  margin-bottom: 3.125%;
}

.page_header .inner {
  width: 92.44792%;
}

.page_header > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page_header .page_title {
  font-size: 226.66667%;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.0;
  margin-left: 2em;
}

.page_header .page_title:after {
  content: attr(data-eng);
  font-size: 41.17647%;
  letter-spacing: 0.05em;
  display: block;
  margin-top: 0.5em;
}

/** ---------- PAGE NAV ---------- **/
.pagenav .inner {
  width: 92.44792%;
}

.pagenav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1.01408%;
     -moz-column-gap: 1.01408%;
          column-gap: 1.01408%;
}

.pagenav_list_item {
  width: 15.43662%;
  padding-top: 15.43662%;
  position: relative;
}

.pagenav_list_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-weight: 700;
  word-break: break-word;
}

.pagenav_list_item a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 84, 157, 0.65);
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  z-index: -1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.pagenav_list_item_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}

.pagenav_list_item_eng {
  display: block;
  font-size: 91.66667%;
  letter-spacing: 0.1em;
  line-height: 1.27273;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.pagenav_list_item_jp {
  display: block;
  font-size: 150%;
  letter-spacing: -0.01em;
  line-height: 1.3;
}

/** ---------- SINGLE ---------- **/
.single {
  margin-bottom: 3.125%;
}

.single_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25em 1em;
  margin-bottom: 2.5em;
}

.single_head .cat {
  font-size: 133.33333%;
  letter-spacing: 0.05em;
  line-height: 1.75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}

.single_head .cat span {
  border: 1px solid #000000;
  padding: 0 1em;
}

.single_head .date {
  letter-spacing: 0.05em;
  line-height: 1.0;
  margin-top: auto;
}

.single_head .share {
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.single_head .share .addtoany_shortcode .addtoany_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 0 !important;
}

.single_head .share .addtoany_shortcode .addtoany_list a {
  width: auto !important;
}

.single_head .ttl {
  width: 100%;
  font-size: 166.66667%;
  font-weight: 700;
  line-height: 1.5;
}

.single_body {
  margin-bottom: 4em;
}

.single_body a {
  text-decoration: underline;
}

.single_body .aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.single_body .alignright {
  margin-left: auto;
}

.single_body .alignleft {
  margin-right: auto;
}

.single_body h1:not([class]) {
  font-size: 166.66667%;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.5em;
}

.single_body h2:not([class]) {
  font-size: 133.33333%;
  font-weight: 700;
  margin-bottom: 0.5em;
  line-height: 1.5;
  border-left: 7px solid currentColor;
  padding-left: 0.5em;
}

.single_body h3:not([class]) {
  font-weight: 700;
  color: #00549d;
  margin-bottom: 0.5em;
}

.single .single_ttl {
  font-size: 166.66667%;
  font-weight: 700;
  line-height: 1.0;
  color: #00549d;
  margin: 3em 0 1em;
}

.single .single_ttl:first-child {
  margin-top: 0;
}

.single .single_ttl:last-child {
  margin-bottom: 0;
}

.single .single_subttl {
  font-size: 133.33333%;
  font-weight: 700;
  margin: 3em 0 1em;
}

.single .single_subttl:first-child {
  margin-top: 0;
}

.single .single_subttl:last-child {
  margin-bottom: 0;
}

/* タブレット
  ------------------------ */
@media (max-width: 1024px) {
  /** ---------- COMMON ---------- **/
  .inner {
    width: 85%;
  }
  .inner.middle {
    width: 90%;
  }
  .inner.wide {
    width: 94%;
  }
  .page_header .inner {
    width: 94%;
  }
  /** ---------- PAGE NAV ---------- **/
  .pagenav .inner {
    width: 94%;
  }
}

/* スマホ
  ------------------------ */
@media (max-width: 699px) {
  /** ---------- COMMON ---------- **/
  body {
    padding-top: 60px;
  }
  .inner {
    width: 90%;
  }
  .inner .middle {
    width: 92%;
  }
  .inner.wide {
    width: 94%;
  }
  /** ---------- COMMON PARTS ---------- **/
  .page_header {
    padding-top: 100px;
    margin-bottom: 0;
  }
  .page_header .inner {
    width: 94%;
  }
  .page_header .page_title {
    font-size: 20px;
    margin: 0;
  }
  .page_header .page_title:after {
    font-size: 12px;
  }
  /** ---------- PAGE NAV ---------- **/
  .pagenav_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  .pagenav_list_item {
    width: calc((100% - 20px) / 3);
    padding-top: calc((100% - 20px) / 3);
  }
  .pagenav_list_item_eng {
    font-size: 11px;
  }
  .pagenav_list_item_jp {
    font-size: 15px;
  }
  /** ---------- SINGLE ---------- **/
  .single {
    margin: 30px 0;
  }
  .single_head {
    gap: 10px 15px;
    margin-bottom: 20px;
  }
  .single_head .cat {
    font-size: 18px;
  }
  .single_head .share {
    width: 100%;
  }
  .single_head .ttl {
    font-size: 24px;
  }
  .single_body h1:not([class]) {
    font-size: 24px;
  }
  .single_body h2:not([class]) {
    font-size: 20px;
    border-width: 3px;
  }
  .single .single_ttl {
    font-size: 24px;
  }
  .single .single_subttl {
    font-size: 20px;
    margin: 2em 0 0.5em;
  }
}

/*# sourceMappingURL=map/page.css.map */
