@charset "UTF-8";
/*----------------------------------
  component.css
-----------------------------------*/
/*----------------------------------
  ボタン
-----------------------------------*/
.c-btn__arrow {
  min-width: 13.75rem;
  max-width: 23.75rem;
  color: #ffffff;
  background: #0391db;
  padding-block: 0.9375rem;
  font-size: max(0.875rem, 11.2px);
}
@media (min-width: 0px) {
  .c-btn__arrow {
    font-size: 0.875rem;
  }
}
.c-btn__arrow {
  font-weight: 600;
  border-radius: 0.625rem;
  position: relative;
  text-align: center;
}
.c-btn__arrow::after {
  content: "";
  position: absolute;
  background: url("https://mutsuna.net/system_panel/uploads/images/arrow-white.png") no-repeat center/cover;
  width: 0.646875rem;
  height: 0.68125rem;
  top: 50%;
  translate: 0 -50%;
  right: 1.25rem;
  z-index: 1;
}
.c-btn__arrow p {
  color: #ffffff;
}

.c-btn__arrow--white {
  background: #ffffff;
  border: 1px solid #333333;
  color: #525252;
}
.c-btn__arrow--white::after {
  content: "";
  position: absolute;
  background: url("https://mutsuna.net/system_panel/uploads/images/arrow-gray-right.png") no-repeat center/cover;
  width: 0.646875rem;
  height: 0.68125rem;
  top: 50%;
  translate: 0 -50%;
  right: 1.25rem;
  z-index: 1;
}
.c-btn__arrow--white p {
  color: #525252;
}

.c-btn__circle {
  min-width: 13.75rem;
  max-width: 23.75rem;
  color: #004fa4;
  background: #ffffff;
  padding-block: 0.9375rem;
  font-size: max(0.875rem, 11.2px);
}
@media (min-width: 0px) {
  .c-btn__circle {
    font-size: 0.875rem;
  }
}
.c-btn__circle {
  font-weight: 600;
  border-radius: 0.625rem;
  position: relative;
  text-align: center;
}
.c-btn__circle::after {
  content: "";
  position: absolute;
  background: url("https://mutsuna.net/system_panel/uploads/images/icon-circle.png") no-repeat center/cover;
  width: 1.8125rem;
  height: 1.8125rem;
  top: 50%;
  translate: 0 -50%;
  right: 1.25rem;
  z-index: 1;
}
.c-btn__circle p {
  color: #004fa4;
}

.c-btn__gray {
  min-width: 13.75rem;
  max-width: 23.75rem;
  color: #ffffff;
  background: #939393;
  padding-block: 0.9375rem;
  font-size: max(0.875rem, 11.2px);
}
@media (min-width: 0px) {
  .c-btn__gray {
    font-size: 0.875rem;
  }
}
.c-btn__gray {
  font-weight: 600;
  border-radius: 0.625rem;
  text-align: center;
}
.c-btn__gray p {
  color: #ffffff;
}

.c-btn {
  min-width: 13.75rem;
  color: #ffffff;
  background-color: #707070;
  padding-block: 0.9375rem;
  font-size: max(0.875rem, 11.2px);
}
@media (min-width: 0px) {
  .c-btn {
    font-size: 0.875rem;
  }
}
.c-btn {
  font-weight: 600;
  border-radius: 100vmax;
  position: relative;
  text-align: center;
}

