@charset "UTF-8";
/* default settings */
/* CUSTOM STYLES */
.content-page {
  background: #f3f8ff url("/assets/img/common/section_bg.webp") repeat center top;
  padding-top: 5rem;
  padding-bottom: 7.5rem;
}
@media (max-width: 767.9px) {
  .content-page {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
}

.layout-search {
  min-height: 22.1875rem;
  padding-top: 5rem;
  padding-bottom: 6rem;
  background: #f3f8ff url(/assets/img/common/section_bg.webp) repeat center top;
}
@media (max-width: 767.9px) {
  .layout-search {
    padding-top: 3rem;
    padding-bottom: 5.125rem;
    min-height: 20.5625rem;
  }
}
@media (max-width: 767.9px) {
  .layout-search .top-anchor {
    margin-top: 2.9375rem;
    text-align: center;
  }
}

.layout-search-list {
  margin-top: 3.125rem;
  margin-bottom: 9.8125rem;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.4375rem;
  list-style: none;
}
@media (max-width: 767.9px) {
  .layout-search-list {
    margin-top: 2.25rem;
    margin-bottom: 5.25rem;
    gap: 1.1875rem;
    padding-left: 0.25rem;
  }
}

.layout-search-input {
  position: relative;
}
@media (min-width: 768px) {
  .layout-search-input {
    width: 43.75rem;
    margin: 0 auto;
  }
}
.layout-search-input .search-input {
  /* Frame 451 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* Auto layout */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 1.4375rem 3.125rem 1.5rem 1.4375rem;
  gap: 15.4375rem;
  width: 100%;
  height: 4rem;
  border: 1px solid #4F59F6;
  background-color: transparent;
  border-radius: 3.125rem;
  /* text */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  /* identical to box height, or 16px */
  /* font */
  color: #00033D;
  /* Inside auto layout */
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
.layout-search-input .search-input::-webkit-input-placeholder {
  color: rgba(0, 3, 61, 0.7);
}
.layout-search-input .search-input::-moz-placeholder {
  color: rgba(0, 3, 61, 0.7);
}
.layout-search-input .search-input:-ms-input-placeholder {
  color: rgba(0, 3, 61, 0.7);
}
.layout-search-input .search-input::-ms-input-placeholder {
  color: rgba(0, 3, 61, 0.7);
}
.layout-search-input .search-input::placeholder {
  color: rgba(0, 3, 61, 0.7);
}
.layout-search-input .submit-icon-search {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.75rem;
  height: 100%;
  background: url("/assets/img/common/icon-search.png") no-repeat right 1.4375rem center;
  background-size: 1.125rem auto;
  border: none;
  cursor: pointer;
  text-indent: -9999px;
  padding: 0;
  border-radius: 0 3.125rem 3.125rem 0;
}

.search-item {
  padding-bottom: 0.625rem;
  border-bottom: 1px solid rgba(79, 89, 246, 0.4);
}
.search-item .date {
  /* 2026.03.03 */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 100%;
  /* identical to box height, or 13px */
  /* font */
  color: #00033D;
  opacity: 0.7;
}
.search-item .title {
  margin-top: 0.5625rem;
  /* 本文 */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  /* identical to box height, or rem(24) */
  /* font */
  color: #00033D;
}
.search-item .desc {
  /* 本文 */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  /* or rem(24) */
  /* font */
  color: #00033D;
}
.search-item .link {
  margin-top: 0.625rem;
  /* 本文 */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  /* identical to box height, or rem(24) */
  /* font */
  color: #00033D;
}
.search-item .link > a {
  color: inherit;
  text-decoration: none;
}
.search-item.--empty {
  padding-bottom: 0;
  border-bottom: 0;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 767.9px) {
  .search-item.--empty {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }
}

.search-item {
  padding-bottom: 2rem;
}
@media (max-width: 767.9px) {
  .search-item {
    padding-bottom: 1.9375rem;
  }
}
.search-item a {
  text-decoration: none;
}
.search-item a.is-disabled {
  pointer-events: none;
}
.search-item .date {
  display: block;
}
.search-item .title {
  display: block;
}

.layout-search {
  padding-bottom: 7.5rem;
}
@media (max-width: 767.9px) {
  .layout-search {
    padding-bottom: 5.3125rem;
  }
}

.layout-search-list {
  margin-top: 3.6875rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 767.9px) {
  .layout-search-list {
    margin-top: 3.75rem;
    gap: 1.5rem;
    padding-left: 0;
  }
}

.btn-top {
  margin-top: 3rem;
  text-align: center;
}

.page-news-detail .visual {
  padding: 10.5rem 0 2.3125rem 0;
}
@media (max-width: 767.9px) {
  .page-news-detail .visual {
    padding: 7.5rem 0 2.3125rem 0;
  }
}
.page-news-detail .visual__title__jp {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}
.page-news-detail .visual__sub__ttl {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 600;
  margin-top: 1.875rem;
  color: #fff;
}
.page-news-detail .content-page {
  line-height: 1.5;
  padding-bottom: 1rem;
}
.page-news-detail .content-page .content-page-inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin: 2rem 0;
}
.page-news-detail .content-page .content-page-inner ul > li {
  position: relative;
  padding-left: 0.75rem;
}
.page-news-detail .content-page .content-page-inner ul > li::before {
  content: "";
  position: absolute;
  background: url("/assets/img/common/ico_circle-black.png") no-repeat center/contain;
  top: 0.625rem;
  left: 0;
  width: round(0.375rem, 1px);
  aspect-ratio: 1;
  border-radius: 100%;
}
.page-news-detail .content-page .content-page-inner ul > li + li {
  margin-top: round(0.625rem, 1px);
}
.page-news-detail .content-page .content-page-inner ol {
  counter-reset: index;
  list-style-type: none;
  padding: 0 0 0 0;
  padding: 0;
  margin: 0;
  margin: 2rem 0;
}
.page-news-detail .content-page .content-page-inner ol > li + li {
  margin-top: 0.625rem;
}
.page-news-detail .content-page .content-page-inner ol > li::before {
  counter-increment: index;
  content: counters(index, ".", decimal) ".";
  margin-right: 0.375rem;
}
.page-news-detail .content-page .content-page-inner h2 {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 600;
  margin: 0 0 1rem 0;
}
.page-news-detail .content-page .content-page-inner div {
  margin: 0;
}
.page-news-detail .content-page .content-page-inner div + div {
  margin-top: 1.5rem;
}
.page-news-detail .content-page .content-page-inner .box {
  background: #fff;
  max-width: 62.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 2.5rem auto;
  padding: 2rem;
}
@media (max-width: 767.9px) {
  .page-news-detail .content-page .content-page-inner .box {
    margin: 2rem auto;
    padding: 1.25rem;
  }
}
.page-news-detail .content-page .content-page-inner .box div {
  opacity: 0.7;
}
.page-news-detail .content-page .content-page-inner .photo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 62.5rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 767.9px) {
  .page-news-detail .content-page .content-page-inner .photo {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.page-news-detail .content-page .content-page-inner .photo.alignLeft {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}
.page-news-detail .content-page .content-page-inner .photo.alignRight {
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}
.page-news-detail .content-page .content-page-inner .photo.alignCenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.page-news-detail .content-page .content-page-inner .photo-caption {
  opacity: 0.7;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0;
  margin: 0.5rem 0 0 0;
}
.page-news-detail .content-page .link-cus-02 {
  line-height: 1;
  font-weight: 600;
  color: #4F59F6;
  text-decoration: underline;
  text-align: center;
  display: block;
  text-underline-position: under;
  text-decoration-thickness: 1px;
  margin: 3.6875rem auto 2.5625rem auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767.9px) {
  .page-news-detail .content-page .link-cus-02 {
    margin: 3rem auto 2.5rem auto;
  }
}
.page-news-detail .content-page .btn-top {
  margin-top: 2.5625rem;
}
@media (max-width: 767.9px) {
  .page-news-detail .content-page .btn-top {
    margin-top: 2.5rem;
  }
}

.breadcrumb {
  margin-top: 5.1875rem;
}
@media (max-width: 767.9px) {
  .breadcrumb {
    margin-top: 3rem;
  }
}