@charset "UTF-8";

img {
  max-width: 100%;
  vertical-align: bottom;
}

.news-tab-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.news-tab-link {
  color: var(--color-bg-black);
  text-decoration: none;
  display: grid;
  place-content: center;
  padding: 14px 10px 13px;
  font-size: 14px;
  font-weight: 400;
  background-color: #F1F4F6;
}

.news-tab-link.-is-active {
  background-color: var(--color-bg-gray);
  color: var(--color-white);
  pointer-events: none;
}

@media print,
screen and (min-width: 768px) {
  .news-tab-inner {
    grid-template-columns: repeat(5, 1fr);
    background-color: #F1F4F6;
  }

  .news-tab-link {
    padding: 20px;
    font-size: 16px;
    transition: color var(--hover-duration) var(--hover-timing), background-color var(--hover-duration) var(--hover-timing);
  }

  .news-tab-link:hover {
    color: var(--color-main-blue);
    background-color: #F7F8FA;
  }
}

/*
---------------------------------------------------------------------
name: news-wrap
ニュース記事
---------------------------------------------------------------------
*/
.news-inner {
  border-top: 1px solid var(--color-border);
}

.news-link {
  display: block;
  text-decoration: none;
  padding: 16px 43px 16px 0;
  border-bottom: 1px solid var(--color-border);
}

.news-link.-icon-blank {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><g id="icon" transform="translate(-488 -499)"><g id="blank" transform="translate(26)"><path id="open_in_new_24dp_E3E3E3_FILL0_wght200_GRAD200_opsz24" d="M130.06-816a1.991,1.991,0,0,1-1.465-.594A1.991,1.991,0,0,1,128-818.06V-829.94a1.991,1.991,0,0,1,.594-1.465A1.991,1.991,0,0,1,130.06-832h5.673v1.5H130.06a.535.535,0,0,0-.385.175.535.535,0,0,0-.175.385v11.881a.535.535,0,0,0,.175.385.535.535,0,0,0,.385.175H141.94a.535.535,0,0,0,.385-.175.535.535,0,0,0,.175-.385v-5.673H144v5.673a1.991,1.991,0,0,1-.594,1.466,1.991,1.991,0,0,1-1.465.594Zm3.816-4.823-1.052-1.052,8.624-8.624h-3.2V-832H144v5.75h-1.5v-3.2Z" transform="translate(334 1331)" fill="%236d6d6d"/></g></g></svg>');
  background-size: 16px;
  background-position: center right 10px;
  background-repeat: no-repeat;
}

.news-link.-icon-pdf {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18.667" height="24" viewBox="0 0 18.667 24"><g id="icon" transform="translate(-487 -495)"><path id="file_pdf" d="M-1433.846,24a2.089,2.089,0,0,1-1.537-.617,2.088,2.088,0,0,1-.617-1.538V2.154a2.086,2.086,0,0,1,.617-1.537A2.086,2.086,0,0,1-1433.846,0h10.513l6,6V21.846a2.087,2.087,0,0,1-.617,1.538,2.089,2.089,0,0,1-1.537.617Zm-.564-1.59a.785.785,0,0,0,.564.257h14.359a.784.784,0,0,0,.564-.257.784.784,0,0,0,.257-.564V6.666H-1424V1.333h-9.846a.785.785,0,0,0-.564.257.784.784,0,0,0-.256.564V21.846A.784.784,0,0,0-1434.41,22.41Zm-.256-20.256v0Zm0,4.513v0Zm11.27,10.261V11.62h2.4v.856h-1.541v1.37H-1421V14.7h-1.541v2.226Zm-4.366,0V11.62h2.14a.832.832,0,0,1,.611.245.832.832,0,0,1,.245.611v3.6a.832.832,0,0,1-.245.611.832.832,0,0,1-.611.245Zm.856-.856h1.284v-3.6h-1.284Zm-5.093.856V11.62h2.226a.832.832,0,0,1,.611.245.832.832,0,0,1,.245.611v1.37a.832.832,0,0,1-.245.611.832.832,0,0,1-.611.245h-1.37v2.226Zm.856-3.082h1.37v-1.37h-1.37Z" transform="translate(1923 495)" fill="%236d6d6d"/></g></svg>');
  background-size: 18px;
  background-position: center right 8px;
  background-repeat: no-repeat;
}

