@charset "UTF-8";
/*                トップページ用
======================================================= */
/*TOP共通*/
#main_area .content_wrapper .main_width {
  padding: 0;
}
#main_area .content_wrapper .main_width .main_cont .content_inner .content_title {
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #main_area .content_wrapper .main_width .main_cont .content_inner .content_title {
    margin-bottom: 40px;
  }
}
#main_area .content_wrapper .main_width .main_cont .content_inner .content_title h2 span {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #main_area .content_wrapper .main_width .main_cont .content_inner .content_title h2 span {
    font-size: 38px;
  }
}
#main_area .content_wrapper .main_width .main_cont .content_inner .content_title .content_title_jp {
  margin-top: 8px;
}
#main_area .content_wrapper .main_width .main_cont .content_inner .content_title .content_title_jp span {
  font-size: 137.5%;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #main_area .content_wrapper .main_width .main_cont .content_inner .content_title .content_title_jp span {
    font-size: 100%;
  }
}

#home_service {
  padding: 90px 50px 100px;
}
@media only screen and (max-width: 768px) {
  #home_service {
    padding: 100px 30px;
  }
}
@media only screen and (max-device-width: 767px) and (orientation: landscape) {
  #home_service {
    padding: 0 30px 100px;
  }
}
@media only screen and (max-width: 480px) {
  #home_service {
    padding: 100px 15px 20px;
  }
}
#home_service .main_width .main_cont .content_inner .service_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}
@media only screen and (max-width: 768px) {
  #home_service .main_width .main_cont .content_inner .service_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#home_service .main_width .main_cont .content_inner .service_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 10px;
  width: 33.3333%;
}
@media only screen and (max-width: 768px) {
  #home_service .main_width .main_cont .content_inner .service_list li {
    width: 100%;
  }
  #home_service .main_width .main_cont .content_inner .service_list li + li {
    margin-top: 20px;
  }
}
#home_service .main_width .main_cont .content_inner .service_list li .service_cont {
  padding: 40px 20px;
  text-align: center;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background-color: #f7f6f0;
}
@media only screen and (max-width: 768px) {
  #home_service .main_width .main_cont .content_inner .service_list li .service_cont {
    padding: 40px 20px;
  }
}
#home_service .main_width .main_cont .content_inner .service_list li .home_service_sub_title {
  margin-top: 26px;
}
#home_service .main_width .main_cont .content_inner .service_list li .home_service_sub_title h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  #home_service .main_width .main_cont .content_inner .service_list li .home_service_sub_title h3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#home_service .main_width .main_cont .content_inner .service_list li .home_service_sub_title h3 span {
  display: inline-block;
  color: #288278;
  font-size: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 1300px) {
  #home_service .main_width .main_cont .content_inner .service_list li .home_service_sub_title h3 span {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  #home_service .main_width .main_cont .content_inner .service_list li .home_service_sub_title h3 span {
    font-size: 17px;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 768px) {
  #home_service .main_width .main_cont .content_inner .service_list li .home_service_sub_title h3 span {
    letter-spacing: 0.12em;
  }
}
#home_service .main_width .main_cont .content_inner .service_list li p {
  margin-top: 10px;
  text-align: left;
  line-height: 1.8em;
}

