@charset "utf-8";

:root {
  --font-family-zenkakugothic: 'Zen Kaku Gothic New', sans-serif;
  --font-family-prompt: 'Prompt', sans-serif;
  --color-black: #2f2222;
  --color-white: #f9f8f5;
  --color-yellow-orange: #b5a181;
  --color-line-color: #06c755;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 700;
  --font-weight-black: 900;
}

.content {
  background-color: #f6f2eb;
}

.content {
  width: 100%;
}

.content-in {
  max-width: 1366px;
  padding-block: min(7.3206vw, 100px) 0;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .content-in {
    padding-block: min(21.3333vw, 80px) 0;
  }
}
.main {
  padding-inline: min(6.0761vw, 83px);
}
@media screen and (max-width: 768px) {
  .main {
    padding-inline: min(5.33333vw, 20px);
  }
}

@media screen and (max-width: 768px) {
  .list-new-entry__headring-area {
    margin-bottom: min(17.0666vw, 64px);
  }
}

.list-new-entry__headring-inner {
  width: fit-content;
  margin-inline: auto;
  font-size: 35px;
  color: var(--color-black);
  line-height: calc(56 / 35);
  letter-spacing: 0.1em;
  font-weight: var(--font-weight-bold);
}

.list-new-entry__headring-inner::after {
  content: 'WORKS';
  display: block;
  margin-top: min(1.1713vw, 16px);
  margin-bottom: min(4.6852vw, 64px);
  font-size: 13px;
  letter-spacing: 0.2em;
  line-height: calc(30 / 16);
  font-weight: var(--font-weight-medium);
  color: #b5a181;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .list-new-entry__headring-inner {
    font-size: 25px;
    text-align: center;
  }
}

.list-new-entry__cat-entry-area-wrap {
  /* max-width: 23.7188vw; */
  width: fit-content;
  padding: min(0.732vw, 10px) min(1.7569vw, 24px);
  border: 1px solid var(--color-yellow-orange);
  border-radius: 4px;
  background-color: #ffffff;
  margin-inline: auto;
  margin-bottom: min(4.6852vw, 64px);
}

@media screen and (max-width: 768px) {
  .list-new-entry__cat-entry-area-wrap {
    padding: min(2.666vw, 10px) min(3.4666vw, 13px);
    margin-bottom: min(17.0666vw, 64px);
  }
}

.list-new-entry__cat-entry-area--definition-list {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .list-new-entry__cat-entry-area--definition-list {
    flex-direction: column;
    align-items: start;
  }
}

.list-new-entry__cat-entry-area--definition-term {
  position: relative;
  width: fit-content;
  font-size: 18px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.1em;
  line-height: calc(34 / 18);
  margin-right: 24px;
}

@media screen and (max-width: 768px) {
  .list-new-entry__cat-entry-area--definition-term {
    width: 100%;
    margin-right: unset;
    font-size: 14px;
    line-height: calc(34 / 14);
    letter-spacing: 0.15em;
  }
}

@media screen and (min-width: 769px) {
  .tate-line {
    position: absolute;
    right: -24px;
    top: 0;
  }

  .yoko-line {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .tate-line {
    display: none;
  }

  .yoko-line {
    display: block;
  }
}

.list-new-entry__cat-entry-area--list-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.1713vw;
}

@media screen and (max-width: 768px) {
  .list-new-entry__cat-entry-area--list-wrap {
    justify-content: start;
    margin-top: 10px;
  }
}

.list-new-entry__cat-entry-area--definition-description {
  margin-left: 24px;
}

@media screen and (max-width: 768px) {
  .list-new-entry__cat-entry-area--definition-description {
    margin-left: unset;
  }
}

.list-new-entry__cat-entry-area--list-inner {
  gap: min(1.171vw, 16px);
  font-size: 14px;
  /* line-height: calc( 27/ 14); */
  color: var(--color-yellow-orange);
  font-weight: var(--font-weight-bold);
}

@media screen and (max-width: 768px) {
  .list-new-entry__cat-entry-area--list-inner {
    font-size: 12px;
    gap: min(2.1333vw, 8px);
  }
}

