@charset "UTF-8";
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
@import url("https://use.typekit.net/aob0oor.css");
@import url(//db.onlinewebfonts.com/c/12cff83c23b642a97c6a98ef97f8ba38?family=Karbon+Regular);
* {
  box-sizing: border-box; }

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

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/ }

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0; }

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0; }

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

address {
  font-style: inherit; }

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom; }

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom; }

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit; }

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox; }

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none; }

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none; }

/**
 * Remove padding
 */
option {
  padding: 0; }

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer; }

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none; }

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0; }

caption {
  text-align: left; }

td,
th {
  vertical-align: top;
  padding: 0; }

th {
  text-align: left;
  font-weight: bold; }

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.inner .con-name {
  margin-top: 6rem; }
  .inner .con-name .en {
    font-family: 'Bergamo Std', sans-serif;
    font-weight: 300;
    font-style: normal; }

.slide-on {
  position: relative; }
  .slide-on .slick-arrow {
    top: 35%;
    width: 5rem;
    height: 5rem;
    position: absolute;
    z-index: 30;
    background: #5281f7;
    text-indent: -9999px;
    border-radius: 50%;
    opacity: 0.9; }
    .slide-on .slick-arrow:before {
      position: absolute;
      content: "";
      width: 1rem;
      height: 1rem;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      z-index: 31; }
    .slide-on .slick-arrow.slick-prev {
      left: 30%;
      transform: translate(-50%, -50%); }
      .slide-on .slick-arrow.slick-prev:before {
        left: 30%;
        transform: translate(75%, -50%) rotate(135deg); }
    .slide-on .slick-arrow.slick-next {
      right: 30%;
      transform: translate(50%, -50%); }
      .slide-on .slick-arrow.slick-next:before {
        right: 30%;
        transform: translate(-75%, -50%) rotate(-45deg); }
    .slide-on .slick-arrow:hover {
      opacity: 0.5; }
    @media screen and (max-width: 768px) {
      .slide-on .slick-arrow.slick-prev {
        left: 15%; }
      .slide-on .slick-arrow.slick-next {
        right: 15%; } }

.contents-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 4rem;
  padding-bottom: 1rem; }
  .contents-list li {
    margin-top: 3rem; }
    .contents-list li a {
      display: block; }
      .contents-list li a .img {
        border-radius: 1.5rem;
        overflow: hidden;
        position: relative; }
        .contents-list li a .img img {
          transition: 1.5s; }
        @media screen and (max-width: 500px) {
          .contents-list li a .img img {
            height: 20rem;
            object-fit: cover; } }
      .contents-list li a .con-ttl {
        font-size: 1.6rem;
        font-weight: bold;
        margin-top: 2rem; }
      .contents-list li a .con-lead {
        font-size: 1.4rem;
        line-height: 2;
        margin-top: 1rem; }
      .contents-list li a:hover .img img {
        transform: scale(1.2); }

.concept-txt .en {
  font-size: 2.8rem;
  font-family: 'Bergamo Std', sans-serif;
  font-weight: 300;
  font-style: normal; }
.concept-txt .con-copy {
  font-size: 5.5rem;
  line-height: 1.2;
  font-family: "ta-oonishi", sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-top: 3rem; }
.concept-txt .lead {
  font-size: 1.8rem;
  line-height: 2.2;
  margin-top: 3rem; }
