@charset "UTF-8";
/*Variable
－－－－－－－*/
/*
ブレークポイント

基本  1920px
ipad 1050px
sp   767px;

コンテンツ幅1000px

*/
/* works 一覧ページ
--------------------------- */
.tags {
  margin-bottom: 50px;
}

.tag {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 50px;
  max-width: 900px;
  margin: 0 auto 15px;
}

.tag-ttl {
  font-size: 18px;
  width: 235px;
  text-align: center;
  position: relative;
  padding-top: 8px;
}

.tag > ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: calc(100% - 235px);
  padding: 0px 0 0 30px;
  margin: 0;
}

.tag > ul > li {
  margin: 0 20px 25px 0;
  background-color: #004ca0;
}

.tag > ul > li > a {
  padding: 8px 15px;
  color: #fff;
  display: block;
}

@media screen and (max-width: 767px) {
  .tags {
    margin-bottom: 35px;
  }
  .tag-ttl {
    width: 100%;
    margin-bottom: 10px;
  }
  .tag > ul {
    width: 100%;
    padding: 15px 0 0 0px;
  }
}
.archive-works {
  background: #fff;
  padding: 70px 0;
}

.archive-works .article05 {
  width: 33%;
}

.lbl-new {
  position: absolute;
  background-color: red;
  color: white;
  padding: 5px 10px;
  z-index: 100;
}

/* pagenate */
.p-pager {
  display: flex;
  margin-bottom: 50px;
  justify-content: center;
}

.p-pager__item {
  margin-right: 3px;
  margin-bottom: 3px;
  font-size: 14px;
}

.p-pager__item a,
.p-pager__item span {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.p-pager__item span {
  background: #3fbdef;
}

.p-pager__item a {
  background: #EAEAEA;
}

.p-pager__item a:hover,
.p-pager__item span {
  color: #fff;
}

.single-works .works-cat {
  display: flex;
  list-style: none;
  flex-direction: row;
  justify-content: flex-end;
  margin: 0;
  flex-wrap: wrap;
}

.single-works .works-cat li {
  background: #004ca0;
  padding: 0px 5px;
  margin: 5px 0 5px 5px;
  color: #ffffff;
  box-sizing: border-box;
}

.single-works .works-catch-img {
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
}

.single-works .works-catch-img img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/**/
.single-works .works-catch-copy {
  margin: 60px 0 90px 0;
  font-size: 20px;
  line-height: 1.8;
  text-align: center
}

@media only screen and (max-width: 767px) {
  .single-works .works-catch-copy {
  margin: 50px 0 70px 0;
  font-size: 16px;
  }
}


.single-works .works-catch-summary-wrap {
  margin-bottom: 90px;
}

@media only screen and (max-width: 767px) {
  .single-works .works-catch-summary-wrap {
   margin-bottom: 70px;
  }
}

.single-works .works-catch-summary-wrap .works-ttl {
  margin-bottom: 2.5em;
}

.single-works .works-catch-summary-wrap .works-catch-summary {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  line-height: 1.8;
}

/**/

.single-works .woks-gly-items {
  width: 100%;
  margin-bottom: 90px;
}

.single-works .woks-gly-item {
  width: 48.5%;
}

.single-works .woks-gly-item.item-l-b {
  width: 41.74%;
}

.single-works .woks-gly-item.item-r-a {
  width: 53.914%;
}

.single-works .woks-gly-part {
  font-weight: bold;
  margin-bottom: 0;
}

.single-works .woks-gly-img {
  margin-bottom: 20px;
}

.single-works .woks-gly-text {
  line-height: 1.5;
  margin: 0;
}

.single-works .works-ttl {
  position: relative;
  margin-bottom: 4em;
  text-align: center;
}

.single-works .works-ttl:before {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}

.single-works .works-dtl-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 100px;
}



.single-works .works-dtl-items--first {
  margin-bottom: 0px;
}

.single-works .works-dtl-item {
  display: flex;
  flex-wrap: nowrap;
  width: 48%;
  margin-bottom: 0;
  align-items: center;
  border-bottom: 1px dotted #000;
  padding: 18px 0;
}

.single-works .works-dtl-item:nth-child(1),
.single-works .works-dtl-item:nth-child(2) {
  border-top: 1px dotted #000;
}

.single-works .works-dtl-items + .works-dtl-items .works-dtl-item:nth-child(1),
.single-works .works-dtl-items + .works-dtl-items .works-dtl-item:nth-child(2) {
  border-top: none;
}

.single-works .works-dtl-item dt {
  font-weight: bold;
  margin-bottom: 0;
  margin-left: 30px;
  width: 150px;
  line-height: 1.2;
}

.single-works .works-dtl-item dd {
  margin-bottom: 0;
  margin-left: 30px;
  line-height: 1.2;
  width: calc(100% - 150px);
}

.single-works .etc-ttl {
  font-size: 24px;
  text-align: center;
  margin-bottom: 60px;
}

.article03.etc-items,
.single-works .etc-items {
  display: flex;
  gap: 10px;
}

.article03.etc-item {
  width: calc((100% - 20px) / 3);
  margin: 0 10px 40px 0;
  background-color: #fff;
  position: relative;
}

.article03.etc-item:nth-of-type(3n) {
  margin-right: 0;
}

.single-works .etc-item {
  width: 28.7%;
  margin-bottom: 40px;
}

.article03.etc-item .etc-thumbnail img,
.single-works .etc-item .etc-thumbnail img {
  width: 100%;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 422/270;
}

.article03.etc-item ul,
.single-works .etc-item ul {
  display: flex;
  flex-wrap: wrap;
  height: 62px;
  margin-bottom: 10px;
}

.article03.etc-item ul > li,
.single-works .etc-item ul > li {
  background: #004ca0;
  padding: 5px;
  margin-right: 5px;
  color: #ffffff;
  margin-bottom: 5px;
  height: 26px;
  box-sizing: border-box;
  font-size: 14px;
}

.article03.etc-item .etc-title,
.single-works .etc-item .etc-title {
  margin: 15px 0 15px;
  height: auto;
  line-height: 24px;
}

.article03.etc-item p,
.single-works .etc-item p {
  background-color: #EAEAEA;
  text-align: center;
  color: #000;
  font-weight: bold;
  border-radius: 6px;
  display: none;
}

.article03.etc-item p.link::after,
.single-works .etc-item p.link::after {
  content: url(/files/arrow.webp);
  position: relative;
  top: 2px;
  right: -20px;
}

@media only screen and (max-width: 1090px) {
  .single-works .works-dtl-items {
    display: block;
  }
  .single-works .works-dtl-item {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .single-works .works-dtl-item dt,
.single-works .works-dtl-item dd {
    margin-left: 0px;
  }
  .single-works .works-dtl-item dt {
    width: 140px;
  }
  .single-works .works-dtl-item dd {
    width: calc(100% - 140px);
  }
  .single-works .works-dtl-item:nth-child(2) {
    border-top: none;
  }
  .single-works .woks-gly-items {
    margin-bottom: 90px;
    display: block;
  }
  .single-works .woks-gly-item {
    width: 100%;
  }
  .single-works .woks-gly-item:nth-child(1) {
    margin-bottom: 30px;
  }
  .single-works .woks-gly-items.item-ba {
    display: flex !important;
  }
  .article03.etc-item ul,
.single-works .etc-item ul {
    height: auto;
  }
  .article03.etc-item .etc-title,
.single-works .etc-item .etc-title {
    height: auto;
  }
  .article03.etc-items,
.single-works .etc-items {
    display: block;
  }
  .article03.etc-item,
.single-works .etc-item {
    width: 100%;
  }
}