@charset "UTF-8";
*
**
:before,
:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
}

body.noscroll {
  overflow: hidden;
}

a {
  display: inline-block;
  text-decoration: none;
}

a:hover {
  opacity: 70%;
  -webkit-transition: .5s;
  transition: .5s;
}

img {
  vertical-align: middle;
  width: 100%;
}

.u-center {
  text-align: center !important;
}

.u-text-bold {
  font-weight: bold !important;
}

.u-text-big {
  font-size: 1.5px;
}

.u-sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-sp-only {
    display: block;
  }
}

.adopt {
  max-width: 100% !important;
}

.adopt-bg {
  background-image: url(../img/bg-geometry.png);
}

.adopt-inner {
  margin-bottom: 40px;
  text-align: center;
}

.adopt-head {
  color: #391E88;
  font-family: 'Montserrat';
  font-size: 72px;
  font-weight: 700;
  letter-spacing: 0.72px;
}

.adopt-lead {
  color: #391E88;
  font-family: 'ヒラギノ角ゴシック';
  font-size: 32px;
  font-weight: 300;
  font-weight: 300;
  letter-spacing: 1.6px;
  margin: 15px 0 40px;
}

.adopt-text {
  font-family: 'Montserrat';
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 28px;
}

.adopt-title {
  color: #391E88;
  font-family: 'ヒラギノ角ゴシック';
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-align: center;
}

.adopt-job {
  margin: 0 auto;
  max-width: 1110px !important;
}

.adopt-content {
  background-color: #FFFFFF;
  border: 1px solid #B8AED5;
  border-radius: 10px;
  margin-top: 40px;
  padding: 60px 95px;
  text-align: center;
}

.adopt-table {
  margin: 16.5px 0 50.5px;
  text-align: left;
  width: 100%;
}

.adopt-table_title {
  font-family: 'Montserrat';
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1.2px;
}

.adopt-tr {
  border-bottom: 1px solid #DDDDDD;
}

.adopt-th {
  font-family: 'ヒラギノ角ゴシック';
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.75px;
  padding: 31.5px 0 31.5px 20px;
}

.adopt-td {
  font-size: 15px;
  letter-spacing: 0.75px;
  line-height: 27px;
  width: 80%;
}

.adopt-td ul {
  margin: 20px 0 31.5px;
}

.adopt-mv {
  margin: 0 auto;
  max-width: 1110px !important;
}

.adopt-mv_title {
  color: #391E88;
  font-family: 'ヒラギノ角ゴシック';
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1.6px;
  margin-bottom: 40px;
  text-align: center;
}

.adopt-mv_mv {
  background-color: #EBEBEB;
  height: 634px;
}

.adopt-link_text {
  font-size: 12px;
  letter-spacing: 0.6px;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .adopt-head {
    font-size: 48px;
    letter-spacing: 0.48px;
    line-height: 56px;
  }
  .adopt-lead {
    font-size: 18px;
    letter-spacing: 0.9px;
    margin: 15px 0 25px;
  }
  .adopt-text {
    font-size: 15px;
    letter-spacing: 0.75px;
  }
  .adopt-title {
    font-size: 24px;
    letter-spacing: 1.2px;
  }
  .adopt-content {
    margin-top: 30px;
    padding: 30px 20px;
  }
  .adopt-table {
    margin: 30px 0 40px;
  }
  .adopt-table_title {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
  .adopt-tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20.5px 0;
  }
  .adopt-th {
    font-size: 14px;
    letter-spacing: 0.7px;
    padding: 0;
  }
  .adopt-td {
    margin-top: 10px;
    width: 100%;
  }
  .adopt-mv_title {
    font-size: 24px;
    letter-spacing: 1.2px;
  }
}

.article {
  margin: 0 auto;
  max-width: 751px !important;
}

.article > .news-story {
  margin: 10px 0 30px;
}

.article > figure figcaption {
  font-family: 'ヒラギノ角ゴシック';
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.75px;
  line-height: 25px;
  margin-bottom: 60px;
  margin-top: 30px;
}

