@charset "UTF-8";
body {
  overflow-y: hidden;
}

body.scroll {
  overflow-y: scroll;
}

.logo_fadein {
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
}
.logo_fadein .fadein_text {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 480px;
  height: 480px;
}
.logo_fadein .fadein_bg01 {
  position: fixed;
  top: 50%;
  transform: translateY(-50%) skew(-20deg);
  z-index: 9998;
  width: 55%;
  height: 100%;
  background: rgba(183, 219, 209, 0.51);
  right: 30%;
  opacity: 0;
  transition: 0.5s;
}
.logo_fadein .fadein_bg01:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #FFF;
  z-index: 2;
  transition: 0.5s;
  animation-timing-function: ease-in;
  transition-delay: 0.1s;
}
.logo_fadein .fadein_bg01.show {
  opacity: 0.51;
  transition: 1s;
}
.logo_fadein .fadein_bg01.show.disappear {
  transform: translate(-150%, -50%) skew(-20deg);
}
.logo_fadein .fadein_bg01.show:before {
  transform: translateY(100%);
}
.logo_fadein .fadein_bg02 {
  position: fixed;
  top: 50%;
  transform: translateY(-50%) skew(-20deg);
  z-index: 9997;
  width: 55%;
  height: 100%;
  background: rgba(183, 219, 209, 0.51);
  left: 30%;
  opacity: 0;
  transition: 0.5s;
}
.logo_fadein .fadein_bg02:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #FFF;
  z-index: 2;
  transition: 0.5s;
  animation-timing-function: ease-in;
  transition-delay: 0.6s;
}
.logo_fadein .fadein_bg02.show {
  opacity: 0.51;
  transition: 1s;
}
.logo_fadein .fadein_bg02.show.disappear {
  transform: translate(150%, -50%) skew(-20deg);
}
.logo_fadein .fadein_bg02.show:before {
  transform: translateY(-100%);
}
@media screen and (max-width: 768px) {
  .logo_fadein {
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
  }
  .logo_fadein .fadein_text {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 9999;
    width: 88.8vw;
    height: 88.8vw;
  }
  .logo_fadein .fadein_bg01 {
    position: fixed;
    top: 50%;
    transform: translateY(-50%) skew(-20deg);
    z-index: 9998;
    width: 70%;
    height: 100%;
    background: rgba(183, 219, 209, 0.51);
    right: 20%;
    opacity: 0;
    transition: 0.5s;
  }
  .logo_fadein .fadein_bg01:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #FFF;
    z-index: 2;
    transition: 0.5s;
    animation-timing-function: ease-in;
    transition-delay: 0.1s;
  }
  .logo_fadein .fadein_bg01.show {
    opacity: 0.51;
    transition: 1s;
  }
  .logo_fadein .fadein_bg01.show.disappear {
    transform: translate(-150%, -50%) skew(-20deg);
  }
  .logo_fadein .fadein_bg01.show:before {
    transform: translateY(100%);
  }
  .logo_fadein .fadein_bg02 {
    position: fixed;
    top: 50%;
    transform: translateY(-50%) skew(-20deg);
    z-index: 9997;
    width: 70%;
    height: 100%;
    background: rgba(183, 219, 209, 0.51);
    left: 20%;
    opacity: 0;
    transition: 0.5s;
  }
  .logo_fadein .fadein_bg02:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #FFF;
    z-index: 2;
    transition: 0.5s;
    animation-timing-function: ease-in;
    transition-delay: 0.6s;
  }
  .logo_fadein .fadein_bg02.show {
    opacity: 0.51;
    transition: 1s;
  }
  .logo_fadein .fadein_bg02.show.disappear {
    transform: translate(150%, -50%) skew(-20deg);
  }
  .logo_fadein .fadein_bg02.show:before {
    transform: translateY(-100%);
  }
}

