@charset "utf-8";
/*
font-family: "Noto Serif JP";
font-weight: 700;
sans:400=Regular,700=Bold
*/

.br_sp{
  display: none;
}

#keyview{
  position: relative;
  width: 100%;
  height: 434px;
}
.bg_keyview{
  width: 100%;
  height: 434px;
  position: relative;
  overflow: hidden;
}
.bg_keyview img{
  width: 100%;
  height: auto;
  min-width: 1366px;
  position: absolute;
  top:100px;
  left: 0;
  z-index: -1;
}
#keyview h2{
  position: absolute;
  top: 50%;
  left:83px;
  font-size: 42px;
  font-family: "Noto Serif JP";
  font-weight: 700;
  transform:translateY(50%);
  z-index: 11;
  color: #2e7d32;
  text-shadow:
     2px 0 0 #FFF, -2px 0 0 #FFF,
     0 -2px 0 #FFF, 0 2px 0 #FFF,
     2px 2px 0 #FFF, -2px 2px 0 #FFF,
     2px -2px 0 #FFF, -2px -2px 0 #FFF;
}
#keyview span{
  display: block;
  margin: 25px 0 0;
  padding-left: 55px;
  position: relative;
  font-size: 24px;
  font-weight: 700;
  color: #FFF;
  text-shadow:none;
}
#keyview span::before{
  content: '';
  position: absolute;
  top: 40%;
  left: 0;
  transform:translateY(40%);
  background-color: #FFF;
  width: 40px;
  height: 4px;
}


/* cont_business */
#cont_business{
  position: relative;
  width: 1200px;
  margin: 160px auto 0;
}
#cont_business::before{
  content: '';
  position: absolute;
  top: -150px;
  right: 0;
  background: url(../images/rain_business.png)no-repeat;
  background-size: 100% auto;
  width: 313px;
  height: 195px;
}
.business_head{
  width: 100%;
}
.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: 43px;
  color: #4CAF50;
  font-family: "Noto Serif JP";
  font-weight: 700;
  text-align: left;
}
.business_txt{
  width: 100%;
  margin: 50px 0 0px;
}
.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_img{
  width: 100%;
  margin: 60px 0 0;
}
.business_img img{
  width: 100%;
}


/* cont_service*/
#cont_service{
  width: 1200px;
  margin: 160px auto 0;
}
.service_head{
  width: 100%;
}
.service_head p{
  position: relative;
  margin: 0 0 35px 40px;
  font-size: 24px;
  line-height: 26px;
}
.service_head p::before{
  content: '';
  position: absolute;
  top: 50%;
  left: -40px;
  transform:translateY(-50%);
  background-color: #000000;
  width: 30px;
  height: 2px;
}
.service_head h3{
  display: block;
  font-size: 36px;
  line-height: 43px;
  color: #4CAF50;
  font-family: "Noto Serif JP";
  font-weight: 700;
  text-align: left;
}
.service_card{
  width: 100%;
  margin: 60px 0 0;
}
.service_card p{
  font-size: 18px;
  line-height: 1.5em;
  color: #333333;
}
/*cardのul*/
.service-list{
  display: flex;
  flex-wrap: wrap;
  gap:30px;
  width: 100%;
  margin-top: 60px;
}
.service-item{
  width: 520px;
  padding: 30px 30px 60px;
  border: 1px solid #CBD5CB;
}
.service-item h4{
  position: relative;
  width: 100%;
  font-size: 24px;
  line-height: 1em;
  font-weight: 700;
  color: #2E7D32;
  text-align: left;
}
.service-item h4 span{
  position: absolute;
  right: 0;
  font-size: 24px;
  line-height: 1em;
  font-weight: 700;
  color: #888888;
}
.service_card_img{
  width: 100%;
  margin: 25px 0 20px;
}
.service_card_img img{
  width: 100%;
}
.service-item p{
  font-size: 18px;
  line-height: 1.5em;
  color: #333333;
}
.tags{
  display: flex;
  flex-wrap: wrap;
  gap:15px;
  width: 100%;
  margin-top: 40px;
}
.tags li{
  padding: 0 15px 0;
  background-color: #4CAF50;
  font-size: 16px;
  font-weight: 300;
  line-height: 40px;
  color: #FFF;
}
.service_txt{
  width: 100%;
  margin: 60px 0 0;
}
.service_txt p{
  font-size: 24px;
  line-height: 27px;
  color: #333333;
  text-align: center;
}
.service_btn{
  position: relative;
  border: 2px solid #98FB98;
  background-color:#98FB98;
  width: 508px;
  height: 92px;
  margin: 30px auto 0;
}
.service_btn a{
  display: block;
  color:#333333;
  width: 508px;
  font-size:18px;
  font-weight: 700;
  line-height: 92px;
  text-align: center;
  text-decoration: none;
}
.service_btn:hover{
  background-color:#4CAF50;
  border: 2px solid #4CAF50;
}
.service_btn a:hover{
  color:#FFF;
}


