.key {
  position: relative;
  width: 100%;
  height: 367px;
  background: url(../images/common/key_bg03.jpg) center top/cover no-repeat;
}

.key .key_logo {
  padding: 68px 0 0;
  margin: 0 0 20px;
  text-align: center;
}

.key .page_title {
  font-size: 28px;
  text-align: center;
  letter-spacing: .12em;
  color: #fff;
}

.key .page_title .small {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .key {
    position: relative;
    width: 100%;
    height: 80vw;
    background: url(../images/common/key_bg03.jpg) center top/cover no-repeat;
  }
  .key .key_logo {
    padding: 13.3vw 0 0;
    margin: 0 auto 13.3vw;
    text-align: center;
    width: 26.6vw;
    height: 25.6vw;
  }
  .key .key_logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .key .page_title {
    font-size: 6.4vw;
    text-align: center;
    letter-spacing: .12em;
    color: #fff;
  }
  .key .page_title .small {
    font-size: 4.2vw;
  }
}

.lead_sec {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lead_sec:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 50%;
  height: 100%;
  background: #80a2b6;
}

.lead_sec:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: -1;
  width: 50%;
  height: 100%;
  background: url(../images/feature05/children01.jpg) center top/cover no-repeat;
}

.lead_sec .illust02 {
  position: absolute;
  right: 7px;
  top: 102px;
  width: 127px;
  height: 158px;
  background: url(../images/feature05/leaf02.png) center/cover no-repeat;
}

.lead_sec .inner {
  position: relative;
  width: 1024px;
  margin: 0 auto;
}

.lead_sec .inner .illust01 {
  position: absolute;
  left: 440px;
  bottom: -30px;
  width: 121px;
  height: 140px;
  background: url(../images/feature05/leaf01.png) center/cover no-repeat;
}

.lead_sec .textbox {
  padding: 70px 0 50px 60px;
  color: #fff;
}

.lead_sec .page_title {
  margin: 0 0 50px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  letter-spacing: .2em;
}

.lead_sec .page_title .num {
  padding: 0 0 0 10px;
  font-family: 'Noto serif JP', serif;
  font-size: 45px;
  vertical-align: sub;
}

.lead_sec .subtitle {
  margin: 0 0 35px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: .1em;
}

.lead_sec .text {
  width: 362px;
  line-height: 2;
  letter-spacing: .1em;
}

@media screen and (max-width: 768px) {
  .lead_sec {
    position: relative;
    display: block;
  }
  .lead_sec .sp_image {
    width: 100%;
    height: 66.6vw;
    background: url(../images/feature05/children01.jpg) center top/cover no-repeat;
  }
  .lead_sec:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #80a2b6;
  }
  .lead_sec:after {
    display: none;
  }
  .lead_sec .illust02 {
    position: absolute;
    right: 2.6vw;
    top: auto;
    bottom: 40vw;
    width: 13.3vw;
    height: 16.5vw;
    background: url(../images/feature05/leaf02.png) center/cover no-repeat;
  }
  .lead_sec .inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .lead_sec .inner .illust01 {
    position: absolute;
    left: auto;
    right: 1.1vw;
    bottom: auto;
    top: 20vw;
    width: 10.6vw;
    height: 12.2vw;
    background: url(../images/feature05/leaf01.png) center/cover no-repeat;
  }
  .lead_sec .textbox {
    padding: 8vw 5.3vw;
    color: #fff;
  }
  .lead_sec .page_title {
    margin: 0 0 8vw;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 5.3vw;
    letter-spacing: .2em;
  }
  .lead_sec .page_title .num {
    padding: 0 0 0 1.3vw;
    font-family: 'Noto serif JP', serif;
    font-size: 8vw;
    vertical-align: sub;
  }
  .lead_sec .subtitle {
    margin: 0 0 8vw;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 4.2vw;
    font-weight: 500;
    letter-spacing: .1em;
  }
  .lead_sec .text {
    width: 100%;
    font-size: 4vw;
    line-height: 2;
    letter-spacing: .1em;
  }
}

.wrap {
  padding: 0 0 40px;
  background: #F9EEED;
}

@media screen and (max-width: 768px) {
  .wrap {
    padding: 0 0 10.6vw;
  }
}

.sec01 {
  padding: 100px 0 80px;
  letter-spacing: .1em;
}

