@charset "utf-8";
/*
font-family: "Noto Serif JP";
font-weight: 700;
sans:400=Regular,700=Bold
*/
.btn{
  position: relative;
  border: 2px solid #98FB98;
  background-color:#98FB98;
  width: 252px;
  height: 56px;
}
.btn a{
  display: block;
  color:#333333;
  width: 252px;
  font-size:18px;
  font-weight: 700;
  line-height: 56px;
  text-align: center;
  text-decoration: none;
}
.btn:hover{
  background-color:#388E3C;
  border: 2px solid #388E3C;
}
.btn a:hover{
  color:#FFF;
}
.btn02{
  position: relative;
  border: 2px solid #98FB98;
  background-color:#98FB98;
  width: 194px;
  height: 60px;
}
.btn02 a{
  display: block;
  color:#333333;
  width: 194px;
  font-size:18px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
}
.btn02:hover{
  background-color:#4CAF50;
  border: 2px solid #4CAF50;
}
.btn02 a:hover{
  color:#FFF;
}
.none_br{
  display: none;
}
a[href^="tel:"] {
  pointer-events: none;
}

/* keyview */
#keyview{
  width: 100%;
  height: 768px;
}
.key_cont{
  position: relative;
  background: url(../images/keyview_img.jpg)no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 768px;
  height: 768px;
  margin: 0px auto 0;
}
.key_cont h2{
  position: absolute;
  top: 362px;
  left: 50%;
  transform:translateX(-50%);
  width: 499px;
  height: 28px;
}
.key_cont h3{
  position: absolute;
  top: 431px;
  left: 50%;
  transform:translateX(-50%);
  width: 460px;
  height: 23px;
}
.key_cont h2 img{
  width: 100%;
}
.key_cont h3 img{
  width: 100%;
}
.key_cont p{
  position: absolute;
  top: 478px;
  left: 50%;
  transform:translateX(-50%);
  width: 490px;
  height: 38px;
  background-color: rgba(152, 251, 152, 0.7);
  color:#333333;
  font-size:16px;
  line-height:38px;
  font-weight: 400;
  text-align: center;
  }
  .br_sp{
    display: none;
  }

/* cont_intro*/
#cont_intro{
  position: relative;
  width: 1200px;
  height: 713px;
  margin: 160px auto 0px;
}
#cont_intro::before{
  content: '';
  position: absolute;
  top: -189px;
  left: 0;
  background: url(../images/rain.png)no-repeat;
  background-size: 100% auto;
  width: 304px;
  height: 179px;
}
.intro_head{
  width: 510px;
}
.intro_head p{
  position: relative;
  margin: 0 0 40px 40px;
  font-size: 24px;
  line-height: 26px;
}
.intro_head p::before{
  content: '';
  position: absolute;
  top: 50%;
  left: -40px;
  transform:translateY(-50%);
  background-color: #000000;
  width: 30px;
  height: 2px;
}
.intro_head h3{
  display: block;
  font-size: 36px;
  line-height: 43px;
  color: #4CAF50;
  font-family: "Noto Serif JP";
  font-weight: 700;
  text-align: left;
}
.intro_area{
  width: 515px;
  margin: 60px 0 0;
}
.intro_area p{
  margin-bottom: 1.5em;
  font-size: 18px;
  line-height: 1.5em;
  color: #333333;
}
.intro_area p:last-of-type{
  margin: 0;
}
.intro_btn{
  margin-top: 60px;
}
.intro_img{
  position: absolute;
  top: 0;
  left: 50%;
  width: 683px;
  height: 683px;
}
.intro_img img{
  position: relative;
  width: 100%;
}
.intro_img::before{
  content: '';
  position: absolute;
  top: 30px;
  left: -30px;
  background-color: #F2F5F2;
  width: 683px;
  height: 683px;
}

/* top_bg*/
#top_bg{
  clear: both;
  width: 100%;
  margin: 160px auto -5px;
}
#top_bg img{
  width: 100%;
}

