@charset "UTF-8";

/* ========================================
@media screen and (min-width: 768px),print
======================================== */
@media screen and (min-width: 768px), print {
/* system-common */
.page-list {
  font-size: 16px;
  margin: 50px 0 100px;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue",
    "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", Verdana, Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}
.page-list span {
  background: #eeefef;
  display: inline-block; /* border: #dcdddd 1px solid; */
  padding: 12px 12px 12px 12px;
  margin: 0 5px 0 5px;
}
.page-list span.active {
  background: #231815;
  color: #fff;
}
.page-list span.active a {
  color: #fff;
}
.page-list a {
  padding: 12px;
  display: inline-block;
  border: 1px solid #ddd;
  margin: 0 5px 0 5px;
}
.pagen {
  width: min(95%,1200px);
  margin-inline: auto;
  margin-bottom: 30px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue",
    "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", Verdana, Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}
.page-navi {
  font-size: 16px;
}
.page-navi li {
  display: inline-block;
}
.page-navi li.active {
  background: #ccc;
}
.page-navi a {
  padding: 8px;
  display: inline-block;
}
.page-navi .fast {
  margin-right: 0px;
}
.page-navi .last {
}
.page-navi .fast::after {
  content: "|";
  display: inline-block;
  margin: 0 5px;
}
.pagen .list {
  float: right;
}
.pagen .list a {
  margin: 0 auto;
  color: #fff;
  padding: 7px 30px;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  background: #000;
}
.pagen .list a:hover {
  background: #666;
  text-decoration: none;
}
.btnArea {
  text-align: center;
  margin: 50px 0 20px;
  padding: 0;
}
.btnArea a {
  font-weight: bold;
  margin: 0 auto;
  color: #fff;
  padding: 20px 50px;
  font-size: 16px;
  text-align: center;
  display: block;
  background: #000;
  letter-spacing: 1px;
  width: 60%;
}
.btnArea a:hover {
  background: #666;
  text-decoration: none;
}
.btnArea-s {
  text-align: center;
}
.btnArea-s a {
  font-weight: bold;
  margin: 0 auto;
  color: #fff;
  padding: 10px 50px;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  background: #000;
  letter-spacing: 1px;
}
.btnArea-s a:hover {
  background: #666;
  text-decoration: none;
}
.btnArea-s::after {
  content: "";
  display: block;
  margin-bottom: 100px;
}
.borderwrap {
  margin-bottom: 40px;
  max-width: 1200px;
  width: 95%;
  margin-inline: auto;
  padding: 3rem 0 0;
}
.borderwrap h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px #ccc solid;
  line-height: 1.6;
}
.borderwrap p {
  font-size: 16px;
  line-height: 1.8;
}
.taxttl {
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
}
.system-gallery {
  background: #eeefef;
  padding: 30px 20px;
}
h2.gallery-ttl {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
}
.gallery-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100% !important;
}
.gallery-list figure.wp-block-image {
  width: 23% !important;
  max-width: 23% !important;
  position: relative !important;
  margin: 0 1.2% 25px 0 !important;
  font-size: 14px;
  line-height: 1.4;
  display: block !important;
}
.gallery-list figure.wp-block-image:nth-of-type(4n) {
  margin-right: 0 !important;
}
.gallery-list figure.wp-block-image a:hover {
  text-decoration: none;
}
.gallery-list figure.wp-block-image {
  display: block;
  width: 100%;
  height: 180px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 8px;
}
.gallery-list figure.wp-block-image::after {
  content: url(../images/common/icon_plus.jpg);
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0;
}
.gallery-list figure.wp-block-image img {
  width: 100% !important;
  height: 180px !important;
}

