/*================================================================================

media query mixin

================================================================================*/
.p-page .c-pageInr {
  max-width: 960px; }
.p-page .c-pageTtl {
  padding-top: 20px; }
  .p-page .c-pageTtl .list {
    margin-bottom: 36px; }
    .p-page .c-pageTtl .list li {
      font-size: 1.2rem;
      display: inline-block;
      margin-right: 5px;
      letter-spacing: 0.1em;
      position: relative; }
      .p-page .c-pageTtl .list li::after {
        content: "";
        display: inline-block;
        height: 0.6em;
        width: 0.6em;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        transform: rotate(45deg); }
      .p-page .c-pageTtl .list li:last-of-type {
        margin-right: 0; }
        .p-page .c-pageTtl .list li:last-of-type::after {
          display: none; }
      .p-page .c-pageTtl .list li a {
        color: inherit; }
.p-page .c-pageMV {
  margin: 30px auto 0;
  overflow: hidden; }
  .p-page .c-pageMV--small {
    max-width: 960px;
    margin-top: 30px; }
  .p-page .c-pageMV img {
    width: 100%;
    height: auto; }
.p-page .section-lead {
  padding: 53px 0 73px; }
  .p-page .section-lead .ttl {
    font-size: 3.6rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    margin-bottom: 10px; }
    .p-page .section-lead .ttl:nth-of-type(n+2) {
      margin-top: 55px; }
  .p-page .section-lead .text {
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: 0.08em; }
    .p-page .section-lead .text.-left {
      text-align: justify; }
    .p-page .section-lead .text + .text {
      margin-top: 1em; }
.p-page .section-anker {
  padding-bottom: 40px; }
  .p-page .section-anker .nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .p-page .section-anker .nav li {
      width: calc(100% / 4);
      height: 40px;
      position: relative;
      border-right: 1px solid #003c78; }
      .p-page .section-anker .nav li::after {
        content: "";
        display: block;
        width: 12px;
        height: 8px;
        background: url(/assets/img/icon_arrow_btm.svg) no-repeat;
        background-size: cover;
        position: absolute;
        right: 18px;
        top: calc(50% - 4px);
        pointer-events: none; }
      .p-page .section-anker .nav li:nth-of-type(1), .p-page .section-anker .nav li:nth-of-type(5) {
        border-left: 1px solid #003c78; }
      .p-page .section-anker .nav li:nth-of-type(n+5) {
        margin-top: 18px; }
      .p-page .section-anker .nav li a {
        text-decoration: none;
        font-size: 1.8rem;
        color: #003c78;
        letter-spacing: 0.1em;
        font-weight: 600;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        text-align: center;
        line-height: 1.3; }
  .p-page .section-anker__btn {
    margin-bottom: 40px; }
.p-page .section-column {
  margin-top: 35px; }
  .p-page .section-column:nth-of-type(n+2) {
    margin-top: 80px; }
  .p-page .section-column:last-of-type {
    padding-bottom: 120px; }
  .p-page .section-column__ttl {
    font-size: 2.8rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    border-bottom: 1px solid #e1e1e1; }
  .p-page .section-column__sub {
    font-size: 2.4rem;
    font-weight: 400;
    margin-top: 75px;
    margin-bottom: -20px; }
  .p-page .section-column__img {
    margin: 80px 0; }
    .p-page .section-column__img.-small {
      width: 75%;
      margin-left: auto;
      margin-right: auto; }
  .p-page .section-column__txt {
    margin-top: 35px; }
    .p-page .section-column__txt + .section-column__txt {
      margin-top: 1em; }
  .p-page .section-column__flex {
    display: flex;
    align-items: flex-start;
    margin-top: 35px; }
    .p-page .section-column__flex .section-column__img {
      flex-shrink: 0;
      width: 410px;
      margin: 0 35px 0 0; }
    .p-page .section-column__flex .section-column__sub {
      margin: 0; }
    .p-page .section-column__flex .section-column__txt {
      font-size: 1.4rem;
      line-height: 2;
      margin: 0; }
  .p-page .section-column__wrap {
    padding: 40px;
    margin-top: 35px;
    font-size: 1.4rem;
    line-height: 2;
    background: #f9f9f9; }
    .p-page .section-column__wrap--ttl {
      font-size: 2rem;
      margin-bottom: 1em; }
      .p-page .section-column__wrap--ttl:nth-of-type(n+2) {
        margin-top: 2em; }
  .p-page .section-column__dl dt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 24px;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1;
    background: rgba(46, 47, 51, 0.08); }
  .p-page .section-column__dl dd {
    margin: 1em 0 1.5em; }
.p-page .mgt_adj {
  margin-top: 60px; }

@media screen and (max-width: 768px) {
  .p-page .c-pageTtl .list {
    overflow-x: scroll;
    white-space: nowrap;
    margin-bottom: 28px; }
  .p-page .c-pageMV {
    margin-top: 33px; }
  .p-page .section-lead {
    padding: 25px 0 52px; }
    .p-page .section-lead .ttl {
      font-size: 2.4rem; }
    .p-page .section-lead .text {
      text-align: justify;
      font-size: 1.6rem; }
  .p-page .section-anker {
    padding-bottom: 30px; }
    .p-page .section-anker .nav {
      margin: 0 auto;
      max-width: 500px; }
      .p-page .section-anker .nav li {
        width: calc(100% / 2);
        height: 34px; }
        .p-page .section-anker .nav li::after {
          right: 14px; }
        .p-page .section-anker .nav li:nth-of-type(1), .p-page .section-anker .nav li:nth-of-type(5) {
          border-left: none; }
        .p-page .section-anker .nav li:nth-of-type(odd) {
          border-left: 1px solid #003c78; }
        .p-page .section-anker .nav li:nth-of-type(n+3) {
          margin-top: 10px; }
        .p-page .section-anker .nav li a {
          font-size: 1.4rem;
          line-height: 1.2;
          text-align: center; }
  .p-page .section-column:nth-of-type(n+2) {
    margin-top: 40px; }
  .p-page .section-column:last-of-type {
    padding-bottom: 60px; }
  .p-page .section-column__ttl {
    font-size: 2rem;
    letter-spacing: 0.08em; }
  .p-page .section-column__sub {
    font-size: 1.8rem;
    margin-top: 35px;
    margin-bottom: -10px; }
  .p-page .section-column__img {
    margin: 40px 0; }
    .p-page .section-column__img.-small {
      width: 100%;
      margin-left: auto;
      margin-right: auto; }
  .p-page .section-column__txt {
    margin-top: 20px; }
  .p-page .section-column__flex {
    display: block;
    margin-top: 20px; }
    .p-page .section-column__flex .section-column__img {
      width: 100%;
      margin: 0 0 20px; }
    .p-page .section-column__flex .section-column__sub {
      margin: 0; }
  .p-page .section-column__wrap {
    padding: 20px;
    margin-top: 20px; }
    .p-page .section-column__wrap--ttl {
      font-size: 1.6rem; }
  .p-page .mgt_adj {
    margin-top: 40px; } }

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