/*----------------------------------------

	NEWS DETAIL CSS

-----------------------------------------*/
.c-title__wrap {
  border-block-end: 1px solid var(--color-americansilver);
}
@media screen and (min-width: 769px) {
  .c-title__wrap {
    padding-block: 247px 64px;
  }
}
@media screen and (max-width: 768px) {
  .c-title__wrap {
    padding-block: 31.25vw 7vw;
  }
}
.c-title__wrap .c-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .c-title__wrap .c-box {
    gap: 20px;
    width: min(80vw, 1280px);
  }
}
@media screen and (max-width: 768px) {
  .c-title__wrap .c-box {
    gap: 5vw;
    padding-inline: 5vw;
  }
}
.c-title__wrap .c-title-unique {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .c-title__wrap .c-title-unique {
    gap: 25px 24px;
  }
}
@media screen and (max-width: 768px) {
  .c-title__wrap .c-title-unique {
    gap: 7.5vw 3.1vw;
  }
}
.c-title__wrap .c-title-unique .font32_24 {
  grid-column: 1/-1;
  font-weight: var(--font-medium);
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .c-title__wrap .c-title-unique .font32_24 {
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 768px) {
  .c-title__wrap .c-title-unique .font32_24 {
    letter-spacing: 0;
  }
}
.c-title__wrap .c-title-unique .font14_12 {
  font-weight: var(--font-medium);
}
.c-title__wrap .c-title-unique .tag-category02 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .c-title__wrap .c-title-unique .tag-category02 {
    gap: 6px;
  }
}
@media screen and (max-width: 768px) {
  .c-title__wrap .c-title-unique .tag-category02 {
    gap: 1.5vw;
  }
}

/*----------------------------------------
	- NEWS
-----------------------------------------*/
@media screen and (min-width: 769px) {
  .news {
    margin-block-start: 150px;
  }
}
@media screen and (max-width: 768px) {
  .news {
    margin-block-start: 20vw;
  }
}
@media screen and (min-width: 769px) {
  .news .c-box {
    width: min(1100px, 90%);
  }
}
.news .btn-box {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .news .btn-box {
    margin-block-start: 80px;
  }
}
@media screen and (max-width: 768px) {
  .news .btn-box {
    margin-block-start: 10.5vw;
  }
}
@media screen and (min-width: 769px) {
  .news .btn-box a {
    padding-block: 17px;
  }
}
@media screen and (max-width: 768px) {
  .news .btn-box a {
    padding-block: 3.625vw;
  }
}
.news .contact-box {
  border-block-start: 1px solid var(--color-americansilver);
  display: grid;
}
@media screen and (min-width: 769px) {
  .news .contact-box {
    grid-template-columns: 1fr auto;
    margin-block-start: 120px;
    padding-block-start: 50px;
  }
}
@media screen and (max-width: 768px) {
  .news .contact-box {
    margin-block-start: 20vw;
    padding-block-start: 7.5vw;
    gap: 7.5vw;
  }
}
@media screen and (min-width: 769px) {
  .news .contact-box:has(:where(.txt + a)) {
    gap: 20px;
  }
}
.news .contact-box .txt {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 769px) {
  .news .contact-box .txt {
    gap: 8px;
  }
}
@media screen and (max-width: 768px) {
  .news .contact-box .txt {
    gap: 3vw;
  }
}
.news .contact-box p:empty {
  display: none;
}
.news .contact-box .font18_16 {
  font-weight: var(--font-medium);
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .news .contact-box .font18_16 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .news .contact-box .font18_16 {
    font-size: 4vw;
  }
}
.news .contact-box .font16_14 {
  line-height: 2;
}
.news .contact-box .font16_14 span {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .news .contact-box a {
    height: -moz-fit-content;
    height: fit-content;
    width: 360px;
    margin-inline: auto;
    padding-block: 21px;
  }
}
@media screen and (max-width: 768px) {
  .news .contact-box a {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    padding-block: 2.25vw;
    width: 60vw;
  }
}