.systemtab-list {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 1.6;
}
.systemtab-list li {
  flex-basis: 50%;
  display: flex;
  border: #ccc 1px solid;
  margin-bottom: -1px;
}
.systemtab-list li .systemtab-list-ttl {
  flex-basis: 33%;
  padding: 5%;
  background: #f8f8f8;
}
.systemtab-list li p {
  flex-basis: 67%;
  padding: 5%;
  background: #fff;
}
.systemtab-list li:nth-of-type(2n) {
  margin-left: -1px;
}
.other-ttl {
  text-align: center;
  border-bottom: 1px dotted #333;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

#search-area {
  background: #f8f8f8;
  border: #ccc solid 1px;
  padding: 40px;
  margin-bottom: 30px;
}
#search-area .works-search {
  width: 400px !important;
  height: 50px;
  padding-top: 5px !important;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  border: 0;
  background: #333;
  color: #fff;
  font-size: 18px;
  border-radius: 10px;
}
#search-area .sh-ttl {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.8px;
  font-weight: 500;
  border-bottom: 1px dotted;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#search-area .shbox {
  margin-bottom: 30px;
}

p.sub-title1 {
  font-size: 24px;
  position: absolute;
  top: 10px;
  left: 0;
}
p.sub-title1 .span1 {
  font-size: 14px;
  position: absolute;
  left: 40px;
  top: -15px;
}
p.sub-title1 .span2 {
  font-size: 40px;
  position: absolute;
  left: 100px;
  top: -15px;
}
.seo_bread_list {
  max-width: 1200px;
  width: 95%;
  padding: 16px 0;
  margin: 0 auto;
  font-size: 14px;
  line-height: 2.1428;
  letter-spacing: 0.1em;
  color: #A2A2A2;
}
.seo_bread_list span {
  color: #A2A2A2;
}
.catebox {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
.serchcategory1 {
  position: relative;
  margin-left: 172px;
}
.serchcategory1 .icon {
  width: 150px;
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 30px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 10px 10px;
  position: relative;
  color: #fff;
}
.serchcategory1 .icon:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/common/category-icon.png) no-repeat right top;
  position: absolute;
  right: -13px;
  top: 35px;
  z-index: 1;
}

.cate-list {
  background: #f8f8f8;
  margin-bottom: 20px;
  padding: 20px;
}
.cate-list .cate-ttl {
  border-bottom: 1px dotted #333;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
}
.cate-list span {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
}
.cate-list span a {
  display: inline-block;
  padding: 10px 20px;
}
.cate-list span a:hover {
  text-decoration: none;
}
.tag-list {
  background: #f8f8f8;
  margin-bottom: 20px;
  padding: 20px;
}
.tag-list .tag-ttl {
  border-bottom: 1px dotted #333;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
}
.tag-list span {
  display: inline-block;
  margin-right: 20px;
}
.tag-list span a {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #333;
}
.tag-list span a:hover {
  text-decoration: none;
}

.system-contents {
}
.system-contents iframe {
  width: 100%;
  height: 400px;
}
.system-contents .mapbox {
}
.system-contents .mapbox .mapttl {
  margin-top: 30px;
}
.system-contents .mapbox iframe {
  width: 100%;
  height: 400px;
}
.system-tblbox {
  margin-top: 40px;
}
.system-tblbox tr td:nth-child(1) {
  width: 15%;
  background: #f8f8f8;
  font-size: 16px;
  font-weight: 700;
}
.system-tblbox tr td:nth-child(2) {
  width: 35%;
  background: #fff;
  font-size: 16px;
}
.system-tblbox tr td:nth-child(3) {
  width: 15%;
  background: #f8f8f8;
  font-size: 16px;
  font-weight: 700;
}
.system-tblbox tr td:nth-child(4) {
  width: 35%;
  background: #fff;
  font-size: 16px;
}

  /* common
-------------------------------------*/
.system-contents {
  margin-inline: auto;
  padding: 7.5rem 0;
  width: min(95%, 1720px);
}

.system-pic {
  margin-bottom: 1rem;
}

.system-pic.other {
  margin-bottom: 1rem;
}

