@charset "UTF-8";
/* pink */
/* purple */
/* line 9, ../../sass/top/style.scss */
.top {
  /* ==========================================================================
	   header-mv
	 ========================================================================== */
  /* ==========================================================================
   header
   ========================================================================== */
  /* ==========================================================================
    contents
    ========================================================================== */
}
/* line 14, ../../sass/top/style.scss */
.top .header-mv {
  position: relative;
  text-align: center;
  top: -100px;
  margin: 0 auto;
  z-index: -1;
}
/* line 21, ../../sass/top/style.scss */
.top .header-mv .top-mv {
  position: relative;
  background-size: cover;
  height: 720px;
  padding: 80px 0 0;
  overflow: hidden;
  text-align: center;
  z-index: -2;
}
/* line 31, ../../sass/top/style.scss */
.top .header-mv .top-mv:after, .top .header-mv .top-mv:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transition: all 1s cubic-bezier(0, 0.24, 0.23, 0.96);
}
/* line 42, ../../sass/top/style.scss */
.top .header-mv .top-mv:before {
  background: #554666;
  transition-delay: 0.2s;
  z-index: 1;
}
/* line 48, ../../sass/top/style.scss */
.top .header-mv .top-mv:after {
  background: #eee;
  z-index: 2;
}
/* line 53, ../../sass/top/style.scss */
.top .header-mv .top-mv .img-catch {
  position: relative;
  margin: 120px auto 0;
  max-width: 330px;
  width: 47.5vw;
  transform: scale(1.2);
  transition: all 0.5s cubic-bezier(0, 0.86, 0.74, 1.05);
  transition-delay: 0.5s;
  opacity: 0;
  z-index: 1;
}
/* line 65, ../../sass/top/style.scss */
.top .header-mv .top-mv .dot {
  position: absolute;
  background: url("/staff-recruit/common/img/top/dot.png");
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  z-index: 0;
}
/* line 78, ../../sass/top/style.scss */
.top .header-mv .top-mv #mv-video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
}
/* line 93, ../../sass/top/style.scss */
.top .header-mv .top-mv .cd-hero {
  display: none;
}
/* line 99, ../../sass/top/style.scss */
.top .header-mv .top-mv-move:after, .top .header-mv .top-mv-move:before {
  transform: translate3d(100%, 0, 0);
}
/* line 104, ../../sass/top/style.scss */
.top .header-mv .top-mv-move .img-catch {
  transform: scale(1);
  opacity: 1;
}
/* line 113, ../../sass/top/style.scss */
.top .header {
  max-width: 1024px;
  margin: 0 auto;
  opacity: 0;
  z-index: 3;
  transform: translateY(-100%);
}
/* line 120, ../../sass/top/style.scss */
.top .header.header-act {
  transition: all 0.5s cubic-bezier(0, 0.83, 0.26, 0.98);
}
/* line 124, ../../sass/top/style.scss */
.top .header.header-move {
  opacity: 1;
  transform: translateY(0);
}
/* line 131, ../../sass/top/style.scss */
.top .header h1 img.index-logo {
  display: block;
}
/* line 135, ../../sass/top/style.scss */
.top .header h1 img.inner-logo {
  display: none;
}
/* line 161, ../../sass/top/style.scss */
.top .header.fixed {
  border-bottom: 1px solid #e7e7e7;
  max-width: 100%;
  width: 100%;
}
/* line 167, ../../sass/top/style.scss */
.top .header.fixed h1 img.index-logo {
  display: none;
}
/* line 171, ../../sass/top/style.scss */
.top .header.fixed h1 img.inner-logo {
  display: block;
}
/* line 179, ../../sass/top/style.scss */
.top .header.fixed .link-block ul.func li a {
  color: #eb88aa;
}
/* line 184, ../../sass/top/style.scss */
.top .header.fixed .link-block ul.func li.inquiry a {
  color: #fff;
}
/* line 193, ../../sass/top/style.scss */
.top .header.fixed .link-block ul.nav li a {
  color: #717174;
}
/* line 204, ../../sass/top/style.scss */
.top .contents {
  z-index: 2;
  /* ↓↓↓↓ cont-block 共通 ↓↓↓↓ */
  /* ↑↑↑↑ cont-block 共通 ↑↑↑↑ */
}
/* line 210, ../../sass/top/style.scss */
.top .contents .catch-block {
  position: relative;
  top: -110px;
  padding-top: 30px;
  overflow-y: hidden;
}
/* line 216, ../../sass/top/style.scss */
.top .contents .catch-block .top-box {
  margin: 0 auto;
  background: #fff;
  height: 160px;
  width: 78.125%;
  padding: 50px 50px 0;
  color: #554666;
  text-align: center;
  box-sizing: border-box;
  transform: translateY(120%);
  transition: all 0.5s cubic-bezier(0, 0.83, 0.26, 0.98);
}
/* line 228, ../../sass/top/style.scss */
.top .contents .catch-block .top-box.top-box-move {
  transform: translateY(0);
}
/* line 233, ../../sass/top/style.scss */
.top .contents .catch-block .top-box .top-box-bar {
  position: absolute;
  top: -30px;
  left: 50%;
  content: "";
  width: 2px;
  height: 60px;
  background: #eb88aa;
  overflow: hidden;
}
/* line 243, ../../sass/top/style.scss */
.top .contents .catch-block .top-box .top-box-bar:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 60px;
  background: #554666;
  animation: top-box-move 2s;
  animation-timing-function: cubic-bezier(0.13, 0.54, 0.47, 0.86);
  animation-iteration-count: infinite;
}
/* line 257, ../../sass/top/style.scss */
.top .contents .catch-block .top-box p {
  line-height: 1;
}
/* line 261, ../../sass/top/style.scss */
.top .contents .catch-block .top-box .left {
  float: left;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 1024px) {
  /* line 261, ../../sass/top/style.scss */
  .top .contents .catch-block .top-box .left {
    font-size: 1.46484vw;
  }
}
/* line 270, ../../sass/top/style.scss */
.top .contents .catch-block .top-box .left span {
  display: block;
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 31px;
  font-size: 3.1rem;
}
@media screen and (max-width: 1024px) {
  /* line 270, ../../sass/top/style.scss */
  .top .contents .catch-block .top-box .left span {
    font-size: 3.02734vw;
  }
}
/* line 282, ../../sass/top/style.scss */
.top .contents .catch-block .top-box .right {
  margin-top: -5px;
  float: right;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 64px;
  font-size: 6.4rem;
}
@media screen and (max-width: 1024px) {
  /* line 282, ../../sass/top/style.scss */
  .top .contents .catch-block .top-box .right {
    font-size: 6.25vw;
  }
}
/* line 294, ../../sass/top/style.scss */
.top .contents .catch-block .top-box img.bar {
  position: absolute;
  top: -30px;
}
/* line 301, ../../sass/top/style.scss */
.top .contents .cont-block-outline {
  margin-top: auto;
}
/* line 306, ../../sass/top/style.scss */
.top .contents .cont-block {
  margin-top: 100px;
}
/* line 310, ../../sass/top/style.scss */
.top .contents .tl-block {
  margin-bottom: 30px;
}
/* line 313, ../../sass/top/style.scss */
.top .contents .tl-block h2 {
  border-left: 2px solid #554666;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 120px;
  font-size: 12rem;
  line-height: 0.8;
  color: #fff;
  font-feature-settings: "palt" 1;
}
/* line 323, ../../sass/top/style.scss */
.top .contents .tl-block p {
  margin: -32px 0 0 10px;
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: bold;
  color: #554666;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
/* line 334, ../../sass/top/style.scss */
.top .contents .tl-block-inner {
  width: 512px;
}
/* line 338, ../../sass/top/style.scss */
.top .contents .txt-large {
  font-size: 18px;
  font-size: 1.8rem;
}
/* line 342, ../../sass/top/style.scss */
.top .contents .txt-large.block-move:after, .top .contents .txt-large.block-move:before {
  transition: all 1s cubic-bezier(0, 0.48, 0.24, 0.96);
}
/* line 347, ../../sass/top/style.scss */
.top .contents .txt-large.block-move:after {
  transition-delay: 0.2s;
}
/* line 353, ../../sass/top/style.scss */
.top .contents .img-block {
  position: relative;
}
/* line 357, ../../sass/top/style.scss */
.top .contents .img-block a.off {
  pointer-events: none;
}
/* line 359, ../../sass/top/style.scss */
.top .contents .img-block a.off::after {
  content: attr(data-msg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.5);
}
/* line 379, ../../sass/top/style.scss */
.top .contents .img-block a:hover .btn-block .btn {
  background: #eb88aa url(/staff-recruit/common/img/top/btn-arrow-hover.png) center right 1em no-repeat;
  background-size: 22px 14px;
}
/* line 387, ../../sass/top/style.scss */
.top .contents .img-block .link-box {
  width: 25.09766%;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  background: #fff;
  box-sizing: border-box;
}
/* line 398, ../../sass/top/style.scss */
.top .contents .img-block .link-box.half {
  height: 50%;
}
/* line 402, ../../sass/top/style.scss */
.top .contents .img-block .link-box dl {
  padding: 35px 30px 0;
}
@media only screen and (max-width: 1024px) {
  /* line 402, ../../sass/top/style.scss */
  .top .contents .img-block .link-box dl {
    padding: 20px 20px 0;
  }
}
/* line 408, ../../sass/top/style.scss */
.top .contents .img-block .link-box dl dt {
  margin-bottom: 25px;
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 1;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  /* line 408, ../../sass/top/style.scss */
  .top .contents .img-block .link-box dl dt {
    font-size: 2.63672vw;
    margin-bottom: 15px;
  }
}
/* line 418, ../../sass/top/style.scss */
.top .contents .img-block .link-box dl dt span {
  margin-bottom: 10px;
  color: #eb88aa;
  display: block;
  font-size: 48.14815%;
}
@media only screen and (max-width: 1024px) {
  /* line 426, ../../sass/top/style.scss */
  .top .contents .img-block .link-box dl dd {
    font-size: 1.36719vw;
  }
}
/* line 434, ../../sass/top/style.scss */
.top .contents .img-block .btn-block {
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
}
/* line 438, ../../sass/top/style.scss */
.top .contents .img-block .btn-block .btn {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  width: 50.19531%;
  padding: 15px 0;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background: #554666 url(/staff-recruit/common/img/top/btn-arrow.png) center right 1.5em no-repeat;
  background-size: 22px 14px;
  text-decoration: none;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
/* line 458, ../../sass/top/style.scss */
.top .contents .img-block.block-move:after, .top .contents .img-block.block-move:before {
  transition: all 1s cubic-bezier(0, 0.48, 0.24, 0.96);
}
/* line 463, ../../sass/top/style.scss */
.top .contents .img-block.block-move:after {
  transition-delay: 0.2s;
}
/* line 470, ../../sass/top/style.scss */
.top .contents .block-move-img img {
  transform: scale(1.2);
  opacity: 0;
  transition: all 0.3s ease-out;
}
/* line 477, ../../sass/top/style.scss */
.top .contents .block-move-img.block-move-img-fx img {
  transform: scale(1);
  opacity: 1;
}
/* line 485, ../../sass/top/style.scss */
.top .contents .cont01 .block {
  float: left;
  width: 50%;
}
/* line 489, ../../sass/top/style.scss */
.top .contents .cont01 .block .txt {
  padding: 0 10px;
}
/* line 493, ../../sass/top/style.scss */
.top .contents .cont01 .block.right {
  float: right;
  margin: 0 auto;
  text-align: center;
}
/* line 500, ../../sass/top/style.scss */
.top .contents .cont01 .middle-block {
  margin-top: 50px;
}
/* line 503, ../../sass/top/style.scss */
.top .contents .cont01 .middle-block .info-tl {
  display: none;
}
/* line 507, ../../sass/top/style.scss */
.top .contents .cont01 .middle-block dl {
  width: 95.70313%;
  margin: 0 auto;
}
/* line 511, ../../sass/top/style.scss */
.top .contents .cont01 .middle-block dl dt {
  float: left;
  width: 15.30612%;
  text-align: left;
}
/* line 517, ../../sass/top/style.scss */
.top .contents .cont01 .middle-block dl dd {
  margin-top: 30px;
  float: right;
  width: 84.69388%;
}
/* line 525, ../../sass/top/style.scss */
.top .contents .cont01 .middle-block.block-move:after, .top .contents .cont01 .middle-block.block-move:before {
  transition: all 1s cubic-bezier(0, 0.48, 0.24, 0.96);
}
/* line 530, ../../sass/top/style.scss */
.top .contents .cont01 .middle-block.block-move:after {
  transition-delay: 0.2s;
}
/* line 536, ../../sass/top/style.scss */
.top .contents .cont01 .img-block {
  margin-top: 80px;
}
/* line 539, ../../sass/top/style.scss */
.top .contents .cont01 .img-block .link-box {
  width: 50%;
  right: 0;
  bottom: 0;
}
/* line 550, ../../sass/top/style.scss */
.top .contents .cont01 .img-block.img-block-type01 {
  display: table;
  width: 100%;
}
/* line 554, ../../sass/top/style.scss */
.top .contents .cont01 .img-block.img-block-type01 .pc {
  float: right;
  display: block;
}
/* line 559, ../../sass/top/style.scss */
.top .contents .cont01 .img-block.img-block-type01 .link-box {
  left: 0;
  display: table-cell;
  height: 100%;
}
/* line 566, ../../sass/top/style.scss */
.top .contents .cont01 .img-block.img-block-type01.reverse .pc {
  float: left;
}
/* line 569, ../../sass/top/style.scss */
.top .contents .cont01 .img-block.img-block-type01.reverse .link-box {
  left: auto;
}
/* line 579, ../../sass/top/style.scss */
.top .contents .cont02 .img-block {
  margin-top: 60px;
}
/* line 582, ../../sass/top/style.scss */
.top .contents .cont02 .img-block.first-child {
  margin-top: 30px;
}
/* line 586, ../../sass/top/style.scss */
.top .contents .cont02 .img-block .link-box {
  right: 0;
  bottom: 0;
}
/* line 594, ../../sass/top/style.scss */
.top .contents .cont02 .img-block .btn-block .btn {
  width: 100%;
}
/* line 603, ../../sass/top/style.scss */
.top .contents .cont03 .img-block-set {
  margin-top: 30px;
}
/* line 607, ../../sass/top/style.scss */
.top .contents .cont03 .img-block {
  width: 50%;
  float: left;
}
/* line 613, ../../sass/top/style.scss */
.top .contents .cont03 .img-block .btn-block .btn {
  width: 50%;
}
/* line 622, ../../sass/top/style.scss */
.top .contents .cont04 .left-block {
  float: left;
  width: 50%;
}
/* line 627, ../../sass/top/style.scss */
.top .contents .cont04 .img-block {
  width: 50%;
  float: left;
}
/* line 633, ../../sass/top/style.scss */
.top .contents .cont04 .img-block .btn-block .btn {
  width: 50%;
}
/* line 641, ../../sass/top/style.scss */
.top .contents .block-move {
  position: relative;
  overflow: hidden;
}
/* line 645, ../../sass/top/style.scss */
.top .contents .block-move:after, .top .contents .block-move:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #eee;
  z-index: 2;
  transition: all 1s cubic-bezier(0, 0.48, 0.24, 0.96);
}
/* line 658, ../../sass/top/style.scss */
.top .contents .block-move:after {
  background: #554666;
  z-index: 1;
  transition-delay: 0.2s;
}
/* line 666, ../../sass/top/style.scss */
.top .contents .block-move-fx:after, .top .contents .block-move-fx:before {
  transform: translateX(100%);
}
@keyframes top-box-move {
  0% {
    transform: translateY(-60px);
  }
  100% {
    transform: translateY(60px);
  }
}
@media screen and (max-width: 768px) {
  /* line 9, ../../sass/top/style.scss */
  .top {
    /* ==========================================================================
    header
    ========================================================================== */
    /* ==========================================================================
	    contents
	    ========================================================================== */
    /* ==========================================================================
       .sp-modal
     ========================================================================== */
  }
  /* line 683, ../../sass/top/style.scss */
  .top .header-mv .top-mv {
    height: 640px;
    width: 100%;
  }
  /* line 687, ../../sass/top/style.scss */
  .top .header-mv .top-mv .img-catch {
    margin: 100px auto 0;
  }
  /* line 692, ../../sass/top/style.scss */
  .top .header-mv .top-mv #mv-video {
    display: none;
  }
  /* line 696, ../../sass/top/style.scss */
  .top .header-mv .top-mv .cd-hero {
    display: block !important;
    z-index: -1 !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
  }
  /* line 716, ../../sass/top/style.scss */
  .top .header {
    border-bottom: none;
    max-width: initial;
    width: 100%;
    margin: 0 auto;
    z-index: 3;
  }
  /* line 730, ../../sass/top/style.scss */
  .top .header .link-block,
  .top .header.fixed .link-block {
    display: none;
  }
  /* line 737, ../../sass/top/style.scss */
  .top .contents {
    /* ↓↓↓↓ cont-block 共通 ↓↓↓↓ */
    /* ↑↑↑↑ cont-block 共通 ↑↑↑↑ */
  }
  /* line 741, ../../sass/top/style.scss */
  .top .contents .tl-block-inner {
    width: 100%;
  }
  /* line 745, ../../sass/top/style.scss */
  .top .contents .catch-block {
    top: -80px;
  }
  /* line 748, ../../sass/top/style.scss */
  .top .contents .catch-block .top-box {
    height: auto;
    width: 90%;
    padding: 40px 0 30px;
    text-align: center;
  }
  /* line 756, ../../sass/top/style.scss */
  .top .contents .catch-block .top-box .left {
    float: none;
    font-size: 3.125vw;
    font-weight: bold;
  }
  /* line 761, ../../sass/top/style.scss */
  .top .contents .catch-block .top-box .left span {
    margin-bottom: 5px;
    font-size: 31px;
    font-size: 3.1rem;
    font-size: 5.625vw;
    font-weight: bold;
  }
  /* line 769, ../../sass/top/style.scss */
  .top .contents .catch-block .top-box .right {
    margin-top: 5px;
    float: none;
    font-size: 11.71875vw;
  }
  /* line 775, ../../sass/top/style.scss */
  .top .contents .catch-block .top-box img.bar {
    position: absolute;
    top: -35px;
  }
  /* line 786, ../../sass/top/style.scss */
  .top .contents .cont-block {
    margin-top: 60px;
  }
  /* line 790, ../../sass/top/style.scss */
  .top .contents .tl-block {
    margin-bottom: 20px;
  }
  /* line 793, ../../sass/top/style.scss */
  .top .contents .tl-block h2 {
    font-size: 17.1875vw;
  }
  /* line 797, ../../sass/top/style.scss */
  .top .contents .tl-block p {
    margin: -20px 0 0 10px;
    font-size: 4.375vw;
    line-height: 1.4;
  }
  /* line 808, ../../sass/top/style.scss */
  .top .contents .txt-large {
    font-size: 3.75vw;
    font-weight: bold;
  }
  /* line 815, ../../sass/top/style.scss */
  .top .contents .img-block .link-box {
    width: 100%;
    position: static;
    height: 100%;
    padding-bottom: 30px;
  }
  /* line 821, ../../sass/top/style.scss */
  .top .contents .img-block .link-box.half {
    height: 100%;
  }
  /* line 825, ../../sass/top/style.scss */
  .top .contents .img-block .link-box dl {
    padding: 20px;
  }
  /* line 828, ../../sass/top/style.scss */
  .top .contents .img-block .link-box dl dt {
    margin-bottom: 15px;
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 1;
    font-weight: bold;
  }
  /* line 834, ../../sass/top/style.scss */
  .top .contents .img-block .link-box dl dt span {
    margin-bottom: 10px;
    color: #eb88aa;
    display: block;
    font-size: 48.14815%;
  }
  /* line 842, ../../sass/top/style.scss */
  .top .contents .img-block .link-box dl dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 848, ../../sass/top/style.scss */
  .top .contents .img-block .btn-block {
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 852, ../../sass/top/style.scss */
  .top .contents .img-block .btn-block .btn {
    position: static;
    width: 60%;
    padding: 15px 0;
  }
  /* line 861, ../../sass/top/style.scss */
  .top .contents .img-block.img-block-type01 .pc {
    width: 100%;
  }
  /* line 869, ../../sass/top/style.scss */
  .top .contents .cont01 .block {
    float: none;
    width: 100%;
  }
  /* line 873, ../../sass/top/style.scss */
  .top .contents .cont01 .block .txt {
    padding: 0 10px;
  }
  /* line 877, ../../sass/top/style.scss */
  .top .contents .cont01 .block.right {
    margin-top: 20px;
    float: none;
  }
  /* line 881, ../../sass/top/style.scss */
  .top .contents .cont01 .block.right img {
    width: 86%;
  }
  /* line 887, ../../sass/top/style.scss */
  .top .contents .cont01 .middle-block {
    margin-top: 40px;
  }
  /* line 890, ../../sass/top/style.scss */
  .top .contents .cont01 .middle-block .info-tl {
    display: block;
    position: relative;
    margin-bottom: 0;
    padding: 14px 6.07143%;
    border: 4px solid #554666;
    background: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.6;
    color: #554666;
    text-align: center;
  }
  /* line 903, ../../sass/top/style.scss */
  .top .contents .cont01 .middle-block .info-tl:before {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 26px;
    height: 26px;
    margin-top: -13px;
    border: 2px solid #554666;
    content: "";
  }
  /* line 914, ../../sass/top/style.scss */
  .top .contents .cont01 .middle-block .info-tl .sp-plus {
    position: absolute;
    top: 50%;
    right: 23px;
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
  }
  /* line 922, ../../sass/top/style.scss */
  .top .contents .cont01 .middle-block .info-tl .sp-plus:after, .top .contents .cont01 .middle-block .info-tl .sp-plus:before {
    position: absolute;
    content: "";
    background: #554666;
  }
  /* line 929, ../../sass/top/style.scss */
  .top .contents .cont01 .middle-block .info-tl .sp-plus:before {
    top: 5px;
    left: 0;
    width: 100%;
    height: 2px;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
  }
  /* line 937, ../../sass/top/style.scss */
  .top .contents .cont01 .middle-block .info-tl .sp-plus:after {
    top: 0;
    left: 5px;
    width: 2px;
    height: 100%;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  /* line 948, ../../sass/top/style.scss */
  .top .contents .cont01 .middle-block .info-tl.active .sp-plus:before {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  /* line 952, ../../sass/top/style.scss */
  .top .contents .cont01 .middle-block .info-tl.active .sp-plus:after {
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  /* line 959, ../../sass/top/style.scss */
  .top .contents .cont01 .middle-block .acc-sp {
    display: none;
  }
  /* line 963, ../../sass/top/style.scss */
  .top .contents .cont01 .middle-block dl {
    width: 100%;
    margin: 0 auto;
    border: 4px solid #554666;
    border-top: none;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
  }
  /* line 972, ../../sass/top/style.scss */
  .top .contents .cont01 .middle-block dl dt {
    float: none;
    width: 100%;
    text-align: center;
  }
  /* line 977, ../../sass/top/style.scss */
  .top .contents .cont01 .middle-block dl dt img {
    width: 72%;
  }
  /* line 983, ../../sass/top/style.scss */
  .top .contents .cont01 .middle-block dl dd {
    margin-top: 20px;
    float: none;
    width: 100%;
  }
  /* line 991, ../../sass/top/style.scss */
  .top .contents .cont01 .img-block {
    margin-top: 30px;
  }
  /* line 994, ../../sass/top/style.scss */
  .top .contents .cont01 .img-block .link-box {
    width: 100%;
  }
  /* line 999, ../../sass/top/style.scss */
  .top .contents .cont01 .img-block.img-block-type01 .link-box {
    display: block;
  }
  /* line 1010, ../../sass/top/style.scss */
  .top .contents .cont02 .img-block {
    margin-top: 20px;
  }
  /* line 1013, ../../sass/top/style.scss */
  .top .contents .cont02 .img-block.first-child {
    margin-top: 20px;
  }
  /* line 1020, ../../sass/top/style.scss */
  .top .contents .cont02 .img-block .btn-block .btn {
    width: 60%;
  }
  /* line 1029, ../../sass/top/style.scss */
  .top .contents .cont03 .img-block-set {
    margin-top: 20px;
  }
  /* line 1033, ../../sass/top/style.scss */
  .top .contents .cont03 .img-block {
    width: 100%;
    float: left;
  }
  /* line 1038, ../../sass/top/style.scss */
  .top .contents .cont03 .img-block .btn-block {
    background: #fff;
    padding: 30px 20px;
  }
  /* line 1042, ../../sass/top/style.scss */
  .top .contents .cont03 .img-block .btn-block .btn {
    width: 67%;
  }
  /* line 1047, ../../sass/top/style.scss */
  .top .contents .cont03 .img-block.right {
    margin-top: 20px;
  }
  /* line 1055, ../../sass/top/style.scss */
  .top .contents .cont04 .left-block {
    float: none;
    width: 100%;
  }
  /* line 1060, ../../sass/top/style.scss */
  .top .contents .cont04 .img-block {
    margin-top: 20px;
    width: 100%;
    float: none;
  }
  /* line 1065, ../../sass/top/style.scss */
  .top .contents .cont04 .img-block .btn-block {
    background: #fff;
    padding: 30px 20px;
  }
  /* line 1069, ../../sass/top/style.scss */
  .top .contents .cont04 .img-block .btn-block .btn {
    width: 67%;
  }
  /* line 1084, ../../sass/top/style.scss */
  .top .sp-modal .sp-modal-id {
    margin-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  /* line 9, ../../sass/top/style.scss */
  .top {
    /* ==========================================================================
      header
      ========================================================================== */
    /* ==========================================================================
	    contents
	    ========================================================================== */
  }
  /* line 1092, ../../sass/top/style.scss */
  .top .header-mv .top-mv {
    height: 640px;
    width: 100%;
    background-size: auto;
  }
  /* line 1097, ../../sass/top/style.scss */
  .top .header-mv .top-mv .img-catch {
    margin: 60px auto 0;
  }
  /* line 1112, ../../sass/top/style.scss */
  .top .header .link-block,
  .top .hesder.fixed .link-block {
    display: none;
  }
  /* line 1128, ../../sass/top/style.scss */
  .top .contents .cont01 .img-block.img-block-type01 .pc {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  /* line 1139, ../../sass/top/style.scss */
  .top .header-mv .top-mv {
    height: 480px;
  }
  /* line 1142, ../../sass/top/style.scss */
  .top .header-mv .top-mv .img-catch {
    margin: 45px auto 0;
  }
}
@media screen and (max-width: 375px) {
  /* line 1152, ../../sass/top/style.scss */
  .top .header-mv .top-mv {
    height: 375px;
  }
  /* line 1155, ../../sass/top/style.scss */
  .top .header-mv .top-mv .img-catch {
    margin: 20px auto 0;
  }
}
@media print, screen and (min-width: 1280px) {
  /* line 1164, ../../sass/top/style.scss */
  .top .header-mv .top-mv {
    background-size: cover;
  }
}

/* loading */
/* line 1172, ../../sass/top/style.scss */
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 10000000;
  margin: 0;
  padding: 0;
}

/* line 1184, ../../sass/top/style.scss */
#loader-bg #loader {
  position: fixed;
  top: 32%;
  left: 50%;
  width: 247px;
  margin-left: -123px;
  text-align: center;
  color: #554666;
  z-index: 20000000;
}

/* ball-pulse-sync */
/* line 1195, ../../sass/top/style.scss */
.ball-pulse-sync > div {
  background-color: #554666;
  border-radius: 100%;
  margin: 20px 5px 0;
  display: inline-block;
}

@-webkit-keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  66% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  66% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 1234, ../../sass/top/style.scss */
.ball-pulse-sync > div:nth-child(1) {
  -webkit-animation: ball-pulse-sync 0.6s -.21s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s -.14s infinite ease-in-out;
}

/* line 1239, ../../sass/top/style.scss */
.ball-pulse-sync > div:nth-child(2) {
  -webkit-animation: ball-pulse-sync 0.6s -.14s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s -.14s infinite ease-in-out;
}

/* line 1244, ../../sass/top/style.scss */
.ball-pulse-sync > div:nth-child(3) {
  -webkit-animation: ball-pulse-sync 0.6s -70ms infinite ease-in-out;
  animation: ball-pulse-sync 0.6s -70ms infinite ease-in-out;
}

/* line 1249, ../../sass/top/style.scss */
.ball-pulse-sync > div:nth-child(4) {
  -webkit-animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
}

/* line 1254, ../../sass/top/style.scss */
.ball-pulse-sync > div {
  width: 10px;
  height: 10px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
