@charset "UTF-8";
/* Scss Document */
/* hover opacity */
/* hover txt */
/*--- MV -- slick_slider ---*/
.slider {
  max-width: 1400px;
  margin: 0 auto;
}

.mv_child {
  opacity: 0.8;
}

.mv_child a:hover img {
  opacity: 1;
}

.mv_child.slick-center {
  opacity: 1;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
  background: #ccc;
}

@media (max-width: 1400px) {
  .slick-dotted.slick-slider {
    overflow: hidden;
  }
}

.slick-list {
  overflow: visible;
}

/*インジケーター*/
.slick-dots {
  bottom: 25px;
  height: 10px;
}

.slick-dots li {
  width: 10px;
  height: 10px;
}

.slick-dots li button:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #595757;
  border-radius: 5px;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  background: #008FBE;
}

/*アロー*/
.slick-prev, .slick-next {
  z-index: 100;
  width: 25px;
  height: 50px;
}

.slick-prev:before, .slick-next:before {
  content: "";
  font-size: 0;
  width: 0;
  height: 0;
  border-style: solid;
  opacity: 1;
  transition: 0.3s;
}

.slick-next {
  right: 25px;
}

.slick-next:before {
  border-width: 25px 0 25px 25px;
  border-color: transparent transparent transparent #595757;
}

.slick-next:hover:before {
  border-color: transparent transparent transparent #3E3C3C;
}

.slick-prev {
  left: 25px;
}

.slick-prev:before {
  border-width: 25px 25px 25px 0;
  border-color: transparent #595757 transparent transparent;
}

.slick-prev:hover:before {
  border-color: transparent #3E3C3C transparent transparent;
}

/*--- MV -- mv_child ---*/
.mv {
  background: #000;
  width: 100%;
  overflow: hidden;
}

@media (max-width: 1400px) {
  .mv {
    background: #000;
  }
}

.mv_child {
  max-width: 1400px;
}

.mv_child {
  background: #008FBE;
}

.mv_child img {
  width: 100%;
  height: auto;
  transition: 0.3s;
}

img.mv_img_pc {
  display: block;
}

img.mv_img_sp,
img.mv_img_tab {
  display: none;
}

.main_content {
  display: block;
  max-width: 100%;
  padding: 0;
}

.pagetop {
  right: 40px;
}

/*-------------CVエリア上-------------*/
.cv_area {
  padding: 65px 0 55px;
  text-align: center;
}

.cv_ttl {
  margin: 0 0 30px;
}

.cv_ttl span {
  font-weight: bold;
  font-size: 20px;
  margin: 0 5px 0 0;
}

.cv_l_box {
  width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cv_txt {
  font-size: 14px;
}

.cv_txt span {
  font-weight: bold;
}

.cv_tel {
  font-size: 36px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 10px 0px 5px 31px;
  line-height: 1;
}

.cv_tel::before {
  display: block;
  position: absolute;
  top: calc(50% - 13px);
  left: 0;
  content: "";
  width: 28px;
  height: 27px;
  background: url(/assets/images/right_icon_tel.png);
  background-size: cover;
}

.cv_fax {
  font-size: 20px;
}

.cv_fax span {
  font-size: 14px;
  margin: 0 10px 0 0;
}

.cv_mail {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  transition: .2s;
  margin: 0 0 0 20px;
}

.cv_mail::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 80px;
  top: 0;
  left: -30px;
  background: #595757;
}

.cv_button {
  display: inline-block;
  position: relative;
  margin: 0 20px;
  padding: 25px 70px 23px 110px;
  font-size: 20px;
  font-weight: bold;
  transition: .2s;
  text-decoration: none;
  color: #fff;
  background: #3FAE2A;
  border-radius: 5px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.3);
}

.cv_button::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url("/assets/images/gnav_icon07.png") center/cover;
  top: 20px;
  left: 70px;
}

/*-------------CVエリア下-------------*/
.b_cv_area {
  padding: 65px 0 60px;
  text-align: center;
  width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.b_cv_area .cv_ttl {
  margin: 0px 0 25px;
}

.b_cv_area .cv_l_box {
  width: 460px;
}

.b_cv_area .cv_button {
  margin: 0 0 35px;
}

.b_cv_area .b_cv_left {
  width: 460px;
}

.b_cv_area .b_cv_right {
  position: relative;
}

.b_cv_area .b_cv_right .cv_txt {
  font-size: 12px;
}

.b_cv_area .b_cv_right .cv_tel {
  font-size: 30px;
  padding: 10px 0px 5px 26px;
}

.b_cv_area .b_cv_right .cv_tel::before {
  width: 21px;
  height: 20px;
  top: calc(50% - 10px);
  left: 0;
}

.b_cv_area .b_cv_right::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: -85px;
  background: #E6E6E6;
}

