@import url("https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200..900;1,200..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Shippori+Mincho&display=swap");
@keyframes arrow_hover {
  0% {
    background-position: right 3rem top;
  }
  30% {
    background-position: right top;
  }
  100% {
    background-position: right top;
  }
}
@media screen and (min-width: 768px) {
  main {
    background: #f2f2f7;
  }
  main .categories {
    display: block;
    margin: 9.6rem auto 4rem;
    max-width: 87.8477306003%;
    background: #fff;
  }
  main .categories dl {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  main .categories dl dt {
    height: 8rem;
    width: 18rem;
    border-right: #f2f2f7 2px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: bold;
    margin-right: 4rem;
  }
  main .categories dl dd {
    width: fit-content;
    margin-right: 1rem;
  }
  main .categories dl dd a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-width: 14.8rem;
    height: 4rem;
    box-sizing: border-box;
    padding: 1.2rem;
    font-size: 1.6rem;
    color: #333333;
    background: #e4e4ed;
    border-radius: 5px;
  }
  main .categories dl dd a.active {
    background: #10335e;
    color: #fff;
  }
  main #news_section {
    margin: 0 auto;
    max-width: 87.8477306003%;
    background: #fff;
    padding: 3.2rem 8rem 8rem;
  }
  main #news_section .news_list .row {
    border-bottom: #a4a4b8 1px solid;
    display: block;
  }
  main #news_section .news_list .row a {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    min-height: 9rem;
    padding: 1.2rem 0;
    box-sizing: border-box;
  }
  main #news_section .news_list .row a .date {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    color: #10335e;
    width: 11.3rem;
    min-width: 11.3rem;
  }
  main #news_section .news_list .row a .category_col {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 3.2rem;
  }
  main #news_section .news_list .row a .category_col li {
    display: flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    min-width: 9.6rem;
    background: #10335e;
    color: #fff;
    line-height: 1;
    font-size: 1.2rem;
    height: 2.6rem;
    border-radius: 5px;
    padding: 0 0.5em;
  }
  main #news_section .news_list .row a .category_col li + li {
    margin-left: 0.5em;
  }
  main #news_section .news_list .row a .title {
    font-size: 1.8rem;
    line-height: 3.2rem;
    font-weight: bold;
  }
  main #news_section .pagenate {
    margin: 6.4rem auto 0;
  }
  main #news_section .pagenate .page-numbers {
    display: flex;
    width: fit-content;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  main #news_section .pagenate .page-numbers li {
    display: block;
    width: fit-content;
  }
  main #news_section .pagenate .page-numbers li:has(.prev), main #news_section .pagenate .page-numbers li:has(.next) {
    position: absolute;
  }
  main #news_section .pagenate .page-numbers li:has(.prev) {
    margin-left: -4.2rem;
    left: 0;
  }
  main #news_section .pagenate .page-numbers li:has(.next) {
    right: 0;
    margin-right: -4.2rem;
  }
  main #news_section .pagenate .page-numbers .page-numbers {
    width: 6rem;
    height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e4e4ed;
    font-size: 1.6rem;
    margin: 1px;
  }
  main #news_section .pagenate .page-numbers .page-numbers.prev, main #news_section .pagenate .page-numbers .page-numbers.next, main #news_section .pagenate .page-numbers .page-numbers.dots {
    background: transparent;
  }
  main #news_section .pagenate .page-numbers .page-numbers.prev, main #news_section .pagenate .page-numbers .page-numbers.next {
    width: auto;
    font-size: 1.8rem;
  }
  main #news_section .pagenate .page-numbers .page-numbers.current {
    background: #10335e;
    color: #fff;
  }
  main #news_content {
    margin: 9.6rem auto 0;
    max-width: 87.8477306003%;
    background: #fff;
    padding: 7.4rem 8rem 8rem;
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
  body.single-post main #simple_kv {
    padding-top: 21.2rem;
  }
  body.single-post main #simple_kv .inner_wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  body.single-post main #simple_kv .date {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
    margin-right: 3.9rem;
  }
  body.single-post main #simple_kv .tags {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  body.single-post main #simple_kv .tags li {
    display: block;
    width: fit-content;
  }
  body.single-post main #simple_kv .tags li a {
    display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
    min-width: 9.6rem;
    height: 2.8rem;
    box-sizing: border-box;
    padding: 0 0.5em;
    font-size: 1.3rem;
    color: #10335e;
    border-radius: 5px;
    border: rgba(255, 255, 255, 0.3) 1px solid;
    color: #fff;
  }
  body.single-post main #simple_kv .tags li a + li {
    margin-left: 0.5em;
  }
  body.single-post main #simple_kv .page_title {
    width: 100%;
    margin-top: 2rem;
  }
  body.single-post main #simple_kv .page_title .jp {
    font-size: 3.6rem;
  }
  body.single-post main #news_content .link_btn {
    margin: 6.4rem auto 0;
    width: 32.4rem;
    height: 5.5rem;
    font-size: 1.6rem;
    padding-left: 0;
    padding-right: 0;
  }
  body.single-post main #news_content .link_btn:after {
    width: 4.2rem;
  }
  body.single-post main #news_content h2 {
    margin-bottom: 32px;
    padding: 0;
    text-align: left;
    line-height: 35px;
    font-size: 20px;
    font-weight: bold;
  }
  body.single-post main #news_content p, body.single-post main #news_content ul, body.single-post main #news_content ol {
    margin-bottom: 28px;
    line-height: 28px;
    font-size: 16px;
  }
  body.single-post main #news_content ul, body.single-post main #news_content ol {
    margin-left: 28px;
  }
  body.single-post main #news_content a:not(.link_btn) {
    color: #2396d2;
    text-decoration: underline;
  }
  body.single-post main #news_content figure {
    margin-bottom: 54px;
  }
  body.single-post main #news_content figure.wp-block-image {
    width: 100%;
    max-width: 100%;
    display: block;
    text-align: center;
  }
  body.single-post main #news_content figure.wp-block-image img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  main {
    background: #f2f2f7;
  }
  main .categories {
    display: block;
    margin: 60px auto 32px;
    width: 86.6666666667%;
    background: #fff;
  }
  main .categories dl {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 16px 6px;
    width: 100%;
  }
  main .categories dl dt {
    height: 40px;
    width: calc(100% + 32px);
    position: relative;
    left: -16px;
    border-bottom: #f2f2f7 1px solid;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 13px;
    font-weight: bold;
    box-sizing: border-box;
    padding-left: 16px;
    margin-bottom: 16px;
  }
  main .categories dl dd {
    width: calc(33.3333333333% - 6.6666666667px);
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 767px) and (min-width: 430px) {
  main .categories dl dd {
    width: calc(25% - 7.5px);
  }
}
@media screen and (max-width: 767px) {
  main .categories dl dd a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 24px;
    box-sizing: border-box;
    padding: 7px 0;
    font-size: 10px;
    color: #333333;
    background: #e4e4ed;
    border-radius: 5px;
  }
  main .categories dl dd a.active {
    background: #10335e;
    color: #fff;
  }
  main #news_section {
    margin: 0 auto;
    width: 86.6666666667%;
    background: #fff;
    padding: 29px 20px 48px;
  }
  main #news_section .news_list .row {
    border-bottom: rgba(164, 164, 164, 0.5) 1px solid;
    display: block;
  }
  main #news_section .news_list .row a {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    padding: 19px 0;
    box-sizing: border-box;
  }
  main #news_section .news_list .row a .date {
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #10335e;
    width: 65px;
    text-align: center;
    white-space: nowrap;
    position: absolute;
    left: 0;
    margin-top: 4.5px;
  }
  main #news_section .news_list .row a .category_col {
    width: 65px;
  }
  main #news_section .news_list .row a .category_col li {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    background: #10335e;
    color: #fff;
    line-height: 1;
    font-size: 10px;
    height: 18px;
    border-radius: 5px;
    padding: 0;
    margin-top: 22px;
  }
  main #news_section .news_list .row a .category_col li + li {
    margin-top: 5px;
  }
  main #news_section .news_list .row a .title {
    font-size: 12px;
    line-height: 21px;
    font-weight: bold;
    width: calc(100% - 79px);
  }
  main #news_section .pagenate {
    margin: 40px auto 0;
  }
  main #news_section .pagenate .page-numbers {
    display: flex;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  main #news_section .pagenate .page-numbers li {
    display: block;
    width: fit-content;
  }
  main #news_section .pagenate .page-numbers li:has(.prev), main #news_section .pagenate .page-numbers li:has(.next) {
    position: absolute;
  }
  main #news_section .pagenate .page-numbers li:has(.prev) {
    margin-left: -22px;
    left: 0;
  }
  main #news_section .pagenate .page-numbers li:has(.next) {
    right: 0;
    margin-right: -22px;
  }
  main #news_section .pagenate .page-numbers .page-numbers {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e4e4ed;
    font-size: 12px;
    margin: 0 1px;
  }
  main #news_section .pagenate .page-numbers .page-numbers.prev, main #news_section .pagenate .page-numbers .page-numbers.next, main #news_section .pagenate .page-numbers .page-numbers.dots {
    background: transparent;
  }
  main #news_section .pagenate .page-numbers .page-numbers.prev, main #news_section .pagenate .page-numbers .page-numbers.next {
    width: auto;
    font-size: 14px;
  }
  main #news_section .pagenate .page-numbers .page-numbers.current {
    background: #10335e;
    color: #fff;
  }
  main #news_content {
    margin: 60px auto 0;
    width: 86.6666666667%;
    background: #fff;
    padding: 60px 20px 60px;
    font-size: 14px;
    line-height: 25.6px;
  }
  main #news_content .inner_wrap {
    width: 100%;
  }
  body.single-post main #simple_kv {
    padding-top: 110px;
    min-height: 320px;
    height: auto;
    padding-bottom: 46px;
  }
  body.single-post main #simple_kv .inner_wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  body.single-post main #simple_kv .date {
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    margin-right: 18px;
  }
  body.single-post main #simple_kv .tags {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  body.single-post main #simple_kv .tags li {
    display: block;
    width: fit-content;
    margin-bottom: 5px;
    margin-right: 5px;
  }
  body.single-post main #simple_kv .tags li a {
    display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
    min-width: 70px;
    height: 24px;
    box-sizing: border-box;
    padding: 0 0.2em;
    font-size: 10px;
    color: #10335e;
    border-radius: 5px;
    border: rgba(255, 255, 255, 0.3) 1px solid;
    color: #fff;
  }
  body.single-post main #simple_kv .page_title {
    width: 100%;
    margin-top: 12px;
  }
  body.single-post main #simple_kv .page_title .jp {
    font-size: 24px;
    line-height: 38px;
  }
  body.single-post main #news_content .link_btn {
    margin: 42px auto 0;
    height: 46px;
    font-size: 13px;
    padding-left: 0;
    padding-right: 0;
  }
  body.single-post main #news_content .link_btn:after {
    width: 35px;
  }
  body.single-post main #news_content h2 {
    margin-bottom: 32px;
    padding: 0;
    text-align: left;
    line-height: 35px;
    font-size: 20px;
    font-weight: bold;
  }
  body.single-post main #news_content p, body.single-post main #news_content ul, body.single-post main #news_content ol {
    margin-bottom: 28px;
    font-size: 14px;
    line-height: 25.6px;
  }
  body.single-post main #news_content ul, body.single-post main #news_content ol {
    margin-left: 28px;
  }
  body.single-post main #news_content a:not(.link_btn) {
    color: #2396d2;
    text-decoration: underline;
  }
  body.single-post main #news_content figure {
    margin-bottom: 54px;
  }
  body.single-post main #news_content figure.wp-block-image {
    width: 100%;
    max-width: 100%;
    display: block;
    text-align: center;
  }
  body.single-post main #news_content figure.wp-block-image img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}