@charset "UTF-8";
/**
 * メディアクエリ
 * @param {string} $mode - max または min
 * @param {number} $width - 設定値
 */
/**
 * メディアクエリ PC
 * @param {number} [$width:$breakpoin] - 設定値
 */
/**
 * メディアクエリ SP
 * @param {number} [$width:$breakpoin] - 設定値
 */
/**
 * メディアクエリによるIE11ハック
 */
/**
 * VW計算
 * @param {string} $property  - プロパティ
 * @param {number} $value - 基準となる値
 * @param {number} $basewidth - 基準となるウィンドウ幅
 * @param {number} [$maxwidth:0] - 拡大を停止するウィンドウ幅
 * @param {number} [$minwidth:0] - 縮小を停止するウィンドウ幅
 */
.p-news .c-selectBox {
  background-color: #fff;
  border: 1px solid var(--border-gray);
  padding: 15px;
  border-radius: 5px;
  font-size: 14px;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-news .c-selectBox {
    border-radius: 0.8vw;
    padding: 3.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
.p-news .c-selectBox-wrap {
  position: relative;
}
.p-news .c-selectBox-wrap:after {
  content: "\e901";
  font-family: "icomoon";
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  font-size: 12px;
  transform: translateY(-50%);
  color: var(--main-blue);
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  .p-news .c-selectBox-wrap:after {
    right: 3.3333333333vw;
    font-size: 4vw;
  }
}
.p-news .newsSelect {
  background-color: var(--bg-gray);
  margin-bottom: 80px;
  padding: 35px 40px;
  display: flex;
}
@media screen and (max-width: 750px) {
  .p-news .newsSelect {
    margin-bottom: 16vw;
    padding-top: 5.3333333333vw;
    padding-bottom: 8vw;
    padding-left: 6vw;
    padding-right: 6vw;
    flex-direction: column;
  }
}
.p-news .newsSelect .newsSelect-block {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 750px) {
  .p-news .newsSelect .newsSelect-block {
    gap: 2.6666666667vw;
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-news .newsSelect .newsSelect-block label {
  font-weight: bold;
}
.p-news .newsSelect .newsSelect-block:nth-child(2) {
  margin-left: 40px;
}
@media screen and (max-width: 750px) {
  .p-news .newsSelect .newsSelect-block:nth-child(2) {
    margin-left: 0;
    margin-top: 4vw;
  }
}
.p-news .newsSelect .newsSelect-block:nth-child(3) {
  margin-left: 45px;
  padding-left: 45px;
  border-left: 1px solid var(--border-blue);
}
@media screen and (max-width: 750px) {
  .p-news .newsSelect .newsSelect-block:nth-child(3) {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    margin-top: 8vw;
    padding-top: 8vw;
    border-top: 1px solid var(--border-blue);
  }
}
.p-news .newsSelect .newsSelect-year-wrap {
  width: 150px;
}
@media screen and (max-width: 750px) {
  .p-news .newsSelect .newsSelect-year-wrap {
    width: 100%;
  }
}
.p-news .newsSelect .newsSelect-category-wrap {
  width: 210px;
}
@media screen and (max-width: 750px) {
  .p-news .newsSelect .newsSelect-category-wrap {
    width: 100%;
  }
}
.p-news .newsSelect .newsSelect-btn {
  width: 150px;
  height: 43px;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .p-news .newsSelect .newsSelect-btn {
    width: 100%;
    height: 12vw;
  }
}

.p-newsArticle .newsArticle-status {
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
}
.p-newsArticle .newsArticle-status .newsArticle-tag {
  width: 110px;
  height: 23px;
  text-align: center;
  font-size: 12px;
  color: var(--main-blue);
  background-color: #E8EDFC;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .p-newsArticle .newsArticle-status .newsArticle-tag {
    width: 25.8666666667vw;
    height: 5.3333333333vw;
    font-size: 2.9333333333vw;
    border-radius: 0.8vw;
  }
}
.p-newsArticle .newsArticle-status .newsArticle-data {
  color: #9397A5;
  width: 85px;
  margin-left: 25px;
}
@media screen and (max-width: 750px) {
  .p-newsArticle .newsArticle-status .newsArticle-data {
    width: 22.6666666667vw;
    margin-left: 3.3333333333vw;
  }
}
.p-newsArticle .newsArticle-status .newsArticle-title {
  font-size: 30px;
  line-height: 1.6;
  width: 100%;
  margin-top: 25px;
}
@media screen and (max-width: 750px) {
  .p-newsArticle .newsArticle-status .newsArticle-title {
    font-size: 5.8666666667vw;
    margin-top: 5.3333333333vw;
  }
}
.p-newsArticle .newsArticle-block {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid var(--border-blue);
  border-bottom: 1px solid var(--border-blue);
  margin-bottom: 60px;
  padding-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .p-newsArticle .newsArticle-block {
    margin-top: 6.6666666667vw;
    padding-top: 6.6666666667vw;
    padding-bottom: 4vw;
    margin-bottom: 8vw;
  }
}
.p-newsArticle .newsArticle-text {
  margin-bottom: 40px;
  line-height: 1.75;
}
@media screen and (max-width: 750px) {
  .p-newsArticle .newsArticle-text {
    margin-bottom: 6.6666666667vw;
  }
}
.p-newsArticle .newsArticle-text a {
  color: var(--main-blue);
  display: inline;
  background-image: linear-gradient(#2F2FBE, #2F2FBE);
  background-size: 100% 1px;
  background-position: bottom left;
  background-repeat: no-repeat;
  padding-bottom: 2px;
  transition: background-size 0.4s ease;
}
@media screen and (min-width: 751px) {
  .p-newsArticle .newsArticle-text a:hover {
    -webkit-animation: borderMotion 0.7s ease;
    animation: borderMotion 0.7s ease;
  }
}
@media screen and (max-width: 750px) {
  .p-newsArticle .newsArticle-text a {
    padding-bottom: 0.9333333333vw;
  }
}
.p-newsArticle .newsArticle-text a[target=_blank]::after {
  font-family: "icomoon";
  display: inline-block;
  content: "\e903";
  color: #2f2fbe;
  margin-left: 5px;
}
@media screen and (max-width: 750px) {
  .p-newsArticle .newsArticle-text a[target=_blank]::after {
    margin-left: 1.3333333333vw;
  }
}
.p-newsArticle .newsArticle-text img {
  height: auto;
  margin-top: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .p-newsArticle .newsArticle-text img {
    margin-top: 6.6666666667vw;
  }
}
.p-newsArticle .newsArticle-text strong {
  font-weight: bold;
}
.p-newsArticle .newsArticle-text-link {
  margin-bottom: 40px;
  line-height: 1.75;
  display: block;
}
@media screen and (max-width: 750px) {
  .p-newsArticle .newsArticle-text-link {
    margin-bottom: 6.6666666667vw;
  }
}
.p-newsArticle .newsArticle-img {
  margin-bottom: 40px;
  max-width: 100%;
}
@media screen and (max-width: 750px) {
  .p-newsArticle .newsArticle-img {
    margin-bottom: 6.6666666667vw;
  }
}
.p-newsArticle .newsArticle-img img {
  margin-inline: auto;
}
.p-newsArticle .newsArticle-h2 {
  margin-top: 80px;
  margin-bottom: 20px;
  background-color: var(--bg-gray);
  line-height: 1.6;
  font-weight: bold;
  font-size: 24px;
  border-left: 4px solid var(--main-blue);
  padding: 15px 20px;
}
@media screen and (max-width: 750px) {
  .p-newsArticle .newsArticle-h2 {
    font-size: 5.3333333333vw;
    margin-top: 16vw;
    margin-bottom: 4vw;
    border-left-width: 0.8vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
    padding-left: 3.3333333333vw;
    padding-right: 3.3333333333vw;
  }
}
.p-newsArticle .newsArticle-h3 {
  margin-top: 80px;
  margin-bottom: 15px;
  line-height: 1.6;
  font-weight: bold;
  font-size: 22px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
@media screen and (max-width: 750px) {
  .p-newsArticle .newsArticle-h3 {
    font-size: 4.8vw;
    margin-top: 16vw;
    margin-bottom: 3.3333333333vw;
    gap: 2.1333333333vw;
  }
}
.p-newsArticle .newsArticle-h3:before {
  content: "";
  display: block;
  min-width: 4px;
  height: 33px;
  background-color: var(--ci-net-blue);
}
@media screen and (max-width: 750px) {
  .p-newsArticle .newsArticle-h3:before {
    min-width: 0.8vw;
    height: 7.7333333333vw;
  }
}
.p-newsArticle .newsArticle-h4 {
  margin-top: 80px;
  margin-bottom: 10px;
  line-height: 1.6;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 750px) {
  .p-newsArticle .newsArticle-h4 {
    font-size: 4.2666666667vw;
    margin-top: 16vw;
    margin-bottom: 2.6666666667vw;
  }
}
.p-newsArticle .newsArticle-h5 {
  margin-bottom: 10px;
  line-height: 1.6;
  font-weight: bold;
  font-size: 16px;
  color: var(--main-blue);
  display: flex;
}
@media screen and (max-width: 750px) {
  .p-newsArticle .newsArticle-h5 {
    font-size: 3.7333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.p-newsArticle .newsArticle-h5:before {
  content: "";
  display: block;
  border-radius: 50%;
  min-width: 5px;
  height: 5px;
  background-color: var(--main-blue);
  margin-right: 10px;
  position: relative;
  top: 10px;
}
@media screen and (max-width: 750px) {
  .p-newsArticle .newsArticle-h5:before {
    min-width: 1.0666666667vw;
    height: 1.0666666667vw;
    margin-right: 2vw;
    top: 2.6666666667vw;
  }
}
.p-newsArticle .newsArticle-h5 h5 {
  flex: 1;
}
.p-newsArticle .newsArticle-linkBlank {
  margin-top: 80px;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .p-newsArticle .newsArticle-linkBlank {
    margin-top: 16vw;
    margin-bottom: 6.6666666667vw;
  }
}
.p-newsArticle .newsArticle-linkBlank .newsArticle-linkBlank-block {
  padding: 20px 20px 20px 20px;
  background-color: var(--bg-gray);
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 750px) {
  .p-newsArticle .newsArticle-linkBlank .newsArticle-linkBlank-block {
    padding-top: 2.9333333333vw;
    padding-left: 2.9333333333vw;
    padding-right: 2.9333333333vw;
    padding-bottom: 5.3333333333vw;
    gap: 2.9333333333vw;
  }
}
.p-newsArticle .newsArticle-linkBlank .newsArticle-linkBlank-block:last-child {
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .p-newsArticle .newsArticle-linkBlank .newsArticle-linkBlank-block:last-child {
    margin-top: 4vw;
  }
}
.p-newsArticle .newsArticle-linkBlank .newsArticle-linkBlank-block:not(:has(.newsArticle-linkBlank-block-list)) {
  display: none;
}
.p-newsArticle .newsArticle-linkBlank .newsArticle-linkBlank-block-icon {
  width: 40px;
}
@media screen and (max-width: 750px) {
  .p-newsArticle .newsArticle-linkBlank .newsArticle-linkBlank-block-icon {
    width: 9.3333333333vw;
  }
}
.p-newsArticle .newsArticle-linkBlank .newsArticle-linkBlank-block-wrap {
  flex: 1;
}
.p-newsArticle .newsArticle-linkBlank .newsArticle-linkBlank-block-wrap .newsArticle-linkBlank-block-list {
  line-height: 1.75;
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 750px) {
  .p-newsArticle .newsArticle-linkBlank .newsArticle-linkBlank-block-wrap .newsArticle-linkBlank-block-list {
    font-size: 3.7333333333vw;
  }
}
.p-newsArticle .newsArticle-linkBlank .newsArticle-linkBlank-block-wrap .newsArticle-linkBlank-block-list:not(:first-child) {
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  .p-newsArticle .newsArticle-linkBlank .newsArticle-linkBlank-block-wrap .newsArticle-linkBlank-block-list:not(:first-child) {
    margin-top: 3.6vw;
  }
}
.p-newsArticle .newsArticle-linkBlank .newsArticle-linkBlank-block-wrap .newsArticle-linkBlank-block-list:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 2px;
  background-color: #BABED1;
  margin-right: 7px;
}
@media screen and (max-width: 750px) {
  .p-newsArticle .newsArticle-linkBlank .newsArticle-linkBlank-block-wrap .newsArticle-linkBlank-block-list:before {
    width: 1.6vw;
    height: 0.5333333333vw;
    margin-right: 1.8666666667vw;
  }
}
.p-newsArticle .newsArticle-returnBtn {
  text-align: center;
  font-weight: bold;
}