@charset "UTF-8";
:root {
  --inner-scale: 1;
  --vw-base: calc(1440 / var(--inner-scale));
  --inner: 1280;
  --inner-1305: 1305;
  --fz-ratio: 1; /* font-size倍率 */
}
@media screen and (max-width: 1024px) {
  :root {
    --inner-scale: calc(0.9 / (1280 / 1440));
    --fz-ratio: 1.57;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --vw-base: 375;
    --inner-scale: 1;
    --inner: 343;
    --fz-ratio: 1;
  }
}

.materials__hero {
  background: url(../img/post/materials_hero.jpg) no-repeat center center/cover;
}

.industrial__hero {
  background: url(../img/post/industrial_hero.jpg) no-repeat center center/cover;
}

.news__hero {
  background: url(../img/post/news_archive-hero.png) no-repeat center center/cover;
}

@media (min-width: 768px) {
  .materials__hero--archive,
.industrial__hero--archive,
.news__hero--archive {
    padding-top: min( 445 * 100vw / var(--vw-base) , 445/var(--vw-base) * 1440px );
    padding-top: 30.9027777778vw;
  }
}

/* ===============================
  投稿
=============================== */
/* デフォルト設定
------------------------------*/
.c-editor-style {
  font-size: min( (16 * 100vw / var(--vw-base)) * var(--fz-ratio) , 16/var(--vw-base) * 1440px );
  font-weight: 400;
  line-height: 2;
  color: #000;
}
.c-editor-style h1, .c-editor-style h2, .c-editor-style h3, .c-editor-style h4, .c-editor-style h5, .c-editor-style h6, .c-editor-style strong {
  font-weight: bold;
  margin: 1em 0;
}
.c-editor-style h1 {
  font-size: min( 32 * 100vw / var(--vw-base) , 32/var(--vw-base) * 1440px );
}
.c-editor-style h2 {
  font-size: min( 24 * 100vw / var(--vw-base) , 24/var(--vw-base) * 1440px );
}
.c-editor-style h3 {
  font-size: min( 20 * 100vw / var(--vw-base) , 20/var(--vw-base) * 1440px );
}
.c-editor-style h4 {
  font-size: min( 16 * 100vw / var(--vw-base) , 16/var(--vw-base) * 1440px );
}
.c-editor-style p {
  margin: 1.56em 0;
}
.c-editor-style a {
  color: #0073aa;
  text-decoration: underline;
}
.c-editor-style ol {
  margin: min( 50 * 100vw / var(--vw-base) , 50/var(--vw-base) * 1440px ) 0;
  counter-reset: count 0;
}
.c-editor-style ol li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 2;
}
.c-editor-style ol li::before {
  content: counter(count) ".";
  counter-increment: count 1;
}
@media (max-width: 767px) {
  .c-editor-style ol {
    margin: min( 25 * 100vw / var(--vw-base) , 25/var(--vw-base) * 1440px ) 0;
  }
}
.c-editor-style ul {
  margin: min( 50 * 100vw / var(--vw-base) , 50/var(--vw-base) * 1440px ) 0;
}
.c-editor-style ul li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 2;
}
.c-editor-style ul li::before {
  content: "・";
}
@media (max-width: 767px) {
  .c-editor-style ul {
    margin: min( 25 * 100vw / var(--vw-base) , 25/var(--vw-base) * 1440px ) 0;
  }
}
.c-editor-style img {
  margin: min( 50 * 100vw / var(--vw-base) , 50/var(--vw-base) * 1440px ) 0;
}
@media (max-width: 767px) {
  .c-editor-style img {
    margin: min( 25 * 100vw / var(--vw-base) , 25/var(--vw-base) * 1440px ) 0;
  }
}
.c-editor-style table {
  margin: min( 50 * 100vw / var(--vw-base) , 50/var(--vw-base) * 1440px ) 0;
}
@media (max-width: 767px) {
  .c-editor-style table {
    margin: min( 25 * 100vw / var(--vw-base) , 25/var(--vw-base) * 1440px ) 0;
  }
}

