@charset "UTF-8";
.nakamenMv {
  background: url(/works/img/mv.jpg) no-repeat;
  background-position: center -195px;
  background-size: cover;
  background-attachment: fixed;
}

@media (max-width: 480px) {
  .nakamenMv {
    background-attachment: inherit;
    background-position: center center;
  }
}

.worksBox {
  padding: 70px 20px;
}

@media (max-width: 480px) {
  .worksBox {
    padding: 50px 0;
  }
}

.worksBoxList li {
  overflow: hidden;
  border: 3px solid #DEECED;
  padding: 30px;
}

@media (max-width: 480px) {
  .worksBoxList li {
    padding: 10px;
  }
}

.worksBoxList li .works__photoBox {
  float: left;
  width: 47%;
}

@media (max-width: 768px) {
  .worksBoxList li .works__photoBox {
    width: 100%;
    display: block;
  }
}

@media (max-width: 768px) {
  .worksBoxList li .works__photoBox img {
    width: 100%;
  }
}

.worksBoxList li .works__txtBox {
  float: right;
  text-align: left;
  width: 50%;
}

@media (max-width: 768px) {
  .worksBoxList li .works__txtBox {
    width: 100%;
    display: block;
    margin-top: 20px;
  }
}

.worksBoxList li .works__txtBox .works__txt,
.worksBoxList li .works__txtBox .works__tag,
.worksBoxList li .works__txtBox .head02__title02 {
  text-align: left;
}

.worksBoxList .worksBoxListInnerGreen {
  background: #DEECED;
  margin-top: 30px;
}

.works__txt {
  font-size: 14px;
  font-weight: 300;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 2px;
}

.works__tag {
  display: inline-block;
  margin-top: 18px;
}

.works__tag a {
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: 300;
  border-radius: 50px;
  border: 1px solid #333333;
  padding: 5px 20px;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.works__tag a:hover {
  opacity: 0.7;
}

.works__tag a::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 8px;
  right: 10px;
  background-size: contain;
  background: url(/common/img/arrow_black.svg);
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 480px) {
  .btn__green {
    width: 100%;
  }
}

