@charset "UTF-8";
@media print, screen and (min-width: 769px) {
  #NEWS aside, #NEWS-DETAIL aside {
    width: 230px;
    background: #F7F3E7;
    padding: 5%;
  }
  #NEWS aside .sideBlk h2, #NEWS-DETAIL aside .sideBlk h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: #595757;
    letter-spacing: 0.12em;
  }
  #NEWS aside .sideBlk ul li, #NEWS-DETAIL aside .sideBlk ul li {
    padding-left: 15px;
    position: relative;
    font-size: 1.7rem;
    margin-bottom: 5px;
  }
  #NEWS aside .sideBlk ul li a, #NEWS-DETAIL aside .sideBlk ul li a {
    position: relative;
    letter-spacing: 0.13em;
  }
  #NEWS aside .sideBlk ul li a::before, #NEWS-DETAIL aside .sideBlk ul li a::before {
    content: "・";
    line-height: 1;
    position: absolute;
    top: 50%;
    left: -15px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  #NEWS aside .sideBlk ul li a::after, #NEWS-DETAIL aside .sideBlk ul li a::after {
    content: "";
    display: inline-block;
    background-image: url(../img/icon_arw.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 9px;
    height: 8px;
    position: absolute;
    right: -20px;
    top: calc(50% - 4px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #NEWS aside .sideBlk ul li a:hover::after, #NEWS-DETAIL aside .sideBlk ul li a:hover::after {
    right: -25px;
  }
  #NEWS aside .sideBlk:not(:first-of-type), #NEWS-DETAIL aside .sideBlk:not(:first-of-type) {
    margin-top: 80px;
  }
  #NEWS .news__top, #NEWS .news-detail__top, #NEWS-DETAIL .news__top, #NEWS-DETAIL .news-detail__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }
  #NEWS .news__lists, #NEWS .news__blk, #NEWS .news-detail__lists, #NEWS .news-detail__blk, #NEWS-DETAIL .news__lists, #NEWS-DETAIL .news__blk, #NEWS-DETAIL .news-detail__lists, #NEWS-DETAIL .news-detail__blk {
    width: calc(100% - 230px);
    padding-right: 11%;
  }
  #NEWS .news__lists__list:not(:last-of-type) {
    margin-bottom: 60px;
  }
  #NEWS .news__lists__list--date {
    float: left;
    font-size: 1.6rem;
  }
  #NEWS .news__lists__list--ctg {
    margin-left: 20px;
    display: inline-block;
    margin-top: -3px;
  }
  #NEWS .news__lists__list--ctg a {
    display: block;
    color: #fff;
    padding: 6px 25px;
    border-radius: 5px;
    line-height: 1;
    font-size: 1.8rem;
    font-weight: bold;
  }
  #NEWS .news__lists__list--txt {
    font-size: 1.7rem;
    margin-top: 10px;
  }
  #NEWS .news__lists__list.ctg01 .ctg a {
    background: #EEA6AB;
  }
  #NEWS .news__lists__list.ctg02 .ctg a {
    background: #A0D2D4;
  }
  #NEWS .news__lists__list.ctg03 .ctg a {
    background: #ACA7D0;
  }
  #NEWS .news__lists__list.ctg04 .ctg a {
    background: #F8D285;
  }
  #NEWS .news__btm {
    width: calc(100% - 230px);
    text-align: center;
    font-size: 1.7rem;
    font-weight: bold;
    margin: 70px 0;
  }
  #NEWS .news__btm .em-pagination .page-numbers {
    padding: 0 7px;
  }
  #NEWS .news__btm .em-pagination .page-numbers.current {
    color: #E85744;
  }
  #NEWS .news__btm .em-pagination .page-numbers.prev, #NEWS .news__btm .em-pagination .page-numbers.next {
    background-image: url(../img/icon_arw.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 13px;
    display: inline-block;
  }
  #NEWS .news__btm .em-pagination .page-numbers.prev {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  #NEWS-DETAIL .news-detail__top {
    margin-top: 0;
  }
  #NEWS-DETAIL .news-detail__blk {
    width: calc(100% - 230px - 11%);
    padding-right: 0;
    margin-right: 11%;
    overflow: hidden;
    padding-top: 20px;
  }
  #NEWS-DETAIL .news-detail__blk--date {
    float: left;
    font-size: 1.6rem;
  }
  #NEWS-DETAIL .news-detail__blk--ctg {
    margin-left: 20px;
    display: inline-block;
    margin-top: -3px;
  }
  #NEWS-DETAIL .news-detail__blk--ctg a {
    display: block;
    color: #fff;
    padding: 6px 25px;
    border-radius: 5px;
    line-height: 1;
    font-size: 1.8rem;
    font-weight: bold;
  }
  #NEWS-DETAIL .news-detail__blk--ctg.ctg01 a {
    background: #EEA6AB;
  }
  #NEWS-DETAIL .news-detail__blk--ctg.ctg02 a {
    background: #A0D2D4;
  }
  #NEWS-DETAIL .news-detail__blk--ctg.ctg03 a {
    background: #ACA7D0;
  }
  #NEWS-DETAIL .news-detail__blk--ctg.ctg04 a {
    background: #F8D285;
  }
  #NEWS-DETAIL .news-detail__blk--ttl {
    margin-top: 15px;
    font-size: 2.5rem;
    font-weight: bold;
    position: relative;
    margin-bottom: 40px;
    clear: both;
  }
  #NEWS-DETAIL .news-detail__blk--ttl::after {
    position: absolute;
    bottom: -15px;
    left: 0;
    content: url(../img/about/work/bar.jpg);
  }
  #NEWS-DETAIL .news-detail__blk__contents .txtblock, #NEWS-DETAIL .news-detail__blk__contents figure {
    margin-top: 35px;
  }
  #NEWS-DETAIL .news-detail__blk__contents figure img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
  }
  #NEWS-DETAIL .news-detail__blk__contents p {
    font-size: 1.6rem;
    line-height: 2;
  }
  #NEWS-DETAIL .news-detail aside {
    margin-top: 20px;
  }
  #NEWS-DETAIL .news-detail__btm {
    margin: 80px 0;
    width: calc(100% - 230px - 11%);
  }
  #NEWS-DETAIL .news-detail__btm ul {
    padding-bottom: 30px;
  }
  #NEWS-DETAIL .news-detail__btm ul li {
    position: relative;
    font-size: 1.7rem;
    letter-spacing: 0.15em;
  }
  #NEWS-DETAIL .news-detail__btm ul li:hover a {
    color: #E85744;
  }
  #NEWS-DETAIL .news-detail__btm ul li a {
    font-weight: bold;
  }
  #NEWS-DETAIL .news-detail__btm ul li.prev {
    padding-left: 25px;
    float: left;
  }
  #NEWS-DETAIL .news-detail__btm ul li.prev::before {
    content: "";
    display: inline-block;
    background-image: url(../img/icon_arw.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 19px;
    height: 16px;
    position: absolute;
    left: 0;
    top: calc(50% - 9px);
    -webkit-transition: 0.3s;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #NEWS-DETAIL .news-detail__btm ul li.prev:hover::before {
    left: -5px;
    background-image: url(../img/icon_arw_pink.svg);
  }
  #NEWS-DETAIL .news-detail__btm ul li.next {
    padding-right: 25px;
    float: right;
  }
  #NEWS-DETAIL .news-detail__btm ul li.next::after {
    content: "";
    display: inline-block;
    background-image: url(../img/icon_arw.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 19px;
    height: 16px;
    position: absolute;
    right: 0;
    top: calc(50% - 9px);
    -webkit-transition: 0.3s;
    -webkit-transition: 0.1s;
    transition: 0.1s;
  }
  #NEWS-DETAIL .news-detail__btm ul li.next:hover::after {
    right: -5px;
    background-image: url(../img/icon_arw_pink.svg);
  }
}
@media screen and (max-width: 768px) {
  #NEWS, #NEWS-DETAIL {
    overflow: hidden;
    margin-bottom: 50px;
  }
  #NEWS aside, #NEWS-DETAIL aside {
    background: #F7F3E7;
    padding: 8%;
  }
  #NEWS aside .sideBlk h2, #NEWS-DETAIL aside .sideBlk h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #595757;
    letter-spacing: 0.12em;
  }
  #NEWS aside .sideBlk ul li, #NEWS-DETAIL aside .sideBlk ul li {
    padding-left: 15px;
    position: relative;
    font-size: 1.7rem;
    margin-bottom: 3px;
  }
  #NEWS aside .sideBlk ul li a, #NEWS-DETAIL aside .sideBlk ul li a {
    position: relative;
    letter-spacing: 0.13em;
  }
  #NEWS aside .sideBlk ul li a::before, #NEWS-DETAIL aside .sideBlk ul li a::before {
    content: "・";
    line-height: 1;
    position: absolute;
    top: 50%;
    left: -15px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  #NEWS aside .sideBlk ul li a::after, #NEWS-DETAIL aside .sideBlk ul li a::after {
    content: "";
    display: inline-block;
    background-image: url(../img/icon_arw.svg);
    background-size: contain;
    width: 9px;
    height: 8px;
    position: absolute;
    right: -20px;
    top: calc(50% - 4px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #NEWS aside .sideBlk ul li a:hover::after, #NEWS-DETAIL aside .sideBlk ul li a:hover::after {
    right: -25px;
  }
  #NEWS aside .sideBlk:not(:first-of-type), #NEWS-DETAIL aside .sideBlk:not(:first-of-type) {
    margin-top: 40px;
  }
  #NEWS .news, #NEWS .news-detail, #NEWS-DETAIL .news, #NEWS-DETAIL .news-detail {
    margin-top: 35px;
  }
  #NEWS .news__top, #NEWS .news-detail__top, #NEWS-DETAIL .news__top, #NEWS-DETAIL .news-detail__top {
    margin-top: 20px;
  }
  #NEWS .news__lists__list {
    margin-bottom: 30px;
  }
  #NEWS .news__lists__list--date {
    float: left;
    font-size: 1.4rem;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  #NEWS .news__lists__list--ctg {
    display: inline-block;
    margin-top: -4px;
  }
  #NEWS .news__lists__list--ctg a {
    display: block;
    color: #fff;
    padding: 6px 15px;
    border-radius: 5px;
    line-height: 1;
    font-size: 1.6rem;
    font-weight: bold;
  }
  #NEWS .news__lists__list--txt {
    font-size: 1.5rem;
    margin-top: 9px;
  }
  #NEWS .news__lists__list.ctg01 .ctg a {
    background: #EEA6AB;
  }
  #NEWS .news__lists__list.ctg02 .ctg a {
    background: #A0D2D4;
  }
  #NEWS .news__lists__list.ctg03 .ctg a {
    background: #ACA7D0;
  }
  #NEWS .news__lists__list.ctg04 .ctg a {
    background: #F8D285;
  }
  #NEWS .news aside {
    background: #F7F3E7;
    padding: 30px 8%;
  }
  #NEWS .news aside .sideBlk h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #595757;
    letter-spacing: 0.12em;
  }
  #NEWS .news aside .sideBlk ul li {
    padding-left: 15px;
    position: relative;
    font-size: 1.7rem;
  }
  #NEWS .news aside .sideBlk ul li a {
    position: relative;
    letter-spacing: 0.13em;
  }
  #NEWS .news aside .sideBlk ul li a::before {
    content: "・";
    line-height: 1;
    position: absolute;
    top: 50%;
    left: -15px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  #NEWS .news aside .sideBlk ul li a::after {
    content: "";
    display: inline-block;
    background-image: url(../img/icon_arw.svg);
    background-size: contain;
    width: 9px;
    height: 8px;
    position: absolute;
    right: -20px;
    top: calc(50% - 4px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #NEWS .news aside .sideBlk ul li a:hover::after {
    right: -25px;
  }
  #NEWS .news aside .sideBlk:not(:first-of-type) {
    margin-top: 40px;
  }
  #NEWS .news__btm {
    text-align: center;
    font-size: 1.7rem;
    font-weight: bold;
    margin: 50px 0;
  }
  #NEWS .news__btm .em-pagination .page-numbers {
    padding: 0 7px;
  }
  #NEWS .news__btm .em-pagination .page-numbers.current {
    color: #E85744;
  }
  #NEWS .news__btm .em-pagination .page-numbers.prev, #NEWS .news__btm .em-pagination .page-numbers.next {
    background-image: url(../img/icon_arw.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 13px;
    display: inline-block;
  }
  #NEWS .news__btm .em-pagination .page-numbers.prev {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  #NEWS-DETAIL {
    margin-bottom: 100px;
  }
  #NEWS-DETAIL .news-detail__blk {
    margin-bottom: 30px;
  }
  #NEWS-DETAIL .news-detail__blk--date {
    float: left;
    font-size: 1.4rem;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  #NEWS-DETAIL .news-detail__blk--ctg {
    display: inline-block;
    margin-top: -4px;
  }
  #NEWS-DETAIL .news-detail__blk--ctg a {
    display: block;
    color: #fff;
    padding: 6px 15px;
    border-radius: 5px;
    line-height: 1;
    font-size: 1.6rem;
    font-weight: bold;
  }
  #NEWS-DETAIL .news-detail__blk--ctg.ctg01 a {
    background: #EEA6AB;
  }
  #NEWS-DETAIL .news-detail__blk--ctg.ctg02 a {
    background: #A0D2D4;
  }
  #NEWS-DETAIL .news-detail__blk--ctg.ctg03 a {
    background: #ACA7D0;
  }
  #NEWS-DETAIL .news-detail__blk--ctg.ctg04 a {
    background: #F8D285;
  }
  #NEWS-DETAIL .news-detail__blk--ttl {
    margin-top: 10px;
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    margin-bottom: 30px;
    clear: both;
  }
  #NEWS-DETAIL .news-detail__blk--ttl::after {
    position: absolute;
    bottom: -15px;
    left: 0;
    content: url(../img/about/work/bar.jpg);
  }
  #NEWS-DETAIL .news-detail__blk__contents .txtblock, #NEWS-DETAIL .news-detail__blk__contents figure {
    margin-top: 20px;
  }
  #NEWS-DETAIL .news-detail__blk__contents figure img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
  }
  #NEWS-DETAIL .news-detail__blk__contents p {
    line-height: 1.8;
    text-align: justify;
  }
  #NEWS-DETAIL .news-detail__btm {
    margin: 50px 0;
  }
  #NEWS-DETAIL .news-detail__btm ul {
    padding-bottom: 25px;
  }
  #NEWS-DETAIL .news-detail__btm ul li {
    position: relative;
    font-size: 1.7rem;
  }
  #NEWS-DETAIL .news-detail__btm ul li a {
    font-weight: bold;
  }
  #NEWS-DETAIL .news-detail__btm ul li.prev {
    float: left;
    padding-left: 20px;
  }
  #NEWS-DETAIL .news-detail__btm ul li.prev::before {
    content: "";
    display: inline-block;
    background-image: url(../img/icon_arw.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 14px;
    height: 12px;
    position: absolute;
    left: 0;
    top: calc(50% - 6px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #NEWS-DETAIL .news-detail__btm ul li.next {
    float: right;
    padding-right: 20px;
  }
  #NEWS-DETAIL .news-detail__btm ul li.next::after {
    content: "";
    display: inline-block;
    background-image: url(../img/icon_arw.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 14px;
    height: 12px;
    position: absolute;
    right: 0;
    top: calc(50% - 6px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}