/* business */
#cont_business{
  width: 100%;
  margin: 0px 0 160px;
  padding: 100px 0 160px;
  overflow: hidden;
  background-color: #F2F5F2;
}
.business_box{
  width: 1200px;
  margin: 0 auto 0;
}
.business_float{
  float: left;
  width: 740px;

}
.business_head{
  width: 740px;
}
.business_head p{
  position: relative;
  margin: 0 0 35px 40px;
  font-size: 24px;
  line-height: 26px;
}
.business_head p::before{
  content: '';
  position: absolute;
  top: 50%;
  left: -40px;
  transform:translateY(-50%);
  background-color: #000000;
  width: 30px;
  height: 2px;
}
.business_head h3{
  display: block;
  font-size: 36px;
  line-height: 38px;
  color: #4CAF50;
  font-family: "Noto Serif JP";
  font-weight: 700;
  text-align: left;
}
.business_txt{
  width: 740px;
  margin-top: 60px;
}
.business_txt p{
  margin-bottom: 1.5em;
  font-size: 18px;
  line-height: 1.5em;
  color: #333333;
}
.business_txt p:last-of-type{
  margin: 0;
}
.business_btn{
  margin-top: 70px;
}
.business_img{
  float: right;
  width: 370px;
}
.business_img li{
  position: relative;
  margin-bottom: 60px;
}
.business_img li:last-child{
  margin-bottom: 0px;
}
.business_img li img{
  position: relative;
  width: 100%;
  z-index: 1
}
.business_img li::before{
  content:'';
  position: absolute;
  top: 30px;
  left: -30px;
  background-color: #FFF;
  width: 370px;
  height: 260px;
  z-index: 0;
}

/* cont_case */
#cont_case{
  width: 1200px;
  margin: 0 auto 0;
}
.case_head{
  width: 100%;
}
.case_head p{
  position: relative;
  margin: 0 0 35px 40px;
  font-size: 24px;
  line-height: 26px;
}
.case_head p::before{
  content: '';
  position: absolute;
  top: 50%;
  left: -40px;
  transform:translateY(-50%);
  background-color: #000000;
  width: 30px;
  height: 2px;
}
.case_head h3{
  display: block;
  font-size: 36px;
  line-height: 38px;
  color: #4CAF50;
  font-family: "Noto Serif JP";
  font-weight: 700;
  text-align: left;
}
.case_list{
  width: 100%;
  margin: 55px 0 60px;
}
.case_list p{
  font-size: 18px;
  line-height: 1.5em;
  color: #333333;
}
.case_list ul{
  margin-top: 65px;
  display: flex;
  flex-wrap: wrap;
  gap:30px;
}
.case_list li{
  width: 318px;
  border: 1px solid #D9E2D9;
  padding: 30px;
}
.case_list_img{
  position: relative;
  width: 320px;
}
.case_list_img img{
  width: 100%;
}
.case_list_img h4{
  position: absolute;
  bottom:15px;
  right: 15px;
  width: 143px;
  background-color: #98FB98;
  font-size: 14px;
  line-height: 36px;
  font-weight: 700;
  color: #333333;
  text-align: center;
}
.case_list li h5{
  margin-top: 20px;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  color: #388E3C;
}
.case_list li p{
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.5em;
  color: #333333;
}
.case_txt p{
  font-size: 24px;
  line-height: 43px;
  font-weight: 700;
  color: #43A047;
  text-align: center;
}
.case_btn{
  margin: 60px auto 0;
}


/* news */
#news{
  background-color: #F7F9F7;
  width: 100%;
  min-height: 180px;
  margin: 160px auto 0;
  padding: 100px 0 100px;
  overflow: hidden;
}
.cont_news{
  position: relative;
  width: 1200px;
  margin: 0 auto 0;
}
.news_head{
  float: left;
  width: 240px;
}
.news_head h3{
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
  color: #000000;
}
.news_head h3 span{
  display: block;
  margin-top: 20px;
  font-size: 36px;
  line-height: 43px;
  font-weight: 700;
  color: #4CAF50;
  font-family: "Noto Serif JP";
}
.news_btn{
  position: absolute;
  top: 117px;
  left: 0;
}
#news ol{
  float: right;
  width: 960px;
}
#news ol li{
  position: relative;
  border-bottom:1px solid #DCDCDC;
  height: 60px;
}
#news ol li:first-child{
  border-top:1px solid #DCDCDC;
}
#news ol li::after{
  position: absolute;
  top:50%;
  right:-5px;
  transform:translateY(-50%);
  content: "";
  background:url(../images/icon_arrow_b.png) no-repeat;
  background-size: cover;
  width: 6px;
  height: 7px;
}
#news ol li a{
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 3px 0 3px;
}
#news ol li a:hover{
  background-color: #FFF;;
}
#news ol li time{
  margin: 0 0 0 10px;
  width:80px;
}
#news ol li .category{
  margin:10px 30px;
  padding:0 10px;
  background-color:#43A047;
  color:#FFF;
  min-width: 100px;
  height:33px;
  line-height:30px;
  text-align: center;
}