.b_cv_area .b_cv_right .cv_button {
  background: #008FBE;
}

/*-------------コンテンツ-------------*/
.top_title {
  text-align: center;
  padding: 65px 0 40px;
}

.top_title h2 {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
}

.top_title h2::before {
  position: absolute;
  content: "";
  width: 115px;
  height: 80px;
  top: calc(50% - 40px);
  left: -80px;
}

.top_title .top_ttl01::before {
  background: url("/assets/images/ttl_icon01.png") center/contain no-repeat;
}

.top_title .top_ttl02::before {
  background: url("/assets/images/ttl_icon02.png") center/contain no-repeat;
}

.top_title .top_ttl03::before {
  background: url("/assets/images/ttl_icon03.png") center/contain no-repeat;
}

.top_title .top_ttl04::before {
  background: url("/assets/images/ttl_icon04.png") center/contain no-repeat;
}

.top_title .top_ttl05::before {
  background: url("/assets/images/ttl_icon05.png") center/contain no-repeat;
}

.top_title .top_ttl06::before {
  background: url("/assets/images/ttl_icon06.png") center/contain no-repeat;
}

.top_title .top_ttl07::before {
  background: url("/assets/images/ttl_icon07.png") center/contain no-repeat;
}

._w h2 {
  color: #fff;
}

.main_button a {
  padding: 20px 40px 20px 25px;
}

.notice_area {
  background: url("/assets/images/top_gray_bg.png");
  background-color: #e6e6e6;
  padding: 20px;
}

.notice_area .notice_body {
  padding: 20px 20px 10px 20px;
  background: #fff;
  max-width: 1000px;
  margin: 0 auto;
  box-shadow: 0px 1px 2px 0px #999;
}

.solution_area {
  background: url("/assets/images/top_gray_bg.png");
  background-color: #e6e6e6;
}

.category_area {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.category_area .category_list .list_card .photo,
.category_area .category_list .list_card:nth-child(2n) .photo,
.category_area .category_list .list_card:nth-child(3n) .photo,
.category_area .category_list .list_card:nth-child(4n) .photo {
  width: 100%;
}

.category_area .category_list .list_card .photo img,
.category_area .category_list .list_card:nth-child(2n) .photo img,
.category_area .category_list .list_card:nth-child(3n) .photo img,
.category_area .category_list .list_card:nth-child(4n) .photo img {
  border-radius: 5px 5px 0 0;
  width: 100%;
  height: 150px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.category_area .category_list .list_card .photo img:hover,
.category_area .category_list .list_card:nth-child(2n) .photo img:hover,
.category_area .category_list .list_card:nth-child(3n) .photo img:hover,
.category_area .category_list .list_card:nth-child(4n) .photo img:hover {
  opacity: 1;
}

.serch_area {
  width: 100%;
  max-width: 963px;
  margin: 0 auto;
  padding: 20px 20px 70px;
}

.pickup_area {
  background: #008FBE;
  position: relative;
}

.pickup_area .top_inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px 70px;
}

.pickup_area .top_inner .common_list {
  position: relative;
  z-index: 1;
}

.pickup_area .top_inner .common_list li a {
  border: none;
}

.pickup_area .top_inner .common_list li a .common_list_photo {
  position: relative;
  margin: 0 0 30px;
}

.pickup_area .top_inner .common_list li a .common_list_photo::after {
  position: absolute;
  content: "PICK UP！";
  bottom: -15px;
  left: 15px;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
  background: #E63C2F;
  font-size: 14px;
  box-shadow: 0 3px 1px -2px #BCBABA;
}

.pickup_area::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 400px 400px 0 0;
  border-color: #027da6 transparent transparent transparent;
  top: 0;
  left: 0;
}

.pickup_area::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 400px 400px;
  border-color: transparent transparent #027da6 transparent;
  bottom: 0;
  right: 0;
}

.case_area .top_inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px 70px;
}

.top_gray {
  margin: 50px 0 0;
}

.top_gray a {
  background-color: #595757;
  width: 350px;
}

.seminar_area {
  background: url("/assets/images/top_gray_bg.png"), url("/assets/images/top_seminar_bg.jpg") center/cover;
}

.seminar_area .top_inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px 70px;
}

