@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Saira+Semi+Condensed:wght@100;200;300;400;500;600;700;800;900&family=Zen+Kaku+Gothic+New&display=swap");
/*
font-family: $font-gothic;
300 400 500 700
*/
/*
font-family: $font-min;
300 400 500 600 700
*/
/*
font-family: $font-en;
300 400 600
*/
/*@include font-gothic();*/
/*@include font-min();*/
/*@include font-en();*/
/*
$c_primary:#1C4B96;
*/
/*@include incImg100();*/
/*@include incSmooth();*/
/*@include dropshadow;*/
/*@include boxshadow;*/
/*@include fs();*/
/*@include btm();*/
/*-- Anchor Setting --
	.anchorPoint:before {
    content: "";
    display: block;
    height: 120px;
    margin-top: -120px;
    visibility: hidden;
}
@media only screen and (max-width: $break-sp) {
	.anchorPoint:before {
    height: 90px;
    margin-top: -90px;
}
}
*/
/*-- HEAD --*/
.head01 {
  color: #000;
  display: block;
  margin-bottom: 40px;
  position: relative; }
  .head01 .ja {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
    font-weight: 400;
    letter-spacing: 0.06em;
    padding-left: 24px;
    position: relative; }
    @media only screen and (max-width: 960px) {
      .head01 .ja {
        font-size: 15px;
        font-size: 1.5rem; } }
    .head01 .ja:before {
      background: linear-gradient(45deg, #FA6900, #C02942);
      content: '';
      display: inline-block;
      line-height: 1;
      height: 18px;
      aspect-ratio: cos(30deg);
      clip-path: polygon(0 15%, 90% 50%, 0 85%);
      position: absolute;
      top: 10px;
      left: 0; }
  .head01 .en {
    display: block;
    font-family: "Saira Semi Condensed", sans-serif;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 2;
    line-height: 1.8;
    font-weight: 200;
    letter-spacing: 0;
    line-height: 1.3; }
    @media only screen and (max-width: 960px) {
      .head01 .en {
        font-size: 31px;
        font-size: 3.1rem; } }
    .head01 .en .small {
      font-size: 25px;
      font-size: 2.5rem;
      line-height: 2;
      line-height: 1.8; }
      @media only screen and (max-width: 960px) {
        .head01 .en .small {
          font-size: 21px;
          font-size: 2.1rem; } }

.head02 {
  color: #000;
  display: block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.75;
  margin-bottom: 32px;
  padding: 4px 0 6px 20px;
  position: relative; }
  @media only screen and (max-width: 960px) {
    .head02 {
      font-size: 17px;
      font-size: 1.7rem; } }
  .head02:before {
    background: #E7211B;
    border-radius: 10px;
    content: '';
    display: inline-block;
    height: 100%;
    width: 4px;
    position: absolute;
    top: 0;
    left: 0; }

.head03 {
  border-bottom: 2px solid #EBEBEB;
  color: #000;
  margin-bottom: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.8;
  padding: 0 0 14px 0;
  position: relative; }
  @media only screen and (max-width: 960px) {
    .head03 {
      font-size: 15px;
      font-size: 1.5rem; } }
  .head03:before {
    background: #E7211B;
    content: '';
    display: inline-block;
    height: 2px;
    width: 100px;
    position: absolute;
    bottom: -2px;
    left: 0; }

.head04 {
  background: #FFF;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.04);
  color: #000;
  display: block;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 2;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.7;
  margin-bottom: 20px;
  padding: 15px 22px 17px; }
  @media only screen and (max-width: 960px) {
    .head04 {
      font-size: 14px;
      font-size: 1.4rem; } }

.head05 {
  color: #000;
  display: block;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 2;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.7;
  margin-bottom: 12px; }
  @media only screen and (max-width: 960px) {
    .head05 {
      font-size: 14px;
      font-size: 1.4rem; } }

@media only screen and (max-width: 960px) {
  .head01 {
    margin-bottom: 28px; }
    .head01 .ja {
      font-size: 16px;
      padding-left: 20px; }
      .head01 .ja:before {
        height: 15px;
        top: 9px; }
    .head01 .en {
      font-size: 30px; }

  .head02 {
    font-size: 19px;
    line-height: 1.5;
    margin-bottom: 24px; }

  .head03 {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 1.55;
    padding: 0 0 14px 0; }
    .head03:before {
      width: 100px; }

  .head04 {
    font-size: 16px;
    margin-bottom: 20px;
    padding: 15px 4vw 17px; }

  .head05 {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 8px; } }
/*-- TABLE --*/
.cmnTbl01 table {
  border-collapse: collapse;
  width: 100%; }
  .cmnTbl01 table tr {
    border-bottom: 1px solid #E6E6E6; }
  .cmnTbl01 table th, .cmnTbl01 table td {
    vertical-align: top;
    padding: 24px 0;
    text-align: left; }
  .cmnTbl01 table th {
    color: #000;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px; }
  .cmnTbl01 table td {
    font-weight: normal; }
.cmnTbl01.sizeS table th, .cmnTbl01.sizeS table td {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
  line-height: 1.6;
  padding: 10px 15px; }
  @media only screen and (max-width: 960px) {
    .cmnTbl01.sizeS table th, .cmnTbl01.sizeS table td {
      font-size: 10px;
      font-size: 1rem; } }

.cmnTbl02 table {
  border-collapse: collapse;
  border: 1px solid #B1C1D4;
  border-top: none;
  width: 100%; }
  .cmnTbl02 table tr {
    border-top: 1px solid #B1C1D4; }
  .cmnTbl02 table th, .cmnTbl02 table td {
    font-weight: 500;
    padding: 20px;
    text-align: left; }
  .cmnTbl02 table th {
    background: #CED7E6;
    text-align: center; }
  .cmnTbl02 table td {
    font-weight: normal; }
.cmnTbl02.sizeS table th, .cmnTbl02.sizeS table td {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
  line-height: 1.6;
  padding: 10px 15px; }
  @media only screen and (max-width: 960px) {
    .cmnTbl02.sizeS table th, .cmnTbl02.sizeS table td {
      font-size: 10px;
      font-size: 1rem; } }

@media only screen and (max-width: 960px) {
  .cmnTbl01 table th, .cmnTbl01 table td {
    padding: 12px;
    vertical-align: top; }
  .cmnTbl01 table th {
    width: 30%; }

  .cmnTbl02 table th, .cmnTbl02 table td {
    padding: 12px;
    vertical-align: top;
    text-align: left; }
  .cmnTbl02 table th {
    width: 30%; }

  .responsiveTbl.cmnTbl01 table tr, .responsiveTbl.cmnTbl01 table th, .responsiveTbl.cmnTbl01 table td {
    display: block;
    width: 100%; }
  .responsiveTbl.cmnTbl01 table th {
    font-weight: 600;
    padding: 12px 12px 6px; }
  .responsiveTbl.cmnTbl01 table td {
    padding: 0 12px 12px; }
  .responsiveTbl.cmnTbl02 table tr, .responsiveTbl.cmnTbl02 table th, .responsiveTbl.cmnTbl02 table td {
    display: block;
    width: 100%; }
  .responsiveTbl.cmnTbl02 table th {
    font-weight: 600;
    padding: 12px; }
  .responsiveTbl.cmnTbl02 table td {
    padding: 12px 12px 20px; }
  .responsiveTbl.cmnTbl03 table tr, .responsiveTbl.cmnTbl03 table th, .responsiveTbl.cmnTbl03 table td {
    display: block;
    width: 100%; }
  .responsiveTbl.cmnTbl03 table th {
    border-radius: 4px;
    font-weight: 600;
    padding: 12px 16px; }
  .responsiveTbl.cmnTbl03 table td {
    padding: 12px 0 32px; }
  .responsiveTbl.cmnTbl04 table tr, .responsiveTbl.cmnTbl04 table th, .responsiveTbl.cmnTbl04 table td {
    display: block;
    width: 100%; }
  .responsiveTbl.cmnTbl04 table th {
    font-weight: 600;
    padding: 12px; }
  .responsiveTbl.cmnTbl04 table td {
    padding: 12px 12px 20px; }

  .scrollTbl {
    width: 100%;
    overflow-x: auto; }
    .scrollTbl table {
      width: 900px; } }
/*-- BUTTON --*/
.cmnBtn {
  display: flex;
  flex-wrap: wrap; }
  .cmnBtn li {
    margin: 0 12px 12px 0; }
    .cmnBtn li a {
      background: #FFF;
      border: 1px solid #CCC;
      border-radius: 50px;
      color: #444;
      display: block;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 2;
      font-weight: 500;
      letter-spacing: 0.06em;
      line-height: 1.5;
      padding: 24px 40px 24px 30px;
      position: relative;
      text-decoration: none;
      transition: 0.2s;
      /*
      &:after {
        font-family: "Font Awesome 6 Free";
        content: "\f061";
      @include fs(14);
        font-weight: 900;
        display: inline-block;
        position: absolute;
        top: calc(50% - 14px);
        right: 24px;
      		z-index: 2;
        transition: 0.2s;
      }		
      */ }
      @media only screen and (max-width: 960px) {
        .cmnBtn li a {
          font-size: 15px;
          font-size: 1.5rem; } }
      .cmnBtn li a:hover {
        color: #E7211B;
        border: 1px solid #E7211B; }
    .cmnBtn li.noLink > span {
      border: 1px solid #CCC;
      border-radius: 5px;
      color: #444;
      display: block;
      line-height: 1.5;
      padding: 12px 30px 12px 30px;
      position: relative;
      text-decoration: none; }
    .cmnBtn li.color02 a {
      border-color: #E7211B;
      color: #E7211B; }
      .cmnBtn li.color02 a:hover {
        background: #E7211B;
        color: #FFF; }
    .cmnBtn li.color03 a {
      background: #D9E0EB;
      border-color: #D9E0EB;
      color: #E7211B; }
      .cmnBtn li.color03 a:hover {
        border-color: #E7211B;
        color: #E7211B; }
    .cmnBtn li.color04 a {
      /*
      background: $c_primary;
      */
      background: #1F61A5;
      color: #FFF; }
      .cmnBtn li.color04 a:hover {
        background: #FFF;
        /*
        color: $c_primary;
        */
        color: #1F61A5; }
    .cmnBtn li.blank a {
      padding-right: 52px; }
      .cmnBtn li.blank a:after {
        border: none;
        background: url("/assets/img/common/icon_blank.png") center center no-repeat;
        background-size: 13px auto;
        top: 50%;
        right: 20px;
        margin-top: -7px;
        width: 13px;
        height: 13px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    .cmnBtn li.download a {
      padding-right: 50px; }
      .cmnBtn li.download a:after {
        border: none;
        background: url("/assets/img/common/icon_dl.png") center center no-repeat;
        background-size: 13px auto;
        top: 50%;
        right: 20px;
        margin-top: -8px;
        width: 13px;
        height: 15px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    .cmnBtn li.anchor a:after {
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg); }
  .cmnBtn.flexCenter {
    justify-content: center; }
  .cmnBtn.flexRight {
    justify-content: flex-end; }
  .cmnBtn.clm4 li {
    width: calc((100% - 36px) / 4); }
    .cmnBtn.clm4 li:nth-child(4n) {
      margin-right: 0; }
    .cmnBtn.clm4 li a {
      display: flex;
      align-items: center;
      height: 100%; }
  .cmnBtn.clm3 li {
    width: calc((100% - 24px) / 3); }
    .cmnBtn.clm3 li:nth-child(3n) {
      margin-right: 0; }
    .cmnBtn.clm3 li a {
      display: flex;
      align-items: center;
      height: 100%; }
  .cmnBtn.clm2 {
    justify-content: space-between; }
    .cmnBtn.clm2 li {
      margin-right: 0;
      width: calc((100% - 16px) / 2); }
      .cmnBtn.clm2 li a {
        display: flex;
        align-items: center;
        height: 100%; }
  .cmnBtn.sizeS a, .cmnBtn .sizeS a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    padding: 6px 20px 6px 20px; }
    @media only screen and (max-width: 960px) {
      .cmnBtn.sizeS a, .cmnBtn .sizeS a {
        font-size: 12px;
        font-size: 1.2rem; } }
  .cmnBtn.sizeL a, .cmnBtn .sizeL a {
    font-size: 20px;
    font-size: 2rem;
    line-height: 2;
    padding: 16px 30px 16px 30px; }
    @media only screen and (max-width: 960px) {
      .cmnBtn.sizeL a, .cmnBtn .sizeL a {
        font-size: 17px;
        font-size: 1.7rem; } }
  .cmnBtn.sizeXL a, .cmnBtn .sizeXL a {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 2;
    line-height: 1.8;
    padding: 20px 30px 20px 30px; }
    @media only screen and (max-width: 960px) {
      .cmnBtn.sizeXL a, .cmnBtn .sizeXL a {
        font-size: 20px;
        font-size: 2rem; } }
  .cmnBtn.bold a, .cmnBtn .bold a {
    font-weight: 600; }
  .cmnBtn.textCenter a, .cmnBtn .textCenter a {
    display: flex;
    justify-content: center; }
  .cmnBtn.mediumBtn {
    min-width: 310px; }
    .cmnBtn.mediumBtn li {
      min-width: 310px; }
    .cmnBtn.mediumBtn a {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 2;
      letter-spacing: 0.06em;
      line-height: 1.5;
      padding: 18px 20px 20px 20px; }
      @media only screen and (max-width: 960px) {
        .cmnBtn.mediumBtn a {
          font-size: 14px;
          font-size: 1.4rem; } }

.linkList li a {
  padding: 14px 0 10px;
  margin: 5px 0 5px;
  text-decoration: none;
  transition: 0.5s; }
  .linkList li a .title {
    line-height: 1.7;
    margin-top: -4px;
    transition: 0.3s;
    width: calc(100% - 8em); }
    .linkList li a .title .pdf {
      color: #9FA0A0;
      font-family: "Saira Semi Condensed", sans-serif;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 2; }
      @media only screen and (max-width: 960px) {
        .linkList li a .title .pdf {
          font-size: 13px;
          font-size: 1.3rem; } }
      .linkList li a .title .pdf:before {
        background: url("../img/common/icon_pdf.svg") center center no-repeat;
        background-size: 18px 20px;
        content: '';
        display: inline-block;
        margin: 0 10px;
        vertical-align: middle;
        height: 20px;
        width: 18px; }
    .linkList li a .title .newWin:before {
      font-family: "Font Awesome 6 Free";
      color: #E7211B;
      content: "\f08e";
      display: inline-block;
      font-size: 11px;
      font-weight: 900;
      margin: 0 0 0 8px;
      vertical-align: 1px; }
  .linkList li a:hover {
    background: rgba(255, 255, 255, 0); }
    .linkList li a:hover .date, .linkList li a:hover .title {
      color: #E7211B; }

.textLink {
  color: #E7211B;
  font-weight: 500;
  transition: 0.2s; }
  .textLink:hover {
    color: #E7211B; }

@media (min-width: 960px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
@media only screen and (max-width: 960px) {
  .cmnBtn li {
    margin: 0 0 12px 0; }
    .cmnBtn li a {
      line-height: 1.5;
      padding: 16px 40px 16px 30px; }
      .cmnBtn li a:after {
        right: 16px;
        top: calc(50% - 12px); }
    .cmnBtn li.noLink > span {
      line-height: 1.4;
      padding: 8px 30px 8px 20px; }
    .cmnBtn li.blank a {
      padding-right: 42px; }
      .cmnBtn li.blank a:after {
        right: 12px; }
    .cmnBtn li.download a {
      padding-right: 40px; }
      .cmnBtn li.download a:after {
        right: 12px; }
  .cmnBtn.spFlexLeft {
    justify-content: flex-start; }
  .cmnBtn.spFlexCenter {
    justify-content: center; }
  .cmnBtn.spFlexRight {
    justify-content: flex-end; }
  .cmnBtn.clm4 li {
    width: calc((100% - 24px) / 4); }
  .cmnBtn.clm3 li {
    width: calc((100% - 16px) / 3); }
  .cmnBtn.clm2 li {
    width: calc((100% - 8px) / 2); }
  .cmnBtn.spClm4 li {
    width: calc((100% - 24px) / 4); }
    .cmnBtn.spClm4 li:nth-child(4n) {
      margin-right: 0; }
    .cmnBtn.spClm4 li a {
      display: flex;
      align-items: center;
      height: 100%; }
  .cmnBtn.spClm3 li {
    width: calc((100% - 16px) / 3); }
    .cmnBtn.spClm3 li:nth-child(3n) {
      margin-right: 0; }
    .cmnBtn.spClm3 li a {
      display: flex;
      align-items: center;
      height: 100%; }
  .cmnBtn.spClm2 {
    justify-content: space-between; }
    .cmnBtn.spClm2 li {
      margin-right: 0;
      width: calc((100% - 8px) / 2); }
      .cmnBtn.spClm2 li a {
        display: flex;
        align-items: center;
        height: 100%; }
  .cmnBtn.spClm1 li {
    margin-right: 0;
    width: 100%; }
  .cmnBtn.sizeS a, .cmnBtn .sizeS a {
    font-size: 11px;
    font-size: 1.1rem;
    padding: 6px 24px 6px 10px; }
  .cmnBtn.sizeL a, .cmnBtn .sizeL a {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 12px 30px 12px 20px; }
  .cmnBtn.sizeXL a, .cmnBtn .sizeXL a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 16px 30px 16px 20px; }

  .linkList li a {
    text-decoration: underline;
    padding: 10px 0 6px;
    margin: 5px 0 5px; }
    .linkList li a .title {
      font-size: 13px; }
      .linkList li a .title .pdf {
        font-size: 12px; }
        .linkList li a .title .pdf:before {
          background: url("../img/common/icon_pdf.svg") center center no-repeat;
          background-size: 16px 18px;
          content: '';
          display: inline-block;
          margin: 0 7px;
          vertical-align: middle;
          height: 18px;
          width: 16px; }
      .linkList li a .title .newWin:before {
        background: url("../img/common/icon_newwin.svg") center center no-repeat;
        background-size: 15px 15px;
        content: '';
        display: inline-block;
        margin: 0 7px;
        vertical-align: -3px;
        height: 15px;
        width: 15px; }
    .linkList li a:hover {
      background: rgba(255, 255, 255, 0); }
      .linkList li a:hover .date, .linkList li a:hover .title {
        color: #E7211B; } }
/*-- LIST --*/
.indList li {
  line-height: 1.8;
  margin-top: 4px;
  text-indent: -1em;
  padding-left: 1em; }
.indList.sizeS li {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
  line-height: 1.8;
  margin-top: 5px; }
  @media only screen and (max-width: 960px) {
    .indList.sizeS li {
      font-size: 10px;
      font-size: 1rem; } }

.circleList li {
  line-height: 1.8;
  margin-top: 7px;
  padding-left: 18px;
  position: relative; }
  .circleList li:before {
    color: #1E61A4;
    content: '●';
    display: inline-block;
    font-size: 10px;
    font-size: 1rem;
    line-height: 2;
    line-height: 1;
    position: absolute;
    top: 10px;
    left: 0; }
    @media only screen and (max-width: 960px) {
      .circleList li:before {
        font-size: 10px;
        font-size: 1rem; } }

/*
.numList {
padding-left: 1.3em;
li {
list-style: decimal;
line-height: 1.8;
margin-top: 7px;
}
}
*/
@media only screen and (max-width: 960px) {
  .circleList li {
    line-height: 1.5;
    padding-left: 15px; }
    .circleList li:before {
      font-size: 7px;
      left: 0px;
      top: 6px; } }
/*-- OTHER --*/
.cmnFlex {
  display: flex;
  justify-content: space-between; }
  .cmnFlex.reverse {
    flex-direction: row-reverse; }
  .cmnFlex.aiCenter {
    align-items: center; }

.cmnBox {
  background: #FFF;
  border-radius: 8px;
  padding: 50px; }
  .cmnBox.cGray {
    background: #E9ECF0; }
  .cmnBox.cPrimary {
    border: 3px solid #2070B0; }
  .cmnBox.cLBdr {
    border-radius: 4px;
    overflow: hidden;
    padding: 40px 50px;
    position: relative; }
    .cmnBox.cLBdr:after {
      border-left: 6px solid;
      border-image: linear-gradient(#2fa1d8, #053597) 1;
      content: '';
      height: 100%;
      width: 6px;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0; }
  .cmnBox.kadomaru {
    border-radius: 10px; }
  .cmnBox.cmnBoxMini {
    margin: 0 auto;
    max-width: 1000px;
    padding: 30px 50px; }

.pnavi {
  padding: 20px;
  text-align: center; }
  .pnavi .page-numbers {
    background-color: #FFF;
    border: 1px solid #AAA;
    /*
    box-shadow: 10px 8px 8px -7px rgba(0, 0, 128, 0.05), 0 0 7px -3px rgba(0, 0, 128, 0.05);
    */
    border-radius: 100%;
    color: #000;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: "Saira Semi Condensed", sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2;
    margin: 0 2px;
    text-decoration: none;
    transition: 0.2s;
    height: 45px;
    width: 45px; }
    @media only screen and (max-width: 960px) {
      .pnavi .page-numbers {
        font-size: 10px;
        font-size: 1rem; } }
    .pnavi .page-numbers:hover, .pnavi .page-numbers.current {
      background-color: #E7211B;
      border: 1px solid #E7211B;
      color: #FFF; }
  .pnavi .next, .pnavi .prev {
    margin: 0 16px; }

.imgCaptionList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 20px; }
  .imgCaptionList li {
    margin-bottom: 24px;
    width: calc(33.3333% - 28px); }
    .imgCaptionList li .img {
      display: block;
      width: 100%; }
      .imgCaptionList li .img.imgBg {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        /*
        border-radius: 8px;
        */
        height: 21vw;
        max-height: 250px;
        overflow: hidden; }
    .imgCaptionList li .caption {
      padding: 24px 0 0; }
  .imgCaptionList.clm2 li {
    margin-bottom: 60px;
    width: calc(50% - 24px); }
    .imgCaptionList.clm2 li:nth-child(2n) {
      margin-right: 0; }
    .imgCaptionList.clm2 li .img {
      display: block;
      width: 100%; }
      .imgCaptionList.clm2 li .img.imgBg {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        /*
        border-radius: 8px;
        */
        height: 27.3vw;
        max-height: 320px;
        overflow: hidden; }

.numList {
  counter-reset: listnum;
  list-style: none;
  margin: 0 auto;
  position: relative; }
  .numList:after {
    background: #A7A7A7;
    content: '';
    display: block;
    height: 100%;
    width: 3px;
    position: absolute;
    top: 0;
    left: calc(50% - 2px);
    bottom: 0; }
  .numList li {
    background: #FFF;
    border: 3px solid #2E9ED6;
    border-radius: 6px;
    list-style: none;
    padding: 24px 24px 24px 48px;
    margin-bottom: 32px;
    position: relative;
    z-index: 2; }
    .numList li:before {
      background: #2E9ED6;
      border-radius: 100%;
      counter-increment: listnum;
      content: counter(listnum,decimal-leading-zero);
      color: #FFF;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 2;
      font-weight: 500;
      letter-spacing: 0.1em;
      height: 60px;
      width: 60px;
      position: absolute;
      top: calc(50% - 30px);
      left: -30px; }
      @media only screen and (max-width: 960px) {
        .numList li:before {
          font-size: 14px;
          font-size: 1.4rem; } }
    .numList li:nth-child(1) {
      border-color: #69BAE3; }
      .numList li:nth-child(1):before {
        background: #69BAE3; }
    .numList li:nth-child(2) {
      border-color: #55B2DF; }
      .numList li:nth-child(2):before {
        background: #55B2DF; }
    .numList li:nth-child(3) {
      border-color: #42ABDC; }
      .numList li:nth-child(3):before {
        background: #42ABDC; }
    .numList li:nth-child(4) {
      border-color: #2FA3DA; }
      .numList li:nth-child(4):before {
        background: #2FA3DA; }
    .numList li:nth-child(5) {
      border-color: #257DC7; }
      .numList li:nth-child(5):before {
        background: #257DC7; }
    .numList li:nth-child(6) {
      border-color: #2A73B1; }
      .numList li:nth-child(6):before {
        background: #2A73B1; }
    .numList li:nth-child(7) {
      border-color: #1D639F; }
      .numList li:nth-child(7):before {
        background: #1D639F; }
    .numList li:nth-child(8) {
      border-color: #1D639F; }
      .numList li:nth-child(8):before {
        background: #1D639F; }
    .numList li:nth-child(9) {
      border-color: #345AA8; }
      .numList li:nth-child(9):before {
        background: #345AA8; }
    .numList li:nth-child(10) {
      border-color: #2D53A0; }
      .numList li:nth-child(10):before {
        background: #2D53A0; }
    .numList li:nth-child(11) {
      border-color: #234180; }
      .numList li:nth-child(11):before {
        background: #234180; }
    .numList li .cmnFlex {
      margin: 0 auto;
      max-width: 780px; }
      .numList li .cmnFlex .hd {
        color: #2E9ED6;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 2;
        font-weight: 500;
        letter-spacing: 0.04em;
        margin-bottom: 12px; }
        @media only screen and (max-width: 960px) {
          .numList li .cmnFlex .hd {
            font-size: 14px;
            font-size: 1.4rem; } }

.accBox01 {
  background: #FFF;
  border-radius: 4px;
  overflow: hidden;
  position: relative; }
  .accBox01:after {
    border-left: 6px solid #E7211B;
    content: '';
    height: 100%;
    width: 6px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0; }
  .accBox01 > dt {
    cursor: pointer;
    padding: 28px 50px;
    position: relative;
    transition: 0.2s; }
    .accBox01 > dt:hover {
      opacity: 0.7; }
    .accBox01 > dt .arrow {
      transition: 0.3s;
      position: absolute;
      top: calc(50% - 7px);
      right: 50px;
      display: inline-block;
      width: 18.6px;
      height: 10.8px; }
    .accBox01 > dt .arrow::before,
    .accBox01 > dt .arrow::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: calc(50% - 1.5px);
      width: 3px;
      height: 14px;
      border-radius: 9999px;
      background-color: #E7211B;
      transform-origin: 50% calc(100% - 1.5px); }
    .accBox01 > dt .arrow::before {
      transform: rotate(45deg); }
    .accBox01 > dt .arrow::after {
      transform: rotate(-45deg); }
    .accBox01 > dt.accOn .arrow {
      transform: rotate(-180deg); }
  .accBox01 > dd {
    display: none;
    padding: 28px 50px; }

.tabArea {
  display: block; }
  .tabArea ul.tabNav {
    border-bottom: 2px solid #1C4B96;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0 8px; }
    .tabArea ul.tabNav li {
      background-color: #E0E0E0;
      border-radius: 6px 6px 0 0;
      letter-spacing: 0.03em;
      line-height: 1;
      text-align: center;
      width: calc(50% - 8px);
      transition: 0.3s; }
      .tabArea ul.tabNav li span {
        cursor: pointer;
        display: block;
        padding: 16px;
        letter-spacing: 0.1em;
        position: relative;
        transition: 0.3s;
        z-index: 10; }
      .tabArea ul.tabNav li:hover {
        background-color: #E7211B; }
        .tabArea ul.tabNav li:hover span {
          color: #FFF; }
      .tabArea ul.tabNav li.active {
        background-color: #E7211B;
        color: #FFF;
        cursor: default; }
        .tabArea ul.tabNav li.active span {
          cursor: default; }
  .tabArea .tabBox {
    display: none; }
    .tabArea .tabBox.active {
      display: block; }

.anchorListBox {
  background: #FFF;
  padding: 32px 54px 40px; }
  .anchorListBox .pageList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .anchorListBox .pageList li {
      display: flex;
      width: 48.5%; }
      .anchorListBox .pageList li a {
        border-bottom: 1px solid #BFBFBF;
        display: flex;
        align-items: center;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 2;
        font-weight: 400;
        letter-spacing: 0.02em;
        line-height: 1.45;
        padding: 16px 28px 16px 4px;
        position: relative;
        text-decoration: none;
        transition: 0.2s;
        width: 100%; }
        @media only screen and (max-width: 960px) {
          .anchorListBox .pageList li a {
            font-size: 10px;
            font-size: 1rem; } }
        .anchorListBox .pageList li a:after {
          background: #DCE0EB;
          border-radius: 100%;
          content: '';
          display: flex;
          height: 22px;
          width: 22px;
          position: absolute;
          right: 0;
          top: calc(50% - 8px);
          transition: 0.2s; }
        .anchorListBox .pageList li a:before {
          background: url("/assets/img/common/arrow_r2.svg") center center no-repeat;
          background-size: 7px auto;
          content: '';
          display: flex;
          height: 22px;
          width: 22px;
          position: absolute;
          right: 0;
          top: calc(50% - 8px);
          transition: 0.2s;
          z-index: 2;
          transform: rotate(90deg); }
        .anchorListBox .pageList li a:hover {
          color: #E7211B; }
          .anchorListBox .pageList li a:hover:after {
            transform: scale(1.5); }

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9; }
  .youtube iframe {
    width: 100%;
    height: 100%; }

.arrowBtn01 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center; }
  @media only screen and (max-width: 960px) {
    .arrowBtn01 {
      font-size: 15px;
      font-size: 1.5rem; } }
  .arrowBtn01 a {
    border-bottom: 3px solid #EBEBEB;
    display: inline-block;
    text-decoration: none;
    min-width: 280px;
    padding: 16px 50px 16px 16px;
    text-align: left;
    position: relative;
    transition: 0.2s; }
    .arrowBtn01 a:before {
      background: #E7211B;
      content: '';
      display: inline-block;
      height: 3px;
      width: 0;
      position: absolute;
      bottom: -3px;
      left: 0;
      transition: 0.2s; }
    .arrowBtn01 a .arrow {
      overflow: hidden;
      position: absolute;
      top: 0;
      right: 12px;
      bottom: 0;
      width: 30px;
      margin: auto 0;
      line-height: 1; }
    .arrowBtn01 a .arrow:before,
    .arrowBtn01 a .arrow:after {
      content: "→";
      position: absolute;
      top: calc(50% - 10px);
      right: 0;
      animation-fill-mode: forwards;
      animation-duration: 0.3s;
      letter-spacing: 0 !important; }
    .arrowBtn01 a .arrow:after {
      transform: translateX(-100%);
      opacity: 0; }
    @media only screen and (min-width: 960px) {
      .arrowBtn01 a:hover {
        /*
        letter-spacing: 0.15em;
        */
        color: #E7211B; }
        .arrowBtn01 a:hover:before {
          width: 100%; }
        .arrowBtn01 a:hover .arrow:before {
          animation-name: transformRightLeft;
          /* 修正: hover時のアニメーションを指定 */
          animation-delay: 0s;
          letter-spacing: 0 !important; }
        .arrowBtn01 a:hover .arrow:after {
          animation-name: transformLeftRight;
          /* 修正: hover時のアニメーションを指定 */
          animation-delay: 0.2s;
          letter-spacing: 0 !important; } }
  .arrowBtn01.anchor {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
    text-align: left; }
    @media only screen and (max-width: 960px) {
      .arrowBtn01.anchor {
        font-size: 15px;
        font-size: 1.5rem; } }
    .arrowBtn01.anchor a .arrow {
      transform: rotate(45deg); }
  .arrowBtn01.mini {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
    line-height: 1.4;
    text-align: left; }
    @media only screen and (max-width: 960px) {
      .arrowBtn01.mini {
        font-size: 15px;
        font-size: 1.5rem; } }
    .arrowBtn01.mini a {
      min-width: 220px;
      padding: 10px 40px 10px 8px; }

@keyframes transformLeftRight {
  0% {
    transform: translateX(-100%);
    opacity: 0; }
  50% {
    transform: translateX(0);
    opacity: 1; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@keyframes transformRightLeft {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(100%); } }
@media only screen and (max-width: 960px) {
  .cmnFlex {
    display: block; }
    .cmnFlex > div {
      margin-bottom: 25px;
      position: relative; }
      .cmnFlex > div:after {
        content: attr(data-txt);
        color: rgba(0, 0, 0, 0.18);
        display: block;
        font-family: "Saira Semi Condensed", sans-serif;
        font-size: 55px;
        font-size: 5.5rem;
        font-weight: 500;
        line-height: 1;
        letter-spacing: 0.01em;
        position: absolute;
        top: -55px;
        left: auto;
        right: 10px;
        z-index: 2; }

  .cmnBox {
    padding: 20px 5vw 1px; }
    .cmnBox.cLBdr {
      padding: 20px 5vw 1px calc(5vw + 5px); }
      .cmnBox.cLBdr:after {
        border-left: 5px solid; }
    .cmnBox.cmnBoxMini {
      max-width: auto;
      max-width: none;
      padding: 20px 5vw 1px; }

  .pnavi .page-numbers {
    font-size: 14px;
    height: 40px;
    width: 40px; }

  .imgCaptionList {
    display: block; }
    .imgCaptionList li {
      margin-bottom: 40px;
      width: 100%; }
      .imgCaptionList li .img {
        display: block;
        width: 100%; }
        .imgCaptionList li .img.imgBg {
          /*
          border-radius: 6px;
          */
          height: 60vw;
          max-height: auto;
          max-height: none;
          overflow: hidden; }
      .imgCaptionList li .caption {
        padding: 24px 0 0; }
    .imgCaptionList.clm2 li {
      margin-bottom: 40px;
      width: 100%; }
      .imgCaptionList.clm2 li:nth-child(2n) {
        margin-right: 0; }
      .imgCaptionList.clm2 li .img {
        display: block;
        width: 100%; }
        .imgCaptionList.clm2 li .img.imgBg {
          /*
          border-radius: 8px;
          */
          height: 60vw;
          max-height: auto;
          max-height: none;
          overflow: hidden; }

  .numList li {
    padding: 6vw 7.5vw 3.5vw 7.5vw;
    margin-bottom: 36px; }
    .numList li:before {
      height: 50px;
      width: 50px;
      top: -25px;
      left: -25px; }
    .numList li .cmnFlex {
      max-width: 100%; }
      .numList li .cmnFlex > div {
        margin-bottom: 0;
        padding-bottom: 16px; }
      .numList li .cmnFlex > div.wfull {
        margin-bottom: 0;
        padding-bottom: 16px; }
      .numList li .cmnFlex .hd {
        margin-bottom: 4px; }

  .accBox01:after {
    border-left-width: 5px;
    width: 5px; }
  .accBox01 > dt {
    padding: 20px 5vw 20px calc(5vw + 5px); }
    .accBox01 > dt .arrow {
      top: calc(50% - 5px);
      right: 5vw;
      width: 14px;
      height: 10px; }
    .accBox01 > dt .arrow::before,
    .accBox01 > dt .arrow::after {
      left: calc(50% - 1.5px);
      width: 2px;
      height: 10px;
      transform-origin: 50% calc(100% - 1.5px); }
  .accBox01 > dd {
    padding: 20px 5vw 20px calc(5vw + 5px); }

  .tabArea ul.tabNav {
    padding: 0 4px; }
    .tabArea ul.tabNav li {
      border-radius: 4px 4px 0 0;
      font-size: 13px;
      width: calc(50% - 4px); }
      .tabArea ul.tabNav li span {
        letter-spacing: 0.04em; }

  .anchorListBox {
    padding: 4px 2.5vw 12px; }
    .anchorListBox .pageList li {
      width: 48.5%; }
      .anchorListBox .pageList li a {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 2;
        letter-spacing: -0.02em;
        line-height: 1.45;
        padding: 14px 20px 14px 4px; } }
      @media only screen and (max-width: 960px) and (max-width: 960px) {
        .anchorListBox .pageList li a {
          font-size: 10px;
          font-size: 1rem; } }
@media only screen and (max-width: 960px) {
        .anchorListBox .pageList li a:after {
          height: 18px;
          width: 18px;
          top: calc(50% - 6px); }
        .anchorListBox .pageList li a:before {
          background: url("/assets/img/common/arrow_r2.svg") center center no-repeat;
          background-size: 6px auto;
          height: 18px;
          width: 18px;
          top: calc(50% - 6px); }

  .arrowBtn01 {
    font-size: 16px; }
    .arrowBtn01 a {
      min-width: 240px; } }
/*  /////////////////////////////////////////////////
Responsive LandScape 
*/