/* 絞り込み
------------------------------*/
.c-filter-wrap {
  position: relative;
  z-index: 5;
}

.c-filter {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .c-filter {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .c-filter {
    justify-content: space-between;
  }
}

.c-filter-result {
  font-size: 16px;
  text-align: right;
  margin-top: 1em;
}

.c-filter--yellow[class] .c-filter__item {
  border-color: #9DC93A;
  color: #9DC93A;
}
.c-filter--yellow[class] .c-filter__item::after {
  background: url(../img/icon_arrow02--y.png) no-repeat center center/contain;
}
.c-filter--yellow[class] .c-filter__item select {
  color: #9DC93A;
}

.c-filter__item {
  cursor: pointer;
  width: min( 290 * 100vw / var(--vw-base) , 290/var(--vw-base) * 1440px );
  border: 1px solid #1D2088;
  font-size: min( (18 * 100vw / var(--vw-base)) * var(--fz-ratio) , 18/var(--vw-base) * 1440px );
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.05em;
  color: #1D2088;
  padding: 0.6em 0.8em;
  background: #fff;
  border-radius: 5px;
  position: relative;
}
.c-filter__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.9em;
  transform: translateY(-50%);
  background: url(../img/icon_arrow02.png) no-repeat center center/contain;
  width: 0.7em;
  aspect-ratio: 18/11;
  transition: all 0.3s;
}
.c-filter__item:nth-child(2) {
  margin-left: min( 100 * 100vw / var(--vw-base) , 100/var(--vw-base) * 1440px );
}
.c-filter__item.act::after {
  transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 1024px) and (min-width: 768px) {
  .c-filter__item {
    width: min( 350 * 100vw / var(--vw-base) , 350/var(--vw-base) * 1440px );
  }
}
@media (max-width: 767px) {
  .c-filter__item {
    width: min( 160 * 100vw / var(--vw-base) , 160/var(--vw-base) * 1440px );
    font-size: min( (13 * 100vw / var(--vw-base)) * var(--fz-ratio) , 13/var(--vw-base) * 1440px );
    padding: 0.5em;
  }
  .c-filter__item::after {
    right: 0.5em;
  }
  .c-filter__item:nth-child(2) {
    margin-left: 0;
  }
}

.c-filter__item-content-wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  background: #EDEFF2;
  box-shadow: 0px 8px 11.5px rgba(0, 0, 0, 0.25);
  transition: all 0.3s;
  height: 0px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, calc(min( 25 * 100vw / var(--vw-base) , 25/var(--vw-base) * 1440px ) * 1));
  width: 100%;
}
.c-filter__item-content-wrap::before {
  content: "※選択を解除する場合は、再度選択した項目をクリックしてください";
  position: absolute;
  color: #E83D29;
  width: 100%;
  padding: 0 0.5em;
  left: 0;
  bottom: 0.5em;
  opacity: 0;
  transition: all 0.3s;
  font-size: 14px;
  text-align: center;
}
.c-filter__item-content-wrap:has(.act)::before {
  opacity: 1;
}
.c-filter__item-content-wrap:has(.act) .c-filter-close {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 767px) {
  .c-filter__item-content-wrap {
    transform: translate(-50%, calc(min( 18 * 100vw / var(--vw-base) , 18/var(--vw-base) * 1440px ) * 1));
    width: 95vw;
  }
  .c-filter__item-content-wrap::before {
    text-align: left;
    font-size: 12px;
  }
}

.c-filter-close {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(../img/icon_close.svg) no-repeat center center/100%;
  aspect-ratio: 1/1;
  width: 25px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .c-filter-close {
    top: 30px;
    width: 16px;
  }
}

.c-filter__item-content {
  position: absolute;
  padding: 0 5%;
  padding-left: 12%;
  width: 100%;
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translate(-50%, 0%);
  transition: all 0.3s;
  opacity: 1;
}
.c-filter__item-content:not(.act) {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .c-filter__item-content {
    top: 40px;
  }
}

