@charset "UTF-8";
.commonTitleArea .headTitleArea {
  padding: 14.4531vw 0 2.3438vw;
  /* original: 185px 0 30px */
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4.6875vw;
}
.commonTitleArea .headTitleArea h1 {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.commonTitleArea .headTitleArea .categoryArea * {
  color: #707070;
  font-size: 1.0938vw;
  /* original: 14px */
  letter-spacing: 0.03em;
}
.commonTitleArea .headTitleArea .categoryArea .catBtn {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #707070;
  padding-top: 0.7813vw;
  /* original: 10px */
  padding-bottom: 0.7813vw;
  /* original: 10px */
  cursor: pointer;
}
.commonTitleArea .headTitleArea .categoryArea .catBtn::before {
  content: "";
  transition: 0.3s;
  position: absolute;
  top: 53%;
  left: 0%;
  transform: translateY(-50%) rotate(0deg);
  -webkit-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  background-image: url(../images/arrow_cat.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.7813vw;
  /* original: 10px */
  height: 0.7813vw;
  /* original: 10px */
}
.commonTitleArea .headTitleArea .categoryArea .catBtn.active::before {
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
}
.commonTitleArea .headTitleArea .categoryArea .catWrap {
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 0.7813vw;
  /* original: 10px */
  opacity: 0;
  transition: all 0.3s ease;
  overflow: hidden;
  flex-wrap: wrap;
}
.commonTitleArea .headTitleArea .categoryArea .catWrap .slash:last-of-type {
  display: none;
}
.commonTitleArea .headTitleArea .categoryArea .catWrap.active {
  pointer-events: all;
  opacity: 1;
}
.commonTitleArea .headTitleArea .categoryArea .catBtn, .commonTitleArea .headTitleArea .categoryArea .catWrap {
  padding-left: 1.1719vw;
  /* original: 15px */
}

@media screen and (max-width: 1279px) {
  .commonTitleArea .headTitleArea {
    padding: 185px 0 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
  .commonTitleArea .headTitleArea .categoryArea * {
    font-size: 14px;
  }
  .commonTitleArea .headTitleArea .categoryArea .catBtn {
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
  }
  .commonTitleArea .headTitleArea .categoryArea .catBtn::before {
    width: 10px;
    height: 10px;
  }
  .commonTitleArea .headTitleArea .categoryArea .catWrap {
    gap: 10px;
  }
  .commonTitleArea .headTitleArea .categoryArea .catBtn, .commonTitleArea .headTitleArea .categoryArea .catWrap {
    padding-left: 15px;
  }
}
@media screen and (min-width: 768px) {
  .commonTitleArea .headTitleArea .categoryArea .catWrap .slash:last-of-type {
    display: none;
  }
  .commonTitleArea .headTitleArea .categoryArea .catWrap.active {
    padding-top: 10px;
    padding-bottom: 10px;
    pointer-events: all;
    max-height: -moz-fit-content;
    max-height: fit-content; /* 中身に合わせて適宜調整 */
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .commonTitleArea .headTitleArea {
    grid-template-columns: 1fr;
    gap: 19px;
    padding: 57px 0 43px;
  }
  .commonTitleArea .headTitleArea .categoryArea {
    order: 2;
    position: relative;
  }
  .commonTitleArea .headTitleArea .categoryArea * {
    font-size: 12px;
  }
  .commonTitleArea .headTitleArea .categoryArea .catBtn {
    width: 50%;
    padding-bottom: 8px;
  }
  .commonTitleArea .headTitleArea .categoryArea .catWrap {
    width: -moz-fit-content;
    width: fit-content;
    z-index: 10;
    border: 1px solid #707070;
    position: absolute;
    top: 34px;
    background: #fff;
    left: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 20px;
  }
  .commonTitleArea .headTitleArea .categoryArea .catWrap .slash {
    display: none;
  }
  .commonTitleArea .headTitleArea h1 {
    order: 1;
    margin-left: initial;
  }
}
.secNews {
  padding-bottom: 180px;
  min-height: calc(100vh - 38.28125vw);
}
.secNews .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 4.6875vw;
       column-gap: 4.6875vw;
  row-gap: 7.34375vw;
}
.secNews .wrap .content:hover .imgArea {
  border: 1px solid #707070;
}
.secNews .wrap .content .imgArea {
  border: 1px solid rgba(112, 112, 112, 0);
  width: 100%;
  height: auto;
  overflow: hidden;
  aspect-ratio: 500/190;
}
.secNews .wrap .content .imgArea img {
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.secNews .wrap .content .txArea {
  transition: all 0.5s;
  padding: 1.9531vw 0;
  /* original: 25px 0 */
  border: 1px solid rgba(112, 112, 112, 0);
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  position: relative;
}
.secNews .wrap .content .txArea .cat {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.0938vw;
  /* original: 14px */
  border: 1px solid #000;
  line-height: 1;
  padding: 0.5469vw;
  /* original: 7px */
  font-weight: bold;
}
.secNews .wrap .content .txArea .tl {
  padding: 0.9375vw 0 0.625vw;
  /* original: 12px 0 8px */
  font-size: 1.5625vw;
  /* original: 20px */
  line-height: 160%;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.secNews .wrap .content .txArea .sub {
  color: #BEBEBE;
  font-size: 1.0938vw;
  /* original: 14px */
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .secNews {
    min-height: calc(100vh - 360px);
  }
  .secNews .wrap {
    grid-template-columns: 1fr;
    gap: 100px;
  }
  .secNews .wrap .content .imgArea {
    aspect-ratio: 350/180;
    overflow: hidden;
  }
  .secNews .wrap .content .imgArea img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .secNews .wrap .content .txArea {
    width: 100%;
    padding: 16px 0 0;
  }
  .secNews .wrap .content .txArea .catInner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
  }
  .secNews .wrap .content .txArea .cat {
    padding: 5px 7px;
    font-size: 12px;
    letter-spacing: 0;
  }
  .secNews .wrap .content .txArea .tl {
    font-size: 15px;
    letter-spacing: 0.03em;
    padding: 12px 0 0;
  }
  .secNews .wrap .content .txArea .sub {
    font-size: 10px;
  }
}/*# sourceMappingURL=style.css.map */