@charset "utf-8";

/*================================================
      PERFORMANCE
================================================*/
/*---------------------------------
    common
---------------------------------*/
.ttl_block .container .page_ttl {
  height: auto;
}

.ttl_block .container .page_ttl:before {
  display: none;
}

.ttl_block .container .page_ttl:after {
  display: none;
}

/* @@ smartphone(575px~) @@ */
@media screen and (max-width : 575px) {
  .h_ttl01 {
    font-size: 2.2rem;
    padding-bottom: .5em;
  }
}

/*---------------------------------
    s_01 (sec_intro)
---------------------------------*/
.sec_intro {
  padding-top: 8rem;
  background: #f0faf2;
  margin-top: -4.4rem;
  z-index: 1;
}

.sec_intro .amount_box {
  text-align: center;
  margin-bottom: 5rem;
}

.sec_intro .amount_box .inner {
  display: inline-block;
  padding: 0 11rem;
}

.sec_intro .amount_box .txt_s {
  font-size: 2.2rem;
  font-weight: 500;
  color: #716a6a;
  margin-bottom: 1em;
  line-height: 1;
  text-align: left;
}

.sec_intro .amount_box .txt_l {
  position: relative;
  line-height: 1;
}

.sec_intro .amount_box .txt_l:before,
.sec_intro .amount_box .txt_l:after {
  position: absolute;
  content: "";
  top: 50%;
  width: 8rem;
  height: 1px;
  background: #6fbe84;
}

.sec_intro .amount_box .txt_l:before {
  left: -11rem;
}

.sec_intro .amount_box .txt_l:after {
  right: -11rem;
}

.sec_intro .amount_box .txt_l span {
  display: inline-block;
  vertical-align: bottom;
  color: #218d3f;
}

.sec_intro .amount_box .txt_l .counter {
  font-size: 9.2rem;
  margin-right: .15em;
  font-weight: 700;
  padding-left: .7em;
  background: url(../image/icon_build.png) no-repeat bottom .05em left /auto .85em;
  width: 2.4em;
  text-align: right;
}

.sec_intro .amount_box .txt_l .unit {
  font-size: 2.4rem;
  font-weight: 500;
}

.sec_intro .area_box {
  margin-bottom: 4.5rem;
}

.sec_intro .area_box .area_list {
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1;

}
.sec_intro .area_box .area_list:not(:last-child){
  margin-bottom: 3.5rem;
}
.sec_intro .area_box .area_list li {
  font-size: 1.9rem;
}

.sec_intro .area_box .area_list li:not(:last-child) {
  margin-right: 1.5em;
}

.sec_intro .area_box .area_list li a {
  color: #218d3f;
  width: 8.5em;
  text-align: center;
  background: #fff;
  border: solid 1px #218d3f;
  padding: .75em 0;
}

.sec_intro .area_box .area_list li a.current {
  background: #218d3f;
  color: #fff;
  pointer-events: none;
}

.sec_intro .area_box .pref_list {
  justify-content: center;
  align-items: center;
  line-height: 1;
  flex-wrap: wrap;
}

.sec_intro .area_box .pref_list li {
  position: relative;
  font-size: 1.8rem;
  padding: 0 1em;
}

.sec_intro .area_box .pref_list li:not(:first-child):before {
  position: absolute;
  content: "";
  left: 0;
  top: 5%;
  height: 90%;
  width: 1px;
  background: #6fbe84;
}

.sec_intro .area_box .pref_list li a {
  position: relative;
  color: #433f3f;
  padding-bottom: 6px;
}

.sec_intro .area_box .pref_list li a:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #218d3f;
  opacity: 0;
  transform: translateY(6px);
  transition: .6s;
}

.sec_intro .area_box .pref_list li a.current:after {
  opacity: 1;
  transform: translateY(0);
  pointer-events: none;
}

.sec_intro .map_box {
  position: relative;
  height: 50rem;
}

.sec_intro .map_box:before {
  position: absolute;
  content: "地図を操作する場合はクリックして下さい。";
  font-size: 2rem;
  color: #fff;
  display: none;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .4);
  z-index: 2;
  transition: .6s;
}

.pc .sec_intro .map_box:before{
  display: flex;
}

.sec_intro .map_box:not(:hover):before,
.sec_intro .map_box.active:before {
  opacity: 0;
}

.sec_intro .map_box.active:before {
  visibility: hidden;
}

.sec_intro .map_box iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* @@ Animate @@ */
@media screen {
  .sec_intro[animate-type="animate_02"] {
    transition-duration: .6s;
    transition-property: opacity, transform;
    transition-timing-function: ease-in-out;
    transition-delay: .6s;
    opacity: 0;
    transform: translateY(5rem);
  }

  .sec_intro[animate-scroll="true"][animate-type="animate_02"] {
    opacity: 1;
    transform: translateY(0);
  }
}