.c-filter__item-list {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-size: 18px;
  gap: 20px 0;
  line-height: 1.4;
}
.c-filter__item-list li {
  width: 25%;
}
.c-filter__item-list label {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  position: relative;
  padding-left: 1.4em;
  display: block;
}
.c-filter__item-list label input {
  margin: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.c-filter__item-list label span {
  content: "";
  position: absolute;
  border: 1px solid #1F1D1D;
  aspect-ratio: 1/1;
  width: 0.85em;
  transform: translate(0%, -50%);
  left: 0%;
  top: 0.7em;
}
.c-filter__item-list label span::after {
  content: "";
  position: absolute;
  aspect-ratio: 10/17;
  width: 45%;
  right: 0%;
  top: 50%;
  border-left: 2px solid #1F1D1D;
  border-bottom: 2px solid #1F1D1D;
  transform: translate(-50%, -65%) rotate(35deg) scale(-1, 1);
  display: none;
}
.c-filter__item-list label:has(:checked) span::after {
  display: block;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .c-filter__item-list li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .c-filter__item-list {
    font-size: min(14px, 3.7333333333vw);
  }
  .c-filter__item-list li {
    width: 100%;
  }
}

/* ページネーション
------------------------------*/
.c-pagination {
  position: relative;
  display: flex;
  gap: 0 min( 44 * 100vw / var(--vw-base) , 44/var(--vw-base) * 1440px );
  justify-content: center;
  align-items: center;
  font-family: sans-serif;
}
@media (max-width: 767px) {
  .c-pagination {
    gap: 0 min( 25 * 100vw / var(--vw-base) , 25/var(--vw-base) * 1440px );
  }
}

.c-pagination--2 {
  width: min( 530 * 100vw / var(--vw-base) , 530/var(--vw-base) * 1440px );
  margin: 0 auto;
}
@media (max-width: 767px) {
  .c-pagination--2 {
    width: 100%;
  }
}

.page-numbers {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: min( (18 * 100vw / var(--vw-base)) * var(--fz-ratio) , 18/var(--vw-base) * 1440px );
  text-align: center;
  text-decoration: none;
  transition: all 0.2s;
  font-weight: bold;
  color: #9D9D9D;
}
@media (hover: hover) {
  .page-numbers:hover {
    background-color: #eee;
  }
}
.page-numbers.current {
  color: #000;
}
.page-numbers.dots {
  pointer-events: none;
  border: none;
  background: none;
  color: #A7A7A7;
}
.page-numbers.next, .page-numbers.prev {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  color: #575757;
}
.page-numbers.next::before, .page-numbers.prev::before {
  content: "";
  position: absolute;
  background: url(../img/icon_arrow02_bk.png) no-repeat center center/100%;
  aspect-ratio: 11/18;
  width: 0.4em;
  top: 60%;
}
.page-numbers.next {
  right: -1.5em;
}
.page-numbers.next::before {
  transform: translate(0%, -50%);
  right: -0.9em;
}
.page-numbers.prev {
  left: -1.5em;
}
.page-numbers.prev::before {
  transform: translate(0%, -50%) scale(-1, 1);
  left: -0.9em;
}
.page-numbers img {
  width: 21px;
}
@media (max-width: 767px) {
  .page-numbers.next, .page-numbers.prev {
    font-size: min( (14 * 100vw / var(--vw-base)) * var(--fz-ratio) , 14/var(--vw-base) * 1440px );
  }
  .page-numbers.next {
    right: 0.5em;
  }
  .page-numbers.prev {
    left: 0.5em;
  }
}

/*------------------------------
新着情報
------------------------------*/
#archive .news__container {
  padding: min( 100 * 100vw / var(--vw-base) , 100/var(--vw-base) * 1440px ) 0 min( 190 * 100vw / var(--vw-base) , 190/var(--vw-base) * 1440px );
}
@media (max-width: 767px) {
  #archive .news__container {
    padding: min( 50 * 100vw / var(--vw-base) , 50/var(--vw-base) * 1440px ) 0;
  }
}
#archive .news__wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0 1.5%;
  margin-bottom: 8.5%;
}
@media (max-width: 767px) {
  #archive .news__wrapper {
    flex-direction: column-reverse;
  }
}
#archive .news__content {
  width: min( 950 * 100vw / var(--vw-base) , 950/var(--vw-base) * 1440px );
}
@media (max-width: 767px) {
  #archive .news__content {
    width: 100%;
    margin-top: 5%;
  }
}
#archive .news__item a {
  padding: 3.15% 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #9D9D9D;
  position: relative;
}
#archive .news__item-text {
  display: flex;
  width: 70%;
}
@media (max-width: 767px) {
  #archive .news__item-text {
    display: block;
  }
}
#archive .news__item-meta {
  width: 37.6%;
  font-size: min( (14 * 100vw / var(--vw-base)) * var(--fz-ratio) , 14/var(--vw-base) * 1440px );
  font-weight: 700;
  line-height: 2.2857142857;
  display: flex;
  align-items: center;
  padding: 0 1em;
}
@media (max-width: 1024px) and (min-width: 768px) {
  #archive .news__item-meta {
    width: 55%;
  }
}
@media (max-width: 767px) {
  #archive .news__item-meta {
    width: 100%;
    padding: 0;
  }
}
#archive .news__item-category {
  display: inline-block;
  border: 1px solid #1D2088;
  color: #1D2088;
  border-radius: 5px;
  line-height: 1;
  padding: 0.3em 0.7em;
  margin-left: 3.6em;
}
#archive .news__item-thumbnail {
  width: 24%;
}
#archive .news__item-thumbnail img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  #archive .news__item-thumbnail {
    width: 27%;
  }
}
#archive .news__item-title {
  width: 62.4%;
  font-size: min( (16 * 100vw / var(--vw-base)) * var(--fz-ratio) , 16/var(--vw-base) * 1440px );
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.01em;
}
@media (max-width: 1024px) and (min-width: 768px) {
  #archive .news__item-title {
    width: 45%;
  }
}
@media (max-width: 767px) {
  #archive .news__item-title {
    margin-top: calc(5 / var(--inner) * 100%);
    width: 100%;
  }
}
#archive .news__categorys {
  width: calc(200 / var(--inner) * 100%);
  padding-top: 1%;
}
@media (max-width: 767px) {
  #archive .news__categorys {
    width: 100%;
  }
}
#archive .news__category:nth-child(n+2) {
  margin-top: 13.7%;
}
#archive .news__category a {
  display: inline-block;
  width: 100%;
  font-size: min( (16 * 100vw / var(--vw-base)) * var(--fz-ratio) , 16/var(--vw-base) * 1440px );
  font-weight: 700;
  line-height: 2.3;
  border: 1px solid #1D2088;
  border-radius: 5px;
  text-align: center;
}
#archive .news__category a.current {
  background: #1D2088;
  color: #fff;
}
@media (max-width: 767px) {
  #archive .news__category:nth-child(n+2) {
    margin-top: 6%;
  }
}

