@charset "UTF-8";

/* ========================================
  @media screen and (min-width: 768px),print
======================================== */
@media screen and (min-width: 768px), print {
#works .c-main__ttl02-wrap {
  background: url(../images/works/header_fv.jpg) no-repeat top center/cover;
}

.cate-list {
  background: #F2F2F2;
  display: grid;
  gap: 0 1rem;
  grid-template-columns: 3.1451612903% minmax(0, 1fr);
  margin: 8.5rem 0 6.25rem;
  margin-inline: auto;
  padding: 2.5rem 6.25rem 4rem 5rem;
  width: min(95%, 1240px);
}

.system-category {
  align-items: center;
  border-left: 1px solid #333333;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 11px;
  padding-left: 2.5rem;
  position: relative;
  top: 1rem;
}

.system-category a {
  background: #ffffff;
  border: 1px solid #333;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.4615384615;
  padding: 4px 33px 4px 8px;
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
}

.system-category a:hover {
  background: #333333;
  color: #ffffff;
}

.tag-list {
  align-items: center;
  border-left: 1px solid #333333;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
  padding-left: 2.5rem;
  position: relative;
  top: 1.25rem;
}

.tag-list a {
  background: #ffffff;
  border: 1px solid #333;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.4615384615;
  padding: 4px 8px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

#works_single .tag-list {
  border: none;
  margin-bottom: 3.75rem;
  padding-left: 0;
}

#works_single .system-contents {
  margin-inline: auto;
  width: min(95%, 1620px);
}

#works_single .system-category {
  border: none;
  margin-bottom: 1rem;
  padding-left: 0;
  position: static;
}

#works_single .system-ttl02 {
  border: none;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.0555555556;
  margin-bottom: 1.25rem;
  padding: 0;
  text-align: left;
}

#works .system-list {
  display: grid;
  gap: 100px 30px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 10rem;
  margin-inline: auto;
  width: min(95%, 1620px);
}

#works .system-list li {
  display: grid;
  grid-row: span 4;
  grid-template-rows: subgrid;
  grid-template-rows: auto auto 1fr auto;
}

#works .system-list li a {
  display: inherit;
  grid-row: inherit;
  grid-template-rows: inherit;
}

.system-pic {
  margin-bottom: 9px;
}

.system-pic img {
  height: 21.875rem;
  width: 100%;
}

.system-area {
  color: #B3B3B3;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 2.3333333333;
  margin-bottom: 6px;
}

.system-ttl {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.75;
  margin-bottom: 1.5625rem;
}

.system-madori {
  color: #B3B3B3;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 2.3333333333;
}

.c-works__ttl-wrap {
  /* align-items: flex-end; */
  /* display: flex; */
  /* justify-content: space-between; */
  margin-inline: auto;
  padding: 100px 0 0;
  width: min(95%, 1620px);
  /* position: relative; */
}

.c-works__contents {
  align-items: flex-end;
  display: flex;
  gap: 0 10px;
}

.c-works__contents-right {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.75;
  white-space: nowrap;
}

#works_single .seo_bread_list {
  color: #333333;
  /* position: absolute; */
  /* top: 179px; */
  /* left:0; */
  text-align: left;
  width: 100%;
  margin: 25px 0 0 0;
}

#works_single .seo_bread_list span {
  color: #333333;
}

#works_single .l-header__btn-show a {
  background: #333333;
  color: #ffffff;
}

#works_single .l-header__btn-items li a {
  border: 1px solid #333333;
  color: #333333;
}

.system-img {
  margin: 0 calc(50% - 50vw);
  width: min(100%,1920px);
  margin-inline: auto;
  margin-bottom: 3.75rem;
}

.slick-img {
  margin: 0 10px;
  width: 68.75rem;
}

.slick-img img {
  height: 46.25rem;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.thumbnail {
  margin-inline: auto;
  width: min(95%, 1200px);
}

.thumbnail-img {
  margin: 0 5px;
}

.thumbnail-img img {
  height: 10rem;
  width: 100%;
}

.works-table {
  border-collapse: collapse;
  margin-bottom: 6.25rem;
  margin-inline: auto;
  width: min(95%, 1100px);
}

.works-table tbody {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.works-info-row {
  border-bottom: 1px solid #E6E6E6;
}

.works-info-row:nth-child(1) {
  border-top: 1px solid #E6E6E6;
}

.works-info-row:nth-child(2) {
  border-top: 1px solid #E6E6E6;
}

.works-info-row-left {
  background: #F2F2F2;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.9230769231;
  padding: 21px 40px 21px;
  text-align: left;
  width: 180px;
}

.works-info-row-right {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.9230769231;
  padding: 21px 40px 21px;
  text-align: left;
  width: calc(100% - 180px);
}

#works_single .wysiwyg {
  margin-inline: auto;
  width: min(95%, 1100px);
}

}