.key {
  position: relative;
  z-index: 100;
  width: 100vw;
  height: 100vh;
}
.key:before {
  content: "";
  position: absolute;
  z-index: 10;
  left: 0;
  top: 50%;
  width: 157px;
  height: 151px;
  background: url(../images/index/flower.png) center/contain no-repeat;
  opacity: 0;
  transition: 0.7s;
  animation-timing-function: ease-in;
  transition-delay: 3.2s;
}
.key:after {
  content: "";
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 0;
  width: 221px;
  height: 178px;
  background: url(../images/index/flower02.png) center/contain no-repeat;
  opacity: 0;
  transition: 0.7s;
  animation-timing-function: ease-in;
  transition-delay: 3.2s;
}
.key .header_logo {
  position: fixed;
  z-index: 9999;
  top: 50px;
  left: 50px;
  opacity: 0;
  transition: 0.7s;
  animation-timing-function: ease-in;
  transition-delay: 3.2s;
}
.key .header_button {
  position: fixed;
  z-index: 9999;
  top: 100px;
  right: 50px;
  width: 50px;
  height: 26px;
  opacity: 0;
  transition: 0.7s;
  animation-timing-function: ease-in;
  transition-delay: 3.2s;
  cursor: pointer;
}
.key .header_button:hover .button_bar {
  opacity: 0.4;
}
.key .button_bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
  transition: 0.4s;
}
.key .button_bar:nth-of-type(1) {
  top: 0;
}
.key .button_bar:nth-of-type(2) {
  top: 10px;
}
.key .button_bar:nth-of-type(3) {
  top: 20px;
}
.key .header_button.is_active .button_bar:nth-of-type(1) {
  transform: rotate(-45deg);
  top: 10px;
}
.key .header_button.is_active .button_bar:nth-of-type(2) {
  opacity: 0;
}
.key .header_button.is_active .button_bar:nth-of-type(3) {
  transform: rotate(45deg);
  top: 10px;
}
.key.show:before, .key.show:after,
.key.show .header_logo,
.key.show .header_button {
  opacity: 1;
}
.key .key_text {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 10%;
  font-size: 70px;
  line-height: 1.8;
  opacity: 0;
  transition: 0.7s;
  animation-timing-function: ease-in;
  transition-delay: 3.2s;
}
.key .key_text.show {
  opacity: 1;
}
.key .key_image {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 50px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  transition: 0.25s;
  animation-timing-function: ease-in;
  transition-delay: 2.8s;
  overflow: hidden;
}
.key .key_image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #FFF;
  z-index: 2;
  transition: 0.25s;
  animation-timing-function: ease-in;
  transition-delay: 2.8s;
}
.key .key_image picture {
  display: flex;
  justify-content: center;
}
.key .key_image.show:before {
  transform: translateY(100%);
}
.key .key_image {
  opacity: 0;
  transition: 1s;
}
.key .key_image.show {
  opacity: 1;
}
.key .bg_wrap {
  position: relative;
  width: 100%;
  height: 120%;
  overflow: hidden;
}
.key .bg_back {
  position: absolute;
  z-index: 1;
  left: 10%;
  top: -10%;
  transform: skew(-20deg);
  width: 20%;
  height: 80%;
  background: linear-gradient(-20deg, #6cbb9e, #dca09d, #efe561, #e88880, #e87859, #f0ab52, #86ae60, #c3b83f, #e87859, #e1887a, #8ac380);
  background-size: 5000%;
  animation-name: gradation;
  animation-duration: 60s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  opacity: 0;
  transition: 0.25s;
  animation-timing-function: ease-in;
  transition-delay: 3.2s;
}
.key .bg_back:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #FFF;
  z-index: 2;
  transition: 0.25s;
  animation-timing-function: ease-in;
  transition-delay: 3.2s;
}
.key .bg_back.show {
  opacity: 0.5;
}
.key .bg_back.show:before {
  transform: translateY(400%);
}
.key .bg_front {
  position: absolute;
  z-index: 3;
  right: 0%;
  bottom: calc(-10% - 50px);
  transform: skew(-20deg);
  width: 20%;
  height: 100%;
  background: linear-gradient(-20deg, #6cbb9e, #dca09d, #efe561, #e88880, #e87859, #f0ab52, #86ae60, #c3b83f, #e87859, #e1887a, #8ac380);
  background-size: 5000%;
  animation-name: gradation;
  animation-duration: 60s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  opacity: 0;
  transition: 0.25s;
  animation-timing-function: ease-in;
  transition-delay: 3s;
}
.key .bg_front:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #FFF;
  z-index: 2;
  transition: 0.25s;
  animation-timing-function: ease-in;
  transition-delay: 3s;
}
.key .bg_front.show {
  opacity: 0.5;
}
.key .bg_front.show:before {
  transform: translateY(-100%);
}
.key .nav {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: -100px;
}
.key .nav_list {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.key .nav_item {
  margin: 0 15px;
}
.key .nav_item a {
  font-size: 18px;
  letter-spacing: 0.1em;
}
.key .glonav_box {
  position: fixed;
  z-index: 9000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, transparent 0%, transparent 10%, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0.5) 60%, transparent 90%, transparent 100%);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  transition: 0.7s;
  opacity: 0;
  visibility: hidden;
}
@-moz-document url-prefix() {
  .key .glonav_box {
    background: rgba(255, 255, 255, 0.8);
  }
}
.key .glonav_box .glonav_list {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 100%;
  padding: 40px 200px;
  box-sizing: border-box;
}
.key .glonav_box .glonav_item {
  display: flex;
  justify-content: flex-end;
  opacity: 0;
  transition: 0.3s;
  animation-timing-function: ease;
  transition-delay: 0.3s;
}
.key .glonav_box .glonav_item a {
  font-size: 25px;
  line-height: 2.5;
  letter-spacing: 0.1em;
}
.key .glonav_box .glonav_item.mark a {
  position: relative;
}
.key .glonav_box .glonav_item.mark a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -5px;
  top: 10px;
  width: 20px;
  height: 45px;
  transform: skew(-20deg);
  background: linear-gradient(-20deg, #6cbb9e, #dca09d, #efe561, #e88880, #e87859, #f0ab52, #86ae60, #c3b83f, #e87859, #e1887a, #8ac380);
  background-size: 5000%;
  animation-name: gradation;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  opacity: 0.5;
}
.key .glonav_box .sns_list {
  display: flex;
}
.key .glonav_box .sns_item:nth-of-type(1) {
  margin: 0 30px 0 0;
}
.key .glonav_box.is_active {
  opacity: 1;
  visibility: visible;
}
.key .glonav_box.is_active .glonav_item {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .key {
    position: relative;
    z-index: 80;
    width: 100vw;
    height: 100vh;
  }
  .key:before {
    content: "";
    position: absolute;
    z-index: 10;
    left: 0;
    top: 55.5vw;
    width: 27.7vw;
    height: 26.5vw;
    background: url(../images/index/flower.png) center/contain no-repeat;
    opacity: 0;
    transition: 0.7s;
    animation-timing-function: ease-in;
    transition-delay: 3.2s;
  }
  .key:after {
    content: "";
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 41.6vw;
    width: 41.6vw;
    height: 33.5vw;
    background: url(../images/index/flower02.png) center/contain no-repeat;
    opacity: 0;
    transition: 0.7s;
    animation-timing-function: ease-in;
    transition-delay: 3.2s;
  }
  .key .header_logo {
    position: fixed;
    z-index: 9999;
    top: 2.7vw;
    left: 2.7vw;
    width: 22.2vw;
    opacity: 0;
    transition: 0.7s;
    animation-timing-function: ease-in;
    transition-delay: 3.2s;
  }
  .key .header_button {
    position: fixed;
    z-index: 9999;
    top: 5.5vw;
    right: 2.7vw;
    width: 11.1vw;
    height: 26px;
    opacity: 0;
    transition: 0.7s;
    animation-timing-function: ease-in;
    transition-delay: 3.2s;
    cursor: pointer;
  }
  .key .header_button:hover .button_bar {
    opacity: 1;
  }
  .key .button_bar {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000;
    transition: 0.4s;
  }
  .key .button_bar:nth-of-type(1) {
    top: 0;
  }
  .key .button_bar:nth-of-type(2) {
    top: 2.7vw;
  }
  .key .button_bar:nth-of-type(3) {
    top: 5.5vw;
  }
  .key .header_button.is_active .button_bar:nth-of-type(1) {
    transform: rotate(-45deg);
    top: 2.7vw;
  }
  .key .header_button.is_active .button_bar:nth-of-type(2) {
    opacity: 0;
  }
  .key .header_button.is_active .button_bar:nth-of-type(3) {
    transform: rotate(45deg);
    top: 2.7vw;
  }
  .key .key_text {
    position: absolute;
    z-index: 100;
    top: 60%;
    left: 10%;
    font-size: 10.3vw;
    line-height: 1.8;
    text-shadow: #fff 1px 1px 1px, #fff -1px 0px 1px, #fff 0px -1px 1px, #fff 0px 1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px;
    opacity: 0;
    transition: 0.7s;
    animation-timing-function: ease-in;
    transition-delay: 3.2s;
  }
  .key .key_image {
    position: absolute;
    transform: skew(-20deg);
    z-index: 2;
    left: 0;
    right: 0;
    top: 50px;
    width: 120%;
    height: 90vh;
    margin: 0 auto;
    transition: 0.25s;
    animation-timing-function: ease-in;
    transition-delay: 2.8s;
    overflow: hidden;
  }
  .key .key_image picture {
    height: 100%;
  }
  .key .key_image img {
    position: relative;
    transform: skew(20deg);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .key .key_image:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #FFF;
    z-index: 2;
    transition: 0.25s;
    animation-timing-function: ease-in;
    transition-delay: 2.8s;
  }
  .key .key_image {
    opacity: 0;
    transition: 1s;
  }
  .key .bg_wrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .key .bg_back {
    position: absolute;
    z-index: 1;
    left: 10%;
    top: -10%;
    transform: skew(-20deg);
    width: 30%;
    height: 80%;
    background: linear-gradient(-20deg, #6cbb9e, #dca09d, #efe561, #e88880, #e87859, #f0ab52, #86ae60, #c3b83f, #e87859, #e1887a, #8ac380);
    background-size: 5000%;
    animation-name: gradation;
    animation-duration: 60s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    opacity: 0;
    transition: 0.25s;
    animation-timing-function: ease-in;
    transition-delay: 3.2s;
  }
  .key .bg_back:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #FFF;
    z-index: 2;
    transition: 0.25s;
    animation-timing-function: ease-in;
    transition-delay: 3.2s;
  }
  .key .bg_back.show {
    opacity: 0.5;
  }
  .key .bg_back.show:before {
    transform: translateY(400%);
  }
  .key .bg_front {
    position: absolute;
    z-index: 3;
    right: -15%;
    bottom: -5.5vw;
    transform: skew(-20deg);
    width: 30%;
    height: 80%;
    background: linear-gradient(-20deg, #6cbb9e, #dca09d, #efe561, #e88880, #e87859, #f0ab52, #86ae60, #c3b83f, #e87859, #e1887a, #8ac380);
    background-size: 5000%;
    animation-name: gradation;
    animation-duration: 60s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    opacity: 0;
    transition: 0.25s;
    animation-timing-function: ease-in;
    transition-delay: 3s;
  }
  .key .bg_front:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #FFF;
    z-index: 2;
    transition: 0.25s;
    animation-timing-function: ease-in;
    transition-delay: 3s;
  }
  .key .bg_front.show {
    opacity: 0.5;
  }
  .key .bg_front.show:before {
    transform: translateY(-100%);
  }
  .key .nav {
    display: none;
  }
  .key .glonav_box {
    position: fixed;
    z-index: 9000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, transparent 0%, transparent 10%, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0.5) 60%, transparent 90%, transparent 100%);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    transition: 0.7s;
    opacity: 0;
    visibility: hidden;
  }
  @-moz-document url-prefix() {
    .key .glonav_box {
      background: rgba(255, 255, 255, 0.8);
    }
  }
  .key .glonav_box .glonav_list {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 100%;
    padding: 40px 0;
    box-sizing: border-box;
  }
  .key .glonav_box .glonav_item {
    display: flex;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
    animation-timing-function: ease;
    transition-delay: 0.3s;
  }
  .key .glonav_box .glonav_item a {
    font-size: 20px;
    line-height: 2.5;
    letter-spacing: 0.1em;
  }
  .key .glonav_box .glonav_item.mark a {
    position: relative;
  }
  .key .glonav_box .glonav_item.mark a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: -1.3vw;
    top: 1.3vw;
    width: 5.5vw;
    height: 10.6vw;
    transform: skew(-20deg);
    background: linear-gradient(-20deg, #6cbb9e, #dca09d, #efe561, #e88880, #e87859, #f0ab52, #86ae60, #c3b83f, #e87859, #e1887a, #8ac380);
    background-size: 5000%;
    animation-name: gradation;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    opacity: 0.5;
  }
  .key .glonav_box .sns_list {
    display: flex;
  }
  .key .glonav_box .sns_item:nth-of-type(1) {
    margin: 0 8vw 0 0;
  }
  .key .glonav_box.is_active {
    opacity: 1;
    visibility: visible;
  }
  .key .glonav_box.is_active .glonav_item {
    opacity: 1;
  }
}

