@import url("//fonts.googleapis.com/earlyaccess/notosansjapanese.css");
html {
  overflow: auto;
  color: #2f353d;
}
.s5-returnToTop {
  z-index: 99;
}
body {
  overflow: hidden !important;
  width: 100%;
  font-family: "Noto Sans CJK JP", sans-serif;
}
img {
  vertical-align: bottom;
	-webkit-backface-visibility: hidden;

}
@media only screen and (max-width: 767px) {
  img {
    max-width: 100%;
  }
}
sup {
  font-size: .8em;
  position: relative;
  left: 0;
  bottom: .2em;
}
sub {
  font-size: .8em;
  position: relative;
  left: 0;
  top: .2em;
}
ul, li {
  list-style-type: none;
}
.nobr {
  display: inline-block;
  white-space: nowrap;
}
span, a {
  display: inline-block;
}
label {
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
.ta-c {
  text-align: center !important;
}
.section:not(.ftr-section) {
  color: #2f353d;
}
.section:not(.ftr-section) p {
  line-height: 2;
  font-size: 16px;
  padding-bottom: 0;
  margin-bottom: 1.875vw;
}
@media only screen and (max-width: 1199px) {
  .section:not(.ftr-section) p {
    font-size: 1.33333vw;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1049px) {
  .section:not(.ftr-section) p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.block {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3.125vw;
}
@media only screen and (min-width: 1600px) {
  .block {
    padding: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .block {
    padding: 10.66667vw 5.33333vw;
  }
}
.block__title {
  font-weight: bold;
  /*font-size: 1.6vw;*/
  font-size: 18px;
  line-height: 1.6;
  text-indent: 1em;
  position: relative;
  margin-top: 5vw;
  margin-bottom: 1.875vw;
}
@media only screen and (min-width: 1600px) {
  .block__title {
    font-size: 24px;
    margin-top: 80px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .block__title {
    /*font-size: 4vw;*/
    font-size: 16px;
    line-height: 1.6;
    margin-top: 13.33333vw;
    margin-bottom: 4vw;
  }
}
.block__title:before {
  content: "";
  display: block;
  height: 2px;
  width: 1em;
  background: #2f353d;
  position: absolute;
  top: .85em;
  left: 0;
}
.block__title:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .block__figure {
    max-width: 90vw;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .block__text {
    overflow: hidden;
  }
}
.block__text .block__title:first-child {
  margin-top: 0;
}
.block__text p {
  position: relative;
  z-index: 1;
}
.block--blue .block__figure {
  position: relative;
  max-width: 37vw;
}
.block--blue.w400 .block__figure {
  max-width: 25.6vw;
}
@media only screen and (max-width: 767px) {
  .block--blue .block__figure {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10.66667vw;
    max-width: none;
  }
  .block--blue.w400 .block__figure {
    max-width: none;
  }
}
.block--blue .block__figure img {
  position: relative;
  z-index: 2;
}
.block--blue .block__figure::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(210, 198, 180, 0.4);
  position: absolute;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .block--blue.block--imageRight .block__figure {
    float: right;
    margin-left: 3.125vw;
  }
  .block--blue.block--imageRight .block__figure::before {
    top: 5vw;
    right: -5vw;
  }
  .block--blue.beforeUp .block__figure::before {
    top: -5vw;
  }
  .block--blue.block--imageLeft .block__figure {
    float: left;
    margin-right: 3.125vw;
  }
  .block--blue.block--imageLeft .block__figure::before {
    top: 5vw;
    left: -5vw;
  }
}
@media only screen and (max-width: 767px) {
  .block--blue.block--imageRight .block__figure::before {
    right: -5.33333vw;
    top: 5.33333vw;
  }
}
@media only screen and (min-width: 768px) {
  .block--gray {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .block--gray .block__figure {
    margin-top: 50px;
  }
  .block.block--gray {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .block--gray {
    padding-bottom: 2.66667vw;
  }
}
.block--gray .block__text {
  position: relative;
  box-sizing: border-box;
  overflow: visible;
  flex: 1;
  padding: 50px 0;
}
.block--imageRight.block--gray .block__text {
  margin-right: 4vw;
}
.block--imageLeft.block--gray .block__text {
  margin-left: 4vw;
}
@media only screen and (max-width: 767px) {
  .block--gray .block__text {
    padding: 5vw 0;
    margin: 0 !important;
  }
}
.block--gray .block__text:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #e5e7e8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  margin-left: -16vw;
}
.block--gray .block__figure {
  position: relative;
  z-index: 1;
  flex: 0 1 42%;
}
@media only screen and (max-width: 767px) {
  .block--gray .block__figure {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 768px) {
.block--gray.block--imageLeft .block__text:before {
  margin-left: -11.25vw;
  width: 120vw;
  top: -40vw;
  height: calc(100% + 40vw);
}
}
.block--gray.block--imageRight {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.block--gray.block--imageRight .block__text:before {
  padding-right: 11.25vw;
  margin-right: -11.25vw;
  padding-left: 100%;
  margin-left: -100%;
}
@media only screen and (min-width: 1600px) {
  .block--gray.block--imageRight .block__text:before {
    padding-right: 180px;
    margin-right: -180px;
  }
}
.column {
  max-width: 1200px;
  margin: 3.75vw auto;
  padding: 3.125vw;
  border: solid 1px #ccc;
}
@media only screen and (min-width: 1600px) {
  .column {
    margin: 60px auto;
    padding: 50px;
  }
}
@media only screen and (max-width: 1299px) {
  .column {
    margin: 3.75vw 3.125vw;
  }
}
@media only screen and (max-width: 767px) {
  .column {
    margin: 13.33333vw 5.33333vw 0vw;
    padding: 5.33333vw;
  }
}
.column__head {
  text-align: center;
  font-weight: bold;
}
.column__label {
  display: block;
  margin-bottom: 3.75vw;
  position: relative;
  font-size: 1.5vw;
  font-weight: bold;
}
@media only screen and (min-width: 1600px) {
  .column__label {
    margin-bottom: 60px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .column__label {
    margin-bottom: 10.66667vw;
    font-size: 4.26667vw;
  }
}
.column__label:after {
  content: "";
  display: block;
  width: 6.25vw;
  height: 1px;
  background: #ccc;
  position: absolute;
  bottom: -1.875vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 1600px) {
  .column__label:after {
    width: 100px;
    bottom: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .column__label:after {
    width: 26.66667vw;
    bottom: -5.33333vw;
  }
}
.column__label small {
  font-size: 1vw;
  display: block;
}
@media only screen and (min-width: 1600px) {
  .column__label small {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .column__label small {
    font-size: 3.73333vw;
  }
}
.column__title {
  display: block;
  margin-bottom: 1.875vw;
  font-size: 1.5vw;
  font-weight: bold;
}
@media only screen and (min-width: 1600px) {
  .column__title {
    margin-bottom: 30px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .column__title {
    margin-left: -.6em;
    margin-right: -.6em;
    margin-bottom: 4vw;
    font-size: 4.26667vw;
  }
}
.noteBlock {
  max-width: 1000px;
  margin: 0.625vw auto 3.75vw;
  padding: 1.875vw;
  border: solid 1px #ccc;
  box-sizing: border-box;
}
@media only screen and (min-width: 1600px) {
  .noteBlock {
    margin: 10px auto 60px;
    padding: 30px;
  }
}
@media only screen and (max-width: 1099px) {
  .noteBlock {
    margin: 0.625vw 3.125vw 3.75vw;
  }
}
@media only screen and (max-width: 767px) {
  .noteBlock {
    margin: 2.66667vw 5.33333vw 0vw;
    padding: 5.33333vw;
  }
}
.noteBlock__title {
  font-weight: bold;
  display: block;
  margin-bottom: 0.9375vw;
  padding-bottom: 0.9375vw;
  font-size: 0.875vw;
  border-bottom: dotted 1px #2f353d;
}
@media only screen and (min-width: 1600px) {
  .noteBlock__title {
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1299px) {
  .noteBlock__title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .noteBlock__title {
    margin-bottom: 1.6vw;
    padding-bottom: 1.6vw;
    font-size: 4vw;
  }
}
.noteBlock__body {
  font-size: 0.875vw;
}
@media only screen and (min-width: 1600px) {
  .noteBlock__body {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1299px) {
  .noteBlock__body {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .noteBlock__body {
    font-size: 3.73333vw;
  }
}
.block-start .block__title {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.block-start p {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.block-start .block__figure img {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.block-start .deco__box::before {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.videoWrap {
  position: relative;
}
.videoWrap video {
	width: 100%;
	height: auto;
}
.block-start .videoWrap {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.block-start .block--blue .block__figure:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-name: box-custom-mask;
  animation-name: box-custom-mask;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.block-start .block--blue.block--imageRight .block__figure:before {
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
.block-start .block--blue.block--imageLeft .block__figure:before {
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.block-start .block--gray .block__text:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-name: box-custom-mask;
  animation-name: box-custom-mask;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.block-start .block--gray.block--imageLeft .block__text:before {
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
.block-start .block--gray.block--imageRight .block__text:before {
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.block-start .noteBlock {
  -webkit-animation-delay: 1.0s;
  animation-delay: 1.0s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.block-start .area_wenalogo {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.memberArea {
  position: relative;
  padding: 12vw 5.33333vw;
  margin-bottom: 18.66667vw;
}
@media only screen and (min-width: 768px) {
  .memberArea {
    padding: 2.8125vw 1.25vw;
    margin-bottom: 150px;
  }
}
.memberArea:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f2f4f5;
  z-index: 0;
}
.memberArea > * {
  position: relative;
  z-index: 1;
}
.memberArea__title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  padding: 0;
  font-size: 8vw;
  margin-bottom: 12vw;
}
@media only screen and (min-width: 768px) {
  .memberArea__title {
    font-size: 1.875vw;
    margin-bottom: 2.8125vw;
  }
}
.memberArea__body {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5.33333vw;
	justify-content: center;
}
@media only screen and (min-width: 768px) {
  .memberArea__body {
    margin: 0 -1.5625vw;
  }
}
.memberArea__item {
  letter-spacing: -.05em;
  margin: 2vw 2vw 0 2vw;
  width: 43vw;
	text-align: center;
}
.memberArea__item figcaption {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .memberArea__item {
    margin: 0 1.5625vw;
	  text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .memberArea__item {
    /*width: 10vw;*/
	  flex: 0 1 150px;
  }
}
.memberArea__item figcaption {
  margin-top: 1.33333vw;
  font-size: 3.2vw;
}
@media only screen and (min-width: 768px) {
  .memberArea__item figcaption {
    margin-top: 0.3125vw;
    font-size: 0.75vw;
  }
}
.animation-start:before {
  -webkit-animation-name: mask-anime01;
  animation-name: mask-anime01;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.animation-start .memberArea__title {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.animation-start .memberArea__item {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.animation-start .memberArea__item:nth-child(even) {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.animation-start .memberArea__item:nth-child(odd) {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@media only screen and (min-width: 768px) {
  nav.fixed-nav .drawer .navbar_toggle .toggle-text {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 0;
    font-size: 0.875vw;
    left: -0.0625vw;
  }
}
@media only screen and (max-width: 767px) {
  nav.fixed-nav {
    height: 25.06667vw;
    -webkit-transition: height .3s;
    -o-transition: height .3s;
    transition: height .3s;
  }
  nav.fixed-nav.transform-horizontally {
    height: 14.66667vw;
    -webkit-box-shadow: 0 0 2.66667vw 0vw rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 2.66667vw 0vw rgba(0, 0, 0, 0.05);
  }
  nav.fixed-nav.transform-horizontally .drawer {
    height: 14.66667vw;
  }
  nav.fixed-nav.transform-horizontally .drawer .navbar_toggle {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    top: 4vw;
  }
  nav.fixed-nav .drawer {
    height: 25.06667vw;
  }
  nav.fixed-nav .drawer .navbar_toggle {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    top: 4vw;
  }
  nav.fixed-nav .drawer .navbar_toggle .toggle-text {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 0;
    font-size: 2.66667vw;
  }
}
.mainimg01 {
  /*height: 38.75vw;*/
  max-height: inherit;
  min-height: inherit;
}
@media only screen and (max-width: 767px) {
  .mainimg01 {
    /*height: 133.33333vw;*/
    max-width: inherit;
    margin-bottom: 14.66667vw;
  }
}
.mainimg01 .img-rellax img {
  margin-top: 0;
}
.mainimg01 .fade-text h1 {
  margin-top: 1vw !important;
  width: 14vw;
  min-width: inherit;
  max-width: inherit;
  padding: 0.9375vw 1.25vw;
  margin-left: 1vw;
  left: 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .mainimg01 .fade-text h1 {
    width: 26.13333vw;
    padding: 0;
    top: 4vw;
    left: 50%;
    margin-top: -25.06667vw !important;
    margin-left: -12.8vw !important;
  }
}
.mainimg01 .fade-text div {
  margin-top: 8vw !important;
  margin-left: 1vw;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .mainimg01 .fade-text div {
    margin-top: 10vw !important;
    margin-left: 0;
  }
}
.mainimg01 .fade-text div p {
  padding: 0.5vw 0.9375vw !important;
  margin-bottom: 1vw;
}
@media only screen and (max-width: 767px) {
  .mainimg01 .fade-text div p {
    font-size: 5.2vw;
    padding: 0.53333vw 2vw !important;
    margin-bottom: 2vw;
  }
  .mainimg01 .fade-text div p.small {
    font-size: 4vw;
  }
}
.mainimg01 h1.inview-anime {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.mainimg01 div.inview-anime .inview-anime.text-anime {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.sns-area {
  padding: 1.875vw 0 6.25vw;
}
@media only screen and (min-width: 768px) {
  .sns-area {
    padding: 30px 0 150px;
  }
}
@media only screen and (max-width: 767px) {
  .sns-area {
    padding: 6vw 0 24vw;
  }
}
img[src*="common/img/module/future-btn.svg"] {
  width: 78.4vw;
}
/* cmn_style.css */
.mb100 {
  margin-bottom: 10% !important;
}
.mt100 {
  margin-top: 10% !important;
}
.section {
  margin-bottom: 100px;
}
.section_head {
  position: relative;
  margin: 0 0 20vw 0;
  padding-top: 1px;
}
.ver-img_left {
  text-align: right;
}
.ver-img_left .section_img {
  margin-right: 30vw;
}
.ver-img_right .section_img {
  margin-left: 30vw;
}
.section_img {
  position: relative;
  overflow: hidden;
}
.section_img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  /*background-color: #021722;*/
  width: 100%;
  height: 100%;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scaleX(0);
}
.image-start .section_img::before {
  -webkit-animation-name: box-custom-mask;
  animation-name: box-custom-mask;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
@media only screen and (min-width: 768px) {
.image-start .ver-img_right .section_img::before {
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
}
.image-start .ver-img_left .section_img::before {
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.image-start .section_img::before {
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.section_img img {
  width: 100%;
  position: relative;
}
.image-start .section_img img {
  -webkit-animation-name: zoom;
  animation-name: zoom;
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}
.section_number {
  position: absolute;
  top: 0;
  z-index: 50;
  max-width: 30vw;
}
.numbers-start .section_number {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.ver-img_left .section_number {
  right: 11vw;
  top: 0;
}
.ver-img_right .section_number {
  left: 11vw;
  top: 0;
}
.ver-img_all .section_number {
  text-align: center;
  position: static;
  margin: 0 auto 40px auto;
}
@media only screen and (max-width: 767px) {
  .ver-img_all .section_number {
    text-align: center;
    width: auto;
  }
}
.section_title {
  font-size: 2.5625vw;
  line-height: 1.5;
  /*position: relative;*/
  position: absolute;
  font-weight: bold;
  z-index: 0;
  padding: 2.1875vw 3.125vw;
  text-align: left;
  /*display: inline-block;
		margin-top: -6vw;*/
}
.ver-img_left .section_title {
  /*right: 9vw;*/
  right: -1.2vw;
  bottom: -10vw;
  transform: skewX(-10deg);
  padding-right: 12vw;
}
.ver-img_left .section_title h2 {
  transform: skewX(10deg);
}
.ver-img_right .section_title {
  /*left: 9vw;*/
  left: -1.2vw;
  bottom: -10vw;
  transform: skewX(10deg);
  padding-left: 12vw;
}
.ver-img_right .section_title h2 {
  transform: skewX(-10deg);
}
.ver-img_all .section_title h2 {
  transform: skewX(-10deg);
}
.ver-img_all .section_title {
  /*left: 0;
  right: 0;
  margin: auto;*/
  bottom: -8vw;
  /*max-width: 50%;*/
  transform: translateX(-50%) skewX(10deg);
  left: 50%;
  white-space: nowrap;
}
.section_title h2 {
  font-weight: bold;
}
.section_title_inner {
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 768px) {
  .ver-img_all .section_title_inner {
    text-align: center;
  }
}
.section_title::before {
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 100%;
  content: '';
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.ver-img_left .section_title::before {
  left: 0;
}
.ver-img_right .section_title::before {
  right: 0;
}
.section_title::after {
  content: '';
  position: absolute;
  background-color: rgba(166,137,107,.5);
  width: 100%;
  height: 100%;
  bottom: -35px;
  z-index: 1;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.ver-img_left .section_title::after {
  right: -35px;
}
.ver-img_right .section_title::after {
  left: -35px;
}
.ver-img_all .section_title::after {
  right: -35px;
}
.image-start .section_title::before, .image-start .section_title::after {
  -webkit-animation-name: box-custom-mask;
  animation-name: box-custom-mask;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.image-start .ver-img_left .section_title::before, .image-start .ver-img_left .section_title::after,
.image-start .ver-img_right .section_title::before, .image-start .ver-img_right .section_title::after {
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
@media only screen and (min-width: 768px) {
.image-start .ver-img_right .section_title::before, .image-start .ver-img_right .section_title::after {
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
}
.section_title_txt {
  display: block;
  position: relative;
  z-index: 2;
}
.section_title_txt:first-child {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.section_title_txt:nth-child(2) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.section_title_txt:nth-child(3) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.section_title_txt:nth-child(4) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.image-start .section_title_txt {
  -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.image-start .ver-img_all .section_title_txt {
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.image-start .ver-img_left .section_title_txt,
.image-start .ver-img_right .section_title_txt {
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@media only screen and (min-width: 768px) {
.image-start .ver-img_all .section_title_txt {
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.image-start .ver-img_right .section_title_txt {
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
}
/*.section_object span {
  display: block;
  position: absolute;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.section_object01 {
  width: 10vw;
  padding-top: 10vw;
  background-color: rgba(206, 205, 204, .25);
  z-index: 10;
}
.section_object02 {
  width: 6vw;
  padding-top: 6vw;
  background-color: rgba(210, 198, 180, .4);
  z-index: 9;
}
.section_object03 {
  width: 2.8vw;
  padding-top: 3vw;
  background-color: rgba(206, 205, 204, .25);
  z-index: 8;
}*/
.block-start .section_object span {
	display: block;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
	-webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.block-start .obj-01 {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}
.block-start .obj-02 {
  -webkit-animation-delay: .7s;
  animation-delay: .7s;
}
.block-start .obj-03 {
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}
.section_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 3.125vw;
  padding-right: 3.125vw;
}
.block_img {
  text-align: center;
  margin: 80px 0;
}
.block_imgCol {
  display: flex;
  justify-content: center;
  margin: 80px 0;
}
.block_imgCol > div {
  text-align: center;
	margin: 0 3.5vw;
}
.deco__box {
  position: relative;
  margin: 0 0 50px 50px;
}
.block--imageRight .deco__box {
  margin: 0 50px 50px 0;
}
.deco__box::before {
  content: '';
  position: absolute;
  bottom: -50px;
  left: -50px;
  width: 100%;
  height: 100%;
  background-color: rgba(166,137,107,.2);
  z-index: -1;
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
}
.block--imageRight .deco__box::before {
  left: auto;
  right: -50px;
}
.colsWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.colsWrap.block--imageRight {
  flex-direction: row-reverse;
}
.colsWrap .block__figure {
  flex: 0 1 54%;
  margin-right: 56px;
  position: relative;
}
.colsWrap.block--imageRight .block__figure {
  margin-left: 56px;
  margin-right: 0;
}
.colsWrap .block__text {
  flex: 0 1 62%;
}
.colsWrap + * {
  margin-top: 80px;
}
.noObject::before {
  display: none !important;
}
.block-start .block_img img, .block-start .block_imgCol img {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.section_sub:not(:last-child) {
  margin-bottom: 80px;
}
.area_wenalogo {
  margin-top: 80px;
  min-height: 200px;
  background: #021722 url("../img/img_02.png") no-repeat center center;
}
.colsSimple {
  display: flex;
}
.colsSimple > div {
  flex: 0 1 50%;
}
.colsSimple img {
  max-width: none;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .section_img {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .section_inner {
    padding-left: 5.33333vw;
    padding-right: 5.33333vw;
  }
  .section_head {
    margin-bottom: 12vw;
  }
  .section_number {
    max-width: none;
    position: relative;
    margin-bottom: 20px;
  }
  .section {
    margin-bottom: 50px;
  }
  .section_sub:not(:last-child) {
    margin-bottom: 40px;
  }
  .section_number img {
    width: 50vw;
  }
  .ver-img_right .section_number {
    left: auto;
    top: auto;
    padding-left: 5.3vw;
  }
  .ver-img_left .section_number {
    right: auto;
    top: auto;
    text-align: right;
    padding-right: 5.3vw;
  }
  .section_title {
    font-size: 5.6vw;
    display: inline-block;
    margin: -5vw 0 0 0;
    position: relative;
    left: auto !important;
    bottom: auto !important;
    top: auto !important;
    right: auto !important;
    padding: 4vw 8vw;
    min-width: 70vw;
  }
  .section_title::after {
    bottom: -15px;
  }
  .ver-img_right .section_title::after {
    left: -15px;
  }
  .ver-img_all .section_title::after,
  .ver-img_left .section_title::after {
    right: -15px;
  }
  .ver-img_right .section_title {
    left: -3vw !important;
    padding-left: 6vw;
  }
  .ver-img_left .section_title {
    right: -3vw !important;
    padding-right: 6vw;
  }
  .ver-img_all .section_title {
    left: 50% !important;
    text-align: center;
    padding: 4vw;
    margin-top: -8vw;
  }
  .block_img {
    margin: 40px 0;
  }
  .block_imgCol {
    display: block;
    margin: 40px 0;
  }
  .block_imgCol > div:not(:last-child) {
    margin-bottom: 40px;
  }
  .colsWrap {
    display: block;
  }
  .colsWrap.block--imageRight .block__figure,
  .colsWrap .block__figure {
    margin: 0 0 15vw 0;
    max-width: none;
  }
  .deco__box {
    margin: 0 !important;
  }
  .deco__box::before {
    left: -5.3vw;
    bottom: -5.3vw;
  }
  .block--imageRight .deco__box::before {
    left: auto;
    right: -5.3vw;
    bottom: -5.3vw;
  }
  .area_wenalogo {
    min-height: 120px;
    background-size: 70%;
	  margin-top: 6vw;
  }
  .colsSimple {
    display: block;
    padding: 0 5.3vw;
  }
}
@media only screen and (min-width: 1600px) {
  .section_inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.s5-listItemBottomButton {
  display: none;
}
.fs-small {
  font-size: .8rem !important;
}
.caption {
  text-align: center;
  margin-top: 1em;
}

.qube {
  position: absolute;
  max-width: 20vw;
}
.image-start .qube {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.qube.ver01,
.qube.ver03 {
  top: 7vw;
  right: 4vw;
}
.qube.ver02 {
  top: 5vw;
  left: 5vw;
}
.qube.ver04 {
  top: 0;
  left: 25vw;
}
@media only screen and (max-width: 767px) {
  .qube {
    max-width: 35vw;
  }
  .qube.ver01 {
    top: 5vw;
    right: 30vw;
  }
  .qube.ver02 {
    top: 0;
  }
  .qube.ver03 {
    right: 20vw;
    top: 0;
  }
  .qube.ver04 {
    left: 15vw;
    top: 2vw;
  }
}