@charset "UTF-8";
/* _setting CSS */
/* Desktops and laptops */
@media print, screen and (min-width: 751px) {
  body {
    padding-top: 0;
  }

  /* --- 共通 --- */
  .journal_list {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 80px 4%;
  }
  .journal_list .journal_item {
    width: 30.66%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  .journal_list .journal_item .thumbnail_wrap {
    display: block;
    margin-bottom: 18px;
  }
  .journal_list .journal_item .thumbnail_wrap:hover {
    opacity: 1;
  }
  .journal_list .journal_item .thumbnail_wrap:hover .thumbnail img {
    scale: 1.1;
    opacity: 1;
  }
  .journal_list .journal_item .thumbnail_wrap .thumbnail {
    width: 100%;
    aspect-ratio: 368/245;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .journal_list .journal_item .thumbnail_wrap .thumbnail img {
    width: 100%;
    height: auto;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .journal_list .journal_item .blog_name {
    margin-bottom: 18px;
  }
  .journal_list .journal_item .blog_name a {
    font-weight: bold;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.66;
    margin-bottom: 18px;
    letter-spacing: 0.05em;
  }
  .journal_list .journal_item .blog_name a:hover {
    opacity: 1;
    color: #f39700;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  .journal_list .journal_item .tag_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 20px;
  }
  .journal_list .journal_item .tag_list li {
    margin-right: 20px;
  }
  .journal_list .journal_item .tag_list li a {
    font-size: 1.4rem;
    line-height: 1.36;
    letter-spacing: 0.05em;
    color: #999999;
  }
  .journal_list .journal_item .tag_list li a:hover {
    opacity: 1;
    text-decoration: underline;
  }
  .journal_list .journal_item .cate_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: auto;
    min-height: 60px;
  }
  .journal_list .journal_item .cate_wrap .cate_list li {
    margin-right: 18px;
  }
  .journal_list .journal_item .cate_wrap .cate_list li a {
    min-width: 80px;
    display: block;
    background-color: #1f3964;
    color: #fff;
    font-weight: bold;
    padding: 6px 12px 7px;
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    border-radius: 999px;
  }
  .journal_list .journal_item .cate_wrap .date {
    font-family: "Rubik", sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
  .journal_list .journal_item .cate_wrap .author {
    width: 60px;
    height: 60px;
    background-color: #f0f0f0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 999px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
  }
  .journal_list .journal_item .cate_wrap .author img {
    width: 60px;
    height: auto;
  }
  .journal_list .journal_item .role_item_wrap {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5px;
    width: 70px;
  }
  .journal_list .journal_item .role_item_wrap .role_icon_inner {
    width: 40px;
  }
  .journal_list .journal_item .role_item_wrap .role_icon_inner .role_icon {
    display: inline-block;
    width: 100%;
  }
  .journal_list .journal_item .role_item_wrap .role_name {
    font-family: "Rubik", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    color: #f39700;
  }

  /* --- 一覧 --- */
  #journal-archive .top_cover_bg {
    background-color: #f2f0ea;
    padding-top: 130px;
  }
  #journal-archive .top_cover_bg .common_inner {
    padding-bottom: 39px;
    position: relative;
    z-index: 0;
  }
  #journal-archive #page-head {
    text-align: center;
    margin-top: 85px;
    margin-bottom: 76px;
  }
  #journal-archive #page-head .page_title {
    font-size: 4.8rem;
    letter-spacing: 0.075em;
    margin-left: -3%;
  }
  #journal-archive #page-head .acce_title::before {
    display: none;
  }
  #journal-archive #page-head .acce_title .icon_title {
    width: 95px;
    height: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 55%;
  }
  #journal-archive #page-head .acce_title .icon_title::before {
    content: none;
  }
  #journal-archive .category_wrap_pc {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  #journal-archive .category_wrap_pc .category_detail_list {
    width: 520px;
    margin: 0 auto 43px;
  }
  #journal-archive .category_wrap_pc .category_detail_list li {
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    border: 1px solid #222;
    border-radius: 999px;
    padding: 6px 26px 6px 17px;
    position: relative;
  }
  #journal-archive .category_wrap_pc .category_detail_list li::after {
    content: "";
    position: absolute;
    bottom: -19px;
    left: var(--arrow-position, 9%);
    border-width: 19px 13px 0 13px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
  }
  #journal-archive .category_wrap_pc .category_detail_list li::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: var(--arrow-position, 9%);
    border-width: 20px 14px 0 14px;
    border-style: solid;
    border-color: #222 transparent transparent transparent;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 0;
  }
  #journal-archive .category_wrap_pc .category_detail_list li.selected {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #journal-archive .category_wrap_pc .category_detail_list li .cate_select_img {
    display: block;
    background-color: #f0f0f0;
    width: 58px;
    height: 58px;
    border-radius: 999px;
    overflow: hidden;
    position: relative;
  }
  #journal-archive .category_wrap_pc .category_detail_list li .cate_select_img img {
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -15px;
    left: 50%;
    width: 74px;
    height: auto;
  }
  #journal-archive .category_wrap_pc .category_detail_list li p {
    font-size: 1.6rem;
    letter-spacing: 0.075em;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 auto;
  }
  #journal-archive .journal_category_pc {
    text-align: center;
  }
  #journal-archive .journal_category_pc .journal_cate_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 57px;
  }
  #journal-archive .journal_category_pc .journal_cate_list li a {
    font-size: 2rem;
    font-weight: bold;
  }
  #journal-archive .journal_category_pc .journal_cate_list li a:hover {
    opacity: 1;
    color: #f39700;
  }
  #journal-archive .journal_category_pc .journal_cate_list li.selected {
    padding-bottom: 10px;
    border-bottom: 2px solid #f39700;
  }
  #journal-archive .journal_category_pc .journal_cate_list li.selected a {
    color: #f39700;
  }
  #journal-archive .journal_archive_acce01 {
    width: 28.08%;
    max-width: 337px;
    position: absolute;
    left: -57px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 52%;
    z-index: -1;
  }
  #journal-archive .journal_archive_acce01 img {
    width: 100%;
    height: auto;
  }
  #journal-archive .journal_archive_acce01 .member_link {
    position: absolute;
    width: 27.89%;
    left: 65%;
    top: 49%;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  #journal-archive .journal_archive_acce01 .member_link:hover {
    opacity: 1;
  }
  #journal-archive .journal_archive_acce01 .member_link:hover img {
    opacity: 1;
    -webkit-animation: bounce 0.5s ease-out;
            animation: bounce 0.5s ease-out;
  }
  @-webkit-keyframes bounce {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    25% {
      -webkit-transform: translateY(-20px);
              transform: translateY(-20px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    50% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    75% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes bounce {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    25% {
      -webkit-transform: translateY(-20px);
              transform: translateY(-20px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    50% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    75% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  #journal-archive .journal_archive_acce01 .member_link img {
    width: 100%;
    height: auto;
  }
  #journal-archive .journal_archive_acce02 {
    width: 23.5%;
    max-width: 282px;
    position: absolute;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 47%;
    z-index: -1;
  }
  #journal-archive .journal_archive_acce02 img {
    width: 100%;
    height: auto;
  }

  /* --- カテゴリ一覧 --- */
  .journal_archive_wrap_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 10%;
    padding-top: 130px;
  }

  #journal-archive-sub {
    width: 66.67%;
  }
  #journal-archive-sub #page-head {
    padding-bottom: 35px;
    border-bottom: 2px dotted #f39700;
    margin-top: 85px;
  }
  #journal-archive-sub #page-head .page_title {
    font-size: 2rem;
    letter-spacing: 0.075em;
    font-weight: bold;
  }
  #journal-archive-sub #page-head .page_title strong {
    font-size: 3.2rem;
    letter-spacing: 0.075em;
    line-height: 1.7;
    font-weight: bold;
    margin-right: 9px;
  }
  #journal-archive-sub #page-head .acce_title::before {
    display: none;
  }
  #journal-archive-sub #page-head .acce_title .icon_title {
    width: 50px;
    height: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 44%;
  }
  #journal-archive-sub #page-head .acce_title .icon_title::before {
    content: none;
  }
  #journal-archive-sub .journal_list {
    margin-top: 39px;
    display: block;
  }
  #journal-archive-sub .journal_list .journal_item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 3.75%;
    width: 100%;
    border-bottom: 2px dotted #f39700;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  #journal-archive-sub .journal_list .journal_item .thumbnail_wrap {
    width: 35%;
    aspect-ratio: 288/188;
    margin-bottom: 0;
  }
  #journal-archive-sub .journal_list .journal_item .thumbnail_wrap .thumbnail {
    width: 100%;
    height: 100%;
  }
  #journal-archive-sub .journal_list .journal_item .journal_item_right {
    width: 61.25%;
  }
  #journal-archive-sub .journal_list .journal_item .journal_item_right .cate_wrap {
    margin-top: 40px;
    min-height: 60px;
  }
  #journal-archive-sub .page_nav {
    margin-top: 120px;
    margin-bottom: 160px;
  }
  #journal-archive-sub .page_nav .wp-pagenavi {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }

  /* --- 詳細 --- */
  #journal-single {
    padding-top: 130px;
  }
  #journal-single .journal_article_wrap_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 10%;
  }
  #journal-single .journal_article {
    margin-top: 30px;
    width: 66.67%;
  }
  #journal-single .journal_article .hd_wrap {
    border-bottom: 2px solid #222;
    padding-bottom: 10px;
    margin-bottom: 50px;
  }
  #journal-single .journal_article .hd_wrap .cate_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 28px;
  }
  #journal-single .journal_article .hd_wrap .cate_wrap .article_cate li {
    margin-right: 20px;
  }
  #journal-single .journal_article .hd_wrap .cate_wrap .article_cate li a {
    min-width: 80px;
    display: block;
    background-color: #1f3964;
    color: #fff;
    font-weight: bold;
    padding: 6px 12px 7px;
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    border-radius: 999px;
  }
  #journal-single .journal_article .hd_wrap .cate_wrap .date {
    font-family: "Rubik", sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
  #journal-single .journal_article .hd_wrap h2 {
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1.47;
    letter-spacing: 0.05em;
  }
  #journal-single .journal_article .hd_wrap .tag_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
  }
  #journal-single .journal_article .hd_wrap .tag_wrap .article_tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
  }
  #journal-single .journal_article .hd_wrap .tag_wrap .article_tag li a {
    font-size: 1.6rem;
    line-height: 1.36;
    letter-spacing: 0.05em;
    color: #999999;
  }
  #journal-single .journal_article .hd_wrap .tag_wrap .article_tag li a:hover {
    opacity: 1;
    text-decoration: underline;
  }
  #journal-single .journal_article .hd_wrap .tag_wrap .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 200px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #journal-single .journal_article .hd_wrap .tag_wrap .author .author_img_wrap {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background-color: #f0f0f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 11px;
  }
  #journal-single .journal_article .hd_wrap .tag_wrap .author .author_img_wrap img {
    width: 50px;
    height: auto;
  }
  #journal-single .journal_article .hd_wrap .tag_wrap .author p {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
  #journal-single .journal_article .content_wrap p {
    font-size: 1.6rem;
    line-height: 2.1;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
  }
  #journal-single .journal_article .content_wrap b {
    font-weight: bold;
  }
  #journal-single .journal_article .content_wrap h2,
  #journal-single .journal_article .content_wrap h3,
  #journal-single .journal_article .content_wrap h4,
  #journal-single .journal_article .content_wrap h5,
  #journal-single .journal_article .content_wrap h6 {
    display: inline-block;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.53;
    margin-bottom: 26px;
  }
  #journal-single .journal_article .content_wrap h2 span,
  #journal-single .journal_article .content_wrap h3 span,
  #journal-single .journal_article .content_wrap h4 span,
  #journal-single .journal_article .content_wrap h5 span,
  #journal-single .journal_article .content_wrap h6 span {
    font-weight: bold;
  }
  #journal-single .journal_article .content_wrap h2 {
    font-size: 2.6rem;
    border-bottom: 4px solid #f39700;
    padding-bottom: 22px;
  }
  #journal-single .journal_article .content_wrap h3 {
    font-size: 2.4rem;
    padding-left: 17px;
    border-left: 12px solid #f39700;
  }
  #journal-single .journal_article .content_wrap h4 {
    font-size: 2rem;
    padding-left: 22px;
    position: relative;
  }
  #journal-single .journal_article .content_wrap h4::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #f39700;
    border-radius: 999px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    top: 0.8em;
    left: 3px;
  }
  #journal-single .journal_article .content_wrap h5 {
    font-size: 1.8rem;
    padding-left: 22px;
    position: relative;
  }
  #journal-single .journal_article .content_wrap h5::before {
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    border-radius: 999px;
    background-color: #f39700;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    top: 0.8em;
  }
  #journal-single .journal_article .content_wrap h6 {
    font-size: 1.6rem;
  }
  #journal-single .journal_article .content_wrap ul,
  #journal-single .journal_article .content_wrap ol {
    margin-bottom: 30px;
    margin-left: 3em;
  }
  #journal-single .journal_article .content_wrap ul li,
  #journal-single .journal_article .content_wrap ol li {
    list-style-type: disc;
    font-size: 1.6rem;
    line-height: 2.12;
    margin-bottom: 10px;
  }
  #journal-single .journal_article .content_wrap ul li:last-of-type,
  #journal-single .journal_article .content_wrap ol li:last-of-type {
    margin-bottom: 0;
  }
  #journal-single .journal_article .content_wrap a {
    font-size: 1.6rem;
    line-height: 2.12;
    color: #f39700;
    word-break: break-all;
  }
  #journal-single .journal_article .content_wrap a:hover {
    opacity: 1;
    text-decoration: underline;
  }
  #journal-single .journal_article .content_wrap strong {
    font-weight: bold;
    color: #e94829;
  }
  #journal-single .journal_article .content_wrap .marker {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #fbe0b2));
    background: linear-gradient(transparent 0%, #fbe0b2 0%);
    font-weight: bold;
  }
  #journal-single .journal_article .content_wrap img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  #journal-single .journal_article .article_author {
    border: 1px solid #222;
    border-radius: 20px;
    padding: 40px 7.5%;
    background-color: #fff;
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #journal-single .journal_article .article_author .author_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #journal-single .journal_article .article_author .author_link .author_img_wrap {
    width: 60px;
    height: 60px;
    border-radius: 999px;
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background-color: #f0f0f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 26px;
  }
  #journal-single .journal_article .article_author .author_link .author_img_wrap img {
    width: 60px;
    height: auto;
  }
  #journal-single .journal_article .article_author .author_link .author_name_wrap .role {
    font-weight: 500;
    font-size: 1.5rem;
    color: #f39700;
    font-family: "Rubik", sans-serif;
  }
  #journal-single .journal_article .article_author .author_link .author_name_wrap .name {
    font-weight: bold;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    margin-top: 12px;
  }
  #journal-single .journal_article .article_author .btn_line {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  #journal-single .journal_article .article_author .btn_line::after {
    width: 24px;
    height: 24px;
  }
  #journal-single .journal_article .article_page_nav_sp {
    display: none;
  }
  #journal-single .journal_article .article_page_nav_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 64px;
    margin-bottom: 100px;
  }
  #journal-single .journal_article .article_page_nav_pc .next,
  #journal-single .journal_article .article_page_nav_pc .prev,
  #journal-single .journal_article .article_page_nav_pc .back_more {
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
  #journal-single .journal_article .article_page_nav_pc .next a,
  #journal-single .journal_article .article_page_nav_pc .prev a,
  #journal-single .journal_article .article_page_nav_pc .back_more a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #journal-single .journal_article .article_page_nav_pc .next span,
  #journal-single .journal_article .article_page_nav_pc .prev span,
  #journal-single .journal_article .article_page_nav_pc .back_more span {
    display: inline-block;
    width: 16px;
    height: 22px;
    position: relative;
    padding-right: 25px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  #journal-single .journal_article .article_page_nav_pc .next span::before, #journal-single .journal_article .article_page_nav_pc .next span::after,
  #journal-single .journal_article .article_page_nav_pc .prev span::before,
  #journal-single .journal_article .article_page_nav_pc .prev span::after,
  #journal-single .journal_article .article_page_nav_pc .back_more span::before,
  #journal-single .journal_article .article_page_nav_pc .back_more span::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 12px;
    border-radius: 9999px;
    background-color: #222;
    -webkit-transform-origin: 50% calc(100% - 0.5px);
            transform-origin: 50% calc(100% - 0.5px);
  }
  #journal-single .journal_article .article_page_nav_pc .next span::before,
  #journal-single .journal_article .article_page_nav_pc .prev span::before,
  #journal-single .journal_article .article_page_nav_pc .back_more span::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #journal-single .journal_article .article_page_nav_pc .next span::after,
  #journal-single .journal_article .article_page_nav_pc .prev span::after,
  #journal-single .journal_article .article_page_nav_pc .back_more span::after {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  #journal-single .journal_article .article_page_nav_pc .back_more {
    margin-top: 9px;
    padding-bottom: 9px;
    border-bottom: 2px solid #222;
  }
  #journal-single .journal_article .article_page_nav_pc .next span {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  #journal-single .related_head {
    font-size: 3rem;
    letter-spacing: 0.075em;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #journal-single .related_head i {
    margin-top: 6px;
    margin-right: 23px;
  }
  #journal-single .related_head i img {
    width: 69px;
  }
  #journal-single .journal_list.related {
    margin-top: 38px;
    margin-bottom: 160px;
    gap: 0 2.5%;
  }
  #journal-single .journal_list.related .journal_item {
    width: 23%;
  }

  /* --- サイドメニュー --- */
  #journal-sidemenu {
    width: 23.33%;
    margin-top: 107px;
  }
  #journal-sidemenu .category_container > p {
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    border-bottom: 2px dotted #d7d7d7;
    padding-bottom: 16px;
  }
  #journal-sidemenu .category_container .category_list {
    margin-top: 40px;
  }
  #journal-sidemenu .category_container .category_list .category_btn {
    margin-bottom: 36px;
  }
  #journal-sidemenu .category_container .category_list .category_btn a {
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  #journal-sidemenu .category_container .category_list .category_btn a::after {
    width: 24px;
    height: 24px;
  }
  #journal-sidemenu .new_container {
    margin-top: 86px;
  }
  #journal-sidemenu .new_container > p {
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    border-bottom: 2px dotted #d7d7d7;
    padding-bottom: 16px;
  }
  #journal-sidemenu .new_container .new_list {
    margin-top: 30px;
    margin-bottom: 100px;
  }
  #journal-sidemenu .new_container .new_list li a {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #journal-sidemenu .new_container .new_list li a:hover {
    opacity: 1;
  }
  #journal-sidemenu .new_container .new_list li a:hover .new_thumb img {
    scale: 1.1;
    opacity: 1;
  }
  #journal-sidemenu .new_container .new_list li a .new_thumb {
    width: 100%;
    aspect-ratio: 280/188;
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #journal-sidemenu .new_container .new_list li a .new_thumb img {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    width: 100%;
  }
  #journal-sidemenu .new_container .new_list li a .right_wrap {
    width: 100%;
  }
  #journal-sidemenu .new_container .new_list li a .right_wrap .title {
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-top: 18px;
  }
  #journal-sidemenu .new_container .new_list li a .right_wrap .date_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 15px;
  }
  #journal-sidemenu .new_container .new_list li a .right_wrap .date_wrap .cate_list li {
    margin-right: 17px;
    min-width: 80px;
    display: block;
    background-color: #1f3964;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px 6px;
    text-align: center;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    border-radius: 999px;
  }
  #journal-sidemenu .new_container .new_list li a .right_wrap .date_wrap .date {
    font-family: "Rubik", sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
  #journal-sidemenu .new_container .new_list li:last-of-type a {
    border-bottom: none;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  #journal-archive .journal_archive_acce01 {
    top: 39%;
  }
  #journal-archive .journal_archive_acce02 {
    top: 31%;
  }

  .journal_archive_wrap_pc {
    display: block;
  }

  .journal_list {
    gap: 80px 6%;
  }
  .journal_list .journal_item {
    width: 47%;
  }

  #journal-archive-sub {
    width: 100%;
  }

  #journal-sidemenu {
    width: 100%;
  }
  #journal-sidemenu .new_container .new_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #journal-sidemenu .new_container .new_list li {
    width: 30%;
  }

  #journal-single .journal_article_wrap_pc {
    display: block;
  }
  #journal-single .journal_article {
    width: 100%;
  }
  #journal-single .journal_list.related {
    margin-top: 39px;
    display: block;
  }
  #journal-single .journal_list.related .journal_item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 3.75%;
    width: 100%;
    border-bottom: 2px dotted #f39700;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  #journal-single .journal_list.related .journal_item .thumbnail_wrap {
    width: 35%;
    aspect-ratio: 288/188;
    margin-bottom: 0;
  }
  #journal-single .journal_list.related .journal_item .thumbnail_wrap .thumbnail {
    width: 100%;
    height: 100%;
  }
  #journal-single .journal_list.related .journal_item .journal_item_right {
    width: 61.25%;
  }
  #journal-single .journal_list.related .journal_item .journal_item_right .cate_wrap {
    margin-top: 40px;
    min-height: 60px;
  }
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 750px) {
  body {
    padding-top: 0;
  }

  /* --- 共通 --- */
  .journal_list {
    margin-top: 16vw;
  }
  .journal_list .journal_item {
    width: 77.6vw;
    margin: 0 auto 10.66667vw;
  }
  .journal_list .journal_item .thumbnail_wrap {
    display: block;
    margin-bottom: 4.53333vw;
  }
  .journal_list .journal_item .thumbnail_wrap:hover {
    opacity: 1;
  }
  .journal_list .journal_item .thumbnail_wrap:hover .thumbnail img {
    scale: 1.1;
    opacity: 1;
  }
  .journal_list .journal_item .thumbnail_wrap .thumbnail {
    width: 100%;
    aspect-ratio: 368/245;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .journal_list .journal_item .thumbnail_wrap .thumbnail img {
    width: 100%;
    height: auto;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .journal_list .journal_item .blog_name {
    margin-bottom: 3.46667vw;
  }
  .journal_list .journal_item .blog_name a {
    font-weight: bold;
    font-size: 4.26667vw;
    font-weight: bold;
    line-height: 1.45;
    margin-bottom: 2.66667vw;
    letter-spacing: 0.05em;
  }
  .journal_list .journal_item .blog_name a:hover {
    color: #f39700;
  }
  .journal_list .journal_item .tag_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .journal_list .journal_item .tag_list li {
    margin-right: 4vw;
  }
  .journal_list .journal_item .tag_list li a {
    font-size: 2.93333vw;
    line-height: 1.36;
    letter-spacing: 0.05em;
    color: #999999;
  }
  .journal_list .journal_item .cate_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 4vw;
    min-height: 12.8vw;
  }
  .journal_list .journal_item .cate_wrap .cate_list li {
    margin-right: 2.8vw;
  }
  .journal_list .journal_item .cate_wrap .cate_list li a {
    min-width: 20vw;
    display: block;
    background-color: #1f3964;
    color: #fff;
    font-weight: bold;
    padding: 2vw 4vw 2.13333vw;
    text-align: center;
    font-size: 3.73333vw;
    letter-spacing: 0.05em;
    border-radius: 999px;
  }
  .journal_list .journal_item .cate_wrap .date {
    font-family: "Rubik", sans-serif;
    font-size: 3.73333vw;
    letter-spacing: 0.05em;
  }
  .journal_list .journal_item .cate_wrap .author {
    width: 12.8vw;
    height: 12.8vw;
    border-radius: 999px;
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: auto;
    background-color: #f0f0f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .journal_list .journal_item .cate_wrap .author img {
    width: 13.33333vw;
    height: auto;
  }
  .journal_list .journal_item .role_item_wrap {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.33333vw;
    width: 18.66667vw;
  }
  .journal_list .journal_item .role_item_wrap .role_icon_inner {
    width: 10.66667vw;
  }
  .journal_list .journal_item .role_item_wrap .role_icon_inner .role_icon {
    display: inline-block;
    width: 100%;
  }
  .journal_list .journal_item .role_item_wrap .role_name {
    font-family: "Rubik", sans-serif;
    font-size: 3.73333vw;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    color: #f39700;
  }

  /* --- 一覧 --- */
  #journal-archive .top_cover_bg {
    background-color: #f2f0ea;
    padding-top: 18.66667vw;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  #journal-archive .top_cover_bg .common_inner {
    padding-bottom: 11.6vw;
  }
  #journal-archive #page-head .page_title {
    font-size: 8vw;
    letter-spacing: 0.075em;
    padding-left: 0;
  }
  #journal-archive #page-head .acce_title::before {
    display: none;
  }
  #journal-archive #page-head .acce_title .icon_title {
    width: 12.66667vw;
    height: auto;
  }
  #journal-archive #page-head .acce_title .icon_title::before {
    content: none;
  }
  #journal-archive .journal_category_sp {
    position: relative;
  }
  #journal-archive .journal_category_sp .journal_cate_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    width: 100%;
    border: 0.26667vw solid #222;
    border-radius: 999px;
    height: 16vw;
    padding: 0 6.93333vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #journal-archive .journal_category_sp .journal_cate_btn .cate_select_img {
    display: block;
    background-color: #f0f0f0;
    width: 10.13333vw;
    height: 10.13333vw;
    border-radius: 999px;
    overflow: hidden;
    position: relative;
  }
  #journal-archive .journal_category_sp .journal_cate_btn .cate_select_img img {
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -1.86667vw;
    left: 50%;
    width: 12.8vw;
    height: auto;
  }
  #journal-archive .journal_category_sp .journal_cate_btn .cate_select_text {
    font-size: 4.26667vw;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #f39700;
    text-align: center;
    margin: 0 auto;
  }
  #journal-archive .journal_category_sp .journal_cate_btn .cate_select_arrow {
    width: 10.13333vw;
    height: 10.13333vw;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 2.66667vw;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  #journal-archive .journal_category_sp .journal_cate_btn .cate_select_arrow::before, #journal-archive .journal_category_sp .journal_cate_btn .cate_select_arrow::after {
    content: "";
    position: absolute;
    width: 0.53333vw;
    height: 3.06667vw;
    border-radius: 9999px;
    background-color: #f39700;
    -webkit-transform-origin: 50% calc(100% - 0.5px);
            transform-origin: 50% calc(100% - 0.5px);
  }
  #journal-archive .journal_category_sp .journal_cate_btn .cate_select_arrow::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #journal-archive .journal_category_sp .journal_cate_btn .cate_select_arrow::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #journal-archive .journal_category_sp .journal_cate_btn.active .cate_select_arrow {
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1);
  }
  #journal-archive .journal_category_sp .category_list_wrap {
    display: none;
    position: absolute;
    top: 18.66667vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
    background-color: #fff;
    border: 0.26667vw solid #222;
    border-radius: 4vw;
    width: 100%;
  }
  #journal-archive .journal_category_sp .category_list_wrap .journal_cate_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 5.33333vw 6.93333vw;
    gap: 5.33333vw 5%;
  }
  #journal-archive .journal_category_sp .category_list_wrap .journal_cate_list li {
    width: 45%;
  }
  #journal-archive .journal_category_sp .category_list_wrap .journal_cate_list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #journal-archive .journal_category_sp .category_list_wrap .journal_cate_list li a .cate_select_img {
    display: block;
    background-color: #f0f0f0;
    width: 10.13333vw;
    height: 10.13333vw;
    border-radius: 999px;
    overflow: hidden;
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 2.66667vw;
  }
  #journal-archive .journal_category_sp .category_list_wrap .journal_cate_list li a .cate_select_img img {
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -1.86667vw;
    left: 50%;
    width: 12.8vw;
    height: auto;
  }
  #journal-archive .journal_category_sp .category_list_wrap .journal_cate_list li a .cate_select_text {
    font-size: 4.26667vw;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  #journal-archive .journal_archive_acce01 {
    width: 55.06667vw;
    margin: 6.53333vw auto 0;
  }
  #journal-archive .journal_archive_acce01 img {
    width: 100%;
    height: auto;
  }

  /* --- カテゴリ一覧 --- */
  #journal-archive-sub {
    padding-top: 18.66667vw;
  }
  #journal-archive-sub #page-head {
    padding-left: 2.4vw;
    padding-bottom: 5.06667vw;
    border-bottom: 0.4vw dotted #f39700;
    margin-top: 12vw;
  }
  #journal-archive-sub #page-head .page_title {
    font-size: 3.46667vw;
    letter-spacing: 0.075em;
    font-weight: bold;
  }
  #journal-archive-sub #page-head .page_title strong {
    font-size: 5.33333vw;
    letter-spacing: 0.075em;
    line-height: 1.7;
    font-weight: bold;
    margin-right: 1.6vw;
  }
  #journal-archive-sub #page-head .acce_title {
    padding-left: 0;
  }
  #journal-archive-sub #page-head .acce_title::before {
    display: none;
  }
  #journal-archive-sub #page-head .acce_title .icon_title {
    width: 12.66667vw;
    height: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 44%;
  }
  #journal-archive-sub #page-head .acce_title .icon_title::before {
    content: none;
  }
  #journal-archive-sub .journal_list {
    margin-top: 8.4vw;
  }
  #journal-archive-sub .journal_list .journal_item {
    width: 91.46667vw;
    border-bottom: 0.4vw dotted #f39700;
    margin-bottom: 6.8vw;
    margin-left: 0;
    margin-right: 0;
    padding: 0 6.93333vw 5.46667vw;
  }
  #journal-archive-sub .page_nav {
    margin-top: 13.33333vw;
    margin-bottom: 16vw;
  }

  /* --- 詳細 --- */
  #journal-single {
    padding-top: 18.66667vw;
  }
  #journal-single .journal_article {
    margin-top: 10.4vw;
  }
  #journal-single .journal_article .hd_wrap {
    border-bottom: 0.26667vw solid #222;
    padding-bottom: 5.33333vw;
    margin-bottom: 10.66667vw;
  }
  #journal-single .journal_article .hd_wrap .cate_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 3.73333vw;
  }
  #journal-single .journal_article .hd_wrap .cate_wrap .article_cate li {
    margin-right: 2.8vw;
  }
  #journal-single .journal_article .hd_wrap .cate_wrap .article_cate li a {
    min-width: 20vw;
    display: block;
    background-color: #1f3964;
    color: #fff;
    font-weight: bold;
    padding: 2vw 4vw 2.13333vw;
    text-align: center;
    font-size: 3.73333vw;
    letter-spacing: 0.05em;
    border-radius: 999px;
  }
  #journal-single .journal_article .hd_wrap .cate_wrap .date {
    font-family: "Rubik", sans-serif;
    font-size: 3.73333vw;
    letter-spacing: 0.05em;
  }
  #journal-single .journal_article .hd_wrap h2 {
    font-size: 5.86667vw;
    font-weight: bold;
    line-height: 1.54;
    letter-spacing: 0.075em;
  }
  #journal-single .journal_article .hd_wrap .tag_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 2.93333vw;
  }
  #journal-single .journal_article .hd_wrap .tag_wrap .article_tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4vw;
  }
  #journal-single .journal_article .hd_wrap .tag_wrap .article_tag li a {
    font-size: 2.93333vw;
    line-height: 1.36;
    letter-spacing: 0.05em;
    color: #999999;
  }
  #journal-single .journal_article .hd_wrap .tag_wrap .article_tag li a:hover {
    opacity: 1;
    text-decoration: underline;
  }
  #journal-single .journal_article .hd_wrap .tag_wrap .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 32vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #journal-single .journal_article .hd_wrap .tag_wrap .author .author_img_wrap {
    width: 10.66667vw;
    height: 10.66667vw;
    border-radius: 999px;
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background-color: #f0f0f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 2.4vw;
  }
  #journal-single .journal_article .hd_wrap .tag_wrap .author .author_img_wrap img {
    width: 12vw;
    height: auto;
  }
  #journal-single .journal_article .hd_wrap .tag_wrap .author p {
    font-size: 3.2vw;
    letter-spacing: 0.05em;
  }
  #journal-single .journal_article .content_wrap p {
    font-size: 4vw;
    line-height: 1.8;
    margin-bottom: 6.66667vw;
  }
  #journal-single .journal_article .content_wrap b {
    font-weight: bold;
  }
  #journal-single .journal_article .content_wrap h2,
  #journal-single .journal_article .content_wrap h3,
  #journal-single .journal_article .content_wrap h4,
  #journal-single .journal_article .content_wrap h5,
  #journal-single .journal_article .content_wrap h6 {
    display: inline-block;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.8;
    margin-bottom: 5.33333vw;
  }
  #journal-single .journal_article .content_wrap h2 span,
  #journal-single .journal_article .content_wrap h3 span,
  #journal-single .journal_article .content_wrap h4 span,
  #journal-single .journal_article .content_wrap h5 span,
  #journal-single .journal_article .content_wrap h6 span {
    font-weight: bold;
  }
  #journal-single .journal_article .content_wrap h2 {
    font-size: 5.33333vw;
    border-bottom: 0.53333vw solid #f39700;
    padding-bottom: 2.8vw;
  }
  #journal-single .journal_article .content_wrap h3 {
    font-size: 4.8vw;
    padding-left: 4vw;
    border-left: 1.86667vw solid #f39700;
  }
  #journal-single .journal_article .content_wrap h4 {
    font-size: 4vw;
    padding-left: 5.46667vw;
    position: relative;
  }
  #journal-single .journal_article .content_wrap h4::before {
    content: "";
    display: block;
    width: 2.13333vw;
    height: 2.13333vw;
    background-color: #f39700;
    border-radius: 999px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    top: 3.2vw;
    left: 1.33333vw;
  }
  #journal-single .journal_article .content_wrap h5 {
    font-size: 3.73333vw;
    padding-left: 4.66667vw;
    position: relative;
  }
  #journal-single .journal_article .content_wrap h5::before {
    content: "";
    display: block;
    width: 2.66667vw;
    height: 0.53333vw;
    border-radius: 999px;
    background-color: #f39700;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    top: 3.2vw;
  }
  #journal-single .journal_article .content_wrap h6 {
    font-size: 3.2vw;
  }
  #journal-single .journal_article .content_wrap ul,
  #journal-single .journal_article .content_wrap ol {
    margin-bottom: 5.33333vw;
    margin-left: 3em;
  }
  #journal-single .journal_article .content_wrap ul li,
  #journal-single .journal_article .content_wrap ol li {
    list-style-type: disc;
    font-size: 3.46667vw;
    line-height: 1.53;
    margin-bottom: 2.13333vw;
  }
  #journal-single .journal_article .content_wrap ul li:last-of-type,
  #journal-single .journal_article .content_wrap ol li:last-of-type {
    margin-bottom: 0;
  }
  #journal-single .journal_article .content_wrap a {
    font-size: 3.46667vw;
    line-height: 1.53;
    color: #f39700;
    word-break: break-all;
  }
  #journal-single .journal_article .content_wrap a:hover {
    opacity: 1;
    text-decoration: underline;
  }
  #journal-single .journal_article .content_wrap strong {
    font-weight: bold;
    color: #e94829;
  }
  #journal-single .journal_article .content_wrap .marker {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #fbe0b2));
    background: linear-gradient(transparent 0%, #fbe0b2 0%);
    font-weight: bold;
  }
  #journal-single .journal_article .content_wrap img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  #journal-single .journal_article .article_author {
    border: 0.26667vw solid #222;
    border-radius: 2.66667vw;
    padding: 6.66667vw;
    background-color: #fff;
    margin-top: 13.33333vw;
  }
  #journal-single .journal_article .article_author .author_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #journal-single .journal_article .article_author .author_link .author_img_wrap {
    width: 13.33333vw;
    height: 13.33333vw;
    border-radius: 999px;
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background-color: #f0f0f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 4vw;
  }
  #journal-single .journal_article .article_author .author_link .author_img_wrap img {
    width: 14.66667vw;
    height: auto;
  }
  #journal-single .journal_article .article_author .author_link .author_name_wrap .role {
    font-weight: 500;
    font-size: 3.46667vw;
    color: #f39700;
    font-family: "Rubik", sans-serif;
  }
  #journal-single .journal_article .article_author .author_link .author_name_wrap .name {
    font-weight: bold;
    font-size: 5.33333vw;
    letter-spacing: 0.05em;
    margin-top: 1.6vw;
  }
  #journal-single .journal_article .article_author .btn_line {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 6.4vw;
    margin-left: auto;
    font-size: 3.46667vw;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  #journal-single .journal_article .article_author .btn_line::after {
    width: 5.33333vw;
    height: 5.33333vw;
  }
  #journal-single .journal_article .article_page_nav_pc {
    display: none;
  }
  #journal-single .journal_article .article_page_nav_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10.93333vw;
    margin-bottom: 16vw;
  }
  #journal-single .journal_article .article_page_nav_sp .next,
  #journal-single .journal_article .article_page_nav_sp .prev,
  #journal-single .journal_article .article_page_nav_sp .back_more {
    font-weight: bold;
    font-size: 3.46667vw;
    letter-spacing: 0.1em;
  }
  #journal-single .journal_article .article_page_nav_sp .next a,
  #journal-single .journal_article .article_page_nav_sp .prev a,
  #journal-single .journal_article .article_page_nav_sp .back_more a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #journal-single .journal_article .article_page_nav_sp .next span,
  #journal-single .journal_article .article_page_nav_sp .prev span,
  #journal-single .journal_article .article_page_nav_sp .back_more span {
    display: inline-block;
    width: 4.26667vw;
    height: 5.86667vw;
    position: relative;
    padding-right: 6.66667vw;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  #journal-single .journal_article .article_page_nav_sp .next span::before, #journal-single .journal_article .article_page_nav_sp .next span::after,
  #journal-single .journal_article .article_page_nav_sp .prev span::before,
  #journal-single .journal_article .article_page_nav_sp .prev span::after,
  #journal-single .journal_article .article_page_nav_sp .back_more span::before,
  #journal-single .journal_article .article_page_nav_sp .back_more span::after {
    content: "";
    position: absolute;
    width: 0.53333vw;
    height: 3.2vw;
    border-radius: 9999px;
    background-color: #222;
    -webkit-transform-origin: 50% calc(100% - 0.5px);
            transform-origin: 50% calc(100% - 0.5px);
  }
  #journal-single .journal_article .article_page_nav_sp .next span::before,
  #journal-single .journal_article .article_page_nav_sp .prev span::before,
  #journal-single .journal_article .article_page_nav_sp .back_more span::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #journal-single .journal_article .article_page_nav_sp .next span::after,
  #journal-single .journal_article .article_page_nav_sp .prev span::after,
  #journal-single .journal_article .article_page_nav_sp .back_more span::after {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  #journal-single .journal_article .article_page_nav_sp .back_more {
    margin-top: 2.4vw;
    padding-bottom: 2.4vw;
    border-bottom: 0.53333vw solid #222;
  }
  #journal-single .journal_article .article_page_nav_sp .next span {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  #journal-single .related_head {
    font-size: 5.86667vw;
    letter-spacing: 0.075em;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #journal-single .related_head i {
    margin-top: 1.6vw;
    margin-right: 3.2vw;
  }
  #journal-single .related_head i img {
    width: 10.53333vw;
  }
  #journal-single .journal_list.related {
    margin-top: 8vw;
  }

  /* --- サイドメニュー --- */
  #journal-sidemenu {
    margin-top: 16vw;
  }
  #journal-sidemenu .category_container > p {
    font-size: 5.33333vw;
    font-weight: bold;
    letter-spacing: 0.05em;
    border-bottom: 0.4vw dotted #d7d7d7;
    padding-bottom: 3.46667vw;
  }
  #journal-sidemenu .category_container .category_list {
    margin-top: 8.13333vw;
    padding: 0 6.93333vw;
  }
  #journal-sidemenu .category_container .category_list .category_btn {
    margin-bottom: 11.73333vw;
  }
  #journal-sidemenu .category_container .category_list .category_btn a {
    display: block;
    font-size: 4vw;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  #journal-sidemenu .category_container .category_list .category_btn a::after {
    width: 8.8vw;
    height: 8.8vw;
  }
  #journal-sidemenu .category_container .category_list .category_btn a::before {
    width: 3.2vw;
    height: 3.2vw;
    right: 1.33333vw;
  }
  #journal-sidemenu .new_container {
    margin-top: 16vw;
  }
  #journal-sidemenu .new_container > p {
    font-size: 5.33333vw;
    font-weight: bold;
    letter-spacing: 0.05em;
    border-bottom: 0.4vw dotted #d7d7d7;
    padding-bottom: 3.46667vw;
    margin-bottom: 6.66667vw;
  }
  #journal-sidemenu .new_container .new_list li a {
    border-bottom: 0.4vw dotted #d7d7d7;
    padding-bottom: 6.66667vw;
    margin-bottom: 6.66667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #journal-sidemenu .new_container .new_list li a .new_thumb {
    width: 32vw;
    height: 21.6vw;
    margin-right: 4vw;
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #journal-sidemenu .new_container .new_list li a .new_thumb img {
    width: 100%;
  }
  #journal-sidemenu .new_container .new_list li a .right_wrap {
    width: 100%;
  }
  #journal-sidemenu .new_container .new_list li a .right_wrap .title {
    font-size: 3.46667vw;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.67;
  }
  #journal-sidemenu .new_container .new_list li a .right_wrap .date_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 4vw;
  }
  #journal-sidemenu .new_container .new_list li a .right_wrap .date_wrap .cate_list li {
    margin-right: 2.66667vw;
    min-width: 14.4vw;
    display: block;
    background-color: #1f3964;
    color: #fff;
    font-weight: bold;
    padding: 1.06667vw 2.66667vw 1.2vw;
    text-align: center;
    font-size: 3.2vw;
    letter-spacing: 0.05em;
    border-radius: 999px;
  }
  #journal-sidemenu .new_container .new_list li a .right_wrap .date_wrap .date {
    font-family: "Rubik", sans-serif;
    font-size: 3.2vw;
    letter-spacing: 0.05em;
  }
  #journal-sidemenu .new_container .new_list li:last-of-type a {
    border-bottom: none;
  }
}
