@charset "UTF-8";
@import url("//fonts.googleapis.com/earlyaccess/notosansjp.css");
@import url("https://fonts.googleapis.com/css?family=Oswald:400,700");
/* ---------- setting ---------- ---------- */
.mod-en {
  font-family: "Oswald";
  background: #888;
}

.mod-col-sales-bg {
  background: #f35318 !important;
}

.mod-col-sales-bga {
  background: rgba(243, 83, 24, 0.1) !important;
}

.mod-col-sales-col {
  color: #f35318 !important;
}

.mod-col-solution-bg {
  background: #2ec368 !important;
}

.mod-col-solution-bga {
  background: rgba(46, 195, 104, 0.1) !important;
}

.mod-col-solution-col {
  color: #2ec368 !important;
}

.mod-col-system-bg {
  background: #a9e300 !important;
}

.mod-col-system-bga {
  background: rgba(169, 227, 0, 0.1) !important;
}

.mod-col-system-col {
  color: #a9e300 !important;
}

.mod-col-operation-bg {
  background: #1C9DF0 !important;
}

.mod-col-operation-bga {
  background: rgba(28, 157, 240, 0.1) !important;
}

.mod-col-operation-col {
  color: #1C9DF0 !important;
}

.mod-doc a {
  color: #146097;
  text-decoration: underline;
}
.mod-doc p {
  line-height: 2;
  margin-bottom: 15px;
}
.mod-doc p.is-fit {
  text-align: justify;
}
.mod-doc p.is-no-margin {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .mod-doc p {
    font-size: 20px;
  }
}
._zoom {
  text-align: center;
  padding: 10px;
}
._zoom img {
  width: 50px;
  text-align: center;
}
._zoom span {
  margin-top: 10px;
  display: block;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider li {
  list-style: none;
}
.slick-slider .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-slider .slick-list:focus {
  outline: none;
}
.slick-slider .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-slider .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-slider .slick-track:before, .slick-slider .slick-track:after {
  content: "";
  display: table;
}
.slick-slider .slick-track:after {
  clear: both;
}
.slick-loading .slick-slider .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;
}

