@charset "UTF-8";
html, body {
  width: 100%;
  height: 100%;
}

body {
  min-width: 320px;
  max-width: 100%;
  position: relative;
  display: block;
  overflow-x: hidden;
  line-height: 1.7;
  background: #fff;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0em;
  font-weight: 500;
  font-size: 14px;
  color: #333;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  outline: none !important;
}

video {
  outline: none !important;
}

ul {
  margin-left: 0;
  padding-left: 0;
}

ul li {
  list-style-type: none;
}

p {
  font-size: 1.5rem;
  letter-spacing: 0.06em;
}

img {
  max-width: 100%;
}

*, :after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img.cover, video.cover {
  -o-object-fit: cover;
  object-fit: cover;
}

section {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

/*
header
---------------------------------------------*/
.header {
  padding: 25px 5vw;
  position: relative;
  background: #fff;
  display: block;
  z-index: 100;
  position: fixed;
  width: 100%;
  height: 105px;
  top: 0;
  left: 0;
}
.header h1 {
  width: 160px;
}
.header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 13px;
  font-weight: 400;
}
.header ul li {
  margin-left: 1.7rem;
}
.header ul li a {
  display: block;
  padding: 3px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.header ul li a:hover {
  color: #aaa;
}
.header ul li:last-child {
  margin-left: 2.1rem;
}
.header ul li:last-child a {
  background: #8a4088;
  background: -webkit-gradient(linear, left top, right top, from(#8F3D89), to(#CAA1C3));
  background: linear-gradient(90deg, #8F3D89, #CAA1C3);
  border: 1px solid #fff;
  color: #fff;
  font-weight: 500;
  padding: 5px 20px;
  border-radius: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header ul li:last-child a:hover {
  background: #fff;
  color: #8a4088;
  border: 1px solid #8a4088;
}

.header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 990px) {
  .header {
    height: 70px;
    padding: 15px 20px;
  }
  .header h1 {
    width: 138px;
    margin-left: 5px;
  }
  .header ul {
    display: none;
  }
}
/*
footer
---------------------------------------------*/
.footer {
  position: relative;
  display: block;
  background: #fff;
  padding: 25px 0;
}

.footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 3%;
}

.footer-logo {
  display: block;
  width: 291px;
}

.copyright {
  font-size: 13px;
}
.copyright a {
  font-weight: 300;
  text-decoration: underline;
  display: inline-block;
  position: relative;
  margin-right: 1.2em;
}
.copyright a:hover {
  text-decoration: none;
}

@media screen and (max-width: 990px) {
  .footer-wrap {
    display: block;
    padding: 0 0px;
  }
  .footer-logo {
    width: 260px;
    margin-bottom: 28px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
  }
  .copyright {
    display: block;
    text-align: center;
    font-size: 10px;
  }
  .copyright a {
    display: block;
    margin-right: 0;
    margin-bottom: 1.2em;
    font-size: 12px;
  }
}
/*
menu
---------------------------------------------*/
.menu {
  position: fixed;
  position: absolute;
  z-index: 110;
  right: 22px;
  top: 26px;
  display: block;
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: none;
}
.menu span {
  display: block;
  width: 24px;
  height: 2px;
  background: #000;
  position: absolute;
  z-index: 10;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.menu span:nth-child(2) {
  top: 7px;
}
.menu span:nth-child(3) {
  top: 15px;
}
.menu.js-active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 7px;
}
.menu.js-active span:nth-child(2) {
  opacity: 0;
}
.menu.js-active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 7px;
}

.menu-body {
  position: fixed;
  -webkit-transform: translate(0, -110%);
          transform: translate(0, -110%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 90;
  background: #fff;
  overflow-y: auto;
  padding-bottom: 120px;
}
.menu-body.js-active {
  -webkit-transform: translate(0, 0%);
          transform: translate(0, 0%);
}
.menu-body ul {
  margin-top: 70px;
  font-size: 16px;
  font-weight: 300;
  color: #333;
}
.menu-body ul li a {
  display: block;
  text-align: center;
  padding: 24px 0;
}
.menu-body ul li:last-child span {
  display: inline-block;
  position: relative;
  background: #8a4088;
  background: -webkit-gradient(linear, left top, right top, from(#8F3D89), to(#CAA1C3));
  background: linear-gradient(90deg, #8F3D89, #CAA1C3);
  color: #fff;
  border-radius: 30px;
  padding: 10px 40px;
  font-weight: 500;
}

@media screen and (max-width: 990px) {
  .menu {
    display: block;
  }
}
/* layout
----------------------------------------------------------------- */
.container {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  display: block;
}

section {
  position: relative;
  display: block;
  padding: 0 5vw;
  overflow: hidden;
}

.bnr {
  text-align: center;
}
.bnr a {
  display: inline-block;
  text-align: center;
  background: #8a4088;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  padding: 16px 54px;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: -webkit-gradient(linear, left top, right top, from(#DB609F), to(#EEB4D2));
  background: linear-gradient(90deg, #DB609F, #EEB4D2);
  border: 2px solid #f2f2f2;
}
.bnr a span {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(../images/icon-blank.png) no-repeat center;
  background-size: contain;
  margin-left: 10px;
}
.bnr a:hover {
  background: #fff;
  color: #db609f;
  border: 2px solid #db609f;
}
.bnr a:hover span {
  background: url(../images/icon-blank_color.png) no-repeat center;
  background-size: contain;
}

.pickup .bnr a {
  background: #db609f;
  background: -webkit-gradient(linear, left top, right top, from(#DB609F), to(#EEB4D2));
  background: linear-gradient(90deg, #DB609F, #EEB4D2);
  border: 2px solid #fff;
}
.pickup .bnr a:hover {
  color: #db609f;
  background: #fff;
  border: 2px solid #db609f;
}

.s-ttl {
  position: absolute;
  display: block;
  z-index: 10;
  left: calc(2.5vw - 5px);
}

.pikup-list-wrap .s-ttl {
  top: 390px;
}

.what .s-ttl {
  top: 710px;
}

.why .s-ttl {
  top: 380px;
}

.voice .s-ttl {
  top: 420px;
}

.area .s-ttl {
  top: 540px;
}

@media screen and (max-width: 990px) {
  section {
    padding: 0 20px;
  }
  .s-ttl {
    display: none;
  }
}
/* kv
----------------------------------------------------------------- */
.kv {
  position: relative;
  margin-top: 105px;
  width: 100%;
  height: calc(100vh - 105px);
  padding: 3vh 5vw 0 5vw;
  margin-bottom: 120px;
  overflow: visible;
}
.kv .s-ttl {
  top: calc(50% - 52px);
}
.kv:after {
  content: "";
  display: block;
  position: absolute;
  width: 86%;
  height: 70%;
  background: url(../images/bg.png) center top;
  bottom: 12%;
  right: 0;
  border-radius: 30px 0 0 30px;
}
.kv .kv-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 5;
}
.kv .kv-wrap .kv-copy {
  position: absolute;
  z-index: 2;
  width: 24.5%;
  left: 75.5%;
  top: 4%;
}
.kv .kv-wrap .kv-copy img {
  display: block;
  margin: 0 auto;
}
.kv .kv-wrap .kv-image {
  position: relative;
  height: calc(90vh - 105px);
}
.kv .kv-wrap .kv-image span.cover {
  position: relative;
  width: 100%;
  height: calc(90vh - 105px);
  height: 100%;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 6px;
}
.kv .kv-wrap .kv-image span.cover .anime {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.kv .kv-wrap .kv-image span.cover .anime span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.kv .kv-wrap .kv-image.kv-image1 {
  width: 26.5%;
}
.kv .kv-wrap .kv-image.kv-image1 span.cover {
  height: 75%;
  top: 10%;
}
.kv .kv-wrap .kv-image.kv-image1 span.cover .anime1 span {
  background: url(../images/kv-01_1.jpg) no-repeat center;
  background-size: contain;
}
.kv .kv-wrap .kv-image.kv-image1 span.cover .anime2 span {
  background: url(../images/kv-01_3.jpg) no-repeat center;
  background-size: contain;
}
.kv .kv-wrap .kv-image.kv-image1 span.cover .anime3 span {
  background: url(../images/kv-01_2.jpg) no-repeat center;
  background-size: contain;
}
.kv .kv-wrap .kv-image.kv-image1 span.cover .anime4 {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  z-index: 0;
}
.kv .kv-wrap .kv-image.kv-image1 span.cover .anime4 span {
  background: url(../images/kv-01_1.jpg) no-repeat center;
  background-size: contain;
}
.kv .kv-wrap .kv-image.kv-image2 {
  width: 42%;
}
.kv .kv-wrap .kv-image.kv-image2 span.cover .anime1 span {
  background: url(../images/kv-02_1.jpg) no-repeat center;
  background-size: contain;
}
.kv .kv-wrap .kv-image.kv-image2 span.cover .anime2 span {
  background: url(../images/kv-02_3.jpg) no-repeat center;
  background-size: contain;
}
.kv .kv-wrap .kv-image.kv-image2 span.cover .anime3 span {
  background: url(../images/kv-02_2.jpg) no-repeat center;
  background-size: contain;
}
.kv .kv-wrap .kv-image.kv-image2 span.cover .anime4 {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  z-index: 0;
}
.kv .kv-wrap .kv-image.kv-image2 span.cover .anime4 span {
  background: url(../images/kv-02_1.jpg) no-repeat center;
  background-size: contain;
}
.kv .kv-wrap .kv-image.kv-image3 {
  width: 24.5%;
  margin-top: 200px;
}
.kv .kv-wrap .kv-image.kv-image3 span.cover {
  height: calc(95% - 200px);
}
.kv .kv-wrap .kv-image.kv-image3 span.cover .anime1 span {
  background: url(../images/kv-03_1.jpg) no-repeat center;
  background-size: contain;
}
.kv .kv-wrap .kv-image.kv-image3 span.cover .anime2 span {
  background: url(../images/kv-03_3.jpg) no-repeat center;
  background-size: contain;
}
.kv .kv-wrap .kv-image.kv-image3 span.cover .anime3 span {
  background: url(../images/kv-03_2.jpg) no-repeat center;
  background-size: contain;
}
.kv .kv-wrap .kv-image.kv-image3 span.cover .anime4 {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  z-index: 0;
}
.kv .kv-wrap .kv-image.kv-image3 span.cover .anime4 span {
  background: url(../images/kv-03_1.jpg) no-repeat center;
  background-size: contain;
}

@media screen and (max-width: 990px) {
  .kv {
    margin-top: 0;
    background: #fff;
    height: auto;
    margin-bottom: 30px;
    padding-bottom: 40px;
    margin-top: 2%;
  }
  .kv:after {
    width: 94%;
    height: 66%;
    bottom: auto;
    top: 20%;
    border-radius: 15px 0 0 15px;
    background: url(../images/bg.png) center top;
    background-size: 646px 191px;
  }
  .kv .kv-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 60px 0 0 0;
  }
  .kv .kv-wrap .kv-image {
    height: auto;
  }
  .kv .kv-wrap .kv-image span.cover {
    height: auto;
    border-radius: 3px;
  }
  .kv .kv-wrap .kv-image.kv-image1 {
    width: 100%;
  }
  .kv .kv-wrap .kv-image.kv-image1 span.cover {
    width: 32%;
    padding-top: 51.8%;
    margin: 0 auto;
    top: 0;
  }
  .kv .kv-wrap .kv-image.kv-image2 {
    width: 43%;
    margin-left: 8%;
    margin-top: 3%;
  }
  .kv .kv-wrap .kv-image.kv-image2 span.cover {
    width: 100%;
    padding-top: 161%;
    margin: 0 auto;
    top: 0;
  }
  .kv .kv-wrap .kv-image.kv-image3 {
    width: 28%;
    margin-top: -18%;
    margin-right: 2%;
  }
  .kv .kv-wrap .kv-image.kv-image3 span.cover {
    width: 100%;
    padding-top: 161%;
    margin: 0 auto;
    top: 0;
    height: auto;
  }
  .kv .kv-wrap .kv-copy {
    position: relative;
    top: auto;
    width: 35%;
    left: 0;
    margin-top: -37%;
    margin-left: 52vw;
  }
}
/* mv
----------------------------------------------------------------- */
.mv {
  position: relative;
  margin-top: 105px;
  width: 100%;
  height: calc(100vh - 105px);
  background: #e8e8e8;
  padding: 0 25px;
}
.mv .mv-anime {
  position: absolute;
  width: calc(100% - 50px);
  height: 100%;
  left: 25px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mv .mv-anime .size-30 {
  width: 33.333%;
}
.mv .mv-anime .size-50 {
  width: 50%;
}
.mv .mv-anime .size-60 {
  width: 66.666%;
}
.mv .mv-anime .p-t {
  margin-top: 25px;
}
.mv .mv-anime .p-b {
  margin-bottom: 25px;
}
.mv .mv-anime .p-r-half {
  margin-right: 12px;
}
.mv .mv-anime .p-l-half {
  margin-left: 12px;
}
.mv .mv-anime .h-100 {
  height: 100%;
}
.mv .mv-anime .h-100-copy {
  height: calc(100% - 50px);
}
.mv .mv-anime .h-50 {
  width: 100%;
  height: calc(50% - 25px);
}
.mv .mv-anime .h-60 {
  width: 100%;
  height: calc(66.666% - 12px);
}
.mv .mv-anime .h-16 {
  width: 100%;
  height: calc(16.666% - 19px);
}
.mv .mv-anime .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mv .mv-anime .box {
  position: relative;
  overflow: hidden;
}
.mv .mv-anime .box img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv .mv-anime .copy {
  display: block;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mv .mv-anime .copy img {
  max-width: 720px;
  width: 45vw;
  position: relative;
  height: auto;
  display: block;
  left: auto;
  top: auto;
  margin: 0 auto;
}

.mv-sp {
  margin-top: 70px;
  width: 100%;
  height: calc(100vh - 120px);
  padding: 0 15px;
  background: #e8e8e8;
}
.mv-sp .mv-anime-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  top: 0;
}
.mv-sp .mv-anime-sp .box {
  position: relative;
  overflow: hidden;
}
.mv-sp .mv-anime-sp .box img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv-sp .mv-anime-sp .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mv-sp .mv-anime-sp .size-50 {
  width: calc(50% - 7px);
}
.mv-sp .mv-anime-sp .size-100 {
  width: 100%;
}
.mv-sp .mv-anime-sp .h-50 {
  height: calc(50% - 14px);
}
.mv-sp .mv-anime-sp .h-50-s {
  height: calc(50% - 7px);
}
.mv-sp .mv-anime-sp .h-25 {
  height: calc(15% - 7px);
}
.mv-sp .mv-anime-sp .h-70 {
  height: calc(70% - 7px);
}
.mv-sp .mv-anime-sp .h-100-copy {
  height: 100%;
}
.mv-sp .mv-anime-sp .copy {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mv-sp .mv-anime-sp .copy img {
  display: block;
  width: 225px;
  height: auto;
  margin: 0 auto;
  position: relative;
  left: auto;
  top: auto;
  -o-object-fit: fill;
     object-fit: fill;
}
.mv-sp .mv-anime-sp .mb-14 {
  margin-bottom: 14px;
}
.mv-sp .mv-anime-sp.mv-anime-sp1, .mv-sp .mv-anime-sp.mv-anime-sp2, .mv-sp .mv-anime-sp.mv-anime-sp3, .mv-sp .mv-anime-sp.mv-anime-sp4 {
  padding: 10px 0;
  width: calc(100% - 30px);
  left: 15px;
}
.mv-sp .mv-anime-sp.mv-anime-sp5 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 0;
  width: calc(100% - 30px);
  left: 15px;
}

.mv-sp {
  display: none;
}

@media screen and (max-width: 990px) {
  .mv {
    display: none;
  }
  .mv-sp {
    display: block;
  }
}
/* contents
----------------------------------------------------------------- */
.about {
  background: #fff;
  color: #333;
  position: relative;
}
.about .s-ttl {
  top: calc(50% - 39px);
}

.about-over {
  background: #0B0B29;
  color: #fff;
}

.about-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
  min-height: 484px;
}
.about-wrap .about-image {
  width: 48%;
  position: relative;
}
.about-wrap .about-image span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  height: 484px;
}
.about-wrap .about-image img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-wrap .about-txt {
  width: 52%;
  padding: 30px 0 25px 20px;
}
.about-wrap .about-txt h2 {
  max-width: 360px;
  margin-bottom: 30px;
}
.about-wrap .about-txt p {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 2;
  border-left: 5px solid #E9A0C5;
  padding-left: 20px;
}

.about-over {
  margin-top: -484px;
  position: relative;
  z-index: 10;
  display: block;
}

.pickup {
  padding-bottom: 110px;
  position: relative;
}
.pickup:after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 100px);
  height: 420px;
  background: url(../images/bg.png) center top;
  top: 228px;
  right: 0;
  border-radius: 30px 0 0 30px;
}
.pickup .bnr {
  position: relative;
  z-index: 5;
}

.pikup-list-wrap {
  position: relative;
  padding: 110px 0 50px 0;
  margin-left: -5vw;
  margin-right: -5vw;
  z-index: 5;
}
.pikup-list-wrap .pikup-list-bg {
  display: block;
  width: 220px;
  position: absolute;
  bottom: 220px;
  left: calc(50% - 572px);
}
.pikup-list-wrap h3 {
  margin-left: 90px;
  margin-bottom: 54px;
  position: relative;
  z-index: 5;
}
.pikup-list-wrap h3 span, .pikup-list-wrap h3 small {
  display: block;
}
.pikup-list-wrap h3 span {
  max-width: 645px;
}
.pikup-list-wrap h3 small {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
  margin-left: 28px;
}

.pikup-list-slider {
  position: relative;
  z-index: 15;
}

.pikup-list-slide {
  width: 670px;
  padding: 50px;
  position: relative;
  margin: 0 40px 10px 40px;
}
.pikup-list-slide .pikup-list-slide__icon {
  display: none;
}
.pikup-list-slider .slick-track {
  display: flex;
}
.pikup-list-slide.slick-slide {
  height: auto;
  min-height: 550px;
}
.pikup-list-slide:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  border-radius: 8px;
  right: -10px;
  top: 10px;
  z-index: -1;
  background: -webkit-gradient(linear, right top, left top, from(#8F3D89), to(#CAA1C3));
  background: linear-gradient(-90deg, #8F3D89, #CAA1C3);
}
.pikup-list-slide:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.pikup-list-slide h4, .pikup-list-slide p, .pikup-list-slide .pikup-list-slide__info {
  position: relative;
  z-index: 5;
}
.pikup-list-slide h4 {
  color: #aa70a2;
  font-weight: 500;
  font-size: 32px;
}
.pikup-list-slide p {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 25px;
}
.pikup-list-slide p.pikup_comingsoon,
.modal-area__info p.pikup_comingsoon {
  margin-bottom: 0;
  padding: 1px 20px 2px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  background: #9C5295;
  border-radius: 12px;
  display: inline-block;
}
.pikup-list-slide p.pikup_comingsoon {
  position: absolute;
  top: 25px;
  left: 50px;
}
.modal-area__info p.pikup_comingsoon {
  position: absolute;
  top: 15px;
  left: 0;
}
.pikup-list-slide .pikup-list-slide__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pikup-list-slide .pikup-list-slide__info .image {
  width: 200px;
  position: relative;
}
.pikup-list-slide .pikup-list-slide__info .image span {
  position: relative;
}
.pikup-list-slide .pikup-list-slide__info .image span:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #e5d7e5;
  top: 10px;
  right: -10px;
}
.pikup-list-slide .pikup-list-slide__info .image img {
  display: block;
  position: relative;
  z-index: 2;
  box-shadow: 10px 10px 0px 0px rgba(225, 201, 220, 1);
}
.pikup-list-slide .pikup-list-slide__info .txt {
  width: calc(100% - 200px);
  min-height: 400px;
  padding-left: 50px;
  position: relative;
}
.pikup-list-slide .pikup-list-slide__info .txt dl {
  border-top: 1px dashed #ccc;
  font-size: 14px;
  padding: 14px 0;
  line-height: 1.5;
}
.pikup-list-slide .pikup-list-slide__info .txt dl dt {
  font-weight: 500;
}
.pikup-list-slide .pikup-list-slide__info .txt dl dd {
  font-weight: 400;
}
.pikup-list-slide .pikup-list-slide__info .txt dl:last-child {
  border-bottom: 1px dashed #ccc;
}
.pikup-list-slide .pikup-list-slide__info .txt a {
  position: absolute;
  display: block;
  background: #aa70a2;
  border: 1px solid #aa70a2;
  color: #fff;
  font-weight: 500;
  padding: 5px 28px;
  right: 0;
  bottom: 19px;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pikup-list-slide .pikup-list-slide__info .txt a:hover {
  color: #aa70a2;
  background: #fff;
}

.what {
  position: relative;
  padding-bottom: 240px;
}
.what:after {
  content: "";
  display: block;
  position: absolute;
  width: 90%;
  height: 510px;
  background: url(../images/bg.png) center top;
  bottom: 320px;
  left: 0;
  border-radius: 0 30px 30px 0;
}
.what h2 {
  position: relative;
  display: block;
  background: url(../images/what-ttl-bg.jpg) no-repeat center;
  background-size: cover;
  margin-left: -5vw;
  margin-right: -5vw;
  padding: 95px 0;
  margin-bottom: 90px;
}
.what-wrap {
  position: relative;
  z-index: 5;
  max-width: 1060px;
  margin: 0 auto;
}
.what-wrap h3 {
  position: relative;
  color: #4D4D4D;
  font-size: 18px;
  font-weight: 400;
  padding: 4px 0;
  z-index: 5;
}
.what-wrap h3:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#8F3D89), to(#CAA1C3));
  background: linear-gradient(-180deg, #8F3D89, #CAA1C3);
  left: -18px;
  top: 0;
}
.what-wrap .what-image {
  text-align: right;
  position: relative;
  z-index: 5;
}
.what-wrap .what-image img {
  width: 358px;
  display: inline;
}
.what-wrap .what-speech {
  position: absolute;
  display: block;
  z-index: 8;
  color: #4D4D4D;
  max-width: 460px;
  padding: 33px 30px 35px 30px;
}
.what-wrap .what-speech:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  border: 1px solid #4D4D4D;
  border-radius: 8px;
  left: 0;
  top: 0;
  background: #fff;
}
.what-wrap .what-speech:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  border-radius: 8px;
  right: -10px;
  top: 10px;
  z-index: -1;
  background: #f2f2f2;
  background: -webkit-gradient(linear, right top, left top, from(#8F3D89), to(#CAA1C3));
  background: linear-gradient(-90deg, #8F3D89, #CAA1C3);
}
.what-wrap .what-speech h4, .what-wrap .what-speech p {
  position: relative;
  z-index: 5;
}
.what-wrap .what-speech h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 14px;
  display: block;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.what-wrap .what-speech p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  letter-spacing: 0.02em;
}
.what-wrap .what-speech.what-speech1 {
  left: 5%;
  top: 21%;
}
.what-wrap .what-speech.what-speech2 {
  left: -4.5%;
  top: 45%;
}
.what-wrap .what-speech.what-speech3 {
  left: 6%;
  top: 69%;
}

.why {
  padding-bottom: 140px;
  position: relative;
}
.why:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/why-ttl-bg.jpg) no-repeat center;
  background-size: cover;
}
.why h2 {
  position: relative;
  z-index: 5;
  padding: 50px 0 0 0;
  margin-left: -15px;
  margin-bottom: -10px;
  color: #fff;
}
.why h2 span, .why h2 small {
  display: inline-block;
  position: relative;
}
.why h2 small {
  font-size: 14px;
  top: -44px;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
  font-weight: 500;
}

.why_inner {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.why-slider-wrap {
  position: relative;
}

.why-slider {
  position: relative;
  z-index: 5;
  margin-right: -5vw;
}
.why-slider .slick-list {
  padding-bottom: 10px;
}

.why-slide {
  position: relative;
  display: block;
  background: #fff;
  padding: 65px;
  width: 1010px;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-right: 50px;
}
.why-slide:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  border-radius: 8px;
  right: -10px;
  top: 10px;
  z-index: -1;
  background: #f2f2f2;
}

.why-slide-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.why-slide-image {
  width: 480px;
}

.why-slide-txt {
  width: calc(100% - 480px);
  padding-left: 50px;
}
.why-slide-txt .icon {
  width: 64px;
}
.why-slide-txt h3 {
  color: #8a4088;
  display: block;
  position: relative;
  padding: 40px 0 20px 0;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
}
.why-slide-txt p {
  display: block;
  font-size: 14px;
  letter-spacing: 0;
}

.voice {
  position: relative;
  padding-top: 120px;
  padding-bottom: 200px;
  z-index: 5;
  background: #fff;
}
.voice:after {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% - 80px);
  height: calc(100% - 540px);
  right: 0;
  top: 400px;
  z-index: 0;
  background: url(../images/bg.png) center top;
  border-radius: 30px 0 0 30px;
}
.voice h2 {
  position: relative;
  display: block;
  margin-bottom: 40px;
}
.voice h2 span, .voice h2 small {
  display: inline-block;
  color: #4D4D4D;
  position: relative;
}
.voice h2 small {
  margin-left: 10px;
  top: -2px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.voice-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 5;
}

.voice-thumb {
  width: calc(33.333% - 25px);
  position: relative;
  z-index: 5;
}
.voice-thumb:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  border-radius: 8px;
  right: -10px;
  top: 10px;
  z-index: -1;
  background: #f2f2f2;
}
.voice-thumb a {
  display: block;
  position: relative;
  background: #fff;
  padding: 45px 45px 30px 45px;
  border: 1px solid #ccc;
  border-radius: 8px;
  height: 100%;
}
.voice-thumb h3 {
  display: block;
  position: relative;
  line-height: 1.5;
  padding: 20px 0 10px 0;
  letter-spacing: 0;
}
.voice-thumb h3 em, .voice-thumb h3 span {
  display: block;
  font-style: normal;
}
.voice-thumb h3 em {
  font-size: 15px;
  font-weight: normal;
}
.voice-thumb h3 span {
  font-size: 25px;
  font-weight: 500;
}
.voice-thumb .voice-thumb-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.voice-thumb ul {
  color: #8a4088;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 15px;
  margin: 0;
  width: 140px;
}
.voice-thumb ul li {
  display: block;
  margin-right: 10px;
  border: 1px solid #8a4088;
  padding: 0px 8px;
}
.voice-thumb .voice-link {
  color: #8a4088;
  font-size: 11px;
  position: relative;
  width: calc(100% - 140px);
  top: 1px;
  font-weight: 500;
}
.voice-thumb .voice-link:after {
  content: "";
  display: block;
  width: calc(100% - 40px);
  height: 1px;
  background: #8a4088;
  right: 0;
  bottom: 6px;
  position: absolute;
}
.voice-thumb .voice-link:before {
  content: "";
  display: block;
  height: 1px;
  width: 20px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #8a4088;
  right: -2px;
  bottom: 13px;
}

.dummy-point {
  display: block;
  position: absolute;
}

.area {
  position: relative;
  display: block;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
  background: #fff;
}
.area:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100vh - 105px);
  height: 100vh;
  left: 0;
  top: 0;
  background: url(../images/area-bg.jpg) no-repeat center;
  background-size: cover;
}
.area h2 {
  position: relative;
  display: block;
  margin-bottom: 40px;
  z-index: 5;
}
.area h2 span, .area h2 small {
  display: inline-block;
  position: relative;
  color: #4D4D4D;
}
.area h2 small {
  margin-left: 10px;
  top: -2px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.area-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  z-index: 5;
}

.area-thumb {
  width: 33.3333%;
  padding: 0 25px;
  margin-bottom: 50px;
  position: relative;
  z-index: 5;
}
.area-thumb.recruit a:before {
  content: "募集中";
  display: block;
  text-align: center;
  width: 88px;
  background: #761673;
  color: #fff;
  border-radius: 4px;
  line-height: 1.2;
  font-size: 18px;
  position: absolute;
  padding: 0px 0px 2px 0px;
  left: calc(50% - 44px);
  bottom: 22px;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.15em;
}
.area-thumb a {
  display: block;
  position: relative;
  background: #fff;
  padding: 40px 52px 20px 52px;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.area-thumb a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  border-radius: 10px;
  right: -10px;
  top: 10px;
  z-index: -1;
  background: #f2f2f2;
}
.area-thumb h3 {
  display: block;
  text-align: center;
  font-size: 24px;
  padding: 15px 0 8px 0;
  margin-left: -40px;
  margin-right: -40px;
  font-weight: 500;
}
.area-thumb .link {
  color: #8a4088;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0;
  display: block;
  text-align: right;
  position: relative;
}
.area-thumb .link:after, .area-thumb .link:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background: #8a4088;
}
.area-thumb .link:before {
  width: 30px;
  right: -35px;
  bottom: 7px;
}
.area-thumb .link:after {
  width: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: -35px;
  bottom: 10px;
}

.introduction {
  background: #fff;
  padding-top: 90px;
  padding-bottom: 100px;
}
.introduction h2 {
  color: #8a4088;
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 54px;
  letter-spacing: 0.05em;
}

.introduction-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  max-width: 700px;
  margin: 0 auto;
}