.article-title {
  color: #333333;
  font-family: 'Montserrat';
  font-size: 32px;
  font-weight: normal;
  letter-spacing: 1.6px;
  line-height: 46px;
}

.article-text {
  font-family: 'ヒラギノ角ゴシック';
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.75px;
  line-height: 25px;
  margin-top: 30px;
}

.article-h3 {
  font-family: 'ヒラギノ角ゴシック';
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1.2px;
  line-height: 38px;
  padding-left: 15px;
  position: relative;
}

.article-h3::before {
  background-color: #391E88;
  border-radius: 50px;
  content: "";
  display: block;
  height: 38px;
  left: 0;
  position: absolute;
  width: 6px;
}

.article-h4 {
  font-family: 'ヒラギノ角ゴシック';
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.9px;
  line-height: 21px;
  margin-top: 40px;
}

.article-sns {
  margin: 40px 0 40.5px;
}

.article-sns img {
  height: 30px;
  width: 395px;
}

.article-link {
  text-align: center;
}

.article-link > a {
  color: #391E88;
  font-family: 'ヒラギノ角ゴシック';
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.7px;
}

.article-link_content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #B8AED5;
  border-top: 1px solid #B8AED5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 20.5px;
  padding: 13px 0 11px;
}

.article-link_content > a {
  color: #391E88;
  font-family: 'ヒラギノ角ゴシック';
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.7px;
  text-align: left;
  width: 298px;
}

.article-link_content > bar {
  border: 1px solid #B8AED5;
  height: 70px;
}