.company_area {
  background: #008FBE;
  position: relative;
}

.company_area .top_inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px 70px;
}

.company_area .top_inner .common_list {
  margin: 0;
  position: relative;
  z-index: 1;
}

.company_area .top_inner .common_list li a {
  border: none;
}

.company_area::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 400px 400px 0 0;
  border-color: #027da6 transparent transparent transparent;
  top: 0;
  left: 0;
}

.company_area::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 400px 400px;
  border-color: transparent transparent #027da6 transparent;
  bottom: 0;
  right: 0;
}

.banners {
  display: flex;
  margin: 20px auto 0;
  position: relative;
  z-index: 1;
  justify-content: space-between;
}

.banners a {
  width: 49.41%;
  display: block;
}

.news_area {
  background: url("/assets/images/top_gray_bg.png"), url("/assets/images/top_news_bg.jpg") center/cover;
}

.news_area .top_inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px 70px;
}

._news li a {
  display: flex;
  align-items: center;
  min-height: 100px;
}

._news li a .cate_box {
  align-items: center;
}

._news li a .cate_box .news_day {
  margin: 0 20px 0 0;
  width: 140px;
  word-break: break-all;
}

._news li a .cate_box .news_cate {
  width: 66px;
  margin: 0 25px 0 0;
}

._news li a .txt_box {
  margin: 0 40px 0 0;
  word-break: break-all;
  width: calc(100% - 20px - 140px - 66px - 25px);
}

._news li a .newicon {
  top: calc(50% - 15px);
  right: -15px;
  padding: 5px 15px;
}

._news li a .place {
  right: 80px;
}

._news li a .news_ttl2 {
  margin: 0 90px 5px 0;
}

footer {
  margin: 0;
}

@media screen and (min-width: 1024px) {
  /* over wright
--------------------------------------------------*/
  .cv_button:hover {
    background: #349321;
  }
  .cv_mail:hover {
    background: #E6E6E6;
  }
  .cv_mail:hover img:hover {
    opacity: 1;
  }
  .b_cv_area .b_cv_right .cv_button:hover {
    background: #027DA6;
  }
  .top_gray a:hover {
    background: #3E3C3C;
  }
}

@media screen and (max-width: 1023px) {
  /* over wright
--------------------------------------------------*/
  /*--- MV -- slick_slider ---*/
  /*インジケーター
  .slick-dots {
    bottom: 15px;
  }*/
  /*アロー*/
  .slick-prev, .slick-next {
    width: 15px;
    height: 30px;
  }
  .slick-next {
    right: 20px;
  }
  .slick-next:before {
    border-width: 15px 0 15px 15px;
  }
  .slick-prev {
    left: 20px;
  }
  .slick-prev:before {
    border-width: 15px 15px 15px 0;
  }
  img.mv_img_tab {
    display: block;
  }
  img.mv_img_sp, img.mv_img_pc {
    display: none;
  }
  .cv_area {
    padding: 40px 0 50px;
  }
  .cv_ttl {
    font-size: 14px;
  }
  .cv_ttl span {
    font-size: 16px;
  }
  .cv_button {
    padding: 25px 0px 23px 33px;
    width: 360px;
  }
  .cv_button:before {
    left: 50px;
  }
  .cv_l_box {
    width: 100%;
    flex-wrap: wrap;
    padding: 0 80px;
    justify-content: center;
    align-items: flex-start;
  }
  .cv_tel_box {
    margin: 0 0 30px;
  }
  .cv_tel {
    text-decoration: underline;
  }
  .cv_tel::before {
    top: calc(50% - 11px);
  }
  .cv_mail {
    margin: 10px 0 0 50px;
  }
  .cv_mail::before {
    top: 5px;
    left: -20px;
  }
  .b_cv_area {
    width: 600px;
    flex-wrap: wrap;
    padding: 45px 0;
  }
  .b_cv_area .cv_ttl {
    margin: 0 0 15px;
  }
  .b_cv_area .cv_tel_box {
    margin: 0;
  }
  .b_cv_area .cv_button {
    margin: 0 0 20px;
  }
  .b_cv_area .cv_l_box {
    padding: 0;
  }
  .b_cv_area .b_cv_left {
    width: 100%;
  }
  .b_cv_area .b_cv_right {
    width: 100%;
    margin: 30px 0 0;
  }
  .b_cv_area .b_cv_right .cv_button::before {
    left: 100px;
  }
  .b_cv_area .b_cv_right .cv_tel {
    padding: 10px 0px 5px 24px;
  }
  .b_cv_area .b_cv_right .cv_tel::before {
    top: calc(50% - 8px);
    left: 0;
  }
  .b_cv_area .b_cv_right::before {
    display: none;
  }
  .top_title {
    padding: 40px 0 20px;
  }
  .top_title h2 {
    font-size: 20px;
  }
  .top_title h2::before {
    width: 72px;
    height: 50px;
    top: calc(50% - 25px);
    left: -50px;
  }
  .serch_area {
    padding: 20px 20px 50px;
  }
  .pickup_area .top_inner {
    padding: 0 20px 50px;
  }
  .case_area .top_inner {
    padding: 0 20px 50px;
  }
  .top_gray {
    margin: 40px 0 0;
  }
  .seminar_area .top_inner {
    padding: 0 20px 50px;
  }
  .company_area .top_inner {
    padding: 0 20px 50px;
  }
  .company_area ._04 li {
    width: 48.91%;
    margin: 20px 2.17% 0px 0;
  }
  .company_area ._04 li:nth-child(2n) {
    margin: 20px 0 0;
  }
  .banners {
    flex-wrap: wrap;
    justify-content: center;
  }
  .banners a {
    width: 100%;
    max-width: 560px;
  }
  .banners a:first-child {
    margin: 0 0 20px;
  }
  .news_area .top_inner {
    padding: 0 20px 50px;
  }
  ._news li a {
    display: block;
    align-items: center;
    padding: 20px;
  }
  ._news li a .cate_box {
    width: auto;
    align-items: normal;
  }
  ._news li a .cate_box .news_day {
    margin: 0 120px 10px 0;
    width: auto;
  }
  ._news li a .cate_box .news_cate {
    min-width: 60px;
    margin: 0 25px 15px 0;
    width: auto;
  }
  ._news li a .txt_box {
    margin: 0;
    width: auto;
  }
  ._news li a .txt_box .news_ttl:last-child {
    margin: 0;
  }
  ._news li a .newicon {
    top: 15px;
    right: 20px;
    padding: 5px 10px;
  }
  ._news li a .place {
    right: 90px;
  }
  ._news li a .news_ttl2 {
    margin: 0 0 5px;
  }
}

