@charset "UTF-8";
/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  margin-top: 0 !important; }

.news_under .news__contents {
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1100px;
  flex-direction: row;
  margin-bottom: 15rem; }
  @media screen and (max-width: 834px) {
    .news_under .news__contents {
      flex-direction: column;
      margin: 0 auto 2rem;
      gap: 7rem 0; } }
.news_under .news__main {
  width: 71%; }
  @media screen and (max-width: 834px) {
    .news_under .news__main {
      width: 100%; } }
  .news_under .news__main .news__list {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 7rem 0; }
    .news_under .news__main .news__list::after {
      content: "";
      display: block;
      width: 31%;
      height: 0; }
    @media screen and (max-width: 834px) {
      .news_under .news__main .news__list {
        gap: 4rem 0; } }
  .news_under .news__main .news__item {
    width: 31%; }
    @media screen and (max-width: 834px) {
      .news_under .news__main .news__item {
        width: 100%; } }
    .news_under .news__main .news__item a {
      position: relative;
      display: flex;
      flex-direction: column;
      gap: 1rem 0;
      align-items: center;
      padding-bottom: 5rem;
      border-bottom: 1px solid #CCCCCC; }
      .news_under .news__main .news__item a::after {
        position: absolute;
        right: 5%;
        bottom: 16px;
        content: '';
        background-image: url("../img/news/arrow.png");
        background-repeat: no-repeat;
        background-size: contain;
        width: 10px;
        height: 8px;
        transition: 0.4s ease-in-out; }
      @media screen and (max-width: 834px) {
        .news_under .news__main .news__item a {
          justify-content: space-between;
          gap: 1rem 0;
          padding-bottom: 4rem; } }
      .news_under .news__main .news__item a .news__picture {
        overflow: hidden;
        width: 100%;
        aspect-ratio: 5 / 4; }
        @media screen and (max-width: 834px) {
          .news_under .news__main .news__item a .news__picture {
            aspect-ratio: 5 / 3; } }
        .news_under .news__main .news__item a .news__picture picture {
          display: block; }
        .news_under .news__main .news__item a .news__picture img {
          transform: scale(1);
          display: block;
          transition: 0.5s ease;
          object-fit: cover;
          width: 100%;
          aspect-ratio: 5 / 4;
          object-position: center; }
          @media screen and (max-width: 834px) {
            .news_under .news__main .news__item a .news__picture img {
              aspect-ratio: 5 / 3; } }
    .news_under .news__main .news__item a:hover .news__picture img {
      transform: scale(1.1);
      transition: 0.4s ease-in-out; }
    .news_under .news__main .news__item a:hover::after {
      transition: 0.4s ease-in-out;
      right: 2%; }
  .news_under .news__main .news__info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.5rem 2rem;
    width: 100%; }
    @media screen and (max-width: 834px) {
      .news_under .news__main .news__info {
        gap: 0.5rem;
        align-items: center; } }
    .news_under .news__main .news__info .date {
      color: #999999;
      font-size: 12px;
      letter-spacing: 0.025em; }
      @media screen and (max-width: 834px) {
        .news_under .news__main .news__info .date {
          font-size: 12px; } }
    .news_under .news__main .news__info .tag {
      border-radius: 3px;
      padding: 5px 9px;
      font-size: 10px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      line-height: 1;
      height: fit-content; }
      @media screen and (max-width: 834px) {
        .news_under .news__main .news__info .tag {
          font-size: 12px;
          line-height: 1; } }
    .news_under .news__main .news__info h1 {
      width: 100%;
      font-size: 16px;
      font-weight: 400;
      height: 50px; }
      @media screen and (max-width: 834px) {
        .news_under .news__main .news__info h1 {
          font-size: 15px;
          width: 100%;
          height: auto; } }
      .news_under .news__main .news__info h1 .loop-text {
        line-height: 1.8;
        text-align: left;
        white-space: normal; }

