@charset "UTF-8";
/* #############################################################

[ その他 ] ユーティリティおよびコンポーネントのスタイルをまとめる

 [note]
 *モバイルファースト
 *メジャーブレークポイントは以下の通り
  ・スマホ: mediaQueryなし //680px以下
  ・タブレット: 42.5em //680px以上
  ・デスクトップ（小）: 57.5em //920px以上
  ・デスクトップ（中）: 67.5em //1080px以上
  ・デスクトップ（大）: 75em //1200px以上

############################################################# */
/* ==========================================================================
	Utility
=========================================================================== */
.u-pc {
  display: none !important;
}

.u-sp {
  display: block !important;
}

@media screen and (min-width: 57.5em) {
  .u-pc {
    display: block !important;
  }
  .u-sp {
    display: none !important;
  }
}

div:after,
ul:after,
dl:after,
dt:after,
dd:after,
td:after,
article:after,
aside:after,
canvas:after,
footer:after,
header:after,
hgroup:after,
menu:after,
nav:after,
section:after {
  content: "";
  display: block;
  clear: both;
}

/** -------------------------------- **
	Text
*** ----------------------------------------------------------------- ***/
.u-align-left {
  text-align: left;
}

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

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

.u-nowrap {
  white-space: nowrap;
}

/** -------------------------------- **
	Color
*** ----------------------------------------------------------------- ***/
/* Text Color
--------------------------------------------- */
.txt-color-white {
  color: #fff;
}

.txt-color-black {
  color: #000;
}

.txt-color-gray {
  color: #b6b6b6;
}

.txt-color-light-gray {
  color: #f5f5f5;
}

.txt-color-dark-gray {
  color: #a8a8a8;
}

.txt-color-yellow {
  color: #f4ec22;
}

.txt-color-green {
  color: #00b900;
}

.txt-color-blue {
  color: #00aaeb;
}

.txt-color-dark-green {
  color: #0064eb;
}

.txt-color-cyan {
  color: #2cb3ed;
}

.txt-color-orange {
  color: #ff4a19;
}

.txt-color-red {
  color: #ea5550;
}

/* Bg Color
--------------------------------------------- */
.bg-color-white {
  background-color: #fff;
}

.bg-color-black {
  background-color: #000;
}

.bg-color-gray {
  background-color: #a8a8a8;
}

.bg-color-light-gray {
  background-color: #f5f5f5;
}

.bg-color-dark-gray {
  background-color: #a8a8a8;
}

.bg-color-yellow {
  background-color: #f4ec22;
}

.bg-color-green {
  background-color: #08a053;
}

.bg-color-dark-green {
  background-color: #0064eb;
}

.bg-color-blue {
  background-color: #00aaeb;
}

.bg-color-cyan {
  background-color: #2cb3ed;
}

.bg-color-orange {
  background-color: #ff4a19;
}

.bg-color-grad-blue {
  background: #59c3e1;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#59c3e1),
    to(#00a39f)
  );
  background: linear-gradient(90deg, #59c3e1 0%, #00a39f 100%);
}

.bg-color-red {
  background: #ea5550;
}

/* Border Round
--------------------------------------------- */
.border-round-circle {
  border-radius: 50%;
}

.border-round-25px {
  border-radius: 25px;
}

.border-round-3px {
  border-radius: 3px;
}

/** -------------------------------- **
	Button
*** ----------------------------------------------------------------- ***/
.c-btn a,
.c-btn button {
  display: inline-block;
}

/* button  */
.c-btn-wrap {
  text-align: center;
}

.c-more-btn {
  margin-bottom: 0;
}

.c-more-btn-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 80%;
  padding: 3% 4%;
  margin: 0 auto;
  font-size: 3.75vw;
  background: #00aaeb;
  color: #fff;
  border: 1px solid #fff;
  position: relative;
}

.c-more-btn-link:hover {
  background: #fff;
  color: #00aaeb;
  border: 1px solid #00aaeb;
}

.c-more-btn-link .icon-svg {
  margin-right: 1rem;
}

