@charset "UTF-8";
/* ::::::::::  ウェブサイト制作  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.mainContent.website {
  background: #fff url("../img/service/website/main_pc.png") no-repeat center top;
  background-size: 2000px auto;
}

@media (max-width: 999px) {
  .mainContent.website {
    background: #fff url("../img/service/website/bg_sp.png") no-repeat left top/60px auto;
  }
}

/* =========================================================
pageTopWrap
========================================================= */
.pageTopWrap .pageTitle {
  margin: 20px 0 30px;
  color: #3b9a65;
}

@media (max-width: 999px) {
  .pageTopWrap .pageTitle {
    position: relative;
    z-index: 1;
    margin: 0;
  }
  .mainContent .pageTopWrap .pageTitle span.en {
    margin: 0;
  }
}

.pageTopWrap .pageTitleText {
  margin-bottom: 30px;
  font-weight: bold;
  color: #888888;
}

.pageTopWrap .main_sp {
  max-width: calc(100% + 6%);
  margin: -70px -6% 5px 0;
}

.pageTopWrap .appealPoint li {
  list-style: none;
  counter-increment: li_count;
  color: #3b9a65;
  font-weight: bold;
  font-size: 1.7rem;
}

@media (max-width: 999px) {
  .pageTopWrap .appealPoint li {
    display: flex;
  }
}

.pageTopWrap .appealPoint li::before {
  content: counter(li_count, decimal-leading-zero);
  display: inline-block;
  vertical-align: middle;
  background: #f5f6f6;
  width: 60px;
  height: 55px;
  line-height: 55px;
  margin-right: 20px;
  font-family: "Work Sans", Helvetica, Arial, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  text-align: center;
}

@media (max-width: 999px) {
  .pageTopWrap .appealPoint li::before {
    width: 48px;
    height: 44px;
    line-height: 44px;
    margin-right: 10px;
    font-size: 2.4rem;
  }
}

@media (max-width: 999px) {
  .pageTopWrap .appealPoint li span {
    width: calc(100% - 44px);
    margin-top: -3px;
    line-height: 1.5;
  }
}

.pageTopWrap .appealPoint li + li {
  margin-top: 5px;
}

@media (max-width: 999px) {
  .pageTopWrap .appealPoint li + li {
    margin-top: 10px;
  }
}

/* =========================================================
example
========================================================= */
.example .sort {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

@media (max-width: 999px) {
  .example .sort {
    display: block;
    margin-bottom: 40px;
  }
}

.example .sort dt {
  box-sizing: border-box;
  width: 130px;
  margin-bottom: 15px;
  padding-left: 20px;
  line-height: 1.7;
  font-family: "Work Sans", Helvetica, Arial, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #3b9a65;
}

@media (max-width: 999px) {
  .example .sort dt {
    width: auto;
    margin-bottom: 5px;
  }
}

.example .sort dt.cat {
  background: url("../img/service/website/icon_cat.svg") no-repeat left 7px/14px auto;
}

.example .sort dt.area {
  background: url("../img/service/website/icon_area.svg") no-repeat left 7px/14px auto;
}

.example .sort dd {
  width: calc(100% - 130px);
  margin-bottom: 15px;
}

@media (max-width: 999px) {
  .example .sort dd {
    width: 100%;
  }
}

.example .sortList {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.7;
  font-size: 1.5rem;
  font-weight: bold;
}

.example .sortList li {
  background: #fff;
  padding: 4px 14px;
  margin: 0 7px 7px 0;
  color: #999;
  transition: all .5s;
  cursor: pointer;
}

.example .sortList li:last-child {
  margin-right: 0;
}

.example .sortList li.active {
  background: #7bb7ad;
  color: #fff;
}

.example .sortList .mixitup-control-active {
  background: #7bb7ad;
  color: #fff;
}

.column3List {
  display: flex;
  flex-wrap: wrap;
  margin-right: -30px;
}

@media (max-width: 999px) {
  .column3List {
    display: block;
    margin-right: 0;
  }
}

.column3List li {
  width: calc((100% - 60px) / 3);
  width: 320px;
  margin: 0 30px 30px 0;
}

@media (max-width: 999px) {
  .column3List li {
    position: relative;
    width: 100%;
    margin: 0 0 25px 0;
  }
}

.column3List li a {
  background: #FFF;
  display: block;
  height: 100%;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
}

.column3List li a .inside {
  padding: 15px 15px 30px;
}

.column3List li a h3 {
  padding: 0 0 5px;
}

.column3List li a h3 span {
  display: block;
  color: #3b9a65;
}

.column3List li a h3 .en {
  font-size: 2.1rem;
  line-height: 1.4;
  padding: 0 0 5px;
  font-weight: 600;
}

.column3List li a h3 .ja {
  font-size: 1.4rem;
}

.column3List li a .tag {
  color: #888;
  font-size: 1.3rem;
  font-weight: bold;
}

.column3List li a .img {
  position: relative;
}

.column3List li a .img::after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/service/thumb_shadow.png) no-repeat center center;
  background-size: 100% 100%;
  content: "";
}

.column3List li a .img .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(56, 56, 56, 0.85);
  z-index: 5;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.column3List li a .img .cover font {
  line-height: 48px;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 600;
  width: 170px;
  height: 48px;
  border: 2px solid #FFF;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  padding: 0 20px 0 0;
  background: url(../img/service/mark_link.png) no-repeat right 20px top 14px;
  background-size: 20px 20px;
}

.column3List li a:hover {
  transform: translateY(-8px);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.column3List li a:hover .img .cover {
  opacity: 1;
}

.moreBtn {
  margin-top: 30px;
  text-align: center;
  color: #3b9a65;
  cursor: pointer;
}

@media (max-width: 999px) {
  .moreBtn {
    margin-top: 10px;
  }
}

.moreBtn span {
  position: relative;
  padding-left: 40px;
  font-size: 3rem;
  font-weight: 700;
}

@media (max-width: 999px) {
  .moreBtn span {
    padding-left: 30px;
    font-size: 2.4rem;
  }
}

.moreBtn span::before, .moreBtn span::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #3b9a65;
  width: 22px;
  height: 4px;
  margin: auto;
}

.moreBtn span::after {
  left: 9px;
  width: 4px;
  height: 22px;
}

/*# sourceMappingURL=map/service_website.css.map */
