@media (min-width: 768px) {
    .sp {
      display: none !important;
    }
  }
  @media (max-width: 767px) {
    .pc {
      display: none !important;
    }
  }

  
  /*------------------------------------------------------
   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.headline_text {
    margin-bottom: 40px;
  }
  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_detail > h3 {
    display: table;
    border-bottom: #000 solid 1px;
    margin: 40px 0;
  }
  div.news_detail > h4 {
    margin: 40px 0 20px 0;
  }
  div.news_detail > ul {
    padding-left: 20px;
  }
  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: 220px;
    margin: 40px 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: 20px;
    font-weight: 300;
    line-height: 32px; /* 168.75% */
    letter-spacing: 0.8px;
    margin:20px 0 40px 0;
  }
  .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%;
    }
  }