/*----------------------------------
  タイトル
-----------------------------------*/
.c-section-ttl {
  display: grid;
}
.c-section-ttl .c-section-ttl__en {
  color: #004fa4;
  font-family: "Lato", sans-serif;
  font-size: max(1.375rem, 17.6px);
}
@media (min-width: 0px) {
  .c-section-ttl .c-section-ttl__en {
    font-size: 2rem;
  }
}
.c-section-ttl .c-section-ttl__en {
  font-weight: 800;
  line-height: 1.75em;
  letter-spacing: 0.1136363636em;
}
@media (min-width: 768px) {
  .c-section-ttl .c-section-ttl__en {
    font-size: max(2.5rem, 32px);
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: 0.0625em;
  }
}
@media (min-width: 768px) and (min-width: 0px) {
  .c-section-ttl .c-section-ttl__en {
    font-size: 2.5rem;
  }
}
.c-section-ttl .c-section-ttl__ja {
  color: #a8a8a8;
  font-size: max(0.875rem, 11.2px);
}
@media (min-width: 0px) {
  .c-section-ttl .c-section-ttl__ja {
    font-size: 0.875rem;
  }
}
.c-section-ttl .c-section-ttl__ja {
  font-weight: 500;
  line-height: 1.1428571429;
  letter-spacing: 0.1071428571em;
}
@media (min-width: 768px) {
  .c-section-ttl .c-section-ttl__ja {
    font-size: max(1rem, 12.8px);
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.09375em;
  }
}
@media (min-width: 768px) and (min-width: 0px) {
  .c-section-ttl .c-section-ttl__ja {
    font-size: 1rem;
  }
}

.c-section-ttl--white .c-section-ttl__en,
.c-section-ttl--white .c-section-ttl__ja {
  color: #ffffff !important;
}

.c-section-ttl--bgb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 0.625rem;
}
.c-section-ttl--bgb .c-section-ttl__ja {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
  background: #004fa4;
  font-family: "Lato", sans-serif;
  font-size: max(1.25rem, 16px);
}
@media (min-width: 0px) {
  .c-section-ttl--bgb .c-section-ttl__ja {
    font-size: 1.25rem;
  }
}
.c-section-ttl--bgb .c-section-ttl__ja {
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.075em;
}
@media (min-width: 768px) {
  .c-section-ttl--bgb .c-section-ttl__ja {
    font-size: max(1.875rem, 24px);
    font-weight: 700;
    line-height: 1.6666666667;
    letter-spacing: 0.0633333333em;
  }
}
@media (min-width: 768px) and (min-width: 0px) {
  .c-section-ttl--bgb .c-section-ttl__ja {
    font-size: 1.875rem;
  }
}
.c-section-ttl--bgb .c-section-ttl__en {
  font-family: "Lato", sans-serif;
  color: #a8a8a8;
  font-size: max(0.875rem, 11.2px);
}
@media (min-width: 0px) {
  .c-section-ttl--bgb .c-section-ttl__en {
    font-size: 0.875rem;
  }
}
.c-section-ttl--bgb .c-section-ttl__en {
  font-weight: 500;
  line-height: 1.4285714286;
  letter-spacing: 0.1071428571em;
}
@media (min-width: 768px) {
  .c-section-ttl--bgb .c-section-ttl__en {
    font-size: max(1.125rem, 14.4px);
    font-weight: 600;
    line-height: 1.3333333333;
    letter-spacing: 0.0833333333em;
  }
}
@media (min-width: 768px) and (min-width: 0px) {
  .c-section-ttl--bgb .c-section-ttl__en {
    font-size: 1.125rem;
  }
}


@media (min-width: 0px) {
  .c-section-ttl--bgb .c-section-ttl__ja--s {
    font-size: 1.125rem;
  }
}
.c-section-ttl--bgb .c-section-ttl__ja--s {
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.075em;
}
@media (min-width: 768px) {
  .c-section-ttl--bgb .c-section-ttl__ja--s {
    font-size: max(1.875rem, 24px);
    font-weight: 700;
    line-height: 1.6666666667;
    letter-spacing: 0.0633333333em;
  }
}
@media (min-width: 768px) and (min-width: 0px) {
  .c-section-ttl--bgb .c-section-ttl__ja {
    font-size: 1.875rem;
  }
}










