.contents {
  padding-top: 250px;
}
@media (max-width: 767px) {
  .contents {
    padding-top: 180px;
  }
}

@media (min-width: 768px) {
  br[pc] {
    display: block;
  }
}
@media (max-width: 767px) {
  br[pc] {
    display: none;
  }
}
@media (min-width: 768px) {
  br[sp] {
    display: none;
  }
}
@media (max-width: 767px) {
  br[sp] {
    display: block;
  }
}

.page_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 24px;
  width: 93.75%;
  padding-bottom: 100px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page_header {
    width: 100%;
    padding: 0 20px 60px;
  }
}

.page_headline {
  padding: 25px 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(54px, 7.4652777778vw + -3.3333333333px, 140px);
  font-weight: 600;
  line-height: 0.9;
}
@media (max-width: 767px) {
  .page_headline {
    padding: 6px 0;
    font-size: 54px;
    line-height: 1;
  }
}

.page_eyeblow {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #DC2F20;
  display: block;
  margin-bottom: 10px;
  line-height: 29px;
}
@media (max-width: 767px) {
  .page_eyeblow {
    font-size: 18px;
    line-height: 26px;
  }
}

.page_lead01 {
  width: 630px;
  padding-bottom: 32px;
  font-size: clamp(18px, 0.5208333333vw + 14px, 24px);
  font-weight: bold;
  line-height: 1.5833333333;
}
@media (max-width: 767px) {
  .page_lead01 {
    width: 100%;
    padding-bottom: 0;
    font-weight: 500;
    line-height: 1.6666666667;
  }
}

.bg_lightgray {
  background-color: #FAFAFA;
}

.section_inn {
  width: 93.75%;
  padding: 120px 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .section_inn {
    width: 100%;
    padding: 40px 20px;
  }
}

.section_headline {
  margin-left: clamp(0px, 6.9444444444vw + -53.3333333333px, 80px);
  margin-bottom: clamp(40px, 12.1527777778vw + -53.3333333333px, 180px);
  font-family: "Noto Sans JP", sans-serif;
}
.section_headline p {
  height: calc(1em * 95/70);
}
.section_headline .eyeblow {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6666666667;
}
.section_headline .catch {
  font-size: clamp(32px, 3.2986111111vw + 6.6666666667px, 70px);
  font-weight: 500;
  line-height: 1.3571428571;
}
.section_headline .eyelash {
  margin-top: 18px;
  font-size: clamp(26px, 1.2152777778vw + 16.6666666667px, 40px);
  font-weight: 500;
  line-height: 1.4;
}
.section_headline .eyelash + .eyelash {
  margin-top: 0;
}
@media (max-width: 767px) {
  .section_headline .eyelash {
    margin-top: 8px;
  }
}
@media (max-width: 767px) {
  .section_headline p {
    height: calc(1em * 44/32);
  }
  .section_headline .eyeblow {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 1.5;
  }
  .section_headline .catch {
    font-size: 32px;
    line-height: 1.375;
  }
}

.current-nav {
  position: relative;
  width: min(100%, 410px);
  margin-left: calc(100% * 80/1800);
  color: rgba(0, 0, 0, 0.3);
  font-family: "Sora", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 1100px) {
  .current-nav {
    display: none;
  }
}

