@charset "UTF-8";

/* ==============================================
   #single-work 詳細ページ
============================================== */

#single-work {
  background-color: whitesmoke;
  padding: 130px 0 100px;
}
@media (max-width: 1024px) {
  #single-work {
    padding: 60px 0;
  }
}
#single-work .single-work {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px;
  border-radius: 25px;
  box-sizing: border-box;
  background-color: white;
  box-shadow: 0 0 20px 0px #e9e9e9;
}
@media (max-width: 768px) {
  #single-work .single-work {
    padding: 30px 20px;
  }
}
#single-work .single-work .head {
  margin-bottom: 60px;
}
#single-work .single-work .head .abobe {
  margin-bottom: 30px;
}
#single-work .single-work .head .abobe h1 {
  font-size: 35px;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  #single-work .single-work .head .abobe h1 {
    font-size: 24px;
  }
}
#single-work .single-work .head .abobe .meta {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
#single-work .single-work .head .abobe .meta .date {
  font-family: "Noto Sans JP", sans-serif;
  color: #666;
  font-weight: bold;
}
#single-work .single-work .head .abobe .meta .cat {
  background-color: #eee;
  color: #333;
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 4px;
  font-weight: bold;
}
#single-work .single-work .head .lower {
  position: relative;
}
#single-work .single-work .head .lower .thumb {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}
#single-work .single-work .head .lower .thumb img {
  width: 100%;
  height: auto;
  display: block;
}
#single-work .single-work .body {
  margin-bottom: 80px;
}
#single-work .single-work .body .content {
  line-height: 2;
  font-size: 16px;
  color: #333;
}
#single-work .single-work .body .content p {
  margin-bottom: 2em;
}
#single-work .single-work .body .content h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 40px 0 20px;
  border-bottom: 2px solid #387c79;
  padding-bottom: 10px;
}
#single-work .single-work .body .content h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 30px 0 15px;
  border-left: 4px solid #387c79;
  padding-left: 10px;
}
#single-work .single-work .body .content img {
  max-width: 100%;
  height: auto;
}
#single-work .single-work .foot {
  display: flex;
  gap: 40px;
  margin-bottom: 100px;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  #single-work .single-work .foot {
    flex-direction: column;
    gap: 60px;
  }
}
#single-work .single-work .foot .left {
  flex: 1;
  width: 100%;
}
#single-work .single-work .foot .left dl {
  border-top: 1px solid #eee;
}
#single-work .single-work .foot .left dl .row {
  display: flex;
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}
#single-work .single-work .foot .left dl .row dt {
  width: 30%;
  font-weight: bold;
  color: #387c79;
  padding-right: 20px;
}
#single-work .single-work .foot .left dl .row dd {
  width: 70%;
  line-height: 1.6;
}
@media (max-width: 768px) {
  #single-work .single-work .foot .left dl .row {
    flex-direction: column;
  }
  #single-work .single-work .foot .left dl .row dt {
    width: 100%;
    margin-bottom: 5px;
  }
  #single-work .single-work .foot .left dl .row dd {
    width: 100%;
  }
}
#single-work .single-work .foot .right {
  width: 300px;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  #single-work .single-work .foot .right {
    width: 100%;
  }
}
#single-work .single-work .foot .right .cta {
  background-color: #f5f5f5;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
}
#single-work .single-work .foot .right .cta h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.4;
}
#single-work .single-work .foot .right .cta .cta-image {
  margin-bottom: 15px;
}
#single-work .single-work .foot .right .cta .cta-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
#single-work .single-work .foot .right .cta .cta-text {
  font-size: 13px;
  line-height: 1.6;
  text-align: left;
  margin-bottom: 20px;
}
#single-work .single-work .foot .right .cta .btn-cta {
  display: block;
  background-color: #387c79;
  color: #fff;
  text-decoration: none;
  padding: 12px;
  border-radius: 6px;
  font-weight: bold;
  transition: opacity 0.3s;
}
#single-work .single-work .foot .right .cta .btn-cta:hover {
  opacity: 0.8;
}

