/* LESS Document */
/*+++++++++++++++++++++++++++++++++++++++++++
	common
+++++++++++++++++++++++++++++++++++++++++++ */
/*+++++++++++++++++++++++++++++++++++++++++++
	アイコン
+++++++++++++++++++++++++++++++++++++++++++ */
[data-icon]::before {
  content: '';
  display: inline-block;
  width: 36px;
  height: 36px;
  background: #000;
  transition: background-color 0.2s;
}
[data-icon*="サービス"]::before {
  -webkit-mask: url("../../top_img/icon_services.svg") no-repeat center;
  mask: url("../../top_img/icon_services.svg") no-repeat center;
}
[data-icon*="会社"]::before {
  -webkit-mask: url("../../top_img/icon_about.svg") no-repeat center;
  mask: url("../../top_img/icon_about.svg") no-repeat center;
}
[data-icon*="実績"]::before {
  -webkit-mask: url("../../top_img/icon_works.svg") no-repeat center;
  mask: url("../../top_img/icon_works.svg") no-repeat center;
}
[data-icon*="お問い合わせ"]::before {
  -webkit-mask: url("../../top_img/icon_contact.svg") no-repeat center;
  mask: url("../../top_img/icon_contact.svg") no-repeat center;
}
.btn[data-icon]::before {
  background: #FFF;
}
.btn[data-icon]:hover {
  opacity: 1;
}
.btn[data-icon*="サービス"]:hover {
  background: #6D9F2A;
}
.btn[data-icon*="会社"]:hover {
  background: #3285BF;
}
.btn[data-icon*="実績"]:hover {
  background: #E21962;
}
.btn[data-icon*="お問い合わせ"]:hover {
  background: #2B837F;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	mv
+++++++++++++++++++++++++++++++++++++++++++ */
.mv {
  min-height: 1250px;
  background: url("../../top_img/mv_bg.webp") no-repeat center 100px;
}
@media screen and (max-width: 1023px) {
  .mv {
    min-height: 125vw;
    background-size: 125% auto;
  }
}
@media screen and (max-width: 767px) {
  .mv {
    min-height: 150vw;
    padding-top: 90vw;
  }
}
.mv_text {
  max-width: max-content;
  width: 100%;
  padding: 1px 8px;
  background: #000;
  color: #FFF;
  font-size: 5.2rem;
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 1.4;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .mv_text {
    max-width: none;
    width: 90vw;
    margin: 0 auto;
    font-size: 5vw;
    text-align: center;
    position: static;
  }
}
.mv_text.left {
  top: 340px;
}
@media screen and (max-width: 767px) {
  .mv_text.left {
    padding-top: 5px;
  }
}
.mv_text.right {
  top: 460px;
  right: 0;
}
@media screen and (max-width: 1140px) {
  .mv_text.right {
    top: 560px;
  }
}
@media screen and (max-width: 767px) {
  .mv_text.right {
    padding-bottom: 5px;
  }
}
.mv_logo {
  position: absolute;
  top: 790px;
  right: 50%;
  z-index: 1;
  transform: translate(550px, 0);
}
@media screen and (max-width: 1140px) {
  .mv_logo {
    transform: none;
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .mv_logo {
    max-width: 50vw;
    margin: 20px auto 0;
    position: static;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	article
+++++++++++++++++++++++++++++++++++++++++++ */
article hgroup {
  gap: 0;
  line-height: 1;
  max-width: max-content;
}
article hgroup h2 {
  order: -1;
  margin: 0;
  padding: 0;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: right;
}
@media screen and (max-width: 767px) {
  article hgroup h2 {
    font-size: 4.8vw;
  }
}
article hgroup p {
  font-size: 18rem;
  letter-spacing: -3px;
}
@media screen and (max-width: 767px) {
  article hgroup p {
    font-size: 24vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	service
+++++++++++++++++++++++++++++++++++++++++++ */
.serviceArea {
  padding: 140px 0 160px;
}
@media screen and (max-width: 767px) {
  .serviceArea {
    padding: 50px 0;
  }
}
.serviceArea .inner {
  padding: 0 0 0 580px;
  position: relative;
}
@media screen and (max-width: 1140px) {
  .serviceArea .inner {
    padding: 0 10px 0 48vw;
  }
}
@media screen and (max-width: 767px) {
  .serviceArea .inner {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 0;
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
  }
}
.serviceArea .inner p {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .serviceArea .inner p {
    margin: 0;
  }
}
.serviceArea .inner p.texCenter {
  width: 100%;
  order: 1;
}
.serviceArea .inner img {
  position: absolute;
  top: -336px;
  left: -160px;
  pointer-events: none;
}
@media screen and (max-width: 1140px) {
  .serviceArea .inner img {
    max-width: 80vw;
    top: -30vw;
    left: -60px;
  }
}
@media screen and (max-width: 767px) {
  .serviceArea .inner img {
    position: relative;
    top: auto;
    left: auto;
    z-index: -1;
    margin: -5vw 0 -10vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	works
+++++++++++++++++++++++++++++++++++++++++++ */
.worksArea {
  padding: 0 0 100px;
}
@media screen and (max-width: 767px) {
  .worksArea {
    padding: 50px 0;
  }
}
.worksArea hgroup {
  margin: 0 0 70px auto;
}
@media screen and (max-width: 1023px) {
  .worksArea hgroup {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 767px) {
  .worksArea hgroup {
    margin: 0 auto 50px;
  }
}
.worksArea hgroup p::first-letter {
  color: #E21963;
}
.worksArea .worksList {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 30px;
  flex-wrap: wrap;
}
.worksArea .worksList_item {
  max-width: 520px;
  width: calc(50% - 15px);
  margin: 0 auto 70px;
  text-align: center;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .worksArea .worksList_item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.worksArea .worksList_item:nth-of-type(odd) {
  margin-top: -150px;
}
@media screen and (max-width: 1023px) {
  .worksArea .worksList_item:nth-of-type(odd) {
    margin-top: -100px;
  }
}
@media screen and (max-width: 767px) {
  .worksArea .worksList_item:nth-of-type(odd) {
    margin-top: 0;
  }
}
.worksArea .worksList_item img {
  max-width: 520px;
  width: 100%;
  max-height: 360px;
  object-fit: cover;
  object-position: center top;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .worksArea .worksList_item img {
    width: 80%;
  }
}
.worksArea .worksBtn {
  max-width: 520px;
  text-align: center;
  margin-top: -140px;
}
@media screen and (max-width: 1023px) {
  .worksArea .worksBtn {
    max-width: none;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .worksArea .worksBtn {
    margin-top: 20px;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	about
+++++++++++++++++++++++++++++++++++++++++++ */
.aboutArea {
  padding: 200px 0 670px;
  background: url("../../top_img/bg_about.webp") no-repeat calc(50% + 220px) calc(100% + 60px);
}
@media screen and (max-width: 1023px) {
  .aboutArea {
    padding: 100px 0 50vw;
    background-size: 75% auto;
    background-position: calc(100% + 80px) calc(100% + 60px);
  }
}
@media screen and (max-width: 767px) {
  .aboutArea {
    padding: 50px 0 85vw;
    background-position: 50% calc(100% + 3vw);
  }
}
.aboutArea .inner hgroup {
  position: absolute;
  bottom: -55px;
  left: -75px;
}
@media screen and (max-width: 767px) {
  .aboutArea .inner hgroup {
    margin-left: auto;
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .aboutArea .inner hgroup h2 {
    color: #FFF;
    align-self: flex-end;
  }
}
.aboutArea .inner hgroup p::first-letter {
  color: #3285BF;
}
.aboutArea .inner .logo {
  max-width: 565px;
  width: 42vw;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .aboutArea .inner .logo {
    margin: -10vw 0 30px;
    position: static;
  }
}
.aboutArea .inner .aboutContents {
  width: 100%;
  height: 500px;
  position: relative;
  transform: rotate(-15deg);
}
@media screen and (max-width: 767px) {
  .aboutArea .inner .aboutContents {
    height: 100%;
    transform: none;
  }
}
.aboutArea .inner .aboutContents::before,
.aboutArea .inner .aboutContents::after {
  content: '';
  display: block;
  width: calc(100vw - 80%);
  height: calc(100% - 118px);
  background: #000;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .aboutArea .inner .aboutContents::before,
  .aboutArea .inner .aboutContents::after {
    content: none;
  }
}
.aboutArea .inner .aboutContents::before {
  left: calc(-1 * (100vw - 80%) + 1px);
  top: 0;
}
.aboutArea .inner .aboutContents::after {
  right: calc(-1 * (100vw - 80%) + 1px);
  bottom: 0;
}
.aboutArea .inner .aboutContents_bg {
  width: 100%;
  height: 500px;
  background: #000;
  clip-path: polygon(0 0, calc(100% - 490px) 0, calc(100% - 400px) 118px, 100% 118px, 100% 100%, 420px 100%, 330px calc(100% - 118px), 0 calc(100% - 118px));
}
@media screen and (max-width: 767px) {
  .aboutArea .inner .aboutContents_bg {
    width: auto;
    height: 110vw;
    position: absolute;
    top: 7vw;
    left: -10px;
    right: -10px;
    z-index: -1;
    clip-path: polygon(0 0, calc(100% - 65vw) 0, calc(100% - 55vw) 15vw, 100% 15vw, 100% 100%, 80vw 100%, 70vw calc(100% - 15vw), 0 calc(100% - 15vw));
  }
}
.aboutArea .inner .aboutContents_text {
  color: #FFF;
  position: absolute;
  right: 0;
  bottom: 65px;
}
@media screen and (max-width: 767px) {
  .aboutArea .inner .aboutContents_text {
    position: static;
  }
}
.aboutArea .inner .aboutContents_text h3 {
  margin: 0 0 10px;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .aboutArea .inner .aboutContents_text h3 {
    font-size: 5vw;
    text-align: center;
  }
}
.aboutArea .inner .aboutContents_text p {
  max-width: 676px;
  width: 48vw;
  margin-left: auto;
}
@media screen and (max-width: 1023px) {
  .aboutArea .inner .aboutContents_text p {
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .aboutArea .inner .aboutContents_text p {
    max-width: none;
    width: auto;
    padding: 0;
  }
}
.aboutArea .inner .aboutContents .btn {
  position: absolute;
  top: 35px;
  right: -10px;
}
@media screen and (max-width: 767px) {
  .aboutArea .inner .aboutContents .btn {
    margin-top: 0;
    top: 104vw;
    right: auto;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	
+++++++++++++++++++++++++++++++++++++++++++ */