.system-pic img {
  height: 20rem;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.system-pic.other img {
  height: 24rem;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.system-i-pic {
  margin-bottom: 4rem;
  text-align: center;
}

.system-i-pic img {
  height: 40rem;
  max-width: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  object-position: top; 
}

.system-ttl {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 1rem;
}

.system-ttl.other {
  margin-bottom: 0;
}

.system-list {
  display: grid;
  gap: 2rem 1.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  position: relative;
  z-index: 2;
  background: #fff;
}

.system-wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.5rem;
}

.system-wrap.single {
  justify-content: center;
  margin-bottom: 4rem;
}

.system-name {
  color: #6b6b69;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
}

.system-area {
  color: #6b6b69;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
}

.system-ttl02 {
  font-size: 1.375rem;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 4rem;
  padding-bottom: 1rem;
  position: relative;
  text-align: center;
}

.system-ttl02::after {
  background: #2a2a2a;
  bottom: 0;
  content: "";
  content: "";
  height: 0.125rem;
  left: 50%;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  width: 7.5rem;
}

.system-contents02 {
  margin-inline: auto;
  padding: 7.5rem 0;
  width: min(95%, 1200px);
}

.system-contents02.other {
  padding: 0 0 7.5rem;
}

/* ギャラリー
-------------------------------------*/
h3.system-ttl-02 {
  text-align: center;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 4rem;
}

.gallery-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem 3rem;
  margin-bottom: 4rem;
}

.gallery-list li span a {
  display: block;
}

.gallery-list li span a .img-wrap {
  position: relative;
  aspect-ratio: 1/1;
}

.gallery-list li span a .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 0;
}

.gallery-list li span a .img-wrap::after {
  content: "";
  position: absolute;
  background: url("../images/common/icon_plus.jpg") no-repeat center center /contain;
  bottom: 0;
  right: 0;
  width: 2rem;
  height: 2rem;
  z-index: 2;
}

/* ポイント
-------------------------------------*/
.gallery-point-section {


}

.system-ttl-02 {

}

.gallery-point-list {
  display: grid;
  grid-template-columns: repeat(1,minmax(0, 1fr));
  gap: 2rem 0;
  margin-bottom: 4rem;
}

.gallery-point-item {
  display: grid;
  grid-template-columns: 40% minmax(0, 1fr);
  gap: 0 4rem;
}

.gallery-point-img {

}

.gallery-point-img img {
  width: 100%;
  height: 25rem;
  object-fit: cover;
} 

.gallery-point-content {
  padding-top: 2rem;
}

.gallery-point-ttl {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 700;
  border-bottom: 1px solid #2a2a2a;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.gallery-point-txt {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.05em;
}


/*point*/
.system-ttl-02 {
	font-size: clamp(1.125rem, 0.875rem + 0.5208333333vw, 1.5rem);
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.5833333333;
	margin-bottom: 24px;
	text-align: center;
}
.systemtab-list2 {
	display: grid;
	gap: 40px 0;
	grid-template-columns: repeat(1, 1fr);
	margin-bottom: 64px;
}
.systemtab-list2 li {
	display: grid;
	gap: 0 32px;
	grid-template-columns: repeat(2, 1fr);
}
.systemtab-list2-img img {
	height: 320px;
	width: 100%;
  object-fit: cover;
}
.systemtab-list2-ttl {
	border-bottom: 2px solid #282828;
	font-size: clamp(0.875rem, 0.7916666667rem + 0.1736111111vw, 1rem);
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.5625;
	margin-bottom: 24px;
	padding-bottom: 16px;
}
.systemtab-list2-txt {
	font-size: clamp(0.875rem, 0.7916666667rem + 0.1736111111vw, 1rem);
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.5625;
}

.pdf-txt {
  margin-top: 4rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
  border-bottom: 1px solid #1c1c1c;
  display: inline-block;
  cursor: pointer;
}

