@charset "UTF-8";
.more__button {
  color: #F28936;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  width: 270px;
  height: 40px;
  padding: 0 20px;
  background: url(../images/icn__arrow.png) no-repeat center right 17px/auto;
  background-color: #F3F3F3;
  border: 1px solid #F28936;
  border-radius: 40px;
  transition: color 0.4s ease, background-color 0.4s ease, background 0.4s ease;
}
.more__button:hover {
  color: #fff;
  background: url(../images/icn__arrowWhite.png) no-repeat center right 17px/auto;
  background-color: #F28936;
}

.slick-track {
  display: flex;
  gap: 54px;
}

.slick-prev {
  display: none !important;
}
@media (max-width: 1280px) {
  .slick-prev {
    display: block !important;
    background: url(../images/icn__arrowButton.png) no-repeat center/contain;
    width: clamp(2.188rem, 1.644rem + 2.32vw, 3.5rem);
    height: 56px;
    text-indent: -9999px;
    position: absolute;
    top: 50%;
    left: calc(50% - 175px + 20px);
    translate: -50% -50%;
    z-index: 1;
    rotate: 180deg;
  }
}

.slick-next {
  width: 56px;
  height: 56px;
  background: url(../images/icn__arrowButton.png) no-repeat center/contain;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  left: 820px;
  translate: -22px -50%;
  z-index: 1;
}
@media (max-width: 1280px) {
  .slick-next {
    width: clamp(2.188rem, 1.644rem + 2.32vw, 3.5rem);
    right: calc(50% - 175px - 20px);
    left: unset;
    translate: -50% -50%;
  }
}

