/* LESS Document */
main {
  /*+++++++++++++++++++++++++++++++++++++++++++
	共通パーツ
+++++++++++++++++++++++++++++++++++++++++++ */
  /*+++++++++++++++++++++++++++++++++++++++++++
	service_list
+++++++++++++++++++++++++++++++++++++++++++ */
  /*+++++++++++++++++++++++++++++++++++++++++++
	websiteArea
+++++++++++++++++++++++++++++++++++++++++++ */
  /*+++++++++++++++++++++++++++++++++++++++++++
	ecSiteArea
+++++++++++++++++++++++++++++++++++++++++++ */
  /*+++++++++++++++++++++++++++++++++++++++++++
	systemArea
+++++++++++++++++++++++++++++++++++++++++++ */
  /*+++++++++++++++++++++++++++++++++++++++++++
	designArea
+++++++++++++++++++++++++++++++++++++++++++ */
}
main section {
  margin-bottom: 63px;
}
main section:last-child {
  margin-bottom: 0;
}
main section hgroup {
  border-top: 5px solid #000000;
  padding-top: 39px;
}
@media screen and (max-width: 767px) {
  main section hgroup {
    padding-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  main section hgroup h2 {
    margin-bottom: 45px;
  }
}
main .headTitle {
  margin-bottom: 57px;
}
@media screen and (max-width: 767px) {
  main .headTitle {
    margin-bottom: 53px;
  }
}
main .headTitle hgroup h1 span {
  color: #E21962;
}
main .flex {
  gap: 100px;
  margin-bottom: 59px;
}
@media screen and (max-width: 767px) {
  main .flex {
    flex-direction: column;
    gap: 50px;
    margin-bottom: 80px;
  }
}
main .flex .flexItem {
  width: calc(100% / 2);
}
@media screen and (max-width: 767px) {
  main .flex .flexItem {
    width: auto;
  }
}
main .flex .flexItem img {
  width: 530px;
  height: 293px;
  object-fit: cover;
  object-position: top;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  main .flex .flexItem img {
    width: 100%;
    height: 60vw;
  }
}
main .flex .flexItem h4 {
  font-size: 2.4rem;
  font-weight: normal;
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  main .flex .flexItem h4 {
    font-size: 4.8vw;
  }
}
main .flex .flexItem .category {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 10px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
main .flex .flexItem .category li {
  background: #000000;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0 6px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  main .flex .flexItem .category li {
    font-size: 3.2vw;
  }
}
main .flex .flexItem p {
  line-height: 1.6;
}
main h3 {
  font-size: 3.2rem;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  main h3 {
    font-size: 6.4vw;
    margin-bottom: 15px;
  }
}
main .service_list {
  margin-bottom: 51px;
}
@media screen and (max-width: 767px) {
  main .service_list {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1140px) {
  main .service_list .columnBox {
    max-width: 550px;
    gap: 30px 5px;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  main .service_list .columnBox {
    max-width: none;
    justify-content: space-around;
  }
}
main .service_list .columnBox .columnItem {
  width: calc(100% / 4);
}
@media screen and (max-width: 1140px) {
  main .service_list .columnBox .columnItem {
    width: calc((100% / 2) - 30px);
  }
}
main .service_list .columnBox .columnItem a {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 10px;
  flex-direction: column;
  align-items: center;
  color: #000000;
  text-decoration: none;
  pointer-events: auto;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  main .service_list .columnBox .columnItem a img {
    width: 15vw;
  }
}
main .service_list .columnBox .columnItem a p {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main .service_list .columnBox .columnItem a p {
    font-size: 4.8vw;
  }
}
main .service_list .columnBox .columnItem a i {
  font-size: 2.5rem;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  main .service_list .columnBox .columnItem a i {
    font-size: 5vw;
  }
}
main .service_list .columnBox .columnItem a:hover p,
main .service_list .columnBox .columnItem a:hover i {
  opacity: 0.7;
  transition: all 0.3s ease;
}
main .service_list .columnBox .columnItem a:hover i {
  transform: translateY(5px);
}
main .service_list .columnBox .columnItem:nth-child(3) p {
  margin-top: 8px;
}
main .service_list .columnBox .columnItem:nth-child(4) p {
  margin-top: 2px;
}
@media screen and (max-width: 1140px) {
  main .service_list .columnBox .columnItem:nth-child(4) p {
    margin-top: 4px;
  }
}
main .websiteArea hgroup h2::before {
  background: url(/works/img/web_icon.svg) no-repeat center center / contain;
}
main .ecSiteArea hgroup h2::before {
  background: url(/works/img/cart_icon.svg) no-repeat center center / contain;
}
main .systemArea hgroup h2::before {
  background: url(/works/img/system_icon.svg) no-repeat center center / contain;
}
main .designArea hgroup h2::before {
  background: url(/works/img/design_icon.svg) no-repeat center center / contain;
}