.sec01 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 1024px;
  margin: 0 auto;
}

.sec01 .textbox {
  width: 460px;
}

.sec01 .sec_title {
  position: relative;
  padding: 0 0 15px;
  margin: 0 auto 15px;
  border-bottom: 1px solid #fff;
  font-family: "noto sans jp", sans-serif;
  font-size: 19px;
  color: #50627c;
}

.sec01 .sec_text {
  line-height: 1.8;
}

.sec01 .image {
  position: relative;
  width: 390px;
  height: 294px;
  margin: 0 55px 0 0;
}

.sec01 .main_image {
  margin: 0 0 5px;
}

.sec01 .sub_image {
  position: absolute;
  right: -40px;
  bottom: -43px;
  width: 148px;
  height: 148px;
}

.sec01 .image_text {
  position: relative;
  padding: 0 0 0 100px;
}

.sec01 .image_text:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 95px;
  height: 1px;
  width: 200px;
  background: #c3a081;
}

@media screen and (max-width: 767px) {
  .sec01 {
    padding: 18.6vw 5.3vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    letter-spacing: .1em;
  }
  .sec01 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: 100%;
    margin: 0 auto;
  }
  .sec01 .textbox {
    width: 100%;
  }
  .sec01 .sec_title {
    position: relative;
    padding: 0 0 4vw;
    margin: 0 auto 4vw;
    border-bottom: 1px solid #fff;
    font-family: "noto sans jp", sans-serif;
    font-size: 4.8vw;
    color: #50627c;
    text-align: center;
  }
  .sec01 .sec_text {
    font-size: 4vw;
    line-height: 2;
  }
  .sec01 .image {
    position: relative;
    width: 100%;
    height: 53.3vw;
    margin: 0 0 13.3vw;
  }
  .sec01 .main_image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 0 5px;
  }
  .sec01 .sub_image {
    position: absolute;
    right: -2.6vw;
    bottom: -10.6vw;
    width: 26.6vw;
    height: 26.6vw;
  }
  .sec01 .image_text {
    position: relative;
    padding: 0 0 0 16vw;
    font-size: 4vw;
  }
  .sec01 .image_text:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 16vw;
    height: 1px;
    width: 53.3vw;
    background: #c3a081;
  }
}

.sec02 {
  padding: 0 0 60px;
  letter-spacing: .1em;
}

.sec02 .inner {
  position: relative;
  width: 950px;
  padding: 80px 0 100px;
  margin: 0 auto;
  background: #fff;
}

.sec02 .inner .illust01 {
  position: absolute;
  left: 110px;
  top: 110px;
  width: 82px;
  height: 101px;
  background: url(../images/feature05/leaf03.png) center/cover no-repeat;
}

.sec02 .inner .illust02 {
  position: absolute;
  right: 110px;
  top: 110px;
  width: 82px;
  height: 101px;
  background: url(../images/feature05/leaf04.png) center/cover no-repeat;
}

.sec02 .sec_title {
  width: 280px;
  padding: 0 0 10px;
  border-bottom: 1px solid #50627c;
  margin: 0 auto 35px;
  font-size: 20px;
  font-weight: 600;
  color: #50627c;
  text-align: center;
  letter-spacing: .12em;
}

.sec02 .sec_text {
  margin: 0 0 160px;
  text-align: center;
  line-height: 2;
}

.sec02 .sec_text .small {
  font-size: 15px;
}

.sec02 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.sec02 .item {
  position: relative;
  width: 261px;
  text-align: center;
}

.sec02 .item:nth-of-type(1) {
  margin: 0 50px 0 0;
}

.sec02 .item_text {
  position: absolute;
  padding: 10px 0;
  font-size: 18px;
  text-align: center;
  border: 1px solid #50627c;
}

.sec02 .item:nth-of-type(1) .item_text {
  top: -70px;
  left: 0;
  right: 0;
  width: 165px;
  margin: 0 auto;
}

.sec02 .item:nth-of-type(2) .item_text {
  top: -90px;
  left: 0;
  right: 0;
  width: 210px;
  margin: 0 auto;
}

.sec02 .item_image {
  position: relative;
  z-index: 2;
  width: 261px;
  height: 261px;
}

.sec02 .circle {
  z-index: 1;
  position: absolute;
  width: 263px;
  height: 263px;
  border-radius: 50%;
}

