@charset "UTF-8";
#page-top *,
#page-top *::before,
#page-top *::after {
  box-sizing: border-box;
}

@media screen and (min-width: 1126px) {
  .column .footer {
    margin-top: 250px;
  }

  #page-top .news_area {
    padding: 30px 0;
  }
  #page-top .news_area .body {
    width: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  #page-top .news_area .title {
    font-size: 32px;
    font-weight: bold;
    color: #1ED71E;
    margin-right: 30px;
  }
  #page-top .news_area .a_news {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  #page-top .news_area .a_news a {
    text-decoration: none;
  }
  #page-top .news_area .a_news a:hover {
    opacity: 0.8;
  }
  #page-top .news_area .a_news a:hover .name {
    color: #269940;
  }
  #page-top .news_area .a_inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  #page-top .news_area .sp_inner {
    display: flex;
    justify-content: flex-start;
  }
  #page-top .news_area .date {
    font-size: 16px;
    font-weight: bold;
    color: #191e23;
    margin-right: 10px;
  }
  #page-top .news_area .cats {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 132px;
    margin-right: 10px;
  }
  #page-top .news_area .cats .cat {
    font-size: 14px;
    color: #269940;
    padding: 6px 13px;
    width: 100%;
    text-align: center;
    line-height: 1;
    border-radius: 40px;
    border: 1px solid #269940;
    margin: 0;
  }
  #page-top .news_area .cats .cat + .cat {
    margin-top: 10px;
  }
  #page-top .news_area .name {
    width: 470px;
    font-size: 16px;
    font-weight: bold;
    color: #191e23;
    margin: 0;
    margin-right: 20px;
    transition: all linear 100ms;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  #page-top .news_area .link {
    font-size: 16px;
    color: #269940;
  }
  #page-top .news_area .link a {
    position: relative;
    display: inline-block;
    color: #269940;
    line-height: 1;
    text-decoration: none;
  }
  #page-top .news_area .link a:hover::after {
    right: -25px;
  }
  #page-top .news_area .link a::after {
    position: absolute;
    content: '▶';
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
    display: block;
    top: 8px;
    right: -20px;
    z-index: 1;
    color: #269940;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    transition: all linear 100ms;
  }
  #page-top .column_area {
    background-color: #DEEEE1;
    padding: 100px 0;
  }
  #page-top .column_area .body {
    position: relative;
    width: 1000px;
    margin: 0 auto;
  }
  #page-top .column_area .title {
    font-size: 40px;
    font-weight: bold;
  }
  #page-top .column_area .title span {
    display: block;
    color: #269940;
    font-size: 16px;
    margin-bottom: 5px;
  }
  #page-top .column_area .list {
    display: flex;
    justify-content: flex-start;
    gap: 38px;
    list-style-type: none;
    padding: 0;
  }
  #page-top .column_area .list .item {
    width: 308px;
  }
  #page-top .column_area .list .item a {
    text-decoration: none;
  }
  #page-top .column_area .list .item a:hover .image img {
    transform: scale(1.1);
  }
  #page-top .column_area .list .item .image {
    width: 308px;
    height: 206px;
    margin-bottom: 20px;
    overflow: hidden;
  }
  #page-top .column_area .list .item .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.3s ease;
  }
  #page-top .column_area .list .item .name {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    color: #191e23;
    margin: 0;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  #page-top .column_area .list .item .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #page-top .column_area .list .item .info .date {
    width: 90px;
    font-size: 14px;
    color: #191e23;
    margin: 0;
  }
  #page-top .column_area .list .item .cats {
    display: flex;
    justify-content: flex-start;
    gap: 0 10px;
    width: calc(100% - 90px);
    margin-right: 10px;
  }
  #page-top .column_area .list .item .cats .cat {
    display: inline-block;
    font-size: 14px;
    color: #269940;
    padding: 6px 15px;
    text-align: center;
    line-height: 1;
    color: #269940;
    border-radius: 40px;
    border: 1px solid #269940;
    margin: 0;
  }
  #page-top .column_area .linkArrow {
    position: absolute;
    top: 45px;
    right: 0;
    margin: 0;
    width: 180px;
    height: 40px;
    line-height: 40px;
  }

  .column .column_body {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .column .main_area {
    width: 700px;
  }
  .column .main_area .detail {
    width: calc(100% - 220px - 20px);
  }
  .column .article_list {
    list-style-type: none;
    padding: 0;
  }
  .column .article_list > .item {
    width: 100%;
    border-bottom: 1px dotted #BABBBD;
  }
  .column .article_list > .item .article a {
    display: block;
    text-decoration: none;
    padding: 30px 0;
  }
  .column .article_list > .item .article a:hover .image img {
    transform: scale(1.1);
  }
  .column .article_list > .item .inner {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .column .article_list > .item .image {
    width: 220px;
    height: 148px;
    margin-right: 20px;
    overflow: hidden;
  }
  .column .article_list > .item .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.3s ease;
  }
  .column .article_list > .item .detail {
    padding-top: 5px;
  }
  .column .article_list > .item .name {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    color: #191e23;
    margin: 0;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .column .article_list > .item .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .column .article_list > .item .info .date {
    width: 90px;
    font-size: 14px;
    color: #191e23;
    margin: 0;
  }
  .column .article_list > .item .cats {
    display: flex;
    justify-content: flex-start;
    gap: 0 10px;
    width: calc(100% - 90px);
    margin-right: 10px;
  }
  .column .article_list > .item .cats .cat {
    display: inline-block;
    font-size: 14px;
    color: #269940;
    padding: 6px 13px;
    text-align: center;
    line-height: 1;
    color: #269940;
    border-radius: 40px;
    border: 1px solid #269940;
    margin: 0;
  }
  .column .article_list > .item .tag_list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px 0;
    margin-top: 10px;
  }
  .column .article_list > .item .tag_list .item {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    color: #191E23;
    padding: 10px;
    background-color: #F3F5F4;
    margin: 0;
    margin-right: 10px;
  }
  .column .aside_area {
    width: 200px;
  }
  .column .aside_area .aside_block {
    margin-bottom: 40px;
  }
  .column .aside_area .aside_title {
    font-size: 18px;
    font-weight: bold;
    color: #269940;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #269940;
  }
  .column .aside_area .category_list {
    list-style-type: none;
    padding: 0;
  }
  .column .aside_area .category_list .item {
    line-height: 1;
    margin-bottom: 10px;
  }
  .column .aside_area .category_list .item a {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #191E23;
    text-decoration: none;
    display: block;
    padding: 10px 0 10px 18px;
  }
  .column .aside_area .category_list .item a::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #269940;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 15px;
  }
  .column .aside_area .category_list .item a:hover {
    color: #269940;
  }
  .column .aside_area .tag_list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
  }
  .column .aside_area .tag_list .item {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    color: #191E23;
    background-color: #F3F5F4;
    margin: 0;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .column .aside_area .tag_list .item a {
    display: block;
    color: #191E23;
    text-decoration: none;
    padding: 10px;
  }
  .column .aside_area .tag_list .item a:hover {
    color: #fff;
    background-color: #269940;
  }
  .column .aside_area .article_list {
    list-style-type: none;
    padding: 0;
    margin-top: -20px;
  }
  .column .aside_area .article_list .item a {
    display: block;
    text-decoration: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .column .aside_area .article_list .name {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    color: #191E23;
    margin: 0;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .column .aside_area .article_list .info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .column .aside_area .article_list .cats {
    width: 100%;
  }
  .column .aside_area .article_list a:hover .name {
    color: #269940;
  }

  .column_author {
    width: 700px;
    padding: 30px 40px;
    margin: 0 auto;
    background-color: #F3F5F4;
  }
  .column_author .author_title {
    font-size: 20px;
    font-weight: bold;
    color: #191E23;
    padding-bottom: 5px;
    margin: 0;
    margin-bottom: 30px;
    border-bottom: 2px solid #269940;
  }
  .column_author .wrap {
    position: relative;
  }
  .column_author .wrap .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
    height: 140px;
    margin-right: 30px;
  }
  .column_author .wrap .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .column_author .wrap .detail {
    width: calc(100% - 140px - 30px);
    margin-left: 170px;
  }
  .column_author .wrap .author_head {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 10px;
    margin-bottom: 15px;
  }
  .column_author .wrap .author_head .name {
    max-width: 200px;
    font-size: 20px;
    font-weight: bold;
    color: #191E23;
    margin: 0;
  }
  .column_author .wrap .author_head .department {
    font-size: 14px;
    color: #191E23;
    margin: 0;
  }
  .column_author .wrap .author_desc {
    font-size: 16px;
    line-height: 1.5;
    color: #191E23;
    margin: 0;
    margin-bottom: 20px;
  }
  .column_author .wrap .link {
    text-align: right;
    margin: 0;
  }
  .column_author .wrap .link a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #191E23;
    padding-right: 20px;
    text-decoration: none;
  }
  .column_author .wrap .link a::after {
    position: absolute;
    content: '▶';
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
    display: block;
    top: 19px;
    right: 0;
    z-index: 1;
    color: #1ED71E;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    transition: all linear 100ms;
  }
  .column_author .wrap .link a:hover {
    color: #1ED71E;
  }

  .article_page_nav {
    position: relative;
    border-top: 1px solid #BABBBD;
    border-bottom: 1px solid #BABBBD;
    overflow: hidden;
    margin-top: 80px;
  }
  .article_page_nav .next {
    float: left;
  }
  .article_page_nav .next a {
    padding-left: 10px;
    padding-right: 40px;
  }
  .article_page_nav .next a:hover .title {
    color: #269940;
  }
  .article_page_nav .next .name {
    padding-left: 25px;
  }
  .article_page_nav .next .name::after {
    position: absolute;
    content: '◀︎';
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
    display: block;
    top: 19px;
    left: 0;
    z-index: 1;
    color: #1ED71E;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    transition: all linear 100ms;
  }
  .article_page_nav .next + .prev::after {
    position: absolute;
    content: '';
    display: block;
    width: 1px;
    height: calc(100% - 40px);
    background-color: #BABBBD;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
  }
  .article_page_nav .prev {
    position: relative;
    float: right;
    text-align: right;
  }
  .article_page_nav .prev a {
    padding-left: 40px;
    padding-right: 10px;
  }
  .article_page_nav .prev a:hover .title {
    color: #269940;
  }
  .article_page_nav .prev .name {
    padding-right: 25px;
  }
  .article_page_nav .prev .name::after {
    position: absolute;
    content: '▶';
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
    display: block;
    top: 19px;
    right: 0;
    z-index: 1;
    color: #1ED71E;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    transition: all linear 100ms;
  }
  .article_page_nav .page_nav {
    width: 350px;
  }
  .article_page_nav a {
    display: block;
    padding: 21px 0;
    text-decoration: none;
  }
  .article_page_nav .name {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #269940;
    margin: 0;
    margin-bottom: 15px;
  }
  .article_page_nav .title {
    font-size: 16px;
    color: #191E23;
    line-height: 1.5;
    text-decoration: underline;
    margin: 0;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .related_posts .inner {
    width: 1000px;
    margin: 0 auto;
  }
  .related_posts .title {
    position: relative;
    margin: 100px 0 50px;
    padding: 0 0 10px;
    border-bottom: 1px dashed #babbbd;
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    text-indent: 40px;
  }
  .related_posts .title::before {
    position: absolute;
    display: block;
    content: '';
    width: 25px;
    height: 25px;
    top: 20px;
    left: 0;
    transform: translateY(-50%);
    background: #1ED71E;
  }
  .related_posts .list {
    display: flex;
    justify-content: flex-start;
    gap: 38px 20px;
    list-style-type: none;
    padding: 0;
    margin-bottom: 30px;
  }
  .related_posts .list .item {
    width: 300px !important;
    margin-right: 20px;
  }
  .related_posts .list .item a {
    text-decoration: none;
  }
  .related_posts .list .item .image {
    width: 300px;
    height: 200px;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .related_posts .list .item .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.3s ease;
  }
  .related_posts .list .item .name {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    color: #191e23;
    margin: 0;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .related_posts .list .item .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .related_posts .list .item .info .date {
    width: 100px;
    font-size: 16px;
    color: #191e23;
    margin: 0;
  }
  .related_posts .list .item .cats {
    display: flex;
    justify-content: flex-start;
    gap: 0 10px;
    width: calc(100% - 90px);
    margin-right: 10px;
  }
  .related_posts .list .item .cats .cat {
    display: inline-block;
    font-size: 14px;
    color: #269940;
    padding: 6px 13px;
    text-align: center;
    line-height: 1;
    color: #269940;
    border-radius: 40px;
    border: 1px solid #269940;
    margin: 0;
  }

  .newsDetail {
    width: 700px;
  }
  .newsDetail .mainVisual {
    padding-bottom: 30px;
    margin-bottom: 70px;
    border-bottom: 1px dotted #BABBBD;
  }
  .newsDetail .wp_content a {
    color: #269940;
  }
  .newsDetail .wp_content a:hover {
    text-decoration: none;
  }
  .newsDetail .type {
    line-height: 26px;
  }
  .newsDetail .type + .type {
    margin-left: 5px;
  }
}
@media screen and (max-width: 1125px) {
  #page-top .news_area {
    padding: 15px 0;
  }
  #page-top .news_area .body {
    position: relative;
    width: calc(100vw - 40px);
    margin: 0 auto;
  }
  #page-top .news_area .title {
    font-size: 28px;
    font-weight: bold;
    color: #1ED71E;
  }
  #page-top .news_area .a_news {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  #page-top .news_area .a_news a {
    text-decoration: none;
  }
  #page-top .news_area .a_news a:hover {
    opacity: 0.8;
  }
  #page-top .news_area .a_news a:hover .name {
    color: #269940;
  }
  #page-top .news_area .a_inner {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #page-top .news_area .sp_inner {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  #page-top .news_area .date {
    width: 80px;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #191e23;
    margin-right: 10px;
  }
  #page-top .news_area .cats {
    display: flex;
    justify-content: flex-start;
    width: calc(100% - 60px);
  }
  #page-top .news_area .cats .cat {
    font-size: 14px;
    color: #269940;
    padding: 3px 20px;
    text-align: center;
    line-height: 1;
    color: #269940;
    border-radius: 40px;
    border: 1px solid #269940;
    margin: 0;
  }
  #page-top .news_area .cats .cat + .cat {
    margin-left: 10px;
  }
  #page-top .news_area .name {
    font-size: 16px;
    font-weight: bold;
    color: #191e23;
    margin: 0;
    margin-right: 20px;
    transition: all linear 100ms;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  #page-top .news_area .link {
    position: absolute;
    top: -18px;
    right: 20px;
    font-size: 16px;
    color: #269940;
  }
  #page-top .news_area .link a {
    position: relative;
    display: inline-block;
    color: #269940;
    line-height: 1;
  }
  #page-top .news_area .link a::after {
    position: absolute;
    content: '▶';
    width: 10px;
    height: 10px;
    transform: translateY(-50%);
    display: block;
    top: 8px;
    right: -20px;
    z-index: 1;
    color: #269940;
    font-size: 10px;
    line-height: 10px;
    text-align: center;
    transition: all linear 100ms;
  }
  #page-top .column_area {
    background-color: #DEEEE1;
    padding: 50px 0 100px;
  }
  #page-top .column_area .body {
    width: calc(100vw - 40px);
    margin: 0 auto;
  }
  #page-top .column_area .title {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
  }
  #page-top .column_area .title span {
    display: block;
    color: #269940;
    font-size: 14px;
    margin-bottom: 5px;
  }
  #page-top .column_area .list {
    display: flex;
    justify-content: flex-start;
    gap: 38px 20px;
    list-style-type: none;
    padding: 0;
    margin-bottom: 30px;
  }
  #page-top .column_area .list .item {
    width: 300px !important;
    margin-right: 20px;
  }
  #page-top .column_area .list .item a {
    text-decoration: none;
  }
  #page-top .column_area .list .item .image {
    width: 300px;
    height: 200px;
    margin-bottom: 20px;
    overflow: hidden;
  }
  #page-top .column_area .list .item .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.3s ease;
  }
  #page-top .column_area .list .item .name {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    color: #191e23;
    margin: 0;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  #page-top .column_area .list .item .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #page-top .column_area .list .item .info .date {
    width: 100px;
    font-size: 16px;
    color: #191e23;
    margin: 0;
  }
  #page-top .column_area .list .item .cats {
    display: flex;
    justify-content: flex-start;
    gap: 0 10px;
    width: calc(100% - 90px);
    margin-right: 10px;
  }
  #page-top .column_area .list .item .cats .cat {
    display: inline-block;
    font-size: 14px;
    color: #269940;
    padding: 6px 13px;
    text-align: center;
    line-height: 1;
    color: #269940;
    border-radius: 40px;
    border: 1px solid #269940;
    margin: 0;
  }
  #page-top .column_area .linkArrow {
    margin-top: 30px;
  }

  .column .column_body {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .column .main_area {
    width: 100%;
  }
  .column .article_list {
    list-style-type: none;
    padding: 0;
    margin-top: 0;
  }
  .column .article_list > .item {
    width: 100%;
    border-bottom: 1px dotted #BABBBD;
  }
  .column .article_list > .item:first-child .article a {
    padding-top: 0;
  }
  .column .article_list > .item .article a {
    box-sizing: border-box;
    width: 100%;
    display: block;
    text-decoration: none;
    padding: 20px 0;
  }
  .column .article_list > .item .image {
    width: 100%;
    height: 234px;
    margin-bottom: 15px;
  }
  .column .article_list > .item .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.3s ease;
  }
  .column .article_list > .item .name {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    color: #191e23;
    margin: 0;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .column .article_list > .item .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  .column .article_list > .item .info .date {
    width: 105px;
    font-size: 16px;
    font-weight: bold;
    color: #191e23;
    margin: 0;
  }
  .column .article_list > .item .cats {
    display: flex;
    justify-content: flex-start;
    gap: 0 10px;
    width: calc(100% - 105px);
  }
  .column .article_list > .item .cats .cat {
    display: inline-block;
    font-size: 14px;
    color: #269940;
    padding: 5px 10px;
    text-align: center;
    line-height: 1;
    color: #269940;
    border-radius: 40px;
    border: 1px solid #269940;
    margin: 0;
  }
  .column .article_list > .item .tag_list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px 0;
  }
  .column .article_list > .item .tag_list .item {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    color: #191E23;
    padding: 10px;
    background-color: #F3F5F4;
    margin: 0;
    margin-right: 10px;
  }
  .column .aside_area {
    width: 100%;
    margin-top: 80px;
  }
  .column .aside_area .aside_block {
    margin-bottom: 40px;
  }
  .column .aside_area .aside_title {
    font-size: 20px;
    font-weight: bold;
    color: #269940;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #269940;
  }
  .column .aside_area .category_list {
    list-style-type: none;
    padding: 0;
  }
  .column .aside_area .category_list .item {
    line-height: 1;
    margin-bottom: 5px;
  }
  .column .aside_area .category_list .item a {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #191E23;
    text-decoration: none;
    display: block;
    padding: 10px 0 10px 18px;
  }
  .column .aside_area .category_list .item a::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #269940;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 15px;
  }
  .column .aside_area .tag_list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
  }
  .column .aside_area .tag_list .item {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    color: #191E23;
    padding: 10px;
    background-color: #F3F5F4;
    margin: 0;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .column .aside_area .tag_list .item a {
    color: #191E23;
    text-decoration: none;
  }
  .column .aside_area .article_list {
    list-style-type: none;
    padding: 0;
    margin-top: -10px;
  }
  .column .aside_area .article_list .item a {
    display: block;
    text-decoration: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .column .aside_area .article_list .name {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    color: #191E23;
    margin: 0;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .column .aside_area .article_list .info {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .column_single .column_body .newsDetail {
    width: 100%;
  }

  .column_author {
    width: 100%;
    padding: 30px 20px;
    margin: 0 auto;
    background-color: #F3F5F4;
  }
  .column_author .author_title {
    font-size: 22px;
    font-weight: bold;
    color: #191E23;
    padding-bottom: 10px;
    margin: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #269940;
  }
  .column_author .wrap {
    position: relative;
  }
  .column_author .wrap .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
  }
  .column_author .wrap .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .column_author .wrap .author_head {
    width: calc(100% - 100px);
    margin-left: auto;
  }
  .column_author .wrap .author_head .name {
    max-width: 200px;
    font-size: 18px;
    font-weight: bold;
    color: #191E23;
    margin: 0;
  }
  .column_author .wrap .author_head .department {
    font-size: 16px;
    color: #191E23;
    margin: 0;
  }
  .column_author .wrap .author_desc {
    font-size: 16px;
    line-height: 1.5;
    color: #191E23;
    margin: 0;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .column_author .wrap .link {
    text-align: right;
    margin: 0;
  }
  .column_author .wrap .link a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #191E23;
    padding-right: 20px;
    text-decoration: none;
  }
  .column_author .wrap .link a::after {
    position: absolute;
    content: '▶';
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
    display: block;
    top: 15px;
    right: 0;
    z-index: 1;
    color: #1ED71E;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    transition: all linear 100ms;
  }

  .article_page_nav {
    position: relative;
    border-top: 1px solid #BABBBD;
    border-bottom: 1px solid #BABBBD;
    overflow: hidden;
    margin-top: 80px;
  }
  .article_page_nav .next {
    float: left;
  }
  .article_page_nav .next a {
    padding-left: 10px;
    padding-right: 15px;
  }
  .article_page_nav .next .name {
    padding-left: 25px;
  }
  .article_page_nav .next .name::after {
    position: absolute;
    content: '◀︎';
    width: 10px;
    height: 10px;
    transform: translateY(-50%);
    display: block;
    top: 13px;
    left: 0;
    z-index: 1;
    color: #1ED71E;
    font-size: 10px;
    line-height: 10px;
    text-align: center;
    transition: all linear 100ms;
  }
  .article_page_nav .next + .prev::after {
    position: absolute;
    content: '';
    display: block;
    width: 1px;
    height: calc(100% - 40px);
    background-color: #BABBBD;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
  }
  .article_page_nav .prev {
    position: relative;
    float: right;
    text-align: right;
  }
  .article_page_nav .prev a {
    padding-left: 15px;
    padding-right: 10px;
  }
  .article_page_nav .prev .name {
    padding-right: 25px;
  }
  .article_page_nav .prev .name::after {
    position: absolute;
    content: '▶';
    width: 10px;
    height: 10px;
    transform: translateY(-50%);
    display: block;
    top: 13px;
    right: 0;
    z-index: 1;
    color: #1ED71E;
    font-size: 10px;
    line-height: 10px;
    text-align: center;
    transition: all linear 100ms;
  }
  .article_page_nav .page_nav {
    width: 50%;
  }
  .article_page_nav a {
    display: block;
    padding: 21px 0;
    text-decoration: none;
  }
  .article_page_nav .name {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #269940;
    margin: 0;
    margin-bottom: 15px;
  }
  .article_page_nav .title {
    font-size: 16px;
    color: #191E23;
    line-height: 1.5;
    text-decoration: underline;
    margin: 0;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .related_posts .inner {
    width: calc(100vw - 40px);
    margin: 0 auto;
  }
  .related_posts .title {
    position: relative;
    margin: 63px 0 30px;
    font-size: 20px;
    line-height: 29px;
    text-indent: 25px;
    padding: 0 0 10px;
    border-bottom: 1px dashed #babbbd;
    font-weight: 700;
  }
  .related_posts .title::before {
    position: absolute;
    display: block;
    content: '';
    width: 15px;
    height: 15px;
    top: 14.5px;
    left: 0;
    transform: translateY(-50%);
    background: #1ed71e;
  }
  .related_posts .list {
    display: flex;
    justify-content: flex-start;
    gap: 38px 20px;
    list-style-type: none;
    padding: 0;
    margin-bottom: 30px;
  }
  .related_posts .list .item {
    width: 300px !important;
    margin-right: 20px;
  }
  .related_posts .list .item a {
    text-decoration: none;
  }
  .related_posts .list .item .image {
    width: 300px;
    height: 200px;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .related_posts .list .item .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.3s ease;
  }
  .related_posts .list .item .name {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    color: #191e23;
    margin: 0;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .related_posts .list .item .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .related_posts .list .item .info .date {
    width: 100px;
    font-size: 16px;
    color: #191e23;
    margin: 0;
  }
  .related_posts .list .item .cats {
    display: flex;
    justify-content: flex-start;
    gap: 0 10px;
    width: calc(100% - 90px);
    margin-right: 10px;
  }
  .related_posts .list .item .cats .cat {
    display: inline-block;
    font-size: 14px;
    color: #269940;
    padding: 6px 13px;
    text-align: center;
    line-height: 1;
    color: #269940;
    border-radius: 40px;
    border: 1px solid #269940;
    margin: 0;
  }

  .newsDetail .mainVisual {
    padding-bottom: 20px;
    margin-bottom: 50px;
    border-bottom: 1px dotted #BABBBD;
  }
  .newsDetail .wp_content a {
    color: #269940;
  }
  .newsDetail .type {
    line-height: 22px;
  }
  .newsDetail .type + .type {
    margin-left: 5px;
  }
}
.page-numbers {
  display: flex;
  list-style: none;
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin: 20px 0 0;
  padding: 0;
}

.page-numbers li {
  box-sizing: border-box;
  position: relative;
  display: block;
  margin: 0;
  padding: 0 10px;
  background: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #269940;
  transition: all .3s;
}

.page-numbers li a,
.page-numbers li span {
  display: block;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #269940;
  text-decoration: none;
  color: #269940;
}

.page-numbers li .current {
  color: #ffffff;
  background: #269940;
}

.page-numbers li .dots {
  width: auto;
  margin: 0 -10px;
  border: none;
}

.page-numbers li .disabled {
  display: none;
}

.page-numbers li a:hover {
  color: #ffffff;
  background: #269940;
}

@media screen and (max-width: 1125px) {
  .newsAres .page-numbers li {
    padding: 0 5px;
    font-size: 14px;
    line-height: 30px;
  }

  .newsAres .page-numbers li a,
  .newsAres .page-numbers li span {
    width: 30px;
    height: 30px;
  }

  .newsAres .page-numbers li .dots {
    margin: 0 -5px;
  }
}