.list-new-entry__cat-entry-area--link {
  display: block;
  padding: 4px 10px 5px;
  border-radius: 15px;
  border: 1px solid var(--color-yellow-orange);
  transition: opacity 0.25s;
}

.list-new-entry__cat-entry-area--link.is-current {
  background-color: var(--color-yellow-orange);
  border: 1px solid var(--color-yellow-orange);
  color: #ffffff;
}

.list-new-entry__cat-entry-area--link:not(.is-current):hover {
  opacity: 0.6;
}

.list-new-entry__news-entry-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(2.9282vw, 40px);
}

@media screen and (max-width: 768px) {
  .list-new-entry__news-entry-area {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: min(10.666vw, 40px);
  }
}

.list-new-entry__news-entry-area-article {
  width: fit-content;
}

@media screen and (max-width: 768px) {
  .list-new-entry__news-entry-area-article {
    width: auto;
  }
}

.list-new-entry__heading-images {
  width: 100%;
  max-width: 580px;
  height: auto;
  margin-bottom: 24px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .list-new-entry__heading-images {
    max-width: unset;
  }
}

.list-new-entry__heading-images img {
  max-width: 100%;
  width: 100%;
  height: auto;
  transition: all 0.25s;
}

@media screen and (max-width: 768px) {
  .child-element {
    width: 100%;
    /* margin-left: calc(50% - 50vw); */
  }
}

.list-new-entry__news-entry-area-article-link:hover .list-new-entry__heading-images img {
  transform: scale(1.1);
}

.list-new-entry__news-entry-area-heading {
  margin-bottom: 16px;
  margin-top: -0.5em;
  font-size: 18px;
  line-height: calc(32 / 18);
  color: var(--color-black);
  font-weight: var(--font-weight-medium);
}

@media screen and (max-width: 768px) {
  .list-new-entry__news-entry-area-heading {
    font-size: 14px;
    line-height: calc(24 / 14);
  }
}

.list-new-entry__footer-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list-new-entry__footer-area--left {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.list-new-entry__news-entry-area-cat-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.list-new-entry__news-entry-area-cat {
  background-color: var(--color-yellow-orange);
  font-size: 10px;
  font-weight: var(--font-weight-medium);
  color: #ffffff;
  padding: 3px 10px;
  border-radius: 11px;
}

@media screen and (max-width: 768px) {
  .list-new-entry__news-entry-area-cat {
    background-color: #ffffff;
    font-weight: var(--font-weight-bold);
    border: 1px solid var(--color-yellow-orange);
    font-size: 12px;
    color: var(--color-yellow-orange);
  }
}

.list-new-entry__news-entry-area-tag {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 10px;
  font-weight: var(--font-weight-medium);
  color: var(--color-yellow-orange);
  letter-spacing: 0.05em;
}

.list-new-entry__news-entry-area-tag {
  font-weight: var(--font-weight-bold);
}

.list-new-entry__news-entry-area--place {
  display: flex;
  align-items: center;
  font-size: 12px;
  flex-shrink: 0;
}

.list-new-entry__news-entry-area--place.pc-area::before {
  content: url('../images/camera.svg');
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}

.list-new-entry__news-entry-area--place.pc-area span {
  position: relative;
}

.list-new-entry__news-entry-area--place.pc-area span:first-child {
  margin-right: 1em;
}

.list-new-entry__news-entry-area--place.pc-area span:first-child::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -0.5em;
  transform: translateY(-50%);
  display: flex;
  width: 1px;
  height: 1em;
  background-color: var(--color-black);
}

@media screen and (max-width: 768px) {
  .sp-area {
    display: none;
  }
}

.list-new-entry__news-entry-area--place.title-place {
  display: none;
}

@media screen and (max-width: 768px) {
  .list-new-entry__news-entry-area--place.title-place {
    display: inline-block;
  }
}

.list-new-entry__news-entry-area--place.title-place span {
  position: relative;
  font-size: 14px;
}

.list-new-entry__news-entry-area--place.title-place span:first-child {
  margin-right: 1em;
}

.list-new-entry__news-entry-area--place.title-place span:first-child::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -0.5em;
  transform: translateY(-50%);
  display: flex;
  width: 1px;
  height: 1em;
  background-color: var(--color-black);
}
