@charset "UTF-8";
/*! --------------------------------------------------------------
　　このCSSファイルは .scssファイルからコンパイルされたものです。
　　修正する際はscssファイルを編集するように注意してください。
--------------------------------------------------------------- */
/* Theme Name: res */
/* 外部ファイル／フォントの読み込み　
============================================================================ */
/* SCSS メディアクエリ */
/* フォントサイズをremに変換するmixin */
/* フレックスボックス */
/* 横幅の計算 */
/* フォント */
.arial {
  font-family: arial, sans-serif;
}

.main_page {
  height: 25vh;
  background-color: #282D9B;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
.main_page .pagettl {
  font-size: 3.6rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  padding-bottom: 0.5em;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main_page .pagettl {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .main_page .pagettl {
    font-size: 2rem;
  }
}
.main_page .pagettl::before {
  content: "";
  width: 1.5em;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.main_page .pagettl span {
  display: block;
  font-size: 1.2rem;
  color: #FFF100;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main_page .pagettl span {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .main_page .pagettl span {
    font-size: 1rem;
  }
}

.breadcrumbs {
  background-color: #282D9B;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 2;
  padding: 1.2rem 0;
}
.breadcrumbs .inner {
  width: 100%;
  position: relative;
}
@media (min-width: 1200px) {
  .breadcrumbs .inner {
    max-width: 1120px;
    padding: 0 20px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .breadcrumbs .inner {
    padding: 0 5vw;
  }
}
@media (max-width: 767px) {
  .breadcrumbs .inner {
    padding: 0 5%;
  }
}
.breadcrumbs .inner ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .breadcrumbs .inner ul {
    flex-wrap: wrap;
  }
}
.breadcrumbs .inner ul li {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  margin-right: 0.8em;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .breadcrumbs .inner ul li {
    font-size: 2.6rem;
  }
}
@media (max-width: 767px) {
  .breadcrumbs .inner ul li {
    font-size: 1.1rem;
  }
}
.breadcrumbs .inner ul li.any a {
  color: #fff;
}
main.bg_page {
  background-color: #282D9B;
  color: #282D9B;
}
@media (max-width: 767px) {
  main.bg_page {
    padding: 0 0 40px;
  }
}
main.bg_page .section_cmn {
  background-color: #fff;
  border-radius: 1.8rem;
  margin-inline: auto;
  padding: 5rem 0;
  width: 95vw;
}
@media (min-width: 1200px) {
  main.bg_page .section_cmn {
    max-width: 1300px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  main.bg_page .section_cmn {
    border-radius: 4.9rem;
  }
}
@media (max-width: 767px) {
  main.bg_page .section_cmn {
    padding: 3.5rem 0;
    border-radius: 2.9rem;
  }
}
main.bg_page .section_cmn.t_narrow {
  padding-top: 9.3rem;
}
@media (min-width: 768px) and (max-width: 1199px) {
  main.bg_page .section_cmn.t_narrow {
    padding-top: 10.6rem;
  }
}
@media (max-width: 767px) {
  main.bg_page .section_cmn.t_narrow {
    padding-top: 4.4rem;
  }
}
main.bg_page .section_cmn.b_wide {
  padding-bottom: 6.2rem;
}
@media (min-width: 768px) and (max-width: 1199px) {
  main.bg_page .section_cmn.b_wide {
    padding-bottom: 10.6rem;
  }
}
@media (max-width: 767px) {
  main.bg_page .section_cmn.b_wide {
    padding-bottom: 4rem;
  }
}
main.bg_page .section_cmn .inner {
  width: 100%;
  position: relative;
}
@media (min-width: 1200px) {
  main.bg_page .section_cmn .inner {
    max-width: 1120px;
    padding: 0 20px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  main.bg_page .section_cmn .inner {
    padding: 0 5vw;
  }
}
@media (max-width: 767px) {
  main.bg_page .section_cmn .inner {
    padding: 0 5%;
  }
}
main.bg_page .section_cmn .inner .news_article {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
}
@media (min-width: 768px) and (max-width: 1199px) {
  main.bg_page .section_cmn .inner .news_article {
    flex-direction: column;
  }
}
main.bg_page .section_cmn .inner .news_article .news_article_ttl {
  color: #282D9B;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1199px) {
  main.bg_page .section_cmn .inner .news_article .news_article_ttl {
    font-size: 6.3rem;
    margin-bottom: 8rem;
    width: 100%;
  }
}
@media (max-width: 767px) {
  main.bg_page .section_cmn .inner .news_article .news_article_ttl {
    font-size: 2.4rem;
    margin-bottom: 4rem;
    width: 100%;
  }
}
main.bg_page .section_cmn .inner .news_article .news_article_ttl .en-title {
  background-color: #FFF100;
  border-radius: 2rem;
  display: inline-block;
  font-size: 1.8rem;
  margin-bottom: 1.2rem;
  padding: 0.5rem 2.2rem;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199px) {
  main.bg_page .section_cmn .inner .news_article .news_article_ttl .en-title {
    font-size: 2.8rem;
    margin-bottom: 2.2rem;
  }
}
@media (max-width: 767px) {
  main.bg_page .section_cmn .inner .news_article .news_article_ttl .en-title {
    font-size: 1.2rem;
    padding: 0.5rem 1.6rem;
  }
}
main.bg_page .section_cmn .inner .news_article .news_article_ttl .en-title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 8px solid #FFF100;
  border-bottom: 0;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}
main.bg_page .section_cmn .inner .news_article .ul01 {
  width: 82%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  main.bg_page .section_cmn .inner .news_article .ul01 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  main.bg_page .section_cmn .inner .news_article .ul01 {
    width: 100%;
  }
}
main.bg_page .section_cmn .inner .news_article .ul01 .list {
  border-bottom: 1px solid #282D9B;
  padding: 0 0 3rem;
}
@media (min-width: 768px) and (max-width: 1199px) {
  main.bg_page .section_cmn .inner .news_article .ul01 .list {
    padding: 0 0 4.5rem;
  }
}
@media (max-width: 767px) {
  main.bg_page .section_cmn .inner .news_article .ul01 .list {
    padding: 0 0 2rem;
  }
}
main.bg_page .section_cmn .inner .news_article .ul01 .list a {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  gap: 5.5rem;
  justify-content: flex-start;
  align-items: baseline;
  position: relative;
}
@media (max-width: 767px) {
  main.bg_page .section_cmn .inner .news_article .ul01 .list a {
    flex-direction: column;
    gap: 1rem;
  }
}
main.bg_page .section_cmn .inner .news_article .ul01 .list a .date, main.bg_page .section_cmn .inner .news_article .ul01 .list a .ttl_cmn2 {
  color: #333;
  font-weight: 700;
}
main.bg_page .section_cmn .inner .news_article .ul01 .list a .date {
  font-size: 1.4rem;
}
@media (min-width: 768px) and (max-width: 1199px) {
  main.bg_page .section_cmn .inner .news_article .ul01 .list a .date {
    font-size: 2.6rem;
  }
}
@media (max-width: 767px) {
  main.bg_page .section_cmn .inner .news_article .ul01 .list a .date {
    font-size: 1.3rem;
  }
}
main.bg_page .section_cmn .inner .news_article .ul01 .list a .ttl_cmn2 {
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
  line-height: 1.75;
  text-decoration: underline;
  width: 78%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  main.bg_page .section_cmn .inner .news_article .ul01 .list a .ttl_cmn2 {
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) {
  main.bg_page .section_cmn .inner .news_article .ul01 .list a .ttl_cmn2 {
    font-size: 1.4rem;
    width: 92%;
  }
}
main.bg_page .section_cmn .inner .news_article .ul01 .list a::after {
  content: "";
  display: block;
  background-image: url(../../img/news/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 1.3rem;
  width: 0.7rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media (min-width: 768px) and (max-width: 1199px) {
  main.bg_page .section_cmn .inner .news_article .ul01 .list a::after {
    height: 2.3rem;
    width: 1.3rem;
  }
}
main.bg_page .section_cmn .inner .news_article .ul01 .list a:hover::after {
  right: -10px;
}
@media (max-width: 767px) {
  main.bg_page .section_cmn .inner .news_article .ul01 .list a:hover::after {
    right: -5px;
  }
}
main.bg_page .section_cmn .inner .news_article .ul01 .list:not(:first-of-type) {
  padding: 3rem 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  main.bg_page .section_cmn .inner .news_article .ul01 .list:not(:first-of-type) {
    padding: 4.5rem 0;
  }
}
@media (max-width: 767px) {
  main.bg_page .section_cmn .inner .news_article .ul01 .list:not(:first-of-type) {
    padding: 2rem 0;
  }
}
main.bg_page .section_cmn .inner .news_article .custom-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  margin-top: 7.7rem;
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  main.bg_page .section_cmn .inner .news_article .custom-pagination {
    gap: 2rem;
    margin-top: 4rem;
  }
}
main.bg_page .section_cmn .inner .news_article .custom-pagination .page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 767px) {
  main.bg_page .section_cmn .inner .news_article .custom-pagination .page-numbers {
    gap: 1.4rem;
  }
}
main.bg_page .section_cmn .inner .news_article .custom-pagination .page-numbers li .page-numbers {
  color: #333;
  font-size: 1.6rem;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 1199px) {
  main.bg_page .section_cmn .inner .news_article .custom-pagination .page-numbers li .page-numbers {
    font-size: 2.6rem;
  }
}
@media (max-width: 767px) {
  main.bg_page .section_cmn .inner .news_article .custom-pagination .page-numbers li .page-numbers {
    font-size: 1.3rem;
  }
}
main.bg_page .section_cmn .inner .news_article .custom-pagination .page-numbers li .current {
  background-color: #282D9B;
  border-radius: 5rem;
  color: #fff;
  padding: 0.3rem 0.7rem;
}
@media (min-width: 768px) and (max-width: 1199px) {
  main.bg_page .section_cmn .inner .news_article .custom-pagination .page-numbers li .current {
    padding: 0.6rem 1.2rem;
  }
}
main.bg_page .section_cmn .inner .news_article .custom-pagination .prev, main.bg_page .section_cmn .inner .news_article .custom-pagination .next {
  height: 1.3rem;
  width: 0.7rem;
}
@media (min-width: 768px) and (max-width: 1199px) {
  main.bg_page .section_cmn .inner .news_article .custom-pagination .prev, main.bg_page .section_cmn .inner .news_article .custom-pagination .next {
    height: 2.3rem;
    width: 1.3rem;
  }
}

/* 詳細ページ */
.news_single .news_single_ttl {
  border-bottom: 1px solid #282D9B;
  color: #282D9B;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 6rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .news_single .news_single_ttl {
    font-size: 5.3rem;
    margin-bottom: 8.8rem;
    padding-bottom: 3.5rem;
  }
}
@media (max-width: 767px) {
  .news_single .news_single_ttl {
    font-size: 2.4rem;
    margin-bottom: 4rem;
    padding-bottom: 1.5rem;
  }
}
.news_single .content h2, .news_single .content h3, .news_single .content h4 {
  letter-spacing: 0.04rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .news_single .content h2, .news_single .content h3, .news_single .content h4 {
    margin-bottom: 3.5rem;
  }
}
@media (max-width: 767px) {
  .news_single .content h2, .news_single .content h3, .news_single .content h4 {
    margin-bottom: 1.5rem;
  }
}
.news_single .content h2 {
  background-color: #FFF100;
  border-radius: 1rem;
  font-size: 2.9rem;
  font-weight: 700;
  padding: 1.3rem 0 1.3rem 2rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .news_single .content h2 {
    font-size: 4.8rem;
    padding: 2.3rem 0 2.3rem 3.5rem;
  }
}
@media (max-width: 767px) {
  .news_single .content h2 {
    font-size: 2.1rem;
    padding: 1.3rem 0 1.3rem 1rem;
  }
}
.news_single .content h2::after {
  content: "";
  display: block;
  background-image: url(../../img/news/img01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: 16.8rem;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .news_single .content h2::after {
    width: 28.4rem;
  }
}
@media (max-width: 767px) {
  .news_single .content h2::after {
    width: 21rem;
  }
}
.news_single .content h3 {
  background-color: rgba(40, 45, 155, 0.15);
  border-radius: 1rem;
  color: #282D9B;
  font-size: 2.2rem;
  font-weight: 700;
  padding: 1.2rem 0 1.2rem 4rem;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .news_single .content h3 {
    font-size: 3.5rem;
    padding: 2.2rem 0 2.2rem 5rem;
  }
}
@media (max-width: 767px) {
  .news_single .content h3 {
    font-size: 1.8rem;
    padding: 1.2rem 0 1.2rem 3.2rem;
  }
}
.news_single .content h3::after {
  content: "";
  display: block;
  background-color: #FFF100;
  border-radius: 2.4rem;
  height: 2.4rem;
  width: 2.4rem;
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .news_single .content h3::after {
    height: 3.5rem;
    width: 3.5rem;
  }
}
@media (max-width: 767px) {
  .news_single .content h3::after {
    height: 1.5rem;
    width: 1.5rem;
    top: 24px;
    left: 1rem;
  }
}
.news_single .content h4 {
  color: #282D9B;
  font-size: 2rem;
  font-weight: 700;
  padding: 0 0 1rem 1rem;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .news_single .content h4 {
    font-size: 3.2rem;
    padding: 0 0 1.8rem 1rem;
  }
}
@media (max-width: 767px) {
  .news_single .content h4 {
    font-size: 1.6rem;
  }
}
.news_single .content h4::before {
  content: "";
  display: block;
  background-color: #282D9B;
  height: 2.9rem;
  width: 0.8rem;
  position: absolute;
  top: 32%;
  left: 0;
  transform: translateY(-50%);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .news_single .content h4::before {
    height: 4.3rem;
    width: 1.1rem;
  }
}
@media (max-width: 767px) {
  .news_single .content h4::before {
    height: 2.1rem;
    width: 0.6rem;
    position: absolute;
    top: 9px;
  }
}
.news_single .content h4::after {
  content: "";
  display: block;
  background-image: radial-gradient(circle, #282D9B 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 7px 2px;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.news_single .content p {
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08rem;
  line-height: 1.75;
  margin-bottom: 4rem;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .news_single .content p {
    font-size: 2.5rem;
    margin-bottom: 5.4rem;
  }
}
@media (max-width: 767px) {
  .news_single .content p {
    font-size: 1.3rem;
    margin-bottom: 3rem;
  }
}
.news_single .content ul {
  background-color: rgba(255, 226, 0, 0.1);
  border-radius: 2rem;
  padding: 2rem 0 2rem 2rem;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .news_single .content ul {
    border-radius: 3.3rem;
    padding: 2.7rem 0 2.7rem 3.6rem;
  }
}
@media (max-width: 767px) {
  .news_single .content ul {
    border-radius: 1.5rem;
    padding: 1.5rem 0 1.5rem 1.5rem;
  }
}
.news_single .content ul li {
  color: #282D9B;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.08rem;
  line-height: 2.11;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .news_single .content ul li {
    font-size: 2.9rem;
  }
}
@media (max-width: 767px) {
  .news_single .content ul li {
    font-size: 1.4rem;
  }
}
.news_single .btn {
  margin: 6rem auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .news_single .btn {
    margin: 8.8rem auto 0;
  }
}
.news_single .btn a {
  background-color: #FFF100;
  border-radius: 3rem;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.36);
  color: #282D9B;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  padding: 1.8rem 10rem;
  position: relative;
  top: 0;
  transition: 0.3s ease-in-out;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .news_single .btn a {
    border-radius: 5rem;
    font-size: 2.6rem;
    padding: 2.8rem 12.3rem;
  }
}
@media (max-width: 767px) {
  .news_single .btn a {
    font-size: 1.3rem;
    padding: 1.4rem 8rem;
  }
}
.news_single .btn a::after {
  content: "";
  display: block;
  background-image: url(../../img/news/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 0.6rem;
  width: 0.3rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .news_single .btn a::after {
    height: 1.2rem;
    width: 0.6rem;
  }
}
.news_single .btn a:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  top: 5px;
}

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