/* cont_study*/
#cont_study{
  width: 100%;
  margin: 160px 0 0;
  background-color: #F7F9F7;
}
.study_box{
  width: 1200px;
  margin: 0 auto 0;
  padding: 160px 0 160px;
}
.study_head p{
  position: relative;
  margin: 0 0 35px 40px;
  font-size: 24px;
  line-height: 26px;
}
.study_head p::before{
  content: '';
  position: absolute;
  top: 50%;
  left: -40px;
  transform:translateY(-50%);
  background-color: #000000;
  width: 30px;
  height: 2px;
}
.study_head h3{
  display: block;
  font-size: 36px;
  line-height: 43px;
  color: #4CAF50;
  font-family: "Noto Serif JP";
  font-weight: 700;
  text-align: left;
}
.study_list{
  width: 100%;
  margin: 50px 0 0;
}
.study_list p{
  font-size: 18px;
  line-height: 1.5em;
  color: #333333;
}
.study_list ul{
  width: 100%;
  margin: 130px auto 0;
}
.study_list li{
  position: relative;
  width: 100%;
  height: 412px;
  margin-bottom: 60px;
}
.study_list li:last-child{
  margin-bottom: 0px;
}
.study_list li h4{
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  color: #5C8A57;
}
.study_list li h5{
  width: 175px;
  margin: 20px 0 30px;
  font-size: 14px;
  line-height: 40px;
  color: #FFF;
  background-color: #4CAF50;
  text-align: center;
}
.study_list li p{
  font-size: 18px;
  line-height: 1.5em;
  color: #333333;
}
.study_list_txt{
  position: relative;
  margin-top: 30px;
}
.study_list_img{
  position: relative;
  width: 500px;
  height: 350px;
}
.study_list_img img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.study_list_img p{
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 100px;
  font-size: 16px!important;
  line-height: 40px!important;
  text-align: center;
  background-color: #98FB98;
  z-index: 2;
}
.study_list li:nth-child(odd) .study_list_txt{
  float: left;
  width: 640px;
  padding-right: 60px;
}
.study_list li:nth-child(odd) .study_list_img{
  float: right;
  width: 500px;
}
.study_list li:nth-child(even) .study_list_txt{
  float: right;
  width: 640px;
  padding-left: 60px;
}
.study_list li:nth-child(even) .study_list_img{
  float: left;
  width: 500px;
}
.study_list li:nth-child(odd)::before{
  content: '';
  position: absolute;
  top: -30px;
  right: -30px;
  width: 20000%;
  height: 412px;
  background-color: #FFF;
  box-shadow:0 4px 10px rgba(0,0,0,0.15);
    z-index: 0;
}
.study_list li:nth-child(even)::before{
  content: '';
  position: absolute;
  top: -30px;
  left: -30px;
  width: 20000%;
  height: 412px;
  background-color: #FFF;
  box-shadow:0 4px 10px rgba(0,0,0,0.15);
    z-index: 0;
}
.under_txt{
  margin: 160px 0 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
  color: #00796B;
  text-align: center;
}



