@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font-size */
/* ============================================ */
/* font-family */
/* ============================================ */
/* news */
/* ============================================ */
.news-wrapper {
  padding: 100px 0 150px;
}
@media all and (max-width: 896px) {
  .news-wrapper {
    padding: 48px 0 80px;
  }
}
.news-list {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  color: #000;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media all and (max-width: 896px) {
  .news-list {
    gap: 16px;
  }
}
.news-link {
  padding: 24px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 12px 2.857cqw;
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.08);
}
@media all and (max-width: 896px) {
  .news-link {
    padding: 16px;
  }
}
@media all and (max-width: 480px) {
  .news-link {
    flex-direction: column;
  }
}
@media (hover: hover) {
  .news-link:hover {
    opacity: 1;
  }
}
.news-img {
  flex-shrink: 0;
  width: 23.57cqw;
}
@media all and (max-width: 480px) {
  .news-img {
    width: 100%;
  }
}
.news-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 330/213;
}
.news-contents {
  flex-grow: 1;
}
.news-block {
  padding-bottom: 20px;
  border-bottom: 1px dashed #BDBDBD;
  margin-bottom: 20px;
}
@media all and (max-width: 896px) {
  .news-block {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
}
.news-date {
  font-size: clamp(0.75rem, 0.5278rem + 0.3968vw, 0.875rem);
  color: #A7842E;
}
.news-ttl {
  font-size: clamp(1rem, 0.3333rem + 1.1905vw, 1.375rem);
  font-weight: 500;
  margin-top: 0.4em;
}
.news-txt {
  font-size: clamp(0.8125rem, 0.4792rem + 0.5952vw, 1rem);
  line-height: 2;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.news .camel_paging_sp {
  margin-top: 100px;
}
@media all and (max-width: 896px) {
  .news .camel_paging_sp {
    margin-top: 48px;
  }
}
.news .camel_paging_sp ul {
  font-family: "Montserrat", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(0.8125rem, 0.4792rem + 0.5952vw, 1rem);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.news .camel_paging_sp ul > li {
  box-sizing: border-box;
  display: grid;
  place-content: center;
  width: 36px;
  height: 48px;
}
@media all and (max-width: 896px) {
  .news .camel_paging_sp ul > li {
    width: 25px;
    height: 34px;
  }
}
.news .camel_paging_sp ul > li > a, .news .camel_paging_sp ul > li > span {
  box-sizing: border-box;
  display: grid;
  place-content: center;
  width: 36px;
  height: 48px;
  border: 1px solid #BDBDBD;
  color: #000;
  background: #F4F8FA;
}
@media all and (max-width: 896px) {
  .news .camel_paging_sp ul > li > a, .news .camel_paging_sp ul > li > span {
    width: 25px;
    height: 34px;
  }
}
.news .camel_paging_sp ul > li.active {
  border: 1px solid #BDBDBD;
  background: #fff;
}
.news .camel_paging_sp ul > li.nolink {
  border: 1px solid #BDBDBD;
  background: #F4F8FA;
  color: #BDBDBD;
}
.news .detail-inner {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  color: #000;
}
.news .detail-ttl {
  font-size: clamp(1.25rem, 0.3611rem + 1.5873vw, 1.75rem);
  font-weight: 500;
  padding-bottom: 24px;
  border-bottom: 1px dashed #BDBDBD;
  margin-bottom: 24px;
}
@media all and (max-width: 896px) {
  .news .detail-ttl {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
.news .detail-date {
  font-size: clamp(0.9375rem, 0.6042rem + 0.5952vw, 1.125rem);
  font-weight: 500;
  color: #A7842E;
}
.news .detail-mainvisual {
  margin-top: 80px;
}
@media all and (max-width: 896px) {
  .news .detail-mainvisual {
    margin-top: 40px;
  }
}
.news .detail-mainvisual img {
  width: 100%;
  max-width: none;
}
.news .detail-contents {
  line-height: 2;
  margin-top: 80px;
}
@media all and (max-width: 896px) {
  .news .detail-contents {
    margin-top: 64px;
  }
}
.news .detail-contents > * {
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .news .detail-contents > * {
    margin-top: 24px;
  }
}
.news .detail-contents > *:first-child {
  margin-top: 0;
}
.news .detail-contents a {
  color: #2C2C66;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.news .detail-contents img {
  display: inline-block;
}
.news .detail-contents img + img {
  margin-top: 24px;
}
@media all and (max-width: 896px) {
  .news .detail-contents img + img {
    margin-top: 16px;
  }
}
.news .detail-contents figure {
  text-align: center;
}
.news .detail-contents figure figcaption {
  margin-top: 12px;
  margin-inline: auto;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  text-align: left;
}
@media all and (max-width: 896px) {
  .news .detail-contents figure figcaption {
    margin-top: 8px;
  }
}
.news .detail-contents table {
  display: block;
  width: 100%;
  overflow: auto;
  padding-bottom: 10px;
}
.news .detail-contents table th, .news .detail-contents table td {
  box-sizing: border-box;
  padding: 4px 16px;
  white-space: nowrap;
  border: 1px solid #ccc;
}
.news .detail-contents table th {
  background: #2C2C66;
  color: #fff;
  font-weight: 500;
}
.news .detail-contents table td {
  background: #fff;
}
.news .detail-contents iframe {
  display: block;
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
.news .detail-contents ul li {
  padding-left: 1.2em;
  position: relative;
}
.news .detail-contents ul li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2C2C66;
  position: absolute;
  top: 0.85em;
  left: 0;
}
.news .detail-contents ol {
  counter-reset: item;
  list-style-type: none;
}
.news .detail-contents ol li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.news .detail-contents ol li:before {
  counter-increment: item;
  content: counter(item) ".";
  padding-right: 0.5em;
  font-weight: 700;
  color: #2C2C66;
}
.news .detail-contents blockquote {
  padding: 20px 20px 20px 56px;
  background: #ddd;
  position: relative;
}
@media all and (max-width: 896px) {
  .news .detail-contents blockquote {
    padding: 16px 16px 16px 46px;
  }
}
.news .detail-contents blockquote::before {
  content: "“";
  font-size: 5rem;
  line-height: 1;
  color: #f5f5f5;
  position: absolute;
  top: 12px;
  left: 12px;
}
@media all and (max-width: 896px) {
  .news .detail-contents blockquote::before {
    font-size: 4rem;
    top: 10px;
    left: 10px;
  }
}
.news .detail-block > * {
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .news .detail-block > * {
    margin-top: 20px;
  }
}
.news .detail-block > *:first-child {
  margin-top: 0;
}
.news .detail-flex {
  display: flex;
  gap: 20px;
}
@media all and (max-width: 600px) {
  .news .detail-flex {
    flex-direction: column;
    gap: 10px;
  }
}
.news .detail-flex img {
  width: 100%;
  max-width: none;
}
.news .detail-flex .detail-block {
  flex-grow: 1;
}
@media all and (max-width: 896px) {
  .news .detail-flex .detail-block {
    width: 100%;
  }
}
.news .detail-flex .detail-img {
  width: 400px;
  flex-shrink: 0;
}
@media all and (max-width: 896px) {
  .news .detail-flex .detail-img {
    width: 250px;
  }
}
@media all and (max-width: 600px) {
  .news .detail-flex .detail-img {
    width: 100%;
  }
}
.news .detail-flex.col2 {
  flex-direction: row;
  flex-wrap: wrap;
}
.news .detail-flex.col2 > * {
  width: calc((100% - 20px) / 2);
}
@media all and (max-width: 896px) {
  .news .detail-flex.col2 > * {
    width: 100%;
  }
}
.news .detail-flex.col2.reverse {
  flex-direction: row-reverse;
}
@media all and (max-width: 600px) {
  .news .detail-flex.col2.reverse {
    flex-direction: column;
  }
}
.news .detail-flex.col3 {
  flex-direction: row;
  flex-wrap: wrap;
}
.news .detail-flex.col3 > * {
  width: calc((100% - 40px) / 3);
}
@media all and (max-width: 896px) {
  .news .detail-flex.col3 > * {
    width: calc((100% - 20px) / 2);
  }
}
@media all and (max-width: 600px) {
  .news .detail-flex.col3 > * {
    width: calc((100% - 10px) / 2);
  }
}
@media all and (max-width: 480px) {
  .news .detail-flex.col3 > * {
    width: 100%;
  }
}
.news .detail-link {
  margin-top: 120px;
  margin-inline: auto;
  max-width: 800px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  font-weight: 500;
}
@media all and (max-width: 896px) {
  .news .detail-link {
    margin-top: 72px;
  }
}
.news .detail-link__btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.75em;
  padding-bottom: 0.875em;
  border-bottom: 1px dashed #BDBDBD;
}
.news .detail-link__btn.--prev a::before {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 1.125em;
  height: 1.125em;
  background: url("../images/common/arrow_left.svg") center center/contain no-repeat;
}
.news .detail-link__btn.--next a::after {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 1.125em;
  height: 1.125em;
  background: url("../images/common/arrow_right.svg") center center/contain no-repeat;
}