.hero__section {
  border-radius: 10px;
  margin-right: 20px;
}
.hero__inner {
  width: 100%;
  background: url(../images/hero_image.png) no-repeat center/cover;
  border-radius: 10px;
  margin: 20px 20px 20px 0;
  padding: 73px 0 0 59px;
  aspect-ratio: 1080/700;
}
.hero__text-title {
  font-size: 140px;
  font-weight: 400;
  font-family: "Fugaz One", sans-serif;
  line-height: 1.1;
  letter-spacing: 0;
  padding: 1px 0px clamp(18px, 1.58vw + 5.9px, 33px) 4px;
  background: linear-gradient(to bottom right, #999, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: color-dodge;
}
.hero__text-company {
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
}

.news__section {
  display: flex;
  justify-content: center;
  border-radius: 10px;
}
.news__inner {
  max-width: 880px;
  width: 100%;
  margin: 0 auto 57px;
  background: #3E3E3E;
  border-radius: 10px;
  padding: 20px;
}
.news__title {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
}
.news__title .section__title-en {
  color: #3E3E3E;
  font-size: 24px;
  font-weight: 400;
  font-family: "Fugaz One", sans-serif;
  display: block;
  text-shadow: -2px -2px 0 #F28936, 2px -2px 0 #F28936, -2px 2px 0 #F28936, 2px 2px 0 #F28936, -2px 0px 0 #F28936, 2px 0px 0 #F28936, 0px -2px 0 #F28936, 0px 2px 0 #F28936;
}
.news__title .section__title-jp {
  font-size: 16px;
  color: #F28936;
}
.news__article {
  margin-left: 20px;
}
.news__article-list {
  margin-bottom: 21px;
}
.news__article-el {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.news__article-el:not(:last-child) {
  margin-bottom: 30px;
}
.news__article-data {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-right: 10px;
}

.about__section {
  border-radius: 10px;
  padding: 20px 30px 108px;
  margin: 0 20px 60px 0;
  background: #fff url(../images/about-logo.png) no-repeat top 77px right 50px/auto;
}
.about__title {
  margin-bottom: 76px;
}
.about__title .section__title-en {
  font-size: 24px;
  font-weight: 400;
  font-family: "Fugaz One", sans-serif;
  display: block;
  margin-bottom: 5px;
  color: #fff;
  text-shadow: -2px -2px 0 #F28936, 2px -2px 0 #F28936, -2px 2px 0 #F28936, 2px 2px 0 #F28936, -2px 0px 0 #F28936, 2px 0px 0 #F28936, 0px -2px 0 #F28936, 0px 2px 0 #F28936;
}
.about__document {
  max-width: 622px;
  margin: 0 0 120px 30px;
}
.about__document-lead {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
}
.about__document-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 37px;
}
.about__document-more {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.about__business-title {
  color: #F28936;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 24px;
}
.about__business-title::before {
  content: "■";
  color: #F28936;
  font-size: 20px;
  font-weight: 700;
}
.about__business-list {
  display: grid;
  grid-template-columns: repeat(3, 33.3%);
  gap: 2px;
}
.about__business-el {
  width: 100%;
}
.about__business-link {
  transition: opacity 0.4s ease;
}
.about__business-link:hover {
  opacity: 0.6;
}
.about__business-name {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  height: 42px;
  display: grid;
  place-content: center;
  background: url(../images/icn__arrow.png) no-repeat center right 12px/auto;
  background-color: #868686;
}

.works__section {
  padding: unset;
  margin: 0 20px 60px 0;
  overflow: hidden;
}
.works__title {
  margin-bottom: 35px;
}
.works__title .section__title-en {
  font-size: 24px;
  font-weight: 400;
  font-family: "Fugaz One", sans-serif;
  display: block;
  margin-bottom: 5px;
  color: #F28936;
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff, -2px 0px 0 #fff, 2px 0px 0 #fff, 0px -2px 0 #fff, 0px 2px 0 #fff;
  padding-left: 2px;
}
.works__title .section__title-jp {
  color: #fff;
}
.works__contents {
  position: relative;
}
.works__el {
  display: flex;
}
.works__items {
  display: flex;
  gap: 30px;
  max-width: 820px;
  padding: 30px;
  border-radius: 10px;
  background: #fff;
}
.works__detail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.works__picture {
  height: -moz-fit-content;
  height: fit-content;
}
.works__picture img {
  height: 100%;
}
.works__lead {
  margin: 20px 0 14px;
}
.works__lead-en {
  color: #F28936;
  font-size: 16px;
  font-weight: 400;
  font-family: "Fugaz One", sans-serif;
  margin-bottom: 10px;
}
.works__lead-jp {
  font-size: 24px;
  font-weight: 700;
}
.works__data {
  margin-bottom: 40px;
}
.works__data-el {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  list-style: none;
}
.works__pictures-list {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 13px;
}

.vision__section {
  padding: 20px 30px 97px;
  background: url(../images/vision__back.png) no-repeat center/cover;
}
.vision__title {
  margin-bottom: 80px;
}
.vision__title-pic {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.vision__title .section__title-jp {
  color: #F28936;
}
.vision__content {
  margin-left: 30px;
}
.vision__content-title {
  color: #F28936;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
}
.vision__content-subtitle {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 13px;
}
.vision__content-document {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}

.value__section {
  padding: 60px 0 70px;
  margin-bottom: 81px;
  background: #3E3E3E;
}
.value__inner {
  max-width: 960px;
  margin: 0 auto;
}
.value__title {
  color: #F28936;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
}
.value__el {
  padding: 40px 0;
  border-bottom: 1px solid #F28936;
}
.value__el:first-child {
  border-top: 1px solid #F28936;
}
.value__items {
  color: #fff;
  display: grid;
  grid-template-columns: 428px 1fr;
  gap: 32px;
}
.value__lead {
  color: inherit;
  font-size: 36px;
  font-weight: 700;
  font-family: "Fugaz One", sans-serif;
}
.value__lead-ja {
  color: inherit;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  display: block;
  margin: 15px 0 0 40px;
}
.value__description {
  color: #AAB4C0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.052em;
  line-height: 2;
  padding-right: 40px;
}

.style__section {
  width: 100%;
  margin-bottom: 79px;
  padding: 0 0 0 22px;
}
.style__inner {
  position: relative;
}
.style__title {
  margin-bottom: 40px;
}
.style__title .section__title-en {
  font-size: 24px;
  font-weight: 400;
  font-family: "Fugaz One", sans-serif;
  display: block;
  margin-bottom: 5px;
  color: #F28936;
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff, -2px 0px 0 #fff, 2px 0px 0 #fff, 0px -2px 0 #fff, 0px 2px 0 #fff;
}
.style__title .section__title-jp {
  color: #fff;
}
.style__picture {
  position: absolute;
  top: 93px;
  left: 0;
  translate: -80px 53px;
}
.style__picture-sp {
  display: none;
}
.style__content {
  max-width: clamp(44.688rem, -15.778rem + 75.58vw, 48.75rem);
  display: flex;
  justify-content: end;
  margin-left: auto;
  background: #fff;
  padding: 60px 80px;
  border-radius: 10px;
}
.style__el:not(:last-child) {
  margin-bottom: 50px;
}
.style__sub {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 13px;
}
.style__document {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.07em;
}

.message__section {
  min-height: 760px;
  max-height: 760px;
  margin-bottom: 60px;
  padding: 20px 30px 151px;
  background: url(../images/message-back.png) no-repeat center/cover;
}
.message__picture-title {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.message__title {
  margin-bottom: 199px;
}
.message__title .section__title-en {
  color: transparent;
}
.message__title .section__title-jp {
  color: #F28936;
}
.message__document-lead {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 20px;
}
.message__document-text {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  max-width: 441px;
  margin-bottom: 50px;
}

.recruit__section {
  border-radius: 10px;
  padding: 20px 30px;
  background: #fff;
  margin: 0 20px 82px 0;
}
.recruit__title {
  margin-bottom: 79px;
}
.recruit__title .section__title-en {
  font-size: 24px;
  font-weight: 400;
  font-family: "Fugaz One", sans-serif;
  display: block;
  margin-bottom: 5px;
  color: #fff;
  text-shadow: -2px -2px 0 #F28936, 2px -2px 0 #F28936, -2px 2px 0 #F28936, 2px 2px 0 #F28936, -2px 0px 0 #F28936, 2px 0px 0 #F28936, 0px -2px 0 #F28936, 0px 2px 0 #F28936;
}
.recruit__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.recruit__el a {
  height: 400px;
  display: grid;
  place-content: center;
  position: relative;
  transition: opacity 0.4s ease;
}
.recruit__el a:hover {
  opacity: 0.6;
}
.recruit__construction a {
  background: url(../images/recruit-construction.png) no-repeat center/cover;
}
.recruit__sales a {
  background: url(../images/recruit-sales.png) no-repeat center/cover;
}
.recruit__sales a .recruit__more {
  color: #dfdfdf;
}
.recruit__sales a .recruit__more::after {
  content: unset;
}
.recruit__estimate a {
  background: url(../images/recruit-estimate.png) no-repeat center/cover;
}
.recruit__name {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 36px;
}
.recruit__description {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.21;
  text-align: center;
}
.recruit__more {
  color: #F28936;
  font-size: 15px;
  font-weight: 700;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  translate: -50% 0;
}
.recruit__more::after {
  content: "";
  width: 6px;
  height: 10px;
  display: block;
  background: url(../images/icn__arrow.png) no-repeat center/auto;
}

@media (min-width: 1366px) {
  [class*=__section] {
    max-width: 1080px;
  }
}
@media (max-width: 1280px) {
  main {
    padding: 0 2.7%;
  }
  .slick-list {
    padding-left: 1.5%;
  }
  .hero__section {
    margin: 20px auto;
  }
  .hero__inner {
    display: grid;
    place-content: center;
    height: 100vh;
    margin: unset;
    padding: unset;
    aspect-ratio: unset;
  }
  .hero__text-title {
    font-size: clamp(3.5rem, 1.325rem + 9.28vw, 8.75rem);
    padding: 1px 0 clamp(0.563rem, -0.034rem + 2.54vw, 1.188rem) 4px;
  }
  .news__section {
    border-radius: 10px;
    padding: 20px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .news__inner {
    margin: 0 2.7% 57px;
    padding: 20px 8.5%;
  }
  .news__article {
    margin-left: unset;
  }
  .news__article-data {
    display: block;
    margin: 0 0 10px;
  }
  .about__section {
    border-radius: 10px;
    padding: 20px;
    margin: 0 auto 60px;
    padding: 8.5%;
    background: #fff url(../images/about-logo-sp.png) no-repeat top 112px right -60px/clamp(23.75rem, 10.806rem + 55.23vw, 53.125rem);
  }
  .about__document {
    margin-left: unset;
  }
  .about__business-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .works__section {
    margin: 0 auto 60px;
    padding: unset;
  }
  .works__items {
    gap: 10px;
    flex-direction: column;
    padding: 20px;
    max-width: 350px;
    max-height: unset;
    width: 100%;
  }
  .vision__section {
    margin: 0 auto;
    padding: 8.5% 8.5% 97px;
    border-radius: unset;
  }
  .value__section {
    margin: 0 auto 60px;
    padding: 40px 8.5% 60px;
    border-radius: unset;
  }
  .value__inner {
    padding: 20px 0;
  }
  .value__items {
    grid-template-columns: 1fr;
  }
  .value__lead-ja {
    margin: 15px 0 0;
  }
  .value__description {
    padding-right: unset;
  }
  .style__section {
    margin: 0 auto 79px;
    padding: unset;
  }
  .style__picture {
    width: 29.7vw;
    left: unset;
    right: clamp(40.188rem, 38.118rem + 4.31vw, 41.563rem);
    translate: 0 53px;
  }
  .message__section {
    margin: 0 auto 60px;
    padding: 8.5% 8.5% 151px;
    max-height: unset;
  }
  .recruit__section {
    margin: 0 auto 82px;
  }
}
@media (max-width: 768px) {
  .about__business-list {
    grid-template-columns: 1fr;
  }
  .vision__content {
    margin-left: unset;
  }
  .style__section {
    margin-bottom: clamp(12.5rem, 9.574rem + 12.49vw, 19.563rem);
    padding: 0 2.7%;
  }
  .style__title {
    margin-bottom: 35px;
  }
  .style__content {
    max-width: unset;
    flex-direction: column;
    padding: 8.5% 8.5% 0;
  }
  .style__picture {
    display: none;
  }
  .style__picture-sp {
    display: block;
    max-width: 410px;
    height: 150px;
    translate: -76px 20px;
  }
  .recruit__section {
    border-radius: 10px;
    padding: 20px;
    margin: 0 auto 82px;
    padding: 8.5%;
  }
  .recruit__list {
    grid-template-columns: 1fr;
    grid-template-rows: unset;
  }
  .recruit__el a {
    padding: 200px 0;
  }
}/*# sourceMappingURL=style.css.map */