@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;
  position: relative;
  z-index: 0;
}
.page-medias .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%);
}
.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;
  }
  .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: 130px;
  }
  .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-medias .hero_container {
  background-image: url("/img/media/service_media_hero_top.jpg") !important;
}

.page_media .section_01 {
  margin: 80px auto 50px;
  padding-top: 50px;
  border-top: 3px solid #f5f5f5;
  position: relative;
  max-width: 1200px;
  width: 100%;
}

.page_media .section_01:after {
  content: "";
  height: 3px;
  width: 290px;
  display: inline-block;
  top: -3px;
  background-color: #009944;
  margin: 0 auto;
  left: 0;
  right: 0;
  position: absolute;
}

.page_media .section_01 .inner_box_top {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 30px;
}

.page_media .section_01 .inner_box_top .ttl {
  margin-bottom: 45px;
}

.page_media .section_01 .inner_box_top .ttl:before {
  content: none;
}

.page_media .section_01 .inner_box_bottom {
  min-height: 395px;
  position: relative;
}

.page_media .section_01 .inner_box_bottom .loading {
  text-align: center;
}

.page_media .section_01 .inner_box_bottom ul {
  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;
}

.page_media .section_01 .inner_box_bottom ul .unit {
  width: 380px;
  padding: 20px;
  border: 1px solid #d2d2d2;
  margin-bottom: 30px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.page_media .section_01 .inner_box_bottom ul .unit:nth-child(3n + 2) {
  margin: 0 30px 30px;
}

.page_media .section_01 .inner_box_bottom ul .unit:hover {
  border: 1px solid #009944;
}

.page_media .section_01 .inner_box_bottom ul .unit span {
  display: block;
  overflow: hidden;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page_media .section_01 .inner_box_bottom ul .unit span img {
  width: 100%;
}

.page_media .section_01 .inner_box_bottom ul .unit .block_txt {
  margin-top: 20px;
}

.page_media .section_01 .inner_box_bottom ul .unit .block_txt h3 {
  color: #009944;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.page_media .section_01 .inner_box_bottom ul .unit .block_txt .txt {
  font-size: 1.4rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 20px;
  word-break: break-all;
}

.page_media .section_01 .inner_box_bottom.loaded .loading {
  display: none;
  min-height: 0;
  line-height: 0;
}

.page_media .section_01 .inner_box_bottom.loaded > ul {
  opacity: 1;
}

.page_media .section_02 {
  max-width: 1200px;
  margin: 0 auto 100px;
}

.page_media .section_02 h2 {
  text-align: center;
  color: #009944;
  font-size: 2.8rem;
  margin-bottom: 45px;
}

.page_media .section_02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page_media .section_02 ul li {
  width: 285px;
  font-size: 1.8rem;
  line-height: 65px;
  height: 65px;
  margin: 0 20px 25px 0;
}

.page_media .section_02 ul li:nth-child(4n) {
  margin: 0 0 25px 0;
}

.page_media .section_02 ul li a {
  color: #009944;
  padding-left: 15px;
  font-weight: bold;
  position: relative;
  display: block;
  border: 1px solid #d2d2d2;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.page_media .section_02 ul li a:hover {
  border: 1px solid #009944;
}

.page_media .section_02 ul li 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;
}

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

.page-media .hero_container {
  background-image: url("../img/media/service_media_hero_top.jpg");
}

.page-media .section_all {
  max-width: 1200px;
  margin: 90px auto 180px;
}

.page-media .section_common {
  margin: 100px auto 50px;
  padding-top: 50px;
  position: relative;
}

.page-media .section_common .loading {
  text-align: center;
}

.page-media .section_common .inner_box_top .ttl {
  margin-bottom: 45px;
}

.page-media .section_common .inner_box_top .ttl:before {
  content: none;
}

.page-media .section_common .inner_box_top .description {
  max-width: 960px;
  margin: 0 auto 30px;
}

.page-media .section_common .inner_box_bottom ul {
  margin-bottom: 55px;
}

.page-media .section_01 h2 {
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.page-media .section_01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin: 0 auto;
}

.page-media .section_01 ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-media .section_01 ul li a {
  font-size: 1.8rem;
  color: #009944;
}

.page-media .section_01 ul li a:hover {
  opacity: 0.7;
}

.page-media .section_01 ul li:last-child:after {
  content: none;
}

.page_media_individual .hero_container {
  background-image: url("../img/media/media_hero_top.jpg");
}

.page_media_individual .content_main {
  width: 380px;
  padding: 20px;
  margin: 50px auto;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.page_media_individual .content_main img {
  width: 100%;
  margin-bottom: 10px;
}

.page_media_individual .content_main h3 {
  color: #009944;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.page_media_individual .content_main .description {
  font-size: 1.4rem;
  line-height: 1.7;
  color: #333;
  word-break: break-all;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .page-media .section_01 .inner_box_bottom ul .unit {
    width: 32% !important;
    margin-right: 2% !important;
  }
  .page-media .section_01 .inner_box_bottom ul .unit:nth-child(3n) {
    margin-right: 0 !important;
  }
  .page-media_all .column_4_card ul {
    min-height: 150px;
  }
  .page-media_all .column_4_card ul li {
    width: 23.5%;
    margin-right: 2%;
  }
  .page-media_all .column_4_card ul li:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .page-media .hero_container {
    background-image: url("../img/media/sp_service_media_hero_top.jpg");
  }
  .page-media .section_01 {
    margin: 40px 20px 20px;
    padding-top: 25px;
    padding-top: 100px;
  }
  .page-media .section_01:after {
    width: 50%;
  }
  .page-media .section_01 .inner_box_top .ttl {
    margin-bottom: 20px;
    font-size: 2.3rem;
  }
  .page-media .section_01 .inner_box_top .description {
    padding: 0;
  }
  .page-media .section_01 .inner_box_bottom ul .unit {
    width: 100%;
    padding: 15px;
  }
  .page-media .section_01 .inner_box_bottom ul .unit:nth-child(3n + 2) {
    margin: 0 0 30px 0;
  }
  .page-media .section_01 .inner_box_bottom ul .unit .block_txt {
    margin-top: 15px;
  }
  .page-media .section_01 .inner_box_bottom ul .unit .block_txt h3 {
    font-size: 1.3rem;
    margin-bottom: 3px;
  }
  .page-media .section_01 .inner_box_bottom ul .unit .block_txt .txt {
    font-size: 1.1rem;
    margin-bottom: 0;
  }
  .page-media .section_02 {
    margin: 0 auto 50px;
  }
  .page-media .section_02 h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .page-media .section_02 ul {
    margin: 20px;
  }
  .page-media .section_02 ul li {
    width: 48%;
    margin: 0;
    line-height: initial;
    height: auto;
    margin-bottom: 25px;
  }
  .page-media .section_02 ul li:nth-child(odd) {
    margin-right: 4%;
  }
  .page-media .section_02 ul li:nth-child(4n) {
    margin: 0 0 25px 0;
  }
  .page-media .section_02 ul li a {
    border: none;
    border-bottom: 1px solid #d2d2d2;
    padding-left: 0;
    font-size: 1.4rem;
  }
  .page-media .section_02 ul li a:hover {
    border: none;
    border-bottom: 1px solid #009944;
  }
  .page-media .section_02 ul li a:before {
    background-size: 12px 12px;
    height: 12px;
    width: 12px;
    right: 3px;
    bottom: 4px;
  }
  .page-media .section_02 ul li a:after {
    width: 20px;
    height: 20px;
    bottom: 0;
    right: 0;
    line-height: 25px;
  }
  .page-media .hero_container {
    background-image: url("../img/media/sp_service_media_hero_top.jpg");
  }

  .page-media .section_all {
    max-width: 100%;
    margin: 40px 20px;
  }
  .page-media .section_common {
    margin: 30px auto 80px;
    padding-top: 30px;
  }
  .page-media .section_common:after {
    width: 50%;
  }
  .page-media .section_common .inner_box_top .ttl {
    margin-bottom: 20px;
  }
  .page-media .section_common .inner_box_top .description {
    max-width: 100%;
    padding: 0;
  }
  .page-media .section_common .inner_box_bottom ul {
    margin-bottom: 0;
  }
  .page-media .section_common .inner_box_bottom .btn_common_l {
    padding-left: 20px;
    font-size: 1.3rem;
  }

  .page-media .section_01 .inner_box_top h2 {
    font-size: 2.3rem;
  }
  .page-media .section_01 .inner_box_top .description {
    padding: 0;
  }
  .page-media .section_01 ul {
    max-width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
  }

  .page-media .section_01 ul li {
    width: 48%;
    margin-bottom: 25px;
  }
  .page-media .section_01 ul li:nth-child(odd) {
    margin-right: 4%;
  }
  .page-media .section_01 ul li:after {
    content: none;
  }
  .page-media .section_01 ul li a {
    border-bottom: 1px solid #d2d2d2;
    padding-left: 0;
    font-size: 1.4rem;
    display: block;
    width: 100%;
  }
  .page-media .section_01 ul li a:before {
    content: "";
    background-repeat: no-repeat;
    background-image: url(../img/common/chevron.svg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-size: 12px 12px;
    height: 12px;
    width: 12px;
    right: 3px;
    bottom: 4px;
    display: inline-block;
    position: absolute;
    z-index: 1;
  }
  .page-media .section_01 ul li a:after {
    content: "";
    background: #009944;
    width: 20px;
    height: 20px;
    bottom: 0;
    right: 0;
    line-height: 25px;
    display: inline-block;
    text-align: center;
    position: absolute;
    padding-left: 0;
  }
  .page_media_individual {
    padding-top: 50px !important;
  }
  .page_media_individual .hero_container {
    background-image: url("../img/media/sp_media_hero_top.jpg");
  }
  .page_media_individual .content_main {
    width: 100%;
    margin: 50px auto 100px;
  }
}

.section_01 {
  padding-top: 80px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.media-pickup {
  margin: 50px auto;
  padding: 0 20px;
}

.media-pickup .thumb {
}

.media-pickup .thumb img {
  transition: 0.3s all;
  width: 100%;
  height: 100%;
}
.media-pickup .thumb:hover img {
  transform: scale(1.02);
  opacity: 0.9;
}
.media-pickup .inner_box_top {
  max-width: 1200px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  font-size: 24px;
  margin-bottom: 50px;
}

.slick-initialized .slick-slide .thumb {
  border-radius: 20px;
  overflow: hidden;
  margin: 0 20px !important;
}
.slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.page_media_all ul.slick-dots {
  position: static;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  margin-top: 50px;
}
.slick-dots li button::before {
  color: #e2e2e2 !important ;
  opacity: 1;
}
.slick-dots li.slick-active button::before {
  color: #0f7e40 !important;
  opacity: 1;
}

/* 検索フォーム */
.media-search-wrap {
  padding: 20px;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
}
.media-category,
.media-search {
  border: 1px solid #07895e;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #f9fafb;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
  font-size: 16px;
  font-weight: bold;
}
.media-category-block {
  min-height: 200px;
}
.media-category__title,
.media-search__title {
  background: #07895e;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px 6px 0 0;
  font-size: 20px;
}
.media-subcategory-title {
  font-size: 24px;
  font-weight: bold;
  color: #009944;
  margin: 20px 0;
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
  width: 100%;
}

.media-subcategory-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(
    to left,
    #dbdbdb 90%,
    /* 左側 90% グレー */ #029844 90% /* 右側 10% グリーン */
  );
}

.media-category__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 30px;
}

.media-category__list li a {
  color: #333;
  font-weight: bold;
  text-decoration: none;
  background: #ffffff7d;
  border: 1px solid #333;
  border-radius: 5px;
  padding: 10px 20px;
  transition: 0.3s all;
}
.media-category__list li a:hover {
  background: #07895e;
  color: #fff;
  border-color: #07895e;
}

.media-search__form {
  padding: 1rem;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .media-search__form {
    padding: 20px;
  }
}

.media-search__block {
  margin-bottom: 40px;
}

.media-search__subtitle {
  background: #07895e;
  color: #fff;
  padding: 0.5rem 1rem;
  margin-bottom: 20px;
  border-radius: 4px;
}

.media-search__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.5rem;
  list-style: none;
}
/* input は非表示にする */
.media-search__tags input[type="checkbox"] {
  display: none;
}

/* label を装飾対象に */
.media-search__tags label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
}