#single .news__hero {
  background: url(../img/post/news_single-hero.png) no-repeat center center/cover;
}
#single .news__container {
  padding: min( 100 * 100vw / var(--vw-base) , 100/var(--vw-base) * 1440px ) 0 min( 270 * 100vw / var(--vw-base) , 270/var(--vw-base) * 1440px );
}
@media (max-width: 767px) {
  #single .news__container {
    padding: min( 50 * 100vw / var(--vw-base) , 50/var(--vw-base) * 1440px ) 0 min( 100 * 100vw / var(--vw-base) , 100/var(--vw-base) * 1440px );
  }
}
#single .news__article {
  width: calc(798 / var(--inner) * 100%);
  margin: 0 auto 11.8%;
}
@media (max-width: 767px) {
  #single .news__article {
    width: 100%;
  }
}
#single .news__header {
  padding-bottom: 3.78%;
  border-bottom: 1px solid #949494;
}
#single .news__meta {
  display: flex;
  align-items: center;
}
#single .news__date {
  font-size: min( (16 * 100vw / var(--vw-base)) * var(--fz-ratio) , 16/var(--vw-base) * 1440px );
  font-weight: 400;
  line-height: 2.5;
  color: #5D5D5D;
  letter-spacing: 0.15em;
}
#single .news__category {
  margin-left: 2em;
  font-size: min( (14 * 100vw / var(--vw-base)) * var(--fz-ratio) , 14/var(--vw-base) * 1440px );
  font-weight: 700;
  line-height: 2.2857142857;
  color: #fff;
  background: #1D2088;
  text-align: center;
  padding: 0 2.7em;
  border-radius: min( 5 * 100vw / var(--vw-base) , 5/var(--vw-base) * 1440px );
}
#single .news__title {
  font-size: min( (32 * 100vw / var(--vw-base)) * var(--fz-ratio) , 32/var(--vw-base) * 1440px );
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.05em;
  margin-top: 0.5em;
}
@media (max-width: 767px) {
  #single .news__title {
    font-size: min( 28 * 100vw / var(--vw-base) , 28/var(--vw-base) * 1440px );
  }
}
#single .news__content {
  margin-top: 3.78%;
}
#single .news__content img {
  display: block;
  width: 68.9%;
  margin: min( 50 * 100vw / var(--vw-base) , 50/var(--vw-base) * 1440px ) auto;
}
@media (max-width: 767px) {
  #single .news__content img {
    width: 100%;
  }
}
#single .news__container-back {
  font-size: min( (16 * 100vw / var(--vw-base)) * var(--fz-ratio) , 16/var(--vw-base) * 1440px );
  font-weight: bold;
  color: #575757;
  border: 1px solid #575757;
  display: block;
  margin: 0 auto;
  padding: 0.7em 3.8em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/*------------------------------
WORKS
------------------------------*/
#archive .works__container {
  padding: min( 150 * 100vw / var(--vw-base) , 150/var(--vw-base) * 1440px ) 0 min( 180 * 100vw / var(--vw-base) , 180/var(--vw-base) * 1440px );
  background: #EDEFF2;
}
@media (max-width: 767px) {
  #archive .works__container {
    padding: min( 60 * 100vw / var(--vw-base) , 60/var(--vw-base) * 1440px ) 0;
  }
}
#archive .works__content {
  margin-top: calc(140 / var(--inner) * 100%);
}
@media (min-width: 768px) {
  #archive .works__content {
    width: min( 1200 * 100vw / var(--vw-base) , 1200/var(--vw-base) * 1440px );
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  #archive .works__content {
    margin-top: calc(70 / var(--inner) * 100%);
  }
}
#archive .works__list {
  display: flex;
  flex-wrap: wrap;
  gap: min( 50 * 100vw / var(--vw-base) , 50/var(--vw-base) * 1440px ) calc(50 / var(--inner) * 100%);
  margin-bottom: min( 140 * 100vw / var(--vw-base) , 140/var(--vw-base) * 1440px );
}
@media (max-width: 767px) {
  #archive .works__list {
    margin-bottom: min( 70 * 100vw / var(--vw-base) , 70/var(--vw-base) * 1440px );
  }
}
#archive .works__item {
  width: calc(33.3% - (50 / var(--inner) * 100%) * 2 / 3);
}
@media (max-width: 767px) {
  #archive .works__item {
    width: 100%;
  }
}

