@charset "UTF-8";
/* Scss Document */
html {
  font-size: clamp(8px, calc(8px + (2 * ((100vw - 1000px) / 920))), 10px); }
  @media (max-width: 999px) {
    html {
      font-size: 62.5% !important; } }

/*
---------------------------------------
column achive
---------------------------------------
*/
#underKv {
  background: url(../img/product/kv.jpg);
  background-size: cover;
  background-repeat: no-repeat; }
  @media (max-width: 999px) {
    #underKv {
      background-position: -350px 0; } }

/* 
---------------------------------------
#news-archive
---------------------------------------
*/
#news-archive {
  padding: 16rem 0;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto; }
  @media (max-width: 999px) {
    #news-archive {
      padding: 6rem 0; } }
  #news-archive ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10rem 5rem; }
    @media (max-width: 999px) {
      #news-archive ul {
        grid-template-columns: 1fr;
        gap: 3rem; } }
  #news-archive time {
    font-size: 1.6rem; }
    @media (max-width: 999px) {
      #news-archive time {
        font-size: 1.2rem; } }
  #news-archive .sttl {
    font-size: 1.8rem;
    transition: color 0.4s ease; }
    @media (max-width: 999px) {
      #news-archive .sttl {
        font-size: 1.6rem; } }
  #news-archive a:hover {
    cursor: pointer;
    opacity: 1; }
  #news-archive .pic {
    aspect-ratio: 476 / 317;
    overflow: hidden;
    background: #fff;
    border-radius: 2rem;
    margin-bottom: 1rem; }
    @media (max-width: 999px) {
      #news-archive .pic {
        border-radius: 1rem; } }
  #news-archive .pic img {
    width: 100%;
    height: auto;
    object-fit: contain;
    background-position: top center;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1); }
  @media (hover: hover) {
    #news-archive a:hover .pic img {
      transform: scale(1.08); }
    #news-archive a:hover .sttl {
      color: #003775; } }

/* 
---------------------------------------
#news-single
---------------------------------------
*/
#news-single {
  border-radius: 2rem;
  padding: 16rem 0; }
  @media (max-width: 999px) {
    #news-single {
      margin: 0;
      padding: 4rem 0;
      border-radius: 0; } }
  @media (max-width: 999px) {
    #news-single .wp-content p > span {
      font-size: 15px !important; } }
  #news-single h1 {
    font-size: 2.6rem;
    font-weight: bold;
    border-bottom: 1rem solid #003775;
    padding-bottom: 2rem;
    margin-bottom: 8rem; }
    @media (max-width: 999px) {
      #news-single h1 {
        font-size: 1.8rem;
        padding-bottom: 1rem;
        margin-bottom: 4rem; } }
  #news-single #toc_container {
    background: rgba(0, 55, 117, 0.1);
    border-radius: 2rem;
    border: 2px solid #003775;
    padding: 3vw 6vw 3vw;
    margin-bottom: 4rem;
    margin-top: 4rem; }
    @media (max-width: 999px) {
      #news-single #toc_container {
        padding: 1.5rem 2rem 1.5rem;
        border: 1px solid #003775;
        border-radius: 1rem;
        margin-top: 2rem; } }
    #news-single #toc_container p.toc_title {
      font-size: 2.6rem;
      color: #003775;
      margin-bottom: 2rem;
      font-weight: bold; }
      @media (max-width: 999px) {
        #news-single #toc_container p.toc_title {
          font-size: 2rem;
          margin-bottom: 0.6rem; } }
    #news-single #toc_container li {
      text-indent: -1rem;
      padding-left: 1rem;
      margin-bottom: 2rem;
      line-height: 1.5;
      list-style: auto;
      margin-left: 1.4rem;
      font-size: 2rem; }
      @media (max-width: 999px) {
        #news-single #toc_container li {
          margin-bottom: 1rem;
          font-size: 1.6rem;
          text-indent: -0rem;
          padding-left: 0; } }
      #news-single #toc_container li ul {
        margin-top: 1rem; }
        @media (max-width: 999px) {
          #news-single #toc_container li ul {
            margin-top: 0.5rem; } }
      #news-single #toc_container li li {
        text-indent: -2em;
        padding-left: 0; }
    #news-single #toc_container a {
      color: #003775;
      font-weight: bold;
      text-decoration: underline; }
      @media (max-width: 999px) {
        #news-single #toc_container a {
          font-size: 1.3rem; } }
  #news-single p img {
    margin-bottom: 1rem;
    border-radius: 2rem;
    margin-top: 4rem; }
    @media (max-width: 999px) {
      #news-single p img {
        margin-top: 2rem;
        border-radius: 1rem; } }
  #news-single img.aligncenter {
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    display: flex;
    justify-content: center;
    height: auto; }

/* 
---------------------------------------
見出しh2
---------------------------------------
*/
h2:not([class]) {
  font-size: 2.6rem;
  padding: 2rem 4rem;
  line-height: 1.5;
  margin-bottom: 4rem;
  background: rgba(0, 55, 117, 0.1);
  font-weight: bold;
  margin-top: 8rem; }
  @media (max-width: 999px) {
    h2:not([class]) {
      margin-top: 4rem;
      font-size: 1.6rem;
      padding: 1rem 2rem;
      margin-bottom: 2rem; } }
  h2:not([class]) span {
    margin-top: -16rem;
    padding-top: 16rem; }
    @media (max-width: 999px) {
      h2:not([class]) span {
        margin-top: -10rem;
        padding-top: 10rem; } }

h3:not([class]) {
  font-size: 2rem;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  color: #003775;
  margin-top: 4rem;
  margin-bottom: 2rem; }
  @media (max-width: 999px) {
    h3:not([class]) {
      margin-top: 2rem;
      font-size: 1.6rem;
      margin-bottom: 1rem; } }
  h3:not([class]) span {
    margin-top: -16rem;
    padding-top: 16rem; }
    @media (max-width: 999px) {
      h3:not([class]) span {
        margin-top: -10rem;
        padding-top: 10rem; } }

h4:not([class]) {
  font-size: 2rem;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  color: #003775;
  margin-top: 4rem;
  margin-bottom: 2rem; }
  @media (max-width: 999px) {
    h4:not([class]) {
      margin-top: 2rem;
      font-size: 1.6rem;
      margin-bottom: 1rem; } }

.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 14px;
  line-height: 14px;
  justify-content: center;
  display: flex; }

.pagination-box {
  display: inline-block; }

.pagination ul {
  display: flex; }

.pagination span, .pagination a {
  display: block;
  margin: 2px 2px 2px 0;
  padding: 10px 15px 10px 15px;
  text-decoration: none;
  width: auto;
  color: #fff;
  /* 通常の文字色 */
  background: #003775;
  /* 通常の背景色 */ }

.pagination a:hover {
  color: #fff;
  /* マウスホバー時の文字色 */
  background: #003775;
  /* マウスホバー時の背景色 */ }

.pagination .current {
  padding: 10px 15px 10px 15px;
  color: #fff;
  /* 現在のページの文字色 */
  background: #003775;
  /* 現在のページの背景色 */ }

@media only screen and (max-width: 413px) {
  .pagination {
    font-size: 1.2rem;
    line-height: 12px; }

  .pagination span, .pagination a {
    padding: 8px 10px 8px 10px; }

  .pagination .current {
    padding: 8px 10px 8px 10px; } }
