@charset "UTF-8";
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 変数の定義
--------------------------------------------------*/
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 色の定義
--------------------------------------------------*/
/* フォントの定義
--------------------------------------------------*/
html,
body,
ul,
ol,
dl,
li,
dt,
dd,
a,
p,
div,
img,
svg,
table,
tr,
th,
td,
figure {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.8;
  color: #000000;
  font-feature-settings: "palt";
}

body,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
img,
svg,
a,
table,
tr,
th,
td,
figure {
  font-size: 1.6rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.08em;
  line-height: 1.4;
  font-weight: 700;
  font-feature-settings: "palt";
}

.en {
  font-family: "Clash Display", sans-serif;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.02em;
}

/* お知らせ一覧
--------------------------------------------------*/
.wrap_news_content {
  padding: 100px 0 120px;
  display: grid;
  grid-template-columns: minmax(20.8%, 200px) 1fr;
  -moz-column-gap: min(6.66vw, 80px);
       column-gap: min(6.66vw, 80px);
}
@media screen and (max-width: 999px) {
  .wrap_news_content {
    padding: 60px 0 80px;
    grid-template-columns: auto;
    row-gap: 40px;
  }
}
.wrap_news_content .cat_list {
  height: -moz-fit-content;
  height: fit-content;
  padding: 15px;
}
@media screen and (max-width: 999px) {
  .wrap_news_content .cat_list {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
  }
}
.wrap_news_content .cat_list li .news_category {
  line-height: 1;
  display: flex;
  align-items: center;
  padding: 15px 20px 15px 38px;
  position: relative;
  transition: color 0.4s ease;
}
@media screen and (max-width: 999px) {
  .wrap_news_content .cat_list li .news_category {
    font-size: 1.4rem;
    padding: 10px 15px 10px 28px;
  }
}
.wrap_news_content .cat_list li .news_category::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 1px;
  background: linear-gradient(to top right, #40B4FF, #0CA0FF);
  left: 20px;
}
@media screen and (max-width: 999px) {
  .wrap_news_content .cat_list li .news_category::before {
    left: 15px;
  }
}
.wrap_news_content .cat_list li .news_category:hover {
  color: #0CA0FF;
}
.wrap_news_content .cat_list li .news_category.current {
  pointer-events: none;
  background-color: #fff;
}
.wrap_news_content .cat_list li .news_category.current:hover {
  color: #041B29;
}

/* お知らせ詳細
--------------------------------------------------*/
.wrap_news_ttl {
  padding: 162px 0 40px;
}
@media screen and (max-width: 999px) {
  .wrap_news_ttl {
    padding: 126px 0 30px;
  }
}
.wrap_news_ttl .wrap_data {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .wrap_news_ttl .wrap_data {
    margin-bottom: 20px;
  }
}
.wrap_news_ttl .wrap_data .data, .wrap_news_ttl .wrap_data .cat {
  font-size: 1.4rem;
}
.wrap_news_ttl .wrap_data .data {
  flex-shrink: 0;
}
.wrap_news_ttl .wrap_data .cat {
  text-align: center;
  min-width: 100px;
  padding: 1px 15px;
  background-color: #E9F1F6;
  border-radius: 2px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 449px) {
  .wrap_news_ttl .wrap_data .cat {
    font-size: 1.2rem;
    min-width: 80px;
  }
}
.wrap_news_ttl .news_ttl {
  font-size: 3.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .wrap_news_ttl .news_ttl {
    font-size: 2.4rem;
  }
}