.webp .key:before {
  background: url(../images/index/webp/flower.webp) center center/cover no-repeat;
}
.webp .key:after {
  background: url(../images/index/webp/flower02.webp) center center/cover no-repeat;
}

.no-webp .key:before {
  background: url(../images/index/flower.png) center center/cover no-repeat;
}
.no-webp .key:after {
  background: url(../images/index/flower02.png) center center/cover no-repeat;
}

.addsec {
  position: relative;
  padding: 310px 0 0;
  margin-bottom: 24%;
}
.addsec:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 434px;
  z-index: -1;
  width: 834px;
  height: 557px;
  margin: 0 auto;
  background: url(../images/index/training_woman01_2503.png) center/contain no-repeat;
}
.addsec .bg {
  position: absolute;
  z-index: -2;
  bottom: -120px;
  right: 10%;
  width: 15%;
  height: 70%;
  transform: skew(-20deg);
  background: linear-gradient(-20deg, rgb(220, 237, 233), rgb(188, 223, 212));
  background-size: 150%;
  animation-name: gradation;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  opacity: 0.5;
}
.addsec .inner {
  width: 1024px;
  margin: 0 auto;
}
.addsec .sec_title {
  margin: 0 0 40px;
  font-size: 57px;
  text-shadow: #fff 1px 1px 1px, #fff -1px 0px 1px, #fff 0px -1px 1px, #fff 0px 1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px;
}
.addsec .sec_text {
  width: 500px;
  margin: 320px 0 0 auto;
  line-height: 2;
  text-align: justify;
  text-shadow: #fff 1px 1px 1px, #fff -1px 0px 1px, #fff 0px -1px 1px, #fff 0px 1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px;
}
@media screen and (max-width: 768px) {
  .addsec {
    position: relative;
    padding: 72vw 5.5vw 5.5vw;
    box-sizing: border-box;
    margin-bottom: 25%;
  }
  .addsec:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -5vw;
    z-index: -1;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: url(../images/index/training_woman01_2503.png) top 27.7vw center/contain no-repeat;
  }
  .addsec .bg {
    position: absolute;
    z-index: -2;
    bottom: auto;
    top: 6%;
    right: 15%;
    width: 30%;
    height: 93%;
    transform: skew(-20deg);
    background: linear-gradient(-20deg, rgb(220, 237, 233), rgb(188, 223, 212));
    background-size: 150%;
    animation-name: gradation;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    opacity: 0.5;
  }
  .addsec .inner {
    width: 100%;
    margin: 0 auto;
  }
  .addsec .sec_title {
    margin: 0 0 13.8vw;
    font-size: 8.3vw;
    text-shadow: #fff 1px 1px 1px, #fff -1px 0px 1px, #fff 0px -1px 1px, #fff 0px 1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px;
  }
  .addsec .sec_text {
    width: 100%;
    margin: 0;
    line-height: 2;
    text-align: justify;
    font-size: 4.4vw;
    text-shadow: #fff 1px 1px 1px, #fff -1px 0px 1px, #fff 0px -1px 1px, #fff 0px 1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px;
  }
}