.sec02 .circle01 {
  left: 20px;
  border: 2px solid #d8a3a5;
}

.sec02 .circle02 {
  left: 0;
  right: 0;
  margin: 0 auto;
  border: 2px solid #80a2b6;
}

.sec02 .circle03 {
  right: 20px;
  border: 2px solid #c3a081;
}

@media screen and (max-width: 767px) {
  .sec02 {
    padding: 0 5.3vw 18.6vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    letter-spacing: .1em;
  }
  .sec02 .inner {
    position: relative;
    width: 100%;
    padding: 8vw 5.3vw 13.3vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    background: #fff;
  }
  .sec02 .inner .illust01 {
    position: absolute;
    left: 1.3vw;
    top: 2.6vw;
    width: 8vw;
    height: 9.8vw;
    background: url(../images/feature05/leaf03.png) center/cover no-repeat;
  }
  .sec02 .inner .illust02 {
    position: absolute;
    right: 1.3vw;
    top: auto;
    bottom: 2.5vw;
    width: 8vw;
    height: 9.8vw;
    background: url(../images/feature05/leaf04.png) center/cover no-repeat;
  }
  .sec02 .sec_title {
    width: 100%;
    padding: 0 0 2.6vw;
    border-bottom: 1px solid #50627c;
    margin: 0 auto 8vw;
    font-size: 4.8vw;
    font-weight: 600;
    color: #50627c;
    text-align: center;
    letter-spacing: .12em;
  }
  .sec02 .sec_text {
    margin: 0 0 32vw;
    font-size: 4vw;
    text-align: left;
    line-height: 2;
  }
  .sec02 .sec_text .small {
    font-size: 3.7vw;
  }
  .sec02 .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .sec02 .item {
    position: relative;
    width: 34.6vw;
    text-align: center;
  }
  .sec02 .item:nth-of-type(1) {
    margin: 0 2.6vw 0 0;
  }
  .sec02 .item_text {
    position: absolute;
    padding: 1.3vw 0;
    font-size: 4vw;
    text-align: center;
    border: 1px solid #50627c;
  }
  .sec02 .item:nth-of-type(1) .item_text {
    top: -18vw;
    left: 0;
    right: 0;
    width: 34.6vw;
    margin: 0 auto;
  }
  .sec02 .item:nth-of-type(2) .item_text {
    top: -24vw;
    left: 0;
    right: 0;
    width: 34.6vw;
    margin: 0 auto;
  }
  .sec02 .item_image {
    position: relative;
    z-index: 2;
    width: 34.6vw;
    height: 34.6vw;
  }
  .sec02 .item_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec02 .circle {
    display: none;
  }
}

.message_sec {
  background: #d8a3a5;
}

.message_sec .inner {
  position: relative;
  width: 1024px;
  padding: 80px 0 80px 410px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.message_sec .inner .illust01 {
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  width: 320px;
  height: 311px;
  margin: auto 0;
  background: url(../images/common/message_logo.png) center/cover no-repeat;
}

.message_sec .inner .illust02 {
  position: absolute;
  right: 30px;
  top: 60px;
  width: 97px;
  height: 185px;
  background: url(../images/feature01/leaf15.png) center/cover no-repeat;
}

.message_sec .text {
  width: 470px;
  letter-spacing: .1em;
  color: #fff;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .message_sec {
    padding: 0 5.3vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #d8a3a5;
  }
  .message_sec .inner {
    position: relative;
    width: 100%;
    padding: 18.6vw 0;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: visible;
  }
  .message_sec .inner .illust01 {
    position: absolute;
    left: -9vw;
    top: 8vw;
    width: 40vw;
    height: 28.6vw;
    margin: 0;
    background: url(../images/common/message_logo.png) center/contain no-repeat;
  }
  .message_sec .inner .illust02 {
    position: absolute;
    right: -2.6vw;
    top: auto;
    bottom: 5.3vw;
    width: 10.6vw;
    height: 20.2vw;
    background: url(../images/feature01/leaf15.png) center/cover no-repeat;
  }
  .message_sec .text {
    width: 100%;
    font-size: 4vw;
    letter-spacing: .1em;
    color: #fff;
    line-height: 2;
  }
}
/*# sourceMappingURL=feature05.css.map */