@charset "utf-8";
/*
font-family: "Noto Serif JP";
font-weight: 700;
sans:400=Regular,700=Bold
*/
.btn{
  position: relative;
  background-color:#FF8C6B;
  width: 508px;
  height: 60px;
}
.btn a{
  display: block;
  color:#FFF;
  width: 508px;
  font-size:14px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
}
.btn:hover{
  background-color:#F0714F;
}
.none_br{
  display: none;
}
.br_sp{
  display: none;
}
.br_pc{
  display: block;
}
a[href^="tel:"] {
  pointer-events: none;
}

/* keyview */
#keyview{
  width: 100%;
  min-height: 748px;
  padding: 10px 0px 10px;
  background-color: #F7FBF8;
  overflow: hidden;
}
.key_cont{
  background: url(../images/img_keyview_top.webp)no-repeat;
  background-size: cover;
  background-position: center center;
  width: calc(100% - 20px);
  height: 748px;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 10px;
}
.key_box{
  width: 816px;
  margin: 370px auto 0;
  padding: 30px 0 30px;
  border-radius: 10px;
  background-color: rgb(255 255 255 / 85%);
}
.key_box h2{
  background: url(../images/keyview_txt.webp) no-repeat;
  background-size: 674px 34px;
  width: 674px;
  height: 34px;
  margin: 0 auto;
  text-indent: -9999px; /* テキストを画面外に追い出す */
  overflow: hidden;
}
.key_box p{
  margin: 30px 0 30px;
  font-size: 16px;
  line-height: 1.8em;
  color: #4E4E4E;
  text-align: center;
}
.key_btn{
  display: flex;
  width: 408px;
  margin: 0 auto;
}
.key_btn_link{
  position: relative;
  width: 201px;
  height: 62px;
  border: 1px solid #7ED9A3;
  background-color:#FFF;
  margin-right: 2px;
}
.key_btn_link:nth-of-type(2){
  margin-right: 0px;
}
.key_btn_link a{
  display: block;
  color:#333333;
  width: 201px;
  font-size:14px;
  font-weight: 700;
  line-height: 62px;
  text-decoration: none;
  text-align: center;
}
.key_btn_link:hover{
  background-color:#E9F8EE;
}

/* cont_intro*/
#cont_intro{
  width: 100%;
  padding: 100px 0 100px;
  background-color: #FAF6F1;
  overflow: hidden;
}
.intro_head{
  width: 1200px;
  margin: 0 auto;
}
.intro_head h3{
  position: relative;
  font-size: 32px;
  line-height: 28px;
  color: #4FAE77;
  font-weight: 700;
}
.intro_head h3::before{
  position: absolute;
  bottom: -19px;
  left: 0;
  content: '';
  width: 60px;
  height: 2px;
  background-color: #4FAE77;
}
.intro_head p{
  margin-top: 45px;
  font-size: 16px;
  line-height: 1.5em;
  color: #333333;
}
.intro_area{
  width: 1200px;
  margin: 60px auto 0;
}
.intro_area ul{
  width: 100%;
  display: flex;
  gap:30px;
}
.intro_area ul li{
  width: 380px;
  height: 437px;
  background-color: #FFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.intro_area ul li img{
  width: 100%;
}
.intro_area li h4{
  position: relative;
  margin: 30px 0 0 55px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  color: #222222;
}
.intro_area li:first-child h4::before{
  position: absolute;
  top: 50%;
  left: -26px;
  transform:translateY(-50%);
  content: '';
  background: url(../images/top_icon01.svg)no-repeat;
  background-size: cover;
  width: 14px;
  height: 18px;
}
.intro_area li:nth-child(2) h4::before{
  position: absolute;
  top: 50%;
  left: -26px;
  transform:translateY(-50%);
  content: '';
  background: url(../images/top_icon02.svg)no-repeat;
  background-size: cover;
  width: 19px;
  height: 18px;
}
.intro_area li:last-child h4::before{
  position: absolute;
  top: 50%;
  left: -26px;
  transform:translateY(-50%);
  content: '';
  background: url(../images/top_icon03.svg)no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
}
.intro_area li p{
  padding: 15px 30px 50px;
  font-size: 14px;
  line-height: 1.5em;
  color: #666666;
}
.intro_area p:nth-of-type(2){
  margin: 1em 0 1em;
}
.intro_btn{
  margin: 60px auto 0;
}

