@media screen and (min-width: 769px) {
  #main_visual {
    position: relative;
    width: 100%;
    height: calc(100vh - 162px);
    max-height: 300px;
    margin: 132px 0 64px;
    background: url(../img/news/img_main.jpg) no-repeat right top;
    background-size: 1590px 300px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  #main_visual #catchcopy {
    position: relative;
    top: 50%;
    left: 50%;
    width: 100%;
    margin: 0 auto 0;
    color: #fff;
    transform: translate(-50%, -50%);
  }
  #main_visual #catchcopy h1 {
    margin: 0 auto 32px;
    color: #fff;
    font-size: 50px;
    font-family: "Yu Mincho", "YuMincho";
    text-align: center;
    line-height: 1;
  }
  #main_visual #catchcopy h1 span {
    display: block;
    color: #fff;
    font-size: 16px;
    font-family: "Playfair Display";
    font-weight: normal;
    margin-top: 8px;
  }
  #main_visual #catchcopy h1::before {
    display: block;
    content: "";
    width: 120px;
    height: 1px;
    margin: 0 auto 26px;
    background-color: #fff;
  }
  #main_visual #top_copyright {
    position: absolute;
    top: 50%;
    left: 38px;
    width: 15px;
    height: 382px;
    background: url(../img/txt_copyright_head.png) no-repeat center;
    background-size: 15px 382px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transform: translateY(-50%);
  }
  #main_visual #top_copyright span {
    display: none;
  }

  #text_area {
    margin-bottom: 106px;
    box-sizing: border-box;
  }
  #text_area .txt {
    width: 96%;
    max-width: 800px;
    margin: 0 auto 50px;
  }
  #text_area .txt p {
    font-size: 16px;
    font-weight: 600;
    line-height: 2.14;
  }
  #text_area .inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding-bottom: 0;
  }
  #text_area .inner table {
    width: 100%;
  }
  #text_area .inner table th {
    box-sizing: border-box;
    width: 136px;
    padding: 22px 0;
    border-bottom: 4px solid #006d9d;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
  }
  #text_area .inner table td {
    box-sizing: border-box;
    width: calc(100% - 266px);
    padding: 22px 5px;
    border-bottom: 4px solid #363636;
    color: #fff;
    font-size: 16px;
    text-align: left;
  }
  #text_area .inner table td.category {
    box-sizing: border-box;
    width: 13%;
    width: 130px;
    padding: 22px 15px;
  }
  #text_area .inner table td.category span {
    display: block;
    min-width: 101px;
    height: 34px;
    margin: 0 auto;
    padding: 0 5px;
    color: #000;
    background: url(../img/news/bg_category.png) repeat-x left top;
    background-size: 101px 34px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    line-height: 34px;
    font-size: 14px;
    text-align: center;
  }
  #text_area .inner table tr:nth-child(1) th {
    border-top: 4px solid #006d9d;
  }
  #text_area .inner table tr:nth-child(1) td {
    border-top: 4px solid #363636;
  }
  #text_area .pager {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 1100px;
    margin: 44px auto 0;
  }
  #text_area .pager a {
    box-sizing: border-box;
    width: 35px;
    height: 35px;
    margin: 0 11px;
    color: #fff;
    border: 1px solid #838383;
    list-style-type: none;
    font-size: 22px;
    text-align: center;
    text-decoration: none;
    line-height: 33px;
  }
  #text_area .pager a.next {
    margin-left: 38px;
    background: url(../img/news/icn_arrow_rs.png) no-repeat center;
    background-size: 8px 16px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    text-decoration: none;
    text-indent: -9999px;
  }
  #text_area .pager a.prev {
    margin-right: 38px;
    background: url(../img/news/icn_arrow_ls.png) no-repeat center;
    background-size: 8px 16px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    text-decoration: none;
    text-indent: -9999px;
  }
  #text_area .pager .page-numbers.current {
    box-sizing: border-box;
    width: 35px;
    height: 35px;
    margin: 0 11px;
    color: #fff;
    background-color: #006D9D;
    border: 1px solid #006D9D;
    list-style-type: none;
    font-size: 22px;
    text-align: center;
    line-height: 33px;
  }
  #text_area .pager .prev_all a {
    box-sizing: border-box;
    display: block;
    width: 35px;
    height: 35px;
    margin-left: 16px;
    color: #fff;
    border: 1px solid #838383;
    background: url(../img/news/icn_arrow_ld.png) no-repeat center;
    background-size: 14px 16px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    text-decoration: none;
    text-indent: -9999px;
  }
  #text_area .pager .prev a {
    box-sizing: border-box;
    display: block;
    width: 35px;
    height: 35px;
    margin-left: 16px;
    margin-right: 38px;
    color: #fff;
    border: 1px solid #838383;
    background: url(../img/news/icn_arrow_ls.png) no-repeat center;
    background-size: 8px 16px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    text-decoration: none;
    text-indent: -9999px;
  }
  #text_area .pager .next_all a {
    box-sizing: border-box;
    display: block;
    width: 35px;
    height: 35px;
    margin-right: 16px;
    color: #fff;
    border: 1px solid #838383;
    background: url(../img/news/icn_arrow_rd.png) no-repeat center;
    background-size: 14px 16px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    text-decoration: none;
    text-indent: -9999px;
  }
  #text_area .pager .next a {
    box-sizing: border-box;
    display: block;
    width: 35px;
    height: 35px;
    margin-left: 38px;
    margin-right: 16px;
    color: #fff;
    border: 1px solid #838383;
    background: url(../img/news/icn_arrow_rs.png) no-repeat center;
    background-size: 8px 16px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    text-decoration: none;
    text-indent: -9999px;
  }
  #text_area .pager ul {
    display: flex;
  }
  #text_area .pager ul li {
    box-sizing: border-box;
    width: 35px;
    height: 35px;
    margin: 0 11px;
    color: #fff;
    border: 1px solid #838383;
    list-style-type: none;
    font-size: 22px;
    text-align: center;
    line-height: 33px;
  }
  #text_area .pager ul li a {
    display: block;
    width: 33px;
    height: 33px;
    text-decoration: none;
  }
  #text_area .pager ul li.active {
    background-color: #006D9D;
    border: 1px solid #006D9D;
  }

  #detail_area {
    width: 96%;
    max-width: 1100px;
    margin: 77px auto 80px;
  }
  #detail_area .ttl {
    display: flex;
    width: 100%;
    margin: 0 auto 40px;
    padding-bottom: 20px;
    background: url(../img/news/bg_ttl.png) no-repeat left bottom;
    background-size: 1100px 6px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  #detail_area .ttl .date {
    width: 120px;
    margin-right: 10px;
    color: #fff;
    font-size: 20px;
    line-height: 34px;
  }
  #detail_area .ttl .category {
    display: block;
    min-width: 101px;
    height: 34px;
    margin-right: 35px;
    padding: 0 5px;
    color: #000;
    background: url(../img/news/bg_category.png) repeat-x left top;
    background-size: 101px 34px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    line-height: 34px;
    font-size: 14px;
    text-align: center;
  }
  #detail_area .ttl h2 {
    width: calc(100% - 266px);
    color: #fff;
    font-size: 18px;
  }
  #detail_area #contents_area {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
  #detail_area #contents_area div, #detail_area #contents_area p, #detail_area #contents_area ul, #detail_area #contents_area li {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 1.875;
  }
  #detail_area #contents_area img {
    max-width: 100%;
  }
  #detail_area .back_btn {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
  #detail_area .back_btn a {
    padding-left: 44px;
    color: #fff;
    background: url(../img/icn_back_btn.png) no-repeat left center;
    background-size: 35px 17px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  #main_visual {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    min-height: 210px;
    margin: 0 auto 20px;
    background: url(../img/news/sp/img_main.jpg) no-repeat center top;
    background-size: cover;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  #main_visual #catchcopy {
    width: 100%;
    margin: 0;
    color: #fff;
    text-align: center;
  }
  #main_visual #catchcopy h1 {
    width: 96%;
    max-width: 100%;
    margin: 0 auto 10px;
    color: #fff;
    font-size: 24px;
    font-family: "Yu Mincho", "YuMincho";
    text-align: center;
    line-height: 1;
  }
  #main_visual #catchcopy h1 span {
    display: block;
    margin-top: 7px;
    color: #fff;
    font-size: 9px;
    font-weight: normal;
    font-family: "Playfair Display";
    line-height: 1;
  }
  #main_visual #catchcopy h1::before {
    display: block;
    content: "";
    width: 60px;
    height: 1px;
    margin: 0 auto 12px;
    background-color: #fff;
  }
  #main_visual #top_copyright {
    display: none;
  }

  #text_area {
    min-height: 63vh;
    margin-bottom: 20px;
    box-sizing: border-box;
  }
  #text_area .txt {
    width: 90%;
    max-width: 768px;
    margin: 0 auto 30px;
  }
  #text_area .txt p {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.64;
  }
  #text_area .inner {
    width: 90%;
    margin: 0 auto 20px;
    padding: 4px 0 1px;
  }
  #text_area .inner table {
    position: relative;
    width: 100%;
    background: url(../img/recruit/sp/bg_border.png) no-repeat left top;
    background-size: 680px 4px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    vertical-align: middle;
  }
  #text_area .inner table tr {
    position: relative;
    background: url(../img/recruit/sp/bg_border.png) no-repeat left bottom;
    background-size: 680px 4px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  #text_area .inner table th {
    display: inline-block;
    padding-top: 16px;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
  }
  #text_area .inner table td {
    display: block;
    padding-bottom: 16px;
    color: #fff;
    font-size: 14px;
    text-align: left;
  }
  #text_area .inner table td.category {
    display: inline-block;
    box-sizing: border-box;
    margin-left: 10px;
    padding-bottom: 0;
  }
  #text_area .inner table td.category span {
    display: inline-block;
    height: 20px;
    margin: 0 auto;
    padding: 0 5px;
    color: #000;
    background: url(../img/news/bg_category.png) repeat-x left top;
    background-size: 101px 20px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
  }
  #text_area .pager {
    display: flex;
    justify-content: center;
    width: 90%;
    max-width: 768px;
    margin: 44px auto 0;
  }
  #text_area .pager a {
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    margin: 0 5px;
    color: #fff;
    border: 1px solid #838383;
    list-style-type: none;
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    text-decoration: none;
  }
  #text_area .pager a.next {
    margin-left: 16px;
    background: url(../img/news/sp/icn_arrow_rs.png) no-repeat center;
    background-size: 6px 9px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    text-decoration: none;
    text-indent: -9999px;
  }
  #text_area .pager a.prev {
    margin-right: 16px;
    background: url(../img/news/sp/icn_arrow_ls.png) no-repeat center;
    background-size: 6px 9px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    text-decoration: none;
    text-indent: -9999px;
  }
  #text_area .pager .page-numbers.current {
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    margin: 0 5px;
    color: #fff;
    background-color: #006D9D;
    border: 1px solid #006D9D;
    list-style-type: none;
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    text-decoration: none;
  }
  #text_area .pager .prev_all {
    display: none;
  }
  #text_area .pager .prev_all a {
    box-sizing: border-box;
    display: block;
    width: 30px;
    height: 30px;
    margin-left: 16px;
    color: #fff;
    border: 1px solid #838383;
    background: url(../img/news/icn_arrow_ld.png) no-repeat center;
    background-size: 14px 16px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    text-decoration: none;
    text-indent: -9999px;
  }
  #text_area .pager .prev a {
    box-sizing: border-box;
    display: block;
    width: 30px;
    height: 30px;
    color: #fff;
    border: 1px solid #838383;
    background: url(../img/news/sp/icn_arrow_ls.png) no-repeat center;
    background-size: 6px 9px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    text-decoration: none;
    text-indent: -9999px;
  }
  #text_area .pager .next_all {
    display: none;
  }
  #text_area .pager .next_all a {
    box-sizing: border-box;
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 16px;
    color: #fff;
    border: 1px solid #838383;
    background: url(../img/news/icn_arrow_rd.png) no-repeat center;
    background-size: 14px 16px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    text-decoration: none;
    text-indent: -9999px;
  }
  #text_area .pager .next a {
    box-sizing: border-box;
    display: block;
    width: 30px;
    height: 30px;
    color: #fff;
    border: 1px solid #838383;
    background: url(../img/news/sp/icn_arrow_rs.png) no-repeat center;
    background-size: 6px 9px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    text-decoration: none;
    text-indent: -9999px;
  }
  #text_area .pager ul {
    display: flex;
  }
  #text_area .pager ul li {
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    margin: 0 11px;
    color: #fff;
    border: 1px solid #838383;
    list-style-type: none;
    font-size: 16px;
    text-align: center;
    line-height: 28px;
  }
  #text_area .pager ul li a {
    display: block;
    width: 30px;
    height: 30px;
    text-decoration: none;
  }
  #text_area .pager ul li.active {
    background-color: #006D9D;
    border: 1px solid #006D9D;
  }
  #text_area .pager ul li:nth-child(5), #text_area .pager ul li:nth-child(6), #text_area .pager ul li:nth-child(7) {
    display: none;
  }

  #detail_area {
    position: relative;
    width: 90%;
    max-width: 768px;
    margin: 24px auto 35px;
  }
  #detail_area .ttl {
    width: 100%;
    margin: 0 auto 20px;
    padding-bottom: 14px;
    background: url(../img/news/sp/bg_ttl.png) no-repeat left bottom;
    background-size: 680px 4px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  #detail_area .ttl .date {
    width: 6em;
    margin-bottom: 6px;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
  }
  #detail_area .ttl .category {
    position: absolute;
    top: 0;
    left: 6.5em;
    display: inline-block;
    height: 20px;
    margin: 0 auto;
    padding: 0 5px;
    color: #000;
    background: url(../img/news/bg_category.png) repeat-x left top;
    background-size: 101px 20px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
  }
  #detail_area .ttl h2 {
    color: #fff;
    font-size: 15px;
  }
  #detail_area #contents_area {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
  #detail_area #contents_area div, #detail_area #contents_area p, #detail_area #contents_area ul, #detail_area #contents_area li {
    margin-bottom: 16px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.642;
  }
  #detail_area #contents_area img {
    max-width: 100%;
  }
  #detail_area .back_btn {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
  #detail_area .back_btn a {
    display: block;
    height: 18px;
    padding-left: 44px;
    color: #fff;
    background: url(../img/icn_back_btn.png) no-repeat left center;
    background-size: 35px 18px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
    line-height: 18px;
  }
}/*# sourceMappingURL=news.css.map */