@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: 'Amaze';
  font-style: normal;
  font-weight: 400;
  src: url("../font/Amaze.ttf") format("truetype"), url("../font/Amaze.woff") format("woff"), url("../font/Amaze.eot?") format("eot");
  font-display: swap;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
@media (max-width: 920px) {
  html {
    font-size: 50%;
  }
}

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

body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  line-height: 1.8;
  color: #333;
  background: #fff8ef;
}

.preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

a {
  text-decoration: none;
  color: #333;
  transition: .3s;
  -webkit-transition: .3s;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
  width: auto;
  /*IE8のみ適用*/
}

.pc_only {
  display: inherit;
}
@media (max-width: 720px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media (max-width: 720px) {
  .sp_only {
    display: inherit;
  }
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex.both {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.flex-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* パーツ */
.btn-pop {
  background: #27bdb4;
  color: #fff;
  text-align: center;
  padding: 10px 2%;
  position: relative;
  border-radius: 30px;
  display: block;
  font-size: 1.8rem;
}
.btn-pop:before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 5%;
  background: url(../img/icon-pop1.png) no-repeat center center;
  background-size: contain;
  margin-top: -9px;
}
@media (max-width: 920px) {
  .btn-pop {
    padding: 8px 2%;
    font-size: 1.6rem;
  }
}
@media (max-width: 720px) {
  .btn-pop:before {
    width: 14px;
    height: 14px;
    margin-top: -7px;
  }
}

.btn-out {
  background: #f8e3c7;
  color: #7eacff;
  text-align: center;
  padding: 10px 2%;
  position: relative;
  border-radius: 30px;
  display: block;
  font-size: 1.8rem;
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
}
.btn-out:before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 5%;
  background: url(../img/icon-out.png) no-repeat center center;
  background-size: contain;
  margin-top: -9px;
}
@media (max-width: 920px) {
  .btn-out {
    padding: 8px 2%;
    font-size: 1.6rem;
  }
}
@media (max-width: 720px) {
  .btn-out:before {
    width: 14px;
    height: 14px;
    margin-top: -7px;
  }
}

input, textarea, select {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  max-width: 100%;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
}

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
}

.ta-table1 {
  width: 100%;
  margin: 0 auto;
}
.ta-table1 th {
  width: 20%;
  padding: 10px 2%;
  border: 1px solid #27bdb4;
}
.ta-table1 th:nth-child(2) {
  width: 60%;
  background: #ffffd7;
}
.ta-table1 td {
  padding: 10px 2%;
  border: 1px solid #27bdb4;
}
.ta-table1 td:nth-child(2) {
  color: #27bdb4;
}
.ta-table1 td:nth-child(3) {
  text-align: right;
}
@media (max-width: 720px) {
  .ta-table1 {
    font-size: 1.4rem;
  }
  .ta-table1 th {
    width: 25%;
    padding: 10px 1%;
  }
  .ta-table1 th:nth-child(2) {
    width: 50%;
  }
}

.ta-table2 {
  width: 100%;
  margin: 0 auto;
}
.ta-table2 th {
  width: 25%;
  padding: 10px 1%;
  border-top: 1px dashed #27bdb4;
  border-bottom: 1px dashed #27bdb4;
  background: #ffffd7;
  color: #27bdb4;
}
.ta-table2 td {
  width: 75%;
  padding: 10px 3%;
  border-top: 1px dashed #27bdb4;
  border-bottom: 1px dashed #27bdb4;
}

.ta-table3 {
  width: 100%;
  margin: 0 auto;
  color: #27bdb4;
}
.ta-table3 th {
  width: 25%;
  padding: 10px 1%;
  background: #ffffd7;
  border-bottom: 5px solid #fff;
}
.ta-table3 td {
  background: #f6f6f6;
  width: 75%;
  padding: 10px 3%;
  border-bottom: 5px solid #fff;
}

.ta-table4 {
  width: 100%;
}
.ta-table4 th {
  color: #27bdb4;
  font-size: 2.4rem;
  vertical-align: middle;
  width: 26%;
  padding: 2% 3%;
  text-align: left;
  background: #ffffd7;
  border-top: 30px solid #fff;
  border-bottom: 30px solid #fff;
  position: relative;
  line-height: 1.4;
}
.ta-table4 th:before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #27bdb4;
  margin: 0 auto 0;
}
.ta-table4 td {
  vertical-align: middle;
  padding: 2% 3%;
  font-size: 2rem;
  width: 32%;
  border-bottom: 1px dashed #27bdb4;
}
.ta-table4 td:nth-child(3) {
  border-left: 1px dashed #27bdb4;
  border-bottom: 0;
}
.ta-table4 td.one {
  width: 64%;
}
.ta-table4 .note {
  font-size: 1.4rem;
}
.ta-table4 tr:first-child th, .ta-table4 tr:first-child td {
  border-top: 0;
}
.ta-table4 tr:last-child th {
  border-bottom: 0;
}
.ta-table4 tr:last-child th:before {
  content: none;
}
.ta-table4 tr:last-child td {
  border-bottom: 0;
}
@media (max-width: 920px) {
  .ta-table4 th {
    font-size: 2rem;
  }
  .ta-table4 td {
    font-size: 1.8rem;
  }
}
@media (max-width: 720px) {
  .ta-table4 th {
    font-size: 1.6rem;
    border-top-width: 20px;
    padding: 2% 0;
    border-bottom-width: 20px;
    text-align: center;
  }
  .ta-table4 th:before {
    bottom: -18px;
    border: 5px solid transparent;
    border-top-color: #27bdb4;
  }
  .ta-table4 td {
    font-size: 1.4rem;
  }
  .ta-table4 .note {
    font-size: 1.2rem;
  }
}