.c-section-ttl--bgw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 0.625rem;
}
.c-section-ttl--bgw .c-section-ttl__ja {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #0391db;
  background: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: max(1.375rem, 17.6px);
}
@media (min-width: 0px) {
  .c-section-ttl--bgw .c-section-ttl__ja {
    font-size: 1.375rem;
  }
}
.c-section-ttl--bgw .c-section-ttl__ja {
  font-weight: 600;
  line-height: 1.8181818182;
  letter-spacing: 0.0863636364em;
}
@media (min-width: 768px) {
  .c-section-ttl--bgw .c-section-ttl__ja {
    font-size: max(1.875rem, 24px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.0633333333em;
  }
}
@media (min-width: 768px) and (min-width: 0px) {
  .c-section-ttl--bgw .c-section-ttl__ja {
    font-size: 1.875rem;
  }
}
.c-section-ttl--bgw .c-section-ttl__en {
  font-family: "Lato", sans-serif;
  color: #ffffff;
  font-size: max(0.875rem, 11.2px);
}
@media (min-width: 0px) {
  .c-section-ttl--bgw .c-section-ttl__en {
    font-size: 0.875rem;
  }
}
.c-section-ttl--bgw .c-section-ttl__en {
  font-weight: 500;
  line-height: 1.4285714286;
  letter-spacing: 0.1071428571em;
}
@media (min-width: 768px) {
  .c-section-ttl--bgw .c-section-ttl__en {
    font-size: max(1.125rem, 14.4px);
    font-weight: 600;
    line-height: 1.3333333333;
    letter-spacing: 0.0833333333em;
  }
}
@media (min-width: 768px) and (min-width: 0px) {
  .c-section-ttl--bgw .c-section-ttl__en {
    font-size: 1.125rem;
  }
}

.c-section-ttl--flex {
  -webkit-margin-after: 1.875rem;
          margin-block-end: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}
.c-section-ttl--flex .c-section-ttl__en {
  color: #0391db;
}
.c-section-ttl--flex .c-section-ttl__ja {
  color: #3e4347;
}

/*----------------------------------
  dl
-----------------------------------*/
.c-dl {
  display: grid;
  grid-template-columns: 6.25rem 1fr;
  padding-block: 1.5625rem;
  border-bottom: 1px solid transparent;
  -o-border-image: linear-gradient(to right, #004fa4 0%, #004fa4 25%, #c7c7c7 25%, #c7c7c7 100%) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#004fa4), color-stop(25%, #004fa4), color-stop(25%, #c7c7c7), to(#c7c7c7)) 1;
     border-image: linear-gradient(to right, #004fa4 0%, #004fa4 25%, #c7c7c7 25%, #c7c7c7 100%) 1;
}
@media (min-width: 768px) {
  .c-dl {
    grid-template-columns: 11.25rem 1fr;
    padding-block: 1.875rem;
    -o-border-image: linear-gradient(to right, #004fa4 0%, #004fa4 10%, #c7c7c7 10%, #c7c7c7 100%) 1;
       border-image: -webkit-gradient(linear, left top, right top, from(#004fa4), color-stop(10%, #004fa4), color-stop(10%, #c7c7c7), to(#c7c7c7)) 1;
       border-image: linear-gradient(to right, #004fa4 0%, #004fa4 10%, #c7c7c7 10%, #c7c7c7 100%) 1;
  }
}
.c-dl:last-child {
  border-bottom: none;
}

.c-dt {
  font-size: max(0.75rem, 9.6px);
}
@media (min-width: 0px) {
  .c-dt {
    font-size: 0.75rem;
  }
}
.c-dt {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.035em;
  color: #3e4347;
}
@media (min-width: 768px) {
  .c-dt {
    font-size: max(0.875rem, 11.2px);
    font-weight: 700;
    line-height: 2.1428571429;
    letter-spacing: 0.03em;
  }
}
@media (min-width: 768px) and (min-width: 0px) {
  .c-dt {
    font-size: 0.875rem;
  }
}

.c-dd {
  font-size: max(0.75rem, 9.6px);
}
@media (min-width: 0px) {
  .c-dd {
    font-size: 0.75rem;
  }
}
.c-dd {
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.035em;
  color: #3c3c3c;
}
@media (min-width: 768px) {
  .c-dd {
    font-size: max(0.875rem, 11.2px);
    font-weight: 500;
    line-height: 2.1428571429;
    letter-spacing: 0.03em;
  }
}
@media (min-width: 768px) and (min-width: 0px) {
  .c-dd {
    font-size: 0.875rem;
  }
}

.c-dt,
.c-dd {
  width: 100%;
}

/*----------------------------------
　メディア
-----------------------------------*/
.c-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 3.125rem;
}
@media (min-width: 768px) {
  .c-media {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
  }
}

@media (min-width: 768px) {
  .c-media--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.c-media__img {
  width: 100%;
  border-radius: 0.625rem;
  aspect-ratio: 6/4;
}
@media (min-width: 768px) {
  .c-media__img {
    aspect-ratio: 541/814;
    width: 47.1254355401%;
  }
}
.c-media__img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  border-radius: inherit;
}

.c-media__info {
  width: 100%;
}
@media (min-width: 768px) {
  .c-media__info {
    width: 47.3867595819%;
  }
}

.c-media__ttl-en {
  color: #0391db;
  font-size: max(2rem, 25.6px);
}
@media (min-width: 0px) {
  .c-media__ttl-en {
    font-size: 2rem;
  }
}
.c-media__ttl-en {
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.03em;
}

.c-media__ttl-ja {
  color: #a8a8a8;
  font-size: max(0.875rem, 11.2px);
}
@media (min-width: 0px) {
  .c-media__ttl-ja {
    font-size: 0.875rem;
  }
}
.c-media__ttl-ja {
  font-weight: 700;
  line-height: 1.4285714286;
  letter-spacing: 0.03em;
  -webkit-margin-before: 0.625rem;
          margin-block-start: 0.625rem;
}

.c-media__read {
  font-size: max(0.875rem, 11.2px);
}
@media (min-width: 0px) {
  .c-media__read {
    font-size: 0.875rem;
  }
}
.c-media__read {
  font-weight: 500;
  line-height: 2.1428571429;
  letter-spacing: 0.03em;
  -webkit-margin-before: 1.5625rem;
          margin-block-start: 1.5625rem;
}

.c-media__list {
  display: grid;
  row-gap: 0.9375rem;
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
}

.c-media__item {
  padding: 1.5625rem;
  background-color: #ffffff;
  border-radius: 0.625rem;
}
@media (min-width: 768px) {
  .c-media__item {
    padding: 2.5rem;
  }
}

.c-media__head {
  color: #0391db;
  font-size: max(1.25rem, 16px);
}
@media (min-width: 0px) {
  .c-media__head {
    font-size: 1.25rem;
  }
}
.c-media__head {
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}

.c-media__text {
  -webkit-margin-before: 0.625rem;
          margin-block-start: 0.625rem;
  font-size: max(0.875rem, 11.2px);
}
@media (min-width: 0px) {
  .c-media__text {
    font-size: 0.875rem;
  }
}
.c-media__text {
  font-weight: 500;
  line-height: 2.1428571429;
  letter-spacing: 0.03em;
}

.c-media__detail {
  font-size: max(0.875rem, 11.2px);
}
@media (min-width: 0px) {
  .c-media__detail {
    font-size: 0.875rem;
  }
}
.c-media__detail {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  -webkit-margin-before: 1.5625rem;
          margin-block-start: 1.5625rem;
}
.c-media__detail p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: underline;
  text-decoration-color: #d5e7f2;
  text-underline-offset: 0.375rem;
}

.c-media__detail-img {
  align-self: flex-end;
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 0.125rem;
  background-color: #004fa4;
  display: grid;
  place-items: center;
}
.c-media__detail-img img {
  width: 0.65rem;
  height: 0.68125rem;
}

/*----------------------------------
  上部カテゴリリスト
-----------------------------------*/
.c-blog__menu .webgene-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  gap: 0.625rem;
}
.c-blog__menu .c-blog__item {
  font-size: 0.75rem;
  line-height: 1.1875rem;
  padding: 0.375rem 1.5625rem;
  background-color: #ffffff;
  border-radius: 100vmax;
  color: #ffffff;
  background-color: #0391db;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .c-blog__menu .c-blog__item {
    padding: 0.9375rem 3.4375rem;
    font-size: 0.8125rem;
    min-width: 9.375rem;
  }
}
@media (any-hover: hover) {
  .c-blog__menu .c-blog__item:hover {
    background-color: #ffffff;
    color: #0391db;
    opacity: 1;
  }
}

.c-blog__item.is-selected {
  background-color: #ffffff;
  color: #0391db;
}

/*----------------------------------
  記事一覧
-----------------------------------*/
.p-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.625rem;
  -webkit-margin-before: 3.125rem;
          margin-block-start: 3.125rem;
}
@media (min-width: 768px) {
  .p-news__list {
    -webkit-margin-before: 4.0625rem;
            margin-block-start: 4.0625rem;
  }
}
.p-news__list .webgene-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.625rem;
}

/*----------------------------------
  news 記事アイテム 詳細ページと共通
-----------------------------------*/
.webgene-item:first-child .c-news__item {
  border: none;
}

.c-news__list .webgene-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.625rem;
}

