.key {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 578px;
  background: url(../images/feature/key.jpg) center/cover no-repeat;
}
.key .key_text {
  padding-bottom: 50px;
  font-size: 68px;
  font-weight: 500;
  text-align: center;
  color: #6a3906;
  text-shadow: 0 0 4px #f5e2ab;
}
.key:before {
  content: "";
  position: absolute;
  right: 5%;
  bottom: -34px;
  width: 264px;
  height: 229px;
  background: url(../images/common/tree.png) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .key {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 578px;
    background: url(../images/feature/key.jpg) center left 38%/cover no-repeat;
  }
  .key .key_text {
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    color: #6a3906;
    text-shadow: 0 0 4px #f5e2ab;
  }
  .key:before {
    content: "";
    position: absolute;
    right: 5%;
    bottom: -34px;
    width: 200px;
    height: 173px;
    background: url(../images/common/tree.png) center/contain no-repeat;
  }
}

.sec01 {
  padding: 80px 0;
}
.sec01 .sec_title {
  margin: 0 0 50px;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
.sec01 .sec_title .color {
  color: #aa9147;
  font-weight: 500;
}
.sec01 .sec_text {
  width: 860px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec01 {
    padding: 80px 20px;
    box-sizing: border-box;
  }
  .sec01 .sec_title {
    margin: 0 0 50px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .sec01 .sec_title .color {
    color: #aa9147;
    font-weight: 500;
  }
  .sec01 .sec_text {
    width: 100%;
    margin: 0 auto;
  }
}

.sec02 {
  position: relative;
  padding: 80px 0 50px;
}
.sec02:before {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  width: 918px;
  height: 127px;
  margin: 0 auto;
  background: url(../images/feature/feature.png) center/contain no-repeat;
}
.sec02 .inner {
  width: 1250px;
  margin: 0 auto;
}
.sec02 .sec_header {
  position: relative;
  margin: 0 0 200px;
}
.sec02 .sec_header:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50px;
  width: 239px;
  height: 221px;
  background: url(../images/feature/tree01.png) center/contain no-repeat;
}
.sec02 .sec_header:after {
  content: "";
  position: absolute;
  top: -30px;
  right: 50px;
  width: 239px;
  height: 221px;
  background: url(../images/feature/tree02.png) center/contain no-repeat;
}
.sec02 .sec_title {
  position: relative;
  font-size: 43px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #723600;
  text-align: center;
}
.sec02 .sec_title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  width: 158px;
  height: 42px;
  margin: 0 auto;
  background: url(../images/feature/logo.png) center/contain no-repeat;
}
.sec02 .sec_title .large {
  font-size: 82px;
  font-weight: 500;
}
.sec02 .cont {
  position: relative;
  padding: 50px 0;
}
.sec02 .cont:not(:last-of-type) {
  margin: 0 0 200px;
}
.sec02 .cont_header {
  position: absolute;
  z-index: 2;
  left: 50px;
}
.sec02 .cont_num {
  margin: 0 0 10px;
  font-family: "noto sans jp", sans-serif;
  font-size: 22px;
  color: #b99000;
}
.sec02 .cont_title {
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.sec02 .cont_text {
  width: 540px;
  margin-left: 50px;
  line-height: 2;
  text-align: justify;
}
.sec02 .cont_image {
  position: absolute;
  top: -100px;
  right: -30px;
}
.sec02 .cont01 {
  background: rgba(185, 144, 0, 0.13);
}
.sec02 .cont01 .cont_header {
  top: -70px;
}
.sec02 .cont01 .cont_text {
  margin-bottom: 80px;
}
.sec02 .cont01 .bottom_leadtext {
  margin: 0 0 30px;
  font-size: 31px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
.sec02 .cont01 .list {
  display: flex;
  justify-content: center;
  width: 1200px;
  margin: 0 auto;
}
.sec02 .cont01 .item {
  position: relative;
  width: 390px;
  padding: 300px 0 20px;
}
.sec02 .cont01 .textbox {
  position: relative;
  z-index: 3;
  width: 370px;
  height: 280px;
  padding: 20px;
  margin: 0 auto 10px;
  box-sizing: border-box;
  background: #fff;
}
.sec02 .cont01 .item_title {
  margin: 0 0 20px;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
.sec02 .cont01 .item_text {
  line-height: 2;
  text-align: justify;
}
.sec02 .cont01 .link_btn {
  position: relative;
  z-index: 3;
  width: 323px;
  margin: 0 auto;
  text-align: left;
  display: block;
  height: 53px;
  padding: 10px 0 10px 15px;
  box-sizing: border-box;
  font-size: 22px;
  letter-spacing: 0.05em;
  color: #fff;
}
.sec02 .cont01 .item01 {
  margin-right: 120px;
}
.sec02 .cont01 .item01:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 428px;
  background: url(../images/feature/bite.jpg) center/cover no-repeat;
}
.sec02 .cont01 .item01:after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(254, 241, 206, 0.45) 0, rgba(248, 181, 0, 0.45) 100%);
}
.sec02 .cont01 .item01 .textbox:before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  width: 105px;
  height: 28px;
  background: url(../images/feature/text_bite.png) center/contain no-repeat;
}
.sec02 .cont01 .item01 .item_title {
  color: #eb9c1c;
}
.sec02 .cont01 .item01 .link_btn {
  position: relative;
  background: #eb9c1c;
}
.sec02 .cont01 .item01 .link_btn:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  width: 29px;
  height: 29px;
  margin: auto 0;
  background: url(../images/feature/arrow03.png) center/contain no-repeat;
}
.sec02 .cont01 .item02:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 428px;
  background: url(../images/feature/massage.jpg) center/cover no-repeat;
}
.sec02 .cont01 .item02:after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(197, 218, 237, 0.45) 0, rgba(81, 145, 201, 0.45) 100%);
}
.sec02 .cont01 .item02 .textbox:before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  width: 235px;
  height: 28px;
  background: url(../images/feature/text_posture.png) center/contain no-repeat;
}
.sec02 .cont01 .item02 .item_title {
  color: #5191c9;
}
.sec02 .cont01 .item02 .link_btn {
  position: relative;
  background: #5191c9;
}
.sec02 .cont01 .item02 .link_btn:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  width: 29px;
  height: 29px;
  margin: auto 0;
  background: url(../images/feature/arrow02.png) center/contain no-repeat;
}
.sec02 .cont01 .item03:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 428px;
  background: url(../images/feature/consulting.jpg) center/cover no-repeat;
}
.sec02 .cont01 .item03:after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(243, 178, 138, 0.45) 0, rgba(229, 91, 6, 0.45) 100%);
}
.sec02 .cont01 .item03 .textbox:before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  width: 281px;
  height: 28px;
  background: url(../images/feature/text_nutrition.png) center/contain no-repeat;
}
.sec02 .cont01 .item03 .item_title {
  color: #e55b06;
}
.sec02 .cont01 .item03 .link_btn {
  position: relative;
  background: #e55b06;
}
.sec02 .cont01 .item03 .link_btn:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  width: 29px;
  height: 29px;
  margin: auto 0;
  background: url(../images/feature/arrow01.png) center/contain no-repeat;
}
.sec02 .cont02 {
  background: rgba(67, 129, 185, 0.13);
}
.sec02 .cont02 .cont_header {
  top: -120px;
}
.sec02 .cont03 {
  background: rgba(106, 57, 6, 0.13);
}
.sec02 .cont03 .cont_header {
  top: -120px;
}
.sec02 .cont03 .cont_text {
  margin-bottom: 80px;
}
.sec02 .cont03 .list {
  display: flex;
  justify-content: center;
}
.sec02 .cont03 .item {
  width: 570px;
}
.sec02 .cont03 .item_header {
  position: relative;
  margin: 0 0 20px;
}
.sec02 .cont03 .item_title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
}
.sec02 .cont03 .item_text {
  line-height: 2;
  text-align: justify;
}
.sec02 .cont03 .item01 {
  margin: 0 30px 0 0;
}
.sec02 .cont03 .item01 .item_title {
  background: rgba(41, 99, 175, 0.68);
}
.sec02 .cont03 .item02 .item_title {
  background: rgba(198, 133, 110, 0.68);
}
@media screen and (max-width: 768px) {
  .sec02 {
    position: relative;
    padding: 80px 20px 50px;
    box-sizing: border-box;
  }
  .sec02:before {
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    width: 100%;
    height: 127px;
    margin: 0 auto;
    background: url(../images/feature/feature.png) center/contain no-repeat;
  }
  .sec02 .inner {
    width: 100%;
    margin: 0 auto;
  }
  .sec02 .sec_header {
    position: relative;
    margin: 0 0 50px;
  }
  .sec02 .sec_header:before {
    content: "";
    position: absolute;
    top: 140px;
    left: -20px;
    width: 120px;
    height: 103px;
    background: url(../images/feature/tree01.png) center/contain no-repeat;
  }
  .sec02 .sec_header:after {
    content: "";
    position: absolute;
    top: 140px;
    right: -20px;
    width: 120px;
    height: 103px;
    background: url(../images/feature/tree02.png) center/contain no-repeat;
  }
  .sec02 .sec_title {
    position: relative;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #723600;
    text-align: center;
  }
  .sec02 .sec_title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    width: 158px;
    height: 42px;
    margin: 0 auto;
    background: url(../images/feature/logo.png) center/contain no-repeat;
  }
  .sec02 .sec_title .large {
    font-size: 40px;
    font-weight: 500;
  }
  .sec02 .cont {
    position: relative;
    padding: 50px 20px;
  }
  .sec02 .cont:not(:last-of-type) {
    margin: 0 0 80px;
  }
  .sec02 .cont_header {
    position: static;
  }
  .sec02 .cont_num {
    margin: 0 0 10px;
    font-family: "noto sans jp", sans-serif;
    font-size: 20px;
    color: #b99000;
  }
  .sec02 .cont_title {
    margin: 0 0 30px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .sec02 .cont_text {
    width: 100%;
    margin-left: 0;
    line-height: 2;
    text-align: justify;
  }
  .sec02 .cont_image {
    position: static;
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
  }
  .sec02 .cont01 {
    background: rgba(185, 144, 0, 0.13);
  }
  .sec02 .cont01 .cont_header {
    top: -70px;
  }
  .sec02 .cont01 .cont_text {
    margin-bottom: 20px;
  }
  .sec02 .cont01 .cont_image {
    margin: 0 auto 50px;
  }
  .sec02 .cont01 .bottom_leadtext {
    margin: 0 0 30px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .sec02 .cont01 .list {
    display: block;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
  }
  .sec02 .cont01 .item {
    position: relative;
    max-width: 390px;
    width: 100%;
    padding: 250px 0 20px;
  }
  .sec02 .cont01 .textbox {
    position: relative;
    z-index: 3;
    width: calc(100% - 20px);
    height: auto;
    padding: 20px;
    margin: 0 auto 10px;
    box-sizing: border-box;
    background: #fff;
  }
  .sec02 .cont01 .item_title {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .sec02 .cont01 .item_text {
    line-height: 2;
    text-align: justify;
  }
  .sec02 .cont01 .link_btn {
    position: relative;
    z-index: 3;
    max-width: 323px;
    width: calc(100% - 20px);
    margin: 0 auto;
    text-align: left;
    display: block;
    height: auto;
    padding: 10px 0 10px 15px;
    box-sizing: border-box;
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .sec02 .cont01 .item01 {
    margin-right: initial;
  }
  .sec02 .cont01 .item01 {
    margin: 0 auto 50px;
  }
  .sec02 .cont01 .item01:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 428px;
    background: url(../images/feature/bite.jpg) center/cover no-repeat;
  }
  .sec02 .cont01 .item01:after {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(254, 241, 206, 0.45) 0, rgba(248, 181, 0, 0.45) 100%);
  }
  .sec02 .cont01 .item01 .textbox:before {
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    width: 105px;
    height: 28px;
    background: url(../images/feature/text_bite.png) center/contain no-repeat;
  }
  .sec02 .cont01 .item01 .item_title {
    color: #eb9c1c;
  }
  .sec02 .cont01 .item01 .link_btn {
    position: relative;
    background: #eb9c1c;
  }
  .sec02 .cont01 .item01 .link_btn:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    width: 29px;
    height: 29px;
    margin: auto 0;
    background: url(../images/feature/arrow03.png) center/contain no-repeat;
  }
  .sec02 .cont01 .item02 {
    margin: 0 auto;
  }
  .sec02 .cont01 .item02:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 428px;
    background: url(../images/feature/massage.jpg) center/cover no-repeat;
  }
  .sec02 .cont01 .item02:after {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(197, 218, 237, 0.45) 0, rgba(81, 145, 201, 0.45) 100%);
  }
  .sec02 .cont01 .item02 .textbox:before {
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    width: 200px;
    height: 28px;
    background: url(../images/feature/text_posture.png) center/contain no-repeat;
  }
  .sec02 .cont01 .item02 .item_title {
    color: #5191c9;
  }
  .sec02 .cont01 .item02 .link_btn {
    position: relative;
    background: #5191c9;
  }
  .sec02 .cont01 .item02 .link_btn:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    width: 29px;
    height: 29px;
    margin: auto 0;
    background: url(../images/feature/arrow02.png) center/contain no-repeat;
  }
  .sec02 .cont01 .item03 {
    margin: 0 auto;
  }
  .sec02 .cont01 .item03:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 428px;
    background: url(../images/feature/consulting.jpg) center/cover no-repeat;
  }
  .sec02 .cont01 .item03:after {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(243, 178, 138, 0.45) 0, rgba(229, 91, 6, 0.45) 100%);
  }
  .sec02 .cont01 .item03 .textbox:before {
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    width: 200px;
    height: 28px;
    background: url(../images/feature/text_nutrition.png) center/contain no-repeat;
  }
  .sec02 .cont01 .item03 .item_title {
    color: #e55b06;
  }
  .sec02 .cont01 .item03 .link_btn {
    position: relative;
    background: #e55b06;
  }
  .sec02 .cont01 .item03 .link_btn:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    width: 29px;
    height: 29px;
    margin: auto 0;
    background: url(../images/feature/arrow01.png) center/contain no-repeat;
  }
  .sec02 .cont02 {
    background: rgba(67, 129, 185, 0.13);
  }
  .sec02 .cont02 .cont_header {
    top: -120px;
  }
  .sec02 .cont03 {
    background: rgba(106, 57, 6, 0.13);
  }
  .sec02 .cont03 .cont_header {
    top: -120px;
  }
  .sec02 .cont03 .cont_text {
    margin-bottom: 80px;
  }
  .sec02 .cont03 .list {
    display: block;
    justify-content: center;
  }
  .sec02 .cont03 .item {
    min-width: auto;
    max-width: 570px;
    width: 100%;
    margin: 0 auto;
  }
  .sec02 .cont03 .item_header {
    position: relative;
    margin: 0 0 20px;
  }
  .sec02 .cont03 .item_title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 5px 15px;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #fff;
  }
  .sec02 .cont03 .item_text {
    line-height: 2;
    text-align: justify;
  }
  .sec02 .cont03 .item01 {
    margin: 0 auto 50px;
  }
  .sec02 .cont03 .item01 .item_title {
    background: rgba(41, 99, 175, 0.68);
  }
  .sec02 .cont03 .item02 .item_title {
    background: rgba(198, 133, 110, 0.68);
  }
}/*# sourceMappingURL=feature01.css.map */