#home_catch {
  position: relative;
  padding: 90px 50px 100px;
}
@media only screen and (max-width: 1300px) {
  #home_catch {
    padding: 90px 50px 160px;
  }
}
@media only screen and (max-width: 1200px) {
  #home_catch {
    padding: 90px 50px 200px;
  }
}
@media only screen and (max-width: 1024px) {
  #home_catch {
    padding: 0;
  }
}
#home_catch .text_area {
  position: absolute;
  top: 0;
  right: 0;
  border-top: #69a7a0 solid 10px;
  border-left: #69a7a0 solid 10px;
  background-color: #288278;
  color: #fff;
  width: 48%;
}
@media only screen and (max-width: 1300px) {
  #home_catch .text_area {
    width: 52%;
  }
}
@media only screen and (max-width: 1024px) {
  #home_catch .text_area {
    position: relative;
    width: 100%;
  }
}
#home_catch .text_area .text_area_inner {
  padding: 70px 30px 70px 220px;
}
@media only screen and (max-width: 1500px) {
  #home_catch .text_area .text_area_inner {
    padding: 70px 30px 70px 140px;
  }
}
@media only screen and (max-width: 1200px) {
  #home_catch .text_area .text_area_inner {
    padding: 70px 30px 70px 110px;
  }
}
@media only screen and (max-width: 1024px) {
  #home_catch .text_area .text_area_inner {
    padding: 90px 50px 50px;
  }
}
@media only screen and (max-width: 768px) {
  #home_catch .text_area .text_area_inner {
    padding: 90px 30px 46px;
  }
}
#home_catch .text_area .text_area_inner p {
  font-size: 18px;
  line-height: 2em;
}
#home_catch .text_area .text_area_inner p + p {
  margin-top: 0.7em;
}
@media only screen and (max-width: 1200px) {
  #home_catch .text_area .text_area_inner p br {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #home_catch .text_area .text_area_inner p {
    font-size: 16px;
  }
}
#home_catch .text_area .text_area_inner p.caution {
  font-size: 14px;
  color: #f0eb97;
}
#home_catch .text_area .text_area_inner .btn_area {
  margin-top: 36px;
}
@media only screen and (max-width: 1024px) {
  #home_catch .text_area .text_area_inner .btn_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -14px;
    margin-right: -14px;
  }
}
@media only screen and (max-width: 768px) {
  #home_catch .text_area .text_area_inner .btn_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 1024px) {
  #home_catch .text_area .text_area_inner .btn_area .more_btn {
    width: 50%;
    padding: 0 14px;
  }
}
@media only screen and (max-width: 768px) {
  #home_catch .text_area .text_area_inner .btn_area .more_btn {
    width: 100%;
  }
}
#home_catch .text_area .text_area_inner .btn_area .more_btn a {
  margin-left: 0;
  border: #fff solid 1px;
}
@media only screen and (max-width: 1024px) {
  #home_catch .text_area .text_area_inner .btn_area .more_btn a {
    width: 100%;
  }
}
#home_catch .text_area .text_area_inner .btn_area .more_btn + .more_btn {
  margin-top: 15px;
}
@media only screen and (max-width: 1024px) {
  #home_catch .text_area .text_area_inner .btn_area .more_btn + .more_btn {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  #home_catch .text_area .text_area_inner .btn_area .more_btn + .more_btn {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  #home_catch .main_width .main_cont .content_inner .catch_img_area {
    margin-bottom: -60px;
    max-width: 80%;
  }
}
#home_catch .main_width .main_cont .content_inner .catch_img_area img {
  position: relative;
  width: 100%;
  max-width: 750px;
  z-index: 1;
}
@media only screen and (max-width: 1500px) {
  #home_catch .main_width .main_cont .content_inner .catch_img_area img {
    width: 60%;
  }
}
@media only screen and (max-width: 1300px) {
  #home_catch .main_width .main_cont .content_inner .catch_img_area img {
    width: 54%;
  }
}
@media only screen and (max-width: 1024px) {
  #home_catch .main_width .main_cont .content_inner .catch_img_area img {
    width: 100%;
  }
}

#home_features {
  background-color: #f6fafa;
  padding-bottom: 20px;
}
#home_features .main_width .main_title {
  margin-bottom: 70px;
}
#home_features .main_width .main_cont .content_inner .features_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  #home_features .main_width .main_cont .content_inner .features_list {
    margin: 0 -15px;
  }
}
#home_features .main_width .main_cont .content_inner .features_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 30px;
  width: 33.3333%;
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  #home_features .main_width .main_cont .content_inner .features_list li {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  #home_features .main_width .main_cont .content_inner .features_list li {
    width: 100%;
    margin-bottom: 60px;
  }
}
#home_features .main_width .main_cont .content_inner .features_list li .features_cont {
  position: relative;
  text-align: center;
  width: 100%;
  height: 100%;
}
#home_features .main_width .main_cont .content_inner .features_list li .features_number {
  position: absolute;
  top: -33px;
  left: -16px;
  z-index: 1;
  /*
  span{
   font-size: 60px;
   font-family: $fontEBGaramond;
   color: #288278;
   font-style: italic;
   font-weight: 500;
  }
  */
}
@media only screen and (max-width: 480px) {
  #home_features .main_width .main_cont .content_inner .features_list li .features_number {
    top: -40px;
  }
}
#home_features .main_width .main_cont .content_inner .features_list li .features_number span.num_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 64px;
  height: 78px;
}
#home_features .main_width .main_cont .content_inner .features_list li .features_number span.num_img img {
  display: block;
  width: 100%;
}
#home_features .main_width .main_cont .content_inner .features_list li .features_img_area {
  position: relative;
  width: 100%;
  border-radius: 30px;
  padding-top: 66.5625%;
  overflow: hidden;
}
#home_features .main_width .main_cont .content_inner .features_list li .features_img_area img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}
#home_features .main_width .main_cont .content_inner .features_list li .home_features_sub_title {
  margin-top: 26px;
  text-align: left;
}
#home_features .main_width .main_cont .content_inner .features_list li .home_features_sub_title h3 span {
  display: inline-block;
  color: #288278;
  font-size: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  #home_features .main_width .main_cont .content_inner .features_list li .home_features_sub_title h3 span {
    font-size: 17px;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 768px) {
  #home_features .main_width .main_cont .content_inner .features_list li .home_features_sub_title h3 span {
    letter-spacing: 0.12em;
  }
}
#home_features .main_width .main_cont .content_inner .features_list li p {
  margin-top: 10px;
  text-align: left;
  line-height: 1.8em;
}
#home_features .main_width .main_cont .content_inner .features_list li p span {
  display: block;
}

