@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Fjalla+One");
@import url("https://fonts.googleapis.com/css?family=Fjalla+One");
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

a {
  text-decoration: none;
}

ul {
  list-style-type: none;
}

input,
button {
  outline: none;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

a {
  text-decoration: none;
}

ul {
  list-style-type: none;
}

input,
button {
  outline: none;
}

.hero_container {
  height: 260px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero_container h1 {
  color: #fff;
  padding-left: 80px;
  font-size: 3.6rem;
}

.hero_container h1 .en {
  font-size: 2.2rem;
  margin: 15px 0 0;
  color: #ccc;
}

.breadcrumb {
  background: #f5f5f5;
  width: 100%;
  padding: 20px 80px;
}

.breadcrumb ul li {
  display: inline-block;
  font-size: 1.2rem;
  color: #333;
  padding-right: 20px;
  margin-right: 10px;
}

.breadcrumb ul li:last-child {
  background: none;
}

.breadcrumb ul li a {
  color: #009944;
  position: relative;
}

.breadcrumb ul li a:after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../img/common/chevron_green.svg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-size: 12px 12px;
  height: 12px;
  width: 12px;
  position: absolute;
  right: -20px;
}

.column_2 {
  position: relative;
}

.column_2 > ul {
  opacity: 0;
  width: 1200px;
  min-height: 200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.column_2 > ul .unit {
  width: 590px;
  padding: 30px;
  background: #fff;
  margin-bottom: 20px;
}

.column_2 > ul .unit .thumb {
  margin-bottom: 30px;
  overflow: hidden;
  height: 297px;
  display: block;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.column_2 > ul .unit .thumb:hover {
  opacity: 0.7;
}

.column_2 > ul .unit .thumb img {
  width: 100%;
}

.column_2 > ul .unit .block_txt .txt_title {
  font-size: 2rem;
  color: #009944;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.3;
  display: block;
}

.column_2 > ul .unit .block_txt .category_list {
  margin-bottom: 20px;
}

.column_2 > ul .unit .block_txt .category_list li {
  display: inline-block;
}

.column_2 > ul .unit .block_txt .txt {
  font-size: 1.35rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 35px;
}

.column_2 > ul .unit .block_txt .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.column_2 > ul .unit .block_txt .btn_wrap li {
  display: inline-block;
}

.column_2 > ul .unit:nth-child(odd) {
  margin-right: 20px;
}

.column_2.loaded .loading {
  display: none;
}

.column_2.loaded ul {
  opacity: 1;
}

.column_4_square {
  margin-bottom: 100px;
}

.column_4_square > ul {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column_4_square > ul .unit {
  width: 285px;
  background: #fff;
  margin-bottom: 25px;
  margin-right: 15px;
  position: relative;
}

.column_4_square > ul .unit:nth-child(4n) {
  margin-right: 0;
}

.column_4_square > ul .unit a {
  display: block;
  padding: 15px;
  border: 1px solid #d2d2d2;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.column_4_square > ul .unit a:hover {
  border: 1px solid #009944;
}

.column_4_square > ul .unit a:hover .thumb img {
  opacity: 0.7;
}

.column_4_square > ul .unit a .thumb {
  margin-bottom: 15px;
}

.column_4_square > ul .unit a .thumb img {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.column_4_square > ul .unit a .txt_title {
  font-size: 1.8rem;
  color: #009944;
  font-weight: bold;
  margin-bottom: 45px;
}

.column_4_square > ul .unit a:before {
  content: "";
  background-repeat: no-repeat;
  background-image: url(../img/common/chevron.svg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-size: 14px 14px;
  height: 14px;
  width: 14px;
  right: 1px;
  bottom: 0;
  display: inline-block;
  position: absolute;
  z-index: 1;
}

.column_4_square > ul .unit a:after {
  content: "";
  background: #009944;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  position: absolute;
  bottom: -13px;
  right: -10px;
}

.column_4_card {
  position: relative;
}

.column_4_card > ul {
  min-height: 200px;
  opacity: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 20px;
  width: 1200px;
  margin: 0 auto;
}

.column_4_card > ul > li {
  width: 23%;
  border: 1px solid #e3e3e3;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.column_4_card > ul > li:nth-child(4n) {
  margin-right: 0;
}

.column_4_card > ul > li:hover > a {
  opacity: 0.7;
}

.column_4_card > ul > li > a {
  display: block;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.column_4_card > ul > li > a:hover .thumb img {
  opacity: 0.7;
}

.column_4_card > ul > li > a .thumb {
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}

.column_4_card > ul > li > a .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.column_4_card > ul > li > a:hover .thumb img {
  transform: scale(1.05);
}

.column_4_card > ul > li > span {
  display: block;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.column_4_card > ul > li > span:hover {
  opacity: 0.7;
}

.column_4_card > ul > li > span .thumb {
  margin-bottom: 10px;
  overflow: hidden;
  height: 190px;
  line-height: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.column_4_card > ul > li > span img {
  width: 100%;
  border: 1px solid #ccc;
}

.column_4_card > ul > li p {
  font-size: 1.6rem;
  line-height: 1.3;
  color: #0f7e40;
  font-weight: bold;
  margin: 5px 0 10px;
}

.column_4_card > ul > li > span:hover {
  opacity: 1 !important;
}

.column_4_card > ul .category_list {
  margin-bottom: 20px;
}

.column_4_card > ul .category_list li {
  display: inline-block;
}

.column_4_card.loaded .loading {
  display: none;
}

.column_4_card.loaded > ul {
  opacity: 1;
}
.btn_common_works {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  padding-right: 50px;
  position: relative;
  color: #333;
  transition: 0.3s all;
}
.btn_common_works::after {
  content: "";
  background-repeat: no-repeat;
  background-image: url(../img/common/chevron.svg);
  -webkit-transform: rotate(90deg);
  background-color: #0f7e40;
  background-size: 18px 18px;
  background-position: center;
  border-radius: 5px;
  padding: 7px;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(90deg);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.btn_common_works:hover {
  color: #0f7e40;
}
.btn_common_works:hover::after {
  transform: translateX(2px) translateY(-50%) rotate(90deg);
}
.column_5 {
  position: relative;
}

.column_5 > ul {
  min-height: 200px;
  opacity: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  width: 1200px;
  margin: 0 auto 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.column_5 > ul .unit {
  width: 224px;
  height: auto;
  background: #fff;
  margin-bottom: 20px;
  margin-right: 20px;
  position: relative;
  border: 1px solid #fff;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.column_5 > ul .unit:nth-child(5n) {
  margin-right: 0;
}

.column_5 > ul .unit:hover {
  border: 1px solid #009944;
}

.column_5 > ul .unit:hover a .thumb img {
  opacity: 0.7;
}

.column_5 > ul .unit a {
  display: block;
  padding: 20px 15px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.column_5 > ul .unit a .thumb {
  margin-bottom: 20px;
  overflow: hidden;
  height: 192px;
}

.column_5 > ul .unit a .thumb img {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  width: 100%;
}

.column_5 > ul .unit a .label {
  display: inline-block;
  padding: 5px 15px;
  margin-bottom: 5px;
  margin-right: 5px;
  background: #999;
  color: #fff;
  text-align: center;
}

.column_5 > ul .unit a .txt {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #333;
  margin-top: 5px;
}

.column_5 > ul .unit a .txt .date {
  display: block;
  margin-bottom: 10px;
  line-height: 1;
}

.column_5.loaded .loading {
  display: none;
}

.column_5.loaded ul {
  opacity: 1;
}

.column_5.hide .loading {
  display: none;
}

.column_5.hide ul {
  opacity: 1;
}

.pagenation_wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 150px;
}

.pagenation_wrap ul {
  text-align: center;
}

.pagenation_wrap ul .prev {
  position: relative;
}

.pagenation_wrap ul .prev:before,
.pagenation_wrap ul .prev:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.pagenation_wrap ul .prev:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 20px;
  margin-top: -20px;
}

.pagenation_wrap ul .prev:before {
  border-color: rgba(0, 153, 68, 0);.page_works_list .section_02
  border-right-color: #009944;
  border-width: 21px;
  margin-top: -21px;
}

.pagenation_wrap ul .prev a {
  border-left: none;
}

.pagenation_wrap ul .prev:hover:before {
  content: "";
}

.pagenation_wrap ul .prev:hover:after {
  border-right-color: #009944;
}

.pagenation_wrap ul .next {
  position: relative;
}

.pagenation_wrap ul .next:before,
.pagenation_wrap ul .next:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.pagenation_wrap ul .next:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 20px;
  margin-top: -20px;
}

.pagenation_wrap ul .next:before {
  border-color: rgba(0, 153, 68, 0);
  border-left-color: #009944;
  border-width: 21px;
  margin-top: -21px;
}

.pagenation_wrap ul .next a {
  border-right: none;
}

.pagenation_wrap ul .next:hover:before {
  border-right-color: #fff;
}

.pagenation_wrap ul .next:hover:after {
  border-left-color: #009944;
}

.pagenation_wrap ul li {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-right: 5px;
}

.pagenation_wrap ul li a {
  display: block;
  border: 1px solid #009944;
  color: #009944;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  width: 42px;
  height: 42px;
  line-height: 41px;
  text-align: center;
}

.pagenation_wrap ul li a:hover {
  background-color: #009944;
  color: #fff;
}

.pagenation_wrap ul .pageNum.isActive {
  background-color: #009944;
}

.pagenation_wrap ul .pageNum.isActive a {
  color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .column_2 > ul {
    width: 100%;
    margin-bottom: 0;
  }
  .column_2 > ul .unit {
    width: 49%;
    padding: 20px;
    margin-bottom: 15px;
  }
  .column_2 > ul .unit:nth-child(odd) {
    margin-right: 2%;
  }
  .column_2 > ul .unit .thumb {
    margin-bottom: 15px;
    height: auto;
  }
  .column_2 > ul .unit .block_txt .txt_title {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .column_2 > ul .unit .block_txt .txt {
    display: none;
  }
  .column_5 > ul {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 10px;
  }
  .column_5 > ul .unit {
    width: 49%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .column_5 > ul .unit:nth-child(odd) {
    margin-right: 2%;
  }
  .column_5 > ul .unit a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px;
  }
  .column_5 > ul .unit a .thumb {
    margin-right: 15px;
    margin-bottom: 0;
    height: auto;
    line-height: initial;
  }
  .column_5 > ul .unit a .thumb img {
    width: 95px;
  }
  .column_5 > ul .unit a .block_txt {
    max-width: 210px;
  }
  .column_5 > ul .unit a .label {
    font-size: 1rem;
    margin-bottom: 5px;
  }
  .column_5 > ul .unit a .txt {
    font-size: 1.1rem;
  }
  .column_5 > ul .unit a .txt .date {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .hero_container {
    height: 135px;
  }
  .hero_container h1 {
    padding-left: 20px;
    font-size: 1.8rem;
  }
  .hero_container h1 .en {
    font-size: 1.1rem;
    margin: 10px 0 0;
  }
  .breadcrumb {
    display: none;
  }
  .column_4_square {
    margin-bottom: 0px;
    padding: 10px 20px;
  }
  .column_4_square > ul {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .column_4_square > ul .unit {
    width: 48%;
    padding: 0;
    margin-right: 0;
    height: auto;
  }
  .column_4_square > ul .unit:nth-child(odd) {
    margin-right: 4%;
  }
  .column_4_square > ul .unit a {
    border: none;
    border-bottom: 1px solid #d2d2d2;
    padding: 0;
    height: 100%;
  }
  .column_4_square > ul .unit a .thumb {
    margin-bottom: 5px;
  }
  .column_4_square > ul .unit a .thumb img {
    width: 100%;
  }
  .column_4_square > ul .unit a .txt_title {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  .column_4_square > ul .unit a:before {
    background-size: 12px 12px;
    height: 12px;
    width: 12px;
    right: 3px;
    bottom: 4px;
  }
  .column_4_square > ul .unit a:after {
    width: 20px;
    height: 20px;
    bottom: 0;
    right: 0;
    line-height: 25px;
  }
  .column_4_card > ul {
    width: 100%;
  }
  .column_4_card > ul > li {
    width: 49%;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .column_4_card > ul > li:nth-child(odd) {
    margin-right: 2%;
  }
  .column_4_card > ul > li > span {
    display: block;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .column_4_card > ul > li > span:hover {
    opacity: 0.7;
  }
  .column_4_card > ul > li > span .thumb {
    margin-bottom: 5px;
    height: 90px;
    line-height: 90px;
  }
  .column_4_card > ul > li > span img {
    width: 100%;
  }
  .column_4_card > ul > li p {
    font-size: 1rem;
  }
  .column_4_card > ul .category_list {
    margin-right: 0;
  }
  .column_4_card > ul .category_list li {
    display: inline-block;
  }
  .column_4_card > ul .category_list li .category_label {
    padding: 5px 7px;
  }
  .pagenation_wrap {
    width: 100%;
    margin: 0 auto 75px;
  }
  .pagenation_wrap ul li {
    width: 34px;
    height: 32px;
  }
  .pagenation_wrap ul li a {
    height: 32px;
    width: 34px;
    line-height: 31px;
  }
  .pagenation_wrap ul .prev:first-child {
    position: relative;
  }
  .pagenation_wrap ul .prev:first-child:before,
  .pagenation_wrap ul .prev:first-child:after {
    right: 100%;
    top: 76%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .pagenation_wrap ul .prev:first-child:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 15px;
    margin-top: -23px;
  }
  .pagenation_wrap ul .prev:first-child:before {
    border-color: rgba(0, 153, 68, 0);
    border-right-color: #009944;
    border-width: 16px;
    margin-top: -24px;
  }
  .pagenation_wrap ul .prev:first-child a {
    border-left: none;
  }
  .pagenation_wrap ul .prev:first-child:hover:before {
    content: "";
  }
  .pagenation_wrap ul .prev:first-child:hover:after {
    border-right-color: #009944;
  }
  .pagenation_wrap ul .next:last-child {
    position: relative;
  }
  .pagenation_wrap ul .next:last-child:before,
  .pagenation_wrap ul .next:last-child:after {
    left: 100%;
    top: 76%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .pagenation_wrap ul .next:last-child:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    border-width: 15px;
    margin-top: -23px;
  }
  .pagenation_wrap ul .next:last-child:before {
    border-color: rgba(0, 153, 68, 0);
    border-left-color: #009944;
    border-width: 16px;
    margin-top: -24px;
  }
  .pagenation_wrap ul .next:last-child a {
    border-right: none;
  }
  .pagenation_wrap ul .next:last-child:hover:before {
    border-right-color: #fff;
  }
  .pagenation_wrap ul .next:last-child:hover:after {
    border-left-color: #009944;
  }
}

@media screen and (max-width: 667px) {
  .column_2 > ul {
    width: 100%;
    margin-bottom: 0;
  }
  .column_2 > ul .unit {
    width: 100%;
    padding: 20px;
    margin-bottom: 15px;
  }
  .column_2 > ul .unit .thumb {
    margin-bottom: 15px;
    height: auto;
    line-height: 100%;
  }
  .column_2 > ul .unit .block_txt .txt_title {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .column_2 > ul .unit .block_txt .txt {
    display: none;
  }
  .column_2 > ul .unit:nth-child(odd) {
    margin-right: 0;
  }
  .column_5 > ul {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 10px;
  }
  .column_5 > ul .unit {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .column_5 > ul .unit:nth-child(odd) {
    margin-right: 0;
  }
  .column_5 > ul .unit a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px;
  }
  .column_5 > ul .unit a .thumb {
    margin-right: 15px;
    margin-bottom: 0;
    height: 95px;
    width: 95px;
    line-height: initial;
  }
  .column_5 > ul .unit a .block_txt {
    max-width: 60%;
  }
  .column_5 > ul .unit a .label {
    font-size: 1rem;
    margin-bottom: 5px;
  }
  .column_5 > ul .unit a .txt {
    font-size: 1.1rem;
  }
  .column_5 > ul .unit a .txt .date {
    margin-bottom: 10px;
  }
}

.page_works_list .hero_container {
  background-image: url("../img/works/works_hero_top.jpg");
  position: relative;
  z-index: 0;
}

.page_works_list .hero_container::after {
  content: "";
  position: absolute;
  width: 40vw;
  height: 100%;
  background: linear-gradient(180deg, #379116 0%, #699e13 100%);
  top: 0;
  left: 0;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
}
.page_works_list .section_01 {
  padding-top: 80px;
}

.page_works_list .section_02 {
  padding: 55px 0;
  width: 1200px;
  margin: 0 auto;
}

.page_works_list .section_02 .btn_filter_top {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  color: #333;
  background-color: #e3e3e3;
  width: 100%;
  height: 45px;
  line-height: 45px;
  display: block;
  border-radius: 5px;
  border: none;
}

.page_works_list .section_02 .btn_filter_top:before {
  content: "＋";
  padding-right: 10px;
}

.page_works_list .section_02 .btn_filter_top.active {
  border-radius: 5px 5px 0 0;
}

.page_works_list .section_02 .btn_filter_top.active:before {
  content: "ー";
}

.page_works_list .section_02 form {
  background-color: #f5f5f5;
  border-radius: 0 0 5px 5px;
  padding-bottom: 30px;
  display: none;
}

.page_works_list .section_02 form fieldset {
  padding: 25px 80px 25px 0;
  border: none;
  border-bottom: 1px solid #d2d2d2;
  text-align: center;
}

.page_works_list .section_02 form fieldset legend {
  float: left;
  font-size: 1.6rem;
  width: 20%;
}

.page_works_list .section_02 form fieldset ul {
  float: left;
  width: 80%;
  text-align: left;
}

.page_works_list .section_02 form fieldset ul li {
  display: inline-block;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.page_works_list .section_02 form fieldset ul li label input {
  display: none;
}

.page_works_list
  .section_02
  form
  fieldset
  ul
  li
  label
  input:checked
  + span:before {
  background-color: #009944;
}

.page_works_list .section_02 form fieldset ul li label span {
  display: inline-block;
  padding-left: 25px;
  position: relative;
  margin-right: 20px;
}

.page_works_list .section_02 form fieldset ul li label span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  background-color: #fff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.page_works_list .section_02 form fieldset:after {
  content: "";
  display: block;
  clear: both;
}

.page_works_list .section_02 form fieldset:last-of-type {
  border-bottom: none;
}

.page_works_list .section_02 form fieldset .textarea {
  width: 80%;
  height: 30px;
  font-size: 1.4rem;
  padding-left: 10px;
}

.page_works_list .section_02 form fieldset ::-webkit-input-placeholder {
  color: #ccc;
}

.page_works_list .section_02 form fieldset ::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

.page_works_list .section_02 form fieldset :-ms-input-placeholder {
  color: #ccc;
}

.page_works_list .section_02 form .area ul {
  font-size: 0;
}

.page_works_list .section_02 form .area ul li {
  margin: 0 5px 5px 0;
}

.page_works_list .section_02 form .area ul li label input:checked + span {
  background-color: #009944;
  color: #fff;
}

.page_works_list .section_02 form .area ul li label span {
  padding-left: 0;
  margin-right: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  display: block;
  width: 67px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #999;
  background-color: #fff;
}

.page_works_list .section_02 form .area ul li label span:before {
  display: none;
}

.page_works_list .section_02 form .btn_submit_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 165px;
  margin: 0 auto;
}

.page_works_list .section_02 form .btn_submit_wrap:hover {
  opacity: 0.8;
}

.page_works_list .section_02 form .btn_submit_wrap img {
  position: absolute;
  top: 10px;
  left: 20px;
}

.page_works_list .section_02 form .btn_submit_wrap .btn_submit {
  display: inline-block;
  margin: 0 auto;
  border: none;
  background-color: #009944;
  color: #fff;
  padding: 10px 30px 10px 40px;
  font-size: 1.4rem;
  font-weight: bold;
  width: 100%;
}

.page_works_list .section_02 form .btn_submit_wrap .btn_submit:hover {
  cursor: pointer;
}

.page_works_list .section_03 {
  padding-top: 40px;
  width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}

.page_works_list .section_03 .inner_box_top li {
  color: white;
  background: #009944;
  padding: 5px 15px;
  display: inline-block;
  position: relative;
  font-size: 1.6rem;
  margin-right: 10px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  margin-left: 10px;
  margin-bottom: 10px;
}

.page_works_list .section_03 .inner_box_top li:hover {
  opacity: 0.8;
}

.page_works_list .section_03 .inner_box_top li:after {
  content: "";
  border-top: 14px solid transparent;
  border-right: 10px solid #009944;
  border-bottom: 14px solid transparent;
  position: absolute;
  left: -10px;
  top: 0;
}

.page_works_list .section_03 .inner_box_top li:last-child:before {
  content: "の一覧";
  position: absolute;
  right: -55px;
  width: 50px;
  color: #000;
}

.page_works_list .section_03 .inner_box_top span {
  font-size: 1.6rem;
  color: #333;
}

.page_works_list .section_03 .inner_box_bottom {
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .page_works_list .hero_container {
    background-image: url("../img/works/sp_works_hero_top.jpg");
  }
  .page_works_list .section_01 {
    padding-top: 40px;
  }

  .page_works_list .section_01 .inner_box_bottom h4 {
    font-size: 24px;
    padding-top: 30px;
  }

  .page_works_list .section_01 .inner_box_bottom .loading {
    height: 300px;
    line-height: 300px;
  }
  .page_works_list .section_01 .inner_box_bottom .carousel_wrap {
    margin-top: 40px;
  }
  .page_works_list .section_01 .inner_box_bottom .carousel_wrap .unit {
    margin: 0 5px;
    width: 240px;
    height: 200px;
  }
  .page_works_list .section_01 .inner_box_bottom .carousel_wrap .unit p {
    font-size: 1.3rem;
  }
  .page_works_list .section_02 {
    width: 100%;
    padding: 30px 20px;
  }
  .page_works_list .section_02 form fieldset {
    padding: 0 0 0 15px;
  }
  .page_works_list .section_02 form fieldset legend {
    float: initial;
    width: 100%;
    text-align: left;
    padding-top: 30px;
  }
  .page_works_list .section_02 form fieldset ul {
    float: initial;
    width: 100%;
    padding: 10px 0;
  }
  .page_works_list .section_02 form fieldset ul li {
    margin-bottom: 15px;
    width: 49%;
  }
  .page_works_list .section_02 form fieldset ul li label span {
    padding-left: 30px;
    height: 20px;
    line-height: 20px;
    margin-right: 0;
  }
  .page_works_list .section_02 form fieldset ul li label span:before {
    width: 20px;
    height: 20px;
  }
  .page_works_list .section_02 form fieldset:last-of-type {
    padding: 0 15px;
  }
  .page_works_list .section_02 form fieldset:last-of-type legend {
    margin-bottom: 15px;
  }
  .page_works_list .section_02 form fieldset .textarea {
    width: 100%;
    margin-bottom: 30px;
  }
  .page_works_list .section_02 form .area {
    padding: 0 15px;
  }
  .page_works_list .section_02 form .area ul li {
    width: 32%;
    margin-right: 2%;
  }
  .page_works_list .section_02 form .area ul li label span {
    width: 100%;
    height: 40px;
    line-height: 40px;
  }
  .page_works_list .section_02 form .area ul li:nth-child(3n) {
    margin-right: 0;
  }
  .page_works_list .section_02 form .purpose ul li,
  .page_works_list .section_02 form .media ul li {
    display: block;
    width: 100%;
  }
  .page_works_list .section_02 form .btn_submit_wrap {
    width: 195px;
  }
  .page_works_list .section_02 form .btn_submit_wrap .btn_submit {
    padding: 10px 50px 10px 60px;
  }
  .page_works_list .section_03 {
    padding-top: 35px;
    width: 100%;
  }
  .page_works_list .section_03 .inner_box_top {
    display: none;
  }
  .page_works_list .section_03 .inner_box_bottom {
    padding: 0 20px;
    padding-bottom: 35px;
    position: relative;
  }
}

.section_term_list {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 20px;
}

/* カードリスト全体 */
.section_term_list .cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 50px;
  align-items: stretch; /* 高さ揃え */
}

/* カード個別 */
.section_term_list .cards__item {
  width: 30%; /* PC：4列 */
  border: 1px solid #7d7d7d;
  background: #fff;
  border-radius: 16px;
  transition: all 0.3s ease;
  height: auto;
  display: flex;
  flex-direction: column;
}

/* ✅ 1024px以下（タブレット） → 2列 */
@media screen and (max-width: 1024px) {
  .section_term_list .cards__item {
    width: calc(50% - 10px);
  }
}

/* ✅ 768px以下（スマホ） → 1列 */
@media screen and (max-width: 768px) {
  .section_term_list .cards__item {
    width: 100%;
  }
}

/* ✅ 1件だけのときは自然な高さに */
.section_term_list .cards:has(.cards__item:only-child) {
  align-items: flex-start;
}