/* top_bg*/
#top_bg{
  width: 100%;
  height: 400px;
  overflow: hidden;
}
#top_bg img{
  width: 100%;
}

/* cont_work */
#cont_work{
  background-color: #F7FBF8;
  width: 100%;
  padding: 100px 0 100px;
  overflow: hidden;
}
.work{
  width: 1200px;
  margin: 0 auto;
}
.work h3{
  position: relative;
  font-size: 32px;
  line-height: 28px;
  color: #6FA8DC;
  font-weight: 700;
}
.work h3::before{
  position: absolute;
  bottom: -19px;
  left: 0;
  content: '';
  width: 60px;
  height: 2px;
  background-color: #6FA8DC;
}
.work p{
  margin-top: 45px;
  font-size: 16px;
  line-height: 1.5em;
  color: #707070;
}
.work span{
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
  color: #2F7A5B;
}
.work ul{
  display: flex;
  gap:20px;
  width: 100%;
  margin-top: 60px;
}
.work ul li{
  width: 225px;
  height: 256px;
  padding: 30px 30px 0;
  background-color: #FFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.work ul li .work_img{
  width: 60px;
  margin: 0 auto;
}
.work ul li img{
  width: 100%;
}
.work ul li h4{
  margin: 35px 0 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  color: #333333;
  text-align: center;
}
.work ul li p{
  margin: 30px 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  color: #444444;
}
.work_btn{
  margin: 60px auto 0;
}

/* cont_neighbor */
#cont_neighbor{
  background-color: #FAF6F1;
  width: 100%;
  padding: 100px 0 100px;
  overflow: hidden;
}
.neighbor_head{
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.neighbor_head::after{
  position: absolute;
  top: 60px;
  right: 0;
  content: '';
  background: url(../images/top_icon_bg.svg)no-repeat;
  background-size: cover;
  width: 511px;
  height: 192px;
  opacity: 0.5;
}
.neighbor_head h3{
  position: relative;
  font-size: 32px;
  line-height: 28px;
  color: #4FAE77;
  font-weight: 700;
}
.neighbor_head h3::before{
  position: absolute;
  bottom: -19px;
  left: 0;
  content: '';
  width: 60px;
  height: 2px;
  background-color: #4FAE77;
}
.neighbor_head p{
  margin-top: 70px;
  font-size: 16px;
  line-height: 1.5em;
  color: #333333;
}
#neighbor_area{
  width: 1200px;
  margin: 60px auto 0;
}
.neighbor_left{
  position: relative;
  width: 100%;
  height: 405px;
  margin-bottom: 60px;
}
.neighbor_left_img{
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
}
.neighbor_left_txt{
  position: absolute;
  top: 176px;
  right: 0;
  width: 772px;
  height: 229px;
  border-radius: 10px;
  background-color: #FFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.neighbor_left_txt h4{
  position: relative;
  margin: 40px 0 0 102px;
  font-size: 22px;
  line-height: 1em;
  color: #2F7A5B;
  font-weight: 700;
}
.neighbor_left_txt p{
  margin: 30px 30px 0 102px;
  font-size: 16px;
  line-height: 1.5em;
  color: #333333;
}
.left_h4_first::before{
  position: absolute;
  top: 0;
  left: -2em;
  content: '01';
  font-size: 36px;
  color: #2F7A5B;
  font-weight: 700;
}
.left_h4_second::before{
  position: absolute;
  top: 0;
  left: -2em;
  content: '03';
  font-size: 36px;
  color: #2F7A5B;
  font-weight: 700;
}
.neighbor_right{
  position: relative;
  width: 100%;
  height: 405px;
  margin-bottom: 60px;
}
.neighbor_right_img{
  position: absolute;
  top: 0;
  right: 0;
  width: 500px;
}
.neighbor_right_txt{
  position: absolute;
  top: 176px;
  left: 0;
  width: 772px;
  height: 229px;
  border-radius: 10px;
  background-color: #FFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.neighbor_right_txt h4{
  position: relative;
  margin: 40px 0 0 102px;
  font-size: 22px;
  line-height: 1em;
  color: #2F7A5B;
  font-weight: 700;
}
.neighbor_right_txt h4::before{
  position: absolute;
  top: 0;
  left: -2em;
  content: '02';
  font-size: 36px;
  color: #2F7A5B;
  font-weight: 700;
}
.neighbor_right_txt p{
  margin: 30px 30px 0 102px;
  font-size: 16px;
  line-height: 1.5em;
  color: #333333;
}