#single .works__container {
  padding: min( 117 * 100vw / var(--vw-base) , 117/var(--vw-base) * 1440px ) 0 min( 200 * 100vw / var(--vw-base) , 200/var(--vw-base) * 1440px );
}
@media (max-width: 767px) {
  #single .works__container {
    padding: min( 50 * 100vw / var(--vw-base) , 50/var(--vw-base) * 1440px ) 0 min( 100 * 100vw / var(--vw-base) , 100/var(--vw-base) * 1440px );
  }
}
#single .works__article {
  width: calc(1100 / var(--inner) * 100%);
  margin: 0 auto;
}
@media (max-width: 767px) {
  #single .works__article {
    width: 100%;
  }
}
#single .works__categorys {
  display: flex;
  flex-wrap: wrap;
  gap: min( 24 * 100vw / var(--vw-base) , 24/var(--vw-base) * 1440px );
}
@media (max-width: 767px) {
  #single .works__categorys {
    gap: min( 16 * 100vw / var(--vw-base) , 16/var(--vw-base) * 1440px );
  }
}
#single .works__category {
  display: inline-block;
  font-size: min( (16 * 100vw / var(--vw-base)) * var(--fz-ratio) , 16/var(--vw-base) * 1440px );
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.05em;
  color: #1D2088;
  border: 1px solid #1D2088;
  border-radius: 5px;
  padding: 0 0.3em;
}
#single .works__category--yel {
  color: #9DC93A;
  border: 1px solid #9DC93A;
}
#single .works__title {
  font-size: min( (36 * 100vw / var(--vw-base)) * var(--fz-ratio) , 36/var(--vw-base) * 1440px );
  font-weight: 500;
  line-height: normal;
  margin-top: 1em;
  color: #000;
}
@media (max-width: 767px) {
  #single .works__title {
    font-size: min( (26 * 100vw / var(--vw-base)) * var(--fz-ratio) , 26/var(--vw-base) * 1440px );
  }
}
#single .works__thumbnail {
  margin-top: min( 100 * 100vw / var(--vw-base) , 100/var(--vw-base) * 1440px );
}
@media (max-width: 767px) {
  #single .works__thumbnail {
    margin-top: min( 50 * 100vw / var(--vw-base) , 50/var(--vw-base) * 1440px );
  }
}
#single .works__content {
  margin-bottom: 18%;
}
#single .works__info {
  margin-top: calc(140 / var(--inner) * 100%);
  display: flex;
  flex-wrap: wrap;
  background: rgba(29, 32, 136, 0.1);
  padding: calc(50 / var(--inner) * 100%);
}
#single .works__info dt, #single .works__info dd {
  font-size: min( (18 * 100vw / var(--vw-base)) * var(--fz-ratio) , 18/var(--vw-base) * 1440px );
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.01em;
}
#single .works__info dt:nth-of-type(n + 2), #single .works__info dd:nth-of-type(n + 2) {
  margin-top: 1em;
}
#single .works__info dt {
  width: 10%;
  text-align: right;
}
#single .works__info dd {
  width: 90%;
  padding-left: 1em;
}
@media (max-width: 1024px) and (min-width: 768px) {
  #single .works__info dt {
    width: 20%;
  }
  #single .works__info dd {
    width: 80%;
  }
}
@media (max-width: 767px) {
  #single .works__info {
    margin-top: min( 60 * 100vw / var(--vw-base) , 60/var(--vw-base) * 1440px );
    padding: calc(20 / var(--inner) * 100%) calc(10 / var(--inner) * 100%);
  }
  #single .works__info dt, #single .works__info dd {
    font-size: min( (14 * 100vw / var(--vw-base)) * var(--fz-ratio) , 14/var(--vw-base) * 1440px );
  }
  #single .works__info dt {
    width: 25%;
  }
  #single .works__info dd {
    width: 75%;
  }
}
#single .works__info--yel {
  background: rgba(157, 201, 58, 0.1);
}
#single .works__content--yel .c-case-card__title {
  border-color: #9DC93A;
}
#single .works__content--yel .c-case-card__tag {
  background: #9DC93A;
}

