@charset "UTF-8";
/*変数設定用*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.fixed-area {
  color: #fff;
  background: #575757;
  position: fixed;
  top: 100px;
  width: 100%;
  z-index: 1000;
}

.fixed-area__inner {
  position: relative;
}

.fixed-area__inner__contents {
  opacity: 0;
  position: absolute;
  transition: 1s;
}

@media screen and (max-width: 767px) {
  .fixed-area__inner__contents {
    opacity: 1;
    position: static;
  }
}

.fixed-area__inner__contents.active {
  opacity: 1;
}

.box {
  color: #fff;
  /*height: 600vh;
  height: 100vh;*/
}

@media screen and (max-width: 767px) {
  .box {
    height: auto;
  }
}

.box__inner {
  height: 100vh;
}

@media screen and (max-width: 767px) {
  .box__inner {
    height: auto;
  }
}

/* section01
-----------------------------*/
.section01 {
  width: 100vw;
  height: 100vh;
}

.section01__inner {
  width: 100vw;
  overflow: hidden;
}

.section01-ttl {
  position: absolute;
  color: #fff;
  text-align: center;
  font-size: 5.2rem;
  font-weight: bold;
  top: 40%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(0%, -50%);
  opacity: 1;
  transition: 1s;
}

@media screen and (min-width: 1001px) and (max-width: 1100px) {
  .section01-ttl {
    left: 0;
    width: 100%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
}

@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .section01-ttl {
    left: 0;
    width: 100%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
}

@media screen and (max-width: 767px) {
  .section01-ttl {
    font-size: 3.0rem;
    transform: none;
    top: 20%;
    left: 0;
    right: 0;
    line-height: 1.4;
    padding: 0 2rem;
  }
}

@media screen and (max-width: 320px) {
  .section01-ttl {
    font-size: 3.0rem;
  }

}

.section01.active .section01-ttl {
  opacity: 1;
  top: 40%;
}

@media screen and (max-width: 767px) {
  .section01.active .section01-ttl {
    top: 18%;
  }
}

.section01-subtxt {
  position: absolute;
  color: #fff;
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.8;
  top: 62%;
  left: 50%;
  width: 100%;
  font-weight: bold;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: 1s;
}

@media screen and (min-width: 1001px) and (max-width: 1100px) {
  .section01-subtxt {
    top: 68%;
    left: 0;
    width: 100%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
}

@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .section01-ttl {
    font-size: 4.2rem;
  }
  .section01-subtxt {
    top: 86%;
    left: 0;
    width: 100%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    font-size: 1.8rem;
  }
  .section01-ttl br {
    display: none;
  }
  .section01-subtxt br {
    display: none;
  }

}

@media only screen and (min-width: 767px) and (max-width: 768px) {
  .section01-subtxt {
    top: 74%;
    left: 0;
    width: 100%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
}

@media screen and (max-width: 767px) {
  .section01-subtxt {
    transform: none;
    right: 0;
    left: 0;
    top: 54%;
    font-size: 1.7rem;
    text-align: center;
    font-weight: 600;
    padding: 0 2rem;
  }
  .section01-ttl br {
    display: none;
  }
  .section01-subtxt br {
    display: none;
  }
  .section01-ttl br {
    display: inline-block;
  }
}

@media screen and (max-width: 414px) {
  .section01-subtxt {
    transform: none;
    right: 0;
    left: 0;
    top: 42%;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 600;
    padding: 0 3rem;
  }
  .section01-ttl br {
    display: inline-block;
  }
}

@media screen and (max-width: 320px) {
  .section01-ttl {
    top: 14%;
  }
  .section01-subtxt {
    top: 46%;
    margin-top: 2rem;
  }
}

.section01 .section01_abso {
  top: 15%;
  left: 0%;
  width: 100vw;
  height: 70vh;
  position: absolute;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .section01 .section01_abso {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.section01 .section01_swiper {
  position: relative;
}

.section01 .section01_swiper .swiper-list {
  width: 100vw;
  height: 100vh;
  background-size: cover;
}

.section01 .section01_swiper .swiper-list.slide-swiper01 {
  background-image: url("./../img/slide-swiper01.png");
}

@media screen and (max-width: 767px) {
  .section01 .section01_swiper .swiper-list.slide-swiper01 {
    background-image: url("./../img/slide-swiper01_sp.png");
    background-position: center;
  }
}

.section01 .section01_swiper .swiper-list.slide-swiper02 {
  background-image: url("./../img/slide-swiper02.png");
}

@media screen and (max-width: 767px) {
  .section01 .section01_swiper .swiper-list.slide-swiper02 {
    background-image: url("./../img/slide-swiper02_sp.png");
  }
}

.section01 .section01_swiper .swiper-list.slide-swiper03 {
  background-image: url("./../img/slide-swiper03.png");
}

@media screen and (max-width: 767px) {
  .section01 .section01_swiper .swiper-list.slide-swiper03 {
    background-image: url("./../img/slide-swiper03_sp.png");
  }
}

.section01 .section01_swiper .swiper-list.slide-swiper04 {
  background-image: url("./../img/slide-swiper04.png");
}

@media screen and (max-width: 767px) {
  .section01 .section01_swiper .swiper-list.slide-swiper04 {
    background-image: url("./../img/slide-swiper04_sp.png");
  }
}

@media screen and (max-width: 767px) {
  .section01 .section01_swiper .swiper-list {
    background-position: center;
  }
}

.swiper-pagination.mv_slider_pager {
  text-align: center;
  margin-left: 0;
  margin-bottom: 50px;
}

.swiper-pagination.mv_slider_pager .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.4;
}

@media screen and (max-width: 767px) {
  .swiper-pagination.mv_slider_pager .swiper-pagination-bullet {
    margin-bottom: 0px;
  }
}

.swiper-pagination.mv_slider_pager .swiper-pagination-bullet-active {
  background-color: #504084;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev,
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background: none;
}


/* section02
-----------------------------*/
.section02 {
  background: #f7f7f7;
  transition: 1s;
  transition-delay: 2.5s;
}

.section02.change {
  background: #504084;
}

@media screen and (max-width: 767px) {
  .section02 {
    height: auto;
  }
}


.section02 {
  width: 100%;
  height: 100vh;
}

@media screen and (max-width: 767px) {
  .section02 {
    height: auto;
    position: relative;
  }
}

.section02 .white {
  height: 50vh;
  position: relative;
  /*opacity: 0;*/
  transition: all .8s ease-in-out;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  transition-delay: 0.3s;
}

@media screen and (max-width: 767px) {
  .section02 .white {
    height: 200px;
    transition-delay: 0s;
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.section02 .white .section02-ttl {
  position: absolute;
  color: #504084;
  text-align: center;
  font-weight: bold;
  font-size: 3.2rem;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .section02 .white .section02-ttl {
    left: 0;
    width: 100%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
}

@media screen and (max-width: 767px) {
  .section02 .white .section02-ttl {
    text-align: center;
    font-size: 2.0rem;
    padding: 50px 0;
    width: 95%;
    font-weight: 700;
    margin: auto;
    line-height: 1.8em;
  }
}

@media screen and (max-width: 767px) {
  .section02 .white.on {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    transition-delay: 1s;
  }
}

.section02 .purple {
  background-color: #504084;
  height: 50vh;
  position: relative;
  opacity: 0;
  transition: all 1.2s ease-in-out;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  transition-delay: .5s;
}

@media screen and (max-width: 767px) {
  .section02 .purple {
    height: 200px;
    transition-delay: 0s;
    opacity: 2;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.section02 .purple:before {
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: 0;
  border: 30px solid transparent;
  border-top: 50px solid #f7f7f7;
  content: "";
}

@media screen and (max-width: 767px) {
  .section02 .purple:before {
    margin-left: -15px;
    top: 0;
    border: 15px solid transparent;
    border-top: 30px solid #f7f7f7;
  }
}

.section02 .purple .section02-ttl {
  position: absolute;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 3.2rem;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .section02 .purple .section02-ttl {
    left: 0;
    width: 100%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
}

@media screen and (max-width: 767px) {
  .section02 .purple .section02-ttl {
    text-align: center;
    font-size: 2.0rem;
    padding: 50px 0;
    width: 95%;
    font-weight: 700;
    margin: auto;
    line-height: 1.8em;
  }
}

@media screen and (max-width: 767px) {
  .section02 .purple.on {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    transition-delay: 1.2s;
  }
}

.section02.active .white {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

.section02.active .purple {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

/* section03
-----------------------------*/
.slide03 {
  width: 100%;
  height: 100vh;
}

@media screen and (max-width: 767px) {
  .slide03 {
    height: auto;
  }
}

.slide03-ttl {
  position: absolute;
  color: #fff;
  text-align: center;
  font-size: 3.2rem;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: 1s;
}

@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .slide03-ttl {
    left: 0;
    width: 100%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
}

@media screen and (max-width: 767px) {
  .slide03-ttl {
    position: static;
    transform: none;
    text-align: left;
    font-size: 2.4rem;
    padding: 50px 0;
    width: 95%;
    margin: auto;
  }
}

.slide03.active .section02-ttl {
  opacity: 1;
  top: 40%;
}

@media screen and (max-width: 767px) {
  .section03 {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
}

.section03 ul {
  width: 100vw;
  display: flex;
}

@media screen and (max-width: 767px) {
  .section03 ul {
    display: block;
  }
}

.section03 ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: calc(100% / 3);
  opacity: .5;
  transition: all 1.2s ease-in-out;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

@media screen and (max-width: 767px) {
  .section03 ul li {
    width: 100%;
    margin: auto;
    height: auto;
    display: block;
    padding: 30px 0;
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
}

.section03 ul li:nth-child(1) {
  background: url("../img/scr_bg03_01.png");
  background-size: cover;
}

.section03 ul li:nth-child(2) {
  background: url("../img/scr_bg03_02.png");
  background-size: cover;
}

.section03 ul li:nth-child(3) {
  background: url("../img/scr_bg03_03.png");
  background-size: cover;
}

.section03 ul li h2 {
  text-align: center;
  font-size: 2.2rem;
  color: #fff;
  margin-bottom: 55px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .section03 ul li h2 {
    font-size: 2.4rem;
    font-weight: bold;
  }
}

.section03 ul li h2:before {
  position: absolute;
  left: 50%;
  bottom: -30px;
  height: 20px;
  width: 2px;
  background: #fff;
  content: "";
}

.section03 ul li .icon {
  text-align: center;
}

.section03 ul li .icon img {
  max-width: 240px;
}

@media screen and (max-width: 767px) {
  .section03 ul li .icon img {
    max-width: 150px;
  }
}

.section03-list {
  margin-top: -25%;
}

@media screen and (max-width: 767px) {
  .section03-list {
    margin-top: 0;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.section03-txt {
  position: absolute;
  bottom: 15%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
  opacity: 0;
  transition: all .8s ease-in-out;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

@media screen and (max-width: 767px) {
  .section03-txt {
    position: static;
    color: #504084;
    font-size: 2rem;
    margin: 30px auto;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    padding: 0 2rem;
    font-weight: 700;
  }
}

.section03.active li {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

.section03.active li:nth-child(2) {
  transition-delay: .2s;
}

.section03.active li:nth-child(3) {
  transition-delay: .4s;
}

.section03.active .section03-txt {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  transition-delay: 1s;
}

/* section04
-----------------------------*/
.section04 {
  width: 100vw;
}

@media screen and (max-width: 767px) {
  .section04 {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
}

.section04 .inner {
  max-width: 820px;
  width: 95%;
  /*margin: 23vh auto 0;*/
  margin-bottom: 8rem;
  opacity: 0;
  transition: 1s;
}

@media screen and (max-width: 767px) {
  .section04 .inner {
    opacity: 1;
    margin: 50px auto;
    padding: 50px 0;
  }
}

.section04 .inner .icon {
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .section04 .inner .icon {
    display: block;
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
  }
}

.section04 .inner dl {
  border-left: 2px solid #fff;
  padding-left: 40px;
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .section04 .inner dl {
    border: none;
    padding-left: 0;
    margin: 0 10px;
  }
}

.section04 .inner dl dt {
  font-size: 3.4rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 35px;
  opacity: .5;
  transition: all .8s ease-in-out;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .section04 .inner dl dt {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 767px) {
  .section04 .inner dl dt {
    font-size: 2.2rem;
    text-align: center;
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.section04 .inner dl dd {
  font-size: 1.6rem;
  line-height: 1.8em;
  color: #fff;
  opacity: 0;
  transition: all .8s ease-in-out;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

@media screen and (min-width: 1001px) and (max-width: 1100px) {
  .section04 .inner dl dd {
    width: 80%;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .section04 .inner dl dd {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .section04 .inner dl dd {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.section04.active .inner {
  opacity: 1;
}

.section04.active .inner dl dt {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  transition-delay: 0s;
}

.section04.active .inner dl dd {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  transition-delay: .4s;
}


.section04 {
  background: url("./../img/scr_bg04.png");
  background-size: cover;
  background-position: bottom right;
}

@media screen and (max-width: 767px) {
  .section04 {
    background: #4d3798;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .section04::before {
    position: absolute;
    content: "";
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 30px;
    border-color: #4d3798 transparent transparent transparent;
  }
}

/* section05
-----------------------------*/
.section05 {
  background: url("./../img/scr_bg05.png");
  background-size: cover;
  background-position: bottom right;
}

@media screen and (max-width: 767px) {
  .section05 {
    background: none;
  }
}

.section05 {
  width: 100vw;
}

@media screen and (max-width: 767px) {
  .section05 {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
}

.section05 .man {
  position: absolute;
  right: 5vw;
  bottom: 4.4vh;
  width: 13vw;
}

.section05 .inner {
  max-width: 820px;
  width: 95%;
  margin: 18vh auto;
  transition: 1s;
}

@media screen and (max-width: 767px) {
  .section05 .inner {
    margin: 50px auto -25px;
  }
}

.section05 .inner .icon {
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .section05 .inner .icon {
    display: block;
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
  }
}

.section05 .inner dl {
  border-left: 2px solid #504084;
  padding-left: 40px;
  margin-left: 40px;
  padding-bottom: 4%;
}

@media screen and (max-width: 767px) {
  .section05 .inner dl {
    border: none;
    padding-left: 0;
    margin-left: 0;
    padding-bottom: 0px;
  }
}

.section05 .inner dl dt {
  font-size: 3.4rem;
  font-weight: bold;
  color: #504084;
  margin-bottom: 35px;
  opacity: .5;
  transition: all .8s ease-in-out;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .section05 .inner dl dt {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 767px) {
  .section05 .inner dl dt {
    font-size: 2.4rem;
    text-align: center;
    opacity: 1;
    margin-bottom: 20px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.section05 .inner dl dd {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2em;
  color: #504084;
  opacity: 0;
  transition: all .8s ease-in-out;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .section05 .inner dl dd {
    width: 72%;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .section05 .inner dl dd {
    opacity: 1;
    font-size: 1.6rem;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    padding: 0 2rem;
  }
}

.section05 .inner dl dd li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 15px;
  background: none;
}
.section05 .inner dl dd li span {
  background: linear-gradient(transparent 60%, #e3dbfd 60%);
}

@media screen and (max-width: 767px) {
  .section05 .inner dl dd li {
    margin-right: 0;
    background: none;
    text-indent: -.78em;
    margin-left: .78em;
    margin-bottom: 12px;
    line-height: 1.6;
  }
}

.section05.active .inner dl dt {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  transition-delay: .2s;
}

.section05.active .inner dl dd {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  transition-delay: .4s;
}

/* section06
-----------------------------*/
.section06 {
  background: url("./../img/scr_bg06.png");
  background-size: cover;
  background-position: bottom right;
}

@media screen and (max-width: 767px) {
  .section06 {
    background: #537986;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .section06 {
    height: auto;
  }
}

.section06 {
  width: 100vw;
}

@media screen and (max-width: 767px) {
  .section06 {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
}

.section06 .inner {
  max-width: 820px;
  width: 95%;
  margin: 15vh auto;
  transition: 1s;
}

@media screen and (max-width: 767px) {
  .section06 .inner {
    margin: 50px auto;
    padding: 50px 0;
  }
}

.section06 .inner .icon {
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .section06 .inner .icon {
    display: block;
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
  }
}

.section06 .inner .left {
  float: left;
  width: 55%;
}

@media screen and (max-width: 767px) {
  .section06 .inner .left {
    float: none;
    width: 100%;
  }
}

.section06 .inner .left dl {
  border-left: 2px solid #fff;
  padding-left: 40px;
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .section06 .inner .left dl {
    border: none;
    padding-left: 0;
    margin: 0 10px;
  }
}

.section06 .inner .left dl dt {
  font-size: 3.4rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 35px;
  opacity: .5;
  transition: all .8s ease-in-out;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .section06 .inner .left dl dt {
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .section06 .inner .left dl dt {
    text-align: center;
    opacity: 1;
    font-size: 2.2rem;
    margin-bottom: 20px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.section06 .inner .left dl dd {
  font-size: 1.6rem;
  line-height: 1.8em;
  color: #fff;
  opacity: 0;
  transition: all .8s ease-in-out;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .section06 .inner .left dl dd {
    text-shadow: 1px 1px 1px #666;
  }
}

@media screen and (max-width: 767px) {
  .section06 .inner .left dl dd {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    text-align: center;
  }
}

.section06 .inner .left dl dd li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
  background: linear-gradient(transparent 60%, #e3dbfd 60%);
}

.section06 .inner .right {
  width: 40%;
  float: right;
}

@media screen and (max-width: 767px) {
  .section06 .inner .right {
    width: 100%;
    float: none;
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
}

.section06 .inner .right dl {
  margin-bottom: 30px;
}

.section06 .inner .right dl dt {
  margin-bottom: 10px;
  opacity: 0;
  transition: all .8s ease-in-out;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .section06 .inner .right dl dt {
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .section06 .inner .right dl dt {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.section06 .inner .right dl dt .movie {
  max-width: 330px;
}

@media screen and (max-width: 767px) {
  .section06 .inner .right dl dt .movie {
    max-width: 100%;
    margin: 15px auto;
  }
}

.section06 .inner .right dl dt .movie video {
  width: 100%;
}

.section06 .inner .right dl dd {
  font-size: 1.4rem;
  text-align: left;
  color: #fff;
  opacity: 0;
  transition: all .8s ease-in-out;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .section06 .inner .right dl dd {
    text-shadow: 1px 1px 1px #666;
  }
}

@media screen and (max-width: 767px) {
  .section06 .inner .right dl dd {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.section06 .inner .right dl:last-child {
  margin-bottom: 0;
}

.section06.active .inner .left dl dt {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  transition-delay: .2s;
}

.section06.active .inner .left dl dd {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  transition-delay: .4s;
}

.section06.active .inner .right dl dt {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  transition-delay: .6s;
}

.section06.active .inner .right dl dd {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  transition-delay: .8s;
}

/* section07
-----------------------------*/
.section07 {
  background: url("./../img/scr_bg07.png");
  background-size: cover;
  background-position: bottom right;
}

@media screen and (max-width: 767px) {
  .section07 {
    background: none;
  }
}

.section07 {
  width: 100vw;
}

@media screen and (max-width: 767px) {
  .section07 {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
}

.section07 .inner {
  max-width: 820px;
  padding-right: 120px;
  width: 95%;
  margin: 15vh auto;
  transition: 1s;
}

@media screen and (max-width: 767px) {
  .section07 .inner {
    padding-right: 0;
    margin: 5vh auto;
  }
}

.section07 .inner .icon {
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .section07 .inner .icon {
    display: block;
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
  }
}

.section07 .inner .top dl {
  border-left: 2px solid #408465;
  padding-left: 40px;
  margin-left: 40px;
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .section07 .inner .top dl {
    margin: 0 10px;
    padding-left: 0;
    border: none;
    padding-bottom: 20px;
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
}

.section07 .inner .top dl dt {
  font-size: 3.4rem;
  font-weight: bold;
  color: #408465;
  margin-bottom: 25px;
  opacity: .5;
  transition: all .8s ease-in-out;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .section07 .inner .top dl dt {
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .section07 .inner .top dl dt {
    text-align: center;
    opacity: 1;
    font-size: 2.2rem;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.section07 .inner .top dl dd {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.8em;
  color: #408465;
  opacity: 0;
  transition: all .8s ease-in-out;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .section07 .inner .top dl dd {
    max-width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .section07 .inner .top dl dd {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.section07 .inner .top dl dd li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
  background: linear-gradient(transparent 60%, #e3dbfd 60%);
}

.section07 .inner .bottom {
  border-left: 2px solid #408465;
  padding-left: 40px;
  margin-left: 40px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .section07 .inner .bottom {
    border: none;
    padding: 0;
    margin: 0 10px;
    display: block;
  }
}

.section07 .inner .bottom dl {
  width: 46%;
}

@media screen and (max-width: 767px) {
  .section07 .inner .bottom dl {
    width: 100%;
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
}

.section07 .inner .bottom dl:first-child {
  margin-right: 4%;
}

@media screen and (max-width: 767px) {
  .section07 .inner .bottom dl:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.section07 .inner .bottom dl:last-child {
  margin-left: 4%;
}

@media screen and (max-width: 767px) {
  .section07 .inner .bottom dl:last-child {
    margin-left: 0;
  }
}

.section07 .inner .bottom dl dt {
  margin-bottom: 10px;
  opacity: 0;
  transition: all .8s ease-in-out;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

@media screen and (max-width: 767px) {
  .section07 .inner .bottom dl dt {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.section07 .inner .bottom dl dd {
  font-size: 1.4rem;
  text-align: center;
  color: #000;
  opacity: 0;
  transition: all .8s ease-in-out;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

@media screen and (max-width: 767px) {
  .section07 .inner .bottom dl dd {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.section07 .inner .bottom dl:last-child {
  margin-bottom: 0;
}

.section07.active .inner .top dl dt {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  transition-delay: .2s;
}

.section07.active .inner .top dl dd {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  transition-delay: .4s;
}

.section07.active .inner .bottom dl dt {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  transition-delay: .6s;
}

.section07.active .inner .bottom dl dd {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  transition-delay: .8s;
}

/* section08
-----------------------------*/
.section08 {
  width: 100vw;
  background: #f7f7f7;
}

@media screen and (max-width: 767px) {
  .section08 {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
}

.section08 .inner {
  max-width: 1010px;
  width: 95%;
  margin: 15vh auto;
  transition: 1s;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .section08 .inner {
    margin: 8vh auto;
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
}

.section08 .inner h2 {
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  color: #504084;
  opacity: .5;
  transition: all .8s ease-in-out;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

@media screen and (max-width: 767px) {
  .section08 .inner h2 {
    opacity: 1;
    font-size: 2.8rem;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.section08 .inner .swiper-slide-in {
  background: #fff;
  max-width: 820px;
  min-height: 420px;
  margin: auto;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
  padding: 60px 40px;
  margin: 40px auto;
  opacity: .5;
  transition: all .6s ease-in-out;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

@media screen and (max-width: 767px) {
  .section08 .inner .swiper-slide-in {
    min-height: 500px;
    opacity: 1;
    padding: 30px 20px;
    margin: 20px auto;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.section08 .inner .swiper-slide .left {
  float: left;
  width: 45%;
  margin-right: 5%;
}

@media screen and (max-width: 767px) {
  .section08 .inner .swiper-slide .left {
    width: 100%;
    float: none;
  }
}

.section08 .inner .swiper-slide .left h3 {
  font-size: 2.8rem;
  font-weight: 500;
  color: #504084;
  margin-bottom: 30px;
  line-height: 1.3em;
}

@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .section08 .inner .swiper-slide .left h3 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .section08 .inner .swiper-slide .left h3 {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.4em;
  }
}

.section08 .inner .swiper-slide .left .txt {
  font-size: 1.8rem;
  color: #000;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .section08 .inner .swiper-slide .left .txt {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}

.section08 .inner .swiper-slide .left.w100 {
  width: 100%;
  float: none;
}

.section08 .inner .swiper-slide .left.w100 h3 {
  text-align: center;
}

.section08 .inner .swiper-slide .left.w100 img {
  max-width: 380px;
  width: 90%;
  margin: auto;
  display: block;
}

.section08 .inner .swiper-slide .right {
  float: right;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .section08 .inner .swiper-slide .right {
    float: none;
    width: 100%;
    margin-top: 15px;
  }
}

.section08 .swiper-button-next {
  right: 0;
}

.section08 .swiper-button-prev {
  left: 0;
}

.section08 .swiper-button-next,
.section08 .swiper-button-prev {
  position: absolute;
  top: 40%;
  width: auto;
}

@media screen and (max-width: 767px) {
  .section08 .swiper-button-next,
  .section08 .swiper-button-prev {
    top: 50%;
    max-width: 40px;
    outline: none;
  }
}

.section08 .swiper-button-next:after,
.section08 .swiper-button-prev:after {
  display: none;
}

.section08.active h2 {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  transition-delay: .2s;
}

.section08.active .swiper-slide-in {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  transition-delay: .4s;
}

/* section09
-----------------------------*/
.section09 {
  background: url("./../img/scr_bg09.png");
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 767px) {
  .section09 {
    padding: 50px 0;
  }
}


.section09 {
  width: 100vw;
}

@media screen and (max-width: 767px) {
  .section09 {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
}

.section09 .inner {
  max-width: 1010px;
  width: 95%;
  /*margin: 35vh auto 10vh;*/
  margin-top: 4rem;
  transition: 1s;
}

@media only screen and (min-width: 767px) and (max-width: 1000px) {
  /*.section09 .inner {
    margin: 35vh auto 10vh;
  }*/
}

@media screen and (max-width: 767px) {
  .section09 .inner {
    margin: 0 auto;
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
}

.section09 .inner h2 {
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
  opacity: .5;
  transition: all .8s ease-in-out;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .section09 .inner h2 {
    font-size: 3rem;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .section09 .inner h2 {
    font-size: 2.2rem;
    opacity: 1;
    margin-bottom: 20px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.section09 .inner .txt {
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  opacity: 0;
  transition: opacity .8s ease-in-out, transform .8s ease-in-out;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

@media screen and (max-width: 767px) {
  .section09 .inner .txt {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    line-height: 1.8em;
  }
}

.section09 .inner .pointbox {
  max-width: 710px;
  margin: auto;
  padding: 35px 40px 30px;
  background: #fff;
  opacity: 0;
  transition: all .8s ease-in-out;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

@media screen and (max-width: 767px) {
  .section09 .inner .pointbox {
    max-width: 90%;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.section09 .inner .pointbox .point {
  margin-bottom: 15px;
  color: #504084;
  font-weight: bold;
  font-size: 2.1rem;
}

@media screen and (max-width: 767px) {
  .section09 .inner .pointbox .point {
    text-align: center;
    font-size: 1.8rem;
  }
}

.section09 .inner .pointbox .point:last-of-type {
  margin-bottom: 0;
}

.section09 .inner .pointbox .point .num {
  display: inline-block;
  vertical-align: middle;
  background: #504084;
  font-size: 2.1rem;
  padding: 2px 20px;
  color: #fff;
  margin-right: 40px;
  font-weight: bold;
}
.section09 .inner .pointbox .point .desc {
  display: inline-block;
  vertical-align: middle;
  width: 74%;
}
@media screen and (max-width: 767px) {
  .section09 .inner .pointbox .point .num {
    display: block;
    font-size: 1.8rem;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }
  .section09 .inner .pointbox .point .desc {
    display: block;
    width: 100%;
  }
}



.section09.active h2 {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  transition-delay: .2s;
}

.section09.active .txt {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  transition-delay: .4s;
  font-size: 1.8rem;
  line-height: 1.5em;
}

.section09.active .pointbox {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  transition-delay: 1.0s;
}

/* section10
-----------------------------*/
.section10 {
  background: #f7f7f7;
}

.section10 {
  width: 100vw;
  height: 100vh;
}

@media screen and (max-width: 767px) {
  .section10 {
    height: auto;
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
}

.section10 .inner {
  max-width: 890px;
  width: 95%;
  /*margin: 20vh auto 10vh;*/
  transition: 1s;
}

@media screen and (max-width: 767px) {
  .section10 .inner {
    width: 90%;
    margin: 50px auto;
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
}

.section10 .inner h2 {
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  color: #504084;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .section10 .inner h2 {
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
}

.section10 .inner .txt {
  font-size: 1.8rem;
  color: #000;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 2px solid #504084;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .section10 .inner .txt {
    font-size: 1.6rem;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.section10 .inner .left {
  float: left;
  width: 48%;
}

@media screen and (max-width: 767px) {
  .section10 .inner .left {
    float: none;
    width: 100%;
  }
}

.section10 .inner .left h3 {
  font-size: 1.6rem;
  color: #3d3d3d;
  font-weight: bold;
  margin-bottom: 15px;
}

.section10 .inner .left .address {
  font-size: 1.6rem;
  color: #000;
  line-height: 1.8em;
}

.section10 .inner .left .aps {
  font-size: 1.4rem;
  color: #000;
  margin-bottom: 53px;
}
@media screen and (max-width: 767px) {
  .section10 .inner .left .aps {
    margin-bottom: 20px;
  }
}

.section10 .inner .left .contact-btn {
  display: block;
  text-align: center;
  color: #fff;
  padding: 25px 10px;
  font-size: 1.8rem;
  font-weight: bold;
  background: #504084;
}

@media screen and (max-width: 767px) {
  .section10 .inner .left .contact-btn {
    margin-bottom: 20px;
  }
}

.section10 .inner .right {
  float: right;
  width: 48%;
}

@media screen and (max-width: 767px) {
  .section10 .inner .right {
    float: none;
    width: 100%;
  }
}

.section10 .inner .right .ggmap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.section10 .inner .right .ggmap iframe,
.section10 .inner .right .ggmap object,
.section10 .inner .right .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
}

/* footer
-----------------------------*/
.footer {
  background: #535353;
  color: #fff;
  padding: 15px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}

@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .footer {
    padding: 15px 10px;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    position: static;
  }
}

.footer .container {
  max-width: 890px;
}

.footer-list {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .footer-list {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .footer-list p {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .footer-link {
    margin-top: 10px;
    margin-bottom: 50px;
  }
}

.footer-link li {
  float: left;
  margin-right: 30px;
}

@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .footer-link li {
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .footer-link li {
    float: none;
    margin-right: 0;
    margin: 10px 0;
    text-align: center;
  }
}

.footer-link li a {
  color: #fff;
  font-size: 1.4rem;
  border-right: 1px solid #fff;
  padding-right: 25px;
}

@media screen and (max-width: 767px) {
  .footer-link li a {
    border: none;
  }
}

.footer-link li a img {
  vertical-align: baseline;
}

.footer-link li:last-child a {
  border-right: none;
}

.footer-copy {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .footer-copy {
    text-align: center;
  }
}

.swiper-pagination {
  margin-left: 10%;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .swiper-pagination {
    margin-left: 0;
    bottom: 0 !important;
  }
}

.swiper-pagination-bullet {
  width: 40px;
  height: 5px;
  border-radius: 0;
}

.swiper-pagination-bullet-active {
  background: #504084;
}

.white_sp .section02-ttl {
  text-align: center;
  font-size: 2.4rem;
  padding: 50px 0;
  width: 95%;
  font-weight: 700;
  margin: auto;
  color: #504084;
}

.purple_sp {
  background: #504084;
}

.purple_sp .section02-ttl {
  text-align: center;
  font-size: 2.4rem;
  padding: 50px 0;
  width: 95%;
  font-weight: 700;
  margin: auto;
  color: #fff;
}


/* fullpage.js
-----------------------------*/
#fp-nav ul li, .fp-slidesNav ul li {
  margin-bottom: 1.6rem;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 1px solid #504084;
    background: #fff;
    left: 0;
    top: 0;
    margin: 0;
}
#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
    width: 10px;
    height: 10px;
    margin: 0;
    border-radius: 100%;
    background: #504084;
    left: 0;
    top: 0;
}
#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
  margin: 0;
}


/* indent
-----------------------------*/
.indent {
  text-indent: -.75em;
  margin-left: .75em;
}