.btn {
  text-align: right;
  /*
  a.more::after{
    position: absolute;
    content:"\f054";
    font-size:14px;
    font-family:'Font Awesome 5 Free';
    font-weight:900;
    top:6px;
    right:10px;
  }
*/
}

.btn a.more {
  position: relative;
  padding: 6px 15px;
  width: 100px;
  /*
    max-width: 326px;
*/
  color: #fff;
  background-color: #7BA83C;
  border-radius: 15px;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  text-align: center;
}

.index_cat_1 {
  width: 100%;
  height: 100vh;
  min-height: 900px;
  background-image: url("../img/index/index_cat_1_back@2x.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.index_cat_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.index_cat_inner.cat2 {
  position: relative;
  height: 1000px;
}

.index_cat_inner.cat3 {
  position: relative;
}

.index_top_tl {
  width: 370px;
  position: relative;
}

.cat_1_link_omoi {
  position: absolute;
  top: 588px;
  left: 159px;
  width: 130px;
}

.index_cat_2 {
  width: 100%;
  height: 1000px;
  background-image: url("../img/index/index_cat_2_back@2x.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  margin-top: -130px;
  -webkit-clip-path: polygon(0 0, 100% 11%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 11%, 100% 100%, 0% 100%);
  position: relative;
  padding-top: 130px;
}

.index_cat_2_myname {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 50px;
  padding: 10px;
  position: absolute;
  top: 180px;
  right: 10%;
  padding-bottom: 30px;
}

.index_cat_2_myname i {
  position: absolute;
  bottom: 7px;
  left: 30px;
  font-size: 19px;
}

.index_cat_2_myname2 {
  color: #FFFFFF;
  font-size: 30px;
  position: absolute;
  top: 270px;
  left: 17%;
}

.index_cat_2_menulink_box {
  position: absolute;
  top: 330px;
  left: 17%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.index_cat_2_menulink {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 27px;
  padding: 10px;
  margin-left: 8px;
  margin-right: 8px;
  padding-bottom: 30px;
  position: relative;
}

.index_cat_2_menulink i {
  position: absolute;
  bottom: 7px;
  left: 18px;
  font-size: 19px;
}

.index_cat_3 {
  width: 100%;
  height: 1000px;
  background-image: url("../img/index/index_cat_3_back@2x.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -130px;
  padding-top: 130px;
  -webkit-clip-path: polygon(0 11%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 11%, 100% 0%, 100% 100%, 0% 100%);
}

.index_cat_3_menu_box {
  position: absolute;
  top: 0;
  right: 0;
  width: 44%;
  max-width: 380px;
}

.index_cat_3_menu_1 {
  margin-bottom: 20px;
  padding: 40px;
  width: 100%;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.index_cat_3_menu_1_icon {
  width: 130px;
  border-radius: 20px;
  font-size: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #24552A;
  margin: 0 auto;
  color: #FFFFFF;
  text-align: center;
  margin-top: -58px;
  margin-bottom: 21px;
}

.index_cat_3_menu_1_tl {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 25px;
  margin-bottom: 15px;
}

.index_cat_3_menu_1_tl i {
  position: absolute;
  top: 2px;
  right: 0;
}

.index_cat_3_menu_1_btn1 {
  margin: 0 auto;
  width: 100%;
  max-width: 298px;
  text-align: center;
}

.index_cat_3_menu_1_btn1 img {
  width: 100%;
  height: auto;
}

.index_cat_3_menu_2 {
  width: 100%;
  padding: 30px 40px 30px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.index_cat_3_menu_2_link {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #707070;
  font-size: 22px;
  position: relative;
  letter-spacing: -0.05em;
}

.index_cat_3_menu_2_link i {
  position: absolute;
  top: 13px;
  right: 0;
}

.index_cat_3_menu_2_link.last {
  border-bottom: none;
}

.index_cat_4 {
  width: 100%;
  background-color: #24552A;
  color: #FFFFFF;
  padding-top: 180px;
  padding-bottom: 40px;
  margin-top: -120px;
  -webkit-clip-path: polygon(0 0, 100% 120px, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 120px, 100% 100%, 0% 100%);
  /*
  padding-top:130px;
  padding-bottom:150px;
  margin-top: -130px;
  clip-path: polygon(0 0, 100% 11%, 100% 100%, 0% 100%);
*/
}

.index_cat_4_tl {
  width: 100%;
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
}

.index_cat_4_tl i {
  margin-right: 7px;
}

.index_cat_4_jirei_area {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 70px;
}

.index_cat_4_jirei_box {
  width: calc(100% / 3);
  max-width: 380px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.index_cat_4_jirei_box_pict {
  width: 100%;
  margin-bottom: 20px;
}

.index_cat_4_jirei_box_pict figure {
  margin: 0;
  padding: 0;
}

.index_cat_4_jirei_box_pict img {
  width: 380px;
  height: 260px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #FFFFFF;
  -o-object-fit: cover;
     object-fit: cover;
}

.index_cat_4_jirei_box_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
}

.index_cat_4_jirei_box_info_date {
  margin: 0 10px 10px 0;
  padding: 4px 5px 2px;
  background-color: #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #7BA83C;
  color: #7BA83C;
  display: inline-block;
  line-height: 1;
}

.index_cat_4_jirei_box_info_category {
  margin: 0 10px 10px 0;
  padding: 4px 5px 2px;
  background-color: #7BA83C;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #7BA83C;
  display: inline-block;
  line-height: 1;
}

.index_cat_4_jirei_box_info_addr {
  margin: 0 10px 10px 0;
  padding: 4px 5px 2px;
  color: #24552A;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #DBE6CD;
  display: inline-block;
  line-height: 1;
}

.index_cat_4_jirei_box_info_owner {
  padding: 5px 0 10px 5px;
  color: #fff;
  font-size: 18px;
  font-family: 'Noto Sans Japanese', sans-serif;
  line-height: 1;
}

.index_cat_4_jirei_box_tl {
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-size: 18px;
  font-family: 'Noto Sans Japanese', sans-serif;
  border-bottom: 1px solid #fff;
}

.index_cat_4_jirei_box_tl a {
  color: #fff;
}

.index_cat_4_jirei_box_tag {
  width: 100%;
}

.index_cat_4_jirei_box_tag ul.tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.index_cat_4_jirei_box_tag ul.tag li {
  margin-right: 10px;
}

.index_cat_4_jirei_box_tag ul.tag li a {
  padding: 5px 10px;
  color: #24552A;
  background: #DBE6CD;
  border-radius: 15px;
  display: inline-block;
}

.index_cat_4_jirei_spr {
  width: 100%;
  border-bottom: 1px solid #FFFFFF;
  position: relative;
  margin-bottom: 40px;
}

.index_cat_4_jirei_spr a:hover {
  opacity: .9;
}

.index_cat_4_jirei_over {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  color: #FFFFFF;
  background-color: #7BA83C;
  border-radius: 20px;
  display: initial;
  position: absolute;
  bottom: -15px;
  right: 0;
  font-size: 17px;
}

.index_cat_4_jirei_over i {
  margin-left: 5px;
  opacity: 0.7;
}

@media screen and (max-width: 1199px) {
  .index_cat_4_jirei_area {
    margin: 0 auto;
    width: 94%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index_cat_4_jirei_area .index_cat_4_jirei_box {
    margin: 0 auto 10%;
    width: 100%;
  }
  .index_cat_4_jirei_box_pict img {
    width: 100%;
    max-width: 380px;
  }
  .index_cat_4_jirei_spr {
    margin: 0 auto;
    width: 94%;
  }
}

@media screen and (max-width: 767px) {
  .index_cat_inner {
    width: 100%;
    max-width: 1200px;
  }
  .hd_contact_box {
    display: none;
  }
  .index_top_tl {
    width: 100%;
    max-width: 414px;
  }
  .index_top_tl .sp_logo {
    position: absolute;
    width: 50%;
    max-width: 327px;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
  }
  .index_top_tl .sp_logo img {
    width: 100%;
    height: auto;
  }
  .index_top_tl .sp_tl {
    position: absolute;
    width: 60%;
    max-width: 440px;
    top: 360px;
    left: 12%;
  }
  .index_top_tl .sp_tl img {
    width: 100%;
    height: auto;
  }
  .index_top_tl2 {
    width: 100%;
    max-width: 370px;
  }
  .index_cat_2_myname {
    top: 280px;
    font-size: 26px;
    right: 5%;
  }
  .index_cat_2_myname i {
    left: 30%;
  }
  .index_cat_2_myname2 {
    top: 360px;
    font-size: 26px;
    left: 2%;
  }
  .index_cat_2_menulink_box {
    top: 420px;
    left: 2%;
  }
  .index_cat_2_menulink {
    font-size: 20px;
    margin-left: 0;
    margin-right: 15px;
  }
  .index_cat_2_menulink i {
    left: 30%;
  }
  .index_cat_3_menu_box {
    width: 90%;
  }
  .index_cat_3_menu_1 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .index_cat_3_menu_1_tl {
    font-size: 20px;
  }
  .index_cat_3_menu_2 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .index_cat_3_menu_2_link {
    font-size: 20px;
  }
}
