@charset "UTF-8";

/*------------------------------------------------------------
共通
------------------------------------------------------------*/
.en {
  font-family: 'Mukta', sans-serif;
}

.en_ttl {
  font-family: 'Mukta', sans-serif;
  font-weight: bold;
}

.jp_ttl {
  font-weight: bold;
}

.center_pc {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

@media screen and (min-width: 992px) {
  .center_pc {
    text-align: center;
    display: block;
  }
}

/* ----- media END ----- */

.bg-slider {
  width: 100vw;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-slider-title {
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
}

/*------------------------------------------------------------
MV
------------------------------------------------------------*/
.mv {
  position: relative;
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: right;
  margin-top: 65%;
  margin-bottom: 30px;
  margin-left: 20px;
  padding-top: 90%;
}

.mv::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -30px;
  z-index: -9999;
  width: 100%;
  height: 73%;
  background: rgba(127, 171, 39, 1);
  background: -moz-linear-gradient(left, rgba(127, 171, 39, 1) 0%, rgba(0, 111, 50, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(127, 171, 39, 1)), color-stop(100%, rgba(0, 111, 50, 1)));
  background: -webkit-linear-gradient(left, rgba(127, 171, 39, 1) 0%, rgba(0, 111, 50, 1) 100%);
  background: -o-linear-gradient(left, rgba(127, 171, 39, 1) 0%, rgba(0, 111, 50, 1) 100%);
  background: -ms-linear-gradient(left, rgba(127, 171, 39, 1) 0%, rgba(0, 111, 50, 1) 100%);
  background: linear-gradient(to right, rgba(127, 171, 39, 1) 0%, rgba(0, 111, 50, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7fab27', endColorstr='#006f32', GradientType=1);
}

.mv_catch {
  position: absolute;
  top: -50%;
  margin-right: 20px;
  z-index: 500;
}

body .mv_body {
  width: 84%;
  height: 70% !important;
  position: absolute;
  top: 70px;
  right: 0;
}

.mv_scroll_bar {
  position: relative;
  color: #fff;
  cursor: pointer;
  height: 53px;
  font-size: 1.4rem;
  letter-spacing: 4px;
}

.mv_scroll_box {
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  color: #fff;
}

.mv_scroll_txt_sub {
  display: none;
}

.mv_scroll_line {
  overflow: hidden;
  position: absolute;
  top: 32px;
  right: 50%;
  width: 1px;
  height: 62px;
  margin: auto;
}

.mv_scroll_line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120%;
  height: 100%;
  background: #fff;
  animation-name: scrollLine;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

@keyframes scrollLine {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@media screen and (min-width: 450px) {
  .mv {
    margin-top: 62%;
  }

  .mv_catch img {
    width: 450px;
    margin: 0 auto;
  }

  .mv_scroll_bar {
    height: 63px;
  }
}

/* ----- media END ----- */

@media screen and (min-width: 550px) {
  .mv {
    margin-top: 52%;
  }

  .mv_catch {
    top: -40%;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  body .mv_body {
    top: 90px;
  }
}

/* ----- media END ----- */

@media screen and (min-width: 650px) {
  .mv {
    margin-top: 31%;
  }

  .mv_catch {
    top: -23%;
  }

  .mv_catch img {
    width: 55%;
  }

  body .mv_body {
    top: 110px;
  }
}

/* ----- media END ----- */

@media screen and (min-width: 750px) {
  .mv {
    margin-top: 36%;
  }

  .mv_catch {
    top: -30%;
  }

  body .mv_body {
    top: 130px;
  }
}

/* ----- media END ----- */

@media screen and (min-width: 768px) {

  .mv_gamba,
  .mv_health {
    position: absolute;
    bottom: -60px;
    width: 100px;
  }

  .mv_gamba {
    left: 30px;
  }

  .mv_health {
    left: 150px;
  }
}

/* ----- media END ----- */

@media screen and (min-width: 992px) {
  .mv {
    background-size: 65%;
    margin-top: 0px;
    margin-right: 60px;
    margin-left: 0px;
    margin-bottom: 70px;
    padding-top: 37%;
  }

  .mv::before {
    left: auto;
    right: -60px;
    bottom: -70px;
    width: 65%;
    height: 100%;
  }

  .mv_catch {
    top: 10%;
    left: 0;
    width: auto;
    padding-left: 30px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .mv_catch img {
    width: 62%;
    margin: 0;
  }

  body .mv_body {
    width: 64%;
    height: 100% !important;
    top: 10px;
    right: 20px;
  }

  .mv_scroll_box {
    bottom: 30%;
    left: auto;
    right: -75px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .mv_scroll_bar {
    font-size: 1.6rem;
  }

  .mv_scroll_txt_sub {
    display: inline-block;
  }

  .mv_scroll_line {
    transform: rotate(270deg);
    top: -21px;
    right: -37%;
    height: 70px;
  }
}

/* ----- media END ----- */

@media screen and (min-width: 1200px) {
  .mv {
    margin-right: 90px;
    margin-bottom: 110px;
    background-size: 65%;
  }

  .mv::before {
    right: -90px;
    bottom: -110px;
  }

  .mv_catch {
    top: 15%;
    padding-left: 60px;
  }

  .mv_catch img {
    width: 520px;
  }

  .mv_scroll_bar {
    font-size: 1.8rem;
  }

  .mv_scroll_box {
    right: -100px;
  }

  .mv_scroll_line {
    top: -9px;
    right: -29%;
    height: 50px;
  }

  .mv_gamba,
  .mv_health {
    bottom: -90px;
    width: 150px;
  }

  .mv_gamba {
    left: 60px;
  }

  .mv_health {
    left: 230px;
  }
}

/* ----- media END ----- */

@media screen and (min-width: 1350px) {
  .mv::before {
    width: 65%;
  }

  .mv_catch img {
    width: 75%;
  }

  .mv_scroll_line {
    top: -19px;
    right: -33%;
    height: 70px;
  }
}

/* ----- media END ----- */

@media screen and (min-width: 1500px) {
  .mv {
    margin-right: 120px;
  }

  .mv::before {
    right: -120px;
  }

  .mv_catch {
    top: 20%;
    padding-left: 120px;
  }

  .mv_catch img {
    width: 73%;
  }

  .mv_scroll_box {
    right: -113px;
  }

  .mv_scroll_line {
    right: -39%;
  }

  .mv_gamba,
  .mv_health {
    width: 150px;
  }

  .mv_gamba {
    left: 120px;
  }

  .mv_health {
    left: 300px;
  }
}

/* ----- media END ----- */

@media screen and (min-width: 1700px) {
  .mv_catch img {
    width: 85%;
  }

  .mv_scroll_line {
    top: -29px;
    right: -49%;
    height: 93px;
  }
}

/* ----- media END ----- */

@media screen and (min-width: 1920px) {
  .mv {
    background-size: 1160px;
  }

  .mv::before {
    width: 1160px;
  }

  .mv_catch {
    top: 15%;
  }

  .mv_catch img {
    width: 100%;
  }

  body .mv_body {
    width: 1160px;
    height: 697px;
    top: 0;
    right: 0;
  }

  .mv_scroll_line {
    top: -44px;
    right: -51%;
    height: 123px;
  }
}

/* ----- media END ----- */

/*------------------------------------------------------------
製作実績
------------------------------------------------------------*/
.content_works {
  max-width: 520px;
  margin: 0 auto;
  padding: 0 20px;
}

.ttl_box {
  margin-bottom: 30px;
  text-align: center;
}

.ttl_main {
  font-size: 4.5rem;
}

.ttl_sub {
  font-size: 1.6rem;
}

.ttl_und {
  margin-bottom: 25px;
}

.works img {
  width: 100%;
}

.works_img {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}

.works_img_over {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  right: 0;
  background: rgba(127, 171, 39, 0.7);
  background: -moz-linear-gradient(left, rgba(127, 171, 39, 0.7) 0%, rgba(0, 111, 50, 0.7) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(127, 171, 39, 0.7)), color-stop(100%, rgba(0, 111, 50, 0.7)));
  background: -webkit-linear-gradient(left, rgba(127, 171, 39, 0.7) 0%, rgba(0, 111, 50, 0.7) 100%);
  background: -o-linear-gradient(left, rgba(127, 171, 39, 0.7) 0%, rgba(0, 111, 50, 0.7) 100%);
  background: -ms-linear-gradient(left, rgba(127, 171, 39, 0.7) 0%, rgba(0, 111, 50, 0.7) 100%);
  background: linear-gradient(to right, rgba(127, 171, 39, 0.7) 0%, rgba(0, 111, 50, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7fab27', endColorstr='#006f32', GradientType=1);
  opacity: 1;
  color: #fff;
  font-size: 2.0rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  transition: .2s;
  z-index: 1;
}

.works_list {
  margin-bottom: 40px;
}

.works_list li {
  position: relative;
  font-size: 1.0rem;
}

.works_txt1 {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 8px 10px;
  color: #fff;
}

.works_txt2 {
  position: absolute;
  right: 69px;
  bottom: 0;
  padding: 8px 10px;
  color: #fff;
}

.works_cat1 {
  background-color: #9AD259;
}

.works_cat2 {
  background-color: #29B1A1;
}

.works_cat3 {
  background-color: #ACACAF;
}

.works_cat4 {
  background-color: #668EB2;
}

.works_cat5 {
  background-color: #289B5C;
}

.works_cat6 {
  background-color: #FFBD00;
}

.main_deal {
  max-width: 400px;
  margin: 0 auto;
}

.main_deal_ttl {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 380px) {
  .works_txt1 {
    padding: 6px 10px;
  }

  .works_txt2 {
    right: 69px;
    padding: 6px 7px;
  }
}

/* ----- media END ----- */

@media screen and (max-width: 370px) {
  .works_txt1 {
    padding: 3px 3px;
  }

  .works_txt2 {
    right: 56px;
    padding: 3px 2px;
  }
}

/* ----- media END ----- */

@media screen and (min-width: 768px) {
  .content_works {
    max-width: 100%;
  }

  .ttl_box {
    margin-bottom: 35px;
  }

  .ttl_main {
    font-size: 5.8rem;
  }

  .ttl_sub {
    font-size: 1.8rem;
  }

  .ttl_und {
    margin-bottom: 55px;
  }

  .works_img:hover .works_img_over {
    left: 0;
  }

  .works_list {
    margin-bottom: 60px;
  }

  .main_deal {
    max-width: 1200px;
  }

  .main_deal_ttl {
    font-size: 3.0rem;
    font-weight: bold;
  }
}

/* ----- media END ----- */

@media screen and (min-width: 992px) {
  .content_works {
    margin: 0;
    padding: 0;
  }

  .works_img:hover .works-archive__over {
    left: 0;
  }
}

/* ----- media END ----- */

@media screen and (min-width: 1300px) {
  .works_list li {
    font-size: 1.3rem;
  }

  .works_txt1 {
    position: absolute;
    padding: 8px 30px;
  }

  .works_txt2 {
    position: absolute;
    right: 124px;
    bottom: 0;
    padding: 8px 30px;
  }
}

/* ----- media END ----- */

/*------------------------------------------------------------
主要取引企業
------------------------------------------------------------*/
.company-logo ul li {
  text-align: center;
}

.company-logo ul li img {
  width: auto;
  max-height: 150px;
}

@media screen and (min-width: 992px) {
  .company-logo {
    max-width: 1020px;
    margin: auto;
    padding: 0 30px;
  }
}

/* ----- media END ----- */

/*------------------------------------------------------------
サービス
------------------------------------------------------------*/
.service {
  margin-top: 0 !important;
}

.service_box>li:not(:first-child) {
  margin-top: 20px;
}

.service_list {
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  background-color: #fff;
  padding: 50px 25px 20px;
}

.service_list::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100.1%;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(180deg, #006F32 0%, #7EAB27 100%);
  background: linear-gradient(270deg, #006F32 0%, #7EAB27 100%);
  z-index: -1;
  -webkit-transform: skewX(180deg);
  -moz-transform: skewX(180deg);
  -ms-transform: skewX(180deg);
  transform: skewX(180deg);
  transition: .2s;
}

.service_list .hv_img {
  display: none;
}

.service_inner {
  text-align: center;
}

.service_img {
  text-align: center;
  padding-bottom: 20px;
}

.service_list_ttl {
  color: #19253A;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1;
  padding-bottom: 15px;
}

.service_list_ttl_sub {
  text-align: center;
  font-size: 1.6rem;
  color: #289B5C;
  background: -webkit-linear-gradient(0deg, #7EAB27, #006F32);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.service_txt {
  text-align: left;
  padding-left: 25px;
  padding-right: 25px;
}

.service_more {
  text-align: right;
  padding-left: 25px;
  padding-right: 25px;
}

@media screen and (min-width: 992px) {
  .service_box {
    box-shadow: 0 15px 15px rgba(144, 144, 144, 0.1);
  }

  .service_box>li:not(:first-child) {
    margin-top: 0px;
  }

  .service_box>li:not(:last-child) {
    border-right: 1px solid #F3F3F3;
  }

  .service_list {
    padding: 60px 40px 40px;
  }

  .service_list:hover.service_list::before {
    left: 0;
  }

  .service_list:hover .service_inner {
    color: #fff;
  }

  .service_list:hover .service_list_ttl {
    color: #fff;
  }

  .service_list:hover .service_list_ttl_sub {
    color: #fff;
    background: -webkit-linear-gradient(0deg, #fff, #fff);
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .service_list:hover .service_txt {
    color: #fff;
  }

  .service_list:hover .normal_img {
    display: none;
  }

  .service_list:hover .hv_img {
    display: inline-block;
  }

  .service_list_ttl {
    font-size: 2.8rem;
    padding-bottom: 20px;
  }

  .service_list_ttl_sub {
    font-size: 2.0rem;
  }

  .service_txt {
    transition: 0s;
    padding-left: 40px;
    padding-right: 40px;
  }

  .service_more {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* ----- media END ----- */

/*------------------------------------------------------------
看板掲載情報 info
------------------------------------------------------------*/
.info {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: relative;
  height: 350px;
  padding: 15px 0 0;
  background: url(../img/top/bg_info.jpg) center no-repeat;
  overflow: hidden;
}

.info:before {
  content: "";
  position: absolute;
  width: calc(100vw / 3);
  min-width: 640px;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #19253A;
  opacity: .8;
}

.info_area {
  position: relative;
  padding-bottom: 30px;
}

.info_box {
  text-align: center;
}

.info_ttl {
  font-size: 3.0rem;
  color: #fff;
  padding-bottom: 40px;
}

.info_box_txt {
  color: #fff;
  text-align: left;
  display: inline-block;
  padding-bottom: 35px;
}

.info__btn {
  background: #fff;
  color: #19253A;
}

.info__btn:hover::after {
  width: 100%;
}

.info__btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  background: #fff;
}

.info__btn::after {
  z-index: -1;
  width: 0;
  background: #DDE1E5;
}

@media screen and (min-width: 992px) {
  .info {
    height: 411px;
    padding: 0;
  }

  .info_area {
    padding-bottom: 0;
  }

  .info_ttl {
    font-size: 4.0rem;
  }

  .info_box_txt {
    padding-bottom: 70px;
    text-align: center;
  }
}

/* ----- media END ----- */

@media screen and (min-width: 1920px) {
  .info {
    background-size: cover;
  }
}

/* ----- media END ----- */

/*------------------------------------------------------------
recruit
------------------------------------------------------------*/
.recruit {
  position: relative;
  z-index: 0;
  background: url(../img/top/recruit-bg-sp.png) center;
}

.recruit__img {
  position: relative;
  margin-bottom: 40px;
  margin-left: 40px;
}

.recruit__img:before {
  content: "";
  position: absolute;
  left: -40px;
  bottom: -40px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(127, 171, 39, 1);
  background: -moz-linear-gradient(left, rgba(127, 171, 39, 1) 0%, rgba(0, 111, 50, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(127, 171, 39, 1)), color-stop(100%, rgba(0, 111, 50, 1)));
  background: -webkit-linear-gradient(left, rgba(127, 171, 39, 1) 0%, rgba(0, 111, 50, 1) 100%);
  background: -o-linear-gradient(left, rgba(127, 171, 39, 1) 0%, rgba(0, 111, 50, 1) 100%);
  background: -ms-linear-gradient(left, rgba(127, 171, 39, 1) 0%, rgba(0, 111, 50, 1) 100%);
  background: linear-gradient(to right, rgba(127, 171, 39, 1) 0%, rgba(0, 111, 50, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7fab27', endColorstr='#006f32', GradientType=1);
}

.recruit__box {
  padding: 30px 20px 0;
}

.recruit__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
  line-height: 1;
}

.recruit__ttl--main {
  font-size: 4.5rem;
}

.recruit__ttl--sub {
  font-size: 1.6rem;
  padding-left: 15px;
  padding-bottom: 8px;
}

.recruit__catch {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #289B5C;
  font-size: 2rem;
}

.recruit__catch:before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  margin-right: 10px;
  background: #19253A;
}

.recruit__txt {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .recruit {
    background: url(../img/top/recruit-bg.png) center;
  }

  .recruit__innre {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
  }

  .recruit__img {
    width: 50%;
  }

  .recruit__box {
    width: 50%;
    padding: 20px;
  }

  .recruit__btn {
    margin-right: 0;
    color: #fff;
  }
}

/* ----- media END ----- */

@media screen and (min-width: 992px) {
  .recruit__box {
    padding: 75px 13% 100px 60px;
  }

  .recruit__ttl--main {
    font-size: 5.8rem;
  }

  .recruit__ttl--sub {
    font-size: 1.8rem;
    padding-left: 25px;
    padding-bottom: 11px;
  }

  .recruit__catch {
    font-size: 2.8rem;
  }

  .recruit__catch:before {
    width: 40px;
    margin-right: 20px;
  }
}

/* ----- media END ----- */

@media screen and (min-width: 1200px) {
  .recruit__img {
    margin-bottom: 60px;
    margin-left: 60px;
  }

  .recruit__img:before {
    left: -60px;
    bottom: -60px;
  }
}

/* ----- media END ----- */

@media screen and (min-width: 1500px) {
  .recruit__img {
    margin-bottom: 120px;
    margin-left: 120px;
  }

  .recruit__img:before {
    left: -170px;
    bottom: -120px;
  }
}

/* ----- media END ----- */

/*------------------------------------------------------------
お知らせ
------------------------------------------------------------*/
.news-archive__bg {
  margin-bottom: 60px;
  padding-bottom: 60px;
  background: #F2F5F5;
}

.news-archive__box {
  padding: 20px 0;
  border-bottom: 1px solid #ACACAF;
}

.news-archive {
  margin-bottom: 40px;
}

.news-archive li:first-child .news-archive__box {
  padding: 0 0 20px;
}

.news-archive__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: inherit;
}

.news-archive__info {
  margin-bottom: 10px;
}

.news-archive__info--date {
  margin-right: 20px;
  color: #ACACAF;
  font-size: 1.4rem;
  line-height: 1;
}

.news-archive__info--category {
  padding: 3px 30px;
  font-size: 1.2rem;
  font-weight: bold;
  background: #fff;
}

.news-archive__txt {
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .news-archive__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    position: relative;
  }

  .news-archive__box:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 0;
    height: 1px;
    background: #289B5C;
    transition: width 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .news-archive__box:hover .news-archive__txt {
    color: #289B5C;
  }

  .news-archive__box:hover:after {
    width: 100%;
  }

  .news-archive__info {
    align-items: center;
    margin-bottom: 0;
  }

  .news-archive__info--date {
    margin-right: 0;
  }

  .news-archive__info--category {
    margin: 0 30px 0 20px;
  }
}

/* ----- media END ----- */

@media screen and (min-width: 992px) {
  .news-archive li:first-child .news-archive__box {
    padding: 20px 0;
  }

  .news-archive__bg {
    margin-bottom: 90px;
    padding-bottom: 90px;
  }

  .news-archive__info--date {
    font-size: 1.6rem;
  }
}

/* ----- media END ----- */

/*------------------------------------------------------------
blog
------------------------------------------------------------*/
.blog {
  position: relative;
  margin: -60px 0 30px;
  padding-bottom: 60px;
}

.blog:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 35%;
  background: rgba(127, 171, 39, 1);
  background: -moz-linear-gradient(left, rgba(127, 171, 39, 1) 0%, rgba(0, 111, 50, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(127, 171, 39, 1)), color-stop(100%, rgba(0, 111, 50, 1)));
  background: -webkit-linear-gradient(left, rgba(127, 171, 39, 1) 0%, rgba(0, 111, 50, 1) 100%);
  background: -o-linear-gradient(left, rgba(127, 171, 39, 1) 0%, rgba(0, 111, 50, 1) 100%);
  background: -ms-linear-gradient(left, rgba(127, 171, 39, 1) 0%, rgba(0, 111, 50, 1) 100%);
  background: linear-gradient(to right, rgba(127, 171, 39, 1) 0%, rgba(0, 111, 50, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7fab27', endColorstr='#006f32', GradientType=1);
}

.blog .ttl_main,
.blog .ttl_sub {
  color: #fff;
}

.blog_list {
  position: relative;
  padding-bottom: 60px;
}

.blog_list::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  transition: width 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.blog_list:hover .blog_list:hover::before {
  height: 4px;
}

.slick-dotted.blog__slider {
  margin-bottom: 0;
}

.blog__slider .slick-track {
  margin: 0;
  transition: 0s;
}

.blog__slider .slick-slide {
  padding: 0 20px;
}

.blog__slider a {
  max-width: 480px;
  margin: 0 auto;
}

.blog__date {
  font-size: 1.8rem;
  color: #ACACAF;
  padding-top: 25px;
}

.blog__ttl {
  margin-bottom: 5px;
  color: #19253A;
  font-weight: bold;
  font-size: 2.0rem;
  transition: .3s;
}

.blog__txt {
  font-size: 1.2rem;
  padding-bottom: 15px;
}

.blog__slider .slick-slide img {
  width: 100%;
}

.blog__slider .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  position: static;
}

.blog__slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 20px 7.5px 0;
}

.blog__slider .slick-dots li:only-child {
  display: none;
}

.blog__slider .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #F3F3F3;
}

.blog__slider .slick-dots .slick-active button {
  background: #289B5C;
}

.blog__slider .slick-dots li button:before {
  display: none;
}

.blog__btn {
  margin-top: 60px;
}

.blog__box {
  margin-top: 20px;
}

.blog_more {
  text-align: right;
  font-weight: bold;
  max-width: 480px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .blog {
    margin: -90px 0 30px;
    padding-bottom: 90px;
  }

  .blog:before {
    height: 36%;
  }

  .blog__slider {
    margin-right: 60px;
    margin-left: 60px;
  }

  .blog__slider .slick-slide {
    padding: 0 30px;
  }

  .blog__slider a {
    max-width: 100%;
  }

  .blog__slider .slick-dots li {
    margin-top: 60px;
  }

  .blog_list li:hover .blog__ttl {
    color: #289B5C;
  }

  .blog_list li:hover .btn_03 {
    color: #289B5C;
  }

  .blog__box {
    position: relative;
    padding-bottom: 30px;
  }

  .blog__box::before {
    content: "";
    display: block;
    position: absolute;
    background-color: #DDE1E5;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -2;
    height: 1px;
    transition: width 1s cubic-bezier(0.165, 0.84, 0.44, 1)
  }

  .blog__box::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 0;
    height: 1px;
    background-color: #289B5C;
    transition: .3s;
  }

  .blog_list li:hover .blog__box::after {
    width: 100%;
  }

  .blog__date {
    font-size: 1.6rem;
    padding-top: 20px;
  }

  .blog__ttl {
    font-size: 2rem;
    margin-bottom: 15px;
  }

  .blog__txt {
    font-size: 1.4rem;
    padding-bottom: 20px;
  }

  .blog_more {
    text-align: right;
    font-weight: bold;
    max-width: none;
    margin: 0;
  }
}

/* ----- media END ----- */

@media screen and (min-width: 1200px) {
  .blog__slider {
    margin-right: 120px;
    margin-left: 120px;
  }
}

/* ----- media END ----- */

@media screen and (min-width: 1500px) {
  .blog:before {
    height: 42%;
  }
}

/* ----- media END ----- */

/*------------------------------------------------------------
Loading
------------------------------------------------------------*/
.loading__body--on {
  overflow: hidden;
}

.loading__body--off {
  overflow: auto;
}

.loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100vw;
  height: 100vh;
  background: #fff;
  overflow: hidden;
  text-align: center;
}

.loading__box {
  margin-top: 50%;
  transition: none;
  display: none;
}

.loading__logo {
  margin-bottom: 20px;
  display: none;
}

.loading__box-txt {
  display: none;
}

.loading__box-txt span {
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  transition: none;
  -webkit-animation-name: fadein;
  animation-name: fadein;
  display: none;
}

.loading__box-txt span:first-child {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.loading__box-txt span:nth-child(2) {
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
}

.loading__box-txt span:nth-child(3) {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
}

.loading__box-txt span:nth-child(4) {
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
}

.loading__box-txt span:nth-child(5) {
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
}

.loading__box-txt span:nth-child(6) {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

.loading__box-txt span:nth-child(7) {
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
}

.loading__box-txt span:nth-child(8) {
  -webkit-animation-duration: 1.7s;
  animation-duration: 1.7s;
}

.loading__box-txt span:nth-child(9) {
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
}

.loading__box-txt span:nth-child(10) {
  -webkit-animation-duration: 1.9s;
  animation-duration: 1.9s;
}

.loading__box-txt span:nth-child(11) {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.loading__box-txt span:nth-child(12) {
  -webkit-animation-duration: 2.1s;
  animation-duration: 2.1s;
}

.loading__box-txt span:nth-child(13) {
  -webkit-animation-duration: 2.2s;
  animation-duration: 2.2s;
}

.loading__box-txt span:nth-child(14) {
  -webkit-animation-duration: 2.3s;
  animation-duration: 2.3s;
}

.loading__box-txt span:nth-child(15) {
  -webkit-animation-duration: 2.4s;
  animation-duration: 2.4s;
}

.loading__box-txt span:nth-child(16) {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
}

.loading__box-txt span:nth-child(17) {
  -webkit-animation-duration: 2.6s;
  animation-duration: 2.6s;
}

.loading__box-txt span:nth-child(18) {
  -webkit-animation-duration: 2.7s;
  animation-duration: 2.7s;
}

.loading__box-txt span:nth-child(19) {
  -webkit-animation-duration: 2.8s;
  animation-duration: 2.8s;
}

.loading__box-txt span:nth-child(20) {
  -webkit-animation-duration: 2.9s;
  animation-duration: 2.9s;
}

.loading__box-txt span:nth-child(21) {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

.loading__box-txt span:nth-child(22) {
  -webkit-animation-duration: 3.1s;
  animation-duration: 3.1s;
}

.loading__box-txt span:nth-child(23) {
  -webkit-animation-duration: 3.2s;
  animation-duration: 3.2s;
}

.loading__box-txt span:nth-child(24) {
  -webkit-animation-duration: 3.3s;
  animation-duration: 3.3s;
}

.loading__box-txt span:nth-child(25) {
  -webkit-animation-duration: 3.4s;
  animation-duration: 3.4s;
}

.loading__box-txt span:nth-child(26) {
  -webkit-animation-duration: 3.5s;
  animation-duration: 3.5s;
}

.loading__box-txt span:nth-child(27) {
  -webkit-animation-duration: 3.6s;
  animation-duration: 3.6s;
}

.loading__box-txt span:nth-child(28) {
  -webkit-animation-duration: 3.7s;
  animation-duration: 3.7s;
}

.loading__box-txt span:nth-child(29) {
  -webkit-animation-duration: 3.8s;
  animation-duration: 3.8s;
}

.loading__box-txt span:nth-child(30) {
  -webkit-animation-duration: 3.9s;
  animation-duration: 3.9s;
}

.loading__box-txt span:nth-child(31) {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
}

.loading__box-txt span:nth-child(32) {
  -webkit-animation-duration: 4.1s;
  animation-duration: 4.1s;
}

@media screen and (min-width: 768px) {
  .loading__box {
    margin-top: 20%;
  }

  .loading__box-txt span {
    font-size: 2.2rem;
  }
}

@-webkit-keyframes fadein {
  for {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadein {
  for {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