#neighbor_area img{
  width: 100%;
  border-radius: 10px;
}

.neighbor_btn{
  margin: 100px auto 0;
  overflow: hidden;
}

/*cont_region*/
#cont_region{
  background-color: #F7FBF8;
  width: 100%;
  padding: 100px 0 100px;
  overflow: hidden;
}
.region{
  width: 1200px;
  margin: 0 auto;
}
.region h3{
  position: relative;
  font-size: 32px;
  line-height: 28px;
  color: #6FA8DC;
  font-weight: 700;
}
.region h3::before{
  position: absolute;
  bottom: -19px;
  left: 0;
  content: '';
  width: 60px;
  height: 2px;
  background-color: #6FA8DC;
}
.region p{
  margin-top: 75px;
  font-size: 16px;
  line-height: 1.5em;
  color: #333333;
}
.region ul{
  width: 100%;
  display: flex;
  gap:30px;
  margin-top: 60px;
}
.region ul li{
  width: 380px;
  height: 563px;
  background-color: #FFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.region ul li img{
  width: 100%;
}
.region ul li h4{
  margin: 30px 30px 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  color: #333333;
}
.region ul li p{
  margin: 30px 30px 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  color: #666666;
}
.region_btn{
  width: 316px;
  height: 56px;
  margin: 0 auto;
  border: 2px solid #98FB98;
  background-color: #FFF;
}
.region_btn a{
  display: block;
  width: 316px;
  font-size: 15px;
  color: #2B2B2B;
  line-height: 56px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
}
.region_btn:hover{
  background-color: #E9F8EE;
}
/* top_bg*/
#top_bg02{
  width: 100%;
  height: 400px;
  overflow: hidden;
}
#top_bg02 img{
  width: 100%;
}

/* news */
#news{
  background-color: #F7FBF8;
  width: 100%;
  padding: 100px 0 100px;
  overflow: hidden;
}
.cont_news{
  width: 1024px;
  margin: 0 auto 0;
}
.news_head{
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.news_head h3{
  position: relative;
  font-size: 32px;
  line-height: 28px;
  color: #6FA8DC;
  font-weight: 700;
}
.news_head h3::before{
  position: absolute;
  bottom: -19px;
  left: 0;
  content: '';
  width: 60px;
  height: 2px;
  background-color: #6FA8DC;
}
.news_head p{
  margin-top: 75px;
  font-size: 16px;
  line-height: 1.5em;
  color: #333333;
}
.news_btn{
  overflow: hidden;
  margin: 60px auto 0;
}
#news ol{
  width: 100%;
  margin-top: 40px;
}
#news ol li{
  position: relative;
  border-bottom:1px solid #666666;
}
#news ol li:first-child{
  border-top:1px solid #666666;
}
#news ol li a{
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 15px 0 15px;
}
#news ol li a p:hover{
  color: #E97855;
}
#news ol li .category{
  padding: 0 10px;
  color:#FFF;
  min-width: 128px;
  height:40px;
  line-height:40px;
  text-align: center;
}
.category_news{
  background-color:#6FA8DC;
}
.category_column{
  background-color:#4F8F6F;
}
.category_blog{
  background-color:#8BBF9F;
}
.category_interview{
  background-color:#E59A7A;
}
#news ol li time{
  margin: 0 30px 0;
  font-size: 16px;
  line-height: 1em;
  color: #333333;
}