.introduction-logo {
  width: 175px;
}

.introduction-txt {
  margin-left: 70px;
}
.introduction-txt p {
  line-height: 1.5;
  margin-bottom: 20px;
}
.introduction-txt p span {
  display: inline-block;
  background: #e6e6e6;
  font-size: 14px;
  margin-right: 8px;
  padding: 0 6px;
}
.introduction-txt p img {
  display: inline-block;
  margin: 0 12px 0 4px;
  vertical-align: middle;
}
.introduction-txt h3 {
  color: #8a4088;
  display: block;
  text-align: left;
  line-height: 1.9;
  font-size: 25px;
  font-weight: normal;
}

.contact {
  background: #f2f2f2;
  padding-top: 65px;
  padding-bottom: 65px;
}
.contact h2 {
  font-weight: normal;
  display: block;
  position: relative;
  line-height: 1.6;
  margin-bottom: 40px;
}
.contact h2 span {
  display: block;
  text-align: center;
}
.contact h2 .title {
  font-size: 20px;
}
.contact h2 .tel {
  color: #8a4088;
  font-size: 42px;
  letter-spacing: 0.03em;
}
.contact h2 .info {
  font-size: 12px;
}

.pc-view {
  display: block;
}

.sp-view {
  display: none;
}

@media screen and (max-width: 990px) {
  .pc-view {
    display: none;
  }
  .sp-view {
    display: block;
  }
  .about {
    padding-top: 0px;
    padding-bottom: 0px;
    background: #fff;
    background: url(../images/about-image_sp.jpg) no-repeat center;
    background-size: cover;
    z-index: 5;
  }
  .about:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #0B0B29;
    opacity: 0.8;
  }
  .about-wrap {
    position: relative;
    width: 90%;
    margin: 0 auto;
    z-index: 5;
    color: #fff;
  }
  .about-wrap .about-image {
    display: none;
  }
  .about-wrap .about-txt {
    width: 100%;
  }
  .about-over {
    display: none;
  }
  .pickup {
    background: #fff;
  }
  .pickup-ttl {
    padding: 35px 0 25px 0;
  }
  .pickup-ttl span {
    width: 250px;
    margin: 0 auto;
    display: block;
  }
  .pickup-ttl small {
    font-size: 16px;
    padding: 20px 0 0 0;
  }
  .pikup-list-wrap {
    padding: 50px 0 40px 0;
  }
  .pikup-list-wrap .pikup-list-bg {
    width: 30%;
    top: 12px;
    left: 3%;
    display: none;
  }
  .pikup-list-wrap h3 {
    margin-bottom: 36px;
    text-align: center;
    margin-left: 0;
  }
  .pikup-list-wrap h3 small {
    margin-left: 0;
  }
  .pikup-list-wrap h3 span {
    font-size: 22px;
    width: 360px;
    margin: 0 auto 12px auto;
  }
  .pikup-list-slide.slick-slide {
    min-height: 540px;
  }
  .pikup-list-slide {
    width: 320px;
    padding: 30px 25px 25px;
    margin-left: 20px;
    margin-right: 0;
  }
  .pikup-list-slide .pikup-list-slide__icon {
    display: block;
    position: absolute;
    z-index: 5;
    width: 20px;
    left: 8px;
    top: 10px;
  }
  .pikup-list-slide p.pikup_comingsoon {
    margin: 0 auto;
    width: 12em;
    font-size: 12px;
    text-align: center;
    display: block;
    top: 12px;
    left: 26%;
  }
  .modal-area__info p.pikup_comingsoon {
    position: relative;
    top: 0;
    left: 0;
  }
  .pikup-list-slide .pikup-list-slide__sp-wrap {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 24px;
  }
  .pikup-list-slide .pikup-list-slide__sp-wrap .image {
    width: 30%;
    position: relative;
    z-index: 3;
  }
  .pikup-list-slide .pikup-list-slide__sp-wrap .image:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #e5d7e5;
    top: 8px;
    right: -8px;
    z-index: -1;
  }
  .pikup-list-slide .pikup-list-slide__sp-wrap p {
    margin-bottom: 0;
    font-size: 15px;
    padding-left: 0px;
    text-align: center;
    width: 100%;
    display: block;
  }
  .pikup-list-slide .pikup-list-slide__info .image {
    width: 38%;
  }
  .pikup-list-slide .pikup-list-slide__info .txt {
    width: 62%;
    min-height: inherit;
    padding-left: 30px;
  }
  .pikup-list-slide .pikup-list-slide__info .txt dl {
    font-size: 12px;
    padding: 12px 0;
  }
  .pikup-list-slide .pikup-list-slide__info .txt dl dd {
    font-weight: 400;
  }
  .pikup-list-slide h4 {
    text-align: center;
    font-size: 30px;
  }
  .what {
    padding-bottom: 50px;
    background: #fff;
  }
  .what:after {
    background: url(../images/bg.png) center top;
    background-size: 646px 191px;
    height: 270px;
    bottom: auto;
    border-radius: 0 10px 10px 0;
    top: 430px;
    width: 90%;
  }
  .what:before {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/bg.png) center top;
    background-size: 646px 191px;
    height: 270px;
    bottom: auto;
    border-radius: 10px 0 0 10px;
    top: 950px;
    width: 95%;
    right: 0;
  }
  .what h2 {
    padding: 60px 20px;
    width: 100vw;
    margin: 0 -20px 0 -20px;
  }
  .what h2 img {
    width: 94%;
    display: block;
    margin: 0 auto;
  }
  .what-wrap {
    padding: 32px 6% 50px 6%;
    padding: 32px 10% 50px 0;
    position: relative;
  }
  .what-wrap:before {
    border-radius: 12px;
  }
  .what-wrap:after {
    border-radius: 12px;
    right: -10px;
    top: 10px;
  }
  .what-wrap h3 {
    position: relative;
    font-size: 16px;
    padding-left: 0px;
    margin-bottom: 25px;
    padding: 0;
  }
  .what-wrap .what-image img {
    width: 100%;
    display: block;
  }
  .what-wrap .what-speech {
    position: relative;
    padding: 30px 60px 30px 30px;
    margin-top: 40px;
    width: calc(100% + 60px);
  }
  .what-wrap .what-speech:before {
    border-radius: 6px;
  }
  .what-wrap .what-speech:after {
    border-radius: 6px;
  }
  .what-wrap .what-speech p br {
    display: none;
  }
  .what-wrap .what-speech.what-speech1 {
    left: 0;
    top: 0;
    margin-left: 20px;
  }
  .what-wrap .what-speech.what-speech2 {
    left: 0;
    top: 0;
    margin-left: -19%;
    padding: 30px 30px 30px 60px;
  }
  .what-wrap .what-speech.what-speech3 {
    left: 0;
    top: 0;
    margin-left: 20px;
  }
  .why {
    padding-bottom: 0px;
  }
  .why:before {
    height: 260px;
    background: url(../images/why-ttl-bg.jpg) no-repeat center top;
    background-size: cover;
  }
  .why h2 {
    padding: 50px 0 25px 20px;
    margin-left: -12px;
  }
  .why h2 span, .why h2 small {
    text-align: center;
    display: block;
  }
  .why h2 span {
    display: block;
    width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
  .why h2 small {
    padding-left: 11px;
    top: -4px;
    font-size: 16px;
    text-align: center;
  }
  .why-slider {
    padding-left: 20px;
  }
  .why-slide {
    width: calc(100% - 20px);
    padding: 20px;
    margin-right: 20px;
  }
  .why-slide-wrap {
    display: block;
    min-height: 600px;
  }
  .why-slide-wrap .icon {
    width: 64px;
    padding: 10px 0 20px 0;
  }
  .why-slide-image {
    width: 100%;
  }
  .why-slide-txt {
    width: 100%;
    padding-left: 0;
  }
  .why-slide-txt h3 {
    padding: 20px 0 15px 0;
  }
  .voice {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0px;
    padding-bottom: 150px;
  }
  .voice::after {
    height: calc(100% - 340px);
    top: 30px;
    background: url(../images/bg.png) center top;
    background-size: 646px 191px;
    height: 250px;
    border-radius: 10px 0 0 10px;
  }
  .voice h2 {
    margin-bottom: 22px;
    text-align: center;
    position: relative;
    z-index: 5;
  }
  .voice h2 span, .voice h2 small {
    display: block;
  }
  .voice h2 span {
    width: 114px;
    margin: 0 auto 12px auto;
  }
  .voice h2 small {
    font-size: 15px;
    margin-left: 18px;
    top: auto;
  }
  .voice .sp-view {
    position: relative;
    z-index: 5;
  }
  .voice-thumb {
    width: 320px;
    margin: 0 10px;
  }
  .voice-thumb a {
    padding: 25px;
  }
  .voice-thumb h3 {
    padding: 18px 0 10px 0;
  }
  .voice-thumb h3 em {
    font-size: 13px;
  }
  .voice-thumb h3 span {
    font-size: 25px;
  }
  .voice-thumb ul {
    font-size: 12px;
  }
  .voice-thumb ul li {
    margin-right: 8px;
  }
  .voice .slick-track {
    padding-bottom: 10px;
  }
  .area h2 {
    padding-left: 0;
    margin-bottom: 25px;
  }
  .area h2 span, .area h2 small {
    display: block;
    width: 100%;
    text-align: center;
  }
  .area h2 span {
    width: 100px;
    margin: 0 auto 15px auto;
  }
  .area h2 small {
    font-size: 15px;
    font-weight: 500;
    margin-left: 0;
  }
  .area-wrap {
    margin-left: -12px;
    margin-right: -12px;
  }
  .area-thumb {
    width: 50%;
    padding: 0 12px;
    margin-bottom: 24px;
  }
  .area-thumb.recruit a:before {
    font-size: 11px;
    width: 50px;
    left: calc(50% - 25px);
    bottom: 14px;
    border-radius: 2px;
    padding: 1px 0 1px 2px;
  }
  .area-thumb a {
    padding: 20px 30px 10px 30px;
    border-radius: 5px;
  }
  .area-thumb a:after {
    border-radius: 5px;
    right: -7px;
    top: 7px;
  }
  .area-thumb h3 {
    font-size: 15px;
    margin-left: -20px;
    margin-right: -20px;
    display: block;
    padding: 6px 0 9px 0;
  }
  .area-thumb .link {
    font-size: 10px;
    letter-spacing: 0;
    margin-right: -2px;
  }
  .area-thumb .link::before {
    width: 16px;
    right: -19px;
    bottom: 5px;
  }
  .area-thumb .link::after {
    right: -21px;
    width: 6px;
    bottom: 7px;
  }
  .introduction {
    padding-top: 45px;
    padding-bottom: 50px;
  }
  .introduction h2 {
    font-size: 22px;
    margin-bottom: 35px;
  }
  .introduction-wrap {
    display: block;
  }
  .introduction-logo {
    width: 115px;
    margin: 0 auto 20px auto;
  }
  .introduction-txt {
    margin-left: 0;
    padding: 16px 0 0 0;
  }
  .introduction-txt p {
    text-align: center;
    margin-bottom: 30px;
  }
  .introduction-txt p img {
    display: block;
    margin: 6px auto 0 auto;
    width: 24px;
  }
  .introduction-txt h3 {
    text-align: center;
    font-size: 18px;
  }
  .contact {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .contact h2 .title {
    font-size: 16px;
  }
  .contact h2 .tel {
    font-size: 32px;
  }
  .contact h2 .info {
    line-height: 1.8;
    padding: 8px 0 0 0;
  }
}
@media screen and (max-width: 400px) {
  .area-thumb.recruit a:before {
    width: 42px;
  }
  .area-thumb .link {
    margin-right: -8px;
  }
  .area-thumb .link:before {
    width: 10px;
    right: -13px;
  }
  .area-thumb .link:after {
    right: -15px;
  }
}
/* fixed bnr
----------------------------------------------------------------- */
.fixed-bnr {
  position: fixed;
  z-index: 100;
  right: 70px;
  bottom: 34px;
  height: 40px;
  display: none;
}
.fixed-bnr a {
  background: #fff;
  border: 1px solid #8a4088;
  color: #8a4088;
  font-weight: 500;
  padding: 12px 24px;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 40px;
}
.fixed-bnr a:hover {
  background: #8a4088;
  color: #fff;
}

.pagetop {
  position: fixed;
  z-index: 100;
  height: 40px;
  right: 20px;
  bottom: 42px;
  cursor: pointer;
  display: none;
}
.pagetop.is-inview {
  display: block;
}
.pagetop span {
  background: #fff;
  border: 1px solid #8a4088;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
}
.pagetop span img {
  display: block;
  margin: 15px auto 0 auto;
  height: 6px;
}

@media screen and (max-width: 990px) {
  .fixed-bnr {
    right: 64px;
    bottom: 12px;
    z-index: 80;
  }
  .pagetop {
    right: 12px;
    bottom: 20px;
    z-index: 80;
  }
}
/* slick
----------------------------------------------------------------- */
.modal-area__slider, .modal-area__thumb {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.modal-area__slider.slick-initialized, .modal-area__thumb.slick-initialized {
  opacity: 1;
}

body .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 45px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 5vw;
}
body .slick-dots li {
  width: 12px;
  height: 12px;
  background: none;
  border-radius: 50%;
  margin: 0 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #999999;
  cursor: pointer;
}
body .slick-dots li button {
  display: none;
}
body .slick-dots li.slick-active {
  background: #999999;
}

body .why .slick-dots li {
  border: 1px solid #fff;
}

body .pickup .slick-dots {
  padding-right: 0;
}

.slick-arrow {
  font-size: 0;
  display: block;
  position: absolute;
  z-index: 5;
  width: 34px;
  height: 34px;
  border-radius: 0 !important;
  border: 0 !important;
  background: none;
  cursor: pointer;
  top: calc(50% - 17px);
}
.slick-arrow.slick-prev {
  background: url(../images/arrow-prev.png) no-repeat center;
  background-size: contain;
  left: 0;
}
.slick-arrow.slick-next {
  background: url(../images/arrow-next.png) no-repeat center;
  background-size: contain;
  right: 0;
}

@media screen and (max-width: 990px) {
  body .slick-dots {
    margin-top: 30px;
  }
  body .why .slick-dots {
    margin-top: 0;
    position: absolute;
    left: -6px;
    top: 100px;
    display: block;
  }
  body .why .slick-dots li {
    margin: 0 0 10px 0;
  }
}
/* modal
----------------------------------------------------------------- */
body .fancybox-bg {
  background: #000;
  opacity: 1;
}

body .fancybox-slide--html {
  padding: 20px;
}

body .fancybox-content {
  padding: 0;
  background: none !important;
  border: 0;
  overflow: visible;
}

body .fancybox-slide--html .fancybox-close-small {
  display: block;
  width: 60px;
  height: 60px;
  background: url(../images/icon-close.png) no-repeat center;
  background-size: contain;
  right: -85px;
  z-index: 10;
}
body .fancybox-slide--html .fancybox-close-small svg {
  display: none;
}

.modal {
  display: none;
}

.modal-wrap {
  position: relative;
  max-width: 1000px;
  display: block;
  width: 1000px;
  margin: 0 auto;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 8px;
}
.modal-wrap:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  border-radius: 8px;
  right: -10px;
  top: 10px;
  z-index: -1;
  background: #f2f2f2;
}

