@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
/* Reset
------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

address, em, strong, th {
  font-style: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

th {
  text-align: left; }

hr, legend {
  display: none; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }

img, fieldset {
  border: 0; }

li {
  list-style-type: none; }

img {
  vertical-align: top; }

* {
  box-sizing: border-box; }

/*IE6*/
* html img {
  vertical-align: bottom; }

/*IE7*/
*:first-child + html img {
  vertical-align: bottom; }

/* Fonts
------------------------------------------------------------*/
body {
  font-size: 75%;
  /* IE */
  font-family: 'Noto Sans JP', sans-serif;
  color: #1a1a1a;
  max-width: 100vw; }

html > body {
  font-size: 14px;
  /* Except IE */ }

a {
  color: #1a1a1a;
  text-decoration: none;
  display: inline-block; }

/* clearfix
------------------------------------------------------------*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

* html .clearfix {
  zoom: 1; }

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1; }

/* IE7 */
img {
  max-width: 100%; }

.flxB {
  display: flex; }

@media screen and (max-width: 767px) {
  .pc {
    display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 767px) {
    .sp {
      display: block; } }

@media screen and (max-width: 1074px) {
  .pc-nav {
    display: none; } }

.sp-nav {
  display: none; }
  @media screen and (max-width: 1074px) {
    .sp-nav {
      display: block; } }

.wrapper {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1180px) {
    .wrapper {
      padding: 0 20px; } }
  @media screen and (max-width: 767px) {
    .wrapper {
      padding: 0 10px; } }

body.fixed {
  overflow: hidden; }

html {
  margin-top: 0 !important;
  --wp-admin--admin-bar--height: 0!important; }

header {
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10; }
  header .pc-nav .flxB {
    flex-wrap: wrap; }
  header .pc-nav .logoBlc {
    width: 130px;
    padding-left: 30px;
    padding: 7px 0 0 30px; }
    header .pc-nav .logoBlc h1 a {
      display: inline-block;
      width: 100%; }
  header .pc-nav nav {
    height: 80px;
    width: calc(100% - 130px - 204px); }
    header .pc-nav nav .gnav {
      display: flex;
      height: 100%;
      padding-block: 19px;
      /* justify-content: end; */
      justify-content: center;
      flex-wrap: wrap; }
      header .pc-nav nav .gnav > li {
        padding-inline: 37px;
        /* @media screen and (max-width: 1240px) { */
        @media screen and (max-width: 1390px) {
          padding-inline: 25px;
        }
        /* @media screen and (max-width: 1100px) { */
        @media screen and (max-width: 1250px) {
          padding-inline: 15px;
        }
        /* @media screen and (max-width: 940px) { */
        /* @media screen and (max-width: 1090px) {
          padding-inline: 5px;
        } */
        display: flex;
        align-items: end;
        position: relative; }
        header .pc-nav nav .gnav > li span {
          /* padding: 46px 25px 19px 37px; */
          display: inline-block;
          position: relative;
          background-color: #fff;
          z-index: 5; }
          header .pc-nav nav .gnav > li span a {
            font-weight: 500; }
            header .pc-nav nav .gnav > li span a:hover {
              color: #7d7d7d; }
              header .pc-nav nav .gnav > li span a:hover:after {
                content: "";
                display: inline-block;
                width: calc(100% - 74px);
                border-bottom: 1px solid #000;
                position: absolute;
                left: 50%;
                bottom: 15px;
                transform: translateX(-50%); }
        header .pc-nav nav .gnav > li .downMenu {
          background-color: #fff;
          width: 155px;
          /* width: 142px; */
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
          position: absolute;
          top: 50px;
          left: 0;
          /* left: 24px; */
          z-index: 2;
          display: none; }
          header .pc-nav nav .gnav > li .downMenu li {
            padding: 0 15px 7px 15px; }
            header .pc-nav nav .gnav > li .downMenu li:first-child {
              padding-top: 10px; }
            header .pc-nav nav .gnav > li .downMenu li a {
              font-size: 12px;
              font-weight: 400;
              background-image: url(../img/common/icon_arrwR.svg);
              background-repeat: no-repeat;
              background-position: left center;
              background-size: auto 11px;
              padding-left: 15px; }
              header .pc-nav nav .gnav > li .downMenu li a:hover {
                border-bottom: none;
                color: #7d7d7d; }
          header .pc-nav nav .gnav > li .downMenu.open {
            top: 83px;
            opacity: 1;
            z-index: 2; }
  header .pc-nav .rightBlc {
    width: 204px;
    padding: 20px 0; }
    header .pc-nav .rightBlc ul {
      display: flex; }
      header .pc-nav .rightBlc ul li {
        text-align: center;
        padding: 0 20px; }
        header .pc-nav .rightBlc ul li a {
          font-size: 12px;
          background-repeat: no-repeat;
          background-position: center top;
          background-size: 23px auto;
          padding-top: 27px; }
        header .pc-nav .rightBlc ul li:nth-child(1) {
          border-right: 1px solid #000000; }
          header .pc-nav .rightBlc ul li:nth-child(1) a {
            background-image: url(../img/common/icon_en.svg); }
        header .pc-nav .rightBlc ul li:nth-child(2) a {
          background-image: url(../img/common/icon_mail.svg);
          background-position: center top 3px; }

  @media screen and (min-width: 1241px) and (max-width: 1280px) {
    header .pc-nav nav .gnav > li .downMenu {
      left: 0;
    }
    /* header .pc-nav nav .gnav li {
      padding-inline: 10px;
    } */
    /* header .pc-nav nav .gnav li span {
      padding: 46px 10px 19px;
    } */
  }
  /* @media screen and (max-width: 1240px) {
    header .pc-nav nav .gnav > li .downMenu {
      left: 0;
    } */
    /* header .pc-nav nav .gnav li { */
      /* padding-inline: 10px;} */
    /* header .pc-nav nav .gnav li span {
      padding: 46px 10px 19px;} */
    /* header .pc-nav nav .gnav li span a:hover:after {
      width: calc(100% - 50px); }
    } */
  /* @media screen and (max-width: 1074px) { */
  @media screen and (max-width: 1074px) {
    header .pc-nav nav .gnav li {
      padding-inline: 6px;
      font-size: calc((12.5 / 1200) * 100vw); }
      header .pc-nav nav .gnav li span a:hover:after {
        width: calc(100% - 30px); }
    header .pc-nav nav .gnav li .downMenu {
      left: 0 !important; }
      header .pc-nav nav .gnav li .downMenu.open {
        left: 0; } }
  @media screen and (max-width: 940px) {
    header .pc-nav .logoBlc {
      width: 110px;
      padding: 7px 0 0 10px; }
    header .pc-nav nav {
      width: calc(100% - 110px - 185px); }
      header .pc-nav nav .gnav li {
        padding-inline: 3px;}
        header .pc-nav nav .gnav li span a:hover:after {
          width: calc(100% - 10px); }
    header .pc-nav .rightBlc {
      width: 185px; }
      header .pc-nav .rightBlc ul li {
        padding: 0 15px; } }
  @media screen and (min-width: 768px) and (max-width: 873px) {
    header .pc-nav nav .gnav li span {
      font-size: calc((8 / 873) * 100vw);
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1074px) {
    header {
      height: 80px;
    }
    header .sp-nav .menuBlc {
      height: 80px;
      width: 80px;
      background-size: 36px auto;
    }
    /* header .sp-nav .logoBlc img {
      width: calc(100% - 80px);
    } */
    header .sp-nav .logoBlc h1 {
      width: 400px;
      left: 15px;
    }
    header .sp-nav .sphead {
      justify-content: space-between;
    }
    header .sp-nav .sphead .enBlc {
      padding-right: 20px !important;
      width: 60px !important;
      padding-top: 5px !important;
    }
    header .sp-nav .sphead .enBlc a {
      font-size: 12px !important;
      background-size: 30px !important;
      background-position: center middle !important;
      padding-top: 35px !important;
    }
  }
  @media screen and (max-width: 767px) {
    header {
      height: 14.66vw;
    }
    header .sp-nav .menuBlc {
      height: 14.66vw;
      width: 14.66vw;
      background-size: 5.5vw auto;
    }
  }
  @media screen and (max-width: 1074px) {
    header {
      width: 100%;
      overflow-x: hidden;
      width: 100vw;
      /* position: relative; */
      position: fixed;
      background-color: #fff;}
      /* height: 80px; } */
      /* height: 14.66vw; } */
      header .sp-nav {
        display: block; }
        header .sp-nav .logoBlc {
          width: calc(100% - 14.66vw);
          position: relative; }
          header .sp-nav .logoBlc h1 {
            position: relative;
            top: 50%;
            transform: translateY(-50%);
            left: 10px; }
          header .sp-nav .logoBlc img {
            width: 56.666vw; }
        header .sp-nav .menuBlc {
          /* width: 14.66vw;
          height: 14.66vw; */
          position: relative;
          background-color: #e3bf5b;
          background-image: url(../img/common/icon_menu.svg);
          background-repeat: no-repeat;
          /* background-size: 5.5vw auto; */
          background-position: center;
          overflow: auto;
          -webkit-overflow-scrolling: touch; }
          header .sp-nav .menuBlc.active {
            background-image: url(../img/common/icon_menu_cls.svg);
            background-color: #ccc; } }

/* @media screen and (max-width: 767px) { */
@media screen and (max-width: 1074px) {
  .fixed header {
    height: 100vh; }
    .fixed header .sphead {
      box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
      position: relative;
      z-index: 55; } }

.globalMenuSp {
  position: absolute;
  right: -100%;
  width: 100%;
  z-index: 50;
  background-color: #fff;
  opacity: 0.5;
  height: auto;
  transition: all 0.5s; }
  .globalMenuSp.active {
    display: block;
    opacity: 1;
    right: 0; }
  .globalMenuSp > ul {
    height: calc(88vh - 14.66vw);
    overflow-y: scroll; }
    .globalMenuSp > ul li:not(.globalMenuSp > ul li:last-child) a {
      border-bottom: 1px solid #707070; }
    .globalMenuSp > ul li.sub > a {
      background-image: url(../img/common/icon_arrwD.svg);
      background-repeat: no-repeat;
      background-size: 20px auto;
      background-position: right 10px center; }
    .globalMenuSp > ul li.sub ul {
      display: none; }
      .globalMenuSp > ul li.sub ul li a {
        font-size: 16px; }
      .globalMenuSp > ul li.sub ul li:last-child a {
        border-bottom: none !important;
        position: relative; }
        .globalMenuSp > ul li.sub ul li:last-child a:after {
          content: "";
          display: inline-block;
          width: 100vw;
          height: 1px;
          position: absolute;
          left: -20px;
          bottom: 0;
          box-shadow: 2px 0 2px rgba(0, 0, 0, 0.15); }
    .globalMenuSp > ul li.sub.open > a {
      background-image: url(../img/common/icon_arrwU.svg);
      border-bottom: none !important;
      position: relative; }
      .globalMenuSp > ul li.sub.open > a:after {
        content: "";
        display: inline-block;
        width: 100vw;
        height: 1px;
        position: absolute;
        left: -20px;
        bottom: 0;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15); }
    .globalMenuSp > ul li a {
      font-size: 19px;
      padding: 10px 15px;
      margin: 0 20px;
      width: calc(100% - 40px); }
    .globalMenuSp > ul li ul li {
      background-color: #e5e5e5; }

.fimgnavBlc {
  padding: 40px 0 50px;
  position: relative; }
  .fimgnavBlc:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 395px;
    background-image: url(../img/common/f_navBG.jpg);
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0; }
  .fimgnavBlc .wrapper {
    position: relative;
    z-index: 5; }
  .fimgnavBlc nav {
    display: flex; }
    .fimgnavBlc nav .blc {
      text-align: center;
      width: 23.47%; }
      .fimgnavBlc nav .blc:not(.fimgnavBlc nav .blc:last-child) {
        margin-right: 2.04%; }
      .fimgnavBlc nav .blc a {
        position: relative; }
        .fimgnavBlc nav .blc a:hover {
          opacity: 1; }
          .fimgnavBlc nav .blc a:hover:before {
            content: "";
            display: inline-block;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.42);
            opacity: 1;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 10; }
          .fimgnavBlc nav .blc a:hover:after {
            content: "READ MORE";
            font-size: 15px;
            padding: 10px 26px;
            color: #fff;
            border: 1px solid #fff;
            line-height: 1;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 12; }
      .fimgnavBlc nav .blc img {
        max-width: 100%; }
      .fimgnavBlc nav .blc .en {
        font-size: 20px; }
      .fimgnavBlc nav .blc .jp {
        font-size: 14px; }
  @media screen and (max-width: 1180px) {
    .fimgnavBlc:after {
      height: 57vw; }
    .fimgnavBlc nav {
      flex-wrap: wrap; }
      .fimgnavBlc nav .blc {
        width: 49%;
        margin-right: 2% !important;
        margin-bottom: 20px; }
        .fimgnavBlc nav .blc:nth-child(even) {
          margin-right: 0 !important; } }
  @media screen and (max-width: 767px) {
    .fimgnavBlc nav .blc a .en {
      font-size: 22px;
      margin-top: 10px;
      margin-bottom: 5px; }
    .fimgnavBlc nav .blc a:hover:after {
      width: 65%;
      padding: 10px 0; } }

footer .upBlc .flxB .leftBlc {
  width: 62%;
  padding-top: 32px; }
  footer .upBlc .flxB .leftBlc img {
    width: 331px; }
footer .upBlc .flxB .centerBlc {
  width: 32%;
  padding: 25px 0; }
  footer .upBlc .flxB .centerBlc nav {
    display: flex; }
    footer .upBlc .flxB .centerBlc nav > .box {
      width: 50%; }
      footer .upBlc .flxB .centerBlc nav > .box ul li {
        margin-bottom: 10px; }
        footer .upBlc .flxB .centerBlc nav > .box ul li a {
          background-image: url(../img/common/icon_arrwR.svg);
          background-repeat: no-repeat;
          background-size: 7px auto;
          background-position: left center;
          padding-left: 12px;
          letter-spacing: -1px; }
          footer .upBlc .flxB .centerBlc nav > .box ul li a:hover {
            color: #7d7d7d; }
      footer .upBlc .flxB .centerBlc nav > .box.blankLnk ul li a {
        background-image: url(../img/common/icon_blank.svg);
        background-size: 12px auto;
        padding-left: 19px; }
footer .upBlc .flxB .rightBlc {
  width: calc(100% - 49% - 45%);
  padding-top: 55px; }
  footer .upBlc .flxB .rightBlc ul {
    display: flex; }
    footer .upBlc .flxB .rightBlc ul li {
      width: 50%;
      text-align: right; }
      footer .upBlc .flxB .rightBlc ul li:first-child {
        border-right: 1px solid #000;
        text-align: left; }
      footer .upBlc .flxB .rightBlc ul li a img {
        width: 22px; }
footer .btmBlc {
  background-color: #323232;
  color: #fff;
  padding: 15px 0; }
  footer .btmBlc .copyBlc {
    width: 50%; }
    footer .btmBlc .copyBlc p {
      font-size: 12px; }
  footer .btmBlc .rightBlc {
    width: 50%;
    text-align: right; }
    footer .btmBlc .rightBlc ul {
      display: flex;
      justify-content: end;
      /* justify-content: right; */
      align-items: right; }
      footer .btmBlc .rightBlc ul li {
        padding: 0 15px;
        line-height: 1; }
        footer .btmBlc .rightBlc ul li:not(footer .btmBlc .rightBlc ul li:last-child) {
          border-right: 1px solid #fff; }
        footer .btmBlc .rightBlc ul li a {
          font-size: 12px;
          color: #fff;
          line-height: 1; }
          footer .btmBlc .rightBlc ul li a:hover {
            color: #bcbbbb; }
@media screen and (max-width: 767px) {
  footer .upBlc .flxB {
    flex-wrap: wrap; }
    footer .upBlc .flxB .leftBlc {
      width: 100%;
      text-align: center;
      padding-top: 4vw; }
      footer .upBlc .flxB .leftBlc img {
        width: 86%; }
    footer .upBlc .flxB .centerBlc {
      display: none; }
    footer .upBlc .flxB .rightBlc {
      width: 100%;
      padding: 4vw 0; }
      footer .upBlc .flxB .rightBlc ul li {
        text-align: left;
        padding: 0 4vw; }
        footer .upBlc .flxB .rightBlc ul li:first-child {
          text-align: right; }
        footer .upBlc .flxB .rightBlc ul li a img {
          width: 22px; }
  footer .btmBlc .flxB {
    flex-wrap: wrap; }
  footer .btmBlc .copyBlc {
    width: 100%;
    text-align: center; }
    footer .btmBlc .copyBlc p {
      font-size: 10px; }
  footer .btmBlc .rightBlc {
    display: none; } }

.btnTopBlc {
  position: fixed;
  right: 0;
  bottom: 164px;
  display: inline-block;
  width: 44px;
  height: 44px;
  z-index: 10; }
  .btnTopBlc a {
    width: 100%;
    height: 100%;
    background-color: rgba(227, 191, 91, 0.9); }
    .btnTopBlc a img {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
    .btnTopBlc a:hover {
      background-color: #edd79f; }
  @media screen and (max-width: 767px) {
    .btnTopBlc {
      bottom: 13vw; }
      .btnTopBlc a img {
        max-width: 50%; } }

.sub .anc {
  padding-top: 57px;
  margin-top: -57px; }
  .sub .ttlBlc {
    @media screen and (min-width: 768px) and (max-width: 767.999px) {
      margin-top: 80px;
    }
    /* @media screen and (min-width: 768px) {
      margin-top: 85px;
    } */
    @media screen and (max-width: 767.999px) {
      margin-top: 14.66vw;
    }
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 180px 0; }
  .sub .ttlBlc h1 {
    display: inline-block; }
    .sub .ttlBlc h1 .en {
      margin-bottom: 20px;
      display: block; }
      .sub .ttlBlc h1 .en img {
        height: 48px; }
    .sub .ttlBlc h1 .jp {
      font-size: 22px;
      color: #fff;
      font-weight: 400; }
.sub .txtPath {
  padding: 20px 0 10px; }
  .sub .txtPath ul {
    display: flex; }
    .sub .txtPath ul li:not(.sub .txtPath ul li:last-child):after {
      content: ">";
      display: inline-block;
      margin: 0 7px;
      color: #b2b2b2; }
    .sub .txtPath ul li a {
      font-size: 13px;
      color: #b2b2b2; }
    .sub .txtPath ul li span {
      color: #b2b2b2; }
.sub .subNav {
  text-align: center;
  padding: 20px 0; }
  .sub .subNav ul {
    display: flex;
    justify-content: center;
    align-items: center; }
    .sub .subNav ul li {
      border-right: 1px solid #000;
      line-height: 1; }
      .sub .subNav ul li:nth-child(1) {
        border-left: 1px solid #000; }
      .sub .subNav ul li a {
        font-size: 15px;
        padding: 0 25px;
        vertical-align: middle; }
        .sub .subNav ul li a:hover {
          color: #818181; }
      .sub .subNav ul li.current a {
        position: relative; }
        .sub .subNav ul li.current a:after {
          content: "";
          display: inline-block;
          width: calc(100% - 50px);
          border-bottom: 1px solid #e3bf5b;
          position: absolute;
          left: 25px;
          bottom: -5px; }
      .sub .subNav ul li.empty {
        width: 205px;
        height: 17px; }
  .sub .subNav.fixed {
    position: fixed;
    /* top: 14.66vw; */
    top: 85px;
    /* @media screen and (max-width: 1100px) {
      top: 14.66vw;
    } */
    width: 100%;
    background-color: #fff;
    z-index: 10; }
  .sub .subNav.second.fixed {
    top: 140px;
    /* @media screen and (max-width: 1100px) {
      top: 58vw !important;
    } */
    left: 0; }
.sub .subNav02 {
  text-align: center;
  padding: 20px 0; }
  .sub .subNav02 ul {
    display: flex;
    justify-content: center;
    align-items: center; }
    .sub .subNav02 ul li {
      border-right: 1px solid #000;
      line-height: 1; }
      .sub .subNav02 ul li:nth-child(1) {
        border-left: 1px solid #000; }
      .sub .subNav02 ul li a {
        font-size: 15px;
        padding: 0 25px;
        vertical-align: middle; }
        .sub .subNav02 ul li a:hover {
          color: #818181; }
      .sub .subNav02 ul li.current a {
        position: relative; }
        .sub .subNav02 ul li.current a:after {
          content: "";
          display: inline-block;
          width: calc(100% - 50px);
          border-bottom: 1px solid #e3bf5b;
          position: absolute;
          left: 25px;
          bottom: -5px; }
      .sub .subNav02 ul li.empty {
        width: 205px;
        height: 17px; }
  .sub .subNav02.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 10; }
  .sub .subNav02.second.fixed {
    top: 57px;
    left: 0; }
.sub .clm {
  text-align: center;
  padding: 110px 0; }
  .sub .clm h2 {
    background-repeat: no-repeat;
    border-bottom: 2px solid #e3bf5b;
    display: inline-block;
    font-size: 34px;
    font-weight: 500;
    background-position: top center;
    margin-bottom: 40px;
    padding-top: 35px;
    background-size: 81px auto; }
  .sub .clm h3 {
    font-size: 30px;
    font-weight: 500;
    border-bottom: 1px solid #818181;
    line-height: 1;
    text-align: left;
    padding-left: 10px;
    padding-bottom: 7px;
    position: relative;
    margin-bottom: 20px; }
    .sub .clm h3:before {
      content: "";
      display: inline-block;
      width: 2px;
      height: 30px;
      background-color: #e3bf5b;
      position: absolute;
      left: 0;
      bottom: 5px; }
  .sub .clm p {
    font-size: 15px;
    line-height: 1.7; }
  .sub .clm .lead {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px; }
  .sub .clm .imgTxtBlc .clearfix {
    padding: 60px 0; }
    .sub .clm .imgTxtBlc .clearfix .left {
      float: left; }
      .sub .clm .imgTxtBlc .clearfix .left.txtBlc {
        padding-right: 40px; }
    .sub .clm .imgTxtBlc .clearfix .right {
      float: right; }
      .sub .clm .imgTxtBlc .clearfix .right.txtBlc {
        padding-left: 40px; }
    .sub .clm .imgTxtBlc .clearfix .imgBlc {
      width: 71.52%; }
      .sub .clm .imgTxtBlc .clearfix .imgBlc.line img {
        border: 1px solid #ccc; }
    .sub .clm .imgTxtBlc .clearfix .txtBlc {
      width: calc(100% - 71.52%);
      padding-top: 65px;
      text-align: left;
      position: relative; }
      .sub .clm .imgTxtBlc .clearfix .txtBlc h3 {
        border-bottom: none;
        padding-left: 0;
        font-size: 28px;
        font-weight: 500;
        line-height: 1.4;
        margin-bottom: 20px; }
        .sub .clm .imgTxtBlc .clearfix .txtBlc h3:before {
          display: none; }
        .sub .clm .imgTxtBlc .clearfix .txtBlc h3 .smlTxt {
          font-size: 14px;
          font-weight: 500;
          display: block; }
  .sub .clm .bgInnr {
    background-color: rgba(255, 255, 255, 0.78);
    padding: 60px 50px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
    position: relative; }
.sub .clm01 {
  padding: 110px 0; }
.sub .fimgnavBlc {
  padding: 80px 0 50px; }
.sub .pager {
  margin-top: 23px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .sub .pager span {
    font-size: 16px;
    line-height: 1;
    border: 1px solid #e5e5e5;
    padding: 8px 10px;
    display: inline-block; }
    .sub .pager span:not(.sub .pager span:last-child) {
      margin-right: 7px; }
    .sub .pager span.before {
      background-image: url(../img/news/icon_p_arrwL.svg);
      background-repeat: no-repeat;
      background-position: left 10px center;
      background-size: 7px auto;
      padding-left: 25px; }
    .sub .pager span.after {
      background-image: url(../img/news/icon_p_arrwR.svg);
      background-repeat: no-repeat;
      background-position: right 10px center;
      background-size: 7px auto;
      padding-right: 25px; }
    .sub .pager span.current {
      background-color: #f5f5f5; }
    .sub .pager span.pages {
      display: none; }
  .sub .pager a {
    font-size: 16px;
    line-height: 1;
    border: 1px solid #e5e5e5;
    padding: 8px 10px; }
    .sub .pager a:not(.sub .pager a:last-child) {
      margin-right: 7px; }
    .sub .pager a.before {
      background-image: url(../img/news/icon_p_arrwL.svg);
      background-repeat: no-repeat;
      background-position: left 10px center;
      background-size: 7px auto;
      padding-left: 25px; }
    .sub .pager a.previouspostslink {
      background-image: url(../img/news/icon_p_arrwL.svg);
      background-repeat: no-repeat;
      background-position: left 10px top 10px;
      background-size: 7px auto;
      padding-left: 25px; }
    .sub .pager a.nextpostslink {
      background-image: url(../img/news/icon_p_arrwR.svg);
      background-repeat: no-repeat;
      background-position: right 10px top 10px;
      background-size: 7px auto;
      padding-right: 25px; }
    .sub .pager a.current {
      background-color: #f5f5f5; }
@media screen and (max-width: 1180px) {
  .sub .clm {
    padding: 70px 0; }
    .sub .clm .imgTxtBlc .clearfix .imgBlc {
      width: 50%; }
    .sub .clm .imgTxtBlc .clearfix .txtBlc {
      width: 100%;
      padding-top: 0;
      float: none !important; }
    .sub .clm .imgTxtBlc .clearfix .left.txtBlc {
      padding-right: 20px; }
    .sub .clm .imgTxtBlc .clearfix .left.imgBlc {
      margin-right: 20px;
      margin-bottom: 10px; }
    .sub .clm .imgTxtBlc .clearfix .right.txtBlc {
      padding-left: 20px; }
    .sub .clm .imgTxtBlc .clearfix .right.imgBlc {
      margin-left: 20px;
      margin-bottom: 10px; }
  .sub .clm01 {
    padding-top: 70px; }
  .sub .subNav ul {
    flex-wrap: wrap; }
    .sub .subNav ul li {
      margin-bottom: 20px;
      border-left: 1px solid #000;
      border-right: none; }
      .sub .subNav ul li:last-child {
        border-right: 1px solid #000; } }
@media screen and (max-width: 767px) {
  .sub .ttlBlc {
    padding: 40px 0; }
    .sub .ttlBlc h1 .en {
      margin-bottom: 15px; }
      .sub .ttlBlc h1 .en img {
        height: 35px; }
    .sub .ttlBlc h1 .jp {
      font-size: 18px; }
  .sub .txtPath {
    padding: 10px 0; }
    .sub .txtPath ul {
      display: flex;
      flex-wrap: wrap; }
      .sub .txtPath ul li {
        font-size: 10px; }
        .sub .txtPath ul li a {
          font-size: 10px; }
  .sub .subNav {
    padding-top: 10px; }
    .sub .subNav ul li:nth-child(even) {
      border-right: 1px solid #000; }
    .sub .subNav ul li a {
      font-size: 3.5vw;
      padding: 0 25px; }
    .sub .subNav ul li.empty {
      display: none; }
  .sub .clm {
    padding: 50px 0; }
    .sub .clm h2 {
      font-size: 22px;
      margin-bottom: 30px; }
    .sub .clm h3 {
      font-size: 18px; }
      .sub .clm h3:before {
        height: 18px; }
    .sub .clm p {
      font-size: 3.1vw; }
    .sub .clm .lead {
      font-size: 4vw;
      margin-bottom: 20px; }
    .sub .clm .imgTxtBlc .clearfix {
      padding: 30px 0; }
      .sub .clm .imgTxtBlc .clearfix .left {
        float: none; }
        .sub .clm .imgTxtBlc .clearfix .left.txtBlc {
          padding-right: 0; }
      .sub .clm .imgTxtBlc .clearfix .right {
        float: none; }
        .sub .clm .imgTxtBlc .clearfix .right.txtBlc {
          padding-left: 0; }
      .sub .clm .imgTxtBlc .clearfix .imgBlc {
        width: 100%;
        margin: 0 0 15px !important; }
      .sub .clm .imgTxtBlc .clearfix .txtBlc {
        width: 100%;
        padding-top: 0; }
        .sub .clm .imgTxtBlc .clearfix .txtBlc h3 {
          font-size: 20px;
          margin-bottom: 20px; }
          .sub .clm .imgTxtBlc .clearfix .txtBlc h3 .smlTxt {
            font-size: 13px; }
    .sub .clm .bgInnr {
      padding: 20px; }
  .sub .clm01 {
    padding-top: 30px; }
  .sub .fimgnavBlc {
    padding: 40px 0 25px; } }

  .mtm {
    margin-top: 13px;
  }

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