@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;
  width: 1200px;
  margin: 0 auto;
}

.column_4_card > ul > li {
  width: 270px;
  margin-right: 40px;
}

.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;
  overflow: hidden;
}

.column_4_card > ul > li > a .thumb img {
  width: 100%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.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: #009944;
  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;
}

.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 {
  width: 1200px;
  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);
  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;
    border: 1px solid #e3e3e3;
  }
  .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;
    border: 1px solid #e3e3e3;
  }
  .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 {
  padding-top: 90px !important;
} */

.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 {
  position: relative;
  padding-top: 80px;
  overflow: hidden;
}

.page_works_list .section_01 .inner_box_top {
  width: 1200px;
  margin: 0 auto;
}

.page_works_list .section_01 .inner_box_top .ttl {
  margin-bottom: 20px;
  line-height: 1.5;
}

/* .page_works_list .section_01 .inner_box_top .ttl:before {
  content: none;
} */

.page_works_list .section_01 .inner_box_top .category_list {
  margin-bottom: 20px;
  text-align: center;
}

.page_works_list .section_01 .inner_box_top .category_list li {
  display: inline-block;
}

.page_works_list .section_01 .inner_box_top .content_main img {
  max-width: 960px;
  display: block;
  border: 1px solid #ccc;
  margin: 0 auto 35px;
}

.page_works_list .section_01 .inner_box_top .content_main p {
  font-size: 1.6rem;
  color: #333;
  line-height: 1.7;
  max-width: 960px;
  margin: 0 auto 1em;
  text-align: left;
}

.page_works_list .section_01 .inner_box_top .content_main p:last-of-type {
  margin-bottom: 50px;
}

.page_works_list .section_01 .inner_box_bottom {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 120px;
}

.page_works_list .section_02 {
  position: relative;
}

.page_works_list .section_02 .inner_box {
  width: 960px;
  margin: 0 auto;
  padding-bottom: 70px;
}

.page_works_list .section_02 .inner_box .ttl {
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}

.page_works_list .section_02 .inner_box .ttl:before {
  content: none;
}

.page_works_list .section_02 .article_block_wrap > ul {
  font-size: 1.6rem;
  line-height: 1.4;
  padding-left: 1em;
}

.page_works_list .section_02 .article_block_wrap > ul li {
  list-style: circle;
  margin-bottom: 0.5em;
}

.page_works_list .section_sns_wrap {
  max-width: 960px;
  width: 100%;
  margin: 30px auto;
  padding-bottom: 70px;
}

.page_works_list .section_03 {
  padding-top: 70px;
  margin-top: 50px;
  position: relative;
}

.page_works_list .section_03:before {
  top: -100px;
  z-index: -1;
}

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

.page_works_list .section_03 .related_posts ul {
  opacity: 1;
}

.page_works_list .section_03 .related_posts ul li a {
  display: block;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 150px;
}

.page_works_list .section_03 .related_posts ul li a img {
  width: 100%;
}

.page_works_list .block_sns_share_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 70px;
}

.page_works_list .block_sns_share_area ul li {
  font-size: 1.4rem;
}

.page_works_list .block_sns_share_area ul li:first-child {
  margin-right: 15px;
}

.page_works_list .block_sns_share_area ul li:nth-child(2) {
  margin-right: 10px;
}

.page_works_list .block_sns_share_area ul li:not(:first-child) a {
  background-color: #f5f5f5;
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page_works_list .block_sns_share_area ul li:not(:first-child) a:hover {
  opacity: 0.7;
}

.page_works_list .block_sns_share_area ul .icon_facebook img {
  width: 25px;
}

.page_works_list .block_sns_share_area ul .icon_twitter img {
  width: 24px;
}

@media screen and (max-width: 768px) {
  .page_works_list {
    padding-top: 50px !important;
  }
  .page_works_list .hero_container {
    background-image: url("../img/works/sp_service_hero_top.jpg");
  }
  .page_works_list .section_01 {
    padding: 40px 20px 0;
  }
  .page_works_list .section_01:before {
    top: 130px;
    height: 210px;
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  .page_works_list .section_01 .inner_box_top {
    width: 100%;
    margin: 0 auto;
  }

  .page_works_list .section_01 .inner_box_top .category_list {
    margin-bottom: 15px;
    text-align: left;
  }
  .page_works_list .section_01 .inner_box_top .content_main img {
    width: 100%;
    margin-bottom: 20px;
  }
  .page_works_list .section_01 .inner_box_top .content_main p {
    font-size: 1.4rem;
    padding: 0;
  }
  .page_works_list .section_01 .inner_box_top .content_main p:last-of-type {
    margin-bottom: 20px;
  }
  .page_works_list .section_01 .inner_box_bottom {
    width: 100%;
    padding-bottom: 20px;
  }
  .page_works_list .section_01 .inner_box_bottom ul li img {
    width: 100%;
  }
  .page_works_list .section_01 .inner_box_bottom ul li:last-child {
    margin-right: 0;
  }
  .page_works_list .section_02 {
    margin: 0 20px;
  }
  .page_works_list .section_02 .inner_box {
    width: 100%;
    margin: 0 auto;
  }
  .page_works_list .section_02 .inner_box .ttl {
    font-size: 3.6rem;
    font-weight: bold;
    text-align: center;
    color: #000;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .page_works_list .section_02 .inner_box .ttl {
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 768px) {
  .page_works_list .section_02 .article_block_wrap ul {
    font-size: 1.2rem;
  }
  .page_works_list .section_sns_wrap {
    width: auto;
    margin: 0 20px;
  }
  .page_works_list .section_03 {
    padding-top: 50px;
    position: relative;
  }

  .page_works_list .section_03:before {
    top: -50px;
    height: 50px;
  }
  .page_works_list .section_03 .inner_box_bottom {
    padding: 0 20px;
    padding-bottom: 55px;
  }
  .page_works_list .section_03 .related_posts ul li a {
    height: auto;
    margin-bottom: 5px;
  }
  .page_works_list .block_sns_share_area ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 50px;
  }
  .page_works_list .block_sns_share_area ul li {
    font-size: 1.4rem;
  }
  .page_works_list .block_sns_share_area ul li:first-child {
    margin-right: 5px;
  }
  .page_works_list .block_sns_share_area ul li:nth-child(2) {
    margin-right: 5px;
  }
  .page_works_list .block_sns_share_area ul li:not(:first-child) a {
    width: 30px;
    height: 30px;
  }
  .page_works_list .block_sns_share_area ul .icon_facebook img {
    width: 18px;
  }
  .page_works_list .block_sns_share_area ul .icon_twitter img {
    width: 18px;
  }
}
