@charset "UTF-8";
/*
ユーティリティ系おまとめファイル
*/
/*
██████   █████  ███████ ███████
██   ██ ██   ██ ██      ██
██████  ███████ ███████ █████
██   ██ ██   ██      ██ ██
██████  ██   ██ ███████ ███████
*/
/*
██████  ██████  ███████  █████  ██   ██ ██████   ██████  ██ ███    ██ ████████
██   ██ ██   ██ ██      ██   ██ ██  ██  ██   ██ ██    ██ ██ ████   ██    ██
██████  ██████  █████   ███████ █████   ██████  ██    ██ ██ ██ ██  ██    ██
██   ██ ██   ██ ██      ██   ██ ██  ██  ██      ██    ██ ██ ██  ██ ██    ██
██████  ██   ██ ███████ ██   ██ ██   ██ ██       ██████  ██ ██   ████    ██
*/
/*
 ██████  ██████  ██       ██████  ██████
██      ██    ██ ██      ██    ██ ██   ██
██      ██    ██ ██      ██    ██ ██████
██      ██    ██ ██      ██    ██ ██   ██
 ██████  ██████  ███████  ██████  ██   ██
*/
/*
████████ ███████ ██   ██ ████████
   ██    ██       ██ ██     ██
   ██    █████     ███      ██
   ██    ██       ██ ██     ██
   ██    ███████ ██   ██    ██
*/
.u-taL {
  text-align: left !important; }

.u-taC {
  text-align: center !important; }
  @media screen and (max-width: 568px) {
    .u-taC--xs-taL {
      text-align: left !important; } }
  @media screen and (max-width: 768px) {
    .u-taC--sm-taL {
      text-align: left !important; } }
  @media screen and (max-width: 1024px) {
    .u-taC--md-taL {
      text-align: left !important; } }
  @media screen and (max-width: 1280px) {
    .u-taC--lg-taL {
      text-align: left !important; } }

.u-taR {
  text-align: right !important; }

.u-only-xs {
  display: none !important; }
  @media screen and (max-width: 568px) {
    .u-only-xs {
      display: block !important; } }

.u-only-sm {
  display: none !important; }
  @media screen and (max-width: 768px) {
    .u-only-sm {
      display: block !important; } }
  @media screen and (max-width: 568px) {
    .u-only-sm {
      display: none !important; } }

.u-only-md {
  display: none !important; }
  @media screen and (max-width: 1024px) {
    .u-only-md {
      display: block !important; } }
  @media screen and (max-width: 768px) {
    .u-only-md {
      display: none !important; } }

@media screen and (max-width: 1024px) {
  .u-only-lg {
    display: none !important; } }

.u-under-sm {
  display: none !important; }
  @media screen and (max-width: 768px) {
    .u-under-sm {
      display: block !important; } }

.u-not-under-sm {
  display: block !important; }
  @media screen and (max-width: 768px) {
    .u-not-under-sm {
      display: none !important; } }

.u-overflow-hidden {
  overflow: hidden !important; }