/*スマホ*/
@media (max-width: 767px){
  .btn{
    position: relative;
    background-color:#FF8C6B;
    width: 100%;
    height: 48px;
  }
  .btn a{
    display: block;
    color:#FFF;
    width: 100%;
    font-size:14px;
    font-weight: 400;
    line-height: 48px;
    text-align: center;
    text-decoration: none;
  }
  .btn:hover{
    background-color:#F0714F;
  }
  .none_br{
    display: block;
  }
  .br_sp{
    display: block;
  }
  .br_pc{
    display: none;
  }
  a[href^="tel:"] {
    pointer-events:auto;
  }
  /* keyview */
  #keyview{
    width: 100%;
    min-height: auto;
    padding: 5px 0px 5px;
    background-color: #F7FBF8;
    overflow: hidden;
  }
  .key_cont{
    background: url(../images/img_keyview_top_sp.webp)no-repeat;
    background-size: cover;
    background-position: center center;
    width: auto;
    height: 100vh;
    min-height: auto;
    overflow: hidden;
    margin: 0px auto;
  }
  .key_box{
    width: calc(100% - 40px);
    margin: 280px auto 0;
    padding: 25px 0 25px;
    border-radius: 10px;
    background-color: rgb(255 255 255 / 85%);
  }
  .key_box h2{
    background: url(../images/keyview_txt_sp.webp) no-repeat;
    background-size: 288px 63px;
    width: 288px;
    height: 63px;
    margin: 0 auto;
    text-indent: -9999px; /* テキストを画面外に追い出す */
    overflow: hidden;
  }
  .key_box p{
    margin: 20px 0 20px;
    font-size: 13px;
    line-height: 1.5em;
    color: #4E4E4E;
    text-align: center;
  }
  .key_btn{
    display: flex;
    width: 306px;
    margin: 0 auto;
  }
  .key_btn_link{
    position: relative;
    width: 150px;
    height: 50px;
    border: 1px solid #7ED9A3;
    background-color:#FFF;
    margin-right: 2px;
  }
  .key_btn_link:nth-of-type(2){
    margin-right: 0px;
  }
  .key_btn_link a{
    display: block;
    color:#333333;
    width: 150px;
    font-size:14px;
    font-weight: 700;
    line-height: 50px;
    text-decoration: none;
    text-align: center;
  }
  .key_btn_link:hover{
    background-color:#E9F8EE;
  }
  /* cont_intro*/
  #cont_intro{
    width: 100%;
    padding: 50px 0 60px;
    background-color: #FAF6F1;
    overflow: hidden;
  }
  .intro_head{
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  .intro_head h3{
    position: relative;
    font-size: 22px;
    line-height: 28px;
    color: #4FAE77;
    font-weight: 700;
  }
  .intro_head h3::before{
    position: absolute;
    bottom: -10px;
    left: 0;
    content: '';
    width: 30px;
    height: 2px;
    background-color: #4FAE77;
  }
  .intro_head p{
    margin-top: 35px;
    font-size: 16px;
    line-height: 1.5em;
    color: #333333;
  }
  .intro_area{
    width: calc(100% - 20px);
    margin: 40px auto 0;
  }
  .intro_area ul{
    width: 100%;
    display: block;
    gap:0px;
  }
  .intro_area ul li{
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    background-color: #FFF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  }
  .intro_area ul li img{
    width: 100%;
  }
  .intro_area li h4{
    position: relative;
    margin: 15px 0 0 40px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    color: #222222;
  }
  .intro_area li:first-child h4::before{
    position: absolute;
    top: 50%;
    left: -25px;
    transform:translateY(-50%);
    content: '';
    background: url(../images/top_icon01.svg)no-repeat;
    background-size: cover;
    width: 14px;
    height: 18px;
  }
  .intro_area li:nth-child(2) h4::before{
    position: absolute;
    top: 50%;
    left: -25px;
    transform:translateY(-50%);
    content: '';
    background: url(../images/top_icon02.svg)no-repeat;
    background-size: cover;
    width: 19px;
    height: 18px;
  }
  .intro_area li:last-child h4::before{
    position: absolute;
    top: 50%;
    left: -25px;
    transform:translateY(-50%);
    content: '';
    background: url(../images/top_icon03.svg)no-repeat;
    background-size: cover;
    width: 18px;
    height: 18px;
  }
  .intro_area li p{
    padding: 15px 15px 20px;
    font-size: 14px;
    line-height: 1.5em;
    color: #666666;
  }
  .intro_area p:nth-of-type(2){
    margin: 1em 0 1em;
  }
  .intro_btn{
    margin: 30px auto 0;
  }
  /* top_bg*/
  #top_bg{
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
  }
  #top_bg img{
    position: absolute;
    left: 70%;
    transform:translateX(-70%);
    width: auto;
    height: 100%;
  }
  /* cont_work */
  #cont_work{
    background-color: #F7FBF8;
    width: 100%;
    padding: 50px 0 50px;
    overflow: hidden;
  }
  .work{
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  .work h3{
    position: relative;
    font-size: 22px;
    line-height: 28px;
    color: #6FA8DC;
    font-weight: 700;
  }
  .work h3::before{
    position: absolute;
    bottom: -10px;
    left: 0;
    content: '';
    width: 30px;
    height: 2px;
    background-color: #6FA8DC;
  }
  .work p{
    margin-top: 35px;
    font-size: 17px;
    line-height: 1.5em;
    color: #707070;
  }
  .work span{
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5em;
    color: #2F7A5B;
  }
  .work ul{
    display: flex;
    gap:10px;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 30px;
  }
  .work ul li{
    width: 142px;
    height: auto;
    margin: 0 auto;
    padding: 15px 15px 15px;
    background-color: #FFF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  }
  .work ul li .work_img{
    width: 60px;
    height: 60px;
    margin: 0 auto;
  }
  .work ul li img{
    width: 100%;
  }
  .work ul li h4{
    margin: 20px 0 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 1em;
    color: #333333;
    text-align: center;
  }
  .work ul li p{
    margin: 15px 0 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    color: #444444;
  }
  .work_btn{
    margin: 30px auto 0;
  }

  /* cont_neighbor */
  #cont_neighbor{
    background-color: #FAF6F1;
    width: 100%;
    padding: 50px 0 50px;
    overflow: hidden;
  }
  .neighbor_head{
    position: relative;
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  .neighbor_head::after{
    display: none;
  }
  .neighbor_head h3{
    position: relative;
    font-size: 22px;
    line-height: 28px;
    color: #4FAE77;
    font-weight: 700;
  }
  .neighbor_head h3::before{
    position: absolute;
    bottom: -10px;
    left: 0;
    content: '';
    width: 30px;
    height: 2px;
    background-color: #4FAE77;
  }
  .neighbor_head p{
    margin-top: 35px;
    font-size: 17px;
    line-height: 1.5em;
    color: #333333;
  }
  #neighbor_area{
    width: calc(100% - 20px);
    margin: 30px auto 0;
  }
  .neighbor_left{
    position: static;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
  .neighbor_left_img{
    position: static;
    top: 0;
    left: 0;
    width: 100%;
  }
  .neighbor_left_txt{
    position: static;
    top: 0;
    right: 0;
    z-index: 3;
    width: 100%;
    height: auto;
    padding: 40px 0 30px;
    margin: -10px 0 0;
    border-radius: 0px 0px 10px 10px;
    background-color: #FFF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  }
  .neighbor_left_txt h4{
    position: relative;
    margin: 0px 0 0 70px;
    font-size: 18px;
    line-height: 1em;
    color: #2F7A5B;
    font-weight: 700;
  }
  .neighbor_left_txt p{
    margin: 15px 10px 0 10px;
    font-size: 16px;
    line-height: 1.5em;
    color: #333333;
  }
  .left_h4_first::before{
    position: absolute;
    top: 0;
    left: -1.6em;
    content: '01';
    font-size: 34px;
    color: #2F7A5B;
    font-weight: 700;
  }
  .left_h4_second::before{
    position: absolute;
    top: 0;
    left: -1.6em;
    content: '03';
    font-size: 36px;
    color: #2F7A5B;
    font-weight: 700;
  }
  .neighbor_right{
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
  .neighbor_right_img{
    position: static;
    top: 0;
    right: 0;
    width: 100%;
  }
  .neighbor_right_txt{
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 40px 0 30px;
    margin: -10px 0 0;
    border-radius: 0px 0px 10px 10px;
    border-radius: 0 0 10px 10px;
    background-color: #FFF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  }
  .neighbor_right_txt h4{
    position: relative;
    margin: 0px 0 0 70px;
    font-size: 22px;
    line-height: 1em;
    color: #2F7A5B;
    font-weight: 700;
  }
  .neighbor_right_txt h4::before{
    position: absolute;
    top: 50%;
    left: -1.6em;
    transform:translateY(-50%);
    content: '02';
    font-size: 34px;
    color: #2F7A5B;
    font-weight: 700;
  }
  .neighbor_right_txt p{
    margin: 15px 10px 0 10px;
    font-size: 16px;
    line-height: 1.5em;
    color: #333333;
  }
  #neighbor_area img{
    width: 100%;
    border-radius: 10px 10px 0 0;
  }
  .neighbor_btn{
    margin: 50px auto 0;
    overflow: hidden;
  }
  /*cont_region*/
  #cont_region{
    background-color: #F7FBF8;
    width: 100%;
    padding: 50px 0 50px;
    overflow: hidden;
  }
  .region{
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  .region h3{
    position: relative;
    font-size: 22px;
    line-height: 28px;
    color: #6FA8DC;
    font-weight: 700;
  }
  .region h3::before{
    position: absolute;
    bottom: -10px;
    left: 0;
    content: '';
    width: 30px;
    height: 2px;
    background-color: #6FA8DC;
  }
  .region p{
    margin-top: 35px;
    font-size: 16px;
    line-height: 1.5em;
    color: #333333;
  }
  .region ul{
    width: 100%;
    display: block;
    gap:0px;
    margin-top: 40px;
  }
  .region ul li{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding-bottom: 15px;
    background-color: #FFF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  }
  .region ul li:last-child{
    margin-bottom: 0px;
  }
  .region ul li img{
    width: 100%;
  }
  .region ul li h4{
    margin: 15px 15px 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    color: #333333;
  }
  .region ul li p{
    margin: 0px 15px 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    color: #666666;
  }
  .region_btn{
    width: calc(100% - 20px);
    height: 44px;
    margin: 0 auto;
    border: 2px solid #98FB98;
    background-color: #FFF;
  }
  .region_btn a{
    display: block;
    width: 100%;
    font-size: 13px;
    color: #2B2B2B;
    line-height: 44px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
  }
  .region_btn:hover{
    background-color: #E9F8EE;
  }
  /* top_bg*/
  #top_bg02{
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
  }
  #top_bg02 img{
    position: absolute;
    left: 40%;
    transform:translateX(-40%);
    width: auto;
    height: 100%;
  }

  /* news */
  #news{
    background-color: #F7FBF8;
    width: 100%;
    padding: 50px 0 50px;
    overflow: hidden;
  }
  .cont_news{
    width: calc(100% - 20px);
    margin: 0 auto 0;
  }
  .news_head{
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .news_head h3{
    position: relative;
    font-size: 22px;
    line-height: 28px;
    color: #6FA8DC;
    font-weight: 700;
  }
  .news_head h3::before{
    position: absolute;
    bottom: -10px;
    right: 0;
    content: '';
    width: 30px;
    height: 2px;
    background-color: #6FA8DC;
  }
  .news_head p{
    margin-top: 35px;
    font-size: 16px;
    line-height: 1.5em;
    color: #333333;
  }
  .news_btn{
    overflow: hidden;
    margin: 30px auto 0;
  }
  #news ol{
    width: 100%;
    margin-top: 40px;
  }
  #news ol li{
    position: relative;
    border-bottom:1px solid #666666;
  }
  #news ol li:first-child{
    border-top:1px solid #666666;
  }
  #news ol li a{
    display: block;
    align-items: center;
    text-decoration: none;
    padding: 15px 0 15px;
  }
  #news ol li a p{
    margin-top: 10px;
  }
  #news ol li a p:hover{
    color: #E97855;
  }
  #news ol li .category{
    display: inline-block;
    padding: 0 10px;
    width: 100px;
    min-width: 100px;
    height:30px;
    color:#FFF;
    line-height:30px;
    text-align: center;
  }
  .category_news{
    background-color:#6FA8DC;
  }
  .category_column{
    background-color:#4F8F6F;
  }
  .category_blog{
    background-color:#8BBF9F;
  }
  .category_interview{
    background-color:#E59A7A;
  }
  #news ol li time{
    margin: 0 30px 0;
    font-size: 16px;
    line-height: 1em;
    color: #333333;
  }
}