.concept-txt .a-btn01 {
  max-width: 32rem;
  margin-top: 5rem; }
  .concept-txt .a-btn01 a {
    border: 1px solid #ccc;
    background: #fff; }

.sec-philosophy {
  position: relative;
  overflow: hidden;
  padding-top: 10rem; }
  @media screen and (max-width: 500px) {
    .sec-philosophy {
      padding-top: 7rem; } }
  .sec-philosophy .en {
    font-size: 3.8rem; }
  .sec-philosophy .phil-img {
    width: 110%;
    margin-left: -5%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 5rem;
    margin-top: -1%; }
    .sec-philosophy .phil-img li {
      width: 31%; }
      .sec-philosophy .phil-img li:nth-child(2) {
        margin-top: 5%; }
    @media screen and (max-width: 768px) {
      .sec-philosophy .phil-img {
        width: 120%;
        margin-left: -10%; }
        .sec-philosophy .phil-img li {
          width: 32%; } }
    @media screen and (max-width: 500px) {
      .sec-philosophy .phil-img {
        width: 120%;
        margin-left: -10%;
        margin-top: 5%;
        padding-bottom: 2rem; } }
  .sec-philosophy .concept-txt {
    width: 80%;
    margin: auto;
    text-align: center;
    z-index: 1;
    position: relative; }
    .sec-philosophy .concept-txt .en {
      color: #ff4848; }
    .sec-philosophy .concept-txt .a-btn01 {
      margin: auto;
      margin-top: 5rem; }
      .sec-philosophy .concept-txt .a-btn01 a:before {
        background: #ff4848; }
      .sec-philosophy .concept-txt .a-btn01 a:hover {
        color: #ff4848; }
  .sec-philosophy .bg-philosophy {
    width: 100%;
    margin-top: -17%;
    margin-bottom: -10%;
    position: relative;
    z-index: 0; }
    .sec-philosophy .bg-philosophy img {
      width: 100%; }
  @media screen and (max-width: 500px) {
    .sec-philosophy .bg-philosophy {
      margin-bottom: -20%; }
      .sec-philosophy .bg-philosophy img {
        width: 140%;
        margin-left: -20%; } }

.sec-business {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 2; }
  .sec-business .concept-txt {
    order: 2;
    margin-left: 5%;
    margin-right: 5%;
    width: 35%;
    padding-top: 5rem; }
    .sec-business .concept-txt .en {
      color: #00c586; }
    .sec-business .concept-txt .a-btn01 a:before {
      background: #00c586; }
    .sec-business .concept-txt .a-btn01 a:hover {
      color: #00c586; }
  .sec-business .bg-business {
    order: 1;
    width: 55%;
    position: relative;
    overflow: hidden; }
    .sec-business .bg-business img {
      width: 110%;
      margin-left: -10%; }
  @media screen and (max-width: 768px) {
    .sec-business .concept-txt {
      margin-left: 10%;
      margin-right: 10%;
      width: 80%;
      padding-top: 5rem;
      order: 1; }
    .sec-business .bg-business {
      width: 100%;
      order: 2; }
      .sec-business .bg-business img {
        width: 120%; } }

.sec-bpo {
  padding: 0 0 5rem; }
  .sec-bpo .concept-txt {
    text-align: left;
    position: relative;
    z-index: 1;
    margin: 8rem 38% 0 10%;
    width: 52%; }
    .sec-bpo .concept-txt .en {
      color: #0d9250; }
    .sec-bpo .concept-txt .a-btn01 a:before {
      background: #0d9250; }
    .sec-bpo .concept-txt .a-btn01 a:hover {
      color: #0d9250; }
  .sec-bpo .bg-bpo {
    margin-top: -40%;
    position: relative;
    z-index: 0; }
  @media screen and (max-width: 768px) {
    .sec-bpo .concept-txt {
      margin: 3rem 10% 0 10%;
      width: 80%; }
    .sec-bpo .bg-bpo {
      margin-top: -15%;
      position: relative;
      overflow: hidden;
      width: 180%;
      margin-left: -80%; } }

.sec-solution {
  background: #fff;
  position: relative;
  overflow: hidden; }
  .sec-solution .con-name {
    color: #000; }
    .sec-solution .con-name b {
      color: #5280f6; }
  .sec-solution .a-btn01 {
    width: 30rem;
    margin-top: 5rem; }
    .sec-solution .a-btn01 a {
      border: 1px solid #ccc; }
      .sec-solution .a-btn01 a:before {
        background: #5281f7; }
      .sec-solution .a-btn01 a:hover {
        color: #5281f7; }
  .sec-solution .sec-head {
    display: flex;
    flex-wrap: wrap; }
    .sec-solution .sec-head .con-name {
      flex: 1; }
    @media screen and (max-width: 768px) {
      .sec-solution .sec-head .con-name {
        width: 100%;
        flex: none; }
      .sec-solution .sec-head .a-btn01 {
        margin: auto;
        margin-top: 4rem; } }
  .sec-solution .sol-list {
    padding-bottom: 7rem !important; }
    .sec-solution .sol-list .sol-list-item {
      padding: 0 5rem; }
      .sec-solution .sol-list .sol-list-item a {
        display: block; }
        .sec-solution .sol-list .sol-list-item a .img {
          border-radius: 1.5rem;
          overflow: hidden;
          position: relative; }
          .sec-solution .sol-list .sol-list-item a .img img {
            transition: 1.5s; }
          @media screen and (max-width: 500px) {
            .sec-solution .sol-list .sol-list-item a .img img {
              height: 20rem;
              object-fit: cover; } }
        .sec-solution .sol-list .sol-list-item a .con-ttl {
          font-size: 1.6rem;
          font-weight: bold;
          margin-top: 2rem; }
        .sec-solution .sol-list .sol-list-item a .con-lead {
          font-size: 1.4rem;
          line-height: 2;
          margin-top: 1rem; }
        .sec-solution .sol-list .sol-list-item a:hover .img img {
          transform: scale(1.2); }
    @media screen and (max-width: 768px) {
      .sec-solution .sol-list {
        padding-top: 3rem !important;
        padding-bottom: 5rem !important; }
        .sec-solution .sol-list .sol-list-item {
          padding: 0 3rem; } }

.sec-corporate {
  background: #f4f4f4; }
  .sec-corporate .con-name {
    color: #000; }
    .sec-corporate .con-name b {
      color: #003d87; }
  .sec-corporate .a-btn01 {
    width: 30rem;
    margin-top: 5rem; }
    .sec-corporate .a-btn01 a {
      border: 1px solid #ccc;
      background: #fff; }
      .sec-corporate .a-btn01 a:before {
        background: #003d87; }
      .sec-corporate .a-btn01 a:hover {
        color: #003d87; }
  .sec-corporate .sec-head {
    display: flex;
    flex-wrap: wrap; }
    .sec-corporate .sec-head .con-name {
      flex: 1; }
    @media screen and (max-width: 768px) {
      .sec-corporate .sec-head .con-name {
        width: 100%;
        flex: none; }
      .sec-corporate .sec-head .a-btn01 {
        margin: auto;
        margin-top: 4rem; } }
  .sec-corporate .contents-list li {
    width: 30%; }
  @media screen and (max-width: 768px) {
    .sec-corporate .contents-list li {
      width: 47%; } }
  @media screen and (max-width: 500px) {
    .sec-corporate .contents-list li {
      width: 100%; } }

.sec-recruitment {
  background: #fff; }
  .sec-recruitment .con-name {
    color: #000; }
    .sec-recruitment .con-name b {
      color: #ff4848; }
  .sec-recruitment .a-btn01 {
    width: 30rem;
    margin-top: 5rem; }
    .sec-recruitment .a-btn01 a {
      border: 1px solid #ccc; }
      .sec-recruitment .a-btn01 a:before {
        background: #ff4848; }
      .sec-recruitment .a-btn01 a:hover {
        color: #ff4848; }
  .sec-recruitment .sec-head {
    display: flex;
    flex-wrap: wrap; }
    .sec-recruitment .sec-head .con-name {
      flex: 1; }
    @media screen and (max-width: 768px) {
      .sec-recruitment .sec-head .con-name {
        width: 100%;
        flex: none; }
      .sec-recruitment .sec-head .a-btn01 {
        margin: auto;
        margin-top: 4rem; } }
  .sec-recruitment .contents-list li {
    width: 30%; }
  @media screen and (max-width: 768px) {
    .sec-recruitment .contents-list li {
      width: 47%; } }
  @media screen and (max-width: 500px) {
    .sec-recruitment .contents-list li {
      width: 100%; } }

.sec-information {
  background: #f4f4f4; }
  .sec-information .con-name {
    color: #000; }
    .sec-information .con-name b {
      color: #888; }
  .sec-information .infomation-list {
    border-top: 1px solid #ccc;
    margin-top: 5rem; }
    .sec-information .infomation-list li {
      border-bottom: 1px solid #ccc; }
      .sec-information .infomation-list li a, .sec-information .infomation-list li p {
        position: relative;
        display: flex;
        align-items: flex-start;
        box-sizing: border-box;
        padding-right: 5rem; }
        .sec-information .infomation-list li a .date, .sec-information .infomation-list li p .date {
          font-size: 1.4rem;
          color: #888;
          box-sizing: border-box;
          padding: 2.8rem 0;
          width: 12rem; }
        .sec-information .infomation-list li a .text, .sec-information .infomation-list li p .text {
          flex: 1;
          font-size: 1.6rem;
          padding: 2.8rem 0; }
        @media screen and (max-width: 500px) {
          .sec-information .infomation-list li a, .sec-information .infomation-list li p {
            padding-right: 0rem;
            flex-wrap: wrap; }
            .sec-information .infomation-list li a .date, .sec-information .infomation-list li p .date {
              padding: 2rem 0 0;
              padding-bottom: 0rem;
              width: 100%; }
            .sec-information .infomation-list li a .text, .sec-information .infomation-list li p .text {
              padding: 1rem 0 2rem;
              width: 100%; } }
      .sec-information .infomation-list li a:before, .sec-information .infomation-list li a:after {
        position: absolute;
        top: 50%;
        content: ""; }
      .sec-information .infomation-list li a:before {
        background: #00c586;
        height: 1px;
        width: 2rem;
        right: 2rem; }
      .sec-information .infomation-list li a:after {
        right: 2rem;
        width: 1rem;
        height: 1rem;
        border-right: 1px solid #00c586;
        border-bottom: 1px solid #00c586;
        transform: translateX(0%) translateY(-45%) rotate(-45deg); }
      .sec-information .infomation-list li a:hover {
        color: #00c586; }
        .sec-information .infomation-list li a:hover .text {
          text-decoration: underline; }

.kyugyo b {
  display: block;
  font-size: 2rem; }
.kyugyo .txt01 {
  line-height: 1.5;
  margin-top: 2rem;
  display: block;
  line-height: 2; }
.kyugyo .flex-txt {
  display: flex;
  margin-top: 2rem;
  align-items: center; }
  .kyugyo .flex-txt .txt02 {
    padding-left: 3rem;
    padding-right: 1.5rem; }
.kyugyo .txt02 {
  line-height: 1.5;
  display: block;
  line-height: 2; }
@media screen and (max-width: 600px) {
  .kyugyo b {
    margin-top: 1rem; }
  .kyugyo .flex-txt {
    display: block;
    margin-top: 2rem; }
    .kyugyo .flex-txt .txt02 {
      margin-top: 2rem;
      padding-right: 0rem;
      padding-left: 0rem; } }

.business-area {
  position: relative;
  overflow: hidden;
  background: linear-gradient(to bottom, #fff, #e0eff9); }
  .business-area .inner {
    padding-bottom: 3rem; }

.business-txt .en {
  font-size: 4rem;
  color: #003e86;
  font-family: 'Bergamo Std', sans-serif;
  font-weight: 300;
  font-style: normal;
  display: block;
  text-align: center !important;
  margin-top: 6rem; }
.business-txt .page-midashi {
  color: #003e86;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  margin-top: 2rem; }
.business-txt .lead {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.2;
  margin-top: 1.5rem; }

.slide-section {
  padding-bottom: 7rem;
  padding-top: 1rem; }

.slide-on2 {
  position: relative; }
  .slide-on2 .slick-dots {
    bottom: -3.5rem; }
    .slide-on2 .slick-dots li {
      margin: 0 1rem;
      background: rgba(0, 0, 0, 0.4);
      width: 1.2rem;
      height: 1.2rem;
      border-radius: 50%; }
      .slide-on2 .slick-dots li button {
        text-indent: -9999px; }
      .slide-on2 .slick-dots li:nth-child(1):hover, .slide-on2 .slick-dots li:nth-child(1).slick-active {
        background: #ff6c00; }
      .slide-on2 .slick-dots li:nth-child(2):hover, .slide-on2 .slick-dots li:nth-child(2).slick-active {
        background: #de52c5; }
      .slide-on2 .slick-dots li:nth-child(3):hover, .slide-on2 .slick-dots li:nth-child(3).slick-active {
        background: #3c74d0; }
      .slide-on2 .slick-dots li:nth-child(4):hover, .slide-on2 .slick-dots li:nth-child(4).slick-active {
        background: #1dafbc; }
      .slide-on2 .slick-dots li:nth-child(5):hover, .slide-on2 .slick-dots li:nth-child(5).slick-active {
        background: #5ab163; }
  .slide-on2 .slick-arrow {
    top: 54%;
    width: 5rem;
    height: 5rem;
    position: absolute;
    z-index: 30;
    background: rgba(0, 62, 134, 0.9);
    text-indent: -9999px;
    border-radius: 50%;
    opacity: 0.9; }
    .slide-on2 .slick-arrow:before {
      position: absolute;
      content: "";
      width: 1rem;
      height: 1rem;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      z-index: 31; }
    .slide-on2 .slick-arrow.slick-prev {
      left: 5%;
      transform: translate(-50%, -50%); }
      .slide-on2 .slick-arrow.slick-prev:before {
        left: 30%;
        transform: translate(75%, -50%) rotate(135deg); }
    .slide-on2 .slick-arrow.slick-next {
      right: 5%;
      transform: translate(50%, -50%); }
      .slide-on2 .slick-arrow.slick-next:before {
        right: 30%;
        transform: translate(-75%, -50%) rotate(-45deg); }
    .slide-on2 .slick-arrow:hover {
      opacity: 0.5; }
    @media screen and (max-width: 768px) {
      .slide-on2 .slick-arrow.slick-prev {
        left: 10%; }
      .slide-on2 .slick-arrow.slick-next {
        right: 10%; } }

.sol-list-item {
  padding: 0 1rem;
  position: relative;
  padding-top: 5rem; }
  .sol-list-item a {
    display: block;
    position: relative; }
  .sol-list-item .icon {
    position: absolute;
    width: 30%;
    max-width: 9rem;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    z-index: 3; }
    .sol-list-item .icon img {
      width: 100%;
      height: auto; }
  .sol-list-item .link-body .photo {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    z-index: 0; }
    .sol-list-item .link-body .photo img {
      transition: all 0.5s; }
  .sol-list-item .link-body .link-txt {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0; }
    .sol-list-item .link-body .link-txt img {
      width: 100%;
      height: auto; }
  .sol-list-item .btn {
    position: absolute;
    left: 50%;
    width: 70%;
    transform: translateX(-50%);
    bottom: 8%;
    max-width: 240px; }
    .sol-list-item .btn img {
      width: 100%;
      height: auto;
      transition: filter 0.5s; }
  .sol-list-item a:hover .link-body .photo img {
    transform: scale(1.2);
    filter: brightness(0.5); }
  .sol-list-item a:hover .btn img {
    filter: brightness(1.4); }