@media screen and (max-width: 767px) {
  .article > .news-story {
    margin: 20px 0 14px;
  }
  .article > figure figcaption {
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 24px;
    margin: 30px 0 40px;
  }
  .article-title {
    font-size: 22px;
    letter-spacing: 1.1px;
    line-height: 34px;
  }
  .article-text {
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 24px;
    margin-top: 20px;
  }
  .article-h3 {
    font-size: 18px;
    letter-spacing: 0.9px;
    line-height: 18px;
  }
  .article-h3::before {
    height: 18px;
  }
  .article-h4 {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
  .article-sns_img {
    display: none;
  }
  .article-sns img {
    height: 63px;
    width: 267px;
  }
}

.breadcrumb {
  background-color: #F7F7F7;
}

.breadcrumb-text {
  font-family: 'Montserrat';
  font-size: 12px;
  letter-spacing: 0.6px;
  margin: 0 auto;
  max-width: 1440px;
  padding: 15px 165px;
}

.breadcrumb-link {
  color: #391E88;
}

@media screen and (max-width: 1024px) {
  .breadcrumb {
    padding: 15px 30px;
  }
  .breadcrumb-text {
    padding: 15px 0px;
  }
}

.btn {
  background: -webkit-gradient(linear, left top, right top, from(#7633A4), to(#250D65));
  background: linear-gradient(to right, #7633A4 0%, #250D65 100%);
  border-radius: 50px;
  color: #FFFFFF;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.7px;
  padding: 22px 0;
  text-align: center;
  width: 200px;
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0;
}

.card-item {
  max-width: 350px;
}

.card-image img {
  width: 100%;
}

.card-title {
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.9px;
  margin: 24px 0 17px;
  text-align: center;
}

.card-text {
  font-family: 'ヒラギノ角ゴシック';
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.75px;
  text-align: left;
  line-height: 130%;
}

@media screen and (max-width: 1024px) {
  .card-item {
    max-width: 30%;
  }
}

@media screen and (max-width: 767px) {
  .card {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .card-item {
    margin-bottom: 40px;
    max-width: 80%;
  }
  .card-item:last-of-type {
    margin-bottom: 0;
  }
}

.ceo {
  margin: 0 auto;
  max-width: 1100px !important;
}

.ceo-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ceo-image {
  width: 445px;
}

.ceo-text {
  font-family: 'ヒラギノ角ゴシック';
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.75px;
  line-height: 47px;
  text-align: left;
  width: 605px;
}

@media screen and (max-width: 1024px) {
  .ceo-text {
    line-height: auto;
    margin-left: 35px;
  }
}

@media screen and (max-width: 767px) {
  .ceo-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ceo-image {
    width: 100%;
  }
  .ceo-text {
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 24px;
    margin-left: 0;
    margin-top: 30px;
    width: 100%;
  }
}

.form {
  max-width: 1110px !important;
}

.form-text {
  font-family: 'ヒラギノ角ゴシック';
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.8px;
  text-align: center;
  line-height: 130%;
}

.form-inner {
  background-color: #F7F7F7;
  margin-top: 40px;
  padding: 90px;
}

.form-container {
  margin-bottom: 50px;
}

.form-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
}

.form-content label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'ヒラギノ角ゴシック';
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.8px;
}

.form-content input, .form-content textarea, .form-content select {
  border: 1px solid #AAAAAA;
  border-radius: 6px;
  font-family: 'ヒラギノ角ゴシック';
  font-size: 14px;
  font-weight: 300;
  resize: none;
}

.form-span {
  color: #391E88;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.6px;
  margin-left: 10px;
}

.form-span_tel {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.6px;
  margin-left: 10px;
}

.form-wrap {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 35px;
}

.form-item label {
  font-family: 'ヒラギノ角ゴシック';
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.7px;
}

.form-item input {
  margin: 0 3px 0 0;
  width: 18px;
  height: 18px;
}

.form-item:last-of-type {
  margin-right: 0;
}

.form-link {
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .form-item label {
    font-size: 12px;
  }
  .form-item input {
    width: 12px;
    height: 12px;
  }
}

@media screen and (max-width: 767px) {
  .form-text {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
  .form-inner {
    padding: 30px;
  }
  .form-wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form-item {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .form-item label {
    font-family: 'ヒラギノ角ゴシック';
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.7px;
  }
  .form-item input {
    margin: 0 3px 0 0;
    width: 18px;
    height: 18px;
  }
  .form-item:last-of-type {
    margin-bottom: 0;
  }
}

#name, #co, #email, #option {
  height: 40px;
  max-width: 300px;
  margin-top: 10px;
}

#tel {
  height: 40px;
  max-width: 200px;
  margin-top: 10px;
}

#content {
  max-width: 600px;
  margin-top: 10px;
}

.grid {
  display: -ms-grid;
  display: grid;
  gap: 61px 30px;
  grid-auto-flow: row;
      grid-template-areas: ". . ." ". . .";
  -ms-grid-columns: 350px 350px 350px;
      grid-template-columns: 350px 350px 350px;
  -ms-grid-rows: 238px 238px;
      grid-template-rows: 238px 238px;
  height: 570px;
  max-width: 1110px !important;
}

.grid-item {
  text-align: center;
}

.grid-image_title {
  font-family: 'Montserrat';
  font-size: 14px;
  letter-spacing: 0.8px;
  padding-top: 14px;
}

@media screen and (max-width: 1024px) {
  .grid {
        grid-template-areas: ". . " ". . " ". . ";
    -ms-grid-columns: 350px 350px;
        grid-template-columns: 350px 350px;
    -ms-grid-rows: 238px 238px 238px;
        grid-template-rows: 238px 238px 238px;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 55px 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .grid {
    display: block;
  }
  .grid-item {
    margin: 0 auto;
    margin-bottom: 40px;
    width: 90%;
  }
  .grid-item:last-of-type {
    margin-bottom: 0;
  }
}

.hero {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../img/hero.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-align: center;
}

.hero-title {
  font-family: 'Montserrat';
  font-size: 72px;
  font-weight: 700;
}

.hero-lead {
  font-family: 'ヒラギノ角ゴシック';
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2.59px;
  margin: 20px 0 50px;
}

.hero-btn {
  background: transparent;
  border: 1px solid #FFFFFF;
}

.hero-scroll {
  bottom: 0;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 700;
  padding-bottom: 90px;
  position: absolute;
  right: 22px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

.hero-scroll::after {
  -webkit-animation: scrollDownLine 1.5s cubic-bezier(1, 0, 0, 1) infinite;
          animation: scrollDownLine 1.5s cubic-bezier(1, 0, 0, 1) infinite;
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
          animation: pathmove 1.4s ease-in-out infinite;
  background: #FFFFFF;
  bottom: 0;
  content: '';
  height: 80px;
  left: 50%;
  position: absolute;
  width: 1px;
}

@media screen and (max-width: 1024px) {
  .hero-scroll {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    background-position: center, center;
    text-align: left;
  }
  .hero-title {
    font-size: 48px;
    line-height: 62px;
  }
  .hero-lead {
    font-size: 16px;
    letter-spacing: 1.73px;
    line-height: 29px;
  }
}

@-webkit-keyframes pathmove {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

@keyframes pathmove {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

.message {
  margin: 0 auto;
  max-width: 1300px !important;
}

.message-container {
	/*
  background-image: url(../img/bg-circle.png);
	*/
  background-position: unset;
  background-repeat: no-repeat;
}

.message-inner {
	/*
  background-image: url(../img/bg-face.png);
	*/
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 65px;
  text-align: center;
}

.message-title {
  color: #391E88;
  font-family: 'Montserrat';
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1.6px;
}

.message-head {
  color: #333;
  display: inline-block;
  font-family: 'ヒラギノ角ゴシック';
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 33px 0 40px;
}

.message-head span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(0%, #f5f534));
  background: linear-gradient(transparent 85%, #f5f534 0%);
}

.message-text {
  color: #333333;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.75px;
  line-height: 27px;
}

@media screen and (max-width: 1024px) {
  .message-inner {
    background-image: none;
  }
  .message-title {
    font-size: 24px;
    letter-spacing: 1.2px;
  }
  .message-head {
    font-size: 28px;
    letter-spacing: 1.6px;
    line-height: 150%;
  }
}

.span-name {
	font-size: 20px;
}


.nav-header_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-header_item {
  font-family: 'Montserrat';
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.9px;
  line-height: 18px;
  margin-right: 25px;
}

.nav-header_item:last-of-type {
  margin-right: 0;
}

.nav-header_link {
  color: #FFFFFF;
  position: relative;
}

.nav-header_link::after {
  background: #FFFFFF;
  bottom: -5.5px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 100%;
}

.nav-header_link:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

@media screen and (max-width: 1024px) {
  .nav-header_item {
    font-size: 12px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .nav-header {
    background: -webkit-gradient(linear, left top, left bottom, from(#642390), to(#19074A));
    background: linear-gradient(to bottom, #642390 0%, #19074A 100%);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
  }
  .nav-header_list {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .nav-header_item {
    font-size: 15px;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .nav-header_item:last-of-type {
    margin-bottom: 0;
  }
}

.nav-footer_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav-footer_item {
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.84px;
  margin-right: 30px;
}

.nav-footer_item:last-of-type {
  margin-right: 0;
}

.nav-footer_link {
  color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .nav-footer_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .nav-footer_item {
    margin-bottom: 20px;
  }
}

.openbtn {
  display: none;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .openbtn {
    display: block;
    height: 44px;
    position: fixed;
    right: 15px;
    top: 10px;
    width: 44px;
  }
  .openbtn span {
    background: #fff;
    border-radius: 1px;
    display: inline-block;
    height: 2px;
    left: 5px;
    position: absolute;
    -webkit-transition: all .4s;
    transition: all .4s;
    width: 34px;
  }
  .openbtn span:nth-of-type(1) {
    top: 15px;
  }
  .openbtn span:nth-of-type(2) {
    top: 22px;
  }
  .openbtn span:nth-of-type(3) {
    top: 29px;
  }
  .openbtn.close span:nth-of-type(1) {
    height: 2px;
    -webkit-transform: translateY(7px) rotate(-45deg);
            transform: translateY(7px) rotate(-45deg);
  }
  .openbtn.close span:nth-of-type(2) {
    opacity: 0;
    /*真ん中の線は透過*/
  }
  .openbtn.close span:nth-of-type(3) {
    height: 2px;
    -webkit-transform: translateY(-7px) rotate(45deg);
            transform: translateY(-7px) rotate(45deg);
  }
}

.pagetop {
  background-color: #391E88;
  border-radius: 50px;
  bottom: 46px;
  height: 50px;
  position: absolute;
  position: fixed;
  right: 46px;
  width: 50px;
}

.pagetop a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
}

.pagetop a span {
  font-size: 30px;
  font-weight: 700;
}

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

.pagination {
  margin-top: 40px;
}

.pagination-list {
  height: 45px;
  text-align: center;
}

.pagination-item {
  background: -webkit-gradient(linear, left top, left bottom, from(#7633A4), to(#250D65));
  background: linear-gradient(to bottom, #7633A4 0%, #250D65 100%);
  border-radius: 50px;
  display: inline;
  display: inline-block;
  height: 45px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  width: 45px;
}

.pagination-item:last-of-type {
  margin-right: 0;
}

.pagination-item_link {
  color: #fff;
  display: table;
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  top: 0;
  vertical-align: middle;
  width: 100%;
}

.pagination-item_link span {
  display: table-cell;
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
}

.pagination-item_link:hover {
  background: #F1EBF8;
  border-radius: 50px;
  color: #4F31A5;
}

.pagination-item_link.active {
  background: #F1EBF8;
  border-radius: 50px;
  color: #4F31A5;
}

.subhero {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../img/hero.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 26vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.subhero-inner {
  text-align: center;
  font-family: 'Montserrat';
}

.subhero-title {
  font-size: 36px;
  letter-spacing: 1.8px;
  font-weight: 700;
}

.subhero-lead {
  margin-top: 5px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.7px;
}

.summary {
  max-width: 1110px !important;
  text-align: center;
}

.summary-title {
  color: #391E88;
  font-family: 'Montserrat';
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1.6px;
}

.summary-table {
  margin: 60px 0;
  text-align: left;
  width: 100%;
}

.summary-tr {
  border-bottom: 1px solid #DDDDDD;
}

.summary-th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'ヒラギノ角ゴシック';
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.75px;
  padding: 31.5px 0 31.5px 30px;
  width: 204px;
}

.summary-td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Montserrat';
  font-size: 15px;
  letter-spacing: 0.75px;
  width: 906px;
}

.summary-map {
  text-align: left;
}

.summary-map iframe {
  width: 100%;
}

.summary-map_link {
  color: #240C6A;
  font-family: 'ヒラギノ角ゴシック';
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.8px;
  padding-top: 10px;
}

@media screen and (max-width: 1024px) {
  .summary {
    padding: 55px 30px;
  }
  .summary-table {
    width: 100%;
  }
  .summary-map iframe {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .summary {
    padding: 40px 30px;
  }
  .summary-title {
    font-size: 24px;
    letter-spacing: 1.2px;
  }
  .summary-tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20.5px 0;
  }
  .summary-th {
    padding: 0;
    width: 100%;
  }
  .summary-td {
    margin-top: 10px;
    width: 100%;
    line-height: 150%;
  }
  .summary-map iframe {
    width: 100%;
  }
}

@font-face {
  font-family: 'swiper-icons';
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
}

.swiper-container {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  /* Fix of Webkit flickering */
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  width: 100%;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  margin: 0 auto;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  max-width: 750px;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide img {
  width: 100%;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
  scrollbar-width: none;
  /* For Firefox */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.footer {
  background-color: #120E19;
  padding: 60px 0;
  position: relative;
  text-align: center;
}

.footer-copy {
  color: #A798B7;
  font-size: 10px;
  letter-spacing: 0.5px;
  margin-top: 20px;
}

@media screen and (max-width: 1024px) {
  .footer {
    padding: 60px 30px;
  }
}

@media screen and (max-width: 767px) {
  .footer-copy {
    margin-top: 0;
  }
}

.header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 30px;
  position: fixed;
  width: 100%;
  z-index: 2;
}

.header-image {
  width: 300px;
}

.header.fixed {
  background-color: #21054D;
  position: fixed;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .header {
    padding: 10px 15px;
    height: 64px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .header-image {
    width: 200px;
  }
}

.section {
  margin: 0px auto;
  max-width: 1440px;
  padding: 70px 0;
}

.section-title {
  color: #391E88;
  font-family: 'Montserrat';
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.61px;
}

.section-lead {
  color: #391E88;
  font-family: 'ヒラギノ角ゴシック';
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.7px;
  margin-top: 5px;
}

.section-text {
  color: #333333;
  font-family: 'ヒラギノ角ゴシック';
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.75px;
}

@media screen and (max-width: 1024px) {
  .section {
    padding: 55px 30px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding: 40px 30px;
  }
  .section-title {
    font-size: 30px;
    letter-spacing: 1.5px;
    line-height: 32px;
  }
  .section-lead {
    font-size: 13px;
    letter-spacing: 32px;
    letter-spacing: 0.65px;
    margin-top: 6px;
  }
}

.company {
  max-width: 1300px;
}

.company-container {
  background-image: url(../img/bg-circle.png);
  background-position: center, 0;
  background-repeat: no-repeat;
  padding: 144px 0 55px;
}

.company-inner {
	/*
  background-image: url(../img/bg-face.png);
	*/
  background-position: 0, 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  text-align: center;
}

.company-message {
  margin: 40px 0 30px;
  max-width: 1300px;
}

.company-message__title {
  display: inline-block;
  font-family: 'ヒラギノ角ゴシック';
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 2px;
}

.company-message__title span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(0%, #f5f534));
  background: linear-gradient(transparent 85%, #f5f534 0%);
}

.company-message__text {
  font-family: 'ヒラギノ角ゴシック';
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.75px;
  line-height: 31px;
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  .company {
    max-width: 100%;
  }
  .company-container {
    background-position: center center;
  }
  .company-inner {
    background-image: none;
  }
}

@media screen and (max-width: 767px) {
  .company-container {
    padding: 42px 0 86px;
  }
  .company-message__title {
    font-size: 28px;
    letter-spacing: 1.6px;
    line-height: 48px;
  }
}

.contact {
  background-color: #F7F7F7;
  max-width: 100%;
  text-align: center;
}

.contact-text {
  color: #333;
  font-family: 'ヒラギノ角ゴシック';
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.75px;
  margin: 35px 0 31px;
  line-height: 130%;
}

@media screen and (max-width: 767px) {
  .contact {
    padding: 60px 30px;
  }
}

.news {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  max-width: 917px;
}

.news-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 747px;
  padding: 0px 5px;
}

.news-span {
  background-color: #E8E8E8;
  border-radius: 50px;
  display: inline-block;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
  padding: 5px 0;
  text-align: center;
  width: 82px;
}

.news-story {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.news-story dt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-story dt time {
  font-family: 'Montserrat';
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 22px;
  margin-right: 21px;
}

.news-story_title {
  color: #333333;
  display: block;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.75px;
  line-height: 22px;
  margin-left: 20px;
}

.news-story:last-of-type {
  margin-bottom: 0;
}

.news-article {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  max-width: 915px;
}

.news-article_item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .news {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 55px 30px;
  }
  .news-box {
    margin-top: 40px;
  }
  .news-article {
    padding: 55px 30px;
  }
}

@media screen and (max-width: 767px) {
  .news {
    text-align: center;
  }
  .news-box {
    margin-top: 32px;
    padding: 0;
  }
  .news-story {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
    text-align: left;
  }
  .news-story_title {
    margin-left: 0;
    margin-top: 10px;
  }
  .news-story:last-of-type {
    margin-bottom: 0;
  }
}

.recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1110px;
  padding: 65px 0 100px;
}

.recruit-inner {
  background-color: #F7F7F7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  box-sizing: border-box;
  padding: 71px 0px;
  text-align: center;
  width: 445px;
}

.recruit-image {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 665px;
}

.recruit-text {
  color: #333;
  font-family: 'ヒラギノ角ゴシック';
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.75px;
  margin: 30px 0;
}

@media screen and (max-width: 1024px) {
  .recruit {
    padding: 55px 0 80;
  }
  .recruit-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px 0;
    width: 34%;
  }
  .recruit-image {
    width: 66%;
  }
}

@media screen and (max-width: 767px) {
  .recruit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 40px 0 100px;
  }
  .recruit-inner {
    padding: 60px 15px 50px;
    width: 100%;
  }
  .recruit-image {
    width: 100%;
  }
}

.service {
  max-width: 1110px;
  text-align: center;
}

.service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}

.service-item:last-of-type {
  margin-bottom: 0;
}

.service-image {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 445px;
}

.service-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Montserrat';
  text-align: left;
  width: 615px;
}

.service-title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1.2px;
  margin-bottom: 20px;
}

.service-text {
  font-size: 15px;
  letter-spacing: 0.75px;
  line-height: 27px;
}

@media screen and (max-width: 1024px) {
  .service {
    padding: 55px 30px;
  }
  .service-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .service-title {
    font-size: 21px;
    letter-spacing: 1.05px;
  }
  .service-text {
    font-size: 14.5px;
    letter-spacing: 0.725px;
    line-height: 25.5px;
  }
  .service-inner {
    width: 45%;
  }
  .service-image {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .service-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
  }
  .service-inner {
    width: auto;
  }
  .service-image {
    width: auto;
  }
  .service-title {
    font-size: 18px;
    letter-spacing: 0.9px;
    margin: 20px 0 15px;
  }
  .service-text {
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 24px;
  }
}

.works {
  max-width: 1261px;
  position: relative;
}

.works::after {
  background: #F0F0F0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 837px;
  z-index: -1;
}

.works-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 20px;
  max-width: 750px;
}

.works-contents {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.works-inner {
  margin-right: 61px;
  text-align: center;
}

.works-text {
  font-family: 'ヒラギノ角ゴシック';
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.75px;
  line-height: 27px;
  margin: 30px 0;
}

@media screen and (max-width: 1024px) {
  .works {
    padding: 55px 30px;
  }
  .works-container {
    max-width: 50%;
  }
  .works-inner {
    margin-right: 0px;
  }
}

@media screen and (max-width: 767px) {
  .works::after {
    bottom: 0;
    height: 430px;
    top: auto;
  }
  .works-container {
    margin-right: 0;
    max-width: 100%;
    padding: 0 5px;
  }
  .works-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .works-inner {
    margin-right: 0;
    margin-top: 40px;
    width: 100%;
  }
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}

/* Arrows */
.slick-prev,
.slick-next {
  background: transparent;
  border: none;
  color: transparent;
  cursor: pointer;
  display: none !important;
  font-size: 0px;
  height: 20px;
  line-height: 0px;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 20px;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: transparent;
  color: transparent;
  outline: none;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  color: white;
  font-family: "slick";
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  opacity: 0.75;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
  width: 100%;
}

.slick-dots li {
  cursor: pointer;
  display: inline-block;
  margin: 0 4px;
  padding: 0;
  position: relative;
}

.slick-dots li button {
  border: 0;
  color: transparent;
  background: transparent;
  cursor: pointer;
  display: block;
  font-size: 0px;
  height: 8px;
  line-height: 0px;
  outline: none;
  padding: 5px;
  width: 8px;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  color: #391E88;
  content: "•";
  font-family: "slick";
  font-size: 6px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 8px;
  left: 0;
  line-height: 8px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
/*# sourceMappingURL=style.css.map */