.modal-plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6% 7%;
  width: 100%;
}
.modal-plan h2 {
  width: 200px;
  position: relative;
  font-weight: 500;
}
.modal-plan h2 span, .modal-plan h2 small {
  display: block;
}
.modal-plan h2 span {
  color: #8a4088;
  font-size: 25px;
}
.modal-plan h2 small {
  font-size: 14px;
}
.modal-plan .image {
  padding: 7px 0 0 0;
}

.modal-voice {
  position: relative;
  padding: 2% 20px 7% 20px;
}
.modal-voice .subttl {
  display: block;
  margin-bottom: 15px;
  margin-left: -20px;
}

.modal-voice__inner {
  position: relative;
  display: block;
  max-width: 620px;
  margin: 0 auto;
}
.modal-voice__inner h2 {
  display: block;
  text-align: center;
}
.modal-voice__inner h2 span, .modal-voice__inner h2 small, .modal-voice__inner h2 em {
  display: block;
  font-style: normal;
  font-weight: 500;
}
.modal-voice__inner h2 small {
  font-size: 14px;
}
.modal-voice__inner h2 span {
  font-size: 36px;
}
.modal-voice__inner h2 em {
  font-weight: normal;
  font-size: 14px;
}
.modal-voice__inner .image {
  margin-top: 35px;
}
.modal-voice__inner .copy {
  display: block;
  font-size: 11px;
  margin-top: 22px;
  line-height: 1.5;
}
.modal-voice__inner .copy a {
  text-decoration: underline;
}
.modal-voice__inner h3 {
  margin-top: 60px;
  margin-bottom: 20px;
  font-weight: 500;
}
.modal-voice__inner h3 span {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 1px 8px;
}
.modal-voice__inner p {
  font-size: 14px;
}