.sidebar {
  width: 22%;
  /* 開いたときに + → - に切り替える */ }
  @media screen and (max-width: 834px) {
    .sidebar {
      width: 100%;
      margin-bottom: 7rem; } }
  .sidebar .sidebar-title {
    font-family: "Red Hat Display", sans-serif;
    font-weight: 500;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #2B2C2C;
    border-bottom: 1px solid #2B2C2C;
    margin-bottom: 2.5rem;
    font-size: 20px; }
    @media screen and (max-width: 834px) {
      .sidebar .sidebar-title {
        font-size: 17px; } }
  .sidebar .category ul {
    cursor: pointer;
    margin-bottom: 5rem;
    gap: 1rem 0;
    display: flex;
    flex-direction: column;
    padding-left: 3rem; }
  .sidebar .category li {
    line-height: 1.7;
    display: block;
    font-size: 14px;
    font-weight: 400;
    font-family: "IBM Plex Sans JP", sans-serif;
    position: relative; }
  .sidebar .category li::before {
    content: '';
    border: 1px solid #C1BFBC;
    border-radius: 50%;
    position: absolute;
    width: 17px;
    height: 17px;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-color: #F6F6F6; }
    @media screen and (max-width: 834px) {
      .sidebar .category li::before {
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%); } }
  .sidebar .category li.active::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    left: -21.3px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    border-radius: 50%;
    background-color: #9ECE91;
    transition: 0.3s ease; }
    @media screen and (max-width: 834px) {
      .sidebar .category li.active::after {
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%); } }
  .sidebar .archive-list {
    margin-bottom: 5rem; }
    @media screen and (max-width: 834px) {
      .sidebar .archive-list {
        margin-bottom: 3rem; } }
  .sidebar .archive-items,
  .sidebar .tag-items {
    cursor: pointer;
    gap: 0.4rem;
    display: flex;
    flex-direction: column;
    padding-left: 2rem;
    margin-top: 1.5rem; }
    @media screen and (max-width: 834px) {
      .sidebar .archive-items,
      .sidebar .tag-items {
        flex-direction: row;
        margin-top: 0.4rem;
        gap: 0.5rem 1.8rem;
        flex-wrap: wrap;
        padding-left: 0rem;
        margin-bottom: 0; } }
    .sidebar .archive-items li,
    .sidebar .tag-items li {
      transition: all 0.3s ease; }
    .sidebar .archive-items li a,
    .sidebar .tag-items li a {
      font-size: 15px;
      font-weight: 400; }
      @media screen and (max-width: 834px) {
        .sidebar .archive-items li a,
        .sidebar .tag-items li a {
          font-size: 14px; } }
  @media screen and (max-width: 834px) {
    .sidebar .tag-items li {
      width: fit-content; } }
  .sidebar .archive-items .hidden-item,
  .sidebar .tag-items .hidden-tag-item {
    display: none; }
  .sidebar .toggle-archive-btn,
  .sidebar .toggle-tag-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    background: none;
    font-family: "Red Hat Display", sans-serif;
    border: none;
    font-weight: 400;
    color: #2F3742; }
  .sidebar .toggle-archive-btn::before,
  .sidebar .toggle-tag-btn::before {
    content: "+";
    font-size: 16px;
    transition: transform 0.3s ease, content 0.3s ease; }
  .sidebar .toggle-archive-btn[aria-expanded="true"]::before,
  .sidebar .toggle-tag-btn[aria-expanded="true"]::before {
    content: "−"; }

