@media (min-width: 768px) {
    .sp {
      display: none !important;
    }
  }
  @media (max-width: 767px) {
    .pc {
      display: none !important;
    }
  }
  /*------------------------------------------------------
   corporate
  ------------------------------------------------------*/
  #corporate {
    padding-bottom: 120px;
  }
  
  .corporate_anchor {
    padding-top: 66px;
    margin-bottom: 118px;
  }
  .corporate_anchor ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 18px 1fr 18px 1fr 18px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
  }
  .corporate_anchor ul > li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #333333;
    border-radius: 10px;
    color: #FFF;
    padding: 16px 36px 14px 23px;
    position: relative;
    width: 100%;
  }
  .corporate_anchor ul > li a::after {
    content: "";
    width: 12px;
    height: 15px;
    background-image: url(/assets/img/arrow_anc01.aa231ce4.svg);
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 23px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .corporate_anchor ul > li a.link::after {
    content: "";
    width: 15px;
    height: 12px;
    background-image: url(/assets/img/arrow_anc02.63778f6d.svg);
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 23px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  @media (max-width: 767px) {
    .corporate_anchor {
      padding-top: 43px;
      margin-bottom: 50px;
    }
    .corporate_anchor ul {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 10px 1fr;
      grid-template-columns: repeat(2, 1fr);
      gap: 10px;
    }
    .corporate_anchor ul > li a {
      border-radius: 8px;
      padding: 10px 33px 8px 16px;
      position: relative;
      width: 100%;
      font-size: 1.2rem;
    }
    .corporate_anchor ul > li a::after {
      content: "";
      width: 11px;
      height: 11px;
      background-image: url(/assets/img/arrow_anc01.aa231ce4.svg);
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat;
      position: absolute;
      top: 50%;
      right: 16px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
    }
    .corporate_anchor ul > li a.link::after {
      content: "";
      width: 11px;
      height: 11px;
      background-image: url(/assets/img/arrow_anc02.63778f6d.svg);
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat;
      position: absolute;
      top: 50%;
      right: 16px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
    }
  }
  
  .corporate_area01 {
    margin-bottom: 120px;
  }
  .corporate_area01 .page_title01 {
    margin-bottom: 22px;
  }
  .corporate_area01 h4 {
    margin-bottom: 20px;
  }
  @media (max-width: 767px) {
    .corporate_area01 {
      margin-bottom: 80px;
    }
  }
  
  .corporate_area02 {
    margin-bottom: 120px;
  }
  .corporate_area02 .page_title01 {
    margin-bottom: 39px;
  }
  @media (max-width: 767px) {
    .corporate_area02 {
      margin-bottom: 100px;
    }
  }
  
  .corporate_area03 {
    margin-bottom: 100px;
  }
  .corporate_area03 .page_title01 {
    margin-bottom: 22px;
  }
  
  .corporate_area04 .page_title01 {
    margin-bottom: 32px;
  }
  .corporate_block01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 31px;
    margin-bottom: 31px;
  }
  .corporate_block01 .bold_txt {
    font-weight: bold;
  }
  @media (max-width: 767px) {
    .corporate_block01 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
  }
  
  .corporate_block02 {
    background-color: #EEE;
    padding: 28px 34px 34px;
  }
  @media (max-width: 767px) {
    .corporate_block02 {
      padding: 28px 26px 43px;
    }
  }
  
  .corporate_block03 > dl {
    padding: 16px 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px dashed #BBBBBB;
  }
  .corporate_block03 > dl:first-child {
    padding-top: 0;
  }
  .corporate_block03 > dl > dt {
    font-weight: 700;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 276px;
            flex: 0 0 276px;
  }
  .corporate_block03 > dl > dd > a {
    transition: .5s;
  }
  .corporate_block03 > dl > dd > a:hover {
    color: #00A4B0;
  }
  .corporate_block03 > dl > dd > p.name_list {
    display: flex;
    width: 100%;
  }
  .corporate_block03 > dl > dd > p.name_list > .post {
    white-space: nowrap;
    width: 140px;
  }
  .corporate_block03 > dl > dd > p.name_list > .name {
    white-space: nowrap;
  }
  @media (max-width: 767px) {
    .corporate_block03 > dl {
      padding: 16px 18px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-bottom: 1px dashed #BBBBBB;
    }
    .corporate_block03 > dl:first-child {
      padding-top: 0;
    }
    .corporate_block03 > dl > dt {
      font-weight: 700;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 111px;
              flex: 0 0 111px;
    }
    .corporate_block03 > dl > dd > p.name_list {
      display: block;
      width: 100%;
    }
    .corporate_block03 > dl > dd > p.name_list > .post {
      white-space: normal;
    }
    .corporate_block03 > dl > dd > p.name_list > .name {
      display: table;
      margin-bottom: 10px;
    }
  }
  
  .corporate_block04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 11px;
  }
  .corporate_block04 > dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 13px;
  }
  .corporate_block04 > dl > dt {
    border-radius: 10px;
    background: #DCEDEF;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 117px;
            flex: 0 0 117px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 23px 0;
    font-weight: 700;
    text-align: center;
  }
  .corporate_block04 > dl > dd {
    width: 100%;
  }
  .corporate_block04 > dl > dd > dl {
    padding: 23px 21px 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px dashed #BBBBBB;
    width: 100%;
  }
  .corporate_block04 > dl > dd > dl > dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 85px;
            flex: 0 0 85px;
  }
  @media (max-width: 767px) {
    .corporate_block04 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 11px;
    }
    .corporate_block04 > dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 5px;
    }
    .corporate_block04 > dl > dt {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 43px;
              flex: 0 0 43px;
      padding: 12px 10px;
      line-height: 1;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
    .corporate_block04 > dl > dd {
      width: 100%;
    }
    .corporate_block04 > dl > dd > dl {
      padding: 23px 9px 21px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border-bottom: 1px dashed #BBBBBB;
      width: 100%;
    }
    .corporate_block04 > dl > dd > dl > dt {
      -webkit-box-flex: 1;
          -ms-flex: auto;
              flex: auto;
    }
  }
  
  .corporate_block05 .btn_arrow03 {
    max-width: 350px;
  }
  
  .copyright_text01 {
    font-weight: 700;
    margin-bottom: 20px;
  }
  
  .corporate_image01 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.2371134021%;
            flex: 0 0 41.2371134021%;
  }
  @media (max-width: 767px) {
    .corporate_image01 {
      -webkit-box-flex: 1;
      -ms-flex: auto;
      flex: auto;
      order: 1;
    }
  }

  
  /*------------------------------------------------------
   glossary
  ------------------------------------------------------*/