.c-more-btn-link .svg-plus {
  fill: #fff;
}

.c-more-btn-link:hover .svg-plus {
  fill: #00aaeb;
}

.c-more-btn-link:hover svg {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.c-more-btn-link:hover svg {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

@media screen and (min-width: 42.5em) {
  .c-more-btn-link {
    padding: 3% 4%;
    font-size: 1.8vw;
  }
}

@media screen and (min-width: 57.5em) {
  .c-more-btn-link {
    padding: 3% 4%;
    font-size: 0.875rem;
  }
}

/** -------------------------------- **
	Icon / SVG
*** ----------------------------------------------------------------- ***/
/* icon Setting
--------------------------------------------- */
.icon-svg {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.svg-search {
  fill: #1f9fda;
}

.svg-kbc-plus {
  fill: #231815;
}

.svg-mail {
  fill: #fff;
}

.svg-map {
  fill: #fff;
}

.svg-note {
  fill: #fff;
}

.svg-flag {
  stroke: #fff;
}

.svg-at-line {
  fill: #3aae36;
}

.svg-freedial {
  stroke: #00aaeb;
}

/* icon Pdf
--------------------------------------------- */
.icon-pdf {
  width: 2rem;
  height: 2rem;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5rem;
}

@media screen and (min-width: 57.5em) {
  .icon-pdf {
    width: 2rem;
    height: 2rem;
    margin: 0 1rem;
  }
}

/* ==========================================================================
	Component
=========================================================================== */
/** -------------------------------- **
	Title
*** ----------------------------------------------------------------- ***/
/* page title
--------------------------------------------- */
.c-page-ttl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5vw 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.common-page .c-page-ttl-wrap {
  background: url("../images/common/bg-common-ttl-sp.jpg") center no-repeat;
  background-size: cover;
}

@media screen and (min-width: 57.5em) {
  .common-page .c-page-ttl-wrap {
    background: url("../images/common/bg-common-ttl-pc.jpg") center no-repeat;
    background-size: cover;
  }
}

.c-page-ttl-txt {
  color: #fff;
  font-size: 4vw;
  letter-spacing: 0.1rem;
  font-weight: 400;
  padding: 1rem;
  margin-bottom: 0;
}

@media screen and (min-width: 57.5em) {
  .c-page-ttl-wrap {
    padding: 4.6vw 0;
  }
  .c-page-ttl-txt {
    margin: 0 auto;
    width: 92%;
    font-size: 2rem;
    line-height: 1.3;
    padding: 0;
  }
  .c-page-ttl-en {
    font-size: 1.375rem;
  }
}

@media screen and (min-width: 67.5em) {
  .c-page-ttl-txt {
    width: 1120px;
  }
}

/* contents title
--------------------------------------------- */
.c-conts-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 4.2vw;
  line-height: 1.5;
  color: #00aaeb;
  font-weight: 500;
  position: relative;
  margin-bottom: 2rem;
  overflow: hidden;
}

.c-conts-ttl::before,
.c-conts-ttl::after {
  display: block;
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  border-bottom: 1px solid #89d8f6;
}

.c-conts-ttl::before {
  margin-right: 0.8rem;
  padding-left: 1rem;
}

.c-conts-ttl::after {
  margin-left: 0.8rem;
  padding-right: 1rem;
}

.c-conts-ttl_br {
  font-size: 4.2vw;
  font-weight: 500;
}

@media screen and (min-width: 42.5em) {
  .c-conts-ttl,
  .c-conts-ttl_br {
    font-size: 3.4vw;
  }
}

@media screen and (min-width: 57.5em) {
  .c-conts-ttl,
  .c-conts-ttl_br {
    font-size: 1.75rem;
  }
  .c-conts-ttl::before {
    margin-right: 2rem;
    padding-left: 1.5rem;
  }
  .c-conts-ttl::after {
    margin-left: 2rem;
    padding-right: 1.5rem;
  }
}

/* c-conts-subttl */
.c-conts-subttl {
  font-size: 4.2vw;
  line-height: 1.5;
  font-weight: 500;
  position: relative;
  margin-bottom: 2rem;
  text-align: center;
}

.c-conts-subttl::after {
  display: block;
  content: "";
  width: 150px;
  height: 1px;
  margin: 0.2rem auto 0;
  border-bottom: 3px solid #00aaeb;
}

@media screen and (min-width: 42.5em) {
  .c-conts-subttl {
    font-size: 3.4vw;
  }
  .c-conts-subttl::after {
    margin: 0.5rem auto 0;
  }
}

@media screen and (min-width: 57.5em) {
  .c-conts-subttl {
    font-size: 1.5rem;
  }
  .c-conts-subttl::after {
    margin: 0.5rem auto 0;
  }
}

/* c-conts-subttl-02 */
.c-conts-subttl-02-header {
  margin-bottom: 1rem;
  text-align: center;
}

.c-conts-subttl-02 {
  display: inline-block;
  padding: 0 10vw;
  font-size: 5vw;
  line-height: 1.5;
  font-weight: 500;
  position: relative;
}

.c-conts-subttl-02::before,
.c-conts-subttl-02::after {
  display: block;
  content: "／";
  font-size: 2rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-conts-subttl-02::before {
  left: 0;
}

.c-conts-subttl-02::after {
  right: 0;
}

@media screen and (min-width: 42.5em) {
  .c-conts-subttl-02 {
    font-size: 3vw;
    padding: 0 6vw;
  }
}

@media screen and (min-width: 57.5em) {
  .c-conts-subttl-02-header {
    margin-bottom: 40px;
  }
  .c-conts-subttl-02 {
    font-size: 1.375rem;
    padding: 0 60px;
  }
}

/** -------------------------------- **
	List
*** ----------------------------------------------------------------- ***/
.c-indent-lists {
  padding-left: 0;
}

.c-indent-lists li {
  text-indent: -1rem;
  padding-left: 1rem;
  margin-top: 10px;
  list-style: none;
}

/** -------------------------------- **
	Table
*** ----------------------------------------------------------------- ***/
.tbl-scroll {
  width: 100%;
  margin: 2% 0 0;
  overflow-x: auto;
}

.tbl-scroll table {
  width: 1120px;
}

@media screen and (min-width: 57.5em) {
  .tbl-scroll {
    margin: 0;
  }
}

/* .c-table-layout
--------------------------------------------- */
.c-table-layout {
  width: 100%;
  table-layout: fixed;
}

.c-table-layout th,
.c-table-layout td {
  font-weight: 400;
  padding: 3% 2%;
  vertical-align: top;
}

.c-table-layout th {
  width: 28%;
  border-right: 1px solid #a8a8a8;
}

.c-table-layout td {
  padding-left: 6%;
}

/** -------------------------------- **
	Form
*** ----------------------------------------------------------------- ***/
.form-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.5rem 1rem;
  max-width: 100%;
  margin: 0 auto;
}

.form-items:nth-of-type(odd) {
  background: #f3f2d0;
}

.form-items dt {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.form-items dd {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 0;
}

.form-items .from-course-select {
  position: relative;
}
.form-items .from-course-select .mwform-checkbox-field:nth-of-type(1)::before {
  display: block;
  content: "ICT・ビジネス分野";
  margin: 0.5rem 0 1rem;
}
.form-items .from-course-select .mwform-checkbox-field:nth-of-type(2)::before {
  display: block;
  content: "IT・情報処理分野";
  margin: 1.5rem 0 1rem;
}
.form-items .from-course-select .mwform-checkbox-field:nth-of-type(4)::before {
  display: block;
  content: "ゲーム・クリエイター分野";
  margin: 1.5rem 0 1rem;
}
.form-items-course .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.form-items .sub-ttl {
  margin: 0.5rem 0 1rem;
}

.form-items .sub-ttl:not(:first-child) {
  margin: 1.5rem 0 1rem;
}

.mw_wp_form_confirm .form-items .sub-ttl {
  display: none;
}

.form-items dt span {
  color: #fff;
  padding: 0 0.5rem;
  background: #ff4a19;
  font-size: 0.812rem;
  margin-left: 1rem;
}

.form-items .error {
  display: block;
  margin-top: 0.5rem;
}

.form-items input,
.form-items textarea,
.form-items select {
  width: 100%;
  padding: 0.5rem;
  font-size: 1rem;
}

.form-items input[type*="radio"],
.form-items input[type*="checkbox"] {
  width: auto;
}

.form-items #zip {
  width: 50%;
}

.form-items textarea {
  height: 20vh;
}

.form-btn-wrap {
  padding-top: 2rem;
  text-align: center;
}

.form-submit {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  padding: 0.6rem 1rem;
  margin: 1rem auto 0;
  font-size: 4.2vw;
  text-align: center;
  color: #fff;
  background: #00aaeb;
  border: 1px solid #00aaeb;
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.form-submit:hover {
  color: #00aaeb;
  background: #fff;
}

.mail-notes {
  padding: 0 20px;
}

@media screen and (min-width: 42.5em) {
  .form-items dt {
    -ms-flex-preferred-size: 34%;
    flex-basis: 34%;
    padding-top: 0.4rem;
    margin-bottom: 0;
  }
  .form-items dd {
    -ms-flex-preferred-size: 66%;
    flex-basis: 66%;
  }
  .form-items dt span {
    color: #fff;
    padding: 0 0.5rem;
    background: #ff4a19;
    font-size: 0.812rem;
    margin-left: 1rem;
  }
}

@media screen and (min-width: 57.5em) {
  .form-items {
    max-width: 840px;
    padding: 1rem 2rem;
  }
  .form-txt {
    margin-bottom: 2.5rem;
  }
  .form-submit {
    width: 450px;
    font-size: 1.25rem;
  }
  .mail-notes {
    max-width: 840px;
    margin: 0 auto;
    padding: 0 0 20px 30px;
  }
}

/** -------------------------------- **
	grid
*** ----------------------------------------------------------------- ***/
.c-grid,
.c-grid-mgn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}

.c-grid-mgn {
  margin-left: -1.5%;
  margin-right: -1.5%;
}

.c-grid-items,
.c-grid-items-mgn {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.c-grid-items-mgn {
  padding-left: 1.5%;
  padding-right: 1.5%;
}

@media screen and (min-width: 57.5em) {
  .c-grid-mgn {
    margin-left: -1%;
    margin-right: -1%;
  }
  .c-grid-items-mgn {
    padding-left: 1%;
    padding-right: 1%;
  }
}

.c-grid-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-grid-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-grid-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

.c-grid-col1-sp {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.c-grid-col2-sp {
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.c-grid-col3-sp {
  max-width: 33.3333%;
  -ms-flex-preferred-size: 33.3333%;
  flex-basis: 33.3333%;
}

.c-grid-col3-2-sp {
  max-width: 66.666%;
  -ms-flex-preferred-size: 66.666%;
  flex-basis: 66.666%;
}

.c-grid-col4-sp {
  max-width: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.c-grid-col4-2-sp {
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.c-grid-col4-3-sp {
  max-width: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
}

.c-grid-col5-sp {
  max-width: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}

.c-grid-col5-2-sp {
  max-width: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}

.c-grid-col5-3-sp {
  max-width: 60%;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
}

.c-grid-col5-4-sp {
  max-width: 80%;
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
}

.c-grid-col6-sp {
  max-width: 16.666%;
  -ms-flex-preferred-size: 16.666%;
  flex-basis: 16.666%;
}

@media screen and (min-width: 57.5em) {
  .c-grid-col1-pc {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .c-grid-col2-pc {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .c-grid-col3-pc {
    max-width: 33.3333%;
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
  }
  .c-grid-col3-2-pc {
    max-width: 66.666%;
    -ms-flex-preferred-size: 66.666%;
    flex-basis: 66.666%;
  }
  .c-grid-col4-pc {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .c-grid-col4-2-pc {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .c-grid-col4-3-pc {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }
  .c-grid-col5-pc {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
  .c-grid-col5-2-pc {
    max-width: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
  .c-grid-col5-3-pc {
    max-width: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
  .c-grid-col5-4-pc {
    max-width: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
  }
  .c-grid-col6-pc {
    max-width: 16.666%;
    -ms-flex-preferred-size: 16.666%;
    flex-basis: 16.666%;
  }
}

/** -------------------------------- **
	Side Bnr
*** ----------------------------------------------------------------- ***/
.c-side-bnr-fixed {
  position: fixed;
  right: 0;
  top: 22%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
  z-index: 10;
}

@media screen and (min-width: 57.5em) {
  .c-side-bnr-fixed li {
    width: 32px;
    margin-left: auto;
  }
  .c-side-bnr-fixed li:last-child {
    width: 44px;
  }
}

@media screen and (min-width: 75em) {
  .c-side-bnr-fixed li {
    width: auto;
  }
  .c-side-bnr-fixed li:last-child {
    width: auto;
  }
}

/** -------------------------------- **
	breadcrumbs
*** ----------------------------------------------------------------- ***/
.breadcrumbs-wrap {
  text-align: right;
}

.breadcrumbs-lists {
  max-width: 920px;
  margin: 0 auto;
  padding-left: 0;
  list-style: none;
}

.breadcrumbs-lists li {
  display: inline-block;
  vertical-align: 0;
  padding: 5px 0;
  font-size: 0.812rem;
  font-weight: 350;
  position: relative;
}

.breadcrumbs-lists li:not(:last-child)::after {
  display: inline-block;
  vertical-align: 0;
  content: "＞";
  margin: 0 10px;
}

@media screen and (min-width: 67.5em) {
  .breadcrumbs-lists {
    max-width: 1120px;
  }
}

/** -------------------------------- **
	c-page-nation
*** ----------------------------------------------------------------- ***/
.c-page-nation {
  padding-top: 6%;
}

.c-pager-lists {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  text-align: center;
}

.c-pager-lists li {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}

.c-pager-lists li a {
  display: block;
  padding: 4px 10px;
  margin: 0 1vw;
  font-size: 0.812rem;
  font-weight: 350;
  color: #5b5959;
  border: 1px solid #5b5959;
  background: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.c-pager-lists li .c-pager-lists-ac {
  color: #fff;
  border: 1px solid #5b5959;
  background: #5b5959;
}

.c-pager-lists li .c-pager-lists-arr {
  color: #5b5959;
  font-size: 1.125rem;
  border: none;
  background: none;
}

.c-pager-lists li a:hover {
  color: #fff;
  border: 1px solid #5b5959;
  background: #5b5959;
}

.c-pager-lists li .c-pager-lists-arr:hover {
  color: #2cb3ed;
  border: none;
  background: none;
}

@media screen and (min-width: 57.5em) {
  .c-pager-lists li a {
    margin: 0 5px;
  }
  .c-pager-lists li .c-pager-lists-arr {
    margin: 0 10px;
  }
}

/* 戻るボタン  */
.c-page-nation .back-link {
  color: #fff;
  border: 1px solid #00aaeb;
  background: #00aaeb;
  margin: 0 1.5rem;
}

.c-page-nation .back-link:hover {
  color: #00aaeb;
  border: 1px solid #00aaeb;
  background: #fff;
}

/* slide */
.slide-wrap {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}

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

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

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

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

.slide-wrap .slick-prev {
  left: -4%;
  z-index: 1;
}

.slide-wrap .slick-prev:before {
  display: block;
  width: 20px;
  height: 76px;
  content: "";
  background: url("../images/common/svg-arr-01.svg") center no-repeat;
  background-size: contain;
}

.slide-wrap .slick-next {
  right: -4%;
}

.slide-wrap .slick-next:before {
  display: block;
  width: 20px;
  height: 76px;
  content: "";
  -webkit-transform: rotate(184deg);
  transform: rotate(184deg);
  background: url("../images/common/svg-arr-01.svg") center no-repeat;
  background-size: contain;
}