/* 詳細ページのブロック
------------------------------*/
.c-case-card {
  margin-top: 13%;
}

.c-case-card__header {
  padding: 1% 1% 2% 1%;
  border-bottom: 1px solid #B8B9E4;
  margin-top: 2%;
}
@media (max-width: 767px) {
  .c-case-card__header {
    padding-bottom: calc(40 / var(--inner) * 100%);
  }
}

.c-case-card__title {
  font-size: min( (24 * 100vw / var(--vw-base)) * var(--fz-ratio) , 24/var(--vw-base) * 1440px );
  font-weight: 500;
  line-height: normal;
  padding-left: 0.5em;
  border-left: 0.4em solid #1D2088;
}

.c-case-card__tag {
  display: inline-block;
  font-size: min( (16 * 100vw / var(--vw-base)) * var(--fz-ratio) , 16/var(--vw-base) * 1440px );
  font-weight: 500;
  color: #fff;
  background: #1D2088;
  padding: 0.3em 1em;
  margin-top: 3%;
}

.c-case-card__wrapper {
  margin-top: 2%;
}
@media (max-width: 767px) {
  .c-case-card__wrapper {
    display: block !important;
    margin-top: min( 40 * 100vw / var(--vw-base) , 40/var(--vw-base) * 1440px );
  }
}