/* cont_area */
#cont_area{
  position: relative;
  width: 1200px;
  height: 730px;
  margin: 160px auto 160px;
}
.area_head p{
  position: relative;
  margin: 0 0 35px 40px;
  font-size: 24px;
  line-height: 26px;
}
.area_head p::before{
  content: '';
  position: absolute;
  top: 50%;
  left: -40px;
  transform:translateY(-50%);
  background-color: #000000;
  width: 30px;
  height: 2px;
}
.area_head h3{
  display: block;
  font-size: 36px;
  line-height: 43px;
  color: #4CAF50;
  font-family: "Noto Serif JP";
  font-weight: 700;
  text-align: left;
}
.area_content{
  width: 100%;
  margin: 60px 0 0;
}
.area_content p{
  width: 527px;
  font-size: 18px;
  line-height: 1.5em;
  color: #333333;
}
.area_content_img{
  position: absolute;
  top: 0;
  left: 50%;
  width: 683px;
}
.area_content_img img{
  position: relative;
  width: 100%;
}
.area_content_img::before{
  content: '';
  position: absolute;
  top: 30px;
  left: -30px;
  width: 683px;
  height: 683px;
  background-color: #F2F5F2;
}
.area_list{
  width: 467px;
  padding: 30px;
  margin: 30px 0 30px;
  background-color: #F2F2F2;
}
.area_list h4{
  margin-top: 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  color: #2E7D32;
}
.area_list h4:nth-of-type(1){
  margin-top: 0px;
}
.area_list ul{
  margin-top: 15px;
}
.area_list ul li{
  font-size: 14px;
  line-height: 22px;
  color: #333333;
}

.area_txt p{
  width: 527px;
  font-size: 18px;
  line-height: 1.5em;
  color: #333333;
}



