@charset "UTF-8";
.workList .section_title_lv1 + .paginationBox {
  margin-top: 80px;
}
.workList .note {
  font-size: 12px;
  letter-spacing: 0;
  margin-top: 75px;
}
.workList .search_area {
  margin-top: 35px;
  background-color: #fff;
  padding: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.workList .search_area div {
  width: calc((100% - 40px) / 2);
  height: 60px;
}
.workList .search_area div + div {
  margin-left: 40px;
}
.workList .search_area div .serch_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #9493aa;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  padding-left: 18px;
  position: relative;
}
.workList .search_area div .serch_btn:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 6px 0 6px;
  border-color: #000 transparent transparent transparent;
}
.workList .search_area div .serch_btn:hover {
  opacity: 0.7;
}
.workList .search_area div .serch_btn.award + ul {
  scrollbar-width: none;
}
.workList .search_area div .serch_btn.award + ul::-webkit-scrollbar {
  display: none;
}
.workList .search_area div ul {
  display: none;
  background-color: #fff;
  border: 1px solid #9493aa;
  border-top: none;
  position: relative;
  max-height: 201px;
  overflow-y: scroll;
}
.workList .search_area div ul li a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.857;
  padding-left: 18px;
}
.workList .search_area div ul li a:hover {
  background-color: #d7dae6;
}
.workList .search_area div ul li a.active {
  background-color: #d7dae6;
}
.workList .search_result {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  margin-top: 57px;
}
.workList > ul {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.workList > ul:after {
  content: "";
  display: block;
  width: 24%; /* 小要素と同じ大きさ */
}
.workList > ul:before {
  content: "";
  display: block;
  width: 24%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.workList > ul li {
  width: 24%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.workList > ul li:nth-of-type(1) a, .workList > ul li:nth-of-type(2) a, .workList > ul li:nth-of-type(3) a, .workList > ul li:nth-of-type(4) a {
  border-top: 0;
  padding-top: 0;
}
.workList > ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  border-top: 1px #596696 solid;
  padding: 40px 0;
}
.workList > ul li a .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
}
.workList > ul li a .img img {
  height: auto;
  width: 100%;
}
.workList > ul li a .awardIcon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0;
  text-align: center;
}
.workList > ul li a .awardIcon img {
  max-width: 87.2%;
  margin-bottom: 15px;
}
.workList > ul li a .data {
  margin-top: 12px;
}
.workList > ul li a .data .salon {
  padding: 0px 16px;
}
.workList > ul li a .data .salon .name {
  font-size: 18px;
  line-height: 1.4;
}
.workList > ul + .paginationBox {
  margin-top: 57px;
}
.workList > .btn {
  margin: 0 auto;
  width: 560px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  margin-top: 118px;
  border: none;
  background-color: #0f162e;
  color: #fff;
  padding: 0;
  padding-right: 25px;
}
.workList > .btn:hover {
  opacity: 0.7;
}

.navBtn {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navBtn li {
  width: 49%;
}
.navBtn li a {
  position: relative;
  display: block;
  background-color: #0f162e;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 21px 0 22px 29px;
}
.navBtn li a:hover {
  opacity: 0.7;
}
.navBtn li a:after {
  position: absolute;
  top: 33px;
  right: 21px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #3ead8a;
}

.paginationBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 57px;
}
.paginationBox .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.paginationBox .pagination li {
  margin-left: 15px;
}
.paginationBox .pagination li:first-child {
  margin-left: 0;
}
.paginationBox .pagination li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 45px;
  height: 45px;
  background: #fff;
  border: solid 2px #0f162e;
  font-size: 14px;
  color: #0f162e;
  font-weight: bold;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.paginationBox .pagination li > a.disabledLink {
  background: transparent;
  border: 0;
  pointer-events: none;
}
.paginationBox .pagination li > a.active {
  background: #0f162e;
  color: #fff;
  pointer-events: none;
}
.paginationBox .pagination li > a:not(.active):hover {
  background: #0f162e;
  color: #fff;
}
.paginationBox .pagination li > a > * + * {
  margin-left: 12px;
}
.paginationBox .pagination li .paginationItemLinkIcon {
  width: 20px;
}

@media screen and (max-width: 767px) {
  .workList .section_title_lv1 + .paginationBox {
    margin-top: 45px;
  }
  .workList .note {
    margin-top: 45px;
  }
  .workList .search_area {
    margin-top: 24px;
    padding: 40px 20px;
    display: block;
  }
  .workList .search_area div {
    width: 100%;
    height: 50px;
  }
  .workList .search_area div + div {
    margin-left: 0;
    margin-top: 20px;
  }
  .workList .search_area div .serch_btn {
    font-size: 15px;
    padding-left: 10px;
  }
  .workList .search_area div .serch_btn:after {
    right: 10px;
    border-width: 8px 5px 0 5px;
  }
  .workList .search_area div .serch_btn.award + ul {
    z-index: 1;
  }
  .workList .search_area div .serch_btn:hover {
    opacity: 1;
  }
  .workList .search_area div ul li a {
    padding-left: 10px;
  }
  .workList .search_result {
    font-size: 18px;
    margin-top: 47px;
  }
  .workList > ul + .paginationBox {
    margin-top: 47px;
  }
  .workList > ul li {
    width: 49%;
  }
  .workList > ul li:nth-of-type(3) a, .workList > ul li:nth-of-type(4) a {
    border-top: 1px #596696 solid;
    padding-top: 40px;
  }
  .workList > ul li a .img {
    /*height: 320px;*/
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .workList > ul li a .data .salon {
    padding: 0px 0.4em;
  }
  .workList > ul li a .awardIcon img {
    margin-top: 9px;
    max-width: 94%;
  }
  .workList > ul:after {
    width: 49%;
  }
  .workList > ul:before {
    width: 49%;
  }
  .workList > .btn {
    width: 100%;
    height: 60px;
    font-size: 15px;
    margin-top: 71px;
    padding-right: 0;
  }
  .workList > .btn:after {
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
            transform: translateY(-50%) !important;
    right: 17px !important;
  }
  .paginationBox {
    margin-top: 47px;
  }
  .paginationBox .pagination {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .paginationBox .pagination li {
    margin-left: 3.6vw;
  }
  .paginationBox .pagination li > a {
    width: 9.7vw;
    height: 9.7vw;
  }
  .paginationBox .pagination li > a:not(.active):hover {
    background: #fff;
    color: #0f162e;
  }
}/*# sourceMappingURL=style.css.map */