.ti-enback {
  text-align: center;
  color: #27bdb4;
  font-size: 4rem;
  padding: 40px 0;
  margin-bottom: 5%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.ti-enback.faq {
  background-image: url(../img/faq-title.png);
}
.ti-enback.guide {
  background-image: url(../img/guide-title.png);
}
.ti-enback.result {
  background-image: url(../img/result-title.png);
}
.ti-enback.news {
  background-image: url(../img/news-title.png);
}
.ti-enback.curriculum {
  background-image: url(../img/curriculum-title.png);
}
.ti-enback.day {
  background-image: url(../img/day-title.png);
}
.ti-enback.flow {
  background-image: url(../img/flow-title.png);
}
.ti-enback.passo {
  background-image: url(../img/passo-title.png);
}
.ti-enback.graduate {
  background-image: url(../img/graduate-title.png);
}
.ti-enback.voice {
  background-image: url(../img/voice-title.png);
}
@media (max-width: 920px) {
  .ti-enback {
    font-size: 3rem;
    padding: 30px 0;
  }
}
@media (max-width: 720px) {
  .ti-enback {
    font-size: 2.6rem;
    padding: 20px 0;
    margin-bottom: 30px;
  }
}

.ti-bd {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 2.6rem;
  margin-bottom: 3%;
  color: #27bdb4;
}
.ti-bd:before, .ti-bd:after {
  content: "";
  flex-grow: 1;
  border-top: 1px solid #27bdb4;
}
.ti-bd:before {
  margin-right: 2rem;
}
.ti-bd:after {
  margin-left: 2rem;
}
@media (max-width: 720px) {
  .ti-bd {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.ti-br {
  position: relative;
  margin-bottom: 3%;
}
.ti-br:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background: #27bdb4;
  top: 50%;
  left: 0;
  z-index: 0;
}
.ti-br span {
  display: inline-block;
  padding: 5px 30px;
  background: #fff8ef;
  border-radius: 30px;
  border: 1px solid #27bdb4;
  color: #27bdb4;
  position: relative;
  z-index: 1;
  font-size: 2.4rem;
}
@media (max-width: 920px) {
  .ti-br span {
    font-size: 2rem;
  }
}
@media (max-width: 720px) {
  .ti-br {
    margin-bottom: 25px;
  }
}

.ti-back-w {
  background: #fff;
  padding: 5px 3%;
  border-radius: 30px;
  font-size: 2.2rem;
  color: #27bdb4;
  margin-bottom: 3%;
  text-align: center;
}
@media (max-width: 720px) {
  .ti-back-w {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

/* レイアウト */
.head {
  background: #fff;
  padding: 2% 0 0;
}
.head .flex {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 720px) {
  .head {
    padding: 10px 0;
  }
}

.head-logo {
  width: 30%;
}
@media (max-width: 720px) {
  .head-logo {
    width: 75%;
    max-width: 300px;
  }
}

.head-link {
  width: 55%;
  max-width: 550px;
}
.head-link li {
  width: 42%;
}
.head-link li:last-child {
  width: 54%;
}
@media (max-width: 720px) {
  .head-link {
    display: none;
  }
}

.footer {
  padding-bottom: 200px;
}
.footer .copy {
  padding: 5% 0 0;
  color: #27bdb4;
  letter-spacing: .4rem;
  text-align: center;
  font-size: 1.4rem;
}
@media (max-width: 720px) {
  .footer {
    padding-bottom: 100px;
  }
  .footer .copy {
    padding: 30px 5% 0;
    letter-spacing: .2rem;
  }
}

.footer-contact {
  background: #fff;
  padding: 7% 5%;
  border-radius: 10px;
}
.footer-contact h2 {
  text-align: center;
  margin-bottom: 3%;
  font-size: 3rem;
}
.footer-contact li {
  width: 48%;
}
@media (max-width: 720px) {
  .footer-contact {
    padding: 30px 5%;
  }
  .footer-contact h2 {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .footer-contact li {
    width: 86%;
    max-width: 370px;
    margin: 0 auto 30px;
  }
  .footer-contact li:last-of-type {
    max-width: 400px;
    width: 100%;
    margin-bottom: 0;
  }
}

.footer-fixed {
  position: fixed;
  width: 100%;
  padding: 20px 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: #fff;
}
.footer-fixed ul {
  max-width: 1000px;
  width: 80%;
  margin: 0 auto;
}
.footer-fixed li {
  width: 45%;
}
@media (max-width: 720px) {
  .footer-fixed {
    padding: 10px 0;
  }
  .footer-fixed ul {
    width: 90%;
  }
  .footer-fixed li {
    width: 48%;
  }
}

.l-inner {
  max-width: 1400px;
  width: 96%;
  margin: 0 auto;
}
@media (max-width: 920px) {
  .l-inner {
    width: 92%;
  }
}

.l-box {
  max-width: 1000px;
  width: 96%;
  margin: 0 auto;
}

/* ページスタイル */
.c-thumbnail {
  width: 100%;
  padding-top: 72.25%;
  position: relative;
  display: block;
  overflow: hidden;
}
.c-thumbnail img {
  object-fit: cover;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.c-bread {
  width: 96%;
  margin: 35px auto 60px;
}
.c-bread li {
  padding: 0 20px 0 15px;
  margin-bottom: 10px;
  line-height: 1;
  position: relative;
  font-size: 1.4rem;
}
.c-bread li img {
  width: 16px;
}
.c-bread li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left-color: #fff8ef;
  border-left-width: 10px;
  margin: -6px -10px 0 0;
}
.c-bread li:first-child {
  padding-left: 5px;
}
.c-bread li:last-child {
  margin-bottom: 0;
  padding-right: 0;
}
.c-bread li:last-child:after {
  content: none;
}
@media (max-width: 720px) {
  .c-bread li {
    padding: 0 15px 0 12px;
    font-size: 2.4rem;
  }
  .c-bread li img {
    width: 12px;
  }
}

.c-catch {
  color: #27bdb4;
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 20px;
}
@media (max-width: 720px) {
  .c-catch {
    font-size: 1.8rem;
    text-align: left;
  }
}

.c-inb {
  display: inline-block;
}

.c-right {
  text-align: right;
}

.c-center {
  text-align: center;
}

.c-mb0 {
  margin-bottom: 0 !important;
}

.c-mb3 {
  margin-bottom: 3% !important;
}
@media (max-width: 720px) {
  .c-mb3 {
    margin-bottom: 6% !important;
  }
}

.c-mb5 {
  margin-bottom: 5% !important;
}
@media (max-width: 720px) {
  .c-mb5 {
    margin-bottom: 8% !important;
  }
}

.c-mb8 {
  margin-bottom: 8% !important;
}
@media (max-width: 720px) {
  .c-mb8 {
    margin-bottom: 12% !important;
  }
}

.c-mb10 {
  margin-bottom: 10% !important;
}
@media (max-width: 720px) {
  .c-mb10 {
    margin-bottom: 15px !important;
  }
}

.top-main .sub {
  text-align: right;
  width: 50%;
  margin: -10% 0 0 auto;
}
@media (max-width: 720px) {
  .top-main .sub {
    width: 98%;
    margin: -10% auto 0;
  }
}

.c-catch.top {
  max-width: 1000px;
  margin: 0 auto 6%;
  color: #333;
}
@media (max-width: 720px) {
  .c-catch.top {
    margin-bottom: 30px;
  }
}

.top-voice {
  padding-bottom: 150px;
}
@media (max-width: 920px) {
  .top-voice {
    padding-bottom: 120px;
  }
}
@media (max-width: 720px) {
  .top-voice {
    padding-bottom: 80px;
  }
  .top-voice .c-catch.center {
    text-align: center;
    max-width: 360px;
    margin: 0 auto;
  }
}

.top-voice-img .ti-enback {
  margin-bottom: 0;
}
.top-voice-img .c-catch {
  margin-top: -5%;
}
@media (max-width: 720px) {
  .top-voice-img {
    margin-bottom: 30px;
  }
}

.top-voice-rei {
  background: #fff;
  padding: 3%;
  width: 31%;
  border-radius: 10px;
}
.top-voice-rei .c-catch {
  font-size: 2.6rem;
  white-space: nowrap;
  margin-bottom: 20px;
}
.top-voice-rei .img {
  max-width: 240px;
  width: 90%;
  margin: 0 auto 20px;
}
.top-voice-rei .ta-table3 {
  margin-bottom: 20px;
  font-size: 1.8rem;
}
.top-voice-rei .ta-table3 th {
  width: 40%;
}
.top-voice-rei .ta-table3 td {
  width: 60%;
}
.top-voice-rei .img2 {
  max-width: 260px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 920px) {
  .top-voice-rei .c-catch {
    font-size: 2.2rem;
  }
}
@media (max-width: 720px) {
  .top-voice-rei {
    width: 100%;
    margin-bottom: 30px;
    padding: 20px 5% 30px;
  }
  .top-voice-rei .c-catch {
    font-size: 2.4rem;
    text-align: center;
  }
  .top-voice-rei .img {
    max-width: 200px;
  }
}

.top-voice-gyousyu {
  background: #fff;
  padding-bottom: 5%;
}
.top-voice-gyousyu .item {
  width: 50%;
  padding: 0 5%;
}
.top-voice-gyousyu .item:first-of-type {
  border-right: 1px dashed #27bdb4;
}
.top-voice-gyousyu h2 {
  width: 40%;
  max-width: 160px;
  text-align: center;
  margin: -80px auto 5%;
}
.top-voice-gyousyu li {
  width: 48%;
  margin-bottom: 4%;
  background: #fff8ef;
  color: #27bdb4;
  text-align: center;
  padding: 10px 1%;
  font-size: 1.8rem;
  border-radius: 5px;
}
.top-voice-gyousyu .txt {
  margin-top: 4%;
  text-align: center;
  font-size: 2.6rem;
}
.top-voice-gyousyu .txt span {
  font-size: 4.4rem;
  color: #27bdb4;
    letter-spacing: -0.1em;
}
.top-voice-gyousyu .txt span span {
  font-size: 2.4rem;
}
.top-voice-gyousyu .note {
  text-align: center;
  font-size: 1.5rem;
}
@media (max-width: 720px) {
  .top-voice-gyousyu {
    padding-bottom: 30px;
  }
  .top-voice-gyousyu .item {
    padding: 0 0 0 5%;
  }
  .top-voice-gyousyu .item:first-of-type {
    padding: 0 5% 0 0;
  }
  .top-voice-gyousyu h2 {
    width: 80px;
    margin-top: -40px;
  }
  .top-voice-gyousyu li {
    padding: 5px 1%;
    width: 100%;
    margin-bottom: 10px;
  }
  .top-voice-gyousyu .txt {
    margin-top: 30px;
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .top-voice-gyousyu .txt span {
    font-size: 3.4rem;
  }
  .top-voice-gyousyu .txt span span {
    font-size: 2rem;
  }
}

.top-graduate {
  padding-top: 8%;
}
@media (max-width: 720px) {
  .top-graduate {
    padding-top: 40px;
  }
}

.top-voice-slider {
  padding: 0 3%;
}
.top-voice-slider .item {
  background: #fff;
  margin: 0 20px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.top-voice-slider .contents {
  padding: 6%;
}
.top-voice-slider .ta-table3 {
  margin-bottom: 5%;
}
@media (max-width: 720px) {
  .top-voice-slider {
    padding: 0 25px;
    width: 104%;
    margin-left: -2%;
  }
  .top-voice-slider .item {
    margin: 0 1px;
  }
  .top-voice-slider .contents {
    padding: 5% 6% 20px;
  }
}

.top-voice-item {
  max-width: 670px;
  margin: 0 auto;
}
.top-voice-item .title {
  font-size: 2.8rem;
  padding: 5% 0;
}
@media (max-width: 720px) {
  .top-voice-item .title {
    padding: 30px 0 0;
    text-align: center;
    font-size: 2.4rem;
  }
}

.top-graduate-tantou .title {
  background: #7eacff;
  padding: 5%;
  border-radius: 15px;
  padding: 3% 5% 3% 30%;
  position: relative;
}
.top-graduate-tantou .title:before {
  content: "";
  width: 25%;
  height: 120%;
  position: absolute;
  left: 5%;
  top: -10%;
  background: url(../img/graduate-img1.png) no-repeat center center;
  background-size: contain;
}
.top-graduate-tantou .title h2 {
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 3.2rem;
  letter-spacing: .4rem;
  background: url(../img/graduate-img2.png) no-repeat center center;
  background-size: contain;
  padding: 3% 0 6%;
}
.top-graduate-tantou .title h2 span {
  color: #ffff8c;
}
@media (max-width: 720px) {
  .top-graduate-tantou .title {
    padding: 20px 5% 20px 25%;
    border-radius: 10px;
  }
  .top-graduate-tantou .title:before {
    width: 25%;
    left: 3%;
  }
  .top-graduate-tantou .title h2 {
    font-size: 2.2rem;
    letter-spacing: .2rem;
  }
  .top-graduate-tantou .btn-out {
    width: 100%;
  }
}

.top-graduate-tantou-list {
  max-width: 1000px;
  margin: 0 auto;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.top-graduate-tantou-list .left {
  width: 75%;
}
.top-graduate-tantou-list .right {
  width: 25%;
}
.top-graduate-tantou-list h3 {
  font-size: 2.6rem;
  color: #27bdb4;
  margin-bottom: 4%;
}
.top-graduate-tantou-list li {
  font-size: 2rem;
  margin-bottom: 1%;
  padding-left: 30px;
  position: relative;
}
.top-graduate-tantou-list li:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 7px;
  left: 0;
  background: url(../img/icon-check.png) no-repeat center center;
  background-size: contain;
}
@media (max-width: 920px) {
  .top-graduate-tantou-list li:before {
    top: 3px;
  }
}
@media (max-width: 720px) {
  .top-graduate-tantou-list {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .top-graduate-tantou-list .left {
    width: 100%;
  }
  .top-graduate-tantou-list .right {
    width: 25%;
  }
  .top-graduate-tantou-list h3 {
    text-align: center;
    font-size: 2.4rem;
  }
  .top-graduate-tantou-list li {
    font-size: 1.7rem;
    padding-left: 25px;
  }
  .top-graduate-tantou-list li:before {
    width: 14px;
    height: 14px;
    top: 5px;
  }
}

.top-point-list .item {
  background: #fff;
  padding: 3% 0%;
  width: 31.333%;
  margin-bottom: 3%;
  border-radius: 20px;
}
.top-point-list p {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 30px;
}
.top-point-list p span {
  color: #e4a755;
}
.top-point-list .btn-pop {
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 920px) {
  .top-point-list p {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 720px) {
  .top-point-list {
    position: relative;
  }
  .top-point-list:after {
    content: "";
    width: 40%;
    height: 100px;
    position: absolute;
    right: 0;
    bottom: 1%;
    background: url(../img/point-img-picture.png) no-repeat center center;
    background-size: contain;
  }
  .top-point-list .item {
    width: 49%;
    padding: 20px 1% 15px;
    margin-bottom: 2%;
    border-radius: 10px;
    letter-spacing: 0;
    white-space: nowrap;
  }
  .top-point-list p {
    margin-bottom: 15px;
    font-size: 2rem;
  }
  .top-point-list .btn-pop {
    padding: 5px 2%;
  }
}

.top-point-item {
  max-width: 670px;
  max-width: 670px;
  margin: 0 auto;
}
.top-point-item .img {
  text-align: center;
  width: 80%;
  margin: 0 auto 5%;
}
.top-point-item .img img {
  width: 100%;
}
.top-point-item .title {
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 3%;
}
.top-point-item .title span {
  color: #e4a755;
}
.top-point-item .ti-bd {
  margin-top: 5%;
}
.top-point-item li {
  margin: 0 1.5% 1.5% 0;
  display: inline-block;
  background: #ffffd7;
  padding: 0 10px;
  font-size: 1.4rem;
}
.top-point-item .note {
  display: block;
  border: 2px solid #27bdb4;
  padding: 10px;
  font-size: 1.4rem;
  border-radius: 5px;
  color: #27bdb4;
  margin-top: 20px;
}
@media (max-width: 720px) {
  .top-point-item .title {
    font-size: 2.2rem;
  }
}

.top-point-gallery li {
  width: 23%;
  margin-bottom: 2%;
  overflow: hidden;
  border-radius: 50px;
}
@media (max-width: 720px) {
  .top-point-gallery li {
    border-radius: 30px;
    width: 48%;
    margin-bottom: 4%;
  }
}

.top-passo-list {
  max-width: 800px;
  margin: 0 auto;
}
.top-passo-list li {
  width: 48%;
  margin-bottom: 4%;
}
.top-passo-list a {
  font-size: 2.4rem;
  border-radius: 10px;
  text-align: center;
  border: 1px solid #27bdb4;
  padding: 20px 2%;
  position: relative;
  background: #fff;
  display: block;
}
.top-passo-list a:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url(../img/icon-pop2.png) no-repeat center center;
  background-size: contain;
  top: 50%;
  right: 5%;
  margin-top: -20px;
}
@media (max-width: 720px) {
  .top-passo-list a {
    font-size: 1.8rem;
    padding: 12px 30px 12px 5%;
    text-align: left;
    border-radius: 5px;
  }
  .top-passo-list a:before {
    width: 24px;
    height: 24px;
    margin-top: -12px;
  }
}

.top-passo-item {
  max-width: 670px;
  margin: 0 auto;
}
.top-passo-item .name {
  color: #27bdb4;
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 5%;
}
.top-passo-item .img, .top-passo-item .map, .top-passo-item .address {
  text-align: center;
  margin-bottom: 5%;
}
.top-passo-item .contact {
  max-width: 500px;
  margin: 0 auto;
}
.top-passo-item .contact li {
  width: 48%;
}
@media (max-width: 720px) {
  .top-passo-item .name {
    font-size: 2.2rem;
  }
}

.top-flow-contents {
  background: #27bdb4;
  padding: 3%;
  border-radius: 0 0 10px 10px;
}
.top-flow-contents .box {
  padding: 3%;
  background: #fff;
}
.top-flow-contents .ti-br {
  margin: 3% 0;
}
.top-flow-contents .ti-br span {
  text-align: center;
  min-width: 150px;
  width: 25%;
  background: #fff;
}
.top-flow-contents .ti-br:after {
  background: #27bdb4;
}
@media (max-width: 720px) {
  .top-flow-contents {
    padding: 10px 2%;
    border-radius: 0 0 6px 6px;
  }
  .top-flow-contents .ti-br span {
    font-size: 1.6rem;
    min-width: 100px;
    padding: 5px 0;
  }
  .top-flow-contents .box {
    padding: 20px 3%;
  }
}

.tab-label {
  color: #27bdb4;
  background: #f1ece8;
  margin-right: 5px;
  padding: 3px 12px;
  order: -1;
  width: 32%;
  text-align: center;
  font-size: 2.2rem;
  padding: 15px 0;
  border-radius: 10px 10px 0 0;
  position: relative;
  margin: 12% 0 0;
}
.tab-label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 80%;
  margin: -40% auto 0;
  height: 0;
  padding-top: 40%;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}
.tab-label.img1:before {
  background-image: url(../img/flow-img1.png);
}
.tab-label.img2:before {
  background-image: url(../img/flow-img2.png);
}
.tab-label.img3:before {
  background-image: url(../img/flow-img3.png);
}
@media (max-width: 720px) {
  .tab-label {
    margin-top: 70px;
    font-size: 1.8rem;
    padding: 10px 0;
    border-rdius: 6px 6px 0 0;
  }
  .tab-label:before {
    margin-top: -70px;
    width: 100%;
    padding-top: 70px;
  }
}

.tab-content {
  width: 100%;
  display: none;
}

.tab-switch:checked + .tab-label {
  background: #27bdb4;
  color: #fff;
}

.tab-switch:checked + .tab-label + .tab-content {
  display: block;
}

.tab-switch {
  display: none;
}

.top-day-slider {
  padding: 0 3%;
}
.top-day-slider .item {
  margin: 0 20px;
  height: 100%;
  padding-top: 10px;
  position: relative;
}
.top-day-slider .img {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.top-day-slider h3 {
  font-size: 2.6rem;
  padding: 30px 3%;
  text-align: center;
  background: #fff;
  border-radius: 0 0 10px 10px;
}
.top-day-slider .pattern {
  position: absolute;
  top: 0;
  z-index: 2;
  background: #27bdb4;
  color: #fff;
  padding: 0 0 0 10px;
  line-height: 2;
}
.top-day-slider .pattern span {
  background: #ffffd7;
  color: #27bdb4;
  padding: 0 10px;
  margin-left: 10px;
  display: inline-block;
}
@media (max-width: 720px) {
  .top-day-slider {
    padding: 0 25px;
    width: 104%;
    margin-left: -2%;
  }
  .top-day-slider .item {
    margin: 0 1px;
  }
  .top-day-slider h3 {
    padding: 20px 0;
    font-size: 2.2rem;
  }
}

.top-curriculum-slider {
  padding: 0 3%;
}
.top-curriculum-slider .item {
  background: #fff;
  margin: 0 20px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.top-curriculum-slider .contents {
  padding: 6%;
}
.top-curriculum-slider h3 {
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 10px;
}
.top-curriculum-slider .catch {
  color: #27bdb4;
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 20px;
}
@media (max-width: 720px) {
  .top-curriculum-slider {
    padding: 0 25px;
    width: 104%;
    margin-left: -2%;
  }
  .top-curriculum-slider .item {
    margin: 0 1px;
  }
  .top-curriculum-slider h3 {
    font-size: 2.2rem;
    margin-bottom: 5px;
  }
  .top-curriculum-slider .catch {
    font-size: 2rem;
  }
  .top-curriculum-slider .contents {
    padding: 5% 6% 20px;
  }
}

.top-result-top {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.top-result-top .left {
  width: 65%;
}
.top-result-top .left .c-catch {
  text-align: left;
}
.top-result-top .right {
  width: 30%;
}

.top-result-list li {
  width: 49%;
  margin-bottom: 5%;
}
.top-result-list li:first-child {
  width: 100%;
}
@media (max-width: 720px) {
  .top-result-list li {
    width: 100%;
    margin-bottom: 0;
  }
  .top-result-list li:first-child {
    margin-bottom: 30px;
  }
}

.top-result-example h3 {
  background: #f1ece8;
  border-radius: 10px 10px 0 0;
  text-align: center;
  color: #27bdb4;
  font-size: 2.2rem;
  padding: 10px 2%;
  margin-bottom: 3%;
}
.top-result-example h3 span {
  font-size: 1.4rem;
  display: inline-block;
}
.top-result-example p {
  font-size: 1.5rem;
}
@media (max-width: 720px) {
  .top-result-example h3 {
    margin-bottom: 15px;
    font-size: 2rem;
    line-height: 1.4;
  }
}

.top-news dl {
  position: relative;
  font-size: 2rem;
}
.top-news dt {
  position: absolute;
  font-family: 'Amaze';
  color: #27bdb4;
}
.top-news dd {
  padding-left: 140px;
  margin-bottom: 2%;
}
.top-news dd a {
  text-decoration: underline;
  margin-right: 24px;
  display: inline-block;
  position: relative;
}
.top-news dd a:hover {
  text-decoration: none;
}
.top-news dd a:after {
  content: "";
  position: absolute;
  right: -24px;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background: url(../img/icon-out.png) no-repeat center;
  background-size: contain;
}
@media (max-width: 920px) {
  .top-news dd {
    padding-left: 100px;
  }
}
@media (max-width: 720px) {
  .top-news dl {
    font-size: 1.7rem;
  }
  .top-news dt {
    position: relative;
    font-size: 1.8rem;
    margin-bottom: 3px;
  }
  .top-news dd {
    padding-left: 0;
    margin-bottom: 15px;
  }
}

.top-guide {
  border: 3px solid #27bdb4;
  border-radius: 20px;
  padding: 0 5%;
}
.top-guide > .is-parent {
  padding: 50px 0;
}
.top-guide .is-parent {
  position: relative;
  cursor: pointer;
}
@media (max-width: 720px) {
  .top-guide {
    padding: 0 3%;
    border-radius: 10px;
    border-width: 2px;
  }
  .top-guide > .is-parent {
    padding: 30px 0;
  }
}

.top-guide-item {
  padding: 0 0 5%;
}
.top-guide-item .flow {
  margin-bottom: 5%;
  padding-top: 50px;
}
.top-guide-item .flow li {
  width: 23%;
  background: #fff;
  padding: 0 3% 3%;
  border-radius: 10px;
}
.top-guide-item .flow h4 {
  color: #27bdb4;
  font-size: 2.2rem;
  height: 90px;
  white-space: nowrap;
  text-align: center;
  margin-bottom: 5px;
}
.top-guide-item .flow .no {
  text-align: center;
  color: #27bdb4;
  text-align: center;
  line-height: 1;
  margin-top: -40px;
  font-family: 'Amaze';
}
.top-guide-item .flow .no span {
  display: block;
  font-size: 5rem;
}
.top-guide-item .note {
  font-size: 1.4rem;
  margin-top: 10px;
}
.top-guide-item .contents {
  max-width: 1100px;
  width: 96%;
  margin: 0 auto 5%;
}
.top-guide-item .contents p {
  margin-bottom: 3%;
}
@media (max-width: 920px) {
  .top-guide-item .flow .no {
    margin-top: -30px;
  }
}
@media (max-width: 720px) {
  .top-guide-item .flow {
    margin-bottom: 0;
  }
  .top-guide-item .flow li {
    width: 48%;
    margin-bottom: 45px;
    font-size: 1.4rem;
    padding: 0 5% 20px;
  }
  .top-guide-item .flow h4 {
    font-size: 2rem;
    height: 60px;
  }
  .top-guide-item .flow .no {
    margin-top: -30px;
  }
  .top-guide-item .flow .no span {
    font-size: 4.2rem;
  }
  .top-guide-item .contents {
    margin-bottom: 30px;
  }
  .top-guide-item .contents p {
    margin-bottom: 2rem;
  }
}

.top-faq {
  border: 3px solid #27bdb4;
  border-radius: 20px;
  padding: 0 5%;
  position: relative;
}
.top-faq:before {
  content: "";
  position: absolute;
  left: 10%;
  top: 20px;
  width: 15%;
  height: 100%;
  max-height: 210px;
  background: url(../img/faq-img1.png) no-repeat top center;
  background-size: contain;
}
.top-faq > .is-parent {
  padding: 50px 0;
}
.top-faq .is-parent {
  position: relative;
  cursor: pointer;
}
@media (max-width: 720px) {
  .top-faq {
    padding: 0 3%;
    border-radius: 10px;
    border-width: 2px;
  }
  .top-faq:before {
    left: 5%;
    top: 25px;
    width: 18%;
    max-height: 100px;
  }
  .top-faq > .is-parent {
    padding: 30px 0;
  }
}

.top-faq-list {
  padding: 4% 0 8%;
}
.top-faq-list .is-parent {
  font-size: 1.8rem;
  text-decoration: underline;
  position: relative;
  padding-left: 5%;
  margin-top: 3%;
}
.top-faq-list .is-parent:first-child {
  margin-top: 0;
}
.top-faq-list .is-parent:before {
  content: "Q";
  position: absolute;
  left: 0;
  color: #27bdb4;
  font-size: 2.8rem;
  top: 0;
  line-height: 1;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',"ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 300;
}
.top-faq-list .is-child {
  padding: 3%;
  background: #fff;
  border-radius: 10px;
  width: 90%;
  margin: 3% auto 0;
}
@media (max-width: 720px) {
  .top-faq-list .is-parent {
    padding-left: 20px;
    padding-right: 25px;
    font-size: 1.7rem;
  }
  .top-faq-list .is-parent:before {
    top: 2px;
    font-size: 2rem;
  }
  .top-faq-list .is-open-m {
    top: 13px;
  }
  .top-faq-list .is-child {
    width: 100%;
    padding: 20px 5%;
  }
}

.is-open-s, .is-open-m {
  width: 40px;
  height: 40px;
  border: 2px solid #27bdb4;
  background: #27bdb4;
  border-radius: 10px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  right: 0%;
  z-index: 1;
}
.is-open-s span, .is-open-m span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 20px;
  height: 2px;
  border-radius: 5px;
  transition: all .5s;
  -webkit-transition: all .5s;
  background: #fff;
}
.is-open-s span:nth-of-type(1), .is-open-m span:nth-of-type(1) {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}
.is-open-s span:nth-of-type(2), .is-open-m span:nth-of-type(2) {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
@media (max-width: 920px) {
  .is-open-s, .is-open-m {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    border-radius: 5px;
  }
  .is-open-s span, .is-open-m span {
    width: 15px;
  }
}
@media (max-width: 720px) {
  .is-open-s, .is-open-m {
    width: 24px;
    height: 24px;
    margin-top: -12px;
  }
  .is-open-s span, .is-open-m span {
    width: 12px;
    height: 1.5px;
  }
}

.is-open-m {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  border-width: 1px;
}
.is-open-m span {
  width: 16px;
  height: 1px;
}
@media (max-width: 920px) {
  .is-open-m {
    width: 26px;
    height: 26px;
    margin-top: -13px;
  }
}
@media (max-width: 720px) {
  .is-open-m {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
  .is-open-m span {
    width: 10px;
  }
}

.is-active .is-open-s, .is-active .is-open-m {
  background: #ffffd7;
}
.is-active .is-open-s span, .is-active .is-open-m span {
  background: #27bdb4;
}
.is-active .is-open-s span:nth-of-type(1), .is-active .is-open-m span:nth-of-type(1) {
  display: none;
}
.is-active .is-open-s span:nth-of-type(2), .is-active .is-open-m span:nth-of-type(2) {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

* {
  margin: 0;
  padding: 0;
}

/* モーダル全体(背景＋本体) */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 100;
}

/* モーダル背景 */
.modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(241, 236, 232, 0.8);
}

/* モーダル本体 */
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: scroll;
  max-height: 80%;
  width: 60%;
  background: #fff;
  padding: 40px 40px 80px;
  border-radius: 20px;
}
.modal-content .js-modal-close {
  position: absolute;
  top: 5%;
  right: 5%;
  width: 50px;
  height: 50px;
  background: #27bdb4;
  border-radius: 5px;
}
.modal-content .js-modal-close span {
  background: #fff;
  width: 36px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.modal-content .js-modal-close span:nth-child(1) {
  transform: rotate(-45deg);
}
.modal-content .js-modal-close span:nth-child(2) {
  transform: rotate(45deg);
}
@media (max-width: 720px) {
  .modal-content {
    width: 90%;
    padding: 35px 5% 50px;
    border-radius: 8px;
  }
  .modal-content .js-modal-close {
    width: 40px;
    height: 40px;
    right: 3%;
    top: 3%;
  }
  .modal-content .js-modal-close span {
    width: 30px;
  }
}

/* モーダルウィンドウ表示中に記事本体を固定 */
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

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

/* Icons */
@font-face {
  font-family: "slick";
  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");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.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 {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.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 {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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;
}

.slide-arrow {
  position: absolute;
  background: #27bdb4;
  top: 50%;
  outline: 0;
  border: 0;
  height: 100px;
  width: 25px;
  margin-top: -50px;
  z-index: 2;
}
.slide-arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.slide-arrow.prev-arrow {
  left: 0;
  border-radius: 10px 0 0 10px;
}
.slide-arrow.prev-arrow:before {
  left: 10px;
  width: 16px;
  height: 16px;
  border: 3px solid;
  border-color: transparent transparent #fff #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border-width: 2px;
}
.slide-arrow.next-arrow {
  border-radius: 0 10px 10px 0;
  right: 0;
}
.slide-arrow.next-arrow:before {
  right: 10px;
  width: 16px;
  height: 16px;
  border: 3px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border-width: 2px;
}
@media (max-width: 720px) {
  .slide-arrow {
    width: 20px;
    height: 80px;
  }
  .slide-arrow.prev-arrow:before {
    left: 8px;
    width: 12px;
    height: 12px;
  }
  .slide-arrow.next-arrow:before {
    right: 8px;
    width: 12px;
    height: 12px;
  }
}
.ma-tu{
	margin-bottom: 8px!important;
	line-height: 1.4!important;
}