/* 疑似チェックボックスの枠 */
.media-search__tags label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  background: #fff;
  box-sizing: border-box;
}

/* チェックが入ったときの見た目 */
.media-search__tags input[type="checkbox"]:checked + span::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #0f7e40;
  border-bottom: 2px solid #0f7e40;
}

input[type="text"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #d2d2d2;
  border-radius: 6px;
  font-size: 16px;
}
/* プレースホルダーの色 */
input[type="text"]::placeholder {
  color: #cccccc;
  font-size: 15px;
}
.media-search__tags li {
  white-space: nowrap;
}

.btn_search {
  min-width: 300px;
  width: fit-content;
  line-height: 55px;
  background-size: cover;
  display: block;
  text-align: center;
  margin: 0 auto;
  transition: 0.3s all;
  position: relative;
  font-size: 2rem;
  background: #fff;
  color: #333;
  font-weight: bold;
  border: 1px solid #333;
  border-radius: 10px;
  padding: 5px 20px;
  padding-right: 50px;
  cursor: pointer;
}

.btn_search::after {
  content: "";
  background-repeat: no-repeat;
  background-image: url(../img/common/search.svg);
  background-color: #0f7e40;
  background-size: 18px 18px;
  background-position: center;
  border-radius: 5px;
  padding: 7px;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  transition: 0.3s all;
}