/* @@ pc_only @@ */
@media screen and (min-width : 992px) {
  .sec_intro .area_box .area_list li a:hover {
    background: #218d3f;
    color: #fff;
  }

  .sec_intro .area_box .pref_list li a:hover:after {
    opacity: 1;
    transform: translateY(0);
  }
}

/* @@ tablet(991px~) @@ */
@media screen and (max-width : 991px) {
  .sec_intro {
    padding-top: 5rem;
    margin-top: -2rem;
  }

  .sec_intro .amount_box {
    margin-bottom: 3rem;
  }

  .sec_intro .amount_box .txt_s {
    font-size: 1.8rem;
  }

  .sec_intro .amount_box .txt_l .counter {
    font-size: 7.6rem;
  }

  .sec_intro .amount_box .txt_l .unit {
    font-size: 2.2rem;
  }

  .sec_intro .area_box .area_list:not(:last-child) {
    margin-bottom: 2.5rem;
  }

  .sec_intro .area_box .area_list li {
    font-size: 1.75rem;
  }

  .sec_intro .area_box .pref_list li {
    font-size: 1.6rem;
  }

  .sec_intro .amount_box .inner {
    padding: 0 10rem;
  }

  .sec_intro .amount_box .txt_l:before {
    left: -10rem;
  }

  .sec_intro .amount_box .txt_l:after {
    right: -10rem;
  }

  .sec_intro .map_box {
    height: 0;
    padding-top: 50%;
  }
}

/* @@ phablet(767px~) @@ */
@media screen and (max-width : 767px) {
  .sec_intro .amount_box .inner {
    padding: 0 8rem;
  }

  .sec_intro .amount_box .txt_s {
    font-size: 1.6rem;
  }

  .sec_intro .amount_box .txt_l .counter {
    font-size: 5.8rem;
  }

  .sec_intro .amount_box .txt_l .unit {
    font-size: 2rem;
  }

  .sec_intro .amount_box .txt_l:before,
  .sec_intro .amount_box .txt_l:after {
    width: 6rem;
  }

  .sec_intro .amount_box .txt_l:before {
    left: -8rem;
  }

  .sec_intro .amount_box .txt_l:after {
    right: -8rem;
  }

  .sec_intro .area_box .area_list li {
    font-size: 1.6rem;
  }

  .sec_intro .area_box .pref_list li {
    font-size: 1.5rem;
  }

  .sec_intro .area_box {
    margin-bottom: 3.5rem;
  }

  .sec_intro .map_box {
    padding-top: 60%;
  }
}

/* @@ smartphone(575px~) @@ */
@media screen and (max-width : 575px) {
  .sec_intro .amount_box .txt_s {
    font-size: 1.5rem;
  }

  .sec_intro .amount_box .inner {
    padding: 0 6rem;
  }

  .sec_intro .amount_box .txt_l:before,
  .sec_intro .amount_box .txt_l:after {
    width: 4rem;
  }

  .sec_intro .amount_box .txt_l:before {
    left: -6rem;
  }

  .sec_intro .amount_box .txt_l:after {
    right: -6rem;
  }

  .sec_intro .amount_box .txt_l .counter {
    font-size: 5rem;
  }

  .sec_intro .map_box {
    padding-top: 100%;
  }
  .sec_intro .map_box:before {
    font-size:1.4rem;
  }
  .sec_intro .amount_box {
    margin-bottom: 2rem;
  }

  .sec_intro .area_box .area_list:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .sec_intro .area_box .pref_list {
    justify-content: flex-start;
    align-items: stretch;
  }

  .sec_intro .area_box .pref_list li {
    width: 25%;
    padding: 0 .5em;
  }

  .sec_intro .area_box .pref_list li a {
    width: 100%;
    text-align: center;
    letter-spacing: 0;
    display: block;
  }

  .sec_intro .area_box .pref_list li:nth-child(n+5) {
    margin-top: .5em;
  }

  .sec_intro .area_box .pref_list li:first-child:before {
    position: absolute;
    content: "";
    left: 0;
    top: 5%;
    height: 90%;
    width: 1px;
    background: #76bfb7;
  }

  .sec_intro .area_box .pref_list li:nth-child(4n):after,
  .sec_intro .area_box .pref_list li:last-child:after {
    position: absolute;
    content: "";
    right: 0;
    top: 5%;
    height: 90%;
    width: 1px;
    background: #76bfb7;
  }

  .sec_intro .area_box .pref_list li a span {
    display: block;
    padding-top: 6px;
  }
}

/*---------------------------------
    s_02 (sec_works)
---------------------------------*/
.sec_works {
  padding: 7rem 0 10rem;
}

.sec_works .ttl_box {
  text-align: center;
  margin-bottom: 4rem;
}

.sec_works .ttl_box .h_ttl01 {
  margin-bottom: .5em;
  padding-bottom:0;
}
.sec_works .ttl_box .h_ttl01:after{
  display:none;
}
.sec_works .ttl_box .h_ttl_sub {
  font-size: 1.8rem;
  font-weight: 400;
  color: #228d3f;
}