/*スマホ*/
@media (max-width: 767px){
  #keyview{
    width: 100%;
    position: relative;
    height: 394px;
  }
  #keyview .bg_keyview{
    width: 100%;
    height: 394px;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 50;
  }
  .bg_keyview img{
    width: 100%;
    height: auto;
    min-width: 1366px;
    position: absolute;
    top: 60px;
    left: -150%;
  }
  #keyview h2{
    position: absolute;
    top: 45%;
    left:3%;
    font-size: 32px;
    font-family: "Noto Serif JP";
    font-weight: 700;
    transform:translateY(45%);
    z-index: 60;
    color: #2e7d32;
    text-shadow:
       2px 0 0 #FFF, -2px 0 0 #FFF,
       0 -2px 0 #FFF, 0 2px 0 #FFF,
       2px 2px 0 #FFF, -2px 2px 0 #FFF,
       2px -2px 0 #FFF, -2px -2px 0 #FFF;
  }
  #keyview span{
    display: block;
    margin: 15px 0 0;
    padding-left: 30px;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: #FFF;
    text-shadow:none;
  }
  #keyview span::before{
    content: '';
    position: absolute;
    top: 40%;
    left: 0;
    transform:translateY(40%);
    background-color: #FFF;
    width: 20px;
    height: 2px;
  }
  .br_sp{
    display: block;
  }
  /* cont_business */
  #cont_business{
    position: relative;
    width: calc(100% - 20px);
    margin: 80px auto 0;
  }
  #cont_business::before{
    content: '';
    position: absolute;
    top: -60px;
    right: 0;
    background: url(../images/rain_business.png)no-repeat;
    background-size: 100% auto;
    width: 155px;
    height: 95px;
  }
  .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: 1.2em;
    color: #4CAF50;
    font-family: "Noto Serif JP";
    font-weight: 700;
    text-align: left;
  }
  .business_txt{
    width: 100%;
    margin: 30px 0 0px;
  }
  .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_img{
    position: relative;
    width: 100%;
    height: 400px;
    margin: 30px 0 0;
    overflow: hidden;
  }
  .business_img img{
    position: absolute;
    left: 45%;
    transform:translateX(-45%);
    width: auto;
    height: 100%
  }

  /* cont_service*/
  #cont_service{
    width: calc(100% - 20px);
    margin: 80px auto 0;
  }
  .service_head{
    width: 100%;
  }
  .service_head p{
    position: relative;
    margin: 0 0 20px 25px;
    font-size: 18px;
    line-height: 26px;
  }
  .service_head p::before{
    content: '';
    position: absolute;
    top: 50%;
    left: -25px;
    transform:translateY(-50%);
    background-color: #000000;
    width: 15px;
    height: 2px;
  }
  .service_head h3{
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #4CAF50;
    font-family: "Noto Serif JP";
    font-weight: 700;
    text-align: left;
  }
  .service_card{
    width: 100%;
    margin: 30px 0 0;
  }
  .service_card p{
    font-size: 16px;
    line-height: 1.5em;
    color: #333333;
  }
  /*cardのul*/
  .service-list{
    display: block;
    flex-wrap: nowrap;
    gap:0px;
    width: 100%;
    margin-top: 30px;
  }
  .service-item{
    width: 100%;
    margin-bottom: 15px;
    padding: 20px 0px 30px;
    border: 1px solid #CBD5CB;
  }
  .service-item:last-child{
    margin-bottom: 0;
  }
  .service-item h4{
    position: relative;
    width: calc(100% - 15px);
    margin: 0 auto;
    font-size: 18px;
    line-height: 1em;
    font-weight: 700;
    color: #2E7D32;
    text-align: left;
  }
  .service-item h4 span{
    position: absolute;
    right: 0;
    font-size: 16px;
    line-height: 1em;
    font-weight: 700;
    color: #888888;
  }
  .service_card_img{
    width: calc(100% - 15px);
    margin: 15px auto 10px;
  }
  .service_card_img img{
    width: 100%;
  }
  .service-item p{
    width: calc(100% - 15px);
    margin: 0 auto 0px;
    font-size: 14px;
    line-height: 1.5em;
    color: #333333;
  }
  .tags{
    display: flex;
    flex-wrap: wrap;
    gap:15px;
    width: calc(100% - 15px);
    margin: 15px auto 0;
  }
  .tags li{
    padding: 0 15px 0;
    background-color: #4CAF50;
    font-size: 14px;
    font-weight: 300;
    line-height: 40px;
    color: #FFF;
  }
  .service_txt{
    width: 100%;
    margin: 60px 0 0;
  }
  .service_txt p{
    font-size: 20px;
    line-height: 27px;
    color: #333333;
    text-align: center;
  }
  .service_btn{
    position: relative;
    border: 2px solid #98FB98;
    background-color:#98FB98;
    width: 351px;
    height: 44px;
    margin: 30px auto 0;
  }
  .service_btn a{
    display: block;
    color:#333333;
    width: 351px;
    font-size:18px;
    font-weight: 700;
    line-height: 44px;
    text-align: center;
    text-decoration: none;
  }
  .service_btn:hover{
    background-color:#4CAF50;
    border: 2px solid #4CAF50;
  }
  .service_btn a:hover{
    color:#FFF;
  }

  /* cont_study*/
  #cont_study{
    width: 100%;
    margin: 80px 0 0;
    background-color: #F7F9F7;
  }
  .study_box{
    width: calc(100% - 20px);
    margin: 0 auto 0;
    padding: 80px 0 80px;
  }
  .study_head p{
    position: relative;
    margin: 0 0 20px 25px;
    font-size: 18px;
    line-height: 26px;
  }
  .study_head p::before{
    content: '';
    position: absolute;
    top: 50%;
    left: -25px;
    transform:translateY(-50%);
    background-color: #000000;
    width: 15px;
    height: 2px;
  }
  .study_head h3{
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #4CAF50;
    font-family: "Noto Serif JP";
    font-weight: 700;
    text-align: left;
  }
  .study_list{
    width: 100%;
    margin: 25px 0 0;
  }
  .study_list p{
    font-size: 16px;
    line-height: 1.5em;
    color: #333333;
  }
  .study_list ul{
    width: 100%;
    margin: 50px auto 0;
  }
  .study_list li{
    position: relative;
    width: 100%;
    height: auto;
    min-height: 550px;
    margin-bottom: 80px;
  }
  .study_list li:last-child{
    margin-bottom: 0px;
  }
  .study_list li h4{
    font-size: 18px;
    font-weight: 700;
    line-height: 1em;
    color: #5C8A57;
  }
  .study_list li h5{
    width: 175px;
    margin: 15px 0 30px;
    font-size: 14px;
    line-height: 40px;
    color: #FFF;
    background-color: #4CAF50;
    text-align: center;
  }
  .study_list li p{
    font-size: 14px;
    line-height: 1.5em;
    color: #333333;
  }
  .study_list_txt{
    position: relative;
    margin: 30px 0 30px;
  }
  .study_list_img{
    position: relative;
    width: 100%;
    height: auto;
    min-height: 240px;
  }
  .study_list_img img{
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  .study_list_img p{
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 100px;
    font-size: 14px!important;
    line-height: 40px;
    text-align: center;
    background-color: #98FB98;
    z-index: 2;
  }
  .study_list li:nth-child(odd) .study_list_txt{
    float: none;
    width: 98%;
    padding-right: 10px;
  }
  .study_list li:nth-child(odd) .study_list_img{
    float: none;
    width: 97%;
    padding-right: 10px;
  }
  .study_list li:nth-child(odd) .study_list_img p{
    right: 20px;
  }
  .study_list li:nth-child(even) .study_list_txt{
    float: none;
    width: 98%;
    padding-left: 10px;
  }
  .study_list li:nth-child(even) .study_list_img{
    float: none;
    width: 98%;
    padding-left: 10px;
  }
  .study_list li:nth-child(odd)::before{
    content: '';
    position: absolute;
    top: -30px;
    right: 0px;
    width: 20000%;
    height: 107%;
    background-color: #FFF;
    box-shadow:0 4px 10px rgba(0,0,0,0.15);
      z-index: 0;
  }
  .study_list li:nth-child(even)::before{
    content: '';
    position: absolute;
    top: -30px;
    left: 0px;
    width: 20000%;
    height: 107%;
    background-color: #FFF;
    box-shadow:0 4px 10px rgba(0,0,0,0.15);
      z-index: 0;
  }
  .under_txt{
    margin: 90px 0 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    color: #00796B;
    text-align: center;
  }

  /* cont_area */
  #cont_area{
    position: static;
    width: calc(100% - 20px);
    height: auto;
    margin: 80px auto 80px;
  }
  .area_head p{
    position: relative;
    margin: 0 0 20px 25px;
    font-size: 18px;
    line-height: 26px;
  }
  .area_head p::before{
    content: '';
    position: absolute;
    top: 50%;
    left: -25px;
    transform:translateY(-50%);
    background-color: #000000;
    width: 15px;
    height: 2px;
  }
  .area_head h3{
    display: block;
    font-size: 24px;
    line-height: 1em;
    color: #4CAF50;
    font-family: "Noto Serif JP";
    font-weight: 700;
    text-align: left;
  }
  .area_content{
    width: 100%;
    margin: 30px 0 0;
  }
  .area_content p{
    width: 100%;
    font-size: 16px;
    line-height: 1.5em;
    color: #333333;
  }
  .area_content_img{
    position: relative;
    top: 0;
    left: 0;
    width: 355px;
    height: 355px;
    margin: 30px auto 0;
  }
  .area_content_img img{
    position: absolute;
    top: 0;
    right: 0;
    width: 340px;
    height: 340px;
  }
  .area_content_img::before{
    content: '';
    position: absolute;
    top: 15px;
    left: 0px;
    width: 340px;
    height: 340px;
    background-color: #F2F5F2;
  }
  .area_list{
    width: 100%;
    padding: 20px 0 30px;
    margin: 30px 0 30px;
    background-color: #F2F2F2;
  }
  .area_list h4{
    width: calc(100% - 30px);
    margin: 20px auto 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    color: #2E7D32;
  }
  .area_list h4:nth-of-type(1){
    margin-top: 0px;
  }
  .area_list ul{
    width: calc(100% - 30px);
    margin: 15px auto 0;
  }
  .area_list ul li{
    font-size: 14px;
    line-height: 22px;
    color: #333333;
  }
  .area_txt p{
    width: 100%;
    font-size: 16px;
    line-height: 1.5em;
    color: #333333;
  }

}

