@charset "UTF-8";
/*Add font ================================*/
/*---------------list_item-----------------*/
.list_item_service .row_item {
  margin: 0 -15px;
}
.list_item_service .row_item .col_item {
  padding: 10px 15px;
}
.list_item_service .row_item .col_item .item {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 0 10px 0px #cdcdcd;
  border-radius: 5px;
  overflow: hidden;
}
.list_item_service .row_item .col_item .item .img {
  padding: 0;
}
@media (min-width: 992px) {
  .list_item_service .row_item .col_item .item .img {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.list_item_service .row_item .col_item .item .img a {
  display: block;
  width: 100%;
  padding-top: 68%;
  position: relative;
}
.list_item_service .row_item .col_item .item .img a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
.list_item_service .row_item .col_item .item .info {
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .list_item_service .row_item .col_item .item .info {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.list_item_service .row_item .col_item .item .info .group {
  padding-bottom: 10px;
}
.list_item_service .row_item .col_item .item .info .group a {
  font: 400 0.9333333333rem/150% NotoSansJP-Regular, sans-serif;
}
.list_item_service .row_item .col_item .item .info h3 {
  padding-bottom: 10px;
}
.list_item_service .row_item .col_item .item .info h3 a {
  font: 100 1.0666666667rem/1.2 var(--font_bold);
  display: block;
  color: #2b2b2b;
}
@media (min-width: 992px) {
  .list_item_service .row_item .col_item .item .info h3 a {
    font-size: 1.4rem;
    min-height: 48px;
  }
}
.list_item_service .row_item .col_item .item .info h3 a:hover {
  color: inherit;
}
.list_item_service .row_item .col_item .item .info .date {
  font: 300 0.9333333333rem/150% NotoSansJP-Regular, sans-serif;
  color: #5a5a5a;
  padding-bottom: 10px;
}
.list_item_service .row_item .col_item .item .info .date span a {
  padding-left: 5px;
  font-size: 0.8rem;
  color: #1486d8;
}
.list_item_service .row_item .col_item .item .info .short {
  font: 400 0.9333333333rem/150% NotoSansJP-Regular, sans-serif;
  color: #1e1e1e;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 601px) {
  .list_item_service .row_item .col_item .item .info .short {
    font-size: 1rem;
  }
}
.list_item_service .row_item .col_item .item .info .view_detail {
  font: 400 1rem/150% NotoSansJP-Regular, sans-serif;
  color: #b2001c;
}
.list_item_service .row_item .col_item .item .info .view_detail i {
  font-size: 13px;
  padding-left: 10px;
  transition: 200ms;
}
.list_item_service .row_item .col_item .item .info .view_detail:hover i, .list_item_service .row_item .col_item .item .info .view_detail:focus i {
  transform: translateX(5px);
}

/*-------------------list_other----------------*/
.list_other {
  padding: 3rem 0;
}
.list_other .list_other-title {
  line-height: 1;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
}
.list_other .list_other-title:after {
  content: "";
  width: 100%;
  display: none;
  height: 2px;
  background: linear-gradient(to right, #008bd7 60px, #ececec 60px);
  position: absolute;
  bottom: 0;
  left: 0;
}
.list_other .list_other-title span {
  font-family: var(--font_utm);
  text-transform: uppercase;
  font-size: 28px;
  color: #242424;
}
.list_other .list_other-title .slide-control {
  display: flex;
  align-items: center;
  margin: 0 -3px;
}
.list_other .list_other-title .slide-control .btn-arrow {
  font-size: 1.2rem;
  color: #fff;
  background: #2287ff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 3px;
  opacity: 0.7;
  cursor: pointer;
}
.list_other .list_other-title .slide-control .btn-arrow:hover, .list_other .list_other-title .slide-control .btn-arrow:focus {
  opacity: 1;
}

.box_service_gr a {
  font: 400 1rem/150% NotoSansJP-Regular, sans-serif;
  color: #5a5a5a;
  display: block;
  padding-bottom: 10px;
}
.box_service_gr a:hover {
  color: inherit;
}

.box_service_ot .list_item_service .row_item .col_item {
  border: 0;
  padding: 0;
  padding-left: 20px;
  padding-bottom: 10px;
  margin: 0;
  position: relative;
}
.box_service_ot .list_item_service .row_item .col_item:before {
  content: "";
  font: 900 0.4666666667rem/150% "Font Awesome 5 Pro";
  color: #707070;
  position: absolute;
  top: 5px;
  left: 2px;
}
.box_service_ot .list_item_service .row_item .col_item a {
  font: 400 0.9333333333rem/150% NotoSansJP-Regular, sans-serif;
  color: #555;
}
.box_service_ot .list_item_service .row_item .col_item a:hover {
  color: inherit;
}