.sec_works .work_box .work_list {
  flex-wrap: wrap;
}

.sec_works .work_list li {
  width: 32%;
}

.sec_works .work_list .img_box {
  position: relative;
  width: 100%;
  padding-top: 68.5%;
  background: #f2f2f2;
  margin-bottom: 3rem;
}

.sec_works .work_list .img_box img {
  position: absolute;
  left: 0;
  top: 0;
}

.sec_works .work_list .work_ttl {
  position: relative;
  font-size: 2.2rem;
  font-weight: 500;
  border-bottom: solid 1px #daf1df;
  line-height: 1.4;
  padding-bottom: .5em;
  padding-left: 1.5rem;
  margin-bottom: .875em;
}

.sec_works .work_list .work_ttl:before {
  position: absolute;
  content: "";
  left: 0;
  top: .2em;
  height: 1em;
  width: 6px;
  background: #c9e8d0;
}

.sec_works .work_list .work_sheet caption {
  text-align: left;
}

.sec_works .work_list .work_sheet th,
.sec_works .work_list .work_sheet td {
  font-weight: 400;
  vertical-align: top;
  text-align: left;
}

.sec_works .work_list .work_sheet .th_01 {
  white-space: nowrap;
}

.sec_works .work_list .work_sheet .td_01 {
  padding-left: 1em;
  text-indent: -1em;
}

.sec_works .work_list .work_sheet .td_01:before {
  content: "：";
}
/* @@ Animate @@ */
@media screen {
  .sec_works[animate-type="animate_02"] .ttl_box{
    transition-property:opacity,transform;
    transition-duration:.6s;
    transition-timing-function:ease-in-out;
    opacity:0;
    transform:translateY(3rem);
  }
  .sec_works .work_list li[animate-type="animate_03"]{
    transition-property:opacity,transform;
    transition-duration:.6s;
    transition-timing-function:ease-in-out;
    opacity:0;
    transform:translateY(2rem);
  }
  .sec_works[animate-scroll="true"][animate-type="animate_02"] .ttl_box{
    opacity:1;
    transform:translateY(0);
  }
  .sec_works .work_list li[animate-scroll="true"][animate-type="animate_03"]{
    opacity:1;
    transform:translateY(0rem);
  }
}
@media screen and (min-width : 768px) {
  .sec_works .work_list li[animate-type="animate_03"]:nth-child(3n+1){
    transition-delay:0s;
  }
  .sec_works .work_list li[animate-type="animate_03"]:nth-child(3n+2){
    transition-delay:.2s;
  }
  .sec_works .work_list li[animate-type="animate_03"]:nth-child(3n){
    transition-delay:.4s;
  }
}
@media screen and (max-width : 767px) {
  .sec_works .work_list li[animate-type="animate_03"]:nth-child(odd){
    transition-delay:0s;
  }
  .sec_works .work_list li[animate-type="animate_03"]:nth-child(even){
    transition-delay:.3s;
  }
}
/* @@ pc_only @@ */
@media screen and (min-width : 992px) {
  .sec_works .work_list li:not(:nth-child(3n+1)) {
    margin-left: 2%;
  }

  .sec_works .work_list li:nth-child(n+4) {
    margin-top: 4%;
  }
}

/* @@ tablet(991px~) @@ */
@media screen and (max-width : 991px) {
  .sec_works {
    padding: 5rem 0 8rem;
  }

  .sec_works .work_list li {
    width: 31%
  }

  .sec_works .work_list .img_box {
    margin-bottom: 1.5rem;
  }

  .sec_works .work_list .work_ttl {
    font-size: 1.8rem;
    margin-bottom: .75em;
  }

  .sec_works .work_list .work_ttl:before {
    top: .25em;
  }
}

@media (min-width : 768px) and (max-width : 991px) {
  .sec_works .work_list li:not(:nth-child(3n+1)) {
    margin-left: 3.5%;
  }

  .sec_works .work_list li:nth-child(n+4) {
    margin-top: 4%;
  }
}

/* @@ phablet(767px~) @@ */
@media screen and (max-width : 767px) {
  .sec_works {
    padding: 3.5rem 0 6rem;
  }

  .sec_works .ttl_box {
    margin-bottom: 3rem;
  }

  .sec_works .work_list li {
    width: 48%;
  }

  .sec_works .ttl_box .h_ttl_sub {
    font-size: 1.4rem;
  }
}

@media (min-width : 576px) and (max-width : 767px) {
  .sec_works .work_list li:nth-child(even) {
    margin-left: 4%;
  }

  .sec_works .work_list li:nth-child(n+3) {
    margin-top: 4%;
  }
}

/* @@ smartphone(575px~) @@ */
@media screen and (max-width : 575px) {
  .sec_works .work_list li {
    width: 100%;
  }

  .sec_works .work_list li:nth-child(n+2) {
    margin-top: 3.5rem;
  }
}