.news-dc-box {
  display: flex;
  align-items: center;
  column-gap: 16px;
}

.news-date {
  font-size: 14px;
  color: var(--color-main-blue);
  font-weight: 400;
}

.news-category > span {
  display: inline-block;
  color: var(--color-white);
  background-color: var(--color-bg-gray);
  font-size: 14px;
  font-weight: 400;
  padding: 3px 18px;
  line-height: 1.5;
}

.news-title {
  margin-top: 10px;
  color: var(--color-bg-black);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  word-break: break-all;
}

/* ニュース記事ない場合 */
.news-no-data-box {
  padding: 35px 0;
}

.news-no-data-text {
  color: #c62828;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
}

@media print,
screen and (min-width: 768px) {
  .news-link {
    padding: 28px 82px 28px 0;
    transition: opacity var(--hover-duration) var(--hover-timing);
  }

  .news-link:hover {
    opacity: var(--hover-opacity);
  }

  .news-list-item {
    display: flex;
    column-gap: 32px;
  }

  .news-dc-box {
    column-gap: 32px;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-content: flex-start;
  }

  .news-title {
    margin-top: 0;
    display: grid;
    align-items: center;
  }

  /* ニュース記事ない場合 */
  .news-no-data-text {
    font-size: 18px;
  }
}

/*
---------------------------------------------------------------------
name: news-pagenation
ページネーション
---------------------------------------------------------------------
*/
.news-pagenation {
  margin: 32px auto 0;
  display: flex;
  justify-content: center;
  column-gap: 15px;
}

.news-pager {
  width: 100%;
  max-width: 186px;
  height: 56px;
  background-color: var(--color-main-blue);
  color: var(--color-white);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  display: grid;
  place-items: center;
  border-radius: 28px;
  background-repeat: no-repeat;
  background-size: 22px 16px;
}

.news-pager.-is-prev {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="16" viewBox="0 0 22 16"><path id="パス_754" data-name="パス 754" d="M.146,8.49A.857.857,0,0,1,.087,8.4a.97.97,0,0,1,0-.8A.844.844,0,0,1,.146,7.51a.99.99,0,0,1,.177-.238c.008-.007.01-.018.018-.025l8-7a1,1,0,0,1,1.317,1.5L3.661,7H21a1,1,0,0,1,0,2H3.661l6,5.247a1,1,0,1,1-1.317,1.505l-8-7c-.008-.007-.01-.017-.018-.024A.99.99,0,0,1,.146,8.49" transform="translate(0 0)" fill="%23fff"/></svg>');
  background-position: center left 16px;
}

.news-pager.-is-next {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="16" viewBox="0 0 22 16"><path id="パス_754" data-name="パス 754" d="M21.854,8.49a.857.857,0,0,0,.059-.089.97.97,0,0,0,0-.8.844.844,0,0,0-.059-.088.99.99,0,0,0-.177-.238c-.008-.007-.01-.018-.018-.025l-8-7a1,1,0,0,0-1.317,1.5l6,5.248H1A1,1,0,0,0,1,9H18.339l-6,5.247a1,1,0,1,0,1.317,1.505l8-7c.008-.007.01-.017.018-.024a.99.99,0,0,0,.177-.238" transform="translate(0 0)" fill="%23fff"/></svg>');
  background-position: center right 16px;
}

.news-pager.-is-disabled {
  background-color: #6D6D6D;
  pointer-events: none;
  background-image: none;
}

.news-pager > a {
  display: grid;
  place-items: center;
  color: var(--color-white);
  text-decoration: none;
  width: 100%;
  max-width: 186px;
  height: 56px;
}