.sec01 {
  padding: 200px 0;
}
.sec01 .cont {
  position: relative;
  padding: 70px 0;
  overflow: hidden;
}
.sec01 .cont_inner {
  width: 1024px;
  margin: 0 auto;
}
.sec01 .textbox {
  width: 580px;
  padding: 70px 0 0;
}
.sec01 .cont_title {
  margin: 0 0 50px;
  font-size: 48px;
  line-height: 1.8;
}
.sec01 .cont_text {
  margin: 0 0 50px;
  font-family: "noto sans jp", sans-serif;
  line-height: 2;
  text-align: justify;
}
.sec01 .list {
  display: flex;
  justify-content: center;
}
.sec01 .item {
  padding: 5px 30px;
  margin: 0 10px;
  border-top: 1px solid #b7dbd1;
  border-bottom: 1px solid #b7dbd1;
  font-size: 22px;
}
.sec01 .cont_image {
  position: absolute;
  z-index: -1;
}
.sec01 .bg {
  position: absolute;
  z-index: -2;
}
.sec01 .cont01 .textbox {
  margin: 0 0 0 auto;
}
.sec01 .cont01 .cont_image {
  left: -10%;
  top: 70px;
  width: 50%;
}
.sec01 .cont01 .cont_image img {
  width: 100%;
}
.sec01 .cont01 .bg {
  top: -70px;
  left: 28%;
  width: 20%;
  height: 70%;
  transform: skew(-20deg);
  background: linear-gradient(-20deg, rgb(220, 237, 233), rgb(188, 223, 212));
  background-size: 150%;
  animation-name: gradation;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  opacity: 0.5;
}
.sec01 .cont02 {
  position: relative;
}
.sec01 .cont02:before {
  content: "";
  position: absolute;
  top: 70px;
  left: 40%;
  width: 135px;
  height: 237px;
  background: url(../images/index/flower03.png) center/contain no-repeat;
}
.sec01 .cont02 .cont_image {
  right: -10%;
  top: 70px;
  width: 50%;
}
.sec01 .cont02 .cont_image img {
  width: 100%;
}
.sec01 .cont02 .bg {
  top: -70px;
  left: 22%;
  width: 20%;
  height: 60%;
  transform: skew(-20deg);
  background: linear-gradient(-20deg, rgb(220, 237, 233), rgb(188, 223, 212));
  background-size: 150%;
  animation-name: gradation;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  opacity: 0.5;
}
.sec01 .cont03 .textbox {
  margin: 0 0 0 auto;
}
.sec01 .cont03 .cont_image {
  left: -13%;
  top: 70px;
  width: 50%;
}
.sec01 .cont03 .cont_image img {
  width: 100%;
}
.sec01 .cont03 .bg {
  top: -70px;
  left: 28%;
  width: 20%;
  height: 90%;
  transform: skew(-20deg);
  background: linear-gradient(-20deg, rgb(220, 237, 233), rgb(188, 223, 212));
  background-size: 150%;
  animation-name: gradation;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .sec01 {
    padding: 27.7vw 0;
    overflow-x: hidden;
  }
  .sec01 .cont {
    position: relative;
    padding: 19.4vw 5.5vw;
    box-sizing: border-box;
    overflow: visible;
  }
  .sec01 .cont:last-of-type {
    padding: 19.4vw 5.5vw 0;
  }
  .sec01 .cont_inner {
    width: 100%;
    margin: 0 auto;
  }
  .sec01 .textbox {
    width: 100%;
    padding: 0;
  }
  .sec01 .cont_title {
    margin: 0 0 8.3vw;
    font-size: 8.3vw;
    line-height: 1.8;
    text-shadow: #fff 1px 1px 1px, #fff -1px 0px 1px, #fff 0px -1px 1px, #fff 0px 1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px;
  }
  .sec01 .cont_text {
    margin: 0 0 13.8vw;
    font-family: "noto sans jp", sans-serif;
    line-height: 2;
    text-align: justify;
    font-size: 4.4vw;
  }
  .sec01 .list {
    display: flex;
    justify-content: center;
  }
  .sec01 .item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.3vw 2.7vw;
    margin: 0 10px;
    border-top: 1px solid #b7dbd1;
    border-bottom: 1px solid #b7dbd1;
    font-size: 5vw;
    text-align: center;
  }
  .sec01 .cont_image {
    position: absolute;
    z-index: -1;
  }
  .sec01 .bg {
    position: absolute;
    z-index: -2;
  }
  .sec01 .cont01 .textbox {
    margin: 8.3vw 0 0 auto;
  }
  .sec01 .cont01 .cont_image {
    left: -10%;
    top: 0;
    width: 80%;
  }
  .sec01 .cont01 .cont_image img {
    width: 100%;
  }
  .sec01 .cont01 .bg {
    top: -5.5vw;
    left: 28%;
    width: 30%;
    height: 70%;
    transform: skew(-20deg);
    background: linear-gradient(-20deg, rgb(220, 237, 233), rgb(188, 223, 212));
    background-size: 150%;
    animation-name: gradation;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    opacity: 0.5;
  }
  .sec01 .cont02 {
    position: relative;
  }
  .sec01 .cont02:before {
    content: "";
    position: absolute;
    top: 11.1vw;
    left: auto;
    right: 2.7vw;
    width: 22.2vw;
    height: 38.9vw;
    background: url(../images/index/flower03.png) center/contain no-repeat;
  }
  .sec01 .cont02 .cont_image {
    right: -10%;
    top: 0;
    width: 80%;
  }
  .sec01 .cont02 .cont_image img {
    width: 100%;
  }
  .sec01 .cont02 .bg {
    top: -5.5vw;
    left: 22%;
    width: 30%;
    height: 60%;
    transform: skew(-20deg);
    background: linear-gradient(-20deg, rgb(220, 237, 233), rgb(188, 223, 212));
    background-size: 150%;
    animation-name: gradation;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    opacity: 0.5;
  }
  .sec01 .cont03 .textbox {
    margin: 13.8vw 0 0 auto;
  }
  .sec01 .cont03 .cont_image {
    left: -13%;
    top: 0;
    width: 80%;
  }
  .sec01 .cont03 .cont_image img {
    width: 100%;
  }
  .sec01 .cont03 .bg {
    top: -5.5vw;
    left: 28%;
    width: 30%;
    height: 90%;
    transform: skew(-20deg);
    background: linear-gradient(-20deg, rgb(220, 237, 233), rgb(188, 223, 212));
    background-size: 150%;
    animation-name: gradation;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    opacity: 0.5;
  }
}

.webp .sec01 .cont02:before {
  background: url(../images/index/webp/flower03.webp) center/contain no-repeat;
}

.no-webp .sec01 .cont02:before {
  background: url(../images/index/flower03.png) center/contain no-repeat;
}