.btn_search:hover {
  background-color: #0f7e40;
  color: #fff;
  border-color: #0f7e40;
}
.btn_search:hover::after {
  background-color: #fff;
  background-image: url(../img/common/search_green.svg);
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .btn_search {
    background-size: cover;
    min-width: 100%;
    width: 100%;
    line-height: 50px;
    font-size: 1.6rem;
  }

  .btn_search::after {
    background-size: 16px 16px;
    height: 16px;
    width: 16px;
    top: 50%;
    transform: translateY(-50%);
  }
}

/* カテゴリー一覧 */
.media-category-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left !important;
  color: #0f7e40;
  align-items: left;
  padding-bottom: 20px;
  position: relative;
}

.media-category-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%; /* 全体の下線幅 */
  height: 3px; /* 下線の太さ */
  background: linear-gradient(
    to right,
    #0f7e40 0 50px,
    /* 左：緑（50pxまで） */ #ddd 50px 100% /* 右：グレー */
  );
}

/* メディアカード*/
.media-card-list {
  display: flex;
  justify-content: space-between !important;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 50px !important;
}

.media-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #d2d2d2;
  display: flex;
  flex-direction: column;
  padding: 15px;
  transition: transform 0.3s;
  width: 32%;
  margin-bottom: 30px;
}

.media-card:hover {
}
.media-card__thumb {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.media-card__thumb img {
  width: 100%;
  display: block;
}

.media-card__body {
}

.media-card__title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #0f7e40;
  position: relative;
  display: block;
  width: 100%;
}

.media-card__text {
  font-size: 14px;
  line-height: 1.6;
}