/* works
-------------------------------------*/
.works .system-list {
  gap: 0 2.5rem;
  margin-bottom: 1rem;
}
.works .system-pic img {
  height: 17.5rem;
}
.works .system-list li {
  display: contents;
}
.works .system-list li a {
  display: block grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  margin-bottom: 3.7rem;
}
.works .system-pic {
  margin-bottom: 0;
}
.works .system-pic img {
  height: 17.5rem;
}
.works .system-category span {
  display: block;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  color: #fff;
  padding: 0.6rem 0;
  margin-bottom: 0.25rem;
}
.works .system-category span.icon01 {
  background-color: #D54238;
}
.works .system-category span.icon02 {
  background-color: #F07E31;
}
.works .system-category span.icon03 {
  background-color: #EAA73B;
}
.works .system-category span.icon04 {
  background-color: #8AAB3B;
}
.works .system-category span.icon05 {
  background-color: #4C8228;
}
.works .system-category span.icon06 {
  background-color: #549BEB;
}
.works .system-category span.icon07 {
  background-color: #3173BE;
}
.works .system-category span.icon08 {
  background-color: #9C6AA5;
}
.works .system-category span.icon09 {
  background-color: #DC64BB;
}
.works .system-category span.icon10 {
  background-color: #534741;
}
.works .system-ttl-01 {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.875;
  text-align: left;
  border-bottom: 1px solid #707070;
  padding: 0 0 0.5rem;
  margin-bottom: 0.5rem;
}
.works .system-name {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.71428;
  text-align: left;
  color: #1c1c1c;
}
.works .util-btn {
  width: min(95%, 542px);
  margin-inline: auto;
  background: url(../images/index/util-btn-bg.png)no-repeat center center;
  background-size: contain;
  text-align: center;
}
.works .util-btn a {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 1.35rem 0;
  display: block;
}


}