@media (min-width: 768px) {
  .c-news__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
}

.c-news__item {
  border-radius: 0.3125rem;
  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;
  padding: 0.9375rem 1.25rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .c-news__item {
    padding: 1.5625rem 2.5rem;
  }
}
@media (any-hover: hover) {
  .c-news__item:hover {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .c-news__item {
    -webkit-column-gap: 3.125rem;
       -moz-column-gap: 3.125rem;
            column-gap: 3.125rem;
  }
}

.c-news__info {
  width: 85%;
}

.c-news__meta {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
}

.c-news__date {
  font-size: 0.75rem;
  line-height: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  font-family: "Lato", sans-serif;
  color: #43423f;
}

.c-news__tag-wrap {
  min-width: 7.5rem;
}

.c-news__tag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #0391db;
  font-size: max(0.75rem, 9.6px);
}

@media (min-width: 0px) {
  .c-news__tag {
    font-size: 0.75rem;
  }
}

.c-news__tag {
  font-weight: 500;
  line-height: 0.8333333333;
  letter-spacing: 0.03em;
  line-height: 1.0625rem;
  border-radius: 0.3125rem;
  padding: 0.375rem 0.625rem;
  border-radius: 5px;
  color: #ffffff;
}

.c-news__title {
  color: #505050;
  font-size: max(0.875rem, 11.2px);
}
@media (min-width: 0px) {
  .c-news__title {
    font-size: 0.875rem;
  }
}
.c-news__title {
  font-weight: 500;
  line-height: 2.1428571429;
  letter-spacing: 0.03em;
  -webkit-margin-before: 1.375rem;
          margin-block-start: 1.375rem;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .c-news__title {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}

.c-news__arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #004fa4;
  border-radius: 0.3125rem;
  width: 1.375rem;
  height: 1.375rem;
  display: grid;
  place-items: center;
  position: relative;
}
.c-news__arrow img {
  width: 0.5rem;
  height: auto;
  aspect-ratio: 8.5/8.9;
}
.c-news__arrow::after {
  content: "";
  position: absolute;
  background: url("https://mutsuna.net/system_panel/uploads/images/arrow-white-right.png") no-repeat center/contain;
  width: 0.64675rem;
  height: 0.680625rem;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 1;
}