.wrap_news_post {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .wrap_news_post {
    padding-top: 40px;
  }
}
.wrap_news_post .inner {
  padding-bottom: 70px;
  border-bottom: dashed 1px #C6D9E6;
}
.wrap_news_post .inner *:not(li):not(img):not(span):not(br) {
  margin-bottom: 30px;
  clear: both;
}
@media screen and (max-width: 999px) {
  .wrap_news_post .inner *:not(li):not(img):not(span):not(br) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .wrap_news_post .inner {
    padding-bottom: 40px;
  }
}
.wrap_news_post .inner img {
  width: auto;
  max-width: 100%;
}
.wrap_news_post .inner img.alignright {
  display: block;
  margin-right: 0;
  margin-left: auto;
}
.wrap_news_post .inner img.alignleft {
  display: block;
  margin-left: 0;
  margin-right: auto;
}
.wrap_news_post .inner img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wrap_news_post .inner h1,
.wrap_news_post .inner h2,
.wrap_news_post .inner h3,
.wrap_news_post .inner h4,
.wrap_news_post .inner h5,
.wrap_news_post .inner h6 {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-weight: 700;
  font-feature-settings: "palt";
}
.wrap_news_post .inner h1 {
  font-size: 3.2rem;
  color: #0976BC;
  background-color: #E9F1F6;
  padding: 15px 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .wrap_news_post .inner h1 {
    font-size: 2.4rem;
    padding: 10px 20px;
  }
}
.wrap_news_post .inner h1::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to top right, #0065A3, #0982CC);
}
@media screen and (max-width: 768px) {
  .wrap_news_post .inner h1::after {
    width: 4px;
  }
}
.wrap_news_post .inner h2 {
  font-size: 2.8rem;
  color: #0976BC;
  padding-bottom: 15px;
  border-bottom: solid 1px #C6D9E6;
}
@media screen and (max-width: 768px) {
  .wrap_news_post .inner h2 {
    font-size: 2rem;
    padding-bottom: 10px;
  }
}
.wrap_news_post .inner h3 {
  font-style: 2.4rem;
  color: #0976BC;
  padding-left: 26px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .wrap_news_post .inner h3 {
    font-size: 2rem;
    padding-left: 18px;
  }
}
.wrap_news_post .inner h3::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 1px;
  background: linear-gradient(to top right, #40B4FF, #0CA0FF);
  top: 0.3em;
  left: 0;
}
@media screen and (max-width: 768px) {
  .wrap_news_post .inner h3::before {
    width: 10px;
    height: 10px;
    top: 0.4em;
  }
}
.wrap_news_post .inner h4 {
  font-size: 2.4rem;
  color: #0976BC;
}
@media screen and (max-width: 768px) {
  .wrap_news_post .inner h4 {
    font-size: 1.8rem;
  }
}
.wrap_news_post .inner h5 {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .wrap_news_post .inner h5 {
    font-size: 1.8rem;
  }
}
.wrap_news_post .inner h6 {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .wrap_news_post .inner h6 {
    font-size: 1.6rem;
  }
}
.wrap_news_post .inner a {
  color: #0976BC;
  text-decoration: underline;
  font-weight: 500;
  transition: color 0.4s ease;
}
.wrap_news_post .inner a:hover {
  color: #0CA0FF;
}
.wrap_news_post .inner strong {
  font-weight: 700;
}
.wrap_news_post .inner em {
  font-style: italic;
}
.wrap_news_post .inner table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.6;
  max-width: 100%;
  text-align: left;
  width: 100%;
}
.wrap_news_post .inner th,
.wrap_news_post .inner td {
  border: 1px solid #C6D9E6;
  padding: 0.5em;
}
.wrap_news_post .inner hr {
  display: block;
  width: 100%;
  height: 1px;
  border: 0;
  border-top: 1px solid #C6D9E6;
}
.wrap_news_post .inner .alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1em;
}
.wrap_news_post .inner .alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1em;
}
.wrap_news_post .inner .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}
.wrap_news_post .inner blockquote {
  position: relative;
  margin-inline-start: 20px;
  margin-inline-end: 20px;
}
.wrap_news_post .inner blockquote::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -20px;
  width: 2px;
  height: calc(100% - 10px);
  background-color: #A7B7C2;
}
.wrap_news_post .inner blockquote p {
  color: #A7B7C2;
}
.wrap_news_post .inner ol,
.wrap_news_post .inner ul {
  padding-left: 24px;
}
.wrap_news_post .inner ol,
.wrap_news_post .inner ul,
.wrap_news_post .inner li {
  list-style: revert;
}
.wrap_news_post .inner {
  /* ギリシャ小文字（α, β, γ,) */
}
.wrap_news_post .inner ol[style*=lower-greek] li {
  list-style: lower-greek;
}
.wrap_news_post .inner {
  /* 小文字ローマ数字 (i. ii. iii.) */
}
.wrap_news_post .inner ol[style*=lower-roman] li {
  list-style: lower-roman;
}
.wrap_news_post .inner {
  /* 大文字ローマ数字 (I. II. III.) */
}
.wrap_news_post .inner ol[style*=upper-roman] li {
  list-style: upper-roman;
}
.wrap_news_post .inner {
  /* 小文字アルファベット (a. b. c.) */
}
.wrap_news_post .inner ol[style*=lower-alpha] li {
  list-style: lower-alpha;
}
.wrap_news_post .inner {
  /* 大文字アルファベット (A. B. C.) */
}
.wrap_news_post .inner ol[style*=upper-alpha] li {
  list-style: upper-alpha;
}
.wrap_news_post .wrap_btn {
  padding: 36px 0 120px;
}
@media screen and (max-width: 768px) {
  .wrap_news_post .wrap_btn {
    padding: 20px 0 80px;
  }
}
.wrap_news_post .wrap_btn .back_btn {
  padding: 7px 20px 7px 7px;
  justify-content: flex-start;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.wrap_news_post .wrap_btn .back_btn .arrow::after {
  transform: rotate(180deg);
}/*# sourceMappingURL=news.css.map */