@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wdth,wght@0,75..100,100..900;1,75..100,100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@100..900&family=Outfit:wght@100..900&display=swap");
@keyframes mv_photos_loop {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(calc(-100% - 3.2vw));
  }
}
@keyframes mv_photos_loop_sp {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(calc(-100% - 9.74vw));
  }
}
@keyframes mv_typo_loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - 48px));
  }
}
@keyframes link_btn_arrow {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  48% {
    opacity: 1;
    transform: translateX(150%);
  }
  49% {
    opacity: 0;
    transform: translateX(150%);
  }
  50% {
    opacity: 0;
    transform: translateX(-150%);
  }
  51% {
    opacity: 1;
    transform: translateX(-150%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes recruit_photos_loop_up {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes recruit_photos_loop_down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes recruit_photos_sp_loop_left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes recruit_photos_sp_loop_right {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes footer_links_slide {
  0% {
    transform: translateY(0);
  }
  49% {
    transform: translateY(-100%);
    opacity: 1;
  }
  50% {
    transform: translateY(-100%);
    opacity: 0;
  }
  51% {
    transform: translateY(100%);
    opacity: 0;
  }
  52% {
    transform: translateY(100%);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes open_content_btn_angle {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  48% {
    opacity: 1;
    transform: translateY(150%);
  }
  49% {
    opacity: 0;
    transform: translateY(150%);
  }
  50% {
    opacity: 0;
    transform: translateY(-150%);
  }
  51% {
    opacity: 1;
    transform: translateY(-150%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes recruit_links_filter {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  49% {
    transform: scaleX(1);
    transform-origin: left;
  }
  100% {
    transform: scaleX(1);
  }
}
html {
  scroll-behavior: smooth;
}

section:not(#fv, #market, #entrance_image) {
  width: 84%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section:not(#fv, #market, #entrance_image) {
    width: 92.3%;
    max-width: unset;
  }
}

#construction_tech {
  padding: 130px 0 0;
  display: flex;
  justify-content: space-between;
  gap: 42px;
}
@media screen and (max-width: 768px) {
  #construction_tech {
    padding: 70px 0 0;
    flex-flow: column;
    justify-content: flex-start;
    gap: 60px;
  }
}
#construction_tech .texts {
  width: 48.6%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #construction_tech .texts {
    width: 100%;
  }
}
#construction_tech .texts h2 {
  font-size: 30px;
  line-height: 1.5;
  margin: 0 0 30px;
}
#construction_tech .texts h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1.2px;
  margin: 0 0 20px;
}
#construction_tech .texts p {
  width: 100%;
  font-weight: 400;
  line-height: 2.8;
  letter-spacing: 0.32px;
}
@media screen and (max-width: 768px) {
  #construction_tech .texts p {
    line-height: 2.56;
    letter-spacing: 1.6px;
  }
}
#construction_tech .images {
  display: flex;
  justify-content: space-between;
  width: 44%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #construction_tech .images {
    width: 100%;
    flex-flow: column;
    justify-content: flex-start;
    gap: 38px;
  }
}
#construction_tech .images picture:first-child {
  width: 57%;
}
@media screen and (max-width: 768px) {
  #construction_tech .images picture:first-child {
    width: 77%;
  }
}
#construction_tech .images picture:last-child {
  width: 36.2%;
}
@media screen and (max-width: 768px) {
  #construction_tech .images picture:last-child {
    width: 77%;
    margin: 0 0 0 23%;
  }
}