@media print,
screen and (min-width: 768px) {
  .news-pagenation {
    margin: 40px auto 0;
    column-gap: 36px;
  }

  .news-pager {
    cursor: pointer;
  }

  .news-pager:hover {
    opacity: 0.6;
    transition: opacity var(--hover-duration) var(--hover-timing);
  }
}

/*
---------------------------------------------------------------------
name: news-details-container
ニュース記事 詳細ページ
---------------------------------------------------------------------
*/
.news-details-inner > *:first-child {
  margin-top: 0;
}

.news-details-inner > *:last-child {
  margin-bottom: 0;
}

.news-details-container {
  color: var(--color-bg-black);
  line-height: 1.4;
}

.news-details-container a {
  color: var(--color-main-blue);
}

/* h1 */
.news-details-head-title {
  margin-top: 16px;
  margin-bottom: 68px;
  font-size: 28px;
  font-weight: 700;
  word-break: break-all;
}

/* h2 */
.news-details-head-title-02 {
  margin-top: 68px;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
  padding-left: 32px;
  line-height: 1.5;
  position: relative;
}

.news-details-head-title-02::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: var(--color-main-blue);
  top: 13px;
  left: 0;
}

/* h3 */
.news-details-head-title-03 {
  margin-top: 40px;
  margin-bottom: 17px;
  font-size: 18px;
  font-weight: 700;
  color: #455A64;
  padding: 8px;
  background-color: #F1F4F6;
}

/* h4 */
.news-details-head-title-04 {
  font-size: 18px;
  font-weight: 700;
  color: #3F51B5;
  margin-top: 40px;
  margin-bottom: 17px;
}

/* h5 */
.news-details-head-title-05 {
  font-size: 16px;
  font-weight: 700;
  margin: 8px 0;
}

@media print,
screen and (min-width: 768px) {
  .news-details-container a {
    transition: opacity var(--hover-duration) var(--hover-timing);
  }

  .news-details-container a:hover {
    opacity: var(--hover-opacity);
  }

  .news-details-inner {
    max-width: 768px;
    margin-inline: auto;
  }

  /* h1 */
  .news-details-head-title {
    margin-bottom: 100px;
    font-size: 36px;
  }

  /* h2 */
  .news-details-head-title-02 {
    margin-top: 100px;
    margin-bottom: 32px;
    font-size: 24px;
    padding-left: 36px;
  }

  .news-details-head-title-02::before {
    width: 24px;
    top: 17px;
  }

  /* h3 */
  .news-details-head-title-03 {
    margin-top: 64px;
    font-size: 20px;
  }

  /* h4 */
  .news-details-head-title-04 {
    margin-top: 49px;
  }
}

/* メインテキスト */
.news-details-main-text {
  margin-top: 17px;
  margin-bottom: 2em;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}

.news-details-main-text > span.-is-bold {
  font-weight: 700;
}

/* メインテキストS */
.news-details-main-text-S {
  font-size: 16px;
  font-weight: 400;
  margin: 8px 0;
}

.news-details-main-text-S > span.-is-bold {
  font-weight: 700;
}

@media print,
screen and (min-width: 768px) {

  /* メインテキストS */
  .news-details-main-text-S {
    font-size: 16px;
    margin: 8px 0;
  }
}

/* リスト */
.news-details-link-list {
  padding-left: 0;
  list-style-type: none;
  margin: 40px 0;
}

.news-details-link-lis-item {
  padding-left: 10px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="14" viewBox="0 0 7 14"><path id="arrow_right_24dp_E3E3E3_FILL0_wght200_GRAD0_opsz24" d="M420-618.31v-14l7,7Z" transform="translate(-420 632.31)" fill="%23006dd2"/></svg>');
  background-size: 7px 14px;
  background-position: top 5px left 0;
  background-repeat: no-repeat;
  font-size: 16px;
  font-weight: 400;
}