#recommend {
  background-color: #387c79;
}
#recommend .recommend {
  width: 90%;
  margin: 0 auto;
  padding: 60px 20px 100px;
  box-sizing: border-box;
}
#recommend .recommend h2 {
  display: table;
  margin-left: auto;
  margin-right: auto;
  font-size: 3vw;
  font-weight: bold;
  color: white;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  #recommend .recommend h2 {
    font-size: 24px;
    width: 100%;
  }
}
#recommend .recommend ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 1024px) {
  #recommend .recommend ul {
    display: flex;
    overflow-x: auto;
    padding-bottom: 20px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1024px) {
  #recommend .recommend ul li {
    min-width: 240px;
    scroll-snap-align: start;
  }
}
#recommend .recommend ul li a {
  text-decoration: none;
  color: #333;
  display: block;
  transition: opacity 0.3s;
}
#recommend .recommend ul li a:hover {
  opacity: 0.7;
}
#recommend .recommend ul li a .thumb {
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  background-color: #eee;
  position: relative;
}
#recommend .recommend ul li a .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s;
}
#recommend .recommend ul li a:hover .thumb img {
  transform: scale(1.05);
}
#recommend .recommend ul li a .text {
  padding: 25px 10px 10px;
  border-radius: 0 0 8px 8px;
  background-color: white;
}
#recommend .recommend ul li a .text time {
  display: block;
  font-size: 15px;
  color: #797979;
  margin-bottom: 5px;
  font-weight: bold;
}
#recommend .recommend ul li a .text h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ==============================================
   Work Archive Header
============================================== */

#work-archive {
  background-color: whitesmoke;
  padding: 180px 0 60px;
}
@media (max-width: 768px) {
  #work-archive {
    padding: 80px 0 40px;
  }
}
#work-archive .work-archive {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
}
@media (max-width: 1200px) {
	#work-archive .work-archive {
		max-width: 750px;
	}
}
#work-archive .work-archive .head {
  margin-bottom: 40px;
}
#work-archive .work-archive .head h1 {
  font-size: 80px;
  font-weight: 800;
  color: #333;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  #work-archive .work-archive .head h1 {
    font-size: 32px;
  }
}
#work-archive .work-archive .head span {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  font-size: 25px;
  font-weight: bold;
  color: #387c79;
}
#work-archive .work-archive .head span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 3px;
  background-color: #ffda6e;
  border-radius: 3px;
}
#work-archive .work-archive .body {
  max-width: 700px;
	margin: auto;
  margin-bottom: 40px;
}
#work-archive .work-archive .body .search-box {
  display: flex;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  background: #fff;
  border-radius: 50px;
  overflow: hidden;
  transition: box-shadow 0.3s;
}
#work-archive .work-archive .body .search-box:focus-within {
  box-shadow: 0 0 0 3px rgba(56, 124, 121, 0.2);
  border-color: #387c79;
}
#work-archive .work-archive .body .search-box input[type=text] {
  flex: 1;
  border: none;
  padding: 15px 25px;
  font-size: 16px;
  outline: none;
  background: transparent;
  color: #333;
}
#work-archive .work-archive .body .search-box input[type=text]::-moz-placeholder {
  color: #bdbdbd;
}
#work-archive .work-archive .body .search-box input[type=text]::placeholder {
  color: #bdbdbd;
}
#work-archive .work-archive .body .search-box button {
  background-color: #387c79;
  color: #fff;
  border: none;
  padding: 0 40px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  transition: opacity 0.3s;
}
#work-archive .work-archive .body .search-box button:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  #work-archive .work-archive .body .search-box input[type=text] {
    padding: 12px 20px;
    font-size: 14px;
  }
  #work-archive .work-archive .body .search-box button {
    padding: 0 25px;
    font-size: 14px;
  }
}
#work-archive .work-archive .foot {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
	margin: auto;
}
@media (max-width: 768px) {
  #work-archive .work-archive .foot {
    gap: 10px;
  }
}
#work-archive .work-archive .foot .cat-btn {
  display: inline-block;
  padding: 8px 25px 10px;
  border: 3px solid #387c79;
  border-radius: 50px;
  text-decoration: none;
  color: #387c79;
  font-weight: bold;
  font-size: 16px;
  background-color: #fff;
  transition: all 0.3s;
}
#work-archive .work-archive .foot .cat-btn:hover {
  background-color: rgb(203.3333333333, 231.6666666667, 230.4166666667);
}
#work-archive .work-archive .foot .cat-btn.active {
  background-color: #387c79;
  color: #fff;
  pointer-events: none;
}
@media (max-width: 768px) {
  #work-archive .work-archive .foot .cat-btn {
    padding: 8px 16px;
    font-size: 12px;
  }
}

/*# sourceMappingURL=single_work.css.map */