/*スマホ*/
@media (max-width: 767px){
  .btn{
    position: relative;
    border: 2px solid #98FB98;
    background-color:#98FB98;
    width: 252px;
    height: 56px;
  }
  .btn a{
    display: block;
    color:#333333;
    width: 252px;
    font-size:18px;
    font-weight: 700;
    line-height: 56px;
    text-align: center;
    text-decoration: none;
  }
  .btn:hover{
    background-color:#4CAF50;
    border: 2px solid #4CAF50;
  }
  .btn a:hover{
    color:#FFF;
  }
  .btn02{
    position: relative;
    border: 2px solid #98FB98;
    background-color:#98FB98;
    width: 194px;
    height: 60px;
  }
  .btn02 a{
    display: block;
    color:#333333;
    width: 194px;
    font-size:18px;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
  }
  .btn02:hover{
    background-color:#4CAF50;
    border: 2px solid #4CAF50;
  }
  .btn02 a:hover{
    color:#FFF;
  }
  .none_br{
    display: block;
  }
  a[href^="tel:"] {
    pointer-events:auto;
  }
  /* keyview */
  #keyview{
    width: 100%;
    height: 100svh;
  }
  .key_cont{
    position: relative;
    background: url(../images/keyview_img.jpg)no-repeat;
    background-size: auto 100%;
    background-position: center;
    width: 100%;
    height: 100svh;
    min-height: auto;
    margin: 0px auto 0;
  }
  .key_cont h2{
    position: absolute;
    top: 48%;
    left: 50%;
    transform:translateX(-50%) translateY(-48%);
    width: 350px;
    height: 20px;
  }
  .key_cont h3{
    position: absolute;
    top: 55%;
    left: 50%;
    transform:translateX(-50%) translateY(-55%);
    width: 335px;
    height: 17px;
  }
  .key_cont h2 img{
    width: 100%;
  }
  .key_cont h3 img{
    width: 100%;
  }
  .key_cont p{
    position: absolute;
    top: 68%;
    left: 50%;
    transform:translateX(-50%) translateY(-68%);
    width: 255px;
    height: auto;
    padding: 10px;
    background-color: rgba(152, 251, 152, 0.7);
    color:#333333;
    font-size:16px;
    line-height:1.5em;
    font-weight: 400;
    text-align: center;
    }
    .br_sp{
      display: block;
    }
    /* cont_intro*/
    #cont_intro{
      position: relative;
      width: calc(100% - 20px);
      height: auto;
      margin: 80px auto 0px;
    }
    #cont_intro::before{
      content: '';
      position: absolute;
      top: -90px;
      left: auto;
      right: 0;
      background: url(../images/rain.png)no-repeat;
      background-size: 100% auto;
      width: 152px;
      height: 90px;
    }
    .intro_head{
      width: 100%;
    }
    .intro_head p{
      position: relative;
      margin: 0 0 20px 25px;
      font-size: 18px;
      line-height: 26px;
    }
    .intro_head p::before{
      content: '';
      position: absolute;
      top: 50%;
      left: -25px;
      transform:translateY(-50%);
      background-color: #000000;
      width: 15px;
      height: 2px;
    }
    .intro_head h3{
      display: block;
      font-size: 24px;
      line-height: 1em;
      color: #4CAF50;
      font-family: "Noto Serif JP";
      font-weight: 700;
      text-align: left;
    }
    .intro_area{
      width: 100%;
      margin: 30px 0 0;
    }
    .intro_area p{
      margin-bottom: 1.5em;
      font-size: 16px;
      line-height: 1.5em;
      color: #333333;
    }
    .intro_area p:last-of-type{
      margin: 0;
    }
    .intro_btn{
      margin: 30px auto 0;
    }
    .intro_img{
      position: relative;
      left: auto;
      width: 365px;
      height: 365px;
      margin: 35px auto 0;
    }
    .intro_img img{
      position: absolute;
      top: 0;
      right: -15px;
      width: 100%;
    }
    .intro_img::before{
      content: '';
      position: absolute;
      top: 15px;
      left: 0;
      background-color: #F2F5F2;
      width: 365px;
      height: 365px;
    }
    /* top_bg*/
    #top_bg{
      position: relative;
      clear: both;
      width: 100%;
      height: 400px;
      margin: 110px auto 0px;
    }
    #top_bg img{
      position: absolute;
      left: 30%;
      transform:translateX(-30%);
      width: auto;
      height: 100%;
    }

    /* business */
    #cont_business{
      width: 100%;
      margin: 0px 0 80px;
      padding: 80px 0 100px;
      overflow: hidden;
      background-color: #F2F5F2;
    }
    .business_box{
      width: calc(100% - 20px);
      margin: 0 auto 0;
    }
    .business_float{
      float: none;
      width: 100%;

    }
    .business_head{
      width: 100%;
    }
    .business_head p{
      position: relative;
      margin: 0 0 20px 25px;
      font-size: 18px;
      line-height: 26px;
    }
    .business_head p::before{
      content: '';
      position: absolute;
      top: 50%;
      left: -25px;
      transform:translateY(-50%);
      background-color: #000000;
      width: 15px;
      height: 2px;
    }
    .business_head h3{
      display: block;
      font-size: 24px;
      line-height: 1em;
      color: #4CAF50;
      font-family: "Noto Serif JP";
      font-weight: 700;
      text-align: left;
    }
    .business_txt{
      width: 100%;
      margin-top: 30px;
    }
    .business_txt p{
      margin-bottom: 1.5em;
      font-size: 16px;
      line-height: 1.5em;
      color: #333333;
    }
    .business_txt p:last-of-type{
      margin: 0;
    }
    .business_btn{
      margin: 30px auto 0;
    }
    .business_img{
      float: none;
      margin-top: 30px;
      width: 100%;

    }
    .business_img li{
      position: relative;
      width: 335px;
      height: 235px;
      margin: 0 auto;
      margin-bottom: 55px;
    }
    .business_img li:last-child{
      margin-bottom: 0px;
    }
    .business_img li img{
      position: absolute;
      top: 0;
      right: -10px;
      width: 335px;
      height: 235px;
      z-index: 1
    }
    .business_img li::before{
      content:'';
      position: absolute;
      top: 18px;
      left: -10px;
      background-color: #FFF;
      width: 335px;
      height: 235px;
      z-index: 0;
    }

    /* cont_case */
    #cont_case{
      width: calc(100% - 20px);
      margin: 0 auto 0;
    }
    .case_head{
      width: 100%;
    }
    .case_head p{
      position: relative;
      margin: 0 0 20px 25px;
      font-size: 18px;
      line-height: 26px;
    }
    .case_head p::before{
      content: '';
      position: absolute;
      top: 50%;
      left: -25px;
      transform:translateY(-50%);
      background-color: #000000;
      width: 15px;
      height: 2px;
    }
    .case_head h3{
      display: block;
      font-size: 24px;
      line-height: 1.2em;
      color: #4CAF50;
      font-family: "Noto Serif JP";
      font-weight: 700;
      text-align: left;
    }
    .case_list{
      width: 100%;
      margin: 25px 0 60px;
    }
    .case_list p{
      font-size: 15px;
      line-height: 1.5em;
      color: #333333;
    }
    .case_list ul{
      margin-top: 30px;
      display: block;
      flex-wrap: wrap;
      gap:0px;
    }
    .case_list li{
      width: 100%;
      margin: 0 auto 15px;
      border: 1px solid #D9E2D9;
      padding: 15px 0 15px 0;
    }
    .case_list_img{
      position: relative;
      width: calc(100% - 30px);
      margin: 0 auto;
    }
    .case_list_img img{
      width: 100%;
    }
    .case_list_img h4{
      position: absolute;
      bottom:15px;
      right: 15px;
      width: 143px;
      background-color: #98FB98;
      font-size: 14px;
      line-height: 36px;
      font-weight: 700;
      color: #333333;
      text-align: center;
    }
    .case_list li h5{
      width: calc(100% - 30px);
      margin: 10px auto 0;
      font-size: 18px;
      line-height: 27px;
      font-weight: 700;
      color: #388E3C;
    }
    .case_list li p{
      width: calc(100% - 30px);
      margin: 15px auto 0;
      font-size: 14px;
      line-height: 1.5em;
      color: #333333;
    }
    .case_txt p{
      font-size: 18px;
      line-height: 21px;
      font-weight: 700;
      color: #43A047;
      text-align: center;
    }
    .case_btn{
      margin: 60px auto 0;
    }

  /* news */
  #news{
    background-color: #EDF2F4;
    width: 100%;
    padding: 50px 0 50px;
    margin: 80px auto 0;
  }
  .cont_news{
    position: relative;
    width: calc(100% - 20px);
    margin: 0 auto 0;
  }
  .news_head{
    float: none;
    width: 100%;
  }
  .news_head h3{
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: #000000;
  }
  .news_head h3 span{
    display: block;
    margin-top: 20px;
    font-size: 34px;
    line-height: 1em;
    font-weight: 700;
    color: #4CAF50;
  }
  .news_btn{
    position: static;
    top: 0px;
    left: 0;
  }
  .news_btn .btn02{
    margin:50px auto 0;
  }
  #news ol{
    float: none;
    margin:30px 0px 0;
    width: 100%;
  }
  #news ol li{
    position: relative;
    padding:10px 0;
    border-bottom:1px solid #707070;
    height: auto;
  }
  #news ol li:first-child{
    border-top:1px solid #707070;
  }
  #news ol li::after{
    position:static;
    top:21.5px;
    right:0;
    content: "";
    background:none;
    background-size: cover;
    width: auto;
    height: auto;
  }
  #news ol li a{
    display: block;
    align-items: center;
    text-decoration: none;
  }
  #news ol li a:hover{
    background-color: #FFF;;
  }
  #news ol li time{
    margin:0;
    width:80px;
    height: 30px;
    line-height: 30px;
  }
  #news ol li .category{
    display: inline-block;
    margin: 0 10px 10px;
    padding:0 10px;
    background-color:#43A047;
    color:#FFF;
    min-width: 100px;
    height:30px;
    line-height:30px;
    text-align: center;
  }
}