@media print, screen and (min-width: 768px) {
  .mod-list-item {
    display: flex;
    align-items: center;
  }
  .mod-list-item > div + div {
    margin-left: 20px;
  }
  .mod-table {
    margin: 10px 0;
  }
  .mod-table.is-w100 {
    width: 100%;
  }
  .mod-table.is-A > tbody > tr {
    width: 100%;
    font-size: 20px;
  }
  .mod-table.is-A > tbody > tr > th {
    background: #fff;
    padding: 30px 0px 30px 60px;
    line-height: 1.8;
    border-bottom: 10px solid #F7F4F4;
    font-weight: bold;
    text-align: left;
    width: 20%;
  }
  .mod-table.is-A > tbody > tr > td {
    background: #fff;
    padding: 30px 60px 30px 0;
    line-height: 1.8;
    border-bottom: 10px solid #F7F4F4;
  }
  .mod-table.is-A > tbody > tr ._title {
    font-weight: bold;
    font-size: 24px;
    color: #146097;
  }
  .mod-table.is-A > tbody > tr ._title.is-col-2 {
    color: #00bfff;
  }
  .mod-table.is-B.is-col-2 > tbody > tr > th {
    vertical-align: top;
    color: #00bfff;
    background: #fff;
    padding: 5px;
  }
  .mod-table.is-B.is-col-2 > tbody > tr > td {
    background: #fff;
    padding: 5px;
  }
  .mod-table.is-B.is-long > tbody > tr > th {
    display: block;
    padding-bottom: 0;
  }
  .mod-table.is-B.is-long > tbody > tr > td {
    display: block;
    padding-top: 0;
  }
  .mod-table.is-B > tbody > tr {
    width: 100%;
    font-size: 20px;
  }
  .mod-table.is-B > tbody > tr > th {
    font-weight: bold;
    text-align: left;
    color: #146097;
    background: #F3F7FA;
    border-bottom: 2px solid #fff;
    vertical-align: middle;
    padding: 5px 30px 5px 10px;
  }
  .mod-table.is-B > tbody > tr > td {
    font-size: 20px;
    background: #F3F7FA;
    border-bottom: 2px solid #fff;
    vertical-align: middle;
    padding: 5px 30px 5px 10px;
  }
  .mod-table.is-C.is-col-2 > tbody > tr > th {
    color: #00bfff;
  }
  .mod-table.is-C > tbody > tr {
    width: 100%;
    font-size: 20px;
  }
  .mod-table.is-C > tbody > tr > th {
    text-align: left;
    color: #146097;
    background: #F3F7FA;
    border-bottom: 2px solid #fff;
    vertical-align: middle;
    padding: 5px 30px 5px 10px;
  }
  .mod-table.is-C > tbody > tr > th.is-wh {
    background: #fff;
  }
  .mod-table.is-C > tbody > tr > td {
    font-size: 20px;
    background: #F3F7FA;
    border-bottom: 2px solid #fff;
    vertical-align: middle;
    padding: 5px 30px 5px 10px;
  }
  .mod-table.is-C > tbody > tr > td.is-wh {
    background: #fff;
  }
  .mod-table.is-D > tbody > tr {
    width: 100%;
    font-size: 20px;
  }
  .mod-table.is-D > tbody > tr > th {
    text-align: left;
    padding: 0 10px;
  }
  .mod-table.is-D > tbody > tr > td {
    text-align: left;
    padding: 0 10px;
  }
  .mod-table.is-news > tbody > tr {
    width: 100%;
    font-size: 24px;
  }
  .mod-table.is-news > tbody > tr > th {
    text-align: left;
    padding: 10px;
    line-height: 1.4;
  }
  .mod-table.is-news > tbody > tr > td {
    text-align: left;
    padding: 10px;
    line-height: 1.4;
  }
  .mod-table.is-news > tbody > tr a {
    color: #3C3C3C;
    text-decoration: none;
  }
  .mod-table.is-news > tbody > tr a:hover {
    text-decoration: underline;
  }
  .mod-list {
    margin: 10px 0;
    display: block;
    list-style: none;
    line-height: 1.6;
  }
  .mod-list > li {
    position: relative;
    padding: 0 0 0.25em 1.5em;
  }
  .mod-list > li::before {
    content: "・";
    position: absolute;
    left: 0.25em;
    top: 0;
  }
  .mod-list > li.mod-list__none::before {
    content: "" !important;
  }
  .mod-list.is-note li {
    position: relative;
    padding-left: 1.5em;
    font-size: 15px;
    color: #888;
  }
  .mod-list.is-note li::before {
    content: "※";
    position: absolute;
    left: 3px;
    top: 0;
  }
  .mod-list.is-notes {
    color: #888;
  }
  .mod-list.is-notes > li::before {
    content: "※";
  }
  .mod-faq ._head {
    position: relative;
    cursor: pointer;
    background: #fff;
    padding: 35px 40px 35px 120px;
    position: relative;
    font-weight: bold;
    font-size: 20px;
    line-height: 2;
    color: #146097;
  }
  .mod-faq ._head:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translate(0, -50%);
    background: url(/images/recruit/faq/icon_q.png) left top no-repeat;
    background-size: contain;
    width: 41px;
    height: 64px;
  }
  .mod-faq ._body {
    padding: 35px 40px 35px 120px;
    position: relative;
  }
  .mod-faq ._body:after {
    content: "";
    display: block;
    position: absolute;
    top: 40px;
    left: 40px;
    background: url(/images/recruit/faq/icon_a.png) left top no-repeat;
    background-size: contain;
    width: 36px;
    height: 64px;
  }
  .mod-talk ._talk {
    position: relative;
    display: flex;
    align-items: center;
  }
  .mod-talk ._talk + ._talk {
    margin-top: 20px;
  }
  .mod-talk ._talk.is-left ._face {
    margin-left: 20px;
    margin-right: 40px;
  }
  .mod-talk ._talk.is-left ._texts {
    text-align: left;
  }
  .mod-talk ._talk.is-left ._texts:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    border: 15px solid transparent;
    border-right: 15px solid #fff;
    transform: scale(1, 0.7) translate(-30px, 30px);
  }
  .mod-talk ._talk.is-right {
    flex-direction: row-reverse;
  }
  .mod-talk ._talk.is-right ._face {
    margin-left: 40px;
    margin-right: 20px;
  }
  .mod-talk ._talk.is-right ._texts {
    text-align: left;
  }
  .mod-talk ._talk.is-right ._texts:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0px;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    border: 15px solid transparent;
    border-left: 15px solid #fff;
    transform: scale(1, 0.7) translate(30px, 30px);
  }
  .mod-talk ._talk ._face {
    width: 60px;
  }
  .mod-talk ._talk ._face.is-KM {
    color: #f35318;
  }
  .mod-talk ._talk ._face.is-KM:before {
    border: 2px solid #f35318;
    background-image: url(/images/talk/prof1.jpg);
  }
  .mod-talk ._talk ._face.is-MK {
    color: #2ec368;
  }
  .mod-talk ._talk ._face.is-MK:before {
    border: 2px solid #2ec368;
    background-image: url(/images/talk/prof2.jpg);
  }
  .mod-talk ._talk ._face.is-SI {
    color: #a9e300;
  }
  .mod-talk ._talk ._face.is-SI:before {
    border: 2px solid #a9e300;
    background-image: url(/images/talk/prof3.jpg);
  }
  .mod-talk ._talk ._face.is-TM {
    color: #1C9DF0;
  }
  .mod-talk ._talk ._face.is-TM:before {
    border: 2px solid #1C9DF0;
    background-image: url(/images/talk/prof4.jpg);
  }
  .mod-talk ._talk ._face span {
    font-weight: bold;
    font-size: 16px;
    display: block;
    margin-top: 5px;
    width: 60px;
    text-align: center;
  }
  .mod-talk ._talk ._face:before {
    display: block;
    content: "";
    background: url(/images/talk/prof1.jpg) center center no-repeat;
    background-size: cover;
    width: 60px;
    height: 60px;
    border-radius: 50%;
  }
  .mod-talk ._talk ._texts {
    background: #fff;
    padding: 20px;
    flex: 1;
    position: relative;
  }
  .mod-tab ._menu {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 45px 0 30px 0;
  }
  .mod-tab ._menu ._item {
    padding: 20px 0;
    width: 290px;
    margin-left: 2px;
    border-radius: 40px;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    background: #A0A0A0;
    color: #fff;
    position: relative;
    overflow: hidden;
  }
  .mod-tab ._menu ._item span {
    display: block;
    position: relative;
  }
  .mod-tab ._menu ._item.js-open.is-A {
    background: #F35318;
  }
  .mod-tab ._menu ._item.js-open.is-A:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 0px;
    width: 50%;
    background: #2EC368;
    transform: skew(-10deg);
  }
  .mod-tab ._menu ._item.js-open.is-B {
    background: #A9E300;
  }
  .mod-tab ._menu ._item.js-open.is-C {
    background: #1C9DEF;
  }
  .mod-tab ._menu:after {
    display: block;
    clear: both;
    height: 0;
    content: "";
  }
  .mod-tab ._body ._item {
    display: none;
  }
  .mod-flow {
    background: #f9f9f9;
    padding: 20px;
  }
  .mod-flow > div {
    background: #fff;
    padding: 10px;
    text-align: center;
    position: relative;
    border: 2px solid #ddd;
  }
  .mod-flow > div + div {
    margin-top: 20px;
  }
  .mod-flow > div + div:before {
    position: absolute;
    top: -34px;
    left: 50%;
    display: block;
    content: "";
    height: 5px;
    width: 5px;
    border: 1px solid #000;
    border-left-width: 0;
    border-top-width: 0;
    transform: translate(-80%, 20px) rotate(45deg);
  }
  .mod-cols {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
  }
  .mod-index-staff-list {
    position: relative;
  }
  .mod-index-staff-list a {
    display: block;
    transition-duration: 0.2s;
  }
  .mod-index-staff-list a:hover {
    filter: brightness(1.1);
  }
  .mod-index-staff-list .slick-slide {
    position: relative;
  }
  .mod-index-staff-list ._btn-prev {
    position: absolute;
    top: 50%;
    left: -60px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    transform: translate(0, -100%);
    background: url(/common/images/slider_prev.png) left top no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
  }
  .mod-index-staff-list ._btn-prev:hover {
    opacity: 0.8;
  }
  .mod-index-staff-list ._btn-prev.slick-disabled {
    opacity: 0.5;
  }
  .mod-index-staff-list ._btn-next {
    position: absolute;
    top: 50%;
    right: -60px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    transform: translate(0, -100%);
    background: url(/common/images/slider_next.png) left top no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
  }
  .mod-index-staff-list ._btn-next:hover {
    opacity: 0.8;
  }
  .mod-index-staff-list ._btn-next.slick-disabled {
    opacity: 0.5;
  }
  .mod-index-staff-list ._slide-dots {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .mod-index-staff-list ._slide-dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: rgba(20, 96, 151, 0.2);
    border-radius: 50%;
    margin: 0 2px;
  }
  .mod-index-staff-list ._slide-dots li button {
    display: none;
  }
  .mod-index-staff-list ._slide-dots li.slick-active {
    background: #146097;
  }
}
@media screen and (max-width: 767px) {
  .mod-list-item {
    display: flex;
    align-items: center;
  }
  .mod-list-item > div + div {
    margin-left: 20px;
  }
  .mod-table {
    margin: 5px 0;
    width: 100%;
  }
  .mod-table.is-A > tbody > tr > th {
    background: #fff;
    padding: 15px;
    line-height: 1.8;
    border-bottom: 1px solid #F7F4F4;
    font-weight: bold;
    display: block;
    font-size: 15px;
    text-align: center;
  }
  .mod-table.is-A > tbody > tr > td {
    background: #fff;
    padding: 15px 15px 15px;
    line-height: 1.8;
    border-bottom: 10px solid #F7F4F4;
    display: block;
  }
  .mod-table.is-A > tbody > tr ._title {
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    color: #146097;
  }
  .mod-table.is-A > tbody > tr ._title.is-col-2 {
    color: #00bfff;
  }
  .mod-table.is-B.is-col-2 > tbody > tr > th {
    vertical-align: top;
    color: #00bfff;
    background: #fff;
    padding: 5px;
  }
  .mod-table.is-B.is-col-2 > tbody > tr > td {
    background: #fff;
    padding: 5px;
  }
  .mod-table.is-B > tbody > tr {
    width: 100%;
  }
  .mod-table.is-B > tbody > tr > th {
    font-weight: bold;
    text-align: left;
    color: #146097;
    background: #F3F7FA;
    vertical-align: middle;
    padding: 5px;
    display: block;
  }
  .mod-table.is-B > tbody > tr > td {
    background: #F3F7FA;
    border-bottom: 2px solid #fff;
    vertical-align: middle;
    padding: 0 5px 5px 25px;
    display: block;
  }
  .mod-table.is-C.is-col-2 > tbody > tr > th {
    color: #00bfff;
  }
  .mod-table.is-C > tbody > tr {
    width: 100%;
  }
  .mod-table.is-C > tbody > tr > th {
    text-align: left;
    color: #146097;
    background: #F3F7FA;
    border-bottom: 1px solid #fff;
    vertical-align: middle;
    padding: 2px 2px;
  }
  .mod-table.is-C > tbody > tr > th.is-wh {
    background: #fff;
  }
  .mod-table.is-C > tbody > tr > td {
    font-size: 12px;
    background: #F3F7FA;
    border-bottom: 1px solid #fff;
    vertical-align: middle;
    padding: 2px 2px;
  }
  .mod-table.is-C > tbody > tr > td.is-wh {
    background: #fff;
  }
  .mod-table.is-D > tbody > tr {
    width: 100%;
    font-size: 12px;
  }
  .mod-table.is-D > tbody > tr > th {
    text-align: left;
    padding: 0 5px;
  }
  .mod-table.is-D > tbody > tr > td {
    text-align: left;
    padding: 0 5px;
  }
  .mod-table.is-news > tbody > tr {
    width: 100%;
    font-size: 12px;
  }
  .mod-table.is-news > tbody > tr > th {
    text-align: left;
    padding: 5px;
    line-height: 1.5;
    width: 25%;
  }
  .mod-table.is-news > tbody > tr > td {
    text-align: left;
    padding: 5px;
    line-height: 1.5;
  }
  .mod-table.is-news > tbody > tr a {
    color: #3C3C3C;
    text-decoration: none;
  }
  .mod-table.is-news > tbody > tr a:hover {
    text-decoration: underline;
  }
  .mod-list {
    margin: 10px 0;
    display: block;
    list-style: none;
    line-height: 1.6;
  }
  .mod-list > li {
    position: relative;
    padding: 0 0 0.25em 1.5em;
  }
  .mod-list > li::before {
    content: "・";
    position: absolute;
    left: 0.25em;
    top: 0;
  }
  .mod-list > li.mod-list__none::before {
    content: "" !important;
  }
  .mod-list.is-note li {
    position: relative;
    padding-left: 1.5em;
    font-size: 12px;
    color: #888;
  }
  .mod-list.is-note li::before {
    content: "※";
    position: absolute;
    left: 3px;
    top: 0;
  }
  .mod-list.is-notes {
    color: #888;
  }
  .mod-list.is-notes > li::before {
    content: "※";
  }
  .mod-faq ._head {
    position: relative;
    cursor: pointer;
    background: #fff;
    padding: 35px 40px 35px 120px;
    position: relative;
    font-weight: bold;
    font-size: 20px;
    line-height: 2;
    color: #146097;
  }
  .mod-faq ._head:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translate(0, -50%);
    background: url(/images/recruit/faq/icon_q.png) left top no-repeat;
    background-size: contain;
    width: 41px;
    height: 64px;
  }
  .mod-faq ._body {
    padding: 35px 40px 35px 120px;
    position: relative;
  }
  .mod-faq ._body:after {
    content: "";
    display: block;
    position: absolute;
    top: 40px;
    left: 40px;
    background: url(/images/recruit/faq/icon_a.png) left top no-repeat;
    background-size: contain;
    width: 36px;
    height: 64px;
  }
  .mod-faq ._head {
    position: relative;
    cursor: pointer;
    background: #fff;
    padding: 17px 20px 17px 60px;
    position: relative;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.5;
    color: #146097;
  }
  .mod-faq ._head:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(0, -50%);
    background: url(/images/recruit/faq/icon_q.png) left top no-repeat;
    background-size: contain;
    width: 20px;
    height: 32px;
  }
  .mod-faq ._body {
    padding: 17px 0 17px 60px;
    position: relative;
  }
  .mod-faq ._body:after {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    background: url(/images/recruit/faq/icon_a.png) left top no-repeat;
    background-size: contain;
    width: 18px;
    height: 32px;
  }
  .mod-talk ._talk {
    position: relative;
    display: flex;
  }
  .mod-talk ._talk + ._talk {
    margin-top: 10px;
  }
  .mod-talk ._talk.is-left ._face {
    margin-left: 10px;
    margin-right: 20px;
  }
  .mod-talk ._talk.is-left ._texts:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    width: 7px;
    height: 7px;
    box-sizing: border-box;
    border: 7px solid transparent;
    border-right: 7px solid #fff;
    transform: scale(1, 0.7) translate(-15px, 15px);
  }
  .mod-talk ._talk.is-right {
    flex-direction: row-reverse;
  }
  .mod-talk ._talk.is-right ._face {
    margin-left: 20px;
    margin-right: 10px;
  }
  .mod-talk ._talk.is-right ._texts:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0px;
    width: 7px;
    height: 7px;
    box-sizing: border-box;
    border: 7px solid transparent;
    border-left: 7px solid #fff;
    transform: scale(1, 0.7) translate(15px, 15px);
  }
  .mod-talk ._talk ._face {
    width: 45px;
  }
  .mod-talk ._talk ._face.is-KM {
    color: #f35318;
  }
  .mod-talk ._talk ._face.is-KM:before {
    border: 2px solid #f35318;
    background-image: url(/images/talk/prof1.jpg);
  }
  .mod-talk ._talk ._face.is-MK {
    color: #2ec368;
  }
  .mod-talk ._talk ._face.is-MK:before {
    border: 2px solid #2ec368;
    background-image: url(/images/talk/prof2.jpg);
  }
  .mod-talk ._talk ._face.is-SI {
    color: #a9e300;
  }
  .mod-talk ._talk ._face.is-SI:before {
    border: 2px solid #a9e300;
    background-image: url(/images/talk/prof3.jpg);
  }
  .mod-talk ._talk ._face.is-TM {
    color: #1C9DF0;
  }
  .mod-talk ._talk ._face.is-TM:before {
    border: 2px solid #1C9DF0;
    background-image: url(/images/talk/prof4.jpg);
  }
  .mod-talk ._talk ._face span {
    font-weight: bold;
    font-size: 10px;
    display: block;
    margin-top: 5px;
    width: 45px;
    text-align: center;
  }
  .mod-talk ._talk ._face:before {
    display: block;
    content: "";
    background: url(/images/talk/prof1.jpg) center center no-repeat;
    background-size: cover;
    width: 45px;
    height: 45px;
    border-radius: 50%;
  }
  .mod-talk ._talk ._texts {
    background: #fff;
    padding: 10px;
    flex: 1;
    position: relative;
  }
  .mod-tab ._menu {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 200px;
    margin: 30px auto 20px auto;
  }
  .mod-tab ._menu ._item {
    padding: 10px 0;
    border-radius: 40px;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    background: #A0A0A0;
    color: #fff;
    position: relative;
    overflow: hidden;
  }
  .mod-tab ._menu ._item span {
    display: block;
    position: relative;
  }
  .mod-tab ._menu ._item.js-open.is-A {
    background: #F35318;
  }
  .mod-tab ._menu ._item.js-open.is-A:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 0px;
    width: 50%;
    background: #2EC368;
    transform: skew(-10deg);
  }
  .mod-tab ._menu ._item.js-open.is-B {
    background: #A9E300;
  }
  .mod-tab ._menu ._item.js-open.is-C {
    background: #1C9DEF;
  }
  .mod-tab ._menu:after {
    display: block;
    clear: both;
    height: 0;
    content: "";
  }
  .mod-tab ._body ._item {
    display: none;
  }
  .mod-flow {
    background: #f9f9f9;
    padding: 20px;
  }
  .mod-flow > div {
    background: #fff;
    padding: 10px;
    text-align: center;
    position: relative;
    border: 2px solid #ddd;
  }
  .mod-flow > div + div {
    margin-top: 20px;
  }
  .mod-flow > div + div:before {
    position: absolute;
    top: -34px;
    left: 50%;
    display: block;
    content: "";
    height: 5px;
    width: 5px;
    border: 1px solid #000;
    border-left-width: 0;
    border-top-width: 0;
    transform: translate(-80%, 20px) rotate(45deg);
  }
  .mod-cols {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
  .mod-index-staff-list {
    position: relative;
  }
  .mod-index-staff-list a {
    display: block;
    transition-duration: 0.2s;
  }
  .mod-index-staff-list a:hover {
    opacity: 0.8;
  }
  .mod-index-staff-list .slick-slide {
    position: relative;
  }
  .mod-index-staff-list ._btn-prev {
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transform: translate(0, -50%);
    background: url(/common/images/slider_prev.png) left top no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
  }
  .mod-index-staff-list ._btn-prev:hover {
    opacity: 0.8;
  }
  .mod-index-staff-list ._btn-prev.slick-disabled {
    opacity: 0.5;
  }
  .mod-index-staff-list ._btn-next {
    position: absolute;
    bottom: -25px;
    right: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transform: translate(0, -50%);
    background: url(/common/images/slider_next.png) left top no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
  }
  .mod-index-staff-list ._btn-next:hover {
    opacity: 0.8;
  }
  .mod-index-staff-list ._btn-next.slick-disabled {
    opacity: 0.5;
  }
  .mod-index-staff-list ._slide-dots {
    margin-top: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .mod-index-staff-list ._slide-dots li {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: rgba(20, 96, 151, 0.2);
    border-radius: 50%;
    margin: 0 1px;
  }
  .mod-index-staff-list ._slide-dots li button {
    display: none;
  }
  .mod-index-staff-list ._slide-dots li.slick-active {
    background: #146097;
  }
}