.news-details-link-lis-item + .news-details-link-lis-item {
  margin-top: 16px;
}

.news-details-link-lis-item > a {
  color: var(--color-main-blue);
  word-break: break-all;
}

.news-details-link-lis-item.-icon-blank > a::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><g id="icon" transform="translate(-488 -499)"><g id="blank" transform="translate(26)"><path id="open_in_new_24dp_E3E3E3_FILL0_wght200_GRAD200_opsz24" d="M130.06-816a1.991,1.991,0,0,1-1.465-.594A1.991,1.991,0,0,1,128-818.06V-829.94a1.991,1.991,0,0,1,.594-1.465A1.991,1.991,0,0,1,130.06-832h5.673v1.5H130.06a.535.535,0,0,0-.385.175.535.535,0,0,0-.175.385v11.881a.535.535,0,0,0,.175.385.535.535,0,0,0,.385.175H141.94a.535.535,0,0,0,.385-.175.535.535,0,0,0,.175-.385v-5.673H144v5.673a1.991,1.991,0,0,1-.594,1.466,1.991,1.991,0,0,1-1.465.594Zm3.816-4.823-1.052-1.052,8.624-8.624h-3.2V-832H144v5.75h-1.5v-3.2Z" transform="translate(334 1331)" fill="%23006DD2"/></g></g></svg>');
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 8px;
}

.news-details-link-lis-item.-icon-pdf > a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 20px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18.667" height="24" viewBox="0 0 18.667 24"><g id="icon" transform="translate(-487 -495)"><path id="file_pdf" d="M-1433.846,24a2.089,2.089,0,0,1-1.537-.617,2.088,2.088,0,0,1-.617-1.538V2.154a2.086,2.086,0,0,1,.617-1.537A2.086,2.086,0,0,1-1433.846,0h10.513l6,6V21.846a2.087,2.087,0,0,1-.617,1.538,2.089,2.089,0,0,1-1.537.617Zm-.564-1.59a.785.785,0,0,0,.564.257h14.359a.784.784,0,0,0,.564-.257.784.784,0,0,0,.257-.564V6.666H-1424V1.333h-9.846a.785.785,0,0,0-.564.257.784.784,0,0,0-.256.564V21.846A.784.784,0,0,0-1434.41,22.41Zm-.256-20.256v0Zm0,4.513v0Zm11.27,10.261V11.62h2.4v.856h-1.541v1.37H-1421V14.7h-1.541v2.226Zm-4.366,0V11.62h2.14a.832.832,0,0,1,.611.245.832.832,0,0,1,.245.611v3.6a.832.832,0,0,1-.245.611.832.832,0,0,1-.611.245Zm.856-.856h1.284v-3.6h-1.284Zm-5.093.856V11.62h2.226a.832.832,0,0,1,.611.245.832.832,0,0,1,.245.611v1.37a.832.832,0,0,1-.245.611.832.832,0,0,1-.611.245h-1.37v2.226Zm.856-3.082h1.37v-1.37h-1.37Z" transform="translate(1923 495)" fill="%23006DD2"/></g></svg>');
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 8px;
  margin-bottom: -3px;
}

/* ドットリスト */
.news-details-dot-list {
  padding-left: 0;
  list-style-type: none;
  margin-top: 17px;
  margin-bottom: 40px;
}

.news-details-dot-lis-item {
  padding-left: 28px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  position: relative;
}

.news-details-dot-lis-item + .news-details-dot-lis-item {
  margin-top: 8px;
}

.news-details-dot-lis-item::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #6D6D6D;
  top: 10.3px;
  left: 9px;
}

@media print,
screen and (min-width: 768px) {

  /* リスト */
  .news-details-link-list {
    margin: 17px 0 64px;
  }

  /* ドットリスト */
  .news-details-dot-list {
    margin-bottom: 64px;
  }
}

/* 画像 */
.news-details-img-wrap {
  margin: 40px 0;
}

.news-details-img-box > img {
  width: 100%;
}