.sec02 {
  padding: 0 0 0px;
}
.sec02 .inner {
  width: 1024px;
  margin: 0 auto;
}
.sec02 .inner .sec_add {
  display: flex;
  justify-content: space-around;
  padding-top: 100px;
}
.sec02 .sec_title {
  position: relative;
  padding: 0 0 0 10px;
  margin: 0 0 50px;
  font-size: 50px;
}
.sec02 .sec_title:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: -5px;
  width: 30px;
  height: 80px;
  transform: skew(-20deg);
  background: linear-gradient(-20deg, rgb(220, 237, 233), rgb(188, 223, 212));
  background-size: 150%;
  animation-name: gradation;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  opacity: 0.5;
}
.sec02 .header_text {
  font-size: 30px;
}
.sec02 .sec_body {
  display: flex;
  justify-content: center;
}
.sec02 .flexbox {
  display: flex;
  justify-content: center;
}
.sec02 .textbox {
  padding: 50px 0 0;
  margin: 0 50px 0 0;
}
.sec02 .sec_text {
  margin: 0 0 150px;
  font-family: "noto sans jp", sans-serif;
}
.sec02 .link_btn {
  width: 294px;
}
.sec02 .link_btn a {
  display: block;
  position: relative;
  padding: 0 0 15px 5px;
  box-sizing: border-box;
  font-size: 22px;
  letter-spacing: 0.1em;
}
.sec02 .link_btn a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 295px;
  height: 29px;
  background: url(../images/index/arrow.png) center/contain no-repeat;
}
.sec02 .sec_image {
  position: relative;
  width: 220px;
  height: 390px;
}
.sec02 .sec_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sec02 .sec_image01 {
  margin: 0 20px 0 0;
}
.sec02 .image_text {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 30px;
  text-shadow: #fff 1px 1px 1px, #fff -1px 0px 1px, #fff 0px -1px 1px, #fff 0px 1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px;
}
.sec02 .image_text_low {
  position: absolute;
  bottom: 10px;
  left: 18px;
  font-size: 30px;
  text-shadow: #fff 1px 1px 1px, #fff -1px 0px 1px, #fff 0px -1px 1px, #fff 0px 1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px;
}
@media screen and (max-width: 768px) {
  .sec02 {
    padding: 0 5.5vw 0vw;
    box-sizing: border-box;
  }
  .sec02 .inner {
    width: 100%;
    margin: 0 auto;
  }
  .sec02 .inner .sec_add {
    flex-direction: column;
    padding-top: 0vw;
  }
  .sec02 .sec_title {
    position: relative;
    padding: 0 0 0 2.7vw;
    margin: 0 0 13.8vw;
    font-size: 8.3vw;
  }
  .sec02 .sec_title:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: -1.3vw;
    width: 5.5vw;
    height: 16.6vw;
    transform: skew(-20deg);
    background: linear-gradient(-20deg, rgb(220, 237, 233), rgb(188, 223, 212));
    background-size: 150%;
    animation-name: gradation;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    opacity: 0.5;
  }
  .sec02 .header_text {
    margin: 0 0 8.3vw;
    font-size: 6.9vw;
  }
  .sec02 .sec_body {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .sec02 .flexbox {
    display: flex;
    justify-content: center;
    padding-top: 7vw;
  }
  .sec02 .textbox {
    padding: 5.5vw 0 0;
    margin: 0;
  }
  .sec02 .sec_text {
    margin: 0 0 8.3vw;
    font-family: "noto sans jp", sans-serif;
    font-size: 4.4vw;
  }
  .sec02 .link_btn {
    width: 81.6vw;
    margin: 0 auto;
  }
  .sec02 .link_btn a {
    display: block;
    position: relative;
    padding: 0 0 4.1vw 1.3vw;
    box-sizing: border-box;
    font-size: 5vw;
    letter-spacing: 0.1em;
  }
  .sec02 .link_btn a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 81.9vw;
    height: 8vw;
    background: url(../images/index/arrow.png) center/contain no-repeat;
  }
  .sec02 .sec_image {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .sec02 .sec_image01 {
    margin: 0 2.7vw 0 0;
  }
  .sec02 .image_text {
    position: absolute;
    bottom: 2.7vw;
    left: 2.7vw;
    font-size: 5.5vw;
  }
  .sec02 .image_text_low {
    position: absolute;
    bottom: 2.7vw;
    left: 2.7vw;
    font-size: 5.5vw;
  }
}

.webp .sec02 .link_btn a:before {
  background: url(../images/index/webp/arrow.webp) center/contain no-repeat;
}

.no-webp .sec02 .link_btn a:before {
  background: url(../images/index/arrow.png) center/contain no-repeat;
}

.sec03 {
  padding: 0 0 200px;
}
.sec03 .inner {
  width: 955px;
  padding: 100px 0 100px 30px;
  border: 1px solid #000;
  margin: 0 auto;
  box-sizing: border-box;
  border-radius: 10px;
  background: #f6f6f6;
}
.sec03 .sec_header {
  position: relative;
  margin: 0 0 100px;
  text-align: center;
}
.sec03 .sec_header:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 40px;
  width: 101px;
  height: 183px;
  background: url(../images/index/flower05.png) center/contain no-repeat;
}
.sec03 .sec_header:after {
  content: "";
  position: absolute;
  top: -20px;
  right: 40px;
  width: 114px;
  height: 190px;
  background: url(../images/index/flower06.png) center/contain no-repeat;
}
.sec03 .sec_title {
  margin: 0 0 30px;
  font-size: 50px;
}
.sec03 .header_text {
  font-size: 29px;
}
.sec03 .cont01, .sec03 .cont02 {
  padding: 0 0 70px;
}
.sec03 .cont_num {
  position: relative;
  padding: 0 0 30px 30px;
  margin: 0 0 30px;
  border-bottom: 1px solid rgba(183, 219, 209, 0.51);
  font-size: 51px;
}
.sec03 .cont_num .small {
  position: relative;
  padding: 0 10px 0 0;
  z-index: 2;
  font-size: 33px;
}
.sec03 .cont_num .large {
  position: relative;
  z-index: 2;
}
.sec03 .cont_num:before {
  content: "";
  position: absolute;
  left: 200px;
  top: 0px;
  width: 20px;
  height: 70px;
  transform: skew(-20deg);
  background: linear-gradient(-20deg, rgb(220, 237, 233), rgb(188, 223, 212));
  background-size: 150%;
  animation-name: gradation;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  opacity: 0.5;
}
.sec03 .cont_body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 60px 0 30px;
}
.sec03 .cont_title {
  font-size: 25px;
  line-height: 1.8;
}
.sec03 .cont_text {
  width: 440px;
  font-family: "noto sans jp", sans-serif;
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .sec03 {
    padding: 0;
    margin: 0 0 27.7vw;
    box-sizing: border-box;
    background: #f6f6f6;
  }
  .sec03 .inner {
    width: 100%;
    padding: 13.8vw 0 13.8vw 5.5vw;
    border: none;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 0px;
    background: none;
  }
  .sec03 .sec_header {
    position: relative;
    margin: 0 0 22.2vw;
    text-align: center;
  }
  .sec03 .sec_header:before {
    content: "";
    position: absolute;
    top: -10vw;
    left: -2.7vw;
    width: 16.6vw;
    height: 30vw;
    background: url(../images/index/flower05.png) center/contain no-repeat;
  }
  .sec03 .sec_header:after {
    content: "";
    position: absolute;
    top: -8.3vw;
    right: 0;
    width: 16.6vw;
    height: 27.6vw;
    background: url(../images/index/flower06.png) center/contain no-repeat;
  }
  .sec03 .sec_title {
    margin: 0 0 8.3vw;
    font-size: 8.3vw;
  }
  .sec03 .header_text {
    font-size: 6.9vw;
  }
  .sec03 .cont01, .sec03 .cont02 {
    padding: 0 0 19.4vw;
  }
  .sec03 .cont_num {
    position: relative;
    padding: 0 0 2.7vw;
    margin: 0 0 5.5vw;
    border-bottom: 1px solid rgba(183, 219, 209, 0.51);
    font-size: 8.3vw;
  }
  .sec03 .cont_num .small {
    position: relative;
    padding: 0 2.7vw 0 0;
    z-index: 2;
    font-size: 6.9vw;
  }
  .sec03 .cont_num .large {
    position: relative;
    z-index: 2;
  }
  .sec03 .cont_num:before {
    content: "";
    position: absolute;
    left: 33.3vw;
    top: 0px;
    width: 5.5vw;
    height: 13.8vw;
    transform: skew(-20deg);
    background: linear-gradient(-20deg, rgb(220, 237, 233), rgb(188, 223, 212));
    background-size: 150%;
    animation-name: gradation;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    opacity: 0.5;
  }
  .sec03 .cont_body {
    display: block;
    padding: 0 5.5vw 0 0;
  }
  .sec03 .cont_title {
    margin: 0 0 8.3vw;
    font-size: 5.5vw;
    line-height: 1.8;
  }
  .sec03 .cont_text {
    width: 100%;
    font-family: "noto sans jp", sans-serif;
    line-height: 2;
    text-align: justify;
    font-size: 4.4vw;
  }
}