body.-fixed {
  overflow: hidden;
}

#glossary {
  margin-bottom: 160px;
}
#glossary strong {
  font-weight: bold;
}
@media (max-width: 767px) {
  #glossary {
    margin-bottom: 90px;
  }
}
#glossary .page-header {
  width: 100%;
  padding: 50px 20px 24px;
  margin-bottom: 54px;
  background: white;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  #glossary .page-header {
    padding-top: 28px;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
}
#glossary .page-header .top-level {
  width: min(100%, 970px);
  padding: 0;
  margin: 0 auto;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: calc(20/13);
}
#glossary .page-header h1 {
  width: min(100%, 970px);
  margin: 0 auto;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: calc(36/25);
}
#glossary .page-header h1 span {
  color: #00A4B0;
}
#glossary .section .section_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 90px;
}
@media (max-width: 767px) {
  #glossary .section .section_content {
    row-gap: 22px;
  }
}
#glossary .section .word-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 27px 60px;
  width: 100%;
}
@media (max-width: 767px) {
  #glossary .section .word-list {
    row-gap: 22px;
  }
}
#glossary .section .word-item {
  width: calc(33.333% - 40px);
}
@media (max-width: 767px) {
  #glossary .section .word-item {
    width: 100%;
  }
}
#glossary .modal-trigger {
  position: relative;
  margin-left: 20px;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-decoration: underline;
  cursor: pointer;
}
#glossary .modal-trigger::before {
  position: absolute;
  content: "・";
  left: -20px;
  top: 0;
}
#glossary .modal {
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
  top: 0;
  left: 0;
  display: none;
  z-index: -1;
}
#glossary .modal.-open {
  display: block;
  z-index: 100;
}
#glossary .modal .modaloverlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
#glossary .modal .modal_container {
  position: relative;
  width: min(100%, 620px);
  padding: 15px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#glossary .modal .modal_contents {
  width: 100%;
  height: auto;
  max-height: 80vh;
  padding: 24px 24px 30px;
  background-color: #f3f3f3;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (max-width: 767px) {
  #glossary .modal .modal_contents {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#glossary .modal .modal_headline {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 36px;
  letter-spacing: 0.05em;
}
#glossary .modal .modal_block:not(:last-child) {
  margin-bottom: 30px;
}
#glossary .modal .modal_subhead {
  padding-bottom: 6px;
  margin-bottom: 10px;
  border-bottom: 1px solid;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
