@charset "utf-8";
/* CSS Document */
/***************
work-btn
***************/
#work-btn {
  padding: 60px 0 100px;
}
#work-btn ul {
  justify-content: flex-start;
}
#work-btn ul li {
  width: calc(25% - 20px);
  margin-right: 26px;
  margin-bottom: 20px;
  position: relative;
}
#work-btn ul li::before {
  content: "";
  background: url("../images/common/work-arrow.png")no-repeat;
  background-size: contain;
  aspect-ratio: 8 / 4;
  width: 5%;
  height: auto;
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
}
#work-btn ul li:nth-child(4n) {
  margin-right: 0;
}
#work-btn ul li a {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 15px 5px;
  border-radius: 50px;
  text-align: center;
  font-weight: 500;
  color: #0064A8;
  background: #fff;
  border: 1px solid #1290E5;
  display: block;
}
#work-btn ul li a:hover {
  opacity: 1;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
}
@media screen and (max-width: 980px) {
  #work-btn ul li, #work-btn ul li:nth-child(4n) {
    width: calc(33.33% - 20px);
    margin-right: 30px;
  }
  #work-btn ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
	.work-archive-contents,.work-cat-archive-contents {
		justify-content: flex-start;
		        margin-bottom: 60px;
	}
  #work-btn {
    padding: 60px 0 60px;
  }
  #work-btn ul {
    display: flex;
  }
  #work-btn ul li, #work-btn ul li:nth-child(4n), #work-btn ul li:nth-child(3n) {
    width: calc(50% - 10px);
    margin-right: 10px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
  }
  #work-btn ul li:nth-child(2n) {
    margin-right: 10px;
  }
  #work-btn ul li::before {
    width: 4%;
    bottom: 9%;
  }
  #work-btn ul li a {
	      font-size: 17px;
    font-size: 1.7rem;
	  padding: 8px 5px 10px;
    line-height: 25px;
    flex-grow: 1;
    border-radius: 10px;
    align-content: center;
  }
}
/***************
work-list
***************/
#work-list .work-archive-section {
  border-bottom: 1px solid #D6D6D6;
  padding-bottom: 90px;
	    padding-top: 100px;
    margin-top: -100px;
}
#work-list h3 {
  font-size: 35px;
  font-size: 3.5rem;
  margin-bottom: 30px;
  font-weight: 500;
  text-align: center;
  color: #292929;
}
#work-list .work-archive-item {
  margin-bottom: 50px;
}
#work-list .work-archive-item a:hover {
  box-shadow: none;
  opacity: 1;
}
#work-list img,.work-cat-archive-item img {
  aspect-ratio: 306 / 235;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  border: 1px solid #E2E2E2;
}
#work-list p.titl,.work-cat-archive-title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #292929;
	text-align: left;
}
#work-list .more {
  width: 29.08%;
  margin: -30px auto 0;
}
#work-list .more a {
  font-size: 17px;
  font-size: 1.7rem;
  padding: 10px 5px;
  font-weight: 500;
  color: #0064A8;
  display: block;
  text-align: center;
  background: #fff;
  border: 1px solid #1290E5;
  position: relative;
}
#work-list .more a::before {
  content: "";
  background: url("../images/common/work-list-arrow.png")no-repeat;
  background-size: contain;
  aspect-ratio: 8 / 10;
  width: 5%;
  height: 10px;
  position: absolute;
  top: 42%;
  right: 4%;
}
@media screen and (max-width: 768px) {
  #work-list .work-archive-section {
    padding-bottom: 70px;
    margin-bottom: 80px;
  }
  #work-list h3 {
            font-size: 28px;
        font-size: 2.8rem;
        margin-bottom: 30px;
  }
  #work-list .work-archive-item,.work-cat-archive-item {
            width: calc(50% - 5px);
        margin: 0 10px 30px 0;
  }
	#work-list .work-archive-item:nth-child(2n),.work-cat-archive-item:nth-child(2n) {
		margin-right: 0;
	}
  #work-list .more {
    width: 90%;
  }
  #work-single .work-single-header-section {
    margin-bottom: 70px;
  }
}
/***************
work-single
***************/
#work-single {
  margin: 70px 0;
}
#work-single h3 {
  font-size: 29px;
  font-size: 2.9rem;
  margin-bottom: 35px;
  font-weight: 500;
  text-align: center;
  color: #090909;
}
.work-single-summary {
  margin-bottom: 85px;
}
.work-single-summary h4 {
  font-size: 31px;
  font-size: 3.1rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 25px;
  letter-spacing: 1rem;
}
.work-single-header-main img {
  aspect-ratio: 980 / 560;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  border: 1px solid #DBDBDB;
}
.work-single-header-nav li {
  width: calc(33.33% - 20px);
  margin-right: 30px;
	    margin-bottom: 20px;
}
.work-single-header-nav li:nth-child(3n) {
	margin-right: 0;
}
.work-single-header-nav li img {
  aspect-ratio: 306 / 220;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  border: 1px solid #DBDBDB;
}
.work-single-header-nav li:last-child {
  margin-right: 0;
}
.work-single-summary .works-summary-dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 1px solid #C7C9CE;
}
.work-single-summary-section:last-child .works-summary-dl {
	border-top: 0;
}
.work-single-summary .work-summary-item-bet:nth-child(2n) .works-summary-dl {
  border-top: none;
  border-bottom: none;
}
.work-single-summary .work-single-summary-section:last-child .work-summary-item-bet:nth-child(2n) .works-summary-dl {
  border-bottom: 1px solid #C7C9CE;
}
.work-single-summary .works-summary-dl dt {
  width: 35%;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 15px 5px 15px 6%;
  text-align: left;
  font-weight: 500;
  background: #FAFEFF;
  border-right: 1px solid #C7C9CE;
}
.work-single-summary .works-summary-dl dd {
  width: 65%;
  padding: 15px 5px 15px 3%;
}
@media screen and (max-width: 768px) {
  #work-single h3 {
    font-size: 25px;
    font-size: 2.5rem;
    text-align: left;
    margin-bottom: 25px;
  }
  .work-single-header-nav li {
    width: calc(33.33% - 5px);
    margin-right: 7px;
  }
  .work-single-summary .works-summary-dl dt {
    width: 100%;
    padding: 15px 10px;
    display: block;
    border-right: none;
    border-bottom: 1px solid #C7C9CE;
  }
  .work-single-summary .works-summary-dl dd {
    width: 100%;
    padding: 15px 10px;
  }
}