.webp .sec03 .sec_header.before {
  background: url(../images/index/webp/flower05.webp) center/contain no-repeat;
}
.webp .sec03 .sec_header.after {
  background: url(../images/index/webp/flower06.webp) center/contain no-repeat;
}

.no-webp .sec03 .sec_header.before {
  background: url(../images/index/flower05.png) center/contain no-repeat;
}
.no-webp .sec03 .sec_header.after {
  background: url(../images/index/flower06.png) center/contain no-repeat;
}

.sec04 {
  padding: 0 0 200px;
}
.sec04 .sec_header {
  width: 1024px;
  margin: 0 auto 50px;
}
.sec04 .sec_title {
  position: relative;
  padding: 0 0 0 10px;
  margin: 0 0 50px;
  font-size: 50px;
}
.sec04 .sec_title:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: -5px;
  width: 30px;
  height: 80px;
  transform: skew(-20deg);
  background: linear-gradient(-20deg, rgb(220, 237, 233), rgb(188, 223, 212));
  background-size: 150%;
  animation-name: gradation;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  opacity: 0.5;
}
.sec04 .header_text {
  font-size: 30px;
}
.sec04 .cont {
  position: relative;
  height: 603px;
  overflow: hidden;
}
.sec04 .cont_inner {
  position: relative;
  width: 910px;
  margin: 0 auto;
}
.sec04 .textbox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px 0 0;
}
.sec04 .cont_title {
  font-size: 41px;
  line-height: 1.8;
}
.sec04 .cont_text {
  font-size: 40px;
}
.sec04 .cont_text .small {
  font-size: 30px;
}
.sec04 .link_btn {
  width: 294px;
}
.sec04 .link_btn a {
  display: block;
  position: relative;
  padding: 0 0 15px 5px;
  box-sizing: border-box;
  font-size: 22px;
  letter-spacing: 0.1em;
}
.sec04 .link_btn a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 295px;
  height: 29px;
  background: url(../images/index/arrow.png) center/contain no-repeat;
}
.sec04 .image_wrap {
  height: 603px;
  overflow: hidden;
}
.sec04 .cont01 {
  margin: 0 0 100px;
}
.sec04 .cont01 .cont_inner:before {
  content: "";
  position: absolute;
  left: -80px;
  top: -60px;
  width: 100px;
  height: 165px;
  background: url(../images/index/flower07.png) center/contain no-repeat;
}
.sec04 .cont01 .textbox {
  width: 500px;
}
.sec04 .cont01 .cont_title {
  margin: 0 0 80px;
}
.sec04 .cont01 .cont_text {
  margin: 0 0 80px;
}
.sec04 .cont01 .image_wrap {
  position: absolute;
  right: -10%;
  top: 0;
  width: 60%;
}
.sec04 .cont01 .cont_image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec04 .cont02 .cont_inner:before {
  content: "";
  position: absolute;
  right: -80px;
  top: -60px;
  width: 121px;
  height: 211px;
  background: url(../images/index/flower08.png) center/contain no-repeat;
}
.sec04 .cont02 .textbox {
  width: 420px;
  margin: 0 0 0 auto;
}
.sec04 .cont02 .cont_title {
  margin: 0 0 50px;
}
.sec04 .cont02 .cont_text {
  margin: 0 0 30px;
}
.sec04 .cont02 .link_btn {
  margin: 0 0 0 auto;
}
.sec04 .cont02 .image_wrap {
  position: absolute;
  left: -10%;
  top: 0;
  width: 60%;
}
.sec04 .cont02 .cont_image img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec04 {
    padding: 0 0 27.7vw;
  }
  .sec04 .sec_header {
    width: 100%;
    padding: 0 5.5vw;
    margin: 0 auto 50px;
    box-sizing: border-box;
  }
  .sec04 .sec_title {
    position: relative;
    padding: 0 0 0 2.7vw;
    margin: 0 0 8.3vw;
    font-size: 8.3vw;
  }
  .sec04 .sec_title:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: -1.3vw;
    width: 8.3vw;
    height: 16.6vw;
    transform: skew(-20deg);
    background: linear-gradient(-20deg, rgb(220, 237, 233), rgb(188, 223, 212));
    background-size: 150%;
    animation-name: gradation;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    opacity: 0.5;
  }
  .sec04 .header_text {
    padding: 0 0 0 5.5vw;
    font-size: 5.5vw;
  }
  .sec04 .cont {
    position: relative;
    height: auto;
  }
  .sec04 .cont_inner {
    position: relative;
    width: 100%;
    padding: 0 5.5vw;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .sec04 .textbox {
    display: block;
    padding: 41.6vw 0 0;
  }
  .sec04 .cont_title {
    font-size: 8vw;
    line-height: 1.8;
    text-shadow: #fff 1px 1px 1px, #fff -1px 0px 1px, #fff 0px -1px 1px, #fff 0px 1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px;
  }
  .sec04 .cont_text {
    font-size: 6.9vw;
  }
  .sec04 .cont_text .small {
    font-size: 5.5vw;
  }
  .sec04 .link_btn {
    width: 81.6vw;
  }
  .sec04 .link_btn a {
    display: block;
    position: relative;
    padding: 0 0 4.1vw 1.3vw;
    box-sizing: border-box;
    font-size: 5vw;
    letter-spacing: 0.1em;
  }
  .sec04 .link_btn a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 81.9vw;
    height: 8vw;
    background: url(../images/index/arrow.png) center/contain no-repeat;
  }
  .sec04 .image_wrap {
    position: relative;
    z-index: -1;
    height: auto;
    overflow: hidden;
  }
  .sec04 .cont01 {
    margin: 0 0 27.7vw;
  }
  .sec04 .cont01 .cont_inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: -8.3vw;
    width: 16.6vw;
    height: 27.3vw;
    background: url(../images/index/flower07.png) center/contain no-repeat;
  }
  .sec04 .cont01 .textbox {
    width: 100%;
  }
  .sec04 .cont01 .cont_title {
    margin: 0 0 27.8vw;
  }
  .sec04 .cont01 .cont_text {
    margin: 0 0 13.8vw;
  }
  .sec04 .cont01 .image_wrap {
    position: absolute;
    right: -10%;
    top: 0;
    width: 100%;
  }
  .sec04 .cont01 .cont_image img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec04 .cont02 .cont_inner:before {
    content: "";
    position: absolute;
    right: 2.7vw;
    top: -11.1vw;
    width: 19.4vw;
    height: 33.8vw;
    background: url(../images/index/flower08.png) center/contain no-repeat;
  }
  .sec04 .cont02 .textbox {
    width: 100%;
    margin: 0;
  }
  .sec04 .cont02 .cont_title {
    width: 83.3vw;
    margin: 0 0 13.8vw auto;
  }
  .sec04 .cont02 .cont_text {
    margin: 0 0 13.8vw;
  }
  .sec04 .cont02 .link_btn {
    margin: 0 auto;
  }
  .sec04 .cont02 .image_wrap {
    position: absolute;
    left: -10%;
    top: -4%;
    width: 100%;
  }
  .sec04 .cont02 .cont_image img {
    width: 100%;
  }
}