.news-details-img-box {
  margin: 16px 0;
}

@media print,
screen and (min-width: 768px) {
  .news-details-img-wrap {
    margin: 65px 0;
  }

  .news-details-img-box {
    margin: 24px 0;
  }

  .news-details-2col-img-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
  }

  .news-details-2col-img-box > .news-details-img-box {
    margin: 0;
  }
}

/* リンクテキスト */
.news-details-link-text {
  display: inline-block;
  padding-left: 10px;
  word-break: break-all;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="14" viewBox="0 0 7 14"><path id="arrow_right_24dp_E3E3E3_FILL0_wght200_GRAD0_opsz24" d="M420-618.31v-14l7,7Z" transform="translate(-420 632.31)" fill="%23006dd2"/></svg>');
  background-size: 7px 14px;
  background-position: top 5px left 0;
  background-repeat: no-repeat;
  color: var(--color-main-blue);
  font-size: 16px;
  font-weight: 400;
}

.news-details-link-text::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><g id="icon" transform="translate(-488 -499)"><g id="blank" transform="translate(26)"><path id="open_in_new_24dp_E3E3E3_FILL0_wght200_GRAD200_opsz24" d="M130.06-816a1.991,1.991,0,0,1-1.465-.594A1.991,1.991,0,0,1,128-818.06V-829.94a1.991,1.991,0,0,1,.594-1.465A1.991,1.991,0,0,1,130.06-832h5.673v1.5H130.06a.535.535,0,0,0-.385.175.535.535,0,0,0-.175.385v11.881a.535.535,0,0,0,.175.385.535.535,0,0,0,.385.175H141.94a.535.535,0,0,0,.385-.175.535.535,0,0,0,.175-.385v-5.673H144v5.673a1.991,1.991,0,0,1-.594,1.466,1.991,1.991,0,0,1-1.465.594Zm3.816-4.823-1.052-1.052,8.624-8.624h-3.2V-832H144v5.75h-1.5v-3.2Z" transform="translate(334 1331)" fill="%23006DD2"/></g></g></svg>');
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 8px;
}

/* 囲み */
.news-details-border-box {
  border: 1px solid var(--color-border);
  padding: 16px;
  margin: 40px 0 64px;
}

.news-details-border-box > *:first-child {
  margin-top: 0;
}

.news-details-border-box > *:last-child {
  margin-bottom: 0;
}

@media print,
screen and (min-width: 768px) {
  .news-details-border-box {
    padding: 24px;
    margin: 64px 0;
  }
}

/* ボタン */
.news-details-footer-btn {
  margin-top: 64px;
  width: 236px;
  height: 56px;
  border-radius: 28px;
  overflow: hidden;
  margin-inline: auto;
}

.news-details-footer-btn > a {
  color: var(--color-white);
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
  background-color: var(--color-bg-black);
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="16" viewBox="0 0 22 16"><path id="パス_754" data-name="パス 754" d="M21.854,8.49a.857.857,0,0,0,.059-.089.97.97,0,0,0,0-.8.844.844,0,0,0-.059-.088.99.99,0,0,0-.177-.238c-.008-.007-.01-.018-.018-.025l-8-7a1,1,0,0,0-1.317,1.5l6,5.248H1A1,1,0,0,0,1,9H18.339l-6,5.247a1,1,0,1,0,1.317,1.505l8-7c.008-.007.01-.017.018-.024a.99.99,0,0,0,.177-.238" transform="translate(0 0)" fill="%23fff"/></svg>');
  background-repeat: no-repeat;
  background-size: 22px 16px;
  background-position: center right 16px;
}

@media print,
screen and (min-width: 768px) {
  .news-details-footer-btn {
    height: 64px;
    border-radius: 32px;
    margin-left: 0;
    transition: opacity var(--hover-duration) var(--hover-timing);
  }

  .news-details-footer-btn > a:hover {
    opacity: var(--hover-opacity);
  }
}