.c-topicspath {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 20px 5px 20px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .c-topicspath {
      text-align: left;
      padding-right: 0px; } }
  .c-topicspath li {
    display: inline-block;
    font-size: 16px; }
    @media screen and (max-width: 768px) {
      .c-topicspath li {
        font-size: 0.7em; } }
    .c-topicspath li::after {
      content: "\f105";
      font-family: "Font Awesome 5 Free";
      font-weight: 600;
      display: inline-block;
      margin-left: 8px; }
    .c-topicspath li:last-child::after {
      content: none; }
  .c-topicspath__wrap {
    background-color: #F2F2F2; }

.l-lowerCaption {
  width: 100%;
  height: 250px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-image: url("/inc/image/common/bg_lowerCaption.jpg");
  background-position: center;
  background-size: cover; }
  @media screen and (max-width: 768px) {
    .l-lowerCaption {
      height: 250px; } }
  @media screen and (max-width: 568px) {
    .l-lowerCaption {
      font-size: 200px; } }
  .l-lowerCaption__title {
    color: #FFFFFF;
    font-family: 'Yu Mincho';
    text-align: center;
    max-width: 1170px;
    text-transform: uppercase;
    margin: 0 auto;
    font-size: 36px;
    letter-spacing: 0.05em;
    padding: 0 10px;
    width: 100%; }
    @media screen and (max-width: 1200px) {
      .l-lowerCaption__title {
        font-size: 28px;
        padding-top: 80px; } }
  .l-lowerCaption__bg {
    font-size: 200px;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    bottom: -15px;
    color: #003E7E;
    opacity: .1;
    font-weight: 700;
    line-height: 1; }
    @media screen and (max-width: 1280px) {
      .l-lowerCaption__bg {
        font-size: 200px; } }
    @media screen and (max-width: 768px) {
      .l-lowerCaption__bg {
        font-size: 150px; } }
    @media screen and (max-width: 568px) {
      .l-lowerCaption__bg {
        font-size: 100px; } }
  .l-lowerCaption.is-lang--en .l-lowerCaption__title {
    font-size: 5em; }
    @media screen and (max-width: 768px) {
      .l-lowerCaption.is-lang--en .l-lowerCaption__title {
        font-size: 3em; } }

.l-mainContainer {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding-top: 80px; }
  @media screen and (max-width: 768px) {
    .l-mainContainer {
      display: block; } }

.l-sidebar {
  width: 220px;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  @media screen and (max-width: 1200px) {
    .l-sidebar {
      width: 200px;
      padding-left: 30px; } }
  @media screen and (max-width: 768px) {
    .l-sidebar {
      display: none; } }
  .l-sidebar__inner {
    position: sticky;
    top: 88px;
    padding-bottom: 180px; }
  .l-sidebar__head {
    width: 100%;
    height: 72px;
    background-color: #F2F2F2;
    border-radius: 5px;
    padding-left: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .l-sidebar__head > span {
      color: #003E7E;
      font-size: 20px;
      font-weight: 600; }
  .l-sidebar__menu {
    padding: 5px 0; }
    .l-sidebar__menu:last-child {
      padding-bottom: 0; }
    .l-sidebar__menu > a {
      color: #a2a2a2;
      font-weight: 600; }
      .l-sidebar__menu > a::before {
        display: inline-block;
        position: relative;
        content: '';
        width: 8px;
        height: 8px;
        margin-right: 5px;
        top: -2px;
        border-radius: 10px;
        background-color: #a2a2a2; }
      @media (any-hover: hover) {
        .l-sidebar__menu > a:hover {
          color: #131A35; }
          .l-sidebar__menu > a:hover::before {
            background-color: #003E7E; } }
    .l-sidebar__menuList {
      padding-top: 10px; }
    .l-sidebar__menu--current > a {
      color: #131A35; }
      .l-sidebar__menu--current > a::before {
        background-color: #003E7E; }

.l-contents {
  max-width: 920px;
  margin: 0 0 0 auto;
  -ms-flex-positive: 1;
      flex-grow: 1; }

@media screen and (max-width: 1200px) {
  #contents {
    padding-bottom: 60px; } }

.c-newslist {
  background-color: #FFFFFF;
  padding: 0; }
  .c-newslist__item {
    padding: 0;
    border-bottom: 1px solid #CCCCCC; }
    .c-newslist__item:first-child {
      border-top: 1px solid #CCCCCC; }
    .c-newslist__item a {
      display: block;
      padding: 32px 35px;
      position: relative; }
      @media screen and (max-width: 768px) {
        .c-newslist__item a {
          padding: 15px 35px 15px 10px; } }
      .c-newslist__item a:after {
        content: "\f105";
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        color: #003E7E;
        transition: all 0.2s ease; }
      .c-newslist__item a:hover:after {
        right: 10px; }
    .c-newslist__item dl dt {
      max-width: 170px;
      -ms-flex: 0 0 170px;
          flex: 0 0 170px; }
      @media screen and (max-width: 768px) {
        .c-newslist__item dl dt {
          max-width: 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
          margin-bottom: 10px; } }
    .c-newslist__item dl dd {
      -ms-flex: 0 0 calc(100% - 170px);
          flex: 0 0 calc(100% - 170px);
      max-width: calc(100% - 170px); }
      @media screen and (max-width: 768px) {
        .c-newslist__item dl dd {
          max-width: 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }

.c-newslist {
  display: none; }
  .c-newslist--newslistActive {
    display: block; }

.p-newsArea {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media screen and (max-width: 1024px) {
    .p-newsArea {
      -ms-flex-direction: column;
          flex-direction: column; } }
  @media screen and (max-width: 768px) {
    .p-newsArea {
      overflow: hidden; } }
  .p-newsArea__list {
    width: 100%;
    max-width: 871px; }
  .p-newsArea__title {
    padding-right: 40px;
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px; }
    @media screen and (max-width: 1024px) {
      .p-newsArea__title {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-align: center;
            align-items: center;
        padding-right: 0;
        -ms-flex-preferred-size: initial;
            flex-basis: initial; } }
  .p-newsArea__link {
    position: relative;
    font-weight: 600;
    color: #333333;
    padding-left: 25px; }
    @media screen and (max-width: 1024px) {
      .p-newsArea__link {
        border: 1px solid #003E7E;
        border-radius: 10px;
        margin-bottom: 20px;
        padding: 11px 14px 11px 39px; } }
    @media screen and (max-width: 768px) {
      .p-newsArea__link {
        font-size: 14px; } }
    .p-newsArea__link:before {
      content: "\f022";
      font-family: "Font Awesome 5 Free";
      font-weight: 600;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      color: #003E7E; }
      @media screen and (max-width: 1024px) {
        .p-newsArea__link:before {
          left: 14px; } }
    .p-newsArea__link:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background: #003E7E;
      transform: scale(1, 1);
      transform-origin: left top;
      transition: transform .3s; }
      @media screen and (max-width: 1024px) {
        .p-newsArea__link:after {
          display: none; } }
    .p-newsArea__link:hover {
      color: #003E7E;
      opacity: 1; }
      .p-newsArea__link:hover:after {
        transform-origin: right top;
        transform: scale(0, 1); }
  .p-newsArea__tab {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media screen and (max-width: 768px) {
      .p-newsArea__tab {
        padding: 15px 0;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
    .p-newsArea__tab li {
      margin-right: 12px;
      margin-bottom: 20px; }
      @media screen and (max-width: 768px) {
        .p-newsArea__tab li {
          margin-right: 7px;
          margin-bottom: 0; } }
      .p-newsArea__tab li:last-child {
        margin-right: 0; }
    @media screen and (max-width: 768px) {
      .p-newsArea__tab__wrapper {
        overflow-x: scroll;
        white-space: nowrap;
        position: relative; } }
    .p-newsArea__tab__item {
      display: inline-block;
      color: #333333;
      padding: 8px 22px;
      background-color: #E6E6E6;
      border-radius: 10px;
      font-weight: 600;
      transition: all 0.2s ease; }
      @media screen and (max-width: 768px) {
        .p-newsArea__tab__item {
          font-size: 13px; } }
      .p-newsArea__tab__item:hover {
        background-color: #003E7E;
        color: #FFFFFF;
        opacity: 1; }
      .p-newsArea__tab__item--current {
        background-color: #003E7E;
        color: #FFFFFF; }
    .p-newsArea__tab__btn {
      display: none; }
      @media screen and (max-width: 768px) {
        .p-newsArea__tab__btn {
          width: 45px;
          height: 59.5px;
          background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
          position: absolute;
          right: 0;
          z-index: 1;
          top: 0; } }
      .p-newsArea__tab__btn:after {
        content: "\f101";
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        color: #003E7E;
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        font-size: 14px; }
      @media screen and (max-width: 768px) {
        .p-newsArea__tab__btn--active {
          display: block; } }

.pagination {
  text-align: center;
  padding-bottom: 45px;
  max-width: 200px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .pagination {
      padding-bottom: 80px; } }
  @media screen and (max-width: 560px) {
    .pagination {
      max-width: 130px; } }
  .pagination__box {
    display: inline-block; }
  .pagination ul.page-numbers {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    overflow: hidden; }
    .pagination ul.page-numbers li {
      margin-right: 0;
      font-size: 18px;
      font-weight: 500;
      border-right: 1px solid #CCCCCC; }
      .pagination ul.page-numbers li:last-child {
        margin-right: 0;
        border-right: none; }
      .pagination ul.page-numbers li .page-numbers {
        padding: 18.5px 26.9px;
        display: block;
        width: 100%;
        height: 100%;
        color: #000;
        transition: all .4s ease; }
        @media screen and (max-width: 568px) {
          .pagination ul.page-numbers li .page-numbers {
            padding: 6px 15px; } }
        .pagination ul.page-numbers li .page-numbers.current {
          background-color: #6488AE; }
        .pagination ul.page-numbers li .page-numbers:hover {
          background-color: #003E7E; }

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