@charset "UTF-8";
/*
Theme Name: cor_corp_theme
Author: zelo marketing
Author URI: https://zelo.jp/
Version: 1.0
*/
/* リセット */
html, body, div, object, iframe, p,
blockquote, pre, abbr, address, cite, code, del, dfn, em, img,
ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd,
ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
figcaption, figure, footer, header, hgroup, menu, nav, section,
summary, time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  list-style: none;
}

html {
  scroll-behavior: smooth;
  font-size: 10px;
}

body {
  overflow-x: hidden;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast; /*Chrome対策*/
}

ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  text-decoration: none;
  color: #000;
  background-color: #ff9;
}

mark {
  font-weight: bold;
  font-style: italic;
  color: #000;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

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

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

input {
  padding: 0px;
}

text, textarea, input {
  font-size: 16px; /* iphoneズーム対策 */
}

/* 基本設定 */
/* font-familyにOsakaを入れるとMacで不測の余白が発生するため入れない */
body {
  font-family: "Hiragino Kaku Gothic Std", "Meiryo", "メイリオ", "ヒラギノ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #fff;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
  color: #212121;
}

a:hover {
  opacity: 0.8;
}
@media (max-width: 1100px) {
  a:hover {
    opacity: 1;
  }
}

.sp {
  display: none;
}

@media (max-width: 1100px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}
header {
  display: flex;
  justify-content: space-between;
  background: #FFFFFF;
  padding: 15px 115px 15px 70px;
  border: solid 1px #EBEBEB;
  box-sizing: border-box;
  position: fixed;
  width: 100%;
  z-index: 2;
  box-shadow: 0 5px 15px -3px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1100px) {
  header {
    background: none;
    position: relative;
    border: none;
    padding: 0;
    box-shadow: none;
  }
}
header p:nth-of-type(1) {
  margin-top: 5px;
  margin-bottom: 5px;
}
header p:nth-of-type(1) img {
  width: 184px;
  height: 38px;
}
@media (max-width: 1100px) {
  header p:nth-of-type(2) {
    position: absolute;
    top: 10px;
    left: 20px;
  }
}
header p:nth-of-type(3) {
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 1100px) {
  header p:nth-of-type(3) {
    position: absolute;
    top: 10px;
    right: 10px;
    font-weight: bold;
  }
}
header p:nth-of-type(3) a {
  display: block;
  background: #0096DB;
  width: 250px;
  height: 53px;
  border-radius: 10px;
  box-sizing: border-box;
  padding-top: 17px;
  color: #FFFFFF;
}
@media (max-width: 1100px) {
  header p:nth-of-type(3) a {
    width: 120px;
    height: 40px;
    border-radius: 5px;
    padding-top: 12px;
  }
}
header p:nth-of-type(3):hover {
  opacity: 0.8;
}

.baito_top > div {
  background: url("img/bg_main.png") no-repeat;
  background-size: cover;
  box-shadow: 0 10px 20px -3px rgba(0, 0, 0, 0.15) inset;
  padding-top: 83px;
}
@media (max-width: 1100px) {
  .baito_top > div {
    padding: 0 10px;
    box-shadow: none;
  }
}
.baito_top > div h1 {
  text-align: center;
  margin: 0;
  padding-top: 40px;
}
@media (max-width: 1100px) {
  .baito_top > div h1::before {
    content: "";
    display: block;
    width: 89px;
    height: 106px;
    background: url("img/main_icon.svg") no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 1100px) {
  .baito_top > div h1 .sp {
    width: 100%;
    margin-top: 10px;
    display: inline-block;
  }
}
.baito_top > div > ul {
  font-size: 1.8rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  margin-left: -150px;
}
@media (max-width: 1100px) {
  .baito_top > div > ul {
    font-size: 1.2rem;
    margin-left: 0;
    font-weight: bold;
  }
}
@media screen and (max-width: 450px) {
  .baito_top > div > ul {
    font-size: 1rem;
  }
}
.baito_top > div > ul::before {
  content: "";
  display: inline-block;
  width: 125px;
  height: 150px;
  background: url("img/main_icon.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 30px;
}
@media (max-width: 1100px) {
  .baito_top > div > ul::before {
    content: none;
  }
}
.baito_top > div > ul li {
  border-radius: 34px;
  border: solid #000 3px;
  background: #FFFFFF;
  text-align: center;
  width: 250px;
  height: 50px;
  box-sizing: border-box;
  padding-top: 10px;
  margin-left: 23px;
  margin-top: 50px;
}
@media (max-width: 1100px) {
  .baito_top > div > ul li {
    width: 33.3%;
    height: 34px;
    padding-top: 8px;
    border: solid #000 2px;
    margin-left: 10px;
    border-radius: 30px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 450px) {
  .baito_top > div > ul li {
    padding-top: 7px;
  }
}
.baito_top > div > ul li::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("img/icon_check.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 10px;
}
@media (max-width: 1100px) {
  .baito_top > div > ul li::before {
    width: 16px;
    height: 16px;
    margin-top: -2px;
    margin-right: 5px;
  }
}
.baito_top > div > ul li:first-of-type {
  margin-left: 0;
}
.baito_top > div > div {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
@media (max-width: 1100px) {
  .baito_top > div > div {
    margin-top: 20px;
    display: block;
  }
}
.baito_top > div > div ul {
  margin-right: 25px;
}
@media (max-width: 1100px) {
  .baito_top > div > div ul {
    margin-right: 10px;
    margin-left: 10px;
  }
}
.baito_top > div > div ul li {
  width: 500px;
  height: auto;
  margin-top: 20px;
}
@media (max-width: 1100px) {
  .baito_top > div > div ul li {
    width: inherit;
    margin-top: 10px;
  }
}
.baito_top > div > div ul li:first-of-type {
  margin-top: 0;
}
.baito_top > div > div dl {
  background: url("img/bg_graduation.png") no-repeat;
  background-size: 475px 327px;
  width: 475px;
  height: 375px;
  padding-top: 40px;
  box-sizing: border-box;
}
@media (max-width: 1100px) {
  .baito_top > div > div dl {
    background: url("img/icon_graduation.svg") no-repeat 20px center #0051A2;
    background-size: 40px 43px;
    width: initial;
    height: initial;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 20px;
    padding: 10px 10px 10px 70px;
  }
}
.baito_top > div > div dl dt {
  font-size: 3.2rem;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 1100px) {
  .baito_top > div > div dl dt {
    font-size: 1.6rem;
    text-align: left;
    font-weight: bold;
  }
}
.baito_top > div > div dl dd {
  color: #0051A2;
  font-weight: 600;
  margin-top: 69px;
}
@media (max-width: 1100px) {
  .baito_top > div > div dl dd {
    color: #FFFFFF;
    margin-top: 5px;
    font-weight: bold;
  }
}
.baito_top > div > div dl dd p:nth-of-type(1) {
  font-size: 1.6rem;
  text-align: center;
}
@media (max-width: 1100px) {
  .baito_top > div > div dl dd p:nth-of-type(1) {
    display: none;
  }
}
.baito_top > div > div dl dd p:nth-of-type(2) {
  font-size: 1.5rem;
  margin-top: 50px;
  margin-left: 165px;
}
@media (max-width: 1100px) {
  .baito_top > div > div dl dd p:nth-of-type(2) {
    font-size: 1.2rem;
    margin-top: 0;
    margin-left: 0;
  }
  .baito_top > div > div dl dd p:nth-of-type(2) br {
    display: none;
  }
}

h2 {
  margin: 0;
  text-align: center;
  font-size: 4rem;
}
@media (max-width: 1100px) {
  h2 {
    font-size: 3.2rem;
  }
}
h2::after {
  content: "";
  display: block;
  margin: 5px auto 0 auto;
}

.welcome {
  padding-top: 100px;
}
@media (max-width: 1100px) {
  .welcome {
    padding-top: 70px;
  }
}
.welcome h2::after {
  width: 74px;
  height: 14px;
  background: url("img/h2_welcome.svg") no-repeat;
  background-size: contain;
}
.welcome ul {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 290px;
}
@media (max-width: 1100px) {
  .welcome ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 30px;
  }
}
.welcome ul li {
  width: 254px;
  height: 108px;
  background: #0096DB;
  border-radius: 29px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
  margin-left: 28px;
  display: grid;
  place-items: center;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 1100px) {
  .welcome ul li {
    font-size: 1.4rem;
    margin-left: 0;
    width: 50%;
    height: inherit;
    width: calc(50% - 8px);
    padding: 15px 20px;
    margin-bottom: 200px;
    font-weight: bold;
  }
  .welcome ul li br {
    display: none;
  }
}
.welcome ul li::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #0096DB transparent transparent transparent;
  border-width: 10px 10px 0 10px;
}
.welcome ul li::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 150px;
  height: 150px;
  vertical-align: middle;
  bottom: -195px;
}
@media (max-width: 1100px) {
  .welcome ul li::after {
    width: 130px;
    height: 130px;
    bottom: -160px;
  }
}
.welcome ul li:first-of-type {
  margin-left: 0;
}
@media (max-width: 1100px) {
  .welcome ul li:nth-of-type(1) {
    margin-right: 15px;
  }
}
.welcome ul li:nth-of-type(1)::after {
  background: url("img/welcome01.svg") no-repeat;
  background-size: contain;
}
@media (max-width: 1100px) {
  .welcome ul li:nth-of-type(1)::after {
    background-size: 130px;
  }
}
.welcome ul li:nth-of-type(2)::after {
  background: url("img/welcome02.svg") no-repeat;
  background-size: contain;
}
@media (max-width: 1100px) {
  .welcome ul li:nth-of-type(2)::after {
    background-size: 130px;
  }
}
@media (max-width: 1100px) {
  .welcome ul li:nth-of-type(3) {
    margin-right: 15px;
  }
}
.welcome ul li:nth-of-type(3)::after {
  background: url("img/welcome03.svg") no-repeat;
  background-size: contain;
}
@media (max-width: 1100px) {
  .welcome ul li:nth-of-type(3)::after {
    background-size: 130px;
  }
}
.welcome ul li:nth-of-type(4)::after {
  background: url("img/welcome04.svg") no-repeat;
  background-size: contain;
}
@media (max-width: 1100px) {
  .welcome ul li:nth-of-type(4)::after {
    background-size: 130px;
  }
}

.description {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #FCDD13;
}
@media (max-width: 1100px) {
  .description {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.description > p {
  margin: 40px auto 50px auto;
  text-align: center;
  width: 1000px;
}
@media (max-width: 1100px) {
  .description > p {
    margin: 40px 20px 40px 20px;
    width: inherit;
    text-align: left;
  }
}
.description h2::after {
  width: 130px;
  height: 17px;
  background: url("img/h2_description.svg") no-repeat;
  background-size: contain;
}
.description ul {
  display: flex;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 30px;
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 1100px) {
  .description ul {
    width: inherit;
    flex-wrap: wrap;
    border-radius: 20px;
    margin: 0 20px;
    font-weight: bold;
  }
}
.description ul li {
  height: 227px;
  width: 250px;
  padding-top: 183px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 1100px) {
  .description ul li {
    width: 50%;
    height: inherit;
    padding-top: 150px;
    padding-bottom: 30px;
  }
}
.description ul li::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 4px;
  height: 227px;
  background: url("img/description_dots.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media (max-width: 1100px) {
  .description ul li::after {
    width: 3px;
    height: 100%;
    background: url("img/description_dots.svg") repeat-y;
    background-size: contain;
  }
}
.description ul li:nth-of-type(1) {
  background: url("img/icon_description01.svg") no-repeat center 35px;
  background-size: 130px;
}
@media (max-width: 1100px) {
  .description ul li:nth-of-type(1) {
    background: url("img/icon_description01.svg") no-repeat center 30px;
    background-size: 90px;
  }
}
.description ul li:nth-of-type(1)::after {
  content: none;
}
@media (max-width: 1100px) {
  .description ul li:nth-of-type(1)::after {
    position: absolute;
    top: 0;
    left: 100%;
    content: "";
    display: inline-block;
    width: 3px;
    height: 100%;
    background: url("img/description_dots.svg") repeat-y;
    background-size: contain;
    vertical-align: middle;
  }
}
.description ul li:nth-of-type(2) {
  background: url("img/icon_description02.svg") no-repeat center 35px;
  background-size: 130px;
}
@media (max-width: 1100px) {
  .description ul li:nth-of-type(2) {
    background: url("img/icon_description02.svg") no-repeat center 30px;
    background-size: 90px;
  }
}
@media (max-width: 1100px) {
  .description ul li:nth-of-type(2)::after {
    position: absolute;
    top: 100%;
    left: 0;
    content: "";
    display: inline-block;
    width: 100%;
    height: 4px;
    background: url("img/description_dots_sp.svg") repeat-x;
    background-size: contain;
    vertical-align: middle;
  }
}
.description ul li:nth-of-type(3) {
  background: url("img/icon_description03.svg") no-repeat center 35px;
  background-size: 130px;
}
@media (max-width: 1100px) {
  .description ul li:nth-of-type(3) {
    background: url("img/icon_description03.svg") no-repeat center 30px;
    background-size: 90px;
  }
}
@media (max-width: 1100px) {
  .description ul li:nth-of-type(3)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: inline-block;
    width: 100%;
    height: 4px;
    background: url("img/description_dots_sp.svg") repeat-x;
    background-size: contain;
    vertical-align: middle;
  }
}
.description ul li:nth-of-type(4) {
  background: url("img/icon_description04.svg") no-repeat center 35px;
  background-size: 130px;
}
@media (max-width: 1100px) {
  .description ul li:nth-of-type(4) {
    background: url("img/icon_description04.svg") no-repeat center 30px;
    background-size: 90px;
  }
}

.work {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1100px) {
  .work {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.work h2::after {
  width: 40px;
  height: 14px;
  background: url("img/h2_work.svg") no-repeat;
  background-size: contain;
}
.work ul {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 70px;
}
@media (max-width: 1100px) {
  .work ul {
    display: block;
    margin: 100px 20px 70px 20px;
  }
}
.work ul li {
  width: 315px;
  position: relative;
  margin-left: 76px;
}
@media (max-width: 1100px) {
  .work ul li {
    width: inherit;
    margin-left: 0;
    margin-top: 90px;
  }
}
.work ul li dl dt {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 1100px) {
  .work ul li dl dt {
    margin-bottom: 20px;
    font-weight: bold;
  }
}
.work ul li dl dd {
  padding-top: 206px;
  text-align: center;
  font-size: 1.4rem;
}
@media (max-width: 1100px) {
  .work ul li dl dd {
    padding-top: 63%;
    text-align: left;
  }
}
.work ul li:nth-of-type(1) {
  margin-left: 0;
}
@media (max-width: 1100px) {
  .work ul li:nth-of-type(1) {
    margin-top: 0;
  }
}
.work ul li:nth-of-type(1) dt::before {
  position: absolute;
  left: 0;
  content: "";
  display: inline-block;
  width: 36px;
  height: 30px;
  background: url("img/work_number01.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media (max-width: 1100px) {
  .work ul li:nth-of-type(1) dt::before {
    left: 50%;
    transform: translateX(-50%);
    top: -40px;
  }
}
.work ul li:nth-of-type(1) dd {
  background: url("img/work_01.jpg") no-repeat center top;
  background-size: 315px 186px;
}
@media (max-width: 1100px) {
  .work ul li:nth-of-type(1) dd {
    background-size: contain;
  }
}
.work ul li:nth-of-type(2) dt::before {
  position: absolute;
  left: 0;
  content: "";
  display: inline-block;
  width: 43px;
  height: 30px;
  background: url("img/work_number02.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media (max-width: 1100px) {
  .work ul li:nth-of-type(2) dt::before {
    left: 50%;
    transform: translateX(-50%);
    top: -40px;
  }
}
.work ul li:nth-of-type(2) dd {
  background: url("img/work_02.jpg") no-repeat center top;
  background-size: 315px 186px;
}
@media (max-width: 1100px) {
  .work ul li:nth-of-type(2) dd {
    background-size: contain;
  }
}
.work ul li:nth-of-type(3) dt::before {
  position: absolute;
  left: 0;
  content: "";
  display: inline-block;
  width: 42px;
  height: 30px;
  background: url("img/work_number03.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media (max-width: 1100px) {
  .work ul li:nth-of-type(3) dt::before {
    left: 50%;
    transform: translateX(-50%);
    top: -40px;
  }
}
.work ul li:nth-of-type(3) dd {
  background: url("img/work_03.jpg") no-repeat center top;
  background-size: 315px 186px;
}
@media (max-width: 1100px) {
  .work ul li:nth-of-type(3) dd {
    background-size: contain;
  }
}

.entry_btn {
  margin: 0 auto;
  font-size: 1.4rem;
  font-weight: 600;
  width: 374px;
  height: 68px;
}
@media (max-width: 1100px) {
  .entry_btn {
    width: inherit;
    margin-left: 20px;
    margin-right: 20px;
    font-weight: bold;
  }
}
.entry_btn a {
  color: #FFFFFF;
  display: block;
  background: #212121;
  width: 374px;
  height: 68px;
  padding-top: 25px;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
  border-radius: 10px;
}
@media (max-width: 1100px) {
  .entry_btn a {
    width: inherit;
  }
}
.entry_btn a:hover {
  background: #5A5A5A;
  opacity: 1;
}
.entry_btn a span {
  display: inline-block;
  position: relative;
}
.entry_btn a span::before {
  content: "";
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -60px;
  margin-top: -9px;
}
.entry_btn a span::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #212121;
  border-right: solid 2px #212121;
  position: absolute;
  top: 50%;
  right: -53px;
  margin-top: -3px;
  transform: rotate(45deg);
}

.work_style {
  background: #FCDD13;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1100px) {
  .work_style {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.work_style h2::after {
  width: 90px;
  height: 18px;
  background: url("img/h2_work-style.svg") no-repeat;
  background-size: contain;
}
.work_style > p {
  text-align: center;
  margin: 40px auto 50px auto;
  width: 1000px;
}
@media (max-width: 1100px) {
  .work_style > p {
    margin: 40px 20px 20px 20px;
    width: inherit;
    text-align: left;
  }
}
.work_style ul {
  display: flex;
  justify-content: center;
}
@media (max-width: 1100px) {
  .work_style ul {
    display: block;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.work_style ul li {
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 10px 20px -3px rgba(0, 0, 0, 0.15);
  width: 460px;
  box-sizing: border-box;
  padding: 40px 60px 50px 60px;
}
@media (max-width: 1100px) {
  .work_style ul li {
    width: inherit;
    border-radius: 5px;
    padding: 20px 25px 20px 25px;
  }
}
.work_style ul li dl dt {
  font-size: 1.5rem;
  font-weight: 600;
  padding-top: 3px;
  padding-left: 80px;
  min-height: 60px;
  box-sizing: border-box;
  margin-bottom: 20px;
  line-height: 28px;
}
@media (max-width: 1100px) {
  .work_style ul li dl dt {
    font-size: 1.6rem;
    font-weight: bold;
  }
}
@media (max-width: 1100px) {
  .work_style ul li dl dd p {
    font-size: 1.4rem;
  }
}
@media (max-width: 1100px) {
  .work_style ul li dl dd p:last-of-type {
    text-align: center;
  }
}
.work_style ul li dl dd em {
  font-size: 1.5rem;
  font-weight: 600;
  border-left: solid 4px #212121;
  padding-left: 10px;
  display: block;
  margin-bottom: 10px;
  font-style: normal;
  padding-top: 3px;
}
@media (max-width: 1100px) {
  .work_style ul li dl dd em {
    font-size: 1.6rem;
    font-weight: bold;
  }
}
.work_style ul li dl dd img {
  margin-top: 30px;
}
@media (max-width: 1100px) {
  .work_style ul li dl dd img {
    margin-top: 20px;
  }
}
.work_style ul li:nth-of-type(1) {
  margin-right: 80px;
}
@media (max-width: 1100px) {
  .work_style ul li:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.work_style ul li:nth-of-type(1) dl dt {
  background: url("img/case_icon01.svg") no-repeat left top;
  background-size: 60px;
}
.work_style ul li:nth-of-type(2) dl dt {
  background: url("img/case_icon02.svg") no-repeat left top;
  background-size: 60px;
}

.point {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1100px) {
  .point {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.point h2::after {
  width: 44px;
  height: 18px;
  background: url("img/h2_point.svg") no-repeat;
  background-size: contain;
}
.point ul {
  font-size: 1.6rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-left: 74px;
  margin-top: 35px;
}
@media (max-width: 1100px) {
  .point ul {
    display: block;
    margin-left: 0;
    font-weight: bold;
  }
}
.point ul li {
  margin-left: 150px;
  padding-top: 185px;
}
@media (max-width: 1100px) {
  .point ul li {
    margin-left: 0;
    margin-top: 55px;
  }
}
.point ul li:nth-of-type(1) {
  margin-left: 0;
  background: url("img/point01.svg") no-repeat center top;
  background-size: 160px 165px;
}
@media (max-width: 1100px) {
  .point ul li:nth-of-type(1) {
    margin-top: 0;
  }
}
.point ul li:nth-of-type(2) {
  background: url("img/point02.svg") no-repeat center top;
  background-size: 160px 165px;
}
.point ul li:nth-of-type(3) {
  background: url("img/point03.svg") no-repeat center top;
  background-size: 160px 165px;
}

.requirements {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #F2F2F2;
}
@media (max-width: 1100px) {
  .requirements {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.requirements h2::after {
  width: 114px;
  height: 18px;
  background: url("img/h2_requirements.svg") no-repeat;
  background-size: contain;
}
.requirements dl {
  width: 800px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  font-size: 1.6rem;
  margin-top: 70px;
}
@media (max-width: 1100px) {
  .requirements dl {
    width: inherit;
    font-size: 1.4rem;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 40px;
  }
}
.requirements dl dt {
  width: 180px;
  background: #212121;
  font-weight: 500;
  color: #FFFFFF;
  border-bottom: solid 2px #F2F2F2;
  padding: 20px 30px;
  box-sizing: border-box;
}
@media (max-width: 1100px) {
  .requirements dl dt {
    font-weight: normal;
    width: 30%;
    padding: 20px 10px;
    font-weight: bold;
  }
}
.requirements dl dd {
  width: 620px;
  background: #FFFFFF;
  border-bottom: solid 2px #F2F2F2;
  padding: 20px 30px;
  box-sizing: border-box;
}
@media (max-width: 1100px) {
  .requirements dl dd {
    width: 70%;
    padding: 20px;
  }
}
.requirements dl dt:last-of-type,
.requirements dl dd:last-of-type {
  border-bottom: none;
}
.requirements .map {
  width: 730px;
  height: 270px;
  margin: 100px auto 50px auto;
  border-radius: 13px;
  border: solid #FFFFFF 4px;
}
@media (max-width: 1100px) {
  .requirements .map {
    margin: 50px 20px 40px 20px;
    width: inherit;
    height: 220px;
  }
}
.requirements .map iframe {
  width: 730px;
  height: 270px;
}
@media (max-width: 1100px) {
  .requirements .map iframe {
    width: 100%;
    height: 220px;
  }
}

.flow {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #0096DB;
}
@media (max-width: 1100px) {
  .flow {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.flow h2 {
  color: #FFFFFF;
}
.flow h2::after {
  width: 36px;
  height: 14px;
  background: url("img/h2_flow.svg") no-repeat;
  background-size: contain;
}
.flow ul {
  width: 800px;
  margin: 50px auto 0 auto;
}
@media (max-width: 1100px) {
  .flow ul {
    width: inherit;
    margin: 50px 20px 0 20px;
  }
}
.flow ul li {
  background: #FFFFFF;
  border-radius: 10px;
  font-size: 2rem;
  font-weight: 600;
  display: grid;
  place-items: center;
  height: 77px;
  position: relative;
  margin-top: 50px;
}
@media (max-width: 1100px) {
  .flow ul li {
    font-weight: bold;
  }
}
.flow ul li::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -30px;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #212121 transparent transparent transparent;
  border-width: 10px 10px 0 10px;
}
.flow ul li:nth-of-type(1) {
  background: url("img/flow_step01.svg") no-repeat 40px #FFFFFF;
  background-size: 44px 62px, 60px;
  margin-top: 0;
}
.flow ul li:nth-of-type(1)::before {
  position: absolute;
  right: 40px;
  content: "";
  display: inline-block;
  width: 57px;
  height: 57px;
  background: url("img/flow_icon01.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.flow ul li:nth-of-type(2) {
  background: url("img/flow_step02.svg") no-repeat 40px #FFFFFF;
  background-size: 44px 62px, 60px;
}
.flow ul li:nth-of-type(2)::before {
  position: absolute;
  right: 40px;
  content: "";
  display: inline-block;
  width: 57px;
  height: 57px;
  background: url("img/flow_icon02.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.flow ul li:nth-of-type(3) {
  background: url("img/flow_step03.svg") no-repeat 40px #FFFFFF;
  background-size: 44px 62px, 60px;
}
.flow ul li:nth-of-type(3)::before {
  position: absolute;
  right: 40px;
  content: "";
  display: inline-block;
  width: 57px;
  height: 57px;
  background: url("img/flow_icon03.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.flow ul li:nth-of-type(3)::after {
  content: none;
}

.office {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #F2F2F2;
}
@media (max-width: 1100px) {
  .office {
    padding-top: 70px;
    padding-bottom: 110px;
  }
}
.office h2::after {
  width: 48px;
  height: 14px;
  background: url("img/h2_office.svg") no-repeat;
  background-size: contain;
}
.office .slider {
  width: 680px;
  height: auto;
  margin: 20px auto 0 auto;
}
@media (max-width: 1100px) {
  .office .slider {
    width: inherit;
    height: 250px;
    margin-left: 15px;
  }
}
.office .slider .slick-slide {
  padding: 20px;
}
@media (max-width: 1100px) {
  .office .slider .slick-slide {
    padding: 0 5px;
  }
}
.office .slider img {
  width: 630px;
  height: 390px;
  border-radius: 10px;
  box-shadow: 0 10px 20px -3px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1100px) {
  .office .slider img {
    box-shadow: none;
    width: inherit;
    height: 250px;
  }
}
.office .slick-prev {
  width: 70px;
  height: 70px;
  background: #0096DB;
  border-radius: 50%;
  left: -70px;
}
.office .slick-prev::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("img/arrow_left.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
  opacity: 1 !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.office .slick-prev:hover {
  background: #0096DB;
  opacity: 0.8 !important;
}
.office .slick-next {
  width: 70px;
  height: 70px;
  background: #0096DB;
  border-radius: 50%;
  right: -60px;
}
.office .slick-next::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("img/arrow_right.svg");
  background-size: contain;
  vertical-align: middle;
  opacity: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.office .slick-next:hover {
  background: #0096DB;
  opacity: 0.8;
}
.office .slider .my-dots {
  display: flex;
  justify-content: space-between;
  width: 100px;
  list-style: none;
  margin: 10px auto 0 auto;
}
@media (max-width: 1100px) {
  .office .slider .my-dots {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.office .slider .my-dots li {
  display: block;
  width: 9px;
  height: 9px;
  text-align: center;
  position: relative;
}
.office .slider .my-dots li button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  color: #CBCBCB;
  text-indent: -9999px;
  width: 20px;
  margin: 0 auto;
  overflow: visible;
}
.office .slider .my-dots li button::after {
  content: "●";
  font-size: 20px;
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 30%;
  display: inline-block;
  content: "" !important;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background-color: #CBCBCB;
}
.office .slider .my-dots li.slick-active button::after {
  background: #212121;
}
.office .slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
@media (max-width: 1100px) {
  .office .slider .slick-list {
    padding: 0 10% 0 0 !important;
  }
}

.qa {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1100px) {
  .qa {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.qa h2::after {
  width: 32px;
  height: 14px;
  background: url("img/h2_qa.svg") no-repeat;
  background-size: contain;
}
.qa dl {
  width: 800px;
  margin: 40px auto 0 auto;
}
@media (max-width: 1100px) {
  .qa dl {
    width: inherit;
    margin: 40px 20px 0 20px;
  }
}
.qa dl dt {
  font-size: 1.6rem;
  font-weight: 600;
  border-radius: 10px 10px 0 0;
  background: url("img/qa_q.svg") no-repeat 30px center #FCDD13;
  background-size: 40px;
  padding: 25px 25px 25px 100px;
  box-shadow: 0 -5px 20px -6px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1100px) {
  .qa dl dt {
    font-size: 1.4rem;
    background: url("img/qa_q.svg") no-repeat 10px center #FCDD13;
    background-size: 33px;
    padding: 15px 15px 15px 53px;
    font-weight: bold;
  }
}
.qa dl dd {
  font-size: 1.4rem;
  border-radius: 0 0 10px 10px;
  background: url("img/qa_a.svg") no-repeat 30px center;
  background-size: 40px;
  padding: 25px 25px 25px 100px;
  box-shadow: 0 10px 20px -3px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
}
@media (max-width: 1100px) {
  .qa dl dd {
    background: url("img/qa_a.svg") no-repeat 10px center;
    background-size: 33px;
    padding: 15px 15px 15px 53px;
    margin-bottom: 20px;
  }
}
.qa dl dd:last-of-type {
  margin-bottom: 0;
}

.entry {
  background: #F2F2F2;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1100px) {
  .entry {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.entry h2::after {
  width: 44px;
  height: 18px;
  background: url("img/h2_entry.svg") no-repeat;
  background-size: contain;
}
.entry form dl {
  width: 1000px;
  margin: 40px auto 0 auto;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 80px 100px 50px 100px;
  box-sizing: border-box;
  box-shadow: 0 10px 20px -3px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1100px) {
  .entry form dl {
    width: inherit;
    margin: 40px 20px 0 20px;
    padding: 35px 20px 40px 20px;
  }
}
.entry form dl dt {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (max-width: 1100px) {
  .entry form dl dt {
    font-weight: bold;
  }
}
.entry form dl dt.hissu::after {
  content: "必須";
  background: #E85298;
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: 500;
  border-radius: 5px;
  padding: 2px 10px;
  margin-left: 20px;
}
@media (max-width: 1100px) {
  .entry form dl dt.hissu::after {
    font-weight: bold;
  }
}
.entry form dl dt.ninni::after {
  content: "任意";
  background: #CBCBCB;
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: 500;
  border-radius: 5px;
  padding: 2px 10px;
  margin-left: 20px;
}
@media (max-width: 1100px) {
  .entry form dl dt.ninni::after {
    font-weight: bold;
  }
}
.entry form dl dd {
  margin-bottom: 35px;
}
.entry form dl dd input, .entry form dl dd select, .entry form dl dd option, .entry form dl dd textarea {
  font-family: "Hiragino Kaku Gothic Std", "Meiryo", "メイリオ", "ヒラギノ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border: 1px solid #E3E3E3;
  text-align: left;
  border-radius: 10px;
  padding: 5px;
  box-sizing: border-box;
  width: 100%;
  -webkit-appearance: none;
  padding: 12px 10px 10px 10px;
  font-size: 1.5rem;
}
@media (max-width: 1100px) {
  .entry form dl dd input, .entry form dl dd select, .entry form dl dd option, .entry form dl dd textarea {
    font-size: 1.6rem;
  }
}
.entry form dl dd input::placeholder, .entry form dl dd select::placeholder, .entry form dl dd option::placeholder, .entry form dl dd textarea::placeholder {
  font-family: "Hiragino Kaku Gothic Std", "Meiryo", "メイリオ", "ヒラギノ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #CBCBCB;
}
.entry form dl dd input:focus, .entry form dl dd select:focus, .entry form dl dd option:focus, .entry form dl dd textarea:focus {
  outline: none;
}
.entry form dl dd select {
  color: #212121;
  background: #FFFFFF;
}
.entry form dl dd textarea {
  height: 120px;
  min-height: 120px;
  min-width: 800px;
  max-width: 800px;
}
@media (max-width: 1100px) {
  .entry form dl dd textarea {
    min-width: inherit;
    max-width: inherit;
  }
}
.entry form dl dd input[type=file] {
  background: none;
  border: none;
  padding: 0;
  width: 300px;
  margin-bottom: 5px;
  color: #212121;
}
@media (max-width: 1100px) {
  .entry form dl dd input[type=file] {
    width: 100%;
  }
}
.entry form dl dd input[type=file]::-webkit-file-upload-button {
  -webkit-appearance: none;
  border: solid 1px #E3E3E3;
  border-radius: 10px;
  font-size: 1.4rem;
  padding: 10px 20px 10px 20px;
  margin-right: 10px;
  cursor: pointer;
  line-height: 1.5;
  background: #FFFFFF;
  color: #212121;
}
.entry form dl dd > p {
  font-size: 1.2rem;
}
.entry form dl dd:nth-of-type(3) span {
  position: relative;
}
.entry form dl dd:nth-of-type(3) span::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #DADADA;
  border-right: solid 1px #DADADA;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  margin-top: -4px;
  transform: rotate(135deg);
}
.entry form .submit {
  position: relative;
  width: 374px;
  height: 68px;
  margin: 50px auto 0 auto;
}
@media (max-width: 1100px) {
  .entry form .submit {
    width: inherit;
    margin: 70px 20px 0 20px;
  }
}
.entry form .submit input[type=submit] {
  width: 374px;
  height: 68px;
  font-size: 1.4rem;
  font-weight: 600;
  border-radius: 0;
  color: #FFFFFF;
  background: #212121;
  border: 1px solid #212121;
  display: block;
  cursor: pointer;
  padding-top: 3px;
  -webkit-appearance: none;
  margin: 0 auto;
  border-radius: 10px;
}
@media (max-width: 1100px) {
  .entry form .submit input[type=submit] {
    width: 100%;
    font-weight: bold;
  }
}
.entry form .submit input[type=submit]:hover {
  background: #5A5A5A;
}
.entry form .submit::before {
  content: "";
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 78px;
  margin-top: -9px;
}
.entry form .submit::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #212121;
  border-right: solid 2px #212121;
  position: absolute;
  top: 50%;
  right: 86px;
  margin-top: -3px;
  transform: rotate(45deg);
}
.entry form > p {
  text-align: center;
  margin-top: 50px;
}
.entry form > p a {
  color: #3578a4;
  text-decoration: underline;
}
@media (max-width: 1100px) {
  .entry form > p {
    text-align: left;
    font-size: 1.4rem;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.entry .screen-reader-response {
  display: none;
}
.entry .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1.2rem;
  margin-top: 5px;
  display: block;
}
.entry .wpcf7 form.init .wpcf7-response-output {
  display: none;
}
.entry .wpcf7 form.invalid .wpcf7-response-output {
  width: 1000px;
  margin: 30px auto 0 auto;
  border: 2px solid #cf2e2e;
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
  color: #cf2e2e;
}
@media (max-width: 1100px) {
  .entry .wpcf7 form.invalid .wpcf7-response-output {
    width: inherit;
    margin: 30px 20px 0 20px;
  }
}
.entry .ajax-loader {
  margin: 10px 0 0 0 !important;
  left: 50%;
  transform: translateX(-50%);
}
.entry .wpcf7-response-output {
  width: 1000px;
  margin: 30px auto 0 auto !important;
  padding: 15px !important;
  box-sizing: border-box;
  text-align: center;
}
@media (max-width: 1100px) {
  .entry .wpcf7-response-output {
    width: inherit;
    margin: 30px 20px 0 20px !important;
  }
}

footer {
  background: #212121;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
@media (max-width: 1100px) {
  footer {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}
footer ul {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
footer ul li {
  border-radius: 10px;
  color: #212121;
  font-size: 1.6rem;
  font-weight: 500;
  box-sizing: border-box;
}
@media (max-width: 1100px) {
  footer ul li {
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
  }
}
footer ul li span {
  display: block;
}
@media (max-width: 1100px) {
  footer ul li span {
    display: none;
  }
}
footer ul li a {
  display: block;
  color: #212121;
  width: 270px;
  height: 80px;
  box-sizing: border-box;
}
@media (max-width: 1100px) {
  footer ul li a {
    width: 140px;
    height: 110px;
  }
}
footer ul li:nth-of-type(1) {
  background: url("img/footer_icon01.svg") no-repeat 40px center #FFFFFF;
  background-size: 50px;
  margin-right: 55px;
}
@media (max-width: 1100px) {
  footer ul li:nth-of-type(1) {
    background: url("img/footer_icon01.svg") no-repeat center 15px #FFFFFF;
  }
}
footer ul li:nth-of-type(1) a {
  padding: 16px 0 0 105px;
  pointer-events: none;
}
@media (max-width: 1100px) {
  footer ul li:nth-of-type(1) a {
    padding: 76px 0 0 0;
    pointer-events: auto;
  }
}
footer ul li:nth-of-type(2) {
  background: url("img/footer_icon02.svg") no-repeat 60px center #FFFFFF;
  background-size: 50px;
}
@media (max-width: 1100px) {
  footer ul li:nth-of-type(2) {
    background: url("img/footer_icon02.svg") no-repeat center 15px #FFFFFF;
  }
}
footer ul li:nth-of-type(2) a {
  padding: 28px 0 0 130px;
}
@media (max-width: 1100px) {
  footer ul li:nth-of-type(2) a {
    padding: 76px 0 0 0;
  }
}
footer > p {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 600;
  color: #FFFFFF;
}
@media (max-width: 1100px) {
  footer > p {
    font-weight: bold;
  }
}
footer > p:nth-of-type(2) {
  margin-top: 20px;
}
footer small {
  display: block;
  text-align: center;
  margin-top: 15px;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 600;
}
@media (max-width: 1100px) {
  footer small {
    font-weight: bold;
  }
}

.go_entry {
  width: 140px;
  height: 164px;
  position: fixed;
  right: 40px;
  bottom: 40px;
  background: url("img/bg_go_entry.svg") no-repeat center;
  background-size: 140px 150px;
  border-radius: 60%;
  text-align: center;
  transition: all 0.2s;
  z-index: 2;
}
@media (max-width: 1100px) {
  .go_entry {
    right: 10px;
    bottom: 0;
    width: 112px;
    height: 143px;
    background-size: 112px 121px;
  }
}
.go_entry:hover {
  background: url("img/on_bg_go_entry.svg") no-repeat center;
  background-size: 140px 150px;
}
@media (max-width: 1100px) {
  .go_entry:hover {
    background: url("img/bg_go_entry.svg") no-repeat center;
    background-size: 112px 121px;
  }
}
.go_entry a {
  opacity: 1;
  display: block;
  width: 140px;
  height: 164px;
  border-radius: 60%;
  transition: all 0.2s;
}
@media (max-width: 1100px) {
  .go_entry a {
    width: 112px;
    height: 143px;
  }
}
.go_entry a img {
  margin-top: -5px;
}
.go_entry a:hover {
  transform: translateY(-10px);
}
@media (max-width: 1100px) {
  .go_entry a:hover {
    transform: translateY(0px);
  }
}

.page_top {
  width: 90px;
  height: 90px;
  right: 100px;
  top: -45px;
  border-radius: 50%;
  position: absolute;
}
@media (max-width: 1100px) {
  .page_top {
    display: none;
  }
}
.page_top a {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  text-decoration: none;
  background: #FFFFFF;
  border: solid #212121 3px;
}
.page_top a:hover {
  background: #212121;
  opacity: 1;
}
.page_top a:hover:before {
  border-top: solid 2px #FFFFFF;
  border-right: solid 2px #FFFFFF;
}
.page_top a:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #212121;
  border-right: solid 2px #212121;
  position: absolute;
  top: 50%;
  right: 39px;
  margin-top: -3px;
  transform: rotate(-45deg);
}

/***************
 slick.css
****************/
/* Slider */
/* 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;
}

/***************
 slick-theme.css
****************/
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./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.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;
}/*# sourceMappingURL=style.css.map */