.mvArea {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(rgba(145, 255, 166, 0.74)), to(rgba(127, 202, 255, 0.74)));
  background: -webkit-linear-gradient(left, rgba(145, 255, 166, 0.74), rgba(127, 202, 255, 0.74));
  background: linear-gradient(to right, rgba(145, 255, 166, 0.74), rgba(127, 202, 255, 0.74));
}
@media (max-width: 767px) {
  .mvArea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.mvArea .bgImg {
  position: relative;
  overflow: hidden;
}
.mvArea .bgImg .bg01 {
  width: 30%;
  height: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #aa8958;
  position: absolute;
  bottom: -35%;
  right: -18%;
}
.mvArea .txtArea {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1280px) {
  .mvArea .txtArea {
    left: -2%;
  }
}
@media (max-width: 991px) {
  .mvArea .txtArea {
    left: -8%;
  }
}
@media (max-width: 767px) {
  .mvArea .txtArea {
    position: relative;
    height: 60vw;
    left: 0;
  }
}
.mvArea .txtArea h2 {
  width: 460px;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  top: 50%;
  left: -230px;
  margin-top: -230px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .mvArea .txtArea h2 {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .mvArea .txtArea h2 {
    width: 70%;
    left: -35%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: 0;
    padding-right: 10px;
  }
}
.mvArea .txtArea h2::before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(30deg, #7fcaff 38%, #91ffa6 97%);
  background: linear-gradient(60deg, #7fcaff 38%, #91ffa6 97%);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.85;
}
@media (max-width: 991px) {
  .mvArea .txtArea h2::before {
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
  }
}
@media (max-width: 767px) {
  .mvArea .txtArea h2::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
.mvArea .txtArea h2::after {
  content: "";
  width: 80%;
  height: 80%;
  background: #729ab5;
  opacity: 0.66;
  mix-blend-mode: multiply;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 10%;
  left: 10%;
  z-index: 2;
}
@media (max-width: 991px) {
  .mvArea .txtArea h2::after {
    width: 70%;
    height: 70%;
    top: 15%;
    left: 15%;
  }
}
@media (max-width: 767px) {
  .mvArea .txtArea h2::after {
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
  }
}
.mvArea .txtArea h2 span {
  display: inline-block;
  position: relative;
  z-index: 3;
  color: #fff;
  font-size: 50px;
  font-family: "EB Garamond", serif;
  font-weight: normal;
}
@media (max-width: 991px) {
  .mvArea .txtArea h2 span {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .mvArea .txtArea h2 span {
    font-size: 8vw;
  }
}
.mvArea .mvCc {
  width: 90%;
  position: absolute;
  bottom: 20px;
  left: 5%;
  text-align: center;
  font-size: 43px;
  color: #002662;
  line-height: 1.5em;
}
@media (max-width: 991px) {
  .mvArea .mvCc {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .mvArea .mvCc {
    font-size: 20px;
  }
}

.roop {
  overflow: hidden;
}
.roop .slideBox {
  width: 300vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: scroll-left 40s infinite linear 0.5s both;
          animation: scroll-left 40s infinite linear 0.5s both;
}
@media (max-width: 991px) {
  .roop .slideBox {
    width: 500vw;
  }
}
@media (max-width: 767px) {
  .roop .slideBox {
    width: 800vw;
  }
}
.roop .slideBox figure img {
  width: 150vw;
  max-width: none;
}
@media (max-width: 991px) {
  .roop .slideBox figure img {
    width: 250vw;
  }
}
@media (max-width: 767px) {
  .roop .slideBox figure img {
    width: 400vw;
  }
}

@-webkit-keyframes scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.conceptArea {
  padding: 150px 0 0;
}
@media (max-width: 767px) {
  .conceptArea {
    padding: 60px 0 0;
  }
}
.conceptArea .logo {
  width: 100%;
  max-width: 1001px;
  margin: 0 auto 40px;
}
.conceptArea p {
  color: #002662;
  text-align: center;
}
.conceptArea p.cc01 {
  font-size: 29px;
  line-height: 1.3em;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .conceptArea p.cc01 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .conceptArea p.cc01 {
    font-size: 18px;
  }
}
.conceptArea p.cc02 {
  font-size: 90px;
  line-height: 1;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .conceptArea p.cc02 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .conceptArea p.cc02 {
    font-size: 40px;
  }
}
.conceptArea p.cc03 {
  font-size: 40px;
  line-height: 1.2em;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .conceptArea p.cc03 {
    font-size: 32px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .conceptArea p.cc03 {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.conceptArea p.introTxt01 {
  font-size: 19px;
  line-height: 2.4em;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .conceptArea p.introTxt01 {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .conceptArea p.introTxt01 {
    font-size: 13px;
    margin-bottom: 20px;
  }
}
.conceptArea p.introTxt02 {
  font-size: 25px;
  line-height: 2em;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .conceptArea p.introTxt02 {
    font-size: 20px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .conceptArea p.introTxt02 {
    font-size: 15px;
    margin-bottom: 40px;
  }
}
.conceptArea .img01 {
  text-align: center;
  margin-bottom: 100px;
}
.conceptArea .img01 img {
  width: 100%;
  max-width: 1105px;
}
.conceptArea .img02 {
  text-align: center;
  margin-bottom: 100px;
}
.conceptArea .conceptBox {
  background: -webkit-gradient(linear, left top, right top, color-stop(38%, rgba(127, 202, 255, 0.35)), color-stop(97%, rgba(145, 255, 166, 0.35)));
  background: -webkit-linear-gradient(left, rgba(127, 202, 255, 0.35) 38%, rgba(145, 255, 166, 0.35) 97%);
  background: linear-gradient(to right, rgba(127, 202, 255, 0.35) 38%, rgba(145, 255, 166, 0.35) 97%);
  padding: 20px;
  overflow: hidden;
  position: relative;
  margin-bottom: 80px;
}
.conceptArea .conceptBox .arrow {
  width: 212px;
  height: 212px;
  position: absolute;
  top: 50%;
  left: -106px;
  margin-top: -106px;
  z-index: 3;
}
.conceptArea .conceptBox .arrow::before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(30deg, #bee4ff 38%, #c6fdd6 97%);
  background: linear-gradient(60deg, #bee4ff 38%, #c6fdd6 97%);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.conceptArea .conceptBox .arrow::after {
  content: "";
  width: 80%;
  height: 80%;
  background: #729ab5;
  opacity: 0.66;
  mix-blend-mode: multiply;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 10%;
  left: 10%;
  z-index: 2;
}
.conceptArea .conceptBox .conInner {
  width: 100%;
  padding: 150px 40px 150px 120px;
  background: #fff;
}
.conceptArea .imgList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.conceptArea .imgList figure {
  width: 25%;
}
@media (max-width: 767px) {
  .conceptArea .imgList figure {
    width: 50%;
  }
}