@charset "UTF-8";
/*************************
***       font         ***
**************************/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;900&display=swap");
.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.m-plus-1p-regular {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-black {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
}

/*************************
***       color        ***
**************************/
/********************************
*******       home      *******
*********************************/
#business-hero .content {
  width: 100%;
  color: #062f4d;
  text-align: center;
  padding-top: 8rem;
}

#business-hero .content .page-title {
  display: inline-block;
}

#business-hero .content .page-title .title {
  font-family: "Noto Sans JP", "M PLUS 1p", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 1rem;
  opacity: 0;
  visibility: hidden;
}

#business-hero .content .page-title .line {
  margin: 0 auto;
  display: block;
  scale: 0;
  width: 100%;
  height: 2px;
  background-color: #09132d;
}

#business-hero .content .page-title .sub-title {
  font-size: 1.4rem;
  opacity: 0;
  visibility: hidden;
}

#business-features .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#business-features .section-inner .content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#business-features .section-inner .content .wrap {
  padding: 2rem;
}

#business-features .section-inner .content .hand {
  width: 90%;
  max-width: 500px;
  margin: -2rem 0 2rem auto;
}

#business-features .section-inner .content .hand .cls-1 {
  fill: #333333;
}

#business-features .section-inner .content .hand img {
  margin: -5rem 0 -5rem;
}

@media only screen and (min-width: 1024px) {
  #business-features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #business-features .section-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #business-features .section-inner .content {
    width: 50%;
  }
  #business-features .section-inner .content .wrap {
    padding: 4rem;
  }
  #business-features .section-inner .content .wrap .hand img {
    margin: -8rem 0 -5rem;
  }
}

#business-concept {
  padding: 8rem 0;
}

#business-concept .section-inner .content {
  width: 100%;
  color: #ffffff;
}

#business-concept .section-inner .content .message-title {
  letter-spacing: 1rem;
  text-align: center;
  margin-bottom: 8rem;
}

#business-concept .section-inner .content .message-title h1 {
  font-size: 4rem;
  line-height: 1.5;
}

#business-concept .section-inner .content .message-1 {
  margin-bottom: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 4rem;
}

#business-concept .section-inner .content .message-1 .photo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#business-concept .section-inner .content .message-1 .photo .wrapper {
  width: 550px;
  position: relative;
}

#business-concept .section-inner .content .message-1 .photo .wrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #062f4d;
  z-index: -1;
}

#business-concept .section-inner .content .message-1 .photo .wrapper img {
  width: 100%;
}

#business-concept .section-inner .content .message-1 .body {
  width: 100%;
  padding: 0 2rem;
}

#business-concept .section-inner .content .message-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

#business-concept .section-inner .content .message-2 .photo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#business-concept .section-inner .content .message-2 .photo .wrapper {
  margin: 0 auto;
  width: 400px;
  position: relative;
}

#business-concept .section-inner .content .message-2 .photo .wrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #062f4d;
  z-index: -1;
}

#business-concept .section-inner .content .message-2 .photo .wrapper img {
  width: 100%;
}

#business-concept .section-inner .content .message-2 .body {
  width: 100%;
  padding: 0 2rem;
}

#business-concept .section-inner .content .message-2 .body .hand {
  width: 100%;
  max-width: 500px;
  margin: 2rem auto;
}

#business-concept .section-inner .content .message-2 .body .hand .cls-1 {
  fill: #ffffff;
  stroke: #ffffff;
  stroke-width: 1;
  stroke-miterlimit: 10;
}

#business-concept .section-inner .content p {
  max-width: none;
}

@media only screen and (min-width: 768px) {
  #business-concept .section-inner .content .message-title h1 {
    font-size: 5rem;
  }
}

@media only screen and (min-width: 1024px) {
  #business-concept .section-inner .content .message-title h1 {
    font-size: 6rem;
    letter-spacing: 1.5rem;
  }
  #business-concept .section-inner .content .message-1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #business-concept .section-inner .content .message-1 .photo {
    width: 50%;
  }
  #business-concept .section-inner .content .message-1 .body {
    width: 50%;
  }
  #business-concept .section-inner .content .message-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #business-concept .section-inner .content .message-2 .photo {
    width: 50%;
  }
  #business-concept .section-inner .content .message-2 .body {
    width: 50%;
  }
}

#business-service {
  padding: 8rem 0;
}

#business-service .section-inner .content {
  width: 100%;
  color: #09132d;
}

#business-service .section-inner .content .service-title {
  letter-spacing: 1rem;
  text-align: center;
  margin: 8rem auto;
}

#business-service .section-inner .content .service-title h1 {
  font-size: 4rem;
  line-height: 1.5;
}

#business-service .section-inner .content .service-title .hand {
  width: 80%;
  max-width: 500px;
  margin: -2rem 10% 2rem auto;
  padding: 2rem;
}

#business-service .section-inner .content .service-title .hand .cls-1 {
  fill: #333333;
}

#business-service .section-inner .content .service-title .hand img {
  margin: -2rem 0 -10rem;
}

#business-service .section-inner .content .service-all {
  margin-bottom: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 4rem;
}

#business-service .section-inner .content .service-all .photo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#business-service .section-inner .content .service-all .photo .wrapper {
  width: 400px;
  position: relative;
}

#business-service .section-inner .content .service-all .photo .wrapper img {
  width: 100%;
}

#business-service .section-inner .content .service-all .body {
  width: 100%;
  padding: 0 2rem;
}

#business-service .section-inner .content .service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  border-top: 1px solid #09132d;
  padding: 4rem 0;
}

#business-service .section-inner .content .service .photo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#business-service .section-inner .content .service .photo .wrapper {
  margin: 0 auto;
  width: 400px;
  position: relative;
}

#business-service .section-inner .content .service .photo .wrapper img {
  width: 100%;
}

#business-service .section-inner .content .service .body {
  width: 100%;
  padding: 0 2rem;
}

#business-service .section-inner .content .service .body .title {
  letter-spacing: 0.5rem;
  border-bottom: 1px solid #09132d;
}

#business-service .section-inner .content p {
  max-width: none;
}

@media only screen and (min-width: 768px) {
  #business-service .section-inner .content .service-title h1 {
    font-size: 5rem;
  }
}

@media only screen and (min-width: 1024px) {
  #business-service .section-inner .content .service-title h1 {
    font-size: 6rem;
    letter-spacing: 1.5rem;
  }
  #business-service .section-inner .content .service-title .hand img {
    margin: -5rem 0 -15rem;
  }
  #business-service .section-inner .content .service-all {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #business-service .section-inner .content .service-all .photo {
    width: 50%;
  }
  #business-service .section-inner .content .service-all .body {
    width: 50%;
  }
  #business-service .section-inner .content .service {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #business-service .section-inner .content .service .photo {
    width: 50%;
  }
  #business-service .section-inner .content .service .body {
    width: 50%;
  }
}
/*# sourceMappingURL=business.css.map */