/* ========================================
@media screen and (max-width: 767px)
======================================== */
@media screen and (max-width: 767px) {
#works .c-main__ttl02-wrap {
  background: url(../images/works/sp_header_fv.jpg) no-repeat top center/cover;
}

.cate-list {
  display: grid;
  gap: 9.662vw 0;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  margin: 17.493vw 0 4.493vw;
  margin-inline: auto;
  padding: 0;
  width: min(95%, 94.2vw);
}

.cate-ttl {
  margin-bottom: -3.585vw;
  text-align: center;
}

.cate-ttl img {
  height: auto;
  width: 35.266vw;
}

.system-category {
  align-items: center;
  background: #F2F2F2;
  border: none;
  display: flex;
  flex-wrap: wrap;
  gap: 3.623vw 2.415vw;
  padding: 7.246vw 3.623vw 7.246vw;
  position: static;
}

.system-category a {
  background: #ffffff;
  border: 0.2vw solid #333;
  display: inline-block;
  font-size: 3.382vw;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.3571428571;
  padding: 0.966vw 2.899vw 0.966vw 1.932vw;
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
}

.system-category a:hover {
  background: #333333;
  color: #ffffff;
}

.tag-list {
  align-items: center;
  background: #F2F2F2;
  border: none;
  display: flex;
  flex-wrap: wrap;
  gap: 3.623vw 2.415vw;
  padding: 7.246vw 3.623vw 7.246vw;
  position: static;
}

.tag-list a {
  background: #ffffff;
  border: 0.2vw solid #333;
  display: inline-block;
  font-size: 3.382vw;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.3571428571;
  padding: 0.966vw 2.899vw;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

#works_single .tag-list {
  background: none;
  border: none;
  margin-bottom: 9.662vw;
  padding: 0;
  position: static;
}

#works_single .system-contents {
  margin-inline: auto;
  width: min(95%, 89.3vw);
}

#works_single .system-category {
  background: none;
  border: none;
  margin-bottom: 3.865vw;
  padding: 0;
  position: static;
}

#works_single .system-ttl02 {
  border: none;
  font-size: 5.072vw;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.8095238095;
  margin-bottom: 2.831vw;
  padding: 0;
  text-align: left;
}

#works .system-list {
  display: grid;
  gap: 9.903vw 2.415vw;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 24.396vw;
  width: min(95%, 94.2vw);
  margin-inline: auto;
}

#works .system-list li {
  display: grid;
  grid-row: span 4;
  grid-template-rows: subgrid;
  grid-template-rows: auto auto 1fr auto;
}

#works .system-list li a {
  display: inherit;
  grid-row: inherit;
  grid-template-rows: inherit;
}

.system-pic {
  margin-bottom: 1.691vw;
}

.system-pic img {
  height: 31.401vw;
  width: 100%;
}

.system-area {
  color: #B3B3B3;
  font-size: 2.899vw;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 2.3333333333;
  margin-bottom: 1.449vw;
}

.system-ttl {
  font-size: 4.348vw;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.3333333333;
  margin-bottom: 2.899vw;
}

.system-madori {
  color: #B3B3B3;
  font-size: 2.899vw;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.5;
}

.c-works__ttl-wrap {
  display: grid;
  gap: 3.865vw 0;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  margin-inline: auto;
  width: min(100%, 89.3vw);
  padding: 31vw 0 0;
  place-items: center;
}

.c-works__contents {
  display: grid;
  gap: 3vw 0;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  place-items: center;
}

.c-works__contents-left img {
  height: auto;
  width: 25.845vw;
}

.c-works__contents-right {
  font-size: 4.348vw;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 2.1111111111;
}

#works_single .seo_bread_list {
  color: #333333;
  position: relative;
  z-index: 10;
}

#works_single .seo_bread_list span {
  color: #333333;
}

.system-img {
  margin: 0 calc(50% - 50vw);
  margin-bottom: 6.662vw;
}

.slick-img {
  margin: 0 1.208vw;
  width: 86.957vw;
}

.slick-img img {
  height: 57.971vw;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.thumbnail {
  margin: 0 calc(50% - 50vw);
}

.thumbnail-img {
  margin: 0 1.208vw;
}

.thumbnail-img img {
  height: 24.155vw;
  width: 38vw;
}

.works-table {
  border-collapse: collapse;
  margin-bottom: 14.493vw;
  margin-inline: auto;
  width: min(100%, 89.3vw);
}

.works-table tbody {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.works-info-row {
  border-bottom: 0.2vw solid #E6E6E6;
}

.works-info-row:nth-child(1) {
  border-top: 0.2vw solid #E6E6E6;
}

.works-info-row-left {
  font-size: 3.382vw;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.4;
  padding: 5vw 0;
  text-align: left;
  width: 17.391vw;
}

.works-info-row-right {
  font-size: 3.382vw;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.4;
  padding: 4vw 0 4vw 9.5vw;
  text-align: left;
  width: calc(100% - 17.391304vw);
}

}

  