.webp .sec04 .link_btn a:before {
  background: url(../images/index/webp/arrow.webp) center/contain no-repeat;
}
.webp .sec04 .cont01 .cont_inner:before {
  background: url(../images/index/webp/flower07.web) center/contain no-repeat;
}
.webp .sec04 .cont02 .cont_inner:before {
  background: url(../images/index/webp/flower08.web) center/contain no-repeat;
}

.no-webp .sec04 .link_btn a:before {
  background: url(../images/index/arrow.png) center/contain no-repeat;
}
.no-webp .sec04 .cont01 .cont_inner:before {
  background: url(../images/index/flower07.png) center/contain no-repeat;
}
.no-webp .sec04 .cont02 .cont_inner:before {
  background: url(../images/index/flower08.png) center/contain no-repeat;
}

.sec05 {
  padding: 0 0 200px;
}
.sec05 .sec_header {
  width: 1024px;
  margin: 0 auto;
}
.sec05 .sec_title {
  position: relative;
  padding: 0 0 0 10px;
  margin: 0 0 50px;
  font-size: 50px;
}
.sec05 .sec_title:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: -5px;
  width: 30px;
  height: 80px;
  transform: skew(-20deg);
  background: linear-gradient(-20deg, rgb(220, 237, 233), rgb(188, 223, 212));
  background-size: 150%;
  animation-name: gradation;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  opacity: 0.5;
}
.sec05 .flexbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.sec05 .header_text {
  font-size: 30px;
}
.sec05 .link_btn {
  width: 294px;
}
.sec05 .link_btn a {
  display: block;
  position: relative;
  padding: 0 0 15px 5px;
  box-sizing: border-box;
  font-size: 22px;
  letter-spacing: 0.1em;
}
.sec05 .link_btn a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 295px;
  height: 29px;
  background: url(../images/index/arrow.png) center/contain no-repeat;
}
.sec05 .slide_animation {
  position: relative;
  height: 500px;
  padding: 50px 0;
  overflow-x: hidden;
}
.sec05 .slide_image_pc {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 500px;
}
.sec05 .slide_image_pc img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sec05 .slide_inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 1024px;
  height: 100%;
  margin: 0 auto;
}
.sec05 .slide_inner:before {
  content: "";
  position: absolute;
  left: 50px;
  bottom: 0;
  width: 165px;
  height: 197px;
  background: url(../images/index/flower09.png) center/contain no-repeat;
}
.sec05 .bg01 {
  position: absolute;
  top: 0;
  left: 0%;
  width: 10%;
  height: 442px;
  transform: skew(-30deg);
  background: linear-gradient(-20deg, rgb(218, 215, 178), rgb(183, 178, 106));
  background-size: 5000%;
  animation-name: gradation;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  opacity: 0.5;
}
.sec05 .bg02 {
  position: absolute;
  bottom: 0;
  right: -5%;
  width: 50%;
  height: 442px;
  transform: skew(-30deg);
  background: linear-gradient(-20deg, rgb(220, 237, 233), rgb(188, 223, 212));
  background-size: 5000%;
  animation-name: gradation;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .sec05 {
    padding: 0 0 27.7vw;
  }
  .sec05 .sec_header {
    width: 100%;
    padding: 0 5.5vw;
    margin: 0 auto 5.5vw;
    box-sizing: border-box;
  }
  .sec05 .sec_title {
    position: relative;
    padding: 0 0 0 2.7vw;
    margin: 0 0 13.8vw;
    font-size: 8.3vw;
  }
  .sec05 .sec_title:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: -1.3vw;
    width: 8.3vw;
    height: 16.6vw;
    transform: skew(-20deg);
    background: linear-gradient(-20deg, rgb(220, 237, 233), rgb(188, 223, 212));
    background-size: 150%;
    animation-name: gradation;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    opacity: 0.5;
  }
  .sec05 .flexbox {
    display: block;
  }
  .sec05 .header_text {
    margin: 0 0 13.8vw;
    font-size: 5.5vw;
    line-height: 1.8;
  }
  .sec05 .link_btn {
    width: 81.6vw;
    margin: 0 auto;
  }
  .sec05 .link_btn a {
    display: block;
    position: relative;
    padding: 0 0 4.1vw 1.3vw;
    box-sizing: border-box;
    font-size: 5vw;
    letter-spacing: 0.1em;
  }
  .sec05 .link_btn a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 81.9vw;
    height: 8vw;
    background: url(../images/index/arrow.png) center/contain no-repeat;
  }
  .sec05 .slide_animation {
    position: relative;
    height: auto;
    padding: 8.3vw 0;
  }
  .sec05 .slide_image_pc {
    display: none;
  }
  @keyframes loop {
    from {
      background-position: 0 0;
    }
    to {
      background-position: -2000px 0; /* 画像のマイナス幅 */
    }
  }
  .sec05 .slide_image_sp {
    width: 100vw;
    height: 55vw;
    background-image: url(../images/index/memoria_life_sp.png);
    background-size: 340%;
    background-repeat: repeat-x;
    animation: loop 50s linear infinite;
  }
  .sec05 .slide_image_sp img {
    width: 100%;
    height: 100%;
  }
  .sec05 .slide_inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .sec05 .slide_inner:before {
    content: "";
    position: absolute;
    left: 1.3vw;
    bottom: 0;
    width: 27.7vw;
    height: 33vw;
    background: url(../images/index/flower09.png) center/contain no-repeat;
  }
  .sec05 .bg01 {
    position: absolute;
    top: 0;
    left: 0%;
    width: 20%;
    height: 100%;
    transform: skew(-30deg);
    background: linear-gradient(-20deg, rgb(218, 215, 178), rgb(183, 178, 106));
    background-size: 5000%;
    animation-name: gradation;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    opacity: 0.5;
  }
  .sec05 .bg02 {
    position: absolute;
    bottom: 0;
    right: -5%;
    width: 30%;
    height: 100%;
    transform: skew(-30deg);
    background: linear-gradient(-20deg, rgb(220, 237, 233), rgb(188, 223, 212));
    background-size: 5000%;
    animation-name: gradation;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    opacity: 0.5;
  }
}