.c-news__btn {
  -webkit-margin-before: 1.875rem;
          margin-block-start: 1.875rem;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 768px) {
  .c-news__btn {
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
    margin-inline: unset;
  }
}

/*----------------------------------
  背景ループ文字
-----------------------------------*/
.c-section-header__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}

.bg-text__track--service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  -webkit-animation: bgLoop 60s linear infinite;
          animation: bgLoop 60s linear infinite;
}

.bg-text__track--company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  -webkit-animation: bgLoop 40s linear infinite;
          animation: bgLoop 40s linear infinite;
}

.bg-text__track--news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  -webkit-animation: bgLoop 40s linear infinite;
          animation: bgLoop 40s linear infinite;
}

.bg-text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Lato", sans-serif;
  margin-right: 2.5rem;
  color: #0c2d57;
  font-size: max(7.5rem, 96px);
}
@media (min-width: 0px) {
  .bg-text {
    font-size: 7.5rem;
  }
}
.bg-text {
  font-weight: 700;
}
@media (min-width: 768px) {
  .bg-text {
    font-size: max(11.875rem, 152px);
    font-weight: 700;
  }
}
@media (min-width: 768px) and (min-width: 0px) {
  .bg-text {
    font-size: 11.875rem;
  }
}

.bg-text--white {
  color: #f9fdff;
}

@-webkit-keyframes bgLoop {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes bgLoop {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}