.custom-pagination {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 5rem; }
  @media screen and (max-width: 834px) {
    .custom-pagination {
      margin-top: 0rem;
      gap: 0 3rem; } }
  .custom-pagination .page-number {
    color: #2F3742;
    position: relative;
    font-size: 15px;
    font-weight: 400;
    font-family: "Red Hat Display", sans-serif; }
    @media screen and (max-width: 834px) {
      .custom-pagination .page-number {
        font-size: 14px; } }
  .custom-pagination .page-number.active {
    color: #9ECE91;
    position: relative; }
    .custom-pagination .page-number.active::after {
      content: '';
      position: absolute;
      bottom: -10px;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #9ECE91;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%); }
    @media screen and (max-width: 834px) {
      .custom-pagination .page-number.active {
        font-size: 1.5rem; } }

.news_under-detail .detail {
  display: flex;
  max-width: 1100px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start; }
  @media screen and (max-width: 834px) {
    .news_under-detail .detail {
      flex-direction: column;
      gap: 7rem 0; } }
  .news_under-detail .detail .detail__main {
    width: 71%; }
    @media screen and (max-width: 834px) {
      .news_under-detail .detail .detail__main {
        width: 100%; } }
.news_under-detail .detail__info {
  padding: 3rem 0;
  border-bottom: 1px solid #2F3742;
  border-top: 1px solid #2F3742; }
  @media screen and (max-width: 834px) {
    .news_under-detail .detail__info {
      padding: 1.7rem 0;
      padding-bottom: 15px; } }
  .news_under-detail .detail__info .detail__title-box {
    display: flex;
    gap: 0 20px;
    margin-bottom: 1rem; }
    @media screen and (max-width: 834px) {
      .news_under-detail .detail__info .detail__title-box {
        margin-bottom: 0.5rem; } }
  .news_under-detail .detail__info .date {
    font-size: 12px;
    font-family: 'Hanken Grotesk';
    font-weight: 400;
    color: #999999; }
    @media screen and (max-width: 834px) {
      .news_under-detail .detail__info .date {
        font-size: 1.2rem; } }
  .news_under-detail .detail__info .tag {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 10px;
    border-radius: 3px;
    line-height: 1;
    height: fit-content;
    padding: 5px 12px;
    font-weight: 500; }
    @media screen and (max-width: 834px) {
      .news_under-detail .detail__info .tag {
        font-size: 1.2rem;
        line-height: 1; } }
  .news_under-detail .detail__info h1 {
    font-size: 18px;
    font-weight: 400; }
    @media screen and (max-width: 834px) {
      .news_under-detail .detail__info h1 {
        font-size: 16px; } }
.news_under-detail .content__picture {
  display: none; }

.detail__contents {
  color: #9ECE91;
  font-size: 18px;
  border-bottom: #BABCC0 1px solid;
  padding-bottom: 10rem; }
  @media screen and (max-width: 834px) {
    .detail__contents {
      padding-bottom: 7rem; } }

.news_under-detail .detail__contents h2 {
  line-height: 1.8;
  margin-top: 40px;
  color: #403D3C;
  margin-bottom: 20px;
  position: relative;
  padding: 0 0 10px 20px;
  width: 100%;
  font-size: 20px;
  font-weight: 700; }
  @media screen and (max-width: 834px) {
    .news_under-detail .detail__contents h2 {
      font-size: 18px;
      margin-top: 30px;
      padding: 0 0 10px 10px;
      margin-bottom: 20px; } }

.news_under-detail .detail__contents h2:before {
  content: '';
  width: 5px;
  height: 100%;
  position: absolute;
  background-color: #9ECE91;
  left: 0;
  top: 44%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }
  @media screen and (max-width: 834px) {
    .news_under-detail .detail__contents h2:before {
      width: 6px;
      height: 20px;
      left: 0;
      top: 20%; } }

.news_under-detail .detail__contents h3 {
  position: relative;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 60px;
  margin-bottom: 20px;
  color: #2F3742; }
  @media screen and (max-width: 834px) {
    .news_under-detail .detail__contents h3 {
      font-size: 17px;
      margin-top: 30px;
      margin-bottom: 10px; } }

.news_under-detail .detail__contents h4 {
  padding-left: 47px;
  font-weight: 400;
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #2F3742;
  position: relative; }
  @media screen and (max-width: 834px) {
    .news_under-detail .detail__contents h4 {
      padding-left: 30px;
      font-size: 17px;
      margin-top: 30px;
      margin-bottom: 10px; } }

.news_under-detail .detail__contents h4:before {
  content: '';
  width: 40px;
  height: 1px;
  position: absolute;
  background-color: #9ECE91;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }
  @media screen and (max-width: 834px) {
    .news_under-detail .detail__contents h4:before {
      width: 20px;
      height: 1px;
      top: 23%; } }

.news_under-detail .detail__contents h5 {
  position: relative;
  line-height: 1.5;
  margin-top: 60px;
  margin-bottom: 2px;
  font-weight: 400;
  color: #9ECE91;
  font-size: 18px; }
  @media screen and (max-width: 834px) {
    .news_under-detail .detail__contents h5 {
      font-size: 16px;
      margin-top: 30px;
      margin-bottom: 10px; } }

.news_under-detail .detail__contents p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #222222; }
  @media screen and (max-width: 834px) {
    .news_under-detail .detail__contents p {
      font-size: 14px; } }

.news_under-detail .detail__contents .wp-block-image {
  width: 100%;
  max-width: none;
  margin: 3rem 0 3.5rem; }
  @media screen and (max-width: 834px) {
    .news_under-detail .detail__contents .wp-block-image {
      margin: 3rem auto; } }

.news_under-detail .btn {
  margin: 8rem auto 17rem; }
  @media screen and (max-width: 834px) {
    .news_under-detail .btn {
      margin: 5rem auto 0; } }
  .news_under-detail .btn .hover-loop {
    padding: 1rem 4.5rem; }