.modal-area {
  position: relative;
  padding: 20px 20px 20px 20px;
}

.modal-area__wrap {
  position: relative;
  max-width: 860px;
  margin: 0 auto;
  padding: 4% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-area__info {
  width: 380px;
  padding-right: 50px;
}
.modal-area__info h2 {
  color: #8a4088;
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 500;
}
.modal-area__info dl {
  font-size: 14px;
  border-top: 1px dashed #ccc;
  font-size: 14px;
  padding: 16px 0;
  line-height: 1.5;
}
.modal-area__info dl:last-child {
  border-bottom: 1px dashed #ccc;
}
.modal-area__info dl dt {
  font-weight: 500;
}
.modal-area__info dl dd {
  line-height: 1.6;
  position: relative;
  font-weight: 400;
}
.modal-area__info dl dd span {
  font-weight: 500;
  position: absolute;
  left: 0;
  top: 0;
}
.modal-area__info dl.floor dd {
  padding-left: 48px;
  min-height: 22px;
}
.modal-area__info dl.floor-small dd {
  padding-left: 26px;
  min-height: 22px;
}

.modal-area__image {
  width: calc(100% - 380px);
}
.modal-area__image .bnr {
  margin-top: 30px;
}
.modal-area__image h3.map_only-title { /* GALLERYが無い場合の対応 */
  margin: 0 0 36px;
  color: #8a4088;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  position: relative;
}
.modal-area__image h3.map_only-title::after { /* GALLERYが無い場合の対応 */
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #8a4088;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.modal-area__image-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: 500;
}
.modal-area__image-tab li {
  position: relative;
  cursor: pointer;
  color: #666666;
  margin: 4px 11%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.modal-area__image-tab li:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #8a4088;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}
.modal-area__image-tab li.js-active {
  color: #8a4088;
}
.modal-area__image-tab li.js-active:after {
  opacity: 1;
}

.modal-area__slider-wrap {
  margin-top: 32px;
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.modal-area__slider-wrap.js-inview {
  opacity: 1;
  height: auto;
}

.modal-area__thumb {
  margin-top: 20px;
}
.modal-area__thumb .modal-area__slide {
  margin-right: 5px;
  width: 100px;
  cursor: pointer;
}

.modal-area__map {
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.modal-area__map.js-inview {
  opacity: 1;
  height: auto;
}

@media screen and (max-width: 1210px) {
  body .fancybox-slide--html {
    padding: 90px 20px 20px 20px;
  }
  body .fancybox-slide--html .fancybox-close-small {
    right: 0;
    top: -70px;
  }
}
@media screen and (max-width: 1060px) {
  body .fancybox-slide {
    min-height: 100vh;
  }
  body .fancybox-slide--html {
    padding: 70px 20px 145px 20px;
  }
  body .fancybox-slide--html .fancybox-close-small {
    right: 0;
    top: -50px;
    width: 40px;
    height: 40px;
  }
  .modal-wrap {
    width: 100%;
  }
  .modal-plan {
    display: block;
    padding: 6% 20px 10% 20px;
  }
  .modal-plan h2 {
    width: 100%;
    margin-bottom: 35px;
  }
  .modal-voice {
    padding: 10% 20px 10% 20px;
  }
  .modal-voice .subttl {
    margin-bottom: 30px;
  }
  .modal-voice__inner h2 span {
    font-size: 30px;
  }
  .modal-voice__inner .copy {
    font-size: 13px;
  }
  .modal-voice__inner .image {
    margin-top: 25px;
  }
  .modal-voice__inner h3 {
    font-size: 16px;
  }
  .modal-voice__inner h3 span:first-child {
    margin-bottom: 6px;
  }
  .modal-area__wrap {
    display: block;
    padding: 0 0 0 0;
  }
  .modal-area__info {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .modal-area__info h2 {
    margin-bottom: 14px;
  }
  .modal-area__image {
    width: 100%;
  }
  .modal-area__image .bnr {
    margin-bottom: 20px;
  }
  .modal-area__image h3.map_only-title { /* GALLERYが無い場合の対応 */
    margin: 0 0 26px;
    font-size: 16px;
  }
  .modal-area__image-tab {
    font-size: 16px;
  }
  .modal-area__image-tab li:after {
    bottom: -2px;
  }
  .modal-area__slider-wrap {
    margin-top: 22px;
  }
  .modal-area__thumb {
    margin-top: 10px;
  }
  .modal-area__thumb .modal-area__slide {
    width: 62px;
  }
}
/* animation
----------------------------------------------------------------- */
.kv-wrap span.cover .anime {
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  will-change: transform;
}
.kv-wrap.kv-anime1 span.cover .anime1 {
  z-index: 2;
}
.kv-wrap.kv-anime1 span.cover .anime2 {
  z-index: 1;
}
.kv-wrap.kv-anime1 span.cover .anime3 {
  z-index: 3;
}
.kv-wrap.kv-anime2 span.cover .anime1 {
  z-index: 1;
}
.kv-wrap.kv-anime2 span.cover .anime2 {
  z-index: 3;
}
.kv-wrap.kv-anime2 span.cover .anime3 {
  z-index: 2;
}
.kv-wrap.kv-anime3 span.cover .anime1 {
  z-index: 3;
}
.kv-wrap.kv-anime3 span.cover .anime2 {
  z-index: 2;
}
.kv-wrap.kv-anime3 span.cover .anime3 {
  z-index: 1;
}

.fadeInUp {
  opacity: 0;
  -webkit-transition: 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transform: translate(0, 10%);
          transform: translate(0, 10%);
}
.fadeInUp.js-inview {
  opacity: 1;
  -webkit-transform: translate(0, 0%);
          transform: translate(0, 0%);
}

.about-over {
  -webkit-transition: 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.about-over.js-inview {
  -webkit-clip-path: polygon(40% 0, 40% 0, 40% 100%, 40% 100%);
          clip-path: polygon(40% 0, 40% 0, 40% 100%, 40% 100%);
}

.about-base:before {
  -webkit-transition: 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  opacity: 0;
}

.about-base.js-inview:before {
  opacity: 0.8;
}

.dummy-point {
  height: 100%;
}

.area:before {
  -webkit-transition: 0.9s -webkit-filter;
  transition: 0.9s -webkit-filter;
  transition: 0.9s filter;
  transition: 0.9s filter, 0.9s -webkit-filter;
}
.area.is-fixed:before {
  position: fixed;
}
.area.is-inview:before {
  -webkit-filter: blur(0.6rem);
          filter: blur(0.6rem);
}

.area-wrap {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.why:before {
  -webkit-transition: 0.7s -webkit-filter;
  transition: 0.7s -webkit-filter;
  transition: 0.7s filter;
  transition: 0.7s filter, 0.7s -webkit-filter;
}
.why.is-inview:before {
  -webkit-filter: blur(0.6rem);
          filter: blur(0.6rem);
}
.why h2 {
  -webkit-transition: 0.4s top cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.4s top cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  top: 150px;
}
.why h2 small {
  opacity: 0;
  -webkit-transition: 0.4s opacity cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.4s opacity cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.why.is-inview h2 {
  top: 0;
}
.why.is-inview h2 small {
  opacity: 1;
}
.why .why-slider {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.scroll-header {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(0, 0%);
          transform: translate(0, 0%);
}
.scroll-header.js-inview {
  -webkit-transform: translate(0, -110%);
          transform: translate(0, -110%);
}

.sp-inview .pagetop.is-hide span {
  display: none;
}
.sp-inview .fixed-bnr.is-hide a {
  display: none;
}

@media screen and (max-width: 990px) {
  .why h2 {
    top: 52px;
  }
  .why.is-inview h2 {
    top: 0;
  }
  .area:before {
    background: url(../images/area-bg_sp.jpg) no-repeat center;
    background-size: cover;
    height: calc(100vh - 70px);
  }
  .area .dummy-point {
    top: -70px;
  }
  .area.is-fixed:before {
    top: 70px;
  }
}
/*
scroll-slider
---------------------------------------------*/
.why-scroll-slider_wrap {
  position: relative;
  width: 100%;
  height: 495px;
  z-index: 15;
  background: none !important;
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transform: translate(0, 10%);
          transform: translate(0, 10%);
}

.is-inview .why-scroll-slider_wrap {
  opacity: 1;
  -webkit-transform: translate(0, 0%);
          transform: translate(0, 0%);
}

.why-scroll-slider {
  position: absolute;
  top: 0px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15%;
}

.why.why-pc {
  display: block;
}

.why.why-sp {
  display: none;
}

.why.why-sp {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.why.why-sp:before {
  display: none;
}
.why.why-sp:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  background: url(../images/bg.png) center top;
  z-index: -1;
  display: none;
}

.why .why-sp_inner {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.why .why-sp_inner:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 110%;
  left: 0;
  top: 0;
  background: url(../images/why-ttl-bg_sp.jpg) no-repeat center top;
  background-size: cover;
  -webkit-transition: 0.7s -webkit-filter;
  transition: 0.7s -webkit-filter;
  transition: 0.7s filter;
  transition: 0.7s filter, 0.7s -webkit-filter;
  z-index: 0;
}
.why .why-sp_inner .why-slider {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translate(0, 40px);
          transform: translate(0, 40px);
  height: 600px;
}
.why .why-sp_inner .why-slider .why-slide {
  position: absolute;
  left: 20px;
  top: 0;
  width: calc(100% - 40px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.why.is-inview .why-sp_inner:before {
  -webkit-filter: blur(0.6rem);
          filter: blur(0.6rem);
}
.why.is-inview .why-sp_inner .why-slider {
  opacity: 1;
  -webkit-transform: translate(0, 0px);
          transform: translate(0, 0px);
}

.why-slide1 {
  opacity: 1;
}

.why-slide2 {
  opacity: 0;
}
.why-slide2:after {
  display: none;
}

.why-slide3 {
  opacity: 0;
}
.why-slide3:after {
  display: none;
}

.why-slide4 {
  opacity: 0;
}
.why-slide4:after {
  display: none;
}

.why-slide5 {
  opacity: 0;
}
.why-slide5:after {
  display: none;
}

.why-slider .slick-dots li:nth-child(1) {
  background: #fff;
}

.is-inview-02 .why-slide2 {
  opacity: 1;
}
.is-inview-02 .slick-dots li:nth-child(1) {
  background: none;
}
.is-inview-02 .slick-dots li:nth-child(2) {
  background: #fff;
}

.is-inview-03 .why-slide3 {
  opacity: 1;
}
.is-inview-03 .slick-dots li:nth-child(2) {
  background: none;
}
.is-inview-03 .slick-dots li:nth-child(3) {
  background: #fff;
}

.is-inview-04 .why-slide4 {
  opacity: 1;
}
.is-inview-04 .slick-dots li:nth-child(3) {
  background: none;
}
.is-inview-04 .slick-dots li:nth-child(4) {
  background: #fff;
}

.is-inview-05 .why-slide5 {
  opacity: 1;
}
.is-inview-05 .slick-dots li:nth-child(4) {
  background: none;
}
.is-inview-05 .slick-dots li:nth-child(5) {
  background: #fff;
}

@media screen and (max-width: 990px) {
  .why.why-pc {
    display: none;
  }
  .why.why-sp {
    display: block;
    background: none;
  }
}
/*
why-sp
---------------------------------------------*/
.why-sp {
  height: 3100px;
}
.why-sp .why-sp_inner {
  height: 830px;
}

/*
modal-policy
---------------------------------------------*/
.modal-policy {
  max-width: 980px;
  margin: 0 auto;
  display: none;
}

.modal-policy__inner {
  background: #fff;
  max-width: 980px;
  max-height: 86vh;
  margin: 0 auto;
  border-radius: 15px;
  padding: 40px 6%;
  overflow-y: auto;
}
.modal-policy__inner h2 {
  display: block;
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}
.modal-policy__inner p, .modal-policy__inner dl {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.8;
}
.modal-policy__inner p.text-right {
  display: block;
  text-align: right;
}

body .fancybox-slide--html .modal-policy .fancybox-close-small {
  display: none;
}

.modal-policy__close {
  display: block;
  width: 25px;
  height: 25px;
  border: 0 !important;
  background: url(../images/icon-small-close.svg) no-repeat center;
  background-size: contain;
  cursor: pointer;
  margin-bottom: 8px;
  margin-left: auto;
}

@media screen and (max-width: 990px) {
  .modal-policy.fancybox-content {
    margin-top: -40px;
  }
  .modal-policy__inner {
    border-radius: 8px;
    max-height: 80vh;
  }
}
@media screen and (max-height: 700px) {
  .why h2 span {
    width: 330px;
  }
  .why-scroll-slider_wrap .why-slide {
    padding: 30px;
    width: 900px;
  }
  .why-scroll-slider_wrap .why-slide-image {
    width: 380px;
  }
  .why-scroll-slider_wrap .why-slide-txt {
    width: calc(100% - 380px);
    padding-left: 40px;
  }
  .why-scroll-slider_wrap .why-slide-txt .icon {
    width: 54px;
  }
  .why-scroll-slider_wrap .why-slide-txt h3 {
    padding: 20px 0;
  }
}