#market {
  position: relative;
  width: 100%;
  padding: 130px 5.2% 0 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #market {
    padding: 65px 3.85% 0;
    flex-flow: column;
    justify-content: flex-start;
  }
}
#market picture {
  width: 63%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #market picture {
    position: absolute;
    width: 100%;
    top: -141px;
    left: 0;
  }
}
#market article {
  width: 75%;
  max-width: 1365px;
  padding: 30px 70px 36px 36px;
  margin: 19% 0 0 -36%;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 2px 3px 12px 0 rgba(217, 217, 217, 0.24);
  z-index: 1;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #market article {
    position: relative;
    width: 86.7%;
    padding: 44px 32px 33px;
    margin: 0 auto;
  }
}
#market article h3 {
  width: 244px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3B7AB7;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1.2px;
  color: white;
}
@media screen and (max-width: 768px) {
  #market article h3 {
    position: absolute;
    width: 194px;
    top: -22px;
    left: calc((100% - 194px) / 2);
  }
}
#market article .numbers {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 34px 68px;
  width: 86%;
  margin: 30px auto 40px;
}
@media screen and (max-width: 768px) {
  #market article .numbers {
    flex-flow: column;
    width: 100%;
    margin: 0;
    gap: 21px;
  }
}
#market article .numbers .content {
  width: 20%;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #market article .numbers .content {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 8px;
    border-bottom: 0.5px solid #AAB4C6;
    padding: 0 0 15px;
  }
  #market article .numbers .content:last-child {
    border: none;
  }
}
#market article .numbers .content:nth-child(2), #market article .numbers .content:nth-child(5) {
  margin: 0 0 0 12%;
}
@media screen and (max-width: 768px) {
  #market article .numbers .content:nth-child(2), #market article .numbers .content:nth-child(5) {
    margin: 0;
  }
}
#market article .numbers .content span {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.9px;
  padding: 0 0 3px;
  border-bottom: 1px solid #3B7AB7;
  color: #3B7AB7;
}
@media screen and (max-width: 768px) {
  #market article .numbers .content span {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 1.08px;
    border: none;
    text-align: center;
  }
}
#market article .numbers .content span span {
  display: inline;
}
@media screen and (max-width: 768px) {
  #market article .numbers .content span span {
    display: block;
    font-size: 13px;
    letter-spacing: 0.78px;
  }
}
#market article .numbers .content p {
  font-size: 34px;
  font-weight: 400;
  text-shadow: 0 4px 5px rgba(208, 214, 226, 0.5);
  color: #3B7AB7;
  transform: skewX(-9deg);
  letter-spacing: 1.02px;
}
@media screen and (max-width: 768px) {
  #market article .numbers .content p {
    font-size: 24px;
  }
}
#market article .numbers .content p b {
  font-size: 70px;
  font-weight: 500;
  line-height: 70px;
  color: #3B7AB7;
  letter-spacing: 0.7px;
}
@media screen and (max-width: 768px) {
  #market article .numbers .content p b {
    font-size: 58px;
    font-weight: 400;
    line-height: 58px;
    letter-spacing: 0.58px;
  }
}
#market article .market_issue_title {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.48px;
  margin: 0 0 12px;
}
@media screen and (max-width: 768px) {
  #market article .market_issue_title {
    display: none;
  }
}
#market article .market_issue_text {
  font-weight: 400;
  line-height: 2.8;
  letter-spacing: 0.64px;
}
@media screen and (max-width: 768px) {
  #market article .market_issue_text {
    display: none;
  }
}
#market .sp_market_issue {
  display: none;
}
@media screen and (max-width: 768px) {
  #market .sp_market_issue {
    display: block;
    width: 100%;
    margin: 60px 0 0;
  }
  #market .sp_market_issue h2 {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.48px;
    margin: 0 0 27px;
  }
  #market .sp_market_issue p {
    font-weight: 400;
    line-height: 41px;
    letter-spacing: 1.6px;
  }
}

#entrance_image {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin: 260px 0 0;
}
@media screen and (max-width: 768px) {
  #entrance_image {
    justify-content: flex-start;
    margin: 60px 0 0;
  }
}
#entrance_image picture {
  width: 80%;
}
@media screen and (max-width: 768px) {
  #entrance_image picture {
    width: 100%;
  }
}

#solution {
  padding: 150px 0 0;
}
@media screen and (max-width: 768px) {
  #solution {
    padding: 60px 0 0;
  }
}
#solution .heading_texts {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin: 0 0 63px;
}
@media screen and (max-width: 768px) {
  #solution .heading_texts {
    flex-flow: column;
    justify-content: flex-start;
    gap: 11px;
    margin: 0 0 60px;
  }
}
#solution .heading_texts h2 {
  width: 42%;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 8px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #solution .heading_texts h2 {
    width: 100%;
    font-size: 24px;
    margin: 0 0 11px;
  }
}
#solution .heading_texts h2 span {
  display: block;
  font-size: 17px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.85px;
}
@media screen and (max-width: 768px) {
  #solution .heading_texts h2 span {
    font-size: 16px;
  }
}
#solution .heading_texts p {
  width: 47%;
  font-weight: 400;
  line-height: 2;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #solution .heading_texts p {
    width: 100%;
    line-height: 2.56;
    letter-spacing: 1.6px;
  }
}
#solution picture {
  width: 100%;
  margin: 0 0 87px;
}
@media screen and (max-width: 768px) {
  #solution picture {
    margin: 0 0 21px;
  }
}
#solution .solutions {
  width: 100%;
}
#solution .solutions article {
  width: 100%;
  padding: 48px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #AAB4C6;
}
#solution .solutions article:last-child {
  border: none;
}
@media screen and (max-width: 768px) {
  #solution .solutions article {
    padding: 39px 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
  }
}
#solution .solutions article h3 {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1px;
  white-space: nowrap;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #solution .solutions article h3 {
    font-size: 24px;
  }
}
#solution .solutions article p {
  width: 37%;
  font-size: 17px;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #solution .solutions article p {
    width: 100%;
  }
}

#project {
  padding: 260px 0 140px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #project {
    padding: 62px 0 70px;
    flex-flow: column-reverse;
    justify-content: flex-start;
  }
}
#project article {
  width: 58%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #project article {
    width: 100%;
  }
}
#project article h2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.6px;
  margin: 0 0 34px;
}
@media screen and (max-width: 768px) {
  #project article h2 {
    font-size: 28px;
    font-weight: 500;
    margin: 71px 0 34px;
  }
}
#project article h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 45px;
  letter-spacing: 0.48px;
  margin: 0 0 8px;
}
#project article h3 span {
  font-size: 14px;
  font-weight: 400;
  line-height: 45px;
  letter-spacing: 0.28px;
}
#project article p {
  font-weight: 400;
  line-height: 2.8;
  letter-spacing: 0.32px;
  margin: 0 0 43px;
}
#project picture {
  width: 33.3%;
}
@media screen and (max-width: 768px) {
  #project picture {
    width: 100%;
  }
}

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