@media (max-width: 767px) and (orientation:landscape){
  #keyview{
    position: relative;
    background-color:#FFF;
    width: 100%;
    height: 316px;
  }
  #keyview .bg_keyview{
    position: relative;
    top:0;
    right:0;
    width: 100%;
    height: 316px;
    overflow: hidden;
    z-index: 0;
  }
  #keyview .bg_keyview img{
    width: 100%;
    height: auto;
    min-width: 1366px;
    position: absolute;
    top: 40px;
    left: -40%;
  }
  #keyview h2{
    position: absolute;
    top: 45%;
    left:3%;
    font-size: 32px;
    font-family: "Noto Serif JP";
    font-weight: 700;
    transform:translateY(45%);
    z-index: 60;
    color: #2e7d32;
    text-shadow:
       2px 0 0 #FFF, -2px 0 0 #FFF,
       0 -2px 0 #FFF, 0 2px 0 #FFF,
       2px 2px 0 #FFF, -2px 2px 0 #FFF,
       2px -2px 0 #FFF, -2px -2px 0 #FFF;
  }
  #keyview span{
    display: block;
    margin: 15px 0 0;
    padding-left: 30px;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: #FFF;
    text-shadow:none;
  }
  #keyview span::before{
    content: '';
    position: absolute;
    top: 40%;
    left: 0;
    transform:translateY(40%);
    background-color: #FFF;
    width: 20px;
    height: 2px;
  }


  .business_list li{
    width: 100%;
    height: 96px;
    overflow: hidden;
    margin: 0 auto 10px;
  }

}