/* ========================================
  @media screen and (max-width: 767px)
======================================== */
@media screen and (max-width: 767px) {
/* system-common */
.page-list {
  font-size: 3.2vw;
  margin: 10vw 0 20vw;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue",
    "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", Verdana, Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}
.page-list span {
  background: #eeefef;
  padding: 2.2vw 2vw 2.2vw 2vw;
  margin: 0 1vw 0 1vw;
  display: inline-block;
}
.page-list span.active {
  background: #231815;
  color: #fff;
}
.page-list span.active a {
  color: #fff;
}
.page-list a {
  padding: 2vw;
  margin: 0 1vw 0 1vw;
  display: inline-block;
  border: 1px solid #ddd;
}
.pagen {
  width: min(95%, 94.2vw);
  margin-inline: auto;
  margin-bottom: 10vw;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue",
    "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", Verdana, Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}
.pagen:nth-of-type(1) {
  margin-bottom: 5vw;
}

.page-navi {
  font-size: 3.8vw;
}
.page-navi li {
  display: inline-block;
}
.page-navi li.active {
  background: #ccc;
}
.page-navi a {
  padding: 1vw;
  display: inline-block;
}
.page-navi .fast {
  margin-right: 0;
}
.page-navi .last {
}
.page-navi .fast::after {
  content: "|";
  display: inline-block;
  margin: 0 1vw;
}
.pagen .list {
  float: right;
}
.pagen .list a {
  margin: 0 auto;
  color: #fff;
  font-size: 3.8vw;
  padding: 1vw 4vw;
  text-align: center;
  display: inline-block;
  background: #000;
}
.pagen .list a:hover {
  background: #666;
  text-decoration: none;
}
.btnArea {
  text-align: center;
  margin: 10vw auto;
  padding: 0;
}
.btnArea a {
  font-weight: bold;
  margin: 0 auto;
  color: #fff;
  padding: 2.5vw 8vw;
  font-size: 3.2vw;
  text-align: center;
  display: block;
  background: #000;
  letter-spacing: 0.2vw;
}
.btnArea-s {
  text-align: center;
}
.btnArea-s a {
  font-weight: bold;
  margin: 0 auto;
  color: #fff;
  padding: 3vw 10vw;
  font-size: 3.2vw;
  text-align: center;
  display: inline-block;
  background: #000;
  letter-spacing: 0.2vw;
}
.btnArea-s::after {
  content: "";
  display: block;
  margin-bottom: 10vw;
}
.borderwrap {
  max-width: 94.2vw;
  width: 95%;
  margin-inline: auto;
  margin-bottom: 5vw;
  line-height: 1.6;
  padding: 4vw 0 0;
}
.borderwrap h2 {
  font-size: 3.2vw;
  font-weight: bold;
  margin-bottom: 5vw;
  padding-bottom: 5vw;
  border-bottom: 0.2vw #ccc solid;
}
.borderwrap p {
  font-size: 3.6vw;
}

.system-gallery {
  background: #eeefef;
  padding: 5vw 3vw;
}
.system-gallery h2 {
  text-transform: uppercase;
}

.catebox {
  margin: 0 4vw 4vw;
}
p.sub-title1 {
  font-size: 5vw;
  position: relative;
  left: 8vw;
}
p.sub-title1 .span1 {
  font-size: 3vw;
  position: absolute;
  left: 10vw;
  top: -3vw;
}
p.sub-title1 .span2 {
  font-size: 6vw;
  position: absolute;
  left: 25vw;
  top: -1vw;
}
.serchcategory1 {
  width: 90vw;
  margin: 0 auto 10vw;
  position: relative;
  top: 5vw;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.serchcategory1 a {
  width: 47%;
  color: #fff;
  margin-bottom: 3vw;
  margin-right: 3%;
}
.serchcategory1 .icon {
  display: inline-block;
  font-size: 3.6vw;
  font-weight: bold;
  text-align: center;
  padding: 2vw 0;
  position: relative;
  width: 100%;
}
.serchcategory1 .icon:after {
  content: "";
  width: 20vw;
  height: 20vw;
  background: url(../images/common/category-icon.png) no-repeat right top;
  position: absolute;
  right: -1vw;
  top: 5vw;
  z-index: 1;
}
.fmname {
  width: 47% !important;
}

.cate-list {
  background: #f8f8f8;
  margin-bottom: 2.6vw;
  padding: 3.6vw;
}
.cate-list .cate-ttl {
  border-bottom: 0.1vw dotted #333;
  padding-bottom: 1.3vw;
  margin-bottom: 2.6vw;
  font-size: 3.8vw;
  font-weight: 700;
}
.cate-list span {
  display: inline-block;
  margin-right: 2.6vw;
  margin-bottom: 2.6vw;
}
.cate-list span a {
  display: inline-block;
  padding: 1.3vw 2.6vw;
}
.cate-list span a:hover {
  text-decoration: none;
}

.tag-list {
  background: #f8f8f8;
  margin-bottom: 2.6vw;
  padding: 3.6vw;
}
.tag-list .tag-ttl {
  border-bottom: 0.1vw dotted #333;
  padding-bottom: 1.3vw;
  margin-bottom: 2.6vw;
  font-size: 3.8vw;
  font-weight: 700;
}
.tag-list span {
  display: inline-block;
  margin-right: 2.6vw;
}
.tag-list span a {
  display: inline-block;
  padding: 1.3vw 2.6vw;
  border: 1px solid #333;
}
.tag-list span a:hover {
  text-decoration: none;
}
.taxttl {
  text-align: center;
  font-size: 3.6vw;
  margin-bottom: 4vw;
}
.systemtab-list {
  font-size: 3.2vw;
  line-height: 1.6;
  margin-bottom: 5vw;
}
.systemtab-list li {
  width: 100%;
  border: #ccc 0.2vw solid;
  margin-bottom: -0.2vw;
  border-bottom: none;
}
.systemtab-list li:last-child {
  border-bottom: 0.2vw solid #ccc;
}
.systemtab-list li .systemtab-list-ttl {
  border-bottom: #ccc dotted 0.2vw;
  width: 100%;
  padding: 3vw;
  background: #f8f8f8;
}
.systemtab-list li p {
  width: 100%;
  padding: 3vw;
  background: #fff;
}
.other-ttl {
  text-align: center;
  border-bottom: 0.1vw dotted #333;
  padding-bottom: 2.6vw;
  margin-bottom: 3.9vw;
}

.system-contents {
}
.system-contents iframe {
  width: 100%;
  height: 70vw;
}

.system-contents .mapbox {
}
.system-contents .mapbox .mapttl {
  margin-top: 5vw;
}
.system-contents .mapbox iframe {
  width: 100%;
  height: 70vw;
}

.system-tblbox tr td:nth-child(1) {
  display: block;
  width: 100%;
  background: #f8f8f8;
  font-size: 3.6vw;
  font-weight: 700;
  margin: 0;
  margin-bottom: -1px;
}
.system-tblbox tr td:nth-child(2) {
  display: block;
  width: 100%;
  background: #fff;
  font-size: 3.6vw;
  margin: 0;
  margin-bottom: -1px;
}
.system-tblbox tr td:nth-child(3) {
  display: block;
  width: 100%;
  background: #f8f8f8;
  font-size: 3.6vw;
  font-weight: 700;
  margin: 0;
  margin-bottom: -1px;
}
.system-tblbox tr td:nth-child(4) {
  display: block;
  width: 100%;
  background: #fff;
  font-size: 3.6vw;
  margin: 0;
  margin-bottom: -1px;
}
.system-tblbox tr {
  margin-bottom: -1px;
  display: block;
}
.system-tblbox {
  margin-top: 6vw;
}

#search-area {
  background: #f8f8f8;
  border: #ccc solid 0.1vw;
  padding: 5.2vw;
  margin: 0 5vw 3.9vw;
}
#search-area .works-search {
  height: 9.5vw;
  padding-top: 0.7vw !important;
  overflow: hidden;
  display: block;
  margin: 0 4vw;
  border: 0;
  background: #333;
  color: #fff;
  font-size: 3.6vw;
  border-radius: 1.3vw;
  width: 70vw;
}
#search-area .sh-ttl {
  font-size: 3.6vw;
  line-height: 1.6;
  letter-spacing: 0.3vw;
  font-weight: 500;
  border-bottom: 0.1vw dotted;
  padding-bottom: 1.3vw;
  margin-bottom: 2.6vw;
}
#search-area .shbox {
  margin-bottom: 4.9vw;
}