#glossary .modal .modal_subhead-related {
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
#glossary .modal .modal_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#glossary .modal .modal_text {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: calc(22/14);
}
#glossary .modal .row {
  display: -ms-grid;
  display: grid;
  gap: calc(100% * 10/542);
  -ms-grid-columns: calc(100% * 280/542) calc(100% * 10/542) calc(100% * 252/542);
  grid-template-columns: calc(100% * 280/542) calc(100% * 252/542);
}
@media (max-width: 767px) {
  #glossary .modal .row {
    gap: calc(100% * 10/330);
    -ms-grid-columns: calc(100% * 182/330) calc(100% * 10/330) calc(100% * 138/330);
    grid-template-columns: calc(100% * 182/330) calc(100% * 138/330);
  }
}
#glossary .modal .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 60px;
}
@media (max-width: 767px) {
  #glossary .modal .list {
    gap: 8px 20px;
  }
}
#glossary .modal .mdoal_backto-button {
  position: relative;
  display: block;
  width: min(100%, 225px);
  padding: 7px 0;
  margin: 40px auto 0;
  background-color: white;
  border: 1px solid #D9D9D9;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}
#glossary .modal .mdoal_backto-button::before {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  background: url(/asset/img/other/icon_glossary_arrow.svg) no-repeat center/cover;
  left: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (hover: hover) {
  #glossary .modal .mdoal_backto-button:hover {
    background-color: #EEE;
  }
}
#glossary .modal .mdoal_close-button {
  position: absolute;
  display: block;
  width: 26px;
  height: 26px;
  background-color: #D9D9D9;
  border-radius: 50%;
  top: 0;
  right: 0;
  cursor: pointer;
}
#glossary .modal .mdoal_close-button::before, #glossary .modal .mdoal_close-button::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 2px;
  background-color: #333;
  border-radius: 2px;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: center;
          transform-origin: center;
}
#glossary .modal .mdoal_close-button::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
#glossary .modal .mdoal_close-button::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 767px) {
  #glossary .modal .mdoal_close-button {
    top: 4px;
    right: 8px;
  }
}
  
  /*------------------------------------------------------
   media
  ------------------------------------------------------*/
  .media_area {
    padding: 67px 0 123px;
  }
  @media (max-width: 767px) {
    .media_area {
      padding: 41px 0 72px;
    }
  }
  
  .media_block01 {
    margin-bottom: 59px;
  }
  @media (max-width: 767px) {
    .media_block01 {
      margin-bottom: 46px;
    }
  }
  
  .media_list > li {
    padding: 49px 20px;
    border-bottom: #BBBBBB dashed 1px;
  }
  .media_list > li:first-child {
    padding-top: 0;
  }
  .media_list > li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5.4838709677%;
  }
  @media (hover: hover) {
    .media_list > li:hover .media_text02 {
      color: #00A4B0;
    }
  }
  @media (max-width: 767px) {
    .media_list > li {
      padding: 45px 7px;
    }
    .media_list > li a {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 10px;
    }
  }
  
  .media_text01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24.0860215054%;
            flex: 0 0 24.0860215054%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-width: 185px;
  }
  .media_text01 .tag {
    font-size: 1.3rem;
    background-color: #474747;
    display: inline-block;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    color: #fff;
    padding: 1px 4px;
  }
  @media (max-width: 767px) {
    .media_text01 {
      -webkit-box-flex: 1;
          -ms-flex: auto;
              flex: auto;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      gap: 12px;
    }
  }
  
  .tab_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr;
    grid-template-columns: repeat(5, 1fr);
    gap: 5px;
  }
  .tab_list > li > .tab {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    background: #EEE;
    padding: 10px 0;
    display: block;
    width: 100%;
  }
  .tab_list > li > .tab[aria-selected=true] {
    background: #474747;
    color: #fff;
  }
  @media (hover: hover) {
    .tab_list > li > .tab:hover {
      background: #BBB;
    }
  }
  @media (max-width: 767px) {
    .tab_list {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 2px 1fr 2px 1fr 2px 1fr 2px 1fr;
      grid-template-columns: repeat(5, 1fr);
      gap: 2px;
    }
    .tab_list > li > .tab {
      text-align: center;
      font-size: 1.2rem;
      font-weight: 700;
      background: #EEE;
      padding: 8px 0;
    }
  }
  
  .tab-panel[aria-hidden=true] {
    display: none;
  }



  /*--hash追加分--*/
  div.media_title {
    margin-bottom: 20px;
  }
  div.media_title>span.cate_icon {
    background: #474747;
    padding: 8px 10px;
    font-size: 13px;
    color: #FFF;
    letter-spacing: 0.65px;
  }
  div.media_title>p.title {
    color: #333;
    font-size: 25px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 1.25px;
    padding: 15px 0 50px 0;
  }
  div.media_title>p.date {
    text-align: right;
    font-size: 16px;
  }
  div.media_detail {
    border-top: #BBBBBB dashed 1px;
    border-bottom: #BBBBBB dashed 1px;
    padding: 50px 20px;
  }
  div.media_detail>p {
    margin-bottom: 20px;
  }
  div.media_detail>p:last-child {
    margin-bottom: 0px;
  }
  div.media_detail>p>a {
    transition: .5s;
  }
  div.media_detail>p>a:hover {
    color: #00A4B0;
  }
  div.media_btn_area {
    padding-top: 65px;
  }
  div.media_btn_area>a {
    display: table;
    padding: 8px 30px;
    margin: 0 auto;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.8px;
    background: #474747;
    border-radius: 5px;
    transition: .5s;
  }
  div.media_btn_area>a:hover {
    background: #bbb;
  }

  @media (max-width: 767px) {
    div.media_title {
      margin-bottom: 12px;
    }
    div.media_title>p.title {
      padding: 15px 0 40px 0;
    }
    div.media_title>p.date {
      text-align: right;
      font-size: 16px;
    }
    div.media_detail {
      padding: 45px 20px;
    }
    div.media_detail>p {
      margin-bottom: 20px;
    }
    div.media_detail>p:last-child {
      margin-bottom: 0px;
    }
    div.media_detail>p>a {
      transition: .5s;
    }
    div.media_detail>p>a:hover {
      color: #00A4B0;
    }
    div.media_btn_area {
      padding-top: 40px;
    }
    div.media_btn_area>a {
      display: table;
      padding: 10px 0;
      margin: 0 auto;
      width: 70%;
      text-align: center;
    }
    div.media_btn_area>a:hover {
      background: #bbb;
    }
  }
  
  /*------------------------------------------------------
   news hashdash追加
  ------------------------------------------------------*/
  .news_area {
    padding: 67px 0 123px;
  }
  @media (max-width: 767px) {
    .news_area {
      padding: 41px 0 72px;
    }
  }
  
  .news_block01 {
    margin-bottom: 59px;
  }
  @media (max-width: 767px) {
    .news_block01 {
      margin-bottom: 46px;
    }
  }
  
  .news_list > li {
    padding: 49px 20px;
    border-bottom: #BBBBBB dashed 1px;
  }
  .news_list > li:first-child {
    padding-top: 0;
  }
  .news_list > li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5.4838709677%;
  }
  @media (hover: hover) {
    .news_list > li:hover .news_text02 {
      color: #00A4B0;
    }
  }
  @media (max-width: 767px) {
    .news_list > li {
      padding: 45px 7px;
    }
    .news_list > li a {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 10px;
    }
  }
  
  .news_text01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24.0860215054%;
            flex: 0 0 24.0860215054%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-width: 185px;
  }
  .news_text01 .tag {
    font-size: 1.3rem;
    background-color: #474747;
    display: inline-block;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    color: #fff;
    padding: 1px 4px;
  }
  @media (max-width: 767px) {
    .news_text01 {
      -webkit-box-flex: 1;
          -ms-flex: auto;
              flex: auto;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      gap: 12px;
    }
  }
  
  .tab_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr;
    grid-template-columns: repeat(5, 1fr);
    gap: 5px;
  }
  .tab_list > li > .tab {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    background: #EEE;
    padding: 10px 0;
    display: block;
    width: 100%;
  }
  .tab_list > li > a {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    background: #EEE;
    padding: 10px 0;
    display: block;
    width: 100%;
    transition: .5s;
  }
  .tab_list > li > .tab[aria-selected=true] {
    background: #474747;
    color: #fff;
  }
  @media (hover: hover) {
    .tab_list > li > .tab:hover {
      background: #BBB;
    }
    .tab_list > li > a:hover {
      background: #BBB;
    }
  }
  @media (max-width: 767px) {
    .tab_list {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 2px 1fr 2px 1fr 2px 1fr 2px 1fr;
      grid-template-columns: repeat(5, 1fr);
      gap: 2px;
    }
    .tab_list > li > .tab {
      text-align: center;
      font-size: 1.2rem;
      font-weight: 700;
      background: #EEE;
      padding: 8px 0;
    }
    .tab_list > li > a {
      text-align: center;
      font-size: 1.2rem;
      font-weight: 700;
      background: #EEE;
      padding: 8px 0;
    }
  }
  
  .tab-panel[aria-hidden=true] {
    display: none;
  }



  /*--hash追加分--*/
  div.news_title {
    margin-bottom: 20px;
  }
  div.news_title > span.cate_icon {
    background: #474747;
    padding: 8px 10px;
    font-size: 13px;
    color: #FFF;
    letter-spacing: 0.65px;
  }
  div.news_title > p.title {
    color: #333;
    font-size: 25px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 1.25px;
    padding: 15px 0 50px 0;
  }
  div.news_title > p.date {
    text-align: right;
    font-size: 16px;
  }
  div.news_detail {
    border-top: #BBBBBB dashed 1px;
    border-bottom: #BBBBBB dashed 1px;
    padding: 50px 20px;
  }
  div.news_detail > p {
    margin-bottom: 20px;
  }
  div.news_detail > p:last-child {
    margin-bottom: 0px;
  }
  div.news_detail > p > a {
    transition: .5s;
  }
  div.news_detail > p > a:hover {
    color: #00A4B0;
  }
  div.news_detail > p > span.bm {
    font-weight: 600;
  }
  div.news_btn_area {
    padding-top: 65px;
  }
  div.news_btn_area > a {
    display: table;
    padding: 8px 30px;
    margin: 0 auto;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.8px;
    background: #474747;
    border-radius: 5px;
    transition: .5s;
  }
  div.news_btn_area > a:hover {
    background: #bbb;
  }

  @media (max-width: 767px) {
    div.news_title {
      margin-bottom: 12px;
    }
    div.news_title > p.title {
      padding: 15px 0 40px 0;
    }
    div.news_title > p.date {
      text-align: right;
      font-size: 16px;
    }
    div.news_detail {
      padding: 45px 20px;
    }
    div.news_detail > p {
      margin-bottom: 20px;
    }
    div.news_detail > p:last-child {
      margin-bottom: 0px;
    }
    div.news_detail > p > a {
      transition: .5s;
    }
    div.news_detail > p > a:hover {
      color: #00A4B0;
    }
    div.news_btn_area {
      padding-top: 40px;
    }
    div.news_btn_area > a {
      display: table;
      padding: 10px 0;
      margin: 0 auto;
      width: 70%;
      text-align: center;
    }
    div.news_btn_area > a:hover {
      background: #bbb;
    }
  }

  #news .table_wrap {
    margin-bottom: 30px;
  }
  #news .table {
    width: 100%;
    border: 1px solid #D9D9D9;
    margin-top: 15px;
  }
  #news .table2 {
    width: 100%;
    border: 1px solid #D9D9D9;
    margin-top: 15px;
  }
  #news thead {
    height: 85px;
  }
  @media (max-width: 767px) {
    #news thead {
      height: 53px;
    }
  }
  #news th, #news td {
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    min-height: 46px;
    padding: 5px 4px;
  }
  #news .table th {
    text-align: left;
    font-weight: bold;
    width: 14.5%;
  }
  #news .table td {
    text-align: center;
    line-height: 18px;
    width: 9.5%;
  }
  #news .table2 th {
    text-align: left;
    font-weight: bold;
    width: 14.5%;
  }
  #news .table2 td {
    text-align: center;
    line-height: 18px;
    width: 17.1%;    
  }
  #news .table2 td p {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  #news td span {
    font-size: 75%;
  }
  #news td span.moresmall {
    font-size: 60%;
  }
  @media (max-width: 767px) {
    #news th, #news td {
      font-size: 12px;
      height: 26px;
      line-height: 14px;
    }
  }
  #news .gray {
    background: #EEE;
  }
  #news .green_txt {
    color: #069ca7;
  }
  #news .red_txt {
    color: #ff0000;
  }
  #news .green_bg {
    color: #069ca7;
    background: #EAF6F7;
  }
  #news .large {
    width: 19%;
  }


  /*--キャンペーン追加分--*/

  section.news_area>div.news_block02.w970>div.news_detail>div.cam_block {
    margin-bottom: 50px;
  }
  section.news_area>div.news_block02.w970>div.news_detail>div.cam_block>p.con_title {
    font-weight: bold;
    font-size: 1.1em;
  }
  section.news_area>div.news_block02.w970>div.news_detail>div.cam_block>p.text {
    margin-bottom: 20px;
  }
  section.news_area>div.news_block02.w970>div.news_detail>div.cam_block>div.con_btn {
    padding: 20px 0;
    text-align: center;
  }
  section.news_area>div.news_block02.w970>div.news_detail>div.cam_block>div.con_btn>a>img {
    width: 50%;
    transition: .5s;
  }
  section.news_area>div.news_block02.w970>div.news_detail>div.cam_block>div.con_btn>a>img:hover {
    opacity: 0.5;
  }
  @media (max-width: 767px) {
    section.news_area>div.news_block02.w970>div.news_detail>div.cam_block>div.con_btn>a>img {
      width: 80%;
    }
  }
  section.news_area>div.news_block02.w970>div.news_detail>div.cam_block.cam_table {
  }
  section.news_area>div.news_block02.w970>div.news_detail>div.cam_block.cam_table>dl {
    display: flex;
    flex-wrap: wrap;
    border-left: #5a5a5a solid 1px;
    border-top: #5a5a5a solid 1px;
    margin-top: 10px;
  }
  section.news_area>div.news_block02.w970>div.news_detail>div.cam_block.cam_table>dl>dt {
    width: 18%;
    border-right: #5a5a5a solid 1px;
    border-bottom: #5a5a5a solid 1px;
    background-color: #e3f1f1;
    padding: 1% 2%;
    box-sizing: border-box;
    font-weight: bold;
  }
  section.news_area>div.news_block02.w970>div.news_detail>div.cam_block.cam_table>dl>dd {
    width: 82%;
    border-right: #5a5a5a solid 1px;
    border-bottom: #5a5a5a solid 1px;
    padding: 1% 2%;
    box-sizing: border-box;
  }
  @media (max-width: 767px) {
    section.news_area>div.news_block02.w970>div.news_detail>div.cam_block.cam_table>dl {
      border-left: #5a5a5a solid 1px;
      border-top: #5a5a5a solid 1px;
      margin-top: 10px;
    }
    section.news_area>div.news_block02.w970>div.news_detail>div.cam_block.cam_table>dl>dt {
      width: 100%;
      border-right: #5a5a5a solid 1px;
      border-bottom: #5a5a5a solid 1px;
      background-color: #e3f1f1;
      padding: 1% 2%;
      box-sizing: border-box;
      text-align: center;
      font-weight: bold;
    }
    section.news_area>div.news_block02.w970>div.news_detail>div.cam_block.cam_table>dl>dd {
      width: 100%;
      border-right: #5a5a5a solid 1px;
      border-bottom: #5a5a5a solid 1px;
      padding: 1% 2%;
      box-sizing: border-box;
    }
  }

  section.news_area>div.news_block02.w970>div.news_detail>div.cam_block.cam_table>dl>dd>a {
    transition: .5s;
  }
  section.news_area>div.news_block02.w970>div.news_detail>div.cam_block.cam_table>dl>dd>a:hover {
    color: #00A4B0;
  }
  section.news_area>div.news_block02.w970>div.news_detail>div.cam_block.cam_atte_list {
  }
  section.news_area>div.news_block02.w970>div.news_detail>div.cam_block.cam_atte_list>p.con_title {
  }
  section.news_area>div.news_block02.w970>div.news_detail>div.cam_block.cam_atte_list>ul {
    margin-top: 10px;
  }
  section.news_area>div.news_block02.w970>div.news_detail>div.cam_block.cam_atte_list>ul>li {
    text-indent:-1em;
    padding-left:1em;
    margin-bottom: 10px;
    font-size: 0.8em;
    line-height: 1.2em;
  }
  section.news_area>div.news_block02.w970>div.news_detail>div.cam_block.cam_atte_list>ul>li::before {
    content: "・";
  }
  

  
  
  /*------------------------------------------------------
   recruit
  ------------------------------------------------------*/
  .recruit_area {
    padding: 77px 0 137px;
  }
  @media (max-width: 767px) {
    .recruit_area {
      padding: 21px 0 117px;
    }
  }
  
  .recruit_block01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 34px;
    margin-bottom: 80px;
  }
  .recruit_block01 h3 {
    margin-bottom: 20px;
  }
  @media (max-width: 767px) {
    .recruit_block01 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 36px;
      margin-bottom: 36px;
    }
    .recruit_block01 h3 {
      margin-bottom: 20px;
    }
  }
  
  .recruit_block02 {
    margin-bottom: 100px;
  }
  .recruit_block02 h3 {
    margin-bottom: 20px;
  }
  @media (max-width: 767px) {
    .recruit_block02 {
      margin-bottom: 77px;
    }
  }
  
  .recruit_block03 {
    text-align: center;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 64px;
  }
  .recruit_block03 .btn_ex01 {
    max-width: 350px;
  }
  
  .recruit_list01 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .recruit_list01 > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 32px 21px;
    gap: 21px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
  }
  .recruit_list01 h4 {
    margin-bottom: 10px;
  }
  @media (max-width: 767px) {
    .recruit_list01 {
      -ms-grid-columns: 1fr;
      grid-template-columns: repeat(1, 1fr);
      gap: 16px;
    }
    .recruit_list01 > li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 16px;
      gap: 21px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-radius: 10px;
      border: 1px solid #D9D9D9;
    }
    .recruit_list01 h4 {
      margin-bottom: 10px;
    }
  }
  
  .recruit_image01 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.2371134021%;
            flex: 0 0 41.2371134021%;
  }
  @media (max-width: 767px) {
    .recruit_image01 {
      -webkit-box-flex: 1;
          -ms-flex: auto;
              flex: auto;
    }
  }
  
  .recruit_image02 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 121px;
            flex: 0 0 121px;
  }
  @media (max-width: 767px) {
    .recruit_image02 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 83px;
              flex: 0 0 83px;
    }
  }
  
  @media (max-width: 767px) {
    .recruit_text01 {
      font-size: 1.4rem;
    }
  }





  /*------------------------------------------------------
   disclosure hashdash追加
  ------------------------------------------------------*/
  .disclosure_list {
    padding-top: 60px;
  }
  .disclosure_list div.wrapper {
    width: 85%;
    margin: 0 auto;
  }
  .disclosure_list div.wrapper p.list_title {
    font-size: 2.5rem;
    font-weight: 700;
  }

  .disclosure_list div.wrapper p.list_title:first-child {
      margin-top: 0px;
  }

  .disclosure_list div.wrapper ul {
    margin-bottom: 90px;
    margin-top: 40px;
  }

  .disclosure_list div.wrapper ul li {
    border-bottom: #bbb dashed 1px;
      background-size: 8px 2px;
      padding: 19px 10px;
      display: flex;
      font-size: 16px;
      font-weight: 600;
  }

  .disclosure_list div.wrapper ul li span.icon {
      background: #00A4B0;
      border-radius: 2px;
      color: #fff;
      font-weight: bold;
      display: table;
      padding: 0 10px;
      margin-right: 10px;
      max-height: 20px;
  }
  .disclosure_list div.wrapper p.list_headline {
      font-size: 16px;
      line-height: 26px;
      margin-top: 5px;
  }



  /*------------------------------------------------------
   error hashdash追加
  ------------------------------------------------------*/
  .error_block {
    background: linear-gradient(180deg, #EEE 0%, rgba(238, 238, 238, 0.00) 100%);
    padding: 100px 0 200px 0;
  }
  .error_block .error_icon {
    width: 60px;
    margin: 0 auto 20px auto;
  }
  .error_block .error_icon img {
    width: 100%;
  }
  .error_block .error_name {
    color: #000;
    font-size: 55px;
    font-weight: 400;
    line-height: 90px; /* 191.798% */
    letter-spacing: 2.75px;
    text-align: center;
  }
  .error_block .error_name>span {
    display: block;
    color: #333;
    font-size: 16px;
    font-weight: 300;
    line-height: 27px; /* 168.75% */
    letter-spacing: 0.8px;
  }
  .error_block .error_text {
    color: #333;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 27px; /* 168.75% */
    letter-spacing: 0.8px;
    margin: 40px 0 100px 0;
  }
  .error_block .btn_area {
  }
  .error_block .btn_area .button {
    background: #333;
    border-radius: 5px;
    margin: 0 auto;
    padding: 14px 50px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    display: table;
    transition: .5s;
  }
  .error_block .btn_area .button:hover {
    background: rgba(51, 51, 51, 0.40);
    text-decoration: none;
  }
  
  @media (max-width: 767px) {
    .error_block {
      padding: 60px 0 120px 0;
    }
    .error_block .btn_area .button {
      width: 80%;
    }
  }