.c-case-card__name {
  font-size: min( (24 * 100vw / var(--vw-base)) * var(--fz-ratio) , 24/var(--vw-base) * 1440px );
  font-weight: 500;
  line-height: normal;
  margin-right: 3% !important;
}
@media (max-width: 767px) {
  .c-case-card__name {
    font-size: min( (20 * 100vw / var(--vw-base)) * var(--fz-ratio) , 20/var(--vw-base) * 1440px );
  }
}

.c-case-card__link {
  font-size: min( (16 * 100vw / var(--vw-base)) * var(--fz-ratio) , 16/var(--vw-base) * 1440px );
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.05em;
  color: #575757;
  border: 1px solid #575757;
  position: relative;
  padding: 0.3em 1.5em 0.3em 1em;
  flex-shrink: 0;
}
.c-case-card__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.8em;
  transform: translateY(-50%);
  background: url(../img/icon_arrow02_bk.png) no-repeat center center/contain;
  width: 0.5em;
  aspect-ratio: 11/18;
}
@media (max-width: 767px) {
  .c-case-card__link {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 3% !important;
  }
}

.c-case-card__number {
  padding: 0 1%;
  margin-top: 1em;
  font-size: min( (20 * 100vw / var(--vw-base)) * var(--fz-ratio) , 20/var(--vw-base) * 1440px );
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 767px) {
  .c-case-card__number {
    font-size: min( (16 * 100vw / var(--vw-base)) * var(--fz-ratio) , 16/var(--vw-base) * 1440px );
  }
}

.c-prevNext {
  color: #575757;
  font-weight: bold;
  font-size: min( (18 * 100vw / var(--vw-base)) * var(--fz-ratio) , 18/var(--vw-base) * 1440px );
  display: flex;
  justify-content: center;
  gap: 0 min( 290 * 100vw / var(--vw-base) , 290/var(--vw-base) * 1440px );
}
.c-prevNext a {
  position: relative;
}
.c-prevNext a::before {
  content: "";
  position: absolute;
  background: url(../img/icon_arrow02_bk.png) no-repeat center center/100%;
  aspect-ratio: 11/18;
  width: 0.4em;
  top: 60%;
}
.c-prevNext .prev::before {
  left: -1em;
  transform: translate(0%, -50%) scale(-1, 1);
}
.c-prevNext .next::before {
  right: -1em;
  transform: translate(0%, -50%);
}
@media (max-width: 767px) {
  .c-prevNext {
    gap: 0 min( 150 * 100vw / var(--vw-base) , 150/var(--vw-base) * 1440px );
  }
}
/*# sourceMappingURL=post.css.map */