/* common
-------------------------------------*/
.system-contents {
  margin-inline: auto;
  padding: 19.3236714976vw 0;
  width: min(95%, 94.2vw);
}

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

.system-pic img {
  height: 53.309vw;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.system-i-pic {
  margin-bottom: 9.662vw;
  text-align: center;
}

.system-i-pic img {
  height: 77.295vw;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.system-ttl {
  font-size: 3.382vw;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  margin-bottom: 3.865vw;
}

.system-list {
  display: grid;
  gap: 6vw 2.415vw;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.system-wrap.single {
  justify-content: center;
  margin-bottom: 7.729vw;
}

.system-wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.932vw;
}

.system-name {
  color: #6b6b69;
  font-size: 2.899vw;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
}

.system-area {
  color: #6b6b69;
  font-size: 2.899vw;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
}

.system-ttl02 {
  font-size: 4.348vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 5.797vw;
  padding-bottom: 5.797vw;
  position: relative;
  text-align: center;
}

.system-ttl02::after {
  background: #2a2a2a;
  bottom: 0;
  content: "";
  content: "";
  height: 0.483vw;
  left: 50%;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  width: 14.493vw;
}

.system-contents02 {
  margin-inline: auto;
  padding: 19.324vw 0;
  width: min(95%, 94.2vw);
}

.system-contents02.other {
  padding: 0px 0px 19.324vw;
}

/* ポイント
-------------------------------------*/
.gallery-point-section {
  margin-bottom: 10vw;
}

.system-ttl-02 {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 24px;
  text-align: center;
}

.gallery-point-list {
  display: grid;
  grid-template-columns: repeat(1,minmax(0, 1fr));
  gap: 40px 0;

}

.gallery-point-item {
  display: grid;
  grid-template-columns: repeat(1,minmax(0, 1fr));
  gap: 8px 0;
}

.gallery-point-img {
  margin-bottom: 8px;
}

.gallery-point-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.gallery-point-content {
  display: grid;
  grid-template-columns: repeat(1,minmax(0, 1fr));
  gap: 8px 0;
}

.gallery-point-ttl {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 700;
  padding-bottom: 8px;
  border-bottom: 0.2vw solid #2a2a2a;
}

.gallery-point-txt {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.system-ttl-02 {
	font-size: 4.348vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5555555556;
	margin-bottom: 5.797vw;
	text-align: center;
}
.systemtab-list2 {
	display: grid;
	gap: 9.662vw 0;
	grid-template-columns: repeat(1, 1fr);
	margin-bottom: 15.459vw;
}
.systemtab-list2 li {
	display: grid;
	gap: 3.865vw 0;
	grid-template-columns: repeat(1, 1fr);
}
.systemtab-list2-img img {
	height: 77.295vw;
	width: 100%;
  object-fit: cover;
}
.systemtab-list2-ttl {
	border-bottom: 0.4vw solid #282828;
	font-size: 3.865vw;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.5625;
	margin-bottom: 5.797vw;
	padding-bottom: 3.865vw;
}
.systemtab-list2-txt {
	font-size: 3.865vw;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.5625;
}



/* ギャラリー
-------------------------------------*/
.gallery-list {
  display: grid;
  grid-template-columns: repeat(2,minmax(0, 1fr));
  gap: 3.865vw;
  margin-bottom: 9.662vw;
}

.gallery-list li span a {
  display: block;
}

.gallery-list li span a .img-wrap {
  position: relative;
  aspect-ratio: 1/1;
}

.gallery-list li span a .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 0;
}

.gallery-list li span a .img-wrap::after {
  content: "";
  position: absolute;
  background: url("../images/common/icon_plus.jpg") no-repeat center center /contain;
  bottom: 0;
  right: 0;
  width: 3.865vw;
  height: 3.865vw;
  z-index: 2;
}

.pdf-txt {
  margin-top: 4rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
  border-bottom: 1px solid #1c1c1c;
  display: inline-block;
  cursor: pointer;
}

/* works
-------------------------------------*/
.works .system-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 1.6vw;
  gap: 0 4.8vw;
}
.works .system-list li {
  display: contents;
}
.works .system-list li a {
  display: block grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  margin-bottom: 7vw;
}
.works .system-pic {
  margin-bottom: 0;
}
.works .system-pic img {
  height: 31.404vw;
}
.works .system-category span {
  display: block;
  font-weight: bold;
  font-size:3.382vw;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  color: #fff;
  padding: 1.33vw 0;
  margin-bottom: 2vw;
}
.works .system-category span.icon01 {
  background-color: #D54238;
}
.works .system-category span.icon02 {
  background-color: #F07E31;
}
.works .system-category span.icon03 {
  background-color: #EAA73B;
}
.works .system-category span.icon04 {
  background-color: #8AAB3B;
}
.works .system-category span.icon05 {
  background-color: #4C8228;
}
.works .system-category span.icon06 {
  background-color: #549BEB;
}
.works .system-category span.icon07 {
  background-color: #3173BE;
}
.works .system-category span.icon08 {
  background-color: #9C6AA5;
}
.works .system-category span.icon09 {
  background-color: #DC64BB;
}
.works .system-category span.icon10 {
  background-color: #534741;
}
.works .system-ttl-01 {
  font-weight: 400;
  font-size:3.382vw;
  letter-spacing: 0.05em;
  line-height: 1.42857;
  text-align: left;
  border-bottom: 0.2vw solid #707070;
  padding: 0 0 2.4vw;
  margin-bottom: 3vw;
}
.works .system-name {
  font-weight: 400;
  font-size:3.382vw;
  letter-spacing: 0.05em;
  line-height: 1.71428;
  text-align: left;
  color: #1c1c1c;
}

.works .util-btn {
  background: url(../images/index/util-btn-bg_sp.png)no-repeat center center;
  background-size: contain;
  text-align: center;
}
.works .util-btn a {
  font-size:3.865vw;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: block;
  padding: 7vw 0;
}


}






