
body, * {
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (min-width: 1280px) {
  main.contents section .sectionTitle {
    padding-bottom: 60px;
  }
  main.contents section.newsListContent {
    padding-top: 56px;
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
    position: relative;
  }
  main.contents section.newsListContent .newsList {
    position: relative;
    padding: 15px 0;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    border-bottom: 1px solid #ddd;
  }
  main.contents section.newsListContent .newsList:hover {
    opacity: 0.7;
  }
  main.contents section.newsListContent .newsList .newsDate {
    position: relative;
    width: 120px;
    margin-right: 10px;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    color: #333;
  }
  main.contents section.newsListContent .newsList .newsCategory {
    position: relative;
    width: 70px;
    margin-right: 15px;
    font-weight: normal;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    margin-top: 3px;
  }
  main.contents section.newsListContent .newsList .newsCategory.recruit {
    background: #0068b7;
  }
  main.contents section.newsListContent .newsList .newsCategory.notice {
    background: #009b63;
  }
  main.contents section.newsListContent .newsList .newsCategory.others {
    background: #707070;
  }
  main.contents section.newsListContent .newsList .newsText {
    position: relative;
    width: calc(100% - 215px);
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    color: #333;
  }
  main.contents section.newsListContent a:first-child .newsList {
    border-top: 1px solid #ddd;
  }
  main.contents section.newsDetailContent {
    position: relative;
    padding: 56px 0 0;
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
  }
  main.contents section.newsDetailContent .newsList {
    position: relative;
    width: 100%;
  }
  main.contents section.newsDetailContent .newsList .newsDate {
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    color: #333;
    padding-bottom: 20px;
  }
  main.contents section.newsDetailContent .newsList .newsDate span.newsCategory {
    position: relative;
    font-weight: normal;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    padding: 3px 12px;
    margin-left: 10px;
  }
  main.contents section.newsDetailContent .newsList .newsDate span.newsCategory.recruit {
    background: #0068b7;
  }
  main.contents section.newsDetailContent .newsList .newsDate span.newsCategory.notice {
    background: #009b63;
  }
  main.contents section.newsDetailContent .newsList .newsDate span.newsCategory.others {
    background: #707070;
  }
  main.contents section.newsDetailContent .newsList .newsTitle {
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    text-align: left;
    color: #333;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
  }
  main.contents section.newsDetailContent .newsList .newsDetailDescription {
    padding: 40px 0;
  }
  main.contents section.newsDetailContent .newsList .newsDetailDescription p {
    line-height: 1.8;
    overflow-wrap: break-word;
  }
  main.contents section.newsDetailContent .newsList .newsDetailDescription p img {
    width: unset;
  }
  main.contents section.newsDetailContent .PaginationButton {
    position: relative;
    padding-top: 60px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  main.contents section.newsDetailContent .PaginationButton a {
    pointer-events: none;
    opacity: 0.7;
  }
  main.contents section.newsDetailContent .PaginationButton a .prevBtn,
main.contents section.newsDetailContent .PaginationButton a .nextBtn {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #b3b3b3;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  main.contents section.newsDetailContent .PaginationButton a .prevBtn::before,
main.contents section.newsDetailContent .PaginationButton a .nextBtn::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border: 1px solid #00202d;
    transform: rotate(45deg);
  }
  main.contents section.newsDetailContent .PaginationButton a .prevBtn:hover,
main.contents section.newsDetailContent .PaginationButton a .nextBtn:hover {
    opacity: 0.8;
  }
  main.contents section.newsDetailContent .PaginationButton a .prevBtn::before {
    border-top-color: transparent;
    border-right-color: transparent;
    left: 17px;
  }
  main.contents section.newsDetailContent .PaginationButton a .nextBtn::before {
    border-left-color: transparent;
    border-bottom-color: transparent;
    right: 16px;
  }
  main.contents section.newsDetailContent .PaginationButton a.active {
    pointer-events: unset;
    opacity: 1;
  }
  main.contents section.newsDetailContent .PaginationButton a.AllNews {
    pointer-events: unset;
    opacity: 1;
  }
  main.contents section.newsDetailContent .PaginationButton .newsListBtn {
    position: relative;
    width: 136px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #b3b3b3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #333;
    margin-right: 12px;
    margin-left: 12px;
    cursor: pointer;
  }
  main.contents section.newsDetailContent .PaginationButton .newsListBtn:hover {
    opacity: 0.8;
  }
  main.contents section .newsPagination {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 100px;
  }
  main.contents section .newsPagination .page-numbers {
    font-size: 16px;
    color: #333;
    position: relative;
    width: 40px;
    height: 40px;
    border: 1px solid #b3b3b3;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
  }
  main.contents section .newsPagination .page-numbers.current {
    color: #333;
    background: rgba(0, 104, 183, 0.1);
  }
  main.contents section .newsPagination .page-numbers.next {
    position: relative;
    margin-left: 0;
    margin-right: 0;
    color: #333;
  }
  main.contents section .newsPagination .page-numbers.next::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: transparent;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 16px;
  }
  main.contents section .newsPagination .page-numbers.prev {
    position: relative;
    margin-right: 15px;
    color: #333;
  }
  main.contents section .newsPagination .page-numbers.prev::before {
    content: "";
    position: absolute;
    line-height: 30px;
    width: 10px;
    height: 10px;
    background-color: transparent;
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
    transform: rotate(45deg);
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  main.contents section {
    padding: 0 10.9375vw;
  }
  main.contents section .sectionTitle {
    padding-bottom: 4.6875vw;
  }
  main.contents section.newsListContent {
    padding: 4.375vw 19.53125vw 0;
    position: relative;
  }
  main.contents section.newsListContent .newsList {
    position: relative;
    padding: 1.171875vw 0;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    border-bottom: 1px solid #ddd;
  }
  main.contents section.newsListContent .newsList .newsDate {
    position: relative;
    width: 9.375vw;
    margin-right: 0.78125vw;
    font-weight: normal;
    font-size: 1.25vw;
    line-height: 2.34375vw;
    text-align: left;
    color: #333;
  }
  main.contents section.newsListContent .newsList .newsCategory {
    position: relative;
    width: 5.46875vw;
    margin-right: 1.171875vw;
    font-weight: normal;
    font-size: 0.9375vw;
    line-height: 1.953125vw;
    text-align: center;
    color: #fff;
    border-radius: 0.390625vw;
    margin-top: 0.234375vw;
  }
  main.contents section.newsListContent .newsList .newsCategory.recruit {
    background: #0068b7;
  }
  main.contents section.newsListContent .newsList .newsCategory.notice {
    background: #009b63;
  }
  main.contents section.newsListContent .newsList .newsCategory.others {
    background: #707070;
  }
  main.contents section.newsListContent .newsList .newsText {
    position: relative;
    width: calc(100% - 16.796875vw);
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 2.34375vw;
    text-align: left;
    color: #333;
  }
  main.contents section.newsListContent .newsList:hover .newsDate,
main.contents section.newsListContent .newsList:hover .newsText {
    opacity: 0.7;
  }
  main.contents section.newsListContent a:first-child .newsList {
    border-top: 1px solid #ddd;
  }
  main.contents section.newsDetailContent {
    position: relative;
    padding: 4.375vw 20.3125vw 0;
  }
  main.contents section.newsDetailContent .newsList {
    position: relative;
    width: 100%;
  }
  main.contents section.newsDetailContent .newsList .newsDate {
    font-weight: normal;
    font-size: 1.25vw;
    line-height: 2.34375vw;
    text-align: left;
    color: #333;
    padding-bottom: 1.5625vw;
  }
  main.contents section.newsDetailContent .newsList .newsDate span.newsCategory {
    position: relative;
    font-weight: normal;
    font-size: 0.9375vw;
    line-height: 1.953125vw;
    text-align: center;
    color: #fff;
    border-radius: 0.390625vw;
    padding: 0.234375vw 0.9375vw;
    margin-left: 0.78125vw;
  }
  main.contents section.newsDetailContent .newsList .newsDate span.newsCategory.recruit {
    background: #0068b7;
  }
  main.contents section.newsDetailContent .newsList .newsDate span.newsCategory.notice {
    background: #009b63;
  }
  main.contents section.newsDetailContent .newsList .newsDate span.newsCategory.others {
    background: #707070;
  }
  main.contents section.newsDetailContent .newsList .newsTitle {
    font-weight: bold;
    font-size: 1.875vw;
    line-height: 2.8125vw;
    text-align: left;
    color: #333;
    padding-bottom: 1.171875vw;
    border-bottom: 1px solid #ddd;
  }
  main.contents section.newsDetailContent .newsList .newsDetailDescription {
    padding: 3.125vw 0;
  }
  main.contents section.newsDetailContent .newsList .newsDetailDescription p {
    line-height: 1.8;
    overflow-wrap: break-word;
  }
  main.contents section.newsDetailContent .newsList .newsDetailDescription p img {
    width: unset;
  }
  main.contents section.newsDetailContent .PaginationButton {
    position: relative;
    padding-top: 4.6875vw;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  main.contents section.newsDetailContent .PaginationButton a {
    opacity: 0.7;
    pointer-events: none;
  }
  main.contents section.newsDetailContent .PaginationButton a .prevBtn,
main.contents section.newsDetailContent .PaginationButton a .nextBtn {
    position: relative;
    width: 3.125vw;
    height: 3.125vw;
    border-radius: 0.390625vw;
    border: 1px solid #b3b3b3;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  main.contents section.newsDetailContent .PaginationButton a .prevBtn::before,
main.contents section.newsDetailContent .PaginationButton a .nextBtn::before {
    content: "";
    position: absolute;
    width: 0.78125vw;
    height: 0.78125vw;
    border: 1px solid #00202d;
    transform: rotate(45deg);
  }
  main.contents section.newsDetailContent .PaginationButton a .prevBtn:hover,
main.contents section.newsDetailContent .PaginationButton a .nextBtn:hover {
    opacity: 0.8;
  }
  main.contents section.newsDetailContent .PaginationButton a .prevBtn::before {
    border-top-color: transparent;
    border-right-color: transparent;
    left: 1.328125vw;
  }
  main.contents section.newsDetailContent .PaginationButton a .nextBtn::before {
    border-left-color: transparent;
    border-bottom-color: transparent;
    right: 1.171875vw;
  }
  main.contents section.newsDetailContent .PaginationButton a.active {
    pointer-events: unset;
    opacity: 1;
  }
  main.contents section.newsDetailContent .PaginationButton a.AllNews {
    pointer-events: unset;
    opacity: 1;
  }
  main.contents section.newsDetailContent .PaginationButton .newsListBtn {
    position: relative;
    width: 10.625vw;
    height: 3.125vw;
    border-radius: 0.390625vw;
    border: 1px solid #b3b3b3;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-weight: normal;
    font-size: 1.25vw;
    line-height: 2.34375vw;
    text-align: center;
    margin-right: 0.9375vw;
    margin-left: 0.9375vw;
    cursor: pointer;
  }
  main.contents section.newsDetailContent .PaginationButton .newsListBtn:hover {
    opacity: 0.8;
  }
  main.contents section .newsPagination {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 7.8125vw;
  }
  main.contents section .newsPagination .page-numbers {
    font-size: 1.25vw;
    color: #333;
    position: relative;
    width: 3.125vw;
    height: 3.125vw;
    border: 1px solid #b3b3b3;
    border-radius: 0.390625vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.171875vw;
  }
  main.contents section .newsPagination .page-numbers.current {
    background: rgba(0, 104, 183, 0.1);
  }
  main.contents section .newsPagination .page-numbers.next {
    position: relative;
    margin-left: 0;
    margin-right: 0;
    color: #333;
  }
  main.contents section .newsPagination .page-numbers.next::after {
    content: "";
    position: absolute;
    width: 0.78125vw;
    height: 0.78125vw;
    background-color: transparent;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 1.25vw;
  }
  main.contents section .newsPagination .page-numbers.prev {
    position: relative;
    margin-right: 1.171875vw;
    color: #333;
  }
  main.contents section .newsPagination .page-numbers.prev::before {
    content: "";
    position: absolute;
    line-height: 30px;
    width: 0.78125vw;
    height: 0.78125vw;
    background-color: transparent;
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
    transform: rotate(45deg);
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 1.40625vw;
  }
}
@media only screen and (max-width: 767px) {
  main.contents section {
    padding: 0 6.25vw;
  }
  main.contents section.newsListContent {
    padding: 18.75vw 6.25vw 0;
    position: relative;
  }
  main.contents section.newsListContent .newsList {
    position: relative;
    padding: 4.6875vw 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
  }
  main.contents section.newsListContent .newsList .newsDate {
    position: relative;
    width: 31vw;
    margin-right: 1.5625vw;
    font-weight: normal;
    font-size: 4.0625vw;
    line-height: 7.8125vw;
    text-align: left;
    color: #333;
  }
  main.contents section.newsListContent .newsList .newsCategory {
    position: relative;
    width: 20.3125vw;
    margin-right: 0;
    font-weight: normal;
    font-size: 3.75vw;
    /* line-height: 7.8125vw; */
    line-height: 1;
    padding: .35em 0;
    text-align: center;
    color: #fff;
    border-radius: 1.5625vw;
  }
  main.contents section.newsListContent .newsList .newsCategory.recruit {
    background: #0068b7;
  }
  main.contents section.newsListContent .newsList .newsCategory.notice {
    background: #009b63;
  }
  main.contents section.newsListContent .newsList .newsCategory.others {
    background: #707070;
  }
  main.contents section.newsListContent .newsList .newsText {
    position: relative;
    width: 100%;
    font-weight: 500;
    padding-top: 3.125vw;
    font-size: 4.6875vw;
    line-height: 7.8125vw;
    text-align: left;
    color: #333;
  }
  main.contents section.newsListContent a:first-child .newsList {
    border-top: 1px solid #ddd;
  }
  main.contents section.newsDetailContent {
    position: relative;
    padding: 18.75vw 6.25vw 0;
  }
  main.contents section.newsDetailContent .newsList {
    position: relative;
    width: 100%;
  }
  main.contents section.newsDetailContent .newsList .newsDate {
    font-weight: normal;
    font-size: 5vw;
    line-height: 9.375vw;
    text-align: left;
    color: #333;
    padding-bottom: 3.125vw;
  }
  main.contents section.newsDetailContent .newsList .newsDate span.newsCategory {
    position: relative;
    font-weight: normal;
    font-size: 3.75vw;
    line-height: 7.1875vw;
    text-align: center;
    color: #fff;
    border-radius: 1.5625vw;
    padding: 0.625vw 2.5vw;
    margin-left: 6.25vw;
  }
  main.contents section.newsDetailContent .newsList .newsDate span.newsCategory.recruit {
    background: #0068b7;
  }
  main.contents section.newsDetailContent .newsList .newsDate span.newsCategory.notice {
    background: #009b63;
  }
  main.contents section.newsDetailContent .newsList .newsDate span.newsCategory.others {
    background: #707070;
  }
  main.contents section.newsDetailContent .newsList .newsTitle {
    font-weight: bold;
    font-size: 6vw;
    line-height: 1.6;
    text-align: left;
    color: #333;
    padding-bottom: 4.6875vw;
    border-bottom: 1px solid #ddd;
  }
  main.contents section.newsDetailContent .newsList .newsDetailDescription {
    padding: 7.8125vw 0;
  }
  main.contents section.newsDetailContent .newsList .newsDetailDescription p {
    line-height: 1.8;
    overflow-wrap: break-word;
  }
  main.contents section.newsDetailContent .newsList .newsDetailDescription p img {
    width: 100%;
  }
  main.contents section.newsDetailContent .PaginationButton {
    position: relative;
    padding-top: 15.625vw;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  main.contents section.newsDetailContent .PaginationButton a {
    opacity: 0.7;
    pointer-events: none;
  }
  main.contents section.newsDetailContent .PaginationButton a .prevBtn,
main.contents section.newsDetailContent .PaginationButton a .nextBtn {
    position: relative;
    width: 11.25vw;
    height: 11.25vw;
    border-radius: 1.5625vw;
    border: 1px solid #b3b3b3;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
    pointer-events: none;
  }
  main.contents section.newsDetailContent .PaginationButton a .prevBtn::before,
main.contents section.newsDetailContent .PaginationButton a .nextBtn::before {
    content: "";
    position: absolute;
    width: 3.125vw;
    height: 3.125vw;
    border: 1px solid #333;
    transform: rotate(45deg);
  }
  main.contents section.newsDetailContent .PaginationButton a .prevBtn.active,
main.contents section.newsDetailContent .PaginationButton a .nextBtn.active {
    opacity: 1;
  }
  main.contents section.newsDetailContent .PaginationButton a .prevBtn::before {
    border-top-color: transparent;
    border-right-color: transparent;
    left: 4.6875vw;
  }
  main.contents section.newsDetailContent .PaginationButton a .nextBtn::before {
    border-left-color: transparent;
    border-bottom-color: transparent;
    right: 4.6875vw;
  }
  main.contents section.newsDetailContent .PaginationButton a.active {
    opacity: 1;
    pointer-events: unset;
  }
  main.contents section.newsDetailContent .PaginationButton a.AllNews {
    pointer-events: unset;
    opacity: 1;
  }
  main.contents section.newsDetailContent .PaginationButton .newsListBtn {
    position: relative;
    width: 40.625vw;
    height: 11.25vw;
    border-radius: 1.5625vw;
    border: 1px solid #b3b3b3;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-weight: normal;
    font-size: 4.6875vw;
    line-height: 8.75vw;
    text-align: center;
    margin-right: 3.125vw;
    margin-left: 3.125vw;
  }
  main.contents section .newsPagination {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 18.75vw;
  }
  main.contents section .newsPagination .page-numbers {
    font-size: 4.6875vw;
    color: #333;
    position: relative;
    width: 11.25vw;
    height: 11.25vw;
    border: 1px solid #b3b3b3;
    border-radius: 1.5625vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 3.125vw;
  }
  main.contents section .newsPagination .page-numbers.current {
    background: rgba(0, 104, 183, 0.1);
  }
  main.contents section .newsPagination .page-numbers.next {
    position: relative;
    margin-left: 0;
    margin-right: 0;
    color: #333;
  }
  main.contents section .newsPagination .page-numbers.next::after {
    content: "";
    position: absolute;
    width: 3.125vw;
    height: 3.125vw;
    background-color: transparent;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 4.6875vw;
  }
  main.contents section .newsPagination .page-numbers.prev {
    position: relative;
    margin-right: 3.75vw;
    color: #333;
  }
  main.contents section .newsPagination .page-numbers.prev::before {
    content: "";
    position: absolute;
    width: 3.125vw;
    height: 3.125vw;
    background-color: transparent;
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
    transform: rotate(45deg);
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 5vw;
  }
}

main.contents section.newsDetailContent .newsList .newsDetailDescription img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  main.contents section.newsDetailContent .newsList .newsDetailDescription {
    font-size: 4.6875vw;
  }
}

main.contents section.newsDetailContent .newsList .newsDetailDescription a {
  color: #0068b7;
  transition: .3s;
}
main.contents section.newsDetailContent .newsList .newsDetailDescription a:hover {
  color: #0068b7;
  opacity: .8;
}