@media screen and (max-width: 600px) {
  /* over wright
--------------------------------------------------*/
  /*--- MV -- slick_slider ---*/
  /*インジケーター
  .slick-dots {
    bottom: 10px;
  }*/
  .slider {
    max-width: 600px;
    margin: 0 auto;
  }
  .slick-list.draggable {
    max-width: 600px;
  }
  /*アロー*/
  .slick-next {
    right: 10px;
  }
  .slick-next:before {
    border-width: 15px 0 15px 15px;
  }
  .slick-prev {
    left: 10px;
  }
  .slick-prev:before {
    border-width: 15px 15px 15px 0;
  }
  img.mv_img_sp {
    display: block;
  }
  img.mv_img_tab, img.mv_img_pc {
    display: none;
  }
  .cv_area {
    padding: 30px 20px 40px;
  }
  .cv_ttl {
    margin: 0 0 15px;
  }
  .cv_ttl span {
    display: block;
    font-size: 14px;
  }
  .cv_l_box {
    padding: 0;
  }
  .cv_tel_box {
    margin: 0 0 20px;
  }
  .cv_mail {
    width: 60px;
    height: 60px;
    margin: 10px -21px 0 20px;
  }
  .cv_mail::before {
    height: 50px;
    left: -10px;
  }
  .cv_txt {
    font-size: 10px;
  }
  .cv_tel {
    font-size: 24px;
    padding: 10px 0 5px 22px;
  }
  .cv_tel::before {
    width: 21px;
    height: 20px;
    top: calc(50% - 7px);
  }
  .cv_fax {
    font-size: 14px;
  }
  .cv_button {
    font-size: 16px;
    margin: 0;
    padding: 18px 0px 18px 20px;
    width: 100%;
    max-width: 350px;
  }
  .cv_button::before {
    width: 20px;
    height: 20px;
    top: 18px;
    left: calc(50% - 105px);
  }
  .b_cv_area {
    width: 100%;
    padding: 35px 20px;
  }
  .b_cv_area .cv_ttl span {
    display: inline-block;
  }
  .b_cv_area .cv_l_box {
    width: 100%;
    max-width: 320px;
    justify-content: space-around;
  }
  .b_cv_area .b_cv_right .cv_button {
    width: 100%;
  }
  .b_cv_area .b_cv_right .cv_button::before {
    left: calc(50% - 65px);
  }
  .b_cv_area .b_cv_right .cv_txt {
    font-size: 10px;
  }
  .b_cv_area .b_cv_right .cv_tel {
    font-size: 24px;
  }
  .b_cv_area .b_cv_right .cv_tel::before {
    top: calc(50% - 7px);
  }
  .notice_area {
    font-size: 14px;
  }
  .top_title {
    padding: 35px 0 15px;
  }
  .top_title h2 {
    font-size: 16px;
  }
  .top_title h2::before {
    width: 58px;
    height: 40px;
    top: calc(50% - 20px);
    left: -45px;
  }
  .category_area .inner .category_list {
    display: block;
  }
  .category_area .inner .category_list .list_card,
  .category_area .inner .category_list .list_card:nth-child(2n),
  .category_area .inner .category_list .list_card:nth-child(3n),
  .category_area .inner .category_list .list_card:nth-child(4n) {
    width: 100%;
  }
  .category_area .inner .category_list .list_card a.photolist_wap,
  .category_area .inner .category_list .list_card:nth-child(2n) a.photolist_wap,
  .category_area .inner .category_list .list_card:nth-child(3n) a.photolist_wap,
  .category_area .inner .category_list .list_card:nth-child(4n) a.photolist_wap {
    display: flex;
  }
  .category_area .inner .category_list .list_card a.photolist_wap .photo,
  .category_area .inner .category_list .list_card:nth-child(2n) a.photolist_wap .photo,
  .category_area .inner .category_list .list_card:nth-child(3n) a.photolist_wap .photo,
  .category_area .inner .category_list .list_card:nth-child(4n) a.photolist_wap .photo {
    width: 100px;
  }
  .category_area .inner .category_list .list_card a.photolist_wap .photo img,
  .category_area .inner .category_list .list_card:nth-child(2n) a.photolist_wap .photo img,
  .category_area .inner .category_list .list_card:nth-child(3n) a.photolist_wap .photo img,
  .category_area .inner .category_list .list_card:nth-child(4n) a.photolist_wap .photo img {
    object-fit: cover;
    font-family: 'object-fit: cover;';
    border-radius: 5px 0 0 5px;
    height: 100%;
  }
  .category_area .inner .category_list .list_card a.photolist_wap .cate_txt,
  .category_area .inner .category_list .list_card:nth-child(2n) a.photolist_wap .cate_txt,
  .category_area .inner .category_list .list_card:nth-child(3n) a.photolist_wap .cate_txt,
  .category_area .inner .category_list .list_card:nth-child(4n) a.photolist_wap .cate_txt {
    display: flex;
    align-items: center;
    width: calc(100% - 100px);
    height: auto;
    min-height: 80px;
    padding: 15px;
  }
  .serch_area {
    padding: 20px 20px 40px;
  }
  .pickup_area .top_inner {
    padding: 0 20px 40px;
  }
  .pickup_area .top_inner .common_list li {
    margin: 20px 0 0;
  }
  .pickup_area .top_inner .common_list li a .common_list_photo {
    margin: 0 0 25px;
  }
  .pickup_area::before {
    border-width: 150px 150px 0 0;
  }
  .pickup_area::after {
    border-width: 0 0 150px 150px;
  }
  .case_area .top_inner {
    padding: 0 20px 40px;
  }
  .case_area .common_list li {
    margin: 20px 0 0;
  }
  ._02, ._03, ._04 {
    flex-direction: row;
  }
  .top_gray {
    margin: 30px 0 0;
  }
  .seminar_area .top_inner {
    padding: 0 20px 40px;
  }
  .company_area .top_inner {
    padding: 0 20px 40px;
  }
  .company_area .common_list .common_list_photo {
    margin: 0 0 10px;
  }
  .company_area .common_list .txt_are {
    padding: 0 20px 10px;
  }
  .company_area::before {
    border-width: 150px 150px 0 0;
  }
  .company_area::after {
    border-width: 0 0 150px 150px;
  }
  .company_area ._04 li {
    width: 47.5%;
    margin: 20px 5% 0px 0;
  }
  .news_area .top_inner {
    padding: 0 20px 40px;
  }
  ._news li a .newicon {
    top: -10px;
    right: 10px;
    padding: 4px 8px;
    font-size: 10px;
  }
  ._news li a .cate_box .news_day {
    margin: 0 0px 10px 0;
  }
  ._news li a .cate_box .news_cate {
    margin: 0 15px 10px 0;
  }
  ._news li a .place {
    top: -8px;
  }
}