@media (max-width: 767px) and (orientation:landscape){
  #keyview{
    width: 100%;
    height: 100svh;
  }
  .key_cont{
    position: relative;
    background: url(../images/keyview_img.jpg)no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100svh;
    min-height: auto;
    margin: 0px auto 0;
  }
  .key_cont h2{
    position: absolute;
    top: 43%;
    left: 50%;
    transform:translateX(-50%) translateY(-43%);
    width: 350px;
    height: 20px;
  }
  .key_cont h3{
    position: absolute;
    top: 55%;
    left: 50%;
    transform:translateX(-50%) translateY(-55%);
    width: 335px;
    height: 17px;
  }
  .key_cont h2 img{
    width: 100%;
  }
  .key_cont h3 img{
    width: 100%;
  }
  .key_cont p{
    position: absolute;
    top: 78%;
    left: 50%;
    transform:translateX(-50%) translateY(-78%);
    width: 255px;
    height: auto;
    padding: 10px;
    background-color: rgba(152, 251, 152, 0.7);
    color:#333333;
    font-size:16px;
    line-height:1.5em;
    font-weight: 400;
    text-align: center;
    }





    .intro_img{
      position: relative;
      left: auto;
      width: 365px;
      height: 365px;
      margin: 35px auto 0;
    }
    .intro_img img{
      position: absolute;
      top: 0;
      right: -15px;
      width: 100%;
    }
    .intro_img::before{
      content: '';
      position: absolute;
      top: 15px;
      left: 0;
      background-color: #F2F5F2;
      width: 365px;
      height: 365px;
    }
}
