@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font-size */
/* ============================================ */
/* font-family */
/* ============================================ */
/* news */
/* ============================================ */
.news-outer {
  padding-bottom: 150px;
}
@media all and (max-width: 896px) {
  .news-outer {
    padding-bottom: 64px;
  }
}

.news-category {
  margin-top: 64px;
}
@media all and (max-width: 896px) {
  .news-category {
    margin-top: 40px;
  }
}
.news-category__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px 32px;
}
@media all and (max-width: 896px) {
  .news-category__list {
    gap: 20px 24px;
  }
}
.news-category__link {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: clamp(1rem, 0.4955rem + 0.9009vw, 1.25rem);
  font-weight: 700;
  line-height: 1.4;
}
.news-category__item.--active .news-category__mark {
  border-color: #3E41B5;
}
.news-category__item.--active .news-category__mark::before {
  background: #3E41B5;
}
.news-category__mark {
  flex-shrink: 0;
  display: block;
  width: 1.44em;
  height: 1.44em;
  border-radius: 50%;
  border: 2px solid #C7C7C7;
  position: relative;
}
.news-category__mark::before {
  content: "";
  display: block;
  width: 0.78em;
  height: 0.78em;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  inset: 0;
  margin: auto;
}

.news-list {
  padding-bottom: 80px;
}
@media all and (max-width: 896px) {
  .news-list {
    padding-bottom: 40px;
  }
}
.news-list__none {
  margin-top: 80px;
  margin-inline: auto;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  font-size: clamp(0.9375rem, 0.5591rem + 0.6757vw, 1.125rem);
}
@media all and (max-width: 896px) {
  .news-list__none {
    margin-top: 40px;
  }
}
.news-list__contents {
  margin-top: 64px;
}
@media all and (max-width: 896px) {
  .news-list__contents {
    margin-top: 40px;
  }
}
.news-list__item {
  margin-top: 24px;
}
@media all and (max-width: 896px) {
  .news-list__item {
    margin-top: 16px;
  }
}
.news-list__item:first-of-type {
  margin-top: 0;
}
.news-list__link {
  width: 100%;
  display: flex;
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 6px 6px 30px 0 rgba(74, 74, 74, 0.05);
}
@media all and (max-width: 896px) {
  .news-list__link {
    padding: 20px 16px 20px 20px;
  }
}
.news-list__block {
  flex-grow: 1;
  padding: 4px 16px 4px 0;
  border-right: 1px solid #E8E8E8;
  display: flex;
  align-items: flex-start;
  gap: 10px 16px;
}
@media all and (max-width: 896px) {
  .news-list__block {
    padding: 0 12px 0 0;
    flex-direction: column;
  }
}
.news-list__btn {
  flex-shrink: 0;
  padding-left: 24px;
  display: grid;
  place-content: center;
}
@media all and (max-width: 896px) {
  .news-list__btn {
    padding-left: 16px;
  }
}
.news-list__arrow {
  width: 1.2em;
  height: 1.2em;
  background: url("../images/common/arrow_right.svg") center center/contain no-repeat;
}
.news-list__box {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 10px 16px;
}
.news-list__date {
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(0.9375rem, 0.5591rem + 0.6757vw, 1.125rem);
}
.news-list__category {
  text-align: center;
  width: 6.25em;
  font-size: clamp(0.875rem, 0.6227rem + 0.4505vw, 1rem);
  color: #3E41B5;
  padding: 0.2em;
  border: 1px solid #3E41B5;
  border-radius: 9999px;
}
.news-list__txt {
  font-size: clamp(0.9375rem, 0.5591rem + 0.6757vw, 1.125rem);
  margin-top: 0.1em;
}

.camel_paging_sp {
  margin-top: 72px;
}
@media all and (max-width: 896px) {
  .camel_paging_sp {
    margin-top: 40px;
  }
}
.camel_paging_sp ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  font-size: clamp(0.9375rem, 0.5591rem + 0.6757vw, 1.125rem);
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media all and (max-width: 896px) {
  .camel_paging_sp ul {
    gap: 14px 12px;
  }
}
.camel_paging_sp ul > li {
  width: 2.22em;
  height: 2.22em;
  border: 2px solid #3E41B5;
  border-radius: 50%;
  background: #fff;
  color: #3E41B5;
  display: grid;
  place-content: center;
}
.camel_paging_sp ul > li.active {
  background: #3E41B5;
  color: #fff;
}
.camel_paging_sp ul > li.nolink {
  border-color: #DADADA;
  color: #DADADA;
}
.camel_paging_sp ul > li a {
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
}
@media (hover: hover) {
  .camel_paging_sp ul > li a:hover {
    opacity: 1;
  }
}

/* detail */
/* ============================================ */
.news-ttl {
  text-align: left;
}
.news-ttl__box {
  display: flex;
  align-items: center;
  gap: 10px 16px;
}
.news-ttl__date {
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(0.9375rem, 0.5591rem + 0.6757vw, 1.125rem);
}
.news-ttl__category {
  text-align: center;
  width: 6.25em;
  font-size: clamp(0.875rem, 0.6227rem + 0.4505vw, 1rem);
  color: #3E41B5;
  padding: 0.2em;
  border: 1px solid #3E41B5;
  border-radius: 9999px;
}
.news-ttl__jp {
  font-size: clamp(1.5rem, 0.491rem + 1.8018vw, 2rem);
  font-weight: 700;
  margin-top: 32px;
}
@media all and (max-width: 896px) {
  .news-ttl__jp {
    margin-top: 24px;
  }
}