.webp .sec05 .link_btn a:before {
  background: url(../images/index/webp/arrow.webp) center/contain no-repeat;
}
.webp .sec05 .slide_inner:before {
  background: url(../images/index/webp/flower09.webp) center/contain no-repeat;
}

.no-webp .sec05 .link_btn a:before {
  background: url(../images/index/arrow.png) center/contain no-repeat;
}
.no-webp .sec05 .slide_inner:before {
  background: url(../images/index/flower09.png) center/contain no-repeat;
}

.sec06 {
  padding: 0 0 200px;
}
.sec06 .inner {
  width: 1024px;
  margin: 0 auto;
}
.sec06 .sec_title {
  position: relative;
  width: 320px;
  margin: 0 auto 50px;
  font-size: 50px;
  text-align: center;
}
.sec06 .sec_title:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: -5px;
  width: 30px;
  height: 80px;
  transform: skew(-20deg);
  background: linear-gradient(-20deg, rgb(220, 237, 233), rgb(188, 223, 212));
  background-size: 150%;
  animation-name: gradation;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  opacity: 0.5;
}
.sec06 .list {
  display: flex;
  justify-content: center;
  margin: 0 0 50px;
}
.sec06 .item {
  width: 230px;
  margin: 0 10px;
}
.sec06 .item_image {
  width: 230px;
  height: 230px;
  margin: 0 0 10px;
  background: #ddd;
}
.sec06 .item_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec06 .item_data {
  font-size: 22px;
}
.sec06 .item_text {
  font-size: 22px;
}
.sec06 .link_btn {
  width: 294px;
  margin: 0 auto;
}
.sec06 .link_btn a {
  display: block;
  position: relative;
  padding: 0 0 15px 5px;
  box-sizing: border-box;
  font-size: 22px;
  letter-spacing: 0.1em;
}
.sec06 .link_btn a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 295px;
  height: 29px;
  background: url(../images/index/arrow.png) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .sec06 {
    padding: 0 0 27.7vw;
  }
  .sec06 .inner {
    width: 100%;
    margin: 0 auto;
  }
  .sec06 .sec_title {
    position: relative;
    width: 83.3vw;
    margin: 0 auto 13.8vw;
    font-size: 8.3vw;
    text-align: center;
  }
  .sec06 .sec_title:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 11.1vw;
    top: -1.3vw;
    width: 8.3vw;
    height: 16.6vw;
    transform: skew(-20deg);
    background: linear-gradient(-20deg, rgb(220, 237, 233), rgb(188, 223, 212));
    background-size: 150%;
    animation-name: gradation;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    opacity: 0.5;
  }
  .sec06 .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 13.8vw;
  }
  .sec06 .item {
    width: 43vw;
    margin: 0;
  }
  .sec06 .item:nth-child(2n-1) {
    margin-right: 5.5vw;
  }
  .sec06 .item:nth-child(n-2) {
    margin-bottom: 8.3vw;
  }
  .sec06 .item_image {
    width: 43vw;
    height: 43vw;
    margin: 0 0 2.7vw;
    background: #ddd;
  }
  .sec06 .item_data {
    font-size: 5vw;
  }
  .sec06 .item_text {
    font-size: 4.4vw;
  }
  .sec06 .link_btn {
    width: 81.6vw;
    margin: 0 auto;
  }
  .sec06 .link_btn a {
    display: block;
    position: relative;
    padding: 0 0 4.1vw 1.3vw;
    box-sizing: border-box;
    font-size: 5vw;
    letter-spacing: 0.1em;
  }
  .sec06 .link_btn a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 81.9vw;
    height: 8vw;
    background: url(../images/index/arrow.png) center/contain no-repeat;
  }
}

.webp .sec06 .link_btn a:before {
  background: url(../images/index/webp/arrow.webp) center/contain no-repeat;
}

.no-webp .sec06 .link_btn a:before {
  background: url(../images/index/arrow.png) center/contain no-repeat;
}

@media screen and (max-width: 767px) {
  .top_sp_fixed {
    position: fixed;
    z-index: 90;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 80px;
    display: flex;
    box-sizing: border-box;
    opacity: 0;
    animation-timing-function: ease-out;
    transition-delay: 3.2s;
  }
  .top_sp_fixed.show {
    opacity: 1;
  }
  .top_sp_fixed.disappear {
    display: none;
  }
  .top_sp_fixed .reserve_cont {
    width: 100%;
    background: #fff;
    text-align: center;
    display: flex;
  }
  .top_sp_fixed .reserve_cont .btn01 {
    width: 100%;
  }
  .top_sp_fixed .reserve_cont .btn01 a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
    border-top: 1px solid #9bc1b0;
    box-sizing: border-box;
    background: #b7dbd1;
    color: #4f4c4b;
    color: #fff;
  }
  .top_sp_fixed .reserve_cont .btn01 a:hover {
    opacity: 1;
    transition: none;
  }
  .top_sp_fixed .reserve_cont .btn02 {
    width: 100%;
  }
  .top_sp_fixed .reserve_cont .btn02 a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
    border-top: 1px solid #E59EAA;
    box-sizing: border-box;
    background: #E5BAAA;
    color: #4f4c4b;
    color: #fff;
  }
  .top_sp_fixed .reserve_cont .btn02 a:hover {
    opacity: 1;
    transition: none;
  }
  .top_sp_fixed .reserve_cont .time_text01 {
    margin: 0 0 5px;
    font-size: 9px;
    letter-spacing: 0.05em;
  }
  .top_sp_fixed .reserve_cont .time_text02 {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .top_sp_fixed .reserve_cont .time_text02 .color {
    padding: 0 5px;
    font-size: 22px;
    font-weight: 600;
    color: #ed5762;
  }
}

.banner_sec {
  padding: 200px 0 0;
}
.banner_sec .banner {
  width: 800px;
  margin: 0 auto;
  border: 1px solid #000;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .banner_sec {
    padding: 21.3vw 2.6vw 0;
    box-sizing: border-box;
  }
  .banner_sec .banner {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #000;
    box-sizing: border-box;
  }
  .banner_sec .banner a:hover {
    opacity: 1;
    transition: none;
  }
}/*# sourceMappingURL=style.css.map */