.current-nav-list {
  position: sticky;
  top: var(--current-nav-top);
  left: 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: 16px 0;
  opacity: 1;
  counter-reset: num;
}
.current-nav-list li.active,
.current-nav-list .current-nav_link:hover {
  color: black;
}
.current-nav-list li.active .current-nav_text::before,
.current-nav-list .current-nav_link:hover .current-nav_text::before {
  color: rgba(0, 0, 0, 0.4);
}
.current-nav-list li.active .icon_arr:before,
.current-nav-list .current-nav_link:hover .icon_arr:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.current-nav_link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.current-nav_link .icon_arr {
  position: absolute;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  overflow: hidden;
  vertical-align: middle;
  left: -8px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.current-nav_link .icon_arr::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(/img/icon_arrow-24px.svg);
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.current-nav_text {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.current-nav_text::before {
  position: absolute;
  counter-increment: num;
  content: "0" counter(num);
  color: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
}

.fadeout {
  opacity: 0;
}

/**********************
* @ News Index
*********************/
.news_contents {
  width: min(100%, 1640px);
  margin: 0 auto 120px;
  padding-left: clamp(0px, 47.0183486239vw + -361.1009174312px, 410px);
}
@media (max-width: 767px) {
  .news_contents {
    padding-left: 0;
  }
}

.news_list {
  width: 100%;
  padding: 0 20px;
}

.news_item {
  display: block;
  border-bottom: 1px solid black;
}
.news_item:first-child {
  border-top: 1px solid black;
}

.news_link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 60px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 32px 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.news_link time {
  position: relative;
  top: 2px;
  font-family: "Sora", sans-serif;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.75;
}
.news_link .news_text {
  font-size: 16px;
  line-height: 1.75;
}
.news_link .news_link_arr {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  overflow: hidden;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.news_link .news_link_arr::before {
  position: absolute;
  background: url(/img/icon_arrow-40px.svg) no-repeat;
  background-size: 40px 40px;
  content: "";
  display: inline-block;
  height: 40px;
  vertical-align: middle;
  width: 40px;
  top: 50%;
  left: -20px;
  bottom: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (hover: hover) {
  .news_link:hover {
    color: inherit;
  }
  .news_link:hover .news_link_arr:before {
    left: 20px;
  }
}
@media (max-width: 767px) {
  .news_link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 16px 0 20px;
  }
  .news_link time {
    width: 100%;
  }
  .news_link .news_text {
    width: 100%;
  }
}

.news_nav {
  width: 100%;
  padding: 0 20px;
  margin-top: 80px;
}
.news_nav .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 24px;
}
.news_nav .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.1428571429em;
  height: 2.2857142857em;
  padding-bottom: 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  font-size: 14px;
  font-family: "Sora", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.125;
  -webkit-transition: border-bottom 0.3s ease-in-out;
  transition: border-bottom 0.3s ease-in-out;
}
.news_nav .page-numbers.current {
  border-bottom-color: black;
}
.news_nav .page-numbers.prev {
  position: relative;
  width: 24px;
  height: 18px;
  padding-bottom: 0;
  overflow: hidden;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.news_nav .page-numbers.prev::before {
  content: "";
  position: absolute;
  background-image: url(/img/icon_arrow-24px.svg);
  width: 24px;
  height: 24px;
  top: 50%;
  left: -20px;
  bottom: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.news_nav .page-numbers.prev::after {
  content: "";
  position: absolute;
  background-image: url(/img/icon_arrow-24px.svg);
  width: 24px;
  height: 24px;
  top: 50%;
  left: 12px;
  bottom: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.news_nav .page-numbers.next {
  position: relative;
  width: 24px;
  height: 18px;
  padding-bottom: 0;
  overflow: hidden;
}
.news_nav .page-numbers.next::before {
  content: "";
  position: absolute;
  background-image: url(/img/icon_arrow-24px.svg);
  width: 24px;
  height: 24px;
  top: 50%;
  left: -20px;
  bottom: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.news_nav .page-numbers.next::after {
  content: "";
  position: absolute;
  background-image: url(/img/icon_arrow-24px.svg);
  width: 24px;
  height: 24px;
  top: 50%;
  left: 12px;
  bottom: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (hover: hover) {
  .news_nav .page-numbers:hover:not(.current):not(.prev):not(.next) {
    border-bottom-color: black;
  }
  .news_nav .page-numbers:hover.prev::before, .news_nav .page-numbers:hover.next::before {
    left: 12px;
  }
  .news_nav .page-numbers:hover.prev::after, .news_nav .page-numbers:hover.next::after {
    left: 36px;
  }
}

/**********************
* @ News Detail
*********************/
.news_hero {
  padding: 250px 3.125% 100px;
  margin-bottom: 96px;
  background-color: #FAFAFA;
}
.news_hero time {
  display: block;
  padding-top: 28px;
  margin-bottom: 32px;
  font-size: 16px;
  font-family: "Sora", sans-serif;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.news_hero h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .news_hero {
    padding: 180px 20px 100px;
    margin-bottom: 40px;
  }
  .news_hero time {
    padding-top: 14px;
  }
  .news_hero h1 {
    font-size: 26px;
    line-height: 1.4615384615;
  }
}

.news_content {
  width: min(100%, 920px);
  margin: 0 auto;
  padding: 0 20px 120px;
}
.news_content .l-block {
  margin-bottom: 80px;
}
.news_content .l-block:last-of-type {
  margin-bottom: 0;
}
.news_content .m-block {
  margin-bottom: 40px;
}
.news_content .m-block:last-of-type {
  margin-bottom: 0;
}
.news_content .s-block {
  margin-bottom: 24px;
}
.news_content .s-block:last-of-type {
  margin-bottom: 0;
}
.news_content .column-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  width: 100%;
}
.news_content .column-block > * {
  width: calc(50% - 20px);
}
@media (max-width: 767px) {
  .news_content .column-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news_content .column-block > * {
    width: 100%;
  }
}
.news_content .news_url a {
  position: relative;
  padding-left: 28px;
  text-decoration: underline;
}
.news_content .news_url a::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(/img/icon_link.svg);
  background-repeat: no-repeat;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .news_content .news_url a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
  .news_content .news_url a::before {
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.news_content h2 {
  margin-bottom: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5833333333;
}
@media (max-width: 767px) {
  .news_content h2 {
    font-size: 20px;
    line-height: 1.5;
  }
}
.news_content a {
  text-decoration: underline;
}
.news_content ol {
  counter-reset: item;
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 6px 0;
}
.news_content ol li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 13px;
}
.news_content ol li::before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  font-weight: 600;
  font-family: "Sora", sans-serif;
  font-size: 16px;
  top: 1px;
  left: 0;
}
.news_content ol li:last-child {
  margin-bottom: 0;
}
.news_content .bold {
  font-weight: 700;
}
.news_content .mb1 {
  margin-bottom: 1px;
}
.news_content .mb2 {
  margin-bottom: 2px;
}
.news_content .mb3 {
  margin-bottom: 3px;
}
.news_content .mb4 {
  margin-bottom: 4px;
}
.news_content .mb5 {
  margin-bottom: 5px;
}
.news_content .mb6 {
  margin-bottom: 6px;
}
.news_content .mb7 {
  margin-bottom: 7px;
}
.news_content .mb8 {
  margin-bottom: 8px;
}
.news_content .mb9 {
  margin-bottom: 9px;
}
.news_content .mb10 {
  margin-bottom: 10px;
}
.news_content .mb11 {
  margin-bottom: 11px;
}
.news_content .mb12 {
  margin-bottom: 12px;
}
.news_content .mb13 {
  margin-bottom: 13px;
}
.news_content .mb14 {
  margin-bottom: 14px;
}
.news_content .mb15 {
  margin-bottom: 15px;
}
.news_content .mb16 {
  margin-bottom: 16px;
}
.news_content .mb17 {
  margin-bottom: 17px;
}
.news_content .mb18 {
  margin-bottom: 18px;
}
.news_content .mb19 {
  margin-bottom: 19px;
}
.news_content .mb20 {
  margin-bottom: 20px;
}

.link_area {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.link_area a {
  margin-top: 120px;
}
.link_area a .icon_arr::before {
  background-image: url(/img/icon_arrow-24px_left.svg);
  left: 12px;
}
.link_area a .icon_arr::after {
  background-image: url(/img/icon_arrow-24px_left.svg);
  left: 36px;
}
@media (hover: hover) {
  .link_area a:hover .icon_arr::before {
    left: -12px;
  }
  .link_area a:hover .icon_arr::after {
    left: 12px;
  }
}