#home_news .main_width .main_title {
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  #home_news .main_width .main_title {
    margin-bottom: 30px;
  }
}
#home_news .main_width .main_title h2 span {
  font-size: 30px;
}
#home_column {
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
  #home_column {
    padding: 0 20px 0;
  }
}
#home_column .main_width .main_title {
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  #home_column .main_width .main_title {
    margin-bottom: 50px;
  }
}
#home_column .main_width .main_title h2 span {
  font-size: 30px;
}
@media only screen and (max-width: 768px) {
  #home_column .main_width .main_cont .content_inner .more_btn {
    margin-top: 40px;
  }
}

#home_access {
  padding-top: 110px;
}
@media only screen and (max-width: 768px) {
  #home_access {
    padding-top: 100px;
  }
}
#home_access .main_width .main_title {
  margin-bottom: 40px;
}
#home_access .main_width .main_title h2 span {
  font-size: 30px;
}
#home_access .main_width .main_cont .content_inner .table_2column {
  width: 620px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  #home_access .main_width .main_cont .content_inner .table_2column {
    width: 100%;
  }
}
#home_access .main_width .main_cont .content_inner .table_2column dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#home_access .main_width .main_cont .content_inner .table_2column dl + dl {
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  #home_access .main_width .main_cont .content_inner .table_2column dl + dl {
    margin-top: 16px;
  }
}
#home_access .main_width .main_cont .content_inner .table_2column dl dt {
  width: 120px;
  min-width: 120px;
}
@media only screen and (min-width: 769px) {
  #home_access .main_width .main_cont .content_inner .table_2column dl dd p span {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #home_access .main_width .main_cont .content_inner .table_2column dl dd p span {
    display: block;
  }
}
#home_access .main_width .main_cont .content_inner .gmap_area {
  position: relative;
  padding-top: 41.6666%;
  height: 0;
  overflow: hidden;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  #home_access .main_width .main_cont .content_inner .gmap_area {
    padding-top: 100%;
  }
}
#home_access .main_width .main_cont .content_inner .gmap_area iframe {
  border: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#home_access .main_width .main_cont .content_inner .routes_column {
  width: 620px;
  max-width: 100%;
  margin: auto;
  margin-top: 40px;
  padding-left: 1em;
}
#home_access .main_width .main_cont .content_inner .routes_column > h3 {
  margin-bottom: 0.5em;
  -webkit-transform: translateX(-1em);
          transform: translateX(-1em);
}
#home_access .main_width .main_cont .content_inner .routes_column > h3 > span {
  position: relative;
  padding-left: 1.5em;
}
#home_access .main_width .main_cont .content_inner .routes_column > h3 > span:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-0.35em);
          transform: translateY(-0.35em);
  display: block;
  content: "";
  width: 0.7em;
  height: 0.7em;
  line-height: 1;
  border-radius: 50%;
  border: solid 1px #4d4d4d;
}
#home_access .main_width .main_cont .content_inner .routes_column p + ul, #home_access .main_width .main_cont .content_inner .routes_column ul + p {
  margin-top: 0.75em;
}
#home_access .main_width .main_cont .content_inner .routes_column ul li + li {
  margin-top: 0.35em;
}
@media only screen and (max-width: 768px) {
  #home_access .main_width .main_cont .content_inner .routes_column ul li + li {
    margin-top: 0.75em;
  }
}
#home_access .main_width .main_cont .content_inner .routes_column ul li > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#home_access .main_width .main_cont .content_inner .routes_column ul li > div > span > span {
  display: inline-block;
}
#home_access .main_width .main_cont .content_inner .routes_column ul li a.minbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 4em;
  min-width: 4em;
  margin-left: 0.35em;
  height: 1.5em;
  border-radius: 0.75em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 2px #288278;
}
#home_access .main_width .main_cont .content_inner .routes_column ul li a.minbtn:hover {
  text-decoration: none;
}
#home_access .main_width .main_cont .content_inner .routes_column ul li a.minbtn > span {
  line-height: 1.1;
  padding-top: 0.2em;
  padding-bottom: 0.1em;
  text-align: center;
  color: #288278;
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  #home_access .main_width .main_cont .content_inner .routes_column ul li a.minbtn > span {
    letter-spacing: 0.005em;
    font-size: 14px;
  }
}
@media only screen and (min-width: 769px) {
  #home_access .main_width .main_cont .content_inner .routes_column ul li a.minbtn {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #home_access .main_width .main_cont .content_inner .routes_column ul li a.minbtn > span {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #home_access .main_width .main_cont .content_inner .routes_column ul li a.minbtn:hover {
    background-color: #288278;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #home_access .main_width .main_cont .content_inner .routes_column ul li a.minbtn:hover > span {
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}

