/* LESS Document */
/*+++++++++++++++++++++++++++++++++++++++++++
	news以下共通
+++++++++++++++++++++++++++++++++++++++++++ */
.cmsArea {
  padding: 30px 0 132px 0;
}
@media screen and (max-width: 767px) {
  .cmsArea {
    padding: 30px 0 75px 0;
  }
}
.cmsArea h3 {
  color: #221815;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 60px 0 40px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cmsArea h3 {
    font-size: 7.2vw;
    margin: 45px 0 35px 0;
  }
}
.cmsArea h3::first-letter {
  color: #004DA1;
}
.cmsArea h3::after {
  content: "";
  position: absolute;
  left: 0;
  width: 1em;
  height: 2px;
  background-color: #004DA1;
  bottom: -10px;
}
@media screen and (max-width: 767px) {
  .cmsArea h3::after {
    bottom: auto;
    top: 9vw;
  }
}
.cmsArea h4 {
  margin: 50px 0 20px;
  font-size: 2rem;
  color: #004DA1;
}
@media screen and (max-width: 767px) {
  .cmsArea h4 {
    margin: 45px 0 15px;
    font-size: 4vw;
  }
}
.cmsArea h5 {
  margin: 0 0 10px;
  font-size: 1.8rem;
  color: #C44626;
  border-bottom: #C44626 1px solid;
}
.cmsArea table {
  max-width: 988px;
  margin: 68px auto 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cmsArea table {
    max-width: none;
  }
}
.cmsArea table th {
  background: #0A4586;
  color: #fff;
  padding: 10px;
  border-right: 1px solid #fff;
}
.cmsArea table th:first-child {
  border-left: 1px solid #004DA1;
}
.cmsArea table th:last-child {
  border-right: 1px solid #004DA1;
}
.cmsArea table td {
  padding: 20px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .cmsArea table td {
    padding: 10px;
    font-size: 3.2vw;
  }
}
.cmsArea time {
  display: block;
  font-weight: 500;
  font-size: 1.6rem;
  margin: 5px 0;
}
@media screen and (max-width: 767px) {
  .cmsArea time {
    font-size: 3.2vw;
    margin: 0;
  }
}
.cmsArea img {
  max-width: 100%!important;
  height: auto!important;
}
.cmsArea img[style*="right"] {
  margin: 0 0 1em 1em;
}
.cmsArea img[style*="left"] {
  margin: 0 1em 1em 0;
}
.cmsArea ul {
  padding: 0 0 0 25px;
  margin: 20px 0;
}
.cmsArea ul li::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 10px 0 -15px;
  border-radius: 8px;
  background: #2E2E2E;
  vertical-align: middle;
}
.cmsArea ol {
  list-style: none;
  padding: 0 0 0 35px;
  counter-reset: custom-counter;
}
@media screen and (max-width: 767px) {
  .cmsArea ol {
    padding: 0 0 0 5vw;
  }
}
.cmsArea ol li {
  counter-increment: custom-counter;
  position: relative;
}
.cmsArea ol li::before {
  content: counter(custom-counter, decimal-leading-zero) ".";
  position: absolute;
  left: -35px;
  top: 2px;
  font-size: 1.6rem;
  color: #8B8B8B;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .cmsArea ol li::before {
    left: -6vw;
    top: 0;
    font-size: 3.2vw;
  }
}
blockquote {
  background: #EEE;
  position: relative;
  margin: 0 !important;
  padding: 32px;
}
blockquote::before,
blockquote::after {
  content: "“";
  font-family: 'Montserrat', sans-serif;
  font-size: 60px;
  color: #787878;
  line-height: 1;
  position: absolute;
  top: 5px;
  left: 5px;
}
blockquote::after {
  content: "”";
  top: auto;
  left: auto;
  bottom: -30px;
  right: 5px;
}
/* -------------------------------- pagenation */
.pagenation {
  margin: 0 0 134px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pagenation {
    margin: 0 0 100px;
  }
}
.pagenation a,
.pagenation span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 17.1px;
  line-height: 1;
  margin: 0 2px 5px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  border: #CCE4FF 2px solid;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .pagenation a,
  .pagenation span {
    padding: 3vw 4vw;
    font-size: 4vw;
  }
}
.pagenation a:hover,
.pagenation span:hover {
  background: #CCE4FF;
}
.pagenation a.current,
.pagenation span.current {
  background: #004DA1;
  color: #FFF;
  border-color: #004DA1;
}
.pagenation a:nth-child(1),
.pagenation span:nth-child(1) {
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .pagenation a:nth-child(1),
  .pagenation span:nth-child(1) {
    margin-right: 6px;
  }
}
.pagenation a:nth-child(1) i,
.pagenation span:nth-child(1) i {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .pagenation a:nth-child(1) i,
  .pagenation span:nth-child(1) i {
    margin-right: 5px;
  }
}
.pagenation a:has(i),
.pagenation span:has(i) {
  margin-left: 22px;
  border-radius: 50%;
  background: #004DA1;
  border: 1px solid #004DA1;
  width: 34px;
  height: 34px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .pagenation a:has(i),
  .pagenation span:has(i) {
    width: 7vw;
    height: 7vw;
    margin-left: 5vw;
  }
}
.pagenation a:has(i) i,
.pagenation span:has(i) i {
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .pagenation a:has(i) i,
  .pagenation span:has(i) i {
    font-size: 3.2vw;
  }
}
.pagenation a:has(i):hover,
.pagenation span:has(i):hover {
  background: #fff;
  border: 1px solid #004DA1;
}
.pagenation a:has(i):hover i,
.pagenation span:has(i):hover i {
  color: #004DA1;
}
.pagenation a:has(i.fa-angle-left),
.pagenation span:has(i.fa-angle-left) {
  margin-right: 22px;
}
@media screen and (max-width: 767px) {
  .pagenation a:has(i.fa-angle-left),
  .pagenation span:has(i.fa-angle-left) {
    margin-right: 5vw;
  }
}
.pagenation a:has(i.fa-angle-left) i,
.pagenation span:has(i.fa-angle-left) i {
  position: relative;
  left: 5px;
}
@media screen and (max-width: 767px) {
  .pagenation a:has(i.fa-angle-left) i,
  .pagenation span:has(i.fa-angle-left) i {
    left: 0.5vw;
  }
}
.pagenation span {
  background: #EEE;
  border-color: #EEE;
  color: #ADADAD;
  pointer-events: none;
}
.box {
  padding: 30px 55px;
}
@media screen and (max-width: 767px) {
  .box {
    padding: 25px 15px;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	newsList
+++++++++++++++++++++++++++++++++++++++++++ */
.newsList {
  grid-column: 1 / 3;
  grid-row: 2 / 3;
}
.newsList .newsItem {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 15px;
  justify-content: flex-start;
  padding: 32px 0 8px;
  text-decoration: none;
  color: #2E2E2E;
  border-bottom: #A1BAD6 1px solid;
  position: relative;
}
@media screen and (max-width: 767px) {
  .newsList .newsItem {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.newsList .newsItem:hover {
  color: #004DA1;
}
.newsList .newsItem:hover::after {
  background: none;
}
.newsList .newsItem time {
  width: 105px;
}
@media screen and (max-width: 767px) {
  .newsList .newsItem time {
    width: max-content;
    align-self: center;
    font-weight: bold;
  }
}
.newsList .newsItem .tag {
  padding: 4px 8px;
  background: #E1F7FF;
  border-radius: 5px;
  font-weight: 500;
}
.newsList .newsItem p {
  flex: 1;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .newsList .newsItem p {
    width: 100%;
    padding-right: 20px;
    flex: auto;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.newsList .newsItem::after {
  content: '\f061';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  display: block;
  width: 15px;
  height: 15px;
  background: #004DA1;
  color: #004DA1;
  font-size: 1.6rem;
  text-align: center;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translate(0, -50%);
  transition: 0.2s;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .newsList .newsItem::after {
    top: auto;
    bottom: 3vw;
    right: 0;
    transform: none;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	newsArea
+++++++++++++++++++++++++++++++++++++++++++ */
.newsArea .newsAreaHead {
  border-bottom: 2px solid #DADADA;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .newsArea .newsAreaHead {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}
.newsArea .newsAreaHead h2 {
  color: #004DA1;
  font-size: 3.6rem;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .newsArea .newsAreaHead h2 {
    font-size: 7.2vw;
  }
}
.newsArea .newsAreaHead h2::after {
  content: none;
}
.returnBtn a {
  min-width: 316px;
  min-height: 64px;
  font-size: 2rem;
  font-weight: bold;
  padding: 0;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .returnBtn a {
    font-size: 4vw;
    min-width: auto;
    max-width: 65%;
  }
}
.returnBtn a::after,
.returnBtn a::before {
  content: none;
}