.btn__green a {
  background: #74C1C4;
  border: 1px solid #74C1C4;
  color: #fff;
  margin: 20px auto 0 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.btn__green a:hover {
  background: transparent;
  color: #74C1C4;
}

.btn__green a:hover::after {
  content: '';
  background: url(/common/img/arrow_green.svg) no-repeat;
  width: 4px;
  position: absolute;
  height: 8px;
}

@media (max-width: 480px) {
  .btn__green a {
    width: 100%;
    max-width: 100%;
  }
}

/*------------------------service style--------------------------*/
.nakamenMvService {
  background: url(/works/img/mv_service.jpg) no-repeat;
  background-position: center -100px;
  background-size: cover;
  background-attachment: fixed;
}

@media (max-width: 480px) {
  .nakamenMvService {
    background-attachment: inherit;
    background-position: center center;
  }
}

.serviceBox {
  padding: 70px 20px 130px 20px;
}

.serviceBox .txtBox__center {
  margin-top: 30px;
}

.serviceBox .anchorBox {
  margin-top: 40px;
}

.serviceBox .anchorBox .anchorBoxList {
  width: 100%;
  font-size: 0;
  vertical-align: middle;
}

.serviceBox .anchorBox .anchorBoxList li {
  display: inline-block;
  text-align: center;
  width: 16.66%;
}

@media (max-width: 768px) {
  .serviceBox .anchorBox .anchorBoxList li {
    width: 50%;
    margin-top: 20px;
  }
}

.serviceBox .anchorBox .anchorBoxList li a {
  border-right: 1px solid #EFEFEF;
  display: block;
  color: #333333;
  font-weight: 300;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  text-align: center;
  padding: 0 20px 30px 20px;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.serviceBox .anchorBox .anchorBoxList li a:hover {
  background: #EFEFEF;
}

.serviceBox .anchorBox .anchorBoxList li a::after {
  content: '';
  background: url(/works/img/arrow_anchor.svg) no-repeat;
  width: 10px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  position: absolute;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.serviceBox .anchorBox .anchorBoxList li a:hover::after {
  bottom: 10px;
}

.serviceBox__content {
  overflow: hidden;
  margin: 70px -15px 0;
}

.serviceBox__content .head02__underLine {
  font-size: 24px;
}

.serviceBox__content .txtBox__left {
  margin-top: 10px;
}

.serviceBox__content .head03__box {
  margin-top: 10px;
}

.serviceBox__contentFirst {
  margin-top: 70px;
}

/*----*/
.serviceBox__contentL,
.serviceBox__contentR {
  width: 50%;
  padding: 0 15px;
}

@media (max-width: 768px) {
  .serviceBox__contentL,
  .serviceBox__contentR {
    width: 100%;
    padding: 0;
  }
}

.serviceBox__contentL {
  float: left;
}

.serviceBox__contentL img {
  width: 100%;
}

@media (max-width: 768px) {
  .serviceBox__contentL {
    display: block;
  }
}

.serviceBox__contentR {
  float: right;
}

@media (max-width: 768px) {
  .serviceBox__contentR {
    display: block;
    margin-top: 20px;
  }
}

/*--even--*/
.serviceBox__contentL__even,
.serviceBox__contentR__even {
  width: 50%;
  padding: 0 15px;
}

@media (max-width: 768px) {
  .serviceBox__contentL__even,
  .serviceBox__contentR__even {
    width: 100%;
    padding: 0;
  }
}

.serviceBox__contentL__even {
  float: right;
}

@media (max-width: 768px) {
  .serviceBox__contentL__even {
    display: block;
  }
}

.serviceBox__contentL__even img {
  width: 100%;
}

.serviceBox__contentR__even {
  float: left;
}

@media (max-width: 768px) {
  .serviceBox__contentR__even {
    display: block;
  }
}

.serviceBox__content__btnBox {
  width: 100%;
}

.serviceBox__content__btnBox .btn__clear {
  margin-top: 30px;
  width: 49%;
  display: inline-block;
}

@media (max-width: 480px) {
  .serviceBox__content__btnBox .btn__clear {
    display: block;
    width: 100%;
  }
}

.serviceBox__content__btnBox .btn__clear a {
  padding: 14px 0;
}

@media (max-width: 768px) {
  .serviceBox__content__btnBox .btn__clear a {
    max-width: 100%;
  }
}

.serviceBox__content__btnBox .btn__clearThird {
  margin-top: 5px;
}

.btn__clearWide {
  width: 60% !important;
}

@media (max-width: 480px) {
  .btn__clearWide {
    display: block;
    width: 100% !important;
  }
}

.btn__clearWide a {
  max-width: 400px !important;
}

@media (max-width: 480px) {
  .serviceBox__content__btnBox .btn__clearBlackSec {
    margin-top: 10px;
  }
}

/*-----------slick custom--------------*/
.serviceBox__contentL,
.serviceBox__contentL__even {
  position: relative;
}

.slick-slide {
  margin: 0 !important;
}

.slick-prev,
.slick-next {
  right: 0 !important;
  left: auto !important;
  bottom: 0 !important;
  top: auto !important;
}

.slick-next {
  z-index: 10 !important;
}

.slick-next::after {
  content: '';
  background: url(/works/img/sliderBtn_next.svg) no-repeat;
  width: 50px;
  right: 0;
  bottom: -10px;
  height: 50px;
  position: absolute;
  z-index: 10 !important;
}

.slick-prev {
  z-index: 10 !important;
}

.slick-prev::after {
  content: '';
  background: url(/works/img/sliderBtn_prev.svg) no-repeat;
  right: 55px;
  bottom: -10px;
  width: 50px;
  z-index: 10 !important;
  height: 50px;
  position: absolute;
}

.slick-slider {
  margin-bottom: 0 !important;
}

/*------------アンカー--------------*/
/*# sourceMappingURL=uniq.css.map */