/*#home_service{
  padding: 80px 50px 90px;
  @include media768{
    padding: 90px 30px;
  }
  @include media480{
    padding: 20px 15px;
  }
  .main_width{
   .main_cont{
    .content_inner{
      .service_list{
        li{
          .service_cont{
            padding: 30px 20px;
          }
         .home_service_sub_title{
          margin-top: 12px;
          h3{
           span{
            @include media768{
             letter-spacing: 0.1em;
            }
            @include media480{
              font-size: 16px;
            }
           }
          }
         }
         p{
          @include media768{
            font-size: 14px;
          }
          @include media480{
            line-height: 1.5;            
          }
         }
        }
       }
    }
   }
  }
 }

 #home_catch{
  .text_area{
    .text_area_inner{
      padding: 70px 30px 70px 220px;
      @include media1500{
       padding: 70px 30px 70px 140px;
      }
      @include media1200{
       padding: 70px 30px 70px 110px;
      }
      @include media1024{
      padding: 80px 50px 50px;
      }
      @include media768{
        padding: 80px 30px 40px;
      }
    p{
     line-height: 1.8;
     +p{
       margin-top: 0.6em;
     }
    }
   }
  }
 }

 #home_features{
  .main_width{
   .main_title{
    margin-bottom: 50px;
   }
   .main_cont{
    .content_inner{
     .features_list{
      li{
        margin-bottom: 60px;
        @include media480{
          margin-bottom: 50px;
        }
        .home_features_sub_title{
          margin-top: 12px;
          h3{
            span{
              @include media768{
              letter-spacing: 0.1em;
              }
              @include media480{
                font-size: 16px;
              }
            }
          }
        }
        p{
          margin-top: 6px;
          @include media768{
            font-size: 14px;
          }
          @include media480{
            line-height: 1.5;            
          }
        }
      }
     }
    }
   }
  }
 }

 #home_news{
  .main_width{
   .main_title{
    margin-bottom: 40px;
    @include media768{
     margin-bottom: 30px;
    }
   }
   .news_list{
      .date, .title{
        @include media768{
          font-size: 14px;
        }
      }
    }
  }
 }

 #home_column{
  .main_width{
   .main_title{
    margin-bottom: 40px;
    @include media768{
     margin-bottom: 30px;
    }
   }
   .main_cont{
    .content_inner{
     .more_btn{
      @include media768{
       margin-top: 30px;
      }
     }
    }
   }
  }
 }

 #home_access{
  padding-top: 80px;
  @include media768{
    padding-top: 70px;
  }
  p{
    font-size: 16px;
  }
  .main_width{
   .main_title{
    margin-bottom: 30px;
   }
   .main_cont{
    .content_inner{
      .table_2column{
        dl{
         +dl{
          margin-top: 5px;
          @include media768{
            margin-top: 10px;
          }
         }
        }
      }
     .gmap_area{
      margin-top: 40px;
     }
     .routes_column{
      margin-top: 30px;
     }
    }
   }
  }
 }*/