.news-detail {
  margin-top: 56px;
  padding-bottom: 80px;
}
@media all and (max-width: 896px) {
  .news-detail {
    margin-top: 24px;
    padding-bottom: 40px;
  }
}
.news-detail__container {
  padding: 56px 4.18cqw;
  border-radius: 8px;
  background: #fff;
  box-shadow: 6px 6px 30px 0 rgba(74, 74, 74, 0.05);
}
@media all and (max-width: 896px) {
  .news-detail__container {
    padding: 32px 20px;
  }
}
.news-detail__contents > * {
  margin-top: 80px;
}
@media all and (max-width: 896px) {
  .news-detail__contents > * {
    margin-top: 48px;
  }
}
.news-detail__contents > *:first-child {
  margin-top: 0;
}
.news-detail__contents h3 {
  font-size: clamp(1.125rem, 0.3682rem + 1.3514vw, 1.5rem);
  font-weight: 700;
}
.news-detail__contents p {
  line-height: 2;
}
.news-detail__contents img + img {
  margin-top: 20px;
}
@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 img {
  width: 100%;
  max-width: none;
}
.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%;
  border-collapse: collapse;
  overflow: auto;
  padding-bottom: 10px;
}
.news-detail__contents table tbody {
  display: inline-block;
}
.news-detail__contents table th, .news-detail__contents table td {
  box-sizing: border-box;
  padding: 5px 15px;
  white-space: nowrap;
  border: 1px solid #ccc;
}
.news-detail__contents table th {
  background: #3E41B5;
  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 {
  line-height: 2;
}
.news-detail__contents ul li {
  padding-left: 1.4em;
  position: relative;
}
.news-detail__contents ul li::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background: #3E41B5;
  position: absolute;
  top: 0.8em;
  left: 0;
}
.news-detail__contents ol {
  line-height: 2;
  counter-reset: item;
  list-style-type: none;
}
.news-detail__contents ol li {
  text-indent: -1.4em;
  padding-left: 1.4em;
}
.news-detail__contents ol li:before {
  counter-increment: item;
  content: counter(item) ".";
  padding-right: 0.5em;
  font-weight: 700;
  color: #3E41B5;
}
.news-detail__contents em {
  font-style: italic;
}
.news-detail__contents a {
  color: #3E41B5;
  text-decoration: underline;
  text-underline-offset: 0.4em;
}
.news-detail__contents a[target=_blank]::after {
  font-family: "Material Symbols Outlined";
  content: " \e89e ";
  font-size: 1.2em;
  vertical-align: -0.2em;
}
.news-detail__contents a[href$=".pdf"]::after {
  font-family: "Material Symbols Outlined";
  content: " \e415 ";
  font-size: 1.2em;
  vertical-align: -0.2em;
}
.news-detail__contents a[href$=".docx"]::after, .news-detail__contents a[href$=".doc"]::after, .news-detail__contents a[href$=".xlsx"]::after, .news-detail__contents a[href$=".xls"]::after {
  font-family: "Material Symbols Outlined";
  content: " \e173 ";
  font-size: 1.2em;
  vertical-align: -0.2em;
}
.news-detail__contents a.--download::after {
  font-family: "Material Symbols Outlined";
  content: " \f090 ";
  font-size: 1.2em;
  vertical-align: -0.2em;
}
.news-detail__flex {
  display: flex;
  gap: 40px;
}
@media all and (max-width: 896px) {
  .news-detail__flex {
    gap: 24px;
  }
}
@media all and (max-width: 600px) {
  .news-detail__flex {
    flex-direction: column;
  }
}
.news-detail__flex img {
  width: 100%;
  max-width: none;
}
.news-detail__flex > * {
  width: calc((100% - 32px) / 2);
}
@media all and (max-width: 896px) {
  .news-detail__flex > * {
    width: calc((100% - 20px) / 2);
  }
}
@media all and (max-width: 600px) {
  .news-detail__flex > * {
    width: 100%;
  }
}
.news-detail__flex.--reverse {
  flex-direction: row-reverse;
}
@media all and (max-width: 600px) {
  .news-detail__flex.--reverse {
    flex-direction: column;
  }
}
.news-detail__block > * {
  margin-top: 16px;
}
@media all and (max-width: 896px) {
  .news-detail__block > * {
    margin-top: 12px;
  }
}
.news-detail__block > *:first-child {
  margin-top: 0;
}
.news-detail__img > * {
  margin-top: 16px;
}
@media all and (max-width: 896px) {
  .news-detail__img > * {
    margin-top: 12px;
  }
}
.news-detail__img > *:first-child {
  margin-top: 0;
}
.news-detail .common-btn {
  margin-top: 80px;
}
@media all and (max-width: 896px) {
  .news-detail .common-btn {
    margin-top: 40px;
  }
}