@charset "UTF-8";
/*********************************
*  @font
**********************************/
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@700&display=swap");
/*********************************
*  @mixin
**********************************/
/*********************************
*  title
**********************************/
h2 {
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  overflow: hidden;
}
h2::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
}
h2::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
}
h2 {
  line-height: 2.5;
}
h2 span {
  margin-right: -6px;
}

/*********************************
*  inner
**********************************/
.inner {
  max-width: 1080px;
}

/*********************************
*  main_vsl
**********************************/
.main_vsl h1 {
  letter-spacing: 8px;
}
.main_vsl h1 span {
  margin-right: -8px;
}
.main_vsl {
  background: url(../images/news/mv_pc.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .main_vsl {
    background: url(../images/news/mv_sp.jpg) no-repeat center;
    background-size: cover;
  }
}

/*********************************
*  news
**********************************/
#news {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  #news {
    padding: 50px 0 120px;
  }
}
#news .inner {
  max-width: 810px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #news .inner {
    padding: 0 20px;
  }
}
#news .inner .title {
  padding-top: 80px;
  border-bottom: 2px solid #000;
  padding-bottom: 5px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #news .inner .title {
    font-size: 15px;
    display: block;
  }
}
@media screen and (max-width: 350px) {
  #news .inner .title {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  #news .inner .title span {
    font-size: 15px;
  }
}
@media screen and (max-width: 350px) {
  #news .inner .title span {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  #news .inner .title {
    padding-top: 40px;
  }
}
@media screen and (max-width: 350px) {
  #news .inner .title {
    padding-top: 30px;
  }
}
#news .inner .text {
  padding-top: 10px;
}
#news .inner h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  #news .inner h2 {
    font-size: 20px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
  #news .inner h2 span {
    margin-right: 0;
  }
}
@media screen and (max-width: 350px) {
  #news .inner h2 {
    font-size: 15px;
    letter-spacing: 0;
  }
  #news .inner h2 span {
    margin-right: 0;
  }
}
#news .inner p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-top: 17px;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  #news .inner p {
    font-size: 14px;
    margin-top: 10px;
  }
}
#news .inner .text a {
  color: #026AC0;
  text-decoration-line: none;
}
#news .inner .text a[href$=".pdf"] {
  position: relative;
  padding-right: 20px; /* アイコン分のスペースを確保 */
}
#news .inner .text a[href$=".pdf"]::after {
  content: "\f1c1";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #D60019;
}
#news .inner .link {
  padding-top: 10px;
  text-align: right;
}
#news .inner .link a {
  color: #026AC0;
  text-decoration-line: none;
}
@media (max-width: 768px) {
  #news .inner .link {
    font-size: 14px;
    margin-top: 10px;
  }
}
#news .inner {
  /*********************************
  *  old_news
  **********************************/
}
#news .inner .old_news .title {
  border-bottom: 4px solid #000;
  margin-bottom: 20px;
  justify-content: space-around;
}
#news .inner .old_news .title h2 {
  font-size: 35px;
}
@media screen and (max-width: 768px) {
  #news .inner .old_news .title h2 {
    font-size: 25px;
  }
}
#news .inner .old_news .title span {
  font-size: 20px;
  letter-spacing: 0px;
  font-weight: 700;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  #news .inner .old_news .title span {
    font-size: 15px;
  }
}
#news .inner .old_news li {
  border-bottom: 0.5px solid #000;
  margin-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  display: flex;
  align-items: center;
}
#news .inner .old_news li span {
  font-size: 20px;
  color: #000;
}
@media screen and (max-width: 768px) {
  #news .inner .old_news li span {
    font-size: 12px;
  }
}
#news .inner .old_news li .date {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  #news .inner .old_news li .date {
    margin-right: 5px;
  }
}
#news .inner .old_news li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: calc(50% - 3px);
  border-top: 3px solid #026AC0;
  border-right: 3px solid #026AC0;
}
#news .inner .old_news li a {
  text-decoration-line: none;
  margin-left: 10px;
}
#news .inner h1 {
  font-size: 1.8rem !important;
  font-weight: bold;
}
#news .inner h2 {
  font-size: 1.5rem !important;
  font-weight: bold;
}
#news .inner h3 {
  font-size: 1.25rem !important;
  font-weight: bold;
}
#news .inner h4 {
  font-size: 1.1rem !important;
  font-weight: bold;
}
#news .inner h5 {
  font-size: 1rem !important;
  font-weight: bold;
}
#news .inner h6 {
  font-size: 0.9rem !important;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #news .inner h1 {
    font-size: 2.5rem !important;
  }
  #news .inner h2 {
    font-size: 2rem !important;
  }
  #news .inner h3 {
    font-size: 1.6rem !important;
  }
  #news .inner h4 {
    font-size: 1.3rem !important;
  }
  #news .inner h5 {
    font-size: 1.1rem !important;
  }
  #news .inner h6 {
    font-size: 1rem !important;
  }
}
#news .inner pre, #news .inner .wp-block-preformatted {
  line-height: 1.4 !important;
  white-space: pre-wrap !important;
  word-break: break-all !important;
  overflow-wrap: break-word !important;
  max-width: 100% !important;
}
#news .inner h1 *, #news .inner h2 *, #news .inner h3 *, #news .inner h4 *, #news .inner h5 *, #news .inner h6 * {
  font-size: inherit !important;
  line-height: inherit !important;
}
#news .inner span {
  font-size: inherit !important;
}
#news .inner .wp-block-image {
  margin: 0 0 1.5em 0;
  max-width: 100%;
}
#news .inner .wp-block-image img {
  max-width: 100% !important; /* 横幅いっぱいに広がっても画面からはみ出さない */
  height: auto !important; /* 縦横比を維持 */
  display: block;
}
#news .inner .wp-block-image.aligncenter {
  text-align: center;
}
#news .inner .wp-block-image.aligncenter img {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #news .inner .wp-block-image.alignleft, #news .inner .wp-block-image.alignright {
    float: none;
    margin: 0 auto 1.5em auto;
    text-align: center;
  }
}
#news .inner .wp-block-image.alignleft {
  float: left;
  margin-right: 1.5em;
}
#news .inner .wp-block-image.alignright {
  float: right;
  margin-left: 1.5em;
}
#news .inner .wp-block-table {
  margin: 0 0 1.5em 0;
  width: 100%;
  overflow-x: auto; /* スマホ用：はみ出したら横スクロール */
  display: block;
}
#news .inner .wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  min-width: 500px; /* スマホでも表の形を維持する最低幅 */
}
#news .inner .wp-block-table th, #news .inner .wp-block-table td {
  padding: 0.75em;
  border: 1px solid #ddd;
  text-align: left;
}
#news .inner .wp-block-table th {
  background-color: #f7f7f7;
  font-weight: bold;
}
#news .inner blockquote, #news .inner .wp-block-quote {
  margin: 0 0 1.5em 0;
  padding: 0.5em 1em;
  border-left: 4px solid #ccc;
  color: #666;
  font-style: italic;
}
#news .inner blockquote cite, #news .inner .wp-block-quote cite {
  display: block;
  font-size: 0.85em;
  color: #999;
  margin-top: 0.5em;
  font-style: normal;
}
#news .inner::after {
  content: "";
  display: block;
  clear: both;
}
#news .inner ul {
  list-style: disc !important; /* リセットCSSを強制上書き */
  margin: 1.5em 0 1.5em 0;
  padding-left: 1.5em !important; /* 左側の余白を確保 */
}
#news .inner ul li {
  margin-bottom: 0.5em;
  list-style: inherit; /* 子要素のulにもスタイルを継承 */
}
#news .inner ul ul {
  list-style: circle !important; /* 2階層目は白抜き丸 */
  margin-top: 0.5em;
  margin-bottom: 0;
}
#news .inner ol {
  list-style: decimal !important; /* リセットCSSを強制上書き */
  margin: 1.5em 0 1.5em 0;
  padding-left: 1.5em !important;
}
#news .inner ol li {
  margin-bottom: 0.5em;
  list-style: inherit;
}
#news .inner ol ol {
  margin-top: 0.5em;
  margin-bottom: 0;
}
#news .inner .has-black-color {
  --wp-inline-color: #000000;
}
#news .inner .has-cyan-bluish-gray-color {
  --wp-inline-color: #abb8c3;
}
#news .inner .has-white-color {
  --wp-inline-color: #ffffff;
}
#news .inner .has-pale-pink-color {
  --wp-inline-color: #f78da7;
}
#news .inner .has-vivid-red-color {
  --wp-inline-color: #cf2e2e;
}
#news .inner .has-luminous-vivid-orange-color {
  --wp-inline-color: #ff6900;
}
#news .inner .has-luminous-vivid-amber-color {
  --wp-inline-color: #fcb900;
}
#news .inner .has-light-green-cyan-color {
  --wp-inline-color: #7bdcb5;
}
#news .inner .has-vivid-green-cyan-color {
  --wp-inline-color: #00d084;
}
#news .inner .has-pale-cyan-blue-color {
  --wp-inline-color: #8ed1fc;
}
#news .inner .has-vivid-cyan-blue-color {
  --wp-inline-color: #0693e3;
}
#news .inner .has-vivid-purple-color {
  --wp-inline-color: #9b51e0;
}
#news .inner .has-inline-color {
  color: var(--wp-inline-color, inherit);
}
#news .inner .has-inline-color strong, #news .inner .has-inline-color b, #news .inner .has-inline-color span, #news .inner .has-inline-color em {
  color: inherit;
}
#news .inner strong[style*=color], #news .inner b[style*=color], #news .inner span[style*=color] {
  color: inherit;
}

/*# sourceMappingURL=news.css.map */