@media (max-width: 767px) and (orientation:landscape){
  /* keyview */
  #keyview{
    width: 100%;
    min-height: auto;
    background-color: #F7FBF8;
    overflow: hidden;
  }
  .key_cont{
    background: url(../images/img_keyview_top_sp.webp)no-repeat;
    background-size: cover;
    width: auto;
    height: 140svh;
    min-height: auto;
    overflow: hidden;
    margin: 0px auto;
  }
  .key_box{
    width: calc(100% - 40px);
    margin: 150px auto 0;
    padding: 25px 0 25px;
    border-radius: 10px;
    background-color: rgb(255 255 255 / 85%);
  }
  .key_box h2{
    background: url(../images/keyview_txt_sp.webp) no-repeat;
    background-size: 288px 63px;
    width: 288px;
    height: 63px;
    margin: 0 auto;
    text-indent: -9999px; /* テキストを画面外に追い出す */
    overflow: hidden;
  }
  .key_box p{
    margin: 20px 0 20px;
    font-size: 13px;
    line-height: 1.5em;
    color: #4E4E4E;
    text-align: center;
  }
  .key_btn{
    display: flex;
    width: 306px;
    margin: 0 auto;
  }
  .key_btn_link{
    position: relative;
    width: 150px;
    height: 50px;
    border: 1px solid #7ED9A3;
    background-color:#FFF;
    margin-right: 2px;
  }
  .key_btn_link:nth-of-type(2){
    margin-right: 0px;
  }
  .key_btn_link a{
    display: block;
    color:#333333;
    width: 150px;
    font-size:14px;
    font-weight: 700;
    line-height: 50px;
    text-decoration: none;
    text-align: center;
  }
  .key_btn_link:hover{
    background-color:#E9F8EE;
  }





  .work ul li{
    width: 125px;
    height: auto;
    margin: 0 auto;
    padding: 15px 10px 0;
    background-color: #FFF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  }
}
